| Server IP : 162.241.226.12 / Your IP : 216.73.217.142 Web Server : Apache System : Linux box5305.bluehost.com 5.14.0-687.39.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Aug 18 06:09:16 EDT 2026 x86_64 User : zphiblgz ( 1848) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home2/zphiblgz/ |
Upload File : |
-- MySQL dump 10.13 Distrib 5.6.41-84.1, for Linux (x86_64)
--
-- Host: localhost Database: zphiblgz_wor1
-- ------------------------------------------------------
-- Server version 5.6.41-84.1
/*!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 `lwz_ahm_download_stats`
--
DROP TABLE IF EXISTS `lwz_ahm_download_stats`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_ahm_download_stats` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`pid` int(11) NOT NULL,
`uid` int(11) NOT NULL,
`oid` varchar(100) NOT NULL,
`year` int(4) NOT NULL,
`month` int(2) NOT NULL,
`day` int(2) NOT NULL,
`timestamp` int(11) NOT NULL,
`ip` varchar(20) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_ahm_download_stats`
--
LOCK TABLES `lwz_ahm_download_stats` WRITE;
/*!40000 ALTER TABLE `lwz_ahm_download_stats` DISABLE KEYS */;
INSERT INTO `lwz_ahm_download_stats` VALUES (1,979,1,'',2017,1,17,1484612498,'50.164.59.70'),(2,989,0,'',2017,5,14,1494763078,'82.80.249.219'),(3,989,0,'',2017,6,25,1498411619,'50.86.54.141'),(4,989,0,'',2017,8,8,1502151271,'70.194.5.234'),(5,989,0,'',2017,8,14,1502715817,'23.31.193.133'),(6,989,0,'',2017,8,15,1502808317,'23.31.193.133'),(7,989,0,'',2017,8,17,1502997972,'23.31.193.133'),(8,989,0,'',2017,9,26,1506406289,'107.218.129.130'),(9,989,0,'',2017,10,12,1507796691,'82.80.249.192'),(10,989,0,'',2017,10,22,1508706204,'107.218.129.130'),(11,989,0,'',2018,3,12,1520826553,'107.77.234.48'),(12,989,0,'',2018,3,12,1520826572,'107.77.234.48'),(13,989,0,'',2018,3,18,1521411424,'172.58.168.10'),(14,989,0,'',2018,4,10,1523359402,'96.244.216.219'),(15,989,0,'',2018,7,16,1531779269,'68.58.200.70'),(16,989,0,'',2018,8,10,1533911639,'99.203.31.81'),(17,989,0,'',2018,8,10,1533911647,'99.203.31.81');
/*!40000 ALTER TABLE `lwz_ahm_download_stats` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_ahm_emails`
--
DROP TABLE IF EXISTS `lwz_ahm_emails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_ahm_emails` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`email` varchar(255) NOT NULL,
`pid` int(11) NOT NULL,
`date` int(11) NOT NULL,
`custom_data` text NOT NULL,
`request_status` int(1) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_ahm_emails`
--
LOCK TABLES `lwz_ahm_emails` WRITE;
/*!40000 ALTER TABLE `lwz_ahm_emails` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_ahm_emails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_bwg_album`
--
DROP TABLE IF EXISTS `lwz_bwg_album`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_bwg_album` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`slug` varchar(255) NOT NULL,
`description` mediumtext NOT NULL,
`preview_image` mediumtext NOT NULL,
`random_preview_image` mediumtext NOT NULL,
`order` bigint(20) NOT NULL,
`author` bigint(20) NOT NULL,
`published` tinyint(1) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_bwg_album`
--
LOCK TABLES `lwz_bwg_album` WRITE;
/*!40000 ALTER TABLE `lwz_bwg_album` DISABLE KEYS */;
INSERT INTO `lwz_bwg_album` VALUES (1,'2015 New Members','photos','','/thumb/LGZ Spring 2015 Intake Class.jpg','',1,17,1);
/*!40000 ALTER TABLE `lwz_bwg_album` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_bwg_album_gallery`
--
DROP TABLE IF EXISTS `lwz_bwg_album_gallery`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_bwg_album_gallery` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`album_id` bigint(20) NOT NULL,
`is_album` tinyint(1) NOT NULL,
`alb_gal_id` bigint(20) NOT NULL,
`order` bigint(20) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_bwg_album_gallery`
--
LOCK TABLES `lwz_bwg_album_gallery` WRITE;
/*!40000 ALTER TABLE `lwz_bwg_album_gallery` DISABLE KEYS */;
INSERT INTO `lwz_bwg_album_gallery` VALUES (2,1,0,1,1);
/*!40000 ALTER TABLE `lwz_bwg_album_gallery` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_bwg_gallery`
--
DROP TABLE IF EXISTS `lwz_bwg_gallery`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_bwg_gallery` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`slug` varchar(255) NOT NULL,
`description` mediumtext NOT NULL,
`page_link` mediumtext NOT NULL,
`preview_image` mediumtext NOT NULL,
`random_preview_image` mediumtext NOT NULL,
`order` bigint(20) NOT NULL,
`author` bigint(20) NOT NULL,
`published` tinyint(1) NOT NULL,
`gallery_type` varchar(32) NOT NULL,
`gallery_source` varchar(256) NOT NULL,
`autogallery_image_number` int(4) NOT NULL,
`update_flag` varchar(32) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_bwg_gallery`
--
LOCK TABLES `lwz_bwg_gallery` WRITE;
/*!40000 ALTER TABLE `lwz_bwg_gallery` DISABLE KEYS */;
INSERT INTO `lwz_bwg_gallery` VALUES (1,'2015 New Members','photos','','','/thumb/LGZ Spring 2015 Intake Class.jpg','',1,17,1,'','',0,'');
/*!40000 ALTER TABLE `lwz_bwg_gallery` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_bwg_image`
--
DROP TABLE IF EXISTS `lwz_bwg_image`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_bwg_image` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`gallery_id` bigint(20) NOT NULL,
`slug` longtext NOT NULL,
`filename` varchar(255) NOT NULL,
`image_url` mediumtext NOT NULL,
`thumb_url` mediumtext NOT NULL,
`description` mediumtext NOT NULL,
`alt` mediumtext NOT NULL,
`date` varchar(128) NOT NULL,
`size` varchar(128) NOT NULL,
`filetype` varchar(128) NOT NULL,
`resolution` varchar(128) NOT NULL,
`author` bigint(20) NOT NULL,
`order` bigint(20) NOT NULL,
`published` tinyint(1) NOT NULL,
`comment_count` bigint(20) NOT NULL,
`avg_rating` float NOT NULL,
`rate_count` bigint(20) NOT NULL,
`hit_count` bigint(20) NOT NULL,
`redirect_url` varchar(255) NOT NULL,
`pricelist_id` int(16) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_bwg_image`
--
LOCK TABLES `lwz_bwg_image` WRITE;
/*!40000 ALTER TABLE `lwz_bwg_image` DISABLE KEYS */;
INSERT INTO `lwz_bwg_image` VALUES (1,1,'LGZ spring 2015 intake','LGZ spring 2015 intake','/LGZ spring 2015 intake.jpg','/thumb/LGZ spring 2015 intake.jpg','Aperture: 2.6\nCamera: SCH-I605\nIso: 400\nOrientation: 1\n','LGZ spring 2015 intake','23 May 2015, 01:35','824 KB','JPG','1200 x 900 px',17,8,1,0,0,0,0,'',0),(2,1,'LGZ Spring 2015 Intake Class','LGZ Spring 2015 Intake Class','/LGZ Spring 2015 Intake Class.jpg','/thumb/LGZ Spring 2015 Intake Class.jpg','','LGZ Spring 2015 Intake Class','23 May 2015, 01:39','126 KB','JPG','640 x 640 px',17,7,1,0,0,0,0,'',0),(3,1,'LGZ spring 2015 line','LGZ spring 2015 line','/LGZ spring 2015 line.jpg','/thumb/LGZ spring 2015 line.jpg','Aperture: 2.4\nCamera: iPhone 5c\nIso: 160\nOrientation: 1\n','LGZ spring 2015 line','23 May 2015, 01:35','661 KB','JPG','1200 x 900 px',17,6,1,0,0,0,0,'',0),(4,1,'LGZ spring 2015','LGZ spring 2015','/LGZ spring 2015.jpg','/thumb/LGZ spring 2015.jpg','Aperture: 2.4\nCamera: iPhone 5c\nIso: 400\nOrientation: 1\n','LGZ spring 2015','23 May 2015, 01:35','700 KB','JPG','1200 x 900 px',17,5,1,0,0,0,0,'',0),(5,1,'Shanee and Christy','Shanee and Christy','/Shanee and Christy.jpg','/thumb/Shanee and Christy.jpg','','Shanee and Christy','23 May 2015, 01:35','107 KB','JPG','805 x 960 px',17,4,1,0,0,0,0,'',0),(6,1,'silly chapter','silly chapter','/silly chapter.jpg','/thumb/silly chapter.jpg','Orientation: 1\n','silly chapter','23 May 2015, 01:40','97 KB','JPG','640 x 640 px',17,3,1,0,0,0,0,'',0),(7,1,'state director','state director','/state director.jpg','/thumb/state director.jpg','Orientation: 1\n','state director','23 May 2015, 01:35','85 KB','JPG','640 x 640 px',17,2,1,0,0,0,0,'',0),(8,1,'up close cake (1)','up close cake (1)','/up close cake (1).jpg','/thumb/up close cake (1).jpg','Aperture: 2.4\nCamera: iPhone 5c\nIso: 125\nOrientation: 1\n','up close cake (1)','23 May 2015, 01:35','607 KB','JPG','1200 x 900 px',17,1,1,0,0,0,0,'',0);
/*!40000 ALTER TABLE `lwz_bwg_image` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_bwg_image_comment`
--
DROP TABLE IF EXISTS `lwz_bwg_image_comment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_bwg_image_comment` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`image_id` bigint(20) NOT NULL,
`name` varchar(255) NOT NULL,
`date` varchar(64) NOT NULL,
`comment` mediumtext NOT NULL,
`url` mediumtext NOT NULL,
`mail` mediumtext NOT NULL,
`published` tinyint(1) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_bwg_image_comment`
--
LOCK TABLES `lwz_bwg_image_comment` WRITE;
/*!40000 ALTER TABLE `lwz_bwg_image_comment` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_bwg_image_comment` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_bwg_image_rate`
--
DROP TABLE IF EXISTS `lwz_bwg_image_rate`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_bwg_image_rate` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`image_id` bigint(20) NOT NULL,
`rate` float NOT NULL,
`ip` varchar(64) NOT NULL,
`date` varchar(64) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_bwg_image_rate`
--
LOCK TABLES `lwz_bwg_image_rate` WRITE;
/*!40000 ALTER TABLE `lwz_bwg_image_rate` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_bwg_image_rate` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_bwg_image_tag`
--
DROP TABLE IF EXISTS `lwz_bwg_image_tag`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_bwg_image_tag` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`tag_id` bigint(20) NOT NULL,
`image_id` bigint(20) NOT NULL,
`gallery_id` bigint(20) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_bwg_image_tag`
--
LOCK TABLES `lwz_bwg_image_tag` WRITE;
/*!40000 ALTER TABLE `lwz_bwg_image_tag` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_bwg_image_tag` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_bwg_option`
--
DROP TABLE IF EXISTS `lwz_bwg_option`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_bwg_option` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`images_directory` mediumtext NOT NULL,
`masonry` varchar(255) NOT NULL,
`mosaic` varchar(255) NOT NULL,
`resizable_mosaic` tinyint(1) NOT NULL,
`mosaic_total_width` int(4) NOT NULL,
`image_column_number` int(4) NOT NULL,
`images_per_page` int(4) NOT NULL,
`thumb_width` int(4) NOT NULL,
`thumb_height` int(4) NOT NULL,
`upload_thumb_width` int(4) NOT NULL,
`upload_thumb_height` int(4) NOT NULL,
`image_enable_page` tinyint(1) NOT NULL,
`image_title_show_hover` varchar(20) NOT NULL,
`album_column_number` int(4) NOT NULL,
`albums_per_page` int(4) NOT NULL,
`album_title_show_hover` varchar(8) NOT NULL,
`album_thumb_width` int(4) NOT NULL,
`album_thumb_height` int(4) NOT NULL,
`album_enable_page` tinyint(1) NOT NULL,
`extended_album_height` int(4) NOT NULL,
`extended_album_description_enable` tinyint(1) NOT NULL,
`image_browser_width` int(4) NOT NULL,
`image_browser_title_enable` tinyint(1) NOT NULL,
`image_browser_description_enable` tinyint(1) NOT NULL,
`blog_style_width` int(4) NOT NULL,
`blog_style_title_enable` tinyint(1) NOT NULL,
`blog_style_images_per_page` int(4) NOT NULL,
`blog_style_enable_page` tinyint(1) NOT NULL,
`slideshow_type` varchar(16) NOT NULL,
`slideshow_interval` int(4) NOT NULL,
`slideshow_width` int(4) NOT NULL,
`slideshow_height` int(4) NOT NULL,
`slideshow_enable_autoplay` tinyint(1) NOT NULL,
`slideshow_enable_shuffle` tinyint(1) NOT NULL,
`slideshow_enable_ctrl` tinyint(1) NOT NULL,
`slideshow_enable_filmstrip` tinyint(1) NOT NULL,
`slideshow_filmstrip_height` int(4) NOT NULL,
`slideshow_enable_title` tinyint(1) NOT NULL,
`slideshow_title_position` varchar(16) NOT NULL,
`slideshow_enable_description` tinyint(1) NOT NULL,
`slideshow_description_position` varchar(16) NOT NULL,
`slideshow_enable_music` tinyint(1) NOT NULL,
`slideshow_audio_url` varchar(255) NOT NULL,
`popup_width` int(4) NOT NULL,
`popup_height` int(4) NOT NULL,
`popup_type` varchar(16) NOT NULL,
`popup_interval` int(4) NOT NULL,
`popup_enable_filmstrip` tinyint(1) NOT NULL,
`popup_filmstrip_height` int(4) NOT NULL,
`popup_enable_ctrl_btn` tinyint(1) NOT NULL,
`popup_enable_fullscreen` tinyint(1) NOT NULL,
`popup_enable_info` tinyint(1) NOT NULL,
`popup_info_always_show` tinyint(1) NOT NULL,
`popup_enable_rate` tinyint(1) NOT NULL,
`popup_enable_comment` tinyint(1) NOT NULL,
`popup_enable_email` tinyint(1) NOT NULL,
`popup_enable_captcha` tinyint(1) NOT NULL,
`popup_enable_download` tinyint(1) NOT NULL,
`popup_enable_fullsize_image` tinyint(1) NOT NULL,
`popup_enable_facebook` tinyint(1) NOT NULL,
`popup_enable_twitter` tinyint(1) NOT NULL,
`popup_enable_google` tinyint(1) NOT NULL,
`watermark_type` varchar(8) NOT NULL,
`watermark_position` varchar(16) NOT NULL,
`watermark_width` int(4) NOT NULL,
`watermark_height` int(4) NOT NULL,
`watermark_url` mediumtext NOT NULL,
`watermark_text` mediumtext NOT NULL,
`watermark_link` mediumtext NOT NULL,
`watermark_font_size` int(4) NOT NULL,
`watermark_font` varchar(16) NOT NULL,
`watermark_color` varchar(8) NOT NULL,
`watermark_opacity` int(4) NOT NULL,
`built_in_watermark_type` varchar(16) NOT NULL,
`built_in_watermark_position` varchar(16) NOT NULL,
`built_in_watermark_size` int(4) NOT NULL,
`built_in_watermark_url` mediumtext NOT NULL,
`built_in_watermark_text` mediumtext NOT NULL,
`built_in_watermark_font_size` int(4) NOT NULL,
`built_in_watermark_font` varchar(16) NOT NULL,
`built_in_watermark_color` varchar(8) NOT NULL,
`built_in_watermark_opacity` int(4) NOT NULL,
`image_right_click` tinyint(1) NOT NULL,
`popup_fullscreen` tinyint(1) NOT NULL,
`gallery_role` tinyint(1) NOT NULL,
`album_role` tinyint(1) NOT NULL,
`image_role` tinyint(1) NOT NULL,
`popup_autoplay` tinyint(1) NOT NULL,
`album_view_type` varchar(16) NOT NULL,
`popup_enable_pinterest` tinyint(1) NOT NULL,
`popup_enable_tumblr` tinyint(1) NOT NULL,
`show_search_box` tinyint(1) NOT NULL,
`search_box_width` int(4) NOT NULL,
`preload_images` tinyint(1) NOT NULL,
`preload_images_count` int(4) NOT NULL,
`thumb_click_action` varchar(16) NOT NULL,
`thumb_link_target` tinyint(1) NOT NULL,
`comment_moderation` tinyint(1) NOT NULL,
`popup_hit_counter` tinyint(1) NOT NULL,
`enable_ML_import` tinyint(1) NOT NULL,
`showthumbs_name` tinyint(1) NOT NULL,
`show_album_name` tinyint(1) NOT NULL,
`show_image_counts` tinyint(1) NOT NULL,
`upload_img_width` int(4) NOT NULL,
`upload_img_height` int(4) NOT NULL,
`play_icon` tinyint(1) NOT NULL,
`show_masonry_thumb_description` tinyint(1) NOT NULL,
`slideshow_title_full_width` tinyint(1) NOT NULL,
`popup_info_full_width` tinyint(1) NOT NULL,
`show_sort_images` tinyint(1) NOT NULL,
`autoupdate_interval` int(4) NOT NULL,
`instagram_access_token` varchar(128) NOT NULL DEFAULT '',
`description_tb` tinyint(1) NOT NULL,
`enable_seo` tinyint(1) NOT NULL,
`autohide_lightbox_navigation` tinyint(1) NOT NULL,
`autohide_slideshow_navigation` tinyint(1) NOT NULL,
`read_metadata` tinyint(1) NOT NULL,
`enable_loop` tinyint(1) NOT NULL DEFAULT '1',
`enable_addthis` tinyint(1) NOT NULL DEFAULT '0',
`addthis_profile_id` varchar(32) NOT NULL DEFAULT '',
`carousel_width` int(4) NOT NULL DEFAULT '300',
`carousel_height` int(4) NOT NULL DEFAULT '300',
`carousel_interval` int(4) NOT NULL DEFAULT '5',
`carousel_image_column_number` int(4) NOT NULL DEFAULT '5',
`carousel_image_par` varchar(32) NOT NULL DEFAULT '0.75',
`carousel_enable_autoplay` tinyint(1) NOT NULL DEFAULT '0',
`carousel_enable_title` tinyint(1) NOT NULL DEFAULT '0',
`carousel_r_width` int(4) NOT NULL DEFAULT '800',
`carousel_fit_containerWidth` tinyint(1) NOT NULL DEFAULT '1',
`carousel_prev_next_butt` tinyint(1) NOT NULL DEFAULT '1',
`carousel_play_pause_butt` tinyint(1) NOT NULL DEFAULT '1',
`permissions` varchar(20) NOT NULL DEFAULT 'manage_options',
`facebook_app_id` varchar(64) NOT NULL DEFAULT '',
`facebook_app_secret` varchar(64) NOT NULL DEFAULT '',
`show_tag_box` tinyint(1) NOT NULL DEFAULT '0',
`show_hide_custom_post` tinyint(1) NOT NULL DEFAULT '0',
`show_hide_post_meta` tinyint(1) NOT NULL DEFAULT '0',
`placeholder` varchar(32) NOT NULL DEFAULT '',
`ecommerce_icon_show_hover` varchar(32) NOT NULL DEFAULT '0',
`popup_enable_ecommerce` tinyint(1) NOT NULL DEFAULT '0',
`slideshow_effect_duration` int(4) NOT NULL DEFAULT '1',
`popup_effect_duration` int(4) NOT NULL DEFAULT '1',
`use_inline_stiles_and_scripts` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_bwg_option`
--
LOCK TABLES `lwz_bwg_option` WRITE;
/*!40000 ALTER TABLE `lwz_bwg_option` DISABLE KEYS */;
INSERT INTO `lwz_bwg_option` VALUES (1,'wp-content/uploads','vertical','vertical',0,100,5,30,180,90,300,300,1,'none',5,30,'hover',120,90,1,150,1,800,1,1,800,1,5,1,'fade',5,800,500,0,0,1,1,90,0,'top-right',0,'bottom-right',0,'',800,500,'fade',5,1,70,1,1,1,0,0,1,0,0,0,0,1,1,1,'none','bottom-left',90,90,'http://zphiblgz.org/wp-content/plugins/photo-gallery/images/watermark.png','web-dorado.com','https://web-dorado.com',20,'arial','FFFFFF',30,'none','middle-center',15,'http://zphiblgz.org/wp-content/plugins/photo-gallery/images/watermark.png','web-dorado.com',20,'arial','FFFFFF',30,0,0,0,0,0,0,'thumbnail',0,0,0,180,0,10,'open_lightbox',1,0,0,0,0,0,0,1200,1200,1,0,0,0,0,30,'0',0,1,1,1,1,1,0,'',300,300,5,5,'0.75',0,0,800,1,1,1,'manage_options','','',0,0,0,'','0',0,1,1,0);
/*!40000 ALTER TABLE `lwz_bwg_option` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_bwg_shortcode`
--
DROP TABLE IF EXISTS `lwz_bwg_shortcode`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_bwg_shortcode` (
`id` bigint(20) NOT NULL,
`tagtext` mediumtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_bwg_shortcode`
--
LOCK TABLES `lwz_bwg_shortcode` WRITE;
/*!40000 ALTER TABLE `lwz_bwg_shortcode` DISABLE KEYS */;
INSERT INTO `lwz_bwg_shortcode` VALUES (1,' gallery_type=\"image_browser\" theme_id=\"1\" gallery_id=\"1\" sort_by=\"order\" order_by=\"asc\" show_search_box=\"0\" search_box_width=\"180\" image_browser_width=\"800\" image_browser_title_enable=\"0\" image_browser_description_enable=\"0\" thumb_click_action=\"undefined\" thumb_link_target=\"undefined\" popup_fullscreen=\"0\" popup_autoplay=\"0\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"fade\" popup_interval=\"5\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"70\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"0\" popup_enable_rate=\"0\" popup_enable_comment=\"1\" popup_hit_counter=\"0\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_google=\"1\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" watermark_type=\"none\" watermark_link=\"https%3A%2F%2Fweb-dorado.com\"'),(2,' gallery_type=\"image_browser\" theme_id=\"1\" gallery_id=\"1\" sort_by=\"order\" order_by=\"asc\" show_search_box=\"0\" search_box_width=\"180\" image_browser_width=\"400\" image_browser_title_enable=\"0\" image_browser_description_enable=\"0\" thumb_click_action=\"undefined\" thumb_link_target=\"undefined\" popup_fullscreen=\"0\" popup_autoplay=\"0\" popup_width=\"800\" popup_height=\"500\" popup_effect=\"fade\" popup_interval=\"5\" popup_enable_filmstrip=\"1\" popup_filmstrip_height=\"70\" popup_enable_ctrl_btn=\"1\" popup_enable_fullscreen=\"1\" popup_enable_info=\"1\" popup_info_always_show=\"0\" popup_info_full_width=\"0\" popup_enable_rate=\"0\" popup_enable_comment=\"1\" popup_hit_counter=\"0\" popup_enable_facebook=\"1\" popup_enable_twitter=\"1\" popup_enable_google=\"1\" popup_enable_pinterest=\"0\" popup_enable_tumblr=\"0\" watermark_type=\"none\" watermark_link=\"https%3A%2F%2Fweb-dorado.com\"');
/*!40000 ALTER TABLE `lwz_bwg_shortcode` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_bwg_theme`
--
DROP TABLE IF EXISTS `lwz_bwg_theme`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_bwg_theme` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`default_theme` tinyint(1) NOT NULL,
`options` longtext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_bwg_theme`
--
LOCK TABLES `lwz_bwg_theme` WRITE;
/*!40000 ALTER TABLE `lwz_bwg_theme` DISABLE KEYS */;
INSERT INTO `lwz_bwg_theme` VALUES (1,'Theme 1',1,'{\"thumb_margin\":\"4\",\"thumb_padding\":\"0\",\"thumb_border_radius\":\"0\",\"thumb_border_width\":\"0\",\"thumb_border_style\":\"none\",\"thumb_border_color\":\"CCCCCC\",\"thumb_bg_color\":\"FFFFFF\",\"thumbs_bg_color\":\"FFFFFF\",\"thumb_bg_transparent\":\"0\",\"thumb_box_shadow\":\"0px 0px 0px #888888\",\"thumb_transparent\":\"100\",\"thumb_align\":\"center\",\"thumb_hover_effect\":\"scale\",\"thumb_hover_effect_value\":\"1.1\",\"thumb_transition\":\"1\",\"thumb_title_font_color\":\"CCCCCC\",\"thumb_title_font_style\":\"segoe ui\",\"thumb_title_pos\":\"bottom\",\"thumb_title_font_size\":\"16\",\"thumb_title_font_weight\":\"bold\",\"thumb_title_margin\":\"2px\",\"thumb_title_shadow\":\"0px 0px 0px #888888\",\"page_nav_position\":\"bottom\",\"page_nav_align\":\"center\",\"page_nav_number\":\"0\",\"page_nav_font_size\":\"12\",\"page_nav_font_style\":\"segoe ui\",\"page_nav_font_color\":\"666666\",\"page_nav_font_weight\":\"bold\",\"page_nav_border_width\":\"1\",\"page_nav_border_style\":\"solid\",\"page_nav_border_color\":\"E3E3E3\",\"page_nav_border_radius\":\"0\",\"page_nav_margin\":\"0\",\"page_nav_padding\":\"3px 6px\",\"page_nav_button_bg_color\":\"FFFFFF\",\"page_nav_button_bg_transparent\":\"100\",\"page_nav_box_shadow\":\"0\",\"page_nav_button_transition\":\"1\",\"page_nav_button_text\":\"0\",\"lightbox_overlay_bg_color\":\"000000\",\"lightbox_overlay_bg_transparent\":\"70\",\"lightbox_bg_color\":\"000000\",\"lightbox_ctrl_btn_pos\":\"bottom\",\"lightbox_ctrl_btn_align\":\"center\",\"lightbox_ctrl_btn_height\":\"20\",\"lightbox_ctrl_btn_margin_top\":\"10\",\"lightbox_ctrl_btn_margin_left\":\"7\",\"lightbox_ctrl_btn_transparent\":\"100\",\"lightbox_ctrl_btn_color\":\"FFFFFF\",\"lightbox_toggle_btn_height\":\"14\",\"lightbox_toggle_btn_width\":\"100\",\"lightbox_ctrl_cont_bg_color\":\"000000\",\"lightbox_ctrl_cont_transparent\":\"65\",\"lightbox_ctrl_cont_border_radius\":\"4\",\"lightbox_close_btn_transparent\":\"100\",\"lightbox_close_btn_bg_color\":\"000000\",\"lightbox_close_btn_border_width\":\"2\",\"lightbox_close_btn_border_radius\":\"16px\",\"lightbox_close_btn_border_style\":\"none\",\"lightbox_close_btn_border_color\":\"FFFFFF\",\"lightbox_close_btn_box_shadow\":\"0\",\"lightbox_close_btn_color\":\"FFFFFF\",\"lightbox_close_btn_size\":\"10\",\"lightbox_close_btn_width\":\"20\",\"lightbox_close_btn_height\":\"20\",\"lightbox_close_btn_top\":\"-10\",\"lightbox_close_btn_right\":\"-10\",\"lightbox_close_btn_full_color\":\"FFFFFF\",\"lightbox_rl_btn_bg_color\":\"000000\",\"lightbox_rl_btn_transparent\":\"80\",\"lightbox_rl_btn_border_radius\":\"20px\",\"lightbox_rl_btn_border_width\":\"0\",\"lightbox_rl_btn_border_style\":\"none\",\"lightbox_rl_btn_border_color\":\"FFFFFF\",\"lightbox_rl_btn_box_shadow\":\"\",\"lightbox_rl_btn_color\":\"FFFFFF\",\"lightbox_rl_btn_height\":\"40\",\"lightbox_rl_btn_width\":\"40\",\"lightbox_rl_btn_size\":\"20\",\"lightbox_close_rl_btn_hover_color\":\"CCCCCC\",\"lightbox_comment_pos\":\"left\",\"lightbox_comment_width\":\"400\",\"lightbox_comment_bg_color\":\"000000\",\"lightbox_comment_font_color\":\"CCCCCC\",\"lightbox_comment_font_style\":\"segoe ui\",\"lightbox_comment_font_size\":\"12\",\"lightbox_comment_button_bg_color\":\"616161\",\"lightbox_comment_button_border_color\":\"666666\",\"lightbox_comment_button_border_width\":\"1\",\"lightbox_comment_button_border_style\":\"none\",\"lightbox_comment_button_border_radius\":\"3px\",\"lightbox_comment_button_padding\":\"3px 10px\",\"lightbox_comment_input_bg_color\":\"333333\",\"lightbox_comment_input_border_color\":\"666666\",\"lightbox_comment_input_border_width\":\"1\",\"lightbox_comment_input_border_style\":\"none\",\"lightbox_comment_input_border_radius\":\"0\",\"lightbox_comment_input_padding\":\"2px\",\"lightbox_comment_separator_width\":\"1\",\"lightbox_comment_separator_style\":\"solid\",\"lightbox_comment_separator_color\":\"383838\",\"lightbox_comment_author_font_size\":\"14\",\"lightbox_comment_date_font_size\":\"10\",\"lightbox_comment_body_font_size\":\"12\",\"lightbox_comment_share_button_color\":\"CCCCCC\",\"lightbox_filmstrip_pos\":\"top\",\"lightbox_filmstrip_rl_bg_color\":\"3B3B3B\",\"lightbox_filmstrip_rl_btn_size\":\"20\",\"lightbox_filmstrip_rl_btn_color\":\"FFFFFF\",\"lightbox_filmstrip_thumb_margin\":\"0 1px\",\"lightbox_filmstrip_thumb_border_width\":\"1\",\"lightbox_filmstrip_thumb_border_style\":\"solid\",\"lightbox_filmstrip_thumb_border_color\":\"000000\",\"lightbox_filmstrip_thumb_border_radius\":\"0\",\"lightbox_filmstrip_thumb_deactive_transparent\":\"80\",\"lightbox_filmstrip_thumb_active_border_width\":\"0\",\"lightbox_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"lightbox_rl_btn_style\":\"fa-chevron\",\"album_compact_back_font_color\":\"000000\",\"album_compact_back_font_style\":\"segoe ui\",\"album_compact_back_font_size\":\"16\",\"album_compact_back_font_weight\":\"bold\",\"album_compact_back_padding\":\"0\",\"album_compact_title_font_color\":\"CCCCCC\",\"album_compact_title_font_style\":\"segoe ui\",\"album_compact_thumb_title_pos\":\"bottom\",\"album_compact_title_font_size\":\"16\",\"album_compact_title_font_weight\":\"bold\",\"album_compact_title_margin\":\"2px\",\"album_compact_title_shadow\":\"0px 0px 0px #888888\",\"album_compact_thumb_margin\":\"4\",\"album_compact_thumb_padding\":\"0\",\"album_compact_thumb_border_radius\":\"0\",\"album_compact_thumb_border_width\":\"0\",\"album_compact_thumb_border_style\":\"none\",\"album_compact_thumb_border_color\":\"CCCCCC\",\"album_compact_thumb_bg_color\":\"FFFFFF\",\"album_compact_thumbs_bg_color\":\"FFFFFF\",\"album_compact_thumb_bg_transparent\":\"0\",\"album_compact_thumb_box_shadow\":\"0px 0px 0px #888888\",\"album_compact_thumb_transparent\":\"100\",\"album_compact_thumb_align\":\"center\",\"album_compact_thumb_hover_effect\":\"scale\",\"album_compact_thumb_hover_effect_value\":\"1.1\",\"album_compact_thumb_transition\":\"0\",\"album_extended_thumb_margin\":\"2\",\"album_extended_thumb_padding\":\"0\",\"album_extended_thumb_border_radius\":\"0\",\"album_extended_thumb_border_width\":\"0\",\"album_extended_thumb_border_style\":\"none\",\"album_extended_thumb_border_color\":\"CCCCCC\",\"album_extended_thumb_bg_color\":\"FFFFFF\",\"album_extended_thumbs_bg_color\":\"FFFFFF\",\"album_extended_thumb_bg_transparent\":\"0\",\"album_extended_thumb_box_shadow\":\"\",\"album_extended_thumb_transparent\":\"100\",\"album_extended_thumb_align\":\"left\",\"album_extended_thumb_hover_effect\":\"scale\",\"album_extended_thumb_hover_effect_value\":\"1.1\",\"album_extended_thumb_transition\":\"0\",\"album_extended_back_font_color\":\"000000\",\"album_extended_back_font_style\":\"segoe ui\",\"album_extended_back_font_size\":\"20\",\"album_extended_back_font_weight\":\"bold\",\"album_extended_back_padding\":\"0\",\"album_extended_div_bg_color\":\"FFFFFF\",\"album_extended_div_bg_transparent\":\"0\",\"album_extended_div_border_radius\":\"0 0 0 0\",\"album_extended_div_margin\":\"0 0 5px 0\",\"album_extended_div_padding\":\"10\",\"album_extended_div_separator_width\":\"1\",\"album_extended_div_separator_style\":\"solid\",\"album_extended_div_separator_color\":\"E0E0E0\",\"album_extended_thumb_div_bg_color\":\"FFFFFF\",\"album_extended_thumb_div_border_radius\":\"0\",\"album_extended_thumb_div_border_width\":\"1\",\"album_extended_thumb_div_border_style\":\"solid\",\"album_extended_thumb_div_border_color\":\"E8E8E8\",\"album_extended_thumb_div_padding\":\"5px\",\"album_extended_text_div_bg_color\":\"FFFFFF\",\"album_extended_text_div_border_radius\":\"0\",\"album_extended_text_div_border_width\":\"1\",\"album_extended_text_div_border_style\":\"solid\",\"album_extended_text_div_border_color\":\"E8E8E8\",\"album_extended_text_div_padding\":\"5px\",\"album_extended_title_span_border_width\":\"1\",\"album_extended_title_span_border_style\":\"none\",\"album_extended_title_span_border_color\":\"CCCCCC\",\"album_extended_title_font_color\":\"000000\",\"album_extended_title_font_style\":\"segoe ui\",\"album_extended_title_font_size\":\"16\",\"album_extended_title_font_weight\":\"bold\",\"album_extended_title_margin_bottom\":\"2\",\"album_extended_title_padding\":\"2px\",\"album_extended_desc_span_border_width\":\"1\",\"album_extended_desc_span_border_style\":\"none\",\"album_extended_desc_span_border_color\":\"CCCCCC\",\"album_extended_desc_font_color\":\"000000\",\"album_extended_desc_font_style\":\"segoe ui\",\"album_extended_desc_font_size\":\"14\",\"album_extended_desc_font_weight\":\"normal\",\"album_extended_desc_padding\":\"2px\",\"album_extended_desc_more_color\":\"F2D22E\",\"album_extended_desc_more_size\":\"12\",\"masonry_thumb_padding\":\"4\",\"masonry_thumb_border_radius\":\"0\",\"masonry_thumb_border_width\":\"0\",\"masonry_thumb_border_style\":\"none\",\"masonry_thumb_border_color\":\"CCCCCC\",\"masonry_thumbs_bg_color\":\"FFFFFF\",\"masonry_thumb_bg_transparent\":\"0\",\"masonry_thumb_transparent\":\"100\",\"masonry_thumb_align\":\"center\",\"masonry_thumb_hover_effect\":\"scale\",\"masonry_thumb_hover_effect_value\":\"1.1\",\"masonry_thumb_transition\":\"0\",\"mosaic_thumb_padding\":\"4\",\"mosaic_thumb_border_radius\":\"0\",\"mosaic_thumb_border_width\":\"0\",\"mosaic_thumb_border_style\":\"none\",\"mosaic_thumb_border_color\":\"CCCCCC\",\"mosaic_thumbs_bg_color\":\"FFFFFF\",\"mosaic_thumb_bg_transparent\":\"0\",\"mosaic_thumb_transparent\":\"100\",\"mosaic_thumb_align\":\"center\",\"mosaic_thumb_hover_effect\":\"scale\",\"mosaic_thumb_hover_effect_value\":\"1.1\",\"mosaic_thumb_title_font_color\":\"CCCCCC\",\"mosaic_thumb_title_font_style\":\"segoe ui\",\"mosaic_thumb_title_font_size\":\"16\",\"mosaic_thumb_title_font_weight\":\"bold\",\"mosaic_thumb_title_margin\":\"2px\",\"mosaic_thumb_title_shadow\":\"0px 0px 0px #888888\",\"slideshow_cont_bg_color\":\"000000\",\"slideshow_close_btn_transparent\":\"100\",\"slideshow_rl_btn_bg_color\":\"000000\",\"slideshow_rl_btn_border_radius\":\"20px\",\"slideshow_rl_btn_border_width\":\"0\",\"slideshow_rl_btn_border_style\":\"none\",\"slideshow_rl_btn_border_color\":\"FFFFFF\",\"slideshow_rl_btn_box_shadow\":\"0px 0px 0px #000000\",\"slideshow_rl_btn_color\":\"FFFFFF\",\"slideshow_rl_btn_height\":\"40\",\"slideshow_rl_btn_size\":\"20\",\"slideshow_rl_btn_width\":\"40\",\"slideshow_close_rl_btn_hover_color\":\"CCCCCC\",\"slideshow_filmstrip_pos\":\"top\",\"slideshow_filmstrip_thumb_border_width\":\"1\",\"slideshow_filmstrip_thumb_border_style\":\"solid\",\"slideshow_filmstrip_thumb_border_color\":\"000000\",\"slideshow_filmstrip_thumb_border_radius\":\"0\",\"slideshow_filmstrip_thumb_margin\":\"0 1px\",\"slideshow_filmstrip_thumb_active_border_width\":\"0\",\"slideshow_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"slideshow_filmstrip_thumb_deactive_transparent\":\"80\",\"slideshow_filmstrip_rl_bg_color\":\"3B3B3B\",\"slideshow_filmstrip_rl_btn_color\":\"FFFFFF\",\"slideshow_filmstrip_rl_btn_size\":\"20\",\"slideshow_title_font_size\":\"16\",\"slideshow_title_font\":\"segoe ui\",\"slideshow_title_color\":\"FFFFFF\",\"slideshow_title_opacity\":\"70\",\"slideshow_title_border_radius\":\"5px\",\"slideshow_title_background_color\":\"000000\",\"slideshow_title_padding\":\"0 0 0 0\",\"slideshow_description_font_size\":\"14\",\"slideshow_description_font\":\"segoe ui\",\"slideshow_description_color\":\"FFFFFF\",\"slideshow_description_opacity\":\"70\",\"slideshow_description_border_radius\":\"0\",\"slideshow_description_background_color\":\"000000\",\"slideshow_description_padding\":\"5px 10px 5px 10px\",\"slideshow_dots_width\":\"12\",\"slideshow_dots_height\":\"12\",\"slideshow_dots_border_radius\":\"5px\",\"slideshow_dots_background_color\":\"F2D22E\",\"slideshow_dots_margin\":\"3\",\"slideshow_dots_active_background_color\":\"FFFFFF\",\"slideshow_dots_active_border_width\":\"1\",\"slideshow_dots_active_border_color\":\"000000\",\"slideshow_play_pause_btn_size\":\"60\",\"slideshow_rl_btn_style\":\"fa-chevron\",\"blog_style_margin\":\"2px\",\"blog_style_padding\":\"0\",\"blog_style_border_radius\":\"0\",\"blog_style_border_width\":\"1\",\"blog_style_border_style\":\"solid\",\"blog_style_border_color\":\"F5F5F5\",\"blog_style_bg_color\":\"FFFFFF\",\"blog_style_box_shadow\":\"\",\"blog_style_transparent\":\"80\",\"blog_style_align\":\"center\",\"blog_style_share_buttons_bg_color\":\"FFFFFF\",\"blog_style_share_buttons_margin\":\"5px auto 10px auto\",\"blog_style_share_buttons_border_radius\":\"0\",\"blog_style_share_buttons_border_width\":\"0\",\"blog_style_share_buttons_border_style\":\"none\",\"blog_style_share_buttons_border_color\":\"000000\",\"blog_style_share_buttons_align\":\"right\",\"blog_style_img_font_size\":\"16\",\"blog_style_img_font_family\":\"segoe ui\",\"blog_style_img_font_color\":\"000000\",\"blog_style_share_buttons_color\":\"B3AFAF\",\"blog_style_share_buttons_bg_transparent\":\"0\",\"blog_style_share_buttons_font_size\":\"20\",\"image_browser_margin\":\"2px auto\",\"image_browser_padding\":\"4px\",\"image_browser_border_radius\":\"0\",\"image_browser_border_width\":\"1\",\"image_browser_border_style\":\"none\",\"image_browser_border_color\":\"F5F5F5\",\"image_browser_bg_color\":\"EBEBEB\",\"image_browser_box_shadow\":\"\",\"image_browser_transparent\":\"80\",\"image_browser_align\":\"center\",\"image_browser_image_description_margin\":\"0px 5px 0px 5px\",\"image_browser_image_description_padding\":\"8px 8px 8px 8px\",\"image_browser_image_description_border_radius\":\"0\",\"image_browser_image_description_border_width\":\"1\",\"image_browser_image_description_border_style\":\"none\",\"image_browser_image_description_border_color\":\"FFFFFF\",\"image_browser_image_description_bg_color\":\"EBEBEB\",\"image_browser_image_description_align\":\"center\",\"image_browser_img_font_size\":\"15\",\"image_browser_img_font_family\":\"segoe ui\",\"image_browser_img_font_color\":\"000000\",\"image_browser_full_padding\":\"4px\",\"image_browser_full_border_radius\":\"0\",\"image_browser_full_border_width\":\"2\",\"image_browser_full_border_style\":\"none\",\"image_browser_full_border_color\":\"F7F7F7\",\"image_browser_full_bg_color\":\"F5F5F5\",\"image_browser_full_transparent\":\"90\",\"lightbox_info_pos\":\"top\",\"lightbox_info_align\":\"right\",\"lightbox_info_bg_color\":\"000000\",\"lightbox_info_bg_transparent\":\"70\",\"lightbox_info_border_width\":\"1\",\"lightbox_info_border_style\":\"none\",\"lightbox_info_border_color\":\"000000\",\"lightbox_info_border_radius\":\"5px\",\"lightbox_info_padding\":\"5px\",\"lightbox_info_margin\":\"15px\",\"lightbox_title_color\":\"FFFFFF\",\"lightbox_title_font_style\":\"segoe ui\",\"lightbox_title_font_weight\":\"bold\",\"lightbox_title_font_size\":\"18\",\"lightbox_description_color\":\"FFFFFF\",\"lightbox_description_font_style\":\"segoe ui\",\"lightbox_description_font_weight\":\"normal\",\"lightbox_description_font_size\":\"14\",\"lightbox_rate_pos\":\"bottom\",\"lightbox_rate_align\":\"right\",\"lightbox_rate_icon\":\"star\",\"lightbox_rate_color\":\"F9D062\",\"lightbox_rate_size\":\"20\",\"lightbox_rate_stars_count\":\"5\",\"lightbox_rate_padding\":\"15px\",\"lightbox_rate_hover_color\":\"F7B50E\",\"lightbox_hit_pos\":\"bottom\",\"lightbox_hit_align\":\"left\",\"lightbox_hit_bg_color\":\"000000\",\"lightbox_hit_bg_transparent\":\"70\",\"lightbox_hit_border_width\":\"1\",\"lightbox_hit_border_style\":\"none\",\"lightbox_hit_border_color\":\"000000\",\"lightbox_hit_border_radius\":\"5px\",\"lightbox_hit_padding\":\"5px\",\"lightbox_hit_margin\":\"0 5px\",\"lightbox_hit_color\":\"FFFFFF\",\"lightbox_hit_font_style\":\"segoe ui\",\"lightbox_hit_font_weight\":\"normal\",\"lightbox_hit_font_size\":\"14\",\"masonry_description_font_size\":\"12\",\"masonry_description_color\":\"CCCCCC\",\"masonry_description_font_style\":\"segoe ui\",\"album_masonry_back_font_color\":\"000000\",\"album_masonry_back_font_style\":\"segoe ui\",\"album_masonry_back_font_size\":\"16\",\"album_masonry_back_font_weight\":\"bold\",\"album_masonry_back_padding\":\"0\",\"album_masonry_title_font_color\":\"CCCCCC\",\"album_masonry_title_font_style\":\"segoe ui\",\"album_masonry_thumb_title_pos\":\"bottom\",\"album_masonry_title_font_size\":\"16\",\"album_masonry_title_font_weight\":\"bold\",\"album_masonry_title_margin\":\"2px\",\"album_masonry_title_shadow\":\"0px 0px 0px #888888\",\"album_masonry_thumb_margin\":\"4\",\"album_masonry_thumb_padding\":\"0\",\"album_masonry_thumb_border_radius\":\"0\",\"album_masonry_thumb_border_width\":\"0\",\"album_masonry_thumb_border_style\":\"none\",\"album_masonry_thumb_border_color\":\"CCCCCC\",\"album_masonry_thumb_bg_color\":\"FFFFFF\",\"album_masonry_thumbs_bg_color\":\"FFFFFF\",\"album_masonry_thumb_bg_transparent\":\"0\",\"album_masonry_thumb_box_shadow\":\"0px 0px 0px #888888\",\"album_masonry_thumb_transparent\":\"100\",\"album_masonry_thumb_align\":\"center\",\"album_masonry_thumb_hover_effect\":\"scale\",\"album_masonry_thumb_hover_effect_value\":\"1.1\",\"album_masonry_thumb_transition\":\"0\",\"carousel_cont_bg_color\":\"000000\",\"carousel_cont_btn_transparent\":\"0\",\"carousel_close_btn_transparent\":\"100\",\"carousel_rl_btn_bg_color\":\"000000\",\"carousel_rl_btn_border_radius\":\"20px\",\"carousel_rl_btn_border_width\":\"0\",\"carousel_rl_btn_border_style\":\"none\",\"carousel_rl_btn_border_color\":\"FFFFFF\",\"carousel_rl_btn_color\":\"FFFFFF\",\"carousel_rl_btn_height\":\"40\",\"carousel_rl_btn_size\":\"20\",\"carousel_play_pause_btn_size\":\"20\",\"carousel_rl_btn_width\":\"40\",\"carousel_close_rl_btn_hover_color\":\"CCCCCC\",\"carousel_rl_btn_style\":\"fa-chevron\",\"carousel_mergin_bottom\":\"0.5\",\"carousel_font_family\":\"Arial\",\"carousel_feature_border_width\":\"2\",\"carousel_feature_border_style\":\"solid\",\"carousel_feature_border_color\":\"5D204F\",\"carousel_caption_background_color\":\"000000\",\"carousel_caption_bottom\":\"0\",\"carousel_caption_p_mergin\":\"0\",\"carousel_caption_p_pedding\":\"5\",\"carousel_caption_p_font_weight\":\"bold\",\"carousel_caption_p_font_size\":\"14\",\"carousel_caption_p_color\":\"white\",\"carousel_title_opacity\":\"100\",\"carousel_title_border_radius\":\"5px\",\"mosaic_thumb_transition\":\"1\"}'),(2,'Theme 2',0,'{\"thumb_margin\":\"4\",\"thumb_padding\":\"4\",\"thumb_border_radius\":\"0\",\"thumb_border_width\":\"5\",\"thumb_border_style\":\"none\",\"thumb_border_color\":\"FFFFFF\",\"thumb_bg_color\":\"E8E8E8\",\"thumbs_bg_color\":\"FFFFFF\",\"thumb_bg_transparent\":\"0\",\"thumb_box_shadow\":\"0px 0px 0px #888888\",\"thumb_transparent\":\"100\",\"thumb_align\":\"center\",\"thumb_hover_effect\":\"rotate\",\"thumb_hover_effect_value\":\"2deg\",\"thumb_transition\":\"1\",\"thumb_title_font_color\":\"CCCCCC\",\"thumb_title_font_style\":\"segoe ui\",\"thumb_title_pos\":\"bottom\",\"thumb_title_font_size\":\"16\",\"thumb_title_font_weight\":\"bold\",\"thumb_title_margin\":\"5px\",\"thumb_title_shadow\":\"\",\"page_nav_position\":\"bottom\",\"page_nav_align\":\"center\",\"page_nav_number\":\"0\",\"page_nav_font_size\":\"12\",\"page_nav_font_style\":\"segoe ui\",\"page_nav_font_color\":\"666666\",\"page_nav_font_weight\":\"bold\",\"page_nav_border_width\":\"1\",\"page_nav_border_style\":\"none\",\"page_nav_border_color\":\"E3E3E3\",\"page_nav_border_radius\":\"0\",\"page_nav_margin\":\"0\",\"page_nav_padding\":\"3px 6px\",\"page_nav_button_bg_color\":\"FCFCFC\",\"page_nav_button_bg_transparent\":\"100\",\"page_nav_box_shadow\":\"0\",\"page_nav_button_transition\":\"1\",\"page_nav_button_text\":\"0\",\"lightbox_overlay_bg_color\":\"000000\",\"lightbox_overlay_bg_transparent\":\"70\",\"lightbox_bg_color\":\"000000\",\"lightbox_ctrl_btn_pos\":\"bottom\",\"lightbox_ctrl_btn_align\":\"center\",\"lightbox_ctrl_btn_height\":\"20\",\"lightbox_ctrl_btn_margin_top\":\"10\",\"lightbox_ctrl_btn_margin_left\":\"7\",\"lightbox_ctrl_btn_transparent\":\"80\",\"lightbox_ctrl_btn_color\":\"FFFFFF\",\"lightbox_toggle_btn_height\":\"14\",\"lightbox_toggle_btn_width\":\"100\",\"lightbox_ctrl_cont_bg_color\":\"000000\",\"lightbox_ctrl_cont_transparent\":\"80\",\"lightbox_ctrl_cont_border_radius\":\"4\",\"lightbox_close_btn_transparent\":\"95\",\"lightbox_close_btn_bg_color\":\"000000\",\"lightbox_close_btn_border_width\":\"0\",\"lightbox_close_btn_border_radius\":\"16px\",\"lightbox_close_btn_border_style\":\"none\",\"lightbox_close_btn_border_color\":\"FFFFFF\",\"lightbox_close_btn_box_shadow\":\"\",\"lightbox_close_btn_color\":\"FFFFFF\",\"lightbox_close_btn_size\":\"10\",\"lightbox_close_btn_width\":\"20\",\"lightbox_close_btn_height\":\"20\",\"lightbox_close_btn_top\":\"-10\",\"lightbox_close_btn_right\":\"-10\",\"lightbox_close_btn_full_color\":\"FFFFFF\",\"lightbox_rl_btn_bg_color\":\"000000\",\"lightbox_rl_btn_transparent\":\"80\",\"lightbox_rl_btn_border_radius\":\"20px\",\"lightbox_rl_btn_border_width\":\"2\",\"lightbox_rl_btn_border_style\":\"none\",\"lightbox_rl_btn_border_color\":\"FFFFFF\",\"lightbox_rl_btn_box_shadow\":\"\",\"lightbox_rl_btn_color\":\"FFFFFF\",\"lightbox_rl_btn_height\":\"40\",\"lightbox_rl_btn_width\":\"40\",\"lightbox_rl_btn_size\":\"20\",\"lightbox_close_rl_btn_hover_color\":\"FFFFFF\",\"lightbox_comment_pos\":\"left\",\"lightbox_comment_width\":\"400\",\"lightbox_comment_bg_color\":\"000000\",\"lightbox_comment_font_color\":\"CCCCCC\",\"lightbox_comment_font_style\":\"arial\",\"lightbox_comment_font_size\":\"12\",\"lightbox_comment_button_bg_color\":\"333333\",\"lightbox_comment_button_border_color\":\"666666\",\"lightbox_comment_button_border_width\":\"1\",\"lightbox_comment_button_border_style\":\"none\",\"lightbox_comment_button_border_radius\":\"3px\",\"lightbox_comment_button_padding\":\"3px 10px\",\"lightbox_comment_input_bg_color\":\"333333\",\"lightbox_comment_input_border_color\":\"666666\",\"lightbox_comment_input_border_width\":\"1\",\"lightbox_comment_input_border_style\":\"none\",\"lightbox_comment_input_border_radius\":\"0\",\"lightbox_comment_input_padding\":\"3px\",\"lightbox_comment_separator_width\":\"1\",\"lightbox_comment_separator_style\":\"solid\",\"lightbox_comment_separator_color\":\"2B2B2B\",\"lightbox_comment_author_font_size\":\"14\",\"lightbox_comment_date_font_size\":\"10\",\"lightbox_comment_body_font_size\":\"12\",\"lightbox_comment_share_button_color\":\"FFFFFF\",\"lightbox_filmstrip_pos\":\"top\",\"lightbox_filmstrip_rl_bg_color\":\"2B2B2B\",\"lightbox_filmstrip_rl_btn_size\":\"20\",\"lightbox_filmstrip_rl_btn_color\":\"FFFFFF\",\"lightbox_filmstrip_thumb_margin\":\"0 1px\",\"lightbox_filmstrip_thumb_border_width\":\"1\",\"lightbox_filmstrip_thumb_border_style\":\"none\",\"lightbox_filmstrip_thumb_border_color\":\"000000\",\"lightbox_filmstrip_thumb_border_radius\":\"0\",\"lightbox_filmstrip_thumb_deactive_transparent\":\"80\",\"lightbox_filmstrip_thumb_active_border_width\":\"0\",\"lightbox_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"lightbox_rl_btn_style\":\"fa-chevron\",\"album_compact_back_font_color\":\"000000\",\"album_compact_back_font_style\":\"segoe ui\",\"album_compact_back_font_size\":\"14\",\"album_compact_back_font_weight\":\"normal\",\"album_compact_back_padding\":\"0\",\"album_compact_title_font_color\":\"CCCCCC\",\"album_compact_title_font_style\":\"segoe ui\",\"album_compact_thumb_title_pos\":\"bottom\",\"album_compact_title_font_size\":\"16\",\"album_compact_title_font_weight\":\"bold\",\"album_compact_title_margin\":\"5px\",\"album_compact_title_shadow\":\"\",\"album_compact_thumb_margin\":\"4\",\"album_compact_thumb_padding\":\"4\",\"album_compact_thumb_border_radius\":\"0\",\"album_compact_thumb_border_width\":\"1\",\"album_compact_thumb_border_style\":\"none\",\"album_compact_thumb_border_color\":\"000000\",\"album_compact_thumb_bg_color\":\"E8E8E8\",\"album_compact_thumbs_bg_color\":\"FFFFFF\",\"album_compact_thumb_bg_transparent\":\"100\",\"album_compact_thumb_box_shadow\":\"\",\"album_compact_thumb_transparent\":\"100\",\"album_compact_thumb_align\":\"center\",\"album_compact_thumb_hover_effect\":\"rotate\",\"album_compact_thumb_hover_effect_value\":\"2deg\",\"album_compact_thumb_transition\":\"1\",\"album_extended_thumb_margin\":\"2\",\"album_extended_thumb_padding\":\"4\",\"album_extended_thumb_border_radius\":\"0\",\"album_extended_thumb_border_width\":\"4\",\"album_extended_thumb_border_style\":\"none\",\"album_extended_thumb_border_color\":\"E8E8E8\",\"album_extended_thumb_bg_color\":\"E8E8E8\",\"album_extended_thumbs_bg_color\":\"FFFFFF\",\"album_extended_thumb_bg_transparent\":\"100\",\"album_extended_thumb_box_shadow\":\"\",\"album_extended_thumb_transparent\":\"100\",\"album_extended_thumb_align\":\"left\",\"album_extended_thumb_hover_effect\":\"rotate\",\"album_extended_thumb_hover_effect_value\":\"2deg\",\"album_extended_thumb_transition\":\"0\",\"album_extended_back_font_color\":\"000000\",\"album_extended_back_font_style\":\"segoe ui\",\"album_extended_back_font_size\":\"16\",\"album_extended_back_font_weight\":\"bold\",\"album_extended_back_padding\":\"0\",\"album_extended_div_bg_color\":\"FFFFFF\",\"album_extended_div_bg_transparent\":\"0\",\"album_extended_div_border_radius\":\"0\",\"album_extended_div_margin\":\"0 0 5px 0\",\"album_extended_div_padding\":\"10\",\"album_extended_div_separator_width\":\"1\",\"album_extended_div_separator_style\":\"none\",\"album_extended_div_separator_color\":\"CCCCCC\",\"album_extended_thumb_div_bg_color\":\"FFFFFF\",\"album_extended_thumb_div_border_radius\":\"0\",\"album_extended_thumb_div_border_width\":\"0\",\"album_extended_thumb_div_border_style\":\"none\",\"album_extended_thumb_div_border_color\":\"CCCCCC\",\"album_extended_thumb_div_padding\":\"0\",\"album_extended_text_div_bg_color\":\"FFFFFF\",\"album_extended_text_div_border_radius\":\"0\",\"album_extended_text_div_border_width\":\"1\",\"album_extended_text_div_border_style\":\"none\",\"album_extended_text_div_border_color\":\"CCCCCC\",\"album_extended_text_div_padding\":\"5px\",\"album_extended_title_span_border_width\":\"1\",\"album_extended_title_span_border_style\":\"none\",\"album_extended_title_span_border_color\":\"CCCCCC\",\"album_extended_title_font_color\":\"000000\",\"album_extended_title_font_style\":\"segoe ui\",\"album_extended_title_font_size\":\"16\",\"album_extended_title_font_weight\":\"bold\",\"album_extended_title_margin_bottom\":\"2\",\"album_extended_title_padding\":\"2px\",\"album_extended_desc_span_border_width\":\"1\",\"album_extended_desc_span_border_style\":\"none\",\"album_extended_desc_span_border_color\":\"CCCCCC\",\"album_extended_desc_font_color\":\"000000\",\"album_extended_desc_font_style\":\"segoe ui\",\"album_extended_desc_font_size\":\"14\",\"album_extended_desc_font_weight\":\"normal\",\"album_extended_desc_padding\":\"2px\",\"album_extended_desc_more_color\":\"FFC933\",\"album_extended_desc_more_size\":\"12\",\"masonry_thumb_padding\":\"4\",\"masonry_thumb_border_radius\":\"2px\",\"masonry_thumb_border_width\":\"1\",\"masonry_thumb_border_style\":\"none\",\"masonry_thumb_border_color\":\"CCCCCC\",\"masonry_thumbs_bg_color\":\"FFFFFF\",\"masonry_thumb_bg_transparent\":\"0\",\"masonry_thumb_transparent\":\"80\",\"masonry_thumb_align\":\"center\",\"masonry_thumb_hover_effect\":\"rotate\",\"masonry_thumb_hover_effect_value\":\"2deg\",\"masonry_thumb_transition\":\"0\",\"mosaic_thumb_padding\":\"4\",\"mosaic_thumb_border_radius\":\"2px\",\"mosaic_thumb_border_width\":\"1\",\"mosaic_thumb_border_style\":\"none\",\"mosaic_thumb_border_color\":\"CCCCCC\",\"mosaic_thumbs_bg_color\":\"FFFFFF\",\"mosaic_thumb_bg_transparent\":\"0\",\"mosaic_thumb_transparent\":\"80\",\"mosaic_thumb_align\":\"center\",\"mosaic_thumb_hover_effect\":\"rotate\",\"mosaic_thumb_hover_effect_value\":\"2deg\",\"mosaic_thumb_title_font_color\":\"CCCCCC\",\"mosaic_thumb_title_font_style\":\"segoe ui\",\"mosaic_thumb_title_font_size\":\"16\",\"mosaic_thumb_title_font_weight\":\"bold\",\"mosaic_thumb_title_margin\":\"2px\",\"mosaic_thumb_title_shadow\":\"0px 0px 0px #888888\",\"slideshow_cont_bg_color\":\"000000\",\"slideshow_close_btn_transparent\":\"100\",\"slideshow_rl_btn_bg_color\":\"000000\",\"slideshow_rl_btn_border_radius\":\"20px\",\"slideshow_rl_btn_border_width\":\"0\",\"slideshow_rl_btn_border_style\":\"none\",\"slideshow_rl_btn_border_color\":\"FFFFFF\",\"slideshow_rl_btn_box_shadow\":\"\",\"slideshow_rl_btn_color\":\"FFFFFF\",\"slideshow_rl_btn_height\":\"40\",\"slideshow_rl_btn_size\":\"20\",\"slideshow_rl_btn_width\":\"40\",\"slideshow_close_rl_btn_hover_color\":\"DBDBDB\",\"slideshow_filmstrip_pos\":\"bottom\",\"slideshow_filmstrip_thumb_border_width\":\"1\",\"slideshow_filmstrip_thumb_border_style\":\"none\",\"slideshow_filmstrip_thumb_border_color\":\"000000\",\"slideshow_filmstrip_thumb_border_radius\":\"0\",\"slideshow_filmstrip_thumb_margin\":\"0 1px\",\"slideshow_filmstrip_thumb_active_border_width\":\"0\",\"slideshow_filmstrip_thumb_active_border_color\":\"FFFFFF\",\"slideshow_filmstrip_thumb_deactive_transparent\":\"80\",\"slideshow_filmstrip_rl_bg_color\":\"303030\",\"slideshow_filmstrip_rl_btn_color\":\"FFFFFF\",\"slideshow_filmstrip_rl_btn_size\":\"20\",\"slideshow_title_font_size\":\"16\",\"slideshow_title_font\":\"segoe ui\",\"slideshow_title_color\":\"FFFFFF\",\"slideshow_title_opacity\":\"70\",\"slideshow_title_border_radius\":\"5px\",\"slideshow_title_background_color\":\"000000\",\"slideshow_title_padding\":\"5px 10px 5px 10px\",\"slideshow_description_font_size\":\"14\",\"slideshow_description_font\":\"segoe ui\",\"slideshow_description_color\":\"FFFFFF\",\"slideshow_description_opacity\":\"70\",\"slideshow_description_border_radius\":\"0\",\"slideshow_description_background_color\":\"000000\",\"slideshow_description_padding\":\"5px 10px 5px 10px\",\"slideshow_dots_width\":\"10\",\"slideshow_dots_height\":\"10\",\"slideshow_dots_border_radius\":\"10px\",\"slideshow_dots_background_color\":\"292929\",\"slideshow_dots_margin\":\"1\",\"slideshow_dots_active_background_color\":\"292929\",\"slideshow_dots_active_border_width\":\"2\",\"slideshow_dots_active_border_color\":\"FFC933\",\"slideshow_play_pause_btn_size\":\"60\",\"slideshow_rl_btn_style\":\"fa-chevron\",\"blog_style_margin\":\"2px\",\"blog_style_padding\":\"4px\",\"blog_style_border_radius\":\"0\",\"blog_style_border_width\":\"1\",\"blog_style_border_style\":\"none\",\"blog_style_border_color\":\"CCCCCC\",\"blog_style_bg_color\":\"E8E8E8\",\"blog_style_box_shadow\":\"\",\"blog_style_transparent\":\"70\",\"blog_style_align\":\"center\",\"blog_style_share_buttons_bg_color\":\"FFFFFF\",\"blog_style_share_buttons_margin\":\"5px auto 10px auto\",\"blog_style_share_buttons_border_radius\":\"0\",\"blog_style_share_buttons_border_width\":\"0\",\"blog_style_share_buttons_border_style\":\"none\",\"blog_style_share_buttons_border_color\":\"000000\",\"blog_style_share_buttons_align\":\"right\",\"blog_style_img_font_size\":\"16\",\"blog_style_img_font_family\":\"segoe ui\",\"blog_style_img_font_color\":\"000000\",\"blog_style_share_buttons_color\":\"A1A1A1\",\"blog_style_share_buttons_bg_transparent\":\"0\",\"blog_style_share_buttons_font_size\":\"20\",\"image_browser_margin\":\"2px auto\",\"image_browser_padding\":\"4px\",\"image_browser_border_radius\":\"2px\",\"image_browser_border_width\":\"1\",\"image_browser_border_style\":\"none\",\"image_browser_border_color\":\"E8E8E8\",\"image_browser_bg_color\":\"E8E8E8\",\"image_browser_box_shadow\":\"\",\"image_browser_transparent\":\"80\",\"image_browser_align\":\"center\",\"image_browser_image_description_margin\":\"24px 0px 0px 0px\",\"image_browser_image_description_padding\":\"8px 8px 8px 8px\",\"image_browser_image_description_border_radius\":\"0\",\"image_browser_image_description_border_width\":\"1\",\"image_browser_image_description_border_style\":\"none\",\"image_browser_image_description_border_color\":\"FFFFFF\",\"image_browser_image_description_bg_color\":\"E8E8E8\",\"image_browser_image_description_align\":\"center\",\"image_browser_img_font_size\":\"14\",\"image_browser_img_font_family\":\"segoe ui\",\"image_browser_img_font_color\":\"000000\",\"image_browser_full_padding\":\"4px\",\"image_browser_full_border_radius\":\"0\",\"image_browser_full_border_width\":\"1\",\"image_browser_full_border_style\":\"solid\",\"image_browser_full_border_color\":\"EDEDED\",\"image_browser_full_bg_color\":\"FFFFFF\",\"image_browser_full_transparent\":\"90\",\"lightbox_info_pos\":\"top\",\"lightbox_info_align\":\"right\",\"lightbox_info_bg_color\":\"000000\",\"lightbox_info_bg_transparent\":\"70\",\"lightbox_info_border_width\":\"1\",\"lightbox_info_border_style\":\"none\",\"lightbox_info_border_color\":\"000000\",\"lightbox_info_border_radius\":\"5px\",\"lightbox_info_padding\":\"5px\",\"lightbox_info_margin\":\"15px\",\"lightbox_title_color\":\"FFFFFF\",\"lightbox_title_font_style\":\"segoe ui\",\"lightbox_title_font_weight\":\"bold\",\"lightbox_title_font_size\":\"18\",\"lightbox_description_color\":\"FFFFFF\",\"lightbox_description_font_style\":\"segoe ui\",\"lightbox_description_font_weight\":\"normal\",\"lightbox_description_font_size\":\"14\",\"lightbox_rate_pos\":\"bottom\",\"lightbox_rate_align\":\"right\",\"lightbox_rate_icon\":\"star\",\"lightbox_rate_color\":\"F9D062\",\"lightbox_rate_size\":\"20\",\"lightbox_rate_stars_count\":\"5\",\"lightbox_rate_padding\":\"15px\",\"lightbox_rate_hover_color\":\"F7B50E\",\"lightbox_hit_pos\":\"bottom\",\"lightbox_hit_align\":\"left\",\"lightbox_hit_bg_color\":\"000000\",\"lightbox_hit_bg_transparent\":\"70\",\"lightbox_hit_border_width\":\"1\",\"lightbox_hit_border_style\":\"none\",\"lightbox_hit_border_color\":\"000000\",\"lightbox_hit_border_radius\":\"5px\",\"lightbox_hit_padding\":\"5px\",\"lightbox_hit_margin\":\"0 5px\",\"lightbox_hit_color\":\"FFFFFF\",\"lightbox_hit_font_style\":\"segoe ui\",\"lightbox_hit_font_weight\":\"normal\",\"lightbox_hit_font_size\":\"14\",\"masonry_description_font_size\":\"12\",\"masonry_description_color\":\"CCCCCC\",\"masonry_description_font_style\":\"segoe ui\",\"album_masonry_back_font_color\":\"000000\",\"album_masonry_back_font_style\":\"segoe ui\",\"album_masonry_back_font_size\":\"14\",\"album_masonry_back_font_weight\":\"normal\",\"album_masonry_back_padding\":\"0\",\"album_masonry_title_font_color\":\"CCCCCC\",\"album_masonry_title_font_style\":\"segoe ui\",\"album_masonry_thumb_title_pos\":\"bottom\",\"album_masonry_title_font_size\":\"16\",\"album_masonry_title_font_weight\":\"bold\",\"album_masonry_title_margin\":\"5px\",\"album_masonry_title_shadow\":\"\",\"album_masonry_thumb_margin\":\"4\",\"album_masonry_thumb_padding\":\"4\",\"album_masonry_thumb_border_radius\":\"0\",\"album_masonry_thumb_border_width\":\"1\",\"album_masonry_thumb_border_style\":\"none\",\"album_masonry_thumb_border_color\":\"000000\",\"album_masonry_thumb_bg_color\":\"E8E8E8\",\"album_masonry_thumbs_bg_color\":\"FFFFFF\",\"album_masonry_thumb_bg_transparent\":\"100\",\"album_masonry_thumb_box_shadow\":\"\",\"album_masonry_thumb_transparent\":\"100\",\"album_masonry_thumb_align\":\"center\",\"album_masonry_thumb_hover_effect\":\"rotate\",\"album_masonry_thumb_hover_effect_value\":\"2deg\",\"album_masonry_thumb_transition\":\"1\",\"carousel_cont_bg_color\":\"000000\",\"carousel_cont_btn_transparent\":\"0\",\"carousel_close_btn_transparent\":\"100\",\"carousel_rl_btn_bg_color\":\"000000\",\"carousel_rl_btn_border_radius\":\"20px\",\"carousel_rl_btn_border_width\":\"0\",\"carousel_rl_btn_border_style\":\"none\",\"carousel_rl_btn_border_color\":\"FFFFFF\",\"carousel_rl_btn_color\":\"FFFFFF\",\"carousel_rl_btn_height\":\"40\",\"carousel_rl_btn_size\":\"20\",\"carousel_play_pause_btn_size\":\"20\",\"carousel_rl_btn_width\":\"40\",\"carousel_close_rl_btn_hover_color\":\"CCCCCC\",\"carousel_rl_btn_style\":\"fa-chevron\",\"carousel_mergin_bottom\":\"0.5\",\"carousel_font_family\":\"Arial\",\"carousel_feature_border_width\":\"2\",\"carousel_feature_border_style\":\"solid\",\"carousel_feature_border_color\":\"5D204F\",\"carousel_caption_background_color\":\"000000\",\"carousel_caption_bottom\":\"0\",\"carousel_caption_p_mergin\":\"0\",\"carousel_caption_p_pedding\":\"5\",\"carousel_caption_p_font_weight\":\"bold\",\"carousel_caption_p_font_size\":\"14\",\"carousel_caption_p_color\":\"white\",\"carousel_title_opacity\":\"100\",\"carousel_title_border_radius\":\"5px\",\"mosaic_thumb_transition\":\"1\"}');
/*!40000 ALTER TABLE `lwz_bwg_theme` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_calendar`
--
DROP TABLE IF EXISTS `lwz_calendar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_calendar` (
`event_id` int(11) NOT NULL AUTO_INCREMENT,
`event_begin` date NOT NULL,
`event_end` date NOT NULL,
`event_title` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
`event_desc` mediumtext COLLATE utf8_unicode_ci NOT NULL,
`event_time` time DEFAULT NULL,
`event_recur` char(1) COLLATE utf8_unicode_ci DEFAULT NULL,
`event_repeats` int(3) DEFAULT NULL,
`event_author` bigint(20) unsigned DEFAULT NULL,
`event_category` bigint(20) unsigned NOT NULL DEFAULT '1',
`event_link` mediumtext COLLATE utf8_unicode_ci,
PRIMARY KEY (`event_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_calendar`
--
LOCK TABLES `lwz_calendar` WRITE;
/*!40000 ALTER TABLE `lwz_calendar` DISABLE KEYS */;
INSERT INTO `lwz_calendar` VALUES (1,'2015-11-19','2015-11-19','A Night of Comedy','Join us for a night of laughter at the Baltimore Comedy Factory. Tickets are $20 and can be purchased from your favorite LGZ Zeta or by emailing Patreece Carter at waysandmeans@zphiblgz.org. \r\n\r\nAll proceeds benefit the W. Ruth Conway Scholarship. ','14:00:00','S',0,29,3,'');
/*!40000 ALTER TABLE `lwz_calendar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_calendar_categories`
--
DROP TABLE IF EXISTS `lwz_calendar_categories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_calendar_categories` (
`category_id` int(11) NOT NULL AUTO_INCREMENT,
`category_name` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
`category_colour` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_calendar_categories`
--
LOCK TABLES `lwz_calendar_categories` WRITE;
/*!40000 ALTER TABLE `lwz_calendar_categories` DISABLE KEYS */;
INSERT INTO `lwz_calendar_categories` VALUES (1,'General',''),(2,'Community Service','#4285f4'),(3,'Scholarship ','#f0e7e7'),(4,'Howard County Events','#213c4d');
/*!40000 ALTER TABLE `lwz_calendar_categories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_calendar_config`
--
DROP TABLE IF EXISTS `lwz_calendar_config`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_calendar_config` (
`config_item` varchar(30) COLLATE utf8_unicode_ci NOT NULL,
`config_value` mediumtext COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`config_item`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_calendar_config`
--
LOCK TABLES `lwz_calendar_config` WRITE;
/*!40000 ALTER TABLE `lwz_calendar_config` DISABLE KEYS */;
INSERT INTO `lwz_calendar_config` VALUES ('can_manage_events','manage_options'),('calendar_style',' .calnk a:hover {\r\n background-position:0 0;\r\n text-decoration:none; \r\n color:#000000;\r\n border-bottom:1px dotted #000000;\r\n }\r\n .calnk a:visited {\r\n text-decoration:none;\r\n color:#000000;\r\n border-bottom:1px dotted #000000;\r\n }\r\n .calnk a {\r\n text-decoration:none; \r\n color:#000000; \r\n border-bottom:1px dotted #000000;\r\n }\r\n .calnk a span { \r\n display:none; \r\n }\r\n .calnk a:hover span {\r\n color:#333333; \r\n background:#F6F79B; \r\n display:block;\r\n position:absolute; \r\n margin-top:1px; \r\n padding:5px; \r\n width:150px; \r\n z-index:100;\r\n line-height:1.2em;\r\n }\r\n .calendar-table {\r\n border:0 !important;\r\n width:100% !important;\r\n border-collapse:separate !important;\r\n border-spacing:2px !important;\r\n }\r\n .calendar-heading {\r\n height:25px;\r\n text-align:center;\r\n background-color:#E4EBE3;\r\n }\r\n .calendar-next {\r\n width:20%;\r\n text-align:center;\r\n border:none;\r\n }\r\n .calendar-prev {\r\n width:20%;\r\n text-align:center;\r\n border:none;\r\n }\r\n .calendar-month {\r\n width:60%;\r\n text-align:center;\r\n font-weight:bold;\r\n border:none;\r\n }\r\n .normal-day-heading {\r\n text-align:center;\r\n width:25px;\r\n height:25px;\r\n font-size:0.8em;\r\n border:1px solid #DFE6DE;\r\n background-color:#EBF2EA;\r\n }\r\n .weekend-heading {\r\n text-align:center;\r\n width:25px;\r\n height:25px;\r\n font-size:0.8em;\r\n border:1px solid #DFE6DE;\r\n background-color:#EBF2EA;\r\n color:#FF0000;\r\n }\r\n .day-with-date {\r\n vertical-align:text-top;\r\n text-align:left;\r\n width:60px;\r\n height:60px;\r\n border:1px solid #DFE6DE;\r\n }\r\n .no-events {\r\n\r\n }\r\n .day-without-date {\r\n width:60px;\r\n height:60px;\r\n border:1px solid #E9F0E8;\r\n }\r\n span.weekend {\r\n color:#FF0000;\r\n }\r\n .current-day {\r\n vertical-align:text-top;\r\n text-align:left;\r\n width:60px;\r\n height:60px;\r\n border:1px solid #BFBFBF;\r\n background-color:#E4EBE3;\r\n }\r\n span.event {\r\n font-size:0.75em;\r\n }\r\n .kjo-link {\r\n font-size:0.75em;\r\n text-align:center;\r\n }\r\n .calendar-date-switcher {\r\n height:25px;\r\n text-align:center;\r\n border:1px solid #D6DED5;\r\n background-color:#E4EBE3;\r\n }\r\n .calendar-date-switcher form {\r\n margin:2px;\r\n }\r\n .calendar-date-switcher input {\r\n border:1px #D6DED5 solid;\r\n margin:0;\r\n }\r\n .calendar-date-switcher input[type=submit] {\r\n padding:3px 10px;\r\n }\r\n .calendar-date-switcher select {\r\n border:1px #D6DED5 solid;\r\n margin:0;\r\n }\r\n .calnk a:hover span span.event-title {\r\n padding:0;\r\n text-align:center;\r\n font-weight:bold;\r\n font-size:1.2em;\r\n margin-left:0px;\r\n }\r\n .calnk a:hover span span.event-title-break {\r\n width:96%;\r\n text-align:center;\r\n height:1px;\r\n margin-top:5px;\r\n margin-right:2%;\r\n padding:0;\r\n background-color:#000000;\r\n margin-left:0px;\r\n }\r\n .calnk a:hover span span.event-content-break {\r\n width:96%;\r\n text-align:center;\r\n height:1px;\r\n margin-top:5px;\r\n margin-right:2%;\r\n padding:0;\r\n background-color:#000000;\r\n margin-left:0px;\r\n }\r\n .page-upcoming-events {\r\n font-size:80%;\r\n }\r\n .page-todays-events {\r\n font-size:80%;\r\n }\r\n .calendar-table table,tbody,tr,td {\r\n margin:0 !important;\r\n padding:0 !important;\r\n }\r\n table.calendar-table {\r\n margin-bottom:5px !important;\r\n }\r\n .cat-key {\r\n width:100%;\r\n margin-top:30px;\r\n padding:5px;\r\n border:0 !important;\r\n }\r\n .cal-separate {\r\n border:0 !important;\r\n margin-top:10px;\r\n }\r\n table.cat-key {\r\n margin-top:5px !important;\r\n border:1px solid #DFE6DE !important;\r\n border-collapse:separate !important;\r\n border-spacing:4px !important;\r\n margin-left:2px !important;\r\n width:99.5% !important;\r\n margin-bottom:5px !important;\r\n }\r\n .minical-day {\r\n background-color:#F6F79B;\r\n }\r\n .cat-key td {\r\n border:0 !important;\r\n }'),('display_author','false'),('display_jump','false'),('display_todays','false'),('display_upcoming','true'),('display_upcoming_days','7'),('calendar_version','1.2'),('enable_categories','true'),('show_attribution_link','true');
/*!40000 ALTER TABLE `lwz_calendar_config` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_commentmeta`
--
DROP TABLE IF EXISTS `lwz_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_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 AUTO_INCREMENT=397 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_commentmeta`
--
LOCK TABLES `lwz_commentmeta` WRITE;
/*!40000 ALTER TABLE `lwz_commentmeta` DISABLE KEYS */;
INSERT INTO `lwz_commentmeta` VALUES (387,114,'akismet_result','true'),(388,114,'akismet_history','a:2:{s:4:\"time\";d:1631395721.4491970539093017578125;s:5:\"event\";s:10:\"check-spam\";}'),(389,114,'akismet_as_submitted','a:16:{s:14:\"comment_author\";s:10:\"Hairstyles\";s:20:\"comment_author_email\";s:30:\"JoesphCamburn56533@hotmail.com\";s:18:\"comment_author_url\";s:29:\"https://www.hairstylesvip.com\";s:15:\"comment_content\";s:179:\"Hi! I\'ve been reading your site for some time now and finally got the bravery to go ahead and give you a shout out from Houston Tx! Just wanted to say keep up the excellent work!\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:17:\"comment_author_IP\";s:14:\"104.168.34.151\";s:13:\"comment_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:7:\"user_ip\";s:14:\"104.168.34.151\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:4:\"blog\";s:20:\"https://zphiblgz.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:48:\"https://zphiblgz.org/scholarship/recommendation/\";s:10:\"POST_ak_js\";s:3:\"218\";}'),(390,115,'akismet_result','true'),(391,115,'akismet_history','a:2:{s:4:\"time\";d:1631562070.51317310333251953125;s:5:\"event\";s:10:\"check-spam\";}'),(392,115,'akismet_as_submitted','a:16:{s:14:\"comment_author\";s:8:\"Rosmunda\";s:20:\"comment_author_email\";s:22:\"info@hushbrandsinc.com\";s:18:\"comment_author_url\";s:117:\"http://jenscbdshop.mybuzzblog.com/7481545/feeling-stressed-simple-healthy-ways-you-can-achieve-relaxation-an-overview\";s:15:\"comment_content\";s:304:\"Does anyone know what happened to Dime Piece LA celebrity streetwear brand? I cannot proceed to the checkout on Dimepiecela site. I\'ve read in Harpers Bazaar that they were bought out by a UK-based hedge fund for $50 million. I\'ve just bought the Control The Guns Tee from Ebay and absolutely love it xox\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:17:\"comment_author_IP\";s:12:\"31.3.152.107\";s:13:\"comment_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:7:\"user_ip\";s:12:\"31.3.152.107\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:4:\"blog\";s:20:\"https://zphiblgz.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:48:\"https://zphiblgz.org/scholarship/recommendation/\";s:10:\"POST_ak_js\";s:2:\"43\";}'),(396,116,'akismet_pro_tip','discard'),(393,116,'akismet_result','true'),(394,116,'akismet_history','a:2:{s:4:\"time\";d:1631984982.88362407684326171875;s:5:\"event\";s:10:\"check-spam\";}'),(395,116,'akismet_as_submitted','a:16:{s:14:\"comment_author\";s:34:\"Nutritional Products International\";s:20:\"comment_author_email\";s:23:\"mgould@nutricompany.com\";s:18:\"comment_author_url\";s:85:\"https://www.bigeasymagazine.com/2020/09/30/the-perfect-snacks-for-football-on-sunday/\";s:15:\"comment_content\";s:1318:\"By way of introduction, I am Mark Schaefer, and I represent Nutritional Products International. We serve both international and domestic manufacturers who are seeking to gain more distribution within the United States. Your brand recently caught my attention, so I am contacting you today to discuss the possibility of expanding your national distribution reach.We provide expertise in all areas of distribution, and our offerings include the following: Turnkey/One-stop solution, Active accounts with major U.S. distributors and retailers, Our executive team held executive positions with Walmart and Amazon, Our proven sales force has public relations, branding, and marketing all under one roof, We focus on both new and existing product lines, Warehousing and logistics. Our company has a proven history of initiating accounts and placing orders with major distribution outlets. Our history allows us to have intimate and unique relationships with key buyers across the United States, thus giving your brand a fast track to market in a professional manner. Please contact me directly so that we can discuss your brand further. Kind Regards, Mark Schaefer, marks@nutricompany.com, VP of Business Development, Nutritional Products International, 101 Plaza Real S, Ste #224, Boca Raton, FL 33432, Office: 561-544-0719\";s:12:\"comment_type\";s:7:\"comment\";s:7:\"user_ID\";i:0;s:7:\"user_id\";i:0;s:17:\"comment_author_IP\";s:14:\"147.78.141.191\";s:13:\"comment_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:7:\"user_ip\";s:14:\"147.78.141.191\";s:10:\"user_agent\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:4:\"blog\";s:20:\"https://zphiblgz.org\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:48:\"https://zphiblgz.org/scholarship/recommendation/\";s:10:\"POST_ak_js\";s:2:\"82\";}');
/*!40000 ALTER TABLE `lwz_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_comments`
--
DROP TABLE IF EXISTS `lwz_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_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',
`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)),
KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=MyISAM AUTO_INCREMENT=117 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_comments`
--
LOCK TABLES `lwz_comments` WRITE;
/*!40000 ALTER TABLE `lwz_comments` DISABLE KEYS */;
INSERT INTO `lwz_comments` VALUES (115,841,'Rosmunda','info@hushbrandsinc.com','http://jenscbdshop.mybuzzblog.com/7481545/feeling-stressed-simple-healthy-ways-you-can-achieve-relaxation-an-overview','31.3.152.107','2021-09-13 14:41:10','2021-09-13 19:41:10','Does anyone know what happened to Dime Piece LA celebrity streetwear brand? I cannot proceed to the checkout on Dimepiecela site. I\'ve read in Harpers Bazaar that they were bought out by a UK-based hedge fund for $50 million. I\'ve just bought the Control The Guns Tee from Ebay and absolutely love it xox',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','comment',0,0),(116,841,'Nutritional Products International','mgould@nutricompany.com','https://www.bigeasymagazine.com/2020/09/30/the-perfect-snacks-for-football-on-sunday/','147.78.141.191','2021-09-18 12:09:42','2021-09-18 17:09:42','By way of introduction, I am Mark Schaefer, and I represent Nutritional Products International. We serve both international and domestic manufacturers who are seeking to gain more distribution within the United States. Your brand recently caught my attention, so I am contacting you today to discuss the possibility of expanding your national distribution reach.We provide expertise in all areas of distribution, and our offerings include the following: Turnkey/One-stop solution, Active accounts with major U.S. distributors and retailers, Our executive team held executive positions with Walmart and Amazon, Our proven sales force has public relations, branding, and marketing all under one roof, We focus on both new and existing product lines, Warehousing and logistics. Our company has a proven history of initiating accounts and placing orders with major distribution outlets. Our history allows us to have intimate and unique relationships with key buyers across the United States, thus giving your brand a fast track to market in a professional manner. Please contact me directly so that we can discuss your brand further. Kind Regards, Mark Schaefer, marks@nutricompany.com, VP of Business Development, Nutritional Products International, 101 Plaza Real S, Ste #224, Boca Raton, FL 33432, Office: 561-544-0719',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','comment',0,0),(114,841,'Hairstyles','JoesphCamburn56533@hotmail.com','https://www.hairstylesvip.com','104.168.34.151','2021-09-11 16:28:41','2021-09-11 21:28:41','Hi! I\'ve been reading your site for some time now and finally got the bravery to go ahead and give you a shout out from Houston Tx! Just wanted to say keep up the excellent work!',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','comment',0,0);
/*!40000 ALTER TABLE `lwz_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_duplicator_packages`
--
DROP TABLE IF EXISTS `lwz_duplicator_packages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_duplicator_packages` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(250) NOT NULL,
`hash` varchar(50) NOT NULL,
`status` int(11) NOT NULL,
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`owner` varchar(60) NOT NULL,
`package` longtext NOT NULL,
PRIMARY KEY (`id`),
KEY `hash` (`hash`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_duplicator_packages`
--
LOCK TABLES `lwz_duplicator_packages` WRITE;
/*!40000 ALTER TABLE `lwz_duplicator_packages` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_duplicator_packages` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_formmaker`
--
DROP TABLE IF EXISTS `lwz_formmaker`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_formmaker` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(127) NOT NULL,
`mail` varchar(128) NOT NULL,
`form_front` longtext NOT NULL,
`theme` int(11) NOT NULL,
`javascript` text NOT NULL,
`submit_text` longtext NOT NULL,
`url` varchar(200) NOT NULL,
`submit_text_type` tinyint(4) NOT NULL,
`script_mail` text NOT NULL,
`script_mail_user` text NOT NULL,
`counter` int(11) NOT NULL,
`published` int(11) NOT NULL DEFAULT '1',
`label_order` text NOT NULL,
`label_order_current` text NOT NULL,
`article_id` varchar(500) NOT NULL,
`pagination` varchar(128) NOT NULL,
`show_title` varchar(128) NOT NULL,
`show_numbers` varchar(128) NOT NULL,
`public_key` varchar(50) NOT NULL,
`private_key` varchar(50) NOT NULL,
`recaptcha_theme` varchar(20) NOT NULL,
`paypal_mode` int(2) NOT NULL,
`checkout_mode` varchar(20) NOT NULL,
`paypal_email` varchar(50) NOT NULL,
`payment_currency` varchar(20) NOT NULL,
`tax` float NOT NULL,
`form_fields` text NOT NULL,
`savedb` tinyint(4) NOT NULL DEFAULT '1',
`sendemail` tinyint(4) NOT NULL DEFAULT '1',
`requiredmark` varchar(20) NOT NULL DEFAULT '*',
`from_mail` varchar(128) NOT NULL,
`from_name` varchar(128) NOT NULL,
`reply_to` varchar(128) NOT NULL,
`send_to` varchar(128) NOT NULL,
`autogen_layout` tinyint(4) NOT NULL DEFAULT '1',
`custom_front` longtext NOT NULL,
`mail_from_user` varchar(128) NOT NULL,
`mail_from_name_user` varchar(128) NOT NULL,
`reply_to_user` varchar(128) NOT NULL,
`condition` text NOT NULL,
`mail_cc` varchar(128) NOT NULL,
`mail_cc_user` varchar(128) NOT NULL,
`mail_bcc` varchar(128) NOT NULL,
`mail_bcc_user` varchar(128) NOT NULL,
`mail_subject` varchar(128) NOT NULL,
`mail_subject_user` varchar(128) NOT NULL,
`mail_mode` tinyint(4) NOT NULL DEFAULT '1',
`mail_mode_user` tinyint(4) NOT NULL DEFAULT '1',
`mail_attachment` tinyint(4) NOT NULL DEFAULT '1',
`mail_attachment_user` tinyint(4) NOT NULL DEFAULT '1',
`user_id_wd` varchar(220) NOT NULL,
`sortable` int(11) NOT NULL,
`frontend_submit_fields` text NOT NULL,
`frontend_submit_stat_fields` text NOT NULL,
`mail_emptyfields` tinyint(4) NOT NULL DEFAULT '0',
`mail_verify` tinyint(4) NOT NULL DEFAULT '0',
`mail_verify_expiretime` float NOT NULL,
`mail_verification_post_id` int(11) NOT NULL,
`save_uploads` tinyint(4) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_formmaker`
--
LOCK TABLES `lwz_formmaker` WRITE;
/*!40000 ALTER TABLE `lwz_formmaker` DISABLE KEYS */;
INSERT INTO `lwz_formmaker` VALUES (1,'Contact Us with Captcha','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - custom_1%</div><div wdid=\"2\" class=\"wdform_row\">%2 - Name:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - E-mail:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Comments:%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Type the characters you see here:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - type_submit_reset_6%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',3,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',7,1,'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Name:#**label**#type_name#****#3#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Comments:#**label**#type_textarea#****#5#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#custom_1#**label**#type_editor#****#2#**id**#Name:#**label**#type_name#****#3#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Comments:#**label**#type_textarea#****#5#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<div><h2>Contact Us</h2><div>Please contact us for specific reasons.</div></div><p></p>*:*w_editor*:**:*new_field*:*2*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:*ex: myname@example.com*:*w_first_val*:*ex: myname@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_textarea*:*type*:*Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_captcha*:*type*:*Type the characters you see here:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*6*:*id*:*type_submit_reset*:*type*:*type_submit_reset_6*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,663,1),(2,'Tell a Friend','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - custom_1%</div></div></div><div wdid=\"2\" type=\"type_section_break\" class=\"wdform_tr_section_break\">%2 - custom_2%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"3\" class=\"wdform_row\">%3 - From:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - To:%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Message:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - type_submit_reset_6%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',3,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',7,1,'1#**id**#custom_1#**label**#type_editor#****#3#**id**#From:#**label**#type_text#****#4#**id**#To:#**label**#type_text#****#5#**id**#Message:#**label**#type_textarea#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#custom_1#**label**#type_editor#****#3#**id**#From:#**label**#type_text#****#4#**id**#To:#**label**#type_text#****#5#**id**#Message:#**label**#type_textarea#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<h1>Tell a Friend</h1>*:*w_editor*:**:*new_field*:*2*:*id*:*type_section_break*:*type*:*custom_2*:*w_field_label*:*<div class=\"wdform-section-break-div\" style=\"min-width: 300px; border-top:1px solid\"></div>*:*w_editor*:**:*new_field*:*3*:*id*:*type_text*:*type*:*From:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_text*:*type*:*To:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_submit_reset*:*type*:*type_submit_reset_6*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(3,'Simple Contact','membership@zphiblgz.org,','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div wdid=\"1\" class=\"wdform_row ui-sortable-handle\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row ui-sortable-handle\">%2 - E-mail:%</div><div wdid=\"5\" class=\"wdform_row ui-sortable-handle\">%5 - Message:%</div><div wdid=\"4\" class=\"wdform_row ui-sortable-handle\">%4 - type_submit_reset_4%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',16,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',1,'%all%','Thank you for contact',6,1,'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Message:#**label**#type_textarea#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#3#**id**#Website#**label**#type_text#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Message:#**label**#type_textarea#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:***********:*w_first_val*:***********:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Send Now!*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','Thank You for Your Interesting in Zeta Phi Beta Sorority, Inc. ',1,1,1,1,'administrator,',1,'','',0,0,0,663,1),(4,'Advanced Contact Form 2','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - First Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - custom_2%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Last Name:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - custom_4%</div><div wdid=\"5\" class=\"wdform_row\">%5 - E-mail Address:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - custom_6%</div><div wdid=\"7\" class=\"wdform_row\">%7 - Company / Restaurant Name:%</div><div wdid=\"8\" class=\"wdform_row\">%8 - custom_8%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Telephone:%</div><div wdid=\"10\" class=\"wdform_row\">%10 - custom_10%</div><div wdid=\"11\" class=\"wdform_row\">%11 - Alternate Telephone:%</div><div wdid=\"12\" class=\"wdform_row\">%12 - custom_12%</div><div wdid=\"13\" class=\"wdform_row\">%13 - Requirements/ Comments:%</div><div wdid=\"14\" class=\"wdform_row\">%14 - custom_14%</div><div wdid=\"15\" class=\"wdform_row\">%15 - How Did You Hear About Us?%</div><div wdid=\"16\" class=\"wdform_row\">%16 - custom_16%</div><div wdid=\"17\" class=\"wdform_row\">%17 - custom_17%</div><div wdid=\"18\" class=\"wdform_row\">%18 - type_submit_reset_18%</div><div wdid=\"19\" class=\"wdform_row\">%19 - custom_19%</div><div wdid=\"20\" class=\"wdform_row\">%20 - custom_20%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',17,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',21,1,'1#**id**#First Name:#**label**#type_text#****#2#**id**#custom_2#**label**#type_editor#****#3#**id**#Last Name:#**label**#type_text#****#4#**id**#custom_4#**label**#type_editor#****#5#**id**#E-mail Address:#**label**#type_submitter_mail#****#6#**id**#custom_6#**label**#type_editor#****#7#**id**#Company / Restaurant Name:#**label**#type_text#****#8#**id**#custom_8#**label**#type_editor#****#9#**id**#Telephone:#**label**#type_text#****#10#**id**#custom_10#**label**#type_editor#****#11#**id**#Alternate Telephone:#**label**#type_text#****#12#**id**#custom_12#**label**#type_editor#****#13#**id**#Requirements/ Comments:#**label**#type_textarea#****#14#**id**#custom_14#**label**#type_editor#****#15#**id**#How Did You Hear About Us?#**label**#type_text#****#16#**id**#custom_16#**label**#type_editor#****#17#**id**#custom_17#**label**#type_editor#****#18#**id**#type_submit_reset_18#**label**#type_submit_reset#****#19#**id**#custom_19#**label**#type_editor#****#20#**id**#custom_20#**label**#type_editor#****##**id**##**label**##****#','1#**id**#First Name:#**label**#type_text#****#2#**id**#custom_2#**label**#type_editor#****#3#**id**#Last Name:#**label**#type_text#****#4#**id**#custom_4#**label**#type_editor#****#5#**id**#E-mail Address:#**label**#type_submitter_mail#****#6#**id**#custom_6#**label**#type_editor#****#7#**id**#Company / Restaurant Name:#**label**#type_text#****#8#**id**#custom_8#**label**#type_editor#****#9#**id**#Telephone:#**label**#type_text#****#10#**id**#custom_10#**label**#type_editor#****#11#**id**#Alternate Telephone:#**label**#type_text#****#12#**id**#custom_12#**label**#type_editor#****#13#**id**#Requirements/ Comments:#**label**#type_textarea#****#14#**id**#custom_14#**label**#type_editor#****#15#**id**#How Did You Hear About Us?#**label**#type_text#****#16#**id**#custom_16#**label**#type_editor#****#17#**id**#custom_17#**label**#type_editor#****#18#**id**#type_submit_reset_18#**label**#type_submit_reset#****#19#**id**#custom_19#**label**#type_editor#****#20#**id**#custom_20#**label**#type_editor#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_text*:*type*:*First Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_editor*:*type*:*custom_2*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Last Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_editor*:*type*:*custom_4*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*5*:*id*:*type_submitter_mail*:*type*:*E-mail Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_editor*:*type*:*custom_6*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*7*:*id*:*type_text*:*type*:*Company / Restaurant Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*8*:*id*:*type_editor*:*type*:*custom_8*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*9*:*id*:*type_text*:*type*:*Telephone:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*10*:*id*:*type_editor*:*type*:*custom_10*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*11*:*id*:*type_text*:*type*:*Alternate Telephone:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*12*:*id*:*type_editor*:*type*:*custom_12*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*13*:*id*:*type_textarea*:*type*:*Requirements/ Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*14*:*id*:*type_editor*:*type*:*custom_14*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*15*:*id*:*type_text*:*type*:*How Did You Hear About Us?*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*16*:*id*:*type_editor*:*type*:*custom_16*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*17*:*id*:*type_editor*:*type*:*custom_17*:*w_field_label*:** Indicates required fields*:*w_editor*:**:*new_field*:*18*:*id*:*type_submit_reset*:*type*:*type_submit_reset_18*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*19*:*id*:*type_editor*:*type*:*custom_19*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*20*:*id*:*type_editor*:*type*:*custom_20*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(5,'Simple Contact with Phone','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - E-mail:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Phone:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Message:%</div><div wdid=\"5\" class=\"wdform_row\">%5 - type_submit_reset_5%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',25,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',6,1,'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_submit_reset*:*type*:*type_submit_reset_5*:*w_field_label*:*Submit Form*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(6,'User Credentials','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div></div></div><div wdid=\"2\" type=\"type_section_break\" class=\"wdform_tr_section_break\">%2 - custom_2%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"3\" class=\"wdform_row\">%3 - custom_3%</div></div></div><div wdid=\"4\" type=\"type_section_break\" class=\"wdform_tr_section_break\">%4 - custom_4%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\">%5 - E-mail:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - Phone:%</div><div wdid=\"7\" class=\"wdform_row\">%7 - Mobile Phone Number:%</div><div wdid=\"8\" class=\"wdform_row\">%8 - Address:%</div><div wdid=\"14\" class=\"wdform_row\">%14 - Message Inquiry / Comments:%</div><div wdid=\"15\" class=\"wdform_row\">%15 - type_submit_reset_15%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',34,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',16,1,'1#**id**#Name:#**label**#type_name#****#3#**id**#custom_3#**label**#type_editor#****#5#**id**#E-mail:#**label**#type_submitter_mail#****#6#**id**#Phone:#**label**#type_phone#****#7#**id**#Mobile Phone Number:#**label**#type_phone#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Message Inquiry / Comments:#**label**#type_textarea#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_name#****#3#**id**#custom_3#**label**#type_editor#****#5#**id**#E-mail:#**label**#type_submitter_mail#****#6#**id**#Phone:#**label**#type_phone#****#7#**id**#Mobile Phone Number:#**label**#type_phone#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Message Inquiry / Comments:#**label**#type_textarea#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_section_break*:*type*:*custom_2*:*w_field_label*:*<div class=\"wdform-section-break-div\" style=\"min-width: 300px; border-top:1px solid\"></div>*:*w_editor*:**:*new_field*:*3*:*id*:*type_editor*:*type*:*custom_3*:*w_field_label*:*<h3> How do we contact you </h3>*:*w_editor*:**:*new_field*:*4*:*id*:*type_section_break*:*type*:*custom_4*:*w_field_label*:*<div class=\"wdform-section-break-div\" style=\"min-width: 300px; border-top:1px solid\"></div>*:*w_editor*:**:*new_field*:*5*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:*ex: myname@example.com*:*w_first_val*:*ex: myname@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*7*:*id*:*type_phone*:*type*:*Mobile Phone Number:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*8*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*14*:*id*:*type_textarea*:*type*:*Message Inquiry / Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*15*:*id*:*type_submit_reset*:*type*:*type_submit_reset_15*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(7,'Simple Contact Captcha','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - E-mail:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Phone:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - type_submit_reset_4%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\">%5 - Enter the message as it's shown:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - Message:%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',19,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',7,1,'1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_text#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Enter the message as it's shown:#**label**#type_captcha#****#6#**id**#Message:#**label**#type_textarea#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_text#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Enter the message as it's shown:#**label**#type_captcha#****#6#**id**#Message:#**label**#type_textarea#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_text*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_text*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*5*:*id*:*type_captcha*:*type*:*Enter the message as it's shown:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*6*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(8,'Advanced Contact Form','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - custom_1%</div><div wdid=\"2\" class=\"wdform_row\">%2 - Pub/Brewery Name:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Full Name:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Address:%</div><div wdid=\"10\" class=\"wdform_row\">%10 - E-mail:%</div><div wdid=\"11\" class=\"wdform_row\">%11 - Phone Number:%</div><div wdid=\"12\" class=\"wdform_row\">%12 - Custom Message (If selected above):%</div><div wdid=\"13\" class=\"wdform_row\">%13 - type_submit_reset_13%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',24,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',14,1,'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Pub/Brewery Name:#**label**#type_text#****#3#**id**#Full Name:#**label**#type_name#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#E-mail:#**label**#type_submitter_mail#****#11#**id**#Phone Number:#**label**#type_phone#****#12#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#custom_1#**label**#type_editor#****#2#**id**#Pub/Brewery Name:#**label**#type_text#****#3#**id**#Full Name:#**label**#type_name#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#E-mail:#**label**#type_submitter_mail#****#11#**id**#Phone Number:#**label**#type_phone#****#12#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<h2>Featured PubQuest Listing Request</h2><br>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Pub/Brewery Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Full Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*yes*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*10*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*11*:*id*:*type_phone*:*type*:*Phone Number:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*12*:*id*:*type_textarea*:*type*:*Custom Message (If selected above):*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*13*:*id*:*type_submit_reset*:*type*:*type_submit_reset_13*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(9,'Contact Form with Map','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - E-mail:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Message:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - type_submit_reset_4%</div><div wdid=\"5\" class=\"wdform_row\">%5 - map_5%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',20,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',6,1,'1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Message:#**label**#type_textarea#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#map_5#**label**#type_map#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Message:#**label**#type_textarea#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#map_5#**label**#type_map#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_text*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*5*:*id*:*type_map*:*type*:*map_5*:*w_field_label*:*2.2942540000000236*:*w_center_x*:*48.858334*:*w_center_y*:*2.294254*:*w_long*:*48.858334*:*w_lat*:*13*:*w_zoom*:*400*:*w_width*:*300*:*w_height*:**:*w_info*:*wdform_map*:*w_class*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(10,'Contact Us with Captcha','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - custom_1%</div><div wdid=\"2\" class=\"wdform_row\">%2 - Name:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - E-mail:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Comments:%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Type the characters you see here:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - type_submit_reset_6%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',3,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',7,1,'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Name:#**label**#type_name#****#3#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Comments:#**label**#type_textarea#****#5#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#custom_1#**label**#type_editor#****#2#**id**#Name:#**label**#type_name#****#3#**id**#E-mail:#**label**#type_submitter_mail#****#4#**id**#Comments:#**label**#type_textarea#****#5#**id**#Type the characters you see here:#**label**#type_captcha#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<div><h2>Contact Us</h2><div>Please contact us for specific reasons.</div></div><p></p>*:*w_editor*:**:*new_field*:*2*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:*ex: myname@example.com*:*w_first_val*:*ex: myname@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_textarea*:*type*:*Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_captcha*:*type*:*Type the characters you see here:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*6*:*id*:*type_submit_reset*:*type*:*type_submit_reset_6*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(11,'Tell a Friend','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - custom_1%</div></div></div><div wdid=\"2\" type=\"type_section_break\" class=\"wdform_tr_section_break\">%2 - custom_2%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"3\" class=\"wdform_row\">%3 - From:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - To:%</div><div wdid=\"5\" class=\"wdform_row\">%5 - Message:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - type_submit_reset_6%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',3,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',7,1,'1#**id**#custom_1#**label**#type_editor#****#3#**id**#From:#**label**#type_text#****#4#**id**#To:#**label**#type_text#****#5#**id**#Message:#**label**#type_textarea#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#custom_1#**label**#type_editor#****#3#**id**#From:#**label**#type_text#****#4#**id**#To:#**label**#type_text#****#5#**id**#Message:#**label**#type_textarea#****#6#**id**#type_submit_reset_6#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<h1>Tell a Friend</h1>*:*w_editor*:**:*new_field*:*2*:*id*:*type_section_break*:*type*:*custom_2*:*w_field_label*:*<div class=\"wdform-section-break-div\" style=\"min-width: 300px; border-top:1px solid\"></div>*:*w_editor*:**:*new_field*:*3*:*id*:*type_text*:*type*:*From:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_text*:*type*:*To:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_submit_reset*:*type*:*type_submit_reset_6*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(12,'Simple Contact','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - E-mail:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Website%</div><div wdid=\"4\" class=\"wdform_row\">%4 - type_submit_reset_4%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\">%5 - Message:%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',1,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',6,1,'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Website#**label**#type_text#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Message:#**label**#type_textarea#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Website#**label**#type_text#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Message:#**label**#type_textarea#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Website*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Send Now!*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(13,'Advanced Contact Form 2','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - First Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - custom_2%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Last Name:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - custom_4%</div><div wdid=\"5\" class=\"wdform_row\">%5 - E-mail Address:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - custom_6%</div><div wdid=\"7\" class=\"wdform_row\">%7 - Company / Restaurant Name:%</div><div wdid=\"8\" class=\"wdform_row\">%8 - custom_8%</div><div wdid=\"9\" class=\"wdform_row\">%9 - Telephone:%</div><div wdid=\"10\" class=\"wdform_row\">%10 - custom_10%</div><div wdid=\"11\" class=\"wdform_row\">%11 - Alternate Telephone:%</div><div wdid=\"12\" class=\"wdform_row\">%12 - custom_12%</div><div wdid=\"13\" class=\"wdform_row\">%13 - Requirements/ Comments:%</div><div wdid=\"14\" class=\"wdform_row\">%14 - custom_14%</div><div wdid=\"15\" class=\"wdform_row\">%15 - How Did You Hear About Us?%</div><div wdid=\"16\" class=\"wdform_row\">%16 - custom_16%</div><div wdid=\"17\" class=\"wdform_row\">%17 - custom_17%</div><div wdid=\"18\" class=\"wdform_row\">%18 - type_submit_reset_18%</div><div wdid=\"19\" class=\"wdform_row\">%19 - custom_19%</div><div wdid=\"20\" class=\"wdform_row\">%20 - custom_20%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',17,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',21,1,'1#**id**#First Name:#**label**#type_text#****#2#**id**#custom_2#**label**#type_editor#****#3#**id**#Last Name:#**label**#type_text#****#4#**id**#custom_4#**label**#type_editor#****#5#**id**#E-mail Address:#**label**#type_submitter_mail#****#6#**id**#custom_6#**label**#type_editor#****#7#**id**#Company / Restaurant Name:#**label**#type_text#****#8#**id**#custom_8#**label**#type_editor#****#9#**id**#Telephone:#**label**#type_text#****#10#**id**#custom_10#**label**#type_editor#****#11#**id**#Alternate Telephone:#**label**#type_text#****#12#**id**#custom_12#**label**#type_editor#****#13#**id**#Requirements/ Comments:#**label**#type_textarea#****#14#**id**#custom_14#**label**#type_editor#****#15#**id**#How Did You Hear About Us?#**label**#type_text#****#16#**id**#custom_16#**label**#type_editor#****#17#**id**#custom_17#**label**#type_editor#****#18#**id**#type_submit_reset_18#**label**#type_submit_reset#****#19#**id**#custom_19#**label**#type_editor#****#20#**id**#custom_20#**label**#type_editor#****##**id**##**label**##****#','1#**id**#First Name:#**label**#type_text#****#2#**id**#custom_2#**label**#type_editor#****#3#**id**#Last Name:#**label**#type_text#****#4#**id**#custom_4#**label**#type_editor#****#5#**id**#E-mail Address:#**label**#type_submitter_mail#****#6#**id**#custom_6#**label**#type_editor#****#7#**id**#Company / Restaurant Name:#**label**#type_text#****#8#**id**#custom_8#**label**#type_editor#****#9#**id**#Telephone:#**label**#type_text#****#10#**id**#custom_10#**label**#type_editor#****#11#**id**#Alternate Telephone:#**label**#type_text#****#12#**id**#custom_12#**label**#type_editor#****#13#**id**#Requirements/ Comments:#**label**#type_textarea#****#14#**id**#custom_14#**label**#type_editor#****#15#**id**#How Did You Hear About Us?#**label**#type_text#****#16#**id**#custom_16#**label**#type_editor#****#17#**id**#custom_17#**label**#type_editor#****#18#**id**#type_submit_reset_18#**label**#type_submit_reset#****#19#**id**#custom_19#**label**#type_editor#****#20#**id**#custom_20#**label**#type_editor#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_text*:*type*:*First Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_editor*:*type*:*custom_2*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Last Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_editor*:*type*:*custom_4*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*5*:*id*:*type_submitter_mail*:*type*:*E-mail Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_editor*:*type*:*custom_6*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*7*:*id*:*type_text*:*type*:*Company / Restaurant Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*8*:*id*:*type_editor*:*type*:*custom_8*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*9*:*id*:*type_text*:*type*:*Telephone:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*10*:*id*:*type_editor*:*type*:*custom_10*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*11*:*id*:*type_text*:*type*:*Alternate Telephone:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*12*:*id*:*type_editor*:*type*:*custom_12*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*13*:*id*:*type_textarea*:*type*:*Requirements/ Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*14*:*id*:*type_editor*:*type*:*custom_14*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*15*:*id*:*type_text*:*type*:*How Did You Hear About Us?*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*16*:*id*:*type_editor*:*type*:*custom_16*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*17*:*id*:*type_editor*:*type*:*custom_17*:*w_field_label*:** Indicates required fields*:*w_editor*:**:*new_field*:*18*:*id*:*type_submit_reset*:*type*:*type_submit_reset_18*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*true*:*w_act*:**:*new_field*:*19*:*id*:*type_editor*:*type*:*custom_19*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*20*:*id*:*type_editor*:*type*:*custom_20*:*w_field_label*:*<br>*:*w_editor*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(14,'Simple Contact with Phone','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - E-mail:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Phone:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Message:%</div><div wdid=\"5\" class=\"wdform_row\">%5 - type_submit_reset_5%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',25,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',6,1,'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#Message:#**label**#type_textarea#****#5#**id**#type_submit_reset_5#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_submit_reset*:*type*:*type_submit_reset_5*:*w_field_label*:*Submit Form*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(15,'User Credentials','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div></div></div><div wdid=\"2\" type=\"type_section_break\" class=\"wdform_tr_section_break\">%2 - custom_2%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"3\" class=\"wdform_row\">%3 - custom_3%</div></div></div><div wdid=\"4\" type=\"type_section_break\" class=\"wdform_tr_section_break\">%4 - custom_4%</div><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\">%5 - E-mail:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - Phone:%</div><div wdid=\"7\" class=\"wdform_row\">%7 - Mobile Phone Number:%</div><div wdid=\"8\" class=\"wdform_row\">%8 - Address:%</div><div wdid=\"14\" class=\"wdform_row\">%14 - Message Inquiry / Comments:%</div><div wdid=\"15\" class=\"wdform_row\">%15 - type_submit_reset_15%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',34,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',16,1,'1#**id**#Name:#**label**#type_name#****#3#**id**#custom_3#**label**#type_editor#****#5#**id**#E-mail:#**label**#type_submitter_mail#****#6#**id**#Phone:#**label**#type_phone#****#7#**id**#Mobile Phone Number:#**label**#type_phone#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Message Inquiry / Comments:#**label**#type_textarea#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_name#****#3#**id**#custom_3#**label**#type_editor#****#5#**id**#E-mail:#**label**#type_submitter_mail#****#6#**id**#Phone:#**label**#type_phone#****#7#**id**#Mobile Phone Number:#**label**#type_phone#****#8#**id**#Street Address#**label**#type_address#****#9#**id**#Street Address Line 2#**label**#type_address#****#10#**id**#City#**label**#type_address#****#11#**id**#State / Province / Region#**label**#type_address#****#12#**id**#Postal / Zip Code#**label**#type_address#****#13#**id**#Country#**label**#type_address#****#14#**id**#Message Inquiry / Comments:#**label**#type_textarea#****#15#**id**#type_submit_reset_15#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_section_break*:*type*:*custom_2*:*w_field_label*:*<div class=\"wdform-section-break-div\" style=\"min-width: 300px; border-top:1px solid\"></div>*:*w_editor*:**:*new_field*:*3*:*id*:*type_editor*:*type*:*custom_3*:*w_field_label*:*<h3> How do we contact you </h3>*:*w_editor*:**:*new_field*:*4*:*id*:*type_section_break*:*type*:*custom_4*:*w_field_label*:*<div class=\"wdform-section-break-div\" style=\"min-width: 300px; border-top:1px solid\"></div>*:*w_editor*:**:*new_field*:*5*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:*ex: myname@example.com*:*w_first_val*:*ex: myname@example.com*:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*6*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*7*:*id*:*type_phone*:*type*:*Mobile Phone Number:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*8*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*no*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*14*:*id*:*type_textarea*:*type*:*Message Inquiry / Comments:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*15*:*id*:*type_submit_reset*:*type*:*type_submit_reset_15*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(16,'Simple Contact Captcha','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - E-mail:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Phone:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - type_submit_reset_4%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\">%5 - Enter the message as it's shown:%</div><div wdid=\"6\" class=\"wdform_row\">%6 - Message:%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',19,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',7,1,'1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_text#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Enter the message as it's shown:#**label**#type_captcha#****#6#**id**#Message:#**label**#type_textarea#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_text#****#3#**id**#Phone:#**label**#type_phone#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Enter the message as it's shown:#**label**#type_captcha#****#6#**id**#Message:#**label**#type_textarea#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_text*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_text*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_phone*:*type*:*Phone:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*5*:*id*:*type_captcha*:*type*:*Enter the message as it's shown:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*6*:*w_digit*:**:*w_class*:**:*new_field*:*6*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(17,'Advanced Contact Form','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - custom_1%</div><div wdid=\"2\" class=\"wdform_row\">%2 - Pub/Brewery Name:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Full Name:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - Address:%</div><div wdid=\"10\" class=\"wdform_row\">%10 - E-mail:%</div><div wdid=\"11\" class=\"wdform_row\">%11 - Phone Number:%</div><div wdid=\"12\" class=\"wdform_row\">%12 - Custom Message (If selected above):%</div><div wdid=\"13\" class=\"wdform_row\">%13 - type_submit_reset_13%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',24,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',14,1,'1#**id**#custom_1#**label**#type_editor#****#2#**id**#Pub/Brewery Name:#**label**#type_text#****#3#**id**#Full Name:#**label**#type_name#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#E-mail:#**label**#type_submitter_mail#****#11#**id**#Phone Number:#**label**#type_phone#****#12#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****##**id**##**label**##****#','1#**id**#custom_1#**label**#type_editor#****#2#**id**#Pub/Brewery Name:#**label**#type_text#****#3#**id**#Full Name:#**label**#type_name#****#4#**id**#Street Address#**label**#type_address#****#5#**id**#Street Address Line 2#**label**#type_address#****#6#**id**#City#**label**#type_address#****#7#**id**#State / Province / Region#**label**#type_address#****#8#**id**#Postal / Zip Code#**label**#type_address#****#9#**id**#Country#**label**#type_address#****#10#**id**#E-mail:#**label**#type_submitter_mail#****#11#**id**#Phone Number:#**label**#type_phone#****#12#**id**#Custom Message (If selected above):#**label**#type_textarea#****#13#**id**#type_submit_reset_13#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_editor*:*type*:*custom_1*:*w_field_label*:*<h2>Featured PubQuest Listing Request</h2><br>*:*w_editor*:**:*new_field*:*2*:*id*:*type_text*:*type*:*Pub/Brewery Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*3*:*id*:*type_name*:*type*:*Full Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_address*:*type*:*Address:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*300*:*w_size*:*Street Address***Street Address Line 2***City***State / Province / Region***Postal / Zip Code***Country*:*w_mini_labels*:*no***no***no***no***no***no***no*:*w_disabled_fields*:*yes*:*w_required*:*wdform_address*:*w_class*:**:*new_field*:*10*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*11*:*id*:*type_phone*:*type*:*Phone Number:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*135*:*w_size*:*****:*w_first_val*:*****:*w_title*:*Area Code***Phone Number*:*w_mini_labels*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*12*:*id*:*type_textarea*:*type*:*Custom Message (If selected above):*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*13*:*id*:*type_submit_reset*:*type*:*type_submit_reset_13*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(18,'Contact Form with Map','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - E-mail:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Message:%</div><div wdid=\"4\" class=\"wdform_row\">%4 - type_submit_reset_4%</div><div wdid=\"5\" class=\"wdform_row\">%5 - map_5%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',20,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',6,1,'1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Message:#**label**#type_textarea#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#map_5#**label**#type_map#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_text#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Message:#**label**#type_textarea#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#map_5#**label**#type_map#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_text*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:*no*:*w_unique*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*yes*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*left*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Submit*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*5*:*id*:*type_map*:*type*:*map_5*:*w_field_label*:*2.2942540000000236*:*w_center_x*:*48.858334*:*w_center_y*:*2.294254*:*w_long*:*48.858334*:*w_lat*:*13*:*w_zoom*:*400*:*w_width*:*300*:*w_height*:**:*w_info*:*wdform_map*:*w_class*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1);
/*!40000 ALTER TABLE `lwz_formmaker` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_formmaker_backup`
--
DROP TABLE IF EXISTS `lwz_formmaker_backup`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_formmaker_backup` (
`backup_id` int(11) NOT NULL AUTO_INCREMENT,
`cur` int(1) NOT NULL,
`id` int(11) NOT NULL,
`title` varchar(127) NOT NULL,
`mail` varchar(128) NOT NULL,
`form_front` longtext NOT NULL,
`theme` int(11) NOT NULL,
`javascript` text NOT NULL,
`submit_text` longtext NOT NULL,
`url` varchar(200) NOT NULL,
`submit_text_type` tinyint(4) NOT NULL,
`script_mail` text NOT NULL,
`script_mail_user` text NOT NULL,
`counter` int(11) NOT NULL,
`published` int(11) NOT NULL DEFAULT '1',
`label_order` text NOT NULL,
`label_order_current` text NOT NULL,
`article_id` varchar(500) NOT NULL,
`pagination` varchar(128) NOT NULL,
`show_title` varchar(128) NOT NULL,
`show_numbers` varchar(128) NOT NULL,
`public_key` varchar(50) NOT NULL,
`private_key` varchar(50) NOT NULL,
`recaptcha_theme` varchar(20) NOT NULL,
`paypal_mode` int(2) NOT NULL,
`checkout_mode` varchar(20) NOT NULL,
`paypal_email` varchar(50) NOT NULL,
`payment_currency` varchar(20) NOT NULL,
`tax` float NOT NULL,
`form_fields` longtext NOT NULL,
`savedb` tinyint(4) NOT NULL DEFAULT '1',
`sendemail` tinyint(4) NOT NULL DEFAULT '1',
`requiredmark` varchar(20) NOT NULL DEFAULT '*',
`from_mail` varchar(128) NOT NULL,
`from_name` varchar(128) NOT NULL,
`reply_to` varchar(128) NOT NULL,
`send_to` varchar(128) NOT NULL,
`autogen_layout` tinyint(4) NOT NULL DEFAULT '1',
`custom_front` longtext NOT NULL,
`mail_from_user` varchar(128) NOT NULL,
`mail_from_name_user` varchar(128) NOT NULL,
`reply_to_user` varchar(128) NOT NULL,
`condition` text NOT NULL,
`mail_cc` varchar(128) NOT NULL,
`mail_cc_user` varchar(128) NOT NULL,
`mail_bcc` varchar(128) NOT NULL,
`mail_bcc_user` varchar(128) NOT NULL,
`mail_subject` varchar(128) NOT NULL,
`mail_subject_user` varchar(128) NOT NULL,
`mail_mode` tinyint(4) NOT NULL DEFAULT '1',
`mail_mode_user` tinyint(4) NOT NULL DEFAULT '1',
`mail_attachment` tinyint(4) NOT NULL DEFAULT '1',
`mail_attachment_user` tinyint(4) NOT NULL DEFAULT '1',
`user_id_wd` varchar(220) NOT NULL,
`sortable` int(11) NOT NULL,
`frontend_submit_fields` text NOT NULL,
`frontend_submit_stat_fields` text NOT NULL,
`mail_emptyfields` tinyint(4) NOT NULL DEFAULT '0',
`mail_verify` tinyint(4) NOT NULL DEFAULT '0',
`mail_verify_expiretime` float NOT NULL,
`mail_verification_post_id` int(11) NOT NULL,
`save_uploads` tinyint(4) NOT NULL DEFAULT '1',
PRIMARY KEY (`backup_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_formmaker_backup`
--
LOCK TABLES `lwz_formmaker_backup` WRITE;
/*!40000 ALTER TABLE `lwz_formmaker_backup` DISABLE KEYS */;
INSERT INTO `lwz_formmaker_backup` VALUES (1,0,3,'Simple Contact','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column\"><div wdid=\"1\" class=\"wdform_row\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row\">%2 - E-mail:%</div><div wdid=\"3\" class=\"wdform_row\">%3 - Website%</div><div wdid=\"4\" class=\"wdform_row\">%4 - type_submit_reset_4%</div></div><div class=\"wdform_column\"><div wdid=\"5\" class=\"wdform_row\">%5 - Message:%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',16,'// before form is load\r\nfunction before_load() { \r\n} \r\n//before form submit\r\nfunction before_submit() {\r\n} \r\n// before form reset\r\nfunction before_reset() { \r\n}','','',0,'%all%','%all%',6,1,'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Website#**label**#type_text#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Message:#**label**#type_textarea#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#3#**id**#Website#**label**#type_text#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#5#**id**#Message:#**label**#type_textarea#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*****:*w_first_val*:*****:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*3*:*id*:*type_text*:*type*:*Website*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Send Now!*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1),(2,1,3,'Simple Contact','','<div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"form_id_tempform_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div wdid=\"1\" class=\"wdform_row ui-sortable-handle\">%1 - Name:%</div><div wdid=\"2\" class=\"wdform_row ui-sortable-handle\">%2 - E-mail:%</div><div wdid=\"5\" class=\"wdform_row ui-sortable-handle\">%5 - Message:%</div><div wdid=\"4\" class=\"wdform_row ui-sortable-handle\">%4 - type_submit_reset_4%</div></div></div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table;\"><div style=\"display: table-row-group;\"><div id=\"form_id_temppage_nav1\" style=\"display: table-row;\"></div></div></div></div></div></div></div>',16,'// before form is load\nfunction before_load() { \n} \n// before form submit\nfunction before_submit() {\n} \n// before form reset\nfunction before_reset() { \n}','','',0,'%all%','%all%',6,1,'1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Message:#**label**#type_textarea#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#3#**id**#Website#**label**#type_text#****##**id**##**label**##****#','1#**id**#Name:#**label**#type_name#****#2#**id**#E-mail:#**label**#type_submitter_mail#****#5#**id**#Message:#**label**#type_textarea#****#4#**id**#type_submit_reset_4#**label**#type_submit_reset#****#','0','none','false','true','','','',0,'testmode','','',0,'1*:*id*:*type_name*:*type*:*Name:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:***********:*w_first_val*:***********:*w_title*:*Title***First***Last***Middle*:*w_mini_labels*:*100*:*w_size*:*normal*:*w_name_format*:*yes*:*w_required*:*no*:*w_unique*:**:*w_class*:*no***no*:*w_name_fields*:**:*new_field*:*2*:*id*:*type_submitter_mail*:*type*:*E-mail:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:**:*w_unique*:**:*w_class*:**:*new_field*:*5*:*id*:*type_textarea*:*type*:*Message:*:*w_field_label*:*150*:*w_field_label_size*:*top*:*w_field_label_pos*:*200*:*w_size_w*:*100*:*w_size_h*:**:*w_first_val*:**:*w_title*:*no*:*w_required*:*no*:*w_unique*:**:*w_class*:**:*new_field*:*4*:*id*:*type_submit_reset*:*type*:*type_submit_reset_4*:*w_field_label*:*Send Now!*:*w_submit_title*:*Reset*:*w_reset_title*:**:*w_class*:*false*:*w_act*:**:*new_field*:*',1,1,'*','','','','',1,'','','','','','','','','','','',1,1,1,1,'administrator,',1,'','',0,0,0,0,1);
/*!40000 ALTER TABLE `lwz_formmaker_backup` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_formmaker_blocked`
--
DROP TABLE IF EXISTS `lwz_formmaker_blocked`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_formmaker_blocked` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`ip` varchar(128) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_formmaker_blocked`
--
LOCK TABLES `lwz_formmaker_blocked` WRITE;
/*!40000 ALTER TABLE `lwz_formmaker_blocked` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_formmaker_blocked` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_formmaker_query`
--
DROP TABLE IF EXISTS `lwz_formmaker_query`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_formmaker_query` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`form_id` int(11) NOT NULL,
`query` text NOT NULL,
`details` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_formmaker_query`
--
LOCK TABLES `lwz_formmaker_query` WRITE;
/*!40000 ALTER TABLE `lwz_formmaker_query` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_formmaker_query` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_formmaker_sessions`
--
DROP TABLE IF EXISTS `lwz_formmaker_sessions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_formmaker_sessions` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`form_id` int(20) NOT NULL,
`group_id` int(20) NOT NULL,
`ip` varchar(20) NOT NULL,
`ord_date` datetime NOT NULL,
`ord_last_modified` datetime NOT NULL,
`status` varchar(50) NOT NULL,
`full_name` varchar(100) NOT NULL,
`email` varchar(50) NOT NULL,
`phone` varchar(50) NOT NULL,
`mobile_phone` varchar(255) NOT NULL,
`fax` varchar(255) NOT NULL,
`address` varchar(300) NOT NULL,
`paypal_info` text NOT NULL,
`without_paypal_info` text NOT NULL,
`ipn` varchar(20) NOT NULL,
`checkout_method` varchar(20) NOT NULL,
`tax` float NOT NULL,
`shipping` float NOT NULL,
`shipping_type` varchar(200) NOT NULL,
`read` int(11) NOT NULL,
`total` float NOT NULL,
`currency` varchar(24) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_formmaker_sessions`
--
LOCK TABLES `lwz_formmaker_sessions` WRITE;
/*!40000 ALTER TABLE `lwz_formmaker_sessions` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_formmaker_sessions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_formmaker_submits`
--
DROP TABLE IF EXISTS `lwz_formmaker_submits`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_formmaker_submits` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`form_id` int(11) NOT NULL,
`element_label` varchar(128) NOT NULL,
`element_value` varchar(600) NOT NULL,
`group_id` int(11) NOT NULL,
`date` datetime NOT NULL,
`ip` varchar(32) NOT NULL,
`user_id_wd` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_formmaker_submits`
--
LOCK TABLES `lwz_formmaker_submits` WRITE;
/*!40000 ALTER TABLE `lwz_formmaker_submits` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_formmaker_submits` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_formmaker_themes`
--
DROP TABLE IF EXISTS `lwz_formmaker_themes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_formmaker_themes` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(200) NOT NULL,
`css` text NOT NULL,
`default` tinyint(4) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=38 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_formmaker_themes`
--
LOCK TABLES `lwz_formmaker_themes` WRITE;
/*!40000 ALTER TABLE `lwz_formmaker_themes` DISABLE KEYS */;
INSERT INTO `lwz_formmaker_themes` VALUES (1,'Theme 01 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #013D7C;\r\nborder-radius: 5px;\r\ncolor: #013D7C;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type=\"radio\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type=\"checkbox\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n\r\n.sel-imul {\r\n display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/10/01/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #013D7C;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #013D7C;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #013D7C;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #013D7C;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n padding: 2px;\r\n height: 26px;\r\n border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\nselect {\r\n outline: none;\r\n}\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #013E7D;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #013E7D;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #013E7F;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(2,'Theme 01 purple','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #6C005E;\r\nborder-radius: 5px;\r\ncolor: #6C005E;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type=\"radio\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type=\"checkbox\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n\r\n.sel-imul {\r\n display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/10/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #6C005E;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #6C005E;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #6C005E;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #6C005E;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n padding: 2px;\r\n height: 26px;\r\n border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\nselect {\r\n outline: none;\r\n}\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #6C005E;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #6C005E;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #6C005E;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(3,'Theme 01 black','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #000000;\r\nborder-radius: 5px;\r\ncolor: #000000;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type=\"radio\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type=\"checkbox\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n\r\n.sel-imul {\r\n display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/10/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #000;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #000;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #000;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #000;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n padding: 2px;\r\n height: 26px;\r\n border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\nselect {\r\n outline: none;\r\n}\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #000;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #000;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #000;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',1),(4,'Theme 01 transparent (black button)','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #000000;\r\nborder-radius: 5px;\r\ncolor: #000000;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\ninput[type=\"radio\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\ninput[type=\"checkbox\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px solid #000 !important;\r\npadding-left:10px;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n\r\n.sel-imul {\r\n display: none;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/10/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/10/next.png) no-repeat right #000;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #000;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #000;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #000;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n padding: 2px;\r\n height: 26px;\r\n border: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\nselect {\r\n outline: none;\r\n}\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n\r\n\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n\r\n\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #000;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}\r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #000;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #000;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}\r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(5,'Theme 02 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #ADC0DB;\r\nmargin-bottom: 10px;\r\ncolor: #ADC0DB;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #285485!important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-slider {\r\n background: #fff !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 4px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 29px;\r\n background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/02/01/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #285485;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 33px;\r\n background: url([SITE_ROOT]/images/02/01/next.png) top right #708EB4;\r\n padding: 0px 30px 0 15px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n .next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/01/next.png) top right #144077;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #285485;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/02/01/previous.png) top left #708EB4;\r\n padding: 0px 15px 0 30px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n .previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/01/previous.png) top left #144077;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/02/bg.png) #708EB4;\r\n cursor: pointer;\r\n font-size: 16px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #285485;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 600;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #ADC0DB;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 1px solid #C5C5C5;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/02/bg.png) #708EB4;\r\n text-align: left;\r\n padding: 10px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: center;\r\nfont-size:18px;\r\nfont-family: Segoe UI;\r\ncolor:#0E3F76;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor:#0E3F76;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 4px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/02/01/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n} \r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 11px;\r\n height: 10px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 1px;\r\n left: 1px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: rgb(158, 0, 0);\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #2564A3;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n background-color: #DCDADB;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n background-color: #D1CDCE;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #0E3F77;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 18px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 17px;\r\n line-height: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #0e3f77; /* Old browsers */\r\n background: -moz-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0e3f77), color-stop(49%, #0f437d), color-stop(84%, #2f72b5), color-stop(99%, #165ba9)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* IE10+ */\r\n background: linear-gradient(to right, #0e3f77 0%, #0f437d 49%, #2f72b5 84%, #165ba9 99%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 17px;\r\n line-height: 17px;\r\n background-color: #CCCCCC;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\nfont-size: 13px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 17px;\r\n height: 17px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(6,'Theme 02 yellow','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #EADEB4;\r\nborder: 1px solid #E3E2E4;\r\nmargin-bottom: 10px;\r\ncolor: #E3E2E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #ECBD00 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-slider {\r\n background: #fff !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 4px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 29px;\r\n background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/02/02/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #4D4A3C;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 33px;\r\n background: url([SITE_ROOT]/images/02/next.png) top right #CFAB1A;\r\n padding: 0px 30px 0 15px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/next.png) top right #A08104;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #4D4A3C;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/02/previous.png) top left #CFAB1A;\r\n padding: 0px 15px 0 30px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/previous.png) top left #A08104;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/02/bg.png) #CFAB1A;\r\n cursor: pointer;\r\n font-size: 16px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #4D4A3C;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 600;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #E2DED7;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 1px solid #CFCFCF;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/02/bg.png) #CFAB1A;\r\n text-align: left;\r\n padding: 10px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: center;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\nfont-weight: 600;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 4px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/02/02/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 11px;\r\n height: 10px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 1px;\r\n left: 1px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: rgb(158, 0, 0);\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #3F3927;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n background-color: #DCDADB;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n background-color: #D1CDCE;\r\n}\r\n.page_active {\r\n color: #3F3927;\r\n cursor: pointer;\r\n background-color: #ECBD00;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 18px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 17px;\r\n line-height: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #ECBD00 ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ECBD00 ), color-stop(49%, #F5C403 ), color-stop(84%, #F8C90B ), color-stop(99%, #FFCC00 )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* IE10+ */\r\n background: linear-gradient(to right, #ECBD00 0%, #F5C403 49%, #F8C90B 84%, #FFCC00 99%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 17px;\r\n line-height: 17px;\r\n background-color: #D9D7D8;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #292929;\r\n font-weight: bold;\r\nfont-size:13px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 17px;\r\n height: 17px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(7,'Theme 02 violet','v.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #C9ADEF;\r\nborder: 1px solid #E3E2E4;\r\nmargin-bottom: 10px;\r\ncolor: #E3E2E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #5C00DA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-slider {\r\n background: #fff !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 4px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 29px;\r\n background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/02/02/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #4D4A3C;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 33px;\r\n background: url([SITE_ROOT]/images/02/next.png) top right #5C00DA;\r\n padding: 0px 30px 0 15px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/next.png) top right #3D0886;\r\n}.previous-page div.wdform-page-button {\r\n color: #4D4A3C;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/02/previous.png) top left #5C00DA;\r\n padding: 0px 15px 0 30px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/previous.png) top left #3D0886;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/02/bg.png) #5C00DA;\r\n cursor: pointer;\r\n font-size: 16px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #4D4A3C;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 600;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #E3E2E4;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 1px solid #CFCFCF;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/02/bg.png) #5C00DA;\r\n text-align: left;\r\n padding: 10px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: center;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\nfont-weight: 600;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 4px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/02/03/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 11px;\r\n height: 10px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 1px;\r\n left: 1px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: rgb(158, 0, 0);\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #3F3927;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n background-color: #DCDADB;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n background-color: #D1CDCE;\r\n}\r\n.page_active {\r\n color: #FFF;\r\n cursor: pointer;\r\n background-color: #5C00DA;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 18px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 17px;\r\n line-height: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #5C00DA ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5C00DA ), color-stop(49%, #5C00DB ), color-stop(84%, #6600F0 ), color-stop(99%, #7917FF )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* IE10+ */\r\n background: linear-gradient(to right, #5C00DA 0%, #5C00DB 49%, #6600F0 84%, #7917FF 99%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 17px;\r\n line-height: 17px;\r\n background-color: #D9D7D8;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #fff;\r\n font-weight: bold;\r\nfont-size:13px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 17px;\r\n height: 17px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(8,'Theme 02 transparent (aquamarine button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #EAF9F3;\r\nborder: 1px solid #4D4A58;\r\nmargin-bottom: 10px;\r\ncolor: #4D4A58;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/02/bg.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #CEECE2 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-slider {\r\n background: #fff !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 4px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 29px;\r\n background: url([SITE_ROOT]/images/02/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/02/02/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #4D4A3C;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 33px;\r\n background: url([SITE_ROOT]/images/02/next.png) top right #94FFD5;\r\n padding: 0px 30px 0 15px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/next.png) top right #E4F3E2;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #4D4A3C;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/02/previous.png) top left #94FFD5;\r\n padding: 0px 15px 0 30px;\r\n vertical-align: middle;\r\n font-weight: 600;\r\n font-size: 16px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/02/previous.png) top left #E4F3E2;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/02/bg.png) #94FFD5;\r\n cursor: pointer;\r\n font-size: 16px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #4D4A3C;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 600;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 1px solid #CFCFCF;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/02/bg.png) #CFAB1A;\r\n text-align: left;\r\n padding: 10px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: center;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\nfont-weight: 600;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\nfont-family: Segoe UI;\r\ncolor: #292929;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 4px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\nbackground: #E9E9E9;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\nbackground: #E9E9E9;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\nbackground: #E9E9E9;\r\n}\r\ntextarea {\r\n border-radius: 4px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\nbackground: #E9E9E9;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/02/02/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 11px;\r\n height: 10px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 1px;\r\n left: 1px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: rgb(158, 0, 0);\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 4px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #3F3927;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n font-weight: bold;\r\n}\r\n.page_deactive:nth-child(even) {\r\n background-color: #EEEEEE;\r\n}\r\n.page_deactive:nth-child(odd) {\r\n background-color: #EEEEEE;\r\n}\r\n.page_active {\r\n color: #3F3927;\r\n cursor: pointer;\r\n background-color: #CEECE2;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 18px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 17px;\r\n line-height: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #95D3BE ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #80CEB4 ), color-stop(49%, #95D6C1 ), color-stop(84%, #95D3BE ), color-stop(99%, #B3E7D6 )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* IE10+ */\r\n background: linear-gradient(to right, #80CEB4 0%, #95D6C1 49%, #95D3BE 84%, #B3E7D6 99%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 17px;\r\n line-height: 17px;\r\n background-color: #E0DFE0;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -2px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #292929;\r\n font-weight: bold;\r\nfont-size:13px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 17px;\r\n height: 17px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(9,'Theme 03 green','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #3A620A;\r\nmargin-bottom: 10px;\r\ncolor: #3A620A;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 0px;\r\n border: 1px solid #39680B;\r\n background: #C9FD9C;\r\n height: 13px;\r\n width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -5px !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #4A8C08!important;\r\n color: #fff;\r\n}\r\n.ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #C9FD9C !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 23px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/03/01/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 32px;\r\n height: 25px;\r\n background: url([SITE_ROOT]/images/03/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #414141;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n\r\n.button-submit {\r\n background: #3A620A;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #fff;\r\n border: 2px solid #4A8C08;\r\n margin: 5px;\r\n box-shadow: 0px 0px 1px 1px #44740E;\r\n font-family: Segoe UI;\r\n }\r\n.button-reset {\r\n background: #D8D6D7;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 2px solid #fff;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px 1px #969495;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: #CDD9C3;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/03/01/bg.png);\r\n text-align: left;\r\n padding: 10px 20px 10px 50px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: right;\r\n color: #000;\r\nfont-size: 18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\nfont-size: 18px;\r\ncolor: #555;\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n padding: 0px 15px;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n padding: 2px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #fff;\r\n background-color: #42810e;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n background-color: #36690c;\r\n cursor: pointer;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 33px;\r\n text-align: center;\r\n font-size: 21px;\r\n padding: 5px 20px 0px 20px;\r\n margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 20px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #62983A; /* Old browsers */\r\n background: -moz-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61b217), color-stop(39%, #62983a), color-stop(100%, #62983a)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #61b217 0%, #62983a 39%, #62983a 100%); /* IE10+ */\r\n background: linear-gradient(to right, #61b217 0%, #62983a 39%, #62983a 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #DFDFDF;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -34px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 12px;\r\nline-height: 18px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 34px;\r\n height: 18px;\r\n background: url([SITE_ROOT]/images/03/01/percentage_arrow.png);\r\n position: relative;\r\n left: -1px;\r\ntop:0px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(10,'Theme 03 red','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #811919;\r\nmargin-bottom: 10px;\r\ncolor: #811919;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 0px;\r\n border: 1px solid #39680B;\r\n background: #C9FD9C;\r\n height: 13px;\r\n width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -5px !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #5D0000 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #942323 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 23px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/03/02/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 32px;\r\n height: 25px;\r\n background: url([SITE_ROOT]/images/03/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #414141;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n.button-submit {\r\nbackground: #811919;\r\ncursor: pointer;\r\nfont-size: 17px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 2px solid #9E1919;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #811818;\r\nfont-family: Segoe UI;\r\n }\r\n.button-reset {\r\n background: #D8D6D7;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 2px solid #fff;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px 1px #969495;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: #F0EEEF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/03/02/bg.png);\r\n text-align: left;\r\n padding: 10px 20px 10px 50px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: right;\r\n color: #fff;\r\nfont-size: 18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\ncolor: #555;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n padding: 0px 15px;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n padding: 2px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #fff;\r\n background-color: #640B0B;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n background-color: #942323;\r\n cursor: pointer;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 33px;\r\n text-align: center;\r\n font-size: 21px;\r\n padding: 5px 20px 0px 20px;\r\n margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 20px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #752D2D ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #9A0B0B ), color-stop(39%, #7B2828 ), color-stop(100%, #752D2D )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* IE10+ */\r\n background: linear-gradient(to right, #9A0B0B 0%, #7B2828 39%, #752D2D 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #DFDFDF;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -34px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 12px;\r\nline-height:18px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 34px;\r\n height: 18px;\r\n background: url([SITE_ROOT]/images/03/02/percentage_arrow.png);\r\n position: relative;\r\n left: -1px;\r\ntop:0px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(11,'Theme 03 dark cyan','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #0B7A97;\r\nmargin-bottom: 10px;\r\ncolor: #0B7A97;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 0px;\r\n border: 1px solid #39680B;\r\n background: #C9FD9C;\r\n height: 13px;\r\n width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -5px !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #0C6177 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #2796B3 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 23px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/03/03/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 32px;\r\n height: 25px;\r\n background: url([SITE_ROOT]/images/03/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #414141;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n.button-submit {\r\nbackground: #0B7A97;\r\ncursor: pointer;\r\nfont-size: 17px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 2px solid #18627C;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #56B4D5;\r\nfont-family: Segoe UI;\r\n}\r\n.button-reset {\r\n background: #D8D6D7;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 2px solid #fff;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px 1px #969495;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: #F0EEEF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/03/03/bg.png);\r\n text-align: left;\r\n padding: 10px 20px 10px 50px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: right;\r\n color: #fff;\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\ncolor: #555;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n padding: 0px 15px;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n padding: 2px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #fff;\r\n background-color: #0C6177;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n background-color: #2796B3;\r\n cursor: pointer;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 33px;\r\n text-align: center;\r\n font-size: 21px;\r\n padding: 5px 20px 0px 20px;\r\n margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 20px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #752D2D ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0E6378 ), color-stop(39%, #2C7487 ), color-stop(100%, #2D7587 )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* IE10+ */\r\n background: linear-gradient(to right, #0E6378 0%, #2C7487 39%, #2D7587 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #DFDFDF;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -34px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 12px;\r\nline-height:18px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 34px;\r\n height: 18px;\r\n background: url([SITE_ROOT]/images/03/03/percentage_arrow.png);\r\n position: relative;\r\n left: -1px;\r\ntop:0px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(12,'Theme 03 transparent (salmon button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #D8D6D7;\r\nborder: 1px solid #D8D6D7;\r\nmargin-bottom: 10px;\r\ncolor: #D8D6D7;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 0px;\r\n border: 1px solid #39680B;\r\n background: #C9FD9C;\r\n height: 13px;\r\n width: 13px;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -5px !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #FA8072 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #C9FD9C !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 23px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/03/01/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 32px;\r\n height: 25px;\r\n background: url([SITE_ROOT]/images/03/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #414141;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background-color: #ACABAB;\r\npadding: 2px 15px;\r\nvertical-align: middle;\r\nborder: none;\r\nfont-size: 15px;\r\n}\r\n\r\n\r\n.button-submit {\r\nbackground: #FA8072;\r\ncursor: pointer;\r\nfont-size: 17px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 2px solid #FFABA1;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #FF9689;\r\nfont-family: Segoe UI;\r\n }\r\n.button-reset {\r\n background: #D8D6D7;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 2px solid #fff;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px 1px #969495;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/03/01/bg.png);\r\n text-align: left;\r\n padding: 10px 20px 10px 50px;\r\n border-radius: 0px;\r\n -moz-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n box-shadow: 7px -9px 20px -5px rgba(0, 0, 0, 0.23), -7px 9px 20px -5px rgba(0, 0, 0, 0.23);\r\n width: 466px;\r\n text-align: right;\r\n color: #000;\r\nfont-size: 18px;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\nmargin: 16px 15px;\r\ntext-align: left;\r\nfont-size: 18px;\r\ncolor: #555;\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n padding: 0px 15px;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n padding: 2px;\r\n height: 26px;\r\n overflow: hidden;\r\n border: 0px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\nbackground: #ECECEC;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\nbackground: #ECECEC;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\nbackground: #ECECEC;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 25px;\r\n border: 0px solid #ccc;\r\n padding:0 3px !important;\r\nbackground: #ECECEC;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n background-color: #DFDFDF;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #fff;\r\n background-color: #FF9A8E;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n background-color: #FA8072;\r\n cursor: pointer;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 33px;\r\n text-align: center;\r\n font-size: 21px;\r\n padding: 5px 20px 0px 20px;\r\n margin-bottom: -13px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 20px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #FF8F83; /* Old browsers */\r\n background: -moz-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F7B4AC), color-stop(39%, #F89F95), color-stop(100%, #FF8F83)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* IE10+ */\r\n background: linear-gradient(to right, #F7B4AC 0%, #F89F95 39%, #FF8F83 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #DFDFDF;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -34px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 12px;\r\nline-height: 18px;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 34px;\r\n height: 18px;\r\n background: url([SITE_ROOT]/images/03/04/percentage_arrow.png);\r\n position: relative;\r\n left: -1px;\r\ntop:0px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(13,'Theme 04 dark orange','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #F6CE9D;\r\nmargin-bottom: 10px;\r\ncolor: #F6CE9D;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 15px;\r\n height: 15px;\r\n top: -5px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n@font-face {\r\n font-family: ArTarumianHandes;\r\n src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #EDE5DA;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #E2B983 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 20px;\r\n width: 22px;\r\n background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 45px;\r\n height: 44px;\r\n background: url([SITE_ROOT]/images/04/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #424242;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 35px;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-weight: 400;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\n color: #69512F;\r\n border: 1px solid #D89E5F;\r\n background: #C8A470; /* Old browsers */\r\n background: -moz-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* FF3.6+ */\r\n background: -webkit-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* IE10+ */\r\n background: linear-gradient(to bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* W3C */\r\n box-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n color: #424242 !important;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 32px;\r\n padding: 0px 20px 5px;\r\n vertical-align: middle;\r\n font-weight: 400 !important;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\n color: #69512F;\r\n border: 1px solid #D89E5F;\r\n background: #C8A470; /* Old browsers */\r\n background: -moz-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* FF3.6+ */\r\n background: -webkit-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* IE10+ */\r\n background: linear-gradient(to bottom, #DFC091 0%, #CFAE7B 49%, #C19C67 84%, #AA824E 95%); /* W3C */\r\n box-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #F6CE9D;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/04/01/bg.png) no-repeat;\r\n text-align: left;\r\n border-radius: 0px;\r\n width: 300px;\r\n padding: 13px;\r\n text-align: center;\r\nfont-size: 18px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ccc;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus {\r\n border-color: #E2B983;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n border-color: #E2B983;\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n border-color: #E2B983;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 10px;\r\n height: 10px;\r\n background: #DAA157;\r\n background: -moz-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n background: -webkit-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n background: -o-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n background: -ms-linear-gradient(bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n background: linear-gradient(to bottom, #F8DCB2 0%, #E7C187 49%, #E6BE86 84%, #DAA157 95%);\r\n box-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\n border-radius: 7px;\r\n top: 1px;\r\n left: 1px;\r\n border: 1px solid #C0A77E;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 20px 0px 20px;\r\n font-weight: bold;\r\n background-color: #E2B983;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #AA824E;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 20px 0px 20px;\r\n margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #AA824E;\r\n vertical-align: middle;\r\n font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\n background-color: #E2B983;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 20px;\r\n height: 23px;\r\n background-color: #AA824E;\r\n position: relative;\r\n left: -14px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(14,'Theme 04 light blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #CEE4E4;\r\nmargin-bottom: 10px;\r\ncolor: #CEE4E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 15px;\r\n height: 15px;\r\n top: -5px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n@font-face {\r\n font-family: ArTarumianHandes;\r\n src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #EDE5DA;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #678B94 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 20px;\r\n width: 22px;\r\n background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 45px;\r\n height: 44px;\r\n background: url([SITE_ROOT]/images/04/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #424242;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 35px;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-weight: 400;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\ncolor: #fff;\r\nborder: 1px solid #88A1A6;\r\nbackground: #86A0A7 ;\r\nbackground: -moz-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -webkit-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -o-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -ms-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: linear-gradient(to bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n color: #767676 !important;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 32px;\r\n padding: 0px 20px 5px;\r\n vertical-align: middle;\r\n font-weight: 400 !important;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\ncolor: #fff !important;\r\nborder: 1px solid #88A1A6;\r\nbackground: #86A0A7 ;\r\nbackground: -moz-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -webkit-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -o-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: -ms-linear-gradient(bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbackground: linear-gradient(to bottom, #A0C5CF 0%, #95B3BB 49%, #869AA0 84%, #86A0A7 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #CEE4E4;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/04/02/bg.png) no-repeat;\r\n text-align: left;\r\n border-radius: 0px;\r\n width: 300px;\r\npadding: 5px;\r\n text-align: center;\r\nfont-size: 16px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ccc;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus {\r\n border-color: #678B94;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n border-color: #678B94;\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n border-color: #678B94;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 10px;\r\nheight: 10px;\r\nbackground: #63929E ;\r\nbackground: -moz-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -webkit-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -o-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -ms-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: linear-gradient(to bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\nborder-radius: 7px;\r\ntop: 1px;\r\nleft: 1px;\r\nborder: 1px solid #678B94;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 20px 0px 20px;\r\n font-weight: bold;\r\n background-color: #88B4BD;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #678B94;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 20px 0px 20px;\r\n margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #678B94;\r\n vertical-align: middle;\r\n font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\n background-color: #88B4BD;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 20px;\r\n height: 23px;\r\n background-color: #678B94;\r\n position: relative;\r\n left: -14px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(15,'Theme 04 red','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #CEE4E4;\r\nmargin-bottom: 10px;\r\ncolor: #CEE4E4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 15px;\r\n height: 15px;\r\n top: -5px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n@font-face {\r\n font-family: ArTarumianHandes;\r\n src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #EDE5DA;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #8A6B63 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 20px;\r\n width: 22px;\r\n background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 45px;\r\n height: 44px;\r\n background: url([SITE_ROOT]/images/04/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #424242;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 35px;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-weight: 400;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\ncolor: #fff;\r\nborder: 1px solid #C09F97;\r\nbackground: #86A0A7;\r\nbackground: -moz-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -webkit-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -o-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -ms-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: linear-gradient(to bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n color: #767676 !important;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 32px;\r\n padding: 0px 20px 5px;\r\n vertical-align: middle;\r\n font-weight: 400 !important;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\ncolor: #fff !important;\r\nborder: 1px solid #C09F97;\r\nbackground: #86A0A7;\r\nbackground: -moz-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -webkit-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -o-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: -ms-linear-gradient(bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbackground: linear-gradient(to bottom, #E0B8AF 0%, #CAA298 49%, #BD9E96 84%, #B6958E 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #E0D0CD;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\nmargin: 16px 10px 16px 0px;\r\ndisplay: inline-block;\r\nbackground: url([SITE_ROOT]/images/04/03/bg.png) no-repeat;\r\ntext-align: left;\r\nborder-radius: 0px;\r\nwidth: 300px;\r\npadding: 5px 10px;\r\ntext-align: center;\r\nfont-size: 18px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ccc;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus {\r\n border-color: #8A6B63;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n border-color: #8A6B63;\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n border-color: #8A6B63;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 10px;\r\nheight: 10px;\r\nbackground: #B98476 ;\r\nbackground: -moz-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: -webkit-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: -o-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: -ms-linear-gradient(bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbackground: linear-gradient(to bottom, #CA9B8F 0%, #DBACA0 49%, #B98476 84%, #A38279 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\nborder-radius: 7px;\r\ntop: 1px;\r\nleft: 1px;\r\nborder: 1px solid #9B766D;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 20px 0px 20px;\r\n font-weight: bold;\r\n background-color: #CCAAA3;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #8A6B63;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 20px 0px 20px;\r\n margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #8A6B63;\r\n vertical-align: middle;\r\n font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\n background-color: #CCAAA3;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 20px;\r\n height: 23px;\r\n background-color: #8A6B63;\r\n position: relative;\r\n left: -14px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(16,'Theme 04 transparent (gray button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #FFFFFF;\r\nborder: 1px solid #A6A6A6;\r\nmargin-bottom: 10px;\r\ncolor: #A6A6A6;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 15px;\r\n height: 15px;\r\n top: -5px;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n@font-face {\r\n font-family: ArTarumianHandes;\r\n src: url([SITE_ROOT]/css/HANDES.ttf);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #EDE5DA;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #B3B3B3 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 20px;\r\n width: 22px;\r\n background: url([SITE_ROOT]/images/04/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 45px;\r\n height: 44px;\r\n background: url([SITE_ROOT]/images/04/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #424242;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 35px;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-weight: 400;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n}\r\ndiv.wdform-page-button:hover {\r\ncolor: #fff;\r\nborder: 1px solid #919191;\r\nbackground: #7A7A7A ;\r\nbackground: -moz-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -webkit-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -o-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -ms-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: linear-gradient(to bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-submit {\r\n color: #767676 !important;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 39px;\r\n line-height: 32px;\r\n padding: 0px 20px 5px;\r\n vertical-align: middle;\r\n font-weight: 400 !important;\r\n font-size: 20px;\r\n border: 1px solid #959595;\r\n border-radius: 5px;\r\n font-family: Segoe UI;\r\nbackground:transparent;\r\n}\r\n.button-submit:hover {\r\ncolor: #fff !important;\r\nborder: 1px solid #919191;\r\nbackground: #7A7A7A ;\r\nbackground: -moz-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -webkit-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -o-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: -ms-linear-gradient(bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbackground: linear-gradient(to bottom, #C7C7C7 0%, #A0A0A0 49%, #7A7A7A 84%, #858585 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(221, 221, 221) inset;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding: 15px 15px 15px 50px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: url([SITE_ROOT]/images/04/02/bg.png) no-repeat;\r\n text-align: left;\r\n border-radius: 0px;\r\n width: 300px;\r\npadding: 5px;\r\n text-align: center;\r\nfont-size: 16px;\r\n}\r\n.wdform_section_break\r\n{\r\nmargin: 16px 10px 16px 0px;\r\ntext-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: table-row\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ccc;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus {\r\n border-color: #B3B3B3;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n border-color: #B3B3B3;\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n border-color: #B3B3B3;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/02/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/04/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 14px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 8px 1px rgb(213, 213, 213) inset;\r\n}\r\n.radio-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 10px;\r\nheight: 10px;\r\nbackground: #63929E ;\r\nbackground: -moz-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -webkit-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -o-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: -ms-linear-gradient(bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbackground: linear-gradient(to bottom, #84B8C5 0%, #75A1AC 49%, #63929E 84%, #377483 95%);\r\nbox-shadow: 0px 0px 5px 0px rgb(214, 214, 214) inset;\r\nborder-radius: 7px;\r\ntop: 1px;\r\nleft: 1px;\r\nborder: 1px solid #678B94;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.5;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 20px 0px 20px;\r\n font-weight: bold;\r\n background-color: #C0C0C0;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #A8A8A8;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 20px 0px 20px;\r\n margin-left: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #678B94;\r\n vertical-align: middle;\r\n font-family: ArTarumianHandes;\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\n background-color: #88B4BD;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_percentage_arrow {\r\n display: inline-block;\r\n width: 20px;\r\n height: 23px;\r\n background-color: #678B94;\r\n position: relative;\r\n left: -14px;\r\n z-index: 0;\r\n vertical-align: middle;\r\n -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(17,'Theme 05 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #0E7297;\r\nborder: 1px solid #A0CBDB;\r\nmargin-bottom: 10px;\r\ncolor: #A0CBDB;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 14px;\r\n height: 14px;\r\n top: -6px;\r\n border: 2px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/05/01/nextbg_hover.png) url([SITE_ROOT]/images/05/01/previousbg_hover.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #00B4F6 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #00B4F6 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #00B4F6 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #00B4F6 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #00B4F6 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #00B4F6 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\nui-state-hover {\r\n background: #00B4F6 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\nborder-radius: 0px;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: #fff;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 27px;\r\n background: url([SITE_ROOT]/images/05/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/05/01/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 32px;\r\n line-height: 28px;\r\n background: url([SITE_ROOT]/images/05/01/nextbg.png) no-repeat;\r\n padding: 0px 20px 0 0;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n width: 90px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/05/01/nextbg_hover.png) no-repeat;\r\n width: 113px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 32px;\r\n line-height: 28px;\r\n background: url([SITE_ROOT]/images/05/01/previousbg.png) no-repeat;\r\n padding: 0px 0 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n width: 90px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/05/01/previousbg_hover.png) no-repeat;\r\n width: 113px;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/05/01/submit.png) no-repeat;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 32px;\r\n color: #fff;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 500;\r\n padding: 0 12px 0 24px;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #A0CBDB;\r\n padding:15px 20px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 0px;\r\n background: #006A91;\r\n border-radius: 0px;\r\npadding: 6px 10px 15px;\r\ntext-align: center;\r\nfont-size: 18px;\r\ncolor: #fff;\r\nbox-shadow: 0px 3px 5px #4B4B4B;\r\n}\r\n\r\n.wdform-field-section-break2:after {\r\n content: \" \";\r\n position: relative;\r\n width: 97.7%;\r\n right: 0px;\r\n bottom: 20px;\r\n height: 4px;\r\n -webkit-box-shadow: 0 2px 3px #444141;\r\n -moz-box-shadow: 0 2px 3px #444141;\r\n box-shadow: 0 2px 3px #444141;\r\n display: inline-block;\r\n}\r\n\r\n.wdform_section_break {\r\n margin: 16px 0px;\r\n border-radius: 0px;\r\n text-align: left;\r\nfont-size: 18px;\r\ncolor: #3F3F3F;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 22px;\r\n overflow: hidden;\r\nborder: 1px solid transparent;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #006A91;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #006A91;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #006A91;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #026994;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/05/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 21px;\r\n position: relative;\r\n left: -19px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #026994;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #026994;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #006A91;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #01B4F6;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-left: 1px;\r\n line-height: 25px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 27px;\r\n line-height: 27px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #018ABE;\r\n background: -moz-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0079A6), color-stop(39%, #018ABE ), color-stop(100%, #00B6FA ));\r\n background: -webkit-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n background: -o-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n background: -ms-linear-gradient(left, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n background: linear-gradient(to right, #0079A6 0%, #018ABE 39%, #00B6FA 100%);\r\n border-top-right-radius: 9px;\r\n border-bottom-right-radius: 9px;\r\n box-shadow: 2px 0px 7px #9E9B9B;\r\n}\r\n.page_percentage_deactive {\r\n height: 27px;\r\n line-height: 27px;\r\n background-color: #C4D5DF;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(18,'Theme 05 green','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #007326;\r\nborder: 1px solid #B6E4CF;\r\nmargin-bottom: 10px;\r\ncolor: #B6E4CF;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 14px;\r\n height: 14px;\r\n top: -6px;\r\n border: 2px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/05/02/nextbg_hover.png) url([SITE_ROOT]/images/05/02/previousbg_hover.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #018D08 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #018D08 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #018D08 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #018D08 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #018D08 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #018D08 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\nui-state-hover {\r\n background: #018D08 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\nborder-radius: 0px;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: #fff;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 27px;\r\n background: url([SITE_ROOT]/images/05/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/05/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 32px;\r\n line-height: 28px;\r\n background: url([SITE_ROOT]/images/05/02/nextbg.png) no-repeat;\r\n padding: 0px 20px 0 0;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n width: 90px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/05/02/nextbg_hover.png) no-repeat;\r\n width: 113px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 32px;\r\n line-height: 28px;\r\n background: url([SITE_ROOT]/images/05/02/previousbg.png) no-repeat;\r\n padding: 0px 0 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n width: 90px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/05/02/previousbg_hover.png) no-repeat;\r\n width: 113px;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/05/02/submit.png) no-repeat;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 32px;\r\n color: #fff;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 500;\r\n padding: 0 12px 0 24px;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #B6E4CF;\r\n padding: 15px 20px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2{\r\n margin: 16px 0px;\r\n background: #0D7A31;\r\n border-radius: 0px;\r\npadding: 6px 10px 15px;\r\ntext-align: center;\r\nfont-size: 18px;\r\ncolor: #fff;\r\nbox-shadow: 0px 3px 5px #4B4B4B;\r\n}\r\n\r\n.wdform-field-section-break2:after {\r\n content: \" \";\r\n position: relative;\r\n width: 97.7%;\r\n right: 0px;\r\n bottom: 20px;\r\n height: 4px;\r\n -webkit-box-shadow: 0 2px 3px #444141;\r\n -moz-box-shadow: 0 2px 3px #444141;\r\n box-shadow: 0 2px 3px #444141;\r\n display: inline-block;\r\n}\r\n\r\n.wdform_section_break{\r\n margin: 16px 0px;\r\n border-radius: 0px;\r\n text-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 22px;\r\n overflow: hidden;\r\nborder: 1px solid transparent;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #0D7A31;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #0D7A31;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #0D7A31;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #0D7A31;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/05/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 21px;\r\n position: relative;\r\n left: -19px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #0D7A31;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #0D7A31;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #018D08;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #00AC0A;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-left: 1px;\r\n line-height: 25px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 27px;\r\n line-height: 27px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #018F08 ;\r\n background: -moz-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #018D08 ), color-stop(39%, #018F08 ), color-stop(100%, #00BE0A ));\r\n background: -webkit-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n background: -o-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n background: -ms-linear-gradient(left, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\nbackground: linear-gradient(to right, #018D08 0%, #018F08 39%, #00BE0A 100%);\r\n border-top-right-radius: 9px;\r\n border-bottom-right-radius: 9px;\r\n box-shadow: 2px 0px 7px #9E9B9B;\r\n}\r\n.page_percentage_deactive {\r\n height: 27px;\r\n line-height: 27px;\r\n background-color: #CEE0D3;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(19,'Theme 05 pink','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #B05785;\r\nborder: 1px solid #F6E2ED;\r\nmargin-bottom: 10px;\r\ncolor: #F6E2ED;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 14px;\r\n height: 14px;\r\n top: -6px;\r\n border: 2px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/05/03/nextbg_hover.png) url([SITE_ROOT]/images/05/03/previousbg_hover.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #B05785 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #B05785 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #B05785 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #B05785 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #B05785 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #B05785 !important;\r\n color: #fff;\r\noutline:none;\r\n}\r\nui-state-hover {\r\n background: #B05785 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\nborder-radius: 0px;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #E5E5E5 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 20px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: #fff;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 22px;\r\n width: 27px;\r\n background: url([SITE_ROOT]/images/05/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/05/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 32px;\r\n line-height: 28px;\r\n background: url([SITE_ROOT]/images/05/03/nextbg.png) no-repeat;\r\n padding: 0px 20px 0 0;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n width: 90px;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/05/03/nextbg_hover.png) no-repeat;\r\n width: 113px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 32px;\r\n line-height: 28px;\r\n background: url([SITE_ROOT]/images/05/03/previousbg.png) no-repeat;\r\n padding: 0px 0 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n width: 90px;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/05/03/previousbg_hover.png) no-repeat;\r\n width: 113px;\r\n}\r\n.button-submit {\r\n background: url([SITE_ROOT]/images/05/03/submit.png) no-repeat;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 32px;\r\n color: #fff;\r\n margin: 5px;\r\n border: 0px;\r\n font-family: Segoe UI;\r\n font-weight: 500;\r\n padding: 0 12px 0 24px;\r\n}\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n font-family: Segoe UI;\r\n text-decoration: underline;\r\n}\r\n.wdform_page {\r\n background: #F6E2ED;\r\n padding: 15px 20px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform-field-section-break {\r\n text-align: center;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 0px;\r\n background: #B05785;\r\n border-radius: 0px;\r\npadding: 6px 10px 15px;\r\ntext-align: center;\r\nfont-size: 18px;\r\ncolor: #fff;\r\nbox-shadow: 0px 3px 5px #4B4B4B;\r\n}\r\n\r\n.wdform-field-section-break2:after {\r\n content: \" \";\r\n position: relative;\r\n width: 97.7%;\r\n right: 0px;\r\n bottom: 20px;\r\n height: 4px;\r\n -webkit-box-shadow: 0 2px 3px #444141;\r\n -moz-box-shadow: 0 2px 3px #444141;\r\n box-shadow: 0 2px 3px #444141;\r\n display: inline-block;\r\n\r\n}\r\n\r\n.wdform_section_break {\r\n margin: 16px 0px;\r\n border-radius: 0px;\r\n text-align: left;\r\nfont-size: 18px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 22px;\r\n overflow: hidden;\r\nborder: 1px solid transparent;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n border: 1px solid transparent;\r\n height: 20px;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #B05785;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #B05785;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #B05785;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #B05785;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/05/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 21px;\r\n position: relative;\r\n left: -19px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #B05785;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #B05785;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #D7639F;\r\n margin-left: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #E47DB3;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-left: 1px;\r\n line-height: 25px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 27px;\r\n line-height: 27px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #D863A0 ;\r\n background: -moz-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #D7639F ), color-stop(39%, #D863A0 ), color-stop(100%, #F173B4 ));\r\n background: -webkit-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n background: -o-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n background: -ms-linear-gradient(left, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\nbackground: linear-gradient(to right, #D7639F 0%, #D863A0 39%, #F173B4 100%);\r\n border-top-right-radius: 9px;\r\n border-bottom-right-radius: 9px;\r\n box-shadow: 2px 0px 7px #9E9B9B;\r\n}\r\n.page_percentage_deactive {\r\n height: 27px;\r\n line-height: 27px;\r\n background-color: #D6CAD2;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #6E6E6E;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 27px;\r\n height: 27px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}',0),(20,'Theme 06 turquoise','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #B1EBE9;\r\nborder: 1px solid #018580;\r\nmargin-bottom: 10px;\r\ncolor: #018580;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: transparent !important;\r\n margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #029A95 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 4px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: transparent;\r\n background-position: right 2px center;\r\n width: 100%;\r\n border: 1px solid #ABAAAA;\r\n border-radius: 7px;\r\n color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 25px;\r\n width: 28px;\r\n background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 66px;\r\n height: 49px;\r\n background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page\r\n{\r\n width:inherit !important;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/06/next.png) no-repeat right #019993;\r\n padding: 0px 36px 0 20px ;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #018580;\r\n\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/06/next.png) no-repeat right #00C5BD;\r\n}\r\n.previous-page\r\n{\r\n width:inherit !important;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.previous-page div.wdform-page-button:before {\r\n content: \" \";\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left;\r\n height: 19px;\r\n width: 20px;\r\n display: inline-block;\r\n vertical-align: middle;\r\n top: -2px;\r\n position: relative;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: #019993;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #018580;\r\n}\r\n.button-submit:hover {\r\n background: #00C5BD;\r\n}\r\n.button-reset {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #959595;\r\n margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n background: #B1EBE9;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #029A95;\r\n color: #ffffff !important;\r\n font-size: 16px;\r\n text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2 p{\r\n color: #ffffff !important;\r\n \r\n}\r\n\r\n.wdform_section_break2:after {\r\n content: \" \" ;\r\n position: relative;\r\n width: 16px;\r\n height: 13px;\r\n top: -3px;\r\n left: 1px;\r\n box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\nfont-size: 16px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 5px;\r\n height: 27px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"password\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ntextarea {\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #029A95;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #029A95;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #029A95;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #029A95;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\n box-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #4C4C4C;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #4C4C4C;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #029A95;\r\n margin-right: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #00DAD3;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 20px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #01B3AD ;\r\n background: -moz-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #01B3AD ), color-stop(39%, #01CDC6 ), color-stop(100%, #02DED6 ));\r\n background: -webkit-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\n background: -o-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\n background: -ms-linear-gradient(left, #01B3AD 0%, #01CDC6 39%, #02DED6 100%);\r\nlinear-gradient(to right, #01B3AD 0%, #01CDC6 39%, #02DED6 100%)\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\n background-color: #029A95;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: left !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #ffffff;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 23px;\r\n height: 23px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}',0),(21,'Theme 06 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #BBDBE7;\r\nborder: 1px solid #25A5DF;\r\nmargin-bottom: 10px;\r\ncolor: #25A5DF;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: transparent !important;\r\n margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #0176AA !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 4px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: transparent;\r\n background-position: right 2px center;\r\n width: 100%;\r\n border: 1px solid #ABAAAA;\r\n border-radius: 7px;\r\n color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 25px;\r\n width: 28px;\r\n background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 66px;\r\n height: 49px;\r\n background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\nbackground: url([SITE_ROOT]/images/06/next.png) no-repeat right #0D66B1;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\nborder: 1px solid #107DAF;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\nbackground: url([SITE_ROOT]/images/06/next.png) no-repeat right #25A5DF;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: #0D66B1;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #107DAF;\r\n}\r\n.button-submit:hover {\r\n background: #25A5DF;\r\n}\r\n.button-reset {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #959595;\r\n margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n background: #BBDBE7;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #0D66B1;\r\n color: #ffffff;\r\n font-size: 16px;\r\n text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2:after {\r\n content: \" \" ;\r\n position: relative;\r\n width: 16px;\r\n height: 13px;\r\n top: -3px;\r\n left: 1px;\r\n box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\n font-size: 16px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 5px;\r\n height: 27px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"password\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ntextarea {\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #0176AA ;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #0176AA ;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #0176AA ;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #0176AA ;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\nbox-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #4C4C4C;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #4C4C4C;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #0176AA;\r\n margin-right: 1px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #008AFF;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 20px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #0073D3 ;\r\n background: -moz-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0073D3 ), color-stop(39%, #008FE1 ), color-stop(100%, #00A7ED ));\r\n background: -webkit-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\n background: -o-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\nbackground: -webkit-linear-gradient(left, #0073D3 0%, #008FE1 39%, #00A7ED 100%);\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\n background-color: #0176AA;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: left !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #ffffff;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #ffffff;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 23px;\r\n height: 23px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}',0),(22,'Theme 06 orange','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EEEF;\r\nborder: 1px solid #FAB17A;\r\nmargin-bottom: 10px;\r\ncolor: #FAB17A;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: transparent !important;\r\n margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #FFA15C !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 4px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: transparent;\r\n background-position: right 2px center;\r\n width: 100%;\r\n border: 1px solid #ABAAAA;\r\n border-radius: 7px;\r\n color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 25px;\r\n width: 28px;\r\n background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 66px;\r\n height: 49px;\r\n background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #473C34;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #FFA15C;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #C78655;\r\n}\r\n\r\n.next-page div.wdform-page-button:hover {\r\n background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #FAB17A;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.button-submit {\r\ncolor: #473C34;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 35px;\r\nline-height: 35px;\r\nbackground: #FFA15C;\r\npadding: 0px 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder: 1px solid #C78655;\r\n}\r\n.button-submit:hover {\r\n background: #FAB17A;\r\n}\r\n.button-reset {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #959595;\r\n margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n background: #F0EEEF;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2{\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #FFA15C ;\r\n color: #030303;\r\n font-size: 16px;\r\n text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2:after {\r\n content: \" \" ;\r\n position: relative;\r\n width: 16px;\r\n height: 13px;\r\n top: -3px;\r\n left: 1px;\r\n box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\n font-size: 16px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 5px;\r\n height: 27px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"password\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ntextarea {\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #FFA15C ;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #FFA15C ;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #FFA15C ;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #FFA15C ;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\nbox-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #4C4C4C;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #4C4C4C;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #342114;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #C78655;\r\n margin-right: 1px;\r\n}\r\n.page_active {\r\n color: #342114;\r\n cursor: pointer;\r\n background-color: #FF8A34;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 20px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #FF8932 ;\r\n background: -moz-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F3BA28 ), color-stop(39%, #FFD325 ), color-stop(100%, #FEB824 ));\r\n background: -o-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\nbackground: -ms-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\nbackground: -webkit-linear-gradient(left, #F3BA28 0%, #FFD325 39%, #FEB824 100%);\r\n\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\nbackground-color: #ECBE9C;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: left !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #473C34;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #ffffff;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 23px;\r\n height: 23px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}',0),(23,'Theme 06 transparent (light green button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #FFFFFF;\r\nborder: 1px solid #90EE90;\r\nmargin-bottom: 10px;\r\ncolor: #90EE90;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: transparent !important;\r\n margin: 7px 0px;\r\nborder:1px solid #ABAAAA !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #CECECE;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #6BD86B !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #DCDCDC;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n padding: 2px 0px 2px 4px;\r\n font-size: 13px;\r\n height: 23px;\r\n line-height: 20px;\r\n overflow: hidden;\r\n background: transparent;\r\n background-position: right 2px center;\r\n width: 100%;\r\n border: 1px solid #ABAAAA;\r\n border-radius: 7px;\r\n color: #4C4C4C;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 25px;\r\n width: 28px;\r\n background: url([SITE_ROOT]/images/06/01.png) no-repeat 0% 50%;\r\n position: absolute;\r\n top: -1px;\r\n right: 0px;\r\n padding: 2px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 4px;\r\n height: 24px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n padding-top: 3px;\r\n margin-top: 2px;\r\n}\r\n.file-picker {\r\n width: 66px;\r\n height: 49px;\r\n background: url([SITE_ROOT]/images/06/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\ncolor: #473C34;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #6BD86B;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #459B45;\r\n}\r\n\r\n.next-page div.wdform-page-button:hover {\r\n background:url([SITE_ROOT]/images/06/01/next.png) no-repeat right #90EE90;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n margin-right: 20px;\r\n margin-left: 20px;\r\n border: 1px solid #959595;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left #E8E8E8;\r\n}\r\n.previous-page div.wdform-page-button:before {\r\n content: \" \";\r\n background: url([SITE_ROOT]/images/06/previous.png) no-repeat left;\r\n height: 19px;\r\n width: 20px;\r\n display: inline-block;\r\n vertical-align: middle;\r\n top: -2px;\r\n position: relative;\r\n}\r\n.button-submit {\r\ncolor: #473C34;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 35px;\r\nline-height: 35px;\r\nbackground: #6BD86B;\r\npadding: 0px 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder: 1px solid #459B45;\r\n}\r\n.button-submit:hover {\r\n background: #90EE90;\r\n}\r\n.button-reset {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #959595;\r\n margin-left: 5px;\r\n}\r\n.button-reset:hover {\r\n background: #E8E8E8;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_column>div {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_column>.wdform_row:last-child {\r\n border-bottom: 0px solid #E7E7E7;\r\n}\r\n.wdform_section_break2{\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #6BD86B ;\r\n color: #030303;\r\n font-size: 16px;\r\n text-align: left;\r\npadding: 7px 30px 10px;\r\n}\r\n\r\n.wdform_section_break2:after {\r\n content: \" \" ;\r\n position: relative;\r\n width: 16px;\r\n height: 13px;\r\n top: -3px;\r\n left: 1px;\r\n box-shadow: 0px 7px 2px #c9c9c9;\r\n}\r\n\r\n.wdform_section_break\r\n{\r\n margin: 16px 10px 16px 0px;\r\ncolor:#4C4C4C;\r\n font-size: 16px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 5px;\r\n height: 27px;\r\n overflow: hidden;\r\n padding: 2px;\r\nborder: 1px solid #ABAAAA;\r\nbackground: transparent;\r\ncolor: #5C5C5C;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"password\"]{\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ntextarea {\r\n border: 1px solid #ABAAAA;\r\n height: 25px;\r\n padding:0 3px !important;\r\n border-radius: 5px;\r\n background: transparent;\r\n color: #5C5C5C;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border: 1px solid #6BD86B ;\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n border: 1px solid #6BD86B ;\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n border: 1px solid #6BD86B ;\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #6BD86B ;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/06/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 20px;\r\n height: 24px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 14px;\r\n height: 13px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 7px;\r\n position: relative;\r\n display: inline-block;\r\nbox-shadow: 0px 3px 9px 1px rgb(218, 218, 218) inset;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #4C4C4C;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #4C4C4C;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #342114;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding: 5px 25px 0px 25px;\r\n font-weight: bold;\r\n background-color: #90EE90;\r\n margin-right: 1px;\r\n}\r\n.page_active {\r\n color: #342114;\r\n cursor: pointer;\r\n background-color: #6BD86B;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 20px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 25px 0px 25px;\r\n margin-right: 1px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 23px;\r\n line-height: 23px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n vertical-align: middle;\r\n background: #72DB72 ;\r\n background: -moz-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8FEB8F ), color-stop(39%, #5CF35C ), color-stop(100%, #72DB72 ));\r\n background: -o-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\nbackground: -ms-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\nbackground: -webkit-linear-gradient(left, #8FEB8F 0%, #5CF35C 39%, #72DB72 100%);\r\n\r\n}\r\n.page_percentage_deactive {\r\n height: 23px;\r\n line-height: 23px;\r\nbackground-color: #E0E0E0;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: left !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px 5px 3px 9px;\r\n color: #473C34;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #ffffff;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 23px;\r\n height: 23px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #0E4D92;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 4px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #fff;\r\n border: 2px solid #0E3F77;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_button button:active {\r\n border: 2px solid #0B2D52;\r\n background: #0E3F77;\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #ABAAAA !important;\r\n}',0),(24,'Theme 07 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #0072A2;\r\nmargin-bottom: 10px;\r\ncolor: #0072A2;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #A4A4A4;\r\n border: 1px solid #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F1F1F1 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #696969;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #0072A2 !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F1F1F1;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/next.png) no-repeat right #0072A2;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border-right: 1px solid #CECECE;\r\n} \r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #0072A2;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #267EA9;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #267EA9;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #0072A2;\r\n background-color: #ECEBEB;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #0072A2;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 18px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #006C9A; /* Old browsers */\r\n background: -moz-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0072A2), color-stop(39%, #00709F), color-stop(100%, #006A97)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #0072A2 0%, #00709F 39%, #006A97 100%); /* IE10+ */\r\n background: linear-gradient(to right, #0072A2 0%, #00709F 39%, #006A97 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #EBEAEA;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n content: \" \";\r\n display: block;\r\n height: 9px;\r\n background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n position: relative;\r\n background-size: cover;\r\n top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n margin-right:9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n',0),(25,'Theme 07 green','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #00A25B;\r\nmargin-bottom: 10px;\r\ncolor: #00A25B;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #A4A4A4;\r\n border: 1px solid #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F1F1F1 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #696969;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #00A25B !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F1F1F1;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/next.png) no-repeat right #00A25B;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border-right: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #00A25B;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #00A25B;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #00A25B;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #00A25B;\r\n background-color: #ECEBEB;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #00A25B;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 18px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #00A15B ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #00A25B 0%, #00A15A 39%, #00A15B 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00A25B ), color-stop(39%, #00A15A ), color-stop(100%, #00A15B )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #00A25B 0%, #00A15A 39%, #00A15B 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #00A25B 0%, #00A15A 39%, #00A15B 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #00A25B 0%, #00A15A 39%, #00A15B 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #00A25B 0%, #00A15A 39%, #00A15B 100%);\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #EBEAEA;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n content: \" \";\r\n display: block;\r\n height: 9px;\r\n background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n position: relative;\r\n background-size: cover;\r\n top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n margin-right:9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(26,'Theme 07 dark violet','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #33016B;\r\nmargin-bottom: 10px;\r\ncolor: #33016B;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #A4A4A4;\r\n border: 1px solid #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F1F1F1 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #696969;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #33016B !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F1F1F1;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/next.png) no-repeat right #33016B;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border-right: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #33016B;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #33016B;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #33016B;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #33016B;\r\n background-color: #ECEBEB;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #33016B;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 18px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #33016A ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #33016B ), color-stop(39%, #320169 ), color-stop(100%, #33016A )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #33016B 0%, #320169 39%, #33016A 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #33016B 0%, #320169 39%, #33016A 100%);\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #EBEAEA;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n content: \" \";\r\n display: block;\r\n height: 9px;\r\n background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n position: relative;\r\n background-size: cover;\r\n top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n margin-right:9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n',0),(27,'Theme 07 transparent (burlywood button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #E6C18B;\r\nmargin-bottom: 10px;\r\ncolor: #E6C18B;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\n width: 16px;\r\n height: 16px;\r\n top: -6px;\r\n border: 0px;\r\n border-radius: 13px;\r\n background: #A4A4A4;\r\n border: 1px solid #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F1F1F1 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #696969;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:active{\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:active{\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\nui-state-hover {\r\n background: #E6C18B !important;\r\n color: #fff;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #ccc !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F1F1F1;\r\n border: 0px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/07/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/next.png) no-repeat right #E6C18B;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background:url([SITE_ROOT]/images/07/previous.png) no-repeat left #F0EFEF;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border-right: 1px solid #CECECE;\r\n} \r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #E6C18B;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #267EA9;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #267EA9;\r\n font-size: 20px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F1F1F1;\r\nborder: 1px solid transparent;\r\ncolor: #696969;\r\n outline: none;\r\n}\r\ninput[type=\"text\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"password\"] {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F1F1F1;\r\n border: 1px solid transparent;\r\ncolor: #696969;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/03/checkbox.png);\r\n border-radius: 0px;\r\n top: -3px;\r\n left: 1px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #A7A7A7;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \" \";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #A7A7A7;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #A8A8A8;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n color: #E6C18B;\r\n background-color: #ECEBEB;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 25px 0px 25px;\r\n font-size: 12px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #E6C18B;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n font-size: 16px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 18px;\r\n line-height: 18px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #F3CC92 ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F3CC92 ), color-stop(39%, #F3CC92 ), color-stop(100%, #F5CB8F )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* IE10+ */\r\n background: linear-gradient(to right, #F3CC92 0%, #F3CC92 39%, #F5CB8F 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 18px;\r\n line-height: 20px;\r\n background-color: #EBEAEA;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: center!important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation:after {\r\n content: \" \";\r\n display: block;\r\n height: 9px;\r\n background: url([SITE_ROOT]/images/07/0.png) no-repeat;\r\n position: relative;\r\n background-size: cover;\r\n top: -9px;\r\n}\r\n.wdform_percentage_text {\r\n margin-right:9px;\r\n color: #FFFFFF;\r\n font-weight: normal;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n',0),(28,'Theme 08 transparent (black button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #000000;\r\nmargin-bottom: 10px;\r\ncolor: #000000;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\na.ui-spinner-button\r\n{\r\nbackground:none !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #414141;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 1px solid #EEEEEE !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/08/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/08/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/08/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #000;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #000000;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break \r\n{\r\n color: #000000;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 22px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 0px solid #fff;\r\ncolor: #414141;\r\n outline: none;\r\n}\r\n\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F0F0F0;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F0F0F0;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F0F0F0;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"text\"]:focus {\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #000;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/08/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #000000;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #000000;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #CDCDCD;\r\nbackground-color: #F8F8F8;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-right:3px;\r\nmargin-bottom:3px;\r\nfont-weight: bold;\r\n}\r\n.page_active {\r\n color: #000;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #EEEEEE;\r\nfont-weight: bold;\r\nmargin-right:3px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 1px;\r\nborder-spacing: 0px;\r\nheight: 21px;\r\nline-height: 20px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nbackground: #000;\r\n}\r\n.page_percentage_deactive {\r\n height: 24px;\r\nline-height: 20px;\r\nbackground-color: #FFFFFF;\r\ntext-align: left !important;\r\nmargin: 0 5px;\r\nborder: 1px solid #EEEEEE;\r\ndisplay: inline-block;\r\nwidth: 98%;\r\nborder-bottom: none;\r\n\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -1px;\r\n}\r\n\r\n.wdform_percentage_text {\r\n color: #FFF;\r\n font-weight: bold;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(29,'Theme 08 deep pink','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #930049;\r\nmargin-bottom: 10px;\r\ncolor: #930049;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\na.ui-spinner-button\r\n{\r\nbackground:none !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #414141;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #930049 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 1px solid #EEEEEE !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/08/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/08/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/08/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #930049;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #EEEEEE;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #930049;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break \r\n{\r\n color: #930049;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 22px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 0px solid #fff;\r\ncolor: #414141;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"text\"]:focus {\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #636363;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/08/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8A8A8A;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #8A8A8A;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #CDCDCD;\r\nbackground-color: #F8F8F8;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-right:3px;\r\nmargin-bottom:3px;\r\nfont-weight: bold;\r\n}\r\n.page_active {\r\n color: #930049;\r\ncursor: pointer;\r\nbackground-color: #fff;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #EEEEEE;\r\nfont-weight: bold;\r\nmargin-right:3px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 1px;\r\nborder-spacing: 0px;\r\nheight: 21px;\r\nline-height: 20px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nbackground: #930049;\r\n}\r\n.page_percentage_deactive {\r\n height: 24px;\r\nline-height: 20px;\r\nbackground-color: #FFFFFF;\r\ntext-align: left !important;\r\nmargin: 0 5px;\r\nborder: 1px solid #EEEEEE;\r\ndisplay: inline-block;\r\nwidth: 98%;\r\nborder-bottom: none;\r\n\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -1px;\r\n}\r\n\r\n.wdform_percentage_text {\r\n color: #fff;\r\n font-weight: bold;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(30,'Theme 08 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #070068;\r\nmargin-bottom: 10px;\r\ncolor: #070068;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\na.ui-spinner-button\r\n{\r\nbackground:none !important;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #414141;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #070068 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 1px solid #EEEEEE !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 0px solid #D3D3D3;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/08/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 71px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/07/upload.png);\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/08/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/08/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #070068;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #FFFFFF;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #070068;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n.wdform_section_break \r\n{\r\n color: #070068;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n}\r\n\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 22px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 0px solid #fff;\r\ncolor: #414141;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:0px solid #fff;\r\ncolor: #414141;\r\n}\r\ninput[type=\"text\"]:focus {\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus {\r\n outline: none;\r\n}\r\ntextarea:focus {\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #636363;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/08/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8A8A8A;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #8A8A8A;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #8A8A8A;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #CDCDCD;\r\nbackground-color: #F8F8F8;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-right:3px;\r\nmargin-bottom:3px;\r\nfont-weight: bold;\r\n}\r\n.page_active {\r\n color: #070068;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #EEEEEE;\r\nfont-weight: bold;\r\nmargin-right:3px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 1px;\r\nborder-spacing: 0px;\r\nheight: 21px;\r\nline-height: 20px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nbackground: #070068;\r\n}\r\n.page_percentage_deactive {\r\n height: 24px;\r\nline-height: 20px;\r\nbackground-color: #FFFFFF;\r\ntext-align: left !important;\r\nmargin: 0 5px;\r\nborder: 1px solid #EEEEEE;\r\ndisplay: inline-block;\r\nwidth: 98%;\r\nborder-bottom: none;\r\n\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: -1px;\r\n}\r\n\r\n.wdform_percentage_text {\r\n color: #fff;\r\n font-weight: bold;\r\n font-size: 13px;\r\n position: relative;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(31,'Theme 09 light gray','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #DDDDDD;\r\nborder: 1px solid #818181;\r\nmargin-bottom: 10px;\r\ncolor: #818181;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #8A8A8A !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 1px solid #B7B7B7;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/09/01/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #013D7C;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #DDDDDD;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n\r\n}\r\n.wdform_section_break2 {\r\n color: #013D7C;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n\r\n}\r\n\r\n.wdform_section_break {\r\n color: #013D7C;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #8B8B8B;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #E5E5E5;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #727272;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/01/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(32,'Theme 09 yellow','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #DDDDDD;\r\nborder: 1px solid #E9B500;\r\nmargin-bottom: 10px;\r\ncolor: #E9B500;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #E9B500 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 1px solid #B7B7B7;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/09/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #E9B500;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #DDDDDD;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #013D7C;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 5px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #E9B500;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #7F7F7F !important;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #8B8B8B;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #E5E5E5;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #E7C85C;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/02/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(33,'Theme 09 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #DDDDDD;\r\nborder: 1px solid #015875;\r\nmargin-bottom: 10px;\r\ncolor: #015875;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #015875 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 1px solid #B7B7B7;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/09/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #015875;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: #DDDDDD;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #015875;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #015875;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #80ABBA !important;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #8B8B8B;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #DEE9EC;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #5C90A2;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/03/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(34,'Theme 09 transparent (lightgreen button)','.radio-div input[type=\"radio\"],\r\n.checkbox-div input[type=\"checkbox\"]\r\n{\r\nvisibility: hidden;\r\n}\r\n.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #30D1B1;\r\nmargin-bottom: 10px;\r\ncolor: #30D1B1;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}\r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}\r\n\r\n.ui-slider {\r\n height: 6px;\r\n background: #F5F5F5 !important;\r\n margin: 7px 0px;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n color: #000;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 0px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\n\r\n\r\n.ui-slider-range {\r\n background: #E9B500 !important;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\nborder-top: 1px solid #7F7F7F !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 0px;\r\n padding: 0px 0px 0px 2px;\r\n font-size: 13px;\r\n height: 22px;\r\n line-height: 22px;\r\n overflow: hidden;\r\n background: #F8F8F8;\r\n border: 1px solid #B7B7B7;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 23px;\r\n width: 30px;\r\n background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 0px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text]{\r\n margin: 0px;\r\n}\r\ninput[type=password]{\r\n margin: 0px;\r\n}\r\ninput[type=url]{\r\n margin: 0px;\r\n}\r\ninput[type=email]{\r\n margin: 0px;\r\n}\r\ninput.text{\r\n margin: 0px;\r\n}\r\ninput.title{\r\n margin: 0px;\r\n}\r\ntextarea{\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n position: absolute;\r\n border-radius: 0px;\r\n height: 23px;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n }\r\n.file-picker {\r\n width: 41px;\r\n height: 32px;\r\n background: url([SITE_ROOT]/images/09/02/upload.png) no-repeat;\r\n display: inline-block;\r\n}\r\n.next-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 32px;\r\n background: url([SITE_ROOT]/images/09/next.png) no-repeat right;\r\n padding: 0px 36px 0 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.previous-page div.wdform-page-button {\r\n color: #A2A2A2;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 35px;\r\n line-height: 35px;\r\n background: url([SITE_ROOT]/images/09/previous.png) no-repeat left;\r\n padding: 0 20px 0 36px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n border: 1px solid #CECECE;\r\n}\r\n.button-submit {\r\n color: #ffffff;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #30D1B1;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.button-reset {\r\n color: #787878;\r\n cursor: pointer;\r\n display: inline-block;\r\n line-height: 35px;\r\n background: #F0EFEF;\r\n padding: 0px 20px;\r\n vertical-align: middle;\r\n font-size: 18px;\r\n min-width: 80px;\r\n min-height: 35px;\r\n font-family: Segoe UI;\r\n float: right;\r\n border: 1px solid transparent;\r\n margin: 5px;\r\n}\r\n.wdform_page {\r\n background: transparent;\r\n padding-top: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\npadding:10px;\r\n}\r\n.wdform_column {\r\n padding-right: 50px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform_section_break2 {\r\n color: #013D7C;\r\n display: inline-block;\r\n text-align: left;\r\n font-size: 23px;\r\nmargin: 16px 10px 5px 0px;\r\n}\r\n\r\n.wdform_section_break {\r\n color: #E9B500;\r\n font-size: 23px;\r\nmargin: 16px 0px;\r\n\r\n}\r\n\r\n.wdform-section-break-div\r\n{\r\nborder-top:1px solid #7F7F7F !important;\r\n}\r\n\r\n.wdform_section {\r\n display: inline-block;\r\n}\r\nselect {\r\n border-radius: 0px;\r\n height: 24px;\r\n overflow: hidden;\r\n padding: 2px;\r\nbackground: #F8F8F8;\r\nborder: 1px solid #B7B7B7;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ntextarea {\r\n border-radius: 0px;\r\n height: 22px;\r\n padding:0 3px !important;\r\n background: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\n}\r\ninput[type=\"text\"]:focus{\r\n outline: none;\r\n}\r\ninput[type=\"password\"]:focus{\r\n outline: none;\r\n}\r\ntextarea:focus{\r\n outline: none;\r\n}\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 30px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\ncursor: pointer;\r\n-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\nfilter: alpha(opacity=0);\r\nopacity: 0;\r\ncontent: \"\";\r\nposition: absolute;\r\nwidth: 13px;\r\nheight: 9px;\r\nbackground: url([SITE_ROOT]/images/09/checkbox.png) no-repeat;\r\nborder-radius: 0px;\r\ntop: 1px;\r\nleft: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 22px;\r\n height: 22px;\r\n position: relative;\r\n left: -22px;\r\n vertical-align: top;\r\n outline: none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 13px;\r\n height: 12px;\r\n background: transparent;\r\n border: 1px solid #8B8B8B;\r\n border-radius: 0px;\r\n position: relative;\r\n display: inline-block;\r\n top: 2px;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 8px;\r\n background: #8B8B8B;\r\n border-radius: 0px;\r\n top: 2px;\r\n left: 2px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 0px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\ncolor: #808080;\r\nbackground-color: #E5E5E5;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 27px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 18px;\r\nmargin-left:3px;\r\nmargin-bottom:2px;\r\n}\r\n.page_active {\r\n color: #C2C2C2;\r\ncursor: pointer;\r\nbackground-color: #FFFFFF;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 22px;\r\npadding: 5px 25px 0px 25px;\r\nborder: 1px solid #7F7F7F;\r\nmargin-left:3px;\r\nmargin-bottom: -1px;\r\nborder-bottom: none;\r\nline-height: 26px;\r\n}\r\n.page_percentage_active {\r\npadding: 0px;\r\nborder-spacing: 0px;\r\nheight: 10px;\r\nbackground: #E7C85C;\r\nfloat: left;\r\n}\r\n.page_percentage_deactive {\r\nheight: 10px;\r\nline-height: 20px;\r\nbackground-color: #E5E5E5;\r\ntext-align: left !important;\r\nmargin-bottom: 2px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n}\r\n\r\n.wdform_percentage_text {\r\ncolor: #fff;\r\nfont-size: 12px;\r\nposition: relative;\r\nbackground: url([SITE_ROOT]/images/09/02/02.png) no-repeat;\r\nwidth: 36px;\r\ndisplay: inline-block;\r\nheight: 36px;\r\ntop: -37px;\r\nleft: 17px;\r\ntext-align: center;\r\nline-height: 27px;\r\nfloat: right;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 20px;\r\n height: 20px;\r\n vertical-align: middle;\r\n}\r\n.wdform_button button {\r\n background: #4D792C;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 0px;\r\n min-width: 80px;\r\n min-height: 31px;\r\n color: #fff;\r\n border: 2px solid #68943B;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(35,'Theme 10 orange','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #F7D3BB;\r\nborder: 1px solid #FAAA63;\r\nmargin-bottom: 10px;\r\ncolor: #FAAA63;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/01/01/next_hoverbg.png) url([SITE_ROOT]/images/01/01/previous_hover.png) url([SITE_ROOT]/images/01/01/next_hover.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 7px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 26px;\r\n line-height: 26px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 28px;\r\n width: 32px;\r\n background: url([SITE_ROOT]/images/01/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 1px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-page-and-images:after {\r\n width: 100%;\r\n content: \"\";\r\n display: block;\r\n height: 17px;\r\n background: url([SITE_ROOT]/images/01/0.png) no-repeat center center;\r\n position: relative;\r\n background-size: cover;\r\n top: -17px;\r\n left: -50px;\r\n padding-left: 100px;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 7px;\r\n height: 27px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n//text-overflow: ellipsis;\r\n}\r\n.file-picker {\r\n width: 38px;\r\n height: 34px;\r\n background: url([SITE_ROOT]/images/01/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #000;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/01/nextbg.png) no-repeat right center;\r\n -webkit-background-size: cover;\r\n -moz-background-size: cover;\r\n -o-background-size: cover;\r\n background-size: cover;\r\n border-style: solid;\r\n padding: 0px 15px;\r\n vertical-align: middle;\r\n border-color: transparent;\r\n}\r\ndiv.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/01/01/next_hoverbg.png) no-repeat right center;\r\n -webkit-background-size: cover;\r\n -moz-background-size: cover;\r\n -o-background-size: cover;\r\n background-size: cover;\r\n}\r\n.next-page div.wdform-page-button {\r\n border-width: 0px 18px 0px 0px;\r\n -moz-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n box-shadow: inset 51px 0px 8px -50px #636363;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n -moz-border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n border-image: url([SITE_ROOT]/images/01/01/next_hover.png) 0 36 0 0 stretch;\r\n}\r\n.next-page:before {\r\n content: \"\";\r\n height: 56px;\r\n vertical-align: middle;\r\n background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n background-size: contain;\r\n width: 7px;\r\n display: inline-block;\r\n position: relative;\r\n left: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n border-width: 0px 0px 0px 18px;\r\n -moz-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n box-shadow: inset -51px 0px 8px -50px #636363;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n -moz-border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n border-image: url([SITE_ROOT]/images/01/01/previous_hover.png) 0 0 0 36 stretch;\r\n}\r\n.previous-page:after {\r\n content: \"\";\r\n height: 56px;\r\n vertical-align: middle;\r\n background: url([SITE_ROOT]/images/01/shadow1.png) no-repeat right center;\r\n background-size: contain;\r\n width: 7px;\r\n display: inline-block;\r\n position: relative;\r\n left: -7px;\r\n}\r\n.button-submit {\r\n background: #f58b33; /* Old browsers */\r\n background: -moz-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f58b33), color-stop(20%, #faaa63), color-stop(80%, #faaa63), color-stop(100%, #f58b33)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* IE10+ */\r\n background: linear-gradient(to right, #f58b33 0%, #faaa63 20%, #faaa63 80%, #f58b33 100%); /* W3C */\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #8D5D35;\r\n border: 1px solid #F0C579;\r\n margin: 5px;\r\n box-shadow: 0px 0px 1px 1px #EC8E37;\r\n font-family: Segoe UI;\r\n }\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 1px solid #c9c9c9;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: #F7D3BB;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n border-top: 2px solid #FFB471;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break2 {\r\n background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n background-size: contain;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #e8a467; /* Old browsers */\r\n background: -moz-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(1%, #e8a467), color-stop(20%, #ffb471), color-stop(80%, #ffb471), color-stop(100%, #ffcd72)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* IE10+ */\r\n background: linear-gradient(to right, #e8a467 1%, #ffb471 20%, #ffb471 80%, #ffcd72 100%); /* W3C */\r\n text-align: left;\r\n padding: 7px 30px 10px 10px;\r\n border-top-left-radius: 0px;\r\n border-top-right-radius: 10px;\r\n border-bottom-right-radius: 10px;\r\n border-bottom-left-radius: 0px;\r\n -moz-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break {\r\n margin: 16px 10px 16px 0px;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 7px;\r\n height: 32px;\r\n overflow: hidden;\r\n border: 1px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\ninput[type=\"password\"]:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\ntextarea:focus{\r\n border-color: #FFB471;\r\n outline: none;\r\n}\r\n\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 70px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 15px;\r\n height: 16px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 5px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/01/checkbox.png);\r\n border-radius: 2px;\r\n top: 0px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/01/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 37px;\r\n height: 30px;\r\n position: relative;\r\n left: -35px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 15px;\r\n height: 16px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 5px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 10px;\r\n background: #615F60;\r\n border-radius: 2px;\r\n top: 3px;\r\n left: 3px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n border-top: 1px solid #D8D6D7;\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 7px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #000;\r\n cursor: pointer;\r\n background-color: #FFD9B8;\r\n margin: 1px;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_active {\r\n color: #000;\r\n cursor: pointer;\r\n background-color: #FFB471;\r\n margin: 1px;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 25px;\r\n line-height: 25px;\r\n border-top-left-radius: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #FF983C; /* Old browsers */\r\n background: -moz-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f6a965), color-stop(67%, #f6a965), color-stop(100%, #ff983c)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* IE10+ */\r\n background: linear-gradient(to right, #f6a965 0%, #f6a965 67%, #ff983c 100%); /* W3C */\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 25px;\r\n line-height: 25px;\r\n background-color: #FFD9B8;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n border-top-left-radius: 17px;\r\n border-top-right-radius: 17px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation span:first-child {\r\n border-top-left-radius: 17px;\r\n}\r\n.wdform_percentage_arrow {\r\ndisplay: inline-block;\r\nwidth: 21px;\r\nheight: 25px;\r\nbackground-color: #FF983D;\r\nposition: relative;\r\nleft: -15px;\r\nz-index: 0;\r\nvertical-align: middle;\r\n-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\ntransform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -14px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 25px;\r\n height: 25px;\r\n vertical-align: middle;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform_button button {\r\n background: #e4e4e4; /* Old browsers */\r\n background: -moz-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* IE10+ */\r\n background: linear-gradient(to bottom, #e4e4e4 0%, #cccccc 100%); /* W3C */\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(36,'Theme 10 blue','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #D1E0F0;\r\nborder: 1px solid #075DA4;\r\nmargin-bottom: 10px;\r\ncolor: #075DA4;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/01/02/next_hoverbg.png) url([SITE_ROOT]/images/01/02/previous_hover.png) url([SITE_ROOT]/images/01/02/next_hover.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #004D8E !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #004D8E !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #004D8E !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #004D8E !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #FFB471 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 7px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 26px;\r\n line-height: 26px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 28px;\r\n width: 32px;\r\n background: url([SITE_ROOT]/images/01/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 1px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-page-and-images:after {\r\n width: 100%;\r\n content: \"\";\r\n display: block;\r\n height: 17px;\r\n background: url([SITE_ROOT]/images/01/0.png) no-repeat center center;\r\n position: relative;\r\n background-size: cover;\r\n top: -17px;\r\n left: -50px;\r\n padding-left: 100px;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 7px;\r\n height: 27px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n//text-overflow: ellipsis;\r\n}\r\n.file-picker {\r\n width: 38px;\r\n height: 34px;\r\n background: url([SITE_ROOT]/images/01/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #414141;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/01/nextbg.png) no-repeat right center;\r\n -webkit-background-size: cover;\r\n -moz-background-size: cover;\r\n -o-background-size: cover;\r\n background-size: cover;\r\n border-style: solid;\r\n padding: 0px 15px;\r\n vertical-align: middle;\r\n border-color: transparent;\r\n}\r\ndiv.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/01/02/next_hoverbg.png) no-repeat right center;\r\n -webkit-background-size: cover;\r\n -moz-background-size: cover;\r\n -o-background-size: cover;\r\n background-size: cover;\r\ncolor:#fff;\r\n}\r\n.next-page div.wdform-page-button {\r\n border-width: 0px 18px 0px 0px;\r\n -moz-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n box-shadow: inset 51px 0px 8px -50px #636363;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n -moz-border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n border-image: url([SITE_ROOT]/images/01/02/next_hover.png) 0 36 0 0 stretch;\r\n}\r\n.next-page:before {\r\n content: \"\";\r\n height: 56px;\r\n vertical-align: middle;\r\n background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n background-size: contain;\r\n width: 7px;\r\n display: inline-block;\r\n position: relative;\r\n left: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n border-width: 0px 0px 0px 18px;\r\n -moz-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n box-shadow: inset -51px 0px 8px -50px #636363;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n -moz-border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n border-image: url([SITE_ROOT]/images/01/02/previous_hover.png) 0 0 0 36 stretch;\r\n}\r\n.previous-page:after {\r\n content: \"\";\r\n height: 56px;\r\n vertical-align: middle;\r\n background: url([SITE_ROOT]/images/01/shadow1.png) no-repeat right center;\r\n background-size: contain;\r\n width: 7px;\r\n display: inline-block;\r\n position: relative;\r\n left: -7px;\r\n}\r\n.button-submit {\r\nbackground: #035192 ;\r\nbackground: -moz-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%, #035192 ), color-stop(20%, #0860A9 ), color-stop(80%, #0860A9 ), color-stop(100%, #035192 ));\r\nbackground: -webkit-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: -o-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: -ms-linear-gradient(left, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\nbackground: linear-gradient(to right, #035192 0%, #0860A9 20%, #0860A9 80%, #035192 100%);\r\ncursor: pointer;\r\nfont-size: 17px;\r\nborder-radius: 7px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 1px solid #3A8BCF;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #063A66;\r\nfont-family: Segoe UI;\r\n }\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 1px solid #c9c9c9;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: #D1E0F0;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n border-top: 1px solid #004D8E;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break2 {\r\n background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n background-size: contain;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #0559A0 ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(1%, #00457F ), color-stop(20%, #0559A0 ), color-stop(80%, #0E6AB8 ), color-stop(100%, #006CC7 )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #00457F 1%, #0559A0 20%, #0E6AB8 80%, #006CC7 100%); /* W3C */\r\n text-align: left;\r\n padding: 7px 30px 10px 10px;\r\n border-top-left-radius: 0px;\r\n border-top-right-radius: 10px;\r\n border-bottom-right-radius: 10px;\r\n border-bottom-left-radius: 0px;\r\n -moz-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\ncolor:#fff;\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break {\r\n margin: 16px 0px;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 7px;\r\n height: 32px;\r\n overflow: hidden;\r\n border: 1px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #004D8E;\r\n outline: none;\r\n}\r\n\r\ninput[type=\"password\"]:focus{\r\n border-color: #004D8E;\r\n outline: none;\r\n}\r\n\r\ntextarea:focus{\r\n border-color: #004D8E;\r\n outline: none;\r\n}\r\n\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 70px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 15px;\r\n height: 16px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 5px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/01/checkbox.png);\r\n border-radius: 2px;\r\n top: 0px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/01/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 37px;\r\n height: 30px;\r\n position: relative;\r\n left: -35px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 15px;\r\n height: 16px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 5px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 10px;\r\n background: #615F60;\r\n border-radius: 2px;\r\n top: 3px;\r\n left: 3px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n border-top: 1px solid #D8D6D7;\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 7px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #0D5492;\r\n cursor: pointer;\r\n background-color: #7FA6C6;\r\n margin: 1px;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #004D8E;\r\n margin: 1px;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 25px;\r\n line-height: 25px;\r\n border-top-left-radius: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #00559D ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00559D ), color-stop(67%, #005BA7 ), color-stop(100%, #00559D )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #00559D 0%, #005BA7 67%, #00559D 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #00559D 0%, #005BA7 67%, #00559D 100%);\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 25px;\r\n line-height: 25px;\r\n background-color: #7FA6C6;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n border-top-left-radius: 17px;\r\n border-top-right-radius: 17px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation span:first-child {\r\n border-top-left-radius: 17px;\r\n}\r\n.wdform_percentage_arrow {\r\ndisplay: inline-block;\r\nwidth: 21px;\r\nheight: 25px;\r\nbackground-color: #0057A0;\r\nposition: relative;\r\nleft: -15px;\r\nz-index: 0;\r\nvertical-align: middle;\r\n-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\ntransform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -14px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 25px;\r\n height: 25px;\r\n vertical-align: middle;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform_button button {\r\n background: #e4e4e4; /* Old browsers */\r\n background: -moz-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* IE10+ */\r\n background: linear-gradient(to bottom, #e4e4e4 0%, #cccccc 100%); /* W3C */\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0),(37,'Theme 10 green','.wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}\r\n.warning,\r\n.error\r\n{\r\nbackground-color: #D8E5DB;\r\nborder: 1px solid #007616;\r\nmargin-bottom: 10px;\r\ncolor: #007616;\r\npadding: 5px;\r\n}\r\n.warning *,\r\n.error *\r\n{\r\nmargin:0;\r\n}\r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}\r\n.wdform_grading input {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell input[type=\"text\"] {\r\n width: 100px;\r\n}\r\n.wdform-matrix-cell select {\r\n width: 60px;\r\n}\r\n.wdform_section .wdform_column:last-child {\r\n padding-right: 0px !important;\r\n}\r\n.wdform_preload {\r\n display: none;\r\n content: url([SITE_ROOT]/images/01/03/next_hoverbg.png) url([SITE_ROOT]/images/01/03/previous_hover.png) url([SITE_ROOT]/images/01/03/next_hover.png);\r\n}\r\n.wdform_grading {\r\n padding: 3px 0px;\r\n}\r\n.wdform-matrix-table {\r\n display: table;\r\n border-spacing: 0px;\r\n}\r\n.wdform-matrix-column {\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-matrix-cell {\r\n text-align: center;\r\n display: table-cell;\r\n padding: 6px 10px;\r\n}\r\n.wdform-matrix-head>div {\r\n display: table-cell;\r\n text-align: center;\r\n}\r\n.wdform-matrix-head {\r\n display: table-row;\r\n}\r\n.wdform-matrix-row0 {\r\n background: #DFDFDF;\r\n display: table-row;\r\n}\r\n.wdform-matrix-row1 {\r\n background: #E9E9E9;\r\n display: table-row;\r\n}\r\n.selected-text {\r\n text-align: left;\r\n}\r\n.wdform-quantity {\r\n width: 30px;\r\n margin: 2px 0px;\r\n}\r\n.wdform_scale_rating label {\r\n vertical-align: middle;\r\n}\r\n.ui-corner-all {\r\n border-radius: 3px;\r\n}\r\n.ui-widget-content {\r\n border: 0px;\r\n background: transparent;\r\n}\r\na.ui-spinner-button:hover{\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:active{\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-spinner-button:focus{\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:hover{\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:active{\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\na.ui-slider-handle:focus{\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\nui-state-hover {\r\n background: #006C14 !important;\r\n color: #fff;\r\n outline: none;\r\n}\r\n.ui-slider {\r\n height: 6px;\r\n background: #fff;\r\n margin: 7px 0px;\r\n}\r\na.ui-slider-handle {\r\n border-radius: 10px;\r\n border: 2px solid #fff;\r\n background: #A4A4A4;\r\n}\r\n.ui-slider-horizontal .ui-slider-handle {\r\n top: -8px !important;\r\n}\r\n.ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-content .ui-state-default{\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-widget-header .ui-state-default {\r\n border: 1px solid #d3d3d3;\r\n background: #DFDDDD;\r\n font-weight: normal;\r\n color: #555555;\r\n}\r\n.ui-slider-range {\r\n background: #A4A4A4 !important;\r\n}\r\n.wdform-page-and-images {\r\n width: 100%;\r\n border: 0px !important;\r\n}\r\n.paypal-property {\r\n display: inline-block;\r\n margin-right: 15px;\r\n vertical-align: middle;\r\n}\r\n.sel-wrap {\r\n display: inline-block;\r\n vertical-align: middle;\r\n width:100%;\r\n}\r\n.sel-wrap select {\r\n position: absolute;\r\n z-index:-1;\r\n width: 0px !important;\r\n}\r\n.sel-imul {\r\n display: inline-block;\r\n}\r\n.sel-imul .sel-selected {\r\n cursor: pointer;\r\n position: relative;\r\n display: inline-block;\r\n border-radius: 7px;\r\n padding: 2px 0px 2px 2px;\r\n font-size: 13px;\r\n height: 26px;\r\n line-height: 26px;\r\n overflow: hidden;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n background-position: right 2px center;\r\n width: 100%;\r\n}\r\n.sel-imul.act .sel-selected {\r\n background: #fff;\r\n}\r\n.sel-selected .sel-arraw {\r\n height: 28px;\r\n width: 32px;\r\n background: url([SITE_ROOT]/images/01/01.png) 50% 50% no-repeat;\r\n position: absolute;\r\n top: 0px;\r\n right: 0px;\r\n padding: 1px;\r\n}\r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul.act .sel-selected .sel-arraw {\r\n// background-color:#e0e0e0;\r\n// border-left:1px solid #bbb;\r\n}\r\n.sel-imul .sel-options {\r\n background: #fff;\r\n border: 1px solid #dbdbdb;\r\n border-top: none;\r\n position: absolute;\r\n width: inherit;\r\n display: none;\r\n z-index: 10;\r\n max-height: 200px;\r\n overflow-y: auto;\r\n overflow-x: hidden;\r\n}\r\n.sel-options .sel-option {\r\n padding: 3px 4px;\r\n font-size: 13px;\r\n border: 1px solid #fff;\r\n border-right: none;\r\n border-left: none;\r\n text-align: left;\r\n}\r\n.sel-options .sel-option:hover {\r\n border-color: #dbdbdb;\r\n cursor: pointer;\r\n}\r\n.sel-options .sel-option.sel-ed {\r\n background: #dbdbdb;\r\n border-color: #dbdbdb;\r\n}\r\ninput[type=text] {\r\n margin: 0px;\r\n}\r\ninput[type=password] {\r\n margin: 0px;\r\n}\r\ninput[type=url] {\r\n margin: 0px;\r\n}\r\ninput[type=email] {\r\n margin: 0px;\r\n}\r\ninput.text {\r\n margin: 0px;\r\n}\r\ninput.title {\r\n margin: 0px;\r\n}\r\ntextarea {\r\n margin: 0px;\r\n}\r\nselect {\r\n margin: 0px;\r\n}\r\n.form-error {\r\n border-color: red !important;\r\n}\r\n.form-error:focus {\r\n border-color: red !important;\r\n}\r\n.wdform-page-and-images:after {\r\n width: 100%;\r\n content: \"\";\r\n display: block;\r\n height: 17px;\r\n background: url([SITE_ROOT]/images/01/0.png) no-repeat center center;\r\n position: relative;\r\n background-size: cover;\r\n top: -17px;\r\n left: -50px;\r\n padding-left: 100px;\r\n}\r\n.wdform-field {\r\n display: table-cell;\r\n padding: 5px 0px;\r\n}\r\n.wdform-label-section{\r\n text-align: left;\r\n display: table-cell;\r\n}\r\n.wdform-element-section {\r\n text-align: left;\r\n display: table-cell;\r\n min-width: 140px;\r\n}\r\n.file-upload input {\r\n position: absolute;\r\n visibility: hidden;\r\n}\r\n.file-upload-status {\r\n margin-left: 10px;\r\n max-width: 200px;\r\n font-weight: bold;\r\n font-size: 16px;\r\n color: #888;\r\n background: #fff;\r\n position: absolute;\r\n border-radius: 7px;\r\n height: 27px;\r\n border: 1px solid #ccc;\r\n padding-left: 5px;\r\n padding-right: 5px;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n direction: rtl;\r\n//text-overflow: ellipsis;\r\n}\r\n.file-picker {\r\n width: 38px;\r\n height: 34px;\r\n background: url([SITE_ROOT]/images/01/upload.png);\r\n display: inline-block;\r\n}\r\ndiv.wdform-page-button {\r\n color: #414141;\r\n cursor: pointer;\r\n display: inline-block;\r\n height: 36px;\r\n line-height: 36px;\r\n background: url([SITE_ROOT]/images/01/nextbg.png) no-repeat right center;\r\n -webkit-background-size: cover;\r\n -moz-background-size: cover;\r\n -o-background-size: cover;\r\n background-size: cover;\r\n border-style: solid;\r\n padding: 0px 15px;\r\n vertical-align: middle;\r\n border-color: transparent;\r\n}\r\ndiv.wdform-page-button:hover {\r\n background: url([SITE_ROOT]/images/01/03/next_hoverbg.png) no-repeat right center;\r\n -webkit-background-size: cover;\r\n -moz-background-size: cover;\r\n -o-background-size: cover;\r\n background-size: cover;\r\ncolor:#fff;\r\n}\r\n.next-page div.wdform-page-button {\r\n border-width: 0px 18px 0px 0px;\r\n -moz-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n border-image: url([SITE_ROOT]/images/01/next.png) 0 36 0 0 stretch;\r\n box-shadow: inset 51px 0px 8px -50px #636363;\r\n}\r\n.next-page div.wdform-page-button:hover {\r\n -moz-border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n border-image: url([SITE_ROOT]/images/01/03/next_hover.png) 0 36 0 0 stretch;\r\n}\r\n.next-page:before {\r\n content: \"\";\r\n height: 56px;\r\n vertical-align: middle;\r\n background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n background-size: contain;\r\n width: 7px;\r\n display: inline-block;\r\n position: relative;\r\n left: 7px;\r\n}\r\n.previous-page div.wdform-page-button {\r\n border-width: 0px 0px 0px 18px;\r\n -moz-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n border-image: url([SITE_ROOT]/images/01/previous.png) 0 0 0 36 stretch;\r\n box-shadow: inset -51px 0px 8px -50px #636363;\r\n}\r\n.previous-page div.wdform-page-button:hover {\r\n -moz-border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n -webkit-border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n -o-border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n border-image: url([SITE_ROOT]/images/01/03/previous_hover.png) 0 0 0 36 stretch;\r\n}\r\n.previous-page:after {\r\n content: \"\";\r\n height: 56px;\r\n vertical-align: middle;\r\n background: url([SITE_ROOT]/images/01/shadow1.png) no-repeat right center;\r\n background-size: contain;\r\n width: 7px;\r\n display: inline-block;\r\n position: relative;\r\n left: -7px;\r\n}\r\n.button-submit {\r\nbackground: #006C14 ;\r\nbackground: -moz-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: -webkit-gradient(linear, left top, right top, color-stop(0%, #006C14 ), color-stop(20%, #018819 ), color-stop(80%, #018819 ), color-stop(100%, #006C14 ));\r\nbackground: -webkit-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: -o-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: -ms-linear-gradient(left, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\nbackground: linear-gradient(to right, #006C14 0%, #018819 20%, #018819 80%, #006C14 100%);\r\ncursor: pointer;\r\nfont-size: 17px;\r\nborder-radius: 7px;\r\nmin-width: 80px;\r\nmin-height: 34px;\r\ncolor: #fff;\r\nborder: 1px solid #0DBB2C;\r\nmargin: 5px;\r\nbox-shadow: 0px 0px 1px 1px #006C14;\r\nfont-family: Segoe UI;\r\n }\r\n.button-reset {\r\n background: transparent;\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 34px;\r\n color: #787878;\r\n border: 1px solid #c9c9c9;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}\r\n.wdform_page {\r\n background: #D8E5DB;\r\n padding: 15px;\r\n border-radius: 0px;\r\n font-family: Segoe UI;\r\n border-top: 1px solid #006C14;\r\n}\r\n.wdform_column {\r\n padding-right: 30px !important;\r\n float: left;\r\n border-spacing: 2px;\r\n border-collapse: separate !important;\r\n}\r\n.wdform-field-section-break2 {\r\n background: url([SITE_ROOT]/images/01/shadow.png) no-repeat left center;\r\n background-size: contain;\r\n}\r\n.wdform_section_break2 {\r\n margin: 16px 10px 16px 0px;\r\n display: inline-block;\r\n background: #006312 ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(1%, #006312 ), color-stop(20%, #047519 ), color-stop(80%, #057C1C ), color-stop(100%, #069140 )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #006312 1%, #047519 20%, #057C1C 80%, #069140 100%); /* W3C */\r\n text-align: left;\r\n padding: 7px 30px 10px 10px;\r\n border-top-left-radius: 0px;\r\n border-top-right-radius: 10px;\r\n border-bottom-right-radius: 10px;\r\n border-bottom-left-radius: 0px;\r\n -moz-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n -webkit-box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\n box-shadow: inset 51px 0px 8px -50px #636363, 4px 0px 7px 0px rgba(0, 0, 0, 0.23);\r\ncolor:#fff;\r\nfont-size:18px;\r\n}\r\n\r\n.wdform_section_break {\r\n margin: 16px 0px;\r\nfont-size:18px;\r\n}\r\n.wdform_section {\r\n display: table-row;\r\n}\r\nselect {\r\n border-radius: 7px;\r\n height: 32px;\r\n overflow: hidden;\r\n border: 1px solid #ccc;\r\n padding: 2px;\r\n outline: none;\r\n}\r\ninput[type=\"text\"]{\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"password\"]{\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ntextarea {\r\n border-radius: 7px;\r\n height: 30px;\r\n border: 1px solid #ccc;\r\n padding:0 3px !important;\r\n}\r\ninput[type=\"text\"]:focus{\r\n border-color: #006C14;\r\n outline: none;\r\n}\r\n\r\ninput[type=\"password\"]:focus{\r\n border-color: #006C14;\r\n outline: none;\r\n}\r\n\r\ntextarea:focus{\r\n border-color: #006C14;\r\n outline: none;\r\n}\r\n\r\n\r\n.input_deactive {\r\n color: #999999;\r\n font-style: italic;\r\n}\r\n.input_active {\r\n color: #000000;\r\n font-style: normal;\r\n}\r\n.am_pm_select {\r\n width: 70px;\r\n vertical-align: middle;\r\n}\r\n.checkbox-div input[type=checkbox] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.checkbox-div {\r\n width: 15px;\r\n height: 16px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 5px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.checkbox-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 16px;\r\n height: 13px;\r\n background: url([SITE_ROOT]/images/01/checkbox.png);\r\n border-radius: 2px;\r\n top: 0px;\r\n left: 2px;\r\n}\r\n.checkbox-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .checkbox-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.checkbox-div input[type=checkbox]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.wdform-calendar-button,\r\n.wdform-calendar-button:hover {\r\n display:inline-block;\r\n background: transparent url([SITE_ROOT]/images/01/date.png) no-repeat left 50% !important;\r\n border: 0px;\r\n color: transparent;\r\n width: 37px;\r\n height: 30px;\r\n position: relative;\r\n left: -35px;\r\n vertical-align: top;\r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none; \r\n}\r\n.wdform-calendar-button:focus {\r\n outline:none;\r\n}\r\n.radio-div input[type=radio] {\r\n position : absolute;\r\n z-index: -1;\r\n}\r\n.forlabs {\r\n float: right;\r\n margin-right: 20px;\r\n}\r\n.radio-div {\r\n width: 15px;\r\n height: 16px;\r\n background: #fff;\r\n border: 1px solid #ccc;\r\n border-radius: 5px;\r\n position: relative;\r\n display: inline-block;\r\n}\r\n.radio-div label {\r\n cursor: pointer;\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)\";\r\n filter: alpha(opacity=0);\r\n opacity: 0;\r\n content: \"\";\r\n position: absolute;\r\n width: 9px;\r\n height: 10px;\r\n background: #615F60;\r\n border-radius: 2px;\r\n top: 3px;\r\n left: 3px;\r\n}\r\n.radio-div label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div .wdform-ch-rad-label:hover {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.wdform-ch-rad-label:hover + .radio-div label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)\";\r\n filter: alpha(opacity=30);\r\n opacity: 0.3;\r\n}\r\n.radio-div input[type=radio]:checked + label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\";\r\n filter: alpha(opacity=100);\r\n opacity: 1;\r\n}\r\n.if-ie-div-label {\r\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n filter: alpha(opacity=100) !important;\r\n opacity: 1 !important;\r\n}\r\n.wdform-ch-rad-label {\r\n display: inline;\r\n margin: -4px 5px 5px 5px;\r\n float: left;\r\n color: #000;\r\n cursor: pointer\r\n}\r\ntextarea {\r\n padding-top: 5px;\r\n}\r\n.wdform-date {\r\n display:inline-block;\r\n width: 105px\r\n}\r\n.wdform_footer {\r\n border-top: 1px solid #D8D6D7;\r\n padding-top: 5px;\r\n margin-top: 15px;\r\n}\r\n.page-numbers {\r\n vertical-align: middle;\r\n}\r\n.time_box {\r\n text-align: right;\r\n width: 30px;\r\n vertical-align: middle\r\n}\r\n.mini_label {\r\n font-size: 10px;\r\n font-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n color: #000;\r\n}\r\n.wdform-label {\r\n border: none;\r\n color: #000;\r\n vertical-align: top;\r\n line-height: 17px;\r\n}\r\n.wdform_colon {\r\n color: #000\r\n}\r\n.wdform_separator {\r\n font-style: bold;\r\n vertical-align: middle;\r\n color: #000;\r\n}\r\n.wdform_line {\r\n color: #000\r\n}\r\n.wdform-required {\r\n border: none;\r\n color: red;\r\n vertical-align: top;\r\n}\r\n.captcha_img {\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n cursor: pointer;\r\n border-radius: 7px;\r\n}\r\n.captcha_refresh {\r\n width: 30px;\r\n height: 30px;\r\n border-width: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n cursor: pointer;\r\n background-image: url([SITE_ROOT]/images/refresh_black.png);\r\n}\r\n.captcha_input {\r\n height: 20px;\r\n border-width: 1px;\r\n margin: 0px;\r\n padding: 0px;\r\n vertical-align: middle;\r\n}\r\n.file_upload {\r\n border: 0px solid white;\r\n border-radius: 0px;\r\n margin: 0px;\r\n padding: 0px;\r\n color: black;\r\n background-color: white;\r\n}\r\n.page_deactive {\r\n font-size: 12px;\r\n color: #006C14;\r\n cursor: pointer;\r\n background-color: #7FB589;\r\n margin: 1px;\r\n display: inline-block;\r\n height: 20px;\r\n text-align: center;\r\n vertical-align: bottom;\r\n padding-top: 5px;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_active {\r\n color: #fff;\r\n cursor: pointer;\r\n background-color: #006C14;\r\n margin: 1px;\r\n display: inline-block;\r\n vertical-align: bottom;\r\n height: 25px;\r\n text-align: center;\r\n padding: 5px 30px 0px 30px;\r\n}\r\n.page_percentage_active {\r\n padding: 0px;\r\n margin: 0px;\r\n border-spacing: 0px;\r\n height: 25px;\r\n line-height: 25px;\r\n border-top-left-radius: 17px;\r\n font-size: 15px;\r\n float: left;\r\n text-align: right !important;\r\n z-index: 1;\r\n position: relative;\r\n background: #008118 ; /* Old browsers */\r\n background: -moz-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008118 ), color-stop(67%, #089723 ), color-stop(100%, #069C22 )); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(left, #008118 0%, #089723 67%, #069C22 100%); /* IE10+ */\r\nbackground: linear-gradient(to right, #008118 0%, #089723 67%, #069C22 100%);\r\n vertical-align: middle;\r\n}\r\n.page_percentage_deactive {\r\n height: 25px;\r\n line-height: 25px;\r\n background-color: #7FB589;\r\n text-align: left !important;\r\n margin-bottom: 1px;\r\n border-top-left-radius: 17px;\r\n border-top-right-radius: 17px;\r\n}\r\n.page_numbers {\r\n font-size: 14px;\r\n color: #000;\r\n}\r\n.phone_area_code {\r\n width: 50px;\r\n}\r\n.phone_number {\r\n width: 100px;\r\n}\r\nbutton {\r\n cursor: pointer;\r\n}\r\n.other_input {\r\n border-radius: 0px;\r\n border-width: 1px;\r\n height: 16px;\r\n font-size: 12px;\r\n padding: 1px;\r\n margin: 1px;\r\n margin-left: 25px;\r\n z-index: 100;\r\n position: absolute;\r\n}\r\n.wdform_page_navigation {\r\n text-align: right !important;\r\n margin-bottom: 0px;\r\n}\r\n.wdform_page_navigation span:first-child {\r\n border-top-left-radius: 17px;\r\n}\r\n.wdform_percentage_arrow {\r\ndisplay: inline-block;\r\nwidth: 21px;\r\nheight: 25px;\r\nbackground-color: #069B22;\r\nposition: relative;\r\nleft: -15px;\r\nz-index: 0;\r\nvertical-align: middle;\r\n-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-25deg) skewY(0deg);\r\n-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\ntransform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-10deg) skewY(0deg);\r\n}\r\n.wdform_percentage_text {\r\n margin: 3px -14px 3px 9px;\r\n color: #FFFFFF;\r\n font-weight: bold;\r\n}\r\n.wdform_percentage_title {\r\n color: #000000;\r\n font-style: italic;\r\n margin: 0px 0px 0px 40px;\r\n display: inline-block;\r\n line-height: 25px;\r\n height: 25px;\r\n vertical-align: middle;\r\n}\r\n.wdform_map {\r\n border: 6px solid #fff;\r\n}\r\n.wdform_button button {\r\n background: #e4e4e4; /* Old browsers */\r\n background: -moz-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* FF3.6+ */\r\n background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */\r\n background: -webkit-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */\r\n background: -o-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* Opera 11.10+ */\r\n background: -ms-linear-gradient(top, #e4e4e4 0%, #cccccc 100%); /* IE10+ */\r\n background: linear-gradient(to bottom, #e4e4e4 0%, #cccccc 100%); /* W3C */\r\n cursor: pointer;\r\n font-size: 17px;\r\n border-radius: 7px;\r\n min-width: 80px;\r\n min-height: 27px;\r\n color: #787878;\r\n border: 0px;\r\n margin: 5px;\r\n box-shadow: 0px 0px 2px #c9c9c9;\r\n font-family: Segoe UI;\r\n}',0);
/*!40000 ALTER TABLE `lwz_formmaker_themes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_formmaker_views`
--
DROP TABLE IF EXISTS `lwz_formmaker_views`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_formmaker_views` (
`form_id` int(11) NOT NULL,
`views` int(50) NOT NULL,
PRIMARY KEY (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_formmaker_views`
--
LOCK TABLES `lwz_formmaker_views` WRITE;
/*!40000 ALTER TABLE `lwz_formmaker_views` DISABLE KEYS */;
INSERT INTO `lwz_formmaker_views` VALUES (3,25);
/*!40000 ALTER TABLE `lwz_formmaker_views` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_hustle_entries`
--
DROP TABLE IF EXISTS `lwz_hustle_entries`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_hustle_entries` (
`entry_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`entry_type` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`module_id` bigint(20) unsigned NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`entry_id`),
KEY `entry_type` (`entry_type`),
KEY `entry_module_id` (`module_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_hustle_entries`
--
LOCK TABLES `lwz_hustle_entries` WRITE;
/*!40000 ALTER TABLE `lwz_hustle_entries` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_hustle_entries` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_hustle_entries_meta`
--
DROP TABLE IF EXISTS `lwz_hustle_entries_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_hustle_entries_meta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`entry_id` bigint(20) unsigned NOT NULL,
`meta_key` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`meta_id`),
KEY `meta_key` (`meta_key`),
KEY `meta_entry_id` (`entry_id`),
KEY `meta_key_object` (`entry_id`,`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_hustle_entries_meta`
--
LOCK TABLES `lwz_hustle_entries_meta` WRITE;
/*!40000 ALTER TABLE `lwz_hustle_entries_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_hustle_entries_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_hustle_modules`
--
DROP TABLE IF EXISTS `lwz_hustle_modules`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_hustle_modules` (
`module_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`blog_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`module_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`module_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`active` tinyint(4) DEFAULT '1',
`test_mode` tinyint(4) DEFAULT '0',
`module_mode` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`module_id`),
KEY `blog_id` (`blog_id`),
KEY `active` (`active`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_hustle_modules`
--
LOCK TABLES `lwz_hustle_modules` WRITE;
/*!40000 ALTER TABLE `lwz_hustle_modules` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_hustle_modules` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_hustle_modules_meta`
--
DROP TABLE IF EXISTS `lwz_hustle_modules_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_hustle_modules_meta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`module_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `module_id` (`module_id`),
KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_hustle_modules_meta`
--
LOCK TABLES `lwz_hustle_modules_meta` WRITE;
/*!40000 ALTER TABLE `lwz_hustle_modules_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_hustle_modules_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_hustle_tracking`
--
DROP TABLE IF EXISTS `lwz_hustle_tracking`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_hustle_tracking` (
`tracking_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`module_id` bigint(20) unsigned NOT NULL,
`page_id` bigint(20) unsigned NOT NULL,
`module_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`action` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`ip` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`counter` mediumint(8) unsigned NOT NULL DEFAULT '1',
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`tracking_id`),
KEY `tracking_module_id` (`module_id`),
KEY `action` (`action`),
KEY `tracking_module_object` (`action`,`module_id`,`module_type`),
KEY `tracking_module_object_ip` (`module_id`,`tracking_id`,`ip`),
KEY `tracking_date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_hustle_tracking`
--
LOCK TABLES `lwz_hustle_tracking` WRITE;
/*!40000 ALTER TABLE `lwz_hustle_tracking` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_hustle_tracking` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_icwp_wpsf_at_logs`
--
DROP TABLE IF EXISTS `lwz_icwp_wpsf_at_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_icwp_wpsf_at_logs` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary ID',
`req_ref` int(11) unsigned NOT NULL COMMENT 'Foreign Key For Primary ID',
`site_id` int(11) unsigned NOT NULL DEFAULT '1' COMMENT 'Site ID',
`event_slug` varchar(120) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '' COMMENT 'Event Slug',
`updated_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Last Updated',
`created_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Created',
PRIMARY KEY (`id`),
KEY `req_ref` (`req_ref`),
CONSTRAINT `lwz_icwp_wpsf_at_logs_ibfk_1` FOREIGN KEY (`req_ref`) REFERENCES `lwz_icwp_wpsf_req_logs` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_icwp_wpsf_at_logs`
--
LOCK TABLES `lwz_icwp_wpsf_at_logs` WRITE;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_at_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_at_logs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_icwp_wpsf_at_meta`
--
DROP TABLE IF EXISTS `lwz_icwp_wpsf_at_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_icwp_wpsf_at_meta` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary ID',
`log_ref` int(11) unsigned NOT NULL COMMENT 'Reference to primary log entry',
`meta_key` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '' COMMENT 'Meta Key',
`meta_value` text COLLATE utf8mb4_unicode_520_ci COMMENT 'Meta Data',
PRIMARY KEY (`id`),
KEY `log_ref` (`log_ref`),
CONSTRAINT `lwz_icwp_wpsf_at_meta_ibfk_1` FOREIGN KEY (`log_ref`) REFERENCES `lwz_icwp_wpsf_at_logs` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_icwp_wpsf_at_meta`
--
LOCK TABLES `lwz_icwp_wpsf_at_meta` WRITE;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_at_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_at_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_icwp_wpsf_botsignal`
--
DROP TABLE IF EXISTS `lwz_icwp_wpsf_botsignal`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_icwp_wpsf_botsignal` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary ID',
`ip_ref` int(11) unsigned NOT NULL COMMENT 'Foreign Key For Primary ID',
`notbot_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'NotBot',
`frontpage_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Any Frontend Page Loaded',
`loginpage_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Login Page Loaded',
`bt404_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'BotTrack 404',
`btfake_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'BotTrack FakeWebCrawler',
`btcheese_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'BotTrack LinkCheese',
`btloginfail_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'BotTrack LoginFailed',
`btua_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'BotTrack Useragent Fail',
`btxml_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'BotTrack XMLRPC Access',
`btlogininvalid_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'BotTrack LoginInvalid',
`btinvalidscript_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'BotTrack InvalidScript',
`cooldown_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Cooldown Triggered',
`humanspam_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Comment Marked As Human SPAM',
`markspam_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Mark Comment As SPAM',
`unmarkspam_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Unmark Comment As SPAM',
`captchapass_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Captcha Passed',
`captchafail_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Captcha Failed',
`auth_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Successful Login',
`firewall_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Triggered Firewall',
`ratelimit_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Rate Limit Exceeded',
`offense_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Last Offense',
`blocked_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Last Block',
`unblocked_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Unblocked',
`bypass_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Bypass',
`snsent_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Sent To ShieldNET',
`updated_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Last Updated',
`created_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Created',
`deleted_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Soft Deleted',
PRIMARY KEY (`id`),
KEY `ip_ref` (`ip_ref`),
CONSTRAINT `lwz_icwp_wpsf_botsignal_ibfk_1` FOREIGN KEY (`ip_ref`) REFERENCES `lwz_icwp_wpsf_ips` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_icwp_wpsf_botsignal`
--
LOCK TABLES `lwz_icwp_wpsf_botsignal` WRITE;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_botsignal` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_botsignal` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_icwp_wpsf_events`
--
DROP TABLE IF EXISTS `lwz_icwp_wpsf_events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_icwp_wpsf_events` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`event` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'none' COMMENT 'Event ID',
`count` int(11) unsigned NOT NULL DEFAULT '0' COMMENT 'Total',
`created_at` int(15) unsigned NOT NULL DEFAULT '0',
`deleted_at` int(15) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7317 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_icwp_wpsf_events`
--
LOCK TABLES `lwz_icwp_wpsf_events` WRITE;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_events` DISABLE KEYS */;
INSERT INTO `lwz_icwp_wpsf_events` VALUES (2,'firewall_block',27,1535734841,0),(3,'login_block',3511,1535734841,0),(4,'session_terminate',17,1535734841,0),(5,'session_start',30,1535734841,0),(6,'firewall_block',27,1535734841,0),(7,'hide_login_url',1182,1535734841,0),(4670,'test_cron_run',134,1546300801,0),(4679,'scan_run',131,1546300801,0),(4677,'scan_run',131,1546300801,0),(4675,'scan_run',130,1546300801,0),(4682,'login_block',85,1546300801,0),(606,'firewall_block',2,1551398401,0),(7265,'scan_run',1,1632113445,0),(7266,'scan_run',1,1632113445,0),(7273,'login_block',208,1630886401,0),(7259,'test_cron_run',1,1631951194,0),(7243,'test_cron_run',1,1631607702,0),(7244,'scan_run',1,1631679329,0),(6556,'botbox_fail',10,1628121601,0),(6501,'login_block',22,1622505601,0),(6107,'test_cron_run',28,1617235201,0),(7253,'scan_run',1,1631852220,0),(7254,'scan_run',1,1631852220,0),(4672,'botbox_fail',82,1546300801,0),(4673,'bottrack_loginfailed',14,1546300801,0),(4680,'session_start',4,1546300801,0),(5222,'session_terminate',2,1613257201,0),(6662,'scan_run',7,1629072001,0),(6304,'test_cron_run',35,1619827201,0),(6300,'botbox_fail',54,1619827201,0),(6305,'login_block',62,1619827201,0),(6299,'cooldown_fail',8,1619827201,0),(6497,'scan_run',28,1622505601,0),(6499,'scan_run',28,1622505601,0),(6498,'scan_run',28,1622505601,0),(7021,'botbox_fail',8,1630800001,0),(7010,'login_block',11,1630800001,0),(6708,'cooldown_fail',3,1630821601,0),(5677,'scan_run',1,1618461359,0),(5424,'firewall_block',1,1615596599,0),(7267,'botbox_fail',161,1630886401,0),(5420,'botbox_fail',17,1615334401,0),(5421,'login_block',17,1615334401,0),(6301,'scan_run',35,1619827201,0),(5797,'scan_run',35,1614556801,0),(5798,'scan_run',35,1614556801,0),(5871,'scan_run',1,1620874079,0),(5582,'scan_run',2,1612137601,0),(7235,'scan_run',7,1630281601,0),(7241,'scan_run',1,1631600055,0),(6599,'scan_run',7,1627862401,0),(7248,'scan_run',1,1631766185,0),(6630,'scan_run',7,1628467201,0),(6632,'scan_run',7,1628467201,0),(5586,'test_cron_run',28,1612137601,0),(7314,'test_cron_run',1,1632297105,0),(4993,'session_terminate',3,1611619201,0),(5581,'botbox_fail',26,1612137601,0),(5592,'login_block',27,1612137601,0),(7252,'scan_run',1,1631852220,0),(3114,'session_terminate',6,1593561601,0),(5796,'scan_run',35,1614556801,0),(2033,'test_cron_run',34,1583020801,0),(2037,'scan_run',34,1583020801,0),(3349,'login_block',15,1596240001,0),(721,'cooldown_fail',1,1576641170,0),(6730,'test_cron_run',7,1629676801,0),(5799,'test_cron_run',35,1614556801,0),(7272,'test_cron_run',7,1630886401,0),(6496,'botbox_fail',22,1622505601,0),(6728,'scan_run',7,1629676801,0),(6676,'login_block',16,1625097601,0),(3115,'login_block',123,1593561601,0),(4669,'test_cron_run',35,1604188801,0),(2420,'firewall_block',1,1593639808,0),(7271,'scan_run',7,1630886401,0),(6663,'scan_run',7,1629072001,0),(3342,'botbox_fail',15,1596240001,0),(1487,'test_cron_run',29,1577836801,0),(1490,'scan_run',29,1577836801,0),(1492,'scan_run',29,1577836801,0),(1491,'scan_run',29,1577836801,0),(3106,'botbox_fail',110,1593561601,0),(2225,'scan_run',28,1585699201,0),(1154,'session_start',2,1581292801,0),(1146,'session_terminate',1,1581295743,0),(1489,'botbox_fail',17,1577836801,0),(1494,'login_block',17,1577836801,0),(5104,'cooldown_fail',36,1606780801,0),(1847,'test_cron_run',30,1580515201,0),(1849,'scan_run',29,1580515201,0),(1851,'scan_run',29,1580515201,0),(1850,'scan_run',29,1580515201,0),(1848,'botbox_fail',127,1580515201,0),(1856,'login_block',127,1580515201,0),(2901,'login_block',22,1590969601,0),(2413,'botbox_fail',9,1588291201,0),(3343,'scan_run',36,1596240001,0),(3345,'scan_run',36,1596240001,0),(1911,'firewall_block',1,1586415789,0),(1912,'firewall_block',1,1586415789,0),(2088,'firewall_block',1,1588994384,0),(6727,'scan_run',7,1629676801,0),(7264,'scan_run',1,1632113445,0),(7260,'scan_run',1,1632024272,0),(7240,'scan_run',1,1631600055,0),(6104,'scan_run',28,1617235201,0),(6106,'scan_run',28,1617235201,0),(6105,'scan_run',28,1617235201,0),(7249,'scan_run',1,1631766185,0),(7250,'scan_run',1,1631766185,0),(7251,'test_cron_run',1,1631779416,0),(5107,'scan_run',28,1606780801,0),(5217,'session_start',1,1613258312,0),(240,'session_terminate',1,1570808536,0),(3332,'session_start',3,1601251201,0),(3340,'test_cron_run',35,1596240001,0),(4315,'scan_run',28,1601510401,0),(3346,'session_start',5,1596240001,0),(3347,'session_terminate',5,1596240001,0),(3968,'scan_run',27,1598918401,0),(3969,'scan_run',27,1598918401,0),(7301,'scan_run',1,1632197356,0),(7236,'scan_run',7,1630281601,0),(7258,'scan_run',1,1631938116,0),(6670,'botbox_fail',11,1625097601,0),(4674,'scan_run',36,1604188801,0),(4678,'scan_run',36,1604188801,0),(4676,'scan_run',36,1604188801,0),(6633,'test_cron_run',7,1628467201,0),(6303,'scan_run',35,1619827201,0),(5110,'test_cron_run',28,1606780801,0),(4668,'cooldown_fail',23,1604188801,0),(7274,'test_cron_run',1,1632124335,0),(7310,'botbox_fail',12,1632096001,0),(3970,'scan_run',27,1598918401,0),(4314,'scan_run',28,1601510401,0),(6500,'test_cron_run',28,1622505601,0),(5423,'firewall_block',1,1615596599,0),(3333,'session_terminate',3,1601251201,0),(5332,'test_cron_run',28,1609459201,0),(7270,'scan_run',7,1630886401,0),(7299,'scan_run',1,1632197356,0),(6631,'scan_run',7,1628467201,0),(6302,'scan_run',35,1619827201,0),(6672,'scan_run',29,1625097601,0),(6674,'scan_run',29,1625097601,0),(6673,'scan_run',29,1625097601,0),(5324,'botbox_fail',97,1609459201,0),(5333,'login_block',104,1609459201,0),(5323,'cooldown_fail',7,1609459201,0),(7256,'scan_run',1,1631938116,0),(7257,'scan_run',1,1631938116,0),(6103,'botbox_fail',60,1617235201,0),(6108,'login_block',60,1617235201,0),(6598,'scan_run',7,1627862401,0),(5112,'login_block',82,1606780801,0),(5170,'cooldown_fail',1,1612892853,0),(5583,'scan_run',28,1612137601,0),(5585,'scan_run',28,1612137601,0),(5584,'scan_run',28,1612137601,0),(6729,'scan_run',7,1629676801,0),(2883,'cooldown_fail',13,1595894401,0),(4316,'scan_run',28,1601510401,0),(3965,'test_cron_run',28,1598918401,0),(7263,'test_cron_run',1,1632037296,0),(6600,'scan_run',7,1627862401,0),(6675,'test_cron_run',28,1625097601,0),(4992,'session_start',7,1611619201,0),(2898,'scan_run',35,1590969601,0),(2900,'scan_run',35,1590969601,0),(2897,'botbox_fail',22,1590969601,0),(2417,'login_block',9,1588291201,0),(1853,'firewall_block',4,1580515201,0),(2412,'test_cron_run',28,1588291201,0),(2414,'scan_run',28,1588291201,0),(2416,'scan_run',28,1588291201,0),(2415,'scan_run',28,1588291201,0),(3967,'botbox_fail',16,1598918401,0),(2036,'botbox_fail',41,1583020801,0),(2044,'login_block',41,1583020801,0),(4681,'login_block',70,1604188801,0),(3105,'test_cron_run',28,1593561601,0),(4671,'botbox_fail',47,1604188801,0),(3110,'scan_run',30,1593561601,0),(7269,'scan_run',7,1630886401,0),(2221,'botbox_fail',14,1585699201,0),(2229,'login_block',14,1585699201,0),(2896,'test_cron_run',35,1590969601,0),(937,'session_start',3,1579392001,0),(938,'session_terminate',3,1579392001,0),(2899,'scan_run',35,1590969601,0),(2040,'firewall_block',44,1583020801,0),(2039,'scan_run',34,1583020801,0),(2038,'scan_run',34,1583020801,0),(2041,'firewall_block',44,1583020801,0),(4311,'test_cron_run',28,1601510401,0),(4313,'botbox_fail',147,1601510401,0),(4318,'login_block',173,1601510401,0),(4310,'cooldown_fail',26,1601510401,0),(5106,'botbox_fail',46,1606780801,0),(2419,'firewall_block',1,1593639808,0),(2219,'test_cron_run',28,1585699201,0),(2223,'scan_run',28,1585699201,0),(2227,'scan_run',28,1585699201,0),(3112,'scan_run',30,1593561601,0),(3108,'scan_run',30,1593561601,0),(1855,'firewall_block',4,1580515201,0),(3344,'scan_run',36,1596240001,0),(7237,'scan_run',7,1630281601,0),(7300,'scan_run',1,1632197356,0),(6557,'login_block',10,1628121601,0),(7245,'scan_run',1,1631679329,0),(7246,'scan_run',1,1631679329,0),(7247,'test_cron_run',1,1631691662,0),(7239,'test_cron_run',1,1631518453,0),(6601,'test_cron_run',7,1627862401,0),(6665,'test_cron_run',7,1629072001,0),(7238,'test_cron_run',7,1630281601,0),(5109,'scan_run',28,1606780801,0),(5108,'scan_run',28,1606780801,0),(7268,'cooldown_fail',47,1630886401,0),(7261,'scan_run',1,1632024272,0),(7262,'scan_run',1,1632024272,0),(7242,'scan_run',1,1631600055,0),(5322,'scan_run',5,1609459201,0),(5326,'scan_run',29,1609459201,0),(5330,'scan_run',29,1609459201,0),(5328,'scan_run',29,1609459201,0),(7255,'test_cron_run',1,1631870766,0),(3113,'session_start',7,1593561601,0),(3972,'login_block',40,1598918401,0),(3964,'cooldown_fail',24,1598918401,0),(6671,'cooldown_fail',5,1625097601,0),(6664,'scan_run',7,1629072001,0),(2087,'firewall_block',1,1588994384,0),(7232,'scan_run',1,1631505927,0),(7233,'scan_run',1,1631505927,0),(7234,'scan_run',1,1631505927,0),(7313,'login_block',12,1632096001,0),(7304,'test_cron_run',1,1632209982,0),(7312,'scan_run',2,1632283201,0),(7311,'scan_run',2,1632283201,0),(7307,'scan_run',1,1632283229,0),(7315,'session_start',2,1632312105,0),(7316,'session_terminate',1,1632312105,0);
/*!40000 ALTER TABLE `lwz_icwp_wpsf_events` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_icwp_wpsf_filelocker`
--
DROP TABLE IF EXISTS `lwz_icwp_wpsf_filelocker`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_icwp_wpsf_filelocker` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`file` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL COMMENT 'File Path relative to ABSPATH',
`hash_original` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL COMMENT 'SHA1 File Hash Original',
`hash_current` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL COMMENT 'SHA1 File Hash Current',
`content` mediumblob COMMENT 'Content',
`public_key_id` tinyint(2) unsigned NOT NULL COMMENT 'Public Key ID',
`detected_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Change Last Detected',
`reverted_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Reverted To Backup',
`notified_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Notification Sent',
`updated_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Updated At',
`created_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Created At',
`deleted_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Soft Deleted At',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_icwp_wpsf_filelocker`
--
LOCK TABLES `lwz_icwp_wpsf_filelocker` WRITE;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_filelocker` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_filelocker` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_icwp_wpsf_ip_lists`
--
DROP TABLE IF EXISTS `lwz_icwp_wpsf_ip_lists`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_icwp_wpsf_ip_lists` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`ip` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '' COMMENT 'Human readable IP address or range',
`label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '' COMMENT 'Description',
`list` varchar(4) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '' COMMENT 'Block or Bypass',
`ip6` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT 'Is IPv6',
`is_range` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT 'Is Range',
`transgressions` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Total Offenses',
`last_access_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Last Access By IP',
`blocked_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'IP Blocked',
`created_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Created At',
`deleted_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Soft Deleted At',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_icwp_wpsf_ip_lists`
--
LOCK TABLES `lwz_icwp_wpsf_ip_lists` WRITE;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_ip_lists` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_ip_lists` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_icwp_wpsf_ips`
--
DROP TABLE IF EXISTS `lwz_icwp_wpsf_ips`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_icwp_wpsf_ips` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary ID',
`ip` varbinary(16) DEFAULT NULL COMMENT 'IP Address',
`geo` text COLLATE utf8mb4_unicode_520_ci COMMENT 'GeoIP Data',
`created_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Created',
PRIMARY KEY (`id`),
UNIQUE KEY `ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_icwp_wpsf_ips`
--
LOCK TABLES `lwz_icwp_wpsf_ips` WRITE;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_ips` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_ips` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_icwp_wpsf_notes`
--
DROP TABLE IF EXISTS `lwz_icwp_wpsf_notes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_icwp_wpsf_notes` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`wp_username` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'unknown',
`note` text COLLATE utf8mb4_unicode_520_ci,
`updated_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Updated At',
`created_at` int(15) unsigned NOT NULL DEFAULT '0',
`deleted_at` int(15) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_icwp_wpsf_notes`
--
LOCK TABLES `lwz_icwp_wpsf_notes` WRITE;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_notes` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_notes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_icwp_wpsf_reports`
--
DROP TABLE IF EXISTS `lwz_icwp_wpsf_reports`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_icwp_wpsf_reports` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`rid` int(11) unsigned NOT NULL DEFAULT '0' COMMENT 'Report ID',
`type` varchar(3) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '' COMMENT 'Report Type',
`frequency` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '' COMMENT 'Report Interval/Frequency',
`interval_end_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'TS of end of interval',
`sent_at` int(15) unsigned NOT NULL DEFAULT '0',
`created_at` int(15) unsigned NOT NULL DEFAULT '0',
`deleted_at` int(15) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_icwp_wpsf_reports`
--
LOCK TABLES `lwz_icwp_wpsf_reports` WRITE;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_reports` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_reports` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_icwp_wpsf_req_logs`
--
DROP TABLE IF EXISTS `lwz_icwp_wpsf_req_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_icwp_wpsf_req_logs` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary ID',
`req_id` varchar(10) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
`ip_ref` int(11) unsigned NOT NULL COMMENT 'Foreign Key For Primary ID',
`meta` text COLLATE utf8mb4_unicode_520_ci COMMENT 'Meta Data',
`created_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Created',
PRIMARY KEY (`id`),
UNIQUE KEY `req_id` (`req_id`),
KEY `ip_ref` (`ip_ref`),
CONSTRAINT `lwz_icwp_wpsf_req_logs_ibfk_1` FOREIGN KEY (`ip_ref`) REFERENCES `lwz_icwp_wpsf_ips` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_icwp_wpsf_req_logs`
--
LOCK TABLES `lwz_icwp_wpsf_req_logs` WRITE;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_req_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_req_logs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_icwp_wpsf_scanner`
--
DROP TABLE IF EXISTS `lwz_icwp_wpsf_scanner`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_icwp_wpsf_scanner` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`hash` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '' COMMENT 'Unique Item Hash',
`meta` text COLLATE utf8mb4_unicode_520_ci COMMENT 'Relevant Item Data',
`scan` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '0' COMMENT 'Scan Type',
`severity` int(3) NOT NULL DEFAULT '1' COMMENT 'Severity',
`ignored_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'TS Ignored',
`notified_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'TS Last Notified',
`attempt_repair_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Attempted Repair At',
`created_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'TS Discovered',
`deleted_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'TS Soft Deleted',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_icwp_wpsf_scanner`
--
LOCK TABLES `lwz_icwp_wpsf_scanner` WRITE;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_scanner` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_scanner` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_icwp_wpsf_scanq`
--
DROP TABLE IF EXISTS `lwz_icwp_wpsf_scanq`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_icwp_wpsf_scanq` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`scan` varchar(3) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '0' COMMENT 'Scan Slug',
`items` text COLLATE utf8mb4_unicode_520_ci COMMENT 'Array of scan items',
`results` text COLLATE utf8mb4_unicode_520_ci COMMENT 'Array of results',
`meta` text COLLATE utf8mb4_unicode_520_ci COMMENT 'Meta Data',
`started_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'TS Started',
`finished_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'TS Finished',
`created_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'TS Created',
`deleted_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'TS Soft Deleted',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=19570 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_icwp_wpsf_scanq`
--
LOCK TABLES `lwz_icwp_wpsf_scanq` WRITE;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_scanq` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_scanq` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_icwp_wpsf_sessions`
--
DROP TABLE IF EXISTS `lwz_icwp_wpsf_sessions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_icwp_wpsf_sessions` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`session_id` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`wp_username` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`ip` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '0',
`browser` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`last_activity_uri` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`logged_in_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Session Started',
`last_activity_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Last Seen At',
`secadmin_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Security Admin Authenticated',
`created_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Created At',
`deleted_at` int(15) unsigned NOT NULL DEFAULT '0' COMMENT 'Soft Deleted At',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_icwp_wpsf_sessions`
--
LOCK TABLES `lwz_icwp_wpsf_sessions` WRITE;
/*!40000 ALTER TABLE `lwz_icwp_wpsf_sessions` DISABLE KEYS */;
INSERT INTO `lwz_icwp_wpsf_sessions` VALUES (1,'0242f3e1d9d251fa5b65bc02a1c72982','pr@zphiblgz.org','71.120.26.35','c13b7200c84cded4537ab2a9bd2a7ad6','/1920webmaster/',1632312105,1632312105,0,1632312105,1632312105),(2,'0242f3e1d9d251fa5b65bc02a1c72982','pr@zphiblgz.org','71.120.26.35','c13b7200c84cded4537ab2a9bd2a7ad6','/wp-admin/admin-ajax.php',1632312105,1632338804,0,1632312105,0);
/*!40000 ALTER TABLE `lwz_icwp_wpsf_sessions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_itsec_bans`
--
DROP TABLE IF EXISTS `lwz_itsec_bans`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_itsec_bans` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`host` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'ip',
`created_at` datetime NOT NULL,
`actor_type` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`actor_id` varchar(128) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`comment` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
UNIQUE KEY `host` (`host`),
KEY `actor` (`actor_type`,`actor_id`)
) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_itsec_bans`
--
LOCK TABLES `lwz_itsec_bans` WRITE;
/*!40000 ALTER TABLE `lwz_itsec_bans` DISABLE KEYS */;
INSERT INTO `lwz_itsec_bans` VALUES (1,'89.42.216.164','ip','2021-01-26 08:00:06',NULL,NULL,''),(2,'196.54.55.27','ip','2021-01-26 08:00:06',NULL,NULL,''),(3,'162.243.187.126','ip','2021-01-26 08:00:06',NULL,NULL,''),(4,'61.154.29.53','ip','2021-01-26 08:00:06',NULL,NULL,''),(5,'46.101.119.24','ip','2021-01-26 08:00:06',NULL,NULL,''),(6,'41.200.141.82','ip','2021-01-26 08:00:06',NULL,NULL,''),(7,'173.239.202.3','ip','2021-01-26 08:00:06',NULL,NULL,''),(8,'87.114.139.185','ip','2021-01-26 08:00:06',NULL,NULL,''),(9,'64.71.202.102','ip','2021-01-26 08:00:06',NULL,NULL,''),(10,'188.166.63.71','ip','2021-01-26 08:00:06',NULL,NULL,''),(11,'173.212.240.246','ip','2021-01-26 08:00:06',NULL,NULL,''),(12,'36.251.87.92','ip','2021-01-26 08:00:06',NULL,NULL,''),(13,'62.210.24.247','ip','2021-01-26 08:00:06',NULL,NULL,''),(14,'100.35.47.77','ip','2021-01-26 08:00:06',NULL,NULL,''),(15,'195.22.127.224','ip','2021-01-26 08:00:06',NULL,NULL,''),(16,'66.249.79.140','ip','2021-01-26 08:00:06',NULL,NULL,''),(17,'66.249.79.3','ip','2021-01-26 08:00:06',NULL,NULL,''),(18,'105.0.2.178','ip','2021-01-26 08:00:06',NULL,NULL,''),(19,'212.200.216.177','ip','2021-01-26 08:00:06',NULL,NULL,''),(20,'124.43.110.234','ip','2021-01-26 08:00:06',NULL,NULL,''),(21,'168.194.94.217','ip','2021-01-26 08:00:06',NULL,NULL,''),(22,'191.114.171.203','ip','2021-01-26 08:00:06',NULL,NULL,''),(23,'46.107.242.29','ip','2021-01-26 08:00:06',NULL,NULL,''),(24,'40.124.52.27','ip','2021-01-26 08:00:06',NULL,NULL,''),(25,'154.160.14.204','ip','2021-01-26 08:00:06',NULL,NULL,''),(26,'112.135.6.230','ip','2021-01-26 08:00:06',NULL,NULL,''),(27,'183.83.208.183','ip','2021-01-26 08:00:06',NULL,NULL,''),(28,'5.188.62.140','ip','2021-01-26 08:00:06',NULL,NULL,''),(29,'105.110.28.169','ip','2021-01-26 08:00:06',NULL,NULL,''),(30,'157.45.38.215','ip','2021-01-28 18:57:04','lockout_module','brute_force',''),(31,'157.45.135.105','ip','2021-01-29 07:33:01','lockout_module','brute_force',''),(32,'122.2.101.115','ip','2021-03-10 07:57:50','lockout_module','brute_force',''),(33,'180.194.49.45','ip','2021-05-20 07:23:40','lockout_module','brute_force',''),(34,'194.35.233.114','ip','2021-06-16 22:11:19','lockout_module','brute_force',''),(35,'152.32.171.98','ip','2021-06-29 12:03:00','lockout_module','four_oh_four',''),(36,'5.156.35.20','ip','2021-09-06 23:32:28','lockout_module','brute_force','');
/*!40000 ALTER TABLE `lwz_itsec_bans` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_itsec_distributed_storage`
--
DROP TABLE IF EXISTS `lwz_itsec_distributed_storage`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_itsec_distributed_storage` (
`storage_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`storage_group` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`storage_key` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`storage_chunk` int(11) NOT NULL DEFAULT '0',
`storage_data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`storage_updated` datetime NOT NULL,
PRIMARY KEY (`storage_id`),
UNIQUE KEY `storage_group__key__chunk` (`storage_group`,`storage_key`,`storage_chunk`)
) ENGINE=MyISAM AUTO_INCREMENT=2373 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_itsec_distributed_storage`
--
LOCK TABLES `lwz_itsec_distributed_storage` WRITE;
/*!40000 ALTER TABLE `lwz_itsec_distributed_storage` DISABLE KEYS */;
INSERT INTO `lwz_itsec_distributed_storage` VALUES (1,'file-list','',0,'a:1:{s:4:\"home\";s:28:\"/home2/zphiblgz/public_html/\";}','2019-09-19 08:59:24'),(2,'file-list','files',0,'{\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/widgets\\/media-gallery-widget.js\":{\"d\":1515453954,\"h\":\"437aac35ea3d3a698505ce9aa7a4c090\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/widgets\\/media-audio-widget.js\":{\"d\":1508736206,\"h\":\"9afcfed7095623b2c6a90ffb3ed2489f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/widgets\\/media-audio-widget.min.js\":{\"d\":1508736206,\"h\":\"ca37de8a34e673469901c4113e99d693\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/widgets\\/media-gallery-widget.min.js\":{\"d\":1515453954,\"h\":\"3fbbc0b9f61ddca152fa3847aba20581\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/widgets\\/text-widgets.js\":{\"d\":1515453954,\"h\":\"62f4cd853c19bd9b7e2836395d2ffcf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/widgets\\/media-widgets.js\":{\"d\":1515453954,\"h\":\"42607f91d7bb0160a1f7635b2b36c67c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/widgets\\/custom-html-widgets.min.js\":{\"d\":1516143871,\"h\":\"91ded92347b6cc64e9724408d9defa09\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/widgets\\/custom-html-widgets.js\":{\"d\":1516143871,\"h\":\"58dbb81230e96444f2de93603322dbac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/widgets\\/media-image-widget.js\":{\"d\":1515453954,\"h\":\"8fac7176be3db30dfc5d0c59514ac1f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/widgets\\/media-video-widget.min.js\":{\"d\":1515453954,\"h\":\"b86c749b784acc5a8481b0888619234c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/widgets\\/media-image-widget.min.js\":{\"d\":1515453954,\"h\":\"b02a9bf568ddbf039eb477f8db40783c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/widgets\\/text-widgets.min.js\":{\"d\":1515453954,\"h\":\"32b7abeff170db2b017381efe0b78fad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/widgets\\/media-video-widget.js\":{\"d\":1515453954,\"h\":\"133a39bd8c47630947212e04dc47672a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/widgets\\/media-widgets.min.js\":{\"d\":1515453954,\"h\":\"e8e8c2726be86a0e5959689f83e68b4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/svg-painter.js\":{\"d\":1386948194,\"h\":\"87dcfbe97f902fa77cc4a9889c827afc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/tags-box.js\":{\"d\":1515453954,\"h\":\"63756530c3d8b22327dcc0f15e71b8f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/code-editor.js\":{\"d\":1515453954,\"h\":\"4368208ec74f238fc80ef7dc47b2aba6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/language-chooser.js\":{\"d\":1410725130,\"h\":\"09e20150c7561d0330d7158f744abb4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/tags-suggest.js\":{\"d\":1492712898,\"h\":\"e6b0ed85e26e70669c5715c7ad0f093e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/color-picker.js\":{\"d\":1515453954,\"h\":\"adfc5e0653304dd92664a01ce7083649\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/tags-box.min.js\":{\"d\":1515453954,\"h\":\"01b149cd42ae563cc462f7e81384da3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/set-post-thumbnail.js\":{\"d\":1386948194,\"h\":\"2b5153576d1eee4002fb7ed9e5831251\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/updates.js\":{\"d\":1533270515,\"h\":\"06a4eaec20bc68b7f434a5e66af39ba6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/image-edit.min.js\":{\"d\":1522816230,\"h\":\"8aefd8355be19a71bd7229f9ffb3517f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/color-picker.min.js\":{\"d\":1515453954,\"h\":\"ca1331e8606d08cddd3db4a1c50a0625\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/widgets.min.js\":{\"d\":1517864283,\"h\":\"de756f5669035c3590ed9d4da7773a72\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/tags.js\":{\"d\":1515453954,\"h\":\"92121be15064830078f19c7f912bc5f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/plugin-install.min.js\":{\"d\":1516143871,\"h\":\"c10e07ae10cf119ed6c90ab69428e48d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/theme.min.js\":{\"d\":1515453954,\"h\":\"88f98b449b8aa12942cafd783b5aa7b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/postbox.min.js\":{\"d\":1471376019,\"h\":\"ddfe27f4efae737b800bad96ed8a0969\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/password-strength-meter.min.js\":{\"d\":1471376019,\"h\":\"1aaa74a24aef982b82498717c1d1e6d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/accordion.js\":{\"d\":1440424008,\"h\":\"ef3fe33d4ce12fe5254e5af1025ce70a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/theme-plugin-editor.js\":{\"d\":1515453954,\"h\":\"520d3d51ba9b168fd8ebdec6fe62355c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/custom-header.js\":{\"d\":1386948194,\"h\":\"32b3005887a4cb606fecc09c756605bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/customize-controls.min.js\":{\"d\":1526741175,\"h\":\"834739e5c30c856f39db861e3427285b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/customize-widgets.js\":{\"d\":1515453954,\"h\":\"e92d16056260b9b00ff62ba8cf8ac956\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/customize-widgets.min.js\":{\"d\":1515453954,\"h\":\"2724ee570a2716c8a7ad0436cb541e7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/editor.js\":{\"d\":1517864283,\"h\":\"e086a26a0c57fde0e82d1b600b6b8df9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/edit-comments.min.js\":{\"d\":1515453954,\"h\":\"0405cc7848d59145b6953e7fd9b1c419\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/edit-comments.js\":{\"d\":1515453954,\"h\":\"a975fc736cdecddbfb9aed80699fb3af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/editor-expand.min.js\":{\"d\":1473263316,\"h\":\"4500034a26d73b737f761adcc7ef5c79\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/custom-background.js\":{\"d\":1515453954,\"h\":\"3e22f2941127d8ca57718fa7de91568b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/xfn.js\":{\"d\":1526741175,\"h\":\"8de5f12403af4eb425b9ae18dad17266\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/nav-menu.min.js\":{\"d\":1515453954,\"h\":\"5169d979fee3b7679953b2b7f434910d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/widgets.js\":{\"d\":1517864283,\"h\":\"e1b8555dd35d833a4233467e448a83fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/post.js\":{\"d\":1526741175,\"h\":\"c80252996072ccb0aa20eb24bfc388e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/postbox.js\":{\"d\":1483983253,\"h\":\"e3dfc3b71fefc8c6eb82df54e3460b53\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/user-suggest.js\":{\"d\":1397708561,\"h\":\"1e33290807fa8b2829ddb0347d0a9305\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/set-post-thumbnail.min.js\":{\"d\":1382734403,\"h\":\"8bc5ca12fa38a607d5af2181311b7a5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/tags.min.js\":{\"d\":1508736206,\"h\":\"29e8d4a7d3c7c16432b99a053c7a5df5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/tags-suggest.min.js\":{\"d\":1492712898,\"h\":\"b0e2e58bbcb8654f8f6c09726c8df7e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/gallery.js\":{\"d\":1450106801,\"h\":\"78cfa96506bf3965c18afa6de5b5abb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/media-upload.min.js\":{\"d\":1471376019,\"h\":\"f320174ed63de275264dcf5430c309dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/theme-plugin-editor.min.js\":{\"d\":1515453954,\"h\":\"ebd5a282a3cbe917233b9355f85e02e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/word-count.min.js\":{\"d\":1440424008,\"h\":\"997f505fc9d24a27e4939641450e96a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/accordion.min.js\":{\"d\":1471376019,\"h\":\"226bc149fc7a1d2d56e4530d3b685e58\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/customize-nav-menus.min.js\":{\"d\":1522816230,\"h\":\"b6bd555ecefea0378f027c9441a243e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/gallery.min.js\":{\"d\":1450106801,\"h\":\"4e7b25e9bc3374cf391d5a652651a277\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/link.min.js\":{\"d\":1382734403,\"h\":\"f9ff4694933001933bdec2c133b2252d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/inline-edit-tax.js\":{\"d\":1515453954,\"h\":\"75694df32dda3134f2ae3395701421f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/post.min.js\":{\"d\":1483983253,\"h\":\"ede5f7e8431dbeb790e8cf9665192171\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/inline-edit-post.min.js\":{\"d\":1515453954,\"h\":\"f1d32f222e77a360ff3c62d3a6ee223b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/plugin-install.js\":{\"d\":1516143871,\"h\":\"111082709bd5b31ec3f6230dcbc2c453\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/customize-nav-menus.js\":{\"d\":1522816230,\"h\":\"b398320f5969c1c95bbf52ef6edf95ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/custom-background.min.js\":{\"d\":1483983253,\"h\":\"351f2eef1d5033d68e8982ea86167e3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/theme.js\":{\"d\":1515453954,\"h\":\"7f52d864cd927714515906c74582e21b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/wp-fullscreen-stub.js\":{\"d\":1471376019,\"h\":\"968528cb325471eb001fd8578a8625e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/common.js\":{\"d\":1515453954,\"h\":\"6c175816ac122145e3d941fd3607bacb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/user-suggest.min.js\":{\"d\":1397708561,\"h\":\"e089545cd7fcde5c7cd70de3a70139e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/password-strength-meter.js\":{\"d\":1471376019,\"h\":\"2847576ec45293ab96dc0030974e2629\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/svg-painter.min.js\":{\"d\":1471376019,\"h\":\"a79aca561a5b87b62a710b0526a8e4bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/wp-fullscreen-stub.min.js\":{\"d\":1440424008,\"h\":\"700a94e9934c7b419dfa6790b1dc4a35\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/farbtastic.js\":{\"d\":1382734403,\"h\":\"a73af354a03241715d8698feea340b92\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/inline-edit-tax.min.js\":{\"d\":1515453954,\"h\":\"276a51688f82154e668da8ccc2664360\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/media.min.js\":{\"d\":1471376019,\"h\":\"9be63adbaf5a5acfdbfdd555dc19777d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/dashboard.min.js\":{\"d\":1552451480,\"h\":\"cdc52185bc346b9a55af6d5015d763cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/editor-expand.js\":{\"d\":1515453954,\"h\":\"88a83136db40e8e8b93f230a6712ea54\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/comment.min.js\":{\"d\":1440424008,\"h\":\"8f3603ed0d77c4a1ae8f82dbd3159ed9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/code-editor.min.js\":{\"d\":1515453954,\"h\":\"3a55d10a30b356e96dd77cd870171558\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/nav-menu.js\":{\"d\":1515453954,\"h\":\"4ebe903cffb8b10b75569a121e899b53\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/media-upload.js\":{\"d\":1460640791,\"h\":\"94b464e9b4ec6b545486af795f24016d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/media.js\":{\"d\":1515453954,\"h\":\"d9bf61cf4192c0a437323ef3bd70132d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/media-gallery.min.js\":{\"d\":1382734403,\"h\":\"3296d1fa20d292b002bba10490f1ba6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/language-chooser.min.js\":{\"d\":1410725130,\"h\":\"1d6822384a71090c74add106e4468581\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/customize-controls.js\":{\"d\":1526741175,\"h\":\"8dad23d14838a3e8600eff1bee809b2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/user-profile.js\":{\"d\":1515453954,\"h\":\"7e8a197f4aec099d481cc4b4dfcc0a21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/media-gallery.js\":{\"d\":1483983253,\"h\":\"d0809048874d234e35abae65dc17710a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/comment.js\":{\"d\":1515453954,\"h\":\"48e97502ef33e12eb022ad86d6d0bbb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/updates.min.js\":{\"d\":1533270515,\"h\":\"2d5652fcb04e5210b9bb86317b023902\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/revisions.js\":{\"d\":1508736206,\"h\":\"8d1b4d8308f2fc136df5dd875ee5529f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/link.js\":{\"d\":1386948194,\"h\":\"1c8675dcd035cfb374f67bfcbf117a8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/common.min.js\":{\"d\":1515453954,\"h\":\"febc435f5a360e41a7b2b6cb2368af70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/word-count.js\":{\"d\":1508736206,\"h\":\"5c34b03b6ec23142fc52a77a51dbd00a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/image-edit.js\":{\"d\":1522816230,\"h\":\"b6c28ba4d4b1419cb5cf936cc277f0f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/inline-edit-post.js\":{\"d\":1515453954,\"h\":\"9d57cc3de14e3597d49407ba21650a17\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/editor.min.js\":{\"d\":1517864283,\"h\":\"72b7a034ba598088d699dca7b02b6f0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/revisions.min.js\":{\"d\":1508736206,\"h\":\"0886448d087ccc0cb432130320821f69\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/xfn.min.js\":{\"d\":1526741175,\"h\":\"1b6f6842124166a08328aa7ad376027e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/user-profile.min.js\":{\"d\":1515453954,\"h\":\"ec11a68b00ee850bd0b91ae99d11c0b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/iris.min.js\":{\"d\":1483983253,\"h\":\"45076064fdcbfcf9f5c8996e10ac4bc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/js\\/dashboard.js\":{\"d\":1552451480,\"h\":\"9271890ed60cd3e49b8a561767999e4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/maint\\/repair.php\":{\"d\":1471376019,\"h\":\"e180a3bb17b896e1cdccf337995bfe2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/user\\/admin.php\":{\"d\":1471376019,\"h\":\"702d5220c70456456fe9fc8cc08cc524\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/user\\/error_log\":{\"d\":1511687004,\"h\":\"a6521bc03ee455d006edc3a4bac7d58b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/user\\/freedoms.php\":{\"d\":1382734403,\"h\":\"1ba6cbb9e2a9d3deb348997492ed692e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/user\\/menu.php\":{\"d\":1399580907,\"h\":\"a529e3d3c2bb86671fb9cc1145cf70ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/user\\/index.php\":{\"d\":1421255479,\"h\":\"c8fd98f7fdd52d78bdadf74e620789fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/user\\/user-edit.php\":{\"d\":1421255479,\"h\":\"2a7a75a363b0f88f0b6d094a91ef65ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/user\\/about.php\":{\"d\":1382734403,\"h\":\"99ec00da8d914b4efd2098a3e44ebe2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/user\\/profile.php\":{\"d\":1421255479,\"h\":\"b9fa17a9811195800079dda4b1262d03\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/user\\/privacy.php\":{\"d\":1515453954,\"h\":\"27ddd7bc6e0da6fac87f279bff299bb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/user\\/credits.php\":{\"d\":1382734403,\"h\":\"d920b4fb1be2c2c780081d5b4b7de55a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-filesystem-direct.php\":{\"d\":1515453954,\"h\":\"9db1a11b089126d41c947087fd951039\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/nav-menu.php\":{\"d\":1515453954,\"h\":\"5727dea6cb4cb88348bed0494f330f41\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-site-icon.php\":{\"d\":1515453954,\"h\":\"2b553b6302c1a22b071085d0aa51b0c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/plugin-install.php\":{\"d\":1526741175,\"h\":\"80146266516e6c12339f0292737e8e9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/template.php\":{\"d\":1533270515,\"h\":\"9a6eba1f7c7fd6dfaf3400636f7b77d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/admin.php\":{\"d\":1483983252,\"h\":\"5c7b0c8c7acd69508d8f19c3c61a71c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/dashboard.php\":{\"d\":1552451480,\"h\":\"7702382dc4804e6a7f1465e5f445b975\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-media-list-table.php\":{\"d\":1526741175,\"h\":\"0e09e4db71e62ac99db4ff5ecd25344f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/misc.php\":{\"d\":1544670952,\"h\":\"325fffa3aa8f657c203cee960d5dc50b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-importer.php\":{\"d\":1515453954,\"h\":\"64e2709fe9be639383f9a0d6f90423c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-terms-list-table.php\":{\"d\":1515453954,\"h\":\"e48f8e3320766e4c1d1ae28551203d3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-file-upload-upgrader.php\":{\"d\":1515453954,\"h\":\"24d5f9d3018126665ad26d2dd65fe2d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/noop.php\":{\"d\":1508736206,\"h\":\"9930bd7810469e612350ae7c44338cef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/bookmark.php\":{\"d\":1522816229,\"h\":\"58075a0405beca8a6c146de3b6d74105\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-plugin-installer-skin.php\":{\"d\":1515453954,\"h\":\"d10a3359b11d84106318447fdae3f0b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/error_log\":{\"d\":1483243406,\"h\":\"a98581513b5b795a00225dbc1888774c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-users-list-table.php\":{\"d\":1522816229,\"h\":\"689c0e57573ed5c6dfdf80e1aa1b6fac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/widgets.php\":{\"d\":1515453954,\"h\":\"146c291366a4d6793de022c38be33e96\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-ajax-upgrader-skin.php\":{\"d\":1515453954,\"h\":\"1f43ae42f4c1a5b6efae1472328e895c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-filesystem-base.php\":{\"d\":1515453954,\"h\":\"6c758f9a0f5df050890ac7c44cec5de8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-community-events.php\":{\"d\":1530811486,\"h\":\"dc61e942ee6cbf59dc9220aee8694e1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/edit-tag-messages.php\":{\"d\":1471376018,\"h\":\"ed872aae05bc79fde6c864edadf77c81\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-screen.php\":{\"d\":1552451480,\"h\":\"3fe58f78e3833a50e949b3ceb4394381\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/plugin.php\":{\"d\":1530811486,\"h\":\"ee2f4b9ecba6080c18982a404cf441ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-ftp-pure.php\":{\"d\":1483983252,\"h\":\"42e4621745bde04512803e8702db1152\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-upgrader.php\":{\"d\":1515453954,\"h\":\"2bbeaeee65260ca088a9da8f9c6b139b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/user.php\":{\"d\":1533270515,\"h\":\"7a110d494de409e88b186442416d01ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/meta-boxes.php\":{\"d\":1515453954,\"h\":\"11fd471d4a5b475a1e890beb7e102130\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-plugin-install-list-table.php\":{\"d\":1515453954,\"h\":\"127c5f9ce1de85523cbd13b932e9c8ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-theme-install-list-table.php\":{\"d\":1515453954,\"h\":\"cc353de6bfbb031f62a22c29dd2de385\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/update.php\":{\"d\":1515453954,\"h\":\"654b42f477137080d4f0bb19dfbb13f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/image.php\":{\"d\":1522816230,\"h\":\"4ccb12e605db1c5d9ec00fe28fa87b0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-themes-list-table.php\":{\"d\":1515453954,\"h\":\"45e4c073a4d842c4a11e784e48714edd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/theme.php\":{\"d\":1522816229,\"h\":\"60a6147fc07c42f0493b84425ba8a9ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/continents-cities.php\":{\"d\":1533270515,\"h\":\"577c11036c4d6e570c465937d9b27b65\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-ms-themes-list-table.php\":{\"d\":1515453954,\"h\":\"4a51e17e28e8794f9c6b47892d435409\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-upgrader-skin.php\":{\"d\":1515453954,\"h\":\"71a5eda8ff425da05eae65826cb51071\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-list-table.php\":{\"d\":1515453954,\"h\":\"3daaf316d454a8a4a51f81da8097654a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-language-pack-upgrader-skin.php\":{\"d\":1515453954,\"h\":\"4909f951f3b23295108a2435bd98e0ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-filesystem-ftpsockets.php\":{\"d\":1515453954,\"h\":\"08a453e5c9aba918027ed061e6c22180\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/menu.php\":{\"d\":1471376018,\"h\":\"a16c328791716cce6d032b933f4c9376\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\":{\"d\":1515453954,\"h\":\"686ed64faef1e7b8f3724cb856304c48\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-ms-users-list-table.php\":{\"d\":1522816229,\"h\":\"ee63792e0db3cb53ca210757f0ce16d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/ms-deprecated.php\":{\"d\":1515453954,\"h\":\"ab9ee3d59c37a9d9961bcb5dfaf571ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/options.php\":{\"d\":1515453954,\"h\":\"4b4ab0d3e06315e8a9a2e863465462c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/screen.php\":{\"d\":1471376018,\"h\":\"8e197a008123886c7f810f3b8021fa0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/deprecated.php\":{\"d\":1515453954,\"h\":\"c2b9945923a92718e17884654a7d7786\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-bulk-theme-upgrader-skin.php\":{\"d\":1515453954,\"h\":\"0f138ac4c54c7451647a0e954c41cbe1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/taxonomy.php\":{\"d\":1471376018,\"h\":\"362f31b73f462cedc8aaff1fd730db5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/media.php\":{\"d\":1516143871,\"h\":\"fb7b88f87cc0eafc7424dac8fd5b1229\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-walker-category-checklist.php\":{\"d\":1515453954,\"h\":\"abb685b7b2b740c9edd5ff1c40b4312e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/update-core.php\":{\"d\":1567657983,\"h\":\"fa17febed59ff44a857ced97c021a243\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-language-pack-upgrader.php\":{\"d\":1515453954,\"h\":\"f2a18bbd9712044cd139488d75da6625\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/comment.php\":{\"d\":1471376018,\"h\":\"d097ee8cf112a84ffa3e9995a3f90d58\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-pclzip.php\":{\"d\":1471376018,\"h\":\"59c701d09896cf859689dcf457597084\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-links-list-table.php\":{\"d\":1515453954,\"h\":\"ee005fa711bb04dd6290cb38797e9887\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/ms-admin-filters.php\":{\"d\":1515453954,\"h\":\"063002d3c1f33939fa8aea47d41cdb82\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/admin-filters.php\":{\"d\":1533270515,\"h\":\"489ed0bdfb2df77c67335879623a85e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/network.php\":{\"d\":1515453954,\"h\":\"36f6e8cd99fdcd05a44e6def4338d2b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/export.php\":{\"d\":1515453954,\"h\":\"d44b95acd17163192a2e0a8d05c63de1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/file.php\":{\"d\":1533270515,\"h\":\"c594b909238dc90b02877bf9f7c7be59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-bulk-upgrader-skin.php\":{\"d\":1515453954,\"h\":\"147eea3b6298d03d2ce3dc4a5436580e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-ftp-sockets.php\":{\"d\":1483983252,\"h\":\"076ca839e8552b45a3eef558aa2b1996\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-walker-nav-menu-checklist.php\":{\"d\":1515453954,\"h\":\"a8b29c21eca6b33e834f39b2e42e0ca5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-filesystem-ftpext.php\":{\"d\":1515453954,\"h\":\"6fee73a7aaa76015a8406215b525b945\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/ms.php\":{\"d\":1515453954,\"h\":\"081bede273682de656f71133d6557604\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-automatic-upgrader-skin.php\":{\"d\":1515453954,\"h\":\"ea740f14b1d05d9314ec1a632e2a32e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/list-table.php\":{\"d\":1483983252,\"h\":\"4e7c28cca8a3462521d71d0685b2f36f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-ftp.php\":{\"d\":1483983252,\"h\":\"c9bed1265f9efae3736499726a7a1b2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/ajax-actions.php\":{\"d\":1567657984,\"h\":\"f591a796a2cd971648d5aefa1b2b12e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-bulk-plugin-upgrader-skin.php\":{\"d\":1515453954,\"h\":\"34a29dbcc83894f6faacb501d3dfa70b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/revision.php\":{\"d\":1515453954,\"h\":\"e8d401842a9742a8758d8aac8ffcd75a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/theme-install.php\":{\"d\":1515453954,\"h\":\"577e7b9203e3115561f97b2ecc1b5777\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/upgrade.php\":{\"d\":1526741175,\"h\":\"d3a2c13cec0effeac0a059f09a60c523\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-plugins-list-table.php\":{\"d\":1515453954,\"h\":\"1f8fdcaa8955587f40ea42e57e06ca97\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-core-upgrader.php\":{\"d\":1515453954,\"h\":\"8c961c13800e2276ddd9651a8b887341\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/translation-install.php\":{\"d\":1515453954,\"h\":\"6c497efaf9b41cd8c709de9d226ac4d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-list-table-compat.php\":{\"d\":1515453954,\"h\":\"f15e7e5491d3083cd63d38a5cfb0700a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/credits.php\":{\"d\":1515453954,\"h\":\"472efb2d52ee83b4ddc5d1ab2b1ab698\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-plugin-upgrader-skin.php\":{\"d\":1515453954,\"h\":\"1fe496c7ca467a92b114b6a116497c23\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-plugin-upgrader.php\":{\"d\":1515453954,\"h\":\"1e51c811e6fa2c3e3af0ec51104bf689\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-upgrader-skins.php\":{\"d\":1483983252,\"h\":\"eb3f151fc0a8485ae1cb1e8cb9eb7655\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/import.php\":{\"d\":1515453954,\"h\":\"d6226ea49deea475624d45374fde2bc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-theme-upgrader.php\":{\"d\":1515453954,\"h\":\"8287b268a13f14893a06c1d4a1dadb1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-post-comments-list-table.php\":{\"d\":1450106801,\"h\":\"5c34f85a05eee305eac2654e5d25e544\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/image-edit.php\":{\"d\":1515453954,\"h\":\"3ecb93991d433418070540d05a77b619\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-internal-pointers.php\":{\"d\":1526741175,\"h\":\"d919d925b44e0231308fa2ee5b164ed9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-comments-list-table.php\":{\"d\":1515453954,\"h\":\"15f4fcabf67d308c73a875582f7408ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-walker-nav-menu-edit.php\":{\"d\":1515453954,\"h\":\"ae3a95a939da51be10e17d6fe8d845c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/post.php\":{\"d\":1544670952,\"h\":\"4566222830e16279c68fe29e873c9934\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-filesystem-ssh2.php\":{\"d\":1515453954,\"h\":\"34f24454a4e9892efb483e64407d7c83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/schema.php\":{\"d\":1533270515,\"h\":\"00702f602b84e377c7aa23d9fd4b2944\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-theme-upgrader-skin.php\":{\"d\":1515453954,\"h\":\"5f4aef573b8a94e1d7a10c84ea5e1fba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-theme-installer-skin.php\":{\"d\":1515453954,\"h\":\"ed67b54294134913aeae71ad884b277d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-ms-sites-list-table.php\":{\"d\":1515453954,\"h\":\"59817f859d1c91f3deb516726bee4843\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/includes\\/class-wp-posts-list-table.php\":{\"d\":1515453954,\"h\":\"4cfdcdeedea6d7ada6e68b3286fde337\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/plugin-install.php\":{\"d\":1483983252,\"h\":\"132a6c9d6e2cc68d650e2fca9a015ed2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/admin.php\":{\"d\":1483983252,\"h\":\"48f1fe3370f9d713b027655b6785e694\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/setup.php\":{\"d\":1483983252,\"h\":\"ce74e43d24d9c36cd579e932ee94b152\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/plugin-editor.php\":{\"d\":1483983252,\"h\":\"658cf64b77d435555ae217a5bbb1536a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/settings.php\":{\"d\":1517864283,\"h\":\"beb6c7cdcf1cf9a5d12df9232c6427f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/freedoms.php\":{\"d\":1483983252,\"h\":\"e1af39e94239a944440ab2925393ae60\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/sites.php\":{\"d\":1515453954,\"h\":\"f47c7119bb162319e5b08198f289465a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/update.php\":{\"d\":1483983252,\"h\":\"fca6110bd2f3fbd9f247540677fcf1ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/users.php\":{\"d\":1508736206,\"h\":\"c860fcfffc818a23600b90647fc8af61\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/site-users.php\":{\"d\":1522816229,\"h\":\"6697a771a09bd04440a0adcb84cfaf1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/menu.php\":{\"d\":1515453954,\"h\":\"483c257170948f11568f83784109b2d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/site-themes.php\":{\"d\":1515453954,\"h\":\"5db8234bc5ce96a4b029607222bc87fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/index.php\":{\"d\":1508736206,\"h\":\"54c0f4e71be5ff1b652a0e2ad364daee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/user-edit.php\":{\"d\":1483983252,\"h\":\"030bb6ad3f1c614f7f1aa7fd27b79509\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/update-core.php\":{\"d\":1483983252,\"h\":\"95b7d47ed7134912270f8d3059100e8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/user-new.php\":{\"d\":1483983252,\"h\":\"df7a0edcb7994581430379db56d8d53b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/about.php\":{\"d\":1483983252,\"h\":\"36fd6671a5493cc8c5405621d96dea7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/plugins.php\":{\"d\":1483983252,\"h\":\"e4f7cdfcaddc4693fe0bcc39bb55d68a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/site-settings.php\":{\"d\":1515453954,\"h\":\"381a1ad35327607137891a8fa6f97f63\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/profile.php\":{\"d\":1483983252,\"h\":\"6874157fda181bc2866fd860d93376b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/themes.php\":{\"d\":1508736206,\"h\":\"c3171c1b8c9ce3069e398b5c1f2ac778\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/edit.php\":{\"d\":1483983252,\"h\":\"94b2a24a1fc9883246fc103f22818930\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/site-info.php\":{\"d\":1515453954,\"h\":\"1d7a8639d300cee539ca9e666ef3a25d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/site-new.php\":{\"d\":1517864283,\"h\":\"8baabd6743c1b12169366e8d59ae333f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/privacy.php\":{\"d\":1515453954,\"h\":\"1cd56b9e7e7b5b60506e17c13efc194f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/theme-install.php\":{\"d\":1483983252,\"h\":\"629704e41fc670178a4226b323b6a9ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/upgrade.php\":{\"d\":1515453954,\"h\":\"a350dc0d0ddaccfd7ff462b63db83853\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/credits.php\":{\"d\":1483983252,\"h\":\"a1be54253e72acd96ce6317127e5a5c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network\\/theme-editor.php\":{\"d\":1483983252,\"h\":\"5e1829bf1794ce06c5ad77b7e2d17142\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/ocean\\/colors.scss\":{\"d\":1397708561,\"h\":\"1a7c5bfd9faf7f6cc77cd9b166062568\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/ocean\\/colors.min.css\":{\"d\":1515453955,\"h\":\"30f1caf5ac1ca40c859539bbf81e439e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/ocean\\/colors-rtl.css\":{\"d\":1515453955,\"h\":\"9a55f6f39ed642323724a678c9cfa4b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/ocean\\/colors.css\":{\"d\":1515453955,\"h\":\"7434d42be65938ef44ee3a474ccf72dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/ocean\\/colors-rtl.min.css\":{\"d\":1515453955,\"h\":\"ff093ff18aef2de35d910e9bc7300a63\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/coffee\\/colors.scss\":{\"d\":1397708561,\"h\":\"397e3820b27a234330c95e05250f61ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/coffee\\/colors.min.css\":{\"d\":1515453955,\"h\":\"af368ebb8350419c26769db1ab139778\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/coffee\\/colors-rtl.css\":{\"d\":1515453955,\"h\":\"e1f8d2bad643e1a93cc9f2d5908e60aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/coffee\\/colors.css\":{\"d\":1515453955,\"h\":\"059a5265a9a022fa492324fb90341055\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/coffee\\/colors-rtl.min.css\":{\"d\":1515453955,\"h\":\"4ed4244ba484a49d295fa48d29957533\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/blue\\/colors.scss\":{\"d\":1397708561,\"h\":\"d9d03549d79484672c29145aad594db3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/blue\\/colors.min.css\":{\"d\":1515453955,\"h\":\"58b52e0c8528d52e040b8355a02eee77\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/blue\\/colors-rtl.css\":{\"d\":1515453955,\"h\":\"1eabb79616c817d36c47003b9ac16aa0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/blue\\/colors.css\":{\"d\":1515453955,\"h\":\"f91d3fa65fded514fdc32d5e48fa7eb9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/blue\\/colors-rtl.min.css\":{\"d\":1515453955,\"h\":\"760a83d1bd8de7952c213a668151bce6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/sunrise\\/colors.scss\":{\"d\":1397708561,\"h\":\"5692871a8a7a1914ee0968ddf9923dec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/sunrise\\/colors.min.css\":{\"d\":1515453955,\"h\":\"4b919105096d441f974a99dc6bc9e243\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/sunrise\\/colors-rtl.css\":{\"d\":1515453955,\"h\":\"64d732bae20f1bd9f1a39d28f479a35a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/sunrise\\/colors.css\":{\"d\":1515453955,\"h\":\"c3b594ce028a37cad08301b857e7dec7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/sunrise\\/colors-rtl.min.css\":{\"d\":1515453955,\"h\":\"e21cc147dadf70a8ec27483f9663a088\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors.scss\":{\"d\":1397708561,\"h\":\"940171d1392bd8071122a905d12b9195\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors.min.css\":{\"d\":1515453955,\"h\":\"fc7c114669f52b57e6ba46c66dfd1525\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors-rtl.css\":{\"d\":1515453955,\"h\":\"cf22f6cdf0c754d17e18968603839536\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors.css\":{\"d\":1515453955,\"h\":\"71e7589f78c5423719c15ebe510f4d25\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors-rtl.min.css\":{\"d\":1515453955,\"h\":\"36a186d038c83593e79d1a0cc8876bc4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/light\\/colors.scss\":{\"d\":1440424008,\"h\":\"480b9bd647e5b323ef88d63ce55e1d6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/light\\/colors.min.css\":{\"d\":1515453955,\"h\":\"8dc3381d0f8e3894c39dd12664c9da35\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/light\\/colors-rtl.css\":{\"d\":1515453955,\"h\":\"f1ee0df10cdc3a4308768472cc3e8667\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/light\\/colors.css\":{\"d\":1515453955,\"h\":\"2e105d8125f21fa58ebd346a11e9efcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/light\\/colors-rtl.min.css\":{\"d\":1515453955,\"h\":\"862cede744447240baa0e2c7c6014eb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/midnight\\/colors.scss\":{\"d\":1397708561,\"h\":\"26dc8daaf0c47c4457b8bc2145f48634\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/midnight\\/colors.min.css\":{\"d\":1515453955,\"h\":\"3c8eb91438052ad8ed3e5c407bb46871\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/midnight\\/colors-rtl.css\":{\"d\":1515453955,\"h\":\"c4229460e28195d59dadc5927b591ef3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/midnight\\/colors.css\":{\"d\":1515453955,\"h\":\"bd3be68c8212aeabe5af215df5e0d0cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/midnight\\/colors-rtl.min.css\":{\"d\":1515453955,\"h\":\"949cb3874d4150bf45d54d02f108bc1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/_variables.scss\":{\"d\":1430236516,\"h\":\"3ab501096b1a091972d84c85b284135a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/_admin.scss\":{\"d\":1508736206,\"h\":\"c22ff1bb2db45ee3879ba234761ba618\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/colors\\/_mixins.scss\":{\"d\":1515453955,\"h\":\"18d869c6a21b54fdf1038dadc8b62810\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/ie-rtl.css\":{\"d\":1515453955,\"h\":\"f6cb41f2339fb35c868329897706705d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/themes-rtl.css\":{\"d\":1515453955,\"h\":\"400ee8016213e3c3d97bb05fcb49cdb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/admin-menu.min.css\":{\"d\":1515453955,\"h\":\"4a22ae006903e377b68dc697fc0cc46a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/l10n-rtl.min.css\":{\"d\":1515453955,\"h\":\"db1efc9ef2967c05b500794a813de4c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/customize-widgets.min.css\":{\"d\":1515453955,\"h\":\"99cdc663d5a19b883273cc555870d62f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/color-picker.min.css\":{\"d\":1515453955,\"h\":\"97228f8038ad04b998ee386178c9172e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/color-picker-rtl.css\":{\"d\":1515453955,\"h\":\"de3577867deb3d96f8a587a17b59af5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/site-icon-rtl.min.css\":{\"d\":1515453955,\"h\":\"c5605f3fde843ddb7cf887a72b9464a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/code-editor.css\":{\"d\":1515453954,\"h\":\"4633889cc5ae0bd0607d589c1eacae8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/dashboard.css\":{\"d\":1552451480,\"h\":\"776fe952791cbf65cbef30a3828f94dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/login.min.css\":{\"d\":1526741175,\"h\":\"0433cc6b4967a15d2f6be5a92958b812\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/wp-admin-rtl.css\":{\"d\":1440424008,\"h\":\"74f9dcf5ab8c92f6666ff52c699873c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/common-rtl.css\":{\"d\":1552451480,\"h\":\"6f94711934da6b3ffb9b7aa44c595613\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/site-icon.min.css\":{\"d\":1515453955,\"h\":\"6c951fcb811b78da4a91c55447888f98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/login-rtl.css\":{\"d\":1526741175,\"h\":\"6892675f6dabe164a066d42040451ffd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/wp-admin-rtl.min.css\":{\"d\":1515453955,\"h\":\"9ff8672a8c72aecf01e6efa72daf2458\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/customize-nav-menus-rtl.min.css\":{\"d\":1516143871,\"h\":\"8f104e8e20108646cb3e9c69d819f195\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/widgets-rtl.css\":{\"d\":1517864283,\"h\":\"7d4210bb7278ef9bae8b79a3c726a2bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/customize-controls.css\":{\"d\":1515453954,\"h\":\"4ea233ee70cb4a4630b7f886d19c2274\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/media-rtl.min.css\":{\"d\":1515453955,\"h\":\"ed3c2887d54cf6fb64f55b03413502d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/edit-rtl.css\":{\"d\":1526741175,\"h\":\"ac500823d8fc685bc093f052adf69020\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/l10n-rtl.css\":{\"d\":1471376019,\"h\":\"69b0527be5b3aa2c1644fe5fc1c34afa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/nav-menus-rtl.css\":{\"d\":1522816230,\"h\":\"6583418c9dfc4767fd8df8059be75015\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/edit.min.css\":{\"d\":1526741175,\"h\":\"c57388a65dd7ec1756906163092fe189\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/wp-admin.css\":{\"d\":1440424008,\"h\":\"bfe4bd90350018abc7c9210bfb9d2a5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/about.min.css\":{\"d\":1522816230,\"h\":\"361b64acafceb9cf7c9ce468ad4e8bbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/revisions-rtl.min.css\":{\"d\":1515453955,\"h\":\"48a1c7be34fe93a11b1652b2ee8d4a4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/customize-nav-menus-rtl.css\":{\"d\":1516143871,\"h\":\"1bf381b227fd0f82983f7f42bfee09e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/l10n.css\":{\"d\":1471376019,\"h\":\"b5c4b8f85029fb7c84f0719f72b280ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/code-editor-rtl.css\":{\"d\":1515453955,\"h\":\"b00c896ff0bcbcdd0c8d3f5331842e60\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/common.min.css\":{\"d\":1552451480,\"h\":\"f290461e922fb41355a1cce6d1afcae3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/color-picker.css\":{\"d\":1515453955,\"h\":\"22295bf92914ef4879b36a640326ad19\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/revisions.min.css\":{\"d\":1515453955,\"h\":\"648a668518ad84c937e3370599b079ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/about.css\":{\"d\":1522816230,\"h\":\"bb9b6fbc1d72522b2a28a7eaeb188cbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/wp-admin.min.css\":{\"d\":1515453955,\"h\":\"2bcbab07977867b916887573559917fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/about-rtl.min.css\":{\"d\":1522816230,\"h\":\"1e470d76d5b4e0602dcc8816b300d7da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/common-rtl.min.css\":{\"d\":1552451480,\"h\":\"cc1d6cd9b4a4079012a04ec96638bbf4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/l10n.min.css\":{\"d\":1515453955,\"h\":\"6fa315b18e9016357bc9f8c1b32524f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/customize-controls-rtl.css\":{\"d\":1515453955,\"h\":\"0d28e5955c3270df8748ab67de079876\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/media.css\":{\"d\":1515453955,\"h\":\"fe3a02ff20d8154cdd66aad359c8a8e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/admin-menu-rtl.min.css\":{\"d\":1515453955,\"h\":\"befeb689473b0bf189ec4a39ee920bcd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/nav-menus.css\":{\"d\":1522816230,\"h\":\"03fe2a02684af9dd3c05d206434700ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/forms-rtl.min.css\":{\"d\":1526741175,\"h\":\"6a2feae9bdc28933566c060a1f464556\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/deprecated-media.min.css\":{\"d\":1515453955,\"h\":\"598fe37b999d9392bec5d439430a4447\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/dashboard-rtl.css\":{\"d\":1552451480,\"h\":\"5f811fc388851e1e47ec039e88788e46\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/farbtastic-rtl.min.css\":{\"d\":1515453955,\"h\":\"d55340e3ce5b935c2cf0337c92b61521\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/media.min.css\":{\"d\":1515453955,\"h\":\"678153b11dc1519f52d1d8272b3a3dda\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/login.css\":{\"d\":1526741175,\"h\":\"172dda34727301b786a0037bf6acf0af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/customize-nav-menus.css\":{\"d\":1516143871,\"h\":\"67aad3843e4f5f4bde34a2f5c9c46aaa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/media-rtl.css\":{\"d\":1515453955,\"h\":\"166984f6b0e07f10e505addb8197d0fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/customize-controls.min.css\":{\"d\":1515453955,\"h\":\"1dddd9f80d54d907aa929e5961b6f623\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/forms.min.css\":{\"d\":1526741175,\"h\":\"7af49f35c490a278b5d68fd14863fc2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/customize-nav-menus.min.css\":{\"d\":1516143871,\"h\":\"c3d67006bc1b55274afa78df3b46f605\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/about-rtl.css\":{\"d\":1522816230,\"h\":\"c260aca44db825b1a9c18c25e01a1994\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/revisions-rtl.css\":{\"d\":1515453955,\"h\":\"619351c3cdeabdd4ee466e303fade708\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/themes-rtl.min.css\":{\"d\":1515453955,\"h\":\"5ff3626ce33e65913c4d8953959aa520\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/list-tables-rtl.css\":{\"d\":1515453955,\"h\":\"aa514770cd537ac1dab53b85ad96b929\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/customize-widgets.css\":{\"d\":1515453955,\"h\":\"f35e5a714f46d769b8dcb01fe6adf942\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/install.css\":{\"d\":1515453955,\"h\":\"32d34c1ae9e1b6303fb0b846991d308b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/dashboard.min.css\":{\"d\":1552451480,\"h\":\"7d9026521ee5ae1955003f6bf2693417\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/nav-menus-rtl.min.css\":{\"d\":1522816230,\"h\":\"b83ae3ac7bf56384bccae35bd754330f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/edit.css\":{\"d\":1526741175,\"h\":\"a1c1f8d9141979d6cec1eb4e73e49ad1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/code-editor.min.css\":{\"d\":1515453955,\"h\":\"72c3a5be39a933d8763bdd8f10b3e69a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/themes.css\":{\"d\":1515453955,\"h\":\"77beb61918ea32751dac643426d8f3d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/list-tables.css\":{\"d\":1515453955,\"h\":\"de506d4d874f0c934c2fd497284f1cf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/customize-widgets-rtl.min.css\":{\"d\":1515453955,\"h\":\"89b4d71e95967154937c6c048763b7a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/edit-rtl.min.css\":{\"d\":1526741175,\"h\":\"b708d4c4a95584ed6d0fbe99398de717\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/customize-widgets-rtl.css\":{\"d\":1515453955,\"h\":\"e780700354f7e9e075448078b58814a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/farbtastic.min.css\":{\"d\":1515453955,\"h\":\"23d55eb53a88478028930c82b13a6b0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/widgets.min.css\":{\"d\":1517864283,\"h\":\"19c552633033aa4eab0627ace254e478\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/code-editor-rtl.min.css\":{\"d\":1515453955,\"h\":\"7637efd464f4dc9069c33f7833335917\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/farbtastic.css\":{\"d\":1386948194,\"h\":\"f9e33829b8faed7d7bbef843fb683255\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/revisions.css\":{\"d\":1515453955,\"h\":\"e785a905651a0ec0cdb0b5843991eaae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/deprecated-media.css\":{\"d\":1515453955,\"h\":\"eb2ea5040c616ab1da534bfa6940d877\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/color-picker-rtl.min.css\":{\"d\":1515453955,\"h\":\"ed1555ab1980b0a7980504a6acfa5f54\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/ie.min.css\":{\"d\":1515453955,\"h\":\"c2f2191e1ed405bd0ba32bf2cc6f7bad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/list-tables.min.css\":{\"d\":1515453955,\"h\":\"55ae1e5716c2f3ef882b6b8736f04e09\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/dashboard-rtl.min.css\":{\"d\":1552451480,\"h\":\"ba0acdd2da464f6c25a8320816f945d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/widgets-rtl.min.css\":{\"d\":1517864283,\"h\":\"9c02078d0cb2936ed51d3590fbc5d4df\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/ie-rtl.min.css\":{\"d\":1515453955,\"h\":\"4cea98cb05da1da6b9f302f8f34fd16b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/forms-rtl.css\":{\"d\":1526741175,\"h\":\"d76404feb79abd2167325e82891123b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/ie.css\":{\"d\":1515453955,\"h\":\"300482d04f7035050c8221a2388fa20b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/deprecated-media-rtl.css\":{\"d\":1515453955,\"h\":\"10accf784a72c030297a52b5a33ce42f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/widgets.css\":{\"d\":1517864283,\"h\":\"f3631c4a603a3cf7a8fb36e9d08d6435\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/login-rtl.min.css\":{\"d\":1526741175,\"h\":\"861b3448d69e1432e1e87fa5e6b54fc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/themes.min.css\":{\"d\":1515453955,\"h\":\"eef9e9c791a2a8250df76fcbfe5d17bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/admin-menu.css\":{\"d\":1515453955,\"h\":\"2b4eb0f12b5b5fb87f06528eb082b8a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/common.css\":{\"d\":1552451480,\"h\":\"fcd549c0099cc4b73431636d5b34a2d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/nav-menus.min.css\":{\"d\":1522816230,\"h\":\"c23ed53f65d2a33b09841652d534cc5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/admin-menu-rtl.css\":{\"d\":1515453955,\"h\":\"4ef66dffa334e595d9c36c77013039ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/list-tables-rtl.min.css\":{\"d\":1515453955,\"h\":\"22bfd8378a0b60880169467965fd20f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/site-icon-rtl.css\":{\"d\":1515453955,\"h\":\"843b8077b07dce1d6bd532aa7ad3e61b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/forms.css\":{\"d\":1526741175,\"h\":\"01537666f87f8a05ef7bfabf9e02dd58\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/install-rtl.min.css\":{\"d\":1515453955,\"h\":\"0b2751d087519eff48ee76fa78a70961\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/site-icon.css\":{\"d\":1515453955,\"h\":\"8d0ea8f47d8c45b2a80211d470306c75\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/install-rtl.css\":{\"d\":1515453955,\"h\":\"3382df7e6ea38b249a7c9e71c72a56e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/customize-controls-rtl.min.css\":{\"d\":1515453955,\"h\":\"598c9f8efe6f61407ff4b43bd01d3139\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/deprecated-media-rtl.min.css\":{\"d\":1515453955,\"h\":\"76e634724a9a1282e287a4d89da142a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/farbtastic-rtl.css\":{\"d\":1397708561,\"h\":\"118f1189ffbb71e014402121b5456bc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/css\\/install.min.css\":{\"d\":1515453955,\"h\":\"8bcad96ceb3df102985a7c59610548cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/options-permalink.php\":{\"d\":1515453955,\"h\":\"2009af862d73c1e66db06bdc1d907b4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/plugin-install.php\":{\"d\":1515453954,\"h\":\"513e9628f732070ab1926855e81afbc1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/link-manager.php\":{\"d\":1508736206,\"h\":\"3f5df1a9b8e6ec896cb925892c89b6f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/ms-delete-site.php\":{\"d\":1515453955,\"h\":\"e7dfdd601dcc0fcaa1f3ebd7f354fa4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/admin-header.php\":{\"d\":1483983252,\"h\":\"741d81821039b1f77f5258b923d38f92\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/admin.php\":{\"d\":1515453954,\"h\":\"0402ac65e6e367dddea2d155d869ed7b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/ms-upgrade-network.php\":{\"d\":1382734403,\"h\":\"7cb492260f22ee53816d96be3868be6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/load-scripts.php\":{\"d\":1544670952,\"h\":\"2e5f089a4783fb32d0ef7b0e4e6e864b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/plugin-editor.php\":{\"d\":1515453955,\"h\":\"75dabd226fdd5ee46bc106b1d16e6326\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/press-this.php\":{\"d\":1522816229,\"h\":\"edab57a3f6878f62b7f503e5caaf8d36\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/options-media.php\":{\"d\":1522816229,\"h\":\"db735198ba1b69a26160e302b75579e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/custom-background.php\":{\"d\":1515453954,\"h\":\"48aae41a97e99cbafb28ece38f489841\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/error_log\":{\"d\":1568714211,\"h\":\"3795ff54524b9ffede17fe5d9b334336\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/widgets.php\":{\"d\":1522816229,\"h\":\"ab5b28a7351c3cc9ca61e751b8ad6aa2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/moderation.php\":{\"d\":1382734403,\"h\":\"541242a293805952a0e22234f09d6fa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/ms-options.php\":{\"d\":1382734403,\"h\":\"a21d278e00ca7dccfe3a81d4e386afa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/options-reading.php\":{\"d\":1515453954,\"h\":\"c4bb064ca522f9306e32abe13d107dd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/media-new.php\":{\"d\":1483983253,\"h\":\"836f9208c65682aab7681909d9a80abd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/customize.php\":{\"d\":1522816229,\"h\":\"c009ae2bd67727cd715dc071e228ac32\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/ms-admin.php\":{\"d\":1382734403,\"h\":\"9a05b49740dfcdaf4516851b623606e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/admin-footer.php\":{\"d\":1508736205,\"h\":\"d654eec8adacac1410b17fd67b81da10\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/options-head.php\":{\"d\":1471376018,\"h\":\"9a616e7dd468d1c2499b90600e710da5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/admin-post.php\":{\"d\":1460640791,\"h\":\"163ecc5b73b40ce02ba418a3edee2c68\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/freedoms.php\":{\"d\":1526741175,\"h\":\"06bc965fa04c2977b54d3db56c407ea5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/tools.php\":{\"d\":1526741175,\"h\":\"ae41f25fd7e20e76692dc667a2829c08\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/setup-config.php\":{\"d\":1515453954,\"h\":\"1d0a18e89294982f9edf490abb613a13\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/install-helper.php\":{\"d\":1450106800,\"h\":\"6456b260aa9dece9b30431260cdb1a6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/update.php\":{\"d\":1515453954,\"h\":\"53e411ff8a140c82ee686e29c1d6da4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/users.php\":{\"d\":1522816230,\"h\":\"e8734fcc98ec47942419f051c519ba69\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/menu.php\":{\"d\":1526741175,\"h\":\"ce7f2afd5add0e60c565f3ca0bc7c948\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/link-add.php\":{\"d\":1471376018,\"h\":\"a0ee0eaab7c6f32171b0215409caa2fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/index.php\":{\"d\":1552451480,\"h\":\"ee73cbb1a8ea660cc67de9856ab10361\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/edit-form-advanced.php\":{\"d\":1515453955,\"h\":\"7e15701186cf7c66ae90d71178d758cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/admin-functions.php\":{\"d\":1471376018,\"h\":\"af0b46eafb24e3733a8839836d256146\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/options-discussion.php\":{\"d\":1533270515,\"h\":\"e9d36dbad896e5c898aab58a5eb3c05f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/options.php\":{\"d\":1533270515,\"h\":\"559806ccbc1497b4ad7d6e5a3c440abc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/media-upload.php\":{\"d\":1522816229,\"h\":\"f212cdb469e783cfefcb142207f83e02\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/user-edit.php\":{\"d\":1515453955,\"h\":\"db9da4de8805b2f532834a33f2fba054\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/media.php\":{\"d\":1508736206,\"h\":\"88e7c8705372b89c29cd6ed64b3a0a45\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/update-core.php\":{\"d\":1515453954,\"h\":\"dc115398ae4261756edc127cc5877ac1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/comment.php\":{\"d\":1483983252,\"h\":\"d78ff82d6fe2cca6b06cf36d78a581dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/user-new.php\":{\"d\":1522816230,\"h\":\"d8c79a7028b526ec7a4f0b9ff15b3c7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/edit-link-form.php\":{\"d\":1508736206,\"h\":\"f8eaa460aeed95da754744c9a1799f7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/about.php\":{\"d\":1567657984,\"h\":\"c49177b455ef9ea9f7a98dfa0e055dc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/plugins.php\":{\"d\":1552451480,\"h\":\"7cd219c9bc88f4b652546a4d0a3dac1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/link.php\":{\"d\":1471376018,\"h\":\"6e4173fd43a2a01b3509c80ee984d22b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/load-styles.php\":{\"d\":1544670952,\"h\":\"290517fd5218e5bb30c3ef039fd2e559\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/profile.php\":{\"d\":1382734403,\"h\":\"9184e53f96bade3e7ae7cda9eddf7a26\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/term.php\":{\"d\":1522816230,\"h\":\"5b2c683b5996e6c34944cace806054fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/network.php\":{\"d\":1515453954,\"h\":\"5e60a86ac7b805511faacf32831a5e02\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/export.php\":{\"d\":1483983252,\"h\":\"9fefc2dfafaccf4644da004bc5db0cfe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/themes.php\":{\"d\":1522816229,\"h\":\"984a921f9e121b276b6da2cff8c5ec74\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/options-general.php\":{\"d\":1517864283,\"h\":\"62b492d696733adec8e542d18383ab03\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/nav-menus.php\":{\"d\":1522816229,\"h\":\"ccfe323ea0be9c6e41dae24aa6c17763\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/edit.php\":{\"d\":1522816229,\"h\":\"733eecdf657ce25b9a323aea1f190352\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/edit-form-comment.php\":{\"d\":1530811486,\"h\":\"7c405e8bb41fb2ef85720821d1feab0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/edit-tags.php\":{\"d\":1522816230,\"h\":\"394ad4677446d018b68ac6d25b11e0cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/link-parse-opml.php\":{\"d\":1483983252,\"h\":\"58436a5af6f318352bf596ab8a3f4962\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/edit-comments.php\":{\"d\":1522816230,\"h\":\"75707eecac333da5ddbd0164b0380b2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/custom-header.php\":{\"d\":1522816230,\"h\":\"a6d4a935988677ac9cd667030d7f55bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/privacy.php\":{\"d\":1533270515,\"h\":\"f609c7809829682e79246bbc48307073\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/revision.php\":{\"d\":1483983252,\"h\":\"7c7275a9483338d119c46811dcb31e17\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/theme-install.php\":{\"d\":1516143871,\"h\":\"ac9c42ef02c74a99e8109270107b41ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/upgrade.php\":{\"d\":1450106801,\"h\":\"b2efdd003aeacd49ea8325fc923000c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/upload.php\":{\"d\":1508736206,\"h\":\"07fd427d371d52fb67c1c0868a17ebf1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/ms-sites.php\":{\"d\":1382734403,\"h\":\"5d186224ebf4ddd0f1719c9ef4b80468\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/credits.php\":{\"d\":1526741175,\"h\":\"0b1c45083759d618d27a928f3c287efa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/my-sites.php\":{\"d\":1515453954,\"h\":\"310c43340709c3ef43daadbc8cfe6827\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/upgrade-functions.php\":{\"d\":1471376019,\"h\":\"68070de41736e57f8757648a80b9cbbb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/menu-header.php\":{\"d\":1515453954,\"h\":\"e088b7d5057d1258e388c13b323b4059\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/ms-users.php\":{\"d\":1382734403,\"h\":\"4823c8667b23ca83b31bf9093647e5a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/post-new.php\":{\"d\":1522816229,\"h\":\"bbc4b9bfe75638d7c5dac58597952429\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/async-upload.php\":{\"d\":1567657984,\"h\":\"9ae858357d10d297b4797ac2db227069\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/theme-editor.php\":{\"d\":1515453955,\"h\":\"dc255b34563a17256821b63d251977c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/import.php\":{\"d\":1483983252,\"h\":\"f3ee1ef15a9a620217059a853d728d7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/ms-edit.php\":{\"d\":1382734403,\"h\":\"16d42ff617c4a616c3bd94ba103a4582\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/options-writing.php\":{\"d\":1515453954,\"h\":\"0ae22f1812922e0ba1765b2503277e14\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/ms-themes.php\":{\"d\":1382734403,\"h\":\"521cb94b9501ca24bc495a31c66925d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/post.php\":{\"d\":1544670952,\"h\":\"0a2cdc75723c87515fd6d6a070d569fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/admin-ajax.php\":{\"d\":1552451480,\"h\":\"d69028152b87ab999b4cef2300826d83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/install.php\":{\"d\":1515453955,\"h\":\"de9004a6a062af6f1d29393eb54cad9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-admin\\/edit-tag-form.php\":{\"d\":1515453954,\"h\":\"a3373f8e5e714820ff6d29ceb0cc5c59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/plupload\\/plupload.js\":{\"d\":1515453953,\"h\":\"dda0aa24705a5218d13e271c8c187cf7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/plupload\\/moxie.min.js\":{\"d\":1515453953,\"h\":\"68dec65b1e80b2b66994f4700762b65c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/plupload\\/moxie.js\":{\"d\":1515453953,\"h\":\"8923430da19a35c7b1efc792b681fc9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/plupload\\/plupload.min.js\":{\"d\":1515453953,\"h\":\"47d38d462d5fa882a92dbd2b54d5d747\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/plupload\\/wp-plupload.js\":{\"d\":1515453953,\"h\":\"723a6f72315da6e688f995bd48d4af5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/plupload\\/license.txt\":{\"d\":1382734403,\"h\":\"751419260aa954499f7abaabaa882bbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/plupload\\/handlers.js\":{\"d\":1494997869,\"h\":\"7a8494f68ff136d5bf92a075fa61dfe0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/plupload\\/wp-plupload.min.js\":{\"d\":1471376018,\"h\":\"7c74a0f866c5dfd1dc9a45474651f6ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/plupload\\/handlers.min.js\":{\"d\":1494997869,\"h\":\"a08d4288293bfbcd0d198f7aa3eda619\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jcrop\\/jquery.Jcrop.min.css\":{\"d\":1382734403,\"h\":\"56cc9ea201dc2f4b910e78bfacac9211\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jcrop\\/jquery.Jcrop.min.js\":{\"d\":1382734403,\"h\":\"2f61ab984c177275c71e34ff1a17c102\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/crop\\/cropper.js\":{\"d\":1382734403,\"h\":\"1d97b296d918482e1273c56fbff6a8e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/crop\\/cropper.css\":{\"d\":1382734403,\"h\":\"6b79350bf46e0f692a4d1b2807ed0399\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/thickbox\\/thickbox.css\":{\"d\":1515453954,\"h\":\"69d6aa1f5bafc0d02da2d4470496ea12\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/thickbox\\/thickbox.js\":{\"d\":1471376018,\"h\":\"d5d248a8730754587b4224c2d9ad36c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/imgareaselect\\/jquery.imgareaselect.min.js\":{\"d\":1522816229,\"h\":\"959b49d52e2ff3abd7b9e48440679dff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/imgareaselect\\/jquery.imgareaselect.js\":{\"d\":1522816229,\"h\":\"63ec4a65e41151dfd5c85e88fc98a42c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/imgareaselect\\/imgareaselect.css\":{\"d\":1382734403,\"h\":\"7d28cad92829b3d633a087b5f3b595af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/autocomplete.min.js\":{\"d\":1471376018,\"h\":\"d0ff3eba6258651773c3a5cc909efde6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/button.min.js\":{\"d\":1471376018,\"h\":\"2ce99e1ed08df351e6a58eb4b6bcbfa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/effect-scale.min.js\":{\"d\":1430236516,\"h\":\"d57d0830652c29c3e0e301b02b6db754\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/effect-blind.min.js\":{\"d\":1430236516,\"h\":\"addbe09f173c4f1bd86d41ac5f3b4f4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/mouse.min.js\":{\"d\":1471376018,\"h\":\"82835a8960ddd73020389dbfa45c39a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/effect.min.js\":{\"d\":1471376018,\"h\":\"3f7161cf139d5a2c5e6d34e1c0026f9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/position.min.js\":{\"d\":1471376018,\"h\":\"1c4a13edec1958817e83433aeaa42f62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/effect-clip.min.js\":{\"d\":1430236516,\"h\":\"c7939457e8ab231b951713475a056173\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/slider.min.js\":{\"d\":1471376018,\"h\":\"9408efe2ce5a6b4364f34cbda02f814b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/spinner.min.js\":{\"d\":1471376018,\"h\":\"3acf32da612bf35221c09394856591dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/effect-highlight.min.js\":{\"d\":1430236516,\"h\":\"95e8ebe62adf187fb4c3b84eb5bef821\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/resizable.min.js\":{\"d\":1471376018,\"h\":\"a5001032177c492cf0ff7c86bc01169f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/core.min.js\":{\"d\":1471376018,\"h\":\"9ce4e157448487d4efe0ca538f656a71\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/effect-pulsate.min.js\":{\"d\":1471376018,\"h\":\"bf836f20530440115a2a8487ca7021c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/widget.min.js\":{\"d\":1471376018,\"h\":\"8cf7f36bbd79bc0664b6113f7a7837fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/draggable.min.js\":{\"d\":1471376018,\"h\":\"443c277789baf69c490019d59c1b36ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/effect-slide.min.js\":{\"d\":1430236516,\"h\":\"fa23475fb01c8f4d56da98ca0c1179b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/tabs.min.js\":{\"d\":1471376018,\"h\":\"5330c83425ab1b8f67ce63f741427adb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/selectable.min.js\":{\"d\":1471376018,\"h\":\"b632add191ecae92e6a7b6b97212a640\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/effect-puff.min.js\":{\"d\":1430236516,\"h\":\"fe496d6c9d63bc47854084c8b3fc20d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/dialog.min.js\":{\"d\":1471376018,\"h\":\"3ecd9590aac778514f4e69975ed91a62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/accordion.min.js\":{\"d\":1471376018,\"h\":\"334c2ffb0b086ffc0f6f192ea120f3c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/datepicker.min.js\":{\"d\":1471376018,\"h\":\"cfb63dc18fde53fef4d4fdc19ddfdcd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/progressbar.min.js\":{\"d\":1471376018,\"h\":\"b94d71da54d9b4413ffa4c7d792269c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/menu.min.js\":{\"d\":1471376018,\"h\":\"c91cfff50715441295fe7463bb5d3894\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/effect-size.min.js\":{\"d\":1471376018,\"h\":\"b00e3dfd6eebccd5ea9aeb3293d85a25\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/selectmenu.min.js\":{\"d\":1430236516,\"h\":\"cb7db4cbaa328e395a680c78692236f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/effect-shake.min.js\":{\"d\":1471376018,\"h\":\"260cbafcbcedc23348a371cb80083112\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/effect-fade.min.js\":{\"d\":1430236516,\"h\":\"9f6fd64f4f5ff5893b7b72a235246d0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/effect-explode.min.js\":{\"d\":1471376018,\"h\":\"c0df625cca418cfd803a11514a3dd1e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/droppable.min.js\":{\"d\":1471376018,\"h\":\"debf5224c4162887d1a6e3198ed953d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/effect-fold.min.js\":{\"d\":1430236516,\"h\":\"8d365ec1b3a7ee82f93c9afd441e456c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/sortable.min.js\":{\"d\":1471376018,\"h\":\"2896e90cc17e9abc160ed96bb86b07e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/effect-drop.min.js\":{\"d\":1430236516,\"h\":\"57fe560887cac7a5b2598188463290e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/effect-bounce.min.js\":{\"d\":1471376018,\"h\":\"4bc4c97924bea4bf7b04d7b46ff4f64c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/tooltip.min.js\":{\"d\":1471376018,\"h\":\"443f68690d84eee42cf3019071340730\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/ui\\/effect-transfer.min.js\":{\"d\":1430236516,\"h\":\"07e5b0dea800777dd2108788b56ef90b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/jquery.serialize-object.js\":{\"d\":1382734403,\"h\":\"d15c29a18d9ffa8b9b4ae86c3c0cfa22\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/jquery.form.js\":{\"d\":1515453953,\"h\":\"d08a6e3d69ffe1088166ae1983e2355d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/jquery.masonry.min.js\":{\"d\":1473263316,\"h\":\"cd0eb3406096ff80266e7c9d7d419186\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/jquery-migrate.js\":{\"d\":1466531699,\"h\":\"6c57b762589f13ea5b3579ca5e6c369b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/jquery.table-hotkeys.js\":{\"d\":1386948190,\"h\":\"a706ead694231e74fd6750b1670580a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/jquery.schedule.js\":{\"d\":1382734402,\"h\":\"0426b39754aa6bc766d89ea4c41bbd06\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/suggest.min.js\":{\"d\":1460640790,\"h\":\"7311075c2b411b299c94e36e2e3bab89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/jquery-migrate.min.js\":{\"d\":1466531699,\"h\":\"7121994eec5320fbe6586463bf9651c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/jquery.ui.touch-punch.js\":{\"d\":1382734403,\"h\":\"4cc86d1003c45134d6838f13e3885db1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/jquery.hotkeys.min.js\":{\"d\":1382734403,\"h\":\"e353217d4555ab5c62b367be6889813d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/suggest.js\":{\"d\":1460640790,\"h\":\"3a2474569145d51ecabf7fc4fb078982\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/jquery.table-hotkeys.min.js\":{\"d\":1382734403,\"h\":\"e56f81676f199db7bf937e69a64909fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/jquery.form.min.js\":{\"d\":1515453953,\"h\":\"4534fa47fab86ef0aca5345e30ddf509\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/jquery.js\":{\"d\":1567657984,\"h\":\"dc5ba5044fccc0297be7b262ce669a7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/jquery.hotkeys.js\":{\"d\":1397708561,\"h\":\"e29483a8ca26a0dd8b0d1146c6b0a6e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/jquery.color.min.js\":{\"d\":1382734402,\"h\":\"ff2db8dbf145ce47f31781eef33e764a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/jquery\\/jquery.query.js\":{\"d\":1382734403,\"h\":\"3bcc587af2c7b01fc6fbc9c077050143\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/themes\\/modern\\/theme.min.js\":{\"d\":1533270515,\"h\":\"7a36834309f0b8ef510bccb53d832943\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/themes\\/modern\\/theme.js\":{\"d\":1533270515,\"h\":\"0cd9fdee0a27d28e107936ef56e4e24f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/themes\\/inlite\\/theme.min.js\":{\"d\":1533270515,\"h\":\"68c854763f6bd132b1cc20f6e0d1e970\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/themes\\/inlite\\/theme.js\":{\"d\":1533270515,\"h\":\"1fb22dab6ed32deabfed237aad759e24\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/colorpicker\\/plugin.min.js\":{\"d\":1526741175,\"h\":\"cdb6a59abe551818e8a3a6d61b68e00e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/colorpicker\\/plugin.js\":{\"d\":1533270515,\"h\":\"fc025b0a68f5ac5cfb7af7d9aebbeaf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/hr\\/plugin.min.js\":{\"d\":1526741175,\"h\":\"0911253e82299afa85c2950c033bb68f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/hr\\/plugin.js\":{\"d\":1533270515,\"h\":\"fd7ae993f8817e35a0caabd6c0744ac0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/textcolor\\/plugin.min.js\":{\"d\":1533270515,\"h\":\"d5da6dc53df2bff42ff9155d426a1794\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/textcolor\\/plugin.js\":{\"d\":1533270515,\"h\":\"03c6de7649cd96f85b56ff3e3e02e6be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpview\\/plugin.min.js\":{\"d\":1533270515,\"h\":\"b46b7cbc7a3548d8bb28a9ae0b08ed9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpview\\/plugin.js\":{\"d\":1533270515,\"h\":\"eee93d5b9b96842ce7aa67ba2c1c1acd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpautoresize\\/plugin.min.js\":{\"d\":1471376018,\"h\":\"8607e87dcbb351d067d1a54485e8a357\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpautoresize\\/plugin.js\":{\"d\":1430236516,\"h\":\"640cbc0058638c4fb0400370dbcf25a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/compat3x\\/css\\/dialog.css\":{\"d\":1471376018,\"h\":\"e5313168fb2b657a4bd2f5e06b931a22\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/compat3x\\/plugin.min.js\":{\"d\":1526741175,\"h\":\"4c927b02ec9bc57017eab8d7b6dcd2a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/compat3x\\/plugin.js\":{\"d\":1526741175,\"h\":\"2bdb6ec1c3d931d9ecbb169fcf6f5662\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/tabfocus\\/plugin.min.js\":{\"d\":1533270515,\"h\":\"5ef8706c50672b8945100bf3bba5ecc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/tabfocus\\/plugin.js\":{\"d\":1533270515,\"h\":\"1f951b112676690e39c4ae9463769a8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/directionality\\/plugin.min.js\":{\"d\":1526741175,\"h\":\"884572e84844add444b1c133a61f9a40\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/directionality\\/plugin.js\":{\"d\":1533270515,\"h\":\"90a8e01e559f995cb8eb526a8d97e8c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/charmap\\/plugin.min.js\":{\"d\":1526741175,\"h\":\"3d42b6ec9f848bb610500d4cf6e2a00c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/charmap\\/plugin.js\":{\"d\":1533270515,\"h\":\"4c3c81756533d703d3bb95ce8f9882a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/image\\/plugin.min.js\":{\"d\":1533270515,\"h\":\"92889d5f994a6864a8235e5d426c1e73\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/image\\/plugin.js\":{\"d\":1533270515,\"h\":\"5756a9cf36da2f719f90edaeb64f73f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/fullscreen\\/plugin.min.js\":{\"d\":1526741175,\"h\":\"0e31542957a5ced3fb021a641359a902\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/fullscreen\\/plugin.js\":{\"d\":1533270515,\"h\":\"a17103ce4c70991f0751a1df272eac49\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/wplink\\/plugin.min.js\":{\"d\":1533270515,\"h\":\"69dd2736db6e8634bbe44998046c1ec9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/wplink\\/plugin.js\":{\"d\":1533270515,\"h\":\"5691e4edf58967ac68ef2a739339159d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpgallery\\/plugin.min.js\":{\"d\":1450106800,\"h\":\"04fb37608ef94f9a747901b2f98b4fce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpgallery\\/plugin.js\":{\"d\":1450106800,\"h\":\"9d48345044e6111fbeb9d2fb444d5c49\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/link\\/plugin.min.js\":{\"d\":1526741175,\"h\":\"da71d62b165ecde69d1b7afb554ebb79\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/link\\/plugin.js\":{\"d\":1533270515,\"h\":\"fbf53969b19e593f224ffab41eeaf4fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/wordpress\\/plugin.min.js\":{\"d\":1533270515,\"h\":\"40b2c5a72f36fa6375bdb67e26ea8b4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/wordpress\\/plugin.js\":{\"d\":1533270515,\"h\":\"49be97e35bba4ff1c426a6df80155e87\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpdialogs\\/plugin.min.js\":{\"d\":1397708561,\"h\":\"eafbb1478981e337981d287474e240b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpdialogs\\/plugin.js\":{\"d\":1397708561,\"h\":\"06f7aecb5bdfa28739eea0a498d15a81\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpemoji\\/plugin.min.js\":{\"d\":1471376018,\"h\":\"c6cc2ce4842cf34494b20855418ec7ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpemoji\\/plugin.js\":{\"d\":1460640791,\"h\":\"f77a6131c150653ddfa17a568a1962d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpeditimage\\/plugin.min.js\":{\"d\":1533270515,\"h\":\"55079e203fbb8913c2f34bd839f9a6dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpeditimage\\/plugin.js\":{\"d\":1533270515,\"h\":\"275361937714babb1b4ed539582be877\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/lists\\/plugin.min.js\":{\"d\":1533270515,\"h\":\"f22019286074a87a7191766c89c4cfab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/lists\\/plugin.js\":{\"d\":1533270515,\"h\":\"2044a08452b145970ba8155e0f1e00fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/media\\/plugin.min.js\":{\"d\":1526741175,\"h\":\"111e5c52d4d0f2d41fc16f65884954bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/media\\/plugin.js\":{\"d\":1533270515,\"h\":\"611679cf46c9710355e58818e6c9937f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/wptextpattern\\/plugin.min.js\":{\"d\":1483983252,\"h\":\"a92e4569e92450776f18e0bb6ddae1b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/wptextpattern\\/plugin.js\":{\"d\":1483983252,\"h\":\"bbe31109bb4a2955ac73c0b0ac1e8d8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/paste\\/plugin.min.js\":{\"d\":1533270515,\"h\":\"1216bf3c90d1540a8d29e04f6f9bb7b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/plugins\\/paste\\/plugin.js\":{\"d\":1533270515,\"h\":\"611310a2b7739d0e073cb88153237131\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/utils\\/mctabs.js\":{\"d\":1515453954,\"h\":\"eb81a1ec2259f9b1b4933e7855e5ada3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/utils\\/editable_selects.js\":{\"d\":1508736205,\"h\":\"a14a93897132a4a24927c64a9739ff45\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/utils\\/form_utils.js\":{\"d\":1508736205,\"h\":\"bf88fc6ca25582825493849f19fa4c69\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/utils\\/validate.js\":{\"d\":1526741175,\"h\":\"434cc20c313f6f2b033b84f8fb7b5986\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce-small.ttf\":{\"d\":1460640791,\"h\":\"28806940c647cf671bebf4ae0630e570\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce.ttf\":{\"d\":1526741175,\"h\":\"f8d2925604a55d7b8604a9875b8e70d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce.woff\":{\"d\":1526741175,\"h\":\"9267f79bc730290c6e2c90f9353d3ccf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce-small.eot\":{\"d\":1460640791,\"h\":\"12d26c285b71d790f4b0c94423ef1f99\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce-small.woff\":{\"d\":1460640791,\"h\":\"7e0c88f02dcaf2f78c90b4dc7827b709\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce.eot\":{\"d\":1526741175,\"h\":\"6401227790b9e544ef6b8d749cd0a358\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/content.inline.min.css\":{\"d\":1533270515,\"h\":\"0de56511864c9de2a5cdb878010fc550\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/content.min.css\":{\"d\":1533270515,\"h\":\"0be8f6d47b7eb85f49cbb5b54feb4b40\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/skin.min.css\":{\"d\":1533270515,\"h\":\"084491ba9b612bfaf8a5206e445e0845\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/skins\\/wordpress\\/wp-content.css\":{\"d\":1533270515,\"h\":\"8091ca12bafbea286c007455dd00ed62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/langs\\/wp-langs-en.js\":{\"d\":1421255478,\"h\":\"08f8669f7453b17563a62e6bbb376137\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/tinymce.min.js\":{\"d\":1533270515,\"h\":\"e0cc75e46e7be9cda3c4da2a12e6e2f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/license.txt\":{\"d\":1508736204,\"h\":\"6f9589e0c8df783acd1760d203bafffa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/tiny_mce_popup.js\":{\"d\":1515453954,\"h\":\"4237af4931ba3003048f8eb5b98364c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/wp-tinymce.js.gz\":{\"d\":1533270515,\"h\":\"f789924dd9fbbd262ca2cadfba966702\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tinymce\\/wp-tinymce.php\":{\"d\":1430236516,\"h\":\"8a620ab81dc7307f7072b1d312924876\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/swfupload\\/swfupload.js\":{\"d\":1515453954,\"h\":\"ccd72399988bf939dce13e2659526711\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/swfupload\\/license.txt\":{\"d\":1382734403,\"h\":\"cbe05bb060c85e07882dc06ff751577a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/swfupload\\/handlers.js\":{\"d\":1515453954,\"h\":\"c2c1ec2ac323cd308b2dc6d58370f514\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/swfupload\\/handlers.min.js\":{\"d\":1515453954,\"h\":\"6a8fbcda994be17e7109f588fcd8633d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mediaelement\\/renderers\\/vimeo.js\":{\"d\":1515453953,\"h\":\"5c12dccb796dfc0f9bef9745965cf595\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mediaelement\\/renderers\\/vimeo.min.js\":{\"d\":1515453953,\"h\":\"4e3e1ef6029d44a9362f7ea746b87994\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mediaelement\\/mediaelementplayer-legacy.css\":{\"d\":1515453953,\"h\":\"c4eb4f7315c64a37361986e2e5d3314e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mediaelement\\/mediaelement.min.js\":{\"d\":1515453953,\"h\":\"dec8fc8727389a7b012257960f663dff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mediaelement\\/mediaelement.js\":{\"d\":1515453953,\"h\":\"f3b0e2379715e4ae6d15748d14a6dca1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mediaelement\\/mediaelement-migrate.js\":{\"d\":1515453953,\"h\":\"3cb6030743925f687ad3043384ed3c37\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mediaelement\\/mediaelementplayer.css\":{\"d\":1515453953,\"h\":\"957da4b922728f725cb6369cc9f28957\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mediaelement\\/mediaelement-migrate.min.js\":{\"d\":1515453953,\"h\":\"3fefcdeb28220a3107a61ca3af3070f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mediaelement\\/wp-mediaelement.js\":{\"d\":1517864282,\"h\":\"e781b3e173836b68d9c9d16e24fe66ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mediaelement\\/mediaelementplayer-legacy.min.css\":{\"d\":1515453953,\"h\":\"a7f30f0c309921a487640a98569cba90\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mediaelement\\/mediaelement-and-player.min.js\":{\"d\":1515453953,\"h\":\"0c279a4de1ca848917f96892e58345d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mediaelement\\/mediaelement-and-player.js\":{\"d\":1515453953,\"h\":\"bfa6a78578b3e436a00cddf75420469a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mediaelement\\/wp-mediaelement.min.js\":{\"d\":1517864282,\"h\":\"5d06470c0ac27ec77a1a6352f0558e35\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mediaelement\\/wp-playlist.min.js\":{\"d\":1517864282,\"h\":\"5fb749f8adce337f9f303136821bdf5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mediaelement\\/wp-mediaelement.css\":{\"d\":1515453953,\"h\":\"6a350c561385084ca1b185cd812e7f43\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mediaelement\\/wp-playlist.js\":{\"d\":1517864283,\"h\":\"b135057e7d04c299ca1e9b7d6055f4ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mediaelement\\/mediaelementplayer.min.css\":{\"d\":1515453953,\"h\":\"3207ef8ba63ea7671e48d937393967e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mediaelement\\/wp-mediaelement.min.css\":{\"d\":1515453953,\"h\":\"ad088d44c475a26d541c1b3988a8a274\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/codemirror\\/jsonlint.js\":{\"d\":1515453953,\"h\":\"49296679dee36b0c548c2bcaed3cd59f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/codemirror\\/htmlhint.js\":{\"d\":1515453953,\"h\":\"b532ec7cd19faf478c4d740b5035a7ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/codemirror\\/htmlhint-kses.js\":{\"d\":1515453953,\"h\":\"eefd81f25baeb66b5bf323634c667b1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/codemirror\\/jshint.js\":{\"d\":1517864283,\"h\":\"9d84f61dfb50fa0321ec52716301cdca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/codemirror\\/codemirror.min.js\":{\"d\":1515453953,\"h\":\"f2d20913fc0766828268883b66af71ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/codemirror\\/codemirror.min.css\":{\"d\":1515453953,\"h\":\"a632336ab79ded318dc02844c4faf3b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/codemirror\\/csslint.js\":{\"d\":1515453953,\"h\":\"e1b73b2ee9f94bd0f0cace5f09fd8251\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-custom-header.min.js\":{\"d\":1483983252,\"h\":\"802bee0e5f600483e0247f59b3b329b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/zxcvbn-async.js\":{\"d\":1386948190,\"h\":\"97a79e96a815b200139356055d752333\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/swfobject.js\":{\"d\":1382734403,\"h\":\"9ffdba2cff497d701684657e329871f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/api-request.min.js\":{\"d\":1515453953,\"h\":\"eb5b88948b1755a4bb607c33f63c0096\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/customize-selective-refresh.js\":{\"d\":1517864283,\"h\":\"527d1e0957b88a45d872f4a318e8ec13\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/autosave.min.js\":{\"d\":1483983252,\"h\":\"c2366b7de7027d09661ecdde0c8d1025\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/media-editor.min.js\":{\"d\":1483983252,\"h\":\"79cf51bae2593b7ac27b73789e43646d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-auth-check.min.js\":{\"d\":1460640790,\"h\":\"99c97a7d6ad9e1ba06bbd76f29ecaad6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/customize-selective-refresh.min.js\":{\"d\":1517864282,\"h\":\"aefff2962b2f3da789019ca890e97f83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/zxcvbn.min.js\":{\"d\":1508736205,\"h\":\"a0ba2f2c8a1dd2594208e4f45b50b390\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/zxcvbn-async.min.js\":{\"d\":1382734402,\"h\":\"3196e9b61f703909e139ce7e049a7ffd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/customize-preview-widgets.min.js\":{\"d\":1515453953,\"h\":\"a5f3b545a796e07e300f08d3c1e5386b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wplink.js\":{\"d\":1508736205,\"h\":\"6563181820c6b50a36ab7249198bdfea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-sanitize.js\":{\"d\":1515453953,\"h\":\"c82ddb34090cba66aff7d12291e75f21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-backbone.min.js\":{\"d\":1460640791,\"h\":\"b978d3c20a25ca1d36c1688c298c8239\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/media-audiovideo.js\":{\"d\":1515453953,\"h\":\"9cebbb22b93c5354519ee9a29b60e902\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/customize-views.min.js\":{\"d\":1488827001,\"h\":\"000d91b0de96556e03c3053f728b2987\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/customize-preview.js\":{\"d\":1515453954,\"h\":\"8ac9f2b666eaa82f047005ba79834f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-ajax-response.min.js\":{\"d\":1522816229,\"h\":\"20d3d94221f3642fe34a6e578c435dcb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/media-grid.min.js\":{\"d\":1515453953,\"h\":\"1fa1bd41398fffc5e65332ee0fcb4ede\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mce-view.min.js\":{\"d\":1516143871,\"h\":\"280263cbe063651d578398c8d4046cc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/customize-preview.min.js\":{\"d\":1515453954,\"h\":\"f4d0c657b387dd0a32fa0f98d7cf5b04\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-emoji-loader.js\":{\"d\":1533270515,\"h\":\"67225f16229b76c9f2a0c46a15182781\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-embed-template.min.js\":{\"d\":1471376018,\"h\":\"c05d678a8197a72c4a44bf540017278a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/media-grid.js\":{\"d\":1515453953,\"h\":\"e9d2357fad91f0fa0122b21653d2b283\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/media-views.min.js\":{\"d\":1526741175,\"h\":\"80b33095e5ba53fee0a8f993e1bffaf9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-pointer.min.js\":{\"d\":1382734403,\"h\":\"368f987c644d70580097e48066c99082\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tw-sack.min.js\":{\"d\":1440424006,\"h\":\"bc4487194e1f88126b8a500ad47e6889\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-pointer.js\":{\"d\":1515453953,\"h\":\"35383aaf79e2b149c48a6acbc6c83809\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/customize-base.js\":{\"d\":1515453953,\"h\":\"44c9ce1c5ef5e1516a8bcc08f42931a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/utils.js\":{\"d\":1515453953,\"h\":\"0cb234c48b5a81baaaaa30f570199d9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/autosave.js\":{\"d\":1515453953,\"h\":\"9b1d754d27a657a24b8268d87a4a96ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/media-models.min.js\":{\"d\":1526741175,\"h\":\"b631c2ad1ed6830c14f1b5b746cc33b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/backbone.min.js\":{\"d\":1471376018,\"h\":\"9263ddbe52f85e7be13301ac26889c8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wpdialog.min.js\":{\"d\":1397708561,\"h\":\"d22d9fa5bb00ba0667080da846c4a1be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-emoji.min.js\":{\"d\":1471376018,\"h\":\"1acdd0cd523695bd920ccc418b0678c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-a11y.js\":{\"d\":1515453953,\"h\":\"711c49a2ed00535aa8aa3fc7af0a2420\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-api.min.js\":{\"d\":1522816229,\"h\":\"cfe6bf3aec2963dbdcddb2daa7ed129c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wplink.min.js\":{\"d\":1508736204,\"h\":\"5c8ce7c9fc66234e60742bf8d3cf2ffb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/heartbeat.min.js\":{\"d\":1515453954,\"h\":\"364c2b9d670cdf41e827a627eb11b04b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/shortcode.js\":{\"d\":1515453953,\"h\":\"6e3848c6ea0f681f669a0c8f942bf41b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-a11y.min.js\":{\"d\":1508736204,\"h\":\"7fb5f1a0757b4fc79ac7c5b1920e0f8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/customize-loader.js\":{\"d\":1515453953,\"h\":\"a2c8b624e5fad7d54a01eb87471d66b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-embed.min.js\":{\"d\":1544670952,\"h\":\"2dce40d16f9ff6332d3cbb7ae488a2b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-backbone.js\":{\"d\":1515453953,\"h\":\"65105a0048efed09300417b61ad18cc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/customize-preview-nav-menus.min.js\":{\"d\":1484164960,\"h\":\"526952e7a87a339b276f5dcfc96c5176\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/masonry.min.js\":{\"d\":1471376018,\"h\":\"5420b6516c14245b504e7240a8310f2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/customize-loader.min.js\":{\"d\":1515453953,\"h\":\"31d9f8e828b08e3de1c3922fd12161ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/shortcode.min.js\":{\"d\":1515453953,\"h\":\"1c041f7f933a23946e80dc51b5e1c938\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-emoji.js\":{\"d\":1471376018,\"h\":\"ddc49ad0e4b146cc8ff73d976f1298bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/json2.js\":{\"d\":1450106800,\"h\":\"73a1d77b4e827c45061f4fab041030a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/comment-reply.js\":{\"d\":1515453953,\"h\":\"01183853cffabcfc771e87e405727059\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-embed-template.js\":{\"d\":1471376018,\"h\":\"d6c3fb049f657928eac2cd9c7eef6925\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/twemoji.js\":{\"d\":1533270515,\"h\":\"4d33a4ad65ec90364e2c52aca8badf11\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/customize-views.js\":{\"d\":1515453954,\"h\":\"1e619b769bf8f798e13112e221949e02\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/admin-bar.js\":{\"d\":1440424007,\"h\":\"d97a1899a7f641e693928f5a47c33de4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/media-models.js\":{\"d\":1526741175,\"h\":\"529e91f5ac6fd14fa38d85082d4aeab4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-sanitize.min.js\":{\"d\":1515453953,\"h\":\"60b4efeac56fd08f7ba4f0f48e915dae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/media-views.js\":{\"d\":1526741175,\"h\":\"8a3ff68fbf1fc580d0429d07ee55caf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-api.js\":{\"d\":1522816229,\"h\":\"1b243f90dc8ec0cdb34d36d3cb92dcba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/customize-preview-nav-menus.js\":{\"d\":1515453953,\"h\":\"a475fa643ad31db4aaa72d48169ee109\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-list-revisions.min.js\":{\"d\":1471376018,\"h\":\"d252f431d400b696e25ca9fec9a1113e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-list-revisions.js\":{\"d\":1386948190,\"h\":\"47510d7560d22a974c8c0eec6e24bcbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-lists.min.js\":{\"d\":1483983252,\"h\":\"7df18b42cbd5cbaa5067c06f57aa876b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wpdialog.js\":{\"d\":1397708561,\"h\":\"72e8395fd44d4039009c5396888fa6ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/customize-models.min.js\":{\"d\":1515453953,\"h\":\"1f1c22726066146cbe889da7288dd45b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/imagesloaded.min.js\":{\"d\":1471376018,\"h\":\"d0c2c0d7e37652e66657c8c8d6376442\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-emoji-loader.min.js\":{\"d\":1533270515,\"h\":\"0ac3cd92fe3f0052da47e55c729df482\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/twemoji.min.js\":{\"d\":1533270515,\"h\":\"47008e6186dfd2a8ea800d7d17158824\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/utils.min.js\":{\"d\":1471376018,\"h\":\"f6e3d57217de41fa3243331155452bb1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/quicktags.js\":{\"d\":1508736204,\"h\":\"bb36c516f8fd9ecc5d05b750f92cc1ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/media-audiovideo.min.js\":{\"d\":1515453953,\"h\":\"12489a4a2667144f42dc607e77a2c2f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/quicktags.min.js\":{\"d\":1508736204,\"h\":\"f371f1d8aef9c3cb12cbdfa97cf7bd2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-emoji-release.min.js\":{\"d\":1533270515,\"h\":\"15d0c302dc74fd87bd9cfeab513e13e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/customize-preview-widgets.js\":{\"d\":1515453953,\"h\":\"8ff9fe7ca1dadd92d11ffa20b353c518\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/admin-bar.min.js\":{\"d\":1471376018,\"h\":\"b2e733f0c117e30ac8974dcc69ab11d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/mce-view.js\":{\"d\":1516143871,\"h\":\"f2e51a6cc3a8ea3f6d149602645bcb91\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/underscore.min.js\":{\"d\":1460640790,\"h\":\"6a3a434a1360cc744341e97de9177bc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-lists.js\":{\"d\":1483983252,\"h\":\"a3ad4f080bd61da2b9f2f9390b1533d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-auth-check.js\":{\"d\":1460640791,\"h\":\"99500dd54adc76769e1a798a9725d765\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/api-request.js\":{\"d\":1515453953,\"h\":\"8bab6e7977d3198174f6773395f2f570\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/media-editor.js\":{\"d\":1515453954,\"h\":\"af1d6c3eb0ea441600d4a7f2ac4c7c4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/colorpicker.js\":{\"d\":1382734402,\"h\":\"f01017ca562067f4840eb2b6f99f2daf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/heartbeat.js\":{\"d\":1515453953,\"h\":\"38b33c94f0739e506b38ecbb9c62beb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/colorpicker.min.js\":{\"d\":1471376018,\"h\":\"e186209dc41a59f2fb627c24e640712d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-embed.js\":{\"d\":1544670952,\"h\":\"74194cbcf228ab10c16d37fded70705b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-util.js\":{\"d\":1515453954,\"h\":\"3ec17cf08572d621367a0573351441aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/comment-reply.min.js\":{\"d\":1450106800,\"h\":\"56bc2726d829207bfa802f957aac0791\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/json2.min.js\":{\"d\":1471376018,\"h\":\"35d899a81986173f44f9bbe686cc583c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/customize-models.js\":{\"d\":1515453954,\"h\":\"28a921114915381d0837f90180e29f9c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/tw-sack.js\":{\"d\":1382734403,\"h\":\"b989a5bd84f6ebcbc1393ec003e6e991\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-ajax-response.js\":{\"d\":1522816229,\"h\":\"4134afac564acdd0f18f6cd705ee7759\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/hoverIntent.min.js\":{\"d\":1430236516,\"h\":\"ca500ade854c31417faf5762e31b9d00\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/customize-base.min.js\":{\"d\":1515453953,\"h\":\"0bcc3681daa40ee2e0ecee241388a898\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-custom-header.js\":{\"d\":1515453954,\"h\":\"3e2d55e5318d81a5281421f688e58323\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/hoverIntent.js\":{\"d\":1430236516,\"h\":\"cab3598b438a9e63984f1c6e9dd79b01\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/js\\/wp-util.min.js\":{\"d\":1471376018,\"h\":\"83118aa939b5832dd4e1cad8b186012c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/fonts\\/dashicons.eot\":{\"d\":1460640791,\"h\":\"30e410c715c6215fa7faa1c979b6480c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/fonts\\/dashicons.ttf\":{\"d\":1460640791,\"h\":\"8fea1fce46bafe469ba2f101fdc583e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/fonts\\/dashicons.woff\":{\"d\":1460640791,\"h\":\"0c1c1ad41c025f72592bca820e073bec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-widget-media-audio.php\":{\"d\":1515453954,\"h\":\"fdfd85dc7c9c9d0f037ae789dd9a24a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-nav-menu-widget.php\":{\"d\":1515453954,\"h\":\"ff7aa786c75ed03355cfc7f7fc64498f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-widget-rss.php\":{\"d\":1515453954,\"h\":\"8e880fc45940a0c6c23e5005af2af01c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-widget-media-video.php\":{\"d\":1515453954,\"h\":\"38e269e7c496ee65c39fb5086ac8a9b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-widget-calendar.php\":{\"d\":1515453954,\"h\":\"e0a81deadf7e5c52fee651410dff9f86\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-widget-media-gallery.php\":{\"d\":1515453954,\"h\":\"05dd32417c2270fe96b319770d25471b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-widget-media-image.php\":{\"d\":1517864283,\"h\":\"619179c7e3e00e8a873e07e347c1212b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-widget-custom-html.php\":{\"d\":1515453954,\"h\":\"92e495da427af67d45420a6d1ee60ae5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-widget-meta.php\":{\"d\":1515453954,\"h\":\"059bd0fcfe1b7bda11e79976e1c84465\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-widget-recent-posts.php\":{\"d\":1515453954,\"h\":\"76b598ae8580aa03a80a6a715589585d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-widget-tag-cloud.php\":{\"d\":1515453954,\"h\":\"37fb7946b672ce58ce19aacff58f8efa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-widget-search.php\":{\"d\":1515453954,\"h\":\"a3e28aa035e37faf6536140564a929c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-widget-recent-comments.php\":{\"d\":1515453954,\"h\":\"6f8e23f590c4d32d2eee2b53c70d5924\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-widget-media.php\":{\"d\":1515453954,\"h\":\"d91920c0386e48744104bf86e1d863c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-widget-categories.php\":{\"d\":1515453954,\"h\":\"435a4a04f4dca031c14b9f38a3c9c373\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-widget-links.php\":{\"d\":1515453954,\"h\":\"a62c1c6a35b50e475f626fa52dc41821\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-widget-text.php\":{\"d\":1517864283,\"h\":\"89b44ed0a8562d2626140d41cbac1fd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-widget-archives.php\":{\"d\":1515453954,\"h\":\"b73f7fed732ef178344d335b1b2ec6a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets\\/class-wp-widget-pages.php\":{\"d\":1515453954,\"h\":\"8ebb338e15a5f1a2a2ae9ec21dcd1c73\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Text\\/Diff\\/Renderer\\/inline.php\":{\"d\":1382734403,\"h\":\"880ae56e35b150b4b2c7e9d94227e81e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Text\\/Diff\\/Engine\\/string.php\":{\"d\":1450106800,\"h\":\"3a11b1933d17fc4da9c3000cacef6929\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Text\\/Diff\\/Engine\\/xdiff.php\":{\"d\":1382734403,\"h\":\"d6b91fc8628a0c0474ad58389a475815\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Text\\/Diff\\/Engine\\/native.php\":{\"d\":1515453954,\"h\":\"af53f6d50c16840d93189e01247fd454\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Text\\/Diff\\/Engine\\/shell.php\":{\"d\":1515453954,\"h\":\"5adeb5d2b61c5f9cd3d14fc86faa5543\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Text\\/Diff\\/Renderer.php\":{\"d\":1440424007,\"h\":\"fc8720df4330b50f59374fdc40d94753\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Text\\/Diff.php\":{\"d\":1440424007,\"h\":\"6c70d59e9e9a6e9bd11537719313e32a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/certificates\\/ca-bundle.crt\":{\"d\":1471376017,\"h\":\"dd1c7bdebdfc411eb8a336e3d758692c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-item-setting.php\":{\"d\":1515453953,\"h\":\"405657b600f6f8b9c2cd436aa0586ae7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-locations-control.php\":{\"d\":1515453953,\"h\":\"41985d56d92a75d38eab0b0cb85ccc2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-site-icon-control.php\":{\"d\":1515453953,\"h\":\"d8918dfb7adff2adf6fd97c8bb0f7199\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-section.php\":{\"d\":1515453953,\"h\":\"c571084374460964a0630c789aae4613\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-filter-setting.php\":{\"d\":1515453953,\"h\":\"12184dddda606616afec00eca96975fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-background-image-setting.php\":{\"d\":1450106800,\"h\":\"29d940877494fe6a123233b413e39d57\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-control.php\":{\"d\":1517864282,\"h\":\"bf973f33aec3eed52e169af4663ed808\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-themes-section.php\":{\"d\":1516143871,\"h\":\"c4e95b71f5fe5edf819ce9b09ccb5ce2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-custom-css-setting.php\":{\"d\":1515453953,\"h\":\"756086c833e414618d2187182066286d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-widget-area-customize-control.php\":{\"d\":1515453953,\"h\":\"931675e7cdb90f973773fb7199acb2b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-header-image-setting.php\":{\"d\":1483983252,\"h\":\"33a7a6cf0c70fcac180247c9739230a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-upload-control.php\":{\"d\":1450106800,\"h\":\"4aeba7d8c346f71e79c5bea97240937b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-themes-panel.php\":{\"d\":1515453953,\"h\":\"7f537619b685fce5c2ac4644f094d611\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-widget-form-customize-control.php\":{\"d\":1515453953,\"h\":\"ae10fa13b7203e976c64ff14b8e87067\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-auto-add-control.php\":{\"d\":1515453953,\"h\":\"4eb22b0643232b7cf3665aa69d995de5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-nav-menus-panel.php\":{\"d\":1515453953,\"h\":\"ed5669548f3fe593f197f235880e3897\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-setting.php\":{\"d\":1515453953,\"h\":\"8eca641d3e98443f12e88dccece79e70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-sidebar-section.php\":{\"d\":1515453953,\"h\":\"12c5054e37c488e4a3f09dc80ef83ff9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-date-time-control.php\":{\"d\":1515453953,\"h\":\"5c3e92678c6cc72a342b8909464bab8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-image-control.php\":{\"d\":1515453953,\"h\":\"e531cecbbb40f0e08ac2bf5d08e9447a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-new-menu-section.php\":{\"d\":1515453953,\"h\":\"0877fbe085baf4d1ec76cb449aa38b62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-background-image-control.php\":{\"d\":1483983252,\"h\":\"700fcf87fa150f061f909dd1747cce33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-background-position-control.php\":{\"d\":1515453953,\"h\":\"c46102b8c28fad2f7236cdc635536f7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-theme-control.php\":{\"d\":1526741175,\"h\":\"912138f532b191aeb06f2d77af7e4e1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-selective-refresh.php\":{\"d\":1515453953,\"h\":\"1cf9296cbdcc4346270ab717912c6697\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-code-editor-control.php\":{\"d\":1515453953,\"h\":\"9d90cd972b5f9af3c39646581228b5eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-name-control.php\":{\"d\":1515453953,\"h\":\"dade37ec66f557b7d59a371201c1b486\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-location-control.php\":{\"d\":1515453953,\"h\":\"66ade1bfa0332f7ee070d29843d839bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-new-menu-control.php\":{\"d\":1515453953,\"h\":\"0c19f24ad5601b4cc608b4d259b35d86\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-header-image-control.php\":{\"d\":1515453953,\"h\":\"dbb76b23c0aefc58e9ac06224e9a2528\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-cropped-image-control.php\":{\"d\":1515453953,\"h\":\"47e1705be410717d79fd0504aa310f87\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-partial.php\":{\"d\":1515453953,\"h\":\"eee895fb6cfb741733581d66850574e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-item-control.php\":{\"d\":1515453953,\"h\":\"957346b461eb1f744bd76aa5cc44a2ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-media-control.php\":{\"d\":1515453953,\"h\":\"1860299cb2fcb56823b70966536198c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/customize\\/class-wp-customize-color-control.php\":{\"d\":1515453953,\"h\":\"73d858a26f49960cb4eba760bc384e08\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/theme-compat\\/sidebar.php\":{\"d\":1471376018,\"h\":\"8087f37304ad86ff1748b4446c9a2c0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/theme-compat\\/error_log\":{\"d\":1464998363,\"h\":\"7ebfb2d8c16ac3cc44a7baced1e92a9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/theme-compat\\/footer-embed.php\":{\"d\":1471376018,\"h\":\"16841cf55adc04ab84f22e932b96196a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/theme-compat\\/header-embed.php\":{\"d\":1471376018,\"h\":\"67962ba2c878829d26817766d258dcc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/theme-compat\\/footer.php\":{\"d\":1471376018,\"h\":\"8c5ff873dc3098a5e46ccbbf909c377e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/theme-compat\\/comments.php\":{\"d\":1471376018,\"h\":\"1822ba9f62e4bf3d510a7e4306e67d4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/theme-compat\\/embed-content.php\":{\"d\":1515453953,\"h\":\"5fbd21787d7ebb346c00079ea298f073\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/theme-compat\\/embed.php\":{\"d\":1460640790,\"h\":\"72b64c89bf45f2760c6133f7a3dd3649\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/theme-compat\\/embed-404.php\":{\"d\":1460640790,\"h\":\"8fab25000fafee699fb4e76871ed02f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/theme-compat\\/header.php\":{\"d\":1471376018,\"h\":\"304c40bba1dd25870a0bceffefc25024\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/IXR\\/class-IXR-error.php\":{\"d\":1483983252,\"h\":\"673622ac95ed755c2733bcb2ad9c628a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/IXR\\/class-IXR-request.php\":{\"d\":1483983252,\"h\":\"25702e3c8d53c7a1ea99d47a31cfa204\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/IXR\\/class-IXR-clientmulticall.php\":{\"d\":1483983252,\"h\":\"af10903340b8ebc353a5050a5face990\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/IXR\\/class-IXR-client.php\":{\"d\":1483983252,\"h\":\"51c4a34bce41cfb25dda8e75850e5951\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/IXR\\/class-IXR-date.php\":{\"d\":1483983252,\"h\":\"8aca0e3dff273d632ed8a7861ca16967\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/IXR\\/class-IXR-introspectionserver.php\":{\"d\":1483983252,\"h\":\"325561be77e43cf849779170864f372d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/IXR\\/class-IXR-message.php\":{\"d\":1522816229,\"h\":\"4338f6e55074b146d1416eff55db7078\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/IXR\\/class-IXR-base64.php\":{\"d\":1483983252,\"h\":\"ee2a36d606d508af44b654e6176599bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/IXR\\/class-IXR-server.php\":{\"d\":1483983252,\"h\":\"91f377af5c147854983e9fca3aa7ff19\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/IXR\\/class-IXR-value.php\":{\"d\":1483983252,\"h\":\"03929d66fb3ea8356ccdf86a0066e80c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-post-types-controller.php\":{\"d\":1533270515,\"h\":\"b1df89f9510a2bf0351811ebc4875580\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-terms-controller.php\":{\"d\":1544670952,\"h\":\"58c2ed6f4529e4c8e1ed78cc8e7f0531\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-controller.php\":{\"d\":1533270515,\"h\":\"28e559bb0f2e3aff75d82c2d03a3f943\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-posts-controller.php\":{\"d\":1533270515,\"h\":\"103cddc989f80a301108c34acd7d8f5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-taxonomies-controller.php\":{\"d\":1533270515,\"h\":\"e19072a81e90531025ae05b6600c9977\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-post-statuses-controller.php\":{\"d\":1533270515,\"h\":\"0d6315f3f0a1b2dd82b2c7a0b38f97b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-revisions-controller.php\":{\"d\":1533270515,\"h\":\"0de5aeb8aaf212bf057ddb8202d484a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-users-controller.php\":{\"d\":1533270515,\"h\":\"fe4f1939706b4117150f0c05023a3ab0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-settings-controller.php\":{\"d\":1515453953,\"h\":\"e99255fbec989b6d5a3c3137a4b6bff2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-comments-controller.php\":{\"d\":1533270515,\"h\":\"3a945533297bf6b619c49e3874e991a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-attachments-controller.php\":{\"d\":1533270515,\"h\":\"4d2d15f6d16d23b30ae2e88c20eb4bbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/fields\\/class-wp-rest-post-meta-fields.php\":{\"d\":1533270515,\"h\":\"223c389f1da60bde032ef99fa14ba727\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/fields\\/class-wp-rest-term-meta-fields.php\":{\"d\":1533270515,\"h\":\"13f907795ef2a5f5b19b909ec1d711a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/fields\\/class-wp-rest-comment-meta-fields.php\":{\"d\":1533270515,\"h\":\"ce5ac6be42d82c1f4a2954f081996378\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/fields\\/class-wp-rest-meta-fields.php\":{\"d\":1533270515,\"h\":\"65884514d3422eda0b3bcec698a05970\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/fields\\/class-wp-rest-user-meta-fields.php\":{\"d\":1533270515,\"h\":\"f0480d050db130a4582f5ee81d1d3052\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/class-wp-rest-server.php\":{\"d\":1516143871,\"h\":\"b50a28c1c5e1fbc89e516555ea32fc99\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/class-wp-rest-request.php\":{\"d\":1515453953,\"h\":\"2d72b1269970f9e07c2de2dddac77bf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api\\/class-wp-rest-response.php\":{\"d\":1515453953,\"h\":\"2780a8918cca18e0e9e019b452ce3169\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/pomo\\/entry.php\":{\"d\":1450106799,\"h\":\"ed9d811ef0cb13bdc0fa60b8314c8d61\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/pomo\\/mo.php\":{\"d\":1483983251,\"h\":\"1ae9794ce9ca84552e5e7a332f168f65\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/pomo\\/plural-forms.php\":{\"d\":1544670952,\"h\":\"a029da532974c7b30f6f93d8326a3c44\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/pomo\\/po.php\":{\"d\":1515453952,\"h\":\"508c9d35f7ed0f7742b33d445fc6db0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/pomo\\/streams.php\":{\"d\":1450106799,\"h\":\"beac73a17cc41d2d138d3c69f1967080\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/pomo\\/translations.php\":{\"d\":1515453952,\"h\":\"87e463ca1ad8aa0437dc8e07d8e86d7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Response\\/Headers.php\":{\"d\":1471376017,\"h\":\"1ad7c382d2b68f19412da7f43e63a960\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/400.php\":{\"d\":1471376017,\"h\":\"51e56e878cbb564ab852c978fb35fcd0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/414.php\":{\"d\":1471376017,\"h\":\"bca65d55e2409ef6a5291ed8e6a12368\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/404.php\":{\"d\":1471376017,\"h\":\"1ed416cc6311835900857973f8923c4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/500.php\":{\"d\":1471376017,\"h\":\"c0afa9c66b6d830a094815f2124dffda\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/305.php\":{\"d\":1471376017,\"h\":\"58f8f700904bebe62f60a11c2cfbab26\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/416.php\":{\"d\":1471376017,\"h\":\"f931824e39e39617c9aac661804478f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/413.php\":{\"d\":1471376017,\"h\":\"e9963cc15dc99059b7d9ff584c17bfd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/511.php\":{\"d\":1471376017,\"h\":\"03756e9a4e3c4b77f8d09bb9918fd140\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/501.php\":{\"d\":1471376017,\"h\":\"650cdab83034f22d3fe803f5d791a835\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/503.php\":{\"d\":1471376017,\"h\":\"3906f7520861c39f43f46000d45554b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/304.php\":{\"d\":1471376017,\"h\":\"d33b4634ce4113db49ef9dddedf754ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/418.php\":{\"d\":1471376017,\"h\":\"4a21bae298f1c9feda5b0e93fe348af3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/407.php\":{\"d\":1471376017,\"h\":\"c2c817e9f5d8768bbde4d66a26e6c6b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/408.php\":{\"d\":1471376017,\"h\":\"403e3164844958c5144f98ecc8b77689\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/402.php\":{\"d\":1471376017,\"h\":\"60f859d55150da0b0a7a959ac9f347d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/429.php\":{\"d\":1471376017,\"h\":\"53f0dd257c04462ec3a05a6485b38fcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/412.php\":{\"d\":1471376017,\"h\":\"25b88449dcb7a1a83dd906378aa556c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/306.php\":{\"d\":1471376017,\"h\":\"57737a071fa1754e50db6adcc9f25875\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/Unknown.php\":{\"d\":1471376017,\"h\":\"da646c02e1ab81b632af41fbcf0a57ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/417.php\":{\"d\":1471376017,\"h\":\"4270026a1b8e684f5ec0635c47201c23\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/410.php\":{\"d\":1471376017,\"h\":\"71be4f3437dfbadda52f38582184e19b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/431.php\":{\"d\":1471376017,\"h\":\"e0e3737c622417ca08d5d1933c1489d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/502.php\":{\"d\":1471376017,\"h\":\"7cc83a6c80cf7af9d5217b17fb47ff69\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/403.php\":{\"d\":1471376017,\"h\":\"bcd160e8f70dc76ffbbf6b33b7fe31df\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/405.php\":{\"d\":1471376017,\"h\":\"dd38d182de6d21b2d2ac18b381adf97f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/415.php\":{\"d\":1471376017,\"h\":\"0258cc0fb05462ea8f11ccaea34a55c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/401.php\":{\"d\":1471376017,\"h\":\"3b2ab80eb9cbfd87baa23fc1648e9940\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/428.php\":{\"d\":1471376017,\"h\":\"9a97bb0369f70142e4e57da75eae742a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/411.php\":{\"d\":1471376017,\"h\":\"27a552a1e4160c4df61b2eca5a604796\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/409.php\":{\"d\":1471376017,\"h\":\"995a1dc469e67e2a3d0b8f9bebfea9b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/505.php\":{\"d\":1471376017,\"h\":\"8e5d4109053303e65b2f4364c1ac12de\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/406.php\":{\"d\":1471376017,\"h\":\"4bc8cb6cef688c729edc3990220006ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/504.php\":{\"d\":1471376017,\"h\":\"02d76d8cccaa446293201112908a2aa5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/Transport\\/cURL.php\":{\"d\":1471376017,\"h\":\"853654cd672a1a9b3a09af077837dfe1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/Transport.php\":{\"d\":1471376017,\"h\":\"abbb6cf8da7ae8ea204a0118ab5ed101\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception\\/HTTP.php\":{\"d\":1471376017,\"h\":\"e8d5fc68b3c6fa15e4526c161172dae5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Transport\\/cURL.php\":{\"d\":1483983252,\"h\":\"0ee4801d08da383712136160435ae0d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Transport\\/fsockopen.php\":{\"d\":1483983252,\"h\":\"1d21ee4a4f60ad1afc48f118483fb73f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Proxy\\/HTTP.php\":{\"d\":1471376017,\"h\":\"ffd0e62f32db05bdbda6bca407d7f029\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Auth\\/Basic.php\":{\"d\":1471376017,\"h\":\"67fdd878cc84df15093455d6096b2143\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Cookie\\/Jar.php\":{\"d\":1471376017,\"h\":\"e9300c5fb1f52670a0b52234d95c9510\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Utility\\/CaseInsensitiveDictionary.php\":{\"d\":1471376017,\"h\":\"b5f03ac8c752b34b9e726f04d548327a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Utility\\/FilteredIterator.php\":{\"d\":1471376017,\"h\":\"10f9a2d9618ed678b72541aa9e0579d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Cookie.php\":{\"d\":1471376017,\"h\":\"d19d43afe99bc52881322b927960a4d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/SSL.php\":{\"d\":1471376017,\"h\":\"265067eb274136ac28be300b37540c4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/IPv6.php\":{\"d\":1471376017,\"h\":\"a5df4b884e8a07e81703f1ac6b6e54b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Exception.php\":{\"d\":1471376017,\"h\":\"879bac9efa180085ab33e90e1acc5249\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/IRI.php\":{\"d\":1483983252,\"h\":\"183508325d839c7bf27db5f909600e58\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Proxy.php\":{\"d\":1471376017,\"h\":\"b5406b1037b500d7d374b85c2a879947\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Transport.php\":{\"d\":1471376017,\"h\":\"019c993bce6bed178baf4b5c566cc617\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Hooker.php\":{\"d\":1471376017,\"h\":\"0f08c5401425a9615bd19e2f34a5e107\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Auth.php\":{\"d\":1471376017,\"h\":\"3197d2529dd957b2acc3944f5bfcd64a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/IDNAEncoder.php\":{\"d\":1471376017,\"h\":\"d77dada232f0079b1412e0d050b4d8b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Session.php\":{\"d\":1471376017,\"h\":\"37f8cadd86fcbfce9602b5bcf67d6c8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Hooks.php\":{\"d\":1471376017,\"h\":\"2c15a0a520b9a8976778a169ceebd919\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/Requests\\/Response.php\":{\"d\":1471376017,\"h\":\"11ce7086bbb7ae52e6abb7c4fd270b47\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/random_compat\\/random_bytes_com_dotnet.php\":{\"d\":1516143871,\"h\":\"52d3240d3549e4c0cd785a62f31c463d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/random_compat\\/random_int.php\":{\"d\":1516143871,\"h\":\"4fc24fc8f4dd612539e347b210ea8c70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/random_compat\\/random_bytes_mcrypt.php\":{\"d\":1516143871,\"h\":\"8721bb3eb0be8a239cfec679371ca6dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/random_compat\\/error_polyfill.php\":{\"d\":1450106800,\"h\":\"c25954e57e1ae32722fa6c840a55658c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/random_compat\\/random_bytes_libsodium_legacy.php\":{\"d\":1516143871,\"h\":\"8bf32de4bcf246d2c85d3178fd36e115\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/random_compat\\/random_bytes_openssl.php\":{\"d\":1516143871,\"h\":\"bb38b090812ec48acdd841ee43b411c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/random_compat\\/random.php\":{\"d\":1460640791,\"h\":\"878595e91ef1477c8c315b085f73319a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/random_compat\\/cast_to_int.php\":{\"d\":1460640791,\"h\":\"fa5f76745ac2d63b9466f130d35c7fb1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/random_compat\\/random_bytes_dev_urandom.php\":{\"d\":1516143871,\"h\":\"66210ed7a7e6d397af12ee87412687b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/random_compat\\/random_bytes_libsodium.php\":{\"d\":1516143871,\"h\":\"5c2fca1a67bac0e0e09ec0f2e38d240d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/random_compat\\/byte_safe_strings.php\":{\"d\":1460640791,\"h\":\"fc75c18c95d974a9fdb1b101f66f7969\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/HTTP\\/Parser.php\":{\"d\":1382734402,\"h\":\"5725c7d0fb347f1c08df3690a58f3609\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Decode\\/HTML\\/Entities.php\":{\"d\":1382734402,\"h\":\"45975e2fcf0d428691a55a2394252f61\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Parse\\/Date.php\":{\"d\":1450106800,\"h\":\"ee82d2e70dc8afc6b96510d2b9cff45e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/XML\\/Declaration\\/Parser.php\":{\"d\":1382734402,\"h\":\"8fb1da7028c385bb9d4203c9f6732362\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Net\\/IPv6.php\":{\"d\":1382734402,\"h\":\"a546790e216abdd9801795949fb6b40f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Content\\/Type\\/Sniffer.php\":{\"d\":1382734402,\"h\":\"7c72c3f369855562d96c77ece1c7db33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Cache\\/Base.php\":{\"d\":1382734402,\"h\":\"9443eda189bbd9325d0c9c045d237c6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Cache\\/MySQL.php\":{\"d\":1382734402,\"h\":\"e8911ece15df42ca43991a48d5785687\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Cache\\/File.php\":{\"d\":1382734402,\"h\":\"a33dbb0540ecc29cc6425b14100953d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Cache\\/Memcache.php\":{\"d\":1382734402,\"h\":\"f69d4a55b2a1168531535107ab843fb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Cache\\/DB.php\":{\"d\":1382734402,\"h\":\"0659bf084f55a303f5922edc62bcfbf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Author.php\":{\"d\":1382734402,\"h\":\"348071ed105ff0418b25964e771ba331\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Credit.php\":{\"d\":1382734402,\"h\":\"0385e4a14de78c8b2a167f3e0aea197c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Exception.php\":{\"d\":1382734402,\"h\":\"094bfd76269c9fcc3c5cda8f05d05335\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Source.php\":{\"d\":1382734402,\"h\":\"8e83bb1de3e018f0537bb32a8c9617ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/IRI.php\":{\"d\":1382734402,\"h\":\"6e16ff20d3e68692cf3b617b875f36f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/gzdecode.php\":{\"d\":1382734402,\"h\":\"c538e2bc0e866197db616c17841134d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Enclosure.php\":{\"d\":1382734402,\"h\":\"122e861f42eb6e01ce8d4b0f11fb735d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Misc.php\":{\"d\":1382734402,\"h\":\"cecde679c62dd50207d8d25ece1a4b89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/File.php\":{\"d\":1382734402,\"h\":\"aeba08ad6b558736ea0aaf2beb2925b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Core.php\":{\"d\":1382734402,\"h\":\"a4ae19a923b890f2dcf7e2d415fd1ad2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Category.php\":{\"d\":1382734402,\"h\":\"ba7ec8cc3f13d4f27f2e0adcaf64bb2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Sanitize.php\":{\"d\":1382734402,\"h\":\"42d8b8c0cf46b5d8a511e0ae48b88f75\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Item.php\":{\"d\":1382734402,\"h\":\"104510e221fa08437aec008e633cdca7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Rating.php\":{\"d\":1382734402,\"h\":\"3d7013a46d09c74b0ee3d8af617412fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Locator.php\":{\"d\":1382734402,\"h\":\"8073a4c6da1bb33b877576665ef5eab5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Registry.php\":{\"d\":1382734402,\"h\":\"1cc8a2e6c0b5dd3176398d6400f0d9b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Caption.php\":{\"d\":1382734402,\"h\":\"bdbabcdcca426a4dadf6675bc4c4ebe9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Copyright.php\":{\"d\":1382734402,\"h\":\"bd7fbf68b954a9d50955cc808db7cb6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Cache.php\":{\"d\":1382734402,\"h\":\"79fc9017a23a836f4d0f68f7764ca734\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Restriction.php\":{\"d\":1382734402,\"h\":\"2a191e7168116418817388113bd57914\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/SimplePie\\/Parser.php\":{\"d\":1382734402,\"h\":\"52bb2ee462e7e414a77efdc7ebf52bcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/images\\/crystal\\/license.txt\":{\"d\":1397708561,\"h\":\"f05db54c63e36918479b6651930dcfe7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/module.tag.id3v2.php\":{\"d\":1515453952,\"h\":\"7a1f61c7ac9d7f2f5f05f39c9e1acaf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/module.audio-video.matroska.php\":{\"d\":1515453952,\"h\":\"6b93f4b72b38b6d104e7b8742c415ef8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/readme.txt\":{\"d\":1421255477,\"h\":\"9396dfe1c69c938eb17f564c4e5bab18\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/module.audio-video.quicktime.php\":{\"d\":1515453952,\"h\":\"a58663536509747b6ed7e69b911fb99a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/error_log\":{\"d\":1429257264,\"h\":\"f244031a39d4d61111fdbd51d985f3d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/module.audio.mp3.php\":{\"d\":1515453952,\"h\":\"47e2f789a9cdbfe8067190b4c50086b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/module.audio-video.asf.php\":{\"d\":1515453952,\"h\":\"0a250d84a4380f86fa833b65d67d79f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/module.tag.id3v1.php\":{\"d\":1515453952,\"h\":\"e84a7a19422594d35b6790ec582380bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/license.txt\":{\"d\":1440424006,\"h\":\"35d98aadf8f7cc6851336651f7a66b98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/module.audio-video.flv.php\":{\"d\":1515453952,\"h\":\"082564998a44a982b1f3417a69c41433\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/module.audio.ac3.php\":{\"d\":1515453952,\"h\":\"ae54c9744bec8480b9310907b3db2374\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/module.tag.apetag.php\":{\"d\":1515453952,\"h\":\"88e2806267563bea7074de278a84d4bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/module.tag.lyrics3.php\":{\"d\":1515453952,\"h\":\"89bf108a53e0085638931aa56755bc3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/license.commercial.txt\":{\"d\":1440424006,\"h\":\"0a3b670896fc4a8067adb2c6d978418e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/getid3.lib.php\":{\"d\":1515453952,\"h\":\"f86631036038031d106377db00ccef3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/module.audio.dts.php\":{\"d\":1440424006,\"h\":\"f3ea566007c94c03372eb6f46c5d2001\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/module.audio.flac.php\":{\"d\":1440424006,\"h\":\"055003ea7c0388fd73107113d3ed3bc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/module.audio-video.riff.php\":{\"d\":1515453952,\"h\":\"dd5477fe1cce0fdcf760d8e33c84ba9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/module.audio.ogg.php\":{\"d\":1515453952,\"h\":\"59843dc0f4115a9e5652eab6811f9184\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ID3\\/getid3.php\":{\"d\":1515453952,\"h\":\"7d8c0db1e4b777223e17d65819fb2b6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/jquery-ui-dialog.min.css\":{\"d\":1515453954,\"h\":\"7689c288d2a1039dfca195ebb1cbe01a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/editor.min.css\":{\"d\":1526741175,\"h\":\"34785c29f6816b0e2def5d1425d684a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/dashicons.min.css\":{\"d\":1515453954,\"h\":\"1c364e777cd2b874ea6cf09100861c6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/admin-bar.min.css\":{\"d\":1515453954,\"h\":\"ed0357294791d25a02ddf53eca1c55da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/buttons-rtl.css\":{\"d\":1515453954,\"h\":\"4ec02ca83e210f35bbaf97fb4ed2a037\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/media-views.min.css\":{\"d\":1515453954,\"h\":\"f85ffada1056f95bb4f1a7454c2a7a55\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/customize-preview-rtl.css\":{\"d\":1515453954,\"h\":\"085c8450a198ee8d1e655b4864056777\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/media-views-rtl.css\":{\"d\":1515453954,\"h\":\"03376b367c5b4d20cf8b8f4bc57f9899\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/jquery-ui-dialog-rtl.css\":{\"d\":1515453954,\"h\":\"927ba792f9f6603f5f8906f6084d50a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/buttons-rtl.min.css\":{\"d\":1515453954,\"h\":\"435b5693ad907629c93126dcf63e28e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/wp-embed-template.css\":{\"d\":1515453954,\"h\":\"61723e2c0626c3699227340874240412\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/customize-preview.css\":{\"d\":1515453954,\"h\":\"98c2c3a588daf7cde40f226ac67f2ddb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/wp-auth-check.min.css\":{\"d\":1515453954,\"h\":\"b7cbb99a4dcb90b4b6014ebd3c706226\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/admin-bar-rtl.min.css\":{\"d\":1515453954,\"h\":\"51348baf610df3378679eab862ad5e55\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/dashicons.css\":{\"d\":1515453954,\"h\":\"5d6b5071186dbd3e8af754f6a013ba18\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/editor.css\":{\"d\":1526741175,\"h\":\"2ec44853d924b9eb24ff3cde0986aaaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/media-views-rtl.min.css\":{\"d\":1515453954,\"h\":\"43dba56c280798e030a3eb57d13d117d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/editor-rtl.css\":{\"d\":1526741175,\"h\":\"1e90009269f457bd921c66553d228318\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/wp-auth-check-rtl.css\":{\"d\":1515453954,\"h\":\"7cb42356da59917aef639d39a31ff6e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/wp-pointer.css\":{\"d\":1526741175,\"h\":\"8b0b4f07ee0da51fb5b48944e20b4c11\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/admin-bar.css\":{\"d\":1515453954,\"h\":\"9ea3eba803004cf0fd6fa54f113fc2eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/wp-pointer-rtl.css\":{\"d\":1526741175,\"h\":\"e186e8b2e5b4ad9ef0a083ca5886e1d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/wp-pointer.min.css\":{\"d\":1526741175,\"h\":\"9ee1087f5cd30436a78f4ae1ef9e53ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/admin-bar-rtl.css\":{\"d\":1515453954,\"h\":\"c2c292b337230f342125bc7488b38bcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/jquery-ui-dialog-rtl.min.css\":{\"d\":1515453954,\"h\":\"ce85a25b6c4c9c30611b6ffc0ec63c31\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/wp-embed-template-ie.min.css\":{\"d\":1515453954,\"h\":\"377b5750db4cf37b4897d918a90749e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/media-views.css\":{\"d\":1515453954,\"h\":\"49800720b23abe08b209608f73d2c60d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/buttons.css\":{\"d\":1515453954,\"h\":\"aee0f4d3fa25115fde88df47238509ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/wp-auth-check.css\":{\"d\":1515453954,\"h\":\"d319d9d88ee8a04ea37abc078e8cf9b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/wp-embed-template-ie.css\":{\"d\":1450106800,\"h\":\"eeb729369ef309d89ed0bc7120aacadf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/buttons.min.css\":{\"d\":1515453954,\"h\":\"24fbae22f91ed2955d47b47f5b556935\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/editor-rtl.min.css\":{\"d\":1526741175,\"h\":\"f3c72ab81488215a91b0550d202a08ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/customize-preview-rtl.min.css\":{\"d\":1515453954,\"h\":\"f2c05a610b3d909c6aa8d4babd48537b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/customize-preview.min.css\":{\"d\":1515453954,\"h\":\"8774579bd6b94878424d338bb07b743d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/wp-pointer-rtl.min.css\":{\"d\":1526741175,\"h\":\"013fb2b4de66e81cb7378f931fc93ffb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/wp-auth-check-rtl.min.css\":{\"d\":1515453954,\"h\":\"aebfde61667894a8e13fec6e3485bdeb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/wp-embed-template.min.css\":{\"d\":1515453954,\"h\":\"4aa156587449104f531647e71df6da12\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/css\\/jquery-ui-dialog.css\":{\"d\":1515453954,\"h\":\"0fd5180cf4dd696a5ddba82caec422bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/wlwmanifest.xml\":{\"d\":1386948189,\"h\":\"dfd490b6f383ea02a269031ff05e8896\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-query.php\":{\"d\":1517864282,\"h\":\"8f7e2dff2a10a3a88e5fa54681d3b738\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/category-template.php\":{\"d\":1516143871,\"h\":\"03cde3efb0474cbfb408fe043222f1e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-ajax-response.php\":{\"d\":1515453952,\"h\":\"34c6876f7f5f919de1ba69960cddc32c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-error.php\":{\"d\":1515453952,\"h\":\"7f85d13e9ec174c25c8a9215b0e1467c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/post-thumbnail-template.php\":{\"d\":1515453952,\"h\":\"5ea1eb0ffbf42db5d5e81f339996908f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/option.php\":{\"d\":1515453953,\"h\":\"fadc3f42e05cc23074cdc36be2df7643\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/nav-menu.php\":{\"d\":1568299065,\"h\":\"5cdaca092b849167e6fa8f9ce6a3df45\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-rewrite.php\":{\"d\":1515453954,\"h\":\"a1f93fbcfce5b8be8d14f28d94dc703f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/load.php\":{\"d\":1515453953,\"h\":\"51e64c9dcc610126e4ed203e06d2def8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-locale.php\":{\"d\":1515453953,\"h\":\"5a68f1d5624265055c796ad6bb3feabf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/link-template.php\":{\"d\":1533270515,\"h\":\"b1d56ba377350468aefd042bff7de289\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/template.php\":{\"d\":1515453953,\"h\":\"0523871c22646012db8ff498c4bf3194\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-phpmailer.php\":{\"d\":1484164960,\"h\":\"3eff9ed4b6cadf990b4f238ed91c5ade\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/registration-functions.php\":{\"d\":1515453952,\"h\":\"1c4b69ca4cd9b8538714b2483d0e5995\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-customize-nav-menus.php\":{\"d\":1533270515,\"h\":\"68935ce93024d1a0bd2c12ee01da9b80\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-requests.php\":{\"d\":1483983252,\"h\":\"3965aca1181b2fb6ec75617ab4d4223c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/bookmark-template.php\":{\"d\":1471376018,\"h\":\"b4675b6c675004098ba08c353522ea81\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-feed-cache.php\":{\"d\":1515453953,\"h\":\"3ad14084ac4bdffe838e4cf6f7dff8af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/capabilities.php\":{\"d\":1533270514,\"h\":\"d95a93d6605e3a201e7ee0ac7cb14773\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-customize-control.php\":{\"d\":1515453952,\"h\":\"e4cfacdd71317334185d2779da1ccde9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-feed.php\":{\"d\":1483983252,\"h\":\"cc29246ba6bf335c20a212b3f73245b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/pluggable.php\":{\"d\":1567657984,\"h\":\"d00947a79c19f7539386611101fdce10\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/admin-bar.php\":{\"d\":1515453953,\"h\":\"270763acae4f2859f4ae45a052652ec5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/template-loader.php\":{\"d\":1483983252,\"h\":\"a745024f45f018741479bdcf5518f59b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-tax-query.php\":{\"d\":1515453953,\"h\":\"d9f7d0672d3e0aa29ed1d6ea68068129\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-hook.php\":{\"d\":1515453952,\"h\":\"ab7c1eac9f4a1faf66083ecc7e91562d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/general-template.php\":{\"d\":1544670952,\"h\":\"8a3e54338d221d2b493ba5e6097da251\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-embed.php\":{\"d\":1515453953,\"h\":\"dc585b8ff55341bd21e573696ea76192\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/category.php\":{\"d\":1508736204,\"h\":\"9362f7ac7218e1ba2bc3a89710f37819\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/post-template.php\":{\"d\":1567657984,\"h\":\"366e9ca05201e661b59cad8f013ba08b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-walker-category-dropdown.php\":{\"d\":1515453952,\"h\":\"85fbd07026b485679d7d552520bc280d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class.wp-styles.php\":{\"d\":1515453953,\"h\":\"ac1b427a904bbf1b500d3e0de5f2dcc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/http.php\":{\"d\":1522816229,\"h\":\"6a6a3766b98d39fad2eb614ad8a4f441\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-simplepie-sanitize-kses.php\":{\"d\":1515453954,\"h\":\"e17821fe4623f1d6608fb11794d89703\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/bookmark.php\":{\"d\":1508736204,\"h\":\"af7f91328182a0f0dfb58aa349adba3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-walker-page.php\":{\"d\":1515453954,\"h\":\"2feb8781abe406731f03817c8defd8a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/default-widgets.php\":{\"d\":1515453952,\"h\":\"1aa4e034046b70de77e83f2a80c31cc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-http-curl.php\":{\"d\":1515453953,\"h\":\"f9aa055cb00e668c796a64c36bc4c8b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-user.php\":{\"d\":1515453954,\"h\":\"90459b5ed478eccee96402c919d2e45f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-admin-bar.php\":{\"d\":1515453954,\"h\":\"a6a67e81b768cfde9feec87b3aac5689\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-user-meta-session-tokens.php\":{\"d\":1515453954,\"h\":\"add59e473d63ac2edfc3175a147d3aa8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/error_log\":{\"d\":1512278994,\"h\":\"c4b4277b90473a3b9cbfd8ba2b6e1632\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/spl-autoload-compat.php\":{\"d\":1515453954,\"h\":\"5fa0ee4ca7705a26dba5978bef68e975\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/widgets.php\":{\"d\":1530811486,\"h\":\"ca61a239165dc501804f8a312368252b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-locale-switcher.php\":{\"d\":1515453954,\"h\":\"577f20fec5dbb79531074b1d0cb60820\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/comment-template.php\":{\"d\":1533270514,\"h\":\"0af6443bcb19332aeaac1ba7fad7790c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-http.php\":{\"d\":1515453952,\"h\":\"7e85690772e7ba5913ddf45a6cd404be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-http-cookie.php\":{\"d\":1515453953,\"h\":\"f9c4062a7720df433521084a72f5a571\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-post-type.php\":{\"d\":1515453952,\"h\":\"dbdc2efd2457f8d2fe01366566ab0c9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/default-filters.php\":{\"d\":1552451480,\"h\":\"8b8fd8d9f859e6b115c35cbe96f6da0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/registration.php\":{\"d\":1471376017,\"h\":\"d4f39e983366ea5c1b3fd4644b19ae06\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-http-requests-hooks.php\":{\"d\":1515453954,\"h\":\"aa3272d047c217607e311ec06ec308bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/feed-rss2.php\":{\"d\":1508736204,\"h\":\"f1222c983dd4009dd31e0e64ec7b0537\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rss.php\":{\"d\":1483983252,\"h\":\"c21d6d86e75bef00fa6c4a0ec5e1ca3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-theme.php\":{\"d\":1526741174,\"h\":\"eb7787ea2b581b99144c3b7c0b2a31c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/plugin.php\":{\"d\":1515453953,\"h\":\"3670b2158c3b82c250d15ed952261b65\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-customize-section.php\":{\"d\":1515453953,\"h\":\"0a310f6f65755f654cf37b0fe6c972b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/shortcodes.php\":{\"d\":1515453954,\"h\":\"06d4045fc2563111fdf0c9ff17e3e94e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class.wp-dependencies.php\":{\"d\":1515453953,\"h\":\"d57b6a1487fd91db2494c7feaf332f22\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-http-proxy.php\":{\"d\":1471376018,\"h\":\"c03d899abae74d1a7ba338297605bb1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ms-functions.php\":{\"d\":1517864282,\"h\":\"347598ec1d6512d32f1916404c32653a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-http-encoding.php\":{\"d\":1471376017,\"h\":\"6bd6106b97e662ea37e568da5e233cc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-network-query.php\":{\"d\":1515453954,\"h\":\"b7c4feafc5739d78402c01ec14660710\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-widget-factory.php\":{\"d\":1515453952,\"h\":\"4c90b9d7dd0bdf79739e50c98aa25095\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/functions.wp-styles.php\":{\"d\":1483983251,\"h\":\"e665e24a159238e25a805717db32fb98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp.php\":{\"d\":1544670952,\"h\":\"bf4a0953bea93b3e835f27becbb3117c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/user.php\":{\"d\":1533270514,\"h\":\"ba372644ad343c0ab74b5172531bc909\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/feed-rdf.php\":{\"d\":1483983251,\"h\":\"7c15976464fe989a6136beaedd27de9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-http-response.php\":{\"d\":1515453952,\"h\":\"2e5489b7340c2c5b4acedcd186a940da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-walker-comment.php\":{\"d\":1515453952,\"h\":\"20c2bcb24bd33b5cc11da9e9d579f0c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/compat.php\":{\"d\":1526741174,\"h\":\"5642b1ed9adac782921c052e05595a70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/functions.php\":{\"d\":1544670952,\"h\":\"1b64716075bd6a42c8aede34a132bed9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-metadata-lazyloader.php\":{\"d\":1515453952,\"h\":\"7e2505199b2eb779583ad9f4ae566502\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/functions.wp-scripts.php\":{\"d\":1483983252,\"h\":\"fa0bd887583d897c7ddc0fb381258555\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/update.php\":{\"d\":1517934565,\"h\":\"e8bcac04d30305f03cba7aaec47fdf24\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/theme.php\":{\"d\":1526741175,\"h\":\"d2f95211a665c9fb814b9ac89e2abd52\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/embed-template.php\":{\"d\":1471376017,\"h\":\"880c0f3ebdef45564a7b3b1536ff212a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-role.php\":{\"d\":1515453952,\"h\":\"2bf1747124efad32400b254e0544bb11\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/post-formats.php\":{\"d\":1515453953,\"h\":\"32d4f4e47b76e3be71a9355d06181efc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-json.php\":{\"d\":1460640791,\"h\":\"808a427ba07643d4deaf4dfdcf418e6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-user-query.php\":{\"d\":1515453952,\"h\":\"54106aede33366dc98524079f015df35\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/cron.php\":{\"d\":1515453953,\"h\":\"61e1f842e15b437df71484f51c83fd55\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-customize-panel.php\":{\"d\":1515453953,\"h\":\"68d82acbd85192c0c93b40f2fc4fa85d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rewrite.php\":{\"d\":1515453954,\"h\":\"987db80759edfd2aae9316162a3d7bda\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-list-util.php\":{\"d\":1515453953,\"h\":\"bb4736b9c88a291e2c8c6b984b03fc46\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ms-default-constants.php\":{\"d\":1515453954,\"h\":\"55fad8b8f4cd83131c4841ac4e9ea48d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-meta-query.php\":{\"d\":1515453953,\"h\":\"94b9553f68e9dff51de633359b5e5aa8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/vars.php\":{\"d\":1515453954,\"h\":\"f78cf4adaa3f0a10e41279e96f3794f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rss-functions.php\":{\"d\":1471376018,\"h\":\"19ff1fae31fd2d0338c7601bcb4baf58\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ms-load.php\":{\"d\":1515453952,\"h\":\"e0a89b3f42e20b1705c7f74c76ef75e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-image-editor-imagick.php\":{\"d\":1515453954,\"h\":\"6f88af28a8913e543d88d64488a7bf45\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/default-constants.php\":{\"d\":1515453952,\"h\":\"1461d73f8aaa78655073f09dfc98867e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-term.php\":{\"d\":1515453953,\"h\":\"4faafea3dbb8b264dc1f98d359f5a9d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-simplepie-file.php\":{\"d\":1515453954,\"h\":\"78d130d682823e6f0c8aecf5aa323fe2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-simplepie.php\":{\"d\":1471376018,\"h\":\"0dbef394a91127f068ac8fdd587d4895\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ms-deprecated.php\":{\"d\":1544670952,\"h\":\"9369872c737adef6a019f5dc972ccff4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/wp-diff.php\":{\"d\":1483983252,\"h\":\"b8d2a2f2f34943b684b7e0250d342c2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-dependency.php\":{\"d\":1515453952,\"h\":\"f0c5504362928192160cb142ef83c1e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-term-query.php\":{\"d\":1544670952,\"h\":\"e43976491a453bd8327ff1f2b44f4062\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-image-editor.php\":{\"d\":1544670952,\"h\":\"091eae38fe3551e2bc8f5d06440c53b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-walker-page-dropdown.php\":{\"d\":1515453952,\"h\":\"642f0a4f7c8436ae9f68c4006b793e64\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-customize-setting.php\":{\"d\":1515453952,\"h\":\"56eb027b927ffe16bb9381252a03c9ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/feed.php\":{\"d\":1515453953,\"h\":\"0745bf40fc80d30511bf83c7c55a7ee8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-phpass.php\":{\"d\":1450106800,\"h\":\"03191a210ccbea54cb07dedfedb7cc42\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-roles.php\":{\"d\":1515453953,\"h\":\"7f5970eb72e65adf62a20f0ae4027031\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-http-requests-response.php\":{\"d\":1515453954,\"h\":\"884bad87875d890f9db7637bf383a47a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-widget.php\":{\"d\":1515453953,\"h\":\"d8592b30a4f80781bce9046616720829\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/feed-rss2-comments.php\":{\"d\":1508736203,\"h\":\"58d4e6d98d48cf9bb5d891174bc64525\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-taxonomy.php\":{\"d\":1515453952,\"h\":\"7d2c5249413cbac724b400e500f2ab64\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/deprecated.php\":{\"d\":1515453952,\"h\":\"c4b10559a6075adf236e14e3569b870a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/taxonomy.php\":{\"d\":1533270515,\"h\":\"d3a9a3a014f8fec4df9dc909a401024a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/media.php\":{\"d\":1526741175,\"h\":\"eadeab0a38468e98558364114df110b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-oembed.php\":{\"d\":1515453953,\"h\":\"b3c1975b7756be1736b432d8037f1342\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/comment.php\":{\"d\":1552451480,\"h\":\"308e594af8982e04f91cf70eb9dcd82e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ms-files.php\":{\"d\":1483983251,\"h\":\"6e5192e9e3bfbebedc13c62db1f9a013\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-smtp.php\":{\"d\":1484164960,\"h\":\"12c62b22075a3c4b74ebc8ab3a98d295\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-editor.php\":{\"d\":1533270515,\"h\":\"d6f309091f8856e80d3e774829fffeae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-comment.php\":{\"d\":1515453954,\"h\":\"39788514d1c2de76b526f17f4316427d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-comment-query.php\":{\"d\":1515453954,\"h\":\"17f062b58ad400f7cc51926d8357a06b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/date.php\":{\"d\":1515453953,\"h\":\"698a2e5cccfb60f95659db9e8ef5f0a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ms-settings.php\":{\"d\":1515453952,\"h\":\"7037d87a51c10b9b474b580efea1d4a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-site.php\":{\"d\":1515453952,\"h\":\"c4e55be944f6bca3d2c58ebb4e19bc9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-http-ixr-client.php\":{\"d\":1471376017,\"h\":\"c1d5c63f0c6f615ad83b6cfe96bd11ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/locale.php\":{\"d\":1513774512,\"h\":\"5fac3f3e6e59e2ba781546e0e287f1ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-text-diff-renderer-inline.php\":{\"d\":1483983252,\"h\":\"994486a99255b5b110d9551bbf763fc7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-image-editor-gd.php\":{\"d\":1515453954,\"h\":\"6f940ce8709c2f9a12c099fbfec9c40d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/feed-atom.php\":{\"d\":1508736204,\"h\":\"18d0b3c5403170bc59a0ccda505534fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/rest-api.php\":{\"d\":1515453954,\"h\":\"5897bc80f408c956ffbbc3f81bb5baa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-customize-manager.php\":{\"d\":1522816229,\"h\":\"1e2063b57fcc1febbb4b8848011f9cb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/script-loader.php\":{\"d\":1526741174,\"h\":\"f7d61c92acb31ea58c58fd32b3d4733e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-text-diff-renderer-table.php\":{\"d\":1515453954,\"h\":\"54929b0795fcf09f257567987c6d7c83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/embed.php\":{\"d\":1544670952,\"h\":\"392eb5b9fca16cb0a616f9d6acd3e6d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/session.php\":{\"d\":1483983251,\"h\":\"d94561cea0c5c13a609b9cde5a7635d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-session-tokens.php\":{\"d\":1515453952,\"h\":\"e106ddd93b21ebb5666e37def369564b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ms-blogs.php\":{\"d\":1515453953,\"h\":\"bf9dfedcdd32f924c9b86cc134e9d781\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-IXR.php\":{\"d\":1483983252,\"h\":\"32ac76bea2307022852b2f7a62c60c2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/version.php\":{\"d\":1567657984,\"h\":\"905395a28e084f0d8e8e01c40c4dbac0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/revision.php\":{\"d\":1483983252,\"h\":\"a64aac575856cde32fef754fba8df20e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/media-template.php\":{\"d\":1517864282,\"h\":\"1f0b0e3d03f1bbfced12992bef5127ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/atomlib.php\":{\"d\":1508736204,\"h\":\"624a338dd694e5ae656b039565d6275b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/feed-atom-comments.php\":{\"d\":1508736204,\"h\":\"6f31ff43e2181627e7a80145ceee279a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/query.php\":{\"d\":1526741174,\"h\":\"0b0b7245551a6470fa1299605f9947ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-customize-widgets.php\":{\"d\":1515453952,\"h\":\"5560a4bf3b860622f2582d491556b193\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/formatting.php\":{\"d\":1567657984,\"h\":\"2114eed3e0d62085f9f4191d14427856\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-pop3.php\":{\"d\":1483983252,\"h\":\"154b5451c8a93a4f21a74054be961d79\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-http-streams.php\":{\"d\":1515453953,\"h\":\"b924109730aab06f1c10f393fec08df3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-matchesmapregex.php\":{\"d\":1515453952,\"h\":\"255bbff32eb95e0b1407e3a1874d9079\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/meta.php\":{\"d\":1544670952,\"h\":\"59bf688b2573a63325c4e611e8539828\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-site-query.php\":{\"d\":1515453954,\"h\":\"06bfb24bf1799cfd981bd9edcbd5a0dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-oembed-controller.php\":{\"d\":1515453953,\"h\":\"1515aa347c02255906b984028b385468\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-walker-category.php\":{\"d\":1515453953,\"h\":\"690a8fe1afe8ade7cb9f3a9679945722\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/pluggable-deprecated.php\":{\"d\":1471376018,\"h\":\"e463b18764f9a900ccfe7eb7356a12c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-snoopy.php\":{\"d\":1471376018,\"h\":\"73b05cdec5859ff6edcfbcd22ebd0960\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/cache.php\":{\"d\":1515453954,\"h\":\"f70029cf783aa6828b1132a1a1605d6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/l10n.php\":{\"d\":1515453953,\"h\":\"30d156bc49e0c9c94582d26c4764187b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/ms-default-filters.php\":{\"d\":1515453952,\"h\":\"7166b7e216737e2082325570061b187e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-network.php\":{\"d\":1515453954,\"h\":\"b68743cc298d35f2edf6b06bb4b545ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-xmlrpc-server.php\":{\"d\":1522816229,\"h\":\"b9752c08766732d4e2195705adf061af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-post.php\":{\"d\":1515453954,\"h\":\"2f305d61314ad5876ed5e3035cd7e61e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-walker.php\":{\"d\":1515453953,\"h\":\"d1250b485bfa907c4ed10b8e9aaf00f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/feed-rss.php\":{\"d\":1483983251,\"h\":\"4dc733d73fd9ebc810a067c12e0e420d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/nav-menu-template.php\":{\"d\":1515453952,\"h\":\"90d3335eaffac4aea1f3d9d0967f5c9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/canonical.php\":{\"d\":1515453952,\"h\":\"1574303ede803ea9c99da43554ff9b53\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-walker-nav-menu.php\":{\"d\":1515453953,\"h\":\"bd3c76b53f1671f2f9fa99ed97d08fbb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/author-template.php\":{\"d\":1515453953,\"h\":\"2c1e1da5f025e38d21e1530ec65ef7d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class.wp-scripts.php\":{\"d\":1515453952,\"h\":\"0871fb89da5faa0d28ece8109aff9e36\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/class-wp-feed-cache-transient.php\":{\"d\":1515453954,\"h\":\"84a3ba1bf222b54061ed4c0e572840dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/post.php\":{\"d\":1544670952,\"h\":\"b397b088bd85f9cb2c212bc633047d8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/kses.php\":{\"d\":1567657984,\"h\":\"50839464e56c78d6b430773a6b81d338\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-includes\\/wp-db.php\":{\"d\":1517864282,\"h\":\"1275d4b2a09938532eeb2ea63d82b2ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/customer-area\\/storage\\/3a9f1143813d5acb8b93d23af43daad3\\/PRCommitteeReportOctober.docx\":{\"d\":1478104194,\"h\":\"a0f5a4b5584cb5035b2ac9c3e5f21ba5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/customer-area\\/storage\\/Dropbox_Backup\\/index.php\":{\"d\":1483080772,\"h\":\"0b6e98392ef734f496aa6f96e7b27cb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/customer-area\\/storage\\/Dropbox_Backup\\/local-key\":{\"d\":1483085148,\"h\":\"1e3e75ccd81787e628e922d1c6a9c485\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/customer-area\\/storage\\/Dropbox_Backup\\/.htaccess\":{\"d\":1568299062,\"h\":\"30498b9387321ec9b49d7c2294d1511e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/backupwordpress-bad820f9f8-backups\\/index.html\":{\"d\":1484529913,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/backupwordpress-bad820f9f8-backups\\/.htaccess\":{\"d\":1568299062,\"h\":\"3288e8ce767f5c47683184b0ac65f36a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/w3tc-config\\/index.html\":{\"d\":1380830107,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/w3tc-config\\/master-admin.php\":{\"d\":1432339041,\"h\":\"416753e2032d239e5f5ae2bce9147a9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/w3tc-config\\/master.php\":{\"d\":1526755186,\"h\":\"82984c04c2e5979da35ab3578bbf2d3c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/shield\\/index.php\":{\"d\":1567270841,\"h\":\"93550ca89da5f2b41c94a922f86b4aaa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/shield\\/.htaccess\":{\"d\":1568299062,\"h\":\"d28b2184dc411c23b3511b1c13b78baf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/cache\\/index.html\":{\"d\":1380830107,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/mu-plugins\\/sso.php\":{\"d\":1474908772,\"h\":\"3f56e049e9c3087e5f303a38d7c2cbaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/send\\/class.smtp.php\":{\"d\":1513858485,\"h\":\"161dae593ced26047d59df5d22f71378\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/send\\/class.javascript.php\":{\"d\":1513858485,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/send\\/class.phpmailer.php\":{\"d\":1513858485,\"h\":\"5fb954bd5993d16264c87f2345918ac6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/2009-pan-hel\\/dsc013081.jpg_backup\":{\"d\":1380832872,\"h\":\"85c328461ddbec7e623ac61863cf2359\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/2009-pan-hel\\/dsc013091.jpg_backup\":{\"d\":1380832878,\"h\":\"ba258d9c532c37c89609e93c44d9069a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/thumbs\\/thumbs_IMG_0656-1.JPG\":{\"d\":1413340933,\"h\":\"8bc52976112308b52f3c014c9347cde6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/thumbs\\/thumbs_IMG_0659-1.JPG\":{\"d\":1413340938,\"h\":\"bec87a03ced2b5b1de94149e1504b843\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/thumbs\\/thumbs_IMG_0652-1.JPG\":{\"d\":1413340925,\"h\":\"3fa48725afc8e48414eba1664825c42a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/thumbs\\/thumbs_IMG_0660-1.JPG\":{\"d\":1413340939,\"h\":\"b1616d3589c9573aaa233a868c215cbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/thumbs\\/thumbs_IMG_0663-1.JPG\":{\"d\":1413340945,\"h\":\"c894694c811bfb234141acaeb056590a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/thumbs\\/thumbs_IMG_0661-1.JPG\":{\"d\":1413340941,\"h\":\"3c0a3e04da7fa0efbe4fa325eb69fb6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/thumbs\\/thumbs_IMG_0662-1.JPG\":{\"d\":1413340942,\"h\":\"8bda9d02e74ce386f66f66f0140479fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/thumbs\\/thumbs_IMG_0654-1.JPG\":{\"d\":1413340930,\"h\":\"c8b5e2868125c0d3ed488d2784216385\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/thumbs\\/thumbs_IMG_0664-1.JPG\":{\"d\":1413340947,\"h\":\"3d29dc00acb45a8e0455b002c91abac5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/thumbs\\/thumbs_IMG_0658-1.JPG\":{\"d\":1413340936,\"h\":\"1c9f8fcec4e1588d101d2f91c469ce5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/thumbs\\/thumbs_IMG_0657-1.JPG\":{\"d\":1413340935,\"h\":\"ead077e3b514a08c3dea85d298544972\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/thumbs\\/thumbs_IMG_0653-1.JPG\":{\"d\":1413340928,\"h\":\"e881c4eb0aab334fc8fa7325bd4b2cbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/thumbs\\/thumbs_IMG_0655-1.JPG\":{\"d\":1413340931,\"h\":\"7b904dec829c396189f6172b69b313bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0652-1.JPG\":{\"d\":1413340925,\"h\":\"130d2b10e86ca5ad96f500d94c6f2ec2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0655-1.JPG\":{\"d\":1413340931,\"h\":\"abeb833d74f991c6303b19d30e9f73ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0661-1.JPG_backup\":{\"d\":1413340940,\"h\":\"b07e0ec7747e0c1321e270358b0b57d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0653-1.JPG_backup\":{\"d\":1413340928,\"h\":\"42b44cf0549afa3c6bc3034437205315\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/Program-inside-1-1.jpg_backup\":{\"d\":1413340950,\"h\":\"40224a8374aa9c1d4e4c5d449282da79\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/Program-inside-1.jpg_backup\":{\"d\":1413340557,\"h\":\"40224a8374aa9c1d4e4c5d449282da79\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0655-1.JPG_backup\":{\"d\":1413340931,\"h\":\"abeb833d74f991c6303b19d30e9f73ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0659-1.JPG\":{\"d\":1413340938,\"h\":\"f6134c50c464bf1b341a4d5c052e8b52\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0653-1.JPG\":{\"d\":1413340928,\"h\":\"42b44cf0549afa3c6bc3034437205315\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0664-1.JPG_backup\":{\"d\":1413340947,\"h\":\"da6135936ca81747f2fdd244450ce7a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0652-1.JPG_backup\":{\"d\":1413340925,\"h\":\"130d2b10e86ca5ad96f500d94c6f2ec2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0660-1.JPG\":{\"d\":1413340939,\"h\":\"772aae27f001c49c34e5af45b70be6d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0656-1.JPG_backup\":{\"d\":1413340933,\"h\":\"a9e741a4922934c96b496040d812e2ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0659-1.JPG_backup\":{\"d\":1413340938,\"h\":\"f6134c50c464bf1b341a4d5c052e8b52\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0660-1.JPG_backup\":{\"d\":1413340939,\"h\":\"772aae27f001c49c34e5af45b70be6d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0663-1.JPG\":{\"d\":1413340945,\"h\":\"afd707436176da7aec1a6a83881654e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0664-1.JPG\":{\"d\":1413340947,\"h\":\"da6135936ca81747f2fdd244450ce7a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0657-1.JPG_backup\":{\"d\":1413340935,\"h\":\"4c2beebfaf3eba0714fd16c1ad17579b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0654-1.JPG_backup\":{\"d\":1413340930,\"h\":\"0c3b9796ade675bb63d016d1513300ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0662-1.JPG_backup\":{\"d\":1413340942,\"h\":\"019261e3b4003fff2fcfaa8ccbb0fb21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0656-1.JPG\":{\"d\":1413340933,\"h\":\"a9e741a4922934c96b496040d812e2ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0657-1.JPG\":{\"d\":1413340935,\"h\":\"4c2beebfaf3eba0714fd16c1ad17579b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0658-1.JPG\":{\"d\":1413340936,\"h\":\"a7c609002631a741f7474741e4bcd705\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0662-1.JPG\":{\"d\":1413340942,\"h\":\"019261e3b4003fff2fcfaa8ccbb0fb21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0661-1.JPG\":{\"d\":1413340940,\"h\":\"b07e0ec7747e0c1321e270358b0b57d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0654-1.JPG\":{\"d\":1413340930,\"h\":\"0c3b9796ade675bb63d016d1513300ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0658-1.JPG_backup\":{\"d\":1413340936,\"h\":\"a7c609002631a741f7474741e4bcd705\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/Program-outside-1.jpg_backup\":{\"d\":1413340955,\"h\":\"d4db2998a9d37573cf59027c0a63819e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/test\\/IMG_0663-1.JPG_backup\":{\"d\":1413340945,\"h\":\"afd707436176da7aec1a6a83881654e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/2009-march-of-dimes\\/dsc00996.jpg_backup\":{\"d\":1380832823,\"h\":\"00150baf8c4c870e533a3f255aa2cac9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/2009-march-of-dimes\\/dsc00993.jpg_backup\":{\"d\":1380832814,\"h\":\"b4e57f27f3c3433d8ba2182c3858bef5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/2009-march-of-dimes\\/dsc013171.jpg_backup\":{\"d\":1380832847,\"h\":\"c385f6ae7bc5501c5b83140f15c003a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/2009-march-of-dimes\\/dsc00997.jpg_backup\":{\"d\":1380832838,\"h\":\"55614e1f0f79f375a0a4a08e452df553\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/2009-luggage-drive\\/dsc07382.jpg_backup\":{\"d\":1380832778,\"h\":\"79747074a4e1a2a24564d930ab277570\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/2009-luggage-drive\\/dsc07373.jpg_backup\":{\"d\":1380832749,\"h\":\"610ab911dcda14a82d895f4b6467c461\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/2009-luggage-drive\\/dsc07379.jpg_backup\":{\"d\":1380832772,\"h\":\"22fefdb5e234e871366906d27b678db1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/2009-luggage-drive\\/dsc07389.jpg_backup\":{\"d\":1380832785,\"h\":\"1a1bb0004e271aa32341674babc6811f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/2009-luggage-drive\\/dsc07372.jpg_backup\":{\"d\":1380832743,\"h\":\"b745ed645bcfb1951b68a6e613cdbbbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/2009-luggage-drive\\/dsc07378.jpg_backup\":{\"d\":1380832762,\"h\":\"bd0c7ba0dbb2a3cc6355cd8ab12858c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/lgz-25th-anniversary\\/dsc00223.jpg_backup\":{\"d\":1380833137,\"h\":\"e1b7f6b7e73c2f39343b4d37edf64207\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/lgz-25th-anniversary\\/dsc00215.jpg_backup\":{\"d\":1380833092,\"h\":\"77c1f0cc0edf34458509fbf9976ac1c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/lgz-25th-anniversary\\/dsc00198.jpg_backup\":{\"d\":1380832995,\"h\":\"35c169ddde41ebc785831ff4ed5d65f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/lgz-25th-anniversary\\/dsc00200.jpg_backup\":{\"d\":1380833024,\"h\":\"e489aab9e3d378cf57c626b392053538\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/lgz-25th-anniversary\\/dsc00207.jpg_backup\":{\"d\":1380833039,\"h\":\"84d6c10750e984f6adc4353d79e5a6a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/lgz-25th-anniversary\\/dsc00214.jpg_backup\":{\"d\":1380833073,\"h\":\"a7642814fad4570c7b7233f9807b53e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/lgz-25th-anniversary\\/dsc00208.jpg_backup\":{\"d\":1380833052,\"h\":\"d44024a56a3ead2cb609a0d2d281b999\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/lgz-25th-anniversary\\/dsc00221.jpg_backup\":{\"d\":1380833111,\"h\":\"4597c38b03573d4756bb31ddce2aa57b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/lgz-25th-anniversary\\/dsc00199.jpg_backup\":{\"d\":1380833010,\"h\":\"e6aaa03e89efaba24fbec9af36ebafcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/lgz-spring-2015-intake\\/silly-chapter.jpg_backup\":{\"d\":1431607085,\"h\":\"4576d6db2fcac25b405d6c6e9ff407de\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/lgz-spring-2015-intake\\/state-director.jpg_backup\":{\"d\":1431607087,\"h\":\"aca694598716d245ca57ab01fcf3abc5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/lgz-spring-2015-intake\\/up-close-cake.jpg_backup\":{\"d\":1431607093,\"h\":\"d648fd9e5522a2721f2363c26e372a21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/lgz-spring-2015-intake\\/LGZ-spring-2015.jpg_backup\":{\"d\":1431607082,\"h\":\"24fd3cc5b552b4a964efd74135214916\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/lgz-spring-2015-intake\\/LGZ-Spring-2015-Intake-Class.jpg_backup\":{\"d\":1431606423,\"h\":\"73a526981abb281559c6d827453829ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/2009-adopt-a-road\\/adopt-a-road.jpg_backup\":{\"d\":1380832601,\"h\":\"4019cdf45145fdb28ac4d6127a1adced\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/2009-adopt-a-road\\/dsc01342.jpg_backup\":{\"d\":1380832622,\"h\":\"02d49a351e9023e7d5930001f776e2e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/gallery\\/2009-adopt-a-road\\/dsc01338.jpg_backup\":{\"d\":1380832611,\"h\":\"f63824622cf77d05959ab917dd24ad99\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/sms\\/sms\\/count.txt\":{\"d\":1514304336,\"h\":\"a3f390d88e4c41f2747bfa2f1b5f87db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/sms\\/sms\\/index.php\":{\"d\":1514264093,\"h\":\"4d69cdd14b709448be61c42197775e4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/sms\\/sms\\/array.txt\":{\"d\":1514304336,\"h\":\"735b90b4568125ed6c3f678819b6e058\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/sms\\/sms\\/make.php\":{\"d\":1514264093,\"h\":\"e26eecbc70df00de838e218e0b304330\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/sms\\/sms\\/of.css\":{\"d\":1514264093,\"h\":\"b24f63f8ef49134b872e07d41c5c635e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/sms\\/sms\\/api.txt\":{\"d\":1514264093,\"h\":\"49de016cf7ccfa6e141c4fa93a92f118\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-05-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_9845bd174fde-plugins.zip\":{\"d\":1558506052,\"h\":\"12e83552aaf9aa8988f1e36d65d5dc76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.a63a780fa2a3.txt\":{\"d\":1484531852,\"h\":\"be6e50c248d0cd0e72faf9c85e5fecfd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-03-22-0118_Zeta_Phi_Beta_Sorority_Inc_Lam_4299d32b2219-uploads.zip\":{\"d\":1521699593,\"h\":\"cd613535984c5a80ba625e45d14ef73d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-04-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_fc842d2e31ba-plugins.zip\":{\"d\":1524376272,\"h\":\"8187c73b00a45a7db1f19616d1bab7a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-07-22-0124_Zeta_Phi_Beta_Sorority_Inc_Lam_36f2abdd31bf-uploads2.zip\":{\"d\":1532240771,\"h\":\"4792baddbb163a24a41f1535b2888cf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-05-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_9845bd174fde-uploads.zip\":{\"d\":1558506097,\"h\":\"b978fb6e84490c4e51f097409d789742\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-02-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_634f750cc6d1-plugins.zip\":{\"d\":1550814677,\"h\":\"0d9b6685a79172e56b1935a9b63d162e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/index.html\":{\"d\":1484530832,\"h\":\"7645f25405ae2d31a5c96c306891bea0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2017-11-22-0112_Zeta_Phi_Beta_Sorority_Inc_Lam_9fe3f4facca8-others.zip\":{\"d\":1511331213,\"h\":\"68cefb6db4df553b5c2a43f4d2207fa4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.2f7535df1001.txt\":{\"d\":1516523983,\"h\":\"a5f7fabda1217b70b2e9e3c512559485\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2017-11-22-0112_Zeta_Phi_Beta_Sorority_Inc_Lam_9fe3f4facca8-plugins.zip\":{\"d\":1511331146,\"h\":\"63efb8d3e9380b0a5c147fa767e08d7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.9845bd174fde.txt\":{\"d\":1558520137,\"h\":\"d04f837e15a01a1c85301814d12b829d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.f7725003f32b.txt\":{\"d\":1553248274,\"h\":\"682af4a430e421372e418c3a3dcecb47\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-10-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_5e2c9677cd19-others.zip\":{\"d\":1540187536,\"h\":\"dfa4477d7196406044add420f3ccca8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.9fe3f4facca8.txt\":{\"d\":1511346984,\"h\":\"ef4a62ad2b670fa34d871fd779e6d570\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-04-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_fc842d2e31ba-db.gz\":{\"d\":1524376348,\"h\":\"3864d5d772f6daa50c2ebff26f633c21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.781d0d2ea340.txt\":{\"d\":1508740814,\"h\":\"52e23cc0c0c4ce308b33414d90e29803\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-09-22-0052_Zeta_Phi_Beta_Sorority_Inc_Lam_bf7d16eddf3f-others.zip\":{\"d\":1537595669,\"h\":\"5876b38474154d4b4481c64d5fa26213\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-08-22-0108_Zeta_Phi_Beta_Sorority_Inc_Lam_218806f67cc0-uploads.zip\":{\"d\":1566454211,\"h\":\"4e333ffbd5462dd15f9d3d0be642b59d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-01-21-0123_Zeta_Phi_Beta_Sorority_Inc_Lam_2f7535df1001-plugins.zip\":{\"d\":1516515839,\"h\":\"3de125329e32fb62708afbe629dd1297\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.634f750cc6d1.txt\":{\"d\":1550823750,\"h\":\"bc3e3c3ccd82dcdbe0a91fef6e57a0df\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.fc842d2e31ba.txt\":{\"d\":1524379087,\"h\":\"5e72a58c4e97d910e87a99117ed9216d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-02-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_634f750cc6d1-uploads.zip\":{\"d\":1550814738,\"h\":\"0cb0b4fa95393170ebf3c472d6bd0ed8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-06-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_ba4609141dcc-uploads.zip\":{\"d\":1529648504,\"h\":\"f252f9ae4f8476dfc853ce16cf0d88ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.2e78d4c59616.txt\":{\"d\":1542874771,\"h\":\"a49d85289723601747494aeed0df3c7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-04-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_3e57bd884dff-db.gz\":{\"d\":1555912431,\"h\":\"240e8c5715e3483badc3500f9a2e59da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-04-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_fc842d2e31ba-uploads2.zip\":{\"d\":1524376328,\"h\":\"7224cb5c2dbc214fc4f7786e718b6d18\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2017-10-23-0027_Zeta_Phi_Beta_Sorority_Inc_Lam_6e8217318838-others.zip\":{\"d\":1508736544,\"h\":\"00fb0596efd58aa26d16eb5d413e3217\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-02-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_634f750cc6d1-uploads2.zip\":{\"d\":1550814752,\"h\":\"63a5f014b7cc042d0325c6ae62635092\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-11-22-0103_Zeta_Phi_Beta_Sorority_Inc_Lam_2e78d4c59616-uploads2.zip\":{\"d\":1542866727,\"h\":\"716426a38b7abce677b5f89ba13061c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.ccc9f7097728.txt\":{\"d\":1545473811,\"h\":\"f8175a3507f31701c90b00cc9d104466\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-12-22-0104_Zeta_Phi_Beta_Sorority_Inc_Lam_ccc9f7097728-uploads2.zip\":{\"d\":1545458731,\"h\":\"65c5766e38caeccb9c7d1a2db6ddca86\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-04-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_fc842d2e31ba-uploads.zip\":{\"d\":1524376318,\"h\":\"45da03807bd7f40de55be30048317577\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-04-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_3e57bd884dff-others.zip\":{\"d\":1555912421,\"h\":\"9f50358a28dfe7163622745a4d8964ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-03-22-0118_Zeta_Phi_Beta_Sorority_Inc_Lam_4299d32b2219-themes.zip\":{\"d\":1521699546,\"h\":\"f61f851b2bd0ac7034f00cb39d25e4c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-05-22-0106_Zeta_Phi_Beta_Sorority_Inc_Lam_ec3cca157310-others.zip\":{\"d\":1526969287,\"h\":\"37f9016ab3a423f048d550720a830b01\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-01-22-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_c37c898058f5-others.zip\":{\"d\":1548136838,\"h\":\"f5f606e7e69d9d7f5320b92caa28d6cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-05-22-0106_Zeta_Phi_Beta_Sorority_Inc_Lam_ec3cca157310-uploads.zip\":{\"d\":1526969267,\"h\":\"c7bd09ce5d530b36313bb2757285ff1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2017-11-22-0112_Zeta_Phi_Beta_Sorority_Inc_Lam_9fe3f4facca8-uploads.zip\":{\"d\":1511331193,\"h\":\"5652b79d99fc01723ed97abc06bdde8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-01-22-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_c37c898058f5-uploads.zip\":{\"d\":1548136807,\"h\":\"766a657b24750a15ae35a10f24cb6677\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-06-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_69fa7a1edb65-uploads2.zip\":{\"d\":1561182771,\"h\":\"5eb64198569819fb33064e74efd8e23b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2017-10-23-0048_Zeta_Phi_Beta_Sorority_Inc_Lam_781d0d2ea340-uploads.zip\":{\"d\":1508737799,\"h\":\"21206f3655a75b28261dbcbfa8061df4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2017-12-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_7e35b1e7831a-db.gz\":{\"d\":1513922285,\"h\":\"6aa5d930485574ddc5200e3faca82f81\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2017-10-23-0027_Zeta_Phi_Beta_Sorority_Inc_Lam_6e8217318838-plugins.zip\":{\"d\":1508736475,\"h\":\"7c30dca2dd8af135f3c2ed9620af528b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-03-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_f7725003f32b-plugins.zip\":{\"d\":1553233910,\"h\":\"582a8c6244e51a2b1cfd52efac1e0049\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-03-22-0118_Zeta_Phi_Beta_Sorority_Inc_Lam_4299d32b2219-others.zip\":{\"d\":1521699621,\"h\":\"40817515050cc50ffdd3119b97be3350\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2017-11-22-0112_Zeta_Phi_Beta_Sorority_Inc_Lam_9fe3f4facca8-db.gz\":{\"d\":1511331222,\"h\":\"4e2d6c267dbd19273db35a7e2c924988\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.c2d68a8aec10.txt\":{\"d\":1519115632,\"h\":\"9a699f57e4ee66e86e45878259666b9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-04-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_3e57bd884dff-plugins.zip\":{\"d\":1555912343,\"h\":\"4cc9bfbcfe037ebffd1090d72b14e827\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-08-22-0111_Zeta_Phi_Beta_Sorority_Inc_Lam_762d83b6d4e9-others.zip\":{\"d\":1534918393,\"h\":\"95531d2ccd3cd87f8f11f176c857ca46\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-06-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_ba4609141dcc-db.gz\":{\"d\":1529648534,\"h\":\"73bbd2ca2ad20c49e2bc269492a93795\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-01-21-0123_Zeta_Phi_Beta_Sorority_Inc_Lam_2f7535df1001-others.zip\":{\"d\":1516515906,\"h\":\"4ccbc082c5c567ea7f339a827dbae85f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-07-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_4bab9ed25282-uploads.zip\":{\"d\":1563774761,\"h\":\"3b5b7f52ca04368cfc9d077e387ed5bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-02-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_634f750cc6d1-db.gz\":{\"d\":1550814771,\"h\":\"b5971eb84ea0050be48ffe114ca558ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-03-22-0118_Zeta_Phi_Beta_Sorority_Inc_Lam_4299d32b2219-db.gz\":{\"d\":1521699630,\"h\":\"4d8382bb4fc8bf76f1c2907e429522a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2017-12-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_7e35b1e7831a-plugins.zip\":{\"d\":1513922173,\"h\":\"5174ae909255b4bbceee44166219f89a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.762d83b6d4e9.txt\":{\"d\":1534935506,\"h\":\"ab9857ce54018e1d050367efa1e84268\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-08-22-0108_Zeta_Phi_Beta_Sorority_Inc_Lam_218806f67cc0-db.gz\":{\"d\":1566454258,\"h\":\"abeab7654af4ccb85c29ae110d6c073f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-02-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_634f750cc6d1-others.zip\":{\"d\":1550814760,\"h\":\"37f9016ab3a423f048d550720a830b01\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-05-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_9845bd174fde-others.zip\":{\"d\":1558506134,\"h\":\"5876b38474154d4b4481c64d5fa26213\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-02-20-0101_Zeta_Phi_Beta_Sorority_Inc_Lam_c2d68a8aec10-db.gz\":{\"d\":1519106629,\"h\":\"4eb3569afcec910469b60be9bbb56004\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-07-22-0124_Zeta_Phi_Beta_Sorority_Inc_Lam_36f2abdd31bf-plugins.zip\":{\"d\":1532240713,\"h\":\"853aae4a7f16eaac570082318dad3a70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-12-22-0104_Zeta_Phi_Beta_Sorority_Inc_Lam_ccc9f7097728-db.gz\":{\"d\":1545458753,\"h\":\"129bba85d4e5cc0d0f37a0602e7ba2ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-07-22-0124_Zeta_Phi_Beta_Sorority_Inc_Lam_36f2abdd31bf-others.zip\":{\"d\":1532240781,\"h\":\"37f9016ab3a423f048d550720a830b01\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-03-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_f7725003f32b-others.zip\":{\"d\":1553233988,\"h\":\"9f50358a28dfe7163622745a4d8964ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-10-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_5e2c9677cd19-uploads2.zip\":{\"d\":1540187520,\"h\":\"21a1cfb9800c8ed140944f444b8f25b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-11-22-0103_Zeta_Phi_Beta_Sorority_Inc_Lam_2e78d4c59616-others.zip\":{\"d\":1542866737,\"h\":\"0fbfb3adcbb0fe95d589adfdfe3911b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.f0f5a84bf26e.txt\":{\"d\":1508737831,\"h\":\"d3c9b8b8aaf1d9de39bce4f46a39d1b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-12-22-0104_Zeta_Phi_Beta_Sorority_Inc_Lam_ccc9f7097728-plugins.zip\":{\"d\":1545458671,\"h\":\"e063300e66172a3cb87c7272cc1cb295\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-01-22-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_c37c898058f5-plugins.zip\":{\"d\":1548136725,\"h\":\"ec3b3bf269da70b9ad8b2ad3e1122799\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.6e8217318838.txt\":{\"d\":1508737917,\"h\":\"21528863af2e5c8e61805de499230dbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-11-22-0103_Zeta_Phi_Beta_Sorority_Inc_Lam_2e78d4c59616-uploads.zip\":{\"d\":1542866714,\"h\":\"162dbfe35d2845f8282f8572970e328f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-06-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_69fa7a1edb65-others.zip\":{\"d\":1561182780,\"h\":\"292887fafc786a089ccf0b2489c289f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/web.config\":{\"d\":1484530832,\"h\":\"67da82c8c78834859f36bffd79337138\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.4bab9ed25282.txt\":{\"d\":1563777655,\"h\":\"fa1b19046bdfcd6ed67d2b880aaa5c98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-03-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_f7725003f32b-uploads2.zip\":{\"d\":1553233977,\"h\":\"df6bd5ddefb2063346ef167397c9590a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-06-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_ba4609141dcc-others.zip\":{\"d\":1529648524,\"h\":\"95531d2ccd3cd87f8f11f176c857ca46\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-12-22-0104_Zeta_Phi_Beta_Sorority_Inc_Lam_ccc9f7097728-others.zip\":{\"d\":1545458740,\"h\":\"f5f606e7e69d9d7f5320b92caa28d6cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2017-10-23-0048_Zeta_Phi_Beta_Sorority_Inc_Lam_781d0d2ea340-others.zip\":{\"d\":1508737816,\"h\":\"972dfd76e99eb0033c03757ab14c3b1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-08-22-0108_Zeta_Phi_Beta_Sorority_Inc_Lam_218806f67cc0-uploads2.zip\":{\"d\":1566454236,\"h\":\"b4cf592592742c83d1e9d3ba51091860\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.69fa7a1edb65.txt\":{\"d\":1561185677,\"h\":\"958224ff6eaa40e743f662447030be6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.bf7d16eddf3f.txt\":{\"d\":1537613569,\"h\":\"8459c4df6cbc138263db8072dfc3be62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-06-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_69fa7a1edb65-plugins.zip\":{\"d\":1561182699,\"h\":\"396a71e8306de15a0e1966e3ee06dbd4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-05-22-0106_Zeta_Phi_Beta_Sorority_Inc_Lam_ec3cca157310-themes.zip\":{\"d\":1526969229,\"h\":\"f61f851b2bd0ac7034f00cb39d25e4c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-06-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_69fa7a1edb65-uploads.zip\":{\"d\":1561182749,\"h\":\"f30e30b323e4c1b90b527478edfce115\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-03-22-0118_Zeta_Phi_Beta_Sorority_Inc_Lam_4299d32b2219-plugins.zip\":{\"d\":1521699543,\"h\":\"43e251e448cb54482bf83e0cc1f4c95f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.c37c898058f5.txt\":{\"d\":1548148615,\"h\":\"5365c99e3ede335b7b8ecc444a78192a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-09-22-0052_Zeta_Phi_Beta_Sorority_Inc_Lam_bf7d16eddf3f-uploads2.zip\":{\"d\":1537595659,\"h\":\"de8763feddde115e868b99760420e93e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.ec3cca157310.txt\":{\"d\":1526978468,\"h\":\"41135f930b8aa06244f79313f949a1db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-08-22-0111_Zeta_Phi_Beta_Sorority_Inc_Lam_762d83b6d4e9-uploads.zip\":{\"d\":1534918366,\"h\":\"685f079bf6369bedc92ff1e97e7d5234\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-07-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_4bab9ed25282-db.gz\":{\"d\":1563774811,\"h\":\"e76e26d91a1c0f9daf972f7e7b513a47\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-04-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_3e57bd884dff-uploads.zip\":{\"d\":1555912388,\"h\":\"e07ed7c5dbc93531862bd7457b36e581\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.4299d32b2219.txt\":{\"d\":1521708954,\"h\":\"58a39500a7eb4ef54d021b1773340dfa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-09-22-0052_Zeta_Phi_Beta_Sorority_Inc_Lam_bf7d16eddf3f-plugins.zip\":{\"d\":1537595601,\"h\":\"5523db439eee61f2ae41d8313f614e93\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-04-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_fc842d2e31ba-others.zip\":{\"d\":1524376337,\"h\":\"9f547a016b404e050a6b181a5a15029b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-01-21-0123_Zeta_Phi_Beta_Sorority_Inc_Lam_2f7535df1001-uploads.zip\":{\"d\":1516515886,\"h\":\"53fd7c03164e39f16655c083ffab340d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-10-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_5e2c9677cd19-plugins.zip\":{\"d\":1540187458,\"h\":\"c90b1f8d1c6417cf0a34180458ecd634\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-11-22-0103_Zeta_Phi_Beta_Sorority_Inc_Lam_2e78d4c59616-db.gz\":{\"d\":1542866747,\"h\":\"4ed7bb0ff011a3dd403090b890ae2199\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-09-22-0052_Zeta_Phi_Beta_Sorority_Inc_Lam_bf7d16eddf3f-uploads.zip\":{\"d\":1537595646,\"h\":\"5d44a7bc4cdf3c23fb2798e2ef9a9909\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-03-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_f7725003f32b-uploads.zip\":{\"d\":1553233959,\"h\":\"119d61ce31f88172773fb0acb1adcc19\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-04-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_fc842d2e31ba-themes.zip\":{\"d\":1524376275,\"h\":\"f61f851b2bd0ac7034f00cb39d25e4c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.3e57bd884dff.txt\":{\"d\":1555923245,\"h\":\"85bbb9a3b73c06a97db65e772cfd98d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2017-10-23-0048_Zeta_Phi_Beta_Sorority_Inc_Lam_781d0d2ea340-plugins.zip\":{\"d\":1508737747,\"h\":\"7c30dca2dd8af135f3c2ed9620af528b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-01-21-0123_Zeta_Phi_Beta_Sorority_Inc_Lam_2f7535df1001-db.gz\":{\"d\":1516515915,\"h\":\"c513e31466ffde3d1368fb8e27633fae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-03-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_f7725003f32b-db.gz\":{\"d\":1553234001,\"h\":\"f473ff195c7186755b0d6c4a8033cb1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.7e35b1e7831a.txt\":{\"d\":1513927421,\"h\":\"24e97e08a978c2ffcdca4687f1049c7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2017-10-23-0048_Zeta_Phi_Beta_Sorority_Inc_Lam_781d0d2ea340-db.gz\":{\"d\":1508737826,\"h\":\"4d1570ac459ada8e7a47c80c410f6c02\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-11-22-0103_Zeta_Phi_Beta_Sorority_Inc_Lam_2e78d4c59616-plugins.zip\":{\"d\":1542866658,\"h\":\"8499325d703dac65f88f0fe749877316\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-07-22-0124_Zeta_Phi_Beta_Sorority_Inc_Lam_36f2abdd31bf-themes.zip\":{\"d\":1532240715,\"h\":\"f61f851b2bd0ac7034f00cb39d25e4c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-08-22-0108_Zeta_Phi_Beta_Sorority_Inc_Lam_218806f67cc0-plugins.zip\":{\"d\":1566454160,\"h\":\"44aa3666c97996cbab65a39835ef612a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.36f2abdd31bf.txt\":{\"d\":1532265588,\"h\":\"24e3ebbc48aed0a21f1cb36ef222515b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2017-10-23-0027_Zeta_Phi_Beta_Sorority_Inc_Lam_6e8217318838-themes.zip\":{\"d\":1508736478,\"h\":\"3c6bdea4bf04eb41f338a1cf0cc586fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-02-20-0101_Zeta_Phi_Beta_Sorority_Inc_Lam_c2d68a8aec10-others.zip\":{\"d\":1519106620,\"h\":\"4ccbc082c5c567ea7f339a827dbae85f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-06-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_69fa7a1edb65-db.gz\":{\"d\":1561182801,\"h\":\"dbbd4fa0ce12f63599cf5cc32a075662\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.218806f67cc0.txt\":{\"d\":1566460056,\"h\":\"69f0f0d2c379fff44050f1c2509491fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-06-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_ba4609141dcc-plugins.zip\":{\"d\":1529648457,\"h\":\"b55b50bad59968c4c5ebd2cab1a6c6f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/.htaccess\":{\"d\":1568299062,\"h\":\"5cc8a02be988615b049f5abecba2f3a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-10-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_5e2c9677cd19-db.gz\":{\"d\":1540187545,\"h\":\"f8f708d17c0dd0dd0383b5ce3a77dc4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-08-22-0111_Zeta_Phi_Beta_Sorority_Inc_Lam_762d83b6d4e9-uploads2.zip\":{\"d\":1534918378,\"h\":\"bde7639b56eceedee6673470d400e52b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-05-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_9845bd174fde-db.gz\":{\"d\":1558506146,\"h\":\"f2fa4f6822b1ff2c3d44e421fba280ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-10-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_5e2c9677cd19-uploads.zip\":{\"d\":1540187506,\"h\":\"e1c9f453851fb7565fd4b82ff15af733\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-07-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_4bab9ed25282-others.zip\":{\"d\":1563774800,\"h\":\"fffe6a580b5af844e952327172117d6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-06-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_ba4609141dcc-themes.zip\":{\"d\":1529648460,\"h\":\"f61f851b2bd0ac7034f00cb39d25e4c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-02-20-0101_Zeta_Phi_Beta_Sorority_Inc_Lam_c2d68a8aec10-plugins.zip\":{\"d\":1519106547,\"h\":\"6cb133f33dd5e226981d78231f18f2cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-12-22-0104_Zeta_Phi_Beta_Sorority_Inc_Lam_ccc9f7097728-uploads.zip\":{\"d\":1545458717,\"h\":\"f9221197abc1e4984f206ab8179839d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-05-22-0106_Zeta_Phi_Beta_Sorority_Inc_Lam_ec3cca157310-db.gz\":{\"d\":1526969297,\"h\":\"9daef6a757a575725cb17737af10170c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-07-22-0124_Zeta_Phi_Beta_Sorority_Inc_Lam_36f2abdd31bf-uploads.zip\":{\"d\":1532240754,\"h\":\"dd8ac7829fb0e7e429e7733d3e74147a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-08-22-0111_Zeta_Phi_Beta_Sorority_Inc_Lam_762d83b6d4e9-db.gz\":{\"d\":1534918404,\"h\":\"c60dffe64b7d8fec97ecf3a70008b51d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2017-12-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_7e35b1e7831a-uploads.zip\":{\"d\":1513922255,\"h\":\"34bb007f5b95be3fbe6187e2bc215881\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-01-22-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_c37c898058f5-db.gz\":{\"d\":1548136852,\"h\":\"bd67b0dcc573187c7eb1b17473457c7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-07-22-0124_Zeta_Phi_Beta_Sorority_Inc_Lam_36f2abdd31bf-db.gz\":{\"d\":1532240791,\"h\":\"184b3481b119605f0c80f6046c94e9c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2017-10-23-0027_Zeta_Phi_Beta_Sorority_Inc_Lam_6e8217318838-db.gz\":{\"d\":1508736555,\"h\":\"67a82f7f0e94010dc3101ee0297ba91a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2017-12-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_7e35b1e7831a-others.zip\":{\"d\":1513922273,\"h\":\"dbd31088df72c4074349379d4df23428\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-05-22-0106_Zeta_Phi_Beta_Sorority_Inc_Lam_ec3cca157310-uploads2.zip\":{\"d\":1526969278,\"h\":\"7c7a40fec57bb8e6975eaf6c0f19394b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2017-10-23-0027_Zeta_Phi_Beta_Sorority_Inc_Lam_6e8217318838-uploads.zip\":{\"d\":1508736525,\"h\":\"550285bfb70c18c9e2e0d2a947ddf923\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-05-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_9845bd174fde-uploads2.zip\":{\"d\":1558506119,\"h\":\"5acafff644d71de659d9b0ff21481f52\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-01-22-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_c37c898058f5-uploads2.zip\":{\"d\":1548136829,\"h\":\"30f7358558f1f99b3f76710b047f904b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.5e2c9677cd19.txt\":{\"d\":1540196974,\"h\":\"45d52786a8fd12b752bd885961e2342a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-07-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_4bab9ed25282-uploads2.zip\":{\"d\":1563774789,\"h\":\"7b11e280f91510b08694faa9c2732fe2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-08-22-0111_Zeta_Phi_Beta_Sorority_Inc_Lam_762d83b6d4e9-plugins.zip\":{\"d\":1534918306,\"h\":\"1e2d5aba9a216c57251ad9a0643c4ab3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-05-22-0106_Zeta_Phi_Beta_Sorority_Inc_Lam_ec3cca157310-plugins.zip\":{\"d\":1526969226,\"h\":\"2d243b127573a5dd6bb2e32f543d18ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-06-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_ba4609141dcc-uploads2.zip\":{\"d\":1529648516,\"h\":\"2d08607b2a7ffbcad3038f090aad2dfa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.ba4609141dcc.txt\":{\"d\":1529663329,\"h\":\"0b60ad0421889872a6c8119d65467d85\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-04-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_3e57bd884dff-uploads2.zip\":{\"d\":1555912407,\"h\":\"292a4115bdc80429a0c99fa4a694fdf8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-08-22-0108_Zeta_Phi_Beta_Sorority_Inc_Lam_218806f67cc0-others.zip\":{\"d\":1566454246,\"h\":\"292887fafc786a089ccf0b2489c289f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2019-07-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_4bab9ed25282-plugins.zip\":{\"d\":1563774705,\"h\":\"ae2bf31645fb2355e35106b765edde64\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-02-20-0101_Zeta_Phi_Beta_Sorority_Inc_Lam_c2d68a8aec10-uploads.zip\":{\"d\":1519106594,\"h\":\"857d4dd13b1f143556f4b95d82b79832\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/backup_2018-09-22-0052_Zeta_Phi_Beta_Sorority_Inc_Lam_bf7d16eddf3f-db.gz\":{\"d\":1537595678,\"h\":\"320cf73633e23675c8c683debefcf70d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/updraft\\/log.f14af0ac5a6f.txt\":{\"d\":1508736597,\"h\":\"2a2b802771017f02f2218457688a91e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/ai1wm-backups\\/web.config\":{\"d\":1484533649,\"h\":\"db5b1a25ad0038f2ccbf2afcd09dbc12\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/ai1wm-backups\\/zphiblgz.org-20171023-051735-440.wpress\":{\"d\":1508735938,\"h\":\"3e1bc5da3c06921e114793de2ba4debf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/ai1wm-backups\\/index.php\":{\"d\":1484533649,\"h\":\"7dc6dad897b701b3d3dc016b6c648dfc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/ai1wm-backups\\/zphiblgz.org-20180108-230520-641.wpress\":{\"d\":1515453010,\"h\":\"1ebc946e35c08478a164c9b23e867922\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/ai1wm-backups\\/.htaccess\":{\"d\":1568299062,\"h\":\"86d724037b08b6d0027e04207f4ab5db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/advanced-cache.php\":{\"d\":1483048781,\"h\":\"13fae91ceacd450584e43d1d9f7286d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins.zip\":{\"d\":1484533540,\"h\":\"bbb996f8c593361f096db7ee42cceaf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/sms.zip\":{\"d\":1514260118,\"h\":\"50c729fb6f90857cf216154aea7e9b1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/index.php\":{\"d\":1326042071,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/install.php\":{\"d\":1473863615,\"h\":\"f22dbb13109ed0e2f7120a474fe4f0b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/download-manager-files\\/1484681989wpdm_11 Nov 2016 - Basileus Briefing.docx\":{\"d\":1484681989,\"h\":\"03d6f6ed46e58f1bbad9fd6f8356b5bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/download-manager-files\\/Authorization Form.pdf\":{\"d\":1484610393,\"h\":\"c2c44de6a01da41fed379b75fe6bd5fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/download-manager-files\\/AACR Committe Report - 111916.docx\":{\"d\":1484612787,\"h\":\"a121b987574fea96fcbbc64f4eb7268b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/download-manager-files\\/11 Nov 2016 - Chapter Mtg Agenda.doc\":{\"d\":1484612815,\"h\":\"85b5f6560095f836735ab62bf60b0c90\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/download-manager-files\\/1484681948wpdm_AACR Committe Report - 111916.docx\":{\"d\":1484681948,\"h\":\"a121b987574fea96fcbbc64f4eb7268b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/download-manager-files\\/1484682001wpdm_AACR Committe Report - 111916.docx\":{\"d\":1484682001,\"h\":\"a121b987574fea96fcbbc64f4eb7268b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/download-manager-files\\/OneDrive-2017-01-16.zip\":{\"d\":1484612706,\"h\":\"473ed7873bf3b12621294c8066b53540\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/download-manager-files\\/.htaccess\":{\"d\":1568299062,\"h\":\"978755b920bf05ef319f2e9c5fe7a61b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/download-manager-files\\/Member in Good Standing_21716.pdf\":{\"d\":1484681551,\"h\":\"4183fd93d7991f723cb3533cbb617420\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/download-manager-files\\/11 Nov 2016 - Basileus Briefing.docx\":{\"d\":1484612808,\"h\":\"03d6f6ed46e58f1bbad9fd6f8356b5bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2014\\/10\\/LGZ-Website-Wordpress-Quick-Guide.docx\":{\"d\":1412729292,\"h\":\"3b47e7ace142f856ba474958e73362bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2014\\/12\\/LGZPressRelease.pdf\":{\"d\":1483459356,\"h\":\"af7f0ac27b65ca942d8a97c3ea3e1bdf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2014\\/11\\/Scholarship-Criteria-Draft-2.docx\":{\"d\":1415765412,\"h\":\"2afd78aeec0aeaf6056208a5aefb88f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2014\\/11\\/Scholarship-ApplicationDraft-2.docx\":{\"d\":1415765406,\"h\":\"4a1ba53fd4f75216377813b51ada4d90\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2014\\/11\\/ZETA-LGZ-Current-Roster-2014-2015.doc\":{\"d\":1415768659,\"h\":\"f7ba7e727dcab5618bdf59325137f690\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/woocommerce_uploads\\/index.html\":{\"d\":1509146991,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/woocommerce_uploads\\/.htaccess\":{\"d\":1568299062,\"h\":\"5cc8a02be988615b049f5abecba2f3a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/wc-logs\\/index.html\":{\"d\":1480693533,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/wc-logs\\/.htaccess\":{\"d\":1568299062,\"h\":\"5cc8a02be988615b049f5abecba2f3a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2017\\/10\\/Spirit-Night-2.pdf\":{\"d\":1508733409,\"h\":\"5f7862010aca476ffbe7ede35fd50a77\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2017\\/04\\/SpiritNight-1.pdf\":{\"d\":1492273227,\"h\":\"653679bda2e23fbfa665b4b827f0098b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2017\\/01\\/Final2017HSApplication.docx\":{\"d\":1484114010,\"h\":\"b6e606eed5309d62f19a46cbe3bdaeb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2017\\/01\\/LGZScholarshipReleaseForm.pdf\":{\"d\":1506136338,\"h\":\"69fc91c5d04fb06696156bb08effdaef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2017\\/01\\/Final2017HCCCApplication.docx\":{\"d\":1484114026,\"h\":\"a6e980094eb887cd5e3b862ab1dc6ebb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2017\\/01\\/101616-minutes.doc\":{\"d\":1484612651,\"h\":\"b102f9de2398cda842b792f98d1cb3c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2017\\/01\\/FINAL2017APPAPartnership-2.pdf\":{\"d\":1484580356,\"h\":\"5055d149682eecfad726f31756e56667\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/10\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/10\\/W.Ruth-Conway-Scholarship.pdf\":{\"d\":1539633186,\"h\":\"35c884b76d6033845d0abee7a394e1f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/10\\/Kaforcha_Sandra_0534285_10_15_2018.pdf\":{\"d\":1539633186,\"h\":\"f172ab42ae40ff8e5e51a4893fe178b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/10\\/image.pdf\":{\"d\":1539633186,\"h\":\"497c1965ae522354dda9b7fc67138c61\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/08\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/08\\/Test2.docx\":{\"d\":1534797407,\"h\":\"b667785153466d263a308d4b7a94f60d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/08\\/Test.docx\":{\"d\":1534797407,\"h\":\"b667785153466d263a308d4b7a94f60d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/08\\/Test1.docx\":{\"d\":1534797407,\"h\":\"b667785153466d263a308d4b7a94f60d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Ayaba_Mercy_unofficial-Transcript.pdf\":{\"d\":1522090894,\"h\":\"78f7722c2f8ac3535c09fc8e8a7bae7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Transcript2.pdf\":{\"d\":1522506417,\"h\":\"d57ecddd2c892177208171c13229edf5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/LTC-Transcript-through-Q22018.pdf\":{\"d\":1520996384,\"h\":\"5596203ebe37b799de48a7029f9f309b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Kyton-Ovide-Essay.pdf\":{\"d\":1520979070,\"h\":\"dcd9cc252a269a5e78463efd846f86b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/ruth-conway-release-form.pdf\":{\"d\":1522369381,\"h\":\"95fa0e1c2d4f4aa508262b7fa620892f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/new-doc-2017-12-15-16.35.38_3.pdf\":{\"d\":1521047774,\"h\":\"5eb9b269c30ff90ee9c6f5a943d3ccdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/If-you-had-access-to-unlimited-resources.docx\":{\"d\":1522455030,\"h\":\"4d4d08731625bed66418a497f3b97fb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/LGZ-ScholarshipReleaseForm_Signed2.pdf\":{\"d\":1522541050,\"h\":\"c8335df86b31e40e33e8077ea030b165\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Scholarship-Essay.docx\":{\"d\":1522089559,\"h\":\"45620adef3de7525d0cf0cab92ecffc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/WRC-Scholarship-application_Laurence.pdf\":{\"d\":1520996384,\"h\":\"ac6c83d5900a5500f83c0396e75c7040\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Ruth-Conway-scholarship-1.docx\":{\"d\":1522369381,\"h\":\"3ccd29caa3ae3b6702a2b0fb0e07936d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/MA_Ruth-Conway-Scholarship-Essay.docx\":{\"d\":1522553705,\"h\":\"6db1eeb76edbeb89fa72460054ed2040\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/JPhilogene_Transcript.pdf\":{\"d\":1520983184,\"h\":\"fd1635a0a5bb9dd9a1aa49edab5b76c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/M.Smithson.Transcript.pdf\":{\"d\":1522379074,\"h\":\"18fb26bb45f45fbf6e99cd59d73fbb9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Photo-Release-Form1.pdf\":{\"d\":1522078812,\"h\":\"5703b9cfeb83f67fa6137feb4e47e4da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/unoffical-transcript.pdf\":{\"d\":1522518749,\"h\":\"3b72d358a45935c8b85f89862cb86623\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Mercy-Ayaba_scholarship-application-essay-2.docx\":{\"d\":1522090894,\"h\":\"07df7d82c22543214bce6b79a7388607\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/LGZScholarshipReleaseFormEdit.pdf\":{\"d\":1522518664,\"h\":\"131f159001a8c6e010b76719bac1990c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Kyton-Ovide-Release-Form.pdf\":{\"d\":1520979070,\"h\":\"f6651299c3f0c94f6acff11eb448c8cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/scan0017.pdf\":{\"d\":1522553705,\"h\":\"a2422cfcc654b86199e70569bcce648d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/HoCo-Transcripts.pdf\":{\"d\":1522369381,\"h\":\"19badb973a7cb9e8ed871f984bd4f0fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/transcript.docx\":{\"d\":1522518675,\"h\":\"934d39568df710c793e5b9c952f8edda\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Transcript1.pdf\":{\"d\":1522089948,\"h\":\"f36df20ef883ac0d7dbece0f018944a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Photo-Release-Form2.pdf\":{\"d\":1522508262,\"h\":\"6917dc683ddd34a75c8a89f299b81d62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Photo-Release-Form.pdf\":{\"d\":1521063526,\"h\":\"8f6642f5f2056b5929c53d4a8701c9f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Unofficial-HS-Transcript.pdf\":{\"d\":1521063526,\"h\":\"1bb528b86e916ba434b7a07c8bef2416\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Release-Form.pdf\":{\"d\":1522089948,\"h\":\"de4cffd6ea1fbd1e9f4625d995ae7f24\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Scan-Mar-30-2018-at-10_36-PM.pdf\":{\"d\":1522463980,\"h\":\"04a26f6d74ba5d7cb1942a6042fd4685\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Transcript.pdf\":{\"d\":1522078812,\"h\":\"c524df6c2c3fb6bed2ef24f20de63f86\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/JPhilogene_photorelease.pdf\":{\"d\":1520983378,\"h\":\"d6ff73ce094da522112e561a3d8c5fc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Maya-Smithson-Ruth-W.-Conway-Scholarship-Essay.docx\":{\"d\":1522379074,\"h\":\"44348d1dbd19d8bf2ca4073946684b8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/W-Ruth-Conway-scholarship.docx\":{\"d\":1522433595,\"h\":\"bffec897c5b0e18ce9a13ee3fd851963\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Copy-of-transcripts.pdf\":{\"d\":1522007779,\"h\":\"f9d65c5808ab4719111402ff1674bb95\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/ZPB-Media-Release.pdf\":{\"d\":1522506417,\"h\":\"4b6fcb226cb733bec6576a04dfd24888\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Alex-Transcript-jan-18.pdf\":{\"d\":1522547511,\"h\":\"8862987a1d51eefa6586d0dd69a31645\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Scan03112018170307.pdf\":{\"d\":1520996384,\"h\":\"44b1dd537fc493a7b97f3cf4debbb624\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Scholarship-essay.docx\":{\"d\":1522110511,\"h\":\"932ee63ed84341bd2153bf9e545f89dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Lauryn-Williams-Essay.docx\":{\"d\":1522078812,\"h\":\"181192f41b8c0b9a9f02b323da10fe63\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Release-form-page-2.pdf\":{\"d\":1522433595,\"h\":\"bf4316af9657a09d2a7d13caf1361b21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Ruth-Conway-Scholarship-Essay.docx\":{\"d\":1521063526,\"h\":\"e81e57f54969ab8b94a36ecf15f6dde9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/LGZScholarshipReleaseForm.pdf\":{\"d\":1522090894,\"h\":\"cf7a4e20cd8de0a23c5140b5a06b92ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/transcript.pdf\":{\"d\":1522556208,\"h\":\"4dd9834b9360225119d8128cb0a0d74d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/scan0001.pdf\":{\"d\":1522547511,\"h\":\"f1fda6ee30c340a3fc920703307d4f39\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/release-form.pdf\":{\"d\":1522556208,\"h\":\"d9795c8d113dbe1ca2a8c97e94814433\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/essay-for-scholar.pdf\":{\"d\":1522556208,\"h\":\"555ec846edb5cdf4890d4bf8efdb88a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Scan-Mar-30-2018-at-9_19-PM.pdf\":{\"d\":1522463713,\"h\":\"8b033ad5146b4aa7b85789653b4710e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Doc2.pdf\":{\"d\":1522455365,\"h\":\"2f4229393e11c84919dc8172de962f3c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Unofficial-Transcript.pdf\":{\"d\":1522433595,\"h\":\"2dd54cb2cab374d3b43680e682450026\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/RuthConwayScholarship_NinaBundy_Essay.pdf\":{\"d\":1522541050,\"h\":\"9cda165d1f66537f5970b1c1fdeace61\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/JPhilogene_WRConway.docx\":{\"d\":1520983184,\"h\":\"c55ae84f7b2af9bec5150bb70872b67d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Alexandra-Alston-Ruth-Conway-Scholarship.docx\":{\"d\":1522547511,\"h\":\"56cd2207901efda3c4486588c77a01dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Doc1.pdf\":{\"d\":1522455365,\"h\":\"5d83fa69424414ff8f5c062326a06242\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Zeta-Phi-Beta-College-Degree-Impact-Future.docx\":{\"d\":1522506417,\"h\":\"2f5e33b0f01ff5fd3a869ea3f46e3099\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/NinaBundy_HowardHighTranscript_2018.pdf\":{\"d\":1522541050,\"h\":\"90b15fb73138a3a5be62a36f5631ac60\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/scan0011.pdf\":{\"d\":1522553705,\"h\":\"0b02bd0ae7fedcdf6e5c9ba3eb40a824\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/SCH-Advisor-Handbook2.pdf\":{\"d\":1520942938,\"h\":\"4c5834249377516dc60a4ae517c3978f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/SCH-Advisor-Handbook.pdf\":{\"d\":1520942773,\"h\":\"4c5834249377516dc60a4ae517c3978f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/LGZScholarshipReleaseForm1.pdf\":{\"d\":1522451349,\"h\":\"69fc91c5d04fb06696156bb08effdaef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/LGZ-essay.pdf\":{\"d\":1522451349,\"h\":\"f84bdbe5e7eaba6f51293f5ee7973c4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/schol-release.docx\":{\"d\":1522007927,\"h\":\"9b1c19c631dc00be479665534163ae98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/WOMEN-SCHOLARSHIP.docx\":{\"d\":1522518664,\"h\":\"680168e01b249b7f5be55576c5ebfa59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Unofficial-Transcript1.pdf\":{\"d\":1522508262,\"h\":\"7a5c9c5931162f26a6b2db93f1f490c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/ZETA-PHI-BETA.pdf\":{\"d\":1521047774,\"h\":\"dc6e275c740d20f8c582257d3b578dba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Community-Service-Scholarship-essay.docx\":{\"d\":1522007779,\"h\":\"ea93770e8d050b29e0f93888d12523b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/M.SmithsonPhotoRelease.pdf\":{\"d\":1522379134,\"h\":\"b0608d946e2ec2266d4574302c1d5f9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/new-doc-2017-12-15-16.35.38-20180314130326.pdf\":{\"d\":1521047774,\"h\":\"f10b5f16ce633c4a6062dcaa59960b05\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Chelsea-Ofori-transcript-2.pdf\":{\"d\":1522110975,\"h\":\"160697f85729b52b6ca4d039e40f9fb9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Ruth-Conway-Scholarship-Essay.pdf\":{\"d\":1522463713,\"h\":\"467987ce86cf1db00a4ba2fbd632a6b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/W.-Ruth-Conway-Scholarship-Essay-Summer-Williams.pdf\":{\"d\":1522507985,\"h\":\"000306549f29317bed09d83e0d487d61\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/SCH-Advisor-Handbook1.pdf\":{\"d\":1520942837,\"h\":\"4c5834249377516dc60a4ae517c3978f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Kyton-Ovide-Transcript.pdf\":{\"d\":1520979070,\"h\":\"96a9dee7814097645847ce28dc80aa50\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/03\\/Scan_0005.pdf\":{\"d\":1522110975,\"h\":\"e3314baa51bd7b973694c9ce5a4eba0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/12\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/02\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/01\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2018\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2017\\/08\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2017\\/08\\/High-School-2017-18-Scholarship-Application-Package-draft.docx\":{\"d\":1502456025,\"h\":\"296670dc8134eca8e82e3ad3baa223e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2017\\/08\\/HCC-2017-18-Scholarship-Application-Package-draft.docx\":{\"d\":1502456025,\"h\":\"e92c5877c032e4880efb36693587d811\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2017\\/12\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2017\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/EPSON302.PDF\":{\"d\":1552957276,\"h\":\"57dea7ff5cd084df7371b34bf42bdf89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/W-Ruth-Conway-Photo-Release-Form.pdf\":{\"d\":1553807827,\"h\":\"76d8ae9c8729a07ca40fc27081130f79\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Release-form.pdf\":{\"d\":1553918246,\"h\":\"32c65e19221db8983f4757148dcfd89e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/W.-Ruth-Conway-Scholarship-Essay-David-Gordon.docx\":{\"d\":1553372077,\"h\":\"295d047072fb4adce4a45af58dbe9679\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/W.-Ruth-Conway-Essay-2.pdf\":{\"d\":1553916932,\"h\":\"e64b0fa8858621469f7129eb2a28fb75\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Julian-E-Basena_-Ruth-Conway-Scholarship-Essay.pdf\":{\"d\":1553802596,\"h\":\"2a730ae35b444b820ec40b65f898fdbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Scanned-Documents-2.pdf\":{\"d\":1551894054,\"h\":\"1375283eed2f73b4214da5a5f92f36dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/release.pdf\":{\"d\":1553881413,\"h\":\"e145bc01f44e460206d397585a5b456b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/MYoung-Transcripts.docx\":{\"d\":1553820740,\"h\":\"49d6f1671be827e46347214db89636f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Essay-Option-2.docx\":{\"d\":1551893735,\"h\":\"eb5a5a0c1b8774e79c8a8b42bceffa5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Copy-of-Transcipt.pdf\":{\"d\":1553829781,\"h\":\"282371f75410fbbb9539e6aae4ff4ae7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Transcript-2.pdf\":{\"d\":1553817318,\"h\":\"b74cc0e985fed047351eee11eaea40b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/W-Ruth-Conway-Essay.docx\":{\"d\":1553798820,\"h\":\"d3f3d74ece82dfd3aab8b98c5d974cf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/W-Ruth-Conway-Essay.pdf\":{\"d\":1553650794,\"h\":\"e66d7776d1c851667d871c4ac9899dfe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Unofficial-transcript.pdf\":{\"d\":1553892082,\"h\":\"22c27450e97cbfc99f899c316af845b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/ruth-conway-essay.docx\":{\"d\":1553881265,\"h\":\"5ebf051395eed24a6300b52a2ccc3573\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Layla-Foster-Transcript-2019.pdf\":{\"d\":1553632342,\"h\":\"ba63c86d849dfc7eaad6c8bc424a17b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Scanned-Documents-21.pdf\":{\"d\":1553918278,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Conway-essay.pdf\":{\"d\":1553908125,\"h\":\"3c945f0ab9e2969b3f2a05994f2e070c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Scholarship-Supplements.docx\":{\"d\":1553829781,\"h\":\"dd3340f6d39619e2f345e652e721b8a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Ruth-Conway-Scholarship-App.docx\":{\"d\":1553820740,\"h\":\"614af00ec3d6b2b37a8886baad1d2138\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Zeta-Release-Form.pdf\":{\"d\":1553469679,\"h\":\"eaa48ceee85b2e556e7a1549e91060c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Scanned-Documents.pdf\":{\"d\":1553918278,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/photo_release.pdf\":{\"d\":1553819591,\"h\":\"1d242f8025fd5d7475cf383e25c5d424\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/MLYoung_Zeta-Photo-Release-Form.pdf\":{\"d\":1553820740,\"h\":\"c2303c84caa5791b3e4af7d0665c8b33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/W.-Ruth-Scholarship.docx\":{\"d\":1553816422,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Documents-Ruth-Conway.pdf\":{\"d\":1553829324,\"h\":\"86beb3cf894fc8e854b8fa23f0fede00\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Nailahs-Transcript.pdf\":{\"d\":1553749673,\"h\":\"834c155f736b17aaaf59d8eb62c96da5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Release-Form.pdf\":{\"d\":1553648427,\"h\":\"e604a2c28312a443ff55aa783fae4b64\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Zeta-Phi-Beta-Scholarship-Release-David-Gordon.pdf\":{\"d\":1553372077,\"h\":\"61de807400c8046c180fe5e4cac68dae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/release-Form-2.pdf\":{\"d\":1553817318,\"h\":\"11cb4e021bfbab1cc4de5618c2e6d6ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Transcript.pdf\":{\"d\":1553918246,\"h\":\"f04346596b515bacd97b71ef07526df4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Julian-E-Basena_-W-Ruth-Conway-Scholarship_-Release-Form.pdf\":{\"d\":1553802596,\"h\":\"b808281cb3860e83a10cafd2d571e33b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/releaseformscholarshipzeta.pdf\":{\"d\":1553749673,\"h\":\"529317b6b7aa2f971db12ac268180533\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/W.-Ruth-Conway-Essay.pdf\":{\"d\":1553648427,\"h\":\"94b366cfb6649dabfd7676d4611eb299\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Ruth-Conway-ESSAY.pdf\":{\"d\":1553829324,\"h\":\"613d756f9e8ca88afde226310746962e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Photo-permission.pdf\":{\"d\":1553892082,\"h\":\"56d03e80f59b89f35ecc291339c190d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/KyleWrightTranscripts.pdf\":{\"d\":1553819591,\"h\":\"2a7b7b4434c20d3659d896e4aeba0a8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Blank-1.pdf\":{\"d\":1553825526,\"h\":\"61716273b608d17c6842c498b6a9fb1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Zeta-Essay-W.-Ruth-Conway.docx\":{\"d\":1553469679,\"h\":\"f1c2ebdc7db37e7f9c9e285e7bce9521\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Javon-Daniel-Transcript.pdf\":{\"d\":1551665798,\"h\":\"6f94ea19714de546834cdf4fba878f68\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/LGZScholarshipReleaseForm-signed.pdf\":{\"d\":1551665798,\"h\":\"3864bd29a2a121452506f4958a8f965d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/W-Ruth-Conway-unofficial-transcript.pdf\":{\"d\":1553700822,\"h\":\"39884922ba5a134b808192eaed9e8c73\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Unofficial-Transcript.docx\":{\"d\":1553825526,\"h\":\"4ab67d5583858b4009075d44fad92e59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Unofficial-Transcript-Caleb-Callender.pdf\":{\"d\":1553908125,\"h\":\"38adfbed0df969911c80a1b2d549cec3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/grades.pdf\":{\"d\":1552957276,\"h\":\"1643130c846855880119f0aa3f4f20fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/transcripts.pdf\":{\"d\":1553881413,\"h\":\"b6f32d3bf1b53d2701718005b5afcd0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Zeta-Phi-Beta-Scholarship-Essay-1.pdf\":{\"d\":1553918363,\"h\":\"b9d344ebcd57c0b1fce1c73629d56b56\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Julian-E-Basena-_W-Ruth-Conway-Scholarship-_HS-Transcript.pdf\":{\"d\":1553802596,\"h\":\"ba2aa7ced6263481fd8dd2d826ae2ea0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Lambda-Gamma-Zeta-Photo-Release-Form.pdf\":{\"d\":1553632342,\"h\":\"786a3b82a532322fff34d59bb4431bf8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/new-doc-2019-03-29-22.30.30.pdf\":{\"d\":1553916932,\"h\":\"8b360570eef8400940b2418b77075f38\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/David-J-Gordon-Unofficial-Transcript.pdf\":{\"d\":1553372077,\"h\":\"da3078332f5f190a9faf22cfe217f86a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/W.-Ruth-Conway-Scholarship-Essay-Mar-29.docx\":{\"d\":1553632342,\"h\":\"045b81fa4273eee9c7826777c67f9b0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Unofficial-Transcript.pdf\":{\"d\":1553648427,\"h\":\"e6bbec271601a2aff9ecf946cf3960e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/ruthconwayessay.pdf\":{\"d\":1553819591,\"h\":\"3fe4e6c16c5e8e2bb115451853af710d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/zeta-phi-beta.pdf\":{\"d\":1552957276,\"h\":\"a9534aec840203bd8505a38c57217435\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Scanned-Documents-1.pdf\":{\"d\":1551893735,\"h\":\"da7963c7edee8c84afa6057674e99ea0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Unoffiicial-Transcript.pdf\":{\"d\":1553650794,\"h\":\"5a6502ac5fc5c635f34c6bb7341e8832\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/LGZ-Scholarship-Essay.docx\":{\"d\":1551665798,\"h\":\"2c31cf2db2ed016920d3f2c23ea55015\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Doc-Mar-26-2019-13_20.pdf\":{\"d\":1553829781,\"h\":\"753d4d3552a4494a1aa354af8d969d89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Conway-Photo-Release-Form.pdf\":{\"d\":1553650794,\"h\":\"70a78f9ccf60df5287bacdbefffe8872\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/W.-Ruth-Conway-Scholarship.docx\":{\"d\":1553825526,\"h\":\"5d366bb2720f1ec2ac053f9d84073664\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/new-doc-2019-03-29-18.42.47_20190329184301.pdf\":{\"d\":1553916932,\"h\":\"71b3e375271355a7b31e6d504f44658d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Conway-release.pdf\":{\"d\":1553908125,\"h\":\"754fc2b34378f111ce7962ed3cd1f352\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Scholarship-Essay.pdf\":{\"d\":1553887827,\"h\":\"3f3d8ef653189de931f0abf5537a77e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Ruth-scholarship.docx\":{\"d\":1553918246,\"h\":\"9b8456a44f388d6cd6fbd564edfc409e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Ergine-Unoffficial.pdf\":{\"d\":1553829324,\"h\":\"4b4d867e5ca1a383c2fe937b92d830d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/Unofficial-Transcript-Nia-Anderson.pdf\":{\"d\":1553469679,\"h\":\"95b897979e322d55571a8f706d2837e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/03\\/zetascholarshipmarch27.pdf\":{\"d\":1553749673,\"h\":\"9cf06bfe4c5f6f942c577e8851fe80ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/02\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/02\\/Copy-of-Copy-of-Image.docx\":{\"d\":1549829632,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/02\\/1991_001.pdf\":{\"d\":1549829632,\"h\":\"e48f2decbf1135b13701a393bf5ed771\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/02\\/Photo-Release-Form.pdf\":{\"d\":1549849507,\"h\":\"742d977a69fb156a07e88cd7a9d60855\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/02\\/Transcript-Maxwell-Myers.pdf\":{\"d\":1549849213,\"h\":\"312b9e254c0e8fc0832ca59cacc90d6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/02\\/Kendra-Waters-3.pdf\":{\"d\":1549828452,\"h\":\"6cbf00199c66d96a1d5b3c60115854d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/02\\/Essay_-Maxwell-Myers_02102019.docx\":{\"d\":1549849213,\"h\":\"52c370fd0856ad19f633b616ecf66a49\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/01\\/Document1.docx\":{\"d\":1546467044,\"h\":\"61147b9ed74ac35f120549dbc1554ae3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/01\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/01\\/Essay-Scholarship.doc\":{\"d\":1548953653,\"h\":\"bd84badc605b0f41f1777a5e338c537d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/01\\/Document2.docx\":{\"d\":1546467017,\"h\":\"61147b9ed74ac35f120549dbc1554ae3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/01\\/LGZScholarshipReleaseForm.pdf\":{\"d\":1547420490,\"h\":\"c39b1f3660077afad2d861d9059c8ce6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/01\\/Document.docx\":{\"d\":1546466807,\"h\":\"61147b9ed74ac35f120549dbc1554ae3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/01\\/SHCLS_ECO_C19013122120.pdf\":{\"d\":1548953653,\"h\":\"c89aeed149f0e7efdcf6f58b54254916\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/01\\/Unofficial-High-School-Transcript.docx\":{\"d\":1547420490,\"h\":\"b4edb75e9a895753dc2b4f7322a2235b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/01\\/W.-Ruth-Conway-Scholarship-Essay.docx\":{\"d\":1547420490,\"h\":\"f855f84018392000f7e33c651cab931b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/01\\/LGZScholarshipReleaseForm1.pdf\":{\"d\":1548953653,\"h\":\"69fc91c5d04fb06696156bb08effdaef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2019\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/tmp\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/10\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/10\\/sandrakscholarship.doc.docx\":{\"d\":1539634438,\"h\":\"e544e21fca67b3bfc30e649836a863cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/10\\/Sandra-Kaforcha.pdf\":{\"d\":1539699309,\"h\":\"71193b6d56de695830278ec5ddd00a92\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/08\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/08\\/Test.docx\":{\"d\":1534797590,\"h\":\"b667785153466d263a308d4b7a94f60d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Roberts-Bailey-2.pdf\":{\"d\":1522260906,\"h\":\"b31cc82292341297ca885582775071a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/AHS-18-Recommendation-Catherine-Volcy.pdf\":{\"d\":1522069903,\"h\":\"df5fdac79cc758d142d8fea9415d04a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Letter-of-Reference-2.pdf\":{\"d\":1522079392,\"h\":\"e2a31ba08bd8e3675a0c58de0c12aed2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Catherine-Volcy-Final-Letter-of-Rec-Word.docx\":{\"d\":1522107036,\"h\":\"6d551950d28a7c7037fd8a67c09580ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Summer-Williams-Rec-W-Ruth-Conway-Zeta-Phi-Beta-Sorority-Inc.-Scholarship-2017-2018.pdf\":{\"d\":1522175313,\"h\":\"f9794403f72a60ca50e04e1a036724f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/SmithsonRec.pdf\":{\"d\":1522378328,\"h\":\"716a60ee36ac276a7e4dbd497bc41629\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Seth-Ragin-W-Ruth-Conway.pdf\":{\"d\":1520687462,\"h\":\"91c38cf6ac7319e175102d7c5179b886\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/DColeyEpps-Recommedation.docx\":{\"d\":1521051196,\"h\":\"5870bee774ee931f07b207ee46eda1c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Dashae-Coley-Epps-Recommendation.docx\":{\"d\":1522521058,\"h\":\"3ef2ea475f39bd60de3fb3873cfc752b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Onumah-S-Scholarship1.docx\":{\"d\":1520344910,\"h\":\"906d94e22be9c5cca49aea5948bdba11\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Onumah-S-Scholarship.docx\":{\"d\":1520341244,\"h\":\"906d94e22be9c5cca49aea5948bdba11\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/written-evaluation-Gilmore-Nathaniel.pdf\":{\"d\":1520965492,\"h\":\"ef03e72518b01f47805ed0d89119885c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Recommendation-for-Samantha-Hall.docx\":{\"d\":1522467692,\"h\":\"292ff85627ded8d6c70ced0ffbcc8aeb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/malik-bowman.docx\":{\"d\":1522331429,\"h\":\"2b77fc99b137dfb682c787bc5d07dc5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/written-evaluation-finney-wright-ellis.pdf\":{\"d\":1522349522,\"h\":\"1168a90c9166cebf0fb1c12ebc615057\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Nina-Bundy-W.-Ruth-Conway-Scholarship.docx\":{\"d\":1522164325,\"h\":\"07d09db37594354cf79045d6182a835e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/JPhilogene_Recommendation_2.pdf\":{\"d\":1520983696,\"h\":\"f1eb883b99ada7484819284c6fa93b41\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Ovide_-K-scholarship.docx\":{\"d\":1520854352,\"h\":\"401a0b507bc724ea40ee55e5e9bcf45e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Ashara-Wilson1.pdf\":{\"d\":1522159297,\"h\":\"1a72c0de6621849a93b9d926b1a9632e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Mary.doc\":{\"d\":1521121382,\"h\":\"c57a2c656b6729c5ae35b235ef9d3845\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/MayaSmithson.docx\":{\"d\":1522342570,\"h\":\"559e3c334510bfc97d3de3bfceade55a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Jadiyn-Letter-of-Recommedation.docx\":{\"d\":1521213350,\"h\":\"a9da035ebe290509b6d9a4872f1a886d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Ofori-Scholarship-Rec.docx\":{\"d\":1520343018,\"h\":\"da3edf803917a61b36f7e8a3bff391fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/LinghamSydneyMalloy.docx\":{\"d\":1522420234,\"h\":\"57a8b0b93202262c76257be8a438cee8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Jenayes-letter.docx\":{\"d\":1522325072,\"h\":\"ff1ee7c62e3ad826535aa98f3eeca6e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Kyton-LOR.docx\":{\"d\":1521149147,\"h\":\"2feb3047cebfb32ddb8ae78fb6bfb273\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/W_Ruth_Conway_-Letter-for-_-Summer_LaMae_-Williams1.pdf\":{\"d\":1522331712,\"h\":\"ec94972f8c96ac86feb63a37c73bb754\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Laurence-Crandon-scholarship-recommendation-technology.pdf\":{\"d\":1520977298,\"h\":\"123c6aad13286cff04ec37a0a2130c1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/AdjoaArmoo-PDF.pdf\":{\"d\":1522407765,\"h\":\"d9567c6f49135d4c33dbc8c67fa232ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/recommend-Nathaniel-Gilmore.pdf\":{\"d\":1521051605,\"h\":\"c51ce4ea75f26559efa967b0c38295e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Letter-of-Reference.pdf\":{\"d\":1522079197,\"h\":\"2173dd736e8799300a154c6b470b94c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/chelseaoforirec.doc\":{\"d\":1520340050,\"h\":\"6e02dc5a88239653913a5b73f46a9f16\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Ameni-Melvin-Kianna.docx\":{\"d\":1521808235,\"h\":\"5aedbce095e3b5e3c5c1846963d03516\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Ashara-Wilson.pdf\":{\"d\":1522066432,\"h\":\"c8ce2a2530917693821736781f7967f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Marie-Mbullu-Rec-Letter.docx\":{\"d\":1521050642,\"h\":\"1f23fb84ba3417d1fafee708495bb80b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/A-Washington-Recommendation.docx\":{\"d\":1521746193,\"h\":\"32eaa0e918d7d096be513cee63debe2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/laurence_crandon_rec_rhhs.pdf\":{\"d\":1520971324,\"h\":\"59cf9b37dbd3b1e85e9b152b5eed09d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/Brooks-Rivers_Jenaye_SchRecomm_RuthConway.docx\":{\"d\":1522072097,\"h\":\"fc751ef325eddf0bb135b6a74e824ef3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/03\\/scholarshipLetter-of-reccomadationFebruary-14th-2018.docx\":{\"d\":1522342160,\"h\":\"475d973dc2ec1049da6ed7af78093f24\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/02\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/02\\/Kerr-Lisa-scholarship.docx\":{\"d\":1519849219,\"h\":\"480194f91d922cf041774023d017a4e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/02\\/Recommendation_Marie-Mbullu.pdf\":{\"d\":1519696541,\"h\":\"31d4611b192d74e06f758dc48e7cb1e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/02\\/Ragin-Seth-Scholarship.docx\":{\"d\":1518715960,\"h\":\"090a7196188512856fb87bc67680f4f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/02\\/Oluwaseun-reccomendation.docx\":{\"d\":1518968507,\"h\":\"d1925c592f95b6b5534e5aafaa8d1d8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/02\\/College-Recommendation.docx\":{\"d\":1517870297,\"h\":\"dacfc43d89e65ff7ee066504f56cba2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/02\\/CounselorLetterofRecommendationforAlexandraAlstonscholarship.docx\":{\"d\":1518626944,\"h\":\"6ab7891f329632e09c426eaaa7723398\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/04\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/04\\/adjoaarmoo2017.docx\":{\"d\":1522764616,\"h\":\"9088030df25d495ad32d5b10229b1fef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/04\\/Okoro-Conway-Scholarship.pdf\":{\"d\":1522955333,\"h\":\"1fade437be35579e590ff9108ad48ced\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/04\\/Seun-Showunmi-2017.pdf\":{\"d\":1522929581,\"h\":\"002006e4010bc1ac286394e5b218f783\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2018\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Recommendation-letter-Teacher.JPG\":{\"d\":1552956134,\"h\":\"fcf8e983efac81a7c5b717cc2afaa82b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Reference-Letter-for-Ergine-Remy.pdf\":{\"d\":1553830596,\"h\":\"4a2516207dd1987a525e53529f958e66\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Julian-Basena-W-Ruth-Conway-Scholarship-Recommendation.pdf\":{\"d\":1553521292,\"h\":\"d65fd56fad277bead65579b97e279235\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Recommendation-Ayana-Monroe-Ruth-Conway-Scholarship.docx\":{\"d\":1552401970,\"h\":\"2def85f7eee41a88fabe1f1c1fa21d2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Javon-Daniel-Letter-of-Recommendation-Quainoo.docx\":{\"d\":1551666411,\"h\":\"1ec52a2011c50aba9ef6a332d8080e9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Aniya-Nelson-1.docx\":{\"d\":1551717186,\"h\":\"4d98136fdc7201afffdba40d10fd32ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Nailah-Downing.docx\":{\"d\":1553793579,\"h\":\"6600f7108b1b343aa7ae9a699f684c6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Letter-of-Recommendation_Chelsea.pdf\":{\"d\":1553873393,\"h\":\"cb4c16fdbaf39408495a9394fe64cf19\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Recomendation-Letter-N-A-General.docx\":{\"d\":1553104268,\"h\":\"f27f7ff4ea06936be975be5bf04eb144\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Conway-recommendation-Linda.docx\":{\"d\":1553908023,\"h\":\"fddf759bcb8e9f73aa8de915a80bb6fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/C-Amihere-LOR-Scholarship.docx\":{\"d\":1553772681,\"h\":\"d2f92645825d0fe34f87456848b7450d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/recommendation-for-Morgan-Young.docx\":{\"d\":1553700466,\"h\":\"1cf61101a9411d6c9180d7769db94700\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Rec-Letter-for-Naomi-Smith.docx\":{\"d\":1553740682,\"h\":\"7a26d53882b2c58b7262ea273ce65c2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/N.-Anderson-Spring-2019.docx\":{\"d\":1553690067,\"h\":\"db1bf83293a8707cdd2828f7be76426d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/GloriaOrgordiRecommendation2019.docx\":{\"d\":1552876009,\"h\":\"5603011512b086858067bbcc1e586a00\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/David-Gordon.docx\":{\"d\":1553281392,\"h\":\"3a430961fa2d16bc207ba24cd47329f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/AHS-Ltr-of-Rec-19-Yewande-Sogebesan.docx\":{\"d\":1553873533,\"h\":\"1607c4f20b8ee175a2b03f70a4d53e7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Sule_RConway.pdf\":{\"d\":1551959376,\"h\":\"97fd5e5ff471a164fc3e6f14214db338\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Recommendaiton-letter-Justine-Wabo.docx\":{\"d\":1553706067,\"h\":\"342f5e6ba843d0ed53743469dc73baf7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/college-rec-aniyah-Nelson.docx\":{\"d\":1552262844,\"h\":\"7075a5205509fa68e297a60866982a8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Jennifer-Day-Recommendation-Letter.docx\":{\"d\":1553708516,\"h\":\"59bc420687c345f523a11d7a6cb0eeaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Remy-Ergine.docx\":{\"d\":1553701568,\"h\":\"fa78d7cbf94ad73b3396e896c12be2ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Javon-Daniel-LETTER-of-REC.pdf\":{\"d\":1551666605,\"h\":\"622e5d7a1b4667223ec2db5ea98be20e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Gloria-Ogordi-2019.pdf\":{\"d\":1553647605,\"h\":\"c5ca4457f4041344d1017bc19e4400b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/David-Gordon.doc\":{\"d\":1553024201,\"h\":\"70c547916937f31feeba2f2b5d29ce3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/AmarisHester.doc\":{\"d\":1552933150,\"h\":\"6324d5840a43057520ab91f135bf91e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Recommendation-Letter-for-Amanda-Russell-Scholarship.docx\":{\"d\":1553613717,\"h\":\"e619b8d46f067d04c357007b79bb34b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Recommendation-letter-Eves-Club.JPG\":{\"d\":1552956233,\"h\":\"35b2203619775c73932e31c623310d30\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Young-W.-Ruth-Conway-Scholarship.pdf\":{\"d\":1553527665,\"h\":\"035b64cca0170eaf5d8855cccc050989\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/college-rec-kayla-mack.docx\":{\"d\":1553003564,\"h\":\"3ec8b69592944d28ec1edf0922a35991\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Letter-of-Recommendation.Smith-Naomi.2018.10.15.pdf\":{\"d\":1553520777,\"h\":\"2432274a3d526b10a22cd4b9cf50f489\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/GabrielleAidamArtRecommendation.pdf\":{\"d\":1553528462,\"h\":\"f440f50ae703c62d4cc97a6abd4e0266\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/Javier.docx\":{\"d\":1551555460,\"h\":\"f0d54805cba1341e5b59a5e5f003e472\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/03\\/KME-Rec.doc\":{\"d\":1553179536,\"h\":\"f35f460a8fdbb3c161a337b181655dab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/02\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/02\\/Layla-Foster-scholarship.docx\":{\"d\":1551184636,\"h\":\"e6d7753e4e619bfc417ab8b22554c6c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/02\\/kyle-wright-rec-letter.doc\":{\"d\":1551118085,\"h\":\"c929a4b400befd564a514ef20c7432e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/02\\/written-evaluation-29.pdf\":{\"d\":1551116600,\"h\":\"33c430b7b61720e543c5a0d9ae3e5fce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/02\\/nina-sthilliaire-rec.docx\":{\"d\":1551054370,\"h\":\"f47327ff6d64b4cfb08db253c358096d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/02\\/Max-M-Scholarship-Rec.pdf\":{\"d\":1549887767,\"h\":\"a4c4e94cfe381afe96cae77777a31123\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/02\\/Amaris-Hester-zeta-Phi-Beta-scholarship-letter.docx\":{\"d\":1550559536,\"h\":\"554318014d37e6e180fe3fd22c5e7318\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/04\\/Albert-Jackson-Letter-of-Recommendation.docx\":{\"d\":1555304852,\"h\":\"2ccb2ba5dbad633c214f44c6372944b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/04\\/Javon-Daniel-Letter-of-Recommendation-Quainoo.docx\":{\"d\":1554583434,\"h\":\"1ec52a2011c50aba9ef6a332d8080e9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/04\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/04\\/Merina-LOR.pdf\":{\"d\":1554294720,\"h\":\"55d8ecb83f22c6fb32a86899d8b2a744\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/04\\/Javon-Daniel-LETTER-of-REC.pdf\":{\"d\":1554583561,\"h\":\"622e5d7a1b4667223ec2db5ea98be20e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/04\\/Seun-Sule-recommendation-1.docx\":{\"d\":1554249873,\"h\":\"50b9e4a843332b9e686c374a2bf0f507\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/04\\/Seun-LOR.pdf\":{\"d\":1554254933,\"h\":\"90d65a7f66f8f1fdc6447ff8d70935cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/2019\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/tmp\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/tmp\\/5c9b8d0da6802_input_15.docx\":{\"d\":1553698061,\"h\":\"8f9ef5cfce4561438671a50941edd11d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/tmp\\/5c9ebf8849295_input_15.docx\":{\"d\":1553907592,\"h\":\"e7d298752e1197e526b10dd2e341df0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/8-2ec429283182b0327184423c694c72d5\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/2-d95a17cf234de0036445ec53825752bf\\/tmp\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/2-d95a17cf234de0036445ec53825752bf\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/1-339657a3774ac9bc1c93e8a6917c8c64\\/tmp\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/1-339657a3774ac9bc1c93e8a6917c8c64\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/index.html\":{\"d\":1568875866,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/.htaccess.ea4bak\":{\"d\":1556691703,\"h\":\"64ee346cba4e05a501198f1a82149bdc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/gravity_forms\\/.htaccess\":{\"d\":1568875866,\"h\":\"64ee346cba4e05a501198f1a82149bdc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/sp-client-document-manager\\/.htaccess\":{\"d\":1568299062,\"h\":\"6fd2ab82cfdc6c55059b78ae45ed9d1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-account-balance-042013.pdf\":{\"d\":1382624013,\"h\":\"a648629770b319184005b57eaa464155\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/checkrequestvoucher.doc\":{\"d\":1382624550,\"h\":\"50ac35dc1d8ffc0a6b33604db287b3c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-tamias-report-operating-acct-apr-20-2013.pdf\":{\"d\":1382624057,\"h\":\"5ebda883854d658f455d87fbf22f6457\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/application_09-10.doc\":{\"d\":1382624536,\"h\":\"92da980d8f2afaa4cd5a4ffa67b81625\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-account-balance-101912.pdf\":{\"d\":1382624034,\"h\":\"7f698d5fec9f462cfdcace9286cf597c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgztamiasreport10-15-11.xls\":{\"d\":1382624397,\"h\":\"e916a14c46332a7a613cb8831b7d52b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgztamiasreport02-19-11.xls\":{\"d\":1382624340,\"h\":\"ffc2dda9f166fad08215b419371a6d87\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-account-balance-011913.pdf\":{\"d\":1382623998,\"h\":\"c89edf3a807dccbdf9534afc242d7d0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/zpbapr11mins.doc\":{\"d\":1382624644,\"h\":\"6f864e20b5fe4b96dc074b0fd98be59d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgztamiasreport06-18-11.xls\":{\"d\":1382624388,\"h\":\"e5408ca6b679ecd430379c216d3c90d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgztamiasreport2-18-12.xls\":{\"d\":1382624336,\"h\":\"33b6878be5db6bbb418d4db16b9750eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/beanie-flyer.pdf\":{\"d\":1382623845,\"h\":\"92095857af91206b43b528dd99b94516\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/zpbnov2010minutes.doc\":{\"d\":1382624647,\"h\":\"b87d1559f85537e2ed57282ec4d83947\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-budget-2012-2013.pdf\":{\"d\":1382624055,\"h\":\"337bb84d2eb272ae10a7344b5eb2cc4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-account-balance-021613.pdf\":{\"d\":1382624000,\"h\":\"e1f0c7e8b8a55f4a2016a6a572ea5d0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgzwebsiteguide.doc\":{\"d\":1382624604,\"h\":\"8ce7bc6a0efaacb90fa411ead0da814b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgztamiasreport4-21-12.xls\":{\"d\":1382624364,\"h\":\"1015a866c4f4746d1c64e9ed47903ea4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/eb051510basileusreport.doc\":{\"d\":1382624562,\"h\":\"4433db80486efb4354f1aa8969608991\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-account-balance-111612.pdf\":{\"d\":1382624042,\"h\":\"3ea24aea3231e9b05986110a72d92c9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgztamiasreport5-19-12.xls\":{\"d\":1382624372,\"h\":\"56ee02792962ad8a832dee2aadb7ddf8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/zetaphibetasorority-june2011minutes.doc\":{\"d\":1382624628,\"h\":\"048351b0305e2288ec3a7e5edb5a722b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-tamias-report-operating-acct-may-18-2013.pdf\":{\"d\":1382624090,\"h\":\"b843e2704dc0f776ee2e8fc67d35edee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/reimbursementvoucher.doc\":{\"d\":1382624609,\"h\":\"74f5cbcdd8582c23a77367c0971b0c6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgztamiasreport1-21-12.xls\":{\"d\":1382624331,\"h\":\"5b4a9cf083a04e8ba918cbb5202ea362\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgzconstitution.doc\":{\"d\":1382624596,\"h\":\"f1fb969def7164182c80e329e7cab174\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgzcharter.pdf\":{\"d\":1382624112,\"h\":\"29cd47ca9eefb2078d9693c8468fbe34\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/juneminutes.doc\":{\"d\":1382624574,\"h\":\"048351b0305e2288ec3a7e5edb5a722b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgztamiasreport01-15-11.xls\":{\"d\":1382624321,\"h\":\"2107b8a92f1727815ac3feae0a226c41\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-tamias-report-operating-acct-dec-15-2012.pdf\":{\"d\":1382624060,\"h\":\"931ac5cf2250db18d69580fd8a7f1069\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-account-balance-121512.pdf\":{\"d\":1382624046,\"h\":\"9c859e576c7b8a7afa4db95e33b63218\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgztamiasreport03-19-11.xls\":{\"d\":1382624354,\"h\":\"dbf9a09cf79954b26213939d87e724df\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/howardcountyexecutiveproclamation-lgz.pdf\":{\"d\":1382623987,\"h\":\"7e1f94b14cd93a37ab6bd9ab9b5c5be8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgztamiasreport12-17-11.xls\":{\"d\":1382624409,\"h\":\"caf42481b0dfa04fdf6d4776c03369ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgzconstandbylaws2013.doc\":{\"d\":1382624594,\"h\":\"89bc33808079f916862f7e2da575b691\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgztamiasreport09-17-11.xls\":{\"d\":1382624393,\"h\":\"5f7d1e7539d4dc46743f8007fb1e2a38\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lets-do-more-membership-focus-month.pdf\":{\"d\":1382623990,\"h\":\"a736462ba16f691f6e109444ee3d4b76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/currentchapterroster2010-2011.doc\":{\"d\":1382624558,\"h\":\"81f58ce4e98d10a6e5ee96edfb8d00ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-account-balance-051813.pdf\":{\"d\":1382624023,\"h\":\"06a98c9230d976cfb56de91cb3da2574\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-tamias-report-operating-acct-mar-16-2013.pdf\":{\"d\":1382624085,\"h\":\"755a7a08d6db5e61a32b715e0b3213e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-tamias-report-operating-acct-oct-19-2012.pdf\":{\"d\":1382624099,\"h\":\"96d095caba18e42820c2e45754cb1282\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-tamias-report-operating-acct-june-15-2013.pdf\":{\"d\":1382624082,\"h\":\"ef1fb1f9442e4170ed86b829783742f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgztamiasreport6-16-12.xls\":{\"d\":1382624382,\"h\":\"cdafaf70049906ca3ad50e564ac610cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-tamias-report-operating-acct-nov-16-2012.pdf\":{\"d\":1382624097,\"h\":\"968b815bbe4bb86f69ed432a0ea262c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/zpb-lgz-skate-party-flyer.doc\":{\"d\":1382624632,\"h\":\"9a5b9430e3a90d5e7b623b1857366789\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-account-balance-031613.pdf\":{\"d\":1382624010,\"h\":\"0ef0c0f37281de06e128796af23698c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-tamias-report-operating-acct-sep-15-2012.pdf\":{\"d\":1382624101,\"h\":\"3dd7b18fceec45b8f8aa73ffdfbcb3ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-tamias-report-12-18-10.xls\":{\"d\":1382624317,\"h\":\"28bdeaf5fcb8031eac8893070f45ba8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/zetacurrentchapterroster2012-2013.doc\":{\"d\":1382624617,\"h\":\"1897cf0979728766348e0c6ace685936\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgzconstandbylaws.doc\":{\"d\":1382624582,\"h\":\"fff54a50b4191b7f318d281a3c84052c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-tamias-report-operating-acct-jan-19-2012.pdf\":{\"d\":1382624076,\"h\":\"30b0f7a70b14ba862e43d2fd9c9dbf11\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgztamiasreport6-30-12.xls\":{\"d\":1382624391,\"h\":\"61460618f0103bb39fa29fba8f167b3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz_update_2003_format.doc\":{\"d\":1382624577,\"h\":\"2d16524c2fc479488643137798ffc00c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-account-balance-061513.pdf\":{\"d\":1382624026,\"h\":\"fc0b6de682bcba37672eef439f30ce37\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgztamiasreport04-16-11.xls\":{\"d\":1382624360,\"h\":\"0df120ee033bdc3be968aa25dba3cf6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgztamiasreport11-18-11.xls\":{\"d\":1382624403,\"h\":\"41a8a01cf52fe66c332bf1325ff9596a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/zetaphi-betasorority-june2011minutes.doc\":{\"d\":1382624620,\"h\":\"048351b0305e2288ec3a7e5edb5a722b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/currentchapterroster2011-2012.doc\":{\"d\":1382624560,\"h\":\"78f84890c49a522bc9b152c2e7d518ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgztamiasreport05-21-11.xls\":{\"d\":1382624379,\"h\":\"3240fa623e415a9736873dcf578fee2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/application_criteria_09-10.doc\":{\"d\":1382624544,\"h\":\"230734128976b7a5d930ad89aab12983\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgztamiasreport3-17-12.xls\":{\"d\":1382624344,\"h\":\"3be2bde9f5e9b7e828ec388eee424521\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2013\\/10\\/lgz-tamias-report-operating-acct-feb-19-2013.pdf\":{\"d\":1382624070,\"h\":\"fbe13274dc0ad1077e4f5947a5d749b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2016\\/12\\/LGZPressRelease.pdf\":{\"d\":1481741757,\"h\":\"af7f0ac27b65ca942d8a97c3ea3e1bdf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2015\\/09\\/AACR-Education-Forum-2015-flyer.pdf\":{\"d\":1442748004,\"h\":\"3d31efbbd3e38ee81461ae681ee9d0eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2015\\/11\\/3RD-Annual-Denim-and-Pearlz_Flyer_2.pdf\":{\"d\":1448843027,\"h\":\"2cd2dd95d49875c3ace12ab7cd34aec1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2015\\/05\\/Final2017HSApplication.docx\":{\"d\":1476733627,\"h\":\"b6e606eed5309d62f19a46cbe3bdaeb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2015\\/05\\/ElectronicHCCStudentScholarship.docx\":{\"d\":1443109872,\"h\":\"eb272a9ef153225a6bd5289e65f8cc57\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2015\\/05\\/FinalHCCC-2016-Scholarship-Application-Package-2.docx\":{\"d\":1443404388,\"h\":\"476f7e023515b420416a57cdf3ea862d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2015\\/05\\/FinalElectronicHigh-School-Students-Scholarship-2.docx\":{\"d\":1443404341,\"h\":\"eef2237c8b4401a9eec5dbea61dbaf4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2015\\/05\\/FinalHCCC-2016-Scholarship-Application-Package-21.docx\":{\"d\":1443410573,\"h\":\"59ccc7e20b72bd90421cc810d5691dab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2015\\/05\\/Final2017HCCCApplication.docx\":{\"d\":1476733599,\"h\":\"a6e980094eb887cd5e3b862ab1dc6ebb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2015\\/05\\/ElectronicHigh-School-Students-Scholarship.docx\":{\"d\":1443109506,\"h\":\"bb3419fd184fd5e05f180d09b8cda871\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/2015\\/05\\/Recommendation-Form.docx\":{\"d\":1443109940,\"h\":\"26c308138f3d05cebef498aac6b95ea0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/ithemes-security\\/logs\\/index.php\":{\"d\":1508602094,\"h\":\"a605acf2b02df4876305872b2c14a29b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/ithemes-security\\/index.php\":{\"d\":1515452313,\"h\":\"a605acf2b02df4876305872b2c14a29b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/GeoIPv6.dat\":{\"d\":1528158719,\"h\":\"e6dce95c96743705be616ad76e37e970\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/GeoLite2-Country.mmdb\":{\"d\":1533255395,\"h\":\"b42124afc2a8ac17c0eec7739b32aba9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/uploads\\/GeoIP.dat\":{\"d\":1528158719,\"h\":\"8ef41798df108ce9bd41382c9721b1c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.hoverintent.min.js\":{\"d\":1480435692,\"h\":\"b4cfa1d07f60eebd4746a3941196bd67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/sly.min.js\":{\"d\":1480435692,\"h\":\"1e03dbf33122de04d440338b1c4683f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/paypal-button.min.js\":{\"d\":1480435692,\"h\":\"065ed0ec7d7066d2d3d22447589b4cf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/layout-builder.js\":{\"d\":1480435692,\"h\":\"8e38ed7fd910cbf27368a3c473dab30f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.bxslider.min.js\":{\"d\":1480435692,\"h\":\"697d69a48e5356f7106e38c09f7f19e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/handlebars.js\":{\"d\":1480435692,\"h\":\"de04650098775c2f59183dfde4512583\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/modernizr.custom2.js\":{\"d\":1480435692,\"h\":\"1de5419fea2749e57b75d17d89b0f6c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.mCustomScrollbar.concat.min.js\":{\"d\":1480435692,\"h\":\"5b1c9b5f2fbd488061227fc9067c57e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.slicebox.js\":{\"d\":1480435692,\"h\":\"76f8c88ed96ad036fe92fa2944b3cd55\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/echo.js\":{\"d\":1480435692,\"h\":\"6b09519eb1162ea798a8ac8d76cc7a2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.scrollTo-min.js\":{\"d\":1480435692,\"h\":\"50d20987b4b0d60678bfc82cea466cfb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/bootstrap.min.js\":{\"d\":1480435692,\"h\":\"ba847811448ef90d98d272aeccef2a95\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/parallax.slider.js\":{\"d\":1480435692,\"h\":\"4cdfdc1df0f0901b616fa43cde9ffb56\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.isotope.min.js\":{\"d\":1480435692,\"h\":\"4a328a943d6b6423926b6c7d56616c49\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/html5.js\":{\"d\":1480435692,\"h\":\"0ce8f355891c26c28f057e195e97dcd5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.min.js\":{\"d\":1480435692,\"h\":\"b8d64d0bc142b3f670cc0611b0aebcae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.dlmenu.js\":{\"d\":1480435692,\"h\":\"631e96de0fc88f972f86c6ae225e6b22\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/modernizr.custom.js\":{\"d\":1480435692,\"h\":\"3ad7bc528408307bbba6f4c01a1ca04d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.easing.1.3.js\":{\"d\":1480435692,\"h\":\"6516449ed5089677ed3d7e2f11fc8942\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.tools.min.js\":{\"d\":1480435692,\"h\":\"2dbda6a6aaf07cab49c5a54af5e83cbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.easypiechart.min.js\":{\"d\":1480435692,\"h\":\"d2e1eadb5379ef5cfef1135d558bc140\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/Chart.min.js\":{\"d\":1480435692,\"h\":\"c0c163df68a54309802d8792f10329f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/colorpicker.js\":{\"d\":1480435692,\"h\":\"87bd30f8c0fd2dbbe7fe89b7fb198227\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.flexslider-min.js\":{\"d\":1480435692,\"h\":\"9ec3c315b67f434aabc4da58eabc6c3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.prettyphoto.js\":{\"d\":1480435692,\"h\":\"f81c3c778084503cad39095830c6b3f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.cookie.js\":{\"d\":1480435692,\"h\":\"d5528dde0006c78be04817327c2f9b6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/js\\/scripting.js\":{\"d\":1480435692,\"h\":\"8dfc30075a35c02031f5a35b814ef912\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/woocommerce\\/single-product\\/product-image.php\":{\"d\":1480435692,\"h\":\"3a590d7f778fe7b28565990c8d3bb094\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/woocommerce\\/single-product\\/product-thumbnails.php\":{\"d\":1480435692,\"h\":\"b9001bae16acac8845bc3cdd49467f34\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/woocommerce\\/loop\\/loop-end.php\":{\"d\":1480435692,\"h\":\"ee6ade878fd963537ea4f4e24d30f68a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/woocommerce\\/loop\\/loop-start.php\":{\"d\":1480435692,\"h\":\"e876abd905342ec59b6f07527958cdc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/woocommerce\\/content-product.php\":{\"d\":1480435692,\"h\":\"a04d98470a1da758cb32bd160c204fbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/woocommerce\\/single-product.php\":{\"d\":1480435692,\"h\":\"13df9835c8fb32c9af16f223001e5866\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/woocommerce\\/archive-product.php\":{\"d\":1480435692,\"h\":\"41dbefb618c83edbf79e3812b0b4eb44\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/woocommerce\\/loop-shop.php\":{\"d\":1480435692,\"h\":\"b0489b537dcd6444905d4e023d7bdc42\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/woocommerce\\/theme-woocommerce.php\":{\"d\":1480435692,\"h\":\"3f71b4e5cac05b8783047ef76b07b633\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/import-data\\/import.txt\":{\"d\":1480435692,\"h\":\"be1d58fc071956291da4cb061a5348e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/twitter\\/twitteroauth\\/OAuth.php\":{\"d\":1480435692,\"h\":\"76fc12792d4c2a4fb43fde7a22c26750\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/twitter\\/twitteroauth\\/twitteroauth.php\":{\"d\":1480435692,\"h\":\"c329e25121783a292524acaea23bb28d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/most-liked.php\":{\"d\":1480435692,\"h\":\"7f99c6f10fc8ccd90c49a5241d4f3449\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/list-events.php\":{\"d\":1480435692,\"h\":\"71bdf1b41dd547650faa14bb7624e1ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/tags.php\":{\"d\":1480435692,\"h\":\"8a03431b71557f5be813c32267c6b1da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/comments.php\":{\"d\":1480435692,\"h\":\"f5778e88e8b89262ace7d9f8db8ba034\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/flickr.php\":{\"d\":1480435692,\"h\":\"e3c888e1f9b0018f1ed7b727a20b19de\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/custom_post.php\":{\"d\":1480435692,\"h\":\"98ffdcfc76416d181b884455d2c904e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/tweets.php\":{\"d\":1480435692,\"h\":\"d82ffb49879e8954130e710d9a4ce40a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/instagram.php\":{\"d\":1480435692,\"h\":\"6e5359392be2c66c982d76a544bc99ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/facebook.php\":{\"d\":1480435692,\"h\":\"c50aac0ba2dfff48c4eecaeba656d2be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/most-viewed.php\":{\"d\":1480435692,\"h\":\"c374a2b549197e0e24fbc68a48380272\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/TwitterAPIExchange.php\":{\"d\":1480435692,\"h\":\"a66de8c8626b015b418448a811eee727\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/latest_posts.php\":{\"d\":1480435692,\"h\":\"58ddfef35310c5ed743c29bf1573347d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/tweets.hopeful.php\":{\"d\":1480435692,\"h\":\"04eab306754cd7f9a608e5b4bc103094\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/classes\\/template.php\":{\"d\":1480435692,\"h\":\"c77474a835358b9a3889bdba8ac3dbb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/classes\\/element.php\":{\"d\":1480435692,\"h\":\"b7b9fc1bf118e49107011a56b32dc447\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/ribbon.php\":{\"d\":1480435692,\"h\":\"8a3aec56baac4e8b9667d31815945d5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/feature.php\":{\"d\":1480435692,\"h\":\"da40694f353af4700a6ad27e7270ff33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/list-view.php\":{\"d\":1480435692,\"h\":\"af9e1fcf49d16db78d2c265fb943e099\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/grid-view.php\":{\"d\":1480435692,\"h\":\"3d346406c1ec208336b07a9e8446869e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/mosaic-view.php\":{\"d\":1480435692,\"h\":\"dec4efc0b1e8508d9a0de4ee9ccbab39\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/timeline-features.php\":{\"d\":1480435692,\"h\":\"878dc2ee04a6f6e5a75a7523e92e3bbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/contact-form.php\":{\"d\":1480435692,\"h\":\"8b90ed8d936ca15794728a6ff058178f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/count-down.php\":{\"d\":1480435692,\"h\":\"9a6238a56f46172fd8f27933fd46e5fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/callaction.php\":{\"d\":1480435692,\"h\":\"76ce9716d445f1395cd8008b1e4b91d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/events.php\":{\"d\":1480435692,\"h\":\"5347659fc8613f8c304c5e20b070e947\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/featured-area.php\":{\"d\":1480435692,\"h\":\"c3b5eb48d2e1802544d60b8591ec6fd4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/causes-view.php\":{\"d\":1480435692,\"h\":\"60e1617fdfd86bcd8b32e56701289537\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/cause-featured.php\":{\"d\":1480435692,\"h\":\"de03597984619c140fa8a873fb4cc58f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/timeline-view.php\":{\"d\":1480435692,\"h\":\"ec7b7448024919e852a93adc18237001\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/listed-feature.php\":{\"d\":1480435692,\"h\":\"d8687a9b53e431620ae5f77842346e57\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/team.php\":{\"d\":1480435692,\"h\":\"1d2e98b1f030a10130162b0febace519\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/super-posts.php\":{\"d\":1480435692,\"h\":\"443e68a5e96bed83f226c8ef4ce7c915\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/pricing-tables.php\":{\"d\":1480435692,\"h\":\"0c0b2074aabdb0be6d5765fc6590e35c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/accordion.php\":{\"d\":1480435692,\"h\":\"eb571026816a109a58ef5f1eb227bb8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/big-posts.php\":{\"d\":1480435692,\"h\":\"aea3ec5200412f517680e1d6f809694a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/thumbs-view.php\":{\"d\":1480435692,\"h\":\"132689c06ad0253d9b90adc4fde39825\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/image-carousel.php\":{\"d\":1480435692,\"h\":\"d15a7b8a50b1602c1887c5dc2ecffb69\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/views\\/templates\\/edit.php\":{\"d\":1480435692,\"h\":\"935fab7588ba59e65f38684560657809\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/views\\/templates\\/create.php\":{\"d\":1480435692,\"h\":\"7433daa7fefcae3f416161561bc36e5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/views\\/templates\\/templates.php\":{\"d\":1480435692,\"h\":\"9f41849cdc1ae4fae5bfaac26faf6911\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/views\\/elements\\/header-footer.php\":{\"d\":1480435692,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/views\\/elements\\/content.php\":{\"d\":1480435692,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/views\\/elements\\/edit-template-row.php\":{\"d\":1480435692,\"h\":\"d70a307641a25e4b0ca8dbadae1c55a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/views\\/elements\\/elements-editor.php\":{\"d\":1480435692,\"h\":\"835fcd927658b1d76415388862b9bcf8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/ts-shortcode\\/ts-shortcode-tinymce-button.js\":{\"d\":1480435692,\"h\":\"72c0a6504fb408d04ca0a3d902a5cd5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/ts-shortcode\\/TsShortcode.php\":{\"d\":1480435692,\"h\":\"6714dc1401002850a755ef2f0a2b04df\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/megamenu\\/class-megamenu.php\":{\"d\":1480435692,\"h\":\"9aaf93faece3f451d5935cd3160eb1ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/megamenu\\/ts-megamenu.php\":{\"d\":1480435692,\"h\":\"609debcd5e60ba733d5223c41447fc77\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/envato-wp-theme-updater.php\":{\"d\":1480435692,\"h\":\"468ed8a4ecebf20f736dd4bc93a0482b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/class-envato-protected-api.php\":{\"d\":1480435692,\"h\":\"ec4551db71280570716339056a915831\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/TouchSizeLikes.php\":{\"d\":1480435692,\"h\":\"808a2a4f7a096c99bb60582a2018afcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets.php\":{\"d\":1480435692,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-compilator.php\":{\"d\":1480435692,\"h\":\"fb0f8c924f1728a4ce19f16c151cf505\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/dynamic-css-and-js.php\":{\"d\":1480435692,\"h\":\"9e9858edde82365f11974862bf8a0647\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/custom-posts.php\":{\"d\":1480435692,\"h\":\"720e84828c78710ddf7db4da0c1e7116\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/functions.php\":{\"d\":1480435692,\"h\":\"382ac8f8d31ea02fa775264fb7c5ee2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/attached_images_manager.php\":{\"d\":1480435692,\"h\":\"83a71050e3ca0d003806ec1e6571183d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/options.php\":{\"d\":1480435692,\"h\":\"ab3cd42f3d7b6f6078a43b42d5425c29\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/aq_resizer.php\":{\"d\":1480435692,\"h\":\"2e2f4c44eb5e28b2bd70f111ae4cfc39\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/fields.class.php\":{\"d\":1480435692,\"h\":\"df54b3f5217257ab2c0bf2d3cdff7dee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/patterns.php\":{\"d\":1480435692,\"h\":\"49b94080a93eb60ba144f8839ecb8a0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/dynamic-sidebars.php\":{\"d\":1480435692,\"h\":\"861ca1804f479b75a5559798bde9acf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/include-to-search.php\":{\"d\":1480435692,\"h\":\"d3e3b4c69f5385de59e8402d1a7a7f81\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/theme-setup.php\":{\"d\":1480435692,\"h\":\"ead95bb4dbde03406cfd4b1cea97acc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/includes\\/ajax.php\":{\"d\":1480435692,\"h\":\"29da6f76eb7aacfa552509a912399d16\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/languages\\/how-to-translate.txt\":{\"d\":1480435692,\"h\":\"e34c9175c9e402b19ade4296718fad9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/themes\\/default.js\":{\"d\":1480435692,\"h\":\"f3d6a893430dec9ae42de1570c27eb84\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/bottomRight.js\":{\"d\":1480435692,\"h\":\"db049fc31d2adf18c71f17c8e819c0f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/topLeft.js\":{\"d\":1480435692,\"h\":\"9c2eb7bc67792c59be35cc9ee19426b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/topCenter.js\":{\"d\":1480435692,\"h\":\"ed897179e2687a7864f12f84142e8620\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/center.js\":{\"d\":1480435692,\"h\":\"99e10668ce184df3d00c7105f7e49c0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/bottomCenter.js\":{\"d\":1480435692,\"h\":\"ac207cc1fd4aeb8eaa7d5907be53966a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/inline.js\":{\"d\":1480435692,\"h\":\"1b3be192cb0426192cc91bda43c58384\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/centerLeft.js\":{\"d\":1480435692,\"h\":\"ccb515b60253d97c2165183461487fa0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/centerRight.js\":{\"d\":1480435692,\"h\":\"f692c35777986920d09b4988357dd807\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/bottom.js\":{\"d\":1480435692,\"h\":\"4cab8e24ddc0aeedbdcee0ad10202a8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/top.js\":{\"d\":1480435692,\"h\":\"d54cd99dd6fc78ce8b9dac0aaee884d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/bottomLeft.js\":{\"d\":1480435692,\"h\":\"2461571e806d99c88794b4fb79e141e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/topRight.js\":{\"d\":1480435692,\"h\":\"a1195dab017132a156830bc3b5afa909\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/LICENSE.txt\":{\"d\":1480435692,\"h\":\"e049e8717c06799889b27a45824347c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/promise.js\":{\"d\":1480435692,\"h\":\"ce71213b86bf3221433c99d2ff7f5219\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/README.markdown\":{\"d\":1480435692,\"h\":\"dd8237990694bf3eb407add4d9c95732\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/jquery.noty.js\":{\"d\":1480435692,\"h\":\"fdf3a082d88628f8193351adc8112453\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/touchsize.js\":{\"d\":1480435692,\"h\":\"6d7668e824cba7caa0d414d254fd2361\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/layout-builder.js\":{\"d\":1480435692,\"h\":\"976323a2ad8170534bd09d3ac1c4b395\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/handlebars.js\":{\"d\":1480435692,\"h\":\"de04650098775c2f59183dfde4512583\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/google-fonts.js\":{\"d\":1480435692,\"h\":\"a7813fb9de91080562cbd09b76ed3367\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/select2.min.js\":{\"d\":1480435692,\"h\":\"1f7c499bbb351a2ba394b0fadcfe9b9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/red.js\":{\"d\":1480435692,\"h\":\"4c467440ae80e1fd1dc39c7238bdb9ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/builder-elements.js\":{\"d\":1480435692,\"h\":\"78e8afaa5c6e440bf78049ea2c4a9fee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/modal.js\":{\"d\":1480435692,\"h\":\"66c0d3b98d6e1a50aee2a5c422367456\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/fonts\\/entypo.eot\":{\"d\":1480435692,\"h\":\"3b5e5cfde5000d037312330e109f3271\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/fonts\\/entypo.ttf\":{\"d\":1480435692,\"h\":\"b84a45298cb02aefdf6c4579989b46cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/fonts\\/entypo.woff\":{\"d\":1480435692,\"h\":\"de9710584c346434ca37f34d8411abeb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/attached_images.css\":{\"d\":1480435692,\"h\":\"2d0cad74e3877d20c157afb90aa9fa9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/theme-settings.css\":{\"d\":1480435692,\"h\":\"27ad91397503da29ff10fc91063ba073\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/layout-builder.css\":{\"d\":1480435692,\"h\":\"9fee5cedb3a64233c06c60571c1c45ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/untack.css\":{\"d\":1480435692,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/modal.css\":{\"d\":1480435692,\"h\":\"89a83472f52c650a970cdfb5e2a3de8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/touchsize-admin.css\":{\"d\":1480435692,\"h\":\"a36955ad775de37384d987087a728d33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/jquery-ui.min.css\":{\"d\":1480435692,\"h\":\"ab33b4d290b3cf4ecbfa84642bdb784f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/select2.css\":{\"d\":1480435692,\"h\":\"cbd1636e64813fff73aee57d651b5fe7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/font\\/config.json\":{\"d\":1480435692,\"h\":\"32bfbe233a917a4af4ded83b299d2f19\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/font\\/redfont.woff\":{\"d\":1480435692,\"h\":\"7951f78a57383a777d0611f7124f7ce0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/font\\/redfont.eot\":{\"d\":1480435692,\"h\":\"a19aa80988b236c5944c1763491d05ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/font\\/redfont.ttf\":{\"d\":1480435692,\"h\":\"be34d5d2110d83ca4c31790cd4af2917\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/css\\/scrollable-buttons.css\":{\"d\":1480435692,\"h\":\"0ff3537074ff29e726e9918780f4fed4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/css\\/prettyphoto.css\":{\"d\":1480435692,\"h\":\"e8d324d0a1c308cc2c9fdddb263223d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/css\\/style.css\":{\"d\":1480435692,\"h\":\"c32c7ba11e9f281cd261451fbbb0b7c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/css\\/colorpicker.css\":{\"d\":1480435692,\"h\":\"7be1476e4315a3b4978ad9ad6cab2bd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/css\\/jquery.bxslider.css\":{\"d\":1480435692,\"h\":\"b988887fcc72a078fb3d5e30d4aaac64\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/css\\/bootstrap.css\":{\"d\":1480435692,\"h\":\"5c5ae5e069c76f590abbbc13aa946689\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/css\\/redfont.css\":{\"d\":1480435692,\"h\":\"9208194848fc2e862013424b54072bf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/css\\/widgets.css\":{\"d\":1480435692,\"h\":\"7619f4c0d08608ea2d8d5de549d8bf22\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/single-sermon.php\":{\"d\":1480435692,\"h\":\"b11fe0d14b37558edc8841bb30d735ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/tag.php\":{\"d\":1480435692,\"h\":\"b0025e877b68d45b9ccb7e9d9d651d35\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/social-sharing.php\":{\"d\":1480435692,\"h\":\"0f27052e5426fa08c50da3856dfa0937\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/readme.txt\":{\"d\":1480435692,\"h\":\"e65f2d1a23991bde1b80bfa564fe60ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/category.php\":{\"d\":1480435692,\"h\":\"284687188001004cac16bf043d540dc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/single.php\":{\"d\":1480435692,\"h\":\"54a4fa691393cebfee9c6297b2842624\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/error_log\":{\"d\":1510817602,\"h\":\"8abf4c5373df79f03ec88fedba6d6d9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/404.php\":{\"d\":1506324657,\"h\":\"79c694b3475735932df63261e800bb56\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/single-event.php\":{\"d\":1480435692,\"h\":\"3d5850925a6988ade1137b394a65e66c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/editor-style.css\":{\"d\":1480435692,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/author.php\":{\"d\":1480435692,\"h\":\"71f16755391121c0786ea89c72a446ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/archive.php\":{\"d\":1480435692,\"h\":\"a01525943693e7ba12fa4d35f9203c13\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/page.php\":{\"d\":1506324685,\"h\":\"b42ea41f700d5278a487d6d657c670bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/style.css\":{\"d\":1480435692,\"h\":\"e5e7309558f68dce0307398ea65e057d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/functions.php\":{\"d\":1506324665,\"h\":\"f3ac1f09afdf2673478081426c981a52\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/single-cause.php\":{\"d\":1480435692,\"h\":\"cfd7fd24837026d9b887e0e3fd176b54\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/comments.php\":{\"d\":1480435692,\"h\":\"8344c3d1967c42ab7f74a9b31c362a08\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/license.txt\":{\"d\":1480435692,\"h\":\"6687cd9232ae1025beca4feb43453ec5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/index.php\":{\"d\":1480435692,\"h\":\"1ab80e082294e871a2c44ee298e2ff3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/wpml-config.xml\":{\"d\":1480435692,\"h\":\"f9643dab7e4759c49233576e1ef1640c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/single-ts_teams.php\":{\"d\":1480435692,\"h\":\"305c0255b0e3c73d71efcf17905f80c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/search.php\":{\"d\":1480435692,\"h\":\"1627cb026bddac92b0ad99dfa420e258\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/single-portfolio.php\":{\"d\":1480435692,\"h\":\"d4f7e7f91c9b19c7bfb44e9a91b99cd0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/single-video.php\":{\"d\":1480435692,\"h\":\"77aace8ffd212812c23f63601edc3c0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/header.php\":{\"d\":1506324678,\"h\":\"3409cbb3c0bf2b28dfa1969992a0b658\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/hopeful\\/template-pagination.php\":{\"d\":1480435692,\"h\":\"a38a4472fb47b028fb2a5ee5be0f0115\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/js\\/conditionizr\\/safari.js\":{\"d\":1380824392,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/js\\/conditionizr\\/ie7.js\":{\"d\":1380824390,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/js\\/conditionizr\\/retina.js\":{\"d\":1380824392,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/js\\/conditionizr\\/chrome.js\":{\"d\":1380824389,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/js\\/conditionizr\\/opera.js\":{\"d\":1380824392,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/js\\/conditionizr\\/ie6.js\":{\"d\":1380824390,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/js\\/conditionizr\\/firefox.js\":{\"d\":1380824389,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/js\\/conditionizr\\/ie10.js\":{\"d\":1380824391,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/js\\/conditionizr\\/ie9.js\":{\"d\":1380824391,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/js\\/conditionizr\\/ie8.js\":{\"d\":1380824390,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/js\\/scripts.js\":{\"d\":1380824394,\"h\":\"b3b37cad4c0e248a38d5eb26bf2e3876\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/js\\/modernizr.min.js\":{\"d\":1380824393,\"h\":\"1079eae19ac1a24228177b03e286ac59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/js\\/respond.min.js\":{\"d\":1380824393,\"h\":\"cf5c9b7980e53d7c5edd8cd220081537\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/fonts\\/readme.txt\":{\"d\":1380824374,\"h\":\"75b037a3cb5f8b3ecfa75361683fa004\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/languages\\/HTML5Blank.pot\":{\"d\":1380824397,\"h\":\"e24863d52a7e47dfb8e879fbfebe9cb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/bootstrap\\/js\\/bootstrap.js\":{\"d\":1380824367,\"h\":\"1ceb806fcec7a79a7b71e47c962714f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/bootstrap\\/js\\/bootstrap.min.js\":{\"d\":1380824368,\"h\":\"004828895b420db887f4ecf4cb40dc41\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/bootstrap\\/css\\/bootstrap.scss\":{\"d\":1380824365,\"h\":\"09308602067d2ff742271014aee82e33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/bootstrap\\/css\\/bootstrap.min.css\":{\"d\":1380824365,\"h\":\"dddb489b739bb94508f47e640904c1c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/bootstrap\\/css\\/bootstrap-ORIGINAL.css\":{\"d\":1380824363,\"h\":\"09308602067d2ff742271014aee82e33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/bootstrap\\/css\\/bootstrap.css\":{\"d\":1380824364,\"h\":\"54d517aebea913533025363a396c8711\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/css\\/conditionizr\\/ie6.css\":{\"d\":1380824371,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/css\\/conditionizr\\/ie9.css\":{\"d\":1380824372,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/css\\/conditionizr\\/ie7.css\":{\"d\":1380824372,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/css\\/conditionizr\\/ie8.css\":{\"d\":1380824372,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/css\\/conditionizr\\/safari.css\":{\"d\":1380824374,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/css\\/conditionizr\\/opera.css\":{\"d\":1380824373,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/css\\/conditionizr\\/firefox.css\":{\"d\":1380824371,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/css\\/conditionizr\\/ie10.css\":{\"d\":1380824373,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/css\\/conditionizr\\/chrome.css\":{\"d\":1380824370,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/tag.php\":{\"d\":1380824405,\"h\":\"ac0f7b19c98cea3107774f7f4bad27c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/20131003-19.58.17-header.php.wpseobak\":{\"d\":1380830297,\"h\":\"2489d0987bc449a835bf4b925b598604\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/sidebar.php\":{\"d\":1380824403,\"h\":\"e15d84242a30a849ff00788807025946\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/category.php\":{\"d\":1380824369,\"h\":\"fadf08eb6299ca844640a353a4b3853a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/single.php\":{\"d\":1380824404,\"h\":\"11f2df2c380df1a83750c01756716280\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/error_log\":{\"d\":1470868588,\"h\":\"19f39200f7295c871adc659e92dd64db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/404.php\":{\"d\":1380824361,\"h\":\"2bddc4cf96c5988f05f56462f7d12f21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/style.scss\":{\"d\":1380824405,\"h\":\"d50e8a93286cf99d80ebb8b0ae9d2fab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/pagination.php\":{\"d\":1380824401,\"h\":\"66b220b813c0fde8057db1f88902f460\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/author.php\":{\"d\":1380824362,\"h\":\"a11b52a96681aa7687dfdbc2d46d0048\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/footer.php\":{\"d\":1380824375,\"h\":\"927178ab61e3cd9f9653ea7b12ce8125\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/archive.php\":{\"d\":1380824362,\"h\":\"f841be6e98726054bfd8f64ac9d63f7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/normalize.css\":{\"d\":1380824400,\"h\":\"57a545dc7df3c62a6f213d1683c6aa0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/page.php\":{\"d\":1380824401,\"h\":\"3da4146aa34a0f502b2b7ffb66f6f5ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/style.css\":{\"d\":1380824404,\"h\":\"649d39ad71bf382eeec70e6df02a69f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/functions.php\":{\"d\":1393194229,\"h\":\"44028cc7b296b0c438c00898e1a1d3b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/searchform.php\":{\"d\":1380824403,\"h\":\"17036ef07047a9b17183ac4b71b8a1e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/comments.php\":{\"d\":1380824370,\"h\":\"a46f9c3632b09e8e0f54851a841566dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/LICENSE.md\":{\"d\":1380824399,\"h\":\"3d038c6e536d3945552df2d9d45aadd1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/CHANGELOG.md\":{\"d\":1380824369,\"h\":\"4676c72c86fadff0b2040805b8d7e818\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/index.php\":{\"d\":1380824388,\"h\":\"b16264486259ec732be7809034ff6269\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/README.md\":{\"d\":1380824401,\"h\":\"2d83fa02518efcf1901a90bebd45cbaa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/template-demo.php\":{\"d\":1380824406,\"h\":\"70f2c186911db72037daef5320d47772\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/search.php\":{\"d\":1380824403,\"h\":\"2b5832982c6fcfddf80ac0d966c7ae4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/header.php\":{\"d\":1391645279,\"h\":\"d65fc99909881a1486294a734b9a8652\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/LambdaGammaZeta\\/loop.php\":{\"d\":1380824400,\"h\":\"2cf619b4a721be9ff06dadf3579b71fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/themes\\/index.php\":{\"d\":1239825424,\"h\":\"96137494913a1f730a592e8932af394e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/compat\\/twentytwelve\\/eventbrite-single.php\":{\"d\":1509135896,\"h\":\"06b8243db3393d4f426eaf44b5a12519\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/compat\\/twentytwelve\\/eventbrite-style.css\":{\"d\":1509135896,\"h\":\"66334a7763e58f1b47d9a01754c93e16\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/compat\\/twentytwelve\\/eventbrite-index.php\":{\"d\":1509135896,\"h\":\"0bc78ad5be3f1c94e2752dda0d5094ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/compat\\/twentyfifteen\\/eventbrite-single.php\":{\"d\":1509135896,\"h\":\"7b9ab5db450e10eff4e7e315a0c41243\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/compat\\/twentyfifteen\\/eventbrite-style.css\":{\"d\":1509135896,\"h\":\"c380d77ed99acd11f0d811542cd04a99\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/compat\\/twentyfifteen\\/eventbrite-index.php\":{\"d\":1509135896,\"h\":\"c81a450d466d81692ece53534e379e13\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/compat\\/twentyeleven\\/eventbrite-single.php\":{\"d\":1509135896,\"h\":\"90b9a96c113f7e55804332011965789d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/compat\\/twentyeleven\\/eventbrite-style.css\":{\"d\":1509135896,\"h\":\"326d59a7e1c9496ed4c056b1e89687e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/compat\\/twentyeleven\\/eventbrite-index.php\":{\"d\":1509135896,\"h\":\"526c99f0faabada2ce4f937a73d69c15\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/compat\\/twentyten\\/eventbrite-single.php\":{\"d\":1509135896,\"h\":\"bb6a739ffb284f23810563c0eb16c1c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/compat\\/twentyten\\/eventbrite-style.css\":{\"d\":1509135896,\"h\":\"a933564a13d19084ba0a8a3d5a298951\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/compat\\/twentyten\\/eventbrite-index.php\":{\"d\":1509135896,\"h\":\"01716e6fb46113b4571355bdffa9f906\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/compat\\/twentythirteen\\/eventbrite-single.php\":{\"d\":1509135896,\"h\":\"b3ca8d8b5711e933427c66f8dda71697\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/compat\\/twentythirteen\\/eventbrite-style.css\":{\"d\":1509135896,\"h\":\"9933a207b851714935e36f6accf9fbe5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/compat\\/twentythirteen\\/eventbrite-index.php\":{\"d\":1509135896,\"h\":\"339357dae3848225ac6bb46e86ea9b7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/compat\\/twentyfourteen\\/eventbrite-single.php\":{\"d\":1509135896,\"h\":\"e7a642d43d7956a48dd10bcb73d366d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/compat\\/twentyfourteen\\/eventbrite-style.css\":{\"d\":1509135896,\"h\":\"1f27dc7bc54e8f1d2f54711e757713a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/compat\\/twentyfourteen\\/eventbrite-index.php\":{\"d\":1509135896,\"h\":\"c44409d3120785c68ce5d2b40a729332\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/eventbrite-single.php\":{\"d\":1509135896,\"h\":\"29781b9f4828c473e41aef23ca7d0611\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/tmpl\\/eventbrite-index.php\":{\"d\":1509135896,\"h\":\"501a945e19019bf0ff0326646ae44504\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/inc\\/class-eventbrite-event.php\":{\"d\":1509135896,\"h\":\"c5ec9fa3730ce805bcf682a2b60d5b75\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/inc\\/class-eventbrite-api.php\":{\"d\":1509135896,\"h\":\"1354814f0b379820de0e93d945545477\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/inc\\/class-eventbrite-manager.php\":{\"d\":1509135896,\"h\":\"bb482abe5f38781ac53fb263b4cb0155\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/inc\\/class-eventbrite-query.php\":{\"d\":1509135896,\"h\":\"6b915e2d687d1ef0319599e737cad2f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/inc\\/functions.php\":{\"d\":1509135896,\"h\":\"ded0b11107c462bf7a1c2db9c78fd770\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/inc\\/class-eventbrite-templates.php\":{\"d\":1509135896,\"h\":\"6bb730ead7ac59ce7a9efcaac292c288\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/inc\\/class-eventbrite-requirements.php\":{\"d\":1509135896,\"h\":\"51bb014136be0afb936ef46a29160452\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/readme.txt\":{\"d\":1509135896,\"h\":\"960a869a753ee818fab1404858403565\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/eventbrite-api.php\":{\"d\":1509135896,\"h\":\"d4c162ee27465df6f695769d4fa978c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/eventbrite-api\\/uninstall.php\":{\"d\":1509135896,\"h\":\"e029f58ac2dd3ca9ec14a817fb8f340e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-addons\\/version.json\":{\"d\":1445483431,\"h\":\"7d30aa8b30a57b85d658fcd54426884a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/class-mailchimp-mailmunch.php\":{\"d\":1534138314,\"h\":\"42d6e6649eb3b0f03e6a9a5adc7eef16\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/class-mailchimp-mailmunch-deactivator.php\":{\"d\":1534138314,\"h\":\"f193969c7f5906acae01c28dbbf4ff9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/class-mailchimp-mailmunch-post-type.php\":{\"d\":1534138314,\"h\":\"2715088bc4b091a4f7b85d492e614cc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/class-mailchimp-mailmunch-activator.php\":{\"d\":1534138314,\"h\":\"50d347631eaa0941a260d0f8b0e3643e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/class-mailchimp-mailmunch-loader.php\":{\"d\":1534138314,\"h\":\"9af2f6b1dd7f6e1314cda23388b2f74c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/index.php\":{\"d\":1534138314,\"h\":\"03efe17b1c4a21753f7d07ee17e77395\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/drewm_mailchimp.php\":{\"d\":1534138314,\"h\":\"c306e85197aaa282781b9181dd0715b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/class-mailmunch-api.php\":{\"d\":1534138314,\"h\":\"d6c6612075506292fa8f364f5d3e8dc4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/class-mailchimp-mailmunch-rewrite.php\":{\"d\":1534138314,\"h\":\"79c7699e87e76869dc574793b036e4ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/class-mailchimp-mailmunch-sidebar-widget.php\":{\"d\":1534138314,\"h\":\"8e279ad2af512f294ea1d77d8d8452fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/class-mailchimp-mailmunch-i18n.php\":{\"d\":1534138314,\"h\":\"e7eb8eed9746f2c87b8d0e5b0324b6c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/languages\\/mailchimp-mailmunch.pot\":{\"d\":1534138314,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/public\\/partials\\/mailchimp-mailmunch-public-display.php\":{\"d\":1534138314,\"h\":\"d1865423b9352b16c856fa10034c362d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/public\\/class-mailchimp-mailmunch-public.php\":{\"d\":1534138314,\"h\":\"c5961a0e75237ec63b90a7149a4c5ce9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/public\\/index.php\":{\"d\":1534138314,\"h\":\"03efe17b1c4a21753f7d07ee17e77395\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/public\\/mailchimp-mailmunch-landing-page.php\":{\"d\":1534138314,\"h\":\"dbcfc39f25b810c3b5d1c49941252bf5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/js\\/mailchimp-mailmunch-admin.js\":{\"d\":1534138314,\"h\":\"5a8654818104f23744dcfc183bce7625\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/partials\\/mailchimp-mailmunch-modals.php\":{\"d\":1534138314,\"h\":\"386c90088f4008653b83dc429b29fc31\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/partials\\/mailchimp-mailmunch-admin-display.php\":{\"d\":1534138314,\"h\":\"2e39fec38950813f7258bc1c7522e7d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/partials\\/mailchimp-mailmunch-integrate.php\":{\"d\":1534138314,\"h\":\"62c0b90b8da645383f808862cff8f037\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/partials\\/mailchimp-mailmunch-settings.php\":{\"d\":1534138314,\"h\":\"b4b314e9f1935a9030c56cd9234759fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/partials\\/mailchimp-mailmunch-broadcasts.php\":{\"d\":1534138314,\"h\":\"e7217e56f25d837109a5ed389208308b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/partials\\/mailchimp-mailmunch-tabs.php\":{\"d\":1534138314,\"h\":\"ca8a77e17a2ff42dc0cb840b58efa1d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/partials\\/mailchimp-mailmunch-autoresponders.php\":{\"d\":1534138314,\"h\":\"6bd2974a74807f03d426d735ba7675dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/partials\\/mailchimp-mailmunch-connect.php\":{\"d\":1534138314,\"h\":\"3898c1ca55b22011c5fa6d20a654cec3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/css\\/mailchimp-mailmunch-admin.css\":{\"d\":1534138314,\"h\":\"f56b655db1a049ca6c1df9d9e1c5848e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/class-mailchimp-mailmunch-admin.php\":{\"d\":1534138314,\"h\":\"b3f7c4d2e224f14b05ef403e609e1384\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/index.php\":{\"d\":1534138314,\"h\":\"03efe17b1c4a21753f7d07ee17e77395\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/readme.txt\":{\"d\":1534138314,\"h\":\"99f8a59ab02c1195f37d79ec1c12b10b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/index.php\":{\"d\":1534138314,\"h\":\"03efe17b1c4a21753f7d07ee17e77395\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/uninstall.php\":{\"d\":1534138314,\"h\":\"d7ce85d88476da884d501bb0cc5a0627\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/mailchimp-mailmunch.php\":{\"d\":1534138314,\"h\":\"a298680d9c898ce1019848a69d583315\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/shortcode-ui.min.js\":{\"d\":1483983279,\"h\":\"c701748faafa690f7401b615f190fc62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/jquery.maskedinput.min.js\":{\"d\":1483983279,\"h\":\"942b9eba732ad09d14327da6cf35a84a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/forms.min.js\":{\"d\":1483983279,\"h\":\"8a5814f1be6a30f167624d906b350ec6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/jquery.json-1.3.min.js\":{\"d\":1483983279,\"h\":\"bcf0709ef88c9d5b11f1b152bffd11e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/conditional_logic.js\":{\"d\":1483983279,\"h\":\"e412d9de883606db965b77be4c316424\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/shortcode-ui.js\":{\"d\":1483983279,\"h\":\"1bfd7e1195bb13a50ccc10ddfc23f13a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/menu.js\":{\"d\":1483983279,\"h\":\"adfd2508d2adfaab0ec8a51c369eed74\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/chosen.jquery.min.js\":{\"d\":1483983279,\"h\":\"4fabe14fb10d99c4b432db5ce9847c06\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/tooltip_init.js\":{\"d\":1483983279,\"h\":\"3bc8a037944c37b7e6a7ad93dd72cbd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/tooltip_init.min.js\":{\"d\":1483983279,\"h\":\"30180ed25a68fd4b390efcb8cfb51f2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/form_admin.js\":{\"d\":1483983279,\"h\":\"5d9c0811b6ce27259743655e82955847\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/conditional_logic.min.js\":{\"d\":1483983279,\"h\":\"7fcb2c229bd9b6349b3af5fb4506f307\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/gravityforms.min.js\":{\"d\":1483983279,\"h\":\"09632523583508d365ac53989de44491\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/floatmenu_init.min.js\":{\"d\":1483983279,\"h\":\"e3be8b8abe302a51996f80ffa08bae79\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/jquery.textareaCounter.plugin.min.js\":{\"d\":1483983279,\"h\":\"977ebd6a88d14d31c73fbed5c97589f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/jquery.json-1.3.js\":{\"d\":1483983279,\"h\":\"6f1069afb41ed83274a60c2b17089c51\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/gf_field_filter.js\":{\"d\":1483983279,\"h\":\"558142cd79e5d9f779b60176034dabf5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/form_editor.min.js\":{\"d\":1483983279,\"h\":\"fd1f749611c20521a96bf3127b459fcd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/floatmenu_init.js\":{\"d\":1483983279,\"h\":\"62e1693f07020f2f19d98f81f9f5e588\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/datepicker.min.js\":{\"d\":1483983279,\"h\":\"53875fbc77f9211e7619e021cf1706be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/gf_field_filter.min.js\":{\"d\":1483983279,\"h\":\"8e9c623bb74382af9a2d98625cac73ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/gravityforms.js\":{\"d\":1483983279,\"h\":\"07e05a4c312b2883f17246658fd955cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/jquery.json.min.js\":{\"d\":1483983279,\"h\":\"4423675b49191eba3339cf4becb11952\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/menu.min.js\":{\"d\":1483983279,\"h\":\"97883c0fa21548dcb23afd0f1397155d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/forms.js\":{\"d\":1483983279,\"h\":\"7f5e8cb92d650e6d38842c6248850a59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/form_admin.min.js\":{\"d\":1483983279,\"h\":\"d83adacbbbcc0fee1408302c72bf8ffb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/jquery.json.js\":{\"d\":1483983279,\"h\":\"3f7eaf0dd4ac932a122e88136ef6b57e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/datepicker.js\":{\"d\":1483983279,\"h\":\"030ed0c2f5f762d080754eba6e17a672\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/placeholders.jquery.min.js\":{\"d\":1483983279,\"h\":\"a39e45502bab7e9e26723e6ab243e8f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/jquery.maskedinput-1.3.1.min.js\":{\"d\":1483983279,\"h\":\"8e16dfaafa5297fc867c6f76407ea8dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/form_editor.js\":{\"d\":1483983279,\"h\":\"9a49e321488974cc250f56055dba1000\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js\\/jquery.textareaCounter.plugin.js\":{\"d\":1483983279,\"h\":\"5650577502ee26b6f563179dcfab6ec2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/fonts\\/gravityfont.ttf\":{\"d\":1483983279,\"h\":\"832d764952cdb09a9d3b62fb10e4d5ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/fonts\\/fontawesome-webfont.ttf\":{\"d\":1483983279,\"h\":\"a3de2170e4e9df77161ea5d3f31b2668\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/fonts\\/gravityfont.woff\":{\"d\":1483983279,\"h\":\"41c20b486d31e229de1875b2653a0710\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/fonts\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/fonts\\/gravityfont.eot\":{\"d\":1483983279,\"h\":\"fe40091048175331e292eed4a6d2fb69\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/fonts\\/FontAwesome.otf\":{\"d\":1483983279,\"h\":\"87d8ca3ddc57e7d2da6226e480f90457\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/fonts\\/fontawesome-webfont.woff2\":{\"d\":1483983279,\"h\":\"db812d8a70a4e88e888744c1c9a27e89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/fonts\\/fontawesome-webfont.woff\":{\"d\":1483983279,\"h\":\"a35720c2fed2c7f043bc7e4ffb45e073\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/fonts\\/fontawesome-webfont.eot\":{\"d\":1483983279,\"h\":\"32400f4e08932a94d8bfd2422702c446\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/templates\\/edit-shortcode-form.tpl.php\":{\"d\":1483983279,\"h\":\"fda66eba570e7f6443b739112090381a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/webapi\\/js\\/gfwebapi_settings.js\":{\"d\":1483983279,\"h\":\"0361453dd5b3fe5f3f5fbd0a746d48d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/webapi\\/js\\/gfwebapi_settings.min.js\":{\"d\":1483983279,\"h\":\"02235bfbdae8831586e248cf96d3c3ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/webapi\\/js\\/enc-base64-min.min.js\":{\"d\":1483983279,\"h\":\"dd9cdaa6440ac8f8e4bece182f1246ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/webapi\\/js\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/webapi\\/js\\/hmac-sha1.min.js\":{\"d\":1483983279,\"h\":\"af9252059fa646d4a22f09a5e86d8f7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/webapi\\/js\\/enc-base64-min.js\":{\"d\":1483983279,\"h\":\"0492f6d0c9073c63b0e45d6b7a3cd2f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/webapi\\/css\\/gfwebapi_settings.css\":{\"d\":1483983279,\"h\":\"b748fee24d2bcab688a392a62dbeaa6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/webapi\\/css\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/webapi\\/css\\/gfwebapi_settings.min.css\":{\"d\":1483983279,\"h\":\"1362496f549964b890868b4c163ee22b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/webapi\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/webapi\\/webapi.php\":{\"d\":1483983279,\"h\":\"dc81674737743a4532cf322fa254f9c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/js\\/gaddon_token.min.js\":{\"d\":1483983279,\"h\":\"8b9177c60d9dc1244d853dfb3b417131\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/js\\/gaddon_payment.min.js\":{\"d\":1483983279,\"h\":\"7541746e025fec469962f9520accd1b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/js\\/gaddon_results.js\":{\"d\":1483983279,\"h\":\"710f7f12c02a02866e970abae4e16e7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/js\\/gaddon_fieldmap.js\":{\"d\":1483983279,\"h\":\"50ccd51c58736fca43d09fdb5759048c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/js\\/gaddon_feedorder.js\":{\"d\":1483983279,\"h\":\"2f74be8c82400d9e8fa018ebbce7979e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/js\\/repeater.min.js\":{\"d\":1483983279,\"h\":\"7eb00ee31d1f6eeda8b3344b0f7f4554\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/js\\/gaddon_feedorder.min.js\":{\"d\":1483983279,\"h\":\"a1dd5f569ef52fbc57c8fbb59573b71f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/js\\/gaddon_results.min.js\":{\"d\":1483983279,\"h\":\"f8de5dcf2808b919f37694b732322036\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/js\\/repeater.js\":{\"d\":1483983279,\"h\":\"01316518b9fbc9b19bb7aac8c3f2d3a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/js\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/js\\/gaddon_selectcustom.min.js\":{\"d\":1483983279,\"h\":\"10ebdf87dd4f525318763196fb8fbf9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/js\\/gaddon_fieldmap.min.js\":{\"d\":1483983279,\"h\":\"86c50f22fff8e0dc9988dcf95b63fe20\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/js\\/gaddon_token.js\":{\"d\":1483983279,\"h\":\"4ab76e97a36ee2a822f29744a6aec196\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/js\\/gaddon_selectcustom.js\":{\"d\":1483983279,\"h\":\"8297b2cbe3dbbce5b2841b4a2637e17e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/js\\/gaddon_payment.js\":{\"d\":1483983279,\"h\":\"0af64891184879d92d01a2d64ad85617\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/css\\/gaddon_form_settings.min.css\":{\"d\":1483983279,\"h\":\"2ec317442e26f54c27f6dc7c60988d33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/css\\/gaddon_results.min.css\":{\"d\":1483983279,\"h\":\"b8924d1ad394875da57f0aa8d5beebbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/css\\/gaddon_settings.css\":{\"d\":1483983279,\"h\":\"3e9288bb09247773392f3ff71b6388b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/css\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/css\\/gaddon_form_settings.css\":{\"d\":1483983279,\"h\":\"4a860686771ba84cf7ab851efcc54d40\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/css\\/gaddon_settings.min.css\":{\"d\":1483983279,\"h\":\"82a54b7a9766af1ad56dca77d7dce0de\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/css\\/gaddon_results.css\":{\"d\":1483983279,\"h\":\"0b2576d9eaa14d43b947e9cb5a98c14b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/class-gf-addon.php\":{\"d\":1483983279,\"h\":\"c46313557c64aa6f81ec066fc1fb1bc5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/class-gf-feed-addon.php\":{\"d\":1483983279,\"h\":\"6797adb1df5c3a08462a0c22f5ae458c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/class-gf-payment-addon.php\":{\"d\":1483983279,\"h\":\"5ef83a55fab9ef8f1ca8d407ab305770\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/class-gf-auto-upgrade.php\":{\"d\":1483983279,\"h\":\"293dd151d3ed96e185ae0dc4665bc1e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/class-gf-addon-locking.php\":{\"d\":1483983279,\"h\":\"16f65e5518a5d9204b87397cd36875e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/addon\\/class-gf-results.php\":{\"d\":1483983279,\"h\":\"825f95f7f880fa020fd6012cc06a7c37\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/phpqrcode\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/phpqrcode\\/phpqrcode.php\":{\"d\":1483983279,\"h\":\"11051877a544e8cddebd8a3ca55bba10\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/phpqrcode\\/LICENSE\":{\"d\":1483983279,\"h\":\"01a2438b1b13b50bedf2778fc1678265\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/locking\\/js\\/locking-list.js\":{\"d\":1483983278,\"h\":\"37812dd43ee8af61353560e55c208675\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/locking\\/js\\/locking-view.min.js\":{\"d\":1483983278,\"h\":\"7cb0b22cdb789e8a3a84bd8695fc5f8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/locking\\/js\\/locking-view.js\":{\"d\":1483983278,\"h\":\"051616eeeb82b2e17690a414b8df496a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/locking\\/js\\/index.php\":{\"d\":1483983278,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/locking\\/js\\/locking.min.js\":{\"d\":1483983278,\"h\":\"3f93982458308c033e502676531a6bc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/locking\\/js\\/locking-list.min.js\":{\"d\":1483983278,\"h\":\"6cb8819f8d82963463e5c92dab17546e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/locking\\/js\\/locking.js\":{\"d\":1483983278,\"h\":\"f1418c0ff1a16b7b5d2ce293295bf01f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/locking\\/images\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/locking\\/css\\/locking.css\":{\"d\":1483983279,\"h\":\"e70564bd0499f99ee3a2661872e6565b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/locking\\/css\\/locking-list.css\":{\"d\":1483983279,\"h\":\"c16ab6a2e45894b1329aa1f7c2cdedb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/locking\\/css\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/locking\\/css\\/locking-list.min.css\":{\"d\":1483983279,\"h\":\"d09b4f497a8b97f2bcce5fc589eb50c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/locking\\/css\\/locking.min.css\":{\"d\":1483983279,\"h\":\"8bda8f98eb22b2d76e54e241854e61e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/locking\\/locking.php\":{\"d\":1483983278,\"h\":\"1ac868ab2fa0f69c74c1b619170dce5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/locking\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/locking\\/class-gf-locking.php\":{\"d\":1483983278,\"h\":\"661884176527df3f8de344c755fe9fba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/wizard\\/steps\\/class-gf-installation-wizard-step-license-key.php\":{\"d\":1483983279,\"h\":\"45a679b607f6ea91dc526d568badf164\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/wizard\\/steps\\/class-gf-installation-wizard-step-complete.php\":{\"d\":1483983279,\"h\":\"64ee1be826692d1ae058a7f2c3ad3005\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/wizard\\/steps\\/class-gf-installation-wizard-step-settings.php\":{\"d\":1483983279,\"h\":\"d841f7b926a0a55d382e418dcedf0ded\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/wizard\\/steps\\/class-gf-installation-wizard-step-background-updates.php\":{\"d\":1483983279,\"h\":\"51cb89098d00a71885632b32be701b98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/wizard\\/steps\\/class-gf-installation-wizard-step.php\":{\"d\":1483983279,\"h\":\"08bd353ff8381e6282a1c0e853719635\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/wizard\\/class-gf-installation-wizard.php\":{\"d\":1483983279,\"h\":\"94b0ad19d8eb286b0677a9be66217e16\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-time.php\":{\"d\":1483983279,\"h\":\"6895968e4803d4bc201751f9d619100a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-multiselect.php\":{\"d\":1483983279,\"h\":\"af891b55adbd2626660cbaccaa5a0113\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-email.php\":{\"d\":1483983279,\"h\":\"f284fd2ec97c5af5e002d38b07084201\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-creditcard.php\":{\"d\":1483983279,\"h\":\"97d421890ecbd89ce668afa66280b979\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-post-custom-field.php\":{\"d\":1483983279,\"h\":\"eb39e1c24a3240cb9fa216afcab82786\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-total.php\":{\"d\":1483983279,\"h\":\"dfff5fe12e0958757b0151b0f23f2fea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-calculation.php\":{\"d\":1483983279,\"h\":\"1ff7fbf2079429b401a3d571de4dff89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-page.php\":{\"d\":1483983279,\"h\":\"c7d84da3903d76140009c6c781cd742a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-hiddenproduct.php\":{\"d\":1483983279,\"h\":\"1692db7f43be310c9096f985b766fafd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-address.php\":{\"d\":1483983279,\"h\":\"25cec6382446bebcc1a76079f9d5cdf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-post-tags.php\":{\"d\":1483983279,\"h\":\"4a7575f46d9b2ac324fa6fab7a58cd10\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-donation.php\":{\"d\":1483983279,\"h\":\"9d16cdbb7078089ff58e7661db80a719\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-password.php\":{\"d\":1483983279,\"h\":\"7642e8e0bcbbc52303cdeff106d5cdac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-number.php\":{\"d\":1483983279,\"h\":\"51e57783a1cc776fdcd10845811e619e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field.php\":{\"d\":1483983279,\"h\":\"228a37c8cbe20769551f2411959df004\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-post-image.php\":{\"d\":1483983279,\"h\":\"f38c4fe9853eacca2d6fc4313a0c0f98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-radio.php\":{\"d\":1483983279,\"h\":\"a630bf8d314b953c5ba77b5064160abc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-post-content.php\":{\"d\":1483983279,\"h\":\"daea583f2898eafbd3fb2357edef30c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-shipping.php\":{\"d\":1483983279,\"h\":\"10af3acdcfe60222013f3fd0de4c3b7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-select.php\":{\"d\":1483983279,\"h\":\"58f7f05a55d29c2f1dc89f0d8147487c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-price.php\":{\"d\":1483983279,\"h\":\"e9189476c8e1e46727ac0db46ac7e55a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-captcha.php\":{\"d\":1483983279,\"h\":\"b72693cc7e109cf968433538a1ac6453\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-post-excerpt.php\":{\"d\":1483983279,\"h\":\"9870200180c01e71e1aa499f14cc664b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-fields.php\":{\"d\":1483983279,\"h\":\"1de03457b7240b66218973bf7b7e4cbb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-website.php\":{\"d\":1483983279,\"h\":\"f9c4367b1b20adf942a9bbe4e83adaf7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-textarea.php\":{\"d\":1483983279,\"h\":\"d04a7446ba9713281ca8503bf692730b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-post-title.php\":{\"d\":1483983279,\"h\":\"30226aafff7c8c278eac59b485a93f60\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-fileupload.php\":{\"d\":1483983279,\"h\":\"cd67e75c99edfd8b4963a1213a6394d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-phone.php\":{\"d\":1483983279,\"h\":\"cc4c33625f64e8ddb6bb1544f19842e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-name.php\":{\"d\":1483983279,\"h\":\"ef1989237588da01aacbcd03f7c70b29\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-option.php\":{\"d\":1483983279,\"h\":\"f104f1bafce4aaf3e48dbcf37f1f302d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-text.php\":{\"d\":1483983279,\"h\":\"64c76daa379c6b76ab9619f3f3b76a4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-hidden.php\":{\"d\":1483983279,\"h\":\"70fa049840b8571b105bfe25d48723f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-html.php\":{\"d\":1483983279,\"h\":\"7e55c09140379ec9ae6816810231d095\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-section.php\":{\"d\":1483983279,\"h\":\"778f10096a03eb80f12eedb467c2a5b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-post-category.php\":{\"d\":1483983279,\"h\":\"2fe00ae450fec79b9efc631411f0374d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-quantity.php\":{\"d\":1483983279,\"h\":\"9d4958e22758feddf672ecfd24299508\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-singleproduct.php\":{\"d\":1483983279,\"h\":\"504a0173f2fd21713167c7d44a0f55c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-list.php\":{\"d\":1483983279,\"h\":\"142bf786a81205f20fee5c832e12bd39\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-checkbox.php\":{\"d\":1483983279,\"h\":\"f2d10900c9e8a4964a49679b57b081c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-product.php\":{\"d\":1483983279,\"h\":\"5eda327a4da22ce580af7394b9636217\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-singleshipping.php\":{\"d\":1483983279,\"h\":\"cb1aa42bab687a81f7ce07a5da1d7cbb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/fields\\/class-gf-field-date.php\":{\"d\":1483983279,\"h\":\"c359bc2dc0f925ef054669676f1d1181\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/api.php\":{\"d\":1483983278,\"h\":\"08cac3c0e3b154459708d43005106994\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/class-gf-download.php\":{\"d\":1483983279,\"h\":\"07aab587336d122662a8b0e067e9a93a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/class-gravity-api.php\":{\"d\":1483983279,\"h\":\"d7375c5c848a50746db3a283c86ece17\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/includes\\/upload.php\":{\"d\":1483983279,\"h\":\"8076226ad5924dc62ceeb37ea33335aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/languages\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/languages\\/gravityforms.pot\":{\"d\":1483983279,\"h\":\"6fa2d7c3e2477c59c3581034e6474905\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/images\\/doctypes\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/images\\/datepicker\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/images\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/ui.min.css\":{\"d\":1483983279,\"h\":\"ca37c17f73c1f2a433b3cee6d28dbfc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/shortcode-ui-editor-styles.min.css\":{\"d\":1483983279,\"h\":\"353f4f82bf37b2f488bc2f55ccbdbc92\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/shortcode-ui.css\":{\"d\":1483983279,\"h\":\"d27d4c038ba45f5910c180474577f0fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/jquery-ui.custom.css\":{\"d\":1483983279,\"h\":\"534f3bf22f9314711885e72d37d97eea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/datepicker.css\":{\"d\":1483983279,\"h\":\"c75ef0129096b971e0d224ebcdc642cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/readyclass.min.css\":{\"d\":1483983279,\"h\":\"e8cb782d10e0c6964b9d0b1bab063838\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/formsmain.css\":{\"d\":1483983279,\"h\":\"de6a87bda9683bd44d995950b91ba94d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/browsers.css\":{\"d\":1483983279,\"h\":\"a3fd9337e98b37b34dc7ee88c59ee800\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/preview.min.css\":{\"d\":1483983279,\"h\":\"5402ff17c98d4f18d01fd010b2b51f77\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/rtl.css\":{\"d\":1483983279,\"h\":\"0f9122bc92234d10c2861e66739b91d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/chosen.min.css\":{\"d\":1483983279,\"h\":\"bb8f839136cda32a44d5438482fe2cbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/print.min.css\":{\"d\":1483983279,\"h\":\"d8662561bf3c72f5ee5d0110803d3272\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/tooltip.min.css\":{\"d\":1483983279,\"h\":\"e0fed92586bf3882b43a00a9b6cf685a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/rtl.min.css\":{\"d\":1483983279,\"h\":\"f278a568cac8636ace1558edd23cd4d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/admin.min.css\":{\"d\":1483983279,\"h\":\"3136557aac519b8807c38452be19df83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/tooltip.css\":{\"d\":1483983279,\"h\":\"a5cf75bcada78eea8f56f195069f4adb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/admin.css\":{\"d\":1483983279,\"h\":\"d691011d7802d196f3a824615d38d957\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/browsers.min.css\":{\"d\":1483983279,\"h\":\"9ce7b00ef409acf70d80eb90c53c4e82\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/datepicker.min.css\":{\"d\":1483983279,\"h\":\"9ef2fba4234dabbb37d442db6e1d747e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/shortcode-ui-editor-styles.css\":{\"d\":1483983279,\"h\":\"d2a12ef828aee92b1a00b322452e2828\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/reset.css\":{\"d\":1483983279,\"h\":\"5d77dad049046403c25981d88b7380d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/preview.css\":{\"d\":1483983279,\"h\":\"7517faba5df7f96cd25b0850ee7893c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/print.css\":{\"d\":1483983279,\"h\":\"82aadb04b6d08ec57b6dd2001247c6d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/formsmain.min.css\":{\"d\":1483983279,\"h\":\"2d014e46f726ff499e976d539f36d59f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/gravityfont.min.css\":{\"d\":1483983279,\"h\":\"9127bf723a74ad2ed18c48ebccb0ca7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/forms.min.css\":{\"d\":1483983279,\"h\":\"571c15910ff574488c2a39bea1147324\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/reset.min.css\":{\"d\":1483983279,\"h\":\"850226f9bb25d4d094eebf7e34b7c352\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/font-awesome.min.css\":{\"d\":1483983279,\"h\":\"045a666e4a8dd115ef4b919501a15212\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/shortcode-ui.min.css\":{\"d\":1483983279,\"h\":\"51d8bbb4904d758697643b0a5e77835f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/chosen.css\":{\"d\":1483983279,\"h\":\"b616e7691db9695ad6794d9e8e8a5530\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/jquery-ui.min.css\":{\"d\":1483983279,\"h\":\"2fad2681ffb62d8bd8e90cf21a0b20bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/ui.tabs.css\":{\"d\":1483983279,\"h\":\"3e0c1a30e0f6149b71c2b1ddd48c3a22\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/gravityfont.css\":{\"d\":1483983279,\"h\":\"7c2abc2fdb7f4583119950256abe626d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/readyclass.css\":{\"d\":1483983279,\"h\":\"88d1141ff41db7240ccb9be1f3f65162\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/formreset.css\":{\"d\":1483983279,\"h\":\"1eb2cee32a62b82264a861a62496ce47\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/font-awesome.css\":{\"d\":1483983279,\"h\":\"5343ee1a287a65ff20961476fd8a6188\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/forms.css\":{\"d\":1483983279,\"h\":\"2700100d1e396a62c9e17f8af44500a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css\\/formreset.min.css\":{\"d\":1483983279,\"h\":\"b91b0939a92c34946238d50b1d752451\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/common.php\":{\"d\":1483983279,\"h\":\"3baa39d7d5bed06761e94ee6c2b0d21a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/notification.php\":{\"d\":1483983278,\"h\":\"b536fb3b1debc65ec14a34ea270a3b94\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/form_settings.php\":{\"d\":1483983279,\"h\":\"c308f3c44ae97df395d2bd2541aefc20\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/entry_detail.php\":{\"d\":1483983279,\"h\":\"22c8e50bad1445bb895ea570e53a9ae9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/xml.php\":{\"d\":1483983278,\"h\":\"358d0e853c8ef3fe56e127436456ede4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/select_columns.php\":{\"d\":1483983279,\"h\":\"9d0a545bc98064c78a30adcb9b772b54\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/settings.php\":{\"d\":1483983278,\"h\":\"745815141f0efff8ee7bf9012be839a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/help.php\":{\"d\":1483983279,\"h\":\"2d8b3a6e177b6c4813b184b52d34950e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/entry_list.php\":{\"d\":1483983278,\"h\":\"788316db3b62c7e49eede2f1b9fae809\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/forms_model.php\":{\"d\":1483983278,\"h\":\"64b5a7ea9b1b915838350fa9b00fb43d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/print-entry.php\":{\"d\":1483983279,\"h\":\"6a08afa4cf4330e05f59fb081d918d15\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/tooltips.php\":{\"d\":1483983278,\"h\":\"ea3a7bb8a33472de621594659a164848\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/update.php\":{\"d\":1483983279,\"h\":\"1ccb3ad2a58044c1f60a2c691c5e95d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/index.php\":{\"d\":1483983279,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/gravityforms.php\":{\"d\":1483983279,\"h\":\"052097268f3e641104bc0b60eeb252b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/change_log.txt\":{\"d\":1483983278,\"h\":\"8e244eec69d0de155cbc2e0179b27664\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/widget.php\":{\"d\":1483983278,\"h\":\"b9c72171a3ed89266f8f16f5b99f34ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/preview.php\":{\"d\":1483983278,\"h\":\"295b6b27ef0650557a6a6355a41a5b2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/form_display.php\":{\"d\":1483983279,\"h\":\"3a253db7ede38816ddc2147021be8639\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/export.php\":{\"d\":1483983279,\"h\":\"cd9cbfa54a78b79bc45a4a513633472d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/form_list.php\":{\"d\":1483983278,\"h\":\"f4bdfa0b47afa6a7a0b2e34f2f6f5b18\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/currency.php\":{\"d\":1483983279,\"h\":\"19cf34d0c0aa6d195acecc16caeec358\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/gpl-3.0.txt\":{\"d\":1483983278,\"h\":\"d32239bcb673463ab874e80d47fae504\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/form_detail.php\":{\"d\":1483983278,\"h\":\"b46316b4cb8a087563f7a5206bb1424c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/css.zip\":{\"d\":1484547292,\"h\":\"98451fd20eba0a75491e455399c317bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gravityforms\\/js.php\":{\"d\":1483983279,\"h\":\"4c08d799d3f0fb3177a6381a12e9e9be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gotmls\\/languages\\/gotmls.pot\":{\"d\":1534138283,\"h\":\"fa235642dd0e1fe26db94de3b7e3eb0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gotmls\\/safe-load\\/wp-settings.php\":{\"d\":1534138283,\"h\":\"ffed418fc84dd205a382128b79de3c49\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gotmls\\/safe-load\\/wp-login.php\":{\"d\":1534138283,\"h\":\"0bd9290011bb57d7585ab0e942a8d467\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gotmls\\/safe-load\\/trace.php\":{\"d\":1534138283,\"h\":\"50ff79ed2487ec3ee476cc7ce864f8f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gotmls\\/safe-load\\/index.php\":{\"d\":1534138283,\"h\":\"dd3ae9c38cc1655c5eb9471fdf9b6162\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gotmls\\/safe-load\\/.htaccess\":{\"d\":1568299062,\"h\":\"c0d004cbfc96b8f1561c85917c0bb20e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gotmls\\/safe-load\\/session.php\":{\"d\":1534138283,\"h\":\"299ea44dd3d62091df25f641d56fcf17\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gotmls\\/images\\/index.php\":{\"d\":1534138283,\"h\":\"ba3251d5be40b2fe959553fe9da10c48\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gotmls\\/images\\/.htaccess\":{\"d\":1568299062,\"h\":\"c0d004cbfc96b8f1561c85917c0bb20e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gotmls\\/readme.txt\":{\"d\":1534138283,\"h\":\"71dde0b41cb7cf6e513767590d7c157b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gotmls\\/index.php\":{\"d\":1534138283,\"h\":\"dd81bae4f4572cc3c1ee99ae015d5822\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/notices\\/bottom-notice.php\":{\"d\":1535620882,\"h\":\"2fff0cde37d2a4688d1df059a9246f2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/notices\\/thanks-for-using-main-dash.php\":{\"d\":1535620882,\"h\":\"d7ec898b3667dbd12144873232680613\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/notices\\/horizontal-notice.php\":{\"d\":1535620882,\"h\":\"68bb8471f6d25bdcfb027b6df76f3aca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/notices\\/report.php\":{\"d\":1535620882,\"h\":\"2ce66653aeefd74c2d49279b9076bbe5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/notices\\/report-plain.php\":{\"d\":1535620882,\"h\":\"860669acad0eddd735bfdd19d6fe5c7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/migrator-no-migrator.php\":{\"d\":1535620882,\"h\":\"6b4e0ea8cbdc7c309d20aefb852c2ed4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/downloading-and-restoring.php\":{\"d\":1535620882,\"h\":\"0fbdca6690078873a1256a5ff63cf0a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/temporary-clone.php\":{\"d\":1535620882,\"h\":\"693c4b510cd825082f79bd3c093a9bc5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/take-backup.php\":{\"d\":1535620882,\"h\":\"6bb221be63b09d84c02a6bf3292144b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/footer.php\":{\"d\":1535620882,\"h\":\"7af4b8109e948a4af6a7f40e1fe6df69\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/form-contents.php\":{\"d\":1535620882,\"h\":\"8433e4537c89ddad94bc2cdc05af9ded\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/tab-backups.php\":{\"d\":1535620882,\"h\":\"990662e6a918a51d4a32313407455cee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/existing-backups-table.php\":{\"d\":1535620882,\"h\":\"4f9b8b72d689a1e94b7962982eb1a7cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/updraftcentral-connect.php\":{\"d\":1535620882,\"h\":\"cdb09ccbb15f94b85f0cc19f29c1cd10\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/upload-backups-modal.php\":{\"d\":1535620882,\"h\":\"8dbc632d2f833bc678cde6c116870e26\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/delete-and-restore-modals.php\":{\"d\":1535620882,\"h\":\"faadf7ed3eac929032d920a12d36cc4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/tab-addons.php\":{\"d\":1535620882,\"h\":\"bf4e1b693492ebf92a478cc35138d1cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/tab-bar.php\":{\"d\":1535620882,\"h\":\"702a118deedf7e4e9868b141fa613902\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/header.php\":{\"d\":1535620882,\"h\":\"e8c2420c8d775cae23e8f92537fe287d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/advanced\\/wipe-settings.php\":{\"d\":1535620882,\"h\":\"78d75183b5c5cd604a0f43ec0633743b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/advanced\\/advanced-tools.php\":{\"d\":1535620882,\"h\":\"e229007bf6a980c6b49ab7f54bcb5bf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/advanced\\/search-replace.php\":{\"d\":1535620882,\"h\":\"628a7e4b2c80732869921319bb510226\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/advanced\\/updraftcentral.php\":{\"d\":1535620882,\"h\":\"9f07662946c77c84b102957b388e0a26\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/advanced\\/lock-admin.php\":{\"d\":1535620882,\"h\":\"b3d28753ed50d939477f72585aa0c27b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/advanced\\/site-info.php\":{\"d\":1535620882,\"h\":\"2c8d38c58fef5eee4057ec83c3e10061\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/advanced\\/export-settings.php\":{\"d\":1535620882,\"h\":\"834a4ad74b1528094c841a58778c3e21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/advanced\\/tools-menu.php\":{\"d\":1535620882,\"h\":\"29fb4bd2614f74c94b5699ac5f7a6463\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/advanced\\/total-size.php\":{\"d\":1535620882,\"h\":\"15ad51d930247c05e18cd0f8debb229e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jquery.serializeJSON\\/jquery.serializejson.min.js\":{\"d\":1535620882,\"h\":\"9f7f617509cc5c97618ae5962792dddb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jquery.serializeJSON\\/jquery.serializejson.js\":{\"d\":1535620882,\"h\":\"7439ba4f2fee01f7d7ae24b4e7060d91\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/cloudfiles\\/cloudfiles_exceptions.php\":{\"d\":1535620882,\"h\":\"767f8f21116528aa69e59b3a68d75aa7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/cloudfiles\\/cloudfiles.php\":{\"d\":1535620882,\"h\":\"c0f6c3cff29889b1239071d57e8be04f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/cloudfiles\\/cloudfiles_http.php\":{\"d\":1535620882,\"h\":\"26a3ab67b1ebbf4b6443febf2ec4b526\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Task\\/Exception.php\":{\"d\":1535620882,\"h\":\"62349c381de5f609914249dfd1245ad5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Task\\/Retryable.php\":{\"d\":1535620882,\"h\":\"fd80f21d711c8b658815cc53e88a340b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Task\\/Runner.php\":{\"d\":1535620882,\"h\":\"0efd7b612285a2c35a2a84ff2f441e66\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Http\\/REST.php\":{\"d\":1535620882,\"h\":\"bbf5b9ee5255e4228a9f9e6650964a7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Http\\/CacheParser.php\":{\"d\":1535620882,\"h\":\"77c516c34f54d37c132074b16824f278\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Http\\/Batch.php\":{\"d\":1535620882,\"h\":\"93eb9f356b6b4cbcf6fdbc1926dbde88\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Http\\/Request.php\":{\"d\":1535620882,\"h\":\"99779c816397c32cd026d230cc3bde64\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Http\\/MediaFileUpload.php\":{\"d\":1535620882,\"h\":\"1637b7676d802930acec9eef5508ee95\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Signer\\/P12.php\":{\"d\":1535620882,\"h\":\"85915452e42b8636181ceacd7c8b38e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Signer\\/Abstract.php\":{\"d\":1535620882,\"h\":\"ae819136b6bf530bccee81f993f45793\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Auth\\/Simple.php\":{\"d\":1535620882,\"h\":\"10e0e45068bc781833ab5822b1da36fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Auth\\/Exception.php\":{\"d\":1535620882,\"h\":\"285e85ef412b20a11296f3eb4372b6a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Auth\\/AppIdentity.php\":{\"d\":1535620882,\"h\":\"650aab096ac077d5a54dd230989202bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Auth\\/ComputeEngine.php\":{\"d\":1535620882,\"h\":\"cb48a5d14cede8ca98088e58732972a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Auth\\/AssertionCredentials.php\":{\"d\":1535620882,\"h\":\"327ca7d376613dd1cfa7a25d891cdebc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Auth\\/Abstract.php\":{\"d\":1535620882,\"h\":\"5da872170e33938931a41c5670bd3d16\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Auth\\/OAuth2.php\":{\"d\":1535620882,\"h\":\"3b7a2a4ef2f4348ceb8397c984774099\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Auth\\/LoginTicket.php\":{\"d\":1535620882,\"h\":\"21b72be75cf2f8e1ef2933618ed30a63\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Logger\\/Exception.php\":{\"d\":1535620882,\"h\":\"c3be97c23fc050aba291a37c7ceb3072\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Logger\\/Psr.php\":{\"d\":1535620882,\"h\":\"921dd7b30ccf807b5ca636b2cb077dcb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Logger\\/File.php\":{\"d\":1535620882,\"h\":\"d781f6385fb2f17017daccc640f17d7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Logger\\/Abstract.php\":{\"d\":1535620882,\"h\":\"7263a9a9bfa2d9feec395d8e88e07129\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Logger\\/Null.php\":{\"d\":1535620882,\"h\":\"9dc7ed69671ec82b201e33aafbb9adf4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/IO\\/Exception.php\":{\"d\":1535620882,\"h\":\"989937d4b02d8ebca1ba18957d0fdf36\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/IO\\/cacerts.pem\":{\"d\":1535620882,\"h\":\"a527b93e71b94759d99643641ff3b531\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/IO\\/Curl.php\":{\"d\":1535620882,\"h\":\"08b23cad6ad06623802d945808d5c90f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/IO\\/Stream.php\":{\"d\":1535620882,\"h\":\"8d866e1b07045c9a8bbf3c9840deef20\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/IO\\/Abstract.php\":{\"d\":1535620882,\"h\":\"f03b8a519e4a20823f603f2432722038\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Verifier\\/Pem.php\":{\"d\":1535620882,\"h\":\"f5ff23db55e103b5e2db99d42a8040fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Verifier\\/Abstract.php\":{\"d\":1535620882,\"h\":\"1d71ba9df985da107ad727908a8a4ecb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Cache\\/Exception.php\":{\"d\":1535620882,\"h\":\"8055f872cb2a7695c3e04f78ab047166\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Cache\\/File.php\":{\"d\":1535620882,\"h\":\"56c084ec51850e7e6c3ca324d319f154\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Cache\\/Memcache.php\":{\"d\":1535620882,\"h\":\"965391ca4735f4e4f6de8fcbef7d722b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Cache\\/Apc.php\":{\"d\":1535620882,\"h\":\"4a595e56a6c419ebad142a4ac7b15ef3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Cache\\/Abstract.php\":{\"d\":1535620882,\"h\":\"99e51011a700c21dbe8c5d2739e3777f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Cache\\/Null.php\":{\"d\":1535620882,\"h\":\"b888f3d054704638fdcd278cd9abc68b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Exception.php\":{\"d\":1535620882,\"h\":\"80af63452d5180e64af33796ce8e19fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Audit.php\":{\"d\":1535620882,\"h\":\"c90c3336e1c307a5214c9f6cb0658444\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Oauth2.php\":{\"d\":1535620882,\"h\":\"497962957934ad4d671663a4ce9e160b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Container.php\":{\"d\":1535620882,\"h\":\"5522ef4cba1318d67f9e3b73a8a7efa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Drive.php\":{\"d\":1535620882,\"h\":\"0c174136e26fd506f03692518748b001\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Reports.php\":{\"d\":1535620882,\"h\":\"ea16a9fa61b89d84425519f29cee2d4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Dns.php\":{\"d\":1535620882,\"h\":\"3cb9f9a83c6ad210072aee97ab14e28d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Logging.php\":{\"d\":1535620882,\"h\":\"be2acce0a8414072be51889047581179\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Resource.php\":{\"d\":1535620882,\"h\":\"50f1215e28d002284eb56934becbfeca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Storage.php\":{\"d\":1535620882,\"h\":\"6861ae08e93b782effce5e7ec97dd7e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Tasks.php\":{\"d\":1535620882,\"h\":\"9525b0dff3459a0b5b17597300d6bf1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Directory.php\":{\"d\":1535620882,\"h\":\"fdd8f45902247f155dd2c16a3b7b9c4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Groupssettings.php\":{\"d\":1535620882,\"h\":\"1c0a2db814d38b47cf78d1a075176d65\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Licensing.php\":{\"d\":1535620882,\"h\":\"bc432f6299c81f0872f2ec81418181e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Datastore.php\":{\"d\":1535620882,\"h\":\"067d86be76b8c6885a58f186d1cf5fc5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/IdentityToolkit.php\":{\"d\":1535620882,\"h\":\"2ea2da8b3d519e656548bb3f17f4a9d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/GroupsMigration.php\":{\"d\":1535620882,\"h\":\"3df47de71191face9a2f1b3c029c8079\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Resourceviews.php\":{\"d\":1535620882,\"h\":\"71564e2b5896d613de5ffbee9286c57f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Utils\\/URITemplate.php\":{\"d\":1535620882,\"h\":\"bffda0decadf98ad09d77a67bb28fa98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Client.php\":{\"d\":1535620882,\"h\":\"9212a23f9b6dca48c76f4192b1f605f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service.php\":{\"d\":1535620882,\"h\":\"c6a3edb979750d99b8581b4fc7f74e2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Exception.php\":{\"d\":1535620882,\"h\":\"318afca9f008d35a174bfd9dadc02ff2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Config.php\":{\"d\":1535620882,\"h\":\"6c85f1215738a2eef9b0d5a19c524d5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Model.php\":{\"d\":1535620882,\"h\":\"47d6fda05780f9bba9f3cdc5b98a789f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Utils.php\":{\"d\":1535620882,\"h\":\"cabb63968b2b820423f4a0252afd1d61\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Collection.php\":{\"d\":1535620882,\"h\":\"847913baf9f5e93678ce354df394d671\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/autoload.php\":{\"d\":1535620882,\"h\":\"f80bcbaa4f9fef432445fc39415321c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/handlebars\\/handlebars.js\":{\"d\":1535620882,\"h\":\"502d150a2943ddf4b7d8eb85dc02f471\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/handlebars\\/handlebars.runtime.js\":{\"d\":1535620882,\"h\":\"4d66b0848b21fe7d086b95391afb08ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/handlebars\\/handlebars.min.js\":{\"d\":1535620882,\"h\":\"c0c800daaebd34c68b3bbf17df6533be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/handlebars\\/handlebars.runtime.min.js\":{\"d\":1535620882,\"h\":\"db45bdd7ab59d5d2a9b24af35ceeca6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/handlebars\\/LICENSE\":{\"d\":1535620882,\"h\":\"ce18aa31fdaf5dc94665aee755ed2ef3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Dropbox2\\/OAuth\\/Consumer\\/Curl.php\":{\"d\":1535620882,\"h\":\"a51961c3b68eead79bcab6e652091197\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Dropbox2\\/OAuth\\/Consumer\\/ConsumerAbstract.php\":{\"d\":1535620882,\"h\":\"03ee65c4e1da3b4c75a9887a3c768df6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Dropbox2\\/OAuth\\/Consumer\\/WordPress.php\":{\"d\":1535620882,\"h\":\"f073eb791f9771f4465754e60dd2aea7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Dropbox2\\/OAuth\\/Storage\\/StorageInterface.php\":{\"d\":1535620882,\"h\":\"1057e362be03b3a5efdd5cd011a2e339\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Dropbox2\\/OAuth\\/Storage\\/WordPress.php\":{\"d\":1535620882,\"h\":\"71832ced53058394b7ebb398d68021f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Dropbox2\\/OAuth\\/Storage\\/Encrypter.php\":{\"d\":1535620882,\"h\":\"8a2804a52b29d90528e253a04f99675c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Dropbox2\\/Exception.php\":{\"d\":1535620882,\"h\":\"d7559e24f9c961662aec196fb76e9f97\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Dropbox2\\/API.php\":{\"d\":1535620882,\"h\":\"9a032f6babfa3d9ba82b15cb31985988\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jstree\\/themes\\/default-dark\\/style.min.css\":{\"d\":1535620882,\"h\":\"0236b108a8deddca3b0fae061147a0a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jstree\\/themes\\/default-dark\\/style.css\":{\"d\":1535620882,\"h\":\"6791bf1b92e95d10c8445ac010c429df\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jstree\\/themes\\/default\\/style.min.css\":{\"d\":1535620882,\"h\":\"8f65ba57d02eadb0c75d0623190d1ee8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jstree\\/themes\\/default\\/style.css\":{\"d\":1535620882,\"h\":\"b67cb6709a9a93cf842156645e2b3a67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jstree\\/jstree.min.js\":{\"d\":1535620882,\"h\":\"3e831b62c1776a7f4d97940360f6dae5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jstree\\/jstree.js\":{\"d\":1535620882,\"h\":\"b371a59bea924b430bb6b60904fbaac8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/labelauty\\/jquery-labelauty.css\":{\"d\":1535620882,\"h\":\"149b3cef0d453e7e7adf521e33f98455\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/labelauty\\/jquery-labelauty.min.js\":{\"d\":1535620882,\"h\":\"a8148121ef6d95b9cfd4484034d9a8a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/labelauty\\/jquery-labelauty.js\":{\"d\":1535620882,\"h\":\"afc2aa2f0f8b39b60cf15408bba43949\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/labelauty\\/jquery-labelauty.min.css.map\":{\"d\":1535620882,\"h\":\"b5e6af9d84e6116b113a8a3aea5e4904\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/labelauty\\/jquery-labelauty.min.css\":{\"d\":1535620882,\"h\":\"b712600234d7b25dc34fcf56a971cd40\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/labelauty\\/LICENSE\":{\"d\":1535620882,\"h\":\"76a1caf2a5780dfbf061206d2e5552d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftvault.php\":{\"d\":1535620882,\"h\":\"17204161f17b2632da1b14d050b2fa2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-remote-send.php\":{\"d\":1535620882,\"h\":\"26ddb3a22d254fe8c102334cde140dc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/ftp.class.php\":{\"d\":1535620882,\"h\":\"89be3fee2ef6aeb328200e6076050857\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-manipulation-functions.php\":{\"d\":1535620882,\"h\":\"3ec4ad55cea770420c40d34c6e44151f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-updraftcentral-updraftplus-commands.php\":{\"d\":1535620882,\"h\":\"ba8187865866f435043450e603f6ecf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/google-extensions.php\":{\"d\":1535620882,\"h\":\"2043a7b1437a58a939a0359b4a81940f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jquery-ui.custom.css\":{\"d\":1535620882,\"h\":\"d7aa01d7beaf5bc70f08fecb925ee51b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftplus-temporary-clone-restore.php\":{\"d\":1535620882,\"h\":\"e8e3c89f4fd0555f91ccf658f1886591\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftplus-notices.php\":{\"d\":1535620882,\"h\":\"09e9968c513c7f49730a0595fb8d63c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftplus-login.php\":{\"d\":1535620882,\"h\":\"a54c38c5f4f66be5e3b6e5dc5bd3e656\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-updraft-dashboard-news.php\":{\"d\":1535620882,\"h\":\"3ca5e5fcb689c5a04d7c2d034584dffb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftplus-admin-common.js\":{\"d\":1535620882,\"h\":\"647d51068c02456ea05a764bdec69a23\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-commands.php\":{\"d\":1535620882,\"h\":\"f10bb325d93cbb984cba84d292a48557\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jquery.blockUI.min.js\":{\"d\":1535620882,\"h\":\"9b92a7d82d22be1f091216931a3dc34c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-updraftplus-encryption.php\":{\"d\":1535620882,\"h\":\"364c9ab8dd574be7ed36dbfa8090b745\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/S3compat.php\":{\"d\":1535620882,\"h\":\"8786f95cb98315a95c70a8faeed8ac6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-database-utility.php\":{\"d\":1535620882,\"h\":\"d892866f88a0fefd5e09e89f950662f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftplus-temporary-clone-dash-notice.php\":{\"d\":1535620882,\"h\":\"643f269ad3f4b0f4fcbb83d36ced6bcd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jquery-ui.custom.min.css.map\":{\"d\":1535620882,\"h\":\"edad1f3dadcb309a807bfafe26df13da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraft-notices.php\":{\"d\":1535620882,\"h\":\"2f01cb9c11bf6a0b3896445d4c0d4c0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jquery-ui.custom.min.css\":{\"d\":1535620882,\"h\":\"40cf3630dfdaf1f630955a5f51e0b271\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftcentral.php\":{\"d\":1535620882,\"h\":\"4d4ac3189f26d6f3d6ec9bc8f46f9e6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/deprecated-actions.php\":{\"d\":1535620882,\"h\":\"7fbcf8165f3052393bd938bb876ed471\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/S3.php\":{\"d\":1535620882,\"h\":\"14958c9938ebec687a669e83c7e29a09\"}}','2019-09-19 08:59:24'),(3,'file-list','files',1,'{\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/cacert.pem\":{\"d\":1535620882,\"h\":\"df0df092f7590ce0cc636986f1ae084b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftplus-temporary-clone-user-notice.php\":{\"d\":1535620882,\"h\":\"1da65ac2a3e7bc1f21d9f57abdd2b40a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftplus-admin-common.min.js\":{\"d\":1535620882,\"h\":\"a13d8d92ae9853b22527cfb2f6335f39\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jquery.blockUI.js\":{\"d\":1535620882,\"h\":\"5c98c0cbfacee6dab0783112cb0e233d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-wpadmin-commands.php\":{\"d\":1535620882,\"h\":\"c3294195b7f913bd95c028b2412bfa3e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/get-cpanel-quota-usage.pl\":{\"d\":1535620882,\"h\":\"778a02fcee1c33df6bdf9a1d948ce5f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-semaphore.php\":{\"d\":1535620882,\"h\":\"dccb845a0ea459baf6d4f161d036d749\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftplus-temporary-clone-commands.php\":{\"d\":1535620882,\"h\":\"1bc41d623e120ffdac61dcda3f0b5287\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-partialfileservlet.php\":{\"d\":1535620882,\"h\":\"81cf165fb0349099b92f084628011883\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-udrpc.php\":{\"d\":1535620882,\"h\":\"365307aed57e1d5843034159dac9709d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-backup-history.php\":{\"d\":1535620882,\"h\":\"5689b751486ff4af1ef36381b6f6c66a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftplus-clone.php\":{\"d\":1535620882,\"h\":\"43ea0260b39274114436221004a9f3c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/updraftvault.php\":{\"d\":1535620881,\"h\":\"95550954c7351b8968c348268ee4a201\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/template.php\":{\"d\":1535620881,\"h\":\"94b075f387b5ce3d6c17afd4b0c31f9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/s3.php\":{\"d\":1535620881,\"h\":\"02e27f618715361912ddb74d8f963a81\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/webdav.php\":{\"d\":1535620881,\"h\":\"a923a796820ce30b912bb8bc98fe3bcd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/email.php\":{\"d\":1535620881,\"h\":\"b03c5cf202155b3d11dc70f35aa481d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/backup-module.php\":{\"d\":1535620881,\"h\":\"e27afc5c4820902e1c64179ebd8c033b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/insufficient.php\":{\"d\":1535620881,\"h\":\"d22ebf2463d7d657823f1b3a3de0195e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/cloudfiles-new.php\":{\"d\":1535620881,\"h\":\"bb5331a2d67eb2ebe96a0739f8953ec7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/remotesend.php\":{\"d\":1535620881,\"h\":\"e9c8f3ab132e0468dbcdfa1ed267942c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/backblaze.php\":{\"d\":1535620881,\"h\":\"917e8da055c59d1a7aa9d75da6909a98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/ftp.php\":{\"d\":1535620881,\"h\":\"df848e685bfcbadf7d3abcbf0fe72438\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/dreamobjects.php\":{\"d\":1535620881,\"h\":\"360b682ed29081a26e9230133825aea8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/googlecloud.php\":{\"d\":1535620881,\"h\":\"e7d4ba1727ae1e1e801e687af1f278a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/openstack2.php\":{\"d\":1535620881,\"h\":\"e2d1d3f213267c4b826cbe30ced28e09\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/onedrive.php\":{\"d\":1535620881,\"h\":\"121facd9c0506bb874aafe7252fad911\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/dropbox.php\":{\"d\":1535620881,\"h\":\"b4a1e9bff650239e026279e6505eec79\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/cloudfiles.php\":{\"d\":1535620881,\"h\":\"10122fd8a8cda285c001d80d67bf0953\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/addon-not-yet-present.php\":{\"d\":1535620881,\"h\":\"309e3befa3d883e07862ba1cb04d87a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/openstack.php\":{\"d\":1535620881,\"h\":\"4ccdcded69d8c09297387b7615fd61af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/googledrive.php\":{\"d\":1535620881,\"h\":\"c7d943aaa42835df3fee24c00a8ae64f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/sftp.php\":{\"d\":1535620881,\"h\":\"02008158830b7417b4f6e9ab490fb0b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/azure.php\":{\"d\":1535620881,\"h\":\"6b39329968c8cefc6ec54913a0c25608\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/s3generic.php\":{\"d\":1535620881,\"h\":\"0de9ce0483a58f6e5a9a135d40e6aa60\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/addon-base-v2.php\":{\"d\":1535620881,\"h\":\"5386599a706a2b0dad7182a962571eaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/methods\\/openstack-base.php\":{\"d\":1535620881,\"h\":\"b1f8e7e3049bd97abb092a1aade21de7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/central\\/classes\\/class-automatic-upgrader-skin.php\":{\"d\":1535620881,\"h\":\"92179d900c24a9e1e0f723bfdc370cfd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/central\\/modules\\/analytics.php\":{\"d\":1535620881,\"h\":\"f3f1300f8dbb58ff8e40d321d11b967e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/central\\/modules\\/plugin.php\":{\"d\":1535620881,\"h\":\"31a07773cbcf79efa517cc2d96e7aa8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/central\\/modules\\/theme.php\":{\"d\":1535620881,\"h\":\"f23e6f22010b27870f3316409a05e77d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/central\\/modules\\/users.php\":{\"d\":1535620881,\"h\":\"77bd762789d948c7ec3a8c126a5081f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/central\\/modules\\/comments.php\":{\"d\":1535620881,\"h\":\"e65553e20d0c149e9f31be884696661c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/central\\/modules\\/core.php\":{\"d\":1535620881,\"h\":\"5fa012cd762d2988ae3a7d675ae1a7b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/central\\/modules\\/updates.php\":{\"d\":1535620881,\"h\":\"e011065875b9f1ef006cfddc2a59189e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/central\\/modules\\/posts.php\":{\"d\":1535620881,\"h\":\"891e293cac6da96fabe6787b7e15076f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/central\\/bootstrap.php\":{\"d\":1535620881,\"h\":\"c78e74d330ac13821a5a23d5e988d368\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/central\\/listener.php\":{\"d\":1535620881,\"h\":\"f31a59fe5f79e224656faf2f2f7a59e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/central\\/commands.php\":{\"d\":1535620881,\"h\":\"65b5249816da8e39db7bfaa9833169ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/languages\\/updraftplus.pot\":{\"d\":1535620882,\"h\":\"03377d3dd857a01e7dac6ea55cdc12fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Command\\/S3Command.php\":{\"d\":1535620881,\"h\":\"3dc05e397450a4b71a982327a206c38c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/Parser\\/S3ExceptionParser.php\":{\"d\":1535620881,\"h\":\"8b11e6c2e0aab8b276cf2cd90e36fc63\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidRangeException.php\":{\"d\":1535620881,\"h\":\"98cfd5cd3599cea086cc16fa50447132\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchBucketException.php\":{\"d\":1535620881,\"h\":\"67678971e88adba7f2f48d63cc95adf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MalformedPOSTRequestException.php\":{\"d\":1535620881,\"h\":\"6aa99b0de24f2eb1a9de7df2715e38f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NotSignedUpException.php\":{\"d\":1535620881,\"h\":\"812bae6a59981af1cade72c37ca87886\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/ObjectAlreadyInActiveTierErrorException.php\":{\"d\":1535620881,\"h\":\"f3c4ce492a49fe06caabecddd73658c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/ObjectNotInActiveTierErrorException.php\":{\"d\":1535620881,\"h\":\"3ac099a476fa8cce2e0de5de51e81016\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/UnresolvableGrantByEmailAddressException.php\":{\"d\":1535620881,\"h\":\"ddacbd4d1ee7341fba322be7acda04b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/SlowDownException.php\":{\"d\":1535620881,\"h\":\"2cab1602b76a19567c65bfcdbbd26b66\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MissingRequestBodyErrorException.php\":{\"d\":1535620881,\"h\":\"402ba71db04643214cb40a1bd7d049ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MissingAttachmentException.php\":{\"d\":1535620881,\"h\":\"d89997a566746ebfafb220946f27a5a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidBucketNameException.php\":{\"d\":1535620881,\"h\":\"389ba9774c6752da399d5a06714ca70d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchCORSConfigurationException.php\":{\"d\":1535620881,\"h\":\"78aa44073391f74bfd34303266c8959b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MalformedACLErrorException.php\":{\"d\":1535620881,\"h\":\"f6373149be4c19ccb7b614f3a3628ad7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidPartOrderException.php\":{\"d\":1535620881,\"h\":\"2844134a42c3bf7250e00356a1af54c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/PermanentRedirectException.php\":{\"d\":1535620881,\"h\":\"61c2464e91a1b3313ccb9dde9d6ea207\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NotSuchBucketPolicyException.php\":{\"d\":1535620881,\"h\":\"714b2ba8c970dac2950314acccb4951e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchKeyException.php\":{\"d\":1535620881,\"h\":\"79da9b57a5ebe3cac8d7d2b0f43fdfab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/BadDigestException.php\":{\"d\":1535620881,\"h\":\"7ce5a3538bd37d2d893a5a4641ca5e87\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/OperationAbortedException.php\":{\"d\":1535620881,\"h\":\"a52b194d60900563f77d9deadbce14ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/AccessDeniedException.php\":{\"d\":1535620881,\"h\":\"c114efca1dcf9a7e3344fa406db0d494\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/BucketAlreadyOwnedByYouException.php\":{\"d\":1535620881,\"h\":\"03ddf3e40d02c69d98e31a1ba0e11350\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/IncorrectNumberOfFilesInPostRequestException.php\":{\"d\":1535620881,\"h\":\"9a7794f2028a7bbecb37f02a291f6c13\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoLoggingStatusForKeyException.php\":{\"d\":1535620881,\"h\":\"3b8655854d58f4a783e82b2b3dc7c1e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/RedirectException.php\":{\"d\":1535620881,\"h\":\"bcc61525ec8286557cc882e620e0449b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InternalErrorException.php\":{\"d\":1535620881,\"h\":\"af766935b9509e930d0ae19802289e4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MetadataTooLargeException.php\":{\"d\":1535620881,\"h\":\"49cef4705a18558a98a461da746f6d07\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MissingSecurityHeaderException.php\":{\"d\":1535620881,\"h\":\"aea750e7eebe1dfc9e487c789a6a9459\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/ExpiredTokenException.php\":{\"d\":1535620881,\"h\":\"9fde3c8c1f8ce13d3c1459ba80888484\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/RequestTorrentOfBucketErrorException.php\":{\"d\":1535620881,\"h\":\"b7cf62f982b95dd160f44ea6553724d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/CrossLocationLoggingProhibitedException.php\":{\"d\":1535620881,\"h\":\"6604c9fc43cc2fcbbf5e20c22edb6026\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidTargetBucketForLoggingException.php\":{\"d\":1535620881,\"h\":\"04fb8e74ecc189e6b0436e1260dce9c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/RequestTimeTooSkewedException.php\":{\"d\":1535620881,\"h\":\"87f1822b747922a3dd576f4da63f1fc1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidPartException.php\":{\"d\":1535620881,\"h\":\"cf7972454e18711007a3282ab14b0b2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/BucketAlreadyExistsException.php\":{\"d\":1535620881,\"h\":\"c70ca0f46a271fbb3a0dd8634778b241\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MethodNotAllowedException.php\":{\"d\":1535620881,\"h\":\"1bca38cffcc6eb5eb5245f5a89007381\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NotImplementedException.php\":{\"d\":1535620881,\"h\":\"bfded76dd7733080fc05e35fc9b5d570\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/AmbiguousGrantByEmailAddressException.php\":{\"d\":1535620881,\"h\":\"b7055c317e07c03c66bdadd3cd6f2fee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidPolicyDocumentException.php\":{\"d\":1535620881,\"h\":\"24708723851ace58c30233fbcd2a61c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidRequestException.php\":{\"d\":1535620881,\"h\":\"dc44e8a1c168511de2b21dc9d0dcf26b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchLifecycleConfigurationException.php\":{\"d\":1535620881,\"h\":\"27e721bae72c4019ae6d2194a6572ba5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/AccountProblemException.php\":{\"d\":1535620881,\"h\":\"4e04036a4f99661d3d24ba013d26c69a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidPayerException.php\":{\"d\":1535620881,\"h\":\"668af3f62f403e4dff00bcf4c547586d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidSecurityException.php\":{\"d\":1535620881,\"h\":\"c5325d7ab1f09760b5cfb5dff1452cf5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/TooManyBucketsException.php\":{\"d\":1535620881,\"h\":\"37840f4760fa1c45336f203543b39c3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MaxPostPreDataLengthExceededErrorException.php\":{\"d\":1535620881,\"h\":\"c0d03c2fc6dd1d30cb53753ff3e76533\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MissingContentLengthException.php\":{\"d\":1535620881,\"h\":\"84bdb0a39275eb219deb1a2f75c391e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidURIException.php\":{\"d\":1535620881,\"h\":\"cc39ea5c4ca166c4789366041d2c6647\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/TokenRefreshRequiredException.php\":{\"d\":1535620881,\"h\":\"f3d13abdc5305ab7de861a85b9f2eeae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchBucketPolicyException.php\":{\"d\":1535620881,\"h\":\"5077fdc0b6cd80437ef07d3f35fd70fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/S3Exception.php\":{\"d\":1535620881,\"h\":\"44d15cd57f1f8b5405f7776b636c9a4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidArgumentException.php\":{\"d\":1535620881,\"h\":\"26a64d61b80ab87cd4da2f0959951859\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/UnexpectedContentException.php\":{\"d\":1535620881,\"h\":\"5a7af7f0861aec70975e22383edf1605\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/KeyTooLongException.php\":{\"d\":1535620881,\"h\":\"aeb54c82dfc9fa87084948e2e1010d96\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidAccessKeyIdException.php\":{\"d\":1535620881,\"h\":\"32f96f069dba33c77642bddfffe8db8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/EntityTooSmallException.php\":{\"d\":1535620881,\"h\":\"8244c7d196fcf6cfe81ce6be4e4ee3c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidBucketStateException.php\":{\"d\":1535620881,\"h\":\"9010cee7e70cd31d533d490a0f676b7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchVersionException.php\":{\"d\":1535620881,\"h\":\"85b88fa151a076d133d6c9515c0f8b56\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidDigestException.php\":{\"d\":1535620881,\"h\":\"498ad6eea22c072303d33040e1e2fb8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchTagSetErrorException.php\":{\"d\":1535620881,\"h\":\"6b5056bd3f4a4c5113b16585e7328b90\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/RequestTimeoutException.php\":{\"d\":1535620881,\"h\":\"33862ef527aedb321a40c555d0d81250\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/TemporaryRedirectException.php\":{\"d\":1535620881,\"h\":\"d4e23dee2d180e598e4ab8562df97449\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/SignatureDoesNotMatchException.php\":{\"d\":1535620881,\"h\":\"20791b3cbe22c91750cfae0c45e345d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/RequestIsNotMultiPartContentException.php\":{\"d\":1535620881,\"h\":\"9a233980787a08e6e8f946ecbaf44933\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/ServiceUnavailableException.php\":{\"d\":1535620881,\"h\":\"054e5b096daaad03ee7c920660fbf32c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchTagSetException.php\":{\"d\":1535620881,\"h\":\"87a668a2c3678f96ec74498dcab32a96\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MissingSecurityElementException.php\":{\"d\":1535620881,\"h\":\"d4fda63c036e22004452d73ed1e464d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidTagErrorException.php\":{\"d\":1535620881,\"h\":\"28b72289665d68843022d1b8278afe4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidTokenException.php\":{\"d\":1535620881,\"h\":\"b21fb6f6445972b9c30d3bb566ace2de\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/EntityTooLargeException.php\":{\"d\":1535620881,\"h\":\"a363b75b6140aa59516d6958bd818487\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchWebsiteConfigurationException.php\":{\"d\":1535620881,\"h\":\"18d8abb944dede950e933b4c8fb4c45d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/BucketNotEmptyException.php\":{\"d\":1535620881,\"h\":\"c4164313e71b86ec0a94469ae59f5c7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidAddressingHeaderException.php\":{\"d\":1535620881,\"h\":\"e8951816cc56a7230167d73186c0ab90\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchUploadException.php\":{\"d\":1535620881,\"h\":\"de7d7276e8357e59053247069af4b17c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MalformedXMLException.php\":{\"d\":1535620881,\"h\":\"ef3fe78d3ed3db0db2ec67a04ad5a1a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/PreconditionFailedException.php\":{\"d\":1535620881,\"h\":\"8f04f2096229d8e4c99039e2f8685de5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidLocationConstraintException.php\":{\"d\":1535620881,\"h\":\"649bb9f9299de94c32142afe6966e3bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/DeleteMultipleObjectsException.php\":{\"d\":1535620881,\"h\":\"08d0fa5ebbc445faddabca975a979884\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/IllegalVersioningConfigurationException.php\":{\"d\":1535620881,\"h\":\"7502affc30c08ec7dec2ca9b79623861\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidSOAPRequestException.php\":{\"d\":1535620881,\"h\":\"07f4d5593c6119ab815a5abfafd45b4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/IncompleteBodyException.php\":{\"d\":1535620881,\"h\":\"3868573f4b4169bd66ec7ed55e828212\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/CredentialsNotSupportedException.php\":{\"d\":1535620881,\"h\":\"28e5df8a1f769a05c4b0c17da307c821\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidStorageClassException.php\":{\"d\":1535620881,\"h\":\"deeb571087b1013016717869ab219938\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/UserKeyMustBeSpecifiedException.php\":{\"d\":1535620881,\"h\":\"b670411122d9f08bc7a3cb7ca3ba07e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MaxMessageLengthExceededException.php\":{\"d\":1535620881,\"h\":\"e398b2a0c10de3a9ed33612647dceb5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InlineDataTooLargeException.php\":{\"d\":1535620881,\"h\":\"16a05c43ee339551a41d6db30b3ca660\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Resources\\/s3-2006-03-01.php\":{\"d\":1535620881,\"h\":\"a4eb71497b8700288d3016544d22a626\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/StorageClass.php\":{\"d\":1535620881,\"h\":\"813636035d4e3c256791152d0e3ec8ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/Status.php\":{\"d\":1535620881,\"h\":\"918d94f3d16f77cac2276b85071e8e93\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/Payer.php\":{\"d\":1535620881,\"h\":\"e25af5161310f4c6e3bd10063861d69e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/MetadataDirective.php\":{\"d\":1535620881,\"h\":\"274e400686bd9a855a74c7f90554fb61\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/GranteeType.php\":{\"d\":1535620881,\"h\":\"b7897dc9b95f94f6b121dd6f5e28bc8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/Event.php\":{\"d\":1535620881,\"h\":\"1bb29324b69f9431e60583652916f2dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/Group.php\":{\"d\":1535620881,\"h\":\"96d2fcdffb966c8e411fe630e10b5fc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/EncodingType.php\":{\"d\":1535620881,\"h\":\"a7cde485ca7ac5f211f0f1a842d8be6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/Permission.php\":{\"d\":1535620881,\"h\":\"d9a0af6b2cdc229239b047f23d838cff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/MFADelete.php\":{\"d\":1535620881,\"h\":\"21617876155e75c94b8bc6f8380aec16\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/CannedAcl.php\":{\"d\":1535620881,\"h\":\"f3b4032cea7c631b5cb1cc7947474fb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/Storage.php\":{\"d\":1535620881,\"h\":\"0266e6eb192fc241d3748d3ac04def25\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/ServerSideEncryption.php\":{\"d\":1535620881,\"h\":\"48d3a44084406aff1541a5defe9320f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/Protocol.php\":{\"d\":1535620881,\"h\":\"d97f9232bba001d3bf6ec41259636670\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Iterator\\/ListObjectVersionsIterator.php\":{\"d\":1535620881,\"h\":\"f05cf3b2a73eff79ed325dc18f91a8b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Iterator\\/ListMultipartUploadsIterator.php\":{\"d\":1535620881,\"h\":\"ad8bc7cfcb905bbcee5ac63f0d1a248a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Iterator\\/ListObjectsIterator.php\":{\"d\":1535620881,\"h\":\"0ee82969d170a64ace65fbbc06ba8a2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Iterator\\/OpendirIterator.php\":{\"d\":1535620881,\"h\":\"1a8fc303bcfda2405023bc9ed07fc532\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Iterator\\/ListBucketsIterator.php\":{\"d\":1535620881,\"h\":\"f9c6dcc72963c40346bae45f25a39dd1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Sync\\/UploadSync.php\":{\"d\":1535620881,\"h\":\"c82772efc07aa48d2b32e4bba547ac06\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Sync\\/ChangedFilesIterator.php\":{\"d\":1535620881,\"h\":\"ae92607d9ceddd5674505361a8707723\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Sync\\/DownloadSync.php\":{\"d\":1535620881,\"h\":\"c5f5902b0f3efa03abaedcdf5a8b51ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Sync\\/AbstractSync.php\":{\"d\":1535620881,\"h\":\"cf937c67b37e8324b092f0e0d4dcf2b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Sync\\/AbstractSyncBuilder.php\":{\"d\":1535620881,\"h\":\"6d15b7ff5585bb0b8afa8b9882e59e7b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Sync\\/UploadSyncBuilder.php\":{\"d\":1535620881,\"h\":\"fe0354dcb7c3a822290c9f21c11669e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Sync\\/KeyConverter.php\":{\"d\":1535620881,\"h\":\"82accba85c2eb6ff5a64094812c507a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Sync\\/DownloadSyncBuilder.php\":{\"d\":1535620881,\"h\":\"4431c83c1ca49780bc489404c02da65a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Sync\\/FilenameConverterInterface.php\":{\"d\":1535620881,\"h\":\"e1367db996b4bf594e6d05871be1147d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/MultipartUpload\\/AbstractTransfer.php\":{\"d\":1535620881,\"h\":\"2990bfe532b2a837406e0a4847dc3b8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/MultipartUpload\\/TransferState.php\":{\"d\":1535620881,\"h\":\"45484c7268141212c6a346ee5ff05962\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/MultipartUpload\\/SerialTransfer.php\":{\"d\":1535620881,\"h\":\"027004eda09ff1954e1833040df9b869\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/MultipartUpload\\/ParallelTransfer.php\":{\"d\":1535620881,\"h\":\"b94189665c7f24d81fd065703550fb3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/MultipartUpload\\/UploadBuilder.php\":{\"d\":1535620881,\"h\":\"042169a77d1df6b29ad8b75d8707e1ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/MultipartUpload\\/UploadId.php\":{\"d\":1535620881,\"h\":\"0925b992d88491867fe204bb216c9961\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/MultipartUpload\\/UploadPart.php\":{\"d\":1535620881,\"h\":\"e52983d0299b0dddcf62ac3fe2a7eff0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/DeleteObjectsBatch.php\":{\"d\":1535620881,\"h\":\"df249d6cd2cc85213898d5f09c21b1e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/DeleteObjectsTransfer.php\":{\"d\":1535620881,\"h\":\"8442fbd945058c8ce270abe2a3db63c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/Grant.php\":{\"d\":1535620881,\"h\":\"9c50fd6b72cb5ce202ffb8aa91dc9ae3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/Acp.php\":{\"d\":1535620881,\"h\":\"993d7535468f8eec4ae4f82f2bc4d244\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/Grantee.php\":{\"d\":1535620881,\"h\":\"6be236f5723bd6489e97c070056ad4aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/ClearBucket.php\":{\"d\":1535620881,\"h\":\"5211fd4af3eabebdbc15aab48f7200bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/PostObject.php\":{\"d\":1535620881,\"h\":\"66c17323a34783f638c1fd81e619a45e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/AcpBuilder.php\":{\"d\":1535620881,\"h\":\"087c08ae99813dcdcd22126028721891\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/S3Signature.php\":{\"d\":1535620881,\"h\":\"20820eeb37e5dd045ba91455fc64a088\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/AcpListener.php\":{\"d\":1535620881,\"h\":\"30021c2e042185e138475242fc778cf7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/SocketTimeoutChecker.php\":{\"d\":1535620881,\"h\":\"c6af6b2766ebf5dced00b8097c480861\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/S3SignatureInterface.php\":{\"d\":1535620881,\"h\":\"38b32ba608f23cf157a4d9782f47d6f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/ResumableDownload.php\":{\"d\":1535620881,\"h\":\"c2c0b6848e5766e351fc5bf0cc5ba308\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/S3Client.php\":{\"d\":1535620881,\"h\":\"69f146a4d4256c6e611f47904a759f5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/StreamWrapper.php\":{\"d\":1535620881,\"h\":\"dce729353d53b9ce563baffff3e797eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/S3SignatureV4.php\":{\"d\":1535620881,\"h\":\"3f2120c87ce46b2cffbaefdf5b4e00ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/IncompleteMultipartUploadChecker.php\":{\"d\":1535620881,\"h\":\"e181099ab8c3574e9d610109832f6d5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/BucketStyleListener.php\":{\"d\":1535620881,\"h\":\"9d7022c32b9b88fccc6f36b0789fca09\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/SseCpkListener.php\":{\"d\":1535620881,\"h\":\"9577868d44c40ea046d38917c736d416\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/S3Md5Listener.php\":{\"d\":1535620881,\"h\":\"61a2a32166a1ca9f0897c31644b17f05\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Client\\/UserAgentListener.php\":{\"d\":1535620881,\"h\":\"98501807352bf33024e31b7fc6217c93\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Client\\/UploadBodyListener.php\":{\"d\":1535620881,\"h\":\"db13af3fbec0f198c0120bd0690e935d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Client\\/ThrottlingErrorChecker.php\":{\"d\":1535620881,\"h\":\"18150232988131e9f21e4724cfc35bbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Client\\/AwsClientInterface.php\":{\"d\":1535620881,\"h\":\"b5549e525d4119198840bb2b34e79c67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Client\\/DefaultClient.php\":{\"d\":1535620881,\"h\":\"f5c71745baaae8f46fe37a4f3d4bbd9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Client\\/ExpiredCredentialsChecker.php\":{\"d\":1535620881,\"h\":\"fa88950bb0efaf957f4b8ee10753062b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Client\\/ClientBuilder.php\":{\"d\":1535620881,\"h\":\"11cd9b87c4d9f0241ca71cf0d2d7293f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Client\\/AbstractClient.php\":{\"d\":1535620881,\"h\":\"c11afaf45daf193c51cb7befe463f5d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Command\\/AwsQueryVisitor.php\":{\"d\":1535620881,\"h\":\"640e0b6993bd8faaa3e154dc988d02e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Command\\/QueryCommand.php\":{\"d\":1535620881,\"h\":\"47f1c01448de7d6c09671907bef5a5bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Command\\/XmlResponseLocationVisitor.php\":{\"d\":1535620881,\"h\":\"457a7a69d3575bf45afc227ca0fd3948\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Command\\/JsonCommand.php\":{\"d\":1535620881,\"h\":\"6bef8308125e047c4be353e04c067367\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/Parser\\/DefaultXmlExceptionParser.php\":{\"d\":1535620881,\"h\":\"e5da40fe5908360f0713e38e9af9b437\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/Parser\\/JsonRestExceptionParser.php\":{\"d\":1535620881,\"h\":\"942c6b749df09392fb4e302bc9d0af8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/Parser\\/JsonQueryExceptionParser.php\":{\"d\":1535620881,\"h\":\"3bd5164dd7e0bc8419d09bc40132146f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/Parser\\/ExceptionParserInterface.php\":{\"d\":1535620881,\"h\":\"09a7643cba57df1eac684aaf13ee55a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/Parser\\/AbstractJsonExceptionParser.php\":{\"d\":1535620881,\"h\":\"fcff52403d7baf7d5115ee56cb7b260d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/ExceptionListener.php\":{\"d\":1535620881,\"h\":\"2ca2ab488369e279da53a7b903fd557e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/RuntimeException.php\":{\"d\":1535620881,\"h\":\"6942bba7cab741eb2e5ce4d396a82095\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/InstanceProfileCredentialsException.php\":{\"d\":1535620881,\"h\":\"992185ed8296289a27b1b6497f306643\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/ServiceResponseException.php\":{\"d\":1535620881,\"h\":\"053e3c76a4e889978a24734874ed24ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/MultipartUploadException.php\":{\"d\":1535620881,\"h\":\"3161352ca49918ea3783888aa8f0d7bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/RequiredExtensionNotLoadedException.php\":{\"d\":1535620881,\"h\":\"2947ebcfe2e8e786b51abfa8a722e899\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/DomainException.php\":{\"d\":1535620881,\"h\":\"1b1e3665960ce4fb9043df5c58553dd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/ExceptionFactoryInterface.php\":{\"d\":1535620881,\"h\":\"ed60e5bba6ad952a2619613e194fb73c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/OutOfBoundsException.php\":{\"d\":1535620881,\"h\":\"dabab81d1c1db56dcab8eeb513e18d5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/InvalidArgumentException.php\":{\"d\":1535620881,\"h\":\"6400656e6a65bd523e37158ed71bd4c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/TransferException.php\":{\"d\":1535620881,\"h\":\"92ae697629eeff344aa6517b5bc45d40\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/NamespaceExceptionFactory.php\":{\"d\":1535620881,\"h\":\"5fcea4d30864e65dbb0482a7ada2a42e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/LogicException.php\":{\"d\":1535620881,\"h\":\"d20e53d676891f9142be744f2aab2e6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/BadMethodCallException.php\":{\"d\":1535620881,\"h\":\"752cafcafecfd520e6ccfe01210a17c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/UnexpectedValueException.php\":{\"d\":1535620881,\"h\":\"830809ef2d18c043d65f182be99c07b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/AwsExceptionInterface.php\":{\"d\":1535620881,\"h\":\"b5e48ce90ddfd2b397fe1dfbabd2d3ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/OverflowException.php\":{\"d\":1535620881,\"h\":\"5a565642fb5379392dd5752c3adb16ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/CompositeWaiterFactory.php\":{\"d\":1535620881,\"h\":\"73f2bab0a7aa293901dcd181498135f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/ResourceWaiterInterface.php\":{\"d\":1535620881,\"h\":\"da81827cec410feb30e367ae7efc62e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/CallableWaiter.php\":{\"d\":1535620881,\"h\":\"ab6554c8f0f6f94d2bd32979b137bbb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/WaiterConfigFactory.php\":{\"d\":1535620881,\"h\":\"ac6bd930f61ae6b6689edc78562778b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/WaiterClassFactory.php\":{\"d\":1535620881,\"h\":\"97e1f94b23346b80b7f6ec5d8906ecec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/AbstractResourceWaiter.php\":{\"d\":1535620881,\"h\":\"fb87fdb0773a67d0c4ea4741a3057974\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/WaiterConfig.php\":{\"d\":1535620881,\"h\":\"a9048fb9d65c13ebbc33309550bd1f04\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/ConfigResourceWaiter.php\":{\"d\":1535620881,\"h\":\"68faf7fde5fb769e3462b4d8e870da9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/AbstractWaiter.php\":{\"d\":1535620881,\"h\":\"1fe7cf8dfd60c6c3f534f488d943160e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/WaiterFactoryInterface.php\":{\"d\":1535620881,\"h\":\"34faa05c594295fbd9c7b6ae2349d16f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/WaiterInterface.php\":{\"d\":1535620881,\"h\":\"5a036a25e1c42c59b524cc4423ca394b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Resources\\/public-endpoints.php\":{\"d\":1535620881,\"h\":\"29401fe00b388045fc5bccb45f04a274\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Resources\\/aws-config.php\":{\"d\":1535620881,\"h\":\"a8c87fc3f631318ff581804a61001ac3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Resources\\/sdk1-config.php\":{\"d\":1535620881,\"h\":\"e0b5e5dfab92d4e8d8945e553dec9e1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Enum\\/DateFormat.php\":{\"d\":1535620881,\"h\":\"87412bee81bce129eacaedb580fcd464\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Enum\\/UaString.php\":{\"d\":1535620881,\"h\":\"0342531432bbafbfcf4cdb04156f8ebd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Enum\\/ClientOptions.php\":{\"d\":1535620881,\"h\":\"1d4f805497108daf7835894f1605a367\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Enum\\/Region.php\":{\"d\":1535620881,\"h\":\"d715d775feb1ebcf144857c05f2b2b11\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Enum\\/Size.php\":{\"d\":1535620881,\"h\":\"b92da9494098f83d94080c96979a3c06\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Enum\\/Time.php\":{\"d\":1535620881,\"h\":\"0701abe5acc45f6e9a897631b8b4cec2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/InstanceMetadata\\/Waiter\\/ServiceAvailable.php\":{\"d\":1535620881,\"h\":\"c1e9ef2e441a99fbf966313fd3beac0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/InstanceMetadata\\/InstanceMetadataClient.php\":{\"d\":1535620881,\"h\":\"bd565975d0da1ed56726390ea606d128\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Iterator\\/AwsResourceIterator.php\":{\"d\":1535620881,\"h\":\"d17d86d899862bf9ff93926fdfa68326\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Iterator\\/AwsResourceIteratorFactory.php\":{\"d\":1535620881,\"h\":\"434d553b94a81064f2abb38586b7319c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Hash\\/ChunkHash.php\":{\"d\":1535620881,\"h\":\"31d493b2e4175c5964bb6f4da4e8cce2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Hash\\/ChunkHashInterface.php\":{\"d\":1535620881,\"h\":\"d5e3f4e9cd7cdbccab266444d4a46b9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Hash\\/TreeHash.php\":{\"d\":1535620881,\"h\":\"e876a9bd16c09bb5f6116b3a05ea4da2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Hash\\/HashUtils.php\":{\"d\":1535620881,\"h\":\"195b3c61ae75615f25a79b04a7ad5090\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Signature\\/SignatureListener.php\":{\"d\":1535620881,\"h\":\"ea59c6544367b58bc8c7026507cba813\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Signature\\/EndpointSignatureInterface.php\":{\"d\":1535620881,\"h\":\"49198ab55607a67bb4fbd942d3d8db2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Signature\\/SignatureV3Https.php\":{\"d\":1535620881,\"h\":\"2ee7fe57e0e3e76be633e6094e89b9fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Signature\\/AbstractSignature.php\":{\"d\":1535620881,\"h\":\"66bd700361a97f1f669b225f6c0e20b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Signature\\/SignatureInterface.php\":{\"d\":1535620881,\"h\":\"e05714bb1ddd85ff922bc5182d97019d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Signature\\/SignatureV2.php\":{\"d\":1535620881,\"h\":\"2208c5cb329130578b52ad9cd1c75aa8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Signature\\/SignatureV4.php\":{\"d\":1535620881,\"h\":\"e4ce3f0d0ec24c17befe08a3de950eb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Model\\/MultipartUpload\\/UploadIdInterface.php\":{\"d\":1535620881,\"h\":\"2705f41724fc5e736c802e323bdc0a2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Model\\/MultipartUpload\\/AbstractTransfer.php\":{\"d\":1535620881,\"h\":\"f00f833de3a6694a7758a79042cb2b8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Model\\/MultipartUpload\\/TransferStateInterface.php\":{\"d\":1535620881,\"h\":\"7a52b1befbad56b3362315f92e0f31b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Model\\/MultipartUpload\\/AbstractTransferState.php\":{\"d\":1535620881,\"h\":\"f4391e22c27455420d9c85cbca4754e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Model\\/MultipartUpload\\/AbstractUploadPart.php\":{\"d\":1535620881,\"h\":\"5c5bbfb146b5297ff733b7ebb61cd106\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Model\\/MultipartUpload\\/UploadPartInterface.php\":{\"d\":1535620881,\"h\":\"13ae3e96adc690d71bdfde1bdf01c7f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Model\\/MultipartUpload\\/AbstractUploadId.php\":{\"d\":1535620881,\"h\":\"987faac50f83d46f2097737dc40052ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Model\\/MultipartUpload\\/AbstractUploadBuilder.php\":{\"d\":1535620881,\"h\":\"3e903d08159840e4d05865fedf651ce9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Model\\/MultipartUpload\\/TransferInterface.php\":{\"d\":1535620881,\"h\":\"94130e826c600d19e974e269ee71065a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Credentials\\/AbstractCredentialsDecorator.php\":{\"d\":1535620881,\"h\":\"bce6a394352ce1162ed5d5a814a921e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Credentials\\/NullCredentials.php\":{\"d\":1535620881,\"h\":\"a72c382e6050484406ff0813d6879c4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Credentials\\/CredentialsInterface.php\":{\"d\":1535620881,\"h\":\"93e9ebe9c22c382ea50b36951b978583\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Credentials\\/Credentials.php\":{\"d\":1535620881,\"h\":\"dc038b73d9ca995536bc03e80b615a4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Credentials\\/RefreshableInstanceProfileCredentials.php\":{\"d\":1535620881,\"h\":\"d1a055b46efc21e46ccc4ca731ffe7ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Credentials\\/CacheableCredentials.php\":{\"d\":1535620881,\"h\":\"3b6c2d61dbacea5a25d8e8477cf1d2c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Credentials\\/AbstractRefreshableCredentials.php\":{\"d\":1535620881,\"h\":\"6b235c74969a4c6808d7cff23bc93df7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Facade\\/facade-classes.php\":{\"d\":1535620881,\"h\":\"647dc54366ac80fdd73d0e46f2630825\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Facade\\/Facade.php\":{\"d\":1535620881,\"h\":\"f8a253224eb4a6f4abe4527a37f2eac4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Facade\\/FacadeInterface.php\":{\"d\":1535620881,\"h\":\"479b48d336d86daacb778986f882fc3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/RulesEndpointProvider.php\":{\"d\":1535620881,\"h\":\"1abbf7a0889213cc6d3d6a69cf5a4f57\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Enum.php\":{\"d\":1535620881,\"h\":\"6006719ac2eecfb5183d776634f2b2a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Aws.php\":{\"d\":1535620881,\"h\":\"b9ad6d1f241e766cd73761ec985843d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/HostNameUtils.php\":{\"d\":1535620881,\"h\":\"ad3a7318c1be08a0b3d71caf6e62e395\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/NOTICE.md\":{\"d\":1535620881,\"h\":\"1cfe4eba1519b5c323896290f9fb8264\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/composer.json\":{\"d\":1535620881,\"h\":\"d3cbab7000efb8bd253420759d965b11\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/LICENSE.md\":{\"d\":1535620881,\"h\":\"4a1986582bd12f9aea2aec46b81e0413\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/Psr\\/Log\\/Test\\/LoggerInterfaceTest.php\":{\"d\":1535620881,\"h\":\"660a7ddd367dbf434c5ec6e463149d42\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/Psr\\/Log\\/LoggerInterface.php\":{\"d\":1535620881,\"h\":\"1ae09682227159416a299d0ea940d34e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/Psr\\/Log\\/LoggerAwareTrait.php\":{\"d\":1535620881,\"h\":\"221f47ac7d3da4800d2c0e26cdfb351b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/Psr\\/Log\\/LoggerAwareInterface.php\":{\"d\":1535620881,\"h\":\"cfac6d4dc3ebf2c7f0e49f74d1bcd44a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/Psr\\/Log\\/AbstractLogger.php\":{\"d\":1535620881,\"h\":\"26eb607e5318188016615326bd89a9be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/Psr\\/Log\\/NullLogger.php\":{\"d\":1535620881,\"h\":\"d66f51c1fc729b09e54fd8821c7dfe46\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/Psr\\/Log\\/InvalidArgumentException.php\":{\"d\":1535620881,\"h\":\"7d2f0bd1583524d739fff12f0507de65\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/Psr\\/Log\\/LoggerTrait.php\":{\"d\":1535620881,\"h\":\"d1152080b1b7a8812f6a3023b63f0fc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/Psr\\/Log\\/LogLevel.php\":{\"d\":1535620881,\"h\":\"cc226142fd5d390d030b39c61cf97843\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/composer.json\":{\"d\":1535620881,\"h\":\"6e872afc69e782d4a56d2d7094bb24b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/README.md\":{\"d\":1535620881,\"h\":\"144a71a4e1f9c67ac79751acc37614c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/LICENSE\":{\"d\":1535620881,\"h\":\"1a74629072fd794937be394ab689327e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Inflection\\/composer.json\":{\"d\":1535620881,\"h\":\"2ebd37b7a54e3fbb67b00c4b7f0d7d5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Inflection\\/InflectorInterface.php\":{\"d\":1535620881,\"h\":\"a575fde89bf5331c554754e83eb82dd0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Inflection\\/MemoizingInflector.php\":{\"d\":1535620881,\"h\":\"990be5be097a292ed84e3ce5515754ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Inflection\\/Inflector.php\":{\"d\":1535620881,\"h\":\"af099fa9a6f19542cd50dc4b9e53c630\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Inflection\\/PreComputedInflector.php\":{\"d\":1535620881,\"h\":\"9f2b03877e501cfefe8f1ef2f616c133\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/Header\\/Link.php\":{\"d\":1535620881,\"h\":\"b65c1fa22f1f80185d6443488c6f2db2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/Header\\/HeaderInterface.php\":{\"d\":1535620881,\"h\":\"57719abc7b9e3a8c7c65b826a69a4df9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/Header\\/HeaderCollection.php\":{\"d\":1535620881,\"h\":\"ca52d21c4730c5086e0a14af790a1b68\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/Header\\/CacheControl.php\":{\"d\":1535620881,\"h\":\"f5025f2ec81740068b61c37014b20c94\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/Header\\/HeaderFactory.php\":{\"d\":1535620881,\"h\":\"5a039da3a9ae34fbdba128ca675ba6e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/Header\\/HeaderFactoryInterface.php\":{\"d\":1535620881,\"h\":\"e82845c9bf276a9a2b012e54927dd6c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/EntityEnclosingRequest.php\":{\"d\":1535620881,\"h\":\"5bea48d8dea5d8e430da038c69cbd335\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/EntityEnclosingRequestInterface.php\":{\"d\":1535620881,\"h\":\"74189c9d4edcd2f6dbc04a53c538a8ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/PostFileInterface.php\":{\"d\":1535620881,\"h\":\"20adf5af26e9cabe000e9222fbaa64cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/RequestFactory.php\":{\"d\":1535620881,\"h\":\"103b8f37ac3a87afc7908f590ac7cd2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/RequestFactoryInterface.php\":{\"d\":1535620881,\"h\":\"076e8c936861a6aaf2e2a2772ac6158b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/Request.php\":{\"d\":1535620881,\"h\":\"1c8bb01dec07c3a6592d5bca7e208ead\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/RequestInterface.php\":{\"d\":1535620881,\"h\":\"e643c7a168461ff20fad2e83b8b94960\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/Header.php\":{\"d\":1535620881,\"h\":\"a1e0ae834c7a2ab486ed05b9c542db67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/PostFile.php\":{\"d\":1535620881,\"h\":\"7dfb1139d6f59e8cd91203d8f66d5ad9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/AbstractMessage.php\":{\"d\":1535620881,\"h\":\"b6b1aa0e6f9e5392b4164f17a504198a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/Response.php\":{\"d\":1535620881,\"h\":\"6cc91809942792439b1d95d9bdd2e404\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/MessageInterface.php\":{\"d\":1535620881,\"h\":\"b2806bc032b6960b6251b82dd23f61fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/QueryAggregator\\/QueryAggregatorInterface.php\":{\"d\":1535620881,\"h\":\"0bad1c6e1af16c2d634e58e5cb272a37\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/QueryAggregator\\/CommaAggregator.php\":{\"d\":1535620881,\"h\":\"67ceee8d6a476d2a66594512aaa85c54\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/QueryAggregator\\/DuplicateAggregator.php\":{\"d\":1535620881,\"h\":\"065d2f19bf0670cbe63d7d7164093b9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/QueryAggregator\\/PhpAggregator.php\":{\"d\":1535620881,\"h\":\"819504c086b326dbe1ea261c1d94344b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Curl\\/CurlMultiInterface.php\":{\"d\":1535620881,\"h\":\"ba75ac02d77e97f76938e59e34596b43\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Curl\\/CurlHandle.php\":{\"d\":1535620881,\"h\":\"4c806cf712385f36242d0948c4f78567\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Curl\\/RequestMediator.php\":{\"d\":1535620881,\"h\":\"0d01e2e18ff502516c5724a995140cd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Curl\\/CurlMultiProxy.php\":{\"d\":1535620881,\"h\":\"e6da8aaf1649bc5f960dca7457fb3089\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Curl\\/CurlVersion.php\":{\"d\":1535620881,\"h\":\"7857dd20077df5870f74975d2d85e89f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Curl\\/CurlMulti.php\":{\"d\":1535620881,\"h\":\"25d711e11d0278715abd6c5aee3c3f73\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Exception\\/ClientErrorResponseException.php\":{\"d\":1535620881,\"h\":\"13cab04cce406a1b0afcfea86ef7031c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Exception\\/TooManyRedirectsException.php\":{\"d\":1535620881,\"h\":\"9c530bbf82d46c8014ede984fbc308e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Exception\\/MultiTransferException.php\":{\"d\":1535620881,\"h\":\"72967b8cba5f64f9e05dd8a3a609546f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Exception\\/CouldNotRewindStreamException.php\":{\"d\":1535620881,\"h\":\"08075c1d0711249e1f0674d86b57d2ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Exception\\/BadResponseException.php\":{\"d\":1535620881,\"h\":\"2e358b13ef147dd6b226366a28860c7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Exception\\/RequestException.php\":{\"d\":1535620881,\"h\":\"e5f816167d92abea64ee09a5be87fe94\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Exception\\/ServerErrorResponseException.php\":{\"d\":1535620881,\"h\":\"fe2621a64b89853c555a97ceffca9b08\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Exception\\/CurlException.php\":{\"d\":1535620881,\"h\":\"d42f19fc1b034f410149e6ce97d5c750\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Exception\\/HttpException.php\":{\"d\":1535620881,\"h\":\"f78259ea006cf165d4848a312c827d0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Resources\\/cacert.pem\":{\"d\":1535620881,\"h\":\"6c81b1339b320190689e4c2d594ca67f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Client.php\":{\"d\":1535620881,\"h\":\"c02ddc03250535769146a8ba0b00152a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Url.php\":{\"d\":1535620881,\"h\":\"6b4e8d632aacc926a5c762ffd48f3946\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/composer.json\":{\"d\":1535620881,\"h\":\"9e13978742e75d6ae0f7f6614743638c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/EntityBodyInterface.php\":{\"d\":1535620881,\"h\":\"c6942f8b5cef9fa3fb6d5b7e7f718a29\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/CachingEntityBody.php\":{\"d\":1535620881,\"h\":\"55c80a146676519d5f78259b8763c4fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/IoEmittingEntityBody.php\":{\"d\":1535620881,\"h\":\"af444084e0f6f7b83c2813db7848196d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/RedirectPlugin.php\":{\"d\":1535620881,\"h\":\"f432eb2c45f734e16cf943a941b5ba86\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/EntityBody.php\":{\"d\":1535620881,\"h\":\"5e7d97a7d64e019859b9737d8d37a2d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/AbstractEntityBodyDecorator.php\":{\"d\":1535620881,\"h\":\"36d4a68be72393686cdc9e9173adbfd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/ReadLimitEntityBody.php\":{\"d\":1535620881,\"h\":\"732c738571d49fd400dfad96e5623fc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/QueryString.php\":{\"d\":1535620881,\"h\":\"a474b7e9546e4aefcd78c0ea78e59fd9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/ClientInterface.php\":{\"d\":1535620881,\"h\":\"406c37f60933c0eb3b359cf8739fca53\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Mimetypes.php\":{\"d\":1535620881,\"h\":\"296f3caa16598a0262fcc05cde66cbe4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/StaticClient.php\":{\"d\":1535620881,\"h\":\"84309c875fef96b4e773373d49e6c79a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/ErrorResponse\\/Exception\\/ErrorResponseException.php\":{\"d\":1535620881,\"h\":\"f41fd239940b8a9743175aa7fcb667b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/ErrorResponse\\/ErrorResponsePlugin.php\":{\"d\":1535620881,\"h\":\"45bfc917117a7bf3383b6aa4c91a61d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/ErrorResponse\\/composer.json\":{\"d\":1535620881,\"h\":\"249d31fa1f79ff526db204d0d5d471ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/ErrorResponse\\/ErrorResponseExceptionInterface.php\":{\"d\":1535620881,\"h\":\"e5139e14a9ce13f3263366a33d672d0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Oauth\\/composer.json\":{\"d\":1535620881,\"h\":\"ae1e00ae9c81ac6f9ed6acc4bc712a1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Oauth\\/OauthPlugin.php\":{\"d\":1535620881,\"h\":\"5fab9b6d4196420d914d872546f951e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/History\\/HistoryPlugin.php\":{\"d\":1535620881,\"h\":\"a96548ca730dc3c30f4fd55269ab9366\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/History\\/composer.json\":{\"d\":1535620881,\"h\":\"ae1b3721cd2c338d23d724328f8bb660\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Mock\\/MockPlugin.php\":{\"d\":1535620881,\"h\":\"7ebcfc53353ebe2c6f562ecfa16c65cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Mock\\/composer.json\":{\"d\":1535620881,\"h\":\"026896d99e178b39faa2ffa1e8cd6cff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Md5\\/Md5ValidatorPlugin.php\":{\"d\":1535620881,\"h\":\"10de21872b9a766dd9b7c6deb27ce7e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Md5\\/composer.json\":{\"d\":1535620881,\"h\":\"6ad90b0c9b60d4cc6e9a68edfb590d60\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Md5\\/CommandContentMd5Plugin.php\":{\"d\":1535620881,\"h\":\"fceaf6b488b364494a019a3edeea5ca7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/CurlAuth\\/composer.json\":{\"d\":1535620881,\"h\":\"8e37c2df0628bf5d2f814933e017e722\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/CurlAuth\\/CurlAuthPlugin.php\":{\"d\":1535620881,\"h\":\"358c6af63ea1143f7ec0d05b2dc87b9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Log\\/LogPlugin.php\":{\"d\":1535620881,\"h\":\"edd07bde284119ac2c64a1fbe031fe42\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Log\\/composer.json\":{\"d\":1535620881,\"h\":\"e99c07f536491f30241436c8f3be6dd4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/ExponentialBackoffStrategy.php\":{\"d\":1535620881,\"h\":\"9c199d621974ad2c70c437629d54fdb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/CallbackBackoffStrategy.php\":{\"d\":1535620881,\"h\":\"0a2fe568fe891ef304aeff3ef105e6d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/BackoffPlugin.php\":{\"d\":1535620881,\"h\":\"ad52ca528590cd94259c1892a8a9b6fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/AbstractErrorCodeBackoffStrategy.php\":{\"d\":1535620881,\"h\":\"5308b4c3bfa331b1feec2e886bf1e38d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/composer.json\":{\"d\":1535620881,\"h\":\"247b1492c94122205f0b4bd41cf182ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/AbstractBackoffStrategy.php\":{\"d\":1535620881,\"h\":\"07ee263d5fe87295e8d5ecf532b4e6c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/ReasonPhraseBackoffStrategy.php\":{\"d\":1535620881,\"h\":\"0245fa4a73cd4071b14e0595423e0430\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/ConstantBackoffStrategy.php\":{\"d\":1535620881,\"h\":\"38485d972e1fcc876e22d092dfde7f39\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/HttpBackoffStrategy.php\":{\"d\":1535620881,\"h\":\"4443aff69969039d756e3580b1353067\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/BackoffLogger.php\":{\"d\":1535620881,\"h\":\"2e9be2da8552ebc96075444c48b950a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/LinearBackoffStrategy.php\":{\"d\":1535620881,\"h\":\"f91a338afaa2d8c55d5e00ce739e1f6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/CurlBackoffStrategy.php\":{\"d\":1535620881,\"h\":\"7a00f8bdddbd441eed9268c4bb250399\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/BackoffStrategyInterface.php\":{\"d\":1535620881,\"h\":\"d335f9d4bd310ef8389e2ff27c6f8f2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/TruncatedBackoffStrategy.php\":{\"d\":1535620881,\"h\":\"86af5b5166fff87b89c24214cb399841\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cookie\\/CookieJar\\/FileCookieJar.php\":{\"d\":1535620881,\"h\":\"c02f91c6d1d63e21b9bf1da54c47dee0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cookie\\/CookieJar\\/ArrayCookieJar.php\":{\"d\":1535620881,\"h\":\"ab8c990c67f2943b17c3351f4a4463cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cookie\\/CookieJar\\/CookieJarInterface.php\":{\"d\":1535620881,\"h\":\"27581b77c7c53c684a4c98041dda8f14\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cookie\\/Exception\\/InvalidCookieException.php\":{\"d\":1535620881,\"h\":\"d4ecb86a7aa26d8016234992720a79d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cookie\\/Cookie.php\":{\"d\":1535620881,\"h\":\"9df7a6a80e3261433fca1ed10d66716e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cookie\\/composer.json\":{\"d\":1535620881,\"h\":\"4d6750ac79b688522515923a50ce0d61\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cookie\\/CookiePlugin.php\":{\"d\":1535620881,\"h\":\"5b742edeb19bc6b3eb7590da7538ba7b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Async\\/composer.json\":{\"d\":1535620881,\"h\":\"15dbadaebcbe675a5dcd8369374e571b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Async\\/AsyncPlugin.php\":{\"d\":1535620881,\"h\":\"12ec1382a5c2c4d2c76bca740610fcf9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/CallbackCanCacheStrategy.php\":{\"d\":1535620881,\"h\":\"262f7b68f93486affbcc78e8eb850b32\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/DefaultCacheKeyProvider.php\":{\"d\":1535620881,\"h\":\"1e89b5a4015f65e399a9cdae2bc2f205\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/CanCacheStrategyInterface.php\":{\"d\":1535620881,\"h\":\"739959b1f128d105e3587788d6cb4b37\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/CacheStorageInterface.php\":{\"d\":1535620881,\"h\":\"d65ee0463cb9a70b29e4d2bfd59c146c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/composer.json\":{\"d\":1535620881,\"h\":\"6ca72a338645c03e11e8c713f999ab0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/RevalidationInterface.php\":{\"d\":1535620881,\"h\":\"29ffe4f945e9e554514675e9b7e8dec0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/CacheKeyProviderInterface.php\":{\"d\":1535620881,\"h\":\"b3615e71ca2d35d1455a4399cdc95241\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/DefaultRevalidation.php\":{\"d\":1535620881,\"h\":\"d0e2a9a9806ddafe5079ac53dcd7e105\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/DenyRevalidation.php\":{\"d\":1535620881,\"h\":\"0fd0df77357918d89dd1ef77a25d6267\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/CachePlugin.php\":{\"d\":1535620881,\"h\":\"3b10308c4b3d8732f26740b2cd8dc0ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/DefaultCacheStorage.php\":{\"d\":1535620881,\"h\":\"15afd0707ee4945c94d727f061636c92\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/SkipRevalidation.php\":{\"d\":1535620881,\"h\":\"b311c417b3f64d396190e2279bc9ccf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/DefaultCanCacheStrategy.php\":{\"d\":1535620881,\"h\":\"72dc9cba472369e097053dc3b62fa83c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/composer.json\":{\"d\":1535620881,\"h\":\"729b0b3afb7b1779695128622ad1e0e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Stream\\/StreamInterface.php\":{\"d\":1535620881,\"h\":\"01dd322c8ff8414eff7ff8eb53bc145b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Stream\\/StreamRequestFactoryInterface.php\":{\"d\":1535620881,\"h\":\"76c22d99485818b7aed4c1482f30448b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Stream\\/composer.json\":{\"d\":1535620881,\"h\":\"e773223b0e4b39cbf8f1a1bb2cfa3e73\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Stream\\/Stream.php\":{\"d\":1535620881,\"h\":\"311e8493890019950621c186e5c507ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Stream\\/PhpStreamRequestFactory.php\":{\"d\":1535620881,\"h\":\"57ae56a8abd1904651a2239ad4829242\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/Exception\\/BatchTransferException.php\":{\"d\":1535620881,\"h\":\"3f8eb4b34fe7eb242b647a00acc60f00\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/NotifyingBatch.php\":{\"d\":1535620881,\"h\":\"b7d39171fc686a2124b93a85954542a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/BatchSizeDivisor.php\":{\"d\":1535620881,\"h\":\"282368575f4576cb5b8e323921fbce7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/composer.json\":{\"d\":1535620881,\"h\":\"5677501d33c91f5069d45f4447754303\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/FlushingBatch.php\":{\"d\":1535620881,\"h\":\"0a176cd0d3c37fd6d3c3edd32973ee63\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/BatchBuilder.php\":{\"d\":1535620881,\"h\":\"0658d8456d338b2b4f5e5bd12875af1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/Batch.php\":{\"d\":1535620881,\"h\":\"b780b6cafbfefc90e32ca531e1406239\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/BatchCommandTransfer.php\":{\"d\":1535620881,\"h\":\"7129a1584dd4ad7f92d56040124676c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/AbstractBatchDecorator.php\":{\"d\":1535620881,\"h\":\"b9f1ce19f113f4d5b5886b04219b26c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/BatchClosureDivisor.php\":{\"d\":1535620881,\"h\":\"be8e54078d5dcc5e5089006b0399096e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/BatchTransferInterface.php\":{\"d\":1535620881,\"h\":\"c92e98244535738d7b8c8304076da4ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/BatchRequestTransfer.php\":{\"d\":1535620881,\"h\":\"9671e493d9d3a8271de4e2c3d8d33d5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/ExceptionBufferingBatch.php\":{\"d\":1535620881,\"h\":\"172ecdb412b2116f8cfc43632aed5971\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/BatchInterface.php\":{\"d\":1535620881,\"h\":\"bdf900e6c7038e23ede1ee25cafa05bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/BatchDivisorInterface.php\":{\"d\":1535620881,\"h\":\"9b1460f23f32fc4beee434f7ad1de674\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/BatchClosureTransfer.php\":{\"d\":1535620881,\"h\":\"43125673b59879626fb833603e6a23d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/HistoryBatch.php\":{\"d\":1535620881,\"h\":\"62cabc0fe63acc14fb8bf2e551b6f673\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/Message\\/AbstractMessageParser.php\":{\"d\":1535620881,\"h\":\"d2dab239632534f4966b284135abe69c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/Message\\/PeclHttpMessageParser.php\":{\"d\":1535620881,\"h\":\"dbe4987f6c937c04a93161531fc38938\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/Message\\/MessageParserInterface.php\":{\"d\":1535620881,\"h\":\"1d3f9753d1186f001acc71f2b383e139\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/Message\\/MessageParser.php\":{\"d\":1535620881,\"h\":\"812cb8b999f214ec4f2f9fddb7c6c229\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/Cookie\\/CookieParser.php\":{\"d\":1535620881,\"h\":\"7e0fbc7015dc5f80d01a4772209b345d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/Cookie\\/CookieParserInterface.php\":{\"d\":1535620881,\"h\":\"98ef9046ca0ce771cd9a7cf823b76c66\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/Url\\/UrlParser.php\":{\"d\":1535620881,\"h\":\"65660d68ad322bba1a1131c2c2d48c28\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/Url\\/UrlParserInterface.php\":{\"d\":1535620881,\"h\":\"b4d8c4cb8ca13a5ac8f3dbe3e4f7f42d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/UriTemplate\\/UriTemplate.php\":{\"d\":1535620881,\"h\":\"b8c59a215eb0bfabdbb42b1fb9e74542\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/UriTemplate\\/PeclUriTemplate.php\":{\"d\":1535620881,\"h\":\"8bc54f20bbdf7159edf75973efbd6999\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/UriTemplate\\/UriTemplateInterface.php\":{\"d\":1535620881,\"h\":\"1920e2818088ba2acebdf36a44fb58bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/composer.json\":{\"d\":1535620881,\"h\":\"ed621332894127ad8b25e66b96b9af18\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/ParserRegistry.php\":{\"d\":1535620881,\"h\":\"a538b157111059ac6cdee20699400aee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/Exception\\/RuntimeException.php\":{\"d\":1535620881,\"h\":\"505f3a2971d80715a8601f7bb8139023\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/Exception\\/ExceptionCollection.php\":{\"d\":1535620881,\"h\":\"20376f2d9d97ca269c68c907cb523d8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/Exception\\/InvalidArgumentException.php\":{\"d\":1535620881,\"h\":\"e176a3bfbc46ad0bcf8cc53a70ad2660\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/Exception\\/GuzzleException.php\":{\"d\":1535620881,\"h\":\"a59974564cb5886db0906d38622d7b65\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/Exception\\/BadMethodCallException.php\":{\"d\":1535620881,\"h\":\"98140817d5204df2df8c758eb52e3ca2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/Exception\\/UnexpectedValueException.php\":{\"d\":1535620881,\"h\":\"2182332c538ad9279f1cb31ebf8cec90\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/AbstractHasDispatcher.php\":{\"d\":1535620881,\"h\":\"4e0c67da62cd3cbe82b167f1855bff8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/ToArrayInterface.php\":{\"d\":1535620881,\"h\":\"5466584f27e38712cd08d8e6309b8e78\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/Event.php\":{\"d\":1535620881,\"h\":\"d239258d838e0928c2b211ab9f0f0bad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/Version.php\":{\"d\":1535620881,\"h\":\"009fed1435a5a5b13b5af957b7a69597\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/composer.json\":{\"d\":1535620881,\"h\":\"7f5f1e00aedc790bd43eb7d465b76715\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/HasDispatcherInterface.php\":{\"d\":1535620881,\"h\":\"efdba8306b7e0c6c04a23c4a3495e9bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/Collection.php\":{\"d\":1535620881,\"h\":\"bdf612b12448bab74c6a90dbdb20095b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/FromConfigInterface.php\":{\"d\":1535620881,\"h\":\"a23e030b62590950884856109219c7f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/Zf2LogAdapter.php\":{\"d\":1535620881,\"h\":\"150ac5b6d1597041896ba262f8df8930\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/AbstractLogAdapter.php\":{\"d\":1535620881,\"h\":\"8125cc1372285a9132d96a76ff87dbbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/LogAdapterInterface.php\":{\"d\":1535620881,\"h\":\"67ea49d97a88cf2e46f7563abc2504a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/composer.json\":{\"d\":1535620881,\"h\":\"51ea202ff97920d01c0e536b50d33515\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/MessageFormatter.php\":{\"d\":1535620881,\"h\":\"c9544d2a631334bfd77f452d270ea761\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/PsrLogAdapter.php\":{\"d\":1535620881,\"h\":\"55b4beb10ccf08e3a6041a2b404431ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/ClosureLogAdapter.php\":{\"d\":1535620881,\"h\":\"d5798485461e5f0057f2d41e8e37cf88\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/ArrayLogAdapter.php\":{\"d\":1535620881,\"h\":\"7cd65cd88fcdb68f6a682fdf34b4a8ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/Zf1LogAdapter.php\":{\"d\":1535620881,\"h\":\"baf4ad91fbc41481bc565f6b0079c4b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/MonologLogAdapter.php\":{\"d\":1535620881,\"h\":\"b3a1fb9dcd4905c17046eadfb79b6fae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Iterator\\/ChunkedIterator.php\":{\"d\":1535620881,\"h\":\"8cdd7e82a00b9a01136a8f056db18f64\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Iterator\\/MethodProxyIterator.php\":{\"d\":1535620881,\"h\":\"4518ead4f857bd9721b1226068f7eb32\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Iterator\\/composer.json\":{\"d\":1535620881,\"h\":\"edae4ef059a3b966ea2d26d017c17db1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Iterator\\/MapIterator.php\":{\"d\":1535620881,\"h\":\"7d28a4b22f442e13b6874f55746b28e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Iterator\\/README.md\":{\"d\":1535620881,\"h\":\"0df50abbcb591eaebb9781298c58e60f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Iterator\\/FilterIterator.php\":{\"d\":1535620881,\"h\":\"ed7e0d5590d718f246627b7f6949cba6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Iterator\\/AppendIterator.php\":{\"d\":1535620881,\"h\":\"d17ed123efb05b686f44c2eed7d3c4fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Cache\\/Zf1CacheAdapter.php\":{\"d\":1535620881,\"h\":\"8ff8cf2a495cf9569eb5f83a721464f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Cache\\/composer.json\":{\"d\":1535620881,\"h\":\"3d5ea7aba55fca0046d318ad37beb853\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Cache\\/CacheAdapterFactory.php\":{\"d\":1535620881,\"h\":\"f3431ddaa54b2a5ac8f9fe7c3402749e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Cache\\/CacheAdapterInterface.php\":{\"d\":1535620881,\"h\":\"0c6a26170379b4c3f42240a1747f51d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Cache\\/AbstractCacheAdapter.php\":{\"d\":1535620881,\"h\":\"d299bf5b6503b485390d54a6fe9894e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Cache\\/DoctrineCacheAdapter.php\":{\"d\":1535620881,\"h\":\"7d52c1448ac5136ac6bbad649e4088d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Cache\\/NullCacheAdapter.php\":{\"d\":1535620881,\"h\":\"731789c642be2ecc518aef6f576b475f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Cache\\/Zf2CacheAdapter.php\":{\"d\":1535620881,\"h\":\"5b26ea450db552ff04cb333743c0672c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Cache\\/ClosureCacheAdapter.php\":{\"d\":1535620881,\"h\":\"617c0958c5a41811443553755bd57e85\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Response\\/BodyVisitor.php\":{\"d\":1535620881,\"h\":\"dcd7319c0c8ecda98d2333f895a601bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Response\\/XmlVisitor.php\":{\"d\":1535620881,\"h\":\"f32f97228357fb2e72bb609d821b7844\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Response\\/AbstractResponseVisitor.php\":{\"d\":1535620881,\"h\":\"4bc3f2edf4afc88584b17ba247dfad13\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Response\\/ResponseVisitorInterface.php\":{\"d\":1535620881,\"h\":\"18232989140f5e739150f08224fed604\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Response\\/HeaderVisitor.php\":{\"d\":1535620881,\"h\":\"43324f3f88ba9d90d44c4a2e15220204\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Response\\/JsonVisitor.php\":{\"d\":1535620881,\"h\":\"c6ab595cd3a437e9b4694910d18755fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Response\\/StatusCodeVisitor.php\":{\"d\":1535620881,\"h\":\"f53e7b4f7fe03cdc85eb1ef162ef31d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Response\\/ReasonPhraseVisitor.php\":{\"d\":1535620881,\"h\":\"0a41ebce6a4a6d3803575e49c09cbc4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/BodyVisitor.php\":{\"d\":1535620881,\"h\":\"f1cf1712a0f418f7886d83e21c595179\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/XmlVisitor.php\":{\"d\":1535620881,\"h\":\"555578334a9d6508e91cc1e29d299926\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/HeaderVisitor.php\":{\"d\":1535620881,\"h\":\"226cd1bca529a8264c7b36de67c1e047\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/AbstractRequestVisitor.php\":{\"d\":1535620881,\"h\":\"45216644e104e45d7292d14ba0bbd49a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/JsonVisitor.php\":{\"d\":1535620881,\"h\":\"19ea9ecc74adb93e653de7bbd21d0238\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/RequestVisitorInterface.php\":{\"d\":1535620881,\"h\":\"5d442ef6170bfa2c9758a0e665f580fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/QueryVisitor.php\":{\"d\":1535620881,\"h\":\"6a1d4a491cb910600dc74cf2f3fc7796\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/PostFieldVisitor.php\":{\"d\":1535620881,\"h\":\"09063aa2cdd5c2674a1dc0dfc48fa9dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/ResponseBodyVisitor.php\":{\"d\":1535620881,\"h\":\"fa1a16f74a8940b84d992fad65a65f4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/PostFileVisitor.php\":{\"d\":1535620881,\"h\":\"971b1625f46b1e37dbbbadeb2bffa4e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/VisitorFlyweight.php\":{\"d\":1535620881,\"h\":\"3732e718ba63b6f12cf959e413abf4cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/Factory\\/FactoryInterface.php\":{\"d\":1535620881,\"h\":\"8fcc60e2f072c8db3f827d5cbd12bb0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/Factory\\/AliasFactory.php\":{\"d\":1535620881,\"h\":\"8aa51c0d9fa6f5935551476a44355f3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/Factory\\/MapFactory.php\":{\"d\":1535620881,\"h\":\"4445d257270bfa8582e3e3c81c9826f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/Factory\\/ConcreteClassFactory.php\":{\"d\":1535620881,\"h\":\"e7016e0a7a21bde0fd77843e04063c54\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/Factory\\/CompositeFactory.php\":{\"d\":1535620881,\"h\":\"dd2d5cbc41ef6251021ff72a19774444\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/Factory\\/ServiceDescriptionFactory.php\":{\"d\":1535620881,\"h\":\"9968506d9ec070b60f01194333e65688\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/ResponseClassInterface.php\":{\"d\":1535620881,\"h\":\"708c7975642393f9ce81c153e52435e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/CreateResponseClassEvent.php\":{\"d\":1535620881,\"h\":\"e433e97f9b6e2ef5f36e50170b683db2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/RequestSerializerInterface.php\":{\"d\":1535620881,\"h\":\"2708244364227d07a2d7f0a17c6ba340\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/ResponseParserInterface.php\":{\"d\":1535620881,\"h\":\"a91578d74ece771f799b5b82cfcf0e38\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/OperationResponseParser.php\":{\"d\":1535620881,\"h\":\"bbeeaf651605a494a97315e221f5eb1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/OperationCommand.php\":{\"d\":1535620881,\"h\":\"e8534f362daa12372303e568fbfee50d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/ClosureCommand.php\":{\"d\":1535620881,\"h\":\"3876307ef98207db9cdfada1fd8f5224\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/CommandInterface.php\":{\"d\":1535620881,\"h\":\"8b4f4127ba39a0272b3bf9e5a7976178\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/DefaultResponseParser.php\":{\"d\":1535620881,\"h\":\"8f4fa4c0fe016ab06a62897758133303\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/AbstractCommand.php\":{\"d\":1535620881,\"h\":\"5eabfb0603f0deaaf9bfb17ab9297e63\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/DefaultRequestSerializer.php\":{\"d\":1535620881,\"h\":\"7029bf945d7af2ecd2058baa6afc0182\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Exception\\/ServiceBuilderException.php\":{\"d\":1535620881,\"h\":\"2c8628b6030bd4f65ee719f54e34edb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Exception\\/DescriptionBuilderException.php\":{\"d\":1535620881,\"h\":\"ebc20f875e94bc177b8bf8f5fd6f713e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Exception\\/CommandException.php\":{\"d\":1535620881,\"h\":\"1df1bdac1d58ec3a347471966e68df6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Exception\\/ResponseClassException.php\":{\"d\":1535620881,\"h\":\"f92469d44de7724961a887bb26a6f923\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Exception\\/InconsistentClientTransferException.php\":{\"d\":1535620881,\"h\":\"34277f53685d0b8f38ca42e7f73f3df7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Exception\\/ValidationException.php\":{\"d\":1535620881,\"h\":\"e86b42ed471ce9aec762773e21c42b0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Exception\\/CommandTransferException.php\":{\"d\":1535620881,\"h\":\"9edcea572ed2dc682e430c5e0b64c310\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Exception\\/ServiceNotFoundException.php\":{\"d\":1535620881,\"h\":\"2c26c9658cd335f803eb6a84c69b5220\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Resource\\/ResourceIteratorInterface.php\":{\"d\":1535620881,\"h\":\"ec6765b5d75fd264ace1d9ac04810a02\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Resource\\/ResourceIteratorApplyBatched.php\":{\"d\":1535620881,\"h\":\"ffbe2448991e37adb7d552458fe77e06\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Resource\\/Model.php\":{\"d\":1535620881,\"h\":\"09f2071e73ab1448f21b59f4dad3a82a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Resource\\/MapResourceIteratorFactory.php\":{\"d\":1535620881,\"h\":\"492689e6ae80219b1621cf542e22a290\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Resource\\/CompositeResourceIteratorFactory.php\":{\"d\":1535620881,\"h\":\"fdffbd0d70bdedfedd3ddcc3be6bdc0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Resource\\/ResourceIteratorClassFactory.php\":{\"d\":1535620881,\"h\":\"6c084e3659294bf6d32f52fa08ff1315\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Resource\\/ResourceIterator.php\":{\"d\":1535620881,\"h\":\"4262f6af3d1ff478e4cb1a53eee78605\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Resource\\/ResourceIteratorFactoryInterface.php\":{\"d\":1535620881,\"h\":\"671eb86847e86900bb2a5486ba220a7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Resource\\/AbstractResourceIteratorFactory.php\":{\"d\":1535620881,\"h\":\"e7c9f7f16fdef7cbf277266b1fb2b163\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Description\\/ValidatorInterface.php\":{\"d\":1535620881,\"h\":\"f2706a6daa8b81c9913e674706f85414\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Description\\/ServiceDescriptionInterface.php\":{\"d\":1535620881,\"h\":\"707691524755790d0966aec6f0fce3fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Description\\/ServiceDescription.php\":{\"d\":1535620881,\"h\":\"7bc23c91d8d2425b173232343bcd8e3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Description\\/ServiceDescriptionLoader.php\":{\"d\":1535620881,\"h\":\"e1a1221fc817313a6fc938eab0ecf163\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Description\\/SchemaFormatter.php\":{\"d\":1535620881,\"h\":\"ce530ca216be35c2bbbcf039e406f615\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Description\\/OperationInterface.php\":{\"d\":1535620881,\"h\":\"5963a5dfd9ac12fa445bae0c6e448b4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Description\\/SchemaValidator.php\":{\"d\":1535620881,\"h\":\"573919abbe50f2f31edaa026420bf3da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Description\\/Parameter.php\":{\"d\":1535620881,\"h\":\"fa42c4e46deabad710ed75b51a5540aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Description\\/Operation.php\":{\"d\":1535620881,\"h\":\"f282b7f04556cb1249a2a8c2257746d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Builder\\/ServiceBuilderInterface.php\":{\"d\":1535620881,\"h\":\"bc6520550afd05e5f27ee497ddc9b98a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Builder\\/ServiceBuilderLoader.php\":{\"d\":1535620881,\"h\":\"53a96413e4c1a2b37510ff004e6b6761\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Builder\\/ServiceBuilder.php\":{\"d\":1535620881,\"h\":\"f21d131c279c905c2fbabc0976eef4bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Client.php\":{\"d\":1535620881,\"h\":\"68cbfb7e8ca06778d823b07ddf7f75c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/ConfigLoaderInterface.php\":{\"d\":1535620881,\"h\":\"2be49f0609718d4c14b12bae53986d19\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/composer.json\":{\"d\":1535620881,\"h\":\"df5a3dcc4c39967c4352bdf9fd5fb092\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/AbstractConfigLoader.php\":{\"d\":1535620881,\"h\":\"fadda279693196ee2b060c08c690e85e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/ClientInterface.php\":{\"d\":1535620881,\"h\":\"69101c62bb0ff45a844b6864fc4cf45c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/CachingConfigLoader.php\":{\"d\":1535620881,\"h\":\"2c839f9e977f695311d62795940c640c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/UPGRADING.md\":{\"d\":1535620881,\"h\":\"7bc90286af211acd0d4844b15ad04cdd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/composer.json\":{\"d\":1535620881,\"h\":\"56796db55403f780192a2c9a62209db6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/phpunit.xml.dist\":{\"d\":1535620881,\"h\":\"980cc546283b629c8b6903164dfb61a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/CHANGELOG.md\":{\"d\":1535620881,\"h\":\"060fbef5db561fd84f93a8cfefa3b0e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/README.md\":{\"d\":1535620881,\"h\":\"3470df258d12bac088c7d10481fe3376\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/phar-stub.php\":{\"d\":1535620881,\"h\":\"f8f457e044a3154b5891e09fa6ff61ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/LICENSE\":{\"d\":1535620881,\"h\":\"42d32c6e1a3af5f1745593c9bec3f2b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/build.xml\":{\"d\":1535620881,\"h\":\"b956a9a94f7e60439e587d3b60da5996\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/OAuthDataStore.php\":{\"d\":1535620881,\"h\":\"fdf9abc01528fa49eed4d7f0fdc2c959\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/RsaSha1.php\":{\"d\":1535620881,\"h\":\"73b8a7fbb8d709d7b5f546f361ae3ed4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/Consumer.php\":{\"d\":1535620881,\"h\":\"05cefae7cd3cbfaf4d8357fcd0eaea7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/SignatureMethod.php\":{\"d\":1535620881,\"h\":\"177877f5a22bc13b6178a8f7186a747c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/Request.php\":{\"d\":1535620881,\"h\":\"6fe4a1f7583e3e4c5a34820ef3be5cf8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/OAuthServer.php\":{\"d\":1535620881,\"h\":\"d379703f6d7fdf7da5c7dffd80d0c9f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/HmacSha1.php\":{\"d\":1535620881,\"h\":\"e9f29e65eaaeb24935c5f0367b963455\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/Util.php\":{\"d\":1535620881,\"h\":\"80c27412adf13ecde45899d05121568b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/PlainText.php\":{\"d\":1535620881,\"h\":\"b8607c9bc7e132a1190bd36ab23fce33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/Token.php\":{\"d\":1535620881,\"h\":\"8671bf77b5c03c1a95172d368002dd30\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/OAuthException.php\":{\"d\":1535620881,\"h\":\"22d8c88d80a2620c08cd19e878772951\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/composer.json\":{\"d\":1535620881,\"h\":\"5c513935c1b16abe2a3e82d74c7158c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/phpunit.xml.dist\":{\"d\":1535620881,\"h\":\"7bb36f119cff75b457d709d6e93adedc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/README.md\":{\"d\":1535620881,\"h\":\"be05b28e8661d86f6eaa23e785b5fdf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Identity\\/Resource\\/User.php\":{\"d\":1535620882,\"h\":\"231537ee403efef7ac22a2df422a02a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Identity\\/Resource\\/Tenant.php\":{\"d\":1535620882,\"h\":\"b8919ac2fd50786599b625c8803884f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Identity\\/Resource\\/Token.php\":{\"d\":1535620882,\"h\":\"f998380680c82a96d8a28a737aecc221\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Identity\\/Resource\\/Role.php\":{\"d\":1535620882,\"h\":\"379545aee853c5e5bff9166595a3c03c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Identity\\/Constants\\/User.php\":{\"d\":1535620882,\"h\":\"0c9fdab5ce40bcd0ebc571271df7d63d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Identity\\/Service.php\":{\"d\":1535620882,\"h\":\"c6951fa22dfc7025a40aaaa3e772886b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Exception\\/ContainerException.php\":{\"d\":1535620882,\"h\":\"701b2ecd8b53a434c83bc9ad432b0573\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Exception\\/ObjectNotFoundException.php\":{\"d\":1535620882,\"h\":\"8d057cb11f0025719b836c891bf095b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Exception\\/StreamException.php\":{\"d\":1535620882,\"h\":\"db827468a630191b4815abe414cc747b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Exception\\/UploadException.php\":{\"d\":1535620882,\"h\":\"029b52e2f554e495febfc919ad55e2f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Exception\\/BulkOperationException.php\":{\"d\":1535620882,\"h\":\"d2d29d1d92498587b5990aef20d2c452\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Resource\\/CDNContainer.php\":{\"d\":1535620882,\"h\":\"f7177dcbc1061ace7962101ded37239c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Resource\\/DataObject.php\":{\"d\":1535620882,\"h\":\"73b64694dfb38bb34df0b869840e2f98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Resource\\/Container.php\":{\"d\":1535620882,\"h\":\"6bb05ac9faf5bad86f68e1dd8f610fd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Resource\\/ContainerMetadata.php\":{\"d\":1535620882,\"h\":\"22f7f989ebb173d71b4303eb3ec8f958\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Resource\\/AbstractResource.php\":{\"d\":1535620882,\"h\":\"4214690d0414eb3aacfbb4b80d1d4050\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Resource\\/AbstractContainer.php\":{\"d\":1535620882,\"h\":\"78e6aa45290c9e2a6fd55e18a9643fbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Resource\\/Account.php\":{\"d\":1535620882,\"h\":\"3cf15e506ab8af255ed5e53680c57be1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Enum\\/ReturnType.php\":{\"d\":1535620882,\"h\":\"447dcea47753d51d6fba21a46694ed70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Constants\\/UrlType.php\":{\"d\":1535620882,\"h\":\"c202bfe77a1f2405abe302a3e0b22b5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Constants\\/Header.php\":{\"d\":1535620882,\"h\":\"f539f2ac237aadae23bc9f5828b014d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Upload\\/TransferBuilder.php\":{\"d\":1535620882,\"h\":\"5f4153afb8b178dc16dbe7f1daf38089\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Upload\\/ConcurrentTransfer.php\":{\"d\":1535620882,\"h\":\"4a629aed4bde0e02a110e58fff2443e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Upload\\/AbstractTransfer.php\":{\"d\":1535620882,\"h\":\"c580deb79a92f6762c5a33846bfb4344\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Upload\\/TransferPart.php\":{\"d\":1535620882,\"h\":\"4b7afde99873d8dfc93ee99da188fadf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Upload\\/TransferState.php\":{\"d\":1535620882,\"h\":\"19072506e6ea3edf971748295282014d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Upload\\/ContainerMigration.php\":{\"d\":1535620882,\"h\":\"02212d1230c40d236031553d62243731\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Upload\\/DirectorySync.php\":{\"d\":1535620882,\"h\":\"a6c55b8daed595ec2335ec4d6d3a0469\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Upload\\/ConsecutiveTransfer.php\":{\"d\":1535620882,\"h\":\"984cb091d4ea6f9d838d92155f59d2bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Service.php\":{\"d\":1535620882,\"h\":\"994e3f64e7874cad0fa8c274b9d31bd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/CDNService.php\":{\"d\":1535620882,\"h\":\"d971832ac02b22c1320683740b1d1311\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/AbstractService.php\":{\"d\":1535620882,\"h\":\"99a778ec91a1d270fe364a58721c3049\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Http\\/Message\\/RequestSubscriber.php\":{\"d\":1535620882,\"h\":\"0485d72cf2978f3c423e5fbb432315ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Http\\/Message\\/Formatter.php\":{\"d\":1535620882,\"h\":\"aa9c232cb29b5a8ddf45ab7f99ea861f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Http\\/Client.php\":{\"d\":1535620882,\"h\":\"d69905bdac8c0dbf43d3b381e55d4597\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Resource\\/BaseResource.php\":{\"d\":1535620882,\"h\":\"929a6ce4a533b3542671c34b2ef8ed83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Resource\\/PersistentResource.php\":{\"d\":1535620882,\"h\":\"b73fe3bdb707e70bc6b5a5b0ebb886a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Resource\\/NovaResource.php\":{\"d\":1535620882,\"h\":\"7e2544b5a6cf1ee8200b3b431785d346\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Resource\\/ReadOnlyResource.php\":{\"d\":1535620882,\"h\":\"2a842bffb05f4011c87b8534d047631f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Collection\\/ArrayCollection.php\":{\"d\":1535620882,\"h\":\"f3a5f37e65bab40e6f56b55511d82d94\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Collection\\/PaginatedIterator.php\":{\"d\":1535620882,\"h\":\"44d44b8df6558ff1496a77a6aa42a3d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Collection\\/ResourceIterator.php\":{\"d\":1535620882,\"h\":\"d7a52f250e23b7cc16ec6b7646a95f28\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/NoNameError.php\":{\"d\":1535620882,\"h\":\"5d119e865cb8f742b87b0ca630b547c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/IOError.php\":{\"d\":1535620881,\"h\":\"7b4c82a2b48ac6b2038628a2aa8887fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InstanceUpdateError.php\":{\"d\":1535620882,\"h\":\"6187890a33702ae67ef70acc653d0da8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/DatabaseUpdateError.php\":{\"d\":1535620881,\"h\":\"3db6d30165f4e640d54d3d269e3bd3cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/RuntimeException.php\":{\"d\":1535620882,\"h\":\"2ec6ea9bda2f2a4d691ecd979984ced9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InvalidIdTypeError.php\":{\"d\":1535620882,\"h\":\"1689fd2f493bbee94693d64112721f0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/NetworkError.php\":{\"d\":1535620882,\"h\":\"0b5203c15bf468840d7d0e84247af188\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/EndpointError.php\":{\"d\":1535620882,\"h\":\"2b250244bc15563d0d80a2bc7e0d954c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ContainerCreateError.php\":{\"d\":1535620882,\"h\":\"e86e9b436981a153c29d8d3c1c3ad3b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InstanceDeleteError.php\":{\"d\":1535620882,\"h\":\"713539820fea2c0d455b91b5e4392bdf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/CreateUpdateError.php\":{\"d\":1535620882,\"h\":\"20e2ae86fe3c929fb65f1f6a533c4aeb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ServerDeleteError.php\":{\"d\":1535620881,\"h\":\"95aa6e7106f2a0cfe4004d5f30ed8b4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/DatabaseNameError.php\":{\"d\":1535620882,\"h\":\"60f6adbae2891e9e4bf975e2e4e197eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/HttpOverLimitError.php\":{\"d\":1535620882,\"h\":\"700f926dbb2f645ef4b00d4a8a4ed86f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ServerIpsError.php\":{\"d\":1535620882,\"h\":\"3b8352635012a9d1c61b1aff9bfd4dca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ServerActionError.php\":{\"d\":1535620881,\"h\":\"70f952b3293b1a11a360c5d8b2798238\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InvalidTemplateError.php\":{\"d\":1535620882,\"h\":\"1f080a03a0cda34dc4b03937d679a03b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/JsonError.php\":{\"d\":1535620882,\"h\":\"4b376868822e83138e3a6bc30c130eaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/SnapshotError.php\":{\"d\":1535620882,\"h\":\"d91b0ac7e0f4381ef9d726ca69228383\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/CdnNotAvailableError.php\":{\"d\":1535620881,\"h\":\"6ad40b002b367d0346f71ad9bd76b433\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ServerCreateError.php\":{\"d\":1535620881,\"h\":\"7c4a740676ef6e55bb6e250b2587c86b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/CdnError.php\":{\"d\":1535620882,\"h\":\"d591d65ceb173ad97602e4f190c3b8be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/DocumentError.php\":{\"d\":1535620882,\"h\":\"06b1851660baec4f91768d06dc0ce0b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ForbiddenOperationException.php\":{\"d\":1535620882,\"h\":\"6aac1e691ab16db7d10fc6204c5a0944\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/NoContentTypeError.php\":{\"d\":1535620882,\"h\":\"92805602692e28cb29f8a0c976e33495\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/DeleteError.php\":{\"d\":1535620882,\"h\":\"291ff47a3c612030788122a6f108cc0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ServerUpdateError.php\":{\"d\":1535620882,\"h\":\"ad69851398da23d2837bae394ee6bab5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/VolumeError.php\":{\"d\":1535620881,\"h\":\"3ec7afb5e5a5c9878f2251b71a882c20\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/CredentialError.php\":{\"d\":1535620882,\"h\":\"46593fb01ea283f803ca8a31732f83d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/HttpForbiddenError.php\":{\"d\":1535620882,\"h\":\"07271e8a945d7b78a74eed077d93fc1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InvalidIpTypeError.php\":{\"d\":1535620882,\"h\":\"08572b5ea7ff3fc59ae6d0a6c5742286\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UserListError.php\":{\"d\":1535620882,\"h\":\"c59025bbd112f17501489d49b5818294\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/MetadataCreateError.php\":{\"d\":1535620882,\"h\":\"26100fd9ce0074ba03d1c700436e67cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/AuthenticationError.php\":{\"d\":1535620882,\"h\":\"ba57807be8ea5d6dae09656dc7d11348\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ServerJsonError.php\":{\"d\":1535620881,\"h\":\"b265dd606f3ee9f4c0bab1ae484c5255\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/NetworkCreateError.php\":{\"d\":1535620881,\"h\":\"f114f3f7b77c4e228b67a00f29524807\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UnsupportedVersionError.php\":{\"d\":1535620881,\"h\":\"db512248da1ef0c5fe7179444ded4295\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/HttpResponseException.php\":{\"d\":1535620882,\"h\":\"2195e096d7c485982c5c9b6b1e547710\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InstanceError.php\":{\"d\":1535620882,\"h\":\"b2ba6b8c746883d32a2d788a38ceeb85\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/CreateError.php\":{\"d\":1535620882,\"h\":\"fddd126f96d8acd1a2333b015d541a5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/NetworkDeleteError.php\":{\"d\":1535620882,\"h\":\"9d26b970cbc009c9e0cdf2134ebe4bbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/DatabaseDeleteError.php\":{\"d\":1535620882,\"h\":\"3b794307a3687d567eaf3e80e259b0ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/AsyncHttpError.php\":{\"d\":1535620882,\"h\":\"0c4a1cd0838dc1f7cb90aa2644177df6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/EmptyResponseError.php\":{\"d\":1535620882,\"h\":\"7e0ffa6af3f6feaa22d6f41c1e075720\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ContainerNameError.php\":{\"d\":1535620882,\"h\":\"2cb41f0837da665327ae470f9f274396\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/MisMatchedChecksumError.php\":{\"d\":1535620881,\"h\":\"0ce9901837e04a733fedbbef4bba088d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ContainerNotFoundError.php\":{\"d\":1535620882,\"h\":\"e3fa55202c9ee732e3364cf6a0aeb64d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/LoggingException.php\":{\"d\":1535620882,\"h\":\"d49ce02d922bcaeb47824a83a4e59eb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UnrecognizedServiceError.php\":{\"d\":1535620882,\"h\":\"34ab1779454d33c50266fab8afa4db0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InvalidRequestError.php\":{\"d\":1535620882,\"h\":\"614de75a58e90509db02070cfb824ba8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/CdnTtlError.php\":{\"d\":1535620881,\"h\":\"75fda8bf558527ad787e311cc39e8a4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InstanceCreateError.php\":{\"d\":1535620882,\"h\":\"7a970474dedec2cbfb4b691ab7494157\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ImageError.php\":{\"d\":1535620882,\"h\":\"aa20c80d566af7fec9d488bbcd5161ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ContainerDeleteError.php\":{\"d\":1535620882,\"h\":\"74d49e42b8de93aa1072dc3712800619\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/AsyncTimeoutError.php\":{\"d\":1535620882,\"h\":\"dcf0df9d450143fc4d8a8902a84960fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ResourceBucketException.php\":{\"d\":1535620881,\"h\":\"274af6f18bd3571466102a1ceb01b5be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/HttpRetryError.php\":{\"d\":1535620882,\"h\":\"f4334430c9ba27313eeda7fc9ada4d97\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UnknownParameterError.php\":{\"d\":1535620882,\"h\":\"b01b37dc6022708871f5218059b0e35c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UserNameError.php\":{\"d\":1535620882,\"h\":\"4688a8ac5119bdaf3a91b313edb35814\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/MetadataPrefixError.php\":{\"d\":1535620882,\"h\":\"d660e484f39969946d0571d50d7b6c1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/DomainError.php\":{\"d\":1535620881,\"h\":\"0faf854e6dee751ef411ea1bb76c763a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ServiceException.php\":{\"d\":1535620881,\"h\":\"8ba33c7dce0d8c427fc69537309b711e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UpdateError.php\":{\"d\":1535620882,\"h\":\"3c38d96cc18025570739f4dfd04fb9ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/CdnHttpError.php\":{\"d\":1535620881,\"h\":\"060264f6775540a137311209802c35ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ResourceNotFoundException.php\":{\"d\":1535620882,\"h\":\"c7c4854bac07bf3fdec6e286965c6296\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InvalidArgumentError.php\":{\"d\":1535620882,\"h\":\"7269ce3444622dea241b7b5cf349c93b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UnsupportedFeatureExtension.php\":{\"d\":1535620882,\"h\":\"4d38c3e30f5c333cf6f4ae6e42656fc5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/DatabaseListError.php\":{\"d\":1535620882,\"h\":\"2a73bd6fac908d54b3503239222c5d6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/RecordTypeError.php\":{\"d\":1535620882,\"h\":\"4b362d53f9f395681c227430cbb9770f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/HttpError.php\":{\"d\":1535620882,\"h\":\"505e5a46d37b9e82ac94745fc64b91a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UnknownError.php\":{\"d\":1535620882,\"h\":\"1418894b53f82bb93248e98441a24e9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/NameError.php\":{\"d\":1535620882,\"h\":\"7cde47e8dff288a020eb2dff410473df\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/AttributeError.php\":{\"d\":1535620882,\"h\":\"d16876dac54d3f1e92bfa33071f1be68\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/HttpUnauthorizedError.php\":{\"d\":1535620882,\"h\":\"042f8382b1ec91fbf67bdc8783414b26\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/FlavorError.php\":{\"d\":1535620882,\"h\":\"586f18ecbb53035c2c4ad8e5ccd12765\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/MetadataJsonError.php\":{\"d\":1535620882,\"h\":\"a0af1abc31a9ee9f1b4d0967bdd58e0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/TempUrlMethodError.php\":{\"d\":1535620882,\"h\":\"32c145f88821451073ef476514a43f5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/HttpTimeoutError.php\":{\"d\":1535620882,\"h\":\"1e39238d77fb3efccac3b2377e3c3f18\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/HttpUrlError.php\":{\"d\":1535620882,\"h\":\"93d7a961a4c15f7d8e47dbe216d6b66c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ContainerNotEmptyError.php\":{\"d\":1535620882,\"h\":\"4a63317a7b8ab2c8272f894045486c3e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ObjFetchError.php\":{\"d\":1535620882,\"h\":\"6ce4e3881eaa11ba7b41be0b87132846\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ContainerError.php\":{\"d\":1535620881,\"h\":\"34c89811ecefd5017abb0fc733a028a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/DatabaseCreateError.php\":{\"d\":1535620881,\"h\":\"c09a09e0748513ef326ef470dcfd555e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UnsupportedExtensionError.php\":{\"d\":1535620882,\"h\":\"e766b35e8ccc3b2e2314b478ac21cb6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UserUpdateError.php\":{\"d\":1535620882,\"h\":\"23c135b76d0e3760592c6fa0bcc2be76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/AsyncError.php\":{\"d\":1535620882,\"h\":\"72323aa3bb0781cee7149326bd747e6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UrlError.php\":{\"d\":1535620882,\"h\":\"e32a80f6ca341fc7dd6bd7c13cc84d02\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ServerImageScheduleError.php\":{\"d\":1535620882,\"h\":\"17639347963cd388b9051edebccc2fd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/IdRequiredError.php\":{\"d\":1535620882,\"h\":\"84076e2cfe280482f8fbfd14ba81ac4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/MissingValueError.php\":{\"d\":1535620882,\"h\":\"9c427d36afe4ba4bbb01eaf97e9be053\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/MetadataError.php\":{\"d\":1535620882,\"h\":\"3eeb94f282317d6ebb61665a6301b428\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/CollectionException.php\":{\"d\":1535620882,\"h\":\"6242217ef78dff17fc2dc886fd14d9ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/RebuildError.php\":{\"d\":1535620882,\"h\":\"dcd1f7284d2b436d6b9e3e42abd96803\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ObjectError.php\":{\"d\":1535620882,\"h\":\"fd2f22f2ce83ca59702646860eea60bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ObjectCopyError.php\":{\"d\":1535620882,\"h\":\"948cde0802113807d1ffa5a2297764fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UserDeleteError.php\":{\"d\":1535620882,\"h\":\"b507cee70317cb8381929caab3df2466\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/MetadataDeleteError.php\":{\"d\":1535620882,\"h\":\"e00968491530f839a12a77e287cbf851\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/BaseException.php\":{\"d\":1535620882,\"h\":\"ffab2475ad39249b686f790c2513f7a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/NetworkUrlError.php\":{\"d\":1535620881,\"h\":\"0e6be4cbd2c311b19224cb6200fd1c52\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/MetadataUpdateError.php\":{\"d\":1535620882,\"h\":\"12dc3b26ceb3926505211578683e89ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/MetadataKeyError.php\":{\"d\":1535620882,\"h\":\"71476c9358b08cde08f1d9e51ab3704a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ServerUrlError.php\":{\"d\":1535620882,\"h\":\"3d351d0a2d7e28621e6a67cf5d5a7d28\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InstanceFlavorError.php\":{\"d\":1535620882,\"h\":\"ad05b8362bbb3549d1e7878b56705bcd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InvalidParameterError.php\":{\"d\":1535620882,\"h\":\"1ad7614afe9379bc94f8e1ff8d4e5f85\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InstanceNotFound.php\":{\"d\":1535620882,\"h\":\"42cc5a90f697a7ddd3f649935ef28382\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/VolumeTypeError.php\":{\"d\":1535620881,\"h\":\"f3f93e8cce7ef2ac40b1b7e34a01622e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UserCreateError.php\":{\"d\":1535620882,\"h\":\"e85085b9ee0cd55e6fd5b11d2c9b63a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/NetworkUpdateError.php\":{\"d\":1535620881,\"h\":\"568faca1c93bc78d1ce5c9fac8637b89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Constants\\/Service.php\":{\"d\":1535620882,\"h\":\"880cbca133efc569266a2539dd9ccd32\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Constants\\/State.php\":{\"d\":1535620882,\"h\":\"1966368527d55a201e6dfac8cba149a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Constants\\/Mime.php\":{\"d\":1535620882,\"h\":\"102a6390baee776da7a8c48ee6d766c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Constants\\/Header.php\":{\"d\":1535620882,\"h\":\"8fc732a7b3a4f6eea78375e9e04dd766\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Constants\\/Size.php\":{\"d\":1535620882,\"h\":\"fe8b343c6b91354df027dc015f9644f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Constants\\/Datetime.php\":{\"d\":1535620882,\"h\":\"919e8277b622e7c85133b943029bee5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Log\\/Logger.php\":{\"d\":1535620882,\"h\":\"c947d1d0d6dd09261e22cbb80cc7f4b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Service\\/ServiceInterface.php\":{\"d\":1535620882,\"h\":\"aa8f74bd89a02adbdf23352f27e31d8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Service\\/Catalog.php\":{\"d\":1535620882,\"h\":\"9d28ad98031a65dc0a457871c85805c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Service\\/AbstractService.php\":{\"d\":1535620882,\"h\":\"bb43dfd5c7ff17405ceb64bc508c0306\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Service\\/ServiceBuilder.php\":{\"d\":1535620882,\"h\":\"0d429e5e7dbc873cdcf51d434ffc9622\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Service\\/NovaService.php\":{\"d\":1535620882,\"h\":\"0e0396c2d99a468a38373046ade118fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Service\\/CatalogService.php\":{\"d\":1535620882,\"h\":\"5f9005373a2d554d6b4ac315aa14659f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Service\\/CatalogItem.php\":{\"d\":1535620882,\"h\":\"238a408a1d7ea83b23685a26c251a949\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Service\\/Endpoint.php\":{\"d\":1535620882,\"h\":\"07dcd9041674e3f5994381a744117c69\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/PersistentObject.php\":{\"d\":1535620882,\"h\":\"a44e28fddddaa286b50faff05036ca9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Base.php\":{\"d\":1535620882,\"h\":\"2de850fdb156fab6e03d976ce04159ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/ArrayAccess.php\":{\"d\":1535620882,\"h\":\"b3777c5a9785ce5495731c3e59d5a0e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Lang.php\":{\"d\":1535620882,\"h\":\"d90ae34b15068454bac7e51ee81f71c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Metadata.php\":{\"d\":1535620882,\"h\":\"45d75274b0a948409b47eb7156561a63\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Collection.php\":{\"d\":1535620882,\"h\":\"38adf5802ef6c2fe4c4cc314e6705e0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/OpenStack.php\":{\"d\":1535620882,\"h\":\"4a3cfeaad81bd3a773cbfd76b34ca825\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Version.php\":{\"d\":1535620882,\"h\":\"57c3a54890adf6877802e8a7c185f8e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Rackspace.php\":{\"d\":1535620882,\"h\":\"80b0c6c2ff1fcd92230dd963d74e9187\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/php-opencloud.php\":{\"d\":1535620881,\"h\":\"83bf8c89c4b5e3d69c500f8dfab4fc62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/apigen.neon\":{\"d\":1535620882,\"h\":\"fa187396127da3f458657b2e1e39c55c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/composer.json\":{\"d\":1535620882,\"h\":\"e13d168cf32fdfc0498aa56bbc166992\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/phpunit.xml.dist\":{\"d\":1535620882,\"h\":\"dfbf1a7c7bb96a1899d0173ade73e536\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/README.md\":{\"d\":1535620882,\"h\":\"a3de3f693507b33a8cdd2ea63858a5f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/CONTRIBUTING.md\":{\"d\":1535620882,\"h\":\"0e62009b75ea57ec4424b62c62455736\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/LICENSE\":{\"d\":1535620882,\"h\":\"8b5bccf4a7641d19e4ac63d3aed82403\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/Random.php\":{\"d\":1535620882,\"h\":\"b24f931867d17d05ff20bc95a5a72d67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/Blowfish.php\":{\"d\":1535620882,\"h\":\"60b948efd4cede36a374c80d59b360c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/AES.php\":{\"d\":1535620882,\"h\":\"9adb78a89c91c188293089f5a7f152a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/DES.php\":{\"d\":1535620882,\"h\":\"2a3c04d0b4482cabef0ac135a024fbff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/RC2.php\":{\"d\":1535620882,\"h\":\"8bd27683ea0a4bade1af275afe359444\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/TripleDES.php\":{\"d\":1535620882,\"h\":\"9411e0ef9d69dabcadf6044d013e9228\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/Hash.php\":{\"d\":1535620882,\"h\":\"300985dda59c5d38d8980aa661189718\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/RSA.php\":{\"d\":1535620882,\"h\":\"ab17ecbf366d5842141ebc6f197d526b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/Base.php\":{\"d\":1535620882,\"h\":\"9e3c8537c94aab85e42efdda4fa142ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/Rijndael.php\":{\"d\":1535620882,\"h\":\"c0aa780edb7278f661a26b0dae4712b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/Twofish.php\":{\"d\":1535620882,\"h\":\"a00e31bbceaf8ce80dfb46f7fe81fd41\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/RC4.php\":{\"d\":1535620882,\"h\":\"3e063d26df6eb145f16860db893b005b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/File\\/ANSI.php\":{\"d\":1535620882,\"h\":\"67533fcd864902f05043f7d9adf2785f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/File\\/X509.php\":{\"d\":1535620882,\"h\":\"726861a3a118dfc6fe0495d1db8299ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/File\\/ASN1.php\":{\"d\":1535620882,\"h\":\"918312d04e0cc25913e2084ebd2a6883\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Math\\/BigInteger.php\":{\"d\":1535620882,\"h\":\"6ae327d580f1fa1528187dc1263cc357\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Net\\/SFTP\\/Stream.php\":{\"d\":1535620882,\"h\":\"71218bc053470f4a39866f945be643ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Net\\/SSH1.php\":{\"d\":1535620882,\"h\":\"a06226865f35ca6bed4be56dc9097e9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Net\\/SCP.php\":{\"d\":1535620882,\"h\":\"9d466aee8b03f2d715dd15cff35b5dfc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Net\\/SSH2.php\":{\"d\":1535620882,\"h\":\"d97d2c380b718a4e3752ccb98b4b619b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Net\\/SFTP.php\":{\"d\":1535620882,\"h\":\"88820591dc2a02f5f703cbf38cb7cda4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/System\\/SSH\\/Agent.php\":{\"d\":1535620882,\"h\":\"7ba80687425006c790f64e685dd5095e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/System\\/SSH_Agent.php\":{\"d\":1535620882,\"h\":\"b18a92bf3bec01620d823545abaa1c96\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/openssl.cnf\":{\"d\":1535620882,\"h\":\"b4409823562c617107907cd04d67c8fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/bootstrap.php\":{\"d\":1535620882,\"h\":\"7c1cc8b0dd1fb9a060b3de2d637146c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/composer.json\":{\"d\":1535620882,\"h\":\"aa6218ac63c59ffc8ebb4a2e6db55c9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/AUTHORS\":{\"d\":1535620882,\"h\":\"40aca1db1967cb07cb5e123fe27f5e6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/README.md\":{\"d\":1535620882,\"h\":\"8215c899a985150ca0d1e4c3903ceb6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/LICENSE\":{\"d\":1535620882,\"h\":\"1f6cdbace73c11fc23ebe3289a2ead0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Resource\\/FileResource.php\":{\"d\":1535620882,\"h\":\"a9b13ed670abe406fd9d76ad9e89c4ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Resource\\/IteratorResourceInterface.php\":{\"d\":1535620882,\"h\":\"21fcc88cd4254ca842fae97b54135c1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Resource\\/CoalescingDirectoryResource.php\":{\"d\":1535620882,\"h\":\"52f51cf4560fe7aa0e089ca2ed5fbcce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Resource\\/ResourceInterface.php\":{\"d\":1535620882,\"h\":\"0daab2b0066681d6d371c78f74d9a018\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Resource\\/DirectoryResource.php\":{\"d\":1535620882,\"h\":\"17071d81dd399da6b201ae5e274ae19c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Loader\\/FunctionCallsFormulaLoader.php\":{\"d\":1535620882,\"h\":\"d486b4e187d35d0d804e87caf5fa6a1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Loader\\/CachedFormulaLoader.php\":{\"d\":1535620882,\"h\":\"0f0a591d6e7dd3d1e037917e200e005c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Loader\\/BasePhpFormulaLoader.php\":{\"d\":1535620882,\"h\":\"d3fa352c5e699bc2f4eba9d24de3ab45\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Loader\\/FormulaLoaderInterface.php\":{\"d\":1535620882,\"h\":\"bdbeedf4ee519f6f834001f88248238d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Worker\\/EnsureFilterWorker.php\":{\"d\":1535620882,\"h\":\"8b7d7a37239b0415ade573a283467823\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Worker\\/WorkerInterface.php\":{\"d\":1535620882,\"h\":\"43abd5b5e29fc3d25faf7c0a72d785b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Worker\\/CacheBustingWorker.php\":{\"d\":1535620882,\"h\":\"17a782bb92462b13d92f072ab38c28fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/AssetFactory.php\":{\"d\":1535620882,\"h\":\"565280ef2ec5ecd81efbea81721eadb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/LazyAssetManager.php\":{\"d\":1535620882,\"h\":\"ca9685e1091fb7bca19244ff9815a059\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Exception\\/Exception.php\":{\"d\":1535620882,\"h\":\"a8633ee6a0236c500245feffd3eb3a3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Exception\\/FilterException.php\":{\"d\":1535620882,\"h\":\"aeb27e938883e626f3837b87fda7f851\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Extension\\/Twig\\/AsseticTokenParser.php\":{\"d\":1535620882,\"h\":\"51589e834a752a92550d66d15d4f2a4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Extension\\/Twig\\/AsseticFilterFunction.php\":{\"d\":1535620882,\"h\":\"d737e27da8a958ae13b67affbe4195f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Extension\\/Twig\\/TwigFormulaLoader.php\":{\"d\":1535620882,\"h\":\"db7cadf1d6e237463033bb1d6a55a7bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Extension\\/Twig\\/AsseticFilterNode.php\":{\"d\":1535620882,\"h\":\"3d1e57d2297d816e187f2b53d2967302\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Extension\\/Twig\\/ValueContainer.php\":{\"d\":1535620882,\"h\":\"47ee345940ef5a6d2fdc8c9676da2505\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Extension\\/Twig\\/TwigResource.php\":{\"d\":1535620882,\"h\":\"d637bef085facf392fb257be399c7c76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Extension\\/Twig\\/AsseticExtension.php\":{\"d\":1535620882,\"h\":\"1b771f60cc957e91be3f5020331a14ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Extension\\/Twig\\/AsseticFilterInvoker.php\":{\"d\":1535620882,\"h\":\"ef7c3ad919f2611702fba1d87dfc7c78\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Extension\\/Twig\\/AsseticNode.php\":{\"d\":1535620882,\"h\":\"d187cb804b619dae5c87e3637854dd79\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/GoogleClosure\\/BaseCompilerFilter.php\":{\"d\":1535620882,\"h\":\"839d176315bfbed1383bd7c3a7297561\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/GoogleClosure\\/CompilerJarFilter.php\":{\"d\":1535620882,\"h\":\"2eefedf925dd385203b1ad619859cd8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/GoogleClosure\\/CompilerApiFilter.php\":{\"d\":1535620882,\"h\":\"4437720074d6a74853f51cdd4b947c6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/Sass\\/SassFilter.php\":{\"d\":1535620882,\"h\":\"663ae9550bf563a58cf1948f6cf50a11\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/Sass\\/BaseSassFilter.php\":{\"d\":1535620882,\"h\":\"d6ab3a0ee7a65b6dbcf63f2150033f70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/Sass\\/ScssFilter.php\":{\"d\":1535620882,\"h\":\"b92672d4b65c59ec8a9ed945f332de4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/Yui\\/JsCompressorFilter.php\":{\"d\":1535620882,\"h\":\"ea619df1cfd170ca0892255e952296dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/Yui\\/CssCompressorFilter.php\":{\"d\":1535620882,\"h\":\"f88a74830ff5ed4105bdfb64131948f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/Yui\\/BaseCompressorFilter.php\":{\"d\":1535620882,\"h\":\"36c0093bfb08de6354fb8f17596998e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/AutoprefixerFilter.php\":{\"d\":1535620882,\"h\":\"0086e238db3ae852b198120ff1272953\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/CompassFilter.php\":{\"d\":1535620882,\"h\":\"bc6e80f6f10c5c8f469627e0938a83da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/TypeScriptFilter.php\":{\"d\":1535620882,\"h\":\"bbfad77ee1f1d33ed51f4c072f2a3c9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/FilterCollection.php\":{\"d\":1535620882,\"h\":\"40c2614ea982877e519daec0a25b7f37\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/PackerFilter.php\":{\"d\":1535620882,\"h\":\"166d84f1a47ae37a3d66cc0ef8414813\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/StylusFilter.php\":{\"d\":1535620882,\"h\":\"9e06c556025222036952e73a88ef7c2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/JSMinFilter.php\":{\"d\":1535620882,\"h\":\"35cf23091e6644ececc2ecfd2b0b475a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/SprocketsFilter.php\":{\"d\":1535620882,\"h\":\"ff20454994723001200fecb2afde39e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/CoffeeScriptFilter.php\":{\"d\":1535620882,\"h\":\"25512d066ae50dd16e7ff58845e51e97\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/PackagerFilter.php\":{\"d\":1535620882,\"h\":\"022b27f9fb3fe03da45f003c05b8db79\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/EmberPrecompileFilter.php\":{\"d\":1535620882,\"h\":\"019aea13b90f9298639bab925515b38e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/JSMinPlusFilter.php\":{\"d\":1535620882,\"h\":\"73387e60d678a953b4e95482ff92dc33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/ScssphpFilter.php\":{\"d\":1535620882,\"h\":\"1be71f7974031f0ae98a1864664ea8ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/LessphpFilter.php\":{\"d\":1535620882,\"h\":\"799cb3c5447946901dc63fbd4b3e0a30\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/CssImportFilter.php\":{\"d\":1535620882,\"h\":\"9276c49c174c7dbef9c080bb05386f38\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/SeparatorFilter.php\":{\"d\":1535620882,\"h\":\"886be4c9bdea46d15ba89dd3c2b1d77f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/CallablesFilter.php\":{\"d\":1535620882,\"h\":\"23a420acd72edef1f5e956f0d76b1eb9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/DependencyExtractorInterface.php\":{\"d\":1535620882,\"h\":\"c6ba8eba5c303f42c30bf475b0f6631e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/CssCacheBustingFilter.php\":{\"d\":1535620882,\"h\":\"1adb2994b36770d67833fa278289e33f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/PhpCssEmbedFilter.php\":{\"d\":1535620882,\"h\":\"838d4092952d167dcc43339b2ca637f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/FilterInterface.php\":{\"d\":1535620882,\"h\":\"a489ed80dc7efc933a31486fd620036f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/HandlebarsFilter.php\":{\"d\":1535620882,\"h\":\"95ebe66ad95ca5c8720af4221546aac9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/CssEmbedFilter.php\":{\"d\":1535620882,\"h\":\"45e057918695e845f5b258248f7045cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/JpegtranFilter.php\":{\"d\":1535620882,\"h\":\"d70b5f3707175cf1e9261bad40e4c60a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/JpegoptimFilter.php\":{\"d\":1535620882,\"h\":\"63dc2db9bbd80c226753109ba0726090\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/RooleFilter.php\":{\"d\":1535620882,\"h\":\"2fff30dbbf66b22761af85e50a7cc921\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/DartFilter.php\":{\"d\":1535620882,\"h\":\"9ea44dd07ee60523915d1f45986ba7e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/BaseNodeFilter.php\":{\"d\":1535620882,\"h\":\"15af5f438d9885b5a376844c534e1250\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/HashableInterface.php\":{\"d\":1535620882,\"h\":\"5a61de3c0308c3a35f9aac5713a15358\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/UglifyJs2Filter.php\":{\"d\":1535620882,\"h\":\"010d1b1831b082051e5f26a7892dd55e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/BaseCssFilter.php\":{\"d\":1535620882,\"h\":\"91337a0f7e6969d2a0e807476791367c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/BaseProcessFilter.php\":{\"d\":1535620882,\"h\":\"c526ed3a285d7523a54fd161aae74926\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/CssMinFilter.php\":{\"d\":1535620882,\"h\":\"5daaeefe85b17daf69595403e8983ff7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/OptiPngFilter.php\":{\"d\":1535620882,\"h\":\"6dcceca9d467e08257ad85ce8a9345ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/SassphpFilter.php\":{\"d\":1535620882,\"h\":\"07a01250c59ea86a1e3658df88118e76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/JSqueezeFilter.php\":{\"d\":1535620882,\"h\":\"8a70e1ea150955d09ccb62abddbcbc2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/MinifyCssCompressorFilter.php\":{\"d\":1535620882,\"h\":\"49f02aad474b6e3e0ff1f864dcb6f41f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/GssFilter.php\":{\"d\":1535620882,\"h\":\"bfb10dd39cc77686a01207e967308295\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/ReactJsxFilter.php\":{\"d\":1535620882,\"h\":\"3835f3dc5962e6ec7bc0665bae5715cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/LessFilter.php\":{\"d\":1535620882,\"h\":\"69e826afdc78b1294fda14564056f500\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/UglifyCssFilter.php\":{\"d\":1535620882,\"h\":\"2b47f892a042c7dc1e3065bf3597a70d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/CleanCssFilter.php\":{\"d\":1535620882,\"h\":\"bfe1b1f5292ab23772e10ed201b73011\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/PngoutFilter.php\":{\"d\":1535620882,\"h\":\"183c0c7111f49d6228d44391f9baf7aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/UglifyJsFilter.php\":{\"d\":1535620882,\"h\":\"6676c86a3df86de14a4670131a638c1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/CssRewriteFilter.php\":{\"d\":1535620882,\"h\":\"5086b0e2fa8d558024f905b2deb36952\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/Iterator\\/AssetCollectionIterator.php\":{\"d\":1535620882,\"h\":\"ee2e05ecd36499b9da598b29d8fbe94c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/Iterator\\/AssetCollectionFilterIterator.php\":{\"d\":1535620882,\"h\":\"37d2aee6e33c248aecd99b200f071bd3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/StringAsset.php\":{\"d\":1535620882,\"h\":\"aa6a980ce254f3b9574dbf49fa4d658d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/AssetInterface.php\":{\"d\":1535620882,\"h\":\"e2017d9e2f6da17d060786bbe8e7a191\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/AssetCollection.php\":{\"d\":1535620882,\"h\":\"ce42d3efa7089de567e218c1cc2fbb6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/FileAsset.php\":{\"d\":1535620882,\"h\":\"c7710685d9e9a767ab2424ac01e8356b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/GlobAsset.php\":{\"d\":1535620882,\"h\":\"8e4934524a4381304e42d4fcc5dc3efd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/AssetCache.php\":{\"d\":1535620882,\"h\":\"8f651267a54aebfa9c4dd99da2485cda\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/BaseAsset.php\":{\"d\":1535620882,\"h\":\"3158773fd1e3b7ce6d8d5c8791c1b724\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/AssetReference.php\":{\"d\":1535620882,\"h\":\"8595d3af872d062fd0cdde030effc12d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/AssetCollectionInterface.php\":{\"d\":1535620882,\"h\":\"6bd0d13e1839e6c7a6968c3accadb9c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/HttpAsset.php\":{\"d\":1535620882,\"h\":\"5b473fdd686df0308e625f1499f116f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Util\\/VarUtils.php\":{\"d\":1535620882,\"h\":\"b17d97ed88d8e22e266fcd94abed9669\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Util\\/CssUtils.php\":{\"d\":1535620882,\"h\":\"52b66f2cfb574e9c53118c8ee243aac3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Util\\/FilesystemUtils.php\":{\"d\":1535620882,\"h\":\"a7d69645319835af7a488a4b4b6d6759\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Util\\/SassUtils.php\":{\"d\":1535620882,\"h\":\"0bbb1562b2c86e1bf5f052314db11cc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Util\\/LessUtils.php\":{\"d\":1535620882,\"h\":\"e24a2efdf6de280b8d132925a774a614\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Util\\/TraversableString.php\":{\"d\":1535620882,\"h\":\"8c2f2e7b23443d9d44e6ca6811b87048\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Cache\\/ApcCache.php\":{\"d\":1535620882,\"h\":\"f063732ac720861dbf95dda68f2c5215\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Cache\\/ConfigCache.php\":{\"d\":1535620882,\"h\":\"8dc11c682db58dd7c35361d9aceeb6e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Cache\\/CacheInterface.php\":{\"d\":1535620882,\"h\":\"bdce881b2020ff43b6728eab1ab1d860\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Cache\\/ArrayCache.php\":{\"d\":1535620882,\"h\":\"9b6584f20132f94364d96ece06ecbbec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Cache\\/FilesystemCache.php\":{\"d\":1535620882,\"h\":\"23d6f4e79ebb2188052725c03815b790\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Cache\\/ExpiringCache.php\":{\"d\":1535620882,\"h\":\"d92f56984453402c8d9d32087e5ed4a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/FilterManager.php\":{\"d\":1535620882,\"h\":\"464c72c1c92802a7f3fad89f4bd04717\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/AssetManager.php\":{\"d\":1535620882,\"h\":\"5160c6415b0a5c61bff700168193f296\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/AssetWriter.php\":{\"d\":1535620882,\"h\":\"42c3da49809262205e77f7a5dd4608e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/ValueSupplierInterface.php\":{\"d\":1535620882,\"h\":\"88e060dfb4c19f27a06ef4023e090360\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/functions.php\":{\"d\":1535620882,\"h\":\"6bd4c46757a3b49d2d5a8f56c9009b8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/package.json\":{\"d\":1535620882,\"h\":\"ca7b50d4ff15b0321ecbb96b58d34195\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/CHANGELOG-1.1.md\":{\"d\":1535620882,\"h\":\"8d7886d4be1c23392086232d94de633b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/composer.json\":{\"d\":1535620882,\"h\":\"77ea9b36e1adb06300e80efe18878523\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/Gemfile\":{\"d\":1535620882,\"h\":\"1f774651420e7fdf6dfa0d659766cb12\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/CHANGELOG-1.0.md\":{\"d\":1535620882,\"h\":\"f6daed631ce93b30912849de3eba4b0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/README.md\":{\"d\":1535620882,\"h\":\"c74fb7cfc6929c7eb5f4a1611feeb388\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/CHANGELOG-1.2.md\":{\"d\":1535620882,\"h\":\"4bdcb57cef582fd682d3c841bae8adc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/LICENSE\":{\"d\":1535620882,\"h\":\"f940d8460878681568eab4fe3688aa02\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/installed.json\":{\"d\":1535620882,\"h\":\"639b8a24dfccaea2f649a38864b28d2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/autoload_static.php\":{\"d\":1535620882,\"h\":\"f68d35dd093d54eb500383ad64e54c35\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/include_paths.php\":{\"d\":1535620882,\"h\":\"4255e345d726449b4ca6cf5120fa3621\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/autoload_classmap.php\":{\"d\":1535620882,\"h\":\"cd4d32c5647dab036daf791d33373d4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/autoload_real.php\":{\"d\":1535620882,\"h\":\"6e45abb995f0b45f4c7a603b084054c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/ClassLoader.php\":{\"d\":1535620882,\"h\":\"7bcd58ef2df6fe97165bea70fe9c7712\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/autoload_files.php\":{\"d\":1535620882,\"h\":\"72b8f59ce54fee97c5f2442cb86652c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/autoload_psr4.php\":{\"d\":1535620882,\"h\":\"66ee21a2628a7d5e70b4a51e904b6b29\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/autoload_namespaces.php\":{\"d\":1535620882,\"h\":\"1a81c6c252aa49c452500866e3ea47fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/LICENSE\":{\"d\":1535620882,\"h\":\"955d5fe58c231244f6b49000f383b5e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/ExecutableFinderTest.php\":{\"d\":1535620881,\"h\":\"25adf5b906db0d338b619aae2f1d1fd5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/ProcessBuilderTest.php\":{\"d\":1535620881,\"h\":\"80bb38372b874c3ebf46723e916605fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/ProcessUtilsTest.php\":{\"d\":1535620881,\"h\":\"900605c4712789c62683ad542f3dbd29\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/PhpExecutableFinderTest.php\":{\"d\":1535620881,\"h\":\"4c6f57b064989328e64a94ab2cf5fc2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/SignalListener.php\":{\"d\":1535620881,\"h\":\"45211e75a35385912d51eff45440a6ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/NonStopableProcess.php\":{\"d\":1535620881,\"h\":\"899eda912045226092090d40d9b6d5a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/ProcessFailedExceptionTest.php\":{\"d\":1535620881,\"h\":\"49fe3a4896f490cf8e95215c1660ecd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/PipeStdinInStdoutStdErrStreamSelect.php\":{\"d\":1535620881,\"h\":\"426a375d99c4f56d3c8ae7d911337cc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/PhpProcessTest.php\":{\"d\":1535620881,\"h\":\"69d4ed0e9cfb4a4848689dd5bc1ec6fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/ProcessTest.php\":{\"d\":1535620881,\"h\":\"4a94ed57d2534c97146bada01176edb1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Exception\\/ProcessFailedException.php\":{\"d\":1535620881,\"h\":\"90c118a801c9f293c2f341fffa30a14a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Exception\\/RuntimeException.php\":{\"d\":1535620881,\"h\":\"5173fb5053527af7b83077085b192d67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Exception\\/ProcessTimedOutException.php\":{\"d\":1535620881,\"h\":\"00f760a2731cbd7e7a145e02b30316f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Exception\\/InvalidArgumentException.php\":{\"d\":1535620881,\"h\":\"b3c8598f88e6ac643dda6cb6f29fb3ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Exception\\/ExceptionInterface.php\":{\"d\":1535620881,\"h\":\"723a4615b94a21c979c9cfe85d81e50a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Exception\\/LogicException.php\":{\"d\":1535620881,\"h\":\"72ef3efed027815b107a71f4e987754d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Pipes\\/AbstractPipes.php\":{\"d\":1535620881,\"h\":\"21fc78f450225056947699b9c49326b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Pipes\\/WindowsPipes.php\":{\"d\":1535620881,\"h\":\"fea6c672aa9196380de0da3ffc750682\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Pipes\\/PipesInterface.php\":{\"d\":1535620881,\"h\":\"7cd7e2e866c93db5d68f77a51626a43b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Pipes\\/UnixPipes.php\":{\"d\":1535620881,\"h\":\"9818d762904357b1e25fcf61be4be15e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/ProcessUtils.php\":{\"d\":1535620881,\"h\":\"13625bd3819dabb00e70409aa8b8cc54\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/composer.json\":{\"d\":1535620881,\"h\":\"64be90c5b95080a625b80b562ed54873\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/ProcessBuilder.php\":{\"d\":1535620881,\"h\":\"7dcbc5e3aaea976b1bd8cf02842377a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/phpunit.xml.dist\":{\"d\":1535620881,\"h\":\"200d8eac8de72f1e4b35e84bd2b40106\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/ExecutableFinder.php\":{\"d\":1535620881,\"h\":\"cb8d491dc75aa75437b6d6da40ef17c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/CHANGELOG.md\":{\"d\":1535620881,\"h\":\"c0c3114759c82d385c45450e4932c734\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/InputStream.php\":{\"d\":1535620881,\"h\":\"7ab0acece21de8c21811ee112e4c55cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/README.md\":{\"d\":1535620881,\"h\":\"b51d58a3eeec604d950aa293e719609d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/PhpExecutableFinder.php\":{\"d\":1535620881,\"h\":\"8b1804de8272a4dfb84507facab56e5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/PhpProcess.php\":{\"d\":1535620881,\"h\":\"7a48520cc624b84cbd14040d932aa9b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Process.php\":{\"d\":1535620881,\"h\":\"4b0658ab1ab5a0b74dfc356563173d3c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/LICENSE\":{\"d\":1535620881,\"h\":\"36ed70d207f5176d1b9f7a780385b789\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Tests\\/Debug\\/TraceableEventDispatcherTest.php\":{\"d\":1535620881,\"h\":\"c221bacdab4e02cfd28e85251f8810a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Tests\\/DependencyInjection\\/RegisterListenersPassTest.php\":{\"d\":1535620881,\"h\":\"3c2e6373ab0de4bec3e0109751656549\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Tests\\/ContainerAwareEventDispatcherTest.php\":{\"d\":1535620881,\"h\":\"dee54f9f2846d8d93316d6d228228e70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Tests\\/EventTest.php\":{\"d\":1535620881,\"h\":\"2a6617a8a049f21fc4e0c805452578c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Tests\\/ImmutableEventDispatcherTest.php\":{\"d\":1535620881,\"h\":\"8684408470c3c0c8d54f5a82aebb8035\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Tests\\/AbstractEventDispatcherTest.php\":{\"d\":1535620881,\"h\":\"f6f6de437659c0a57df06893be6254ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Tests\\/EventDispatcherTest.php\":{\"d\":1535620881,\"h\":\"c53a83e91bee7f1bbb15c7c47a17d435\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Tests\\/GenericEventTest.php\":{\"d\":1535620881,\"h\":\"77c4a65d51bf5c4610a14391e403199d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Debug\\/WrappedListener.php\":{\"d\":1535620881,\"h\":\"9ed9324bcbecd82f07950ccbc7cc87d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Debug\\/TraceableEventDispatcher.php\":{\"d\":1535620881,\"h\":\"fad536cee771596d633e94dc75043b72\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Debug\\/TraceableEventDispatcherInterface.php\":{\"d\":1535620881,\"h\":\"aa09cc5a555cfad4239045906e2850b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/DependencyInjection\\/RegisterListenersPass.php\":{\"d\":1535620881,\"h\":\"df71d3c551163a03d68a33eb9f72f483\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/GenericEvent.php\":{\"d\":1535620881,\"h\":\"a66e6f84ff008f437c9fddbc66c9d9d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Event.php\":{\"d\":1535620881,\"h\":\"824a898479b083a50450a1b5e6b80b4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/EventDispatcher.php\":{\"d\":1535620881,\"h\":\"4a8774ed7dbccaf556fd17eb66915c71\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/composer.json\":{\"d\":1535620881,\"h\":\"d7270613fa19777931d0d2eddb562c89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/phpunit.xml.dist\":{\"d\":1535620881,\"h\":\"2921cd84f628c610891aa7d0dbacf0b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/ImmutableEventDispatcher.php\":{\"d\":1535620881,\"h\":\"df72f94abae6b2dbc6b75ce3e24c3568\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/EventDispatcherInterface.php\":{\"d\":1535620881,\"h\":\"86e0183d0e63915029c8878ed747e4f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/CHANGELOG.md\":{\"d\":1535620881,\"h\":\"745dd467bb8d944ee82b38034a3b71d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/ContainerAwareEventDispatcher.php\":{\"d\":1535620881,\"h\":\"eb265310d6d9cf71d940cfe2aca08463\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/README.md\":{\"d\":1535620881,\"h\":\"7fa6a13360ee7400639b5e3845e77f67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/EventSubscriberInterface.php\":{\"d\":1535620881,\"h\":\"d4c1feefee64b854cc9a0c01e39bfa64\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/LICENSE\":{\"d\":1535620881,\"h\":\"36ed70d207f5176d1b9f7a780385b789\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/autoload.php\":{\"d\":1535620881,\"h\":\"2a29e40936bc2eabef19ff27989598bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/css\\/updraftplus-notices.min.css\":{\"d\":1535620882,\"h\":\"2fc9d9ac7c9f8fc2db62ed120533803b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/css\\/updraftplus-admin.min.css\":{\"d\":1535620882,\"h\":\"bf764f48b3080f216b657d6adffa0e32\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/css\\/updraftplus-notices.css\":{\"d\":1535620882,\"h\":\"b1b0e473e520f27c9a66812ec2db7e43\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/css\\/updraftplus-admin.min.css.map\":{\"d\":1535620882,\"h\":\"b1426df5d6aeed0321549b3ee50b9dec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/css\\/updraftplus-notices.min.css.map\":{\"d\":1535620882,\"h\":\"6ef840856067547b1f079398964ce409\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/css\\/updraftplus-admin.css\":{\"d\":1535620882,\"h\":\"b9caa1ab4b44e042413b327fc9ca099c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/class-zip.php\":{\"d\":1535620881,\"h\":\"29975a0735b64c0ebe78f0c0e1d9cd6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/restorer.php\":{\"d\":1535620882,\"h\":\"f219035b3e6de7c4d63351000fdfaf1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/index.html\":{\"d\":1535620882,\"h\":\"ddab305858921fb928fa777d5176b5aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/readme.txt\":{\"d\":1535620881,\"h\":\"15d518e789219b3c92965bd796d1b85e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/admin.php\":{\"d\":1535620881,\"h\":\"744919f2120585cd81d0cc888e4a76bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/backup.php\":{\"d\":1535620882,\"h\":\"27fb432713a2be73c1a8442fa694c2ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/class-updraftplus.php\":{\"d\":1535620882,\"h\":\"33389669f7cdbb7fadd7cb98ac5d2b5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/changelog.txt\":{\"d\":1535620881,\"h\":\"acd9d4448e9c6a27b5758ba9abd095b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/updraftplus.php\":{\"d\":1535620882,\"h\":\"7bcf7bfa934523ab528024fbe53fca02\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/options.php\":{\"d\":1535620881,\"h\":\"009634c4c80bcc1a09d66e4a701b5e52\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/updraftplus\\/example-decrypt.php\":{\"d\":1535620881,\"h\":\"553815eba31cd56484233a23eb1b92f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/ui\\/class.ui.notice.php\":{\"d\":1535620873,\"h\":\"740987002dc82fb9875a499b75c381f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/ui\\/class.ui.viewstate.php\":{\"d\":1535620873,\"h\":\"c59eb969ccd2e32a19de036aca557685\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/ui\\/class.ui.screen.base.php\":{\"d\":1535620873,\"h\":\"0f62ff4a3b42bd3073f13640d0ee8424\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/ui\\/class.ui.dialog.php\":{\"d\":1535620873,\"h\":\"bce6dd5de544085afd7623df9122ff44\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/utilities\\/class.u.scancheck.php\":{\"d\":1535620873,\"h\":\"e52bc6e6872588bd72c7b53c35e7ea98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/utilities\\/class.u.json.php\":{\"d\":1535620873,\"h\":\"81fa01966a311083b2481ff7a6996e61\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/utilities\\/class.u.php\":{\"d\":1535620873,\"h\":\"75b84ec57b4026f569cae1d6393b9195\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/package\\/class.pack.archive.php\":{\"d\":1535620873,\"h\":\"a5fad2558b65f9366a83f65b52c254e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/package\\/class.pack.database.php\":{\"d\":1535620873,\"h\":\"8872d5a5fb5f66dfa4a92ca16ed29e5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/package\\/class.pack.php\":{\"d\":1535620873,\"h\":\"32d52160d4ddbd4c0c3d0050cea71585\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/package\\/class.pack.installer.php\":{\"d\":1535620873,\"h\":\"12cf5eceaa2e8adffaeeb15d84fce5c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/package\\/class.pack.archive.zip.php\":{\"d\":1535620873,\"h\":\"747ff92910d8bae217a08897f3eb27e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/package\\/class.pack.archive.filters.php\":{\"d\":1535620873,\"h\":\"fbd7df03600175bd38f97eb1b03cdc97\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/class.settings.php\":{\"d\":1535620873,\"h\":\"973d3afd56cd395d098989ce4b112bb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/class.password.php\":{\"d\":1535620873,\"h\":\"a0d4488c812dc1279cc9cfb203d4802d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/class.crypt.php\":{\"d\":1535620873,\"h\":\"6ec11c69eef7e6694e2bd8576146c171\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/class.logging.php\":{\"d\":1535620873,\"h\":\"749f56db9abbdb54efc0ec1b1b0b1681\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/class.server.php\":{\"d\":1535620873,\"h\":\"15b6c2defa0be16a0a0179822ba3d4ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/classes\\/class.db.php\":{\"d\":1535620873,\"h\":\"ec7f411fd88a02d1c85463a01bb35d9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/settings\\/controller.php\":{\"d\":1535620873,\"h\":\"15b52e96d9e925a5c3a97ba892a48778\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/settings\\/license.php\":{\"d\":1535620873,\"h\":\"bc925c3c8a9b6d6bace805342b72df33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/settings\\/general.php\":{\"d\":1535620873,\"h\":\"513d93af1ca615ee9e6b247725d06be2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/settings\\/packages.php\":{\"d\":1535620873,\"h\":\"681ab39b861212fac37abc8bb93f9e5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/settings\\/storage.php\":{\"d\":1535620873,\"h\":\"db5b3962e1ff7af1a9382619fec07477\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/settings\\/schedule.php\":{\"d\":1535620873,\"h\":\"a0edf83ac16a9fedaf3e049b4ac075ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/settings\\/about-info.php\":{\"d\":1535620873,\"h\":\"b488dbcefe7df2de1d7186e928b530d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/help\\/gopro.php\":{\"d\":1535620873,\"h\":\"881dc4b0db96c5fe80e61279e2981f73\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/details\\/detail.php\":{\"d\":1535620873,\"h\":\"caa9427b66a5e3de422f2129ce15b64d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/details\\/controller.php\":{\"d\":1535620873,\"h\":\"7e70f0f563176a3975238d102243f64f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/details\\/transfer.php\":{\"d\":1535620873,\"h\":\"5ab45e96887183dab1e5f056f6129515\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/main\\/s1.setup1.php\":{\"d\":1535620873,\"h\":\"6477f20351b28aad6832ed823a06d9b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/main\\/controller.php\":{\"d\":1535620873,\"h\":\"2a32602a11fa4461603c689b56409494\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/main\\/s2.scan3.php\":{\"d\":1535620873,\"h\":\"fa58ee8be9b5bd0fcfaadb3cc14b6af7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/main\\/s2.scan1.php\":{\"d\":1535620873,\"h\":\"1910adc11585195e2a3fc10c6e7c511b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/main\\/s2.scan2.php\":{\"d\":1535620873,\"h\":\"c3b69484b4f0bc5fb647feb3463200bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/main\\/packages.php\":{\"d\":1535620873,\"h\":\"a36c6289b94b09eee026bfc6a6140742\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/main\\/s3.build.php\":{\"d\":1535620873,\"h\":\"73a72c36bf092b9539da06461f890c1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/main\\/s1.setup2.php\":{\"d\":1535620873,\"h\":\"3743293c0718ed61b09e6c6e4dfbdfdc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/controller.php\":{\"d\":1535620873,\"h\":\"68a2a12840c9d77730af7a9c3e49ecad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/screen.php\":{\"d\":1535620873,\"h\":\"1045a1f4fc477e3745131627b8a4473d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/tools\\/diagnostics\\/inc.phpinfo.php\":{\"d\":1535620873,\"h\":\"575e9106deb23688bda0b766fb822adb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/tools\\/diagnostics\\/support.php\":{\"d\":1535620873,\"h\":\"48d9f86e5aa34b468229fddc013fc527\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/tools\\/diagnostics\\/inc.data.php\":{\"d\":1535620873,\"h\":\"f713d54c53efc209e2a3a32175020841\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/tools\\/diagnostics\\/inc.validator.php\":{\"d\":1535620873,\"h\":\"cd0f2023e985bbb55f9c2ff66474372e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/tools\\/diagnostics\\/logging.php\":{\"d\":1535620873,\"h\":\"83ee72e0926b6b2d587586aefdb8be9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/tools\\/diagnostics\\/inc.settings.php\":{\"d\":1535620873,\"h\":\"0a9dc7ff2543a93fce845300ed9c3233\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/tools\\/diagnostics\\/information.php\":{\"d\":1535620873,\"h\":\"d54d0f69a938ad4d93503f80541e26c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/tools\\/diagnostics\\/main.php\":{\"d\":1535620873,\"h\":\"da658e73861cfeddd1106e7589317038\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/tools\\/controller.php\":{\"d\":1535620873,\"h\":\"409b0322b253672b411af98143a8c6ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/tools\\/templates.php\":{\"d\":1535620873,\"h\":\"f76dfefe914e4eb338273b3ed7d27848\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/inc.header.php\":{\"d\":1535620873,\"h\":\"883821b5fbfc4203217837a6365bb818\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/views\\/javascript.php\":{\"d\":1535620873,\"h\":\"17c59cb71c3a5ffab6258c51de3136ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/assets\\/js\\/jquery.qtip\\/jquery.qtip.min.js\":{\"d\":1535620873,\"h\":\"bd3a04e1ff2195e9c2d597fd2ed98423\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/assets\\/js\\/jquery.qtip\\/jquery.qtip.min.css\":{\"d\":1535620873,\"h\":\"4d7d40f66aa66a9f8767c9981619bf10\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/assets\\/js\\/handlebars.min.js\":{\"d\":1535620873,\"h\":\"c380fdb2b3c5335ec7c472435ffa2025\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/assets\\/js\\/parsley-standalone.min.js\":{\"d\":1535620873,\"h\":\"851d74cc118c0bf055e7b75054441392\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/assets\\/js\\/javascript.php\":{\"d\":1535620873,\"h\":\"cd0b6d8a71e72df8910b0b22f5cf306e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/assets\\/js\\/parsley.min.js\":{\"d\":1535620873,\"h\":\"7a20ac3bf59a27aa830bd5682579ef52\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/assets\\/fonts\\/fontawesome-webfont.ttf\":{\"d\":1535620873,\"h\":\"b06871f281fee6b241d60582ae9369b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/assets\\/fonts\\/FontAwesome.otf\":{\"d\":1535620873,\"h\":\"0d2717cd5d853e5c765ca032dfd41a4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/assets\\/fonts\\/fontawesome-webfont.woff2\":{\"d\":1535620873,\"h\":\"af7ae505a9eed503f8b8e6982036873e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/assets\\/fonts\\/fontawesome-webfont.woff\":{\"d\":1535620873,\"h\":\"fee66e712a8a08eef5805a46892932ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/assets\\/fonts\\/fontawesome-webfont.eot\":{\"d\":1535620873,\"h\":\"674f50d287a8c48dc19ba404d20fe713\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/assets\\/css\\/parsley.css\":{\"d\":1535620873,\"h\":\"2ced57554e29ca9f1ff7a682febb5bc4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/assets\\/css\\/style.css\":{\"d\":1535620873,\"h\":\"20d0ee23fd19341a73e3a41d35e71533\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/assets\\/css\\/jquery-ui.css\":{\"d\":1535620873,\"h\":\"a4670525d5133a3db3cab91742425d1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/assets\\/css\\/font-awesome.min.css\":{\"d\":1535620873,\"h\":\"269550530cc127b6aa5a35925a7de6ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/ctrls\\/ctrl.base.php\":{\"d\":1535620873,\"h\":\"487259a171dc7454e7f76d2013c692a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/ctrls\\/ctrl.tools.php\":{\"d\":1535620873,\"h\":\"c37762afb4dc7eb8d15e43fae4f7646f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/ctrls\\/ctrl.package.php\":{\"d\":1535620873,\"h\":\"2ef57b183975df15e1188f1c14ff50bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/ctrls\\/ctrl.ui.php\":{\"d\":1535620873,\"h\":\"8d8248980b7b68c56f5f3a316b8f7b69\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/classes\\/utilities\\/class.u.php\":{\"d\":1535620873,\"h\":\"48af68e28fc272c60d2f5deba20457be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/classes\\/config\\/class.conf.wp.php\":{\"d\":1535620873,\"h\":\"785aad42c39c7e840eba7e83aa5e7845\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/classes\\/config\\/class.conf.srv.php\":{\"d\":1535620873,\"h\":\"aabae8bec772432ae7c7d0ebb322cd82\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/classes\\/class.http.php\":{\"d\":1535620873,\"h\":\"407ccc0f2a1f15c4789f2f43655a0c15\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/classes\\/class.password.php\":{\"d\":1535620873,\"h\":\"7e7e72cd7a1e6f6e70de74c17e9e9069\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/classes\\/class.engine.php\":{\"d\":1535620873,\"h\":\"829f0482f7af878597f620bdc6ce41a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/classes\\/class.logging.php\":{\"d\":1535620873,\"h\":\"8f864a6a5e546158e92e2689aa42c382\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/classes\\/class.server.php\":{\"d\":1535620873,\"h\":\"98fdb848f246f9e85bef81553808e07a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/classes\\/class.db.php\":{\"d\":1535620873,\"h\":\"c5fa085e4910911ea52590d1a9e1678f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/assets\\/inc.js.php\":{\"d\":1535620873,\"h\":\"9730b4c13d8b0dbae4022b000b790b04\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/assets\\/inc.libs.js.php\":{\"d\":1535620873,\"h\":\"9e33087f6d2aa527cac05ea2413889d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/assets\\/inc.libs.css.php\":{\"d\":1535620873,\"h\":\"8c1d69640483efa890a32ea07400226f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/assets\\/inc.css.php\":{\"d\":1535620873,\"h\":\"e639f6f624a1bc733972e9483de9416a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/ctrls\\/ctrl.step2.php\":{\"d\":1535620873,\"h\":\"c2269a44b54bd4b00058d6af133d6e69\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/ctrls\\/ctrl.step3.php\":{\"d\":1535620873,\"h\":\"ad1ab811104756024f01d1424f056787\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/ctrls\\/ctrl.step1.php\":{\"d\":1535620873,\"h\":\"6b04148bf0fe56a969ef83b364dde3ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/view.step2.php\":{\"d\":1535620873,\"h\":\"179863b156fcadc3b3fc36e8595ac56e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/view.step1.php\":{\"d\":1535620873,\"h\":\"de26d673430276c18b9e727b3e17e9bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/view.help.php\":{\"d\":1535620873,\"h\":\"dd2352ed45b7e193bd0f27d9b063186b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/main.installer.php\":{\"d\":1535620873,\"h\":\"40f6a126c1578f9761c8a00a25871d07\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/view.init1.php\":{\"d\":1535620873,\"h\":\"ad59b8e75534a048d5a567d880e171c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/view.step3.php\":{\"d\":1535620873,\"h\":\"1b86c097cd4a0d9512de4b6e4dd4370e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/view.step4.php\":{\"d\":1535620873,\"h\":\"52483cc002801c2677c380c2cb9058a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/installer\\/dtoken.php\":{\"d\":1536006563,\"h\":\"c6ae56de1c7b1269fba8ca589f7e9548\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/debug\\/tst.tools.php\":{\"d\":1535620873,\"h\":\"bb6bb9a0adce8b36c346f9642a5e5583\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/debug\\/tst.ui.php\":{\"d\":1535620873,\"h\":\"47530261999bf4c9a343b20838d3a386\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/debug\\/main.php\":{\"d\":1535620873,\"h\":\"971d86d0f9dddb5be9339d066556d29f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/debug\\/tst.packages.php\":{\"d\":1535620873,\"h\":\"8b4b9fff07a265ededb2297507d0d611\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/lib\\/forceutf8\\/README.md\":{\"d\":1535620873,\"h\":\"a5309327504b18401e092eb50674e974\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/lib\\/forceutf8\\/Encoding.php\":{\"d\":1535620873,\"h\":\"10d58dfbd0bd3cf44ed7843b2ff94ac5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/duplicator.php\":{\"d\":1535620873,\"h\":\"3f8c4e7702879efc60c00d57f280f3c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/readme.txt\":{\"d\":1535620873,\"h\":\"c3ac7254c746995864fd75613bba6111\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/define.php\":{\"d\":1535620873,\"h\":\"ae206f310ea019b218c46778f212dc3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/duplicator\\/uninstall.php\":{\"d\":1535620873,\"h\":\"6aa5f494b60b17b67d88abb8a729dca2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/assets\\/styles\\/theme-my-login.css\":{\"d\":1537238300,\"h\":\"0f60f13965731722209c6063c7165a39\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/assets\\/styles\\/theme-my-login.min.css\":{\"d\":1537238300,\"h\":\"20d5e37e46c9568ec9bc33baf5de9db9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/assets\\/scripts\\/theme-my-login.js\":{\"d\":1537238300,\"h\":\"f8b9e910b6704b6abc00d89f6ab73a23\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/assets\\/scripts\\/theme-my-login.min.js\":{\"d\":1537238300,\"h\":\"1c8d4128004f6e2205b873e4b971c245\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/extensions.php\":{\"d\":1537238300,\"h\":\"22a7612cd3f096d78e48841e2053d7ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/actions.php\":{\"d\":1537238300,\"h\":\"baf2f268722ff4bc6bbe9e65f09025ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/class-theme-my-login-form-field.php\":{\"d\":1537238300,\"h\":\"90db5456d5ae2b6eb9c731031e021e1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/class-theme-my-login-action.php\":{\"d\":1537238300,\"h\":\"dcae093aaa98c658d33518e99ce75e74\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/shortcodes.php\":{\"d\":1537238300,\"h\":\"59a28df4fd3778e967e648273255fb66\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/class-theme-my-login-extension.php\":{\"d\":1537238300,\"h\":\"99d6d18664fbff908f7081cca9a8c8b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/ms-functions.php\":{\"d\":1537238300,\"h\":\"f35b2236f1ed19c79ebbab10b1da0719\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/hooks.php\":{\"d\":1537238300,\"h\":\"18841464dd7af5173a6ef458ba02ecd9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/ms-hooks.php\":{\"d\":1537238300,\"h\":\"07e8d02ee5ff4e21ee00598de5bfb45a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/compat.php\":{\"d\":1537238300,\"h\":\"91bcaabcc483869446fc819109583800\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/functions.php\":{\"d\":1537238300,\"h\":\"b37cb100b01daeed66c028b6cde08b9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/options.php\":{\"d\":1537238300,\"h\":\"b86c040d558b94bc2bd21d01f4155b5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/class-theme-my-login-form.php\":{\"d\":1537238300,\"h\":\"9b5c20dc1c9d66f67c615cc507209927\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/forms.php\":{\"d\":1537238300,\"h\":\"57b183762ffcaa18ee43a45a3fa3c31e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/class-theme-my-login-widget.php\":{\"d\":1537238300,\"h\":\"2b48a428a7ce78fa46089f03740a25c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/class-theme-my-login.php\":{\"d\":1537238300,\"h\":\"c3c1b3c8b84ba1d6d0cbf80b7197c346\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/languages\\/theme-my-login.pot\":{\"d\":1537238300,\"h\":\"c9a1f990b23081b725271ee985c4ddbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/assets\\/styles\\/theme-my-login-admin.css\":{\"d\":1537238300,\"h\":\"a59e734409b654f2d0a97cf8cdc6b8ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/assets\\/styles\\/theme-my-login-admin.min.css\":{\"d\":1537238300,\"h\":\"fdd15c20ba70e4c79bce2eacfb24a68a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/assets\\/scripts\\/theme-my-login-admin.js\":{\"d\":1537238300,\"h\":\"ef014893b8083c6bd5c49544268b127e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/assets\\/scripts\\/theme-my-login-admin.min.js\":{\"d\":1537238300,\"h\":\"f7a129390c1f027ded3053902fd47cfd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/extensions.php\":{\"d\":1537238300,\"h\":\"0eaee31b6472e5852dd48bbd19d36f40\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/class-theme-my-login-admin.php\":{\"d\":1537238300,\"h\":\"a3c9f14627d37bc6d904ef14589be8a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/settings.php\":{\"d\":1537238300,\"h\":\"4a1e44fd668235062cd0c097ad2c55f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/hooks.php\":{\"d\":1537238300,\"h\":\"0160978140befdcdc423d1c7501a8993\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/functions.php\":{\"d\":1537238300,\"h\":\"d63e8fdbc88bb135ace2c70d7219c4ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/class-theme-my-login-walker-nav-menu-edit.php\":{\"d\":1537238300,\"h\":\"b1949b1730060df53151dd6f36e7b582\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/readme.txt\":{\"d\":1537238300,\"h\":\"ae010ab832ceee1f756da53dd916c439\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/composer.json\":{\"d\":1537238300,\"h\":\"8dacdb551a88b1c91eb28f37753a5c34\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/theme-my-login\\/theme-my-login.php\":{\"d\":1537238300,\"h\":\"c989d64cbff63334ff71d40c28e2cfb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/dashboard\\/modules\\/module-shortcode.php\":{\"d\":1534138296,\"h\":\"d478333dba283061be01e8738ca23185\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/dashboard\\/modules\\/module-slidein.php\":{\"d\":1534138296,\"h\":\"c04d4f0675573d29b5173b397fdfbfb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/dashboard\\/modules\\/module-sharing.php\":{\"d\":1534138296,\"h\":\"626b5d47a767aef715b1e37b111a49dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/dashboard\\/modules\\/module-popup.php\":{\"d\":1534138296,\"h\":\"3a8d7fff603b00a096f85ee4c7edb94c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/dashboard\\/modals\\/cumulative-shares.php\":{\"d\":1534138296,\"h\":\"2d9d46b5c574b6df91184ba285e67809\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/dashboard\\/widget-data.php\":{\"d\":1534138296,\"h\":\"047fd1b7906c182351bbf57a94395e50\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/dashboard\\/widget-welcome.php\":{\"d\":1534138296,\"h\":\"aa95925b2a35d0b584df4c7f4cce583f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/dashboard\\/widget-resume.php\":{\"d\":1534138296,\"h\":\"fe8ac3c9c45bb1f4659279d03eee8f5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/dashboard\\/widget-modules.php\":{\"d\":1534138296,\"h\":\"0800adc405acab1f2f1bb9cb2c2cc872\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-cta.php\":{\"d\":1534138296,\"h\":\"37c3a55a0ede1dc4ae9f8f5bbc8c9748\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-additional.php\":{\"d\":1534138296,\"h\":\"2af026840420242c1a57f65121eadeb1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-image_fit.php\":{\"d\":1534138296,\"h\":\"1952123f69a87182ba52cfaa7c5cb2be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-style_colors.php\":{\"d\":1534138296,\"h\":\"e0cc0c0a807b25b517794ec13f489b2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-border.php\":{\"d\":1534138296,\"h\":\"68aad6c4689d08c50e79dd0760b97f32\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-form_submission.php\":{\"d\":1534138296,\"h\":\"d92059ccd5ed3b0382a3ed744979e77f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-image.php\":{\"d\":1534138296,\"h\":\"5c6c657e049ce0b2ee6c92a4f4544934\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-email.php\":{\"d\":1534138296,\"h\":\"4cd7231b0a8464b1f591139dc8f15e5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-palette.php\":{\"d\":1534138296,\"h\":\"451650c3394ab8385d68ac2288f42ba2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-name.php\":{\"d\":1534138296,\"h\":\"15d2a617a0b8b70ddea923576e136f6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-style.php\":{\"d\":1534138296,\"h\":\"e58997cc29f1cbbbf149ba38f1625e20\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-size.php\":{\"d\":1534138296,\"h\":\"2921b11f1e2676b14467f46b6195a8f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-form_success.php\":{\"d\":1534138296,\"h\":\"c51d740cbb8b21fda1f6f3b65c33ae4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-conditions.php\":{\"d\":1534138296,\"h\":\"01485c25844fde35f614b95f3479556e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-css.php\":{\"d\":1534138296,\"h\":\"456779e3edb20e93aa2b079597d4adcf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-css_holder.php\":{\"d\":1534138296,\"h\":\"be0111a37e4f4f7e99c52080eba9c398\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-gdpr.php\":{\"d\":1534138296,\"h\":\"c3398d3807964531987436b9695cf6c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-content.php\":{\"d\":1534138296,\"h\":\"1d1bb9506388d391d1fe934c0e19e74b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-image_position.php\":{\"d\":1534138296,\"h\":\"516e6fb00bb81b3ccfbfee30e576599f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-titles.php\":{\"d\":1534138296,\"h\":\"f64a204be6442b51f88402ee5af22b91\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-triggers.php\":{\"d\":1534138296,\"h\":\"8da4904da49a3b199b13eb935acf130b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-form_elements.php\":{\"d\":1534138296,\"h\":\"650340949dabda3eb542633e691c3e7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-animation.php\":{\"d\":1534138296,\"h\":\"d7ad63d020c3f3eb0290a1b046c9fbb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-form_layout.php\":{\"d\":1534138296,\"h\":\"efe1acec4fe93cf1b87f9339f5bbb6c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-shadow.php\":{\"d\":1534138296,\"h\":\"fccdb7d5759644590650d8ac07e6dcc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-shapes.php\":{\"d\":1534138296,\"h\":\"4beffe1ef53e669ad85495cea1898624\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-submit.php\":{\"d\":1534138296,\"h\":\"a499609b36d3a0679139fa4a7c9b7fc5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/boxes\\/box-form_message.php\":{\"d\":1534138296,\"h\":\"5a60fd049f3854fddbf862a448ad5794\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/wizard-design.php\":{\"d\":1534138296,\"h\":\"c113738610b705b86779be8f78580bda\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/wizard-settings.php\":{\"d\":1534138296,\"h\":\"6b205079374000e1d9a146a757990d85\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard\\/wizard-content.php\":{\"d\":1534138296,\"h\":\"bae28d308d31169468f30bf85fa4c2fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/welcome.php\":{\"d\":1534138296,\"h\":\"4929651f70f90009a13df02ce7c6b00a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/listing.php\":{\"d\":1534138296,\"h\":\"44fdcc4a92079b60d841f3013fd2e2d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/embedded\\/wizard.php\":{\"d\":1534138296,\"h\":\"66251840c9b8dbcf392e2d64810c6fe2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-cta.php\":{\"d\":1534138296,\"h\":\"ae7595259c2dda285a32bee396149ec8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-image_fit.php\":{\"d\":1534138296,\"h\":\"1952123f69a87182ba52cfaa7c5cb2be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-style_colors.php\":{\"d\":1534138296,\"h\":\"e2bc963b6f8a68b9135488150f136129\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-border.php\":{\"d\":1534138296,\"h\":\"4b47b546b5121cf85afd12609816590f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-form_submission.php\":{\"d\":1534138296,\"h\":\"1c649af246370564dc80e96eece4f56b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-image.php\":{\"d\":1534138296,\"h\":\"a983a244385c85ed6bd8e07110276a39\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-email.php\":{\"d\":1534138296,\"h\":\"bfdaf013cbe9d80535e15d51752d5fa5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-palette.php\":{\"d\":1534138296,\"h\":\"c8e5cecc8b8f825c904581e391875f62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-name.php\":{\"d\":1534138296,\"h\":\"869d6471adb9e9fefb9919374eaf5f04\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-style.php\":{\"d\":1534138296,\"h\":\"b19d26e428f514b8d148a2b720704067\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-size.php\":{\"d\":1534138296,\"h\":\"6a8bf1fe33e2215ac29371e987cdf7bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-form_success.php\":{\"d\":1534138296,\"h\":\"157f06634e242d8e71bfaa8fa4423398\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-conditions.php\":{\"d\":1534138296,\"h\":\"389fe0de9a4794407258619e99bac07a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-css.php\":{\"d\":1534138296,\"h\":\"529d905081cf5ba0fa653f8dfba18a44\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-css_holder.php\":{\"d\":1534138296,\"h\":\"be0111a37e4f4f7e99c52080eba9c398\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-gdpr.php\":{\"d\":1534138296,\"h\":\"00652568ffa0625986f58d5ae0039239\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-content.php\":{\"d\":1534138296,\"h\":\"1d1bb9506388d391d1fe934c0e19e74b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-display_position.php\":{\"d\":1534138296,\"h\":\"506677d8ca4927931ccca597449cd8f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-image_position.php\":{\"d\":1534138296,\"h\":\"2141ab32dfa8ecaa3f67cdea31e8bca8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-titles.php\":{\"d\":1534138296,\"h\":\"d1fb03c3d852eaa55daa7c2c442c1fa8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-closing.php\":{\"d\":1534138296,\"h\":\"b6a7f844940c956f806a5953fb1d8ac0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-triggers.php\":{\"d\":1534138296,\"h\":\"21f3b030e9ec9e6e42a96023b244fa78\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-form_elements.php\":{\"d\":1534138296,\"h\":\"650340949dabda3eb542633e691c3e7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-form_layout.php\":{\"d\":1534138296,\"h\":\"38e05b38decf78d12be5fd27c3c0db09\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-shadow.php\":{\"d\":1534138296,\"h\":\"22ba68e8a12a8535f471d91c0c6e77f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-shapes.php\":{\"d\":1534138296,\"h\":\"ad54cfdb7194c88026260d545d9c596e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-submit.php\":{\"d\":1534138296,\"h\":\"17bb3e9d6198ebd8340d986f220171ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/boxes\\/box-form_message.php\":{\"d\":1534138296,\"h\":\"100623448149137b56b032c4e54f48ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/wizard-design.php\":{\"d\":1534138296,\"h\":\"44d60c343a743e99c6bf09b084fa90c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/wizard-settings.php\":{\"d\":1534138296,\"h\":\"0cc646d3e126304354fbb0f28d744103\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard\\/wizard-content.php\":{\"d\":1534138296,\"h\":\"5c8f78be775b38c7fad7019383e3af1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/welcome.php\":{\"d\":1534138296,\"h\":\"9d75b3d8b174ed6c736324e9d75bef93\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/listing.php\":{\"d\":1534138296,\"h\":\"5be148fbceb50aef6eef0fe3fcfe2e92\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/slidein\\/wizard.php\":{\"d\":1534138296,\"h\":\"a735117847c8a37e2c1d19b4e353501f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/settings\\/display-triggers.php\":{\"d\":1534138296,\"h\":\"e2ad05d85a01887969b43f9ef1468c2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/settings\\/providers-edit.php\":{\"d\":1534138296,\"h\":\"3000c0b4ecd6d720eac75f3ef1fd7a7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/settings\\/conditions.php\":{\"d\":1534138296,\"h\":\"c3eff91847cebbea3449cb0522ec0ab6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/settings\\/welcome.php\":{\"d\":1534138296,\"h\":\"439d3d8c77e3dcdc8959c280e43e76fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/settings\\/widget-modules.php\":{\"d\":1534138296,\"h\":\"f54cd2ca1bdd727afc20eba15341ddd3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/settings\\/providers-edit-modal-content.php\":{\"d\":1534138296,\"h\":\"28deec5fb3c087f85ac456552f8e5fb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/settings\\/providers-edit-modal.php\":{\"d\":1534138296,\"h\":\"33c57f3591faf764ec612e76897ec992\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/provider\\/mailchimp\\/args.php\":{\"d\":1534138296,\"h\":\"d841eadc32bbad9410c198bdc4ae5ca9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/provider\\/mad_mimi\\/args.php\":{\"d\":1534138296,\"h\":\"8e97a2a965432e4a9edd75abbdd5a28b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/provider\\/sendy\\/args.php\":{\"d\":1534138296,\"h\":\"8e97a2a965432e4a9edd75abbdd5a28b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/provider\\/infusionsoft\\/args.php\":{\"d\":1534138296,\"h\":\"5d164d3b10612b3d7715ea507512ed77\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/provider\\/activecampaign\\/args.php\":{\"d\":1534138296,\"h\":\"6b893bfe18b9eb978fb054f9a786acdc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/common\\/media-holder.php\":{\"d\":1534138296,\"h\":\"56af3d23da68c69cc11cbc601be813fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-icons.php\":{\"d\":1534138296,\"h\":\"6e614d172b1dd5282e4f893b75957099\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-floating_inline_count.php\":{\"d\":1534138296,\"h\":\"bf68a160c09690505681dfcb6ca17b8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-floating_preview.php\":{\"d\":1534138296,\"h\":\"5b2079ef65160cd50cd85f251cf98aa8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-floating_colors.php\":{\"d\":1534138296,\"h\":\"8597af973a8e209d6cd8faaee54abfd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-widget_animate.php\":{\"d\":1534138296,\"h\":\"181a27006264c6b8f9348ffd0af4846b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-position.php\":{\"d\":1534138296,\"h\":\"9c26232c8125f70945fdaa0997684e83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-floating_animate.php\":{\"d\":1534138296,\"h\":\"fc8f72472ff489afea5c5bb5242e7bc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-floating.php\":{\"d\":1534138296,\"h\":\"f78188c1b1a2cf211a49da957556e5db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-widget_inline_count.php\":{\"d\":1534138296,\"h\":\"85bee22cff73fe2ec01468b2046921c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-icons_custom.php\":{\"d\":1534138296,\"h\":\"87481b3bb866da1a5be04d1cfee5d97f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-name.php\":{\"d\":1534138296,\"h\":\"6a95542787bef1360deb4df2d77f6fad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-shortcode.php\":{\"d\":1534138296,\"h\":\"1af682cfac0f8d028d7924258129b0c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-conditions.php\":{\"d\":1534138296,\"h\":\"5a85f8fad13799de8053099b02115074\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-behaviour.php\":{\"d\":1534138296,\"h\":\"9226d9c255e3366978f86fc007be607c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-icons_native.php\":{\"d\":1534138296,\"h\":\"7c3b72fb82456a264c953274dc9e7fe5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-widget.php\":{\"d\":1534138296,\"h\":\"6b61f7e113c9c31ef6be1ee9d1e7ed40\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-widget_preview.php\":{\"d\":1534138296,\"h\":\"c8d5fb11fd322804584fb0f4f95769c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-widget_shadow.php\":{\"d\":1534138296,\"h\":\"7460c3bc1321bfb0f72b1c40d60e5f3c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-floating_shadow.php\":{\"d\":1534138296,\"h\":\"56ca842e58dca6dee2c5e1bde9e6256f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/boxes\\/box-widget_colors.php\":{\"d\":1534138296,\"h\":\"b40cb8572c736a83ddb45da5b537e7c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/wizard-design.php\":{\"d\":1534138296,\"h\":\"38d2de459eb1e9f1093b72e72991d219\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/wizard-settings.php\":{\"d\":1534138296,\"h\":\"9f744b462aafb058cbf52c10069ed249\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard\\/wizard-services.php\":{\"d\":1534138296,\"h\":\"05269cf67752e552f7678e2ad1d90368\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/welcome.php\":{\"d\":1534138296,\"h\":\"25f48051e3fe7ca986caf9a461a27a9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/listing.php\":{\"d\":1534138296,\"h\":\"f595493cdcbf85852522e5b646a87324\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/sshare\\/wizard.php\":{\"d\":1534138296,\"h\":\"c210151c94285fbde7f5a684f0cc13ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-cta.php\":{\"d\":1534138296,\"h\":\"0d719aeaca99b46d52d6f59dc4653110\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-additional.php\":{\"d\":1534138296,\"h\":\"3c40382b263b5b90d6cf8f515509d2f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-image_fit.php\":{\"d\":1534138296,\"h\":\"1952123f69a87182ba52cfaa7c5cb2be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-style_colors.php\":{\"d\":1534138296,\"h\":\"7e0a6f6de5723cce6d37474b2872e440\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-border.php\":{\"d\":1534138296,\"h\":\"ce50691b61582db8357995f7b96ad114\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-form_submission.php\":{\"d\":1534138296,\"h\":\"24ceb3e829660fdd501333446fe56f64\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-image.php\":{\"d\":1534138296,\"h\":\"0e41835f232ffb5725e717be382b3bab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-email.php\":{\"d\":1534138296,\"h\":\"6864749be8d51e339e814a2d07b5a834\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-palette.php\":{\"d\":1534138296,\"h\":\"a7b84e649e0cb7888776dc5735143138\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-name.php\":{\"d\":1534138296,\"h\":\"0296e88062ea3817f925ca74f4713dd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-style.php\":{\"d\":1534138296,\"h\":\"efd6dab41ba7ad515415ad726f7d6a14\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-size.php\":{\"d\":1534138296,\"h\":\"5f055e4ecaa201ea731d3bb3e23bcd86\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-form_success.php\":{\"d\":1534138296,\"h\":\"79237fcddc59cfd83b50dcfa7956f32b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-conditions.php\":{\"d\":1534138296,\"h\":\"964176cb579dbe32747f15877dd61b28\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-css.php\":{\"d\":1534138296,\"h\":\"f6440dfee6ad81c29f7436fd85d7cd37\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-css_holder.php\":{\"d\":1534138296,\"h\":\"be0111a37e4f4f7e99c52080eba9c398\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-gdpr.php\":{\"d\":1534138296,\"h\":\"df694d9997d03520f8dc606ccdf48f15\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-content.php\":{\"d\":1534138296,\"h\":\"1d1bb9506388d391d1fe934c0e19e74b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-image_position.php\":{\"d\":1534138296,\"h\":\"516e6fb00bb81b3ccfbfee30e576599f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-titles.php\":{\"d\":1534138296,\"h\":\"cc4fd7e2d63437643f36f39b49b81f41\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-triggers.php\":{\"d\":1534138296,\"h\":\"1ab9e02ab4cc7b55f08383cbf38e6702\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-form_elements.php\":{\"d\":1534138296,\"h\":\"acf4942f6048782ca41da97617064d03\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-animation.php\":{\"d\":1534138296,\"h\":\"c83623944530d64e64ff08e6fc80e7c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-form_layout.php\":{\"d\":1534138296,\"h\":\"d0c05f5d7561be14364ae551502eb730\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-shadow.php\":{\"d\":1534138296,\"h\":\"5238baaf664de8266104e1c7823607f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-shapes.php\":{\"d\":1534138296,\"h\":\"350b3b66bb7a33c0b0f75ca7c0e6580d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-submit.php\":{\"d\":1534138296,\"h\":\"d8848fc6cdec9cc8423e38738468db35\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/boxes\\/box-form_message.php\":{\"d\":1534138296,\"h\":\"100623448149137b56b032c4e54f48ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/wizard-design.php\":{\"d\":1534138296,\"h\":\"7685d0f394762d25d947fc4c289961b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/wizard-settings.php\":{\"d\":1534138296,\"h\":\"9cda4155262c1cb3733fc5900e2dc45a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard\\/wizard-content.php\":{\"d\":1534138296,\"h\":\"ff231803500207baaede55da75ac88db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/welcome.php\":{\"d\":1534138296,\"h\":\"fbc44c67b2002f244d408382d9c5f010\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/listing.php\":{\"d\":1534138296,\"h\":\"a29781f239469fefe6fb7afee2dc0009\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/popup\\/wizard.php\":{\"d\":1534138296,\"h\":\"749601d4cd6a85be7550f4ce2309f012\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/commons\\/listing\\/delete-confirmation.php\":{\"d\":1534138296,\"h\":\"a1eb94db7fc81d04a4dd2adda71ae371\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/commons\\/listing\\/error_list.php\":{\"d\":1534138296,\"h\":\"32c9a0bc0131e5a838c8975c6b8ecb51\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/commons\\/listing\\/modal-email.php\":{\"d\":1534138296,\"h\":\"e5b4c94ab1d71f5bfd364801dcfe4e8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/commons\\/listing\\/modal-upgrade.php\":{\"d\":1534138296,\"h\":\"f4586a60fac2e76c162b947cf86ac831\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/commons\\/listing\\/emails_list.php\":{\"d\":1534138296,\"h\":\"823a98188da9e6b5f442312f54044896\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/commons\\/listing\\/modal-error.php\":{\"d\":1534138296,\"h\":\"d8a60cdfe837d96d3a99432b2b1913b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/commons\\/wizard\\/colors-palette.php\":{\"d\":1534138296,\"h\":\"d89993eac36be60418ded078a7836d2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/commons\\/wizard\\/reorder-icons.php\":{\"d\":1534138296,\"h\":\"0deebdb8f284c87c11f9ead33f6e49ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/commons\\/wizard\\/preview-modal.php\":{\"d\":1534138296,\"h\":\"1bd418352176b0021c44a4cd68406475\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/commons\\/wizard\\/add-new-service.php\":{\"d\":1534138296,\"h\":\"3f4bef4dc63b500df31130b468dc6cf1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/commons\\/wizard\\/colors-style.php\":{\"d\":1534138296,\"h\":\"b9e46168dd506a7a1a5fe6067071dec8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/commons\\/wizard\\/featured-image.php\":{\"d\":1534138296,\"h\":\"2d1b885d850aa7c512d948262b98dc71\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/commons\\/wizard\\/manage-form-fields.php\":{\"d\":1534138296,\"h\":\"7c4dd6e7ce370a225d4cb9fc57c5bdbb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/commons\\/footer.php\":{\"d\":1534138296,\"h\":\"64333e812e0c5a815b3d75fa17a662d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/new-welcome.php\":{\"d\":1534138296,\"h\":\"a206867fa27d9c44ddda1dce7f78cb93\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/dashboard.php\":{\"d\":1534138296,\"h\":\"0c881f242859382529030c6d388c018b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/settings.php\":{\"d\":1534138296,\"h\":\"487d9f4f475853f1e02aed774c98a18f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/new-free-info.php\":{\"d\":1534138296,\"h\":\"f7f64fc15f947f6701a3d2a0d66418b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/new-social-group.php\":{\"d\":1534138296,\"h\":\"2d4fbebfd0dfeef9e11cefa9d42894a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/admin\\/new-optin_success.php\":{\"d\":1534138296,\"h\":\"1ebc8775734c1eb1258385b60e71a07a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/module-icons\\/icon-warning.php\":{\"d\":1534138296,\"h\":\"4765c237592fddbe08946fb2bc926d76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/admin-icons\\/icon-checkmark.php\":{\"d\":1534138296,\"h\":\"738a10b67ef9cb7233e59face611b1eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/admin-icons\\/icon-delete.php\":{\"d\":1534138296,\"h\":\"f86bb607c1f7e5eccd8c43cf2586b1dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/admin-icons\\/icon-email.php\":{\"d\":1534138296,\"h\":\"35d86b9d7d37ef3a2f8b383af13d5a8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/admin-icons\\/icon-widget.php\":{\"d\":1534138296,\"h\":\"a526b6738f2f78a8170f2e6ff408fbc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/admin-icons\\/icon-popup.php\":{\"d\":1534138296,\"h\":\"ce1948ce27180fa90ca8a0404c04f82d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/admin-icons\\/icon-embedded.php\":{\"d\":1534138296,\"h\":\"3bf606191922361f4043dd5965f92384\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/admin-icons\\/icon-shortcode.php\":{\"d\":1534138296,\"h\":\"d38a7f45c1fb94a5c9e8d0903b99e32c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/admin-icons\\/icon-shares.php\":{\"d\":1534138296,\"h\":\"569bead3662dcc0710ebf13f7362b83a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/admin-icons\\/icon-edit.php\":{\"d\":1534138296,\"h\":\"659978ffc27a83174c68fe9e81c6fd50\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/admin-icons\\/icon-slidein.php\":{\"d\":1534138296,\"h\":\"77394004ca16a40744bc3a0be641ec51\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/admin-icons\\/icon-warning.php\":{\"d\":1534138296,\"h\":\"7b9d0c4872f2f908bc70e51f7e5c7bef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/admin-icons\\/icon-floating.php\":{\"d\":1534138296,\"h\":\"bb47a2a6b73b32906b40bd5a86451852\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/social\\/vkontakte.php\":{\"d\":1534138296,\"h\":\"e32ab07ba81e77d849dc83bea89a629e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/social\\/houzz.php\":{\"d\":1534138296,\"h\":\"821948fd12e75b3cecd71bffa7d78fcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/social\\/pinterest.php\":{\"d\":1534138296,\"h\":\"3db2a34d081ec40ad4f40d25ac133a72\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/social\\/google.php\":{\"d\":1534138296,\"h\":\"07d17c9cd1167eecfa73f84fa7db40b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/social\\/reddit.php\":{\"d\":1534138296,\"h\":\"6346c10b64c496a4cc3e40ab6030918e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/social\\/telegram.php\":{\"d\":1534138296,\"h\":\"b868829bb58f14f3c32aba842f38f086\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/social\\/instagram.php\":{\"d\":1534138296,\"h\":\"3ea20549c0492bcc068893e9d6d5b891\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/social\\/facebook.php\":{\"d\":1534138296,\"h\":\"4f46efa38b597bfbbf8ace9276d29c58\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/social\\/twitch.php\":{\"d\":1534138296,\"h\":\"f8b50b110e314758e54f060ff382706d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/social\\/fivehundredpx.php\":{\"d\":1534138296,\"h\":\"82491d1d3845b761c0e09f2223dbea1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/social\\/linkedin.php\":{\"d\":1534138296,\"h\":\"fbea56d49c024002240567936e12d594\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/social\\/youtube.php\":{\"d\":1534138296,\"h\":\"8f1e07daf3cfccdbceb230e63fab15ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/social\\/twitter.php\":{\"d\":1534138296,\"h\":\"59594060370df7681dec177105adac85\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-drag.php\":{\"d\":1534138296,\"h\":\"b92306ef4926ea78ef831d8554017745\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-checkmark.php\":{\"d\":1534138296,\"h\":\"738a10b67ef9cb7233e59face611b1eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-delete.php\":{\"d\":1534138296,\"h\":\"f86bb607c1f7e5eccd8c43cf2586b1dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-mautic.php\":{\"d\":1534138296,\"h\":\"441a63dff09812e5fd4b7fbccaf93886\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-user.php\":{\"d\":1534138296,\"h\":\"7197c5d392594dda63b5836bf9c3aa0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-minus.php\":{\"d\":1534138296,\"h\":\"b76b33806ee323447aa946ebecd0bfc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-email.php\":{\"d\":1534138296,\"h\":\"f85f0cee79293b5879e51446d2688fb2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-close.php\":{\"d\":1534138296,\"h\":\"441107eb1bdcd9329f7053cc7a0908d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-aweber.php\":{\"d\":1534138296,\"h\":\"3c80de0da3c7c46b59f20de46361eb34\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-hustle.php\":{\"d\":1534138296,\"h\":\"f8128d78aa0479d652d1e6147ed4f526\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-icontact.php\":{\"d\":1534138296,\"h\":\"1980d1508114635b0ce77b407a22faf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-campaignmonitor.php\":{\"d\":1534138296,\"h\":\"cedda9a98d400d5fb089903791a33881\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-phone.php\":{\"d\":1534138296,\"h\":\"866577b8cc56a8877a6058ae9b1ea53c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-shortcode.php\":{\"d\":1534138296,\"h\":\"eef1088d02df561fa5ab8d1fbe67e134\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-sendy.php\":{\"d\":1534138296,\"h\":\"ccea0f58a66cbfad3d1bbc6a496e85da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-mailchimp.php\":{\"d\":1534138296,\"h\":\"0066c94f790fe305d1bbd66d188014fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-infusionsoft.php\":{\"d\":1534138296,\"h\":\"ba3a92d1d4522be3f7ac150c8daa8f6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-constantcontact.php\":{\"d\":1534138296,\"h\":\"2f0e744e282556d62dcd5f880ef89525\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-getresponse.php\":{\"d\":1534138296,\"h\":\"ed826f3c95d4cf61d4fef6260abec599\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-convertkit.php\":{\"d\":1534138296,\"h\":\"b4665d2c7c4c51ab9bb520adbd881cae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-arrow.php\":{\"d\":1534138296,\"h\":\"b0a6d8d93604a336bf002833ac8b5a4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-activecampaign.php\":{\"d\":1534138296,\"h\":\"8d6fa697044687bf074d40b7b8aaec9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-plus.php\":{\"d\":1534138296,\"h\":\"2c7fc313694a2f74e628245929ad3ca2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-pin.php\":{\"d\":1534138296,\"h\":\"d0fdcc325fd3470dc5f38bab768aed7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-url.php\":{\"d\":1534138296,\"h\":\"e0ee01626c687cef14d1f6084556aa9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-number.php\":{\"d\":1534138296,\"h\":\"cb6b09acd2982573e179b86670405875\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-text.php\":{\"d\":1534138296,\"h\":\"4322eec1141a1e1fb54c92b20fe38b5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-preview.php\":{\"d\":1534138296,\"h\":\"a7a7863532a2da0a9c42c05bb7f486b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/icons\\/icon-e_newsletter.php\":{\"d\":1534138296,\"h\":\"081f58237ef1a3ad8cdd3e42597cc598\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/providers\\/mailchimp.php\":{\"d\":1534138296,\"h\":\"cfac2efcc6c5e7512040cf5da8d1d18a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/providers\\/activecampaign.php\":{\"d\":1534138296,\"h\":\"eb762ffa456d81026539d5dc3ce6a9f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/providers\\/sendy.php\":{\"d\":1534138296,\"h\":\"9af2c9c9053d8e794639efb5075f7bd5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/providers\\/mad_mimi.php\":{\"d\":1534138296,\"h\":\"0370883c7ab9bb344edc1e48bd78fe8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/providers\\/infusionsoft.php\":{\"d\":1534138296,\"h\":\"8bb6aff2528ebf4de46ed6c9b84bbda2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/providers\\/convertkit.php\":{\"d\":1534138296,\"h\":\"a5fec4d3a3fcf7844f9a271307a1c32b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/characters\\/character-one.php\":{\"d\":1534138296,\"h\":\"68f4d273114dbf6a6495d8d3094c5445\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/characters\\/character-two.php\":{\"d\":1534138296,\"h\":\"df4dfe388692a0933ac5c5dcfb307323\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/modals\\/optin-true.php\":{\"d\":1534138296,\"h\":\"948ef81cb9e96b81ad52817107179586\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/modals\\/optin-success.php\":{\"d\":1534138296,\"h\":\"8455c353178fe1de29c779c5e8f2296b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/modals\\/shares-widget.php\":{\"d\":1534138296,\"h\":\"09878fb4b4b049ac4e65934a56491235\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/modals\\/shares-floating.php\":{\"d\":1534138296,\"h\":\"3e2d06b173abc495d059e228628c1599\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/modals\\/optin-false.php\":{\"d\":1534138296,\"h\":\"cae65e2a89f2ab4353ce050e76d49035\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/option.php\":{\"d\":1534138296,\"h\":\"1c70788c8d15e4097e27d35d793158d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/sshare.php\":{\"d\":1534138296,\"h\":\"c60d93456c11f796a9bf7286646ce489\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/views\\/general\\/alert.php\":{\"d\":1534138296,\"h\":\"6b7c9ec2954b0ac78abd281af68b2653\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/_common\\/utils.js\":{\"d\":1534138296,\"h\":\"259ca745950905db3da29eaba67eb757\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/_common\\/hustle.js\":{\"d\":1534138296,\"h\":\"263f6f2884d2ed25375f920c96844fc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/providers\\/constantcontact.js\":{\"d\":1534138296,\"h\":\"a71a8be4686775eca7e06686fabde5c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/providers\\/mailchimp.js\":{\"d\":1534138296,\"h\":\"ae504492608a56c6cffd7be7b6997145\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/providers\\/e_newsletter.js\":{\"d\":1534138296,\"h\":\"0b0efb2b16fc70d7cce4ede9d46472f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/providers\\/infusion_soft.js\":{\"d\":1534138296,\"h\":\"6e4608afd18b5c3b7db734bcc3cd2e00\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/providers\\/activecampaign.js\":{\"d\":1534138296,\"h\":\"f0a92a2c7c55d044c462ae1504515cd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/providers\\/sendinblue.js\":{\"d\":1534138296,\"h\":\"66bcabaecde9fab9ef5640538d93020f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/providers\\/mautic.js\":{\"d\":1534138296,\"h\":\"889c6f6903a9c5dc225145bf9936068e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/providers\\/hubspot.js\":{\"d\":1534138296,\"h\":\"a5d9d6dfabf619693eaa055ea578462a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/providers\\/mad_mimi.js\":{\"d\":1534138296,\"h\":\"748391971617342b3113e3748a5b1166\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/providers\\/sendy.js\":{\"d\":1534138296,\"h\":\"2df014b810eaa6b76edd0f30abc7ab8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/providers\\/convertkit.js\":{\"d\":1534138296,\"h\":\"77c2c30007b15196a390246e9d940ca7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/providers\\/others.js\":{\"d\":1534138296,\"h\":\"a0cc540689f419bc4c994bd2ef63da2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/providers\\/abcprovider.js\":{\"d\":1534138296,\"h\":\"99a9ef146424e18502fd0b639c0668f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/providers\\/icontact.js\":{\"d\":1534138296,\"h\":\"8e817ec2e64a330624a0c26795f2b07c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/settings-page\\/services.js\":{\"d\":1534138296,\"h\":\"3c1a98b2d2f3647dbe74d312c9a315ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/settings-page\\/services-edit-modal.js\":{\"d\":1534138296,\"h\":\"105038d11584528ca889d3217617df32\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/settings-page\\/modules-activity.js\":{\"d\":1534138296,\"h\":\"457ed0297df3cbd7bcf4b29435326585\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/embedded\\/view.js\":{\"d\":1534138296,\"h\":\"6e46c82ce49274cad16b0b5445326acb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/embedded\\/settings-view.js\":{\"d\":1534138296,\"h\":\"289b4ff8e3abfc0d4f87bb0adf667b30\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/embedded\\/design-view.js\":{\"d\":1534138296,\"h\":\"75ea99317846acdbe6c6bb7f2977fc6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/embedded\\/listing.js\":{\"d\":1534138296,\"h\":\"0793c5c0b109cf8ef6b2e886d55d5928\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/embedded\\/content-view.js\":{\"d\":1534138296,\"h\":\"dbf0276eb8e85c05a0a33111c653dfbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/embedded\\/models.js\":{\"d\":1534138296,\"h\":\"280b29ed4d2e20eeb1f93b7bfe8ae1c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/slidein\\/view.js\":{\"d\":1534138296,\"h\":\"32de0e340cd2cf9226462a9985bc8475\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/slidein\\/settings-view.js\":{\"d\":1534138296,\"h\":\"7594760a5d61144f86f02e2b36061e2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/slidein\\/design-view.js\":{\"d\":1534138296,\"h\":\"6f62a99675d15cd711d52b2e12160c80\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/slidein\\/listing.js\":{\"d\":1534138296,\"h\":\"2c98136ea9715ec975d65c7ebc4da851\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/slidein\\/content-view.js\":{\"d\":1534138296,\"h\":\"222413c9aaab7c85607e1baffc959f9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/slidein\\/models.js\":{\"d\":1534138296,\"h\":\"c7930477135aaeb1b9609ca1e906eed3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/mixins\\/model-updater.js\":{\"d\":1534138296,\"h\":\"0fb9f29663113cacd632fc98b0aa7128\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/settings\\/display-triggers.js\":{\"d\":1534138296,\"h\":\"acdb578a90ea814859c8df0418b36a26\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/settings\\/conditions-view.js\":{\"d\":1534138296,\"h\":\"9302014efcd618d274094c26199941e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/settings\\/conditions.js\":{\"d\":1534138296,\"h\":\"27022a670543d8bb94c7160d180be9c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/common\\/featured-image.js\":{\"d\":1534138296,\"h\":\"686a71ddd3eb76ab0def44ebce6d8bfc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/common\\/delete-confirmation.js\":{\"d\":1534138296,\"h\":\"5daeb3a25e811612dab6d2b3a63a76d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/common\\/media-holder.js\":{\"d\":1534138296,\"h\":\"db7d90ab39ad3cb0fa2cde13c3a692c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/common\\/commons.js\":{\"d\":1534138296,\"h\":\"d6738261687971fbf4027891bd7b2098\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/common\\/modal-upgrade.js\":{\"d\":1534138296,\"h\":\"df49fcbbcaaf3018ee37f4fb661c8bfc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/sshare\\/view.js\":{\"d\":1534138296,\"h\":\"2e667e0fc77f2fad3f7b8f4128feebd5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/sshare\\/settings-view.js\":{\"d\":1534138296,\"h\":\"e0a26b8e3a8d81c8f30aa2519350a437\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/sshare\\/design-view.js\":{\"d\":1534138296,\"h\":\"3054dee2da23d8d5c0d1ac294560c6ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/sshare\\/listing.js\":{\"d\":1534138296,\"h\":\"733ab177135d4e379568a41f3d6cf244\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/sshare\\/content-view.js\":{\"d\":1534138296,\"h\":\"d02229df2ace58d423b9bb19d6d0cd7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/sshare\\/models.js\":{\"d\":1534138296,\"h\":\"a591b84ad7f4439840f3c8eee2d250c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/popup\\/view.js\":{\"d\":1534138296,\"h\":\"73d298688706fabaeb952114fc0d9053\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/popup\\/settings-view.js\":{\"d\":1534138296,\"h\":\"89738fbb4d37c02c4014e0810b928f25\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/popup\\/design-view.js\":{\"d\":1534138296,\"h\":\"c074dbadab4f28b5ee67291c674e1542\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/popup\\/listing.js\":{\"d\":1534138296,\"h\":\"a0792d3a0f9d4f2e89fac10560baaa35\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/popup\\/content-view.js\":{\"d\":1534138296,\"h\":\"f7055794abf92258a484b3f0ac54b75b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/popup\\/models.js\":{\"d\":1534138296,\"h\":\"d6f39de96a8bcb9d64b9871bb894cd9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/popup.js\":{\"d\":1534138296,\"h\":\"ec608f699915dc2cd8b886896b9167d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/views.js\":{\"d\":1534138296,\"h\":\"f514210b9750d3e73d804d9639c63a62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/admin_utils.js\":{\"d\":1534138296,\"h\":\"a827233bb2bd6aa8cc429809a20f1553\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/slidein.js\":{\"d\":1534138296,\"h\":\"394316842e0993c89f5d6898773718d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/settings.js\":{\"d\":1534138296,\"h\":\"6361cac7db4eee529d9a8d815bec2536\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/sshare.js\":{\"d\":1534138296,\"h\":\"b8a221571fa7b3c29566232113389ecd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/embedded.js\":{\"d\":1534138296,\"h\":\"c44c3c61dacedc419edbfc241515335b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/pure-jquery.js\":{\"d\":1534138296,\"h\":\"b8386fb84462d11429926f7918e1643f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/models.js\":{\"d\":1534138296,\"h\":\"496929b6e4986a6934ab253f65ae641f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin\\/dashboard.js\":{\"d\":1534138296,\"h\":\"d648075c0f8ac721d02eb523048fad54\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/common\\/modal-email.js\":{\"d\":1534138296,\"h\":\"493658f4246fb8c7edd08e26b898ebe7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/common\\/modal-error.js\":{\"d\":1534138296,\"h\":\"6d2bbe8171423df0ef48fa4a63be6bb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/maps\\/front.min.js.map\":{\"d\":1534138296,\"h\":\"07f730cd8b2493efb0dcc9e0420d7eab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/maps\\/admin.min.js.map\":{\"d\":1534138296,\"h\":\"8827ffab37e165b1883e2d0b949d8e3c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/sv.js\":{\"d\":1534138296,\"h\":\"d67d306a84c1ae496b97d08b870d3f82\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/th.js\":{\"d\":1534138296,\"h\":\"05df0a3cf3cd485ae82397834aef673d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/fr.js\":{\"d\":1534138296,\"h\":\"c4d2f8fd318501641409729cb9a92baf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/hu.js\":{\"d\":1534138296,\"h\":\"340e18f2098f2d1b4ba02079cccab8cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/hi.js\":{\"d\":1534138296,\"h\":\"45926a091980e0217044cb90533b3710\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/bg.js\":{\"d\":1534138296,\"h\":\"ffd1cb7062be86b498c1e21d16bc17b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/lt.js\":{\"d\":1534138296,\"h\":\"92504dc44baf73bc6b02c718d1d6bd07\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/cs.js\":{\"d\":1534138296,\"h\":\"b1473fa8b4a7fa81f58c91868fac03b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/da.js\":{\"d\":1534138296,\"h\":\"b33f5b427c56b81b81ac271439dba7e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/es.js\":{\"d\":1534138296,\"h\":\"43b23cb5dcc3554bc1949cd5cc74f35e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/en.js\":{\"d\":1534138296,\"h\":\"428215a0b73730b85bf184312518195f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/is.js\":{\"d\":1534138296,\"h\":\"098999f3e8d9f6741213fed060217703\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/lv.js\":{\"d\":1534138296,\"h\":\"472328ee2aa09ea254e32f1abb8107c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/et.js\":{\"d\":1534138296,\"h\":\"55c1bbbfdc5d3deb5298730db76e8e4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/ru.js\":{\"d\":1534138296,\"h\":\"f8c138495c99561d8e76df40072dc9e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/ja.js\":{\"d\":1534138296,\"h\":\"49a9b3c5512e754c2e19808081ef3838\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/sr.js\":{\"d\":1534138296,\"h\":\"56b9a904446ce50b0524ed181ef25531\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/hr.js\":{\"d\":1534138296,\"h\":\"ccff0008a92aa7042cd7d1c1ec6c5d92\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/eu.js\":{\"d\":1534138296,\"h\":\"98331930b7c0791bd0af13403597d9b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/fi.js\":{\"d\":1534138296,\"h\":\"5fd16243b06ae9b8a6472ab2d6fb5d99\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/tr.js\":{\"d\":1534138296,\"h\":\"4b1403bf027d8b2465bcdba0f02ee5dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/uk.js\":{\"d\":1534138296,\"h\":\"8c4ff4bc7b014c4f7deb9b6c9d237ac9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/id.js\":{\"d\":1534138296,\"h\":\"9bc2b29aed8b24623aa1cff360d136bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/de.js\":{\"d\":1534138296,\"h\":\"35cd97e2c7cf707c5ed23f770dbdbc56\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/pl.js\":{\"d\":1534138296,\"h\":\"83f499310a313601314eb8702c41b50f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/ko.js\":{\"d\":1534138296,\"h\":\"95db256af6593ad8241e5d7ad9ba9f26\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/zh-CN.js\":{\"d\":1534138296,\"h\":\"c93cd2e832c37bd04bfcb61fd620e992\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/nl.js\":{\"d\":1534138296,\"h\":\"b076d1e7e6566cc74eb10fd8b8ba839d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/az.js\":{\"d\":1534138296,\"h\":\"4373e99cf557be03e1255e424f25f21f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/he.js\":{\"d\":1534138296,\"h\":\"a252476be70c0607b002654ed5962201\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/ro.js\":{\"d\":1534138296,\"h\":\"4363ae0412c5933825801461137fdee5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/fa.js\":{\"d\":1534138296,\"h\":\"8d679d5bbb7f73c33ca8d8628a9144fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/pt.js\":{\"d\":1534138296,\"h\":\"13059013668b82d83751bb94678dec9c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/it.js\":{\"d\":1534138296,\"h\":\"247a22b01299015e8be660b256e883ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/sk.js\":{\"d\":1534138296,\"h\":\"cdb4032176669d614ef1949d57526452\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/zh-TW.js\":{\"d\":1534138296,\"h\":\"b2ce5dc8fabd8dfd8b7e4c430c629580\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/vi.js\":{\"d\":1534138296,\"h\":\"aca473bee3e57f9dea3d9f991f429127\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/mk.js\":{\"d\":1534138296,\"h\":\"f0633db4a98489291affb08537cd08c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/pt-BR.js\":{\"d\":1534138296,\"h\":\"6b2c5d2a8562ed37311ef9b09782c733\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/nb.js\":{\"d\":1534138296,\"h\":\"f1d56ddb89db74a9b0d81c3088da5d58\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/ca.js\":{\"d\":1534138296,\"h\":\"2cee3e481688224d26d8aceb986e7cd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/i18n\\/gl.js\":{\"d\":1534138296,\"h\":\"ee5c71d51bc370a67a5ece4e50efa607\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/select2.full.min.js\":{\"d\":1534138296,\"h\":\"df992aafbd64b93ecefa81c37fbe8086\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/js\\/select2.full.js\":{\"d\":1534138296,\"h\":\"8d0a47203b1ded297667bc46085e2ddd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/select2\\/css\\/select2.min.css\":{\"d\":1534138296,\"h\":\"9982e107c2aa12e6609171cdc4a2d208\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/chartjs\\/Chart.bundle.min.js\":{\"d\":1534138296,\"h\":\"baf1f3355d948a64eec0a0fb648066dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/fitie\\/fitie.js\":{\"d\":1534138296,\"h\":\"e01c3e36a523f60f22badd88e4c41430\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/ace\\/theme-monokai.js\":{\"d\":1534138296,\"h\":\"95f022ae5b166683cfcd65ce1397ca4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/ace\\/mode-css.js\":{\"d\":1534138296,\"h\":\"bfb89cebea7325c19b5fbc6b05466dd1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/ace\\/ace.js\":{\"d\":1534138296,\"h\":\"883245e0a5e1a1922fe69b6a47fb523d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/ace\\/theme-hustle.js\":{\"d\":1534138296,\"h\":\"768a85a61fbcba2337d2efeaed1770a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/ace\\/theme-solarized_light.js\":{\"d\":1534138296,\"h\":\"e0c2b18371ad9264afedb2db2826855c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/vendor\\/wp-color-picker-alpha.min.js\":{\"d\":1534138296,\"h\":\"44d331510a17ba7957337352b5776ff0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/front\\/_common\\/backbone-view-model-min.js\":{\"d\":1534138296,\"h\":\"f8f9380cd8749f6da97c259e8b62c1bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/front\\/common\\/log-view.js\":{\"d\":1534138296,\"h\":\"710b4085a44285a196979bd688881536\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/front\\/common\\/submit.js\":{\"d\":1534138296,\"h\":\"e4f8e233c9207c06dc3aef81112ee0f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/front\\/pop-up.js\":{\"d\":1534138296,\"h\":\"52ad774a612fb04c896abc478779b58f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/front\\/embed.js\":{\"d\":1534138296,\"h\":\"fb3b323625d7220887ccb10ba1f1d1b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/front\\/slide-in.js\":{\"d\":1534138296,\"h\":\"64c5a7f71a112e38d9229d0e615ba240\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/front\\/sshare.js\":{\"d\":1534138296,\"h\":\"340a8f62c0a02bcbfb25842cb5cf4b32\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/front\\/front-utils.js\":{\"d\":1534138296,\"h\":\"a6915151353542e4728edecd94165b6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/front\\/init.js\":{\"d\":1534138296,\"h\":\"91788b5a928d975cc94a397a758b1b8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/front\\/module.js\":{\"d\":1534138296,\"h\":\"a7dabc32a847110900ec4ef5c6a00a3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/ads.js\":{\"d\":1534138296,\"h\":\"9537c4511591f275200f829fb7ee9ca2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/front.min.js\":{\"d\":1534138296,\"h\":\"4df1c780b000cd2d20ba49060658373a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/js\\/admin.min.js\":{\"d\":1534138296,\"h\":\"e62e63cad93414a94e4f1b54c8fcee1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/icons\\/hustle.woff\":{\"d\":1534138296,\"h\":\"4df3c3b1edbcc69e892b925392ce3a0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/icons\\/hustle.json\":{\"d\":1534138296,\"h\":\"cc8333111b0cbb74460f7352d3736843\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/icons\\/hustle.ttf\":{\"d\":1534138296,\"h\":\"554604af7434e497197cd00229b1af79\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/icons\\/hustle.eot\":{\"d\":1534138296,\"h\":\"9870a76f569fafd0b73c491d7d68200c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/icons\\/updating-font-icon.txt\":{\"d\":1534138296,\"h\":\"83830e16e3507047f5bc6581444ab60e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/fonts\\/wpdui-fi.ttf\":{\"d\":1534138296,\"h\":\"4a5b382d76d21c09e3cca5c97ec0f38f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/fonts\\/wpdui-fi.woff\":{\"d\":1534138296,\"h\":\"89b26010f2cb9c30c14f47596c4fc673\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/fonts\\/wpdui-fi.woff2\":{\"d\":1534138296,\"h\":\"6feb5cde39c8ebd60d74eaae9d10aceb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/fonts\\/hustle.woff\":{\"d\":1534138296,\"h\":\"31d755fa4ec1873983a74f828c8f3ec9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/fonts\\/hustle.ttf\":{\"d\":1534138296,\"h\":\"2e8579928e99c967b380a394a10d7f12\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/fonts\\/hustle.eot\":{\"d\":1534138296,\"h\":\"c3520f480ffe0eb66bb0fe5d274b1d53\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/fonts\\/wpdui-fi.eot\":{\"d\":1534138296,\"h\":\"987edafce5869cf48c81d22d56e0a7b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/shared-ui\\/font\\/fontawesome-webfont.svgz\":{\"d\":1534138296,\"h\":\"1fe4ffdfa48998422cbdae57cd3baca6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/shared-ui\\/font\\/WPMU-DEV-App-Icons.woff\":{\"d\":1534138296,\"h\":\"15709c460fbfc7990e5838c01421389e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/shared-ui\\/font\\/fontawesome-webfont.ttf\":{\"d\":1534138296,\"h\":\"6ea09593203493bfd053a1e838c62404\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/shared-ui\\/font\\/WPMU-DEV-App-Icons.eot\":{\"d\":1534138296,\"h\":\"04032167c777f7a30ee0c1f050d520ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/shared-ui\\/font\\/WPMU-DEV-App-Icons.ttf\":{\"d\":1534138296,\"h\":\"33bd5c836cb3184215880cfd521169cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/shared-ui\\/font\\/WPMU DEV Dashboard.json\":{\"d\":1534138296,\"h\":\"c4776ecd274631672894de248cfcf781\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/shared-ui\\/font\\/fontawesome-webfont.woff\":{\"d\":1534138296,\"h\":\"04b9bfc362dcb9bc999c7d1bcb44a942\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/shared-ui\\/font\\/fontawesome-webfont.eot\":{\"d\":1534138296,\"h\":\"5f4a40c122903174c4227e6871b88cff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/shared-ui\\/plugin-ui.php\":{\"d\":1534138296,\"h\":\"d347187fc1a1e759cfa3481618e8cfea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/shared-ui\\/wdev-ui.js\":{\"d\":1534138296,\"h\":\"0e22e5a236865af0c7e96f6b2a388ab2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/shared-ui\\/notice.css\":{\"d\":1534138296,\"h\":\"fb2d095f21604f8680f4c8c0dc8a8ee8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/shared-ui\\/wdev-ui.css\":{\"d\":1534138296,\"h\":\"6e04c4fdf0dc92c62ed094a86b37ed20\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/shared-ui\\/contributors.txt\":{\"d\":1534138296,\"h\":\"b3cdec480e77eefb1e37065a00af9b74\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/shared-ui\\/README.md\":{\"d\":1534138296,\"h\":\"4eadd464564f557ac1262ab73cffa1df\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/shared-ui\\/notice.js\":{\"d\":1534138296,\"h\":\"212aa96bf5825dd03a97b0b8a557848e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/maps\\/partials\\/social\\/icons\\/outline.css.min.map\":{\"d\":1534138296,\"h\":\"d56870f6a08966c968264d5df7ac9131\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/maps\\/partials\\/social\\/icons\\/squared.css.map\":{\"d\":1534138296,\"h\":\"c62065abc3f5288bcd699577d6ac6bd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/maps\\/partials\\/social\\/icons\\/outline.css.map\":{\"d\":1534138296,\"h\":\"d56870f6a08966c968264d5df7ac9131\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/maps\\/partials\\/social\\/icons\\/rounded.css.min.map\":{\"d\":1534138296,\"h\":\"d14e7a59b53c0a5756fc845dac74e2c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/maps\\/partials\\/social\\/icons\\/flat.css.min.map\":{\"d\":1534138296,\"h\":\"88f7eb08e15910dcacd75c1199808c6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/maps\\/partials\\/social\\/icons\\/flat.css.map\":{\"d\":1534138296,\"h\":\"88f7eb08e15910dcacd75c1199808c6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/maps\\/partials\\/social\\/icons\\/squared.css.min.map\":{\"d\":1534138296,\"h\":\"c62065abc3f5288bcd699577d6ac6bd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/maps\\/partials\\/social\\/icons\\/rounded.css.map\":{\"d\":1534138296,\"h\":\"d14e7a59b53c0a5756fc845dac74e2c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/maps\\/admin.css.min.map\":{\"d\":1534138296,\"h\":\"3904d4f2eaf38d42c71cf15c1733251e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/maps\\/front.css.min.map\":{\"d\":1534138296,\"h\":\"76af46144351c6a69247a1d4a37c23bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/maps\\/grid.css.min.map\":{\"d\":1534138296,\"h\":\"1b94e7456192ce4b37c18511abb52bd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/maps\\/ie-admin.css.min.map\":{\"d\":1534138296,\"h\":\"408c828fcc403675094907305645d96e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/maps\\/ie-front.css.min.map\":{\"d\":1534138296,\"h\":\"3c62b705b2d6894189fac8364404d1e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/partials\\/social\\/icons\\/flat.css\":{\"d\":1534138296,\"h\":\"f19c009077b23cf3dc29e6eda608b50e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/partials\\/social\\/icons\\/squared.min.css\":{\"d\":1534138296,\"h\":\"971261d6ebc59ad96066ef5a8fe9aee5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/partials\\/social\\/icons\\/squared.css\":{\"d\":1534138296,\"h\":\"971261d6ebc59ad96066ef5a8fe9aee5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/partials\\/social\\/icons\\/rounded.css\":{\"d\":1534138296,\"h\":\"249fa10121e9f346ba993e043fc3c33f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/partials\\/social\\/icons\\/outline.min.css\":{\"d\":1534138296,\"h\":\"17c5fa8e2dbb71308853d33488fb3976\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/partials\\/social\\/icons\\/flat.min.css\":{\"d\":1534138296,\"h\":\"f19c009077b23cf3dc29e6eda608b50e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/partials\\/social\\/icons\\/rounded.min.css\":{\"d\":1534138296,\"h\":\"249fa10121e9f346ba993e043fc3c33f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/partials\\/social\\/icons\\/outline.css\":{\"d\":1534138296,\"h\":\"17c5fa8e2dbb71308853d33488fb3976\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/ie-admin.min.css\":{\"d\":1534138296,\"h\":\"3a8a07ca0bdf0f04a2527e58d5e30228\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/ie-front.min.css\":{\"d\":1534138296,\"h\":\"0dc91d2f127949536d52bb4594f154a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/grid.min.css\":{\"d\":1534138296,\"h\":\"fa95ac557626f3b279a7c2ed56b6ede6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/front.min.css\":{\"d\":1534138296,\"h\":\"34b14731435bffa62b2a518da95e7ee5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/assets\\/css\\/admin.min.css\":{\"d\":1534138296,\"h\":\"94daa7315483f2c7ec57f3da382bb6e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-mailerlite.php\":{\"d\":1534138295,\"h\":\"acdce12e781dcd4329c5722ff0d4642f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-sendy.php\":{\"d\":1534138295,\"h\":\"15f136a3d9c4fa376d2fffb77e40cf30\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-campaignmonitor.php\":{\"d\":1534138295,\"h\":\"36826b8628e3e167c87da5689ed8db98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-mautic-api.php\":{\"d\":1534138295,\"h\":\"1b2dc5515186cb25574515fcf760725c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-constantcontact.php\":{\"d\":1534138295,\"h\":\"17cba68030ca4e84f240260fa9b804b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-mad-mimi.php\":{\"d\":1534138295,\"h\":\"6fc6e02a5e3c9c325aa9ec2b63776d20\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-infusionsoft-api.php\":{\"d\":1534138295,\"h\":\"efbe396e27fb4dc12adade0cbf03b5cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-mailchimp.php\":{\"d\":1534138295,\"h\":\"3cb22020b3fe8a4f567a788754f579a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-icontact.php\":{\"d\":1534138295,\"h\":\"e9d5d0f6290a5c03cd3c84ae8d63c9cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-aweber.php\":{\"d\":1534138295,\"h\":\"e5e2d2c2520c244d00c532342717e7cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-sendinblue.php\":{\"d\":1534138295,\"h\":\"f94b56938468cabc782ea5f955f7fc4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-mautic.php\":{\"d\":1534138295,\"h\":\"065dfd4e15b09133b6ba23c4cff2a9e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-zapier.php\":{\"d\":1534138295,\"h\":\"1d3fa1d4c10f4d5a3d6bc5797adb0d8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-sendgrid.php\":{\"d\":1534138295,\"h\":\"5bf4ed9350ab31028127f53233e2dddc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-hubspot-api.php\":{\"d\":1534138295,\"h\":\"fca5812996b5dbcf37b50c1f60c1e3f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-mad-mimi-api.php\":{\"d\":1534138295,\"h\":\"5ddc35faa1fc9f5f11ecc1580e016cd0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-sendinblue-api.php\":{\"d\":1534138295,\"h\":\"e533dd7a7ed2cd29e78b91be59b6b2f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-sendgrid-api.php\":{\"d\":1534138295,\"h\":\"ee7ab71ff8f801928518f42d74190f45\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-activecampaign.php\":{\"d\":1534138295,\"h\":\"fc2a0aaac29c3a229d3a3822a9fc5930\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-convertkit-api.php\":{\"d\":1534138295,\"h\":\"33a80ec8d08e624f76889091719770ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-infusion-soft.php\":{\"d\":1534138295,\"h\":\"58d8cad928bbbc4f19b201feb0342ccb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-hubspot.php\":{\"d\":1534138295,\"h\":\"b24d2c0b79f55c349fd3bb803dc72fa2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-e-newsletter.php\":{\"d\":1534138295,\"h\":\"e8bd1a7d399276ef43e0b08b0795061f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-mailerlite-api.php\":{\"d\":1534138295,\"h\":\"4ae9087fd0282e069a70590d3908d492\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-convertkit.php\":{\"d\":1534138295,\"h\":\"350cfdaff6bdfa3037673ac96318555d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-activecampaign-api.php\":{\"d\":1534138295,\"h\":\"94d3e059b59d5fb10b2f79a21a906ee9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-constantcontact-api.php\":{\"d\":1534138295,\"h\":\"41123b3bb72417e7c46a932f8ce6af4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-mailchimp-api.php\":{\"d\":1534138295,\"h\":\"506b6cd40bdbe1641fb231ac355919ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-get-response-api.php\":{\"d\":1534138295,\"h\":\"4bf44d2d64411eb2609b684adb22c770\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-get-response.php\":{\"d\":1534138295,\"h\":\"219fa1f0a47e52a2c5344136a04f3cad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/providers\\/opt-in-icontact-api.php\":{\"d\":1534138295,\"h\":\"da4ed10268bbc31aaa9ad6646eaf59b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/slidein\\/hustle-slidein-design.php\":{\"d\":1534138295,\"h\":\"eddc0037ec94da945719b605600c6f58\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/slidein\\/hustle-slidein-settings.php\":{\"d\":1534138295,\"h\":\"515d373041b2f735ab35e7bb3db7a4c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/slidein\\/hustle-slidein-content.php\":{\"d\":1534138295,\"h\":\"d93fe606bd4dbcf51462d0cf4ccb28b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-visitor-not-logged-in.php\":{\"d\":1534138295,\"h\":\"14fb44bd3af91419804ae4dfafed2883\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-shown-less-than.php\":{\"d\":1534138295,\"h\":\"5caa52c1c51cbc405e511dd6b2b5c2bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-not-from-internal-link.php\":{\"d\":1534138295,\"h\":\"b846b02ea464ae5627fe360a47f034d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-only-on-mobile.php\":{\"d\":1534138295,\"h\":\"20ecb3ca90f7621373215402b55ca9bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-categories.php\":{\"d\":1534138295,\"h\":\"8075b927be8c9364b3cda6d801712268\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-in-a-country.php\":{\"d\":1534138295,\"h\":\"a079eea0c5f74f443a2a3298acd84389\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-cpt.php\":{\"d\":1534138295,\"h\":\"d6531aa63b893cc8b0d023e9905bde8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-posts.php\":{\"d\":1534138295,\"h\":\"331f51b86a45eeede3fd8570020a3d63\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-not-on-specific-url.php\":{\"d\":1534138295,\"h\":\"b79a7406557dbee813f5aa4538ebba77\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-not-on-mobile.php\":{\"d\":1534138295,\"h\":\"70894d84f60769c4aa9fbbbde35cb494\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-pages.php\":{\"d\":1534138295,\"h\":\"32c34688951b702f638850a59ede7658\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-abstract.php\":{\"d\":1534138295,\"h\":\"81ae151dfe16e86f9692950932f87d5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-not-from-specific-ref.php\":{\"d\":1534138295,\"h\":\"5705a68dc44abd2a80b539279af018c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-tags.php\":{\"d\":1534138295,\"h\":\"2d8fe817bd70196207df5b4ccd22d9ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-on-specific-url.php\":{\"d\":1534138295,\"h\":\"96e69cea04c5d09cf1065b7d4aa3cc0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-interface.php\":{\"d\":1534138295,\"h\":\"935343d411dd2f1c6de206a81c5ede86\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-not-in-a-country.php\":{\"d\":1534138295,\"h\":\"75637a5b2c7da6f99fd1eb2c39a5ebaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-visitor-logged-in.php\":{\"d\":1534138295,\"h\":\"dd34afad89fe6875fd743070756e93ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-only-on-not-found.php\":{\"d\":1534138295,\"h\":\"fb65c3f2c9fc085f2826f3fac522a6e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-from-specific-ref.php\":{\"d\":1534138295,\"h\":\"d52929669047779d04b6bdd225a7403f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-visitor-has-never-commented.php\":{\"d\":1534138295,\"h\":\"5057a61ce264b103765a248c7e443439\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-visitor-has-commented.php\":{\"d\":1534138295,\"h\":\"02d020bf912c5d177b68984a6a478976\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/display-conditions\\/opt-in-condition-from-search-engine.php\":{\"d\":1534138295,\"h\":\"6bea98eebb5f8c2a9a9fd4cdf4fa2fa4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/sshare\\/hustle-sshare-types.php\":{\"d\":1534138295,\"h\":\"1f1b96b5d85b6a5dd40e3267f419c8c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/sshare\\/hustle-sshare-settings.php\":{\"d\":1534138295,\"h\":\"c5ac8c5e341588a0eb3480110b82f4ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/sshare\\/hustle-sshare-content.php\":{\"d\":1534138295,\"h\":\"230bdad7bab099231a62b2768bbaa7c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/sshare\\/hustle-sshare-design.php\":{\"d\":1534138295,\"h\":\"caef673e7bbce0117cc3945e35642e55\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/popup\\/hustle-popup-content.php\":{\"d\":1534138295,\"h\":\"16a135f237be29bde8f08b5a84cbaacb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/popup\\/hustle-popup-settings.php\":{\"d\":1534138295,\"h\":\"92683f0d9e6e24eb475d5cc9d24b3bde\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/popup\\/hustle-popup-design.php\":{\"d\":1534138295,\"h\":\"5c154a47e8790fb49959f9132794094a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/embed\\/hustle-embedded-settings.php\":{\"d\":1534138295,\"h\":\"579e299e789795789e9e2c050ce58986\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/embed\\/hustle-embedded-content.php\":{\"d\":1534138295,\"h\":\"5b41ad2d2c6e33b0536eeca022eac6a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/embed\\/hustle-embedded-design.php\":{\"d\":1534138295,\"h\":\"493078ef436301d6d5fe57f897e853e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-meta.php\":{\"d\":1534138295,\"h\":\"c87819f881f40c8961e9456ea2a768c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-popup-admin-ajax.php\":{\"d\":1534138295,\"h\":\"bd46fd1e8ebad486621b7fae0936597b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-embedded-admin.php\":{\"d\":1534138295,\"h\":\"e3f1fa50a90df9445306e08fe6418f68\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/opt-in-provider-interface.php\":{\"d\":1534138295,\"h\":\"4d6dc080690e0fda3bd6688d69246049\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-module-decorator.php\":{\"d\":1534138295,\"h\":\"8127a588e32fbe9eea2718c08ecf3ff0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-dashboard-admin.php\":{\"d\":1534138295,\"h\":\"76a7b36fe24828cfa1be277274d96a93\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/opt-in-provider-abstract.php\":{\"d\":1534138295,\"h\":\"3df39281e0e08fc2d95fc87bbe5da8f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-settings-admin-ajax.php\":{\"d\":1534138295,\"h\":\"8fa743e51028ae858c189ac6e59ff750\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/opt-in-wpmudev-api.php\":{\"d\":1534138295,\"h\":\"7fba6d1f3c317f93f2f4960d8c642539\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-custom-content-model.php\":{\"d\":1534138295,\"h\":\"d4ed1d07245fac013ddfcbc29199af37\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-module-admin.php\":{\"d\":1534138295,\"h\":\"b05bdcd0a0571e2458024ad0450d6ea0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-condition-factory.php\":{\"d\":1534138295,\"h\":\"8095f1be5006a278ce5717332a9a1a2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/opt-in-front-ajax.php\":{\"d\":1534138295,\"h\":\"0e0d65d589136950097c5907b4a6e0ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-module-front-ajax.php\":{\"d\":1534138295,\"h\":\"240d07d87c6979b1800df0df0ab7e234\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-model.php\":{\"d\":1534138295,\"h\":\"684557d7c8dd943ebc0d18f12659fa17\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-model-stats.php\":{\"d\":1534138295,\"h\":\"cce9030f3ec93a420ff949d220063b38\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-module-widget.php\":{\"d\":1534138295,\"h\":\"9930f321527fbf8d0d6d92be655f8ca7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-data.php\":{\"d\":1534138295,\"h\":\"3c722abdcc5c827ab538590f20652c45\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-migration.php\":{\"d\":1534138295,\"h\":\"5a2d65d775045ad3c57b2872437e48af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-dashboard-data.php\":{\"d\":1534138295,\"h\":\"26b48fc64e6a1060b1e514661bc1b740\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/opt-in-admin-ajax.php\":{\"d\":1534138295,\"h\":\"ab1804d25d51b80df333949c9f6f61f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-init.php\":{\"d\":1534138295,\"h\":\"dfdfaad8df1e33c9ae8a2681bdd230ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-settings-admin.php\":{\"d\":1534138295,\"h\":\"81ff49e14f806c428abc303c29525133\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/opt-in-db.php\":{\"d\":1534138295,\"h\":\"83082eaac2c0e58c9176f82da9cbee9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-slidein-admin-ajax.php\":{\"d\":1534138295,\"h\":\"5ca748609d1164c41cfec0e2a6f90910\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-popup-admin.php\":{\"d\":1534138295,\"h\":\"3b5e56795b3b72517e220f34ffeef894\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-sshare-admin.php\":{\"d\":1534138295,\"h\":\"e2df42f1b1bb36cf571c2e7d3227e5fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-sshare-admin-ajax.php\":{\"d\":1534138295,\"h\":\"21ee346b34619f90727181f1614ad0ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-upgrade-free-admin.php\":{\"d\":1534138295,\"h\":\"ba6ac83b6b9c21f619436722b13cdf33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-email-services.php\":{\"d\":1534138295,\"h\":\"c993c6fb55dee4ed4dc21e9633a47fc4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-sshare-model.php\":{\"d\":1534138295,\"h\":\"dfd53248efcde79e387a039e43e0d85e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/opt-in-utils.php\":{\"d\":1534138295,\"h\":\"f60c77226b4264ae59ab393ebd362aef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-slidein-admin.php\":{\"d\":1534138295,\"h\":\"f11d1feb0602dd77e375098ccb3848d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-module-widget-legacy.php\":{\"d\":1534138295,\"h\":\"b2706a5a774e36ad6bc2d8ecd0d72c07\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-module-front.php\":{\"d\":1534138295,\"h\":\"cfced11a8e3d91ddd4f4557cb49c628a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-module-collection.php\":{\"d\":1534138295,\"h\":\"bf7736f0f41977338c3e0064a50d56e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/opt-in-geo.php\":{\"d\":1534138295,\"h\":\"edcf2fbc330dd0fc83944b20772a27f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-collection.php\":{\"d\":1534138295,\"h\":\"db333bad13fb9055edc26f10baadfabc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-db.php\":{\"d\":1534138295,\"h\":\"27f85f4cf7e2afaa6eb3283af893b529\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-module-model.php\":{\"d\":1534138295,\"h\":\"0bc18377af8cc17285def5f982365f14\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/hustle-embedded-admin-ajax.php\":{\"d\":1534138295,\"h\":\"ab2560495ea92b7241821828fda5f7c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/inc\\/opt-in-admin.php\":{\"d\":1534138295,\"h\":\"386bf34456b8fba0b1bd1e011a33f02f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/templates.json\":{\"d\":1534138296,\"h\":\"64aca93871da82620071a26c818da4ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/campaign_bounces.json\":{\"d\":1534138296,\"h\":\"55471525555dacee6ca1eb9ed5826cea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/timezones.json\":{\"d\":1534138296,\"h\":\"ff9bbd7171fe05f5bace2fc8087953d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/systemdate.json\":{\"d\":1534138296,\"h\":\"5f2f368919effd4c7d36bc11d42d8198\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/unsubscribed_subscribers.json\":{\"d\":1534138296,\"h\":\"0f7cec268e4241426a5c7dcc33ba99eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/import_subscribers_partial_success.json\":{\"d\":1534138296,\"h\":\"4e1ff5c7b33a77d709530a31f544a22d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/suppressionlist.json\":{\"d\":1534138296,\"h\":\"13fff3aeddf64804cf8d9232b79ab45b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/campaign_spam.json\":{\"d\":1534138296,\"h\":\"48fa85397d6d8da1a685a94c404d14a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/deleted_subscribers.json\":{\"d\":1534138296,\"h\":\"176235e9b24405ed329cc40a9ac5d1cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/campaign_unsubscribes.json\":{\"d\":1534138296,\"h\":\"87d6b967ec28f8b3cd7845acc3ba0a16\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/client_details.json\":{\"d\":1534138296,\"h\":\"964787a45923035cdd7330d4af13dfd9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/create_list.json\":{\"d\":1534138296,\"h\":\"33b7d284c287fa44edb649234bc2ac6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/subscriber_details.json\":{\"d\":1534138296,\"h\":\"1c5733a762560ed1dc27449edea3c27f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/custom_api_error.json\":{\"d\":1534138296,\"h\":\"6be6c0df48a411fc54a5abf1d8502690\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/campaigns.json\":{\"d\":1534138296,\"h\":\"3b160d6e1a5de3e6163f2fffa502e4cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/template_details.json\":{\"d\":1534138296,\"h\":\"81fa02e23c0a9c00c55730956a2868b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/add_subscriber.json\":{\"d\":1534138296,\"h\":\"236507977b97832343c87955243068ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/create_list_webhook.json\":{\"d\":1534138296,\"h\":\"8a1c9ea0268a3a58d8f8fdaa4f159519\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/create_template.json\":{\"d\":1534138296,\"h\":\"9b1fcc1ae0925bd552cb23e364d48cca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/create_client.json\":{\"d\":1534138296,\"h\":\"0b5ea68aeecf1f61c8a00fb5d2b89104\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/campaign_opens.json\":{\"d\":1534138296,\"h\":\"50c3052eebc922dfd0293498b5374ef0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/import_subscribers.json\":{\"d\":1534138296,\"h\":\"3c7c7d85d510224197dc597d3a6cf585\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/list_stats.json\":{\"d\":1534138296,\"h\":\"b8cd04e30e5e30862f005208997655de\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/campaign_summary.json\":{\"d\":1534138296,\"h\":\"248d074230990e424dedb26afac895eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/subscriber_history.json\":{\"d\":1534138296,\"h\":\"93d3efaa0f0373156146e9f3060ca855\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/campaign_listsandsegments.json\":{\"d\":1534138296,\"h\":\"a0d21dda2042a25b1266036b5d945f0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/countries.json\":{\"d\":1534138296,\"h\":\"7baa975380541216a7829128d4d7fb5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/clients.json\":{\"d\":1534138296,\"h\":\"b243ae5d2f1b0686a6f45bbc262b1ad5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/create_campaign.json\":{\"d\":1534138296,\"h\":\"61079127bd26d95434347f30803a85b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/oauth_exchange_token.json\":{\"d\":1534138296,\"h\":\"066a7e8a3b3bc58f7b54803f5a16faaa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/list_webhooks.json\":{\"d\":1534138296,\"h\":\"93194d66734e07372cac1b5c9c04f2b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/campaign_recipients.json\":{\"d\":1534138296,\"h\":\"be59c57f1f497669260f5124c13d109e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/bounced_subscribers.json\":{\"d\":1534138296,\"h\":\"78c52687485c30c0fb031eb82e472fb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/drafts.json\":{\"d\":1534138296,\"h\":\"8b36d3bf66ebb683b6926fcef95ae106\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/scheduled.json\":{\"d\":1534138296,\"h\":\"d7c9df96fbfa5bafb1e1cfc0643123b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/campaign_clicks.json\":{\"d\":1534138296,\"h\":\"57d3357f4a0d8b55042a80e6d984e1ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/lists.json\":{\"d\":1534138296,\"h\":\"0b7f8013e3e93a105a7a7d8c156daf4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/listsforemail.json\":{\"d\":1534138296,\"h\":\"c7eb2e23b02883e0a0f9a9b2ca9bc94a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/create_custom_field.json\":{\"d\":1534138296,\"h\":\"49b9878fd944fa8ea2f283a3d0b6576b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/apikey.json\":{\"d\":1534138296,\"h\":\"4ca4132cc99f80bfc3d4a029a77a7a6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/active_subscribers.json\":{\"d\":1534138296,\"h\":\"414033ce6952d88c0edd3c7b04d4f14e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/create_segment.json\":{\"d\":1534138296,\"h\":\"6183146c3898ae281ea640e40fb5b3b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/segment_details.json\":{\"d\":1534138296,\"h\":\"c5e9d05870477f429728463af092ebe5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/list_details.json\":{\"d\":1534138296,\"h\":\"09d06afb7cd013e74fe615ddfd5a6799\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/segment_subscribers.json\":{\"d\":1534138296,\"h\":\"cf5cec4bc4e7970315ea929a0bd29ecd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/segments.json\":{\"d\":1534138296,\"h\":\"d2d9265fd87ed661cd65c9c96b31a2f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/responses\\/custom_fields.json\":{\"d\":1534138296,\"h\":\"fe40aa43df15068516cdc6b7d9e2148c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/class_tests\\/transport_test.php\":{\"d\":1534138296,\"h\":\"910921085e403c42687854589a9fbb40\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/class_tests\\/response_tests.php\":{\"d\":1534138296,\"h\":\"24f3d5b5918455f1020339897e551978\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/csrest_template_test.php\":{\"d\":1534138296,\"h\":\"f893021f0ae4245d45862dea2a111d28\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/csrest_lists_test.php\":{\"d\":1534138296,\"h\":\"9b86e6dc880510a3cd4db175d745f9c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/all_tests.php\":{\"d\":1534138296,\"h\":\"73120cbcae1b1a1f49b1ea1e0071efee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/csrest_segments_test.php\":{\"d\":1534138296,\"h\":\"8ae88771fc932996a5ff4f794351d1a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/csrest_administrators_test.php\":{\"d\":1534138296,\"h\":\"a40f3d1b53db27e8cdd29ef1110cd678\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/csrest_clients_test.php\":{\"d\":1534138296,\"h\":\"a6e41cc9bb5b2f953cac5412422e1d94\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/csrest_subscribers_test.php\":{\"d\":1534138296,\"h\":\"244146c5a8dd8396bbd89bf0c31a0906\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/csrest_test.php\":{\"d\":1534138296,\"h\":\"39a8d1e99675b1ebc1633cea546e6f25\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/csrest_people_test.php\":{\"d\":1534138296,\"h\":\"e3a06d4691ea848108e995a6b8de9a8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/csrest_campaigns_test.php\":{\"d\":1534138296,\"h\":\"f69ded77fe656a8d795f6780ba43cc55\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/tests\\/csrest_events_test.php\":{\"d\":1534138296,\"h\":\"6fac9564a355f6042e7d48297f6b5d2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/client\\/transfer_credits.php\":{\"d\":1534138295,\"h\":\"a9cfdca1becd95c6ebd975058c6055e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/client\\/get_scheduled.php\":{\"d\":1534138295,\"h\":\"bd1fc7c7030264815f262a374ae4dfbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/client\\/get_drafts.php\":{\"d\":1534138295,\"h\":\"cd154a7dc5a3cbda99e14e4979de18f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/client\\/set_payg_billing.php\":{\"d\":1534138295,\"h\":\"77755bd6960a5bc9f0276496a4cb791c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/client\\/get_campaigns.php\":{\"d\":1534138295,\"h\":\"5139c4f763462390ab3648491bc3ce97\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/client\\/get_suppressionlist.php\":{\"d\":1534138295,\"h\":\"314962a3e85372f6bfa2ea4ae35074d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/client\\/get_lists.php\":{\"d\":1534138295,\"h\":\"f8b61e9a7e7244d8d94e283c785c81f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/client\\/get_lists_for_email.php\":{\"d\":1534138295,\"h\":\"91679cf9ccb9815d19cee585e580cf90\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/client\\/set_basics.php\":{\"d\":1534138295,\"h\":\"98039b7af3faf84b626ee366ad0edeb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/client\\/get_templates.php\":{\"d\":1534138295,\"h\":\"3146ea361fc5be0ae0f8a9821a5feb34\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/client\\/set_monthly_billing.php\":{\"d\":1534138295,\"h\":\"b67954e6085b6cda0c059a49b18e20a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/client\\/suppress.php\":{\"d\":1534138295,\"h\":\"a17c0f81479e6fa64d49976078b9c9ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/client\\/unsuppress.php\":{\"d\":1534138295,\"h\":\"b4f1494c81c9869c4961fdfa4733bf70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/client\\/create.php\":{\"d\":1534138295,\"h\":\"d4e34488e72a454d10ae3bc79e8a1852\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/client\\/delete.php\":{\"d\":1534138295,\"h\":\"4dfa7fbc0641f4c97c9571c323e01e42\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/client\\/get_segments.php\":{\"d\":1534138295,\"h\":\"9ad7613198b151342d83e8bef874e2d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/client\\/get.php\":{\"d\":1534138295,\"h\":\"e30ff3ec917a1f019cf9319fd80203c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/segment\\/add_rule.php\":{\"d\":1534138295,\"h\":\"4b87e194823680eeda392a2a12445f36\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/segment\\/update.php\":{\"d\":1534138295,\"h\":\"201e2cff97af8521d50e001d0d9022a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/segment\\/get_subscribers.php\":{\"d\":1534138295,\"h\":\"6b47b867dbabfc90a44e139b65208b59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/segment\\/clear_rules.php\":{\"d\":1534138295,\"h\":\"ad8c883b280dc7c73df638107ab9319f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/segment\\/create.php\":{\"d\":1534138295,\"h\":\"332e6ee2e110069eb55984ca73fb1c26\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/segment\\/delete.php\":{\"d\":1534138295,\"h\":\"dcf277ebd4665264f37807bb69618e0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/segment\\/get.php\":{\"d\":1534138295,\"h\":\"22d1aebff3e321eca1243addf1563c55\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/subscriber\\/update.php\":{\"d\":1534138295,\"h\":\"184bb3b1135ba651a32fc5b1f803fbe3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/subscriber\\/get_history.php\":{\"d\":1534138295,\"h\":\"51f1fd6a57f3a4f903b8a240e2abb90f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/subscriber\\/add.php\":{\"d\":1534138295,\"h\":\"6de8788edde8991bf097f9a1fbb8ec7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/subscriber\\/delete.php\":{\"d\":1534138295,\"h\":\"a0ff8d2d8096215237a45ab64931e201\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/subscriber\\/unsubscribe.php\":{\"d\":1534138295,\"h\":\"6b090b33817947869bae9d7ea74219a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/subscriber\\/import.php\":{\"d\":1534138295,\"h\":\"9544edc3198ab802d9c7a4bb5471a3d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/subscriber\\/get.php\":{\"d\":1534138295,\"h\":\"12f56877fab870f5d1661b9f0afc4493\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/campaign\\/get_lists_and_segments.php\":{\"d\":1534138295,\"h\":\"8283e6d7e5ee12105a50ddceff1cefb2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/campaign\\/get_recipients.php\":{\"d\":1534138295,\"h\":\"560f808c2bb5b433ba523a067a751c39\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/campaign\\/send.php\":{\"d\":1534138295,\"h\":\"85bb1f021d464b5dae1019da173a9c2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/campaign\\/send_preview.php\":{\"d\":1534138295,\"h\":\"425ecb43ca6c974afdcadc1c0140fecb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/campaign\\/unschedule.php\":{\"d\":1534138295,\"h\":\"f4b51b9d91319fc0dcf640069bc8b81f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/campaign\\/get_unsubscribes.php\":{\"d\":1534138295,\"h\":\"897b7b407415346d6482076cd89a1bfa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/campaign\\/get_bounces.php\":{\"d\":1534138295,\"h\":\"e63004b9535c74168d046bed13c10ee3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/campaign\\/get_clicks.php\":{\"d\":1534138295,\"h\":\"d4a75e82cc91c74a4605cb5719c801ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/campaign\\/get_opens.php\":{\"d\":1534138295,\"h\":\"b6da2a4cd3af5278493168781fc80b28\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/campaign\\/get_spam.php\":{\"d\":1534138295,\"h\":\"55cc045f93fb475bb12e10e24bed37a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/campaign\\/create_from_template.php\":{\"d\":1534138295,\"h\":\"2d59abd0476c5a4d4afa4594a913fb5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/campaign\\/create.php\":{\"d\":1534138295,\"h\":\"7cace5fb8fa64bf9843ff4138e65a488\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/campaign\\/delete.php\":{\"d\":1534138295,\"h\":\"b9c0ce00735296c81dc2b376351e59b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/campaign\\/get_email_client_usage.php\":{\"d\":1534138295,\"h\":\"968801d380b057b4a253c6d55b20bf0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/campaign\\/get_summary.php\":{\"d\":1534138295,\"h\":\"db9f98a6cf207fc1b8a322d6f15d13fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/events\\/event_track.php\":{\"d\":1534138295,\"h\":\"78325053f6f63ad05f2a3690ec044427\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/transactional\\/smart_details.php\":{\"d\":1534138295,\"h\":\"02ce223d7dd4bf5fba4bf8092b3943f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/transactional\\/timeline.php\":{\"d\":1534138295,\"h\":\"76420ffe3e60587ac980e44c3966374f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/transactional\\/classic_send.php\":{\"d\":1534138295,\"h\":\"a56a601bd60ada86032930cda034321a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/transactional\\/smart_send.php\":{\"d\":1534138295,\"h\":\"19b40d1f30fdd829c15d71cab94af2ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/transactional\\/classic_groups.php\":{\"d\":1534138295,\"h\":\"9d5aaa58a452560d2b80d55d6656696a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/transactional\\/smart_list.php\":{\"d\":1534138295,\"h\":\"816b76ac52ecc638bcea95cf4ebf1fad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/authentication\\/auth_with_oauth.php\":{\"d\":1534138295,\"h\":\"1881f307872d1fae22997a4693ced780\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/authentication\\/auth_with_api_key.php\":{\"d\":1534138295,\"h\":\"5ec2a621094c4ff7c63d06b00014d583\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/authentication\\/refresh_token.php\":{\"d\":1534138295,\"h\":\"9eaa613ebdf734a0da3bcb6afaa8a114\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/authentication\\/exchange_token.php\":{\"d\":1534138295,\"h\":\"b29bce7a2cbf4d0538291c742abd352c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/authentication\\/get_authorize_url.php\":{\"d\":1534138295,\"h\":\"dc9ad491d320f0bf25e74d59f6d78879\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/template\\/update.php\":{\"d\":1534138295,\"h\":\"7f8bfe822a19e41d2650820fef85a4b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/template\\/create.php\":{\"d\":1534138295,\"h\":\"ecf7ffc21aa8250302247aea9ce2141b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/template\\/delete.php\":{\"d\":1534138295,\"h\":\"8a5826132b22df8f10d98247a652b12b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/template\\/get.php\":{\"d\":1534138295,\"h\":\"918041b6be0700135e7888bbe52b9ae6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/get_stats.php\":{\"d\":1534138296,\"h\":\"56c9468e409969b86f89d3b34520602d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/get_custom_fields.php\":{\"d\":1534138296,\"h\":\"2c088f883c3d93305dc76d0f8ae13cf9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/activate_webhook.php\":{\"d\":1534138296,\"h\":\"17ec7bb74b2e2da3d638b9e483b6ae28\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/deactivate_webhook.php\":{\"d\":1534138296,\"h\":\"d153c136a4ee945261bad3ce66e9374c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/create_webhook.php\":{\"d\":1534138296,\"h\":\"e821de62b441ace11b46161a3ae5209a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/update.php\":{\"d\":1534138296,\"h\":\"1fd75af0a7975b3a38a73ea095d267fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/create_custom_field.php\":{\"d\":1534138296,\"h\":\"b1e7f089a9b00d21e73ec4fe758af6c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/update_custom_field.php\":{\"d\":1534138296,\"h\":\"8d05d379ea6bd3db8d4eec414177484b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/get_deleted_subscribers.php\":{\"d\":1534138296,\"h\":\"ce2fc9006eaa6527c76bba3ede040213\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/list_webhook_receiver.php\":{\"d\":1534138296,\"h\":\"12ca45146c050f341423f80acbe688aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/delete_webhook.php\":{\"d\":1534138296,\"h\":\"7067aeac2c4b6880d69454795cbcfbad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/test_webhook.php\":{\"d\":1534138296,\"h\":\"ee5569efaa7ec24498560dcb842a50cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/get_active_subscribers.php\":{\"d\":1534138296,\"h\":\"456f5381e8811d7171dd74fb9d9f67dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/get_unsubscribed_subscribers.php\":{\"d\":1534138296,\"h\":\"66bc8f6b6f3191034d56337cbfbc4648\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/create.php\":{\"d\":1534138296,\"h\":\"738e2a658dd5941d3bdfdab07c078a5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/delete.php\":{\"d\":1534138296,\"h\":\"92572bf0078d55f8456c0c7e7aa2cb4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/delete_custom_field.php\":{\"d\":1534138296,\"h\":\"086650a0ef740d29e208fd7e8182a10c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/update_field_options.php\":{\"d\":1534138296,\"h\":\"97fb9d35b78e33a68cdc88be9d6b180f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/get_segments.php\":{\"d\":1534138296,\"h\":\"ecadf038ad1edd7327f47c00d99f511a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/get_bounced_subscribers.php\":{\"d\":1534138296,\"h\":\"9d9aeb4456a6e59561ae6e89dc3ba83c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/get_webhooks.php\":{\"d\":1534138296,\"h\":\"a3adc3e61c664eae88480a1e42c4ec8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/get.php\":{\"d\":1534138296,\"h\":\"4b8396705575c96fdeaf08ad2b5a1aef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/list\\/get_unconfirmed_subscribers.php\":{\"d\":1534138296,\"h\":\"7395a08ef11b6cdf396471421e4ce40e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/external_session_url.php\":{\"d\":1534138295,\"h\":\"5bf6e297a0f7e89c778e950d2531d3bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/get_countries.php\":{\"d\":1534138295,\"h\":\"23af5ecd7d9b14743a99347593e987b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/get_clients.php\":{\"d\":1534138295,\"h\":\"b20c2e5198a38b5e50fe91a1a3716339\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/get_billing_details.php\":{\"d\":1534138295,\"h\":\"6073b23fa1e84b9779b2aa2e9d8fc2fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/get_timezones.php\":{\"d\":1534138295,\"h\":\"2855d1b98db96fe522e27c352a105935\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/get_systemdate.php\":{\"d\":1534138295,\"h\":\"eb3485e8b83d1d38976cbd8570b95522\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/samples\\/get_apikey.php\":{\"d\":1534138295,\"h\":\"cc283a022ac18ac67ef9ad280f9a23fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/class\\/exceptions.php\":{\"d\":1534138296,\"h\":\"37acfe3a57af07aff693744f45c70cd3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/class\\/base_classes.php\":{\"d\":1534138296,\"h\":\"1211a104afa5e56e8a90018ec34cafeb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/class\\/transport.php\":{\"d\":1534138296,\"h\":\"93ec9260c9e9a93f32606451c9a23b89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/class\\/log.php\":{\"d\":1534138296,\"h\":\"219bf3c78daf036029c7178d6bb37a08\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/class\\/cacert.pem\":{\"d\":1534138296,\"h\":\"c29d362201b1bd232898d2b658811db2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/class\\/services_json.php\":{\"d\":1534138296,\"h\":\"f6249cf1bb6b4910c2a1047230e20bd3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/class\\/serialisation.php\":{\"d\":1534138296,\"h\":\"e5359af573ed84cbc6d5888a16e288e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/csrest_general.php\":{\"d\":1534138296,\"h\":\"2b82ed2bad19b41d196c8a4d1231d55e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/csrest_segments.php\":{\"d\":1534138296,\"h\":\"ab03900c7e41273f558ba09eda8148bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/csrest_clients.php\":{\"d\":1534138296,\"h\":\"2a85f77c5c99de1ba085e808bd36b59b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/csrest_people.php\":{\"d\":1534138296,\"h\":\"c2325e4a73aaa8920f55aba20436a530\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/composer.json\":{\"d\":1534138296,\"h\":\"f5e0636937864d86a957870aca2e2308\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/csrest_transactional_classicemail.php\":{\"d\":1534138296,\"h\":\"9a44ae8a405ec23c26476731aeba035c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/csrest_templates.php\":{\"d\":1534138296,\"h\":\"d2c05ed30b71c2ca766a7ad82c103deb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/composer.lock\":{\"d\":1534138296,\"h\":\"eb50a673e699a1da82988cba9d2e3380\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/HISTORY.md\":{\"d\":1534138296,\"h\":\"f5b1d0f651c7611c94750f0623c9d037\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/csrest_subscribers.php\":{\"d\":1534138296,\"h\":\"8dc91570865359475a77f8397577b5c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/README.md\":{\"d\":1534138296,\"h\":\"90a7855700d85e14211baf5399810a3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/csrest_transactional_timeline.php\":{\"d\":1534138296,\"h\":\"b72f956bd20ddd29b239077c13bdc970\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/csrest_administrators.php\":{\"d\":1534138296,\"h\":\"473efa284d8b41651cb4ebbfdf909650\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/csrest_campaigns.php\":{\"d\":1534138296,\"h\":\"3d3ba249e661dcbd59a1f1463b90a980\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/csrest_lists.php\":{\"d\":1534138296,\"h\":\"61d24def9d01ee157ed02235714b2fb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/csrest_transactional_smartemail.php\":{\"d\":1534138296,\"h\":\"68a3bcc72fa82e8d15b7472ba1acc79a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/csrest_events.php\":{\"d\":1534138296,\"h\":\"a8d5c6f6ddfca4e61b6ce129750e6f1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/RELEASE.md\":{\"d\":1534138296,\"h\":\"5efce8234607beab27bf466b23fc4535\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/CONTRIBUTING.md\":{\"d\":1534138296,\"h\":\"cb78f59d308ff4bc2aefbfa778928b9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/campaignmonitor\\/createsend-php\\/LICENSE\":{\"d\":1534138296,\"h\":\"e4306d4b6c77f2db816ec4aed73a13c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/psr\\/log\\/Psr\\/Log\\/Test\\/LoggerInterfaceTest.php\":{\"d\":1534138295,\"h\":\"660a7ddd367dbf434c5ec6e463149d42\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/psr\\/log\\/Psr\\/Log\\/LoggerInterface.php\":{\"d\":1534138295,\"h\":\"1ae09682227159416a299d0ea940d34e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/psr\\/log\\/Psr\\/Log\\/LoggerAwareTrait.php\":{\"d\":1534138295,\"h\":\"221f47ac7d3da4800d2c0e26cdfb351b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/psr\\/log\\/Psr\\/Log\\/LoggerAwareInterface.php\":{\"d\":1534138295,\"h\":\"cfac6d4dc3ebf2c7f0e49f74d1bcd44a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/psr\\/log\\/Psr\\/Log\\/AbstractLogger.php\":{\"d\":1534138295,\"h\":\"26eb607e5318188016615326bd89a9be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/psr\\/log\\/Psr\\/Log\\/NullLogger.php\":{\"d\":1534138295,\"h\":\"d66f51c1fc729b09e54fd8821c7dfe46\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/psr\\/log\\/Psr\\/Log\\/InvalidArgumentException.php\":{\"d\":1534138295,\"h\":\"7d2f0bd1583524d739fff12f0507de65\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/psr\\/log\\/Psr\\/Log\\/LoggerTrait.php\":{\"d\":1534138295,\"h\":\"d1152080b1b7a8812f6a3023b63f0fc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/psr\\/log\\/Psr\\/Log\\/LogLevel.php\":{\"d\":1534138295,\"h\":\"cc226142fd5d390d030b39c61cf97843\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/psr\\/log\\/composer.json\":{\"d\":1534138295,\"h\":\"6e872afc69e782d4a56d2d7094bb24b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/psr\\/log\\/README.md\":{\"d\":1534138295,\"h\":\"144a71a4e1f9c67ac79751acc37614c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/psr\\/log\\/LICENSE\":{\"d\":1534138295,\"h\":\"1a74629072fd794937be394ab689327e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/vendor\\/sendgrid\\/php-http-client\\/lib\\/Client.php\":{\"d\":1534138296,\"h\":\"b7732354f4328b54365c68acb1a3795b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/vendor\\/sendgrid\\/php-http-client\\/lib\\/Response.php\":{\"d\":1534138296,\"h\":\"ee810fd78f810b6bd55f781ffc49d169\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/vendor\\/composer\\/installed.json\":{\"d\":1534138296,\"h\":\"56f817e4a38c70ec0835f0ebc1e9e317\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/vendor\\/composer\\/autoload_static.php\":{\"d\":1534138296,\"h\":\"12838080319909d98840cb2db0f0172b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/vendor\\/composer\\/autoload_classmap.php\":{\"d\":1534138296,\"h\":\"8645d3a4e3ad87e7cf4d88a46717aab4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/vendor\\/composer\\/autoload_real.php\":{\"d\":1534138296,\"h\":\"f8c559bdd15be501659533e99a22ec59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/vendor\\/composer\\/ClassLoader.php\":{\"d\":1534138296,\"h\":\"7bcd58ef2df6fe97165bea70fe9c7712\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/vendor\\/composer\\/autoload_files.php\":{\"d\":1534138296,\"h\":\"87d57761026f4aa1f421ad0df02b5627\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/vendor\\/composer\\/autoload_psr4.php\":{\"d\":1534138296,\"h\":\"29f1e269bc42e15b7b637fe9dd12bc17\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/vendor\\/composer\\/autoload_namespaces.php\":{\"d\":1534138296,\"h\":\"35e12c7d76c4a81633bcf547c0e229a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/vendor\\/composer\\/LICENSE\":{\"d\":1534138296,\"h\":\"955d5fe58c231244f6b49000f383b5e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/vendor\\/autoload.php\":{\"d\":1534138296,\"h\":\"a01c6e368544e1d692d6d68cf10b834d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/lib\\/helpers\\/stats\\/Stats.php\":{\"d\":1534138296,\"h\":\"ae6ce4434c5a87815fba52a7d079f1f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/lib\\/helpers\\/mail\\/README.md\":{\"d\":1534138296,\"h\":\"e8bfc2fea717b6689f1eeba8206d50c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/lib\\/helpers\\/mail\\/Mail.php\":{\"d\":1534138296,\"h\":\"cd30f0195681f461028b28f40b337226\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/lib\\/helpers\\/contacts\\/README.md\":{\"d\":1534138296,\"h\":\"cf322e56dcd7c991ae326c77a6b91c22\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/lib\\/helpers\\/contacts\\/Recipients.php\":{\"d\":1534138296,\"h\":\"1b032716c9f687f594d611c7e64dd15f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/lib\\/loader.php\":{\"d\":1534138296,\"h\":\"87a580065f52f6a28fad17fe80f7bad5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/sendgrid-php\\/lib\\/SendGrid.php\":{\"d\":1534138296,\"h\":\"75296d4b18b2fab35de6b6701ce17900\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/broadcasts\\/1337.json\":{\"d\":1534138295,\"h\":\"1181d7d88649144dd0adc5e2eba24ea2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/custom_fields\\/1.json\":{\"d\":1534138295,\"h\":\"a153444dcc5bea6c7779ce6e8ee80a8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/custom_fields\\/303449.json\":{\"d\":1534138295,\"h\":\"d6f11bb141084a9dfce5c3cc91b33a85\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/custom_fields\\/2.json\":{\"d\":1534138295,\"h\":\"f820e8c8b0935cea4669b30e6adc7bd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/subscribers\\/find_tsl.json\":{\"d\":1534138295,\"h\":\"b026324c6904b2a9cb4b88d6d61c81d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/subscribers\\/find.json\":{\"d\":1534138295,\"h\":\"b8177f4d2717921004ad425c2cb4bf1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/subscribers\\/1.json\":{\"d\":1534138295,\"h\":\"cfd1200e993a4f7f2239b529e5b76bb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/subscribers\\/activity.json\":{\"d\":1534138295,\"h\":\"cfbffa51e9a62aee5d80c80699c9d355\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/subscribers\\/activity_ts.json\":{\"d\":1534138295,\"h\":\"b026324c6904b2a9cb4b88d6d61c81d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/subscribers\\/nonexist.json\":{\"d\":1534138295,\"h\":\"c30a37667e34811e8286086329592f90\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/subscribers\\/page1.json\":{\"d\":1534138295,\"h\":\"ae7c11f79813d54b0de997eb07495283\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/subscribers\\/3.json\":{\"d\":1534138295,\"h\":\"2f979f39b7265017e43da1f361a65c10\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/subscribers\\/nonexist_tsl.json\":{\"d\":1534138295,\"h\":\"897316929176464ebc9ad085f31e7284\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/subscribers\\/2.json\":{\"d\":1534138295,\"h\":\"9b5c6cc65d67de95c6e603b17df9fa87\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/subscribers\\/find_1of2.json\":{\"d\":1534138295,\"h\":\"8b5963e2ab7a628ecb47a302dd3e91b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/subscribers\\/find_2of2.json\":{\"d\":1534138295,\"h\":\"f7930421433e460ce8682d3cf232b368\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/subscribers\\/find_1of2_tsl.json\":{\"d\":1534138295,\"h\":\"26ab0db90d72e28ad0ba1e22ee510510\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/campaigns\\/303449.json\":{\"d\":1534138295,\"h\":\"b34dc35320eebbb4a33fa4c385e1f60c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/accounts\\/1.json\":{\"d\":1534138295,\"h\":\"784b26e45887294b31aa2b28afe890c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/accounts\\/webForms.json\":{\"d\":1534138295,\"h\":\"769e86794adcefbe8da250ed0a4441b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/accounts\\/findSubscribers_ts.json\":{\"d\":1534138295,\"h\":\"b026324c6904b2a9cb4b88d6d61c81d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/accounts\\/findSubscribers.json\":{\"d\":1534138295,\"h\":\"468a3d067246f9f8cf062f54517e0a52\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/accounts\\/page1.json\":{\"d\":1534138295,\"h\":\"a45d4f5402c63cfcd1bbc9b35bc2b360\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/accounts\\/webFormSplitTests.json\":{\"d\":1534138295,\"h\":\"4ae1824b5b8cce1c6b9df0bd959d3ca6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/lists\\/page1.json\":{\"d\":1534138295,\"h\":\"d8117dd10b4b639a7c4c4f07af89ed3c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/lists\\/page2.json\":{\"d\":1534138295,\"h\":\"fa86ebb389a346d7ab38c24e81e0cbad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/lists\\/303449.json\":{\"d\":1534138295,\"h\":\"061d904d0e92e7d334789a8f42bb56bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/lists\\/505454.json\":{\"d\":1534138295,\"h\":\"9fd09dd95338a041daf0764d2f33892a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/error.json\":{\"d\":1534138295,\"h\":\"05ca1ba1f846e0cf4a33356e3c92fb61\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/data\\/empty.json\":{\"d\":1534138295,\"h\":\"cfcd208495d565ef66e7dff9f98764da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/AWeberCreateEntryTest.php\":{\"d\":1534138295,\"h\":\"fcec10a6430a45d3c81b16587f3cf9a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/AWeberCollectionFindTest.php\":{\"d\":1534138295,\"h\":\"fe3be2dd8ea1192707e564004aa47aa0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/OAuthApplicationTest.php\":{\"d\":1534138295,\"h\":\"63e1017f067b54235dd68cee2a4a3649\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/AWeberCollectionTest.php\":{\"d\":1534138295,\"h\":\"e622aded710c65fa353011617425b91b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/mock_data.php\":{\"d\":1534138295,\"h\":\"9066be37aecffe0a54ac3ae92c653618\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/mock_adapter.php\":{\"d\":1534138295,\"h\":\"4bce431c26b7e6da1bcb0120f3350f8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/MultiVersionTest.php\":{\"d\":1534138295,\"h\":\"642ffed4ee698971ab377e2ed1532e85\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/AWeberEntryTest.php\":{\"d\":1534138295,\"h\":\"4e8f5d59bbf3590b01aeda9eed0f7e49\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/AWeberAPITest.php\":{\"d\":1534138295,\"h\":\"0307ea0f96b71ed5e86a7783ddfc9149\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/tests\\/AWeberCollectionParentEntryTest.php\":{\"d\":1534138295,\"h\":\"28e2b5d9c324106cd9c53cc6bdd2216d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/aweber_api\\/aweber_api.php\":{\"d\":1534138295,\"h\":\"2e5ab60dcd5297604b9cb3b5efbc17d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/aweber_api\\/exceptions.php\":{\"d\":1534138295,\"h\":\"f17014f1252de152c9d1fdbda2ca004b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/aweber_api\\/aweber_response.php\":{\"d\":1534138295,\"h\":\"03dcc234ef969cb9ba10468760250c71\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/aweber_api\\/oauth_adapter.php\":{\"d\":1534138295,\"h\":\"3639fe59c1cd5cfaa7dbd55a1867afbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/aweber_api\\/oauth_application.php\":{\"d\":1534138295,\"h\":\"29acfa625615d359a0a29375dfc06032\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/aweber_api\\/aweber.php\":{\"d\":1534138295,\"h\":\"2979bfd49feada31b05ae51dfa625b86\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/aweber_api\\/aweber_collection.php\":{\"d\":1534138295,\"h\":\"34ccca7b8df2830776d54f06db20f3d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/aweber_api\\/aweber_entry_data_array.php\":{\"d\":1534138295,\"h\":\"e765481d9445f09c25a27171202df22d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/aweber_api\\/curl_object.php\":{\"d\":1534138295,\"h\":\"65afd97003598b1f9141e5f61f24c972\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/aweber_api\\/aweber_entry.php\":{\"d\":1534138295,\"h\":\"64ee58421217146d3ce69b39322d645f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/aweber_api\\/curl_response.php\":{\"d\":1534138295,\"h\":\"4390164d6d970103513374490c55be0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/build\\/phpunit.xml\":{\"d\":1534138295,\"h\":\"88c8d01bb6f30331282b0e44d1e0a372\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/build\\/phpcs.xml\":{\"d\":1534138295,\"h\":\"fbc6a5a2a9836cc9f9ee7bf83ba8cd72\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/build\\/phpmd.xml\":{\"d\":1534138295,\"h\":\"f460b19cb91ad7f426f84e4ece60688c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/composer.json\":{\"d\":1534138295,\"h\":\"5075e55199230fb9fe6e9e7c87797a27\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/demo.php\":{\"d\":1534138295,\"h\":\"14ed38afb85d3a81471c754aaffc0d09\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/README.md\":{\"d\":1534138295,\"h\":\"6df961cf307bce24499693fbf9c8c90c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/LICENSE\":{\"d\":1534138295,\"h\":\"b05d6bed30998b57d99e86a024884388\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/aweber\\/aweber\\/build.xml\":{\"d\":1534138295,\"h\":\"8621fc15bacfe1456f1c64818ed9bf4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/WebHooks\\/CTCTWebhookUtil.php\":{\"d\":1534138296,\"h\":\"26e5577ae1088e8861b207b5114b55c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Exceptions\\/OAuth2Exception.php\":{\"d\":1534138296,\"h\":\"0dde5fe9d162e53fe46019d6885e6dff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Exceptions\\/CtctException.php\":{\"d\":1534138296,\"h\":\"db0af2fe9e2f2ff32a815e953c9b963b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Exceptions\\/IllegalArgumentException.php\":{\"d\":1534138296,\"h\":\"6c1f1cc5867be6edda6d3c419f90aa05\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Auth\\/CtctDataStore.php\":{\"d\":1534138296,\"h\":\"0280b3a70835e47a4980928e40239a0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Auth\\/SessionDataStore.php\":{\"d\":1534138296,\"h\":\"f324005db5879824ec3e803c6b4b0168\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Auth\\/CtctOAuth2.php\":{\"d\":1534138296,\"h\":\"8a82218c5e23497021de6cbc81aece6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Util\\/CurlResponse.php\":{\"d\":1534138296,\"h\":\"7fb84400dc5ed5d6dd9078cd58e98d67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Util\\/RestClient.php\":{\"d\":1534138296,\"h\":\"27c66d08bc5bab4dc563ab907564e40c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Util\\/Config.php\":{\"d\":1534138296,\"h\":\"e6cc69690f51ccd542c5fff44f516218\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Util\\/RestClientInterface.php\":{\"d\":1534138296,\"h\":\"5c10fd2fac401b7c2ed22c6be666c637\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Services\\/EmailMarketingService.php\":{\"d\":1534138296,\"h\":\"18e02e8fd5ee0d37825e6581245c2366\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Services\\/CampaignTrackingService.php\":{\"d\":1534138296,\"h\":\"2c474eaab3041ee872dc6003888d4ee1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Services\\/BaseService.php\":{\"d\":1534138296,\"h\":\"7aff3f76019a5d89426e8ce68da97370\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Services\\/CampaignScheduleService.php\":{\"d\":1534138296,\"h\":\"8ce1ff8b9be4ea7c17bc7036d44aedd3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Services\\/ListService.php\":{\"d\":1534138296,\"h\":\"93e4f3f471ab0e04c631aad19084326c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Services\\/LibraryService.php\":{\"d\":1534138296,\"h\":\"75d5912b0672a8adf2ed01854b6bac24\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Services\\/AccountService.php\":{\"d\":1534138296,\"h\":\"87ac830489457e8104bc93bdb9bd39ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Services\\/ContactService.php\":{\"d\":1534138296,\"h\":\"53fab91cee49c6fe8c9b404b3490ddcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Services\\/ContactTrackingService.php\":{\"d\":1534138296,\"h\":\"a1fc6f7d85666c09e0900b79aa081070\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Services\\/ActivityService.php\":{\"d\":1534138296,\"h\":\"960079ff4d5aef8e75e8768e548c11d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Account\\/VerifiedEmailAddress.php\":{\"d\":1534138296,\"h\":\"fea9c2c94df816f2e01425d0efb8b82b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Account\\/AccountInfo.php\":{\"d\":1534138296,\"h\":\"498a6dd8e8ff4a09136aa1a0226b4140\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Library\\/Thumbnail.php\":{\"d\":1534138296,\"h\":\"a1c6e5a9521209ed8e187c2278ce28cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Library\\/File.php\":{\"d\":1534138296,\"h\":\"df6c2f13442e07400d6e89b262a3b822\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Library\\/Folder.php\":{\"d\":1534138296,\"h\":\"091f8a611cf2b18ef8a2f5e686e85fae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Contacts\\/EmailAddress.php\":{\"d\":1534138296,\"h\":\"432e6b5d6e3f3578afdce6dda21aad97\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Contacts\\/Address.php\":{\"d\":1534138296,\"h\":\"f9e4538b67f9b0373fa01a13fa9a56f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Contacts\\/CustomField.php\":{\"d\":1534138296,\"h\":\"40b088bbf9cb2be3b267b12fb279e0a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Contacts\\/Contact.php\":{\"d\":1534138296,\"h\":\"e0c7b57e35a6673ad09a96338c2c2616\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Contacts\\/ContactList.php\":{\"d\":1534138296,\"h\":\"3cfd6a0dc49257a45d2228d862af0d48\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Contacts\\/Note.php\":{\"d\":1534138296,\"h\":\"cb935404ae73fcfb2a281d03d580b4bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/EmailMarketing\\/ClickThroughDetails.php\":{\"d\":1534138296,\"h\":\"91bc3ee2b7b6aab630ed928572b9732e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/EmailMarketing\\/Schedule.php\":{\"d\":1534138296,\"h\":\"afd3c86f0746aae3c7ecced448f61869\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/EmailMarketing\\/MessageFooter.php\":{\"d\":1534138296,\"h\":\"bb77a4df314cd653e8491eccabbe9319\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/EmailMarketing\\/TestSend.php\":{\"d\":1534138296,\"h\":\"8f6ae573816bc13b38a460787e10da4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/EmailMarketing\\/Campaign.php\":{\"d\":1534138296,\"h\":\"a1e1ddcd6dfa91e3d81b5852dc8896ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Tracking\\/TrackingSummary.php\":{\"d\":1534138296,\"h\":\"b65a627101c0df47afeb99f36c21a7db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Tracking\\/SendActivity.php\":{\"d\":1534138296,\"h\":\"2e506719a0dd5a1a466a6f6a10976e3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Tracking\\/OpenActivity.php\":{\"d\":1534138296,\"h\":\"0d5d7dfe7e33bcb5a4d577a76f8550ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Tracking\\/TrackingActivity.php\":{\"d\":1534138296,\"h\":\"dcada142a8c9e1d384d44d0d4c932878\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Tracking\\/UnsubscribeActivity.php\":{\"d\":1534138296,\"h\":\"f276f543eee27a06e81f3efcda29f7d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Tracking\\/ClickActivity.php\":{\"d\":1534138296,\"h\":\"fa58f51aad43aefa99532c3f780e3a2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Tracking\\/BounceActivity.php\":{\"d\":1534138296,\"h\":\"b3f5da638f0c63ecc8e12b8008a0d4be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Tracking\\/ForwardActivity.php\":{\"d\":1534138296,\"h\":\"b6368aacbf024abb83c8744ed1de6c43\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Activities\\/AddContacts.php\":{\"d\":1534138296,\"h\":\"df744da0047aa984f98bb9e93e5829d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Activities\\/ExportContacts.php\":{\"d\":1534138296,\"h\":\"3cff26ccb248c9c2c1d0e433c133ba0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Activities\\/AddContactsImportData.php\":{\"d\":1534138296,\"h\":\"f1cea90ae240693f4fbed3d5ef1fb3a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Activities\\/ActivityError.php\":{\"d\":1534138296,\"h\":\"3c2210dfeca22f5c888f19e5fa3392e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Activities\\/Activity.php\":{\"d\":1534138296,\"h\":\"5f65238ed10ea4aa979f87f319821d3e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/ResultSet.php\":{\"d\":1534138296,\"h\":\"f4d5308fb889e3f5a854882dd167b16d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/Components\\/Component.php\":{\"d\":1534138296,\"h\":\"5077b747e8cfc0300dcec6245c00d7bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/SplClassLoader.php\":{\"d\":1534138296,\"h\":\"ce84b2d6c3a0600dafcb2dd034445e42\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/ConstantContact.php\":{\"d\":1534138296,\"h\":\"91482a21f7b4a81de3c98471bb75b515\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/Ctct\\/autoload.php\":{\"d\":1534138296,\"h\":\"261c3b3978e263e04b3d2d0e1b89bed3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/Auth\\/BasicAuthTest.php\":{\"d\":1534138295,\"h\":\"2fbdadae077b3a4af6d0372b195ca3a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/LeadsTest.php\":{\"d\":1534138295,\"h\":\"97e5fc3f93699d478bb70fd9f5469d86\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/ContactFieldsTest.php\":{\"d\":1534138295,\"h\":\"9d9bc1f09a99efdd1f8b288c6967bf4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/FormsTest.php\":{\"d\":1534138295,\"h\":\"f673474135dde023f2b1c49d063e651c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/FilesTest.php\":{\"d\":1534138295,\"h\":\"312294766b3bae22b59b3dea7e145a55\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/DevicesTest.php\":{\"d\":1534138295,\"h\":\"c14833ad0488a63bf0d60618aab1dd8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/MauticApiTestCase.php\":{\"d\":1534138295,\"h\":\"a3adbed9da2a18cfc157015d0fdf4ec3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/PagesTest.php\":{\"d\":1534138295,\"h\":\"a85c6e4db0878424f6cc6bd456938ea6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/AbstractCustomFieldsTest.php\":{\"d\":1534138295,\"h\":\"6f4e4ce2f44432aa21051b87866d1abd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/StagesTest.php\":{\"d\":1534138295,\"h\":\"e286d595a43631d5fc0a40b2cffdfc08\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/UsersTest.php\":{\"d\":1534138295,\"h\":\"ba027502b0e16b54dc0ebe62655fb5ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/PointsTest.php\":{\"d\":1534138295,\"h\":\"39fa7810f65a6f47c39c538bb484edb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/ExceptionsTest.php\":{\"d\":1534138295,\"h\":\"21f050d75632565cbfcc0784738d3e68\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/SegmentsTest.php\":{\"d\":1534138295,\"h\":\"ccafbb8f6f016a752ec2651d8068ae14\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/EmailsTest.php\":{\"d\":1534138295,\"h\":\"9f662fe4d7d95c2945db53b39a46a7ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/MessagesTest.php\":{\"d\":1534138295,\"h\":\"da0b75acfc49684d8e35c003e73cc43b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/NotesTest.php\":{\"d\":1534138295,\"h\":\"360215d4f56773a858a2ce047fbc0d0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/DataTest.php\":{\"d\":1534138295,\"h\":\"9d64ec60cea046feca7ad9d3c26f685a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/DynamicContentsTest.php\":{\"d\":1534138295,\"h\":\"dfa39af39b8822819c528ee0a84db3ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/CampaignsTest.php\":{\"d\":1534138295,\"h\":\"3c41e9e3075da6966d6504628529b4a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/SmsesTest.php\":{\"d\":1534138295,\"h\":\"ed08538726dc59eaeb8caf2f6e3cb96c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/ResponseInfoTest.php\":{\"d\":1534138295,\"h\":\"4e3c6663c71f596e157c064bd6ca4dbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/StatsTest.php\":{\"d\":1534138295,\"h\":\"9d10fe008fc6263fd04a9e64d72b22fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/ReportsTest.php\":{\"d\":1534138295,\"h\":\"c34d8298c5617d95da878d376ef2fc8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/PointTriggersTest.php\":{\"d\":1534138295,\"h\":\"69e9ab7e1a9e2a2141d05b04efb3c11f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/AssetsTest.php\":{\"d\":1534138295,\"h\":\"0cd381b4cde306e8cb6b60bdbe5295be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/ContactsTest.php\":{\"d\":1534138295,\"h\":\"ffe3e9126b89cadf1cd98055ad512cf1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/RolesTest.php\":{\"d\":1534138295,\"h\":\"e2f130ac78e6cc3dbf7bc407abb33ed8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/CompanyFieldsTest.php\":{\"d\":1534138295,\"h\":\"1ea0f9fd15f4ca3f9bb03e17d8c61b51\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/CategoriesTest.php\":{\"d\":1534138295,\"h\":\"5eb9dff9050d4fd73fc63334c6490d92\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/NotificationsTest.php\":{\"d\":1534138295,\"h\":\"0f907b84443f91963a4cae464028c484\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/ListsTest.php\":{\"d\":1534138295,\"h\":\"ccf7571dff3fdf304eafe382c5852cdf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/Api\\/CompaniesTest.php\":{\"d\":1534138295,\"h\":\"62c3d82dd06ac100df57e87137d3184f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/QueryBuilder\\/WhereBuilderTest.php\":{\"d\":1534138295,\"h\":\"4ee6664d2fd51029af5f1b53457afec5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/bootstrap.php\":{\"d\":1534138295,\"h\":\"653f7adda9e56451cb5a0e526e92f467\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/tests\\/local.config.php.dist\":{\"d\":1534138295,\"h\":\"99824d95684dc3b72a7272cbe5c71ed5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/endpoints\\/Assets.json\":{\"d\":1534138295,\"h\":\"075a22e250047acf26be01e5db85e702\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/endpoints\\/Users.json\":{\"d\":1534138295,\"h\":\"2a33d930f134ce219d5c078eb37c8714\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/endpoints\\/Reports.json\":{\"d\":1534138295,\"h\":\"67cc9a2c3335b294d0b4a767228c7b00\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/endpoints\\/Forms.json\":{\"d\":1534138295,\"h\":\"4a720d9f78395030fbecc893cecf99b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/endpoints\\/Data.json\":{\"d\":1534138295,\"h\":\"044d9f36ec1eb6d8428d297cd23cb807\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/endpoints\\/Pages.json\":{\"d\":1534138295,\"h\":\"d049806b7b5f21b27312c3a18e85e09a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/endpoints\\/Smses.json\":{\"d\":1534138295,\"h\":\"e7b37a8806b4ca63b16f9719b89b2f83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/endpoints\\/Points.json\":{\"d\":1534138295,\"h\":\"a9b01e40fba3038b63c0c816bbc24844\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/endpoints\\/Contacts.json\":{\"d\":1534138295,\"h\":\"ad7d8dca65e76d4806de557aa81a2b83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/endpoints\\/Notifications.json\":{\"d\":1534138295,\"h\":\"d93a8d2c1bf4b54cfc7a60f11a5dbf62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/endpoints\\/Campaigns.json\":{\"d\":1534138295,\"h\":\"271a9597e087ec80557af3a6217e0eba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/endpoints\\/Companies.json\":{\"d\":1534138295,\"h\":\"22f4e2224d2126abaab42af3b7fc2e31\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/endpoints\\/Stages.json\":{\"d\":1534138295,\"h\":\"d6108aeda58fecbd4f331237eed9513e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/endpoints\\/Segments.json\":{\"d\":1534138295,\"h\":\"1533e0de1ff0da054c768aa3e563b3a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/endpoints\\/Emails.json\":{\"d\":1534138295,\"h\":\"a6379034ddc86cfbaae1022e4600ab80\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/includes\\/bootstrap\\/js\\/bootstrap.js\":{\"d\":1534138295,\"h\":\"f91d38466de6410297c6dcd8287abbca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/includes\\/bootstrap\\/js\\/bootstrap.min.js\":{\"d\":1534138295,\"h\":\"abda843684d022f3bc22bc83927fe05f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/includes\\/bootstrap\\/fonts\\/glyphicons-halflings-regular.woff\":{\"d\":1534138295,\"h\":\"68ed1dac06bf0409c18ae7bc62889170\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/includes\\/bootstrap\\/fonts\\/glyphicons-halflings-regular.ttf\":{\"d\":1534138295,\"h\":\"e49d52e74b7689a0727def99da31f3eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/includes\\/bootstrap\\/fonts\\/glyphicons-halflings-regular.eot\":{\"d\":1534138295,\"h\":\"7ad17c6085dee9a33787bac28fb23d46\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/includes\\/bootstrap\\/css\\/bootstrap-theme.css\":{\"d\":1534138295,\"h\":\"1e175b53796c46cb6835cbfb219fb248\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/includes\\/bootstrap\\/css\\/bootstrap.css.map\":{\"d\":1534138295,\"h\":\"3d2931e768a0bf96442072dcd0019aa6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/includes\\/bootstrap\\/css\\/bootstrap.min.css\":{\"d\":1534138295,\"h\":\"385b964b68acb68d23cb43a5218fade9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/includes\\/bootstrap\\/css\\/bootstrap-theme.css.map\":{\"d\":1534138295,\"h\":\"faebce397b393cd48125abdc529aa503\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/includes\\/bootstrap\\/css\\/bootstrap-theme.min.css\":{\"d\":1534138295,\"h\":\"ffb12f89f706291cb139b73c164a7722\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/includes\\/bootstrap\\/css\\/bootstrap.css\":{\"d\":1534138295,\"h\":\"e2958a4ebe9166dbaa6c59311b281021\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/includes\\/jquery-1.11.1.min.js\":{\"d\":1534138295,\"h\":\"8101d596b2b8fa35fe3a634ea342d7c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/includes\\/style.css\":{\"d\":1534138295,\"h\":\"9de1d0eb7745ac39f3630b5faff1693a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/includes\\/typeahead.js\":{\"d\":1534138295,\"h\":\"474b2be117d091d2ed2bae0be4ce329c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/apitester\\/index.php\":{\"d\":1534138295,\"h\":\"b37f3ed1d0204395dd61c7b8f7663e96\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/CampaignEvents.php\":{\"d\":1534138295,\"h\":\"8ea7fc01666f0ef309a279da77c1af70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Notifications.php\":{\"d\":1534138295,\"h\":\"625a88e311803467df266836406840bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Roles.php\":{\"d\":1534138295,\"h\":\"262f737449cab98e564efd62ad9a79b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Smses.php\":{\"d\":1534138295,\"h\":\"30c6fbb2e2e928ac081d9c05976e7391\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/DynamicContents.php\":{\"d\":1534138295,\"h\":\"e80639c85b4079377659b4b2fb6609dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Data.php\":{\"d\":1534138295,\"h\":\"93d98a9c00effd016b3d286c1e181dfa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Messages.php\":{\"d\":1534138295,\"h\":\"5c109ea57363a9982275dff99c2a6340\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/ContactFields.php\":{\"d\":1534138295,\"h\":\"399b86b2a197ab49c15dc4132ddb84b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Stages.php\":{\"d\":1534138295,\"h\":\"12a6c1a4ac131a840836e8a36c97c4b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/CompanyFields.php\":{\"d\":1534138295,\"h\":\"55b092c9c2bfb08fc386c7a491bc3c1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Stats.php\":{\"d\":1534138295,\"h\":\"53b601c949217be429cf9980d5a41607\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Categories.php\":{\"d\":1534138295,\"h\":\"1fd36ffe34932c7a2003b124b44bf357\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Emails.php\":{\"d\":1534138295,\"h\":\"1007e53a68bd53ae18afcf7666413fae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Reports.php\":{\"d\":1534138295,\"h\":\"ef4d68b916eb62966fadb739643cc57a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Pages.php\":{\"d\":1534138295,\"h\":\"b550384bc81a161276bf871f956d8baf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Segments.php\":{\"d\":1534138295,\"h\":\"d44a87d72ae9e003a82fcbb66d528375\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Points.php\":{\"d\":1534138295,\"h\":\"b06bf03023b7daf78a51d3f89a337240\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Leads.php\":{\"d\":1534138295,\"h\":\"2c2b73e8f3242d056003e3213f21f58d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Assets.php\":{\"d\":1534138295,\"h\":\"398fb0dd5096a91bca3207bf9cda6adb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Api.php\":{\"d\":1534138295,\"h\":\"1e3afc4d0deb21741ff70575e073d19f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Notes.php\":{\"d\":1534138295,\"h\":\"8f913c648d7a2714b87b7eb907af048e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Contacts.php\":{\"d\":1534138295,\"h\":\"8075adab8822aabdc1afcf749d877d83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Campaigns.php\":{\"d\":1534138295,\"h\":\"06472eb534d7e4f4587db1919f967afd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Files.php\":{\"d\":1534138295,\"h\":\"549b26ee5b025a03dc34d3d03875722d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Devices.php\":{\"d\":1534138295,\"h\":\"b24f28693a515f1fe20be8b88a9f2a34\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Companies.php\":{\"d\":1534138295,\"h\":\"4bcda4c8e48ced28c9d62e5e5cd2ec2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Forms.php\":{\"d\":1534138295,\"h\":\"0d0920c60b236ea564b7a6d8e87f1225\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Lists.php\":{\"d\":1534138295,\"h\":\"525b92bc9ba283053c89755e8da47fb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/PointTriggers.php\":{\"d\":1534138295,\"h\":\"1161c30499e56b82b31a4727fc1c184a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Api\\/Users.php\":{\"d\":1534138295,\"h\":\"af18338c6288f35d010369d319daf136\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Exception\\/AbstractApiException.php\":{\"d\":1534138295,\"h\":\"5bd5ccbfc147fd8e0fa78cf5c99d0412\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Exception\\/AuthorizationRequiredException.php\":{\"d\":1534138295,\"h\":\"a21a6a108f62b05126cab1f947d47a9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Exception\\/ActionNotSupportedException.php\":{\"d\":1534138295,\"h\":\"b2d359b47648bf3b7de04d327aa5f975\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Exception\\/RequiredParameterMissingException.php\":{\"d\":1534138295,\"h\":\"df496e03569d11a561010269945ac4f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Exception\\/ContextNotFoundException.php\":{\"d\":1534138295,\"h\":\"abd73ac54d5bbd0c38c04a9015c77d46\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Exception\\/UnexpectedResponseFormatException.php\":{\"d\":1534138295,\"h\":\"195c9bb6e46c29e43145764c91f840b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Exception\\/IncorrectParametersReturnedException.php\":{\"d\":1534138295,\"h\":\"24f420274f657a9a252121f431c1ff2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Auth\\/BasicAuth.php\":{\"d\":1534138295,\"h\":\"bc7393175828cb833fd08109969d1088\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Auth\\/ApiAuth.php\":{\"d\":1534138295,\"h\":\"24223bf007cbb2b2b71fa822b335a691\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Auth\\/AbstractAuth.php\":{\"d\":1534138295,\"h\":\"0400252e44626179442c78e263d978ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Auth\\/OAuth.php\":{\"d\":1534138295,\"h\":\"ad9976261cee9b96bf3d7b6437044d3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/Auth\\/AuthInterface.php\":{\"d\":1534138295,\"h\":\"94cdcd90cb0ab907ce3c62ac84d08deb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/QueryBuilder\\/QueryBuilder.php\":{\"d\":1534138295,\"h\":\"52464e7ece57062485f9b9831d36bd85\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/QueryBuilder\\/WhereBuilder.php\":{\"d\":1534138295,\"h\":\"042e88925ed317a69a111ba3680bc9be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/lib\\/MauticApi.php\":{\"d\":1534138295,\"h\":\"3b5aa55d5ad349c99c5b1e5e691e1a34\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/composer.json\":{\"d\":1534138295,\"h\":\"0d39e79219189904abdb29b7dac6f027\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/phpunit.xml.dist\":{\"d\":1534138295,\"h\":\"e10ee97940ef5fd3d8df05dd3ec29da3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/LICENSE.md\":{\"d\":1534138295,\"h\":\"cf4edbefd775c1bf19fdeff2ddb6f38e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/mautic\\/api-library\\/README.md\":{\"d\":1534138295,\"h\":\"177539712a8bcdd2a978508eb9979b03\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/composer\\/installed.json\":{\"d\":1534138296,\"h\":\"0072f670f108e367c867ed5cb1ed5582\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/composer\\/ClassLoader52.php\":{\"d\":1534138296,\"h\":\"c8b909e2a65a5ecec42bc17d69f47f98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/composer\\/autoload_static.php\":{\"d\":1534138296,\"h\":\"256462dc51c989ba21cba0d660a6e772\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/composer\\/autoload_classmap.php\":{\"d\":1534138296,\"h\":\"ec7cd4881dd4e1e3a8ebc9f46e855cca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/composer\\/autoload_real.php\":{\"d\":1534138296,\"h\":\"429c613b026d4b48162ec330638a832e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/composer\\/ClassLoader.php\":{\"d\":1534138296,\"h\":\"292c079dbe63ba06bfbf37fd99fe4bf9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/composer\\/autoload_real_52.php\":{\"d\":1534138296,\"h\":\"fbd19abc1f8058682200d7b51945b9dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/composer\\/autoload_psr4.php\":{\"d\":1534138296,\"h\":\"01d7216b1df0aefe205c2f45179d3701\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/composer\\/autoload_namespaces.php\":{\"d\":1534138296,\"h\":\"35e12c7d76c4a81633bcf547c0e229a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/composer\\/LICENSE\":{\"d\":1534138296,\"h\":\"955d5fe58c231244f6b49000f383b5e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/autoload.php\":{\"d\":1534138295,\"h\":\"b313e136fb9c45292dbbee0960618952\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/vendor\\/autoload_52.php\":{\"d\":1534138296,\"h\":\"2345d5059641c5092eec9e62a9642223\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/tests\\/ui\\/popup.html\":{\"d\":1534138295,\"h\":\"5cb9918e96b1c6a6f2e691fd6b044e2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/tests\\/php\\/bootstrap.php\":{\"d\":1534138295,\"h\":\"c89121ae0634d079962fdc976dbacf98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/tests\\/php\\/phpunit.xml\":{\"d\":1534138295,\"h\":\"96273e1192cc1cbcf3af8f45f61fdca0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/view\\/pointer.php\":{\"d\":1534138295,\"h\":\"2d273aaa67d29da3880297253130bc5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/view\\/list.php\":{\"d\":1534138295,\"h\":\"be2177b696ee56eacf7a870570583b4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/js\\/vendor\\/select2\\/select2.js\":{\"d\":1534138295,\"h\":\"9e0f9127543e77f92b5cb702a28be114\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/js\\/src\\/wpmu-ajaxdata.js\":{\"d\":1534138295,\"h\":\"b1d6bc88ca2dc0f7840f095166f496e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/js\\/src\\/wpmu-ui-hooks.js\":{\"d\":1534138295,\"h\":\"ef13e519def230be0291f2efaafc292e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/js\\/src\\/wpmu-ui.js\":{\"d\":1534138295,\"h\":\"b8ba7c4b5446c5750e654c2f25a93f24\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/js\\/src\\/wpmu-card-list.js\":{\"d\":1534138295,\"h\":\"ec3506a65c447d6ef0d21072815968e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/js\\/src\\/wpmu-ui-progress.js\":{\"d\":1534138295,\"h\":\"27932c98adb98b0d5b30ba9910e7a309\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/js\\/src\\/wpmu-ui-window.js\":{\"d\":1534138295,\"h\":\"317b3619fd15d63816f2e5bffee0efb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/js\\/src\\/wpmu-binary.js\":{\"d\":1534138295,\"h\":\"50c82bd6c9612c16135adcedabc44de4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/js\\/src\\/wpmu-vnav.js\":{\"d\":1534138295,\"h\":\"b7092bf1968908d731f839e01f79a06a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/js\\/select2.3.min.js\":{\"d\":1534138295,\"h\":\"ba4d8efad248fd4decbef6d391a3b3f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/js\\/wpmu-ui.3.min.js\":{\"d\":1534138295,\"h\":\"368f18cd55f93fa009290df47a5eb58f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/js\\/wpmu-ui.3.js\":{\"d\":1534138295,\"h\":\"0991f7516053a9dfc4a7d446d62744c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/js\\/wpmu-card-list.3.js\":{\"d\":1534138295,\"h\":\"61cc9bbdc7d6d52feb48f321a581451e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/js\\/wpmu-card-list.3.min.js\":{\"d\":1534138295,\"h\":\"22af3aa2119e8959f5b9f4e48cc8899c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/js\\/select2.3.js\":{\"d\":1534138295,\"h\":\"d489358484af7255a4a74a3e63f9f1b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/js\\/wpmu-vnav.3.min.js\":{\"d\":1534138295,\"h\":\"0283ee41f30bea0d9615474fbf035014\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/js\\/wpmu-vnav.3.js\":{\"d\":1534138295,\"h\":\"c42e21b3cc348846f2145756a8de1f09\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/fonts\\/fontawesome440-webfont.eot\":{\"d\":1534138295,\"h\":\"45c73723862c6fc5eb3d6961db2d71fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/fonts\\/fontawesome440-webfont.woff\":{\"d\":1534138295,\"h\":\"dfb02f8f6d0cedc009ee5887cc68f1f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/fonts\\/fontawesome440-webfont.ttf\":{\"d\":1534138295,\"h\":\"7c87870ab40d63cfb8870c1f183f9939\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/fonts\\/FontAwesome440.otf\":{\"d\":1534138295,\"h\":\"668743fe7258676f8ef8f9b47d2a623e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/fonts\\/fontawesome440-webfont.woff2\":{\"d\":1534138295,\"h\":\"4b5a84aaf1c9485e060c503a0ff8cadb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/inc\\/class-thelib-html.php\":{\"d\":1534138295,\"h\":\"e713af0b1790a540203d7d99356401f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/inc\\/class-thelib-updates.php\":{\"d\":1534138295,\"h\":\"ff01f70c8d2a4cdda3e10e8ceb9f4b0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/inc\\/class-thelib-debug.php\":{\"d\":1534138295,\"h\":\"dfc0219dfaf48f2429dc971eb850d90e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/inc\\/class-thelib-net.php\":{\"d\":1534138295,\"h\":\"ffa9fe37ee8601ea929466a575d9bffa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/inc\\/class-thelib-core.php\":{\"d\":1534138295,\"h\":\"d509a74d0d95a4fdae2a6ed5208a72ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/inc\\/class-thelib-ui.php\":{\"d\":1534138295,\"h\":\"6aa08ab94e2dbe6cc1f934f90967dc05\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/inc\\/class-thelib-session.php\":{\"d\":1534138295,\"h\":\"1366ca6a77a340b33a766b8e03cee969\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/inc\\/class-thelib-array.php\":{\"d\":1534138295,\"h\":\"9afd7936b7994966e74f4ad101975749\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/inc\\/class-thelib.php\":{\"d\":1534138295,\"h\":\"714b5733a6d5ba36fa23ad6ac2b1ebec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/select2\\/select2.scss\":{\"d\":1534138295,\"h\":\"44147b1cdfc1d046e00c1c8dba376c86\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/jquery-ui\\/jquery-ui-1.11.4.custom.scss\":{\"d\":1534138295,\"h\":\"ec1a6674e85d039375e757ac48aa5d50\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/animate-css\\/animate.scss\":{\"d\":1534138295,\"h\":\"15d0f0b46fe1b35d0e3a88c5de846d60\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/font-awesome\\/_animated.scss\":{\"d\":1534138295,\"h\":\"39ff4f359a7b81d6585075715f41e5dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/font-awesome\\/_variables.scss\":{\"d\":1534138295,\"h\":\"71486c390a02bcdefc32b18e0c2de42d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/font-awesome\\/_stacked.scss\":{\"d\":1534138295,\"h\":\"5594237226aedfbca2fa1c7f4604c214\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/font-awesome\\/_icons.scss\":{\"d\":1534138295,\"h\":\"bf191ec4814fc5a8f3039782acebf31c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/font-awesome\\/_larger.scss\":{\"d\":1534138295,\"h\":\"e95931566f6fc6ad5685c4fa9802e206\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/font-awesome\\/_fixed-width.scss\":{\"d\":1534138295,\"h\":\"9277ab6964a434d499873687b00be906\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/font-awesome\\/font-awesome.scss\":{\"d\":1534138295,\"h\":\"eb53456497f4aafc8488599d27e4b254\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/font-awesome\\/_path.scss\":{\"d\":1534138295,\"h\":\"0ffe1fa4ebc078fd4537780551ad4c5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/font-awesome\\/_bordered-pulled.scss\":{\"d\":1534138295,\"h\":\"4cad0df17bf40327feae33fa9a6c6ba2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/font-awesome\\/_rotated-flipped.scss\":{\"d\":1534138295,\"h\":\"9f5d4bc6fadea89328d2aac26574a9d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/font-awesome\\/_mixins.scss\":{\"d\":1534138295,\"h\":\"bc0b350469a7e2807ef2c5c48dfc5343\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/font-awesome\\/_spinning.scss\":{\"d\":1534138295,\"h\":\"7dcbea35ea3ee2f576354daeb510ab33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/font-awesome\\/_core.scss\":{\"d\":1534138295,\"h\":\"2727ce84fd80801e5680e2fb0a3aed67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/font-awesome\\/_list.scss\":{\"d\":1534138295,\"h\":\"7107e80b053928271d5fcf422dc29490\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/wpmu-vnav.scss\":{\"d\":1534138295,\"h\":\"2b7ece32536186f6d49c2330725ec877\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/wpmu-card-list.scss\":{\"d\":1534138295,\"h\":\"2f6e1b2f9f955c9a664d55aa029bd243\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/wpmu-ui.scss\":{\"d\":1534138295,\"h\":\"3a10ceec1452ab070c2c314d645b790c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/sass\\/wpmu-html.scss\":{\"d\":1534138295,\"h\":\"19216226d52c696b3093a699401be87c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/jquery-ui.wpmui.3.min.css\":{\"d\":1534138295,\"h\":\"1a17ce4705f862d5a6a4dc046e48ff91\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/wpmu-html.3.css\":{\"d\":1534138295,\"h\":\"d21c0946510657c893eae0154a33d6bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/select2.3.css\":{\"d\":1534138295,\"h\":\"68ffeace934b2d5e544eb646f110a494\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/wpmu-card-list.3.min.css\":{\"d\":1534138295,\"h\":\"dfa5c9b5552ae4015edacdab5e7b3429\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/animate.3.css\":{\"d\":1534138295,\"h\":\"29a75367d178fca15170b08ff795809a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/wpmu-vnav.3.css\":{\"d\":1534138295,\"h\":\"a491cfd1dcb0857f1a6279020a319e20\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/select2.3.min.css\":{\"d\":1534138295,\"h\":\"b02abebb0531d6a266b298b1a6d697b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/wpmu-html.3.min.css\":{\"d\":1534138295,\"h\":\"88478e1a9d9ff5d955d7892d24fad350\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/wpmu-card-list.3.css\":{\"d\":1534138295,\"h\":\"8f0b8ffb1ab736af40827e0959d5a56b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/jquery-ui.wpmui.3.css\":{\"d\":1534138295,\"h\":\"d0aedd0dba0e905c4c04aa90ad29db4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/wpmu-vnav.3.min.css\":{\"d\":1534138295,\"h\":\"569b2f2a303e0277297ec9f47fba1167\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/wpmu-ui.3.css\":{\"d\":1534138295,\"h\":\"21efad91322b64852d8c05b528346669\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/fontawesome.3.min.css\":{\"d\":1534138295,\"h\":\"9dfe30093b8d4afc2fc0d5642674d3c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/animate.3.min.css\":{\"d\":1534138295,\"h\":\"c728ae1f609c52b4c87cd92f8b1406c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/wpmu-ui.3.min.css\":{\"d\":1534138295,\"h\":\"eec25109efaa25c39ca197c96439ebf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/css\\/fontawesome.3.css\":{\"d\":1534138295,\"h\":\"072aadc3d361c836b87f97b7a0da2605\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/package.json\":{\"d\":1534138295,\"h\":\"384009b9c71e01f90d6fe49793385cb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/changelog.txt\":{\"d\":1534138295,\"h\":\"55627ac9e2672142927515b7cdab92b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/license.txt\":{\"d\":1534138295,\"h\":\"9b424f49a13af80f0d50354f54916f00\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/core.php\":{\"d\":1534138295,\"h\":\"05741d0870f55f50b63363b77d00e166\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/wpmu-lib\\/Gruntfile.js\":{\"d\":1534138295,\"h\":\"7d1685f18b5f081f29353dfb483ee467\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/free-dashboard\\/module.php\":{\"d\":1534138295,\"h\":\"34c2336cc4faa18b70d565f9b4c53aaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/free-dashboard\\/admin.js\":{\"d\":1534138295,\"h\":\"e7cfa3bac9e28edd4a800e870a3592b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/lib\\/free-dashboard\\/admin.css\":{\"d\":1534138295,\"h\":\"c3acd6454d5eb78b81fca7fb19c80d78\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/readme.txt\":{\"d\":1534138295,\"h\":\"492aab906149221cffc4cb755345adbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/humans.txt\":{\"d\":1534138296,\"h\":\"1f0ae677a7b6a4ba58b34826ddf22064\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/popover.php\":{\"d\":1534138296,\"h\":\"da82ead5e82756b696bfae2ef14c2542\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/changelog.txt\":{\"d\":1534138295,\"h\":\"40a33cf77efe815c2527b526295fce0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/license.txt\":{\"d\":1534138295,\"h\":\"d2757351a01cf44ef5938080d599708f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/package-lock.json\":{\"d\":1534138296,\"h\":\"d24ea2f8ebb5313cff518086774ebefb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-popup\\/opt-in-static.php\":{\"d\":1534138295,\"h\":\"307dd6f2ebfc7e88acf995ace1c29851\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gf-form-multicolumn\\/css\\/gf-form-multicolumn.css\":{\"d\":1484578444,\"h\":\"089a7b8cc1b670f8d52acb2a7374c060\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gf-form-multicolumn\\/readme.txt\":{\"d\":1484578444,\"h\":\"88105bcdd4fe19c93ba9e8c3ae415121\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gf-form-multicolumn\\/gf-form-multicolumn.php\":{\"d\":1484578444,\"h\":\"4c349850ec31602f2b171aee00d769cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/gf-form-multicolumn\\/LICENSE\":{\"d\":1484578444,\"h\":\"84dcc94da3adb52b53ae4fa38fe49e5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/wp-content\\/advanced-cache.php\":{\"d\":1526741202,\"h\":\"13fae91ceacd450584e43d1d9f7286d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/wp-content\\/db.php\":{\"d\":1526741202,\"h\":\"ea5ed9522607dccf1214f8fcaa09ba7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/wp-content\\/index.html\":{\"d\":1526741202,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/wp-content\\/object-cache.php\":{\"d\":1526741202,\"h\":\"4283fe54666a7131ad3e072acf36c572\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/extension-example\\/w3-total-cache-example.php\":{\"d\":1526741203,\"h\":\"605f32854a35821c89c498a2954800cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/extension-example\\/Extension_Example_Page_View.php\":{\"d\":1526741203,\"h\":\"b5c64325a28266dffdf14b76a155a336\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/extension-example\\/Extension_Example.php\":{\"d\":1526741203,\"h\":\"dc46137bfda5c8db01403137b66176ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/extension-example\\/Extension_Example_Admin.php\":{\"d\":1526741203,\"h\":\"afd7e86b514ab6ee16ef115bbddc65aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/email\\/index.html\":{\"d\":1526741203,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/email\\/support_request.php\":{\"d\":1526741203,\"h\":\"d00db396a565f2a27a9a343833b3574b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/email\\/minify_error_notification.html\":{\"d\":1526741203,\"h\":\"7b64d948b142dd10d1bf501dc135bd1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/email\\/minify_error_notification.php\":{\"d\":1526741203,\"h\":\"7b64d948b142dd10d1bf501dc135bd1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/cdn\\/common\\/cnames-readonly.php\":{\"d\":1526741203,\"h\":\"61716067d21c277dfbde760dcaafd513\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/cdn\\/common\\/index.html\":{\"d\":1526741203,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/cdn\\/common\\/cnames.php\":{\"d\":1526741203,\"h\":\"6c17ae60e157b9689bad2861aba2b8d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/cdn\\/index.html\":{\"d\":1526741203,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/cdn\\/s3.php\":{\"d\":1526741203,\"h\":\"c316ff1ee3a4d5c64c6a6362a020efbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/cdn\\/ftp.php\":{\"d\":1526741203,\"h\":\"a857024676d3b364af3018da49d7d3d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/cdn\\/cf2.php\":{\"d\":1526741203,\"h\":\"6472178fbd8617c16fafd86994f71d9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/cdn\\/rscf.php\":{\"d\":1526741203,\"h\":\"413b67ae4ba4a509d301a576cb4fe555\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/cdn\\/mirror.php\":{\"d\":1526741203,\"h\":\"6390dba2b97dde7dc75c51f55b503eaa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/cdn\\/cf.php\":{\"d\":1526741203,\"h\":\"858ecf2b628db9d67eb9e90d526f9d78\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/cdn\\/akamai.php\":{\"d\":1526741203,\"h\":\"7d53da823d2722c6e4027c4f0372612f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/cdn\\/azure.php\":{\"d\":1526741203,\"h\":\"4532d31030743c8dbd5977d4772d544d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/cdn\\/s3_compatible.php\":{\"d\":1526741203,\"h\":\"a7b23ebd15e19e0d0d60fada8af72ee1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/cdn\\/att.php\":{\"d\":1526741203,\"h\":\"61eefc869530d867fa55c9e943cb2af9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/cdn\\/edgecast.php\":{\"d\":1526741203,\"h\":\"2b60a500c2a66cc497f82fde926bb6a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/cdn\\/cotendo.php\":{\"d\":1526741203,\"h\":\"6ffe85c2f3ed59f85a81f0bb53a6c4c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/minify\\/yuicss2.php\":{\"d\":1526741203,\"h\":\"2de10bc04e254e10286ae49da441baf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/minify\\/index.html\":{\"d\":1526741203,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/minify\\/csstidy2.php\":{\"d\":1526741203,\"h\":\"84e4951290005316f524aee8caab5d98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/minify\\/html.php\":{\"d\":1526741203,\"h\":\"5ab2dd0c16de6b4f48d7701a0b27dda1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/minify\\/ccjs2.php\":{\"d\":1526741203,\"h\":\"4989ba0e6c86d83a034489fb2df46ebf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/minify\\/ccjs.php\":{\"d\":1526741203,\"h\":\"3e33bdedad237f5d763bf27ba3c2297c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/minify\\/yuijs.php\":{\"d\":1526741203,\"h\":\"c014bc9f119a102aa7d0940b67d1a00a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/minify\\/csstidy.php\":{\"d\":1526741203,\"h\":\"2b208d5c1982903d927b5ac307969367\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/minify\\/htmltidy2.php\":{\"d\":1526741203,\"h\":\"85e0784022025e10c42a661c864e703b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/minify\\/yuijs2.php\":{\"d\":1526741203,\"h\":\"1b3c9215c4b7a43902a49ea41684d473\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/minify\\/googleccjs2.php\":{\"d\":1526741203,\"h\":\"8e4f34b272c9e9e7e566fc094d1a3980\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/minify\\/htmltidy.php\":{\"d\":1526741203,\"h\":\"43c72f5e49a1a0e279489b089a7874b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/minify\\/js.php\":{\"d\":1526741203,\"h\":\"11402801b3a5e7710d76cdc39c56af23\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/minify\\/css.php\":{\"d\":1526741203,\"h\":\"932e88cebb4e0346914cc4028596ae59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/edd\\/buy.php\":{\"d\":1526741203,\"h\":\"dcd2bbb409f50c2a270e48ce88709f56\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/parts\\/memcached_extension.php\":{\"d\":1526741203,\"h\":\"d6d1d37b85f326cb3e68df1030b45a40\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/parts\\/redis.php\":{\"d\":1526741203,\"h\":\"6eae9105f8e1c814a83ec0373bf7e77b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/parts\\/redis_extension.php\":{\"d\":1526741203,\"h\":\"031130038b9e1a3aa1ede2a3593b8ac7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/parts\\/memcached.php\":{\"d\":1526741203,\"h\":\"7000813a77abe947ead6ceb4cd2ccf67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/common\\/index.html\":{\"d\":1526741203,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/common\\/footer.php\":{\"d\":1526741203,\"h\":\"7e7acd0117eeb58b8f1fc7c2e95ebd27\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/common\\/header.php\":{\"d\":1526741203,\"h\":\"2e33740ff186a291ebc54c5faabad860\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/extensions\\/settings.php\":{\"d\":1526741203,\"h\":\"f71a2188cc879a7d6e84a5ab9c5fc0a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/extensions\\/list.php\":{\"d\":1526741203,\"h\":\"c65f43bbfee54ceeb14ce8ccff8cfd6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/enterprise\\/dbcluster_general_section.php\":{\"d\":1526741203,\"h\":\"3d75b3f1cbbe6fcd0742601644d3fe71\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/enterprise\\/dbcluster-config.php\":{\"d\":1526741203,\"h\":\"39980cccdcf64ab404c8fdaafdd56c88\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/extensions.php\":{\"d\":1526741203,\"h\":\"e93b3f3830f7234b7de7d66458f9dd54\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/minify.php\":{\"d\":1526741203,\"h\":\"1cbd87273c4ebf9df9e5801360849a53\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/browsercache.php\":{\"d\":1526741203,\"h\":\"6ed93114a41880a6ab561ac7db4dc3c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/index.html\":{\"d\":1526741203,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/dashboard.php\":{\"d\":1526741203,\"h\":\"75249caa1f2c1f55876549a6221d9b9c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/objectcache.php\":{\"d\":1526741203,\"h\":\"7ce66a15c04a7e4eb69b490495db963d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/support.php\":{\"d\":1526741203,\"h\":\"cbcd84a6f5e6bc38bd225d6ee0410818\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/general.php\":{\"d\":1526741203,\"h\":\"49f9615e6b83d106bfcd5dae09b0a400\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/pgcache.php\":{\"d\":1526741203,\"h\":\"387f2bdc3afdc48c0307e041341ac3f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/dbcache.php\":{\"d\":1526741203,\"h\":\"5921cf90a775bc500ae3ba81e11656bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/about.php\":{\"d\":1526741203,\"h\":\"08e0666984ad71d28c0e0e54c6c67002\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/referrer.php\":{\"d\":1526741203,\"h\":\"3c48bdd24986d05e7985cb4a84491cb9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/mobile.php\":{\"d\":1526741203,\"h\":\"185afe7cb44893b89dc7d30d61dd082e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/cdn.php\":{\"d\":1526741203,\"h\":\"1fa0f410ba795bc6bf82b9d2fd41bb0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/options\\/install.php\":{\"d\":1526741203,\"h\":\"35a64633a93bd09f8668ba7aa358d883\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/mime\\/index.html\":{\"d\":1526741203,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/mime\\/cssjs.php\":{\"d\":1526741203,\"h\":\"2abdccc5bfb3b008b08c576ca3dc6afd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/mime\\/html.php\":{\"d\":1526741203,\"h\":\"df61a43aa99d4469f05c50316c8bdbce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/mime\\/other.php\":{\"d\":1526741203,\"h\":\"dbaf81cf75ab4787b78989f79cbd9605\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/mime\\/all.php\":{\"d\":1526741203,\"h\":\"cf8f50f29eeae921728984cf40294c48\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/widget\\/index.html\":{\"d\":1526741203,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/widget\\/latest_news_ajax.php\":{\"d\":1526741203,\"h\":\"1d1e5990159a809a26fa8ca3a1686936\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/widget\\/latest_control.php\":{\"d\":1526741203,\"h\":\"8f1dd7edebc11dbb79e24904a46aa87c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/widget\\/latest.php\":{\"d\":1526741203,\"h\":\"e9683421dec63eb1380a9dadebbbdf24\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/widget\\/latest_news.php\":{\"d\":1526741203,\"h\":\"e9683421dec63eb1380a9dadebbbdf24\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/widget\\/latest_news_control.php\":{\"d\":1526741203,\"h\":\"68b3546a782a347a4863f9f5e69c0a18\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/widget\\/latest_ajax.php\":{\"d\":1526741203,\"h\":\"6b7b400833b4423eb769867f2ccb6036\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/lightbox\\/index.html\":{\"d\":1526741203,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/lightbox\\/minify_recommendations.php\":{\"d\":1526741203,\"h\":\"e1e0df7ee6db217db0d7711b316da70c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/lightbox\\/support_us.php\":{\"d\":1526741203,\"h\":\"d4b89806057e5b2ec09e6d1adead366c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/lightbox\\/purchase.php\":{\"d\":1526741203,\"h\":\"92a375a8f3f89d9dbd6ab63c58628b3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/lightbox\\/upgrade.php\":{\"d\":1526741203,\"h\":\"5b42acd37f7ddf4fa4cf92a4bf6c188c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/lightbox\\/cdn_s3_bucket_location.php\":{\"d\":1526741203,\"h\":\"660ffb336b6039a26f796b7a221637b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/lightbox\\/create_netdna_maxcdn_pull_zone.php\":{\"d\":1526741203,\"h\":\"1dfd1db2963dd0d2d9c7eda9e14b89ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/lightbox\\/self_test.php\":{\"d\":1526741203,\"h\":\"eae6896278e7b78be851eba522d3cae0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/popup\\/common\\/index.html\":{\"d\":1526741203,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/popup\\/common\\/footer.php\":{\"d\":1526741203,\"h\":\"f7f3f12fff874b9d02fbf0d14a107e0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/popup\\/common\\/header.php\":{\"d\":1526741203,\"h\":\"4250825ccfd7ccb9dd00ce3e3bddf065\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/popup\\/cdn_rename_domain.php\":{\"d\":1526741203,\"h\":\"9621ff088d9c7fa408fa4d47d3a49013\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/popup\\/cdn_purge.php\":{\"d\":1526741203,\"h\":\"78f8cb35c742fe091d9459531a88b3f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/popup\\/index.html\":{\"d\":1526741203,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/popup\\/cdn_queue.php\":{\"d\":1526741203,\"h\":\"84b23b8f55bfba2aea83414fc845a80c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/popup\\/cdn_export_file.php\":{\"d\":1526741203,\"h\":\"d3db4301394644ad5d9211df8197dfcb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/popup\\/cdn_import_library.php\":{\"d\":1526741203,\"h\":\"4612a6167f31dfd438e08c0f535f3a87\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/popup\\/pagespeed_results.php\":{\"d\":1526741203,\"h\":\"0654bb91d961a6705bfd0aa1a9c27d11\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/popup\\/cdn_export_library.php\":{\"d\":1526741203,\"h\":\"aa0960b2de99de21b5c7c5aa2e4435f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/error.php\":{\"d\":1526741203,\"h\":\"cf2a244df09c163939a4378e123f1985\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/index.html\":{\"d\":1526741203,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/inc\\/define.php\":{\"d\":1526741203,\"h\":\"1bc3d0a68a9d93e99c47b0441d7c0aec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/languages\\/w3-total-cache.pot\":{\"d\":1526741203,\"h\":\"34ee06815ef33d6b3d62d92ed934d318\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/apache_conf\\/mod_expires.conf\":{\"d\":1526741203,\"h\":\"b8d5113dd00ef461e8fe43440b5372c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/apache_conf\\/mod_deflate.conf\":{\"d\":1526741203,\"h\":\"1caf1284a5cfebebbf3798a7365e53f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/apache_conf\\/mod_rewrite.conf\":{\"d\":1526741203,\"h\":\"f66e9ad7a8db4604c46c253cfb4b0247\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/apache_conf\\/mod_mime.conf\":{\"d\":1526741203,\"h\":\"12f885b2ae695af0c23da4187aefd939\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/index.html\":{\"d\":1526741203,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/apc.ini.ea4bak\":{\"d\":1526741203,\"h\":\"a23acbe2b79ba8c3469600eb5e55d251\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/xcache.ini\":{\"d\":1556755434,\"h\":\"c7be4b5b8279c06abc011ab66beb0408\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/eaccelerator.ini.ea4new\":{\"d\":1556755434,\"h\":\"9322e279bc1c3a6778d9aaca630a1cc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/memcache.ini.ea4bak\":{\"d\":1526741203,\"h\":\"3005b85c659bae6cf8c762bb2f6318c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/opcache.ini.ea4new\":{\"d\":1556755434,\"h\":\"cfc7fb0faca94fac18f116863f6347f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/apc.ini.ea4new\":{\"d\":1556755434,\"h\":\"120e6e50f6c86f31b577f4103e89afed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/apc.ini\":{\"d\":1556755434,\"h\":\"120e6e50f6c86f31b577f4103e89afed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/s3-sample-policy.txt\":{\"d\":1526741203,\"h\":\"e6f1d4a45ee02007e3eb3d0162991f51\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/nginx-network-sample-config.conf\":{\"d\":1526741203,\"h\":\"a4581f262593f87655eab23ae8b17b64\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/nginx-standalone-sample-config.conf\":{\"d\":1526741203,\"h\":\"8664d6b92388fe00e0f50a111089c06f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/opcache.ini\":{\"d\":1556755434,\"h\":\"cfc7fb0faca94fac18f116863f6347f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/web.config\":{\"d\":1526741203,\"h\":\"f900402f063bdbb472dbc12ea93abadc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/varnish-sample-config.vcl\":{\"d\":1526741203,\"h\":\"a69246128ca199f4a820a30e5647ecae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/dbcluster-config-sample.php\":{\"d\":1526741203,\"h\":\"00bfaf2c7db375cc16d61e6607813a8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/eaccelerator.ini.ea4bak\":{\"d\":1526741203,\"h\":\"efce6df5152c0678bde95f0dff770b52\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/php.append.ini\":{\"d\":1526741203,\"h\":\"89170804e3585b690f3a91e5e38338bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/memcache.ini.ea4new\":{\"d\":1556755434,\"h\":\"d39b000ae49a8df6733250bf333a27b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/memcache.ini\":{\"d\":1556755434,\"h\":\"d39b000ae49a8df6733250bf333a27b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/eaccelerator.ini\":{\"d\":1556755434,\"h\":\"9322e279bc1c3a6778d9aaca630a1cc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/xcache.ini.ea4bak\":{\"d\":1526741203,\"h\":\"3bdec61187c05217be7348df51c0d574\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/xcache.ini.ea4new\":{\"d\":1556755434,\"h\":\"c7be4b5b8279c06abc011ab66beb0408\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/config-db-sample.php\":{\"d\":1526741203,\"h\":\"16cefb59eb6bac67a12bc0d2bfccada8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ini\\/opcache.ini.ea4bak\":{\"d\":1526741203,\"h\":\"9d46ab58e10d2937f1129edbbbdf3483\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Http\\/REST.php\":{\"d\":1526741202,\"h\":\"2fc5479aba81387e950ab5fe15d600ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Http\\/CacheParser.php\":{\"d\":1526741202,\"h\":\"8f5c1446b0c165978959483ecea8fa45\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Http\\/Batch.php\":{\"d\":1526741202,\"h\":\"b067f56f4d6cf31c662824285f1a7267\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Http\\/Request.php\":{\"d\":1526741202,\"h\":\"5a5f69fb40f598f675aae03028c70364\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Http\\/MediaFileUpload.php\":{\"d\":1526741202,\"h\":\"9486160bc35bbec0fb101bbc9c5b9fda\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Signer\\/P12.php\":{\"d\":1526741202,\"h\":\"eb87edae33df36ec7db0cf8b5a1c5eb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Signer\\/Abstract.php\":{\"d\":1526741202,\"h\":\"1e16c2f49fd65fff0ac9629a57c85e5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Auth\\/Simple.php\":{\"d\":1526741202,\"h\":\"4935374d23fde223bbba33c513d5c3e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Auth\\/Exception.php\":{\"d\":1526741202,\"h\":\"0fa398302b3d8f74bfd5b1e76c917f26\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Auth\\/AppIdentity.php\":{\"d\":1526741202,\"h\":\"987bcc5f86959f43687ec82906864a4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Auth\\/AssertionCredentials.php\":{\"d\":1526741202,\"h\":\"0dac38122e70ab5ec915585cc2391cdd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Auth\\/Abstract.php\":{\"d\":1526741202,\"h\":\"b97dc092caa6a3706eae2f328e7ffc4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Auth\\/OAuth2.php\":{\"d\":1526741202,\"h\":\"26b58f9a60a3b7c6365ea75c8caee023\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Auth\\/LoginTicket.php\":{\"d\":1526741202,\"h\":\"5378cf2deb189a439f04c4477519ead5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/IO\\/Exception.php\":{\"d\":1526741202,\"h\":\"e1438d33e3559088d4f67059d73feaa1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/IO\\/cacerts.pem\":{\"d\":1526741202,\"h\":\"a527b93e71b94759d99643641ff3b531\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/IO\\/Curl.php\":{\"d\":1526741202,\"h\":\"a51ad5f87dd9e5edffde1940ea509cfe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/IO\\/Stream.php\":{\"d\":1526741202,\"h\":\"084397b66a4b4356c449417693d869dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/IO\\/Abstract.php\":{\"d\":1526741202,\"h\":\"b211940938e5a44ad94a58064884080c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Verifier\\/Pem.php\":{\"d\":1526741202,\"h\":\"953049393caa6b9425191b3318f08d16\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Verifier\\/Abstract.php\":{\"d\":1526741202,\"h\":\"cbb15538000f61bf949dc5502a2fbbf1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Cache\\/Exception.php\":{\"d\":1526741202,\"h\":\"d7937176662a44ffd02fbfddd0c2469d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Cache\\/File.php\":{\"d\":1526741202,\"h\":\"4470f1f5d15863a907c023ee81f34424\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Cache\\/Memcache.php\":{\"d\":1526741202,\"h\":\"6966fa756461a16b17e3d4b6ef09cb18\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Cache\\/Apc.php\":{\"d\":1526741202,\"h\":\"6deb6e2d505d86b331713e54c38107a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Cache\\/Abstract.php\":{\"d\":1526741202,\"h\":\"c43e0e404a9208231a27908038c00030\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Cache\\/Null.php\":{\"d\":1526741202,\"h\":\"7182ad2c7605016470dfa96788a7e5b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Service\\/Exception.php\":{\"d\":1526741202,\"h\":\"5de8de551f1d698c9b298d764a674027\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Service\\/Oauth2.php\":{\"d\":1526741202,\"h\":\"6bb0781187bbd800a8c0f1740b9cd92e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Service\\/Drive.php\":{\"d\":1526741202,\"h\":\"20c8b655d49523437fec9d5bf36f8ed6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Service\\/Resource.php\":{\"d\":1526741202,\"h\":\"1198137b35a555ef712b844dcb60a9e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Utils\\/URITemplate.php\":{\"d\":1526741202,\"h\":\"0af76a052579e42e2ebba06da4d09dc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Client.php\":{\"d\":1526741202,\"h\":\"182ae8432f1e40e1a4e563793d725fbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Service.php\":{\"d\":1526741202,\"h\":\"47677f6f249815bf28f6a99c672ab517\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Exception.php\":{\"d\":1526741202,\"h\":\"934c0e79b4e0c05940e14191e388ed6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Config.php\":{\"d\":1526741202,\"h\":\"731d69ca773557eb7a0429cbc8364f85\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Model.php\":{\"d\":1526741202,\"h\":\"096831dd70b1d85d1abe103404ffead4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Utils.php\":{\"d\":1526741202,\"h\":\"373c79714d2abca5418b25f908424de2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Google\\/Collection.php\":{\"d\":1526741202,\"h\":\"1d54fa59d06fac016b44895e5186202d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/OAuth\\/W3tcOAuth.php\":{\"d\":1526741202,\"h\":\"3a0260f29fc20e646ae9122c74aaed57\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/HTTP\\/Encoder.php\":{\"d\":1526741202,\"h\":\"e103a09e8122ece22d0aefe9399cb1e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/HTTP\\/index.html\":{\"d\":1526741202,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/HTTP\\/ConditionalGet.php\":{\"d\":1526741202,\"h\":\"b4db85775593f4dd32667962d9d35d9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/YUI-CSS-compressor-PHP-port-4.1.0\\/Colors.php\":{\"d\":1526741202,\"h\":\"df361c9dd9cc4039803e892f2d8d0b43\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/YUI-CSS-compressor-PHP-port-4.1.0\\/Command.php\":{\"d\":1526741202,\"h\":\"b1abb82f68b9e6dd1dba1819a7dcff85\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/YUI-CSS-compressor-PHP-port-4.1.0\\/Utils.php\":{\"d\":1526741202,\"h\":\"0836f1cc0bc2487dab54212bb586bde2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/YUI-CSS-compressor-PHP-port-4.1.0\\/Minifier.php\":{\"d\":1526741202,\"h\":\"2693da709ca28c78b09ed244a46c1996\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Inline\\/index.html\":{\"d\":1526741202,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Inline\\/CSS.php\":{\"d\":1526741202,\"h\":\"53b3b77b0c0d4f55eea8e37e79d158a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Inline\\/JavaScript.php\":{\"d\":1526741202,\"h\":\"64839f722c87fa2ac8de0dceb03ddeb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/CSS\\/index.html\":{\"d\":1526741202,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/CSS\\/UriRewriter.php\":{\"d\":1526741202,\"h\":\"9831194f3707c26b9f61b5059395c299\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/CSS\\/Compressor.php\":{\"d\":1526741202,\"h\":\"82ed8b7053441faba5fff9f7387f3a51\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Controller\\/index.html\":{\"d\":1526741202,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Controller\\/MinApp.php\":{\"d\":1526741202,\"h\":\"251019d7ad609b1275f9070a30a5e21b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Controller\\/Groups.php\":{\"d\":1526741202,\"h\":\"bf35ccd3d384c40033b978a402eaf917\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Controller\\/Base.php\":{\"d\":1526741202,\"h\":\"c35e49ba368e05b5f4272ab5f6eea990\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Controller\\/Version1.php\":{\"d\":1526741202,\"h\":\"02429d779debfc6e64af0ca01524537c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Controller\\/Files.php\":{\"d\":1526741202,\"h\":\"a0bc419aa48d256e19a64596dee53991\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Controller\\/Page.php\":{\"d\":1526741202,\"h\":\"8413e384e00781c84d5e86519ef90aa6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/HTML\\/Helper.php\":{\"d\":1526741202,\"h\":\"af89e2e30f70dd935dd86d31649159e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/JS\\/ClosureCompiler.php\":{\"d\":1526741202,\"h\":\"07be70c22d0cf2cf48bddeede1abd11b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/YUI\\/CssCompressor.java\":{\"d\":1526741202,\"h\":\"cb15a586f2dcc4fead535bc982e3f91e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/YUI\\/CssCompressor.php\":{\"d\":1526741202,\"h\":\"12d5b4e38488c68bc84cc0efba6eb338\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Cache\\/index.html\":{\"d\":1526741202,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Cache\\/W3TCDerived.php\":{\"d\":1526741202,\"h\":\"23c8f32bc8093b9279d31b395ccd7937\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Cache\\/File.php\":{\"d\":1526741202,\"h\":\"6926bc88976221834a335b977aebac00\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Cache\\/ZendPlatform.php\":{\"d\":1526741202,\"h\":\"a20755bc554cfef6733ac64574c4f90e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Inline.php\":{\"d\":1526741202,\"h\":\"7c0b25a62e06a6c4bfdf78477cf2999d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/index.html\":{\"d\":1526741202,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Source.php\":{\"d\":1526741202,\"h\":\"95b921274dd47856db0fcda809a1591e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/YUICompressor.php\":{\"d\":1526741202,\"h\":\"b5860f83e18a5f2a3377c414ed95080f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/IgnoredCommentPreserver.php\":{\"d\":1526741202,\"h\":\"3cb35db181c335d862e4796a9ac0082f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Lines.php\":{\"d\":1526741202,\"h\":\"ad474907f5a31b71d0768a8558f878d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Logger.php\":{\"d\":1526741202,\"h\":\"b074c744b82d0739a7f95b25da377796\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/DebugDetector.php\":{\"d\":1526741202,\"h\":\"578c000b491157db9f9a7fef2537b393\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/CSS.php\":{\"d\":1526741202,\"h\":\"ab8475619b9bca9e1caab297b1e70e76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/CommentPreserver.php\":{\"d\":1526741202,\"h\":\"f9fbae74aea3125d25f375942846d9c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Build.php\":{\"d\":1526741202,\"h\":\"99800ab664e1fb0ff46a7133ab13bb1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/ImportProcessor.php\":{\"d\":1526741202,\"h\":\"028a803aef6aec0b595ba610fbd2f735\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/ClosureCompiler.php\":{\"d\":1526741202,\"h\":\"35372b4315f98a489fde6b5fe874823f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/HTML.php\":{\"d\":1526741202,\"h\":\"ca40d09ad7f2534ba12babd5dfe1d9cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/HTMLTidy.php\":{\"d\":1526741202,\"h\":\"a89435d95fc2bf35a6fdae86314fe734\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Packer.php\":{\"d\":1526741202,\"h\":\"25e6f213205f060853db918c2d67ef06\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/Loader.php\":{\"d\":1526741202,\"h\":\"5e84b0e739587d8df742f47953f135d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/CSSTidy.php\":{\"d\":1526741202,\"h\":\"0bec3fc5cf09f0d99c19a85970d919b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify\\/CombineOnly.php\":{\"d\":1526741202,\"h\":\"0e90e6024b37c5d3a5cc750ecd0fbad9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/DooDigestAuth.php\":{\"d\":1526741202,\"h\":\"9d66abc8cfa37b5f593fc09c734f0269\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/index.html\":{\"d\":1526741202,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/JSMin.php\":{\"d\":1526741202,\"h\":\"2b4feb6bd313781e04e320282597f554\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/Minify.php\":{\"d\":1526741202,\"h\":\"167d3a53b991a741b07bcdaea3631255\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Minify\\/JSMinPlus.php\":{\"d\":1526741202,\"h\":\"07fa4bf4cd2bb59c1d5c96f0a6ba2ab1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/NetDNA\\/NetDNA.php\":{\"d\":1526741202,\"h\":\"b6318c5cb6225610c724a607c16fc140\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/NetDNA\\/W3tcWpHttpException.php\":{\"d\":1526741202,\"h\":\"cee79bd8aa65a48256863d3156ab1ec3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/NetDNA\\/NetDNAPresentation.php\":{\"d\":1526741202,\"h\":\"42be422cfd36c0b48c02d2b97286e5c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/PsrHttpMessage\\/StreamInterface.php\":{\"d\":1526741203,\"h\":\"dde87a38357aa58a17128df6bca5a554\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/PsrHttpMessage\\/ResponseInterface.php\":{\"d\":1526741203,\"h\":\"3a902ea57f57a8250e371ba6ea40c3b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/PsrHttpMessage\\/UploadedFileInterface.php\":{\"d\":1526741203,\"h\":\"bf303071ee88d14c0b9f4482002698a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/PsrHttpMessage\\/RequestInterface.php\":{\"d\":1526741203,\"h\":\"9f968a5accc656ebb969b6a973f43610\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/PsrHttpMessage\\/UriInterface.php\":{\"d\":1526741203,\"h\":\"77f0ea01e2cd3a2848d1dec182b2c9eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/PsrHttpMessage\\/ServerRequestInterface.php\":{\"d\":1526741203,\"h\":\"8694cf6882b28ef2c24c444d290682ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/PsrHttpMessage\\/MessageInterface.php\":{\"d\":1526741203,\"h\":\"5b86144b4235dd435ae390a2d2b497e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Exception\\/TooManyRedirectsException.php\":{\"d\":1526741202,\"h\":\"9952c5877077fad22bed15fbe04a1ca7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Exception\\/ServerException.php\":{\"d\":1526741202,\"h\":\"36ecb7a8e416e9633b10e677fa5a639e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Exception\\/SeekException.php\":{\"d\":1526741202,\"h\":\"d3321b4b634f612a98acd08e08ef6e74\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Exception\\/TransferException.php\":{\"d\":1526741202,\"h\":\"67921f32b8ca0b62c1640262b48a1055\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Exception\\/BadResponseException.php\":{\"d\":1526741202,\"h\":\"5d502016856c146aa47d0bbed5106ee1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Exception\\/ConnectException.php\":{\"d\":1526741202,\"h\":\"4c3a541bc2a97f9278417c8ccd49a256\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Exception\\/GuzzleException.php\":{\"d\":1526741202,\"h\":\"be57c551f72e6faff7af43b4bf27c95e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Exception\\/RequestException.php\":{\"d\":1526741202,\"h\":\"96e3509db51ccbaff2e9a801bb0d4e37\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Exception\\/ClientException.php\":{\"d\":1526741202,\"h\":\"d1c7f54a71cb105131c0c22b20619bcb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/LimitStream.php\":{\"d\":1526741202,\"h\":\"957492238ad22a50fdc79dc31cdfe605\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/ServerRequest.php\":{\"d\":1526741202,\"h\":\"3b3a9349d18435f413aef70d8f79f72c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/NoSeekStream.php\":{\"d\":1526741202,\"h\":\"a0717a0ab4fe202dcc050b0aa46e375b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/DroppingStream.php\":{\"d\":1526741202,\"h\":\"adac9db8a35c6892151e065e9eadd8ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/UploadedFile.php\":{\"d\":1526741202,\"h\":\"a36b94212547cd38bb7857f030258a01\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/AppendStream.php\":{\"d\":1526741202,\"h\":\"c3a6a4c089d769f6c2f48587f2ea73b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/Stream.php\":{\"d\":1526741202,\"h\":\"c5bf50476cf7c5ea7f9c325cc66362b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/MultipartStream.php\":{\"d\":1526741202,\"h\":\"a62ba2ea6d57a5fdde0b7541265f4a4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/InflateStream.php\":{\"d\":1526741202,\"h\":\"3b09783825c0a3d024bb1b8f4f99b476\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/StreamDecoratorTrait.php\":{\"d\":1526741202,\"h\":\"d4b43ceea144a8327ee0ef440c83bf8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/BufferStream.php\":{\"d\":1526741202,\"h\":\"ca89bcf988c8e4d13a39d5febb985331\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/functions.php\":{\"d\":1526741202,\"h\":\"7eb219d6c8b23351ed64d40ae8b6c738\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/StreamWrapper.php\":{\"d\":1526741202,\"h\":\"cf8a930a24993a423894f705ad7825a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/MessageTrait.php\":{\"d\":1526741202,\"h\":\"a6b829b5cc2644e0af0e0cc7a55a5b95\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/Request.php\":{\"d\":1526741202,\"h\":\"607dc1e7fa7118bd807ae2562229bdf1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/FnStream.php\":{\"d\":1526741202,\"h\":\"8c73770e5baa5e7cc4df48ee852f63c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/PumpStream.php\":{\"d\":1526741202,\"h\":\"55ac4bb5f9a26cd93e5fa10a1f5132c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/LazyOpenStream.php\":{\"d\":1526741202,\"h\":\"2648cdbb073317f8ea813383393aee2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/Uri.php\":{\"d\":1526741202,\"h\":\"01c9343599ff38afcb225c1d36d87a7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/functions_include.php\":{\"d\":1526741202,\"h\":\"847190da01ae741e44241753f23cc1da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/CachingStream.php\":{\"d\":1526741202,\"h\":\"9044f074880bee4ad2d17f1097055e68\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Psr7\\/Response.php\":{\"d\":1526741202,\"h\":\"e0eb0ba0d8a7394818846ce7789e7410\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Handler\\/StreamHandler.php\":{\"d\":1526741202,\"h\":\"4db311c8bf154a28abb32e8df3382e7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Handler\\/EasyHandle.php\":{\"d\":1526741202,\"h\":\"02eec42dd5ec3cd6ef6cca4735c2eb9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Handler\\/Proxy.php\":{\"d\":1526741202,\"h\":\"0eade7e36c32b1b98a70483348ca98f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Handler\\/CurlMultiHandler.php\":{\"d\":1526741202,\"h\":\"dc20cc9837a45e56607bbcb5d89024fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Handler\\/CurlHandler.php\":{\"d\":1526741202,\"h\":\"18c8727a9457cf6d1f382b4cb394979f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Handler\\/CurlFactory.php\":{\"d\":1526741202,\"h\":\"7451a32af69647548e6850c883db22bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Handler\\/MockHandler.php\":{\"d\":1526741202,\"h\":\"1e989983e107b30c02697de55cf00b35\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Handler\\/CurlFactoryInterface.php\":{\"d\":1526741202,\"h\":\"b4dbdca4de39177941fbea19855eb74f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Cookie\\/FileCookieJar.php\":{\"d\":1526741202,\"h\":\"ecdc4a51c4285b588284188cb51ba212\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Cookie\\/CookieJar.php\":{\"d\":1526741202,\"h\":\"8af307569bc5483ea7df423555672cf7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Cookie\\/SessionCookieJar.php\":{\"d\":1526741202,\"h\":\"3ecf615008dc2288a86bd2f77d1ba5ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Cookie\\/SetCookie.php\":{\"d\":1526741202,\"h\":\"683c055fa72355f8d7b37a3a9f1fdc18\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Cookie\\/CookieJarInterface.php\":{\"d\":1526741202,\"h\":\"0cd2c557aba26246ef86188f882a53b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Promise\\/Coroutine.php\":{\"d\":1526741202,\"h\":\"e85129b6991bc6e91430d638b94acaf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Promise\\/EachPromise.php\":{\"d\":1526741202,\"h\":\"df6789b4bd35f2bbd68cb5faf46d79ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Promise\\/PromisorInterface.php\":{\"d\":1526741202,\"h\":\"a9d3c230da1e74e747cf37099bbf3dfa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Promise\\/PromiseInterface.php\":{\"d\":1526741202,\"h\":\"d89b4dc299c87456f210c253c6b94e22\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Promise\\/RejectedPromise.php\":{\"d\":1526741202,\"h\":\"0dec3a7152df237c1138075adba8f77a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Promise\\/functions.php\":{\"d\":1526741202,\"h\":\"2ff33484d4b21748efdd577c6b6a45c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Promise\\/TaskQueue.php\":{\"d\":1526741202,\"h\":\"f689afac69023ad70c4239acc0594760\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Promise\\/Promise.php\":{\"d\":1526741202,\"h\":\"5ec444867e365565e1821f0ad47f965b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Promise\\/RejectionException.php\":{\"d\":1526741202,\"h\":\"dcf7b821573f91b31bf52e9f00e494bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Promise\\/CancellationException.php\":{\"d\":1526741202,\"h\":\"a9a2fbcbd5dcfb0fdfb3feaf5c7b4324\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Promise\\/functions_include.php\":{\"d\":1526741202,\"h\":\"f5cb9de3f9980feda6ea3341215bf7ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Promise\\/AggregateException.php\":{\"d\":1526741202,\"h\":\"babe9fcc334d0b4fea85e9e05f4d552e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Promise\\/TaskQueueInterface.php\":{\"d\":1526741202,\"h\":\"93f20d7dee241a3a2acfb9f378d0446c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Promise\\/FulfilledPromise.php\":{\"d\":1526741202,\"h\":\"d6001563130d4d92f1b58eeb714c117d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Client.php\":{\"d\":1526741202,\"h\":\"4f116d439fd06d64da5d3cb2bd765439\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Middleware.php\":{\"d\":1526741202,\"h\":\"d410c016da6acbb32969f96657821e62\"}}','2019-09-19 08:59:24');
INSERT INTO `lwz_itsec_distributed_storage` VALUES (4,'file-list','files',2,'{\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/TransferStats.php\":{\"d\":1526741202,\"h\":\"f94bd1d051bac09f9538b8b8720084e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/Pool.php\":{\"d\":1526741202,\"h\":\"05269a24991f95c28cead841ac0b7a13\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/PrepareBodyMiddleware.php\":{\"d\":1526741202,\"h\":\"fee264e3f0640f8086d184c28906fdf4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/functions.php\":{\"d\":1526741202,\"h\":\"0f28c4525f3ba3b7edbd20916f0dff8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/MessageFormatter.php\":{\"d\":1526741202,\"h\":\"ddc316fe5a1d06a0c129e6a65cd36cfc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/RedirectMiddleware.php\":{\"d\":1526741202,\"h\":\"8970586ea24f21c963050313ceef3909\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/RequestOptions.php\":{\"d\":1526741202,\"h\":\"b448222661f034a6b8368bb7e5b769ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/UriTemplate.php\":{\"d\":1526741202,\"h\":\"8e71ed1dd6b3906cbf29cacf35e06395\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/HandlerStack.php\":{\"d\":1526741202,\"h\":\"ccd0aeb3a6975d8f3836dea18603ad6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/functions_include.php\":{\"d\":1526741202,\"h\":\"5f6ee7f97cc86838635c9c1350415bc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/RetryMiddleware.php\":{\"d\":1526741202,\"h\":\"2267eeb5be0a87f30d543334482880f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/GuzzleHttp\\/ClientInterface.php\":{\"d\":1526741202,\"h\":\"59a3e49db021b1ba3392d08f07754319\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Internal\\/IBlob.php\":{\"d\":1526741203,\"h\":\"bf02b2c40df26182f3a8de0cd5de748b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/CreateBlobOptions.php\":{\"d\":1526741203,\"h\":\"300e37076d1221fc1250bfa2620a4a9c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/ListBlobsOptions.php\":{\"d\":1526741203,\"h\":\"2135a1cfe53791aed2ca9c99704dc05b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/BlobProperties.php\":{\"d\":1526741203,\"h\":\"43697b57cf367312fadd6c70dd3ab84c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/SetBlobPropertiesOptions.php\":{\"d\":1526741203,\"h\":\"0b0baed720e282fee4b3515a3bfa6deb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/BlobServiceOptions.php\":{\"d\":1526741203,\"h\":\"97739fdb9b4982072ccd385fe46f2edb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/Blob.php\":{\"d\":1526741203,\"h\":\"de80d722daaf1fc8fa6029ce38b77382\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/SetBlobMetadataResult.php\":{\"d\":1526741203,\"h\":\"2e2377453024540dfcf9d9b50804ea35\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/AcquireLeaseOptions.php\":{\"d\":1526741203,\"h\":\"7c876534ffc96288f674a6c447b9d7ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/CreateBlobPagesResult.php\":{\"d\":1526741203,\"h\":\"05f84b06a80d3ec6cb9a0456b94456bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/ListPageBlobRangesResult.php\":{\"d\":1526741203,\"h\":\"943a85160ac5307f29bc671955f622e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/CreateBlobBlockOptions.php\":{\"d\":1526741203,\"h\":\"eb9f17038c23f787babaa22d01d4004e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/BlobBlockType.php\":{\"d\":1526741203,\"h\":\"8408a488673febe76a6dcf23423f70e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/DeleteBlobOptions.php\":{\"d\":1526741203,\"h\":\"1fda65dcb09f2bbc2bb450153983bfec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/SignedIdentifier.php\":{\"d\":1526741203,\"h\":\"b0040339b313bef35e6a77e90f264188\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/Container.php\":{\"d\":1526741203,\"h\":\"7b079282fc5f292182c49e61f9f395ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/BlockList.php\":{\"d\":1526741203,\"h\":\"e1946998692a30ec506c95c1dc923d0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/CreateBlobPagesOptions.php\":{\"d\":1526741203,\"h\":\"4a662b8301f7b5b3a07c5754f39ae1bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/GetBlobResult.php\":{\"d\":1526741203,\"h\":\"791f8a7dc8b8dc798819ae1fb6351113\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/GetBlobMetadataResult.php\":{\"d\":1526741203,\"h\":\"45b1cbfd9b2668535564bd91e64beab1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/ListBlobBlocksResult.php\":{\"d\":1526741203,\"h\":\"24f971d52a42355641e62cf87a1bb799\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/DeleteContainerOptions.php\":{\"d\":1526741203,\"h\":\"b4dd312b7446865f8d5e8d16a24040db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/AcquireLeaseResult.php\":{\"d\":1526741203,\"h\":\"7721fe63b43e99d74882c3d47f3e047c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/Block.php\":{\"d\":1526741203,\"h\":\"128777c196aafed312ca028f91cc3dfd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/PageRange.php\":{\"d\":1526741203,\"h\":\"23ad2680808ef375e074235fe8a11c02\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/AccessPolicy.php\":{\"d\":1526741203,\"h\":\"16efa61d77bce09f7bf522c598178db3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/SetContainerMetadataOptions.php\":{\"d\":1526741203,\"h\":\"c2df6bf82561a55431a097d11f0ef909\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/ListBlobBlocksOptions.php\":{\"d\":1526741203,\"h\":\"c0bf13af1e7a6513f6da872e14657e08\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/SetBlobPropertiesResult.php\":{\"d\":1526741203,\"h\":\"5f89435ca8ac2a8d14a9a547fd9534c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/LeaseMode.php\":{\"d\":1526741203,\"h\":\"71ae1f41417bdc39af4b9366b523e58f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/ContainerProperties.php\":{\"d\":1526741203,\"h\":\"b0a3b94b10a46fa2d97b7998ca3f8ee8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/ListContainersOptions.php\":{\"d\":1526741203,\"h\":\"b9c0cfe4e490d08f0169353488b64953\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/ContainerACL.php\":{\"d\":1526741203,\"h\":\"cb0977a783e2f3d3619001e633476ee5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/GetBlobPropertiesResult.php\":{\"d\":1526741203,\"h\":\"a344b403ad954e469c0b2ddec59c6644\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/GetContainerPropertiesResult.php\":{\"d\":1526741203,\"h\":\"b14fcb7a2a693a49328b54d5526d9fac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/ListContainersResult.php\":{\"d\":1526741203,\"h\":\"5f106b093aa0aa40fa9b998b1f552332\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/PublicAccessType.php\":{\"d\":1526741203,\"h\":\"94228899152033d797474aab1c1a0642\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/GetBlobOptions.php\":{\"d\":1526741203,\"h\":\"713169eef963e3f61feb1afa50714346\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/CommitBlobBlocksOptions.php\":{\"d\":1526741203,\"h\":\"8f4911b72584942fade0963b40317b9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/AccessCondition.php\":{\"d\":1526741203,\"h\":\"2877c466f5c54f75c787a24e4db6ca29\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/BlobType.php\":{\"d\":1526741203,\"h\":\"1afa7c7cf45161b40452010843b98454\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/ListBlobsResult.php\":{\"d\":1526741203,\"h\":\"77e908ccf7ef4fbaae5a2df3a8b78b3e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/BlobPrefix.php\":{\"d\":1526741203,\"h\":\"2bdee7122c9ef7677008ce4bfce950d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/CreateBlobSnapshotOptions.php\":{\"d\":1526741203,\"h\":\"53439c72217c730675347ff95550aae0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/GetContainerACLResult.php\":{\"d\":1526741203,\"h\":\"030ce03e9e1c1ade65b0004bb794c753\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/BreakLeaseResult.php\":{\"d\":1526741203,\"h\":\"f46efc8cc5f29e1a878aac66a6e3680f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/CopyBlobOptions.php\":{\"d\":1526741203,\"h\":\"511d3d77b2cddb33c7f5b4805e5751f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/CreateContainerOptions.php\":{\"d\":1526741203,\"h\":\"9605304dbe2f4f9bca63eb752667d090\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/ListPageBlobRangesOptions.php\":{\"d\":1526741203,\"h\":\"bcdcaf7c266c96bb1c3015c33b843f86\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/CopyBlobResult.php\":{\"d\":1526741203,\"h\":\"4838863a8fa6ff0e661f48d328632da2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/CreateBlobSnapshotResult.php\":{\"d\":1526741203,\"h\":\"200cf1a0e6c832644bedc8c6dfd05240\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/GetBlobPropertiesOptions.php\":{\"d\":1526741203,\"h\":\"f86dd6144b88e7cda7551a7a8fccbfde\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/GetBlobMetadataOptions.php\":{\"d\":1526741203,\"h\":\"da1d8c8528555c0a00f4b5476678b181\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/SetBlobMetadataOptions.php\":{\"d\":1526741203,\"h\":\"7ae1b7144b1b3f45ded198332980f53f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/Models\\/PageWriteOption.php\":{\"d\":1526741203,\"h\":\"f1ac6cefa76a39370282d648a0cab9c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Blob\\/BlobRestProxy.php\":{\"d\":1526741203,\"h\":\"15ddc60a39dd9735cc9e084650fd0a04\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/Authentication\\/IAuthScheme.php\":{\"d\":1526741203,\"h\":\"790d5560180a7274cf9fc5204beb4247\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/Authentication\\/StorageAuthScheme.php\":{\"d\":1526741203,\"h\":\"30dc6d83f1eee64474a919b7aa3f87d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/Authentication\\/SharedKeyAuthScheme.php\":{\"d\":1526741203,\"h\":\"2a23604a8ca811f6c1d8b730150a3f99\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/Authentication\\/TableSharedKeyLiteAuthScheme.php\":{\"d\":1526741203,\"h\":\"6f35d34dff6ddd673cdf609f93c7f6cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/Http\\/HttpCallContext.php\":{\"d\":1526741203,\"h\":\"61efe098995755648e62c345aab50357\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/Serialization\\/XmlSerializer.php\":{\"d\":1526741203,\"h\":\"90bf6245d685f31b666c20d2913040d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/Serialization\\/ISerializer.php\":{\"d\":1526741203,\"h\":\"4f532da077fca691fdf08d3bda21c6fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/Serialization\\/JsonSerializer.php\":{\"d\":1526741203,\"h\":\"338d07fc5f48e19be615b5eee4ff8343\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/Filters\\/ExponentialRetryPolicy.php\":{\"d\":1526741203,\"h\":\"3bf3974076b93fbb7fe79f83eece2fbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/Filters\\/DateFilter.php\":{\"d\":1526741203,\"h\":\"824c51004d399d5f526e2d0b06805150\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/Filters\\/AuthenticationFilter.php\":{\"d\":1526741203,\"h\":\"dcccd605b4809f787c9d0e714d714f8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/Filters\\/RetryPolicyFilter.php\":{\"d\":1526741203,\"h\":\"88e0dcdc957a55a0e73c38c7df9c48db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/Filters\\/RetryPolicy.php\":{\"d\":1526741203,\"h\":\"fb7b56b6d8732a6bc5c2211913c6b185\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/Filters\\/HeadersFilter.php\":{\"d\":1526741203,\"h\":\"5fc13576eb65ddf59ea82bb42de2c3e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/ConnectionStringParser.php\":{\"d\":1526741203,\"h\":\"f19936d17eff424014c79e2a5f36a818\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/IServiceFilter.php\":{\"d\":1526741203,\"h\":\"a43f03e26ff274b7880541b065ec7dc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/Utilities.php\":{\"d\":1526741202,\"h\":\"f97eb4a1ccfd95f973c5ef38c9d0c146\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/ServiceSettings.php\":{\"d\":1526741203,\"h\":\"521c9cbf70d4742a81c754d7ccec4c67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/RetryMiddlewareFactory.php\":{\"d\":1526741203,\"h\":\"54f9975b17569dc866dbddf56f84ac82\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/StorageServiceSettings.php\":{\"d\":1526741203,\"h\":\"155fbfc042091be265cb4aa6f754f071\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/Resources.php\":{\"d\":1526741202,\"h\":\"ee6fdc4ada2ba0ce5b1b16ddf183db24\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/Logger.php\":{\"d\":1526741203,\"h\":\"b7593ab372ed7cccbf934059bcfd5287\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/ConnectionStringSource.php\":{\"d\":1526741203,\"h\":\"eed13d0094dc6e948ece46f7646cbcd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/ServiceRestProxy.php\":{\"d\":1526741203,\"h\":\"5fbdf69775ea4d5911e95fcb1b8f5ef3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/RestProxy.php\":{\"d\":1526741203,\"h\":\"88e647f5fb0aa257cf20699fdf5795c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/InvalidArgumentTypeException.php\":{\"d\":1526741203,\"h\":\"a50c0bad44d90fc09c20cd237c94b48c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/FilterableService.php\":{\"d\":1526741202,\"h\":\"c227197e89caece0d95cc9cfb4cb9b8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/HttpFormatter.php\":{\"d\":1526741203,\"h\":\"13a93aa6a2b7a7eb6f33b8a9f1686460\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Internal\\/Validate.php\":{\"d\":1526741203,\"h\":\"b1a8ed46d8a2ae7ae2f746959782cc78\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Models\\/ServiceProperties.php\":{\"d\":1526741203,\"h\":\"2c327e7c792a60f4bd8a37b0d74755b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Models\\/Metrics.php\":{\"d\":1526741203,\"h\":\"7bdd05dbf3bb08bfdb6ddb31829e6d66\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Models\\/Logging.php\":{\"d\":1526741203,\"h\":\"12b1ade8200d77a6506d727885e7feba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Models\\/GetServicePropertiesResult.php\":{\"d\":1526741203,\"h\":\"88089cfe6d425f01e74b978d023744de\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/Models\\/RetentionPolicy.php\":{\"d\":1526741203,\"h\":\"6db2c875516ea8715faf8b7f629cfd74\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/CloudConfigurationManager.php\":{\"d\":1526741203,\"h\":\"73f9a3eaafd3dbab3db7cbc9ca9296c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/ServicesBuilder.php\":{\"d\":1526741202,\"h\":\"f50aa61159476a259c0b51d14a7a679d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/MicrosoftAzureStorage\\/Common\\/ServiceException.php\":{\"d\":1526741202,\"h\":\"bd5c39f7f3ef817dabd01a77559c95c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Azure\\/loader.php\":{\"d\":1526741202,\"h\":\"0484c7c950fa5c195cbac0d34d1155af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Nusoap\\/index.html\":{\"d\":1526741202,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Nusoap\\/class.soap_val.php\":{\"d\":1526741202,\"h\":\"6c3978e769cba458fa3ef9baf9324eaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Nusoap\\/nusoap.php\":{\"d\":1526741202,\"h\":\"ad62289c352eee409a21f3276fbefcf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Nusoap\\/class.soap_fault.php\":{\"d\":1526741202,\"h\":\"04ad073798ce71bcda83cf858fe3d3e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Nusoap\\/class.soap_parser.php\":{\"d\":1526741202,\"h\":\"8a29b5b261ad04313fefbfd2428cc1cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Nusoap\\/class.xmlschema.php\":{\"d\":1526741202,\"h\":\"3143a5dca266f6b807b6601770f8e6e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Nusoap\\/class.soap_transport_http.php\":{\"d\":1526741202,\"h\":\"6de2a344df78f2f62eca846ec4bdcb93\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Nusoap\\/class.nusoap_base.php\":{\"d\":1526741202,\"h\":\"882bd26c7b714903c8e7285815d1b364\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Nusoap\\/class.wsdlcache.php\":{\"d\":1526741202,\"h\":\"870f48e863ac355182347a89bf7565f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Nusoap\\/class.wsdl.php\":{\"d\":1526741202,\"h\":\"db1c8c96c56050a4311428ab97bc982e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Nusoap\\/class.soapclient.php\":{\"d\":1526741202,\"h\":\"acbb403ebedcbd6dd7bd4bf4457f55f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/NewRelic\\/NewRelicAPI.php\":{\"d\":1526741202,\"h\":\"1fe8534534eff0065d9325a9496a0175\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/NewRelic\\/NewRelicWrapper.php\":{\"d\":1526741202,\"h\":\"7f69b2a419bac1422641972d2cc3c92b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/SNS\\/services\\/MessageValidator\\/Message.php\":{\"d\":1526741202,\"h\":\"254ec097174d92659d4b6a086d60a4d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/SNS\\/services\\/MessageValidator\\/sns-exceptions.php\":{\"d\":1526741202,\"h\":\"3bdec9772c613c46b5b21c24b68feca5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/SNS\\/services\\/MessageValidator\\/MessageValidator.php\":{\"d\":1526741202,\"h\":\"9d32f2a9ef2c08b7860ae3a8f5723948\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/SNS\\/services\\/sns.class.php\":{\"d\":1526741202,\"h\":\"cb3d8df826476829c357ec35bb585469\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/SNS\\/utilities\\/response.class.php\":{\"d\":1526741202,\"h\":\"128a6eff75168fbcddbb1872aa46088d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/SNS\\/utilities\\/simplexml.class.php\":{\"d\":1526741202,\"h\":\"e02af3baf386f4aa9effd3b1c85e1c6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/SNS\\/utilities\\/utilities.class.php\":{\"d\":1526741202,\"h\":\"dae2d6836f0866237d5c75161227a459\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/SNS\\/utilities\\/request.class.php\":{\"d\":1526741202,\"h\":\"21146811c1c182bb1f3db4a36631305c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/SNS\\/lib\\/requestcore\\/README.md\":{\"d\":1526741202,\"h\":\"702485f100351d8dcc1346d087d09656\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/SNS\\/lib\\/requestcore\\/cacert.pem\":{\"d\":1526741202,\"h\":\"4e0c8fcca8148533e6723f94463a3c73\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/SNS\\/lib\\/requestcore\\/requestcore.class.php\":{\"d\":1526741202,\"h\":\"84345c7421c25a284076ba6f5da25888\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/SNS\\/lib\\/requestcore\\/LICENSE\":{\"d\":1526741202,\"h\":\"70f142181074f83b33d258164c008cd9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/SNS\\/sdk.class.php\":{\"d\":1526741202,\"h\":\"21427bc7a1908a66e46d6d2802d8a09a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/SNS\\/README.md\":{\"d\":1526741202,\"h\":\"5ebb7e264b1131f56b91dde12f3ca3a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/Db\\/mssql.php\":{\"d\":1526741202,\"h\":\"25d5e5d612b502ed6898a618282818a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/CSSTidy\\/index.html\":{\"d\":1526741202,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/CSSTidy\\/class.csstidy_print.php\":{\"d\":1526741202,\"h\":\"faf14903abf994a296379891599dd45c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/CSSTidy\\/class.csstidy.php\":{\"d\":1526741202,\"h\":\"0fb1228139af4489b435043fbe930789\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/CSSTidy\\/data.inc.php\":{\"d\":1526741202,\"h\":\"6275796afaa97050f62af0704a55eb19\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/CSSTidy\\/class.csstidy_optimise.php\":{\"d\":1526741202,\"h\":\"308455f41e1b1738bc803a4f8405b4da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/index.html\":{\"d\":1526741202,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/lib\\/S3.php\":{\"d\":1526741202,\"h\":\"dd7b1dfda8eb5e1e3319838f2a5a2dab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/pub\\/js\\/popup.js\":{\"d\":1526741203,\"h\":\"8270e575e63c8c4b0eb02ef29c64854d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/pub\\/js\\/index.html\":{\"d\":1526741203,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/pub\\/js\\/jquery.masonry.min.js\":{\"d\":1526741203,\"h\":\"a6b726ee7fce43453a6eb25e8a1cb819\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/pub\\/js\\/metadata.js\":{\"d\":1526741203,\"h\":\"47185fe908ef602b79b82e0705aa0804\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/pub\\/js\\/lightbox.js\":{\"d\":1526741203,\"h\":\"c4b69a6ef9f9eb64bef286bd9d8a207b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/pub\\/js\\/options.js\":{\"d\":1526741203,\"h\":\"8a3c097baaaaa11897ec901eda23e770\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/pub\\/js\\/widget.js\":{\"d\":1526741203,\"h\":\"338d6442b4dde231d62597ea8ed04c01\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/pub\\/img\\/index.html\":{\"d\":1526741203,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/pub\\/css\\/index.html\":{\"d\":1526741203,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/pub\\/css\\/widget.css\":{\"d\":1526741203,\"h\":\"351d5cad579743205bb14737986fad8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/pub\\/css\\/options.css\":{\"d\":1526741203,\"h\":\"698ba78ed5b649f08c4cef1565d1a7c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/pub\\/css\\/lightbox.css\":{\"d\":1526741203,\"h\":\"a8e2e52042d1f066671952f7b245c784\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/pub\\/css\\/popup.css\":{\"d\":1526741203,\"h\":\"34042fb7d3b18ac179476014ba863b44\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/pub\\/css\\/error.css\":{\"d\":1526741203,\"h\":\"271d7040e01a1de4c7cb3a165b6f7bec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/pub\\/index.html\":{\"d\":1526741203,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/pub\\/opcache.php\":{\"d\":1526741203,\"h\":\"96129811a845a9cbf1add5aae88c181e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/pub\\/sns.php\":{\"d\":1526741203,\"h\":\"064abde5bcf4ab4d5c46049b16d73c36\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_GeneralPage_View_ShowSupportUs.js\":{\"d\":1526741203,\"h\":\"5a480712505b9bb3280221b5987daf2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Enterprise_CacheFlush_MakeSnsEvent.php\":{\"d\":1526741203,\"h\":\"e1b67492acfa0dec89a6979709b2dfa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/UsageStatistics_Widget_View.php\":{\"d\":1526741203,\"h\":\"c6212248518edb849637254d17dd2b5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_Ftp.php\":{\"d\":1526741203,\"h\":\"e34a2b31e775324e5c177bbc7518b84c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Mobile_Page_UserAgentGroups.php\":{\"d\":1526741203,\"h\":\"a8bcdd5c550dfdf476612a7557bf2367\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Support_Page_View_PageContent.php\":{\"d\":1526741203,\"h\":\"ac3bb40bc4d9fc2d7bd54fc069754ff0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_Environment_Exceptions.php\":{\"d\":1526741203,\"h\":\"2d5055484d39fa64ba764089cb13a2b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_Plugin_Admin_View_Faq.php\":{\"d\":1526741203,\"h\":\"ec0a331bf1838da58286ebc27b4ba443\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_StackPath_Page.php\":{\"d\":1526741203,\"h\":\"22103001ad92d7c854348731be6c06a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_LimeLight_Popup_View_Intro.php\":{\"d\":1526741203,\"h\":\"9562a7c1caee82f0681996b40ad382f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_ConfigLabel.php\":{\"d\":1526741203,\"h\":\"cb53f4a668d17f25b107bbadbebaf375\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_Swarmify_Widget.php\":{\"d\":1526741203,\"h\":\"c560ca42682c0e105387c2fd75378ce7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Minify_GeneralPage_View_ShowHelpForce.js\":{\"d\":1526741203,\"h\":\"7d788d387252f324cc43f81bd302f0cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/PgCache_Plugin.php\":{\"d\":1526741203,\"h\":\"eca52a94f7d802b5c264495b4ad4e556\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCdn_Popup_View_Service_Actualize.php\":{\"d\":1526741203,\"h\":\"399d4eac0dfea98cf60b2ec67881b8c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_Theme.php\":{\"d\":1526741203,\"h\":\"c8ebd29c760d1e93c29a544a38577b53\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_Plugin_WidgetNews.php\":{\"d\":1526741203,\"h\":\"41f0ae290cfaaea28ac5a861a2c2ae83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_CacheFlush.php\":{\"d\":1526741203,\"h\":\"b266c0a2dda504fde21af81d0d2744cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/w3-total-cache.php\":{\"d\":1526741202,\"h\":\"06732dc666fb4ea1a846d820e7c91ffd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cache_Eaccelerator.php\":{\"d\":1526741203,\"h\":\"5f9e0ee38afc30ee1242842180ab7f9c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/UsageStatistics_View_General.php\":{\"d\":1526741203,\"h\":\"92c6414ab7d8240792e552a9f43ba0e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Highwinds_Page.php\":{\"d\":1526741203,\"h\":\"0db3deaee3cd1c847f13c1d9343ac9f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_RuleSnippet.php\":{\"d\":1526741203,\"h\":\"4894e8cd6692fc2604c2fe8ec289146d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/PgCache_Page.php\":{\"d\":1526741203,\"h\":\"565f6e20399123d856ef394034cda4f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/index.html\":{\"d\":1526741203,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_GeneralPage.php\":{\"d\":1526741203,\"h\":\"37c1a0ec36bbf6a83cc23059a1743a14\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"949a3a96e00e29733458be4bb2867b8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_Plugin_AdminNotifications.php\":{\"d\":1526741203,\"h\":\"aa2e4b397c94f372d677a025a5046ba4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_AdminActions_Config.php\":{\"d\":1526741203,\"h\":\"87fa26056df60041ece39322d43c8904\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_StackPath_Popup_View_Zones.php\":{\"d\":1526741203,\"h\":\"0146f63ee8f66c7585f153948cf6e837\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_WpFile_FilesystemRmException.php\":{\"d\":1526741203,\"h\":\"3001a52d12748c1ecdc7f3abbfc41d29\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ConfigKeys.php\":{\"d\":1526741203,\"h\":\"78d41181622e5e295c4e95970254a7d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_MaxCdn_Popup_View_Zones.php\":{\"d\":1526741203,\"h\":\"52d7a16d6cd681b0c79d8b0d72917b89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_Debug.php\":{\"d\":1526741203,\"h\":\"0ac7cab0a10f081d5c74c2a51d81c37b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_StackPath_Widget_View.js\":{\"d\":1526741203,\"h\":\"545545d098661d09fc1fb4869d23ca80\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCdn_Popup_View_Intro.php\":{\"d\":1526741203,\"h\":\"a7e68cad3f1113114bbeba1022f2a200\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCdn_Popup_View_Regions.php\":{\"d\":1526741203,\"h\":\"833ef6c237b6930acbabc7c93ea80e0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_GoogleDrive.php\":{\"d\":1526741203,\"h\":\"501b2776ac688a0361c6f15cdfcaa4c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Minify_Plugin.php\":{\"d\":1526741203,\"h\":\"67294b975a8d9369688a790899847b5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/readme.txt\":{\"d\":1526741203,\"h\":\"a7253ee8e27c19bc6620ae89f0eebfcd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CacheFlush.php\":{\"d\":1526741203,\"h\":\"72c5cab5ea0d4235164b2b93a8c92820\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_FeedBurner_Environment.php\":{\"d\":1526741203,\"h\":\"bb44605f94ce7b8927d32c55e1e800e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpace_Api_Cdn.php\":{\"d\":1526741203,\"h\":\"91e81d135ea1affa1ce1f0500f7e02b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_Environment.php\":{\"d\":1526741203,\"h\":\"894b9c45d22b7d3eae1cad071eda522b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_LimeLight_Api.php\":{\"d\":1526741203,\"h\":\"2207bb257e93268eac6b5113b155af43\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_Plugin.php\":{\"d\":1526741203,\"h\":\"e4dafd5a47d0f3564b2914577427cc83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/BrowserCache_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"570f959bb65737651d3759e8d48b6a70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/DbCache_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"0e75efc720cd029327a29d30c0c07156\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_CloudFront_Api.php\":{\"d\":1526741203,\"h\":\"eb27068f14e42256a00094e50135aaa4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_Genesis_Plugin.php\":{\"d\":1526741203,\"h\":\"1b89566e62683d9f58e50fabac351412\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ConfigUtil.php\":{\"d\":1526741203,\"h\":\"47234b997470a29e26ee3bc6844f71e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_Installed.php\":{\"d\":1526741203,\"h\":\"b1204d653890c78beb2f8b424a54f4b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_MaxCdn_Page.php\":{\"d\":1526741203,\"h\":\"6e0e2178a0e33bb603ddd52a3c728870\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cache_File_Cleaner.php\":{\"d\":1526741203,\"h\":\"474f19769ea25d73b30d906485dc70cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/UsageStatistics_Widget_View.js\":{\"d\":1526741203,\"h\":\"571544bd88304acfcf684b7f28c4c7fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Root_AdminActivation.php\":{\"d\":1526741203,\"h\":\"f3658859b044117116c210a4f8971ad8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_Mirror_MaxCdn.php\":{\"d\":1526741203,\"h\":\"ee30d16c569664e86f3634aad4d2f695\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_Base.php\":{\"d\":1526741203,\"h\":\"e6b8aaed1465d0a35add945f530a4dc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_Popup_View_ListApplications.php\":{\"d\":1526741203,\"h\":\"8226c6f4021de15de0f0f1e8d48d9dfd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_LimeLight_Page_View.js\":{\"d\":1526741203,\"h\":\"145dc30b5e71ebccbb4e68f5a5aadb31\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Minify_Page.php\":{\"d\":1526741203,\"h\":\"72de8e11184526b3336e31fa789767aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_Widget_View.css\":{\"d\":1526741203,\"h\":\"79e1472533e7358158f1cbfd95d78d5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_Swarmify_Page.php\":{\"d\":1526741203,\"h\":\"d6903824edcd676c2310a9c9eb88f79d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_WidgetServices_View.php\":{\"d\":1526741203,\"h\":\"ec5685f64ea897f36f33427d96610225\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Highwinds_Widget_View.css\":{\"d\":1526741203,\"h\":\"39db6fdafc7f117af12a3bb1bc440542\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_Api.php\":{\"d\":1526741203,\"h\":\"7b7251820999762db2de77a354b3bb85\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_Plugin.php\":{\"d\":1526741203,\"h\":\"b754d4bc9d47d36f4c21bb93f1e450ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_AdminActions_Flush.php\":{\"d\":1526741203,\"h\":\"ce4b82add280a63d3c37d8a8edc82737\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_StackPath_Page_View.js\":{\"d\":1526741203,\"h\":\"325c61ab583a656ebdce1a3dcb869c78\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/BrowserCache_Environment.php\":{\"d\":1526741203,\"h\":\"88881b4c52dd29352f1b9e91a32c9a89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cache_File_Cleaner_Generic.php\":{\"d\":1526741203,\"h\":\"25d01b70e13b4cf417c105b0ca63bfe1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpace_Api_Tokens.php\":{\"d\":1526741203,\"h\":\"25b084096ba2caa6db697c7d3e0e1446\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_CacheFlush.php\":{\"d\":1526741202,\"h\":\"070df5cdb9091337fb484f6fdf6dffb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpace_Api_CaCert-example.pem\":{\"d\":1526741203,\"h\":\"34626577b5076f5d12f17543555a9b07\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/DbCache_ConfigLabels.php\":{\"d\":1526741203,\"h\":\"4b36bfd43d9b9bb1e23511282082ede3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_S3_Cf_Custom.php\":{\"d\":1526741203,\"h\":\"e537f56130e2fd6d601a440ac5b9ed9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_Wpml_Plugin.php\":{\"d\":1526741203,\"h\":\"57c46c2786027a4810239325a2ff4b16\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine.php\":{\"d\":1526741203,\"h\":\"26145fc17bc9eb04d6062f99fd9113ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_FragmentCache_Environment.php\":{\"d\":1526741203,\"h\":\"4525e272283a783033cc670061f205a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_WordPressSeo_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"dd9a453f2548a99663be10a8ef1a3b43\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Root_Loader.php\":{\"d\":1526741203,\"h\":\"2f883bf62ae913f9826c8eef23b5ef8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"596677f0d0fd5a61fee9523a7d697e41\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_MaxCdn_Page.php\":{\"d\":1526741202,\"h\":\"5112eac182faa4109340b04e903827bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_LimeLight_Page.php\":{\"d\":1526741203,\"h\":\"f8db71c98afe65e49f8b1fceace75182\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_AttachToActions.php\":{\"d\":1526741203,\"h\":\"92d77da59dd35a3dc2df35cbef0de06a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Plugin_WidgetMaxCdn_View_Authorized.php\":{\"d\":1526741203,\"h\":\"137f17ee0035467d31873f9c529227b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_WpFile_FilesystemCopyException.php\":{\"d\":1526741203,\"h\":\"f699676f3796c0804cbb3b0c862380b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_File.php\":{\"d\":1526741203,\"h\":\"bbf1e7bd145648942d80168cb23fada2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_Amp_Plugin.php\":{\"d\":1526741203,\"h\":\"3314afc86d905336fd7c8cef24d7bb2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/DbCache_Core.php\":{\"d\":1526741203,\"h\":\"28560a3c62f21c01bba6a45d707a3c92\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Highwinds_Popup_View_ConfigureCnamesForm.php\":{\"d\":1526741203,\"h\":\"4a8ccfe495657350afdd07b02c69922d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_Mirror_LimeLight.php\":{\"d\":1526741203,\"h\":\"243469ff21a973a26213eb342fa4cc8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_Plugin_AdminRowActions.php\":{\"d\":1526741203,\"h\":\"9d854aa4719dea32f752f8d9dbb577ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_AdminNotes.php\":{\"d\":1526741203,\"h\":\"b185ea590d61e4845120d9941d128cd9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_StackPath_Popup_View_Zone.php\":{\"d\":1526741203,\"h\":\"839f7aafde5cff3f9e64992416c251c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/PgCache_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"ebc00465d688c50eddf7066cf571020d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_Plugin_WidgetForum.php\":{\"d\":1526741203,\"h\":\"a773a53a791615802bd83179df92e09d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_CloudFront_Popup_View_Distribution.php\":{\"d\":1526741203,\"h\":\"7e884ab022a26143833c0c722a376fd4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Plugin_WidgetMaxCdn_View.js\":{\"d\":1526741203,\"h\":\"2ba3231b0cff3e4f6f8455b912441724\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCloudFiles_Popup_View_Containers.php\":{\"d\":1526741203,\"h\":\"f84db745cc64f734ed6cca0ec3a12d26\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCdn_Page_View.php\":{\"d\":1526741203,\"h\":\"e93d074a0245631788775329e22c52df\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_StackPath_Popup.php\":{\"d\":1526741203,\"h\":\"bf0fd9c7412282561235e158a418b27a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_View_Comments.js\":{\"d\":1526741203,\"h\":\"e0b7ae29ac39ab2e9e491f4786e4107f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/UsageStatistics_Widget_View.css\":{\"d\":1526741203,\"h\":\"5fe744ed5e2ace3e1986f5d0306e67ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_Swarmify_Widget_View_NotConfigured.php\":{\"d\":1526741203,\"h\":\"f12e3c4a0610cfdc980c3f1dff4e0478\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_WpmuBlogmap.php\":{\"d\":1526741203,\"h\":\"58319598aa998cdce25eae5b4f51230f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ConfigCache.php\":{\"d\":1526741203,\"h\":\"be50ff1a91eb9ceba24fcc5de0bb77e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCdn_Popup_View_Service_Created.php\":{\"d\":1526741203,\"h\":\"f0569500131652a78a35bd46a216d695\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_FragmentCache_Page_View.php\":{\"d\":1526741203,\"h\":\"36807d1a6dcda20c1ae0bf5905d564cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_LimeLight_Popup_View_Success.php\":{\"d\":1526741203,\"h\":\"49ce30fa6a2c92619f1c96bae6ecc7cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_Bus.php\":{\"d\":1526741203,\"h\":\"5ed8b38c2602487cba74057857c262ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Support_Page.php\":{\"d\":1526741203,\"h\":\"7e0ebc802dbd0aacb09ecb86b79118c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_FeedBurner_Plugin.php\":{\"d\":1526741203,\"h\":\"4e78eac5505ce5226c7091cd014318cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cli.php\":{\"d\":1526741203,\"h\":\"dd91b06ee1b0be11c267cd9b86b7fce2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_GeneralPage_View.php\":{\"d\":1526741203,\"h\":\"3945d4b92d159ecc90c64ee2fce194d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/DbCache_WpdbBase.php\":{\"d\":1526741203,\"h\":\"ed9d3e947e15b53164af01077504a1eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_Plugin_AdminCompatibility.php\":{\"d\":1526741203,\"h\":\"36db73baf0d526889e3d0eae04c72d0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ConfigCompiler.php\":{\"d\":1526741203,\"h\":\"9e51e15665292e3612f3114cfcf9efea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCdn_Popup_View_Service_Create.php\":{\"d\":1526741203,\"h\":\"f8fde1eaa38b597ce51a7d08c2255bc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_MaxCdn_Page_View.js\":{\"d\":1526741203,\"h\":\"831d5ddedd90a0e32ffbb2b1dcfb615f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Highwinds_Widget.php\":{\"d\":1526741203,\"h\":\"58d5d27a9c54f2ed12ec7644a798c3b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/PageSpeed_Widget_View_NotConfigured.php\":{\"d\":1526741203,\"h\":\"0b79097513391c255efa3194acd04630\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_Page_About.php\":{\"d\":1526741203,\"h\":\"8fca00053ba61c47da7f61417dbccfac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ObjectCache_WpObjectCache_Regular.php\":{\"d\":1526741203,\"h\":\"2cac553fd7375f38c9d07d59acef8830\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_AdminActions.php\":{\"d\":1526741203,\"h\":\"26267ee2253e0f69db3910269ee33cdc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_Util.php\":{\"d\":1526741202,\"h\":\"9d677b59192e6da9b111461fe58af2bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/PgCache_ContentGrabber.php\":{\"d\":1526741203,\"h\":\"74320d9e097a693d990527ae8beb0c47\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_GeneralPage_View_ShowEdge.js\":{\"d\":1526741203,\"h\":\"0faf6cdcaf18e22adce27062a095e4bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_StackPath_Widget_View_Unauthorized.php\":{\"d\":1526741202,\"h\":\"420da513efd1f3862aa1ace7603cd971\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_AdminNotes.php\":{\"d\":1526741203,\"h\":\"cecfe34c965f660ed67f3ad696d93c9c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_LimeLight_Engine.php\":{\"d\":1526741203,\"h\":\"0e177156d150292441501bcc0c35741e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_Popup.php\":{\"d\":1526741202,\"h\":\"c1a8d470d5e9df7142bc935e42714f67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_Page_Install.php\":{\"d\":1526741203,\"h\":\"aca3261e5812d2f46e120fb001c4fd37\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCdn_Popup_View_ConfigureDomains.php\":{\"d\":1526741203,\"h\":\"fbc490aa7d358b848d2a03d5422b46c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Plugin_WidgetMaxCdn_View.css\":{\"d\":1526741203,\"h\":\"029092696e0923334681f7c39187c568\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Root_AdminMenu.php\":{\"d\":1526741203,\"h\":\"2c3c3718b1c4c98ada79e21e9caa2aee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cache_Apcu.php\":{\"d\":1526741203,\"h\":\"eee2d53b0fff5601599ae9ac6aea35d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_S3_Compatible.php\":{\"d\":1526741203,\"h\":\"70ed8426238e4b328575ec9227741912\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_FragmentCache_WpObjectCache.php\":{\"d\":1526741203,\"h\":\"ae4dce5619b331c59ee0770433cda0bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ConfigState.php\":{\"d\":1526741203,\"h\":\"ddcfc9c07d0c2848b0920b202703ecab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/BrowserCache_Plugin.php\":{\"d\":1526741203,\"h\":\"4109e628c1114a8347f146d297a0e994\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_ConfigLabels.php\":{\"d\":1526741203,\"h\":\"26cfb968cacfc761b3571e0879f50492\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cache_Base.php\":{\"d\":1526741203,\"h\":\"fff0c73a439908151384e8a9cc09f43f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_LimeLight_Page.php\":{\"d\":1526741203,\"h\":\"7d39303e4f0459eea9d57d7dc366400e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_CloudFront_Popup_View_Intro.php\":{\"d\":1526741202,\"h\":\"2e87b7736c52d506c63555f300649af9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpace_Api_CloudFilesCdn.php\":{\"d\":1526741202,\"h\":\"2335aa79fab7317229e89e37b2adf0e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_AdminActions.php\":{\"d\":1526741203,\"h\":\"d090853f49c1f271482a3370262a4be0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/w3-total-cache-api.php\":{\"d\":1526741203,\"h\":\"e74ed4e8dc5bf7004cfdd10d518f2e0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/w3-total-cache-old-php.php\":{\"d\":1526741203,\"h\":\"1535558785da1876c8a2c44d8cc2b3b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_GoogleDrive_AdminActions.php\":{\"d\":1526741203,\"h\":\"7f906804bf2e00f33c5eee1086999b57\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_CloudFront_Page_View.js\":{\"d\":1526741202,\"h\":\"30cec93601b907dafb7dafb3ca892367\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_WpFile_FilesystemWriteException.php\":{\"d\":1526741203,\"h\":\"9e5b362ba384251f76e04894d149f3b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/DbCache_Page.php\":{\"d\":1526741203,\"h\":\"082a0708acf0bfe0ba17e71cf67cbb47\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Config.php\":{\"d\":1526741203,\"h\":\"aefe4741f45477e5c11ac1c8b0f5fee8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cache_File.php\":{\"d\":1526741203,\"h\":\"19b2290d3101e70bd767ea9d9a69808d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_Page_View_Apm.php\":{\"d\":1526741203,\"h\":\"2b32d5c8d04abd57ac86deb30047c1ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Highwinds_Page_View.js\":{\"d\":1526741203,\"h\":\"181e0db90d682680d925e6fbc2c3f685\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_Widget.php\":{\"d\":1526741203,\"h\":\"827656ee2a815c0813cd1b5c26fc9860\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/UsageStatistics_Plugin.php\":{\"d\":1526741203,\"h\":\"6fce912f7d0293b0496a89a56afaa164\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ConfigDbStorage.php\":{\"d\":1526741203,\"h\":\"a781fb848303157686c7c6f3928961db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cache_File_Generic.php\":{\"d\":1526741203,\"h\":\"86d97fcf081cc9ea9c783b08eaaaaaa7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Minify_ConfigLabels.php\":{\"d\":1526741203,\"h\":\"95bcbecd51a5f3449d80a5990fd264dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_Ui.php\":{\"d\":1526741203,\"h\":\"3c7f4b5713fa3f83b7ef28b1a6184949\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_Mirror_RackSpaceCdn.php\":{\"d\":1526741203,\"h\":\"95a551d1ed9f78ed688ab0573237ef9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_Swarmify_AdminActions.php\":{\"d\":1526741203,\"h\":\"9d8f14a95fe26dc56df8b748c64a281f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_View_Comments.css\":{\"d\":1526741202,\"h\":\"633ab7e999a0b6e6c2becbccf03d83ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/PgCache_Page_CookieGroups.php\":{\"d\":1526741203,\"h\":\"c8ea44aa8d6767118b4bd5c874aff00a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_MaxCdn_Popup.php\":{\"d\":1526741203,\"h\":\"4eeb392e186d94e13b5985f769e0ef54\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_Popup_View_Zones.php\":{\"d\":1526741203,\"h\":\"4c6231b34dd6b3d9f29c9275a1d3c326\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cache_File_Cleaner_Generic_HardDelete.php\":{\"d\":1526741203,\"h\":\"e63fe4a8802b12085fab6887f9a060b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_CloudFront_Popup.php\":{\"d\":1526741203,\"h\":\"5f0923535171d795a6341dbd7a0fa5de\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_Mirror.php\":{\"d\":1526741203,\"h\":\"7f204c33eaf3e85157114c22edd6922c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Dispatcher.php\":{\"d\":1526741203,\"h\":\"d77d13c8f4350c992adebec104c10074\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_GeneralPage_View.php\":{\"d\":1526741203,\"h\":\"cea9d1c2c0621fb04988127735a2ab90\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_GeneralPage_View.php\":{\"d\":1526741203,\"h\":\"c4512b267a321456918be6e2fa073987\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Core.php\":{\"d\":1526741203,\"h\":\"ffb0a259d2aa6ed8337ebb8fe3e3f95d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_Admin.php\":{\"d\":1526741203,\"h\":\"ca7aa24d03952c2bb131d9916beeb184\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_AdminLinks.php\":{\"d\":1526741203,\"h\":\"aad4fb1ae4853c79653ec313e2154341\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_Content.php\":{\"d\":1526741203,\"h\":\"899149b2da72c6d1c32bbe81f1dc1dee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_MaxCdn_Popup.php\":{\"d\":1526741203,\"h\":\"67b16fd89a46e6063f213422d4ef449a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ObjectCache_Environment.php\":{\"d\":1526741203,\"h\":\"344da451ec73e80406e85fca01873ef5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Highwinds_Page_View.php\":{\"d\":1526741203,\"h\":\"6bf1acbaf38c59bafac8a866719bf784\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_MaxCdn_Popup_View_Intro.php\":{\"d\":1526741203,\"h\":\"8a95f7014694e9d41496fc402727ec7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_FragmentCache_Plugin.php\":{\"d\":1526741203,\"h\":\"adeeb2c2b556bdfda34dde10485446a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Support_Page_View_DoneContent.php\":{\"d\":1526741203,\"h\":\"c7fef4e2bb0e36f6aa33c2b47bb61271\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_Wpml_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"b28d27c79fbf3d72a41c0f30e403bec2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Highwinds_Popup.php\":{\"d\":1526741203,\"h\":\"ef4b8270c5dc06851268a08bc5ea9f52\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_FragmentCache_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"d77642ff8278e5d04b4c1a0900589d92\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CacheFlush_Locally.php\":{\"d\":1526741203,\"h\":\"34bc1791d78758e278bbcd615debaedf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_Page_Dashboard_View.css\":{\"d\":1526741203,\"h\":\"dfe26f11d5baa28eb3b9e4f35d2b2c63\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_WpFile_FilesystemRmdirException.php\":{\"d\":1526741203,\"h\":\"a35bb3728a50408c18d96aa0d525f581\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_Azure.php\":{\"d\":1526741203,\"h\":\"192223e9948cc8b33509a83b87435400\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Page.php\":{\"d\":1526741203,\"h\":\"cbb60e87ba5c8d27f2f0db01f7a8ce47\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_AdminActions_Test.php\":{\"d\":1526741203,\"h\":\"92fd197287a4e0dfe9603ff81bf4b5c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_Mirror_Att.php\":{\"d\":1526741203,\"h\":\"146bf7f44517453c8b065e176bf21408\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCloudFiles_Page_View.js\":{\"d\":1526741203,\"h\":\"d46be08fea75b921ffa3f534be4a0fc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_Page_View.js\":{\"d\":1526741203,\"h\":\"9bb186c8e0e18db0d63847f979bedce9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_MaxCdn_Page_View.php\":{\"d\":1526741203,\"h\":\"759c08bc9288823ffc14804613781604\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_Swarmify_Plugin.php\":{\"d\":1526741203,\"h\":\"465c7ee1c1ac0f1d2a3e0fe02343aa32\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_WidgetServices.php\":{\"d\":1526741203,\"h\":\"8e1d0729212be24b2175eb9f3c5dc199\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_StackPath_Page.php\":{\"d\":1526741203,\"h\":\"915e2b72fb65f6b5c0b670e4745dbf12\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/PgCache_Page_CookieGroups_View.php\":{\"d\":1526741203,\"h\":\"ea62ce26c2d0f05d5284502c1bb7e499\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Plugin.php\":{\"d\":1526741203,\"h\":\"5d2738a9245587df58b18da2ed85e054\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/BrowserCache_ConfigLabels.php\":{\"d\":1526741203,\"h\":\"6a97fe907f1216e351ee4cd4c79dfee9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_StackPath_Api.php\":{\"d\":1526741203,\"h\":\"cf9e283a44a86408165ebce76fbf35ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCloudFiles_Popup_View_Regions.php\":{\"d\":1526741203,\"h\":\"09c30994e8caf1e1567f268c17f4e59d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpace_Api_CloudFiles.php\":{\"d\":1526741203,\"h\":\"ad2d331397bbcda531df578446e444f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCdn_Page_View.js\":{\"d\":1526741203,\"h\":\"3241e43fd098ea1fd1b710daee7417ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ObjectCache_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"ef2f7c70d33d450f0cd44c796d1182e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_WpFile_FilesystemOperationException.php\":{\"d\":1526741203,\"h\":\"631d6191b3001b826e7ec49e670f47fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Highwinds_Widget_View.php\":{\"d\":1526741203,\"h\":\"47526f4b65e8f3e6235ba18d1acccf9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cache_Wincache.php\":{\"d\":1526741203,\"h\":\"cba890d45b3063a6b830c59f8797e180\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/changelog.txt\":{\"d\":1526741203,\"h\":\"334b138cbc2ef4f53d3df4462f78d57e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_LimeLight_Page_View.js\":{\"d\":1526741203,\"h\":\"ddaf2355235f0593d049026f909c50be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_Genesis_Page.php\":{\"d\":1526741202,\"h\":\"af7ba13f1ffb67d617a005e10726a82e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCdn_Page.php\":{\"d\":1526741203,\"h\":\"5dc566300ce755dc2e8825028c783081\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cache_Apc.php\":{\"d\":1526741203,\"h\":\"54ccaff2a035559742c0a809acd897a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/DbCache_Wpdb.php\":{\"d\":1526741203,\"h\":\"0f29087232b2ee070f9e174fa05a4d7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Enterprise_SnsBase.php\":{\"d\":1526741203,\"h\":\"09c0e7bfd078a7c059e489b66a35083a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/PageSpeed_Widget_View.css\":{\"d\":1526741203,\"h\":\"16c0ec479e215123df6f44d0d51f941a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_StackPath_Popup_View_Success.php\":{\"d\":1526741202,\"h\":\"ac7012baaa180cd714f3e9bc8689946f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_Widget_View.php\":{\"d\":1526741203,\"h\":\"8af48ada48db36b6116577ece0ffa8d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_Activation.php\":{\"d\":1526741203,\"h\":\"d74d120450255c745df3090b57a3ad1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Minify_Extract.php\":{\"d\":1526741203,\"h\":\"21c8f33028400a35844edfac8da60cae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ObjectCache_WpObjectCache.php\":{\"d\":1526741203,\"h\":\"dd7642c19b6cf8eab590219a7326cb49\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_Widget_View_NotConfigured.php\":{\"d\":1526741203,\"h\":\"1b6d85a52e69c6655d3ae75261cf859d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_Widget_View_Browser.php\":{\"d\":1526741202,\"h\":\"37e5def865d0557f9eefa3e88573ca47\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Root_Environment.php\":{\"d\":1526741203,\"h\":\"248768177ea4ade7133b24b27a3b9739\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_Mirror_Cotendo.php\":{\"d\":1526741203,\"h\":\"819c4818cd2f49eb214ad11425eca78f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_Mirror_Edgecast.php\":{\"d\":1526741203,\"h\":\"d0054da42a40300cd3e0ee4b7c5acf46\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_StackPath_Page_View.php\":{\"d\":1526741203,\"h\":\"20632320b873a396fa3b6a8fda83784b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ObjectCache_Page.php\":{\"d\":1526741203,\"h\":\"b746f5fb42fea9a34fa8dcb86fc83e02\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_View_Dashboard.js\":{\"d\":1526741203,\"h\":\"1e52e47a927428cb8a1d7c6b879415f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_CloudFront_Page_View.php\":{\"d\":1526741203,\"h\":\"80f3d7b06d5b31be55e4a08e0885d0bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_Plugin.php\":{\"d\":1526741203,\"h\":\"905339637591278b28147006bc33430f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Licensing_AdminActions.php\":{\"d\":1526741203,\"h\":\"2b036a8471e4a7ccb0a4cd5a7d437f21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/UsageStatistics_Widget_View_Disabled.php\":{\"d\":1526741203,\"h\":\"2680f2b7704162c3489b209a8f624596\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_Core.php\":{\"d\":1526741203,\"h\":\"d8ad85e8f6d844aaa5e2f0a965637ecd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_StackPath_Popup_View_Zones.php\":{\"d\":1526741203,\"h\":\"887f1ad636e5ac3db79e375dc59ecad5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCdn_AdminActions.php\":{\"d\":1526741203,\"h\":\"1eb3da03e0370380eeb0863136105408\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_RackSpaceCloudFiles.php\":{\"d\":1526741203,\"h\":\"22fc4d3306ed762fac76426b37416385\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_LimeLight_Popup_View_Success.php\":{\"d\":1526741203,\"h\":\"8a503bb78c20ed0b8e72bb8ad2cc6b55\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCdn_Popup_View_Services.php\":{\"d\":1526741203,\"h\":\"20164da04aa3b8617a3ae753ef562c48\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_CloudFront_Popup_View_Success.php\":{\"d\":1526741203,\"h\":\"065343010a9461fbd6014baa8d56e67b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_Request.php\":{\"d\":1526741203,\"h\":\"c73bcd41940c84c2c6ac0da5a5af74f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/BrowserCache_Page.php\":{\"d\":1526741203,\"h\":\"64af9b98c36b12b5a53cba6ee9ccc30e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/DbCache_WpdbInjection_QueryCaching.php\":{\"d\":1526741203,\"h\":\"cc0bbb2585ba2ef0cffe6e0a376d76d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/press.txt\":{\"d\":1526741203,\"h\":\"6c9954b2e1c1405838603589c0bcd4df\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_Cdn_Page_View.php\":{\"d\":1526741203,\"h\":\"0c151c63bd6afb72e1d2a566fe73875b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_LimeLight_Popup_View_Intro.php\":{\"d\":1526741203,\"h\":\"6926b78b64858b5390a986b128eadb09\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/DbCache_WpdbInjection.php\":{\"d\":1526741203,\"h\":\"8787577d4a1adad27bc18e1ce31a5d76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_StackPath_Widget.php\":{\"d\":1526741203,\"h\":\"7ac253ee389224772443842fb6d589b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_FeedBurner_Page_View.php\":{\"d\":1526741203,\"h\":\"876e3a4ad16697623215752352efffcf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_GoogleDrive_Page_View.php\":{\"d\":1526741203,\"h\":\"ed8d02aedd5c7cc8333939c07e10f036\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_Popup_View_Intro.php\":{\"d\":1526741203,\"h\":\"bcba31ade2f39e7e0b07e3ba51011ed6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_LimeLight_Popup.php\":{\"d\":1526741203,\"h\":\"de498f9127100d125bb6ae55fbfa0c92\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_Swarmify_Page_View.php\":{\"d\":1526741203,\"h\":\"ef067635b274a95cd06685969345ed26\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Varnish_Plugin.php\":{\"d\":1526741203,\"h\":\"5ea067ee65cc30cb2d69f7688e324387\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_WidgetSpreadTheWord_Plugin.php\":{\"d\":1526741203,\"h\":\"f227a5127209ceec0cea35299d2f5fb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Minify_GeneralPage_View_ShowHelp.js\":{\"d\":1526741203,\"h\":\"972e931e7edd2fce3b7cec5c9fc90c48\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ModuleStatus.php\":{\"d\":1526741203,\"h\":\"b3bdc92ffa75b15cbe12ceb7aff8fc1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_StackPath_Engine.php\":{\"d\":1526741203,\"h\":\"afb905be31b79f308a11fa4a249da009\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_PageUrls.php\":{\"d\":1526741203,\"h\":\"c51dad9908a798122b62861e551d7c88\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/PageSpeed_Plugin_Widget.php\":{\"d\":1526741203,\"h\":\"3034959371c31e9310fb1a80e7f0441a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_FragmentCache_GeneralPage.php\":{\"d\":1526741203,\"h\":\"58bb84cb011eb7ac9008ecfb589bc35a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_Mime.php\":{\"d\":1526741203,\"h\":\"5e0731a7fb0d043f0229341ee04e9441\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_MaxCdn_Page_View.php\":{\"d\":1526741203,\"h\":\"1b9e6cca3595a78e1ccef564701f8ec7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_MaxCdn_Popup_View_Zone.php\":{\"d\":1526741203,\"h\":\"5585e26837ce44e00c3ebee3247a66ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_Api.php\":{\"d\":1526741203,\"h\":\"8234f62a0ede01c1059ccd2fd0a80e4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Highwinds_Popup_View_SelectHost.php\":{\"d\":1526741203,\"h\":\"a2e86ba5dfb77cc2cf27b9d13e5b4f6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Util.php\":{\"d\":1526741203,\"h\":\"6ca8bf3b86bdecad9cf25220830884d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Mobile_Redirect.php\":{\"d\":1526741203,\"h\":\"69bff375ba703d102eb405201f131e30\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Plugin_WidgetMaxCdn_View_Unauthorized.php\":{\"d\":1526741203,\"h\":\"472bd5a6fa62c5c983a8d608ae8dc603\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/PageSpeed_Widget_View.js\":{\"d\":1526741203,\"h\":\"2b4f47c73ce3ebf6f67ce65f07115cb1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_Mirror_Akamai.php\":{\"d\":1526741203,\"h\":\"8270c704b3b958a4ce1b7e9438606bbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_Popup_View.js\":{\"d\":1526741203,\"h\":\"89ac266b0d35e56ccdd1530c565a0113\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_StackPath_Popup.php\":{\"d\":1526741203,\"h\":\"40151cf4c9daacd5f304bdb412206fe5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cache_Memcached_Stats.php\":{\"d\":1526741203,\"h\":\"e08953b7ec132c68715e1b58ebf86b55\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cache_Xcache.php\":{\"d\":1526741203,\"h\":\"53d0f7dd250f19b1634bebb51f373ce8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_Rule.php\":{\"d\":1526741203,\"h\":\"99a18ef74580366f8d0458d50f05c4c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_Page_View_Header.php\":{\"d\":1526741203,\"h\":\"851869c91ecf7aba29964f1e8c44ed94\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/UsageStatistics_StorageWriter.php\":{\"d\":1526741203,\"h\":\"7180c0127d6b58164551d1af065e6f64\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Core_Admin.php\":{\"d\":1526741203,\"h\":\"0d4b3f1ce2a94470f9e0c40407bf9262\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cache_Memcached.php\":{\"d\":1526741203,\"h\":\"c33f30460ab82f2569bb53b3377b2a34\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_Plugin_Admin.php\":{\"d\":1526741202,\"h\":\"e175777199278af434ffff69c4223fed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCdn_Popup.php\":{\"d\":1526741203,\"h\":\"cc2e19d69da76b11c20bd945478d0dde\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_MaxCdn_Page_View.js\":{\"d\":1526741203,\"h\":\"e9dfc491ce85ec7c7dd3e36a1797d3e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_Widget_View.js\":{\"d\":1526741203,\"h\":\"8df35ef8834de4416320cc8ae196a228\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Licensing_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"0e90cb2c1e6621071cf6e7dd4c38df23\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_WpFile_FilesystemModifyException.php\":{\"d\":1526741202,\"h\":\"91ee29f25eecbf258928faa1e4e0708d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Highwinds_Api.php\":{\"d\":1526741203,\"h\":\"3397dad020af57972eb689a0203299ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_Plugin.php\":{\"d\":1526741203,\"h\":\"6a9ff58a2446c8d9c7586f4aeb440a22\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_Swarmify_Widget_View.css\":{\"d\":1526741203,\"h\":\"cbdad1bb8c157fa190e95b656f45c444\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_CloudFront_Engine.php\":{\"d\":1526741203,\"h\":\"2a421333bc06670f6b73b7e377114132\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_StackPath_Popup_View_Success.php\":{\"d\":1526741203,\"h\":\"9e7a94ec279ab7afccdde254794ffb02\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/UsageStatistics_Core.php\":{\"d\":1526741203,\"h\":\"fb6587ae9c4efdc8693b966922efd53f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Page_View_Fsd_HeaderActions.php\":{\"d\":1526741202,\"h\":\"8b7b03097785da52fc0979a4fe920a73\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCloudFiles_Page_View.php\":{\"d\":1526741202,\"h\":\"b81145806b5306491d6ea8d736c8ed2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Minify_Environment.php\":{\"d\":1526741203,\"h\":\"26f2264eb1f8d0ceaa7821213752c2ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/DbCache_Environment.php\":{\"d\":1526741203,\"h\":\"867db7092c2908051252f4e18f6d087e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/UsageStatistics_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"3b4fe8623aaa1ecbaf022dbeda18c645\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_Faq.php\":{\"d\":1526741203,\"h\":\"9f46d3180ca51c87ad1f11691d21971a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_Genesis_Page_View.php\":{\"d\":1526741203,\"h\":\"ec394c4f5c1e6c44f6f591cbe3d2a76b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/BrowserCache_Core.php\":{\"d\":1526741203,\"h\":\"e97a9ed20b2b2b450062efcc211e3908\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_StackPath_Popup_View_Intro.php\":{\"d\":1526741203,\"h\":\"006e3f41dae08eba37e1cb6474fae1d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_MaxCdn_Popup_View_Intro.php\":{\"d\":1526741203,\"h\":\"e24f13c1c03b44ca0ebf98c3e2fa12f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Highwinds_Widget_View_NotConfigured.php\":{\"d\":1526741203,\"h\":\"26bd5154c3e740e45679a3f0c1071dec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"77e757d3549bc06d4e0143eb4faf7244\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_Swarmify_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"6c6af2145094f8ca5ed0c793c0e618f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_S3_Cf_S3.php\":{\"d\":1526741203,\"h\":\"2229e5113f86738474961bf8d735ba21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Minify_ContentMinifier.php\":{\"d\":1526741203,\"h\":\"e293683c589746d844ebc54c095f7b38\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCloudFiles_Popup.php\":{\"d\":1526741203,\"h\":\"333218c8c456d447cd8b8d686bfd52b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_MaxCdn_Engine.php\":{\"d\":1526741203,\"h\":\"d471f27f8db416ca4cc3e42c9bc47683\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Mobile_Referrer.php\":{\"d\":1526741203,\"h\":\"d248f39288613fbcc775b696ba6371a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_Popup.php\":{\"d\":1526741203,\"h\":\"2a6f1499f3eed100c1c82af06201f7e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCloudFiles_Page.php\":{\"d\":1526741203,\"h\":\"4ca9bd4860d5c30dc61bb50e5e1cc95e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_StackPath_Popup_View_Zone.php\":{\"d\":1526741203,\"h\":\"9cb251c3629a3195c8e260f83d9c723c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Enterprise_Dbcache_WpdbInjection_Cluster.php\":{\"d\":1526741203,\"h\":\"bf3f84c40219ced546eefe814d912995\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_Page.php\":{\"d\":1526741203,\"h\":\"ef210fe722ea011ef394b310d56bfe51\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_S3.php\":{\"d\":1526741203,\"h\":\"61f6350f13fedfce8d8ee6531ef1ddac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_Mirror_StackPath.php\":{\"d\":1526741203,\"h\":\"8c453f8595674ec2f67ac4548281210c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_WidgetSpreadTheWord.js\":{\"d\":1526741203,\"h\":\"076c151ab596f0e1193e24e54209e851\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/PgCache_Page_CookieGroups_View.js\":{\"d\":1526741203,\"h\":\"8d7de1eef67ea357bfa977dc963903cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_Mirror_Highwinds.php\":{\"d\":1526741203,\"h\":\"691ba75bd23ba4dabd0f05fbdb3d3c7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_RackSpaceCloudFiles_Popup_View_Intro.php\":{\"d\":1526741203,\"h\":\"26c07c32c6f02d0464633fc9773cd2e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Minify_Core.php\":{\"d\":1526741203,\"h\":\"31a92e39ad08ab29de271374f93a93ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Minify_HelpPopup_View.php\":{\"d\":1526741203,\"h\":\"52aec46de8bb2cfa548b1b9bb31b288d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_FeedBurner_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"34c7daaab1b0ff6807e3dac0850a9b89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/PgCache_ConfigLabels.php\":{\"d\":1526741203,\"h\":\"ccc54bbecde6858d90744dbefdcc506d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_Http.php\":{\"d\":1526741203,\"h\":\"8c958584eea666621249c9b547e7caf8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"0cff4e2ee939ccef7ad7a524500f6f97\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_FragmentCache_Api.php\":{\"d\":1526741203,\"h\":\"a60f749a950334d798cf9bc80fd920ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_Popup_View_Intro.php\":{\"d\":1526741203,\"h\":\"b70bdee4cfe24990e92c3386bb3c949b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Page_View_Header.php\":{\"d\":1526741203,\"h\":\"a556ef892c84473bee57017cbde9ac24\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_AdminActions.php\":{\"d\":1526741203,\"h\":\"8956b8e770157109cd368b3eae3ddfe7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_StackPath_Page_View.js\":{\"d\":1526741203,\"h\":\"5c6a2c4193f213f679e2109770169b09\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cache_Memcache.php\":{\"d\":1526741203,\"h\":\"5bde83614e07b19a039465826c3ec61f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_UsageStatistics.php\":{\"d\":1526741203,\"h\":\"c98d417b31a9f0bfaf0b2656182e1992\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_WpFile_FilesystemMkdirException.php\":{\"d\":1526741203,\"h\":\"4accd9441a8be0f0c3ceb8ea8463bdde\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/PageSpeed_Widget_View.php\":{\"d\":1526741203,\"h\":\"7f5a9c6aaaefb9aaa988ebcbb3c1f873\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_Page_Dashboard.php\":{\"d\":1526741203,\"h\":\"171a6746c5ed16951a01832eb54e73c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_Widget_View_Apm.php\":{\"d\":1526741203,\"h\":\"ff4e63029ac89cda35128474c81f2a5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_FragmentCache_Core.php\":{\"d\":1526741203,\"h\":\"111373d7cc8501ef295b1328b1647bc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cache.php\":{\"d\":1526741203,\"h\":\"376284c5d7e301300d5c816d95c0f0c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_Environment_Exception.php\":{\"d\":1526741203,\"h\":\"7b5c2c273bb2c10804a558ca47b73fa5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_FeedBurner_Page.php\":{\"d\":1526741203,\"h\":\"a2c04c22aaed013904164eb8b6be7807\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Mobile_Page_ReferrerGroups.php\":{\"d\":1526741203,\"h\":\"970f15d1df97763baa49ec4f27ab7ee0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_Widget.php\":{\"d\":1526741203,\"h\":\"293593550d5b33bda2701f0807ddc232\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Minify_MinifiedFileRequestHandler.php\":{\"d\":1526741203,\"h\":\"745122f42fe08aeff33cffc57bf0c368\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_WpFile.php\":{\"d\":1526741203,\"h\":\"269e093d62bdf7ea76d2eb260cbcc938\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_Widget_View.css\":{\"d\":1526741203,\"h\":\"c9d853505db839eaba8d9e35b3056f77\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/SystemOpCache_Core.php\":{\"d\":1526741203,\"h\":\"232d05f045d91e922ca359e4dc285294\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_LimeLight_Page_View.php\":{\"d\":1526741203,\"h\":\"c8054507c87e4d36ccc4934b46000bc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Support_AdminActions.php\":{\"d\":1526741203,\"h\":\"57bb8cbf74d3e319381789f0134618ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_GoogleDrive_Page_View.js\":{\"d\":1526741203,\"h\":\"c90ff9554bce75f4ec47a92088a737c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Mobile_UserAgent.php\":{\"d\":1526741203,\"h\":\"cf7c10e8e03bc65adda7d4f0a4d38eda\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extensions_Util.php\":{\"d\":1526741203,\"h\":\"5ee0c59950232d68a9e7c881c9e1afa5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ObjectCache_Plugin.php\":{\"d\":1526741203,\"h\":\"1482d49b8b5783ae8b659614457ddc7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_SettingsForUi.php\":{\"d\":1526741203,\"h\":\"eb2058f17848bef9252e3cfc80038a1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_MaxCdn_Popup_View_Zone.php\":{\"d\":1526741203,\"h\":\"382ad1a4226bd890958de2882f1b94f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_MaxCdn_Popup_View_Zones.php\":{\"d\":1526741203,\"h\":\"da8cbbe5569ffe02b4d09845c24b511b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_Page_General.php\":{\"d\":1526741203,\"h\":\"3abe648bb884638ddd5f5148d185d590\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_LimeLight_Page_View.php\":{\"d\":1526741203,\"h\":\"e75e82abf2cc3841e76a944b1a66e342\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cache_Redis.php\":{\"d\":1526741203,\"h\":\"f6cb229c35bbd29d18609bee10a7aec0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_GoogleDrive_Popup_AuthReturn_View.php\":{\"d\":1526741202,\"h\":\"582b496b49204c8006ff41bca24dd5c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_StackPath_Widget_View.css\":{\"d\":1526741202,\"h\":\"b3d21498c91849787a57faa6156fca7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_MaxCdn_Popup_View_Success.php\":{\"d\":1526741203,\"h\":\"a60d912341143135cb42a84aa20439db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_WidgetSpreadTheWord_View.php\":{\"d\":1526741203,\"h\":\"7c47e5fe62cf9e7524ca0375ea1c597d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_CloudFront_Popup_View_Distributions.php\":{\"d\":1526741203,\"h\":\"fb738d1693fd1b15e64f46e9d638e27d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/SystemOpCache_GeneralPage_View.php\":{\"d\":1526741203,\"h\":\"927811ab1cf30b669614bfa93edaab4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_AdminNotes.php\":{\"d\":1526741203,\"h\":\"6d89d5ae0cd5ac6b3df8c4c75990594c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extensions_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"b9df6891bcd166e08d897372ed55503c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_LimeLight_Popup.php\":{\"d\":1526741203,\"h\":\"3062fe75f09368ae37bd4f4532b6bf96\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_GeneralPage_View.php\":{\"d\":1526741203,\"h\":\"91782bae0c929c445e1875d4c0ed6cda\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Highwinds_Widget_View.js\":{\"d\":1526741203,\"h\":\"c0a8ce0d7c319e43c66990674ba8a7b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Root_AdminActions.php\":{\"d\":1526741203,\"h\":\"8bbbe1672fb8fbd80654d79c1eb145ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Base_Page_Settings.php\":{\"d\":1526741203,\"h\":\"68c004cbea5b57e999ecc57ccf39ae8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_Environment.php\":{\"d\":1526741203,\"h\":\"0612db399033f44f638e4b3f99f414b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_ConfigLabels.php\":{\"d\":1526741203,\"h\":\"f22a7b86ab4f2b06fc9366223285e90c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/UsageStatistics_StorageReader.php\":{\"d\":1526741203,\"h\":\"0ffccdd467bb697d0ed509556666e0f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Generic_AdminActions_Default.php\":{\"d\":1526741203,\"h\":\"50a7742c00729d16f053276baad2052f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Mobile_Base.php\":{\"d\":1526741203,\"h\":\"dc22ff66239a8f6c5a45dd4b127e91a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Util_WpFile_FilesystemChmodException.php\":{\"d\":1526741203,\"h\":\"4a3cc2a2be77c4ee068fbdd24443254c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_Amp_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"caa8b0a289cf0f2e50ee98da8063eaee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_Swarmify_Core.php\":{\"d\":1526741203,\"h\":\"7dab8cd9a67b08ef03878b9cb854873a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/SystemOpCache_AdminActions.php\":{\"d\":1526741203,\"h\":\"f7cd2029625bff69b6b8d2dcbc439c92\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_StackPath_Page_View.php\":{\"d\":1526741203,\"h\":\"56969e294a889d4cd7534beed23fc66f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Plugin_WidgetMaxCdn.php\":{\"d\":1526741203,\"h\":\"a29f9c96e64f6f15b6e1286e86143ff1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Varnish_Flush.php\":{\"d\":1526741203,\"h\":\"7aa75d00601f50ed5a6a9bf2c74776da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_GoogleDrive_Page.php\":{\"d\":1526741203,\"h\":\"c09507f805710a2e2a4d93b43a9ab304\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_StackPath_Widget_View_Authorized.php\":{\"d\":1526741203,\"h\":\"74a553b8021051a4df7dc5e66803d2fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_Genesis_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"1af9fa04dbe1a98873aae52dd5aefa4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extensions_AdminActions.php\":{\"d\":1526741202,\"h\":\"85cf5045b8eff4aaaac7fc05f9018afc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_MaxCdn_Popup_View_Success.php\":{\"d\":1526741203,\"h\":\"c4239e9015f5f5e7130738a261cbe92b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/PgCache_Flush.php\":{\"d\":1526741203,\"h\":\"530b5d8b38bc30f5d5d0bd453c22f5ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/PageSpeed_Api.php\":{\"d\":1526741203,\"h\":\"b2a71556bab0404d9ec85945b7446b2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extensions_Page.php\":{\"d\":1526741203,\"h\":\"db04dc560441b7f5750a177063d9b7ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_Widget.php\":{\"d\":1526741203,\"h\":\"00512927221b61a4d490b88f48debd47\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_FragmentCache_Page.php\":{\"d\":1526741203,\"h\":\"592dcd1015bd27ea1c351c63ce1eac35\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Environment.php\":{\"d\":1526741203,\"h\":\"e446ce04aed642c2b7ba06ba43a496e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_GoogleDrive_Popup_AuthReturn.php\":{\"d\":1526741203,\"h\":\"f0b66b8c6aefc2a1836f8ba5c655dbf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Enterprise_SnsServer.php\":{\"d\":1526741203,\"h\":\"c6e7739ae26bf5b00ddb61b11138f717\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/CdnEngine_S3_Cf.php\":{\"d\":1526741203,\"h\":\"13852a4da11f79d49754ca837dbb7751\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Licensing_Core.php\":{\"d\":1526741203,\"h\":\"44cb6bde87402e7a17e2e5cf2f5bafed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/DbCache_Plugin.php\":{\"d\":1526741203,\"h\":\"9f601e4ee58f621948d3dd9ba58d6a1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_Page_View.php\":{\"d\":1526741203,\"h\":\"518c69f1f51ea221cdbfe77251e1a448\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ObjectCache_ConfigLabels.php\":{\"d\":1526741203,\"h\":\"50f148014cdcdd301d890c9f274ea0d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_CloudFlare_Page.php\":{\"d\":1526741203,\"h\":\"25fcf691b04032c581239d727d95e215\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_WordPressSeo_Plugin.php\":{\"d\":1526741203,\"h\":\"067bf5eb7e126a929bbd84970746fef3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_StackPath_Popup_View_Intro.php\":{\"d\":1526741203,\"h\":\"659cf617d3abd5593fca2c218770428f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/SystemOpCache_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"0ee9a254621cbd294357d8b95f356a6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/PgCache_Environment.php\":{\"d\":1526741203,\"h\":\"350acac00578ec6b7a9c407695556387\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_CloudFront_Page.php\":{\"d\":1526741203,\"h\":\"41e7c4aaa9e856f5fc8c60820cbcecbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Minify_Plugin_Admin.php\":{\"d\":1526741203,\"h\":\"cba9e2b0dc7d5d4587137142f2855b9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_FragmentCache_GeneralPage_View.php\":{\"d\":1526741203,\"h\":\"716edc0b8052fbc9f182af948d50cbe4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdnfsd_Core.php\":{\"d\":1526741203,\"h\":\"7fafc93e34019ef6d1427b092a249acc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/ConfigStateNote.php\":{\"d\":1526741203,\"h\":\"1342f386ab015b26b53b1c77c438d2a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Cdn_Highwinds_Popup_View_Intro.php\":{\"d\":1526741203,\"h\":\"aa9830a2d74744915598a808da3911cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/Extension_NewRelic_Service.php\":{\"d\":1526741202,\"h\":\"d315ee6d7f785e5fa0740729618b5cae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/w3-total-cache\\/UsageStatistics_Widget.php\":{\"d\":1526741203,\"h\":\"1455747f3b1f28c3b875c56782c4f975\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad5\\/default.html\":{\"d\":1445483431,\"h\":\"3d566bb4ee4f58f8b65cfdc9751db2b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad5\\/default.php\":{\"d\":1445483431,\"h\":\"6c8b99d3d0b64c25cdce88d0820c2a43\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad5\\/default_featured.html\":{\"d\":1445483431,\"h\":\"fba196699bcb120b39652b10a9e6c9f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad12\\/default.html\":{\"d\":1445483431,\"h\":\"43948de80b1f7be6a62d24788eb0e03a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad12\\/default.php\":{\"d\":1445483431,\"h\":\"b88f4e2c51009a46cd04bc78fee21948\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad12\\/default_featured.html\":{\"d\":1445483431,\"h\":\"a7f933192751933147a20029d6a812d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad11\\/default.html\":{\"d\":1445483431,\"h\":\"71f2e1fb42b9ef355106fd0af2d6bca9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad11\\/default.php\":{\"d\":1445483431,\"h\":\"8e840ff9384e60e0e1f34cd946348e3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad11\\/default_featured.html\":{\"d\":1445483431,\"h\":\"7c101f674ff67e30fe7be184f59a02a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad6\\/default.html\":{\"d\":1445483431,\"h\":\"014f8e729c98d105a216da824be89522\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad6\\/default.php\":{\"d\":1445483431,\"h\":\"6c8b99d3d0b64c25cdce88d0820c2a43\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad6\\/default_featured.html\":{\"d\":1445483431,\"h\":\"850db370060e4f49e8defc79e018d223\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad1\\/default.html\":{\"d\":1445483431,\"h\":\"ad12e733d2aae61f91d6094018a4edd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad1\\/default.php\":{\"d\":1445483431,\"h\":\"2e12906b6e3fe3d4d221998ec7c397af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad1\\/default_featured.html\":{\"d\":1445483431,\"h\":\"db21ab36454ec4161d6a06fb61abef89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad8\\/default.html\":{\"d\":1445483431,\"h\":\"dcb6d97e6926b9634843cabd54027900\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad8\\/default.php\":{\"d\":1445483431,\"h\":\"cd5b8f1fb37908522840014c06dd26cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad8\\/default_featured.html\":{\"d\":1445483431,\"h\":\"a6a2bd04d596fa965f053dab46d1e81d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad4\\/default.html\":{\"d\":1445483431,\"h\":\"8062fa9b849c9a4300609f2332ad4c3c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad4\\/default.php\":{\"d\":1445483431,\"h\":\"034e0533b267ee97dc2ce46d53b7d0c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad4\\/default_featured.html\":{\"d\":1445483431,\"h\":\"3a6ac1c5a3319401bdf7bc6f708ce19b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad10\\/default.html\":{\"d\":1445483431,\"h\":\"e475232c9e22f93db3e10dc2f6edc17e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad10\\/default.php\":{\"d\":1445483431,\"h\":\"9429ff73055162db0e0a60d27bf93ce5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad10\\/default_featured.html\":{\"d\":1445483431,\"h\":\"926670928bb933d957a17eb3a49c7b01\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad2\\/default.html\":{\"d\":1445483431,\"h\":\"8c9100e690896d27f362345bd3482539\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad2\\/default.php\":{\"d\":1445483431,\"h\":\"ddfbbc313fb37b8222c4ace47d498ac4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad2\\/default_featured.html\":{\"d\":1445483431,\"h\":\"a00befc3af0159aac3ba24b71c387a2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad7\\/default.html\":{\"d\":1445483431,\"h\":\"574ac2203637868dd2e6272d774674f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad7\\/default.php\":{\"d\":1445483431,\"h\":\"6cb65d85054df627d3379effdf37af92\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad7\\/default_featured.html\":{\"d\":1445483431,\"h\":\"ef9b37bea677d6e6434489ae2d6bf58b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad3\\/default.html\":{\"d\":1445483431,\"h\":\"feca803382bfe452097403460327b514\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad3\\/default.php\":{\"d\":1445483431,\"h\":\"71f9e223c4604d55dd81d10395f5a275\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad3\\/default_featured.html\":{\"d\":1445483431,\"h\":\"f7eb7fa9e3c087160f160f7695de0a7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad9\\/default.html\":{\"d\":1445483431,\"h\":\"fe3ef713f61954aecc6d5b8f345029ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad9\\/default.php\":{\"d\":1445483431,\"h\":\"3b61b38bd776262c51c4d185e138e3a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/dad9\\/default_featured.html\":{\"d\":1445483431,\"h\":\"9336ca85244560aeb90f3ea505dadc6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/css\\/default.css\":{\"d\":1445483431,\"h\":\"7dc6434caec413980f748cb3e7ee41d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/chronosly-templates\\/default.json\":{\"d\":1445483431,\"h\":\"9061e3192b8129cd2fd0cb730f8a0a2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/modules\\/count.php\":{\"d\":1534138289,\"h\":\"adc792324b8bb913c755bf54b5cc4552\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/modules\\/submit.php\":{\"d\":1534138289,\"h\":\"64e437d308e2ec702935331c2bc57d98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/modules\\/response.php\":{\"d\":1534138289,\"h\":\"d586b68ede2816aa1d11a6b32e1dd53b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/modules\\/quiz.php\":{\"d\":1534138289,\"h\":\"4cced4c4cfffa831fa2fe2f576a5e885\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/modules\\/flamingo.php\":{\"d\":1534138289,\"h\":\"f665a1283b0e610d7566dac8672ab8dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/modules\\/akismet.php\":{\"d\":1534138289,\"h\":\"6e30cd8f533630cd3a7ea5040479503e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/modules\\/recaptcha.php\":{\"d\":1534138289,\"h\":\"108bf80bcbda92572b4d28d0b03d78fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/modules\\/textarea.php\":{\"d\":1534138289,\"h\":\"c06c685f7bf3a064a582124e4bd8d4e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/modules\\/really-simple-captcha.php\":{\"d\":1534138289,\"h\":\"5b1a95436ead6d257f8a4f709dadf931\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/modules\\/hidden.php\":{\"d\":1534138289,\"h\":\"f5c47f409384f953abe787dac4f67c73\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/modules\\/select.php\":{\"d\":1534138289,\"h\":\"74c43e91f1a8077b19fe5df74909f56d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/modules\\/listo.php\":{\"d\":1534138289,\"h\":\"c185874ed6cd1800c2e1871829b2eb7b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/modules\\/acceptance.php\":{\"d\":1534138289,\"h\":\"7da953cfa4fe6116639936b844d65771\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/modules\\/date.php\":{\"d\":1534138289,\"h\":\"ff9b5dca1e1613353fe93ff4b09f5339\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/modules\\/file.php\":{\"d\":1534138289,\"h\":\"a14b5b7eaa05b7fb1582bfe70e19c047\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/modules\\/text.php\":{\"d\":1534138289,\"h\":\"93ca12d5abe394bd43175cd5a37721a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/modules\\/checkbox.php\":{\"d\":1534138289,\"h\":\"c27ff92ad2c0ed056bd059045cf62463\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/modules\\/number.php\":{\"d\":1534138289,\"h\":\"b5b36dca321a7e04e3a4f417181524d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/jquery-ui\\/themes\\/smoothness\\/theme.css\":{\"d\":1534138289,\"h\":\"a001312cbf93827d531c91c2610610f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/jquery-ui\\/themes\\/smoothness\\/jquery-ui.css\":{\"d\":1534138289,\"h\":\"64dfb75ef30cbf691e7858dc1992b4df\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/jquery-ui\\/themes\\/smoothness\\/jquery-ui.min.css\":{\"d\":1534138289,\"h\":\"840cca94d5e33faf324bcd4988fa8401\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/scripts.js\":{\"d\":1534138289,\"h\":\"80f051b85c7cc301d20dc6c522c71814\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles-rtl.css\":{\"d\":1534138289,\"h\":\"a250e950adc23b5d57f692d7ba709e68\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\":{\"d\":1534138289,\"h\":\"ec96e53e57b5d34f762d567cdb29a312\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/contact-form-functions.php\":{\"d\":1534138289,\"h\":\"15ac3c622af194ce80da4f44b1f01eda\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/capabilities.php\":{\"d\":1534138289,\"h\":\"258a41dfac6c835183dce319eccdb5d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/pipe.php\":{\"d\":1534138289,\"h\":\"454e28daaabb2c6840dbad4283b7f332\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/special-mail-tags.php\":{\"d\":1534138289,\"h\":\"0e77d97b5ec03df5e944de86be987d10\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/config-validator.php\":{\"d\":1534138289,\"h\":\"3bf5563a79000cdf5c70c62a6afcc676\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/shortcodes.php\":{\"d\":1534138289,\"h\":\"dab6dda50b2c04ab97529faa57fd920d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/contact-form.php\":{\"d\":1534138289,\"h\":\"2968b0d0e9231dadd902b930fc6513fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/mail.php\":{\"d\":1534138289,\"h\":\"4bc97af8e1a28869e820620b8f06cb88\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/form-tag.php\":{\"d\":1534138289,\"h\":\"d411fa17874dfa2382cfbb54bb4b52d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/controller.php\":{\"d\":1534138289,\"h\":\"a3835fd8ad1e78319026964ea5c38523\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/functions.php\":{\"d\":1534138289,\"h\":\"39f227f868158c5b0a1a2973a0f5866b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/contact-form-template.php\":{\"d\":1534138289,\"h\":\"998e975f05f79b692f59fdff14a0d6f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/integration.php\":{\"d\":1534138289,\"h\":\"41a61c33fbf633c5190577b4702369cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/form-tags-manager.php\":{\"d\":1534138289,\"h\":\"e5101179b7d21ff9da4cbe9d4c2016ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/submission.php\":{\"d\":1534138289,\"h\":\"506d56590b5f5513269832d2a81d43f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/rest-api.php\":{\"d\":1534138289,\"h\":\"0cf611a76e8da8b9fe3e93de88dd0c5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/upgrade.php\":{\"d\":1534138289,\"h\":\"e1b5346d1a288ed33983b03fab31118d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/formatting.php\":{\"d\":1534138289,\"h\":\"ac6bfadc90ada7d481134810c72d57ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/l10n.php\":{\"d\":1534138289,\"h\":\"4ba1376206cf22d687c371cdc0f25a06\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/includes\\/validation.php\":{\"d\":1534138289,\"h\":\"d661ce6ea50e08e5156912e5b3c64d41\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/languages\\/readme.txt\":{\"d\":1534138289,\"h\":\"085954261a986f5e4705d4a8a3c8f47d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/admin\\/js\\/tag-generator.js\":{\"d\":1534138289,\"h\":\"f803747959a240d578a82cf4522ec03b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/admin\\/js\\/scripts.js\":{\"d\":1534138289,\"h\":\"569899ae99f6608e5cee3e251b1adc12\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/admin\\/includes\\/welcome-panel.php\":{\"d\":1534138289,\"h\":\"28fd44912a4dfd236be16b8192b0dbf7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/admin\\/includes\\/help-tabs.php\":{\"d\":1534138289,\"h\":\"eebcc317eef2ae4e005681c390d70914\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/admin\\/includes\\/tag-generator.php\":{\"d\":1534138289,\"h\":\"4d9f5608dbb9e4f9616d875875f9f728\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/admin\\/includes\\/admin-functions.php\":{\"d\":1534138289,\"h\":\"a4dddc6f2443cae80d5d62ad321810de\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/admin\\/includes\\/class-contact-forms-list-table.php\":{\"d\":1534138289,\"h\":\"666d13530764a147449c0e485df65fd5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/admin\\/includes\\/editor.php\":{\"d\":1534138289,\"h\":\"5e5b830cd232c598a1a8cbf0c8b1f0cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/admin\\/css\\/styles-rtl.css\":{\"d\":1534138289,\"h\":\"8b17904db6ac5d9f54c65aa5fc903a6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/admin\\/css\\/styles.css\":{\"d\":1534138289,\"h\":\"70732e8c68b193cb87dcc0bec81dacbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/admin\\/edit-contact-form.php\":{\"d\":1534138289,\"h\":\"07a96b2642639718e363bb4f08fbd989\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/admin\\/admin.php\":{\"d\":1534138289,\"h\":\"fa5bd04719c6aa7e8251395b237ed17d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/readme.txt\":{\"d\":1534138289,\"h\":\"eab18846f5dd554efd242b68a9fd347a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/settings.php\":{\"d\":1534138289,\"h\":\"764e54fc1c54d9e0b1e648a72bf48290\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/wp-contact-form-7.php\":{\"d\":1534138289,\"h\":\"de3c47f6b0d1d2f3d5a40d85bc261036\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/license.txt\":{\"d\":1534138289,\"h\":\"b5b3b30ecc543e9b4a7de7aeac508e53\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/contact-form-7\\/uninstall.php\":{\"d\":1534138289,\"h\":\"56323fc8270525fd129ebacefe30a016\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/views\\/stats.php\":{\"d\":1534138272,\"h\":\"a1adcd419f461e8902969a68e215d060\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/views\\/notice.php\":{\"d\":1534138272,\"h\":\"ae60802819e3d205db072fa594c9a378\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/views\\/start.php\":{\"d\":1534138272,\"h\":\"ce7235b09e4a99a50d87db4cff9fe458\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/views\\/config.php\":{\"d\":1534138272,\"h\":\"cfdedf3bb97421685f889f2aaaa68628\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/views\\/get.php\":{\"d\":1534138272,\"h\":\"4efd5e1b3f2cda93bc66b7102f8791ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/_inc\\/form.js\":{\"d\":1534138272,\"h\":\"270f0cd7341bce6c2afacf2682e7690e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/_inc\\/akismet.js\":{\"d\":1534138272,\"h\":\"bf016311e2d3b794c556d1cc7973d017\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/_inc\\/akismet.css\":{\"d\":1534138272,\"h\":\"5dd2c24a00b6d6ce102e824c22ac7047\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/class.akismet-cli.php\":{\"d\":1534138272,\"h\":\"2b1b0b5ac8794ac58e3b914d2a5b47bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/readme.txt\":{\"d\":1534138272,\"h\":\"0e54d62f6885577c769d9321b667c7cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/class.akismet-admin.php\":{\"d\":1534138272,\"h\":\"9110f7b8809774eeb7b1cb8bd6fc5081\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/akismet.php\":{\"d\":1534138272,\"h\":\"eb371b7174c715ce557d7c33dbbf3d16\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/LICENSE.txt\":{\"d\":1534138272,\"h\":\"b234ee4d69f5fce4486a80fdaf4a4263\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/index.php\":{\"d\":1534138272,\"h\":\"cf6895af2050eb5ae7c0badda2604566\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/class.akismet-rest-api.php\":{\"d\":1534138272,\"h\":\"09f3201db30fc8f83c00d6d41175d443\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/.htaccess\":{\"d\":1568299062,\"h\":\"bf39be827c95ade49c322dfe231ff19c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/wrapper.php\":{\"d\":1534138272,\"h\":\"15fcd56c524b76c2e2470a2eed3426f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/class.akismet-widget.php\":{\"d\":1534138272,\"h\":\"31164f8db33265318eaefba6724ae06a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/akismet\\/class.akismet.php\":{\"d\":1534138272,\"h\":\"c92879c82236d34ca54ebeabf4de0ede\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/js\\/dialog\\/dialogFx.js\":{\"d\":1535620871,\"h\":\"d2756919079c817a87e85d37443ab61d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/js\\/dialog\\/modernizr.custom.js\":{\"d\":1535620871,\"h\":\"cdc1774b06c705b75255a0f55ffceedc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/js\\/dialog\\/snap.svg-min.js\":{\"d\":1535620871,\"h\":\"82c31f1808a89063e5423cbf0325807d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/js\\/dialog\\/classie.js\":{\"d\":1535620871,\"h\":\"a9df1cfb76ce492afd9d13f3320272fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/js\\/plugins\\/metisMenu\\/metisMenu.min.js\":{\"d\":1535620871,\"h\":\"b963d934b346231f9a1abd950b3d8c80\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/js\\/acl-media-upload-script-2.js\":{\"d\":1535620871,\"h\":\"b8a474353459202bec95a64c96cc25fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/js\\/bootstrap.min.js\":{\"d\":1535620871,\"h\":\"abda843684d022f3bc22bc83927fe05f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/js\\/fontawesome-iconpicker.js\":{\"d\":1535620871,\"h\":\"5916f23ba23b25b569d26d87d63f5e61\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/js\\/acl-media-upload-script.js\":{\"d\":1535620871,\"h\":\"9eb59c4fdf59c80d589a1349dc174a7b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/js\\/smartech.js\":{\"d\":1535620871,\"h\":\"712a2108624f6126a7e6e8e1db35021d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/js\\/acl-color-picker-script.js\":{\"d\":1535620871,\"h\":\"cedd6a0d6c17a49b7e20ef1601f057c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/js\\/modernizr.custom.86080.js\":{\"d\":1535620871,\"h\":\"2cc38b54b13ba1288a70f888cc482749\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/js\\/nalf_sidebar_nav.js\":{\"d\":1535620871,\"h\":\"bfce627f4bdef7250ea53d20851acb9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/includes\\/recommendations\\/recommendations.php\":{\"d\":1535620871,\"h\":\"7766877030ca72f241a809ed78227f70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/includes\\/login-form-setting\\/login-form-background.php\":{\"d\":1535620871,\"h\":\"3d1e178afcb4e312c0cc6b4044236a10\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/includes\\/dashboard\\/dashboard.php\":{\"d\":1535620871,\"h\":\"0bf9d967ee708deceb5d55a6a6c42d78\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/includes\\/design\\/text_and_color.php\":{\"d\":1535620871,\"h\":\"49878ec72467efe65fd9d7d7dc13e86c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/includes\\/design\\/background.php\":{\"d\":1535620871,\"h\":\"0f45adce8bf8c215baa08c2c692c1ae9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/includes\\/settings\\/page-settings.php\":{\"d\":1535620871,\"h\":\"7686e6ea42f1ea9833289252b6e57b19\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/includes\\/googlecaptcha-settings\\/gcaptcha-settings.php\":{\"d\":1535620871,\"h\":\"451c30311b5e77668c13393ebc24be85\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/includes\\/social\\/social.php\":{\"d\":1535620871,\"h\":\"43cc504dca12a5851b7ba4447af7423a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/includes\\/import-export-setting\\/import_export.php\":{\"d\":1535620871,\"h\":\"baeab107207ca82e9299f809c01e3721\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/includes\\/help\\/help.php\":{\"d\":1535620871,\"h\":\"d6f61b47c288868d7738a31ece85f3ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/includes\\/help\\/rate.php\":{\"d\":1535620871,\"h\":\"ce7c7f44f1ca4bbffda5bd8cd6e6e8c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/includes\\/content.php\":{\"d\":1535620871,\"h\":\"c1c7f75eedad929e709f74a9b038dfa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/includes\\/get_value.php\":{\"d\":1535620871,\"h\":\"c734abd869c09b28453c663a4bab5264\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/includes\\/offers.php\":{\"d\":1535620871,\"h\":\"1415ca651036c737afea39bb5b0dfb32\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/_animated.scss\":{\"d\":1535620871,\"h\":\"992453b341bee5e9d63562bdf68bf5da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/_variables.scss\":{\"d\":1535620871,\"h\":\"4f965d9804cb02c5dd3c4578078602db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/_screen-reader.scss\":{\"d\":1535620871,\"h\":\"fa45b2d8ef7113ee7893ea60d7976e6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/_stacked.scss\":{\"d\":1535620871,\"h\":\"b4f1bb74796804022df72c8acd80797d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/fa-regular.scss\":{\"d\":1535620871,\"h\":\"52383e2a213f7c94c58ce0985ae661ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/_icons.scss\":{\"d\":1535620871,\"h\":\"867ef4bda1c277f6e67556b8711a7f33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/_larger.scss\":{\"d\":1535620871,\"h\":\"dd70b195f23b6aa62debdbaab018a75b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/fontawesome.scss\":{\"d\":1535620871,\"h\":\"6facaec8646f823aea201ffbc88bcd0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/_fixed-width.scss\":{\"d\":1535620871,\"h\":\"e52b0377dc3347ac4db3adf75485ad52\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/font-awesome.scss\":{\"d\":1535620871,\"h\":\"d2405130b3a89d6748117963a11a6a47\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/_path.scss\":{\"d\":1535620871,\"h\":\"ac2a848f68cffed328272615bfca2500\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/_bordered-pulled.scss\":{\"d\":1535620871,\"h\":\"7437104ba89f8110cf86ce53b8957f71\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/fa-solid.scss\":{\"d\":1535620871,\"h\":\"c1a192326cd3ee9e12313f03ad63c5be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/_rotated-flipped.scss\":{\"d\":1535620871,\"h\":\"a74bcad45d849b2682f1778dfa11713f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/_mixins.scss\":{\"d\":1535620871,\"h\":\"df40bc4d64a720dcb611b911b740b1f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/fa-brands.scss\":{\"d\":1535620871,\"h\":\"864de274dfe3d852b169d9d4582aecbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/_spinning.scss\":{\"d\":1535620871,\"h\":\"6feef4f78467ba753b8d44b14b99cb68\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/_core.scss\":{\"d\":1535620871,\"h\":\"fe21fd26336da7258a399d4fdff54c1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/scss\\/_list.scss\":{\"d\":1535620871,\"h\":\"07930141d534140cea5527018bdc726c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/fonts\\/fontawesome-webfont.ttf\":{\"d\":1535620871,\"h\":\"4f0022f25672c7f501c339cbf98d9117\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/fonts\\/FontAwesome.otf\":{\"d\":1535620871,\"h\":\"3b15120c304688379525c9f3c15cc4c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/fonts\\/fontawesome-webfont.woff\":{\"d\":1535620871,\"h\":\"fdf491ce5ff5b2da02708cd0e9864719\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/fonts\\/fontawesome-webfont.eot\":{\"d\":1535620871,\"h\":\"90186830c9c50a0fed932494581761d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/webfonts\\/fa-brands-400.ttf\":{\"d\":1535620871,\"h\":\"c5ebe0b32dc1b5cc449a76c4204d13bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/webfonts\\/fa-regular-400.ttf\":{\"d\":1535620871,\"h\":\"ad97afd3337e8cda302d10ff5a4026b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/webfonts\\/fa-brands-400.eot\":{\"d\":1535620871,\"h\":\"13db00b7a34fee4d819ab7f9838cc428\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/webfonts\\/fa-solid-900.ttf\":{\"d\":1535620871,\"h\":\"b87b9ba532ace76ae9f6edfe9f72ded2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/webfonts\\/fa-solid-900.woff\":{\"d\":1535620871,\"h\":\"faff92145777a3cbaf8e7367b4807987\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/webfonts\\/fa-regular-400.eot\":{\"d\":1535620871,\"h\":\"701ae6abd4719e9c2ada3535a497b341\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/webfonts\\/fa-regular-400.woff2\":{\"d\":1535620871,\"h\":\"cd6c777f1945164224dee082abaea03a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/webfonts\\/fa-brands-400.woff\":{\"d\":1535620871,\"h\":\"a046592bac8f2fd96e994733faf3858c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/webfonts\\/fa-solid-900.woff2\":{\"d\":1535620871,\"h\":\"0ab54153eeeca0ce03978cc463b257f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/webfonts\\/fa-regular-400.woff\":{\"d\":1535620871,\"h\":\"ef60a4f6c25ef7f39f2d25a748dbecfe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/webfonts\\/fa-brands-400.woff2\":{\"d\":1535620871,\"h\":\"e8c322de9658cbeb8a774b6624167c2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/webfonts\\/fa-solid-900.eot\":{\"d\":1535620871,\"h\":\"8e3c7f5520f5ae906c6cf6d7f3ddcd19\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/icons.less\":{\"d\":1535620871,\"h\":\"ae1587d369ed54ae5602ab31e6ed4120\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/rotated-flipped.less\":{\"d\":1535620871,\"h\":\"09a3b97189c3c320ac7a1649dd6bbad9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/core.less\":{\"d\":1535620871,\"h\":\"e0425dae16b4e10d439ef079bc75ea68\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/fa-brands.less\":{\"d\":1535620871,\"h\":\"0fa3c9cca32e3cf618f11aaab7e8b6df\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/fa-solid.less\":{\"d\":1535620871,\"h\":\"b7a54916d8e0cd80a16925cca6e93971\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/_rotated-flipped.less\":{\"d\":1535620871,\"h\":\"96a02c0efee0dcc6e2b331ea69f5cc27\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/path.less\":{\"d\":1535620871,\"h\":\"08a87f64431d5f404e627ee8a9fb92a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/_list.less\":{\"d\":1535620871,\"h\":\"1d65d467e8bbae507fcd0a80945965b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/_variables.less\":{\"d\":1535620871,\"h\":\"42a116afae128e1132a506af7941e43b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/_core.less\":{\"d\":1535620871,\"h\":\"afc2d21306033cb43d322aad01824bcf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/_larger.less\":{\"d\":1535620871,\"h\":\"8fe52d3bf9e4dbb2000a108ca4e19a46\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/_icons.less\":{\"d\":1535620871,\"h\":\"b4d35a8d75e706b30217217ee7a105e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/list.less\":{\"d\":1535620871,\"h\":\"291fbd1d05eb7eba6172f738837794b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/font-awesome.less\":{\"d\":1535620871,\"h\":\"da192fbd290d6721dd34b3b56ef4bc95\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/_stacked.less\":{\"d\":1535620871,\"h\":\"deda57b8b5e6122615676d99e1115cb9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/larger.less\":{\"d\":1535620871,\"h\":\"8cb65280c0f889daf72626c21a7c8628\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/spinning.less\":{\"d\":1535620871,\"h\":\"d05e0deab45f00a6b4da78eb0822d287\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/_bordered-pulled.less\":{\"d\":1535620871,\"h\":\"d7ea7f8a7cdd50096d33e87e1ffa72e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/stacked.less\":{\"d\":1535620871,\"h\":\"518e2b2d263982d2caa1e6514b4b4eac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/_fixed-width.less\":{\"d\":1535620871,\"h\":\"66841bce86bf73e79d8f0bff3d9cf7e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/fontawesome.less\":{\"d\":1535620871,\"h\":\"8ba72df47cd4c08373265076f915b95c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/bordered-pulled.less\":{\"d\":1535620871,\"h\":\"5b3f3e1353ea7ab9d10fd7598fbd214b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/_mixins.less\":{\"d\":1535620871,\"h\":\"a7fa063476ba6db5346f7330ac3f0b41\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/mixins.less\":{\"d\":1535620871,\"h\":\"0193675166be1acb0da06df07c0aa14e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/variables.less\":{\"d\":1535620871,\"h\":\"92c7a6ebd7ec0f6cd02ff1e5337c5e4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/_screen-reader.less\":{\"d\":1535620871,\"h\":\"0f881617264587bef0df6ce92253ecea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/fixed-width.less\":{\"d\":1535620871,\"h\":\"5e07ec001f8d21bd279c12ee542813f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/_animated.less\":{\"d\":1535620871,\"h\":\"b045fe8800c8f96593cac5227dc70262\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/less\\/fa-regular.less\":{\"d\":1535620871,\"h\":\"7c0d8b60ee18364e76e9da66d0dea0d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/css\\/fa-brands.css\":{\"d\":1535620871,\"h\":\"d5cb60ab1f78952aeb5f62a8090186f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/css\\/fa-regular.min.css\":{\"d\":1535620871,\"h\":\"e49198d7e6aa60cbd945da9581fc768c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/css\\/fa-solid.min.css\":{\"d\":1535620871,\"h\":\"25d6c1db9feb1b308668e7dbe3727168\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/css\\/fa-brands.min.css\":{\"d\":1535620871,\"h\":\"ec06cebf4ea0452084ee3b44bf9ea126\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/css\\/fontawesome-all.min.css\":{\"d\":1535620871,\"h\":\"265a36ec650d63e307e611cdf14d9b89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/css\\/fontawesome-all.css\":{\"d\":1535620871,\"h\":\"2d4fcdf18808d01c5520ec919e867c89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/css\\/fontawesome.css\":{\"d\":1535620871,\"h\":\"fcf05f99883335547c33cbe584bee727\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/css\\/font-awesome.min.css\":{\"d\":1535620871,\"h\":\"bbfef9385083d307ad2692c0cf99f611\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/css\\/fa-regular.css\":{\"d\":1535620871,\"h\":\"fccba8ea0f21239ce426cb7ba3e1e7dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/css\\/fa-solid.css\":{\"d\":1535620871,\"h\":\"bb7d25bd4fc995a4c0f020b4e9ab9297\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/css\\/font-awesome.css\":{\"d\":1535620871,\"h\":\"e4e5f0ff7d97d2851d8f06c26a4e302b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome-latest\\/css\\/fontawesome.min.css\":{\"d\":1535620871,\"h\":\"b410489ae48dd4a66850069956a767ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/admin\\/inc\\/css\\/admin_menu.css\":{\"d\":1535620871,\"h\":\"af165d6994e1665719b653914f5be290\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/admin\\/inc\\/admin_menu.php\":{\"d\":1535620871,\"h\":\"4c88916e1c8d8ed3a4fe83509c15768d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/admin\\/WL_ACL_FREE_Menu.php\":{\"d\":1535620871,\"h\":\"91aa4a0c955cd18d4a054178c5b69f0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/admin\\/index.php\":{\"d\":1535620871,\"h\":\"e55dd43d9b2f553f1d55c3ec03ef5fd1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/scss\\/_animated.scss\":{\"d\":1535620871,\"h\":\"39ff4f359a7b81d6585075715f41e5dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/scss\\/_variables.scss\":{\"d\":1535620871,\"h\":\"dc5261f37a8a01feeb52a746d16c0459\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/scss\\/_screen-reader.scss\":{\"d\":1535620871,\"h\":\"8907bd7dbf4799e8120bda5568d76fea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/scss\\/_stacked.scss\":{\"d\":1535620871,\"h\":\"5594237226aedfbca2fa1c7f4604c214\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/scss\\/_icons.scss\":{\"d\":1535620871,\"h\":\"de9fa842ad0b619a95ac4f42ac6ba930\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/scss\\/_larger.scss\":{\"d\":1535620871,\"h\":\"e95931566f6fc6ad5685c4fa9802e206\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/scss\\/_fixed-width.scss\":{\"d\":1535620871,\"h\":\"9277ab6964a434d499873687b00be906\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/scss\\/font-awesome.scss\":{\"d\":1535620871,\"h\":\"8c015559216d1654630a839b61c6b83d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/scss\\/_path.scss\":{\"d\":1535620871,\"h\":\"ab5a9e8388563e097b5ce835601f01d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/scss\\/_bordered-pulled.scss\":{\"d\":1535620871,\"h\":\"4cad0df17bf40327feae33fa9a6c6ba2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/scss\\/_rotated-flipped.scss\":{\"d\":1535620871,\"h\":\"9f5d4bc6fadea89328d2aac26574a9d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/scss\\/_mixins.scss\":{\"d\":1535620871,\"h\":\"aa2b8f32b403733713d8885f14ab86cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/scss\\/_core.scss\":{\"d\":1535620871,\"h\":\"ef059a98cf9de6ca5b77ee6850771cf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/scss\\/_list.scss\":{\"d\":1535620871,\"h\":\"7107e80b053928271d5fcf422dc29490\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/fonts\\/fontawesome-webfont.ttf\":{\"d\":1535620871,\"h\":\"b06871f281fee6b241d60582ae9369b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/fonts\\/FontAwesome.otf\":{\"d\":1535620871,\"h\":\"0d2717cd5d853e5c765ca032dfd41a4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/fonts\\/fontawesome-webfont.woff2\":{\"d\":1535620871,\"h\":\"af7ae505a9eed503f8b8e6982036873e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/fonts\\/fontawesome-webfont.woff\":{\"d\":1535620871,\"h\":\"fee66e712a8a08eef5805a46892932ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/fonts\\/fontawesome-webfont.eot\":{\"d\":1535620871,\"h\":\"674f50d287a8c48dc19ba404d20fe713\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/less\\/icons.less\":{\"d\":1535620871,\"h\":\"bf95b901c36b646ff457379bdcda94b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/less\\/rotated-flipped.less\":{\"d\":1535620871,\"h\":\"a8476cdc50c264abd11ff59d6a9dd025\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/less\\/core.less\":{\"d\":1535620871,\"h\":\"fb4efe4ae63737706875bbbfc7b7e9af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/less\\/path.less\":{\"d\":1535620871,\"h\":\"a8c41460c42a4fe9e98550f00c8b3f19\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/less\\/list.less\":{\"d\":1535620871,\"h\":\"975571323cf880a4a30601998236b027\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/less\\/font-awesome.less\":{\"d\":1535620871,\"h\":\"15cb7faa02437c2f9719351c157fe7e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/less\\/larger.less\":{\"d\":1535620871,\"h\":\"8cb65280c0f889daf72626c21a7c8628\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/less\\/animated.less\":{\"d\":1535620871,\"h\":\"08baef05e05301cabc91599a54921081\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/less\\/stacked.less\":{\"d\":1535620871,\"h\":\"518e2b2d263982d2caa1e6514b4b4eac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/less\\/bordered-pulled.less\":{\"d\":1535620871,\"h\":\"898f90e40876883214bbd121b0c20e9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/less\\/mixins.less\":{\"d\":1535620871,\"h\":\"fbb1f2f1ab96ba020c7f14208aac72b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/less\\/variables.less\":{\"d\":1535620871,\"h\":\"be3f6eed38aa909483e1bd9ee0876e80\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/less\\/fixed-width.less\":{\"d\":1535620871,\"h\":\"5e07ec001f8d21bd279c12ee542813f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/less\\/screen-reader.less\":{\"d\":1535620871,\"h\":\"0f881617264587bef0df6ce92253ecea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/css\\/font-awesome.min.css\":{\"d\":1535620871,\"h\":\"008e0bb5ebfa7bc298a042f95944df25\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/css\\/font-awesome.css\":{\"d\":1535620871,\"h\":\"c223583b49df4d7e92389dc43dbd8e51\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/font-awesome\\/HELP-US-OUT.txt\":{\"d\":1535620871,\"h\":\"a1e5be58e81e919ba2e579cd1c65283e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/dialog\\/dialog.css\":{\"d\":1535620871,\"h\":\"c60679e02c74940e3a7e2c539795e905\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/dialog\\/dialog-box-style.css\":{\"d\":1535620871,\"h\":\"ca95a5e978f636d07b89c2d0fd40bdf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/dialog\\/dialog-jamie.css\":{\"d\":1535620871,\"h\":\"2c87e7c61ada5ec75fa2aa97f4c85e8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/recom.css\":{\"d\":1535620871,\"h\":\"b0b611e129c2bd84d079b4670ae495d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/smartech.css\":{\"d\":1535620871,\"h\":\"87e2323cef3964ba09e0204c905ebbfc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/slider-style4.php\":{\"d\":1535620871,\"h\":\"d6177df985a06748135dfb307a86e59e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/socialcss.php\":{\"d\":1535620871,\"h\":\"ed10a00aa811f98b0b8b3bd68dd81ae9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/isotope_css.css\":{\"d\":1535620871,\"h\":\"160d20cdfd6b65e1312ac44a70fd3956\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/fontawesome-iconpicker.css\":{\"d\":1535620871,\"h\":\"9d9629252afca78977643d62211311f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/slider-style1.php\":{\"d\":1535620871,\"h\":\"4424178a4a239b1c44d788834e37d22f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/custom.css\":{\"d\":1535620871,\"h\":\"c93e56deb6835d649dc4467ae80d8ae2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/demo.css\":{\"d\":1535620871,\"h\":\"8695ddb2e04a28f20568c135f61d7d5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/bootstrap.min.css\":{\"d\":1535620871,\"h\":\"ec3bb52a00e176a7181d454dffaea219\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/animate.css\":{\"d\":1535620871,\"h\":\"f4ac35ac5a6239dcf0fa493ef20a8ce9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/acl-custom.css\":{\"d\":1535620871,\"h\":\"401a054b60b758a5fdc1aa75ca786722\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/lightbox.css\":{\"d\":1535620871,\"h\":\"91841e3b0a773c4cfe7b75ca985b26a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/jquery-ui.css\":{\"d\":1535620871,\"h\":\"27d8f98f646febbfb07b692eeb4a3b8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/bootstrap.css\":{\"d\":1535620871,\"h\":\"a475a60c595e71a29bc490298762cf62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/slider-style2.php\":{\"d\":1535620871,\"h\":\"21e8ce07451e4ef5c4379cf18610ac5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/css\\/slider-style3.php\":{\"d\":1535620871,\"h\":\"3dcb9b7758f7b6df8e6b01d5fe9213a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/acl-gcaptcha.php\":{\"d\":1535620871,\"h\":\"fe2a236d9e64acfa70affb60973de8a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/login-form-screen.php\":{\"d\":1535620871,\"h\":\"a10ed897037bc5508970181809dd2141\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/readme.txt\":{\"d\":1535620871,\"h\":\"c9f8d70f6606f84959ead75ff78fb7a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/installation.php\":{\"d\":1535620871,\"h\":\"21074b88d2dabae1ebe51257964f77cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/admin-custom-login.php\":{\"d\":1535620871,\"h\":\"c77e08dc39dc859f8d5a950c3ca77ee7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/admin-custom-login\\/init.php\":{\"d\":1535620871,\"h\":\"737b0c3370c607a78e888e5b50c4b046\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/sv.js\":{\"d\":1535620885,\"h\":\"87b4585bd3c7ef517b7609c3a75a1174\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/th.js\":{\"d\":1535620885,\"h\":\"f9174e84a42f5ea14ecfdbdf7ccc27bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/fr.js\":{\"d\":1535620885,\"h\":\"513900413ec7351025eb0b6ca879d41b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/hu.js\":{\"d\":1535620885,\"h\":\"8e0a7882caf41769c71cf8b55e84921a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/hi.js\":{\"d\":1535620885,\"h\":\"7c367dce88125572370c7253da2764e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/bg.js\":{\"d\":1535620885,\"h\":\"bb375aa326e7b645e24937ecb4e5e602\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/lt.js\":{\"d\":1535620885,\"h\":\"0449eaa75efc4a6a8df49f0d09566d71\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/sr-Cyrl.js\":{\"d\":1535620885,\"h\":\"38e1dcd92b49b6b15db670b0a17b6ee7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/hy.js\":{\"d\":1535620885,\"h\":\"299347cb3955fbc307794321436eeece\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/cs.js\":{\"d\":1535620885,\"h\":\"fda2b8388c385dd662749d48f0d9df41\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/da.js\":{\"d\":1535620885,\"h\":\"57e8b1e6e3161eda0402882bdd6a085a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/dsb.js\":{\"d\":1535620885,\"h\":\"9476fdcdc929a8b8a759ff10eb8cecde\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/es.js\":{\"d\":1535620885,\"h\":\"d703f83df2e2ed712fcb2fed8f9668d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/en.js\":{\"d\":1535620885,\"h\":\"8d90f309724286ae804fe5e501ba2bde\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/is.js\":{\"d\":1535620885,\"h\":\"b74ad80e6c02bdd177dcbbdab756b16c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/lv.js\":{\"d\":1535620885,\"h\":\"b9b5f137ea0aea4e8efa22f4c533dce7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/et.js\":{\"d\":1535620885,\"h\":\"c35b16125acccfc3f36eef6725a61299\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/ru.js\":{\"d\":1535620885,\"h\":\"333dc144a29181ce03d86d04629fceba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/ja.js\":{\"d\":1535620885,\"h\":\"a513741667eede9486bc13349b2622d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/sr.js\":{\"d\":1535620885,\"h\":\"bea46ab6f8cecee10a5ed9117132340e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/hr.js\":{\"d\":1535620885,\"h\":\"58298a99909eee026ae4e5600fff8dea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/bs.js\":{\"d\":1535620885,\"h\":\"c84b6db506aecea232c186e274d6e9d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/eu.js\":{\"d\":1535620885,\"h\":\"00e8957b3e8cdb96ef059850ac3c68c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/fi.js\":{\"d\":1535620885,\"h\":\"d3d0e8f83e3887c25701c6e4fa2fe334\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/tr.js\":{\"d\":1535620885,\"h\":\"58a4e9829081626b1aaad3d46ccbdddf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/uk.js\":{\"d\":1535620885,\"h\":\"2b952e4205b7e4285dfada3bc018906a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/id.js\":{\"d\":1535620885,\"h\":\"d362e1fdf9136f4a30f51012b7b8d4a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/de.js\":{\"d\":1535620885,\"h\":\"2aa2959f96465f158c4cde94fde5bb4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/sl.js\":{\"d\":1535620885,\"h\":\"f9a6a8c80efe20b507dc95f83d086fd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/ms.js\":{\"d\":1535620885,\"h\":\"048ca2058665aa5b1925e4d571e56534\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/pl.js\":{\"d\":1535620885,\"h\":\"f2749b2c4a575f4611554725fdc369d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/ko.js\":{\"d\":1535620885,\"h\":\"2db7fd9ab54e75d8d4ded6abcbdb9c6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/zh-CN.js\":{\"d\":1535620885,\"h\":\"569baf3c0a1e92d2c2707d3231692e15\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/nl.js\":{\"d\":1535620885,\"h\":\"915f5e0cb81407c432fe94bbca1cae85\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/az.js\":{\"d\":1535620885,\"h\":\"239914a2794e378ef6cbf50c329a5c2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/he.js\":{\"d\":1535620885,\"h\":\"16849bc86cfd816a71c9affa0ad94156\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/ro.js\":{\"d\":1535620885,\"h\":\"27baf44dfbf15cf2fee1ccddaab58f00\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/fa.js\":{\"d\":1535620885,\"h\":\"34664c7f3ff42c8e04dceb13b046b365\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/pt.js\":{\"d\":1535620885,\"h\":\"ca0b66ada7e5013b931d8c91289f2c28\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/af.js\":{\"d\":1535620885,\"h\":\"22eb689d5bbaf0ceab4ce54dd58b2f76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/it.js\":{\"d\":1535620885,\"h\":\"9fa7b64a951a97007d9c097a266eb3fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/ps.js\":{\"d\":1535620885,\"h\":\"faa2a36c152eade110f7844b6c328406\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/sk.js\":{\"d\":1535620885,\"h\":\"4f8e125ed3510cba3ba70c67c0904a64\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/zh-TW.js\":{\"d\":1535620885,\"h\":\"261326600ce25581979b60e26a51cf21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/vi.js\":{\"d\":1535620885,\"h\":\"91f875052ac9c9c97850c3528c61ec3e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/hsb.js\":{\"d\":1535620885,\"h\":\"213d5d63719b1b0d0652e736436259b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/mk.js\":{\"d\":1535620885,\"h\":\"6d008efda78753f02d495ec6085b36a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/pt-BR.js\":{\"d\":1535620885,\"h\":\"b80e354c3598aa02460eee6d83b459bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/ar.js\":{\"d\":1535620885,\"h\":\"fccf8fa387c987050179d0f42d6896a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/nb.js\":{\"d\":1535620885,\"h\":\"780c7d4ca5e5b34f0daf91bb1ddc65a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/km.js\":{\"d\":1535620885,\"h\":\"c9bfa4dc94e6b241deeceea9cd33a21d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/ca.js\":{\"d\":1535620885,\"h\":\"a41c9f772c717d59f413e808723b207e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/gl.js\":{\"d\":1535620885,\"h\":\"235993b6dd1761e5637974759f5eda7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/i18n\\/el.js\":{\"d\":1535620885,\"h\":\"efa6e193d62fa1561e6b163065e7fc35\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/select2\\/select2.full.min.js\":{\"d\":1535620885,\"h\":\"cd78b47f8f1999fb4d258515099231d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-admin-810.min.js\":{\"d\":1535620885,\"h\":\"9531b653aeefb113824d11222468cfe7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-dashboard-widget-810.min.js\":{\"d\":1535620885,\"h\":\"dca33587bd55d0e32240f08ba3405149\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-post-scraper-810.min.js\":{\"d\":1535620885,\"h\":\"7986817f19097807c45aec25d2c485e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-admin-media-810.min.js\":{\"d\":1535620885,\"h\":\"052a5ed28af89ee0db5275c8c577a7eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-admin-gsc-810.min.js\":{\"d\":1535620885,\"h\":\"7c6ae96bec57ebc95323ed375870a290\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-used-keywords-assessment-810.min.js\":{\"d\":1535620885,\"h\":\"c7f83d7f0fd3423c7cb0fb05b77a94e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-quick-edit-handler-810.min.js\":{\"d\":1535620885,\"h\":\"8ebfcd377f60a87553176b85f3d12041\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-recalculate-810.min.js\":{\"d\":1535620885,\"h\":\"3f9173945fcbccb5d9ea9df5c7b8ecbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-metabox-category-810.min.js\":{\"d\":1535620885,\"h\":\"9ff96707f1db4d4e1f830f48ac234916\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-reindex-links-810.min.js\":{\"d\":1535620885,\"h\":\"2a598d7635153d9bca60c2840faebfcb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-term-scraper-810.min.js\":{\"d\":1535620885,\"h\":\"234c2ce5d6fb22fc032b1a858abe3c0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-structured-data-blocks-810.min.js\":{\"d\":1535620885,\"h\":\"6782c5969bf0b5dcf2de1bc0ac7f26aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/configuration-wizard-810.min.js\":{\"d\":1535620885,\"h\":\"194d0d779130123b81042e4424d6f307\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-edit-page-810.min.js\":{\"d\":1535620885,\"h\":\"99166cfe709f6c91900f13fbadc04b2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/analysis-810.min.js\":{\"d\":1535620885,\"h\":\"d8a6f53e4e3c2b8ef08e1d8ac1eb5927\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-metabox-810.min.js\":{\"d\":1535620885,\"h\":\"8ee56b7c6c085bbd602383ddccf343ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-wp-globals-backport-810.min.js\":{\"d\":1535620885,\"h\":\"ce32adf4cdc96819cb88378e41ac3cb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-featured-image-810.min.js\":{\"d\":1535620885,\"h\":\"ff6e66c5243af4bc7d2a318d88c8aab1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-help-center-810.min.js\":{\"d\":1535620885,\"h\":\"cc3858625dad0b491a82b79e4b79b8fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-replacevar-plugin-810.min.js\":{\"d\":1535620885,\"h\":\"c64dcd82cedcc540bbdae04d2e2fc766\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-analysis-worker-810.min.js\":{\"d\":1535620885,\"h\":\"01af9d340c552dfaf6a02e0b6c126907\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-filter-explanation-810.min.js\":{\"d\":1535620885,\"h\":\"290a609c3369d20c176e943dc21182a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-network-admin-810.min.js\":{\"d\":1535620885,\"h\":\"ddbe9841daaab7c2aa43fe1c73862ad5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/components-810.min.js\":{\"d\":1535620885,\"h\":\"2c77d3fba4be074be8221beef7c795ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-shortcode-plugin-810.min.js\":{\"d\":1535620885,\"h\":\"b5c2c8906f4982417f8b757658c3e3e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-bulk-editor-810.min.js\":{\"d\":1535620885,\"h\":\"d7aa75655e8bd355a1474397e5928783\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-admin-global-810.min.js\":{\"d\":1535620885,\"h\":\"ccc516b4ed50e7a324cacf15c76dd7d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/commons-810.min.js\":{\"d\":1535620885,\"h\":\"9221c34d5630a8b2fdc1272cd93d1c38\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-modal-810.min.js\":{\"d\":1535620885,\"h\":\"d9fe6852a73612277dedc608177343c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/wp-seo-api-810.min.js\":{\"d\":1535620885,\"h\":\"2497ef39619cf3ac21e5b9851f35370a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/dist\\/search-appearance-810.min.js\":{\"d\":1535620885,\"h\":\"0c8a6f480e98763a6e4d2ab1f49522fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/vendor\\/lodash.min.js\":{\"d\":1535620885,\"h\":\"3b37864847459979b900d7ba3e9f6114\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/js\\/vendor\\/lodash-noconflict.js\":{\"d\":1535620885,\"h\":\"05409c5c127e7df560896dcd9593963b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/options\\/class-wpseo-options-backfill.php\":{\"d\":1535620885,\"h\":\"cd2a84869a1112b41d02bb8e6d7c81c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/options\\/class-wpseo-option-ms.php\":{\"d\":1535620885,\"h\":\"98af2ca74ca197587ef6fe6751b1bfb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/options\\/class-wpseo-options.php\":{\"d\":1535620885,\"h\":\"9451ca83b8e92f3e7e756495b9f4de58\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/options\\/class-wpseo-option-wpseo.php\":{\"d\":1535620885,\"h\":\"00150e2b451877b1037dc90b8a62fb33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/options\\/class-wpseo-option-social.php\":{\"d\":1535620885,\"h\":\"bd25dfd64dafee3f0661d793502c774f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/options\\/class-wpseo-option.php\":{\"d\":1535620885,\"h\":\"25e09cfd08a99c28503aee340d229a05\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/options\\/class-wpseo-taxonomy-meta.php\":{\"d\":1535620885,\"h\":\"ec850ace73bdac2eb1994818c8da2573\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/options\\/class-wpseo-option-titles.php\":{\"d\":1535620885,\"h\":\"8df188f16efd8594bfba5e0c00f768c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/structured-data-blocks\\/class-faq-block.php\":{\"d\":1535620885,\"h\":\"39f3201d084715ded3b93cb4c554fcac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/structured-data-blocks\\/class-how-to-block.php\":{\"d\":1535620885,\"h\":\"b277a27626e3d69510b2f5f018d49183\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/sitemaps\\/class-sitemap-cache-data.php\":{\"d\":1535620885,\"h\":\"8bf66463510ec68d0c1e38dbb289c9ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/sitemaps\\/class-author-sitemap-provider.php\":{\"d\":1535620885,\"h\":\"5278faad0f9df27ef0fc2e97ff4ebb27\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/sitemaps\\/class-sitemaps.php\":{\"d\":1535620885,\"h\":\"f1d36fc47810d4a2ad5527a8ab15826f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/sitemaps\\/class-sitemaps-cache.php\":{\"d\":1535620885,\"h\":\"25e5717a6a81d8a93efff90807520c04\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/sitemaps\\/class-sitemaps-renderer.php\":{\"d\":1535620885,\"h\":\"5dbd157bb9603bf49b5b0cb841c40ca3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/sitemaps\\/class-sitemaps-router.php\":{\"d\":1535620885,\"h\":\"3df10a495da24343ccb95b9c54cceada\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/sitemaps\\/class-sitemaps-cache-validator.php\":{\"d\":1535620885,\"h\":\"2b031764c080ff0d261ccfeb85488521\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/sitemaps\\/class-post-type-sitemap-provider.php\":{\"d\":1535620885,\"h\":\"6a4519005405420c64050d82c5bf6477\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/sitemaps\\/class-taxonomy-sitemap-provider.php\":{\"d\":1535620885,\"h\":\"96d9566a44d26581b7b2b2839f054d43\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/sitemaps\\/interface-sitemap-cache-data.php\":{\"d\":1535620885,\"h\":\"21681a77118314d5b4ec2b94c566459d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/sitemaps\\/class-sitemap-timezone.php\":{\"d\":1535620885,\"h\":\"7f787e0d05f780e7bb2a35ed1dba19ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/sitemaps\\/class-sitemaps-admin.php\":{\"d\":1535620885,\"h\":\"3ab1a5c4938fc28473e8f0d2b6f3887f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/sitemaps\\/class-sitemap-image-parser.php\":{\"d\":1535620885,\"h\":\"671ff8d74316af311a43d275b0d903f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/sitemaps\\/interface-sitemap-provider.php\":{\"d\":1535620885,\"h\":\"c604532f09b4230695f1afb357b8c224\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-post-type.php\":{\"d\":1535620885,\"h\":\"de1bf28966797766ac052737bb312733\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-wpseo-primary-term.php\":{\"d\":1535620885,\"h\":\"4de6ad83095e572b37909847fbabf2eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-wpseo-meta.php\":{\"d\":1535620885,\"h\":\"c2c078222151292b4bf9cb264ce5cc49\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-wpseo-image-utils.php\":{\"d\":1535620885,\"h\":\"e500c7f8c29442c9fc395e9215fb73ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/wpseo-non-ajax-functions.php\":{\"d\":1535620885,\"h\":\"946b3647cde684980563e3b4be96939f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-wpseo-admin-bar-menu.php\":{\"d\":1535620885,\"h\":\"aeb9fb063c55882fa3d4aa0c87cd26cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-wpseo-statistics.php\":{\"d\":1535620885,\"h\":\"e0f7aa0fc69c9263eba4251fab4ce416\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/interface-wpseo-wordpress-ajax-integration.php\":{\"d\":1535620885,\"h\":\"6450fc58c203a5c51cd7fb6e85e724c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-wpseo-utils.php\":{\"d\":1535620885,\"h\":\"8f417433614895f6e7c5aacfc3ed60ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-upgrade.php\":{\"d\":1535620885,\"h\":\"3f6a6b2b37f3f525aa8d369d1cab0da1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/wpseo-functions.php\":{\"d\":1535620885,\"h\":\"547e09c6edf823598af5ccc4015c593e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/index.php\":{\"d\":1535620885,\"h\":\"45d09bb48b4f308b8f63baab8f416733\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-wpseo-installation.php\":{\"d\":1535620885,\"h\":\"ffbf853bee90838baa45238277aacee1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-wpseo-custom-taxonomies.php\":{\"d\":1535620885,\"h\":\"682aa56795d672b18228c0a1dc6934fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-wpseo-replace-vars.php\":{\"d\":1535620885,\"h\":\"385a01db13d16096dd4e44d9dda3dc84\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-wpseo-content-images.php\":{\"d\":1535620885,\"h\":\"9c8c85149716d21b7c9ce520e5b999f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-rewrite.php\":{\"d\":1535620885,\"h\":\"745c4ab3b2ec971980c222fd8a10c555\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-structured-data-blocks.php\":{\"d\":1535620885,\"h\":\"563a716cba35c26db68aac822b838cdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/wpseo-functions-deprecated.php\":{\"d\":1535620885,\"h\":\"7886161d1303f5c2270ba13b3aae6386\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-wpseo-replacement-variable.php\":{\"d\":1535620885,\"h\":\"bdd2ff6d19613f1444b89c5eac7720f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-wpseo-custom-fields.php\":{\"d\":1535620885,\"h\":\"8c75791e221ec73578b31e5b27f8ccf9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-wpseo-features.php\":{\"d\":1535620885,\"h\":\"3cfb1c9089ee6464a1fff33c580ac0db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-wpseo-shortlinker.php\":{\"d\":1535620885,\"h\":\"349f733f462a5c57a67f8f9f6c788786\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/class-wpseo-rank.php\":{\"d\":1535620885,\"h\":\"8d63cc267515d300c071577ed1dda7cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/language-utils.php\":{\"d\":1535620885,\"h\":\"810359a63e4f2430bedd8852e2d3f96f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/inc\\/interface-wpseo-wordpress-integration.php\":{\"d\":1535620885,\"h\":\"d0abebdc081bb4d644701284765ec91c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-bg_BG.json\":{\"d\":1535620885,\"h\":\"890d41f86e770aa9d7158a7ce24e2d0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-nl_NL.json\":{\"d\":1535620885,\"h\":\"3592941027441fc87eeefd56b69ac31d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-fr_FR.json\":{\"d\":1535620885,\"h\":\"6cec3984187ad9acdc3feec0a41e11a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-it_IT.json\":{\"d\":1535620885,\"h\":\"db695d0dfb07d77a793fd1c3c42c8438\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-vi.json\":{\"d\":1535620885,\"h\":\"88e92934fd289809413d887da3760946\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-sr_RS.json\":{\"d\":1535620885,\"h\":\"f964a8c6e5d25e12e77007fa1f1e1895\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-gl_ES.json\":{\"d\":1535620885,\"h\":\"2d0adf16e0f4c112918bd8201cf2b7ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-es_VE.json\":{\"d\":1535620885,\"h\":\"2ffbf5a3061d7fb160a144d896beb0ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-sk_SK.json\":{\"d\":1535620885,\"h\":\"1806e8b668fb3ac57f6cfbf0606ac21a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-ja.json\":{\"d\":1535620885,\"h\":\"a7a7d196875b07974fb148f55076db84\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-nl_NL.json\":{\"d\":1535620885,\"h\":\"97d45bc41b724ef4e48dbf93afe34920\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-el.json\":{\"d\":1535620885,\"h\":\"83319d0c7db75d695d03e54924d9633b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-pt_PT.json\":{\"d\":1535620885,\"h\":\"b98d5749592f65b7bc4f0333afc0cada\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-sv_SE.json\":{\"d\":1535620885,\"h\":\"f87600d781ddade9cf05e57876148ce7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-nl_NL.json\":{\"d\":1535620885,\"h\":\"6db59f53aa962e52a8f658bf75f22f6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-pt_BR.json\":{\"d\":1535620885,\"h\":\"c66c1c2154964295a4645f6fdf45cab5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-ca.json\":{\"d\":1535620885,\"h\":\"44be0b41a60efcd94951fdb193130a65\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-en_AU.json\":{\"d\":1535620885,\"h\":\"f55673cb740e2970447de64a3861dda6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-da_DK.json\":{\"d\":1535620885,\"h\":\"02f8dd5ec9d2300094bd9813c4e268c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-en_CA.json\":{\"d\":1535620885,\"h\":\"4503d9a46f7aafe6ccf809189d1751bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-pt_BR.json\":{\"d\":1535620885,\"h\":\"29923aaedfabb03c43b4ff1ed6c9da87\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-tr_TR.json\":{\"d\":1535620885,\"h\":\"84457f4c2129626be5f55faa36eb0fa1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-ca.json\":{\"d\":1535620885,\"h\":\"9c32d2ae5b9fe8eef2f40ab1fd9bbe70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-ro_RO.json\":{\"d\":1535620885,\"h\":\"255416dc27beeef0e30d12b37a0c8dba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-bg_BG.json\":{\"d\":1535620885,\"h\":\"30eb020d7fb9db755b92b21fe3cf114e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-cs_CZ.json\":{\"d\":1535620885,\"h\":\"4d48084abfaedec0e10ec7ca77f8a7d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-en_AU.json\":{\"d\":1535620885,\"h\":\"57bcebccc7e33c95f68961636b546816\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-zh_CN.json\":{\"d\":1535620885,\"h\":\"25e1e89d32cb7c98e5a519ef3dc096f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-fr_CA.json\":{\"d\":1535620885,\"h\":\"e87c42e5a1a3aba7819c85485be5a3e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-tr_TR.json\":{\"d\":1535620885,\"h\":\"23395ea5510ffbd04907e1e2f9ed2013\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-pt_BR.json\":{\"d\":1535620885,\"h\":\"4fdea1fd94953b847551fc8d24b5c36d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-pl_PL.json\":{\"d\":1535620885,\"h\":\"00ec96809de2b33bf8f2c085adff6221\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-zh_HK.json\":{\"d\":1535620885,\"h\":\"a35bce311977492f96df3926e9d93651\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-es_ES.json\":{\"d\":1535620885,\"h\":\"3e29c620c9d8ae7c0538272c2469a753\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-fi.json\":{\"d\":1535620885,\"h\":\"99112a32cb28c211be495a5f0b01148b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-en_ZA.json\":{\"d\":1535620885,\"h\":\"c922648449c23253011faa16b4f3f5b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-fi.json\":{\"d\":1535620885,\"h\":\"0e1fe4f9e88e9992598d9c772ee8983f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-hu_HU.json\":{\"d\":1535620885,\"h\":\"99a9736a8a34d40b410d49f0bf513603\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-bg_BG.json\":{\"d\":1535620885,\"h\":\"85fd23a4dc1ea1c770c30aa352b1d947\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-he_IL.json\":{\"d\":1535620885,\"h\":\"3004d6600fa9eca5b41b2dd2519ffb6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-ru_RU.json\":{\"d\":1535620885,\"h\":\"e275a53d2757a510c55872d7fb038c4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-en_CA.json\":{\"d\":1535620885,\"h\":\"3d72dc01c6ae6da370a0003aa4ca99d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-en_GB.json\":{\"d\":1535620885,\"h\":\"f1e67eb148b348ed72c9a24bf76258aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-ja.json\":{\"d\":1535620885,\"h\":\"022c4b48657b4be9ac1caebbe7e49281\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-zh_HK.json\":{\"d\":1535620885,\"h\":\"b8f6c566896e9fc4dba2f9cf99dad3f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-fa_IR.json\":{\"d\":1535620885,\"h\":\"65b5586d77375bd118d69fd48825cd1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-nl_BE.json\":{\"d\":1535620885,\"h\":\"6cd05e268f2dc80e6e47a47c027c1a9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-es_AR.json\":{\"d\":1535620885,\"h\":\"fe740cccce509c325180b7393cd996d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-sr_RS.json\":{\"d\":1535620885,\"h\":\"dcdfda9120dadee8a8cffe997f4447b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-es_VE.json\":{\"d\":1535620885,\"h\":\"229c54ce606e568d2e2e24d2d4f21c76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-gl_ES.json\":{\"d\":1535620885,\"h\":\"8e76c66d1fc928a863c76182d66a3aa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-nb_NO.json\":{\"d\":1535620885,\"h\":\"cedf730908d3b6aa0d023a1d03963934\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-fr_CA.json\":{\"d\":1535620885,\"h\":\"2de9b089315567aacbde1a0aadc2f440\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-he_IL.json\":{\"d\":1535620885,\"h\":\"c0201e52536b91988e0e17ead2958e86\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-cs_CZ.json\":{\"d\":1535620885,\"h\":\"8f0a881cefea5a31dddb2b6751f63ee0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-en_GB.json\":{\"d\":1535620885,\"h\":\"24a80a0a79d019e40f12db0c3c3cadfa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-vi.json\":{\"d\":1535620885,\"h\":\"fa78d27c06dcc01f42db2d89276764dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-hu_HU.json\":{\"d\":1535620885,\"h\":\"90c2c964575cee222b53e5da72587854\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-ja.json\":{\"d\":1535620885,\"h\":\"bab2d7005a4613d52ee424686d070869\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-es_ES.json\":{\"d\":1535620885,\"h\":\"113edd3b534ae61e75cebdb308e20a25\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-de_CH.json\":{\"d\":1535620885,\"h\":\"0c55cb4253588d2ef563a2238874b97c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-he_IL.json\":{\"d\":1535620885,\"h\":\"04d12db3e777a35434c044f367dbc621\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-ro_RO.json\":{\"d\":1535620885,\"h\":\"bd271509dc68702ccab12df140cf6d35\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-fr_CA.json\":{\"d\":1535620885,\"h\":\"a5b2bfbd30ec6f774ad77bb3534c011b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-da_DK.json\":{\"d\":1535620885,\"h\":\"c537267f5c6c4143354be2b755994edb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-fa_IR.json\":{\"d\":1535620885,\"h\":\"9fdb7e8de675556eb8f714d194d69338\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-de_DE.json\":{\"d\":1535620885,\"h\":\"eca819f466af5ee45f5c72b8204c738c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-da_DK.json\":{\"d\":1535620885,\"h\":\"cb690402286a9c2753f206c9b9e0cb3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/index.php\":{\"d\":1535620885,\"h\":\"e1482e64ec9bdeede4197ff83025553e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-nb_NO.json\":{\"d\":1535620885,\"h\":\"fa64ada3288af0113a2d16f78fa5ff9c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-sv_SE.json\":{\"d\":1535620885,\"h\":\"1b621bb5d22739f17cedf32c8dce5893\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-pt_PT.json\":{\"d\":1535620885,\"h\":\"35b9309958f83afa8be83406e1be3c33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-en_CA.json\":{\"d\":1535620885,\"h\":\"39672ca0e6d98be02e168151fd04b1ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-en_GB.json\":{\"d\":1535620885,\"h\":\"227430d01f84586ca573c051b393ffd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-ru_RU.json\":{\"d\":1535620885,\"h\":\"4b76bee8581fd5263b67de9e6fe22e9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-nb_NO.json\":{\"d\":1535620885,\"h\":\"41fc5a4c0e05bda9f7635dcd7836653e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-el.json\":{\"d\":1535620885,\"h\":\"07dbd9c87df85fd0fdd5c3919f466727\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-es_AR.json\":{\"d\":1535620885,\"h\":\"38c2355f9d43b256d72827283f7c3e51\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-en_ZA.json\":{\"d\":1535620885,\"h\":\"d585e167fa5569f6a13b4e834807bd96\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-ro_RO.json\":{\"d\":1535620885,\"h\":\"cfd53934f7d73592d6cfc799fdd354c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-en_NZ.json\":{\"d\":1535620885,\"h\":\"1f4128dd0f6172f0eab85f269aaac554\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-tr_TR.json\":{\"d\":1535620885,\"h\":\"e19c05d762c0670fb882223f129c0c6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-zh_CN.json\":{\"d\":1535620885,\"h\":\"7ccfe30cb3744942a9b98afe356cd3a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-sr_RS.json\":{\"d\":1535620885,\"h\":\"6002b3be6e716d5e709132f709db5beb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-sk_SK.json\":{\"d\":1535620885,\"h\":\"53a6a4aa8ca4c80cbd754c6924901b02\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-hr.json\":{\"d\":1535620885,\"h\":\"2b6489fbf8a05062462a4735d058a8ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-en_NZ.json\":{\"d\":1535620885,\"h\":\"eee4c506290fb374e6aecfd53db4d334\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-hr.json\":{\"d\":1535620885,\"h\":\"e832d0bedb5a55610810db3fcd061001\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-nl_BE.json\":{\"d\":1535620885,\"h\":\"1b05ec96e0d33005fb5dde96b4a7d014\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-el.json\":{\"d\":1535620885,\"h\":\"3eb0eb4be9bea1377dc3b600213eea88\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-fi.json\":{\"d\":1535620885,\"h\":\"4e425a3091b2db4d0e90e27e7e5605a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-pl_PL.json\":{\"d\":1535620885,\"h\":\"2aef2e667cb0cc536d8c6a43e6599bc5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-zh_TW.json\":{\"d\":1535620885,\"h\":\"881ef0a1a3d433d70184d0d402f81d8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-en_ZA.json\":{\"d\":1535620885,\"h\":\"3ad10f7f243e72e1d551157196486a52\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-zh_CN.json\":{\"d\":1535620885,\"h\":\"8245faba06796cc067e9890bd3e1ee7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-ru_RU.json\":{\"d\":1535620885,\"h\":\"562aed19faafd0ca87e275fd810cea04\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-zh_TW.json\":{\"d\":1535620885,\"h\":\"9863321d4d269968540e472cd8cd59d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-de_DE.json\":{\"d\":1535620885,\"h\":\"c662fd3f8fc6c22a7658d1650a31d2c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-fa_IR.json\":{\"d\":1535620885,\"h\":\"6a5bf0b436cb078458b9cef74185488f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-ca.json\":{\"d\":1535620885,\"h\":\"ac472b652646b67ba5af4d964cb524d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-es_ES.json\":{\"d\":1535620885,\"h\":\"a93477920e5a113b4782f1ccfcedc4bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-it_IT.json\":{\"d\":1535620885,\"h\":\"a3819a16803d46b6147a8e54d53049e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-de_DE.json\":{\"d\":1535620885,\"h\":\"fa4a3a78e5bf14f2992f5b9fbc807d25\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-seo-js.php\":{\"d\":1535620885,\"h\":\"1eca8888ab10f02517ddb4343d7192b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-hu_HU.json\":{\"d\":1535620885,\"h\":\"e657b3e1fc2125eb194ff43b3b0177e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs.php\":{\"d\":1535620885,\"h\":\"51fd21cada8e0136e834ae9cbb79981d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-es_AR.json\":{\"d\":1535620885,\"h\":\"d6c391cdc4e26d3cb28d5d1b916bafd9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-nl_BE.json\":{\"d\":1535620885,\"h\":\"f42fa3fdf91947eb085f8d976ac1f0e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-hr.json\":{\"d\":1535620885,\"h\":\"6bbb0b4be6da472dc9ee792fb3f14098\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-de_CH.json\":{\"d\":1535620885,\"h\":\"b491be036177ddd523dd855dabc64976\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-de_CH.json\":{\"d\":1535620885,\"h\":\"f89e2e651e899001475c44e71ca6334a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs.json\":{\"d\":1535620885,\"h\":\"9213a7744b8a130f6078d2ce16ec561d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-zh_TW.json\":{\"d\":1535620885,\"h\":\"1fe701bb8ee049e5f78a0d7c88d39611\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-seo-js.json\":{\"d\":1535620885,\"h\":\"ab161cc00bbc462262e72f1c96c24deb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-pl_PL.json\":{\"d\":1535620885,\"h\":\"ba42b89e1d288d3dc6a68e210f30304f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-vi.json\":{\"d\":1535620885,\"h\":\"6694c7aa702b628350d358eb6f43f61d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-it_IT.json\":{\"d\":1535620885,\"h\":\"75297d994fba98084105ba26f218ab78\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-sv_SE.json\":{\"d\":1535620885,\"h\":\"37c59163c904bb30d1b0a61742de257b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-cs_CZ.json\":{\"d\":1535620885,\"h\":\"cc144e8769719f329822e2ac3ca1b8bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-sk_SK.json\":{\"d\":1535620885,\"h\":\"a4a9fba6e741e32677c840854bc0158a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-fr_FR.json\":{\"d\":1535620885,\"h\":\"436e816ede3109933147c1406376f8a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-en_AU.json\":{\"d\":1535620885,\"h\":\"acb81e8fae503972c2ab7ee40490e5fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seojs-zh_HK.json\":{\"d\":1535620885,\"h\":\"12f6b367e6358ccea8936b832f77cd8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-es_VE.json\":{\"d\":1535620885,\"h\":\"b8cde6bd0215982c0714da24747f2700\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components.php\":{\"d\":1535620885,\"h\":\"aba7386c7b57319e8645658640ca63a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-fr_FR.json\":{\"d\":1535620885,\"h\":\"553cdf9123b0fe3c8c936e450b1ec9b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/wordpress-seo-gl_ES.json\":{\"d\":1535620885,\"h\":\"58ff70d52a013cc25e321552a3354264\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-pt_PT.json\":{\"d\":1535620885,\"h\":\"a78084201b0fd6f14a4af288e81d5329\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/languages\\/yoast-components-en_NZ.json\":{\"d\":1535620885,\"h\":\"e7f3a075196db3535c362c0e75e0d3ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/metabox\\/class-metabox-null-tab.php\":{\"d\":1535620885,\"h\":\"5de86648f92fd5f81f0d34c98249fba5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/metabox\\/class-metabox-section-react.php\":{\"d\":1535620885,\"h\":\"ef1f798c076d2a6c615675fe6a314fc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/metabox\\/class-metabox-addon-section.php\":{\"d\":1535620885,\"h\":\"72cd86697c81bb6e6331f22eef855358\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/metabox\\/class-metabox-keyword-synonyms-config.php\":{\"d\":1535620885,\"h\":\"cc5d99a8ed886dee78a3945e9838337b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/metabox\\/class-metabox-tab-section.php\":{\"d\":1535620885,\"h\":\"c917510f0872bc9801a6a50c0d285d4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/metabox\\/class-metabox-editor.php\":{\"d\":1535620885,\"h\":\"760f31c64efff41b98ff6bbb554661ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/metabox\\/interface-metabox-tab.php\":{\"d\":1535620885,\"h\":\"b40cce124c2d1aeab6d8d23076660a90\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/metabox\\/class-metabox-analysis-readability.php\":{\"d\":1535620885,\"h\":\"3ce9a501206c0223415fceceec59c598\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/metabox\\/class-metabox.php\":{\"d\":1535620885,\"h\":\"a406606af08b254be77ba01193279331\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/metabox\\/class-metabox-multiple-keywords-config.php\":{\"d\":1535620885,\"h\":\"8a21dd8f6be49d612c9ee9dac3e40c29\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/metabox\\/class-metabox-analysis-seo.php\":{\"d\":1535620885,\"h\":\"58d241fa187b7faa6a280a97b3ce7aee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/metabox\\/interface-metabox-analysis.php\":{\"d\":1535620885,\"h\":\"67d4bd1f4ab859d7dbbf60dd373d2834\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/metabox\\/class-metabox-form-tab.php\":{\"d\":1535620885,\"h\":\"3e210f8b1b10d23c04ca3315b20089ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/metabox\\/interface-metabox-section.php\":{\"d\":1535620885,\"h\":\"a92b48738aee78c9f7f88f504cca51a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/pages\\/dashboard.php\":{\"d\":1535620885,\"h\":\"c8ec23a024726dae0fe25770c76b6df5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/pages\\/tools.php\":{\"d\":1535620885,\"h\":\"d0b0ce60c0b22a5cceebb8705d8afb7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/pages\\/licenses.php\":{\"d\":1535620885,\"h\":\"ec64c5d1a4dbd37358f293ec504ea2e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/pages\\/network.php\":{\"d\":1535620885,\"h\":\"5a4d50dd9fc84f0539fd61fbf09dabeb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/pages\\/metas.php\":{\"d\":1535620885,\"h\":\"70e66e5de56466e3ac7cbee451e05aa1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/pages\\/social.php\":{\"d\":1535620885,\"h\":\"8e54f99616b8ea943dc3c5e3c524bc4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/recalculate\\/class-recalculate.php\":{\"d\":1535620885,\"h\":\"a6621ed74c7db98b8304357bdb091e6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/recalculate\\/class-recalculate-posts.php\":{\"d\":1535620885,\"h\":\"1fd01aee2855b2e765baea7fab41e7b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/recalculate\\/class-recalculate-terms.php\":{\"d\":1535620885,\"h\":\"7d08afd775d0be28f30e8a009f744a96\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/taxonomy\\/class-taxonomy-fields-presenter.php\":{\"d\":1535620885,\"h\":\"3d687def26bcccb60881a444cb98a80f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/taxonomy\\/class-taxonomy-metabox.php\":{\"d\":1535620885,\"h\":\"75aa415adf7f858a44a0d5b8f8721a42\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/taxonomy\\/class-taxonomy-fields.php\":{\"d\":1535620885,\"h\":\"73e65cdaf62c3d4637ed534ad97d1dde\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/taxonomy\\/class-taxonomy-social-fields.php\":{\"d\":1535620885,\"h\":\"529de26f8eb1a77c1877b15a49d59d59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/taxonomy\\/class-taxonomy.php\":{\"d\":1535620885,\"h\":\"fe2771f1253ac8ed4109635b6ecd964d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/taxonomy\\/class-taxonomy-settings-fields.php\":{\"d\":1535620885,\"h\":\"9c6c3d43f614be5e0ffac96c29f6d1cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/taxonomy\\/class-taxonomy-columns.php\":{\"d\":1535620885,\"h\":\"b95f303a8809001586bc1a547ed33828\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/taxonomy\\/class-taxonomy-content-fields.php\":{\"d\":1535620885,\"h\":\"5f9a38ed0bbd175ed242fb3d3144926e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/services\\/interface-indexable-provider.php\":{\"d\":1535620885,\"h\":\"ab9dd8e323b81091ca03ca4342162be7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/services\\/class-indexable-post-provider.php\":{\"d\":1535620885,\"h\":\"791f317fcffb6e065d9652fc648229f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/services\\/class-indexable.php\":{\"d\":1535620885,\"h\":\"45b837fee4acc645bd2bd41d90f08dae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/services\\/class-indexable-term-provider.php\":{\"d\":1535620885,\"h\":\"03f971c930dfc5d81aab887253ff6695\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/formatter\\/class-term-metabox-formatter.php\":{\"d\":1535620885,\"h\":\"161f55c2475653be13bb87462a808bdc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/formatter\\/class-post-metabox-formatter.php\":{\"d\":1535620885,\"h\":\"a0b939d22db18d660440c8eb0f4f496c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/formatter\\/class-metabox-formatter.php\":{\"d\":1535620885,\"h\":\"cee0a3ca8b99927457a03312fa8e0344\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/formatter\\/interface-metabox-formatter.php\":{\"d\":1535620885,\"h\":\"818bb4e25159e239245549d2c52b0d77\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/tracking\\/class-tracking-default-data.php\":{\"d\":1535620885,\"h\":\"79133510a2c7871b9b23690b6e9c882f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/tracking\\/class-tracking-server-data.php\":{\"d\":1535620885,\"h\":\"75c8dbd7a101ddb2becb300ca930c11f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/tracking\\/class-tracking-plugin-data.php\":{\"d\":1535620885,\"h\":\"978e5067ed72cb87091e2bf21f3c31f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/tracking\\/class-tracking.php\":{\"d\":1535620885,\"h\":\"1af79e4f9fc6dc5d84e0705985a6a06d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/tracking\\/class-tracking-theme-data.php\":{\"d\":1535620885,\"h\":\"5ffdba17105657d9de86bdc56baefe19\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/dashboard\\/dashboard.php\":{\"d\":1535620885,\"h\":\"e8bbf8b7525565fbc91ee2803e2fc46a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/dashboard\\/site-analysis.php\":{\"d\":1535620885,\"h\":\"681de2e91bbaf3a62fef7ce054359739\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/dashboard\\/features.php\":{\"d\":1535620885,\"h\":\"23bcf36022a8073cb0bd50860c875cdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/dashboard\\/webmaster-tools.php\":{\"d\":1535620885,\"h\":\"66dfabbb65cdfd7a0827ac43e548052c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/taxonomies\\/category-url.php\":{\"d\":1535620885,\"h\":\"5e4b30073e965e909b0586b34a435e09\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/archives\\/help.php\":{\"d\":1535620885,\"h\":\"562658c830d40a5838a6451ad4cd4d4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/paper-content\\/post_type\\/post-type.php\":{\"d\":1535620885,\"h\":\"d19f090b2bd60f6660c67349aa5e03c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/paper-content\\/post_type\\/woocommerce-shop-page.php\":{\"d\":1535620885,\"h\":\"7bcda08f85d28d6e4dca2219948ff9f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/paper-content\\/general\\/title-separator.php\":{\"d\":1535620885,\"h\":\"ce33db17aa8f2a9fb409e93eab6abb59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/paper-content\\/general\\/homepage.php\":{\"d\":1535620885,\"h\":\"6ad16e4185da001e235e701b9d93c324\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/paper-content\\/general\\/knowledge-graph.php\":{\"d\":1535620885,\"h\":\"80ecf43ac2b9b5e3adf08a99199f96c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/paper-content\\/general\\/force-rewrite-title.php\":{\"d\":1535620885,\"h\":\"b12accf8c5b7fea230f62714ed580ba4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/paper-content\\/post-type-content.php\":{\"d\":1535620885,\"h\":\"12783345c43d67833e3202f46a0f1435\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/paper-content\\/rss-content.php\":{\"d\":1535620885,\"h\":\"c66cb5e1d904643f91b18fbf771a6395\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/paper-content\\/media-content.php\":{\"d\":1535620885,\"h\":\"e84f56c1b7ab2495bbf637b254dffbdf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/paper-content\\/taxonomy-content.php\":{\"d\":1535620885,\"h\":\"86c329f81c32d67fafe30dd77e58ec7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/paper-content\\/author-archive-settings.php\":{\"d\":1535620885,\"h\":\"b169808179639b39c696270b88972866\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/paper-content\\/breadcrumbs-content.php\":{\"d\":1535620885,\"h\":\"7dd749a9b2c2755700ad2a1b13d31228\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/paper-content\\/date-archives-settings.php\":{\"d\":1535620885,\"h\":\"d7bf47213c1b79b029579320ed092e9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/paper-content\\/special-pages.php\":{\"d\":1535620885,\"h\":\"2b7c54294cb77ecafe794ff0e12a81ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/paper-content\\/general-content.php\":{\"d\":1535620885,\"h\":\"4986081ed3f7cb4bf75c5db1e033fbe9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/rss.php\":{\"d\":1535620885,\"h\":\"e6468fb9165063cb57a1ee9f7d7b8f52\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/post-types.php\":{\"d\":1535620885,\"h\":\"517dc2e2bdadcd4b78b566b62b40c86d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/archives.php\":{\"d\":1535620885,\"h\":\"75ec8840bea4c089ab82c72002cedf2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/general.php\":{\"d\":1535620885,\"h\":\"f9b6dcd31ce341891e465a494669d263\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/taxonomies.php\":{\"d\":1535620885,\"h\":\"666d6b204c01848821838fcb16623338\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/media.php\":{\"d\":1535620885,\"h\":\"45320adfc8fecac306fe72aec7d9bd63\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/metas\\/breadcrumbs.php\":{\"d\":1535620885,\"h\":\"6f4fa9635c1770e41bb205353612ce20\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/social\\/pinterest.php\":{\"d\":1535620885,\"h\":\"a53655fd9aa5a3263a21ae97fec862d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/social\\/google.php\":{\"d\":1535620885,\"h\":\"1d4bfdfe5055044d9cc84762956ed8c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/social\\/facebook.php\":{\"d\":1535620885,\"h\":\"b90869aaa01e9c855283f27667cdca23\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/social\\/twitterbox.php\":{\"d\":1535620885,\"h\":\"6af8cbb833fb520c24d41027bf6817ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/social\\/accounts.php\":{\"d\":1535620885,\"h\":\"5e420e551737618708fe2f3929d34b84\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/tool\\/import-seo.php\":{\"d\":1535620885,\"h\":\"5dae9d8174b3960649e3298b4142d7fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/tool\\/wpseo-export.php\":{\"d\":1535620885,\"h\":\"69af93aeaac9881531048ac95402a5b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/tool\\/wpseo-import.php\":{\"d\":1535620885,\"h\":\"d74447376c21b7c08ba13fcf99680d8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/network\\/restore-site.php\":{\"d\":1535620885,\"h\":\"e1951a0b1ba10dfcd2f1770e91f6c63b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tabs\\/network\\/general.php\":{\"d\":1535620885,\"h\":\"a9d2b82e0d4482039c295b0ca4096f0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/form\\/select.php\":{\"d\":1535620885,\"h\":\"2dbacc0911940d6aeacbca8a6766b67a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/form\\/fieldset.php\":{\"d\":1535620885,\"h\":\"d670bd5417fcdf3884a1865846c56044\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/sidebar.php\":{\"d\":1535620885,\"h\":\"809ed331d213b425b8d548ca313e6b16\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/partial-alerts-warnings.php\":{\"d\":1535620885,\"h\":\"2f24ffc6a3b15571e33acaa05de6cf5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/interface-yoast-form-element.php\":{\"d\":1535620885,\"h\":\"4e7b0acd1547061027970d436ae14225\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/paper-collapsible.php\":{\"d\":1535620885,\"h\":\"adb30efc4941da708699a027d2f5dd0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/class-yoast-form-fieldset.php\":{\"d\":1535620885,\"h\":\"201983e42aea3605ddb34b98b14a6a81\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/class-yoast-input-select.php\":{\"d\":1535620885,\"h\":\"700272dc7e4cdf198350226f00279375\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tool-bulk-editor.php\":{\"d\":1535620885,\"h\":\"7df714296b53740f3dadc1b3514ab4cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/partial-alerts-errors.php\":{\"d\":1535620885,\"h\":\"c0d10c2d2cf42147ffc2320573ef9725\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/partial-alerts-template.php\":{\"d\":1535620885,\"h\":\"da0a74b7d033f84b22beb3833be368ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/class-view-utils.php\":{\"d\":1535620885,\"h\":\"6d3c133e0658a13497c7edf6ff3e7e7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/js-templates-primary-term.php\":{\"d\":1535620885,\"h\":\"9558fcbaa5a70d4787f784eeced16fb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tool-file-editor.php\":{\"d\":1535620885,\"h\":\"2046875fa5426a9c842fd4c77614729d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/licenses.php\":{\"d\":1535620885,\"h\":\"b8b6cc05535c39ebf00d9ff1e42e57e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/user-profile.php\":{\"d\":1535620885,\"h\":\"20aeb3d5e7e036d6dc939ecc5bcdff9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/views\\/tool-import-export.php\":{\"d\":1535620885,\"h\":\"d2f288d4b8c0daaac850d89fbb5cd10a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/plugins\\/class-import-wpseo.php\":{\"d\":1535620885,\"h\":\"5c8b13c49f1f110b9cf139e1e76d5027\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/plugins\\/class-import-premium-seo-pack.php\":{\"d\":1535620885,\"h\":\"7123cdf4b77f2e2917cbe4dd3d954722\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/plugins\\/class-import-jetpack.php\":{\"d\":1535620885,\"h\":\"0b98639c50ff3c44f37fde35c8c758f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/plugins\\/class-import-woothemes-seo.php\":{\"d\":1535620885,\"h\":\"db3b976ef9ccc40ed766e11941f6b6b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/plugins\\/class-import-headspace.php\":{\"d\":1535620885,\"h\":\"d0afa932b371a909b929bfa4108b56f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/plugins\\/class-import-greg-high-performance-seo.php\":{\"d\":1535620885,\"h\":\"e5644fb66a2fa72da4b6b598bd420ebf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/plugins\\/class-import-wp-meta-seo.php\":{\"d\":1535620885,\"h\":\"d7fb2fb47c539a3c82763848e580d85c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/plugins\\/class-import-smartcrawl.php\":{\"d\":1535620885,\"h\":\"baa0a9d00cdfe2c1abd1d9654ec1c0e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/plugins\\/class-importers.php\":{\"d\":1535620885,\"h\":\"d211aed43e8d6f15b5642d9273840eca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/plugins\\/class-import-aioseo.php\":{\"d\":1535620885,\"h\":\"7047853a22bd5d9cc0f10507b53ec9aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/plugins\\/class-import-seo-framework.php\":{\"d\":1535620885,\"h\":\"6cc687b8fe7ce658b83b62e0d927b498\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/plugins\\/class-import-platinum-seo-pack.php\":{\"d\":1535620885,\"h\":\"43bb4c32c4e4528f99ba0c6826417ed2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/plugins\\/class-import-ultimate-seo.php\":{\"d\":1535620885,\"h\":\"2b78dc8d2e1ef5e5c2ced4e9891e3ae5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/plugins\\/class-import-squirrly.php\":{\"d\":1535620885,\"h\":\"41afaaa118c2f4a0154651cedea34d52\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/plugins\\/class-import-seopressor.php\":{\"d\":1535620885,\"h\":\"ff74ac7a6567cc861b5d78328d81aaa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/plugins\\/class-abstract-plugin-importer.php\":{\"d\":1535620885,\"h\":\"0dc7962dd3116de2dacf2c4fcf516657\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/class-import-settings.php\":{\"d\":1535620885,\"h\":\"6f4469513f7c5e2e505968dc7ec0a89d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/class-import-status.php\":{\"d\":1535620885,\"h\":\"c2386cd9620a43932b32e097b97606c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/class-import-detector.php\":{\"d\":1535620885,\"h\":\"123ffc5a1c3e9748b0071936931aaf37\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/import\\/class-import-plugin.php\":{\"d\":1535620885,\"h\":\"b4aab009cdcb419f0b1e7b59f3c22c19\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/notifiers\\/class-post-type-archive-notification-handler.php\":{\"d\":1535620885,\"h\":\"3c60e0ad1dd91bfd8b510891dadc18aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/notifiers\\/interface-notification-handler.php\":{\"d\":1535620885,\"h\":\"b4cead89a856527fbe600658fc8811d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/notifiers\\/class-configuration-notifier.php\":{\"d\":1535620885,\"h\":\"5c5e221b1d579f21cdabe22a49a465bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/help_center\\/class-template-variables-tab.php\":{\"d\":1535620885,\"h\":\"3fcb765cbd60df6a4f708cdd00f5c643\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-filter.php\":{\"d\":1535620885,\"h\":\"f2bac355c0c57b0592a1e387c3398594\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-table-accessible-notifier.php\":{\"d\":1535620885,\"h\":\"10f4c1eb05cb527de1b64ba05c06d8b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link.php\":{\"d\":1535620885,\"h\":\"beb3c456f3e04b4dff9ba23e98877f67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-reindex-post-endpoint.php\":{\"d\":1535620885,\"h\":\"df9077062073d2aea58becd6d47dbc70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-utils.php\":{\"d\":1535620885,\"h\":\"d2f463c00fd8013b71da16621d0ecc73\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-watcher.php\":{\"d\":1535620885,\"h\":\"fefda878edd4201bc309ae181c3833ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-reindex-post-service.php\":{\"d\":1535620885,\"h\":\"640cd2fadf8de0642a6254d1d30ff652\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-factory.php\":{\"d\":1535620885,\"h\":\"4e44464e4cf3abcbb7208692d203b8a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-query.php\":{\"d\":1535620885,\"h\":\"f4de9c28b5da91634247e978b6d5c412\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-installer.php\":{\"d\":1535620885,\"h\":\"2022b3cca2af3df3c9e6e6a47ad165c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-notifier.php\":{\"d\":1535620885,\"h\":\"26f0d3c87b2ac31c2920c9b7c2539c5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-extractor.php\":{\"d\":1535620885,\"h\":\"7f07b54d96f6ec86ebc4f12c2a828f29\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-type-classifier.php\":{\"d\":1535620885,\"h\":\"8ebb91b4caee6a87d3f34d418c547eb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-columns.php\":{\"d\":1535620885,\"h\":\"31881be32640e1e1f87e13970653698c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-reindex-dashboard.php\":{\"d\":1535620885,\"h\":\"4f0b1b124a8a3f8fde14e9b6fbfae5f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-watcher-loader.php\":{\"d\":1535620885,\"h\":\"58005a44183f40dfca143f8604a85341\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-storage.php\":{\"d\":1535620885,\"h\":\"b499ffcbf903824b4f38622121fddaa3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-compatibility-notifier.php\":{\"d\":1535620885,\"h\":\"ad7a7d7677c81f3535df3c9986ce9bb9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-table-accessible.php\":{\"d\":1535620885,\"h\":\"99047491f46c242105aff6c3e34c7abb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-column-count.php\":{\"d\":1535620885,\"h\":\"aa61d8d7129b8d58fc194481b6b1568e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-content-processor.php\":{\"d\":1535620885,\"h\":\"e9d24290253f1485efb89f7bc70970e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-cleanup-transient.php\":{\"d\":1535620885,\"h\":\"d6aef008aaea80e15fc9db3224e4466f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/links\\/class-link-internal-lookup.php\":{\"d\":1535620885,\"h\":\"f5976f31e81513ec6a52c1a7d0cf4e29\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/menu\\/class-submenu-capability-normalize.php\":{\"d\":1535620885,\"h\":\"a4cba3bfe5076a28f38356da42c971aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/menu\\/class-admin-menu.php\":{\"d\":1535620885,\"h\":\"950f8d5a44faef0003a6bfc8b6fd620f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/menu\\/class-network-admin-menu.php\":{\"d\":1535620885,\"h\":\"da583ec12c99b08a862712c849a98ec1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/menu\\/class-base-menu.php\":{\"d\":1535620885,\"h\":\"e2ec87e97a4de1963e328064fdfba2ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/menu\\/class-replacevar-editor.php\":{\"d\":1535620885,\"h\":\"af29d59d5a831e07021393e0a3a667f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/menu\\/class-menu.php\":{\"d\":1535620885,\"h\":\"38b711d2bfaf0726961ead49059ab60e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/menu\\/class-replacevar-field.php\":{\"d\":1535620885,\"h\":\"048d992720152dd54699d2eeee2671bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/endpoints\\/class-endpoint-indexable.php\":{\"d\":1535620885,\"h\":\"4b4d5553dc5a712fb74bef0e4dad6ce0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/endpoints\\/class-endpoint.php\":{\"d\":1535620885,\"h\":\"225e55baa77ffdd666bc698bb61219c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/endpoints\\/class-endpoint-statistics.php\":{\"d\":1535620885,\"h\":\"54690f765415568ecc2ad6303bd7ee29\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/endpoints\\/class-endpoint-ryte.php\":{\"d\":1535620885,\"h\":\"f82b36df89a4233e9ec6b4e4fe7d7506\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/endpoints\\/interface-endpoint-storable.php\":{\"d\":1535620885,\"h\":\"a7de52ee280dcbc9ca3792d2c1bd9415\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/onpage\\/class-onpage-option.php\":{\"d\":1535620885,\"h\":\"9b0fbbf7dd2f8ea871437640af66cdb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/onpage\\/class-onpage-request.php\":{\"d\":1535620885,\"h\":\"1cd8c1374d81545972e33f3b3f30d469\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/onpage\\/class-onpage.php\":{\"d\":1535620885,\"h\":\"ff3cd215cdb091126627c50fcc31c290\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/onpage\\/class-ryte-service.php\":{\"d\":1535620885,\"h\":\"6c11887dd0a3266af1e68db7b8e93899\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/capabilities\\/class-capability-manager-integration.php\":{\"d\":1535620885,\"h\":\"7537e6bb6883ecad2831e0d350d2e257\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/capabilities\\/class-register-capabilities.php\":{\"d\":1535620885,\"h\":\"cff0287359c9dc4b5634b8cae3cf0fe0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/capabilities\\/class-capability-manager-factory.php\":{\"d\":1535620885,\"h\":\"43d5a5cf52bc63c43824011466155f9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/capabilities\\/class-capability-manager.php\":{\"d\":1535620885,\"h\":\"0d762c258a66c96e81a3c83254b607aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/capabilities\\/class-capability-manager-wp.php\":{\"d\":1535620885,\"h\":\"45d9b19ea97552dff2e1e7dcb1d3fe5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/capabilities\\/class-capability-utils.php\":{\"d\":1535620885,\"h\":\"8ef2915d80ea3bd3e08b86e1c90526b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/capabilities\\/class-abstract-capability-manager.php\":{\"d\":1535620885,\"h\":\"d4812460c1b33900643ea8b1f2b985ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/capabilities\\/class-capability-manager-vip.php\":{\"d\":1535620885,\"h\":\"cabea8812c5fbb7353e0f640532ab724\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/watchers\\/class-slug-change-watcher.php\":{\"d\":1535620885,\"h\":\"5d40de4b34f9a253625b02defdcb31e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/listeners\\/class-listener.php\":{\"d\":1535620885,\"h\":\"7a1c9dd6397ac41b2598bf30f65bd3bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/ajax\\/class-yoast-onpage-ajax.php\":{\"d\":1535620885,\"h\":\"49ab079c6719ec0452d4abfbf4162812\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/ajax\\/class-yoast-dismissable-notice.php\":{\"d\":1535620885,\"h\":\"92f511d6142af91a37326cfc6ad23da5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/ajax\\/class-yoast-plugin-conflict-ajax.php\":{\"d\":1535620885,\"h\":\"05f1917b54bb7c060354b9fc1e8d61e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/ajax\\/class-recalculate-scores-ajax.php\":{\"d\":1535620885,\"h\":\"1fe900f89f5d569322622f86137f7c49\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/ajax\\/class-shortcode-filter.php\":{\"d\":1535620885,\"h\":\"9a3b33160caf6dcd6d1233335f1e3057\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/roles\\/class-role-manager-vip.php\":{\"d\":1535620885,\"h\":\"f7ebe150f4a08c4e03efefa0607b524c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/roles\\/class-abstract-role-manager.php\":{\"d\":1535620885,\"h\":\"b7dbba902629d3eebcad1a9505b066ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/roles\\/class-role-manager-wp.php\":{\"d\":1535620885,\"h\":\"c2e998c539a915709bad98a6e5c0cbba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/roles\\/class-role-manager.php\":{\"d\":1535620885,\"h\":\"ee770446e448b56b684a175fa0c96ea1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/roles\\/class-role-manager-factory.php\":{\"d\":1535620885,\"h\":\"5b8276d5c790d40e29d1bfacbb5578e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/roles\\/class-register-roles.php\":{\"d\":1535620885,\"h\":\"5286a8f278f935178a6fdf62bdc62351\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/statistics\\/class-statistics-service.php\":{\"d\":1535620885,\"h\":\"78366b14d6fb984005cd9af31e8fbe90\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/statistics\\/class-statistics-integration.php\":{\"d\":1535620885,\"h\":\"973aa76bb487185a35e7800564903518\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/components\\/class-component-mailchimp-signup.php\":{\"d\":1535620885,\"h\":\"fde3bfd80b09ccc272d98800c1e0ad86\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/components\\/class-component-suggestions.php\":{\"d\":1535620885,\"h\":\"232fb1b78a3849909adaf81f55f54b93\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/components\\/class-component-configuration-choices.php\":{\"d\":1535620885,\"h\":\"a21ed00f19eea5efd5da72eaba189034\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/components\\/interface-component.php\":{\"d\":1535620885,\"h\":\"1d1c3aa97564df2b2a7d46f1598077a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/components\\/class-component-connect-google-search-console.php\":{\"d\":1535620885,\"h\":\"2d276e7ededee8784b20b38096f3fc8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-profile-url-youtube.php\":{\"d\":1535620885,\"h\":\"7ab71b8d8ab60a3062f29802c7a41bed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-configuration-choices.php\":{\"d\":1535620885,\"h\":\"37b06ff68577c936c27d1e95ff6c679d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-site-type.php\":{\"d\":1535620885,\"h\":\"0bc3d692eab8109435a83db7cd7c924e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-multiple-authors.php\":{\"d\":1535620885,\"h\":\"eae7846e26d42711e4c890f90dcf24fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-upsell-configuration-service.php\":{\"d\":1535620885,\"h\":\"5ceef65f98cd14cc8d849fea4c294563\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-profile-url-myspace.php\":{\"d\":1535620885,\"h\":\"0af634a0b5cbd82acb6b0c2976a99ee9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-company-logo.php\":{\"d\":1535620885,\"h\":\"2cd08792a36faaec727ec4c3f7fa72a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-environment.php\":{\"d\":1535620885,\"h\":\"e81e3545b8252c140132d2f8a6660b81\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-success-message.php\":{\"d\":1535620885,\"h\":\"6e8605fbe571db681821a98d3e4b0d42\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-site-name.php\":{\"d\":1535620885,\"h\":\"b9170cc0db3a2e40dc63beeec1debdbb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-profile-url-facebook.php\":{\"d\":1535620885,\"h\":\"ab6beed46acc6bf4deed0c3f452efcc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-title-intro.php\":{\"d\":1535620885,\"h\":\"baa61f4ba9664a844805444e06d20d03\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-profile-url-pinterest.php\":{\"d\":1535620885,\"h\":\"95ce6c0ce0a3d9192d03162e1c139e8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-social-profiles-intro.php\":{\"d\":1535620885,\"h\":\"e9070efdbe9cecb88a8d9a4ce6b17b96\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-post-type-visibility.php\":{\"d\":1535620885,\"h\":\"eb003021a0d4bf13d603539a08777c9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-company-name.php\":{\"d\":1535620885,\"h\":\"b7784f8ce13fc12a255527545694fe03\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-upsell-site-review.php\":{\"d\":1535620885,\"h\":\"8be3c89d97012977a4670816ca570585\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-separator.php\":{\"d\":1535620885,\"h\":\"c7b65ed6c009e348fe4f9b40792aec29\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-profile-url-linkedin.php\":{\"d\":1535620885,\"h\":\"3b7b833f420d4706e4244711f27411b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-google-search-console-intro.php\":{\"d\":1535620885,\"h\":\"8a09926e8f8b9af84c5ac2605d794924\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-profile-url-twitter.php\":{\"d\":1535620885,\"h\":\"366cddba18b3d93cc993d58b1d1dad9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field.php\":{\"d\":1535620885,\"h\":\"de6ab6bebd0f60f453893e451fa23d2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-person-name.php\":{\"d\":1535620885,\"h\":\"69579326c8f14a17ef8c4d0891a0a36d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-profile-url-googleplus.php\":{\"d\":1535620885,\"h\":\"9da3aa62fea1ed0b3257f64dfe948f90\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-choice-post-type.php\":{\"d\":1535620885,\"h\":\"1159dd4542238ec26a77f5e02807fc6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-company-or-person.php\":{\"d\":1535620885,\"h\":\"14437ce8dc5ec7288ce76c36bb5a1d3c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-connect-google-search-console.php\":{\"d\":1535620885,\"h\":\"4118905b27237f2443064d1b5bd8f7bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-suggestions.php\":{\"d\":1535620885,\"h\":\"3d06ec050a5eb809f4d2f759c27f5000\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-profile-url-instagram.php\":{\"d\":1535620885,\"h\":\"5d0b0fa2f7c53b686114931719f74e7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-mailchimp-signup.php\":{\"d\":1535620885,\"h\":\"f7fa5c0bb383254c4b8d07045363f254\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/fields\\/class-field-choice.php\":{\"d\":1535620885,\"h\":\"72643e55e7c2e6eef1c940fe1e50889a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/factories\\/class-factory-post-type.php\":{\"d\":1535620885,\"h\":\"cf3f96f9b9b7697335e84021406278c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/class-configuration-storage.php\":{\"d\":1535620885,\"h\":\"58e991d08eac9ea6bd66080482391239\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/class-configuration-components.php\":{\"d\":1535620885,\"h\":\"618931e365482a6bd443ceba28a5d349\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/class-configuration-structure.php\":{\"d\":1535620885,\"h\":\"c8ac7bcc3b09477e0638501a9540d461\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/class-configuration-page.php\":{\"d\":1535620885,\"h\":\"34e0d03cbba858aea77ea9fec5a68e0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/class-configuration-service.php\":{\"d\":1535620885,\"h\":\"d0486c9ac2c212ead238f5e5c420b98e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/class-configuration-translations.php\":{\"d\":1535620885,\"h\":\"ed5cc3d87213fcd97679c09418ccf25f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/class-configuration-options-adapter.php\":{\"d\":1535620885,\"h\":\"bc37220c5d51b3555dcaaad3f7a34dc5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/config-ui\\/class-configuration-endpoint.php\":{\"d\":1535620885,\"h\":\"18f29c1e870c96d08cf0203dd9673878\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/google_search_console\\/views\\/gsc-display.php\":{\"d\":1535620885,\"h\":\"d45f2a839fd72a3cc40bfaf241477f74\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/google_search_console\\/views\\/gsc-redirect-nopremium.php\":{\"d\":1535620885,\"h\":\"bfa50925add87e33d78207264e2ad395\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/google_search_console\\/class-gsc-category-filters.php\":{\"d\":1535620885,\"h\":\"65434e761d41c7ae12e9feb6dc4daf1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/google_search_console\\/class-gsc-mapper.php\":{\"d\":1535620885,\"h\":\"801971f58c79f6c0c26b37a1f3b8fb57\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/google_search_console\\/class-gsc-marker.php\":{\"d\":1535620885,\"h\":\"2d3dca4c5acd387edd3fdc8c1edd335b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/google_search_console\\/class-gsc-table.php\":{\"d\":1535620885,\"h\":\"f468ac70f7e5424e12fb573a08d610c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/google_search_console\\/class-gsc-issue.php\":{\"d\":1535620885,\"h\":\"4b69e7a59a4f80e6ded89070e703a8e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/google_search_console\\/class-gsc-bulk-action.php\":{\"d\":1535620885,\"h\":\"a9aa9f6a40acdf9647b4034ff3d13a55\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/google_search_console\\/class-gsc-settings.php\":{\"d\":1535620885,\"h\":\"dce455cd9adf4ce2d40de0449f0cf942\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/google_search_console\\/class-gsc-service.php\":{\"d\":1535620885,\"h\":\"c733e355623849a682855736bf378890\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/google_search_console\\/class-gsc-ajax.php\":{\"d\":1535620885,\"h\":\"699a8a51b04f8b64b199b67ea9f873b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/google_search_console\\/class-gsc-count.php\":{\"d\":1535620885,\"h\":\"e434c8628267e8d74a80eb5a93b59170\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/google_search_console\\/class-gsc-platform-tabs.php\":{\"d\":1535620885,\"h\":\"f543e371b51ccfb2a8920ec2a85ef035\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/google_search_console\\/class-gsc.php\":{\"d\":1535620885,\"h\":\"2a193685fed8d932a27448d3c71f27b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/google_search_console\\/class-gsc-issues.php\":{\"d\":1535620885,\"h\":\"d48c25a6e219e332a4103edbbd0f5549\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/google_search_console\\/class-gsc-config.php\":{\"d\":1535620885,\"h\":\"7ea4f3dbebebf47a546f0e9875042f30\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/google_search_console\\/class-gsc-modal.php\":{\"d\":1535620885,\"h\":\"d5fa10358d6383488d2de45cc56c513d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/filters\\/class-abstract-post-filter.php\":{\"d\":1535620885,\"h\":\"73d1f4401d11422d3b512d9d4f13108d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/filters\\/class-cornerstone-filter.php\":{\"d\":1535620885,\"h\":\"a7e229d348d36978b2cd66839a07cc3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-yoast-plugin-conflict.php\":{\"d\":1535620885,\"h\":\"0caa8e821d707dc38eab9e4a0e277ac4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-collector.php\":{\"d\":1535620885,\"h\":\"80dbf903c334c3c66568ec2203e02ccd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-yoast-alerts.php\":{\"d\":1535620885,\"h\":\"f6453204b5a4baf28bb8ac4e040dcc04\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-admin-media-purge-notification.php\":{\"d\":1535620885,\"h\":\"ef136c5d475ad97d7eec1bd931341683\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-yoast-network-settings-api.php\":{\"d\":1535620885,\"h\":\"05910ac2588e3a815eaad2699f8fbf59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-expose-shortlinks.php\":{\"d\":1535620885,\"h\":\"0b02e977feb55272f706c855faaa263d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-product-upsell-notice.php\":{\"d\":1535620885,\"h\":\"ef0c9fe64ea4882ab17be1a65d796410\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-plugin-compatibility.php\":{\"d\":1535620885,\"h\":\"cfa5d07a60dc8ce3a5c53b7ae3f5b228\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-primary-term-admin.php\":{\"d\":1535620885,\"h\":\"a09623a57936f739e5399403d6c8c75d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-admin-user-profile.php\":{\"d\":1535620885,\"h\":\"c753df6868aae60fa74693c1be5da08f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-help-center-item.php\":{\"d\":1535620885,\"h\":\"39665cd05b8e2e9e82a048f962d5d9fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-multiple-keywords-modal.php\":{\"d\":1535620885,\"h\":\"c89ff4da8a1a469e2c8ac8a790ccc761\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-bulk-description-editor-list-table.php\":{\"d\":1535620885,\"h\":\"461f9fba8acbacfd5fd0f667d55c7dc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-bulk-editor-list-table.php\":{\"d\":1535620885,\"h\":\"8e67ff0f5cc326ff06f071a7610edc2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-asset.php\":{\"d\":1535620885,\"h\":\"cd5adf074df34479a86686225d9dc27a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-yoast-network-admin.php\":{\"d\":1535620885,\"h\":\"f468a6ac477da25371dfef41839aa679\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-admin-init.php\":{\"d\":1535620885,\"h\":\"8b54983144fa570c59d7aab33d87462f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-admin-gutenberg-compatibility-notification.php\":{\"d\":1535620885,\"h\":\"0e2796c8a3e93f6eff1df0907002de9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-yoast-dashboard-widget.php\":{\"d\":1535620885,\"h\":\"73ca86e1f630bb0d29346ba2a3ee5b54\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-option-tabs.php\":{\"d\":1535620885,\"h\":\"a191794a732be3671629d1b50140db2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-yoast-columns.php\":{\"d\":1535620885,\"h\":\"0b4ed4ef57f1fd6831b59cb41c0cd9cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-premium-upsell-admin-block.php\":{\"d\":1535620885,\"h\":\"0caf66c212bf427effd01187edf5c5d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-add-keyword-modal.php\":{\"d\":1535620885,\"h\":\"01f3d2826347efaccd16099e83451f7b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-admin-asset-location.php\":{\"d\":1535620885,\"h\":\"ce83a362a741d7b3b0be57af8bc89174\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-yoast-notification.php\":{\"d\":1535620885,\"h\":\"e65222ae85fc616248c46f39d0403ed4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-bulk-title-editor-list-table.php\":{\"d\":1535620885,\"h\":\"23060f7e0ae502c2963a79c4cf13bb38\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-extensions.php\":{\"d\":1535620885,\"h\":\"b2631566e0ab5c01d217d260b8d542ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-keyword-synonyms-modal.php\":{\"d\":1535620885,\"h\":\"f9d42c3457952dedf61e86a274286bf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-plugin-availability.php\":{\"d\":1535620885,\"h\":\"00392a56ba82802e482174a88c044bfc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-config.php\":{\"d\":1535620885,\"h\":\"2b605df7e4201176afde49f8e7f3a34f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-premium-popup.php\":{\"d\":1535620885,\"h\":\"521f4eb0bb203b3af12c9446721139be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-yoast-form.php\":{\"d\":1535620885,\"h\":\"dbe08aa3804438fc8b0fe88b526217f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-admin-editor-specific-replace-vars.php\":{\"d\":1535620885,\"h\":\"603b0ddc4546eb704288144a985382c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-admin-asset-dev-server-location.php\":{\"d\":1535620885,\"h\":\"22ab1eec1f92b160aa5d87edc211e31f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/index.php\":{\"d\":1535620885,\"h\":\"45d09bb48b4f308b8f63baab8f416733\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-meta-storage.php\":{\"d\":1535620885,\"h\":\"90521d14fa3110f2adfbef07b396df8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-admin-utils.php\":{\"d\":1535620885,\"h\":\"041fc365f3ed6c6be297e7eaf5719c95\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-meta-columns.php\":{\"d\":1535620885,\"h\":\"8c0619ef9a582843a039b0b7b9a47a2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-admin-asset-seo-location.php\":{\"d\":1535620885,\"h\":\"680002a763e050137dd75bf75b6f3b38\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-admin-asset-analysis-worker-location.php\":{\"d\":1535620885,\"h\":\"6d2ba9631ba81f9d665931c3ac4a0970\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-recalculate-scores.php\":{\"d\":1535620885,\"h\":\"43156850264bb21ce269164346d9cdc4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-admin-asset-yoast-components-l10n.php\":{\"d\":1535620885,\"h\":\"6dfa9c2b769a49dd2383356ec2f95bb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-admin-asset-manager.php\":{\"d\":1535620885,\"h\":\"bc2de6824fcc4d9f26ceadfa7960be02\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-gutenberg-compatibility.php\":{\"d\":1535620885,\"h\":\"f3d107177a985db59744d7f4d88e6d4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-help-center.php\":{\"d\":1535620885,\"h\":\"0fd016bcf5e7c21d8f220d5a63d37fc4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-meta-table-accessible.php\":{\"d\":1535620885,\"h\":\"d2e7b26d35a15bcb98902f82533f43ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-option-tabs-formatter.php\":{\"d\":1535620885,\"h\":\"201b6a96030e6ddc0484f906734d5814\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-yoast-notification-center.php\":{\"d\":1535620885,\"h\":\"971b4771fa83c310b60c36a5559cb68c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-admin-help-panel.php\":{\"d\":1535620885,\"h\":\"fab6f38ef1e013356ef82cd97c365ec0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-customizer.php\":{\"d\":1535620885,\"h\":\"68852e116b1fa312860149fbc81c7f96\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-export.php\":{\"d\":1535620885,\"h\":\"5b6eff01d65bbdb5a8da690534d7e3e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-yoast-modal.php\":{\"d\":1535620885,\"h\":\"e43adde0ac8e303c9b63fa222f6b1c4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-license-page-manager.php\":{\"d\":1535620885,\"h\":\"c17924b3cb541a9312f7f439dc043daa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-paper-presenter.php\":{\"d\":1535620885,\"h\":\"b3215e2c05e42acf44b9e094ce0ec153\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-extension-manager.php\":{\"d\":1535620885,\"h\":\"fd6a8695b62cfe13615a587e65c29b76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-cornerstone.php\":{\"d\":1535620885,\"h\":\"d2bd7d7d33de163a54dd7fa055dc911a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-suggested-plugins.php\":{\"d\":1535620885,\"h\":\"33be666558115db1604fb738c62cbf93\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-extension.php\":{\"d\":1535620885,\"h\":\"985f32fda9d68a3ce2e983ae388a1097\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-social-admin.php\":{\"d\":1535620885,\"h\":\"3f929a7a898ea062adc062c26452e8cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/interface-installable.php\":{\"d\":1535620885,\"h\":\"9de4ebd042a2071bb50a51491ba7d43c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/interface-collection.php\":{\"d\":1535620885,\"h\":\"a1d12fea387372f225e62cccc9239f9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-option-tab.php\":{\"d\":1535620885,\"h\":\"7a8a5524c8e7aab524427c9b1676e657\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-plugin-conflict.php\":{\"d\":1535620885,\"h\":\"790618529b58f22faa7a98ed37a7452b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-admin-recommended-replace-vars.php\":{\"d\":1535620885,\"h\":\"1b51a468f33cef50064d0526532b8ce5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-admin.php\":{\"d\":1535620885,\"h\":\"7d9015434701195b43eabe51eac1c69a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-database-proxy.php\":{\"d\":1535620885,\"h\":\"9f71ce8a44c280dcc9f349edafe8c725\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/class-remote-request.php\":{\"d\":1535620885,\"h\":\"f2e968753455b545996bae78fcde5db5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/admin\\/ajax.php\":{\"d\":1535620885,\"h\":\"1d820325d2a8650c457f82afae7b281b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/deprecated\\/class-wpseo-option-permalinks.php\":{\"d\":1535620885,\"h\":\"199075e83604e5f11671708c1871df30\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/deprecated\\/class-wpseo-option-internallinks.php\":{\"d\":1535620885,\"h\":\"021ba65b9e6c1490212f421b8d0a39f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/deprecated\\/index.php\":{\"d\":1535620885,\"h\":\"45d09bb48b4f308b8f63baab8f416733\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/deprecated\\/class-submenu-hider.php\":{\"d\":1535620885,\"h\":\"ff5dc4a9e6d34ab7fdd69b5837d69141\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/deprecated\\/class-wpseo-advanced-settings.php\":{\"d\":1535620885,\"h\":\"bc9bf3c10f5ddcf4e3ad17d0f73ca12b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/xrstf\\/composer-php52\\/lib\\/xrstf\\/Composer52\\/ClassLoader.php\":{\"d\":1535620885,\"h\":\"c8b909e2a65a5ecec42bc17d69f47f98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/xrstf\\/composer-php52\\/lib\\/xrstf\\/Composer52\\/AutoloadGenerator.php\":{\"d\":1535620885,\"h\":\"f7641acbeb0d28763a60fd4ee8fc0a03\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/xrstf\\/composer-php52\\/lib\\/xrstf\\/Composer52\\/Generator.php\":{\"d\":1535620885,\"h\":\"e8850184376a60ec9731653d9aaf6a76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/xrstf\\/composer-php52\\/LICENSE\":{\"d\":1535620885,\"h\":\"1ae51299e61cc92df308666da6d69906\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/external\\/URITemplateParser.php\":{\"d\":1535620885,\"h\":\"dc829ddd424801e2bc4bf83bfb5e698c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/cache\\/Google_Cache.php\":{\"d\":1535620885,\"h\":\"23496c6bfc015794fa459d7e92ef3af0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/cache\\/Google_WPCache.php\":{\"d\":1535620885,\"h\":\"c789103a392b78860108f9716fc866cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/auth\\/Google_LoginTicket.php\":{\"d\":1535620885,\"h\":\"1940b66e883dfc149f811bb8e18ee27d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/auth\\/Google_AuthNone.php\":{\"d\":1535620885,\"h\":\"a3946bcf8b60a092d60744dee1266268\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/auth\\/Google_P12Signer.php\":{\"d\":1535620885,\"h\":\"2f66588beef914e30cd60451f914ff8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/auth\\/Google_Verifier.php\":{\"d\":1535620885,\"h\":\"851557c80027139df2f9350125db07c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/auth\\/Google_AssertionCredentials.php\":{\"d\":1535620885,\"h\":\"347509bcad7389e6c5f81b98324008a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/auth\\/Google_Auth.php\":{\"d\":1535620885,\"h\":\"8a07098941ce118f7084e69d0aff3198\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/auth\\/Google_OAuth2.php\":{\"d\":1535620885,\"h\":\"096eddf13bedc0163c62b85d83569110\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/auth\\/Google_Signer.php\":{\"d\":1535620885,\"h\":\"ed78766d5af59b6aee16ef014dab316c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/auth\\/Google_PemVerifier.php\":{\"d\":1535620885,\"h\":\"d4809b10e2f9eb2f2437a14ca9e73817\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/service\\/Google_MediaFileUpload.php\":{\"d\":1535620885,\"h\":\"4116ceb1e809eaa5ba3b94416a7cc157\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/service\\/Google_ServiceResource.php\":{\"d\":1535620885,\"h\":\"2dcb4d2b2b0d00a85671c2bb4e86c28f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/service\\/Google_Model.php\":{\"d\":1535620885,\"h\":\"4f19707bcd70b314d27b6685014e5ad8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/service\\/Google_Service.php\":{\"d\":1535620885,\"h\":\"ec8a0d396772ea1bcbffa730bb213343\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/service\\/Google_Utils.php\":{\"d\":1535620885,\"h\":\"ee855b579bcdd34667d4b4c309c6328f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/service\\/Google_BatchRequest.php\":{\"d\":1535620885,\"h\":\"b384420af6ee85b54d736e678b24ae1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/io\\/cacerts.pem\":{\"d\":1535620885,\"h\":\"0d806fdc81ab8ec35c05b7dc869dd208\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/io\\/Google_REST.php\":{\"d\":1535620885,\"h\":\"e4d006ff7aad82ea3eb234dd60b3fd66\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/io\\/Google_HttpRequest.php\":{\"d\":1535620885,\"h\":\"fb4f60d443ed475226b2b5950a0e0273\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/io\\/Google_CurlIO.php\":{\"d\":1535620885,\"h\":\"b02d7b9832ea0a3c69d172d264b64d93\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/io\\/Google_IO.php\":{\"d\":1535620885,\"h\":\"28a5eded74ca33ee82fbb2867bf793a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/io\\/Google_CacheParser.php\":{\"d\":1535620885,\"h\":\"351bfee9e04c3c3cc5a07b1bb2158e87\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/io\\/Google_WPIO.php\":{\"d\":1535620885,\"h\":\"113120e4596ca5bffd02710e4986b27f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/Google_Client.php\":{\"d\":1535620885,\"h\":\"8efa3083e79bd1e5b9e6f393f823b471\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/google\\/config.php\":{\"d\":1535620885,\"h\":\"73ee822eb83ebed1ff1a0f638f9aa4a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/class-api-google.php\":{\"d\":1535620885,\"h\":\"96ec370173148c3913f649546e5f4dfc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/class-api-libs.php\":{\"d\":1535620885,\"h\":\"35262d1c9fd3d5f258c535e19feb8ecc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/api-libs\\/class-api-google-client.php\":{\"d\":1535620885,\"h\":\"a1767c649e80bfb344685099bf4ab1ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/i18n-module\\/src\\/i18n-module.php\":{\"d\":1535620885,\"h\":\"ec4a37e7b4fde7e10dc57b1ca6679eff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/i18n-module\\/src\\/i18n-module-wordpressorg.php\":{\"d\":1535620885,\"h\":\"46a21844f50665c655f40e9864201367\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/i18n-module\\/CHANGELOG.md\":{\"d\":1535620885,\"h\":\"85c4b645ea77be84d0ed5d87142c8bd1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/license-manager\\/views\\/form.php\":{\"d\":1535620885,\"h\":\"5aa8ee5e09c3b59b61c6e74343633df4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/license-manager\\/views\\/script.php\":{\"d\":1535620885,\"h\":\"8d8207449c564f4797c7d2703cb6336b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/license-manager\\/views\\/index.php\":{\"d\":1535620885,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/license-manager\\/class-plugin-license-manager.php\":{\"d\":1535620885,\"h\":\"ff4fdc3feb24b32231e6c54e31d14cf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/license-manager\\/class-api-request.php\":{\"d\":1535620885,\"h\":\"6959d8b20cb57907d26fc9328bfdc941\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/license-manager\\/class-license-manager.php\":{\"d\":1535620885,\"h\":\"a0a5bdb8a9aeab8268752acb7323b094\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/license-manager\\/class-update-manager.php\":{\"d\":1535620885,\"h\":\"1cee95be00b6b75f88ef930e54467e47\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/license-manager\\/class-product.php\":{\"d\":1535620885,\"h\":\"e37891d54bf902ed794d15d97e67a66b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/license-manager\\/CHANGELOG.md\":{\"d\":1535620885,\"h\":\"9d571517264143a08f4bb6c45c85f7f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/license-manager\\/index.php\":{\"d\":1535620885,\"h\":\"364cec32d3b2896bb5313a84f54280c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/yoast\\/license-manager\\/class-plugin-update-manager.php\":{\"d\":1535620885,\"h\":\"5dd9fb8f32fa06da0647f641a18f7fc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/composer\\/ClassLoader52.php\":{\"d\":1535620885,\"h\":\"c8b909e2a65a5ecec42bc17d69f47f98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/composer\\/autoload_static.php\":{\"d\":1535620885,\"h\":\"fb2aa60ded11fcae0e43909d42b87392\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/composer\\/autoload_classmap.php\":{\"d\":1535620885,\"h\":\"237f9ed637eb8f4ee6b803e2f2c5c198\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/composer\\/autoload_real.php\":{\"d\":1535620885,\"h\":\"e3d889936747cb73bb53473671df7a64\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/composer\\/ClassLoader.php\":{\"d\":1535620885,\"h\":\"cbaa5b0b4afe0bd4ab58b7bf0bb45b76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/composer\\/autoload_real_52.php\":{\"d\":1535620885,\"h\":\"edfbc273a0f1523daec800e0a777e630\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/composer\\/autoload_psr4.php\":{\"d\":1535620885,\"h\":\"ca4c699c1d868dfbb2a7baeecbca60e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/composer\\/autoload_namespaces.php\":{\"d\":1535620885,\"h\":\"e1e809eaaf9a8e39ff9b925999e09378\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/composer\\/LICENSE\":{\"d\":1535620885,\"h\":\"955d5fe58c231244f6b49000f383b5e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/autoload.php\":{\"d\":1535620885,\"h\":\"385b5ee3fb0d90a97a379e518c1dd06a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/vendor\\/autoload_52.php\":{\"d\":1535620885,\"h\":\"c13c3ec99de91b9320ade40b6ba09b12\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/cli\\/class-cli-yoast-command-namespace.php\":{\"d\":1535620885,\"h\":\"71b2dc8d776ce342d71a9d72f10356ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/cli\\/class-cli-redirect-upsell-command-namespace.php\":{\"d\":1535620885,\"h\":\"cad3d143c1299579667583dc7032930e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/images\\/index.php\":{\"d\":1535620885,\"h\":\"45d09bb48b4f308b8f63baab8f416733\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/frontend\\/class-twitter.php\":{\"d\":1535620885,\"h\":\"fc6bd7c57a27eb07be5f2fd1f1e6aedc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/frontend\\/class-woocommerce-shop-page.php\":{\"d\":1535620885,\"h\":\"ff9113abe503ff46edae60f576937865\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/frontend\\/class-primary-category.php\":{\"d\":1535620885,\"h\":\"0f94357759a5483f267a02942868ae7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/frontend\\/class-breadcrumbs.php\":{\"d\":1535620885,\"h\":\"515fa7171c4ddcb03ad3b297f26d8431\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/frontend\\/class-json-ld.php\":{\"d\":1535620885,\"h\":\"f9235a39d840e370ab7b53ad4e10faf1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/frontend\\/class-frontend-page-type.php\":{\"d\":1535620885,\"h\":\"eb418ce9fe9b75b23de33b4d5b9880a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/frontend\\/class-remove-reply-to-com.php\":{\"d\":1535620885,\"h\":\"0182b7f630e7f8c097bc51e67a00f88c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/frontend\\/index.php\":{\"d\":1535620885,\"h\":\"45d09bb48b4f308b8f63baab8f416733\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/frontend\\/class-opengraph.php\":{\"d\":1535620885,\"h\":\"621b7fe5f7df27d3bcdfffd3b42b69d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/frontend\\/class-opengraph-image.php\":{\"d\":1535620885,\"h\":\"b74131de3057110a7c48b75e0a07a0ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/frontend\\/class-frontend.php\":{\"d\":1535620885,\"h\":\"8843e4c290dc6165b6a6df015737480d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/select2\\/select2.min.css\":{\"d\":1535620885,\"h\":\"d44571114a90b9226cd654d3c7d9442c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/filter-explanation-810-rtl.min.css\":{\"d\":1535620885,\"h\":\"c19cd8f1682f03b68251bb6af9d9ae7b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/yst_plugin_tools-810.min.css\":{\"d\":1535620885,\"h\":\"0c5a638bcdfe66668ec659ce0ed0bfad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/alerts-810-rtl.min.css\":{\"d\":1535620885,\"h\":\"b7bf3eed5c3a68b54c8e85b7f576c0a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/inside-editor-810.min.css\":{\"d\":1535620885,\"h\":\"6c6dec85b4b7d55e86032e928dc35a5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/featured-image-810-rtl.min.css\":{\"d\":1535620885,\"h\":\"5e992ed3094ebd7c38cccd621118cce8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/inside-editor-810-rtl.min.css\":{\"d\":1535620885,\"h\":\"6c6dec85b4b7d55e86032e928dc35a5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/dashboard-810.min.css\":{\"d\":1535620885,\"h\":\"0413bad088582bb2dc4b45aa29cefe2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/adminbar-810-rtl.min.css\":{\"d\":1535620885,\"h\":\"0f8ceb9a8d4656f25ec1590832cab1d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/wpseo-dismissible-810.min.css\":{\"d\":1535620885,\"h\":\"90afa8a13c47e57c7d28c60ce74476ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/metabox-primary-category-810.min.css\":{\"d\":1535620885,\"h\":\"9c58c585b61d69c31aa561c19c0c760a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/metabox-primary-category-810-rtl.min.css\":{\"d\":1535620885,\"h\":\"90a882f167675817c8dbae0f574937cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/dashboard-810-rtl.min.css\":{\"d\":1535620885,\"h\":\"468e1a461a246a1b882b6af116d9851e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/toggle-switch-810-rtl.min.css\":{\"d\":1535620885,\"h\":\"a73f6859e332d88d944af70595f3c3eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/yoast-components-810-rtl.min.css\":{\"d\":1535620885,\"h\":\"7103989f41ff91b4e536cf9339f1196f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/metabox-810-rtl.min.css\":{\"d\":1535620885,\"h\":\"3be00fe948f9d2e1ad4b6b9ce95abe65\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/search-appearance-810.min.css\":{\"d\":1535620885,\"h\":\"ef7fd09dc1f2986f934a1e9a4e770d43\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/featured-image-810.min.css\":{\"d\":1535620885,\"h\":\"5e992ed3094ebd7c38cccd621118cce8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/edit-page-810-rtl.min.css\":{\"d\":1535620885,\"h\":\"dba3110625b3f4ee2cd24ed74f3bdd70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/filter-explanation-810.min.css\":{\"d\":1535620885,\"h\":\"c19cd8f1682f03b68251bb6af9d9ae7b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/structured-data-blocks-810.min.css\":{\"d\":1535620885,\"h\":\"4c1d2607e6782adce8248a4b04770e67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/admin-global-810.min.css\":{\"d\":1535620885,\"h\":\"9c98835e9609aa2165a8949b00717c32\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/yst_plugin_tools-810-rtl.min.css\":{\"d\":1535620885,\"h\":\"4e0f0b8b7c25727913e1d014a3bef534\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/wpseo-dismissible-810-rtl.min.css\":{\"d\":1535620885,\"h\":\"aa8fa2d3c479de92bf3b227a86f4aa07\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/search-appearance-810-rtl.min.css\":{\"d\":1535620885,\"h\":\"0ff3cdadaba0d6452ccbbac9c27837e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/yoast-components-810.min.css\":{\"d\":1535620885,\"h\":\"e6ef9224214b5e15aa1c6d5e74babbce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/admin-global-810-rtl.min.css\":{\"d\":1535620885,\"h\":\"3f912c0114994e4daae6c67e90fc90b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/yoast-extensions-810-rtl.min.css\":{\"d\":1535620885,\"h\":\"fbb55db964ca31de8b5008a962d2e5d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/toggle-switch-810.min.css\":{\"d\":1535620885,\"h\":\"aaabd4c10a664eb4ae3a17f113c86742\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/adminbar-810.min.css\":{\"d\":1535620885,\"h\":\"b8dedd7e89f24b7aa8b7920f3fa22380\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/yoast-extensions-810.min.css\":{\"d\":1535620885,\"h\":\"75b1817ab6623a62a0aeb4dfc24d3f57\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/yst_seo_score-810-rtl.min.css\":{\"d\":1535620885,\"h\":\"fd306d8c1804fec69c1bb79980aef552\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/structured-data-blocks-810-rtl.min.css\":{\"d\":1535620885,\"h\":\"b522170c8b84e64b19fc084e6e1ea794\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/yst_seo_score-810.min.css\":{\"d\":1535620885,\"h\":\"041dc8753986449b179110d48d309834\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/edit-page-810.min.css\":{\"d\":1535620885,\"h\":\"dba3110625b3f4ee2cd24ed74f3bdd70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/alerts-810.min.css\":{\"d\":1535620885,\"h\":\"15f6805ee7436b297c9c12a3654cb7a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/metabox-810.min.css\":{\"d\":1535620885,\"h\":\"4ecf446b05d6a7041b6683848a14309a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/css\\/main-sitemap.xsl\":{\"d\":1535620885,\"h\":\"518197e52a43ff3bc9f963585b4d33c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/readme.txt\":{\"d\":1535620885,\"h\":\"efa636b3fb222bf18ac2fd9494609836\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/wp-seo-main.php\":{\"d\":1535620885,\"h\":\"6bc37c0e3d9c3b10e9c5ed98ba3889c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/license.txt\":{\"d\":1535620885,\"h\":\"b6d57e80537d4ce37e23767635ed2b2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/index.php\":{\"d\":1535620885,\"h\":\"45d09bb48b4f308b8f63baab8f416733\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/wpml-config.xml\":{\"d\":1535620885,\"h\":\"a3f0555d429ac59ab4896cfedeb4a10d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wordpress-seo\\/wp-seo.php\":{\"d\":1535620885,\"h\":\"fd24c731587ab34e4d027e1a4a040f7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/storage\\/index.php\":{\"d\":1536006565,\"h\":\"7dc6dad897b701b3d3dc016b6c648dfc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-file.php\":{\"d\":1535620872,\"h\":\"3de7bf2e15c11b28a32847a29ed19d07\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-azure-storage.php\":{\"d\":1535620872,\"h\":\"02091df638e7f888f94f7e754ba3a739\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-box.php\":{\"d\":1535620872,\"h\":\"0549d73d13d9cf70db00ce233484b67c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-ftp.php\":{\"d\":1535620872,\"h\":\"8aec58f31d202db889acf3d430e06e0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-mega.php\":{\"d\":1535620872,\"h\":\"3447a3f3e49277d2858179b085aa85c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-digitalocean.php\":{\"d\":1535620872,\"h\":\"ad9af8f434014282d3171c078b369678\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-gdrive.php\":{\"d\":1535620872,\"h\":\"a17f7361023b4fa454c5fd92f950fbd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-gcloud-storage.php\":{\"d\":1535620872,\"h\":\"50a705b923a1438071dfb92f3de450b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/index.php\":{\"d\":1535620872,\"h\":\"8722a0a923b28f399f2bb3fc7b53ee4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-s3.php\":{\"d\":1535620872,\"h\":\"c31220a926f6de92fa248957dedcfd43\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/import-buttons.php\":{\"d\":1535620872,\"h\":\"d70d4c1763247cd3a7bdb94f4891137f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-b2.php\":{\"d\":1535620872,\"h\":\"56ddcbefff214c9ee3afb3440933c374\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-onedrive.php\":{\"d\":1535620872,\"h\":\"a19a77ce67fcbe9d59db6153f398fc62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-dropbox.php\":{\"d\":1535620872,\"h\":\"15fa015b99db4c4c75376a6e68a7c657\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-url.php\":{\"d\":1535620872,\"h\":\"fefc069cc912e335d38a12c350962d79\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/javascript\\/util.min.js\":{\"d\":1535620872,\"h\":\"053c2797fd621581413be9db4659f77c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/javascript\\/report.min.js\":{\"d\":1535620872,\"h\":\"5512e97a3d49a32a334a5a299b906a69\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/javascript\\/export.min.js\":{\"d\":1535620872,\"h\":\"928038c48f2eec58d4be8c46a039ddbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/javascript\\/backups.min.js\":{\"d\":1535620872,\"h\":\"a8c065ea0ae0d156328c83c254b360f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/javascript\\/import.min.js\":{\"d\":1535620872,\"h\":\"c5a54fd052056012391ecc087aa1ac44\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/javascript\\/feedback.min.js\":{\"d\":1535620872,\"h\":\"4c5998a7b0d172c583d6ee3a55a511ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/javascript\\/updater.min.js\":{\"d\":1535620872,\"h\":\"a47447cc2bacbc702db4dca689a0f025\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/font\\/servmask.woff\":{\"d\":1535620872,\"h\":\"4b9a99bb6e1a6760181e9a251ec476cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/font\\/servmask.eot\":{\"d\":1535620872,\"h\":\"841a43d91e65fc51f298ea81651ad8e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/font\\/servmask.ttf\":{\"d\":1535620872,\"h\":\"e20dcf82749ca08c570d148f3ffc0a33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/css\\/updater.min.rtl.css\":{\"d\":1535620872,\"h\":\"18f4b83f61d4a3bd6f4a7a21df1cb067\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/css\\/export.min.rtl.css\":{\"d\":1535620872,\"h\":\"20a30877687dd8abfbd51c897eced276\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/css\\/servmask.min.rtl.css\":{\"d\":1535620872,\"h\":\"92c8b5ef0730acb7bdfcee6698ac5f58\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/css\\/common.min.css\":{\"d\":1535620872,\"h\":\"ddb4c5ca75a4536ed766e9a4345e83ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/css\\/updater.min.css\":{\"d\":1535620872,\"h\":\"7e7e96bee098c7bfb5ebbac587767b04\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/css\\/export.min.css\":{\"d\":1535620872,\"h\":\"282826d27dc6595fe3c7865a574eb8e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/css\\/import.min.rtl.css\":{\"d\":1535620872,\"h\":\"64bbb7778a186bf479f637231d744e9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/css\\/servmask.min.css\":{\"d\":1535620872,\"h\":\"0786292f01a6df461fe21ff16cd0a51d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/css\\/import.min.css\":{\"d\":1535620872,\"h\":\"bdd34c922a1a3d7305d563c76ea47099\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/css\\/backups.min.css\":{\"d\":1535620872,\"h\":\"eb3c70f52ac61cbcfb98c0a295d3e5ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/css\\/backups.min.rtl.css\":{\"d\":1535620872,\"h\":\"766710b4e2c0431b319fa5630e94109e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/common\\/share-buttons.php\":{\"d\":1535620872,\"h\":\"0fe54f52ec819a2b98060e5fbd302f29\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/common\\/maintenance-mode.php\":{\"d\":1535620872,\"h\":\"9a9017cf2d0b46db58dd0bd368d08686\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/common\\/leave-feedback.php\":{\"d\":1535620872,\"h\":\"bca2e5ffbd70efe9ce92a3c659c5a036\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/common\\/http-authentication.php\":{\"d\":1535620872,\"h\":\"9a9017cf2d0b46db58dd0bd368d08686\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/common\\/report-problem.php\":{\"d\":1535620872,\"h\":\"0f2baf640992ec8e983b220c7bc05a3e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/backups\\/index.php\":{\"d\":1535620872,\"h\":\"dc8b9c6999c0f5834042d9a30e6360ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-file.php\":{\"d\":1535620872,\"h\":\"6951bca0df2e01fec634ca18e30d9a7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-azure-storage.php\":{\"d\":1535620872,\"h\":\"02091df638e7f888f94f7e754ba3a739\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/help-section.php\":{\"d\":1535620872,\"h\":\"1959c016f2965fd91f678693d6c4708c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-box.php\":{\"d\":1535620872,\"h\":\"0549d73d13d9cf70db00ce233484b67c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-ftp.php\":{\"d\":1535620872,\"h\":\"8aec58f31d202db889acf3d430e06e0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-mega.php\":{\"d\":1535620872,\"h\":\"3447a3f3e49277d2858179b085aa85c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-digitalocean.php\":{\"d\":1535620872,\"h\":\"ad9af8f434014282d3171c078b369678\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-gdrive.php\":{\"d\":1535620872,\"h\":\"a17f7361023b4fa454c5fd92f950fbd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-gcloud-storage.php\":{\"d\":1535620872,\"h\":\"50a705b923a1438071dfb92f3de450b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/index.php\":{\"d\":1535620872,\"h\":\"e07bc7dade3f540de14ad28a80a5f25d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-s3.php\":{\"d\":1535620872,\"h\":\"c31220a926f6de92fa248957dedcfd43\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-b2.php\":{\"d\":1535620872,\"h\":\"56ddcbefff214c9ee3afb3440933c374\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/find-replace.php\":{\"d\":1535620872,\"h\":\"9ae41ea88318d323eb004000941ef2ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-onedrive.php\":{\"d\":1535620872,\"h\":\"a19a77ce67fcbe9d59db6153f398fc62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-dropbox.php\":{\"d\":1535620872,\"h\":\"15fa015b99db4c4c75376a6e68a7c657\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/advanced-settings.php\":{\"d\":1535620872,\"h\":\"7c949259366a8e082b9b41ab74a0331e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/export-buttons.php\":{\"d\":1535620872,\"h\":\"22dd694ce573726fa78ce210dc713621\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/main\\/storage-path-notice.php\":{\"d\":1535620872,\"h\":\"279538a2e4b57840ddad9c979e5d4c3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/main\\/multisite-notice.php\":{\"d\":1535620872,\"h\":\"1f183d4e9884a0f7f6d15806275b812b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/main\\/backups-htaccess-notice.php\":{\"d\":1535620872,\"h\":\"3e26e0d91a661233ce5296b772648842\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/main\\/admin-head.php\":{\"d\":1535620872,\"h\":\"f1dd8d2950d9c2fa22c72ddfab66babd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/main\\/wordpress-htaccess-notice.php\":{\"d\":1535620872,\"h\":\"9e1e706e8d72aa8a438ac5c60b7291cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/main\\/backups-index-notice.php\":{\"d\":1535620872,\"h\":\"06caf3d6bd52beac9b7a2b2377fbac38\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/main\\/backups-webconfig-notice.php\":{\"d\":1535620872,\"h\":\"a017ee62ca906e94c47cc8dac331cca0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/main\\/get-support.php\":{\"d\":1535620872,\"h\":\"30395db1dd04dc578d21a5b6f0d42a8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/main\\/storage-index-notice.php\":{\"d\":1535620872,\"h\":\"9061205ffa444dee09132e92780841e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/main\\/backups-path-notice.php\":{\"d\":1535620872,\"h\":\"f30394cb5c81501b033ce7694c4aa976\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/updater\\/check.php\":{\"d\":1535620872,\"h\":\"2a84043e6587fdef0604e418d73aebcd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/updater\\/modal.php\":{\"d\":1535620872,\"h\":\"ab998cf5779476ebc25db3c11adc02d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-blogs.php\":{\"d\":1535620872,\"h\":\"6e854ddf8514354b385d0931914ec1c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-database.php\":{\"d\":1535620872,\"h\":\"26d04d14c95fbe705eaff294d3db348c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-clean.php\":{\"d\":1535620872,\"h\":\"961d8c46d363b8695dffa0c451f0ce42\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-confirm.php\":{\"d\":1535620872,\"h\":\"8aa0c6d82bd1d0e3691b5302b18d3696\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-enumerate.php\":{\"d\":1535620872,\"h\":\"9ec6adaac38a41f164c0b86ab1fb9b54\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-validate.php\":{\"d\":1535620872,\"h\":\"ef80999087ccb808eb4c9b6756a5ee18\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-mu-plugins.php\":{\"d\":1535620872,\"h\":\"a45fe90b704adf11029a441a67fc1c8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-compatibility.php\":{\"d\":1535620872,\"h\":\"0fa9cc82624309370b25d8077618df3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-done.php\":{\"d\":1535620872,\"h\":\"08a9fec4b9a04a0e10a0392ef8731b2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-upload.php\":{\"d\":1535620872,\"h\":\"590e716b96decf8710900a907d2ac316\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-content.php\":{\"d\":1535620872,\"h\":\"d2b48f06030fa6f1e5f4262f6cc47dd4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-config.php\":{\"d\":1535620872,\"h\":\"0ae0418c31d113dc2a42c36e1cec5d14\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-clean.php\":{\"d\":1535620872,\"h\":\"445440229609a968ca0cd4d1ae048179\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-database.php\":{\"d\":1535620872,\"h\":\"873e64874ee72c9fa8b0108e101eeb07\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-archive.php\":{\"d\":1535620872,\"h\":\"fbc7d98e7cdf1877cc0d8d4569ffb58d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-database-file.php\":{\"d\":1535620872,\"h\":\"5a4e610c7cce0886e8ffe1cc93d934d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-config-file.php\":{\"d\":1535620872,\"h\":\"8674d56c24ed262596dc00dafb92e1ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-content.php\":{\"d\":1535620872,\"h\":\"946499716eefece7e7c7faac8acff808\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-compatibility.php\":{\"d\":1535620872,\"h\":\"5ef1215e6ead03b5fa24c5124b7130be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-init.php\":{\"d\":1535620872,\"h\":\"74043d5baadca7f3ac3bf728354fefb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-enumerate.php\":{\"d\":1535620872,\"h\":\"fce9486ec9d2205ff96761c3864b872e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-download.php\":{\"d\":1535620872,\"h\":\"b4b3dbd5a680b67bcc47925dd1751966\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-compatibility.php\":{\"d\":1535620872,\"h\":\"e88c5751a76a4fa4ac06b0d26e36ef6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-updater.php\":{\"d\":1535620872,\"h\":\"6a359dd00fcf8fc9245456541de6fab4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-template.php\":{\"d\":1535620872,\"h\":\"7e790c5f1135db6c5b6af75849351180\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-message.php\":{\"d\":1535620872,\"h\":\"c9d8c16d7c62e75b0e4ac2308b06a70b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-extensions.php\":{\"d\":1535620872,\"h\":\"b425499a27fdedfd146e93af414bf0ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-deprecated.php\":{\"d\":1535620872,\"h\":\"ee75d9bec06f4ccfba58918978aea73f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-status.php\":{\"d\":1535620872,\"h\":\"11e0c77c6c44dbe491bd417d172bfde3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-notification.php\":{\"d\":1535620872,\"h\":\"4736bb13b63ce1e1d7ef1c6a4fef119c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-report.php\":{\"d\":1535620872,\"h\":\"5c25ce3b72c72f284131b67fd1d45b12\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-feedback.php\":{\"d\":1535620872,\"h\":\"5dfa5baa9edf1ba90b88a202ff446542\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-handler.php\":{\"d\":1535620872,\"h\":\"c686c58ba07d2ff90054508cd8c97b1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-log.php\":{\"d\":1535620872,\"h\":\"5b2fb9f12453c57649e68527190fae42\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-backups.php\":{\"d\":1535620872,\"h\":\"874a4c8d609a7ee893beb5c1bae77752\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/controller\\/class-ai1wm-feedback-controller.php\":{\"d\":1535620872,\"h\":\"453904d6cb982e959e2b6512592560ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/controller\\/class-ai1wm-main-controller.php\":{\"d\":1535620872,\"h\":\"970d3deb648ec68b54e1086754200445\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/controller\\/class-ai1wm-backups-controller.php\":{\"d\":1535620872,\"h\":\"6e889db6cfc28391e10e895c2a64a541\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/controller\\/class-ai1wm-updater-controller.php\":{\"d\":1535620872,\"h\":\"036264c2452dade0c461faea34126c57\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/controller\\/class-ai1wm-export-controller.php\":{\"d\":1535620872,\"h\":\"7a2666a142af59572860b684667e1252\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/controller\\/class-ai1wm-import-controller.php\":{\"d\":1535620872,\"h\":\"2d0799fc0a924803028523e582f32099\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/controller\\/class-ai1wm-status-controller.php\":{\"d\":1535620872,\"h\":\"66db2f5314db1d9d6c1f83276a318d28\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/controller\\/class-ai1wm-report-controller.php\":{\"d\":1535620872,\"h\":\"fa4a23ee54dc0b042542460f0c8b7410\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/math\\/BigInteger.php\":{\"d\":1535620872,\"h\":\"effff26845966239933ce7e26debf6ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/bandar\\/bandar\\/lib\\/Exceptions\\/TemplateDoesNotExistException.php\":{\"d\":1535620872,\"h\":\"1074ca2120e61a179b98588ec01edc2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/bandar\\/bandar\\/lib\\/Bandar.php\":{\"d\":1535620872,\"h\":\"76444c613bae48e354cb5ec2e1abe576\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/bandar\\/bandar\\/LICENSE\":{\"d\":1535620872,\"h\":\"0ac1546255c53bfd21c1e13e7d8ebfc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/cron\\/class-ai1wm-cron.php\":{\"d\":1535620872,\"h\":\"83282f10e5230b5e20611c48884a29ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/command\\/class-ai1wm-wp-cli-command.php\":{\"d\":1535620872,\"h\":\"a6cd8e2829283b4c155b7463961b022d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/database\\/class-ai1wm-database-mysqli.php\":{\"d\":1535620872,\"h\":\"98d7a087a2ce8edc869212c0897fb1e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/database\\/class-ai1wm-database.php\":{\"d\":1535620872,\"h\":\"77dd12553772001bce28af3ff149ea82\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/database\\/class-ai1wm-database-mysql.php\":{\"d\":1535620872,\"h\":\"91f8606b3893d91324ea2fa70666442f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/database\\/class-ai1wm-database-utility.php\":{\"d\":1535620872,\"h\":\"5f2197c7cde963a2f6e1283809e41e78\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/archiver\\/class-ai1wm-archiver.php\":{\"d\":1535620872,\"h\":\"a2233a59a644d837a9a881dc450d6f66\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/archiver\\/class-ai1wm-extractor.php\":{\"d\":1535620872,\"h\":\"e0a1a71bb7a775a31537505ac6887b8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/archiver\\/class-ai1wm-compressor.php\":{\"d\":1535620872,\"h\":\"6c5ca8ab9756f6494036eda708868746\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/filter\\/class-ai1wm-recursive-extension-filter.php\":{\"d\":1535620872,\"h\":\"5a89fe06cb5216cbc317cad07b1f0f72\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/filter\\/class-ai1wm-recursive-exclude-filter.php\":{\"d\":1535620872,\"h\":\"8c2452ebd4411439f546f59b94c507ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/filter\\/class-ai1wm-recursive-newline-filter.php\":{\"d\":1535620872,\"h\":\"fa24fe824e0323144c8b6210cb45883e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/filesystem\\/class-ai1wm-file-index.php\":{\"d\":1535620872,\"h\":\"92570d0c7cf2f53b4969664f5b07c4c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/filesystem\\/class-ai1wm-file.php\":{\"d\":1535620872,\"h\":\"3084b882a07239a3802971a4391c1935\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/filesystem\\/class-ai1wm-file-webconfig.php\":{\"d\":1535620872,\"h\":\"9c2246b10d90d450b174c09e6a22163c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/filesystem\\/class-ai1wm-directory.php\":{\"d\":1535620872,\"h\":\"91a325fc2e24575f6ec23e399bfea8a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/filesystem\\/class-ai1wm-file-htaccess.php\":{\"d\":1535620872,\"h\":\"a2a07a27854ec8f2de5daf925d2cb964\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/iterator\\/class-ai1wm-recursive-iterator-iterator.php\":{\"d\":1535620872,\"h\":\"acc05768b35769495114ff1452f160c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/iterator\\/class-ai1wm-recursive-directory-iterator.php\":{\"d\":1535620872,\"h\":\"cff36e5e05654e926706559e209b9ae2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/loader.php\":{\"d\":1535620872,\"h\":\"765a0809e6d7d7ff79a2bf9002ef4cb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/constants.php\":{\"d\":1535620872,\"h\":\"c225909db69ffa58066c839113762437\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/exceptions.php\":{\"d\":1535620872,\"h\":\"5ce00bfb726b56c657530b5ca4b5be8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/readme.txt\":{\"d\":1535620872,\"h\":\"d88c8b17295baef9a37c7b5b73f038cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/all-in-one-wp-migration.php\":{\"d\":1535620872,\"h\":\"36814902c57ea9618d106f64758a8a7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/functions.php\":{\"d\":1535620872,\"h\":\"45d58f55f918aafc2951cd5bd1d1d04d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/changelog.txt\":{\"d\":1535620872,\"h\":\"ea22038c125cfad8052f283a205835d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/uninstall.php\":{\"d\":1535620872,\"h\":\"58b457e63bd94569fedf4d2cd4cc1822\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/deprecated.php\":{\"d\":1535620872,\"h\":\"d62804f3846a8009045dc30afbb7e7ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/LICENSE\":{\"d\":1535620872,\"h\":\"ed35246d9c78e0ad6c9bfdcc5094e425\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/js\\/additional-methods.js\":{\"d\":1534138308,\"h\":\"9d89d88aeb0d0b779e0c01f88919a1c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/js\\/jquery.validate.min.js\":{\"d\":1534138308,\"h\":\"9346ec27896981bc4c0b146cf327727a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/js\\/ap-tabs.js\":{\"d\":1534138308,\"h\":\"8f755b58efa613e48edf00620fe82352\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/js\\/jquery.cookie.js\":{\"d\":1534138308,\"h\":\"185607df1287788a379739a0fbf95fae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/includes\\/class_login_log_adds.php\":{\"d\":1534138308,\"h\":\"aca11febbad927aed37c1cdfc70093e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/includes\\/class_login_log.php\":{\"d\":1534138308,\"h\":\"230a4c857948b73c567b0bd7da9eb3fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/includes\\/class_message.php\":{\"d\":1534138308,\"h\":\"2efb9c4cedadaf8c55b2573c89fe2ab0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/includes\\/class_paginate.php\":{\"d\":1534138308,\"h\":\"53207063ee322dc83a4359af93c55792\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/includes\\/class_login_form.php\":{\"d\":1534138308,\"h\":\"3b866b54131f8b1b06df93b4e54b7a85\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/includes\\/class_form.php\":{\"d\":1534138308,\"h\":\"e8b1ab34d755d51f86c2e45ab64df362\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/includes\\/class_settings.php\":{\"d\":1534138308,\"h\":\"d5500120abb34fdaf0f0d4088de92266\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/includes\\/class_security.php\":{\"d\":1534138308,\"h\":\"f3c94f1c1d9e9d60e4680f2b592fa446\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/includes\\/class_forgot_password.php\":{\"d\":1534138308,\"h\":\"fb4b6db63397249bfc20c25fc5ba1d9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/fonts\\/AntykwaBold.ttf\":{\"d\":1534138308,\"h\":\"b9106ffe9631b4ab2e28f3d7accc48a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/fonts\\/StayPuft.ttf\":{\"d\":1534138308,\"h\":\"59299d5b871590f70b455395c244e8d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/fonts\\/Duality.ttf\":{\"d\":1534138308,\"h\":\"0a28056baf1a5d86a8b822236462b7cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/fonts\\/TimesNewRomanBold.ttf\":{\"d\":1534138308,\"h\":\"ed6e29caf3843142d739232aa8642158\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/fonts\\/Candice.ttf\":{\"d\":1534138308,\"h\":\"9c7bc61ece0a61a85b6e8a59bebef3d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/fonts\\/Heineken.ttf\":{\"d\":1534138308,\"h\":\"fbe82ed64fbbd2fef712ad10fc2be7cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/fonts\\/VeraSansBold.ttf\":{\"d\":1534138308,\"h\":\"4ebf664c986099acf6d151c62bdb24eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/fonts\\/Ding-DongDaddyO.ttf\":{\"d\":1534138308,\"h\":\"7bc55743d12c71e4594f4b6b918f8917\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/fonts\\/Jura.ttf\":{\"d\":1534138308,\"h\":\"33a1ce8894390c3ccf3ad9d0971ccfff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/captcha.php\":{\"d\":1534138308,\"h\":\"35b9b0522800e5c16869c5ffaf454157\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/config\\/config_emails.php\":{\"d\":1534138308,\"h\":\"f39cc5a0b22959706b0966c44bf41a00\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/config\\/config_default_fields.php\":{\"d\":1534138308,\"h\":\"a87af53bfdda1badfefc2664dcf56962\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/css\\/style_login_admin.css\":{\"d\":1534138308,\"h\":\"54beec92603c25b6e88100ec6acb3aba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/css\\/style_login_widget.css\":{\"d\":1534138308,\"h\":\"f80abe422586819234fade661a82a76f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/login_afo_widget_shortcode.php\":{\"d\":1534138308,\"h\":\"5b21bef26aa391b432872dcf0046b0c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/readme.txt\":{\"d\":1534138308,\"h\":\"7527c5f005ecb159cb2f38a4514a63f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/login.php\":{\"d\":1534138308,\"h\":\"8a0c4370482ddfbabcf5e452b85a5987\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/functions.php\":{\"d\":1534138308,\"h\":\"6c446e1280679fd2e5b656bea97ce4bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/login_afo_widget.php\":{\"d\":1534138308,\"h\":\"ba7b8404c6cfd9eb1af5ae38b9c0e0c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/process.php\":{\"d\":1534138308,\"h\":\"b003a97d65e3e52e609cd3895fd7f799\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/login-sidebar-widget\\/wpml-config.xml\":{\"d\":1534138308,\"h\":\"4d982663bf2648148264b516826a7514\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/display\\/class-styles.php\":{\"d\":1534138328,\"h\":\"cbf7548283bdb7acd994f0a91b9f928c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/js\\/customizer-controls\\/customizer-controls.js\":{\"d\":1534138328,\"h\":\"49c903abfe478151fc2189a77ae4ebe7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/js\\/customizer-controls\\/auto-save-form.js\":{\"d\":1534138328,\"h\":\"9cb10cc22e67f2590bebcf5fe271c9e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/js\\/live-preview\\/live-preview-changes.js\":{\"d\":1534138328,\"h\":\"78323484c7d4857f0ff38698aac439e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/js\\/live-preview\\/edit-shortcuts.js\":{\"d\":1534138328,\"h\":\"37aa58afd3f7bbce5661cef99d66996e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/js\\/frontend.js\":{\"d\":1534138328,\"h\":\"36e513cc6f5d21d3c290765ba8dc2502\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/dropdown-fields.php\":{\"d\":1534138328,\"h\":\"ed7c28442a15b83122cabc3cde9558cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/radio-inputs.php\":{\"d\":1534138328,\"h\":\"3d6304e3ba427b7fe33865da95649d0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/field-labels.php\":{\"d\":1534138328,\"h\":\"eab2fe11c30d6e9da7fb649a166a2c57\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/placeholders.php\":{\"d\":1534138328,\"h\":\"b26a00aa58b77d258da7ffeec7beacb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/form-header.php\":{\"d\":1534138328,\"h\":\"10b02698eb72a3de5a3bf326863aa8cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/section-break-title.php\":{\"d\":1534138328,\"h\":\"79f11503b3c53c6595b8d8f5a762ad40\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/text-fields.php\":{\"d\":1534138328,\"h\":\"86252ff259b18f85cb6e73463ecf6153\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/general-settings.php\":{\"d\":1534138328,\"h\":\"e20b0334eb51a72afa8c1615602225f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/form-title.php\":{\"d\":1534138328,\"h\":\"0bfc160e4bfaec0ec89772a94fdb81f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/confirmation-message.php\":{\"d\":1534138328,\"h\":\"3682a5f1766cd00b128add7575bf7192\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/outer-shadow.php\":{\"d\":1534138328,\"h\":\"a9e028b57ae7d16d245aee3024d5d44e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/checkbox-inputs.php\":{\"d\":1534138328,\"h\":\"fc08513c7be575bba9afa070795bfc76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/customizer-addons.php\":{\"d\":1534138328,\"h\":\"a8fc7a0030479222daf49bbd03f3d1e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/list-field.php\":{\"d\":1534138328,\"h\":\"4dce436904a35eebc9076109477b6ec7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/section-break-description.php\":{\"d\":1534138328,\"h\":\"9568d5bc179df5bf837cb02d0ee04917\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/error-message.php\":{\"d\":1534138328,\"h\":\"e37a824f0e894ba08541ebeff8d2e493\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/field-sub-labels.php\":{\"d\":1534138328,\"h\":\"df860b26869a9f286b5e63d3938a6392\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/paragraph-textarea.php\":{\"d\":1534138328,\"h\":\"2eca68dde7c4626335d1e919ce320060\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/submit-button.php\":{\"d\":1534138328,\"h\":\"4de628fad9a69d00cfb8582bec63342f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/form-select.php\":{\"d\":1534138328,\"h\":\"6c52b3e3c66ffa82a69b5d6432e59c7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/field-descriptions.php\":{\"d\":1534138328,\"h\":\"2279a4de94a90b89b55953432cd40f91\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/form-wrapper.php\":{\"d\":1534138328,\"h\":\"3aeb6ae2d165a469190f34898db0a327\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/form-description.php\":{\"d\":1534138328,\"h\":\"a61d800899b78bec38efdcda6b44b95f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/includes\\/inner-shadow.php\":{\"d\":1534138328,\"h\":\"45679c2d58f044fdee04b237d298e526\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/admin-menu\\/addons.php\":{\"d\":1534138328,\"h\":\"058380a203ca85243e679bb078793a8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/admin-menu\\/welcome-page.php\":{\"d\":1534138328,\"h\":\"26ddd2beaab82a804c5096c648561a2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/admin-menu\\/licenses.php\":{\"d\":1534138328,\"h\":\"d33ce5b8849090d150537af4f967879f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/admin-menu\\/EDD_SL_Plugin_Updater.php\":{\"d\":1534138328,\"h\":\"f575192d30e22d1e3d227138cc594a7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/helpers\\/customizer-controls\\/tab-text-input.php\":{\"d\":1534138328,\"h\":\"3bf4e06b405e26e3f4879fc52769aa94\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/helpers\\/customizer-controls\\/desktop-text-input.php\":{\"d\":1534138328,\"h\":\"ee09b566929aa2402e68fa10b38729af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/helpers\\/customizer-controls\\/text-alignment.php\":{\"d\":1534138328,\"h\":\"8758974ce7b08417030bb180a784b8b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/helpers\\/customizer-controls\\/margin-padding.php\":{\"d\":1534138328,\"h\":\"3df72221512462a7a0eeb29de9936655\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/helpers\\/customizer-controls\\/font-style.php\":{\"d\":1534138328,\"h\":\"30195a1a6dbfa19e6a572b5278f7131d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/helpers\\/customizer-controls\\/range-slider.php\":{\"d\":1534138328,\"h\":\"2043bc4c8434024276325334ab50de90\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/helpers\\/customizer-controls\\/custom-controls.php\":{\"d\":1534138328,\"h\":\"76da362bdbedaa92486305b7ed49c40d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/helpers\\/customizer-controls\\/mobile-text-input.php\":{\"d\":1534138328,\"h\":\"b2bc7f26d130cf53c697735f8d5a3719\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/helpers\\/views\\/html-template-preview.php\":{\"d\":1534138328,\"h\":\"c742ddcb7aedb252ba6f5f896c8463af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/helpers\\/fonts.php\":{\"d\":1534138328,\"h\":\"55502f49277f7222db950494c4dc744d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/css\\/customizer\\/stla-customizer-controls.css\":{\"d\":1534138328,\"h\":\"86fe07d1a7fa76f36c43c5834bf343e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/css\\/live-preview.css\":{\"d\":1534138328,\"h\":\"0559b815c6f78fce732768be0d1306ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/css\\/customizer-controls.css\":{\"d\":1534138328,\"h\":\"84a9c599276213e864597d23df0e1769\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/readme.txt\":{\"d\":1534138328,\"h\":\"f334c373b98d75386ef30ad40dbe2791\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/styles-and-layouts-for-gravity-forms\\/styles-layouts-gravity-forms.php\":{\"d\":1534138328,\"h\":\"f9a492682bcf0ee9976452fd2a7af3ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/js\\/tracking.js\":{\"d\":1535620875,\"h\":\"af44ef090dd429c67ab3c5b0ca0fa42b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/js\\/admin-global-settings.js\":{\"d\":1535620875,\"h\":\"cd77355904d3c8c275c20a04a333c23e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/js\\/admin-dashboard-footer.js\":{\"d\":1535620875,\"h\":\"d1ea81a598b60670cd986f8e621ce017\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/js\\/admin-dashboard.js\":{\"d\":1535620875,\"h\":\"699b0e443a57f28d7a3e669d640d40ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/js\\/admin-modal.js\":{\"d\":1535620875,\"h\":\"b9c2a320342943bd484d3a4aeee105b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/js\\/admin-logs.js\":{\"d\":1535620875,\"h\":\"69ffc55192426976cbf0f4883c1ca4da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/js\\/scrollTo.js\":{\"d\":1535620875,\"h\":\"6e19f467120770d4c405f2272388a7ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/js\\/itsec-notice.js\":{\"d\":1535620875,\"h\":\"4f566a5505d833da48dc12c6a4829f68\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/admin-pages\\/js\\/script.js\":{\"d\":1535620875,\"h\":\"d43b87a8940fdb9e1aaebf00309e7551\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/admin-pages\\/js\\/debug.js\":{\"d\":1535620875,\"h\":\"757a161cd1a0657cc3401042d3b1db6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/admin-pages\\/js\\/settings.js\":{\"d\":1535620875,\"h\":\"d641663a8d9d87343d51b79a06d04084\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/admin-pages\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/admin-pages\\/js\\/logs.js\":{\"d\":1535620875,\"h\":\"ca09b6a8322118de2cd75bfb8e9fd658\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/admin-pages\\/js\\/util.js\":{\"d\":1535620875,\"h\":\"e3e8b5b493788b8bb14c33f3db3dc9d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/admin-pages\\/css\\/style.css\":{\"d\":1535620875,\"h\":\"316974884ea6a1633698e55a92e8574a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/admin-pages\\/css\\/index.php\":{\"d\":1535620875,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/admin-pages\\/page-go-pro.php\":{\"d\":1535620875,\"h\":\"09e7587c3929aa53201bf7f0c62b1c7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/admin-pages\\/page-settings.php\":{\"d\":1535620875,\"h\":\"32b5ebeafa1576adc0b554f8b86aec1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/admin-pages\\/module-settings.php\":{\"d\":1535620875,\"h\":\"1c5b4e4b3d02802f656fbaacfb3c8c20\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/admin-pages\\/index.php\":{\"d\":1535620875,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/admin-pages\\/sidebar-widget.php\":{\"d\":1535620875,\"h\":\"168ff582a863841c2410749ec954f737\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/admin-pages\\/page-security-check.php\":{\"d\":1535620875,\"h\":\"e2debdd7a0b1c2154239264bef6f683f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/admin-pages\\/page-debug.php\":{\"d\":1535620875,\"h\":\"3a6828e70cbdba92b6f930a96feac443\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/admin-pages\\/logs-list-table.php\":{\"d\":1535620875,\"h\":\"866f3b1062e070110c2ff00ee5d5b69d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/admin-pages\\/page-logs.php\":{\"d\":1535620875,\"h\":\"1b0b0d86e7fece237ecc4c9e15140861\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/admin-pages\\/init.php\":{\"d\":1535620875,\"h\":\"262bce31796699aef9a3946d42052f0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/brute-force\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/brute-force\\/js\\/admin-brute-force.js\":{\"d\":1535620875,\"h\":\"f8d46e51fcc0472fb880899fb50f1414\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/brute-force\\/logs.php\":{\"d\":1535620875,\"h\":\"ffaefac1fddb3ebd4a1e026a21b81c3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/brute-force\\/setup.php\":{\"d\":1535620875,\"h\":\"0fb3332c570ede669be0760e5efaab53\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/brute-force\\/settings.php\":{\"d\":1535620875,\"h\":\"7699841834537531500651419741106c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/brute-force\\/settings-page.php\":{\"d\":1535620875,\"h\":\"a586bb5c525e4a6ccbe82325b854d0e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/brute-force\\/active.php\":{\"d\":1535620875,\"h\":\"227d82506a40b25aadfd4c12c21ab9e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/brute-force\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/brute-force\\/validator.php\":{\"d\":1535620875,\"h\":\"9b2df22dc03becbbe472476445e8f871\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/brute-force\\/class-itsec-brute-force.php\":{\"d\":1535620875,\"h\":\"4d95dbdc11400bca59c4543167c9a099\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/core\\/js\\/mc-validate.js\":{\"d\":1535620875,\"h\":\"da377be172ed4b9322260112887f5b62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/core\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/core\\/img\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/core\\/class-itsec-core-admin.php\":{\"d\":1535620875,\"h\":\"d3bd2d87dedb30d8d4c58fd1f7b0c3e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/core\\/setup.php\":{\"d\":1535620875,\"h\":\"8fcfc4967c0c20dccf645a12fb07af5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/core\\/settings.php\":{\"d\":1535620875,\"h\":\"356445a023a052f59f950c618bf191db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/core\\/active.php\":{\"d\":1535620875,\"h\":\"8ee72ab5d6f447ea73bcbed0b559766d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/core\\/sidebar-widget-support.php\":{\"d\":1535620875,\"h\":\"7c7db504f9a581babd7d0f02a66f349a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/core\\/sidebar-widget-sync-cross-promo.php\":{\"d\":1535620875,\"h\":\"45f04c57a3c0ad305f1c4838ec33eb83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/core\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/core\\/validator.php\":{\"d\":1535620875,\"h\":\"ef1ffebcb18eb035abce6c6d53a8ffb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/core\\/sidebar-widget-backupbuddy-cross-promo.php\":{\"d\":1535620875,\"h\":\"b5c03cb980b8ec9b8464b58ca0123456\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/core\\/sidebar-widget-pro-upsell.php\":{\"d\":1535620875,\"h\":\"2d75c9e99a043de5c073d1a3e8e2998f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/core\\/sidebar-widget-mail-list-signup.php\":{\"d\":1535620875,\"h\":\"4850615abe7ab5b82d53b843089b8d59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/database-prefix\\/utility.php\":{\"d\":1535620875,\"h\":\"1b01b7dac81cf1b14f8743e631a762b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/database-prefix\\/settings-page.php\":{\"d\":1535620875,\"h\":\"7ed29582a652b5b1a915fdf1f1c10cc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/database-prefix\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/hide-backend\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/hide-backend\\/js\\/settings-page.js\":{\"d\":1535620875,\"h\":\"575d09b9e06b6b02563b3900170c7802\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/hide-backend\\/css\\/login-page.css\":{\"d\":1535620875,\"h\":\"ba73521b643df786564c09ad29270c6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/hide-backend\\/css\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/hide-backend\\/setup.php\":{\"d\":1535620875,\"h\":\"20d07b179786a496c3085f2ca7e29603\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/hide-backend\\/settings.php\":{\"d\":1535620875,\"h\":\"612d82f2b9106b46f1a1d640f7bdfe84\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/hide-backend\\/settings-page.php\":{\"d\":1535620875,\"h\":\"85971702cffefce8f8d8d9ba2693f7a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/hide-backend\\/class-itsec-hide-backend.php\":{\"d\":1535620875,\"h\":\"381b71cec1c6578d26c3d835f84c610c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/hide-backend\\/active.php\":{\"d\":1535620875,\"h\":\"8b70beeec3ff2d7e1e172c369559e1db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/hide-backend\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/hide-backend\\/validator.php\":{\"d\":1535620875,\"h\":\"7c69b0de6d6b0517bf579c7086ed1d92\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/hide-backend\\/privacy.php\":{\"d\":1535620875,\"h\":\"e520a0dfe4e654cc8cf3d805b2b0cbab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/security-check\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/security-check\\/js\\/settings-page.js\":{\"d\":1535620875,\"h\":\"cf42572b760ad17743d406715f190542\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/security-check\\/sync-verbs\\/itsec-do-security-check.php\":{\"d\":1535620875,\"h\":\"c0890c1e6d5a3acc95a70a827054d9bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/security-check\\/sync-verbs\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/security-check\\/sync-verbs\\/itsec-get-security-check-feedback-response.php\":{\"d\":1535620875,\"h\":\"e52676550eaa7db7e1b2700357c6aa3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/security-check\\/sync-verbs\\/itsec-get-security-check-modules.php\":{\"d\":1535620875,\"h\":\"9b511d5c20598ed6db68b9a620094624\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/security-check\\/settings-page.php\":{\"d\":1535620875,\"h\":\"60cf764187883b9157427c1577305308\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/security-check\\/feedback-renderer.php\":{\"d\":1535620875,\"h\":\"1712673c9ac1f9cedd78dff65615f1c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/security-check\\/active.php\":{\"d\":1535620875,\"h\":\"ad15819d8d1262e5258e9e602d0b2aa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/security-check\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/security-check\\/scanner.php\":{\"d\":1535620875,\"h\":\"1c4c10483972462b12175705c6f1ee99\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/security-check\\/feedback.php\":{\"d\":1535620875,\"h\":\"36579ea4cd2ca44ba36d040143b69fa0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ssl\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ssl\\/js\\/settings-page.js\":{\"d\":1535620875,\"h\":\"821c3c49ec91f31f6f7afd6ff9c20318\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ssl\\/setup.php\":{\"d\":1535620875,\"h\":\"31837c4ec22bac45841c85d11fb5b9b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ssl\\/settings.php\":{\"d\":1535620875,\"h\":\"af454282c7e13033adb0eb9a4a4ae399\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ssl\\/settings-page.php\":{\"d\":1535620875,\"h\":\"e8bcb68e1721d86c4ee77e0ec43fa15c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ssl\\/active.php\":{\"d\":1535620875,\"h\":\"f89e1edc7be7af2e875e67c21ad8f662\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ssl\\/class-itsec-ssl-admin.php\":{\"d\":1535620875,\"h\":\"f4667f262b9b229fb878657892eb7e26\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ssl\\/deactivate.php\":{\"d\":1535620875,\"h\":\"148c35ecb0ee92a25117c65e280eda80\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ssl\\/class-itsec-ssl.php\":{\"d\":1535620875,\"h\":\"42ee6a0d4172bfb7d2143fb34fe782e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ssl\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ssl\\/validator.php\":{\"d\":1535620875,\"h\":\"fef2204c55be8344a7ef797a67f4aa09\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ssl\\/activate.php\":{\"d\":1535620875,\"h\":\"ee71fb06c2300e28351dfbfb6ae69e97\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-permissions\\/settings-page.php\":{\"d\":1535620875,\"h\":\"924b5049a99b2fc7b280598a25f1a27b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-permissions\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/wordpress-tweaks\\/js\\/blankshield\\/blankshield.min.js\":{\"d\":1535620875,\"h\":\"48bc9e9d8beb4a741f8a1a120b02d928\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/wordpress-tweaks\\/js\\/blankshield\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/wordpress-tweaks\\/js\\/blankshield\\/LICENSE\":{\"d\":1535620875,\"h\":\"c23e4b477e53765c6092518e5e15643f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/wordpress-tweaks\\/js\\/block-tabnapping.js\":{\"d\":1535620875,\"h\":\"57ec1ebdca32e08c4ad92587d88e4313\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/wordpress-tweaks\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/wordpress-tweaks\\/setup.php\":{\"d\":1535620875,\"h\":\"736f0c6b606f2bd92ce4a1b5b1b27cac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/wordpress-tweaks\\/settings.php\":{\"d\":1535620875,\"h\":\"06416a16b29f626b8ae8fd4ccab7127e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/wordpress-tweaks\\/settings-page.php\":{\"d\":1535620875,\"h\":\"72e14412bd0629a1baab50dd94b5d247\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/wordpress-tweaks\\/active.php\":{\"d\":1535620875,\"h\":\"36ac85d1fbcac8a1dd9ac999c039d3ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/wordpress-tweaks\\/deactivate.php\":{\"d\":1535620875,\"h\":\"54aa496c6107d14d119092aa0c30bab1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/wordpress-tweaks\\/config-generators.php\":{\"d\":1535620875,\"h\":\"b96dd312ad88d688cdd075f550b6c9bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/wordpress-tweaks\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/wordpress-tweaks\\/validator.php\":{\"d\":1535620875,\"h\":\"207b1ac655cb917527864ccda87bd819\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/wordpress-tweaks\\/activate.php\":{\"d\":1535620875,\"h\":\"15f144ec7d33b7ed1e3b37cfbc860a7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/wordpress-tweaks\\/class-itsec-wordpress-tweaks.php\":{\"d\":1535620875,\"h\":\"cddf195b0a6627aeebd18e284c9e32b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/system-tweaks\\/setup.php\":{\"d\":1535620875,\"h\":\"ab25dba7ce4b4e4edadc1857a9b2184b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/system-tweaks\\/class-itsec-system-tweaks.php\":{\"d\":1535620875,\"h\":\"d45c1877b58fda6bcfc9e772e44f45f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/system-tweaks\\/settings.php\":{\"d\":1535620875,\"h\":\"c13a5df1c2eb71b602e7989431ad74c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/system-tweaks\\/settings-page.php\":{\"d\":1535620875,\"h\":\"3944290d703e096d127bf3083d4c7cdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/system-tweaks\\/active.php\":{\"d\":1535620875,\"h\":\"3778470393a87b7e373320ac7bd4c589\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/system-tweaks\\/deactivate.php\":{\"d\":1535620875,\"h\":\"64b65c1e19cf17eb91417c27b3b2426f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/system-tweaks\\/config-generators.php\":{\"d\":1535620875,\"h\":\"6a9440df3ab42f8430fa57d14b5c033d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/system-tweaks\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/system-tweaks\\/validator.php\":{\"d\":1535620875,\"h\":\"a374f065f625b90b1b1e1c0bf79ee709\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/system-tweaks\\/activate.php\":{\"d\":1535620875,\"h\":\"c028cc2b3058437a109a177b36c40f34\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ban-users\\/js\\/admin-ban_users.js\":{\"d\":1535620875,\"h\":\"a25c79323346673ea6b30b10fa1d91e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ban-users\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ban-users\\/lists\\/hackrepair-apache.inc\":{\"d\":1535620875,\"h\":\"a0b5f34242041d417159a5f87360b7b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ban-users\\/lists\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ban-users\\/lists\\/hackrepair-nginx.inc\":{\"d\":1535620875,\"h\":\"73da803b78ad471c38d4fe757191d3c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ban-users\\/lists\\/hackrepair-litespeed.inc\":{\"d\":1535620875,\"h\":\"a0b5f34242041d417159a5f87360b7b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ban-users\\/setup.php\":{\"d\":1535620875,\"h\":\"f6b57072c10a607c7493e54b2f70805a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ban-users\\/settings.php\":{\"d\":1535620875,\"h\":\"fb7472e5a89d9a219f158cab66184ac4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ban-users\\/settings-page.php\":{\"d\":1535620875,\"h\":\"08dd1ad13afce02aab169e05ef1531c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ban-users\\/active.php\":{\"d\":1535620875,\"h\":\"b86621b40a86330cb4c4b3c327668051\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ban-users\\/deactivate.php\":{\"d\":1535620875,\"h\":\"00fc522a16fad1e431ca003e3a6d9566\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ban-users\\/config-generators.php\":{\"d\":1535620875,\"h\":\"925f5cb254d0c2658d061de74409cc06\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ban-users\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ban-users\\/validator.php\":{\"d\":1535620875,\"h\":\"57b7d8a2e248d83a9320c3008e4c4f83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ban-users\\/class-itsec-ban-users.php\":{\"d\":1535620875,\"h\":\"5ee50afb675c3b1efbcaa9b1c873f02b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ban-users\\/activate.php\":{\"d\":1535620875,\"h\":\"801124f95930f49eca073618b760188c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ban-users\\/init.php\":{\"d\":1535620875,\"h\":\"cb36189ae26353203fd28aa54f13796d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/js\\/filetree\\/images\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/js\\/filetree\\/jqueryFileTree.css\":{\"d\":1535620875,\"h\":\"60f395cd20597c1609bea2fc572d3d4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/js\\/filetree\\/jqueryFileTree.js\":{\"d\":1535620875,\"h\":\"36548e752f6a754125c83b86afed099f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/js\\/filetree\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/js\\/script.js\":{\"d\":1535620875,\"h\":\"ad7b6c35cbe3adcc594b23721161b792\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/js\\/admin-file-change-warning.js\":{\"d\":1535620875,\"h\":\"892b85a2b487aeb8f07ece552a6f8924\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/js\\/settings-page.js\":{\"d\":1535620875,\"h\":\"8b32bd371658efcdb79701e9f3d2b57f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/js\\/file-scanner.js\":{\"d\":1535620875,\"h\":\"e129823497a9e2c01b8f6b259a363315\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/sync-verbs\\/itsec-perform-file-scan.php\":{\"d\":1535620875,\"h\":\"a07ffb2041103a2d625c4c2835b5b19c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/sync-verbs\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/sync-verbs\\/itsec-ping-file-scan.php\":{\"d\":1535620875,\"h\":\"8f9d30825073324d7a22d7ba2579310b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/images\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/lib\\/hash-comparator-managed-files.php\":{\"d\":1535620875,\"h\":\"2ad63bb669ce7f9fd00c3c89e6f39f16\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/lib\\/package.php\":{\"d\":1535620875,\"h\":\"0c7b6a4bc578ddbc73a68cb0ab3c1e40\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/lib\\/chunk-scanner.php\":{\"d\":1535620875,\"h\":\"dc923761f8a33bc253f0bdef951f2497\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/lib\\/package-factory.php\":{\"d\":1535620875,\"h\":\"b5dede76087a6b4be5b4c5bf2f9bebc5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/lib\\/hash-loading-failed-exception.php\":{\"d\":1535620875,\"h\":\"edca712836606ff2d7f438195ab247b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/lib\\/hash-comparator.php\":{\"d\":1535620875,\"h\":\"7b44f481bd5a372ebd3925005ee13691\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/lib\\/package-theme.php\":{\"d\":1535620875,\"h\":\"11533bae2660ad42bafbf98b6fc202bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/lib\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/lib\\/package-unknown.php\":{\"d\":1535620875,\"h\":\"bda07a78a8ef8123023303e2734bbb23\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/lib\\/hash-comparator-loadable.php\":{\"d\":1535620875,\"h\":\"570e8284c48f57717ba86ef3eeb54c16\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/lib\\/hash-comparator-chain.php\":{\"d\":1535620875,\"h\":\"46e44494902b1c2e648fc987423270f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/lib\\/package-system.php\":{\"d\":1535620875,\"h\":\"e4ddabdc77547e55f6faebd0368979a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/lib\\/package-plugin.php\":{\"d\":1535620875,\"h\":\"281ecebc50b5bba287c9e3bd2299f48c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/lib\\/package-core.php\":{\"d\":1535620875,\"h\":\"b11267edd991d5a8a28b3f6080598e8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/css\\/settings.css\":{\"d\":1535620875,\"h\":\"fb11b5f8155ec28c329040c9849df7f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/css\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/logs.php\":{\"d\":1535620875,\"h\":\"7832069eed5648075d8d3ffea709e1dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/admin.php\":{\"d\":1535620875,\"h\":\"7e2175f42c95508de061730bf9ada218\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/setup.php\":{\"d\":1535620875,\"h\":\"dc798d8c00ef5a99de568d828cd3ed5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/settings.php\":{\"d\":1535620875,\"h\":\"ffc388afa91ed3a9ffdfc492050b3551\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/settings-page.php\":{\"d\":1535620875,\"h\":\"e83eb70e8718f002e7b190ae942eb032\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/active.php\":{\"d\":1535620875,\"h\":\"957777c629067569779d2fa705320e0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/deactivate.php\":{\"d\":1535620875,\"h\":\"d6ccab72ab2a6ca69aec751c7ce65f3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/class-itsec-file-change.php\":{\"d\":1535620875,\"h\":\"ec71874419a0cb3325a8a239487ad172\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/validator.php\":{\"d\":1535620875,\"h\":\"ce8565239b5ebbb702dc0ded42c752e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/scanner.php\":{\"d\":1535620875,\"h\":\"26e70f1724cdeb38675507273a73efb9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-change\\/activate.php\":{\"d\":1535620875,\"h\":\"6cdd39942afddcc579a271e7a8518883\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/js\\/settings-page.js\":{\"d\":1535620875,\"h\":\"12d2e11b43a2d741c822c7b5aa76ebda\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/js\\/admin-away-mode.js\":{\"d\":1535620875,\"h\":\"7ec5147185ec4df40a7fde2265607ec0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/sync-verbs\\/itsec-get-away-mode.php\":{\"d\":1535620875,\"h\":\"522a0d8b81e8a2419e1c83dc07f9b773\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/sync-verbs\\/itsec-override-away-mode.php\":{\"d\":1535620875,\"h\":\"696cd11557267a5e7b9bb0ac5a34a53d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/sync-verbs\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/css\\/images\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/css\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/css\\/jquery-ui.min.css\":{\"d\":1535620875,\"h\":\"fd1ff820fcf875772e26f0260a0b4d9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/css\\/jquery.datepicker.css\":{\"d\":1535620875,\"h\":\"a995cff531fa79ab6d80037723a61c42\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/logs.php\":{\"d\":1535620875,\"h\":\"f1f7260df287fb687399b647cb5fd4d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/setup.php\":{\"d\":1535620875,\"h\":\"bcefac71b1a9419bb511be4dfc6edce8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/utilities.php\":{\"d\":1535620875,\"h\":\"cb0ec3cea6eafb35800d1d01aef5ff1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/settings.php\":{\"d\":1535620875,\"h\":\"2cd45719dca2e27b169df9c29bd1ecab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/settings-page.php\":{\"d\":1535620875,\"h\":\"befb43203f694757ed40b71ce0fd2762\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/active.php\":{\"d\":1535620875,\"h\":\"8b9ae6232add0a837d0a665f09483a05\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/deactivate.php\":{\"d\":1535620875,\"h\":\"0ebdc54a6221d5f12d06e91c8e4bb956\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/validator.php\":{\"d\":1535620875,\"h\":\"b83dd7ebc62aeb4310226155f0031f41\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/activate.php\":{\"d\":1535620875,\"h\":\"bb1fce91e42098ba168a159433fcd907\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/away-mode\\/class-itsec-away-mode.php\":{\"d\":1535620875,\"h\":\"d1011ac709d2b3e9be27f6383235e909\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/pro\\/setup.php\":{\"d\":1535620875,\"h\":\"5a6f1078eeae438be029b115e418873c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/pro\\/settings-page.php\":{\"d\":1535620875,\"h\":\"bd234412f17f96d813904d989a54709a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/pro\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/notification-center\\/js\\/debug.js\":{\"d\":1535620875,\"h\":\"5330c4ad7c72ebfa516c4323c05b85c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/notification-center\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/notification-center\\/js\\/settings-page.js\":{\"d\":1535620875,\"h\":\"5de8da2c0197725bf9f5ddae925c4f7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/notification-center\\/css\\/settings-page.css\":{\"d\":1535620875,\"h\":\"008da836335a8eace05b3c5aedc18792\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/notification-center\\/css\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/notification-center\\/logs.php\":{\"d\":1535620875,\"h\":\"809bae4f4e701915347c2c9e97f46713\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/notification-center\\/setup.php\":{\"d\":1535620875,\"h\":\"d3ec597d83ebf84655c246348f307c39\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/notification-center\\/settings.php\":{\"d\":1535620875,\"h\":\"587bfcc9b42c66380032a195666c9c81\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/notification-center\\/settings-page.php\":{\"d\":1535620875,\"h\":\"8afe096f057266613a2061608eeb1bd5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/notification-center\\/active.php\":{\"d\":1535620875,\"h\":\"8372e30f382be91553d497894b3f3364\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/notification-center\\/debug.php\":{\"d\":1535620875,\"h\":\"df3b94113094448fecbfd82683d8eb8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/notification-center\\/class-notification-center.php\":{\"d\":1535620875,\"h\":\"22a4d3a531108631014ed7cf30268d66\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/notification-center\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/notification-center\\/validator.php\":{\"d\":1535620875,\"h\":\"fb0f0a97dcc61e7556942fd0c27c06fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/multisite-tweaks\\/class-itsec-multisite-tweaks.php\":{\"d\":1535620875,\"h\":\"fd6919df594a28cd5e2753736cebf10d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/multisite-tweaks\\/setup.php\":{\"d\":1535620875,\"h\":\"b0d1fc05a146b839c3b3df6b4ab01871\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/multisite-tweaks\\/settings.php\":{\"d\":1535620875,\"h\":\"4f042b651ccc0e0237779a84e972266a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/multisite-tweaks\\/settings-page.php\":{\"d\":1535620875,\"h\":\"c9e83ed2386cb0e415eb6a26d33959be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/multisite-tweaks\\/active.php\":{\"d\":1535620875,\"h\":\"15a693142b639bebe480363cf1eb4a9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/multisite-tweaks\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/multisite-tweaks\\/validator.php\":{\"d\":1535620875,\"h\":\"3b6cf5ffa0304d31e2fbd128547f65d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/content-directory\\/utility.php\":{\"d\":1535620875,\"h\":\"1b48f88106f87873b7af7d562a7ff98a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/content-directory\\/settings-page.php\":{\"d\":1535620875,\"h\":\"a07a22f1484675f77044d5186e405e2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/content-directory\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/salts\\/setup.php\":{\"d\":1535620875,\"h\":\"08088815347a2411f008bf77b2e8c573\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/salts\\/utilities.php\":{\"d\":1535620875,\"h\":\"368df353591c37770f9e5d68f6be6c30\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/salts\\/settings.php\":{\"d\":1535620875,\"h\":\"7846b860564da007e3bb44eae95a7ed3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/salts\\/settings-page.php\":{\"d\":1535620875,\"h\":\"bb8917f14c87fcddf65fcc792f5bc90f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/salts\\/active.php\":{\"d\":1535620875,\"h\":\"ce407ff5715c837d02b1aba7975bf512\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/salts\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/salts\\/validator.php\":{\"d\":1535620875,\"h\":\"3d6e9f7e9ff78590df02413587605b86\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-writing\\/setup.php\":{\"d\":1535620875,\"h\":\"ce407ff5715c837d02b1aba7975bf512\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-writing\\/settings-page.php\":{\"d\":1535620875,\"h\":\"bfb219aaf38b50641b0b6bee7f0c13e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/file-writing\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/privacy\\/active.php\":{\"d\":1535620875,\"h\":\"575248d6d607493f5799eb566f1e6004\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/privacy\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/privacy\\/util.php\":{\"d\":1535620875,\"h\":\"9e31e8b017454b679204e7d1c05e6db0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/privacy\\/class-itsec-privacy.php\":{\"d\":1535620875,\"h\":\"d2cfdaef21bd70122c05e70023d99fc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/backup\\/js\\/jquery.multi-select.js\":{\"d\":1535620875,\"h\":\"1a0dd3138876ec438b3ff0bb93752209\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/backup\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/backup\\/js\\/settings-page.js\":{\"d\":1535620875,\"h\":\"dc37f5da60888ed7305d0648289b8d07\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/backup\\/img\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/backup\\/css\\/settings-page.css\":{\"d\":1535620875,\"h\":\"df094aa33aa28949d58ae15d0c45bedb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/backup\\/css\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/backup\\/css\\/multi-select.css\":{\"d\":1535620875,\"h\":\"8317a4491407795d85521c820897dbff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/backup\\/logs.php\":{\"d\":1535620875,\"h\":\"58bba7018c62b7469cbfb5a1afd7fb33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/backup\\/setup.php\":{\"d\":1535620875,\"h\":\"1d325fe91b7e843154acb380c0daa4a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/backup\\/class-itsec-backup.php\":{\"d\":1535620875,\"h\":\"4eedc777756df63680729535a1bbaca1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/backup\\/settings.php\":{\"d\":1535620875,\"h\":\"9008dbf53a82e144680c56abef1ed7f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/backup\\/settings-page.php\":{\"d\":1535620875,\"h\":\"6003b48178082c80aef80f2b42931b05\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/backup\\/active.php\":{\"d\":1535620875,\"h\":\"ada70bb4e028b23240df0efa7dbb671c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/backup\\/deactivate.php\":{\"d\":1535620875,\"h\":\"8633c2adea15f38f74491bf4d543874b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/backup\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/backup\\/validator.php\":{\"d\":1535620875,\"h\":\"39fc2e6e08bd7cbf7a5c51c6ffb2b3fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/backup\\/activate.php\":{\"d\":1535620875,\"h\":\"c40c6c1c00b1843d1854591c4d5403a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/backup\\/privacy.php\":{\"d\":1535620875,\"h\":\"1a88664ea0990621f961d9ec59d8b212\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/strong-passwords\\/js\\/script.js\":{\"d\":1535620875,\"h\":\"f6904be42b2af4be5045181b94fd2b87\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/strong-passwords\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/strong-passwords\\/setup.php\":{\"d\":1535620875,\"h\":\"2295eaa1dbb86cc2f092151e827b4847\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/strong-passwords\\/settings.php\":{\"d\":1535620875,\"h\":\"191076abf2c891d235a00991478b863a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/strong-passwords\\/active.php\":{\"d\":1535620875,\"h\":\"70681f1b7017ef4925ef9a99622bc21f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/strong-passwords\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/strong-passwords\\/validator.php\":{\"d\":1535620875,\"h\":\"7c1b67f73a5ff55eddfdb0cb8d7c8c9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/strong-passwords\\/class-itsec-strong-passwords.php\":{\"d\":1535620875,\"h\":\"d98499d04720b80b74c754ccb1baad75\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/malware\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/malware\\/js\\/settings-page.js\":{\"d\":1535620875,\"h\":\"2e1a3e75fdc2998b5220b0561f753f72\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/malware\\/js\\/malware.js\":{\"d\":1535620875,\"h\":\"fde1c9b7af846b9e65b6686f4b6d184d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/malware\\/sync-verbs\\/itsec-do-malware-scan.php\":{\"d\":1535620875,\"h\":\"5e981b0d315e8d67baaf99ce7230ea28\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/malware\\/sync-verbs\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/malware\\/sync-verbs\\/itsec-get-malware-scan-log.php\":{\"d\":1535620875,\"h\":\"418d6e1ffef28300691f30768901573b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/malware\\/css\\/settings.css\":{\"d\":1535620875,\"h\":\"d6968845c58e3470cc6d230f11d30889\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/malware\\/css\\/malware.css\":{\"d\":1535620875,\"h\":\"b21762c7f514db84d0fbc27ff17b0be9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/malware\\/css\\/index.php\":{\"d\":1535620875,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/malware\\/logs.php\":{\"d\":1535620875,\"h\":\"8687d8b9cd78a987fed2e8d57b84c187\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/malware\\/setup.php\":{\"d\":1535620875,\"h\":\"ea8accba63e9414b770fd2e654b71ca5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/malware\\/settings-page.php\":{\"d\":1535620875,\"h\":\"20760a09b5a78dbda2e0cb684ef80554\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/malware\\/active.php\":{\"d\":1535620875,\"h\":\"ac84cbab30ae5e7bdae8274f531641d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/malware\\/class-itsec-malware-scan-results-template.php\":{\"d\":1535620875,\"h\":\"fc423bbdabd4ed1870db1f2b5bb7f514\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/malware\\/class-itsec-malware.php\":{\"d\":1535620875,\"h\":\"8ce452ed42d9da3f1560f8509155d35c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/malware\\/class-itsec-malware-scanner.php\":{\"d\":1535620875,\"h\":\"e49ddd32b51e46288bcbbd0226c6b5f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/malware\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/malware\\/privacy.php\":{\"d\":1535620875,\"h\":\"6f63f80a04780e8b650e794a0b0615e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ipcheck\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ipcheck\\/js\\/settings-page.js\":{\"d\":1535620875,\"h\":\"02ca6131bffa73e242552a52d75037aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ipcheck\\/logs.php\":{\"d\":1535620875,\"h\":\"b1195c21022be28aabe03828021707b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ipcheck\\/class-itsec-ipcheck.php\":{\"d\":1535620875,\"h\":\"89b66d8d24f5cc5db3bd55f8a57f9d7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ipcheck\\/setup.php\":{\"d\":1535620875,\"h\":\"7d1ed352fd590dce562a5dee9d8f37b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ipcheck\\/utilities.php\":{\"d\":1535620875,\"h\":\"d4f962f5dad5900047cc6798e3fec9e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ipcheck\\/settings.php\":{\"d\":1535620875,\"h\":\"f7eb6d20cfe18bc4211b604b72aa10dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ipcheck\\/settings-page.php\":{\"d\":1535620875,\"h\":\"c66f917a4781ac3a156b8e6e1bb246a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ipcheck\\/active.php\":{\"d\":1535620875,\"h\":\"aa0c83580921333d664322b693fa757b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ipcheck\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ipcheck\\/validator.php\":{\"d\":1535620875,\"h\":\"3ef6b8075c1efc155b6820979854844b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/ipcheck\\/privacy.php\":{\"d\":1535620875,\"h\":\"498327f5e0b88adae91bcfdcf7ea933c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/global\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/global\\/js\\/settings-page.js\":{\"d\":1535620875,\"h\":\"d02798f24f3045f26b47b59d93a7cad3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/global\\/setup.php\":{\"d\":1535620875,\"h\":\"b0c71c8c49cf785fc0eef332f8b295a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/global\\/settings.php\":{\"d\":1535620875,\"h\":\"37c066611be957b5732e93a95ff9e8ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/global\\/settings-page.php\":{\"d\":1535620875,\"h\":\"8e57fab7f7c469a0331a8513e4d43636\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/global\\/active.php\":{\"d\":1535620875,\"h\":\"966862ce0baca8ed326b458df9dd810e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/global\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/global\\/validator.php\":{\"d\":1535620875,\"h\":\"3ea0484ab14fc82edb39af6cab38e76c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/global\\/privacy.php\":{\"d\":1535620875,\"h\":\"9fbba0bca3c9400810732301f7595fc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/404-detection\\/js\\/admin-four-oh-four.js\":{\"d\":1535620875,\"h\":\"45b5ac6b844b96ee18e5500a6dd80678\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/404-detection\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/404-detection\\/logs.php\":{\"d\":1535620875,\"h\":\"24f9e0aba3a246e651dbfb674adf90e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/404-detection\\/setup.php\":{\"d\":1535620875,\"h\":\"3d5778b215bb103e09377c28e72c7d91\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/404-detection\\/settings.php\":{\"d\":1535620875,\"h\":\"3664985c382f9e2ea41e85a4d8b36e6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/404-detection\\/settings-page.php\":{\"d\":1535620875,\"h\":\"fc72eeacd6e9c40bd6b007ac52b0ef2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/404-detection\\/active.php\":{\"d\":1535620875,\"h\":\"abec57c33b2e219578cc0b990f4d1294\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/404-detection\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/404-detection\\/validator.php\":{\"d\":1535620875,\"h\":\"d763a77f07ebff4bc777078997b9db38\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/404-detection\\/class-itsec-four-oh-four.php\":{\"d\":1535620875,\"h\":\"7fa094e9bb77b1415acac9a63fb7a3af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/admin-user\\/js\\/admin-admin-user.js\":{\"d\":1535620875,\"h\":\"1fd96f3c6412b0b509c8f23d9634f1b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/admin-user\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/admin-user\\/settings.php\":{\"d\":1535620875,\"h\":\"6fa14f0d7541ba8254214690a42ae52c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/admin-user\\/settings-page.php\":{\"d\":1535620875,\"h\":\"70b64fb07c4283abbffb7fedce52a7e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/admin-user\\/active.php\":{\"d\":1535620875,\"h\":\"ce407ff5715c837d02b1aba7975bf512\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/admin-user\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/admin-user\\/validator.php\":{\"d\":1535620875,\"h\":\"5dcbd5612783ad7a1842885b5fd3e3fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/password-requirements\\/js\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/password-requirements\\/js\\/settings-page.js\":{\"d\":1535620875,\"h\":\"188412a2f6da8c1912777dc0c3f2c89f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/password-requirements\\/css\\/settings-page.css\":{\"d\":1535620875,\"h\":\"5ee63d718c707314201f24dd3924caf1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/password-requirements\\/css\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/password-requirements\\/settings.php\":{\"d\":1535620875,\"h\":\"7656ba7397a35cd56252590bb93e3807\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/password-requirements\\/settings-page.php\":{\"d\":1535620875,\"h\":\"3de544c871505eefca52a2df5fcfefd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/password-requirements\\/active.php\":{\"d\":1535620875,\"h\":\"c8a56cc30384349e3e75f10f4090123b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/password-requirements\\/class-itsec-password-requirements.php\":{\"d\":1535620875,\"h\":\"26eb7115700601e3bb209fba8e1fa18e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/password-requirements\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/password-requirements\\/validator.php\":{\"d\":1535620875,\"h\":\"1d86cf643f6e925c4d20eabbbcd0c3bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/img\\/mail\\/index.php\":{\"d\":1535620875,\"h\":\"03efe17b1c4a21753f7d07ee17e77395\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/img\\/index.php\":{\"d\":1535620875,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/sync-verbs\\/itsec-get-lockouts.php\":{\"d\":1535620875,\"h\":\"5338b20f3338d8245020bd76013c6d1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/sync-verbs\\/itsec-get-everything.php\":{\"d\":1535620875,\"h\":\"986516639d7832316d83d68fa2f87c7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/sync-verbs\\/itsec-get-temp-whitelist.php\":{\"d\":1535620875,\"h\":\"6aabe862828195d0629f2d6b8ef29a7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/sync-verbs\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/sync-verbs\\/itsec-set-temp-whitelist.php\":{\"d\":1535620875,\"h\":\"86cf66359e581ae33fa2a9c37c4bf2ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/sync-verbs\\/itsec-release-lockout.php\":{\"d\":1535620875,\"h\":\"03fd56ca21de1508a02f926543ea8b4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/includes\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/includes\\/function.login-header.php\":{\"d\":1535620875,\"h\":\"bf17fbb4dc1c4abbd807de2120d237da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/section-heading-with-icon.html\":{\"d\":1535620875,\"h\":\"80d3d98406c4fff418c5147dea22b04c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/large-code.html\":{\"d\":1535620875,\"h\":\"f99de5743ed24f094e1b54a74d309438\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/module-button.html\":{\"d\":1535620875,\"h\":\"3da7972b860899d4c6dcc9a3e52bff1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/list.html\":{\"d\":1535620875,\"h\":\"3a621b53ec5956bac5e518b9e9fb4de3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/table.html\":{\"d\":1535620875,\"h\":\"a81d47902ec8c7982fc178727af9baa4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/file-change-summary.html\":{\"d\":1535620875,\"h\":\"973c46f5a32d1506177604ed6802e03d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/footer.html\":{\"d\":1535620875,\"h\":\"bf9e6a100a0e888c52ebbc96c1c650e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/large-text.html\":{\"d\":1535620875,\"h\":\"971e88ee5b5f32b26b54591b9f819373\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/header.html\":{\"d\":1535620875,\"h\":\"361ad0317c10b4b5e76f0de1642893ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/lockouts-table.html\":{\"d\":1535620875,\"h\":\"c85227219128a839dd1d56f12bdb7aa3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/section-heading.html\":{\"d\":1535620875,\"h\":\"de5e87c6edcc301169a54ae0ce8e724a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/info-box.html\":{\"d\":1535620875,\"h\":\"562b8d7d6c93aa2d334da71aa258e30d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/text.html\":{\"d\":1535620875,\"h\":\"689213ddb85cc67292bf97407d13e0db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/close.html\":{\"d\":1535620875,\"h\":\"664abb40efe969897f70e2d10947a03d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/details-box.html\":{\"d\":1535620875,\"h\":\"c58288b0f79eed865b00c4477fa5f25d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/divider.html\":{\"d\":1535620875,\"h\":\"69fea9f654e704de91c739e154a643f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/footer-user.html\":{\"d\":1535620875,\"h\":\"9dc72e05baef3928e93efd6f0fb1bc1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/lockouts-summary.html\":{\"d\":1535620875,\"h\":\"cef7690c7e740d1734a9fb5a146e0ce2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/pro-callout.html\":{\"d\":1535620875,\"h\":\"8ab2acdc1f52e5279663f0d6e1fb3a27\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/mail-templates\\/lockouts-entry.html\":{\"d\":1535620875,\"h\":\"81f35669878e14712e0652cf90d8c8aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/matchers\\/repeat.php\":{\"d\":1535620875,\"h\":\"3636f4fae786dadbe04978747bec1d62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/matchers\\/regex.php\":{\"d\":1535620875,\"h\":\"76c62680768549048c6547dac48baf27\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/matchers\\/ranked_frequency_list-male_names.json\":{\"d\":1535620875,\"h\":\"eb51073fa15d848c2baec964c1018783\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/matchers\\/sequence.php\":{\"d\":1535620875,\"h\":\"fe4372758f485830201f90555da65a26\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/matchers\\/bruteforce.php\":{\"d\":1535620875,\"h\":\"8392275eab9b12ee882735d31b87742f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/matchers\\/dictionary-reverse.php\":{\"d\":1535620875,\"h\":\"d9d71e3fbb263c05acb8ec15288cba70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/matchers\\/adjacency_graphs.json\":{\"d\":1535620875,\"h\":\"8356304eeac40cad828d60541d6db56d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/matchers\\/dictionary-l33t.php\":{\"d\":1535620875,\"h\":\"cc1528101249e33ae18939affd99c927\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/matchers\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/matchers\\/ranked_frequency_list-passwords.json\":{\"d\":1535620875,\"h\":\"33489e40438216c322e39d5a94dbcf8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/matchers\\/ranked_frequency_list-surnames.json\":{\"d\":1535620875,\"h\":\"1969159e260d1803c60221435efefab3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/matchers\\/date.php\":{\"d\":1535620875,\"h\":\"d6a64fa98e47b4de2e2b1daf403ffab7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/matchers\\/dictionary.php\":{\"d\":1535620875,\"h\":\"c3bf1ed7775f3cf139d0fcad1938b116\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/matchers\\/ranked_frequency_list-female_names.json\":{\"d\":1535620875,\"h\":\"02e3637d6b2ae4d274b04143f848f7ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/matchers\\/ranked_frequency_list-us_tv_and_film.json\":{\"d\":1535620875,\"h\":\"5bd1dedf66e3c399e34fcde3c84d9a15\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/matchers\\/spatial.php\":{\"d\":1535620875,\"h\":\"4d8742098890a1eb01fa11725e7b8447\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/matchers\\/ranked_frequency_list-english_wikipedia.json\":{\"d\":1535620875,\"h\":\"42fa73aa92a406b9efbf592670b82e68\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/results.php\":{\"d\":1535620875,\"h\":\"e6c561d67a5014d00c29bceb19be0865\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/scorer.php\":{\"d\":1535620875,\"h\":\"fff34c2fa72523baa0726e43f9f4aa33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/matcher.php\":{\"d\":1535620875,\"h\":\"84af90d45b02b4aebb56b6daa5365005\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/readme.md\":{\"d\":1535620875,\"h\":\"9665a459a076a1053789f9e1afd972ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/itsec-zxcvbn-php\\/zxcvbn.php\":{\"d\":1535620875,\"h\":\"aec159ed25a823e204be65376cb3c120\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/class-itsec-scheduler-page-load.php\":{\"d\":1535620875,\"h\":\"07f02e43303a84ecbf0551dc11141b21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/class-itsec-lib-user-activity.php\":{\"d\":1535620875,\"h\":\"b0c9412c752b4ece86343f3149d90cca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/class-itsec-lib-file.php\":{\"d\":1535620875,\"h\":\"502553cd21d428777122d34a251f27d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/class-itsec-lib-distributed-storage.php\":{\"d\":1535620875,\"h\":\"f8ecf1defada512db0c922982c988cf4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/class-itsec-lib-config-file.php\":{\"d\":1535620875,\"h\":\"c9791ef06ea9fd86fd4053980f80a060\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/class-itsec-scheduler.php\":{\"d\":1535620875,\"h\":\"ff28d44de76b6bebc100f0a8e71a80eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/class-itsec-job.php\":{\"d\":1535620875,\"h\":\"f9f6d9cc22a0f29e72c60dbcd3245eba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/settings.php\":{\"d\":1535620875,\"h\":\"bc137debec6b5179af513d1c6e52ddf7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/form.php\":{\"d\":1535620875,\"h\":\"80d2b0fe0906d542697c33f4a4b40e3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/lock.php\":{\"d\":1535620875,\"h\":\"0efe94505ef28ef3c4d7b85b8f8f4f5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/class-itsec-lib-utility.php\":{\"d\":1535620875,\"h\":\"0ae61a3be6505507ded294f05fc376af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/debug.php\":{\"d\":1535620875,\"h\":\"b56abf9c1132bc142816647a813c82a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/class-itsec-lib-password-requirements.php\":{\"d\":1535620875,\"h\":\"0e318075ffd07234cf2bef45ae043741\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/log.php\":{\"d\":1535620875,\"h\":\"5e948cdde53c0e4aa40be3db9071404d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/class-itsec-lib-directory.php\":{\"d\":1535620875,\"h\":\"52df1df83e235d7c0ccc247684738f23\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/validator.php\":{\"d\":1535620875,\"h\":\"db68cdcbefde9acc233edc7e7190ae49\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/class-itsec-mail.php\":{\"d\":1535620875,\"h\":\"de7d6ae81019ee6fa492f075ce451f42\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/storage.php\":{\"d\":1535620875,\"h\":\"28c03ab301135150e1cf3f7724478521\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/class-itsec-scheduler-cron.php\":{\"d\":1535620875,\"h\":\"68e6cf400d06f71c0299228fea4fc6a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/log-util.php\":{\"d\":1535620875,\"h\":\"56610fde72c02ece9ebada3b99f2ba14\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/class-itsec-lib-login-interstitial.php\":{\"d\":1535620875,\"h\":\"e90b86278eb386d5a98983e1a4e53738\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/class-itsec-wp-list-table.php\":{\"d\":1535620875,\"h\":\"be5084a368b1958f22bec1f8344e6515\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/class-itsec-lib-ip-tools.php\":{\"d\":1535620875,\"h\":\"063d67ff83ad8fef9fd338a2ee6b470a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/class-itsec-lib-canonical-roles.php\":{\"d\":1535620875,\"h\":\"c24a098a2e9417219efc30564b9efb96\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib\\/schema.php\":{\"d\":1535620875,\"h\":\"7f43581c98c6489ce1f8ac94f68b3752\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/css\\/ithemes.css\":{\"d\":1535620875,\"h\":\"bd8a02949ed7e6720d7632381e197c7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/css\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/css\\/itsec_notice.css\":{\"d\":1535620875,\"h\":\"947a391c9eef4d20abc01677e5e7ac0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/notify.php\":{\"d\":1535620875,\"h\":\"f3b557193f7e42f23f3c786037f58299\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/modules.php\":{\"d\":1535620875,\"h\":\"326f129957c988d3bbbdb728de56bb91\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lib.php\":{\"d\":1535620875,\"h\":\"26fc688096c85632bede04866e2b443b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/response.php\":{\"d\":1535620875,\"h\":\"b357055baa4759aec447d121004f2129\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/setup.php\":{\"d\":1535620875,\"h\":\"48c540801df7ca0f8488ef408d0aff47\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/lockout.php\":{\"d\":1535620875,\"h\":\"86ef7f5be9a43b0586eba957d8748852\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/sidebar-widget-temp-whitelist.php\":{\"d\":1535620875,\"h\":\"ab5807f5635e3b9c23cb57fffa2df07b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/history.txt\":{\"d\":1535620875,\"h\":\"b3323d229b067e28cbd1b181efeb5c4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/index.php\":{\"d\":1535620875,\"h\":\"a5eb3a234af13e4af877ef721778894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/files.php\":{\"d\":1535620875,\"h\":\"60f42e4d06f58cc955c7a71361b83cb2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/show-multiple-version-notice.php\":{\"d\":1535620875,\"h\":\"614ae85a21ef48d51dee055c1cc2d726\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/core.php\":{\"d\":1535620875,\"h\":\"52e9f68453c20362035c5d28d5c6722c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/core\\/sidebar-widget-active-lockouts.php\":{\"d\":1535620875,\"h\":\"bb7175d125317a4fbfb0602c1eb58c61\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/lib\\/icon-fonts\\/fonts\\/ithemes-icons.eot\":{\"d\":1535620875,\"h\":\"806a53b830f29c4e1a92398a5233dbce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/lib\\/icon-fonts\\/fonts\\/ithemes-icons.ttf\":{\"d\":1535620875,\"h\":\"3638c3971bed7ade6547754a896668e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/lib\\/icon-fonts\\/fonts\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/lib\\/icon-fonts\\/fonts\\/ithemes-icons.woff\":{\"d\":1535620875,\"h\":\"1849448daea1ad4ba5d53cc439b2e773\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/lib\\/icon-fonts\\/load.php\":{\"d\":1535620875,\"h\":\"7a36ea8313f8bdbd123c037f75b0e3e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/lib\\/icon-fonts\\/icon-fonts.css\":{\"d\":1535620875,\"h\":\"07a63c161dc5e944dd1450699dd47ebb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/lib\\/icon-fonts\\/history.txt\":{\"d\":1535620875,\"h\":\"a1314384f4d9242b5ffef5a365473efa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/lib\\/icon-fonts\\/index.php\":{\"d\":1535620875,\"h\":\"edd44fb57046348bb90a9bca014b6b4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/lib\\/icon-fonts\\/init.php\":{\"d\":1535620875,\"h\":\"daf9ccc98e1dd336debfd9523d34f9ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/lib\\/index.php\":{\"d\":1535620875,\"h\":\"56d4439768678cd301f9a9f140f9440b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/readme.txt\":{\"d\":1535620875,\"h\":\"263303dd44e2d29947b0af71855a715d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/history.txt\":{\"d\":1535620875,\"h\":\"fd931db1a83052bf0a65f718f02d13a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/better-wp-security.php\":{\"d\":1535620875,\"h\":\"133ffcbe72665d6e314887330c54b9d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/better-wp-security\\/index.php\":{\"d\":1535620875,\"h\":\"56d4439768678cd301f9a9f140f9440b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/index.php\":{\"d\":1239825424,\"h\":\"96137494913a1f730a592e8932af394e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/services\\/bootstrap.php\":{\"d\":1535620878,\"h\":\"23a1903cfa36cfd5d3325011703261ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/services\\/oauth.php\":{\"d\":1535620878,\"h\":\"1cfd5e2c1a1014ffc355a93f780ddb66\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/services\\/README.md\":{\"d\":1535620878,\"h\":\"7d0b41ddf196b7b32c189769445739f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/services\\/remote-installer-skin.php\":{\"d\":1535620878,\"h\":\"ef35e494ebd0f07025d9efce0814cddd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/min\\/front-end--helptext.min.js\":{\"d\":1535620878,\"h\":\"b8b8cf824ca52be7b779f607030652dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/min\\/front-end--datepicker.min.js\":{\"d\":1535620878,\"h\":\"e733d7a3cfa7b1994f63706a46e463f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/min\\/front-end--autonumeric.min.js\":{\"d\":1535620878,\"h\":\"f7e5e89e8d71a3308192a62f3ffaa227\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/min\\/front-end-deps.js\":{\"d\":1535620878,\"h\":\"ae39016af51ae7d189bc99f8bcd0a715\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/min\\/front-end--inputmask.min.js\":{\"d\":1535620878,\"h\":\"fe9167653c9bf483a9124d8cdd891985\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/min\\/global.js\":{\"d\":1535620878,\"h\":\"9798ab39d1d1aa9706cae0ab30f69969\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/min\\/builder.js\":{\"d\":1535620878,\"h\":\"62e04c99b92cbf9b028e76b51f235789\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/min\\/front-end--rte.min.js\":{\"d\":1535620878,\"h\":\"cf5bb2f0fedaf672b82b9d780e9bc0cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/min\\/block.js\":{\"d\":1535620878,\"h\":\"7aab70979e146973d434c0bcc1438684\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/min\\/dashboard.min.js.map\":{\"d\":1535620878,\"h\":\"f342f5903702958de80925890694cc5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/min\\/front-end.js\":{\"d\":1535620878,\"h\":\"1e2be9fc6a67650fd5945ede0b328c9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/min\\/front-end.js.map\":{\"d\":1535620878,\"h\":\"428aa46a8f448dba46bc7cd6c607365e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/min\\/front-end-bundle.js\":{\"d\":1535620878,\"h\":\"7aaa87dfc9a6064a075eb57bb33eb6bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/min\\/front-end--starrating.min.js\":{\"d\":1535620878,\"h\":\"64847ca7c696411de55f4275fd278754\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/min\\/builder.js.map\":{\"d\":1535620878,\"h\":\"2f611399887d07752f8f2c49dedf9678\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/min\\/dashboard.min.js\":{\"d\":1535620878,\"h\":\"c34acbeca32a875c2dd1eeba5e03e4ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/backbone.radio.min.js\":{\"d\":1535620878,\"h\":\"527d23ddde60c4b0c64f73125d7e5064\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/jBox.min.js\":{\"d\":1535620878,\"h\":\"b8b8cf824ca52be7b779f607030652dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/jquery.maskedinput.min.js\":{\"d\":1535620878,\"h\":\"fe9167653c9bf483a9124d8cdd891985\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/codemirror-xml.min.js\":{\"d\":1535620878,\"h\":\"9d6063d17a66fe14833885aa8f7530a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/backbone.marionette3.min.js\":{\"d\":1535620878,\"h\":\"299539b1c7eb55d235d02e741f199440\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/codemirror-formatting.min.js\":{\"d\":1535620878,\"h\":\"891578c05f5273b834acf1b6851d3a60\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/summernote.min.js\":{\"d\":1535620878,\"h\":\"706a00e5f0b5ca3b93d415ea71bf72d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/rating.min.js\":{\"d\":1535620878,\"h\":\"64847ca7c696411de55f4275fd278754\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/jquery.ui.touch-punch.min.js\":{\"d\":1535620878,\"h\":\"13ff3cff544791aa25f7098469c69ec0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/pikaday-responsive.js\":{\"d\":1535620878,\"h\":\"cb854b6412d0a8918bb2b5791a07e656\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/jquery.classywiggle.min.js\":{\"d\":1535620878,\"h\":\"2fd2904e6999ab3eb931b2d7418608ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/almond.js\":{\"d\":1535620878,\"h\":\"aa66c0c0cb55a4627bb706df73f3aff5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/bootstrap.min.js\":{\"d\":1535620878,\"h\":\"b7f4319ad4ebf1dcd0a144419ea83c01\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/jquery.ui.touch-punch.js\":{\"d\":1535620878,\"h\":\"72a858b93c92f91782e783e1b49ea2ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/pikaday.min.js\":{\"d\":1535620878,\"h\":\"b2213d2bbbcf8fcfe0ef0047e6b21564\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/jquery.caret.min.js\":{\"d\":1535620878,\"h\":\"044b0cc96fdc65b07f2c69916466bce5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/jquery.autoNumeric.min.js\":{\"d\":1535620878,\"h\":\"64d0c813467e4e2c2ab662784f7965d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/ninjaModal.js\":{\"d\":1535620878,\"h\":\"5b7c9fe2d1e4bd9dffffde1faacd5ceb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/moment-with-locales.min.js\":{\"d\":1535620878,\"h\":\"f291749a29d0e1c5d4d7ccc8e404dea1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/jquery.hotkeys.min.js\":{\"d\":1535620878,\"h\":\"9d9fc2ec63df544c5fc54f108381eed5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/speakingurl.js\":{\"d\":1535620878,\"h\":\"5a1d51d8cb52a0f9d432434301ae7933\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/math-expression-evaluator.min.js\":{\"d\":1535620878,\"h\":\"af2ad035c85f8f8c4f890d88d02bd829\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/slugify.min.js\":{\"d\":1535620878,\"h\":\"652829551025bc8e4b64f7c54053271a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/combobox.min.js\":{\"d\":1535620878,\"h\":\"44a07deca8ad9ca364bcc69da939cabb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/pikaday-responsive.min.js\":{\"d\":1535620878,\"h\":\"d395cd8b11ecd0cddaa903b91ab0da1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/summernote.js\":{\"d\":1535620878,\"h\":\"7bbe8b3b2dc7dcdeea5542a32505cdf9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/codemirror.min.js\":{\"d\":1535620878,\"h\":\"4b4d2ee6598066ebfcbbe2503a632d2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/perfect-scrollbar.jquery.min.js\":{\"d\":1535620878,\"h\":\"b4e42d596127ea16f0150021ddf74901\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/jquery.mobile-events.min.js\":{\"d\":1535620878,\"h\":\"59a66c5f69924afc46b35b46c89590f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/lib\\/backbone.marionette.min.js\":{\"d\":1535620878,\"h\":\"ceefdb55cd1268a7f872ac6fc1673e2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/all-forms.js\":{\"d\":1535620878,\"h\":\"707b95682b1098d7729de23213c456c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/admin-settings.js\":{\"d\":1535620878,\"h\":\"fe18dcf5b8c0a595918233462737eac5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/admin-submissions.js\":{\"d\":1535620878,\"h\":\"1552938e811f938ac1bd1c744f2cfb7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/backbone.js\":{\"d\":1535620878,\"h\":\"de53fe50a32803489ab1a0bbf760e8f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/admin-import-export.js\":{\"d\":1535620878,\"h\":\"414e808b73471d1fdae9b2f4fe74e52e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/admin-system-status.js\":{\"d\":1535620878,\"h\":\"9a163034e3453ef0d57c3fd86c109c4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/js\\/underscore.js\":{\"d\":1535620878,\"h\":\"2bb517685ae640af671d438d5a25a098\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/fonts\\/fontawesome-webfont.ttf\":{\"d\":1535620878,\"h\":\"a3de2170e4e9df77161ea5d3f31b2668\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/fonts\\/FontAwesome.otf\":{\"d\":1535620878,\"h\":\"87d8ca3ddc57e7d2da6226e480f90457\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/fonts\\/fontawesome-webfont.woff2\":{\"d\":1535620878,\"h\":\"db812d8a70a4e88e888744c1c9a27e89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/fonts\\/fontawesome-webfont.woff\":{\"d\":1535620878,\"h\":\"a35720c2fed2c7f043bc7e4ffb45e073\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/fonts\\/fontawesome-webfont.eot\":{\"d\":1535620878,\"h\":\"32400f4e08932a94d8bfd2422702c446\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/TooltipBorder.css\":{\"d\":1535620878,\"h\":\"2c5b935059cf3efbde78f17abc94ba21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/builder.css\":{\"d\":1535620878,\"h\":\"c84e5f766a497b5b8553a70f5c252d76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/admin-addons.css\":{\"d\":1535620878,\"h\":\"4331a02cd3ddce063c640f3c5a79e9f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/dashboard.min.css.map\":{\"d\":1535620878,\"h\":\"4a6f70b1d7df26124b7203b472e53fb1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/display-structure.css\":{\"d\":1535620878,\"h\":\"c293bbeea4905bb33ab1a5ca52179e4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/pikaday-package.css\":{\"d\":1535620878,\"h\":\"6d518fb57441f90658ac0101e4ddd1b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/builder.css.map\":{\"d\":1535620878,\"h\":\"4b8f6a426c680fc06c5e917f63b185b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/admin-notices.css\":{\"d\":1535620878,\"h\":\"2f123d6380c3a1c987b0eb1de0b7facc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/combobox.css\":{\"d\":1535620878,\"h\":\"65d41375c678d0bf2b4094aad40287c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/admin-settings.css\":{\"d\":1535620878,\"h\":\"1b4233f97baff6c7aa3fb86c5a6cd2ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/display-opinions-light.css\":{\"d\":1535620878,\"h\":\"a21689a39a1cc4dbd47fb3d24b7dc255\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/display-structure.css.map\":{\"d\":1535620878,\"h\":\"c5c7c49ed144b051795f7c9bf3d4aa2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/display-opinions-light.css.map\":{\"d\":1535620878,\"h\":\"84a5baa4d4048a14d671e38bc33a7753\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/nf-form-block-editor.css\":{\"d\":1535620878,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/dashboard.min.css\":{\"d\":1535620878,\"h\":\"2e8693ac1d6dfe723dc0f0d626ea7230\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/summernote.css\":{\"d\":1535620878,\"h\":\"d1615c1bf16e81ca2bb2cfd28450a7f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/NoticeBorder.css\":{\"d\":1535620878,\"h\":\"20a5d3ce3282ecd35e7b35d5956331de\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/display-opinions.css\":{\"d\":1535620878,\"h\":\"d12fa51ffbda67745eef0dec2479aeae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/font-awesome.min.css\":{\"d\":1535620878,\"h\":\"4fbd15cb6047af93373f4f895639c8bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/display-opinions.css.map\":{\"d\":1535620878,\"h\":\"3bede1b5c42216e6e91115a4c2592c9c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/bootstrap.css\":{\"d\":1535620878,\"h\":\"e2cd280043ecb1961782b93ab8e35910\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/monokai-theme.css\":{\"d\":1535620878,\"h\":\"a778e3a734f4a088f3773acf73d6cf5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/display-opinions-dark.css.map\":{\"d\":1535620878,\"h\":\"3a2cac999e5412ed1e4660f0731b3e61\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/codemirror.css\":{\"d\":1535620878,\"h\":\"94c84e73bd59b5214d84bcc61a40e10e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/nf-form-block-style.css\":{\"d\":1535620878,\"h\":\"74c8d8cc919352bba2f46b7c78c5776b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/jBox.css\":{\"d\":1535620878,\"h\":\"40cd3560b9067b086e5b9988810290ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/rating.css\":{\"d\":1535620878,\"h\":\"ec3c6782be846dde7698763665c4b8aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/display-opinions-dark.css\":{\"d\":1535620878,\"h\":\"93ef87bde65b8572cfe40a7a7121e213\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/css\\/admin-system-status.css\":{\"d\":1535620878,\"h\":\"afda0217bb72c52dc101eac411f36b15\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/ListModifier.php\":{\"d\":1535620877,\"h\":\"88468fd796dce258178837755bf88a81\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/CreditCard.php\":{\"d\":1535620877,\"h\":\"54864ce0536c285addc87b72d4d4f006\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/CreditCardCVC.php\":{\"d\":1535620877,\"h\":\"6c382074a607770910487e739e89fb2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/LastName.php\":{\"d\":1535620877,\"h\":\"579c28019a4c76bf5bf6874020ca2537\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/City.php\":{\"d\":1535620877,\"h\":\"10aeed25b6ff676a9763268fc83bf61f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Checkbox.php\":{\"d\":1535620877,\"h\":\"2fd026bc9651cdf7536adafb60d2135a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Quantity.php\":{\"d\":1535620877,\"h\":\"208ce4d3be8262d6b99289ecc9852640\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Password.php\":{\"d\":1535620877,\"h\":\"e97521bcd0cbd410b4c7562f53952f75\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/FirstName.php\":{\"d\":1535620877,\"h\":\"d44088627d6885a55f4ab8539d4d66e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Textbox.php\":{\"d\":1535620877,\"h\":\"791ec985909e8d74c831f97f4619f1a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Terms.php\":{\"d\":1535620877,\"h\":\"837ac38cffa786bd97d251442a5dc8d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Confirm.php\":{\"d\":1535620877,\"h\":\"c2ee175c15ca7e8906529dd9ccf6a23c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Hidden.php\":{\"d\":1535620877,\"h\":\"c949033ca76529b5600bf6d5f313f2e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Button.php\":{\"d\":1535620877,\"h\":\"de53d9ee28a68d2415968b0d1d2df297\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Number.php\":{\"d\":1535620877,\"h\":\"44e0da13661ce3221aa2ecbab72698d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/ListState.php\":{\"d\":1535620877,\"h\":\"1ec5a5b6c9a591b581d516817a8073c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Address2.php\":{\"d\":1535620877,\"h\":\"0f155d29ce5c78f308fe37079b1beccb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/hr.php\":{\"d\":1535620877,\"h\":\"7a013bfec1da3e59073b09067ca06ed3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Address.php\":{\"d\":1535620877,\"h\":\"ef31c499af92c0cb73ea965aa4242c10\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/ListCheckbox.php\":{\"d\":1535620877,\"h\":\"f5aa06fa5d687e6b4d3c72a5797cd2ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Shipping.php\":{\"d\":1535620877,\"h\":\"70eabdcea7697b1534555567b77340ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/ListSelect.php\":{\"d\":1535620877,\"h\":\"3a1ca6b008b277fedc685690ba8cd855\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Product.php\":{\"d\":1535620877,\"h\":\"f50ef2941e14af3b274301cef6ff70e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/CreditCardFullName.php\":{\"d\":1535620877,\"h\":\"5715c4114df339162958145f3d804660\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Spam.php\":{\"d\":1535620877,\"h\":\"996465d38bb04bc9b79896ebec56666a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Email.php\":{\"d\":1535620877,\"h\":\"c31ca1508c70be3e7ab80446a35b7de7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Phone.php\":{\"d\":1535620877,\"h\":\"1d275a62c5675bb2e94cab95354c5427\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Submit.php\":{\"d\":1535620877,\"h\":\"506b055442b6699b297337404a96cd39\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/TimedSubmit.php\":{\"d\":1535620877,\"h\":\"286c448077906884540b1afeffa6ef6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/CreditCardZip.php\":{\"d\":1535620877,\"h\":\"6e3e7c58e10954dffbc95d9dd2283445\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/ListMultiSelect.php\":{\"d\":1535620877,\"h\":\"7ca3bec06a10dff1c7bb2b90c325d3b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Unknown.php\":{\"d\":1535620877,\"h\":\"151de4fcb43195aeccd117c712870465\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/CreditCardExpiration.php\":{\"d\":1535620877,\"h\":\"813c3968176a89357b6df1fbbbf782de\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/HTML.php\":{\"d\":1535620877,\"h\":\"c97c20d560a22b2ebb4b1718ae2984b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Recaptcha.php\":{\"d\":1535620877,\"h\":\"79e26a96ab5377c520d1964637efb4e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Date.php\":{\"d\":1535620877,\"h\":\"9867e7272b4fcbe2c2353f67102b8b6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Note.php\":{\"d\":1535620877,\"h\":\"bc830ba626534fd6d6a07a341aba2015\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Total.php\":{\"d\":1535620877,\"h\":\"e22604d3bd8127d01ae0cea1277f9cb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/PasswordConfirm.php\":{\"d\":1535620877,\"h\":\"641ede91d68ed63ec3307611405eaaf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Color.php\":{\"d\":1535620877,\"h\":\"62b2432494e45c0e21ff02b86c0f7d32\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Zip.php\":{\"d\":1535620877,\"h\":\"6100cecf39c10a5f881fedc3a58e5672\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/StarRating.php\":{\"d\":1535620877,\"h\":\"90751e6654b53e4007471b0fe6b64081\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/Textarea.php\":{\"d\":1535620877,\"h\":\"ef332fe00d88f0d232327ac2ec04b284\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/CreditCardNumber.php\":{\"d\":1535620877,\"h\":\"63ad5f9d7688c48bbaade506e9c46dc1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/ListCountry.php\":{\"d\":1535620877,\"h\":\"a7aa795898fabdf3ab932749b7cbc668\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Fields\\/ListRadio.php\":{\"d\":1535620877,\"h\":\"c6e315b0470b3c8f8447a4656350c5e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/Menus\\/MockData.php\":{\"d\":1535620877,\"h\":\"ac35c52f33c272f1d88482e6a88bdda7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/Menus\\/Addons.php\":{\"d\":1535620877,\"h\":\"4d1f7e8cbb328c61a962f923aef6c09e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/Menus\\/Submissions.php\":{\"d\":1535620877,\"h\":\"6801c77f213d4620e611ebe258361613\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/Menus\\/AddNew.php\":{\"d\":1535620877,\"h\":\"350c9493e52ff6603dbb017ac36cb80d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/Menus\\/ImportExport.php\":{\"d\":1535620877,\"h\":\"35c138bf7f9113462af8201edeb06d2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/Menus\\/Settings.php\":{\"d\":1535620877,\"h\":\"9d08407d02d568973ffadb620ee435bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/Menus\\/SystemStatus.php\":{\"d\":1535620877,\"h\":\"927aec01b0afa6db74de0e9a0741f2b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/Menus\\/Licenses.php\":{\"d\":1535620877,\"h\":\"b57361e962ccdb03750fa561f6f61543\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/Menus\\/Dashboard.php\":{\"d\":1535620877,\"h\":\"096568a3ff6d7c667265010c0d7b8c45\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/Menus\\/Forms.php\":{\"d\":1535620877,\"h\":\"d0531b721eb824e0d4d47186dcb25149\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/Menus\\/Divider.php\":{\"d\":1535620877,\"h\":\"91a546a1d1dbc39d1413266fcbc5c741\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/Metaboxes\\/Example.php\":{\"d\":1535620877,\"h\":\"10dd937e0ad502a7655e7ce6d1316b8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/Metaboxes\\/AppendAForm.php\":{\"d\":1535620877,\"h\":\"002ab543f4f42307df8a8e1ee56e93ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/Metaboxes\\/Calculations.php\":{\"d\":1535620877,\"h\":\"e81f38c389c2442d09aed15b0167ef7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/Processes\\/ChunkPublish.php\":{\"d\":1535620877,\"h\":\"f772c12fa07f8c924ab7d3f355b2ad3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/Processes\\/DataCleanup.php\":{\"d\":1535620877,\"h\":\"e0f491b7ba3f7bc512d1753d420e829a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/Processes\\/ExpiredSubmissionCleanup.php\":{\"d\":1535620877,\"h\":\"c43ffbd593d69e042123a24a47e1f9f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/CPT\\/Submission.php\":{\"d\":1535620877,\"h\":\"360b1f2f86437c2934ce59144e0f2468\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/CPT\\/DownloadAllSubmissions.php\":{\"d\":1535620877,\"h\":\"84a49f7ac575fad0ef830aadd2ff5df4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/UserDataRequests.php\":{\"d\":1535620877,\"h\":\"41de843212f7710498f70f389116a946\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/AddFormModal.php\":{\"d\":1535620877,\"h\":\"353508c69dae15fd03fad18c87f3a16b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/Notices.php\":{\"d\":1535620877,\"h\":\"0bbe901fe17d15da7c0c7fc983baca40\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Admin\\/AllFormsTable.php\":{\"d\":1535620877,\"h\":\"f769d3f3171fe92e94c58efe71332acb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/CurrencySymbol.php\":{\"d\":1535620877,\"h\":\"247a9a1331d3425ec6a624ea495f2376\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/AvailableActions.php\":{\"d\":1535620877,\"h\":\"648c49bcbae912e2f37fd0503d2687ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/MergeTagsWP.php\":{\"d\":1535620877,\"h\":\"4c7d0ab4e5ff6ed70de140c914d030bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/MergeTagsFields.php\":{\"d\":1535620877,\"h\":\"1eb1005814287bcc592d16db2751941b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/FieldSettings.php\":{\"d\":1535620877,\"h\":\"c8f09ddc2fbb84bfd8b57396b2e3eea6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/Currency.php\":{\"d\":1535620877,\"h\":\"bdbde19a52346589b1f9fe1fb9b9a8f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/FormRestrictionSettings.php\":{\"d\":1535620877,\"h\":\"00aa12995d7783359cb8396a5797f5e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/AdminNotices.php\":{\"d\":1535620877,\"h\":\"f6202dc8bd3699b4b5d992e121b58fd9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/i18nFrontEnd.php\":{\"d\":1535620877,\"h\":\"0e672b2b478030e738b5433a2fa411ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/ActionSettings.php\":{\"d\":1535620877,\"h\":\"785494e5826d1ff41c26f1546bf9a934\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/MergeTagsOther.php\":{\"d\":1535620877,\"h\":\"95be78b408c9dfe1bc33413db5c2ed75\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/Example.php\":{\"d\":1535620877,\"h\":\"896732e60592cafb90e8ed36e987eaf8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/ActionAkismetSettings.php\":{\"d\":1535620877,\"h\":\"21331bda651bb230a5e8685da84cc953\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/i18nDashboard.php\":{\"d\":1535620877,\"h\":\"700c99c08014eb352b03c24fa64c4de1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/ActionSuccessMessageSettings.php\":{\"d\":1535620877,\"h\":\"b27300aef233c5e5fe0d18846721fdec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/ActionCustomSettings.php\":{\"d\":1535620877,\"h\":\"81d123e2d3ca6eb83dfe5f9daec1a6b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/PluginSettingsAdvanced.php\":{\"d\":1535620877,\"h\":\"215fcb7b054c623320e74d2252490dbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/FieldTypeSections.php\":{\"d\":1535620877,\"h\":\"5d1a8f149c8f819b40f816c3f4ac7ce8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/DashboardPromotions.php\":{\"d\":1535620877,\"h\":\"c8c41b836a4b4411ee2424f51fdd5404\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/NewFormTemplates.php\":{\"d\":1535620877,\"h\":\"a0a7a7319e850231a39431165de16e8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/ActionSaveSettings.php\":{\"d\":1535620877,\"h\":\"233babdcf19bd73a8860f8d9d4dbef58\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/StateList.php\":{\"d\":1535620877,\"h\":\"420d9a00e111e2c44e4f78f3f39c7853\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/PluginSettingsReCaptcha.php\":{\"d\":1535620877,\"h\":\"8fd4d752dd8ef727988d572299b61458\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/ActionRedirectSettings.php\":{\"d\":1535620877,\"h\":\"24a505ed337b709653b4fd7db76f1d2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/PluginSettingsGeneral.php\":{\"d\":1535620877,\"h\":\"660fe64caed30adc0824bcdf0f88b9cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/PluginSettingsDefaults.php\":{\"d\":1535620877,\"h\":\"bc73966e92a9e8a9e028d8e48dc99723\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/ActionDeleteDataRequestSettings.php\":{\"d\":1535620877,\"h\":\"ead37119e479747ea89e5274911ec227\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/PluginSettingsGroups.php\":{\"d\":1535620877,\"h\":\"8b00456c7de44bcc9966dd960b6fb8a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/ActionEmailSettings.php\":{\"d\":1535620877,\"h\":\"8fe83e56f162e1a5c30774f418df713c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/FormCalculationSettings.php\":{\"d\":1535620877,\"h\":\"27f31e7770ac128ae1911ec0920e54de\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/DashboardMenuItems.php\":{\"d\":1535620877,\"h\":\"eefd66717d7aa626a854850af44c3b82\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/CountryList.php\":{\"d\":1535620877,\"h\":\"83bd2d86d51f31c329999d55edbc5641\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/ActionCollectPaymentSettings.php\":{\"d\":1535620877,\"h\":\"9091079fa6cd847fedf47523fba1dc10\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/i18nBuilder.php\":{\"d\":1535620877,\"h\":\"47d73e69b2be7e9ea7e9648bd94ce9e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/MergeTagsFieldsAJAX.php\":{\"d\":1535620877,\"h\":\"2ae5bad1de6e00c45088b8e3fb06f566\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/FormDisplaySettings.php\":{\"d\":1535620877,\"h\":\"a48aa5eb1bbb83e8dbdd5293a7b0c4e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/FormActionDefaults.php\":{\"d\":1535620877,\"h\":\"0254b682f66aa19e50fd8f7c5e9417e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/SettingsGroups.php\":{\"d\":1535620877,\"h\":\"dd4eb50fa7484ad6a04ea156f7124c2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/FormSettingsTypes.php\":{\"d\":1535620877,\"h\":\"f4f21ef5d009d7304d3867cc48ed3038\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/ActionExportDataRequestSettings.php\":{\"d\":1535620877,\"h\":\"95fbec65ab5446a8d476b80e09da5033\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/MergeTagsForm.php\":{\"d\":1535620877,\"h\":\"f1eb94366af693cc945b0ed5dbcad569\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Config\\/MergeTagsDeprecated.php\":{\"d\":1535620877,\"h\":\"03414f95b9b301fb087ae5891de10a19\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Integrations\\/EDD\\/class-extension-updater.php\":{\"d\":1535620877,\"h\":\"e5c1d1b5790971d91143c02769747850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Integrations\\/EDD\\/EDD_SL_Plugin_Updater.php\":{\"d\":1535620877,\"h\":\"c7610311335212f8940b7218bb7daf28\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Libraries\\/BackgroundProcessing\\/classes\\/wp-async-request.php\":{\"d\":1535620878,\"h\":\"79e0879ae9ee860666a46f35b65d1a6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Libraries\\/BackgroundProcessing\\/classes\\/wp-background-process.php\":{\"d\":1535620878,\"h\":\"e731cffcf395d45de3ba9d95a17e4d44\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Libraries\\/BackgroundProcessing\\/wp-background-processing.php\":{\"d\":1535620878,\"h\":\"194b5d9e58962e910bbf2c61656a83c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Libraries\\/Session\\/class-recursive-arrayaccess.php\":{\"d\":1535620878,\"h\":\"95e0835bdc2286d090a9710f9b2723b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Libraries\\/Session\\/wp-session.php\":{\"d\":1535620878,\"h\":\"34c44b2b10fcaad6b7b78ff7fc97e823\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Libraries\\/Session\\/class-wp-session.php\":{\"d\":1535620878,\"h\":\"be845f321bea5c3afd81173c2aaaf54d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Libraries\\/EOS\\/Stack.php\":{\"d\":1535620878,\"h\":\"82d83f9b3519d2deec85f6c587031b50\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Libraries\\/EOS\\/Parser.php\":{\"d\":1535620878,\"h\":\"f87dd10c0a43a5f2e6ead769c7debdf7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Libraries\\/Whip\\/NF_Whip.php\":{\"d\":1535620878,\"h\":\"fe51804ecf1fc1edd0d3e95b307f76b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-button.html\":{\"d\":1535620878,\"h\":\"2aeb24e112d56cd9e59aed2efe71ac06\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/NewFormTemplates.html.php\":{\"d\":1535620878,\"h\":\"8902a922336b323beb18f3f7b2f080e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-wrap-no-container.html\":{\"d\":1535620878,\"h\":\"b25eb558592b7f18c5a64e296875412f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-listcheckbox.html\":{\"d\":1535620878,\"h\":\"f799613f53be868f7d2fd30a9a0a0ce5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-wrap.html\":{\"d\":1535620878,\"h\":\"bb7c5fb940db33e5c0de7ce3563c62d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-hr.html\":{\"d\":1535620878,\"h\":\"ba4b5b3d5c0561ef831069efe7f7a592\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-tel.html\":{\"d\":1535620878,\"h\":\"1cb8651d0626c85deda606493bdf7e7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/app-before-fields.html\":{\"d\":1535620878,\"h\":\"0700762e69f3c8c5b63e02ea9bffc689\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/field-before.html\":{\"d\":1535620878,\"h\":\"6e88778948cc1b1f8f1410a4084df22f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-hidden.html\":{\"d\":1535620878,\"h\":\"b60d993adcdc6cd0268cef2885f93d87\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-metabox-import-export-favorite-fields-import.html.php\":{\"d\":1535620878,\"h\":\"8670121c99fcabb7365ec6f582d3e2d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-metabox-sub-fields.html.php\":{\"d\":1535620878,\"h\":\"82287293a9ac04067681909dd81f8b9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/formtemplate-quoterequest.nff\":{\"d\":1535620878,\"h\":\"6056f5153910ca6d5f6a457e70bd7a7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-listradio.html\":{\"d\":1535620878,\"h\":\"a5be06ad00f3b6d31c1978f6731bdf72\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/ui-nf-toggle-drawer.html.php\":{\"d\":1535620878,\"h\":\"5818b31c525e0160d55d276b3e695c10\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/ui-nf-header.html.php\":{\"d\":1535620878,\"h\":\"a295b75745f46c4ec6f3917959d737b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-terms.html\":{\"d\":1535620878,\"h\":\"e38f0b528cf99ea31ac33940c517a9d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-firstname.html\":{\"d\":1535620878,\"h\":\"b2add4a650fdacec3e77c78cd0d5f2bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-checkbox.html\":{\"d\":1535620878,\"h\":\"95939c8d46b0ac0c310fc564af2c70fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-input.html\":{\"d\":1535620878,\"h\":\"5a90ddd21ccdf7b5e9a4465efcf6e63d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-metaboxes-calcs.html.php\":{\"d\":1535620878,\"h\":\"a51fd0d71ac0aee4fa97783434e0d9d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/app-after-field.html\":{\"d\":1535620878,\"h\":\"0f12d74b2bf488bb11f3db325fb1bfce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-wrap-no-label.html\":{\"d\":1535620878,\"h\":\"88e825acc72062f7dc0e11fde02d032b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-metabox-append-a-form.html.php\":{\"d\":1535620878,\"h\":\"a0f99badeef01dc3bc3f76c3ed99d53c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/formtemplate-deletedata.nff\":{\"d\":1535620878,\"h\":\"e02771981cf200a3aa7316bb11819914\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-error.html\":{\"d\":1535620878,\"h\":\"7ec83cc3244bae2f3fd0a7340b6c452f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-menu-all-forms-column-title.html.php\":{\"d\":1535620878,\"h\":\"c24c57ee73f16fa3de3a439c672a1312\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-menu-all-forms.html.php\":{\"d\":1535620878,\"h\":\"71d11ef5157718c4f8e13878c5e36341\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-metabox-import-export-forms-export.html.php\":{\"d\":1535620878,\"h\":\"d6fedf2facbc2fed1bb29292b58d1099\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/field-null.html\":{\"d\":1535620878,\"h\":\"2e97f07a661c73aff843553722fe8612\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-file.html\":{\"d\":1535620878,\"h\":\"9136f92a2209cb1e9195d3c6d5f258b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-lastname.html\":{\"d\":1535620878,\"h\":\"b408ee99f234c6abe25332bba2e2452f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/app-before-field.html\":{\"d\":1535620878,\"h\":\"6cc3bdbb1eb032b3c37550e00be77336\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-menu-forms.html.php\":{\"d\":1535620878,\"h\":\"bfb94015f0fc23b8871483bec47c0aa8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/app-layout.html\":{\"d\":1535620878,\"h\":\"043ec4b3504c5f79e011646165286e99\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-listselect.html\":{\"d\":1535620878,\"h\":\"19da0ccde1720b610ce532547e22c770\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-address.html\":{\"d\":1535620878,\"h\":\"929690c80cbdc943e431bcb49c96f3d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-menu-dashboard.html.php\":{\"d\":1535620878,\"h\":\"d84876dc8e0235d35810ecb2c9ad5b2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/field-input-limit.html\":{\"d\":1535620878,\"h\":\"115030153c16ffd4a0786b1057e5a919\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-wp-die.html.php\":{\"d\":1535620878,\"h\":\"0dd56c1499dfbb7c26eb6bd72c22fc31\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-textbox.html\":{\"d\":1535620878,\"h\":\"8746fc5d3628fce6815c9df0fc47d31b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-city.html\":{\"d\":1535620878,\"h\":\"958a677b3410007883ed399dd455a906\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-menu-subs-filter.html.php\":{\"d\":1535620878,\"h\":\"17e63362769d18a2210b58354b63f9eb\"}}','2019-09-19 08:59:24'),(5,'file-list','files',3,'{\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-textarea.html\":{\"d\":1535620878,\"h\":\"c998c1360a9e19b012feb9e18a6cb3a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-zip.html\":{\"d\":1535620878,\"h\":\"c27a1b8a761c4752b14e213551a38c14\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-menu-settings-licenses.html.php\":{\"d\":1535620878,\"h\":\"50a46084e968677378dc0a2b7d02bc45\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-menu-settings.html.php\":{\"d\":1535620878,\"h\":\"fcd22f8e0b03787287ac89908a4622e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/ui-nf-drawer-buttons.html.php\":{\"d\":1535620878,\"h\":\"d49c5d13b29b56f16a1b727dc8433a59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/form-hp.html\":{\"d\":1535620878,\"h\":\"c4a647b9d4b1e05245b7403d420b718d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-email.html\":{\"d\":1535620878,\"h\":\"cadfcbc2a2625a45b1eafc39054f9d9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/display-form-container.html.php\":{\"d\":1535620878,\"h\":\"862195522f2b3929b17e945d8e298a5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/formtemplate-eventregistration.nff\":{\"d\":1535620878,\"h\":\"ff22b0502c3201b0c76ee01956c34ef7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-address2.html\":{\"d\":1535620878,\"h\":\"71d4645525f4d1b290f0b4e8f06ee1cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/display-noscript-message.html.php\":{\"d\":1535620878,\"h\":\"fa9e35ca097f0ec903c0f653dd55e8de\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/app-before-form.html\":{\"d\":1535620878,\"h\":\"52c0237236c2f86a935de99b7689aa96\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-metabox-sub-info.html.php\":{\"d\":1535620878,\"h\":\"9642742d51b555dfd12499cb09c1679b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/formtemplate-exportdata.nff\":{\"d\":1535620878,\"h\":\"87f845788abdc63f0782d44fd82f968f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/form-layout.html\":{\"d\":1535620878,\"h\":\"5f7ecb1779fe3f2fd360318a0c4d4b4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/wpcli-header-art.txt\":{\"d\":1535620878,\"h\":\"84a7546f27c43e2d6c1c6d9ce8884e27\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-submit.html\":{\"d\":1535620878,\"h\":\"3887c6581ee5cc6c6278161b62c363f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-label.html\":{\"d\":1535620878,\"h\":\"ebc043eaf801ec5c5b721d5768480d04\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/formtemplate-contactform.nff\":{\"d\":1535620878,\"h\":\"c527cbc8c3918467db36c77bd98afd70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/formtemplate-questionnaire.nff\":{\"d\":1535620878,\"h\":\"9a80731f846da43d459ed23c239cd815\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-menu-import-export.html.php\":{\"d\":1535620878,\"h\":\"42a6d55546b0b9d8830be07caa663d22\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-metabox-submission-example.php\":{\"d\":1535620878,\"h\":\"c04e8af705a360c6bb4f6963de6aa87b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-number.html\":{\"d\":1535620878,\"h\":\"52bd6e94dccf18cb0de91e7c72543fe4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/formtemplate-jobapplication.nff\":{\"d\":1535620878,\"h\":\"7e655cd8e1b343507d54de052dc02715\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-metabox-import-export-favorite-fields-export.html.php\":{\"d\":1535620878,\"h\":\"b56097e73b514efc289d458b61ea4932\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/field-layout.html\":{\"d\":1535620878,\"h\":\"ae8796a1cf4f29c1b240caae4acc645a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/field-after.html\":{\"d\":1535620878,\"h\":\"9bae22bd09d8a2b2665a5880eef7be78\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-shipping.html\":{\"d\":1535620878,\"h\":\"df603c9a5dfe201c24b6114bcdf98767\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-recaptcha.html\":{\"d\":1535620878,\"h\":\"1bfe77e8c10377d872947e19362bc5f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/formtemplate-enquiry.nff\":{\"d\":1535620878,\"h\":\"6488345ff1fbddc684ea8a64eaddb4ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-starrating.html\":{\"d\":1535620878,\"h\":\"63127b50d8aabb4e23e72cc7eca84b7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/example.nff\":{\"d\":1535620878,\"h\":\"8e5856ad8ce83f26c7d72b4942736e56\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-color.html\":{\"d\":1535620878,\"h\":\"b61d3eb9eb0c3232e2a77a1b19fa629c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-date.html\":{\"d\":1535620878,\"h\":\"8ef8e8484e425a238384d30ef1606d2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-menu-system-status.html.php\":{\"d\":1535620878,\"h\":\"95e7265d302f9e01c89ae4626c38114f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-total.html\":{\"d\":1535620878,\"h\":\"0ce657c70fcd1789396a6d642923d269\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-notice-form-import.html.php\":{\"d\":1535620878,\"h\":\"7b5830212da2e2c4ed8bd68fad8c627d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-product.html\":{\"d\":1535620878,\"h\":\"7ec769fcd6eb84795fe5adbebda9c042\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-menu-addons.html.php\":{\"d\":1535620878,\"h\":\"0186660ffe2c1cea75ced4ceec4941a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/app-after-fields.html\":{\"d\":1535620878,\"h\":\"1ef6acd3d49ca6eda0b1577c71c6229d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-menu-new-form.html.php\":{\"d\":1535620878,\"h\":\"fde70177aa78ed77599ca1b2d6676071\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-html.html\":{\"d\":1535620878,\"h\":\"a12d2fff0b784765c563a1f95bcd1744\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/formtemplate-feedback.nff\":{\"d\":1535620878,\"h\":\"92f473d4bceba6308ff06f9603250ff8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/ui-nf-menu-drawer.html.php\":{\"d\":1535620878,\"h\":\"d0f4404229f7a78f725b598d4a51baba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/form-error.html\":{\"d\":1535620878,\"h\":\"f1f1996c97ae8a0f7e4f7ea1c411fc83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-password.html\":{\"d\":1535620878,\"h\":\"34adea9a5316508597d80cad838e2751\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/fields-tax.html\":{\"d\":1535620878,\"h\":\"979d66eac47a80cfc8e4492a84e4d19f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/ui-item-controls.html.php\":{\"d\":1535620878,\"h\":\"db2408383e23734bb7328bc43f42cb8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-metabox-import-export-forms-import.html.php\":{\"d\":1535620878,\"h\":\"d15c8c083077105157df9af8e54aa0b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/admin-notice.html.php\":{\"d\":1535620878,\"h\":\"c13ebe1d132b19c656debfc7e52e338d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Templates\\/app-after-form.html\":{\"d\":1535620878,\"h\":\"bb87e549f4166dae76356deb8e1fe739\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Custom.php\":{\"d\":1535620877,\"h\":\"78091366c89ed4b44cd053aff89b5be0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/SuccessMessage.php\":{\"d\":1535620877,\"h\":\"d1d3ada68340dc3e651d843041d132ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/ExportDataRequest.php\":{\"d\":1535620877,\"h\":\"d8ad83e85767ea2001336a1358e7deec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Akismet.php\":{\"d\":1535620877,\"h\":\"ad82ef675b0b8122fffefca8c4093534\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Email.php\":{\"d\":1535620877,\"h\":\"820123ed653b06fb0e6c4e95764c57b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Redirect.php\":{\"d\":1535620877,\"h\":\"1fdba916b645c6cef65aa707a09118fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/DeleteDataRequest.php\":{\"d\":1535620877,\"h\":\"51c9a55d9a94ed636acf001f33b1771b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/Save.php\":{\"d\":1535620877,\"h\":\"49f3ada71994359882ce96b48324c683\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Actions\\/CollectPayment.php\":{\"d\":1535620877,\"h\":\"f7c56ac7c0daf848c982b4eca9df58f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/LoggerInterface.php\":{\"d\":1535620877,\"h\":\"01d6067d0427f1b8cc3b94fc5f321ffc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/BatchProcess.php\":{\"d\":1535620877,\"h\":\"78b76162f6038260ff5b879b43d991d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/Metabox.php\":{\"d\":1535620877,\"h\":\"74d1bc6aa84d59abd586253d50195fd0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/ModelFactory.php\":{\"d\":1535620877,\"h\":\"f336dd99462f9b5bbec4b83da89a7d0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/Migration.php\":{\"d\":1535620877,\"h\":\"671b596f19b8792dcd2416a6ea1a3143\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/SubmissionMetabox.php\":{\"d\":1535620877,\"h\":\"4cc26b505a4c8a27ba7bc9ac49510e1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/PaymentGateway.php\":{\"d\":1535620877,\"h\":\"118d8d04d142f7f86284cc9c5305ab10\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/UserInfo.php\":{\"d\":1535620877,\"h\":\"ae36e700d4fa38a653eaa7ac9147fa53\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/Extension.php\":{\"d\":1535620877,\"h\":\"2dfd4915f40ad6a7b508d70bf95026ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/FieldOptIn.php\":{\"d\":1535620877,\"h\":\"9bd0eaef8bc5c79ebaa1628efa288cb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/Logger.php\":{\"d\":1535620877,\"h\":\"f6aaf30d9fb6946e6bf7524d554bb48e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/Submenu.php\":{\"d\":1535620877,\"h\":\"73dd551413f383a11e7ddc057a0bfead\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/Model.php\":{\"d\":1535620877,\"h\":\"aeaaf215b35580f41df43882730bb8a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/Input.php\":{\"d\":1535620877,\"h\":\"bed83ebe6cb77d687f8690833d4e05f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/LogLevel.php\":{\"d\":1535620877,\"h\":\"111bf89da649af80df4cda15c28f5b69\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/ActionNewsletter.php\":{\"d\":1535620877,\"h\":\"ccd65f95d4c5b3f667f163ca831152a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/Menu.php\":{\"d\":1535620877,\"h\":\"03d6c6306b04bd380a278f49f5db9677\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/Action.php\":{\"d\":1535620877,\"h\":\"92a75f202d626a401e2651973862a438\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/MergeTags.php\":{\"d\":1535620877,\"h\":\"2899d6e2121b2eb0c985be83acacb41f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/Field.php\":{\"d\":1535620877,\"h\":\"7dc8eb75fa730f32791993cb1e88ec29\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/List.php\":{\"d\":1535620877,\"h\":\"cbb1095621c7124f6a6d26129d37daf8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Abstracts\\/Controller.php\":{\"d\":1535620877,\"h\":\"b09f3b5f26050f48b3f13ad7f241a36f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/WPCLI\\/NinjaFormsCommand.php\":{\"d\":1535620877,\"h\":\"78472af9cc881d99a11f65be3527e9d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Processes\\/UpdateFields.php\":{\"d\":1535620877,\"h\":\"124ea2fca42a0c1528f1da100011a816\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Processes\\/NullProcess.php\":{\"d\":1535620877,\"h\":\"1e78f0b08bf9d5b073fd08d0a331161d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/DeleteAllData.php\":{\"d\":1535620877,\"h\":\"5ebc88d4e3d7874b772c1d7b732d49c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Submission.php\":{\"d\":1535620877,\"h\":\"1f557787ffe2fa7a6a09e43a404bea16\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Fields.php\":{\"d\":1535620877,\"h\":\"0cc746f7d158428101d2d4ce24901485\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Form.php\":{\"d\":1535620877,\"h\":\"fa125a5f10c759900cd69b9d51d1d2c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/JSError.php\":{\"d\":1535620877,\"h\":\"04e142d2e5f6f51a5bd22ab28b41ba2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/SavedFields.php\":{\"d\":1535620877,\"h\":\"7d61bfef9750996cf66a895b82e33fd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/DispatchPoints.php\":{\"d\":1535620877,\"h\":\"6091fefcff32229fb8998a34837878ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/Preview.php\":{\"d\":1535620877,\"h\":\"e1a026f5f608bacc9fc37b01a900612a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Controllers\\/FormEndpoints.php\":{\"d\":1535620877,\"h\":\"f6ed7c852a683086d8fee92f1cee8aab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/REST\\/BatchProcess.php\":{\"d\":1535620877,\"h\":\"e21b2d9f86d32e25d9941673a662488b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/REST\\/NewFormTemplates.php\":{\"d\":1535620877,\"h\":\"9496f4b2c585e24eb771931f4f26459f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/REST\\/Forms.php\":{\"d\":1535620877,\"h\":\"d99f31ed2ccded4df2d4a26f8f70b494\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/REST\\/Controller.php\":{\"d\":1535620877,\"h\":\"db4b7ecdababf930321e3a33948edd86\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Requests\\/DeleteField.php\":{\"d\":1535620877,\"h\":\"b9c71d711ee600f0d8dc480aa8f89655\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/AJAX\\/Requests\\/NullRequest.php\":{\"d\":1535620877,\"h\":\"f3a9e8131628bae16f6736af96745bfc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Display\\/Render.php\":{\"d\":1535620878,\"h\":\"8798396890f5832a2ce3a1b6b94a49f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Display\\/Shortcodes.php\":{\"d\":1535620878,\"h\":\"5e1738cdbfc57f7e8302fc35665647a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Display\\/Preview.php\":{\"d\":1535620878,\"h\":\"6773abbb07f0160a9a65dce1d4747d1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Models\\/Submission.php\":{\"d\":1535620878,\"h\":\"9bfdf71adb5aa4e82a64ae234f80b8cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Models\\/Form.php\":{\"d\":1535620878,\"h\":\"4e73a3bf6846960582d2ee4c1149dba0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Models\\/Action.php\":{\"d\":1535620878,\"h\":\"883166ea27b791cb932c4346d0d2f42c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Models\\/Object.php\":{\"d\":1535620878,\"h\":\"0e5ba76710568a1355bb794076316147\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Models\\/Field.php\":{\"d\":1535620878,\"h\":\"a02afee20a28f376d78881b264a24b84\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Migrations\\/Upgrades.php\":{\"d\":1535620878,\"h\":\"3a6397968fc1d3c0ed84ab0203da7110\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Migrations\\/ActionMeta.php\":{\"d\":1535620878,\"h\":\"66c303ad7a83e8a5e1d312e4155abab3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Migrations\\/FieldMeta.php\":{\"d\":1535620878,\"h\":\"a8cb5889dba6f5b2b59ece586300cec1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Migrations\\/Fields.php\":{\"d\":1535620878,\"h\":\"57494ae8cb5919bfc6f9a24f6091398e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Migrations\\/Actions.php\":{\"d\":1535620878,\"h\":\"ee293ac3d7d677aeec1a174e65cf883c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Migrations\\/ObjectMeta.php\":{\"d\":1535620878,\"h\":\"d7a5a6e910abf22369e4ffa200449fa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Migrations\\/Settings.php\":{\"d\":1535620878,\"h\":\"0272b7af508064666fba1a8858ec5f3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Migrations\\/Relationships.php\":{\"d\":1535620878,\"h\":\"224a725d240ece77e824ff2586152226\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Migrations\\/FormMeta.php\":{\"d\":1535620878,\"h\":\"7b4450ac94c46d3d5a538f620e8b260d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Migrations\\/Objects.php\":{\"d\":1535620878,\"h\":\"a81775de0ba142feb03514ddacab4d70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Migrations\\/Chunks.php\":{\"d\":1535620878,\"h\":\"da1457e095ca40df2ecd561cc75acccc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Migrations\\/Forms.php\":{\"d\":1535620878,\"h\":\"89acb47fe026710fa54aaec5c25bd51e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/PublishProcessing.php\":{\"d\":1535620878,\"h\":\"73ac63e264ab82c63ca4a3ff641986cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/MockData.php\":{\"d\":1535620878,\"h\":\"d86917057e8e17fae79118e08ad87d13\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/SubmissionExpirationCron.php\":{\"d\":1535620878,\"h\":\"cf742809c2ba615b0e4fb4198d2e4982\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/FieldsController.php\":{\"d\":1535620878,\"h\":\"1cb7ae60ba3c6458bdf6b4deaaa97305\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Logger.php\":{\"d\":1535620878,\"h\":\"cea852d423686ded1ec1100b7dc67bb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/Migrations.php\":{\"d\":1535620878,\"h\":\"9bbb552ab93ee0136d1326cef23c74e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Database\\/FormsController.php\":{\"d\":1535620878,\"h\":\"7d059071f2986861efa389f2e2404a8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/MergeTags\\/WP.php\":{\"d\":1535620878,\"h\":\"5789e6033c76d9cbc4a61b33a3cf2487\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/MergeTags\\/Other.php\":{\"d\":1535620878,\"h\":\"b0bf12c6c47de94810d3e0a7610a8bc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/MergeTags\\/Fields.php\":{\"d\":1535620878,\"h\":\"f8da27b94e915d15b540947a9d78fb16\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/MergeTags\\/Calcs.php\":{\"d\":1535620878,\"h\":\"5504afa93d3cbbe1dd7cf27eebc8c9d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/MergeTags\\/Deprecated.php\":{\"d\":1535620878,\"h\":\"1c2203a37d58bfbb1b0baf614c3b88ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/MergeTags\\/Form.php\":{\"d\":1535620878,\"h\":\"a1b534754529d6a603423fefeb179fb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/MergeTags\\/System.php\":{\"d\":1535620878,\"h\":\"a448192230e2f56f9eb63a2e6f4c2282\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Dispatcher.php\":{\"d\":1535620877,\"h\":\"40cee9888bf361ca4cc3628e784d20b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/FormBlock.php\":{\"d\":1535620878,\"h\":\"632343f0c844c7df7e914b72e55721cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Widget.php\":{\"d\":1535620877,\"h\":\"147455d2bd68e8535eb44d757611d235\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Session.php\":{\"d\":1535620877,\"h\":\"1da4b5f2c47507ee21d03ab6a1c3a45a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/deprecated.php\":{\"d\":1535620877,\"h\":\"0748e84ab2d038499ce2466d8b405196\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/includes\\/Helper.php\":{\"d\":1535620877,\"h\":\"9af910680a21591e06ac04ed3cbe05c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/views\\/services\\/services.js\":{\"d\":1535620877,\"h\":\"3d2ab113b37c857d33bb04c7251c46d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/views\\/services\\/service.js\":{\"d\":1535620877,\"h\":\"87b7cd870f9eb1b40a4c441e532e5a2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/views\\/widgets\\/forms\\/formsFilter.js\":{\"d\":1535620877,\"h\":\"edb0229e5e0ff4eab037d06b986e76d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/views\\/widgets\\/forms\\/formsTableLoading.js\":{\"d\":1535620877,\"h\":\"a588f5b6fe60ee4d376dfee21175c74e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/views\\/widgets\\/forms\\/formsTableRow.js\":{\"d\":1535620877,\"h\":\"1e6b270be9a95e990688c22df2a1cb60\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/views\\/widgets\\/forms\\/newFormTemplate.js\":{\"d\":1535620877,\"h\":\"4da2437c5bc41a0094fb5f19d1da3486\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/views\\/widgets\\/forms\\/formsTableBody.js\":{\"d\":1535620877,\"h\":\"bfeecd2d45ba4cfa918b5daaed2f6400\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/views\\/widgets\\/forms\\/formsTable.js\":{\"d\":1535620877,\"h\":\"4ced40dff784d6f0fdb17753dcafb5a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/views\\/widgets\\/forms\\/newFormGrid.js\":{\"d\":1535620877,\"h\":\"09981157c64dffe5aed70c24576a1a87\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/views\\/widgets\\/forms\\/forms.js\":{\"d\":1535620877,\"h\":\"05bdc09b81fba615ef68e14c2f2c3da8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/views\\/widgets\\/forms\\/formsTableEmpty.js\":{\"d\":1535620877,\"h\":\"cc7c0905f64edf6997df77c8b8e929c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/views\\/sections\\/services.js\":{\"d\":1535620877,\"h\":\"a10720be038abd993037cbf94e01a0b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/views\\/sections\\/apps.js\":{\"d\":1535620877,\"h\":\"f508ae9f303651aee8376c6746b427cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/views\\/sections\\/widgets.js\":{\"d\":1535620877,\"h\":\"4e006da59c68ef16db345b13719ae1fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/views\\/sections\\/memberships.js\":{\"d\":1535620877,\"h\":\"fd708694030505bae255c0ae96b49c8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/views\\/promotion.js\":{\"d\":1535620877,\"h\":\"8676ad36d79c26317714436237474249\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/views\\/dashboardView.js\":{\"d\":1535620877,\"h\":\"12450993dbd0ec02df096d9740d0d8c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/views\\/oauth.js\":{\"d\":1535620877,\"h\":\"d9bd8f874d16532b27a3e469fd5cd0fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/models\\/formTemplateModel.js\":{\"d\":1535620877,\"h\":\"d844d1f3b22056156a1bceaefc817835\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/models\\/formModel.js\":{\"d\":1535620877,\"h\":\"ff269ae98f5ac63077f64a71af9f2582\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/models\\/formTemplateCollection.js\":{\"d\":1535620877,\"h\":\"88ee6592f952760dc787cdf25ad813b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/models\\/serviceModel.js\":{\"d\":1535620877,\"h\":\"c6cf5a4e52fb286472366002df9eae56\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/models\\/formCollection.js\":{\"d\":1535620877,\"h\":\"45818412c73aa62e80cc322de8fc6fa6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/models\\/promotionModel.js\":{\"d\":1535620877,\"h\":\"54f10a285650d5fd3705bd673713b2e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/models\\/oauthModel.js\":{\"d\":1535620877,\"h\":\"7dd74e1952a05bf4af8b71f81a78f33a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/models\\/serviceCollection.js\":{\"d\":1535620877,\"h\":\"d9e4a6566227f313425f80a5ecb466f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/controllers\\/.gitkeep\":{\"d\":1535620877,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/controllers\\/formsController.js\":{\"d\":1535620877,\"h\":\"b80812d2df5c3e67c10411761fe6069a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/controllers\\/servicesController.js\":{\"d\":1535620877,\"h\":\"bf6983231cb62e237245b25390ffdb8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/controllers\\/oauthController.js\":{\"d\":1535620877,\"h\":\"997422557a4c6e251bf81f95f7e57e7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/client\\/dashboard\\/main.js\":{\"d\":1535620877,\"h\":\"3e32e291bfb4e1c4b80bde25a3e00f47\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/lang\\/ninja-forms.pot\":{\"d\":1535620877,\"h\":\"58bee87e4e4fcaa6e8c0055f3064dac5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/subs.php\":{\"d\":1535620878,\"h\":\"0c2249290e9e345e549f91169d036c18\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/notification.php\":{\"d\":1535620878,\"h\":\"b13d13f181e9270567658cae4e846a77\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/notices-multipart.php\":{\"d\":1535620878,\"h\":\"0cd98f50973ceeb1f61d826cabda55e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/download-all-subs.php\":{\"d\":1535620878,\"h\":\"aafccd2dcdd002632f51ffd7fbef9ad6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/register.php\":{\"d\":1535620878,\"h\":\"ba7ab3a931fe21b34f3e63837603b383\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/notifications.php\":{\"d\":1535620878,\"h\":\"4f5b3c13b6502a53fba38ed3a829388a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/form.php\":{\"d\":1535620878,\"h\":\"5459d243c08580d4f7f2320950daf0ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/notification-base-type.php\":{\"d\":1535620878,\"h\":\"b19690f6821628ee2e3ec4017c03d413\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/notices-save-progress.php\":{\"d\":1535620878,\"h\":\"993e10bd050984d2140648e0cdd5092a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/notification-redirect.php\":{\"d\":1535620878,\"h\":\"d1d26042566a4927eb703f7ad6acb116\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/notification-success-message.php\":{\"d\":1535620878,\"h\":\"1b9ee0002fc6f11f0a4c83c8020f8858\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/subs-cpt.php\":{\"d\":1535620878,\"h\":\"204806879c694153abe6a77eeda9851a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/sub.php\":{\"d\":1535620878,\"h\":\"2c0caeb905a36a67695dff3a70009509\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/notices-class.php\":{\"d\":1535620878,\"h\":\"c58b3f1246ca2a0a3e318c6ad90b08db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/notification-email.php\":{\"d\":1535620878,\"h\":\"57b4b4beff3c158cb9b784317e4efeb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/step-processing.php\":{\"d\":1535620878,\"h\":\"3e7fd078aaa9cd20dec0284c7fe1c2da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/forms.php\":{\"d\":1535620878,\"h\":\"6c2f9a40be932b60b72bed05f0f4a438\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/add-form-modal.php\":{\"d\":1535620878,\"h\":\"085718affc89db22f016a654eafe9c0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/session.php\":{\"d\":1535620878,\"h\":\"1e239e910265a7270147c71282eb6e9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/classes\\/notifications-table.php\":{\"d\":1535620878,\"h\":\"464f166671af220f40b1f6e176c9bb17\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/upgrade\\/jBox.min.js\":{\"d\":1535620878,\"h\":\"b8b8cf824ca52be7b779f607030652dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/upgrade\\/class-submenu.php\":{\"d\":1535620878,\"h\":\"9940dc1165b3da0a971a0f34adfcf74f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/upgrade\\/tmpl-notice.html.php\":{\"d\":1535620878,\"h\":\"b4e1be902cc39c11d087084959632c47\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/upgrade\\/tmpl-settings-upgrade-button.html.php\":{\"d\":1535620878,\"h\":\"6dd1c46880a174e88f41b1303198dfa0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/upgrade\\/upgrade.js\":{\"d\":1535620878,\"h\":\"f0b1f716369e57a7dca91d236280378c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/upgrade\\/tmpl-submenu.html.php\":{\"d\":1535620878,\"h\":\"b83efe508302c77449c7a34201c3fc93\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/upgrade\\/jBox.css\":{\"d\":1535620878,\"h\":\"98248996459b6484fffb56f862812a00\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/upgrade\\/upgrade.css\":{\"d\":1535620878,\"h\":\"f90af86ba665219bf7ed4e39d0d0534e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/js\\/min\\/jquery.rating.min.js\":{\"d\":1535620878,\"h\":\"bf984f1676e6a0c54434a27728ad3736\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/js\\/min\\/jquery.maskedinput.min.js\":{\"d\":1535620878,\"h\":\"527014dc47a66640dc96db705700c7a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/js\\/min\\/jquery.qtip.min.js\":{\"d\":1535620878,\"h\":\"0183010f459e41215e01d3aeb663a0c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/js\\/min\\/word-and-character-counter.min.js\":{\"d\":1535620878,\"h\":\"37defc72274e92a375d0e97674cfbe18\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/js\\/min\\/ninja-forms-admin.min.js\":{\"d\":1535620878,\"h\":\"7341bc4e2ced3fc9cdff17e962bd5fdc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/js\\/min\\/autoNumeric.min.js\":{\"d\":1535620878,\"h\":\"cf0e9a36c8cd10ef522536f9fc361a23\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/js\\/min\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/js\\/min\\/ninja-forms-display.min.js\":{\"d\":1535620878,\"h\":\"e30640a05a53f319bcfa0e7b64e7b03b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/js\\/min\\/jquery.phpDate.min.js\":{\"d\":1535620878,\"h\":\"fc02687da6341174a8e9feaaa99bfec5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/js\\/dev\\/word-and-character-counter.js\":{\"d\":1535620878,\"h\":\"285f816288cb1426ab64be87808028e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/js\\/dev\\/jquery.phpdate.js\":{\"d\":1535620878,\"h\":\"a363662c8d6bed98080e8941cba166db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/js\\/dev\\/ninja-forms-display.js\":{\"d\":1535620878,\"h\":\"939657b4004c6838ed30a5f0f75f7bd0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/js\\/dev\\/jquery.ui.nestedSortable.js\":{\"d\":1535620878,\"h\":\"b30c8c86a48f6759e1f0bde617e83a58\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/js\\/dev\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/js\\/dev\\/ninja-forms-admin.js\":{\"d\":1535620878,\"h\":\"7569f8dff4e3d5184feb15488b1433c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/js\\/dev\\/jquery.rating.js\":{\"d\":1535620878,\"h\":\"9b1d83d0d7217944219f840924ca6737\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/js\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/min\\/builder.min.js\":{\"d\":1535620878,\"h\":\"47c806dd1c755bc8073235ba9cae6897\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/min\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/min\\/bootstrap-tokenfield.min.js\":{\"d\":1535620878,\"h\":\"2f61337e246f468aa36d468ce5fd84b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/min\\/nf-upgrade-handler.min.js\":{\"d\":1535620878,\"h\":\"91b4059700727a3530bd151dd8d51b8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/min\\/combobox.min.js\":{\"d\":1535620878,\"h\":\"44a07deca8ad9ca364bcc69da939cabb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/min\\/step-processing.min.js\":{\"d\":1535620878,\"h\":\"f0eda67cb545ea11b5f736c30a592545\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/min\\/admin-modal.min.js\":{\"d\":1535620878,\"h\":\"d7b68c0bfaf58da0f0ac56b50d4081dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/min\\/subs-cpt.min.js\":{\"d\":1535620878,\"h\":\"9f67fb6410f5e3a5a2837d3303d7f7b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/min\\/notifications.min.js\":{\"d\":1535620878,\"h\":\"ab26fed1ed5ded9a38a71de2c8288e65\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/dev\\/combobox.js\":{\"d\":1535620878,\"h\":\"9bbc5c51cdf24973ed3176ab8197fd9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/dev\\/nf-upgrade-handler.js\":{\"d\":1535620878,\"h\":\"a4235746f088b92b066570c8a5ab77ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/dev\\/builder.js\":{\"d\":1535620878,\"h\":\"c2e00758439021e1639e82b1e1455009\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/dev\\/bootstrap-tokenfield.js\":{\"d\":1535620878,\"h\":\"dc138a89c4d766ce8af710cd126723d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/dev\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/dev\\/admin-modal.js\":{\"d\":1535620878,\"h\":\"4a8cae1256c51e1d6a4de9887aaace8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/dev\\/subs-cpt.js\":{\"d\":1535620878,\"h\":\"28169ecb7ab0ab24285ee0e8c4646d4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/dev\\/notifications.js\":{\"d\":1535620878,\"h\":\"48b86dc52367c3963f5e73061f34beb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/dev\\/step-processing.js\":{\"d\":1535620878,\"h\":\"21363078b5a070bf7c2f26ac4f121f83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/lib\\/howler.core.min.js\":{\"d\":1535620878,\"h\":\"4d72d36a39f5aa20804d9a357a0470fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/lib\\/cheet.min.js\":{\"d\":1535620878,\"h\":\"767a72b7fab781025ab71fe1441886e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/js\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/images\\/screenshots\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/images\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/css\\/jquery-ui-fresh.min.css\":{\"d\":1535620878,\"h\":\"61aede914019bf154782937498de0e4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/css\\/notifications.css\":{\"d\":1535620878,\"h\":\"af5dec5b5a8b5ba149188ef9b88f0613\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/css\\/admin-notices.css\":{\"d\":1535620878,\"h\":\"3c010b599b3e94d734de6c6e47638ee3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/css\\/combobox.css\":{\"d\":1535620878,\"h\":\"5d8605cf9226b35bcd63be1ba1606169\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/css\\/bootstrap-tokenfield.css\":{\"d\":1535620878,\"h\":\"dc9d128c494a003e8c12a3b540afaea7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/css\\/admin-modal.css\":{\"d\":1535620878,\"h\":\"17eb8e3c1c780aad756fede28b566fee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/css\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/css\\/tokenfield-typeahead.min.css\":{\"d\":1535620878,\"h\":\"65ca9df1e18290048dc8a39665d7841a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/css\\/bootstrap-tokenfield.min.css\":{\"d\":1535620878,\"h\":\"de83f62344ac87b1fdaa4b9d77c7a2fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/css\\/nf-upgrade-handler.css\":{\"d\":1535620878,\"h\":\"8f7a9a4c2e476fb1c89edb0cb0909865\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/css\\/tokenfield-typeahead.css\":{\"d\":1535620878,\"h\":\"c68d7c6ad1f87f0e31f443dc00f76c8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/css\\/cpt.css\":{\"d\":1535620878,\"h\":\"9f200f49f056e29b4875f7b4df5186bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/assets\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/libraries\\/class-recursive-arrayaccess.php\":{\"d\":1535620878,\"h\":\"8b7b53213d74638ecb5ebcfbb1134b21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/libraries\\/wp-session.php\":{\"d\":1535620878,\"h\":\"1e8f8641d2257f1761560ff6355bef1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/libraries\\/class-wp-session.php\":{\"d\":1535620878,\"h\":\"d074832d9ff4f3c2b2f4f861e96fd709\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/processing\\/fields-post-process.php\":{\"d\":1535620878,\"h\":\"a614f1068261e29cc186e258604ac919\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/processing\\/class-ninja-forms-processing.php\":{\"d\":1535620878,\"h\":\"95994704d6ec4f29f4a0cfff3b1bfaf4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/processing\\/pre-process.php\":{\"d\":1535620878,\"h\":\"f3a9dfebaf6d0af7333ca95bdb04ed98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/processing\\/filter-msgs.php\":{\"d\":1535620878,\"h\":\"8a4fcb87b38bdc8cf467677db6a32362\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/processing\\/update-terms.php\":{\"d\":1535620878,\"h\":\"1433fcfb82c90025e26432932c74ea0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/processing\\/req-fields-pre-process.php\":{\"d\":1535620878,\"h\":\"c59c141078e773b7c409710dcec6a2d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/processing\\/term-name-filter.php\":{\"d\":1535620878,\"h\":\"278f90dcebbf3e59970203ddd0af1f68\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/processing\\/post-process.php\":{\"d\":1535620878,\"h\":\"9df833fba8bdfc93957c5e728d487dbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/processing\\/process.php\":{\"d\":1535620878,\"h\":\"e3606bf702097cc473884c7d9a79a722\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/processing\\/fields-pre-process.php\":{\"d\":1535620878,\"h\":\"edba67e7aed22403fc9fd7ec77034268\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/processing\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/processing\\/save-sub.php\":{\"d\":1535620878,\"h\":\"b61143c75a6d2b59aa248c888e2e156a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/processing\\/class-display-loading.php\":{\"d\":1535620878,\"h\":\"be0081c6bb9c44c2007bad1612814e08\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/processing\\/honeypot.php\":{\"d\":1535620878,\"h\":\"44cf1dc2d03fd2b3bc1ae89316c8c96a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/processing\\/fields-process.php\":{\"d\":1535620878,\"h\":\"4c863824ba8417de43d740f642ca8bca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/fields\\/field-type.php\":{\"d\":1535620878,\"h\":\"1f1c07864744a1f23830018af92aa1e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/fields\\/clear-complete.php\":{\"d\":1535620878,\"h\":\"ee4fe6328622dac3bbb1cac2b97b7189\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/fields\\/list-term-filter.php\":{\"d\":1535620878,\"h\":\"b0894c6f8da21ff9126b87c4a8134f28\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/fields\\/calc-field-class.php\":{\"d\":1535620878,\"h\":\"10452f2431f12d3db05292e78214d78a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/fields\\/help.php\":{\"d\":1535620878,\"h\":\"773ac63d3147242df4e48f937d46a6a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/fields\\/default-value-filter.php\":{\"d\":1535620878,\"h\":\"3700c823254d91e1c367f9e21df5ec4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/fields\\/desc.php\":{\"d\":1535620878,\"h\":\"056bfa985889a7613de468e281c88b91\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/fields\\/display-fields.php\":{\"d\":1535620878,\"h\":\"09d7562c78b3e97278183f0aa6f516d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/fields\\/field-error-message.php\":{\"d\":1535620878,\"h\":\"bd2f9a2ae627b8f529afea3d35c0f9bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/fields\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/fields\\/label.php\":{\"d\":1535620878,\"h\":\"23e74864c68fdc97265db506b41a2cec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/fields\\/restore-progress.php\":{\"d\":1535620878,\"h\":\"bea6fdbd24fd954bd55e52c1625c2749\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/fields\\/inside-label-hidden.php\":{\"d\":1535620878,\"h\":\"834bc4f09525ded53adf9082a4aef4ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/form\\/fields-wrap.php\":{\"d\":1535620878,\"h\":\"af6efbbf3bc5111ea71581b9f1c0e968\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/form\\/open-form-tag.php\":{\"d\":1535620878,\"h\":\"0e9a422ed215591ffcc8856834bddedf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/form\\/nonce.php\":{\"d\":1535620878,\"h\":\"64e6ecbd4aa10ea730824ad1318006f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/form\\/form-title.php\":{\"d\":1535620878,\"h\":\"5d857dd9af0d0d89057091a5be745221\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/form\\/sub-limit.php\":{\"d\":1535620878,\"h\":\"d94dc900ddef2da37b87225d1b1851a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/form\\/not-logged-in.php\":{\"d\":1535620878,\"h\":\"488baacf31d3e211c6be07e88a8eec3e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/form\\/display-form.php\":{\"d\":1535620878,\"h\":\"5a3a91251c342f6ae225b45f4b7ff516\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/form\\/form-cont.php\":{\"d\":1535620878,\"h\":\"e71a764f59284d9e9949288b71ed6119\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/form\\/form-visibility.php\":{\"d\":1535620878,\"h\":\"02bb650daaf9ada89eda080ce8660487\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/form\\/process-message.php\":{\"d\":1535620878,\"h\":\"9b8936e75e387a5a0e59369751cbf62f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/form\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/form\\/required-label.php\":{\"d\":1535620878,\"h\":\"ffdb5820c9818311ab9eecfc758849f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/form\\/close-form-tag.php\":{\"d\":1535620878,\"h\":\"5cf9b494a90a1b0c04f6414429d87939\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/form\\/form-wrap.php\":{\"d\":1535620878,\"h\":\"52d2976b6d6d9bd19c5ea2aed2779f0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/form\\/honeypot.php\":{\"d\":1535620878,\"h\":\"29802a33a5264bf49dfdf0d805ac52b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/form\\/response-message.php\":{\"d\":1535620878,\"h\":\"0c93fe8ac192e41aa7d740658a05b182\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/form\\/hidden-fields.php\":{\"d\":1535620878,\"h\":\"4ff964f0fda0148b0df563d13ca6d5c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/scripts.php\":{\"d\":1535620878,\"h\":\"be051a4036350f9e319699902b968e4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/display\\/upgrade-functions.php\":{\"d\":1535620878,\"h\":\"41537f4a3759663bf0fb37999b2ebc00\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/classes\\/class-nf-system-status.php\":{\"d\":1535620878,\"h\":\"d9b852bc0d5d1d16b26b127b6179086f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/classes\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-addons\\/tabs\\/addons\\/addons.php\":{\"d\":1535620878,\"h\":\"7c5f144ca498abf74f56662ce5cfeabe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-settings\\/tabs\\/license-settings\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-settings\\/tabs\\/license-settings\\/license-settings.php\":{\"d\":1535620878,\"h\":\"15af58116a303c2b8bed3db4d01b9145\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-settings\\/tabs\\/label-settings\\/label-settings.php\":{\"d\":1535620878,\"h\":\"33feadf636cafc2d2d163ea11df6dc12\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-settings\\/tabs\\/label-settings\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-settings\\/tabs\\/general-settings\\/general-settings.php\":{\"d\":1535620878,\"h\":\"0ac9b26c1fa4d3ce2edc1e95c5f5c8f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-settings\\/tabs\\/general-settings\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-settings\\/tabs\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-settings\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-impexp\\/tabs\\/impexp-backup\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-impexp\\/tabs\\/impexp-backup\\/impexp-backup.php\":{\"d\":1535620878,\"h\":\"3edb42c2c89630ac8886d0046b1fa193\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-impexp\\/tabs\\/impexp-forms\\/impexp-forms.php\":{\"d\":1535620878,\"h\":\"b95ee208721d6ced7287364903798722\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-impexp\\/tabs\\/impexp-forms\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-impexp\\/tabs\\/impexp-subs\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-impexp\\/tabs\\/impexp-subs\\/impexp-subs.php\":{\"d\":1535620878,\"h\":\"b8591a3f405e081c844974ffd69bccc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-impexp\\/tabs\\/impexp-fields\\/impexp-fields.php\":{\"d\":1535620878,\"h\":\"9fa43896682d242eab5db104064c8066\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-impexp\\/tabs\\/impexp-fields\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-impexp\\/tabs\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms-impexp\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/field-settings\\/sidebars\\/user-info.php\":{\"d\":1535620878,\"h\":\"7a54f76ff7b69e592473eea8321ed47a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/field-settings\\/sidebars\\/fav-fields.php\":{\"d\":1535620878,\"h\":\"1afbcc82ff9c31f2313622b71d3bc3e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/field-settings\\/sidebars\\/post-fields.php\":{\"d\":1535620878,\"h\":\"c4e8698f47cc5abcb462091279fa3197\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/field-settings\\/sidebars\\/layout-fields.php\":{\"d\":1535620878,\"h\":\"bfb5fd05e09324ec5c46cdd03035d449\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/field-settings\\/sidebars\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/field-settings\\/sidebars\\/def-fields.php\":{\"d\":1535620878,\"h\":\"a28bbdeb79d17bb5376679ba5c6b7b93\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/field-settings\\/sidebars\\/template-fields.php\":{\"d\":1535620878,\"h\":\"368481c5fb6c749b1b7e0a2df44e6e19\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/field-settings\\/sidebars\\/payment-fields.php\":{\"d\":1535620878,\"h\":\"c62a026654c2b8f872a0b7e2f83b1c56\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/field-settings\\/help.php\":{\"d\":1535620878,\"h\":\"6a826cb77e5ba1dd24c64fd2a382ab67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/field-settings\\/edit-field-ul.php\":{\"d\":1535620878,\"h\":\"5ea10c83e4447c96252bac897021a719\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/field-settings\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/field-settings\\/field-settings.php\":{\"d\":1535620878,\"h\":\"e9a1ba4f69d110f93a6225de16baee57\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/field-settings\\/empty-rte.php\":{\"d\":1535620878,\"h\":\"a24078432e0be5834d69cfcd9855d6e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/form-settings\\/help.php\":{\"d\":1535620878,\"h\":\"216c6e947d763de19ee784d0aaa97153\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/form-settings\\/form-settings.php\":{\"d\":1535620878,\"h\":\"fe1b3073be85195d6937a125d014cd71\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/form-settings\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/form-list\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/form-list\\/form-list.php\":{\"d\":1535620878,\"h\":\"5060e30c19e7aafc788697fed309360f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/form-preview\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/form-preview\\/form-preview.php\":{\"d\":1535620878,\"h\":\"0f3a876b1e6453f0c0ce5cb6097c3d74\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/tabs\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/ninja-forms\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/system-status-html.php\":{\"d\":1535620878,\"h\":\"05ec8f1814bc8f7092380507f8a80ea9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/system-status.php\":{\"d\":1535620878,\"h\":\"91d18f60aa3ea67e72bafd54d21700a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/pages\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/upgrades\\/convert-notifications.php\":{\"d\":1535620878,\"h\":\"360dd74cbff7e3550f62ab66622dec1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/upgrades\\/class-upgrade-handler.php\":{\"d\":1535620878,\"h\":\"36f8d1fa06cf0a30a5f76971141a564d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/upgrades\\/convert-subs.php\":{\"d\":1535620878,\"h\":\"ee87beef66f7d0e396f8800a9355168a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/upgrades\\/class-upgrade.php\":{\"d\":1535620878,\"h\":\"dada1f17205500f50e09ad534a8a6417\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/upgrades\\/convert-forms-reset.php\":{\"d\":1535620878,\"h\":\"1f74ee070297b58d444523ba27c2b03f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/upgrades\\/update-email-settings.php\":{\"d\":1535620878,\"h\":\"720342d7e11dc018a491f1b7d969f3cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/upgrades\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/upgrades\\/upgrade-handler-page.php\":{\"d\":1535620878,\"h\":\"971b040657deb180682c811d306f5bb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/upgrades\\/convert-forms.php\":{\"d\":1535620878,\"h\":\"f2f0c724ab81f47590556ec08598074a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/upgrades\\/upgrades.php\":{\"d\":1535620878,\"h\":\"daaccfd235733776ba459f2f428f7ef2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/upgrades\\/upgrade-functions.php\":{\"d\":1535620878,\"h\":\"5e9b042f78e70ff2377ecfe98164d67b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/upgrades\\/upgrade-handler-page.html.php\":{\"d\":1535620878,\"h\":\"ed7111a18557bf669bb81a08dc72e464\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/upgrades\\/database-migrations.php\":{\"d\":1535620878,\"h\":\"965bf4a5bf1bfb730b4d51dd63338827\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/custom-class.php\":{\"d\":1535620878,\"h\":\"3fa30d7c6257d2c220dd44718080fd95\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/req.php\":{\"d\":1535620878,\"h\":\"581f981ebb93dafe22b659395a1428a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/sub-settings.php\":{\"d\":1535620878,\"h\":\"91f160f2a420a6d8d435aa38e444ecdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/autocomplete-off.php\":{\"d\":1535620878,\"h\":\"0aeb9cc41c08018c7b461f20722e2653\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/help.php\":{\"d\":1535620878,\"h\":\"38fe4750b9172ed51f4ffc3bbaceb0cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/hr.php\":{\"d\":1535620878,\"h\":\"5922bf3ee95e7a3ffc3fbbca31433a50\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/desc.php\":{\"d\":1535620878,\"h\":\"6a9812eb5da786243bd9917acc992190\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/post-meta-values.php\":{\"d\":1535620878,\"h\":\"8feeb6c4afef7d4f55b9029fd3f88eea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/label.php\":{\"d\":1535620878,\"h\":\"d031e8565b89784325150cebf98bf7ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/li.php\":{\"d\":1535620878,\"h\":\"36a3caa1f5b37917fb3cec48e96a4d73\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/user-info-fields.php\":{\"d\":1535620878,\"h\":\"9ec2fb031c90d7abf31bc461a55661c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/input-limit.php\":{\"d\":1535620878,\"h\":\"773af869a53d9625a9e876d27f368947\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/save-button.php\":{\"d\":1535620878,\"h\":\"d891dd9306a5894e0dbfb8399e1e6993\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/edit-field.php\":{\"d\":1535620878,\"h\":\"f7bcc6a6aeb28e6bf277408213589f69\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/placeholder.php\":{\"d\":1535620878,\"h\":\"a3cd846fe975422b4538a511eb7edb3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/calc.php\":{\"d\":1535620878,\"h\":\"8c636f952145072faa35bc29990c2e9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/list-terms.php\":{\"d\":1535620878,\"h\":\"e5db1263f07ad77d3e6914d900770dc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/edit-field\\/remove-button.php\":{\"d\":1535620878,\"h\":\"cc0d3cfbe1a791061b60c1b56518e5cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/register-screen-options.php\":{\"d\":1535620878,\"h\":\"5aacce923adc4ad4dacbce8fcfff4441\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/sidebar.php\":{\"d\":1535620878,\"h\":\"63efc7166a9a1d283858e57a89d1440d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/notices.php\":{\"d\":1535620878,\"h\":\"12ced67079393441368f2d7a0d530d91\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/scripts.php\":{\"d\":1535620878,\"h\":\"5c10c02b59dc18c20729055c9c828d48\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/admin.php\":{\"d\":1535620878,\"h\":\"bd00c8b055e57bdea3c0e3dd45f48484\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/output-tab-metabox.php\":{\"d\":1535620878,\"h\":\"a1bab809e9303dd8880e0e1d22bf559a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/register-screen-help.php\":{\"d\":1535620878,\"h\":\"813aaedd1bf3c118095c93805a222f17\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/sidebar-fields.php\":{\"d\":1535620878,\"h\":\"877c2c706256cbf572042a8d274af40f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/tabs.php\":{\"d\":1535620878,\"h\":\"1d2a05bd1983860e6d6cee5ba29530c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/display-screen-options.php\":{\"d\":1535620878,\"h\":\"cfe3304dd98cf1ce3561ce235bd476f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/form-preview.php\":{\"d\":1535620878,\"h\":\"bfe1849662603c1f48d776f98bd35ef2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/post-metabox.php\":{\"d\":1535620878,\"h\":\"d4c02df7a250c77582b6f23f31a994dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/step-processing.php\":{\"d\":1535620878,\"h\":\"a510be5c92ed1f66b0ff488cfa5570fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/save.php\":{\"d\":1535620878,\"h\":\"7d95e1e85a9f69321b99df81766f3809\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/welcome.php\":{\"d\":1535620878,\"h\":\"b06ddc5e57b6ca2e75ef651ce1e82142\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/admin\\/ajax.php\":{\"d\":1535620878,\"h\":\"9f6f0df2099e3c54bab7db18aeaffc35\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/submit.php\":{\"d\":1535620878,\"h\":\"a7667bf9607960c013db5e4cc17e4501\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/country.php\":{\"d\":1535620878,\"h\":\"01f01bbeab9fcba68ed974f162c6ce9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/recaptcha.php\":{\"d\":1535620878,\"h\":\"9a8ccd85c37e44ae2114a11ff5effcd4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/rating.php\":{\"d\":1535620878,\"h\":\"0d08f3d693ffd8a5abba8d9e73fd8b41\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/hr.php\":{\"d\":1535620878,\"h\":\"30c9f31e8c1b2880e3ed57532a5e3fe1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/desc.php\":{\"d\":1535620878,\"h\":\"d4be17d0083a8e42f6e42e14ed8213b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/textarea.php\":{\"d\":1535620878,\"h\":\"14bdc6499899861e2111d3fd0acf1e71\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/organizer.php\":{\"d\":1535620878,\"h\":\"a720dbcd2fb5a3451819c4ac8df7bd76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/field-template.php\":{\"d\":1535620878,\"h\":\"bbe00ae6a5a001c6bb3b648eff90ff24\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/hidden.php\":{\"d\":1535620878,\"h\":\"b92729c66d6c78ac161f071e159201af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/list.php\":{\"d\":1535620878,\"h\":\"82448b89aaefd0e2296ef7cc0f709af5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/credit-card.php\":{\"d\":1535620878,\"h\":\"15f0249d9dbbec529cec16e2e12a3525\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/honeypot.php\":{\"d\":1535620878,\"h\":\"5f9b2de63d06ad4271fd2588a0ca9503\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/timed-submit.php\":{\"d\":1535620878,\"h\":\"4c3d1740f551c5d1aa771c4496d2a2f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/textbox.php\":{\"d\":1535620878,\"h\":\"de8b6f2e19e2747f6df7644833f92e71\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/calc.php\":{\"d\":1535620878,\"h\":\"c104da2916bfc66f7c2dbd2038c3a19f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/checkbox.php\":{\"d\":1535620878,\"h\":\"99cf82f6bc6bfc4503d91abcaf8432f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/tax.php\":{\"d\":1535620878,\"h\":\"9ce347fb7a3ed99e6f53880976b2d2d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/password.php\":{\"d\":1535620878,\"h\":\"7f42bd7c8bda1bb747dc56c7c5bafcc4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/spam.php\":{\"d\":1535620878,\"h\":\"6188bcd310ff7d89518926450ef732c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/fields\\/number.php\":{\"d\":1535620878,\"h\":\"448504ea9cf6ca1331515537084498e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/forms\\/starter-form.nff\":{\"d\":1535620878,\"h\":\"93eb686b4757664c7d1fe6f103dedef9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/forms\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/actions.php\":{\"d\":1535620878,\"h\":\"6466003f5b933d513a2ca169b60a6ea7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/register.php\":{\"d\":1535620878,\"h\":\"d1a4965a192ab0f5d3d0a7da5a8f278f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/reply-to-check.php\":{\"d\":1535620878,\"h\":\"b2704b446a0fdcc670e8eeaca849eb98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/shortcode.php\":{\"d\":1535620878,\"h\":\"3f72bf030734f7a7665eaabb5830bb71\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/database.php\":{\"d\":1535620878,\"h\":\"5a0782fbf74a1fb09d9343d009fd8dd0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/field-type-groups.php\":{\"d\":1535620878,\"h\":\"836b7b6ced4e24a41ad4ebeff770d575\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/ninja-settings.php\":{\"d\":1535620878,\"h\":\"187cf0a1f353e4106855bbedc0c1711e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/from-setting-check.php\":{\"d\":1535620878,\"h\":\"9d0d78afabfb807c450513d48a510365\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/import-export.php\":{\"d\":1535620878,\"h\":\"70e770a386514ec36e642bf78ada7003\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/activation.php\":{\"d\":1535620878,\"h\":\"d0307eec1b4a7aaad61a0456d71195d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/functions.php\":{\"d\":1535620878,\"h\":\"41c68c53f4a11821d8d6c7dd21c90e55\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/deprecated.php\":{\"d\":1535620878,\"h\":\"96f8bd9ca79c53e7af8a0ec461fb20e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/widget.php\":{\"d\":1535620878,\"h\":\"917d7abfe868a67fde3d7534cf85f1b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/eos.class.php\":{\"d\":1535620878,\"h\":\"f82e60883f3a417b09911a6a21f0cf69\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/class-extension-updater.php\":{\"d\":1535620878,\"h\":\"c93075a92f2fbd2abc352a1375d96712\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/stack.class.php\":{\"d\":1535620878,\"h\":\"2621b4361f2c694628ab0b071e68470d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/includes\\/EDD_SL_Plugin_Updater.php\":{\"d\":1535620878,\"h\":\"55bfbecfd9e8c9889bf66073c80e9bfd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/lang\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/lang\\/ninja-forms.pot\":{\"d\":1535620878,\"h\":\"4a88165b32d4d444e24be554d2b629e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/images\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/css\\/smoothness\\/images\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/css\\/smoothness\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/css\\/smoothness\\/jquery-smoothness.css\":{\"d\":1535620878,\"h\":\"408dd91897a792623ce7c06d45a71725\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/css\\/jquery.rating.css\":{\"d\":1535620878,\"h\":\"441f06548fd6785a286162f39a49b119\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/css\\/qtip.css\":{\"d\":1535620878,\"h\":\"e55d24316dfa8068c17e341338f59af9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/css\\/fonts.css\":{\"d\":1535620878,\"h\":\"5dab3c4fbd46af1c31e7e5674a47d01b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/css\\/ninja-forms-display.css\":{\"d\":1535620878,\"h\":\"943606c2bfbdcf822454dd1369ac3f7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/css\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/css\\/ninja-forms-admin.css\":{\"d\":1535620878,\"h\":\"91d92259a1d9ee0a7ac63b2ed68e658f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/ninja-forms.php\":{\"d\":1535620878,\"h\":\"a2e27898f8101f006f12eb05961a714f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/deprecated\\/addons-feed.json\":{\"d\":1535620878,\"h\":\"c3ab067b9176b36ab524946089b1f14b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/lib\\/Conversion\\/Calculations.php\":{\"d\":1535620877,\"h\":\"5bd4a2f6fd7c181a768517e697d3bf12\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/lib\\/StepProcessing\\/menu.php\":{\"d\":1535620877,\"h\":\"a9027dab100cef497281032d8659d2d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/lib\\/StepProcessing\\/step-processing.php\":{\"d\":1535620877,\"h\":\"60eb9b55557e0795ee45f30b79a5e131\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/lib\\/NF_Tracking.php\":{\"d\":1535620877,\"h\":\"375740404a33c976c82d4c9825e5ffd3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/lib\\/NF_Conversion.php\":{\"d\":1535620877,\"h\":\"aaf9d5ed2b0f74faa0b813402b5e4fe3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/lib\\/NF_VersionSwitcher.php\":{\"d\":1535620877,\"h\":\"118ff5a4f5b4dbeb8c4fb9e35df613dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/lib\\/NF_ExceptionHandlerJS.php\":{\"d\":1535620877,\"h\":\"64e8b87eadfb141532f907fb75aa22a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/lib\\/NF_Upgrade.php\":{\"d\":1535620877,\"h\":\"2c953d702b65c1e782c906dfdccea33a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/lib\\/NF_AddonChecker.php\":{\"d\":1535620877,\"h\":\"91d27c2b43c4da9a3efa35091c48295f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/.github\\/ISSUE_TEMPLATE.md\":{\"d\":1535620878,\"h\":\"32097146b83f08156685bc448d8e319c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/.github\\/PULL_REQUEST_TEMPLATE.md\":{\"d\":1535620878,\"h\":\"2a088aca9cfe7f65b79d183b4907cc7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/.github\\/CONTRIBUTING.md\":{\"d\":1535620878,\"h\":\"6ce2b78b947485fbaea1aae322497ced\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/ninja-forms.php\":{\"d\":1535620877,\"h\":\"d0c1dd464f2c6cdf179464c4e4dd7d1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/readme.txt\":{\"d\":1535620877,\"h\":\"ad0f9b3c6c16aa137c8b40b9baa9dadd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/.gitlab-ci.yml\":{\"d\":1535620877,\"h\":\"7dd4eeaae7b38854dd36a95f80607256\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/index.php\":{\"d\":1535620878,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/DATA_STRUCTURE.md\":{\"d\":1535620877,\"h\":\"ca6624ce8ccb2c326af6b8ad5b7ad2ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/ninja-forms\\/LICENSE\":{\"d\":1535620878,\"h\":\"d32239bcb673463ab874e80d47fae504\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/bootstrap4.min.js\":{\"d\":1567917025,\"h\":\"0a958254db529f99f475080fe2a6dcdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/bootstrap-select.min.js\":{\"d\":1567917025,\"h\":\"363b7fe1f71d51920452a316d243acf8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/shield-antibot.js\":{\"d\":1567917025,\"h\":\"a3c75e509ed8ecdf22777a55bc8a603f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/featherlight.js\":{\"d\":1567917025,\"h\":\"a55b9531ec22ef68f99e9d49a3387273\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/charts.js\":{\"d\":1567917025,\"h\":\"c5abf05632f52b093bcf755030e66dff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/bootstrap4.js\":{\"d\":1567917025,\"h\":\"5e7d168ed3203dab385e83f97f98f725\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/wizard.js\":{\"d\":1567917025,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/plugin.js\":{\"d\":1567917025,\"h\":\"5a7cc18adcb10bfb6a1a2dd3ba092965\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/global-plugin.js\":{\"d\":1567917025,\"h\":\"7021b986f5bd8609e5ec74bf8808cdc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/icwp-options.js\":{\"d\":1567917025,\"h\":\"9e93304eda31c138ea8c024c9aaf57da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/whitelabel.js\":{\"d\":1567917025,\"h\":\"3d06e948ed8604bee5724b79800b8029\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/bootstrap4.bundle.js\":{\"d\":1567917025,\"h\":\"bd1604da466f7535f07899082f104eec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/chartist.min.js\":{\"d\":1567917025,\"h\":\"22920919b992b05dd061226c43f35168\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/chartist-plugin-legend.js\":{\"d\":1567917025,\"h\":\"70d4c4f544554e316666461f7993fc6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/lz-string.min.js\":{\"d\":1567917025,\"h\":\"071a9d934c282849904147379cb5c772\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/base64.min.js\":{\"d\":1567917025,\"h\":\"fa942db328eaabea61ed20238e8559ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/jquery.fileDownload.js\":{\"d\":1567917025,\"h\":\"a539437e73e5f988c97603e4f13ebd45\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/jquery.fancybox.min.js\":{\"d\":1567917025,\"h\":\"0267308e58fd3d5aeff4db7c22754bc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/bootstrap4.bundle.min.js\":{\"d\":1567917025,\"h\":\"b41fe9374205bd087a4d4f0ab5a195be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/shield-scans.js\":{\"d\":1567917025,\"h\":\"1918c194eb95aad43f00c01232b71b8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/jquery.steps.min.js\":{\"d\":1567917025,\"h\":\"0eef6fe46d14f860d5666d2c7b13a564\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/shield-tables.js\":{\"d\":1567917025,\"h\":\"471cb3063d6b8ba05514f8cd22131a70\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/js\\/shield-import.js\":{\"d\":1567917025,\"h\":\"d3f4ab94118edd030f041c299cd559e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/css\\/jquery.fancybox.min.css\":{\"d\":1567917025,\"h\":\"35d290afd71a6053d8195ea13170b4e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/css\\/bootstrap-select.min.css\":{\"d\":1567917025,\"h\":\"c1009bf9d91e06af7f861ec656261c29\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/css\\/plugin.css\":{\"d\":1567917025,\"h\":\"0b91f1935e61506ab821f2e3f5b49417\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/css\\/jquery.steps.css\":{\"d\":1567917025,\"h\":\"0c7c3d6c123720ea9c896334a2762e1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/css\\/bootstrap-wpadmin-legacy.css\":{\"d\":1567917025,\"h\":\"7505bfb7a091683745df854fb16acfa3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/css\\/wizard.css\":{\"d\":1567917025,\"h\":\"25506d94bc0b58bb741266a68d9eac2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/css\\/global-plugin.css\":{\"d\":1567917025,\"h\":\"ad33e02dd5d842bff75f80ad46a9d51f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/css\\/featherlight.css\":{\"d\":1567917025,\"h\":\"712ba87ec5c09028927891bd418f2086\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/css\\/bootstrap-wpadmin-fixes.css\":{\"d\":1567917025,\"h\":\"d195993118e4bfdb9dddb9f095fac0f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/css\\/bootstrap4.min.css\":{\"d\":1567917025,\"h\":\"8fe70898895271ddc62823321011273a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/css\\/chartist-plugin-legend.css\":{\"d\":1567917025,\"h\":\"dfff91c3dbd7e3611ae1bf3c6c9009ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/css\\/bootstrap4.css\":{\"d\":1567917025,\"h\":\"c496036354fa5512674ddd744e845edb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/css\\/chartist.min.css\":{\"d\":1567917025,\"h\":\"0d6caf50a899aab4422a3afcfa80f4d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/resources\\/css\\/pages.css\":{\"d\":1567917025,\"h\":\"80350ac334da3cb9b61c160a0f659023\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/html\\/plugin_badge.html\":{\"d\":1567917025,\"h\":\"14cd645be2a0e9bfc52c3469c3b71ff4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/notices\\/php54_version_warning.php\":{\"d\":1567917025,\"h\":\"e536281424fdaaac8f8e566b7a43e782\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/notices\\/flash-message.php\":{\"d\":1567917025,\"h\":\"07bc5c0d0d882c6e2d6771d13f12d889\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/notices\\/override-forceoff.php\":{\"d\":1567917025,\"h\":\"d7cf7d0a2672e8311703fd75a53d374e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/notices\\/visitor-whitelisted.php\":{\"d\":1567917025,\"h\":\"46aa905a5a3bbb34088ba852a5ea9c0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/notices\\/admin-users-restricted.php\":{\"d\":1567917025,\"h\":\"d788f6066d3358b551108693bd908f67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/notices\\/plugin-update-available.php\":{\"d\":1567917025,\"h\":\"426441fff1e1ded929b8e44c7e4a5f0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/notices\\/plugin-failed-to-load.php\":{\"d\":1567917025,\"h\":\"681271fc4f7f5924395ebec005305658\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/notices\\/wizard_welcome.php\":{\"d\":1567917025,\"h\":\"904d79fc5650a2996d6c1148bca7acd3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/notices\\/plugin-mailing-list-signup.php\":{\"d\":1567917025,\"h\":\"385f90cd320559e42f146f8a2ebf34a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/notices\\/certain-options-restricted.php\":{\"d\":1567917025,\"h\":\"a7e770a7baeb1dd2a3b0553645ebf142\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/notices\\/does-not-meet-requirements.php\":{\"d\":1567917025,\"h\":\"76d9363c3290dcea22a5b43396b3b1c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/notices\\/akismet-running.php\":{\"d\":1567917025,\"h\":\"bed960e8ba97b22bbd3198cc4e847b40\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/notices\\/translate-plugin.php\":{\"d\":1567917025,\"h\":\"1cd4b46fd56417d762713b48fa63cc42\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/notices\\/admin-notice-template.php\":{\"d\":1567917025,\"h\":\"231215bef5ba7319dabec9707e6feff1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/notices\\/rate-plugin.php\":{\"d\":1567917025,\"h\":\"6cc118564390861e56109b2d68bf86e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/notices\\/allow-tracking.php\":{\"d\":1567917025,\"h\":\"119385e603bf49ce6a0cc0d1ead46dda\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/widgets\\/icwp_widgets.php\":{\"d\":1567917025,\"h\":\"a2d52b5560da14a3efac82e1bc482ba6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/page\\/login_intent.php\":{\"d\":1567917025,\"h\":\"1c91b2bad5a3d14e1ef5e6d31e98d630\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/page\\/base_page.php\":{\"d\":1567917025,\"h\":\"b7e1b51bb2845ad2e03ec1403b5250ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/module-help-comments_filter.php\":{\"d\":1567917025,\"h\":\"8f15219316968fcc52a3b4b156cddcfc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/plugin_badge_widget.php\":{\"d\":1567917025,\"h\":\"eebb668318abde21fd832e3c0cffff58\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/user_profile_googleauthenticator.php\":{\"d\":1567917025,\"h\":\"b2bc914d6b4acc2c359bdaf756800c83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/module-wizard-template.php\":{\"d\":1567917025,\"h\":\"16927d44d35ee23a48c4d5d650701bb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/admin_access_login.php\":{\"d\":1567917025,\"h\":\"3ddb8bfaa55fdeeb749533adad1ab848\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/widget_iframe_side.php\":{\"d\":1567917025,\"h\":\"19fbfab9b45cb34308080f3dabd6c0af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/plugin_badge.php\":{\"d\":1567917025,\"h\":\"86fbc6fa7d8479577787ed430e14c58c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/plugin-vulnerability.php\":{\"d\":1567917025,\"h\":\"0711dc92f11926384b875e5cc0f485c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/google_recaptcha_js.php\":{\"d\":1567917025,\"h\":\"717d8d68b1a3e9e16f41c7e015c0b02f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/widget_dashboard_statistics.php\":{\"d\":1567917025,\"h\":\"832aca80d387d53ae030057faeaac5c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/plugin-deactivate-survey.php\":{\"d\":1567917025,\"h\":\"e5e7452edbad19c2f0718760c349837f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/module-help-lockdown.php\":{\"d\":1567917025,\"h\":\"6649a0bc45b7ff3d0b9f2b156086f207\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/module-actions-template.php\":{\"d\":1567917025,\"h\":\"4277663e3499567c2beca90ac17d04cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/user_profile_emailauthentication.php\":{\"d\":1567917025,\"h\":\"ac188a74bb4eac40472bfffa2645066b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/user_profile_yubikey.php\":{\"d\":1567917025,\"h\":\"fc8ce716b343c8f537362bd259bfb111\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/module-help-audit_trail.php\":{\"d\":1567917025,\"h\":\"3f3baca3997d67e75f23a7293265ad25\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/summary_single.php\":{\"d\":1567917025,\"h\":\"591da4e730fcdd8f71a9519d83cb3558\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/hg-plugins-reinstall-dialogs.php\":{\"d\":1567917025,\"h\":\"8d4b74a3aac4319ae88cb114eb206e7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/module-help-admin_access_restriction.php\":{\"d\":1567917025,\"h\":\"6862e348adbffc6c42e7334028b7a0b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/widget_dashboard_plugin.php\":{\"d\":1567917025,\"h\":\"a9f2a366a645ded2fd33e0e92ffa6252\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/module-help-autoupdates.php\":{\"d\":1567917025,\"h\":\"0e09645a2d58b4f4d3b467b69e8aa7bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/module-help-hack_protect.php\":{\"d\":1567917025,\"h\":\"591e54a5cd5e2478ad01f311acd17640\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/module-help-plugin.php\":{\"d\":1567917025,\"h\":\"8c411fc66049676de375cc0dc100e2de\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/options_form.php\":{\"d\":1567917025,\"h\":\"351ae4a38c3311897ea9c11165d740ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/module-help-ips.php\":{\"d\":1567917025,\"h\":\"25cdfda101de71e7a34a1ba2846c7f6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/module-help-firewall.php\":{\"d\":1567917025,\"h\":\"1fe74d623c3022bbbc5a79ed88fc26b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/module-help-traffic.php\":{\"d\":1567917025,\"h\":\"314a119ffe0582bd692b97b439a1ccb1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/pro.php\":{\"d\":1567917025,\"h\":\"6ec3c91adebf3b1a80165844c9fce693\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/gasp_js.php\":{\"d\":1567917025,\"h\":\"84adf18dcffc16d6ad831c5baeb202cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/module-help-user_management.php\":{\"d\":1567917025,\"h\":\"2a175383b9f05a9ae38c70a6e3afe9dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/user_profile_backupcode.php\":{\"d\":1567917025,\"h\":\"bd8737d471b7684e5ef04f24f7c3026e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/module-help-headers.php\":{\"d\":1567917025,\"h\":\"7a6dc08010d305ac574e73415dcf172d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/admin_access_login_box.php\":{\"d\":1567917025,\"h\":\"be3d7521b46ecbad6582152f665b8f42\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/module-help-login_protect.php\":{\"d\":1567917025,\"h\":\"030ebea444b23b881300cffeeeadba1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/snippets\\/module-help-template.php\":{\"d\":1567917025,\"h\":\"36b345dc86ef47b86183e1a9d0aad42c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/index_header.php\":{\"d\":1567917025,\"h\":\"9070f6fa88ba96c59ac4ea971dae9c76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/subfeature-statistics_data_viewer.php\":{\"d\":1567917025,\"h\":\"92c1f331698bfc1b7ea33df5ad5ae292\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/index.php\":{\"d\":1567917025,\"h\":\"cee1d069a444f643fd3806ca1e223387\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/index_footer.php\":{\"d\":1567917025,\"h\":\"800f687e343ae205f51ec71837dd7119\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/access_restricted.php\":{\"d\":1567917025,\"h\":\"5ce6d4920fa5656e041bbf8235af393f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/admin_bootstrap.php\":{\"d\":1567917025,\"h\":\"0337696cd231c31b0bfc2e01b4c91b5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/feature-default.php\":{\"d\":1567917025,\"h\":\"0bb62a4805330731f677d51be2992985\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/php\\/index_body.php\":{\"d\":1567917025,\"h\":\"f6ef6f13785da41783699320940b8e4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/pages\\/base.twig\":{\"d\":1567917025,\"h\":\"dc9b69d7f1ac2606e22566e455b8af08\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/translate-plugin.twig\":{\"d\":1567917025,\"h\":\"fd226ad37135c08813e832b1358eeca6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/akismet-running.twig\":{\"d\":1567917025,\"h\":\"42687f3b0417e64ac1c765365be9d126\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/base-info.twig\":{\"d\":1567917025,\"h\":\"148e277fa53d948da1389469a92e156b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/flash-message.twig\":{\"d\":1567917025,\"h\":\"59bacfac03ea1d284abc9c07ad1d077a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/allow-tracking.twig\":{\"d\":1567917025,\"h\":\"be7ad6ec81fbf59d7ea4bba117950abf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/rate-plugin.twig\":{\"d\":1567917025,\"h\":\"4a3c0fe23df400a03aee6a828593b548\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/base-success.twig\":{\"d\":1567917025,\"h\":\"62d89b857cdd2140a4d0c66634f64e6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/plugin_updated.twig\":{\"d\":1567917025,\"h\":\"fa4d3127ef6e4511be7342b9cbce22cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/certain-options-restricted.twig\":{\"d\":1567917025,\"h\":\"c83f3b3adc99b6647cb5ef9de20f90fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/plugin-mailing-list-signup.twig\":{\"d\":1567917025,\"h\":\"45c0e7641e21915b45bbbaf341ab8e7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/plugin-update-available.twig\":{\"d\":1567917025,\"h\":\"b2d4e57ac0688d586f2b594d03af35fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/does-not-meet-requirements.twig\":{\"d\":1567917025,\"h\":\"6b38addc4aada92cdeeee139e4c82c0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/override-forceoff.twig\":{\"d\":1567917025,\"h\":\"5965e43d93c0cb6b1c3d7967a0d721dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/email-verification-sent.twig\":{\"d\":1567917025,\"h\":\"66640f815db13ef43f42ec0118656f2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/wizard_welcome.twig\":{\"d\":1567917025,\"h\":\"51ee71c6d1471aa61527cc14f79ffb9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/base.twig\":{\"d\":1567917025,\"h\":\"2cd10a1fe477b1f1586c33492a0af4e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/base-error.twig\":{\"d\":1567917025,\"h\":\"2b2901a99c9576894c121230dd99be11\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/visitor-whitelisted.twig\":{\"d\":1567917025,\"h\":\"bb517bf2cca6637f9f7fddcf596aa35f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/notices\\/admin-users-restricted.twig\":{\"d\":1567917025,\"h\":\"8676dac01dd9effe014fbecd6ec45c84\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/features\\/feature-base.twig\":{\"d\":1567917025,\"h\":\"686b469b262c6bedc28c4a7c5e4a7c90\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/features\\/feature-user_management.twig\":{\"d\":1567917025,\"h\":\"3ae010154df1bd4bb64509b63e95ab34\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/features\\/feature-default.twig\":{\"d\":1567917025,\"h\":\"2ead36f6b6024d25fa210dba86f704e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/features\\/subfeature-access_restricted.twig\":{\"d\":1567917025,\"h\":\"2a31b999b3eda4a316d108997a34e493\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/features\\/subfeature-audit_trail_viewer.twig\":{\"d\":1567917025,\"h\":\"e4d9631ba077f691c09191bc4cd8502e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/common\\/macros.twig\":{\"d\":1567917025,\"h\":\"c9f0b85b1d43257ea589fc9106308baf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/snippets\\/user\\/profile\\/suspend.twig\":{\"d\":1567917025,\"h\":\"b946da085e46b9250b977c07bcce6f54\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/snippets\\/dialog_plugins_reinstall.twig\":{\"d\":1567917025,\"h\":\"b70e68c6f187868c7f066908502f882b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/snippets\\/optin_form_activecampaign.twig\":{\"d\":1567917025,\"h\":\"b7cb632691d7eee70b82ca31408f02fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/snippets\\/user_sessions.twig\":{\"d\":1567917025,\"h\":\"c785293f0e181e986da7e3e160b60fd4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/snippets\\/optin_form_drip_vertical.twig\":{\"d\":1567917025,\"h\":\"6cb3408f916c7f2cd7af835361b3fbf1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/snippets\\/optin_form_drip.twig\":{\"d\":1567917025,\"h\":\"897b62686d08dbf8c19d6ebb6c530f90\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/snippets\\/comment_form_botbox.twig\":{\"d\":1567917025,\"h\":\"dff53104b5551702b3e9a77c975f5570\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/snippets\\/blacklist_die.twig\":{\"d\":1567917025,\"h\":\"582b08cd074ba472b3517ab3b59d8f49\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/snippets\\/privacy_policy.twig\":{\"d\":1567917025,\"h\":\"df2dd80bf1c6b0be91efa3315e9b0e6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/snippets\\/optin_form_mailchimp.twig\":{\"d\":1567917025,\"h\":\"14c8bc7d24071f438c6a4532c073d728\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/snippets\\/options_form.twig\":{\"d\":1567917025,\"h\":\"a11f984d814b85ab26e5b89203bddb8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/snippets\\/toaster.twig\":{\"d\":1567917025,\"h\":\"afd4c438c13f932c3982e0f206770d7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/snippets\\/widget_sidebar.twig\":{\"d\":1567917025,\"h\":\"2e3b3c29c99473eb8a809ef5b2344c57\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/snippets\\/optin_form_drip_inline.twig\":{\"d\":1567917025,\"h\":\"cbd3bc2ee78f2df7d9b933a6b90d35b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/snippets\\/plugin_badge_widget.twig\":{\"d\":1567917025,\"h\":\"839bda2f09a2acc8293aac6b4fa4eb09\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/snippets\\/widget_options_footer.twig\":{\"d\":1567917025,\"h\":\"6ddf1107410d3afc3b4a8682512a1230\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/pages\\/landing.twig\":{\"d\":1567917025,\"h\":\"4fee8ac5ba25e4f934ea5ecb758a89ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/pages\\/wizard.twig\":{\"d\":1567917025,\"h\":\"f3c2794eccb3ca5e2345fb34ac4ee662\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/pages\\/base.twig\":{\"d\":1567917025,\"h\":\"1e885f7273a5773f3c6dbfed3b855694\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/welcome\\/import.twig\":{\"d\":1567917025,\"h\":\"782b0ec8ca11a0447ebbc8f161d635b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/welcome\\/admin_access_restriction.twig\":{\"d\":1567917025,\"h\":\"97b4cf00f04484313199153b519207ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/welcome\\/thankyou.twig\":{\"d\":1567917025,\"h\":\"8e3b4d1f79a452749e9dfe72b4693167\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/welcome\\/optin.twig\":{\"d\":1567917025,\"h\":\"7751f0fa603c607ee06a12678e31c3b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/welcome\\/audit_trail.twig\":{\"d\":1567917025,\"h\":\"a488892bef3beb6107c2c7b2b7fde14a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/welcome\\/ip_detect.twig\":{\"d\":1567917025,\"h\":\"61c6e14bdffd0e360e1ab891ab78846f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/welcome\\/welcome.twig\":{\"d\":1567917025,\"h\":\"f1ac362de825fc976f02cb86e8cb1e4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/welcome\\/how_shield_works.twig\":{\"d\":1567917025,\"h\":\"11102c16cabb7d380813dfcc9fed6449\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/welcome\\/ips.twig\":{\"d\":1567917025,\"h\":\"86412aca8376d62afdef3ab76cade60b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/welcome\\/comments_filter.twig\":{\"d\":1567917025,\"h\":\"b45d0b8128054ef1a75855ec490af9e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/welcome\\/login_protect.twig\":{\"d\":1567917025,\"h\":\"4fcf30350ca95a4ad8ae738b64644116\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/welcome\\/license.twig\":{\"d\":1567917025,\"h\":\"89aa90fd81189911d75292663d55ab00\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/wcf\\/config.twig\":{\"d\":1567917025,\"h\":\"6e3c38ede132d69bbea4363804429890\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/wcf\\/start.twig\":{\"d\":1567917025,\"h\":\"f7c7bb2dc23571be0d7f632d4b07cc46\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/wcf\\/finished.twig\":{\"d\":1567917025,\"h\":\"51e36551919130f543a0ca9dec98636e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/wcf\\/scanresult.twig\":{\"d\":1567917025,\"h\":\"6dc34d203fd38ab2ea0a8f06ebd4c419\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/ptg\\/config.twig\":{\"d\":1567917025,\"h\":\"f1444accd887f902f177b0268b940a82\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/ptg\\/scanresult_base.twig\":{\"d\":1567917025,\"h\":\"00d1af432fdb7adfbbf3d4883ff25a69\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/ptg\\/scanresult_themes.twig\":{\"d\":1567917025,\"h\":\"c829dbac182804b4131c22461562c7b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/ptg\\/start.twig\":{\"d\":1567917025,\"h\":\"03313de90f9bb0a5c76dfc2ef138794a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/ptg\\/finished.twig\":{\"d\":1567917025,\"h\":\"842c6981bf73bc0733283fefa97ea1bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/ptg\\/scanresult_plugins.twig\":{\"d\":1567917025,\"h\":\"c829dbac182804b4131c22461562c7b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/common\\/no_access.twig\":{\"d\":1567917025,\"h\":\"c8e9436b0f0d469e75e7dd0968fa0765\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/common\\/base_start.twig\":{\"d\":1567917025,\"h\":\"15665705cd4f8e4e981141f247a00cd9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/common\\/base_finish.twig\":{\"d\":1567917025,\"h\":\"ff18de845fec425588eee08cdc0b9e7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/common\\/security_admin_verify.twig\":{\"d\":1567917025,\"h\":\"bcb52a05c0105fba169f0834d18dce4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/common\\/base.twig\":{\"d\":1567917025,\"h\":\"42ed9990c45d131c0fc31857f5fc7833\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/importexport\\/import.twig\":{\"d\":1567917025,\"h\":\"9f65b6a1d0476f482b458d817d5a6471\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/importexport\\/start.twig\":{\"d\":1567917025,\"h\":\"76b240bef1f9acfdaacc1212bae1f87c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/importexport\\/finished.twig\":{\"d\":1567917025,\"h\":\"4541444a5c1c21f9513dffe44ed31aff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/mfa\\/authemail.twig\":{\"d\":1567917025,\"h\":\"98b8d57b76bb1e2ef80e98b192429ada\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/mfa\\/start.twig\":{\"d\":1567917025,\"h\":\"476e16684fb806d43ab69b8f07f600f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/mfa\\/authga.twig\":{\"d\":1567917025,\"h\":\"93d243af26c6e3de598485bc351deb30\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/mfa\\/finished.twig\":{\"d\":1567917025,\"h\":\"48e42302b1cb7f1403d129e22dac6680\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/mfa\\/multiselect.twig\":{\"d\":1567917025,\"h\":\"bd5b9e85645f8f7f96a62e00668fb7a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/ufc\\/config.twig\":{\"d\":1567917025,\"h\":\"2fec11431f9e69cc3f6ef18f2c52042b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/ufc\\/exclusions.twig\":{\"d\":1567917025,\"h\":\"68548fb4f532fdabb7c658f60764fa12\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/ufc\\/start.twig\":{\"d\":1567917025,\"h\":\"bf2a6c820e36a319bcaff00000d6ff91\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/ufc\\/finished.twig\":{\"d\":1567917025,\"h\":\"d3df022b790ff969d34e797df97680c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/ufc\\/scanresult.twig\":{\"d\":1567917025,\"h\":\"93e2696daca84d574bc12acba472aab1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/gdpr\\/start.twig\":{\"d\":1567917025,\"h\":\"488bd6f0e9598f92735160ebb459c3ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/gdpr\\/finished.twig\":{\"d\":1567917025,\"h\":\"be12c84e4453e10583e496d319394a7b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/gdpr\\/results.twig\":{\"d\":1567917025,\"h\":\"a357f319bdb3a8cf457005eee356e3a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/slides\\/gdpr\\/search.twig\":{\"d\":1567917025,\"h\":\"cade08200ad1c53d56442877bcb9c96b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wizard\\/snippets\\/wizard_landing.twig\":{\"d\":1567917025,\"h\":\"7887589098bf26daf4e232d1b4a1f39c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/emails\\/user_management\\/user_login_notification.twig\":{\"d\":1567917025,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/ips\\/ips_base.twig\":{\"d\":1567917025,\"h\":\"98e6cb0fdcc63eae5d94b96482e3df59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/ips\\/index.twig\":{\"d\":1567917025,\"h\":\"ed21ea70b7a1a0336ea2408781eeb840\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/ips\\/ips_black.twig\":{\"d\":1567917025,\"h\":\"40cd92b0a34908091d3fbdf83181d910\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/ips\\/ips_white.twig\":{\"d\":1567917025,\"h\":\"64aba4d5a3233638d4fa6fde2ad979a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/reports\\/index.twig\":{\"d\":1567917025,\"h\":\"0f637b0b8e58fd7e53fa4b81214f2c9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/audit\\/index.twig\":{\"d\":1567917025,\"h\":\"c196c5e85c674233b0b2cdd1c3af9244\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/audit\\/audit_table.twig\":{\"d\":1567917025,\"h\":\"d263fef06eb009db12341c6896919a81\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/settings\\/index.twig\":{\"d\":1567917025,\"h\":\"55555074af7ddd68ff5e321c1904b8ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/original\\/notices.twig\":{\"d\":1567917025,\"h\":\"2e63fa17fe7a2092ef7bacc252103b43\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/original\\/recent_events.twig\":{\"d\":1567917025,\"h\":\"7bc2c85038821910fdb3f6b4b1279547\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/original\\/title.twig\":{\"d\":1567917025,\"h\":\"c71686ac85c0045a7fe7db852ddc2537\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/original\\/audit_trail.twig\":{\"d\":1567917025,\"h\":\"43dc9ef35fa3dcaff6cd8f9f1d15b88d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/original\\/index.twig\":{\"d\":1567917025,\"h\":\"6c154314885ddebeae4a88ebef6a7608\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/original\\/stats.twig\":{\"d\":1567917025,\"h\":\"89f34d620d13a06829fb7c3e7c76e066\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/original\\/mod_summary.twig\":{\"d\":1567917025,\"h\":\"aad4edd7dffda15339cffccc97203e65\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/common\\/feature_unavailable.twig\":{\"d\":1567917025,\"h\":\"2b117b4bc0daf2e511c3b21e00e9ae10\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/insights\\/notices.twig\":{\"d\":1567917025,\"h\":\"c2226a75fc5d8cb8c7afa8c553463735\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/insights\\/recent_events.twig\":{\"d\":1567917025,\"h\":\"de4180f5d63d66d29cfe7de866cb3231\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/insights\\/index.twig\":{\"d\":1567917025,\"h\":\"7ac1ea394465423f1f720379e0bee37f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/insights\\/stats.twig\":{\"d\":1567917025,\"h\":\"5109a67235820e2e10a7746e41a57b32\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/traffic\\/traffic_disabled.twig\":{\"d\":1567917025,\"h\":\"c044e96d75f7af8bec2f1b3bfe18e32b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/traffic\\/index.twig\":{\"d\":1567917025,\"h\":\"c8343570f3a1d247656603f688c7f9e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/traffic\\/traffic_table.twig\":{\"d\":1567917025,\"h\":\"818766baf7208e758bf52d39356c3c55\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/license\\/index.twig\":{\"d\":1567917025,\"h\":\"26cb316dfa1cbef471e63f67f5b521fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/license\\/license.twig\":{\"d\":1567917025,\"h\":\"c3741220c0f0a8662a5f906693a63485\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/importexport\\/index.twig\":{\"d\":1567917025,\"h\":\"f7f15e496970d661593f377fb2c7e2ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/importexport\\/from_site.twig\":{\"d\":1567917025,\"h\":\"7319d262183dfb2d5649a5df4129e1a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/importexport\\/from_file.twig\":{\"d\":1567917025,\"h\":\"fedd771338581ac9ead8cbff3c8fc0d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/config\\/index.twig\":{\"d\":1567917025,\"h\":\"2b027199ffc131c112f84c0f93412594\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/config\\/module_summaries.twig\":{\"d\":1567917025,\"h\":\"42bb6f4dc2a07be161af01e4ca53b83a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/notes\\/index.twig\":{\"d\":1567917025,\"h\":\"238258e62cff473102a45f9c3d75a51e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/notes\\/admin_notes.twig\":{\"d\":1567917025,\"h\":\"1c5f0daed383718b0e1b5919fa72b973\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/scans\\/results\\/ptg_table.twig\":{\"d\":1567917025,\"h\":\"28fd35fd0fe5f361629b0f5a054a7e73\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/scans\\/results\\/ufc.twig\":{\"d\":1567917025,\"h\":\"f8ac70096b014cf80c54be8cb6505fef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/scans\\/results\\/ptg.twig\":{\"d\":1567917025,\"h\":\"4a617afc06fdfde36d16c70b6c58d951\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/scans\\/results\\/mal.twig\":{\"d\":1567917025,\"h\":\"3b7a68c511acf3cb9bb539a1f247d88d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/scans\\/results\\/wpv.twig\":{\"d\":1567917025,\"h\":\"14cfa81cfaef917058b2d23ed6640b0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/scans\\/results\\/apc.twig\":{\"d\":1567917025,\"h\":\"85ccae7116bfbaa938fe2b0d4c1c54bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/scans\\/results\\/ptg_unavailable.twig\":{\"d\":1567917025,\"h\":\"5a6e81bec32ef3437b18f4756a9d6fea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/scans\\/results\\/common_disabled.twig\":{\"d\":1567917025,\"h\":\"a5ff1a7ef6b0a70d6b8b9151eca31fed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/scans\\/results\\/wcf.twig\":{\"d\":1567917025,\"h\":\"29fb566a28047da006896c7da7804204\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/scans\\/results\\/common_unavailable.twig\":{\"d\":1567917025,\"h\":\"b6fda1e3b4987d76f7289b5ab19d191f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/scans\\/results\\/mal_disabled.twig\":{\"d\":1567917025,\"h\":\"a5ff1a7ef6b0a70d6b8b9151eca31fed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/scans\\/scan_areas.twig\":{\"d\":1567917025,\"h\":\"67b5b3d2414b28e407cb32bf79f03efb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/scans\\/index.twig\":{\"d\":1567917025,\"h\":\"7454652d195c6809f8a898626433eee1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/scans\\/scan_results.twig\":{\"d\":1567917025,\"h\":\"482f2341ff2b5f895e732054520f8284\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/scans\\/scan_start.twig\":{\"d\":1567917025,\"h\":\"4786273e40469fb59d776b6e9cfd220a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/scans\\/modal_progress.twig\":{\"d\":1567917025,\"h\":\"af9f0ba6d99e66b7c6a1b9ca61afb9f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/scans\\/modal_progress_snippet.twig\":{\"d\":1567917025,\"h\":\"3efb9551594373aab4d72d13cb7aedf4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/users\\/index.twig\":{\"d\":1567917025,\"h\":\"1a49b2d35d02aa3c4a17898cdb089d03\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/users\\/sessions_table.twig\":{\"d\":1567917025,\"h\":\"df7e45bf1a246ed7625fcb15613c35c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/insights\\/base.twig\":{\"d\":1567917025,\"h\":\"0c5bdf02ccea28d7844f30e75deadabc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/templates\\/twig\\/wpadmin_pages\\/base.twig\":{\"d\":1567917025,\"h\":\"0946f379b94e566c96b1e5fe7f18b6bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/flags\\/index.html\":{\"d\":1567917025,\"h\":\"71037c0a2dd48bf9b9b00cd71446b21c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/headers.php\":{\"d\":1567917025,\"h\":\"46d89c02a0ec72c19aa0b32da2a8f23c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/email.php\":{\"d\":1567917025,\"h\":\"a9b1d12403c0e1ecf8d10d8d983c52d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/plugin.php\":{\"d\":1567917025,\"h\":\"1143afde2362892461d9ff3ed592b225\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/statistics.php\":{\"d\":1567917025,\"h\":\"cef74beeea41e48b1ec506e2930ce548\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/base_wpsf.php\":{\"d\":1567917025,\"h\":\"d9212b44056c89c56231510d3d611b0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/admin_access_restriction.php\":{\"d\":1567917025,\"h\":\"91bf8386ff410512250d86545b1efbe6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/license.php\":{\"d\":1567917025,\"h\":\"89a425a301f4ea9b592c8dae059e3008\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/events.php\":{\"d\":1567917025,\"h\":\"98d6bdabe675903026b87c0112b3d454\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/insights.php\":{\"d\":1567917025,\"h\":\"5809f9739c046418a454e3068fdc5010\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/base.php\":{\"d\":1567917025,\"h\":\"1e4f4c67771aa91a7bca257405059245\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/ips.php\":{\"d\":1567917025,\"h\":\"000a4d78019614041377c5e3799b6d21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/traffic.php\":{\"d\":1567917025,\"h\":\"1a3f8783d44359fa4e5879f325b53134\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/audit_trail.php\":{\"d\":1567917025,\"h\":\"79bb123bb0228df665bc6eee9c885a38\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/autoupdates.php\":{\"d\":1567917025,\"h\":\"6febbb996c05c020551a7dbb3989c6b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/comments_filter.php\":{\"d\":1567917025,\"h\":\"1fe112fb7843565302c736b1011731bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/hack_protect.php\":{\"d\":1567917025,\"h\":\"443aa821b4e7902a6683b23ace7562f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/lockdown.php\":{\"d\":1567917025,\"h\":\"cf909d8779569ff8a45d30bebd2ed3a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/sessions.php\":{\"d\":1567917025,\"h\":\"686a9a73445aa33ce2f16316716d132c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/login_protect.php\":{\"d\":1567917025,\"h\":\"f7fed7764c5c3b47c9c9b9d2f07ecafa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/user_management.php\":{\"d\":1567917025,\"h\":\"ba30c8338c1c84f45eaaa156179662da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/features\\/firewall.php\":{\"d\":1567917025,\"h\":\"48dafc0c45ef37610875ba9ce551f6b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/query\\/base\\/statistics_base.php\":{\"d\":1567917025,\"h\":\"96e88eb96b68e5131c0f4fafb0b48548\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/query\\/VOs\\/StatisticsReportingVO.php\":{\"d\":1567917025,\"h\":\"78f04449d6022119832daf0b846c5232\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/query\\/statistics\\/reporting.php\":{\"d\":1567917025,\"h\":\"9f47e01483ed92c2820d27a170ca5bf9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/query\\/statistics\\/consolidation.php\":{\"d\":1567917025,\"h\":\"3df5dfdf0cfea381747c2bdffeca7b1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/loginprotect_gasp.php\":{\"d\":1567917025,\"h\":\"45929f491069584529bbf239e48dc57e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/hackprotect_scan_ptg.php\":{\"d\":1567917025,\"h\":\"24da851a283513dcf104f0e35c7c7b05\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/plugin_crondaily.php\":{\"d\":1567917025,\"h\":\"dc0489865c5de2e94bc739c0ed56fcf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/plugin_badgewidget.php\":{\"d\":1567917025,\"h\":\"8620824ee2713a8991d21a1c78ce810d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/headers.php\":{\"d\":1567917025,\"h\":\"b1721efb55d79bc3c816b02454457fa5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/hackprotect_scanner.php\":{\"d\":1567917025,\"h\":\"c4fb6a23aad9e90f7a3e55005dbfd4a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/loginprotect_cooldown.php\":{\"d\":1567917025,\"h\":\"2eef5dc7c28aa908097fa6c4fc9d0287\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/usermanagement_sessions.php\":{\"d\":1567917025,\"h\":\"7045e67b0358760aca1c4b6613032344\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/plugin_badge.php\":{\"d\":1567917025,\"h\":\"105f6f4365fd0bdc06219bc97b710470\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/commentsfilter_humanspam.php\":{\"d\":1567917025,\"h\":\"f2f40954860bd103bc9df844343a42a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/hackprotect_scan_wpv.php\":{\"d\":1567917025,\"h\":\"29d5461e92c9f519b5556570a768f799\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/audit_trail_auditor_base.php\":{\"d\":1567917025,\"h\":\"2f70b02f8297688f8b054173b7a47f48\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/plugin_tracking.php\":{\"d\":1567917025,\"h\":\"c09128e106b72109928aea97f974a411\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/commentsfilter_googlerecaptcha.php\":{\"d\":1567917025,\"h\":\"8f4a341aa69b514e2c1465110626740b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/hackprotect_scan_assets_base.php\":{\"d\":1567917025,\"h\":\"934d08d5ea9cc7f98be7d906f8a2141f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/email.php\":{\"d\":1567917025,\"h\":\"b9382db4e902f7f7b99a7a487e6d260e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/hackprotect_scan_ufc.php\":{\"d\":1567917025,\"h\":\"bf1cd972bd103e526bcc5d8f3d85f3d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/plugin_notes.php\":{\"d\":1567917025,\"h\":\"09d9e5749e0abc75400eac04ae4ec08f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/usermanagement_suspend.php\":{\"d\":1567917025,\"h\":\"f485de78e80a231ec42b32c92ca28f02\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/audit_trail_wordpress.php\":{\"d\":1567917025,\"h\":\"da22bb76cb0617666a5cb01552a93ac8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/plugin.php\":{\"d\":1567917025,\"h\":\"d88001694d72ebc5653dcde15b600f1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/audit_trail_themes.php\":{\"d\":1567917025,\"h\":\"d3ab143486e928f5620f3c5a4399454a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/statistics.php\":{\"d\":1567917025,\"h\":\"9cf498e11fce69db5f6bcd162629ff9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/base_wpsf.php\":{\"d\":1567917025,\"h\":\"548d9139c08b6e234d7be5d158880f60\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/audit_trail_auditor.php\":{\"d\":1567917025,\"h\":\"670778b7bf3d8ee4cc5fea7159b595c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/admin_access_restriction.php\":{\"d\":1567917025,\"h\":\"244b5d517359a8c2772ff04866398882\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/hackprotect_scan_base.php\":{\"d\":1567917025,\"h\":\"4b4bddfbf22f4de944d06de0ea25fe65\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/traffic_logger.php\":{\"d\":1567917025,\"h\":\"c745e5506d8b01039c60f03376b2f495\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/statistics_tally.php\":{\"d\":1567917025,\"h\":\"9738fdbe8b714945067bbd29de95e122\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/audit_trail_emails.php\":{\"d\":1567917025,\"h\":\"33c5081c3e63690a041f37071fb02992\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/loginprotect_intentprovider_backup.php\":{\"d\":1567917025,\"h\":\"8dc8f68269188bef8fbb7f683ef17282\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/hackprotect_scan_apc.php\":{\"d\":1567917025,\"h\":\"5ce7fbe9189c518d3492d3c0f570f6d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/loginprotect_intentprovider_ga.php\":{\"d\":1567917025,\"h\":\"0aedd19c7e0f62267078735e152abf03\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/loginprotect_googlerecaptcha.php\":{\"d\":1567917025,\"h\":\"221e58b1f9f7794b469d20d45f317aaa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/commentsfilter_botspam.php\":{\"d\":1567917025,\"h\":\"155cdb22c0c072a4a9c66df40ccba7ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/loginprotect_intentprovider_base.php\":{\"d\":1567917025,\"h\":\"085786b514cee724a91b92fc1d60f6b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/license.php\":{\"d\":1567917025,\"h\":\"e06e9f124e6a3c896442646d86cc43b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/events.php\":{\"d\":1567917025,\"h\":\"f1de87a0288e1dcf00a4f133da70109c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/plugin_cronhourly.php\":{\"d\":1567917025,\"h\":\"e6cfbac8062fbf9bb0a48d54e3f31896\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/insights.php\":{\"d\":1567917025,\"h\":\"ffd3a8b00c3d93efeb981ad1363db9b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/base.php\":{\"d\":1567917025,\"h\":\"331372d9c8562b855b63c1cbf1da7a75\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/loginprotect_intent_tracker.php\":{\"d\":1567917025,\"h\":\"5b408ffb32bdf87fff059f782600139d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/base_plugin.php\":{\"d\":1567917025,\"h\":\"20da0b58a7304090d4f54f1f034c1e7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/ips.php\":{\"d\":1567917025,\"h\":\"be93c0d13db2a33fd8d0bec090e8661f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/loginprotect_intentprovider_email.php\":{\"d\":1567917025,\"h\":\"18e2d182415c6379d10558a0a572cbcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/traffic.php\":{\"d\":1567917025,\"h\":\"bbed21ce69c0e26ed90434fc9723fdca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/audit_trail.php\":{\"d\":1567917025,\"h\":\"97b2e8f11ee31d1f2b6f32f26967a567\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/autoupdates.php\":{\"d\":1567917025,\"h\":\"5c114d36e682a838bcb6cef05061d808\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/comments_filter.php\":{\"d\":1567917025,\"h\":\"54bab9789f6e645f34629b23c6188b0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/audit_trail_changetracking.php\":{\"d\":1567917025,\"h\":\"e5689c87a8b8921f89553f4ab83a9a59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/hackprotect_scan_mal.php\":{\"d\":1567917025,\"h\":\"b6248fa76a3037baf56aef67731727bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/loginprotect_wplogin.php\":{\"d\":1567917025,\"h\":\"07a8f986406150bc59e57c546053d5df\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/commentsfilter_antibotspam.php\":{\"d\":1567917025,\"h\":\"20bf1b024689b1f8e2c8805f84a5c452\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/hackprotect_realtime.php\":{\"d\":1567917025,\"h\":\"5b58304debf55e9ab9e1a4cd13567154\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/base_commentsfilter.php\":{\"d\":1567917025,\"h\":\"79a0106691662bd34a57dc6f366c6353\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/hack_protect.php\":{\"d\":1567917025,\"h\":\"6318c5459da1bc44b0f87789a4ec9391\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/audit_trail_posts.php\":{\"d\":1567917025,\"h\":\"6e960535edb860b86edc9c1c65c450ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/basedb.php\":{\"d\":1567917025,\"h\":\"d9105d3adf15d579ab74bdc71f832290\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/loginprotect_intentprovider_yubikey.php\":{\"d\":1567917025,\"h\":\"380cd3b17e438cf4bcafe7abfa80f3c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/adminaccess_whitelabel.php\":{\"d\":1567917025,\"h\":\"f8159966a1c270c882166ab729aa42f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/hackprotect_integrity.php\":{\"d\":1567917025,\"h\":\"9fe4aa79672e6b447c4e8cbcb3378ee6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/hackprotect_scan_wcf.php\":{\"d\":1567917025,\"h\":\"392232b16d6e9d4e6412bc5f5a155eda\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/audit_trail_users.php\":{\"d\":1567917025,\"h\":\"6066204822238df8a4973e984e9f5fa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/lockdown.php\":{\"d\":1567917025,\"h\":\"369592f57b6d5940e8d43c4b823b8828\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/sessions.php\":{\"d\":1567917025,\"h\":\"2aa792593e098bc047f7beb993db35b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/loginprotect_intent.php\":{\"d\":1567917025,\"h\":\"f42d8dacc0f0639b709350a06070fabb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/plugin_geoip.php\":{\"d\":1567917025,\"h\":\"7f555439b645df8092aba13aab355c52\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/login_protect.php\":{\"d\":1567917025,\"h\":\"cb963f224ff1709d49a2411cfb389847\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/plugin_importexport.php\":{\"d\":1567917025,\"h\":\"6ff70740fc705a5ed93d43c9afb79e25\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/usermanagement_passwords.php\":{\"d\":1567917025,\"h\":\"d47631a536375dd1f0dbffd10c3f33ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/loginprotect_base.php\":{\"d\":1567917025,\"h\":\"031610fabafc6723585390fcb76a24bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/audit_trail_plugins.php\":{\"d\":1567917025,\"h\":\"f684fce79ba9b562ef0fc6967c7fcbc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/user_management.php\":{\"d\":1567917025,\"h\":\"1f34578e1956265b3b2cb033e245021a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/firewall.php\":{\"d\":1567917025,\"h\":\"aededa4a8d11208a01d2f6eef09d41da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/processors\\/audit_trail_wpsf.php\":{\"d\":1567917025,\"h\":\"4bd2dbba329bc95b8415507875f93e1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/icwp-wpupgrades.php\":{\"d\":1567917025,\"h\":\"7fda37b516b6b82509523a4a68f9f527\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/icwp-data.php\":{\"d\":1567917025,\"h\":\"72c626e5263739d68631209af3325079\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/icwp-edd.php\":{\"d\":1567917025,\"h\":\"67af13c61195e6047222d4c900f795dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/icwp-serviceproviders.php\":{\"d\":1567917025,\"h\":\"318d5d6aee63d8197f1a2cfce39d4146\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/wp-users.php\":{\"d\":1567917025,\"h\":\"9ec6b9d57e44e6f5818cc159e43f47fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/icwp-request.php\":{\"d\":1567917025,\"h\":\"52114122e97c55e16e21420d6b538a0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/icwp-wpfunctions-themes.php\":{\"d\":1567917025,\"h\":\"922ecee4cffac418ecab5a8d0af7b32c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/icwp-render.php\":{\"d\":1567917025,\"h\":\"c7ad85e2bf56b918cdbad0cf61a9db95\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/wp-admin-notices.php\":{\"d\":1567917025,\"h\":\"7d41caf0c40d69f35b98d8c639af3192\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/icwp-foundation.php\":{\"d\":1567917025,\"h\":\"531fff2bc03ff72d9407103aab81c9a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/wp-comments.php\":{\"d\":1567917025,\"h\":\"7078c3d0aa7c299547e64538c3e15c21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/icwp-wpincludes.php\":{\"d\":1567917025,\"h\":\"75e12def43672771d60fdb472adf1673\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/icwp-wpdb.php\":{\"d\":1567917025,\"h\":\"8aec2a5c5e92c5ae7da97c44b961d597\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/icwp-wpfunctions.php\":{\"d\":1567917025,\"h\":\"45e45a961fe19529f7430fd1e2ad16c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/icwp-optionsvo.php\":{\"d\":1567917025,\"h\":\"e75a11d888d970152d3eade30c5bebd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/wp-widget.php\":{\"d\":1567917025,\"h\":\"29d5164f85ee3c422eb075388c132a3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/icwp-wpfilesystem.php\":{\"d\":1567917025,\"h\":\"047d250f5fe8e7f34f262995dc6a2648\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/icwp-wpcron.php\":{\"d\":1567917025,\"h\":\"bf30ce36ba56b09c184fb9581d120ff7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/common\\/icwp-wpfunctions-plugins.php\":{\"d\":1567917025,\"h\":\"95a3e6cc6ba55e61a1ff4164426ede48\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/wizards\\/plugin.php\":{\"d\":1567917025,\"h\":\"b92ed30a101275ce9eecebe5ac185cf7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/wizards\\/base_wpsf.php\":{\"d\":1567917025,\"h\":\"3eadedd2e8aa36e3d3fe75b818a5e0f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/wizards\\/base.php\":{\"d\":1567917025,\"h\":\"c36cab4cce0d0a49da37eefeeed2d99d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/wizards\\/login_protect.php\":{\"d\":1567917025,\"h\":\"bae81be2d43a40a20230f843c98dc402\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-headers.php\":{\"d\":1567917025,\"h\":\"9da0d897bdc656a47dce4d615ba1073a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-insights.php\":{\"d\":1567917025,\"h\":\"cc39a0b1476f342a91355ff43f4709ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-login_protect.php\":{\"d\":1567917025,\"h\":\"91455d6b5560abada8d6eb6eafb246b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-user_management.php\":{\"d\":1567917025,\"h\":\"d45fc9cc72c95bc0d89ca402d21c2d86\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-statistics.php\":{\"d\":1567917025,\"h\":\"12db983fa259c6fbbb77d0cb18502b5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-admin_access_restriction.php\":{\"d\":1567917025,\"h\":\"2b2e3448daa559c185039e00dcc90f7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-plugin.php\":{\"d\":1567917025,\"h\":\"bbd7fc8c20303904b0436b49078306a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-hack_protect.php\":{\"d\":1567917025,\"h\":\"10395206a833447ff1ae9f76afe707f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-email.php\":{\"d\":1567917025,\"h\":\"08f30716b651da5c08761ac82b7a0c62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-firewall.php\":{\"d\":1567917025,\"h\":\"5dbe54ca4981622cb3fa1da02e832717\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-comments_filter.php\":{\"d\":1567917025,\"h\":\"28c79654cccca05e82aa0e54307c99ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-sessions.php\":{\"d\":1567917025,\"h\":\"b840f2ec187767135d95836a43f1764a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-audit_trail.php\":{\"d\":1567917025,\"h\":\"c1a0bf3aab91499c1621fa2405e38a57\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-traffic.php\":{\"d\":1567917025,\"h\":\"10d1140bb076440a2f2a8d815a73f16d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-events.php\":{\"d\":1567917025,\"h\":\"afccf2102481899951c6ce667d1a1dfa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/changelog.json\":{\"d\":1567917025,\"h\":\"fb2f818a0db3f20c177a70a3a55a72bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-autoupdates.php\":{\"d\":1567917025,\"h\":\"57341906c57ec7881f7600d99b725d01\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-license.php\":{\"d\":1567917025,\"h\":\"2c56da9a1ddf1de0748d7b40b7377a37\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-ips.php\":{\"d\":1567917025,\"h\":\"92de1d67d03b88d9eebc55aff75ddd8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/config\\/feature-lockdown.php\":{\"d\":1567917025,\"h\":\"1a06a360f5b4e9d1b91d927e4fbb482e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/custom\\/mkopinsky\\/zxcvbn-php\\/src\\/Matchers\\/L33tMatch.php\":{\"d\":1567917025,\"h\":\"870eeb25b9ba5d55b90d20706adcf95f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/custom\\/mkopinsky\\/zxcvbn-php\\/src\\/Matchers\\/YearMatch.php\":{\"d\":1567917025,\"h\":\"3bef04ae6aac9c3324ec5dc1807fc3e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/custom\\/mkopinsky\\/zxcvbn-php\\/src\\/Matchers\\/adjacency_graphs.json\":{\"d\":1567917025,\"h\":\"77457e18f6b89a4df7d12529ffe12ace\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/custom\\/mkopinsky\\/zxcvbn-php\\/src\\/Matchers\\/frequency_lists.json\":{\"d\":1567917025,\"h\":\"095c74dd21b73aa57822bbfdc2755065\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/custom\\/mkopinsky\\/zxcvbn-php\\/src\\/Matchers\\/RepeatMatch.php\":{\"d\":1567917025,\"h\":\"49a0ff1bac4b9288c278cd4b71b9a6e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/custom\\/mkopinsky\\/zxcvbn-php\\/src\\/Matchers\\/DateMatch.php\":{\"d\":1567917025,\"h\":\"4c06dd9de8e34b064372c4413bce2ab4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/custom\\/mkopinsky\\/zxcvbn-php\\/src\\/Matchers\\/Bruteforce.php\":{\"d\":1567917025,\"h\":\"ea542b6792759b21d79bccd45d65e187\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/custom\\/mkopinsky\\/zxcvbn-php\\/src\\/Matchers\\/DictionaryMatch.php\":{\"d\":1567917025,\"h\":\"833e5b1865981362c18d6deeb0ecb255\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/custom\\/mkopinsky\\/zxcvbn-php\\/src\\/Matchers\\/MatchInterface.php\":{\"d\":1567917025,\"h\":\"7bd42ec568c877befcd2deaa273c3bbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/custom\\/mkopinsky\\/zxcvbn-php\\/src\\/Matchers\\/SequenceMatch.php\":{\"d\":1567917025,\"h\":\"96430dffbed14b9536e81309cb1fd6a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/custom\\/mkopinsky\\/zxcvbn-php\\/src\\/Matchers\\/SpatialMatch.php\":{\"d\":1567917025,\"h\":\"b08e72968a1be965895d407ab49a340c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/custom\\/mkopinsky\\/zxcvbn-php\\/src\\/Matchers\\/Match.php\":{\"d\":1567917025,\"h\":\"d6377ef872f9e530d7e46a1ca8ece410\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/custom\\/mkopinsky\\/zxcvbn-php\\/src\\/Matchers\\/ReverseDictionaryMatch.php\":{\"d\":1567917025,\"h\":\"db8f303db500865c6175c1f51492252e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/custom\\/mkopinsky\\/zxcvbn-php\\/src\\/Scorer.php\":{\"d\":1567917025,\"h\":\"3b8b581db97159886d324dbebb38f152\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/custom\\/mkopinsky\\/zxcvbn-php\\/src\\/Matcher.php\":{\"d\":1567917025,\"h\":\"14d71892e2b854a47e4d4e1dfc490d6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/custom\\/mkopinsky\\/zxcvbn-php\\/src\\/Zxcvbn.php\":{\"d\":1567917025,\"h\":\"5e4867181f682e1b97cc2205b2036e83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/custom\\/mkopinsky\\/zxcvbn-php\\/src\\/TimeEstimator.php\":{\"d\":1567917025,\"h\":\"a9573698680a2bcb7c0b5809ab4b4884\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/custom\\/mkopinsky\\/zxcvbn-php\\/src\\/Feedback.php\":{\"d\":1567917025,\"h\":\"1e7f8cba76f396a7d932944ecd33c2c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/pimple\\/pimple\\/src\\/Pimple\\/Exception\\/InvalidServiceIdentifierException.php\":{\"d\":1567917024,\"h\":\"2dc56ac7feb866f7361fdfbaf2cafd57\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/pimple\\/pimple\\/src\\/Pimple\\/Exception\\/FrozenServiceException.php\":{\"d\":1567917024,\"h\":\"7555b2e4ae4c277e56c08da33cf40443\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/pimple\\/pimple\\/src\\/Pimple\\/Exception\\/UnknownIdentifierException.php\":{\"d\":1567917024,\"h\":\"55390d6d7b50e403d05b6b1a7c144bf9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/pimple\\/pimple\\/src\\/Pimple\\/Exception\\/ExpectedInvokableException.php\":{\"d\":1567917024,\"h\":\"065c95be5677c6a2f843285963b8ee9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/pimple\\/pimple\\/src\\/Pimple\\/Psr11\\/Container.php\":{\"d\":1567917024,\"h\":\"4411acca76925cc4e94bc470d161e189\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/pimple\\/pimple\\/src\\/Pimple\\/Psr11\\/ServiceLocator.php\":{\"d\":1567917024,\"h\":\"6a33f32873d78b1808bd43be9a4392c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/pimple\\/pimple\\/src\\/Pimple\\/ServiceProviderInterface.php\":{\"d\":1567917024,\"h\":\"18486f1b6cde60410f53c9be072360db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/pimple\\/pimple\\/src\\/Pimple\\/Container.php\":{\"d\":1567917024,\"h\":\"3a390cddce4453064ad9b4a38f326363\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/pimple\\/pimple\\/src\\/Pimple\\/ServiceIterator.php\":{\"d\":1567917024,\"h\":\"28b5483a73f2e07ed391a419843e43d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/psr\\/container\\/src\\/ContainerInterface.php\":{\"d\":1567917024,\"h\":\"d459395043420a1cfde26c94500f5b66\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/psr\\/container\\/src\\/ContainerExceptionInterface.php\":{\"d\":1567917024,\"h\":\"d7a4fda88b943f658e13f7f5aa3e85f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/psr\\/container\\/src\\/NotFoundExceptionInterface.php\":{\"d\":1567917024,\"h\":\"8fc6d3d2099bf1fd8d03a3273157c8d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/psr\\/cache\\/src\\/CacheException.php\":{\"d\":1567917024,\"h\":\"1a60b5b8a855d81fdf394ca1923668cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/psr\\/cache\\/src\\/CacheItemPoolInterface.php\":{\"d\":1567917024,\"h\":\"9e16dab28c6052b0a234ad5c0d929daa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/psr\\/cache\\/src\\/InvalidArgumentException.php\":{\"d\":1567917024,\"h\":\"a91bb63c56eb83de54f58917ac62970e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/psr\\/cache\\/src\\/CacheItemInterface.php\":{\"d\":1567917024,\"h\":\"f002ace379a7ab5c034751bcf1ba1e31\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/Consumers\\/PluginConsumer.php\":{\"d\":1567917024,\"h\":\"6ba346a0fd5cb04f4e0874d720c2040c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/ClassicPress\\/Checksums.php\":{\"d\":1567917024,\"h\":\"cdc8f65364b54a5ea0adc66c65c61a03\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/Iterators\\/WpUserIterator.php\":{\"d\":1567917024,\"h\":\"b2e23ea91f0c5c4f39dbcc18c0200e74\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/File\\/Compare\\/CompareHash.php\":{\"d\":1567917024,\"h\":\"18bb03b3fb56ece08cebf86c41b26d15\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/File\\/WriteDataToFileEncrypted.php\":{\"d\":1567917024,\"h\":\"495f00befbd100eb9fd63c7256115e3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/File\\/TestFileWritable.php\":{\"d\":1567917024,\"h\":\"b037e352aeb15754fecec44fb018a460\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/File\\/ExtractLineFromFile.php\":{\"d\":1567917024,\"h\":\"c1a2c4e88e050ed066f21a2afd008612\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/File\\/RemoveLineFromFile.php\":{\"d\":1567917024,\"h\":\"aecfda3802f6a0bb2176b24136df4c43\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/File\\/LocateStrInFile.php\":{\"d\":1567917024,\"h\":\"433a203ff1ea56e6d67e5704f7551b79\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/File\\/ReadDataFromFileEncrypted.php\":{\"d\":1567917024,\"h\":\"d3b9793715c4f8b063c3296b08a2f913\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/BackgroundProcessing\\/BackgroundProcess.php\":{\"d\":1567917024,\"h\":\"fbdbfda67420e4084928b3d150a2eec2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Cp\\/Download.php\":{\"d\":1567917024,\"h\":\"13af70e19ec4310be61cfa7c140ebd27\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Cp\\/Files.php\":{\"d\":1567917024,\"h\":\"ec639f5620cc735d69047d79a69a84a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Cp\\/Repo.php\":{\"d\":1567917024,\"h\":\"8a3edd67cf73ca09f2c59aae5db6653a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Cp\\/Versions.php\":{\"d\":1567917024,\"h\":\"141c9ae6b03f5495594cad5f875b9a8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Wp\\/Base.php\":{\"d\":1567917024,\"h\":\"1d30c899bc8d773491971ece99aebe1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Wp\\/Download.php\":{\"d\":1567917024,\"h\":\"21284f5fe9afe73000dd400c93c08bb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Wp\\/Files.php\":{\"d\":1567917024,\"h\":\"1c2864bbf4be945329858c5499a0fe03\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Wp\\/Repo.php\":{\"d\":1567917024,\"h\":\"5a6047bd9a348e8b23df6897b96dba1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Wp\\/Versions.php\":{\"d\":1567917024,\"h\":\"8a6e6507d19a5a8f243b8a7c263a6c24\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Plugin\\/VOs\\/PluginInfoVO.php\":{\"d\":1567917024,\"h\":\"0f04529fa6e4bf4329993ffbd1d083a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Plugin\\/Base.php\":{\"d\":1567917024,\"h\":\"60effd5b0baf6de5162095f1004c317d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Plugin\\/Download.php\":{\"d\":1567917024,\"h\":\"3d7e1181922acc2698d9968bac824d92\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Plugin\\/Api.php\":{\"d\":1567917024,\"h\":\"e54cd8f321b01a6902337759138a8c73\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Plugin\\/Files.php\":{\"d\":1567917024,\"h\":\"9ce3641f896140f6402f4275b99153a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Plugin\\/Repo.php\":{\"d\":1567917024,\"h\":\"ccba2c897223a8a41c5b996925edaecb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Plugin\\/Versions.php\":{\"d\":1567917024,\"h\":\"fd0d2f00147aa4bde5795bc96b674db2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Base\\/RepoBase.php\":{\"d\":1567917024,\"h\":\"a3916474c6e2b0842073c9d6aa31ef62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Base\\/VersionsBase.php\":{\"d\":1567917024,\"h\":\"a4f5b538695802364d68aedd37c9fe59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Hashes\\/ClassicPress.php\":{\"d\":1567917024,\"h\":\"41c540f4ec0fa8d174e41fdc0e972e60\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Hashes\\/Base.php\":{\"d\":1567917024,\"h\":\"cfe2bb216f8c3690bb9aa3b70e6f0d88\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Hashes\\/Ping.php\":{\"d\":1567917024,\"h\":\"67b22098c618c3c934722fb84c091063\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Hashes\\/Plugin.php\":{\"d\":1567917024,\"h\":\"f37a6d8e4b80cb5c1214800eb7bbf12d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Hashes\\/HashesRequestVO.php\":{\"d\":1567917024,\"h\":\"1e16f259fd9405e6c72e1ed05a8f9c2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Hashes\\/WordPress.php\":{\"d\":1567917024,\"h\":\"2851bc31afd76f59ae3b782fe5efafb9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Plugins.php\":{\"d\":1567917024,\"h\":\"a34d33ca0ca03a00490e9b7aee7c3e74\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/WpOrg\\/Core.php\":{\"d\":1567917024,\"h\":\"3f9b7edf849e3d2536d1be40e4a5e352\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/Encrypt\\/OpenSslEncrypt.php\":{\"d\":1567917024,\"h\":\"33eb08db985d6364a4bb81ebd1f77229\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/Encrypt\\/OpenSslEncryptVo.php\":{\"d\":1567917024,\"h\":\"a5bca66be00b54c28cc8c7412fe7a2d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/Net\\/VisitorIpDetection.php\":{\"d\":1567917024,\"h\":\"4ad4a87d5ef2677ff0d95dafcf613f87\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/Licenses\\/EddLicenseVO.php\":{\"d\":1567917024,\"h\":\"7499707eac9106fe3a9903c343627712\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/Licenses\\/Lookup.php\":{\"d\":1567917024,\"h\":\"8f54d39f10041e4c26cc1bfe752eb2bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/DataManipulation.php\":{\"d\":1567917024,\"h\":\"03c48f83fd32ca4862c87c8e43f685ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/Ssl.php\":{\"d\":1567917024,\"h\":\"a134432490e0d07343943ef24bdc0c8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/ServiceProviders.php\":{\"d\":1567917024,\"h\":\"1ea82a366da997822d2dce4503b9f19f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/Render.php\":{\"d\":1567917024,\"h\":\"9dc156bb14732665e1a0705ddfcae190\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/HttpRequest.php\":{\"d\":1567917024,\"h\":\"2b298cf7f30017dc1c8e3e5213c85b12\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/Data.php\":{\"d\":1567917024,\"h\":\"190adb71d587e3fb4519f642c6282260\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/GeoIp.php\":{\"d\":1567917024,\"h\":\"6ab80ba401a1b65dbdcb40e2817fea77\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/PluginUserMeta.php\":{\"d\":1567917024,\"h\":\"bf956791d05bca18c66c5aafdb7468e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/Email.php\":{\"d\":1567917024,\"h\":\"7e6ef29eb24613a2f35617acc0fedbcb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/IpUtils.php\":{\"d\":1567917024,\"h\":\"2ce9b3496863407f74420bf79233276b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/HttpUtil.php\":{\"d\":1567917024,\"h\":\"7767b5e68f29c0569fb944202dc400c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Utilities\\/Html.php\":{\"d\":1567917024,\"h\":\"ad367873da716bafed4ba10fd0b346f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Upgrades\\/BulkThemeUpgraderSkin.php\":{\"d\":1567917024,\"h\":\"e6cdc28afd36de1ec676c91044caf614\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Upgrades\\/UpgraderSkin.php\":{\"d\":1567917024,\"h\":\"5bd22c16d4a20772717c6da00b0e06a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Upgrades\\/BulkPluginUpgraderSkin.php\":{\"d\":1567917024,\"h\":\"0f7dc2f1cfe8ddd9f295daee3168ec71\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Upgrades\\/PluginUpgrader.php\":{\"d\":1567917024,\"h\":\"f1f840bd5d5b2d613d631d775889e704\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Upgrades\\/ThemeUpgrader.php\":{\"d\":1567917024,\"h\":\"8a273821eec01ff08eee32a08e7d717c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/VOs\\/WpHttpResponseVo.php\":{\"d\":1567917024,\"h\":\"43d2b45b4460c62238c5ad7ccf228308\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/VOs\\/WpPluginVo.php\":{\"d\":1567917024,\"h\":\"c59def8de096d05ee3f99a2e3d9f2eb2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Includes.php\":{\"d\":1567917024,\"h\":\"332476511f58a8d599b4cbbe43ec5682\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Comments.php\":{\"d\":1567917024,\"h\":\"3a15b6c41ba65ffa29d88a567d31f246\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/AdminNotices.php\":{\"d\":1567917024,\"h\":\"dea8bd41598a199da3ebc501f95bb15c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Themes.php\":{\"d\":1567917024,\"h\":\"8fd721957206268066b0da71d8c0b18c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Cron.php\":{\"d\":1567917024,\"h\":\"c50893ac0d7d94b674460a9114476c67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/CoreFileHashes.php\":{\"d\":1567917024,\"h\":\"43b85cd8b5a66ece0604e5d94d65e690\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Plugins.php\":{\"d\":1567917024,\"h\":\"4f37836a8646c59bc91c1c0ad2085b11\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Request.php\":{\"d\":1567917024,\"h\":\"9cf8d578ae99430911c1b4278b999ffe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Fs.php\":{\"d\":1567917024,\"h\":\"d86d7dcb2912f37786196843f8cf6de1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Rest.php\":{\"d\":1567917024,\"h\":\"6fb0d8dca3315a562e626937c28e333f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Post.php\":{\"d\":1567917024,\"h\":\"75920f53718a38d4d964f6382d677d1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/CustomHooks.php\":{\"d\":1567917024,\"h\":\"3ae95903f805cb91d62c4ecd438bc680\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Db.php\":{\"d\":1567917024,\"h\":\"7f51845f272939ba491c37f01a3b118a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/General.php\":{\"d\":1567917024,\"h\":\"680bd92339dd5324c8f3b2f10b1e70a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Track.php\":{\"d\":1567917024,\"h\":\"47b12963584de6d29cc3c2d66e635c48\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Response.php\":{\"d\":1567917024,\"h\":\"62bbff3d6f494e26ba7c7f80fe371088\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Respond.php\":{\"d\":1567917024,\"h\":\"7674fa9c0fd2a0434314cdbd31259af1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Core\\/Users.php\":{\"d\":1567917024,\"h\":\"bd7fae8108349e652079f4a35a2a2756\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/wordpress-services\\/src\\/Services.php\":{\"d\":1567917024,\"h\":\"73ad3a1812ce7a4ac59b6b4e5adf9dff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/utilities\\/src\\/Data\\/Adapter\\/StdClassAdapter.php\":{\"d\":1567917024,\"h\":\"27a1afe8bae846a02c7f039d9d9fb7f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/fernleafsystems\\/utilities\\/src\\/Response.php\":{\"d\":1567917024,\"h\":\"e05e33f64ffd3ec306f73ef37e85233f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/christian-riesen\\/base32\\/src\\/Base32.php\":{\"d\":1567917024,\"h\":\"bdc80317d3d29dd2e54507b96a4b144d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/dolondro\\/google-authenticator\\/src\\/QrImageGenerator\\/QrImageGeneratorInterface.php\":{\"d\":1567917024,\"h\":\"246f73140f75c784bffef1a66a42da6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/dolondro\\/google-authenticator\\/src\\/QrImageGenerator\\/GoogleQrImageGenerator.php\":{\"d\":1567917024,\"h\":\"891f262e69d6cc6bbdb499c0ea991d18\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/dolondro\\/google-authenticator\\/src\\/QrImageGenerator\\/EndroidQrImageGenerator.php\":{\"d\":1567917024,\"h\":\"df4a99c4fcdb5b081cd68636ea0ae144\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/dolondro\\/google-authenticator\\/src\\/SecretFactory.php\":{\"d\":1567917024,\"h\":\"07bad79dfca711f3f490793abe7016e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/dolondro\\/google-authenticator\\/src\\/Secret.php\":{\"d\":1567917024,\"h\":\"4eb98fdb2b401bd502b16c3c4a40c902\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/dolondro\\/google-authenticator\\/src\\/GoogleAuthenticator.php\":{\"d\":1567917024,\"h\":\"f9a5213fe988c3d84068ea94b4c6c61d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/soundasleep\\/html2text\\/src\\/Html2Text.php\":{\"d\":1567917024,\"h\":\"a1110a84d199854a5f3eb87b0379ce60\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/soundasleep\\/html2text\\/src\\/Html2TextException.php\":{\"d\":1567917024,\"h\":\"92fb73d6b2b5a62309bbd2024c23d84b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/soundasleep\\/html2text\\/convert.php\":{\"d\":1567917024,\"h\":\"daf62fa0b6dc6f8958a92800252e302f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/soundasleep\\/html2text\\/html2text.php\":{\"d\":1567917024,\"h\":\"4ee2a8f5d03e3ba97578fa0e0ee6b247\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/elliotchance\\/iterator\\/src\\/Elliotchance\\/Iterator\\/AbstractPagedIterator.php\":{\"d\":1567917024,\"h\":\"8984d5743cf329157db1e41234afbee3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/a5hleyrich\\/wp-background-processing\\/classes\\/wp-async-request.php\":{\"d\":1567917024,\"h\":\"79e0879ae9ee860666a46f35b65d1a6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/a5hleyrich\\/wp-background-processing\\/classes\\/wp-background-process.php\":{\"d\":1567917024,\"h\":\"0f9bbcca809d6a5f653fa2efc32ffb54\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Exceptions\\/InvalidDateException.php\":{\"d\":1567917024,\"h\":\"dbd26fc352982c461c8fda1a41eef20c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/pl.php\":{\"d\":1567917024,\"h\":\"7cf46403a27b90de90a39e3748e3c38d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/ja.php\":{\"d\":1567917024,\"h\":\"944331f9d4b9b97f9df6d84b4d847e3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/sr_Latn_ME.php\":{\"d\":1567917024,\"h\":\"b0f6528df17ea257d0ea1c4075f38111\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/gl.php\":{\"d\":1567917024,\"h\":\"aff6c150bc998cbbcabfc2f513ad6acb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/af.php\":{\"d\":1567917024,\"h\":\"e1cf69dfe6fc9c171c9ce3e1c0b47da8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/hy.php\":{\"d\":1567917024,\"h\":\"801fab794658c317798496bfaffd6468\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/ko.php\":{\"d\":1567917024,\"h\":\"1570ff7603394940e913277d886f75a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/no.php\":{\"d\":1567917024,\"h\":\"e018857ad304cf1a9baf42e3c7abda65\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/oc.php\":{\"d\":1567917024,\"h\":\"f697878d638a5bb69077010bd9d1b82d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/mk.php\":{\"d\":1567917024,\"h\":\"5a1b1821ddbfef8b99c1336db27cdc8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/sw.php\":{\"d\":1567917024,\"h\":\"f3ab133f3fcfb122eeca2c4a1523d6d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/es.php\":{\"d\":1567917024,\"h\":\"895ad1fe36077c9c21b21622ac6da5e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/da.php\":{\"d\":1567917024,\"h\":\"8b581ec3c4f7ce84feffead48b5cd062\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/th.php\":{\"d\":1567917024,\"h\":\"e4fd5721723ac52da7ae58e645bd77f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/ar_Shakl.php\":{\"d\":1567917024,\"h\":\"f3a333fe2ac14bf6fe3d138d188f3c13\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/sl.php\":{\"d\":1567917024,\"h\":\"eb011e3ab5bcf43035023a094ba463d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/eu.php\":{\"d\":1567917024,\"h\":\"3b526756ff7f0c1d79f4b7b801c366f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/fr.php\":{\"d\":1567917024,\"h\":\"336ba86baf5e8e325491c700d8edb262\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/sk.php\":{\"d\":1567917024,\"h\":\"ad47881dd50d716023b45cf74299da60\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/fo.php\":{\"d\":1567917024,\"h\":\"dcbc97aa0bbb4a6d53c3c758eefe070c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/ps.php\":{\"d\":1567917024,\"h\":\"555609224880a810a4c9e2d6dee27bc7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/pt_BR.php\":{\"d\":1567917024,\"h\":\"e62b368cb635ade617502e9da0a12bb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/az.php\":{\"d\":1567917024,\"h\":\"4cee91be7fa0cd77cd92403740cd5578\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/he.php\":{\"d\":1567917024,\"h\":\"0374e4210a22e1c09f514862f82217af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/hr.php\":{\"d\":1567917024,\"h\":\"2b02dbe88e44efdf1717774eb4275d2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/gu.php\":{\"d\":1567917024,\"h\":\"3c3394d6e7b7b7ed1709a2a007494efa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/lt.php\":{\"d\":1567917024,\"h\":\"751b8858a383ba0bc9dd48ac6de47160\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/bn.php\":{\"d\":1567917024,\"h\":\"d818be61bb97137dd089997b5ec0877d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/my.php\":{\"d\":1567917024,\"h\":\"8c0769ee1905794fed2c07a7cffa7c68\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/cy.php\":{\"d\":1567917024,\"h\":\"8607b68e21f34281fc1661f549dac143\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/eo.php\":{\"d\":1567917024,\"h\":\"bf979dc85aa7a3b90cd119ac27a8f80c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/lv.php\":{\"d\":1567917024,\"h\":\"0b95526cb528056d4d2fbb54f1a2ce01\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/fi.php\":{\"d\":1567917024,\"h\":\"b400ae17e781ca9a9610885dbfb4231c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/pt.php\":{\"d\":1567917024,\"h\":\"2ec43be3dbe7d0a6226da34b6a879cf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/en.php\":{\"d\":1567917024,\"h\":\"c94d615a688ed2068f4d6b6448193d9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/mn.php\":{\"d\":1567917024,\"h\":\"e16cd5489949ac0fd29cd35961efd1e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/sv.php\":{\"d\":1567917024,\"h\":\"3b222e0e5e07bce14b4fb724f6e511b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/sr_Cyrl.php\":{\"d\":1567917024,\"h\":\"09a83c0ead18f2230f3ec8d75d463262\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/uk.php\":{\"d\":1567917024,\"h\":\"fe3bb275f2d202d88ab8013dd6469b53\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/ro.php\":{\"d\":1567917024,\"h\":\"c04a0e4d37e9a992fb2b9512d4ea2874\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/cs.php\":{\"d\":1567917024,\"h\":\"3a37817e6e637f7be01bc60f21d453af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/hu.php\":{\"d\":1567917024,\"h\":\"9cf934c999182f9f8e4300c6247503ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/sr_Cyrl_ME.php\":{\"d\":1567917024,\"h\":\"2bde49dcfe50326722203bfe91f2e7bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/kk.php\":{\"d\":1567917024,\"h\":\"2c3cc59d53baebdf047ac67546b428ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/ca.php\":{\"d\":1567917024,\"h\":\"33eb6ced84161732809b6d1d8263a1fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/bg.php\":{\"d\":1567917024,\"h\":\"f05549590045960a4671367d685461c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/ne.php\":{\"d\":1567917024,\"h\":\"4150f9d7b0deead340c4e2cf8a8a6c3e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/ru.php\":{\"d\":1567917024,\"h\":\"4f51180d611fbd5f0db8b833e7f72ff7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/bs_BA.php\":{\"d\":1567917024,\"h\":\"3380f49e7f7e88b50e2d666fd93655e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/nl.php\":{\"d\":1567917024,\"h\":\"b2c10913ccbbc5c843645a6d63863eb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/ur.php\":{\"d\":1567917024,\"h\":\"2345b5a731b06387198c6bb1b634f15b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/ms.php\":{\"d\":1567917024,\"h\":\"2a0df9a330c41279b14288771d50e864\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/is.php\":{\"d\":1567917024,\"h\":\"251632b5df7769b98045b39cb15795ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/sr.php\":{\"d\":1567917024,\"h\":\"45bd5b9638585910cd421bc3b197867d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/de.php\":{\"d\":1567917024,\"h\":\"1663e2d75b98118d3a73583788d99a64\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/sr_ME.php\":{\"d\":1567917024,\"h\":\"0c319ec13161e44e657da7aa135be338\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/zh_TW.php\":{\"d\":1567917024,\"h\":\"4b8799d43fef4aa6c2701e69a840d6ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/sh.php\":{\"d\":1567917024,\"h\":\"73af81228a8c9ea2493873f4b2d7e68c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/sq.php\":{\"d\":1567917024,\"h\":\"e44db38a6125688f2d25a25f2f85a1d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/it.php\":{\"d\":1567917024,\"h\":\"c5ff4840b38e59728a17ee5a0f6e103d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/hi.php\":{\"d\":1567917024,\"h\":\"7966ee4cd10a0ddf82b1f32673b91389\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/el.php\":{\"d\":1567917024,\"h\":\"93932ab843300c041b1b5999820ae458\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/id.php\":{\"d\":1567917024,\"h\":\"38ac1caf822ecb9c17ee498792893b43\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/tr.php\":{\"d\":1567917024,\"h\":\"ee8d5abd42155c327be2fd2ac4a70e6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/uz.php\":{\"d\":1567917024,\"h\":\"993745c0dbfe4c5703d429f82b0eec3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/zh.php\":{\"d\":1567917024,\"h\":\"7919c3fdb66a3395355e3fb5c1eb9697\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/dv_MV.php\":{\"d\":1567917024,\"h\":\"58fb27a3802b732c697de8d0fa00a2e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/km.php\":{\"d\":1567917024,\"h\":\"814ab3cc9c17b32b593a744aa27c7335\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/ka.php\":{\"d\":1567917024,\"h\":\"684e7197a9693cbb1e9536db26419d74\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/vi.php\":{\"d\":1567917024,\"h\":\"7f14f101927bcdb6b4d51b16d4f75ea4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/ar.php\":{\"d\":1567917024,\"h\":\"f7f74844dfc149f773bae8c108a8e8ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/fa.php\":{\"d\":1567917024,\"h\":\"2dc4b983044e5c4e786b4c19427d6850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Lang\\/et.php\":{\"d\":1567917024,\"h\":\"9d985cb4e43d726f949a8d01751bc712\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Laravel\\/ServiceProvider.php\":{\"d\":1567917024,\"h\":\"0a1c4c37a6490d75a6ca15896d3fa369\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Carbon.php\":{\"d\":1567917024,\"h\":\"41e72c0a9d1ac2ca6f41a20a40be329b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/CarbonPeriod.php\":{\"d\":1567917024,\"h\":\"40cc36f98f577d2b7a7346424afaa2d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/CarbonInterval.php\":{\"d\":1567917024,\"h\":\"5f69546e9d7bc2190da0ef5920819642\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/Carbon\\/Translator.php\":{\"d\":1567917024,\"h\":\"4a262bdae6a7903a90d9f931fd42f96e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nesbot\\/carbon\\/src\\/JsonSerializable.php\":{\"d\":1567917024,\"h\":\"7563bb264327d80cd0784e9b247fe7a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/composer\\/autoload_static.php\":{\"d\":1567917024,\"h\":\"b5d05e5e0f1fca7a1f1ecdd9b6896a11\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/composer\\/autoload_classmap.php\":{\"d\":1567917024,\"h\":\"fbc3af5060d82381128058ba07d04c97\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/composer\\/autoload_real.php\":{\"d\":1567917024,\"h\":\"cefdb842d08741696e40a9dd55bd2965\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/composer\\/ClassLoader.php\":{\"d\":1567917024,\"h\":\"a0899dd7d97c25fe1d872a542afa6081\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/composer\\/autoload_files.php\":{\"d\":1567917024,\"h\":\"3b0a246d0e5c1e8cc9d140b317ef7f28\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/composer\\/autoload_psr4.php\":{\"d\":1567917024,\"h\":\"039cdf8ed7ae7b59673ecc097e1e14a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/composer\\/autoload_namespaces.php\":{\"d\":1567917024,\"h\":\"d1a13343d5b3c5f26d2210fba88e8042\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/composer\\/LICENSE\":{\"d\":1567917024,\"h\":\"955d5fe58c231244f6b49000f383b5e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/Matchers\\/L33tMatch.php\":{\"d\":1567917024,\"h\":\"a72e3262d72f600a437ca8c6c342e626\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/Matchers\\/YearMatch.php\":{\"d\":1567917024,\"h\":\"f525fc188fe3f2422f55c8b4fc13d72e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/Matchers\\/adjacency_graphs.json\":{\"d\":1567917024,\"h\":\"77457e18f6b89a4df7d12529ffe12ace\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/Matchers\\/frequency_lists.json\":{\"d\":1567917024,\"h\":\"b02fd64b88cc7700523eb305ddf54e7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/Matchers\\/RepeatMatch.php\":{\"d\":1567917024,\"h\":\"34d7562410162c8f28b27bb2ec946a9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/Matchers\\/DateMatch.php\":{\"d\":1567917024,\"h\":\"8fc819855705d9183988f315958a3f19\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/Matchers\\/Bruteforce.php\":{\"d\":1567917024,\"h\":\"e282de15e4587d8998c548e6ef7b2d5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/Matchers\\/DictionaryMatch.php\":{\"d\":1567917024,\"h\":\"6331086e6eec34a55f61a5026e27f3aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/Matchers\\/DigitMatch.php\":{\"d\":1567917024,\"h\":\"faf6a541856a67159e7c3c69354c8568\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/Matchers\\/MatchInterface.php\":{\"d\":1567917024,\"h\":\"946162280c5876f42ab1f08f7f77e3e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/Matchers\\/SequenceMatch.php\":{\"d\":1567917024,\"h\":\"340c8c522b0bcbd3217b3e76fb68be09\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/Matchers\\/SpatialMatch.php\":{\"d\":1567917024,\"h\":\"780a3e29fff96c3a59730f360ed4af90\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/Matchers\\/Match.php\":{\"d\":1567917024,\"h\":\"cc66a4c187120fa67845a1d861d35f62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/Matchers\\/ranked_frequency_lists.json\":{\"d\":1567917024,\"h\":\"baadb2519f0bf0112714f7c1fbb4b180\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/Scorer.php\":{\"d\":1567917024,\"h\":\"aeb09dd52774511ea417b95a2dc70d55\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/Searcher.php\":{\"d\":1567917024,\"h\":\"70c7bcb27e14781648e9aeb406c685d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/Matcher.php\":{\"d\":1567917024,\"h\":\"752447f79916600ff526dce65d3e16d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/ScorerInterface.php\":{\"d\":1567917024,\"h\":\"93bcb2946befa2eeed88a251f03631cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/bjeavons\\/zxcvbn-php\\/src\\/Zxcvbn.php\":{\"d\":1567917024,\"h\":\"dfc3b5f0beff96c47e5009ecb5aafe66\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nullpunkt\\/lz-string-php\\/src\\/LZCompressor\\/LZContext.php\":{\"d\":1567917024,\"h\":\"2d9437eb61deb5d99ecb072b3a9ea41e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nullpunkt\\/lz-string-php\\/src\\/LZCompressor\\/LZData.php\":{\"d\":1567917024,\"h\":\"838912f0a780ab3596f01e6cc7e9404c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nullpunkt\\/lz-string-php\\/src\\/LZCompressor\\/LZUtil16.php\":{\"d\":1567917024,\"h\":\"2b9b840ad7164cfb57c20bebd882b05a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nullpunkt\\/lz-string-php\\/src\\/LZCompressor\\/LZString.php\":{\"d\":1567917024,\"h\":\"2e856f43350b3871748a00d0c7ded8ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nullpunkt\\/lz-string-php\\/src\\/LZCompressor\\/LZUtil.php\":{\"d\":1567917024,\"h\":\"351c03eeab08e1dd499f90c763cd9f4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/nullpunkt\\/lz-string-php\\/src\\/LZCompressor\\/LZReverseDictionary.php\":{\"d\":1567917024,\"h\":\"16ec3b2784a335b740e36a1d50c3a721\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Profiler\\/NodeVisitor\\/Profiler.php\":{\"d\":1567917024,\"h\":\"1ce8071a411924db93550334b8e1d085\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Profiler\\/Node\\/LeaveProfile.php\":{\"d\":1567917024,\"h\":\"680a4932ed3f03b6e1de4b036bc63d12\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Profiler\\/Node\\/EnterProfile.php\":{\"d\":1567917024,\"h\":\"885e5d61024db413d0e3f2f12db6ba73\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Profiler\\/Dumper\\/Text.php\":{\"d\":1567917024,\"h\":\"d9b5f30f385d94b04e3084322d308765\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Profiler\\/Dumper\\/Base.php\":{\"d\":1567917024,\"h\":\"25dbf92c3b4a724b4baa515ff35cffdf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Profiler\\/Dumper\\/Blackfire.php\":{\"d\":1567917024,\"h\":\"de55c6d77ab92900639af3db0720e735\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Profiler\\/Dumper\\/Html.php\":{\"d\":1567917024,\"h\":\"0b965d47fd5d38bc78d8d2543c9a1d6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Profiler\\/Profile.php\":{\"d\":1567917024,\"h\":\"138ad25c5ab391aab4b316096cd57deb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Extension\\/Optimizer.php\":{\"d\":1567917024,\"h\":\"8be7d45230ef827595644df29173f352\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Extension\\/GlobalsInterface.php\":{\"d\":1567917024,\"h\":\"88cc9e31a42c9b0483a98557e6acee94\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Extension\\/Core.php\":{\"d\":1567917024,\"h\":\"688edb5b040795ffc1c649949b9020e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Extension\\/Staging.php\":{\"d\":1567917024,\"h\":\"35df3645402559babb0101c51cbc1977\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Extension\\/Profiler.php\":{\"d\":1567917024,\"h\":\"f1fc3dd099f3f9abda52047475a17e06\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Extension\\/Debug.php\":{\"d\":1567917024,\"h\":\"20a45cf8947048e4df447cac84670ad7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Extension\\/InitRuntimeInterface.php\":{\"d\":1567917024,\"h\":\"ba7437ba97d953923ef1e185d643f136\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Extension\\/Sandbox.php\":{\"d\":1567917024,\"h\":\"555caff70bee91ccdbf25284843bb50f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Extension\\/StringLoader.php\":{\"d\":1567917024,\"h\":\"d7ad54d0cdd88eed621935468748f76a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Extension\\/Escaper.php\":{\"d\":1567917024,\"h\":\"f5bda38342085f42bf0c409a480a4916\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Error\\/Runtime.php\":{\"d\":1567917024,\"h\":\"0c5e927235bf5d8a0f208f4de1c9c38a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Error\\/Loader.php\":{\"d\":1567917024,\"h\":\"eb99e644d8d69985551f57392d40de2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Error\\/Syntax.php\":{\"d\":1567917024,\"h\":\"caf5f775a5d61062126041b079c747ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/NodeVisitor\\/Optimizer.php\":{\"d\":1567917024,\"h\":\"044d68e2b7f74a08fba1b5440d7c7fa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/NodeVisitor\\/Sandbox.php\":{\"d\":1567917024,\"h\":\"14d6553aaf462a57822a6cfd945bea52\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/NodeVisitor\\/Escaper.php\":{\"d\":1567917024,\"h\":\"18395988a9e87b16ba82d4a371085067\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/NodeVisitor\\/SafeAnalysis.php\":{\"d\":1567917024,\"h\":\"25cb96407499dd198e2a29890823a4ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Loader\\/Array.php\":{\"d\":1567917024,\"h\":\"d74371345bd83298f7a3bda6a33d12fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Loader\\/Chain.php\":{\"d\":1567917024,\"h\":\"f054bbbb376b6222645132a4104bde38\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Loader\\/String.php\":{\"d\":1567917024,\"h\":\"13f5ccb47bba6bf7c9d68b3ae390cc73\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Loader\\/Filesystem.php\":{\"d\":1567917024,\"h\":\"c1d01790d034d65d53df3095be33a3d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Filter\\/Function.php\":{\"d\":1567917024,\"h\":\"c1d586918f181931620ae18a9aca6405\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Filter\\/Node.php\":{\"d\":1567917024,\"h\":\"e6e9fe4cb145b15c0111ec7700814bc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Filter\\/Method.php\":{\"d\":1567917024,\"h\":\"1b9bbcdccd7b605ea1b99a64fc941366\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/AutoEscape.php\":{\"d\":1567917024,\"h\":\"5bc7d481acf4dd38985c162ab4cae027\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/Flush.php\":{\"d\":1567917024,\"h\":\"a239d8a52f738bfc5c18e3011cb7b2fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/Embed.php\":{\"d\":1567917024,\"h\":\"1c313a3c27b20a3630982a84c5b19988\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/If.php\":{\"d\":1567917024,\"h\":\"0270a02fbe4ea7e03b89f58974012d15\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/Import.php\":{\"d\":1567917024,\"h\":\"f2ccc63d6071dd3731f846fc0b654bcb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/With.php\":{\"d\":1567917024,\"h\":\"28a7098fc100768007970b2041682280\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/For.php\":{\"d\":1567917024,\"h\":\"f663d48c14cc064537cc1f4ea4cba112\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/Extends.php\":{\"d\":1567917024,\"h\":\"d8cf415bbca37de06b67154c5430cea8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/Block.php\":{\"d\":1567917024,\"h\":\"2cc395683206cb660f3db54d6b87fecb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/Include.php\":{\"d\":1567917024,\"h\":\"cf774d3b6c9eadd7711fa2df720f7a34\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/Deprecated.php\":{\"d\":1567917024,\"h\":\"6f9be7f865b86fd55a14b188d2b61f5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/Spaceless.php\":{\"d\":1567917024,\"h\":\"b773efd8e7494d6ff2b138c7d8ac472a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/Use.php\":{\"d\":1567917024,\"h\":\"fd71c20b76449c6efa228a4a67b44290\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/From.php\":{\"d\":1567917024,\"h\":\"7004cf5adb5746b3d47fe329fb679e61\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/Do.php\":{\"d\":1567917024,\"h\":\"a024ef320e3269eadfdd1e2b5dc05fa4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/Set.php\":{\"d\":1567917024,\"h\":\"be1b06306361964abb2660eccf3f3156\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/Macro.php\":{\"d\":1567917024,\"h\":\"16ab3b0ea57429059dcc3cc76d28edff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/Sandbox.php\":{\"d\":1567917024,\"h\":\"34f1d8640aa365cc0896449d04ab2ca8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser\\/Filter.php\":{\"d\":1567917024,\"h\":\"68da51661238d0198f0ce9977898e4d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Unary\\/Not.php\":{\"d\":1567917024,\"h\":\"82b2f2f30567e3189d54c03c9b4f1ca4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Unary\\/Pos.php\":{\"d\":1567917024,\"h\":\"d1e1bd8bb4e790fd89d212607c6214f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Unary\\/Neg.php\":{\"d\":1567917024,\"h\":\"29417f636626e6afe122482bd58f77c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Filter\\/Default.php\":{\"d\":1567917024,\"h\":\"d0c94f835d7aa723b332cde44dd4c911\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/Power.php\":{\"d\":1567917024,\"h\":\"2ab4af71cc11116201a8c2f85a109f5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/BitwiseXor.php\":{\"d\":1567917024,\"h\":\"49bb447d9e19c4ffe3febf89bd425896\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/Mod.php\":{\"d\":1567917024,\"h\":\"e288666b50d25c9ca715e28e7efe2246\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/Matches.php\":{\"d\":1567917024,\"h\":\"08054e7515875543c026e70a260503d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/GreaterEqual.php\":{\"d\":1567917024,\"h\":\"ae3ba349dcf1cb2f7a4b5b206703b480\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/Div.php\":{\"d\":1567917024,\"h\":\"5fe25024048cf2f6f40ef1201c482033\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/EndsWith.php\":{\"d\":1567917024,\"h\":\"02f14987dc37f3695153f6b6d05280b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/Equal.php\":{\"d\":1567917024,\"h\":\"3911fba4609bf376ed8cf8ab7cbb783e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/FloorDiv.php\":{\"d\":1567917024,\"h\":\"f61f1ed73ffa40b38f9cca63a20cb587\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/Range.php\":{\"d\":1567917024,\"h\":\"cb87841e24a810cf136c6b406a115974\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/Greater.php\":{\"d\":1567917024,\"h\":\"631726763384ac53411e7a8ab0379be6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/NotIn.php\":{\"d\":1567917024,\"h\":\"a42e3600f6ee4b9015146f146407de1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/NotEqual.php\":{\"d\":1567917024,\"h\":\"dee985d04916ec39044cc3208cc3ff27\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/Mul.php\":{\"d\":1567917024,\"h\":\"bf16aa555475333ead541693f891f31f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/Add.php\":{\"d\":1567917024,\"h\":\"b058fc597486fcc70186a058cbe8008c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/BitwiseOr.php\":{\"d\":1567917024,\"h\":\"740b30dafbbd84abb3c4bf84237bbff1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/Less.php\":{\"d\":1567917024,\"h\":\"d916b824e012ed7d252a5492d9fea98c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/Sub.php\":{\"d\":1567917024,\"h\":\"37a6c0d27da41f67c71d37c9522fc3ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/BitwiseAnd.php\":{\"d\":1567917024,\"h\":\"6ab46e39a69bf3dfd478f682b8e72119\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/And.php\":{\"d\":1567917024,\"h\":\"8026dc07f391b027960a24f0028bf4e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/StartsWith.php\":{\"d\":1567917024,\"h\":\"c96dc2e1b4a97f56d40c7017242dd3a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/LessEqual.php\":{\"d\":1567917024,\"h\":\"e4bd5c0f836e5287ec2dff90d0134c97\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/Concat.php\":{\"d\":1567917024,\"h\":\"297075c07489ad267ac9e036252de819\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/Or.php\":{\"d\":1567917024,\"h\":\"0098bfbf0fcfcb1dcf7c377e106a3535\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary\\/In.php\":{\"d\":1567917024,\"h\":\"aad02a9dcb4a9b961a14cfd9a395840c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Test\\/Odd.php\":{\"d\":1567917024,\"h\":\"ddf5b605c4e2a73aeb733db9a94b2ec8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Test\\/Sameas.php\":{\"d\":1567917024,\"h\":\"0841b13bf17f7b63e8bb3035ab853d49\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Test\\/Constant.php\":{\"d\":1567917024,\"h\":\"38fc779e9c5980ba7f94a2849dd5324f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Test\\/Even.php\":{\"d\":1567917024,\"h\":\"a9150247da6362e0a59803119ef8a957\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Test\\/Divisibleby.php\":{\"d\":1567917024,\"h\":\"7be826a6a6075075f25093008418431e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Test\\/Defined.php\":{\"d\":1567917024,\"h\":\"cd17f8493b63f5b89dfe547596ce71f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Test\\/Null.php\":{\"d\":1567917024,\"h\":\"f7ba0d4e9fea1f9f0901d57a35adf22a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Conditional.php\":{\"d\":1567917024,\"h\":\"1c85c9566478e9454b836df8afdb49ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Function.php\":{\"d\":1567917024,\"h\":\"40e182f31e72a824417ec353538b0f5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Test.php\":{\"d\":1567917024,\"h\":\"2f251e2ec130563384764b4728f924c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Call.php\":{\"d\":1567917024,\"h\":\"2afc9b891fea3ecef2133b1184a7e060\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Array.php\":{\"d\":1567917024,\"h\":\"acca240be16008563b01161a6a922592\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Name.php\":{\"d\":1567917024,\"h\":\"14fef2e2519c6465afbe540252fd983c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Parent.php\":{\"d\":1567917024,\"h\":\"32794ff97e17f73dc017f16994e70b8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/AssignName.php\":{\"d\":1567917024,\"h\":\"b23bacc7daa066580bafbb184ed3c30f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/MethodCall.php\":{\"d\":1567917024,\"h\":\"ac7f8286538e20cefafc9eeb376c653f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/TempName.php\":{\"d\":1567917024,\"h\":\"46961e0750fca62408ed5a3c37d98d87\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/NullCoalesce.php\":{\"d\":1567917024,\"h\":\"8bc235ac05cb6555da8b1578cfce1202\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Binary.php\":{\"d\":1567917024,\"h\":\"c56d590a0b11cb204c27965802f542a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/GetAttr.php\":{\"d\":1567917024,\"h\":\"8610ae5fcc509a77c0d8a1f34076863b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/ExtensionReference.php\":{\"d\":1567917024,\"h\":\"8b14d518a26c60fd5b63cebfdc72dcb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Constant.php\":{\"d\":1567917024,\"h\":\"1799976844e1d589e8b42144040015fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/BlockReference.php\":{\"d\":1567917024,\"h\":\"54c0d3c943d3e6f224234669bbaa076d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Unary.php\":{\"d\":1567917024,\"h\":\"42f8324645ca23fcffab442ef2205c4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression\\/Filter.php\":{\"d\":1567917024,\"h\":\"c6895989d8ebaa867d86738f02cac94c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/AutoEscape.php\":{\"d\":1567917024,\"h\":\"567440282e90ad48390bbc38760e73e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Text.php\":{\"d\":1567917024,\"h\":\"2ceac17b4de1dd2f2a4c528550fb9b83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Flush.php\":{\"d\":1567917024,\"h\":\"ca578f22204072bb6784755eda23058c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/ForLoop.php\":{\"d\":1567917024,\"h\":\"e3a85fbc1a53256d72e73a47cc8cc285\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/SetTemp.php\":{\"d\":1567917024,\"h\":\"0a4391961609db681888f3f62c8cb9e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Expression.php\":{\"d\":1567917024,\"h\":\"02ec7a8e9711e15867449575ede9f62c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Embed.php\":{\"d\":1567917024,\"h\":\"72cab50fd3878b3384249f1bf950b3de\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/If.php\":{\"d\":1567917024,\"h\":\"f877f342873179aba2901b88367e9d63\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Import.php\":{\"d\":1567917024,\"h\":\"7b73350a4337407e4d6483ffcaab6f72\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/With.php\":{\"d\":1567917024,\"h\":\"16b1d072dc99c58079cf148f66391546\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/For.php\":{\"d\":1567917024,\"h\":\"d8f7034152c131f5343f7df3e7c90b02\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/CheckSecurity.php\":{\"d\":1567917024,\"h\":\"e58ad9e711d95c58724e3f460f2ec785\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Block.php\":{\"d\":1567917024,\"h\":\"f8ba844823cd01212ff4c2eeb4bd5173\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Include.php\":{\"d\":1567917024,\"h\":\"88d8a4b5ba6e88c695f38c95addca309\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Deprecated.php\":{\"d\":1567917024,\"h\":\"1781466f91c8ff87c35027deaf4067c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Spaceless.php\":{\"d\":1567917024,\"h\":\"c951b7a8810c22d79630239725087bba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Do.php\":{\"d\":1567917024,\"h\":\"871cddc4995f464d1595902ebe13a09b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Set.php\":{\"d\":1567917024,\"h\":\"ee6843b1c44064f861b52bc2c8a4e9ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Print.php\":{\"d\":1567917024,\"h\":\"72cda7dba065a6b014ad6ef7dc81c404\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Macro.php\":{\"d\":1567917024,\"h\":\"3c43a99961404047611ec1bfbdb2bc20\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Module.php\":{\"d\":1567917024,\"h\":\"3a4cea9d80361e47c146b3956b713e06\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/BlockReference.php\":{\"d\":1567917024,\"h\":\"22705486f37e7e25ed2a0fcd9dd76205\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Sandbox.php\":{\"d\":1567917024,\"h\":\"314467c75e7bb20a8c03b0afb311e21e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/SandboxedPrint.php\":{\"d\":1567917024,\"h\":\"f9c9f7b960f2ff2025785f1ac3e26d6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node\\/Body.php\":{\"d\":1567917024,\"h\":\"f0f8df41745713e81dfaa75cc9265a3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Util\\/DeprecationCollector.php\":{\"d\":1567917024,\"h\":\"841670da4d34353fde12664debad9aa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Util\\/TemplateDirIterator.php\":{\"d\":1567917024,\"h\":\"77b59f8d0098cde86db5c2b5fdf6634e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Function\\/Function.php\":{\"d\":1567917024,\"h\":\"592b4962a8cb86a39ddfe863b9b0aee3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Function\\/Node.php\":{\"d\":1567917024,\"h\":\"cd46095566edba7cc788d1dab5cd4be7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Function\\/Method.php\":{\"d\":1567917024,\"h\":\"73e2b6c6f1ee78bbdcd33f8bf91c64a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Cache\\/Filesystem.php\":{\"d\":1567917024,\"h\":\"27728fef0414b2c8ce6edba11274ad81\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Cache\\/Null.php\":{\"d\":1567917024,\"h\":\"adf465a2c9d22aa4718b879fd0c0f9fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Sandbox\\/SecurityPolicy.php\":{\"d\":1567917024,\"h\":\"8f6906681f3dad4af51b3820fbf8edc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Sandbox\\/SecurityPolicyInterface.php\":{\"d\":1567917024,\"h\":\"f01595f594858048d26829875b74a514\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Sandbox\\/SecurityError.php\":{\"d\":1567917024,\"h\":\"473ddcf4c14aa80c8fbc36842a265bc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Sandbox\\/SecurityNotAllowedFunctionError.php\":{\"d\":1567917024,\"h\":\"774c190dd87be83c9ebac19544fa3c38\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Sandbox\\/SecurityNotAllowedTagError.php\":{\"d\":1567917024,\"h\":\"8361f5eeaee1f42ab335dacf0999ead2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Sandbox\\/SecurityNotAllowedPropertyError.php\":{\"d\":1567917024,\"h\":\"e5164378ab0e6f7e06aac81ef51ab6c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Sandbox\\/SecurityNotAllowedMethodError.php\":{\"d\":1567917024,\"h\":\"4247d0dc4002dc3285d5d7a7831b567e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Sandbox\\/SecurityNotAllowedFilterError.php\":{\"d\":1567917024,\"h\":\"4230f8c32c9a1d9fc9741523e95d55f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParserBroker.php\":{\"d\":1567917024,\"h\":\"dfe0fb95128967ba0d2822e742310a99\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Markup.php\":{\"d\":1567917024,\"h\":\"34d62ee5481c94ec179f183c7e33164e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TemplateWrapper.php\":{\"d\":1567917024,\"h\":\"6c53c78587248aed3b245aee02686259\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/NodeInterface.php\":{\"d\":1567917024,\"h\":\"0eee13147783b69c7abd5b2c1958eac5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Lexer.php\":{\"d\":1567917024,\"h\":\"bdbb2b34e421a070b404ed446dae5da4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Function.php\":{\"d\":1567917024,\"h\":\"e7f1f51d835a26fdab7536254a2cdab5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/RuntimeLoaderInterface.php\":{\"d\":1567917024,\"h\":\"9fc74752e3ccc9765210d1fba2ddc0d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TestInterface.php\":{\"d\":1567917024,\"h\":\"f9dd5060017c46c5a87995d740ef2c27\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Test.php\":{\"d\":1567917024,\"h\":\"0ecd2cd7e2d45a4e9a98c4e02c098de9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/ExpressionParser.php\":{\"d\":1567917024,\"h\":\"596a3e70da0d05a703269b1038491a8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/LexerInterface.php\":{\"d\":1567917024,\"h\":\"64bfc41b1fe5c31654465feda90cc872\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/ExistsLoaderInterface.php\":{\"d\":1567917024,\"h\":\"c718685eebc9e55023f7efefac0658ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/LoaderInterface.php\":{\"d\":1567917024,\"h\":\"17fab939689d57c0359a9fc910eb9f15\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Source.php\":{\"d\":1567917024,\"h\":\"b0c94a75545adf1564c6aec5724c8a25\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/SimpleFunction.php\":{\"d\":1567917024,\"h\":\"65a3dd4008d980d70b15107352687a58\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Autoloader.php\":{\"d\":1567917024,\"h\":\"eb9478b25ed1364b5d95d27a0ad45481\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenStream.php\":{\"d\":1567917024,\"h\":\"afb3054b7bfe34c261a20df93807f8c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/NodeOutputInterface.php\":{\"d\":1567917024,\"h\":\"e89f45756e52660402470855d4288e55\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/CompilerInterface.php\":{\"d\":1567917024,\"h\":\"f879825a8eb81494fe560951b7315b1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/FunctionCallableInterface.php\":{\"d\":1567917024,\"h\":\"3e69f85ce1f6333e1eabaccc20d32faf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/SourceContextLoaderInterface.php\":{\"d\":1567917024,\"h\":\"f13f494d889b1d42b6aa3360f4cee0f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Extension.php\":{\"d\":1567917024,\"h\":\"56158c52565b15eaab10dc772e4e2dbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/SimpleFilter.php\":{\"d\":1567917024,\"h\":\"7448c500ff00e371ee4bb980d2536030\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Template.php\":{\"d\":1567917024,\"h\":\"43e5bba4755d56197abd26c6e937417b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Node.php\":{\"d\":1567917024,\"h\":\"0cd57326fc3e51779ffae9bc156792c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParser.php\":{\"d\":1567917024,\"h\":\"c9302daee438f554ad386d08b70d03a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/FactoryRuntimeLoader.php\":{\"d\":1567917024,\"h\":\"965a0baf7212fef6ea2e800237c4cf13\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TestCallableInterface.php\":{\"d\":1567917024,\"h\":\"fc239b277f8b479666009cfecf82a42b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParserBrokerInterface.php\":{\"d\":1567917024,\"h\":\"e1e629fbb3094426dd875e1c58baf659\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/NodeVisitorInterface.php\":{\"d\":1567917024,\"h\":\"55123f74d0421add26460fdb57cb89fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/CacheInterface.php\":{\"d\":1567917024,\"h\":\"b7b72185b7e1d7725a04f59c7dd7aedc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TemplateInterface.php\":{\"d\":1567917024,\"h\":\"511694c1bc7af224c35c0433293aec3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Compiler.php\":{\"d\":1567917024,\"h\":\"85db6f2fc0eac55f14a1e4c8fa9a241e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/FilterInterface.php\":{\"d\":1567917024,\"h\":\"4d1ee1bc4f07665ad94fd7fca9082352\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Error.php\":{\"d\":1567917024,\"h\":\"e041f9feb249c738f0fe66d8bddb829d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/BaseNodeVisitor.php\":{\"d\":1567917024,\"h\":\"1ed9b177b55a0d479cbe34b63dea580b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/ContainerRuntimeLoader.php\":{\"d\":1567917024,\"h\":\"95d433f3c7de31318ff0e1fd6585c1f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/ExtensionInterface.php\":{\"d\":1567917024,\"h\":\"993c47854290a867168ee45e090ea539\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/NodeCaptureInterface.php\":{\"d\":1567917024,\"h\":\"134adf58815fb44f921645e13318c9c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Environment.php\":{\"d\":1567917024,\"h\":\"f641a8e9b4eb0405ce2d416759bb6c6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Filter.php\":{\"d\":1567917024,\"h\":\"02f93c5a401fcdfe12aadbfb705405cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/TokenParserInterface.php\":{\"d\":1567917024,\"h\":\"acd4e709ef52b069abb88593d163e65f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/SimpleTest.php\":{\"d\":1567917024,\"h\":\"140c0ae0d35491457f251fab039ed014\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/FilterCallableInterface.php\":{\"d\":1567917024,\"h\":\"111ca315f23d3ae1355c155d1392bcaa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Token.php\":{\"d\":1567917024,\"h\":\"c33584305776aa03342690aa0381aa6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/ParserInterface.php\":{\"d\":1567917024,\"h\":\"4af85028cb2fa68a645350153f9b34ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/FunctionInterface.php\":{\"d\":1567917024,\"h\":\"3da376a63add0412aacb80e4287369fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/FileExtensionEscapingStrategy.php\":{\"d\":1567917024,\"h\":\"7897962ea6cece13730b91dc26c5d8ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/Parser.php\":{\"d\":1567917024,\"h\":\"2280a4f28af7447163155cbb59547c01\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/lib\\/Twig\\/NodeTraverser.php\":{\"d\":1567917024,\"h\":\"def08b94d6df738637708a70c5602e84\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Profiler\\/NodeVisitor\\/ProfilerNodeVisitor.php\":{\"d\":1567917024,\"h\":\"acc3e10830d101f5849d6ee26f2ee4a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Profiler\\/Node\\/EnterProfileNode.php\":{\"d\":1567917024,\"h\":\"24b7fd54ba4b1254c6d19ee5f34746e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Profiler\\/Node\\/LeaveProfileNode.php\":{\"d\":1567917024,\"h\":\"d20e5cf6e162cf8020432893f4c829e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Profiler\\/Dumper\\/BlackfireDumper.php\":{\"d\":1567917024,\"h\":\"c6c8b27f9d27d140cf4f4816706c1feb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Profiler\\/Dumper\\/HtmlDumper.php\":{\"d\":1567917024,\"h\":\"177c1f2c16b7d1d5ac0c53d44c7dd585\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Profiler\\/Dumper\\/BaseDumper.php\":{\"d\":1567917024,\"h\":\"d18c8fd29ce71af7649896d1cea671d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Profiler\\/Dumper\\/TextDumper.php\":{\"d\":1567917024,\"h\":\"ef6338c77dc17ffb369daa4969134f07\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Profiler\\/Profile.php\":{\"d\":1567917024,\"h\":\"7dfdd7aab606108526740ed2410cb7d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Extension\\/RuntimeExtensionInterface.php\":{\"d\":1567917024,\"h\":\"d8c82a29001d5e0577086c048f382b57\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Extension\\/OptimizerExtension.php\":{\"d\":1567917024,\"h\":\"f821f3d4e2916c16233a63110ed184fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Extension\\/SandboxExtension.php\":{\"d\":1567917024,\"h\":\"8203e3ef64a61d9c9e52a961c0c417b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Extension\\/StringLoaderExtension.php\":{\"d\":1567917024,\"h\":\"f5199b0b4e8e73d1760c8e228c72fb6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Extension\\/EscaperExtension.php\":{\"d\":1567917024,\"h\":\"b840d14ab6afb9c191b9369b5e8d9980\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Extension\\/CoreExtension.php\":{\"d\":1567917024,\"h\":\"3c3c15a6f03576f5aea12d083c8536f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Extension\\/DebugExtension.php\":{\"d\":1567917024,\"h\":\"0d3f0dea4f9f1f39923d739b050ec96b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Extension\\/GlobalsInterface.php\":{\"d\":1567917024,\"h\":\"0f0ff64e333784e74159f7482c0ac060\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Extension\\/AbstractExtension.php\":{\"d\":1567917024,\"h\":\"e65a39567db9f0f0fe57ad6c14382907\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Extension\\/StagingExtension.php\":{\"d\":1567917024,\"h\":\"75df53505422debc4765a060db6cec20\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Extension\\/InitRuntimeInterface.php\":{\"d\":1567917024,\"h\":\"a1554d9ac096cd64648e2c66ebd8fdb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Extension\\/ProfilerExtension.php\":{\"d\":1567917024,\"h\":\"ea7d8f41bc59894bfec77fe998910dec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Extension\\/ExtensionInterface.php\":{\"d\":1567917024,\"h\":\"8f82cf100a66579fc3b488a975b6812b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Error\\/SyntaxError.php\":{\"d\":1567917024,\"h\":\"7e3cab0242418ec374266731c66200bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Error\\/Error.php\":{\"d\":1567917024,\"h\":\"9c0cb07c081e8d406fc4498b6c74c042\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Error\\/LoaderError.php\":{\"d\":1567917024,\"h\":\"88ecd8f4caaea426867302cc79e5d664\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Error\\/RuntimeError.php\":{\"d\":1567917024,\"h\":\"d4ea3fc112e7ac1f0271c140b0414c9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/NodeVisitor\\/EscaperNodeVisitor.php\":{\"d\":1567917024,\"h\":\"bebc4917738e86fd34a61f44b7be9046\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/NodeVisitor\\/AbstractNodeVisitor.php\":{\"d\":1567917024,\"h\":\"f91c18954f4d77e8fba611ddb7de3916\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/NodeVisitor\\/SafeAnalysisNodeVisitor.php\":{\"d\":1567917024,\"h\":\"0067b09ef187578b7ff95b9b7c9ac4c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/NodeVisitor\\/NodeVisitorInterface.php\":{\"d\":1567917024,\"h\":\"8dc65f4298409383e4242ac7fc513170\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/NodeVisitor\\/SandboxNodeVisitor.php\":{\"d\":1567917024,\"h\":\"38bbc40b3e159c6184ee927b8d97c095\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/NodeVisitor\\/OptimizerNodeVisitor.php\":{\"d\":1567917024,\"h\":\"2ccbe2293d291022063a686f8c114c4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Loader\\/FilesystemLoader.php\":{\"d\":1567917024,\"h\":\"a290d218d1731e8ac8d6ec531259f87e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Loader\\/ExistsLoaderInterface.php\":{\"d\":1567917024,\"h\":\"345293588ecb537893db1514d6cb54ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Loader\\/LoaderInterface.php\":{\"d\":1567917024,\"h\":\"d525c4c99898b8a5e7a15939bde66438\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Loader\\/SourceContextLoaderInterface.php\":{\"d\":1567917024,\"h\":\"b19786586c3608754da4ab4c63a59052\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Loader\\/ChainLoader.php\":{\"d\":1567917024,\"h\":\"964557a5539e078c6051614d04edb11e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Loader\\/ArrayLoader.php\":{\"d\":1567917024,\"h\":\"9019742f167205606a9c6e3bb85e3513\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/MacroTokenParser.php\":{\"d\":1567917024,\"h\":\"69cbb64bd6796067cab0a39c0a379aac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/UseTokenParser.php\":{\"d\":1567917024,\"h\":\"a7a3c1765db0005a73dac9d98600a57c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/AutoEscapeTokenParser.php\":{\"d\":1567917024,\"h\":\"c518eb0e45b10bda2c562a885cd62885\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/SandboxTokenParser.php\":{\"d\":1567917024,\"h\":\"b4e82d6e3edbf7425288ba1625afb4c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/ImportTokenParser.php\":{\"d\":1567917024,\"h\":\"62928b38ade9553b3ce69bae576c8d78\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/ForTokenParser.php\":{\"d\":1567917024,\"h\":\"c901ddef0fbb4e9cddc15cf1782fbd85\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/ApplyTokenParser.php\":{\"d\":1567917024,\"h\":\"4a6c468b2a13cc6483dc69fe7d1429da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/SpacelessTokenParser.php\":{\"d\":1567917024,\"h\":\"df73a30dd1a1222b0fc2ff37f4d7b6ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/IfTokenParser.php\":{\"d\":1567917024,\"h\":\"c5c6c61c73f7ca660d425e2e7a8a6e5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/WithTokenParser.php\":{\"d\":1567917024,\"h\":\"76f39d9c2f2976765afb16f025b6712f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/FilterTokenParser.php\":{\"d\":1567917024,\"h\":\"4ae926ceddfbcce96afd676b0773185d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/FromTokenParser.php\":{\"d\":1567917024,\"h\":\"4fcc064fd242a4d0342c05407bdf6b03\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/AbstractTokenParser.php\":{\"d\":1567917024,\"h\":\"414442707567ab1608c3c9d161518fb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/EmbedTokenParser.php\":{\"d\":1567917024,\"h\":\"697fc69a0a4eb5d06be1a3675d76632f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/SetTokenParser.php\":{\"d\":1567917024,\"h\":\"7cf31479a55d08d3159bf38671d8d60f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/ExtendsTokenParser.php\":{\"d\":1567917024,\"h\":\"a2e806185585f54c123c74313d1039e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/DeprecatedTokenParser.php\":{\"d\":1567917024,\"h\":\"f71fc041fd314dbbf3b241f220974213\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/IncludeTokenParser.php\":{\"d\":1567917024,\"h\":\"8442f2750f7f59942924ab91baad9836\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/FlushTokenParser.php\":{\"d\":1567917024,\"h\":\"e17300c14c09668b656791dc892bc592\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/BlockTokenParser.php\":{\"d\":1567917024,\"h\":\"e0c6fd95e6126d471a93c9d2be39f17c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/TokenParserInterface.php\":{\"d\":1567917024,\"h\":\"5bdbcae78c9d4c19c3399e1927daeecb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenParser\\/DoTokenParser.php\":{\"d\":1567917024,\"h\":\"9735a11437b31bacd805b6484fe97f62\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/RuntimeLoader\\/RuntimeLoaderInterface.php\":{\"d\":1567917024,\"h\":\"85f35aebed11d999cc49d7e33c939e69\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/RuntimeLoader\\/FactoryRuntimeLoader.php\":{\"d\":1567917024,\"h\":\"5168f15aa362004eb85ad5343ed9b5f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/RuntimeLoader\\/ContainerRuntimeLoader.php\":{\"d\":1567917024,\"h\":\"fd1ea8a2d1362d9d08bc286f69a946b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Unary\\/NotUnary.php\":{\"d\":1567917024,\"h\":\"391b6f417e545857e3c0c7ea9d0c892b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Unary\\/PosUnary.php\":{\"d\":1567917024,\"h\":\"f2a2bc5865635ad93866a8b331bce43c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Unary\\/AbstractUnary.php\":{\"d\":1567917024,\"h\":\"f3ed92173c568dd729c41594187d5343\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Unary\\/NegUnary.php\":{\"d\":1567917024,\"h\":\"8f2084984e11516f80a87cb55ef0f1b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Filter\\/DefaultFilter.php\":{\"d\":1567917024,\"h\":\"ff8f80d3a8f2a277d3f2f2ac0347d580\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/LessEqualBinary.php\":{\"d\":1567917024,\"h\":\"9350f1cb951cdd2ecde8a3030cfa1d04\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/InBinary.php\":{\"d\":1567917024,\"h\":\"bcda121bdc19e23408b93449c23b807a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/RangeBinary.php\":{\"d\":1567917024,\"h\":\"43cf2ff8a101776586aa901b6c82ec3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/BitwiseAndBinary.php\":{\"d\":1567917024,\"h\":\"201272eafbdb16269449ce5f20d766a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/BitwiseXorBinary.php\":{\"d\":1567917024,\"h\":\"45ff83d84433dc9e2fdfd7683723ed94\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/AddBinary.php\":{\"d\":1567917024,\"h\":\"471adb6892da3d726d4e86e2452e241a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/NotEqualBinary.php\":{\"d\":1567917024,\"h\":\"ff86e9a1e5a7e327e6f63217036fcf39\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/PowerBinary.php\":{\"d\":1567917024,\"h\":\"8f5daf8a347d13de49e2b090a990a791\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/GreaterBinary.php\":{\"d\":1567917024,\"h\":\"ca99250bde07c3ed8b263a64d3b7f5c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/ModBinary.php\":{\"d\":1567917024,\"h\":\"dfe1f12b2a2293b70f71989904a97a34\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/SubBinary.php\":{\"d\":1567917024,\"h\":\"3300438124f9bd44b7a5d335f5fc8cd1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/LessBinary.php\":{\"d\":1567917024,\"h\":\"eb498d0aba006adae71a654219697f65\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/FloorDivBinary.php\":{\"d\":1567917024,\"h\":\"30c1793c5131ecdbefff42891eb3dda2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/BitwiseOrBinary.php\":{\"d\":1567917024,\"h\":\"3fed54bc7ff2d7230a9591948c1d0d5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/NotInBinary.php\":{\"d\":1567917024,\"h\":\"fa9f33a3009118c94c907d4dbff507e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/OrBinary.php\":{\"d\":1567917024,\"h\":\"837e3f0772594775c8a141bd7b9a6363\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/EndsWithBinary.php\":{\"d\":1567917024,\"h\":\"1168e30d8ec8572eac8c5986e4896406\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/StartsWithBinary.php\":{\"d\":1567917024,\"h\":\"e39894ac7340226215da856ac0261f8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/MatchesBinary.php\":{\"d\":1567917024,\"h\":\"835b52f3e10c37e90fb736c9758c5992\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/DivBinary.php\":{\"d\":1567917024,\"h\":\"6be789a33f824dbb29787784f35df04f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/ConcatBinary.php\":{\"d\":1567917024,\"h\":\"84a2b4c4d6c13a0176bdaf00e5c372bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/AndBinary.php\":{\"d\":1567917024,\"h\":\"a4c7fff788b02718101f6d0da4aef648\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/AbstractBinary.php\":{\"d\":1567917024,\"h\":\"5b39ad25381fdb440cba49aafc5eb0b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/GreaterEqualBinary.php\":{\"d\":1567917024,\"h\":\"3281cc8e2362eea41e92d472ddd56444\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/EqualBinary.php\":{\"d\":1567917024,\"h\":\"cc2fb53232128df6bf1bee24a40d0722\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Binary\\/MulBinary.php\":{\"d\":1567917024,\"h\":\"699818dae2a4000ad41e6baf7200ca21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Test\\/OddTest.php\":{\"d\":1567917024,\"h\":\"d29bc1a216c4cc2f003b817e9775bf2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Test\\/SameasTest.php\":{\"d\":1567917024,\"h\":\"351447f267ce109847737db1c7cf79f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Test\\/DefinedTest.php\":{\"d\":1567917024,\"h\":\"218894e6a1b1e013874782c6325d23bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Test\\/EvenTest.php\":{\"d\":1567917024,\"h\":\"b636929a69395d39ba5b4f522abb3bb9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Test\\/NullTest.php\":{\"d\":1567917024,\"h\":\"942b74b8233afa6e6bb4c4eea456c4ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Test\\/ConstantTest.php\":{\"d\":1567917024,\"h\":\"fee0676b41473cbc1ac31a8a635af236\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/Test\\/DivisiblebyTest.php\":{\"d\":1567917024,\"h\":\"18f18498f678e2086ef18a155faca801\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/GetAttrExpression.php\":{\"d\":1567917024,\"h\":\"d1cdd426b423b0d08570573e4880c938\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/CallExpression.php\":{\"d\":1567917024,\"h\":\"ca58040390a601d2130b00db5a0b2a99\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/NullCoalesceExpression.php\":{\"d\":1567917024,\"h\":\"8b75382cd259302d511206a9d3def4c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/NameExpression.php\":{\"d\":1567917024,\"h\":\"f12992526fa684784300d8ceacbda3bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/BlockReferenceExpression.php\":{\"d\":1567917024,\"h\":\"f2217e1fa522a3e39edaa47770319cf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/AbstractExpression.php\":{\"d\":1567917024,\"h\":\"d5ca7d7caa49f283cd01cdab662c39a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/ParentExpression.php\":{\"d\":1567917024,\"h\":\"5e8eef1a3dd0d9a9bca06152828edf4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/FilterExpression.php\":{\"d\":1567917024,\"h\":\"17f312cb547832eb531a02df8bbf2361\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/ArrowFunctionExpression.php\":{\"d\":1567917024,\"h\":\"fad5b659f2fff3636ca1c7ef1a9d84ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/ConstantExpression.php\":{\"d\":1567917024,\"h\":\"e1d60af11430d1fe99d71060ff419290\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/ConditionalExpression.php\":{\"d\":1567917024,\"h\":\"2f47ccb7652d5ea7885c38d1f924df76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/AssignNameExpression.php\":{\"d\":1567917024,\"h\":\"cc5bfb4184c9baef68b97b9293d34d99\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/MethodCallExpression.php\":{\"d\":1567917024,\"h\":\"c4ea21df31e0b128d0ff4c0678307f40\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/ArrayExpression.php\":{\"d\":1567917024,\"h\":\"ce49f5f454bb932cf981e8e50b585ad6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/TestExpression.php\":{\"d\":1567917024,\"h\":\"6be361e1070bc64276802f80fd6542da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/InlinePrint.php\":{\"d\":1567917024,\"h\":\"8033af7464e2cb9ae87d6ee343abed2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/TempNameExpression.php\":{\"d\":1567917024,\"h\":\"0c5f00038e513b69ea88e9af59813392\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Expression\\/FunctionExpression.php\":{\"d\":1567917024,\"h\":\"9c8f4ffdf1e1c2c568a699189faaccd3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/WithNode.php\":{\"d\":1567917024,\"h\":\"d58187c0da435b05dbbbf09f2284a58b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/BlockReferenceNode.php\":{\"d\":1567917024,\"h\":\"92a7112d4f25298fbec8961437cdf4b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/BodyNode.php\":{\"d\":1567917024,\"h\":\"986ca7ce4713c6d7edfb46e7ec1f5e3c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/FlushNode.php\":{\"d\":1567917024,\"h\":\"57b3532a899ef0e1982f2ef6cae12661\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/ModuleNode.php\":{\"d\":1567917024,\"h\":\"2c7560df59a620d24403c1d2d1960d0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/NodeOutputInterface.php\":{\"d\":1567917024,\"h\":\"dc306c16a9fec4e8131a4759d5fd64f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/CheckToStringNode.php\":{\"d\":1567917024,\"h\":\"aed732468557aa7452e811c9f4714225\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/BlockNode.php\":{\"d\":1567917024,\"h\":\"97ea179a615d5d2c5ff6b90b459377e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/DeprecatedNode.php\":{\"d\":1567917024,\"h\":\"9b204a25e34b0821ffe5de21a36433cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/AutoEscapeNode.php\":{\"d\":1567917024,\"h\":\"2c55c1ff619165ae24547b44c1194445\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/ImportNode.php\":{\"d\":1567917024,\"h\":\"b9b814fdb9af405da68db48540ee48ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/CheckSecurityNode.php\":{\"d\":1567917024,\"h\":\"ed66056587fa42e49f7c4c186185cf45\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/Node.php\":{\"d\":1567917024,\"h\":\"b0680196ba89ca47e10103b3b531c14c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/IfNode.php\":{\"d\":1567917024,\"h\":\"a572c70775120ad6ece493223bd70025\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/SandboxNode.php\":{\"d\":1567917024,\"h\":\"bbdad2a3286f74417db855fae7ad0b5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/EmbedNode.php\":{\"d\":1567917024,\"h\":\"29ef69b498d3c6e2adbf48defcfdbbb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/SetTempNode.php\":{\"d\":1567917024,\"h\":\"885249b2273600311a37e0ccd447bb42\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/TextNode.php\":{\"d\":1567917024,\"h\":\"b73cfa8d24ef5545d6e6c1eeab83913f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/PrintNode.php\":{\"d\":1567917024,\"h\":\"1a9d90a02a9395c7e1a6b28087bc4be3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/SpacelessNode.php\":{\"d\":1567917024,\"h\":\"2d3c8755c73bed018a3ce411a595b1c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/ForNode.php\":{\"d\":1567917024,\"h\":\"af91e29f641bcca7f345647eabb05786\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/IncludeNode.php\":{\"d\":1567917024,\"h\":\"f44350904ee58443be53485d6198ff85\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/ForLoopNode.php\":{\"d\":1567917024,\"h\":\"ae58208e3094d0bbb8c6b331a6415325\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/SetNode.php\":{\"d\":1567917024,\"h\":\"046328f3002248db09e4d2a89f14d103\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/DoNode.php\":{\"d\":1567917024,\"h\":\"2eda4c45ba8b695fbdf8126ed4a2be08\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/NodeCaptureInterface.php\":{\"d\":1567917024,\"h\":\"c431522464753dc23e9e06651dcca6b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/SandboxedPrintNode.php\":{\"d\":1567917024,\"h\":\"363fce5057b33e6a8761f6475947e8b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Node\\/MacroNode.php\":{\"d\":1567917024,\"h\":\"8e1087156b9bbf9186693023f5cdb339\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Util\\/DeprecationCollector.php\":{\"d\":1567917024,\"h\":\"942cb3a3f6794ca867a3e6b2c2de9ba1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Util\\/TemplateDirIterator.php\":{\"d\":1567917024,\"h\":\"95e8577b871e6576d437d31832f09155\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Test\\/NodeTestCase.php\":{\"d\":1567917024,\"h\":\"125f5fd18c36eaa693b752a4d7476daf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Test\\/IntegrationTestCase.php\":{\"d\":1567917024,\"h\":\"e5c7b569e8cc8eadf160d3fa57ba3aa6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Cache\\/NullCache.php\":{\"d\":1567917024,\"h\":\"fa98d9d6ed44f56b84a228b2dada9e8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Cache\\/CacheInterface.php\":{\"d\":1567917024,\"h\":\"13f38b201b8bfe6b57d969ce8fbacf1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Cache\\/FilesystemCache.php\":{\"d\":1567917024,\"h\":\"205c0bee39c6547a58af16018bfba5d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Sandbox\\/SecurityPolicy.php\":{\"d\":1567917024,\"h\":\"9ed28a2052d738a6b80bff0700698cff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Sandbox\\/SecurityPolicyInterface.php\":{\"d\":1567917024,\"h\":\"d52874981b38a6c5a0ef57029ae7fbec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Sandbox\\/SecurityError.php\":{\"d\":1567917024,\"h\":\"15844b0e64f84351308fbb19ab527b7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Sandbox\\/SecurityNotAllowedFunctionError.php\":{\"d\":1567917024,\"h\":\"ab487ec3041846a0172ff59e388db827\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Sandbox\\/SecurityNotAllowedTagError.php\":{\"d\":1567917024,\"h\":\"9759fb37627bfa4ad59e83eeebbd3859\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Sandbox\\/SecurityNotAllowedPropertyError.php\":{\"d\":1567917024,\"h\":\"126b8f204ffc4e34db381592cba2d03a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Sandbox\\/SecurityNotAllowedMethodError.php\":{\"d\":1567917024,\"h\":\"cd7077cf541307775e25d34b3860e1d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Sandbox\\/SecurityNotAllowedFilterError.php\":{\"d\":1567917024,\"h\":\"e55b4abc2a4ad5a836d2b0cfcec0e56d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Markup.php\":{\"d\":1567917024,\"h\":\"04a575426a4c4a911e48d09c0e37fbe1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TemplateWrapper.php\":{\"d\":1567917024,\"h\":\"2e4be076b56a6b01ae8259e6f3f2af07\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Lexer.php\":{\"d\":1567917024,\"h\":\"efec34cdc4c00c878e699f6232c0c8e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/ExpressionParser.php\":{\"d\":1567917024,\"h\":\"6641a312ccb0dbdef3867dd37af37d55\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Source.php\":{\"d\":1567917024,\"h\":\"7c28d26af6d13610023779507d9f6d5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TokenStream.php\":{\"d\":1567917024,\"h\":\"1848541512aedbc4fcefb7b84c4cd3b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TwigFilter.php\":{\"d\":1567917024,\"h\":\"6997d5d7cfc92d3a10e525f68ba05277\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Template.php\":{\"d\":1567917024,\"h\":\"d320420560f11c944bd1c0ad1be1f2b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Compiler.php\":{\"d\":1567917024,\"h\":\"47e391f784152c9fd3bb838e18a99145\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TwigFunction.php\":{\"d\":1567917024,\"h\":\"29d66df1a8526c1190f4434f314a259d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/TwigTest.php\":{\"d\":1567917024,\"h\":\"f204c330acbda7993a2dc262c61b7627\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Environment.php\":{\"d\":1567917024,\"h\":\"c64e15043a687bb3e418660a352870ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Token.php\":{\"d\":1567917024,\"h\":\"e5728a1e9926ae153bdcfb95a0712c97\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/FileExtensionEscapingStrategy.php\":{\"d\":1567917024,\"h\":\"012bf2f6bb81f53138e3457116eac0c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/Parser.php\":{\"d\":1567917024,\"h\":\"c735e04ef2e41d3fb6934c7038ec2bba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/twig\\/twig\\/src\\/NodeTraverser.php\":{\"d\":1567917024,\"h\":\"730486d6ae853d34a512ed12c93fb8c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/paragonie\\/random_compat\\/dist\\/random_compat.phar.pubkey\":{\"d\":1567917024,\"h\":\"36dae3cf3fd10ae5093aaec29b7b5125\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/paragonie\\/random_compat\\/dist\\/random_compat.phar.pubkey.asc\":{\"d\":1567917024,\"h\":\"3ec788adbb0519a92243e569789cfcb9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/paragonie\\/random_compat\\/lib\\/random_bytes_com_dotnet.php\":{\"d\":1567917024,\"h\":\"062d36d41c22af3f24625bc58144835f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/paragonie\\/random_compat\\/lib\\/random_int.php\":{\"d\":1567917024,\"h\":\"39a119c9afaebb018caa5e3f0dea3eb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/paragonie\\/random_compat\\/lib\\/random_bytes_mcrypt.php\":{\"d\":1567917024,\"h\":\"46d5eb6fac0c2981b70f879a82649ae3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/paragonie\\/random_compat\\/lib\\/error_polyfill.php\":{\"d\":1567917024,\"h\":\"a5862c390f82e0eef09f9ad9c147b811\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/paragonie\\/random_compat\\/lib\\/random_bytes_libsodium_legacy.php\":{\"d\":1567917024,\"h\":\"c6ea1aff1de4231c937abaa7a64be6ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/paragonie\\/random_compat\\/lib\\/random.php\":{\"d\":1567917024,\"h\":\"ebf7c66a2e660b0fef9d599715f31c47\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/paragonie\\/random_compat\\/lib\\/cast_to_int.php\":{\"d\":1567917024,\"h\":\"79297a8a910b48162ff884043efc1612\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/paragonie\\/random_compat\\/lib\\/random_bytes_dev_urandom.php\":{\"d\":1567917024,\"h\":\"1f3482decf6b49549fa5dfc03dd6802f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/paragonie\\/random_compat\\/lib\\/random_bytes_libsodium.php\":{\"d\":1567917024,\"h\":\"78479b3f06ef4d06788a96afba6c7ccc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/paragonie\\/random_compat\\/lib\\/byte_safe_strings.php\":{\"d\":1567917024,\"h\":\"73d9b996e37833b33843da6698358d63\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/google\\/recaptcha\\/src\\/ReCaptcha\\/RequestMethod\\/Curl.php\":{\"d\":1567917024,\"h\":\"9c2d4dcccd856cf78728eff4c726f1b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/google\\/recaptcha\\/src\\/ReCaptcha\\/RequestMethod\\/SocketPost.php\":{\"d\":1567917024,\"h\":\"cd004eac22810c16a508eeec7aa4427c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/google\\/recaptcha\\/src\\/ReCaptcha\\/RequestMethod\\/Socket.php\":{\"d\":1567917024,\"h\":\"59bea501575eddcab64f2c02c73f28e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/google\\/recaptcha\\/src\\/ReCaptcha\\/RequestMethod\\/CurlPost.php\":{\"d\":1567917024,\"h\":\"8733caf76b9179eccbeb744a109c7e8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/google\\/recaptcha\\/src\\/ReCaptcha\\/RequestMethod\\/Post.php\":{\"d\":1567917024,\"h\":\"6823914c4f0dd64b48441c578c78a022\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/google\\/recaptcha\\/src\\/ReCaptcha\\/RequestParameters.php\":{\"d\":1567917024,\"h\":\"60f8dd8323eb5a2e877747a070f2d2b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/google\\/recaptcha\\/src\\/ReCaptcha\\/RequestMethod.php\":{\"d\":1567917024,\"h\":\"c54c9a8feba7dda1c84059a1b8bbc4b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/google\\/recaptcha\\/src\\/ReCaptcha\\/ReCaptcha.php\":{\"d\":1567917024,\"h\":\"812c523a80378bf288ea80267e15ec8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/google\\/recaptcha\\/src\\/ReCaptcha\\/Response.php\":{\"d\":1567917024,\"h\":\"a79b779bce211a6b270c6137148de195\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/google\\/recaptcha\\/src\\/autoload.php\":{\"d\":1567917024,\"h\":\"9a9e161b0deb63815ec1967fee8ae041\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/yaml\\/Exception\\/RuntimeException.php\":{\"d\":1567917024,\"h\":\"14010c4f6f5c12606dd5e00ef5855fdc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/yaml\\/Exception\\/DumpException.php\":{\"d\":1567917024,\"h\":\"dc67a59a9101373a0a0aab4d1a37406b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/yaml\\/Exception\\/ExceptionInterface.php\":{\"d\":1567917024,\"h\":\"55d4a87d030efc9426685250882fdf25\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/yaml\\/Exception\\/ParseException.php\":{\"d\":1567917024,\"h\":\"ba83e463c16a0e1668cf0e805e725d15\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/yaml\\/Inline.php\":{\"d\":1567917024,\"h\":\"38c3843dbe14eff3b8a98405bf65e0a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/yaml\\/Unescaper.php\":{\"d\":1567917024,\"h\":\"40396d53f0098edcde3f9af23027517d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/yaml\\/Dumper.php\":{\"d\":1567917024,\"h\":\"04604771d1e476d186195c147801f305\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/yaml\\/Yaml.php\":{\"d\":1567917024,\"h\":\"78a6da237baf9ac7c901bf2f6fac63f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/yaml\\/Escaper.php\":{\"d\":1567917024,\"h\":\"21458379ea80c0095597a7b14777cb73\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/yaml\\/Parser.php\":{\"d\":1567917024,\"h\":\"c9d6556834f295d8371277848ffe56e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/polyfill-mbstring\\/Resources\\/unidata\\/titleCaseRegexp.php\":{\"d\":1567917024,\"h\":\"a161350864050f78bf9161f7f3c94172\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/polyfill-mbstring\\/Resources\\/unidata\\/lowerCase.php\":{\"d\":1567917024,\"h\":\"fe16e76b8e2cf1c8ebe15ae241c42b13\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/polyfill-mbstring\\/Resources\\/unidata\\/upperCase.php\":{\"d\":1567917024,\"h\":\"a5f2c4c9a4432778a21079d9090a5ada\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/polyfill-mbstring\\/bootstrap.php\":{\"d\":1567917024,\"h\":\"8000776f72b3164cfd6ed7ef25ae6613\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/polyfill-mbstring\\/Mbstring.php\":{\"d\":1567917024,\"h\":\"46d51dc2b70a1c4c8d60e38cd041e6ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/DataCollector\\/TranslationDataCollector.php\":{\"d\":1567917024,\"h\":\"b3cd6d57d9afa5137f91688da5b0f1db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Exception\\/ExceptionInterface.php\":{\"d\":1567917024,\"h\":\"6d19725e88fa202953264f14f9e1bcf8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Exception\\/NotFoundResourceException.php\":{\"d\":1567917024,\"h\":\"8c7bff66a9500b10fb4d13e1d07e76c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Exception\\/InvalidResourceException.php\":{\"d\":1567917024,\"h\":\"178abc46cb8060f081ef43fd5ff00da5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Extractor\\/AbstractFileExtractor.php\":{\"d\":1567917024,\"h\":\"2e500eed3041541d121d895f230d309f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Extractor\\/ExtractorInterface.php\":{\"d\":1567917024,\"h\":\"b65b570d376f3a8080527c94e19e2e24\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Extractor\\/ChainExtractor.php\":{\"d\":1567917024,\"h\":\"ae7e39e6605d8692a31a5f53bd4c8b09\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Loader\\/schema\\/dic\\/xliff-core\\/xml.xsd\":{\"d\":1567917024,\"h\":\"ff48d862939acfe7dc34e2f8df8b14f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Loader\\/schema\\/dic\\/xliff-core\\/xliff-core-1.2-strict.xsd\":{\"d\":1567917024,\"h\":\"fd528a896f7c6792b370930f64e58a2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Loader\\/schema\\/dic\\/xliff-core\\/xliff-core-2.0.xsd\":{\"d\":1567917024,\"h\":\"afaefe3417450787b59d5a1d4ad1b387\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Loader\\/IcuDatFileLoader.php\":{\"d\":1567917024,\"h\":\"61425c9fce12f29ee3e980cb6f2e3716\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Loader\\/PoFileLoader.php\":{\"d\":1567917024,\"h\":\"0cfd5d44b60f9490f7c6078f104de708\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Loader\\/LoaderInterface.php\":{\"d\":1567917024,\"h\":\"2b547625f528a20bd422ee0429b2c096\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Loader\\/XliffFileLoader.php\":{\"d\":1567917024,\"h\":\"346eb8a4934cc45f0674d2dc1bcab6cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Loader\\/CsvFileLoader.php\":{\"d\":1567917024,\"h\":\"81b2191d598b8135642c04cab31843d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Loader\\/JsonFileLoader.php\":{\"d\":1567917024,\"h\":\"21f4dcd6f9d24d76122883e19a987c8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Loader\\/MoFileLoader.php\":{\"d\":1567917024,\"h\":\"aa8e4bcb4d759e65d0b656bd4dafdc58\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Loader\\/IcuResFileLoader.php\":{\"d\":1567917024,\"h\":\"0a8d0479ccef83715badd721f8633d13\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Loader\\/ArrayLoader.php\":{\"d\":1567917024,\"h\":\"0fcc04642dc31425d3bb8210058250b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Loader\\/PhpFileLoader.php\":{\"d\":1567917024,\"h\":\"95819dd66e35b888e3c17140d68d750e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Loader\\/YamlFileLoader.php\":{\"d\":1567917024,\"h\":\"e7fa447b653cea9424ed81b3e717728f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Loader\\/IniFileLoader.php\":{\"d\":1567917024,\"h\":\"fbded93c3e6686831fa3a59517959500\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Loader\\/FileLoader.php\":{\"d\":1567917024,\"h\":\"22ab04603c46a57429b8b2dc7b55670f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Loader\\/QtFileLoader.php\":{\"d\":1567917024,\"h\":\"97f0a44f233646b51f69c339adcdbe91\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Util\\/ArrayConverter.php\":{\"d\":1567917024,\"h\":\"760a91d7151f64c7be7b235d7b3a6f67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Dumper\\/PhpFileDumper.php\":{\"d\":1567917024,\"h\":\"24ad0f4f1dbab93f8a1b9518d82354b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Dumper\\/FileDumper.php\":{\"d\":1567917024,\"h\":\"bf0349f96f30f2b3263b261bb97199a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Dumper\\/IniFileDumper.php\":{\"d\":1567917024,\"h\":\"fe09a158708cc65d0d8e59d985f26659\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Dumper\\/IcuResFileDumper.php\":{\"d\":1567917024,\"h\":\"2ff2e8244a772738600741825df20481\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Dumper\\/QtFileDumper.php\":{\"d\":1567917024,\"h\":\"2290b6c7bf3621a97d4c3f0e7f826ea0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Dumper\\/JsonFileDumper.php\":{\"d\":1567917024,\"h\":\"64887a32d3eff7be174ff57a38aba6cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Dumper\\/PoFileDumper.php\":{\"d\":1567917024,\"h\":\"7d787a6a138f144732b3a2985fa7ca0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Dumper\\/DumperInterface.php\":{\"d\":1567917024,\"h\":\"97df468b756ed060c2d9002ffb331f4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Dumper\\/XliffFileDumper.php\":{\"d\":1567917024,\"h\":\"99f45c9fb7687f8ecf03ab3446845ffd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Dumper\\/CsvFileDumper.php\":{\"d\":1567917024,\"h\":\"c9840f2f28f75c9256bac874b4052ba6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Dumper\\/MoFileDumper.php\":{\"d\":1567917024,\"h\":\"4a95b5780b961a2227458bb073a7b64f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Dumper\\/YamlFileDumper.php\":{\"d\":1567917024,\"h\":\"1b2140268b8238dd3d7f5e45749e0f59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Catalogue\\/DiffOperation.php\":{\"d\":1567917024,\"h\":\"a900225c9a0442ec08f6e327a5be8595\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Catalogue\\/AbstractOperation.php\":{\"d\":1567917024,\"h\":\"762e32be206efb97bf8093413d54aa2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Catalogue\\/TargetOperation.php\":{\"d\":1567917024,\"h\":\"1b9dc4163f2ce5154e162fddc9fa2346\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Catalogue\\/OperationInterface.php\":{\"d\":1567917024,\"h\":\"7e69e361e2d094ec4d8c1db32849b5a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Catalogue\\/MergeOperation.php\":{\"d\":1567917024,\"h\":\"9e841b4c2400b9ac25975ed7ed7238f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Writer\\/TranslationWriter.php\":{\"d\":1567917024,\"h\":\"4e840912bf8382cfefa7ad663b07bba4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/MessageCatalogue.php\":{\"d\":1567917024,\"h\":\"942d93c6aeecc83e879efc86af7e2382\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Interval.php\":{\"d\":1567917024,\"h\":\"d700e492948170fb1a905e3e838057cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/LoggingTranslator.php\":{\"d\":1567917024,\"h\":\"7ba6d803e5809ea61fcc81f24b366d75\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/MessageSelector.php\":{\"d\":1567917024,\"h\":\"3cf57db79ccb386115134f1acc75f1ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/TranslatorInterface.php\":{\"d\":1567917024,\"h\":\"0fe3e283baf302de2244008ee027eed3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/MetadataAwareInterface.php\":{\"d\":1567917024,\"h\":\"ba4a99528afbf00d106cf58a2c93aced\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/TranslatorBagInterface.php\":{\"d\":1567917024,\"h\":\"f228cb535cff48696f2facd234a1889a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/DataCollectorTranslator.php\":{\"d\":1567917024,\"h\":\"435a970dab3ecdfe926ee008a28a6966\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/MessageCatalogueInterface.php\":{\"d\":1567917024,\"h\":\"f7751f15bcb60d99ecaac963118b8d5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/IdentityTranslator.php\":{\"d\":1567917024,\"h\":\"c2692ce0d0b1e27a0b3f2c654e0f8b7b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/Translator.php\":{\"d\":1567917024,\"h\":\"58b790eba0417a3875e5c974039b1b96\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/translation\\/PluralizationRules.php\":{\"d\":1567917024,\"h\":\"41273d3de6ce7d35a0e521fbda44b813\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/polyfill-ctype\\/bootstrap.php\":{\"d\":1567917024,\"h\":\"638f69786aaefa6c38c98251a50bb9bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/symfony\\/polyfill-ctype\\/Ctype.php\":{\"d\":1567917024,\"h\":\"72cb4d141eac1392c3de359dba4d44e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/vendor\\/autoload.php\":{\"d\":1567917024,\"h\":\"22c3f555445a2aeca5eeaed19e69d0c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Utilities\\/ReCaptcha\\/TestRequest.php\":{\"d\":1567917024,\"h\":\"adfff801ff8919fb22017360a1c87b1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Utilities\\/ReCaptcha\\/WordpressPost.php\":{\"d\":1567917024,\"h\":\"8ad8deec06a8b4a9f9398aebf933c4bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Utilities\\/AdminNotices\\/NoticeVO.php\":{\"d\":1567917024,\"h\":\"763644277800bc940f914d4baf12623c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Utilities\\/AdminNotices\\/Controller.php\":{\"d\":1567917024,\"h\":\"2ab934240673fe1d48bc3c6f54d40cf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Utilities\\/VisitorIpDetection.php\":{\"d\":1567917024,\"h\":\"fa45e06dd4a537a413bb712181d6f87f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tests\\/VerifyUniqueEvents.php\":{\"d\":1567917025,\"h\":\"4b0af1580b249f5f318d73b122b6e446\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tests\\/VerifyConfig.php\":{\"d\":1567917025,\"h\":\"b135d444d06ad1c0ae6b7e6f4a752ce7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/License\\/EddLicenseVO.php\":{\"d\":1567917024,\"h\":\"2ce6b7e59386fc41df64c063077a6c4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/AuditTrail\\/Auditor.php\":{\"d\":1567917024,\"h\":\"e95e1ee7c55d5d9cc0d310ad70c25787\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Comments\\/EntryVO.php\":{\"d\":1567917024,\"h\":\"4524ce3c4a96bd92e79f75805a0543f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Comments\\/Delete.php\":{\"d\":1567917024,\"h\":\"1e044d15256b24f34848effd4d52e12d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Comments\\/Select.php\":{\"d\":1567917024,\"h\":\"4c8f682bfae2f07c0418f0959ef0ae78\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Comments\\/Insert.php\":{\"d\":1567917024,\"h\":\"5b90658823d9487fcfeac8365b02368e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Comments\\/Handler.php\":{\"d\":1567917024,\"h\":\"c0fdb3280ec241282e9ce3f0976fb5c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/ChangeTracking\\/EntryVO.php\":{\"d\":1567917024,\"h\":\"91cd7b94667d83dac2aa5dcce0398c3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/ChangeTracking\\/Delete.php\":{\"d\":1567917024,\"h\":\"f7ef14164dacf65e111b6c823b54aa6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/ChangeTracking\\/Select.php\":{\"d\":1567917024,\"h\":\"15fbcc070031d6f772ea49f1a6cc3372\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/ChangeTracking\\/Update.php\":{\"d\":1567917024,\"h\":\"e1a5eb71f7f0c7e5ebf4f9f804e47d2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/ChangeTracking\\/Insert.php\":{\"d\":1567917024,\"h\":\"61ec8d45813984de5d68005ec65c3777\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/ChangeTracking\\/Handler.php\":{\"d\":1567917024,\"h\":\"45ae91c63e51434f30d59345f7b3e24c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/IPs\\/EntryVO.php\":{\"d\":1567917024,\"h\":\"1cd27f10e7937e2d68539290e29592a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/IPs\\/Delete.php\":{\"d\":1567917024,\"h\":\"170b84b1912be2899dbdebae74fe0644\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/IPs\\/Select.php\":{\"d\":1567917024,\"h\":\"0d4ac63392fa4fe706c3ec35f4b2fe88\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/IPs\\/Update.php\":{\"d\":1567917024,\"h\":\"92f3104d7bdc686a13f46a8e045ef8c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/IPs\\/Insert.php\":{\"d\":1567917024,\"h\":\"f6d93bb3dc3381c0c89085f1a3e0ab6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/IPs\\/Handler.php\":{\"d\":1567917024,\"h\":\"6ffa679929b8e7398d2f5248da2344bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/IPs\\/CommonFilters.php\":{\"d\":1567917024,\"h\":\"d127bd101284f0eac3b4346dfb80d2b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/AuditTrail\\/EntryVO.php\":{\"d\":1567917024,\"h\":\"7b7bf9486ce017ce469ab9fdc17ec2df\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/AuditTrail\\/Delete.php\":{\"d\":1567917024,\"h\":\"1dd10e9f266ced81d2ca5f0c4c41716f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/AuditTrail\\/Select.php\":{\"d\":1567917024,\"h\":\"ac8352f66f6b6be31bc1312e8fa6888e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/AuditTrail\\/Update.php\":{\"d\":1567917024,\"h\":\"e146c94cd4eeff87db62cad8156e4b50\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/AuditTrail\\/Insert.php\":{\"d\":1567917024,\"h\":\"1bfa9b57e3aa6cfbe7c7c033063078ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/AuditTrail\\/Handler.php\":{\"d\":1567917024,\"h\":\"a6625d753f7f7810c56237ad2410a317\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Events\\/EntryVO.php\":{\"d\":1567917024,\"h\":\"1758b71220f350a451530f059de72d5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Events\\/Delete.php\":{\"d\":1567917024,\"h\":\"343d1b965b5aa6225b9d80d41c7a209b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Events\\/Select.php\":{\"d\":1567917024,\"h\":\"00a053094e589576dd42a531b6fc8376\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Events\\/Update.php\":{\"d\":1567917024,\"h\":\"3f989cf6b6401fe99e67b82b6a230930\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Events\\/Insert.php\":{\"d\":1567917024,\"h\":\"dd7b2759c5d05cd6de23a9893e8bffb9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Events\\/Handler.php\":{\"d\":1567917024,\"h\":\"f9aef67c5f3d315a3df95ed5ea252c1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Base\\/EntryVO.php\":{\"d\":1567917024,\"h\":\"27cc3e497f08c3042269f3fb8f1f7a61\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Base\\/Delete.php\":{\"d\":1567917024,\"h\":\"87ce704b4aecf1455e5a678d7e1fa9cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Base\\/Select.php\":{\"d\":1567917024,\"h\":\"b65c26f42d800659a021e487dd89e812\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Base\\/Update.php\":{\"d\":1567917024,\"h\":\"ce7fdec1452efe4c89963dc7c73a1300\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Base\\/Insert.php\":{\"d\":1567917024,\"h\":\"e5d881d49ed67f63709d342294a06324\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Base\\/Handler.php\":{\"d\":1567917024,\"h\":\"85aaf5e053acea5341858fc06b629fba\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Base\\/BaseQuery.php\":{\"d\":1567917024,\"h\":\"2d394806ef98bd9071a32e5ec901fbda\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Base\\/HandlerConsumer.php\":{\"d\":1567917024,\"h\":\"265837ac3166070197819fd5bf8f19b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/GeoIp\\/EntryVO.php\":{\"d\":1567917024,\"h\":\"a65e225322fa3b10a18a904d4de25f6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/GeoIp\\/Delete.php\":{\"d\":1567917024,\"h\":\"62894c3f03831ab1b23eddd39fe2e926\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/GeoIp\\/Select.php\":{\"d\":1567917024,\"h\":\"06249e0ecb77b83a8c116c0dbd0cd98d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/GeoIp\\/Insert.php\":{\"d\":1567917024,\"h\":\"82c68b7eed499bd538182ea07a63815f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/GeoIp\\/Handler.php\":{\"d\":1567917024,\"h\":\"1f92ac66191cc1b02d2e3c4d70f10a2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/GeoIp\\/BaseGeoIp.php\":{\"d\":1567917024,\"h\":\"b28e7b4c83c7bcdaa10c1c845ef03361\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Tally\\/EntryVO.php\":{\"d\":1567917024,\"h\":\"09154fc9583c9fa5b28cab65f7f1f570\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Tally\\/Delete.php\":{\"d\":1567917024,\"h\":\"75e16c7a0852337d5b804623f1efa141\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Tally\\/Select.php\":{\"d\":1567917024,\"h\":\"00a83ba7137ee41b1914bd37e3b09a54\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Tally\\/Update.php\":{\"d\":1567917024,\"h\":\"2c66f54b87d00df856a012f433258952\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Tally\\/Insert.php\":{\"d\":1567917024,\"h\":\"46efcdf54db81d6538b462f83a517404\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Tally\\/Handler.php\":{\"d\":1567917024,\"h\":\"d8a692c48059a35dc43a01aff9fe571b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/AdminNotes\\/EntryVO.php\":{\"d\":1567917024,\"h\":\"7b5a61bf6fb2d19667aff77c04f813f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/AdminNotes\\/Delete.php\":{\"d\":1567917024,\"h\":\"f4cfc1c50a0007cfa23f193838179735\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/AdminNotes\\/Select.php\":{\"d\":1567917024,\"h\":\"bf9d8373599f19b65aa7949d32c9e1c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/AdminNotes\\/Insert.php\":{\"d\":1567917024,\"h\":\"c2643bf972bda520f5334d6f884476b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/AdminNotes\\/Handler.php\":{\"d\":1567917024,\"h\":\"680eae80f5a26e3a32ba6db12699fc82\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Session\\/EntryVO.php\":{\"d\":1567917024,\"h\":\"9b5fb7568aa15949e12ab48f0caaaa30\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Session\\/Delete.php\":{\"d\":1567917024,\"h\":\"fa33337e22588aa00e2c0aa5d710a410\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Session\\/Select.php\":{\"d\":1567917024,\"h\":\"171053cb2fdb8ba4485cd8a7147996ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Session\\/Update.php\":{\"d\":1567917024,\"h\":\"67b80a1d67ce19f4023e5720d60eddb2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Session\\/Insert.php\":{\"d\":1567917024,\"h\":\"d7d7b6195894f44a022ded20169468b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Session\\/Handler.php\":{\"d\":1567917024,\"h\":\"4e5b09bcda82bbefb073388e9955894d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Scanner\\/EntryVO.php\":{\"d\":1567917024,\"h\":\"f6aefe485dfb3ecb15c1519c063ce58d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Scanner\\/Delete.php\":{\"d\":1567917024,\"h\":\"fea0868527bda907e769ac7186d9c91f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Scanner\\/Select.php\":{\"d\":1567917024,\"h\":\"07b351c50b72cb677c10dc54c9d7b3f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Scanner\\/Update.php\":{\"d\":1567917024,\"h\":\"38d5fbe7ee5608e65d2ae7e409d49cb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Scanner\\/Insert.php\":{\"d\":1567917024,\"h\":\"8fac5d4203fde9439cfed6ac59153bcb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Scanner\\/Handler.php\":{\"d\":1567917024,\"h\":\"29063f37bbdcfde625525e5a02a9f3ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Traffic\\/EntryVO.php\":{\"d\":1567917024,\"h\":\"ff787c2b344892a88538ac6c20455ad2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Traffic\\/Delete.php\":{\"d\":1567917024,\"h\":\"b8a2ed2177b69c925ba2c7195c8fb517\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Traffic\\/Select.php\":{\"d\":1567917024,\"h\":\"1b912975b900fd6a1c107adab960b521\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Traffic\\/Insert.php\":{\"d\":1567917024,\"h\":\"0761c28c28091ee5af02a78ee18ab1af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Traffic\\/Handler.php\":{\"d\":1567917024,\"h\":\"cc2053824458ce80ee27eb6edea876c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Databases\\/Traffic\\/BaseTraffic.php\":{\"d\":1567917024,\"h\":\"99197d31280cc42dbb992f0b01c44412\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Controller\\/Controller.php\":{\"d\":1567917024,\"h\":\"6f9a7c0e2ce8de45235cadb9edf3bcf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Snapshot\\/BuildMedia.php\":{\"d\":1567917024,\"h\":\"fe97b27febd2cd62a3f2362e6d2aed6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Snapshot\\/SnapshotsConsumer.php\":{\"d\":1567917024,\"h\":\"0f7cdc3eafc66b7c9d1df3b59ba2f97d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Snapshot\\/Collate.php\":{\"d\":1567917024,\"h\":\"fbfd0606c8d028b3c9ea6478091a870c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Snapshot\\/BuildPosts.php\":{\"d\":1567917024,\"h\":\"9986ad54f6cbf5535fd1e77b261ff6c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Snapshot\\/BuildComments.php\":{\"d\":1567917024,\"h\":\"28064290930ee7eb2b108d4a47a6272a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Snapshot\\/BuildUsers.php\":{\"d\":1567917024,\"h\":\"a4364c81be2ddf608c307ce3d1c9daea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Snapshot\\/BuildThemes.php\":{\"d\":1567917024,\"h\":\"f1868390212f8ddd27cc88184f55edee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Snapshot\\/BuildPlugins.php\":{\"d\":1567917024,\"h\":\"1c9da1741162ef1d319711dbb7e1fe0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Snapshot\\/BuildPages.php\":{\"d\":1567917024,\"h\":\"e335033be885858fbad541eb8f217537\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Diff\\/DiffMedia.php\":{\"d\":1567917024,\"h\":\"a8f400901f6db972a90b245719692782\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Diff\\/DiffThemes.php\":{\"d\":1567917024,\"h\":\"4290789df339f81ef8d738b76a86e56d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Diff\\/DiffComments.php\":{\"d\":1567917024,\"h\":\"e6d35cf1989f49bccd18812d0c72ed02\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Diff\\/Base.php\":{\"d\":1567917024,\"h\":\"cf6e0d5b9f8e7fca9ab11ecbefc9e486\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Diff\\/DiffPosts.php\":{\"d\":1567917024,\"h\":\"0149c53e9569092256c560825751b23f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Diff\\/DiffUsers.php\":{\"d\":1567917024,\"h\":\"462fa7cffc377363a13ce136f0f68e21\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Diff\\/DiffPages.php\":{\"d\":1567917024,\"h\":\"c0aac95cf123086e3cf1e5bd6a9da24e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Diff\\/DiffPlugins.php\":{\"d\":1567917024,\"h\":\"bef1d7e2c644c4f77a8646eef3e73646\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Report\\/Build\\/Comments.php\":{\"d\":1567917024,\"h\":\"a1aa036a7c14c641b4f69eb5868af6c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Report\\/Build\\/Posts.php\":{\"d\":1567917024,\"h\":\"3f68e43de492e98fed35f3f26775d1bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Report\\/Build\\/Themes.php\":{\"d\":1567917024,\"h\":\"e4f8b90255764dd4d6d66ec86d5beec9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Report\\/Build\\/Base.php\":{\"d\":1567917024,\"h\":\"67bb1fe6c91acaa4c7c3630d4406c0ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Report\\/Build\\/Pages.php\":{\"d\":1567917024,\"h\":\"9f9d11f3259838002d19ee724741db19\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Report\\/Build\\/Plugins.php\":{\"d\":1567917024,\"h\":\"567b756e840b632c79ca8f59929f2150\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Report\\/Build\\/Media.php\":{\"d\":1567917024,\"h\":\"b6fc18cba5efde3cd3ff6a77e1877c2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/ChangeTrack\\/Report\\/Build\\/Users.php\":{\"d\":1567917024,\"h\":\"e7fccd7779f2a21409b45fedf0c2185a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ufc\\/ScanActionVO.php\":{\"d\":1567917024,\"h\":\"af335e73caa1a588fce9779ce8aa609e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ufc\\/BuildFileMap.php\":{\"d\":1567917024,\"h\":\"8909738195cac170640babad0ab90555\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ufc\\/ScanFromFileMap.php\":{\"d\":1567917024,\"h\":\"dcfbc9aa1d2b0a25c34134fccc1508b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ufc\\/ConvertResultsToVos.php\":{\"d\":1567917024,\"h\":\"eeeac441dabaade9dc6aeed50d9cf366\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ufc\\/Repair.php\":{\"d\":1567917024,\"h\":\"2c69139a22779b42a190d0cbb38740d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ufc\\/ResultsSet.php\":{\"d\":1567917024,\"h\":\"0bcce64100dc1e2ba3610d53dac57b9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ufc\\/ConvertVosToResults.php\":{\"d\":1567917024,\"h\":\"d46551f78418c72cae6f42724f467290\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ufc\\/BuildScanAction.php\":{\"d\":1567917024,\"h\":\"9a5fc8a86235ac951037d943a7ecf1a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ufc\\/ResultItem.php\":{\"d\":1567917024,\"h\":\"9ff051809f33c32dced40d6d2cb50a8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ufc\\/Scan.php\":{\"d\":1567917024,\"h\":\"507c5b6a87d1c9a8bec3c5c3ce71e795\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ufc\\/FileScanner.php\":{\"d\":1567917024,\"h\":\"4b9d1140ed2e03ab1b07650cee5ecf19\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Mal\\/ScanActionVO.php\":{\"d\":1567917024,\"h\":\"5a739b113e712bb8520fc92d43036eb1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Mal\\/BuildFileMap.php\":{\"d\":1567917024,\"h\":\"13ecbc22c2209ae4868f9fdabfef4bcf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Mal\\/ScanFromFileMap.php\":{\"d\":1567917024,\"h\":\"3d923257dc1ad1cd8cdfbce15098e0e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Mal\\/ConvertResultsToVos.php\":{\"d\":1567917024,\"h\":\"d99bb4975ce4f825e060880869a8f97b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Mal\\/Repair.php\":{\"d\":1567917024,\"h\":\"37a36a86e13dd00da1b43cd8556ba508\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Mal\\/ResultsSet.php\":{\"d\":1567917024,\"h\":\"f4037d2ad826364688a142a188d6fdcd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Mal\\/ConvertVosToResults.php\":{\"d\":1567917024,\"h\":\"472f9271667a0b131d0f316b848d521e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Mal\\/BuildScanAction.php\":{\"d\":1567917024,\"h\":\"104de8c3815c580e01a45e56dd2fed89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Mal\\/ResultItem.php\":{\"d\":1567917024,\"h\":\"527d274545bb11cfcb42cb0b1772f512\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Mal\\/Scan.php\":{\"d\":1567917024,\"h\":\"682df9e81bf3448a41ba96978415eae9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Mal\\/FileScanner.php\":{\"d\":1567917024,\"h\":\"7ac8ca7521de5bb193487973fd7f8a0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Helpers\\/StandardDirectoryIterator.php\":{\"d\":1567917024,\"h\":\"5c955fae299c1a09df4461f8ae2c669e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Helpers\\/CopyResultsSets.php\":{\"d\":1567917024,\"h\":\"f0dfacabe74f1ff2a70e563f45944913\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Helpers\\/BuildHashesFromDir.php\":{\"d\":1567917024,\"h\":\"b0dba2fa4ec056ce99d036fe0c2ea0e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Helpers\\/WpCoreFile.php\":{\"d\":1567917024,\"h\":\"464078e67e3a21821e17f6f7eb0a1a1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Helpers\\/BuildHashesFromApi.php\":{\"d\":1567917024,\"h\":\"33aa2096d36feaef591af3176bc3e916\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Helpers\\/MergeResultsSets.php\":{\"d\":1567917024,\"h\":\"bb572cf38f27bfc259e38adcda6074f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Helpers\\/ScannerRecursiveFilterIterator.php\":{\"d\":1567917024,\"h\":\"d34ad4ef0842a936fdbfacac09626cbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wcf\\/ScanActionVO.php\":{\"d\":1567917024,\"h\":\"3a3b15333e8c0861e428384a979bd1bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wcf\\/BuildFileMap.php\":{\"d\":1567917024,\"h\":\"7c366613875adfe169290e1504eddaec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wcf\\/ScanFromFileMap.php\":{\"d\":1567917024,\"h\":\"ecbcea81ab890aece1e8d37ca068abf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wcf\\/ConvertResultsToVos.php\":{\"d\":1567917024,\"h\":\"e71720420bdb09578515285ac156472e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wcf\\/Repair.php\":{\"d\":1567917024,\"h\":\"aa4ce0e35fe7a169033908af4f8ddf7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wcf\\/ResultsSet.php\":{\"d\":1567917024,\"h\":\"1fe9ac2c26c85603c563c6ea192e72fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wcf\\/ConvertVosToResults.php\":{\"d\":1567917024,\"h\":\"4c7e227ee5cac31faad54c28f507d754\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wcf\\/BuildScanAction.php\":{\"d\":1567917024,\"h\":\"ca2d1426cbbfeeffc0e9a4d07a25b9db\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wcf\\/ResultItem.php\":{\"d\":1567917024,\"h\":\"b71027e93a571326b07e5e725ded445c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wcf\\/Scan.php\":{\"d\":1567917024,\"h\":\"1ea95fe9287295fef89474168044c8ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wcf\\/FileScanner.php\":{\"d\":1567917024,\"h\":\"daa434cafa443789bb16c02471f819ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Base\\/Files\\/BaseFileMapScan.php\":{\"d\":1567917024,\"h\":\"47a080066c3668c51628c87733f11e83\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Base\\/Files\\/BaseFileScanner.php\":{\"d\":1567917024,\"h\":\"b1f4f1531dc2d9a2690f718935d294cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Base\\/Files\\/BaseScanFromFileMap.php\":{\"d\":1567917024,\"h\":\"f03b7d0c438cce02ec1e648632d75e04\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Base\\/ScanResults\\/Clean.php\":{\"d\":1567917024,\"h\":\"85593cc9bfae0e89574a1c1f01571a14\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Base\\/BaseBuildScanAction.php\":{\"d\":1567917024,\"h\":\"a6df0f52bd27a745cd7376fae2149bbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Base\\/ActionStore.php\":{\"d\":1567917024,\"h\":\"e02125befb253e5ef3e2ab4810083270\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Base\\/BaseScanActionVO.php\":{\"d\":1567917024,\"h\":\"78aff98d1dfb213e18f1e157d0754bcd\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Base\\/BaseConvertResultsToVos.php\":{\"d\":1567917024,\"h\":\"6cd656dc9fcec8532adbce30a9d193eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Base\\/BaseResultsSet.php\":{\"d\":1567917024,\"h\":\"c219b8bff684e7445733476fd79a3725\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Base\\/BaseMergeItems.php\":{\"d\":1567917024,\"h\":\"0495b14b579be9e7e347e5e7c9beb58f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Base\\/BaseScan.php\":{\"d\":1567917024,\"h\":\"68e1f40af0da63af33bfc37a62a0a220\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Base\\/DiffResultForStorage.php\":{\"d\":1567917024,\"h\":\"002231fc2add54cab859dadb62e87d1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Base\\/BaseConvertVosToResults.php\":{\"d\":1567917024,\"h\":\"66b1bfad0a8b98e4ebbed6975879ddef\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Base\\/BaseRepair.php\":{\"d\":1567917024,\"h\":\"688be0c69f6ce48f1d0efc77bda90dc1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Base\\/ScannerProfileConsumer.php\":{\"d\":1567917024,\"h\":\"8cf376891da41a9912be9700ab5525cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Base\\/BaseResultItem.php\":{\"d\":1567917024,\"h\":\"cbece29d68851a0f20bc82c5e296e757\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Base\\/ScannerProfile.php\":{\"d\":1567917024,\"h\":\"a1c76023b066e22f5525a22efe842f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Base\\/ScanActionQuery.php\":{\"d\":1567917024,\"h\":\"ca28119fc5f9a90d9be5063c36585908\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Apc\\/ScanActionVO.php\":{\"d\":1567917024,\"h\":\"b8cf473b1541fa2168e2299baf1545e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Apc\\/PluginScanner.php\":{\"d\":1567917024,\"h\":\"760c4da737efab0403c1c400c7e0c095\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Apc\\/ConvertResultsToVos.php\":{\"d\":1567917024,\"h\":\"a3f4a0dd9b271f25edee20cd37a0b340\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Apc\\/ResultsSet.php\":{\"d\":1567917024,\"h\":\"cbf14cecd04cc6e8898044e6054af5df\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Apc\\/ConvertVosToResults.php\":{\"d\":1567917024,\"h\":\"eb4584a89059495189d0ed021c4976e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Apc\\/BuildScanAction.php\":{\"d\":1567917024,\"h\":\"68306bd69c8cb2c4989d8701e8ad30e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Apc\\/ResultItem.php\":{\"d\":1567917024,\"h\":\"b64e1259ee389f4cd8e5f886ca8d67c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Apc\\/Scan.php\":{\"d\":1567917024,\"h\":\"504add1bea7ec7a32a555d9135cb5c05\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Realtime\\/Files\\/Backup.php\":{\"d\":1567917024,\"h\":\"b423f414ecb53c6a80a1e1d831a3ff2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Realtime\\/Files\\/Process.php\":{\"d\":1567917024,\"h\":\"fb05c6c45a0855773187e558613904d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Realtime\\/Files\\/Verify.php\":{\"d\":1567917024,\"h\":\"00e0b517db2da93d382f980de35451fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Realtime\\/Files\\/Revert.php\":{\"d\":1567917024,\"h\":\"6d64d6112c470d279a456d00ea4b907b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Realtime\\/Files\\/TestWritable.php\":{\"d\":1567917024,\"h\":\"c7e36387fe098d2e050bd2399580d107\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ptg\\/Snapshots\\/Store.php\":{\"d\":1567917024,\"h\":\"c74dcc534ba41983c812bd4fa87ee451\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ptg\\/Snapshots\\/StoreFormatUpgrade.php\":{\"d\":1567917024,\"h\":\"d9d67618a56741c0218a1faf86f4e8be\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ptg\\/ScanResults\\/Clean.php\":{\"d\":1567917024,\"h\":\"0601a2231ab1c6c3c738d14af7e50277\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ptg\\/ScanAssetDir.php\":{\"d\":1567917024,\"h\":\"6a31e0267fcfc3feff5ee121239db887\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ptg\\/ItemScanner.php\":{\"d\":1567917024,\"h\":\"ab7cb74ad54d77573c14c816d29abb98\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ptg\\/ScanActionVO.php\":{\"d\":1567917024,\"h\":\"adbe34a2529b143959070765500a7dd9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ptg\\/DiffHashes.php\":{\"d\":1567917024,\"h\":\"b74c14be4f438444b8b19abe1f04759a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ptg\\/PluginWporgScanner.php\":{\"d\":1567917024,\"h\":\"a7b5a4205aa51c19ea919de74cd3fd1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ptg\\/ConvertResultsToVos.php\":{\"d\":1567917024,\"h\":\"033fdf0f91d3db876344dc2236a6b7c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ptg\\/Repair.php\":{\"d\":1567917024,\"h\":\"f9685db83aeb51081f89e6a78fbd8239\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ptg\\/ResultsSet.php\":{\"d\":1567917024,\"h\":\"4dc60f046cb86aec9e8c74ccd910e20b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ptg\\/ScannerThemes.php\":{\"d\":1567917024,\"h\":\"3da7a097d3092b0f5a6dfcb1ed75a479\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ptg\\/ScannerPlugins.php\":{\"d\":1567917024,\"h\":\"b6e9285ad99167884860c4213c6e0a07\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ptg\\/ConvertVosToResults.php\":{\"d\":1567917024,\"h\":\"c0d16246cb49af98f445d35c38e00955\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ptg\\/BuildScanAction.php\":{\"d\":1567917024,\"h\":\"a76d02785ad5b7eb89d62f9b48716799\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ptg\\/ScannerBase.php\":{\"d\":1567917024,\"h\":\"ffbed31e8cd2e3296f2a10bce7ec0450\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ptg\\/ResultItem.php\":{\"d\":1567917024,\"h\":\"72513a5ae9be39f01c9b72407fe10764\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Ptg\\/Scan.php\":{\"d\":1567917024,\"h\":\"60453df1600c6d924b1724ae47d94dc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Common\\/AsyncScansController.php\":{\"d\":1567917024,\"h\":\"b665f9d3b2b4785bf7e5701d56504a2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Common\\/ScanActionConsumer.php\":{\"d\":1567917024,\"h\":\"871b6207c0b088885e7a22c18db5d34f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Common\\/ScansJobVO.php\":{\"d\":1567917024,\"h\":\"7faebf2ce3e31bb7ee92b3b51101f59f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Common\\/ScanLauncher.php\":{\"d\":1567917024,\"h\":\"c363428a69d459bac5df6200a55a90af\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wpv\\/WpVulnDb\\/WpVulnVO.php\":{\"d\":1567917024,\"h\":\"ad9350625f0b2ba819a11b27dc26a12c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wpv\\/WpVulnDb\\/RetrieveForItem.php\":{\"d\":1567917024,\"h\":\"988e3809e2f72394ed061c2b8e7de6d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wpv\\/ItemScanner.php\":{\"d\":1567917024,\"h\":\"3dcbdc2f80a33cb8acc303e5771bfc8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wpv\\/Scanner.php\":{\"d\":1567917024,\"h\":\"22fac255e3f19431b862d3b92649b269\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wpv\\/ScanActionVO.php\":{\"d\":1567917024,\"h\":\"7d81b5dd9aa0ba7db6ca9b269c8f6088\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wpv\\/PluginScanner.php\":{\"d\":1567917024,\"h\":\"0b4a2c775fb706c2371e23b7a651145a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wpv\\/ConvertResultsToVos.php\":{\"d\":1567917024,\"h\":\"78442cd72ab9e28c2e16b9dd99e08d25\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wpv\\/Repair.php\":{\"d\":1567917024,\"h\":\"494b56fbe030ad1725bb01ddb8e8b5d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wpv\\/ResultsSet.php\":{\"d\":1567917024,\"h\":\"3a67f49accbf4d15d24874ac700c6c5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wpv\\/ThemeScanner.php\":{\"d\":1567917024,\"h\":\"08e0ff4d36075151e2b7d8749dd173d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wpv\\/ConvertVosToResults.php\":{\"d\":1567917024,\"h\":\"6b1a0dbfce266f05b706be3317eadddc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wpv\\/BuildScanAction.php\":{\"d\":1567917024,\"h\":\"01a34ea2124ceb3e07402bd73490286b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wpv\\/ResultItem.php\":{\"d\":1567917024,\"h\":\"43f97601a50f9983b495105d0b7b82ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Scans\\/Wpv\\/Scan.php\":{\"d\":1567917024,\"h\":\"e884c42fe302c3d38f83deefc8ef2ff5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Statistics\\/Options.php\":{\"d\":1567917024,\"h\":\"20152267f30625f35b53dbb868b3d861\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Statistics\\/Strings.php\":{\"d\":1567917024,\"h\":\"e1c3534893a8dde1fd6a813f5ecbe508\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Sessions\\/Options.php\":{\"d\":1567917024,\"h\":\"790f45113e3035a79aa36b489eb51fff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Sessions\\/Strings.php\":{\"d\":1567917024,\"h\":\"fa049bd6e873b211f202d4a4d3aaf34d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Headers\\/Options.php\":{\"d\":1567917024,\"h\":\"23b3e3c5884253cc6f4802a0977c9d39\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Headers\\/Strings.php\":{\"d\":1567917024,\"h\":\"451a64ad97dd0cf0d0690cbd22b4ef89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/IPs\\/BotTrack\\/TrackFakeWebCrawler.php\":{\"d\":1567917024,\"h\":\"5e1b1b621c8fc6ca830cb1648925c685\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/IPs\\/BotTrack\\/TrackXmlRpc.php\":{\"d\":1567917024,\"h\":\"4785ba20f7d170326dc15286e840bce6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/IPs\\/BotTrack\\/TrackUserAgent.php\":{\"d\":1567917024,\"h\":\"91941ab1c193ed99ac292c94aed09877\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/IPs\\/BotTrack\\/TrackLinkCheese.php\":{\"d\":1567917024,\"h\":\"1573ab76e985746dbf5e5ac3d33d54cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/IPs\\/BotTrack\\/Base.php\":{\"d\":1567917024,\"h\":\"b76dd9d3239d591820f461a843cb30d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/IPs\\/BotTrack\\/TrackLoginFailed.php\":{\"d\":1567917024,\"h\":\"875196cdd42008c204d9f6837fdd1735\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/IPs\\/BotTrack\\/TrackLoginInvalid.php\":{\"d\":1567917024,\"h\":\"8c73ace61d0289c06077d093f3ac19f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/IPs\\/BotTrack\\/Track404.php\":{\"d\":1567917024,\"h\":\"8fb7edce51bc51f92f8d7b1216d1af31\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/IPs\\/Components\\/UnblockIpByFlag.php\":{\"d\":1567917024,\"h\":\"371f8ee075ae93d16e6221b23e3c8b1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/IPs\\/AdminNotices.php\":{\"d\":1567917024,\"h\":\"f61995fe28d600d92c4c693972376206\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/IPs\\/AjaxHandler.php\":{\"d\":1567917024,\"h\":\"d10263ed9e6170c9e662540f8eadd497\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/IPs\\/Options.php\":{\"d\":1567917024,\"h\":\"2b1b3f6d0a34c8caef87a9b41c7b3670\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/IPs\\/Strings.php\":{\"d\":1567917024,\"h\":\"5a25aeab463e835e53633b182363e178\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/License\\/AjaxHandler.php\":{\"d\":1567917024,\"h\":\"5ec16d4d3cb31d7c08d1304739c33f33\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/License\\/Options.php\":{\"d\":1567917024,\"h\":\"febacace70b5a8d678fd67bc432cf633\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/License\\/Strings.php\":{\"d\":1567917024,\"h\":\"6d24701f65389b011299557727764a08\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Plugin\\/Components\\/PluginBadge.php\":{\"d\":1567917024,\"h\":\"f6c98f98cc0257bf114ae3ea02e6e38d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Plugin\\/Components\\/BadgeWidget.php\":{\"d\":1567917024,\"h\":\"fa672f6da10f0c71f803d2cb063b4fee\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Plugin\\/AdminNotices.php\":{\"d\":1567917024,\"h\":\"0134d1f95e1aba0f2091bfd3ff03a592\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Plugin\\/AjaxHandler.php\":{\"d\":1567917024,\"h\":\"0bccff0546c628d11f2d558a56539153\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Plugin\\/Options.php\":{\"d\":1567917024,\"h\":\"607bea2d10437e1c55233190ebe40b5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Plugin\\/Strings.php\":{\"d\":1567917024,\"h\":\"1ddd482650e44c0e341c43c6a3927e61\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/AuditTrail\\/Auditors\\/Posts.php\":{\"d\":1567917025,\"h\":\"8f23ef4085f37c06efe58bd0a091f2f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/AuditTrail\\/Auditors\\/Themes.php\":{\"d\":1567917025,\"h\":\"e51037ebd903ec7e009c4fb6a1fd7bf7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/AuditTrail\\/Auditors\\/Emails.php\":{\"d\":1567917025,\"h\":\"59d7de0cda427702e345e5d163cad1df\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/AuditTrail\\/Auditors\\/Base.php\":{\"d\":1567917025,\"h\":\"10743ebaf16cb000a320c61d12104ae7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/AuditTrail\\/Auditors\\/Plugins.php\":{\"d\":1567917025,\"h\":\"87894380a2f21a7f01bdd52d78daf306\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/AuditTrail\\/Auditors\\/Wordpress.php\":{\"d\":1567917025,\"h\":\"7233d522c7b91b6ecdc1354c7e889755\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/AuditTrail\\/Auditors\\/Users.php\":{\"d\":1567917025,\"h\":\"b64a978c1d4ab792f3959ca1dcbdc0ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/AuditTrail\\/AjaxHandler.php\":{\"d\":1567917024,\"h\":\"b732eade9effe1b7291d4eae74156591\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/AuditTrail\\/Options.php\":{\"d\":1567917024,\"h\":\"0b29c39809eacf3b14811bac195cacf9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/AuditTrail\\/Strings.php\":{\"d\":1567917024,\"h\":\"3b95f875c9a20c95f30c984ce54c40bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Events\\/AjaxHandler.php\":{\"d\":1567917024,\"h\":\"a0a9f5a0e97604c196b173df4eb58a89\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Events\\/Options.php\":{\"d\":1567917024,\"h\":\"cd6a084bdf6151f90d344a42b58cc5b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Events\\/Strings.php\":{\"d\":1567917024,\"h\":\"30c90b1888115163cb4a7b221ad2f5b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/CommentsFilter\\/Scan\\/Human.php\":{\"d\":1567917024,\"h\":\"01dd1ae9972d8fc7996c09c757806590\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/CommentsFilter\\/Scan\\/Scanner.php\":{\"d\":1567917024,\"h\":\"7644eac09b9341d666227ab86a0c47b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/CommentsFilter\\/Scan\\/Bot.php\":{\"d\":1567917024,\"h\":\"674c0bc29e5142087adce370d9ee3282\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/CommentsFilter\\/Scan\\/IsEmailTrusted.php\":{\"d\":1567917024,\"h\":\"6a0010a69d557d4a35221d587d4e9d79\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/CommentsFilter\\/AdminNotices.php\":{\"d\":1567917024,\"h\":\"717873e21927bbbcb927b8d8e16dcc02\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/CommentsFilter\\/Options.php\":{\"d\":1567917024,\"h\":\"25c4c2a0250bac918c4b0a5f5464d208\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/CommentsFilter\\/Strings.php\":{\"d\":1567917024,\"h\":\"ab785018314b067fd06d39a903a4517c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Base\\/AdminNotices.php\":{\"d\":1567917025,\"h\":\"0af6a4b9507ddf61e3384219bd59abda\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Base\\/AjaxHandlerShield.php\":{\"d\":1567917025,\"h\":\"a95dd044605fff5466e220ea41fdf7ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Base\\/ShieldOptions.php\":{\"d\":1567917025,\"h\":\"9e3158020ae15a8fc7fdbb60adcc1db3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Base\\/Options.php\":{\"d\":1567917025,\"h\":\"a59fd908c9236a0d99eab6bea9bfcdbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Base\\/BaseModCon.php\":{\"d\":1567917025,\"h\":\"74794232c8cf09880ecdf8e15b6bbef4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Base\\/AjaxHandlerBase.php\":{\"d\":1567917025,\"h\":\"4d5d96cb86e5f45246ca79e4ed133dce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Base\\/BaseProcessor.php\":{\"d\":1567917025,\"h\":\"37da95ab1cbdbf40a794c887f7bcc343\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Base\\/Strings.php\":{\"d\":1567917025,\"h\":\"bf635ce32fee82eb71780d6ebe01eca1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Email\\/Options.php\":{\"d\":1567917025,\"h\":\"4fcb81fba85bbed7bf37599b939c35e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Email\\/Strings.php\":{\"d\":1567917025,\"h\":\"b28563352341a35ae783a4d1611e6087\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/HackGuard\\/AjaxHandler.php\":{\"d\":1567917024,\"h\":\"890a7f57a4ed3424f0c6ee3a9aceea4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/HackGuard\\/Options.php\":{\"d\":1567917024,\"h\":\"c1b635bbec212ae7f92af161f9d4c8aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/HackGuard\\/Strings.php\":{\"d\":1567917024,\"h\":\"adc85b2ed73e7edaf9f6daa94aa01f6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/GeoIp\\/Lookup.php\":{\"d\":1567917025,\"h\":\"8ce5210f5233200a3e426fdcf62874df\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Insights\\/Options.php\":{\"d\":1567917024,\"h\":\"4e7e784c3d825376a113caac6d45df66\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Insights\\/Strings.php\":{\"d\":1567917024,\"h\":\"fe7dcae5ba57d0feecf5d06bcd9f76df\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/SecurityAdmin\\/AdminNotices.php\":{\"d\":1567917024,\"h\":\"d279c1d0faccd3985184505a9d53423a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/SecurityAdmin\\/AjaxHandler.php\":{\"d\":1567917024,\"h\":\"436b8787a52b7b118cacad20a05f0cc4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/SecurityAdmin\\/Options.php\":{\"d\":1567917024,\"h\":\"1c9f5b7feb140413ee12917e6c5ed476\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/SecurityAdmin\\/Strings.php\":{\"d\":1567917024,\"h\":\"fc330cdb0f566d5fed1cf2ee7857b67c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Autoupdates\\/AjaxHandler.php\":{\"d\":1567917024,\"h\":\"3492c71157aaa08ca752af052b76c40c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Autoupdates\\/Options.php\":{\"d\":1567917024,\"h\":\"3e95f364a5dd6101245a5064d7605582\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Autoupdates\\/Strings.php\":{\"d\":1567917024,\"h\":\"108489b71fcfbaffbea0e3c0d4e299c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Lockdown\\/Options.php\":{\"d\":1567917024,\"h\":\"5bf9aaf7f5faf039e2801e47fb35023c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Lockdown\\/Strings.php\":{\"d\":1567917024,\"h\":\"a91497d36beb96e9d74069da3d348abe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/LoginGuard\\/AdminNotices.php\":{\"d\":1567917025,\"h\":\"c69163a035ed814ee260939b1086348a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/LoginGuard\\/AjaxHandler.php\":{\"d\":1567917025,\"h\":\"512fb69cff91be6982e15efd8f410fff\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/LoginGuard\\/Options.php\":{\"d\":1567917025,\"h\":\"f7ccbd48df838d0b0bc2490c83abf362\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/LoginGuard\\/Strings.php\":{\"d\":1567917025,\"h\":\"2bcd0d9c732e5eb6c7deefcc4f9e0ae7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/UserManagement\\/Suspend\\/Idle.php\":{\"d\":1567917024,\"h\":\"14cbba8a8950c46e9f2dae4337b75c76\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/UserManagement\\/Suspend\\/Base.php\":{\"d\":1567917024,\"h\":\"e1ca2e9a051025b14aeb88de8e94b985\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/UserManagement\\/Suspend\\/Suspended.php\":{\"d\":1567917024,\"h\":\"c109be5c4342c616b1c7539f08b56536\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/UserManagement\\/Suspend\\/PasswordExpiry.php\":{\"d\":1567917024,\"h\":\"85798b9f344295231ca68b50d90ada84\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/UserManagement\\/AjaxHandler.php\":{\"d\":1567917024,\"h\":\"7f82e67f9930ea176ea306cf779573d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/UserManagement\\/UpdateUserPasswordMeta.php\":{\"d\":1567917024,\"h\":\"2bc167cc8e96d36972f4ab8bff2a716e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/UserManagement\\/Options.php\":{\"d\":1567917024,\"h\":\"bc9e3416c9d4c24b408b2fa772e13697\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/UserManagement\\/Strings.php\":{\"d\":1567917024,\"h\":\"a9586477e23ba13c39676e6c91f27f0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Firewall\\/Options.php\":{\"d\":1567917024,\"h\":\"3b03aca547488e0dd880a1ed390173e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Firewall\\/Strings.php\":{\"d\":1567917024,\"h\":\"ae3bf411f773daee9d489d3fdfccc377\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/BaseShield\\/ShieldProcessor.php\":{\"d\":1567917024,\"h\":\"ddb835f0e96ecd8a2ba10c1ba6de1c67\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/BaseShield\\/ShieldModCon.php\":{\"d\":1567917024,\"h\":\"eda8ccd4b3b14910b566bb146ac00ea1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Traffic\\/Limiter\\/Limiter.php\":{\"d\":1567917025,\"h\":\"565b8d32e2033cc22fa0c6d2380689ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Traffic\\/Limiter\\/TestIp.php\":{\"d\":1567917025,\"h\":\"63993e32b0f3d055465d8800600098d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Traffic\\/AjaxHandler.php\":{\"d\":1567917025,\"h\":\"1ee34e83b8a2bb95b2ab9ca87cdcfcd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Traffic\\/Options.php\":{\"d\":1567917025,\"h\":\"1315815147684744307ea4aa2fea1d4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/Traffic\\/Strings.php\":{\"d\":1567917025,\"h\":\"80eb858c92ecee72a4d153d370a942d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/OptsConsumer.php\":{\"d\":1567917024,\"h\":\"db4781d5ff1bf36530e6efcf8c135ee4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/PluginControllerConsumer.php\":{\"d\":1567917024,\"h\":\"1db07cd962f40703df7dea6be8086bb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Modules\\/ModConsumer.php\":{\"d\":1567917024,\"h\":\"7a7552bf76c3364f7adc154eef9377ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Deprecated\\/Foundation.php\":{\"d\":1567917024,\"h\":\"a3f1c907984770ecd2fbeb72fbe7f054\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Crons\\/StandardCron.php\":{\"d\":1567917024,\"h\":\"130391ace3f33f7fc9c99679a0455ed3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Render\\/ScanBase.php\":{\"d\":1567917024,\"h\":\"d35b1af816fa37f88935263819243b22\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Render\\/IpBase.php\":{\"d\":1567917024,\"h\":\"f9a2c713cd12723565c473fe5a2054f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Render\\/ScanMal.php\":{\"d\":1567917024,\"h\":\"d73ac3fd285e6f300ba54efbd6aba992\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Render\\/AdminNotes.php\":{\"d\":1567917024,\"h\":\"3cf39acb83d88b47558aedb0604d8d95\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Render\\/Sessions.php\":{\"d\":1567917024,\"h\":\"bd8d0486bb9b709528417102a1591d22\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Render\\/ScanUfc.php\":{\"d\":1567917024,\"h\":\"29818778cc011c46d68ecfde3b9ed510\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Render\\/ScanWpv.php\":{\"d\":1567917024,\"h\":\"c10fbf405066c507502a961e0d95c7a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Render\\/Traffic.php\":{\"d\":1567917024,\"h\":\"747dde1f5ab51bc1dcf89bbd16a120ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Render\\/Base.php\":{\"d\":1567917024,\"h\":\"3e5d35d6f90766106f2e14228e63c6ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Render\\/AuditTrail.php\":{\"d\":1567917024,\"h\":\"6104e958880cecedf160996405f98c06\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Render\\/ScanPtg.php\":{\"d\":1567917024,\"h\":\"616f50c1bff1e736fa61625f16e053da\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Render\\/ScanWcf.php\":{\"d\":1567917024,\"h\":\"e97a96585dce9f395af0a02c86eea04b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Render\\/ScanApc.php\":{\"d\":1567917024,\"h\":\"9edb33f05e1a7e71af6348dea17ac0e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Render\\/IpWhite.php\":{\"d\":1567917024,\"h\":\"4f5b62a048ffe2430e13893f93644901\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Render\\/IpBlack.php\":{\"d\":1567917024,\"h\":\"0c8b157949279846a5cc361e7194e968\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Build\\/ScanBase.php\":{\"d\":1567917024,\"h\":\"0bee6f21091849850d2490e3cc7f618f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Build\\/ScanMal.php\":{\"d\":1567917024,\"h\":\"342f06289fa564e495e005cf440f967b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Build\\/AdminNotes.php\":{\"d\":1567917024,\"h\":\"e97a646fda2e2846271ffbebf0608616\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Build\\/BaseBuild.php\":{\"d\":1567917024,\"h\":\"ae2c15fe0d3b529e087dc200884a4b00\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Build\\/Sessions.php\":{\"d\":1567917024,\"h\":\"28a32d1e5babf892806f54ab6ca609b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Build\\/ScanUfc.php\":{\"d\":1567917024,\"h\":\"a0bc98792a592003a7fd6a1aa2a80a5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Build\\/ScanWpv.php\":{\"d\":1567917024,\"h\":\"62d16af00324aeef2941d7f833a87e59\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Build\\/Traffic.php\":{\"d\":1567917024,\"h\":\"145e19ae3ef80a81acd06737806fe1bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Build\\/AuditTrail.php\":{\"d\":1567917024,\"h\":\"7c7b3c93a4bdc8340291edf191e68f3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Build\\/ScanPtg.php\":{\"d\":1567917024,\"h\":\"524942e29f253a5f35180b6541a676f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Build\\/ScanWcf.php\":{\"d\":1567917024,\"h\":\"8316ca3643242ccfb11182b09e6beba8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Build\\/ScanApc.php\":{\"d\":1567917024,\"h\":\"4267fcc5944bacc411a2f52f35fe101a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Tables\\/Build\\/Ip.php\":{\"d\":1567917024,\"h\":\"97836b183817e44a3e4f65a2f8045c23\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/src\\/lib\\/src\\/Users\\/ShieldUserMeta.php\":{\"d\":1567917024,\"h\":\"6854e009000c769831af79716f03f58c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/readme.txt\":{\"d\":1567917024,\"h\":\"cb66c321ad89a8d5ad47b5416113c806\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/mode.login_throttled\":{\"d\":1568502462,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/plugin-spec.php\":{\"d\":1567917024,\"h\":\"7caf3fa0772bc51d3a527791ee560544\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/icwp-plugin-controller.php\":{\"d\":1567917024,\"h\":\"26db1056dd9f46135c0d1f9fc6b488b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/icwp-wpsf.php\":{\"d\":1567917024,\"h\":\"2a9554e8fbb33d5af4dad97cb777c4f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/unsupported.php\":{\"d\":1567917024,\"h\":\"e486f4a07152d6af918ec5006d0a1425\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/.htaccess\":{\"d\":1568299062,\"h\":\"e15e209b18ebc226fe74f7b9735192a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/changelog.html\":{\"d\":1567917025,\"h\":\"86d3d1e3bdd912ff3891d6d65498671b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/init.php\":{\"d\":1567917024,\"h\":\"460c48e06632d9bdeb988d31f5efcff0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/wp-simple-firewall\\/filesnotfound.php\":{\"d\":1567917024,\"h\":\"8d2ff80b3739e35e2a34f143901ef02d\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/obfuscate-email\\/tests\\/bootstrap.php\":{\"d\":1484608629,\"h\":\"3ea6222bd0dc9110b6de21bfd6060777\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/obfuscate-email\\/tests\\/test-obfuscate-email.php\":{\"d\":1484608629,\"h\":\"731f365c744ac66ab694a0cdea42f545\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/obfuscate-email\\/bin\\/install-wp-tests.sh\":{\"d\":1484608629,\"h\":\"dc7a5a2dc2080d1070572e471e34a1dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/obfuscate-email\\/readme.txt\":{\"d\":1484608629,\"h\":\"2997df051ee3124a162729e99692abe6\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/obfuscate-email\\/phpunit.xml\":{\"d\":1484608629,\"h\":\"1e909cd94df643583e103bc4e95948d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/obfuscate-email\\/c2c-plugin.php\":{\"d\":1484608629,\"h\":\"a4602f5caa31c056d992e11224ab1307\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/obfuscate-email\\/index.php\":{\"d\":1484608629,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/obfuscate-email\\/obfuscate-email.php\":{\"d\":1484608629,\"h\":\"cc4fb621ba5c0ca4f59f01d51ac2ba4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/obfuscate-email\\/LICENSE\":{\"d\":1484608629,\"h\":\"b234ee4d69f5fce4486a80fdaf4a4263\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/raw-html\\/include\\/screen-options\\/screen-options.php\":{\"d\":1536980300,\"h\":\"9e74d9774ace982bd7a38f149989f96a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/raw-html\\/include\\/screen-options\\/screen-options.js\":{\"d\":1536980300,\"h\":\"7e0ed6e8b97cd6c944061b25061a114b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/raw-html\\/include\\/tag-handler.php\":{\"d\":1536980300,\"h\":\"5ecaa39a95e663ee062e03f6ef32bbf1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/raw-html\\/include\\/formatting-override.php\":{\"d\":1536980300,\"h\":\"287c8abbf790bcd39d8b64a4e5860ec7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/raw-html\\/readme.txt\":{\"d\":1536980300,\"h\":\"6cc9f6141face20649f3e4a2ae128ccc\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-content\\/plugins\\/raw-html\\/raw_html.php\":{\"d\":1536980300,\"h\":\"556421399f1bbcc6ab2f168506f868e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-snapshots\\/tmp\\/20170116_zetaphibetasororityinclamb_587c520e928286597170116045438_scan.json\":{\"d\":1484542480,\"h\":\"4aa7f9a7fe7c2d2e495374d352812420\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-snapshots\\/tmp\\/20170116_zetaphibetasororityinclamb_587c50649a7409767170116044732_scan.json\":{\"d\":1484542055,\"h\":\"383c5b5009808342619784baa6033fc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-snapshots\\/tmp\\/20170116_zetaphibetasororityinclamb_587c58107396c5941170116052016_scan.json\":{\"d\":1484544018,\"h\":\"017e4bd76e944487dd2e10552327d4ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-snapshots\\/tmp\\/20170116_zetaphibetasororityinclamb_587c598e28d9a8323170116052638_scan.json\":{\"d\":1484544399,\"h\":\"dbaf925aa62f10d1ae4378f486d0f019\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-snapshots\\/tmp\\/20170116_zetaphibetasororityinclamb_587c5913cb7ec1206170116052435_scan.json\":{\"d\":1484544277,\"h\":\"d7d2aa9865c935b00fcddac37a7182f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-snapshots\\/tmp\\/20170116_zetaphibetasororityinclamb_587c5abf748ff1760170116053143_scan.json\":{\"d\":1484544705,\"h\":\"017080d19ad0c78722a9e4893efd4f1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-snapshots\\/tmp\\/20170116_zetaphibetasororityinclamb_587c577a9e5af1272170116051746_scan.json\":{\"d\":1484543870,\"h\":\"400a4ba86890e48ef054c605f48a236e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-snapshots\\/tmp\\/20170116_zetaphibetasororityinclamb_587c5b1cd0f576844170116053316_scan.json\":{\"d\":1484544798,\"h\":\"df6fc597bfa5d844b5ea9ea585c6b057\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-snapshots\\/tmp\\/20170116_zetaphibetasororityinclamb_587c52c7ef91f5096170116045743_scan.json\":{\"d\":1484542665,\"h\":\"6d3f8707cb9c723efedeaf31b422cc3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-snapshots\\/tmp\\/20170116_zetaphibetasororityinclamb_587c56b033dd29555170116051424_scan.json\":{\"d\":1484543666,\"h\":\"68e40427b8dcc125e12ce3a613e2b4cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-snapshots\\/tmp\\/20170116_zetaphibetasororityinclamb_587c55e8d77503968170116051104_scan.json\":{\"d\":1484543468,\"h\":\"f4638d52db45d1243d5e8f6ef30b301c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-snapshots\\/robots.txt\":{\"d\":1484544798,\"h\":\"95c77927d3abdef0e08dd0d5c2ef5147\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-snapshots\\/.htaccess.ea4bak\":{\"d\":1484544798,\"h\":\"99d22d1d8cc37a6376ff8d7b4023a894\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-snapshots\\/dtoken.php\":{\"d\":1484544798,\"h\":\"aa31868ef61b3fc3f7d47c264daf2498\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-snapshots\\/index.php\":{\"d\":1484544798,\"h\":\"aa31868ef61b3fc3f7d47c264daf2498\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-snapshots\\/.htaccess\":{\"d\":1568299062,\"h\":\"7eb825c9c5f32d7efe110c8d7ed402dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/customer-area\\/storage\\/3a9f1143813d5acb8b93d23af43daad3\\/PRCommitteeReportOctober.docx\":{\"d\":1478104194,\"h\":\"a0f5a4b5584cb5035b2ac9c3e5f21ba5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/uploads\\/2014\\/12\\/LGZPressRelease.pdf\":{\"d\":1483459356,\"h\":\"af7f0ac27b65ca942d8a97c3ea3e1bdf\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/uploads\\/wc-logs\\/index.html\":{\"d\":1480693533,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/uploads\\/wc-logs\\/.htaccess\":{\"d\":1568299062,\"h\":\"5cc8a02be988615b049f5abecba2f3a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/uploads\\/2017\\/01\\/Final2017HSApplication.docx\":{\"d\":1484114010,\"h\":\"b6e606eed5309d62f19a46cbe3bdaeb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/uploads\\/2017\\/01\\/Final2017HCCCApplication.docx\":{\"d\":1484114026,\"h\":\"a6e980094eb887cd5e3b862ab1dc6ebb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/uploads\\/2016\\/12\\/LGZPressRelease.pdf\":{\"d\":1481741757,\"h\":\"af7f0ac27b65ca942d8a97c3ea3e1bdf\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/uploads\\/GeoIPv6.dat\":{\"d\":1483456293,\"h\":\"77aeeb4879e7a5e5fabf87a71e9ef427\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/uploads\\/GeoIP.dat\":{\"d\":1483456293,\"h\":\"c8db63170e85b35ce51b5d1aef098708\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.hoverintent.min.js\":{\"d\":1480435692,\"h\":\"b4cfa1d07f60eebd4746a3941196bd67\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/sly.min.js\":{\"d\":1480435692,\"h\":\"1e03dbf33122de04d440338b1c4683f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/paypal-button.min.js\":{\"d\":1480435692,\"h\":\"065ed0ec7d7066d2d3d22447589b4cf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/layout-builder.js\":{\"d\":1480435692,\"h\":\"8e38ed7fd910cbf27368a3c473dab30f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.bxslider.min.js\":{\"d\":1480435692,\"h\":\"697d69a48e5356f7106e38c09f7f19e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/handlebars.js\":{\"d\":1480435692,\"h\":\"de04650098775c2f59183dfde4512583\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/modernizr.custom2.js\":{\"d\":1480435692,\"h\":\"1de5419fea2749e57b75d17d89b0f6c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.mCustomScrollbar.concat.min.js\":{\"d\":1480435692,\"h\":\"5b1c9b5f2fbd488061227fc9067c57e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.slicebox.js\":{\"d\":1480435692,\"h\":\"76f8c88ed96ad036fe92fa2944b3cd55\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/echo.js\":{\"d\":1480435692,\"h\":\"6b09519eb1162ea798a8ac8d76cc7a2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.scrollTo-min.js\":{\"d\":1480435692,\"h\":\"50d20987b4b0d60678bfc82cea466cfb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/bootstrap.min.js\":{\"d\":1480435692,\"h\":\"ba847811448ef90d98d272aeccef2a95\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/parallax.slider.js\":{\"d\":1480435692,\"h\":\"4cdfdc1df0f0901b616fa43cde9ffb56\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.isotope.min.js\":{\"d\":1480435692,\"h\":\"4a328a943d6b6423926b6c7d56616c49\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/html5.js\":{\"d\":1480435692,\"h\":\"0ce8f355891c26c28f057e195e97dcd5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.min.js\":{\"d\":1480435692,\"h\":\"b8d64d0bc142b3f670cc0611b0aebcae\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.dlmenu.js\":{\"d\":1480435692,\"h\":\"631e96de0fc88f972f86c6ae225e6b22\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/modernizr.custom.js\":{\"d\":1480435692,\"h\":\"3ad7bc528408307bbba6f4c01a1ca04d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.easing.1.3.js\":{\"d\":1480435692,\"h\":\"6516449ed5089677ed3d7e2f11fc8942\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.tools.min.js\":{\"d\":1480435692,\"h\":\"2dbda6a6aaf07cab49c5a54af5e83cbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.easypiechart.min.js\":{\"d\":1480435692,\"h\":\"d2e1eadb5379ef5cfef1135d558bc140\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/Chart.min.js\":{\"d\":1480435692,\"h\":\"c0c163df68a54309802d8792f10329f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/colorpicker.js\":{\"d\":1480435692,\"h\":\"87bd30f8c0fd2dbbe7fe89b7fb198227\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.flexslider-min.js\":{\"d\":1480435692,\"h\":\"9ec3c315b67f434aabc4da58eabc6c3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.prettyphoto.js\":{\"d\":1480435692,\"h\":\"f81c3c778084503cad39095830c6b3f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/jquery.cookie.js\":{\"d\":1480435692,\"h\":\"d5528dde0006c78be04817327c2f9b6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/js\\/scripting.js\":{\"d\":1480435692,\"h\":\"8dfc30075a35c02031f5a35b814ef912\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/woocommerce\\/single-product\\/product-image.php\":{\"d\":1480435692,\"h\":\"3a590d7f778fe7b28565990c8d3bb094\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/woocommerce\\/single-product\\/product-thumbnails.php\":{\"d\":1480435692,\"h\":\"b9001bae16acac8845bc3cdd49467f34\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/woocommerce\\/loop\\/loop-end.php\":{\"d\":1480435692,\"h\":\"ee6ade878fd963537ea4f4e24d30f68a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/woocommerce\\/loop\\/loop-start.php\":{\"d\":1480435692,\"h\":\"e876abd905342ec59b6f07527958cdc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/woocommerce\\/content-product.php\":{\"d\":1480435692,\"h\":\"a04d98470a1da758cb32bd160c204fbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/woocommerce\\/single-product.php\":{\"d\":1480435692,\"h\":\"13df9835c8fb32c9af16f223001e5866\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/woocommerce\\/archive-product.php\":{\"d\":1480435692,\"h\":\"41dbefb618c83edbf79e3812b0b4eb44\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/woocommerce\\/loop-shop.php\":{\"d\":1480435692,\"h\":\"b0489b537dcd6444905d4e023d7bdc42\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/woocommerce\\/theme-woocommerce.php\":{\"d\":1480435692,\"h\":\"3f71b4e5cac05b8783047ef76b07b633\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/import-data\\/import.txt\":{\"d\":1480435692,\"h\":\"be1d58fc071956291da4cb061a5348e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/twitter\\/twitteroauth\\/OAuth.php\":{\"d\":1480435692,\"h\":\"76fc12792d4c2a4fb43fde7a22c26750\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/twitter\\/twitteroauth\\/twitteroauth.php\":{\"d\":1480435692,\"h\":\"c329e25121783a292524acaea23bb28d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/most-liked.php\":{\"d\":1480435692,\"h\":\"7f99c6f10fc8ccd90c49a5241d4f3449\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/list-events.php\":{\"d\":1480435692,\"h\":\"71bdf1b41dd547650faa14bb7624e1ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/tags.php\":{\"d\":1480435692,\"h\":\"8a03431b71557f5be813c32267c6b1da\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/comments.php\":{\"d\":1480435692,\"h\":\"f5778e88e8b89262ace7d9f8db8ba034\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/flickr.php\":{\"d\":1480435692,\"h\":\"e3c888e1f9b0018f1ed7b727a20b19de\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/custom_post.php\":{\"d\":1480435692,\"h\":\"98ffdcfc76416d181b884455d2c904e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/tweets.php\":{\"d\":1480435692,\"h\":\"d82ffb49879e8954130e710d9a4ce40a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/instagram.php\":{\"d\":1480435692,\"h\":\"6e5359392be2c66c982d76a544bc99ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/facebook.php\":{\"d\":1480435692,\"h\":\"c50aac0ba2dfff48c4eecaeba656d2be\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/most-viewed.php\":{\"d\":1480435692,\"h\":\"c374a2b549197e0e24fbc68a48380272\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/TwitterAPIExchange.php\":{\"d\":1480435692,\"h\":\"a66de8c8626b015b418448a811eee727\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/latest_posts.php\":{\"d\":1480435692,\"h\":\"58ddfef35310c5ed743c29bf1573347d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets\\/tweets.hopeful.php\":{\"d\":1480435692,\"h\":\"04eab306754cd7f9a608e5b4bc103094\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/classes\\/template.php\":{\"d\":1480435692,\"h\":\"c77474a835358b9a3889bdba8ac3dbb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/classes\\/element.php\":{\"d\":1480435692,\"h\":\"b7b9fc1bf118e49107011a56b32dc447\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/ribbon.php\":{\"d\":1480435692,\"h\":\"8a3aec56baac4e8b9667d31815945d5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/feature.php\":{\"d\":1480435692,\"h\":\"da40694f353af4700a6ad27e7270ff33\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/list-view.php\":{\"d\":1480435692,\"h\":\"af9e1fcf49d16db78d2c265fb943e099\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/grid-view.php\":{\"d\":1480435692,\"h\":\"3d346406c1ec208336b07a9e8446869e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/mosaic-view.php\":{\"d\":1480435692,\"h\":\"dec4efc0b1e8508d9a0de4ee9ccbab39\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/timeline-features.php\":{\"d\":1480435692,\"h\":\"878dc2ee04a6f6e5a75a7523e92e3bbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/contact-form.php\":{\"d\":1480435692,\"h\":\"8b90ed8d936ca15794728a6ff058178f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/count-down.php\":{\"d\":1480435692,\"h\":\"9a6238a56f46172fd8f27933fd46e5fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/callaction.php\":{\"d\":1480435692,\"h\":\"76ce9716d445f1395cd8008b1e4b91d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/events.php\":{\"d\":1480435692,\"h\":\"5347659fc8613f8c304c5e20b070e947\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/featured-area.php\":{\"d\":1480435692,\"h\":\"c3b5eb48d2e1802544d60b8591ec6fd4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/causes-view.php\":{\"d\":1480435692,\"h\":\"60e1617fdfd86bcd8b32e56701289537\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/cause-featured.php\":{\"d\":1480435692,\"h\":\"de03597984619c140fa8a873fb4cc58f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/timeline-view.php\":{\"d\":1480435692,\"h\":\"ec7b7448024919e852a93adc18237001\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/listed-feature.php\":{\"d\":1480435692,\"h\":\"d8687a9b53e431620ae5f77842346e57\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/team.php\":{\"d\":1480435692,\"h\":\"1d2e98b1f030a10130162b0febace519\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/super-posts.php\":{\"d\":1480435692,\"h\":\"443e68a5e96bed83f226c8ef4ce7c915\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/pricing-tables.php\":{\"d\":1480435692,\"h\":\"0c0b2074aabdb0be6d5765fc6590e35c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/accordion.php\":{\"d\":1480435692,\"h\":\"eb571026816a109a58ef5f1eb227bb8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/big-posts.php\":{\"d\":1480435692,\"h\":\"aea3ec5200412f517680e1d6f809694a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/thumbs-view.php\":{\"d\":1480435692,\"h\":\"132689c06ad0253d9b90adc4fde39825\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/templates\\/image-carousel.php\":{\"d\":1480435692,\"h\":\"d15a7b8a50b1602c1887c5dc2ecffb69\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/views\\/templates\\/edit.php\":{\"d\":1480435692,\"h\":\"935fab7588ba59e65f38684560657809\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/views\\/templates\\/create.php\":{\"d\":1480435692,\"h\":\"7433daa7fefcae3f416161561bc36e5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/views\\/templates\\/templates.php\":{\"d\":1480435692,\"h\":\"9f41849cdc1ae4fae5bfaac26faf6911\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/views\\/elements\\/header-footer.php\":{\"d\":1480435692,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/views\\/elements\\/content.php\":{\"d\":1480435692,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/views\\/elements\\/edit-template-row.php\":{\"d\":1480435692,\"h\":\"d70a307641a25e4b0ca8dbadae1c55a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-builder\\/views\\/elements\\/elements-editor.php\":{\"d\":1480435692,\"h\":\"835fcd927658b1d76415388862b9bcf8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/ts-shortcode\\/ts-shortcode-tinymce-button.js\":{\"d\":1480435692,\"h\":\"72c0a6504fb408d04ca0a3d902a5cd5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/ts-shortcode\\/TsShortcode.php\":{\"d\":1480435692,\"h\":\"6714dc1401002850a755ef2f0a2b04df\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/megamenu\\/class-megamenu.php\":{\"d\":1480435692,\"h\":\"9aaf93faece3f451d5935cd3160eb1ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/megamenu\\/ts-megamenu.php\":{\"d\":1480435692,\"h\":\"609debcd5e60ba733d5223c41447fc77\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/envato-wp-theme-updater.php\":{\"d\":1480435692,\"h\":\"468ed8a4ecebf20f736dd4bc93a0482b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/class-envato-protected-api.php\":{\"d\":1480435692,\"h\":\"ec4551db71280570716339056a915831\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/TouchSizeLikes.php\":{\"d\":1480435692,\"h\":\"808a2a4f7a096c99bb60582a2018afcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/widgets.php\":{\"d\":1480435692,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/layout-compilator.php\":{\"d\":1480435692,\"h\":\"fb0f8c924f1728a4ce19f16c151cf505\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/dynamic-css-and-js.php\":{\"d\":1480435692,\"h\":\"9e9858edde82365f11974862bf8a0647\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/custom-posts.php\":{\"d\":1480435692,\"h\":\"720e84828c78710ddf7db4da0c1e7116\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/functions.php\":{\"d\":1480435692,\"h\":\"382ac8f8d31ea02fa775264fb7c5ee2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/attached_images_manager.php\":{\"d\":1480435692,\"h\":\"83a71050e3ca0d003806ec1e6571183d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/options.php\":{\"d\":1480435692,\"h\":\"ab3cd42f3d7b6f6078a43b42d5425c29\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/aq_resizer.php\":{\"d\":1480435692,\"h\":\"2e2f4c44eb5e28b2bd70f111ae4cfc39\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/fields.class.php\":{\"d\":1480435692,\"h\":\"df54b3f5217257ab2c0bf2d3cdff7dee\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/patterns.php\":{\"d\":1480435692,\"h\":\"49b94080a93eb60ba144f8839ecb8a0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/dynamic-sidebars.php\":{\"d\":1480435692,\"h\":\"861ca1804f479b75a5559798bde9acf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/include-to-search.php\":{\"d\":1480435692,\"h\":\"d3e3b4c69f5385de59e8402d1a7a7f81\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/theme-setup.php\":{\"d\":1480435692,\"h\":\"ead95bb4dbde03406cfd4b1cea97acc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/includes\\/ajax.php\":{\"d\":1480435692,\"h\":\"29da6f76eb7aacfa552509a912399d16\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/languages\\/how-to-translate.txt\":{\"d\":1480435692,\"h\":\"e34c9175c9e402b19ade4296718fad9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/themes\\/default.js\":{\"d\":1480435692,\"h\":\"f3d6a893430dec9ae42de1570c27eb84\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/bottomRight.js\":{\"d\":1480435692,\"h\":\"db049fc31d2adf18c71f17c8e819c0f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/topLeft.js\":{\"d\":1480435692,\"h\":\"9c2eb7bc67792c59be35cc9ee19426b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/topCenter.js\":{\"d\":1480435692,\"h\":\"ed897179e2687a7864f12f84142e8620\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/center.js\":{\"d\":1480435692,\"h\":\"99e10668ce184df3d00c7105f7e49c0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/bottomCenter.js\":{\"d\":1480435692,\"h\":\"ac207cc1fd4aeb8eaa7d5907be53966a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/inline.js\":{\"d\":1480435692,\"h\":\"1b3be192cb0426192cc91bda43c58384\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/centerLeft.js\":{\"d\":1480435692,\"h\":\"ccb515b60253d97c2165183461487fa0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/centerRight.js\":{\"d\":1480435692,\"h\":\"f692c35777986920d09b4988357dd807\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/bottom.js\":{\"d\":1480435692,\"h\":\"4cab8e24ddc0aeedbdcee0ad10202a8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/top.js\":{\"d\":1480435692,\"h\":\"d54cd99dd6fc78ce8b9dac0aaee884d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/bottomLeft.js\":{\"d\":1480435692,\"h\":\"2461571e806d99c88794b4fb79e141e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/layouts\\/topRight.js\":{\"d\":1480435692,\"h\":\"a1195dab017132a156830bc3b5afa909\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/LICENSE.txt\":{\"d\":1480435692,\"h\":\"e049e8717c06799889b27a45824347c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/promise.js\":{\"d\":1480435692,\"h\":\"ce71213b86bf3221433c99d2ff7f5219\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/README.markdown\":{\"d\":1480435692,\"h\":\"dd8237990694bf3eb407add4d9c95732\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/noty\\/jquery.noty.js\":{\"d\":1480435692,\"h\":\"fdf3a082d88628f8193351adc8112453\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/touchsize.js\":{\"d\":1480435692,\"h\":\"6d7668e824cba7caa0d414d254fd2361\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/layout-builder.js\":{\"d\":1480435692,\"h\":\"976323a2ad8170534bd09d3ac1c4b395\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/handlebars.js\":{\"d\":1480435692,\"h\":\"de04650098775c2f59183dfde4512583\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/google-fonts.js\":{\"d\":1480435692,\"h\":\"a7813fb9de91080562cbd09b76ed3367\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/select2.min.js\":{\"d\":1480435692,\"h\":\"1f7c499bbb351a2ba394b0fadcfe9b9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/red.js\":{\"d\":1480435692,\"h\":\"4c467440ae80e1fd1dc39c7238bdb9ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/builder-elements.js\":{\"d\":1480435692,\"h\":\"78e8afaa5c6e440bf78049ea2c4a9fee\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/js\\/modal.js\":{\"d\":1480435692,\"h\":\"66c0d3b98d6e1a50aee2a5c422367456\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/fonts\\/entypo.eot\":{\"d\":1480435692,\"h\":\"3b5e5cfde5000d037312330e109f3271\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/fonts\\/entypo.ttf\":{\"d\":1480435692,\"h\":\"b84a45298cb02aefdf6c4579989b46cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/fonts\\/entypo.woff\":{\"d\":1480435692,\"h\":\"de9710584c346434ca37f34d8411abeb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/attached_images.css\":{\"d\":1480435692,\"h\":\"2d0cad74e3877d20c157afb90aa9fa9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/theme-settings.css\":{\"d\":1480435692,\"h\":\"27ad91397503da29ff10fc91063ba073\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/layout-builder.css\":{\"d\":1480435692,\"h\":\"9fee5cedb3a64233c06c60571c1c45ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/untack.css\":{\"d\":1480435692,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/modal.css\":{\"d\":1480435692,\"h\":\"89a83472f52c650a970cdfb5e2a3de8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/touchsize-admin.css\":{\"d\":1480435692,\"h\":\"a36955ad775de37384d987087a728d33\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/jquery-ui.min.css\":{\"d\":1480435692,\"h\":\"ab33b4d290b3cf4ecbfa84642bdb784f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/admin\\/css\\/select2.css\":{\"d\":1480435692,\"h\":\"cbd1636e64813fff73aee57d651b5fe7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/font\\/config.json\":{\"d\":1480435692,\"h\":\"32bfbe233a917a4af4ded83b299d2f19\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/font\\/redfont.woff\":{\"d\":1480435692,\"h\":\"7951f78a57383a777d0611f7124f7ce0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/font\\/redfont.eot\":{\"d\":1480435692,\"h\":\"a19aa80988b236c5944c1763491d05ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/font\\/redfont.ttf\":{\"d\":1480435692,\"h\":\"be34d5d2110d83ca4c31790cd4af2917\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/css\\/scrollable-buttons.css\":{\"d\":1480435692,\"h\":\"0ff3537074ff29e726e9918780f4fed4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/css\\/prettyphoto.css\":{\"d\":1480435692,\"h\":\"e8d324d0a1c308cc2c9fdddb263223d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/css\\/style.css\":{\"d\":1480435692,\"h\":\"c32c7ba11e9f281cd261451fbbb0b7c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/css\\/colorpicker.css\":{\"d\":1480435692,\"h\":\"7be1476e4315a3b4978ad9ad6cab2bd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/css\\/jquery.bxslider.css\":{\"d\":1480435692,\"h\":\"b988887fcc72a078fb3d5e30d4aaac64\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/css\\/bootstrap.css\":{\"d\":1480435692,\"h\":\"5c5ae5e069c76f590abbbc13aa946689\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/css\\/redfont.css\":{\"d\":1480435692,\"h\":\"9208194848fc2e862013424b54072bf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/css\\/widgets.css\":{\"d\":1480435692,\"h\":\"7619f4c0d08608ea2d8d5de549d8bf22\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/single-sermon.php\":{\"d\":1480435692,\"h\":\"b11fe0d14b37558edc8841bb30d735ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/tag.php\":{\"d\":1480435692,\"h\":\"b0025e877b68d45b9ccb7e9d9d651d35\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/social-sharing.php\":{\"d\":1480435692,\"h\":\"0f27052e5426fa08c50da3856dfa0937\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/readme.txt\":{\"d\":1480435692,\"h\":\"e65f2d1a23991bde1b80bfa564fe60ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/category.php\":{\"d\":1480435692,\"h\":\"284687188001004cac16bf043d540dc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/single.php\":{\"d\":1480435692,\"h\":\"54a4fa691393cebfee9c6297b2842624\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/404.php\":{\"d\":1480435692,\"h\":\"79c694b3475735932df63261e800bb56\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/single-event.php\":{\"d\":1480435692,\"h\":\"3d5850925a6988ade1137b394a65e66c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/editor-style.css\":{\"d\":1480435692,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/author.php\":{\"d\":1480435692,\"h\":\"71f16755391121c0786ea89c72a446ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/footer.php\":{\"d\":1480435692,\"h\":\"498b1481d8a4acf1a479e1970be80670\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/archive.php\":{\"d\":1480435692,\"h\":\"a01525943693e7ba12fa4d35f9203c13\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/page.php\":{\"d\":1480435692,\"h\":\"b42ea41f700d5278a487d6d657c670bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/style.css\":{\"d\":1480435692,\"h\":\"e5e7309558f68dce0307398ea65e057d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/functions.php\":{\"d\":1480435692,\"h\":\"eacf505d65fe913196de50e84e356337\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/single-cause.php\":{\"d\":1480435692,\"h\":\"cfd7fd24837026d9b887e0e3fd176b54\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/comments.php\":{\"d\":1480435692,\"h\":\"8344c3d1967c42ab7f74a9b31c362a08\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/license.txt\":{\"d\":1480435692,\"h\":\"6687cd9232ae1025beca4feb43453ec5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/index.php\":{\"d\":1480435692,\"h\":\"1ab80e082294e871a2c44ee298e2ff3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/wpml-config.xml\":{\"d\":1480435692,\"h\":\"f9643dab7e4759c49233576e1ef1640c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/single-ts_teams.php\":{\"d\":1480435692,\"h\":\"305c0255b0e3c73d71efcf17905f80c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/search.php\":{\"d\":1480435692,\"h\":\"1627cb026bddac92b0ad99dfa420e258\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/single-portfolio.php\":{\"d\":1480435692,\"h\":\"d4f7e7f91c9b19c7bfb44e9a91b99cd0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/single-video.php\":{\"d\":1480435692,\"h\":\"77aace8ffd212812c23f63601edc3c0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/header.php\":{\"d\":1480903231,\"h\":\"a59fe566a7d1aedaa1dba893f05f687b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/hopeful\\/template-pagination.php\":{\"d\":1480435692,\"h\":\"a38a4472fb47b028fb2a5ee5be0f0115\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/js\\/color-scheme-control.js\":{\"d\":1473863582,\"h\":\"5a95c970e1edcdf6322ff93e297e4f7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/js\\/customize-preview.js\":{\"d\":1473863583,\"h\":\"3241a807c07ff37024d5a318b14a54d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/js\\/functions.js\":{\"d\":1473863582,\"h\":\"41ea2a94670de0e183c4262b67784399\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/js\\/skip-link-focus-fix.js\":{\"d\":1473863582,\"h\":\"f1224221e5eecb4831ade6b6ad2f5073\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/js\\/html5.js\":{\"d\":1473863582,\"h\":\"5ee990907b315027da600eeeaee2e04b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/js\\/keyboard-image-navigation.js\":{\"d\":1473863583,\"h\":\"5de7ed2727c193e9f32f5797a590889e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/inc\\/back-compat.php\":{\"d\":1473863582,\"h\":\"9b9bcb80065e860f6cea17ae74f1df8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/inc\\/template-tags.php\":{\"d\":1473863582,\"h\":\"7e6c97ec036c63c633bd5529c5d90b56\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/inc\\/customizer.php\":{\"d\":1473863582,\"h\":\"78a2097a43e54884275bfbc37ba29630\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/template-parts\\/content.php\":{\"d\":1473863583,\"h\":\"828b24e78ef32f733d4eb09c0e9eb0e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/template-parts\\/content-single.php\":{\"d\":1473863583,\"h\":\"df63599ec46fe84c1d78e2edfa967746\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/template-parts\\/content-page.php\":{\"d\":1473863583,\"h\":\"7345d516801b45cb172ab81cc6d7c8b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/template-parts\\/content-search.php\":{\"d\":1473863583,\"h\":\"077d4139a0d0ce6c0b7f7ffc630a4f57\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/template-parts\\/content-none.php\":{\"d\":1473863583,\"h\":\"782006598d42a9b76a9fb8be8479f6a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/template-parts\\/biography.php\":{\"d\":1473863583,\"h\":\"3c5d5fd7a8b480cb6f83754e07814292\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/Genericons.woff\":{\"d\":1473863583,\"h\":\"f3f73b280148eeed102d4a6874ac7886\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/COPYING.txt\":{\"d\":1473863583,\"h\":\"b9423b96eb6160477fd4a2b7de890419\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/LICENSE.txt\":{\"d\":1473863583,\"h\":\"b234ee4d69f5fce4486a80fdaf4a4263\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/genericons.css\":{\"d\":1473863583,\"h\":\"13a6500ddf36c6dd581877aefc78d34d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/Genericons.ttf\":{\"d\":1473863583,\"h\":\"008827208ffc4eeab99bf3cc14fe1e56\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/README.md\":{\"d\":1473863583,\"h\":\"031ec4ed36a007d7d9f15600d7ebd5e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/Genericons.eot\":{\"d\":1473863583,\"h\":\"bebb165302a5d3a90ab9012f3b5d733e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/css\\/editor-style.css\":{\"d\":1473863583,\"h\":\"da427a0a33a4f0748d1faef4618a49df\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/css\\/ie7.css\":{\"d\":1473863583,\"h\":\"b0c5ff1a5ebdd5862688eb0674496ddd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/css\\/ie8.css\":{\"d\":1473863583,\"h\":\"22870c763f8a125017fe2efc543c57d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/css\\/ie.css\":{\"d\":1473863583,\"h\":\"c4befec0a6e11c831ed7f4c188181b6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/sidebar.php\":{\"d\":1473863583,\"h\":\"eac298afb626b7030f15a3fa49eb7e72\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/readme.txt\":{\"d\":1473863582,\"h\":\"7c89b278cf9dda5c4e413396dd267be8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/single.php\":{\"d\":1473863583,\"h\":\"a0fa3eb0573b6f5d1eb355a36f6c7e50\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/404.php\":{\"d\":1473863583,\"h\":\"38c8974713403d0c1d2f36bc28c90de0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/sidebar-content-bottom.php\":{\"d\":1473863583,\"h\":\"2b24f15644973caa9e3a7417f82a4132\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/rtl.css\":{\"d\":1473863583,\"h\":\"8ec2f57f746c2e5981ce5a387e58cfa7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/footer.php\":{\"d\":1473863583,\"h\":\"2649588fad6ff41ecc1f129010cf4f71\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/archive.php\":{\"d\":1473863583,\"h\":\"6f6cbdb939a4eefc69ad7e6565150a00\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/page.php\":{\"d\":1473863583,\"h\":\"b9e96fcae16a74cc6dfa4a703ba05ad1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/style.css\":{\"d\":1473863583,\"h\":\"705a4faa4696284cf35c535b7b069879\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/functions.php\":{\"d\":1473863583,\"h\":\"eaff59206c24f77032b9afa4e1909afb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/searchform.php\":{\"d\":1473863583,\"h\":\"82db8fd49b68a57525d03ebcd700235e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/image.php\":{\"d\":1473863582,\"h\":\"b2870b12d1692538a157f70f92d5194f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/comments.php\":{\"d\":1473863583,\"h\":\"6eef443e449757ea25f45f5d7e8d1596\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/index.php\":{\"d\":1473863583,\"h\":\"e892c7110a2cbfcaaa25a0dc4e832a19\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/search.php\":{\"d\":1473863583,\"h\":\"d8af7665469040a0b7310481610801c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentysixteen\\/header.php\":{\"d\":1473863583,\"h\":\"ab5146424e9be12155ac61ee86ecc6e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/js\\/color-scheme-control.js\":{\"d\":1473863583,\"h\":\"6705bda44f3acb5dc98fc1bcc65884db\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/js\\/customize-preview.js\":{\"d\":1473863583,\"h\":\"e0d91074b5f13f0dcd4a34bcc561c329\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/js\\/functions.js\":{\"d\":1473863583,\"h\":\"a76b662d0cca75d9012db66d1d2eb7c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/js\\/skip-link-focus-fix.js\":{\"d\":1473863583,\"h\":\"d774bf15e2e23e3a7bbb9afa92f4f0b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/js\\/html5.js\":{\"d\":1473863583,\"h\":\"e95ca1122287c8b6889b126ac893b750\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/js\\/keyboard-image-navigation.js\":{\"d\":1473863583,\"h\":\"b82f191be2383003721f8b0d6fbaaea9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/inc\\/back-compat.php\":{\"d\":1473863583,\"h\":\"61bf8fc8c8c0c413d7209a085bdc607a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/inc\\/template-tags.php\":{\"d\":1473863583,\"h\":\"8fae5b710860233cfa195e0114c18f5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/inc\\/custom-header.php\":{\"d\":1473863583,\"h\":\"81345fec4ede475e0746fd7d5be59346\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/inc\\/customizer.php\":{\"d\":1473863583,\"h\":\"861825f8459dbf344709f0d3c3f148e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/Genericons.woff\":{\"d\":1473863583,\"h\":\"732ff0fd6e5d9d64b2c8c81f7ac83f01\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/COPYING.txt\":{\"d\":1473863583,\"h\":\"b9423b96eb6160477fd4a2b7de890419\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/LICENSE.txt\":{\"d\":1473863583,\"h\":\"b234ee4d69f5fce4486a80fdaf4a4263\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/genericons.css\":{\"d\":1473863583,\"h\":\"c4a5f119c255c653e1ff74af2b021baf\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/Genericons.ttf\":{\"d\":1473863583,\"h\":\"bd260e7477d834b7d0890b9470638124\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/README.md\":{\"d\":1473863583,\"h\":\"75f6390a4a93fd4c613751b7a9e78491\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/Genericons.eot\":{\"d\":1473863583,\"h\":\"e286921c96e71c281fedc8376ba46a7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/css\\/editor-style.css\":{\"d\":1473863583,\"h\":\"c542480da525a3dc0c255ed966c90dcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/css\\/ie7.css\":{\"d\":1473863583,\"h\":\"6468f9823d831d5b4b4d37d5c52c88ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/css\\/ie.css\":{\"d\":1473863583,\"h\":\"f86cdf670ff2a4f649194e8e36c1b7fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/sidebar.php\":{\"d\":1473863583,\"h\":\"eca6c02ab3707a042e39f47b88a5e153\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/readme.txt\":{\"d\":1473863583,\"h\":\"6954f4d9554857225ed94bd80022ef70\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/content.php\":{\"d\":1473863583,\"h\":\"3f3c689e9ad6173e43bda54271d0ce70\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/single.php\":{\"d\":1473863583,\"h\":\"c86c43956ebcd706efb11b2ff4da13ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/404.php\":{\"d\":1473863583,\"h\":\"acf3c2a0019a9232d54d4414802491b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/content-page.php\":{\"d\":1473863583,\"h\":\"06da247a78e2c415f8361bde93934d23\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/rtl.css\":{\"d\":1473863583,\"h\":\"f3b49a7beea0b7aba6b5f1d065046816\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/footer.php\":{\"d\":1473863583,\"h\":\"6859d3a0a826e984df36d3098cfd874e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/archive.php\":{\"d\":1473863583,\"h\":\"5b6bf92278874581371240737d6ca51c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/page.php\":{\"d\":1473863583,\"h\":\"429635d5e4118c5e9b001299609043fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/style.css\":{\"d\":1473863583,\"h\":\"d7dce22cf9e07aa002177ab4f36e5fa8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/functions.php\":{\"d\":1473863583,\"h\":\"50fdc8d62861a6f334b46dc94dd6a7a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/image.php\":{\"d\":1473863583,\"h\":\"d8127b8df949bbf73cff3c248da7b07e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/content-search.php\":{\"d\":1473863583,\"h\":\"05eca53c435579fb51924fdfc4cc62cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/content-link.php\":{\"d\":1473863583,\"h\":\"b399e0462769d55610fa310b01bc1bf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/comments.php\":{\"d\":1473863583,\"h\":\"52f7daa26417fdbdc993a84748d5f181\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/index.php\":{\"d\":1473863583,\"h\":\"84c9b262ae5a4b939e934bad57d8ee3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/search.php\":{\"d\":1473863583,\"h\":\"3eb7c42237d19ed78921f0540aaa7df2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/author-bio.php\":{\"d\":1473863583,\"h\":\"34dcd4a152172429fac7ebfb775a4ff5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/content-none.php\":{\"d\":1473863583,\"h\":\"80e901ee9b9656e4081ebd582bd53199\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfifteen\\/header.php\":{\"d\":1473863583,\"h\":\"0136450be21bd6b4b3c14af6a6c64d07\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/js\\/slider.js\":{\"d\":1473863583,\"h\":\"fb29961d43dba40012014728e02cb4ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/js\\/functions.js\":{\"d\":1473863583,\"h\":\"922b981634bb3c5c3e5bcec9d213729a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/js\\/featured-content-admin.js\":{\"d\":1473863583,\"h\":\"ca00eaecff50d9777022a34c4b36dbd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/js\\/html5.js\":{\"d\":1473863583,\"h\":\"5a98a86b5cb48c1506f338463259ce41\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/js\\/keyboard-image-navigation.js\":{\"d\":1473863583,\"h\":\"9ec09e3f667433fcc24b25abb4d91700\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/js\\/customizer.js\":{\"d\":1473863583,\"h\":\"c2076270975f96875b8472e3242fbacd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/page-templates\\/full-width.php\":{\"d\":1473863583,\"h\":\"4302651322f5c66dbafcb6006f8273e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/page-templates\\/contributors.php\":{\"d\":1473863583,\"h\":\"1c2aa2f090782f3e37ff65878be943b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/inc\\/widgets.php\":{\"d\":1473863583,\"h\":\"eca319d77d4f2599cfe05bdf7e588638\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/inc\\/back-compat.php\":{\"d\":1473863583,\"h\":\"b29ac75d7a34a9cd14f1ab9e660fdfae\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/inc\\/featured-content.php\":{\"d\":1473863583,\"h\":\"f2536a0292c468f72832b79aa39114d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/inc\\/template-tags.php\":{\"d\":1473863583,\"h\":\"742564101e26b69ee68c48152c651a4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/inc\\/custom-header.php\":{\"d\":1473863583,\"h\":\"6300f93c453609b506a93b11e62e2a2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/inc\\/customizer.php\":{\"d\":1473863583,\"h\":\"80cebb16f566725aec2a9e575a876af1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/genericons\\/font\\/genericons-regular-webfont.eot\":{\"d\":1473863583,\"h\":\"adf093b1ec7239c03865a87ae6d60160\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/genericons\\/font\\/genericons-regular-webfont.woff\":{\"d\":1473863583,\"h\":\"db7a8d16b367e4c38591be6d7e979876\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/genericons\\/font\\/genericons-regular-webfont.ttf\":{\"d\":1473863583,\"h\":\"f83f27fb1bfd20d64ba2ae3eaaf4b1ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/genericons\\/Genericons-Regular.otf\":{\"d\":1473863583,\"h\":\"d131056b90b61a4ed8d82b883e148411\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/genericons\\/COPYING.txt\":{\"d\":1473863583,\"h\":\"b9423b96eb6160477fd4a2b7de890419\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/genericons\\/LICENSE.txt\":{\"d\":1473863583,\"h\":\"b234ee4d69f5fce4486a80fdaf4a4263\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/genericons\\/genericons.css\":{\"d\":1473863583,\"h\":\"8604c201ca1b346289d82daf2b6c91f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/genericons\\/README.txt\":{\"d\":1473863583,\"h\":\"4923271c0e79b5a346a440b9c0c76422\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/css\\/editor-style.css\":{\"d\":1473863583,\"h\":\"9a23a1e96059c33072dce3fd9f893f6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/css\\/ie.css\":{\"d\":1473863583,\"h\":\"da04c78e3fc2016e9ef44f6adce36541\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/tag.php\":{\"d\":1473863583,\"h\":\"b98b612c84922756c9b106eb4adb4515\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/sidebar.php\":{\"d\":1473863583,\"h\":\"4f526ee15d266497fbe7fe8e129c8d6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/content-quote.php\":{\"d\":1473863583,\"h\":\"9e64d4eb0b08db6b14f1fb498f393caa\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/readme.txt\":{\"d\":1473863583,\"h\":\"6d071ba09ba561053f73ca1e9b488389\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/category.php\":{\"d\":1473863583,\"h\":\"c6c3c886c3d540398f7bdf0780af253d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/content.php\":{\"d\":1473863583,\"h\":\"fb9aef43aa9619c54b5aa197cbb33fc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/single.php\":{\"d\":1473863583,\"h\":\"194efe4f47287621248a754cf99ae261\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/404.php\":{\"d\":1473863583,\"h\":\"b9b12a3c8353c6228ba30c0ae482f773\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/content-gallery.php\":{\"d\":1473863583,\"h\":\"f3e41626ce9c510857c69760a49e1c77\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/content-page.php\":{\"d\":1473863583,\"h\":\"66dad33222d97a59086c0ffa2f9cb683\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/rtl.css\":{\"d\":1473863583,\"h\":\"c5ac139d63dc35758431f6321c5cebdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/author.php\":{\"d\":1473863583,\"h\":\"151ee220f67d7ae1bdf7bda3f5bc1059\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/footer.php\":{\"d\":1473863583,\"h\":\"71b7c04ae5bfe6196e6a399a54f105c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/archive.php\":{\"d\":1473863583,\"h\":\"d4ef0e158f5a1f8443bf97114a8d2b57\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/page.php\":{\"d\":1473863583,\"h\":\"0b1b4da93b446a0352ef3fa9fa0f0881\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/style.css\":{\"d\":1473863583,\"h\":\"0fc2b210d273ae86ae13abc14283e14d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/content-audio.php\":{\"d\":1473863583,\"h\":\"18fd6764d8e84c235cf608de19a2ac7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/functions.php\":{\"d\":1473863583,\"h\":\"d1b7a45292bf991e2786f9ec09a69aaa\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/image.php\":{\"d\":1473863583,\"h\":\"d0ab7007099a440c088a95c6c62e722e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/taxonomy-post_format.php\":{\"d\":1473863583,\"h\":\"b82e1917fcb15c2b36eddece8121a684\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/content-link.php\":{\"d\":1473863583,\"h\":\"672556d294d18deaeaf88e1bd4aa63a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/comments.php\":{\"d\":1473863583,\"h\":\"2efffbbaf999ea105fdd87eb7f5802ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/index.php\":{\"d\":1473863583,\"h\":\"015e97abd72a9d31ba1e78f7a2d3b623\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/featured-content.php\":{\"d\":1473863583,\"h\":\"01f551fb2071cf9eee3256abfc1cfc77\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/content-featured-post.php\":{\"d\":1473863583,\"h\":\"60c3cc0b0f5810b027a067545c6429d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/content-aside.php\":{\"d\":1473863583,\"h\":\"ab91aa87aa7912c72a73d3240c9c7552\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/search.php\":{\"d\":1473863583,\"h\":\"576673884375879acedaef607da3f4e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/sidebar-content.php\":{\"d\":1473863583,\"h\":\"bf0102a3fcc88324d1d200444fa6b14b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/content-image.php\":{\"d\":1473863583,\"h\":\"4b047923a816247ee4a32070b3e9c781\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/content-none.php\":{\"d\":1473863583,\"h\":\"03870915e35d081758261432e7fe5f01\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/sidebar-footer.php\":{\"d\":1473863583,\"h\":\"e007ab6019e9dc6b74d699f3cc7c2c36\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/content-video.php\":{\"d\":1473863583,\"h\":\"d85fe3394e177674d028dcb6c0012e10\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/twentyfourteen\\/header.php\":{\"d\":1473863583,\"h\":\"579ffab1a187693f540206a09ced13c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/themes\\/index.php\":{\"d\":1473863583,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/backupwordpress-bad820f9f8-backups\\/index.html\":{\"d\":1484529913,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/backupwordpress-bad820f9f8-backups\\/.htaccess\":{\"d\":1568299062,\"h\":\"3288e8ce767f5c47683184b0ac65f36a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/Dropbox_Backup\\/index.php\":{\"d\":1483080772,\"h\":\"0b6e98392ef734f496aa6f96e7b27cb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/Dropbox_Backup\\/local-key\":{\"d\":1483085148,\"h\":\"1e3e75ccd81787e628e922d1c6a9c485\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/Dropbox_Backup\\/.htaccess\":{\"d\":1568299062,\"h\":\"30498b9387321ec9b49d7c2294d1511e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/class-mailchimp-mailmunch.php\":{\"d\":1483119610,\"h\":\"16f082aa06353c94e9b5207b891c321d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/class-mailchimp-mailmunch-deactivator.php\":{\"d\":1483119610,\"h\":\"f193969c7f5906acae01c28dbbf4ff9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/class-mailchimp-mailmunch-activator.php\":{\"d\":1483119610,\"h\":\"50d347631eaa0941a260d0f8b0e3643e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/class-mailchimp-mailmunch-loader.php\":{\"d\":1483119610,\"h\":\"9af2f6b1dd7f6e1314cda23388b2f74c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/index.php\":{\"d\":1483119610,\"h\":\"03efe17b1c4a21753f7d07ee17e77395\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/drewm_mailchimp.php\":{\"d\":1483119610,\"h\":\"c306e85197aaa282781b9181dd0715b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/class-mailmunch-api.php\":{\"d\":1483119610,\"h\":\"c784519aba9e49de0e80bd9afb31a131\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/class-mailchimp-mailmunch-sidebar-widget.php\":{\"d\":1483119610,\"h\":\"8e279ad2af512f294ea1d77d8d8452fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/includes\\/class-mailchimp-mailmunch-i18n.php\":{\"d\":1483119610,\"h\":\"e7eb8eed9746f2c87b8d0e5b0324b6c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/languages\\/mailchimp-mailmunch.pot\":{\"d\":1483119610,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/public\\/partials\\/mailchimp-mailmunch-public-display.php\":{\"d\":1483119610,\"h\":\"d1865423b9352b16c856fa10034c362d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/public\\/class-mailchimp-mailmunch-public.php\":{\"d\":1483119610,\"h\":\"c5961a0e75237ec63b90a7149a4c5ce9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/public\\/index.php\":{\"d\":1483119610,\"h\":\"03efe17b1c4a21753f7d07ee17e77395\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/js\\/mailchimp-mailmunch-admin.js\":{\"d\":1483119610,\"h\":\"7f6f36b74599a88ac4775d1ee8696968\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/partials\\/mailchimp-mailmunch-modals.php\":{\"d\":1483119610,\"h\":\"386c90088f4008653b83dc429b29fc31\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/partials\\/mailchimp-mailmunch-admin-display.php\":{\"d\":1483119610,\"h\":\"2e39fec38950813f7258bc1c7522e7d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/partials\\/mailchimp-mailmunch-integrate.php\":{\"d\":1483119610,\"h\":\"62c0b90b8da645383f808862cff8f037\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/partials\\/mailchimp-mailmunch-settings.php\":{\"d\":1483119610,\"h\":\"7f144c339629a92c8e2954279f2a79e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/partials\\/mailchimp-mailmunch-connect.php\":{\"d\":1483119610,\"h\":\"3898c1ca55b22011c5fa6d20a654cec3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/css\\/mailchimp-mailmunch-admin.css\":{\"d\":1483119610,\"h\":\"18cee8d5afe1ef63486c5399d804602b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/class-mailchimp-mailmunch-admin.php\":{\"d\":1483119610,\"h\":\"a77484f055b7e8d975883f10390a5e8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/admin\\/index.php\":{\"d\":1483119610,\"h\":\"03efe17b1c4a21753f7d07ee17e77395\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/readme.txt\":{\"d\":1483119610,\"h\":\"392f1bc491679e59aaa936f2663b49a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/index.php\":{\"d\":1483119610,\"h\":\"03efe17b1c4a21753f7d07ee17e77395\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/uninstall.php\":{\"d\":1483119610,\"h\":\"d7ce85d88476da884d501bb0cc5a0627\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/mailchimp-forms-by-mailmunch\\/mailchimp-mailmunch.php\":{\"d\":1483119610,\"h\":\"f244c3ffe4cb2deb11594d8e3bc56041\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/classes\\/utility.php\":{\"d\":1484541921,\"h\":\"142ee2525059299fbe3570ed5c749160\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/classes\\/package.php\":{\"d\":1484541921,\"h\":\"9d3255827f87f3c6798250570c96707b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/classes\\/package.archive.zip.php\":{\"d\":1484541921,\"h\":\"ca460b2477842eb4672e71a29bb5fc39\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/classes\\/ui.php\":{\"d\":1484541921,\"h\":\"abec20cc405c3bc4581cec50c611aa40\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/classes\\/settings.php\":{\"d\":1484541921,\"h\":\"04ab433545e719340f90158ceb0b8729\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/classes\\/package.archive.php\":{\"d\":1484541921,\"h\":\"4877f26d7ee94698190937a17dea326f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/classes\\/package.installer.php\":{\"d\":1484541921,\"h\":\"0d42c45aa8cbc80b9914e7a1628fd943\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/classes\\/server.php\":{\"d\":1484541921,\"h\":\"9d26a04f0f768c25fd24ef9803b4eac1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/classes\\/package.database.php\":{\"d\":1484541921,\"h\":\"c4f7eacff6d398ef9a4059463168a2af\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/classes\\/logging.php\":{\"d\":1484541921,\"h\":\"47bb2e0d1bbcec066efc175e9b9225e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/settings\\/controller.php\":{\"d\":1484541921,\"h\":\"13f24b2c141d89f0f372b816945b045f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/settings\\/general.php\":{\"d\":1484541921,\"h\":\"28e64cb5336f49ee22dc29b977115d82\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/help\\/gopro.php\":{\"d\":1484541921,\"h\":\"691d1cd1550e89bd96c9fe19e7f98a21\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/help\\/help.php\":{\"d\":1484541921,\"h\":\"2896cb7d69dc3b003c1b1213f796bde6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/help\\/perks.php\":{\"d\":1484541921,\"h\":\"932daa20dee3f7730144576c9714e0ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/help\\/about.php\":{\"d\":1484541921,\"h\":\"0f09aba6b3bcb0740a16fd2ad1c8d17f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/details\\/detail.php\":{\"d\":1484541921,\"h\":\"8063dd7daefb15acbc2b95a92c2cbca7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/details\\/controller.php\":{\"d\":1484541921,\"h\":\"15732f38074b4f18668cd064b11dd621\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/details\\/transfer.php\":{\"d\":1484541921,\"h\":\"7f0c2ab76c4dc81aab61408782d8b4d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/main\\/new1.inc.form.php\":{\"d\":1484541921,\"h\":\"899970a7c7a366a0901a0225e92e4e33\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/main\\/controller.php\":{\"d\":1484541921,\"h\":\"f51cf204d340adebaa2f3ec2e0e28acb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/main\\/packages.php\":{\"d\":1484541921,\"h\":\"831808a7936f306b5354a977142eea91\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/main\\/new2.scan.php\":{\"d\":1484541921,\"h\":\"95a9d57695f14eef8cebc15061a8b5ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/main\\/new1.setup.php\":{\"d\":1484541921,\"h\":\"8e3e15897f4d6698ec1bd9833bb39afe\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/main\\/new3.build.php\":{\"d\":1484541921,\"h\":\"e55a083e7a69b4db5dff56af1cb489be\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/packages\\/controller.php\":{\"d\":1484541921,\"h\":\"3c723d090025325e2983db2531d33c1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/tools\\/cleanup.php\":{\"d\":1484541921,\"h\":\"aac1d89e6fed6f0cb938c2fd35801026\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/tools\\/controller.php\":{\"d\":1484541921,\"h\":\"4917f024950827655d0484450e488425\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/tools\\/logging.php\":{\"d\":1484541921,\"h\":\"bf715286d2a8b6835ecaade78d4eb590\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/tools\\/diagnostics.php\":{\"d\":1484541921,\"h\":\"6ceb6ae33da985cddde118ebb479b930\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/actions.php\":{\"d\":1484541921,\"h\":\"9532b5800f211aae78bee541338eaabc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/inc.header.php\":{\"d\":1484541921,\"h\":\"883821b5fbfc4203217837a6365bb818\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/views\\/javascript.php\":{\"d\":1484541921,\"h\":\"17c59cb71c3a5ffab6258c51de3136ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/assets\\/js\\/jquery.qtip\\/jquery.qtip.min.js\":{\"d\":1484541921,\"h\":\"bd3a04e1ff2195e9c2d597fd2ed98423\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/assets\\/js\\/jquery.qtip\\/jquery.qtip.min.css\":{\"d\":1484541921,\"h\":\"4d7d40f66aa66a9f8767c9981619bf10\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/assets\\/js\\/parsley-standalone.min.js\":{\"d\":1484541921,\"h\":\"851d74cc118c0bf055e7b75054441392\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/assets\\/js\\/javascript.php\":{\"d\":1484541921,\"h\":\"f4c86f0044ad81691bc30b94a698b146\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/assets\\/fonts\\/fontawesome-webfont.ttf\":{\"d\":1484541921,\"h\":\"1dc35d25e61d819a9c357074014867ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/assets\\/fonts\\/FontAwesome.otf\":{\"d\":1484541921,\"h\":\"5dc41d8fe329a22fa1ee9225571c843e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/assets\\/fonts\\/fontawesome-webfont.woff2\":{\"d\":1484541921,\"h\":\"e6cf7c6ec7c2d6f670ae9d762604cb0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/assets\\/fonts\\/fontawesome-webfont.woff\":{\"d\":1484541921,\"h\":\"c8ddf1e5e5bf3682bc7bebf30f394148\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/assets\\/fonts\\/fontawesome-webfont.eot\":{\"d\":1484541921,\"h\":\"25a32416abee198dd821b0b17a198a8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/assets\\/css\\/style.css\":{\"d\":1484541921,\"h\":\"aefacc1f3a291d2c4f0faba41c118ccf\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/assets\\/css\\/jquery-ui.css\":{\"d\":1484541921,\"h\":\"a4670525d5133a3db3cab91742425d1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/assets\\/css\\/font-awesome.min.css\":{\"d\":1484541921,\"h\":\"4083f5d376eb849a458cc790b53ba080\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/classes\\/class.serializer.php\":{\"d\":1484541921,\"h\":\"8d91abe0d2151f76636a3cc0e1598593\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/classes\\/class.utils.php\":{\"d\":1484541921,\"h\":\"9df4fd13d6120d54bfd40b1a586c464e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/classes\\/class.logging.php\":{\"d\":1484541921,\"h\":\"c14597dc0f7879d60af9411424d4d8f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/classes\\/class.conf.wp.php\":{\"d\":1484541921,\"h\":\"93883cefdbf7e5b8a66bec1851bb2710\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/classes\\/class.conf.srv.php\":{\"d\":1484541921,\"h\":\"0d968d0e773cb2ee552eb0e05f277ecf\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/assets\\/inc.js.php\":{\"d\":1484541921,\"h\":\"564ca367221fed1a8d3bd15ad3434c47\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/assets\\/inc.libs.js.php\":{\"d\":1484541921,\"h\":\"6bfd8ccb5fb49b17006f093f5107c2f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/assets\\/inc.libs.css.php\":{\"d\":1484541921,\"h\":\"e33c5ea041126f1a83315d155e0eb79b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/assets\\/inc.css.php\":{\"d\":1484541921,\"h\":\"c7f0b42796989a753cd46ced55729f48\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/view.step2.php\":{\"d\":1484541921,\"h\":\"0da4edef084bafa6d140af19d8c965a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/view.step1.php\":{\"d\":1484541921,\"h\":\"375afc5e3daf70c304ae7ed3b79f1ac4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/ajax.step1.php\":{\"d\":1484541921,\"h\":\"b9090d3643bd518444b5e6ff1a577240\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/view.help.php\":{\"d\":1484541921,\"h\":\"a7d19a9b980cb4952983ec4310bd7b19\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/main.installer.php\":{\"d\":1484541921,\"h\":\"ec1cd0e3b5f324bec6d494c03be7e3d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/view.step3.php\":{\"d\":1484541921,\"h\":\"b602b4c8ec321552bb2d7395a4dd6511\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/ajax.step2.php\":{\"d\":1484541921,\"h\":\"4e0a51f209bd405231eda1e1e4ccc3ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/installer\\/build\\/view.step0.php\":{\"d\":1484541921,\"h\":\"cf87edb2ca9d342ea503bf64ee1f05ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/installer\\/dtoken.php\":{\"d\":1484544798,\"h\":\"c6ae56de1c7b1269fba8ca589f7e9548\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/lib\\/forceutf8\\/README.md\":{\"d\":1484541921,\"h\":\"a5309327504b18401e092eb50674e974\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/lib\\/forceutf8\\/Encoding.php\":{\"d\":1484541921,\"h\":\"688564fb70ab49fa75e56dc45182de4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/duplicator.php\":{\"d\":1484541921,\"h\":\"d1acf0c9e29bc086b3b65388d0478e55\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/readme.txt\":{\"d\":1484541921,\"h\":\"a0727d7cbdf66a66563b93b66a39e5d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/define.php\":{\"d\":1484541921,\"h\":\"dd557d74f6ec9d83068c78f55897c815\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/duplicator\\/uninstall.php\":{\"d\":1484541921,\"h\":\"5a29519aeec0f165ff2a6e145cd412e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/templates\\/ms-signup-user-form.php\":{\"d\":1480962930,\"h\":\"de6bd03b854f6bd0e6469f7a229eb661\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/templates\\/profile-form.php\":{\"d\":1480962930,\"h\":\"d91cea86c45bc07f44309ec5173eb1cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/templates\\/user-panel.php\":{\"d\":1480962930,\"h\":\"455028caa3ccd64ea5e7d691bff11853\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/templates\\/lostpassword-form.php\":{\"d\":1480962930,\"h\":\"4f8cdfb20824f1b0a43524acb2ecbf3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/templates\\/ms-signup-blog-form.php\":{\"d\":1480962930,\"h\":\"4965a8b89a2ebfacc40ab202c1c0acdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/templates\\/resetpass-form.php\":{\"d\":1480962930,\"h\":\"03aa69cae98b414c75144c3d054535e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/templates\\/register-form.php\":{\"d\":1480962930,\"h\":\"184c74c0eaea7f82058a11b82b835688\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/templates\\/ms-signup-another-blog-form.php\":{\"d\":1480962930,\"h\":\"afc9c836f7f482cc818ff2759b19b78d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/templates\\/login-form.php\":{\"d\":1480962930,\"h\":\"d82de8cdf26af8ae40f2d273ba0b4874\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/user-moderation\\/admin\\/user-moderation-admin.php\":{\"d\":1480962930,\"h\":\"634f7f8f491376e08f2cb1b39e82b263\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/user-moderation\\/user-moderation.php\":{\"d\":1480962930,\"h\":\"f86bc664e5d66d69aa64e2e0639d07f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/themed-profiles\\/admin\\/themed-profiles-admin.php\":{\"d\":1480962930,\"h\":\"6b0ca732532ccd12c1bc78ee12c7aa71\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/themed-profiles\\/themed-profiles.css\":{\"d\":1480962930,\"h\":\"fcc9bc533d60eb82f711d52427c61746\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/themed-profiles\\/themed-profiles.php\":{\"d\":1480962930,\"h\":\"bdb032afd151bfa0c9843779d4a5b8f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/themed-profiles\\/themed-profiles.js\":{\"d\":1480962930,\"h\":\"c2e6c816533ab8b4d5766def331b8c77\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/recaptcha\\/admin\\/recaptcha-admin.php\":{\"d\":1480962930,\"h\":\"26efa357bcb54588e305d02f7557fc99\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/recaptcha\\/recaptcha.php\":{\"d\":1480962930,\"h\":\"32457754ab3b3ca92b42a4831b675a6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/custom-passwords\\/custom-passwords.php\":{\"d\":1480962930,\"h\":\"c31b86b201fc8b532a69b3953773f878\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/security\\/admin\\/js\\/security-admin.js\":{\"d\":1480962930,\"h\":\"9b92a85b1de9ba2f14a58092b073d227\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/security\\/admin\\/security-admin.php\":{\"d\":1480962930,\"h\":\"92cdaaac1629b2c1c51563e5697a35d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/security\\/security.php\":{\"d\":1480962930,\"h\":\"b4f9b005bb97619d9a1b75f47f2adb1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/custom-email\\/admin\\/js\\/custom-email-admin.js\":{\"d\":1480962930,\"h\":\"29a432eaa8b03e75ecbf0fd310dacc42\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/custom-email\\/admin\\/custom-email-admin.php\":{\"d\":1480962930,\"h\":\"5238b06df64d85e06024a9f86ffcb007\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/custom-email\\/custom-email.php\":{\"d\":1480962930,\"h\":\"e45a23d1a696df514ea5345b4e875c08\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/custom-user-links\\/admin\\/js\\/custom-user-links-admin.js\":{\"d\":1480962930,\"h\":\"7ddf57e4c0d45ac96cfa7dfe814a7e6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/custom-user-links\\/admin\\/css\\/custom-user-links-admin.css\":{\"d\":1480962930,\"h\":\"f12a5043e5bf24d3b5ee0f33a92611c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/custom-user-links\\/admin\\/custom-user-links-admin.php\":{\"d\":1480962930,\"h\":\"a435834d2057241c8c64c392c07dff30\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/custom-user-links\\/custom-user-links.php\":{\"d\":1480962930,\"h\":\"a24d8ab5e5ff9934476d1ad459f7f733\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/custom-redirection\\/admin\\/js\\/custom-redirection-admin.js\":{\"d\":1480962930,\"h\":\"29a432eaa8b03e75ecbf0fd310dacc42\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/custom-redirection\\/admin\\/custom-redirection-admin.php\":{\"d\":1480962930,\"h\":\"dbf2468f058dc3caeafb8b3d29664b5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/modules\\/custom-redirection\\/custom-redirection.php\":{\"d\":1480962930,\"h\":\"5233a001b24bb7e1879f68f5fc0e18df\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/class-theme-my-login-abstract.php\":{\"d\":1480962930,\"h\":\"5434de0d9b4ab48ba17a6f61c9957444\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/class-theme-my-login-ms-signup.php\":{\"d\":1480962930,\"h\":\"d195cfc9d6403e4d5fa000ab66398514\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/class-theme-my-login-template.php\":{\"d\":1480962930,\"h\":\"36f86dc5238562f205f79cc920c2ae5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/class-theme-my-login-widget.php\":{\"d\":1480962930,\"h\":\"be7dbf9890e140e814b0fbccb11709ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/class-theme-my-login-common.php\":{\"d\":1480962930,\"h\":\"77c07298f1667baf9d61ac92a810b4f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/class-theme-my-login.php\":{\"d\":1480962930,\"h\":\"70d012c322d2646ab00679c2c68c0df6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/languages\\/theme-my-login.pot\":{\"d\":1480962930,\"h\":\"aa0099755c4275723892775b6c52fd9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/js\\/theme-my-login-admin.js\":{\"d\":1480962930,\"h\":\"94bc46c1576c66e02a99548f7c2966c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/class-theme-my-login-admin.php\":{\"d\":1480962930,\"h\":\"e4c7c586019421e2ef23e0723455894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/theme-my-login.css\":{\"d\":1480962930,\"h\":\"a3334fcfc1d5bf9142aed063b8921b27\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/readme.txt\":{\"d\":1480962930,\"h\":\"bd04c8068a7e0b7ff35f1260ec5a969e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/theme-my-login\\/theme-my-login.php\":{\"d\":1480962930,\"h\":\"9ba2323a236b4b4e0004a73c3a2427aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/storage\\/index.php\":{\"d\":1484532443,\"h\":\"7dc6dad897b701b3d3dc016b6c648dfc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-file.php\":{\"d\":1484532426,\"h\":\"a087345b5ca8b640c2dbb6bbc38f08de\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-box.php\":{\"d\":1484532426,\"h\":\"59c5db0133528bc4feeb5f3dc25427a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-ftp.php\":{\"d\":1484532426,\"h\":\"49d170f7e8e9348bf14f0aabedab9870\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-gdrive.php\":{\"d\":1484532426,\"h\":\"ecd7f6d7e937d774d6c1ec07dd07289a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/index.php\":{\"d\":1484532426,\"h\":\"dc7d42dd02add78803633025cad301b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-s3.php\":{\"d\":1484532426,\"h\":\"cfb15631ce1690ecf4873aacef0f28df\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/import-buttons.php\":{\"d\":1484532426,\"h\":\"5a93d391611a6fe04c4032baa61806fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-onedrive.php\":{\"d\":1484532426,\"h\":\"eca8c462eebb8486fa688fcd4d4c4a2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-dropbox.php\":{\"d\":1484532426,\"h\":\"1c6063c8bf400599223564c22d8dc90f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/import\\/button-url.php\":{\"d\":1484532426,\"h\":\"18c787b7ec26f6bcdb7b22ee8fea3354\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/javascript\\/export.min.js\":{\"d\":1484532426,\"h\":\"ae1921ad373953b543516b408fc3ae01\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/javascript\\/backups.min.js\":{\"d\":1484532426,\"h\":\"fe94afbf96e7b5cabb9cc22db82e2097\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/javascript\\/import.min.js\":{\"d\":1484532426,\"h\":\"a34ee72bab0e50b86393d93ec315bd70\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/javascript\\/updater.min.js\":{\"d\":1484532426,\"h\":\"d4b3e107f37d7ae895c61047d4bd53fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/font\\/servmask.woff\":{\"d\":1484532426,\"h\":\"064c9bf0c0c774faaef85f3790f91f0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/font\\/servmask.eot\":{\"d\":1484532426,\"h\":\"704ab2a526d1b1eb16bc7a9ec4198097\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/font\\/servmask.ttf\":{\"d\":1484532426,\"h\":\"abd8b987e101370b46c9531ba2fcfd54\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/css\\/updater.min.css\":{\"d\":1484532426,\"h\":\"2e698e14a842432c68dbddcb0eb94e07\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/css\\/export.min.css\":{\"d\":1484532426,\"h\":\"0f86452484a2c239c24cfd8b46727f75\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/css\\/import.min.css\":{\"d\":1484532426,\"h\":\"882c95d1c4573a0e67fe586e9b7eb6ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/assets\\/css\\/backups.min.css\":{\"d\":1484532426,\"h\":\"33d2ca14de6919235c5dcde2b3f2a1d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/common\\/share-buttons.php\":{\"d\":1484532426,\"h\":\"442d2d80fb3421735dc404b772819c54\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/common\\/maintenance-mode.php\":{\"d\":1484532426,\"h\":\"44730dd1702075f5ca954571d7516b91\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/common\\/leave-feedback.php\":{\"d\":1484532426,\"h\":\"361677a46dd5b8fb6e06c4bd0230a7e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/common\\/http-authentication.php\":{\"d\":1484532426,\"h\":\"44730dd1702075f5ca954571d7516b91\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/common\\/report-problem.php\":{\"d\":1484532426,\"h\":\"71fe7282c62a3737e6b147cba94c9d4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/backups\\/index.php\":{\"d\":1484532426,\"h\":\"1ea97e4f9d3e96a4343bd4e15a57b099\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-file.php\":{\"d\":1484532426,\"h\":\"07d8bb4146c2306a6dda2da0d1223c45\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/help-section.php\":{\"d\":1484532426,\"h\":\"0f261babf432d92dcad1f1161e56333f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-box.php\":{\"d\":1484532426,\"h\":\"59c5db0133528bc4feeb5f3dc25427a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-ftp.php\":{\"d\":1484532426,\"h\":\"49d170f7e8e9348bf14f0aabedab9870\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-gdrive.php\":{\"d\":1484532426,\"h\":\"ecd7f6d7e937d774d6c1ec07dd07289a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/index.php\":{\"d\":1484532426,\"h\":\"43a47e499629487b047657e25e8d08f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-s3.php\":{\"d\":1484532426,\"h\":\"cfb15631ce1690ecf4873aacef0f28df\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/find-replace.php\":{\"d\":1484532426,\"h\":\"089d151a2ebe6d506cc2f1a8657c2013\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-onedrive.php\":{\"d\":1484532426,\"h\":\"eca8c462eebb8486fa688fcd4d4c4a2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/button-dropbox.php\":{\"d\":1484532426,\"h\":\"1c6063c8bf400599223564c22d8dc90f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/advanced-settings.php\":{\"d\":1484532426,\"h\":\"cb6181082436dc231f765a7e6f501f22\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/export\\/export-buttons.php\":{\"d\":1484532426,\"h\":\"134cb7ff539a9dc7f5949054a4de11ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/main\\/multisite-notice.php\":{\"d\":1484532426,\"h\":\"f768be778f41cc179b96afb5b737bde3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/main\\/admin-head.php\":{\"d\":1484532426,\"h\":\"4ac6c6b3445bac3d7e56ac3f1f78b9b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/main\\/index-notice.php\":{\"d\":1484532426,\"h\":\"0992baa6f6cfe5b9e3894b10c3a520d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/main\\/get-support.php\":{\"d\":1484532426,\"h\":\"34d59445062ea2dee111cd66f4f75e45\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/main\\/storage-notice.php\":{\"d\":1484532426,\"h\":\"93df8d546352eb5daf6cfc8c3c193249\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/main\\/backups-notice.php\":{\"d\":1484532426,\"h\":\"298a4e952efe7e01b061d31a8edf21f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/updater\\/check.php\":{\"d\":1484532426,\"h\":\"edf1d9a51319a9d1a5a702d437c0cbf5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/view\\/updater\\/modal.php\":{\"d\":1484532426,\"h\":\"c97b12fb07570cf98fe1c9753a29b067\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-blogs.php\":{\"d\":1484532426,\"h\":\"7ee1e042ec14380311e95c06d584bfb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-database.php\":{\"d\":1484532426,\"h\":\"4e9290a6e878642aa069e5ae7729fb8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-clean.php\":{\"d\":1484532426,\"h\":\"365f8925ed6128e2271fe9bd1c419123\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-confirm.php\":{\"d\":1484532426,\"h\":\"dac9de2822059a89c0e69defe2e2898d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-enumerate.php\":{\"d\":1484532426,\"h\":\"67e3eaacb7a5b7c24b332cc7313139c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-validate.php\":{\"d\":1484532426,\"h\":\"3b6733114e2ca0b93a119ff757ec4ad4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-resolve.php\":{\"d\":1484532426,\"h\":\"aa5c252898ee34d9fbb408a4add77fd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-compatibility.php\":{\"d\":1484532426,\"h\":\"bb08b42ad9c3c6da4543fe8ce07eb70d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-plugins.php\":{\"d\":1484532426,\"h\":\"41ebf731888fc316a1f644ae27bb6c67\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-done.php\":{\"d\":1484532426,\"h\":\"2d5a3aa1820267c3eaddf50eaa6b5059\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-upload.php\":{\"d\":1484532426,\"h\":\"0717d7749330f037676531793d3e60f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/import\\/class-ai1wm-import-content.php\":{\"d\":1484532426,\"h\":\"c56a3acd643a0c43398bff67246b5cef\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/http\\/class-ai1wm-http-curl.php\":{\"d\":1484532426,\"h\":\"91acb6238bb6892f8a33144492860874\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/http\\/class-ai1wm-http-factory.php\":{\"d\":1484532426,\"h\":\"a06ba25f18732297cab3f8142ded0ae0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/http\\/class-ai1wm-http-stream.php\":{\"d\":1484532426,\"h\":\"e83b8395a48e1175b46b4e94873a6dd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/http\\/class-ai1wm-http-abstract.php\":{\"d\":1484532426,\"h\":\"9a231c3e828022eb00313b288d1ddd65\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-config.php\":{\"d\":1484532426,\"h\":\"d755cab08de1b5a9627d4cdebf9d7ae9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-clean.php\":{\"d\":1484532426,\"h\":\"ea7b463a891c17fa3a1dd058341fa7e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-resolve.php\":{\"d\":1484532426,\"h\":\"daef217e9f3338cdc408e353afbda3d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-database.php\":{\"d\":1484532426,\"h\":\"109f41c69a3868a7445e00261f9412e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-archive.php\":{\"d\":1484532426,\"h\":\"b119a47a1247f27525685c7f093c3955\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-content.php\":{\"d\":1484532426,\"h\":\"d105b6e49a9e6362a65cbb15cc38378a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-compatibility.php\":{\"d\":1484532426,\"h\":\"3888809418ee27afa845292c36591db0\"}}','2019-09-19 08:59:24');
INSERT INTO `lwz_itsec_distributed_storage` VALUES (1714,'file-list','files',4,'{\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-init.php\":{\"d\":1484532426,\"h\":\"2d43354e358b45bd521f8c2a0882d300\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-enumerate.php\":{\"d\":1484532426,\"h\":\"3ef1366ddc5c3c5516dbc696ec7c3891\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/export\\/class-ai1wm-export-download.php\":{\"d\":1484532426,\"h\":\"61b7e8349533e15c0bd4f5f154fa6882\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-compatibility.php\":{\"d\":1484532426,\"h\":\"8575254acd83bb11b7bc588a402b0dc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-http.php\":{\"d\":1484532426,\"h\":\"ae852fcfa9b661578db632b6434ffbed\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-updater.php\":{\"d\":1484532426,\"h\":\"a2646d08597430c84dea1a698c7b1e93\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-template.php\":{\"d\":1484532426,\"h\":\"0891ed89a9bf5f0b237a70722fc4eb73\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-extensions.php\":{\"d\":1484532426,\"h\":\"87cce95082e7571d67f0edf24cafea15\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-deprecated.php\":{\"d\":1484532426,\"h\":\"6bbed0627f80593407e8fcccaf251b85\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-status.php\":{\"d\":1484532426,\"h\":\"a0c24828dc934bfe40c21a3988dd34c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-report.php\":{\"d\":1484532426,\"h\":\"b651b584af93a8c365e45b58a75cc6b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-feedback.php\":{\"d\":1484532426,\"h\":\"06cbfb8450fc79022118b8f918fa0363\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-handler.php\":{\"d\":1484532426,\"h\":\"07c4a51f29d01b3dc181d61a1edb56fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-log.php\":{\"d\":1484532426,\"h\":\"5068bfe38a9fd84138705d33cbd6f691\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/model\\/class-ai1wm-backups.php\":{\"d\":1484532426,\"h\":\"b7f21bba6fb596224625a05c6e42cfad\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/controller\\/class-ai1wm-feedback-controller.php\":{\"d\":1484532426,\"h\":\"16a018a81fdd762ccac9754f6af8c71b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/controller\\/class-ai1wm-main-controller.php\":{\"d\":1484532426,\"h\":\"00a667ae3b219d67028bfe74aca9c8f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/controller\\/class-ai1wm-resolve-controller.php\":{\"d\":1484532426,\"h\":\"82d558f4d882de0955ea2e7e5c8109bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/controller\\/class-ai1wm-backups-controller.php\":{\"d\":1484532426,\"h\":\"46f70223820e66f68f7862f18516a606\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/controller\\/class-ai1wm-updater-controller.php\":{\"d\":1484532426,\"h\":\"cfe0e2f8288008bdd9703ed473c1b8df\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/controller\\/class-ai1wm-export-controller.php\":{\"d\":1484532426,\"h\":\"4931394f29310dfeebdbf29622c5a335\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/controller\\/class-ai1wm-import-controller.php\":{\"d\":1484532426,\"h\":\"acb1c0b05c48f15d8402b704ae6d6f46\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/controller\\/class-ai1wm-status-controller.php\":{\"d\":1484532426,\"h\":\"11e35d4bd51b7abe034ed59272543b6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/controller\\/class-ai1wm-report-controller.php\":{\"d\":1484532426,\"h\":\"73826883b5bc9b81c348fcf6d7b5190a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/bandar\\/bandar\\/lib\\/Exceptions\\/TemplateDoesNotExistException.php\":{\"d\":1484532426,\"h\":\"1074ca2120e61a179b98588ec01edc2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/bandar\\/bandar\\/lib\\/Bandar.php\":{\"d\":1484532426,\"h\":\"76444c613bae48e354cb5ec2e1abe576\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/bandar\\/bandar\\/LICENSE\":{\"d\":1484532426,\"h\":\"0ac1546255c53bfd21c1e13e7d8ebfc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/cron\\/class-ai1wm-cron.php\":{\"d\":1484532426,\"h\":\"95977e82bf6d46ddf464ffb2d0336401\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/database\\/class-ai1wm-database-mysqli.php\":{\"d\":1484532426,\"h\":\"4f0f929cf034f65c38b0b592d6e12671\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/database\\/class-ai1wm-database.php\":{\"d\":1484532426,\"h\":\"430c16273f1df364df62aa5627f821ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/database\\/class-ai1wm-database-mysql.php\":{\"d\":1484532426,\"h\":\"128544d6f14f0e8a41ca5872001324fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/database\\/class-ai1wm-database-utility.php\":{\"d\":1484532426,\"h\":\"9c5da4bfc0be733a7e5b5608e2a08e26\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/archiver\\/class-ai1wm-archiver.php\":{\"d\":1484532426,\"h\":\"e7f602d01cc38349529db69708d70818\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/archiver\\/class-ai1wm-extractor.php\":{\"d\":1484532426,\"h\":\"1b31d05ea561f6a5ac599f66f60a441f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/archiver\\/class-ai1wm-compressor.php\":{\"d\":1484532426,\"h\":\"3937729d0d3e5780d54df29ae977bae6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/filter\\/class-ai1wm-recursive-exclude-filter.php\":{\"d\":1484532426,\"h\":\"4630f81bc5164baa0736fd0cd8187447\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/filter\\/class-ai1wm-extension-filter.php\":{\"d\":1484532426,\"h\":\"acb64146099a3885bea8033d7bdeb662\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/filesystem\\/class-ai1wm-file-index.php\":{\"d\":1484532426,\"h\":\"b6e6dbd069ccddd318738a450f36b789\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/filesystem\\/class-ai1wm-file.php\":{\"d\":1484532426,\"h\":\"952e8f6b31fbdcedb728b2b369bce2a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/filesystem\\/class-ai1wm-file-webconfig.php\":{\"d\":1484532426,\"h\":\"23d37edd7d8f74317397391f3f44724f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/filesystem\\/class-ai1wm-file-htaccess.php\":{\"d\":1484532426,\"h\":\"513db3edeb331819499591c077af38bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/lib\\/vendor\\/servmask\\/iterator\\/class-ai1wm-recursive-directory-iterator.php\":{\"d\":1484532426,\"h\":\"e56b4b0c6a208b82e1cf448c7cf9afad\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/loader.php\":{\"d\":1484532426,\"h\":\"b24a3d4e6de5b4fe5437b215923f6091\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/constants.php\":{\"d\":1484532426,\"h\":\"06ef816da1fae8db10f279ed24bec91e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/exceptions.php\":{\"d\":1484532426,\"h\":\"f2dd54e9ab5991e639ebdc288e4e1f96\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/readme.txt\":{\"d\":1484532426,\"h\":\"06ef37a225ee17eb01c31833acd3d046\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/all-in-one-wp-migration.php\":{\"d\":1484532426,\"h\":\"997d1cb32447bdc0aae4f2f169191c76\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/functions.php\":{\"d\":1484532426,\"h\":\"418ec1b41910b24d8c3aa138d0b8659b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/uninstall.php\":{\"d\":1484532426,\"h\":\"4e66efe25c52f70d7aa21a26eefeb676\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/deprecated.php\":{\"d\":1484532426,\"h\":\"235476bd132aca892d48d13087fc7480\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/all-in-one-wp-migration\\/LICENSE\":{\"d\":1484532426,\"h\":\"ed35246d9c78e0ad6c9bfdcc5094e425\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/js\\/ap-tabs.js\":{\"d\":1483078763,\"h\":\"8f755b58efa613e48edf00620fe82352\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/js\\/jquery.cookie.js\":{\"d\":1483078763,\"h\":\"185607df1287788a379739a0fbf95fae\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/fonts\\/AntykwaBold.ttf\":{\"d\":1483078763,\"h\":\"b9106ffe9631b4ab2e28f3d7accc48a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/fonts\\/StayPuft.ttf\":{\"d\":1483078763,\"h\":\"59299d5b871590f70b455395c244e8d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/fonts\\/Duality.ttf\":{\"d\":1483078763,\"h\":\"0a28056baf1a5d86a8b822236462b7cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/fonts\\/TimesNewRomanBold.ttf\":{\"d\":1483078763,\"h\":\"ed6e29caf3843142d739232aa8642158\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/fonts\\/Candice.ttf\":{\"d\":1483078763,\"h\":\"9c7bc61ece0a61a85b6e8a59bebef3d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/fonts\\/Heineken.ttf\":{\"d\":1483078763,\"h\":\"fbe82ed64fbbd2fef712ad10fc2be7cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/fonts\\/VeraSansBold.ttf\":{\"d\":1483078763,\"h\":\"4ebf664c986099acf6d151c62bdb24eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/fonts\\/Ding-DongDaddyO.ttf\":{\"d\":1483078763,\"h\":\"7bc55743d12c71e4594f4b6b918f8917\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/fonts\\/Jura.ttf\":{\"d\":1483078763,\"h\":\"33a1ce8894390c3ccf3ad9d0971ccfff\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/captcha\\/captcha.php\":{\"d\":1483078763,\"h\":\"bdedc523e544616b98ecab57c4a4a36a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/message_class.php\":{\"d\":1483078763,\"h\":\"347fbd4b81c1c82bdf431b58f0b68b78\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/login_afo_widget_shortcode.php\":{\"d\":1483078763,\"h\":\"9c681dbc4e9a008752880a3796238bd4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/forgot_pass_class.php\":{\"d\":1483078763,\"h\":\"edb28556888dde22333ee117505302ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/readme.txt\":{\"d\":1483078763,\"h\":\"74b79eb0ee36ac897006993abfe92d9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/settings.php\":{\"d\":1483078763,\"h\":\"e34d950b3114f74a369412cf2f990c9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/login.php\":{\"d\":1483078763,\"h\":\"8cc3c53b4eaeb69c665bd4a864c8e671\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/login_afo_widget.php\":{\"d\":1483078763,\"h\":\"8d2fcaeebbb5bb9277b281edc25fdd84\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/form_class.php\":{\"d\":1483078763,\"h\":\"2559637d3204adebfbf2daa9e09bad58\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/style_login_admin.css\":{\"d\":1483078763,\"h\":\"87189e48726547fe9e2b0d6fcda7d471\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/security.php\":{\"d\":1483078763,\"h\":\"9f8567905f40005db289cafb2319d323\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/paginate_class.php\":{\"d\":1483078763,\"h\":\"fba7f2a2800565d5f818407adf7d265e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/style_login_widget.css\":{\"d\":1483078763,\"h\":\"2c6016a12fbd528ee4604842da6d368d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/login-sidebar-widget\\/login_log.php\":{\"d\":1483078763,\"h\":\"e18dcb8686d58cbcb8602d2b0962982a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/powr-paypal-button\\/powr-paypal-button.php\":{\"d\":1484117787,\"h\":\"9a66a6aac5ca03ac0461007a63785f60\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/powr-paypal-button\\/readme.txt\":{\"d\":1484117787,\"h\":\"05fd36cf1d9b49719363a2247b849d7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/powr-paypal-button\\/powr_tinymce.css\":{\"d\":1484117787,\"h\":\"afa7304523dcd4184316fbe9985abaa7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/powr-paypal-button\\/powr_tinymce.js\":{\"d\":1484117787,\"h\":\"b89075fe2f0a2aafe39599e6497359f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/plugins\\/index.php\":{\"d\":1473863582,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/mu-plugins\\/endurance-browser-cache.php\":{\"d\":1548432476,\"h\":\"c661c008ba6d7626e7323a5617d194ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/mu-plugins\\/endurance-page-cache.php\":{\"d\":1557860394,\"h\":\"252fd779f6de5815087d8f33f44233d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/ai1wm-backups\\/development.zphiblgz.org-20170116-053502-923.wpress\":{\"d\":1484544911,\"h\":\"fc73146afbcc1beb2a1f4111ec885c57\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/ai1wm-backups\\/web.config\":{\"d\":1484532443,\"h\":\"db5b1a25ad0038f2ccbf2afcd09dbc12\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/ai1wm-backups\\/index.php\":{\"d\":1484532443,\"h\":\"7dc6dad897b701b3d3dc016b6c648dfc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/ai1wm-backups\\/.htaccess\":{\"d\":1568299062,\"h\":\"86d724037b08b6d0027e04207f4ab5db\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/index.php\":{\"d\":1473863582,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-content\\/install.php\":{\"d\":1473863615,\"h\":\"f22dbb13109ed0e2f7120a474fe4f0b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/svg-painter.js\":{\"d\":1473863579,\"h\":\"87dcfbe97f902fa77cc4a9889c827afc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/press-this.js\":{\"d\":1473863579,\"h\":\"f248f30a8a7d782d4e38962c8f0e6329\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/tags-box.js\":{\"d\":1473863579,\"h\":\"98130de261db524ce177b6de91aca164\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/language-chooser.js\":{\"d\":1473863579,\"h\":\"09e20150c7561d0330d7158f744abb4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/color-picker.js\":{\"d\":1473863579,\"h\":\"8581b5c29da7d13a5f572d065a4ed66a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/tags-box.min.js\":{\"d\":1473863579,\"h\":\"1c02ad1f8935c4d4dce96815368a92e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/set-post-thumbnail.js\":{\"d\":1473863579,\"h\":\"2b5153576d1eee4002fb7ed9e5831251\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/updates.js\":{\"d\":1494983698,\"h\":\"dc2f9ffa2e47f163b61f994d26b607dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/image-edit.min.js\":{\"d\":1473863579,\"h\":\"53286d003e3e19eacc26926f76c0d7df\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/color-picker.min.js\":{\"d\":1473863579,\"h\":\"e6aa90b2182ca576285b067a632ab0c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/widgets.min.js\":{\"d\":1473863579,\"h\":\"49e447a9a0db3e5863d67226c76d8168\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/bookmarklet.js\":{\"d\":1473863579,\"h\":\"95c9ef35b76af2aceaf9d6c5958e8d43\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/tags.js\":{\"d\":1473863579,\"h\":\"4cc64266f1b35a86c63cc1b2c42f7306\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/plugin-install.min.js\":{\"d\":1473863579,\"h\":\"46ac03875245e24a0d1be489b6cb4c2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/theme.min.js\":{\"d\":1473863579,\"h\":\"10b6fef22a3928c4b9354e7b8c38153d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/postbox.min.js\":{\"d\":1473863579,\"h\":\"ddfe27f4efae737b800bad96ed8a0969\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/bookmarklet.min.js\":{\"d\":1473863579,\"h\":\"b220cfa4b7eddb2b7340bf022cd4b41c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/password-strength-meter.min.js\":{\"d\":1473863579,\"h\":\"1aaa74a24aef982b82498717c1d1e6d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/accordion.js\":{\"d\":1473863579,\"h\":\"ef3fe33d4ce12fe5254e5af1025ce70a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/custom-header.js\":{\"d\":1473863579,\"h\":\"32b3005887a4cb606fecc09c756605bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/customize-controls.min.js\":{\"d\":1494983698,\"h\":\"949fc12a5224b4472f9db582f20f1a77\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/customize-widgets.js\":{\"d\":1473863579,\"h\":\"0aeb0d45bad4619ea1eaa727f841a356\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/customize-widgets.min.js\":{\"d\":1473863579,\"h\":\"76e8fb3ef4bfc708d61dc8d384d15741\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/editor.js\":{\"d\":1473863579,\"h\":\"ba5d55100eab7af70a53164d5f2653b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/edit-comments.min.js\":{\"d\":1473863579,\"h\":\"a219a0b276225bb3bacac8c2cb3776b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/edit-comments.js\":{\"d\":1473863579,\"h\":\"eabcc0c5e7d7a437b614fab4089a6810\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/editor-expand.min.js\":{\"d\":1473863579,\"h\":\"4500034a26d73b737f761adcc7ef5c79\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/custom-background.js\":{\"d\":1473863579,\"h\":\"f26af7294ee07fb9a0cb88c2a8697623\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/xfn.js\":{\"d\":1473863579,\"h\":\"e2d6eecbd774af1e2bb1a16ec117286b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/nav-menu.min.js\":{\"d\":1473863579,\"h\":\"a80e641bb281235d159937ecd5b8393f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/widgets.js\":{\"d\":1473863579,\"h\":\"aeab7c0cb90d81f8dde42cf7c0643977\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/press-this.min.js\":{\"d\":1473863579,\"h\":\"ceec025d4710581c8a0986860c8dfac9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/post.js\":{\"d\":1473863579,\"h\":\"f973910442293f747aedd8df81542222\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/postbox.js\":{\"d\":1473863579,\"h\":\"b695c5dad26818aecad696768ad1bd75\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/user-suggest.js\":{\"d\":1473863579,\"h\":\"1e33290807fa8b2829ddb0347d0a9305\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/set-post-thumbnail.min.js\":{\"d\":1473863579,\"h\":\"8bc5ca12fa38a607d5af2181311b7a5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/tags.min.js\":{\"d\":1473863579,\"h\":\"4ec2ae66360aa0edc72274ea7188309a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/gallery.js\":{\"d\":1473863579,\"h\":\"78cfa96506bf3965c18afa6de5b5abb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/media-upload.min.js\":{\"d\":1473863579,\"h\":\"f320174ed63de275264dcf5430c309dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/word-count.min.js\":{\"d\":1473863579,\"h\":\"997f505fc9d24a27e4939641450e96a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/accordion.min.js\":{\"d\":1473863579,\"h\":\"226bc149fc7a1d2d56e4530d3b685e58\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/customize-nav-menus.min.js\":{\"d\":1473863579,\"h\":\"db180e593c9cf471de955acaeeeab54a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/gallery.min.js\":{\"d\":1473863579,\"h\":\"4e7b25e9bc3374cf391d5a652651a277\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/link.min.js\":{\"d\":1473863579,\"h\":\"f9ff4694933001933bdec2c133b2252d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/inline-edit-tax.js\":{\"d\":1473863579,\"h\":\"0a60b48d0a2580ae43f1ed934f25e51a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/post.min.js\":{\"d\":1473863579,\"h\":\"2be11faf4eac3102801d149351155634\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/inline-edit-post.min.js\":{\"d\":1473863579,\"h\":\"22853923e49914e8cdf4dbdd4061bd8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/plugin-install.js\":{\"d\":1473863579,\"h\":\"b606cf2ba06353b0e383e36b4bd19a30\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/customize-nav-menus.js\":{\"d\":1473863579,\"h\":\"8984e47a6836e5b0fdb5e89049bb8084\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/custom-background.min.js\":{\"d\":1473863579,\"h\":\"82d07f23593e578820b19fc9faad65a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/theme.js\":{\"d\":1473863579,\"h\":\"12c4f466f2fac457f7bb4ddb5eba3be9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/wp-fullscreen-stub.js\":{\"d\":1473863579,\"h\":\"968528cb325471eb001fd8578a8625e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/common.js\":{\"d\":1473863579,\"h\":\"dbd27f153db56b47b84856cb1e41d7bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/user-suggest.min.js\":{\"d\":1473863579,\"h\":\"e089545cd7fcde5c7cd70de3a70139e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/password-strength-meter.js\":{\"d\":1473863579,\"h\":\"2847576ec45293ab96dc0030974e2629\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/svg-painter.min.js\":{\"d\":1473863579,\"h\":\"a79aca561a5b87b62a710b0526a8e4bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/wp-fullscreen-stub.min.js\":{\"d\":1473863579,\"h\":\"700a94e9934c7b419dfa6790b1dc4a35\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/farbtastic.js\":{\"d\":1473863579,\"h\":\"a73af354a03241715d8698feea340b92\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/inline-edit-tax.min.js\":{\"d\":1473863579,\"h\":\"dde9127de4c2995fc434b200f0dd615b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/media.min.js\":{\"d\":1473863579,\"h\":\"9be63adbaf5a5acfdbfdd555dc19777d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/dashboard.min.js\":{\"d\":1473863579,\"h\":\"0dc133e28d19ed6ae18702a58a335180\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/editor-expand.js\":{\"d\":1473863579,\"h\":\"e7b93fd7ead47026c1becc24527031cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/comment.min.js\":{\"d\":1473863579,\"h\":\"8f3603ed0d77c4a1ae8f82dbd3159ed9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/nav-menu.js\":{\"d\":1473863579,\"h\":\"2018071a5a024a8a8c56f793c415e4c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/media-upload.js\":{\"d\":1473863579,\"h\":\"94b464e9b4ec6b545486af795f24016d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/media.js\":{\"d\":1473863579,\"h\":\"9ddd4d762d805b2c5ea458515cc5e217\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/media-gallery.min.js\":{\"d\":1473863579,\"h\":\"3296d1fa20d292b002bba10490f1ba6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/language-chooser.min.js\":{\"d\":1473863579,\"h\":\"1d6822384a71090c74add106e4468581\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/customize-controls.js\":{\"d\":1494983698,\"h\":\"dcc637122733f05128df061051a6ab93\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/user-profile.js\":{\"d\":1473863579,\"h\":\"258b8ad98219b15241bf340eb0f2dbce\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/media-gallery.js\":{\"d\":1473863579,\"h\":\"7cf21db8661f9201a784f638f77d2b26\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/comment.js\":{\"d\":1473863579,\"h\":\"d9e3db00dcc6ef4d4c03ff455dcb9c55\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/updates.min.js\":{\"d\":1494983698,\"h\":\"cdd533d7f74e3776eed9975f9150d7ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/revisions.js\":{\"d\":1473863579,\"h\":\"4eb824b75d3e4d62bdc80a6d2a79a377\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/link.js\":{\"d\":1473863579,\"h\":\"1c8675dcd035cfb374f67bfcbf117a8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/common.min.js\":{\"d\":1473863579,\"h\":\"f963adf2a7fb1a7c1c4199e204fc0d20\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/word-count.js\":{\"d\":1473863579,\"h\":\"40855d5cebe963ddaa0f92f1f5aeebb9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/image-edit.js\":{\"d\":1473863579,\"h\":\"16a3cb26cb0814a231d58b38c97df814\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/inline-edit-post.js\":{\"d\":1473863579,\"h\":\"e3751de1470210ce39ef99ef70f598e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/editor.min.js\":{\"d\":1473863579,\"h\":\"5a0be8ac9af0e5b7b226614028b43e98\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/revisions.min.js\":{\"d\":1473863579,\"h\":\"189a4d84349fe1f4dfa0ec48c82efb04\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/xfn.min.js\":{\"d\":1473863579,\"h\":\"66b227ca28f41f2e0615b04a390d5e04\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/user-profile.min.js\":{\"d\":1473863579,\"h\":\"17c1c548cb9f35ba6c1eaa48ee95ccb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/iris.min.js\":{\"d\":1473863579,\"h\":\"75c63560c640c4a6c31f5565dfb0e8a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/js\\/dashboard.js\":{\"d\":1473863579,\"h\":\"e6aee15ae7cbc39c41e0caa2e93ef635\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/maint\\/repair.php\":{\"d\":1473863580,\"h\":\"e180a3bb17b896e1cdccf337995bfe2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/user\\/admin.php\":{\"d\":1473863580,\"h\":\"702d5220c70456456fe9fc8cc08cc524\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/user\\/freedoms.php\":{\"d\":1473863580,\"h\":\"1ba6cbb9e2a9d3deb348997492ed692e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/user\\/menu.php\":{\"d\":1473863580,\"h\":\"a529e3d3c2bb86671fb9cc1145cf70ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/user\\/index.php\":{\"d\":1473863580,\"h\":\"c8fd98f7fdd52d78bdadf74e620789fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/user\\/user-edit.php\":{\"d\":1473863580,\"h\":\"2a7a75a363b0f88f0b6d094a91ef65ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/user\\/about.php\":{\"d\":1473863580,\"h\":\"99ec00da8d914b4efd2098a3e44ebe2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/user\\/profile.php\":{\"d\":1473863580,\"h\":\"b9fa17a9811195800079dda4b1262d03\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/user\\/credits.php\":{\"d\":1473863580,\"h\":\"d920b4fb1be2c2c780081d5b4b7de55a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-filesystem-direct.php\":{\"d\":1473863580,\"h\":\"547828f43eeae0068c00dbffe98c03fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/nav-menu.php\":{\"d\":1473863580,\"h\":\"6907ff2b86e54184117e29cffd7b2302\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-site-icon.php\":{\"d\":1473863580,\"h\":\"281a22edfe3bedbae174ba309a1df98c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/plugin-install.php\":{\"d\":1473863580,\"h\":\"6e7c0de6bbcae2e41c4d95dffad9db90\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/template.php\":{\"d\":1473863580,\"h\":\"028dfe968391374676eabe77dcbe8ffa\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/admin.php\":{\"d\":1473863580,\"h\":\"01845662ca0b5a5e25899635969ede85\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/dashboard.php\":{\"d\":1473863580,\"h\":\"f6b279f83b475fd372c80b2a140d180c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-media-list-table.php\":{\"d\":1473863580,\"h\":\"89d22e28399c1e2e775fed639169f5a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/misc.php\":{\"d\":1473863580,\"h\":\"156e12ca28af2b6c9ede72c771f23b6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-importer.php\":{\"d\":1473863580,\"h\":\"de5ede29a5ea1bf13da2bdf2cf41f440\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-terms-list-table.php\":{\"d\":1473863580,\"h\":\"12722501c48b3f3be503a022fefddc32\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-file-upload-upgrader.php\":{\"d\":1473863580,\"h\":\"8f161cd539b60efd6c87dc716a7c77d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/noop.php\":{\"d\":1473863580,\"h\":\"d54bd098e964f2d4b0ada68bc12fb4ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/bookmark.php\":{\"d\":1473863580,\"h\":\"125e5914dd11e40dc55c2e1dcee8eff7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-plugin-installer-skin.php\":{\"d\":1473863580,\"h\":\"3f98fd4f755575465c665bfe75135311\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-users-list-table.php\":{\"d\":1473863580,\"h\":\"1cf9f2f36955bd58186230878d89ebff\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/widgets.php\":{\"d\":1473863580,\"h\":\"5449dc2d316f7470693e3cf50a936924\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-ajax-upgrader-skin.php\":{\"d\":1473863580,\"h\":\"a945f43277e7e50758d17a819a9e9dd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-filesystem-base.php\":{\"d\":1473863580,\"h\":\"31a9030a07853f40e96d873dddd401c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/edit-tag-messages.php\":{\"d\":1473863580,\"h\":\"ed872aae05bc79fde6c864edadf77c81\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-screen.php\":{\"d\":1484166266,\"h\":\"69af18306232fe4f032490d13f0bdaf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/plugin.php\":{\"d\":1473863580,\"h\":\"a446d1d202dbcb1a570c5e7a79f2c454\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-ftp-pure.php\":{\"d\":1473863580,\"h\":\"b0e436e9138d2d4b77887970562dd2a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-upgrader.php\":{\"d\":1473863580,\"h\":\"b0e36f1d602843423666a143967e4a0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/user.php\":{\"d\":1473863580,\"h\":\"d1b7b52a0dac7931b1cd6f148ef5acfb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/meta-boxes.php\":{\"d\":1473863580,\"h\":\"08b268b25ed112c7373a382767fb6067\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-plugin-install-list-table.php\":{\"d\":1473863580,\"h\":\"f5dd8caad7472d75a061430a6fdf4e37\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-theme-install-list-table.php\":{\"d\":1473863580,\"h\":\"bc782b506455cdf375bd405502816815\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/update.php\":{\"d\":1473863580,\"h\":\"a55f47f3e0365ae70f728c68dd71de8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/image.php\":{\"d\":1473863580,\"h\":\"9e61833d5f866891a4b32fb00c8da2f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-themes-list-table.php\":{\"d\":1473863580,\"h\":\"026df2770de712e7e5f4a5c48d756569\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/theme.php\":{\"d\":1473863580,\"h\":\"c46582bcb3e3e693737bce164adc94ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/continents-cities.php\":{\"d\":1473863580,\"h\":\"448b712e4f42beb00c3612990aa76686\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-ms-themes-list-table.php\":{\"d\":1473863580,\"h\":\"96a3aa12c31bad5d3cd3f8514b36da91\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-upgrader-skin.php\":{\"d\":1473863580,\"h\":\"2787360d4f8c565e9390ce1857f401a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-list-table.php\":{\"d\":1473863580,\"h\":\"c8859ac682af8d9a8075f42b80ddb044\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-language-pack-upgrader-skin.php\":{\"d\":1473863580,\"h\":\"e3e92f246fab0106917406a8b1b73395\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-filesystem-ftpsockets.php\":{\"d\":1473863580,\"h\":\"950b2f460e8702c2c048ee8c00218f6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/menu.php\":{\"d\":1473863580,\"h\":\"a16c328791716cce6d032b933f4c9376\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\":{\"d\":1473863580,\"h\":\"655e54021851c1ca2eb21b0d9c9185c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-ms-users-list-table.php\":{\"d\":1473863580,\"h\":\"17fc32b4140ce7d2149ca289202983e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/ms-deprecated.php\":{\"d\":1473863580,\"h\":\"ba200286cd6f6d89df9a6fc2b5ab824d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/options.php\":{\"d\":1473863580,\"h\":\"4e0b31153baf0ce43a5de42a5ad9e060\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/screen.php\":{\"d\":1473863580,\"h\":\"8e197a008123886c7f810f3b8021fa0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/deprecated.php\":{\"d\":1473863580,\"h\":\"d5db1d301b72e63e55227df914cc1c58\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-bulk-theme-upgrader-skin.php\":{\"d\":1473863580,\"h\":\"1eb1414c632e0bbbb647ba40a46dc11a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/taxonomy.php\":{\"d\":1473863580,\"h\":\"362f31b73f462cedc8aaff1fd730db5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/media.php\":{\"d\":1492861027,\"h\":\"c7699919ebe4897a50ea862cbaa887fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-walker-category-checklist.php\":{\"d\":1473863580,\"h\":\"c54a5ffa9365b471f384a85f350f1f1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/update-core.php\":{\"d\":1494983697,\"h\":\"7b358a4cb371be13b67b800168e19abe\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-language-pack-upgrader.php\":{\"d\":1473863580,\"h\":\"28ff8ddb3c48d106c7bc05ca5ebc8be5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/comment.php\":{\"d\":1473863580,\"h\":\"d097ee8cf112a84ffa3e9995a3f90d58\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-pclzip.php\":{\"d\":1473863580,\"h\":\"59c701d09896cf859689dcf457597084\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-links-list-table.php\":{\"d\":1473863580,\"h\":\"72ce0e5a855a4910af4c1f92cf3acdc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/ms-admin-filters.php\":{\"d\":1473863580,\"h\":\"513716c01839cd14e187066c3b191f80\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/admin-filters.php\":{\"d\":1473863580,\"h\":\"bfe9bb0d8d6d7cb717cf3e7b829fa572\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/network.php\":{\"d\":1473863580,\"h\":\"d549ad6dce8b4ca750dcaa9c0b955b6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/export.php\":{\"d\":1473863580,\"h\":\"eb6f66884064470477e5f3350f304c53\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/file.php\":{\"d\":1494983698,\"h\":\"bb616108aef8250226f4a234a985d9df\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-bulk-upgrader-skin.php\":{\"d\":1473863579,\"h\":\"2a6f637c880abc3db8b33f57bf5d5947\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-ftp-sockets.php\":{\"d\":1473863580,\"h\":\"1fca2073ccd2f5cc9abaa53bae792a18\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-walker-nav-menu-checklist.php\":{\"d\":1473863580,\"h\":\"bc18ab19d5f50e93b47ff0cb0ec46ebf\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-filesystem-ftpext.php\":{\"d\":1473863580,\"h\":\"bfb31034e27e41277316dcdb2edadfa7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/ms.php\":{\"d\":1473863580,\"h\":\"f0b28b11ee044b6ce65195f04fd6d1b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-automatic-upgrader-skin.php\":{\"d\":1473863580,\"h\":\"f3d19ee4c85726b0f24cdd1f36c414f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/list-table.php\":{\"d\":1473863580,\"h\":\"61482226a7320817e16f3802e72d9dba\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-ftp.php\":{\"d\":1473863580,\"h\":\"1d21a99c7cb4152ae0faa895c202a564\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/ajax-actions.php\":{\"d\":1473863580,\"h\":\"15119a3aaa07d9cdca18ca263b9e1522\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-bulk-plugin-upgrader-skin.php\":{\"d\":1473863580,\"h\":\"a3de5fc971707b8d955b57241e263651\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/revision.php\":{\"d\":1473863580,\"h\":\"a037f7eff784466c419e9a6fd01ef9a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/theme-install.php\":{\"d\":1473863580,\"h\":\"866d07ca1243f7aa13cf736c0067f0e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/upgrade.php\":{\"d\":1473863580,\"h\":\"3444364a32624f3d247a16095736e34b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-plugins-list-table.php\":{\"d\":1473863580,\"h\":\"f49f1fb6d629fe372a504f8a1203ca97\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-core-upgrader.php\":{\"d\":1473863580,\"h\":\"32238f9b19232bfb4bb4bbd9f854da9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/translation-install.php\":{\"d\":1473863580,\"h\":\"46b666519aab09b88c76167e030cf86f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/credits.php\":{\"d\":1473863580,\"h\":\"a2225f834de8d06a5d51fecb24c1066f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-plugin-upgrader-skin.php\":{\"d\":1473863580,\"h\":\"5df98f9427e3c54dd8650bd22751e51e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-plugin-upgrader.php\":{\"d\":1473863580,\"h\":\"37324405bbe37d6b50c3541b3843731d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-upgrader-skins.php\":{\"d\":1473863580,\"h\":\"b913ec371307a0d01734ca334c23e228\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-press-this.php\":{\"d\":1488950423,\"h\":\"18ee9ac77aa4b0eb5269c5e0e0e0cef4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/import.php\":{\"d\":1473863580,\"h\":\"b0e1cdf75daf28efa05b4afdc1faa271\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-theme-upgrader.php\":{\"d\":1473863580,\"h\":\"b4ebdded23dfbc2d030ecdf02611fae7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-post-comments-list-table.php\":{\"d\":1473863580,\"h\":\"5c34f85a05eee305eac2654e5d25e544\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/image-edit.php\":{\"d\":1473863580,\"h\":\"90a17100da436b688f9b3476106df86a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-internal-pointers.php\":{\"d\":1473863579,\"h\":\"e3be49879e4e749823539e234113d6ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-comments-list-table.php\":{\"d\":1473863580,\"h\":\"415f6ad531bf2ec72e757bfd5917a55e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-walker-nav-menu-edit.php\":{\"d\":1473863580,\"h\":\"5e681eabd1cc538309ce015eecd75b68\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/post.php\":{\"d\":1473863580,\"h\":\"ce59b1506b9542f9cbd3ee6c0325a611\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-filesystem-ssh2.php\":{\"d\":1473863580,\"h\":\"e2db6060c873bccc20ca441a05ed98c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/schema.php\":{\"d\":1473863580,\"h\":\"18b813ad42dd0d5de7cd5eb18084c85e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-theme-upgrader-skin.php\":{\"d\":1473863580,\"h\":\"f3f6cd7c70fc0e10e30b885e604c5c80\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-theme-installer-skin.php\":{\"d\":1473863580,\"h\":\"4964ebdde7ca0c6151768fcde6f38953\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-ms-sites-list-table.php\":{\"d\":1473863580,\"h\":\"f910d15beb5fc3b6549084e5d7574c24\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/includes\\/class-wp-posts-list-table.php\":{\"d\":1485585763,\"h\":\"0c50d0a2c4e0a588757ffeac1cc5a473\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/plugin-install.php\":{\"d\":1473863580,\"h\":\"6bbd804f795fa5a934f529a51a9886bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/admin.php\":{\"d\":1473863580,\"h\":\"524e4ceb2809cc242542f595bc796d4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/setup.php\":{\"d\":1473863580,\"h\":\"ee19cf426d3e6e397a5d891f08d19ae2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/plugin-editor.php\":{\"d\":1473863580,\"h\":\"3fb5cd9ab947024d84585a0d693dcc12\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/settings.php\":{\"d\":1473863580,\"h\":\"97cb8ac61df19a99d4ff42558951134e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/freedoms.php\":{\"d\":1473863580,\"h\":\"109efa9312c00370894f7e2ba27e9c31\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/sites.php\":{\"d\":1473863580,\"h\":\"c6b38a77a8dc1ab5aa764462ec4df524\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/update.php\":{\"d\":1473863580,\"h\":\"ba45a05ecc211e8cab75b4d529ff75f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/users.php\":{\"d\":1473863580,\"h\":\"9980ae35127d3d6a765f087d0ff58e21\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/site-users.php\":{\"d\":1473863580,\"h\":\"e03222d9c23f48929f8a44a69df167d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/menu.php\":{\"d\":1473863580,\"h\":\"df41743a35d5e790e01b9f8af87b9125\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/site-themes.php\":{\"d\":1473863580,\"h\":\"d604ad102a6a7d0f8ad733033f93a840\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/index.php\":{\"d\":1473863580,\"h\":\"16b88ab3b6cb1d73e3a30bf2728857df\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/user-edit.php\":{\"d\":1473863580,\"h\":\"318173b6ccb63ed80ba3d08563c3ff14\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/update-core.php\":{\"d\":1473863580,\"h\":\"a1223f017d52327b385cac03833f52ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/user-new.php\":{\"d\":1473863580,\"h\":\"9bf7019639cf60eec9db4ff01ac8cd46\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/about.php\":{\"d\":1473863580,\"h\":\"e9e33df9da15a95356e6da0e56889fec\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/plugins.php\":{\"d\":1473863580,\"h\":\"4193887cb9cb7f4d4d3000bdf303bf1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/site-settings.php\":{\"d\":1473863580,\"h\":\"5c1c0421c42e38b72775f1fc51972f82\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/profile.php\":{\"d\":1473863580,\"h\":\"d86926a7511d1d5cd3a2f0a502e7b6a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/themes.php\":{\"d\":1473863580,\"h\":\"6da1e4aaef3681165846b0b7d894e94f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/edit.php\":{\"d\":1473863580,\"h\":\"0deb5ea059c21f268c973b5ea0fcd21a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/site-info.php\":{\"d\":1473863580,\"h\":\"b4204a86f20c03e9af7c5144353b6306\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/site-new.php\":{\"d\":1473863580,\"h\":\"ddb2ebe64e0174070bb8ac460fac8ec4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/theme-install.php\":{\"d\":1473863580,\"h\":\"26d5b7cd315570d025e09e11313d24e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/upgrade.php\":{\"d\":1473863580,\"h\":\"636e4722cf5516459e4d6e2a2f2432db\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/credits.php\":{\"d\":1473863580,\"h\":\"38192cde34142cc7ecf558f58ef475f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network\\/theme-editor.php\":{\"d\":1473863580,\"h\":\"804f9a460fa9e3646d83f915c51cd36a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/ocean\\/colors.scss\":{\"d\":1473863579,\"h\":\"1a7c5bfd9faf7f6cc77cd9b166062568\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/ocean\\/colors.min.css\":{\"d\":1473863579,\"h\":\"eb668f9051822ba6ba7d0730fc7c7ab5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/ocean\\/colors-rtl.css\":{\"d\":1473863579,\"h\":\"f8b49360db7b06106c295535de575d1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/ocean\\/colors.css\":{\"d\":1473863579,\"h\":\"d04d8dba0a8390d11aafe4f5a03dc972\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/ocean\\/colors-rtl.min.css\":{\"d\":1473863579,\"h\":\"124e45c18cfbd0d1c69dbb6e6cbcbd72\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/coffee\\/colors.scss\":{\"d\":1473863579,\"h\":\"397e3820b27a234330c95e05250f61ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/coffee\\/colors.min.css\":{\"d\":1473863579,\"h\":\"98fb96ff87f6948275e2acd843db28ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/coffee\\/colors-rtl.css\":{\"d\":1473863579,\"h\":\"7a6adb6f93ebe47bb2a49bac118ffe24\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/coffee\\/colors.css\":{\"d\":1473863579,\"h\":\"f032e42bc6cb2033bfde657c7494337e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/coffee\\/colors-rtl.min.css\":{\"d\":1473863579,\"h\":\"663ac9c63302bc5276bbab270f1c0424\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/blue\\/colors.scss\":{\"d\":1473863579,\"h\":\"d9d03549d79484672c29145aad594db3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/blue\\/colors.min.css\":{\"d\":1473863579,\"h\":\"fb4d3e2f7fe955aea70becac4602f87f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/blue\\/colors-rtl.css\":{\"d\":1473863579,\"h\":\"80e102718830b90c49d2d0bb280629c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/blue\\/colors.css\":{\"d\":1473863579,\"h\":\"9338a0c97b787ee5a176b5cd7e830061\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/blue\\/colors-rtl.min.css\":{\"d\":1473863579,\"h\":\"0c54b9433982ac1434c48071143bc050\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/sunrise\\/colors.scss\":{\"d\":1473863579,\"h\":\"5692871a8a7a1914ee0968ddf9923dec\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/sunrise\\/colors.min.css\":{\"d\":1473863579,\"h\":\"7c366a0f8539b65522d1f9b537a3dbfd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/sunrise\\/colors-rtl.css\":{\"d\":1473863579,\"h\":\"32e6c9b314aa09741b00f3d25cbe93f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/sunrise\\/colors.css\":{\"d\":1473863579,\"h\":\"509e5f9805d5371f6afc4135fd361979\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/sunrise\\/colors-rtl.min.css\":{\"d\":1473863579,\"h\":\"bc5202c7967dc638e75867f7b8a8b32f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors.scss\":{\"d\":1473863579,\"h\":\"940171d1392bd8071122a905d12b9195\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors.min.css\":{\"d\":1473863579,\"h\":\"435a0d93eeca88b2d78d085931d35c2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors-rtl.css\":{\"d\":1473863579,\"h\":\"2c7b7f7ea3d09d89912f8a2190caf555\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors.css\":{\"d\":1473863579,\"h\":\"4aedfb3a03d238a248b4628c1e82ecb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors-rtl.min.css\":{\"d\":1473863579,\"h\":\"ff964251f91913de2c95d166fa9f910d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/light\\/colors.scss\":{\"d\":1473863579,\"h\":\"480b9bd647e5b323ef88d63ce55e1d6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/light\\/colors.min.css\":{\"d\":1473863579,\"h\":\"8793d3def979fb16292094f477cecc32\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/light\\/colors-rtl.css\":{\"d\":1473863579,\"h\":\"8753f151ad2a1db9d6a51f3825986c45\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/light\\/colors.css\":{\"d\":1473863579,\"h\":\"85e47a254d85f992643bdc75f3f130bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/light\\/colors-rtl.min.css\":{\"d\":1473863579,\"h\":\"22a8f413fe68dd3e05d11127d089985e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/midnight\\/colors.scss\":{\"d\":1473863579,\"h\":\"26dc8daaf0c47c4457b8bc2145f48634\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/midnight\\/colors.min.css\":{\"d\":1473863579,\"h\":\"9757ca09dddfa5a983e2b25f826a96ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/midnight\\/colors-rtl.css\":{\"d\":1473863579,\"h\":\"99ac5a3755ed5acd78360f589e880dcf\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/midnight\\/colors.css\":{\"d\":1473863579,\"h\":\"d55664f8f653664ce2f4a360a7aabf7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/midnight\\/colors-rtl.min.css\":{\"d\":1473863579,\"h\":\"6bbde2ec66d17f54b8ce67e0519310c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/_variables.scss\":{\"d\":1473863579,\"h\":\"3ab501096b1a091972d84c85b284135a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/_admin.scss\":{\"d\":1473863579,\"h\":\"337df7168a4b60669c23c4b0343d72a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/colors\\/_mixins.scss\":{\"d\":1473863579,\"h\":\"45226dc97aee32844ae5b2c7953c50f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/ie-rtl.css\":{\"d\":1473863579,\"h\":\"0eaa7745837d3d443a69d044ed3d34ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/themes-rtl.css\":{\"d\":1473863579,\"h\":\"3b10683d99f04c4d4a33ed92eda6a1de\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/press-this.min.css\":{\"d\":1473863579,\"h\":\"fa029d751a7e76496019bd3a5a69f039\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/press-this-editor-rtl.min.css\":{\"d\":1473863579,\"h\":\"143da4e979fd86e002fba6cda338cf7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/admin-menu.min.css\":{\"d\":1473863579,\"h\":\"611efcc5caad0f3085897836e4ce1f3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/l10n-rtl.min.css\":{\"d\":1473863579,\"h\":\"395ebbb01f0499dc79323d9e46bf99c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/customize-widgets.min.css\":{\"d\":1473863579,\"h\":\"1c97af19b90531018baaebef22409f09\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/color-picker.min.css\":{\"d\":1473863579,\"h\":\"d156a5d5a2d81aa45d55b389236e8ce1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/color-picker-rtl.css\":{\"d\":1473863579,\"h\":\"3ca392110eade74ac3d8c28e70482844\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/site-icon-rtl.min.css\":{\"d\":1473863579,\"h\":\"52189e8f1862001b7bd1f5f0ed71d30a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/dashboard.css\":{\"d\":1473863579,\"h\":\"ede40a4a2c18bee8b93c01f7e55245a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/login.min.css\":{\"d\":1473863579,\"h\":\"09850183c273d5d1281938b35481e499\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/wp-admin-rtl.css\":{\"d\":1473863579,\"h\":\"74f9dcf5ab8c92f6666ff52c699873c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/common-rtl.css\":{\"d\":1473863579,\"h\":\"2a0f5af4182bc19d0c8a64a537ea950f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/site-icon.min.css\":{\"d\":1473863579,\"h\":\"66a5336284db6dc9874764fa8548a471\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/login-rtl.css\":{\"d\":1473863579,\"h\":\"435422a1529aa1a64a7e832de8c7201d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/wp-admin-rtl.min.css\":{\"d\":1473863579,\"h\":\"06dd9aaea22ad8c13722470196c5aab4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/customize-nav-menus-rtl.min.css\":{\"d\":1473863579,\"h\":\"f1a43d2195725369dac369cc3d214af6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/widgets-rtl.css\":{\"d\":1473863579,\"h\":\"52222282329f1e2ba87d9df556b9da51\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/customize-controls.css\":{\"d\":1473863579,\"h\":\"9c72b817e54dfe7080be40b6228ac124\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/media-rtl.min.css\":{\"d\":1473863579,\"h\":\"b13c8ab17b4b40a41ed606a6260c8a45\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/edit-rtl.css\":{\"d\":1473863579,\"h\":\"5ba4e14b2d9cb19fb65b7cfa7fb5b9aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/l10n-rtl.css\":{\"d\":1473863579,\"h\":\"69b0527be5b3aa2c1644fe5fc1c34afa\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/nav-menus-rtl.css\":{\"d\":1473863579,\"h\":\"acc2861152c365bbafbfff8ab3baaf55\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/edit.min.css\":{\"d\":1473863579,\"h\":\"32637f3e54e917599672b3c1f00a2a81\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/wp-admin.css\":{\"d\":1473863579,\"h\":\"bfe4bd90350018abc7c9210bfb9d2a5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/about.min.css\":{\"d\":1473863579,\"h\":\"205cf588eb9148f70d7ba3a7632fed00\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/revisions-rtl.min.css\":{\"d\":1473863579,\"h\":\"0114c79d89d3e0edd14d711c868d4fd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/customize-nav-menus-rtl.css\":{\"d\":1473863579,\"h\":\"4ef4d5630b4d01f400c1d2bf614aaae5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/l10n.css\":{\"d\":1473863579,\"h\":\"b5c4b8f85029fb7c84f0719f72b280ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/press-this-rtl.min.css\":{\"d\":1473863579,\"h\":\"681c587be87f8084fd15ce13b1460c8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/common.min.css\":{\"d\":1473863579,\"h\":\"2adb75111fe6bd2d079f1a4382e43806\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/color-picker.css\":{\"d\":1473863579,\"h\":\"397074641a606a0a2d568df73d020562\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/revisions.min.css\":{\"d\":1473863579,\"h\":\"7db5304ec20677c46bbcbd7b9e9fa350\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/about.css\":{\"d\":1473863579,\"h\":\"78b67f44579068eb8a32c2d710a197e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/wp-admin.min.css\":{\"d\":1473863579,\"h\":\"a2e2f67626ed6f9beca5306c1a16abba\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/about-rtl.min.css\":{\"d\":1473863579,\"h\":\"e49b0b679670933616a105c5e36c0996\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/press-this-editor.min.css\":{\"d\":1473863579,\"h\":\"2cf3344cb737ec622532596ac21cb85f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/common-rtl.min.css\":{\"d\":1473863579,\"h\":\"1299184d799f3a39b6abfb8510ae2b88\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/l10n.min.css\":{\"d\":1473863579,\"h\":\"55d6b57d8020d981dd12e3308c6d326e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/press-this-editor-rtl.css\":{\"d\":1473863579,\"h\":\"464da848980476cd37de1c0d7964c1e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/customize-controls-rtl.css\":{\"d\":1473863579,\"h\":\"07dd5ae0a8c519df86710b774937a1f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/media.css\":{\"d\":1473863579,\"h\":\"4d625d7805a6897ba1ee60df12e9aedc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/admin-menu-rtl.min.css\":{\"d\":1473863579,\"h\":\"96086cb89251901ecd80597778deb208\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/nav-menus.css\":{\"d\":1473863579,\"h\":\"86d3b37483ebfc6abed73502569760c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/forms-rtl.min.css\":{\"d\":1473863579,\"h\":\"3f3b7c76cbd5221c72b4eee6c87a9308\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/deprecated-media.min.css\":{\"d\":1473863579,\"h\":\"b1cc8030eb9a806f2fa3a4aeecdac87c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/dashboard-rtl.css\":{\"d\":1473863579,\"h\":\"d3c3fcc9f814d55d40f611bf5680e0b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/farbtastic-rtl.min.css\":{\"d\":1473863579,\"h\":\"1a884c09637a47af300c7e6c3057ddc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/media.min.css\":{\"d\":1473863579,\"h\":\"e51791f375ab1b37bc6a6b909117751b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/login.css\":{\"d\":1473863579,\"h\":\"01007fd412c09c53accf6b0e89f4477b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/customize-nav-menus.css\":{\"d\":1473863579,\"h\":\"b4dcd2e0e34fc54708352f0a0d9d0379\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/media-rtl.css\":{\"d\":1473863579,\"h\":\"5f7e742e81a02e1181c35920268c8a51\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/customize-controls.min.css\":{\"d\":1473863579,\"h\":\"e971354e52f09076124ee678685ba35d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/forms.min.css\":{\"d\":1473863579,\"h\":\"76ca9c78f6d0c3067f1675647bee0e11\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/customize-nav-menus.min.css\":{\"d\":1473863579,\"h\":\"13c05456026f6c1866db7a742e27ab13\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/about-rtl.css\":{\"d\":1473863579,\"h\":\"114df4c9f91f08b37ac227c43c9461ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/revisions-rtl.css\":{\"d\":1473863579,\"h\":\"d2bb91a5e175182fd98b92423245b886\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/themes-rtl.min.css\":{\"d\":1473863579,\"h\":\"dcaa4244b0f2d289a78e99d3b15d0030\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/list-tables-rtl.css\":{\"d\":1473863579,\"h\":\"cbed75a1b6445166304c7f98e244451a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/customize-widgets.css\":{\"d\":1473863579,\"h\":\"a138d6e9d8e9b3d4d2a9eafff00f5ee5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/install.css\":{\"d\":1473863579,\"h\":\"8a6f5d94ad68066f64975eb24914dea7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/dashboard.min.css\":{\"d\":1473863579,\"h\":\"151dfe98fe81cf303ddd51228ac6f3d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/nav-menus-rtl.min.css\":{\"d\":1473863579,\"h\":\"e8e736e802c339955e0473f66df03997\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/edit.css\":{\"d\":1473863579,\"h\":\"55238fac829b69520b226a3e70639cbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/themes.css\":{\"d\":1473863579,\"h\":\"0528f3a942a205c3b428c17a04b073f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/list-tables.css\":{\"d\":1473863579,\"h\":\"beb6bf82e0790eac731ed2c9cf74bc3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/press-this.css\":{\"d\":1473863579,\"h\":\"b7b29f888d25ff3fcc0471650d6c1ed3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/customize-widgets-rtl.min.css\":{\"d\":1473863579,\"h\":\"4720a573460d8da3d0963651bdaec68c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/edit-rtl.min.css\":{\"d\":1473863579,\"h\":\"7860eb75440968af1348895c70aa596a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/customize-widgets-rtl.css\":{\"d\":1473863579,\"h\":\"e9eb10161f31b6b7d1771ee567fc135b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/farbtastic.min.css\":{\"d\":1473863579,\"h\":\"30996981c129bd331b5cdbb88a2fa23b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/widgets.min.css\":{\"d\":1473863579,\"h\":\"feeb10baeb29b091f5d9cd6beccc0c16\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/press-this-editor.css\":{\"d\":1473863579,\"h\":\"b01941463721a9e3d36d4b4dc3781c66\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/farbtastic.css\":{\"d\":1473863579,\"h\":\"f9e33829b8faed7d7bbef843fb683255\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/revisions.css\":{\"d\":1473863579,\"h\":\"2311887a1e17b942de617ba70baeda36\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/deprecated-media.css\":{\"d\":1473863579,\"h\":\"2257f52a92d7817195c7ea9659345ec0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/color-picker-rtl.min.css\":{\"d\":1473863579,\"h\":\"e6e925fb28b187d58f2a354f12bdb56f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/ie.min.css\":{\"d\":1473863579,\"h\":\"135aac1749fb85f75120b1391ace9b2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/list-tables.min.css\":{\"d\":1473863579,\"h\":\"1f20713b071e4fded3ca44cdc67e50c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/dashboard-rtl.min.css\":{\"d\":1473863579,\"h\":\"85d54bb343a31b620a1af2d429fc5436\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/widgets-rtl.min.css\":{\"d\":1473863579,\"h\":\"56dcc8388a67eea5a342dc00491867e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/ie-rtl.min.css\":{\"d\":1473863579,\"h\":\"2d76574de73331ae9a0bae951abc5490\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/forms-rtl.css\":{\"d\":1473863579,\"h\":\"42ce72342f0513eef908ca9dbd9305ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/ie.css\":{\"d\":1473863579,\"h\":\"164c87f2a9052670f8342f871a4fadaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/deprecated-media-rtl.css\":{\"d\":1473863579,\"h\":\"071db78449e52b5a8e4f74881f45ca76\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/widgets.css\":{\"d\":1473863579,\"h\":\"53bfa004b8ec5ed07348b9ff3e79af55\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/login-rtl.min.css\":{\"d\":1473863579,\"h\":\"638da3bea5a7c1f2b42c3f277cea9846\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/themes.min.css\":{\"d\":1473863579,\"h\":\"700790d0f345446ccaf08b3460fe8351\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/admin-menu.css\":{\"d\":1473863579,\"h\":\"b1e6ea1aee87917ff8cac7929130e61d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/common.css\":{\"d\":1473863579,\"h\":\"81aef5364d1de5aff6e2f7577a161564\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/nav-menus.min.css\":{\"d\":1473863579,\"h\":\"bc513df8fca4987536f8469d24b211ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/admin-menu-rtl.css\":{\"d\":1473863579,\"h\":\"dc74b14f3d25a91e399b6f613fe11223\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/list-tables-rtl.min.css\":{\"d\":1473863579,\"h\":\"52a6fde74e83e084947136f3028155ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/site-icon-rtl.css\":{\"d\":1473863579,\"h\":\"06fa2062900ec9b9561403625050c939\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/press-this-rtl.css\":{\"d\":1473863579,\"h\":\"ebe1a8076493805aa48fc343dd86ddb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/forms.css\":{\"d\":1473863579,\"h\":\"ccae6ea537526abc82f16abac64b14fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/install-rtl.min.css\":{\"d\":1473863579,\"h\":\"7b493359000b7f086c19ac7dfec440a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/site-icon.css\":{\"d\":1473863579,\"h\":\"02f37c95552dc7cda5e2ca3c4ef6ac20\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/install-rtl.css\":{\"d\":1473863579,\"h\":\"654ac0a0f7a8fe1cd84c0c945b70af0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/customize-controls-rtl.min.css\":{\"d\":1473863579,\"h\":\"d392c6caa0721b1787e24bf1250167b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/deprecated-media-rtl.min.css\":{\"d\":1473863579,\"h\":\"ac5bc02b710e35115cadca960308560c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/farbtastic-rtl.css\":{\"d\":1473863579,\"h\":\"118f1189ffbb71e014402121b5456bc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/css\\/install.min.css\":{\"d\":1473863579,\"h\":\"f651508c7103eca79f012b62fa6a5193\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/options-permalink.php\":{\"d\":1473863580,\"h\":\"b9f525e8377fac9ae07246a8a882dc0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/plugin-install.php\":{\"d\":1473863580,\"h\":\"e1a0fdd506f3224f0f0348b95fdf2e92\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/link-manager.php\":{\"d\":1473863579,\"h\":\"42347f2eba0200538ddc59123697669d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/ms-delete-site.php\":{\"d\":1473863579,\"h\":\"6df0bc06cc447274829669ed7a55b7df\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/admin-header.php\":{\"d\":1473863580,\"h\":\"988eaa0160d4319714e0c20858e11af9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/admin.php\":{\"d\":1473863579,\"h\":\"6e5a37349eda3d22ee5280a5347f21e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/ms-upgrade-network.php\":{\"d\":1473863579,\"h\":\"7cb492260f22ee53816d96be3868be6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/load-scripts.php\":{\"d\":1473863579,\"h\":\"fa4354ef9e729a065ba4db8943962705\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/plugin-editor.php\":{\"d\":1473863579,\"h\":\"5188bad70cb141a12eb115f65f032a6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/press-this.php\":{\"d\":1473863579,\"h\":\"22abd6d933bba141754f7a84a9b2e9f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/options-media.php\":{\"d\":1473863579,\"h\":\"11e9f8b7707d8654642cae3a2c8ecb94\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/custom-background.php\":{\"d\":1473863579,\"h\":\"cfc03646e9ab8eaf457786b96d1a60f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/error_log\":{\"d\":1484518716,\"h\":\"e4104800a52d1bce798c45bc5b26433e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/widgets.php\":{\"d\":1484166266,\"h\":\"1126f6881ded9ee6eb3a9dcdeffa4b5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/moderation.php\":{\"d\":1473863579,\"h\":\"541242a293805952a0e22234f09d6fa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/ms-options.php\":{\"d\":1473863579,\"h\":\"a21d278e00ca7dccfe3a81d4e386afa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/options-reading.php\":{\"d\":1473863579,\"h\":\"cd8427a3d6e1b5e72937db283df81886\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/media-new.php\":{\"d\":1473863580,\"h\":\"375cee0b3f1790d8ed1c99e94c6bef46\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/customize.php\":{\"d\":1494983698,\"h\":\"420da4a5a6e749be469e8631600f667b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/ms-admin.php\":{\"d\":1473863579,\"h\":\"9a05b49740dfcdaf4516851b623606e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/admin-footer.php\":{\"d\":1473863579,\"h\":\"2ed4869ae6018f67e2a05da351ae6b76\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/options-head.php\":{\"d\":1473863580,\"h\":\"9a616e7dd468d1c2499b90600e710da5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/admin-post.php\":{\"d\":1473863580,\"h\":\"163ecc5b73b40ce02ba418a3edee2c68\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/freedoms.php\":{\"d\":1473863579,\"h\":\"37d67c34925624fcb8c28500bc7ea70e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/tools.php\":{\"d\":1473863580,\"h\":\"10e07aaf20dff0065f5086fe4fe72294\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/setup-config.php\":{\"d\":1473863579,\"h\":\"6e2854479d4dce18da220c441e2052e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/install-helper.php\":{\"d\":1473863579,\"h\":\"6456b260aa9dece9b30431260cdb1a6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/update.php\":{\"d\":1473863579,\"h\":\"695951f144fb833c410bdf40adde1a99\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/users.php\":{\"d\":1473863579,\"h\":\"82c07a1e574250b03566f996d9f3031b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/menu.php\":{\"d\":1473863580,\"h\":\"ceccd796b8675e6891af805a5992085b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/link-add.php\":{\"d\":1473863580,\"h\":\"a0ee0eaab7c6f32171b0215409caa2fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/index.php\":{\"d\":1473863579,\"h\":\"ba35a87e01c411ef54321c6f37471769\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/edit-form-advanced.php\":{\"d\":1473863579,\"h\":\"93964439433a72eb6f0cefad60332a73\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/admin-functions.php\":{\"d\":1473863579,\"h\":\"af0b46eafb24e3733a8839836d256146\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/options-discussion.php\":{\"d\":1473863580,\"h\":\"2d31e4600411a9e7b770ccbb36937149\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/options.php\":{\"d\":1473863579,\"h\":\"3639c6bd2627936705ce86346758d625\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/media-upload.php\":{\"d\":1473863579,\"h\":\"3b229490fb0c696b8ba27bac6c341dfd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/user-edit.php\":{\"d\":1473863579,\"h\":\"adca764376767a6950615ee947c91f30\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/media.php\":{\"d\":1473863579,\"h\":\"3e75e3a3c4b1561f653f55b04108615a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/update-core.php\":{\"d\":1484166266,\"h\":\"8b3497587df1f4bbeeba382fa650356a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/comment.php\":{\"d\":1473863579,\"h\":\"51f743952824ac020bf49e3228030ff8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/user-new.php\":{\"d\":1473863579,\"h\":\"55953c3d8dc22f937b554d6a07f5ee8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/edit-link-form.php\":{\"d\":1473863579,\"h\":\"077c92d3ce415d8874c85fcf34fd015b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/about.php\":{\"d\":1494983698,\"h\":\"68a781277cd9d69f86eb085b5b1dcf21\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/plugins.php\":{\"d\":1488950423,\"h\":\"c641a0b64844aa5517b8997d6737d747\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/link.php\":{\"d\":1473863579,\"h\":\"6e4173fd43a2a01b3509c80ee984d22b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/load-styles.php\":{\"d\":1473863580,\"h\":\"2b94aa72a6e283ef7ec401b4517b9da4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/profile.php\":{\"d\":1473863579,\"h\":\"9184e53f96bade3e7ae7cda9eddf7a26\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/term.php\":{\"d\":1473863579,\"h\":\"70cea2213b2e15300a818a0903b18b00\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/network.php\":{\"d\":1473863579,\"h\":\"d5e22158841a0f55faa28d37b99a448c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/export.php\":{\"d\":1473863580,\"h\":\"20dd2fb1c530bac363f285a4bb1b05c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/themes.php\":{\"d\":1473863579,\"h\":\"b472b63d1eccfa2ba023f818b2f0f84a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/options-general.php\":{\"d\":1473863580,\"h\":\"ec4641e5b26f099c99ec2ef66676dcf1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/nav-menus.php\":{\"d\":1473863580,\"h\":\"2b2630146b2685dbe85e6a7afa86d181\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/edit.php\":{\"d\":1473863579,\"h\":\"3d91bf08da2aaff31483472f06ebd473\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/edit-form-comment.php\":{\"d\":1473863579,\"h\":\"9b704cc509e13f345209fb96d642cd62\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/edit-tags.php\":{\"d\":1473863579,\"h\":\"1e96fa43048a7c452a18a469ebce5635\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/link-parse-opml.php\":{\"d\":1473863579,\"h\":\"4a19a323ea2f92b897e20f7cdabe49eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/edit-comments.php\":{\"d\":1473863579,\"h\":\"e0f74e0609786501f79013217b989137\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/custom-header.php\":{\"d\":1473863579,\"h\":\"c422eae82bd29d17149e61bf15e87034\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/revision.php\":{\"d\":1473863579,\"h\":\"aa40e2a4cd00719b604e7ea6cda06bbb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/theme-install.php\":{\"d\":1473863579,\"h\":\"fde46c031179ed80842785331542ff2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/upgrade.php\":{\"d\":1473863579,\"h\":\"b2efdd003aeacd49ea8325fc923000c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/upload.php\":{\"d\":1473863579,\"h\":\"4d8fa3572caee66df6a0e28f06686b21\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/ms-sites.php\":{\"d\":1473863579,\"h\":\"5d186224ebf4ddd0f1719c9ef4b80468\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/credits.php\":{\"d\":1473863579,\"h\":\"870fab049300c38a57a188305b6eca95\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/my-sites.php\":{\"d\":1473863579,\"h\":\"f596d6156149b6b3ac119e72b3473326\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/upgrade-functions.php\":{\"d\":1473863579,\"h\":\"68070de41736e57f8757648a80b9cbbb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/menu-header.php\":{\"d\":1473863579,\"h\":\"97aa11faebcee7aec1bd0ab8e592da63\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/ms-users.php\":{\"d\":1473863579,\"h\":\"4823c8667b23ca83b31bf9093647e5a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/post-new.php\":{\"d\":1473863579,\"h\":\"c964821b5784905159f63045fe5983bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/async-upload.php\":{\"d\":1473863580,\"h\":\"320481c6834442bfd77c3c8bc95348bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/theme-editor.php\":{\"d\":1473863580,\"h\":\"58af496bee3fb8a92d61aad297ab6425\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/import.php\":{\"d\":1473863579,\"h\":\"2ee9c212f03cfb0e53b71a27d2fa5195\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/ms-edit.php\":{\"d\":1473863579,\"h\":\"16d42ff617c4a616c3bd94ba103a4582\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/options-writing.php\":{\"d\":1473863579,\"h\":\"18ca9c64e347dd4a5dd7a522fe43f489\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/ms-themes.php\":{\"d\":1473863579,\"h\":\"521cb94b9501ca24bc495a31c66925d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/post.php\":{\"d\":1473863580,\"h\":\"2307c23664d0c475a12c6010f264b926\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/admin-ajax.php\":{\"d\":1473863579,\"h\":\"a48454c9e64613a558061b49a66cfb11\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/install.php\":{\"d\":1473863579,\"h\":\"be770285c8786b74f451a966f3b585b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-admin\\/edit-tag-form.php\":{\"d\":1473863579,\"h\":\"80df1f08db78181be6ab3f4e2f3fe041\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/plupload\\/plupload.flash.swf\":{\"d\":1473863581,\"h\":\"370d768e45524f47fbd2988974d3d76c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/plupload\\/plupload.silverlight.xap\":{\"d\":1473863581,\"h\":\"747100c185cf33f6588930a5941d62f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/plupload\\/wp-plupload.js\":{\"d\":1473863581,\"h\":\"2b6f0cc54e381fd52f3a3726e09c1d07\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/plupload\\/plupload.full.min.js\":{\"d\":1473863581,\"h\":\"4a431fb4049b24566d27c12e2793d818\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/plupload\\/license.txt\":{\"d\":1473863581,\"h\":\"751419260aa954499f7abaabaa882bbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/plupload\\/handlers.js\":{\"d\":1494983698,\"h\":\"7a8494f68ff136d5bf92a075fa61dfe0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/plupload\\/wp-plupload.min.js\":{\"d\":1473863581,\"h\":\"7c74a0f866c5dfd1dc9a45474651f6ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/plupload\\/handlers.min.js\":{\"d\":1494983698,\"h\":\"a08d4288293bfbcd0d198f7aa3eda619\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jcrop\\/jquery.Jcrop.min.css\":{\"d\":1473863581,\"h\":\"56cc9ea201dc2f4b910e78bfacac9211\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jcrop\\/jquery.Jcrop.min.js\":{\"d\":1473863581,\"h\":\"2f61ab984c177275c71e34ff1a17c102\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/crop\\/cropper.js\":{\"d\":1473863581,\"h\":\"1d97b296d918482e1273c56fbff6a8e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/crop\\/cropper.css\":{\"d\":1473863581,\"h\":\"6b79350bf46e0f692a4d1b2807ed0399\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/thickbox\\/thickbox.css\":{\"d\":1473863580,\"h\":\"805aa150a391e44e3245f25ea83bdfcb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/thickbox\\/thickbox.js\":{\"d\":1473863580,\"h\":\"d5d248a8730754587b4224c2d9ad36c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/imgareaselect\\/jquery.imgareaselect.min.js\":{\"d\":1473863580,\"h\":\"25f42e049e65ee16d442799755724025\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/imgareaselect\\/jquery.imgareaselect.js\":{\"d\":1473863580,\"h\":\"7a0e1bfc429252530cfb8318f53a5986\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/imgareaselect\\/imgareaselect.css\":{\"d\":1473863580,\"h\":\"7d28cad92829b3d633a087b5f3b595af\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/autocomplete.min.js\":{\"d\":1473863581,\"h\":\"d0ff3eba6258651773c3a5cc909efde6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/button.min.js\":{\"d\":1473863581,\"h\":\"2ce99e1ed08df351e6a58eb4b6bcbfa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-scale.min.js\":{\"d\":1473863581,\"h\":\"d57d0830652c29c3e0e301b02b6db754\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-blind.min.js\":{\"d\":1473863581,\"h\":\"addbe09f173c4f1bd86d41ac5f3b4f4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/mouse.min.js\":{\"d\":1473863581,\"h\":\"82835a8960ddd73020389dbfa45c39a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/effect.min.js\":{\"d\":1473863581,\"h\":\"3f7161cf139d5a2c5e6d34e1c0026f9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/position.min.js\":{\"d\":1473863581,\"h\":\"1c4a13edec1958817e83433aeaa42f62\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-clip.min.js\":{\"d\":1473863581,\"h\":\"c7939457e8ab231b951713475a056173\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/slider.min.js\":{\"d\":1473863581,\"h\":\"9408efe2ce5a6b4364f34cbda02f814b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/spinner.min.js\":{\"d\":1473863581,\"h\":\"3acf32da612bf35221c09394856591dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-highlight.min.js\":{\"d\":1473863581,\"h\":\"95e8ebe62adf187fb4c3b84eb5bef821\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/resizable.min.js\":{\"d\":1473863581,\"h\":\"a5001032177c492cf0ff7c86bc01169f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/core.min.js\":{\"d\":1473863581,\"h\":\"9ce4e157448487d4efe0ca538f656a71\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-pulsate.min.js\":{\"d\":1473863581,\"h\":\"bf836f20530440115a2a8487ca7021c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/widget.min.js\":{\"d\":1473863581,\"h\":\"8cf7f36bbd79bc0664b6113f7a7837fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/draggable.min.js\":{\"d\":1473863581,\"h\":\"443c277789baf69c490019d59c1b36ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-slide.min.js\":{\"d\":1473863581,\"h\":\"fa23475fb01c8f4d56da98ca0c1179b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/tabs.min.js\":{\"d\":1473863581,\"h\":\"5330c83425ab1b8f67ce63f741427adb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/selectable.min.js\":{\"d\":1473863581,\"h\":\"b632add191ecae92e6a7b6b97212a640\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-puff.min.js\":{\"d\":1473863581,\"h\":\"fe496d6c9d63bc47854084c8b3fc20d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/dialog.min.js\":{\"d\":1473863581,\"h\":\"3ecd9590aac778514f4e69975ed91a62\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/accordion.min.js\":{\"d\":1473863581,\"h\":\"334c2ffb0b086ffc0f6f192ea120f3c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/datepicker.min.js\":{\"d\":1473863581,\"h\":\"cfb63dc18fde53fef4d4fdc19ddfdcd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/progressbar.min.js\":{\"d\":1473863581,\"h\":\"b94d71da54d9b4413ffa4c7d792269c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/menu.min.js\":{\"d\":1473863581,\"h\":\"c91cfff50715441295fe7463bb5d3894\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-size.min.js\":{\"d\":1473863581,\"h\":\"b00e3dfd6eebccd5ea9aeb3293d85a25\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/selectmenu.min.js\":{\"d\":1473863581,\"h\":\"cb7db4cbaa328e395a680c78692236f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-shake.min.js\":{\"d\":1473863581,\"h\":\"260cbafcbcedc23348a371cb80083112\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-fade.min.js\":{\"d\":1473863581,\"h\":\"9f6fd64f4f5ff5893b7b72a235246d0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-explode.min.js\":{\"d\":1473863581,\"h\":\"c0df625cca418cfd803a11514a3dd1e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/droppable.min.js\":{\"d\":1473863581,\"h\":\"debf5224c4162887d1a6e3198ed953d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-fold.min.js\":{\"d\":1473863581,\"h\":\"8d365ec1b3a7ee82f93c9afd441e456c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/sortable.min.js\":{\"d\":1473863581,\"h\":\"2896e90cc17e9abc160ed96bb86b07e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-drop.min.js\":{\"d\":1473863581,\"h\":\"57fe560887cac7a5b2598188463290e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-bounce.min.js\":{\"d\":1473863581,\"h\":\"4bc4c97924bea4bf7b04d7b46ff4f64c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/tooltip.min.js\":{\"d\":1473863581,\"h\":\"443f68690d84eee42cf3019071340730\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-transfer.min.js\":{\"d\":1473863581,\"h\":\"07e5b0dea800777dd2108788b56ef90b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/jquery.serialize-object.js\":{\"d\":1473863581,\"h\":\"d15c29a18d9ffa8b9b4ae86c3c0cfa22\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/jquery.form.js\":{\"d\":1473863581,\"h\":\"e5afd8e41d2ec22c19932b068cd90a71\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/jquery.masonry.min.js\":{\"d\":1473863581,\"h\":\"cd0eb3406096ff80266e7c9d7d419186\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/jquery-migrate.js\":{\"d\":1473863581,\"h\":\"6c57b762589f13ea5b3579ca5e6c369b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/jquery.table-hotkeys.js\":{\"d\":1473863581,\"h\":\"a706ead694231e74fd6750b1670580a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/jquery.schedule.js\":{\"d\":1473863581,\"h\":\"0426b39754aa6bc766d89ea4c41bbd06\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/suggest.min.js\":{\"d\":1473863581,\"h\":\"7311075c2b411b299c94e36e2e3bab89\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/jquery-migrate.min.js\":{\"d\":1473863581,\"h\":\"7121994eec5320fbe6586463bf9651c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/jquery.ui.touch-punch.js\":{\"d\":1473863581,\"h\":\"4cc86d1003c45134d6838f13e3885db1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/jquery.hotkeys.min.js\":{\"d\":1473863581,\"h\":\"e353217d4555ab5c62b367be6889813d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/suggest.js\":{\"d\":1473863581,\"h\":\"3a2474569145d51ecabf7fc4fb078982\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/jquery.table-hotkeys.min.js\":{\"d\":1473863581,\"h\":\"e56f81676f199db7bf937e69a64909fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/jquery.form.min.js\":{\"d\":1473863581,\"h\":\"dbc3808473def00fce45fe564dc72dcb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/jquery.js\":{\"d\":1473863581,\"h\":\"8610f03fe77640dee8c4cc924e060f12\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/jquery.hotkeys.js\":{\"d\":1473863581,\"h\":\"e29483a8ca26a0dd8b0d1146c6b0a6e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/jquery.color.min.js\":{\"d\":1473863581,\"h\":\"ff2db8dbf145ce47f31781eef33e764a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/jquery\\/jquery.query.js\":{\"d\":1473863581,\"h\":\"3bcc587af2c7b01fc6fbc9c077050143\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/themes\\/modern\\/theme.min.js\":{\"d\":1473863581,\"h\":\"e3b7cec28cad5caa5fcbcc2a15cebae7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/themes\\/modern\\/theme.js\":{\"d\":1473863581,\"h\":\"d502a6ac28bb48a7d91a89ba9b5710c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/themes\\/inlite\\/theme.min.js\":{\"d\":1473863581,\"h\":\"9e675131dcae21250f65f02d43c3b73b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/themes\\/inlite\\/theme.js\":{\"d\":1473863581,\"h\":\"11a18378a9afa362204054b59b618b16\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpembed\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"7ec45bcbe992c74c095a75bb2d2cf0ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpembed\\/plugin.js\":{\"d\":1473863581,\"h\":\"cf382af5522fa9a0bb3f049225de14ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/colorpicker\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"1581bb02286f54b4fb0cce52d2ef61c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/colorpicker\\/plugin.js\":{\"d\":1473863581,\"h\":\"22538c49f524050bd8300b44526abc2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/hr\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"5c23255ad2d11db3f72c33b649f1389a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/hr\\/plugin.js\":{\"d\":1473863581,\"h\":\"428c9fb47a7b83fa0440a15886d0b11a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/textcolor\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"68c99b9ceacf91b4e3c3b471ba349cf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/textcolor\\/plugin.js\":{\"d\":1473863581,\"h\":\"5272a99516c467771ef3076422beb18f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpview\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"eae90901cd1d4841b2c9df2c26b0a8f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpview\\/plugin.js\":{\"d\":1473863581,\"h\":\"8f78f0b82394df926411c9792070e6b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpautoresize\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"8607e87dcbb351d067d1a54485e8a357\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpautoresize\\/plugin.js\":{\"d\":1473863581,\"h\":\"640cbc0058638c4fb0400370dbcf25a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/compat3x\\/css\\/dialog.css\":{\"d\":1473863581,\"h\":\"e5313168fb2b657a4bd2f5e06b931a22\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/compat3x\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"5798e3d2fb0180a9179b8bd7cf728eae\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/compat3x\\/plugin.js\":{\"d\":1473863581,\"h\":\"5210cc9135346dcc15c9258eae55868a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/tabfocus\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"f197cd93b28210923e3590c4438eb896\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/tabfocus\\/plugin.js\":{\"d\":1473863581,\"h\":\"6a5d784c2ac2ce5f64e0968c35492f03\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/directionality\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"60de57253ca9143a6f1e4aff10fc39d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/directionality\\/plugin.js\":{\"d\":1473863581,\"h\":\"5f21385b1f4513568d611d595040d141\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/charmap\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"4c25dd1c151e1a2e3b196e8371404f03\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/charmap\\/plugin.js\":{\"d\":1473863581,\"h\":\"1517fb34539b42af182b5e95d9580a1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/image\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"55065b4d900692d4308d97e79a0fa023\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/image\\/plugin.js\":{\"d\":1473863581,\"h\":\"4584af9ba8c439604e4199168176a7b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/fullscreen\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"ae6578b0e82b02df40c157015c7d3683\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/fullscreen\\/plugin.js\":{\"d\":1473863581,\"h\":\"0076bd51c8efaca78a6455c512e8be05\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wplink\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"c402c0d9c448c922371f09f5e8c5acc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wplink\\/plugin.js\":{\"d\":1473863581,\"h\":\"ec62f800c56ed23f98f1fce2f3d72e00\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpgallery\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"04fb37608ef94f9a747901b2f98b4fce\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpgallery\\/plugin.js\":{\"d\":1473863581,\"h\":\"9d48345044e6111fbeb9d2fb444d5c49\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wordpress\\/plugin.min.js\":{\"d\":1473863580,\"h\":\"49fb4126ed9cfd4b7509019a7490acb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wordpress\\/plugin.js\":{\"d\":1473863580,\"h\":\"3956816511219402805b87ed3d6c1965\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpdialogs\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"eafbb1478981e337981d287474e240b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpdialogs\\/plugin.js\":{\"d\":1473863581,\"h\":\"06f7aecb5bdfa28739eea0a498d15a81\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpemoji\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"c6cc2ce4842cf34494b20855418ec7ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpemoji\\/plugin.js\":{\"d\":1473863581,\"h\":\"f77a6131c150653ddfa17a568a1962d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpeditimage\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"3b46a42ebcdf945ff176ce64d7f56668\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpeditimage\\/plugin.js\":{\"d\":1473863581,\"h\":\"cdbd8bfddef26eea88e98fbef6b19611\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/lists\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"00cb28ee11a26c67b2e1092341f6f667\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/lists\\/plugin.js\":{\"d\":1473863581,\"h\":\"d38fe745364acb23d92b278bcdadcc76\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/media\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"b15b0fedf40436964822d4c225e36bdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/media\\/plugin.js\":{\"d\":1473863581,\"h\":\"0966da48749b6e089014a3782c329999\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/media\\/moxieplayer.swf\":{\"d\":1473863581,\"h\":\"4e59d34efb2da0b9a033596a85e4b1ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wptextpattern\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"91368350377a702b925dbcf6fa80cc8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wptextpattern\\/plugin.js\":{\"d\":1473863581,\"h\":\"7dc53d12625ab07aae053c42d581a859\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/paste\\/plugin.min.js\":{\"d\":1473863581,\"h\":\"64239ce0c6d44c0eaf09e6fd5ba672c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/plugins\\/paste\\/plugin.js\":{\"d\":1473863581,\"h\":\"695f70d7e94e32459d78ab796a88ab4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/utils\\/mctabs.js\":{\"d\":1473863581,\"h\":\"b9b50ddbe07c754a6b656b0fdada3500\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/utils\\/editable_selects.js\":{\"d\":1473863581,\"h\":\"eb642a0aba7a8666a7b1472230fcb374\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/utils\\/form_utils.js\":{\"d\":1473863581,\"h\":\"f9c61354383f5a50a9a77b902dfdae7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/utils\\/validate.js\":{\"d\":1473863581,\"h\":\"c42b5160bdbefd1293d76b30520757f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce-small.ttf\":{\"d\":1473863580,\"h\":\"28806940c647cf671bebf4ae0630e570\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce.ttf\":{\"d\":1473863580,\"h\":\"1fb250c3b9bc34fd53cd883070e3dffd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce.woff\":{\"d\":1473863580,\"h\":\"6b0c3754b1cd1f90566e174098fae8f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce-small.eot\":{\"d\":1473863580,\"h\":\"12d26c285b71d790f4b0c94423ef1f99\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce-small.woff\":{\"d\":1473863580,\"h\":\"7e0c88f02dcaf2f78c90b4dc7827b709\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce-small.json\":{\"d\":1473863580,\"h\":\"fcf1ab0bbad7d5be115cac9ffb360a2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce.json\":{\"d\":1473863580,\"h\":\"899efe22d79dd0d675c106a242e18858\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/readme.md\":{\"d\":1473863580,\"h\":\"7a0f64800cf38b2be8d3dc4540ec31dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce.eot\":{\"d\":1473863580,\"h\":\"240310067afb33df60639d7fd1fa132e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/content.inline.min.css\":{\"d\":1473863580,\"h\":\"9651c10838a77fb4cca900b47d9d331c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/content.min.css\":{\"d\":1473863580,\"h\":\"a1207b432127ddc0c383acfb711b5a78\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/skin.ie7.min.css\":{\"d\":1473863580,\"h\":\"1ab68a0c95f250189323b986a707f70a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/skin.min.css\":{\"d\":1473863580,\"h\":\"365dc556b970abfe2840e817186cdf42\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/skins\\/wordpress\\/wp-content.css\":{\"d\":1473863580,\"h\":\"8a9b561b793a96bad45a0b3034a260cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/langs\\/wp-langs-en.js\":{\"d\":1473863581,\"h\":\"08f8669f7453b17563a62e6bbb376137\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/tinymce.min.js\":{\"d\":1473863581,\"h\":\"7d3d06f33331b3a08222df679ab2c8fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/license.txt\":{\"d\":1473863581,\"h\":\"045d04e17422d99e338da75b9c749b7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/tiny_mce_popup.js\":{\"d\":1473863581,\"h\":\"dbe62082422b75d89ecb983409ec966d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/wp-tinymce.js.gz\":{\"d\":1473863581,\"h\":\"acd879c7ba04826969df23c5c9a8efb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tinymce\\/wp-tinymce.php\":{\"d\":1473863580,\"h\":\"8a620ab81dc7307f7072b1d312924876\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/swfupload\\/plugins\\/swfupload.speed.js\":{\"d\":1473863581,\"h\":\"415a3787846bb6c2d745602c2afb73ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/swfupload\\/plugins\\/swfupload.swfobject.js\":{\"d\":1473863581,\"h\":\"ccb51571a75637db08545caaf2ed9e73\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/swfupload\\/plugins\\/swfupload.cookies.js\":{\"d\":1473863581,\"h\":\"7fa57ec00dda88dd6b5c2037ccb4d5cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/swfupload\\/plugins\\/swfupload.queue.js\":{\"d\":1473863581,\"h\":\"9953522fbd4a1b02bbf635a92d76cd8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/swfupload\\/swfupload.js\":{\"d\":1473863581,\"h\":\"ef3ae9014525cf81187afaa61bca737e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/swfupload\\/swfupload.swf\":{\"d\":1473863581,\"h\":\"bd5a25f23589652ca472d41fe1484f0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/swfupload\\/license.txt\":{\"d\":1473863581,\"h\":\"cbe05bb060c85e07882dc06ff751577a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/swfupload\\/handlers.js\":{\"d\":1473863581,\"h\":\"14b2d04fdb85bc1f171cf3dfb2987dca\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/swfupload\\/handlers.min.js\":{\"d\":1473863581,\"h\":\"96592c6b3fad580ce04e12bc3047ef3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/mediaelement\\/silverlightmediaelement.xap\":{\"d\":1473863580,\"h\":\"d0e44fd6ecebca46f36d734b3012aa2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/mediaelement\\/wp-mediaelement.js\":{\"d\":1473863580,\"h\":\"1d889c99f04a39573d4be5b346c6272f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/mediaelement\\/mediaelement-and-player.min.js\":{\"d\":1473863580,\"h\":\"8970e6e672a1d312c8d8ef471ffb7d5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/mediaelement\\/wp-mediaelement.min.js\":{\"d\":1473863580,\"h\":\"8e7a4405d35139f62871a539516679a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/mediaelement\\/froogaloop.min.js\":{\"d\":1473863580,\"h\":\"2a8742c0ac1cdbec23be44a7d4e9a3c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/mediaelement\\/wp-playlist.min.js\":{\"d\":1473863580,\"h\":\"264563e94e2d16b1066bd413ebc592de\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/mediaelement\\/wp-mediaelement.css\":{\"d\":1473863580,\"h\":\"00f8eb37d4873aff33559be1ab3a5da0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/mediaelement\\/flashmediaelement.swf\":{\"d\":1473863580,\"h\":\"2efe1fabfea04432f090ecb3153b10a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/mediaelement\\/wp-playlist.js\":{\"d\":1473863580,\"h\":\"aaf77f7481f419f5f8c46ae338820443\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/mediaelement\\/mediaelementplayer.min.css\":{\"d\":1473863580,\"h\":\"0687e33e84a860c33a3a885193a6d937\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/mediaelement\\/wp-mediaelement.min.css\":{\"d\":1473863580,\"h\":\"74ca084f6791af45527be4b531909512\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/zxcvbn-async.js\":{\"d\":1473863580,\"h\":\"97a79e96a815b200139356055d752333\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/swfobject.js\":{\"d\":1473863581,\"h\":\"9ffdba2cff497d701684657e329871f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/customize-selective-refresh.js\":{\"d\":1473863580,\"h\":\"4283cafe0808f3ffec6f73ffb06606e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/autosave.min.js\":{\"d\":1473863580,\"h\":\"0ad41a39a5590a02c5689f379b97afad\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/media-editor.min.js\":{\"d\":1473863581,\"h\":\"e87a3047979eb6fca4240efe0375a64b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-auth-check.min.js\":{\"d\":1473863580,\"h\":\"99c97a7d6ad9e1ba06bbd76f29ecaad6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/customize-selective-refresh.min.js\":{\"d\":1473863580,\"h\":\"2abe93f2d7a83cf5707e9d09c8666de7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/zxcvbn.min.js\":{\"d\":1473863580,\"h\":\"a14cd5113bd0d57563c1a9b63cae05f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/zxcvbn-async.min.js\":{\"d\":1473863581,\"h\":\"3196e9b61f703909e139ce7e049a7ffd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/customize-preview-widgets.min.js\":{\"d\":1473863581,\"h\":\"3451b304328c37c168f92f2dab48fcee\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wplink.js\":{\"d\":1473863581,\"h\":\"02348d98fc99d773c62a13fbcae96d68\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-backbone.min.js\":{\"d\":1473863581,\"h\":\"b978d3c20a25ca1d36c1688c298c8239\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/media-audiovideo.js\":{\"d\":1473863581,\"h\":\"f256503caa6bc23b44c82e3f46b6b23b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/customize-views.min.js\":{\"d\":1473863580,\"h\":\"c5f0abb73e687faebc9bf225a1e0824e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/customize-preview.js\":{\"d\":1473863581,\"h\":\"7baba5f606cab24916f7802fd55f2d12\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-ajax-response.min.js\":{\"d\":1473863581,\"h\":\"055515cf4b20352a05672b64161f8a02\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/media-grid.min.js\":{\"d\":1473863580,\"h\":\"76fe68861654653491ec8a68ceb2da4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/mce-view.min.js\":{\"d\":1473863581,\"h\":\"8f1af3af83b1bc0ef7aecef9e5cc321d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/customize-preview.min.js\":{\"d\":1473863581,\"h\":\"f7b940cf84777e434b486f6837657263\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-emoji-loader.js\":{\"d\":1473863581,\"h\":\"1e775e7c758584bd7af7f718d09eec96\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-embed-template.min.js\":{\"d\":1473863581,\"h\":\"c05d678a8197a72c4a44bf540017278a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/media-grid.js\":{\"d\":1473863581,\"h\":\"846bbf2e3acc156ce4d6deb772c703b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/media-views.min.js\":{\"d\":1473863580,\"h\":\"7b6f5f8a908b5083766141dbb8f10751\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-pointer.min.js\":{\"d\":1473863580,\"h\":\"368f987c644d70580097e48066c99082\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tw-sack.min.js\":{\"d\":1473863581,\"h\":\"bc4487194e1f88126b8a500ad47e6889\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-pointer.js\":{\"d\":1473863581,\"h\":\"35cb8b380bbd1f2eaa723ac49ba5f3f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/customize-base.js\":{\"d\":1473863580,\"h\":\"272674ffd71d5383e454ba023edc570c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/utils.js\":{\"d\":1473863580,\"h\":\"b59e4faadb8e122faa031d99f1966ea4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/autosave.js\":{\"d\":1473863581,\"h\":\"44521ff25481d95b5d100c55dfdb45f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/media-models.min.js\":{\"d\":1473863581,\"h\":\"eed9813bad592d4287be0eb0ebb68497\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/backbone.min.js\":{\"d\":1473863580,\"h\":\"9263ddbe52f85e7be13301ac26889c8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wpdialog.min.js\":{\"d\":1473863581,\"h\":\"d22d9fa5bb00ba0667080da846c4a1be\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-emoji.min.js\":{\"d\":1473863581,\"h\":\"1acdd0cd523695bd920ccc418b0678c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-a11y.js\":{\"d\":1473863580,\"h\":\"201a720227378280081f67809d781ab2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wplink.min.js\":{\"d\":1473863580,\"h\":\"951dc23f64588e89e7dd9c13661a473d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/heartbeat.min.js\":{\"d\":1473863580,\"h\":\"126cc4d1e35b74edb525b06e3788e0f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/shortcode.js\":{\"d\":1473863580,\"h\":\"fc8cb580e0edc5cda1a550747d0de6c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-a11y.min.js\":{\"d\":1473863581,\"h\":\"fadd746cdddaafb9978cbab2e4e4580f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/customize-loader.js\":{\"d\":1473863581,\"h\":\"7abf57ccc77b463cec220a6606154bc5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-embed.min.js\":{\"d\":1473863581,\"h\":\"687bf3104f17a2e9afced6d17acb384f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-backbone.js\":{\"d\":1473863580,\"h\":\"ff08a91eba7f4fb95be7d5eb4a072d76\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/customize-preview-nav-menus.min.js\":{\"d\":1473863580,\"h\":\"53d806ed3ac6a8a1d318f4b30e6710a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/masonry.min.js\":{\"d\":1473863581,\"h\":\"5420b6516c14245b504e7240a8310f2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/customize-loader.min.js\":{\"d\":1473863581,\"h\":\"50874b301967fa5cf16245d209ebee6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/shortcode.min.js\":{\"d\":1473863580,\"h\":\"b342d56a90b09adfad6d95a4717c0b24\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-emoji.js\":{\"d\":1473863581,\"h\":\"ddc49ad0e4b146cc8ff73d976f1298bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/json2.js\":{\"d\":1473863581,\"h\":\"73a1d77b4e827c45061f4fab041030a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/comment-reply.js\":{\"d\":1473863581,\"h\":\"14eac74ea4d8aeca08e8ef8d54d42600\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-embed-template.js\":{\"d\":1473863581,\"h\":\"d6c3fb049f657928eac2cd9c7eef6925\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/twemoji.js\":{\"d\":1473863581,\"h\":\"eb1a64327a54c38aedd775a04e8e0d10\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/customize-views.js\":{\"d\":1473863580,\"h\":\"5abea7b6d9a2556fb8cbfcd3f8d1c0ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/admin-bar.js\":{\"d\":1473863580,\"h\":\"d97a1899a7f641e693928f5a47c33de4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/media-models.js\":{\"d\":1473863580,\"h\":\"98fa336128f3c0da0271f568a0cc05d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/media-views.js\":{\"d\":1473863580,\"h\":\"656fe22a4d1f6c149b387467c0ebda3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/customize-preview-nav-menus.js\":{\"d\":1473863581,\"h\":\"224df0174bc39fd8f3f1ce3bc0b428f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-list-revisions.min.js\":{\"d\":1473863580,\"h\":\"d252f431d400b696e25ca9fec9a1113e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-list-revisions.js\":{\"d\":1473863581,\"h\":\"47510d7560d22a974c8c0eec6e24bcbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-lists.min.js\":{\"d\":1473863581,\"h\":\"2a89454a1a6e55235a35d2fdb7e21288\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wpdialog.js\":{\"d\":1473863581,\"h\":\"72e8395fd44d4039009c5396888fa6ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/customize-models.min.js\":{\"d\":1473863581,\"h\":\"e715ea6806c9fdb94aa4d56812dd0217\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/imagesloaded.min.js\":{\"d\":1473863580,\"h\":\"d0c2c0d7e37652e66657c8c8d6376442\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-emoji-loader.min.js\":{\"d\":1473863580,\"h\":\"cf0f5dd3b133be89352f938de9d5298f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/twemoji.min.js\":{\"d\":1473863580,\"h\":\"975227e3cbc1876e05bbb107da05fc81\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/utils.min.js\":{\"d\":1473863580,\"h\":\"f6e3d57217de41fa3243331155452bb1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/quicktags.js\":{\"d\":1473863580,\"h\":\"481e904dd706f51af4bf2faa4070165b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/media-audiovideo.min.js\":{\"d\":1473863580,\"h\":\"f093100d539f03b5d1d31f1e74029b44\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/quicktags.min.js\":{\"d\":1473863580,\"h\":\"6a365c2fcd52566ae9fd3db9a28c673d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-emoji-release.min.js\":{\"d\":1473863581,\"h\":\"64d7608a1b81f07f97f87506b87a8a5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/customize-preview-widgets.js\":{\"d\":1473863580,\"h\":\"fdeaa6b3ee156fd6aef890e09059efb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/admin-bar.min.js\":{\"d\":1473863581,\"h\":\"b2e733f0c117e30ac8974dcc69ab11d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/mce-view.js\":{\"d\":1473863581,\"h\":\"b3cb42fc1d614d798625962d17e8f2ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/underscore.min.js\":{\"d\":1473863581,\"h\":\"6a3a434a1360cc744341e97de9177bc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-lists.js\":{\"d\":1473863580,\"h\":\"4b92734b4cccad235747a460a76ef528\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-auth-check.js\":{\"d\":1473863581,\"h\":\"99500dd54adc76769e1a798a9725d765\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/media-editor.js\":{\"d\":1473863580,\"h\":\"5ec5214a027bf7e38370b75fe6d4b51a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/colorpicker.js\":{\"d\":1473863581,\"h\":\"f01017ca562067f4840eb2b6f99f2daf\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/heartbeat.js\":{\"d\":1473863580,\"h\":\"767daa50e889132aca060b188f0c4276\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/colorpicker.min.js\":{\"d\":1473863581,\"h\":\"e186209dc41a59f2fb627c24e640712d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-embed.js\":{\"d\":1473863581,\"h\":\"1c577cfb3bb7bf736f663243e04dc2f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-util.js\":{\"d\":1473863580,\"h\":\"91c322750bc80f1cacfd4f991e65a415\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/comment-reply.min.js\":{\"d\":1473863581,\"h\":\"56bc2726d829207bfa802f957aac0791\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/json2.min.js\":{\"d\":1473863581,\"h\":\"35d899a81986173f44f9bbe686cc583c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/customize-models.js\":{\"d\":1473863580,\"h\":\"3a799b747d1cc99f440ec4630a32e040\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/tw-sack.js\":{\"d\":1473863580,\"h\":\"b989a5bd84f6ebcbc1393ec003e6e991\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-ajax-response.js\":{\"d\":1473863580,\"h\":\"782715051d87f0cf1f869f5b2358db2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/hoverIntent.min.js\":{\"d\":1473863581,\"h\":\"ca500ade854c31417faf5762e31b9d00\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/customize-base.min.js\":{\"d\":1473863580,\"h\":\"6d7aedb2931f1728e3052ad0916e890f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/hoverIntent.js\":{\"d\":1473863580,\"h\":\"cab3598b438a9e63984f1c6e9dd79b01\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/js\\/wp-util.min.js\":{\"d\":1473863581,\"h\":\"83118aa939b5832dd4e1cad8b186012c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/fonts\\/dashicons.eot\":{\"d\":1473863582,\"h\":\"30e410c715c6215fa7faa1c979b6480c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/fonts\\/dashicons.ttf\":{\"d\":1473863582,\"h\":\"8fea1fce46bafe469ba2f101fdc583e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/fonts\\/dashicons.woff\":{\"d\":1473863582,\"h\":\"0c1c1ad41c025f72592bca820e073bec\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/widgets\\/class-wp-nav-menu-widget.php\":{\"d\":1473863582,\"h\":\"81308844fc9b57eacdb930a66717ff78\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/widgets\\/class-wp-widget-rss.php\":{\"d\":1473863582,\"h\":\"995ce71359deade3012b50d860499e27\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/widgets\\/class-wp-widget-calendar.php\":{\"d\":1473863582,\"h\":\"d631fe8ecd841da8184557266ff63add\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/widgets\\/class-wp-widget-meta.php\":{\"d\":1473863582,\"h\":\"f78ae934c6f1921ae6de84a44574c355\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/widgets\\/class-wp-widget-recent-posts.php\":{\"d\":1473863582,\"h\":\"fd62c7f12f4f0187163736053e6de33c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/widgets\\/class-wp-widget-tag-cloud.php\":{\"d\":1473863582,\"h\":\"52498910a1e47e410cc287a331a70684\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/widgets\\/class-wp-widget-search.php\":{\"d\":1473863582,\"h\":\"e056a6eb7ea3d066e5e3e7fb92328d1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/widgets\\/class-wp-widget-recent-comments.php\":{\"d\":1473863582,\"h\":\"0befe107628f60d955235857b3a60f7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/widgets\\/class-wp-widget-categories.php\":{\"d\":1473863582,\"h\":\"cafd5f12e49b19f873e2ac26c2d12d26\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/widgets\\/class-wp-widget-links.php\":{\"d\":1473863582,\"h\":\"985f5c6f8a40f67f73db1532f5eeec53\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/widgets\\/class-wp-widget-text.php\":{\"d\":1473863582,\"h\":\"9eed6662626ed3dec07d9bb180dc956e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/widgets\\/class-wp-widget-archives.php\":{\"d\":1473863582,\"h\":\"acfdcfd10301a0571225ec3145e241d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/widgets\\/class-wp-widget-pages.php\":{\"d\":1473863582,\"h\":\"8f60df1f5783a04980e94b19b027a632\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Text\\/Diff\\/Renderer\\/inline.php\":{\"d\":1473863580,\"h\":\"880ae56e35b150b4b2c7e9d94227e81e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Text\\/Diff\\/Engine\\/string.php\":{\"d\":1473863580,\"h\":\"3a11b1933d17fc4da9c3000cacef6929\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Text\\/Diff\\/Engine\\/xdiff.php\":{\"d\":1473863580,\"h\":\"d6b91fc8628a0c0474ad58389a475815\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Text\\/Diff\\/Engine\\/native.php\":{\"d\":1473863580,\"h\":\"e5ad272a18821212bee3c3df2ae8780e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Text\\/Diff\\/Engine\\/shell.php\":{\"d\":1473863580,\"h\":\"75ab41dc91cd7e4aaa5e74a5f9e6eeba\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Text\\/Diff\\/Renderer.php\":{\"d\":1473863580,\"h\":\"fc8720df4330b50f59374fdc40d94753\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Text\\/Diff.php\":{\"d\":1473863580,\"h\":\"6c70d59e9e9a6e9bd11537719313e32a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/certificates\\/ca-bundle.crt\":{\"d\":1473863581,\"h\":\"dd1c7bdebdfc411eb8a336e3d758692c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-item-setting.php\":{\"d\":1473863582,\"h\":\"2365d888ae971f0a81e8ddbc9eb6fb5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-site-icon-control.php\":{\"d\":1473863582,\"h\":\"df850b34d66741ffd45db9ce47c03ce1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-section.php\":{\"d\":1473863582,\"h\":\"805cc39342700d6871c72754646fb740\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-filter-setting.php\":{\"d\":1473863582,\"h\":\"c8c2605676fd3e41b3a220e224b11ff7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-background-image-setting.php\":{\"d\":1473863582,\"h\":\"29d940877494fe6a123233b413e39d57\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-control.php\":{\"d\":1473863582,\"h\":\"dae74ca70d79cb4b50cc2aa3c63c1af6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-themes-section.php\":{\"d\":1473863582,\"h\":\"2eef141ca8a69cffc8d51eee31224156\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-widget-area-customize-control.php\":{\"d\":1473863582,\"h\":\"57d66f565b9ae3d0107efef45451a485\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-header-image-setting.php\":{\"d\":1473863582,\"h\":\"7b76bf566115c9dae5b23531fb3174a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-upload-control.php\":{\"d\":1473863582,\"h\":\"4aeba7d8c346f71e79c5bea97240937b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-widget-form-customize-control.php\":{\"d\":1473863582,\"h\":\"887fd01bd4eba2d0ecc4170d007d88a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-auto-add-control.php\":{\"d\":1473863582,\"h\":\"0ab3b790f65a6dac64d535ae39813930\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-nav-menus-panel.php\":{\"d\":1473863582,\"h\":\"11bc9a75ec3a51269382849fc2925384\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-setting.php\":{\"d\":1473863582,\"h\":\"5e012aa4777e15fda3f385b558fa45e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-sidebar-section.php\":{\"d\":1473863582,\"h\":\"21542b6361ceb246afb8a4b1ecc4d2eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-image-control.php\":{\"d\":1473863582,\"h\":\"5569b414680e2dc9c0201b84f6ee4bf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-new-menu-section.php\":{\"d\":1473863582,\"h\":\"9c48b607e29bb1300638a614bcc30a85\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-background-image-control.php\":{\"d\":1473863582,\"h\":\"504b848661a5ecd48f2773c4f931c8a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-theme-control.php\":{\"d\":1473863582,\"h\":\"e02dd8f536fc71b1fcd58f204bcbdfef\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-selective-refresh.php\":{\"d\":1473863582,\"h\":\"37130b6dae13888d900a6d86ad63ee84\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-name-control.php\":{\"d\":1473863582,\"h\":\"7be860d996d35f933754a894c8a50833\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-location-control.php\":{\"d\":1473863582,\"h\":\"21937ae7a6d44e486f3b1625b1a9eb3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-new-menu-control.php\":{\"d\":1473863582,\"h\":\"5b8bc62182f5b6415bac0d1d5a4cb4cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-header-image-control.php\":{\"d\":1473863582,\"h\":\"5d1bfb92fc2d0963bd528aa50637f881\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-cropped-image-control.php\":{\"d\":1473863582,\"h\":\"188e5b572722f166ecf649de99a99f74\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-partial.php\":{\"d\":1473863582,\"h\":\"258777a25990b9240cba91100ae1eb75\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-item-control.php\":{\"d\":1473863582,\"h\":\"4e278416b0f349b125a0ea8fa339a77d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-media-control.php\":{\"d\":1473863582,\"h\":\"72d9749d6a2b497138ee8636e1f0909d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/customize\\/class-wp-customize-color-control.php\":{\"d\":1473863582,\"h\":\"702e0f2feca78a4f936e426b9072748a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/theme-compat\\/sidebar.php\":{\"d\":1473863581,\"h\":\"8087f37304ad86ff1748b4446c9a2c0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/theme-compat\\/footer-embed.php\":{\"d\":1473863581,\"h\":\"16841cf55adc04ab84f22e932b96196a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/theme-compat\\/header-embed.php\":{\"d\":1473863581,\"h\":\"67962ba2c878829d26817766d258dcc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/theme-compat\\/footer.php\":{\"d\":1473863581,\"h\":\"8c5ff873dc3098a5e46ccbbf909c377e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/theme-compat\\/comments.php\":{\"d\":1473863581,\"h\":\"1822ba9f62e4bf3d510a7e4306e67d4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/theme-compat\\/embed-content.php\":{\"d\":1473863581,\"h\":\"8d56b68c3883df89dc813b2eafa2901c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/theme-compat\\/embed.php\":{\"d\":1473863581,\"h\":\"72b64c89bf45f2760c6133f7a3dd3649\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/theme-compat\\/embed-404.php\":{\"d\":1473863581,\"h\":\"8fab25000fafee699fb4e76871ed02f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/theme-compat\\/header.php\":{\"d\":1473863581,\"h\":\"304c40bba1dd25870a0bceffefc25024\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/rest-api\\/class-wp-rest-server.php\":{\"d\":1473863582,\"h\":\"64964c3b1a3880adbce85066522f2afe\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/rest-api\\/class-wp-rest-request.php\":{\"d\":1473863582,\"h\":\"e43dfc7c15b4f2845a17318870d0c357\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/rest-api\\/class-wp-rest-response.php\":{\"d\":1473863582,\"h\":\"08796d0cda636c6a24bcebbb73ef2c98\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/pomo\\/entry.php\":{\"d\":1473863581,\"h\":\"ed9d811ef0cb13bdc0fa60b8314c8d61\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/pomo\\/mo.php\":{\"d\":1473863581,\"h\":\"c5afce301f6c8344b9b88a2f695b7f9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/pomo\\/po.php\":{\"d\":1473863581,\"h\":\"0ad8053b19fc235615e1569b977c6fc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/pomo\\/streams.php\":{\"d\":1473863581,\"h\":\"beac73a17cc41d2d138d3c69f1967080\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/pomo\\/translations.php\":{\"d\":1473863581,\"h\":\"54f87e748e3a7bfcbb3ec83456861ecd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Response\\/Headers.php\":{\"d\":1473863582,\"h\":\"1ad7c382d2b68f19412da7f43e63a960\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/400.php\":{\"d\":1473863582,\"h\":\"51e56e878cbb564ab852c978fb35fcd0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/414.php\":{\"d\":1473863582,\"h\":\"bca65d55e2409ef6a5291ed8e6a12368\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/404.php\":{\"d\":1473863582,\"h\":\"1ed416cc6311835900857973f8923c4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/500.php\":{\"d\":1473863582,\"h\":\"c0afa9c66b6d830a094815f2124dffda\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/305.php\":{\"d\":1473863582,\"h\":\"58f8f700904bebe62f60a11c2cfbab26\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/416.php\":{\"d\":1473863582,\"h\":\"f931824e39e39617c9aac661804478f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/413.php\":{\"d\":1473863582,\"h\":\"e9963cc15dc99059b7d9ff584c17bfd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/511.php\":{\"d\":1473863582,\"h\":\"03756e9a4e3c4b77f8d09bb9918fd140\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/501.php\":{\"d\":1473863582,\"h\":\"650cdab83034f22d3fe803f5d791a835\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/503.php\":{\"d\":1473863582,\"h\":\"3906f7520861c39f43f46000d45554b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/304.php\":{\"d\":1473863582,\"h\":\"d33b4634ce4113db49ef9dddedf754ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/418.php\":{\"d\":1473863582,\"h\":\"4a21bae298f1c9feda5b0e93fe348af3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/407.php\":{\"d\":1473863582,\"h\":\"c2c817e9f5d8768bbde4d66a26e6c6b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/408.php\":{\"d\":1473863582,\"h\":\"403e3164844958c5144f98ecc8b77689\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/402.php\":{\"d\":1473863582,\"h\":\"60f859d55150da0b0a7a959ac9f347d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/429.php\":{\"d\":1473863582,\"h\":\"53f0dd257c04462ec3a05a6485b38fcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/412.php\":{\"d\":1473863582,\"h\":\"25b88449dcb7a1a83dd906378aa556c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/306.php\":{\"d\":1473863582,\"h\":\"57737a071fa1754e50db6adcc9f25875\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/Unknown.php\":{\"d\":1473863582,\"h\":\"da646c02e1ab81b632af41fbcf0a57ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/417.php\":{\"d\":1473863582,\"h\":\"4270026a1b8e684f5ec0635c47201c23\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/410.php\":{\"d\":1473863582,\"h\":\"71be4f3437dfbadda52f38582184e19b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/431.php\":{\"d\":1473863582,\"h\":\"e0e3737c622417ca08d5d1933c1489d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/502.php\":{\"d\":1473863582,\"h\":\"7cc83a6c80cf7af9d5217b17fb47ff69\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/403.php\":{\"d\":1473863582,\"h\":\"bcd160e8f70dc76ffbbf6b33b7fe31df\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/405.php\":{\"d\":1473863582,\"h\":\"dd38d182de6d21b2d2ac18b381adf97f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/415.php\":{\"d\":1473863582,\"h\":\"0258cc0fb05462ea8f11ccaea34a55c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/401.php\":{\"d\":1473863582,\"h\":\"3b2ab80eb9cbfd87baa23fc1648e9940\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/428.php\":{\"d\":1473863582,\"h\":\"9a97bb0369f70142e4e57da75eae742a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/411.php\":{\"d\":1473863582,\"h\":\"27a552a1e4160c4df61b2eca5a604796\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/409.php\":{\"d\":1473863582,\"h\":\"995a1dc469e67e2a3d0b8f9bebfea9b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/505.php\":{\"d\":1473863582,\"h\":\"8e5d4109053303e65b2f4364c1ac12de\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/406.php\":{\"d\":1473863582,\"h\":\"4bc8cb6cef688c729edc3990220006ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/504.php\":{\"d\":1473863582,\"h\":\"02d76d8cccaa446293201112908a2aa5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/Transport\\/cURL.php\":{\"d\":1473863582,\"h\":\"853654cd672a1a9b3a09af077837dfe1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/Transport.php\":{\"d\":1473863582,\"h\":\"abbb6cf8da7ae8ea204a0118ab5ed101\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception\\/HTTP.php\":{\"d\":1473863582,\"h\":\"e8d5fc68b3c6fa15e4526c161172dae5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Transport\\/cURL.php\":{\"d\":1484166266,\"h\":\"0ee4801d08da383712136160435ae0d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Transport\\/fsockopen.php\":{\"d\":1484166266,\"h\":\"1d21ee4a4f60ad1afc48f118483fb73f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Proxy\\/HTTP.php\":{\"d\":1473863582,\"h\":\"ffd0e62f32db05bdbda6bca407d7f029\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Auth\\/Basic.php\":{\"d\":1473863582,\"h\":\"67fdd878cc84df15093455d6096b2143\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Cookie\\/Jar.php\":{\"d\":1473863582,\"h\":\"e9300c5fb1f52670a0b52234d95c9510\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Utility\\/CaseInsensitiveDictionary.php\":{\"d\":1473863582,\"h\":\"b5f03ac8c752b34b9e726f04d548327a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Utility\\/FilteredIterator.php\":{\"d\":1473863582,\"h\":\"10f9a2d9618ed678b72541aa9e0579d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Cookie.php\":{\"d\":1473863582,\"h\":\"d19d43afe99bc52881322b927960a4d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/SSL.php\":{\"d\":1473863582,\"h\":\"265067eb274136ac28be300b37540c4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/IPv6.php\":{\"d\":1473863582,\"h\":\"a5df4b884e8a07e81703f1ac6b6e54b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Exception.php\":{\"d\":1473863582,\"h\":\"879bac9efa180085ab33e90e1acc5249\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/IRI.php\":{\"d\":1484166266,\"h\":\"183508325d839c7bf27db5f909600e58\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Proxy.php\":{\"d\":1473863582,\"h\":\"b5406b1037b500d7d374b85c2a879947\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Transport.php\":{\"d\":1473863582,\"h\":\"019c993bce6bed178baf4b5c566cc617\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Hooker.php\":{\"d\":1473863582,\"h\":\"0f08c5401425a9615bd19e2f34a5e107\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Auth.php\":{\"d\":1473863582,\"h\":\"3197d2529dd957b2acc3944f5bfcd64a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/IDNAEncoder.php\":{\"d\":1473863582,\"h\":\"d77dada232f0079b1412e0d050b4d8b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Session.php\":{\"d\":1473863582,\"h\":\"37f8cadd86fcbfce9602b5bcf67d6c8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Hooks.php\":{\"d\":1473863582,\"h\":\"2c15a0a520b9a8976778a169ceebd919\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/Requests\\/Response.php\":{\"d\":1473863582,\"h\":\"11ce7086bbb7ae52e6abb7c4fd270b47\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/random_compat\\/random_bytes_com_dotnet.php\":{\"d\":1473863582,\"h\":\"1e6572bde34c56cbc47374721ce19ede\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/random_compat\\/random_int.php\":{\"d\":1473863582,\"h\":\"90e6daf85d6d0d6956692bd49033ed38\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/random_compat\\/random_bytes_mcrypt.php\":{\"d\":1473863582,\"h\":\"256cf4e9312f73c5806c8b291677d269\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/random_compat\\/error_polyfill.php\":{\"d\":1473863582,\"h\":\"c25954e57e1ae32722fa6c840a55658c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/random_compat\\/random_bytes_libsodium_legacy.php\":{\"d\":1473863582,\"h\":\"f47e469a9c2ddee526ca362c87e18551\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/random_compat\\/random_bytes_openssl.php\":{\"d\":1473863582,\"h\":\"b369564bffc76d82449527930b638dba\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/random_compat\\/random.php\":{\"d\":1473863582,\"h\":\"878595e91ef1477c8c315b085f73319a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/random_compat\\/cast_to_int.php\":{\"d\":1473863582,\"h\":\"fa5f76745ac2d63b9466f130d35c7fb1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/random_compat\\/random_bytes_dev_urandom.php\":{\"d\":1473863582,\"h\":\"503c21cb3db02ded66e01ff8614468bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/random_compat\\/random_bytes_libsodium.php\":{\"d\":1473863582,\"h\":\"818c88a4f866d417fadb7d1907f7ab3e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/random_compat\\/byte_safe_strings.php\":{\"d\":1473863582,\"h\":\"fc75c18c95d974a9fdb1b101f66f7969\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/HTTP\\/Parser.php\":{\"d\":1473863582,\"h\":\"5725c7d0fb347f1c08df3690a58f3609\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Decode\\/HTML\\/Entities.php\":{\"d\":1473863582,\"h\":\"45975e2fcf0d428691a55a2394252f61\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Parse\\/Date.php\":{\"d\":1473863582,\"h\":\"ee82d2e70dc8afc6b96510d2b9cff45e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/XML\\/Declaration\\/Parser.php\":{\"d\":1473863582,\"h\":\"8fb1da7028c385bb9d4203c9f6732362\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Net\\/IPv6.php\":{\"d\":1473863582,\"h\":\"a546790e216abdd9801795949fb6b40f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Content\\/Type\\/Sniffer.php\":{\"d\":1473863582,\"h\":\"7c72c3f369855562d96c77ece1c7db33\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Cache\\/Base.php\":{\"d\":1473863582,\"h\":\"9443eda189bbd9325d0c9c045d237c6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Cache\\/MySQL.php\":{\"d\":1473863582,\"h\":\"e8911ece15df42ca43991a48d5785687\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Cache\\/File.php\":{\"d\":1473863582,\"h\":\"a33dbb0540ecc29cc6425b14100953d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Cache\\/Memcache.php\":{\"d\":1473863582,\"h\":\"f69d4a55b2a1168531535107ab843fb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Cache\\/DB.php\":{\"d\":1473863582,\"h\":\"0659bf084f55a303f5922edc62bcfbf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Author.php\":{\"d\":1473863582,\"h\":\"348071ed105ff0418b25964e771ba331\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Credit.php\":{\"d\":1473863582,\"h\":\"0385e4a14de78c8b2a167f3e0aea197c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Exception.php\":{\"d\":1473863582,\"h\":\"094bfd76269c9fcc3c5cda8f05d05335\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Source.php\":{\"d\":1473863582,\"h\":\"8e83bb1de3e018f0537bb32a8c9617ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/IRI.php\":{\"d\":1473863582,\"h\":\"6e16ff20d3e68692cf3b617b875f36f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/gzdecode.php\":{\"d\":1473863582,\"h\":\"c538e2bc0e866197db616c17841134d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Enclosure.php\":{\"d\":1473863582,\"h\":\"122e861f42eb6e01ce8d4b0f11fb735d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Misc.php\":{\"d\":1473863582,\"h\":\"cecde679c62dd50207d8d25ece1a4b89\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/File.php\":{\"d\":1473863582,\"h\":\"aeba08ad6b558736ea0aaf2beb2925b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Core.php\":{\"d\":1473863582,\"h\":\"a4ae19a923b890f2dcf7e2d415fd1ad2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Category.php\":{\"d\":1473863582,\"h\":\"ba7ec8cc3f13d4f27f2e0adcaf64bb2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Sanitize.php\":{\"d\":1473863582,\"h\":\"42d8b8c0cf46b5d8a511e0ae48b88f75\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Item.php\":{\"d\":1473863582,\"h\":\"104510e221fa08437aec008e633cdca7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Rating.php\":{\"d\":1473863582,\"h\":\"3d7013a46d09c74b0ee3d8af617412fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Locator.php\":{\"d\":1473863582,\"h\":\"8073a4c6da1bb33b877576665ef5eab5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Registry.php\":{\"d\":1473863582,\"h\":\"1cc8a2e6c0b5dd3176398d6400f0d9b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Caption.php\":{\"d\":1473863582,\"h\":\"bdbabcdcca426a4dadf6675bc4c4ebe9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Copyright.php\":{\"d\":1473863582,\"h\":\"bd7fbf68b954a9d50955cc808db7cb6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Cache.php\":{\"d\":1473863582,\"h\":\"79fc9017a23a836f4d0f68f7764ca734\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Restriction.php\":{\"d\":1473863582,\"h\":\"2a191e7168116418817388113bd57914\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/SimplePie\\/Parser.php\":{\"d\":1473863582,\"h\":\"52bb2ee462e7e414a77efdc7ebf52bcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/images\\/crystal\\/license.txt\":{\"d\":1473863582,\"h\":\"f05db54c63e36918479b6651930dcfe7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/module.tag.id3v2.php\":{\"d\":1473863582,\"h\":\"f26306a3858ad4074679d94f2aeead4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/module.audio-video.matroska.php\":{\"d\":1473863581,\"h\":\"639aa5ae894b396a00fb53fc8069e74a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/readme.txt\":{\"d\":1473863582,\"h\":\"9396dfe1c69c938eb17f564c4e5bab18\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/module.audio-video.quicktime.php\":{\"d\":1473863582,\"h\":\"272dfd6e4c391f20611a11d921e66eeb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/module.audio.mp3.php\":{\"d\":1473863582,\"h\":\"eb87257b2f0507f4ac5591d4226dfc86\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/module.audio-video.asf.php\":{\"d\":1473863582,\"h\":\"286b1999c151b7ba01cfd57c24e134cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/module.tag.id3v1.php\":{\"d\":1473863582,\"h\":\"2b368be9e19051d00cac0e67341d051d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/license.txt\":{\"d\":1473863582,\"h\":\"35d98aadf8f7cc6851336651f7a66b98\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/module.audio-video.flv.php\":{\"d\":1473863582,\"h\":\"6b834869b62c57fea91851b146dce3d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/module.audio.ac3.php\":{\"d\":1473863582,\"h\":\"e81c4500fb4c3b224fd2f9a78ba66427\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/module.tag.apetag.php\":{\"d\":1473863582,\"h\":\"346c8c1b97caecba5592a91452fa3949\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/module.tag.lyrics3.php\":{\"d\":1473863582,\"h\":\"1255f9fb3380ba93dd223981b21832ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/license.commercial.txt\":{\"d\":1473863582,\"h\":\"0a3b670896fc4a8067adb2c6d978418e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/getid3.lib.php\":{\"d\":1473863582,\"h\":\"c52de7647222fe4b24e2ea04755f99b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/module.audio.dts.php\":{\"d\":1473863582,\"h\":\"f3ea566007c94c03372eb6f46c5d2001\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/module.audio.flac.php\":{\"d\":1473863582,\"h\":\"055003ea7c0388fd73107113d3ed3bc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/module.audio-video.riff.php\":{\"d\":1473863582,\"h\":\"ee82540f026662197f7003474fd92de2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/module.audio.ogg.php\":{\"d\":1473863582,\"h\":\"7bdc813a7fa95feceed4f6d4b37d3c97\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ID3\\/getid3.php\":{\"d\":1473863582,\"h\":\"97bcd61856df7afa653d491775efda5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/jquery-ui-dialog.min.css\":{\"d\":1473863581,\"h\":\"dae18845cfc3c211c5c6de92401b2ad5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/editor.min.css\":{\"d\":1473863581,\"h\":\"eeae1118610e5531c31ba2bcb9307e53\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/dashicons.min.css\":{\"d\":1473863581,\"h\":\"cf3c0e8f26fe2025a0f22138ffe30d53\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/admin-bar.min.css\":{\"d\":1473863581,\"h\":\"3a4f06342b20831610cd2389936d60cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/buttons-rtl.css\":{\"d\":1473863581,\"h\":\"18cac60d5d31e37c3070817504c62af3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/media-views.min.css\":{\"d\":1473863581,\"h\":\"2a1ab38629d6f10178a0d200e7edaad1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/media-views-rtl.css\":{\"d\":1473863581,\"h\":\"0f5b4dc649f5d2218067a8c37e7c1bab\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/jquery-ui-dialog-rtl.css\":{\"d\":1473863581,\"h\":\"10939ff6a3629fba80e30e2e7c526901\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/buttons-rtl.min.css\":{\"d\":1473863581,\"h\":\"04203d21bcc20f3c309146e22db92332\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/wp-embed-template.css\":{\"d\":1473863581,\"h\":\"58d51bdeef6c8132410f1a7af5be8eec\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/customize-preview.css\":{\"d\":1473863581,\"h\":\"0ab30f10403b04fae67be3820704c05f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/wp-auth-check.min.css\":{\"d\":1473863581,\"h\":\"d1f94f9a93f83b7dc4d924f04842d294\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/admin-bar-rtl.min.css\":{\"d\":1473863581,\"h\":\"9b64d09bbbe5b190fcd535d858fb353f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/dashicons.css\":{\"d\":1473863581,\"h\":\"cbd78303f0ab99bcf4470575b0f8a7ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/editor.css\":{\"d\":1473863581,\"h\":\"2bb48c16cf49b06d70fea86fe99edfff\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/media-views-rtl.min.css\":{\"d\":1473863581,\"h\":\"473143467093228d834df66130904558\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/editor-rtl.css\":{\"d\":1473863581,\"h\":\"790856d6a811fc7fe402923db7b6a5b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/wp-auth-check-rtl.css\":{\"d\":1473863581,\"h\":\"cceefa969cbff4bcacfa3a39ff48214c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/wp-pointer.css\":{\"d\":1473863581,\"h\":\"82eeae4c68288d28c8809ef9fb1bc3ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/admin-bar.css\":{\"d\":1473863581,\"h\":\"aff1e25a4b4a2e2a46ab7ea46d5b9925\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/wp-pointer-rtl.css\":{\"d\":1473863581,\"h\":\"8bb0bef9034c514f114e05ff9fc63840\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/wp-pointer.min.css\":{\"d\":1473863581,\"h\":\"7e9fd782602ead0ddd91ecbe600bb078\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/admin-bar-rtl.css\":{\"d\":1473863581,\"h\":\"7b8a4eb193902f3eb5321be2a1f8f39e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/jquery-ui-dialog-rtl.min.css\":{\"d\":1473863581,\"h\":\"de1c2e841d52991cc738f4b029a4f249\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/wp-embed-template-ie.min.css\":{\"d\":1473863581,\"h\":\"1aec3cac7756e9b405bcbf0ad39c7772\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/media-views.css\":{\"d\":1473863581,\"h\":\"251ddd705433c207dac4dc90b01abbe3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/buttons.css\":{\"d\":1473863581,\"h\":\"5e4b2f1d423c73e86cc870546a3843a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/wp-auth-check.css\":{\"d\":1473863581,\"h\":\"85752ca8c899aee3297e87479fd51994\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/wp-embed-template-ie.css\":{\"d\":1473863581,\"h\":\"eeb729369ef309d89ed0bc7120aacadf\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/buttons.min.css\":{\"d\":1473863581,\"h\":\"fa03516663b10fb9654af4e680ccc42b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/editor-rtl.min.css\":{\"d\":1473863581,\"h\":\"7475bf3300b9b09cfdad9491bca3f215\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/customize-preview.min.css\":{\"d\":1473863581,\"h\":\"76bf4def75558cdf6dcfc19e594b77a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/wp-pointer-rtl.min.css\":{\"d\":1473863581,\"h\":\"456e10f2561e65f2b76c1985b657ebdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/wp-auth-check-rtl.min.css\":{\"d\":1473863581,\"h\":\"5bbe4c2ecb541952ca408683e79fbb14\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/wp-embed-template.min.css\":{\"d\":1473863581,\"h\":\"433386de4a64b9ca6d74e14756bdaff6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/css\\/jquery-ui-dialog.css\":{\"d\":1473863581,\"h\":\"a0347ba6476ac6b646d145697970e81c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/wlwmanifest.xml\":{\"d\":1473863582,\"h\":\"dfd490b6f383ea02a269031ff05e8896\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/category-template.php\":{\"d\":1473863581,\"h\":\"2b57a49da24b06c0d02a3fc2238e0984\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-ajax-response.php\":{\"d\":1473863582,\"h\":\"2c6387e0462bc6759a8783d5ed897f09\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-error.php\":{\"d\":1473863581,\"h\":\"f0c9e766997dea80f9c0496e27f141fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/post-thumbnail-template.php\":{\"d\":1473863581,\"h\":\"cd0d2fcf22d2d8a6e08ac3759ffd3bbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/option.php\":{\"d\":1473863582,\"h\":\"bb065e9791a346284ff845420bca40b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/nav-menu.php\":{\"d\":1473863582,\"h\":\"9e142734df35c9725fa43c86686d4adc\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-rewrite.php\":{\"d\":1473863582,\"h\":\"1aac7a74a43faab53d3c22a81fa1fa92\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/load.php\":{\"d\":1473863581,\"h\":\"72665e7c5b2aa12c4532246452c657f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-locale.php\":{\"d\":1473863582,\"h\":\"0a754f12fa092e607bd5be995fec1625\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/link-template.php\":{\"d\":1473863582,\"h\":\"f8eb60edef54c7bae47dbc5fe20c0947\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/template.php\":{\"d\":1473863582,\"h\":\"0290d6f89dac0621f1e2b984f80b04e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-phpmailer.php\":{\"d\":1484166266,\"h\":\"cdb006e5101c47263c79f735c4ea35f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/registration-functions.php\":{\"d\":1473863582,\"h\":\"1c4b69ca4cd9b8538714b2483d0e5995\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-customize-nav-menus.php\":{\"d\":1473863580,\"h\":\"3af7ac381b778a76b72bd4ae1a49ef2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-requests.php\":{\"d\":1484166266,\"h\":\"3965aca1181b2fb6ec75617ab4d4223c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/bookmark-template.php\":{\"d\":1473863581,\"h\":\"b4675b6c675004098ba08c353522ea81\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/capabilities.php\":{\"d\":1473863582,\"h\":\"6952796a814717e113d7d523c82c3b41\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-customize-control.php\":{\"d\":1473863580,\"h\":\"b11c301b7dd71cee78e9a04a5a5979f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-feed.php\":{\"d\":1473863581,\"h\":\"3c23277686d75352148cc10ca9cf1fc1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/pluggable.php\":{\"d\":1488950423,\"h\":\"7a334ad68610a575582801cd9adc24af\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/admin-bar.php\":{\"d\":1473863581,\"h\":\"5aebbb647070fadb36abbc6e19199423\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/template-loader.php\":{\"d\":1473863581,\"h\":\"6cd4b6dfb502a50a65c8af9c4ce8ae07\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-tax-query.php\":{\"d\":1473863582,\"h\":\"da42e0ad13e157c565e023283705a339\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/general-template.php\":{\"d\":1473863582,\"h\":\"0eb5877eba6a3e4b586c67925f691406\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-embed.php\":{\"d\":1473863581,\"h\":\"2f177adbdbff0cae6d9906b6815f06cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/category.php\":{\"d\":1473863582,\"h\":\"ace09bb8deedecb17c0df74a7050c8df\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/post-template.php\":{\"d\":1473863582,\"h\":\"6f4a06aba0d82defb1d87c8a774121bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-walker-category-dropdown.php\":{\"d\":1473863582,\"h\":\"0991dfb6e6ff797684dd25602cadc96d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class.wp-styles.php\":{\"d\":1473863582,\"h\":\"8255de3a300af152c78468611dbf3604\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/http.php\":{\"d\":1473863580,\"h\":\"6d3093c69c3be12d04a9123f31667c03\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/bookmark.php\":{\"d\":1473863582,\"h\":\"01fb8646005bff0c2e480096267500e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-walker-page.php\":{\"d\":1473863582,\"h\":\"1f121c7036acd211c8ea458db6731c24\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/default-widgets.php\":{\"d\":1473863581,\"h\":\"12a94f6954b830fc2a00da68fa2967bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-http-curl.php\":{\"d\":1473863582,\"h\":\"e41051adc047c1234a8952c3991c41ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-user.php\":{\"d\":1473863582,\"h\":\"7f4d0c88b91e98cba51911ccdb8a5ce8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-admin-bar.php\":{\"d\":1473863581,\"h\":\"39c9dfd486b8f1d8d09468cf0857b89c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/widgets.php\":{\"d\":1473863581,\"h\":\"aa6d712d7611ae58302bde3dd6e034c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/comment-template.php\":{\"d\":1473863581,\"h\":\"0d333a5d9d027c2e07bd5322f45ada56\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-http.php\":{\"d\":1494983698,\"h\":\"0d801bd3f4e43ab9158232f939912c4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-http-cookie.php\":{\"d\":1473863582,\"h\":\"def187bf659eee2ea973faca88ed46d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-post-type.php\":{\"d\":1473863582,\"h\":\"d005bf16559abe48c221cbbdf036ff03\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/default-filters.php\":{\"d\":1473863582,\"h\":\"7f1526f33af6c02d9f1f04d366c9f40f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/registration.php\":{\"d\":1473863581,\"h\":\"d4f39e983366ea5c1b3fd4644b19ae06\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/feed-rss2.php\":{\"d\":1473863582,\"h\":\"8b1cdda3ebc54e0629e3b869e2f80ab8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/rss.php\":{\"d\":1473863582,\"h\":\"609ac286a7da5bc65ebbceee410b3ab6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-theme.php\":{\"d\":1484166266,\"h\":\"4ad2f95bc301f5980df19081070aa9e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/plugin.php\":{\"d\":1473863581,\"h\":\"29641e09b4c5f27087f5e512c3a4cc93\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-customize-section.php\":{\"d\":1473863581,\"h\":\"cb960ae779c033cf96466c61f7a395a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/shortcodes.php\":{\"d\":1473863582,\"h\":\"ddd3ff5df7f0f143f8747f4df09913e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class.wp-dependencies.php\":{\"d\":1473863581,\"h\":\"c4d1cd18cb9dd82ebfa4f0cd3783c368\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-http-proxy.php\":{\"d\":1473863581,\"h\":\"c03d899abae74d1a7ba338297605bb1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ms-functions.php\":{\"d\":1484166266,\"h\":\"9815f5185adf75085a1ee621ee8d22ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-http-encoding.php\":{\"d\":1473863580,\"h\":\"6bd6106b97e662ea37e568da5e233cc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-network-query.php\":{\"d\":1473863582,\"h\":\"7b53e5c1653bcfcbd98ca4f880f8570f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-widget-factory.php\":{\"d\":1473863582,\"h\":\"f2a675bb7b4dfcd2a483335b03d989de\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/functions.wp-styles.php\":{\"d\":1473863581,\"h\":\"e9a43e4abb15ecf88d986da54c90a336\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp.php\":{\"d\":1473863582,\"h\":\"9de738a5b7840d296fc51085df4d9be7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/user.php\":{\"d\":1473863582,\"h\":\"30b1802eafa113e764a301ad4d742944\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/feed-rdf.php\":{\"d\":1473863581,\"h\":\"0f2afc49ccb31fa4899cb8371e42b0a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-http-response.php\":{\"d\":1473863581,\"h\":\"76b1bfd0de707bca95d3912c25fd539c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-walker-comment.php\":{\"d\":1473863582,\"h\":\"6a658053f04e0a0906c4d77d3a47b73c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/compat.php\":{\"d\":1473863582,\"h\":\"f50f625bd3d102fc84ef026c63d11d60\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/functions.php\":{\"d\":1484166266,\"h\":\"f85121a5f5d256d21af145356e216d32\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-metadata-lazyloader.php\":{\"d\":1473863581,\"h\":\"b7cbf9911d4690a12c9b31f7ccef81a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/functions.wp-scripts.php\":{\"d\":1473863580,\"h\":\"0f34647d3753e2c26fc4975795dda72a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/update.php\":{\"d\":1473863582,\"h\":\"c023c0b57e2c914b20e5dab983d75366\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/theme.php\":{\"d\":1473863581,\"h\":\"fb12c3149ab5f3522cd46eb6e5c79565\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/embed-template.php\":{\"d\":1473863581,\"h\":\"880c0f3ebdef45564a7b3b1536ff212a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-role.php\":{\"d\":1473863581,\"h\":\"5e6d69020bd12aeb874ff64e74b2790c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/post-formats.php\":{\"d\":1473863581,\"h\":\"824ae252f1d6934c172a51293e1bcfdd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-json.php\":{\"d\":1473863582,\"h\":\"808a427ba07643d4deaf4dfdcf418e6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-user-query.php\":{\"d\":1473863582,\"h\":\"d660d015da21796d5c1ffb09e8534d9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/cron.php\":{\"d\":1473863581,\"h\":\"da8f07c0efd69b3d9a9558b5330520cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-customize-panel.php\":{\"d\":1473863582,\"h\":\"f18f315b81d92cb653a82d902e42dee4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/rewrite.php\":{\"d\":1473863582,\"h\":\"7fdb1e49efcad59217d02b5849f237b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ms-default-constants.php\":{\"d\":1473863582,\"h\":\"9b7fb9f3a984bcc64b5595717cac4a80\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-meta-query.php\":{\"d\":1473863582,\"h\":\"1e8404e9ce36ac2197daadee7dc41870\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/vars.php\":{\"d\":1473863581,\"h\":\"cdd1939efca2d5bad7e9ec8d4a82cf80\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/rss-functions.php\":{\"d\":1473863582,\"h\":\"19ff1fae31fd2d0338c7601bcb4baf58\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ms-load.php\":{\"d\":1473863582,\"h\":\"7f6f077923a9c9c8334783a9ef9be786\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-image-editor-imagick.php\":{\"d\":1473863582,\"h\":\"4e64a3abfac2e8c7bf7f693da658b018\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/default-constants.php\":{\"d\":1473863581,\"h\":\"4fd9234659696cf146988184e149e3f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-term.php\":{\"d\":1473863582,\"h\":\"23c3a615ec11a358d1897b0c04bf80ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-simplepie.php\":{\"d\":1473863581,\"h\":\"0dbef394a91127f068ac8fdd587d4895\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ms-deprecated.php\":{\"d\":1473863581,\"h\":\"8ff5871759306109471b880014429211\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/wp-diff.php\":{\"d\":1473863581,\"h\":\"0155554a844ae4358104057d780ee1f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-term-query.php\":{\"d\":1473863581,\"h\":\"afa7364602635baa95985ce2053a14e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-image-editor.php\":{\"d\":1473863582,\"h\":\"0707820286f6d0a2c2c82bd5db08b1c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-walker-page-dropdown.php\":{\"d\":1473863581,\"h\":\"4701bc7c46e09979fa82082957bab4f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-customize-setting.php\":{\"d\":1473863581,\"h\":\"3948fd874dfef6de8e004fc729c71cf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/feed.php\":{\"d\":1473863582,\"h\":\"383b5538562bd6dc4ef3a00d4157b32f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-phpass.php\":{\"d\":1473863582,\"h\":\"03191a210ccbea54cb07dedfedb7cc42\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-roles.php\":{\"d\":1473863580,\"h\":\"50f9360da921f0566eacae492a46c8b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-http-requests-response.php\":{\"d\":1473863581,\"h\":\"c46c6408e9b507a937293c0a6496c376\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-widget.php\":{\"d\":1473863582,\"h\":\"22b169afc0ec0f6236801d1c07a462f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/feed-rss2-comments.php\":{\"d\":1473863581,\"h\":\"d566b83f1c6a97810f3711e4a4676789\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/deprecated.php\":{\"d\":1473863582,\"h\":\"d368d876ba17725287766ddda433ec88\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/taxonomy.php\":{\"d\":1473863582,\"h\":\"dbeb25a74f5c4c6cc0f60dc70ca3ed5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/media.php\":{\"d\":1473863582,\"h\":\"d24915c3790c029e5cdcddcb791409b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-oembed.php\":{\"d\":1473863582,\"h\":\"ef2d3911057da44c6a9ead5c11b68959\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/comment.php\":{\"d\":1473863581,\"h\":\"435a35609f99a2faaae9455555fc0606\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ms-files.php\":{\"d\":1473863581,\"h\":\"d1b36f4a30038939309d41be68c26176\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-smtp.php\":{\"d\":1484166266,\"h\":\"12c62b22075a3c4b74ebc8ab3a98d295\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-editor.php\":{\"d\":1473863582,\"h\":\"96d6d419b5ffdbfb72ef9440fb6cd90a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-comment.php\":{\"d\":1473863582,\"h\":\"2c67c5d546d7c43b9c1b6042679a8cb2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-comment-query.php\":{\"d\":1473863582,\"h\":\"d2bbd0e9cb3fe3e81fcf7c09d43e33fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/date.php\":{\"d\":1473863581,\"h\":\"c43067275f6ee334e749550a6fd01d58\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ms-settings.php\":{\"d\":1473863582,\"h\":\"3fc17d4f9a78266e41cc6261e2e80188\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-site.php\":{\"d\":1473863582,\"h\":\"3a8b7e570b5e4bb5e5b354fe16c2e0a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-http-ixr-client.php\":{\"d\":1473863581,\"h\":\"c1d5c63f0c6f615ad83b6cfe96bd11ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/locale.php\":{\"d\":1473863581,\"h\":\"dadf11e7a1ee22eff31eaf1db8d2a565\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-image-editor-gd.php\":{\"d\":1473863582,\"h\":\"93b1a0a110ceabfa0edea8043640ab50\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/feed-atom.php\":{\"d\":1473863582,\"h\":\"9d1f5cb01f0119ec8046cf120678393b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/rest-api.php\":{\"d\":1473863582,\"h\":\"5cecdd51608c4242241fa93efcdd37d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-customize-manager.php\":{\"d\":1494983698,\"h\":\"bdde5ba1ff23e2556e85b455b10f0b32\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/script-loader.php\":{\"d\":1473863582,\"h\":\"f54eef5753ac0d37e831937931f53354\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/embed.php\":{\"d\":1488950423,\"h\":\"e8a8a1989f8bbaedd7e54ccedb4dd125\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/session.php\":{\"d\":1473863582,\"h\":\"117e75f0c646bc50935677d28de968f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ms-blogs.php\":{\"d\":1473863581,\"h\":\"4ff03949fd4d907c17f8a3a522668b5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-IXR.php\":{\"d\":1473863581,\"h\":\"f6e49b5326b3b44eb7bf181539f11e00\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/version.php\":{\"d\":1494983698,\"h\":\"3f5fd7c69e564188272a1640a84e86b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/revision.php\":{\"d\":1473863581,\"h\":\"f14b8b11155654ac38c1e6ad22db46fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/media-template.php\":{\"d\":1473863581,\"h\":\"b5a48835141ec605222173da0e56cafe\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/atomlib.php\":{\"d\":1473863582,\"h\":\"8befd650a364e9ce4bea86bcb62d2d00\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/feed-atom-comments.php\":{\"d\":1473863580,\"h\":\"1477634d56ee9be19562b06c0c3749f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/query.php\":{\"d\":1485585763,\"h\":\"12f5c317389da11007a05ec565e5d0c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-customize-widgets.php\":{\"d\":1473863582,\"h\":\"6478e5c40a47ecbb46f817368c94aee8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/formatting.php\":{\"d\":1473863581,\"h\":\"341b2bf7bbc2fbc9d756d8793be3c2ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-pop3.php\":{\"d\":1473863582,\"h\":\"a5b5fe1a539c1439bf61d461a9878da8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-http-streams.php\":{\"d\":1473863582,\"h\":\"daba5f5e6cf665ed31109661b3d795e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/meta.php\":{\"d\":1473863582,\"h\":\"df29b117358ed90f814fe51b9d30bb16\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-site-query.php\":{\"d\":1473863582,\"h\":\"0249c0f50a56fe71fbbc020a2a56b38b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-oembed-controller.php\":{\"d\":1473863581,\"h\":\"393e9ec0ed404f381943c2f26d76e345\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-walker-category.php\":{\"d\":1473863582,\"h\":\"395c33fe65447b3a1872a087f60e3d4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/pluggable-deprecated.php\":{\"d\":1473863582,\"h\":\"e463b18764f9a900ccfe7eb7356a12c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-snoopy.php\":{\"d\":1473863582,\"h\":\"73b05cdec5859ff6edcfbcd22ebd0960\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/cache.php\":{\"d\":1473863582,\"h\":\"ccdc40b0d45d50f7f1e643feb973032c\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/l10n.php\":{\"d\":1473863581,\"h\":\"7467851896c114b12a0b81ca34ea826e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/ms-default-filters.php\":{\"d\":1473863582,\"h\":\"c566b5722ef34cdbe75cb0e89280c069\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-network.php\":{\"d\":1473863582,\"h\":\"cc3ed1d2e2c47fb9c4efa84768c2da75\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-xmlrpc-server.php\":{\"d\":1494983698,\"h\":\"3d5c5e67c2e7124d54006589967d00f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-post.php\":{\"d\":1473863582,\"h\":\"7fd0a978a25e58a49e536fe3e3596a26\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-wp-walker.php\":{\"d\":1473863582,\"h\":\"3a57738fc768186f8cde37e12dbecc61\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/feed-rss.php\":{\"d\":1473863582,\"h\":\"14722d9a04565eee9c7cb09d90201e91\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/nav-menu-template.php\":{\"d\":1473863582,\"h\":\"86527d01fa872c9c1e3b8d725ce14d6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/canonical.php\":{\"d\":1473863582,\"h\":\"24245a33170ab78622cf6ba9ceb55a9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class-walker-nav-menu.php\":{\"d\":1473863582,\"h\":\"f2a504d86461cbef62ccadc28b24413b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/author-template.php\":{\"d\":1473863581,\"h\":\"fc8a531329ce2525eac98afe45ed644a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/class.wp-scripts.php\":{\"d\":1473863580,\"h\":\"9ae3f634d1efb2f958284912bc7c5b97\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/post.php\":{\"d\":1473863582,\"h\":\"95d19ca683d2fc40c67c67a17f32c70b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/kses.php\":{\"d\":1473863581,\"h\":\"c9818e851b8a37144abfccea59fa4dbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-includes\\/wp-db.php\":{\"d\":1484166266,\"h\":\"6f3c3a1dce0bdcd252b2516ad28a39f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/.htaccess.cache.1560884565\":{\"d\":1560884565,\"h\":\"86bc0676277af6e0731e8f7fd91ce704\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/403.shtml\":{\"d\":1474908656,\"h\":\"632d05c9c9a8b6bf3bc808e8d9f8885e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/xmlrpc.php\":{\"d\":1473863583,\"h\":\"50a1e1bc88c572bbcee6e644a9d06c75\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/default.html\":{\"d\":1474908656,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/500.shtml\":{\"d\":1474908656,\"h\":\"b77a5c690364e9cd121d03e110ecf583\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-comments-post.php\":{\"d\":1473863580,\"h\":\"2fac3b54c7dd44df595d36deb4344e59\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/error_log\":{\"d\":1484118169,\"h\":\"84fb16aca8387f8f0862730a99e9d560\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/500.php\":{\"d\":1474908656,\"h\":\"a78d8b2096b1bf92db79902196a4939a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-cron.php\":{\"d\":1473863583,\"h\":\"f28242f5766d6525b949f376813236d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/400.shtml\":{\"d\":1474908656,\"h\":\"67e180fd9e4a51ff64769439626e165a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/.htaccess.ea4new\":{\"d\":1556755434,\"h\":\"86bc0676277af6e0731e8f7fd91ce704\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-config-sample.php\":{\"d\":1473863583,\"h\":\"d1490486fc3f4965a6200256a7fe11b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/404.shtml\":{\"d\":1474908656,\"h\":\"fb15b70c9267565cce8a77a096425383\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-settings.php\":{\"d\":1473863579,\"h\":\"923c4fd2d3b2df5b8867cea74bf39f99\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/.htaccess.cache.1548432470\":{\"d\":1548432470,\"h\":\"685f6bb63014885f42f6254ac3132a1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/.htaccess.ea4bak\":{\"d\":1548432479,\"h\":\"0a84feff38fd5b47ff409b09f6a50f80\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-blog-header.php\":{\"d\":1473863580,\"h\":\"edad74614d6d3fa2252c3d74ff037ac7\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-login.php\":{\"d\":1473863583,\"h\":\"8d555189ea5858a76037105d94e12d41\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-mail.php\":{\"d\":1484166266,\"h\":\"c9aab292e223e07e2b477c75977e97bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/license.txt\":{\"d\":1484166266,\"h\":\"0d0434c8b176c525a6fce9cefdf8e106\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-load.php\":{\"d\":1473863583,\"h\":\"d2c63e435ee1cbed010f8608876b32ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/index.php\":{\"d\":1473863580,\"h\":\"b61b25303be0f573a6b9446d5cbe3a5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-config.php\":{\"d\":1548432459,\"h\":\"cbc2254d41e16a28ddc44f1a31fd8415\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/.htaccess.cache.1557860385\":{\"d\":1557860385,\"h\":\"86bc0676277af6e0731e8f7fd91ce704\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-trackback.php\":{\"d\":1473863583,\"h\":\"8fecf12e8ea164ba98d8236b0fb56c0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/readme.html\":{\"d\":1494983698,\"h\":\"8e9f725564294e07c64765188bf9a3fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/401.shtml\":{\"d\":1474908656,\"h\":\"44560a083fefbe256344baf162cf468b\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-links-opml.php\":{\"d\":1473863580,\"h\":\"0a644fafe777bc1379a9c87ceae8badb\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/.htaccess\":{\"d\":1568299062,\"h\":\"093273b09842b655ef7b5740d61fe054\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-activate.php\":{\"d\":1473863580,\"h\":\"82d30eedf71a18789fce81176fd3e80a\"},\"\\/home2\\/zphiblgz\\/public_html\\/development\\/wp-signup.php\":{\"d\":1473863580,\"h\":\"8f0e18a965fcefede65c94bccd71185e\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-snapshots\\/tmp\\/20170103_lambdagammazeta_586bc79c90b4d5836170103154740_archive.zip.riJsSl\":{\"d\":1483458797,\"h\":\"793ec16b947c12dee5d8b7901c38385a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-snapshots\\/tmp\\/20170103_lambdagammazeta_586bc74dd75274495170103154621_scan.json\":{\"d\":1483458388,\"h\":\"747c8d18b792fe0b2d22a565bb818998\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-snapshots\\/tmp\\/20170103_lambdagammazeta_586bc79c90b4d5836170103154740_scan.json\":{\"d\":1483458465,\"h\":\"2af950cff84c3ea14299d103d8073763\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-snapshots\\/tmp\\/20170103_lambdagammazeta_586bc79c90b4d5836170103154740_archive.zip\":{\"d\":1483458484,\"h\":\"74a2bb41333064140338f8bdbb53382a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-snapshots\\/tmp\\/20170103_lambdagammazeta_586bc79c90b4d5836170103154740_database.sql\":{\"d\":1483458484,\"h\":\"b2b584fdb8d517be92cb28f2166e5801\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-snapshots\\/robots.txt\":{\"d\":1536006563,\"h\":\"95c77927d3abdef0e08dd0d5c2ef5147\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-snapshots\\/.htaccess.ea4bak\":{\"d\":1536006563,\"h\":\"99d22d1d8cc37a6376ff8d7b4023a894\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-snapshots\\/dtoken.php\":{\"d\":1536006563,\"h\":\"aa31868ef61b3fc3f7d47c264daf2498\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-snapshots\\/index.php\":{\"d\":1536006563,\"h\":\"aa31868ef61b3fc3f7d47c264daf2498\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-snapshots\\/.htaccess\":{\"d\":1568299062,\"h\":\"7eb825c9c5f32d7efe110c8d7ed402dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/js\\/color-scheme-control.js\":{\"d\":1474909659,\"h\":\"5a95c970e1edcdf6322ff93e297e4f7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/js\\/customize-preview.js\":{\"d\":1474909659,\"h\":\"3241a807c07ff37024d5a318b14a54d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/js\\/functions.js\":{\"d\":1474909659,\"h\":\"41ea2a94670de0e183c4262b67784399\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/js\\/skip-link-focus-fix.js\":{\"d\":1474909659,\"h\":\"f1224221e5eecb4831ade6b6ad2f5073\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/js\\/html5.js\":{\"d\":1474909659,\"h\":\"5ee990907b315027da600eeeaee2e04b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/js\\/keyboard-image-navigation.js\":{\"d\":1474909659,\"h\":\"5de7ed2727c193e9f32f5797a590889e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/inc\\/back-compat.php\":{\"d\":1474909659,\"h\":\"9b9bcb80065e860f6cea17ae74f1df8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/inc\\/template-tags.php\":{\"d\":1474909659,\"h\":\"7e6c97ec036c63c633bd5529c5d90b56\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/inc\\/customizer.php\":{\"d\":1474909659,\"h\":\"78a2097a43e54884275bfbc37ba29630\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/template-parts\\/content.php\":{\"d\":1474909659,\"h\":\"828b24e78ef32f733d4eb09c0e9eb0e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/template-parts\\/content-single.php\":{\"d\":1474909659,\"h\":\"df63599ec46fe84c1d78e2edfa967746\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/template-parts\\/content-page.php\":{\"d\":1474909659,\"h\":\"7345d516801b45cb172ab81cc6d7c8b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/template-parts\\/content-search.php\":{\"d\":1474909659,\"h\":\"077d4139a0d0ce6c0b7f7ffc630a4f57\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/template-parts\\/content-none.php\":{\"d\":1474909659,\"h\":\"782006598d42a9b76a9fb8be8479f6a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/template-parts\\/biography.php\":{\"d\":1474909659,\"h\":\"3c5d5fd7a8b480cb6f83754e07814292\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/Genericons.woff\":{\"d\":1474909659,\"h\":\"f3f73b280148eeed102d4a6874ac7886\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/COPYING.txt\":{\"d\":1474909659,\"h\":\"b9423b96eb6160477fd4a2b7de890419\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/LICENSE.txt\":{\"d\":1474909659,\"h\":\"b234ee4d69f5fce4486a80fdaf4a4263\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/genericons.css\":{\"d\":1474909659,\"h\":\"13a6500ddf36c6dd581877aefc78d34d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/Genericons.ttf\":{\"d\":1474909659,\"h\":\"008827208ffc4eeab99bf3cc14fe1e56\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/README.md\":{\"d\":1474909659,\"h\":\"031ec4ed36a007d7d9f15600d7ebd5e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/Genericons.eot\":{\"d\":1474909659,\"h\":\"bebb165302a5d3a90ab9012f3b5d733e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/css\\/editor-style.css\":{\"d\":1474909659,\"h\":\"da427a0a33a4f0748d1faef4618a49df\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/css\\/ie7.css\":{\"d\":1474909659,\"h\":\"b0c5ff1a5ebdd5862688eb0674496ddd\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/css\\/ie8.css\":{\"d\":1474909659,\"h\":\"22870c763f8a125017fe2efc543c57d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/css\\/ie.css\":{\"d\":1474909659,\"h\":\"c4befec0a6e11c831ed7f4c188181b6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/sidebar.php\":{\"d\":1474909659,\"h\":\"eac298afb626b7030f15a3fa49eb7e72\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/readme.txt\":{\"d\":1474909659,\"h\":\"7c89b278cf9dda5c4e413396dd267be8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/single.php\":{\"d\":1474909659,\"h\":\"a0fa3eb0573b6f5d1eb355a36f6c7e50\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/404.php\":{\"d\":1474909659,\"h\":\"38c8974713403d0c1d2f36bc28c90de0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/sidebar-content-bottom.php\":{\"d\":1474909659,\"h\":\"2b24f15644973caa9e3a7417f82a4132\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/rtl.css\":{\"d\":1474909659,\"h\":\"8ec2f57f746c2e5981ce5a387e58cfa7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/footer.php\":{\"d\":1474909659,\"h\":\"2649588fad6ff41ecc1f129010cf4f71\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/archive.php\":{\"d\":1474909659,\"h\":\"6f6cbdb939a4eefc69ad7e6565150a00\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/page.php\":{\"d\":1474909659,\"h\":\"b9e96fcae16a74cc6dfa4a703ba05ad1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/style.css\":{\"d\":1474909659,\"h\":\"705a4faa4696284cf35c535b7b069879\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/functions.php\":{\"d\":1474909659,\"h\":\"eaff59206c24f77032b9afa4e1909afb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/searchform.php\":{\"d\":1474909659,\"h\":\"82db8fd49b68a57525d03ebcd700235e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/image.php\":{\"d\":1474909659,\"h\":\"b2870b12d1692538a157f70f92d5194f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/comments.php\":{\"d\":1474909659,\"h\":\"6eef443e449757ea25f45f5d7e8d1596\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/index.php\":{\"d\":1474909659,\"h\":\"e892c7110a2cbfcaaa25a0dc4e832a19\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/search.php\":{\"d\":1474909659,\"h\":\"d8af7665469040a0b7310481610801c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentysixteen\\/header.php\":{\"d\":1474909659,\"h\":\"ab5146424e9be12155ac61ee86ecc6e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/js\\/color-scheme-control.js\":{\"d\":1474909659,\"h\":\"6705bda44f3acb5dc98fc1bcc65884db\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/js\\/customize-preview.js\":{\"d\":1474909659,\"h\":\"e0d91074b5f13f0dcd4a34bcc561c329\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/js\\/functions.js\":{\"d\":1474909659,\"h\":\"a76b662d0cca75d9012db66d1d2eb7c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/js\\/skip-link-focus-fix.js\":{\"d\":1474909659,\"h\":\"d774bf15e2e23e3a7bbb9afa92f4f0b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/js\\/html5.js\":{\"d\":1474909659,\"h\":\"e95ca1122287c8b6889b126ac893b750\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/js\\/keyboard-image-navigation.js\":{\"d\":1474909659,\"h\":\"b82f191be2383003721f8b0d6fbaaea9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/inc\\/back-compat.php\":{\"d\":1474909659,\"h\":\"61bf8fc8c8c0c413d7209a085bdc607a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/inc\\/template-tags.php\":{\"d\":1474909659,\"h\":\"8fae5b710860233cfa195e0114c18f5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/inc\\/custom-header.php\":{\"d\":1474909659,\"h\":\"81345fec4ede475e0746fd7d5be59346\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/inc\\/customizer.php\":{\"d\":1474909659,\"h\":\"861825f8459dbf344709f0d3c3f148e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/Genericons.woff\":{\"d\":1474909659,\"h\":\"732ff0fd6e5d9d64b2c8c81f7ac83f01\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/COPYING.txt\":{\"d\":1474909659,\"h\":\"b9423b96eb6160477fd4a2b7de890419\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/LICENSE.txt\":{\"d\":1474909659,\"h\":\"b234ee4d69f5fce4486a80fdaf4a4263\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/genericons.css\":{\"d\":1474909659,\"h\":\"c4a5f119c255c653e1ff74af2b021baf\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/Genericons.ttf\":{\"d\":1474909659,\"h\":\"bd260e7477d834b7d0890b9470638124\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/README.md\":{\"d\":1474909659,\"h\":\"75f6390a4a93fd4c613751b7a9e78491\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/Genericons.eot\":{\"d\":1474909659,\"h\":\"e286921c96e71c281fedc8376ba46a7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/css\\/editor-style.css\":{\"d\":1474909659,\"h\":\"c542480da525a3dc0c255ed966c90dcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/css\\/ie7.css\":{\"d\":1474909659,\"h\":\"6468f9823d831d5b4b4d37d5c52c88ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/css\\/ie.css\":{\"d\":1474909659,\"h\":\"f86cdf670ff2a4f649194e8e36c1b7fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/sidebar.php\":{\"d\":1474909659,\"h\":\"eca6c02ab3707a042e39f47b88a5e153\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/readme.txt\":{\"d\":1474909659,\"h\":\"6954f4d9554857225ed94bd80022ef70\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/content.php\":{\"d\":1474909659,\"h\":\"3f3c689e9ad6173e43bda54271d0ce70\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/single.php\":{\"d\":1474909659,\"h\":\"c86c43956ebcd706efb11b2ff4da13ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/404.php\":{\"d\":1474909659,\"h\":\"acf3c2a0019a9232d54d4414802491b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/content-page.php\":{\"d\":1474909659,\"h\":\"06da247a78e2c415f8361bde93934d23\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/rtl.css\":{\"d\":1474909659,\"h\":\"f3b49a7beea0b7aba6b5f1d065046816\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/footer.php\":{\"d\":1474909659,\"h\":\"6859d3a0a826e984df36d3098cfd874e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/archive.php\":{\"d\":1474909659,\"h\":\"5b6bf92278874581371240737d6ca51c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/page.php\":{\"d\":1474909659,\"h\":\"429635d5e4118c5e9b001299609043fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/style.css\":{\"d\":1474909659,\"h\":\"d7dce22cf9e07aa002177ab4f36e5fa8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/functions.php\":{\"d\":1474909659,\"h\":\"50fdc8d62861a6f334b46dc94dd6a7a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/image.php\":{\"d\":1474909659,\"h\":\"d8127b8df949bbf73cff3c248da7b07e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/content-search.php\":{\"d\":1474909659,\"h\":\"05eca53c435579fb51924fdfc4cc62cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/content-link.php\":{\"d\":1474909659,\"h\":\"b399e0462769d55610fa310b01bc1bf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/comments.php\":{\"d\":1474909659,\"h\":\"52f7daa26417fdbdc993a84748d5f181\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/index.php\":{\"d\":1474909659,\"h\":\"84c9b262ae5a4b939e934bad57d8ee3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/search.php\":{\"d\":1474909659,\"h\":\"3eb7c42237d19ed78921f0540aaa7df2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/author-bio.php\":{\"d\":1474909659,\"h\":\"34dcd4a152172429fac7ebfb775a4ff5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/content-none.php\":{\"d\":1474909659,\"h\":\"80e901ee9b9656e4081ebd582bd53199\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfifteen\\/header.php\":{\"d\":1474909659,\"h\":\"0136450be21bd6b4b3c14af6a6c64d07\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/js\\/slider.js\":{\"d\":1474909659,\"h\":\"fb29961d43dba40012014728e02cb4ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/js\\/functions.js\":{\"d\":1474909659,\"h\":\"922b981634bb3c5c3e5bcec9d213729a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/js\\/featured-content-admin.js\":{\"d\":1474909659,\"h\":\"ca00eaecff50d9777022a34c4b36dbd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/js\\/html5.js\":{\"d\":1474909659,\"h\":\"5a98a86b5cb48c1506f338463259ce41\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/js\\/keyboard-image-navigation.js\":{\"d\":1474909659,\"h\":\"9ec09e3f667433fcc24b25abb4d91700\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/js\\/customizer.js\":{\"d\":1474909659,\"h\":\"c2076270975f96875b8472e3242fbacd\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/page-templates\\/full-width.php\":{\"d\":1474909659,\"h\":\"4302651322f5c66dbafcb6006f8273e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/page-templates\\/contributors.php\":{\"d\":1474909659,\"h\":\"1c2aa2f090782f3e37ff65878be943b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/inc\\/widgets.php\":{\"d\":1474909659,\"h\":\"eca319d77d4f2599cfe05bdf7e588638\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/inc\\/back-compat.php\":{\"d\":1474909659,\"h\":\"b29ac75d7a34a9cd14f1ab9e660fdfae\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/inc\\/featured-content.php\":{\"d\":1474909659,\"h\":\"f2536a0292c468f72832b79aa39114d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/inc\\/template-tags.php\":{\"d\":1474909659,\"h\":\"742564101e26b69ee68c48152c651a4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/inc\\/custom-header.php\":{\"d\":1474909659,\"h\":\"6300f93c453609b506a93b11e62e2a2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/inc\\/customizer.php\":{\"d\":1474909659,\"h\":\"80cebb16f566725aec2a9e575a876af1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/genericons\\/font\\/genericons-regular-webfont.eot\":{\"d\":1474909659,\"h\":\"adf093b1ec7239c03865a87ae6d60160\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/genericons\\/font\\/genericons-regular-webfont.woff\":{\"d\":1474909659,\"h\":\"db7a8d16b367e4c38591be6d7e979876\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/genericons\\/font\\/genericons-regular-webfont.ttf\":{\"d\":1474909659,\"h\":\"f83f27fb1bfd20d64ba2ae3eaaf4b1ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/genericons\\/Genericons-Regular.otf\":{\"d\":1474909659,\"h\":\"d131056b90b61a4ed8d82b883e148411\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/genericons\\/COPYING.txt\":{\"d\":1474909659,\"h\":\"b9423b96eb6160477fd4a2b7de890419\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/genericons\\/LICENSE.txt\":{\"d\":1474909659,\"h\":\"b234ee4d69f5fce4486a80fdaf4a4263\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/genericons\\/genericons.css\":{\"d\":1474909659,\"h\":\"8604c201ca1b346289d82daf2b6c91f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/genericons\\/README.txt\":{\"d\":1474909659,\"h\":\"4923271c0e79b5a346a440b9c0c76422\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/css\\/editor-style.css\":{\"d\":1474909659,\"h\":\"9a23a1e96059c33072dce3fd9f893f6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/css\\/ie.css\":{\"d\":1474909659,\"h\":\"da04c78e3fc2016e9ef44f6adce36541\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/tag.php\":{\"d\":1474909659,\"h\":\"b98b612c84922756c9b106eb4adb4515\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/sidebar.php\":{\"d\":1474909659,\"h\":\"4f526ee15d266497fbe7fe8e129c8d6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/content-quote.php\":{\"d\":1474909659,\"h\":\"9e64d4eb0b08db6b14f1fb498f393caa\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/readme.txt\":{\"d\":1474909659,\"h\":\"6d071ba09ba561053f73ca1e9b488389\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/category.php\":{\"d\":1474909659,\"h\":\"c6c3c886c3d540398f7bdf0780af253d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/content.php\":{\"d\":1474909659,\"h\":\"fb9aef43aa9619c54b5aa197cbb33fc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/single.php\":{\"d\":1474909659,\"h\":\"194efe4f47287621248a754cf99ae261\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/404.php\":{\"d\":1474909659,\"h\":\"b9b12a3c8353c6228ba30c0ae482f773\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/content-gallery.php\":{\"d\":1474909659,\"h\":\"f3e41626ce9c510857c69760a49e1c77\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/content-page.php\":{\"d\":1474909659,\"h\":\"66dad33222d97a59086c0ffa2f9cb683\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/rtl.css\":{\"d\":1474909659,\"h\":\"c5ac139d63dc35758431f6321c5cebdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/author.php\":{\"d\":1474909659,\"h\":\"151ee220f67d7ae1bdf7bda3f5bc1059\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/footer.php\":{\"d\":1474909659,\"h\":\"71b7c04ae5bfe6196e6a399a54f105c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/archive.php\":{\"d\":1474909659,\"h\":\"d4ef0e158f5a1f8443bf97114a8d2b57\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/page.php\":{\"d\":1474909659,\"h\":\"0b1b4da93b446a0352ef3fa9fa0f0881\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/style.css\":{\"d\":1474909659,\"h\":\"0fc2b210d273ae86ae13abc14283e14d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/content-audio.php\":{\"d\":1474909659,\"h\":\"18fd6764d8e84c235cf608de19a2ac7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/functions.php\":{\"d\":1474909659,\"h\":\"d1b7a45292bf991e2786f9ec09a69aaa\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/image.php\":{\"d\":1474909659,\"h\":\"d0ab7007099a440c088a95c6c62e722e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/taxonomy-post_format.php\":{\"d\":1474909659,\"h\":\"b82e1917fcb15c2b36eddece8121a684\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/content-link.php\":{\"d\":1474909659,\"h\":\"672556d294d18deaeaf88e1bd4aa63a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/comments.php\":{\"d\":1474909659,\"h\":\"2efffbbaf999ea105fdd87eb7f5802ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/index.php\":{\"d\":1474909659,\"h\":\"015e97abd72a9d31ba1e78f7a2d3b623\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/featured-content.php\":{\"d\":1474909659,\"h\":\"01f551fb2071cf9eee3256abfc1cfc77\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/content-featured-post.php\":{\"d\":1474909659,\"h\":\"60c3cc0b0f5810b027a067545c6429d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/content-aside.php\":{\"d\":1474909659,\"h\":\"ab91aa87aa7912c72a73d3240c9c7552\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/search.php\":{\"d\":1474909659,\"h\":\"576673884375879acedaef607da3f4e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/sidebar-content.php\":{\"d\":1474909659,\"h\":\"bf0102a3fcc88324d1d200444fa6b14b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/content-image.php\":{\"d\":1474909659,\"h\":\"4b047923a816247ee4a32070b3e9c781\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/content-none.php\":{\"d\":1474909659,\"h\":\"03870915e35d081758261432e7fe5f01\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/sidebar-footer.php\":{\"d\":1474909659,\"h\":\"e007ab6019e9dc6b74d699f3cc7c2c36\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/content-video.php\":{\"d\":1474909659,\"h\":\"d85fe3394e177674d028dcb6c0012e10\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/twentyfourteen\\/header.php\":{\"d\":1474909659,\"h\":\"579ffab1a187693f540206a09ced13c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/themes\\/index.php\":{\"d\":1474909659,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/views\\/stats.php\":{\"d\":1474909659,\"h\":\"779f816156f2502ac1a7b661b0b9c484\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/views\\/notice.php\":{\"d\":1474909659,\"h\":\"b180e56b4af72335be216939aad0a5a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/views\\/strict.php\":{\"d\":1474909659,\"h\":\"c74eba0324f8a62b9b1ef94355861fb1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/views\\/start.php\":{\"d\":1474909659,\"h\":\"71f78bcca1114f60a40cd9a0dc57c638\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/views\\/config.php\":{\"d\":1474909659,\"h\":\"a8e303ec1567c5a875df0281a217298e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/views\\/get.php\":{\"d\":1474909659,\"h\":\"cef64d57d7ed42cf154e54e09af2d9e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/_inc\\/form.js\":{\"d\":1474909659,\"h\":\"270f0cd7341bce6c2afacf2682e7690e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/_inc\\/akismet.js\":{\"d\":1474909659,\"h\":\"e4860e892829c49a92375371a95165fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/_inc\\/akismet.css\":{\"d\":1474909659,\"h\":\"9b0f653e0c79f5b8b3b95a4a8c59c6d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/class.akismet-cli.php\":{\"d\":1474909659,\"h\":\"2b1b0b5ac8794ac58e3b914d2a5b47bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/readme.txt\":{\"d\":1474909659,\"h\":\"ca3bd453affdbace77d4266bb8a0f61b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/class.akismet-admin.php\":{\"d\":1474909659,\"h\":\"63ce9912983db5ed36951205ad185eb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/akismet.php\":{\"d\":1474909659,\"h\":\"923da5a2e407689ad093839d47b7c074\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/LICENSE.txt\":{\"d\":1474909659,\"h\":\"b234ee4d69f5fce4486a80fdaf4a4263\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/index.php\":{\"d\":1474909659,\"h\":\"cf6895af2050eb5ae7c0badda2604566\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/.htaccess\":{\"d\":1568299062,\"h\":\"bf39be827c95ade49c322dfe231ff19c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/wrapper.php\":{\"d\":1474909659,\"h\":\"f65ade0e264d0d4cbc42e28745198e23\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/class.akismet-widget.php\":{\"d\":1474909659,\"h\":\"bfd9b1a0ca7a06ba0f50d9bce1bcef53\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/akismet\\/class.akismet.php\":{\"d\":1474909659,\"h\":\"31b3220d2a82a40171849dc6dd289e39\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/dispatcher\\/app-dispatcher.js\":{\"d\":1474909671,\"h\":\"b0b66b891c272cc520c34b3b967ad5b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/stores\\/data-store.js\":{\"d\":1474909671,\"h\":\"532164c6522127bb6aeefa981100a728\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/stores\\/spinner-store.js\":{\"d\":1474909671,\"h\":\"87f88e053c6294787834b3e95f509db1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/stores\\/setup-progress-store.js\":{\"d\":1474909671,\"h\":\"d13d3eefebe31aa545056297a6d1fd1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/stores\\/flash-store.js\":{\"d\":1474909671,\"h\":\"b66853a69c5fcf146700cdd793c54753\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/stores\\/site-store.js\":{\"d\":1474909671,\"h\":\"91eaaec0484915cec8091ed15dece433\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/utils\\/wp-ajax.js\":{\"d\":1474909671,\"h\":\"1d4aefb8e3e7527d7875547201c02f37\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/actions\\/flash-actions.js\":{\"d\":1474909671,\"h\":\"cfbec1491508fcea04b7b71e1c6e3e55\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/actions\\/spinner-actions.js\":{\"d\":1474909671,\"h\":\"4d5b65f23ead972a52704eb87b9efad1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/actions\\/data-actions.js\":{\"d\":1474909671,\"h\":\"7145f4df28f5b4dc8cfd122f4fd60c1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/actions\\/setup-progress-actions.js\":{\"d\":1474909671,\"h\":\"b912fd3c919158276424e93be46fd83a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/actions\\/site-actions.js\":{\"d\":1474909671,\"h\":\"18166a933f3c410de6e14a5ef99af0d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/components\\/steps\\/contact.jsx\":{\"d\":1474909671,\"h\":\"b85042a9f468ea3b9adfe4bb45cc8d0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/components\\/steps\\/business-address.jsx\":{\"d\":1474909671,\"h\":\"8916bff79a1437abdef57618ba5eb975\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/components\\/steps\\/jetpack-jumpstart.jsx\":{\"d\":1474909671,\"h\":\"b7f3f3bc5d491a690cccc02b91f58607\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/components\\/steps\\/homepage.jsx\":{\"d\":1474909671,\"h\":\"2d9df14fe679b85cedf87d8e68e259c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/components\\/steps\\/review.jsx\":{\"d\":1474909671,\"h\":\"707bdd6fb95e09a6b438703bb235a355\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/components\\/steps\\/get-started.jsx\":{\"d\":1474909671,\"h\":\"df1b6e82ebcbe641ee5d74af11a483c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/components\\/steps\\/site-title.jsx\":{\"d\":1474909671,\"h\":\"0f71da37eb308ffc9a45b6cb2d6cda73\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/components\\/steps\\/layout.jsx\":{\"d\":1474909671,\"h\":\"16937d32b00ac974d2bd50b310aae759\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/components\\/page\\/container.jsx\":{\"d\":1474909671,\"h\":\"db7a069b54832291342708b5c23eae48\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/components\\/page\\/section.jsx\":{\"d\":1474909671,\"h\":\"c28c3c5e7882d23f6ab1b914c6034937\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/components\\/page\\/index.jsx\":{\"d\":1474909671,\"h\":\"335bd9b58d02bb86c3561f7ca02fbc65\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/components\\/flash.jsx\":{\"d\":1474909671,\"h\":\"9d8f2e1a43fa6bb51d7a95b1b9892531\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/components\\/dashicon.jsx\":{\"d\":1474909671,\"h\":\"fcbc3a1ea9bcb5afd49c66085edcefba\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/components\\/skip-button.jsx\":{\"d\":1474909671,\"h\":\"221f811b2a1b766810f0e0ba619ebc59\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/constants\\/jetpack-onboarding-paths.js\":{\"d\":1474909671,\"h\":\"ef4e2cda74806daf238f2cd743b66b17\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/constants\\/jetpack-onboarding-constants.js\":{\"d\":1474909671,\"h\":\"eb0c73cb1b6a375ab96acd358a9cb200\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/ie-shims.js\":{\"d\":1474909671,\"h\":\"f186442129d920cff104a92f19bbc808\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/jetpack-onboarding.js\":{\"d\":1474909671,\"h\":\"7bdf2906eae934511d3394584611713d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/welcome-panel.jsx\":{\"d\":1474909671,\"h\":\"3f08834936fe581fffc6b85fb7e5ba1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/client\\/vendor.js\":{\"d\":1474909671,\"h\":\"1475c02cd5e7d6f4705d40b432b445f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/dist\\/ie-shims.js\":{\"d\":1474909671,\"h\":\"66b952096a107d65594edddd0aeb0d61\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/dist\\/vendor.bundle.js.map\":{\"d\":1474909671,\"h\":\"c9bfd468387eeec4f016022ccea4e531\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/dist\\/jetpack-onboarding.js.map\":{\"d\":1474909671,\"h\":\"4c59258eb13918e308880c0a377e74a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/dist\\/jetpack-onboarding.js\":{\"d\":1474909671,\"h\":\"a914d54a1ccbed4aa841e9c6bbc8b810\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/dist\\/jetpack-onboarding.css.map\":{\"d\":1474909671,\"h\":\"88b1a8aba14886c9fc16254ce39444f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/dist\\/ie-shims.js.map\":{\"d\":1474909671,\"h\":\"0d31678fca6f633573d1a206a29ebe7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/dist\\/jetpack-onboarding.css\":{\"d\":1474909671,\"h\":\"b8dbcd602eabdd74d2f5aae02a68d2a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/dist\\/vendor.bundle.js\":{\"d\":1474909671,\"h\":\"fe3b196b9b70a8a36adf58eb25b9f281\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/font\\/Genericons-Regular.otf\":{\"d\":1474909671,\"h\":\"d131056b90b61a4ed8d82b883e148411\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/font\\/genericons-regular-webfont.eot\":{\"d\":1474909671,\"h\":\"adf093b1ec7239c03865a87ae6d60160\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/font\\/genericons-regular-webfont.woff\":{\"d\":1474909671,\"h\":\"db7a8d16b367e4c38591be6d7e979876\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/font\\/genericons-regular-webfont.ttf\":{\"d\":1474909671,\"h\":\"f83f27fb1bfd20d64ba2ae3eaaf4b1ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/css\\/scss\\/mixins\\/_breakpoint.scss\":{\"d\":1474909671,\"h\":\"58628a259d62e6a042f8610c0611bbc4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/css\\/scss\\/mixins\\/_calypso-forms.scss\":{\"d\":1474909671,\"h\":\"d3ac9fc366dc45b199739dada77d5433\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/css\\/scss\\/mixins\\/_clearfix.scss\":{\"d\":1474909671,\"h\":\"75b0dd63756400122de53cd76c2d4f76\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/css\\/scss\\/_get-started.scss\":{\"d\":1474909671,\"h\":\"6943ea18b5b1daccb197544502bc64c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/css\\/scss\\/_typography.scss\":{\"d\":1474909671,\"h\":\"a9373faaea2840543be51c47414ee648\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/css\\/scss\\/welcome-panel.scss\":{\"d\":1474909671,\"h\":\"ec56c86d1484169e55f6b0f467e26783\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/css\\/scss\\/_contact.scss\":{\"d\":1474909671,\"h\":\"d6e5be2d2b3f470fe903e21a0c93cd96\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/css\\/scss\\/_site-title.scss\":{\"d\":1474909671,\"h\":\"f03fdb613306e529e0704239b289b4d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/css\\/scss\\/_container.scss\":{\"d\":1474909671,\"h\":\"3050c28039e872af8036d464b1e6f1bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/css\\/scss\\/_jetpack-jumpstart.scss\":{\"d\":1474909671,\"h\":\"5ae89087fcb3bf31323a6efe6b170c2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/css\\/scss\\/_review.scss\":{\"d\":1474909671,\"h\":\"2ec21315634af020293ddd9c6f110eed\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/css\\/scss\\/color-overrides.scss\":{\"d\":1474909671,\"h\":\"39d8db825c5afdd77d6c22ca468a967c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/css\\/scss\\/_homepage.scss\":{\"d\":1474909671,\"h\":\"9f531921a2e433f3cde8cb730bf9ec58\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/css\\/scss\\/_business-address.scss\":{\"d\":1474909671,\"h\":\"fa6c9c4082770cd6a84280eace006c83\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/css\\/welcome-panel.css\":{\"d\":1474909671,\"h\":\"55a8a8d8d6259528ba283b630bd799b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/css\\/welcome-panel.css.map\":{\"d\":1474909671,\"h\":\"46b5136f58feca86197f3526ba16fca6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/jetpack-onboarding.php\":{\"d\":1474909671,\"h\":\"44ab5ea026a54a4923ff16ba4ea950a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/class.jetpack-onboarding-welcome-panel.php\":{\"d\":1474909671,\"h\":\"b9678e549a55f676c924774b4a9ee26c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/package.json\":{\"d\":1474909671,\"h\":\"d269bba0ebcd91ddd7ef0861d62e1e09\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/gulpfile.js\":{\"d\":1474909671,\"h\":\"48c64edd6f493e0882230191959a2f4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/.eslintrc\":{\"d\":1474909671,\"h\":\"947f3de9ec15ab25e6d53c4491154a71\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/README.md\":{\"d\":1474909671,\"h\":\"a5b16ab3c3f3568cb5e3ec253cb922e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/webpack.config.js\":{\"d\":1474909671,\"h\":\"972188241fc2e0e1f30c424d37a61c43\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/class.jetpack-onboarding-end-points.php\":{\"d\":1474909671,\"h\":\"3772ad21e1c47ab2926b9540aa8434d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/jetpack-onboarding\\/.gitignore\":{\"d\":1474909671,\"h\":\"895b51203650b078ed7b99b037507998\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/loader.php\":{\"d\":1474909671,\"h\":\"153c214f94eaaa8e7afb50c4fec081bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/mojo-themes.php\":{\"d\":1474909671,\"h\":\"d9d3194ade8f971d50496a940f025da5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/theme-preview.php\":{\"d\":1474909671,\"h\":\"071010fdf5537fe5416ad81a1a77a87d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/mojo-services.php\":{\"d\":1474909671,\"h\":\"89b93e85245af5ae8c8a65fb44ad7074\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/mojo-search.php\":{\"d\":1474909671,\"h\":\"4ee3ee1a47873e45b0c475063757c926\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/mojo-business-tools.php\":{\"d\":1474909671,\"h\":\"1dc0a82f16e0c536d8c48ea8e59d161a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/single-item.php\":{\"d\":1474909671,\"h\":\"945662bbef27014b8c2d211f3b098625\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/mojo-graphics.php\":{\"d\":1474909671,\"h\":\"5d0f3d625ebb2658931a2a91b272aae9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/mojo-purchases.php\":{\"d\":1474909671,\"h\":\"e513bbe4df503e26255ffe0b151aff3e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/navigation.php\":{\"d\":1474909671,\"h\":\"27ec99360b33bed76390db089d4ffe08\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/header.php\":{\"d\":1474909671,\"h\":\"50e34ab06aee21e483c4abf5b5600350\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/mojo-plugins.php\":{\"d\":1474909671,\"h\":\"6d0e43782016ebb8cf498d6e5708967a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/api-unavailable.php\":{\"d\":1474909671,\"h\":\"e453bba85bd8d45ffe728f857823abba\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/mojo-themes.php\":{\"d\":1474909671,\"h\":\"ae38808730999dfa119ba645dbbb02f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/user-experience-tracking.php\":{\"d\":1474909671,\"h\":\"15505b3cdfd05ec88fbe67858ab2baca\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/styles.php\":{\"d\":1474909671,\"h\":\"c365c19ce269b22738ffff008607f92e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/shortcode-generator.php\":{\"d\":1474909671,\"h\":\"e44139b45472de842ccc2ec6f3d7b312\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/notifications.php\":{\"d\":1474909671,\"h\":\"e04dd2c3e35d9b6fdf8fc4df7a8dddad\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/branding.php\":{\"d\":1474909671,\"h\":\"c10bf36bfb7474922de667ed61ee7d5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/editor-prompt.php\":{\"d\":1474909671,\"h\":\"d2767137266225e9b38cddc89ab9e0b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/cli.php\":{\"d\":1474909671,\"h\":\"b5c3f12a62d9d00da85d1a342971b89e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/spam-prevention.php\":{\"d\":1474909671,\"h\":\"3a562d4359017887357d43e12332ae45\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/coming-soon.php\":{\"d\":1474909671,\"h\":\"52a5c5b79f711f6f476e07aa495905cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/menu.php\":{\"d\":1474909671,\"h\":\"8c6ff9426a5e5abbb29bdab67018faf1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/base.php\":{\"d\":1474909671,\"h\":\"bc755cb533885f4f66a9ba2cfc403206\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/themes-widget.php\":{\"d\":1474909671,\"h\":\"3a5aca5a68d2b898f17586702971b9b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/jetpack.php\":{\"d\":1474909671,\"h\":\"6c47b37cb40a5371bec8fa10433e3a38\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/updates.php\":{\"d\":1474909671,\"h\":\"d24cfb57a364ed880021ceb962b59e47\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/sso.php\":{\"d\":1474909671,\"h\":\"bfbe0dff1c1987c414f2943de96f2f46\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/tests.php\":{\"d\":1474909671,\"h\":\"4990e0d1d0529324e0179f5069fd98f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/checkout.php\":{\"d\":1474909671,\"h\":\"3c6b3ee9594570ee92ea13328e5c73fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/plugin-search.php\":{\"d\":1474909671,\"h\":\"e0975c0aaa20a28075cc7add80d86eec\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/churn.php\":{\"d\":1474909671,\"h\":\"87071934cf7acd4d21de614447b23d8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding-tracks\\/lib\\/tracks\\/client.php\":{\"d\":1474909671,\"h\":\"c888a6368b31619a676eedf96bec85de\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding-tracks\\/lib\\/tracks\\/class.tracks-client.php\":{\"d\":1474909671,\"h\":\"f82efffb6e735995615dd6b049592c23\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding-tracks\\/lib\\/tracks\\/class.tracks-event.php\":{\"d\":1474909671,\"h\":\"f21a7193ea5a7ce523d4ee855b8af6aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding-tracks\\/jetpack-onboarding-tracks.php\":{\"d\":1474909671,\"h\":\"5041b5b4ba7073c5d483996d9c2dfcd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding-tracks\\/index.php\":{\"d\":1474909671,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding-tracks\\/README.md\":{\"d\":1474909671,\"h\":\"7a7abfbbe3e83fbf6f9c467f9a0aaa5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/dispatcher\\/app-dispatcher.js\":{\"d\":1474909671,\"h\":\"b0b66b891c272cc520c34b3b967ad5b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/stores\\/data-store.js\":{\"d\":1474909671,\"h\":\"532164c6522127bb6aeefa981100a728\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/stores\\/spinner-store.js\":{\"d\":1474909671,\"h\":\"87f88e053c6294787834b3e95f509db1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/stores\\/setup-progress-store.js\":{\"d\":1474909671,\"h\":\"d13d3eefebe31aa545056297a6d1fd1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/stores\\/flash-store.js\":{\"d\":1474909671,\"h\":\"b66853a69c5fcf146700cdd793c54753\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/stores\\/site-store.js\":{\"d\":1474909671,\"h\":\"c4adf3c71d1089b4c9f23997ae88b5a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/utils\\/wp-ajax.js\":{\"d\":1474909671,\"h\":\"1d4aefb8e3e7527d7875547201c02f37\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/actions\\/flash-actions.js\":{\"d\":1474909671,\"h\":\"cfbec1491508fcea04b7b71e1c6e3e55\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/actions\\/spinner-actions.js\":{\"d\":1474909671,\"h\":\"4d5b65f23ead972a52704eb87b9efad1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/actions\\/data-actions.js\":{\"d\":1474909671,\"h\":\"7145f4df28f5b4dc8cfd122f4fd60c1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/actions\\/setup-progress-actions.js\":{\"d\":1474909671,\"h\":\"814962f9f34dbc7034a72e1af2dc1ed4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/actions\\/site-actions.js\":{\"d\":1474909671,\"h\":\"4b4d218af40583cb52cace3a99fdb2a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/components\\/steps\\/contact.jsx\":{\"d\":1474909671,\"h\":\"b85042a9f468ea3b9adfe4bb45cc8d0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/components\\/steps\\/jetpack-jumpstart.jsx\":{\"d\":1474909671,\"h\":\"c8a087fb0cd64e8b6cc62d316c8209e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/components\\/steps\\/homepage.jsx\":{\"d\":1474909671,\"h\":\"2d9df14fe679b85cedf87d8e68e259c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/components\\/steps\\/review.jsx\":{\"d\":1474909671,\"h\":\"8d2ccf10816f08f482f07f46b7609d5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/components\\/steps\\/get-started.jsx\":{\"d\":1474909671,\"h\":\"df1b6e82ebcbe641ee5d74af11a483c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/components\\/steps\\/site-title.jsx\":{\"d\":1474909671,\"h\":\"0f71da37eb308ffc9a45b6cb2d6cda73\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/components\\/steps\\/layout.jsx\":{\"d\":1474909671,\"h\":\"16937d32b00ac974d2bd50b310aae759\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/components\\/page\\/container.jsx\":{\"d\":1474909671,\"h\":\"db7a069b54832291342708b5c23eae48\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/components\\/page\\/section.jsx\":{\"d\":1474909671,\"h\":\"c28c3c5e7882d23f6ab1b914c6034937\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/components\\/page\\/index.jsx\":{\"d\":1474909671,\"h\":\"335bd9b58d02bb86c3561f7ca02fbc65\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/components\\/flash.jsx\":{\"d\":1474909671,\"h\":\"9d8f2e1a43fa6bb51d7a95b1b9892531\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/components\\/dashicon.jsx\":{\"d\":1474909671,\"h\":\"fcbc3a1ea9bcb5afd49c66085edcefba\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/components\\/skip-button.jsx\":{\"d\":1474909671,\"h\":\"221f811b2a1b766810f0e0ba619ebc59\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/constants\\/jetpack-onboarding-paths.js\":{\"d\":1474909671,\"h\":\"bb3de1d95f48f394786c7cb77345a06e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/constants\\/jetpack-onboarding-constants.js\":{\"d\":1474909671,\"h\":\"b4e23ecb45d07fc9b401fd9f39de1b57\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/ie-shims.js\":{\"d\":1474909671,\"h\":\"f186442129d920cff104a92f19bbc808\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/jetpack-onboarding.js\":{\"d\":1474909671,\"h\":\"7bdf2906eae934511d3394584611713d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/welcome-panel.jsx\":{\"d\":1474909671,\"h\":\"c2ec6dd4a2960a3c9f37b3f6322b2398\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/client\\/vendor.js\":{\"d\":1474909671,\"h\":\"1475c02cd5e7d6f4705d40b432b445f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/dist\\/ie-shims.js\":{\"d\":1474909671,\"h\":\"d8bdc6bf0ecd9a6592a3da3a3047dfe9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/dist\\/vendor.bundle.js.map\":{\"d\":1474909671,\"h\":\"9e03a3b1ff984d97a0d074901fa9be1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/dist\\/jetpack-onboarding.js.map\":{\"d\":1474909671,\"h\":\"5c3cb99f7238b011d7653369d3ea0d22\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/dist\\/jetpack-onboarding.js\":{\"d\":1474909671,\"h\":\"0846b85e500072d988e6c195a82de0fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/dist\\/jetpack-onboarding.css.map\":{\"d\":1474909671,\"h\":\"517ef43e1e1036b71918c5f628624871\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/dist\\/ie-shims.js.map\":{\"d\":1474909671,\"h\":\"6c47f4b0203a92df23d2a5fc2b5a43cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/dist\\/jetpack-onboarding.css\":{\"d\":1474909671,\"h\":\"59637d9849fcacb69590853a51e5c024\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/dist\\/vendor.bundle.js\":{\"d\":1474909671,\"h\":\"fe3b196b9b70a8a36adf58eb25b9f281\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/font\\/Genericons-Regular.otf\":{\"d\":1474909671,\"h\":\"d131056b90b61a4ed8d82b883e148411\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/font\\/genericons-regular-webfont.eot\":{\"d\":1474909671,\"h\":\"adf093b1ec7239c03865a87ae6d60160\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/font\\/genericons-regular-webfont.woff\":{\"d\":1474909671,\"h\":\"db7a8d16b367e4c38591be6d7e979876\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/font\\/genericons-regular-webfont.ttf\":{\"d\":1474909671,\"h\":\"f83f27fb1bfd20d64ba2ae3eaaf4b1ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/css\\/scss\\/mixins\\/_breakpoint.scss\":{\"d\":1474909671,\"h\":\"58628a259d62e6a042f8610c0611bbc4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/css\\/scss\\/mixins\\/_calypso-forms.scss\":{\"d\":1474909671,\"h\":\"d3ac9fc366dc45b199739dada77d5433\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/css\\/scss\\/mixins\\/_clearfix.scss\":{\"d\":1474909671,\"h\":\"75b0dd63756400122de53cd76c2d4f76\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/css\\/scss\\/_get-started.scss\":{\"d\":1474909671,\"h\":\"6943ea18b5b1daccb197544502bc64c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/css\\/scss\\/_typography.scss\":{\"d\":1474909671,\"h\":\"a9373faaea2840543be51c47414ee648\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/css\\/scss\\/welcome-panel.scss\":{\"d\":1474909671,\"h\":\"2ca5262ae3657034e7a80b571d08ea63\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/css\\/scss\\/_contact.scss\":{\"d\":1474909671,\"h\":\"d6e5be2d2b3f470fe903e21a0c93cd96\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/css\\/scss\\/_site-title.scss\":{\"d\":1474909671,\"h\":\"f03fdb613306e529e0704239b289b4d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/css\\/scss\\/_container.scss\":{\"d\":1474909671,\"h\":\"3050c28039e872af8036d464b1e6f1bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/css\\/scss\\/_jetpack-jumpstart.scss\":{\"d\":1474909671,\"h\":\"5ae89087fcb3bf31323a6efe6b170c2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/css\\/scss\\/_review.scss\":{\"d\":1474909671,\"h\":\"2ec21315634af020293ddd9c6f110eed\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/css\\/scss\\/color-overrides.scss\":{\"d\":1474909671,\"h\":\"39d8db825c5afdd77d6c22ca468a967c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/css\\/scss\\/_homepage.scss\":{\"d\":1474909671,\"h\":\"9f531921a2e433f3cde8cb730bf9ec58\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/css\\/welcome-panel.css\":{\"d\":1474909671,\"h\":\"6bcd6054a4f2acf19ab8c5572bf72816\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/css\\/welcome-panel.css.map\":{\"d\":1474909671,\"h\":\"46b5136f58feca86197f3526ba16fca6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/jetpack-onboarding.php\":{\"d\":1474909671,\"h\":\"38e52ea7ffdf2156ce609daafefbf6f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/class.jetpack-onboarding-welcome-panel.php\":{\"d\":1474909671,\"h\":\"b9678e549a55f676c924774b4a9ee26c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/package.json\":{\"d\":1474909671,\"h\":\"d269bba0ebcd91ddd7ef0861d62e1e09\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/gulpfile.js\":{\"d\":1474909671,\"h\":\"48c64edd6f493e0882230191959a2f4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/.eslintrc\":{\"d\":1474909671,\"h\":\"947f3de9ec15ab25e6d53c4491154a71\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/README.md\":{\"d\":1474909671,\"h\":\"a5b16ab3c3f3568cb5e3ec253cb922e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/webpack.config.js\":{\"d\":1474909671,\"h\":\"972188241fc2e0e1f30c424d37a61c43\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/class.jetpack-onboarding-end-points.php\":{\"d\":1474909671,\"h\":\"2439d8783e255d1ae42513cd9a12c1a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/jetpack\\/jetpack-onboarding\\/.gitignore\":{\"d\":1474909671,\"h\":\"895b51203650b078ed7b99b037507998\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/README.md\":{\"d\":1474909671,\"h\":\"680c28ee790f15882afcfa86b10af104\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/updater.php\":{\"d\":1474909671,\"h\":\"ddd1d1b796a3d45614e668e0cd2b6f90\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/mojo-marketplace.php\":{\"d\":1474909671,\"h\":\"4161101d1e747a78ea0f801424aa48d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/LICENSE\":{\"d\":1474909671,\"h\":\"e8c1458438ead3c34974bc0be3a03ed6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/hello.php\":{\"d\":1474909659,\"h\":\"52a7f011f362416f939a74215f7ebd12\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/plugins\\/index.php\":{\"d\":1474909659,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/mu-plugins\\/sso.php\":{\"d\":1474909690,\"h\":\"3f56e049e9c3087e5f303a38d7c2cbaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-content\\/index.php\":{\"d\":1474909659,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/svg-painter.js\":{\"d\":1474909659,\"h\":\"87dcfbe97f902fa77cc4a9889c827afc\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/press-this.js\":{\"d\":1474909659,\"h\":\"f248f30a8a7d782d4e38962c8f0e6329\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/tags-box.js\":{\"d\":1474909659,\"h\":\"98130de261db524ce177b6de91aca164\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/language-chooser.js\":{\"d\":1474909659,\"h\":\"09e20150c7561d0330d7158f744abb4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/color-picker.js\":{\"d\":1474909659,\"h\":\"8581b5c29da7d13a5f572d065a4ed66a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/tags-box.min.js\":{\"d\":1474909659,\"h\":\"1c02ad1f8935c4d4dce96815368a92e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/set-post-thumbnail.js\":{\"d\":1474909659,\"h\":\"2b5153576d1eee4002fb7ed9e5831251\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/updates.js\":{\"d\":1474909659,\"h\":\"fb342aec4e7ffd378fcd56d24e48fa55\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/image-edit.min.js\":{\"d\":1474909659,\"h\":\"53286d003e3e19eacc26926f76c0d7df\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/color-picker.min.js\":{\"d\":1474909659,\"h\":\"e6aa90b2182ca576285b067a632ab0c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/widgets.min.js\":{\"d\":1474909659,\"h\":\"49e447a9a0db3e5863d67226c76d8168\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/bookmarklet.js\":{\"d\":1474909659,\"h\":\"95c9ef35b76af2aceaf9d6c5958e8d43\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/tags.js\":{\"d\":1474909659,\"h\":\"4cc64266f1b35a86c63cc1b2c42f7306\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/plugin-install.min.js\":{\"d\":1474909659,\"h\":\"46ac03875245e24a0d1be489b6cb4c2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/theme.min.js\":{\"d\":1474909659,\"h\":\"10b6fef22a3928c4b9354e7b8c38153d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/postbox.min.js\":{\"d\":1474909659,\"h\":\"ddfe27f4efae737b800bad96ed8a0969\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/bookmarklet.min.js\":{\"d\":1474909659,\"h\":\"b220cfa4b7eddb2b7340bf022cd4b41c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/password-strength-meter.min.js\":{\"d\":1474909659,\"h\":\"1aaa74a24aef982b82498717c1d1e6d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/accordion.js\":{\"d\":1474909659,\"h\":\"ef3fe33d4ce12fe5254e5af1025ce70a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/custom-header.js\":{\"d\":1474909659,\"h\":\"32b3005887a4cb606fecc09c756605bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/customize-controls.min.js\":{\"d\":1474909659,\"h\":\"e5063f2033a90df6fcfb3e0c53644da8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/customize-widgets.js\":{\"d\":1474909659,\"h\":\"0aeb0d45bad4619ea1eaa727f841a356\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/customize-widgets.min.js\":{\"d\":1474909659,\"h\":\"76e8fb3ef4bfc708d61dc8d384d15741\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/editor.js\":{\"d\":1474909659,\"h\":\"ba5d55100eab7af70a53164d5f2653b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/edit-comments.min.js\":{\"d\":1474909659,\"h\":\"a219a0b276225bb3bacac8c2cb3776b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/edit-comments.js\":{\"d\":1474909659,\"h\":\"eabcc0c5e7d7a437b614fab4089a6810\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/editor-expand.min.js\":{\"d\":1474909659,\"h\":\"4500034a26d73b737f761adcc7ef5c79\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/custom-background.js\":{\"d\":1474909659,\"h\":\"f26af7294ee07fb9a0cb88c2a8697623\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/xfn.js\":{\"d\":1474909659,\"h\":\"e2d6eecbd774af1e2bb1a16ec117286b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/nav-menu.min.js\":{\"d\":1474909659,\"h\":\"a80e641bb281235d159937ecd5b8393f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/widgets.js\":{\"d\":1474909659,\"h\":\"aeab7c0cb90d81f8dde42cf7c0643977\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/press-this.min.js\":{\"d\":1474909659,\"h\":\"ceec025d4710581c8a0986860c8dfac9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/post.js\":{\"d\":1474909659,\"h\":\"f973910442293f747aedd8df81542222\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/postbox.js\":{\"d\":1474909659,\"h\":\"b695c5dad26818aecad696768ad1bd75\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/user-suggest.js\":{\"d\":1474909659,\"h\":\"1e33290807fa8b2829ddb0347d0a9305\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/set-post-thumbnail.min.js\":{\"d\":1474909659,\"h\":\"8bc5ca12fa38a607d5af2181311b7a5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/tags.min.js\":{\"d\":1474909659,\"h\":\"4ec2ae66360aa0edc72274ea7188309a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/gallery.js\":{\"d\":1474909659,\"h\":\"78cfa96506bf3965c18afa6de5b5abb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/media-upload.min.js\":{\"d\":1474909659,\"h\":\"f320174ed63de275264dcf5430c309dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/word-count.min.js\":{\"d\":1474909659,\"h\":\"997f505fc9d24a27e4939641450e96a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/accordion.min.js\":{\"d\":1474909659,\"h\":\"226bc149fc7a1d2d56e4530d3b685e58\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/customize-nav-menus.min.js\":{\"d\":1474909659,\"h\":\"db180e593c9cf471de955acaeeeab54a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/gallery.min.js\":{\"d\":1474909659,\"h\":\"4e7b25e9bc3374cf391d5a652651a277\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/link.min.js\":{\"d\":1474909659,\"h\":\"f9ff4694933001933bdec2c133b2252d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/inline-edit-tax.js\":{\"d\":1474909659,\"h\":\"0a60b48d0a2580ae43f1ed934f25e51a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/post.min.js\":{\"d\":1474909659,\"h\":\"2be11faf4eac3102801d149351155634\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/inline-edit-post.min.js\":{\"d\":1474909659,\"h\":\"22853923e49914e8cdf4dbdd4061bd8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/plugin-install.js\":{\"d\":1474909659,\"h\":\"b606cf2ba06353b0e383e36b4bd19a30\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/customize-nav-menus.js\":{\"d\":1474909659,\"h\":\"8984e47a6836e5b0fdb5e89049bb8084\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/custom-background.min.js\":{\"d\":1474909659,\"h\":\"82d07f23593e578820b19fc9faad65a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/theme.js\":{\"d\":1474909659,\"h\":\"12c4f466f2fac457f7bb4ddb5eba3be9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/wp-fullscreen-stub.js\":{\"d\":1474909659,\"h\":\"968528cb325471eb001fd8578a8625e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/common.js\":{\"d\":1474909659,\"h\":\"dbd27f153db56b47b84856cb1e41d7bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/user-suggest.min.js\":{\"d\":1474909659,\"h\":\"e089545cd7fcde5c7cd70de3a70139e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/password-strength-meter.js\":{\"d\":1474909659,\"h\":\"2847576ec45293ab96dc0030974e2629\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/svg-painter.min.js\":{\"d\":1474909659,\"h\":\"a79aca561a5b87b62a710b0526a8e4bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/wp-fullscreen-stub.min.js\":{\"d\":1474909659,\"h\":\"700a94e9934c7b419dfa6790b1dc4a35\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/farbtastic.js\":{\"d\":1474909659,\"h\":\"a73af354a03241715d8698feea340b92\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/inline-edit-tax.min.js\":{\"d\":1474909659,\"h\":\"dde9127de4c2995fc434b200f0dd615b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/media.min.js\":{\"d\":1474909659,\"h\":\"9be63adbaf5a5acfdbfdd555dc19777d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/dashboard.min.js\":{\"d\":1474909659,\"h\":\"0dc133e28d19ed6ae18702a58a335180\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/editor-expand.js\":{\"d\":1474909659,\"h\":\"e7b93fd7ead47026c1becc24527031cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/comment.min.js\":{\"d\":1474909659,\"h\":\"8f3603ed0d77c4a1ae8f82dbd3159ed9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/nav-menu.js\":{\"d\":1474909659,\"h\":\"2018071a5a024a8a8c56f793c415e4c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/media-upload.js\":{\"d\":1474909659,\"h\":\"94b464e9b4ec6b545486af795f24016d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/media.js\":{\"d\":1474909659,\"h\":\"9ddd4d762d805b2c5ea458515cc5e217\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/media-gallery.min.js\":{\"d\":1474909659,\"h\":\"3296d1fa20d292b002bba10490f1ba6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/language-chooser.min.js\":{\"d\":1474909659,\"h\":\"1d6822384a71090c74add106e4468581\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/customize-controls.js\":{\"d\":1474909659,\"h\":\"520e79c175d3cde31d6cf1a68ef40e35\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/user-profile.js\":{\"d\":1474909659,\"h\":\"258b8ad98219b15241bf340eb0f2dbce\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/media-gallery.js\":{\"d\":1474909659,\"h\":\"7cf21db8661f9201a784f638f77d2b26\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/comment.js\":{\"d\":1474909659,\"h\":\"d9e3db00dcc6ef4d4c03ff455dcb9c55\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/updates.min.js\":{\"d\":1474909659,\"h\":\"c28e11e820bc3df934161e2b8bd534d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/revisions.js\":{\"d\":1474909659,\"h\":\"4eb824b75d3e4d62bdc80a6d2a79a377\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/link.js\":{\"d\":1474909659,\"h\":\"1c8675dcd035cfb374f67bfcbf117a8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/common.min.js\":{\"d\":1474909659,\"h\":\"f963adf2a7fb1a7c1c4199e204fc0d20\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/word-count.js\":{\"d\":1474909659,\"h\":\"40855d5cebe963ddaa0f92f1f5aeebb9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/image-edit.js\":{\"d\":1474909659,\"h\":\"16a3cb26cb0814a231d58b38c97df814\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/inline-edit-post.js\":{\"d\":1474909659,\"h\":\"e3751de1470210ce39ef99ef70f598e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/editor.min.js\":{\"d\":1474909659,\"h\":\"5a0be8ac9af0e5b7b226614028b43e98\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/revisions.min.js\":{\"d\":1474909659,\"h\":\"189a4d84349fe1f4dfa0ec48c82efb04\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/xfn.min.js\":{\"d\":1474909659,\"h\":\"66b227ca28f41f2e0615b04a390d5e04\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/user-profile.min.js\":{\"d\":1474909659,\"h\":\"17c1c548cb9f35ba6c1eaa48ee95ccb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/iris.min.js\":{\"d\":1474909659,\"h\":\"75c63560c640c4a6c31f5565dfb0e8a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/js\\/dashboard.js\":{\"d\":1474909659,\"h\":\"e6aee15ae7cbc39c41e0caa2e93ef635\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/maint\\/repair.php\":{\"d\":1474909659,\"h\":\"e180a3bb17b896e1cdccf337995bfe2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/user\\/admin.php\":{\"d\":1474909659,\"h\":\"702d5220c70456456fe9fc8cc08cc524\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/user\\/freedoms.php\":{\"d\":1474909659,\"h\":\"1ba6cbb9e2a9d3deb348997492ed692e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/user\\/menu.php\":{\"d\":1474909659,\"h\":\"a529e3d3c2bb86671fb9cc1145cf70ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/user\\/index.php\":{\"d\":1474909659,\"h\":\"c8fd98f7fdd52d78bdadf74e620789fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/user\\/user-edit.php\":{\"d\":1474909659,\"h\":\"2a7a75a363b0f88f0b6d094a91ef65ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/user\\/about.php\":{\"d\":1474909659,\"h\":\"99ec00da8d914b4efd2098a3e44ebe2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/user\\/profile.php\":{\"d\":1474909659,\"h\":\"b9fa17a9811195800079dda4b1262d03\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/user\\/credits.php\":{\"d\":1474909659,\"h\":\"d920b4fb1be2c2c780081d5b4b7de55a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-filesystem-direct.php\":{\"d\":1474909659,\"h\":\"547828f43eeae0068c00dbffe98c03fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/nav-menu.php\":{\"d\":1474909659,\"h\":\"6907ff2b86e54184117e29cffd7b2302\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-site-icon.php\":{\"d\":1474909659,\"h\":\"281a22edfe3bedbae174ba309a1df98c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/plugin-install.php\":{\"d\":1474909659,\"h\":\"6e7c0de6bbcae2e41c4d95dffad9db90\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/template.php\":{\"d\":1474909659,\"h\":\"028dfe968391374676eabe77dcbe8ffa\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/admin.php\":{\"d\":1474909659,\"h\":\"01845662ca0b5a5e25899635969ede85\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/dashboard.php\":{\"d\":1474909659,\"h\":\"f6b279f83b475fd372c80b2a140d180c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-media-list-table.php\":{\"d\":1474909659,\"h\":\"89d22e28399c1e2e775fed639169f5a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/misc.php\":{\"d\":1474909659,\"h\":\"156e12ca28af2b6c9ede72c771f23b6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-importer.php\":{\"d\":1474909659,\"h\":\"de5ede29a5ea1bf13da2bdf2cf41f440\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-terms-list-table.php\":{\"d\":1474909659,\"h\":\"12722501c48b3f3be503a022fefddc32\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-file-upload-upgrader.php\":{\"d\":1474909659,\"h\":\"8f161cd539b60efd6c87dc716a7c77d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/noop.php\":{\"d\":1474909659,\"h\":\"d54bd098e964f2d4b0ada68bc12fb4ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/bookmark.php\":{\"d\":1474909659,\"h\":\"125e5914dd11e40dc55c2e1dcee8eff7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-plugin-installer-skin.php\":{\"d\":1474909659,\"h\":\"3f98fd4f755575465c665bfe75135311\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-users-list-table.php\":{\"d\":1474909659,\"h\":\"1cf9f2f36955bd58186230878d89ebff\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/widgets.php\":{\"d\":1474909659,\"h\":\"5449dc2d316f7470693e3cf50a936924\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-ajax-upgrader-skin.php\":{\"d\":1474909659,\"h\":\"a945f43277e7e50758d17a819a9e9dd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-filesystem-base.php\":{\"d\":1474909659,\"h\":\"31a9030a07853f40e96d873dddd401c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/edit-tag-messages.php\":{\"d\":1474909659,\"h\":\"ed872aae05bc79fde6c864edadf77c81\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-screen.php\":{\"d\":1474909659,\"h\":\"b3796c246b39047924123188c92cc706\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/plugin.php\":{\"d\":1474909659,\"h\":\"a446d1d202dbcb1a570c5e7a79f2c454\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-ftp-pure.php\":{\"d\":1474909659,\"h\":\"b0e436e9138d2d4b77887970562dd2a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-upgrader.php\":{\"d\":1474909659,\"h\":\"b0e36f1d602843423666a143967e4a0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/user.php\":{\"d\":1474909659,\"h\":\"d1b7b52a0dac7931b1cd6f148ef5acfb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/meta-boxes.php\":{\"d\":1474909659,\"h\":\"08b268b25ed112c7373a382767fb6067\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-plugin-install-list-table.php\":{\"d\":1474909659,\"h\":\"f5dd8caad7472d75a061430a6fdf4e37\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-theme-install-list-table.php\":{\"d\":1474909659,\"h\":\"bc782b506455cdf375bd405502816815\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/update.php\":{\"d\":1474909659,\"h\":\"a55f47f3e0365ae70f728c68dd71de8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/image.php\":{\"d\":1474909659,\"h\":\"9e61833d5f866891a4b32fb00c8da2f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-themes-list-table.php\":{\"d\":1474909659,\"h\":\"026df2770de712e7e5f4a5c48d756569\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/theme.php\":{\"d\":1474909659,\"h\":\"c46582bcb3e3e693737bce164adc94ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/continents-cities.php\":{\"d\":1474909659,\"h\":\"448b712e4f42beb00c3612990aa76686\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-ms-themes-list-table.php\":{\"d\":1474909659,\"h\":\"96a3aa12c31bad5d3cd3f8514b36da91\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-upgrader-skin.php\":{\"d\":1474909659,\"h\":\"2787360d4f8c565e9390ce1857f401a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-list-table.php\":{\"d\":1474909659,\"h\":\"c8859ac682af8d9a8075f42b80ddb044\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-language-pack-upgrader-skin.php\":{\"d\":1474909659,\"h\":\"e3e92f246fab0106917406a8b1b73395\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-filesystem-ftpsockets.php\":{\"d\":1474909659,\"h\":\"950b2f460e8702c2c048ee8c00218f6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/menu.php\":{\"d\":1474909659,\"h\":\"a16c328791716cce6d032b933f4c9376\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\":{\"d\":1474909659,\"h\":\"655e54021851c1ca2eb21b0d9c9185c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-ms-users-list-table.php\":{\"d\":1474909659,\"h\":\"17fc32b4140ce7d2149ca289202983e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/ms-deprecated.php\":{\"d\":1474909659,\"h\":\"ba200286cd6f6d89df9a6fc2b5ab824d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/options.php\":{\"d\":1474909659,\"h\":\"4e0b31153baf0ce43a5de42a5ad9e060\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/screen.php\":{\"d\":1474909659,\"h\":\"8e197a008123886c7f810f3b8021fa0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/deprecated.php\":{\"d\":1474909659,\"h\":\"d5db1d301b72e63e55227df914cc1c58\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-bulk-theme-upgrader-skin.php\":{\"d\":1474909659,\"h\":\"1eb1414c632e0bbbb647ba40a46dc11a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/taxonomy.php\":{\"d\":1474909659,\"h\":\"362f31b73f462cedc8aaff1fd730db5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/media.php\":{\"d\":1474909659,\"h\":\"81d08465caa10868932eae82cc1b520b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-walker-category-checklist.php\":{\"d\":1474909659,\"h\":\"c54a5ffa9365b471f384a85f350f1f1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/update-core.php\":{\"d\":1474909659,\"h\":\"7b358a4cb371be13b67b800168e19abe\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-language-pack-upgrader.php\":{\"d\":1474909659,\"h\":\"28ff8ddb3c48d106c7bc05ca5ebc8be5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/comment.php\":{\"d\":1474909659,\"h\":\"d097ee8cf112a84ffa3e9995a3f90d58\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-pclzip.php\":{\"d\":1474909659,\"h\":\"59c701d09896cf859689dcf457597084\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-links-list-table.php\":{\"d\":1474909659,\"h\":\"72ce0e5a855a4910af4c1f92cf3acdc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/ms-admin-filters.php\":{\"d\":1474909659,\"h\":\"513716c01839cd14e187066c3b191f80\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/admin-filters.php\":{\"d\":1474909659,\"h\":\"bfe9bb0d8d6d7cb717cf3e7b829fa572\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/network.php\":{\"d\":1474909659,\"h\":\"d549ad6dce8b4ca750dcaa9c0b955b6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/export.php\":{\"d\":1474909659,\"h\":\"eb6f66884064470477e5f3350f304c53\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/file.php\":{\"d\":1474909659,\"h\":\"5e1011c4bc4da08037cc95eec52798fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-bulk-upgrader-skin.php\":{\"d\":1474909659,\"h\":\"2a6f637c880abc3db8b33f57bf5d5947\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-ftp-sockets.php\":{\"d\":1474909659,\"h\":\"1fca2073ccd2f5cc9abaa53bae792a18\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-walker-nav-menu-checklist.php\":{\"d\":1474909659,\"h\":\"bc18ab19d5f50e93b47ff0cb0ec46ebf\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-filesystem-ftpext.php\":{\"d\":1474909659,\"h\":\"bfb31034e27e41277316dcdb2edadfa7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/ms.php\":{\"d\":1474909659,\"h\":\"f0b28b11ee044b6ce65195f04fd6d1b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-automatic-upgrader-skin.php\":{\"d\":1474909659,\"h\":\"f3d19ee4c85726b0f24cdd1f36c414f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/list-table.php\":{\"d\":1474909659,\"h\":\"61482226a7320817e16f3802e72d9dba\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-ftp.php\":{\"d\":1474909659,\"h\":\"1d21a99c7cb4152ae0faa895c202a564\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/ajax-actions.php\":{\"d\":1474909659,\"h\":\"15119a3aaa07d9cdca18ca263b9e1522\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-bulk-plugin-upgrader-skin.php\":{\"d\":1474909659,\"h\":\"a3de5fc971707b8d955b57241e263651\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/revision.php\":{\"d\":1474909659,\"h\":\"a037f7eff784466c419e9a6fd01ef9a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/theme-install.php\":{\"d\":1474909659,\"h\":\"866d07ca1243f7aa13cf736c0067f0e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/upgrade.php\":{\"d\":1474909659,\"h\":\"3444364a32624f3d247a16095736e34b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-plugins-list-table.php\":{\"d\":1474909659,\"h\":\"f49f1fb6d629fe372a504f8a1203ca97\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-core-upgrader.php\":{\"d\":1474909659,\"h\":\"32238f9b19232bfb4bb4bbd9f854da9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/translation-install.php\":{\"d\":1474909659,\"h\":\"46b666519aab09b88c76167e030cf86f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/credits.php\":{\"d\":1474909659,\"h\":\"a2225f834de8d06a5d51fecb24c1066f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-plugin-upgrader-skin.php\":{\"d\":1474909659,\"h\":\"5df98f9427e3c54dd8650bd22751e51e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-plugin-upgrader.php\":{\"d\":1474909659,\"h\":\"37324405bbe37d6b50c3541b3843731d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-upgrader-skins.php\":{\"d\":1474909659,\"h\":\"b913ec371307a0d01734ca334c23e228\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-press-this.php\":{\"d\":1474909659,\"h\":\"bb697bc5dc6e1ca01486c91940345a0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/import.php\":{\"d\":1474909659,\"h\":\"b0e1cdf75daf28efa05b4afdc1faa271\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-theme-upgrader.php\":{\"d\":1474909659,\"h\":\"b4ebdded23dfbc2d030ecdf02611fae7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-post-comments-list-table.php\":{\"d\":1474909659,\"h\":\"5c34f85a05eee305eac2654e5d25e544\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/image-edit.php\":{\"d\":1474909659,\"h\":\"90a17100da436b688f9b3476106df86a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-internal-pointers.php\":{\"d\":1474909659,\"h\":\"e3be49879e4e749823539e234113d6ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-comments-list-table.php\":{\"d\":1474909659,\"h\":\"415f6ad531bf2ec72e757bfd5917a55e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-walker-nav-menu-edit.php\":{\"d\":1474909659,\"h\":\"5e681eabd1cc538309ce015eecd75b68\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/post.php\":{\"d\":1474909659,\"h\":\"ce59b1506b9542f9cbd3ee6c0325a611\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-filesystem-ssh2.php\":{\"d\":1474909659,\"h\":\"e2db6060c873bccc20ca441a05ed98c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/schema.php\":{\"d\":1474909659,\"h\":\"18b813ad42dd0d5de7cd5eb18084c85e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-theme-upgrader-skin.php\":{\"d\":1474909659,\"h\":\"f3f6cd7c70fc0e10e30b885e604c5c80\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-theme-installer-skin.php\":{\"d\":1474909659,\"h\":\"4964ebdde7ca0c6151768fcde6f38953\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-ms-sites-list-table.php\":{\"d\":1474909659,\"h\":\"f910d15beb5fc3b6549084e5d7574c24\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/includes\\/class-wp-posts-list-table.php\":{\"d\":1474909659,\"h\":\"b181599cdb6b863187fd4099229cd347\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/plugin-install.php\":{\"d\":1474909659,\"h\":\"6bbd804f795fa5a934f529a51a9886bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/admin.php\":{\"d\":1474909659,\"h\":\"524e4ceb2809cc242542f595bc796d4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/setup.php\":{\"d\":1474909659,\"h\":\"ee19cf426d3e6e397a5d891f08d19ae2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/plugin-editor.php\":{\"d\":1474909659,\"h\":\"3fb5cd9ab947024d84585a0d693dcc12\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/settings.php\":{\"d\":1474909659,\"h\":\"97cb8ac61df19a99d4ff42558951134e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/freedoms.php\":{\"d\":1474909659,\"h\":\"109efa9312c00370894f7e2ba27e9c31\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/sites.php\":{\"d\":1474909659,\"h\":\"c6b38a77a8dc1ab5aa764462ec4df524\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/update.php\":{\"d\":1474909659,\"h\":\"ba45a05ecc211e8cab75b4d529ff75f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/users.php\":{\"d\":1474909659,\"h\":\"9980ae35127d3d6a765f087d0ff58e21\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/site-users.php\":{\"d\":1474909659,\"h\":\"e03222d9c23f48929f8a44a69df167d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/menu.php\":{\"d\":1474909659,\"h\":\"df41743a35d5e790e01b9f8af87b9125\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/site-themes.php\":{\"d\":1474909659,\"h\":\"d604ad102a6a7d0f8ad733033f93a840\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/index.php\":{\"d\":1474909659,\"h\":\"16b88ab3b6cb1d73e3a30bf2728857df\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/user-edit.php\":{\"d\":1474909659,\"h\":\"318173b6ccb63ed80ba3d08563c3ff14\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/update-core.php\":{\"d\":1474909659,\"h\":\"a1223f017d52327b385cac03833f52ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/user-new.php\":{\"d\":1474909659,\"h\":\"9bf7019639cf60eec9db4ff01ac8cd46\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/about.php\":{\"d\":1474909659,\"h\":\"e9e33df9da15a95356e6da0e56889fec\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/plugins.php\":{\"d\":1474909659,\"h\":\"4193887cb9cb7f4d4d3000bdf303bf1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/site-settings.php\":{\"d\":1474909659,\"h\":\"5c1c0421c42e38b72775f1fc51972f82\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/profile.php\":{\"d\":1474909659,\"h\":\"d86926a7511d1d5cd3a2f0a502e7b6a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/themes.php\":{\"d\":1474909659,\"h\":\"6da1e4aaef3681165846b0b7d894e94f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/edit.php\":{\"d\":1474909659,\"h\":\"0deb5ea059c21f268c973b5ea0fcd21a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/site-info.php\":{\"d\":1474909659,\"h\":\"b4204a86f20c03e9af7c5144353b6306\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/site-new.php\":{\"d\":1474909659,\"h\":\"ddb2ebe64e0174070bb8ac460fac8ec4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/theme-install.php\":{\"d\":1474909659,\"h\":\"26d5b7cd315570d025e09e11313d24e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/upgrade.php\":{\"d\":1474909659,\"h\":\"636e4722cf5516459e4d6e2a2f2432db\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/credits.php\":{\"d\":1474909659,\"h\":\"38192cde34142cc7ecf558f58ef475f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network\\/theme-editor.php\":{\"d\":1474909659,\"h\":\"804f9a460fa9e3646d83f915c51cd36a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/ocean\\/colors.scss\":{\"d\":1474909659,\"h\":\"1a7c5bfd9faf7f6cc77cd9b166062568\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/ocean\\/colors.min.css\":{\"d\":1474909659,\"h\":\"eb668f9051822ba6ba7d0730fc7c7ab5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/ocean\\/colors-rtl.css\":{\"d\":1474909659,\"h\":\"f8b49360db7b06106c295535de575d1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/ocean\\/colors.css\":{\"d\":1474909659,\"h\":\"d04d8dba0a8390d11aafe4f5a03dc972\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/ocean\\/colors-rtl.min.css\":{\"d\":1474909659,\"h\":\"124e45c18cfbd0d1c69dbb6e6cbcbd72\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/coffee\\/colors.scss\":{\"d\":1474909659,\"h\":\"397e3820b27a234330c95e05250f61ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/coffee\\/colors.min.css\":{\"d\":1474909659,\"h\":\"98fb96ff87f6948275e2acd843db28ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/coffee\\/colors-rtl.css\":{\"d\":1474909659,\"h\":\"7a6adb6f93ebe47bb2a49bac118ffe24\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/coffee\\/colors.css\":{\"d\":1474909659,\"h\":\"f032e42bc6cb2033bfde657c7494337e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/coffee\\/colors-rtl.min.css\":{\"d\":1474909659,\"h\":\"663ac9c63302bc5276bbab270f1c0424\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/blue\\/colors.scss\":{\"d\":1474909659,\"h\":\"d9d03549d79484672c29145aad594db3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/blue\\/colors.min.css\":{\"d\":1474909659,\"h\":\"fb4d3e2f7fe955aea70becac4602f87f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/blue\\/colors-rtl.css\":{\"d\":1474909659,\"h\":\"80e102718830b90c49d2d0bb280629c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/blue\\/colors.css\":{\"d\":1474909659,\"h\":\"9338a0c97b787ee5a176b5cd7e830061\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/blue\\/colors-rtl.min.css\":{\"d\":1474909659,\"h\":\"0c54b9433982ac1434c48071143bc050\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/sunrise\\/colors.scss\":{\"d\":1474909659,\"h\":\"5692871a8a7a1914ee0968ddf9923dec\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/sunrise\\/colors.min.css\":{\"d\":1474909659,\"h\":\"7c366a0f8539b65522d1f9b537a3dbfd\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/sunrise\\/colors-rtl.css\":{\"d\":1474909659,\"h\":\"32e6c9b314aa09741b00f3d25cbe93f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/sunrise\\/colors.css\":{\"d\":1474909659,\"h\":\"509e5f9805d5371f6afc4135fd361979\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/sunrise\\/colors-rtl.min.css\":{\"d\":1474909659,\"h\":\"bc5202c7967dc638e75867f7b8a8b32f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors.scss\":{\"d\":1474909659,\"h\":\"940171d1392bd8071122a905d12b9195\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors.min.css\":{\"d\":1474909659,\"h\":\"435a0d93eeca88b2d78d085931d35c2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors-rtl.css\":{\"d\":1474909659,\"h\":\"2c7b7f7ea3d09d89912f8a2190caf555\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors.css\":{\"d\":1474909659,\"h\":\"4aedfb3a03d238a248b4628c1e82ecb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors-rtl.min.css\":{\"d\":1474909659,\"h\":\"ff964251f91913de2c95d166fa9f910d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/light\\/colors.scss\":{\"d\":1474909659,\"h\":\"480b9bd647e5b323ef88d63ce55e1d6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/light\\/colors.min.css\":{\"d\":1474909659,\"h\":\"8793d3def979fb16292094f477cecc32\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/light\\/colors-rtl.css\":{\"d\":1474909659,\"h\":\"8753f151ad2a1db9d6a51f3825986c45\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/light\\/colors.css\":{\"d\":1474909659,\"h\":\"85e47a254d85f992643bdc75f3f130bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/light\\/colors-rtl.min.css\":{\"d\":1474909659,\"h\":\"22a8f413fe68dd3e05d11127d089985e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/midnight\\/colors.scss\":{\"d\":1474909659,\"h\":\"26dc8daaf0c47c4457b8bc2145f48634\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/midnight\\/colors.min.css\":{\"d\":1474909659,\"h\":\"9757ca09dddfa5a983e2b25f826a96ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/midnight\\/colors-rtl.css\":{\"d\":1474909659,\"h\":\"99ac5a3755ed5acd78360f589e880dcf\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/midnight\\/colors.css\":{\"d\":1474909659,\"h\":\"d55664f8f653664ce2f4a360a7aabf7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/midnight\\/colors-rtl.min.css\":{\"d\":1474909659,\"h\":\"6bbde2ec66d17f54b8ce67e0519310c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/_variables.scss\":{\"d\":1474909659,\"h\":\"3ab501096b1a091972d84c85b284135a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/_admin.scss\":{\"d\":1474909659,\"h\":\"337df7168a4b60669c23c4b0343d72a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/colors\\/_mixins.scss\":{\"d\":1474909659,\"h\":\"45226dc97aee32844ae5b2c7953c50f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/ie-rtl.css\":{\"d\":1474909659,\"h\":\"0eaa7745837d3d443a69d044ed3d34ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/themes-rtl.css\":{\"d\":1474909659,\"h\":\"3b10683d99f04c4d4a33ed92eda6a1de\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/press-this.min.css\":{\"d\":1474909659,\"h\":\"fa029d751a7e76496019bd3a5a69f039\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/press-this-editor-rtl.min.css\":{\"d\":1474909659,\"h\":\"143da4e979fd86e002fba6cda338cf7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/admin-menu.min.css\":{\"d\":1474909659,\"h\":\"611efcc5caad0f3085897836e4ce1f3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/l10n-rtl.min.css\":{\"d\":1474909659,\"h\":\"395ebbb01f0499dc79323d9e46bf99c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/customize-widgets.min.css\":{\"d\":1474909659,\"h\":\"1c97af19b90531018baaebef22409f09\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/color-picker.min.css\":{\"d\":1474909659,\"h\":\"d156a5d5a2d81aa45d55b389236e8ce1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/color-picker-rtl.css\":{\"d\":1474909659,\"h\":\"3ca392110eade74ac3d8c28e70482844\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/site-icon-rtl.min.css\":{\"d\":1474909659,\"h\":\"52189e8f1862001b7bd1f5f0ed71d30a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/dashboard.css\":{\"d\":1474909659,\"h\":\"ede40a4a2c18bee8b93c01f7e55245a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/login.min.css\":{\"d\":1474909659,\"h\":\"09850183c273d5d1281938b35481e499\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/wp-admin-rtl.css\":{\"d\":1474909659,\"h\":\"74f9dcf5ab8c92f6666ff52c699873c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/common-rtl.css\":{\"d\":1474909659,\"h\":\"2a0f5af4182bc19d0c8a64a537ea950f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/site-icon.min.css\":{\"d\":1474909659,\"h\":\"66a5336284db6dc9874764fa8548a471\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/login-rtl.css\":{\"d\":1474909659,\"h\":\"435422a1529aa1a64a7e832de8c7201d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/wp-admin-rtl.min.css\":{\"d\":1474909659,\"h\":\"06dd9aaea22ad8c13722470196c5aab4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/customize-nav-menus-rtl.min.css\":{\"d\":1474909659,\"h\":\"f1a43d2195725369dac369cc3d214af6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/widgets-rtl.css\":{\"d\":1474909659,\"h\":\"52222282329f1e2ba87d9df556b9da51\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/customize-controls.css\":{\"d\":1474909659,\"h\":\"9c72b817e54dfe7080be40b6228ac124\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/media-rtl.min.css\":{\"d\":1474909659,\"h\":\"b13c8ab17b4b40a41ed606a6260c8a45\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/edit-rtl.css\":{\"d\":1474909659,\"h\":\"5ba4e14b2d9cb19fb65b7cfa7fb5b9aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/l10n-rtl.css\":{\"d\":1474909659,\"h\":\"69b0527be5b3aa2c1644fe5fc1c34afa\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/nav-menus-rtl.css\":{\"d\":1474909659,\"h\":\"acc2861152c365bbafbfff8ab3baaf55\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/edit.min.css\":{\"d\":1474909659,\"h\":\"32637f3e54e917599672b3c1f00a2a81\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/wp-admin.css\":{\"d\":1474909659,\"h\":\"bfe4bd90350018abc7c9210bfb9d2a5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/about.min.css\":{\"d\":1474909659,\"h\":\"205cf588eb9148f70d7ba3a7632fed00\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/revisions-rtl.min.css\":{\"d\":1474909659,\"h\":\"0114c79d89d3e0edd14d711c868d4fd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/customize-nav-menus-rtl.css\":{\"d\":1474909659,\"h\":\"4ef4d5630b4d01f400c1d2bf614aaae5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/l10n.css\":{\"d\":1474909659,\"h\":\"b5c4b8f85029fb7c84f0719f72b280ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/press-this-rtl.min.css\":{\"d\":1474909659,\"h\":\"681c587be87f8084fd15ce13b1460c8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/common.min.css\":{\"d\":1474909659,\"h\":\"2adb75111fe6bd2d079f1a4382e43806\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/color-picker.css\":{\"d\":1474909659,\"h\":\"397074641a606a0a2d568df73d020562\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/revisions.min.css\":{\"d\":1474909659,\"h\":\"7db5304ec20677c46bbcbd7b9e9fa350\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/about.css\":{\"d\":1474909659,\"h\":\"78b67f44579068eb8a32c2d710a197e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/wp-admin.min.css\":{\"d\":1474909659,\"h\":\"a2e2f67626ed6f9beca5306c1a16abba\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/about-rtl.min.css\":{\"d\":1474909659,\"h\":\"e49b0b679670933616a105c5e36c0996\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/press-this-editor.min.css\":{\"d\":1474909659,\"h\":\"2cf3344cb737ec622532596ac21cb85f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/common-rtl.min.css\":{\"d\":1474909659,\"h\":\"1299184d799f3a39b6abfb8510ae2b88\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/l10n.min.css\":{\"d\":1474909659,\"h\":\"55d6b57d8020d981dd12e3308c6d326e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/press-this-editor-rtl.css\":{\"d\":1474909659,\"h\":\"464da848980476cd37de1c0d7964c1e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/customize-controls-rtl.css\":{\"d\":1474909659,\"h\":\"07dd5ae0a8c519df86710b774937a1f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/media.css\":{\"d\":1474909659,\"h\":\"4d625d7805a6897ba1ee60df12e9aedc\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/admin-menu-rtl.min.css\":{\"d\":1474909659,\"h\":\"96086cb89251901ecd80597778deb208\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/nav-menus.css\":{\"d\":1474909659,\"h\":\"86d3b37483ebfc6abed73502569760c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/forms-rtl.min.css\":{\"d\":1474909659,\"h\":\"3f3b7c76cbd5221c72b4eee6c87a9308\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/deprecated-media.min.css\":{\"d\":1474909659,\"h\":\"b1cc8030eb9a806f2fa3a4aeecdac87c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/dashboard-rtl.css\":{\"d\":1474909659,\"h\":\"d3c3fcc9f814d55d40f611bf5680e0b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/farbtastic-rtl.min.css\":{\"d\":1474909659,\"h\":\"1a884c09637a47af300c7e6c3057ddc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/media.min.css\":{\"d\":1474909659,\"h\":\"e51791f375ab1b37bc6a6b909117751b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/login.css\":{\"d\":1474909659,\"h\":\"01007fd412c09c53accf6b0e89f4477b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/customize-nav-menus.css\":{\"d\":1474909659,\"h\":\"b4dcd2e0e34fc54708352f0a0d9d0379\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/media-rtl.css\":{\"d\":1474909659,\"h\":\"5f7e742e81a02e1181c35920268c8a51\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/customize-controls.min.css\":{\"d\":1474909659,\"h\":\"e971354e52f09076124ee678685ba35d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/forms.min.css\":{\"d\":1474909659,\"h\":\"76ca9c78f6d0c3067f1675647bee0e11\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/customize-nav-menus.min.css\":{\"d\":1474909659,\"h\":\"13c05456026f6c1866db7a742e27ab13\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/about-rtl.css\":{\"d\":1474909659,\"h\":\"114df4c9f91f08b37ac227c43c9461ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/revisions-rtl.css\":{\"d\":1474909659,\"h\":\"d2bb91a5e175182fd98b92423245b886\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/themes-rtl.min.css\":{\"d\":1474909659,\"h\":\"dcaa4244b0f2d289a78e99d3b15d0030\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/list-tables-rtl.css\":{\"d\":1474909659,\"h\":\"cbed75a1b6445166304c7f98e244451a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/customize-widgets.css\":{\"d\":1474909659,\"h\":\"a138d6e9d8e9b3d4d2a9eafff00f5ee5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/install.css\":{\"d\":1474909659,\"h\":\"8a6f5d94ad68066f64975eb24914dea7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/dashboard.min.css\":{\"d\":1474909659,\"h\":\"151dfe98fe81cf303ddd51228ac6f3d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/nav-menus-rtl.min.css\":{\"d\":1474909659,\"h\":\"e8e736e802c339955e0473f66df03997\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/edit.css\":{\"d\":1474909659,\"h\":\"55238fac829b69520b226a3e70639cbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/themes.css\":{\"d\":1474909659,\"h\":\"0528f3a942a205c3b428c17a04b073f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/list-tables.css\":{\"d\":1474909659,\"h\":\"beb6bf82e0790eac731ed2c9cf74bc3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/press-this.css\":{\"d\":1474909659,\"h\":\"b7b29f888d25ff3fcc0471650d6c1ed3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/customize-widgets-rtl.min.css\":{\"d\":1474909659,\"h\":\"4720a573460d8da3d0963651bdaec68c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/edit-rtl.min.css\":{\"d\":1474909659,\"h\":\"7860eb75440968af1348895c70aa596a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/customize-widgets-rtl.css\":{\"d\":1474909659,\"h\":\"e9eb10161f31b6b7d1771ee567fc135b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/farbtastic.min.css\":{\"d\":1474909659,\"h\":\"30996981c129bd331b5cdbb88a2fa23b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/widgets.min.css\":{\"d\":1474909659,\"h\":\"feeb10baeb29b091f5d9cd6beccc0c16\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/press-this-editor.css\":{\"d\":1474909659,\"h\":\"b01941463721a9e3d36d4b4dc3781c66\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/farbtastic.css\":{\"d\":1474909659,\"h\":\"f9e33829b8faed7d7bbef843fb683255\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/revisions.css\":{\"d\":1474909659,\"h\":\"2311887a1e17b942de617ba70baeda36\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/deprecated-media.css\":{\"d\":1474909659,\"h\":\"2257f52a92d7817195c7ea9659345ec0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/color-picker-rtl.min.css\":{\"d\":1474909659,\"h\":\"e6e925fb28b187d58f2a354f12bdb56f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/ie.min.css\":{\"d\":1474909659,\"h\":\"135aac1749fb85f75120b1391ace9b2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/list-tables.min.css\":{\"d\":1474909659,\"h\":\"1f20713b071e4fded3ca44cdc67e50c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/dashboard-rtl.min.css\":{\"d\":1474909659,\"h\":\"85d54bb343a31b620a1af2d429fc5436\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/widgets-rtl.min.css\":{\"d\":1474909659,\"h\":\"56dcc8388a67eea5a342dc00491867e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/ie-rtl.min.css\":{\"d\":1474909659,\"h\":\"2d76574de73331ae9a0bae951abc5490\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/forms-rtl.css\":{\"d\":1474909659,\"h\":\"42ce72342f0513eef908ca9dbd9305ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/ie.css\":{\"d\":1474909659,\"h\":\"164c87f2a9052670f8342f871a4fadaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/deprecated-media-rtl.css\":{\"d\":1474909659,\"h\":\"071db78449e52b5a8e4f74881f45ca76\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/widgets.css\":{\"d\":1474909659,\"h\":\"53bfa004b8ec5ed07348b9ff3e79af55\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/login-rtl.min.css\":{\"d\":1474909659,\"h\":\"638da3bea5a7c1f2b42c3f277cea9846\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/themes.min.css\":{\"d\":1474909659,\"h\":\"700790d0f345446ccaf08b3460fe8351\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/admin-menu.css\":{\"d\":1474909659,\"h\":\"b1e6ea1aee87917ff8cac7929130e61d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/common.css\":{\"d\":1474909659,\"h\":\"81aef5364d1de5aff6e2f7577a161564\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/nav-menus.min.css\":{\"d\":1474909659,\"h\":\"bc513df8fca4987536f8469d24b211ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/admin-menu-rtl.css\":{\"d\":1474909659,\"h\":\"dc74b14f3d25a91e399b6f613fe11223\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/list-tables-rtl.min.css\":{\"d\":1474909659,\"h\":\"52a6fde74e83e084947136f3028155ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/site-icon-rtl.css\":{\"d\":1474909659,\"h\":\"06fa2062900ec9b9561403625050c939\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/press-this-rtl.css\":{\"d\":1474909659,\"h\":\"ebe1a8076493805aa48fc343dd86ddb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/forms.css\":{\"d\":1474909659,\"h\":\"ccae6ea537526abc82f16abac64b14fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/install-rtl.min.css\":{\"d\":1474909659,\"h\":\"7b493359000b7f086c19ac7dfec440a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/site-icon.css\":{\"d\":1474909659,\"h\":\"02f37c95552dc7cda5e2ca3c4ef6ac20\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/install-rtl.css\":{\"d\":1474909659,\"h\":\"654ac0a0f7a8fe1cd84c0c945b70af0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/customize-controls-rtl.min.css\":{\"d\":1474909659,\"h\":\"d392c6caa0721b1787e24bf1250167b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/deprecated-media-rtl.min.css\":{\"d\":1474909659,\"h\":\"ac5bc02b710e35115cadca960308560c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/farbtastic-rtl.css\":{\"d\":1474909659,\"h\":\"118f1189ffbb71e014402121b5456bc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/css\\/install.min.css\":{\"d\":1474909659,\"h\":\"f651508c7103eca79f012b62fa6a5193\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/options-permalink.php\":{\"d\":1474909659,\"h\":\"b9f525e8377fac9ae07246a8a882dc0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/plugin-install.php\":{\"d\":1474909659,\"h\":\"e1a0fdd506f3224f0f0348b95fdf2e92\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/link-manager.php\":{\"d\":1474909659,\"h\":\"42347f2eba0200538ddc59123697669d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/ms-delete-site.php\":{\"d\":1474909659,\"h\":\"6df0bc06cc447274829669ed7a55b7df\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/admin-header.php\":{\"d\":1474909659,\"h\":\"988eaa0160d4319714e0c20858e11af9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/admin.php\":{\"d\":1474909659,\"h\":\"6e5a37349eda3d22ee5280a5347f21e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/ms-upgrade-network.php\":{\"d\":1474909659,\"h\":\"7cb492260f22ee53816d96be3868be6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/load-scripts.php\":{\"d\":1474909659,\"h\":\"fa4354ef9e729a065ba4db8943962705\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/plugin-editor.php\":{\"d\":1474909659,\"h\":\"5188bad70cb141a12eb115f65f032a6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/press-this.php\":{\"d\":1474909659,\"h\":\"22abd6d933bba141754f7a84a9b2e9f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/options-media.php\":{\"d\":1474909659,\"h\":\"11e9f8b7707d8654642cae3a2c8ecb94\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/custom-background.php\":{\"d\":1474909659,\"h\":\"cfc03646e9ab8eaf457786b96d1a60f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/widgets.php\":{\"d\":1474909659,\"h\":\"1aee4dd7453892787dfd164abbed2e12\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/moderation.php\":{\"d\":1474909659,\"h\":\"541242a293805952a0e22234f09d6fa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/ms-options.php\":{\"d\":1474909659,\"h\":\"a21d278e00ca7dccfe3a81d4e386afa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/options-reading.php\":{\"d\":1474909659,\"h\":\"cd8427a3d6e1b5e72937db283df81886\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/media-new.php\":{\"d\":1474909659,\"h\":\"375cee0b3f1790d8ed1c99e94c6bef46\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/customize.php\":{\"d\":1474909659,\"h\":\"d187b83c59a53c164376b2b9720fdeee\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/ms-admin.php\":{\"d\":1474909659,\"h\":\"9a05b49740dfcdaf4516851b623606e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/admin-footer.php\":{\"d\":1474909659,\"h\":\"2ed4869ae6018f67e2a05da351ae6b76\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/options-head.php\":{\"d\":1474909659,\"h\":\"9a616e7dd468d1c2499b90600e710da5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/admin-post.php\":{\"d\":1474909659,\"h\":\"163ecc5b73b40ce02ba418a3edee2c68\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/freedoms.php\":{\"d\":1474909659,\"h\":\"37d67c34925624fcb8c28500bc7ea70e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/tools.php\":{\"d\":1474909659,\"h\":\"10e07aaf20dff0065f5086fe4fe72294\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/setup-config.php\":{\"d\":1474909659,\"h\":\"6e2854479d4dce18da220c441e2052e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/install-helper.php\":{\"d\":1474909659,\"h\":\"6456b260aa9dece9b30431260cdb1a6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/update.php\":{\"d\":1474909659,\"h\":\"695951f144fb833c410bdf40adde1a99\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/users.php\":{\"d\":1474909659,\"h\":\"82c07a1e574250b03566f996d9f3031b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/menu.php\":{\"d\":1474909659,\"h\":\"ceccd796b8675e6891af805a5992085b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/link-add.php\":{\"d\":1474909659,\"h\":\"a0ee0eaab7c6f32171b0215409caa2fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/index.php\":{\"d\":1474909659,\"h\":\"ba35a87e01c411ef54321c6f37471769\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/edit-form-advanced.php\":{\"d\":1474909659,\"h\":\"93964439433a72eb6f0cefad60332a73\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/admin-functions.php\":{\"d\":1474909659,\"h\":\"af0b46eafb24e3733a8839836d256146\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/options-discussion.php\":{\"d\":1474909659,\"h\":\"2d31e4600411a9e7b770ccbb36937149\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/options.php\":{\"d\":1474909659,\"h\":\"3639c6bd2627936705ce86346758d625\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/media-upload.php\":{\"d\":1474909659,\"h\":\"3b229490fb0c696b8ba27bac6c341dfd\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/user-edit.php\":{\"d\":1474909659,\"h\":\"adca764376767a6950615ee947c91f30\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/media.php\":{\"d\":1474909659,\"h\":\"3e75e3a3c4b1561f653f55b04108615a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/update-core.php\":{\"d\":1474909659,\"h\":\"376ef8baae38b52aa98d621c10e43fac\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/comment.php\":{\"d\":1474909659,\"h\":\"51f743952824ac020bf49e3228030ff8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/user-new.php\":{\"d\":1474909659,\"h\":\"55953c3d8dc22f937b554d6a07f5ee8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/edit-link-form.php\":{\"d\":1474909659,\"h\":\"077c92d3ce415d8874c85fcf34fd015b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/about.php\":{\"d\":1474909659,\"h\":\"cd863e187fd190cbe5c4d91e36869cc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/plugins.php\":{\"d\":1474909659,\"h\":\"6e21e69b348bdfc0b0acb14c0e505640\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/link.php\":{\"d\":1474909659,\"h\":\"6e4173fd43a2a01b3509c80ee984d22b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/load-styles.php\":{\"d\":1474909659,\"h\":\"2b94aa72a6e283ef7ec401b4517b9da4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/profile.php\":{\"d\":1474909659,\"h\":\"9184e53f96bade3e7ae7cda9eddf7a26\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/term.php\":{\"d\":1474909659,\"h\":\"70cea2213b2e15300a818a0903b18b00\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/network.php\":{\"d\":1474909659,\"h\":\"d5e22158841a0f55faa28d37b99a448c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/export.php\":{\"d\":1474909659,\"h\":\"20dd2fb1c530bac363f285a4bb1b05c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/themes.php\":{\"d\":1474909659,\"h\":\"b472b63d1eccfa2ba023f818b2f0f84a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/options-general.php\":{\"d\":1474909659,\"h\":\"ec4641e5b26f099c99ec2ef66676dcf1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/nav-menus.php\":{\"d\":1474909659,\"h\":\"2b2630146b2685dbe85e6a7afa86d181\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/edit.php\":{\"d\":1474909659,\"h\":\"3d91bf08da2aaff31483472f06ebd473\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/edit-form-comment.php\":{\"d\":1474909659,\"h\":\"9b704cc509e13f345209fb96d642cd62\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/edit-tags.php\":{\"d\":1474909659,\"h\":\"1e96fa43048a7c452a18a469ebce5635\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/link-parse-opml.php\":{\"d\":1474909659,\"h\":\"4a19a323ea2f92b897e20f7cdabe49eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/edit-comments.php\":{\"d\":1474909659,\"h\":\"e0f74e0609786501f79013217b989137\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/custom-header.php\":{\"d\":1474909659,\"h\":\"c422eae82bd29d17149e61bf15e87034\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/revision.php\":{\"d\":1474909659,\"h\":\"aa40e2a4cd00719b604e7ea6cda06bbb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/theme-install.php\":{\"d\":1474909659,\"h\":\"fde46c031179ed80842785331542ff2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/upgrade.php\":{\"d\":1474909659,\"h\":\"b2efdd003aeacd49ea8325fc923000c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/upload.php\":{\"d\":1474909659,\"h\":\"4d8fa3572caee66df6a0e28f06686b21\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/ms-sites.php\":{\"d\":1474909659,\"h\":\"5d186224ebf4ddd0f1719c9ef4b80468\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/credits.php\":{\"d\":1474909659,\"h\":\"870fab049300c38a57a188305b6eca95\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/my-sites.php\":{\"d\":1474909659,\"h\":\"f596d6156149b6b3ac119e72b3473326\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/upgrade-functions.php\":{\"d\":1474909659,\"h\":\"68070de41736e57f8757648a80b9cbbb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/menu-header.php\":{\"d\":1474909659,\"h\":\"97aa11faebcee7aec1bd0ab8e592da63\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/ms-users.php\":{\"d\":1474909659,\"h\":\"4823c8667b23ca83b31bf9093647e5a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/post-new.php\":{\"d\":1474909659,\"h\":\"c964821b5784905159f63045fe5983bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/async-upload.php\":{\"d\":1474909659,\"h\":\"320481c6834442bfd77c3c8bc95348bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/theme-editor.php\":{\"d\":1474909659,\"h\":\"58af496bee3fb8a92d61aad297ab6425\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/import.php\":{\"d\":1474909659,\"h\":\"2ee9c212f03cfb0e53b71a27d2fa5195\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/ms-edit.php\":{\"d\":1474909659,\"h\":\"16d42ff617c4a616c3bd94ba103a4582\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/options-writing.php\":{\"d\":1474909659,\"h\":\"18ca9c64e347dd4a5dd7a522fe43f489\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/ms-themes.php\":{\"d\":1474909659,\"h\":\"521cb94b9501ca24bc495a31c66925d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/post.php\":{\"d\":1474909659,\"h\":\"2307c23664d0c475a12c6010f264b926\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/admin-ajax.php\":{\"d\":1474909659,\"h\":\"a48454c9e64613a558061b49a66cfb11\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/install.php\":{\"d\":1474909659,\"h\":\"be770285c8786b74f451a966f3b585b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-admin\\/edit-tag-form.php\":{\"d\":1474909659,\"h\":\"80df1f08db78181be6ab3f4e2f3fe041\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/plupload\\/plupload.flash.swf\":{\"d\":1474909659,\"h\":\"370d768e45524f47fbd2988974d3d76c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/plupload\\/plupload.silverlight.xap\":{\"d\":1474909659,\"h\":\"747100c185cf33f6588930a5941d62f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/plupload\\/wp-plupload.js\":{\"d\":1474909659,\"h\":\"2b6f0cc54e381fd52f3a3726e09c1d07\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/plupload\\/plupload.full.min.js\":{\"d\":1474909659,\"h\":\"4a431fb4049b24566d27c12e2793d818\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/plupload\\/license.txt\":{\"d\":1474909659,\"h\":\"751419260aa954499f7abaabaa882bbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/plupload\\/handlers.js\":{\"d\":1474909659,\"h\":\"06e4d64e099466eaa3185f1850884821\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/plupload\\/wp-plupload.min.js\":{\"d\":1474909659,\"h\":\"7c74a0f866c5dfd1dc9a45474651f6ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/plupload\\/handlers.min.js\":{\"d\":1474909659,\"h\":\"3ea40ab7c27b75d20c3da22f097d6614\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jcrop\\/jquery.Jcrop.min.css\":{\"d\":1474909659,\"h\":\"56cc9ea201dc2f4b910e78bfacac9211\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jcrop\\/jquery.Jcrop.min.js\":{\"d\":1474909659,\"h\":\"2f61ab984c177275c71e34ff1a17c102\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/crop\\/cropper.js\":{\"d\":1474909659,\"h\":\"1d97b296d918482e1273c56fbff6a8e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/crop\\/cropper.css\":{\"d\":1474909659,\"h\":\"6b79350bf46e0f692a4d1b2807ed0399\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/thickbox\\/thickbox.css\":{\"d\":1474909659,\"h\":\"805aa150a391e44e3245f25ea83bdfcb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/thickbox\\/thickbox.js\":{\"d\":1474909659,\"h\":\"d5d248a8730754587b4224c2d9ad36c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/imgareaselect\\/jquery.imgareaselect.min.js\":{\"d\":1474909659,\"h\":\"25f42e049e65ee16d442799755724025\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/imgareaselect\\/jquery.imgareaselect.js\":{\"d\":1474909659,\"h\":\"7a0e1bfc429252530cfb8318f53a5986\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/imgareaselect\\/imgareaselect.css\":{\"d\":1474909659,\"h\":\"7d28cad92829b3d633a087b5f3b595af\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/autocomplete.min.js\":{\"d\":1474909659,\"h\":\"d0ff3eba6258651773c3a5cc909efde6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/button.min.js\":{\"d\":1474909659,\"h\":\"2ce99e1ed08df351e6a58eb4b6bcbfa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-scale.min.js\":{\"d\":1474909659,\"h\":\"d57d0830652c29c3e0e301b02b6db754\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-blind.min.js\":{\"d\":1474909659,\"h\":\"addbe09f173c4f1bd86d41ac5f3b4f4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/mouse.min.js\":{\"d\":1474909659,\"h\":\"82835a8960ddd73020389dbfa45c39a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/effect.min.js\":{\"d\":1474909659,\"h\":\"3f7161cf139d5a2c5e6d34e1c0026f9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/position.min.js\":{\"d\":1474909659,\"h\":\"1c4a13edec1958817e83433aeaa42f62\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-clip.min.js\":{\"d\":1474909659,\"h\":\"c7939457e8ab231b951713475a056173\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/slider.min.js\":{\"d\":1474909659,\"h\":\"9408efe2ce5a6b4364f34cbda02f814b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/spinner.min.js\":{\"d\":1474909659,\"h\":\"3acf32da612bf35221c09394856591dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-highlight.min.js\":{\"d\":1474909659,\"h\":\"95e8ebe62adf187fb4c3b84eb5bef821\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/resizable.min.js\":{\"d\":1474909659,\"h\":\"a5001032177c492cf0ff7c86bc01169f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/core.min.js\":{\"d\":1474909659,\"h\":\"9ce4e157448487d4efe0ca538f656a71\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-pulsate.min.js\":{\"d\":1474909659,\"h\":\"bf836f20530440115a2a8487ca7021c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/widget.min.js\":{\"d\":1474909659,\"h\":\"8cf7f36bbd79bc0664b6113f7a7837fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/draggable.min.js\":{\"d\":1474909659,\"h\":\"443c277789baf69c490019d59c1b36ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-slide.min.js\":{\"d\":1474909659,\"h\":\"fa23475fb01c8f4d56da98ca0c1179b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/tabs.min.js\":{\"d\":1474909659,\"h\":\"5330c83425ab1b8f67ce63f741427adb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/selectable.min.js\":{\"d\":1474909659,\"h\":\"b632add191ecae92e6a7b6b97212a640\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-puff.min.js\":{\"d\":1474909659,\"h\":\"fe496d6c9d63bc47854084c8b3fc20d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/dialog.min.js\":{\"d\":1474909659,\"h\":\"3ecd9590aac778514f4e69975ed91a62\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/accordion.min.js\":{\"d\":1474909659,\"h\":\"334c2ffb0b086ffc0f6f192ea120f3c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/datepicker.min.js\":{\"d\":1474909659,\"h\":\"cfb63dc18fde53fef4d4fdc19ddfdcd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/progressbar.min.js\":{\"d\":1474909659,\"h\":\"b94d71da54d9b4413ffa4c7d792269c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/menu.min.js\":{\"d\":1474909659,\"h\":\"c91cfff50715441295fe7463bb5d3894\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-size.min.js\":{\"d\":1474909659,\"h\":\"b00e3dfd6eebccd5ea9aeb3293d85a25\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/selectmenu.min.js\":{\"d\":1474909659,\"h\":\"cb7db4cbaa328e395a680c78692236f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-shake.min.js\":{\"d\":1474909659,\"h\":\"260cbafcbcedc23348a371cb80083112\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-fade.min.js\":{\"d\":1474909659,\"h\":\"9f6fd64f4f5ff5893b7b72a235246d0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-explode.min.js\":{\"d\":1474909659,\"h\":\"c0df625cca418cfd803a11514a3dd1e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/droppable.min.js\":{\"d\":1474909659,\"h\":\"debf5224c4162887d1a6e3198ed953d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-fold.min.js\":{\"d\":1474909659,\"h\":\"8d365ec1b3a7ee82f93c9afd441e456c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/sortable.min.js\":{\"d\":1474909659,\"h\":\"2896e90cc17e9abc160ed96bb86b07e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-drop.min.js\":{\"d\":1474909659,\"h\":\"57fe560887cac7a5b2598188463290e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-bounce.min.js\":{\"d\":1474909659,\"h\":\"4bc4c97924bea4bf7b04d7b46ff4f64c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/tooltip.min.js\":{\"d\":1474909659,\"h\":\"443f68690d84eee42cf3019071340730\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/ui\\/effect-transfer.min.js\":{\"d\":1474909659,\"h\":\"07e5b0dea800777dd2108788b56ef90b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/jquery.serialize-object.js\":{\"d\":1474909659,\"h\":\"d15c29a18d9ffa8b9b4ae86c3c0cfa22\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/jquery.form.js\":{\"d\":1474909659,\"h\":\"e5afd8e41d2ec22c19932b068cd90a71\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/jquery.masonry.min.js\":{\"d\":1474909659,\"h\":\"cd0eb3406096ff80266e7c9d7d419186\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/jquery-migrate.js\":{\"d\":1474909659,\"h\":\"6c57b762589f13ea5b3579ca5e6c369b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/jquery.table-hotkeys.js\":{\"d\":1474909659,\"h\":\"a706ead694231e74fd6750b1670580a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/jquery.schedule.js\":{\"d\":1474909659,\"h\":\"0426b39754aa6bc766d89ea4c41bbd06\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/suggest.min.js\":{\"d\":1474909659,\"h\":\"7311075c2b411b299c94e36e2e3bab89\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/jquery-migrate.min.js\":{\"d\":1474909659,\"h\":\"7121994eec5320fbe6586463bf9651c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/jquery.ui.touch-punch.js\":{\"d\":1474909659,\"h\":\"4cc86d1003c45134d6838f13e3885db1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/jquery.hotkeys.min.js\":{\"d\":1474909659,\"h\":\"e353217d4555ab5c62b367be6889813d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/suggest.js\":{\"d\":1474909659,\"h\":\"3a2474569145d51ecabf7fc4fb078982\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/jquery.table-hotkeys.min.js\":{\"d\":1474909659,\"h\":\"e56f81676f199db7bf937e69a64909fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/jquery.form.min.js\":{\"d\":1474909659,\"h\":\"dbc3808473def00fce45fe564dc72dcb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/jquery.js\":{\"d\":1474909659,\"h\":\"8610f03fe77640dee8c4cc924e060f12\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/jquery.hotkeys.js\":{\"d\":1474909659,\"h\":\"e29483a8ca26a0dd8b0d1146c6b0a6e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/jquery.color.min.js\":{\"d\":1474909659,\"h\":\"ff2db8dbf145ce47f31781eef33e764a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/jquery\\/jquery.query.js\":{\"d\":1474909659,\"h\":\"3bcc587af2c7b01fc6fbc9c077050143\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/themes\\/modern\\/theme.min.js\":{\"d\":1474909659,\"h\":\"e3b7cec28cad5caa5fcbcc2a15cebae7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/themes\\/modern\\/theme.js\":{\"d\":1474909659,\"h\":\"d502a6ac28bb48a7d91a89ba9b5710c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/themes\\/inlite\\/theme.min.js\":{\"d\":1474909659,\"h\":\"9e675131dcae21250f65f02d43c3b73b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/themes\\/inlite\\/theme.js\":{\"d\":1474909659,\"h\":\"11a18378a9afa362204054b59b618b16\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpembed\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"7ec45bcbe992c74c095a75bb2d2cf0ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpembed\\/plugin.js\":{\"d\":1474909659,\"h\":\"cf382af5522fa9a0bb3f049225de14ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/colorpicker\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"1581bb02286f54b4fb0cce52d2ef61c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/colorpicker\\/plugin.js\":{\"d\":1474909659,\"h\":\"22538c49f524050bd8300b44526abc2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/hr\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"5c23255ad2d11db3f72c33b649f1389a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/hr\\/plugin.js\":{\"d\":1474909659,\"h\":\"428c9fb47a7b83fa0440a15886d0b11a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/textcolor\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"68c99b9ceacf91b4e3c3b471ba349cf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/textcolor\\/plugin.js\":{\"d\":1474909659,\"h\":\"5272a99516c467771ef3076422beb18f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpview\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"eae90901cd1d4841b2c9df2c26b0a8f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpview\\/plugin.js\":{\"d\":1474909659,\"h\":\"8f78f0b82394df926411c9792070e6b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpautoresize\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"8607e87dcbb351d067d1a54485e8a357\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpautoresize\\/plugin.js\":{\"d\":1474909659,\"h\":\"640cbc0058638c4fb0400370dbcf25a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/compat3x\\/css\\/dialog.css\":{\"d\":1474909659,\"h\":\"e5313168fb2b657a4bd2f5e06b931a22\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/compat3x\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"5798e3d2fb0180a9179b8bd7cf728eae\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/compat3x\\/plugin.js\":{\"d\":1474909659,\"h\":\"5210cc9135346dcc15c9258eae55868a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/tabfocus\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"f197cd93b28210923e3590c4438eb896\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/tabfocus\\/plugin.js\":{\"d\":1474909659,\"h\":\"6a5d784c2ac2ce5f64e0968c35492f03\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/directionality\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"60de57253ca9143a6f1e4aff10fc39d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/directionality\\/plugin.js\":{\"d\":1474909659,\"h\":\"5f21385b1f4513568d611d595040d141\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/charmap\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"4c25dd1c151e1a2e3b196e8371404f03\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/charmap\\/plugin.js\":{\"d\":1474909659,\"h\":\"1517fb34539b42af182b5e95d9580a1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/image\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"55065b4d900692d4308d97e79a0fa023\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/image\\/plugin.js\":{\"d\":1474909659,\"h\":\"4584af9ba8c439604e4199168176a7b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/fullscreen\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"ae6578b0e82b02df40c157015c7d3683\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/fullscreen\\/plugin.js\":{\"d\":1474909659,\"h\":\"0076bd51c8efaca78a6455c512e8be05\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wplink\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"c402c0d9c448c922371f09f5e8c5acc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wplink\\/plugin.js\":{\"d\":1474909659,\"h\":\"ec62f800c56ed23f98f1fce2f3d72e00\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpgallery\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"04fb37608ef94f9a747901b2f98b4fce\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpgallery\\/plugin.js\":{\"d\":1474909659,\"h\":\"9d48345044e6111fbeb9d2fb444d5c49\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wordpress\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"49fb4126ed9cfd4b7509019a7490acb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wordpress\\/plugin.js\":{\"d\":1474909659,\"h\":\"3956816511219402805b87ed3d6c1965\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpdialogs\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"eafbb1478981e337981d287474e240b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpdialogs\\/plugin.js\":{\"d\":1474909659,\"h\":\"06f7aecb5bdfa28739eea0a498d15a81\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpemoji\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"c6cc2ce4842cf34494b20855418ec7ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpemoji\\/plugin.js\":{\"d\":1474909659,\"h\":\"f77a6131c150653ddfa17a568a1962d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpeditimage\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"3b46a42ebcdf945ff176ce64d7f56668\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpeditimage\\/plugin.js\":{\"d\":1474909659,\"h\":\"cdbd8bfddef26eea88e98fbef6b19611\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/lists\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"00cb28ee11a26c67b2e1092341f6f667\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/lists\\/plugin.js\":{\"d\":1474909659,\"h\":\"d38fe745364acb23d92b278bcdadcc76\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/media\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"b15b0fedf40436964822d4c225e36bdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/media\\/plugin.js\":{\"d\":1474909659,\"h\":\"0966da48749b6e089014a3782c329999\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/media\\/moxieplayer.swf\":{\"d\":1474909659,\"h\":\"4e59d34efb2da0b9a033596a85e4b1ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wptextpattern\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"91368350377a702b925dbcf6fa80cc8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/wptextpattern\\/plugin.js\":{\"d\":1474909659,\"h\":\"7dc53d12625ab07aae053c42d581a859\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/paste\\/plugin.min.js\":{\"d\":1474909659,\"h\":\"64239ce0c6d44c0eaf09e6fd5ba672c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/plugins\\/paste\\/plugin.js\":{\"d\":1474909659,\"h\":\"695f70d7e94e32459d78ab796a88ab4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/utils\\/mctabs.js\":{\"d\":1474909659,\"h\":\"b9b50ddbe07c754a6b656b0fdada3500\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/utils\\/editable_selects.js\":{\"d\":1474909659,\"h\":\"eb642a0aba7a8666a7b1472230fcb374\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/utils\\/form_utils.js\":{\"d\":1474909659,\"h\":\"f9c61354383f5a50a9a77b902dfdae7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/utils\\/validate.js\":{\"d\":1474909659,\"h\":\"c42b5160bdbefd1293d76b30520757f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce-small.ttf\":{\"d\":1474909659,\"h\":\"28806940c647cf671bebf4ae0630e570\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce.ttf\":{\"d\":1474909659,\"h\":\"1fb250c3b9bc34fd53cd883070e3dffd\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce.woff\":{\"d\":1474909659,\"h\":\"6b0c3754b1cd1f90566e174098fae8f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce-small.eot\":{\"d\":1474909659,\"h\":\"12d26c285b71d790f4b0c94423ef1f99\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce-small.woff\":{\"d\":1474909659,\"h\":\"7e0c88f02dcaf2f78c90b4dc7827b709\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce-small.json\":{\"d\":1474909659,\"h\":\"fcf1ab0bbad7d5be115cac9ffb360a2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce.json\":{\"d\":1474909659,\"h\":\"899efe22d79dd0d675c106a242e18858\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/readme.md\":{\"d\":1474909659,\"h\":\"7a0f64800cf38b2be8d3dc4540ec31dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce.eot\":{\"d\":1474909659,\"h\":\"240310067afb33df60639d7fd1fa132e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/content.inline.min.css\":{\"d\":1474909659,\"h\":\"9651c10838a77fb4cca900b47d9d331c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/content.min.css\":{\"d\":1474909659,\"h\":\"a1207b432127ddc0c383acfb711b5a78\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/skin.ie7.min.css\":{\"d\":1474909659,\"h\":\"1ab68a0c95f250189323b986a707f70a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/skin.min.css\":{\"d\":1474909659,\"h\":\"365dc556b970abfe2840e817186cdf42\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/skins\\/wordpress\\/wp-content.css\":{\"d\":1474909659,\"h\":\"8a9b561b793a96bad45a0b3034a260cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/langs\\/wp-langs-en.js\":{\"d\":1474909659,\"h\":\"08f8669f7453b17563a62e6bbb376137\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/tinymce.min.js\":{\"d\":1474909659,\"h\":\"7d3d06f33331b3a08222df679ab2c8fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/license.txt\":{\"d\":1474909659,\"h\":\"045d04e17422d99e338da75b9c749b7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/tiny_mce_popup.js\":{\"d\":1474909659,\"h\":\"dbe62082422b75d89ecb983409ec966d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/wp-tinymce.js.gz\":{\"d\":1474909659,\"h\":\"acd879c7ba04826969df23c5c9a8efb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tinymce\\/wp-tinymce.php\":{\"d\":1474909659,\"h\":\"8a620ab81dc7307f7072b1d312924876\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/swfupload\\/plugins\\/swfupload.speed.js\":{\"d\":1474909659,\"h\":\"415a3787846bb6c2d745602c2afb73ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/swfupload\\/plugins\\/swfupload.swfobject.js\":{\"d\":1474909659,\"h\":\"ccb51571a75637db08545caaf2ed9e73\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/swfupload\\/plugins\\/swfupload.cookies.js\":{\"d\":1474909659,\"h\":\"7fa57ec00dda88dd6b5c2037ccb4d5cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/swfupload\\/plugins\\/swfupload.queue.js\":{\"d\":1474909659,\"h\":\"9953522fbd4a1b02bbf635a92d76cd8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/swfupload\\/swfupload.js\":{\"d\":1474909659,\"h\":\"ef3ae9014525cf81187afaa61bca737e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/swfupload\\/swfupload.swf\":{\"d\":1474909659,\"h\":\"bd5a25f23589652ca472d41fe1484f0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/swfupload\\/license.txt\":{\"d\":1474909659,\"h\":\"cbe05bb060c85e07882dc06ff751577a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/swfupload\\/handlers.js\":{\"d\":1474909659,\"h\":\"14b2d04fdb85bc1f171cf3dfb2987dca\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/swfupload\\/handlers.min.js\":{\"d\":1474909659,\"h\":\"96592c6b3fad580ce04e12bc3047ef3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/mediaelement\\/silverlightmediaelement.xap\":{\"d\":1474909659,\"h\":\"d0e44fd6ecebca46f36d734b3012aa2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/mediaelement\\/wp-mediaelement.js\":{\"d\":1474909659,\"h\":\"1d889c99f04a39573d4be5b346c6272f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/mediaelement\\/mediaelement-and-player.min.js\":{\"d\":1474909659,\"h\":\"8970e6e672a1d312c8d8ef471ffb7d5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/mediaelement\\/wp-mediaelement.min.js\":{\"d\":1474909659,\"h\":\"8e7a4405d35139f62871a539516679a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/mediaelement\\/froogaloop.min.js\":{\"d\":1474909659,\"h\":\"2a8742c0ac1cdbec23be44a7d4e9a3c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/mediaelement\\/wp-playlist.min.js\":{\"d\":1474909659,\"h\":\"264563e94e2d16b1066bd413ebc592de\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/mediaelement\\/wp-mediaelement.css\":{\"d\":1474909659,\"h\":\"00f8eb37d4873aff33559be1ab3a5da0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/mediaelement\\/flashmediaelement.swf\":{\"d\":1474909659,\"h\":\"2efe1fabfea04432f090ecb3153b10a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/mediaelement\\/wp-playlist.js\":{\"d\":1474909659,\"h\":\"aaf77f7481f419f5f8c46ae338820443\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/mediaelement\\/mediaelementplayer.min.css\":{\"d\":1474909659,\"h\":\"0687e33e84a860c33a3a885193a6d937\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/mediaelement\\/wp-mediaelement.min.css\":{\"d\":1474909659,\"h\":\"74ca084f6791af45527be4b531909512\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/zxcvbn-async.js\":{\"d\":1474909659,\"h\":\"97a79e96a815b200139356055d752333\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/swfobject.js\":{\"d\":1474909659,\"h\":\"9ffdba2cff497d701684657e329871f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/customize-selective-refresh.js\":{\"d\":1474909659,\"h\":\"4283cafe0808f3ffec6f73ffb06606e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/autosave.min.js\":{\"d\":1474909659,\"h\":\"0ad41a39a5590a02c5689f379b97afad\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/media-editor.min.js\":{\"d\":1474909659,\"h\":\"e87a3047979eb6fca4240efe0375a64b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-auth-check.min.js\":{\"d\":1474909659,\"h\":\"99c97a7d6ad9e1ba06bbd76f29ecaad6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/customize-selective-refresh.min.js\":{\"d\":1474909659,\"h\":\"2abe93f2d7a83cf5707e9d09c8666de7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/zxcvbn.min.js\":{\"d\":1474909659,\"h\":\"a14cd5113bd0d57563c1a9b63cae05f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/zxcvbn-async.min.js\":{\"d\":1474909659,\"h\":\"3196e9b61f703909e139ce7e049a7ffd\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/customize-preview-widgets.min.js\":{\"d\":1474909659,\"h\":\"3451b304328c37c168f92f2dab48fcee\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wplink.js\":{\"d\":1474909659,\"h\":\"02348d98fc99d773c62a13fbcae96d68\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-backbone.min.js\":{\"d\":1474909659,\"h\":\"b978d3c20a25ca1d36c1688c298c8239\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/media-audiovideo.js\":{\"d\":1474909659,\"h\":\"f256503caa6bc23b44c82e3f46b6b23b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/customize-views.min.js\":{\"d\":1474909659,\"h\":\"c5f0abb73e687faebc9bf225a1e0824e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/customize-preview.js\":{\"d\":1474909659,\"h\":\"7baba5f606cab24916f7802fd55f2d12\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-ajax-response.min.js\":{\"d\":1474909659,\"h\":\"055515cf4b20352a05672b64161f8a02\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/media-grid.min.js\":{\"d\":1474909659,\"h\":\"76fe68861654653491ec8a68ceb2da4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/mce-view.min.js\":{\"d\":1474909659,\"h\":\"8f1af3af83b1bc0ef7aecef9e5cc321d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/customize-preview.min.js\":{\"d\":1474909659,\"h\":\"f7b940cf84777e434b486f6837657263\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-emoji-loader.js\":{\"d\":1474909659,\"h\":\"1e775e7c758584bd7af7f718d09eec96\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-embed-template.min.js\":{\"d\":1474909659,\"h\":\"c05d678a8197a72c4a44bf540017278a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/media-grid.js\":{\"d\":1474909659,\"h\":\"846bbf2e3acc156ce4d6deb772c703b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/media-views.min.js\":{\"d\":1474909659,\"h\":\"7b6f5f8a908b5083766141dbb8f10751\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-pointer.min.js\":{\"d\":1474909659,\"h\":\"368f987c644d70580097e48066c99082\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tw-sack.min.js\":{\"d\":1474909659,\"h\":\"bc4487194e1f88126b8a500ad47e6889\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-pointer.js\":{\"d\":1474909659,\"h\":\"35cb8b380bbd1f2eaa723ac49ba5f3f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/customize-base.js\":{\"d\":1474909659,\"h\":\"272674ffd71d5383e454ba023edc570c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/utils.js\":{\"d\":1474909659,\"h\":\"b59e4faadb8e122faa031d99f1966ea4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/autosave.js\":{\"d\":1474909659,\"h\":\"44521ff25481d95b5d100c55dfdb45f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/media-models.min.js\":{\"d\":1474909659,\"h\":\"eed9813bad592d4287be0eb0ebb68497\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/backbone.min.js\":{\"d\":1474909659,\"h\":\"9263ddbe52f85e7be13301ac26889c8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wpdialog.min.js\":{\"d\":1474909659,\"h\":\"d22d9fa5bb00ba0667080da846c4a1be\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-emoji.min.js\":{\"d\":1474909659,\"h\":\"1acdd0cd523695bd920ccc418b0678c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-a11y.js\":{\"d\":1474909659,\"h\":\"201a720227378280081f67809d781ab2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wplink.min.js\":{\"d\":1474909659,\"h\":\"951dc23f64588e89e7dd9c13661a473d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/heartbeat.min.js\":{\"d\":1474909659,\"h\":\"126cc4d1e35b74edb525b06e3788e0f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/shortcode.js\":{\"d\":1474909659,\"h\":\"fc8cb580e0edc5cda1a550747d0de6c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-a11y.min.js\":{\"d\":1474909659,\"h\":\"fadd746cdddaafb9978cbab2e4e4580f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/customize-loader.js\":{\"d\":1474909659,\"h\":\"7abf57ccc77b463cec220a6606154bc5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-embed.min.js\":{\"d\":1474909659,\"h\":\"687bf3104f17a2e9afced6d17acb384f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-backbone.js\":{\"d\":1474909659,\"h\":\"ff08a91eba7f4fb95be7d5eb4a072d76\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/customize-preview-nav-menus.min.js\":{\"d\":1474909659,\"h\":\"53d806ed3ac6a8a1d318f4b30e6710a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/masonry.min.js\":{\"d\":1474909659,\"h\":\"5420b6516c14245b504e7240a8310f2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/customize-loader.min.js\":{\"d\":1474909659,\"h\":\"50874b301967fa5cf16245d209ebee6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/shortcode.min.js\":{\"d\":1474909659,\"h\":\"b342d56a90b09adfad6d95a4717c0b24\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-emoji.js\":{\"d\":1474909659,\"h\":\"ddc49ad0e4b146cc8ff73d976f1298bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/json2.js\":{\"d\":1474909659,\"h\":\"73a1d77b4e827c45061f4fab041030a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/comment-reply.js\":{\"d\":1474909659,\"h\":\"14eac74ea4d8aeca08e8ef8d54d42600\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-embed-template.js\":{\"d\":1474909659,\"h\":\"d6c3fb049f657928eac2cd9c7eef6925\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/twemoji.js\":{\"d\":1474909659,\"h\":\"eb1a64327a54c38aedd775a04e8e0d10\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/customize-views.js\":{\"d\":1474909659,\"h\":\"5abea7b6d9a2556fb8cbfcd3f8d1c0ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/admin-bar.js\":{\"d\":1474909659,\"h\":\"d97a1899a7f641e693928f5a47c33de4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/media-models.js\":{\"d\":1474909659,\"h\":\"98fa336128f3c0da0271f568a0cc05d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/media-views.js\":{\"d\":1474909659,\"h\":\"656fe22a4d1f6c149b387467c0ebda3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/customize-preview-nav-menus.js\":{\"d\":1474909659,\"h\":\"224df0174bc39fd8f3f1ce3bc0b428f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-list-revisions.min.js\":{\"d\":1474909659,\"h\":\"d252f431d400b696e25ca9fec9a1113e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-list-revisions.js\":{\"d\":1474909659,\"h\":\"47510d7560d22a974c8c0eec6e24bcbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-lists.min.js\":{\"d\":1474909659,\"h\":\"2a89454a1a6e55235a35d2fdb7e21288\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wpdialog.js\":{\"d\":1474909659,\"h\":\"72e8395fd44d4039009c5396888fa6ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/customize-models.min.js\":{\"d\":1474909659,\"h\":\"e715ea6806c9fdb94aa4d56812dd0217\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/imagesloaded.min.js\":{\"d\":1474909659,\"h\":\"d0c2c0d7e37652e66657c8c8d6376442\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-emoji-loader.min.js\":{\"d\":1474909659,\"h\":\"cf0f5dd3b133be89352f938de9d5298f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/twemoji.min.js\":{\"d\":1474909659,\"h\":\"975227e3cbc1876e05bbb107da05fc81\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/utils.min.js\":{\"d\":1474909659,\"h\":\"f6e3d57217de41fa3243331155452bb1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/quicktags.js\":{\"d\":1474909659,\"h\":\"481e904dd706f51af4bf2faa4070165b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/media-audiovideo.min.js\":{\"d\":1474909659,\"h\":\"f093100d539f03b5d1d31f1e74029b44\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/quicktags.min.js\":{\"d\":1474909659,\"h\":\"6a365c2fcd52566ae9fd3db9a28c673d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-emoji-release.min.js\":{\"d\":1474909659,\"h\":\"64d7608a1b81f07f97f87506b87a8a5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/customize-preview-widgets.js\":{\"d\":1474909659,\"h\":\"fdeaa6b3ee156fd6aef890e09059efb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/admin-bar.min.js\":{\"d\":1474909659,\"h\":\"b2e733f0c117e30ac8974dcc69ab11d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/mce-view.js\":{\"d\":1474909659,\"h\":\"b3cb42fc1d614d798625962d17e8f2ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/underscore.min.js\":{\"d\":1474909659,\"h\":\"6a3a434a1360cc744341e97de9177bc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-lists.js\":{\"d\":1474909659,\"h\":\"4b92734b4cccad235747a460a76ef528\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-auth-check.js\":{\"d\":1474909659,\"h\":\"99500dd54adc76769e1a798a9725d765\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/media-editor.js\":{\"d\":1474909659,\"h\":\"5ec5214a027bf7e38370b75fe6d4b51a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/colorpicker.js\":{\"d\":1474909659,\"h\":\"f01017ca562067f4840eb2b6f99f2daf\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/heartbeat.js\":{\"d\":1474909659,\"h\":\"767daa50e889132aca060b188f0c4276\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/colorpicker.min.js\":{\"d\":1474909659,\"h\":\"e186209dc41a59f2fb627c24e640712d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-embed.js\":{\"d\":1474909659,\"h\":\"1c577cfb3bb7bf736f663243e04dc2f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-util.js\":{\"d\":1474909659,\"h\":\"91c322750bc80f1cacfd4f991e65a415\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/comment-reply.min.js\":{\"d\":1474909659,\"h\":\"56bc2726d829207bfa802f957aac0791\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/json2.min.js\":{\"d\":1474909659,\"h\":\"35d899a81986173f44f9bbe686cc583c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/customize-models.js\":{\"d\":1474909659,\"h\":\"3a799b747d1cc99f440ec4630a32e040\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/tw-sack.js\":{\"d\":1474909659,\"h\":\"b989a5bd84f6ebcbc1393ec003e6e991\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-ajax-response.js\":{\"d\":1474909659,\"h\":\"782715051d87f0cf1f869f5b2358db2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/hoverIntent.min.js\":{\"d\":1474909659,\"h\":\"ca500ade854c31417faf5762e31b9d00\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/customize-base.min.js\":{\"d\":1474909659,\"h\":\"6d7aedb2931f1728e3052ad0916e890f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/hoverIntent.js\":{\"d\":1474909659,\"h\":\"cab3598b438a9e63984f1c6e9dd79b01\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/js\\/wp-util.min.js\":{\"d\":1474909659,\"h\":\"83118aa939b5832dd4e1cad8b186012c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/fonts\\/dashicons.eot\":{\"d\":1474909659,\"h\":\"30e410c715c6215fa7faa1c979b6480c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/fonts\\/dashicons.ttf\":{\"d\":1474909659,\"h\":\"8fea1fce46bafe469ba2f101fdc583e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/fonts\\/dashicons.woff\":{\"d\":1474909659,\"h\":\"0c1c1ad41c025f72592bca820e073bec\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/widgets\\/class-wp-nav-menu-widget.php\":{\"d\":1474909659,\"h\":\"81308844fc9b57eacdb930a66717ff78\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/widgets\\/class-wp-widget-rss.php\":{\"d\":1474909659,\"h\":\"995ce71359deade3012b50d860499e27\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/widgets\\/class-wp-widget-calendar.php\":{\"d\":1474909659,\"h\":\"d631fe8ecd841da8184557266ff63add\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/widgets\\/class-wp-widget-meta.php\":{\"d\":1474909659,\"h\":\"f78ae934c6f1921ae6de84a44574c355\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/widgets\\/class-wp-widget-recent-posts.php\":{\"d\":1474909659,\"h\":\"fd62c7f12f4f0187163736053e6de33c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/widgets\\/class-wp-widget-tag-cloud.php\":{\"d\":1474909659,\"h\":\"52498910a1e47e410cc287a331a70684\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/widgets\\/class-wp-widget-search.php\":{\"d\":1474909659,\"h\":\"e056a6eb7ea3d066e5e3e7fb92328d1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/widgets\\/class-wp-widget-recent-comments.php\":{\"d\":1474909659,\"h\":\"0befe107628f60d955235857b3a60f7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/widgets\\/class-wp-widget-categories.php\":{\"d\":1474909659,\"h\":\"cafd5f12e49b19f873e2ac26c2d12d26\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/widgets\\/class-wp-widget-links.php\":{\"d\":1474909659,\"h\":\"985f5c6f8a40f67f73db1532f5eeec53\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/widgets\\/class-wp-widget-text.php\":{\"d\":1474909659,\"h\":\"9eed6662626ed3dec07d9bb180dc956e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/widgets\\/class-wp-widget-archives.php\":{\"d\":1474909659,\"h\":\"acfdcfd10301a0571225ec3145e241d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/widgets\\/class-wp-widget-pages.php\":{\"d\":1474909659,\"h\":\"8f60df1f5783a04980e94b19b027a632\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Text\\/Diff\\/Renderer\\/inline.php\":{\"d\":1474909659,\"h\":\"880ae56e35b150b4b2c7e9d94227e81e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Text\\/Diff\\/Engine\\/string.php\":{\"d\":1474909659,\"h\":\"3a11b1933d17fc4da9c3000cacef6929\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Text\\/Diff\\/Engine\\/xdiff.php\":{\"d\":1474909659,\"h\":\"d6b91fc8628a0c0474ad58389a475815\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Text\\/Diff\\/Engine\\/native.php\":{\"d\":1474909659,\"h\":\"e5ad272a18821212bee3c3df2ae8780e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Text\\/Diff\\/Engine\\/shell.php\":{\"d\":1474909659,\"h\":\"75ab41dc91cd7e4aaa5e74a5f9e6eeba\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Text\\/Diff\\/Renderer.php\":{\"d\":1474909659,\"h\":\"fc8720df4330b50f59374fdc40d94753\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Text\\/Diff.php\":{\"d\":1474909659,\"h\":\"6c70d59e9e9a6e9bd11537719313e32a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/certificates\\/ca-bundle.crt\":{\"d\":1474909659,\"h\":\"dd1c7bdebdfc411eb8a336e3d758692c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-item-setting.php\":{\"d\":1474909659,\"h\":\"2365d888ae971f0a81e8ddbc9eb6fb5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-site-icon-control.php\":{\"d\":1474909659,\"h\":\"df850b34d66741ffd45db9ce47c03ce1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-section.php\":{\"d\":1474909659,\"h\":\"805cc39342700d6871c72754646fb740\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-filter-setting.php\":{\"d\":1474909659,\"h\":\"c8c2605676fd3e41b3a220e224b11ff7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-background-image-setting.php\":{\"d\":1474909659,\"h\":\"29d940877494fe6a123233b413e39d57\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-control.php\":{\"d\":1474909659,\"h\":\"dae74ca70d79cb4b50cc2aa3c63c1af6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-themes-section.php\":{\"d\":1474909659,\"h\":\"2eef141ca8a69cffc8d51eee31224156\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-widget-area-customize-control.php\":{\"d\":1474909659,\"h\":\"57d66f565b9ae3d0107efef45451a485\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-header-image-setting.php\":{\"d\":1474909659,\"h\":\"7b76bf566115c9dae5b23531fb3174a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-upload-control.php\":{\"d\":1474909659,\"h\":\"4aeba7d8c346f71e79c5bea97240937b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-widget-form-customize-control.php\":{\"d\":1474909659,\"h\":\"887fd01bd4eba2d0ecc4170d007d88a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-auto-add-control.php\":{\"d\":1474909659,\"h\":\"0ab3b790f65a6dac64d535ae39813930\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-nav-menus-panel.php\":{\"d\":1474909659,\"h\":\"11bc9a75ec3a51269382849fc2925384\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-setting.php\":{\"d\":1474909659,\"h\":\"5e012aa4777e15fda3f385b558fa45e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-sidebar-section.php\":{\"d\":1474909659,\"h\":\"21542b6361ceb246afb8a4b1ecc4d2eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-image-control.php\":{\"d\":1474909659,\"h\":\"5569b414680e2dc9c0201b84f6ee4bf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-new-menu-section.php\":{\"d\":1474909659,\"h\":\"9c48b607e29bb1300638a614bcc30a85\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-background-image-control.php\":{\"d\":1474909659,\"h\":\"504b848661a5ecd48f2773c4f931c8a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-theme-control.php\":{\"d\":1474909659,\"h\":\"e02dd8f536fc71b1fcd58f204bcbdfef\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-selective-refresh.php\":{\"d\":1474909659,\"h\":\"37130b6dae13888d900a6d86ad63ee84\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-name-control.php\":{\"d\":1474909659,\"h\":\"7be860d996d35f933754a894c8a50833\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-location-control.php\":{\"d\":1474909659,\"h\":\"21937ae7a6d44e486f3b1625b1a9eb3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-new-menu-control.php\":{\"d\":1474909659,\"h\":\"5b8bc62182f5b6415bac0d1d5a4cb4cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-header-image-control.php\":{\"d\":1474909659,\"h\":\"5d1bfb92fc2d0963bd528aa50637f881\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-cropped-image-control.php\":{\"d\":1474909659,\"h\":\"188e5b572722f166ecf649de99a99f74\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-partial.php\":{\"d\":1474909659,\"h\":\"258777a25990b9240cba91100ae1eb75\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-item-control.php\":{\"d\":1474909659,\"h\":\"4e278416b0f349b125a0ea8fa339a77d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-media-control.php\":{\"d\":1474909659,\"h\":\"72d9749d6a2b497138ee8636e1f0909d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/customize\\/class-wp-customize-color-control.php\":{\"d\":1474909659,\"h\":\"702e0f2feca78a4f936e426b9072748a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/theme-compat\\/sidebar.php\":{\"d\":1474909659,\"h\":\"8087f37304ad86ff1748b4446c9a2c0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/theme-compat\\/footer-embed.php\":{\"d\":1474909659,\"h\":\"16841cf55adc04ab84f22e932b96196a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/theme-compat\\/header-embed.php\":{\"d\":1474909659,\"h\":\"67962ba2c878829d26817766d258dcc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/theme-compat\\/footer.php\":{\"d\":1474909659,\"h\":\"8c5ff873dc3098a5e46ccbbf909c377e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/theme-compat\\/comments.php\":{\"d\":1474909659,\"h\":\"1822ba9f62e4bf3d510a7e4306e67d4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/theme-compat\\/embed-content.php\":{\"d\":1474909659,\"h\":\"8d56b68c3883df89dc813b2eafa2901c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/theme-compat\\/embed.php\":{\"d\":1474909659,\"h\":\"72b64c89bf45f2760c6133f7a3dd3649\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/theme-compat\\/embed-404.php\":{\"d\":1474909659,\"h\":\"8fab25000fafee699fb4e76871ed02f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/theme-compat\\/header.php\":{\"d\":1474909659,\"h\":\"304c40bba1dd25870a0bceffefc25024\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/rest-api\\/class-wp-rest-server.php\":{\"d\":1474909659,\"h\":\"64964c3b1a3880adbce85066522f2afe\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/rest-api\\/class-wp-rest-request.php\":{\"d\":1474909659,\"h\":\"e43dfc7c15b4f2845a17318870d0c357\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/rest-api\\/class-wp-rest-response.php\":{\"d\":1474909659,\"h\":\"08796d0cda636c6a24bcebbb73ef2c98\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/pomo\\/entry.php\":{\"d\":1474909659,\"h\":\"ed9d811ef0cb13bdc0fa60b8314c8d61\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/pomo\\/mo.php\":{\"d\":1474909659,\"h\":\"c5afce301f6c8344b9b88a2f695b7f9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/pomo\\/po.php\":{\"d\":1474909659,\"h\":\"0ad8053b19fc235615e1569b977c6fc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/pomo\\/streams.php\":{\"d\":1474909659,\"h\":\"beac73a17cc41d2d138d3c69f1967080\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/pomo\\/translations.php\":{\"d\":1474909659,\"h\":\"54f87e748e3a7bfcbb3ec83456861ecd\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Response\\/Headers.php\":{\"d\":1474909659,\"h\":\"1ad7c382d2b68f19412da7f43e63a960\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/400.php\":{\"d\":1474909659,\"h\":\"51e56e878cbb564ab852c978fb35fcd0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/414.php\":{\"d\":1474909659,\"h\":\"bca65d55e2409ef6a5291ed8e6a12368\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/404.php\":{\"d\":1474909659,\"h\":\"1ed416cc6311835900857973f8923c4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/500.php\":{\"d\":1474909659,\"h\":\"c0afa9c66b6d830a094815f2124dffda\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/305.php\":{\"d\":1474909659,\"h\":\"58f8f700904bebe62f60a11c2cfbab26\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/416.php\":{\"d\":1474909659,\"h\":\"f931824e39e39617c9aac661804478f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/413.php\":{\"d\":1474909659,\"h\":\"e9963cc15dc99059b7d9ff584c17bfd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/511.php\":{\"d\":1474909659,\"h\":\"03756e9a4e3c4b77f8d09bb9918fd140\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/501.php\":{\"d\":1474909659,\"h\":\"650cdab83034f22d3fe803f5d791a835\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/503.php\":{\"d\":1474909659,\"h\":\"3906f7520861c39f43f46000d45554b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/304.php\":{\"d\":1474909659,\"h\":\"d33b4634ce4113db49ef9dddedf754ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/418.php\":{\"d\":1474909659,\"h\":\"4a21bae298f1c9feda5b0e93fe348af3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/407.php\":{\"d\":1474909659,\"h\":\"c2c817e9f5d8768bbde4d66a26e6c6b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/408.php\":{\"d\":1474909659,\"h\":\"403e3164844958c5144f98ecc8b77689\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/402.php\":{\"d\":1474909659,\"h\":\"60f859d55150da0b0a7a959ac9f347d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/429.php\":{\"d\":1474909659,\"h\":\"53f0dd257c04462ec3a05a6485b38fcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/412.php\":{\"d\":1474909659,\"h\":\"25b88449dcb7a1a83dd906378aa556c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/306.php\":{\"d\":1474909659,\"h\":\"57737a071fa1754e50db6adcc9f25875\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/Unknown.php\":{\"d\":1474909659,\"h\":\"da646c02e1ab81b632af41fbcf0a57ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/417.php\":{\"d\":1474909659,\"h\":\"4270026a1b8e684f5ec0635c47201c23\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/410.php\":{\"d\":1474909659,\"h\":\"71be4f3437dfbadda52f38582184e19b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/431.php\":{\"d\":1474909659,\"h\":\"e0e3737c622417ca08d5d1933c1489d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/502.php\":{\"d\":1474909659,\"h\":\"7cc83a6c80cf7af9d5217b17fb47ff69\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/403.php\":{\"d\":1474909659,\"h\":\"bcd160e8f70dc76ffbbf6b33b7fe31df\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/405.php\":{\"d\":1474909659,\"h\":\"dd38d182de6d21b2d2ac18b381adf97f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/415.php\":{\"d\":1474909659,\"h\":\"0258cc0fb05462ea8f11ccaea34a55c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/401.php\":{\"d\":1474909659,\"h\":\"3b2ab80eb9cbfd87baa23fc1648e9940\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/428.php\":{\"d\":1474909659,\"h\":\"9a97bb0369f70142e4e57da75eae742a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/411.php\":{\"d\":1474909659,\"h\":\"27a552a1e4160c4df61b2eca5a604796\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/409.php\":{\"d\":1474909659,\"h\":\"995a1dc469e67e2a3d0b8f9bebfea9b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/505.php\":{\"d\":1474909659,\"h\":\"8e5d4109053303e65b2f4364c1ac12de\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/406.php\":{\"d\":1474909659,\"h\":\"4bc8cb6cef688c729edc3990220006ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/504.php\":{\"d\":1474909659,\"h\":\"02d76d8cccaa446293201112908a2aa5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/Transport\\/cURL.php\":{\"d\":1474909659,\"h\":\"853654cd672a1a9b3a09af077837dfe1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/Transport.php\":{\"d\":1474909659,\"h\":\"abbb6cf8da7ae8ea204a0118ab5ed101\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception\\/HTTP.php\":{\"d\":1474909659,\"h\":\"e8d5fc68b3c6fa15e4526c161172dae5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Transport\\/cURL.php\":{\"d\":1474909659,\"h\":\"6c1affbfdcfd9081e4787a50be2b9415\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Transport\\/fsockopen.php\":{\"d\":1474909659,\"h\":\"0ce6b899e3e1f9a178a2803cd0d14db2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Proxy\\/HTTP.php\":{\"d\":1474909659,\"h\":\"ffd0e62f32db05bdbda6bca407d7f029\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Auth\\/Basic.php\":{\"d\":1474909659,\"h\":\"67fdd878cc84df15093455d6096b2143\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Cookie\\/Jar.php\":{\"d\":1474909659,\"h\":\"e9300c5fb1f52670a0b52234d95c9510\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Utility\\/CaseInsensitiveDictionary.php\":{\"d\":1474909659,\"h\":\"b5f03ac8c752b34b9e726f04d548327a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Utility\\/FilteredIterator.php\":{\"d\":1474909659,\"h\":\"10f9a2d9618ed678b72541aa9e0579d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Cookie.php\":{\"d\":1474909659,\"h\":\"d19d43afe99bc52881322b927960a4d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/SSL.php\":{\"d\":1474909659,\"h\":\"265067eb274136ac28be300b37540c4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/IPv6.php\":{\"d\":1474909659,\"h\":\"a5df4b884e8a07e81703f1ac6b6e54b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Exception.php\":{\"d\":1474909659,\"h\":\"879bac9efa180085ab33e90e1acc5249\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/IRI.php\":{\"d\":1474909659,\"h\":\"4edb2b5fe4fcdfbcd685513bcec9fdfa\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Proxy.php\":{\"d\":1474909659,\"h\":\"b5406b1037b500d7d374b85c2a879947\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Transport.php\":{\"d\":1474909659,\"h\":\"019c993bce6bed178baf4b5c566cc617\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Hooker.php\":{\"d\":1474909659,\"h\":\"0f08c5401425a9615bd19e2f34a5e107\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Auth.php\":{\"d\":1474909659,\"h\":\"3197d2529dd957b2acc3944f5bfcd64a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/IDNAEncoder.php\":{\"d\":1474909659,\"h\":\"d77dada232f0079b1412e0d050b4d8b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Session.php\":{\"d\":1474909659,\"h\":\"37f8cadd86fcbfce9602b5bcf67d6c8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Hooks.php\":{\"d\":1474909659,\"h\":\"2c15a0a520b9a8976778a169ceebd919\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/Requests\\/Response.php\":{\"d\":1474909659,\"h\":\"11ce7086bbb7ae52e6abb7c4fd270b47\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/HTTP\\/Parser.php\":{\"d\":1474909659,\"h\":\"5725c7d0fb347f1c08df3690a58f3609\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Decode\\/HTML\\/Entities.php\":{\"d\":1474909659,\"h\":\"45975e2fcf0d428691a55a2394252f61\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Parse\\/Date.php\":{\"d\":1474909659,\"h\":\"ee82d2e70dc8afc6b96510d2b9cff45e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/XML\\/Declaration\\/Parser.php\":{\"d\":1474909659,\"h\":\"8fb1da7028c385bb9d4203c9f6732362\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Net\\/IPv6.php\":{\"d\":1474909659,\"h\":\"a546790e216abdd9801795949fb6b40f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Content\\/Type\\/Sniffer.php\":{\"d\":1474909659,\"h\":\"7c72c3f369855562d96c77ece1c7db33\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Cache\\/Base.php\":{\"d\":1474909659,\"h\":\"9443eda189bbd9325d0c9c045d237c6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Cache\\/MySQL.php\":{\"d\":1474909659,\"h\":\"e8911ece15df42ca43991a48d5785687\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Cache\\/File.php\":{\"d\":1474909659,\"h\":\"a33dbb0540ecc29cc6425b14100953d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Cache\\/Memcache.php\":{\"d\":1474909659,\"h\":\"f69d4a55b2a1168531535107ab843fb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Cache\\/DB.php\":{\"d\":1474909659,\"h\":\"0659bf084f55a303f5922edc62bcfbf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Author.php\":{\"d\":1474909659,\"h\":\"348071ed105ff0418b25964e771ba331\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Credit.php\":{\"d\":1474909659,\"h\":\"0385e4a14de78c8b2a167f3e0aea197c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Exception.php\":{\"d\":1474909659,\"h\":\"094bfd76269c9fcc3c5cda8f05d05335\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Source.php\":{\"d\":1474909659,\"h\":\"8e83bb1de3e018f0537bb32a8c9617ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/IRI.php\":{\"d\":1474909659,\"h\":\"6e16ff20d3e68692cf3b617b875f36f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/gzdecode.php\":{\"d\":1474909659,\"h\":\"c538e2bc0e866197db616c17841134d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Enclosure.php\":{\"d\":1474909659,\"h\":\"122e861f42eb6e01ce8d4b0f11fb735d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Misc.php\":{\"d\":1474909659,\"h\":\"cecde679c62dd50207d8d25ece1a4b89\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/File.php\":{\"d\":1474909659,\"h\":\"aeba08ad6b558736ea0aaf2beb2925b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Core.php\":{\"d\":1474909659,\"h\":\"a4ae19a923b890f2dcf7e2d415fd1ad2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Category.php\":{\"d\":1474909659,\"h\":\"ba7ec8cc3f13d4f27f2e0adcaf64bb2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Sanitize.php\":{\"d\":1474909659,\"h\":\"42d8b8c0cf46b5d8a511e0ae48b88f75\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Item.php\":{\"d\":1474909659,\"h\":\"104510e221fa08437aec008e633cdca7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Rating.php\":{\"d\":1474909659,\"h\":\"3d7013a46d09c74b0ee3d8af617412fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Locator.php\":{\"d\":1474909659,\"h\":\"8073a4c6da1bb33b877576665ef5eab5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Registry.php\":{\"d\":1474909659,\"h\":\"1cc8a2e6c0b5dd3176398d6400f0d9b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Caption.php\":{\"d\":1474909659,\"h\":\"bdbabcdcca426a4dadf6675bc4c4ebe9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Copyright.php\":{\"d\":1474909659,\"h\":\"bd7fbf68b954a9d50955cc808db7cb6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Cache.php\":{\"d\":1474909659,\"h\":\"79fc9017a23a836f4d0f68f7764ca734\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Restriction.php\":{\"d\":1474909659,\"h\":\"2a191e7168116418817388113bd57914\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/SimplePie\\/Parser.php\":{\"d\":1474909659,\"h\":\"52bb2ee462e7e414a77efdc7ebf52bcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/images\\/crystal\\/license.txt\":{\"d\":1474909659,\"h\":\"f05db54c63e36918479b6651930dcfe7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/module.tag.id3v2.php\":{\"d\":1474909659,\"h\":\"f26306a3858ad4074679d94f2aeead4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/module.audio-video.matroska.php\":{\"d\":1474909659,\"h\":\"639aa5ae894b396a00fb53fc8069e74a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/readme.txt\":{\"d\":1474909659,\"h\":\"9396dfe1c69c938eb17f564c4e5bab18\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/module.audio-video.quicktime.php\":{\"d\":1474909659,\"h\":\"272dfd6e4c391f20611a11d921e66eeb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/module.audio.mp3.php\":{\"d\":1474909659,\"h\":\"eb87257b2f0507f4ac5591d4226dfc86\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/module.audio-video.asf.php\":{\"d\":1474909659,\"h\":\"286b1999c151b7ba01cfd57c24e134cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/module.tag.id3v1.php\":{\"d\":1474909659,\"h\":\"2b368be9e19051d00cac0e67341d051d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/license.txt\":{\"d\":1474909659,\"h\":\"35d98aadf8f7cc6851336651f7a66b98\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/module.audio-video.flv.php\":{\"d\":1474909659,\"h\":\"6b834869b62c57fea91851b146dce3d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/module.audio.ac3.php\":{\"d\":1474909659,\"h\":\"e81c4500fb4c3b224fd2f9a78ba66427\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/module.tag.apetag.php\":{\"d\":1474909659,\"h\":\"346c8c1b97caecba5592a91452fa3949\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/module.tag.lyrics3.php\":{\"d\":1474909659,\"h\":\"1255f9fb3380ba93dd223981b21832ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/license.commercial.txt\":{\"d\":1474909659,\"h\":\"0a3b670896fc4a8067adb2c6d978418e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/getid3.lib.php\":{\"d\":1474909659,\"h\":\"c52de7647222fe4b24e2ea04755f99b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/module.audio.dts.php\":{\"d\":1474909659,\"h\":\"f3ea566007c94c03372eb6f46c5d2001\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/module.audio.flac.php\":{\"d\":1474909659,\"h\":\"055003ea7c0388fd73107113d3ed3bc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/module.audio-video.riff.php\":{\"d\":1474909659,\"h\":\"ee82540f026662197f7003474fd92de2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/module.audio.ogg.php\":{\"d\":1474909659,\"h\":\"7bdc813a7fa95feceed4f6d4b37d3c97\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ID3\\/getid3.php\":{\"d\":1474909659,\"h\":\"97bcd61856df7afa653d491775efda5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/jquery-ui-dialog.min.css\":{\"d\":1474909659,\"h\":\"dae18845cfc3c211c5c6de92401b2ad5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/editor.min.css\":{\"d\":1474909659,\"h\":\"eeae1118610e5531c31ba2bcb9307e53\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/dashicons.min.css\":{\"d\":1474909659,\"h\":\"cf3c0e8f26fe2025a0f22138ffe30d53\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/admin-bar.min.css\":{\"d\":1474909659,\"h\":\"3a4f06342b20831610cd2389936d60cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/buttons-rtl.css\":{\"d\":1474909659,\"h\":\"18cac60d5d31e37c3070817504c62af3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/media-views.min.css\":{\"d\":1474909659,\"h\":\"2a1ab38629d6f10178a0d200e7edaad1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/media-views-rtl.css\":{\"d\":1474909659,\"h\":\"0f5b4dc649f5d2218067a8c37e7c1bab\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/jquery-ui-dialog-rtl.css\":{\"d\":1474909659,\"h\":\"10939ff6a3629fba80e30e2e7c526901\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/buttons-rtl.min.css\":{\"d\":1474909659,\"h\":\"04203d21bcc20f3c309146e22db92332\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/wp-embed-template.css\":{\"d\":1474909659,\"h\":\"58d51bdeef6c8132410f1a7af5be8eec\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/customize-preview.css\":{\"d\":1474909659,\"h\":\"0ab30f10403b04fae67be3820704c05f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/wp-auth-check.min.css\":{\"d\":1474909659,\"h\":\"d1f94f9a93f83b7dc4d924f04842d294\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/admin-bar-rtl.min.css\":{\"d\":1474909659,\"h\":\"9b64d09bbbe5b190fcd535d858fb353f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/dashicons.css\":{\"d\":1474909659,\"h\":\"cbd78303f0ab99bcf4470575b0f8a7ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/editor.css\":{\"d\":1474909659,\"h\":\"2bb48c16cf49b06d70fea86fe99edfff\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/media-views-rtl.min.css\":{\"d\":1474909659,\"h\":\"473143467093228d834df66130904558\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/editor-rtl.css\":{\"d\":1474909659,\"h\":\"790856d6a811fc7fe402923db7b6a5b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/wp-auth-check-rtl.css\":{\"d\":1474909659,\"h\":\"cceefa969cbff4bcacfa3a39ff48214c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/wp-pointer.css\":{\"d\":1474909659,\"h\":\"82eeae4c68288d28c8809ef9fb1bc3ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/admin-bar.css\":{\"d\":1474909659,\"h\":\"aff1e25a4b4a2e2a46ab7ea46d5b9925\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/wp-pointer-rtl.css\":{\"d\":1474909659,\"h\":\"8bb0bef9034c514f114e05ff9fc63840\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/wp-pointer.min.css\":{\"d\":1474909659,\"h\":\"7e9fd782602ead0ddd91ecbe600bb078\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/admin-bar-rtl.css\":{\"d\":1474909659,\"h\":\"7b8a4eb193902f3eb5321be2a1f8f39e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/jquery-ui-dialog-rtl.min.css\":{\"d\":1474909659,\"h\":\"de1c2e841d52991cc738f4b029a4f249\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/wp-embed-template-ie.min.css\":{\"d\":1474909659,\"h\":\"1aec3cac7756e9b405bcbf0ad39c7772\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/media-views.css\":{\"d\":1474909659,\"h\":\"251ddd705433c207dac4dc90b01abbe3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/buttons.css\":{\"d\":1474909659,\"h\":\"5e4b2f1d423c73e86cc870546a3843a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/wp-auth-check.css\":{\"d\":1474909659,\"h\":\"85752ca8c899aee3297e87479fd51994\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/wp-embed-template-ie.css\":{\"d\":1474909659,\"h\":\"eeb729369ef309d89ed0bc7120aacadf\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/buttons.min.css\":{\"d\":1474909659,\"h\":\"fa03516663b10fb9654af4e680ccc42b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/editor-rtl.min.css\":{\"d\":1474909659,\"h\":\"7475bf3300b9b09cfdad9491bca3f215\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/customize-preview.min.css\":{\"d\":1474909659,\"h\":\"76bf4def75558cdf6dcfc19e594b77a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/wp-pointer-rtl.min.css\":{\"d\":1474909659,\"h\":\"456e10f2561e65f2b76c1985b657ebdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/wp-auth-check-rtl.min.css\":{\"d\":1474909659,\"h\":\"5bbe4c2ecb541952ca408683e79fbb14\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/wp-embed-template.min.css\":{\"d\":1474909659,\"h\":\"433386de4a64b9ca6d74e14756bdaff6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/css\\/jquery-ui-dialog.css\":{\"d\":1474909659,\"h\":\"a0347ba6476ac6b646d145697970e81c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/wlwmanifest.xml\":{\"d\":1474909659,\"h\":\"dfd490b6f383ea02a269031ff05e8896\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/category-template.php\":{\"d\":1474909659,\"h\":\"2b57a49da24b06c0d02a3fc2238e0984\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-ajax-response.php\":{\"d\":1474909659,\"h\":\"2c6387e0462bc6759a8783d5ed897f09\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-error.php\":{\"d\":1474909659,\"h\":\"f0c9e766997dea80f9c0496e27f141fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/post-thumbnail-template.php\":{\"d\":1474909659,\"h\":\"cd0d2fcf22d2d8a6e08ac3759ffd3bbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/option.php\":{\"d\":1474909659,\"h\":\"bb065e9791a346284ff845420bca40b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/nav-menu.php\":{\"d\":1474909659,\"h\":\"9e142734df35c9725fa43c86686d4adc\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-rewrite.php\":{\"d\":1474909659,\"h\":\"1aac7a74a43faab53d3c22a81fa1fa92\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/load.php\":{\"d\":1474909659,\"h\":\"72665e7c5b2aa12c4532246452c657f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-locale.php\":{\"d\":1474909659,\"h\":\"0a754f12fa092e607bd5be995fec1625\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/link-template.php\":{\"d\":1474909659,\"h\":\"f8eb60edef54c7bae47dbc5fe20c0947\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/template.php\":{\"d\":1474909659,\"h\":\"0290d6f89dac0621f1e2b984f80b04e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-phpmailer.php\":{\"d\":1474909659,\"h\":\"c80ce17c237664c8da426847e070a788\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/registration-functions.php\":{\"d\":1474909659,\"h\":\"1c4b69ca4cd9b8538714b2483d0e5995\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-customize-nav-menus.php\":{\"d\":1474909659,\"h\":\"3af7ac381b778a76b72bd4ae1a49ef2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-requests.php\":{\"d\":1474909659,\"h\":\"5372d60c74c5555d0d28010424820b43\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/bookmark-template.php\":{\"d\":1474909659,\"h\":\"b4675b6c675004098ba08c353522ea81\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/capabilities.php\":{\"d\":1474909659,\"h\":\"6952796a814717e113d7d523c82c3b41\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-customize-control.php\":{\"d\":1474909659,\"h\":\"b11c301b7dd71cee78e9a04a5a5979f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-feed.php\":{\"d\":1474909659,\"h\":\"3c23277686d75352148cc10ca9cf1fc1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/pluggable.php\":{\"d\":1474909659,\"h\":\"2dd790cfdbf618dd4c99e65b186db002\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/admin-bar.php\":{\"d\":1474909659,\"h\":\"5aebbb647070fadb36abbc6e19199423\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/template-loader.php\":{\"d\":1474909659,\"h\":\"6cd4b6dfb502a50a65c8af9c4ce8ae07\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-tax-query.php\":{\"d\":1474909659,\"h\":\"da42e0ad13e157c565e023283705a339\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/general-template.php\":{\"d\":1474909659,\"h\":\"0eb5877eba6a3e4b586c67925f691406\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-embed.php\":{\"d\":1474909659,\"h\":\"2f177adbdbff0cae6d9906b6815f06cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/category.php\":{\"d\":1474909659,\"h\":\"ace09bb8deedecb17c0df74a7050c8df\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/post-template.php\":{\"d\":1474909659,\"h\":\"6f4a06aba0d82defb1d87c8a774121bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-walker-category-dropdown.php\":{\"d\":1474909659,\"h\":\"0991dfb6e6ff797684dd25602cadc96d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class.wp-styles.php\":{\"d\":1474909659,\"h\":\"8255de3a300af152c78468611dbf3604\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/http.php\":{\"d\":1474909659,\"h\":\"6d3093c69c3be12d04a9123f31667c03\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/bookmark.php\":{\"d\":1474909659,\"h\":\"01fb8646005bff0c2e480096267500e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-walker-page.php\":{\"d\":1474909659,\"h\":\"1f121c7036acd211c8ea458db6731c24\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/default-widgets.php\":{\"d\":1474909659,\"h\":\"12a94f6954b830fc2a00da68fa2967bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-http-curl.php\":{\"d\":1474909659,\"h\":\"e41051adc047c1234a8952c3991c41ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-user.php\":{\"d\":1474909659,\"h\":\"7f4d0c88b91e98cba51911ccdb8a5ce8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-admin-bar.php\":{\"d\":1474909659,\"h\":\"39c9dfd486b8f1d8d09468cf0857b89c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/widgets.php\":{\"d\":1474909659,\"h\":\"aa6d712d7611ae58302bde3dd6e034c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/comment-template.php\":{\"d\":1474909659,\"h\":\"0d333a5d9d027c2e07bd5322f45ada56\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-http.php\":{\"d\":1474909659,\"h\":\"11b27c62c112eda3f7ca1d14f37a3379\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-http-cookie.php\":{\"d\":1474909659,\"h\":\"def187bf659eee2ea973faca88ed46d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-post-type.php\":{\"d\":1474909659,\"h\":\"d005bf16559abe48c221cbbdf036ff03\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/default-filters.php\":{\"d\":1474909659,\"h\":\"7f1526f33af6c02d9f1f04d366c9f40f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/registration.php\":{\"d\":1474909659,\"h\":\"d4f39e983366ea5c1b3fd4644b19ae06\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/feed-rss2.php\":{\"d\":1474909659,\"h\":\"8b1cdda3ebc54e0629e3b869e2f80ab8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/rss.php\":{\"d\":1474909659,\"h\":\"609ac286a7da5bc65ebbceee410b3ab6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-theme.php\":{\"d\":1474909659,\"h\":\"b17b089158facc984a6a70372e320aaf\"}}','2019-09-19 08:59:24'),(1715,'file-list','files',5,'{\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/plugin.php\":{\"d\":1474909659,\"h\":\"29641e09b4c5f27087f5e512c3a4cc93\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-customize-section.php\":{\"d\":1474909659,\"h\":\"cb960ae779c033cf96466c61f7a395a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/shortcodes.php\":{\"d\":1474909659,\"h\":\"ddd3ff5df7f0f143f8747f4df09913e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class.wp-dependencies.php\":{\"d\":1474909659,\"h\":\"c4d1cd18cb9dd82ebfa4f0cd3783c368\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-http-proxy.php\":{\"d\":1474909659,\"h\":\"c03d899abae74d1a7ba338297605bb1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ms-functions.php\":{\"d\":1474909659,\"h\":\"33224969599bd84f29faf631ea184238\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-http-encoding.php\":{\"d\":1474909659,\"h\":\"6bd6106b97e662ea37e568da5e233cc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-network-query.php\":{\"d\":1474909659,\"h\":\"7b53e5c1653bcfcbd98ca4f880f8570f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-widget-factory.php\":{\"d\":1474909659,\"h\":\"f2a675bb7b4dfcd2a483335b03d989de\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/functions.wp-styles.php\":{\"d\":1474909659,\"h\":\"e9a43e4abb15ecf88d986da54c90a336\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp.php\":{\"d\":1474909659,\"h\":\"9de738a5b7840d296fc51085df4d9be7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/user.php\":{\"d\":1474909659,\"h\":\"30b1802eafa113e764a301ad4d742944\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/feed-rdf.php\":{\"d\":1474909659,\"h\":\"0f2afc49ccb31fa4899cb8371e42b0a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-http-response.php\":{\"d\":1474909659,\"h\":\"76b1bfd0de707bca95d3912c25fd539c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-walker-comment.php\":{\"d\":1474909659,\"h\":\"6a658053f04e0a0906c4d77d3a47b73c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/compat.php\":{\"d\":1474909659,\"h\":\"f50f625bd3d102fc84ef026c63d11d60\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/functions.php\":{\"d\":1474909659,\"h\":\"94660e1446cd235533dd2062feebcf9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-metadata-lazyloader.php\":{\"d\":1474909659,\"h\":\"b7cbf9911d4690a12c9b31f7ccef81a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/functions.wp-scripts.php\":{\"d\":1474909659,\"h\":\"0f34647d3753e2c26fc4975795dda72a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/update.php\":{\"d\":1474909659,\"h\":\"c023c0b57e2c914b20e5dab983d75366\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/theme.php\":{\"d\":1474909659,\"h\":\"fb12c3149ab5f3522cd46eb6e5c79565\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/embed-template.php\":{\"d\":1474909659,\"h\":\"880c0f3ebdef45564a7b3b1536ff212a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-role.php\":{\"d\":1474909659,\"h\":\"5e6d69020bd12aeb874ff64e74b2790c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/post-formats.php\":{\"d\":1474909659,\"h\":\"824ae252f1d6934c172a51293e1bcfdd\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-json.php\":{\"d\":1474909659,\"h\":\"808a427ba07643d4deaf4dfdcf418e6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-user-query.php\":{\"d\":1474909659,\"h\":\"d660d015da21796d5c1ffb09e8534d9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/cron.php\":{\"d\":1474909659,\"h\":\"da8f07c0efd69b3d9a9558b5330520cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-customize-panel.php\":{\"d\":1474909659,\"h\":\"f18f315b81d92cb653a82d902e42dee4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/rewrite.php\":{\"d\":1474909659,\"h\":\"7fdb1e49efcad59217d02b5849f237b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ms-default-constants.php\":{\"d\":1474909659,\"h\":\"9b7fb9f3a984bcc64b5595717cac4a80\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-meta-query.php\":{\"d\":1474909659,\"h\":\"1e8404e9ce36ac2197daadee7dc41870\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/vars.php\":{\"d\":1474909659,\"h\":\"cdd1939efca2d5bad7e9ec8d4a82cf80\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/rss-functions.php\":{\"d\":1474909659,\"h\":\"19ff1fae31fd2d0338c7601bcb4baf58\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ms-load.php\":{\"d\":1474909659,\"h\":\"7f6f077923a9c9c8334783a9ef9be786\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-image-editor-imagick.php\":{\"d\":1474909659,\"h\":\"4e64a3abfac2e8c7bf7f693da658b018\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/default-constants.php\":{\"d\":1474909659,\"h\":\"4fd9234659696cf146988184e149e3f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-term.php\":{\"d\":1474909659,\"h\":\"23c3a615ec11a358d1897b0c04bf80ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-simplepie.php\":{\"d\":1474909659,\"h\":\"0dbef394a91127f068ac8fdd587d4895\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ms-deprecated.php\":{\"d\":1474909659,\"h\":\"8ff5871759306109471b880014429211\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/wp-diff.php\":{\"d\":1474909659,\"h\":\"0155554a844ae4358104057d780ee1f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-term-query.php\":{\"d\":1474909659,\"h\":\"afa7364602635baa95985ce2053a14e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-image-editor.php\":{\"d\":1474909659,\"h\":\"0707820286f6d0a2c2c82bd5db08b1c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-walker-page-dropdown.php\":{\"d\":1474909659,\"h\":\"4701bc7c46e09979fa82082957bab4f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-customize-setting.php\":{\"d\":1474909659,\"h\":\"3948fd874dfef6de8e004fc729c71cf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/feed.php\":{\"d\":1474909659,\"h\":\"383b5538562bd6dc4ef3a00d4157b32f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-phpass.php\":{\"d\":1474909659,\"h\":\"03191a210ccbea54cb07dedfedb7cc42\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-roles.php\":{\"d\":1474909659,\"h\":\"50f9360da921f0566eacae492a46c8b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-http-requests-response.php\":{\"d\":1474909659,\"h\":\"c46c6408e9b507a937293c0a6496c376\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-widget.php\":{\"d\":1474909659,\"h\":\"22b169afc0ec0f6236801d1c07a462f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/feed-rss2-comments.php\":{\"d\":1474909659,\"h\":\"d566b83f1c6a97810f3711e4a4676789\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/deprecated.php\":{\"d\":1474909659,\"h\":\"d368d876ba17725287766ddda433ec88\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/taxonomy.php\":{\"d\":1474909659,\"h\":\"dbeb25a74f5c4c6cc0f60dc70ca3ed5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/media.php\":{\"d\":1474909659,\"h\":\"d24915c3790c029e5cdcddcb791409b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-oembed.php\":{\"d\":1474909659,\"h\":\"ef2d3911057da44c6a9ead5c11b68959\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/comment.php\":{\"d\":1474909659,\"h\":\"435a35609f99a2faaae9455555fc0606\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ms-files.php\":{\"d\":1474909659,\"h\":\"d1b36f4a30038939309d41be68c26176\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-smtp.php\":{\"d\":1474909659,\"h\":\"c92e2bddaa37962f3e225af8df2a90db\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-editor.php\":{\"d\":1474909659,\"h\":\"96d6d419b5ffdbfb72ef9440fb6cd90a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-comment.php\":{\"d\":1474909659,\"h\":\"2c67c5d546d7c43b9c1b6042679a8cb2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-comment-query.php\":{\"d\":1474909659,\"h\":\"d2bbd0e9cb3fe3e81fcf7c09d43e33fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/date.php\":{\"d\":1474909659,\"h\":\"c43067275f6ee334e749550a6fd01d58\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ms-settings.php\":{\"d\":1474909659,\"h\":\"3fc17d4f9a78266e41cc6261e2e80188\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-site.php\":{\"d\":1474909659,\"h\":\"3a8b7e570b5e4bb5e5b354fe16c2e0a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-http-ixr-client.php\":{\"d\":1474909659,\"h\":\"c1d5c63f0c6f615ad83b6cfe96bd11ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/locale.php\":{\"d\":1474909659,\"h\":\"dadf11e7a1ee22eff31eaf1db8d2a565\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-image-editor-gd.php\":{\"d\":1474909659,\"h\":\"93b1a0a110ceabfa0edea8043640ab50\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/feed-atom.php\":{\"d\":1474909659,\"h\":\"9d1f5cb01f0119ec8046cf120678393b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/rest-api.php\":{\"d\":1474909659,\"h\":\"5cecdd51608c4242241fa93efcdd37d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-customize-manager.php\":{\"d\":1474909659,\"h\":\"cf848cf62dee87bf61c48fb76d3f0380\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/script-loader.php\":{\"d\":1474909659,\"h\":\"f54eef5753ac0d37e831937931f53354\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/embed.php\":{\"d\":1474909659,\"h\":\"0ece1007b609f5660079a1e33b7d3864\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/session.php\":{\"d\":1474909659,\"h\":\"117e75f0c646bc50935677d28de968f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ms-blogs.php\":{\"d\":1474909659,\"h\":\"4ff03949fd4d907c17f8a3a522668b5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-IXR.php\":{\"d\":1474909659,\"h\":\"f6e49b5326b3b44eb7bf181539f11e00\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/version.php\":{\"d\":1474909659,\"h\":\"a39607af408bae5996bb945ae0adc1c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/revision.php\":{\"d\":1474909659,\"h\":\"f14b8b11155654ac38c1e6ad22db46fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/media-template.php\":{\"d\":1474909659,\"h\":\"b5a48835141ec605222173da0e56cafe\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/atomlib.php\":{\"d\":1474909659,\"h\":\"8befd650a364e9ce4bea86bcb62d2d00\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/feed-atom-comments.php\":{\"d\":1474909659,\"h\":\"1477634d56ee9be19562b06c0c3749f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/query.php\":{\"d\":1474909659,\"h\":\"7744d5755feee31f22d733f08b689a30\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-customize-widgets.php\":{\"d\":1474909659,\"h\":\"6478e5c40a47ecbb46f817368c94aee8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/formatting.php\":{\"d\":1474909659,\"h\":\"341b2bf7bbc2fbc9d756d8793be3c2ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-pop3.php\":{\"d\":1474909659,\"h\":\"a5b5fe1a539c1439bf61d461a9878da8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-http-streams.php\":{\"d\":1474909659,\"h\":\"daba5f5e6cf665ed31109661b3d795e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/meta.php\":{\"d\":1474909659,\"h\":\"df29b117358ed90f814fe51b9d30bb16\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-site-query.php\":{\"d\":1474909659,\"h\":\"0249c0f50a56fe71fbbc020a2a56b38b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-oembed-controller.php\":{\"d\":1474909659,\"h\":\"393e9ec0ed404f381943c2f26d76e345\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-walker-category.php\":{\"d\":1474909659,\"h\":\"395c33fe65447b3a1872a087f60e3d4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/pluggable-deprecated.php\":{\"d\":1474909659,\"h\":\"e463b18764f9a900ccfe7eb7356a12c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-snoopy.php\":{\"d\":1474909659,\"h\":\"73b05cdec5859ff6edcfbcd22ebd0960\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/cache.php\":{\"d\":1474909659,\"h\":\"ccdc40b0d45d50f7f1e643feb973032c\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/l10n.php\":{\"d\":1474909659,\"h\":\"7467851896c114b12a0b81ca34ea826e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/ms-default-filters.php\":{\"d\":1474909659,\"h\":\"c566b5722ef34cdbe75cb0e89280c069\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-network.php\":{\"d\":1474909659,\"h\":\"cc3ed1d2e2c47fb9c4efa84768c2da75\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-xmlrpc-server.php\":{\"d\":1474909659,\"h\":\"c5574d1a66d3419344fbd7f6dfb9488a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-wp-walker.php\":{\"d\":1474909659,\"h\":\"3a57738fc768186f8cde37e12dbecc61\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/feed-rss.php\":{\"d\":1474909659,\"h\":\"14722d9a04565eee9c7cb09d90201e91\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/nav-menu-template.php\":{\"d\":1474909659,\"h\":\"86527d01fa872c9c1e3b8d725ce14d6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/canonical.php\":{\"d\":1474909659,\"h\":\"24245a33170ab78622cf6ba9ceb55a9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class-walker-nav-menu.php\":{\"d\":1474909659,\"h\":\"f2a504d86461cbef62ccadc28b24413b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/author-template.php\":{\"d\":1474909659,\"h\":\"fc8a531329ce2525eac98afe45ed644a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/class.wp-scripts.php\":{\"d\":1474909659,\"h\":\"9ae3f634d1efb2f958284912bc7c5b97\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/post.php\":{\"d\":1474909659,\"h\":\"95d19ca683d2fc40c67c67a17f32c70b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/kses.php\":{\"d\":1474909659,\"h\":\"c9818e851b8a37144abfccea59fa4dbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-includes\\/wp-db.php\":{\"d\":1474909659,\"h\":\"28377827995b912bf894a6199851b6fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/xmlrpc.php\":{\"d\":1474909659,\"h\":\"50a1e1bc88c572bbcee6e644a9d06c75\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-comments-post.php\":{\"d\":1474909659,\"h\":\"2fac3b54c7dd44df595d36deb4344e59\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/error_log\":{\"d\":1526752614,\"h\":\"979d35e58a1ddbf79df150121ad5865b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-cron.php\":{\"d\":1474909659,\"h\":\"f28242f5766d6525b949f376813236d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-config-sample.php\":{\"d\":1474909659,\"h\":\"d1490486fc3f4965a6200256a7fe11b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-settings.php\":{\"d\":1474909659,\"h\":\"923c4fd2d3b2df5b8867cea74bf39f99\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-blog-header.php\":{\"d\":1474909659,\"h\":\"edad74614d6d3fa2252c3d74ff037ac7\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-login.php\":{\"d\":1474909659,\"h\":\"8d555189ea5858a76037105d94e12d41\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-mail.php\":{\"d\":1474909659,\"h\":\"1f0c353794370b480ecdb59135dfccb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/license.txt\":{\"d\":1474909659,\"h\":\"a2b365a131a3aaa578bcce14ae9a0512\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-load.php\":{\"d\":1474909659,\"h\":\"d2c63e435ee1cbed010f8608876b32ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/index.php\":{\"d\":1474909659,\"h\":\"b61b25303be0f573a6b9446d5cbe3a5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-config.php\":{\"d\":1548432480,\"h\":\"38b419ee0469d8b8386d6d8c9d968557\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-trackback.php\":{\"d\":1474909659,\"h\":\"8fecf12e8ea164ba98d8236b0fb56c0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/readme.html\":{\"d\":1474909659,\"h\":\"df0f4d66b59b3338a5d012d52bc435fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-links-opml.php\":{\"d\":1474909659,\"h\":\"0a644fafe777bc1379a9c87ceae8badb\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-activate.php\":{\"d\":1474909659,\"h\":\"82d30eedf71a18789fce81176fd3e80a\"},\"\\/home2\\/zphiblgz\\/public_html\\/Development\\/wp-signup.php\":{\"d\":1474909659,\"h\":\"8f0e18a965fcefede65c94bccd71185e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/uploads\\/woocommerce_uploads\\/index.html\":{\"d\":1535578784,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/uploads\\/woocommerce_uploads\\/.htaccess\":{\"d\":1568299062,\"h\":\"5cc8a02be988615b049f5abecba2f3a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/uploads\\/wc-logs\\/index.html\":{\"d\":1535578784,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/uploads\\/wc-logs\\/.htaccess\":{\"d\":1568299062,\"h\":\"5cc8a02be988615b049f5abecba2f3a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/uploads\\/GeoLite2-Country.mmdb\":{\"d\":1567497139,\"h\":\"480b2d18f8423ae1f9370722fb6d12d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/classes\\/class-twentynineteen-walker-comment.php\":{\"d\":1557300686,\"h\":\"235c2826b7788f61ae789737670dd79b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/classes\\/class-twentynineteen-svg-icons.php\":{\"d\":1557300686,\"h\":\"df403486081c1b655a950bbf877b137d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/js\\/customize-preview.js\":{\"d\":1557300686,\"h\":\"81bbf52839faab5b6e97123ed1e9376c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/js\\/skip-link-focus-fix.js\":{\"d\":1557300686,\"h\":\"e681113d8d6f473bd1207f6bb11a22e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/js\\/customize-controls.js\":{\"d\":1557300686,\"h\":\"db81460d2cfaa295442bca7a7b9ad9b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/js\\/priority-menu.js\":{\"d\":1557300686,\"h\":\"861fd663ae768c262fe720bd90c0da28\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/js\\/touch-keyboard-navigation.js\":{\"d\":1557300686,\"h\":\"77fdf1aa95024094fb38822baa5e31c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/fonts\\/NonBreakingSpaceOverride.woff\":{\"d\":1557300686,\"h\":\"6621c30b953cbd0df80b8b93ea795390\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/fonts\\/NonBreakingSpaceOverride.woff2\":{\"d\":1557300686,\"h\":\"47df94ec1fef97419cc7e78042fc5ca8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/inc\\/back-compat.php\":{\"d\":1557300686,\"h\":\"633b720552fd11037f20a85795d9b4cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/inc\\/color-patterns.php\":{\"d\":1557300686,\"h\":\"ceee79df1aa748fc18bbb15eae794fa3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/inc\\/template-tags.php\":{\"d\":1557300686,\"h\":\"0f2bb1ba7928730a2d3e618d583b2569\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/inc\\/template-functions.php\":{\"d\":1557300686,\"h\":\"f283d134bfe127cfcf665dfb0da6eb2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/inc\\/customizer.php\":{\"d\":1557300686,\"h\":\"ad1c3c40289386bd611830c1a10e41e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/inc\\/icon-functions.php\":{\"d\":1557300686,\"h\":\"6fc4999002365c342aadd4f547ce9ac9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/site\\/header\\/_site-header.scss\":{\"d\":1557300686,\"h\":\"5f9ab997156e2e8329ff555c216b0bf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/site\\/header\\/_site-featured-image.scss\":{\"d\":1557300686,\"h\":\"2621023c088f18f77f5470ab1d8e9c2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/site\\/footer\\/_site-footer.scss\":{\"d\":1557300686,\"h\":\"ff01ff7cbdfa009c1da9a4e337d7d3ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/site\\/primary\\/_comments.scss\":{\"d\":1557300686,\"h\":\"95b33578738da318a210545b6edc0b04\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/site\\/primary\\/_archives.scss\":{\"d\":1557300686,\"h\":\"53a06728c8572d16be41b592ed07b5e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/site\\/primary\\/_posts-and-pages.scss\":{\"d\":1557300686,\"h\":\"fc83b9073d4dcaea7a19687d885fbbfd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/site\\/secondary\\/_widgets.scss\":{\"d\":1557300686,\"h\":\"fcde95ed97a357d3b958ff52fd4794b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/site\\/_site.scss\":{\"d\":1557300686,\"h\":\"f59953e2402a0b0bcb442f9a5cd349af\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/typography\\/_typography.scss\":{\"d\":1557300686,\"h\":\"e6e43e0e8d37e68e32dfe5876ec1f474\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/typography\\/_copy.scss\":{\"d\":1557300686,\"h\":\"f8fb6e924ceed8b15ea7a6232aede173\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/typography\\/_headings.scss\":{\"d\":1557300686,\"h\":\"10a97c52d9cc73e204789da6ce2a25a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/modules\\/_alignments.scss\":{\"d\":1557300686,\"h\":\"338b11e85ca873d3b352f6de5d02694f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/modules\\/_clearings.scss\":{\"d\":1557300686,\"h\":\"765990fb500b5c043b98b8ff34d37f16\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/modules\\/_accessibility.scss\":{\"d\":1557300686,\"h\":\"db56ab557652c6ed6423576788719ad1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/mixins\\/_utilities.scss\":{\"d\":1557300686,\"h\":\"a418afed26b812fde3d017be3784e4ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/mixins\\/_mixins-master.scss\":{\"d\":1557300686,\"h\":\"4b967a99ae99dcb2aa79be396286c759\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/layout\\/_layout.scss\":{\"d\":1557300686,\"h\":\"21b126dc229eab1b7bbd8988c9232aa4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/elements\\/_tables.scss\":{\"d\":1557300686,\"h\":\"dbc7f5cb3e82224d59f5d8cb7ee403bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/elements\\/_lists.scss\":{\"d\":1557300686,\"h\":\"3db68509869c8b4c60f28a9896425b06\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/elements\\/_elements.scss\":{\"d\":1557300686,\"h\":\"53c0d41f75bb9b038a852478006f5488\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/blocks\\/_blocks.scss\":{\"d\":1557300686,\"h\":\"78e73fee5bf038572324cedb84858f94\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/navigation\\/_menu-footer-navigation.scss\":{\"d\":1557300686,\"h\":\"cb66eaa9d270c2e1a13467b418fddced\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/navigation\\/_links.scss\":{\"d\":1557300686,\"h\":\"8e0cfd68ebbc2cf2ebc30970c64180db\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/navigation\\/_navigation.scss\":{\"d\":1557300686,\"h\":\"74781ddfb02b65b13df18653181c46d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/navigation\\/_next-previous.scss\":{\"d\":1557300686,\"h\":\"b28ec99ada15111b755c09c1ebbdfbcd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/navigation\\/_menu-social-navigation.scss\":{\"d\":1557300686,\"h\":\"5d3c31b8af0f97110ef82100ea6faea2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/navigation\\/_menu-main-navigation.scss\":{\"d\":1557300686,\"h\":\"39ac3b5470f6c365bbdec37599232e53\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/variables-site\\/_variables-site.scss\":{\"d\":1557300686,\"h\":\"a44700f5ed5c740434b8ee7f99a145d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/variables-site\\/_columns.scss\":{\"d\":1557300686,\"h\":\"e33ab52b3c97a4dfd53e331f9186cb4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/variables-site\\/_fonts.scss\":{\"d\":1557300686,\"h\":\"08179350f7ac75b484925651a1551717\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/variables-site\\/_colors.scss\":{\"d\":1557300686,\"h\":\"ea94099c824e92785cab0df5762f19db\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/variables-site\\/_structure.scss\":{\"d\":1557300686,\"h\":\"af4fa621d7ec59e97238dc97742f1ee7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/variables-site\\/_transitions.scss\":{\"d\":1557300686,\"h\":\"bdd38cd8a0ddd4e8e59376268aff4164\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/media\\/_galleries.scss\":{\"d\":1557300686,\"h\":\"aa4beffdf56d64a9827eb2fae2870ef8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/media\\/_media.scss\":{\"d\":1557300686,\"h\":\"9fd53c32519f1b2ef225b67c3db153da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/media\\/_captions.scss\":{\"d\":1557300686,\"h\":\"27185eaf5fd4da145f5d45f34d27736f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/forms\\/_buttons.scss\":{\"d\":1557300686,\"h\":\"1df4617c325dae65dc22241f397ae49c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/forms\\/_fields.scss\":{\"d\":1557300686,\"h\":\"7d1e367209838084ee8fe6c35fbcded4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/forms\\/_forms.scss\":{\"d\":1557300686,\"h\":\"25b914f2bb156eb7ad1993b8c58b41ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/sass\\/_normalize.scss\":{\"d\":1557300686,\"h\":\"848b07afb1e15574205fb1c0764f3061\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/template-parts\\/header\\/entry-header.php\":{\"d\":1557300686,\"h\":\"f93031736e101702fa2791d7f99b882c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/template-parts\\/header\\/site-branding.php\":{\"d\":1557300686,\"h\":\"84b85a6db97f6fa7c3ab83e59e85baec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/template-parts\\/footer\\/footer-widgets.php\":{\"d\":1557300686,\"h\":\"653918b8bddc09ce7ccb5bb8bff5e33e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/template-parts\\/post\\/author-bio.php\":{\"d\":1557300686,\"h\":\"4000bd0d5e572f76b07ff36021fe7330\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/template-parts\\/post\\/discussion-meta.php\":{\"d\":1557300686,\"h\":\"3e4076a61dc282a3b1e348a75a192375\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/template-parts\\/content\\/content.php\":{\"d\":1557300686,\"h\":\"709954f9ca091fffb885952f3df51842\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/template-parts\\/content\\/content-excerpt.php\":{\"d\":1557300686,\"h\":\"d2c2583cf1e22ae8556da734114613e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/template-parts\\/content\\/content-single.php\":{\"d\":1557300686,\"h\":\"54fc4a7e66fb8c78170cf487df628741\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/template-parts\\/content\\/content-page.php\":{\"d\":1557300686,\"h\":\"843c9aa539a9f04c2c1bf79ccadacd3c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/template-parts\\/content\\/content-none.php\":{\"d\":1557300686,\"h\":\"6b8650662ac5f6bf0aa73528bbb522ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/readme.txt\":{\"d\":1557300686,\"h\":\"3bb2226a593f73e6dd2be0b748523218\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/package.json\":{\"d\":1557300686,\"h\":\"db7628b690b0cd5fc5c620ca731bcea0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/style-rtl.css\":{\"d\":1557300686,\"h\":\"6a2bc792283495186080c424f57482a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/single.php\":{\"d\":1557300686,\"h\":\"f9635c6ce42cd08551af9e6eb358840a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/404.php\":{\"d\":1557300686,\"h\":\"175e29cbf71e056a92d0021b2655b8b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/style.scss\":{\"d\":1557300686,\"h\":\"f2bfc90332fefade86cfcc8c39ff1fdf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/footer.php\":{\"d\":1557300686,\"h\":\"4ab3857ca6c8fda9579dd59e52c977bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/archive.php\":{\"d\":1557300686,\"h\":\"ea87ca1a5c5539f56300e9134440d069\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/page.php\":{\"d\":1557300686,\"h\":\"4c6f3ce260846ed353a764803fbc86a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/style-editor.css\":{\"d\":1557300686,\"h\":\"7fbe1dd28f4848de16b5d98cfcc2e1f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/style.css\":{\"d\":1557300686,\"h\":\"e37386d5ab29c7d76aa5e202050cf7d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/functions.php\":{\"d\":1557300686,\"h\":\"6da688a033301f3200bc4822754cc9a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/image.php\":{\"d\":1557300686,\"h\":\"47acd4b6e78a6c44bcf531e57dda334f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/style-editor-customizer.css\":{\"d\":1557300686,\"h\":\"7a5d2fa1e727277ed57acb5d2e5a0b5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/comments.php\":{\"d\":1557300686,\"h\":\"17a26d57d394998f116f750ca8c0c000\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/print.css\":{\"d\":1557300686,\"h\":\"3432f2f216bfabf37221dc6a918f938b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/index.php\":{\"d\":1557300686,\"h\":\"9504e3c798d4cedfcb0e1c8043478f3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/postcss.config.js\":{\"d\":1557300686,\"h\":\"b2780c5aaa5359ce53ca6d2209828a61\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/package-lock.json\":{\"d\":1557300686,\"h\":\"5ec1627108ace53dcf48e916ca7f4723\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/search.php\":{\"d\":1557300686,\"h\":\"9006c57b9b49c5980bfdabfe5ed79e1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/print.scss\":{\"d\":1557300686,\"h\":\"0029ddb4ad604934f9503f5924327c0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/style.css.map\":{\"d\":1557300686,\"h\":\"ec6d4d78f6440d6dbc288d2f818380e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/style-editor.scss\":{\"d\":1557300686,\"h\":\"1b2cbfc1f1e5526bd4813c335e4a4cc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/style-editor-customizer.scss\":{\"d\":1557300686,\"h\":\"09391583e4a9a0eb22f515006d8b83b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentynineteen\\/header.php\":{\"d\":1557300686,\"h\":\"80c397d37b1dbf48bf093e027e51038d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/js\\/color-scheme-control.js\":{\"d\":1557300689,\"h\":\"5a95c970e1edcdf6322ff93e297e4f7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/js\\/customize-preview.js\":{\"d\":1557300689,\"h\":\"3241a807c07ff37024d5a318b14a54d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/js\\/functions.js\":{\"d\":1557300689,\"h\":\"5ec178ce1d905266c11e903ffbb4b8f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/js\\/skip-link-focus-fix.js\":{\"d\":1557300689,\"h\":\"f1224221e5eecb4831ade6b6ad2f5073\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/js\\/html5.js\":{\"d\":1557300689,\"h\":\"5ee990907b315027da600eeeaee2e04b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/js\\/keyboard-image-navigation.js\":{\"d\":1557300689,\"h\":\"5de7ed2727c193e9f32f5797a590889e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/inc\\/back-compat.php\":{\"d\":1557300689,\"h\":\"9896c4607324df6397763a4aa8bf1c62\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/inc\\/template-tags.php\":{\"d\":1557300689,\"h\":\"9564de299e947f4bfc08d112c0523a92\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/inc\\/customizer.php\":{\"d\":1557300689,\"h\":\"27e030b1ba7b6bc1941e76da5fe7712e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/template-parts\\/content.php\":{\"d\":1557300689,\"h\":\"d6e92d20a157c8ad93cf5373360e3a5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/template-parts\\/content-single.php\":{\"d\":1557300689,\"h\":\"0a33b1fbdc668334defa81393b1b0e8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/template-parts\\/content-page.php\":{\"d\":1557300689,\"h\":\"e7dfe8380ea3527a817471c54cea021b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/template-parts\\/content-search.php\":{\"d\":1557300689,\"h\":\"d99b09ea0ac9ae5333efbb65baa9ed52\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/template-parts\\/content-none.php\":{\"d\":1557300689,\"h\":\"782006598d42a9b76a9fb8be8479f6a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/template-parts\\/biography.php\":{\"d\":1557300689,\"h\":\"3c5d5fd7a8b480cb6f83754e07814292\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/Genericons.woff\":{\"d\":1557300689,\"h\":\"f3f73b280148eeed102d4a6874ac7886\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/COPYING.txt\":{\"d\":1557300689,\"h\":\"b9423b96eb6160477fd4a2b7de890419\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/LICENSE.txt\":{\"d\":1557300689,\"h\":\"b234ee4d69f5fce4486a80fdaf4a4263\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/genericons.css\":{\"d\":1557300689,\"h\":\"13a6500ddf36c6dd581877aefc78d34d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/Genericons.ttf\":{\"d\":1557300689,\"h\":\"008827208ffc4eeab99bf3cc14fe1e56\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/README.md\":{\"d\":1557300689,\"h\":\"031ec4ed36a007d7d9f15600d7ebd5e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/genericons\\/Genericons.eot\":{\"d\":1557300689,\"h\":\"bebb165302a5d3a90ab9012f3b5d733e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/css\\/blocks.css\":{\"d\":1557300689,\"h\":\"d17984f34089ee268849436dab80b693\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/css\\/editor-style.css\":{\"d\":1557300689,\"h\":\"84665a5dbe53071abd571a7826bc9c07\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/css\\/ie7.css\":{\"d\":1557300689,\"h\":\"b0c5ff1a5ebdd5862688eb0674496ddd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/css\\/editor-blocks.css\":{\"d\":1557300689,\"h\":\"d3236554ca3310aaadeb61b8059a64e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/css\\/ie8.css\":{\"d\":1557300689,\"h\":\"22870c763f8a125017fe2efc543c57d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/css\\/ie.css\":{\"d\":1557300689,\"h\":\"c4befec0a6e11c831ed7f4c188181b6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/sidebar.php\":{\"d\":1557300689,\"h\":\"b963d08e116d4fb257051ec8716fe628\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/readme.txt\":{\"d\":1557300689,\"h\":\"b2028d67c16be73c47ce60b2afe4bc9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/single.php\":{\"d\":1557300689,\"h\":\"25936c631c7d1aacd22d56bb11fdeebd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/404.php\":{\"d\":1557300689,\"h\":\"38c8974713403d0c1d2f36bc28c90de0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/sidebar-content-bottom.php\":{\"d\":1557300689,\"h\":\"2b24f15644973caa9e3a7417f82a4132\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/rtl.css\":{\"d\":1557300689,\"h\":\"b00a9555224a05d7e7a097df42cd045d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/footer.php\":{\"d\":1557300689,\"h\":\"d806b6548ccd7ea99fd09ec7872b7652\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/archive.php\":{\"d\":1557300689,\"h\":\"2a67f895d021efd31b034eb742a7fa0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/page.php\":{\"d\":1557300689,\"h\":\"85013775f170162f03f4a922d7f2de13\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/style.css\":{\"d\":1557300689,\"h\":\"d06a414066a20ad1044204ea3024c3b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/functions.php\":{\"d\":1557300689,\"h\":\"8a4ba48e91f69a1df3bd61ddfef911aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/searchform.php\":{\"d\":1557300689,\"h\":\"82db8fd49b68a57525d03ebcd700235e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/image.php\":{\"d\":1557300689,\"h\":\"4f46480b8872d788522f09d18598765f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/comments.php\":{\"d\":1557300689,\"h\":\"1c54cfa1fb761732daade2283fabc50b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/index.php\":{\"d\":1557300689,\"h\":\"547abd1be05249c214353d526b836a41\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/search.php\":{\"d\":1557300689,\"h\":\"c6433de5104fff7c2cf74c107a5d9baf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentysixteen\\/header.php\":{\"d\":1557300689,\"h\":\"6141962d5b82b55edab0242e25dd42cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/js\\/color-scheme-control.js\":{\"d\":1557300685,\"h\":\"6705bda44f3acb5dc98fc1bcc65884db\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/js\\/customize-preview.js\":{\"d\":1557300685,\"h\":\"e0d91074b5f13f0dcd4a34bcc561c329\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/js\\/functions.js\":{\"d\":1557300685,\"h\":\"ab8df7dcc2c44ec0178b96eac308a3a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/js\\/skip-link-focus-fix.js\":{\"d\":1557300685,\"h\":\"d774bf15e2e23e3a7bbb9afa92f4f0b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/js\\/html5.js\":{\"d\":1557300685,\"h\":\"e95ca1122287c8b6889b126ac893b750\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/js\\/keyboard-image-navigation.js\":{\"d\":1557300685,\"h\":\"b82f191be2383003721f8b0d6fbaaea9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/inc\\/back-compat.php\":{\"d\":1557300685,\"h\":\"d1d378f52e23fa9ef3790712b7410599\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/inc\\/template-tags.php\":{\"d\":1557300685,\"h\":\"2174cb80bf7523eade5a89e63cc94365\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/inc\\/custom-header.php\":{\"d\":1557300685,\"h\":\"a7e1a05a63875fa73f6246f51cf05dff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/inc\\/customizer.php\":{\"d\":1557300685,\"h\":\"edb5abecdc6d53901f7b4c95641bc20a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/Genericons.woff\":{\"d\":1557300685,\"h\":\"732ff0fd6e5d9d64b2c8c81f7ac83f01\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/COPYING.txt\":{\"d\":1557300685,\"h\":\"b9423b96eb6160477fd4a2b7de890419\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/LICENSE.txt\":{\"d\":1557300685,\"h\":\"b234ee4d69f5fce4486a80fdaf4a4263\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/genericons.css\":{\"d\":1557300685,\"h\":\"c4a5f119c255c653e1ff74af2b021baf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/Genericons.ttf\":{\"d\":1557300685,\"h\":\"bd260e7477d834b7d0890b9470638124\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/README.md\":{\"d\":1557300685,\"h\":\"75f6390a4a93fd4c613751b7a9e78491\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/genericons\\/Genericons.eot\":{\"d\":1557300685,\"h\":\"e286921c96e71c281fedc8376ba46a7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/css\\/blocks.css\":{\"d\":1557300685,\"h\":\"0998c639a83f66519f844857c42a1fd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/css\\/editor-style.css\":{\"d\":1557300685,\"h\":\"c542480da525a3dc0c255ed966c90dcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/css\\/ie7.css\":{\"d\":1557300685,\"h\":\"6468f9823d831d5b4b4d37d5c52c88ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/css\\/editor-blocks.css\":{\"d\":1557300685,\"h\":\"00a1c66a63be07dba9b296099b54b6b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/css\\/ie.css\":{\"d\":1557300685,\"h\":\"711f3d7be79b01a20eed7b0ac82caea5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/sidebar.php\":{\"d\":1557300685,\"h\":\"3276671030d548f4f34898afe405233e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/readme.txt\":{\"d\":1557300685,\"h\":\"61f362824bdb776d7ffef3361a2c88a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/content.php\":{\"d\":1557300685,\"h\":\"f7dd4baf05b41cfb595e8509da83345d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/single.php\":{\"d\":1557300685,\"h\":\"419d17743606e5de7a632774882169f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/404.php\":{\"d\":1557300685,\"h\":\"acf3c2a0019a9232d54d4414802491b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/content-page.php\":{\"d\":1557300685,\"h\":\"36a8c18cfd4e8c2c97b4c3680cf2eae4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/rtl.css\":{\"d\":1557300685,\"h\":\"464a2510ab1bed12b6152d422bd13189\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/footer.php\":{\"d\":1557300685,\"h\":\"f347c3f1aeedfc7ed12153bed3853298\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/archive.php\":{\"d\":1557300685,\"h\":\"b903e35d42cc04346cb68ec12abfe3c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/page.php\":{\"d\":1557300685,\"h\":\"ae736eb5696b5562495f0d3b359afd42\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/style.css\":{\"d\":1557300685,\"h\":\"354c55fda8bbf2a3a12d8789eb1ce56f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/functions.php\":{\"d\":1557300685,\"h\":\"31c2f3e3f4c92b4c7e9a153cd06df926\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/image.php\":{\"d\":1557300685,\"h\":\"c6cb19985b49a1a5c844152f9479eb61\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/content-search.php\":{\"d\":1557300685,\"h\":\"0f655d972a9db161b86971aa2cf68632\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/content-link.php\":{\"d\":1557300685,\"h\":\"2e638fbb08f493bd12876856035bf1d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/comments.php\":{\"d\":1557300685,\"h\":\"32357f73067d1df4088cde696921660b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/index.php\":{\"d\":1557300685,\"h\":\"cf35093a5f99f76d8410b6b41cfd80a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/search.php\":{\"d\":1557300685,\"h\":\"159114db9480deb4057d897899076b55\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/author-bio.php\":{\"d\":1557300685,\"h\":\"34dcd4a152172429fac7ebfb775a4ff5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/content-none.php\":{\"d\":1557300685,\"h\":\"e53a167dd831a82240cb94a96d973285\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyfifteen\\/header.php\":{\"d\":1557300685,\"h\":\"775aa082fbe0dde3616e54d356005f08\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/woocommerce\\/loop\\/rating.php\":{\"d\":1522431479,\"h\":\"2dfdaca11f61791a25fc234709449660\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/woocommerce\\/loop\\/add-to-cart.php\":{\"d\":1522431479,\"h\":\"4e71428231151cfbfe6b557b00eaf508\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/woocommerce\\/single-product.php\":{\"d\":1522431479,\"h\":\"3bbb43c733daa2ccb26fcd409ad7ba6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/woocommerce\\/archive-product.php\":{\"d\":1522431479,\"h\":\"948a38bae789114ae11a07beba3a4bd9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/fonts\\/bootstrap\\/glyphicons-halflings-regular.woff\":{\"d\":1522431479,\"h\":\"fa2772327f55d8198301fdb8bcfc8158\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/fonts\\/bootstrap\\/glyphicons-halflings-regular.ttf\":{\"d\":1522431479,\"h\":\"e18bbf611f2a2e43afc071aa2f4e1512\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/fonts\\/bootstrap\\/glyphicons-halflings-regular.woff2\":{\"d\":1522431479,\"h\":\"448c34a56d699c29117adc64c43affeb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/fonts\\/bootstrap\\/glyphicons-halflings-regular.eot\":{\"d\":1522431479,\"h\":\"f4769f9bdb7466be65088239c12046d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/javascripts\\/admin\\/brand-subscribe.js\":{\"d\":1522431479,\"h\":\"381e4dcfba4c323b0fcca7fa30ab4dd0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/javascripts\\/admin\\/customcontrol.slider.js\":{\"d\":1522431479,\"h\":\"3f4cfa231d72e5eb902c1a653d8c7350\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/javascripts\\/admin\\/brand-pro-section.js\":{\"d\":1522431479,\"h\":\"fd813b9004cfaa2b46e05ef102a784b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/javascripts\\/admin\\/maxsdesign-color-picker.js\":{\"d\":1522431479,\"h\":\"3cede425252a809ae5a2ebd0ff23860c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/javascripts\\/admin\\/brand-rate-reminder.js\":{\"d\":1522431479,\"h\":\"339107cbb5ae43b7469c7e9cd3dac73c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/javascripts\\/admin\\/img-uploader.js\":{\"d\":1522431479,\"h\":\"6636e4dc952a2986cf18ea0b293f1c0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/javascripts\\/admin\\/customizer.js\":{\"d\":1522431479,\"h\":\"4c9994aed8085599f11603fd3026b5f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/javascripts\\/swiper.min.js.map\":{\"d\":1522431479,\"h\":\"fbc774e07e80a61718bfad87609b9396\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/javascripts\\/brand-video.js\":{\"d\":1522431479,\"h\":\"2b3317def1d12e7c5b7ae1167e132ced\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/javascripts\\/bootstrap.js\":{\"d\":1522431479,\"h\":\"ed69cf59ee487638489ff8742a469e43\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/javascripts\\/brand-swiper.js\":{\"d\":1522431479,\"h\":\"7cec1410006375f4a24d45d4d57e1226\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/javascripts\\/swiper.js\":{\"d\":1522431479,\"h\":\"98ae5c2907a584466cf72e2d67009815\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/javascripts\\/bootstrap.min.js\":{\"d\":1522431479,\"h\":\"c5b5b2fa19bd66ff23211d9f844e0131\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/javascripts\\/swiper.min.js\":{\"d\":1522431479,\"h\":\"9c379840216a38360bb9b9ad8e04bb5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/javascripts\\/brand.min.js\":{\"d\":1522431479,\"h\":\"127341f0fdf76d5554ba9e588e4da069\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/javascripts\\/brand.js\":{\"d\":1522431479,\"h\":\"1a0802d5f9c554c21335ba65e0199406\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/font-awesome\\/fonts\\/fontawesome-webfont.ttf\":{\"d\":1522431479,\"h\":\"b06871f281fee6b241d60582ae9369b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/font-awesome\\/fonts\\/FontAwesome.otf\":{\"d\":1522431479,\"h\":\"0d2717cd5d853e5c765ca032dfd41a4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/font-awesome\\/fonts\\/fontawesome-webfont.woff2\":{\"d\":1522431479,\"h\":\"af7ae505a9eed503f8b8e6982036873e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/font-awesome\\/fonts\\/fontawesome-webfont.woff\":{\"d\":1522431479,\"h\":\"fee66e712a8a08eef5805a46892932ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/font-awesome\\/fonts\\/fontawesome-webfont.eot\":{\"d\":1522431479,\"h\":\"674f50d287a8c48dc19ba404d20fe713\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/font-awesome\\/css\\/font-awesome.min.css\":{\"d\":1522431479,\"h\":\"008e0bb5ebfa7bc298a042f95944df25\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/font-awesome\\/css\\/font-awesome.css\":{\"d\":1522431479,\"h\":\"c223583b49df4d7e92389dc43dbd8e51\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/css\\/admin\\/brand-option-admin.css\":{\"d\":1522431479,\"h\":\"1b6141cd009bcc0a5926969a2119f094\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/css\\/admin\\/brand-admin.css\":{\"d\":1522431479,\"h\":\"f1ab9d2baa4c3d2a2a6585489f19fb22\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/css\\/admin\\/brand-customize-controls.css\":{\"d\":1522431479,\"h\":\"aa80854b132a9ca1c2fba16dc7fc93bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/css\\/admin\\/maxsdesign-metaboxes.css\":{\"d\":1522431479,\"h\":\"595d23b87dcd316b530fb3480aef3a1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/css\\/admin\\/jquery-ui.theme.css\":{\"d\":1522431479,\"h\":\"1dafc666d20a953cf257e04fd3cdfa7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/css\\/admin\\/jquery-ui.structure.css\":{\"d\":1522431479,\"h\":\"d3c7e36562761d40eb1495fb448e7e0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/css\\/brand.css\":{\"d\":1522431479,\"h\":\"47d6bab70e71914bd7c88796cba4869f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/css\\/swiper.css\":{\"d\":1522431479,\"h\":\"c53ec6056332ac4758e5ccaa843a1031\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/css\\/brand-custom-header.css\":{\"d\":1522431479,\"h\":\"26622d3f15e47051d7f267a92aabbcfd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/css\\/bootstrap.css.map\":{\"d\":1522431479,\"h\":\"dd50770828299a9d4a876c8d82a49e60\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/css\\/bootstrap.min.css\":{\"d\":1522431479,\"h\":\"98e5c9721724372b8c7f8c180eb20f3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/css\\/brand.min.css\":{\"d\":1522431479,\"h\":\"80d4f42fee5992c8ce6e90973638e81c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/css\\/bootstrap.css\":{\"d\":1522431479,\"h\":\"be164218e0f4a8469adc543f09f74238\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/css\\/brand-woocommerce.css\":{\"d\":1522431479,\"h\":\"ae162e0f92520bde4ccba1d234b5cf66\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/css\\/swiper.min.css\":{\"d\":1522431479,\"h\":\"21b70942d56c99faef25bec8db671e10\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/assets\\/css\\/brand.css.map\":{\"d\":1522431479,\"h\":\"61ffce018716296850229add2b09ba27\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/js\\/style-premium-theme.php\":{\"d\":1522431479,\"h\":\"47156c7db2681b070da8ff96d1fd9992\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/js\\/jquery.content-change.php\":{\"d\":1522431479,\"h\":\"511c14bfbf1d846c3271a0f38f41a4e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/js\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/account\\/payments.php\":{\"d\":1522431479,\"h\":\"2005178525820ea5a070d3b89a348b41\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/account\\/billing.php\":{\"d\":1522431479,\"h\":\"1677c763752a86e94538b429776faf1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/account\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/plugin-info\\/screenshots.php\":{\"d\":1522431479,\"h\":\"653f2067b5b33459d1f8c29fedef5dcd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/plugin-info\\/features.php\":{\"d\":1522431479,\"h\":\"065b587a7d21f311551b5701739e9121\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/plugin-info\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/plugin-info\\/description.php\":{\"d\":1522431479,\"h\":\"345bc0408004508f8b65a3a13d467754\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/debug\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/debug\\/plugins-themes-sync.php\":{\"d\":1522431479,\"h\":\"a58bf5a29677f4aca249ecc75300ce5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/debug\\/scheduled-crons.php\":{\"d\":1522431479,\"h\":\"66656ee0644e54c041d812be7dff2f1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/debug\\/logger.php\":{\"d\":1522431479,\"h\":\"cd9f0b12d29c47977df3c5b4856d87a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/debug\\/api-calls.php\":{\"d\":1522431479,\"h\":\"ec00c2fe627810c9f8dbc3759c41fce7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/forms\\/deactivation\\/form.php\":{\"d\":1522431479,\"h\":\"624c65ac9d5ad9a22db1f904179c65b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/forms\\/deactivation\\/contact.php\":{\"d\":1522431479,\"h\":\"0316bd6eb7a05968d63c94a589e74b08\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/forms\\/deactivation\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/forms\\/deactivation\\/retry-skip.php\":{\"d\":1522431479,\"h\":\"86a52fe656b05f6b0bb3f75848ef4cf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/forms\\/affiliation.php\":{\"d\":1522431479,\"h\":\"e0672909ae5d8e5e2c667f81203ce318\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/forms\\/optout.php\":{\"d\":1522431479,\"h\":\"623294327934720c5b037e840b0ad962\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/forms\\/resend-key.php\":{\"d\":1522431479,\"h\":\"9de4a57c639affff355d2bcb823dd1bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/forms\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/forms\\/license-activation.php\":{\"d\":1522431479,\"h\":\"983de7ffd58a793434f0106238098e7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/forms\\/trial-start.php\":{\"d\":1522431479,\"h\":\"da69ddab0544b42ff12894b5331188ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/sticky-admin-notice-js.php\":{\"d\":1522431479,\"h\":\"86175a759e442e3040a860876430b6f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/add-ons.php\":{\"d\":1522431479,\"h\":\"f255e8616c484220903e5cc276199b98\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/secure-https-header.php\":{\"d\":1522431479,\"h\":\"50cb156a9ddde7423771c8ad5dd4e890\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/pricing.php\":{\"d\":1522431479,\"h\":\"888a8503c8427f394ee8f7cb02ed87f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/email.php\":{\"d\":1522431479,\"h\":\"eed07bb337e9fe7196f0e7ddd5422698\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/debug.php\":{\"d\":1522431479,\"h\":\"f45ee28bb4779df1633fff53bf765074\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/contact.php\":{\"d\":1522431479,\"h\":\"54015da898216b4321f315f650157f59\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/plugin-icon.php\":{\"d\":1522431479,\"h\":\"6dc35224a378fa4fd0234bebf3a61e66\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/all-admin-notice.php\":{\"d\":1522431479,\"h\":\"720d8bbbb3b1c3cf8cdbae5e15f8b6d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/account.php\":{\"d\":1522431479,\"h\":\"ddc2ade5d6901d013523160e863105e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/connect.php\":{\"d\":1522431479,\"h\":\"28f5389c9f2cee4cce1cfb2fc13efa26\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/tabs.php\":{\"d\":1522431479,\"h\":\"98b37765b53b1cd473da3e36f726e024\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/powered-by.php\":{\"d\":1522431479,\"h\":\"11be8835fdf9abf142a71d08ea6bdfd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/checkout-legacy.php\":{\"d\":1522431479,\"h\":\"6f24ddd8161b7818648ccda8986334d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/admin-notice.php\":{\"d\":1522431479,\"h\":\"d2ec3cf3666f58462b81beae290b0403\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/tabs-capture-js.php\":{\"d\":1522431479,\"h\":\"079a090d941e1aab3c00021d8cb38020\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/checkout.php\":{\"d\":1522431479,\"h\":\"831dc0b976c4eb634413a55ba727b073\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/auto-installation.php\":{\"d\":1522431479,\"h\":\"879f7b6365cd017c9c0abd7d7a12f202\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/firewall-issues-js.php\":{\"d\":1522431479,\"h\":\"60b560aac38e8cdf8dba70bcca150fd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/add-trial-to-pricing.php\":{\"d\":1522431479,\"h\":\"35d6b7d7a847328cbc9de994c97f7200\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/templates\\/ajax-loader.php\":{\"d\":1522431479,\"h\":\"123195bcbc8b85b8880114d72b6fdf2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/admin\\/_deactivation-feedback.scss\":{\"d\":1522431479,\"h\":\"b62bb12302013f8fb497d74dc5e33717\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/admin\\/account.scss\":{\"d\":1522431479,\"h\":\"7e5dc4e0c56dd5072e7f9974c989c996\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/admin\\/dialog-boxes.scss\":{\"d\":1522431479,\"h\":\"7c842f7a1102b39e85160d2d3ead08a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/admin\\/checkout.scss\":{\"d\":1522431479,\"h\":\"067842a9f0973b852e6bac3dbe109dd0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/admin\\/common.scss\":{\"d\":1522431479,\"h\":\"f8363f38a7c364d20a84abd3bdf25fea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/admin\\/add-ons.scss\":{\"d\":1522431479,\"h\":\"7a6e9cc976472c55ff4591830c780978\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/admin\\/affiliation.scss\":{\"d\":1522431479,\"h\":\"9736e869b0be51af9e10cafb24666054\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/admin\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/admin\\/_themes.scss\":{\"d\":1522431479,\"h\":\"77f679b58a030694a7cf0644b73535a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/admin\\/_auto-install.scss\":{\"d\":1522431479,\"h\":\"9fe17bec4c0ea2d4e0fd580c7b54594d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/admin\\/connect.scss\":{\"d\":1522431479,\"h\":\"df247d62cfacb2d75603574dd3dfe500\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/admin\\/_ajax-loader.scss\":{\"d\":1522431479,\"h\":\"88592fa5ed858fa9cea53b65c288f840\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/admin\\/debug.scss\":{\"d\":1522431479,\"h\":\"f8265262b7a65a9327d4cbf13feb3967\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/admin\\/_license-key-resend.scss\":{\"d\":1522431479,\"h\":\"00740229bb28623fec9621abba9bd728\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/admin\\/_license-activation.scss\":{\"d\":1522431479,\"h\":\"e6abfe9fca58e82f41e7031b87192733\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/admin\\/_modal-common.scss\":{\"d\":1522431479,\"h\":\"f876818b73f5f67781f7b85dedd0dcbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/_load.scss\":{\"d\":1522431479,\"h\":\"bfa55359a633e1a3107e1a1ddda1b787\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/_start.scss\":{\"d\":1522431479,\"h\":\"50f5c75c2be661f9f24a264cb9c954d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/_functions.scss\":{\"d\":1522431479,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/_colors.scss\":{\"d\":1522431479,\"h\":\"179517aee7bc1f652fefdfa2afffb89e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/_mixins.scss\":{\"d\":1522431479,\"h\":\"ea714f133d14c16f6b8f21f5cd768a5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/customizer.scss\":{\"d\":1522431479,\"h\":\"ee689a61c2cd5449f96fbda00a7630da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/scss\\/_vars.scss\":{\"d\":1522431479,\"h\":\"cc1ab25a6462c038f399c2076042f1ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/js\\/nojquery.ba-postmessage.min.js\":{\"d\":1522431479,\"h\":\"6749bac0ae2a426fd5f576c9f2b9e4b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/js\\/nojquery.ba-postmessage.js\":{\"d\":1522431479,\"h\":\"9ae773f2dc724cecaf0f12cf15155bc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/js\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/js\\/postmessage.js\":{\"d\":1522431479,\"h\":\"fb652a8fc91ca5b926bd6f80150427b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/img\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/css\\/admin\\/connect.css\":{\"d\":1522431479,\"h\":\"889e6dd845a3d2f119ee87ebfeb605e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/css\\/admin\\/checkout.css\":{\"d\":1522431479,\"h\":\"17061aa254ae8660c38ce30306698d16\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/css\\/admin\\/debug.css\":{\"d\":1522431479,\"h\":\"c427e38f20fc34e494d0b259a3c9886e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/css\\/admin\\/license-activation.css\":{\"d\":1522431479,\"h\":\"050e78c6ffd529f9ac0b1a7a6cdabed2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/css\\/admin\\/affiliation.css\":{\"d\":1522431479,\"h\":\"01285e472e98c3d5ed982fa84ee6f1be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/css\\/admin\\/deactivation-feedback.css\":{\"d\":1522431479,\"h\":\"b4b394bab55ea6e52a0d9e690b660233\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/css\\/admin\\/add-ons.css\":{\"d\":1522431479,\"h\":\"63be5fee8f33d07724b7881cf49c96fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/css\\/admin\\/account.css\":{\"d\":1522431479,\"h\":\"7b6329969b21a86172e30994ee77443c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/css\\/admin\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/css\\/admin\\/dialog-boxes.css\":{\"d\":1522431479,\"h\":\"245f1b48f5fb36eb8f7be8b133df09ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/css\\/admin\\/common.css\":{\"d\":1522431479,\"h\":\"cade72063cbba7f473f3903d086ecd3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/css\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/css\\/customizer.css\":{\"d\":1522431479,\"h\":\"f64cf82009bc94f90f712d07c2891c97\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/assets\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/managers\\/class-fs-plan-manager.php\":{\"d\":1522431479,\"h\":\"8e9bd3530fd53b430b06ff532a83f889\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/managers\\/class-fs-option-manager.php\":{\"d\":1522431479,\"h\":\"a80a92ad77bc7e773785de7eff54b0eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/managers\\/class-fs-plugin-manager.php\":{\"d\":1522431479,\"h\":\"661cdefb77d1eee345ce9dea0a7d1a73\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/managers\\/class-fs-key-value-storage.php\":{\"d\":1522431479,\"h\":\"9419df396572a9c000bdfa80e4d97fc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/managers\\/class-fs-license-manager.php\":{\"d\":1522431479,\"h\":\"a82f3ccac892e76e9efc785b0a462138\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/managers\\/class-fs-admin-menu-manager.php\":{\"d\":1522431479,\"h\":\"4d3b79b7b3ea4608947a3f41418a808a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/managers\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/managers\\/class-fs-cache-manager.php\":{\"d\":1522431479,\"h\":\"d3ba81a2960ba09c2006f6ee06d3102d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/managers\\/class-fs-admin-notice-manager.php\":{\"d\":1522431479,\"h\":\"80b80162f343d7bbf2944c01c437f3d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/customizer\\/class-fs-customizer-support-section.php\":{\"d\":1522431479,\"h\":\"43ef1820d7bebfe9b9cc94c0cc24555c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/customizer\\/class-fs-customizer-upsell-control.php\":{\"d\":1522431479,\"h\":\"c72293f0894cbe65cf2828954a9ce6e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/customizer\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/sdk\\/Exceptions\\/Exception.php\":{\"d\":1522431479,\"h\":\"43c3aaa3d07d2539dfc417b9302b39bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/sdk\\/Exceptions\\/ArgumentNotExistException.php\":{\"d\":1522431479,\"h\":\"05a6e4a3bc5fad9a2d0d678df8314ee1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/sdk\\/Exceptions\\/EmptyArgumentException.php\":{\"d\":1522431479,\"h\":\"daa3699e807fcd9383b142cf2225c4d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/sdk\\/Exceptions\\/InvalidArgumentException.php\":{\"d\":1522431479,\"h\":\"e0e84ff7d7f4cca85109db0239f58d29\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/sdk\\/Exceptions\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/sdk\\/Exceptions\\/OAuthException.php\":{\"d\":1522431479,\"h\":\"34f9c97a33dbce6236138577659944b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/sdk\\/LICENSE.txt\":{\"d\":1522431479,\"h\":\"8264535c0c4e9c6c335635c4026a8022\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/sdk\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/sdk\\/FreemiusBase.php\":{\"d\":1522431479,\"h\":\"4160d44c13bc669d75f5a9f422b81562\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/sdk\\/FreemiusWordPress.php\":{\"d\":1522431479,\"h\":\"8a1fce2b0c3546922a59c21c6f56a1a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/supplements\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/supplements\\/fs-essential-functions-1.1.7.1.php\":{\"d\":1522431479,\"h\":\"a1ebf402549d58f23701f3c1ef2f764a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/debug\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/debug\\/class-fs-debug-bar-panel.php\":{\"d\":1522431479,\"h\":\"9665e6e14396e4b9f11f835f074b6bc4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/debug\\/debug-bar-start.php\":{\"d\":1522431479,\"h\":\"5fa116c8b2bd8686d9c7b230c87e9222\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/entities\\/class-fs-scope-entity.php\":{\"d\":1522431479,\"h\":\"0acd7da3ef93baaaf43a4b6598c3d80b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/entities\\/class-fs-plugin-license.php\":{\"d\":1522431479,\"h\":\"3b78d9b6ef0e0d3f26abd1a437bb72a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/entities\\/class-fs-pricing.php\":{\"d\":1522431479,\"h\":\"ba6b341492dfee121e2b343ce28a2af9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/entities\\/class-fs-site.php\":{\"d\":1522431479,\"h\":\"7fdf759bdd78a3cf87c06e32d46cc2b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/entities\\/class-fs-plugin-tag.php\":{\"d\":1522431479,\"h\":\"b906cf339fe7aa4262b890d553c85adc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/entities\\/class-fs-entity.php\":{\"d\":1522431479,\"h\":\"8f8e79b4470fe4a933a58f4b2ce6746e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/entities\\/class-fs-affiliate-terms.php\":{\"d\":1522431479,\"h\":\"35016787d29f2095d8d4139255ef6d2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/entities\\/class-fs-billing.php\":{\"d\":1522431479,\"h\":\"63c904e144d4bbb827c3e4e4748cc8d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/entities\\/class-fs-plugin.php\":{\"d\":1522431479,\"h\":\"f64b86e007a0c4aa181b64bdc73d4b19\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/entities\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/entities\\/class-fs-affiliate.php\":{\"d\":1522431479,\"h\":\"1858bb266130901469b975c74658f556\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/entities\\/class-fs-payment.php\":{\"d\":1522431479,\"h\":\"b7f9633b4d36c7f1e57074ce0005d3f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/entities\\/class-fs-plugin-plan.php\":{\"d\":1522431479,\"h\":\"275363d2504f48d2f4f01c3dc8076291\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/entities\\/class-fs-plugin-info.php\":{\"d\":1522431479,\"h\":\"411694b5b5c0af56d3a5d9b5dcd1b969\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/entities\\/class-fs-subscription.php\":{\"d\":1522431479,\"h\":\"051f2f7a8effe1d0066bbaaf065b7067\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/entities\\/class-fs-user.php\":{\"d\":1522431479,\"h\":\"d6394ad416d1b88488d685c95abfb626\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/fs-plugin-info-dialog.php\":{\"d\":1522431479,\"h\":\"7be390c7c9e39ac0714f8b642ed4b884\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/class-freemius.php\":{\"d\":1522431479,\"h\":\"ce6a119520fff55bb40e89f0d7bac548\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/i18n.php\":{\"d\":1522431479,\"h\":\"5e0b462fd49b7689800652cfcac9b09b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/class-fs-logger.php\":{\"d\":1522431479,\"h\":\"1319afb60186a786ea76977bbcb79e92\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/fs-core-functions.php\":{\"d\":1522431479,\"h\":\"b97d80dc8e267ae465f86a37169a39f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/class-fs-security.php\":{\"d\":1522431479,\"h\":\"229cf58949612ac4a088677ba62c9b97\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/fs-essential-functions.php\":{\"d\":1522431479,\"h\":\"8c13ec651a8b709d64941f443e68d997\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/class-fs-api.php\":{\"d\":1522431479,\"h\":\"79e5307b67f5a57a39a939131b32cdb1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/l10n.php\":{\"d\":1522431479,\"h\":\"6078da2e038117e0ff00a9b375f35b27\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/class-freemius-abstract.php\":{\"d\":1522431479,\"h\":\"01540a3afe2f3286ec5402bcfc383c2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/includes\\/class-fs-plugin-updater.php\":{\"d\":1522431479,\"h\":\"dac58dd736794861c35e2c28c971b3f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/languages\\/freemius.pot\":{\"d\":1522431479,\"h\":\"de48dd25539201bf36971e841be32180\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/languages\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/require.php\":{\"d\":1522431479,\"h\":\"cb33bedc6f606c29229e82d77af67b98\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/LICENSE.txt\":{\"d\":1522431479,\"h\":\"985eca66feaf0170850231d4616b3074\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/index.php\":{\"d\":1522431479,\"h\":\"3de0a4b8bbe2931c74daebd9674537e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/README.md\":{\"d\":1522431479,\"h\":\"beff5c5fdc7bc41f039a2f565faa082f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/start.php\":{\"d\":1522431479,\"h\":\"94824bc3c4cead9795fae635fd6adcc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/freemius\\/config.php\":{\"d\":1522431479,\"h\":\"b99678b3aadc6c4a77e62c076eadda6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/page-templates\\/full-width.php\":{\"d\":1522431479,\"h\":\"8298f46a6d731d3ccb05ae976596f0db\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/options\\/brand-options.php\":{\"d\":1522431479,\"h\":\"009a7949aa5dfc4b4951a9026637df84\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/advanced\\/add-ons.php\":{\"d\":1522431479,\"h\":\"19411537f5787c45b1c799fdda26aba3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/advanced\\/typography.php\":{\"d\":1522431479,\"h\":\"c3fbf9701ee6093904f4c9a6bc995518\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/advanced\\/blog.php\":{\"d\":1522431479,\"h\":\"abc1bf48ca08e7df7ec359d596481a39\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/advanced\\/colors.php\":{\"d\":1522431479,\"h\":\"1e09b42a51f31239723a6646c5993747\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/TGMPA\\/class-tgm-plugin-activation.php\":{\"d\":1522431479,\"h\":\"e74e41c26051d544cae7560ba0b7c8df\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/metaboxes\\/brand-hide-elements-metabox.php\":{\"d\":1522431479,\"h\":\"a00d424534204e320b7d0c8ccc5f3677\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/metaboxes\\/brand-sidebar-metabox.php\":{\"d\":1522431479,\"h\":\"3351ea198129c72c1908916dc1a8e44b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/metaboxes\\/metaboxes.php\":{\"d\":1522431479,\"h\":\"64c94a1a5f5fd169045f34947490f814\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/brand-section-pro.php\":{\"d\":1522431479,\"h\":\"df79658efdcc69dde4e62c2c95915740\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/customizer-callbacks.php\":{\"d\":1522431479,\"h\":\"4a795d33d1c2557abaf8f17c178d99a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/controls.php\":{\"d\":1522431479,\"h\":\"eed4b8fbca19d8350f3ca2078310e04f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/sanitize.php\":{\"d\":1522431479,\"h\":\"e372f8a4fc6b47cf561dc01255ad40f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/navigation.php\":{\"d\":1522431479,\"h\":\"85dc093d89043f85a9394e5bb0a5f6de\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/extras.php\":{\"d\":1522431479,\"h\":\"49e9472aaa3581861ce68467671bf398\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/jetpack.php\":{\"d\":1522431479,\"h\":\"877cac3df832e3a9855ae1981ea5fcb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/brand-classes.php\":{\"d\":1522431479,\"h\":\"2656f202f2e80eefea72a1958cb5d83d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/woocommerce.php\":{\"d\":1522431479,\"h\":\"994afac3debabbcb9250ca231c3d92b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/template-tags.php\":{\"d\":1522431479,\"h\":\"4b65fe54ed3ad492e7d1798e20b2ebd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/custom-header.php\":{\"d\":1522431479,\"h\":\"965f9064496720f0754fd7453a56284a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/inc\\/customizer.php\":{\"d\":1522431479,\"h\":\"ecf796903148d39c117a0b3f4f39b0bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/languages\\/brand.pot\":{\"d\":1522431479,\"h\":\"57c6d8cfd4b859c4ee901430fdab1943\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/template-parts\\/content.php\":{\"d\":1522431479,\"h\":\"b8a6a9a0b7e47284ad3e3698d16bca00\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/template-parts\\/content-single.php\":{\"d\":1522431479,\"h\":\"e11f57db87c38c8583e72edfea1c5a83\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/template-parts\\/content-page.php\":{\"d\":1522431479,\"h\":\"c866ebd9c59cea55369b803130a4f86b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/template-parts\\/content-search.php\":{\"d\":1522431479,\"h\":\"3c46ee060efdcbf13f5336e3172f2c34\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/template-parts\\/content-image-full-width-video.php\":{\"d\":1522431479,\"h\":\"9464ba1b5f8f121c1a2b000df6719866\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/template-parts\\/content-image-full-width.php\":{\"d\":1522431479,\"h\":\"333b1f32fbd64f354c21deb20c6522dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/template-parts\\/content-archive.php\":{\"d\":1522431479,\"h\":\"b4498557326461c99b2a8404a58c2909\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/template-parts\\/content-none.php\":{\"d\":1522431479,\"h\":\"df0eacbf8e8caf14d73edeb1680d2b55\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/template-parts\\/content-video.php\":{\"d\":1522431479,\"h\":\"9464ba1b5f8f121c1a2b000df6719866\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/sidebar.php\":{\"d\":1522431479,\"h\":\"697e008bf5a0d3fae8b33f3605d4d2f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/header-page.php\":{\"d\":1522431479,\"h\":\"bee12f5c2b80e995cfa46cb082f7a9f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/readme.txt\":{\"d\":1522431479,\"h\":\"c52717c09600f5866506a7dcfdee9843\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/sidebar-footer-3.php\":{\"d\":1522431479,\"h\":\"3778c649786167cf9d689d775416214a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/single.php\":{\"d\":1522431479,\"h\":\"361be95adb8b1c59997aba7b53c409a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/404.php\":{\"d\":1522431479,\"h\":\"ba30d9c07986385582664e3d7ddd0bd4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/sidebar-footer-1.php\":{\"d\":1522431479,\"h\":\"1c5331c073b84a1400a7462a8e87ebf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/header-slider.php\":{\"d\":1522431479,\"h\":\"2d4659b86b7868a166bfdb624bc0daf4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/sidebar-footer-2.php\":{\"d\":1522431479,\"h\":\"a06268c988c825afd80e728dbb265c7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/rtl.css\":{\"d\":1522431479,\"h\":\"2d1664f44a46b8a17d46db1297a91d99\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/footer.php\":{\"d\":1522431479,\"h\":\"9b70b2b117451e45b7588b9d04568faf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/archive.php\":{\"d\":1522431479,\"h\":\"02b41f989cb8bb4eaf447b86554046c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/sidebar-mobile.php\":{\"d\":1522431479,\"h\":\"fe0e0cbca54f2601a5b1a62afd37d581\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/page.php\":{\"d\":1522431479,\"h\":\"e85be5c4721d16d1916cb85bf3e2e6e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/header-portfolio.php\":{\"d\":1522431479,\"h\":\"78992bad5806ac32e45b6e78a229a659\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/style.css\":{\"d\":1522431479,\"h\":\"12913596ad365881cce51bc2562e1bcf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/functions.php\":{\"d\":1522431479,\"h\":\"f7bb17e40004d7221c80b650ca70769d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/searchform.php\":{\"d\":1522431479,\"h\":\"259c82c3a4cdfc79a6bc69817754d1cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/comments.php\":{\"d\":1522431479,\"h\":\"4165bf059b51a26e41458661af00eb44\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/changelog.txt\":{\"d\":1522431479,\"h\":\"572c9943d8a07b55ae9a938db30a0d22\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/index.php\":{\"d\":1522431479,\"h\":\"07e3af385a29d7cf552f6f196bbff37f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/header-single.php\":{\"d\":1522431479,\"h\":\"c4fe7a69e01b9d116d3741ffbfe17032\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/header-shop.php\":{\"d\":1522431479,\"h\":\"15e284822ae708925f3e2bfac0f47b54\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/search.php\":{\"d\":1522431479,\"h\":\"5f159e1c2148062c116c9b793f5912e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/sidebar-footer-4.php\":{\"d\":1522431479,\"h\":\"daef2c3670651208ea872ad2bc2aecf1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/brand\\/header.php\":{\"d\":1522431479,\"h\":\"b07a29b57f7da9ecb3016ac2cd714794\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/assets\\/js\\/jquery.scrollTo.js\":{\"d\":1557300688,\"h\":\"16fb1664ddebf663a909c51d40ad7914\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/assets\\/js\\/customize-preview.js\":{\"d\":1557300688,\"h\":\"2caf33b39a49cd70a6ac4bd531061d38\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/assets\\/js\\/global.js\":{\"d\":1557300688,\"h\":\"ebbcd62ce678e0337cafc1e2d66c0cda\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/assets\\/js\\/navigation.js\":{\"d\":1557300688,\"h\":\"a1b6700f33c6b26416732e62b04e173d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/assets\\/js\\/skip-link-focus-fix.js\":{\"d\":1557300688,\"h\":\"75abd4cd8807b312f9f7faeb77ee774b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/assets\\/js\\/html5.js\":{\"d\":1557300688,\"h\":\"5ee990907b315027da600eeeaee2e04b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/assets\\/js\\/customize-controls.js\":{\"d\":1557300688,\"h\":\"40b9f4e508e69c632a6874d4c70c8281\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/assets\\/css\\/blocks.css\":{\"d\":1557300688,\"h\":\"ba0c834a8479da973f6152865d49224e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/assets\\/css\\/ie9.css\":{\"d\":1557300688,\"h\":\"9ad681950eb4b5e2df5b59000ba6eecc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/assets\\/css\\/colors-dark.css\":{\"d\":1557300688,\"h\":\"671c059112d7d338228871a36d2aec57\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/assets\\/css\\/editor-style.css\":{\"d\":1557300688,\"h\":\"558efb3600b49e8a085ad0087924592a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/assets\\/css\\/editor-blocks.css\":{\"d\":1557300688,\"h\":\"86bf39383e1c463b4024bb73750c3598\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/assets\\/css\\/ie8.css\":{\"d\":1557300688,\"h\":\"852fbe6543c4516b911375d6437776f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/inc\\/back-compat.php\":{\"d\":1557300688,\"h\":\"83953f4acfd5f69d3e8059bc71294139\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/inc\\/color-patterns.php\":{\"d\":1557300688,\"h\":\"8f9b1e963e4b15bfad098b15ecac6bc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/inc\\/template-tags.php\":{\"d\":1557300688,\"h\":\"74eae681e9e16bffd0f91460902ebdb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/inc\\/custom-header.php\":{\"d\":1557300688,\"h\":\"d8e2d5ee956a9736ad1baa125ef6e16e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/inc\\/template-functions.php\":{\"d\":1557300688,\"h\":\"4d31ed4038a0fe784302c2f1cfbb3456\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/inc\\/customizer.php\":{\"d\":1557300688,\"h\":\"9f9cb996cdb8bfbe807258d134e9c575\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/inc\\/icon-functions.php\":{\"d\":1557300688,\"h\":\"d83b3490344f91249c90dd34403b2fe0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/template-parts\\/header\\/header-image.php\":{\"d\":1557300688,\"h\":\"9eff21753acfc64c1231f8a398168d95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/template-parts\\/header\\/site-branding.php\":{\"d\":1557300688,\"h\":\"c4dc050df31725463239c126d011f918\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/template-parts\\/footer\\/footer-widgets.php\":{\"d\":1557300688,\"h\":\"b3d6dadd7e560432993a013541592db4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/template-parts\\/footer\\/site-info.php\":{\"d\":1557300688,\"h\":\"ef203c49e5955eafbb3bc2f7d48da51f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/template-parts\\/page\\/content-front-page.php\":{\"d\":1557300688,\"h\":\"cc72b8c06ac04c8780e54733b4460eec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/template-parts\\/page\\/content-page.php\":{\"d\":1557300688,\"h\":\"c23e7c297d58395a0aa60edb793fa32b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/template-parts\\/page\\/content-front-page-panels.php\":{\"d\":1557300688,\"h\":\"04f22a86015b17c86112c2a62076b766\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/template-parts\\/post\\/content.php\":{\"d\":1557300688,\"h\":\"ec533a0262a30b880610b7b62f3b7ceb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/template-parts\\/post\\/content-excerpt.php\":{\"d\":1557300688,\"h\":\"39c9a2e3b2e3a1eebe3c40cf5915da05\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/template-parts\\/post\\/content-gallery.php\":{\"d\":1557300688,\"h\":\"595867d8004e6f71e7402b4ebf6e2bf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/template-parts\\/post\\/content-audio.php\":{\"d\":1557300688,\"h\":\"be1af79df6a2154918a2b3b02383ca73\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/template-parts\\/post\\/content-image.php\":{\"d\":1557300688,\"h\":\"7715e862dc4ed106f7d6b53db1ed8c34\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/template-parts\\/post\\/content-none.php\":{\"d\":1557300688,\"h\":\"5ce83be1a8c261bd1209794191d426a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/template-parts\\/post\\/content-video.php\":{\"d\":1557300688,\"h\":\"eb42af34eadc71cfbfe0e4384b02a185\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/template-parts\\/navigation\\/navigation-top.php\":{\"d\":1557300688,\"h\":\"c1409aedf60483886f06826d9164bd64\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/sidebar.php\":{\"d\":1557300688,\"h\":\"63f078e0285a9725e884708d343ec4c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/single.php\":{\"d\":1557300688,\"h\":\"855a7b193663bbce7601d0835ca9f42c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/404.php\":{\"d\":1557300688,\"h\":\"e0f2054f7841a98624318b262da97992\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/rtl.css\":{\"d\":1557300688,\"h\":\"8df32541d6856a5dd71e8565db19559b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/footer.php\":{\"d\":1557300688,\"h\":\"4064c1a8c39a5ef7cef3ac356f763cd9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/archive.php\":{\"d\":1557300688,\"h\":\"2a71c9db77280be83495594dea51392b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/page.php\":{\"d\":1557300688,\"h\":\"e0cb39c6247f2b9e0ca111871ed5fe76\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/style.css\":{\"d\":1557300688,\"h\":\"7fa85a54ce580c02fdba17823e44502d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/functions.php\":{\"d\":1557300688,\"h\":\"19e75531dc7c0dcb1934bb6bdd3cb603\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/searchform.php\":{\"d\":1557300688,\"h\":\"5c74441bf694f7c911a0c9f2ab95d439\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/comments.php\":{\"d\":1557300688,\"h\":\"b46d72c76e426f2f16b20d06635340fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/index.php\":{\"d\":1557300688,\"h\":\"b5b9dc56bb9f164331c594a2dd75677a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/search.php\":{\"d\":1557300688,\"h\":\"5610830f5e1e549c3cb2bcae07108eef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/README.txt\":{\"d\":1557300688,\"h\":\"a6a5352695ca217d2cc13903c76d1862\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/front-page.php\":{\"d\":1557300688,\"h\":\"8b28f2ccabbae3a0e794354587e27384\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/twentyseventeen\\/header.php\":{\"d\":1557300688,\"h\":\"70a174ba43b9807734a7eb8a8bcd576b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/js\\/jquery.superslides.js\":{\"d\":1556589626,\"h\":\"f36fc92269499847090b40e4e830e248\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/js\\/isotope.pkgd.js\":{\"d\":1556589626,\"h\":\"7a937f615bbc464ade9ab35a5b17e559\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/js\\/jquery.fitvids.js\":{\"d\":1556589626,\"h\":\"3d3a8c0cfb6264d7790fa45022d273a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/js\\/scripts.js\":{\"d\":1556589626,\"h\":\"29bdac5f4d2e374b45b25d317f2a34ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/js\\/main.js\":{\"d\":1556589626,\"h\":\"adcf4991c26788ba2e3688d97c4fb008\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/js\\/waypoints.js\":{\"d\":1556589626,\"h\":\"47b1f5211483d4b96ff6f5f4903c8451\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/js\\/skip-link-focus-fix.js\":{\"d\":1556589626,\"h\":\"2871bb21f0e709dc70a9bb45a6fdd199\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/js\\/jquery.countTo.js\":{\"d\":1556589626,\"h\":\"0f48c1b00e0bc4c33ed8aacfba285409\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/js\\/elementor.js\":{\"d\":1556589626,\"h\":\"c1edab4bbc0ea154fed3cf1c99d1a9a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/js\\/masonry-init.js\":{\"d\":1556589626,\"h\":\"a5e65945a8268337d8ef5daf887612b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/js\\/main.min.js\":{\"d\":1556589626,\"h\":\"37cf54e74aa23936431d381bf9468c85\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/js\\/customizer.js\":{\"d\":1556589626,\"h\":\"71cb3397f91ba5be8d2fba2afa94e613\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/js\\/customize-controls.js\":{\"d\":1556589626,\"h\":\"250357729abe53b44bdfdedcd9fc613a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/js\\/owl.carousel.js\":{\"d\":1556589626,\"h\":\"5b14510332ba541c4e2680fdbfd6e298\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/js\\/info-page.js\":{\"d\":1556589626,\"h\":\"84c447d825d0f2f64a89e5c506c3518f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/js\\/imagesloaded.pkgd.js\":{\"d\":1556589626,\"h\":\"1bae821b17da77617ed11df61fb91682\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/woocommerce\\/single-product\\/add-to-cart\\/simple.php\":{\"d\":1556589626,\"h\":\"816a2bfa3f2fb39a35f3c8dabcf55333\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/woocommerce\\/fonts\\/WooCommerce.ttf\":{\"d\":1556589626,\"h\":\"99dcd1f8ea13ab0166d8e3dc66f742a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/woocommerce\\/fonts\\/star.ttf\":{\"d\":1556589626,\"h\":\"6b78a34cea321205e5ee8a1b44b41a5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/woocommerce\\/fonts\\/star.eot\":{\"d\":1556589626,\"h\":\"5aba6f67f5a8e7baf9bc5a569824e2ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/woocommerce\\/fonts\\/star.woff\":{\"d\":1556589626,\"h\":\"335cbf607c55aa32fd06809d1f9eb127\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/woocommerce\\/fonts\\/WooCommerce.eot\":{\"d\":1556589626,\"h\":\"3ed4e9ad3e3262482f9716e452070d82\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/woocommerce\\/fonts\\/WooCommerce.woff\":{\"d\":1556589626,\"h\":\"c3f686075f11a41acd58169f0b9e0897\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/woocommerce\\/css\\/wc.css\":{\"d\":1556589626,\"h\":\"5d074d848738989c1f3680ccc0dbed94\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/page-templates\\/page_fullwidth.php\":{\"d\":1556589626,\"h\":\"45f7ce09f597d78ff21daf5045124486\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/page-templates\\/page_front-page.php\":{\"d\":1556589626,\"h\":\"963422dd95d2575fc14c366e1adf80cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/fonts\\/fontawesome-webfont.ttf\":{\"d\":1556589626,\"h\":\"b06871f281fee6b241d60582ae9369b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/fonts\\/font-awesome.min.css\":{\"d\":1556589626,\"h\":\"269550530cc127b6aa5a35925a7de6ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/fonts\\/FontAwesome.otf\":{\"d\":1556589626,\"h\":\"0d2717cd5d853e5c765ca032dfd41a4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/fonts\\/font-awesome.css\":{\"d\":1556589626,\"h\":\"c495654869785bc3df60216616814ad1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/fonts\\/fontawesome-webfont.woff2\":{\"d\":1556589626,\"h\":\"af7ae505a9eed503f8b8e6982036873e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/fonts\\/fontawesome-webfont.woff\":{\"d\":1556589626,\"h\":\"fee66e712a8a08eef5805a46892932ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/fonts\\/fontawesome-webfont.eot\":{\"d\":1556589626,\"h\":\"674f50d287a8c48dc19ba404d20fe713\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/widgets\\/fp-services-type-a.php\":{\"d\":1556589626,\"h\":\"4ddc50d0baa1d5b621471aedf143fc0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/widgets\\/contact-info.php\":{\"d\":1556589626,\"h\":\"685672cf07789cefdc0ccdf8ebd434a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/widgets\\/fp-social.php\":{\"d\":1556589626,\"h\":\"00b51ae3b76f8508a628c9c71941f34e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/widgets\\/fp-clients.php\":{\"d\":1556589626,\"h\":\"2f2a570242ee5e31c29e047c85da4655\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/widgets\\/fp-portfolio.php\":{\"d\":1556589626,\"h\":\"b7ddce80e5ba18e63da30e1831c1372a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/widgets\\/fp-list.php\":{\"d\":1556589626,\"h\":\"73dfea1ffdbf64eded80d6a6633dc6c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/widgets\\/fp-skills.php\":{\"d\":1556589626,\"h\":\"595a060c8aec913d684f0e534e1ef09a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/widgets\\/fp-facts.php\":{\"d\":1556589626,\"h\":\"fc4d4e92e4a5caaff379c769a4463bef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/widgets\\/video-widget.php\":{\"d\":1556589626,\"h\":\"7f082e3e9fd48beaa83164e70c9999c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/widgets\\/fp-call-to-action.php\":{\"d\":1556589626,\"h\":\"86b9521f924339d47687f34236cd81d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/widgets\\/fp-latest-news.php\":{\"d\":1556589626,\"h\":\"a4d58f0532056c9b1f16e1e4e7a6f073\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/widgets\\/fp-testimonials.php\":{\"d\":1556589626,\"h\":\"b04c26710267f6eb32d1a714de144830\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/widgets\\/fp-employees.php\":{\"d\":1556589626,\"h\":\"b06bd9915aa5e2d0b0f89e204bb8c8ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/widgets\\/fp-services-type-b.php\":{\"d\":1556589626,\"h\":\"29eeb81495b8729c66970f4ff356f22f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/post-templates\\/post_full.php\":{\"d\":1556589626,\"h\":\"4b46c065c5559793d99c2d2d74c43483\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/post-templates\\/post_nosidebar.php\":{\"d\":1556589626,\"h\":\"72f58081d641c3b7cc7defdd78d93ab8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/notices\\/persist-admin-notices-dismissal.php\":{\"d\":1556589626,\"h\":\"ab2d7748d168b71c11e82a718b281d22\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/notices\\/dismiss-notice.js\":{\"d\":1556589626,\"h\":\"da19137f94ed5696c60701553531f561\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/notices\\/README.md\":{\"d\":1556589626,\"h\":\"1fd3c822231a9fbb616da74f96cb337d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/notices\\/persistent.css\":{\"d\":1556589626,\"h\":\"b352f151040d669dffaf04733cb645b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/controls\\/control-checkbox-multiple.php\":{\"d\":1556589626,\"h\":\"1756834580d6803fc6ac33a545a0fddb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/upsell\\/class-customize.php\":{\"d\":1556589626,\"h\":\"83f07bdef50580bf424ae93005d99488\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/upsell\\/customize-controls.css\":{\"d\":1556589626,\"h\":\"62fd2c881a3a17540111ca681d238b1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/upsell\\/section-pro.php\":{\"d\":1556589626,\"h\":\"9e1b844a199abc490a66714f741922c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/upsell\\/customize-controls.js\":{\"d\":1556589626,\"h\":\"ec8d036fe98dcc0034073a0d6c4a4c52\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/styles.php\":{\"d\":1556589626,\"h\":\"d2c2e2222340aca74f595b4619711a27\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/page-builder.php\":{\"d\":1556589626,\"h\":\"9225ae530c5fbf5e5881439178b73cef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/extras.php\":{\"d\":1556589626,\"h\":\"19e65014254d4d618c389125191da194\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/jetpack.php\":{\"d\":1556589626,\"h\":\"b63772fe83d7d4f7d554f4c5e37a89cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/woocommerce.php\":{\"d\":1556589626,\"h\":\"bbf27a677b0df6ca2c5eba73df658e5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/template-tags.php\":{\"d\":1556589626,\"h\":\"211ab1a8ba08411809a4d62d098d6105\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/custom-header.php\":{\"d\":1556589626,\"h\":\"4c4ece0a5bf70ae715041c3e00f0c6ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/customizer.php\":{\"d\":1556589626,\"h\":\"06c602ad7e8f7e1d4e54db1477bee463\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/slider.php\":{\"d\":1556589626,\"h\":\"0132ba160867d60539eca7bae34438e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/theme-info.php\":{\"d\":1556589626,\"h\":\"52c5b1cd3bb64d44990e86d1d1404017\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/inc\\/editor.php\":{\"d\":1556589626,\"h\":\"06de972eb099268dbe0255ab3ff88d07\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/languages\\/sydney.pot\":{\"d\":1556589626,\"h\":\"844522edc97b287a639cdd93bd966276\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/plugins\\/class-tgm-plugin-activation.php\":{\"d\":1556589626,\"h\":\"fba4112c2bfcad13956de0bcf005a8b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/demo-content\\/setup.php\":{\"d\":1556589626,\"h\":\"146259dd683d45d496c3b9c0112b01d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/demo-content\\/demo-widgets.wie\":{\"d\":1556589626,\"h\":\"bd66e61453d7ea893fb415e413955b3e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/demo-content\\/demo-customizer.dat\":{\"d\":1556589626,\"h\":\"59195b4b0a166b31a7707caca3f545cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/demo-content\\/demo-content.xml\":{\"d\":1556589626,\"h\":\"ae49b6a0c01833ce7a3109762489d3c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/css\\/bootstrap\\/bootstrap-theme.css\":{\"d\":1556589626,\"h\":\"d3e0c459ceef137d65c39bbb0d172b81\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/css\\/bootstrap\\/bootstrap.min.css\":{\"d\":1556589626,\"h\":\"f1bd451a0572d1c2f304b211f368ab4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/css\\/bootstrap\\/bootstrap-theme.min.css\":{\"d\":1556589626,\"h\":\"d819aba892ecffb9cd101b59c6150c96\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/css\\/bootstrap\\/bootstrap.css\":{\"d\":1556589626,\"h\":\"172505359119aeb9eb67718467eb6e89\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/css\\/ie9.css\":{\"d\":1556589626,\"h\":\"1fdf2743fb6cfa87ddab93b98852d6de\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/css\\/info-page.css\":{\"d\":1556589626,\"h\":\"1d96ce4e5cc20c3b011f9bc848b4e8cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/sidebar.php\":{\"d\":1556589626,\"h\":\"5b4451c9e4b17a33b71a097080bb9671\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/readme.txt\":{\"d\":1556589626,\"h\":\"556beff3cf07969c547f4f51c1dfdfd3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/archive-services.php\":{\"d\":1556589626,\"h\":\"990a900deff538403c9b1f4df906f84a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/content.php\":{\"d\":1556589626,\"h\":\"b8fd1e377a91408ebfc23645e03530d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/single.php\":{\"d\":1556589626,\"h\":\"8335cb25dffdd1abebfbd83408d95af5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/content-single.php\":{\"d\":1556589626,\"h\":\"ab4b6d3c7b7b165a8dc6c5fb1e5b697b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/404.php\":{\"d\":1556589626,\"h\":\"96f23073acfc7208de136bc92e5806ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/content-page.php\":{\"d\":1556589626,\"h\":\"ea8d19288a6aeec1d36d0a4e7c790339\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/rtl.css\":{\"d\":1556589626,\"h\":\"6a5652868d38a7bf87738d6be38be78e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/footer.php\":{\"d\":1556589626,\"h\":\"d4b3f73693190bcd1f4ed2c17ad61ff5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/archive.php\":{\"d\":1556589626,\"h\":\"90fff1cf921c5d3652dc0589b271fdb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/page.php\":{\"d\":1556589626,\"h\":\"6c2b544479379ad9e17bbe5344d0412d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/sydney-gutenberg-editor-styles.css\":{\"d\":1556589626,\"h\":\"93590a005ad71edd5510b70fdcef88f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/style.css\":{\"d\":1556589626,\"h\":\"b8979579e4a39a886faf34ddc4782ecb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/functions.php\":{\"d\":1556589626,\"h\":\"2a8f361584115c1d692c4a321d5e9053\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/content-search.php\":{\"d\":1556589626,\"h\":\"bf9aaea8a19ce16dffecee090b4d1279\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/comments.php\":{\"d\":1556589626,\"h\":\"0956e1bc3dcf3b71f5d6d0107f502dc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/changelog.txt\":{\"d\":1556589626,\"h\":\"f3e165b44de87b0e6815ac5556870289\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/license.txt\":{\"d\":1556589626,\"h\":\"164e3289f2ef3936b66390f9ba0de56a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/index.php\":{\"d\":1556589626,\"h\":\"78dab098764d205868f3ebe39b94f96f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/search.php\":{\"d\":1556589626,\"h\":\"59333e91d7a150033566b84312c7c2c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/content-classic-alt.php\":{\"d\":1556589626,\"h\":\"21599cb214f1c7cd7a313c59bfc2c145\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/home.php\":{\"d\":1556589626,\"h\":\"8a1b09d28c3ac1769c9d12ecfe8af061\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/content-none.php\":{\"d\":1556589626,\"h\":\"6215d09c8e196a58dcbea04c0553aaa1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/sidebar-footer.php\":{\"d\":1556589626,\"h\":\"baf1ac228329d2ec2c2695d975adfa8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/archive-employees.php\":{\"d\":1556589626,\"h\":\"2c15569c11e838f8411030fd778f56d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/sydney\\/header.php\":{\"d\":1556589626,\"h\":\"fa3665269f5768ebe27f2ae7a92ed423\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/themes\\/index.php\":{\"d\":1501878831,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/js\\/gal-admin.js\":{\"d\":1509402976,\"h\":\"21bcc742ecdd6c5586d4f7f46ca588d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Http\\/REST.php\":{\"d\":1509402976,\"h\":\"047d3f64691ad55666ba9bd2d6c686be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Http\\/CacheParser.php\":{\"d\":1509402976,\"h\":\"5d8d8e03924a5ec8afcf60e11fda6f2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Http\\/Batch.php\":{\"d\":1509402976,\"h\":\"debcb1ad9bd940fc0ba5156d18c69ed8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Http\\/Request.php\":{\"d\":1509402976,\"h\":\"f686a471590c8e046e3fb36b6eef90da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Http\\/MediaFileUpload.php\":{\"d\":1509402976,\"h\":\"2fbbacf990969a6d118d7599925760bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Signer\\/P12.php\":{\"d\":1509402976,\"h\":\"fd30353ded9ce00a24caf7d0a0b60ad1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Signer\\/PEM.php\":{\"d\":1509402976,\"h\":\"36e0f39850d92e33b3ed72669e1024e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Signer\\/Abstract.php\":{\"d\":1509402976,\"h\":\"bb23b6d9c57de38118e0ae81a0133977\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Auth\\/Simple.php\":{\"d\":1509402976,\"h\":\"0148c7c8c04cfa84624b8798dc6a4e64\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Auth\\/Exception.php\":{\"d\":1509402976,\"h\":\"0f36b9f7963550d0f18780e06ed28857\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Auth\\/AppIdentity.php\":{\"d\":1509402976,\"h\":\"ca5ff1cc563f1458271fdfd8e002ed99\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Auth\\/AssertionCredentials.php\":{\"d\":1509402976,\"h\":\"01279580825f86a543b544ded1c58795\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Auth\\/Abstract.php\":{\"d\":1509402976,\"h\":\"95ae904fa5628d89ea5cc2f82709ed7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Auth\\/OAuth2.php\":{\"d\":1509402976,\"h\":\"163c3e212c48c54b00be1171cf31ffba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Auth\\/LoginTicket.php\":{\"d\":1509402976,\"h\":\"d313b1d4769fc66bbe272934a2d73653\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Logger\\/Exception.php\":{\"d\":1509402976,\"h\":\"d5f6fffb1fdb99f3dd43aa80fa5fe8c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Logger\\/Psr.php\":{\"d\":1509402976,\"h\":\"351975c10ad7ffe4585d4e771845345a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Logger\\/File.php\":{\"d\":1509402976,\"h\":\"daa74bb26c1399ba7d55ebba02e2b1bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Logger\\/Abstract.php\":{\"d\":1509402976,\"h\":\"1502f4f4bf3dbe6a45c498f571cdbf4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Logger\\/Null.php\":{\"d\":1509402976,\"h\":\"7618493bc0defaa8aaba3b29c23c4aa1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/IO\\/Exception.php\":{\"d\":1509402976,\"h\":\"db78a2d1826e2d0b704d656689943e56\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/IO\\/cacerts.pem\":{\"d\":1509402976,\"h\":\"a527b93e71b94759d99643641ff3b531\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/IO\\/Curl.php\":{\"d\":1509402976,\"h\":\"e21e2c9758b5cc5693ba725f0f026a04\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/IO\\/Stream.php\":{\"d\":1509402976,\"h\":\"7e79bf18271550fc8df2d277e1cb0d80\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/IO\\/DebugVersionOfCurl.php\":{\"d\":1509402976,\"h\":\"1064d18949f6d033cef1ddeb842f64a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/IO\\/Abstract.php\":{\"d\":1509402976,\"h\":\"f6f6f5ec774632d89a6f7d01dbac7cea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Verifier\\/Pem.php\":{\"d\":1509402976,\"h\":\"005e97b5390d0880c0153227033529c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Verifier\\/Abstract.php\":{\"d\":1509402976,\"h\":\"7f8b3d596f0a89e2e060aa1b3e2f947b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Cache\\/Exception.php\":{\"d\":1509402976,\"h\":\"b9fb564a98d8a63658ac28d5eed6569f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Cache\\/File.php\":{\"d\":1509402976,\"h\":\"61218509163980242f0217001e0b3052\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Cache\\/Memcache.php\":{\"d\":1509402976,\"h\":\"bac3c94ca0fda9a5f825131cebb5b1d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Cache\\/Apc.php\":{\"d\":1509402976,\"h\":\"29ad1d70db5ecabd78363a6c7065f820\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Cache\\/Abstract.php\":{\"d\":1509402976,\"h\":\"5f7430d31a16a158d43cb1cfa3e71155\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Cache\\/Null.php\":{\"d\":1509402976,\"h\":\"26d3562fa3c586b97c3e1158e846c31e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/TagManager.php\":{\"d\":1509402976,\"h\":\"010e87e6caa0f9d1620477adfed722fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Appsactivity.php\":{\"d\":1509402976,\"h\":\"d1714b301bea2a877dfca0e65013bb00\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Games.php\":{\"d\":1509402976,\"h\":\"fa00b2c3def93e5f026c93854bcc4a50\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Translate.php\":{\"d\":1509402976,\"h\":\"8f0b7458b6a537fe167ed84dbef23517\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Customsearch.php\":{\"d\":1509402976,\"h\":\"2fd7f4455af89a1074866db34adaa456\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Exception.php\":{\"d\":1509402976,\"h\":\"20231701507b35174d52ce9826359191\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Autoscaler.php\":{\"d\":1509402976,\"h\":\"db522ea7580a796c121128c693c721d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Webmasters.php\":{\"d\":1509402976,\"h\":\"09cdcf40c22be73d63bc192e08fc4ebd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/YouTubeAnalytics.php\":{\"d\":1509402976,\"h\":\"be7e0baeb9951bd561aaec28d097734e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Audit.php\":{\"d\":1509402976,\"h\":\"0688d1623386115e1634d4a53a808f68\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/ShoppingContent.php\":{\"d\":1509402976,\"h\":\"7c2832f7ac4fa89daa46888dc7bc0ccc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/AndroidPublisher.php\":{\"d\":1509402976,\"h\":\"82ac4bfdc80f41e84cf42dda11933c05\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Oauth2.php\":{\"d\":1509402976,\"h\":\"d576fb3400f863531ad168c524dbab11\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/DriveT.php\":{\"d\":1509402976,\"h\":\"ecfaef921262fd1cdbc88264a7aafa81\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Compute.php\":{\"d\":1509402976,\"h\":\"fe2af2b2d09a9ac3a64658503c7c5e1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Bigquery.php\":{\"d\":1509402976,\"h\":\"0435a192ead46263259054d26fc3805a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Analytics.php\":{\"d\":1509402976,\"h\":\"0340d4f633073b3608d67b62c513a287\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Container.php\":{\"d\":1509402976,\"h\":\"c40d087b297f9f3945607c35493a9f1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Drive.php\":{\"d\":1509402976,\"h\":\"116c797ba16cd327e94e6ccdca9d6fda\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Urlshortener.php\":{\"d\":1509402976,\"h\":\"98f9c9c1cd83fe0299996ebebeec9a6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/AppState.php\":{\"d\":1509402976,\"h\":\"1a98144f8068342008cb3be7319f34a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/SQLAdmin.php\":{\"d\":1509402976,\"h\":\"28f2385ccebb4851126cf39a1b503fb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Mirror.php\":{\"d\":1509402976,\"h\":\"fb43cf364a10f433d0ee31dcbabf3b8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Replicapoolupdater.php\":{\"d\":1509402976,\"h\":\"215adb2f2a5bd0c7bbee262e5c762a75\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Reports.php\":{\"d\":1509402976,\"h\":\"73ad1052b119a3b83b36401b11b0936f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Genomics.php\":{\"d\":1509402976,\"h\":\"be5995265d9134e6bf9c232e743c9fce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Prediction.php\":{\"d\":1509402976,\"h\":\"18805118095fa97428f2901ef3aa93d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Pubsub.php\":{\"d\":1509402976,\"h\":\"35c68729b3c983b66abafcbc083d221a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Spectrum.php\":{\"d\":1509402976,\"h\":\"0b09bb7851b2e0b64bad9783af1f6146\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/AdExchangeBuyer.php\":{\"d\":1509402976,\"h\":\"8497300057a52e202eb895eacc9eccbb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Fitness.php\":{\"d\":1509402976,\"h\":\"52fc45da5f32a1882936f4256665bfeb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Plus.php\":{\"d\":1509402976,\"h\":\"4f12a0266c6be23e2000cdca2e6b2be4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Dns.php\":{\"d\":1509402976,\"h\":\"f793e4c26c29fd633ca90ef0d768955c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Calendar.php\":{\"d\":1509402976,\"h\":\"a2ef459f9feb6f70680cfebd39f68ce8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Dfareporting.php\":{\"d\":1509402976,\"h\":\"d66b90499299a56cc2747400519122c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Pagespeedonline.php\":{\"d\":1509402976,\"h\":\"c1ff91485e0acc94b6cdf4902abb9cb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/QPXExpress.php\":{\"d\":1509402976,\"h\":\"0686a0f35c07d28148308750e12e4c61\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/CloudMonitoring.php\":{\"d\":1509402976,\"h\":\"8ff9253361326210a789c090fde0ced0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/MapsEngine.php\":{\"d\":1509402976,\"h\":\"9c53d822c2c71e90b641465bfcdb15f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Resource.php\":{\"d\":1509402976,\"h\":\"642719f65781ec5f2a1333d422bb2550\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Admin.php\":{\"d\":1509402976,\"h\":\"59b73c464f9d2d83a8ac6eb7dcc63322\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Manager.php\":{\"d\":1509402976,\"h\":\"cf9284dad0a81baf25a63b1fe709e2bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Coordinate.php\":{\"d\":1509402976,\"h\":\"4d4d9d00fe83d9fbf7599b10ae03783d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/PlusDomains.php\":{\"d\":1509402976,\"h\":\"0c96041b8f05e14a1d36b621ae9efef8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Storage.php\":{\"d\":1509402976,\"h\":\"8d0183659771d13f72e839d23499a0fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Reseller.php\":{\"d\":1509402976,\"h\":\"21006161e12d66d60562b2e87a141386\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Fusiontables.php\":{\"d\":1509402976,\"h\":\"1af9f6416e2b78cca91c082128087c86\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Doubleclicksearch.php\":{\"d\":1509402976,\"h\":\"423aade064803093ae252435bc6551bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Tasks.php\":{\"d\":1509402976,\"h\":\"efaf482cf27cce0d4e3413a4ee104a66\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Freebase.php\":{\"d\":1509402976,\"h\":\"aeffc8ee5f32f8991bc3ce9b0b126054\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Directory.php\":{\"d\":1509402976,\"h\":\"ab86ffb8fc4dcc8075b476f7809d7b9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/AdExchangeSeller.php\":{\"d\":1509402976,\"h\":\"7ea44930eaa924f71864322b11efeeb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Taskqueue.php\":{\"d\":1509402976,\"h\":\"f9d34bcd97d85edf65d36c8d66d69d9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Books.php\":{\"d\":1509402976,\"h\":\"05ba0c1da20ad02b572c37622456368e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Webfonts.php\":{\"d\":1509402976,\"h\":\"1d204097deb894db7c1ceae016eaa778\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Replicapool.php\":{\"d\":1509402976,\"h\":\"2446cd1d254795517d7bf2b54f95f308\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Blogger.php\":{\"d\":1509402976,\"h\":\"b05c7c88415490c3817dd5f2abc03027\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/AdSenseHost.php\":{\"d\":1509402976,\"h\":\"727e757fbd7479aee97b490dcfac1062\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/GamesManagement.php\":{\"d\":1509402976,\"h\":\"57877950bffd7e896a3c5f99a12b0d97\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Orkut.php\":{\"d\":1509402976,\"h\":\"58c367db6887cd11bbac810dd605fefc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Groupssettings.php\":{\"d\":1509402976,\"h\":\"3696294652e987e538549db0e5ae0716\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Licensing.php\":{\"d\":1509402976,\"h\":\"b8f38f28800fbb5f2b1576fdf440a979\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/SiteVerification.php\":{\"d\":1509402976,\"h\":\"2125a8cdc7dd12c7315cce8051ad0e06\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/DoubleClickBidManager.php\":{\"d\":1509402976,\"h\":\"1e5c5c2ef9f97ea3e59054ea0b438853\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/YouTube.php\":{\"d\":1509402976,\"h\":\"887a33083a828465053ad3bc7cf5795f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Gmail.php\":{\"d\":1509402976,\"h\":\"44e4e50ffff2057ec0f556e97e9feb79\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/CivicInfo.php\":{\"d\":1509402976,\"h\":\"8f18393567c1812e034bf8950b0cbc89\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Datastore.php\":{\"d\":1509402976,\"h\":\"2e4bf35df381f19f30279a43d91d8ea8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/AdSense.php\":{\"d\":1509402976,\"h\":\"e9f10aec63c33b9fc4e96c7ba8b30b1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/IdentityToolkit.php\":{\"d\":1509402976,\"h\":\"4476eed9f45caafa68b72042f076af07\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/GroupsMigration.php\":{\"d\":1509402976,\"h\":\"25b2bc98bb676a05feb791171506646c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service\\/Resourceviews.php\":{\"d\":1509402976,\"h\":\"c05b8a0b9bd890df78fbdce605db04ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Utils\\/URITemplate.php\":{\"d\":1509402976,\"h\":\"827257ea066d0180964aa923ad44bc7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Client.php\":{\"d\":1509402976,\"h\":\"264119fe5bbe5f512cf43f173be49f20\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Service.php\":{\"d\":1509402976,\"h\":\"2ed518f0335e28b0a18c75de050e91a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Exception.php\":{\"d\":1509402976,\"h\":\"0f7d4191130ee66942f73ed649e6bf4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Config.php\":{\"d\":1509402976,\"h\":\"53d99ce5b5bc7b9b558900235fe64d77\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Model.php\":{\"d\":1509402976,\"h\":\"83a80b38bc66600a86a9e1d12178be9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Utils.php\":{\"d\":1509402976,\"h\":\"f6e1dfbfda47632ab82222874f03e75a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/Google\\/Collection.php\":{\"d\":1509402976,\"h\":\"3f83a63b5dae9544b28cb0680fba4946\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/keyfile_uploader.php\":{\"d\":1509402976,\"h\":\"875007ffb3ea29c411893361efed0445\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/core_google_apps_login.php\":{\"d\":1509402976,\"h\":\"7ef00b7f918801d9724c34fa1713da79\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/core\\/service_account_upgrade.php\":{\"d\":1509402976,\"h\":\"829497999cd75b241bfa489af94a1c6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/lang\\/google-apps-login.pot\":{\"d\":1509402976,\"h\":\"3e11f3538bb62ba7db3034ccda36db77\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/css\\/gal-admin.css\":{\"d\":1509402976,\"h\":\"82d0ae0fc20f78e5d4f560d6dd3d2ce2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/readme.txt\":{\"d\":1509402976,\"h\":\"720337c9924a56e2a91998ffb00c7659\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/google_apps_login.php\":{\"d\":1509402976,\"h\":\"60c4081b81f837ade82b5c6acd0eef68\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-apps-login\\/autoload.php\":{\"d\":1509402976,\"h\":\"44568f8c148ca7581f2657e8359dba24\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/tabs\\/additional-information.php\":{\"d\":1565627849,\"h\":\"d951905aa5569f66c08426c3ca4a4116\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/tabs\\/tabs.php\":{\"d\":1565627849,\"h\":\"9e2cbe231905fc9433e75679ed4e264b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/tabs\\/description.php\":{\"d\":1565627849,\"h\":\"6dfb9ad05c93d3cad4b31dcc30840d4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/add-to-cart\\/external.php\":{\"d\":1565627849,\"h\":\"9bc9444e27b4d16177e06b6375ff6365\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/add-to-cart\\/simple.php\":{\"d\":1565627849,\"h\":\"9b85989946a15650dd4b39131789283b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/add-to-cart\\/variable.php\":{\"d\":1565627849,\"h\":\"32785e6a7f47d6018497fc13602467c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/add-to-cart\\/variation.php\":{\"d\":1565627849,\"h\":\"8ce591a887b13e8738722e6cdd289a4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/add-to-cart\\/variation-add-to-cart-button.php\":{\"d\":1565627849,\"h\":\"175ea38f2fd2f1f9adc8c713e79015eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/add-to-cart\\/grouped.php\":{\"d\":1565627849,\"h\":\"b872a946dae80f4c37cf744abd12309f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/product-image.php\":{\"d\":1565627849,\"h\":\"cf01bcbc3b6cf5410998275c1356f53b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/photoswipe.php\":{\"d\":1565627849,\"h\":\"1760646100918ec8225f997590c4b171\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/related.php\":{\"d\":1565627849,\"h\":\"81a6ea7808d82b4cf702c16f3538611b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/review-meta.php\":{\"d\":1565627849,\"h\":\"9e23fa19788e664ac120b851bd78bbf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/stock.php\":{\"d\":1565627849,\"h\":\"346661247d4d478c4774eab8fef5f82d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/rating.php\":{\"d\":1565627849,\"h\":\"8c96ee1a01dd04daf9bcc75820c33791\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/up-sells.php\":{\"d\":1565627849,\"h\":\"c6b25d113add3c8fe44f08061cca134d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/title.php\":{\"d\":1565627849,\"h\":\"3997de4d1337258c4062a425f7b48f2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/share.php\":{\"d\":1565627849,\"h\":\"70ed85ab0314c367ee56dd5870264a49\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/product-attributes.php\":{\"d\":1565627849,\"h\":\"cd684af5f1e618072dc06d3bad3a4f7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/short-description.php\":{\"d\":1565627849,\"h\":\"535e9939524ab25e454c43b4db795dc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/product-thumbnails.php\":{\"d\":1565627849,\"h\":\"dc8229d6ad5c10351a33272d07dcd851\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/sale-flash.php\":{\"d\":1565627849,\"h\":\"aa21a19f54c7f12ac2dabf2157d63c45\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/price.php\":{\"d\":1565627849,\"h\":\"360f3ca6210e8435774a543ebc5d3757\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/review-rating.php\":{\"d\":1565627849,\"h\":\"d820a4adcdc871d0d95ec9c559132847\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/review.php\":{\"d\":1565627849,\"h\":\"f8139d261b629dd8e993a80411b4a423\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product\\/meta.php\":{\"d\":1565627849,\"h\":\"7ac3d661a030322cdf46963507beecdf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/notices\\/error.php\":{\"d\":1565627849,\"h\":\"b92aaeee3c4235e528db7acf85af9305\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/notices\\/notice.php\":{\"d\":1565627849,\"h\":\"f16ebcedfca7c39cf1beb5f19ae7189a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/notices\\/success.php\":{\"d\":1565627849,\"h\":\"fd4de21cf5f03c1347eb9f8472175a5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/order\\/order-details-item.php\":{\"d\":1565627849,\"h\":\"8765d77021e4731111b14f2883612009\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/order\\/form-tracking.php\":{\"d\":1565627849,\"h\":\"15ca150fa7ef9acb8fcb2ad90ac90941\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/order\\/order-again.php\":{\"d\":1565627849,\"h\":\"9473537c1d0b399d30832689b3e16d20\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/order\\/order-details-customer.php\":{\"d\":1565627849,\"h\":\"f2f6af4d8e56bfcc512275141e263391\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/order\\/order-downloads.php\":{\"d\":1565627849,\"h\":\"fa1b36a95decfc906568e19fd93af7e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/order\\/order-details.php\":{\"d\":1565627849,\"h\":\"79e35e451bcea5c2504b6459a89afb9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/order\\/tracking.php\":{\"d\":1565627849,\"h\":\"eeeced9273a53ed2f05c9966d0dba657\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/checkout\\/form-pay.php\":{\"d\":1565627849,\"h\":\"7a139ba1537c3052b748f3b41750da79\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/checkout\\/terms.php\":{\"d\":1565627849,\"h\":\"3ae2f89f105dc743803bd76d3fc40f86\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/checkout\\/cart-errors.php\":{\"d\":1565627849,\"h\":\"657a5952abcc7ed62eca99d9c99cb29f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/checkout\\/payment-method.php\":{\"d\":1565627849,\"h\":\"d068ae6f70922c60b880ef4b28ce1974\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/checkout\\/form-shipping.php\":{\"d\":1565627849,\"h\":\"907b884890f31eeb984560fe702d9de9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/checkout\\/form-login.php\":{\"d\":1565627849,\"h\":\"c941872543ce83d30709faf2c438c097\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/checkout\\/form-billing.php\":{\"d\":1565627849,\"h\":\"4ec7082d7631ab221f2494c8acfe7eea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/checkout\\/form-coupon.php\":{\"d\":1565627849,\"h\":\"3988a8a8776bf1953113d420653c2bd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/checkout\\/payment.php\":{\"d\":1565627849,\"h\":\"c233ffae9aabbdcbba74db7b37e24cb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/checkout\\/review-order.php\":{\"d\":1565627849,\"h\":\"829a98c5ec2134aa5b8d68e1ba22c096\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/checkout\\/form-checkout.php\":{\"d\":1565627849,\"h\":\"f285939908ae6c1b4d617e8627adf862\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/checkout\\/order-receipt.php\":{\"d\":1565627849,\"h\":\"85a3c6b4dc63f3a87c03242ca07ba028\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/checkout\\/thankyou.php\":{\"d\":1565627849,\"h\":\"8878c127af782c8a482ed2e0c1e5e34e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/loop\\/orderby.php\":{\"d\":1565627849,\"h\":\"8e35cdd8ee5bfd10575c6be8a91d4c7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/loop\\/loop-end.php\":{\"d\":1565627849,\"h\":\"f0b39b0cd5822b928e9b14d89c3b22a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/loop\\/loop-start.php\":{\"d\":1565627849,\"h\":\"8615feb50d4bc57047bb3c63381d751a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/loop\\/pagination.php\":{\"d\":1565627849,\"h\":\"08e277a26beed4a662b203cfad5d4cea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/loop\\/rating.php\":{\"d\":1565627849,\"h\":\"c032e1716d5b3ae99c886184735fc2ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/loop\\/add-to-cart.php\":{\"d\":1565627849,\"h\":\"d455c69c754e69c2b69b8ce0a76bb6fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/loop\\/no-products-found.php\":{\"d\":1565627849,\"h\":\"e9a8cdbd4313bcd9e8156fe507778f48\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/loop\\/sale-flash.php\":{\"d\":1565627849,\"h\":\"9e731160b30d4202aa7761e1fec104ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/loop\\/price.php\":{\"d\":1565627849,\"h\":\"677f56302c43dba360a5dd76222e4afa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/loop\\/result-count.php\":{\"d\":1565627849,\"h\":\"2544039acd7c9ada8a5a4e93bcf1c632\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/myaccount\\/form-lost-password.php\":{\"d\":1565627849,\"h\":\"7f3687a14df01b2e585ea17d7911e2a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/myaccount\\/dashboard.php\":{\"d\":1565627849,\"h\":\"7982140fc71182266f7403edec84edb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/myaccount\\/my-downloads.php\":{\"d\":1565627849,\"h\":\"07ad38525b086b08d80251391bf88d63\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/myaccount\\/form-add-payment-method.php\":{\"d\":1565627849,\"h\":\"349f273f5e14f8f7a763a522af3ef66a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/myaccount\\/lost-password-confirmation.php\":{\"d\":1565627849,\"h\":\"45af01d8865818175cc83e506a940fe6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/myaccount\\/form-reset-password.php\":{\"d\":1565627849,\"h\":\"3fb4d6c75a2ba8c33a4d9ce918a581ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/myaccount\\/my-address.php\":{\"d\":1565627849,\"h\":\"31556faac88d74023469fd7ef7b3b0a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/myaccount\\/my-orders.php\":{\"d\":1565627849,\"h\":\"d5f1541e17e6e1427e253ae3e808d10a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/myaccount\\/form-edit-address.php\":{\"d\":1565627849,\"h\":\"ae14a02ea3f77a648410e9f6b2a2a0dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/myaccount\\/form-login.php\":{\"d\":1565627849,\"h\":\"b9c02c636650c1f22d70811afa500321\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/myaccount\\/navigation.php\":{\"d\":1565627849,\"h\":\"ef1da9ac5b6fd01a3e8c7df2e2c7a801\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/myaccount\\/payment-methods.php\":{\"d\":1565627849,\"h\":\"dfd73d35f0dfb08d8a3c24dcfe44e06d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/myaccount\\/my-account.php\":{\"d\":1565627849,\"h\":\"20c7fb3f4dc7d0066c09d0114dec6016\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/myaccount\\/form-edit-account.php\":{\"d\":1565627849,\"h\":\"2773d04407f0538b0d42af2bba578f70\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/myaccount\\/view-order.php\":{\"d\":1565627849,\"h\":\"89b4c93a7bcb1a791b7de3f7fa7924eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/myaccount\\/orders.php\":{\"d\":1565627849,\"h\":\"b21ff877057a5f2622a91859dc7c34b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/myaccount\\/downloads.php\":{\"d\":1565627849,\"h\":\"be6c2f5d4aca1efdd58d50687a498972\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/auth\\/footer.php\":{\"d\":1565627849,\"h\":\"a7612ba85a519ce0ea09d3f8def97830\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/auth\\/form-login.php\":{\"d\":1565627849,\"h\":\"05f394393b6ad75eb4e3de88eabad843\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/auth\\/form-grant-access.php\":{\"d\":1565627849,\"h\":\"8e5ac3bde2780333c43984cf87fc3d47\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/auth\\/header.php\":{\"d\":1565627849,\"h\":\"de7724a0a6680a1ff595d659c93a46a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/global\\/breadcrumb.php\":{\"d\":1565627849,\"h\":\"98f473ad11843ccb6bc6bb189d0c456b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/global\\/sidebar.php\":{\"d\":1565627849,\"h\":\"c3fc92cc13deddaccbfc0b3ec7504b5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/global\\/quantity-input.php\":{\"d\":1565627849,\"h\":\"0ef9761228d436eaf403eb9f58ee1a59\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/global\\/wrapper-end.php\":{\"d\":1565627849,\"h\":\"84985fb1e336a84d53102ff9be0ff80a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/global\\/form-login.php\":{\"d\":1565627849,\"h\":\"3dcf3233a60cdf1808840d4828c9536d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/global\\/wrapper-start.php\":{\"d\":1565627849,\"h\":\"b73c1bffcb513b0b50cd268ea3f0f230\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/plain\\/customer-invoice.php\":{\"d\":1565627849,\"h\":\"69713a93a482781c5e3a616b5eae1750\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/plain\\/email-customer-details.php\":{\"d\":1565627849,\"h\":\"5045bbd85f726a8d9301c12127a51cb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/plain\\/email-order-details.php\":{\"d\":1565627849,\"h\":\"27e5d3e34768f57c1842bb51a7170619\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/plain\\/customer-reset-password.php\":{\"d\":1565627849,\"h\":\"6129e76788af3e6f98986920a87d0958\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/plain\\/email-downloads.php\":{\"d\":1565627849,\"h\":\"35abf0ef5d80aae6729a66f71e09f2a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/plain\\/email-order-items.php\":{\"d\":1565627849,\"h\":\"a8f2552ef62e4e893a6407cbaa4e00b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/plain\\/customer-refunded-order.php\":{\"d\":1565627849,\"h\":\"736ae9f714d3f9cbbae3ebc976f781ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/plain\\/customer-completed-order.php\":{\"d\":1565627849,\"h\":\"4cd5de8f9a8ec7c9c69b96bda3314069\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/plain\\/admin-new-order.php\":{\"d\":1565627849,\"h\":\"183d738c7629041d8dddd445668e6498\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/plain\\/customer-on-hold-order.php\":{\"d\":1565627849,\"h\":\"652d22349db01de521aeee452cd96c5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/plain\\/admin-cancelled-order.php\":{\"d\":1565627849,\"h\":\"5943793de462e97a2a237054c7a632a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/plain\\/customer-new-account.php\":{\"d\":1565627849,\"h\":\"a916c20dd0b860db6aa0d51b58255e8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/plain\\/admin-failed-order.php\":{\"d\":1565627849,\"h\":\"4f52fb07e36c42a9740cf47d53b24402\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/plain\\/email-addresses.php\":{\"d\":1565627849,\"h\":\"a048330c6e4a1bb6f1cbdc04633c5f54\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/plain\\/customer-note.php\":{\"d\":1565627849,\"h\":\"aae7b9649737d0b471788477bcad3eca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/plain\\/customer-processing-order.php\":{\"d\":1565627849,\"h\":\"eb387bea1b01a72c79138856144e1d9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/customer-invoice.php\":{\"d\":1565627849,\"h\":\"b7bd850c0f064b2e99b2af8174b3eb68\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/email-customer-details.php\":{\"d\":1565627849,\"h\":\"128aa8e340744cda75e6c9d797724e61\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/email-order-details.php\":{\"d\":1565627849,\"h\":\"988b692b30632eabd7a508014060818b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/customer-reset-password.php\":{\"d\":1565627849,\"h\":\"dd6124442a35f1acd49afeda1bd02855\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/email-footer.php\":{\"d\":1565627849,\"h\":\"1705bc6aa4bd3a025a37c964fc1756f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/email-header.php\":{\"d\":1565627849,\"h\":\"c5439b1fea86f4f0d8a259345a47f067\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/email-downloads.php\":{\"d\":1565627849,\"h\":\"101dffc81784786ab9aa37a5603e3a08\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/email-order-items.php\":{\"d\":1565627849,\"h\":\"2738d3c29e1763e40b099f9b0708f6a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/customer-refunded-order.php\":{\"d\":1565627849,\"h\":\"92bdf14273a0961186a609f063d7edd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/customer-completed-order.php\":{\"d\":1565627849,\"h\":\"5e32c5b1f877907e78807c8698b215c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/admin-new-order.php\":{\"d\":1565627849,\"h\":\"9c8847bcfe6cb7b97bb4b1a295c9abd1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/customer-on-hold-order.php\":{\"d\":1565627849,\"h\":\"14ffd9287de00d2cbf9c65a9970ae4ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/admin-cancelled-order.php\":{\"d\":1565627849,\"h\":\"06021dae661a027556bd7c4c8c6b6549\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/customer-new-account.php\":{\"d\":1565627849,\"h\":\"cae28c1c7c055930767c44a5458a47ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/admin-failed-order.php\":{\"d\":1565627849,\"h\":\"187b049fa5c3c271e19ffa367b16c42f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/email-addresses.php\":{\"d\":1565627849,\"h\":\"520f24822086ae3e3779b47eb3e00163\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/customer-note.php\":{\"d\":1565627849,\"h\":\"42f413c54813e154ecc6b73fc159886a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/customer-processing-order.php\":{\"d\":1565627849,\"h\":\"e777758df3198f6012ec6372fdc4000b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/emails\\/email-styles.php\":{\"d\":1565627849,\"h\":\"cd2458c9b824a948b968cef1d343177d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/cart\\/cart-totals.php\":{\"d\":1565627849,\"h\":\"6e720fd800c22637824680900efecdb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/cart\\/cart-empty.php\":{\"d\":1565627849,\"h\":\"0dbf4fe2f0988062018c75f85f211439\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/cart\\/mini-cart.php\":{\"d\":1565627849,\"h\":\"7bb54d2010803712e4bcff9290d73553\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/cart\\/cart-shipping.php\":{\"d\":1565627849,\"h\":\"6ada17cc3e4a694f195490d06c729741\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/cart\\/proceed-to-checkout-button.php\":{\"d\":1565627849,\"h\":\"921a560e20bd077a8c7bd9bce871cfbb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/cart\\/shipping-calculator.php\":{\"d\":1565627849,\"h\":\"ec8642a25b0eb142e15e7fafcfc8d3e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/cart\\/cart.php\":{\"d\":1565627849,\"h\":\"5a1f598d33547b70ca8ed4572630b9d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/cart\\/cart-item-data.php\":{\"d\":1565627849,\"h\":\"ab4968e19eef42f90268f40aa8efeff7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/cart\\/cross-sells.php\":{\"d\":1565627849,\"h\":\"a88c0a293c2ccecd514fc58f910499fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/content-widget-reviews.php\":{\"d\":1565627849,\"h\":\"1e9173b89e82c8cde5241c99f9c4b8e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/product-searchform.php\":{\"d\":1565627849,\"h\":\"d6bdbf1cc32cd14f29c29474d21f7c65\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/content-product_cat.php\":{\"d\":1565627849,\"h\":\"280f0e0af9f4b779203c46b21fa49e99\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/content-product.php\":{\"d\":1565627849,\"h\":\"4073820d6490284dfccfc9c40f64f50b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product-reviews.php\":{\"d\":1565627849,\"h\":\"405cd26f885eedd40a758f611c888b4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/taxonomy-product_tag.php\":{\"d\":1565627849,\"h\":\"2ee8a432e343e24b3a5911b47a9bcca0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/single-product.php\":{\"d\":1565627849,\"h\":\"47df923ca3f19d7393311fb8b6093811\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/content-single-product.php\":{\"d\":1565627849,\"h\":\"741935d94fae9e57cfc458254eee7a19\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/taxonomy-product_cat.php\":{\"d\":1565627849,\"h\":\"aa6d19f0f63a75e03e5d7950fde290e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/archive-product.php\":{\"d\":1565627849,\"h\":\"27c49c4b38339d9f8810596e733d2f70\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/templates\\/content-widget-product.php\":{\"d\":1565627849,\"h\":\"08766fa48f63369b37f0077df4a47163\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/select2\\/select2.js\":{\"d\":1565627849,\"h\":\"b8f26dd6733ccc6263cb273e8f821dab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/select2\\/select2.min.js\":{\"d\":1565627849,\"h\":\"aba702215009d2d130a7bfc5c35cc73e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/select2\\/select2.full.min.js\":{\"d\":1565627849,\"h\":\"da607360bcc65284a197ada3d68d5439\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/select2\\/select2.full.js\":{\"d\":1565627849,\"h\":\"a95323cb476000ee17d7a252786df963\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/accounting\\/accounting.js\":{\"d\":1565627849,\"h\":\"3e7e03f2870b7abb29d4ffcbd14237fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/accounting\\/accounting.min.js\":{\"d\":1565627849,\"h\":\"728379ff0ccefe258b62f58ee0508155\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-serializejson\\/jquery.serializejson.min.js\":{\"d\":1565627849,\"h\":\"5390afd6d8c8cf2b971ab8325636d527\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-serializejson\\/jquery.serializejson.js\":{\"d\":1565627849,\"h\":\"7439ba4f2fee01f7d7ae24b4e7060d91\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/stupidtable\\/stupidtable.js\":{\"d\":1565627849,\"h\":\"06460f354e8b1cd6453f5663755fd882\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/stupidtable\\/stupidtable.min.js\":{\"d\":1565627849,\"h\":\"48918f097c8f0b28378e025339e2ce81\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/zeroclipboard\\/jquery.zeroclipboard.min.js\":{\"d\":1565627849,\"h\":\"f3a664aef893c8291a61aa4a11b6ad2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/zeroclipboard\\/jquery.zeroclipboard.js\":{\"d\":1565627849,\"h\":\"2fa1be2c5aaa27299d986823bbc926c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/zeroclipboard\\/ZeroClipboard.swf\":{\"d\":1565627849,\"h\":\"8b5c117b88fe37e32fd34a70fdf60026\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/wc-product-export.min.js\":{\"d\":1565627849,\"h\":\"74de8739e51e29dcf380aae1589676cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/product-ordering.js\":{\"d\":1565627849,\"h\":\"e372e61a9f9151acd7de5f745eeeee93\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/wc-product-export.js\":{\"d\":1565627849,\"h\":\"356409168d82c7dc2abf0248816246e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/reports.min.js\":{\"d\":1565627849,\"h\":\"cadb7e7589fafa8bc1d312ab099c695c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/woocommerce_admin.js\":{\"d\":1565627849,\"h\":\"6ed51e1d7fbbaa026d65b07051d78957\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/meta-boxes-product-variation.min.js\":{\"d\":1565627849,\"h\":\"10c789b84457a9fb337556218f7c96e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/meta-boxes-coupon.js\":{\"d\":1565627849,\"h\":\"949a7cf248a5b87d755444cf6e014e23\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/marketplace-suggestions.js\":{\"d\":1565627849,\"h\":\"048df4379c8711599814039c413b05f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/term-ordering.min.js\":{\"d\":1565627849,\"h\":\"00600a770635b70899001ac51a2b577d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/wc-clipboard.js\":{\"d\":1565627849,\"h\":\"f503919cb2d6b20031dd926888d17b84\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/meta-boxes.js\":{\"d\":1565627849,\"h\":\"b37c77bcc6b7ab3620abbbad78527efc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/product-ordering.min.js\":{\"d\":1565627849,\"h\":\"a1ebbaa420812477a46163ade935c243\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/wc-shipping-classes.min.js\":{\"d\":1565627849,\"h\":\"e4c050a3ef87475b90b7385f9ec80eae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/settings-views-html-settings-tax.js\":{\"d\":1565627849,\"h\":\"517974e9f414f1c109931354fb98a5e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/wc-clipboard.min.js\":{\"d\":1565627849,\"h\":\"71528e5e17c41a58634225c2072bc86b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/users.min.js\":{\"d\":1565627849,\"h\":\"4db5f943e4375a327ce97c7c584bdf8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/wc-shipping-classes.js\":{\"d\":1565627849,\"h\":\"2a20ff51573905d46bbbae933c824508\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/meta-boxes-coupon.min.js\":{\"d\":1565627849,\"h\":\"bbe47577246ed8713196d64976d1ac30\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/wc-setup.min.js\":{\"d\":1565627849,\"h\":\"76eb7e1703fe684febb279cdb8e40619\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/marketplace-suggestions.min.js\":{\"d\":1565627849,\"h\":\"70c946b28f62a64e59bc11450ef19cc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/wc-orders.js\":{\"d\":1565627849,\"h\":\"5e3926bd12d84e796392242e8e5bc6ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/wc-enhanced-select.js\":{\"d\":1565627849,\"h\":\"356cb4ccdb9a0d6c547a96678dded28b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/api-keys.js\":{\"d\":1565627849,\"h\":\"0cef9a0f2f5605d48d7b0d5cf8c77d78\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/woocommerce_admin.min.js\":{\"d\":1565627849,\"h\":\"13efa99f6349c447c408ff84586be633\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/backbone-modal.min.js\":{\"d\":1565627849,\"h\":\"3a0a5e0caf50d044c4dfafbfe18a1dc5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/wc-orders.min.js\":{\"d\":1565627849,\"h\":\"88915f0bc9170940b2445383a2291bca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/settings.js\":{\"d\":1565627849,\"h\":\"338984f6cf662d9579145f0a6dde635f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/meta-boxes.min.js\":{\"d\":1565627849,\"h\":\"111e2aa3717378e538f2ba2a04b51ed3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/system-status.js\":{\"d\":1565627849,\"h\":\"befb20cda2f38df1eb806f3d870e3809\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/wc-enhanced-select.min.js\":{\"d\":1565627849,\"h\":\"54a4537589097ca38a6ae6c7f501539a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/wc-product-import.min.js\":{\"d\":1565627849,\"h\":\"35f9a999ff223512cbeaa28ec0865323\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/wc-shipping-zone-methods.js\":{\"d\":1565627849,\"h\":\"0cd5cd887d2ffc8533fee3e45bda9149\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/term-ordering.js\":{\"d\":1565627849,\"h\":\"cb75b3a0d4a4148e514706ff239f10e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/network-orders.js\":{\"d\":1565627849,\"h\":\"c60d98e38ae3f460a4540a5103066ce4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/backbone-modal.js\":{\"d\":1565627849,\"h\":\"95fe378ab6dc8b04cfe99aa7f293fe61\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/wc-shipping-zone-methods.min.js\":{\"d\":1565627849,\"h\":\"b5a80ec10e162e0a508008901bbf9150\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/network-orders.min.js\":{\"d\":1565627849,\"h\":\"10068339f8f035403d397487d087f3e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/users.js\":{\"d\":1565627849,\"h\":\"3041b05fe596db2464b7a09e3b70cf5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/quick-edit.min.js\":{\"d\":1565627849,\"h\":\"0fad11272bf006a577790f45131f5fb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/reports.js\":{\"d\":1565627849,\"h\":\"e4d4b7e8f609d8bedbba6f65283d41f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/wc-shipping-zones.min.js\":{\"d\":1565627849,\"h\":\"336d045fec22b8d761e5e8d76c7351fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/wc-shipping-zones.js\":{\"d\":1565627849,\"h\":\"628954761c1147af186cd0cad36c661c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/meta-boxes-product.min.js\":{\"d\":1565627849,\"h\":\"0f520fa282621aebf7f21585a55c6e02\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/api-keys.min.js\":{\"d\":1565627849,\"h\":\"ab21995c07baebc620dd35474cbcd448\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/meta-boxes-order.js\":{\"d\":1565627849,\"h\":\"e03b96bdb32d197ea48a1044408fb846\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/meta-boxes-product.js\":{\"d\":1565627849,\"h\":\"e48954ef0d91c3902bed60207cd43fc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/meta-boxes-product-variation.js\":{\"d\":1565627849,\"h\":\"718beb812ae3887597c38d4b3d67a5b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/wc-product-import.js\":{\"d\":1565627849,\"h\":\"60f9b4453922ef931a64c49479a6c604\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/wc-setup.js\":{\"d\":1565627849,\"h\":\"6abfc08b68e73e9e711d5f0f90b1d827\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/settings-views-html-settings-tax.min.js\":{\"d\":1565627849,\"h\":\"468d5b53d7ef7b08684f381530d4d8bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/system-status.min.js\":{\"d\":1565627849,\"h\":\"1a0df2b854900927a97971aebf64564c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/quick-edit.js\":{\"d\":1565627849,\"h\":\"d52975ea85f0cab40978d766032eb1db\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/settings.min.js\":{\"d\":1565627849,\"h\":\"55f1b540fb64294e58ae0e6e5ec2bc16\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/admin\\/meta-boxes-order.min.js\":{\"d\":1565627849,\"h\":\"a559663e0102ce6b93bccf7a557be759\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/js-cookie\\/js.cookie.min.js\":{\"d\":1565627849,\"h\":\"943f6eb962c25bd965e0f0e5a284fcd0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/js-cookie\\/js.cookie.js\":{\"d\":1565627849,\"h\":\"6e9eb1f53afb135aedaf90739c867738\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-qrcode\\/jquery.qrcode.js\":{\"d\":1565627849,\"h\":\"1972ff4bbb9a9847e9a3016adef9b440\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-qrcode\\/jquery.qrcode.min.js\":{\"d\":1565627849,\"h\":\"9926f012edef3455681c5a09e11a5655\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-cookie\\/jquery.cookie.min.js\":{\"d\":1565627849,\"h\":\"9681bc3fe75b636aae5a43d65e900562\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-cookie\\/jquery.cookie.js\":{\"d\":1565627849,\"h\":\"19c1792f2450cad33de3544df3b706bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/prettyPhoto\\/jquery.prettyPhoto.init.min.js\":{\"d\":1565627849,\"h\":\"9fabb11fafe85e8d9c20c45f82b23d9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/prettyPhoto\\/jquery.prettyPhoto.min.js\":{\"d\":1565627849,\"h\":\"e2335332e53dd86db3fb0c9fc25457af\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/prettyPhoto\\/jquery.prettyPhoto.init.js\":{\"d\":1565627849,\"h\":\"cf0751fd2386e4d54eea9fec1973e1fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/prettyPhoto\\/jquery.prettyPhoto.js\":{\"d\":1565627849,\"h\":\"c1f5e7bf82d2254e43cf13edcb386342\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-payment\\/jquery.payment.min.js\":{\"d\":1565627849,\"h\":\"09d7187ad8f96b04524d1973028469b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-payment\\/jquery.payment.js\":{\"d\":1565627849,\"h\":\"f12d1836c5bcadb483919f4365a9d0fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-flot\\/jquery.flot.time.min.js\":{\"d\":1565627849,\"h\":\"6cc24bbaa9aa098ef3f97f0340034575\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-flot\\/jquery.flot.time.js\":{\"d\":1565627849,\"h\":\"5744f9f3abeda8979635f87a1c892949\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-flot\\/jquery.flot.stack.js\":{\"d\":1565627849,\"h\":\"353a07c7a1060e3015872d1e3c4211fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-flot\\/jquery.flot.min.js\":{\"d\":1565627849,\"h\":\"c040749dce8e9b7d0f2387ec11e9c249\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-flot\\/jquery.flot.js\":{\"d\":1565627849,\"h\":\"35da51dbfed52e2f12ba3a0a832cd1dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-flot\\/jquery.flot.pie.min.js\":{\"d\":1565627849,\"h\":\"441578cf12309d5d1504f4dd4e9f7ba3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-flot\\/jquery.flot.resize.js\":{\"d\":1565627849,\"h\":\"db13d00b66e6af44559f19aadb24d4e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-flot\\/jquery.flot.pie.js\":{\"d\":1565627849,\"h\":\"849eb5e8867a3b35b946644ddfc9acac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-flot\\/jquery.flot.resize.min.js\":{\"d\":1565627849,\"h\":\"d3c18bb249e347f031423c9ad19916c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-flot\\/jquery.flot.stack.min.js\":{\"d\":1565627849,\"h\":\"d16873faeb1901b909a9384aeb4468c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/selectWoo\\/selectWoo.js\":{\"d\":1565627849,\"h\":\"75c037ee5f3d00347a6bbf65b8ecb9ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/selectWoo\\/selectWoo.full.min.js\":{\"d\":1565627849,\"h\":\"acbc6ebd1605a58921be277bcd93811a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/selectWoo\\/selectWoo.full.js\":{\"d\":1565627849,\"h\":\"c64c464c27534331c5a28cd029d80186\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/selectWoo\\/selectWoo.min.js\":{\"d\":1565627849,\"h\":\"531228fb687e871c71c4f537beb01b72\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-tiptip\\/jquery.tipTip.min.js\":{\"d\":1565627849,\"h\":\"a9b13149614b21e699e0ed02fd2a32ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-tiptip\\/jquery.tipTip.js\":{\"d\":1565627849,\"h\":\"65c54bcf5b1896a9753dac741676338b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/zoom\\/jquery.zoom.js\":{\"d\":1565627849,\"h\":\"2e176173f69ae6c5d79c22616ce194f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/zoom\\/jquery.zoom.min.js\":{\"d\":1565627849,\"h\":\"1b9abba888c1026bfb1172b02e46119e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/flexslider\\/jquery.flexslider.js\":{\"d\":1565627849,\"h\":\"967e0ed981b3e0173279fb9917825768\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/flexslider\\/jquery.flexslider.min.js\":{\"d\":1565627849,\"h\":\"1d1c3a543e81800edba04e6d940a538c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/round\\/round.min.js\":{\"d\":1565627849,\"h\":\"46040bd38dfafef7ecd2867b10579335\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/round\\/round.js\":{\"d\":1565627849,\"h\":\"62fd4cf01cc5a85a48d9fe2bb76ade5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-blockui\\/jquery.blockUI.min.js\":{\"d\":1565627849,\"h\":\"81b2be18696c4dfe620f7b6d0d75a566\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-blockui\\/jquery.blockUI.js\":{\"d\":1565627849,\"h\":\"ca031bd3fe5b9a88303446ec15e2e362\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/add-to-cart.js\":{\"d\":1565627849,\"h\":\"0a071ed1e6fb2dde5a54261daaa94736\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/credit-card-form.js\":{\"d\":1565627849,\"h\":\"10e7da7e05771b86ab689b01255c11a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/price-slider.min.js\":{\"d\":1565627849,\"h\":\"51baa095c1842695e5c2551c8ec14100\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/add-to-cart.min.js\":{\"d\":1565627849,\"h\":\"51826bf206887d13ab2e82a8a7245c64\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/password-strength-meter.min.js\":{\"d\":1565627849,\"h\":\"ab8adecd31a18574e33b3bba0a399d35\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/woocommerce.js\":{\"d\":1565627849,\"h\":\"e142b90e1895e38d42fa3acf01916bb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/geolocation.min.js\":{\"d\":1565627849,\"h\":\"06708abb15c30921831a62474606edc1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/cart.min.js\":{\"d\":1565627849,\"h\":\"d2555e9b66afa0d9bf27d7e49c09b361\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/add-to-cart-variation.js\":{\"d\":1565627849,\"h\":\"560f0c3db1e9cdefa4fccfe8a1a8bdde\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/address-i18n.min.js\":{\"d\":1565627849,\"h\":\"7aeff6372c75b29df6298ea7635808f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/single-product.min.js\":{\"d\":1565627849,\"h\":\"5fa7d4d3407bd89c1e800c9746aab522\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/country-select.min.js\":{\"d\":1565627849,\"h\":\"f4800e28e8f58b881c607f437f92e002\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/tokenization-form.js\":{\"d\":1565627849,\"h\":\"411db2ffe51c42414d49ce25a35fdf96\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/cart-fragments.js\":{\"d\":1565627849,\"h\":\"185081074021690802b7192eca3ebe08\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/geolocation.js\":{\"d\":1565627849,\"h\":\"15c15ebebf0d8da29bb715b7f9ce538c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/lost-password.min.js\":{\"d\":1565627849,\"h\":\"4a97130e784487d9919ce056947ff80a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/cart.js\":{\"d\":1565627849,\"h\":\"d7d75545f9bf2112ab027a5f0d29120d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/checkout.js\":{\"d\":1565627849,\"h\":\"b52624d206ed4cc3bdc73b63ab70553e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/country-select.js\":{\"d\":1565627849,\"h\":\"e5869b174ec5a29f022df43cac331ef2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/woocommerce.min.js\":{\"d\":1565627849,\"h\":\"62d74cdae2313ee0313fb5d5db43929a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/checkout.min.js\":{\"d\":1565627849,\"h\":\"fa94417653e106c6dedb7b17e7a3be98\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/tokenization-form.min.js\":{\"d\":1565627849,\"h\":\"2f2d689ec2573154b447e3280bc33720\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/password-strength-meter.js\":{\"d\":1565627849,\"h\":\"8b759e21e75eca25d493f73a9cd70ac2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/credit-card-form.min.js\":{\"d\":1565627849,\"h\":\"000c29465036fd3d916e4cbce1eba731\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/cart-fragments.min.js\":{\"d\":1565627849,\"h\":\"3518c9cf4786d55c48e6b318cdf3c8de\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/price-slider.js\":{\"d\":1565627849,\"h\":\"ff5cb472f00e5b6241f8ae4f5206bbda\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/add-payment-method.js\":{\"d\":1565627849,\"h\":\"7473a382a54371b3354d922299637eb9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/add-payment-method.min.js\":{\"d\":1565627849,\"h\":\"a2489a50164dc3fe4d8ad897af5ec610\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/add-to-cart-variation.min.js\":{\"d\":1565627849,\"h\":\"49c81a430925eaf5fb1457dafcd606fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/single-product.js\":{\"d\":1565627849,\"h\":\"46546fbca87450626ce6fa899d526450\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/lost-password.js\":{\"d\":1565627849,\"h\":\"d80048ae595bc25fc8d6c4f9669eb29c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/frontend\\/address-i18n.js\":{\"d\":1565627849,\"h\":\"704574e04fb370dce4d044c496bae676\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/photoswipe\\/photoswipe-ui-default.js\":{\"d\":1565627849,\"h\":\"a0fae0ed4c6485077fedcf6ede78f605\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/photoswipe\\/photoswipe-ui-default.min.js\":{\"d\":1565627849,\"h\":\"d067f0883540b1ddda0e2c9ad1b14260\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/photoswipe\\/photoswipe.min.js\":{\"d\":1565627849,\"h\":\"017385b552f7e0d979e2e2fe6f324015\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/photoswipe\\/photoswipe.js\":{\"d\":1565627849,\"h\":\"420ab7fae1b2d90674526856c5386d89\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-ui-touch-punch\\/jquery-ui-touch-punch.js\":{\"d\":1565627849,\"h\":\"594c7fa31e788c18fd6bac62d2824bac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/js\\/jquery-ui-touch-punch\\/jquery-ui-touch-punch.min.js\":{\"d\":1565627849,\"h\":\"4f54b3ce32d837a72cc5f1348720026e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/fonts\\/WooCommerce.ttf\":{\"d\":1565627849,\"h\":\"88d94391c7d0b11d54a46fbff449b98f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/fonts\\/star.ttf\":{\"d\":1565627849,\"h\":\"6b78a34cea321205e5ee8a1b44b41a5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/fonts\\/star.eot\":{\"d\":1565627849,\"h\":\"5aba6f67f5a8e7baf9bc5a569824e2ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/fonts\\/star.woff\":{\"d\":1565627849,\"h\":\"335cbf607c55aa32fd06809d1f9eb127\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/fonts\\/WooCommerce.eot\":{\"d\":1565627849,\"h\":\"37499c01879113d013b3f6179700ce69\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/fonts\\/WooCommerce.woff\":{\"d\":1565627849,\"h\":\"a675793d69f4eec5a3825bfc2da67287\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/jquery-ui\\/jquery-ui-rtl.css\":{\"d\":1565627849,\"h\":\"717c67e8aeaf3dfe286dd503866954b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/jquery-ui\\/jquery-ui.css\":{\"d\":1565627849,\"h\":\"3865be1b0919086521e046ff16b3429b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/jquery-ui\\/jquery-ui.min.css\":{\"d\":1565627849,\"h\":\"676104b17a44be6a4d99096cb8fddce7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/photoswipe\\/default-skin\\/default-skin.css\":{\"d\":1565627849,\"h\":\"1ce09d402b4c3aee84ed6299f793cd21\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/photoswipe\\/photoswipe.css\":{\"d\":1565627849,\"h\":\"a78e12d3a036307b9ef08fc063278e02\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/marketplace-suggestions.css\":{\"d\":1565627849,\"h\":\"9993d2efb619cd21c4b2c43624172939\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/network-order-widget-rtl.css\":{\"d\":1565627849,\"h\":\"8194320003a6d4039cfc1df75e9ce15f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/woocommerce-layout.scss\":{\"d\":1565627849,\"h\":\"d14f78880fa80e27817912e624896fa0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/twenty-nineteen.scss\":{\"d\":1565627849,\"h\":\"f115dc29fbc31b4c0ee3b830e9f4c912\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/helper.scss\":{\"d\":1565627849,\"h\":\"ac0a55e8bd1f9c4832908bafb6d03989\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/auth.css\":{\"d\":1565627849,\"h\":\"978aa0307f59877be0cfdb42b7722cf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/woocommerce-rtl.css\":{\"d\":1565627849,\"h\":\"936eb11371fddd863b1a6e0ccc3fd3e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/reports-print.css\":{\"d\":1565627849,\"h\":\"574475139f9f75b8f7e896407e367976\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/woocommerce-smallscreen.scss\":{\"d\":1565627849,\"h\":\"1d45a84b1dd1434a21e25ff46d78973c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/helper-rtl.css\":{\"d\":1565627849,\"h\":\"9265e0ef0d570053eb3f6f8419dc78f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/helper.css\":{\"d\":1565627849,\"h\":\"b3ff14f96d54df40359ea95d79ded964\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/dashboard.css\":{\"d\":1565627849,\"h\":\"545b7eac35a3af400cc99d83c7cfac5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/woocommerce-smallscreen-rtl.css\":{\"d\":1565627849,\"h\":\"9c438bd310f1cddcd623b9684a6af541\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/menu-rtl.css\":{\"d\":1565627849,\"h\":\"6387018cd08a0bd2fa66f57df866285f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/_variables.scss\":{\"d\":1565627849,\"h\":\"633aac37b88f6f0f78dfca48d600c134\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/reports-print.scss\":{\"d\":1565627849,\"h\":\"a1883d7b8cf5d47976265050c06d0ee9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/_fonts.scss\":{\"d\":1565627849,\"h\":\"ec8ff24153b6b7a3d89419f89d2bfb8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/activation.css\":{\"d\":1565627849,\"h\":\"5126623ecbafc527ab7740c09cc62b59\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/wc-setup.scss\":{\"d\":1565627849,\"h\":\"75c01b5a32385890d0c713b2674d5952\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/activation.scss\":{\"d\":1565627849,\"h\":\"7fd534f2cd60d5baf7865630e289061d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/admin.scss\":{\"d\":1565627849,\"h\":\"266050a6e74faec63a9192685d4e048c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/woocommerce.scss\":{\"d\":1565627849,\"h\":\"397653b662595332842dc68e6a64b246\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/menu.css\":{\"d\":1565627849,\"h\":\"d57c1f85c9504123bcbaff17d68a6301\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/woocommerce-layout.css\":{\"d\":1565627849,\"h\":\"89656ed6fb2e45c6049482e121fc2d88\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/network-order-widget.css\":{\"d\":1565627849,\"h\":\"8194320003a6d4039cfc1df75e9ce15f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/_animation.scss\":{\"d\":1565627849,\"h\":\"32212e50c936df586b1bd3d9f0496a52\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/admin.css\":{\"d\":1565627849,\"h\":\"4b2f0d354b02425c7eec9281d4bd8ff7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/marketplace-suggestions.scss\":{\"d\":1565627849,\"h\":\"d96c35bf50ccad00da850104615556be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/dashboard-rtl.css\":{\"d\":1565627849,\"h\":\"93c5c575630ca75adf52977b047f7912\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/dashboard.scss\":{\"d\":1565627849,\"h\":\"28fd6cbceecb5d743438d41d2fd18384\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/reports-print-rtl.css\":{\"d\":1565627849,\"h\":\"27e9d56e5b3d073ec8a130baa4bc8da5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/_mixins.scss\":{\"d\":1565627849,\"h\":\"fa75bf26225d043c641f5483aa9d07ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/wc-setup-rtl.css\":{\"d\":1565627849,\"h\":\"6b508f8da7d736600f41245398c0f08c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/menu.scss\":{\"d\":1565627849,\"h\":\"4302d929e28ab25499dfe83eeebae88c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/wc-setup.css\":{\"d\":1565627849,\"h\":\"8a007b13569b16e6cf181cad7736ab2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/select2.scss\":{\"d\":1565627849,\"h\":\"fe0779e30ac3cf814611ee9b440b7990\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/twenty-nineteen.css\":{\"d\":1565627849,\"h\":\"8d8c27e8a5e2c60328f9fca59d7d1403\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/marketplace-suggestions-rtl.css\":{\"d\":1565627849,\"h\":\"a29f49280aea4ac501e903532aaf23d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/admin-rtl.css\":{\"d\":1565627849,\"h\":\"89ed8b7972a388b84831cdd8eda61001\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/prettyPhoto.css\":{\"d\":1565627849,\"h\":\"2151f6abfde142cc09ec939cfcabbf1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/auth-rtl.css\":{\"d\":1565627849,\"h\":\"dc7757b32bbc4631e2740242fcd0ba3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/select2.css\":{\"d\":1565627849,\"h\":\"33f8dc5b33c6978a7eb75f82f956e563\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/network-order-widget.scss\":{\"d\":1565627849,\"h\":\"af743bc340f23b4655d572ea999a9ef8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/twenty-seventeen.css\":{\"d\":1565627849,\"h\":\"721bf602e6551a849e3fff8cdb6f73b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/twenty-seventeen.scss\":{\"d\":1565627849,\"h\":\"c9c9d7c77e946d06b4e2845aa680c036\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/twenty-nineteen-rtl.css\":{\"d\":1565627849,\"h\":\"74375f56a9c9cd4e67c9e6852f69ba46\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/activation-rtl.css\":{\"d\":1565627849,\"h\":\"d2aed09461f34fb6df3b0fab6dede12d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/twenty-seventeen-rtl.css\":{\"d\":1565627849,\"h\":\"198fbc83c1a8d46392f2773a9c209c1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/woocommerce-layout-rtl.css\":{\"d\":1565627849,\"h\":\"eeb43a9b1b5587602aadcc02232656a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/prettyPhoto-rtl.css\":{\"d\":1565627849,\"h\":\"cd6188188c6df49236514e38fa125040\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/woocommerce.css\":{\"d\":1565627849,\"h\":\"549ffcee1bc0ec275ad400ad567dbed5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/auth.scss\":{\"d\":1565627849,\"h\":\"cf59b200a2acd8c0ad125276655e6587\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/prettyPhoto.scss\":{\"d\":1565627849,\"h\":\"443d12275506c745a8a576da263263d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/assets\\/css\\/woocommerce-smallscreen.css\":{\"d\":1565627849,\"h\":\"98f4e97f86b642bf082c65ae518ad010\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/geolite2\\/Reader\\/Decoder.php\":{\"d\":1565627849,\"h\":\"6ff9a9299dd715c8ec2cfe6abf62d1d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/geolite2\\/Reader\\/InvalidDatabaseException.php\":{\"d\":1565627849,\"h\":\"30a5d8369ea2012e747ac1e59f78c76f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/geolite2\\/Reader\\/Metadata.php\":{\"d\":1565627849,\"h\":\"9a5a3cba86e689c77b0e7e47e1a26628\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/geolite2\\/Reader\\/Util.php\":{\"d\":1565627849,\"h\":\"67c42bf8daa9c064deddac400cadf3fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/geolite2\\/Reader.php\":{\"d\":1565627849,\"h\":\"397e95ff62e0e5ca74501a4465af7c5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_IntervalSchedule.php\":{\"d\":1565627849,\"h\":\"b60eb7dc917f62b939740372584640ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_NullLogEntry.php\":{\"d\":1565627849,\"h\":\"3462f8814256ae4e950f2d602496a11d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_Abstract_QueueRunner.php\":{\"d\":1565627849,\"h\":\"7998ba65a9ec66ba24e48c6f6764d5a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_wpPostStore_PostStatusRegistrar.php\":{\"d\":1565627849,\"h\":\"b536fd4d4f3cf2d399e38d5278fc7424\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_wpPostStore.php\":{\"d\":1565627849,\"h\":\"8d95985da37784f02ab21590a5cde56a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_ActionClaim.php\":{\"d\":1565627849,\"h\":\"b702653c6994fe80595e93e430aa5926\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_Abstract_ListTable.php\":{\"d\":1565627849,\"h\":\"bf9d291c3649009c391729806f1bc2f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_WPCLI_QueueRunner.php\":{\"d\":1565627849,\"h\":\"b7b246b34c13e0ce11f63cf968fe17b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_CanceledAction.php\":{\"d\":1565627849,\"h\":\"8fa4afb33aa520c3f2f98f8d5a55db9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_wpPostStore_TaxonomyRegistrar.php\":{\"d\":1565627849,\"h\":\"880620f6cedc53d5e39c1ff1d243bf6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_wpPostStore_PostTypeRegistrar.php\":{\"d\":1565627849,\"h\":\"5957414a2bd257921c15a15e8507900b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_CronSchedule.php\":{\"d\":1565627849,\"h\":\"839d0db4158f442a44ae297513f6a593\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_NullSchedule.php\":{\"d\":1565627849,\"h\":\"64a1aae4b00acf1191ca81da78c40dfb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_FatalErrorMonitor.php\":{\"d\":1565627849,\"h\":\"3d9ef7f72cff2323e1b22edf216ffece\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_ActionFactory.php\":{\"d\":1565627849,\"h\":\"6f6782919b1bd2c0d6d7f50da108633a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_AdminView.php\":{\"d\":1565627849,\"h\":\"9441476fc59b4813cdcd6401caa22b8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_WPCLI_Scheduler_command.php\":{\"d\":1565627849,\"h\":\"39a74b29af61862ad3fa73309af59ef7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_Action.php\":{\"d\":1565627849,\"h\":\"b00d610fb6b90310e78cf1a3b2170e2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_FinishedAction.php\":{\"d\":1565627849,\"h\":\"96878321a064e7d4f5de1c74e7ebe984\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_Compatibility.php\":{\"d\":1565627849,\"h\":\"73b3c07f75a1b276e3f9e1762431fc38\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_LogEntry.php\":{\"d\":1565627849,\"h\":\"7c120f401b6deaccde7c58399b7039d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_wpCommentLogger.php\":{\"d\":1565627849,\"h\":\"eb9c7bd920b5b51d8c0e58ed9bf5b88b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_Versions.php\":{\"d\":1565627849,\"h\":\"9c5b260fc4a9fe8a1bfd252cdaa5e078\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler.php\":{\"d\":1565627849,\"h\":\"b2202c8ffb0c8555609fb2c61828c4ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_Exception.php\":{\"d\":1565627849,\"h\":\"5bfefaf70b6c84faa78abda86b93d6f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_QueueRunner.php\":{\"d\":1565627849,\"h\":\"a1cf0fa296beadd63c7fd70aa7d0fc76\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_TimezoneHelper.php\":{\"d\":1565627849,\"h\":\"ae5659dc3c9e8b941f53c17b6c93f431\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_Schedule.php\":{\"d\":1565627849,\"h\":\"a0ae76ee743b975ae3e30c4ed76dc4bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_NullAction.php\":{\"d\":1565627849,\"h\":\"b4fac88ef4d10f6557531d10dcf43ca2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_wcSystemStatus.php\":{\"d\":1565627849,\"h\":\"9e8b954c16dd537e9fdd6d52b221d495\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_InvalidActionException.php\":{\"d\":1565627849,\"h\":\"413eaf89103ce9cdc2d63c39329ef30a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_Store.php\":{\"d\":1565627849,\"h\":\"501fa975647da1025cac69c2f513962a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_SimpleSchedule.php\":{\"d\":1565627849,\"h\":\"0c0c9a49c72ce0d8eb3feaa1a91d952b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_Logger.php\":{\"d\":1565627849,\"h\":\"81d92dc80b6570ef9d35142787305c3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_QueueCleaner.php\":{\"d\":1565627849,\"h\":\"bc1a8fa1f4583cd3f5eec724289b575c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_ListTable.php\":{\"d\":1565627849,\"h\":\"b03c2d78da33e31b4a4ea638258a5897\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/classes\\/ActionScheduler_DateTime.php\":{\"d\":1565627849,\"h\":\"1d5ed246c71fe5dc2ae6d1c963ad969c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/deprecated\\/ActionScheduler_AdminView_Deprecated.php\":{\"d\":1565627849,\"h\":\"d2ed76e602a6a0b8be3f1014045f8d51\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/deprecated\\/functions.php\":{\"d\":1565627849,\"h\":\"8d42278bf7e698297b625cc8d1742100\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/deprecated\\/ActionScheduler_Abstract_QueueRunner_Deprecated.php\":{\"d\":1565627849,\"h\":\"22e1cde9b082677e2e44f7622306c0a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/lib\\/cron-expression\\/CronExpression_FieldInterface.php\":{\"d\":1565627849,\"h\":\"3bfbe747d44aafa7c0e2dd593370aecb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/lib\\/cron-expression\\/CronExpression_YearField.php\":{\"d\":1565627849,\"h\":\"df34440666f3df70ee54b68578f0b392\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/lib\\/cron-expression\\/CronExpression_AbstractField.php\":{\"d\":1565627849,\"h\":\"57c6581fe6fa76d3766c58ad38859ace\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/lib\\/cron-expression\\/CronExpression_DayOfMonthField.php\":{\"d\":1565627849,\"h\":\"198169d64ffcd48262bc741e1434d25c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/lib\\/cron-expression\\/CronExpression_MonthField.php\":{\"d\":1565627849,\"h\":\"c562fc24bddf20e97db05b84d1e8cef7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/lib\\/cron-expression\\/CronExpression_MinutesField.php\":{\"d\":1565627849,\"h\":\"066298116be1abe7a751bd0c32d3f6b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/lib\\/cron-expression\\/CronExpression_DayOfWeekField.php\":{\"d\":1565627849,\"h\":\"746c00cf65b0ef262e19640a66f0c467\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/lib\\/cron-expression\\/CronExpression.php\":{\"d\":1565627849,\"h\":\"a7da8127a2f768d52faa3b1bbf0dc0c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/lib\\/cron-expression\\/CronExpression_FieldFactory.php\":{\"d\":1565627849,\"h\":\"b7cbae8659f1aabb9bd2790a876e38f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/lib\\/cron-expression\\/CronExpression_HoursField.php\":{\"d\":1565627849,\"h\":\"d42f315cd035559fd6963f910cb3d3db\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/lib\\/cron-expression\\/LICENSE\":{\"d\":1565627849,\"h\":\"b070323e0fb8fc39cad2959f107bac2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/functions.php\":{\"d\":1565627849,\"h\":\"236282b9cdbe38151e9fbeaee2a59022\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/license.txt\":{\"d\":1565627849,\"h\":\"1ebbd3e34237af26da5dc08a4e440464\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/action-scheduler\\/action-scheduler.php\":{\"d\":1565627849,\"h\":\"d0ae82fbf2fa28e462c1d0a73757ce10\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/Emogrifier\\/HtmlProcessor\\/HtmlNormalizer.php\":{\"d\":1565627849,\"h\":\"3000fe96423c235bae94d545f0792bd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/Emogrifier\\/HtmlProcessor\\/CssToAttributeConverter.php\":{\"d\":1565627849,\"h\":\"fd70a1ea4db9722655f4c0080d057fdd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/Emogrifier\\/HtmlProcessor\\/AbstractHtmlProcessor.php\":{\"d\":1565627849,\"h\":\"f5a5cba0929e33b3b1b903f6d554fff4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/Emogrifier\\/CssInliner.php\":{\"d\":1565627849,\"h\":\"3e8e7964fe58bb9f4d70743993318bdc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/Emogrifier\\/CssConcatenator.php\":{\"d\":1565627849,\"h\":\"db670c176c4b75813358340fb0f2e562\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/class-wc-eval-math.php\":{\"d\":1565627849,\"h\":\"9ab225e1b74f992563f14de3bd0f20df\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/wp-async-request.php\":{\"d\":1565627849,\"h\":\"618c4a29d6e2489548b64eb8b1850aff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/wp-background-process.php\":{\"d\":1565627849,\"h\":\"3c5c2ad5cbc9f4f97ab522d2309fc69e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/libraries\\/class-emogrifier.php\":{\"d\":1565627849,\"h\":\"cfcc6f488ad5aaef3f0be88c44ac582d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/shortcodes\\/class-wc-shortcode-cart.php\":{\"d\":1565627849,\"h\":\"d5d7d8621cc2e0ec49da1315e334a604\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/shortcodes\\/class-wc-shortcode-checkout.php\":{\"d\":1565627849,\"h\":\"45ab23d3b675ad4bccac6b3759cc2663\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/shortcodes\\/class-wc-shortcode-my-account.php\":{\"d\":1565627849,\"h\":\"b9aeae932caf44afa39cff3fe8fbd078\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/shortcodes\\/class-wc-shortcode-products.php\":{\"d\":1565627849,\"h\":\"011d3b4e6cedc2419ac086bd74dae62d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/shortcodes\\/class-wc-shortcode-order-tracking.php\":{\"d\":1565627849,\"h\":\"3c6511e253ae3c94c7d7a15b2f6e8ed6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/import\\/class-wc-product-csv-importer.php\":{\"d\":1565627849,\"h\":\"59705d17eff0334fc12792d66aad09cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/import\\/abstract-wc-product-importer.php\":{\"d\":1565627849,\"h\":\"e04972d5a1f63a9dd6810b3690c846e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/payment-tokens\\/class-wc-payment-token-cc.php\":{\"d\":1565627849,\"h\":\"d3feaa27b7e06c2a9bceb10347ce3a64\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/payment-tokens\\/class-wc-payment-token-echeck.php\":{\"d\":1565627849,\"h\":\"66201f70e3f90bfe501d013ae5ffc8e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/gateways\\/cheque\\/class-wc-gateway-cheque.php\":{\"d\":1565627849,\"h\":\"69339c4aae435d11151c20f2994261dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/gateways\\/bacs\\/class-wc-gateway-bacs.php\":{\"d\":1565627849,\"h\":\"d44c083ae2c368832cc96d52695df4e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/gateways\\/cod\\/class-wc-gateway-cod.php\":{\"d\":1565627849,\"h\":\"9178738eeb1a39f34cf5f1dbf657593a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/gateways\\/paypal\\/assets\\/js\\/paypal-admin.js\":{\"d\":1565627849,\"h\":\"0ac0392522f9bdde82061303e56bd589\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/gateways\\/paypal\\/assets\\/js\\/paypal-admin.min.js\":{\"d\":1565627849,\"h\":\"4cd27ee4a6c3e0accd982dc6dfd56385\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/gateways\\/paypal\\/includes\\/class-wc-gateway-paypal-api-handler.php\":{\"d\":1565627849,\"h\":\"7ecc25de329d0eda98b03b060de64db0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/gateways\\/paypal\\/includes\\/settings-paypal.php\":{\"d\":1565627849,\"h\":\"a46cf7e25a977083204a332e4ae34ff7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/gateways\\/paypal\\/includes\\/class-wc-gateway-paypal-pdt-handler.php\":{\"d\":1565627849,\"h\":\"59dcc93550057db14c7d6600eed650ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/gateways\\/paypal\\/includes\\/class-wc-gateway-paypal-ipn-handler.php\":{\"d\":1565627849,\"h\":\"8d733c071860627e899520cd55a2e6fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/gateways\\/paypal\\/includes\\/class-wc-gateway-paypal-request.php\":{\"d\":1565627849,\"h\":\"303d4aad04aa390a05e91c28913f71aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/gateways\\/paypal\\/includes\\/class-wc-gateway-paypal-response.php\":{\"d\":1565627849,\"h\":\"151b0bae3ee80bd14d90f1091db5a536\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/gateways\\/paypal\\/class-wc-gateway-paypal.php\":{\"d\":1565627849,\"h\":\"0002fb2ca6bc01c96cf72a1c95a0687a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/gateways\\/class-wc-payment-gateway-cc.php\":{\"d\":1565627849,\"h\":\"11eddc9663563f934a2de348c882e1a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/gateways\\/class-wc-payment-gateway-echeck.php\":{\"d\":1565627849,\"h\":\"d8004e69589f71212f26f410374a7560\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/tracks\\/events\\/class-wc-admin-setup-wizard-tracking.php\":{\"d\":1565627849,\"h\":\"f0469e5ef2d1f2f6496cccc500f0195b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/tracks\\/events\\/class-wc-extensions-tracking.php\":{\"d\":1565627849,\"h\":\"68173602f721b1b92a168c1761e670a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/tracks\\/events\\/class-wc-importer-tracking.php\":{\"d\":1565627849,\"h\":\"93b6be71da96718f1a2a658ad8ca95e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/tracks\\/events\\/class-wc-status-tracking.php\":{\"d\":1565627849,\"h\":\"85087834466e7e1038990a8e0bb79804\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/tracks\\/events\\/class-wc-orders-tracking.php\":{\"d\":1565627849,\"h\":\"be6923755c3969d0594cb24e277b4430\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/tracks\\/events\\/class-wc-products-tracking.php\":{\"d\":1565627849,\"h\":\"6ca6a4573af7a13192ee7f2e551e8c81\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/tracks\\/events\\/class-wc-coupons-tracking.php\":{\"d\":1565627849,\"h\":\"5577abf3d0901067faf00fbb2c736163\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/tracks\\/events\\/class-wc-settings-tracking.php\":{\"d\":1565627849,\"h\":\"b8596478093f825bb62a7bab1695acec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/tracks\\/class-wc-tracks-event.php\":{\"d\":1565627849,\"h\":\"5875ed5729960671e382529f15dc2c27\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/tracks\\/class-wc-tracks-footer-pixel.php\":{\"d\":1565627849,\"h\":\"6de013d6203f47760e21ad2591427afe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/tracks\\/class-wc-site-tracking.php\":{\"d\":1565627849,\"h\":\"1f6bd06d8506077abc7ab43efde2ec0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/tracks\\/class-wc-tracks-client.php\":{\"d\":1565627849,\"h\":\"c6ad5ef12ad8de73abf0b2ce01f667c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/tracks\\/class-wc-tracks.php\":{\"d\":1565627849,\"h\":\"17dc8a71f584ad5492239dd5dfcd4c1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/widgets\\/class-wc-widget-layered-nav.php\":{\"d\":1565627849,\"h\":\"ed3a2f37e73f8ce049e2576e8e03cf5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/widgets\\/class-wc-widget-product-categories.php\":{\"d\":1565627849,\"h\":\"c751049aa7a3baad283cdb5dd33d4788\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/widgets\\/class-wc-widget-layered-nav-filters.php\":{\"d\":1565627849,\"h\":\"6dd14959f3ac9486949c5ff39a5070de\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/widgets\\/class-wc-widget-products.php\":{\"d\":1565627849,\"h\":\"c012a0fd4e20ae97dbb6dbfa6d045f02\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/widgets\\/class-wc-widget-price-filter.php\":{\"d\":1565627849,\"h\":\"a1f378815352003986ddd92991b0592e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/widgets\\/class-wc-widget-rating-filter.php\":{\"d\":1565627849,\"h\":\"550cd38748c46bcdbecfc65841d4e9f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/widgets\\/class-wc-widget-cart.php\":{\"d\":1565627849,\"h\":\"2da3dc0ff958d7cb51954857daf28eb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/widgets\\/class-wc-widget-product-tag-cloud.php\":{\"d\":1565627849,\"h\":\"84974e71cf5536f1a06425ae3162c9e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/widgets\\/class-wc-widget-recently-viewed.php\":{\"d\":1565627849,\"h\":\"5c9b9f4101d46772327b8fe74ed4e75d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/widgets\\/class-wc-widget-recent-reviews.php\":{\"d\":1565627849,\"h\":\"ef156e07c07891a206fe22dc2f7431b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/widgets\\/class-wc-widget-top-rated-products.php\":{\"d\":1565627849,\"h\":\"116710319691d84363671eecf6d7e989\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/widgets\\/class-wc-widget-product-search.php\":{\"d\":1565627849,\"h\":\"91c1fed8d87c004d03cb4510cdad3e49\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/abstracts\\/abstract-wc-settings-api.php\":{\"d\":1565627849,\"h\":\"d2fcc7537024b1206bc4d5b319a3d432\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/abstracts\\/abstract-wc-payment-token.php\":{\"d\":1565627849,\"h\":\"6d2efcb6bdf38c0a4c7db39e5a21113c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/abstracts\\/abstract-wc-order.php\":{\"d\":1565627849,\"h\":\"cb7db1aab93bdb910fb8d18ed68d43f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/abstracts\\/abstract-wc-data.php\":{\"d\":1565627849,\"h\":\"9799068b0f3a4a021dac1a9b047ecb9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/abstracts\\/abstract-wc-widget.php\":{\"d\":1565627849,\"h\":\"4d4b8544c4a869defe22bf8c880147ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/abstracts\\/abstract-wc-shipping-method.php\":{\"d\":1565627849,\"h\":\"e5552d445d5ff1232a60b434246dd6b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/abstracts\\/abstract-wc-payment-gateway.php\":{\"d\":1565627849,\"h\":\"f92779cf46fd12f0e661b2e2b7d09d8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/abstracts\\/abstract-wc-deprecated-hooks.php\":{\"d\":1565627849,\"h\":\"b2e799e37348cfbfb421dd6e8b747ef4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/abstracts\\/abstract-wc-object-query.php\":{\"d\":1565627849,\"h\":\"db68bea21f25a4bd046daffa429bebe6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/abstracts\\/abstract-wc-log-handler.php\":{\"d\":1565627849,\"h\":\"e7d31e5a9215b6c7359753e89ad0b419\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/abstracts\\/abstract-wc-session.php\":{\"d\":1565627849,\"h\":\"055853ddff01b0ed8bada02ceb2b53be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/abstracts\\/class-wc-background-process.php\":{\"d\":1565627849,\"h\":\"3172c4a9d2853aac584969b6062f95ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/abstracts\\/abstract-wc-product.php\":{\"d\":1565627849,\"h\":\"034fd8bd3820869da74d282fd5ca6b0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/abstracts\\/abstract-wc-integration.php\":{\"d\":1565627849,\"h\":\"5773d4f57ec6411e10c07a54eec02a52\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/abstracts\\/abstract-wc-privacy.php\":{\"d\":1565627849,\"h\":\"ea9ac06ed7ea6e8e8c83359372e20472\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wccom-site\\/rest-api\\/endpoints\\/class-wc-rest-wccom-site-installer-controller.php\":{\"d\":1565627849,\"h\":\"9a49150fdcee346655b4a84074ab110a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wccom-site\\/class-wc-wccom-site-installer.php\":{\"d\":1565627849,\"h\":\"164f773584b6fec1c2d487c9f034e93b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wccom-site\\/class-wc-wccom-site.php\":{\"d\":1565627849,\"h\":\"21a70d7615a01be6d1ca2f917e008288\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/queue\\/class-wc-action-queue.php\":{\"d\":1565627849,\"h\":\"d62bed949ae188051cf0100699f517a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/queue\\/class-wc-queue.php\":{\"d\":1565627849,\"h\":\"b58fb73bdb694273c7e458805eb8f42b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/walkers\\/class-wc-product-cat-list-walker.php\":{\"d\":1565627849,\"h\":\"b9e38366c179c5b9771bc6ce01a22db0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/walkers\\/class-product-cat-dropdown-walker.php\":{\"d\":1565627849,\"h\":\"252e43ed2a0e5dcbbb6f68cd481ca1ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/walkers\\/class-wc-product-cat-dropdown-walker.php\":{\"d\":1565627849,\"h\":\"6d03ce92d43935ad4cdbf2ecd7ad82ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/walkers\\/class-product-cat-list-walker.php\":{\"d\":1565627849,\"h\":\"e844fd3f4bcfb363e466eed028365659\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/customizer\\/class-wc-customizer-control-cropping.php\":{\"d\":1565627849,\"h\":\"46b0c4b7b35eec953c25cf107a319a91\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/customizer\\/class-wc-shop-customizer.php\":{\"d\":1565627849,\"h\":\"6cd7945ddb1bcb0432e908a31b0b8c74\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-shipping-zone-data-store-interface.php\":{\"d\":1565627849,\"h\":\"bca01b0e85293547adaf82d9b57655aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-product-variable-data-store-interface.php\":{\"d\":1565627849,\"h\":\"e62e1538579fbdcb339cdb89baca2730\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-order-data-store-interface.php\":{\"d\":1565627849,\"h\":\"4c27b01d543889bafd4e2c34981b2b49\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-customer-download-data-store-interface.php\":{\"d\":1565627849,\"h\":\"9aeb4dc90167c16e3414e0110afe0069\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-importer-interface.php\":{\"d\":1565627849,\"h\":\"d4c84718df1a14a28ad51114d9f135f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-webhooks-data-store-interface.php\":{\"d\":1565627849,\"h\":\"e91f275359ef9dec94b1467e74ee855a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-payment-token-data-store-interface.php\":{\"d\":1565627849,\"h\":\"2f7f793de320c26ac1ff06751275eae3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-abstract-order-data-store-interface.php\":{\"d\":1565627849,\"h\":\"2af684f077668ba4d4c2c133a031b0be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-logger-interface.php\":{\"d\":1565627849,\"h\":\"3c094515c1c5f8031bbb84558acbdde6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-order-refund-data-store-interface.php\":{\"d\":1565627849,\"h\":\"3eeee8243a4c831579827b4b87aad1e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-object-data-store-interface.php\":{\"d\":1565627849,\"h\":\"b306719e4c8d6443e1e79e1bae148322\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-order-item-product-data-store-interface.php\":{\"d\":1565627849,\"h\":\"0aa0dee9195fd3c7ac5187f3250b52ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-customer-download-log-data-store-interface.php\":{\"d\":1565627849,\"h\":\"b5a6955e7b27700963c158d4f997fcbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-order-item-data-store-interface.php\":{\"d\":1565627849,\"h\":\"c7bcec9a34f445beaf196b3ef4a2c88b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-coupon-data-store-interface.php\":{\"d\":1565627849,\"h\":\"66017f01b9171b383c0c4e4d77aeb906\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-queue-interface.php\":{\"d\":1565627849,\"h\":\"988d4ec7bfb9d1cf05656380e23c4b5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-product-data-store-interface.php\":{\"d\":1565627849,\"h\":\"7344a5e566144ab726a089f87ea6054b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-customer-data-store-interface.php\":{\"d\":1565627849,\"h\":\"91b6bf99436f4133836f9a0a8d41bd64\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-order-item-type-data-store-interface.php\":{\"d\":1565627849,\"h\":\"9043665671759e1c3bf322873653ca26\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/interfaces\\/class-wc-log-handler-interface.php\":{\"d\":1565627849,\"h\":\"ac334b61315f82e40b34022a424155f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/helper\\/views\\/html-main.php\":{\"d\":1565627849,\"h\":\"566c171ea7060877e309edbcc24b4bde\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/helper\\/views\\/html-section-account.php\":{\"d\":1565627849,\"h\":\"a6ae62be17662ccc0657051f59313699\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/helper\\/views\\/html-section-nav.php\":{\"d\":1565627849,\"h\":\"cbcfdf99afbf3f8b25afa26bb4beed51\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/helper\\/views\\/html-section-notices.php\":{\"d\":1565627849,\"h\":\"9db0f7dcfa8ba6442b645a10827072bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/helper\\/views\\/html-helper-compat.php\":{\"d\":1565627849,\"h\":\"96008d7e0d817d7da63c9944f3f6ce50\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/helper\\/views\\/html-oauth-start.php\":{\"d\":1565627849,\"h\":\"c2419dd377a84c11ff2c99386a1ca547\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/helper\\/class-wc-helper-api.php\":{\"d\":1565627849,\"h\":\"33e7d82f3e70bd305074444cf9ada996\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/helper\\/class-wc-helper-options.php\":{\"d\":1565627849,\"h\":\"0fab2e0026d8331b8ebdef6e7a6e9886\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/helper\\/class-wc-helper-compat.php\":{\"d\":1565627849,\"h\":\"ec10852c08df49563cf4eb8b1c9ea9a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/helper\\/class-wc-helper.php\":{\"d\":1565627849,\"h\":\"9a2d96aa531f230b9ab2b29fb88c2afa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/helper\\/class-wc-helper-updater.php\":{\"d\":1565627849,\"h\":\"949f0e2516c8d4c22a08f93e6dc8c0d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/helper\\/class-wc-helper-plugin-info.php\":{\"d\":1565627849,\"h\":\"e4f91e051bc4a2773fd37efea43d1c34\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-admin-page-status-report.php\":{\"d\":1565627849,\"h\":\"c2aea0e73c21822625c801328edf849c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-admin-page-status-tools.php\":{\"d\":1565627849,\"h\":\"7bd209682dd989624e08ee0077c907c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-bulk-edit-product.php\":{\"d\":1565627849,\"h\":\"a2c393fe55bd18e0a138b2daa5fd2798\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-quick-edit-product.php\":{\"d\":1565627849,\"h\":\"64535b9c42ae513a9ee9cb67ccca5029\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-notice-wp-php-minimum-requirements.php\":{\"d\":1565627849,\"h\":\"344a4f437ae0a2ff2af88d33c7ff26c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-notice-regenerating-thumbnails.php\":{\"d\":1565627849,\"h\":\"b4ef3ec4564029a9a93bb1f8e9865af0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-notice-updated.php\":{\"d\":1565627849,\"h\":\"382eff1f275a0858034d4bebe8cd8b31\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-report-by-date.php\":{\"d\":1565627849,\"h\":\"8617e55d4dfa88060db136b0da7e4554\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-notice-install.php\":{\"d\":1565627849,\"h\":\"cb90d7547be1a7dd9391fa6e6155ec45\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-notice-update.php\":{\"d\":1565627849,\"h\":\"8b1e9e779023cb6912f7a58770582cdf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-admin-page-product-export.php\":{\"d\":1565627849,\"h\":\"0135d9d944c8601c3ff0dc5c6000f42f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-notice-custom.php\":{\"d\":1565627849,\"h\":\"1b25640a7fb19b3671e70ef33e72e31e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-admin-page-status-logs-db.php\":{\"d\":1565627849,\"h\":\"fc09a73c6e44f1e831e955cc3b68b354\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-notice-regenerating-lookup-table.php\":{\"d\":1565627849,\"h\":\"6fd94d8e25230b5a69c323b811e79d49\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-admin-page-status-logs.php\":{\"d\":1565627849,\"h\":\"da38043ec589c5a232ff5fc53ace0067\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-notice-no-shipping-methods.php\":{\"d\":1565627849,\"h\":\"3073928e85dcc3e0b29e2262b77bc612\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-notice-template-check.php\":{\"d\":1565627849,\"h\":\"c54a755b7f8fcb3a4680b38888709b2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-notice-secure-connection.php\":{\"d\":1565627849,\"h\":\"1b6a43dc41e95b41ba8d6bf2913bedd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-notice-wc-admin.php\":{\"d\":1565627849,\"h\":\"a63cb6eb921ffb061c3b326ef9072182\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-notice-updating.php\":{\"d\":1565627849,\"h\":\"5c18d7727a8b92cf1f736f277f3a8042\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-notice-legacy-shipping.php\":{\"d\":1565627849,\"h\":\"8212b72023ff6ff8fe832641ebe01c33\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-email-template-preview.php\":{\"d\":1565627849,\"h\":\"ccb70bdfbb518ff49a155533a192f7a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-admin-page-reports.php\":{\"d\":1565627849,\"h\":\"83a64b87197c81f829cda5f8601314cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-admin-page-addons.php\":{\"d\":1565627849,\"h\":\"c6bd510d333834d3d04f1863bec6e14f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-admin-page-status.php\":{\"d\":1565627849,\"h\":\"703d6f20ab7a64e39d238703d7ef358c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/views\\/html-admin-settings.php\":{\"d\":1565627849,\"h\":\"1ce868f8ba0d3da58cf1216fc0d966a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/reports\\/class-wc-report-coupon-usage.php\":{\"d\":1565627849,\"h\":\"a3d0b54a16c4ba955ae59c415c2fc303\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/reports\\/class-wc-admin-report.php\":{\"d\":1565627849,\"h\":\"21e43c3f9463deb4dabb43ff4d7a35cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/reports\\/class-wc-report-low-in-stock.php\":{\"d\":1565627849,\"h\":\"5894cee1659c792e2df61d9a686a07de\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/reports\\/class-wc-report-taxes-by-code.php\":{\"d\":1565627849,\"h\":\"0bbc7e8cd5028babcf75ca58eda6c628\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/reports\\/class-wc-report-customers.php\":{\"d\":1565627849,\"h\":\"2a43a8334564edb05c9d881c8cbe675e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/reports\\/class-wc-report-taxes-by-date.php\":{\"d\":1565627849,\"h\":\"29b4f4e815b9ac29bee0d79c20896405\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/reports\\/class-wc-report-downloads.php\":{\"d\":1565627849,\"h\":\"eba4522ee23baf34f6a30ab3bfed4c16\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/reports\\/class-wc-report-sales-by-category.php\":{\"d\":1565627849,\"h\":\"38328b168f55c2529bc3007c7b739081\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/reports\\/class-wc-report-sales-by-date.php\":{\"d\":1565627849,\"h\":\"0e98907503284e3a7f6e99f6bf630ad0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/reports\\/class-wc-report-sales-by-product.php\":{\"d\":1565627849,\"h\":\"8d62098f32afe0a4a84f44f68e897a43\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/reports\\/class-wc-report-stock.php\":{\"d\":1565627849,\"h\":\"f980043423840b8e92862a075b34fbdc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/reports\\/class-wc-report-out-of-stock.php\":{\"d\":1565627849,\"h\":\"e5926ac0300922a8cc352a286b725589\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/reports\\/class-wc-report-customer-list.php\":{\"d\":1565627849,\"h\":\"56d094c6d800d4bc9e0acec40c4d062b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/reports\\/class-wc-report-most-stocked.php\":{\"d\":1565627849,\"h\":\"ea5dba3403bdb28e3e038777f1e1fa58\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/list-tables\\/class-wc-admin-list-table-products.php\":{\"d\":1565627849,\"h\":\"a48d0c70dcce614458f46da8c5962530\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/list-tables\\/abstract-class-wc-admin-list-table.php\":{\"d\":1565627849,\"h\":\"1524cbba6303b2b3fcc2b5706e728ca7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/list-tables\\/class-wc-admin-list-table-orders.php\":{\"d\":1565627849,\"h\":\"df8ab1d46820ddf3ef2da15f356f823c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/list-tables\\/class-wc-admin-list-table-coupons.php\":{\"d\":1565627849,\"h\":\"2674c4fa5a7bb8753c11671a1fee4ec8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/views\\/settings-tax.php\":{\"d\":1565627849,\"h\":\"7dd49a3fc9306a2115a1f7c7557b08c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/views\\/html-admin-page-shipping-classes.php\":{\"d\":1565627849,\"h\":\"34cf3cba891e4abe643a2faca1afe946\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/views\\/html-admin-page-shipping-zone-methods.php\":{\"d\":1565627849,\"h\":\"1510f9cbd8d1a05b4440414d1bb8bf00\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/views\\/html-keys-edit.php\":{\"d\":1565627849,\"h\":\"d19bf814a889470b157c6a8bce89d2ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/views\\/html-admin-page-shipping-zones.php\":{\"d\":1565627849,\"h\":\"47d462524161bbf1b8b05252dd02175c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/views\\/html-admin-page-shipping-zones-instance.php\":{\"d\":1565627849,\"h\":\"df2d63856127c42d4c8e9aefa2fa59ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/views\\/html-webhooks-edit.php\":{\"d\":1565627849,\"h\":\"c5a95c590a23a8b590e35907ab40d8df\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/views\\/html-settings-tax.php\":{\"d\":1565627849,\"h\":\"241d0106bb814adb0e79845f306f383e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/views\\/class-wc-settings-rest-api.php\":{\"d\":1565627849,\"h\":\"4b65fc9520b23eb1e20193a052c7452c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/class-wc-settings-payment-gateways.php\":{\"d\":1565627849,\"h\":\"42c9a8fc495715a1674ca54ed9c970f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/class-wc-settings-advanced.php\":{\"d\":1565627849,\"h\":\"11e9ab232d9c708914651d973a1b7849\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/class-wc-settings-page.php\":{\"d\":1565627849,\"h\":\"a8529eb51769dd60cb64c6bbe8eadaee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/class-wc-settings-tax.php\":{\"d\":1565627849,\"h\":\"66811a26c451d16b294278081418b683\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/class-wc-settings-accounts.php\":{\"d\":1565627849,\"h\":\"7dd80eae1a701037d710515cf14dc3be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/class-wc-settings-general.php\":{\"d\":1565627849,\"h\":\"fef9c342a7935fdffd943a836e252e7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/class-wc-settings-checkout.php\":{\"d\":1565627849,\"h\":\"a56569a9f222ac2c4506a114404ace9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/class-wc-settings-products.php\":{\"d\":1565627849,\"h\":\"2687b8c29e50fe9526fa253a6f5e5fbb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/class-wc-settings-shipping.php\":{\"d\":1565627849,\"h\":\"08adb43d64ae6d3f2db58d71f7e59d9c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/class-wc-settings-emails.php\":{\"d\":1565627849,\"h\":\"a5b0f83316499f858100bef93b0a45ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/settings\\/class-wc-settings-integrations.php\":{\"d\":1565627849,\"h\":\"925d87c9f48d904cd093069455b6e731\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/plugin-updates\\/views\\/html-notice-untested-extensions-inline.php\":{\"d\":1565627849,\"h\":\"ff4d6164f041dbb605a2478b78f5aad8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/plugin-updates\\/views\\/html-notice-untested-extensions-modal.php\":{\"d\":1565627849,\"h\":\"a07c7f651a68b40a80ab67a5255c114e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/plugin-updates\\/class-wc-updates-screen-updates.php\":{\"d\":1565627849,\"h\":\"5bf03dec74729ee7efce31bd79cb4165\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/plugin-updates\\/class-wc-plugin-updates.php\":{\"d\":1565627849,\"h\":\"7b27367e04837ba6cd24d3d841648c3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/plugin-updates\\/class-wc-plugins-screen-updates.php\":{\"d\":1565627849,\"h\":\"2e68c9cb8a94b81e3a88ff72c76a5a8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/marketplace-suggestions\\/templates\\/html-product-data-extensions.php\":{\"d\":1565627849,\"h\":\"081b347e96551d7270f406d5f20ffedd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/marketplace-suggestions\\/views\\/container.php\":{\"d\":1565627849,\"h\":\"8d085aa5cc9868d8d44aaf69ed2a34b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/marketplace-suggestions\\/class-wc-marketplace-updater.php\":{\"d\":1565627849,\"h\":\"1b3abe1995806a2084a89a32a668f0ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/marketplace-suggestions\\/class-wc-marketplace-suggestions.php\":{\"d\":1565627849,\"h\":\"708ab7c4c61df7ca8200db485723ebf9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-product-data-attributes.php\":{\"d\":1565627849,\"h\":\"c5f908d5ea912ada30591b41e2c6f8af\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-product-data-general.php\":{\"d\":1565627849,\"h\":\"f9c6fd8b5f83ec4fd3278d59565887f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-product-data-linked-products.php\":{\"d\":1565627849,\"h\":\"e1a5be5903a7e457b5823b9389ad76cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-product-data-inventory.php\":{\"d\":1565627849,\"h\":\"70884157c9b6ffe137ad60c0bf0f0df6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-product-variation-download.php\":{\"d\":1565627849,\"h\":\"faad8e5a4b5920c76b1c146cb3c1147e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-order-shipping.php\":{\"d\":1565627849,\"h\":\"dd1c42b5dc942242f45f755257e314fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-order-refund.php\":{\"d\":1565627849,\"h\":\"e9448d2e15a700cc19f108f8d640c544\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-product-attribute.php\":{\"d\":1565627849,\"h\":\"92d84cf7ca4198c51520ee50e437b273\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-order-item-meta.php\":{\"d\":1565627849,\"h\":\"48303fbd7d98d14c20f687c4db619979\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-order-fee.php\":{\"d\":1565627849,\"h\":\"38208268052480f750443b69af955054\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-product-data-variations.php\":{\"d\":1565627849,\"h\":\"6e9ff768f7d23a5f967af751a040f3ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-order-item.php\":{\"d\":1565627849,\"h\":\"40c3cfc6a11720b5f23c53d0b0789ec6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-order-notes.php\":{\"d\":1565627849,\"h\":\"4f12ff82c58198b992b5a53ec4f3fbaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-order-items.php\":{\"d\":1565627849,\"h\":\"4a1f5d77704b2a9cae60a81153277286\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-variation-admin.php\":{\"d\":1565627849,\"h\":\"0fda64bdbe7518fe7b8b351b227d5ba1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-product-data-shipping.php\":{\"d\":1565627849,\"h\":\"890e8a694e48cb799031214a31fed4a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-product-data-panel.php\":{\"d\":1565627849,\"h\":\"98012be9c5e8308beaa9abd87520a635\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-product-download.php\":{\"d\":1565627849,\"h\":\"041f0571bcac07af4b2c0c87addb8ee2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-product-data-advanced.php\":{\"d\":1565627849,\"h\":\"83a6a1d90caddaaea95dd8ab05c58b4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/views\\/html-order-download-permission.php\":{\"d\":1565627849,\"h\":\"e058df422436821c2635250c6d84a080\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/class-wc-meta-box-product-short-description.php\":{\"d\":1565627849,\"h\":\"4c8762107944877aaf123013321697df\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/class-wc-meta-box-order-actions.php\":{\"d\":1565627849,\"h\":\"6b240269cbcd1e35b6e3cf052baf408a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/class-wc-meta-box-order-items.php\":{\"d\":1565627849,\"h\":\"24c4a23808078a09789a0308d2618a02\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/class-wc-meta-box-coupon-data.php\":{\"d\":1565627849,\"h\":\"d90ff4b5373f83ccc0f81b65330623d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/class-wc-meta-box-product-data.php\":{\"d\":1565627849,\"h\":\"774a0a2430660be1743f71994db3ff4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/class-wc-meta-box-order-data.php\":{\"d\":1565627849,\"h\":\"22ca4e8a47dd13724bf0db2d7590468b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/class-wc-meta-box-order-downloads.php\":{\"d\":1565627849,\"h\":\"7105c72d5f0429d9f0cbb558424a7a55\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/class-wc-meta-box-order-notes.php\":{\"d\":1565627849,\"h\":\"8b1bcb26e56f8c8bb3348eecaf9830b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/class-wc-meta-box-product-reviews.php\":{\"d\":1565627849,\"h\":\"70083de3ace92a4030d433f496b6873b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/meta-boxes\\/class-wc-meta-box-product-images.php\":{\"d\":1565627849,\"h\":\"987cd0039d2f943b6a3dd062351abb99\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/importers\\/views\\/html-csv-import-mapping.php\":{\"d\":1565627849,\"h\":\"1fbd44fe0447daf3d2f4a1c2a8e35b5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/importers\\/views\\/html-csv-import-progress.php\":{\"d\":1565627849,\"h\":\"338023e15941debf60d6694f46091d7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/importers\\/views\\/html-product-csv-import-form.php\":{\"d\":1565627849,\"h\":\"af496a1ec45b079b66ac27fb5633757a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/importers\\/views\\/html-csv-import-steps.php\":{\"d\":1565627849,\"h\":\"454b641b76c846906ccbefe271c96c02\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/importers\\/views\\/html-csv-import-done.php\":{\"d\":1565627849,\"h\":\"883498a0580bbbb19cbb7ef73f6bc294\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/importers\\/views\\/html-csv-import-header.php\":{\"d\":1565627849,\"h\":\"6dd03beda60d97686590ae48ba9f66f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/importers\\/views\\/html-csv-import-footer.php\":{\"d\":1565627849,\"h\":\"286880a17624ea6d706eb382ca2b77a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/importers\\/mappings\\/generic.php\":{\"d\":1565627849,\"h\":\"1677696cf9066a3654626d68f3058384\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/importers\\/mappings\\/wordpress.php\":{\"d\":1565627849,\"h\":\"4cec14e5c3e6e30b124229a37a6b8d48\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/importers\\/mappings\\/default.php\":{\"d\":1565627849,\"h\":\"867b7a0f76c91511fbdd331c46166500\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/importers\\/mappings\\/mappings.php\":{\"d\":1565627849,\"h\":\"34718ea31c89445239f77ced81fd1e15\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/importers\\/mappings\\/shopify.php\":{\"d\":1565627849,\"h\":\"ab7adf0024f553598a4b9b76dc8801b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/importers\\/class-wc-tax-rate-importer.php\":{\"d\":1565627849,\"h\":\"fbd8e43a39ee3baf90658f533f4d8cce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/importers\\/class-wc-product-csv-importer-controller.php\":{\"d\":1565627849,\"h\":\"b7fc051436bc7a741caba22512a05435\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-api-keys-table-list.php\":{\"d\":1565627849,\"h\":\"2fa9df146527426d043bb82e8e701e0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-setup-wizard.php\":{\"d\":1565627849,\"h\":\"c7994844551c8040eb95bb0f433c1238\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-importers.php\":{\"d\":1565627849,\"h\":\"eb0b695c8672d058d4b029d30c7dd53c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-webhooks-table-list.php\":{\"d\":1565627849,\"h\":\"10daddac1711a37f3606e8151f57e9d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/wc-meta-box-functions.php\":{\"d\":1565627849,\"h\":\"4ec9ee9fd22da7f0785ec6a224e9c24a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-log-table-list.php\":{\"d\":1565627849,\"h\":\"ea59352274698b68e67994febf14d706\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-exporters.php\":{\"d\":1565627849,\"h\":\"0a77ddf8b5d655afda4c44c2a32d8f57\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-reports.php\":{\"d\":1565627849,\"h\":\"36a008a333e83e5eafd16541b4d84600\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-dashboard.php\":{\"d\":1565627849,\"h\":\"aa79bb7d0e40765dc80a5c18524729eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-duplicate-product.php\":{\"d\":1565627849,\"h\":\"9a1ec1abd4b8f88f9f028fa4bddc8c88\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-status.php\":{\"d\":1565627849,\"h\":\"5f6935ac633a3c17ededcdef627be1ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/wc-admin-functions.php\":{\"d\":1565627849,\"h\":\"d997c19ae670b8b4e7452a5e922d217c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-settings.php\":{\"d\":1565627849,\"h\":\"76c9daea09ecdb465be2b189858b4e59\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-meta-boxes.php\":{\"d\":1565627849,\"h\":\"6beec25fed040dd15ca4ea4982dda4e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-notices.php\":{\"d\":1565627849,\"h\":\"b0de223e1cabb12f38bcc3c53e6d6114\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-api-keys.php\":{\"d\":1565627849,\"h\":\"a6f86376db51aa09fc6567ba1843c91e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-post-types.php\":{\"d\":1565627849,\"h\":\"847bd1f58503fba1b294df6031acf0b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-help.php\":{\"d\":1565627849,\"h\":\"c3efb6ba0b68138efd933bcd3531d303\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-assets.php\":{\"d\":1565627849,\"h\":\"6dc56e8cee6993561712611f89aed2c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-customize.php\":{\"d\":1565627849,\"h\":\"aa4b0c3da89451fcbb016ce7366d9564\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-taxonomies.php\":{\"d\":1565627849,\"h\":\"e25deb287a16ea21a2c5b3696946d0c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin.php\":{\"d\":1565627849,\"h\":\"37e7038a9977568e7250dfa109273d8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-addons.php\":{\"d\":1565627849,\"h\":\"a4b601654e5020b2fccb020f17faa4ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-permalink-settings.php\":{\"d\":1565627849,\"h\":\"e080a51bb08058736dc5326310759a2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-webhooks.php\":{\"d\":1565627849,\"h\":\"1b94f1d1e9a2fd9a687bb4952bfeabf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-pointers.php\":{\"d\":1565627849,\"h\":\"0095797e77bf9757b3bad4554d739373\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-profile.php\":{\"d\":1565627849,\"h\":\"4df9ac4c40cee5f05a7dbffca4a59598\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-attributes.php\":{\"d\":1565627849,\"h\":\"1a8fca9da674209d27d5130796fd47ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/admin\\/class-wc-admin-menus.php\":{\"d\":1565627849,\"h\":\"b879ca721b0bb9baa29b016a71b009d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/theme-support\\/class-wc-twenty-fourteen.php\":{\"d\":1565627849,\"h\":\"c516102ae14e3816ff3cbc3f77dd3853\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/theme-support\\/class-wc-twenty-nineteen.php\":{\"d\":1565627849,\"h\":\"a706db2c6609b05ae59131b8eb55312b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/theme-support\\/class-wc-twenty-ten.php\":{\"d\":1565627849,\"h\":\"9d05655b3c6d1f1183b8e10f8c3d751c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/theme-support\\/class-wc-twenty-sixteen.php\":{\"d\":1565627849,\"h\":\"ecd5f82065c946b9800156a991f9f575\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/theme-support\\/class-wc-twenty-fifteen.php\":{\"d\":1565627849,\"h\":\"376140ccd1941907c7209d8032b6cc40\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/theme-support\\/class-wc-twenty-thirteen.php\":{\"d\":1565627849,\"h\":\"b595be8302d3f5f476663e75a68555e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/theme-support\\/class-wc-twenty-seventeen.php\":{\"d\":1565627849,\"h\":\"e36476c78815082f5ffc67f0da904a67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/theme-support\\/class-wc-twenty-eleven.php\":{\"d\":1565627849,\"h\":\"8ae087a4da75613550e1732155d0ef8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/theme-support\\/class-wc-twenty-twelve.php\":{\"d\":1565627849,\"h\":\"0e20ca08b36289ae32cc0236e85b1626\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v2\\/class-wc-api-webhooks.php\":{\"d\":1565627849,\"h\":\"d116093ae754eac04c614f0d0cc62472\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v2\\/class-wc-api-customers.php\":{\"d\":1565627849,\"h\":\"aea4b441f18e18234662e81dbd4290a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v2\\/class-wc-api-exception.php\":{\"d\":1565627849,\"h\":\"0374df01f2c717e6b39e600d214dbd67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v2\\/class-wc-api-orders.php\":{\"d\":1565627849,\"h\":\"499b761d6b6535d6f0e7e97d57913984\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v2\\/interface-wc-api-handler.php\":{\"d\":1565627849,\"h\":\"9182ad6e4899bc52d5ec84a7a79cc5e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v2\\/class-wc-api-reports.php\":{\"d\":1565627849,\"h\":\"c5e5edd6befb7635dd3123aa39ce86a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v2\\/class-wc-api-coupons.php\":{\"d\":1565627849,\"h\":\"8763d3cc8cbdf2cf20e84ead57ab1514\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v2\\/class-wc-api-resource.php\":{\"d\":1565627849,\"h\":\"e8ab45f2c285698c0e0b3af6a2dddb06\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v2\\/class-wc-api-json-handler.php\":{\"d\":1565627849,\"h\":\"4922a163e9761123e1d9e008fc2ad802\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v2\\/class-wc-api-products.php\":{\"d\":1565627849,\"h\":\"ad7692afaa5c911f78bf0b90423c5109\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v2\\/class-wc-api-server.php\":{\"d\":1565627849,\"h\":\"865e2053610247ef0efd062cb4082264\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v2\\/class-wc-api-authentication.php\":{\"d\":1565627849,\"h\":\"5d32126b36ba90604bc72c0b5637851f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v3\\/class-wc-api-webhooks.php\":{\"d\":1565627849,\"h\":\"d116093ae754eac04c614f0d0cc62472\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v3\\/class-wc-api-customers.php\":{\"d\":1565627849,\"h\":\"076b6bc365f31bb01b017fa6a61164b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v3\\/class-wc-api-exception.php\":{\"d\":1565627849,\"h\":\"0374df01f2c717e6b39e600d214dbd67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v3\\/class-wc-api-orders.php\":{\"d\":1565627849,\"h\":\"e909412580be983cd001d8ee11312fae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v3\\/interface-wc-api-handler.php\":{\"d\":1565627849,\"h\":\"9182ad6e4899bc52d5ec84a7a79cc5e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v3\\/class-wc-api-reports.php\":{\"d\":1565627849,\"h\":\"8e7f5a280fb3def51736f70939b369a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v3\\/class-wc-api-coupons.php\":{\"d\":1565627849,\"h\":\"4214d9350ba06bfc966f168535e27a4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v3\\/class-wc-api-resource.php\":{\"d\":1565627849,\"h\":\"3d8d5c75a0bb6dd6e4c22e54a20dc358\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v3\\/class-wc-api-json-handler.php\":{\"d\":1565627849,\"h\":\"4922a163e9761123e1d9e008fc2ad802\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v3\\/class-wc-api-products.php\":{\"d\":1565627849,\"h\":\"1de7371c973eacbd9cbcec9ef7c7aa25\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v3\\/class-wc-api-server.php\":{\"d\":1565627849,\"h\":\"e576a051270b44f2d3f5e1430d9445c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v3\\/class-wc-api-taxes.php\":{\"d\":1565627849,\"h\":\"b374bc6ddb2e577ff21354b4ecbc71ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v3\\/class-wc-api-authentication.php\":{\"d\":1565627849,\"h\":\"afe439b4af8318f4124ee1a257a1d62a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v1\\/class-wc-api-customers.php\":{\"d\":1565627849,\"h\":\"4f58bd8cfa1b9982ccca5308f5d1a67c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v1\\/class-wc-api-orders.php\":{\"d\":1565627849,\"h\":\"e9cd070583f33f8ed3126ede8d04dcda\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v1\\/interface-wc-api-handler.php\":{\"d\":1565627849,\"h\":\"cdb08b2f8b1950918bb1ad95031c8dbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v1\\/class-wc-api-xml-handler.php\":{\"d\":1565627849,\"h\":\"f6a26a25ca42cef6a07fe02614277bdf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v1\\/class-wc-api-reports.php\":{\"d\":1565627849,\"h\":\"2a9d07d02e15a88191cdaaad3d527656\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v1\\/class-wc-api-coupons.php\":{\"d\":1565627849,\"h\":\"b8a030ceb49841d4587359d8f0b44c73\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v1\\/class-wc-api-resource.php\":{\"d\":1565627849,\"h\":\"fbd8740368270f0826fb6497a800dee3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v1\\/class-wc-api-json-handler.php\":{\"d\":1565627849,\"h\":\"07d1a7e54e45ed73c5d6d358acb740c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v1\\/class-wc-api-products.php\":{\"d\":1565627849,\"h\":\"8681ddc0961a927187c53eefbcb588b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v1\\/class-wc-api-server.php\":{\"d\":1565627849,\"h\":\"9c12c714b31d06ab5af0e1f98de88e84\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/v1\\/class-wc-api-authentication.php\":{\"d\":1565627849,\"h\":\"af1413651d55d42b0bd241606678de76\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/class-wc-rest-legacy-orders-controller.php\":{\"d\":1565627849,\"h\":\"abfac6b8baa23fdf640535b971fd554d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/class-wc-rest-legacy-products-controller.php\":{\"d\":1565627849,\"h\":\"f5378f4427e845b2e6cbdc814497cfde\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/api\\/class-wc-rest-legacy-coupons-controller.php\":{\"d\":1565627849,\"h\":\"8d43b9803362861d7ff2022b186f16d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/abstract-wc-legacy-payment-token.php\":{\"d\":1565627849,\"h\":\"249ea7fb504592ffe70a21c1fa875c30\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/class-wc-legacy-customer.php\":{\"d\":1565627849,\"h\":\"d20f3d46e83105c31972630a5c84370a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/class-wc-legacy-api.php\":{\"d\":1565627849,\"h\":\"85def261be13ee22b950e8d9234a1a45\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/class-wc-legacy-coupon.php\":{\"d\":1565627849,\"h\":\"4675acda437a4a18041b5a73e35edf32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/class-wc-legacy-cart.php\":{\"d\":1565627849,\"h\":\"5c8f81381ac7dcddd674b521d9c6b906\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/abstract-wc-legacy-order.php\":{\"d\":1565627849,\"h\":\"14731da6c38be716ebcbf2b584a135fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/class-wc-legacy-webhook.php\":{\"d\":1565627849,\"h\":\"2585774cff5f8937abf6695cbfe43a0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/class-wc-legacy-shipping-zone.php\":{\"d\":1565627849,\"h\":\"dba0b23c1313f36e7813832358c0ffa6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/legacy\\/abstract-wc-legacy-product.php\":{\"d\":1565627849,\"h\":\"b63d1af911de4eeefdd32ff50d481335\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-payment-token-data-store.php\":{\"d\":1565627849,\"h\":\"35f4d81732b56dcea2f157affef5219e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-product-data-store-cpt.php\":{\"d\":1565627849,\"h\":\"ab8c88a442104afe13b38d98f5bf9166\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-shipping-zone-data-store.php\":{\"d\":1565627849,\"h\":\"e773a907dd0a4de4430b6f4dc9c2fd8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-product-variable-data-store-cpt.php\":{\"d\":1565627849,\"h\":\"5434ddc84d55ca8505333047fcf04d83\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-customer-data-store-session.php\":{\"d\":1565627849,\"h\":\"7656ade7f0d753dbc99653ee55bfbfe2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-webhook-data-store.php\":{\"d\":1565627849,\"h\":\"d489d8f3f7728936d1a1c44cd32bc8ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-order-item-fee-data-store.php\":{\"d\":1565627849,\"h\":\"730c9f0a01def43db43635203479b64e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-order-item-product-data-store.php\":{\"d\":1565627849,\"h\":\"416145cdd286bc79dc3712b340c0ba10\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-product-grouped-data-store-cpt.php\":{\"d\":1565627849,\"h\":\"fbb0c2c980c015aeb2e5336862f18ef8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-order-item-data-store.php\":{\"d\":1565627849,\"h\":\"608756d5838823d6e5d6ad611f14ae25\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-product-variation-data-store-cpt.php\":{\"d\":1565627849,\"h\":\"f457e8600214eabaf98c7e13740f8000\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-order-data-store-cpt.php\":{\"d\":1565627849,\"h\":\"74a0db96918a19b3fbf4ad045fcef33d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-coupon-data-store-cpt.php\":{\"d\":1565627849,\"h\":\"bd9db8acb5a792b975ed36af09c5bae1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-customer-download-data-store.php\":{\"d\":1565627849,\"h\":\"f96c48c69940c66fec756e15db9739a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-order-item-shipping-data-store.php\":{\"d\":1565627849,\"h\":\"c558af4605bc1707b5d68984fab4634e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-customer-data-store.php\":{\"d\":1565627849,\"h\":\"950a5f50b4ecce0b037996e70e0182cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-order-item-coupon-data-store.php\":{\"d\":1565627849,\"h\":\"ab8beb53087c72e998e2e93bd50f4566\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-order-item-tax-data-store.php\":{\"d\":1565627849,\"h\":\"c8a84818f68b9f3d32b51ae6190fdf19\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/abstract-wc-order-data-store-cpt.php\":{\"d\":1565627849,\"h\":\"b2ce0c55a0734140c809f9b390f1ba3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-customer-download-log-data-store.php\":{\"d\":1565627849,\"h\":\"6018087edccec84ad5e84452cc35a601\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/abstract-wc-order-item-type-data-store.php\":{\"d\":1565627849,\"h\":\"b1450be0fbc46b363b7f0c8ef55497e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-data-store-wp.php\":{\"d\":1565627849,\"h\":\"b3801a44a61e3b388c0fb53ac67cfc49\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/data-stores\\/class-wc-order-refund-data-store-cpt.php\":{\"d\":1565627849,\"h\":\"04915e6410351e16fc046070f808b585\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/export\\/abstract-wc-csv-exporter.php\":{\"d\":1565627849,\"h\":\"e71a520b10bf82947b2206fbf6b01077\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/export\\/class-wc-product-csv-exporter.php\":{\"d\":1565627849,\"h\":\"f0673f0095e6ab9981ee7a2ae5b514c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/export\\/abstract-wc-csv-batch-exporter.php\":{\"d\":1565627849,\"h\":\"6ac8c6928aa659b67d2c55b86043cc07\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/cli\\/class-wc-cli-runner.php\":{\"d\":1565627849,\"h\":\"dd50da2499ef6e7909253edaa2f936f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/cli\\/class-wc-cli-rest-command.php\":{\"d\":1565627849,\"h\":\"2e3858cfa45e7f03c737ee145d04019f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/cli\\/class-wc-cli-update-command.php\":{\"d\":1565627849,\"h\":\"6462efb3bca388306ea64a543b7fe3b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/cli\\/class-wc-cli-tool-command.php\":{\"d\":1565627849,\"h\":\"6043262c777ee14fb09b5fbf2b6ebf4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/shipping\\/legacy-local-pickup\\/class-wc-shipping-legacy-local-pickup.php\":{\"d\":1565627849,\"h\":\"9f7bf78a17acff51f462c428ecc83bf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/shipping\\/legacy-free-shipping\\/class-wc-shipping-legacy-free-shipping.php\":{\"d\":1565627849,\"h\":\"2dfb96c6b230a9b33fc21afbf63c29e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/shipping\\/local-pickup\\/class-wc-shipping-local-pickup.php\":{\"d\":1565627849,\"h\":\"01e6d2ac74b1c15b640cf5209b27cf82\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/shipping\\/legacy-local-delivery\\/class-wc-shipping-legacy-local-delivery.php\":{\"d\":1565627849,\"h\":\"e7fc3d673608ddb9a758a98c8566d393\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/shipping\\/free-shipping\\/class-wc-shipping-free-shipping.php\":{\"d\":1565627849,\"h\":\"c71cb573559135855e5663d2296116fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/shipping\\/legacy-international-delivery\\/class-wc-shipping-legacy-international-delivery.php\":{\"d\":1565627849,\"h\":\"969636ac9dda17d555a134bdf785c445\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/shipping\\/flat-rate\\/includes\\/settings-flat-rate.php\":{\"d\":1565627849,\"h\":\"7cd800ea802d7606795c98e64938dcf7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/shipping\\/flat-rate\\/class-wc-shipping-flat-rate.php\":{\"d\":1565627849,\"h\":\"f3a85a8df08b0e6e1e233c61d4dce48d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/shipping\\/legacy-flat-rate\\/includes\\/settings-flat-rate.php\":{\"d\":1565627849,\"h\":\"41e10c6721b520f20b5d05ea17fc77c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/shipping\\/legacy-flat-rate\\/class-wc-shipping-legacy-flat-rate.php\":{\"d\":1565627849,\"h\":\"73e44493ac64cec9e9e9a96987195019\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email-customer-note.php\":{\"d\":1565627849,\"h\":\"28cd91fab6ad0f67883682d20809bad3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email-failed-order.php\":{\"d\":1565627849,\"h\":\"bf6c120d27e4566d9d4e0bae7db42d44\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email-customer-reset-password.php\":{\"d\":1565627849,\"h\":\"fd00f3f5436b8ee3a74bbd3eb72080f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email-customer-invoice.php\":{\"d\":1565627849,\"h\":\"f99610a97a86c059cab7b0ab1578ad88\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email-customer-refunded-order.php\":{\"d\":1565627849,\"h\":\"4179ffbee78c4a8ed72885a2d63385d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email-new-order.php\":{\"d\":1565627849,\"h\":\"b4b6e72517715315eb849a4319a9680e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email-customer-new-account.php\":{\"d\":1565627849,\"h\":\"51effeb6611deb8233d9764b6409a6ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email-customer-on-hold-order.php\":{\"d\":1565627849,\"h\":\"c425aa62cf6ee34961def11c27297e3e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email-customer-processing-order.php\":{\"d\":1565627849,\"h\":\"22ee15565108832affac4bf62641506a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email-cancelled-order.php\":{\"d\":1565627849,\"h\":\"4e085f36841539a02de9754ce02ac465\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email.php\":{\"d\":1565627849,\"h\":\"20830100268df5f0d3c47c0c1f7dadd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/emails\\/class-wc-email-customer-completed-order.php\":{\"d\":1565627849,\"h\":\"88ed5ef1ac791b45d3b2f7b76cfd35ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/log-handlers\\/class-wc-log-handler-file.php\":{\"d\":1565627849,\"h\":\"775578046d041b15b57fc89275d96395\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/log-handlers\\/class-wc-log-handler-db.php\":{\"d\":1565627849,\"h\":\"aad75e62d719e1515d517dc5f9feb389\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/log-handlers\\/class-wc-log-handler-email.php\":{\"d\":1565627849,\"h\":\"56cc48a04aed67a1ab42da5d8bd991e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-order-item-product.php\":{\"d\":1565627849,\"h\":\"c22cfe168c48a3af1cdb048d3d0d7a63\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-order-item-tax.php\":{\"d\":1565627849,\"h\":\"a11dc67e5b481784db6acde00eb3e52f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-deprecated-action-hooks.php\":{\"d\":1565627849,\"h\":\"23252225b728aab8373d16564020bfe7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-order-item-fee.php\":{\"d\":1565627849,\"h\":\"1ad009990167dbfc0117c1efe2387982\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-register-wp-admin-settings.php\":{\"d\":1565627849,\"h\":\"0d5131f443d5f490cb1a8c7fd8b41938\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-template-loader.php\":{\"d\":1565627849,\"h\":\"1987e0c362013082c6a17fb0dc3901f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-order-item-shipping.php\":{\"d\":1565627849,\"h\":\"b2fd7905dc1d32688898fc6fabbb04a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-privacy-background-process.php\":{\"d\":1565627849,\"h\":\"e8d538b0e295b39276fc937bcc668117\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-user-functions.php\":{\"d\":1565627849,\"h\":\"17b41aa176a61839e66ca18f4e5823a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-geolite-integration.php\":{\"d\":1565627849,\"h\":\"5b58e6adb47144bdb572d7c00aa25325\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-deprecated-functions.php\":{\"d\":1565627849,\"h\":\"6e93cb2da579945a59fff4f298ba7e95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-install.php\":{\"d\":1565627849,\"h\":\"b8f51ea4c3dc3005f32cbd0795201671\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-privacy-exporters.php\":{\"d\":1565627849,\"h\":\"177b6ed6065079b92124dd24a6b4fb76\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-product-variation.php\":{\"d\":1565627849,\"h\":\"f0c5b6983e6f675061169c8abc1d3e14\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-woocommerce.php\":{\"d\":1565627849,\"h\":\"95575cc101ba93ce526d098f1d271715\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-page-functions.php\":{\"d\":1565627849,\"h\":\"8ae764322b38d0f8a3ccf89384814008\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-shortcodes.php\":{\"d\":1565627849,\"h\":\"c1ee36f1985f56f235e6969d55b032ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-privacy-erasers.php\":{\"d\":1565627849,\"h\":\"8acf68674d7196bb0127708403dd9baf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-term-functions.php\":{\"d\":1565627849,\"h\":\"f0c1d99e012ae42212d72f24f7cee1b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-cart.php\":{\"d\":1565627849,\"h\":\"b545341aecea6d06c709b26934f7c4d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-cart-fees.php\":{\"d\":1565627849,\"h\":\"163e16988296bcac834bb7efb77a46b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-update-functions.php\":{\"d\":1565627849,\"h\":\"632232ffc48a20baadfc34781d61c4fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-product-external.php\":{\"d\":1565627849,\"h\":\"eb8f73f4bdef28788733082ba2607440\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-discounts.php\":{\"d\":1565627849,\"h\":\"9dd9514cbfe902c38db5a86fab7bb684\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-shipping-zones.php\":{\"d\":1565627849,\"h\":\"43385206a3678b89ee73f0d0e062e391\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-logger.php\":{\"d\":1565627849,\"h\":\"7a7a10baeb7b0234da17bf12db44b36d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-product-variable.php\":{\"d\":1565627849,\"h\":\"6979bf2f697cfa0f96cd5e16b0e7e2fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-meta-data.php\":{\"d\":1565627849,\"h\":\"bf5953e818a674278f64ac002607a383\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-template-functions.php\":{\"d\":1565627849,\"h\":\"44cf9d12d9b00e832f0629f7cc2f672a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-geo-ip.php\":{\"d\":1565627849,\"h\":\"925d6d18af4cf0a6d132785d97d4f6a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-query.php\":{\"d\":1565627849,\"h\":\"f0eed0fb029d852fd8b12a432a5b3fc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-integrations.php\":{\"d\":1565627849,\"h\":\"a60a32497dc5b4e234a14de7be3145ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-order-item.php\":{\"d\":1565627849,\"h\":\"b92c81661163b0c8f36698ce4c1dbd64\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-product-factory.php\":{\"d\":1565627849,\"h\":\"b769cacaa44ffd8bb1369b878177d2d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-account-functions.php\":{\"d\":1565627849,\"h\":\"8074b30b9732326dd02fc4e4aa199417\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-formatting-functions.php\":{\"d\":1565627849,\"h\":\"d913f3563a4f5f6551e60d53b251ca64\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-cart-totals.php\":{\"d\":1565627849,\"h\":\"8ec9d0437d63c25c8b7450c11561c474\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-rest-exception.php\":{\"d\":1565627849,\"h\":\"242865da5a5c6f822974c0fd898e56c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-webhook.php\":{\"d\":1565627849,\"h\":\"3722fe29144fc90789c985222188d433\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-payment-gateways.php\":{\"d\":1565627849,\"h\":\"f09fe71d96c6d9702019a713ec8976dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-product-attribute.php\":{\"d\":1565627849,\"h\":\"d8437b98a7f1f54530d7aafc813197a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-customer-download.php\":{\"d\":1565627849,\"h\":\"d791451d365f8c279e4ce258385d6985\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-deprecated-filter-hooks.php\":{\"d\":1565627849,\"h\":\"405bae32f38368846d3f642cca1b228c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-https.php\":{\"d\":1565627849,\"h\":\"baf0ab2de7667851ba7e21b94b0c44eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-comments.php\":{\"d\":1565627849,\"h\":\"445369289e0be64afa0f320a646c34d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-structured-data.php\":{\"d\":1565627849,\"h\":\"ab1b9ef54779b331091af85794f5eeb1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-conditional-functions.php\":{\"d\":1565627849,\"h\":\"5b42678ccf642c4368da004ee5db347e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-cart-session.php\":{\"d\":1565627849,\"h\":\"02f094f4997a22487d0ce6dc8caea2fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-download-handler.php\":{\"d\":1565627849,\"h\":\"b261aa3c513513a74c864721ca8fba63\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-attribute-functions.php\":{\"d\":1565627849,\"h\":\"fd32279dbbfb3b37a3303dee1cb83914\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-product-download.php\":{\"d\":1565627849,\"h\":\"32c041730e6151eda055442d17cd46f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-notice-functions.php\":{\"d\":1565627849,\"h\":\"233349b8a96f32863b1ac0130cbe9897\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-shipping.php\":{\"d\":1565627849,\"h\":\"8c32df5c3310232fc1bc22d8babecbb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-tracker.php\":{\"d\":1565627849,\"h\":\"bc0de18f892a70431f1072eef7a5f994\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-emails.php\":{\"d\":1565627849,\"h\":\"0b5a40fe62bdaa3d17e5340ccfea842d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-payment-tokens.php\":{\"d\":1565627849,\"h\":\"5d366147cb99478f21a215091be1b512\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-product-query.php\":{\"d\":1565627849,\"h\":\"c7bdfe7764a20b104da569d5921e4d75\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-ajax.php\":{\"d\":1565627849,\"h\":\"2125c225aa6d55250b7a9d52c41845e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-cart-functions.php\":{\"d\":1565627849,\"h\":\"38a47fc31202de39f85015831fd8bede\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-cache-helper.php\":{\"d\":1565627849,\"h\":\"7dd2fc6d85252137a5111b15e66605a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-api.php\":{\"d\":1565627849,\"h\":\"e4486e9a380a7ec0fa412243bf14d037\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-datetime.php\":{\"d\":1565627849,\"h\":\"5237ed761950469a60ba3c20e46c6eb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-data-exception.php\":{\"d\":1565627849,\"h\":\"6af422835e36dd9a6523c904735fecb2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-order.php\":{\"d\":1565627849,\"h\":\"2fe36e6202d42feedc69317639c15e1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-regenerate-images-request.php\":{\"d\":1565627849,\"h\":\"aac277f64cbe116143b2787e72d6f007\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-frontend-scripts.php\":{\"d\":1565627849,\"h\":\"4640187c6448065d10eda774047fd379\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-session-handler.php\":{\"d\":1565627849,\"h\":\"2ad963ce8a793def27f8e829fffaf5be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-breadcrumb.php\":{\"d\":1565627849,\"h\":\"e953d021c03c9f84ce106451b71e84be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-rest-functions.php\":{\"d\":1565627849,\"h\":\"f07b5fce046a82c90406c9a5f6ac1914\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-order-refund.php\":{\"d\":1565627849,\"h\":\"370bdf6067d9a8caab90fc2b2dd4db2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-cli.php\":{\"d\":1565627849,\"h\":\"6cf8166e6a20c88112b55f95795db293\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-form-handler.php\":{\"d\":1565627849,\"h\":\"1502188c24e36cf23e3e26f3130baf07\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-log-levels.php\":{\"d\":1565627849,\"h\":\"917a38a5b4f00b187680f8346f9f8e93\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-embed.php\":{\"d\":1565627849,\"h\":\"9cb0999bf197c9c5381e4c2c3d39961e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-order-item-coupon.php\":{\"d\":1565627849,\"h\":\"f66bfc5101615a329443d4a1cd8c35ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-coupon.php\":{\"d\":1565627849,\"h\":\"9b0d830393736f3449efe7d0dffce71e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-post-types.php\":{\"d\":1565627849,\"h\":\"05c90ed851b8758b544abc170a3a88c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-product-grouped.php\":{\"d\":1565627849,\"h\":\"15cede4bc2afdccf01ee27e6f35d1797\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-regenerate-images.php\":{\"d\":1565627849,\"h\":\"e0a2e5238fb255e02c6a0f428970e85e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-background-updater.php\":{\"d\":1565627849,\"h\":\"0eb1625e549609b23367ae84a09957c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-shipping-zone.php\":{\"d\":1565627849,\"h\":\"07c6005cc357c671cb4a73952c89b97c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-geolocation.php\":{\"d\":1565627849,\"h\":\"5ee1f87ae18300f6b2be0aac76cccde3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-order-item-functions.php\":{\"d\":1565627849,\"h\":\"e459cf4e05a839df0a4c7029930231fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-order-factory.php\":{\"d\":1565627849,\"h\":\"039adeb2b4dcc49e1c4514c54d878828\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-coupon-functions.php\":{\"d\":1565627849,\"h\":\"75905601b2f64ad15e8afbd6d59de3d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-countries.php\":{\"d\":1565627849,\"h\":\"b411fc844617a8811efffdd34cbeac99\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-customer.php\":{\"d\":1565627849,\"h\":\"0f479035a24d3f9d1cdff844f203946b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-template-hooks.php\":{\"d\":1565627849,\"h\":\"06a451d889174b71ef7dadb760d65ce7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-core-functions.php\":{\"d\":1565627849,\"h\":\"37008ed6a173a4321b3ee73d24bc29dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-checkout.php\":{\"d\":1565627849,\"h\":\"d8ae0aa200dcd8caa5e4b225b6845596\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-shipping-rate.php\":{\"d\":1565627849,\"h\":\"06454a864846a497cae2fa5fbbe4f390\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-background-emailer.php\":{\"d\":1565627849,\"h\":\"a5666c0087dccc3bd0babde397b58618\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-tax.php\":{\"d\":1565627849,\"h\":\"9ac3a2550c83b3a0f71af488ddc01bf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-webhook-functions.php\":{\"d\":1565627849,\"h\":\"4b40b1284cce75a811967f4090299a17\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-privacy.php\":{\"d\":1565627849,\"h\":\"bddc64e8878f424d313692be2248b0a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-validation.php\":{\"d\":1565627849,\"h\":\"ece8986d347972ab2c595f035bfb31ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-stock-functions.php\":{\"d\":1565627849,\"h\":\"df0b06dd99738cdf0ee414eb0c3cb87f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-order-item-meta.php\":{\"d\":1565627849,\"h\":\"260ae94e97340462d5431f6e2c9e143f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-rest-authentication.php\":{\"d\":1565627849,\"h\":\"c37c097471fe434e8da4ca772f9a7afe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-widget-functions.php\":{\"d\":1565627849,\"h\":\"97adb08c7e9d49a616dbbb2652795d76\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-customer-download-log.php\":{\"d\":1565627849,\"h\":\"9d78b81dc42ac9b8720dc786747ac15d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-product-functions.php\":{\"d\":1565627849,\"h\":\"e260d7edce00f58cb0f9c0f72f38e6e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/wc-order-functions.php\":{\"d\":1565627849,\"h\":\"4e00c349f2a7a3bacfa8b5be0dab43dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-product-simple.php\":{\"d\":1565627849,\"h\":\"23e45fca58c5f77ff80a82a0dbdf7a62\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-data-store.php\":{\"d\":1565627849,\"h\":\"28a513d5d297d51998c8395fa4918871\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-order-query.php\":{\"d\":1565627849,\"h\":\"804380aaf4fdbeccf61c05f9e934cee5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-post-data.php\":{\"d\":1565627849,\"h\":\"ff9af2494929aff91c56876ffae16cb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-auth.php\":{\"d\":1565627849,\"h\":\"88831f496307cf3d37cffe258b015bd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/includes\\/class-wc-autoloader.php\":{\"d\":1565627849,\"h\":\"015a40087c50e6530d0c55b494cc678e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/sample-data\\/sample_products.xml\":{\"d\":1565627849,\"h\":\"3e97000a012cc4f48c00efb2324d80d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/sample-data\\/sample_products.csv\":{\"d\":1565627849,\"h\":\"7c882ab9db0c00f5b3932cc1e19ec9e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/sample-data\\/sample_tax_rates.csv\":{\"d\":1565627849,\"h\":\"8f3b4219f582aa74c3b96f9b4ae5749d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/AglInstaller.php\":{\"d\":1565627849,\"h\":\"ede00143638c3d572acef2b18b440c67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/KohanaInstaller.php\":{\"d\":1565627849,\"h\":\"5a208a2249eef3cb2f84fa04851303ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ClanCatsFrameworkInstaller.php\":{\"d\":1565627849,\"h\":\"d7d0f6e7d59de2561f6f3580ecda905c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/RoundcubeInstaller.php\":{\"d\":1565627849,\"h\":\"84d8e36cb6b1f563632a7e6a3d702a75\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/RedaxoInstaller.php\":{\"d\":1565627849,\"h\":\"91465b7c2ed331d7d078eb092658664e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ExpressionEngineInstaller.php\":{\"d\":1565627849,\"h\":\"6f0147b4593eed79e72a135e59f290fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/SMFInstaller.php\":{\"d\":1565627849,\"h\":\"38f449ff30b86d6a403018dd25f855f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MediaWikiInstaller.php\":{\"d\":1565627849,\"h\":\"fe04b064ee33cdae252e590487998480\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/DokuWikiInstaller.php\":{\"d\":1565627849,\"h\":\"7d89963de625fcbf900593375cd13856\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/WHMCSInstaller.php\":{\"d\":1565627849,\"h\":\"a83a78ab0391eb160f9c2b785bb7c414\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/EliasisInstaller.php\":{\"d\":1565627849,\"h\":\"fcf110d7133ad838a1b2d9b7c449f8a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/LanManagementSystemInstaller.php\":{\"d\":1565627849,\"h\":\"50ea66390cdef14fdecc36db7b6cabb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/TuskInstaller.php\":{\"d\":1565627849,\"h\":\"525c1ffb4cebbab527f0f70f81e37f51\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MayaInstaller.php\":{\"d\":1565627849,\"h\":\"9c67e300f0f770c40966e62f886c3a8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/BaseInstaller.php\":{\"d\":1565627849,\"h\":\"c2e18107df21fb0fea6d563971eb7deb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/JoomlaInstaller.php\":{\"d\":1565627849,\"h\":\"9fb29f8c006648706701214ea14fdd27\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PiwikInstaller.php\":{\"d\":1565627849,\"h\":\"f38d8575cc8e13a213af23213f083597\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ItopInstaller.php\":{\"d\":1565627849,\"h\":\"2cf74aaaa490b4c31344a71bc5a9e688\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/WolfCMSInstaller.php\":{\"d\":1565627849,\"h\":\"4c10c49cc2d24c05a6c8907234f2720b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PhiftyInstaller.php\":{\"d\":1565627849,\"h\":\"8b9abdefa505abe6dfcd6a4238a3bae4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/CockpitInstaller.php\":{\"d\":1565627849,\"h\":\"0f97d69791b63618aa973e2c83c821e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/AimeosInstaller.php\":{\"d\":1565627849,\"h\":\"45f0574d6936ea3d3c152a407d6da2f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PuppetInstaller.php\":{\"d\":1565627849,\"h\":\"b207628b5518fe79eacd85abdfe60038\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PPIInstaller.php\":{\"d\":1565627849,\"h\":\"83ba6db0c48ee5a6810d22b34278ca7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/CodeIgniterInstaller.php\":{\"d\":1565627849,\"h\":\"fb8d4807178bdb3daa75cd5d5239d9d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/OxidInstaller.php\":{\"d\":1565627849,\"h\":\"4b4536d7c30be8c1eaf45000498036c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/KanboardInstaller.php\":{\"d\":1565627849,\"h\":\"c22a335dde193ccdf5dd5d90c8278e96\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ShopwareInstaller.php\":{\"d\":1565627849,\"h\":\"e505ad4b4b9779f112deab701e72c45d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/LithiumInstaller.php\":{\"d\":1565627849,\"h\":\"211c7bd668c8a1521932cbaaed80a836\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/TYPO3CmsInstaller.php\":{\"d\":1565627849,\"h\":\"4f064565f45ac35987c0fb0545ccf926\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/AttogramInstaller.php\":{\"d\":1565627849,\"h\":\"6f47a3e1fb1ffcbed14519a0fccb0d16\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ZendInstaller.php\":{\"d\":1565627849,\"h\":\"953c54820395f1108c573c6c1830d3b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/GravInstaller.php\":{\"d\":1565627849,\"h\":\"3ee2de91aebb9755ec405e4c9f145d04\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/OctoberInstaller.php\":{\"d\":1565627849,\"h\":\"1495b43d0ca1120a38cf017512cf17f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PhpBBInstaller.php\":{\"d\":1565627849,\"h\":\"7d14d7ec2cbc533d96d0cdd854b338a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ModxInstaller.php\":{\"d\":1565627849,\"h\":\"9e44fa9c4d12b5527b698aae01500e63\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MicroweberInstaller.php\":{\"d\":1565627849,\"h\":\"6866367d3277871e0ff964fffad571e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/YawikInstaller.php\":{\"d\":1565627849,\"h\":\"555229b8b37df1672918769aa4cb5773\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/HuradInstaller.php\":{\"d\":1565627849,\"h\":\"91552d308d37dcc0ec020a7d6d955c5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PimcoreInstaller.php\":{\"d\":1565627849,\"h\":\"053bf74ac9033be160c692206e48bf10\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/FuelphpInstaller.php\":{\"d\":1565627849,\"h\":\"40bd4bcc0ea2bd1b7b7e74621c59621d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PortoInstaller.php\":{\"d\":1565627849,\"h\":\"6009da3ddb7ba57fb36046981a144737\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MakoInstaller.php\":{\"d\":1565627849,\"h\":\"a6f3b3efba366710ab4f357c11f0ef20\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/KodiCMSInstaller.php\":{\"d\":1565627849,\"h\":\"58afe15f63e1d727d8784d39feb8e0b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/WordPressInstaller.php\":{\"d\":1565627849,\"h\":\"0ed581de55f2ab33e1d2bec950a8036d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/AnnotateCmsInstaller.php\":{\"d\":1565627849,\"h\":\"31df637344896825e98c5b7021983422\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MauticInstaller.php\":{\"d\":1565627849,\"h\":\"1c18f23b79062570ea6f8dd1a8a1c29f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/TYPO3FlowInstaller.php\":{\"d\":1565627849,\"h\":\"92cdf62c9c6f1246dd44163a4e88be34\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MoodleInstaller.php\":{\"d\":1565627849,\"h\":\"025185b349dcfb2e7780d908163e9c90\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/Plugin.php\":{\"d\":1565627849,\"h\":\"59e539a63ab60f3cefb3bdd0b9d253a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/LaravelInstaller.php\":{\"d\":1565627849,\"h\":\"ae84a3a73d60888777d532899036ee64\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/TheliaInstaller.php\":{\"d\":1565627849,\"h\":\"52237458eec98374c07d143703464937\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/EzPlatformInstaller.php\":{\"d\":1565627849,\"h\":\"adcc1c4035b4e024c4756ffa61209dd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/CakePHPInstaller.php\":{\"d\":1565627849,\"h\":\"36e76b5fe6d6f7f773beacef87fa78e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PrestashopInstaller.php\":{\"d\":1565627849,\"h\":\"f0cef78021c404c84819ffa5689c9f90\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/DolibarrInstaller.php\":{\"d\":1565627849,\"h\":\"bb096d5f6426d4baf4979d0f821f3077\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/VgmcpInstaller.php\":{\"d\":1565627849,\"h\":\"7a8905bf9a729c1c3e553c7a3178d665\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/SiteDirectInstaller.php\":{\"d\":1565627849,\"h\":\"a4b0e1c45936fd076f0b7adec02f9b43\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ImageCMSInstaller.php\":{\"d\":1565627849,\"h\":\"5b977d18fbd35ff0db958116b5a4588c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MODXEvoInstaller.php\":{\"d\":1565627849,\"h\":\"c7200ebe06f9d08c147e19fe855eb446\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/BitrixInstaller.php\":{\"d\":1565627849,\"h\":\"6886e00721d31366c5aa6525d251eceb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MajimaInstaller.php\":{\"d\":1565627849,\"h\":\"5813552b345de90a916a8ba53260af20\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MagentoInstaller.php\":{\"d\":1565627849,\"h\":\"81d57b03fc92468b89e7b9c11f05ca73\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/OsclassInstaller.php\":{\"d\":1565627849,\"h\":\"48bb27154879fd900cb2f8e072e7b60a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/AsgardInstaller.php\":{\"d\":1565627849,\"h\":\"9dd2e9b01e14d74cb088cffd8a974a4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/FuelInstaller.php\":{\"d\":1565627849,\"h\":\"df065efb9d71f77bfb335cdd67138005\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/VanillaInstaller.php\":{\"d\":1565627849,\"h\":\"24ad639a368110333ebfa96edb0f4d22\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/CiviCrmInstaller.php\":{\"d\":1565627849,\"h\":\"b1c4e988ccc36553752db5d1d598fa7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ReIndexInstaller.php\":{\"d\":1565627849,\"h\":\"134fc39d59f5112c875c9fae2d1af12a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ElggInstaller.php\":{\"d\":1565627849,\"h\":\"848e9350cc8186a9bfa89178a5c7908b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/Symfony1Installer.php\":{\"d\":1565627849,\"h\":\"4c919df8f2a98d15510039a76d9a4d98\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/Installer.php\":{\"d\":1565627849,\"h\":\"2ee73b1b15165adb426febccf0d41acb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ZikulaInstaller.php\":{\"d\":1565627849,\"h\":\"7f4bab0f38114912ba6470986f0f3f45\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/SilverStripeInstaller.php\":{\"d\":1565627849,\"h\":\"502dee105e9830f31f33f4d7cd99c335\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MODULEWorkInstaller.php\":{\"d\":1565627849,\"h\":\"d613a4d9a26a15fa8ffa40b19b0a4ead\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/OntoWikiInstaller.php\":{\"d\":1565627849,\"h\":\"02a43052e0eff624107c7e9a0afc9376\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/RadPHPInstaller.php\":{\"d\":1565627849,\"h\":\"522209f40dc27b3982eb13712b455e5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/Concrete5Installer.php\":{\"d\":1565627849,\"h\":\"740987efcfcb6d21acd47e415ef35391\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PxcmsInstaller.php\":{\"d\":1565627849,\"h\":\"900115aee230a1dd0e76bf2daaad5438\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/DecibelInstaller.php\":{\"d\":1565627849,\"h\":\"dfd22bf8722260076cd2aefad5de7676\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/CroogoInstaller.php\":{\"d\":1565627849,\"h\":\"41c37645858922b9c2994d5cd9f14dc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/DrupalInstaller.php\":{\"d\":1565627849,\"h\":\"ec349e6e42f115b354bb45f0d80311d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/KirbyInstaller.php\":{\"d\":1565627849,\"h\":\"9cafe4284a0c9bcf5f3f2b3468879cb2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/CraftInstaller.php\":{\"d\":1565627849,\"h\":\"91f6d8a5f86783a019eee7e95d621ee2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/BonefishInstaller.php\":{\"d\":1565627849,\"h\":\"75222ee74ff9849c0995c122ec4f2d42\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PlentymarketsInstaller.php\":{\"d\":1565627849,\"h\":\"c5bafbbd0ec73e8770d2b85d549aa63a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/LavaLiteInstaller.php\":{\"d\":1565627849,\"h\":\"ec73030740f534091a97e0baf04477ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/SyDESInstaller.php\":{\"d\":1565627849,\"h\":\"c1ea57f9bd7df3e50eb284b9c7423d48\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ChefInstaller.php\":{\"d\":1565627849,\"h\":\"749726ef8172403b85ece66603e0808d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/UserFrostingInstaller.php\":{\"d\":1565627849,\"h\":\"42ccdfd512d0bc86f09dc0157ad6b55f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/src\\/bootstrap.php\":{\"d\":1565627849,\"h\":\"de7fa899c69d0a072500e508ef137f91\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installers\\/LICENSE\":{\"d\":1565627849,\"h\":\"043117d4dcbc27195a9479a30b7befcf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/installed.json\":{\"d\":1565627849,\"h\":\"91bdc11581e493e304f07a029f9f02f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/autoload_static.php\":{\"d\":1565627849,\"h\":\"4f48c44d7f0cebc2221de30b874ba542\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/autoload_classmap.php\":{\"d\":1565627849,\"h\":\"28a18a72e45b9328bb03249f2963fd6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/autoload_real.php\":{\"d\":1565627849,\"h\":\"54e07f4f49b283833a1c28112b7731eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/ClassLoader.php\":{\"d\":1565627849,\"h\":\"292c079dbe63ba06bfbf37fd99fe4bf9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/autoload_psr4.php\":{\"d\":1565627849,\"h\":\"333498b3897cccfad4d45c56201a12b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/autoload_namespaces.php\":{\"d\":1565627849,\"h\":\"35e12c7d76c4a81633bcf547c0e229a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/autoload_classmap_package.php\":{\"d\":1565627849,\"h\":\"a37283ed939903ea72d3367e964de3da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/composer\\/LICENSE\":{\"d\":1565627849,\"h\":\"955d5fe58c231244f6b49000f383b5e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/automattic\\/jetpack-autoloader\\/src\\/CustomAutoloaderPlugin.php\":{\"d\":1565627849,\"h\":\"33f554ef2a74b933dddeddbd7ac68bf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/automattic\\/jetpack-autoloader\\/src\\/autoload.php\":{\"d\":1565627849,\"h\":\"359dfacfbc97abcbb78d3119648b1806\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/automattic\\/jetpack-autoloader\\/src\\/AutoloadGenerator.php\":{\"d\":1565627849,\"h\":\"87156f9c4d2d131b9f7e6106fed02c27\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/autoload_packages.php\":{\"d\":1565627849,\"h\":\"bc9a901e36724d995628db31067ad8b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/vendor\\/autoload.php\":{\"d\":1565627849,\"h\":\"3a190b1e9ba727e7c29a96822d38ef56\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Utilities\\/ImageAttachment.php\":{\"d\":1565627849,\"h\":\"3f94574bb31d1e5e51e56ac7eb20f4bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Utilities\\/SingletonTrait.php\":{\"d\":1565627849,\"h\":\"2b67377c76f55c5756b28749e3da8b87\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-report-top-sellers-controller.php\":{\"d\":1565627849,\"h\":\"ba805cbd4cb2d0727d8b9a6dc181c0db\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-order-notes-controller.php\":{\"d\":1565627849,\"h\":\"0de3a12038ac8609d75ef7490f29fc64\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-terms-controller.php\":{\"d\":1565627849,\"h\":\"e29bb8350cf52c8fae8fcd43ef09b8bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-system-status-controller.php\":{\"d\":1565627849,\"h\":\"59d568d506790e5a23e9750fb2e4a35c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-shipping-zones-controller-base.php\":{\"d\":1565627849,\"h\":\"2f5fc460316f873be1566fd1fac94701\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-settings-controller.php\":{\"d\":1565627849,\"h\":\"462ee8f4bd57ad3a7d85c56f9cdb13ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-data-continents-controller.php\":{\"d\":1565627849,\"h\":\"740495b99b09fca97762d5af05ba48ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-taxes-controller.php\":{\"d\":1565627849,\"h\":\"c365d8703b89daccb9e4bde871b05c7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-shipping-zones-controller.php\":{\"d\":1565627849,\"h\":\"379662760c04077d440b50f00255875b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-reports-controller.php\":{\"d\":1565627849,\"h\":\"672f287df700944971d812c79c70a50c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-controller.php\":{\"d\":1565627849,\"h\":\"17d6ed88fdd227dce49e10f6bb34e3e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-shipping-zone-locations-controller.php\":{\"d\":1565627849,\"h\":\"3bb35f50a033bce6f04c7043b26a84b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-report-orders-totals-controller.php\":{\"d\":1565627849,\"h\":\"36e6a55fc451fbeba246ee658343bacb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-webhooks-controller.php\":{\"d\":1565627849,\"h\":\"4e20fa482e78001904d2c6867021a00d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-product-attributes-controller.php\":{\"d\":1565627849,\"h\":\"62b27cfbb30ab361484988eddeb9b143\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-product-reviews-controller.php\":{\"d\":1565627849,\"h\":\"47f451219e7eb863106da7d43e31cbfa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-coupons-controller.php\":{\"d\":1565627849,\"h\":\"63c11f32d3fb9d271e37861b99c97f6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-system-status-tools-controller.php\":{\"d\":1565627849,\"h\":\"d7d6d1ce3003dfa1b34702df64d025e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-report-customers-totals-controller.php\":{\"d\":1565627849,\"h\":\"ba649899ec92eb70e3a0dcb023493261\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-network-orders-controller.php\":{\"d\":1565627849,\"h\":\"16b0e02feec9ba626d196d57794e9a23\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-report-coupons-totals-controller.php\":{\"d\":1565627849,\"h\":\"2cc2ab4b9a8c9daad03142bcfaeae586\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-data-countries-controller.php\":{\"d\":1565627849,\"h\":\"88c9b9b3211c72ec9487aec5f7a0e6d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-tax-classes-controller.php\":{\"d\":1565627849,\"h\":\"417ab09decdda7b12db679481f61e53f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-customers-controller.php\":{\"d\":1565627849,\"h\":\"6a288c1db34391e2f7833e01a1ca2f8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-product-attribute-terms-controller.php\":{\"d\":1565627849,\"h\":\"cbb7e202a2bb5f33e5ff1156fc6bc850\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-report-reviews-totals-controller.php\":{\"d\":1565627849,\"h\":\"6e9d0b152aacd159a535311710245718\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-product-variations-controller.php\":{\"d\":1565627849,\"h\":\"dfddfc72e99591c901a164a8926c2a49\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-data-controller.php\":{\"d\":1565627849,\"h\":\"8b31df71b9cfab447c6d074845d664d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-data-currencies-controller.php\":{\"d\":1565627849,\"h\":\"4e6c45d5779333682d2038f94ee6b2f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-payment-gateways-controller.php\":{\"d\":1565627849,\"h\":\"f86a1c93ff7b41a65511260efe93e0f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-crud-controller.php\":{\"d\":1565627849,\"h\":\"f98471066ad8e63f5f990d7a3d156a15\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-order-refunds-controller.php\":{\"d\":1565627849,\"h\":\"e4037dee4ded9ac02a646fd97a38e92e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-shipping-methods-controller.php\":{\"d\":1565627849,\"h\":\"2b59fafda7af1aad14e7474333c3ca50\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-setting-options-controller.php\":{\"d\":1565627849,\"h\":\"02cbc4396dac120aaec7be479e2675fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-report-sales-controller.php\":{\"d\":1565627849,\"h\":\"f8843aa1ab4547ec50d06d18b074725d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-customer-downloads-controller.php\":{\"d\":1565627849,\"h\":\"e27c9e8e42b2990aabdbf4ce2e563675\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-product-shipping-classes-controller.php\":{\"d\":1565627849,\"h\":\"58bae501cf893796e6ca5840efda1dad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-products-controller.php\":{\"d\":1565627849,\"h\":\"974ee704980be29d0eab648d87b49a77\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-shipping-zone-methods-controller.php\":{\"d\":1565627849,\"h\":\"178e14156895357303fcf3a7a4fc1dcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-product-tags-controller.php\":{\"d\":1565627849,\"h\":\"c7b6eed45029ec805d5255dc1d96b90b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-posts-controller.php\":{\"d\":1565627849,\"h\":\"648b307dc8d643b75d1e8f159da8911f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-orders-controller.php\":{\"d\":1565627849,\"h\":\"491f5d7d300ff6e162e315a651c709f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-report-products-totals-controller.php\":{\"d\":1565627849,\"h\":\"b092963406dc6c62c52864b19e028687\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version3\\/class-wc-rest-product-categories-controller.php\":{\"d\":1565627849,\"h\":\"a7f7a6a1e8674b3bce5411a8fa736329\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-network-orders-v2-controller.php\":{\"d\":1565627849,\"h\":\"8509189b4a9230b1acac201137aee431\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-payment-gateways-v2-controller.php\":{\"d\":1565627849,\"h\":\"0292139fe81e40821e49ecf017de1097\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-tax-classes-v2-controller.php\":{\"d\":1565627849,\"h\":\"ff911ee96c71519fa1bb81a8d8d5eea3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-product-shipping-classes-v2-controller.php\":{\"d\":1565627849,\"h\":\"f36bf65fbc206d7d26068b0d1a454dbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-customers-v2-controller.php\":{\"d\":1565627849,\"h\":\"2d4943be46f8156128412ccd0927605d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-product-categories-v2-controller.php\":{\"d\":1565627849,\"h\":\"23598359ef80eee078c18f4c1fe85f3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-customer-downloads-v2-controller.php\":{\"d\":1565627849,\"h\":\"e32ef5bd466a3af19260d9d60218e78e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-order-refunds-v2-controller.php\":{\"d\":1565627849,\"h\":\"390e10c04283d4073bfaab96e5c161bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-product-attributes-v2-controller.php\":{\"d\":1565627849,\"h\":\"84c99e40c83e520eb9de8b0953ccf265\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-settings-v2-controller.php\":{\"d\":1565627849,\"h\":\"a48cf112a6bd0e1bb3613dedacca33ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-report-top-sellers-v2-controller.php\":{\"d\":1565627849,\"h\":\"d3b47ee3091b531d60617d0291c15aba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-product-reviews-v2-controller.php\":{\"d\":1565627849,\"h\":\"d2fec27dbad9e486770ba3f679ad2206\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-product-tags-v2-controller.php\":{\"d\":1565627849,\"h\":\"f3db45c99115213f767ce41f3c32cb50\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-order-notes-v2-controller.php\":{\"d\":1565627849,\"h\":\"c00307293bf0ab29ea282ac86afc54fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-shipping-methods-v2-controller.php\":{\"d\":1565627849,\"h\":\"b6910081d7a3a9271098465635ebb71e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-orders-v2-controller.php\":{\"d\":1565627849,\"h\":\"659f36584a1d85cbbc86085fefe869df\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-shipping-zone-locations-v2-controller.php\":{\"d\":1565627849,\"h\":\"119ba6bb131a69d98714084445363c96\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-coupons-v2-controller.php\":{\"d\":1565627849,\"h\":\"fceb6af1ef666a96ce5423ec3e532da0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-system-status-tools-v2-controller.php\":{\"d\":1565627849,\"h\":\"6c755b216efd364a90d68d3adfc1070c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-report-sales-v2-controller.php\":{\"d\":1565627849,\"h\":\"a69c2444b540e58d101aa7b55d5ef4ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-webhook-deliveries-v2-controller.php\":{\"d\":1565627849,\"h\":\"a8ba92f7fc9d8b3cac8cd59118e8a9f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-system-status-v2-controller.php\":{\"d\":1565627849,\"h\":\"84bb29bc9a6eb7a24e10a1b56012e7b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-product-attribute-terms-v2-controller.php\":{\"d\":1565627849,\"h\":\"1fabb74e3ec17cd357ac5ee77ffbaeb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-taxes-v2-controller.php\":{\"d\":1565627849,\"h\":\"61bf8c06008cc0bfef017573a7ea5cf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-webhooks-v2-controller.php\":{\"d\":1565627849,\"h\":\"764183ddaf900c1628fc3cc001544436\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-shipping-zones-v2-controller.php\":{\"d\":1565627849,\"h\":\"ec674b7aef8b1fc93bae64c28c26e287\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-products-v2-controller.php\":{\"d\":1565627849,\"h\":\"73b111e9d73705189f9657f94ee2cd0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-product-variations-v2-controller.php\":{\"d\":1565627849,\"h\":\"dd9ae140edd780920185ef7e16d7a9a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-setting-options-v2-controller.php\":{\"d\":1565627849,\"h\":\"c1a9f81a5de3e4513afdb4c52cf3f8ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-reports-v2-controller.php\":{\"d\":1565627849,\"h\":\"5c64becef96b89653fd3e98d3b3ea7c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version2\\/class-wc-rest-shipping-zone-methods-v2-controller.php\":{\"d\":1565627849,\"h\":\"812e6bfd6ff38c5feec247ca0452d66f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-product-attribute-terms-v1-controller.php\":{\"d\":1565627849,\"h\":\"c34917058663092bd41fe7d5da3550d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-product-attributes-v1-controller.php\":{\"d\":1565627849,\"h\":\"007356b4d93695d12af29fc4b87ed1bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-product-categories-v1-controller.php\":{\"d\":1565627849,\"h\":\"4b9d66f77bb9d9925d561c5cad0b3417\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-orders-v1-controller.php\":{\"d\":1565627849,\"h\":\"90c23c7301dff58a77e07b33cf3247ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-reports-v1-controller.php\":{\"d\":1565627849,\"h\":\"e97f2c4656db755091db554499fb0d80\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-product-shipping-classes-v1-controller.php\":{\"d\":1565627849,\"h\":\"6ebf7d8a3f4799c71a4c11b9368afc3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-report-sales-v1-controller.php\":{\"d\":1565627849,\"h\":\"98ed4a3526bd1aa86fa592028d2f5a16\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-product-reviews-v1-controller.php\":{\"d\":1565627849,\"h\":\"0d079cac036555a36bab8145cb87de2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-webhook-deliveries-v1-controller.php\":{\"d\":1565627849,\"h\":\"d5c51b3bc4319da6bc6b1b8ec702e784\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-coupons-v1-controller.php\":{\"d\":1565627849,\"h\":\"035795ea6117a01b2323cadae0e51629\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-tax-classes-v1-controller.php\":{\"d\":1565627849,\"h\":\"7e03956c56b48f64a16f1e3cf6ac8954\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-order-refunds-v1-controller.php\":{\"d\":1565627849,\"h\":\"1264d2e931a6d923a6f2f9db3c11384f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-webhooks-v1-controller.php\":{\"d\":1565627849,\"h\":\"55a0b5695c2df19f8092a3b8745e567c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-product-tags-v1-controller.php\":{\"d\":1565627849,\"h\":\"9fbd82372629db1ba836473fe2029e2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-order-notes-v1-controller.php\":{\"d\":1565627849,\"h\":\"c0cef8049d03601b727ca14fd938e9eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-taxes-v1-controller.php\":{\"d\":1565627849,\"h\":\"e5173df328d822abf0cac21131622f4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-report-top-sellers-v1-controller.php\":{\"d\":1565627849,\"h\":\"b3e247a38b9a23e528d3d85000c002ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-products-v1-controller.php\":{\"d\":1565627849,\"h\":\"711ec7db5067708d0a2291c80e7b0982\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-customers-v1-controller.php\":{\"d\":1565627849,\"h\":\"635c6bb67f73ffa0c51d57fb41606e99\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Controllers\\/Version1\\/class-wc-rest-customer-downloads-v1-controller.php\":{\"d\":1565627849,\"h\":\"463f1be235b10a458c3939416d6261c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Server.php\":{\"d\":1565627849,\"h\":\"f25f42ce566cf8058cf8baf00240cd2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/src\\/Package.php\":{\"d\":1565627849,\"h\":\"0d7c3a74e54badc30229bbf1db3ced80\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-rest-api\\/woocommerce-rest-api.php\":{\"d\":1565627849,\"h\":\"fe049c69aacce6836027b82af7a95f2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/utils\\/test\\/get-query.js\":{\"d\":1565627849,\"h\":\"8736a911d350e63e7e66a3947189a3c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/utils\\/with-component-id.js\":{\"d\":1565627849,\"h\":\"3d0e368ef6bdd9fdd42e95fce6b63907\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/utils\\/products.js\":{\"d\":1565627849,\"h\":\"c0bb36fae94d1df052e30144d759e6ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/utils\\/get-query.js\":{\"d\":1565627849,\"h\":\"d54c779af301975868de06a5a624b0b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/utils\\/get-shortcode.js\":{\"d\":1565627849,\"h\":\"8cbc8e5dbbd71c54d105fdce4495e335\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/utils\\/shared-attributes.js\":{\"d\":1565627849,\"h\":\"66db9ee19b2e4740868e8f0a8a5cb4a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/utils\\/deprecations.js\":{\"d\":1565627849,\"h\":\"bee7c5a4254dba4c5db6eaa666d1a20a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/products-by-attribute\\/index.js\":{\"d\":1565627849,\"h\":\"58666bf9c93308f71395d054148f7e69\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/products-by-attribute\\/block.js\":{\"d\":1565627849,\"h\":\"bbb7be096bb943d66eecd1719c1a4c71\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/products-by-attribute\\/editor.scss\":{\"d\":1565627849,\"h\":\"ce1525a59d5e82cc2d2a17b13bfb41de\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-on-sale\\/index.js\":{\"d\":1565627849,\"h\":\"87f81567d5477d9a60b1ac23fc57b75c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-on-sale\\/block.js\":{\"d\":1565627849,\"h\":\"13b88e0e7f4bcc0965e72524bb0fc4ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-top-rated\\/index.js\":{\"d\":1565627849,\"h\":\"dd6467cc7c4927a8b31eb515277d8f17\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-top-rated\\/block.js\":{\"d\":1565627849,\"h\":\"3a5af2ac01d7002aa991081d11fcd0e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/handpicked-products\\/index.js\":{\"d\":1565627849,\"h\":\"58b36ab977a955df5df2bdb8a9f23d84\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/handpicked-products\\/block.js\":{\"d\":1565627849,\"h\":\"20a45d999bd8169660eaa423b8cea50e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/handpicked-products\\/editor.scss\":{\"d\":1565627849,\"h\":\"6f538c4318733312f50381461c44f2b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-new\\/index.js\":{\"d\":1565627849,\"h\":\"204530e39a2474673d7188178976b3b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-new\\/block.js\":{\"d\":1565627849,\"h\":\"b1fad6c8a01ca7e203bef50d9687091e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-tag\\/index.js\":{\"d\":1565627849,\"h\":\"e667e6c4ab4f9078ab7867070efb0462\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-tag\\/block.js\":{\"d\":1565627849,\"h\":\"57c2540cf61fecf428bb32588ec41e71\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-tag\\/editor.scss\":{\"d\":1565627849,\"h\":\"cf307ac89b7963a58a50ce6832fc62d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-category\\/index.js\":{\"d\":1565627849,\"h\":\"cb445bcfb4e7334e002a3581b81e0cd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-category\\/block.js\":{\"d\":1565627849,\"h\":\"ba4e9ed1785feeef8689125c5cc088fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-category\\/editor.scss\":{\"d\":1565627849,\"h\":\"d0eb9e1419860f25f002c95832985e71\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-best-sellers\\/index.js\":{\"d\":1565627849,\"h\":\"90038a75e88d710d0ad72997db1a49a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-best-sellers\\/block.js\":{\"d\":1565627849,\"h\":\"9891d4692c14b3653c35b83eab9eea00\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/featured-category\\/index.js\":{\"d\":1565627849,\"h\":\"c0ad6f3888f85cc2307ead55291e9b11\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/featured-category\\/style.scss\":{\"d\":1565627849,\"h\":\"768bd6321a64a433ad0d51e5fa2be88c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/featured-category\\/block.js\":{\"d\":1565627849,\"h\":\"f05c67d02b22f719e8c5e354a0740f6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/featured-category\\/editor.scss\":{\"d\":1565627849,\"h\":\"ecebc02ad95b1b5b819161b59c957af6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/featured-product\\/index.js\":{\"d\":1565627849,\"h\":\"e190213e839514609acffc6b3b232973\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/featured-product\\/style.scss\":{\"d\":1565627849,\"h\":\"59c3a728290714351a95d68bd654eeb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/featured-product\\/block.js\":{\"d\":1565627849,\"h\":\"c64d54e567e375a2ec8cd4ea223c39ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/featured-product\\/editor.scss\":{\"d\":1565627849,\"h\":\"37881b8f1a8fdeb281c7ebe98baa610e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-categories\\/hierarchy.js\":{\"d\":1565627849,\"h\":\"fb20adc7c14ffb2775364c448bb36503\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-categories\\/index.js\":{\"d\":1565627849,\"h\":\"b3a21152f5e4f96b50cfa42fcf4680c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-categories\\/style.scss\":{\"d\":1565627849,\"h\":\"86e944c58ce97045671e21435d95f5e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-categories\\/edit.js\":{\"d\":1565627849,\"h\":\"1d90d0864cb13604ad90c1815d341ce9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-categories\\/block.js\":{\"d\":1565627849,\"h\":\"243b93c298620be9c4a88568c1b75c02\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-categories\\/get-categories.js\":{\"d\":1565627849,\"h\":\"ec7e7b328245eb0790052eeb3e39c752\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-categories\\/frontend.js\":{\"d\":1565627849,\"h\":\"53bbf235d3b658e6f08e970cb01fda3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/blocks\\/product-categories\\/editor.scss\":{\"d\":1565627849,\"h\":\"e8270912309a55f37a3d60f2aa10ecfa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/product-preview\\/test\\/__snapshots__\\/index.js.snap\":{\"d\":1565627849,\"h\":\"8ecc53d4005e9ede0234e87d1626a7cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/product-preview\\/test\\/index.js\":{\"d\":1565627849,\"h\":\"a8f1f894fc01cfd11fb07ea62e73af8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/product-preview\\/index.js\":{\"d\":1565627849,\"h\":\"cbb3a95a9c425c5eb491d3eddf057f4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/product-preview\\/style.scss\":{\"d\":1565627849,\"h\":\"11cd5eef8a715ad13913037cc8ec1646\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/product-tag-control\\/index.js\":{\"d\":1565627849,\"h\":\"40863f4f66462c5e58f4a2d34715cf7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/product-tag-control\\/style.scss\":{\"d\":1565627849,\"h\":\"30176a2ffb5547cf327d57fffc00ceff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/product-attribute-control\\/index.js\":{\"d\":1565627849,\"h\":\"539d7e269ba78d728dc9a4b2bbe5fe5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/product-attribute-control\\/style.scss\":{\"d\":1565627849,\"h\":\"2e53ea2ec5da1d16c35b9495212a5f34\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/grid-content-control\\/index.js\":{\"d\":1565627849,\"h\":\"36ce9232a08d9b2b10ea0936e93d2246\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/icons\\/folder-star.js\":{\"d\":1565627849,\"h\":\"228194ccd03eee023dfebff391bb2a15\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/icons\\/new-releases.js\":{\"d\":1565627849,\"h\":\"c4aabe5537366e95b4737c1ef9221d48\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/icons\\/index.js\":{\"d\":1565627849,\"h\":\"0934e9de4359fb34c12736d489dd9cab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/icons\\/checkbox-checked.js\":{\"d\":1565627849,\"h\":\"de3469df302ec0974c2ec6040c8ea45a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/icons\\/widgets.js\":{\"d\":1565627849,\"h\":\"cdf9edee32e3fc27001486f26c68a661\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/icons\\/radio-selected.js\":{\"d\":1565627849,\"h\":\"43e725c51db53bc859b5381ecb0c93fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/icons\\/woo.js\":{\"d\":1565627849,\"h\":\"dc1317e860c91590fd5722dc8d3150f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/icons\\/radio-unselected.js\":{\"d\":1565627849,\"h\":\"61e888777bd4c61f11629f9aaedd6c9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/icons\\/checkbox-unchecked.js\":{\"d\":1565627849,\"h\":\"44f507ae996eccc448009f7db928f230\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/icons\\/folder.js\":{\"d\":1565627849,\"h\":\"e442c7623691ba2843649f914e37b55f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/product-category-control\\/index.js\":{\"d\":1565627849,\"h\":\"6442d6ab3e8a7ead08526e6e52cbdd0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/product-category-control\\/style.scss\":{\"d\":1565627849,\"h\":\"9f5b9ded09b0bcce7a383299d4c3b00f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/product-orderby-control\\/index.js\":{\"d\":1565627849,\"h\":\"f00f4dfb9da37ea8b2ca793a76552161\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/utils\\/index.js\":{\"d\":1565627849,\"h\":\"1a7f0da5b598a7a49b1a8a2bed7f8a67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/grid-layout-control\\/index.js\":{\"d\":1565627849,\"h\":\"529c50a0f3f76035cb0160909c8e2d56\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/toggle-button-control\\/index.js\":{\"d\":1565627849,\"h\":\"8a293da7096fd052f63faca6d0d4b0e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/toggle-button-control\\/style.scss\":{\"d\":1565627849,\"h\":\"b52fc0a237d76074a68f98e398753b22\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/products-control\\/index.js\":{\"d\":1565627849,\"h\":\"eccad9f2e54d38d14de07525f1d3cee8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/product-control\\/index.js\":{\"d\":1565627849,\"h\":\"3da83cc7f9c50fc8e55a0d898a435e2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/components\\/product-control\\/style.scss\":{\"d\":1565627849,\"h\":\"0a6ad7117a7cc40aea46465f7a743db3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/js\\/index.js\":{\"d\":1565627849,\"h\":\"b2221fa3b5fcd8e72a11f133d8aeae0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/css\\/abstracts\\/_breakpoints.scss\":{\"d\":1565627849,\"h\":\"71e645edf3ec2ee8d9297c553ff6f3ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/css\\/abstracts\\/_variables.scss\":{\"d\":1565627849,\"h\":\"6a317c72f37542ecd06e6ea3bcc05b56\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/css\\/abstracts\\/_colors.scss\":{\"d\":1565627849,\"h\":\"f124052ec9bb30b518608687dfd25137\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/css\\/abstracts\\/_mixins.scss\":{\"d\":1565627849,\"h\":\"c286b39debca0a9e3e932349ac22abbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/css\\/style.scss\":{\"d\":1565627849,\"h\":\"aa2939acce7d7eb6293c035690d66966\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/assets\\/css\\/editor.scss\":{\"d\":1565627849,\"h\":\"95aa98fc3c0dc4d51ee736821c444cd3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ru_RU-60078c7e1562999732d0d5d42648e5b8.json\":{\"d\":1565627849,\"h\":\"24770dc0fa89c761303947c757c0433c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE-6e3d95eaf70621f822b845d5bcb2b3cf.json\":{\"d\":1565627849,\"h\":\"ccebdce91478afb848faa679c3af5540\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-es_ES-60078c7e1562999732d0d5d42648e5b8.json\":{\"d\":1565627849,\"h\":\"43bd4829c1782350050a114523e16782\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-da_DK-6e3d95eaf70621f822b845d5bcb2b3cf.json\":{\"d\":1565627849,\"h\":\"c59c7677c9324440106d76ae7c46d982\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ja-15e4e3df51632e1ca1000ea405c14b95.json\":{\"d\":1565627849,\"h\":\"db1eebed904465bdeaab1c627e719756\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-es_ES-f9f323a7db976a4eafb44c35cc6d5e32.json\":{\"d\":1565627849,\"h\":\"ffb859aec867fbebf3e9ff31f3f59173\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE-3f1f6467892f2a342fddcfecdceeb2c3.json\":{\"d\":1565627849,\"h\":\"ccebdce91478afb848faa679c3af5540\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-da_DK-a4caf5c468bc583ff7fc9a943d3dc348.json\":{\"d\":1565627849,\"h\":\"c59c7677c9324440106d76ae7c46d982\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE_formal-6e3d95eaf70621f822b845d5bcb2b3cf.json\":{\"d\":1565627849,\"h\":\"07852f82337c192de70b6090929bade5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ru_RU-a4caf5c468bc583ff7fc9a943d3dc348.json\":{\"d\":1565627849,\"h\":\"29302417e21cc78c0b6fcf527ee94aa1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-fr_FR-6e3d95eaf70621f822b845d5bcb2b3cf.json\":{\"d\":1565627849,\"h\":\"f76e25f702c38232ac71ab4bf41f5a32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE-2674aecf6bb0c5be4f2454ea842be5f6.json\":{\"d\":1565627849,\"h\":\"ccebdce91478afb848faa679c3af5540\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-da_DK-f9f323a7db976a4eafb44c35cc6d5e32.json\":{\"d\":1565627849,\"h\":\"c59c7677c9324440106d76ae7c46d982\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-fr_FR-3f1f6467892f2a342fddcfecdceeb2c3.json\":{\"d\":1565627849,\"h\":\"f76e25f702c38232ac71ab4bf41f5a32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ja-801633e5f64cc092aeb48a4c640fffe5.json\":{\"d\":1565627849,\"h\":\"db1eebed904465bdeaab1c627e719756\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ru_RU-6e3d95eaf70621f822b845d5bcb2b3cf.json\":{\"d\":1565627849,\"h\":\"29302417e21cc78c0b6fcf527ee94aa1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE_formal-f9f323a7db976a4eafb44c35cc6d5e32.json\":{\"d\":1565627849,\"h\":\"07852f82337c192de70b6090929bade5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH_informal-60078c7e1562999732d0d5d42648e5b8.json\":{\"d\":1565627849,\"h\":\"59dbe658f97d235a748aee05a313e7e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH_informal-801633e5f64cc092aeb48a4c640fffe5.json\":{\"d\":1565627849,\"h\":\"59dbe658f97d235a748aee05a313e7e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE-a4caf5c468bc583ff7fc9a943d3dc348.json\":{\"d\":1565627849,\"h\":\"ccebdce91478afb848faa679c3af5540\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ja-84d4253d132f6c5c53fe25d03f5e9200.json\":{\"d\":1565627849,\"h\":\"db1eebed904465bdeaab1c627e719756\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ru_RU-15e4e3df51632e1ca1000ea405c14b95.json\":{\"d\":1565627849,\"h\":\"29302417e21cc78c0b6fcf527ee94aa1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-es_ES-801633e5f64cc092aeb48a4c640fffe5.json\":{\"d\":1565627849,\"h\":\"43bd4829c1782350050a114523e16782\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ja-a4caf5c468bc583ff7fc9a943d3dc348.json\":{\"d\":1565627849,\"h\":\"db1eebed904465bdeaab1c627e719756\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH-6e3d95eaf70621f822b845d5bcb2b3cf.json\":{\"d\":1565627849,\"h\":\"3a3f465cc141a74de13733d62815525e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-fr_FR-2674aecf6bb0c5be4f2454ea842be5f6.json\":{\"d\":1565627849,\"h\":\"f76e25f702c38232ac71ab4bf41f5a32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ja-f9f323a7db976a4eafb44c35cc6d5e32.json\":{\"d\":1565627849,\"h\":\"db1eebed904465bdeaab1c627e719756\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-fr_FR-f9f323a7db976a4eafb44c35cc6d5e32.json\":{\"d\":1565627849,\"h\":\"f76e25f702c38232ac71ab4bf41f5a32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH-d748c5738d57b7518bef14f74456090e.json\":{\"d\":1565627849,\"h\":\"3a3f465cc141a74de13733d62815525e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE-801633e5f64cc092aeb48a4c640fffe5.json\":{\"d\":1565627849,\"h\":\"ccebdce91478afb848faa679c3af5540\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE-60078c7e1562999732d0d5d42648e5b8.json\":{\"d\":1565627849,\"h\":\"ccebdce91478afb848faa679c3af5540\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH_informal-15e4e3df51632e1ca1000ea405c14b95.json\":{\"d\":1565627849,\"h\":\"59dbe658f97d235a748aee05a313e7e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH-a4caf5c468bc583ff7fc9a943d3dc348.json\":{\"d\":1565627849,\"h\":\"3a3f465cc141a74de13733d62815525e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-da_DK-91f7cd8fa1b168630fc2b3a54cbe410f.json\":{\"d\":1565627849,\"h\":\"c59c7677c9324440106d76ae7c46d982\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-da_DK-d748c5738d57b7518bef14f74456090e.json\":{\"d\":1565627849,\"h\":\"c59c7677c9324440106d76ae7c46d982\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE_formal-15e4e3df51632e1ca1000ea405c14b95.json\":{\"d\":1565627849,\"h\":\"07852f82337c192de70b6090929bade5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ja-60078c7e1562999732d0d5d42648e5b8.json\":{\"d\":1565627849,\"h\":\"db1eebed904465bdeaab1c627e719756\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH-2674aecf6bb0c5be4f2454ea842be5f6.json\":{\"d\":1565627849,\"h\":\"3a3f465cc141a74de13733d62815525e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ja-d748c5738d57b7518bef14f74456090e.json\":{\"d\":1565627849,\"h\":\"db1eebed904465bdeaab1c627e719756\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-da_DK-15e4e3df51632e1ca1000ea405c14b95.json\":{\"d\":1565627849,\"h\":\"c59c7677c9324440106d76ae7c46d982\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH-60078c7e1562999732d0d5d42648e5b8.json\":{\"d\":1565627849,\"h\":\"3a3f465cc141a74de13733d62815525e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE_formal-d748c5738d57b7518bef14f74456090e.json\":{\"d\":1565627849,\"h\":\"07852f82337c192de70b6090929bade5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH_informal-84d4253d132f6c5c53fe25d03f5e9200.json\":{\"d\":1565627849,\"h\":\"59dbe658f97d235a748aee05a313e7e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-es_ES-84d4253d132f6c5c53fe25d03f5e9200.json\":{\"d\":1565627849,\"h\":\"ffb859aec867fbebf3e9ff31f3f59173\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE_formal-801633e5f64cc092aeb48a4c640fffe5.json\":{\"d\":1565627849,\"h\":\"07852f82337c192de70b6090929bade5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-fr_FR-15e4e3df51632e1ca1000ea405c14b95.json\":{\"d\":1565627849,\"h\":\"f76e25f702c38232ac71ab4bf41f5a32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-da_DK-84d4253d132f6c5c53fe25d03f5e9200.json\":{\"d\":1565627849,\"h\":\"c59c7677c9324440106d76ae7c46d982\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH_informal-6e3d95eaf70621f822b845d5bcb2b3cf.json\":{\"d\":1565627849,\"h\":\"59dbe658f97d235a748aee05a313e7e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-fr_FR-60078c7e1562999732d0d5d42648e5b8.json\":{\"d\":1565627849,\"h\":\"f76e25f702c38232ac71ab4bf41f5a32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH-15e4e3df51632e1ca1000ea405c14b95.json\":{\"d\":1565627849,\"h\":\"3a3f465cc141a74de13733d62815525e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH_informal-a4caf5c468bc583ff7fc9a943d3dc348.json\":{\"d\":1565627849,\"h\":\"59dbe658f97d235a748aee05a313e7e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-da_DK-2674aecf6bb0c5be4f2454ea842be5f6.json\":{\"d\":1565627849,\"h\":\"c59c7677c9324440106d76ae7c46d982\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH-f9f323a7db976a4eafb44c35cc6d5e32.json\":{\"d\":1565627849,\"h\":\"3a3f465cc141a74de13733d62815525e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ru_RU-3f1f6467892f2a342fddcfecdceeb2c3.json\":{\"d\":1565627849,\"h\":\"29302417e21cc78c0b6fcf527ee94aa1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-da_DK-3f1f6467892f2a342fddcfecdceeb2c3.json\":{\"d\":1565627849,\"h\":\"c59c7677c9324440106d76ae7c46d982\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-es_ES-6e3d95eaf70621f822b845d5bcb2b3cf.json\":{\"d\":1565627849,\"h\":\"ffb859aec867fbebf3e9ff31f3f59173\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE_formal-2674aecf6bb0c5be4f2454ea842be5f6.json\":{\"d\":1565627849,\"h\":\"07852f82337c192de70b6090929bade5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ja-6e3d95eaf70621f822b845d5bcb2b3cf.json\":{\"d\":1565627849,\"h\":\"db1eebed904465bdeaab1c627e719756\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ja-2674aecf6bb0c5be4f2454ea842be5f6.json\":{\"d\":1565627849,\"h\":\"db1eebed904465bdeaab1c627e719756\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-da_DK-60078c7e1562999732d0d5d42648e5b8.json\":{\"d\":1565627849,\"h\":\"cdb20965bc5f28b50f06b6f4581abfae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE_formal-91f7cd8fa1b168630fc2b3a54cbe410f.json\":{\"d\":1565627849,\"h\":\"07852f82337c192de70b6090929bade5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ja-3f1f6467892f2a342fddcfecdceeb2c3.json\":{\"d\":1565627849,\"h\":\"db1eebed904465bdeaab1c627e719756\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ru_RU-84d4253d132f6c5c53fe25d03f5e9200.json\":{\"d\":1565627849,\"h\":\"29302417e21cc78c0b6fcf527ee94aa1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE-91f7cd8fa1b168630fc2b3a54cbe410f.json\":{\"d\":1565627849,\"h\":\"ccebdce91478afb848faa679c3af5540\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE_formal-a4caf5c468bc583ff7fc9a943d3dc348.json\":{\"d\":1565627849,\"h\":\"07852f82337c192de70b6090929bade5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-es_ES-d748c5738d57b7518bef14f74456090e.json\":{\"d\":1565627849,\"h\":\"ffb859aec867fbebf3e9ff31f3f59173\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE-f9f323a7db976a4eafb44c35cc6d5e32.json\":{\"d\":1565627849,\"h\":\"ccebdce91478afb848faa679c3af5540\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-fr_FR-801633e5f64cc092aeb48a4c640fffe5.json\":{\"d\":1565627849,\"h\":\"f76e25f702c38232ac71ab4bf41f5a32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-fr_FR-a4caf5c468bc583ff7fc9a943d3dc348.json\":{\"d\":1565627849,\"h\":\"f76e25f702c38232ac71ab4bf41f5a32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ja-91f7cd8fa1b168630fc2b3a54cbe410f.json\":{\"d\":1565627849,\"h\":\"db1eebed904465bdeaab1c627e719756\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH_informal-2674aecf6bb0c5be4f2454ea842be5f6.json\":{\"d\":1565627849,\"h\":\"59dbe658f97d235a748aee05a313e7e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ru_RU-d748c5738d57b7518bef14f74456090e.json\":{\"d\":1565627849,\"h\":\"29302417e21cc78c0b6fcf527ee94aa1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-es_ES-3f1f6467892f2a342fddcfecdceeb2c3.json\":{\"d\":1565627849,\"h\":\"ffb859aec867fbebf3e9ff31f3f59173\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE_formal-3f1f6467892f2a342fddcfecdceeb2c3.json\":{\"d\":1565627849,\"h\":\"07852f82337c192de70b6090929bade5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-fr_FR-84d4253d132f6c5c53fe25d03f5e9200.json\":{\"d\":1565627849,\"h\":\"f76e25f702c38232ac71ab4bf41f5a32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH-91f7cd8fa1b168630fc2b3a54cbe410f.json\":{\"d\":1565627849,\"h\":\"3a3f465cc141a74de13733d62815525e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ru_RU-801633e5f64cc092aeb48a4c640fffe5.json\":{\"d\":1565627849,\"h\":\"24770dc0fa89c761303947c757c0433c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-es_ES-91f7cd8fa1b168630fc2b3a54cbe410f.json\":{\"d\":1565627849,\"h\":\"ffb859aec867fbebf3e9ff31f3f59173\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE_formal-60078c7e1562999732d0d5d42648e5b8.json\":{\"d\":1565627849,\"h\":\"07852f82337c192de70b6090929bade5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-fr_FR-d748c5738d57b7518bef14f74456090e.json\":{\"d\":1565627849,\"h\":\"f76e25f702c38232ac71ab4bf41f5a32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE-84d4253d132f6c5c53fe25d03f5e9200.json\":{\"d\":1565627849,\"h\":\"ccebdce91478afb848faa679c3af5540\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH_informal-d748c5738d57b7518bef14f74456090e.json\":{\"d\":1565627849,\"h\":\"59dbe658f97d235a748aee05a313e7e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ru_RU-91f7cd8fa1b168630fc2b3a54cbe410f.json\":{\"d\":1565627849,\"h\":\"29302417e21cc78c0b6fcf527ee94aa1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH-84d4253d132f6c5c53fe25d03f5e9200.json\":{\"d\":1565627849,\"h\":\"3a3f465cc141a74de13733d62815525e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-es_ES-a4caf5c468bc583ff7fc9a943d3dc348.json\":{\"d\":1565627849,\"h\":\"ffb859aec867fbebf3e9ff31f3f59173\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-fr_FR-91f7cd8fa1b168630fc2b3a54cbe410f.json\":{\"d\":1565627849,\"h\":\"f76e25f702c38232ac71ab4bf41f5a32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH_informal-3f1f6467892f2a342fddcfecdceeb2c3.json\":{\"d\":1565627849,\"h\":\"59dbe658f97d235a748aee05a313e7e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-es_ES-15e4e3df51632e1ca1000ea405c14b95.json\":{\"d\":1565627849,\"h\":\"ffb859aec867fbebf3e9ff31f3f59173\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-es_ES-2674aecf6bb0c5be4f2454ea842be5f6.json\":{\"d\":1565627849,\"h\":\"ffb859aec867fbebf3e9ff31f3f59173\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE-15e4e3df51632e1ca1000ea405c14b95.json\":{\"d\":1565627849,\"h\":\"ccebdce91478afb848faa679c3af5540\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH-801633e5f64cc092aeb48a4c640fffe5.json\":{\"d\":1565627849,\"h\":\"3a3f465cc141a74de13733d62815525e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH_informal-91f7cd8fa1b168630fc2b3a54cbe410f.json\":{\"d\":1565627849,\"h\":\"59dbe658f97d235a748aee05a313e7e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-da_DK-801633e5f64cc092aeb48a4c640fffe5.json\":{\"d\":1565627849,\"h\":\"cdb20965bc5f28b50f06b6f4581abfae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ru_RU-2674aecf6bb0c5be4f2454ea842be5f6.json\":{\"d\":1565627849,\"h\":\"29302417e21cc78c0b6fcf527ee94aa1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH-3f1f6467892f2a342fddcfecdceeb2c3.json\":{\"d\":1565627849,\"h\":\"3a3f465cc141a74de13733d62815525e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-ru_RU-f9f323a7db976a4eafb44c35cc6d5e32.json\":{\"d\":1565627849,\"h\":\"29302417e21cc78c0b6fcf527ee94aa1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_CH_informal-f9f323a7db976a4eafb44c35cc6d5e32.json\":{\"d\":1565627849,\"h\":\"59dbe658f97d235a748aee05a313e7e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE-d748c5738d57b7518bef14f74456090e.json\":{\"d\":1565627849,\"h\":\"ccebdce91478afb848faa679c3af5540\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/languages\\/woo-gutenberg-products-block-de_DE_formal-84d4253d132f6c5c53fe25d03f5e9200.json\":{\"d\":1565627849,\"h\":\"07852f82337c192de70b6090929bade5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/AglInstaller.php\":{\"d\":1565627849,\"h\":\"ede00143638c3d572acef2b18b440c67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/KohanaInstaller.php\":{\"d\":1565627849,\"h\":\"5a208a2249eef3cb2f84fa04851303ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ClanCatsFrameworkInstaller.php\":{\"d\":1565627849,\"h\":\"863416ad7fd696d4179b3164a8b0474c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/RoundcubeInstaller.php\":{\"d\":1565627849,\"h\":\"84d8e36cb6b1f563632a7e6a3d702a75\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/RedaxoInstaller.php\":{\"d\":1565627849,\"h\":\"91465b7c2ed331d7d078eb092658664e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ExpressionEngineInstaller.php\":{\"d\":1565627849,\"h\":\"6f0147b4593eed79e72a135e59f290fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/SMFInstaller.php\":{\"d\":1565627849,\"h\":\"38f449ff30b86d6a403018dd25f855f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MediaWikiInstaller.php\":{\"d\":1565627849,\"h\":\"fe04b064ee33cdae252e590487998480\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/DokuWikiInstaller.php\":{\"d\":1565627849,\"h\":\"7d89963de625fcbf900593375cd13856\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/WHMCSInstaller.php\":{\"d\":1565627849,\"h\":\"a83a78ab0391eb160f9c2b785bb7c414\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/EliasisInstaller.php\":{\"d\":1565627849,\"h\":\"fcf110d7133ad838a1b2d9b7c449f8a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/LanManagementSystemInstaller.php\":{\"d\":1565627849,\"h\":\"50ea66390cdef14fdecc36db7b6cabb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/TuskInstaller.php\":{\"d\":1565627849,\"h\":\"525c1ffb4cebbab527f0f70f81e37f51\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MayaInstaller.php\":{\"d\":1565627849,\"h\":\"9c67e300f0f770c40966e62f886c3a8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/BaseInstaller.php\":{\"d\":1565627849,\"h\":\"c2e18107df21fb0fea6d563971eb7deb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/JoomlaInstaller.php\":{\"d\":1565627849,\"h\":\"9fb29f8c006648706701214ea14fdd27\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PiwikInstaller.php\":{\"d\":1565627849,\"h\":\"f38d8575cc8e13a213af23213f083597\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ItopInstaller.php\":{\"d\":1565627849,\"h\":\"2cf74aaaa490b4c31344a71bc5a9e688\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/WolfCMSInstaller.php\":{\"d\":1565627849,\"h\":\"4c10c49cc2d24c05a6c8907234f2720b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PhiftyInstaller.php\":{\"d\":1565627849,\"h\":\"8b9abdefa505abe6dfcd6a4238a3bae4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/CockpitInstaller.php\":{\"d\":1565627849,\"h\":\"0f97d69791b63618aa973e2c83c821e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/AimeosInstaller.php\":{\"d\":1565627849,\"h\":\"45f0574d6936ea3d3c152a407d6da2f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PuppetInstaller.php\":{\"d\":1565627849,\"h\":\"b207628b5518fe79eacd85abdfe60038\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PPIInstaller.php\":{\"d\":1565627849,\"h\":\"83ba6db0c48ee5a6810d22b34278ca7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/CodeIgniterInstaller.php\":{\"d\":1565627849,\"h\":\"fb8d4807178bdb3daa75cd5d5239d9d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/OxidInstaller.php\":{\"d\":1565627849,\"h\":\"4b4536d7c30be8c1eaf45000498036c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/KanboardInstaller.php\":{\"d\":1565627849,\"h\":\"c22a335dde193ccdf5dd5d90c8278e96\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ShopwareInstaller.php\":{\"d\":1565627849,\"h\":\"e505ad4b4b9779f112deab701e72c45d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/LithiumInstaller.php\":{\"d\":1565627849,\"h\":\"211c7bd668c8a1521932cbaaed80a836\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/TYPO3CmsInstaller.php\":{\"d\":1565627849,\"h\":\"4f064565f45ac35987c0fb0545ccf926\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/AttogramInstaller.php\":{\"d\":1565627849,\"h\":\"6f47a3e1fb1ffcbed14519a0fccb0d16\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ZendInstaller.php\":{\"d\":1565627849,\"h\":\"953c54820395f1108c573c6c1830d3b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/GravInstaller.php\":{\"d\":1565627849,\"h\":\"3ee2de91aebb9755ec405e4c9f145d04\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/OctoberInstaller.php\":{\"d\":1565627849,\"h\":\"1495b43d0ca1120a38cf017512cf17f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PhpBBInstaller.php\":{\"d\":1565627849,\"h\":\"7d14d7ec2cbc533d96d0cdd854b338a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ModxInstaller.php\":{\"d\":1565627849,\"h\":\"9e44fa9c4d12b5527b698aae01500e63\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MicroweberInstaller.php\":{\"d\":1565627849,\"h\":\"6866367d3277871e0ff964fffad571e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/YawikInstaller.php\":{\"d\":1565627849,\"h\":\"dd36519417f4c364889771c57c2b78c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/HuradInstaller.php\":{\"d\":1565627849,\"h\":\"91552d308d37dcc0ec020a7d6d955c5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PimcoreInstaller.php\":{\"d\":1565627849,\"h\":\"053bf74ac9033be160c692206e48bf10\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/FuelphpInstaller.php\":{\"d\":1565627849,\"h\":\"40bd4bcc0ea2bd1b7b7e74621c59621d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PortoInstaller.php\":{\"d\":1565627849,\"h\":\"6009da3ddb7ba57fb36046981a144737\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MakoInstaller.php\":{\"d\":1565627849,\"h\":\"a6f3b3efba366710ab4f357c11f0ef20\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/KodiCMSInstaller.php\":{\"d\":1565627849,\"h\":\"8179c1ada67d2327270aae07019e509c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/WordPressInstaller.php\":{\"d\":1565627849,\"h\":\"0ed581de55f2ab33e1d2bec950a8036d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/AnnotateCmsInstaller.php\":{\"d\":1565627849,\"h\":\"31df637344896825e98c5b7021983422\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MauticInstaller.php\":{\"d\":1565627849,\"h\":\"1c18f23b79062570ea6f8dd1a8a1c29f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/TYPO3FlowInstaller.php\":{\"d\":1565627849,\"h\":\"92cdf62c9c6f1246dd44163a4e88be34\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MoodleInstaller.php\":{\"d\":1565627849,\"h\":\"025185b349dcfb2e7780d908163e9c90\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/Plugin.php\":{\"d\":1565627849,\"h\":\"59e539a63ab60f3cefb3bdd0b9d253a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/LaravelInstaller.php\":{\"d\":1565627849,\"h\":\"ae84a3a73d60888777d532899036ee64\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/TheliaInstaller.php\":{\"d\":1565627849,\"h\":\"52237458eec98374c07d143703464937\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/EzPlatformInstaller.php\":{\"d\":1565627849,\"h\":\"adcc1c4035b4e024c4756ffa61209dd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/CakePHPInstaller.php\":{\"d\":1565627849,\"h\":\"36e76b5fe6d6f7f773beacef87fa78e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PrestashopInstaller.php\":{\"d\":1565627849,\"h\":\"f0cef78021c404c84819ffa5689c9f90\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/DolibarrInstaller.php\":{\"d\":1565627849,\"h\":\"bb096d5f6426d4baf4979d0f821f3077\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/VgmcpInstaller.php\":{\"d\":1565627849,\"h\":\"7a8905bf9a729c1c3e553c7a3178d665\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/SiteDirectInstaller.php\":{\"d\":1565627849,\"h\":\"a4b0e1c45936fd076f0b7adec02f9b43\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ImageCMSInstaller.php\":{\"d\":1565627849,\"h\":\"5b977d18fbd35ff0db958116b5a4588c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MODXEvoInstaller.php\":{\"d\":1565627849,\"h\":\"c7200ebe06f9d08c147e19fe855eb446\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/BitrixInstaller.php\":{\"d\":1565627849,\"h\":\"6886e00721d31366c5aa6525d251eceb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MajimaInstaller.php\":{\"d\":1565627849,\"h\":\"5813552b345de90a916a8ba53260af20\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MagentoInstaller.php\":{\"d\":1565627849,\"h\":\"81d57b03fc92468b89e7b9c11f05ca73\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/OsclassInstaller.php\":{\"d\":1565627849,\"h\":\"48bb27154879fd900cb2f8e072e7b60a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/AsgardInstaller.php\":{\"d\":1565627849,\"h\":\"9dd2e9b01e14d74cb088cffd8a974a4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/FuelInstaller.php\":{\"d\":1565627849,\"h\":\"df065efb9d71f77bfb335cdd67138005\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/VanillaInstaller.php\":{\"d\":1565627849,\"h\":\"24ad639a368110333ebfa96edb0f4d22\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/CiviCrmInstaller.php\":{\"d\":1565627849,\"h\":\"b1c4e988ccc36553752db5d1d598fa7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ReIndexInstaller.php\":{\"d\":1565627849,\"h\":\"134fc39d59f5112c875c9fae2d1af12a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ElggInstaller.php\":{\"d\":1565627849,\"h\":\"848e9350cc8186a9bfa89178a5c7908b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/Symfony1Installer.php\":{\"d\":1565627849,\"h\":\"4c919df8f2a98d15510039a76d9a4d98\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/Installer.php\":{\"d\":1565627849,\"h\":\"2ee73b1b15165adb426febccf0d41acb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ZikulaInstaller.php\":{\"d\":1565627849,\"h\":\"7f4bab0f38114912ba6470986f0f3f45\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/SilverStripeInstaller.php\":{\"d\":1565627849,\"h\":\"502dee105e9830f31f33f4d7cd99c335\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/MODULEWorkInstaller.php\":{\"d\":1565627849,\"h\":\"d613a4d9a26a15fa8ffa40b19b0a4ead\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/OntoWikiInstaller.php\":{\"d\":1565627849,\"h\":\"02a43052e0eff624107c7e9a0afc9376\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/RadPHPInstaller.php\":{\"d\":1565627849,\"h\":\"522209f40dc27b3982eb13712b455e5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/Concrete5Installer.php\":{\"d\":1565627849,\"h\":\"740987efcfcb6d21acd47e415ef35391\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PxcmsInstaller.php\":{\"d\":1565627849,\"h\":\"900115aee230a1dd0e76bf2daaad5438\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/DecibelInstaller.php\":{\"d\":1565627849,\"h\":\"dfd22bf8722260076cd2aefad5de7676\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/CroogoInstaller.php\":{\"d\":1565627849,\"h\":\"41c37645858922b9c2994d5cd9f14dc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/DrupalInstaller.php\":{\"d\":1565627849,\"h\":\"ec349e6e42f115b354bb45f0d80311d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/KirbyInstaller.php\":{\"d\":1565627849,\"h\":\"9cafe4284a0c9bcf5f3f2b3468879cb2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/CraftInstaller.php\":{\"d\":1565627849,\"h\":\"91f6d8a5f86783a019eee7e95d621ee2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/BonefishInstaller.php\":{\"d\":1565627849,\"h\":\"75222ee74ff9849c0995c122ec4f2d42\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/PlentymarketsInstaller.php\":{\"d\":1565627849,\"h\":\"c5bafbbd0ec73e8770d2b85d549aa63a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/LavaLiteInstaller.php\":{\"d\":1565627849,\"h\":\"ec73030740f534091a97e0baf04477ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/SyDESInstaller.php\":{\"d\":1565627849,\"h\":\"c1ea57f9bd7df3e50eb284b9c7423d48\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/ChefInstaller.php\":{\"d\":1565627849,\"h\":\"749726ef8172403b85ece66603e0808d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/Composer\\/Installers\\/UserFrostingInstaller.php\":{\"d\":1565627849,\"h\":\"42ccdfd512d0bc86f09dc0157ad6b55f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/src\\/bootstrap.php\":{\"d\":1565627849,\"h\":\"de7fa899c69d0a072500e508ef137f91\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installers\\/LICENSE\":{\"d\":1565627849,\"h\":\"043117d4dcbc27195a9479a30b7befcf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/installed.json\":{\"d\":1565627849,\"h\":\"119ffa1e858522be67e4fdea3d9349e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/autoload_static.php\":{\"d\":1565627849,\"h\":\"8e3deabd73f27c8e13808a89a17bdf4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/autoload_classmap.php\":{\"d\":1565627849,\"h\":\"8645d3a4e3ad87e7cf4d88a46717aab4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/autoload_real.php\":{\"d\":1565627849,\"h\":\"29d23c8346ddddca415440345b0e7dbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/ClassLoader.php\":{\"d\":1565627849,\"h\":\"a0899dd7d97c25fe1d872a542afa6081\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/autoload_psr4.php\":{\"d\":1565627849,\"h\":\"1ea6b053ee1faa506dbb60f21e23c41a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/autoload_namespaces.php\":{\"d\":1565627849,\"h\":\"35e12c7d76c4a81633bcf547c0e229a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/autoload_classmap_package.php\":{\"d\":1565627849,\"h\":\"7456633df3c0833110afd72cb860ea38\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/composer\\/LICENSE\":{\"d\":1565627849,\"h\":\"5211431db1330674b4be28f80182185c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/automattic\\/jetpack-autoloader\\/src\\/CustomAutoloaderPlugin.php\":{\"d\":1565627849,\"h\":\"33f554ef2a74b933dddeddbd7ac68bf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/automattic\\/jetpack-autoloader\\/src\\/autoload.php\":{\"d\":1565627849,\"h\":\"359dfacfbc97abcbb78d3119648b1806\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/automattic\\/jetpack-autoloader\\/src\\/AutoloadGenerator.php\":{\"d\":1565627849,\"h\":\"87156f9c4d2d131b9f7e6106fed02c27\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/autoload_packages.php\":{\"d\":1565627849,\"h\":\"8fdd94051fa2fc4a499d65b37ca44b6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/vendor\\/autoload.php\":{\"d\":1565627849,\"h\":\"348109f743ebc8414cb866c2700bf062\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/blocks.deps.json\":{\"d\":1565627849,\"h\":\"60e7bd860169ff7d6ec4027939f0c430\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/product-on-sale.js\":{\"d\":1565627849,\"h\":\"aaec05c49c104197e133e8fa7bc7b2e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/product-best-sellers.deps.json\":{\"d\":1565627849,\"h\":\"4d8feb97acbe36bd7cc7a8edfe8bdbf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/product-category.js\":{\"d\":1565627849,\"h\":\"32884c3fe52fcfa79ef9741b005d22f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/product-best-sellers.js\":{\"d\":1565627849,\"h\":\"24b421885c55c3428194bc4824f0f2a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/product-tag.deps.json\":{\"d\":1565627849,\"h\":\"4d8feb97acbe36bd7cc7a8edfe8bdbf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/product-categories.js\":{\"d\":1565627849,\"h\":\"dc417d6baf2dc98b68164319b5483ce6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/frontend.deps.json\":{\"d\":1565627849,\"h\":\"62e3b8cbd7deb04d0264793af4528f22\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/product-category.deps.json\":{\"d\":1565627849,\"h\":\"4d8feb97acbe36bd7cc7a8edfe8bdbf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/style.css\":{\"d\":1565627849,\"h\":\"024846c0678e954f686d36e3f2f02282\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/featured-product.js\":{\"d\":1565627849,\"h\":\"a7e65dfd98c01ca9ddb50ed9d12b6c77\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/handpicked-products.js\":{\"d\":1565627849,\"h\":\"9612f13d3d7a6040b976b672ded9e68d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/editor.css\":{\"d\":1565627849,\"h\":\"85909a27d9b5e3cd0441e7739b6ffefc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/blocks.js\":{\"d\":1565627849,\"h\":\"fa67e2f48ab7f96ecb3865620cd211cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/product-top-rated.deps.json\":{\"d\":1565627849,\"h\":\"4d8feb97acbe36bd7cc7a8edfe8bdbf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/vendors.js\":{\"d\":1565627849,\"h\":\"26af422a51ecec2e701725e213ee8326\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/product-tag.js\":{\"d\":1565627849,\"h\":\"f581655325a609f14e4dcaba64adb9f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/featured-category.js\":{\"d\":1565627849,\"h\":\"da8318b581b7d25ba80ad8618812b2a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/product-new.deps.json\":{\"d\":1565627849,\"h\":\"4d8feb97acbe36bd7cc7a8edfe8bdbf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/featured-category.deps.json\":{\"d\":1565627849,\"h\":\"4d8feb97acbe36bd7cc7a8edfe8bdbf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/products-by-attribute.js\":{\"d\":1565627849,\"h\":\"7a9705ca460d9a92ff79f5a1474008fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/featured-product.deps.json\":{\"d\":1565627849,\"h\":\"4d8feb97acbe36bd7cc7a8edfe8bdbf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/product-top-rated.js\":{\"d\":1565627849,\"h\":\"80c4bc346b2e1c576696f4d37947af7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/product-categories.deps.json\":{\"d\":1565627849,\"h\":\"c060f11332af2f967bbb14b1c3addebc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/handpicked-products.deps.json\":{\"d\":1565627849,\"h\":\"4d8feb97acbe36bd7cc7a8edfe8bdbf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/frontend.js\":{\"d\":1565627849,\"h\":\"26067405f6ae4fff2292e876b36aa7b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/products-by-attribute.deps.json\":{\"d\":1565627849,\"h\":\"4d8feb97acbe36bd7cc7a8edfe8bdbf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/product-new.js\":{\"d\":1565627849,\"h\":\"aa4ab7a535cb2d7eba9f60f94b9e8fbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/build\\/product-on-sale.deps.json\":{\"d\":1565627849,\"h\":\"4d8feb97acbe36bd7cc7a8edfe8bdbf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/BlockTypes\\/ProductsByAttribute.php\":{\"d\":1565627849,\"h\":\"187072f2b44d86d0050e38428fabf2fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/BlockTypes\\/HandpickedProducts.php\":{\"d\":1565627849,\"h\":\"1c3abdaacb977c38e450b070e4a84475\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/BlockTypes\\/FeaturedProduct.php\":{\"d\":1565627849,\"h\":\"2a734b3f9caf4b7f6ef9379e95a8b3bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/BlockTypes\\/ProductTopRated.php\":{\"d\":1565627849,\"h\":\"158e3776e74329ed04fb791b26773a57\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/BlockTypes\\/ProductNew.php\":{\"d\":1565627849,\"h\":\"02a08759fd21281dbb513547d7975eeb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/BlockTypes\\/ProductCategory.php\":{\"d\":1565627849,\"h\":\"635d7ca4e6d5e895494e991cee94c2ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/BlockTypes\\/AbstractDynamicBlock.php\":{\"d\":1565627849,\"h\":\"7423e9533fa371435d619ee0f6dca87a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/BlockTypes\\/ProductTag.php\":{\"d\":1565627849,\"h\":\"0b9742eca6e7269a789e7a3577d69d63\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/BlockTypes\\/FeaturedCategory.php\":{\"d\":1565627849,\"h\":\"cbe8845baf81fa86df5fd9cfdb818511\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/BlockTypes\\/ProductOnSale.php\":{\"d\":1565627849,\"h\":\"c75a4b4fe0e40e6287856c739c4ecdcd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/BlockTypes\\/ProductCategories.php\":{\"d\":1565627849,\"h\":\"2a5be0412c836a4c34617e7ff98fb4c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/BlockTypes\\/AbstractBlock.php\":{\"d\":1565627849,\"h\":\"8b6ca58b3b907980ef98d291745d7719\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/BlockTypes\\/ProductBestSellers.php\":{\"d\":1565627849,\"h\":\"a33120c8b43aa0676df4f56a1cf2239e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/BlockTypes\\/AbstractProductGrid.php\":{\"d\":1565627849,\"h\":\"6ac2a9830d7a4a902b2a72491b8f519f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/RestApi\\/Controllers\\/ProductTags.php\":{\"d\":1565627849,\"h\":\"dc8406c30875b9d6b106506183608719\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/RestApi\\/Controllers\\/Variations.php\":{\"d\":1565627849,\"h\":\"cad68f78589391cb984d5a371472c9de\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/RestApi\\/Controllers\\/ProductAttributes.php\":{\"d\":1565627849,\"h\":\"820ccbad9b5863d3771e23e5299a74cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/RestApi\\/Controllers\\/ProductAttributeTerms.php\":{\"d\":1565627849,\"h\":\"8f5680267f815b21319a42a833b76489\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/RestApi\\/Controllers\\/Products.php\":{\"d\":1565627849,\"h\":\"cbcea63370f83fa473deaf2392da2106\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/RestApi\\/Controllers\\/ProductCategories.php\":{\"d\":1565627849,\"h\":\"43592b7e0028abd8238d490edbd791e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/Assets.php\":{\"d\":1565627849,\"h\":\"912b024fa210d20194960ac87b5a69bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/Package.php\":{\"d\":1565627849,\"h\":\"40b6167f4e4fe91405e84ff69aa3d753\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/Library.php\":{\"d\":1565627849,\"h\":\"68bfb7481e790aa65aff314e2463563e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/src\\/RestApi.php\":{\"d\":1565627849,\"h\":\"f5fc860e921a7922ffbb1dd9891e0579\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/readme.txt\":{\"d\":1565627849,\"h\":\"f514b59dd85a493135daa4ae95a1b955\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/packages\\/woocommerce-blocks\\/woocommerce-gutenberg-products-block.php\":{\"d\":1565627849,\"h\":\"2d66a79e178c98ef1094ecc8f74389b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/src\\/Autoloader.php\":{\"d\":1565627849,\"h\":\"db6faea34845b160bafe9efa5b569792\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/src\\/Packages.php\":{\"d\":1565627849,\"h\":\"17b86eb5281e6ee2889b9843c98e4659\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/UG.php\":{\"d\":1565627849,\"h\":\"4f07ee779e7336a08b9e68cdcfeb560e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/PK.php\":{\"d\":1565627849,\"h\":\"c437e17a302d46978dbfa1bd179697db\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/BO.php\":{\"d\":1565627849,\"h\":\"d235ef4aa3b68d149197a5cde0cde071\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/BD.php\":{\"d\":1565627849,\"h\":\"04b0f99dccca0ebe969a2c7d8403fe09\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/IE.php\":{\"d\":1565627849,\"h\":\"b6f22cd9b9555318dd434a862472b92c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/TR.php\":{\"d\":1565627849,\"h\":\"7ede8a104f828665885620504fb4f615\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/US.php\":{\"d\":1565627849,\"h\":\"22060ab9007f221426edd4f2d20df1cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/HK.php\":{\"d\":1565627849,\"h\":\"24eed977f612c846923afa4ec597e82b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/ID.php\":{\"d\":1565627849,\"h\":\"99b01f7eb10f6fcbb08b05dd6363a194\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/IT.php\":{\"d\":1565627849,\"h\":\"89aeb31e353218ede50f1448d72d492b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/CH.php\":{\"d\":1565627849,\"h\":\"9bb022bbe97919bb3f5a95ec060053eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/HU.php\":{\"d\":1565627849,\"h\":\"56cb6977c1b575d704a61718144bf09a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/LR.php\":{\"d\":1565627849,\"h\":\"af2897bdfe691dcd267016e0bce4ba95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/AR.php\":{\"d\":1565627849,\"h\":\"d3e068182bc0b6cec7bcf6b32201d1fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/TZ.php\":{\"d\":1565627849,\"h\":\"82d73280dedae04221b75c1e791b895b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/TH.php\":{\"d\":1565627849,\"h\":\"dae26ad1fc50ede9afe8a4d62273812c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/GR.php\":{\"d\":1565627849,\"h\":\"fec8c02f077662e188c34bb51d76a7ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/MX.php\":{\"d\":1565627849,\"h\":\"a6bdebeaacbe9a19ecef44d658f2c882\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/BG.php\":{\"d\":1565627849,\"h\":\"b1668674c8196dd4434f5c0606d2dffc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/CA.php\":{\"d\":1565627849,\"h\":\"91b8dfcddebd4ff45cf20b99a9d6da19\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/MY.php\":{\"d\":1565627849,\"h\":\"dfb83ed7f95fd837458606a0788cb723\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/PH.php\":{\"d\":1565627849,\"h\":\"442eb34372e3c04e1539dceb03907876\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/IN.php\":{\"d\":1565627849,\"h\":\"47bff164499da6f9c9ba18cb9418e12d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/ES.php\":{\"d\":1565627849,\"h\":\"a5618d51de3caa4ff06c5672e78df5b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/CN.php\":{\"d\":1565627849,\"h\":\"9f0fffb042f2007a0b9e8e7d4b901532\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/PY.php\":{\"d\":1565627849,\"h\":\"071e2576a36f6209269df1be50da99ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/RO.php\":{\"d\":1565627849,\"h\":\"582f0e74d85b7581140d8b23178be9dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/AU.php\":{\"d\":1565627849,\"h\":\"e0f3c7190da6ea61eda4922c12c60ec0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/NZ.php\":{\"d\":1565627849,\"h\":\"13a8c0fea52f2ec50f4584ebfa6aba1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/ZA.php\":{\"d\":1565627849,\"h\":\"814563d72de0eac44db88c7206145c82\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/MD.php\":{\"d\":1565627849,\"h\":\"320da7040ad76a131247235e1491b04d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/IR.php\":{\"d\":1565627849,\"h\":\"2fc782188590637d39cf97f986e8387c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/NG.php\":{\"d\":1565627849,\"h\":\"622c5cd547cdfaf69dfeb64b010dd97a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/UM.php\":{\"d\":1565627849,\"h\":\"884679a4e5c51beb912f87d812180af2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/BR.php\":{\"d\":1565627849,\"h\":\"b29763ee87ba2309688d356ec575b696\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/PE.php\":{\"d\":1565627849,\"h\":\"cc91422fd54438585eba56a80796f35e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/NP.php\":{\"d\":1565627849,\"h\":\"4be44e97c00a0e2ff3b45f8fe5ff1cec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/AO.php\":{\"d\":1565627849,\"h\":\"902ca542f690665ee670275b5c5157ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states\\/JP.php\":{\"d\":1565627849,\"h\":\"d6df4e819bc43dd7d6484325f0c5df8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/languages\\/woocommerce.pot\":{\"d\":1565627849,\"h\":\"93db5f16a4bc035e688a644867553b50\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/states.php\":{\"d\":1565627849,\"h\":\"9a5db11183192700466ee1e215a438af\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/phone.php\":{\"d\":1565627849,\"h\":\"ba1d7fff9425c4548d757ed14ec3939b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/continents.php\":{\"d\":1565627849,\"h\":\"11430fef21c5023b85bc17dce2510579\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/countries.php\":{\"d\":1565627849,\"h\":\"a36fd7cf41ed805dbb525b748564e72c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/i18n\\/locale-info.php\":{\"d\":1565627849,\"h\":\"cb952166caa04c9971fd810de9345ad3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/readme.txt\":{\"d\":1565627849,\"h\":\"f3e37b35bb5e205ec91ae3e19e4bf771\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/license.txt\":{\"d\":1565627849,\"h\":\"4747057008f5f7dd333d09a6ab96a9ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/uninstall.php\":{\"d\":1565627849,\"h\":\"df7d518ee7dbbdc356cce83b1026820c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce\\/woocommerce.php\":{\"d\":1565627849,\"h\":\"5bbde61c2b501f21ca385b7227957b27\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/clipboard\\/clipboard.js\":{\"d\":1503576765,\"h\":\"8f23de025dcef58e6b4ea69a3d722736\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/clipboard\\/clipboard.min.js\":{\"d\":1503576765,\"h\":\"e77a83c01eb89942d5ae12a79183a741\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/clipboard\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/chartjs\\/Chart.bundle.min.js\":{\"d\":1503576765,\"h\":\"7eb009d8d45551911bd7375ad54baee1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/chartjs\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/chartjs\\/Chart.bundle.js\":{\"d\":1503576765,\"h\":\"ff30ad2704f130f7c3278a48e59f8466\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/jvectormap\\/jquery-jvectormap-world-mill.js\":{\"d\":1503576765,\"h\":\"d0877689da12c0dfd99c71d508275001\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/jvectormap\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/jvectormap\\/jquery-jvectormap-2.0.3.min.js\":{\"d\":1503576765,\"h\":\"c57cf43ec38e26769f9e6106d4a39bc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/sv.js\":{\"d\":1503576765,\"h\":\"21894495de72384884d1497727b6665b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/th.js\":{\"d\":1503576765,\"h\":\"775c6ae4b2f7bbe7033fca8c62529b4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/fr.js\":{\"d\":1503576765,\"h\":\"0b08108dfbc5ae9d6f80b76508f772cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/hu.js\":{\"d\":1503576765,\"h\":\"146c9b19ba434c02ffee68c5000e9571\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/hi.js\":{\"d\":1503576765,\"h\":\"c55048adad0ae3bd5377a361296bc211\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/bg.js\":{\"d\":1503576765,\"h\":\"94d5618c0e5e84770648cc37c038b50a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/lt.js\":{\"d\":1503576765,\"h\":\"5a1ee6bba42be050cdb693b9d32769d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/sr-Cyrl.js\":{\"d\":1503576765,\"h\":\"d482206599f6e025a8284c19be32b668\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/cs.js\":{\"d\":1503576765,\"h\":\"8c5ebcb743f1d3a7237e4713923c4739\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/da.js\":{\"d\":1503576765,\"h\":\"ade67bb8206410082039957147a7906d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/es.js\":{\"d\":1503576765,\"h\":\"87833e147f0f891fa9c8aae39e02db2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/en.js\":{\"d\":1503576765,\"h\":\"c4456a75f35b82091c30ac40feb47dee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/is.js\":{\"d\":1503576765,\"h\":\"a082553c7e711cfb96da7229caf39e2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/lv.js\":{\"d\":1503576765,\"h\":\"6703af2523587309c0f86faaff65fb86\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/et.js\":{\"d\":1503576765,\"h\":\"010950d4a58793b8f11246b7a0f3f57a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/ru.js\":{\"d\":1503576765,\"h\":\"a797669b5fbb5986acde6f9f6a93265d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/ja.js\":{\"d\":1503576765,\"h\":\"57af0547209bd50020301564fbf81705\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/sr.js\":{\"d\":1503576765,\"h\":\"0ca65c4feb40d7dee5544a4e94d726f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/hr.js\":{\"d\":1503576765,\"h\":\"303400447dbcf5e780b2b0a1f58a56cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/eu.js\":{\"d\":1503576765,\"h\":\"cf2c1039aedb5c9b25684c5cd532d53d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/fi.js\":{\"d\":1503576765,\"h\":\"1cba6bda039fb339a06c140354749397\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/tr.js\":{\"d\":1503576765,\"h\":\"eccb15c9e5f054f4311269527ccc5045\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/uk.js\":{\"d\":1503576765,\"h\":\"7f383f9361b55bcd75a729be0e471221\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/id.js\":{\"d\":1503576765,\"h\":\"4bb8c046caa2f2624703f017487ca482\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/de.js\":{\"d\":1503576765,\"h\":\"b0d125e02f46315987388e670d23fa2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/ms.js\":{\"d\":1503576765,\"h\":\"0500b405e16cd32f1c6c651b3cde0346\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/pl.js\":{\"d\":1503576765,\"h\":\"45f7623d3894f75434534ae80b841bd3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/ko.js\":{\"d\":1503576765,\"h\":\"0dc4865c639517b9cc7b56cf653d5626\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/zh-CN.js\":{\"d\":1503576765,\"h\":\"37279e2e7e1debd8ea4d0892bdc42e09\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/nl.js\":{\"d\":1503576765,\"h\":\"0313480af61a899a99e134743dda6eb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/az.js\":{\"d\":1503576765,\"h\":\"61c24a6e9794cfaa0c5fef2a3a0eefdf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/he.js\":{\"d\":1503576765,\"h\":\"1ec29a3b8b32097dfb8ca5a61c19aed2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/ro.js\":{\"d\":1503576765,\"h\":\"a4309b5f8ef6b867e3fdb9634e86cfc5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/fa.js\":{\"d\":1503576765,\"h\":\"60ac2c6f74728e6534044e5ed8b4e960\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/pt.js\":{\"d\":1503576765,\"h\":\"80ed150459b33117bb413d90859b3695\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/it.js\":{\"d\":1503576765,\"h\":\"79dec7b53bff351b5a5a0b0cac97f459\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/sk.js\":{\"d\":1503576765,\"h\":\"c6f500d331e5828f94374bcc1f129143\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/zh-TW.js\":{\"d\":1503576765,\"h\":\"4d1ff71f4b7eecb8f3907a877c9d84a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/vi.js\":{\"d\":1503576765,\"h\":\"46d099d1f375f4b266ce5ef24e3b3cdc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/mk.js\":{\"d\":1503576765,\"h\":\"c66962719e1011055c8664642c9774cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/pt-BR.js\":{\"d\":1503576765,\"h\":\"ce2b902e300af595f94b4c06eddbde4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/ar.js\":{\"d\":1503576765,\"h\":\"1f6ff60aab1b27760e07840229fad2cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/nb.js\":{\"d\":1503576765,\"h\":\"46ebff86d9573d4f85f135b0072292cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/km.js\":{\"d\":1503576765,\"h\":\"6824cad6a284ab7921f0a8c6af77c9a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/ca.js\":{\"d\":1503576765,\"h\":\"8e1fb019f15dbe0a11fea9e7870d064d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/gl.js\":{\"d\":1503576765,\"h\":\"9a863a6eb76c991bd1bf589656a70061\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/i18n\\/el.js\":{\"d\":1503576765,\"h\":\"e2e45f1587f3306da55927a574603e3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/select300.full.js\":{\"d\":1503576765,\"h\":\"4dbcd60c59458e7667f7c85fd9b8f9b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/select300.min.js\":{\"d\":1503576765,\"h\":\"71a83a252508ef18a492d85af92b64f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/select300.full.min.js\":{\"d\":1503576765,\"h\":\"d453a61d4ada79dfbf44a1e72b5ae55f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select300\\/select300.js\":{\"d\":1503576765,\"h\":\"e38699ca6589fab4a253b49ce24bcffb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/list\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/list\\/list.js\":{\"d\":1503576765,\"h\":\"9539dc631a2245c85c9c6f4df9b39a0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/admin.js\":{\"d\":1503576765,\"h\":\"0259976051e0a0d2727966fcfd507422\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/select2.min.js\":{\"d\":1503576765,\"h\":\"43ea1dd926d28fb13254881c45cd313f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/clipboard.min.js\":{\"d\":1503576765,\"h\":\"bd70fd596a2300dc1ace73e46f9b2f7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/settings.js\":{\"d\":1503576765,\"h\":\"fe06ddefbea5e11d6c882380744884c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/jspdf.min.js\":{\"d\":1503576765,\"h\":\"26e5b64692d9d9eb46493a20b08ca964\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/helper.js\":{\"d\":1503576765,\"h\":\"aca375328baddf58e8fca77d23ee1f4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/frontend.min.js\":{\"d\":1503576765,\"h\":\"7bea02560a131c1c908bd06823764c77\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/frontend.js\":{\"d\":1503576765,\"h\":\"c8cabff94acc1e720ce39cac9e774607\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/admin.min.js\":{\"d\":1503576765,\"h\":\"2f7218366ebf60473a31505f1ebe596f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/js\\/tooltip.min.js\":{\"d\":1503576765,\"h\":\"c61e889c4d172936dd5caf27e2227759\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/fonts\\/archie.woff\":{\"d\":1503576765,\"h\":\"8040f7dfa60762e8417dda9c6a161ff2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/fonts\\/monsterinsights.ttf\":{\"d\":1503576765,\"h\":\"1c326a87d6853cbabd40baa89c06f347\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/fonts\\/monsterinsights.woff\":{\"d\":1503576765,\"h\":\"eadb84fb4258ff32b382807cf85f153d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/fonts\\/fontawesome-webfont.ttf\":{\"d\":1503576765,\"h\":\"c4668ed2440df82d3fd2f8be9d31d07d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/fonts\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/fonts\\/archie.eot\":{\"d\":1503576765,\"h\":\"22c37fee46013c5adcdd8443acf68a92\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/fonts\\/monsterinsights.eot\":{\"d\":1503576765,\"h\":\"14249a928fe0afb994a8efe3538e9b1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/fonts\\/archie.ttf\":{\"d\":1503576765,\"h\":\"967941b877219ecfbf080e37baea9a66\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/fonts\\/icons.ttf\":{\"d\":1503576765,\"h\":\"0fafd9682c5e3f33aca743abd9581b14\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/fonts\\/icons.otf\":{\"d\":1503576765,\"h\":\"4728654f016b9ee81032601e8ad8efdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/fonts\\/FontAwesome.otf\":{\"d\":1503576765,\"h\":\"19231917733e2bcdf257c9be99cdbaf1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/fonts\\/icons.woff\":{\"d\":1503576765,\"h\":\"04146751f0758efc260b6952e9919183\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/fonts\\/fontawesome-webfont.woff\":{\"d\":1503576765,\"h\":\"d95d6f5d5ab7cfefd09651800b69bd54\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/fonts\\/icons.woff2\":{\"d\":1503576765,\"h\":\"9a8d3d551121b82015c2ab619bc043fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/fonts\\/icons.eot\":{\"d\":1503576765,\"h\":\"aeacf38f7a423fd874206050720ddd73\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/fonts\\/fontawesome-webfont.eot\":{\"d\":1503576765,\"h\":\"7149833697a959306ec3012a8588dcfa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/images\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Task\\/Exception.php\":{\"d\":1503576765,\"h\":\"ba374176cfda7656e243e4d41887b81a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Task\\/Retryable.php\":{\"d\":1503576765,\"h\":\"44bcbfaafefd99d192056b7118163409\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Task\\/Runner.php\":{\"d\":1503576765,\"h\":\"72a872a4446e9c67742eeac652d07418\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Http\\/REST.php\":{\"d\":1503576765,\"h\":\"d8960657eb1a503cd6a558e8e92a4f9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Http\\/CacheParser.php\":{\"d\":1503576765,\"h\":\"0d7a3bd45ad2bbb0b1d7a662269363b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Http\\/Batch.php\":{\"d\":1503576765,\"h\":\"790238d8b7bd8d6e1512b92e69d26f87\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Http\\/Request.php\":{\"d\":1503576765,\"h\":\"36d4509412f32c6de7889793d5ddca92\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Http\\/MediaFileUpload.php\":{\"d\":1503576765,\"h\":\"7594b52005aa15e654566956c0eabb80\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Signer\\/P12.php\":{\"d\":1503576765,\"h\":\"b2b564fe599e0a01a2065fd0d1d8de6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Signer\\/Abstract.php\":{\"d\":1503576765,\"h\":\"39bea0292e8102748816eebdb26837cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Auth\\/Simple.php\":{\"d\":1503576765,\"h\":\"78d7f51236b070abf32d48e5046a2950\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Auth\\/Exception.php\":{\"d\":1503576765,\"h\":\"25ef7fa534e061bce6426a7add67a879\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Auth\\/AppIdentity.php\":{\"d\":1503576765,\"h\":\"868f3394245fb32f00f20e500b0a5e10\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Auth\\/ComputeEngine.php\":{\"d\":1503576765,\"h\":\"5a634264b9ccae7b6e6f2b390828a17b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Auth\\/AssertionCredentials.php\":{\"d\":1503576765,\"h\":\"d3b0873f97cc5d05cd2aa99683dc626c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Auth\\/Abstract.php\":{\"d\":1503576765,\"h\":\"9d9f8b568cccc7d51daada476e615704\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Auth\\/OAuth2.php\":{\"d\":1503576765,\"h\":\"7f878c1469a48d1af0e5843edf28ba40\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Auth\\/LoginTicket.php\":{\"d\":1503576765,\"h\":\"0274d9be838830a4e42bb7c1602b0587\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Logger\\/Exception.php\":{\"d\":1503576765,\"h\":\"32c9f527b3a0e7a8c88290fdd8d5614a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Logger\\/Psr.php\":{\"d\":1503576765,\"h\":\"f2a794e3d2a6dcc7ea51d4d0a280b84a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Logger\\/File.php\":{\"d\":1503576765,\"h\":\"47a7f0d3d5fc5a5ebbc822481288cc2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Logger\\/Abstract.php\":{\"d\":1503576765,\"h\":\"140e3252f59c7695afc7f49f478a3eaa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Logger\\/Null.php\":{\"d\":1503576765,\"h\":\"7e62b11bd057a671cf8912dbb72c886f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/IO\\/Exception.php\":{\"d\":1503576765,\"h\":\"efdb317cef1a1b890faf3f3a3fae201d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/IO\\/cacerts.pem\":{\"d\":1503576765,\"h\":\"ea80c8b262513db6db2c4fa3e3d1c3ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/IO\\/Curl.php\":{\"d\":1503576765,\"h\":\"1875e906d78f9ad2e078d34b05728130\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/IO\\/Stream.php\":{\"d\":1503576765,\"h\":\"f2cf726e56072e2e417a22a611c89eaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/IO\\/Abstract.php\":{\"d\":1503576765,\"h\":\"5487b8f4b292e1aec58ceaf0dff4f7af\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Verifier\\/Pem.php\":{\"d\":1503576765,\"h\":\"6ffc4a5ae6e7d8953533f20c2cc740ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Verifier\\/Abstract.php\":{\"d\":1503576765,\"h\":\"405a904034976981e3b5f6dd352863ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Cache\\/Exception.php\":{\"d\":1503576765,\"h\":\"2c5269329d925a8492eb3411cc287fc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Cache\\/File.php\":{\"d\":1503576765,\"h\":\"d02f0dced4d27b7a38ae004751cc517c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Cache\\/Memcache.php\":{\"d\":1503576765,\"h\":\"877b15ff2a12c7e7a0157990ab7a947d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Cache\\/Apc.php\":{\"d\":1503576765,\"h\":\"e492f37970da2eaeed87f3c7ded031f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Cache\\/Abstract.php\":{\"d\":1503576765,\"h\":\"539e84a178c0833f7f3b2f093bdfef1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Cache\\/Null.php\":{\"d\":1503576765,\"h\":\"5f6235ca1c04a45b4835e38c8db0db97\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Service\\/TagManager.php\":{\"d\":1503576765,\"h\":\"02a3a562989dc21042cca78876bde88e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Service\\/Exception.php\":{\"d\":1503576765,\"h\":\"2c5dd94432c509c1659ecb6bb7d25300\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Service\\/Webmasters.php\":{\"d\":1503576765,\"h\":\"0e03db501407803bceb71e3aea267185\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Service\\/Analytics.php\":{\"d\":1503576765,\"h\":\"89f40858978c20d3b84b6a1f7dd121ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Service\\/Resource.php\":{\"d\":1503576765,\"h\":\"0acdc3a5c3a6eba37a2a7c7bb189a017\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Service\\/AnalyticsReporting.php\":{\"d\":1503576765,\"h\":\"28a310455e20e803b10d2b6aeb760b04\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Utils\\/URITemplate.php\":{\"d\":1503576765,\"h\":\"357f06ea88d665cce120867f0019ea81\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Client.php\":{\"d\":1503576765,\"h\":\"5e9d6b19ca057c9fedc9103a64944554\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Service.php\":{\"d\":1503576765,\"h\":\"8e989e458c3bf6ff97f560c734283fd1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Exception.php\":{\"d\":1503576765,\"h\":\"a7a132285b860e4de446287e369b0876\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Config.php\":{\"d\":1503576765,\"h\":\"5237acd9c03a37844b13682ad93e2049\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Model.php\":{\"d\":1503576765,\"h\":\"13399f930b3661928c3cb18602fd8fd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Utils.php\":{\"d\":1503576765,\"h\":\"034c6083379f44f325fb34ca098b4e4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/Collection.php\":{\"d\":1503576765,\"h\":\"d98d9ddd27431ac873cbdb7873a43708\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/src\\/Google\\/autoload.php\":{\"d\":1503576765,\"h\":\"9383e0b8ee6abb03d802800eb0612a66\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/class-ga-io.php\":{\"d\":1503576765,\"h\":\"57fa35050d9ccf89d44f4cf6d52917a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/class-ga-client.php\":{\"d\":1503576765,\"h\":\"37bb98108c12b3b6129d35b18df17cf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/class-ga-cache.php\":{\"d\":1503576765,\"h\":\"ddeee3e1b391bd1f9bcc3f25a70aacb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/google\\/class-ga-logger.php\":{\"d\":1503576765,\"h\":\"48648b26d8a4860c56995f452be31f8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/lib\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/css\\/jvectormap\\/jquery-jvectormap-2.0.3.css\":{\"d\":1503576765,\"h\":\"4b968f3e7ca546b73ed21a02b54522d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/css\\/select300\\/select300.min.css\":{\"d\":1503576765,\"h\":\"c0d9ff82186c275d813b50248fc703c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/css\\/select300\\/select300.css\":{\"d\":1503576765,\"h\":\"07813a7bc0711f3500778aa337d2f48d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/css\\/select300\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/css\\/images\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/css\\/select2.min.css\":{\"d\":1503576765,\"h\":\"bea437e479d48506e727f9902a423e3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/css\\/settings.css\":{\"d\":1503576765,\"h\":\"fb6a1c935236aee02173a0427c67b7b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/css\\/admin.min.css\":{\"d\":1503576765,\"h\":\"562958ab7a00e7df2ec785eb00b85029\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/css\\/admin.css\":{\"d\":1503576765,\"h\":\"99675dd89f2d8a1cf69cc291078946ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/css\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/assets\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/notices\\/bottom-notice.php\":{\"d\":1540836092,\"h\":\"2fff0cde37d2a4688d1df059a9246f2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/notices\\/thanks-for-using-main-dash.php\":{\"d\":1540836092,\"h\":\"d7ec898b3667dbd12144873232680613\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/notices\\/horizontal-notice.php\":{\"d\":1540836092,\"h\":\"68bb8471f6d25bdcfb027b6df76f3aca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/notices\\/report.php\":{\"d\":1540836092,\"h\":\"2ce66653aeefd74c2d49279b9076bbe5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/notices\\/report-plain.php\":{\"d\":1540836092,\"h\":\"860669acad0eddd735bfdd19d6fe5c7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/exclude-settings-modal\\/exclude-panel-submit.php\":{\"d\":1540836092,\"h\":\"ca121a02b203f3de2b7cfa789ffafff1\"}}','2019-09-19 08:59:24');
INSERT INTO `lwz_itsec_distributed_storage` VALUES (1716,'file-list','files',6,'{\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/exclude-settings-modal\\/exclude-panel-heading.php\":{\"d\":1540836092,\"h\":\"7f93b1a5aae8813449950a5a48f98b75\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/migrator-no-migrator.php\":{\"d\":1540836092,\"h\":\"2043e52045c51f9db4867db2faac4633\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/downloading-and-restoring.php\":{\"d\":1540836092,\"h\":\"4e438aae18c1586bda5aa47f432b4a33\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/temporary-clone.php\":{\"d\":1540836092,\"h\":\"cfa667bc70c1c9b91776f09508b46dbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/take-backup.php\":{\"d\":1540836092,\"h\":\"6bb221be63b09d84c02a6bf3292144b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/footer.php\":{\"d\":1540836092,\"h\":\"7af4b8109e948a4af6a7f40e1fe6df69\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/exclude-modal.php\":{\"d\":1540836092,\"h\":\"67a2ac57ff84b72695f7679b282e20f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/form-contents.php\":{\"d\":1540836092,\"h\":\"b9ce5621755837da9817fdb7dba40686\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/tab-backups.php\":{\"d\":1540836092,\"h\":\"239ce1eb56b2b9ef49bad2e22d6a2ce2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/file-backup-exclude.php\":{\"d\":1540836092,\"h\":\"1732f1500ebda71e80bc4b549482b839\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/existing-backups-table.php\":{\"d\":1540836092,\"h\":\"a69f96c61f74b503902c7c6364422c52\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/updraftcentral-connect.php\":{\"d\":1540836092,\"h\":\"cdb09ccbb15f94b85f0cc19f29c1cd10\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/upload-backups-modal.php\":{\"d\":1540836092,\"h\":\"8dbc632d2f833bc678cde6c116870e26\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/delete-and-restore-modals.php\":{\"d\":1540836092,\"h\":\"006ce1c9ea5c29d0cf60246d7194e9fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/tab-addons.php\":{\"d\":1540836092,\"h\":\"ec432b0795b487e97e37728c142f5313\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/tab-bar.php\":{\"d\":1540836092,\"h\":\"702a118deedf7e4e9868b141fa613902\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/settings\\/header.php\":{\"d\":1540836092,\"h\":\"e8c2420c8d775cae23e8f92537fe287d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/advanced\\/wipe-settings.php\":{\"d\":1540836092,\"h\":\"d7da7504106c25453da645c028b56a7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/advanced\\/advanced-tools.php\":{\"d\":1540836092,\"h\":\"e229007bf6a980c6b49ab7f54bcb5bf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/advanced\\/search-replace.php\":{\"d\":1540836092,\"h\":\"628a7e4b2c80732869921319bb510226\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/advanced\\/updraftcentral.php\":{\"d\":1540836092,\"h\":\"9f07662946c77c84b102957b388e0a26\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/advanced\\/lock-admin.php\":{\"d\":1540836092,\"h\":\"b3d28753ed50d939477f72585aa0c27b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/advanced\\/site-info.php\":{\"d\":1540836092,\"h\":\"17c87d86a4ed1751c5cfac1add0dbffc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/advanced\\/export-settings.php\":{\"d\":1540836092,\"h\":\"834a4ad74b1528094c841a58778c3e21\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/advanced\\/tools-menu.php\":{\"d\":1540836092,\"h\":\"29fb4bd2614f74c94b5699ac5f7a6463\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/templates\\/wp-admin\\/advanced\\/total-size.php\":{\"d\":1540836092,\"h\":\"15ad51d930247c05e18cd0f8debb229e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/js\\/tour.min.js\":{\"d\":1540836092,\"h\":\"fccd3690c346f843cd23ea51edec159f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/js\\/tour.js\":{\"d\":1540836092,\"h\":\"6bd45ba09bb9d4ce9e3205e609c4bf44\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jquery.serializeJSON\\/jquery.serializejson.min.js\":{\"d\":1540836092,\"h\":\"9f7f617509cc5c97618ae5962792dddb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jquery.serializeJSON\\/jquery.serializejson.js\":{\"d\":1540836092,\"h\":\"7439ba4f2fee01f7d7ae24b4e7060d91\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/tether\\/tether.min.js\":{\"d\":1540836092,\"h\":\"7804d8ba8c54ef6538006d63803c23e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/tether\\/tether.js\":{\"d\":1540836092,\"h\":\"4085f67a3c173d30b2577843ca20a609\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/tether\\/LICENSE\":{\"d\":1540836092,\"h\":\"e218d81ad870e5fcd8a504baa319cb69\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/cloudfiles\\/cloudfiles_exceptions.php\":{\"d\":1540836092,\"h\":\"767f8f21116528aa69e59b3a68d75aa7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/cloudfiles\\/cloudfiles.php\":{\"d\":1540836092,\"h\":\"c0f6c3cff29889b1239071d57e8be04f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/cloudfiles\\/cloudfiles_http.php\":{\"d\":1540836092,\"h\":\"26a3ab67b1ebbf4b6443febf2ec4b526\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Task\\/Exception.php\":{\"d\":1540836092,\"h\":\"62349c381de5f609914249dfd1245ad5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Task\\/Retryable.php\":{\"d\":1540836092,\"h\":\"fd80f21d711c8b658815cc53e88a340b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Task\\/Runner.php\":{\"d\":1540836092,\"h\":\"0efd7b612285a2c35a2a84ff2f441e66\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Http\\/REST.php\":{\"d\":1540836092,\"h\":\"bbf5b9ee5255e4228a9f9e6650964a7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Http\\/CacheParser.php\":{\"d\":1540836092,\"h\":\"77c516c34f54d37c132074b16824f278\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Http\\/Batch.php\":{\"d\":1540836092,\"h\":\"93eb9f356b6b4cbcf6fdbc1926dbde88\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Http\\/Request.php\":{\"d\":1540836092,\"h\":\"99779c816397c32cd026d230cc3bde64\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Http\\/MediaFileUpload.php\":{\"d\":1540836092,\"h\":\"1637b7676d802930acec9eef5508ee95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Signer\\/P12.php\":{\"d\":1540836092,\"h\":\"85915452e42b8636181ceacd7c8b38e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Signer\\/Abstract.php\":{\"d\":1540836092,\"h\":\"ae819136b6bf530bccee81f993f45793\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Auth\\/Simple.php\":{\"d\":1540836092,\"h\":\"10e0e45068bc781833ab5822b1da36fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Auth\\/Exception.php\":{\"d\":1540836092,\"h\":\"285e85ef412b20a11296f3eb4372b6a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Auth\\/AppIdentity.php\":{\"d\":1540836092,\"h\":\"650aab096ac077d5a54dd230989202bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Auth\\/ComputeEngine.php\":{\"d\":1540836092,\"h\":\"cb48a5d14cede8ca98088e58732972a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Auth\\/AssertionCredentials.php\":{\"d\":1540836092,\"h\":\"327ca7d376613dd1cfa7a25d891cdebc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Auth\\/Abstract.php\":{\"d\":1540836092,\"h\":\"5da872170e33938931a41c5670bd3d16\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Auth\\/OAuth2.php\":{\"d\":1540836092,\"h\":\"3b7a2a4ef2f4348ceb8397c984774099\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Auth\\/LoginTicket.php\":{\"d\":1540836092,\"h\":\"21b72be75cf2f8e1ef2933618ed30a63\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Logger\\/Exception.php\":{\"d\":1540836092,\"h\":\"c3be97c23fc050aba291a37c7ceb3072\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Logger\\/Psr.php\":{\"d\":1540836092,\"h\":\"921dd7b30ccf807b5ca636b2cb077dcb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Logger\\/File.php\":{\"d\":1540836092,\"h\":\"d781f6385fb2f17017daccc640f17d7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Logger\\/Abstract.php\":{\"d\":1540836092,\"h\":\"7263a9a9bfa2d9feec395d8e88e07129\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Logger\\/Null.php\":{\"d\":1540836092,\"h\":\"9dc7ed69671ec82b201e33aafbb9adf4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/IO\\/Exception.php\":{\"d\":1540836092,\"h\":\"989937d4b02d8ebca1ba18957d0fdf36\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/IO\\/cacerts.pem\":{\"d\":1540836092,\"h\":\"a527b93e71b94759d99643641ff3b531\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/IO\\/Curl.php\":{\"d\":1540836092,\"h\":\"08b23cad6ad06623802d945808d5c90f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/IO\\/Stream.php\":{\"d\":1540836092,\"h\":\"8d866e1b07045c9a8bbf3c9840deef20\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/IO\\/Abstract.php\":{\"d\":1540836092,\"h\":\"f03b8a519e4a20823f603f2432722038\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Verifier\\/Pem.php\":{\"d\":1540836092,\"h\":\"f5ff23db55e103b5e2db99d42a8040fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Verifier\\/Abstract.php\":{\"d\":1540836092,\"h\":\"1d71ba9df985da107ad727908a8a4ecb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Cache\\/Exception.php\":{\"d\":1540836092,\"h\":\"8055f872cb2a7695c3e04f78ab047166\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Cache\\/File.php\":{\"d\":1540836092,\"h\":\"56c084ec51850e7e6c3ca324d319f154\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Cache\\/Memcache.php\":{\"d\":1540836092,\"h\":\"965391ca4735f4e4f6de8fcbef7d722b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Cache\\/Apc.php\":{\"d\":1540836092,\"h\":\"4a595e56a6c419ebad142a4ac7b15ef3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Cache\\/Abstract.php\":{\"d\":1540836092,\"h\":\"99e51011a700c21dbe8c5d2739e3777f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Cache\\/Null.php\":{\"d\":1540836092,\"h\":\"b888f3d054704638fdcd278cd9abc68b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Exception.php\":{\"d\":1540836092,\"h\":\"80af63452d5180e64af33796ce8e19fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Audit.php\":{\"d\":1540836092,\"h\":\"c90c3336e1c307a5214c9f6cb0658444\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Oauth2.php\":{\"d\":1540836092,\"h\":\"497962957934ad4d671663a4ce9e160b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Container.php\":{\"d\":1540836092,\"h\":\"5522ef4cba1318d67f9e3b73a8a7efa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Drive.php\":{\"d\":1540836092,\"h\":\"0c174136e26fd506f03692518748b001\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Reports.php\":{\"d\":1540836092,\"h\":\"ea16a9fa61b89d84425519f29cee2d4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Dns.php\":{\"d\":1540836092,\"h\":\"3cb9f9a83c6ad210072aee97ab14e28d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Logging.php\":{\"d\":1540836092,\"h\":\"be2acce0a8414072be51889047581179\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Resource.php\":{\"d\":1540836092,\"h\":\"50f1215e28d002284eb56934becbfeca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Storage.php\":{\"d\":1540836092,\"h\":\"6861ae08e93b782effce5e7ec97dd7e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Tasks.php\":{\"d\":1540836092,\"h\":\"9525b0dff3459a0b5b17597300d6bf1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Directory.php\":{\"d\":1540836092,\"h\":\"fdd8f45902247f155dd2c16a3b7b9c4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Groupssettings.php\":{\"d\":1540836092,\"h\":\"1c0a2db814d38b47cf78d1a075176d65\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Licensing.php\":{\"d\":1540836092,\"h\":\"bc432f6299c81f0872f2ec81418181e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Datastore.php\":{\"d\":1540836092,\"h\":\"067d86be76b8c6885a58f186d1cf5fc5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/IdentityToolkit.php\":{\"d\":1540836092,\"h\":\"2ea2da8b3d519e656548bb3f17f4a9d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/GroupsMigration.php\":{\"d\":1540836092,\"h\":\"3df47de71191face9a2f1b3c029c8079\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service\\/Resourceviews.php\":{\"d\":1540836092,\"h\":\"71564e2b5896d613de5ffbee9286c57f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Utils\\/URITemplate.php\":{\"d\":1540836092,\"h\":\"bffda0decadf98ad09d77a67bb28fa98\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Client.php\":{\"d\":1540836092,\"h\":\"9212a23f9b6dca48c76f4192b1f605f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Service.php\":{\"d\":1540836092,\"h\":\"c6a3edb979750d99b8581b4fc7f74e2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Exception.php\":{\"d\":1540836092,\"h\":\"318afca9f008d35a174bfd9dadc02ff2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Config.php\":{\"d\":1540836092,\"h\":\"6c85f1215738a2eef9b0d5a19c524d5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Model.php\":{\"d\":1540836092,\"h\":\"47d6fda05780f9bba9f3cdc5b98a789f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Utils.php\":{\"d\":1540836092,\"h\":\"cabb63968b2b820423f4a0252afd1d61\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/Collection.php\":{\"d\":1540836092,\"h\":\"847913baf9f5e93678ce354df394d671\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Google\\/autoload.php\":{\"d\":1540836092,\"h\":\"f80bcbaa4f9fef432445fc39415321c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/handlebars\\/handlebars.js\":{\"d\":1540836092,\"h\":\"a595b4caaa283986188ca20e206e988e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/handlebars\\/handlebars.runtime.js\":{\"d\":1540836092,\"h\":\"c8f6c4fc44ae624ff155ec8fc822b569\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/handlebars\\/handlebars.min.js\":{\"d\":1540836092,\"h\":\"f9b85ec8a458762b6eef7285cb6a99a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/handlebars\\/handlebars.runtime.min.js\":{\"d\":1540836092,\"h\":\"16e2e0cebfa28fe5c6e8a21061ba26d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/handlebars\\/LICENSE\":{\"d\":1540836092,\"h\":\"ce18aa31fdaf5dc94665aee755ed2ef3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftclone\\/temporary-clone-user-notice.php\":{\"d\":1540836092,\"h\":\"d5b32a63acb2cbc69e9e9a8fe4a8b00c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftclone\\/temporary-clone-status.php\":{\"d\":1540836092,\"h\":\"3fcdb48fd196a64908a6bb078c43e3ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftclone\\/temporary-clone-dash-notice.php\":{\"d\":1540836092,\"h\":\"dcc378c41590357636e633f47ebf6781\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftclone\\/temporary-clone-auto-login.php\":{\"d\":1540836092,\"h\":\"1133be9dce209b2f0be066211e9f23d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftclone\\/temporary-clone-restore.php\":{\"d\":1540836092,\"h\":\"b28ac6450a2caa4dda323f3b57800402\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/tether-shepherd\\/tether.js\":{\"d\":1540836092,\"h\":\"d9ac4d5536d02f9efbcde041fc311cde\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/tether-shepherd\\/shepherd.js\":{\"d\":1540836092,\"h\":\"9a809c5c2654858fbe1b2b1edbff4be6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/tether-shepherd\\/shepherd.min.js\":{\"d\":1540836092,\"h\":\"84d0dbf9d50a2b62417c992df5d3581e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/tether-shepherd\\/LICENSE\":{\"d\":1540836092,\"h\":\"42463d89c79106c147853a0ac5f149cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Dropbox2\\/OAuth\\/Consumer\\/Curl.php\":{\"d\":1540836092,\"h\":\"a51961c3b68eead79bcab6e652091197\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Dropbox2\\/OAuth\\/Consumer\\/ConsumerAbstract.php\":{\"d\":1540836092,\"h\":\"03ee65c4e1da3b4c75a9887a3c768df6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Dropbox2\\/OAuth\\/Consumer\\/WordPress.php\":{\"d\":1540836092,\"h\":\"f073eb791f9771f4465754e60dd2aea7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Dropbox2\\/OAuth\\/Storage\\/StorageInterface.php\":{\"d\":1540836092,\"h\":\"1057e362be03b3a5efdd5cd011a2e339\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Dropbox2\\/OAuth\\/Storage\\/WordPress.php\":{\"d\":1540836092,\"h\":\"71832ced53058394b7ebb398d68021f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Dropbox2\\/OAuth\\/Storage\\/Encrypter.php\":{\"d\":1540836092,\"h\":\"8a2804a52b29d90528e253a04f99675c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Dropbox2\\/Exception.php\":{\"d\":1540836092,\"h\":\"d7559e24f9c961662aec196fb76e9f97\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/Dropbox2\\/API.php\":{\"d\":1540836092,\"h\":\"9a032f6babfa3d9ba82b15cb31985988\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jstree\\/themes\\/default-dark\\/style.min.css\":{\"d\":1540836092,\"h\":\"5af969c5031a532266f6fa40ff4a16f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jstree\\/themes\\/default-dark\\/style.css\":{\"d\":1540836092,\"h\":\"e8a39068be6d8a48b48f160f5ecf7104\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jstree\\/themes\\/default\\/style.min.css\":{\"d\":1540836092,\"h\":\"779fc4b400d1748ec2fb99685ad80550\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jstree\\/themes\\/default\\/style.css\":{\"d\":1540836092,\"h\":\"8fce84b55253731c6c4209c011c7a5d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jstree\\/jstree.min.js\":{\"d\":1540836092,\"h\":\"b57e45cd7d26ab8cbe094bf655b1179f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jstree\\/jstree.js\":{\"d\":1540836092,\"h\":\"ef20d5f6da196fa90926e5591a1072c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/labelauty\\/jquery-labelauty.css\":{\"d\":1540836092,\"h\":\"4d0b30e488acbdf1248e545ec8ae1fb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/labelauty\\/jquery-labelauty.min.js\":{\"d\":1540836092,\"h\":\"a8148121ef6d95b9cfd4484034d9a8a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/labelauty\\/jquery-labelauty.js\":{\"d\":1540836092,\"h\":\"afc2aa2f0f8b39b60cf15408bba43949\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/labelauty\\/jquery-labelauty.min.css.map\":{\"d\":1540836092,\"h\":\"1409aa8ca6b4ba12f93bc89f1a02aa32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/labelauty\\/jquery-labelauty.min.css\":{\"d\":1540836092,\"h\":\"19d1ac805ac0a5ffd65db9edb11fc863\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/labelauty\\/LICENSE\":{\"d\":1540836092,\"h\":\"76a1caf2a5780dfbf061206d2e5552d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftvault.php\":{\"d\":1540836092,\"h\":\"f2a1ae055c789e026d0b2f7b71353b56\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-zip.php\":{\"d\":1540836092,\"h\":\"c8e49cf0feb71cb26dd7f99a8eccf43e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftplus-tour.php\":{\"d\":1540836092,\"h\":\"241dd6d492f6008ad456b77ce0a1aa8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-remote-send.php\":{\"d\":1540836092,\"h\":\"9320b11f0781cdf8e461e2e4f46df962\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraft-restorer-skin.php\":{\"d\":1540836092,\"h\":\"04bf0779cb239b99d9d09103ebf73bb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/ftp.class.php\":{\"d\":1540836092,\"h\":\"89be3fee2ef6aeb328200e6076050857\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-manipulation-functions.php\":{\"d\":1540836092,\"h\":\"e57c5eb86edb1e75308fcec385a08668\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-updraftcentral-updraftplus-commands.php\":{\"d\":1540836092,\"h\":\"ba8187865866f435043450e603f6ecf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/google-extensions.php\":{\"d\":1540836092,\"h\":\"2043a7b1437a58a939a0359b4a81940f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jquery-ui.custom.css\":{\"d\":1540836092,\"h\":\"d29a820e727e85539b6a18d1ecc07ec0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftplus-notices.php\":{\"d\":1540836092,\"h\":\"3de6c04e6154528925b9c7399550ff4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftplus-login.php\":{\"d\":1540836092,\"h\":\"a54c38c5f4f66be5e3b6e5dc5bd3e656\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-updraft-dashboard-news.php\":{\"d\":1540836092,\"h\":\"3ca5e5fcb689c5a04d7c2d034584dffb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftplus-admin-common.js\":{\"d\":1540836092,\"h\":\"f2a38e19b7253b69eae1e6205eb60c74\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-commands.php\":{\"d\":1540836092,\"h\":\"c4a9a1eee8a04300a0057d21320250a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jquery.blockUI.min.js\":{\"d\":1540836092,\"h\":\"9b92a7d82d22be1f091216931a3dc34c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-updraftplus-encryption.php\":{\"d\":1540836092,\"h\":\"364c9ab8dd574be7ed36dbfa8090b745\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/S3compat.php\":{\"d\":1540836092,\"h\":\"8786f95cb98315a95c70a8faeed8ac6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-database-utility.php\":{\"d\":1540836092,\"h\":\"d892866f88a0fefd5e09e89f950662f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-filesystem-functions.php\":{\"d\":1540836092,\"h\":\"de1c5f37a522ed643a475426557b4f9c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jquery-ui.custom.min.css.map\":{\"d\":1540836092,\"h\":\"edad1f3dadcb309a807bfafe26df13da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraft-notices.php\":{\"d\":1540836092,\"h\":\"830392b8199817b5f28789c53a7f4ce1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jquery-ui.custom.min.css\":{\"d\":1540836092,\"h\":\"40cf3630dfdaf1f630955a5f51e0b271\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftcentral.php\":{\"d\":1540836092,\"h\":\"4d4ac3189f26d6f3d6ec9bc8f46f9e6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/deprecated-actions.php\":{\"d\":1540836092,\"h\":\"f6c579a72bee6fc411587b500793c7a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/S3.php\":{\"d\":1540836092,\"h\":\"1e0b06b386830ce0abe5e31d4619202c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/cacert.pem\":{\"d\":1540836092,\"h\":\"df0df092f7590ce0cc636986f1ae084b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftplus-admin-common.min.js\":{\"d\":1540836092,\"h\":\"7fa416a8f161daf98c85da80886cb8f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/jquery.blockUI.js\":{\"d\":1540836092,\"h\":\"5c98c0cbfacee6dab0783112cb0e233d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-wpadmin-commands.php\":{\"d\":1540836092,\"h\":\"86912b04b2a48a53ff76e5b227bc2477\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/get-cpanel-quota-usage.pl\":{\"d\":1540836092,\"h\":\"778a02fcee1c33df6bdf9a1d948ce5f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-semaphore.php\":{\"d\":1540836092,\"h\":\"147d22997c653b5efda13eaf7103eaec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-storage-methods-interface.php\":{\"d\":1540836092,\"h\":\"feea608d8ad3d9f6e013baf48368ffeb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-partialfileservlet.php\":{\"d\":1540836092,\"h\":\"81cf165fb0349099b92f084628011883\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-udrpc.php\":{\"d\":1540836092,\"h\":\"365307aed57e1d5843034159dac9709d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/class-backup-history.php\":{\"d\":1540836092,\"h\":\"7029d01e71794875536601e8d37866eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/includes\\/updraftplus-clone.php\":{\"d\":1540836092,\"h\":\"ceb2d8b0923c744518dce553da72c139\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/updraftvault.php\":{\"d\":1540836092,\"h\":\"95550954c7351b8968c348268ee4a201\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/template.php\":{\"d\":1540836092,\"h\":\"94b075f387b5ce3d6c17afd4b0c31f9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/s3.php\":{\"d\":1540836092,\"h\":\"5c8269f07a40c5ac7326620c99e31119\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/webdav.php\":{\"d\":1540836092,\"h\":\"a923a796820ce30b912bb8bc98fe3bcd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/email.php\":{\"d\":1540836092,\"h\":\"b03c5cf202155b3d11dc70f35aa481d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/backup-module.php\":{\"d\":1540836092,\"h\":\"f38198e2f929fa0842ab93d506ab244b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/insufficient.php\":{\"d\":1540836092,\"h\":\"d22ebf2463d7d657823f1b3a3de0195e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/cloudfiles-new.php\":{\"d\":1540836092,\"h\":\"d78c716a193ece4fca313f83c01d6b4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/remotesend.php\":{\"d\":1540836092,\"h\":\"85b8508375619a57e2d5dd046b3399d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/backblaze.php\":{\"d\":1540836092,\"h\":\"917e8da055c59d1a7aa9d75da6909a98\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/ftp.php\":{\"d\":1540836092,\"h\":\"0a4e44308fc48ff43533c95620dc2ebf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/dreamobjects.php\":{\"d\":1540836092,\"h\":\"dc7d82fa95f8066818835c285eae4143\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/googlecloud.php\":{\"d\":1540836092,\"h\":\"e7d4ba1727ae1e1e801e687af1f278a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/openstack2.php\":{\"d\":1540836092,\"h\":\"c4b514a9d6ebcc47bca0d079152a84e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/onedrive.php\":{\"d\":1540836092,\"h\":\"121facd9c0506bb874aafe7252fad911\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/dropbox.php\":{\"d\":1540836092,\"h\":\"12d21f0d26a053a5800be497c8e98ad4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/cloudfiles.php\":{\"d\":1540836092,\"h\":\"2f9e64b2b40b6b3fb09c3ab53e580270\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/addon-not-yet-present.php\":{\"d\":1540836092,\"h\":\"309e3befa3d883e07862ba1cb04d87a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/openstack.php\":{\"d\":1540836092,\"h\":\"4ccdcded69d8c09297387b7615fd61af\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/googledrive.php\":{\"d\":1540836092,\"h\":\"f9f1a7fe6466ce825d35405c46654326\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/sftp.php\":{\"d\":1540836092,\"h\":\"02008158830b7417b4f6e9ab490fb0b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/azure.php\":{\"d\":1540836092,\"h\":\"6b39329968c8cefc6ec54913a0c25608\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/s3generic.php\":{\"d\":1540836092,\"h\":\"7c915964742ed827cc13ecd154b895da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/addon-base-v2.php\":{\"d\":1540836092,\"h\":\"9a33682e0414f0f6087c3c26ecc6a0e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/methods\\/openstack-base.php\":{\"d\":1540836092,\"h\":\"b1f8e7e3049bd97abb092a1aade21de7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/central\\/classes\\/class-automatic-upgrader-skin.php\":{\"d\":1540836092,\"h\":\"92179d900c24a9e1e0f723bfdc370cfd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/central\\/modules\\/analytics.php\":{\"d\":1540836092,\"h\":\"f3f1300f8dbb58ff8e40d321d11b967e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/central\\/modules\\/plugin.php\":{\"d\":1540836092,\"h\":\"31a07773cbcf79efa517cc2d96e7aa8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/central\\/modules\\/theme.php\":{\"d\":1540836092,\"h\":\"f23e6f22010b27870f3316409a05e77d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/central\\/modules\\/users.php\":{\"d\":1540836092,\"h\":\"77bd762789d948c7ec3a8c126a5081f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/central\\/modules\\/comments.php\":{\"d\":1540836092,\"h\":\"e65553e20d0c149e9f31be884696661c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/central\\/modules\\/core.php\":{\"d\":1540836092,\"h\":\"34d21fda8549d318c4c352d469787995\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/central\\/modules\\/updates.php\":{\"d\":1540836092,\"h\":\"e011065875b9f1ef006cfddc2a59189e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/central\\/modules\\/posts.php\":{\"d\":1540836092,\"h\":\"891e293cac6da96fabe6787b7e15076f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/central\\/bootstrap.php\":{\"d\":1540836092,\"h\":\"03c8e18c8d79b192aa8a3d918f4f6c7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/central\\/listener.php\":{\"d\":1540836092,\"h\":\"f31a59fe5f79e224656faf2f2f7a59e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/central\\/commands.php\":{\"d\":1540836092,\"h\":\"65b5249816da8e39db7bfaa9833169ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/languages\\/updraftplus.pot\":{\"d\":1540836092,\"h\":\"6c3ec47ac88c674ad4370992126b4a10\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Command\\/S3Command.php\":{\"d\":1540836092,\"h\":\"3dc05e397450a4b71a982327a206c38c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/Parser\\/S3ExceptionParser.php\":{\"d\":1540836092,\"h\":\"8b11e6c2e0aab8b276cf2cd90e36fc63\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidRangeException.php\":{\"d\":1540836092,\"h\":\"98cfd5cd3599cea086cc16fa50447132\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchBucketException.php\":{\"d\":1540836092,\"h\":\"67678971e88adba7f2f48d63cc95adf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MalformedPOSTRequestException.php\":{\"d\":1540836092,\"h\":\"6aa99b0de24f2eb1a9de7df2715e38f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NotSignedUpException.php\":{\"d\":1540836092,\"h\":\"812bae6a59981af1cade72c37ca87886\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/ObjectAlreadyInActiveTierErrorException.php\":{\"d\":1540836092,\"h\":\"f3c4ce492a49fe06caabecddd73658c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/ObjectNotInActiveTierErrorException.php\":{\"d\":1540836092,\"h\":\"3ac099a476fa8cce2e0de5de51e81016\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/UnresolvableGrantByEmailAddressException.php\":{\"d\":1540836092,\"h\":\"ddacbd4d1ee7341fba322be7acda04b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/SlowDownException.php\":{\"d\":1540836092,\"h\":\"2cab1602b76a19567c65bfcdbbd26b66\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MissingRequestBodyErrorException.php\":{\"d\":1540836092,\"h\":\"402ba71db04643214cb40a1bd7d049ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MissingAttachmentException.php\":{\"d\":1540836092,\"h\":\"d89997a566746ebfafb220946f27a5a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidBucketNameException.php\":{\"d\":1540836092,\"h\":\"389ba9774c6752da399d5a06714ca70d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchCORSConfigurationException.php\":{\"d\":1540836092,\"h\":\"78aa44073391f74bfd34303266c8959b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MalformedACLErrorException.php\":{\"d\":1540836092,\"h\":\"f6373149be4c19ccb7b614f3a3628ad7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidPartOrderException.php\":{\"d\":1540836092,\"h\":\"2844134a42c3bf7250e00356a1af54c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/PermanentRedirectException.php\":{\"d\":1540836092,\"h\":\"61c2464e91a1b3313ccb9dde9d6ea207\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NotSuchBucketPolicyException.php\":{\"d\":1540836092,\"h\":\"714b2ba8c970dac2950314acccb4951e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchKeyException.php\":{\"d\":1540836092,\"h\":\"79da9b57a5ebe3cac8d7d2b0f43fdfab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/BadDigestException.php\":{\"d\":1540836092,\"h\":\"7ce5a3538bd37d2d893a5a4641ca5e87\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/OperationAbortedException.php\":{\"d\":1540836092,\"h\":\"a52b194d60900563f77d9deadbce14ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/AccessDeniedException.php\":{\"d\":1540836092,\"h\":\"c114efca1dcf9a7e3344fa406db0d494\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/BucketAlreadyOwnedByYouException.php\":{\"d\":1540836092,\"h\":\"03ddf3e40d02c69d98e31a1ba0e11350\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/IncorrectNumberOfFilesInPostRequestException.php\":{\"d\":1540836092,\"h\":\"9a7794f2028a7bbecb37f02a291f6c13\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoLoggingStatusForKeyException.php\":{\"d\":1540836092,\"h\":\"3b8655854d58f4a783e82b2b3dc7c1e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/RedirectException.php\":{\"d\":1540836092,\"h\":\"bcc61525ec8286557cc882e620e0449b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InternalErrorException.php\":{\"d\":1540836092,\"h\":\"af766935b9509e930d0ae19802289e4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MetadataTooLargeException.php\":{\"d\":1540836092,\"h\":\"49cef4705a18558a98a461da746f6d07\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MissingSecurityHeaderException.php\":{\"d\":1540836092,\"h\":\"aea750e7eebe1dfc9e487c789a6a9459\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/ExpiredTokenException.php\":{\"d\":1540836092,\"h\":\"9fde3c8c1f8ce13d3c1459ba80888484\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/RequestTorrentOfBucketErrorException.php\":{\"d\":1540836092,\"h\":\"b7cf62f982b95dd160f44ea6553724d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/CrossLocationLoggingProhibitedException.php\":{\"d\":1540836092,\"h\":\"6604c9fc43cc2fcbbf5e20c22edb6026\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidTargetBucketForLoggingException.php\":{\"d\":1540836092,\"h\":\"04fb8e74ecc189e6b0436e1260dce9c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/RequestTimeTooSkewedException.php\":{\"d\":1540836092,\"h\":\"87f1822b747922a3dd576f4da63f1fc1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidPartException.php\":{\"d\":1540836092,\"h\":\"cf7972454e18711007a3282ab14b0b2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/BucketAlreadyExistsException.php\":{\"d\":1540836092,\"h\":\"c70ca0f46a271fbb3a0dd8634778b241\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MethodNotAllowedException.php\":{\"d\":1540836092,\"h\":\"1bca38cffcc6eb5eb5245f5a89007381\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NotImplementedException.php\":{\"d\":1540836092,\"h\":\"bfded76dd7733080fc05e35fc9b5d570\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/AmbiguousGrantByEmailAddressException.php\":{\"d\":1540836092,\"h\":\"b7055c317e07c03c66bdadd3cd6f2fee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidPolicyDocumentException.php\":{\"d\":1540836092,\"h\":\"24708723851ace58c30233fbcd2a61c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidRequestException.php\":{\"d\":1540836092,\"h\":\"dc44e8a1c168511de2b21dc9d0dcf26b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchLifecycleConfigurationException.php\":{\"d\":1540836092,\"h\":\"27e721bae72c4019ae6d2194a6572ba5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/AccountProblemException.php\":{\"d\":1540836092,\"h\":\"4e04036a4f99661d3d24ba013d26c69a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidPayerException.php\":{\"d\":1540836092,\"h\":\"668af3f62f403e4dff00bcf4c547586d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidSecurityException.php\":{\"d\":1540836092,\"h\":\"c5325d7ab1f09760b5cfb5dff1452cf5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/TooManyBucketsException.php\":{\"d\":1540836092,\"h\":\"37840f4760fa1c45336f203543b39c3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MaxPostPreDataLengthExceededErrorException.php\":{\"d\":1540836092,\"h\":\"c0d03c2fc6dd1d30cb53753ff3e76533\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MissingContentLengthException.php\":{\"d\":1540836092,\"h\":\"84bdb0a39275eb219deb1a2f75c391e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidURIException.php\":{\"d\":1540836092,\"h\":\"cc39ea5c4ca166c4789366041d2c6647\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/TokenRefreshRequiredException.php\":{\"d\":1540836092,\"h\":\"f3d13abdc5305ab7de861a85b9f2eeae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchBucketPolicyException.php\":{\"d\":1540836092,\"h\":\"5077fdc0b6cd80437ef07d3f35fd70fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/S3Exception.php\":{\"d\":1540836092,\"h\":\"44d15cd57f1f8b5405f7776b636c9a4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidArgumentException.php\":{\"d\":1540836092,\"h\":\"26a64d61b80ab87cd4da2f0959951859\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/UnexpectedContentException.php\":{\"d\":1540836092,\"h\":\"5a7af7f0861aec70975e22383edf1605\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/KeyTooLongException.php\":{\"d\":1540836092,\"h\":\"aeb54c82dfc9fa87084948e2e1010d96\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidAccessKeyIdException.php\":{\"d\":1540836092,\"h\":\"32f96f069dba33c77642bddfffe8db8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/EntityTooSmallException.php\":{\"d\":1540836092,\"h\":\"8244c7d196fcf6cfe81ce6be4e4ee3c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidBucketStateException.php\":{\"d\":1540836092,\"h\":\"9010cee7e70cd31d533d490a0f676b7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchVersionException.php\":{\"d\":1540836092,\"h\":\"85b88fa151a076d133d6c9515c0f8b56\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidDigestException.php\":{\"d\":1540836092,\"h\":\"498ad6eea22c072303d33040e1e2fb8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchTagSetErrorException.php\":{\"d\":1540836092,\"h\":\"6b5056bd3f4a4c5113b16585e7328b90\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/RequestTimeoutException.php\":{\"d\":1540836092,\"h\":\"33862ef527aedb321a40c555d0d81250\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/TemporaryRedirectException.php\":{\"d\":1540836092,\"h\":\"d4e23dee2d180e598e4ab8562df97449\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/SignatureDoesNotMatchException.php\":{\"d\":1540836092,\"h\":\"20791b3cbe22c91750cfae0c45e345d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/RequestIsNotMultiPartContentException.php\":{\"d\":1540836092,\"h\":\"9a233980787a08e6e8f946ecbaf44933\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/ServiceUnavailableException.php\":{\"d\":1540836092,\"h\":\"054e5b096daaad03ee7c920660fbf32c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchTagSetException.php\":{\"d\":1540836092,\"h\":\"87a668a2c3678f96ec74498dcab32a96\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MissingSecurityElementException.php\":{\"d\":1540836092,\"h\":\"d4fda63c036e22004452d73ed1e464d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidTagErrorException.php\":{\"d\":1540836092,\"h\":\"28b72289665d68843022d1b8278afe4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidTokenException.php\":{\"d\":1540836092,\"h\":\"b21fb6f6445972b9c30d3bb566ace2de\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/EntityTooLargeException.php\":{\"d\":1540836092,\"h\":\"a363b75b6140aa59516d6958bd818487\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchWebsiteConfigurationException.php\":{\"d\":1540836092,\"h\":\"18d8abb944dede950e933b4c8fb4c45d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/BucketNotEmptyException.php\":{\"d\":1540836092,\"h\":\"c4164313e71b86ec0a94469ae59f5c7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidAddressingHeaderException.php\":{\"d\":1540836092,\"h\":\"e8951816cc56a7230167d73186c0ab90\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/NoSuchUploadException.php\":{\"d\":1540836092,\"h\":\"de7d7276e8357e59053247069af4b17c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MalformedXMLException.php\":{\"d\":1540836092,\"h\":\"ef3fe78d3ed3db0db2ec67a04ad5a1a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/PreconditionFailedException.php\":{\"d\":1540836092,\"h\":\"8f04f2096229d8e4c99039e2f8685de5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidLocationConstraintException.php\":{\"d\":1540836092,\"h\":\"649bb9f9299de94c32142afe6966e3bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/DeleteMultipleObjectsException.php\":{\"d\":1540836092,\"h\":\"08d0fa5ebbc445faddabca975a979884\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/IllegalVersioningConfigurationException.php\":{\"d\":1540836092,\"h\":\"7502affc30c08ec7dec2ca9b79623861\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidSOAPRequestException.php\":{\"d\":1540836092,\"h\":\"07f4d5593c6119ab815a5abfafd45b4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/IncompleteBodyException.php\":{\"d\":1540836092,\"h\":\"3868573f4b4169bd66ec7ed55e828212\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/CredentialsNotSupportedException.php\":{\"d\":1540836092,\"h\":\"28e5df8a1f769a05c4b0c17da307c821\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InvalidStorageClassException.php\":{\"d\":1540836092,\"h\":\"deeb571087b1013016717869ab219938\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/UserKeyMustBeSpecifiedException.php\":{\"d\":1540836092,\"h\":\"b670411122d9f08bc7a3cb7ca3ba07e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/MaxMessageLengthExceededException.php\":{\"d\":1540836092,\"h\":\"e398b2a0c10de3a9ed33612647dceb5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Exception\\/InlineDataTooLargeException.php\":{\"d\":1540836092,\"h\":\"16a05c43ee339551a41d6db30b3ca660\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Resources\\/s3-2006-03-01.php\":{\"d\":1540836092,\"h\":\"a4eb71497b8700288d3016544d22a626\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/StorageClass.php\":{\"d\":1540836092,\"h\":\"813636035d4e3c256791152d0e3ec8ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/Status.php\":{\"d\":1540836092,\"h\":\"918d94f3d16f77cac2276b85071e8e93\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/Payer.php\":{\"d\":1540836092,\"h\":\"e25af5161310f4c6e3bd10063861d69e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/MetadataDirective.php\":{\"d\":1540836092,\"h\":\"274e400686bd9a855a74c7f90554fb61\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/GranteeType.php\":{\"d\":1540836092,\"h\":\"b7897dc9b95f94f6b121dd6f5e28bc8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/Event.php\":{\"d\":1540836092,\"h\":\"1bb29324b69f9431e60583652916f2dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/Group.php\":{\"d\":1540836092,\"h\":\"96d2fcdffb966c8e411fe630e10b5fc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/EncodingType.php\":{\"d\":1540836092,\"h\":\"a7cde485ca7ac5f211f0f1a842d8be6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/Permission.php\":{\"d\":1540836092,\"h\":\"d9a0af6b2cdc229239b047f23d838cff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/MFADelete.php\":{\"d\":1540836092,\"h\":\"21617876155e75c94b8bc6f8380aec16\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/CannedAcl.php\":{\"d\":1540836092,\"h\":\"f3b4032cea7c631b5cb1cc7947474fb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/Storage.php\":{\"d\":1540836092,\"h\":\"0266e6eb192fc241d3748d3ac04def25\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/ServerSideEncryption.php\":{\"d\":1540836092,\"h\":\"48d3a44084406aff1541a5defe9320f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Enum\\/Protocol.php\":{\"d\":1540836092,\"h\":\"d97f9232bba001d3bf6ec41259636670\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Iterator\\/ListObjectVersionsIterator.php\":{\"d\":1540836092,\"h\":\"f05cf3b2a73eff79ed325dc18f91a8b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Iterator\\/ListMultipartUploadsIterator.php\":{\"d\":1540836092,\"h\":\"ad8bc7cfcb905bbcee5ac63f0d1a248a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Iterator\\/ListObjectsIterator.php\":{\"d\":1540836092,\"h\":\"0ee82969d170a64ace65fbbc06ba8a2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Iterator\\/OpendirIterator.php\":{\"d\":1540836092,\"h\":\"1a8fc303bcfda2405023bc9ed07fc532\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Iterator\\/ListBucketsIterator.php\":{\"d\":1540836092,\"h\":\"f9c6dcc72963c40346bae45f25a39dd1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Sync\\/UploadSync.php\":{\"d\":1540836092,\"h\":\"c82772efc07aa48d2b32e4bba547ac06\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Sync\\/ChangedFilesIterator.php\":{\"d\":1540836092,\"h\":\"ae92607d9ceddd5674505361a8707723\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Sync\\/DownloadSync.php\":{\"d\":1540836092,\"h\":\"c5f5902b0f3efa03abaedcdf5a8b51ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Sync\\/AbstractSync.php\":{\"d\":1540836092,\"h\":\"cf937c67b37e8324b092f0e0d4dcf2b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Sync\\/AbstractSyncBuilder.php\":{\"d\":1540836092,\"h\":\"6d15b7ff5585bb0b8afa8b9882e59e7b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Sync\\/UploadSyncBuilder.php\":{\"d\":1540836092,\"h\":\"fe0354dcb7c3a822290c9f21c11669e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Sync\\/KeyConverter.php\":{\"d\":1540836092,\"h\":\"82accba85c2eb6ff5a64094812c507a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Sync\\/DownloadSyncBuilder.php\":{\"d\":1540836092,\"h\":\"4431c83c1ca49780bc489404c02da65a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Sync\\/FilenameConverterInterface.php\":{\"d\":1540836092,\"h\":\"e1367db996b4bf594e6d05871be1147d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/MultipartUpload\\/AbstractTransfer.php\":{\"d\":1540836092,\"h\":\"2990bfe532b2a837406e0a4847dc3b8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/MultipartUpload\\/TransferState.php\":{\"d\":1540836092,\"h\":\"45484c7268141212c6a346ee5ff05962\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/MultipartUpload\\/SerialTransfer.php\":{\"d\":1540836092,\"h\":\"027004eda09ff1954e1833040df9b869\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/MultipartUpload\\/ParallelTransfer.php\":{\"d\":1540836092,\"h\":\"b94189665c7f24d81fd065703550fb3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/MultipartUpload\\/UploadBuilder.php\":{\"d\":1540836092,\"h\":\"042169a77d1df6b29ad8b75d8707e1ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/MultipartUpload\\/UploadId.php\":{\"d\":1540836092,\"h\":\"0925b992d88491867fe204bb216c9961\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/MultipartUpload\\/UploadPart.php\":{\"d\":1540836092,\"h\":\"e52983d0299b0dddcf62ac3fe2a7eff0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/DeleteObjectsBatch.php\":{\"d\":1540836092,\"h\":\"df249d6cd2cc85213898d5f09c21b1e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/DeleteObjectsTransfer.php\":{\"d\":1540836092,\"h\":\"8442fbd945058c8ce270abe2a3db63c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/Grant.php\":{\"d\":1540836092,\"h\":\"9c50fd6b72cb5ce202ffb8aa91dc9ae3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/Acp.php\":{\"d\":1540836092,\"h\":\"993d7535468f8eec4ae4f82f2bc4d244\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/Grantee.php\":{\"d\":1540836092,\"h\":\"6be236f5723bd6489e97c070056ad4aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/ClearBucket.php\":{\"d\":1540836092,\"h\":\"5211fd4af3eabebdbc15aab48f7200bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/PostObject.php\":{\"d\":1540836092,\"h\":\"66c17323a34783f638c1fd81e619a45e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/Model\\/AcpBuilder.php\":{\"d\":1540836092,\"h\":\"087c08ae99813dcdcd22126028721891\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/S3Signature.php\":{\"d\":1540836092,\"h\":\"20820eeb37e5dd045ba91455fc64a088\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/AcpListener.php\":{\"d\":1540836092,\"h\":\"30021c2e042185e138475242fc778cf7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/SocketTimeoutChecker.php\":{\"d\":1540836092,\"h\":\"c6af6b2766ebf5dced00b8097c480861\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/S3SignatureInterface.php\":{\"d\":1540836092,\"h\":\"38b32ba608f23cf157a4d9782f47d6f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/ResumableDownload.php\":{\"d\":1540836092,\"h\":\"c2c0b6848e5766e351fc5bf0cc5ba308\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/S3Client.php\":{\"d\":1540836092,\"h\":\"69f146a4d4256c6e611f47904a759f5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/StreamWrapper.php\":{\"d\":1540836092,\"h\":\"dce729353d53b9ce563baffff3e797eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/S3SignatureV4.php\":{\"d\":1540836092,\"h\":\"3f2120c87ce46b2cffbaefdf5b4e00ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/IncompleteMultipartUploadChecker.php\":{\"d\":1540836092,\"h\":\"e181099ab8c3574e9d610109832f6d5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/BucketStyleListener.php\":{\"d\":1540836092,\"h\":\"9d7022c32b9b88fccc6f36b0789fca09\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/SseCpkListener.php\":{\"d\":1540836092,\"h\":\"9577868d44c40ea046d38917c736d416\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/S3\\/S3Md5Listener.php\":{\"d\":1540836092,\"h\":\"61a2a32166a1ca9f0897c31644b17f05\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Client\\/UserAgentListener.php\":{\"d\":1540836092,\"h\":\"98501807352bf33024e31b7fc6217c93\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Client\\/UploadBodyListener.php\":{\"d\":1540836092,\"h\":\"db13af3fbec0f198c0120bd0690e935d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Client\\/ThrottlingErrorChecker.php\":{\"d\":1540836092,\"h\":\"18150232988131e9f21e4724cfc35bbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Client\\/AwsClientInterface.php\":{\"d\":1540836092,\"h\":\"b5549e525d4119198840bb2b34e79c67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Client\\/DefaultClient.php\":{\"d\":1540836092,\"h\":\"f5c71745baaae8f46fe37a4f3d4bbd9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Client\\/ExpiredCredentialsChecker.php\":{\"d\":1540836092,\"h\":\"fa88950bb0efaf957f4b8ee10753062b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Client\\/ClientBuilder.php\":{\"d\":1540836092,\"h\":\"11cd9b87c4d9f0241ca71cf0d2d7293f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Client\\/AbstractClient.php\":{\"d\":1540836092,\"h\":\"c11afaf45daf193c51cb7befe463f5d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Command\\/AwsQueryVisitor.php\":{\"d\":1540836092,\"h\":\"640e0b6993bd8faaa3e154dc988d02e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Command\\/QueryCommand.php\":{\"d\":1540836092,\"h\":\"47f1c01448de7d6c09671907bef5a5bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Command\\/XmlResponseLocationVisitor.php\":{\"d\":1540836092,\"h\":\"457a7a69d3575bf45afc227ca0fd3948\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Command\\/JsonCommand.php\":{\"d\":1540836092,\"h\":\"6bef8308125e047c4be353e04c067367\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/Parser\\/DefaultXmlExceptionParser.php\":{\"d\":1540836092,\"h\":\"e5da40fe5908360f0713e38e9af9b437\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/Parser\\/JsonRestExceptionParser.php\":{\"d\":1540836092,\"h\":\"942c6b749df09392fb4e302bc9d0af8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/Parser\\/JsonQueryExceptionParser.php\":{\"d\":1540836092,\"h\":\"3bd5164dd7e0bc8419d09bc40132146f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/Parser\\/ExceptionParserInterface.php\":{\"d\":1540836092,\"h\":\"09a7643cba57df1eac684aaf13ee55a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/Parser\\/AbstractJsonExceptionParser.php\":{\"d\":1540836092,\"h\":\"fcff52403d7baf7d5115ee56cb7b260d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/ExceptionListener.php\":{\"d\":1540836092,\"h\":\"2ca2ab488369e279da53a7b903fd557e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/RuntimeException.php\":{\"d\":1540836092,\"h\":\"6942bba7cab741eb2e5ce4d396a82095\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/InstanceProfileCredentialsException.php\":{\"d\":1540836092,\"h\":\"992185ed8296289a27b1b6497f306643\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/ServiceResponseException.php\":{\"d\":1540836092,\"h\":\"053e3c76a4e889978a24734874ed24ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/MultipartUploadException.php\":{\"d\":1540836092,\"h\":\"3161352ca49918ea3783888aa8f0d7bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/RequiredExtensionNotLoadedException.php\":{\"d\":1540836092,\"h\":\"2947ebcfe2e8e786b51abfa8a722e899\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/DomainException.php\":{\"d\":1540836092,\"h\":\"1b1e3665960ce4fb9043df5c58553dd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/ExceptionFactoryInterface.php\":{\"d\":1540836092,\"h\":\"ed60e5bba6ad952a2619613e194fb73c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/OutOfBoundsException.php\":{\"d\":1540836092,\"h\":\"dabab81d1c1db56dcab8eeb513e18d5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/InvalidArgumentException.php\":{\"d\":1540836092,\"h\":\"6400656e6a65bd523e37158ed71bd4c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/TransferException.php\":{\"d\":1540836092,\"h\":\"92ae697629eeff344aa6517b5bc45d40\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/NamespaceExceptionFactory.php\":{\"d\":1540836092,\"h\":\"5fcea4d30864e65dbb0482a7ada2a42e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/LogicException.php\":{\"d\":1540836092,\"h\":\"d20e53d676891f9142be744f2aab2e6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/BadMethodCallException.php\":{\"d\":1540836092,\"h\":\"752cafcafecfd520e6ccfe01210a17c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/UnexpectedValueException.php\":{\"d\":1540836092,\"h\":\"830809ef2d18c043d65f182be99c07b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/AwsExceptionInterface.php\":{\"d\":1540836092,\"h\":\"b5e48ce90ddfd2b397fe1dfbabd2d3ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Exception\\/OverflowException.php\":{\"d\":1540836092,\"h\":\"5a565642fb5379392dd5752c3adb16ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/CompositeWaiterFactory.php\":{\"d\":1540836092,\"h\":\"73f2bab0a7aa293901dcd181498135f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/ResourceWaiterInterface.php\":{\"d\":1540836092,\"h\":\"da81827cec410feb30e367ae7efc62e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/CallableWaiter.php\":{\"d\":1540836092,\"h\":\"ab6554c8f0f6f94d2bd32979b137bbb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/WaiterConfigFactory.php\":{\"d\":1540836092,\"h\":\"ac6bd930f61ae6b6689edc78562778b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/WaiterClassFactory.php\":{\"d\":1540836092,\"h\":\"97e1f94b23346b80b7f6ec5d8906ecec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/AbstractResourceWaiter.php\":{\"d\":1540836092,\"h\":\"fb87fdb0773a67d0c4ea4741a3057974\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/WaiterConfig.php\":{\"d\":1540836092,\"h\":\"a9048fb9d65c13ebbc33309550bd1f04\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/ConfigResourceWaiter.php\":{\"d\":1540836092,\"h\":\"68faf7fde5fb769e3462b4d8e870da9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/AbstractWaiter.php\":{\"d\":1540836092,\"h\":\"1fe7cf8dfd60c6c3f534f488d943160e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/WaiterFactoryInterface.php\":{\"d\":1540836092,\"h\":\"34faa05c594295fbd9c7b6ae2349d16f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Waiter\\/WaiterInterface.php\":{\"d\":1540836092,\"h\":\"5a036a25e1c42c59b524cc4423ca394b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Resources\\/public-endpoints.php\":{\"d\":1540836092,\"h\":\"29401fe00b388045fc5bccb45f04a274\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Resources\\/aws-config.php\":{\"d\":1540836092,\"h\":\"a8c87fc3f631318ff581804a61001ac3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Resources\\/sdk1-config.php\":{\"d\":1540836092,\"h\":\"e0b5e5dfab92d4e8d8945e553dec9e1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Enum\\/DateFormat.php\":{\"d\":1540836092,\"h\":\"87412bee81bce129eacaedb580fcd464\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Enum\\/UaString.php\":{\"d\":1540836092,\"h\":\"0342531432bbafbfcf4cdb04156f8ebd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Enum\\/ClientOptions.php\":{\"d\":1540836092,\"h\":\"1d4f805497108daf7835894f1605a367\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Enum\\/Region.php\":{\"d\":1540836092,\"h\":\"d715d775feb1ebcf144857c05f2b2b11\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Enum\\/Size.php\":{\"d\":1540836092,\"h\":\"b92da9494098f83d94080c96979a3c06\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Enum\\/Time.php\":{\"d\":1540836092,\"h\":\"0701abe5acc45f6e9a897631b8b4cec2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/InstanceMetadata\\/Waiter\\/ServiceAvailable.php\":{\"d\":1540836092,\"h\":\"c1e9ef2e441a99fbf966313fd3beac0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/InstanceMetadata\\/InstanceMetadataClient.php\":{\"d\":1540836092,\"h\":\"bd565975d0da1ed56726390ea606d128\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Iterator\\/AwsResourceIterator.php\":{\"d\":1540836092,\"h\":\"d17d86d899862bf9ff93926fdfa68326\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Iterator\\/AwsResourceIteratorFactory.php\":{\"d\":1540836092,\"h\":\"434d553b94a81064f2abb38586b7319c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Hash\\/ChunkHash.php\":{\"d\":1540836092,\"h\":\"31d493b2e4175c5964bb6f4da4e8cce2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Hash\\/ChunkHashInterface.php\":{\"d\":1540836092,\"h\":\"d5e3f4e9cd7cdbccab266444d4a46b9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Hash\\/TreeHash.php\":{\"d\":1540836092,\"h\":\"e876a9bd16c09bb5f6116b3a05ea4da2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Hash\\/HashUtils.php\":{\"d\":1540836092,\"h\":\"195b3c61ae75615f25a79b04a7ad5090\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Signature\\/SignatureListener.php\":{\"d\":1540836092,\"h\":\"ea59c6544367b58bc8c7026507cba813\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Signature\\/EndpointSignatureInterface.php\":{\"d\":1540836092,\"h\":\"49198ab55607a67bb4fbd942d3d8db2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Signature\\/SignatureV3Https.php\":{\"d\":1540836092,\"h\":\"2ee7fe57e0e3e76be633e6094e89b9fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Signature\\/AbstractSignature.php\":{\"d\":1540836092,\"h\":\"66bd700361a97f1f669b225f6c0e20b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Signature\\/SignatureInterface.php\":{\"d\":1540836092,\"h\":\"e05714bb1ddd85ff922bc5182d97019d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Signature\\/SignatureV2.php\":{\"d\":1540836092,\"h\":\"2208c5cb329130578b52ad9cd1c75aa8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Signature\\/SignatureV4.php\":{\"d\":1540836092,\"h\":\"e4ce3f0d0ec24c17befe08a3de950eb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Model\\/MultipartUpload\\/UploadIdInterface.php\":{\"d\":1540836092,\"h\":\"2705f41724fc5e736c802e323bdc0a2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Model\\/MultipartUpload\\/AbstractTransfer.php\":{\"d\":1540836092,\"h\":\"f00f833de3a6694a7758a79042cb2b8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Model\\/MultipartUpload\\/TransferStateInterface.php\":{\"d\":1540836092,\"h\":\"7a52b1befbad56b3362315f92e0f31b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Model\\/MultipartUpload\\/AbstractTransferState.php\":{\"d\":1540836092,\"h\":\"f4391e22c27455420d9c85cbca4754e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Model\\/MultipartUpload\\/AbstractUploadPart.php\":{\"d\":1540836092,\"h\":\"5c5bbfb146b5297ff733b7ebb61cd106\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Model\\/MultipartUpload\\/UploadPartInterface.php\":{\"d\":1540836092,\"h\":\"13ae3e96adc690d71bdfde1bdf01c7f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Model\\/MultipartUpload\\/AbstractUploadId.php\":{\"d\":1540836092,\"h\":\"987faac50f83d46f2097737dc40052ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Model\\/MultipartUpload\\/AbstractUploadBuilder.php\":{\"d\":1540836092,\"h\":\"3e903d08159840e4d05865fedf651ce9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Model\\/MultipartUpload\\/TransferInterface.php\":{\"d\":1540836092,\"h\":\"94130e826c600d19e974e269ee71065a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Credentials\\/AbstractCredentialsDecorator.php\":{\"d\":1540836092,\"h\":\"bce6a394352ce1162ed5d5a814a921e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Credentials\\/NullCredentials.php\":{\"d\":1540836092,\"h\":\"a72c382e6050484406ff0813d6879c4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Credentials\\/CredentialsInterface.php\":{\"d\":1540836092,\"h\":\"93e9ebe9c22c382ea50b36951b978583\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Credentials\\/Credentials.php\":{\"d\":1540836092,\"h\":\"dc038b73d9ca995536bc03e80b615a4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Credentials\\/RefreshableInstanceProfileCredentials.php\":{\"d\":1540836092,\"h\":\"d1a055b46efc21e46ccc4ca731ffe7ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Credentials\\/CacheableCredentials.php\":{\"d\":1540836092,\"h\":\"3b6c2d61dbacea5a25d8e8477cf1d2c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Credentials\\/AbstractRefreshableCredentials.php\":{\"d\":1540836092,\"h\":\"6b235c74969a4c6808d7cff23bc93df7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Facade\\/facade-classes.php\":{\"d\":1540836092,\"h\":\"647dc54366ac80fdd73d0e46f2630825\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Facade\\/Facade.php\":{\"d\":1540836092,\"h\":\"f8a253224eb4a6f4abe4527a37f2eac4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Facade\\/FacadeInterface.php\":{\"d\":1540836092,\"h\":\"479b48d336d86daacb778986f882fc3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/RulesEndpointProvider.php\":{\"d\":1540836092,\"h\":\"1abbf7a0889213cc6d3d6a69cf5a4f57\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Enum.php\":{\"d\":1540836092,\"h\":\"6006719ac2eecfb5183d776634f2b2a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/Aws.php\":{\"d\":1540836092,\"h\":\"b9ad6d1f241e766cd73761ec985843d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/src\\/Aws\\/Common\\/HostNameUtils.php\":{\"d\":1540836092,\"h\":\"ad3a7318c1be08a0b3d71caf6e62e395\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/NOTICE.md\":{\"d\":1540836092,\"h\":\"1cfe4eba1519b5c323896290f9fb8264\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/composer.json\":{\"d\":1540836092,\"h\":\"d3cbab7000efb8bd253420759d965b11\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/aws\\/aws-sdk-php\\/LICENSE.md\":{\"d\":1540836092,\"h\":\"4a1986582bd12f9aea2aec46b81e0413\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/Psr\\/Log\\/Test\\/LoggerInterfaceTest.php\":{\"d\":1540836092,\"h\":\"660a7ddd367dbf434c5ec6e463149d42\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/Psr\\/Log\\/LoggerInterface.php\":{\"d\":1540836092,\"h\":\"1ae09682227159416a299d0ea940d34e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/Psr\\/Log\\/LoggerAwareTrait.php\":{\"d\":1540836092,\"h\":\"221f47ac7d3da4800d2c0e26cdfb351b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/Psr\\/Log\\/LoggerAwareInterface.php\":{\"d\":1540836092,\"h\":\"cfac6d4dc3ebf2c7f0e49f74d1bcd44a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/Psr\\/Log\\/AbstractLogger.php\":{\"d\":1540836092,\"h\":\"26eb607e5318188016615326bd89a9be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/Psr\\/Log\\/NullLogger.php\":{\"d\":1540836092,\"h\":\"d66f51c1fc729b09e54fd8821c7dfe46\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/Psr\\/Log\\/InvalidArgumentException.php\":{\"d\":1540836092,\"h\":\"7d2f0bd1583524d739fff12f0507de65\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/Psr\\/Log\\/LoggerTrait.php\":{\"d\":1540836092,\"h\":\"d1152080b1b7a8812f6a3023b63f0fc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/Psr\\/Log\\/LogLevel.php\":{\"d\":1540836092,\"h\":\"cc226142fd5d390d030b39c61cf97843\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/composer.json\":{\"d\":1540836092,\"h\":\"6e872afc69e782d4a56d2d7094bb24b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/README.md\":{\"d\":1540836092,\"h\":\"144a71a4e1f9c67ac79751acc37614c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/psr\\/log\\/LICENSE\":{\"d\":1540836092,\"h\":\"1a74629072fd794937be394ab689327e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Inflection\\/composer.json\":{\"d\":1540836092,\"h\":\"2ebd37b7a54e3fbb67b00c4b7f0d7d5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Inflection\\/InflectorInterface.php\":{\"d\":1540836092,\"h\":\"a575fde89bf5331c554754e83eb82dd0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Inflection\\/MemoizingInflector.php\":{\"d\":1540836092,\"h\":\"990be5be097a292ed84e3ce5515754ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Inflection\\/Inflector.php\":{\"d\":1540836092,\"h\":\"af099fa9a6f19542cd50dc4b9e53c630\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Inflection\\/PreComputedInflector.php\":{\"d\":1540836092,\"h\":\"9f2b03877e501cfefe8f1ef2f616c133\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/Header\\/Link.php\":{\"d\":1540836092,\"h\":\"b65c1fa22f1f80185d6443488c6f2db2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/Header\\/HeaderInterface.php\":{\"d\":1540836092,\"h\":\"57719abc7b9e3a8c7c65b826a69a4df9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/Header\\/HeaderCollection.php\":{\"d\":1540836092,\"h\":\"ca52d21c4730c5086e0a14af790a1b68\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/Header\\/CacheControl.php\":{\"d\":1540836092,\"h\":\"f5025f2ec81740068b61c37014b20c94\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/Header\\/HeaderFactory.php\":{\"d\":1540836092,\"h\":\"5a039da3a9ae34fbdba128ca675ba6e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/Header\\/HeaderFactoryInterface.php\":{\"d\":1540836092,\"h\":\"e82845c9bf276a9a2b012e54927dd6c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/EntityEnclosingRequest.php\":{\"d\":1540836092,\"h\":\"5bea48d8dea5d8e430da038c69cbd335\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/EntityEnclosingRequestInterface.php\":{\"d\":1540836092,\"h\":\"74189c9d4edcd2f6dbc04a53c538a8ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/PostFileInterface.php\":{\"d\":1540836092,\"h\":\"20adf5af26e9cabe000e9222fbaa64cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/RequestFactory.php\":{\"d\":1540836092,\"h\":\"103b8f37ac3a87afc7908f590ac7cd2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/RequestFactoryInterface.php\":{\"d\":1540836092,\"h\":\"076e8c936861a6aaf2e2a2772ac6158b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/Request.php\":{\"d\":1540836092,\"h\":\"1c8bb01dec07c3a6592d5bca7e208ead\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/RequestInterface.php\":{\"d\":1540836092,\"h\":\"e643c7a168461ff20fad2e83b8b94960\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/Header.php\":{\"d\":1540836092,\"h\":\"a1e0ae834c7a2ab486ed05b9c542db67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/PostFile.php\":{\"d\":1540836092,\"h\":\"7dfb1139d6f59e8cd91203d8f66d5ad9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/AbstractMessage.php\":{\"d\":1540836092,\"h\":\"b6b1aa0e6f9e5392b4164f17a504198a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/Response.php\":{\"d\":1540836092,\"h\":\"6cc91809942792439b1d95d9bdd2e404\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Message\\/MessageInterface.php\":{\"d\":1540836092,\"h\":\"b2806bc032b6960b6251b82dd23f61fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/QueryAggregator\\/QueryAggregatorInterface.php\":{\"d\":1540836092,\"h\":\"0bad1c6e1af16c2d634e58e5cb272a37\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/QueryAggregator\\/CommaAggregator.php\":{\"d\":1540836092,\"h\":\"67ceee8d6a476d2a66594512aaa85c54\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/QueryAggregator\\/DuplicateAggregator.php\":{\"d\":1540836092,\"h\":\"065d2f19bf0670cbe63d7d7164093b9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/QueryAggregator\\/PhpAggregator.php\":{\"d\":1540836092,\"h\":\"819504c086b326dbe1ea261c1d94344b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Curl\\/CurlMultiInterface.php\":{\"d\":1540836092,\"h\":\"ba75ac02d77e97f76938e59e34596b43\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Curl\\/CurlHandle.php\":{\"d\":1540836092,\"h\":\"4c806cf712385f36242d0948c4f78567\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Curl\\/RequestMediator.php\":{\"d\":1540836092,\"h\":\"0d01e2e18ff502516c5724a995140cd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Curl\\/CurlMultiProxy.php\":{\"d\":1540836092,\"h\":\"e6da8aaf1649bc5f960dca7457fb3089\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Curl\\/CurlVersion.php\":{\"d\":1540836092,\"h\":\"7857dd20077df5870f74975d2d85e89f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Curl\\/CurlMulti.php\":{\"d\":1540836092,\"h\":\"25d711e11d0278715abd6c5aee3c3f73\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Exception\\/ClientErrorResponseException.php\":{\"d\":1540836092,\"h\":\"13cab04cce406a1b0afcfea86ef7031c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Exception\\/TooManyRedirectsException.php\":{\"d\":1540836092,\"h\":\"9c530bbf82d46c8014ede984fbc308e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Exception\\/MultiTransferException.php\":{\"d\":1540836092,\"h\":\"72967b8cba5f64f9e05dd8a3a609546f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Exception\\/CouldNotRewindStreamException.php\":{\"d\":1540836092,\"h\":\"08075c1d0711249e1f0674d86b57d2ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Exception\\/BadResponseException.php\":{\"d\":1540836092,\"h\":\"2e358b13ef147dd6b226366a28860c7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Exception\\/RequestException.php\":{\"d\":1540836092,\"h\":\"e5f816167d92abea64ee09a5be87fe94\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Exception\\/ServerErrorResponseException.php\":{\"d\":1540836092,\"h\":\"fe2621a64b89853c555a97ceffca9b08\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Exception\\/CurlException.php\":{\"d\":1540836092,\"h\":\"d42f19fc1b034f410149e6ce97d5c750\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Exception\\/HttpException.php\":{\"d\":1540836092,\"h\":\"f78259ea006cf165d4848a312c827d0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Resources\\/cacert.pem\":{\"d\":1540836092,\"h\":\"6c81b1339b320190689e4c2d594ca67f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Client.php\":{\"d\":1540836092,\"h\":\"c02ddc03250535769146a8ba0b00152a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Url.php\":{\"d\":1540836092,\"h\":\"6b4e8d632aacc926a5c762ffd48f3946\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/composer.json\":{\"d\":1540836092,\"h\":\"9e13978742e75d6ae0f7f6614743638c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/EntityBodyInterface.php\":{\"d\":1540836092,\"h\":\"c6942f8b5cef9fa3fb6d5b7e7f718a29\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/CachingEntityBody.php\":{\"d\":1540836092,\"h\":\"55c80a146676519d5f78259b8763c4fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/IoEmittingEntityBody.php\":{\"d\":1540836092,\"h\":\"af444084e0f6f7b83c2813db7848196d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/RedirectPlugin.php\":{\"d\":1540836092,\"h\":\"f432eb2c45f734e16cf943a941b5ba86\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/EntityBody.php\":{\"d\":1540836092,\"h\":\"5e7d97a7d64e019859b9737d8d37a2d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/AbstractEntityBodyDecorator.php\":{\"d\":1540836092,\"h\":\"36d4a68be72393686cdc9e9173adbfd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/ReadLimitEntityBody.php\":{\"d\":1540836092,\"h\":\"732c738571d49fd400dfad96e5623fc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/QueryString.php\":{\"d\":1540836092,\"h\":\"a474b7e9546e4aefcd78c0ea78e59fd9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/ClientInterface.php\":{\"d\":1540836092,\"h\":\"406c37f60933c0eb3b359cf8739fca53\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/Mimetypes.php\":{\"d\":1540836092,\"h\":\"296f3caa16598a0262fcc05cde66cbe4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Http\\/StaticClient.php\":{\"d\":1540836092,\"h\":\"84309c875fef96b4e773373d49e6c79a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/ErrorResponse\\/Exception\\/ErrorResponseException.php\":{\"d\":1540836092,\"h\":\"f41fd239940b8a9743175aa7fcb667b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/ErrorResponse\\/ErrorResponsePlugin.php\":{\"d\":1540836092,\"h\":\"45bfc917117a7bf3383b6aa4c91a61d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/ErrorResponse\\/composer.json\":{\"d\":1540836092,\"h\":\"249d31fa1f79ff526db204d0d5d471ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/ErrorResponse\\/ErrorResponseExceptionInterface.php\":{\"d\":1540836092,\"h\":\"e5139e14a9ce13f3263366a33d672d0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Oauth\\/composer.json\":{\"d\":1540836092,\"h\":\"ae1e00ae9c81ac6f9ed6acc4bc712a1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Oauth\\/OauthPlugin.php\":{\"d\":1540836092,\"h\":\"5fab9b6d4196420d914d872546f951e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/History\\/HistoryPlugin.php\":{\"d\":1540836092,\"h\":\"a96548ca730dc3c30f4fd55269ab9366\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/History\\/composer.json\":{\"d\":1540836092,\"h\":\"ae1b3721cd2c338d23d724328f8bb660\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Mock\\/MockPlugin.php\":{\"d\":1540836092,\"h\":\"7ebcfc53353ebe2c6f562ecfa16c65cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Mock\\/composer.json\":{\"d\":1540836092,\"h\":\"026896d99e178b39faa2ffa1e8cd6cff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Md5\\/Md5ValidatorPlugin.php\":{\"d\":1540836092,\"h\":\"10de21872b9a766dd9b7c6deb27ce7e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Md5\\/composer.json\":{\"d\":1540836092,\"h\":\"6ad90b0c9b60d4cc6e9a68edfb590d60\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Md5\\/CommandContentMd5Plugin.php\":{\"d\":1540836092,\"h\":\"fceaf6b488b364494a019a3edeea5ca7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/CurlAuth\\/composer.json\":{\"d\":1540836092,\"h\":\"8e37c2df0628bf5d2f814933e017e722\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/CurlAuth\\/CurlAuthPlugin.php\":{\"d\":1540836092,\"h\":\"358c6af63ea1143f7ec0d05b2dc87b9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Log\\/LogPlugin.php\":{\"d\":1540836092,\"h\":\"edd07bde284119ac2c64a1fbe031fe42\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Log\\/composer.json\":{\"d\":1540836092,\"h\":\"e99c07f536491f30241436c8f3be6dd4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/ExponentialBackoffStrategy.php\":{\"d\":1540836092,\"h\":\"9c199d621974ad2c70c437629d54fdb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/CallbackBackoffStrategy.php\":{\"d\":1540836092,\"h\":\"0a2fe568fe891ef304aeff3ef105e6d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/BackoffPlugin.php\":{\"d\":1540836092,\"h\":\"ad52ca528590cd94259c1892a8a9b6fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/AbstractErrorCodeBackoffStrategy.php\":{\"d\":1540836092,\"h\":\"5308b4c3bfa331b1feec2e886bf1e38d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/composer.json\":{\"d\":1540836092,\"h\":\"247b1492c94122205f0b4bd41cf182ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/AbstractBackoffStrategy.php\":{\"d\":1540836092,\"h\":\"07ee263d5fe87295e8d5ecf532b4e6c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/ReasonPhraseBackoffStrategy.php\":{\"d\":1540836092,\"h\":\"0245fa4a73cd4071b14e0595423e0430\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/ConstantBackoffStrategy.php\":{\"d\":1540836092,\"h\":\"38485d972e1fcc876e22d092dfde7f39\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/HttpBackoffStrategy.php\":{\"d\":1540836092,\"h\":\"4443aff69969039d756e3580b1353067\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/BackoffLogger.php\":{\"d\":1540836092,\"h\":\"2e9be2da8552ebc96075444c48b950a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/LinearBackoffStrategy.php\":{\"d\":1540836092,\"h\":\"f91a338afaa2d8c55d5e00ce739e1f6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/CurlBackoffStrategy.php\":{\"d\":1540836092,\"h\":\"7a00f8bdddbd441eed9268c4bb250399\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/BackoffStrategyInterface.php\":{\"d\":1540836092,\"h\":\"d335f9d4bd310ef8389e2ff27c6f8f2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Backoff\\/TruncatedBackoffStrategy.php\":{\"d\":1540836092,\"h\":\"86af5b5166fff87b89c24214cb399841\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cookie\\/CookieJar\\/FileCookieJar.php\":{\"d\":1540836092,\"h\":\"c02f91c6d1d63e21b9bf1da54c47dee0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cookie\\/CookieJar\\/ArrayCookieJar.php\":{\"d\":1540836092,\"h\":\"ab8c990c67f2943b17c3351f4a4463cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cookie\\/CookieJar\\/CookieJarInterface.php\":{\"d\":1540836092,\"h\":\"27581b77c7c53c684a4c98041dda8f14\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cookie\\/Exception\\/InvalidCookieException.php\":{\"d\":1540836092,\"h\":\"d4ecb86a7aa26d8016234992720a79d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cookie\\/Cookie.php\":{\"d\":1540836092,\"h\":\"9df7a6a80e3261433fca1ed10d66716e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cookie\\/composer.json\":{\"d\":1540836092,\"h\":\"4d6750ac79b688522515923a50ce0d61\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cookie\\/CookiePlugin.php\":{\"d\":1540836092,\"h\":\"5b742edeb19bc6b3eb7590da7538ba7b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Async\\/composer.json\":{\"d\":1540836092,\"h\":\"15dbadaebcbe675a5dcd8369374e571b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Async\\/AsyncPlugin.php\":{\"d\":1540836092,\"h\":\"12ec1382a5c2c4d2c76bca740610fcf9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/CallbackCanCacheStrategy.php\":{\"d\":1540836092,\"h\":\"262f7b68f93486affbcc78e8eb850b32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/DefaultCacheKeyProvider.php\":{\"d\":1540836092,\"h\":\"1e89b5a4015f65e399a9cdae2bc2f205\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/CanCacheStrategyInterface.php\":{\"d\":1540836092,\"h\":\"739959b1f128d105e3587788d6cb4b37\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/CacheStorageInterface.php\":{\"d\":1540836092,\"h\":\"d65ee0463cb9a70b29e4d2bfd59c146c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/composer.json\":{\"d\":1540836092,\"h\":\"6ca72a338645c03e11e8c713f999ab0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/RevalidationInterface.php\":{\"d\":1540836092,\"h\":\"29ffe4f945e9e554514675e9b7e8dec0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/CacheKeyProviderInterface.php\":{\"d\":1540836092,\"h\":\"b3615e71ca2d35d1455a4399cdc95241\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/DefaultRevalidation.php\":{\"d\":1540836092,\"h\":\"d0e2a9a9806ddafe5079ac53dcd7e105\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/DenyRevalidation.php\":{\"d\":1540836092,\"h\":\"0fd0df77357918d89dd1ef77a25d6267\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/CachePlugin.php\":{\"d\":1540836092,\"h\":\"3b10308c4b3d8732f26740b2cd8dc0ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/DefaultCacheStorage.php\":{\"d\":1540836092,\"h\":\"15afd0707ee4945c94d727f061636c92\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/SkipRevalidation.php\":{\"d\":1540836092,\"h\":\"b311c417b3f64d396190e2279bc9ccf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/Cache\\/DefaultCanCacheStrategy.php\":{\"d\":1540836092,\"h\":\"72dc9cba472369e097053dc3b62fa83c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Plugin\\/composer.json\":{\"d\":1540836092,\"h\":\"729b0b3afb7b1779695128622ad1e0e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Stream\\/StreamInterface.php\":{\"d\":1540836092,\"h\":\"01dd322c8ff8414eff7ff8eb53bc145b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Stream\\/StreamRequestFactoryInterface.php\":{\"d\":1540836092,\"h\":\"76c22d99485818b7aed4c1482f30448b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Stream\\/composer.json\":{\"d\":1540836092,\"h\":\"e773223b0e4b39cbf8f1a1bb2cfa3e73\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Stream\\/Stream.php\":{\"d\":1540836092,\"h\":\"311e8493890019950621c186e5c507ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Stream\\/PhpStreamRequestFactory.php\":{\"d\":1540836092,\"h\":\"57ae56a8abd1904651a2239ad4829242\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/Exception\\/BatchTransferException.php\":{\"d\":1540836092,\"h\":\"3f8eb4b34fe7eb242b647a00acc60f00\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/NotifyingBatch.php\":{\"d\":1540836092,\"h\":\"b7d39171fc686a2124b93a85954542a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/BatchSizeDivisor.php\":{\"d\":1540836092,\"h\":\"282368575f4576cb5b8e323921fbce7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/composer.json\":{\"d\":1540836092,\"h\":\"5677501d33c91f5069d45f4447754303\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/FlushingBatch.php\":{\"d\":1540836092,\"h\":\"0a176cd0d3c37fd6d3c3edd32973ee63\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/BatchBuilder.php\":{\"d\":1540836092,\"h\":\"0658d8456d338b2b4f5e5bd12875af1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/Batch.php\":{\"d\":1540836092,\"h\":\"b780b6cafbfefc90e32ca531e1406239\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/BatchCommandTransfer.php\":{\"d\":1540836092,\"h\":\"7129a1584dd4ad7f92d56040124676c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/AbstractBatchDecorator.php\":{\"d\":1540836092,\"h\":\"b9f1ce19f113f4d5b5886b04219b26c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/BatchClosureDivisor.php\":{\"d\":1540836092,\"h\":\"be8e54078d5dcc5e5089006b0399096e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/BatchTransferInterface.php\":{\"d\":1540836092,\"h\":\"c92e98244535738d7b8c8304076da4ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/BatchRequestTransfer.php\":{\"d\":1540836092,\"h\":\"9671e493d9d3a8271de4e2c3d8d33d5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/ExceptionBufferingBatch.php\":{\"d\":1540836092,\"h\":\"172ecdb412b2116f8cfc43632aed5971\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/BatchInterface.php\":{\"d\":1540836092,\"h\":\"bdf900e6c7038e23ede1ee25cafa05bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/BatchDivisorInterface.php\":{\"d\":1540836092,\"h\":\"9b1460f23f32fc4beee434f7ad1de674\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/BatchClosureTransfer.php\":{\"d\":1540836092,\"h\":\"43125673b59879626fb833603e6a23d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Batch\\/HistoryBatch.php\":{\"d\":1540836092,\"h\":\"62cabc0fe63acc14fb8bf2e551b6f673\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/Message\\/AbstractMessageParser.php\":{\"d\":1540836092,\"h\":\"d2dab239632534f4966b284135abe69c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/Message\\/PeclHttpMessageParser.php\":{\"d\":1540836092,\"h\":\"dbe4987f6c937c04a93161531fc38938\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/Message\\/MessageParserInterface.php\":{\"d\":1540836092,\"h\":\"1d3f9753d1186f001acc71f2b383e139\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/Message\\/MessageParser.php\":{\"d\":1540836092,\"h\":\"812cb8b999f214ec4f2f9fddb7c6c229\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/Cookie\\/CookieParser.php\":{\"d\":1540836092,\"h\":\"7e0fbc7015dc5f80d01a4772209b345d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/Cookie\\/CookieParserInterface.php\":{\"d\":1540836092,\"h\":\"98ef9046ca0ce771cd9a7cf823b76c66\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/Url\\/UrlParser.php\":{\"d\":1540836092,\"h\":\"65660d68ad322bba1a1131c2c2d48c28\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/Url\\/UrlParserInterface.php\":{\"d\":1540836092,\"h\":\"b4d8c4cb8ca13a5ac8f3dbe3e4f7f42d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/UriTemplate\\/UriTemplate.php\":{\"d\":1540836092,\"h\":\"b8c59a215eb0bfabdbb42b1fb9e74542\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/UriTemplate\\/PeclUriTemplate.php\":{\"d\":1540836092,\"h\":\"8bc54f20bbdf7159edf75973efbd6999\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/UriTemplate\\/UriTemplateInterface.php\":{\"d\":1540836092,\"h\":\"1920e2818088ba2acebdf36a44fb58bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/composer.json\":{\"d\":1540836092,\"h\":\"ed621332894127ad8b25e66b96b9af18\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Parser\\/ParserRegistry.php\":{\"d\":1540836092,\"h\":\"a538b157111059ac6cdee20699400aee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/Exception\\/RuntimeException.php\":{\"d\":1540836092,\"h\":\"505f3a2971d80715a8601f7bb8139023\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/Exception\\/ExceptionCollection.php\":{\"d\":1540836092,\"h\":\"20376f2d9d97ca269c68c907cb523d8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/Exception\\/InvalidArgumentException.php\":{\"d\":1540836092,\"h\":\"e176a3bfbc46ad0bcf8cc53a70ad2660\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/Exception\\/GuzzleException.php\":{\"d\":1540836092,\"h\":\"a59974564cb5886db0906d38622d7b65\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/Exception\\/BadMethodCallException.php\":{\"d\":1540836092,\"h\":\"98140817d5204df2df8c758eb52e3ca2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/Exception\\/UnexpectedValueException.php\":{\"d\":1540836092,\"h\":\"2182332c538ad9279f1cb31ebf8cec90\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/AbstractHasDispatcher.php\":{\"d\":1540836092,\"h\":\"4e0c67da62cd3cbe82b167f1855bff8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/ToArrayInterface.php\":{\"d\":1540836092,\"h\":\"5466584f27e38712cd08d8e6309b8e78\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/Event.php\":{\"d\":1540836092,\"h\":\"d239258d838e0928c2b211ab9f0f0bad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/Version.php\":{\"d\":1540836092,\"h\":\"009fed1435a5a5b13b5af957b7a69597\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/composer.json\":{\"d\":1540836092,\"h\":\"7f5f1e00aedc790bd43eb7d465b76715\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/HasDispatcherInterface.php\":{\"d\":1540836092,\"h\":\"efdba8306b7e0c6c04a23c4a3495e9bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/Collection.php\":{\"d\":1540836092,\"h\":\"bdf612b12448bab74c6a90dbdb20095b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Common\\/FromConfigInterface.php\":{\"d\":1540836092,\"h\":\"a23e030b62590950884856109219c7f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/Zf2LogAdapter.php\":{\"d\":1540836092,\"h\":\"150ac5b6d1597041896ba262f8df8930\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/AbstractLogAdapter.php\":{\"d\":1540836092,\"h\":\"8125cc1372285a9132d96a76ff87dbbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/LogAdapterInterface.php\":{\"d\":1540836092,\"h\":\"67ea49d97a88cf2e46f7563abc2504a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/composer.json\":{\"d\":1540836092,\"h\":\"51ea202ff97920d01c0e536b50d33515\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/MessageFormatter.php\":{\"d\":1540836092,\"h\":\"c9544d2a631334bfd77f452d270ea761\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/PsrLogAdapter.php\":{\"d\":1540836092,\"h\":\"55b4beb10ccf08e3a6041a2b404431ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/ClosureLogAdapter.php\":{\"d\":1540836092,\"h\":\"d5798485461e5f0057f2d41e8e37cf88\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/ArrayLogAdapter.php\":{\"d\":1540836092,\"h\":\"7cd65cd88fcdb68f6a682fdf34b4a8ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/Zf1LogAdapter.php\":{\"d\":1540836092,\"h\":\"baf4ad91fbc41481bc565f6b0079c4b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Log\\/MonologLogAdapter.php\":{\"d\":1540836092,\"h\":\"b3a1fb9dcd4905c17046eadfb79b6fae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Iterator\\/ChunkedIterator.php\":{\"d\":1540836092,\"h\":\"8cdd7e82a00b9a01136a8f056db18f64\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Iterator\\/MethodProxyIterator.php\":{\"d\":1540836092,\"h\":\"4518ead4f857bd9721b1226068f7eb32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Iterator\\/composer.json\":{\"d\":1540836092,\"h\":\"edae4ef059a3b966ea2d26d017c17db1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Iterator\\/MapIterator.php\":{\"d\":1540836092,\"h\":\"7d28a4b22f442e13b6874f55746b28e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Iterator\\/README.md\":{\"d\":1540836092,\"h\":\"0df50abbcb591eaebb9781298c58e60f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Iterator\\/FilterIterator.php\":{\"d\":1540836092,\"h\":\"ed7e0d5590d718f246627b7f6949cba6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Iterator\\/AppendIterator.php\":{\"d\":1540836092,\"h\":\"d17ed123efb05b686f44c2eed7d3c4fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Cache\\/Zf1CacheAdapter.php\":{\"d\":1540836092,\"h\":\"8ff8cf2a495cf9569eb5f83a721464f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Cache\\/composer.json\":{\"d\":1540836092,\"h\":\"3d5ea7aba55fca0046d318ad37beb853\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Cache\\/CacheAdapterFactory.php\":{\"d\":1540836092,\"h\":\"f3431ddaa54b2a5ac8f9fe7c3402749e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Cache\\/CacheAdapterInterface.php\":{\"d\":1540836092,\"h\":\"0c6a26170379b4c3f42240a1747f51d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Cache\\/AbstractCacheAdapter.php\":{\"d\":1540836092,\"h\":\"d299bf5b6503b485390d54a6fe9894e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Cache\\/DoctrineCacheAdapter.php\":{\"d\":1540836092,\"h\":\"7d52c1448ac5136ac6bbad649e4088d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Cache\\/NullCacheAdapter.php\":{\"d\":1540836092,\"h\":\"731789c642be2ecc518aef6f576b475f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Cache\\/Zf2CacheAdapter.php\":{\"d\":1540836092,\"h\":\"5b26ea450db552ff04cb333743c0672c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Cache\\/ClosureCacheAdapter.php\":{\"d\":1540836092,\"h\":\"617c0958c5a41811443553755bd57e85\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Response\\/BodyVisitor.php\":{\"d\":1540836092,\"h\":\"dcd7319c0c8ecda98d2333f895a601bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Response\\/XmlVisitor.php\":{\"d\":1540836092,\"h\":\"f32f97228357fb2e72bb609d821b7844\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Response\\/AbstractResponseVisitor.php\":{\"d\":1540836092,\"h\":\"4bc3f2edf4afc88584b17ba247dfad13\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Response\\/ResponseVisitorInterface.php\":{\"d\":1540836092,\"h\":\"18232989140f5e739150f08224fed604\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Response\\/HeaderVisitor.php\":{\"d\":1540836092,\"h\":\"43324f3f88ba9d90d44c4a2e15220204\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Response\\/JsonVisitor.php\":{\"d\":1540836092,\"h\":\"c6ab595cd3a437e9b4694910d18755fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Response\\/StatusCodeVisitor.php\":{\"d\":1540836092,\"h\":\"f53e7b4f7fe03cdc85eb1ef162ef31d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Response\\/ReasonPhraseVisitor.php\":{\"d\":1540836092,\"h\":\"0a41ebce6a4a6d3803575e49c09cbc4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/BodyVisitor.php\":{\"d\":1540836092,\"h\":\"f1cf1712a0f418f7886d83e21c595179\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/XmlVisitor.php\":{\"d\":1540836092,\"h\":\"555578334a9d6508e91cc1e29d299926\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/HeaderVisitor.php\":{\"d\":1540836092,\"h\":\"226cd1bca529a8264c7b36de67c1e047\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/AbstractRequestVisitor.php\":{\"d\":1540836092,\"h\":\"45216644e104e45d7292d14ba0bbd49a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/JsonVisitor.php\":{\"d\":1540836092,\"h\":\"19ea9ecc74adb93e653de7bbd21d0238\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/RequestVisitorInterface.php\":{\"d\":1540836092,\"h\":\"5d442ef6170bfa2c9758a0e665f580fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/QueryVisitor.php\":{\"d\":1540836092,\"h\":\"6a1d4a491cb910600dc74cf2f3fc7796\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/PostFieldVisitor.php\":{\"d\":1540836092,\"h\":\"09063aa2cdd5c2674a1dc0dfc48fa9dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/ResponseBodyVisitor.php\":{\"d\":1540836092,\"h\":\"fa1a16f74a8940b84d992fad65a65f4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/Request\\/PostFileVisitor.php\":{\"d\":1540836092,\"h\":\"971b1625f46b1e37dbbbadeb2bffa4e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/LocationVisitor\\/VisitorFlyweight.php\":{\"d\":1540836092,\"h\":\"3732e718ba63b6f12cf959e413abf4cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/Factory\\/FactoryInterface.php\":{\"d\":1540836092,\"h\":\"8fcc60e2f072c8db3f827d5cbd12bb0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/Factory\\/AliasFactory.php\":{\"d\":1540836092,\"h\":\"8aa51c0d9fa6f5935551476a44355f3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/Factory\\/MapFactory.php\":{\"d\":1540836092,\"h\":\"4445d257270bfa8582e3e3c81c9826f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/Factory\\/ConcreteClassFactory.php\":{\"d\":1540836092,\"h\":\"e7016e0a7a21bde0fd77843e04063c54\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/Factory\\/CompositeFactory.php\":{\"d\":1540836092,\"h\":\"dd2d5cbc41ef6251021ff72a19774444\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/Factory\\/ServiceDescriptionFactory.php\":{\"d\":1540836092,\"h\":\"9968506d9ec070b60f01194333e65688\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/ResponseClassInterface.php\":{\"d\":1540836092,\"h\":\"708c7975642393f9ce81c153e52435e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/CreateResponseClassEvent.php\":{\"d\":1540836092,\"h\":\"e433e97f9b6e2ef5f36e50170b683db2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/RequestSerializerInterface.php\":{\"d\":1540836092,\"h\":\"2708244364227d07a2d7f0a17c6ba340\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/ResponseParserInterface.php\":{\"d\":1540836092,\"h\":\"a91578d74ece771f799b5b82cfcf0e38\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/OperationResponseParser.php\":{\"d\":1540836092,\"h\":\"bbeeaf651605a494a97315e221f5eb1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/OperationCommand.php\":{\"d\":1540836092,\"h\":\"e8534f362daa12372303e568fbfee50d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/ClosureCommand.php\":{\"d\":1540836092,\"h\":\"3876307ef98207db9cdfada1fd8f5224\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/CommandInterface.php\":{\"d\":1540836092,\"h\":\"8b4f4127ba39a0272b3bf9e5a7976178\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/DefaultResponseParser.php\":{\"d\":1540836092,\"h\":\"8f4fa4c0fe016ab06a62897758133303\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/AbstractCommand.php\":{\"d\":1540836092,\"h\":\"5eabfb0603f0deaaf9bfb17ab9297e63\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Command\\/DefaultRequestSerializer.php\":{\"d\":1540836092,\"h\":\"7029bf945d7af2ecd2058baa6afc0182\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Exception\\/ServiceBuilderException.php\":{\"d\":1540836092,\"h\":\"2c8628b6030bd4f65ee719f54e34edb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Exception\\/DescriptionBuilderException.php\":{\"d\":1540836092,\"h\":\"ebc20f875e94bc177b8bf8f5fd6f713e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Exception\\/CommandException.php\":{\"d\":1540836092,\"h\":\"1df1bdac1d58ec3a347471966e68df6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Exception\\/ResponseClassException.php\":{\"d\":1540836092,\"h\":\"f92469d44de7724961a887bb26a6f923\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Exception\\/InconsistentClientTransferException.php\":{\"d\":1540836092,\"h\":\"34277f53685d0b8f38ca42e7f73f3df7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Exception\\/ValidationException.php\":{\"d\":1540836092,\"h\":\"e86b42ed471ce9aec762773e21c42b0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Exception\\/CommandTransferException.php\":{\"d\":1540836092,\"h\":\"9edcea572ed2dc682e430c5e0b64c310\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Exception\\/ServiceNotFoundException.php\":{\"d\":1540836092,\"h\":\"2c26c9658cd335f803eb6a84c69b5220\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Resource\\/ResourceIteratorInterface.php\":{\"d\":1540836092,\"h\":\"ec6765b5d75fd264ace1d9ac04810a02\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Resource\\/ResourceIteratorApplyBatched.php\":{\"d\":1540836092,\"h\":\"ffbe2448991e37adb7d552458fe77e06\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Resource\\/Model.php\":{\"d\":1540836092,\"h\":\"09f2071e73ab1448f21b59f4dad3a82a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Resource\\/MapResourceIteratorFactory.php\":{\"d\":1540836092,\"h\":\"492689e6ae80219b1621cf542e22a290\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Resource\\/CompositeResourceIteratorFactory.php\":{\"d\":1540836092,\"h\":\"fdffbd0d70bdedfedd3ddcc3be6bdc0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Resource\\/ResourceIteratorClassFactory.php\":{\"d\":1540836092,\"h\":\"6c084e3659294bf6d32f52fa08ff1315\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Resource\\/ResourceIterator.php\":{\"d\":1540836092,\"h\":\"4262f6af3d1ff478e4cb1a53eee78605\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Resource\\/ResourceIteratorFactoryInterface.php\":{\"d\":1540836092,\"h\":\"671eb86847e86900bb2a5486ba220a7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Resource\\/AbstractResourceIteratorFactory.php\":{\"d\":1540836092,\"h\":\"e7c9f7f16fdef7cbf277266b1fb2b163\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Description\\/ValidatorInterface.php\":{\"d\":1540836092,\"h\":\"f2706a6daa8b81c9913e674706f85414\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Description\\/ServiceDescriptionInterface.php\":{\"d\":1540836092,\"h\":\"707691524755790d0966aec6f0fce3fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Description\\/ServiceDescription.php\":{\"d\":1540836092,\"h\":\"7bc23c91d8d2425b173232343bcd8e3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Description\\/ServiceDescriptionLoader.php\":{\"d\":1540836092,\"h\":\"e1a1221fc817313a6fc938eab0ecf163\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Description\\/SchemaFormatter.php\":{\"d\":1540836092,\"h\":\"ce530ca216be35c2bbbcf039e406f615\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Description\\/OperationInterface.php\":{\"d\":1540836092,\"h\":\"5963a5dfd9ac12fa445bae0c6e448b4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Description\\/SchemaValidator.php\":{\"d\":1540836092,\"h\":\"573919abbe50f2f31edaa026420bf3da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Description\\/Parameter.php\":{\"d\":1540836092,\"h\":\"fa42c4e46deabad710ed75b51a5540aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Description\\/Operation.php\":{\"d\":1540836092,\"h\":\"f282b7f04556cb1249a2a8c2257746d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Builder\\/ServiceBuilderInterface.php\":{\"d\":1540836092,\"h\":\"bc6520550afd05e5f27ee497ddc9b98a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Builder\\/ServiceBuilderLoader.php\":{\"d\":1540836092,\"h\":\"53a96413e4c1a2b37510ff004e6b6761\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Builder\\/ServiceBuilder.php\":{\"d\":1540836092,\"h\":\"f21d131c279c905c2fbabc0976eef4bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/Client.php\":{\"d\":1540836092,\"h\":\"68cbfb7e8ca06778d823b07ddf7f75c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/ConfigLoaderInterface.php\":{\"d\":1540836092,\"h\":\"2be49f0609718d4c14b12bae53986d19\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/composer.json\":{\"d\":1540836092,\"h\":\"df5a3dcc4c39967c4352bdf9fd5fb092\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/AbstractConfigLoader.php\":{\"d\":1540836092,\"h\":\"fadda279693196ee2b060c08c690e85e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/ClientInterface.php\":{\"d\":1540836092,\"h\":\"69101c62bb0ff45a844b6864fc4cf45c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/src\\/Guzzle\\/Service\\/CachingConfigLoader.php\":{\"d\":1540836092,\"h\":\"2c839f9e977f695311d62795940c640c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/UPGRADING.md\":{\"d\":1540836092,\"h\":\"7bc90286af211acd0d4844b15ad04cdd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/composer.json\":{\"d\":1540836092,\"h\":\"56796db55403f780192a2c9a62209db6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/phpunit.xml.dist\":{\"d\":1540836092,\"h\":\"980cc546283b629c8b6903164dfb61a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/CHANGELOG.md\":{\"d\":1540836092,\"h\":\"060fbef5db561fd84f93a8cfefa3b0e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/README.md\":{\"d\":1540836092,\"h\":\"3470df258d12bac088c7d10481fe3376\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/phar-stub.php\":{\"d\":1540836092,\"h\":\"f8f457e044a3154b5891e09fa6ff61ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/LICENSE\":{\"d\":1540836092,\"h\":\"42d32c6e1a3af5f1745593c9bec3f2b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/guzzle\\/guzzle\\/build.xml\":{\"d\":1540836092,\"h\":\"b956a9a94f7e60439e587d3b60da5996\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/OAuthDataStore.php\":{\"d\":1540836092,\"h\":\"fdf9abc01528fa49eed4d7f0fdc2c959\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/RsaSha1.php\":{\"d\":1540836092,\"h\":\"73b8a7fbb8d709d7b5f546f361ae3ed4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/Consumer.php\":{\"d\":1540836092,\"h\":\"05cefae7cd3cbfaf4d8357fcd0eaea7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/SignatureMethod.php\":{\"d\":1540836092,\"h\":\"177877f5a22bc13b6178a8f7186a747c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/Request.php\":{\"d\":1540836092,\"h\":\"6fe4a1f7583e3e4c5a34820ef3be5cf8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/OAuthServer.php\":{\"d\":1540836092,\"h\":\"d379703f6d7fdf7da5c7dffd80d0c9f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/HmacSha1.php\":{\"d\":1540836092,\"h\":\"e9f29e65eaaeb24935c5f0367b963455\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/Util.php\":{\"d\":1540836092,\"h\":\"80c27412adf13ecde45899d05121568b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/PlainText.php\":{\"d\":1540836092,\"h\":\"b8607c9bc7e132a1190bd36ab23fce33\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/Token.php\":{\"d\":1540836092,\"h\":\"8671bf77b5c03c1a95172d368002dd30\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/src\\/Eher\\/OAuth\\/OAuthException.php\":{\"d\":1540836092,\"h\":\"22d8c88d80a2620c08cd19e878772951\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/composer.json\":{\"d\":1540836092,\"h\":\"5c513935c1b16abe2a3e82d74c7158c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/phpunit.xml.dist\":{\"d\":1540836092,\"h\":\"7bb36f119cff75b457d709d6e93adedc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/eher\\/oauth\\/README.md\":{\"d\":1540836092,\"h\":\"be05b28e8661d86f6eaa23e785b5fdf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Identity\\/Resource\\/User.php\":{\"d\":1540836092,\"h\":\"231537ee403efef7ac22a2df422a02a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Identity\\/Resource\\/Tenant.php\":{\"d\":1540836092,\"h\":\"b8919ac2fd50786599b625c8803884f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Identity\\/Resource\\/Token.php\":{\"d\":1540836092,\"h\":\"f998380680c82a96d8a28a737aecc221\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Identity\\/Resource\\/Role.php\":{\"d\":1540836092,\"h\":\"379545aee853c5e5bff9166595a3c03c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Identity\\/Constants\\/User.php\":{\"d\":1540836092,\"h\":\"0c9fdab5ce40bcd0ebc571271df7d63d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Identity\\/Service.php\":{\"d\":1540836092,\"h\":\"c6951fa22dfc7025a40aaaa3e772886b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Exception\\/ContainerException.php\":{\"d\":1540836092,\"h\":\"701b2ecd8b53a434c83bc9ad432b0573\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Exception\\/ObjectNotFoundException.php\":{\"d\":1540836092,\"h\":\"8d057cb11f0025719b836c891bf095b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Exception\\/StreamException.php\":{\"d\":1540836092,\"h\":\"db827468a630191b4815abe414cc747b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Exception\\/UploadException.php\":{\"d\":1540836092,\"h\":\"029b52e2f554e495febfc919ad55e2f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Exception\\/BulkOperationException.php\":{\"d\":1540836092,\"h\":\"d2d29d1d92498587b5990aef20d2c452\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Resource\\/CDNContainer.php\":{\"d\":1540836092,\"h\":\"f7177dcbc1061ace7962101ded37239c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Resource\\/DataObject.php\":{\"d\":1540836092,\"h\":\"73b64694dfb38bb34df0b869840e2f98\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Resource\\/Container.php\":{\"d\":1540836092,\"h\":\"6bb05ac9faf5bad86f68e1dd8f610fd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Resource\\/ContainerMetadata.php\":{\"d\":1540836092,\"h\":\"22f7f989ebb173d71b4303eb3ec8f958\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Resource\\/AbstractResource.php\":{\"d\":1540836092,\"h\":\"4214690d0414eb3aacfbb4b80d1d4050\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Resource\\/AbstractContainer.php\":{\"d\":1540836092,\"h\":\"78e6aa45290c9e2a6fd55e18a9643fbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Resource\\/Account.php\":{\"d\":1540836092,\"h\":\"3cf15e506ab8af255ed5e53680c57be1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Enum\\/ReturnType.php\":{\"d\":1540836092,\"h\":\"447dcea47753d51d6fba21a46694ed70\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Constants\\/UrlType.php\":{\"d\":1540836092,\"h\":\"c202bfe77a1f2405abe302a3e0b22b5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Constants\\/Header.php\":{\"d\":1540836092,\"h\":\"f539f2ac237aadae23bc9f5828b014d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Upload\\/TransferBuilder.php\":{\"d\":1540836092,\"h\":\"5f4153afb8b178dc16dbe7f1daf38089\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Upload\\/ConcurrentTransfer.php\":{\"d\":1540836092,\"h\":\"4a629aed4bde0e02a110e58fff2443e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Upload\\/AbstractTransfer.php\":{\"d\":1540836092,\"h\":\"c580deb79a92f6762c5a33846bfb4344\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Upload\\/TransferPart.php\":{\"d\":1540836092,\"h\":\"4b7afde99873d8dfc93ee99da188fadf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Upload\\/TransferState.php\":{\"d\":1540836092,\"h\":\"19072506e6ea3edf971748295282014d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Upload\\/ContainerMigration.php\":{\"d\":1540836092,\"h\":\"02212d1230c40d236031553d62243731\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Upload\\/DirectorySync.php\":{\"d\":1540836092,\"h\":\"a6c55b8daed595ec2335ec4d6d3a0469\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Upload\\/ConsecutiveTransfer.php\":{\"d\":1540836092,\"h\":\"984cb091d4ea6f9d838d92155f59d2bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/Service.php\":{\"d\":1540836092,\"h\":\"994e3f64e7874cad0fa8c274b9d31bd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/CDNService.php\":{\"d\":1540836092,\"h\":\"d971832ac02b22c1320683740b1d1311\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/ObjectStore\\/AbstractService.php\":{\"d\":1540836092,\"h\":\"99a778ec91a1d270fe364a58721c3049\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Http\\/Message\\/RequestSubscriber.php\":{\"d\":1540836092,\"h\":\"0485d72cf2978f3c423e5fbb432315ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Http\\/Message\\/Formatter.php\":{\"d\":1540836092,\"h\":\"aa9c232cb29b5a8ddf45ab7f99ea861f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Http\\/Client.php\":{\"d\":1540836092,\"h\":\"d69905bdac8c0dbf43d3b381e55d4597\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Resource\\/BaseResource.php\":{\"d\":1540836092,\"h\":\"929a6ce4a533b3542671c34b2ef8ed83\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Resource\\/PersistentResource.php\":{\"d\":1540836092,\"h\":\"b73fe3bdb707e70bc6b5a5b0ebb886a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Resource\\/NovaResource.php\":{\"d\":1540836092,\"h\":\"7e2544b5a6cf1ee8200b3b431785d346\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Resource\\/ReadOnlyResource.php\":{\"d\":1540836092,\"h\":\"2a842bffb05f4011c87b8534d047631f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Collection\\/ArrayCollection.php\":{\"d\":1540836092,\"h\":\"f3a5f37e65bab40e6f56b55511d82d94\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Collection\\/PaginatedIterator.php\":{\"d\":1540836092,\"h\":\"44d44b8df6558ff1496a77a6aa42a3d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Collection\\/ResourceIterator.php\":{\"d\":1540836092,\"h\":\"d7a52f250e23b7cc16ec6b7646a95f28\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/NoNameError.php\":{\"d\":1540836092,\"h\":\"5d119e865cb8f742b87b0ca630b547c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/IOError.php\":{\"d\":1540836092,\"h\":\"7b4c82a2b48ac6b2038628a2aa8887fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InstanceUpdateError.php\":{\"d\":1540836092,\"h\":\"6187890a33702ae67ef70acc653d0da8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/DatabaseUpdateError.php\":{\"d\":1540836092,\"h\":\"3db6d30165f4e640d54d3d269e3bd3cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/RuntimeException.php\":{\"d\":1540836092,\"h\":\"2ec6ea9bda2f2a4d691ecd979984ced9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InvalidIdTypeError.php\":{\"d\":1540836092,\"h\":\"1689fd2f493bbee94693d64112721f0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/NetworkError.php\":{\"d\":1540836092,\"h\":\"0b5203c15bf468840d7d0e84247af188\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/EndpointError.php\":{\"d\":1540836092,\"h\":\"2b250244bc15563d0d80a2bc7e0d954c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ContainerCreateError.php\":{\"d\":1540836092,\"h\":\"e86e9b436981a153c29d8d3c1c3ad3b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InstanceDeleteError.php\":{\"d\":1540836092,\"h\":\"713539820fea2c0d455b91b5e4392bdf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/CreateUpdateError.php\":{\"d\":1540836092,\"h\":\"20e2ae86fe3c929fb65f1f6a533c4aeb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ServerDeleteError.php\":{\"d\":1540836092,\"h\":\"95aa6e7106f2a0cfe4004d5f30ed8b4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/DatabaseNameError.php\":{\"d\":1540836092,\"h\":\"60f6adbae2891e9e4bf975e2e4e197eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/HttpOverLimitError.php\":{\"d\":1540836092,\"h\":\"700f926dbb2f645ef4b00d4a8a4ed86f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ServerIpsError.php\":{\"d\":1540836092,\"h\":\"3b8352635012a9d1c61b1aff9bfd4dca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ServerActionError.php\":{\"d\":1540836092,\"h\":\"70f952b3293b1a11a360c5d8b2798238\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InvalidTemplateError.php\":{\"d\":1540836092,\"h\":\"1f080a03a0cda34dc4b03937d679a03b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/JsonError.php\":{\"d\":1540836092,\"h\":\"4b376868822e83138e3a6bc30c130eaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/SnapshotError.php\":{\"d\":1540836092,\"h\":\"d91b0ac7e0f4381ef9d726ca69228383\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/CdnNotAvailableError.php\":{\"d\":1540836092,\"h\":\"6ad40b002b367d0346f71ad9bd76b433\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ServerCreateError.php\":{\"d\":1540836092,\"h\":\"7c4a740676ef6e55bb6e250b2587c86b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/CdnError.php\":{\"d\":1540836092,\"h\":\"d591d65ceb173ad97602e4f190c3b8be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/DocumentError.php\":{\"d\":1540836092,\"h\":\"06b1851660baec4f91768d06dc0ce0b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ForbiddenOperationException.php\":{\"d\":1540836092,\"h\":\"6aac1e691ab16db7d10fc6204c5a0944\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/NoContentTypeError.php\":{\"d\":1540836092,\"h\":\"92805602692e28cb29f8a0c976e33495\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/DeleteError.php\":{\"d\":1540836092,\"h\":\"291ff47a3c612030788122a6f108cc0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ServerUpdateError.php\":{\"d\":1540836092,\"h\":\"ad69851398da23d2837bae394ee6bab5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/VolumeError.php\":{\"d\":1540836092,\"h\":\"3ec7afb5e5a5c9878f2251b71a882c20\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/CredentialError.php\":{\"d\":1540836092,\"h\":\"46593fb01ea283f803ca8a31732f83d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/HttpForbiddenError.php\":{\"d\":1540836092,\"h\":\"07271e8a945d7b78a74eed077d93fc1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InvalidIpTypeError.php\":{\"d\":1540836092,\"h\":\"08572b5ea7ff3fc59ae6d0a6c5742286\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UserListError.php\":{\"d\":1540836092,\"h\":\"c59025bbd112f17501489d49b5818294\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/MetadataCreateError.php\":{\"d\":1540836092,\"h\":\"26100fd9ce0074ba03d1c700436e67cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/AuthenticationError.php\":{\"d\":1540836092,\"h\":\"ba57807be8ea5d6dae09656dc7d11348\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ServerJsonError.php\":{\"d\":1540836092,\"h\":\"b265dd606f3ee9f4c0bab1ae484c5255\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/NetworkCreateError.php\":{\"d\":1540836092,\"h\":\"f114f3f7b77c4e228b67a00f29524807\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UnsupportedVersionError.php\":{\"d\":1540836092,\"h\":\"db512248da1ef0c5fe7179444ded4295\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/HttpResponseException.php\":{\"d\":1540836092,\"h\":\"2195e096d7c485982c5c9b6b1e547710\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InstanceError.php\":{\"d\":1540836092,\"h\":\"b2ba6b8c746883d32a2d788a38ceeb85\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/CreateError.php\":{\"d\":1540836092,\"h\":\"fddd126f96d8acd1a2333b015d541a5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/NetworkDeleteError.php\":{\"d\":1540836092,\"h\":\"9d26b970cbc009c9e0cdf2134ebe4bbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/DatabaseDeleteError.php\":{\"d\":1540836092,\"h\":\"3b794307a3687d567eaf3e80e259b0ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/AsyncHttpError.php\":{\"d\":1540836092,\"h\":\"0c4a1cd0838dc1f7cb90aa2644177df6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/EmptyResponseError.php\":{\"d\":1540836092,\"h\":\"7e0ffa6af3f6feaa22d6f41c1e075720\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ContainerNameError.php\":{\"d\":1540836092,\"h\":\"2cb41f0837da665327ae470f9f274396\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/MisMatchedChecksumError.php\":{\"d\":1540836092,\"h\":\"0ce9901837e04a733fedbbef4bba088d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ContainerNotFoundError.php\":{\"d\":1540836092,\"h\":\"e3fa55202c9ee732e3364cf6a0aeb64d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/LoggingException.php\":{\"d\":1540836092,\"h\":\"d49ce02d922bcaeb47824a83a4e59eb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UnrecognizedServiceError.php\":{\"d\":1540836092,\"h\":\"34ab1779454d33c50266fab8afa4db0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InvalidRequestError.php\":{\"d\":1540836092,\"h\":\"614de75a58e90509db02070cfb824ba8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/CdnTtlError.php\":{\"d\":1540836092,\"h\":\"75fda8bf558527ad787e311cc39e8a4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InstanceCreateError.php\":{\"d\":1540836092,\"h\":\"7a970474dedec2cbfb4b691ab7494157\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ImageError.php\":{\"d\":1540836092,\"h\":\"aa20c80d566af7fec9d488bbcd5161ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ContainerDeleteError.php\":{\"d\":1540836092,\"h\":\"74d49e42b8de93aa1072dc3712800619\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/AsyncTimeoutError.php\":{\"d\":1540836092,\"h\":\"dcf0df9d450143fc4d8a8902a84960fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ResourceBucketException.php\":{\"d\":1540836092,\"h\":\"274af6f18bd3571466102a1ceb01b5be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/HttpRetryError.php\":{\"d\":1540836092,\"h\":\"f4334430c9ba27313eeda7fc9ada4d97\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UnknownParameterError.php\":{\"d\":1540836092,\"h\":\"b01b37dc6022708871f5218059b0e35c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UserNameError.php\":{\"d\":1540836092,\"h\":\"4688a8ac5119bdaf3a91b313edb35814\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/MetadataPrefixError.php\":{\"d\":1540836092,\"h\":\"d660e484f39969946d0571d50d7b6c1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/DomainError.php\":{\"d\":1540836092,\"h\":\"0faf854e6dee751ef411ea1bb76c763a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ServiceException.php\":{\"d\":1540836092,\"h\":\"8ba33c7dce0d8c427fc69537309b711e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UpdateError.php\":{\"d\":1540836092,\"h\":\"3c38d96cc18025570739f4dfd04fb9ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/CdnHttpError.php\":{\"d\":1540836092,\"h\":\"060264f6775540a137311209802c35ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ResourceNotFoundException.php\":{\"d\":1540836092,\"h\":\"c7c4854bac07bf3fdec6e286965c6296\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InvalidArgumentError.php\":{\"d\":1540836092,\"h\":\"7269ce3444622dea241b7b5cf349c93b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UnsupportedFeatureExtension.php\":{\"d\":1540836092,\"h\":\"4d38c3e30f5c333cf6f4ae6e42656fc5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/DatabaseListError.php\":{\"d\":1540836092,\"h\":\"2a73bd6fac908d54b3503239222c5d6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/RecordTypeError.php\":{\"d\":1540836092,\"h\":\"4b362d53f9f395681c227430cbb9770f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/HttpError.php\":{\"d\":1540836092,\"h\":\"505e5a46d37b9e82ac94745fc64b91a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UnknownError.php\":{\"d\":1540836092,\"h\":\"1418894b53f82bb93248e98441a24e9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/NameError.php\":{\"d\":1540836092,\"h\":\"7cde47e8dff288a020eb2dff410473df\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/AttributeError.php\":{\"d\":1540836092,\"h\":\"d16876dac54d3f1e92bfa33071f1be68\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/HttpUnauthorizedError.php\":{\"d\":1540836092,\"h\":\"042f8382b1ec91fbf67bdc8783414b26\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/FlavorError.php\":{\"d\":1540836092,\"h\":\"586f18ecbb53035c2c4ad8e5ccd12765\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/MetadataJsonError.php\":{\"d\":1540836092,\"h\":\"a0af1abc31a9ee9f1b4d0967bdd58e0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/TempUrlMethodError.php\":{\"d\":1540836092,\"h\":\"32c145f88821451073ef476514a43f5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/HttpTimeoutError.php\":{\"d\":1540836092,\"h\":\"1e39238d77fb3efccac3b2377e3c3f18\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/HttpUrlError.php\":{\"d\":1540836092,\"h\":\"93d7a961a4c15f7d8e47dbe216d6b66c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ContainerNotEmptyError.php\":{\"d\":1540836092,\"h\":\"4a63317a7b8ab2c8272f894045486c3e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ObjFetchError.php\":{\"d\":1540836092,\"h\":\"6ce4e3881eaa11ba7b41be0b87132846\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ContainerError.php\":{\"d\":1540836092,\"h\":\"34c89811ecefd5017abb0fc733a028a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/DatabaseCreateError.php\":{\"d\":1540836092,\"h\":\"c09a09e0748513ef326ef470dcfd555e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UnsupportedExtensionError.php\":{\"d\":1540836092,\"h\":\"e766b35e8ccc3b2e2314b478ac21cb6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UserUpdateError.php\":{\"d\":1540836092,\"h\":\"23c135b76d0e3760592c6fa0bcc2be76\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/AsyncError.php\":{\"d\":1540836092,\"h\":\"72323aa3bb0781cee7149326bd747e6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UrlError.php\":{\"d\":1540836092,\"h\":\"e32a80f6ca341fc7dd6bd7c13cc84d02\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ServerImageScheduleError.php\":{\"d\":1540836092,\"h\":\"17639347963cd388b9051edebccc2fd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/IdRequiredError.php\":{\"d\":1540836092,\"h\":\"84076e2cfe280482f8fbfd14ba81ac4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/MissingValueError.php\":{\"d\":1540836092,\"h\":\"9c427d36afe4ba4bbb01eaf97e9be053\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/MetadataError.php\":{\"d\":1540836092,\"h\":\"3eeb94f282317d6ebb61665a6301b428\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/CollectionException.php\":{\"d\":1540836092,\"h\":\"6242217ef78dff17fc2dc886fd14d9ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/RebuildError.php\":{\"d\":1540836092,\"h\":\"dcd1f7284d2b436d6b9e3e42abd96803\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ObjectError.php\":{\"d\":1540836092,\"h\":\"fd2f22f2ce83ca59702646860eea60bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ObjectCopyError.php\":{\"d\":1540836092,\"h\":\"948cde0802113807d1ffa5a2297764fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UserDeleteError.php\":{\"d\":1540836092,\"h\":\"b507cee70317cb8381929caab3df2466\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/MetadataDeleteError.php\":{\"d\":1540836092,\"h\":\"e00968491530f839a12a77e287cbf851\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/BaseException.php\":{\"d\":1540836092,\"h\":\"ffab2475ad39249b686f790c2513f7a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/NetworkUrlError.php\":{\"d\":1540836092,\"h\":\"0e6be4cbd2c311b19224cb6200fd1c52\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/MetadataUpdateError.php\":{\"d\":1540836092,\"h\":\"12dc3b26ceb3926505211578683e89ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/MetadataKeyError.php\":{\"d\":1540836092,\"h\":\"71476c9358b08cde08f1d9e51ab3704a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/ServerUrlError.php\":{\"d\":1540836092,\"h\":\"3d351d0a2d7e28621e6a67cf5d5a7d28\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InstanceFlavorError.php\":{\"d\":1540836092,\"h\":\"ad05b8362bbb3549d1e7878b56705bcd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InvalidParameterError.php\":{\"d\":1540836092,\"h\":\"1ad7614afe9379bc94f8e1ff8d4e5f85\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/InstanceNotFound.php\":{\"d\":1540836092,\"h\":\"42cc5a90f697a7ddd3f649935ef28382\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/VolumeTypeError.php\":{\"d\":1540836092,\"h\":\"f3f93e8cce7ef2ac40b1b7e34a01622e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/UserCreateError.php\":{\"d\":1540836092,\"h\":\"e85085b9ee0cd55e6fd5b11d2c9b63a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Exceptions\\/NetworkUpdateError.php\":{\"d\":1540836092,\"h\":\"568faca1c93bc78d1ce5c9fac8637b89\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Constants\\/Service.php\":{\"d\":1540836092,\"h\":\"880cbca133efc569266a2539dd9ccd32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Constants\\/State.php\":{\"d\":1540836092,\"h\":\"1966368527d55a201e6dfac8cba149a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Constants\\/Mime.php\":{\"d\":1540836092,\"h\":\"102a6390baee776da7a8c48ee6d766c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Constants\\/Header.php\":{\"d\":1540836092,\"h\":\"8fc732a7b3a4f6eea78375e9e04dd766\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Constants\\/Size.php\":{\"d\":1540836092,\"h\":\"fe8b343c6b91354df027dc015f9644f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Constants\\/Datetime.php\":{\"d\":1540836092,\"h\":\"919e8277b622e7c85133b943029bee5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Log\\/Logger.php\":{\"d\":1540836092,\"h\":\"c947d1d0d6dd09261e22cbb80cc7f4b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Service\\/ServiceInterface.php\":{\"d\":1540836092,\"h\":\"aa8f74bd89a02adbdf23352f27e31d8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Service\\/Catalog.php\":{\"d\":1540836092,\"h\":\"9d28ad98031a65dc0a457871c85805c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Service\\/AbstractService.php\":{\"d\":1540836092,\"h\":\"bb43dfd5c7ff17405ceb64bc508c0306\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Service\\/ServiceBuilder.php\":{\"d\":1540836092,\"h\":\"0d429e5e7dbc873cdcf51d434ffc9622\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Service\\/NovaService.php\":{\"d\":1540836092,\"h\":\"0e0396c2d99a468a38373046ade118fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Service\\/CatalogService.php\":{\"d\":1540836092,\"h\":\"5f9005373a2d554d6b4ac315aa14659f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Service\\/CatalogItem.php\":{\"d\":1540836092,\"h\":\"238a408a1d7ea83b23685a26c251a949\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Service\\/Endpoint.php\":{\"d\":1540836092,\"h\":\"07dcd9041674e3f5994381a744117c69\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/PersistentObject.php\":{\"d\":1540836092,\"h\":\"a44e28fddddaa286b50faff05036ca9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Base.php\":{\"d\":1540836092,\"h\":\"2de850fdb156fab6e03d976ce04159ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/ArrayAccess.php\":{\"d\":1540836092,\"h\":\"b3777c5a9785ce5495731c3e59d5a0e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Lang.php\":{\"d\":1540836092,\"h\":\"d90ae34b15068454bac7e51ee81f71c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Metadata.php\":{\"d\":1540836092,\"h\":\"45d75274b0a948409b47eb7156561a63\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Common\\/Collection.php\":{\"d\":1540836092,\"h\":\"38adf5802ef6c2fe4c4cc314e6705e0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/OpenStack.php\":{\"d\":1540836092,\"h\":\"4a3cfeaad81bd3a773cbfd76b34ca825\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Version.php\":{\"d\":1540836092,\"h\":\"57c3a54890adf6877802e8a7c185f8e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/OpenCloud\\/Rackspace.php\":{\"d\":1540836092,\"h\":\"80b0c6c2ff1fcd92230dd963d74e9187\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/lib\\/php-opencloud.php\":{\"d\":1540836092,\"h\":\"83bf8c89c4b5e3d69c500f8dfab4fc62\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/apigen.neon\":{\"d\":1540836092,\"h\":\"fa187396127da3f458657b2e1e39c55c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/composer.json\":{\"d\":1540836092,\"h\":\"e13d168cf32fdfc0498aa56bbc166992\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/phpunit.xml.dist\":{\"d\":1540836092,\"h\":\"dfbf1a7c7bb96a1899d0173ade73e536\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/README.md\":{\"d\":1540836092,\"h\":\"a3de3f693507b33a8cdd2ea63858a5f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/CONTRIBUTING.md\":{\"d\":1540836092,\"h\":\"0e62009b75ea57ec4424b62c62455736\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/rackspace\\/php-opencloud\\/LICENSE\":{\"d\":1540836092,\"h\":\"8b5bccf4a7641d19e4ac63d3aed82403\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/Random.php\":{\"d\":1540836092,\"h\":\"b24f931867d17d05ff20bc95a5a72d67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/Blowfish.php\":{\"d\":1540836092,\"h\":\"60b948efd4cede36a374c80d59b360c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/AES.php\":{\"d\":1540836092,\"h\":\"9adb78a89c91c188293089f5a7f152a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/DES.php\":{\"d\":1540836092,\"h\":\"2a3c04d0b4482cabef0ac135a024fbff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/RC2.php\":{\"d\":1540836092,\"h\":\"8bd27683ea0a4bade1af275afe359444\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/TripleDES.php\":{\"d\":1540836092,\"h\":\"9411e0ef9d69dabcadf6044d013e9228\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/Hash.php\":{\"d\":1540836092,\"h\":\"300985dda59c5d38d8980aa661189718\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/RSA.php\":{\"d\":1540836092,\"h\":\"ab17ecbf366d5842141ebc6f197d526b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/Base.php\":{\"d\":1540836092,\"h\":\"9e3c8537c94aab85e42efdda4fa142ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/Rijndael.php\":{\"d\":1540836092,\"h\":\"c0aa780edb7278f661a26b0dae4712b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/Twofish.php\":{\"d\":1540836092,\"h\":\"a00e31bbceaf8ce80dfb46f7fe81fd41\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Crypt\\/RC4.php\":{\"d\":1540836092,\"h\":\"3e063d26df6eb145f16860db893b005b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/File\\/ANSI.php\":{\"d\":1540836092,\"h\":\"67533fcd864902f05043f7d9adf2785f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/File\\/X509.php\":{\"d\":1540836092,\"h\":\"726861a3a118dfc6fe0495d1db8299ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/File\\/ASN1.php\":{\"d\":1540836092,\"h\":\"918312d04e0cc25913e2084ebd2a6883\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Math\\/BigInteger.php\":{\"d\":1540836092,\"h\":\"6ae327d580f1fa1528187dc1263cc357\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Net\\/SFTP\\/Stream.php\":{\"d\":1540836092,\"h\":\"71218bc053470f4a39866f945be643ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Net\\/SSH1.php\":{\"d\":1540836092,\"h\":\"a06226865f35ca6bed4be56dc9097e9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Net\\/SCP.php\":{\"d\":1540836092,\"h\":\"9d466aee8b03f2d715dd15cff35b5dfc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Net\\/SSH2.php\":{\"d\":1540836092,\"h\":\"d97d2c380b718a4e3752ccb98b4b619b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/Net\\/SFTP.php\":{\"d\":1540836092,\"h\":\"88820591dc2a02f5f703cbf38cb7cda4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/System\\/SSH\\/Agent.php\":{\"d\":1540836092,\"h\":\"7ba80687425006c790f64e685dd5095e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/System\\/SSH_Agent.php\":{\"d\":1540836092,\"h\":\"b18a92bf3bec01620d823545abaa1c96\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/openssl.cnf\":{\"d\":1540836092,\"h\":\"b4409823562c617107907cd04d67c8fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/phpseclib\\/bootstrap.php\":{\"d\":1540836092,\"h\":\"7c1cc8b0dd1fb9a060b3de2d637146c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/composer.json\":{\"d\":1540836092,\"h\":\"aa6218ac63c59ffc8ebb4a2e6db55c9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/AUTHORS\":{\"d\":1540836092,\"h\":\"40aca1db1967cb07cb5e123fe27f5e6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/README.md\":{\"d\":1540836092,\"h\":\"8215c899a985150ca0d1e4c3903ceb6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/phpseclib\\/phpseclib\\/LICENSE\":{\"d\":1540836092,\"h\":\"1f6cdbace73c11fc23ebe3289a2ead0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Resource\\/FileResource.php\":{\"d\":1540836092,\"h\":\"a9b13ed670abe406fd9d76ad9e89c4ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Resource\\/IteratorResourceInterface.php\":{\"d\":1540836092,\"h\":\"21fcc88cd4254ca842fae97b54135c1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Resource\\/CoalescingDirectoryResource.php\":{\"d\":1540836092,\"h\":\"52f51cf4560fe7aa0e089ca2ed5fbcce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Resource\\/ResourceInterface.php\":{\"d\":1540836092,\"h\":\"0daab2b0066681d6d371c78f74d9a018\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Resource\\/DirectoryResource.php\":{\"d\":1540836092,\"h\":\"17071d81dd399da6b201ae5e274ae19c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Loader\\/FunctionCallsFormulaLoader.php\":{\"d\":1540836092,\"h\":\"d486b4e187d35d0d804e87caf5fa6a1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Loader\\/CachedFormulaLoader.php\":{\"d\":1540836092,\"h\":\"0f0a591d6e7dd3d1e037917e200e005c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Loader\\/BasePhpFormulaLoader.php\":{\"d\":1540836092,\"h\":\"d3fa352c5e699bc2f4eba9d24de3ab45\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Loader\\/FormulaLoaderInterface.php\":{\"d\":1540836092,\"h\":\"bdbeedf4ee519f6f834001f88248238d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Worker\\/EnsureFilterWorker.php\":{\"d\":1540836092,\"h\":\"8b7d7a37239b0415ade573a283467823\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Worker\\/WorkerInterface.php\":{\"d\":1540836092,\"h\":\"43abd5b5e29fc3d25faf7c0a72d785b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/Worker\\/CacheBustingWorker.php\":{\"d\":1540836092,\"h\":\"17a782bb92462b13d92f072ab38c28fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/AssetFactory.php\":{\"d\":1540836092,\"h\":\"565280ef2ec5ecd81efbea81721eadb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Factory\\/LazyAssetManager.php\":{\"d\":1540836092,\"h\":\"ca9685e1091fb7bca19244ff9815a059\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Exception\\/Exception.php\":{\"d\":1540836092,\"h\":\"a8633ee6a0236c500245feffd3eb3a3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Exception\\/FilterException.php\":{\"d\":1540836092,\"h\":\"aeb27e938883e626f3837b87fda7f851\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Extension\\/Twig\\/AsseticTokenParser.php\":{\"d\":1540836092,\"h\":\"51589e834a752a92550d66d15d4f2a4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Extension\\/Twig\\/AsseticFilterFunction.php\":{\"d\":1540836092,\"h\":\"d737e27da8a958ae13b67affbe4195f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Extension\\/Twig\\/TwigFormulaLoader.php\":{\"d\":1540836092,\"h\":\"db7cadf1d6e237463033bb1d6a55a7bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Extension\\/Twig\\/AsseticFilterNode.php\":{\"d\":1540836092,\"h\":\"3d1e57d2297d816e187f2b53d2967302\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Extension\\/Twig\\/ValueContainer.php\":{\"d\":1540836092,\"h\":\"47ee345940ef5a6d2fdc8c9676da2505\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Extension\\/Twig\\/TwigResource.php\":{\"d\":1540836092,\"h\":\"d637bef085facf392fb257be399c7c76\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Extension\\/Twig\\/AsseticExtension.php\":{\"d\":1540836092,\"h\":\"1b771f60cc957e91be3f5020331a14ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Extension\\/Twig\\/AsseticFilterInvoker.php\":{\"d\":1540836092,\"h\":\"ef7c3ad919f2611702fba1d87dfc7c78\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Extension\\/Twig\\/AsseticNode.php\":{\"d\":1540836092,\"h\":\"d187cb804b619dae5c87e3637854dd79\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/GoogleClosure\\/BaseCompilerFilter.php\":{\"d\":1540836092,\"h\":\"839d176315bfbed1383bd7c3a7297561\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/GoogleClosure\\/CompilerJarFilter.php\":{\"d\":1540836092,\"h\":\"2eefedf925dd385203b1ad619859cd8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/GoogleClosure\\/CompilerApiFilter.php\":{\"d\":1540836092,\"h\":\"4437720074d6a74853f51cdd4b947c6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/Sass\\/SassFilter.php\":{\"d\":1540836092,\"h\":\"663ae9550bf563a58cf1948f6cf50a11\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/Sass\\/BaseSassFilter.php\":{\"d\":1540836092,\"h\":\"d6ab3a0ee7a65b6dbcf63f2150033f70\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/Sass\\/ScssFilter.php\":{\"d\":1540836092,\"h\":\"b92672d4b65c59ec8a9ed945f332de4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/Yui\\/JsCompressorFilter.php\":{\"d\":1540836092,\"h\":\"ea619df1cfd170ca0892255e952296dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/Yui\\/CssCompressorFilter.php\":{\"d\":1540836092,\"h\":\"f88a74830ff5ed4105bdfb64131948f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/Yui\\/BaseCompressorFilter.php\":{\"d\":1540836092,\"h\":\"36c0093bfb08de6354fb8f17596998e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/AutoprefixerFilter.php\":{\"d\":1540836092,\"h\":\"0086e238db3ae852b198120ff1272953\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/CompassFilter.php\":{\"d\":1540836092,\"h\":\"bc6e80f6f10c5c8f469627e0938a83da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/TypeScriptFilter.php\":{\"d\":1540836092,\"h\":\"bbfad77ee1f1d33ed51f4c072f2a3c9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/FilterCollection.php\":{\"d\":1540836092,\"h\":\"40c2614ea982877e519daec0a25b7f37\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/PackerFilter.php\":{\"d\":1540836092,\"h\":\"166d84f1a47ae37a3d66cc0ef8414813\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/StylusFilter.php\":{\"d\":1540836092,\"h\":\"9e06c556025222036952e73a88ef7c2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/JSMinFilter.php\":{\"d\":1540836092,\"h\":\"35cf23091e6644ececc2ecfd2b0b475a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/SprocketsFilter.php\":{\"d\":1540836092,\"h\":\"ff20454994723001200fecb2afde39e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/CoffeeScriptFilter.php\":{\"d\":1540836092,\"h\":\"25512d066ae50dd16e7ff58845e51e97\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/PackagerFilter.php\":{\"d\":1540836092,\"h\":\"022b27f9fb3fe03da45f003c05b8db79\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/EmberPrecompileFilter.php\":{\"d\":1540836092,\"h\":\"019aea13b90f9298639bab925515b38e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/JSMinPlusFilter.php\":{\"d\":1540836092,\"h\":\"73387e60d678a953b4e95482ff92dc33\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/ScssphpFilter.php\":{\"d\":1540836092,\"h\":\"1be71f7974031f0ae98a1864664ea8ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/LessphpFilter.php\":{\"d\":1540836092,\"h\":\"799cb3c5447946901dc63fbd4b3e0a30\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/CssImportFilter.php\":{\"d\":1540836092,\"h\":\"9276c49c174c7dbef9c080bb05386f38\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/SeparatorFilter.php\":{\"d\":1540836092,\"h\":\"886be4c9bdea46d15ba89dd3c2b1d77f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/CallablesFilter.php\":{\"d\":1540836092,\"h\":\"23a420acd72edef1f5e956f0d76b1eb9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/DependencyExtractorInterface.php\":{\"d\":1540836092,\"h\":\"c6ba8eba5c303f42c30bf475b0f6631e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/CssCacheBustingFilter.php\":{\"d\":1540836092,\"h\":\"1adb2994b36770d67833fa278289e33f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/PhpCssEmbedFilter.php\":{\"d\":1540836092,\"h\":\"838d4092952d167dcc43339b2ca637f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/FilterInterface.php\":{\"d\":1540836092,\"h\":\"a489ed80dc7efc933a31486fd620036f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/HandlebarsFilter.php\":{\"d\":1540836092,\"h\":\"95ebe66ad95ca5c8720af4221546aac9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/CssEmbedFilter.php\":{\"d\":1540836092,\"h\":\"45e057918695e845f5b258248f7045cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/JpegtranFilter.php\":{\"d\":1540836092,\"h\":\"d70b5f3707175cf1e9261bad40e4c60a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/JpegoptimFilter.php\":{\"d\":1540836092,\"h\":\"63dc2db9bbd80c226753109ba0726090\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/RooleFilter.php\":{\"d\":1540836092,\"h\":\"2fff30dbbf66b22761af85e50a7cc921\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/DartFilter.php\":{\"d\":1540836092,\"h\":\"9ea44dd07ee60523915d1f45986ba7e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/BaseNodeFilter.php\":{\"d\":1540836092,\"h\":\"15af5f438d9885b5a376844c534e1250\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/HashableInterface.php\":{\"d\":1540836092,\"h\":\"5a61de3c0308c3a35f9aac5713a15358\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/UglifyJs2Filter.php\":{\"d\":1540836092,\"h\":\"010d1b1831b082051e5f26a7892dd55e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/BaseCssFilter.php\":{\"d\":1540836092,\"h\":\"91337a0f7e6969d2a0e807476791367c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/BaseProcessFilter.php\":{\"d\":1540836092,\"h\":\"c526ed3a285d7523a54fd161aae74926\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/CssMinFilter.php\":{\"d\":1540836092,\"h\":\"5daaeefe85b17daf69595403e8983ff7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/OptiPngFilter.php\":{\"d\":1540836092,\"h\":\"6dcceca9d467e08257ad85ce8a9345ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/SassphpFilter.php\":{\"d\":1540836092,\"h\":\"07a01250c59ea86a1e3658df88118e76\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/JSqueezeFilter.php\":{\"d\":1540836092,\"h\":\"8a70e1ea150955d09ccb62abddbcbc2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/MinifyCssCompressorFilter.php\":{\"d\":1540836092,\"h\":\"49f02aad474b6e3e0ff1f864dcb6f41f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/GssFilter.php\":{\"d\":1540836092,\"h\":\"bfb10dd39cc77686a01207e967308295\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/ReactJsxFilter.php\":{\"d\":1540836092,\"h\":\"3835f3dc5962e6ec7bc0665bae5715cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/LessFilter.php\":{\"d\":1540836092,\"h\":\"69e826afdc78b1294fda14564056f500\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/UglifyCssFilter.php\":{\"d\":1540836092,\"h\":\"2b47f892a042c7dc1e3065bf3597a70d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/CleanCssFilter.php\":{\"d\":1540836092,\"h\":\"bfe1b1f5292ab23772e10ed201b73011\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/PngoutFilter.php\":{\"d\":1540836092,\"h\":\"183c0c7111f49d6228d44391f9baf7aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/UglifyJsFilter.php\":{\"d\":1540836092,\"h\":\"6676c86a3df86de14a4670131a638c1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Filter\\/CssRewriteFilter.php\":{\"d\":1540836092,\"h\":\"5086b0e2fa8d558024f905b2deb36952\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/Iterator\\/AssetCollectionIterator.php\":{\"d\":1540836092,\"h\":\"ee2e05ecd36499b9da598b29d8fbe94c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/Iterator\\/AssetCollectionFilterIterator.php\":{\"d\":1540836092,\"h\":\"37d2aee6e33c248aecd99b200f071bd3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/StringAsset.php\":{\"d\":1540836092,\"h\":\"aa6a980ce254f3b9574dbf49fa4d658d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/AssetInterface.php\":{\"d\":1540836092,\"h\":\"e2017d9e2f6da17d060786bbe8e7a191\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/AssetCollection.php\":{\"d\":1540836092,\"h\":\"ce42d3efa7089de567e218c1cc2fbb6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/FileAsset.php\":{\"d\":1540836092,\"h\":\"c7710685d9e9a767ab2424ac01e8356b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/GlobAsset.php\":{\"d\":1540836092,\"h\":\"8e4934524a4381304e42d4fcc5dc3efd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/AssetCache.php\":{\"d\":1540836092,\"h\":\"8f651267a54aebfa9c4dd99da2485cda\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/BaseAsset.php\":{\"d\":1540836092,\"h\":\"3158773fd1e3b7ce6d8d5c8791c1b724\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/AssetReference.php\":{\"d\":1540836092,\"h\":\"8595d3af872d062fd0cdde030effc12d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/AssetCollectionInterface.php\":{\"d\":1540836092,\"h\":\"6bd0d13e1839e6c7a6968c3accadb9c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Asset\\/HttpAsset.php\":{\"d\":1540836092,\"h\":\"5b473fdd686df0308e625f1499f116f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Util\\/VarUtils.php\":{\"d\":1540836092,\"h\":\"b17d97ed88d8e22e266fcd94abed9669\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Util\\/CssUtils.php\":{\"d\":1540836092,\"h\":\"52b66f2cfb574e9c53118c8ee243aac3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Util\\/FilesystemUtils.php\":{\"d\":1540836092,\"h\":\"a7d69645319835af7a488a4b4b6d6759\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Util\\/SassUtils.php\":{\"d\":1540836092,\"h\":\"0bbb1562b2c86e1bf5f052314db11cc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Util\\/LessUtils.php\":{\"d\":1540836092,\"h\":\"e24a2efdf6de280b8d132925a774a614\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Util\\/TraversableString.php\":{\"d\":1540836092,\"h\":\"8c2f2e7b23443d9d44e6ca6811b87048\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Cache\\/ApcCache.php\":{\"d\":1540836092,\"h\":\"f063732ac720861dbf95dda68f2c5215\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Cache\\/ConfigCache.php\":{\"d\":1540836092,\"h\":\"8dc11c682db58dd7c35361d9aceeb6e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Cache\\/CacheInterface.php\":{\"d\":1540836092,\"h\":\"bdce881b2020ff43b6728eab1ab1d860\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Cache\\/ArrayCache.php\":{\"d\":1540836092,\"h\":\"9b6584f20132f94364d96ece06ecbbec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Cache\\/FilesystemCache.php\":{\"d\":1540836092,\"h\":\"23d6f4e79ebb2188052725c03815b790\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/Cache\\/ExpiringCache.php\":{\"d\":1540836092,\"h\":\"d92f56984453402c8d9d32087e5ed4a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/FilterManager.php\":{\"d\":1540836092,\"h\":\"464c72c1c92802a7f3fad89f4bd04717\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/AssetManager.php\":{\"d\":1540836092,\"h\":\"5160c6415b0a5c61bff700168193f296\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/AssetWriter.php\":{\"d\":1540836092,\"h\":\"42c3da49809262205e77f7a5dd4608e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/Assetic\\/ValueSupplierInterface.php\":{\"d\":1540836092,\"h\":\"88e060dfb4c19f27a06ef4023e090360\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/src\\/functions.php\":{\"d\":1540836092,\"h\":\"6bd4c46757a3b49d2d5a8f56c9009b8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/package.json\":{\"d\":1540836092,\"h\":\"ca7b50d4ff15b0321ecbb96b58d34195\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/CHANGELOG-1.1.md\":{\"d\":1540836092,\"h\":\"8d7886d4be1c23392086232d94de633b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/composer.json\":{\"d\":1540836092,\"h\":\"77ea9b36e1adb06300e80efe18878523\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/Gemfile\":{\"d\":1540836092,\"h\":\"1f774651420e7fdf6dfa0d659766cb12\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/CHANGELOG-1.0.md\":{\"d\":1540836092,\"h\":\"f6daed631ce93b30912849de3eba4b0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/README.md\":{\"d\":1540836092,\"h\":\"c74fb7cfc6929c7eb5f4a1611feeb388\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/CHANGELOG-1.2.md\":{\"d\":1540836092,\"h\":\"4bdcb57cef582fd682d3c841bae8adc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/kriswallsmith\\/assetic\\/LICENSE\":{\"d\":1540836092,\"h\":\"f940d8460878681568eab4fe3688aa02\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/installed.json\":{\"d\":1540836092,\"h\":\"a9e19b46ec32b3bdcd12b88fd1272a63\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/autoload_static.php\":{\"d\":1540836092,\"h\":\"49d920e7526954c013517cbfbce76d85\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/include_paths.php\":{\"d\":1540836092,\"h\":\"4255e345d726449b4ca6cf5120fa3621\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/autoload_classmap.php\":{\"d\":1540836092,\"h\":\"cd4d32c5647dab036daf791d33373d4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/autoload_real.php\":{\"d\":1540836092,\"h\":\"54a41f958073565513084002d35aa7ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/ClassLoader.php\":{\"d\":1540836092,\"h\":\"cbaa5b0b4afe0bd4ab58b7bf0bb45b76\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/autoload_files.php\":{\"d\":1540836092,\"h\":\"72b8f59ce54fee97c5f2442cb86652c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/autoload_psr4.php\":{\"d\":1540836092,\"h\":\"66ee21a2628a7d5e70b4a51e904b6b29\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/autoload_namespaces.php\":{\"d\":1540836092,\"h\":\"1a81c6c252aa49c452500866e3ea47fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/composer\\/LICENSE\":{\"d\":1540836092,\"h\":\"955d5fe58c231244f6b49000f383b5e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/ExecutableFinderTest.php\":{\"d\":1540836092,\"h\":\"25adf5b906db0d338b619aae2f1d1fd5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/ProcessBuilderTest.php\":{\"d\":1540836092,\"h\":\"80bb38372b874c3ebf46723e916605fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/ProcessUtilsTest.php\":{\"d\":1540836092,\"h\":\"900605c4712789c62683ad542f3dbd29\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/PhpExecutableFinderTest.php\":{\"d\":1540836092,\"h\":\"4c6f57b064989328e64a94ab2cf5fc2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/SignalListener.php\":{\"d\":1540836092,\"h\":\"45211e75a35385912d51eff45440a6ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/NonStopableProcess.php\":{\"d\":1540836092,\"h\":\"899eda912045226092090d40d9b6d5a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/ProcessFailedExceptionTest.php\":{\"d\":1540836092,\"h\":\"49fe3a4896f490cf8e95215c1660ecd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/PipeStdinInStdoutStdErrStreamSelect.php\":{\"d\":1540836092,\"h\":\"426a375d99c4f56d3c8ae7d911337cc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/PhpProcessTest.php\":{\"d\":1540836092,\"h\":\"69d4ed0e9cfb4a4848689dd5bc1ec6fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Tests\\/ProcessTest.php\":{\"d\":1540836092,\"h\":\"9045b1de1dd3c41c569e1b505abde820\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Exception\\/ProcessFailedException.php\":{\"d\":1540836092,\"h\":\"90c118a801c9f293c2f341fffa30a14a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Exception\\/RuntimeException.php\":{\"d\":1540836092,\"h\":\"5173fb5053527af7b83077085b192d67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Exception\\/ProcessTimedOutException.php\":{\"d\":1540836092,\"h\":\"00f760a2731cbd7e7a145e02b30316f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Exception\\/InvalidArgumentException.php\":{\"d\":1540836092,\"h\":\"b3c8598f88e6ac643dda6cb6f29fb3ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Exception\\/ExceptionInterface.php\":{\"d\":1540836092,\"h\":\"723a4615b94a21c979c9cfe85d81e50a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Exception\\/LogicException.php\":{\"d\":1540836092,\"h\":\"72ef3efed027815b107a71f4e987754d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Pipes\\/AbstractPipes.php\":{\"d\":1540836092,\"h\":\"21fc78f450225056947699b9c49326b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Pipes\\/WindowsPipes.php\":{\"d\":1540836092,\"h\":\"fea6c672aa9196380de0da3ffc750682\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Pipes\\/PipesInterface.php\":{\"d\":1540836092,\"h\":\"7cd7e2e866c93db5d68f77a51626a43b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Pipes\\/UnixPipes.php\":{\"d\":1540836092,\"h\":\"9818d762904357b1e25fcf61be4be15e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/ProcessUtils.php\":{\"d\":1540836092,\"h\":\"13625bd3819dabb00e70409aa8b8cc54\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/composer.json\":{\"d\":1540836092,\"h\":\"64be90c5b95080a625b80b562ed54873\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/ProcessBuilder.php\":{\"d\":1540836092,\"h\":\"08955e0b980beda707fdc1979dae5d54\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/phpunit.xml.dist\":{\"d\":1540836092,\"h\":\"200d8eac8de72f1e4b35e84bd2b40106\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/ExecutableFinder.php\":{\"d\":1540836092,\"h\":\"cb8d491dc75aa75437b6d6da40ef17c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/CHANGELOG.md\":{\"d\":1540836092,\"h\":\"c0c3114759c82d385c45450e4932c734\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/InputStream.php\":{\"d\":1540836092,\"h\":\"3813fdcc8d76740cc8ac0b6d1912bf2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/README.md\":{\"d\":1540836092,\"h\":\"b51d58a3eeec604d950aa293e719609d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/PhpExecutableFinder.php\":{\"d\":1540836092,\"h\":\"8b1804de8272a4dfb84507facab56e5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/PhpProcess.php\":{\"d\":1540836092,\"h\":\"fcb6cd56b97f8b6df5723dce9cf22ca5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/Process.php\":{\"d\":1540836092,\"h\":\"672d4b932d39042f9938b3e892928915\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/process\\/LICENSE\":{\"d\":1540836092,\"h\":\"36ed70d207f5176d1b9f7a780385b789\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Tests\\/Debug\\/TraceableEventDispatcherTest.php\":{\"d\":1540836092,\"h\":\"c221bacdab4e02cfd28e85251f8810a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Tests\\/DependencyInjection\\/RegisterListenersPassTest.php\":{\"d\":1540836092,\"h\":\"3c2e6373ab0de4bec3e0109751656549\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Tests\\/ContainerAwareEventDispatcherTest.php\":{\"d\":1540836092,\"h\":\"dee54f9f2846d8d93316d6d228228e70\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Tests\\/EventTest.php\":{\"d\":1540836092,\"h\":\"2a6617a8a049f21fc4e0c805452578c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Tests\\/ImmutableEventDispatcherTest.php\":{\"d\":1540836092,\"h\":\"8684408470c3c0c8d54f5a82aebb8035\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Tests\\/AbstractEventDispatcherTest.php\":{\"d\":1540836092,\"h\":\"f6f6de437659c0a57df06893be6254ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Tests\\/EventDispatcherTest.php\":{\"d\":1540836092,\"h\":\"c53a83e91bee7f1bbb15c7c47a17d435\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Tests\\/GenericEventTest.php\":{\"d\":1540836092,\"h\":\"77c4a65d51bf5c4610a14391e403199d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Debug\\/WrappedListener.php\":{\"d\":1540836092,\"h\":\"9ed9324bcbecd82f07950ccbc7cc87d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Debug\\/TraceableEventDispatcher.php\":{\"d\":1540836092,\"h\":\"fad536cee771596d633e94dc75043b72\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Debug\\/TraceableEventDispatcherInterface.php\":{\"d\":1540836092,\"h\":\"aa09cc5a555cfad4239045906e2850b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/DependencyInjection\\/RegisterListenersPass.php\":{\"d\":1540836092,\"h\":\"df71d3c551163a03d68a33eb9f72f483\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/GenericEvent.php\":{\"d\":1540836092,\"h\":\"a66e6f84ff008f437c9fddbc66c9d9d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/Event.php\":{\"d\":1540836092,\"h\":\"824a898479b083a50450a1b5e6b80b4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/EventDispatcher.php\":{\"d\":1540836092,\"h\":\"4a8774ed7dbccaf556fd17eb66915c71\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/composer.json\":{\"d\":1540836092,\"h\":\"d7270613fa19777931d0d2eddb562c89\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/phpunit.xml.dist\":{\"d\":1540836092,\"h\":\"2921cd84f628c610891aa7d0dbacf0b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/ImmutableEventDispatcher.php\":{\"d\":1540836092,\"h\":\"df72f94abae6b2dbc6b75ce3e24c3568\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/EventDispatcherInterface.php\":{\"d\":1540836092,\"h\":\"86e0183d0e63915029c8878ed747e4f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/CHANGELOG.md\":{\"d\":1540836092,\"h\":\"745dd467bb8d944ee82b38034a3b71d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/ContainerAwareEventDispatcher.php\":{\"d\":1540836092,\"h\":\"eb265310d6d9cf71d940cfe2aca08463\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/README.md\":{\"d\":1540836092,\"h\":\"7fa6a13360ee7400639b5e3845e77f67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/EventSubscriberInterface.php\":{\"d\":1540836092,\"h\":\"d4c1feefee64b854cc9a0c01e39bfa64\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/symfony\\/event-dispatcher\\/LICENSE\":{\"d\":1540836092,\"h\":\"36ed70d207f5176d1b9f7a780385b789\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/vendor\\/autoload.php\":{\"d\":1540836092,\"h\":\"b0cd45c1248ff0a365958e13943e601d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/tether-shepherd\\/shepherd-theme-default.css\":{\"d\":1540836092,\"h\":\"bb99d5824eda83a886069b129a01248b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/tether-shepherd\\/shepherd-theme-arrows-plain-buttons.css\":{\"d\":1540836092,\"h\":\"6dea7ca19d2c3e2ecb9e94e650c51d40\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/tether-shepherd\\/shepherd-theme-arrows.min.css\":{\"d\":1540836092,\"h\":\"73e3728aa233fb9df525d71217321a25\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/tether-shepherd\\/shepherd-theme-square.min.css\":{\"d\":1540836092,\"h\":\"072228e80f040521ca235fe0dac32c9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/tether-shepherd\\/shepherd-theme-square-dark.css\":{\"d\":1540836092,\"h\":\"0cf0d1ab642166a0de37f6df7cecbcda\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/tether-shepherd\\/shepherd-theme-default.min.css\":{\"d\":1540836092,\"h\":\"307a6fb35913d7a8ef4550fae77c07b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/tether-shepherd\\/shepherd-theme-arrows-plain-buttons.min.css\":{\"d\":1540836092,\"h\":\"7832bd1019ef943499539dc25bd14371\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/tether-shepherd\\/shepherd-theme-dark.min.css\":{\"d\":1540836092,\"h\":\"f9b352255bb729746c55f9877f193f2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/tether-shepherd\\/shepherd-theme-dark.css\":{\"d\":1540836092,\"h\":\"f63f1659ef9069c53917587fc40270a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/tether-shepherd\\/shepherd-theme-square-dark.min.css\":{\"d\":1540836092,\"h\":\"ed1092ead7949c4c68528ead7882f8c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/tether-shepherd\\/shepherd-theme-arrows.css\":{\"d\":1540836092,\"h\":\"7917e1d31da2ef4c80fbb55a58e41aa8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/tether-shepherd\\/shepherd-theme-arrows-fix.css\":{\"d\":1540836092,\"h\":\"5ea33d242810961cd664b523eeda66b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/tether-shepherd\\/shepherd-theme-square.css\":{\"d\":1540836092,\"h\":\"168fe8f091b41200886eef14584a4b77\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/tether-shepherd\\/shepherd-theme-arrows-fix.min.css\":{\"d\":1540836092,\"h\":\"37cf62829704c84b2de49fdf55761c6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/updraftplus-tour.min.css\":{\"d\":1540836092,\"h\":\"4bff36f2ee3b4c2ae20a95ce8cf9d6de\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/updraftplus-tour.min.css.map\":{\"d\":1540836092,\"h\":\"8426bac689317c95ec306fb7cae71275\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/updraftplus-notices.min.css\":{\"d\":1540836092,\"h\":\"2fc9d9ac7c9f8fc2db62ed120533803b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/updraftplus-admin.min.css\":{\"d\":1540836092,\"h\":\"15bea5c662dd26ffa310ee1e596ddf11\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/updraftplus-notices.css\":{\"d\":1540836092,\"h\":\"b1b0e473e520f27c9a66812ec2db7e43\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/updraftplus-admin.min.css.map\":{\"d\":1540836092,\"h\":\"2b10b6d1c9d8f074d8bad2b9ee3790c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/updraftplus-notices.min.css.map\":{\"d\":1540836092,\"h\":\"6ef840856067547b1f079398964ce409\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/updraftplus-tour.css\":{\"d\":1540836092,\"h\":\"5398566df7b43ae8ebeb53dc4055495b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/updraftplus-admin.css\":{\"d\":1540836092,\"h\":\"027d3ca03828f25c03656ad4789b827b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/css\\/updraftplus-tour.scss\":{\"d\":1540836092,\"h\":\"61b76daf84d997c942b1e8a1996a6504\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/restorer.php\":{\"d\":1540836092,\"h\":\"0b42770a305b3fc40b22c8710bd7984b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/index.html\":{\"d\":1540836092,\"h\":\"ddab305858921fb928fa777d5176b5aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/readme.txt\":{\"d\":1540836092,\"h\":\"e176333a17eedfcec56732ae1ef39d32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/admin.php\":{\"d\":1540836092,\"h\":\"535f033ea5cfc1d631ff2be9ef71a24e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/backup.php\":{\"d\":1540836092,\"h\":\"9445f33b6190addfdefec5848a73407c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/class-updraftplus.php\":{\"d\":1540836092,\"h\":\"bb7da7a04ed706a1e234898b56bdb9af\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/changelog.txt\":{\"d\":1540836092,\"h\":\"acd9d4448e9c6a27b5758ba9abd095b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/updraftplus.php\":{\"d\":1540836092,\"h\":\"796c2b7f89eeddbf48552b62a7b51492\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/options.php\":{\"d\":1540836092,\"h\":\"9a7f2e91e8d21412638878015b2a6525\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/updraftplus\\/example-decrypt.php\":{\"d\":1540836092,\"h\":\"553815eba31cd56484233a23eb1b92f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/assets\\/styles\\/theme-my-login.css\":{\"d\":1567815232,\"h\":\"7c0b9321c7ed722d0d4f95af2954530c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/assets\\/styles\\/theme-my-login.min.css\":{\"d\":1567815232,\"h\":\"47dac6719d21618f0def0555217c9314\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/assets\\/scripts\\/theme-my-login.js\":{\"d\":1567815232,\"h\":\"f8b9e910b6704b6abc00d89f6ab73a23\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/assets\\/scripts\\/theme-my-login.min.js\":{\"d\":1567815232,\"h\":\"1c8d4128004f6e2205b873e4b971c245\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/extensions.php\":{\"d\":1567815232,\"h\":\"b76063af000eee6e424c2a9dc73b9dda\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/actions.php\":{\"d\":1567815232,\"h\":\"bc41ee688245c40a01f60dc58de0e41d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/class-theme-my-login-form-field.php\":{\"d\":1567815232,\"h\":\"aff083899ac7657ab2b6b937b2894fd5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/class-theme-my-login-action.php\":{\"d\":1567815232,\"h\":\"dcae093aaa98c658d33518e99ce75e74\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/shortcodes.php\":{\"d\":1567815232,\"h\":\"59a28df4fd3778e967e648273255fb66\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/class-theme-my-login-extension.php\":{\"d\":1567815232,\"h\":\"5b83ec9c0d6153dbe1d8b935b8bc1fcd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/ms-functions.php\":{\"d\":1567815232,\"h\":\"f35b2236f1ed19c79ebbab10b1da0719\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/hooks.php\":{\"d\":1567815232,\"h\":\"2f653fe428a223376fd0bc9393aab877\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/ms-hooks.php\":{\"d\":1567815232,\"h\":\"07e8d02ee5ff4e21ee00598de5bfb45a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/compat.php\":{\"d\":1567815232,\"h\":\"dfe6757e25aff1ae5e6647bb94c1261f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/functions.php\":{\"d\":1567815232,\"h\":\"a18f69b3e6890ce63c4cad56adab1029\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/commands.php\":{\"d\":1567815232,\"h\":\"8243bba81c252b23e94deb5a2d087205\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/options.php\":{\"d\":1567815232,\"h\":\"b86c040d558b94bc2bd21d01f4155b5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/class-theme-my-login-form.php\":{\"d\":1567815232,\"h\":\"3b0014e976a87307236141e0acab9763\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/forms.php\":{\"d\":1567815232,\"h\":\"e73bce3790094ce1741e11b749041285\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/class-theme-my-login-widget.php\":{\"d\":1567815232,\"h\":\"8cc6ae6097d7000d30ba2bc2fde0c446\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/includes\\/class-theme-my-login.php\":{\"d\":1567815232,\"h\":\"125a066280f27a94cbcf5317178c39e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/languages\\/theme-my-login.pot\":{\"d\":1567815232,\"h\":\"056e03c4acb5d9451baba247c3a1fcb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/assets\\/styles\\/theme-my-login-admin.css\":{\"d\":1567815232,\"h\":\"a59e734409b654f2d0a97cf8cdc6b8ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/assets\\/styles\\/theme-my-login-admin.min.css\":{\"d\":1567815232,\"h\":\"fdd15c20ba70e4c79bce2eacfb24a68a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/assets\\/scripts\\/theme-my-login-admin.js\":{\"d\":1567815232,\"h\":\"ef014893b8083c6bd5c49544268b127e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/assets\\/scripts\\/theme-my-login-admin.min.js\":{\"d\":1567815232,\"h\":\"f7a129390c1f027ded3053902fd47cfd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/extensions.php\":{\"d\":1567815232,\"h\":\"86d5d2e13c4f476e6e48b220bbab0097\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/class-theme-my-login-admin.php\":{\"d\":1567815232,\"h\":\"ca1c8742be131ac19ffde25420f35541\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/settings.php\":{\"d\":1567815232,\"h\":\"6fee00e03905354e3039376efee0d219\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/hooks.php\":{\"d\":1567815232,\"h\":\"064a8e4534ef4d4bbed5cc6b0947deb1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/functions.php\":{\"d\":1567815232,\"h\":\"0c65a1d0ff038afd2cf769d7d94915b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/admin\\/class-theme-my-login-walker-nav-menu-edit.php\":{\"d\":1567815232,\"h\":\"9ae21b4115bd0f2d737bc718372a8fb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/readme.txt\":{\"d\":1567815232,\"h\":\"5427f848387e5b1d14aa90c16760cb5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/composer.json\":{\"d\":1567815232,\"h\":\"8dacdb551a88b1c91eb28f37753a5c34\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/theme-my-login\\/theme-my-login.php\":{\"d\":1567815232,\"h\":\"0a27271c2867e17c2ec1b8dff112019e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/pages\\/addons.php\":{\"d\":1503576765,\"h\":\"995989e08d0f0821229c2757e52494a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/pages\\/network-settings.php\":{\"d\":1503576765,\"h\":\"df1f9909ab1f28f382e976ab2ea33a2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/pages\\/dashboard.php\":{\"d\":1503576765,\"h\":\"4e1bf9075e28464fe4a4afd850da9f6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/pages\\/settings.php\":{\"d\":1503576765,\"h\":\"133f4f39c02ea2e6ff5541608f983d37\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/pages\\/tools.php\":{\"d\":1503576765,\"h\":\"7dbeba2d91b09e729dd39fb4821a1121\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/pages\\/reports.php\":{\"d\":1503576765,\"h\":\"77fe3167ded7a7e28b568efebfcf64b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/reports\\/overview.php\":{\"d\":1503576765,\"h\":\"235cc0c356baa6f1f6837651a9ebb26d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/reports\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/settings\\/settings-api.php\":{\"d\":1503576765,\"h\":\"bd1c84f7e2e5ea05ff1e5423308b37d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/settings\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/settings\\/tab-support.php\":{\"d\":1503576765,\"h\":\"fce0eafc5e0850b58038dce4e2552451\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/settings\\/tab-general.php\":{\"d\":1503576765,\"h\":\"4fb71c151ae46d67dbd858fcb1ec9bfb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/settings\\/tab-tracking.php\":{\"d\":1503576765,\"h\":\"97648630e60d16158d2b46dfc9e373ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/settings\\/register-settings.php\":{\"d\":1503576765,\"h\":\"54abeb29098e65deae406a3c7ab88d52\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/settings\\/tab-status.php\":{\"d\":1503576765,\"h\":\"4581670505ea200ddfe42834af928637\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/licensing\\/skin.php\":{\"d\":1503576765,\"h\":\"86c7c547abfee9303442c6d9794c8288\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/licensing\\/license.php\":{\"d\":1503576765,\"h\":\"2e3b755e24f04a807621073e860112ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/licensing\\/updater.php\":{\"d\":1503576765,\"h\":\"935ec01b4fdc6926f1011a6f9f711e15\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/partials\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/partials\\/header.php\":{\"d\":1503576765,\"h\":\"74586ab58957416b34794694a94e70f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/common.php\":{\"d\":1503576765,\"h\":\"46b338c830d2b412d2c8df8c6e57e2e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/abstract-report.php\":{\"d\":1503576765,\"h\":\"15ee1bd87bd5c1bb83ecfa964efc9d08\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/capabilities.php\":{\"d\":1503576765,\"h\":\"2eb894ebf15392aab69cd89cf00916fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/admin.php\":{\"d\":1503576765,\"h\":\"34a6f59e0040b4d70a2e05785d3dc071\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/google.php\":{\"d\":1503576765,\"h\":\"3c894edfdc9df55899b40de65f3c5029\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/reporting.php\":{\"d\":1503576765,\"h\":\"8b261fa5f779654efd3a07b16640ef50\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/notice.php\":{\"d\":1503576765,\"h\":\"04680cf6185f20aad26f142fa54d03d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/googleauth.php\":{\"d\":1503576765,\"h\":\"34b440e41905fe27049b0b812f311256\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/welcome.php\":{\"d\":1503576765,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/tracking.php\":{\"d\":1503576765,\"h\":\"dd1462af78943cd9e397deab873282f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/admin\\/ajax.php\":{\"d\":1503576765,\"h\":\"42b97afb14a5233512535dbfca3e17f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/frontend\\/tracking\\/class-tracking-analytics.php\":{\"d\":1503576765,\"h\":\"6b1aa1c45ba9c9fd7606b58987fc7d62\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/frontend\\/tracking\\/class-tracking-preview.php\":{\"d\":1503576765,\"h\":\"18eea10e27804a3871113c824f315e1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/frontend\\/tracking\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/frontend\\/tracking\\/class-tracking-ga.php\":{\"d\":1503576765,\"h\":\"74d929d0b35b1bb5e006d6a7a9bedab1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/frontend\\/tracking\\/class-tracking-disabled.php\":{\"d\":1503576765,\"h\":\"f0b90612b1cfcdaddab13650cfcdf68c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/frontend\\/events\\/class-link.php\":{\"d\":1503576765,\"h\":\"ab08973d932d529bf5a3056289bffe7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/frontend\\/events\\/class-events-php.php\":{\"d\":1503576765,\"h\":\"65d8645f8cc01223e0d3b0892e31aac9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/frontend\\/events\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/frontend\\/events\\/class-events-js.php\":{\"d\":1503576765,\"h\":\"4f195e3c5812f50cbc97ff7237956bcd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/frontend\\/frontend.php\":{\"d\":1503576765,\"h\":\"5a59b498291d3260a210352017954aee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/frontend\\/class-tracking-abstract.php\":{\"d\":1503576765,\"h\":\"173c24fe049728db4ab14902c10d9ea9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/frontend\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/helpers.php\":{\"d\":1503576765,\"h\":\"851e188af28efd184980f7672508b3c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/options.php\":{\"d\":1503576765,\"h\":\"bcd3f75ba0f4bc9b7900a184d40cf03e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/deprecated.php\":{\"d\":1503576765,\"h\":\"5292ffb5e54ff77aaa5f5975a8c09bf7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/install.php\":{\"d\":1503576765,\"h\":\"341950926d24b1a9aa8cb8c984da0b35\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/includes\\/measurement-protocol.php\":{\"d\":1503576765,\"h\":\"06ec5133e81b21d9fdc6426659e055e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/assets\\/js\\/pointer.js\":{\"d\":1566963815,\"h\":\"ce295f215f1b86330632d27fa5d6f7d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/assets\\/js\\/select2.min.js\":{\"d\":1566963815,\"h\":\"43ea1dd926d28fb13254881c45cd313f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/assets\\/js\\/clipboard.min.js\":{\"d\":1566963815,\"h\":\"bd70fd596a2300dc1ace73e46f9b2f7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/assets\\/js\\/settings.js\":{\"d\":1566963815,\"h\":\"101a6965715f684858a76a8c60e3c209\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/assets\\/js\\/jspdf.min.js\":{\"d\":1566963815,\"h\":\"26e5b64692d9d9eb46493a20b08ca964\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/assets\\/js\\/helper.js\":{\"d\":1566963815,\"h\":\"80856983bb752e64e4c41d27bfd873bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/assets\\/js\\/tooltip.min.js\":{\"d\":1566963815,\"h\":\"c61e889c4d172936dd5caf27e2227759\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/assets\\/fonts\\/archie.woff\":{\"d\":1566963815,\"h\":\"8040f7dfa60762e8417dda9c6a161ff2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/assets\\/fonts\\/fontawesome-webfont.ttf\":{\"d\":1566963815,\"h\":\"c4668ed2440df82d3fd2f8be9d31d07d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/assets\\/fonts\\/archie.eot\":{\"d\":1566963815,\"h\":\"22c37fee46013c5adcdd8443acf68a92\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/assets\\/fonts\\/archie.ttf\":{\"d\":1566963815,\"h\":\"967941b877219ecfbf080e37baea9a66\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/assets\\/fonts\\/FontAwesome.otf\":{\"d\":1566963815,\"h\":\"19231917733e2bcdf257c9be99cdbaf1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/assets\\/fonts\\/fontawesome-webfont.woff\":{\"d\":1566963815,\"h\":\"d95d6f5d5ab7cfefd09651800b69bd54\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/assets\\/fonts\\/fontawesome-webfont.eot\":{\"d\":1566963815,\"h\":\"7149833697a959306ec3012a8588dcfa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/assets\\/css\\/select2.min.css\":{\"d\":1566963815,\"h\":\"bea437e479d48506e727f9902a423e3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/assets\\/css\\/settings.css\":{\"d\":1566963815,\"h\":\"dd2e328cf06e255080c7182198c6ed4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/assets\\/css\\/pointer.css\":{\"d\":1566963815,\"h\":\"bb643ca870e40a6ee3f5085ee17b52fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/includes\\/class-am-notification.php\":{\"d\":1566963815,\"h\":\"e6907aa73c53377f41f7878991a9650c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/WooCommerce.php\":{\"d\":1566963815,\"h\":\"21c25c7bdeebe1d33b474bcced62b575\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/Type.php\":{\"d\":1566963815,\"h\":\"4cbc055649a4c02ce61c4b09e6870b04\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/Ajax.php\":{\"d\":1566963815,\"h\":\"b4b47d45919c9b65315f25445e6cbe6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/Shortcode.php\":{\"d\":1566963815,\"h\":\"ea9b0306cd48c378a1b8044c7f1f4e9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/Actions.php\":{\"d\":1566963815,\"h\":\"4df2d0887079bbf8b5917230cc8ccea9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/Pointer.php\":{\"d\":1566963815,\"h\":\"8f3557e4506606aae01565cbd88907ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/Widget.php\":{\"d\":1566963815,\"h\":\"9a063e414aad59fd5d8460b58bdb3349\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/Utils.php\":{\"d\":1566963815,\"h\":\"08906ff7d9ab9477f51f5e7a7d97848c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/Api.php\":{\"d\":1566963815,\"h\":\"6508711bfd2a2fa610e330c80a65f89e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/Welcome.php\":{\"d\":1566963815,\"h\":\"6ca7cf12cfff8c6140022396bfc4b17e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/Rules.php\":{\"d\":1566963815,\"h\":\"be8c02af3778b0eb3c10b3ef3603def5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/Review.php\":{\"d\":1566963815,\"h\":\"3b391cbb89ad01e2a144867ec9cee9ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/Menu.php\":{\"d\":1566963815,\"h\":\"471280f2b4a822f384b6de29d176e322\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/Validate.php\":{\"d\":1566963815,\"h\":\"be49af6bc85dc287b47f9644220a8e7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/Refresh.php\":{\"d\":1566963815,\"h\":\"334d08172da2a9495397e89d7ea6a399\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/ConstantContact.php\":{\"d\":1566963815,\"h\":\"3dc1f46d497410c20fd876579c2eb8b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/Output.php\":{\"d\":1566963815,\"h\":\"e223f89ad5101e21f6d7c35027ba3e4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/Save.php\":{\"d\":1566963815,\"h\":\"27fb6a450bd13d4a164726fecdbc029f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/RestApi.php\":{\"d\":1566963815,\"h\":\"6801a2ef54391af50e86ce06c7522853\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/Sites.php\":{\"d\":1566963815,\"h\":\"432db512e47b9afecb19a89821155d1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/OMAPI\\/Content.php\":{\"d\":1566963815,\"h\":\"31ca45322619f5be5313bde2b203be3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/readme.txt\":{\"d\":1566963815,\"h\":\"134d59c09e0d1ba7beb12d92c94552b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/optinmonster\\/optin-monster-wp-api.php\":{\"d\":1566963815,\"h\":\"68fe8428d7d62bb8a3ecd7a0cb91e873\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/languages\\/google-analytics-for-wordpress.pot\":{\"d\":1503576765,\"h\":\"f1843b67b6a1bbace1aa8d120040c9c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/languages\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/lite\\/includes\\/admin\\/addons.php\":{\"d\":1503576765,\"h\":\"4ef6a4b159e172d560ac70b5b627a04a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/lite\\/includes\\/admin\\/tools.php\":{\"d\":1503576765,\"h\":\"672332b9ce3c760cfe5000fee5d5352a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/lite\\/includes\\/admin\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/lite\\/includes\\/admin\\/tab-support.php\":{\"d\":1503576765,\"h\":\"1aa92cab64a1b86e8e73ade0fb70c92d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/lite\\/includes\\/google.php\":{\"d\":1503576765,\"h\":\"7f0c75456dc998b39159e6496bcb33c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/lite\\/includes\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/lite\\/includes\\/install.php\":{\"d\":1503576765,\"h\":\"823d8555e05d0646024f0a5ce69cdac6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/lite\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/hello-dolly\\/readme.txt\":{\"d\":1558755552,\"h\":\"019ee5508a8c04e58439fd4ecbaed469\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/hello-dolly\\/hello.php\":{\"d\":1558755552,\"h\":\"a8834da745e07e7793490420f6aec4c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/views\\/stats.php\":{\"d\":1557884753,\"h\":\"a1adcd419f461e8902969a68e215d060\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/views\\/notice.php\":{\"d\":1557884753,\"h\":\"b511a5e8a85d7d4377ff36f7ec520d4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/views\\/start.php\":{\"d\":1557884753,\"h\":\"ce7235b09e4a99a50d87db4cff9fe458\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/views\\/config.php\":{\"d\":1557884753,\"h\":\"eebae8f5a6e688dca52646c165144060\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/views\\/get.php\":{\"d\":1557884753,\"h\":\"d3b4cacc71b4b42737ab80008a593efb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/_inc\\/form.js\":{\"d\":1557884753,\"h\":\"270f0cd7341bce6c2afacf2682e7690e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/_inc\\/akismet.js\":{\"d\":1557884753,\"h\":\"c513f8efb47a7e2e5bd0d8890f21ab92\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/_inc\\/akismet.css\":{\"d\":1557884753,\"h\":\"1bf5e2df8856b6123fb2b4e9158a00dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/class.akismet-cli.php\":{\"d\":1557884753,\"h\":\"065a8481ab20ebe3e8714539673a0449\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/readme.txt\":{\"d\":1557884753,\"h\":\"b404ece20126b25fdc2adb24c23b9264\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/class.akismet-admin.php\":{\"d\":1557884753,\"h\":\"53233d07cd815771766560ba588a94e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/akismet.php\":{\"d\":1557884753,\"h\":\"6eb54edbfb07a0b577bfac9d5b41d8fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/LICENSE.txt\":{\"d\":1557884753,\"h\":\"b234ee4d69f5fce4486a80fdaf4a4263\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/index.php\":{\"d\":1557884753,\"h\":\"cf6895af2050eb5ae7c0badda2604566\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/class.akismet-rest-api.php\":{\"d\":1557884753,\"h\":\"e2ba85ba3a4be01e8ec837265a394863\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/.htaccess\":{\"d\":1568299062,\"h\":\"bf39be827c95ade49c322dfe231ff19c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/wrapper.php\":{\"d\":1557884753,\"h\":\"10885d78a6229a59978bda1c8aef4b4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/class.akismet-widget.php\":{\"d\":1557884753,\"h\":\"31164f8db33265318eaefba6724ae06a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/akismet\\/class.akismet.php\":{\"d\":1557884753,\"h\":\"c14834e30543e35b96a04ac4c8687648\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/OMAPI\\/Type.php\":{\"d\":1503576765,\"h\":\"96c3b2cb04be19bdab71703be5524b58\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/OMAPI\\/Ajax.php\":{\"d\":1503576765,\"h\":\"e34ef77c2c3da85d853db72000cf14e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/OMAPI\\/Shortcode.php\":{\"d\":1503576765,\"h\":\"77280dc91598132d222098da85c50bad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/OMAPI\\/Migration.php\":{\"d\":1503576765,\"h\":\"22fcf3327620dcd2c2526a918b7c9979\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/OMAPI\\/Actions.php\":{\"d\":1503576765,\"h\":\"eae8065f1e55e98c7b1d50c2a5e56777\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/OMAPI\\/Widget.php\":{\"d\":1503576765,\"h\":\"68b03792f64bc0d288d4c5a2ead4aae8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/OMAPI\\/Api.php\":{\"d\":1503576765,\"h\":\"7addd9d878a765d2de01dc2e8223e6b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/OMAPI\\/Welcome.php\":{\"d\":1503576765,\"h\":\"845e0c4241deb9a3b6c33a2de228b551\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/OMAPI\\/Review.php\":{\"d\":1503576765,\"h\":\"8ecd205f70d60c32ff76ff537c1db381\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/OMAPI\\/Menu.php\":{\"d\":1503576765,\"h\":\"b96613384085119f9efd4ec5b700f91d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/OMAPI\\/Validate.php\":{\"d\":1503576765,\"h\":\"8eef6efa5a26907924098027674f701c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/OMAPI\\/Refresh.php\":{\"d\":1503576765,\"h\":\"8ca2d06917ed6aa521a4ace3fcda2b62\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/OMAPI\\/Output.php\":{\"d\":1503576765,\"h\":\"4fd409ca3dba81aa808dcacb4c26f230\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/OMAPI\\/Save.php\":{\"d\":1503576765,\"h\":\"f7006719e49a088d03a31730bc83c392\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/OMAPI\\/Content.php\":{\"d\":1503576765,\"h\":\"634480f4221e3a596566b49e915fb4f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-drive-embedder\\/js\\/jquery.colorbox.js\":{\"d\":1559832007,\"h\":\"c3e1c20c59cb74bf7fad0b9a121aebd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-drive-embedder\\/js\\/gdm-admin-settings-tabs.js\":{\"d\":1559832007,\"h\":\"e1886d2be271fd5369cc1baec815e415\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-drive-embedder\\/js\\/gdm-choose-drivefile.js\":{\"d\":1559832007,\"h\":\"20f58227baddc2e9a4f92365e4e36691\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-drive-embedder\\/js\\/gdm-blocks.js\":{\"d\":1559832007,\"h\":\"12e810b95b8dd155bab6bdf40cc58333\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-drive-embedder\\/js\\/gdm-simple-browser.js\":{\"d\":1559832007,\"h\":\"bd1bf11c73dcfe88b7b06ae2903fa38e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-drive-embedder\\/js\\/gdm-basic-drivefile.js\":{\"d\":1559832007,\"h\":\"be98d9ff8eb7db1a4e9b28de4ec26ac8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-drive-embedder\\/js\\/gdm-base-servicehandler.js\":{\"d\":1559832007,\"h\":\"2047bbde5a4e241aa8842ff1070c5c4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-drive-embedder\\/core\\/core_google_drive_embedder.php\":{\"d\":1559832007,\"h\":\"6ef96dffbed780ef869626d89c7de0a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-drive-embedder\\/lang\\/google-drive-embedder.pot\":{\"d\":1559832007,\"h\":\"d6782ce1fafa55418989c1a50acfb13a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-drive-embedder\\/css\\/gdm-choose-drivefile.css\":{\"d\":1559832007,\"h\":\"a2d0010800eb2d1acb34851a0fd82f08\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-drive-embedder\\/css\\/gdm-blocks.css\":{\"d\":1559832007,\"h\":\"dd10e79f4cd87b6bd5feb50559342db9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-drive-embedder\\/css\\/gdm-colorbox.css\":{\"d\":1559832007,\"h\":\"77ea9fc22152da38c4ca0328753d8196\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-drive-embedder\\/css\\/gdm-admin-settings.css\":{\"d\":1559832007,\"h\":\"3c96f7cf4d8c1da8a0613fd84858bf5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-drive-embedder\\/readme.txt\":{\"d\":1559832007,\"h\":\"dc1b626ba3fbcd2487615712d9496eb9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/google-drive-embedder\\/google_drive_embedder.php\":{\"d\":1559832007,\"h\":\"2cd46fb55d54c0221e255e6111f85d24\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/templates\\/emails\\/general-header.php\":{\"d\":1568732563,\"h\":\"5d0860aa17b64eff88a9b72b2043d6d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/templates\\/emails\\/general-style.php\":{\"d\":1568732563,\"h\":\"cd379da0437eb9e9eada2a1e6bac3e28\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/templates\\/emails\\/summary-body.php\":{\"d\":1568732563,\"h\":\"d3e7c5fa9842f9b0e3579b7348a957aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/templates\\/emails\\/general-footer.php\":{\"d\":1568732563,\"h\":\"12f85b8d35c4d8a926fb106ab49df92f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/templates\\/emails\\/general-queries.php\":{\"d\":1568732563,\"h\":\"b1eaca7e45d6a02b9a2a5e1945d4dfbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/templates\\/emails\\/summary-style.php\":{\"d\":1568732563,\"h\":\"981b29e13947b95a4c33d43b7f9a0ca3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/templates\\/emails\\/general-body-plain.php\":{\"d\":1568732563,\"h\":\"d79c594b3e79f65b0cd49330dca6bd3e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/templates\\/emails\\/general-body.php\":{\"d\":1568732563,\"h\":\"7fd2ee4a64815459aaf84b91db4f8204\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/templates\\/emails\\/summary-body-plain.php\":{\"d\":1568732563,\"h\":\"629e1f269cab53448556c1e457e4498a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/components\\/admin\\/challenge\\/challenge-builder.js\":{\"d\":1568732563,\"h\":\"57b4a3f1b0600d1d2cc3563056e19fe0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/components\\/admin\\/challenge\\/challenge-core.js\":{\"d\":1568732563,\"h\":\"733dfd71e7e4ad3f90c51944394a3440\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/components\\/admin\\/challenge\\/challenge-embed.min.js\":{\"d\":1568732563,\"h\":\"ab6e2df92f1f3d267c6a3685f6fe9748\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/components\\/admin\\/challenge\\/challenge-admin.min.js\":{\"d\":1568732563,\"h\":\"2b5ca4c19b60e56ab4791e46b978dce0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/components\\/admin\\/challenge\\/challenge-embed.js\":{\"d\":1568732563,\"h\":\"7287632abce05fb9f0dd412ff84ad3ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/components\\/admin\\/challenge\\/challenge-admin.js\":{\"d\":1568732563,\"h\":\"30f44fab7f5c45c00945ce831dc66eaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/components\\/admin\\/challenge\\/challenge-core.min.js\":{\"d\":1568732563,\"h\":\"609b490d81366b1ce805a03d55e45f69\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/components\\/admin\\/challenge\\/challenge-builder.min.js\":{\"d\":1568732563,\"h\":\"e020b81de5fbb14bf09a80ad62b8463f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/components\\/admin\\/builder\\/templates.min.js\":{\"d\":1568732563,\"h\":\"dedcc0688b93747cc03957c0c8c5813b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/components\\/admin\\/builder\\/templates.js\":{\"d\":1568732563,\"h\":\"62a70ef16a8b8a16414c5cc9f136de8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/components\\/admin\\/builder\\/providers.js\":{\"d\":1568732563,\"h\":\"a63c3f0c13c14da774e3380a687f6c28\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/components\\/admin\\/builder\\/providers.min.js\":{\"d\":1568732563,\"h\":\"124abfc1804b53aeb14d857a3ba85345\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/components\\/admin\\/gutenberg\\/formselector.min.js\":{\"d\":1568732563,\"h\":\"3b9b3ac903abb5a1c786b6b0f6aac68a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/components\\/admin\\/gutenberg\\/formselector.js\":{\"d\":1568732563,\"h\":\"8e5c3e3dfa21e3bf08cac17c3daaf2fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/admin-utils.js\":{\"d\":1568732563,\"h\":\"8f4b7b1622534f99cde5e842eed48ee1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/jquery.serialize-object.min.js\":{\"d\":1568732563,\"h\":\"5d873c724a7aa020c96f972a8228005b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/jquery.timepicker.min.js\":{\"d\":1568732563,\"h\":\"f4b47962063343eaa3937d960b2752ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/wpforms.js\":{\"d\":1568732563,\"h\":\"0cbeff8b13f9a2039ebf940032c5bd29\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/jquery.insert-at-caret.min.js\":{\"d\":1568732563,\"h\":\"2995e0e742a67bf9fc80fcb333c1ecf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/admin-builder-conditional-logic-core.js\":{\"d\":1568732563,\"h\":\"932fcbc400b6beaaf2bb66f8509993ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/jquery.tooltipster.min.js\":{\"d\":1568732563,\"h\":\"843b8a8618e600e4071e0e15ed40404a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/jquery.validate.js\":{\"d\":1568732563,\"h\":\"66a17e0982c99c9209d7e8a93df7e4ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/jquery.matchHeight-min.js\":{\"d\":1568732563,\"h\":\"4d9a91bb66cfabd87602261b4b33d26a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/admin-builder.js\":{\"d\":1568732563,\"h\":\"a1713a4fe5feb8ebbe8c0ce4f2bc5158\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/admin.js\":{\"d\":1568732563,\"h\":\"81a4b8a012f03a65c9c027f171407664\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/admin-builder-providers.js\":{\"d\":1568732563,\"h\":\"80e60af6a4c4fd545baa959fb93da3a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/jquery.validate.min.js\":{\"d\":1568732563,\"h\":\"23d73c6bd6cbea8f06d0cc227896a827\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/jquery.jquery-confirm.min.js\":{\"d\":1568732563,\"h\":\"7cb6c13bd7fe931f3d0321a83267941c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/jquery.minicolors.min.js\":{\"d\":1568732563,\"h\":\"f04b7fe5987fad6f82a71a3a4f2dce51\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/flatpickr.min.js\":{\"d\":1568732563,\"h\":\"1fbcdfe72ccb0a7c24c994559f624db9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/moment.min.js\":{\"d\":1568732563,\"h\":\"8999b8b5d07e9c6077ac5ac6bc942968\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/moment-with-locales.min.js\":{\"d\":1568732563,\"h\":\"a79a8710a3517e497846aca9179f8d81\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/mailcheck.min.js\":{\"d\":1568732563,\"h\":\"84cdf2af726ea0ad5c67b7ec6479e363\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/jquery.conditionals.min.js\":{\"d\":1568732563,\"h\":\"5db6700370202c4e745e5241c361d602\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/jquery.inputmask.bundle.min.js\":{\"d\":1568732563,\"h\":\"435edaaa333cdec89861580e957b300a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/jquery.payment.min.js\":{\"d\":1568732563,\"h\":\"703593b205e1bac0dd61a47f29796bf9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/chart.min.js\":{\"d\":1568732563,\"h\":\"f6c8efa65711e0cbbc99ba72997ecd0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/wpforms-confirmation.js\":{\"d\":1568732563,\"h\":\"4e65e14b03416541b8f1afce0bc6cd4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/admin-editor.js\":{\"d\":1568732563,\"h\":\"9cdd7d9e89eed10295f5e66564e1834e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/choices.min.js\":{\"d\":1568732563,\"h\":\"d8534d2ae56671c256cde1197b8b0a5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/admin.min.js\":{\"d\":1568732563,\"h\":\"ed80fcb5a68f5ceb99310118b03e6504\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/js\\/list.min.js\":{\"d\":1568732563,\"h\":\"85f06a1d7d3b386029fc4e3240c5428e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/fonts\\/fontawesome-webfont.ttf\":{\"d\":1568732563,\"h\":\"b06871f281fee6b241d60582ae9369b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/fonts\\/fontawesome-webfont.woff2\":{\"d\":1568732563,\"h\":\"af7ae505a9eed503f8b8e6982036873e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/fonts\\/fontawesome-webfont.woff\":{\"d\":1568732563,\"h\":\"fee66e712a8a08eef5805a46892932ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/fonts\\/fontawesome-webfont.eot\":{\"d\":1568732563,\"h\":\"674f50d287a8c48dc19ba404d20fe713\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/emails\\/partials\\/media_queries.min.css\":{\"d\":1568732563,\"h\":\"39e1dc0058216f6be3e7b976db2586fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/emails\\/partials\\/media_queries.css\":{\"d\":1568732563,\"h\":\"bf34a78920f789ed8c47479ce5909647\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/emails\\/summary.css\":{\"d\":1568732563,\"h\":\"27e39dc94106a07b049d35e993fd8540\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/emails\\/general.css\":{\"d\":1568732563,\"h\":\"2784cd03c1b48c6dcc1ea5bb697ba58c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/emails\\/general.min.css\":{\"d\":1568732563,\"h\":\"429aaf501dbe4692b11d82b6a91c5391\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/emails\\/summary.min.css\":{\"d\":1568732563,\"h\":\"1b34ff0e316ee6324a78f3649dfe1bb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/dashboard-widget.css\":{\"d\":1568732563,\"h\":\"9d146ee479705acc858369bd854116c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/tooltipster.css\":{\"d\":1568732563,\"h\":\"39f9136a3a74155c5a941431d756c939\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/builder.css\":{\"d\":1568732563,\"h\":\"801649eec43461f3f4a57c0f7074bf7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/challenge.css\":{\"d\":1568732563,\"h\":\"5f34cceb8a86f3365fe036a14a9f679e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/dashboard-widget.min.css\":{\"d\":1568732563,\"h\":\"6bd147268bcb52c97abc86d5514c532c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/challenge.min.css\":{\"d\":1568732563,\"h\":\"7a8aee8c222993ffd9f8783b89a83465\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/wpforms-base.css\":{\"d\":1568732563,\"h\":\"a58c507c3d095822fead7329b037b393\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/admin.min.css\":{\"d\":1568732563,\"h\":\"9cda05f9eb3f2c0b8e3a2e7936bc646b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/admin.css\":{\"d\":1568732563,\"h\":\"10a3f36a35e179dd41fa3392639f2b90\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/wpforms-full.css\":{\"d\":1568732563,\"h\":\"bfd997d91d7c77a735d439b2e0569acc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/admin-builder-fields.css\":{\"d\":1568732563,\"h\":\"0ad38eebe0da883de8fda21c91457148\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/builder.min.css\":{\"d\":1568732563,\"h\":\"013e0ff7acbef07007ad7de8818e9ff8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/entry-print.min.css\":{\"d\":1568732563,\"h\":\"0a13541efb875560b0d44101c90486e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/admin-builder-setup.css\":{\"d\":1568732563,\"h\":\"364214765ea1d743c92e3e853b7c53cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/admin-builder-providers.css\":{\"d\":1568732563,\"h\":\"71d6041e5de61d07dc0ffb1e3c4a7572\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/jquery.timepicker.css\":{\"d\":1568732563,\"h\":\"cca842fb17ee6b670cbb8544e6921cf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/admin-builder.css\":{\"d\":1568732563,\"h\":\"acbfff8fcf75a9f99361d2f76bc7af70\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/font-awesome.min.css\":{\"d\":1568732563,\"h\":\"269550530cc127b6aa5a35925a7de6ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/jquery.minicolors.css\":{\"d\":1568732563,\"h\":\"21dc5677b136ee45fb5caf30c1ad7e17\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/admin-builder-conditional-logic-core.css\":{\"d\":1568732563,\"h\":\"3f0e3ea5d4f476a2a9c70ecc190a318a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/flatpickr.min.css\":{\"d\":1568732563,\"h\":\"2958abbe5a522d59040931486f2f3281\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/entry-print.css\":{\"d\":1568732563,\"h\":\"41ee242d9b575bb42d156e5a5256cff2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/assets\\/css\\/jquery-confirm.min.css\":{\"d\":1568732563,\"h\":\"c2b359a37a11f61270eb852fc4b8f16b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/templates\\/class-subscribe.php\":{\"d\":1568732563,\"h\":\"a0f28c27a379698f227d6f0b19478428\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/templates\\/class-base.php\":{\"d\":1568732563,\"h\":\"5140ff9f77633f8b95e5e3d99b57667d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/templates\\/class-contact.php\":{\"d\":1568732563,\"h\":\"c96478e7f77c4a0fbf6b536804a77746\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/templates\\/class-blank.php\":{\"d\":1568732563,\"h\":\"074900cb3089ef87ab1b9983ce32c17f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/templates\\/class-suggestion.php\":{\"d\":1568732563,\"h\":\"8aa5c93594b4ee6c1f46d843e62a7f63\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/providers\\/class-base.php\":{\"d\":1568732563,\"h\":\"2aa63fa8dc690e098b4c8cae191d893d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/providers\\/class-constant-contact.php\":{\"d\":1568732563,\"h\":\"4363150fcef87f7d88531b7a255079f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/overview\\/class-overview-table.php\":{\"d\":1568732563,\"h\":\"e7036894b7209396d8420ce0b7f178c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/overview\\/class-overview.php\":{\"d\":1568732563,\"h\":\"b9196fd6f189f30b69d1ed751b427fd0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/builder\\/panels\\/class-fields.php\":{\"d\":1568732563,\"h\":\"e6383d82a222ea62ab58500d15b576fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/builder\\/panels\\/class-analytics.php\":{\"d\":1568732563,\"h\":\"6fa177e391c69c53589d808bb0ff72a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/builder\\/panels\\/class-base.php\":{\"d\":1568732563,\"h\":\"10841905acdf3d1d673a0325362ff2e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/builder\\/panels\\/class-setup.php\":{\"d\":1568732563,\"h\":\"35f104f38cb20dba227afa4b0361b38d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/builder\\/panels\\/class-payments.php\":{\"d\":1568732563,\"h\":\"6de6796b790e68a1c312840ce1c4c088\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/builder\\/panels\\/class-settings.php\":{\"d\":1568732563,\"h\":\"69de9ac894e77bbde3d7174f6c61c4f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/builder\\/panels\\/class-providers.php\":{\"d\":1568732563,\"h\":\"d2b76fa1aa0e3ba21e27c0bd07bfbdee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/builder\\/functions.php\":{\"d\":1568732563,\"h\":\"44a439f8b8873e9a23bceb949a1373bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/builder\\/class-builder.php\":{\"d\":1568732563,\"h\":\"a9fb65d8214a940583204663bf6c6ca1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/importers\\/interface.php\":{\"d\":1568732563,\"h\":\"e852446e6000246acf7e52870fe503a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/importers\\/class-ninja-forms.php\":{\"d\":1568732563,\"h\":\"8ea7d8ca41f5dcc44187340ea5819f7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/importers\\/class-install-silent-skin.php\":{\"d\":1568732563,\"h\":\"d0e4bb45594b216f84f8ca68ea0b546e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/importers\\/class-base.php\":{\"d\":1568732563,\"h\":\"b8b81ab3e3b954675636bc800531f0b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/importers\\/class-contact-form-7.php\":{\"d\":1568732563,\"h\":\"da7e8d371a849f720277e3ab3aafd130\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/importers\\/class-pirate-forms.php\":{\"d\":1568732563,\"h\":\"bb89c4384f473a9437cd31bf3ddceb15\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/class-am-deactivation-survey.php\":{\"d\":1568732563,\"h\":\"a6d8a18334753c696f8fa1a882d1989a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/class-am-notification.php\":{\"d\":1568732563,\"h\":\"1b0574d48d2efd2071c0e8e22bb7c61c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/admin.php\":{\"d\":1568732563,\"h\":\"c643f4fa6acb6000a51b5097fb11d3c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/class-notices.php\":{\"d\":1568732563,\"h\":\"ebc30541519784062dbd35ac7b70ce4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/settings-api.php\":{\"d\":1568732563,\"h\":\"cf51ea0779238c4c07fd78278fc8c501\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/class-welcome.php\":{\"d\":1568732563,\"h\":\"c8f58a38ee8f44c43b5ee8106016c994\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/class-install-skin.php\":{\"d\":1568732563,\"h\":\"3174227e68a7e296f0947f19e85c461d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/class-about.php\":{\"d\":1568732563,\"h\":\"3f43be38ce4d31f4ad68323304696200\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/class-editor.php\":{\"d\":1568732563,\"h\":\"daf96f35869691c1cf15560e61db07e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/class-importers.php\":{\"d\":1568732563,\"h\":\"95101e5e7f504d906605558adcfe85ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/class-tools.php\":{\"d\":1568732563,\"h\":\"edac589ec33f34822a601422fe28865f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/ajax-actions.php\":{\"d\":1568732563,\"h\":\"2b74ff4a881edf5637126718f11de010\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/class-menu.php\":{\"d\":1568732563,\"h\":\"f873dffdc2fe5fb8db535a1f4f0efeaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/class-settings.php\":{\"d\":1568732563,\"h\":\"a838d978ffbcac450a1d658a35883d52\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/admin\\/class-review.php\":{\"d\":1568732563,\"h\":\"10515e57466228cd0754a74299fb01fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/emails\\/templates\\/default.php\":{\"d\":1568732563,\"h\":\"3b521da97fb6c8f601322aa6d3315262\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/emails\\/templates\\/body-default.php\":{\"d\":1568732563,\"h\":\"06a2a297c4063dfed6b9f1e4667abd88\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/emails\\/templates\\/footer-default.php\":{\"d\":1568732563,\"h\":\"5ea8be5c9c8ff0c2bcda84243979ba24\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/emails\\/templates\\/header-default.php\":{\"d\":1568732563,\"h\":\"e592e4bc57cad186e45ac72791fa8283\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/emails\\/templates\\/field-default.php\":{\"d\":1568732563,\"h\":\"6be3f2aeb08440869a90e5a45eb0cc35\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/emails\\/class-emails.php\":{\"d\":1568732563,\"h\":\"d03c2c34cd71eb7c2983a2f0321efbd3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/analytics\\/class-base.php\":{\"d\":1568732563,\"h\":\"583965e71509a9551e2f78301d08cce1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/analytics\\/class-monster-insights.php\":{\"d\":1568732563,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/fields\\/class-radio.php\":{\"d\":1568732563,\"h\":\"cfb10af91c905016f1c18f0b4dbd3344\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/fields\\/class-name.php\":{\"d\":1568732563,\"h\":\"946d1dbeee571379a2f5c58aa4dbee45\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/fields\\/class-gdpr-checkbox.php\":{\"d\":1568732563,\"h\":\"1d423e586c8025acbe8972528ea557c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/fields\\/class-textarea.php\":{\"d\":1568732563,\"h\":\"3cd9aec36103de1679482a9a1ec6a284\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/fields\\/class-text.php\":{\"d\":1568732563,\"h\":\"88b11089ab6acf8ccd8942b4623a579c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/fields\\/class-email.php\":{\"d\":1568732563,\"h\":\"72c4070af5612e6f4d285f33b3298223\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/fields\\/class-base.php\":{\"d\":1568732563,\"h\":\"b72e83b43967f9cb8b22dd073d10a489\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/fields\\/class-number.php\":{\"d\":1568732563,\"h\":\"0d5cd78423c66d0e564859ede9e76b42\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/fields\\/class-checkbox.php\":{\"d\":1568732563,\"h\":\"c82a0c56a6a621f21af6490e95ae01c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/fields\\/class-select.php\":{\"d\":1568732563,\"h\":\"0da58fd4b8762b675fd0c945f8e6a7c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/class-smart-tags.php\":{\"d\":1568732563,\"h\":\"ea5d060575947e98e4061ca0fbe40cc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/functions.php\":{\"d\":1568732563,\"h\":\"13adf0c66da419c2f89edf234d0bb408\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/class-templates.php\":{\"d\":1568732563,\"h\":\"4b214b3b2dfeaaf6d4ab2ea8bb38d446\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/class-install.php\":{\"d\":1568732563,\"h\":\"9306d4dd837b7997831e885f15ce54fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/class-fields.php\":{\"d\":1568732563,\"h\":\"a4b792048e381fd3ef54df83449b7970\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/integrations.php\":{\"d\":1568732563,\"h\":\"ebd32d57472c8beac93da38caff720ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/class-conditional-logic-core.php\":{\"d\":1568732563,\"h\":\"603bb2df1db39790180feb2d79254fc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/class-logging.php\":{\"d\":1568732563,\"h\":\"74c69861c517ee02c44ee8a6f992d79e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/class-form.php\":{\"d\":1568732563,\"h\":\"47842545286afb48f0ed81962d90be43\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/class-widget.php\":{\"d\":1568732563,\"h\":\"458f0b6c8e979771ffd84a8e94a11b99\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/class-frontend.php\":{\"d\":1568732563,\"h\":\"ab351b7402017ab79b857ac3435b8e1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/class-providers.php\":{\"d\":1568732563,\"h\":\"2a1ffbe845d32c7c07a7e0ff06448390\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/includes\\/class-process.php\":{\"d\":1568732563,\"h\":\"59ab72d8f39551bf11c62103c49a3db8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/languages\\/wpforms-lite.pot\":{\"d\":1568732563,\"h\":\"0b24615d5821a66e0a96de3b0c38bd26\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/lite\\/assets\\/js\\/admin\\/settings-education.min.js\":{\"d\":1568732563,\"h\":\"61195deae016909858b77fc274df6a9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/lite\\/assets\\/js\\/admin\\/builder-education.min.js\":{\"d\":1568732563,\"h\":\"b62e0202427077e162be701fc6d0e2ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/lite\\/assets\\/js\\/admin\\/builder-education.js\":{\"d\":1568732563,\"h\":\"045a9818bd6612f7800436c2c6fa522e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/lite\\/assets\\/js\\/admin\\/settings-education.js\":{\"d\":1568732563,\"h\":\"debef6d18e056240263bdb06cae144c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/lite\\/assets\\/js\\/admin\\/connect.min.js\":{\"d\":1568732563,\"h\":\"a30544c9fa3e3e484c06ec649f758442\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/lite\\/assets\\/js\\/admin\\/dashboard-widget.js\":{\"d\":1568732563,\"h\":\"d7cfb7db7759833134e9438728c9d187\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/lite\\/assets\\/js\\/admin\\/connect.js\":{\"d\":1568732563,\"h\":\"72497c8caca8041b604ec25dc762280e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/lite\\/assets\\/js\\/admin\\/dashboard-widget.min.js\":{\"d\":1568732563,\"h\":\"5d7775a09926d9a982bf8979810bbd80\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/lite\\/assets\\/js\\/admin-builder-lite.js\":{\"d\":1568732563,\"h\":\"fb9da8d61c06c4f7defd501a17fbd3cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/lite\\/wpforms-lite.php\":{\"d\":1568732563,\"h\":\"2e4b74a83f74043ef6745a169cc89f84\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/tijsverkoyen\\/css-to-inline-styles\\/src\\/Css\\/Property\\/Processor.php\":{\"d\":1568732563,\"h\":\"72044c9b8a5a543c8000120745f28bdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/tijsverkoyen\\/css-to-inline-styles\\/src\\/Css\\/Property\\/Property.php\":{\"d\":1568732563,\"h\":\"460d6514ddad0a99fbac12622731372b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/tijsverkoyen\\/css-to-inline-styles\\/src\\/Css\\/Rule\\/Rule.php\":{\"d\":1568732563,\"h\":\"4b52fb4c6cc0d20332aeff0daad2cfc7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/tijsverkoyen\\/css-to-inline-styles\\/src\\/Css\\/Rule\\/Processor.php\":{\"d\":1568732563,\"h\":\"a4dc9a9cdd611733784deaeed2964aee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/tijsverkoyen\\/css-to-inline-styles\\/src\\/Css\\/Processor.php\":{\"d\":1568732563,\"h\":\"af4f5b3de2734eff4c9be1ee298b0c67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/tijsverkoyen\\/css-to-inline-styles\\/src\\/CssToInlineStyles.php\":{\"d\":1568732563,\"h\":\"6ed74e091caa302022941b06cbc16ded\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/tijsverkoyen\\/css-to-inline-styles\\/composer.json\":{\"d\":1568732563,\"h\":\"b47af784f636dd00686932b61a944608\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/tijsverkoyen\\/css-to-inline-styles\\/phpunit.xml.dist\":{\"d\":1568732563,\"h\":\"cad2b299ffd43bc5eee35b0828842912\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/tijsverkoyen\\/css-to-inline-styles\\/LICENSE.md\":{\"d\":1568732563,\"h\":\"8f8003c3b0bda54e864b2a15406736cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/composer\\/installed.json\":{\"d\":1568732563,\"h\":\"464afe39891cb87c29ef26f9a1a5cc06\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/composer\\/autoload_static.php\":{\"d\":1568732563,\"h\":\"c127e648cc40c150a3bc55a4fd0fef57\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/composer\\/autoload_classmap.php\":{\"d\":1568732563,\"h\":\"8645d3a4e3ad87e7cf4d88a46717aab4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/composer\\/autoload_real.php\":{\"d\":1568732563,\"h\":\"9230486a949c9dabc80e8bd1938b1907\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/composer\\/ClassLoader.php\":{\"d\":1568732563,\"h\":\"a0899dd7d97c25fe1d872a542afa6081\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/composer\\/autoload_files.php\":{\"d\":1568732563,\"h\":\"cefd229d88176638c2f2ab49b09d080a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/composer\\/autoload_psr4.php\":{\"d\":1568732563,\"h\":\"7bf7a561b92c34471415050ac8ca13cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/composer\\/autoload_namespaces.php\":{\"d\":1568732563,\"h\":\"03b1224cbaec4583459dffccffb6d2d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/composer\\/LICENSE\":{\"d\":1568732563,\"h\":\"955d5fe58c231244f6b49000f383b5e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/scripts\\/bundle-devtools.sh\":{\"d\":1568732563,\"h\":\"410a64fe8db1446118354a8f5e893c08\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Export\\/Tests\\/Protocol\\/ExporterInterfaceTest.php\":{\"d\":1568732563,\"h\":\"20bceeb1cc39f363a9dfab1c7652a34c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Export\\/Tests\\/Standard\\/Unit\\/Collection\\/CallbackCollectionTest.php\":{\"d\":1568732563,\"h\":\"60e509372426451e42de9a69480473e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Export\\/Tests\\/Standard\\/Unit\\/Collection\\/SampleAggIterator.php\":{\"d\":1568732563,\"h\":\"5ca9c2790b8f88f2de00223196bb2399\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Export\\/Tests\\/Standard\\/Unit\\/ExporterConfigTest.php\":{\"d\":1568732563,\"h\":\"537c6f8a252e6612b2fdf5a72d5a3007\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Export\\/Tests\\/Standard\\/Join\\/Collection\\/PdoCollectionTest.php\":{\"d\":1568732563,\"h\":\"408a4da5f673098f109a1bf226a3bc22\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Export\\/Tests\\/Standard\\/Join\\/csv_files\\/euc-jp.csv\":{\"d\":1568732563,\"h\":\"d04a6d093d31b16b33e1645c0152ed67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Export\\/Tests\\/Standard\\/Join\\/csv_files\\/multiple-lines.csv\":{\"d\":1568732563,\"h\":\"c188e2f0b401b22e7d3353956990cbf7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Export\\/Tests\\/Standard\\/Join\\/csv_files\\/utf-8.csv\":{\"d\":1568732563,\"h\":\"5f69f8bcd2230cd57c34f610e619d050\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Export\\/Tests\\/Standard\\/Join\\/UsageTest.php\":{\"d\":1568732563,\"h\":\"42a711faa998aa8a8427dd37d00645dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Export\\/Tests\\/Standard\\/Join\\/ExporterTest.php\":{\"d\":1568732563,\"h\":\"24270949e3d4cf7da6f09f452d175ba9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Export\\/Protocol\\/Exception\\/IOException.php\":{\"d\":1568732563,\"h\":\"c693da10cceecba1fda9ec7d3d7c1465\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Export\\/Protocol\\/ExporterInterface.php\":{\"d\":1568732563,\"h\":\"c442b295f4867c7ce82734d5ae992bc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Export\\/Standard\\/Exception\\/StrictViolationException.php\":{\"d\":1568732563,\"h\":\"c1fceb4098526554b687c23fbb9d491b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Export\\/Standard\\/Collection\\/CallbackCollection.php\":{\"d\":1568732563,\"h\":\"e2d77eba82a0d5b98b179c8ed164c41d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Export\\/Standard\\/Collection\\/PdoCollection.php\":{\"d\":1568732563,\"h\":\"f910b42cfdef2ef2e170d974fde00513\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Export\\/Standard\\/CsvFileObject.php\":{\"d\":1568732563,\"h\":\"ac3b9046621c528cfec087fc459aef0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Export\\/Standard\\/Exporter.php\":{\"d\":1568732563,\"h\":\"d948d802a5c363ed42a6a530ab471f2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Export\\/Standard\\/ExporterConfig.php\":{\"d\":1568732563,\"h\":\"390e7e5b9dac6cc4124df87f3c39ef23\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Tests\\/Protocol\\/LexerTest.php\":{\"d\":1568732563,\"h\":\"1cd2aad5502b74513ac81dd2e95706b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Tests\\/Protocol\\/InterpreterTest.php\":{\"d\":1568732563,\"h\":\"55a918f6549985fba00f2fa4b075fec9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Tests\\/Standard\\/Unit\\/Observer\\/SqlObserverTest.php\":{\"d\":1568732563,\"h\":\"41a6307baebb28e4722b1789611fe44c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Tests\\/Standard\\/Unit\\/StreamFilter\\/ConvertMbstringEncodingTest.php\":{\"d\":1568732563,\"h\":\"5aab9b3891db9d569caec44ef8921387\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Tests\\/Standard\\/Unit\\/LexerConfigTest.php\":{\"d\":1568732563,\"h\":\"b5f94db02f1d0c5254c8a3ccd7b7d089\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Tests\\/Standard\\/Unit\\/InterpreterTest.php\":{\"d\":1568732563,\"h\":\"eeeecf0a593ea46672680a5f4d618e93\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Tests\\/Standard\\/Join\\/Observer\\/PdoObserverTest.php\":{\"d\":1568732563,\"h\":\"a1202aa30f1166ab1cbcdbb827173f90\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Tests\\/Standard\\/Join\\/csv_files\\/tab-separated.csv\":{\"d\":1568732563,\"h\":\"d301ee50db1fe28b836d919061759c0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Tests\\/Standard\\/Join\\/csv_files\\/sjis.csv\":{\"d\":1568732563,\"h\":\"8bf720951cdcdb9fada6908f84a268f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Tests\\/Standard\\/Join\\/csv_files\\/colon-separated.csv\":{\"d\":1568732563,\"h\":\"68f0382d2d16165658140e1cb877b8ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Tests\\/Standard\\/Join\\/csv_files\\/utf-8.csv\":{\"d\":1568732563,\"h\":\"469e1317a75d7fc647f6d2a67d572b25\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Tests\\/Standard\\/Join\\/csv_files\\/mac-excel.csv\":{\"d\":1568732563,\"h\":\"e56445950ea1dabe131caa3cdb030bd3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Tests\\/Standard\\/Join\\/csv_files\\/issue-5.csv\":{\"d\":1568732563,\"h\":\"b9217b3994ebb1ed106b2c22e4c31532\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Tests\\/Standard\\/Join\\/LexerTest.php\":{\"d\":1568732563,\"h\":\"4870e89ddf5255d47974f613483c699e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Tests\\/Standard\\/Join\\/CSVFiles.php\":{\"d\":1568732563,\"h\":\"f354da82a424db8ccbd865337ebea8c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Tests\\/Standard\\/SandboxDirectoryManager.php\":{\"d\":1568732563,\"h\":\"50f0b43f6a94a030b2387a35010ce0da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Protocol\\/Exception\\/CsvFileNotFoundException.php\":{\"d\":1568732563,\"h\":\"30a2d489724d0557af4d38055ee99669\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Protocol\\/Exception\\/InvalidLexicalException.php\":{\"d\":1568732563,\"h\":\"eb0d1260488d04d32b5135c7b03d97f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Protocol\\/LexerInterface.php\":{\"d\":1568732563,\"h\":\"7b8e3d1a4c3b09d5f00bb19ceb4eff78\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Protocol\\/InterpreterInterface.php\":{\"d\":1568732563,\"h\":\"965f721fe7bbb080bed07417ce2efbce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Standard\\/Observer\\/SqlObserver.php\":{\"d\":1568732563,\"h\":\"da048619b9d1c0b75f69adfd9e985af3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Standard\\/Observer\\/PdoObserver.php\":{\"d\":1568732563,\"h\":\"aeee85929bb14d71196ec89496a476bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Standard\\/Exception\\/StrictViolationException.php\":{\"d\":1568732563,\"h\":\"45045d3a3a74908c72fac41e5046f575\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Standard\\/StreamFilter\\/ConvertMbstringEncoding.php\":{\"d\":1568732563,\"h\":\"b864368105a3b34a764cea99ca23d1f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Standard\\/Lexer.php\":{\"d\":1568732563,\"h\":\"d3c830acf7bd63e1320a32b098185343\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Standard\\/Interpreter.php\":{\"d\":1568732563,\"h\":\"6e6eb23ffe9f94c06640b7a40be6c4ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/Import\\/Standard\\/LexerConfig.php\":{\"d\":1568732563,\"h\":\"ee1ee437af87e4fa8e8eb93a2aa482b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/src\\/Goodby\\/CSV\\/TestHelper\\/DbManager.php\":{\"d\":1568732563,\"h\":\"dc18def3072e6e6bca40408a76aa09f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/example\\/insert-or-update-user-for-mysql.php\":{\"d\":1568732563,\"h\":\"954e9650101b406bf5c6706a2c95ce78\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/example\\/user.csv\":{\"d\":1568732563,\"h\":\"c4238f69e2f37401135f82d4e91907ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/example\\/import_from_database_via_pdo.php\":{\"d\":1568732563,\"h\":\"6077f0ce7e9bb8e0ba15a1461aaa1860\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/example\\/tsv-sample.php\":{\"d\":1568732563,\"h\":\"e3247222975fadb8ce2c6efde18923e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/example\\/sample.php\":{\"d\":1568732563,\"h\":\"23c50145df7a6d11df62240703135a90\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/example\\/export_from_database_via_pdo.php\":{\"d\":1568732563,\"h\":\"4cd02a5c1f0b4955b8d8e117940327b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/example\\/temperature.tsv\":{\"d\":1568732563,\"h\":\"6203852765fc32fb8e529526a501c4fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/composer.json\":{\"d\":1568732563,\"h\":\"d46d1e8f431e6f3a3bfe19c47d37f189\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/phpunit.xml.dist\":{\"d\":1568732563,\"h\":\"3a372dcbd22188514bc27f6bcb9028c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/README.md\":{\"d\":1568732563,\"h\":\"19cef56e7f1ce66dbff09aee6b9d12f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/phpunit-bootstrap.php\":{\"d\":1568732563,\"h\":\"6c35dda08e2205904e7ac4b1ca3174a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/.travis.yml\":{\"d\":1568732563,\"h\":\"999d4885764797814d1aaf01e3f7ab52\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/.gitignore\":{\"d\":1568732563,\"h\":\"9f7f384915d8acb55434c9e808148fd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/goodby\\/csv\\/LICENSE\":{\"d\":1568732563,\"h\":\"9583d27c8aa1fc328fa6a8e747c88940\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/polyfill-mbstring\\/Resources\\/unidata\\/titleCaseRegexp.php\":{\"d\":1568732563,\"h\":\"a161350864050f78bf9161f7f3c94172\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/polyfill-mbstring\\/Resources\\/unidata\\/lowerCase.php\":{\"d\":1568732563,\"h\":\"fe16e76b8e2cf1c8ebe15ae241c42b13\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/polyfill-mbstring\\/Resources\\/unidata\\/upperCase.php\":{\"d\":1568732563,\"h\":\"a5f2c4c9a4432778a21079d9090a5ada\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/polyfill-mbstring\\/bootstrap.php\":{\"d\":1568732563,\"h\":\"5a317e2c3a6e6bd9d54c27bd68ac9e7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/polyfill-mbstring\\/composer.json\":{\"d\":1568732563,\"h\":\"7ff98aa5053515559aeac8d67f224fad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/polyfill-mbstring\\/Mbstring.php\":{\"d\":1568732563,\"h\":\"fe0c99b1b14ea57e5228b3ea1335f665\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/polyfill-mbstring\\/README.md\":{\"d\":1568732563,\"h\":\"49820f639e0ceac277a00012ac32822e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/polyfill-mbstring\\/LICENSE\":{\"d\":1568732563,\"h\":\"d05e73887eedc78611070af6a52dd160\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Parser\\/Shortcut\\/HashParserTest.php\":{\"d\":1568732563,\"h\":\"f7fe5a475c709b59dc383db18d5286e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Parser\\/Shortcut\\/ElementParserTest.php\":{\"d\":1568732563,\"h\":\"90c11cdc14de0e2d353606f056beb95a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Parser\\/Shortcut\\/ClassParserTest.php\":{\"d\":1568732563,\"h\":\"a36fa0d95c00f7e6e947d471f31f5dbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Parser\\/Shortcut\\/EmptyStringParserTest.php\":{\"d\":1568732563,\"h\":\"3583c0d4e50bc4c46867956c5bddebe7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Parser\\/Handler\\/NumberHandlerTest.php\":{\"d\":1568732563,\"h\":\"a384123020ded9dca1e5adb522f700df\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Parser\\/Handler\\/IdentifierHandlerTest.php\":{\"d\":1568732563,\"h\":\"524d91f4ace04edcfa7f8d06d447b015\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Parser\\/Handler\\/CommentHandlerTest.php\":{\"d\":1568732563,\"h\":\"196568e95d36d1ca21071e86dbb5eeb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Parser\\/Handler\\/WhitespaceHandlerTest.php\":{\"d\":1568732563,\"h\":\"6b796bb0920add27d724e9d20f549938\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Parser\\/Handler\\/AbstractHandlerTest.php\":{\"d\":1568732563,\"h\":\"4ebfed8d1c1af6b7866aa75132a3d6a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Parser\\/Handler\\/StringHandlerTest.php\":{\"d\":1568732563,\"h\":\"ba2d79d027b3f3796dbddd7ae315bbf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Parser\\/Handler\\/HashHandlerTest.php\":{\"d\":1568732563,\"h\":\"99d473ea2883c65aa844439e19ecc5c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Parser\\/TokenStreamTest.php\":{\"d\":1568732563,\"h\":\"ef4714379798297f6394e14354697870\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Parser\\/ParserTest.php\":{\"d\":1568732563,\"h\":\"bae8331854194d1fcf8ae0d129e717f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Parser\\/ReaderTest.php\":{\"d\":1568732563,\"h\":\"7fb8a12d4ef6fea0020590ba1701d54b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Node\\/NegationNodeTest.php\":{\"d\":1568732563,\"h\":\"95994482474716200b84bc358290262f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Node\\/SelectorNodeTest.php\":{\"d\":1568732563,\"h\":\"4a5b7629d4b212920bd00024a5213657\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Node\\/PseudoNodeTest.php\":{\"d\":1568732563,\"h\":\"05dd9359681c2bbafed998ce4e35be76\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Node\\/ClassNodeTest.php\":{\"d\":1568732563,\"h\":\"eca9764164e56b19fa1345e505ac00a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Node\\/ElementNodeTest.php\":{\"d\":1568732563,\"h\":\"5becf1dfc71360137ae0678202e600b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Node\\/FunctionNodeTest.php\":{\"d\":1568732563,\"h\":\"bbed27d30c8c4cc7c9ed8e69088600eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Node\\/AttributeNodeTest.php\":{\"d\":1568732563,\"h\":\"092c2094b2f340fe776efd016fce5eb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Node\\/AbstractNodeTest.php\":{\"d\":1568732563,\"h\":\"c9caa7ea4adc651ea3f8fe1e2147643e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Node\\/SpecificityTest.php\":{\"d\":1568732563,\"h\":\"e28a177200cdc56c27d1061bcd9d676f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Node\\/CombinedSelectorNodeTest.php\":{\"d\":1568732563,\"h\":\"214991c4a92512b719f1cc0be325019b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/Node\\/HashNodeTest.php\":{\"d\":1568732563,\"h\":\"bc20b878c00babcf4d3621594955935a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/XPath\\/Fixtures\\/shakespear.html\":{\"d\":1568732563,\"h\":\"58178acfc40a4729a0c8b11ac242ece5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/XPath\\/Fixtures\\/lang.xml\":{\"d\":1568732563,\"h\":\"717695cc05565465bc3acf15d9a427f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/XPath\\/Fixtures\\/ids.html\":{\"d\":1568732563,\"h\":\"ab650cab7dd7fef95d85b7941012a70a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/XPath\\/TranslatorTest.php\":{\"d\":1568732563,\"h\":\"3f36ddca3e5d1de52441f79680221a4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/CssSelectorConverterTest.php\":{\"d\":1568732563,\"h\":\"25b42d732020f11b27692843a62ea234\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Tests\\/CssSelectorTest.php\":{\"d\":1568732563,\"h\":\"4696be0ab7a2dcef079c7aed8597df43\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Exception\\/SyntaxErrorException.php\":{\"d\":1568732563,\"h\":\"0ab54b92c4935b45f3583a8f4ab5dbad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Exception\\/InternalErrorException.php\":{\"d\":1568732563,\"h\":\"95e9e75d8e4aecddca912aace0181b1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Exception\\/ExceptionInterface.php\":{\"d\":1568732563,\"h\":\"bbfbbcb2dff282b15639f4fa70b708c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Exception\\/ExpressionErrorException.php\":{\"d\":1568732563,\"h\":\"0eb3ca932f39f2c9264630e156882222\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Exception\\/ParseException.php\":{\"d\":1568732563,\"h\":\"a0cdbb492979f7d673113567613ed398\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/Shortcut\\/ClassParser.php\":{\"d\":1568732563,\"h\":\"a6b8ca7f88073d6f4f3e8fe6b937086c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/Shortcut\\/HashParser.php\":{\"d\":1568732563,\"h\":\"7ba84a604466f927c51df1e4f03efcc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/Shortcut\\/ElementParser.php\":{\"d\":1568732563,\"h\":\"ff9221a13f9fd4bdd0b4472af468a627\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/Shortcut\\/EmptyStringParser.php\":{\"d\":1568732563,\"h\":\"8bfd232e347ee7023149dd62e29b5b3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/Tokenizer\\/TokenizerEscaping.php\":{\"d\":1568732563,\"h\":\"047194955ca9f6dfe571572f6c5d65cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/Tokenizer\\/TokenizerPatterns.php\":{\"d\":1568732563,\"h\":\"f71c5cd2a21758330d8582210b4851ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/Tokenizer\\/Tokenizer.php\":{\"d\":1568732563,\"h\":\"d0e054ddfc24ba7c869ba80033e6eda6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/Handler\\/NumberHandler.php\":{\"d\":1568732563,\"h\":\"bbee71747dc69c283f0329cb30b19200\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/Handler\\/StringHandler.php\":{\"d\":1568732563,\"h\":\"24c7e336307e29e8a5f5e1c7b03c005b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/Handler\\/HandlerInterface.php\":{\"d\":1568732563,\"h\":\"0e31c9839f05e35bf2632ba813ca1324\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/Handler\\/HashHandler.php\":{\"d\":1568732563,\"h\":\"09a069d0434bb2ba58bbe1e9e0d1dd97\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/Handler\\/IdentifierHandler.php\":{\"d\":1568732563,\"h\":\"20835c6317cc11c478b0e534500af489\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/Handler\\/WhitespaceHandler.php\":{\"d\":1568732563,\"h\":\"d5e1ba0e906ca80899f14210226672da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/Handler\\/CommentHandler.php\":{\"d\":1568732563,\"h\":\"1c29f48462f2cea2818840424979dc47\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/TokenStream.php\":{\"d\":1568732563,\"h\":\"10e47f107214bc4d04da501a366ecbe5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/Reader.php\":{\"d\":1568732563,\"h\":\"e4c21a85c01ea3ee86c05e7534dbfe72\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/Token.php\":{\"d\":1568732563,\"h\":\"cbd6251e7e89d477e12fdc47fc6088e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/ParserInterface.php\":{\"d\":1568732563,\"h\":\"9cc555731226ac1ed9f6b35d57d731ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Parser\\/Parser.php\":{\"d\":1568732563,\"h\":\"a20be1d4194538bd29061cb8281aedc1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Node\\/PseudoNode.php\":{\"d\":1568732563,\"h\":\"baa346132a14712538d19f9028ddc75f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Node\\/AttributeNode.php\":{\"d\":1568732563,\"h\":\"404502dda12754f0a3e3620010a8adb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Node\\/NodeInterface.php\":{\"d\":1568732563,\"h\":\"f6001d1712751acd43f7f8482472b2fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Node\\/ClassNode.php\":{\"d\":1568732563,\"h\":\"36d55cc21cc9dea30c3e0d8cda05e14f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Node\\/AbstractNode.php\":{\"d\":1568732563,\"h\":\"f9ae560e4f247685d9d28784a4fa88ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Node\\/NegationNode.php\":{\"d\":1568732563,\"h\":\"3b28db0c0446ab02c35159b19c785059\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Node\\/ElementNode.php\":{\"d\":1568732563,\"h\":\"1b47bdf6554786380847b6d8f9f5f5b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Node\\/Specificity.php\":{\"d\":1568732563,\"h\":\"1479ef40970da6c0398bb1ac06f3293f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Node\\/SelectorNode.php\":{\"d\":1568732563,\"h\":\"28e4937b39cfb84f793b1e9401f7edfd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Node\\/FunctionNode.php\":{\"d\":1568732563,\"h\":\"6742a76b2969713b12e1ce773785850b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Node\\/CombinedSelectorNode.php\":{\"d\":1568732563,\"h\":\"bd7966d033c22d359a987eb73a9a21e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/Node\\/HashNode.php\":{\"d\":1568732563,\"h\":\"288308b5c523f3b160f3dda8ed55cff2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/XPath\\/Extension\\/NodeExtension.php\":{\"d\":1568732563,\"h\":\"b8911a3517e34d1f894c9c1239f42f7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/XPath\\/Extension\\/CombinationExtension.php\":{\"d\":1568732563,\"h\":\"d6e886a9545f70fb826eadb0d2fc7827\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/XPath\\/Extension\\/PseudoClassExtension.php\":{\"d\":1568732563,\"h\":\"d566ed98e8f91bb615899bd166541d2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/XPath\\/Extension\\/AttributeMatchingExtension.php\":{\"d\":1568732563,\"h\":\"9782f12c0a9341e6e66e4ad69dda8382\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/XPath\\/Extension\\/AbstractExtension.php\":{\"d\":1568732563,\"h\":\"ae52a36f18328068e6399b5b366732ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/XPath\\/Extension\\/FunctionExtension.php\":{\"d\":1568732563,\"h\":\"6f82cd840c182d024f7ba058d746d801\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/XPath\\/Extension\\/ExtensionInterface.php\":{\"d\":1568732563,\"h\":\"05f87ee348aca5c6f20e9169f00452c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/XPath\\/Extension\\/HtmlExtension.php\":{\"d\":1568732563,\"h\":\"7e3ac3706e2c277c1a07fa51fac4d164\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/XPath\\/XPathExpr.php\":{\"d\":1568732563,\"h\":\"36bf4774a8eb77c021e064b55bbb5bfe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/XPath\\/TranslatorInterface.php\":{\"d\":1568732563,\"h\":\"205909888c84295c6269ed9ee038e452\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/XPath\\/Translator.php\":{\"d\":1568732563,\"h\":\"fc73d5fddb3767d0241e4e36fba14c1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/CssSelectorConverter.php\":{\"d\":1568732563,\"h\":\"481bc9755707f3f9295a79205187b9f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/composer.json\":{\"d\":1568732563,\"h\":\"f877e5ebeaa342b9fd266da3d795a7fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/phpunit.xml.dist\":{\"d\":1568732563,\"h\":\"94f71b3a012f23fa2f7e5dd587cbdccc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/CHANGELOG.md\":{\"d\":1568732563,\"h\":\"edd29056fc37ac09987e27156b76e181\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/README.md\":{\"d\":1568732563,\"h\":\"2faaf9cf194014a4a907f2dc630e24e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/CssSelector.php\":{\"d\":1568732563,\"h\":\"db78d389b3d64b5a67d2911dfafd78a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/.gitignore\":{\"d\":1568732563,\"h\":\"a1155c508134e9bda943ae266aee1819\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/symfony\\/css-selector\\/LICENSE\":{\"d\":1568732563,\"h\":\"36ed70d207f5176d1b9f7a780385b789\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/vendor\\/autoload.php\":{\"d\":1568732563,\"h\":\"e19f468f72b23f37526dd1806b9b21f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Admin\\/Challenge.php\":{\"d\":1568732563,\"h\":\"8f032f432ccabdcae9b415f6350561d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Admin\\/Loader.php\":{\"d\":1568732563,\"h\":\"63bd27f4b8943746e0fda000a56abff7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Forms\\/Loader.php\":{\"d\":1568732563,\"h\":\"949a060c7da937e8da055cc5b1cc056e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Forms\\/Preview.php\":{\"d\":1568732563,\"h\":\"307cc10dabae42a477bfd6b05e70bff3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Helpers\\/Templates.php\":{\"d\":1568732563,\"h\":\"943c77b2c2c515c7eba94ec7eeb21e27\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Emails\\/Templates\\/Summary.php\":{\"d\":1568732563,\"h\":\"4b2cead1397f9472c6a5279fd411986c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Emails\\/Templates\\/General.php\":{\"d\":1568732563,\"h\":\"42c704e13c56ff705b4d6ca5c1be33d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Emails\\/InfoBlocks.php\":{\"d\":1568732563,\"h\":\"e17be26afa5e26987fa437fcd1a96aff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Emails\\/Mailer.php\":{\"d\":1568732563,\"h\":\"d79f9af76d2445a1e6da40617341d779\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Emails\\/Summaries.php\":{\"d\":1568732563,\"h\":\"14a7cc5f604c877f18437ad00ef2ad50\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Emails\\/Styler.php\":{\"d\":1568732563,\"h\":\"24f70e06bbf6c9261dd373edda82e3f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Lite\\/Admin\\/Settings\\/Education.php\":{\"d\":1568732563,\"h\":\"9571af8788119e21bb123e93712dabc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Lite\\/Admin\\/Builder\\/Education.php\":{\"d\":1568732563,\"h\":\"61ae4efae16acdfa21f720bdee6c3cce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Lite\\/Admin\\/Connect.php\":{\"d\":1568732563,\"h\":\"15c9f149b7cce4c869ec2644180cfc09\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Lite\\/Admin\\/ConnectSkin.php\":{\"d\":1568732563,\"h\":\"65c6624eab3f7aaa19b6ced5cc095dbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Lite\\/Admin\\/DashboardWidget.php\":{\"d\":1568732563,\"h\":\"df53d80a19d51ebbf7c232d4c4c47da4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Lite\\/Reports\\/EntriesCount.php\":{\"d\":1568732563,\"h\":\"3926b64308547c801de752cc8191d8ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Integrations\\/WPMailSMTP\\/Notifications.php\":{\"d\":1568732563,\"h\":\"05cc0d0659370420584f8b882de80b24\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Integrations\\/SiteHealth\\/SiteHealth.php\":{\"d\":1568732563,\"h\":\"9604ee4bc53e1b9f17f6120f5cf4669e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Integrations\\/Gutenberg\\/FormSelector.php\":{\"d\":1568732563,\"h\":\"e234ff28da5f4084b07733c5bf8e8a0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Integrations\\/IntegrationInterface.php\":{\"d\":1568732563,\"h\":\"bf7a00a12f08e98492d671a3ec4d51f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Integrations\\/Loader.php\":{\"d\":1568732563,\"h\":\"4d6af3d42739a5564e0e58609b2316ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Providers\\/Provider\\/Settings\\/PageIntegrations.php\":{\"d\":1568732563,\"h\":\"84c7d48ebb3c462e94fb15ad94e96489\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Providers\\/Provider\\/Settings\\/FormBuilder.php\":{\"d\":1568732563,\"h\":\"aabe0327bf995fcfd635968410450c1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Providers\\/Provider\\/Settings\\/FormBuilderInterface.php\":{\"d\":1568732563,\"h\":\"5d13d85df33a4b22ba22c5b4a54c4bde\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Providers\\/Provider\\/Settings\\/PageIntegrationsInterface.php\":{\"d\":1568732563,\"h\":\"2ddde515cd55c9e4e84e4938a6a51493\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Providers\\/Provider\\/Status.php\":{\"d\":1568732563,\"h\":\"c599231ea10771578c6cf473db704d4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Providers\\/Provider\\/Core.php\":{\"d\":1568732563,\"h\":\"7be1780c0ca947101e79e88f85cf7e0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Providers\\/Provider\\/Process.php\":{\"d\":1568732563,\"h\":\"960f08195fe560e3c3f6bbfe574562f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/Providers\\/Loader.php\":{\"d\":1568732563,\"h\":\"e1a0c59743fff4e6a8ab22fb7e52e010\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/src\\/WPForms.php\":{\"d\":1568732563,\"h\":\"62ed7709059e2cbd8a89b13d30da9e3c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/readme.txt\":{\"d\":1568732563,\"h\":\"5b2aa5f428481bcb60a8904bffd65fa8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/changelog.txt\":{\"d\":1568732563,\"h\":\"cd088e6eef0f14a324c781a918a38f07\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/wpforms.php\":{\"d\":1568732563,\"h\":\"0a17d710634d17c42b95ab3d3e2435d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/wpforms-lite\\/uninstall.php\":{\"d\":1568732563,\"h\":\"28a909b0dabc9d2a54e0a35e32396e90\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/redirect-after-login\\/classes\\/options.php\":{\"d\":1513386750,\"h\":\"8c16fd4e16522c8b4d95a6dfc0888b6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/redirect-after-login\\/assets\\/js\\/admin.js\":{\"d\":1513386750,\"h\":\"d0646e6479c843c597a8c6c7a7c7c2f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/redirect-after-login\\/assets\\/css\\/admin.css\":{\"d\":1513386750,\"h\":\"3b86f0c454830a68d93cb00e65f466d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/redirect-after-login\\/readme.txt\":{\"d\":1513386750,\"h\":\"5014c7ca2e3dba58038bf6bbcde03c80\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/redirect-after-login\\/index.php\":{\"d\":1513386750,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/redirect-after-login\\/redirect-after-login-admin.php\":{\"d\":1513386750,\"h\":\"937ddde42b9e97a8c3b5176d5f03ee4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/redirect-after-login\\/uninstall.php\":{\"d\":1513386750,\"h\":\"2dba681659172e3d6f5e3b3b0dc068f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/redirect-after-login\\/redirect-after-login.php\":{\"d\":1513386750,\"h\":\"ed3c087cb84b1056def50e685ef5bff3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/assets\\/js\\/wc-gateway-ppec-frontend-in-context-checkout.js\":{\"d\":1565300061,\"h\":\"b584d5e01e172801a6f21960bed83cbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/assets\\/js\\/wc-gateway-ppec-order-review.js\":{\"d\":1565300061,\"h\":\"d649457dc0514cfb294fe661a232ca96\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/assets\\/js\\/wc-gateway-ppec-settings.js\":{\"d\":1565300061,\"h\":\"e9b98a5a6fa12ddfd3a5365b2bbde8e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/assets\\/js\\/wc-gateway-ppec-smart-payment-buttons.js\":{\"d\":1565300061,\"h\":\"ad6aee6c74e647c680ace961bb09ea1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/assets\\/js\\/wc-gateway-ppec-generate-cart.js\":{\"d\":1565300061,\"h\":\"bfc2977f550478e209b0ccd795fb0a3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/assets\\/css\\/wc-gateway-ppec-frontend.css\":{\"d\":1565300061,\"h\":\"4bcd30da91948325b2a3583a6c702085\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/abstracts\\/abstract-wc-gateway-ppec.php\":{\"d\":1565300061,\"h\":\"206eff9438ad128f69701079bd260dbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/abstracts\\/abstract-wc-gateway-ppec-client-credential.php\":{\"d\":1565300061,\"h\":\"3399df18011bd7d037df2fb4fa0bf694\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/abstracts\\/abstract-wc-gateway-ppec-paypal-request-handler.php\":{\"d\":1565300061,\"h\":\"79d605f4e28748f87c382efc65a3fdca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/pem\\/bundle.pem\":{\"d\":1565300061,\"h\":\"e35005b432c523c204a2c8c8c7ada88b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/settings\\/settings-ppec.php\":{\"d\":1565300061,\"h\":\"3ff651f15c649b374a99cf210a22c8b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/exceptions\\/class-wc-gateway-ppec-missing-session-exception.php\":{\"d\":1565300061,\"h\":\"df7d5f0f6f6773746160bde9d2b9d039\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/exceptions\\/class-wc-gateway-ppec-api-exception.php\":{\"d\":1565300061,\"h\":\"11d03cda7b07037194e2a19609b8d8d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-plugin.php\":{\"d\":1565300061,\"h\":\"f74cf0974bb184d79a2123be4afe9eb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-checkout-handler.php\":{\"d\":1565300061,\"h\":\"102ab80f889f12214b0e28051a0a130f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-payment-details.php\":{\"d\":1565300061,\"h\":\"73e3ad2d157ed4a587b32d0fa36465ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-with-paypal-addons.php\":{\"d\":1565300061,\"h\":\"4a70db8a6dd06950355d9778324c099f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-with-paypal-credit.php\":{\"d\":1565300061,\"h\":\"0467e2700ae8cac8cf39e2f278bf8fe4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-refund.php\":{\"d\":1565300061,\"h\":\"cbc782c7b65bfd38dcf1d34169f84bc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-settings.php\":{\"d\":1565300061,\"h\":\"1d64bac8b38729fb666e5f3d3e8bf54c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-ips-handler.php\":{\"d\":1565300061,\"h\":\"77bce3e33fc912f4a8a583a261b6dc75\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-gateway-loader.php\":{\"d\":1565300061,\"h\":\"198bc17550e72aba35d6fef17edadedd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-address.php\":{\"d\":1565300061,\"h\":\"c92cdbb298847ae2f78d64065298bd60\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/functions.php\":{\"d\":1565300061,\"h\":\"c8e2c47b68fca861cd2ecdbb3cced243\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-privacy.php\":{\"d\":1565300061,\"h\":\"b64e09563ee3015233199a262e47e7da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-client-credential-certificate.php\":{\"d\":1565300061,\"h\":\"cc65a4605b6f976b047590f9ad908a8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-cart-handler.php\":{\"d\":1565300061,\"h\":\"ba327af42d273496b61aa4f413ee2445\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-with-spb-addons.php\":{\"d\":1565300061,\"h\":\"975c578075ca850a5377c1e1529214cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-client.php\":{\"d\":1565300061,\"h\":\"dc91a0581b759474ebc5dedac6baf7d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-with-spb.php\":{\"d\":1565300061,\"h\":\"55697f33cb1e05493202abf7fe2e52cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-session-data.php\":{\"d\":1565300061,\"h\":\"f7b5cc3ab21eda7c4eec560474b27925\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-checkout-details.php\":{\"d\":1565300061,\"h\":\"1fc3db95046be123f99a9c78f8dde108\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-ipn-handler.php\":{\"d\":1565300061,\"h\":\"c9d76ec0fc61cded699551e7e59cb69a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-api-error.php\":{\"d\":1565300061,\"h\":\"2fccb12da20dc14ecf6efca5137cb9a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-with-paypal.php\":{\"d\":1565300061,\"h\":\"ec101075ec42ec221b86317981b74885\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-admin-handler.php\":{\"d\":1565300061,\"h\":\"0b83d40d98b2e5f57c82004a39791344\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/includes\\/class-wc-gateway-ppec-client-credential-signature.php\":{\"d\":1565300061,\"h\":\"dd593babfcd43a95411902189dbff0d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/languages\\/woocommerce-gateway-paypal-express-checkout.pot\":{\"d\":1565300061,\"h\":\"ae23741ba12d76b5ce1452228759b511\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/readme.txt\":{\"d\":1565300061,\"h\":\"7c1d43f203b4afaa7320d141097e4f2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/changelog.txt\":{\"d\":1565300061,\"h\":\"dea2798f0651c37205e476a93631eeb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-gateway-paypal-express-checkout\\/woocommerce-gateway-paypal-express-checkout.php\":{\"d\":1565300061,\"h\":\"26beaa2dc3926ab506d898e9df40d10f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/tests\\/loader.php\":{\"d\":1555461730,\"h\":\"c8f342bc0c7d409290749c9843d5ef14\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/header\\/nav-primary.php\":{\"d\":1555461729,\"h\":\"4f59675888885d87effdc0565891a539\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/header\\/nav-sub.php\":{\"d\":1555461729,\"h\":\"a321a4ccbdf9f4de49c51dfa5e3f31d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/header\\/header-no-nav.php\":{\"d\":1555461729,\"h\":\"f00b8274a419096b75358c6fa5b81763\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/header\\/marketplace-fallback.php\":{\"d\":1555461729,\"h\":\"b2fee8040fcfb6c589246647be968f83\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/header\\/header.php\":{\"d\":1555461729,\"h\":\"448ba440a932b9060f36b8e005986acb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/coming-soon\\/bluehost.php\":{\"d\":1555461729,\"h\":\"7bf4770cf44fe45a24651ec6e7659b91\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/coming-soon\\/bluehost-india.php\":{\"d\":1555461729,\"h\":\"f8ebd156fe2925742fd0f23c5e184eca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/coming-soon\\/mojo.php\":{\"d\":1555461729,\"h\":\"e2e90ca066169b07705f756b2704815a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/mojo-themes.php\":{\"d\":1555461730,\"h\":\"ad99cd75fd2b17ebe3aee58466d8d7b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/theme-preview.php\":{\"d\":1555461729,\"h\":\"79b052ef7d608f89d8ee58411457213b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/mojo-services.php\":{\"d\":1555461730,\"h\":\"a10c033e8d39b190168820d397ae7763\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/modal-deploy-files.php\":{\"d\":1555461730,\"h\":\"3dc41c4277c4b149e709e8afcffeec9c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/mojo-home.php\":{\"d\":1555461729,\"h\":\"0c10adb5ee91a6eea44c4f01fcc59b5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/mojo-search.php\":{\"d\":1555461729,\"h\":\"cdd6ca52e6cac8b977879ab517bbffd5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/mojo-single-item.php\":{\"d\":1555461730,\"h\":\"87aa9cdb3f32a28e05d0f5f2d3e00a53\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/mojo-graphics.php\":{\"d\":1555461729,\"h\":\"2b1868a68eb711d19d55c8a0466a890d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/mojo-purchases.php\":{\"d\":1555461729,\"h\":\"df5a46da0247327c1aedefb6734636a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/header-small-w-nav.php\":{\"d\":1555461730,\"h\":\"523891bb4cf571a7e5f64a296de31bde\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/mojo-mixed-themes.php\":{\"d\":1555461730,\"h\":\"c87c57c53b2c8ac229250bab128aef41\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/header-small.php\":{\"d\":1555461729,\"h\":\"f00b8274a419096b75358c6fa5b81763\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/staging-create.php\":{\"d\":1555461729,\"h\":\"6ef7de55c77fe28a8319c0875b3a6aba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/modal-destroy-confirm.php\":{\"d\":1555461730,\"h\":\"387692138e7e4c833ca6d962ad4f2b87\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/interim-staging-create.php\":{\"d\":1555461730,\"h\":\"2c379b06caa8b91be7ea84e6e37fba82\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/staging-staging.php\":{\"d\":1555461730,\"h\":\"22e62a14c33522d25269768c1593af03\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/navigation.php\":{\"d\":1555461730,\"h\":\"a7f9730ab797504de406c5310d24a770\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/modal-deploy-files-database.php\":{\"d\":1555461730,\"h\":\"0092132fbaeffc8b945b47d873ae8780\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/mojo-performance.php\":{\"d\":1555461729,\"h\":\"68e0e3a8d4dc8c55b1c24480805a306c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/staging-production.php\":{\"d\":1555461729,\"h\":\"a84708d12137d8c86d8c1c40836fbb44\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/modal-deploy-database.php\":{\"d\":1555461729,\"h\":\"50a75607bcea996ef859987e039678ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/header.php\":{\"d\":1555461729,\"h\":\"b25888fe1440daf01245be7000567e3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/mojo-plugins.php\":{\"d\":1555461729,\"h\":\"5a5783f3130be0c543a9a752052547fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/api-unavailable.php\":{\"d\":1555461730,\"h\":\"e453bba85bd8d45ffe728f857823abba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/pages\\/mojo-onboarding.php\":{\"d\":1555461729,\"h\":\"5da191bd65a72d19f5546f6e5302dcef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/assets\\/css\\/bluerock.css\":{\"d\":1555461730,\"h\":\"f0e1860848ef40fffcb697b545a05eff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/cli\\/modules.php\":{\"d\":1555461730,\"h\":\"3ffaeb2dba977cf08edb81e15338249f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/cli\\/staging.php\":{\"d\":1555461730,\"h\":\"f41f3281e3993e82dc16ecd190c10be0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/cli\\/remove-orphan-post-meta.php\":{\"d\":1555461730,\"h\":\"c8b93e408597bc07c2597bd5b7412e4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/cli\\/branding.php\":{\"d\":1555461730,\"h\":\"223bcc9b38833ff70ae298b17ecf1f51\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/cli\\/README.md\":{\"d\":1555461730,\"h\":\"21a99c2b260a365f3888256ae5c219e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/cli\\/secrets.php\":{\"d\":1555461730,\"h\":\"f0959cd129af46aecf6d6dfb3e7e31c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/cli\\/abstract-eig-wp-cli-command.php\":{\"d\":1555461730,\"h\":\"4a56e25014258a82366cbd4fb154eb0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/cli\\/digest.php\":{\"d\":1555461730,\"h\":\"390eb346d074f05edb4d12be228f85e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/cli\\/sso.php\":{\"d\":1555461730,\"h\":\"1efb459a388ff4aa445340d89b519dc4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/cli\\/cache.php\":{\"d\":1555461730,\"h\":\"a7d90a2c471590979eedd9d3daf63025\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/mojo-themes.php\":{\"d\":1555461730,\"h\":\"b39707b251d613a8399c42a10e281788\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/user-experience-tracking.php\":{\"d\":1555461730,\"h\":\"17abbde8d78cf1905a2a40a134ddae02\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/staging.php\":{\"d\":1555461730,\"h\":\"bf42616c8c4d0bd2b67246bafc9691dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/styles.php\":{\"d\":1555461730,\"h\":\"25802d9be8d87399801f3036eb6bd537\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/shortcode-generator.php\":{\"d\":1555461730,\"h\":\"e44139b45472de842ccc2ec6f3d7b312\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/notifications.php\":{\"d\":1555461730,\"h\":\"d2a95323403e07e679b71f0b69b83fa7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/partners.php\":{\"d\":1555461730,\"h\":\"3e0a347093fe2edf7c93f7d0c510e9b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/branding.php\":{\"d\":1555461730,\"h\":\"e5f543e1fac231e2586190b8dd5f8caf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/performance.php\":{\"d\":1555461730,\"h\":\"836a3c3c64833e861ae1a7bfcea78b7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/cli-init.php\":{\"d\":1555461730,\"h\":\"ff431ef3ce26afc7b20defa04bef6818\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/coming-soon.php\":{\"d\":1555461730,\"h\":\"93a246829cc2c48fe3ff3dfb33fddeb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/menu.php\":{\"d\":1555461730,\"h\":\"8e1f7efad4bb5d8faabea370aaa875f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/base.php\":{\"d\":1555461730,\"h\":\"c3c5b60028c21cdc97b50db9ffee10c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/themes-widget.php\":{\"d\":1555461730,\"h\":\"3a5aca5a68d2b898f17586702971b9b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/jetpack.php\":{\"d\":1555461730,\"h\":\"4d2ea1500028cd3b65c867f5a3ded0b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/updates.php\":{\"d\":1555461730,\"h\":\"f006c2b04faceb768b9a132975b0c020\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/tests.php\":{\"d\":1555461730,\"h\":\"ab051b6cbc9b95c98a0951d6cffddf37\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/checkout.php\":{\"d\":1555461730,\"h\":\"3c6b3ee9594570ee92ea13328e5c73fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/plugin-search.php\":{\"d\":1555461730,\"h\":\"a594b46ba34b7148682d524eb5cb3274\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/inc\\/admin-page-notifications-blocker.php\":{\"d\":1555461730,\"h\":\"2c13fa56a304fcd86ea5ffb61f39ed5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/xrstf\\/composer-php52\\/lib\\/xrstf\\/Composer52\\/ClassLoader.php\":{\"d\":1555461730,\"h\":\"c8b909e2a65a5ecec42bc17d69f47f98\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/xrstf\\/composer-php52\\/lib\\/xrstf\\/Composer52\\/AutoloadGenerator.php\":{\"d\":1555461730,\"h\":\"f7641acbeb0d28763a60fd4ee8fc0a03\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/xrstf\\/composer-php52\\/lib\\/xrstf\\/Composer52\\/Generator.php\":{\"d\":1555461730,\"h\":\"e8850184376a60ec9731653d9aaf6a76\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/xrstf\\/composer-php52\\/composer.json\":{\"d\":1555461730,\"h\":\"dcaee5268a3ca39e7d72d062b35c56ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/xrstf\\/composer-php52\\/README.md\":{\"d\":1555461730,\"h\":\"2fcc62bdf8e80760220e84fa74a4ddc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/xrstf\\/composer-php52\\/.gitignore\":{\"d\":1555461730,\"h\":\"700352e4324c72c0cfd0aa4199b672e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/xrstf\\/composer-php52\\/LICENSE\":{\"d\":1555461730,\"h\":\"1ae51299e61cc92df308666da6d69906\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-sso\\/bootstrap.php\":{\"d\":1555461730,\"h\":\"9c0694afbee107d92da89a3652b67ec6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-sso\\/composer.json\":{\"d\":1555461730,\"h\":\"a274ea324ea6c8c2ac42158dfdf17f32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-sso\\/functions.php\":{\"d\":1555461730,\"h\":\"e112e844f03691853d4b18611cc9dac7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-sso\\/LICENSE\":{\"d\":1555461730,\"h\":\"b234ee4d69f5fce4486a80fdaf4a4263\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-spam-prevention\\/bootstrap.php\":{\"d\":1555461730,\"h\":\"436cb4b01af9f624888bb9de22c37332\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-spam-prevention\\/composer.json\":{\"d\":1555461730,\"h\":\"23729600d7328fcad0ffad5602a2a631\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-spam-prevention\\/spam-prevention.php\":{\"d\":1555461730,\"h\":\"156e7b7886e290b4d7627e42912ace45\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-loader\\/includes\\/ModuleRegistry.php\":{\"d\":1555461730,\"h\":\"980880306e5c5ac565bb457a75c11a67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-loader\\/includes\\/Options.php\":{\"d\":1555461730,\"h\":\"0cf5eb396a67d1a2c9723d78a208ec05\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-loader\\/includes\\/Collection.php\":{\"d\":1555461730,\"h\":\"d1a8c841af33b3ecf112cf3df2efc4fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-loader\\/includes\\/ModuleManager.php\":{\"d\":1555461730,\"h\":\"25a56bf25a5c73d0b095db76ae6ab474\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-loader\\/composer.json\":{\"d\":1555461730,\"h\":\"f2ad8e4e969dde3f16f36b2a2176cf26\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-loader\\/module-loader.php\":{\"d\":1555461730,\"h\":\"fb155b0bee04330c0b254eaddf3455e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-loader\\/readme.md\":{\"d\":1555461730,\"h\":\"7fb2524c3ef3f90b41598d61ccb119e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-business-reviews\\/views\\/widget.php\":{\"d\":1555461730,\"h\":\"f212a385a70f007167290656d995d115\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-business-reviews\\/views\\/modal.php\":{\"d\":1555461730,\"h\":\"4635cdcd0f7a61ad0785292202081af1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-business-reviews\\/assets\\/js\\/business-reviews.js\":{\"d\":1555461730,\"h\":\"3ebb603a2c6ebf86e3802cf15e9e6d19\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-business-reviews\\/assets\\/css\\/business-reviews.css\":{\"d\":1555461730,\"h\":\"fc31cd1f91bb1bb16bfb75218ffd680c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-business-reviews\\/business-reviews.php\":{\"d\":1555461730,\"h\":\"6f35dd1e73fb86e8e0d31a68b0e1b62c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-business-reviews\\/bootstrap.php\":{\"d\":1555461730,\"h\":\"c1b094d00c2182cbbcb3c9ec157c352b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-business-reviews\\/class-business-reviews-widget.php\":{\"d\":1555461730,\"h\":\"00dff755bd4c9af50ecb4352738a0f6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/bluehost\\/endurance-wp-module-business-reviews\\/composer.json\":{\"d\":1555461730,\"h\":\"15fcf72d95084b384e75b7d739d33e0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/composer\\/installed.json\":{\"d\":1555461730,\"h\":\"b321547f738ead4eda9fc12b5fd58aee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/composer\\/ClassLoader52.php\":{\"d\":1555461730,\"h\":\"c8b909e2a65a5ecec42bc17d69f47f98\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/composer\\/autoload_static.php\":{\"d\":1555461730,\"h\":\"089f2906495827abb63fb6308916a84e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/composer\\/autoload_classmap.php\":{\"d\":1555461730,\"h\":\"b82c6800fcf3fb99a824f2045abba0ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/composer\\/autoload_real.php\":{\"d\":1555461730,\"h\":\"5c8bd28a4e19421c5596975f25507586\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/composer\\/ClassLoader.php\":{\"d\":1555461730,\"h\":\"cbaa5b0b4afe0bd4ab58b7bf0bb45b76\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/composer\\/autoload_real_52.php\":{\"d\":1555461730,\"h\":\"b74ea45d4c9a0d7c708dcbec0f78cdcf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/composer\\/autoload_files.php\":{\"d\":1555461730,\"h\":\"392f8c587534caf36cb56c0f9fba6495\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/composer\\/autoload_psr4.php\":{\"d\":1555461730,\"h\":\"dd3a00f0d13eb29781edd8c77d4c5100\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/composer\\/autoload_namespaces.php\":{\"d\":1555461730,\"h\":\"e1e809eaaf9a8e39ff9b925999e09378\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/composer\\/LICENSE\":{\"d\":1555461730,\"h\":\"5211431db1330674b4be28f80182185c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/dispatcher\\/app-dispatcher.js\":{\"d\":1555461730,\"h\":\"b0b66b891c272cc520c34b3b967ad5b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/stores\\/data-store.js\":{\"d\":1555461730,\"h\":\"532164c6522127bb6aeefa981100a728\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/stores\\/spinner-store.js\":{\"d\":1555461730,\"h\":\"87f88e053c6294787834b3e95f509db1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/stores\\/setup-progress-store.js\":{\"d\":1555461730,\"h\":\"7d859e0b815322d1d2f88288e912af46\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/stores\\/flash-store.js\":{\"d\":1555461730,\"h\":\"b66853a69c5fcf146700cdd793c54753\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/stores\\/site-store.js\":{\"d\":1555461730,\"h\":\"e33972cac7ddfff16105a821b3bd840f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/utils\\/wp-ajax.js\":{\"d\":1555461730,\"h\":\"8421b8682db8158fd1f1e40d2ee8aa9c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/actions\\/flash-actions.js\":{\"d\":1555461730,\"h\":\"cfbec1491508fcea04b7b71e1c6e3e55\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/actions\\/spinner-actions.js\":{\"d\":1555461730,\"h\":\"4d5b65f23ead972a52704eb87b9efad1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/actions\\/data-actions.js\":{\"d\":1555461730,\"h\":\"7145f4df28f5b4dc8cfd122f4fd60c1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/actions\\/setup-progress-actions.js\":{\"d\":1555461730,\"h\":\"92e12f3175a5ec63ac555a898d5aa089\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/actions\\/site-actions.js\":{\"d\":1555461730,\"h\":\"d422386b307e19c46be428b7190540f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/components\\/steps\\/contact.jsx\":{\"d\":1555461730,\"h\":\"b905b790d39b99399969c07c838c56ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/components\\/steps\\/woocommerce.jsx\":{\"d\":1555461730,\"h\":\"483bdcc96e67661352ae0437e1958348\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/components\\/steps\\/business-address.jsx\":{\"d\":1555461730,\"h\":\"445654581b32d7638e2be15131279187\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/components\\/steps\\/jetpack-jumpstart.jsx\":{\"d\":1555461730,\"h\":\"52f99b1ed941f58a0399c9a30fc91fd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/components\\/steps\\/homepage.jsx\":{\"d\":1555461730,\"h\":\"2d9df14fe679b85cedf87d8e68e259c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/components\\/steps\\/review.jsx\":{\"d\":1555461730,\"h\":\"7a85fea4acb3074427d51f75e0c6d056\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/components\\/steps\\/get-started.jsx\":{\"d\":1555461730,\"h\":\"bc27caee8481d48ed6e763399bbc3164\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/components\\/steps\\/site-title.jsx\":{\"d\":1555461730,\"h\":\"c1238c0c5459e7c4bc65a19f56e9bc1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/components\\/steps\\/layout.jsx\":{\"d\":1555461730,\"h\":\"16937d32b00ac974d2bd50b310aae759\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/components\\/page\\/container.jsx\":{\"d\":1555461730,\"h\":\"db7a069b54832291342708b5c23eae48\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/components\\/page\\/section.jsx\":{\"d\":1555461730,\"h\":\"c28c3c5e7882d23f6ab1b914c6034937\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/components\\/page\\/index.jsx\":{\"d\":1555461730,\"h\":\"335bd9b58d02bb86c3561f7ca02fbc65\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/components\\/flash.jsx\":{\"d\":1555461730,\"h\":\"9d8f2e1a43fa6bb51d7a95b1b9892531\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/components\\/dashicon.jsx\":{\"d\":1555461730,\"h\":\"fcbc3a1ea9bcb5afd49c66085edcefba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/components\\/skip-button.jsx\":{\"d\":1555461730,\"h\":\"911ce0c1565a41f3ee237d4fea0d6076\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/constants\\/jetpack-onboarding-paths.js\":{\"d\":1555461730,\"h\":\"399f20a48132604bacaacc0414fb27c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/constants\\/jetpack-onboarding-constants.js\":{\"d\":1555461730,\"h\":\"2b6c163d37aa6b32668f9a895f53a8f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/.DS_Store\":{\"d\":1555461730,\"h\":\"93b8755920aa0cf1166b2fa1553674e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/ie-shims.js\":{\"d\":1555461730,\"h\":\"f186442129d920cff104a92f19bbc808\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/jetpack-onboarding.js\":{\"d\":1555461730,\"h\":\"7bdf2906eae934511d3394584611713d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/welcome-panel.jsx\":{\"d\":1555461730,\"h\":\"5930dc83b6af4b0cd9d3e4ae82e9adea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/client\\/vendor.js\":{\"d\":1555461730,\"h\":\"1475c02cd5e7d6f4705d40b432b445f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/dist\\/ie-shims.js\":{\"d\":1555461730,\"h\":\"a38bd912bf888ee48cab07d43d3f32e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/dist\\/vendor.bundle.js.map\":{\"d\":1555461730,\"h\":\"c026119cc17a2a714c78bba7e03a30a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/dist\\/jetpack-onboarding.js.map\":{\"d\":1555461730,\"h\":\"a46ad511d9f07ebeb40543db7e7bb8b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/dist\\/jetpack-onboarding.js\":{\"d\":1555461730,\"h\":\"1db187ce8f03a851f8ed1920991185e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/dist\\/jetpack-onboarding.css.map\":{\"d\":1555461730,\"h\":\"7e6e56861a3f7bd65cb2dd8a453ddf81\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/dist\\/ie-shims.js.map\":{\"d\":1555461730,\"h\":\"e424a4153c095870076e1055df497719\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/dist\\/jetpack-onboarding.css\":{\"d\":1555461730,\"h\":\"1b85bd77547733f3a13806c130241c3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/dist\\/vendor.bundle.js\":{\"d\":1555461730,\"h\":\"85dd9d0d4d5d3b1fc8ae63349c07fa81\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/font\\/Genericons-Regular.otf\":{\"d\":1555461730,\"h\":\"d131056b90b61a4ed8d82b883e148411\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/font\\/genericons-regular-webfont.eot\":{\"d\":1555461730,\"h\":\"adf093b1ec7239c03865a87ae6d60160\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/font\\/genericons-regular-webfont.woff\":{\"d\":1555461730,\"h\":\"db7a8d16b367e4c38591be6d7e979876\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/font\\/genericons-regular-webfont.ttf\":{\"d\":1555461730,\"h\":\"f83f27fb1bfd20d64ba2ae3eaaf4b1ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/css\\/scss\\/mixins\\/_breakpoint.scss\":{\"d\":1555461730,\"h\":\"58628a259d62e6a042f8610c0611bbc4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/css\\/scss\\/mixins\\/_calypso-forms.scss\":{\"d\":1555461730,\"h\":\"3a19b8edbf0103ba9bee2feff13f4a50\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/css\\/scss\\/mixins\\/_clearfix.scss\":{\"d\":1555461730,\"h\":\"75b0dd63756400122de53cd76c2d4f76\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/css\\/scss\\/_get-started.scss\":{\"d\":1555461730,\"h\":\"aea2cf9a56ee53bb468a91728def9deb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/css\\/scss\\/_typography.scss\":{\"d\":1555461730,\"h\":\"a9373faaea2840543be51c47414ee648\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/css\\/scss\\/welcome-panel.scss\":{\"d\":1555461730,\"h\":\"9016c1a91e9adf34f351db90c8aa9bae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/css\\/scss\\/_contact.scss\":{\"d\":1555461730,\"h\":\"d6e5be2d2b3f470fe903e21a0c93cd96\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/css\\/scss\\/_site-title.scss\":{\"d\":1555461730,\"h\":\"43711fdc44dc7984b22c85cf3bf26788\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/css\\/scss\\/_woocommerce.scss\":{\"d\":1555461730,\"h\":\"f5f3df4abda1ee273eab4cb915ae4c59\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/css\\/scss\\/_container.scss\":{\"d\":1555461730,\"h\":\"3050c28039e872af8036d464b1e6f1bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/css\\/scss\\/_jetpack-jumpstart.scss\":{\"d\":1555461730,\"h\":\"5ae89087fcb3bf31323a6efe6b170c2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/css\\/scss\\/_review.scss\":{\"d\":1555461730,\"h\":\"decbc73facde0b6c823233584d5adb19\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/css\\/scss\\/color-overrides.scss\":{\"d\":1555461730,\"h\":\"39d8db825c5afdd77d6c22ca468a967c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/css\\/scss\\/_homepage.scss\":{\"d\":1555461730,\"h\":\"9f531921a2e433f3cde8cb730bf9ec58\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/css\\/scss\\/_business-address.scss\":{\"d\":1555461730,\"h\":\"fa6c9c4082770cd6a84280eace006c83\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/css\\/welcome-panel.css\":{\"d\":1555461730,\"h\":\"3c4949a816677bd4c0b9a3073022a51c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/css\\/welcome-panel.css.map\":{\"d\":1555461730,\"h\":\"46b5136f58feca86197f3526ba16fca6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/jetpack-onboarding.php\":{\"d\":1555461730,\"h\":\"3ad640c4c584c0c86d7247e09ac01df4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/class.jetpack-onboarding-welcome-panel.php\":{\"d\":1555461730,\"h\":\"104ae71a5c1cb5e5bedce31dd6e6524a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/package.json\":{\"d\":1555461730,\"h\":\"e1bd94055a115ce46bce4cf7cfbb70ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/gulpfile.js\":{\"d\":1555461730,\"h\":\"cbc795f48380e29b8301b5e1522310e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/.eslintrc\":{\"d\":1555461730,\"h\":\"7e19b1a447cb757fa0ef2dbae55538fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/README.md\":{\"d\":1555461730,\"h\":\"a4e291deb956cda7ca72e36044c55786\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/webpack.config.js\":{\"d\":1555461730,\"h\":\"8a29241eb6e7462f31d658ae5303d69c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/.babelrc\":{\"d\":1555461730,\"h\":\"98a30f249914d24f45987b3d5a872207\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/.editorconfig\":{\"d\":1555461730,\"h\":\"2c634a1a01599a743694167de0a4c8a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/class.jetpack-onboarding-end-points.php\":{\"d\":1555461730,\"h\":\"46e96bd970b64941915a4f1f6418d4a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/automattic\\/jetpack-onboarding\\/.gitignore\":{\"d\":1555461730,\"h\":\"895b51203650b078ed7b99b037507998\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/autoload.php\":{\"d\":1555461730,\"h\":\"b1572a21e374f99e8675d12cdcba457a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/vendor\\/autoload_52.php\":{\"d\":1555461730,\"h\":\"5b4a2eec7cd1c1c253edddfb68c0e80c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/lib\\/jetpack-onboarding-tracks\\/lib\\/tracks\\/client.php\":{\"d\":1555461729,\"h\":\"1e18c555aeed0e426e9fc18f6a165d4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/lib\\/jetpack-onboarding-tracks\\/lib\\/tracks\\/class.tracks-client.php\":{\"d\":1555461729,\"h\":\"82bca268e4fa5959f924cb837dd83b43\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/lib\\/jetpack-onboarding-tracks\\/lib\\/tracks\\/class.tracks-event.php\":{\"d\":1555461729,\"h\":\"f249a8c42a929a06e45783f5563b958c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/lib\\/jetpack-onboarding-tracks\\/jetpack-onboarding-tracks.php\":{\"d\":1555461729,\"h\":\"5041b5b4ba7073c5d483996d9c2dfcd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/lib\\/jetpack-onboarding-tracks\\/index.php\":{\"d\":1555461729,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/lib\\/jetpack-onboarding-tracks\\/README.md\":{\"d\":1555461729,\"h\":\"7a7abfbbe3e83fbf6f9c467f9a0aaa5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/lib\\/.staging\":{\"d\":1555461729,\"h\":\"0b8c413c2ab91dc4c9f1d686268e65d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/.DS_Store\":{\"d\":1555461729,\"h\":\"0268dcd404b22ebf445bfdab934be2f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/composer.json\":{\"d\":1555461730,\"h\":\"f6c162115f485cbd156513b922f9cad2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/composer.lock\":{\"d\":1555461730,\"h\":\"9e6c0d3388bf0b6050201e4aa3c1adc4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/README.md\":{\"d\":1555461730,\"h\":\"680c28ee790f15882afcfa86b10af104\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/updater.php\":{\"d\":1555461730,\"h\":\"55a6ff35d03fc3126ab17007ec32c64e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/mojo-marketplace.php\":{\"d\":1555461730,\"h\":\"833902b5fe82b8ff3547132d47fe3f55\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/mojo-marketplace-wp-plugin\\/LICENSE\":{\"d\":1555461730,\"h\":\"e8c1458438ead3c34974bc0be3a03ed6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/js\\/folders\\/tablesorter-LICENSE.txt\":{\"d\":1562252446,\"h\":\"7070bd8be237862cff738cd69274e039\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/js\\/folders\\/jquery.tablesorter.js\":{\"d\":1562252446,\"h\":\"ef66b96802d929103c7f1dff59f76972\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/js\\/folders\\/jquery-dateFormat.js\":{\"d\":1562252446,\"h\":\"5e0f5a8a615aa0e973a7d3d0e102748d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/js\\/folders\\/dateformat-MIT-LICENSE.txt\":{\"d\":1562252446,\"h\":\"2c2c214d3138ae25729d96f011e5cd53\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/js\\/folders\\/gdm-admin-settings.js\":{\"d\":1562252446,\"h\":\"e2dafab8cd9d2f9602cb32d744bd2e76\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/js\\/folders\\/gdm-folders.js\":{\"d\":1562252446,\"h\":\"ca72bdb5a2c1a897a888cdc42791334d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/js\\/folders\\/jquery.rolepermissions.js\":{\"d\":1562252446,\"h\":\"9e14b10fa3440e1fe876a0bb60294d23\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/js\\/folders\\/jquery.tablesorter.min.js\":{\"d\":1562252446,\"h\":\"bf007ac9679db19fe80761727a45781f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/js\\/folders\\/colorbox-README.md.txt\":{\"d\":1562252446,\"h\":\"0e89f14b484091d7c56fbdcad168eaf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/js\\/jquery.colorbox.js\":{\"d\":1562252446,\"h\":\"c3e1c20c59cb74bf7fad0b9a121aebd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/js\\/gdm-admin-settings-tabs.js\":{\"d\":1562252446,\"h\":\"e1886d2be271fd5369cc1baec815e415\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/js\\/gdm-choose-drivefile.js\":{\"d\":1562252446,\"h\":\"20f58227baddc2e9a4f92365e4e36691\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/js\\/gdm-blocks.js\":{\"d\":1562252446,\"h\":\"12e810b95b8dd155bab6bdf40cc58333\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/js\\/gdm-simple-browser.js\":{\"d\":1562252446,\"h\":\"bd1bf11c73dcfe88b7b06ae2903fa38e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/js\\/gdm-premium-drive-browser.js\":{\"d\":1562252446,\"h\":\"1ea4f459484b0be8c03acad2d59c2d59\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/js\\/gdm-base-servicehandler.js\":{\"d\":1562252446,\"h\":\"2047bbde5a4e241aa8842ff1070c5c4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/js\\/gdm-premium-drivefile.js\":{\"d\":1562252446,\"h\":\"db232ad1b181aa4f808ca7d6db52296a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/core\\/commercial_google_drive_embedder.php\":{\"d\":1562252446,\"h\":\"ff2dbd16dad0c50b9fd471ad2e9aa51a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/core\\/core_google_drive_embedder.php\":{\"d\":1562252446,\"h\":\"6ef96dffbed780ef869626d89c7de0a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/core\\/EDD_SL_Plugin_Updater.php\":{\"d\":1562252446,\"h\":\"937c9d3c84707e12bacca340f7a4bd94\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/lang\\/google-drive-embedder.pot\":{\"d\":1562252446,\"h\":\"d6782ce1fafa55418989c1a50acfb13a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/css\\/folders\\/gdm-folders.css\":{\"d\":1562252446,\"h\":\"b20103d64a354b689d109bc8a1a21d9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/css\\/folders\\/gdm-ui-folders.css\":{\"d\":1562252446,\"h\":\"c4623d5addf7bed8cd9bba1de71be4c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/css\\/gdm-choose-drivefile.css\":{\"d\":1562252446,\"h\":\"a2d0010800eb2d1acb34851a0fd82f08\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/css\\/gdm-blocks.css\":{\"d\":1562252446,\"h\":\"dd10e79f4cd87b6bd5feb50559342db9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/css\\/gdm-colorbox.css\":{\"d\":1562252446,\"h\":\"77ea9fc22152da38c4ca0328753d8196\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/css\\/gdm-admin-settings.css\":{\"d\":1562252446,\"h\":\"3c96f7cf4d8c1da8a0613fd84858bf5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googledriveembedder-premium\\/google_drive_embedder.php\":{\"d\":1562252446,\"h\":\"c29698df1060021b4e01c010458ed25a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/3rd-party\\/debug-bar\\/debug-bar.js\":{\"d\":1567815231,\"h\":\"222bb6dfac6f5e6b49346ab5c32c2af1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/3rd-party\\/debug-bar\\/debug-bar.css\":{\"d\":1567815231,\"h\":\"8bd1f1603f405beade8d38b41ef7fbe8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/3rd-party\\/debug-bar\\/class.jetpack-search-debug-bar.php\":{\"d\":1567815231,\"h\":\"154831993927f42d15d91b2a74d357ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/3rd-party\\/class.jetpack-amp-support.php\":{\"d\":1567815231,\"h\":\"312b8bcc925a05d9c70f22215b03d378\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/3rd-party\\/qtranslate-x.php\":{\"d\":1567815231,\"h\":\"029f308dc1a9544736b3c674aae224bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/3rd-party\\/beaverbuilder.php\":{\"d\":1567815231,\"h\":\"c8b6e074a9792a93c944e45245fb74d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/3rd-party\\/class.jetpack-modules-overrides.php\":{\"d\":1567815231,\"h\":\"dee71bc5e6ed05340d81e11cd60f416c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/3rd-party\\/wpml.php\":{\"d\":1567815231,\"h\":\"86105fe79050b3ce86e40908ac481d07\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/3rd-party\\/woocommerce-services.php\":{\"d\":1567815231,\"h\":\"2977971ae2999d5709ab608cab68c8fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/3rd-party\\/3rd-party.php\":{\"d\":1567815231,\"h\":\"26fee6f7ceac0eaadf496fa32286f788\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/3rd-party\\/vaultpress.php\":{\"d\":1567815231,\"h\":\"551790cd6ae2bb44fa6bc3775cecb453\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/3rd-party\\/buddypress.php\":{\"d\":1567815231,\"h\":\"422482eef5502c652f36e57c9d334d5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/3rd-party\\/debug-bar.php\":{\"d\":1567815231,\"h\":\"12b141266055a3acab5f04f5e4d8679e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/3rd-party\\/bitly.php\":{\"d\":1567815231,\"h\":\"112f2b40ff0df3fe6e41d7b04f7bd240\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/3rd-party\\/woocommerce.php\":{\"d\":1567815231,\"h\":\"207fd358f7273693758be3d397f8ad2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/3rd-party\\/polldaddy.php\":{\"d\":1567815231,\"h\":\"1f17a72c7967a0b5d30ec39c9cecc37e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/3rd-party\\/domain-mapping.php\":{\"d\":1567815231,\"h\":\"db3fbf9b067ffa9aef98babfb670ef7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/3rd-party\\/bbpress.php\":{\"d\":1567815231,\"h\":\"4aff96a4bd06bb59b4d3d2abe44113cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/views\\/admin\\/must-connect-main-blog.php\":{\"d\":1567815231,\"h\":\"9b769cced83d1f6a470f566b838e0132\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/views\\/admin\\/network-settings.php\":{\"d\":1567815231,\"h\":\"33230b9b05f176c6d70a8779bc0a60d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/views\\/admin\\/network-admin-header.php\":{\"d\":1567815231,\"h\":\"50319e18f51f8e6806f49b65f3bb326a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/views\\/admin\\/network-activated-notice.php\":{\"d\":1567815231,\"h\":\"cebb0c29c3da9a4b7d966ba95cb377e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/views\\/admin\\/network-admin-footer.php\":{\"d\":1567815231,\"h\":\"b55608779b3183907007ccba0bc1c6fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/views\\/admin\\/network-admin-alert.php\":{\"d\":1567815231,\"h\":\"b55608779b3183907007ccba0bc1c6fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/js\\/recipes-printthis.js\":{\"d\":1567815230,\"h\":\"04dd18a93199531381fc643fbdc78bb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/js\\/jmpress.js\":{\"d\":1567815230,\"h\":\"cb54f4ac2689f87cbfdfc1c2b3735eaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/js\\/recipes.js\":{\"d\":1567815230,\"h\":\"97380106c6d562d56f21077aa982a213\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/js\\/main.js\":{\"d\":1567815230,\"h\":\"bcf89daf7209010e5dbf80ab7c580ae9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/js\\/slideshow-shortcode.js\":{\"d\":1567815230,\"h\":\"43828b1304d9fc63a63bc00a9f68fe2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/js\\/gist.js\":{\"d\":1567815230,\"h\":\"1064aecd9e038c5535bd0be3573bcc37\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/js\\/jquery.cycle.min.js\":{\"d\":1567815230,\"h\":\"c17c34b6395de9e1a467bda34c824900\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/js\\/quiz.js\":{\"d\":1567815230,\"h\":\"3753fb890440c099718d008fe0a68241\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/js\\/brightcove.js\":{\"d\":1567815230,\"h\":\"03bffc69415cb59a7d0969970257cece\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/js\\/instagram.js\":{\"d\":1567815230,\"h\":\"5b8c328a5d14572fd8c693cd0e98f819\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/css\\/recipes.min.css\":{\"d\":1567815230,\"h\":\"3f9d36c95864c9439460217eafcc70a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/css\\/recipes-print.min.css\":{\"d\":1567815230,\"h\":\"8029eac4936e1ecd1e33582258c7cc93\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/css\\/recipes-rtl.css\":{\"d\":1567815230,\"h\":\"684c843a844229a6bda91419748154ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/css\\/slideshow-shortcode.css\":{\"d\":1567815230,\"h\":\"31b3f6c727e57df2068867598ab32d45\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/css\\/recipes.css\":{\"d\":1567815230,\"h\":\"cc662832f0cf2478436722943361c5df\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/css\\/recipes-print-rtl.css\":{\"d\":1567815230,\"h\":\"8416341826fd2d6cbd35e233628a8a4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/css\\/style.css\":{\"d\":1567815230,\"h\":\"bcd60330f5b20579092a9eb18a9aea2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/css\\/recipes-print-rtl.min.css\":{\"d\":1567815230,\"h\":\"8416341826fd2d6cbd35e233628a8a4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/css\\/quiz.css\":{\"d\":1567815230,\"h\":\"c764d13b229fad339a5dcc08acb854c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/css\\/slideshow-shortcode.min.css\":{\"d\":1567815230,\"h\":\"c5fa63dbd1399304466831453989ef80\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/css\\/slideshow-shortcode-rtl.css\":{\"d\":1567815230,\"h\":\"d5f2f88ac0bb2fd41cc7e56c17676707\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/css\\/recipes-rtl.min.css\":{\"d\":1567815230,\"h\":\"684c843a844229a6bda91419748154ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/css\\/recipes-print.css\":{\"d\":1567815230,\"h\":\"86cbd83c4db9bc919bcd590985adf0e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/css\\/slideshow-shortcode-rtl.min.css\":{\"d\":1567815230,\"h\":\"eef032dab2775c028b7c61b15ff671b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/kickstarter.php\":{\"d\":1567815230,\"h\":\"0e28967b1b686cd9c99d9ca48d6dd5ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/untappd-menu.php\":{\"d\":1567815230,\"h\":\"aa1f2826f4dbfd4b5fd4934623866451\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/cartodb.php\":{\"d\":1567815230,\"h\":\"6105248abef7750306cf8ce2ca1f45b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/houzz.php\":{\"d\":1567815230,\"h\":\"8b0fa751aec0ba023b248d0139266c6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/videopress.php\":{\"d\":1567815230,\"h\":\"2715f9844c7627f919dffffbf37d7b52\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/gravatar.php\":{\"d\":1567815230,\"h\":\"9ee30f0407a8fb8d089013cc1e070c1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/gist.php\":{\"d\":1567815230,\"h\":\"71f3083f179cb187075f4ffb03ce587d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/vimeo.php\":{\"d\":1567815230,\"h\":\"49890aca057e02739fb7e1adce6bbffd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/quiz.php\":{\"d\":1567815230,\"h\":\"ca2db1260d364a4a342222727c2eb06d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/pinterest.php\":{\"d\":1567815230,\"h\":\"6d3b095d3f8eac6bc65d63df09803f87\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/vr.php\":{\"d\":1567815230,\"h\":\"b188a82edce12e256dc97ff891d00716\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/vine.php\":{\"d\":1567815230,\"h\":\"a50b3551c72b4e912869892efe27fffa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/bandcamp.php\":{\"d\":1567815230,\"h\":\"39dff47d8fc182ca85b2ba05f450656c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/mailchimp.php\":{\"d\":1567815230,\"h\":\"5165bcddeb6c3aef705dba604dae6417\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/dailymotion.php\":{\"d\":1567815230,\"h\":\"4780552445f4bf300ea9513236838d8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/brightcove.php\":{\"d\":1567815230,\"h\":\"0d2a1a9be9fd52159c99dc67c298b5b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/wordads.php\":{\"d\":1567815230,\"h\":\"a99170a3be9f9e423b133b617e8213c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/ustream.php\":{\"d\":1567815230,\"h\":\"3051113da82991d21f69861e2826e23e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/archiveorg.php\":{\"d\":1567815230,\"h\":\"e1f730f88cdfd40f6f664f36b6c9fe1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/medium.php\":{\"d\":1567815230,\"h\":\"31c964647d643325197d1cdd0fd7f567\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/slideshow.php\":{\"d\":1567815230,\"h\":\"992bba9b67b3c34981590f17f588bbdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/class.filter-embedded-html-objects.php\":{\"d\":1567815230,\"h\":\"f21fbad1f9a13885da4191ef2ba876bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/codepen.php\":{\"d\":1567815230,\"h\":\"9a2d4e32756518d16f20b162ba89116a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/flickr.php\":{\"d\":1567815230,\"h\":\"3aebcd4a411062c77f659c737f2b1c4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/twitter-timeline.php\":{\"d\":1567815230,\"h\":\"65d5af35672228fa8d8cc8a7a9386a5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/spotify.php\":{\"d\":1567815230,\"h\":\"57c960d3aad09626a616550fb1bccc2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/getty.php\":{\"d\":1567815230,\"h\":\"8e1b5153db64dc8d6ec1d30270422da1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/flatio.php\":{\"d\":1567815230,\"h\":\"1626c42d2cc627a4a20916609b5f72c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/archives.php\":{\"d\":1567815230,\"h\":\"a58c9cb8cdb6905b1d8bd5477f5169fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/twitchtv.php\":{\"d\":1567815230,\"h\":\"f5b12db57aa78a903a1de4de1d210866\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/slideshare.php\":{\"d\":1567815230,\"h\":\"38baf85c006936aa919099f856ed8494\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/archiveorg-book.php\":{\"d\":1567815230,\"h\":\"ba371b9f9460a9b223330927f34aefd1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/wufoo.php\":{\"d\":1567815230,\"h\":\"acf4cd970914de4cafb2e414f790bba0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/hulu.php\":{\"d\":1567815230,\"h\":\"f84bcd0704e9f9e608eb5b998e49069d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/instagram.php\":{\"d\":1567815230,\"h\":\"3b5ab0c94d7f908020b4e06ee9b88d08\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/soundcloud.php\":{\"d\":1567815230,\"h\":\"607aa5758f7c1323a4d818f7330d28c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/googleplus.php\":{\"d\":1567815230,\"h\":\"7b970c1a1711a72e8d4ba3cdc6faa46f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/facebook.php\":{\"d\":1567815230,\"h\":\"b0ff7ee37f747c4385a26626b962cc20\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/googleapps.php\":{\"d\":1567815230,\"h\":\"2722c2ebb1b7f3ed2e907c64d7287c61\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/presentations.php\":{\"d\":1567815230,\"h\":\"0e988d34322c45edc3dd1b7a014c9554\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/unavailable.php\":{\"d\":1567815230,\"h\":\"9861a0748027228816aeaeaf38a5b6e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/recipe.php\":{\"d\":1567815230,\"h\":\"6699f06a77185704a2354d1472e7cdbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/sitemap.php\":{\"d\":1567815230,\"h\":\"08add24277d0211572b1724abc2b341c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/ted.php\":{\"d\":1567815230,\"h\":\"e97242c96b7f2923235d270dd6d38488\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/upcoming-events.php\":{\"d\":1567815230,\"h\":\"02f2c713cc8c15814fae4110415c0a95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/tweet.php\":{\"d\":1567815230,\"h\":\"69fb749f7ef0a70d3e1ee1b5383bfdbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/mixcloud.php\":{\"d\":1567815230,\"h\":\"a22e8feebfe2cd3cd1a85cccdb3bc605\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/youtube.php\":{\"d\":1567815230,\"h\":\"105900023c387eb080b6c0bd5074208f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/googlemaps.php\":{\"d\":1567815230,\"h\":\"9c185770ce8ce337259459f95e1c1c28\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/crowdsignal.php\":{\"d\":1567815230,\"h\":\"d2dceed19b5a19691f5820efe07295bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes\\/scribd.php\":{\"d\":1567815230,\"h\":\"ff5869745fe7cffba928e7349b44cfb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/woocommerce-analytics\\/classes\\/wp-woocommerce-analytics-universal.php\":{\"d\":1567815230,\"h\":\"2189fa36f3801da728263150faf80cdf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/woocommerce-analytics\\/wp-woocommerce-analytics.php\":{\"d\":1567815230,\"h\":\"74a6863ce2fe7c4c63b1c1ba4a270e10\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/js\\/core-customizer-css-preview.js\":{\"d\":1567815230,\"h\":\"4b5c44bdfbb37549f5bc7d64ef1f4142\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/js\\/core-customizer-css.js\":{\"d\":1567815230,\"h\":\"13428a42478627c6de7da1d8baa5c997\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/js\\/codemirror.min.js\":{\"d\":1567815230,\"h\":\"9588d05e861deeed2b4bf3a05579662e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/js\\/use-codemirror.js\":{\"d\":1567815230,\"h\":\"7fc0688f7de7e011da4def176f69710f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/js\\/css-editor.js\":{\"d\":1567815230,\"h\":\"b45e09c5914bb3c5bce1168fe1c2df65\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/js\\/core-customizer-css.core-4.9.js\":{\"d\":1567815230,\"h\":\"9118be087061b5c130a0e621f5d8b112\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/preprocessors\\/lessc.inc.php\":{\"d\":1567815230,\"h\":\"f900fd7bf1b038335faf2d09dc07f084\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/preprocessors\\/scss.inc.php\":{\"d\":1567815230,\"h\":\"bf5153f85a530005a9371c92fb8fbef0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/css\\/rtl\\/codemirror-rtl.css\":{\"d\":1567815230,\"h\":\"181c0dcdf649b0a30588056560711739\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/css\\/css-editor-rtl.min.css\":{\"d\":1567815230,\"h\":\"8b945163fcb1b0302fe00ea118d81eb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/css\\/use-codemirror.min.css\":{\"d\":1567815230,\"h\":\"2de3773b2417b26c966868b06d131286\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/css\\/blank.css\":{\"d\":1567815230,\"h\":\"750e2b14c260d45039edd2046466b4cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/css\\/codemirror-rtl.min.css\":{\"d\":1567815230,\"h\":\"0c4714976d94f76ac6ef0f341399fddd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/css\\/customizer-control.css\":{\"d\":1567815230,\"h\":\"55fd20611f061863fc192e33f5976ada\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/css\\/use-codemirror-rtl.css\":{\"d\":1567815230,\"h\":\"2677fb32de4bee680bf24b4601369770\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/css\\/codemirror-rtl.css\":{\"d\":1567815230,\"h\":\"7bfde5195311741fc615ef84907ec27e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/css\\/css-editor.css\":{\"d\":1567815230,\"h\":\"75f9671ebb6cffd94fce10a433bd316d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/css\\/css-editor-rtl.css\":{\"d\":1567815230,\"h\":\"9c5b06dbb2e77a1b9cb4913d91bc39d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/css\\/css-editor.min.css\":{\"d\":1567815230,\"h\":\"6775994007eba6cb825b3e0f21d86a11\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/css\\/codemirror.css\":{\"d\":1567815230,\"h\":\"b77d0bb68fd7c2b72f421b8a879b94b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/css\\/codemirror.min.css\":{\"d\":1567815230,\"h\":\"eaa17ab629795ddc1064ea7588ff7d2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/css\\/use-codemirror.css\":{\"d\":1567815230,\"h\":\"611290d83893075786096a209c405cab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/css\\/use-codemirror-rtl.min.css\":{\"d\":1567815230,\"h\":\"cfa365a630347242e1711ff87492721a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css\\/preprocessors.php\":{\"d\":1567815230,\"h\":\"5b264a91c37016e2d255446330f560e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/csstidy\\/class.csstidy_ctype.php\":{\"d\":1567815230,\"h\":\"df2cfaae650709303f65ad398aa74550\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/csstidy\\/class.csstidy_print.php\":{\"d\":1567815230,\"h\":\"66af1b48ad04b53bed0d163c9ca00044\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/csstidy\\/cssparsed.min.css\":{\"d\":1567815230,\"h\":\"6bc985efa8d3f450bd116b2159bff529\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/csstidy\\/cssparse-rtl.min.css\":{\"d\":1567815230,\"h\":\"b054cf86318fdb9ee5566ea1f3ed55c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/csstidy\\/cssparsed-rtl.css\":{\"d\":1567815230,\"h\":\"867fb730341a81b52560ef607c806b81\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/csstidy\\/class.csstidy.php\":{\"d\":1567815230,\"h\":\"0fa8482eadd928f63a762fee3334bf2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/csstidy\\/wordpress-standard.tpl\":{\"d\":1567815230,\"h\":\"09a3f56584c7d638fc7ff45e75ebee19\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/csstidy\\/cssparse.min.css\":{\"d\":1567815230,\"h\":\"4e2177c95b2ad98dfd9177f6b0e6f373\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/csstidy\\/cssparsed-rtl.min.css\":{\"d\":1567815230,\"h\":\"ddcdcc993c8647e406c20f6d17f3437e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/csstidy\\/cssparse-rtl.css\":{\"d\":1567815230,\"h\":\"834b4cac2b0972eee3770356684820b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/csstidy\\/data.inc.php\":{\"d\":1567815230,\"h\":\"2d8f9c3d59bdbc626b9531a913b540ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/csstidy\\/cssparse.css\":{\"d\":1567815230,\"h\":\"080abaff07c04bfca26ce9bcf1b7e278\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/csstidy\\/class.csstidy_optimise.php\":{\"d\":1567815230,\"h\":\"a70da280fa19752aad1ea2a1945b5094\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/csstidy\\/lang.inc.php\":{\"d\":1567815230,\"h\":\"dc943e1fa7d1bc1bee51d4ebdcadfaf9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/csstidy\\/data-wp.inc.php\":{\"d\":1567815230,\"h\":\"203515d5123df38c49f06aacc704612b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/csstidy\\/cssparsed.css\":{\"d\":1567815230,\"h\":\"3a0c24612040d104f7bf02a422133d06\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css-4.7.php\":{\"d\":1567815230,\"h\":\"3e3d9ae1279d2c806b6e7d235f00ebfd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/migrate-to-core.php\":{\"d\":1567815230,\"h\":\"6a22b3c10f8382d11aa49933d034f528\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css\\/custom-css.php\":{\"d\":1567815230,\"h\":\"7357728deb4667d1a9e79f3e786ee09f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/js\\/media-video-widget-extensions.js\":{\"d\":1567815230,\"h\":\"5095270388b0d98a40481225ae90650c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/js\\/editor-view.js\":{\"d\":1567815230,\"h\":\"4dacae71343b9cf96c9fa1e8bde44702\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/js\\/videopress-plupload.js\":{\"d\":1567815230,\"h\":\"4ce4d5d7ee0922d5895453a3c3c079c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/js\\/videopress-uploader.js\":{\"d\":1567815230,\"h\":\"fa4c72146dc4c90942f0dc4934bd829d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/css\\/videopress-editor-style-rtl.css\":{\"d\":1567815230,\"h\":\"ac991b6f2de0276a61b541cc3491f01c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/css\\/editor.min.css\":{\"d\":1567815230,\"h\":\"448c18eac8c741a45f3fad72ed70e18c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/css\\/videopress-editor-style.min.css\":{\"d\":1567815230,\"h\":\"6476f6d9f595f0230099f1de31086d8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/css\\/videopress-editor-style-rtl.min.css\":{\"d\":1567815230,\"h\":\"6fdb32ad3ce62c2d7f90847be231c386\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/css\\/videopress-editor-style.css\":{\"d\":1567815230,\"h\":\"8a91125a03e99bfb2f8cfe8092449bf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/css\\/editor.css\":{\"d\":1567815230,\"h\":\"b09c1d6eb174051db20255d8f49127f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/css\\/editor-rtl.css\":{\"d\":1567815230,\"h\":\"ea4d8f2fc8af92a56d6e61d5e3f908cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/css\\/editor-rtl.min.css\":{\"d\":1567815230,\"h\":\"e69b403a8d4a12c0d6792aea818c9cdd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/class.videopress-player.php\":{\"d\":1567815230,\"h\":\"a3fea6b322656dc5dc9803115507894f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/shortcode.php\":{\"d\":1567815230,\"h\":\"bea481e2aae6bffeac241f604f0a6e54\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/class.videopress-video.php\":{\"d\":1567815230,\"h\":\"6718f354b6c082d179a87d0896ae072d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/videopress-admin-rtl.min.css\":{\"d\":1567815230,\"h\":\"d1521c0c6c016bd878c6675e8725a844\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/videopress-admin.min.css\":{\"d\":1567815230,\"h\":\"10c098a8b4ac99dec51fb1b84166b8d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/videopress-admin-rtl.css\":{\"d\":1567815230,\"h\":\"60fde1f414e1e1c424f1375b3467c907\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/editor-media-view.php\":{\"d\":1567815230,\"h\":\"6259770b70609702cabab644e3f0045c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/class.videopress-options.php\":{\"d\":1567815230,\"h\":\"109f220c1632fcf696a8f3f4fe0b7529\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/class.videopress-xmlrpc.php\":{\"d\":1567815230,\"h\":\"40b6a1a59b28c62cd5c151a4175830d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/class.videopress-gutenberg.php\":{\"d\":1567815230,\"h\":\"b55492c986229e308310fbbdade0182f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/utility-functions.php\":{\"d\":1567815230,\"h\":\"71b6054f87cf2821935d487d123cfaac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/class.jetpack-videopress.php\":{\"d\":1567815230,\"h\":\"e049e83212c3ea8963946bdfec06b77b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/class.videopress-scheduler.php\":{\"d\":1567815230,\"h\":\"b94458f6a8cab219d26e9d1af99b1f0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/videopress-admin.css\":{\"d\":1567815230,\"h\":\"d1bdab678e7a76331d8d9ef003a257e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/class.videopress-ajax.php\":{\"d\":1567815230,\"h\":\"9b28c941f8df31c0727a9b802306b61c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/class.videopress-cli.php\":{\"d\":1567815230,\"h\":\"116394d20bc2b6ce64c1aa4bd862665b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress\\/class.videopress-edit-attachment.php\":{\"d\":1567815230,\"h\":\"d14d7836dcee89a8c961fc5e708c6f6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/google-analytics\\/classes\\/wp-google-analytics-legacy.php\":{\"d\":1567815230,\"h\":\"8e6a6cc8e797a7c5b442dcd4fcce10ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/google-analytics\\/classes\\/wp-google-analytics-options.php\":{\"d\":1567815230,\"h\":\"46d75437b00a53963335e5d576807857\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/google-analytics\\/classes\\/wp-google-analytics-utils.php\":{\"d\":1567815230,\"h\":\"6680c0f2b2d7186dd6fa083d94464e54\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/google-analytics\\/classes\\/wp-google-analytics-universal.php\":{\"d\":1567815230,\"h\":\"19f3a9334c32e4c30a36d061df45e1f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/google-analytics\\/wp-google-analytics.php\":{\"d\":1567815230,\"h\":\"b531b5cfa3ee2ddc10618df8edb8d0ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/related-posts\\/rtl\\/related-posts-rtl.css\":{\"d\":1567815230,\"h\":\"104e87b723d9ae16c4c5be4fdb389f4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/related-posts\\/class.related-posts-customize.php\":{\"d\":1567815230,\"h\":\"2ccb5dd27dad2ec6586083b97f003fc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/related-posts\\/jetpack-related-posts.php\":{\"d\":1567815230,\"h\":\"a36aa56dbdb27a73850fd5e87fa51877\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/related-posts\\/related-posts.js\":{\"d\":1567815230,\"h\":\"ebedee3697ef4b3d1201dfb65fdc4425\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/related-posts\\/related-posts-customizer.js\":{\"d\":1567815230,\"h\":\"234f0094777507d7d122ad998014b220\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/related-posts\\/related-posts-rtl.css\":{\"d\":1567815230,\"h\":\"91d1c40029e651ab558fe903345bfb83\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/related-posts\\/related-posts.css\":{\"d\":1567815230,\"h\":\"b4e7c54d23cf9e5558990708a68514f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/pwa\\/class.jetpack-pwa-helpers.php\":{\"d\":1567815230,\"h\":\"9ea2ae364a846f9d9132ec229b770de5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/pwa\\/class.jetpack-pwa-manifest.php\":{\"d\":1567815230,\"h\":\"f6347c0e2e8477176c5d470564b45a73\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/site-logo\\/js\\/site-logo-header-text.js\":{\"d\":1567815230,\"h\":\"39732c23a6f1b0573e04856c65749557\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/site-logo\\/js\\/site-logo.js\":{\"d\":1567815230,\"h\":\"80de29bf81986b6bd223571fdd260728\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/site-logo\\/js\\/site-logo-control.min.js\":{\"d\":1567815230,\"h\":\"3ec8ee6d445d95f62106c48b0de3ee55\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/site-logo\\/js\\/site-logo-header-text.min.js\":{\"d\":1567815230,\"h\":\"db9ccb95ea4f93180b8ead3a948ca5fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/site-logo\\/js\\/site-logo.min.js\":{\"d\":1567815230,\"h\":\"bf2528f82d558ff112aa32c2d0aa113e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/site-logo\\/js\\/site-logo-control.js\":{\"d\":1567815230,\"h\":\"814a8fbf0b5afae4867962b111977877\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/site-logo\\/inc\\/compat.php\":{\"d\":1567815230,\"h\":\"3134b6d5785676af51c4d0296262e941\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/site-logo\\/inc\\/functions.php\":{\"d\":1567815230,\"h\":\"7b78d521b87c5205618318bbd5fc6f4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/site-logo\\/inc\\/class-site-logo-control.php\":{\"d\":1567815230,\"h\":\"0bde137eb3475f96d2b3d1d25d4256ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/site-logo\\/inc\\/class-site-logo.php\":{\"d\":1567815230,\"h\":\"d620a99b45dca0a69ce62a7c40d863dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/site-logo\\/css\\/site-logo-control.css\":{\"d\":1567815230,\"h\":\"4e38d74fdb83226da0b4d4c366148e04\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/site-logo\\/css\\/site-logo-control-rtl.css\":{\"d\":1567815230,\"h\":\"92880287a83a94cdb1a0ba3c31919c06\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/site-logo\\/css\\/site-logo-control.min.css\":{\"d\":1567815230,\"h\":\"880506c42a8e3e89ff14b5cb86b6a55c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/site-logo\\/css\\/site-logo-control-rtl.min.css\":{\"d\":1567815230,\"h\":\"88be866ff2e8c244843220bdaa0975f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/js\\/suggest.js\":{\"d\":1567815230,\"h\":\"1139dc36df59ed9cda1a471441469a22\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/social-menu\\/social-menu.css\":{\"d\":1567815230,\"h\":\"07e5da976b32f354b107111109d62662\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/social-menu\\/icon-functions.php\":{\"d\":1567815230,\"h\":\"58352f36aa1cb26f6f6f59079927d1d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/compat\\/twentyfifteen.css\":{\"d\":1567815230,\"h\":\"8bca66e13f5a42b03f809e4b8e1dd04c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/compat\\/twentynineteen.css\":{\"d\":1567815230,\"h\":\"59df7cfffb21f6079a3d82a95a5e0dcf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/compat\\/twentyfourteen.css\":{\"d\":1567815230,\"h\":\"8076c58db88623e27dda5b5fc1bee6f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/compat\\/twentysixteen.css\":{\"d\":1567815230,\"h\":\"ec52899ab3024eee3c1b7ec7ee75c41c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/compat\\/twentysixteen-rtl.css\":{\"d\":1567815230,\"h\":\"bbf21a89f03bea0bf3e713758a7654e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/compat\\/twentyfourteen.php\":{\"d\":1567815230,\"h\":\"0126d0461157a18dbb745ae125498ee6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/compat\\/twentynineteen-rtl.css\":{\"d\":1567815230,\"h\":\"145395468af8b0049356704d124edaba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/compat\\/twentynineteen.php\":{\"d\":1567815230,\"h\":\"770971f5ba63997dc274ba860b07c7e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/compat\\/twentyseventeen.php\":{\"d\":1567815230,\"h\":\"57e4c83e085c0443a3b97194f5880d17\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/compat\\/twentyfourteen-rtl.css\":{\"d\":1567815230,\"h\":\"9f7f42610ba0f26faaf4026e23c55570\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/compat\\/twentyfifteen-rtl.css\":{\"d\":1567815230,\"h\":\"0a45ad249a173f25519ddcc6248ce9fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/compat\\/twentyfifteen.php\":{\"d\":1567815230,\"h\":\"a37245706f67dbfdf573ef6b1b5b60a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/compat\\/twentysixteen.php\":{\"d\":1567815230,\"h\":\"d0658ad8e71285e73a3ee83d465da7cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/responsive-videos\\/responsive-videos.js\":{\"d\":1567815230,\"h\":\"831df61e7435b1734364923ffcde75d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/responsive-videos\\/responsive-videos.css\":{\"d\":1567815230,\"h\":\"4e43cc01fafe401c6166602e6b5f7ae7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/responsive-videos\\/responsive-videos.min.js\":{\"d\":1567815230,\"h\":\"2e02bc091700b99c18cc1ec4d3cb05e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/content-options\\/featured-images.php\":{\"d\":1567815230,\"h\":\"44ed193639f3f32fd1e68e530f91cd66\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/content-options\\/blog-display.php\":{\"d\":1567815230,\"h\":\"ed26b9d96b5c9a17f653226b9875a4e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/content-options\\/featured-images-fallback.php\":{\"d\":1567815230,\"h\":\"853bc02a81d0d2dcabd3ec6a96931eef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/content-options\\/customizer.js\":{\"d\":1567815230,\"h\":\"dc8c689847d4b45cf30ca0288a3b0621\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/content-options\\/post-details.php\":{\"d\":1567815230,\"h\":\"f8618ccb4d163c18f7ef9202e3d2c093\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/content-options\\/customizer.php\":{\"d\":1567815230,\"h\":\"369d3a30d685a3dc221ea84f6f99a5d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/content-options\\/author-bio.php\":{\"d\":1567815230,\"h\":\"6fd270ad739807e0b181903fe144de72\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/site-logo.php\":{\"d\":1567815230,\"h\":\"57fbb40d3a024cd0d02c90ee228b18bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/infinite-scroll.php\":{\"d\":1567815230,\"h\":\"22d16873b6805f9c35e7a7a229b03feb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/site-breadcrumbs.php\":{\"d\":1567815230,\"h\":\"693a6aba8e74f371c2d3ed0d6a8a82c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/responsive-videos.php\":{\"d\":1567815230,\"h\":\"d6e7763107c9f2d68a055ca9fa7f50b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/random-redirect.php\":{\"d\":1567815230,\"h\":\"fe6baf87fd7d328549b24d6777e69ab5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/featured-content.php\":{\"d\":1567815230,\"h\":\"e6ffbe7072b7256fe05e307671313d34\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/social-menu.php\":{\"d\":1567815230,\"h\":\"7d27871ff7871e358dc69ef9cf173dda\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/content-options.php\":{\"d\":1567815230,\"h\":\"aa0e56c2ac1714d7061491fa3f0423f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools\\/social-links.php\":{\"d\":1567815230,\"h\":\"c5d987942cfbe1af978ebdf90c0272f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/comment-likes\\/comment-like-count.js\":{\"d\":1567815230,\"h\":\"5af96e045b797f256cb9c72380880f42\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/comment-likes\\/admin-style.css\":{\"d\":1567815230,\"h\":\"ea2e032ce5b1a3c2fe39193c11895ce7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/lazy-images\\/js\\/lazy-images.js\":{\"d\":1567815230,\"h\":\"27d5e4126d0aaad03fda1e1c38d89c43\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/lazy-images\\/lazy-images.php\":{\"d\":1567815230,\"h\":\"9a963db9700dd76592f4ae948cb0e57e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/my-community\\/style.css\":{\"d\":1567815230,\"h\":\"2eb7ba70f7a5b1a28c7c99881127fc29\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/image-widget\\/style.css\":{\"d\":1567815230,\"h\":\"7218d400c59913e23c21930ddb58fa4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/gallery\\/templates\\/form.php\":{\"d\":1567815230,\"h\":\"78fc19835a4058e01ec6cd8cff87e125\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/gallery\\/js\\/admin.js\":{\"d\":1567815230,\"h\":\"2c97bddfa3ad2cce68e48bf3cc10fc4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/gallery\\/js\\/gallery.js\":{\"d\":1567815230,\"h\":\"eb530d9d5683b46c7d8dc943deeff896\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/gallery\\/css\\/rtl\\/admin-rtl.css\":{\"d\":1567815230,\"h\":\"d10233a3b69486c3f2edf4cd3b294306\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/gallery\\/css\\/admin-rtl.min.css\":{\"d\":1567815230,\"h\":\"2a67319c0564fa23b0b4a4bd53828fb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/gallery\\/css\\/admin.min.css\":{\"d\":1567815230,\"h\":\"878ec924f8ec3b0caa8db698d1d2a93d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/gallery\\/css\\/admin.css\":{\"d\":1567815230,\"h\":\"6196620362a47860b14e44898876cfbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/gallery\\/css\\/admin-rtl.css\":{\"d\":1567815230,\"h\":\"60c8b49ca03cfae747f58315f7c3afdf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/social-media-icons\\/style.css\":{\"d\":1567815230,\"h\":\"9cc0a4151a00c01db72ad1d676d759e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/flickr\\/form.php\":{\"d\":1567815230,\"h\":\"8e79ee89cabf08711fb46e9e9f9e3997\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/flickr\\/style.css\":{\"d\":1567815230,\"h\":\"6f73b0dcc4bfc500238deceb2f4b5cd4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/flickr\\/widget.php\":{\"d\":1567815230,\"h\":\"40da380473b0f9c25156d43551b56dec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/eu-cookie-law\\/form.php\":{\"d\":1567815230,\"h\":\"41b5c374a0fe3ae3c16af850c2f32d66\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/eu-cookie-law\\/style.css\":{\"d\":1567815230,\"h\":\"d2a90623a681812b06ec53a136a5645b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/eu-cookie-law\\/eu-cookie-law-admin.js\":{\"d\":1567815230,\"h\":\"953f2f777ad7a680159d90b82c2cb578\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/eu-cookie-law\\/widget.php\":{\"d\":1567815230,\"h\":\"c640585cd147dbd98a6deca7662665f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/eu-cookie-law\\/eu-cookie-law.js\":{\"d\":1567815230,\"h\":\"778b0cb7519c3ffd38b7fcba132adda0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/social-icons\\/social-icons-admin.css\":{\"d\":1567815230,\"h\":\"299ea3f9d33b96f06308ff16e4afa15b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/social-icons\\/social-icons.css\":{\"d\":1567815230,\"h\":\"7d991f6163c01b8ed8adc9ae946fb3d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/social-icons\\/social-icons-admin.js\":{\"d\":1567815230,\"h\":\"9d8c1fa8a9900e3545c233e257b04145\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/authors\\/style.css\":{\"d\":1567815230,\"h\":\"84a952f288c23eac97ba066bb9031968\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/simple-payments\\/form.php\":{\"d\":1567815230,\"h\":\"0db3c337683a9b32850fdf9451c10411\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/simple-payments\\/style.css\":{\"d\":1567815230,\"h\":\"fd763bde6d85462b4422ddb6a30c2dba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/simple-payments\\/widget.php\":{\"d\":1567815230,\"h\":\"1385e6cf6508bcd616254f81dc192610\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/simple-payments\\/customizer.js\":{\"d\":1567815230,\"h\":\"7b2f2636b556a4e869f4e2de6a3fef83\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/simple-payments\\/customizer.css\":{\"d\":1567815230,\"h\":\"b3cdf1a8059cf01dc90db319ea6eaf12\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/simple-payments\\/admin-warning.php\":{\"d\":1567815230,\"h\":\"27da7f63775da9687f0a5463ff4b0002\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/facebook-likebox\\/style.css\":{\"d\":1567815230,\"h\":\"c3d0405efa850b70d21c25e3d71a464e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/goodreads\\/css\\/rtl\\/goodreads-rtl.css\":{\"d\":1567815230,\"h\":\"1b8baf27b72a052c821a99849901e726\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/goodreads\\/css\\/goodreads.css\":{\"d\":1567815230,\"h\":\"b3c150310004ec7e30ebb95aa110c12e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/search\\/js\\/search-widget.js\":{\"d\":1567815230,\"h\":\"9176310f002d37975caeb766ed630f0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/search\\/js\\/search-widget-admin.js\":{\"d\":1567815230,\"h\":\"0af1b991428dfb1143b8ee3351302c00\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/search\\/css\\/search-widget-admin-ui.css\":{\"d\":1567815230,\"h\":\"530cd632fbe3101897b22baed513c46a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/search\\/css\\/search-widget-frontend.css\":{\"d\":1567815230,\"h\":\"df618799127981288d4ec891e555a751\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/top-posts\\/style.css\":{\"d\":1567815230,\"h\":\"6f64a2d81a9463eacd680af4e8a868a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/migrate-to-core\\/gallery-widget.php\":{\"d\":1567815230,\"h\":\"89294742adcc432c64a89e6a0d2bd9a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/migrate-to-core\\/image-widget.php\":{\"d\":1567815230,\"h\":\"9023980263ab8d1fcf962eef425fd807\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/milestone\\/admin.js\":{\"d\":1567815230,\"h\":\"c2192f1203b7ae7b5f0475cfd34bd93e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/milestone\\/milestone.php\":{\"d\":1567815230,\"h\":\"5880c515e3c8ddc0099abac5a1817a66\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/milestone\\/style-admin.css\":{\"d\":1567815230,\"h\":\"2cc7a5cd020a3e5d257b7bf9cca43dda\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/milestone\\/milestone.js\":{\"d\":1567815230,\"h\":\"75cce30384c355a1fceda43e2773cea9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/google-translate\\/google-translate.js\":{\"d\":1567815230,\"h\":\"0f652b51357dd5113c565cbce0245a5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/contact-info\\/contact-info-admin.js\":{\"d\":1567815230,\"h\":\"12be90c76f854d04118de1c7c2b043c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/contact-info\\/contact-info-map.css\":{\"d\":1567815230,\"h\":\"d50f942f69e4004461e8c0d66fd42611\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/wordpress-post-widget\\/style.css\":{\"d\":1567815230,\"h\":\"3ab381331998b937f8a4a87aa07ea770\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/wordpress-post-widget\\/class.jetpack-display-posts-widget-base.php\":{\"d\":1567815230,\"h\":\"e5b0e54a7542ea245e98f53b1491035b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/wordpress-post-widget\\/class.jetpack-display-posts-widget.php\":{\"d\":1567815230,\"h\":\"6dc8903d494ef6b8d508d76f954294dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/contact-info.php\":{\"d\":1567815230,\"h\":\"47084926652a6fd9fad004c39574547c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/my-community.php\":{\"d\":1567815230,\"h\":\"cd71f2f4bf8e048129c999e5ccb4ae25\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/authors.php\":{\"d\":1567815230,\"h\":\"c3b39e7ee3a3ffe179bd66af11d1a8d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/twitter-timeline-admin.js\":{\"d\":1567815230,\"h\":\"fa40e38038931372829d6a6b775190b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/social-icons.php\":{\"d\":1567815230,\"h\":\"c675b6958043e109052b0e0e63eaf973\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/rsslinks-widget.php\":{\"d\":1567815230,\"h\":\"8972859360633395c7107730c700c9ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/mailchimp.php\":{\"d\":1567815230,\"h\":\"4d086564be7ff24dffe14b3839fea774\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/social-media-icons.php\":{\"d\":1567815230,\"h\":\"8fbb3831ada565edb710dcab70b6a38c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/customizer-utils.js\":{\"d\":1567815230,\"h\":\"41308a07a0568dbd15f3881996d85287\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/goodreads.php\":{\"d\":1567815230,\"h\":\"ce8b86b65132cbe4511fcf6c127832b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/wordpress-post-widget.php\":{\"d\":1567815230,\"h\":\"b60cb2bd6e94811aa256498041cff9b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/flickr.php\":{\"d\":1567815230,\"h\":\"8f681ce92f78fb3e5adfe9d85d3f1a3c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/twitter-timeline.php\":{\"d\":1567815230,\"h\":\"47e8b3ada90410de8ae7f258f039f830\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/blog-stats.php\":{\"d\":1567815230,\"h\":\"a0533e8f6e2afe61a3d3dd7fdeee94d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/milestone.php\":{\"d\":1567815230,\"h\":\"51e0350b4cad36735ca8b900679b0b93\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/customizer-controls.css\":{\"d\":1567815230,\"h\":\"bb782fd08c7a61fcede1a86a11bf53da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/gallery.php\":{\"d\":1567815230,\"h\":\"1fdf8d5b30658b7f310c5e2429eea403\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/internet-defense-league.php\":{\"d\":1567815230,\"h\":\"ecead028617750a64ead77673bcfcfc7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/facebook-likebox.php\":{\"d\":1567815230,\"h\":\"006495f4094a8ca1ab0cf2ca7eca156e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/search.php\":{\"d\":1567815230,\"h\":\"2742867e6a3c2b5a78223299c5cb734a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/google-translate.php\":{\"d\":1567815230,\"h\":\"bfef0959911b48cec0ec60b9e99ae131\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/top-posts.php\":{\"d\":1567815230,\"h\":\"870f4d03c9a0d2575a51a53308b81b81\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/upcoming-events.php\":{\"d\":1567815230,\"h\":\"3a09fee359f61bc075613138b4087077\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/eu-cookie-law.php\":{\"d\":1567815230,\"h\":\"87da1288699afe8d5d55f8f02ec8c618\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/simple-payments.php\":{\"d\":1567815230,\"h\":\"f8418e12ba70f9fbe65c6c4f3415dc48\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/image-widget.php\":{\"d\":1567815230,\"h\":\"043991f5375b2292ce94fb0324928582\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/gravatar-profile.css\":{\"d\":1567815230,\"h\":\"f50b0bdc35197851af321825ef5837ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets\\/gravatar-profile.php\":{\"d\":1567815230,\"h\":\"59f1d0d11d7d1efa45b8607efcbefb2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/js\\/menu-checkboxes.js\":{\"d\":1567815230,\"h\":\"3b62f067de9a7fbf6c67edc16001895f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/js\\/many-items.js\":{\"d\":1567815230,\"h\":\"d12e47f1db1e75a679e7065c3e7182e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/js\\/nova-drag-drop.js\":{\"d\":1567815230,\"h\":\"0076c2838309a18ea8f9219668762f99\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/comics\\/rtl\\/comics-rtl.css\":{\"d\":1567815230,\"h\":\"04df3e61d18f0d5b41bc64a6de5ad9ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/comics\\/comics.css\":{\"d\":1567815230,\"h\":\"c1623d8420184377b3bb27de67ba48b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/comics\\/comics-rtl.css\":{\"d\":1567815230,\"h\":\"4c98d3b047339f9a1b080bbd6270e4aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/comics\\/comics-rtl.min.css\":{\"d\":1567815230,\"h\":\"f332f891ccbec20e80a25f223433f863\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/comics\\/admin.css\":{\"d\":1567815230,\"h\":\"9f201fd0012be940a2d3fb540d17a2b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/comics\\/comics.min.css\":{\"d\":1567815230,\"h\":\"6df477231be9256e9b05fdfd1b9a2264\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/comics\\/comics.js\":{\"d\":1567815230,\"h\":\"228d0486a7823977c395320dc5fd7f2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/css\\/many-items.css\":{\"d\":1567815230,\"h\":\"75c2b7960466eae949128aebdd4bf4fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/css\\/testimonial-shortcode.css\":{\"d\":1567815230,\"h\":\"9cecb4e1d04c652a8bdda1e128028fe9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/css\\/nova.css\":{\"d\":1567815230,\"h\":\"831011d20531170e7e5a99d7ecbf1ea9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/css\\/portfolio-shortcode.css\":{\"d\":1567815230,\"h\":\"1e3e71552b41f7b74fe3690645604b4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/css\\/edit-items.css\":{\"d\":1567815230,\"h\":\"3834cacfd8c2efd0d043f24d94d63d00\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/css\\/nova-font.css\":{\"d\":1567815230,\"h\":\"d450eaf93e3f43972789408468f55033\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/comics.php\":{\"d\":1567815230,\"h\":\"1daba61df2f1a8e4d91078b979a9bcde\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/nova.php\":{\"d\":1567815230,\"h\":\"40cbf9a1b9bded186c2d13fe84da4c7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/portfolios.php\":{\"d\":1567815230,\"h\":\"8d98e388f5bfab6098557e32c5bb7ed2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-post-types\\/testimonial.php\":{\"d\":1567815230,\"h\":\"545b79e373454b84e0aa7b357ee91bf4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/subscriptions\\/views.php\":{\"d\":1567815230,\"h\":\"de43b706206d0d5a507db57103b34f96\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/subscriptions\\/subscriptions.css\":{\"d\":1567815230,\"h\":\"cedcaab8c4cd6f2c52442f216c7e3043\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/subscriptions\\/readme.md\":{\"d\":1567815230,\"h\":\"49a8dc2e3a2443d7848d3a6a5d4f869a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/js\\/grunion-frontend.js\":{\"d\":1567815230,\"h\":\"4d3a1336a102c86ae33d7ba3fa4114a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/js\\/tinymce-plugin-form-button.js\":{\"d\":1567815230,\"h\":\"559695a67f4c054a390cfcdba38c929d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/js\\/grunion.js\":{\"d\":1567815230,\"h\":\"96dea1fdc643833224f6261937798d72\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/js\\/editor-view.js\":{\"d\":1567815230,\"h\":\"ca09c2c08b2c2bc9f3edb0e82b5a28cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/js\\/grunion-admin.js\":{\"d\":1567815230,\"h\":\"ea180c905b4a20f687731652206373ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/css\\/grunion.css\":{\"d\":1567815230,\"h\":\"b479607707aee052357a3b43795ba0af\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/css\\/editor-ui.css\":{\"d\":1567815230,\"h\":\"897b62a5a70afd3f687489276197d03c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/css\\/editor-ui-rtl.min.css\":{\"d\":1567815230,\"h\":\"67ddc9479cfbcc56c1a9fda94b978203\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/css\\/editor-inline-editing-style-rtl.min.css\":{\"d\":1567815230,\"h\":\"89d3a52ed06eee8e46856af52a459280\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/css\\/grunion-rtl.css\":{\"d\":1567815230,\"h\":\"3e2ec2dcb556575b1d53246dca144b54\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/css\\/editor-style.css\":{\"d\":1567815230,\"h\":\"012ec462598fe1a2d818525793c52812\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/css\\/editor-style-rtl.min.css\":{\"d\":1567815230,\"h\":\"dde3eb2cab11444552038eb40f26720e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/css\\/jquery-ui-datepicker.css\":{\"d\":1567815230,\"h\":\"d2ca5575ea33f7e6bd9c7679fb81c706\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/css\\/editor-inline-editing-style.css\":{\"d\":1567815230,\"h\":\"01563b623db9dea83ad9d72619ccab51\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/css\\/editor-style.min.css\":{\"d\":1567815230,\"h\":\"d20a7112f12cec25339fa557ab922f70\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/css\\/editor-ui.min.css\":{\"d\":1567815230,\"h\":\"1ea315c96198dc7c669bfb12634f7c83\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/css\\/editor-style-rtl.css\":{\"d\":1567815230,\"h\":\"2b61ee5d0fbf6477a7d67d4fa17f3825\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/css\\/editor-inline-editing-style-rtl.css\":{\"d\":1567815230,\"h\":\"1061b5dbac2fd35d956e4e5a5e9e59a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/css\\/editor-ui-rtl.css\":{\"d\":1567815230,\"h\":\"ccba52a7b47ebafe170c9ccdbe5397ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/css\\/editor-inline-editing-style.min.css\":{\"d\":1567815230,\"h\":\"d0df60e583f6832ba732b109eadf014c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/class-grunion-contact-form-endpoint.php\":{\"d\":1567815230,\"h\":\"1017108a3813518c0582dfc92936f25c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/admin.php\":{\"d\":1567815230,\"h\":\"d2f071296e8dbd1831a14b616a9a2aff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/grunion-editor-view.php\":{\"d\":1567815230,\"h\":\"3a6d7a1acdbde00715747dfa156048da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/grunion-form-view.php\":{\"d\":1567815230,\"h\":\"db9146166ffe905acb0a2c0616b9a4d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form\\/grunion-contact-form.php\":{\"d\":1567815230,\"h\":\"925b004c292ff54f620ff7cd30e69e0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/masterbar\\/overrides.css\":{\"d\":1567815230,\"h\":\"9c36627edb02102c88b4253c0a7d4897\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/masterbar\\/tracks-events.js\":{\"d\":1567815230,\"h\":\"7d008d19b3e229bad152ada9a9bdeefa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/masterbar\\/rtl-admin-bar.php\":{\"d\":1567815230,\"h\":\"cecaa1f20b5c0479b285676732e029a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/masterbar\\/masterbar.php\":{\"d\":1567815230,\"h\":\"e125e2dc108f14ae4dee2d02913ad699\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/markdown\\/easy-markdown.php\":{\"d\":1567815230,\"h\":\"19c4d7cbdda47ba9bc8283ada98b53fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/js\\/small-menu.js\":{\"d\":1567815230,\"h\":\"ae9144123ec876232b3ede61e56cea52\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/inc\\/fonts\\/genericons-regular-webfont.eot\":{\"d\":1567815230,\"h\":\"7990d9e8c42928b46be0f4c517b1dfd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/inc\\/fonts\\/genericons-regular-webfont.woff\":{\"d\":1567815230,\"h\":\"f7b97039a632d52c4a980958d3a29d2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/inc\\/fonts\\/genericons-regular-webfont.ttf\":{\"d\":1567815230,\"h\":\"b9d06b7be470e9160d33e2f3a6e15660\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/inc\\/tweaks.php\":{\"d\":1567815230,\"h\":\"3f7bce314a708389080bcf3d30b60d76\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/inc\\/template-tags.php\":{\"d\":1567815230,\"h\":\"bff4fa526f804b2c1d4f231b3f4c7c11\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/inc\\/custom-header.php\":{\"d\":1567815230,\"h\":\"f793135b6bc40e794e2a6efaeb288d5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/sidebar.php\":{\"d\":1567815230,\"h\":\"2f8da71d43d01c133b85cb2d76b93ce4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/content.php\":{\"d\":1567815230,\"h\":\"25a9e32ce2eba13d903542b0b976a310\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/content-gallery.php\":{\"d\":1567815230,\"h\":\"c95a79b39bc8e90e58a802c2a3bed8be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/rtl.css\":{\"d\":1567815230,\"h\":\"53e1fc75bf25d406c4d00321b6e8b221\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/footer.php\":{\"d\":1567815230,\"h\":\"5760f9d6fa8bebaa32d34248fa224608\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/page.php\":{\"d\":1567815230,\"h\":\"e0bb1caefa7cad08591eb3c5375b6120\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/style.css\":{\"d\":1567815230,\"h\":\"f3fa892ec42dc55c6909200a2ad8256e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/functions.php\":{\"d\":1567815230,\"h\":\"6ae119344bb5ff2b1b978c8e81a16e80\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/searchform.php\":{\"d\":1567815230,\"h\":\"c467c51514f98518ebcfb8d932e2533b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/image.php\":{\"d\":1567815230,\"h\":\"2847f62f74cf1f5e2643d4cb965b78eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/comments.php\":{\"d\":1567815230,\"h\":\"37ba0cb6c45f7e4ca59fc260a0e723be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/index.php\":{\"d\":1567815230,\"h\":\"5567e90885d0e6a98899220cdc365895\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/theme\\/pub\\/minileven\\/header.php\":{\"d\":1567815230,\"h\":\"8dc3185a4a8e1ddc4682b59b365fc585\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven\\/minileven.php\":{\"d\":1567815230,\"h\":\"f622f8d2d19aa19841f820352be4f1e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sso\\/jetpack-sso-login.js\":{\"d\":1567815230,\"h\":\"e081e3d194c4794b26b33afc87d6cab6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sso\\/jetpack-sso-login.min.css\":{\"d\":1567815230,\"h\":\"8692819d1d4c6beadb223358aa4d6cbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sso\\/jetpack-sso-login-rtl.css\":{\"d\":1567815230,\"h\":\"744da17e937c6f13bd9832c96b9eb36c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sso\\/jetpack-sso-login.css\":{\"d\":1567815230,\"h\":\"5154fc0cb64eba2a8e39bc4aadaa2d2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sso\\/jetpack-sso-login-rtl.min.css\":{\"d\":1567815230,\"h\":\"d5de736c49fd3a2e608afe7c467b4b51\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sso\\/class.jetpack-sso-notices.php\":{\"d\":1567815230,\"h\":\"768e74a77a3ac44f0bba55dc63d72394\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sso\\/class.jetpack-sso-helpers.php\":{\"d\":1567815230,\"h\":\"83f0beb97e587b5a786988b5a73aa642\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/memberships\\/class-jetpack-memberships.php\":{\"d\":1567815230,\"h\":\"d2938a5a1df4e3865b71d7e1755acce5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/site-icon\\/site-icon-functions.php\":{\"d\":1567815230,\"h\":\"33d32fcc4823a6ed789b0ee34c30ab26\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/calypsoify\\/gutenberg-styles\\/button.scss\":{\"d\":1567815230,\"h\":\"c4a9e2e1dd346d57c5893e10733437ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/calypsoify\\/mods-gutenberg.js\":{\"d\":1567815230,\"h\":\"7ff240adebf704962262c93df441d61f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/calypsoify\\/class.jetpack-calypsoify.php\":{\"d\":1567815230,\"h\":\"e8fcb8d4268ba2182139a8390d1fdc35\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/calypsoify\\/mods.js\":{\"d\":1567815230,\"h\":\"138ea4fe3398794337b242f89dfd0766\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/calypsoify\\/style.min.css\":{\"d\":1567815230,\"h\":\"888d43859606c962daee8c906c2aee59\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/calypsoify\\/README.md\":{\"d\":1567815230,\"h\":\"e3681bbc0b91c1db1d777ce2705f223e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/calypsoify\\/style-rtl.min.css\":{\"d\":1567815230,\"h\":\"b9883cd71ff1c88542ab82c8da28aefe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/calypsoify\\/style-gutenberg-rtl.min.css\":{\"d\":1567815230,\"h\":\"fcc9f44df55de19433b36d7adbfcb23e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/calypsoify\\/style-gutenberg.min.css\":{\"d\":1567815230,\"h\":\"17495b58524d31bfb95ebbfe7b0cc363\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentytwelve.css\":{\"d\":1567815230,\"h\":\"5f29e8e155e41429f12c74ea6b69fae8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentyten.php\":{\"d\":1567815230,\"h\":\"d031ff93f6c73234c5b47cab6315a448\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentyeleven.php\":{\"d\":1567815230,\"h\":\"eada0fabd37ceabe53a00b31dfc37897\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentyfifteen.css\":{\"d\":1567815230,\"h\":\"c7f13244f480bb2a2d0ec38debbe6488\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentyseventeen.css\":{\"d\":1567815230,\"h\":\"80bcf65e6ab29f047897ef55be806b21\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentyten.css\":{\"d\":1567815230,\"h\":\"b96b20806b5376f76dd5dce56760b8d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentyfourteen.css\":{\"d\":1567815230,\"h\":\"97a01e039d5ca0f764c9e38bd38e9d5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentysixteen.css\":{\"d\":1567815230,\"h\":\"4b14dfb4f6f8f393d0fac7f02e41263c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentyeleven.css\":{\"d\":1567815230,\"h\":\"bdd51abb9070c85f15c26c1c06f643c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentysixteen-rtl.css\":{\"d\":1567815230,\"h\":\"d30b8dce4b2d40d1bf3df38a6a828e0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentyfourteen.php\":{\"d\":1567815230,\"h\":\"740e7a0b7b0542d54442a96bc09a0797\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentyseventeen.php\":{\"d\":1567815230,\"h\":\"3fef98b6b0d3192c042ff255480308d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentyseventeen-rtl.css\":{\"d\":1567815230,\"h\":\"a2dbf1d04a9b7d1cc9ab08fd0970ca00\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentythirteen.css\":{\"d\":1567815230,\"h\":\"f5a92541d245075cbb3bdc6378ac807e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentytwelve.php\":{\"d\":1567815230,\"h\":\"feb3d5e700edd76d83c757f671f3fc40\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentyfifteen-rtl.css\":{\"d\":1567815230,\"h\":\"46e4670c5e2eb42058548c8d07780706\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentyfifteen.php\":{\"d\":1567815230,\"h\":\"c7f43d4ade035b8ecd02c1afe3de876b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentythirteen.php\":{\"d\":1567815230,\"h\":\"a255dfde76c6327abc2b0aeb5b57edbd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/themes\\/twentysixteen.php\":{\"d\":1567815230,\"h\":\"a698c11eef7171e8e235ca987f866dc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/infinity.php\":{\"d\":1567815230,\"h\":\"7503b5c3d416316be78cddeb6b1e0576\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/infinity.js\":{\"d\":1567815230,\"h\":\"40ec08cc217cae317a099347cc0f2d15\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll\\/infinity.css\":{\"d\":1567815230,\"h\":\"8582fd468cb45f7fa72792952be9575f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/seo-tools\\/jetpack-seo-utils.php\":{\"d\":1567815230,\"h\":\"07c8aa062e2c90aa1a29742a60240bc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/seo-tools\\/jetpack-seo-titles.php\":{\"d\":1567815230,\"h\":\"a3fe4e539a5d2c722cd4b00c14358019\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/seo-tools\\/jetpack-seo-posts.php\":{\"d\":1567815230,\"h\":\"3a146768ce895862f49e9b35f70fdcef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/seo-tools\\/jetpack-seo.php\":{\"d\":1567815230,\"h\":\"a684d48844b77b2e4e716e94c1670318\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/manage\\/confirm-admin.php\":{\"d\":1567815230,\"h\":\"493ffc5589c72dd56c6a7be4220febac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/manage\\/activate-admin.php\":{\"d\":1567815230,\"h\":\"493ffc5589c72dd56c6a7be4220febac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-librarian.php\":{\"d\":1567815230,\"h\":\"fbd997dc9ca7046834765d59392dc254\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-buffer-video-fallback.php\":{\"d\":1567815230,\"h\":\"536fad320e4fd93c036791d15e665b0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-buffer-master-fallback.php\":{\"d\":1567815230,\"h\":\"e560af10d9c3b15438397182eecdd176\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-logger.php\":{\"d\":1567815230,\"h\":\"d65374e471076fe2b4b9e3272a104fd9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-builder.php\":{\"d\":1567815230,\"h\":\"f296fc0f48522d3c77983b378f951edf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-buffer-video.php\":{\"d\":1567815230,\"h\":\"cfd8571b6e44555fde3b9f4c0548d794\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-buffer-master.php\":{\"d\":1567815230,\"h\":\"4a630d589e79ca9358c3c5302b1484db\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-finder.php\":{\"d\":1567815230,\"h\":\"40fecb7c99626e15c92cbb5c02e556b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-buffer-image.php\":{\"d\":1567815230,\"h\":\"e3eb3c783945222389b00352e25a8f5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-buffer.php\":{\"d\":1567815230,\"h\":\"46a56e1439d443835885d5159b1a1b33\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-buffer-page.php\":{\"d\":1567815230,\"h\":\"f70bf7b1b95be44a8707c63bddcfb2bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-buffer-news-fallback.php\":{\"d\":1567815230,\"h\":\"affdf6dc32d3891504df76609abbec43\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-buffer-image-fallback.php\":{\"d\":1567815230,\"h\":\"046d02b11c19e8299eb720b1da289772\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemaps.php\":{\"d\":1567815230,\"h\":\"99dfb7d6f9b51b29f859c18ff16dfc90\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-constants.php\":{\"d\":1567815230,\"h\":\"5314023a329600d6d2018274ab9c0869\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-buffer-page-fallback.php\":{\"d\":1567815230,\"h\":\"a04d4a43603f943f65c86e79134592aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-stylist.php\":{\"d\":1567815230,\"h\":\"63271326fe485c6b2aecf0da72d939a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-buffer-fallback.php\":{\"d\":1567815230,\"h\":\"c4534cfc7e638382fe041a8dbeb49479\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-state.php\":{\"d\":1567815230,\"h\":\"24c14399d769e4310ee80ab72ce52da1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps\\/sitemap-buffer-news.php\":{\"d\":1567815230,\"h\":\"f515e02693f76c8b91021e399162e818\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/comments\\/admin.php\":{\"d\":1567815230,\"h\":\"4e0a0cab6e8c6f7947a26628b7dfd52d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/comments\\/comments.php\":{\"d\":1567815230,\"h\":\"022d23ac423d8b8ac188fa677e51c94b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/comments\\/base.php\":{\"d\":1567815230,\"h\":\"4655faa20c54715ccb1cab8a07937b5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/simple-payments\\/simple-payments.css\":{\"d\":1567815230,\"h\":\"f6c28fd64e6b63614f6258ff2b4c53be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/simple-payments\\/paypal-express-checkout.js\":{\"d\":1567815230,\"h\":\"493523fcde21494d5e2187107253308f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/simple-payments\\/simple-payments.php\":{\"d\":1567815230,\"h\":\"7a1b1755aebc1f7aad16381f36e32c13\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/wordads\\/php\\/networks\\/amazon.php\":{\"d\":1567815230,\"h\":\"c94269a3fa36d915edd970f14fd39fbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/wordads\\/php\\/api.php\":{\"d\":1567815230,\"h\":\"4b596b10820c0e3c43eda0f138bdfc00\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/wordads\\/php\\/admin.php\":{\"d\":1567815230,\"h\":\"91ab1f2563a9fd0c7237b71a86299e40\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/wordads\\/php\\/widgets.php\":{\"d\":1567815230,\"h\":\"cd0323cccf21f549245e4b62dc2cc442\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/wordads\\/php\\/params.php\":{\"d\":1567815230,\"h\":\"5e65396058d50b3387772c9c1d8d4c91\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/wordads\\/php\\/cron.php\":{\"d\":1567815230,\"h\":\"5ce2b4394ddc1f78974c724751590425\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/wordads\\/css\\/style.css\":{\"d\":1567815230,\"h\":\"c980cb044361631a11e3dedc9110384e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/wordads\\/wordads.php\":{\"d\":1567815230,\"h\":\"dac251d8203e756da4bb202f03ad1915\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widget-visibility\\/widget-conditions\\/rtl\\/widget-conditions-rtl.css\":{\"d\":1567815230,\"h\":\"395b7a2eeba356d6047b5a742228b1bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widget-visibility\\/widget-conditions\\/widget-conditions.min.css\":{\"d\":1567815230,\"h\":\"dc88bf5a3fc6682ebcca7fd6dcf7fdb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widget-visibility\\/widget-conditions\\/widget-conditions.css\":{\"d\":1567815230,\"h\":\"7946abd180b257e03acd9a122b991a09\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widget-visibility\\/widget-conditions\\/widget-conditions.js\":{\"d\":1567815230,\"h\":\"481009d02f788135d648a69c729a522b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widget-visibility\\/widget-conditions\\/widget-conditions-rtl.min.css\":{\"d\":1567815230,\"h\":\"9dd6940637eb2439cd5c8d6f1c74b8a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widget-visibility\\/widget-conditions\\/widget-conditions-rtl.css\":{\"d\":1567815230,\"h\":\"e357c79080a2790bf0e3f92decf1fae6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widget-visibility\\/widget-conditions.php\":{\"d\":1567815230,\"h\":\"592ca8525365280e397f54a13e57ed5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/photon\\/photon.js\":{\"d\":1567815230,\"h\":\"97b25e14ba9c98805979b40cbae6488f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/photon-cdn\\/jetpack-manifest.php\":{\"d\":1567815230,\"h\":\"1c8b261d7d1c77d9d9ac3b00372f639b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/carousel\\/rtl\\/jetpack-carousel-rtl.css\":{\"d\":1567815230,\"h\":\"b2e8511dae99dc3f358d894d9549fb24\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/carousel\\/jetpack-carousel.css\":{\"d\":1567815230,\"h\":\"53206bba0e42f88d19179310584df569\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/carousel\\/jetpack-carousel.js\":{\"d\":1567815230,\"h\":\"1cb08477fed60d6309d47039613979d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/carousel\\/jetpack-carousel.php\":{\"d\":1567815230,\"h\":\"45646cf76a7166c0fd9581032eca9bb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/carousel\\/jetpack-carousel-rtl.css\":{\"d\":1567815230,\"h\":\"f5b5ae99e69bdde98bede1e35bb1b73e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/post-by-email\\/post-by-email-rtl.min.css\":{\"d\":1567815230,\"h\":\"9c3d64dade4897219971f39400608ca5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/post-by-email\\/post-by-email.js\":{\"d\":1567815230,\"h\":\"d9ec85952b0e45fd67acbeffce1f070d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/post-by-email\\/post-by-email.min.css\":{\"d\":1567815230,\"h\":\"9d1c6a9d20bb38290c7afbcb6ad664d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/post-by-email\\/post-by-email.css\":{\"d\":1567815230,\"h\":\"0095e60166ef696644dca4273175bc46\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/post-by-email\\/post-by-email-rtl.css\":{\"d\":1567815230,\"h\":\"b1902fb7a434a426d631a877037484bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/likes\\/post-count-jetpack.js\":{\"d\":1567815230,\"h\":\"312b27bb75104e7435441d5f64668de6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/likes\\/style.css\":{\"d\":1567815230,\"h\":\"df3b417607a956ca346042fc976951a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/likes\\/jetpack-likes-settings.php\":{\"d\":1567815230,\"h\":\"fc58e3a25a4e6b46ed6746bfa1eb79ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/likes\\/jetpack-likes-master-iframe.php\":{\"d\":1567815230,\"h\":\"99293ee9604b2a849a162f89dd178fd3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/likes\\/post-count.js\":{\"d\":1567815230,\"h\":\"7d36926b9df21ad3acd20a28054ea36e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/likes\\/queuehandler.js\":{\"d\":1567815230,\"h\":\"12d520347209de29dd5f028699dd3dc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/search\\/class.jetpack-search-template-tags.php\":{\"d\":1567815230,\"h\":\"a922983218b96edd42cd5c08a6f03543\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/search\\/class.jetpack-search-helpers.php\":{\"d\":1567815230,\"h\":\"dbf519d3bddf29318e4f6fa83269777f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/search\\/class.jetpack-search.php\":{\"d\":1567815230,\"h\":\"29c0ce408be147d8097e4a0d619a8c72\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery\\/math\\/class-constrained-array-rounding.php\":{\"d\":1567815230,\"h\":\"702b1c0ec623f6f8b851534e9ea13c43\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery\\/tiled-gallery\\/templates\\/partials\\/carousel-image-args.php\":{\"d\":1567815230,\"h\":\"a9e79469bdf4635af16b9d5d5456ca12\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery\\/tiled-gallery\\/templates\\/partials\\/item.php\":{\"d\":1567815230,\"h\":\"34f657db434166cbc3c06b0fed19729a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery\\/tiled-gallery\\/templates\\/rectangular-layout.php\":{\"d\":1567815230,\"h\":\"c5836abbe634be390d48b397172c6017\"}}','2019-09-19 08:59:24'),(1717,'file-list','files',7,'{\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery\\/tiled-gallery\\/templates\\/carousel-container.php\":{\"d\":1567815230,\"h\":\"fc4b01381d6df8a7cf10b5a5f1031dcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery\\/tiled-gallery\\/templates\\/square-layout.php\":{\"d\":1567815230,\"h\":\"e7c9d74f8ced15013272b6e761689a2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery\\/tiled-gallery\\/templates\\/circle-layout.php\":{\"d\":1567815230,\"h\":\"16a50eca01fc4d7fcd23a506384952ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery\\/tiled-gallery\\/rtl\\/tiled-gallery-rtl.css\":{\"d\":1567815230,\"h\":\"b58e13b84a5721a9d2520829737bbdf1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery\\/tiled-gallery\\/tiled-gallery-rtl.css\":{\"d\":1567815230,\"h\":\"5f45ea08855348759d483cd98aed3d79\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery\\/tiled-gallery\\/tiled-gallery-rectangular.php\":{\"d\":1567815230,\"h\":\"0082d89c4e5937f61f5021cbff66bc5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery\\/tiled-gallery\\/tiled-gallery-shape.php\":{\"d\":1567815230,\"h\":\"c801c88a6f292df3509dfc29a0cab09d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery\\/tiled-gallery\\/tiled-gallery-square.php\":{\"d\":1567815230,\"h\":\"3d89b7ebd258bcc0f8e4da94d2224c44\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery\\/tiled-gallery\\/tiled-gallery.css\":{\"d\":1567815230,\"h\":\"08ff69dd8ae8d770039dc63b6892919e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery\\/tiled-gallery\\/tiled-gallery-layout.php\":{\"d\":1567815230,\"h\":\"8befa687d3d4c03fa4f618f08b98a87e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery\\/tiled-gallery\\/tiled-gallery-item.php\":{\"d\":1567815230,\"h\":\"b374c3e55e85824fdde1c6dc4a7e2361\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery\\/tiled-gallery\\/tiled-gallery-circle.php\":{\"d\":1567815230,\"h\":\"a3d16eb79c72d2c9ace143b7d7512831\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery\\/tiled-gallery\\/tiled-gallery.js\":{\"d\":1567815230,\"h\":\"0fcdd1ffe50e399a8bbb0a01e4f3c913\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery\\/tiled-gallery.php\":{\"d\":1567815230,\"h\":\"bb486a8359e4940c5aa90618dbbbd6d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sharedaddy\\/sharing.css\":{\"d\":1567815230,\"h\":\"2478606eee6bb7db6ddca6c7ede7f744\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sharedaddy\\/sharing.php\":{\"d\":1567815230,\"h\":\"3c985b4845aa00f68b2be9c2a4c60459\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sharedaddy\\/admin-sharing.js\":{\"d\":1567815230,\"h\":\"9a0948c112acc5f35f6c6a204f1a9f07\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sharedaddy\\/recaptcha.php\":{\"d\":1567815230,\"h\":\"9708598ebca05cda7b652d3bf5189680\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sharedaddy\\/sharing-service.php\":{\"d\":1567815230,\"h\":\"3b13b96254bbada9226fa940a5690419\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sharedaddy\\/admin-sharing-rtl.css\":{\"d\":1567815230,\"h\":\"1e7757fc87f654bafa97921919167541\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sharedaddy\\/admin-sharing.css\":{\"d\":1567815230,\"h\":\"0ef11d5d392eadada415cd226a315db1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sharedaddy\\/admin-sharing-rtl.min.css\":{\"d\":1567815230,\"h\":\"8e9cab78b2197fe3b558e6c5e234a17b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sharedaddy\\/sharing.js\":{\"d\":1567815230,\"h\":\"5f7e9efbd7e88730d0d5916b76154a33\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sharedaddy\\/sharedaddy.php\":{\"d\":1567815230,\"h\":\"fbb4c1a7c45b0e9bb62252e2ee366b94\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sharedaddy\\/sharing-sources.php\":{\"d\":1567815230,\"h\":\"04387f8b55c17bea27344822130077d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sharedaddy\\/admin-sharing.min.css\":{\"d\":1567815230,\"h\":\"b1817eb12a0aa1f8e4df1b18f87ff5b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/plugin-search\\/plugin-search.js\":{\"d\":1567815230,\"h\":\"3088f7b38191d1c8913c53426d96aeff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/plugin-search\\/plugin-search.css\":{\"d\":1567815230,\"h\":\"4c2667fe2eb141d60aaa3af2562b6604\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/geo-location\\/class.jetpack-geo-location.php\":{\"d\":1567815230,\"h\":\"c2ee69f215926678c2acb70321a5a2d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/protect\\/shared-functions.php\":{\"d\":1567815230,\"h\":\"d87615292a0494f4cc9f089234b79739\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/protect\\/protect-dashboard-widget-rtl.min.css\":{\"d\":1567815230,\"h\":\"f426806601f58a7604e557b03a4f8cf9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/protect\\/blocked-login-page.php\":{\"d\":1567815230,\"h\":\"871d95ad2cf63f49ed622ab4c4dcb340\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/protect\\/transient-cleanup.php\":{\"d\":1567815230,\"h\":\"5a0f71e7bf5b599de8c60399896e3f38\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/protect\\/math-fallback.php\":{\"d\":1567815230,\"h\":\"21a62fe91ac27e93870582676107d537\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/protect\\/protect-dashboard-widget-rtl.css\":{\"d\":1567815230,\"h\":\"64622e75679377083c63bafbd45ae16e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/protect\\/protect-dashboard-widget.min.css\":{\"d\":1567815230,\"h\":\"1ec349fc71089d3400fcbe80fa855494\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/protect\\/protect-dashboard-widget.css\":{\"d\":1567815230,\"h\":\"0ebf7f7a0e02fdfda10e9b71ca221223\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/publicize\\/publicize.php\":{\"d\":1567815230,\"h\":\"4c44b6ac1a142216b771cd98a36650c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/publicize\\/ui.php\":{\"d\":1567815230,\"h\":\"376be7bd99b57766a3410859e1880f06\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/publicize\\/publicize-jetpack.php\":{\"d\":1567815230,\"h\":\"126074574e616900cd9e0ceaa9628d28\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/publicize\\/enhanced-open-graph.php\":{\"d\":1567815230,\"h\":\"d8f6747e1120c7ddab771d68e1f300be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/verification-tools\\/blog-verification-tools.php\":{\"d\":1567815230,\"h\":\"1b01ebc6536eae1071a0789225ec20b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/verification-tools\\/verification-tools-utils.php\":{\"d\":1567815230,\"h\":\"d2372b279a52ed5ab1e84395c782179b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/wpcom-block-editor\\/class-jetpack-wpcom-block-editor.php\":{\"d\":1567815230,\"h\":\"15989acd684c30ab641c681d4fdb52f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/geo-location.php\":{\"d\":1567815230,\"h\":\"4a47c5ecdeb32a3ae2e912b04a2c032f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/json-api.php\":{\"d\":1567815230,\"h\":\"c0fa518fa8fe46390d2348b82d4c56c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/blocks.php\":{\"d\":1567815230,\"h\":\"8e4010b5bea79fce1cf9b57d822ef350\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/carousel.php\":{\"d\":1567815230,\"h\":\"4f4a07b1fa37fe8eb91f1aca65aa7eb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/gplus-authorship.php\":{\"d\":1567815230,\"h\":\"8e4010b5bea79fce1cf9b57d822ef350\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/.eslintrc.js\":{\"d\":1567815230,\"h\":\"79166e506aba2a348b70353d766617fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/videopress.php\":{\"d\":1567815230,\"h\":\"a20ab65e0b4424cb6dd98754af574a8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/protect.php\":{\"d\":1567815230,\"h\":\"9a7de57d873e01fa6ca4f3f3515fea30\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/publicize.php\":{\"d\":1567815230,\"h\":\"28a8e65439edee80af6db0897b0b500f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/comment-likes.php\":{\"d\":1567815230,\"h\":\"ab1afb194a30cbf195274c808dfaff28\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortlinks.php\":{\"d\":1567815230,\"h\":\"8ddc57f53f602abc6a561dcdfb53925c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/related-posts.php\":{\"d\":1567815230,\"h\":\"a48bc3f6ea37779e874f6f4043d34f8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/minileven.php\":{\"d\":1567815230,\"h\":\"1eea17380cd7ef52df4f27ed3ebd2e52\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/gravatar-hovercards.php\":{\"d\":1567815230,\"h\":\"9fc2e82286787f188c6e271895220848\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/stats.php\":{\"d\":1567815230,\"h\":\"510f4b9b162a3f6616526d3c010bc4a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widgets.php\":{\"d\":1567815230,\"h\":\"1750869f9a49bc90530cf9ea66c9013c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/mobile-push.php\":{\"d\":1567815230,\"h\":\"d1c065d58587cd4063ae634bd728dfbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/latex.php\":{\"d\":1567815230,\"h\":\"3637f9f5651a2a2b07b3f8e23a9f61e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/photon-cdn.php\":{\"d\":1567815230,\"h\":\"245db2dbc443ab9c7ead01ca9963d998\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/wpgroho.js\":{\"d\":1567815230,\"h\":\"3fd3a268d6de043a2adf19866812c45a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/wpcc.php\":{\"d\":1567815230,\"h\":\"8e4010b5bea79fce1cf9b57d822ef350\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/shortcodes.php\":{\"d\":1567815230,\"h\":\"8ccaf6367acd515bf42def400df39d47\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/contact-form.php\":{\"d\":1567815230,\"h\":\"aa427ef87a231e47d62379618e7ccd01\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/verification-tools.php\":{\"d\":1567815230,\"h\":\"6eaaaa924c6cf251398a70134d6ef4c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/wordads.php\":{\"d\":1567815230,\"h\":\"9e0bd6320073c23a10c147ee9f712038\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/debug.php\":{\"d\":1567815230,\"h\":\"8e4010b5bea79fce1cf9b57d822ef350\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/theme-tools.php\":{\"d\":1567815230,\"h\":\"c008bc7c8a42953f1073959f3fe11238\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/manage.php\":{\"d\":1567815230,\"h\":\"c32a76f3911b375ea1b26d3acbe4c7c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/pwa.php\":{\"d\":1567815230,\"h\":\"b8b75b860a21154f38c078ace374eef0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/widget-visibility.php\":{\"d\":1567815230,\"h\":\"1b41fc4a409c478f757fcff46b6211bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/subscriptions.php\":{\"d\":1567815230,\"h\":\"39b281ebba85fe00fc8709d9a04ba46f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/vaultpress.php\":{\"d\":1567815230,\"h\":\"ba874dfbd08f0de9049f5feccb20cd8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/site-icon.php\":{\"d\":1567815230,\"h\":\"71eae4b0ff5afcf479e63c56266c9653\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/module-extras.php\":{\"d\":1567815230,\"h\":\"8e4ab7b0b67424c5503b062ddcce6f97\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/google-analytics.php\":{\"d\":1567815230,\"h\":\"0590d1bd4bea6c3f898ba749b911544e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/comments.php\":{\"d\":1567815230,\"h\":\"85db7345d81b638ad35b40922fcd11a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/seo-tools.php\":{\"d\":1567815230,\"h\":\"a2b763fc803aacd4ff5eacf05b39d508\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/infinite-scroll.php\":{\"d\":1567815230,\"h\":\"ce841733294efef7fef0a5a602793b64\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/markdown.php\":{\"d\":1567815230,\"h\":\"42f42a8b9857d9f985ff4d958820c578\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/after-the-deadline.php\":{\"d\":1567815230,\"h\":\"8e4010b5bea79fce1cf9b57d822ef350\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/photon.php\":{\"d\":1567815230,\"h\":\"61f07c09210074347354a49c792f3c34\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-css.php\":{\"d\":1567815230,\"h\":\"cf6c0d153a9af643c925d4a6681830a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/random-redirect.php\":{\"d\":1567815230,\"h\":\"8e4010b5bea79fce1cf9b57d822ef350\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/lazy-images.php\":{\"d\":1567815230,\"h\":\"3d426e51dce280b780f42a4d605507f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/masterbar.php\":{\"d\":1567815230,\"h\":\"9bd22788182f7c820c12e88edde94c13\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sitemaps.php\":{\"d\":1567815230,\"h\":\"d8e063eadbc23984a600811f9503810a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/search.php\":{\"d\":1567815230,\"h\":\"893e0ea0a07ec9521f8043406a6a2e46\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/module-headings.php\":{\"d\":1567815230,\"h\":\"9853cf3ba8eeb85e1d7d4f80e2daf2d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/holiday-snow.php\":{\"d\":1567815230,\"h\":\"aaceb7c870136cf731a68c66b0c3a3b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sharedaddy.php\":{\"d\":1567815230,\"h\":\"cb29a1df116d3a2e0092a642219c35bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/likes.php\":{\"d\":1567815230,\"h\":\"9a58a7d034f7db572ce8f71cc0b83742\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/sso.php\":{\"d\":1567815230,\"h\":\"dba2cf83c48b3a2549e36e6de26b20ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/custom-content-types.php\":{\"d\":1567815230,\"h\":\"63fc69ba8f272e119280e89c994bcf79\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/copy-post.php\":{\"d\":1567815230,\"h\":\"a483894d3e8204dd46067d691a8b4b22\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tonesque.php\":{\"d\":1567815230,\"h\":\"8e4010b5bea79fce1cf9b57d822ef350\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/plugin-search.php\":{\"d\":1567815230,\"h\":\"b22bdde2d164d157539c8e930ad17d26\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/social-links.php\":{\"d\":1567815230,\"h\":\"8e4010b5bea79fce1cf9b57d822ef350\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/post-by-email.php\":{\"d\":1567815230,\"h\":\"c0554015293508de67ccc1a8ba3b15e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/notes.php\":{\"d\":1567815230,\"h\":\"bdedadd1f1b1ad8d95920d40a873b7fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/omnisearch.php\":{\"d\":1567815230,\"h\":\"8e4010b5bea79fce1cf9b57d822ef350\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/enhanced-distribution.php\":{\"d\":1567815230,\"h\":\"00bc26c4d83c4852499f771f30df3d1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/tiled-gallery.php\":{\"d\":1567815230,\"h\":\"df6ccbfd7a31405172e9b17fe2561312\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/monitor.php\":{\"d\":1567815230,\"h\":\"66961dca0fbc8dedceeb02f02b0f2088\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/modules\\/module-info.php\":{\"d\":1567815230,\"h\":\"b160be67abd61d3902fc127e96c2967a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/social-logos\\/social-logos.woff\":{\"d\":1567815231,\"h\":\"bf14c27ea9c87c43ee68e24fad21f3f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/social-logos\\/social-logos.html\":{\"d\":1567815231,\"h\":\"e45dc27dcf98c2c0892efa5e054d9b70\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/social-logos\\/social-logos.woff2\":{\"d\":1567815231,\"h\":\"3e67f59c2bf087988f340ee941c7d205\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/social-logos\\/social-logos.eot\":{\"d\":1567815231,\"h\":\"d77d4db031b0e02fe460ff4efa5f96c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/social-logos\\/social-logos.css\":{\"d\":1567815231,\"h\":\"ab1c342579eed95582cca0fbb5063057\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/social-logos\\/social-logos.min.css\":{\"d\":1567815231,\"h\":\"0d5604851b9b7a8b8b7ffb1e7b7f633e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/social-logos\\/social-logos.ttf\":{\"d\":1567815231,\"h\":\"68276ca1a64ff1465a5fc16221bb371a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/fonts\\/automatticons\\/automatticons.eot\":{\"d\":1567815231,\"h\":\"260e6601d42a749f3ee0fb464befee9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/fonts\\/automatticons\\/automatticons.woff\":{\"d\":1567815231,\"h\":\"7b1f63e7cf9ea085089c86d339776da8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/fonts\\/automatticons\\/automatticons.ttf\":{\"d\":1567815231,\"h\":\"0fcae5db01a205380ae71b71871bedad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/fonts\\/jetpack\\/jetpack.woff\":{\"d\":1567815231,\"h\":\"e12b78ae32f56212ad1cb8af96684987\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/fonts\\/jetpack\\/jetpack.ttf\":{\"d\":1567815231,\"h\":\"30dfde36fb190bf9589bd1fe8c7dbc0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/fonts\\/jetpack\\/jetpack.eot\":{\"d\":1567815231,\"h\":\"07748bad73c37186f38c91e310bf2fbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/business-hours\\/view.css\":{\"d\":1567815230,\"h\":\"98b2291e10a2e49f56ff8da65e8c28bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/business-hours\\/view.js\":{\"d\":1567815230,\"h\":\"ff8756febfb91298acf74ec561573199\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/business-hours\\/view.deps.json\":{\"d\":1567815230,\"h\":\"d751713988987e9331980363e24189ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/business-hours\\/view.rtl.css\":{\"d\":1567815230,\"h\":\"af5e9d549846e80b35a87e8cde980ba4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/repeat-visitor\\/view.js\":{\"d\":1567815230,\"h\":\"2f63bfa042c4e5cf167fd349aff8bd5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/repeat-visitor\\/view.deps.json\":{\"d\":1567815230,\"h\":\"d751713988987e9331980363e24189ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/mailchimp\\/view.css\":{\"d\":1567815230,\"h\":\"3a8556dd2e74188047d0d315925608a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/mailchimp\\/view.js\":{\"d\":1567815230,\"h\":\"8167728d8035b2b65d0e5bf1037e4c34\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/mailchimp\\/view.deps.json\":{\"d\":1567815230,\"h\":\"d751713988987e9331980363e24189ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/mailchimp\\/view.rtl.css\":{\"d\":1567815230,\"h\":\"3a8556dd2e74188047d0d315925608a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/slideshow\\/view.css\":{\"d\":1567815230,\"h\":\"6d8b90fad36078ac0e4f78cea4935fa1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/slideshow\\/view.js\":{\"d\":1567815230,\"h\":\"c7df4c48726d8ab19c230afb23298eb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/slideshow\\/view.deps.json\":{\"d\":1567815230,\"h\":\"2fe6a1b955b9aa3ab64145bf730ee061\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/slideshow\\/view.rtl.css\":{\"d\":1567815230,\"h\":\"a72b1b5c573c9f5c2c548f3332d6002e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/recurring-payments\\/view.css\":{\"d\":1567815230,\"h\":\"720d191d93c6f351e6c2d1263e293060\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/recurring-payments\\/view.js\":{\"d\":1567815230,\"h\":\"9d7419dd7eaaa8c8caf8c7d30fa8bed2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/recurring-payments\\/view.deps.json\":{\"d\":1567815230,\"h\":\"d751713988987e9331980363e24189ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/recurring-payments\\/view.rtl.css\":{\"d\":1567815230,\"h\":\"a552e7fe48d7e7c03e7ec35eec83f4d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/gif\\/view.css\":{\"d\":1567815230,\"h\":\"bcb44bd6253d37882ed61324716af74e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/gif\\/view.js\":{\"d\":1567815230,\"h\":\"f163ca55e9120c420a36747bd6d25cc1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/gif\\/view.deps.json\":{\"d\":1567815230,\"h\":\"d751713988987e9331980363e24189ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/gif\\/view.rtl.css\":{\"d\":1567815230,\"h\":\"98e64cca401eae85a06ca634ac2fac01\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/map\\/view.css\":{\"d\":1567815230,\"h\":\"a857a574934f7ede644f87214bae9393\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/map\\/view.js\":{\"d\":1567815230,\"h\":\"1f4d0335dd2783a44c6274eddeb3f3fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/map\\/view.deps.json\":{\"d\":1567815230,\"h\":\"992ba04e1ebfc24df898ed7c12fd0f70\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/map\\/view.rtl.css\":{\"d\":1567815230,\"h\":\"9d89946485b6c071dda8b0a80ebe497a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/tiled-gallery\\/view.css\":{\"d\":1567815230,\"h\":\"4803dfaf860ea65bce7c4466da895fcb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/tiled-gallery\\/view.js\":{\"d\":1567815230,\"h\":\"4a75fee8ed8ea65d4c7a5661e80b1dab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/tiled-gallery\\/view.deps.json\":{\"d\":1567815230,\"h\":\"d751713988987e9331980363e24189ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/tiled-gallery\\/view.rtl.css\":{\"d\":1567815230,\"h\":\"e525a4049106a25c02f15bea3c0b6217\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/vendors~map\\/mapbox-gl.7c4bcf5e0fd9f38f3739.js\":{\"d\":1567815230,\"h\":\"cf221e1c79376b0a181d8affe9f52631\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/vendors~map\\/mapbox-gl.7c4bcf5e0fd9f38f3739.rtl.css\":{\"d\":1567815230,\"h\":\"84012d897a0553e7ad355fa4dc3d4f05\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/vendors~map\\/mapbox-gl.7c4bcf5e0fd9f38f3739.css\":{\"d\":1567815230,\"h\":\"ee2e09b2604f9e0ac1b0c2a8b3e46a0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/contact-info\\/view.css\":{\"d\":1567815230,\"h\":\"f32b0587f9731e783d633255082d4e67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/contact-info\\/view.js\":{\"d\":1567815230,\"h\":\"ac56ce1bb6c7a99c1e4bd87b5b7c855e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/contact-info\\/view.deps.json\":{\"d\":1567815230,\"h\":\"d751713988987e9331980363e24189ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/contact-info\\/view.rtl.css\":{\"d\":1567815230,\"h\":\"f32b0587f9731e783d633255082d4e67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/components.css\":{\"d\":1567815230,\"h\":\"ca1137c5cdb3d4e8e0498663fd3a5fd9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/components.rtl.css\":{\"d\":1567815230,\"h\":\"574c637445422351d9379467998f3173\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/upgrade-nudge.html\":{\"d\":1567815230,\"h\":\"43dba7851d92bac541cafa96c5107e0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/editor.js\":{\"d\":1567815230,\"h\":\"84092b5f03a14672d3ba91e4d5e11c68\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/editor-beta.deps.json\":{\"d\":1567815230,\"h\":\"48c0b1e7efac2960bd1ddda23ae7370a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/components.js\":{\"d\":1567815230,\"h\":\"830e9a75cc5b68892c06870674bce4c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/vendors~swiper.15411f97c9a8faea29a2.js\":{\"d\":1567815230,\"h\":\"62542f316c4a222565b714595cfff7cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/editor-beta.js\":{\"d\":1567815230,\"h\":\"e2a17f5f6c8e8ba4c767195c7427131a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/editor.rtl.css\":{\"d\":1567815230,\"h\":\"ebf95a36210407babad10dacf5af17b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/vendors~swiper.15411f97c9a8faea29a2.rtl.css\":{\"d\":1567815230,\"h\":\"12ae6ea6f87ccf1d19a0a78cd968ee9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/editor.css\":{\"d\":1567815230,\"h\":\"8b91e98bec67690740f851980181e412\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/editor-beta.css\":{\"d\":1567815230,\"h\":\"aee20ae49e52a149bf683d20f8655379\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/editor.deps.json\":{\"d\":1567815230,\"h\":\"48c0b1e7efac2960bd1ddda23ae7370a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/editor-beta.rtl.css\":{\"d\":1567815230,\"h\":\"e2c7dc8edfdb1134987b6bd9259bffb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/vendors~swiper.15411f97c9a8faea29a2.css\":{\"d\":1567815230,\"h\":\"fc717641cc190360f25a3b1e864737ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/blocks\\/index.json\":{\"d\":1567815230,\"h\":\"eb6021eee06f827aa555f81f90b7c247\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/genericons\\/genericons\\/rtl\\/genericons-rtl.css\":{\"d\":1567815230,\"h\":\"592b0e60968bbac98f235967494be001\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/genericons\\/genericons\\/Genericons.woff\":{\"d\":1567815230,\"h\":\"f3f73b280148eeed102d4a6874ac7886\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/genericons\\/genericons\\/genericons.css\":{\"d\":1567815230,\"h\":\"13a6500ddf36c6dd581877aefc78d34d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/genericons\\/genericons\\/Genericons.ttf\":{\"d\":1567815230,\"h\":\"008827208ffc4eeab99bf3cc14fe1e56\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/genericons\\/genericons\\/Genericons.eot\":{\"d\":1567815230,\"h\":\"bebb165302a5d3a90ab9012f3b5d733e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/genericons\\/COPYING.txt\":{\"d\":1567815230,\"h\":\"b9423b96eb6160477fd4a2b7de890419\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/genericons\\/LICENSE.txt\":{\"d\":1567815230,\"h\":\"b234ee4d69f5fce4486a80fdaf4a4263\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/genericons\\/genericons.css\":{\"d\":1567815230,\"h\":\"c14dd6e84e694a66c7e27f11220ed49a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/genericons\\/README.md\":{\"d\":1567815230,\"h\":\"031ec4ed36a007d7d9f15600d7ebd5e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/shortcodes\\/js\\/recipes.min.js\":{\"d\":1567815230,\"h\":\"c05564f94b5cadde347411bb8f8b0322\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/shortcodes\\/js\\/recipes-printthis.min.js\":{\"d\":1567815230,\"h\":\"0f4823c6552b5af8aae5d2cf2a823be1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/shortcodes\\/js\\/jmpress.min.js\":{\"d\":1567815230,\"h\":\"103a84969fac423a069839f07a8cea50\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/shortcodes\\/js\\/slideshow-shortcode.min.js\":{\"d\":1567815230,\"h\":\"4f24128cec95dfb94c3d8d19eaa23c79\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/shortcodes\\/js\\/brightcove.min.js\":{\"d\":1567815230,\"h\":\"1b8f6f067108b94099c473edbbf900e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/shortcodes\\/js\\/instagram.min.js\":{\"d\":1567815230,\"h\":\"5a61f4b5ca37661143827748c1fdf9c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/shortcodes\\/js\\/gist.min.js\":{\"d\":1567815230,\"h\":\"8e5624b728978632df2340d1fe6a09f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/shortcodes\\/js\\/main.min.js\":{\"d\":1567815230,\"h\":\"f956f1c273c2cbfeec55ce60729c4c9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/shortcodes\\/js\\/quiz.min.js\":{\"d\":1567815230,\"h\":\"08a3c2ca47a405ba1be3e497f37ac2c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/custom-css\\/custom-css\\/js\\/css-editor.min.js\":{\"d\":1567815230,\"h\":\"8e29aadd72370b33f6feb5e2a9d2db10\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/custom-css\\/custom-css\\/js\\/core-customizer-css.core-4.9.min.js\":{\"d\":1567815230,\"h\":\"8a5de1ab997c4882c2a56520fe6da14c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/custom-css\\/custom-css\\/js\\/use-codemirror.min.js\":{\"d\":1567815230,\"h\":\"54e9bcf36e9beee228ae66328ab60018\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/custom-css\\/custom-css\\/js\\/core-customizer-css-preview.min.js\":{\"d\":1567815230,\"h\":\"7b4a5d8e23f9af0e2f4263b85d999198\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/custom-css\\/custom-css\\/js\\/core-customizer-css.min.js\":{\"d\":1567815230,\"h\":\"a961313da6745563772d42a26332d111\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/videopress\\/js\\/editor-view.min.js\":{\"d\":1567815230,\"h\":\"75ce553dfb090692453d685ebec08bed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/videopress\\/js\\/videopress-uploader.min.js\":{\"d\":1567815230,\"h\":\"1c2e6808cc96297b28f22409f219cd6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/videopress\\/js\\/videopress-plupload.min.js\":{\"d\":1567815230,\"h\":\"f029ee4017e0c5e770bf527c27d6af9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/videopress\\/js\\/media-video-widget-extensions.min.js\":{\"d\":1567815230,\"h\":\"0cd9ff187f1a81533e1a538d9b81488d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/instant-search\\/instant-search.min.css\":{\"d\":1567815230,\"h\":\"7df860caec96b7ced6714a5e21ff9e7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/instant-search\\/jp-search.bundle.js\":{\"d\":1567815230,\"h\":\"d1edf25018d0fb9f138c0b7a952ce20e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/related-posts\\/related-posts-customizer.min.js\":{\"d\":1567815230,\"h\":\"c6c916e90e9626f004a77950e08d6779\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/related-posts\\/related-posts.min.js\":{\"d\":1567815230,\"h\":\"c6b61ffebe6716fa985902db7fee5c03\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/comment-likes\\/comment-like-count.min.js\":{\"d\":1567815230,\"h\":\"18be27fcf82d9ba68a7a868532bdd8fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/lazy-images\\/js\\/lazy-images.min.js\":{\"d\":1567815230,\"h\":\"a5a536f66fd3a35df4e18cb0be786140\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/widgets\\/gallery\\/js\\/gallery.min.js\":{\"d\":1567815230,\"h\":\"bfc46ed89629e30deeb18daf8360baf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/widgets\\/gallery\\/js\\/admin.min.js\":{\"d\":1567815230,\"h\":\"609241a20fd460900deb4f3c3af3c200\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/widgets\\/eu-cookie-law\\/eu-cookie-law-admin.min.js\":{\"d\":1567815230,\"h\":\"fd4ba4b7cb9a7f93771c74814f2e6372\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/widgets\\/eu-cookie-law\\/eu-cookie-law.min.js\":{\"d\":1567815230,\"h\":\"cdd36ca7a4ffa07a4b5fb8b946068d8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/widgets\\/social-icons\\/social-icons-admin.min.js\":{\"d\":1567815230,\"h\":\"c320e5da25ef9773bc97343356152eaa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/widgets\\/simple-payments\\/customizer.min.js\":{\"d\":1567815230,\"h\":\"7feebaf92e73c1015d3ee8145362d6e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/widgets\\/search\\/js\\/search-widget.min.js\":{\"d\":1567815230,\"h\":\"26d34fc3e745864019fbb7ce6dbc7be6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/widgets\\/search\\/js\\/search-widget-admin.min.js\":{\"d\":1567815230,\"h\":\"3f4d8be2c379bf0ee1a54d094d94e1fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/widgets\\/milestone\\/milestone.min.js\":{\"d\":1567815230,\"h\":\"05d215f42683c04142baec7a7a4a2726\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/widgets\\/milestone\\/admin.min.js\":{\"d\":1567815230,\"h\":\"5af9abfd215dea2a2e1abee516003c45\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/widgets\\/google-translate\\/google-translate.min.js\":{\"d\":1567815230,\"h\":\"f82f30cda7b71c81593c2787688eef45\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/widgets\\/contact-info\\/contact-info-admin.min.js\":{\"d\":1567815230,\"h\":\"85bcb6caa4d635063e6c59c64eceabf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/widgets\\/customizer-utils.min.js\":{\"d\":1567815230,\"h\":\"b5a1327370787633f2e09673fdf1b4a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/widgets\\/twitter-timeline-admin.min.js\":{\"d\":1567815230,\"h\":\"e2cbfc0503c074fcba1c146d558d143c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/custom-post-types\\/js\\/nova-drag-drop.min.js\":{\"d\":1567815230,\"h\":\"57580a1e477b0600adc659b5e27eb9a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/custom-post-types\\/js\\/many-items.min.js\":{\"d\":1567815230,\"h\":\"1762a2771762b53941acd455e41d84c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/custom-post-types\\/js\\/menu-checkboxes.min.js\":{\"d\":1567815230,\"h\":\"10f258ee6824729c12c5d98556ed2362\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/custom-post-types\\/comics\\/comics.min.js\":{\"d\":1567815230,\"h\":\"58f999627e2f50365097af95d57e1be4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/contact-form\\/js\\/editor-view.min.js\":{\"d\":1567815230,\"h\":\"60727adb073b1a973ce9be6baa5495be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/contact-form\\/js\\/grunion-admin.min.js\":{\"d\":1567815230,\"h\":\"5de516296fa00f8bbf516a0956f02438\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/contact-form\\/js\\/tinymce-plugin-form-button.min.js\":{\"d\":1567815230,\"h\":\"12736929cf47bde1f0b2f1b7369c8a7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/contact-form\\/js\\/grunion-frontend.min.js\":{\"d\":1567815230,\"h\":\"81c166429759c226d0d4e2e72c4c83a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/contact-form\\/js\\/grunion.min.js\":{\"d\":1567815230,\"h\":\"8e3095b35a72a71fe235c5949a436395\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/masterbar\\/tracks-events.min.js\":{\"d\":1567815230,\"h\":\"dc2b4afcf0b0e6a94466aaeb0a309c3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/minileven\\/theme\\/pub\\/minileven\\/js\\/small-menu.min.js\":{\"d\":1567815230,\"h\":\"cdc87eeae016c0d9cb0bebcaee251a05\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/infinite-scroll\\/infinity.min.js\":{\"d\":1567815230,\"h\":\"ba7b59bf8ac7fbd9e81748fd2118ceea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/widget-visibility\\/widget-conditions\\/widget-conditions.min.js\":{\"d\":1567815230,\"h\":\"70a553cf0fc6ea147232ac5f264a6c54\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/photon\\/photon.min.js\":{\"d\":1567815230,\"h\":\"2afba04baf1e08427aba411dca2ab756\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/carousel\\/jetpack-carousel.min.js\":{\"d\":1567815230,\"h\":\"be3819ce15a78caf3f750ab9dfef72a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/likes\\/queuehandler.min.js\":{\"d\":1567815230,\"h\":\"51df97b99edd1055c78a769e1b99bb2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/likes\\/post-count.min.js\":{\"d\":1567815230,\"h\":\"c7fc8dc8e3dce0f7491bd615b9ba6547\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/likes\\/post-count-jetpack.min.js\":{\"d\":1567815230,\"h\":\"213d9bbf9f3dced287cd4b69a9454e31\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/tiled-gallery\\/tiled-gallery\\/tiled-gallery.min.js\":{\"d\":1567815230,\"h\":\"fb44fd48c63bb3950fc90ef9c1dfa0fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/sharedaddy\\/admin-sharing.min.js\":{\"d\":1567815230,\"h\":\"9e17620b04da42d96c18e63feef5632a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/sharedaddy\\/sharing.min.js\":{\"d\":1567815230,\"h\":\"706f2c10d81a3a7a7dba9bf97629f97b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/jetpack-modules.min.js\":{\"d\":1567815230,\"h\":\"72f100518443530471dfd66c70d8af97\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/jetpack-modules.views.min.js\":{\"d\":1567815230,\"h\":\"516c7017ff302e1294c8c95d4a3ad27e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/jetpack-modules.models.min.js\":{\"d\":1567815230,\"h\":\"e74fa33a55b53d452da2a08b94ed81f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/crowdsignal-survey.min.js\":{\"d\":1567815230,\"h\":\"6a2d3e3de5cbd8389a7e7fd6c2f1d8ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/static-version-notice.html\":{\"d\":1567815230,\"h\":\"9841c9d80b0c80d84f4d34bba073d9bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/gallery-settings.min.js\":{\"d\":1567815230,\"h\":\"4c88715c28603b0d7063747f3e7fc4a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/static.html\":{\"d\":1567815230,\"h\":\"907ef2d53c6a6a95a04750fd617bef28\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/style.min.css\":{\"d\":1567815230,\"h\":\"0c36e6e553a97e94976b8b70c41512d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/static.css\":{\"d\":1567815230,\"h\":\"4b8b7d594b1d701227c861b79fb2ed33\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/admin.js\":{\"d\":1567815230,\"h\":\"8567934cfba691203b6fa9cfa96065dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/facebook-embed.min.js\":{\"d\":1567815230,\"h\":\"4e5b849ac9629e6eef0e1d1a64a21316\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/twitter-timeline.min.js\":{\"d\":1567815230,\"h\":\"a05f8e2b8175a1b06b3e40c4997e2520\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/polldaddy-shortcode.min.js\":{\"d\":1567815230,\"h\":\"a1a282e518d5a71c8ce586471cccc2a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/idc-notice.min.js\":{\"d\":1567815230,\"h\":\"17b643937619d8352649021feb6655be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/admin.css\":{\"d\":1567815230,\"h\":\"9d1e9db65b675b82d92857221d038365\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/postmessage.min.js\":{\"d\":1567815230,\"h\":\"8e501317278818fcbfd0c469ffca6c44\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/static-noscript-notice.html\":{\"d\":1567815230,\"h\":\"13933a77cc5f04ba731b314733c9f3fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/jetpack-admin.min.js\":{\"d\":1567815230,\"h\":\"0a8b1b0fe0d4e180eb4d75eafaebe5c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/spin.min.js\":{\"d\":1567815230,\"h\":\"3498db8d3be2f39f4c346cffdb8318c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/jquery.jetpack-resize.min.js\":{\"d\":1567815230,\"h\":\"8d49f44f6ad6364ae98626db52c235a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/style.min.rtl.css\":{\"d\":1567815230,\"h\":\"fee6d3d78958ebd7d0bac8457bfd6997\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/static.rtl.css\":{\"d\":1567815230,\"h\":\"86520dc40ed64f8a40578de38bcfe55b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/jetpack-connection-banner.min.js\":{\"d\":1567815230,\"h\":\"d880e6783309d331f95aa7ebd53e37f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/connect-button.min.js\":{\"d\":1567815230,\"h\":\"15c90a52cbf43af4594ab7da1ba3fb7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/admin.deps.json\":{\"d\":1567815230,\"h\":\"ba6af9468f873414dfcbea654a80e1b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/crowdsignal-shortcode.min.js\":{\"d\":1567815230,\"h\":\"132dc18ae0499477d112ac1f8ffd5deb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/admin.rtl.css\":{\"d\":1567815230,\"h\":\"0bd88e87c185fbc87aa7b91039e92cee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/accessible-focus.min.js\":{\"d\":1567815230,\"h\":\"08de39799451df07c2f461e98c9afc68\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/static.js\":{\"d\":1567815230,\"h\":\"165f5fe0646a7c831f80569026eb3c6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/jetpack-jitm.min.js\":{\"d\":1567815230,\"h\":\"3c899b32e35716ada39af30b941dcd9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/build\\/jquery.spin.min.js\":{\"d\":1567815230,\"h\":\"f51beb5a11ed192a3794d90b048cc7a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/tracks\\/client.php\":{\"d\":1567815230,\"h\":\"d3b3f8b2c26a292f87e2ce467cdda794\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/tracks\\/class.tracks-client.php\":{\"d\":1567815230,\"h\":\"d3b3f8b2c26a292f87e2ce467cdda794\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/tracks\\/class.tracks-event.php\":{\"d\":1567815230,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/tracks\\/tracks-ajax.js\":{\"d\":1567815230,\"h\":\"2b022bd2d9acb89b581a7826b4d8d5a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/tracks\\/tracks-callables.js\":{\"d\":1567815230,\"h\":\"37270d930be9dd9f3f17e7e7cff8234f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/admin-pages\\/class.jetpack-admin-page.php\":{\"d\":1567815230,\"h\":\"074416487310bd4351ac4841dec09743\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/admin-pages\\/class.jetpack-landing-page.php\":{\"d\":1567815230,\"h\":\"a3492395bdd7eeb7a5dbf722882afad5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/admin-pages\\/class.jetpack-react-page.php\":{\"d\":1567815230,\"h\":\"a3b6961f2e5ad95b9fe9d91c1687981c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/admin-pages\\/class-jetpack-about-page.php\":{\"d\":1567815230,\"h\":\"8cea87a88e4c7f57ee630da0dacc5fea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/admin-pages\\/class.jetpack-settings-page.php\":{\"d\":1567815230,\"h\":\"f4f5defdd9ce2487de2dda46d3b13f39\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/markdown\\/gfm.php\":{\"d\":1567815230,\"h\":\"f54851879408042d821596df534f7867\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/markdown\\/extra.php\":{\"d\":1567815230,\"h\":\"8c42f57a8ad63990d9d01ed4eececd20\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/markdown\\/README.md\":{\"d\":1567815230,\"h\":\"35a86489600b77e0da555cc7ff1ef4e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/markdown\\/0-load.php\":{\"d\":1567815230,\"h\":\"c3285a9e4bc3a05ca188816466ab909a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/wpcom-endpoints\\/publicize-services.php\":{\"d\":1567815230,\"h\":\"a3b4f7aa2f00a37729037eb55d87cbe7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/wpcom-endpoints\\/hello.php\":{\"d\":1567815230,\"h\":\"212b256c28a206d3cc7e2b146038c521\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/wpcom-endpoints\\/publicize-connection-test-results.php\":{\"d\":1567815230,\"h\":\"b21829ee181b4d100113fe3b25f0591d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/wpcom-endpoints\\/subscribers.php\":{\"d\":1567815230,\"h\":\"30784283021a00997a5145b888e51563\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/wpcom-endpoints\\/class-wpcom-rest-api-v2-endpoint-mailchimp.php\":{\"d\":1567815230,\"h\":\"8462f618842384effbf4bbaa82d126e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/wpcom-endpoints\\/service-api-keys.php\":{\"d\":1567815230,\"h\":\"dbbb20e89ab682c6ab384b6af880bc48\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/wpcom-endpoints\\/gutenberg-available-extensions.php\":{\"d\":1567815230,\"h\":\"3b597f11a15bb0544345061a93894fdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/wpcom-endpoints\\/publicize-connections.php\":{\"d\":1567815230,\"h\":\"4db3631f69bdd13039cf63307add23ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/wpcom-endpoints\\/memberships.php\":{\"d\":1567815230,\"h\":\"35b5527dfe31c7f3590d877c88450552\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/wpcom-endpoints\\/business-hours.php\":{\"d\":1567815230,\"h\":\"ce08eb4930d76d420ef0f6c95f1706ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/wpcom-endpoints\\/sites-posts-featured-media-url.php\":{\"d\":1567815230,\"h\":\"15127d735b611739df7cd110bcad4667\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/wpcom-fields\\/post-fields-publicize-connections.php\":{\"d\":1567815230,\"h\":\"622c6a57439eb98463b8f4403625bcde\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/wpcom-fields\\/attachment-fields-videopress.php\":{\"d\":1567815230,\"h\":\"db5af05e9cde537e3a2d9b1a673ae894\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/class.jetpack-core-api-xmlrpc-consumer-endpoint.php\":{\"d\":1567815230,\"h\":\"8a3eca785742f513cb6b18b8b5461a9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/class.jetpack-core-api-widgets-endpoints.php\":{\"d\":1567815230,\"h\":\"6310a800b895fd360b748a3c582a559f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/class.jetpack-core-api-site-endpoints.php\":{\"d\":1567815230,\"h\":\"9967b511085beda781d6c415e50683b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/load-wpcom-endpoints.php\":{\"d\":1567815230,\"h\":\"0ffbad23afcf5c77b5ec45f954fa3ab2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/class-wpcom-rest-field-controller.php\":{\"d\":1567815230,\"h\":\"6ed1629d15c454c6b71d3f589d860f3c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/core-api\\/class.jetpack-core-api-module-endpoints.php\":{\"d\":1567815230,\"h\":\"7edf3dc85dd231e24314a41cc3544343\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/jetpack-wpes-query-builder\\/jetpack-wpes-query-builder.php\":{\"d\":1567815230,\"h\":\"7ebcdc5b910d133516f5164c1020e974\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/jetpack-wpes-query-builder\\/jetpack-wpes-query-parser.php\":{\"d\":1567815230,\"h\":\"303b2f88736a94acc5266050267c3e02\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/debugger\\/class-jetpack-debug-data.php\":{\"d\":1567815230,\"h\":\"2f2f013acf95cc24c8d0f3eb9eff78ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/debugger\\/class-jetpack-cxn-test-base.php\":{\"d\":1567815230,\"h\":\"d98f0a794ecf747378351811a915ca2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/debugger\\/debug-functions-for-php53.php\":{\"d\":1567815230,\"h\":\"1676987ad018ad1b42f8e6a1f93842da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/debugger\\/0-load.php\":{\"d\":1567815230,\"h\":\"e796c0d86e7bbb2571d2b1a7404e76ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/debugger\\/class-jetpack-cxn-tests.php\":{\"d\":1567815230,\"h\":\"9388c97e323e61bd8946cf0e358f73c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/debugger\\/class-jetpack-debugger.php\":{\"d\":1567815230,\"h\":\"30b7bc499e3cac96e2a08a0953a9ae90\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/class.color.php\":{\"d\":1567815230,\"h\":\"c2499fa5508c8d5f8fd74add4b9bb64d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/widgets.php\":{\"d\":1567815230,\"h\":\"f2aea693448e9317c459b6dd2ddbe67f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/class.media-summary.php\":{\"d\":1567815230,\"h\":\"d814d2f410bbdd4d180cf3a69346d1a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/class.jetpack-keyring-service-helper.php\":{\"d\":1567815230,\"h\":\"682368562c6cb74d8d4fb50d54f19e6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/class.media-extractor.php\":{\"d\":1567815230,\"h\":\"8947a3eea1df34ff05fec5ba742e64b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/class.jetpack-iframe-embed.php\":{\"d\":1567815230,\"h\":\"345d699e9d4dafbbb3618df665a13913\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/class.jetpack-automatic-install-skin.php\":{\"d\":1567815230,\"h\":\"a51b8b939b548e311965a94f8d19efc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/class.jetpack-photon-image.php\":{\"d\":1567815230,\"h\":\"337b72d7b0be632cf5f4832e8c22623e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/functions.wp-notify.php\":{\"d\":1567815230,\"h\":\"3bfaa28081526db336236a13d8116066\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/icalendar-reader.php\":{\"d\":1567815230,\"h\":\"5be31320fe42c46827c88efff3f20a25\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/plugins.php\":{\"d\":1567815230,\"h\":\"93a6c0ddebdfbde6d1b0fc175e4d28aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/class.jetpack-photon-image-sizes.php\":{\"d\":1567815230,\"h\":\"d789ed90089d8edbb9d725b6fa8e185a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/class.media.php\":{\"d\":1567815230,\"h\":\"4986204f617b1098e7af97427813a573\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/tonesque.php\":{\"d\":1567815230,\"h\":\"fbafee9db4ff9cc979a8def099de9cbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/components.php\":{\"d\":1567815230,\"h\":\"b0005077135b2d21bde264b409c79942\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/class.jetpack-search-performance-logger.php\":{\"d\":1567815230,\"h\":\"e62654ad8629addca8a4262fed169ff9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/class.core-rest-api-endpoints.php\":{\"d\":1567815230,\"h\":\"6c2989d562e8410b538107b448edbada\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/plans.php\":{\"d\":1567815230,\"h\":\"e5dda6324cf2d859fa168d597c27d194\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/lib\\/class.jetpack-password-checker.php\":{\"d\":1567815230,\"h\":\"d808d44aea4489d3ca29581b60c3a786\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/jquery.spin.js\":{\"d\":1567815230,\"h\":\"9d7277fc13a0c90ba1fef6e5fc2341b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/jquery.jetpack-resize.js\":{\"d\":1567815230,\"h\":\"a7e428d50878d18e6dfd36e409db9692\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/genericons.php\":{\"d\":1567815230,\"h\":\"db642aa97ec3122ddb8d31bce31fd323\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/idc-notice.js\":{\"d\":1567815230,\"h\":\"4922d411b47005cf37de40cbf6cb0c27\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/social-logos.php\":{\"d\":1567815230,\"h\":\"7f32ba61f85763fa6b2b4feadb0526e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/jetpack-connection-banner.js\":{\"d\":1567815230,\"h\":\"5123bb64cb3d7ae8c505cc5aa2b479aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/jetpack-modules.views.js\":{\"d\":1567815230,\"h\":\"251913d587f064e0156a457fb05fa936\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/footer.php\":{\"d\":1567815230,\"h\":\"b55608779b3183907007ccba0bc1c6fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/crowdsignal-survey.js\":{\"d\":1567815231,\"h\":\"a75d127b4e9b9c4c7878d4702917d472\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/polldaddy-shortcode.js\":{\"d\":1567815231,\"h\":\"db897575b0aa6d8a072bc91ac94578ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/jetpack-server-sandbox.php\":{\"d\":1567815230,\"h\":\"ec1ce8c48a8d029a215eb2b0716b55fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/class.jetpack-provision.php\":{\"d\":1567815230,\"h\":\"51f47e61fd41050d815df1da926d9e3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/jetpack-jitm.js\":{\"d\":1567815230,\"h\":\"a8ad631f4d706354e668a739095ac014\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/crowdsignal-shortcode.js\":{\"d\":1567815231,\"h\":\"3c923220f09886e94c0043c6a5afeade\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/jetpack-modules.js\":{\"d\":1567815231,\"h\":\"0adcd1b0cf921ca071cc5121847d5c29\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/connect-button.js\":{\"d\":1567815230,\"h\":\"93eade048f62a0fd8b29f70cd944ba6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/twitter-timeline.js\":{\"d\":1567815230,\"h\":\"11abb9e42c1418622cc8787485bc07a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/accessible-focus.js\":{\"d\":1567815230,\"h\":\"b7aceb02239c26c777c3e82d685ed589\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/jetpack-strings.php\":{\"d\":1567815231,\"h\":\"568fe78bf4e849ee62977615b55e619f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/facebook-embed.js\":{\"d\":1567815230,\"h\":\"fe27ab5834ca5bd26ccac822eb1fa70a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/jetpack-admin.js\":{\"d\":1567815230,\"h\":\"8a8f9c36329b4768d5f61ae16bcf5b3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/postmessage.js\":{\"d\":1567815230,\"h\":\"eadc5832513d5670884a975c6de10f01\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/gallery-settings.js\":{\"d\":1567815230,\"h\":\"94a38300c7b414247a22e49841e2fd6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/header.php\":{\"d\":1567815230,\"h\":\"abc9fdc52f4a5fda286958b61fcd4b43\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/spin.js\":{\"d\":1567815230,\"h\":\"ce24b79426e1ba35fe2cc4abbd3bcf4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/_inc\\/jetpack-modules.models.js\":{\"d\":1567815231,\"h\":\"b1a78f1e377c4ecf0bdf15b111a13f73\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-modules-endpoint.php\":{\"d\":1567815231,\"h\":\"74390954355e9b0d50c8c102c4025247\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-themes-delete-endpoint.php\":{\"d\":1567815231,\"h\":\"435599ed712bb98653edbb00a75a042a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-plugins-new-endpoint.php\":{\"d\":1567815231,\"h\":\"4ba89ee911a12fb44798613ee1366caf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-plugins-get-endpoint.php\":{\"d\":1567815231,\"h\":\"e471e05f167a04382cf877802c73fd9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-core-modify-endpoint.php\":{\"d\":1567815231,\"h\":\"6efedb11cfa39121abbb7ce7220839a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-get-user-backup-endpoint.php\":{\"d\":1567815231,\"h\":\"060515416c06c2c185db7adbc51ef342\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-modules-list-endpoint.php\":{\"d\":1567815231,\"h\":\"3fb406bc70cfe330e70cb1b620e41e7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-themes-modify-endpoint.php\":{\"d\":1567815231,\"h\":\"3798c5ea323d81311dddd5bd5abffa9c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-themes-endpoint.php\":{\"d\":1567815231,\"h\":\"5e45dae4b74d019da0fd7635a8b120b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.wpcom-json-api-update-option-endpoint.php\":{\"d\":1567815231,\"h\":\"e5142b781c268c0597659f11771fcc71\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-get-comment-backup-endpoint.php\":{\"d\":1567815231,\"h\":\"c5848a9168748f490e0a38e860c69e95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-themes-new-endpoint.php\":{\"d\":1567815231,\"h\":\"5eb0038fc8f4de0813a5d36e9cd743e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-plugins-endpoint.php\":{\"d\":1567815231,\"h\":\"81e9fa089d4ef29f2273795f123e193a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-log-endpoint.php\":{\"d\":1567815231,\"h\":\"7f6ad24ab8e25922ddd5e4e0cfe0a74d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-user-connect-endpoint.php\":{\"d\":1567815231,\"h\":\"6abcb3984db5f5a81d43a789fbe8cb83\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-cron-endpoint.php\":{\"d\":1567815231,\"h\":\"6f836e0803bc9daa6d718c72317f60f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-plugins-modify-endpoint.php\":{\"d\":1567815231,\"h\":\"dfc59cea83658ebfe2270821016bbfca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-maybe-auto-update-endpoint.php\":{\"d\":1567815231,\"h\":\"f952ec255078c1c2523eb3044f2e30fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-endpoint.php\":{\"d\":1567815231,\"h\":\"b5ca6a6c15a004d81691e65df3bb9a97\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-modules-get-endpoint.php\":{\"d\":1567815231,\"h\":\"e1c70e8b57d665ce7c7e48f62a9d49ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-user-create-endpoint.php\":{\"d\":1567815231,\"h\":\"a4730761ddd532cc5d2a0f5d202f261d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-check-capabilities-endpoint.php\":{\"d\":1567815231,\"h\":\"978e8329887c572b7abdacc134843fc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-get-database-object-backup-endpoint.php\":{\"d\":1567815231,\"h\":\"cf8c970b34bbd63b99eaa3dc1662e06c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-plugins-install-endpoint.php\":{\"d\":1567815231,\"h\":\"ab9059c163919a79c6c11aadff4a549b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-updates-status-endpoint.php\":{\"d\":1567815231,\"h\":\"176a30329574f95414fe3171f99ece4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/json-api-jetpack-endpoints.php\":{\"d\":1567815231,\"h\":\"df43f4c7f9ecde8b00b3047eb7d00e95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-plugins-modify-v1-2-endpoint.php\":{\"d\":1567815231,\"h\":\"b8222509599d61d866bf6dfac389a246\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-jps-woocommerce-connect-endpoint.php\":{\"d\":1567815231,\"h\":\"eb429d1230b79b764d025ed452fbd383\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.wpcom-json-api-get-option-endpoint.php\":{\"d\":1567815231,\"h\":\"551d85dc5527e776c6fe5d54b15b891f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-get-post-backup-endpoint.php\":{\"d\":1567815231,\"h\":\"8c13afe04a2137fc5f823bdced4bce64\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-sync-endpoint.php\":{\"d\":1567815231,\"h\":\"1b5327134c4a1fecb87b9d37c2a225a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-themes-get-endpoint.php\":{\"d\":1567815231,\"h\":\"c96bc3b296a2310d365e1725d9b3c504\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-translations-modify-endpoint.php\":{\"d\":1567815231,\"h\":\"0c1abb13730788f2e26394d7f22b5d2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-core-endpoint.php\":{\"d\":1567815231,\"h\":\"86fd7b49d355fb274892dbd2a6530b6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-themes-list-endpoint.php\":{\"d\":1567815231,\"h\":\"25d0bf55db7378a28f6fd061dbe1a845\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-plugins-delete-endpoint.php\":{\"d\":1567815231,\"h\":\"ca3e8eaa18af1b801d8797a5c9238a6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-plugins-list-endpoint.php\":{\"d\":1567815231,\"h\":\"36122f915a96a6d4102cf95c07b57f94\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-translations-endpoint.php\":{\"d\":1567815231,\"h\":\"87ea7757352075bcba747fcca7933c1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-modules-modify-endpoint.php\":{\"d\":1567815231,\"h\":\"19f57e52babc040ae6cdecc996a7295d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-get-option-backup-endpoint.php\":{\"d\":1567815231,\"h\":\"14fafb2db68e8811dd0ae17b93d32abb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-themes-active-endpoint.php\":{\"d\":1567815231,\"h\":\"0380a824d04ac5f873d50e2d745bd690\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-themes-install-endpoint.php\":{\"d\":1567815231,\"h\":\"a5cdc307271938d5c776950fad5c7f33\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/jetpack\\/class.jetpack-json-api-get-term-backup-endpoint.php\":{\"d\":1567815231,\"h\":\"9de6a9dabc1d42f8889c2e2874aceca8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-update-comment-endpoint.php\":{\"d\":1567815231,\"h\":\"b0ba3eda67e6aa37c3fc2f6937719ae3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-update-site-logo-endpoint.php\":{\"d\":1567815231,\"h\":\"062c2a1d5639f24744c7863f276e95cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-list-posts-endpoint.php\":{\"d\":1567815231,\"h\":\"4416627b2e6b49485de797bc34c498c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-site-settings-v1-3-endpoint.php\":{\"d\":1567815231,\"h\":\"364f39d52b76a30712c814149eae2c64\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-comments-tree-endpoint.php\":{\"d\":1567815231,\"h\":\"2c781931fdc2cb3cf784b6b629538388\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-update-post-endpoint.php\":{\"d\":1567815231,\"h\":\"0faa32e2db69244bee611ed64f05ca0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-customcss.php\":{\"d\":1567815231,\"h\":\"0cdab3a6a43d2927be2703fef356aa91\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-bulk-update-comments-endpoint.php\":{\"d\":1567815231,\"h\":\"03f8f409a176f91dece84b4c110919ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-render-embed-endpoint.php\":{\"d\":1567815231,\"h\":\"e70c60819824d64cf6d40eaef49dc515\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-list-post-type-taxonomies-endpoint.php\":{\"d\":1567815231,\"h\":\"47df9838acaa679d5a435df2d27515ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-term-endpoint.php\":{\"d\":1567815231,\"h\":\"90996bbf381442baa34e38d39b180319\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-post-v1-1-endpoint.php\":{\"d\":1567815231,\"h\":\"c62a98a91eec908a8640001192c51370\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-list-media-v1-2-endpoint.php\":{\"d\":1567815231,\"h\":\"3cdc0c60ff22f9f19d7067edf8bb9843\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-media-endpoint.php\":{\"d\":1567815231,\"h\":\"d755fdc055c6f0f7d8d3f6253f1503d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-list-shortcodes-endpoint.php\":{\"d\":1567815231,\"h\":\"f36ee20ce8c84cc7f15e9d71de90aeff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-site-endpoint.php\":{\"d\":1567815231,\"h\":\"5a3392005606ce8e9bb6239e273ac970\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-taxonomy-endpoint.php\":{\"d\":1567815231,\"h\":\"68076c7cb3dcea2f8cb916c1e45291e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-list-embeds-endpoint.php\":{\"d\":1567815231,\"h\":\"92e5130186380dd5a4a3d639987469ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-render-shortcode-endpoint.php\":{\"d\":1567815231,\"h\":\"9378f9b99385bedd41e2a0dd48e096b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-comment-counts-endpoint.php\":{\"d\":1567815231,\"h\":\"bd00bb5293503a8e02a54accb5854dd4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-update-user-endpoint.php\":{\"d\":1567815231,\"h\":\"8609811529936851be544563848b958a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-update-media-endpoint.php\":{\"d\":1567815231,\"h\":\"607a1c69c318b8f14a1ee018373fc263\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-menus-v1-1-endpoint.php\":{\"d\":1567815231,\"h\":\"90edae7f1a6f79a896d925c77bfe6a72\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-taxonomy-endpoint.php\":{\"d\":1567815231,\"h\":\"acad414573e73eddefb79a1c49dd5a08\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-comments-tree-v1-2-endpoint.php\":{\"d\":1567815231,\"h\":\"b2a944da7da66c59f65f245e796afe7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-upload-media-endpoint.php\":{\"d\":1567815231,\"h\":\"f29de367c7be5ae604f621a88952d7b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-site-v1-2-endpoint.php\":{\"d\":1567815231,\"h\":\"5c7da4dc02da54833ada4f2f126ea31b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-media-v1-2-endpoint.php\":{\"d\":1567815231,\"h\":\"b9b57143329ac658ba89c82a18bd2b58\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-update-post-v1-1-endpoint.php\":{\"d\":1567815231,\"h\":\"226553c785de37b547a5323e75526617\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-comment-endpoint.php\":{\"d\":1567815231,\"h\":\"7d6889fc555942449ee378960d8006cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-post-v1-1-endpoint.php\":{\"d\":1567815231,\"h\":\"b643244571a27a71ed97d9a9b7a63864\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-list-post-types-endpoint.php\":{\"d\":1567815231,\"h\":\"506b9eae943177903f0cfcb2e1b4b40c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-edit-media-v1-2-endpoint.php\":{\"d\":1567815231,\"h\":\"88413029ecf6435217e5a1d3c0a3616f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-render-endpoint.php\":{\"d\":1567815231,\"h\":\"4b45099f7d3686a44ed4d3260be19d3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-update-site-homepage-endpoint.php\":{\"d\":1567815231,\"h\":\"cbf3da3d6efc5b2866adc4a271567d4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-site-settings-v1-4-endpoint.php\":{\"d\":1567815231,\"h\":\"c5071df11982529e1469dc1e1c8905c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-site-settings-v1-2-endpoint.php\":{\"d\":1567815231,\"h\":\"ae4b2b7283c0a25b153acaf53ea46f54\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-list-terms-endpoint.php\":{\"d\":1567815231,\"h\":\"a5c72d6b7f6576dfe2822e417c98ee6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-autosave-post-v1-1-endpoint.php\":{\"d\":1567815231,\"h\":\"fcfab9c1f3fe1c99024256f67f6bbe74\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-comment-endpoint.php\":{\"d\":1567815231,\"h\":\"e79f3f76a4249b42b6f5344dbb356d98\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-update-term-endpoint.php\":{\"d\":1567815231,\"h\":\"078bfd2506f548fc52144c88c81a30ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-list-comments-endpoint.php\":{\"d\":1567815231,\"h\":\"f4a86201c1de83fd0961c259a7fd7f7b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-post-endpoint.php\":{\"d\":1567815231,\"h\":\"9839307e3a5924a47d3fda7fd973bb06\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-update-customcss.php\":{\"d\":1567815231,\"h\":\"e1195519da8a4100f3b8200538b0606c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-bulk-restore-post-endpoint.php\":{\"d\":1567815231,\"h\":\"ea61f9e24fc7383c8bb1177558c50f86\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-list-media-endpoint.php\":{\"d\":1567815231,\"h\":\"2b05d7f01e9a061e953df2ba9b70c3e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-site-user-endpoint.php\":{\"d\":1567815231,\"h\":\"27edcea8eb21e1c5c61531d63c9250d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-update-media-v1-1-endpoint.php\":{\"d\":1567815231,\"h\":\"f63a960b2f1a9187db39b2a1fde2687e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-list-roles-endpoint.php\":{\"d\":1567815231,\"h\":\"7f082a8cf0e2fb2c6740ac50a6195636\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-sharing-buttons-endpoint.php\":{\"d\":1567815231,\"h\":\"b33002285fe538e59e44945a60189c38\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-update-post-v1-2-endpoint.php\":{\"d\":1567815231,\"h\":\"2c8dbbdbd508989d38f815fb86bdd20f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-delete-media-v1-1-endpoint.php\":{\"d\":1567815231,\"h\":\"b7d981d0327001eb966456e87c87d194\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-media-v1-1-endpoint.php\":{\"d\":1567815231,\"h\":\"c7552f7e4c9f868546314824f110fd63\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-list-posts-v1-2-endpoint.php\":{\"d\":1567815231,\"h\":\"951e4f552d8636c53039ede6e1868f56\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-site-settings-endpoint.php\":{\"d\":1567815231,\"h\":\"5dbc3f9714578ef0d0564c9c2510cc60\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-delete-media-endpoint.php\":{\"d\":1567815231,\"h\":\"c3dfb83daca84e17ec8b72ec1ef828b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-taxonomies-endpoint.php\":{\"d\":1567815231,\"h\":\"212cb997e29b83f72b8ff9df110de599\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-comment-history-endpoint.php\":{\"d\":1567815231,\"h\":\"a4ea152bc1c7fab09afd4f5d6036f3e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-post-endpoint.php\":{\"d\":1567815231,\"h\":\"648bb4708e5df0e331556b5936d60936\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-upload-media-v1-1-endpoint.php\":{\"d\":1567815231,\"h\":\"996f5e70afdb764d2eb68df8e3b1a25f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-bulk-delete-post-endpoint.php\":{\"d\":1567815231,\"h\":\"e34034a9da22167a63dbf41721c579a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-add-widget-endpoint.php\":{\"d\":1567815231,\"h\":\"1ca6f0d3901dfe25df96aee01f4dd78a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-render-embed-reversal-endpoint.php\":{\"d\":1567815231,\"h\":\"7e0662aa344576c44f87465700800567\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-list-users-endpoint.php\":{\"d\":1567815231,\"h\":\"f84925669d0673a7d0ed426d2ddb5e3c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-list-media-v1-1-endpoint.php\":{\"d\":1567815231,\"h\":\"5b45c7908f2a00ec13e54d94cf2c74f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-list-posts-v1-1-endpoint.php\":{\"d\":1567815231,\"h\":\"801bb8fe8ae39fc7fc47d830c7ecc08b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-comments-tree-v1-1-endpoint.php\":{\"d\":1567815231,\"h\":\"1b6714c02901e2be79e8cdfdaaaf7751\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-post-counts-v1-1-endpoint.php\":{\"d\":1567815231,\"h\":\"c69a596b7768109b59a26c169087987b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-update-taxonomy-endpoint.php\":{\"d\":1567815231,\"h\":\"11cf6a2d40f535a311ee8f710fd70237\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints\\/class.wpcom-json-api-get-autosave-v1-1-endpoint.php\":{\"d\":1567815231,\"h\":\"e024235cd581952d3c011d199073e78a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/bin\\/build-asset-cdn-json.php\":{\"d\":1567815231,\"h\":\"61dd6f6c4cef3da676e9184518c7993c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/bin\\/partner-provision.sh\":{\"d\":1567815231,\"h\":\"2c5188e659255f7056a647afa1f88207\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/bin\\/partner-cancel.sh\":{\"d\":1567815231,\"h\":\"0fa982bfef5f0eea25d9594e52ba3213\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-nn_NO-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"7ee337bd347d791e8735f25b5327cd41\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-af-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"574b2eba3bcde81c636ffef611a4906f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-zh_TW-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"270be78ce575e52779cebe528cd4d6ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-mk_MK-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"520d2c883dac102ccce9d5fcfd7f2757\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-fr_BE-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"4fd5b75cbebb6c05a89f6ae377ab061c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-en_AU-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"77413104289c1c7fd4df0bb7b6be1d50\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-zh_HK-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"3276a8b0e4833090017aaca195ff8998\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-bg_BG-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"0d43f08edce2be1f10fea8a1cae0244a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-en_CA-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"4804b960706d0127808101c125cfebdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-ar-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"36140f6b0f81692a4b63e95ced3af85e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-gl_ES-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"dd0557d1c64c058c03fab80b7f013e84\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-pt_PT-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"e18ca26d97613755f95ea1cf57ccd5e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-sr_RS-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"5c80842eabf2499f22e0f57e93dc0e08\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-es_CL-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"e9f89607abf4d474d3d4541cb747f265\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-cy-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"ae41c2e9d932b6a496de2b5bf3615f0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-fr_CA-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"451d725bbe8b949bb5db3bb86bbefb87\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-az-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"4db5474bc31b708fd599214af27fb657\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-es_CR-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"7a5ef530d6ee0d3f0029f55da27e599a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-cs_CZ-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"f91a35e8fa9d8f98f9cf4607caa5ae40\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-lt_LT-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"2daf6196a1bd71868ded4d27b9d5ef47\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-tr_TR-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"565ac3dd09edc24424f2d235fd871311\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-nl_NL_formal-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"4e796164671c9116c25636e21e879039\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-de_DE-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"daf1872836652cdfb927d3b454143c32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-en_GB-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"8472c0e7d98a9d20dfe91fd59120b683\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-fr_FR-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"6c59938eaae8d2e8ffff2446d960a82a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-si_LK-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"753200a3f11cef6ec4193941dac8a530\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-vi-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"f1a1435f76a1cd269d47094c67c92b30\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-de_DE_formal-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"e84f157132090cfe8996efc11f6d3d40\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-it_IT-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"3e0ac320ce49cf32357b5929f5bb2a55\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-ro_RO-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"a2bcc97f53429e0149a5dd1bf9a299c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-en_NZ-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"ef64cad6ee32c635b057aebeb26dae35\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-zh_CN-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"f39fcd5f1933e8b0b50018e43c561dc4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-he_IL-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"c7f1dbeb8883a0d56a2ef3f8a6b5a507\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-ckb-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"b41e9d3eaa7e47d89eac62f73c6984b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-pt_BR-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"2f574c9f6b80640e63619dd6ba05219e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-eo-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"003ff642d95ecbef4b97beaa45aceca6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-th-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"90eeccaf3c51370a857afecabd67932b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-sq-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"61721488fd8765f948ffa1e61aabf4b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-ko_KR-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"13858ff120f1be38d33ff1050e0d3b69\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-ca-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"291f1a38eb603815dcc37abff6d22ed5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-ms_MY-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"b809590a6ca10c24b87ee720fd7f46c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-my_MM-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"6774851942d16fc3f4c607a5f7b73a9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-lv-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"a1c8b62a96bf68597d7c5dd0515edd45\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-fi-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"7e698b8eb095904c0c09115949d354ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-bs_BA-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"d596e7556cb4b17cde99f6ce4b5bf0aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-hr-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"1d557290da07317696e45251bca655ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-is_IS-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"e07e3d2675bb2a90e2050c25d69a15e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-nb_NO-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"8a0a90384741d7b46c7ee693618265ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-ary-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"659e2bfcd1a376333a1cedfe613b265c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-es_ES-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"df4276766122afc765bd828700af34bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-te-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"c4bf3e09bd0ce7479379abe360b3a53c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-ru_RU-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"f7a2019c6eb9aebb8b8a2fe90aef22d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-es_VE-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"621303a18c17cd24d37202805cba621f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-es_MX-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"f6c84e4c6907065a5454952bddbd047f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-hu_HU-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"f79ebcc18c27afc57b3c8adb500c3929\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-ka_GE-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"eb01a932a7fee94599deba0e2a537171\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-id_ID-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"fe5c9048e7f825d683096ea7eb11d058\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-ja-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"8c24f4795b1e9a052578b32376eec277\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-sa_IN-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"111350e54e742f2148ca673018389710\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-gd-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"280658edb05675750bf27042df4ccef0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-fa_IR-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"ad8fdaa6f2a941871865c1096bb8129c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-en_ZA-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"c1541b9c3d740abffb9407ed36990da5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-es_AR-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"b8fc0863e3a0bb3a6d3f438953fb2b83\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-uk-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"4c582ae08f0556e74f43f749c20835a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-el-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"fb2d49b4f741668923c8ecf0c1c4981e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-es_PE-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"9c538f70fd782464efe4a92897a96c62\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-da_DK-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"b7cce9c03a2c30241d58cfb6b371c25f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-pl_PL-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"9a71ef29e06043583bb6bc47d59bc5e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-sv_SE-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"915a8a82c65c75b03280e937c666966d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-ur-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"34c65f607e2c83011bea64ff3c4848e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-sl_SI-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"bcc18fe74a65e10ad18fc684c596ab9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-sk_SK-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"4dbbf9ab4566dcdb1c2f0c87c3224309\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/json\\/jetpack-nl_NL-1bac79e646a8bf4081a5011ab72d5807.json\":{\"d\":1567815231,\"h\":\"f676fefa1b216bf53719231152b7dcba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/languages\\/readme.txt\":{\"d\":1567815231,\"h\":\"502d5fcc18ed2c04176603dc616d2254\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-constants.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-settings.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-sender.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-callables.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-terms.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-server.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-queue.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-comments.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-simple-codec.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-users.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-themes.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-listener.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-stats.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-wp-super-cache.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-options.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-menus.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-wp-replicastore.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-plugins.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-json-deflate-array-codec.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-protect.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/interface.jetpack-sync-codec.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-import.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-actions.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-meta.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-updates.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-posts.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-network-options.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/interface.jetpack-sync-replicastore.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-functions.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-users.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-attachments.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-defaults.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-woocommerce.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-module-full-sync.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sync\\/class.jetpack-sync-modules.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/composer\\/installed.json\":{\"d\":1567815231,\"h\":\"51b408bccfb2e5321c466eaf018aeadf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/composer\\/autoload_static.php\":{\"d\":1567815231,\"h\":\"d90d95b651ae2784466300f9548c2774\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/composer\\/autoload_classmap.php\":{\"d\":1567815231,\"h\":\"22505bf4decd21dc3769c6ea5e648d42\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/composer\\/autoload_real.php\":{\"d\":1567815231,\"h\":\"dcee68f5e8bf88b77c31f7ca52413b71\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/composer\\/ClassLoader.php\":{\"d\":1567815231,\"h\":\"a0899dd7d97c25fe1d872a542afa6081\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/composer\\/autoload_files.php\":{\"d\":1567815231,\"h\":\"1a3c0313f9cb5a9d2df685c1c0b737b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/composer\\/autoload_psr4.php\":{\"d\":1567815231,\"h\":\"95052b6ebd426c5b38f6cb572f711ec8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/composer\\/autoload_namespaces.php\":{\"d\":1567815231,\"h\":\"35e12c7d76c4a81633bcf547c0e229a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/composer\\/autoload_classmap_package.php\":{\"d\":1567815231,\"h\":\"2c783c27ea82c8b59de60263736a5490\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/composer\\/LICENSE\":{\"d\":1567815231,\"h\":\"955d5fe58c231244f6b49000f383b5e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-connection\\/legacy\\/load-ixr.php\":{\"d\":1567815231,\"h\":\"c1a35d601b5390d3f3da7d830f5ffe44\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-connection\\/legacy\\/class.jetpack-xmlrpc-server.php\":{\"d\":1567815231,\"h\":\"0c10e13d20cf30ec565a181ee300ed07\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-connection\\/legacy\\/class.jetpack-ixr-client-multicall.php\":{\"d\":1567815231,\"h\":\"bbbb29377f5f0cd25d607af13decef7b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-connection\\/legacy\\/class.jetpack-signature.php\":{\"d\":1567815231,\"h\":\"3603e133735ecc08f9cb710fc10fa8f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-connection\\/legacy\\/class.jetpack-ixr-client.php\":{\"d\":1567815231,\"h\":\"14c9880b094038376787b0352f05d0fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-connection\\/src\\/Client.php\":{\"d\":1567815231,\"h\":\"5b78928f99553debdd3f8ae3b592b235\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-connection\\/src\\/XMLRPC_Connector.php\":{\"d\":1567815231,\"h\":\"8f3029e82652a854382644e7dd610bac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-connection\\/src\\/REST_Connector.php\":{\"d\":1567815231,\"h\":\"9ee9efd3c34cedeeebab77865332d312\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-connection\\/src\\/Manager_Interface.php\":{\"d\":1567815231,\"h\":\"3ca94b0d400f94790df565b7160d8ebb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-connection\\/src\\/Manager.php\":{\"d\":1567815231,\"h\":\"843f31efb06bc43095482af2eece13f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-roles\\/src\\/Roles.php\":{\"d\":1567815231,\"h\":\"a60f20b9092e3ea749e0f35dbf2d1d94\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-status\\/src\\/Status.php\":{\"d\":1567815231,\"h\":\"dc6c62eb979ed952b2e563a68211ca77\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-compat\\/legacy\\/class.jetpack-tracks.php\":{\"d\":1567815231,\"h\":\"abb7b1929d9c4a620ce22c4e97eae2aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-compat\\/legacy\\/class.jetpack-sync-settings.php\":{\"d\":1567815231,\"h\":\"e8ad7c7c59d2d7d88ea75f0376e615f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-compat\\/legacy\\/class.jetpack-sync-actions.php\":{\"d\":1567815231,\"h\":\"210bdc6386e116fd2dc29f26d4568f55\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-compat\\/legacy\\/class.jetpack-client.php\":{\"d\":1567815231,\"h\":\"e297daf68734e65dc378659e6042f457\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-compat\\/legacy\\/class.jetpack-sync-modules.php\":{\"d\":1567815231,\"h\":\"a65f1ac75d49901ea514b8a199785a46\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-compat\\/lib\\/tracks\\/client.php\":{\"d\":1567815231,\"h\":\"02d9005dede70c2c62205f18276d0d9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-compat\\/functions.php\":{\"d\":1567815231,\"h\":\"eb14c5978052866a639de4f3e4ef2e11\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-options\\/legacy\\/class.jetpack-options.php\":{\"d\":1567815231,\"h\":\"b9d3f461e17a819d8ce28000b47806f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-assets\\/src\\/Assets.php\":{\"d\":1567815231,\"h\":\"4e43640548b29a195d1dedbc1aabbf63\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-jitm\\/assets\\/jetpack-admin-jitm.min.css\":{\"d\":1567815231,\"h\":\"6ed221f70790579c8b90a277b7e41d9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-jitm\\/assets\\/jetpack-admin-jitm-rtl.min.css\":{\"d\":1567815231,\"h\":\"0838ea0825955b4617973a1e239b499b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-jitm\\/assets\\/jetpack-admin-jitm.css\":{\"d\":1567815231,\"h\":\"7841d5a12766da23f02d9934005fca1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-jitm\\/assets\\/jetpack-admin-jitm-rtl.css\":{\"d\":1567815231,\"h\":\"b16e6b68c4d8dc1f711fc7d74083a216\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-jitm\\/src\\/JITM.php\":{\"d\":1567815231,\"h\":\"b8c4a86a7836162609c825e9511af84b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-abtest\\/src\\/Abtest.php\":{\"d\":1567815231,\"h\":\"075a0be249638d34ef22d45f4b580b58\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-tracking\\/legacy\\/class.tracks-client.php\":{\"d\":1567815231,\"h\":\"8a5d4575dc810964ade9582c3bebdbca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-tracking\\/legacy\\/class.tracks-event.php\":{\"d\":1567815231,\"h\":\"097df876f02987e8f71d3d66b2977d92\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-tracking\\/src\\/Tracking.php\":{\"d\":1567815231,\"h\":\"7918e2afe8c1880f2f045be1cee102c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-error\\/src\\/Error.php\":{\"d\":1567815231,\"h\":\"bd3ace3ebcf4813a57936ddced61db1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/WooCommerce.php\":{\"d\":1567815231,\"h\":\"544f82b994de8c0cbbf3c3bfdf1c6215\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Comments.php\":{\"d\":1567815231,\"h\":\"d1ae1fec67fdbde2fc9747656d871b9c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Posts.php\":{\"d\":1567815231,\"h\":\"7b1821f136b494927fcdd380cb409a23\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Protect.php\":{\"d\":1567815231,\"h\":\"05941802a74f06cbc365e798b0c623b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Terms.php\":{\"d\":1567815231,\"h\":\"40d433887da3920913ce4f6262dc0abc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Import.php\":{\"d\":1567815231,\"h\":\"ba6cb2dba781585ef6b16abb4c486e0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Themes.php\":{\"d\":1567815231,\"h\":\"98b2bf650c33b5275eb4eadfefa2e0c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/WP_Super_Cache.php\":{\"d\":1567815231,\"h\":\"8d94c30a28a955dadbb9158a077a07ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Stats.php\":{\"d\":1567815231,\"h\":\"333c2d6b375d36241b869e39295ec0bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Attachments.php\":{\"d\":1567815231,\"h\":\"eea118f1b38547f743a16209b99dd715\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Menus.php\":{\"d\":1567815231,\"h\":\"e41c3f33d34f24422e6fc532f95601be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Constants.php\":{\"d\":1567815231,\"h\":\"e875e343d9fbc2468f32c0f1ea7a78e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Plugins.php\":{\"d\":1567815231,\"h\":\"e8f91ffddf024972ae492e7256f5f5c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Network_Options.php\":{\"d\":1567815231,\"h\":\"b5fbcf97e2ea54e05ad0cec40a748051\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Term_Relationships.php\":{\"d\":1567815231,\"h\":\"5ebb26f551b3cc0b58146ae45eed1779\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Full_Sync.php\":{\"d\":1567815231,\"h\":\"176c17c954fbd2881b8a743a46f35a37\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Callables.php\":{\"d\":1567815231,\"h\":\"c1d2a8d30359498a4dec1c4034cf1605\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Options.php\":{\"d\":1567815231,\"h\":\"dc65d504de7744afe4a690da1e9d6622\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Module.php\":{\"d\":1567815231,\"h\":\"f301ca1065cde15be0f41eb08802dd7b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Updates.php\":{\"d\":1567815231,\"h\":\"7cafb9efb814f84cc3e2bf77fc33874e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Meta.php\":{\"d\":1567815231,\"h\":\"15a1c508a67b4f7e9cbfa519e7adc92d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/modules\\/Users.php\":{\"d\":1567815231,\"h\":\"eb60609e2dd17c21b4423d919b6c6c15\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/Server.php\":{\"d\":1567815231,\"h\":\"fd113f8c63ed932bc6baee7203f4375d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/Queue_Buffer.php\":{\"d\":1567815231,\"h\":\"d0c068265da475e9400833f2268c5df6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/Modules.php\":{\"d\":1567815231,\"h\":\"50eb3b8c0de4be186899989b81f56c36\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/Codec_Interface.php\":{\"d\":1567815231,\"h\":\"4099422f97da5f56548b98a8eea0e8a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/Listener.php\":{\"d\":1567815231,\"h\":\"de2a05b6856d2e5cb2fe748772bb4b6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/Simple_Codec.php\":{\"d\":1567815231,\"h\":\"918c4a1b3a9fa540c9f2307679540623\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/Actions.php\":{\"d\":1567815231,\"h\":\"d047df993bb126b4beea638c1be0e624\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/Queue.php\":{\"d\":1567815231,\"h\":\"4e2718144bc8e8613f639c4b97439338\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/Settings.php\":{\"d\":1567815231,\"h\":\"36be8547498fa45c508fa8987e645c95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/Replicastore.php\":{\"d\":1567815231,\"h\":\"9f3619d996ec7ff581d378fcae258169\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/Sender.php\":{\"d\":1567815231,\"h\":\"a4110da34e38a518aab44f2669d9fb24\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/Utils.php\":{\"d\":1567815231,\"h\":\"793f7b022c7a8052d34399825d74ed48\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/Defaults.php\":{\"d\":1567815231,\"h\":\"194674ec46e3cfd34bc1031a5641de1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/Json_Deflate_Array_Codec.php\":{\"d\":1567815231,\"h\":\"b6a843af3d005dd0f6025ed7d3e938e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/Replicastore_Interface.php\":{\"d\":1567815231,\"h\":\"b38308a68eb8ea7f7f280254a1c116b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/Functions.php\":{\"d\":1567815231,\"h\":\"d866827a2ed4494fbe1a739c02bfe662\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/Main.php\":{\"d\":1567815231,\"h\":\"9198923c4835c9b16797f8e729d52774\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-sync\\/src\\/Users.php\":{\"d\":1567815231,\"h\":\"52fbfa7456a908dfcd343dacec93cad7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-constants\\/src\\/Constants.php\":{\"d\":1567815231,\"h\":\"920e32e428281db741328063ac67d65c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/automattic\\/jetpack-logo\\/src\\/Logo.php\":{\"d\":1567815231,\"h\":\"00a86570b74d674e58d4f800b9d2a261\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/autoload_packages.php\":{\"d\":1567815231,\"h\":\"5535d9c960b23032291d1dcfff139aa2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/vendor\\/autoload.php\":{\"d\":1567815231,\"h\":\"ed3a6f547d8895e091d711724b61d364\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/extensions\\/blocks\\/business-hours\\/business-hours.php\":{\"d\":1567815230,\"h\":\"422fea2bc717e72579dd216378c31d9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/extensions\\/blocks\\/repeat-visitor\\/repeat-visitor.php\":{\"d\":1567815230,\"h\":\"1dff334d5c2b126df695f05cd33e6326\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/extensions\\/blocks\\/mailchimp\\/mailchimp.php\":{\"d\":1567815230,\"h\":\"4c1cca1bb25ea3fabc349e87b2269919\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/extensions\\/blocks\\/slideshow\\/slideshow.php\":{\"d\":1567815230,\"h\":\"e120c02d2602e16a65bfbb93b2bc5487\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/extensions\\/blocks\\/markdown\\/test\\/__snapshots__\\/markdown-renderer.js.snap\":{\"d\":1567815230,\"h\":\"0bf5fcd68b64a0f3953b459c38f4d90c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/extensions\\/blocks\\/markdown\\/markdown.php\":{\"d\":1567815230,\"h\":\"247aabfd55901c023f1acb57323f4695\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/extensions\\/blocks\\/recurring-payments\\/recurring-payments.php\":{\"d\":1567815230,\"h\":\"bf45b130238be455e852074278c8554a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/extensions\\/blocks\\/gif\\/gif.php\":{\"d\":1567815230,\"h\":\"9f813cb0cc7e46233f8446d017a2b27c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/extensions\\/blocks\\/wordads\\/wordads.php\":{\"d\":1567815230,\"h\":\"969c3866e905b3f0143177b825a8c58b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/extensions\\/blocks\\/map\\/map.php\":{\"d\":1567815230,\"h\":\"8ba5249eea1f99bf5c9ac9931187284b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/extensions\\/blocks\\/tiled-gallery\\/layout\\/mosaic\\/test\\/__snapshots__\\/ratios.js.snap\":{\"d\":1567815230,\"h\":\"5378ec7e39da0c364bba265b89e741c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/extensions\\/blocks\\/tiled-gallery\\/layout\\/mosaic\\/test\\/__snapshots__\\/index.js.snap\":{\"d\":1567815230,\"h\":\"f5905ae5701f790131cb681e0bfacfb1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/extensions\\/blocks\\/tiled-gallery\\/tiled-gallery.php\":{\"d\":1567815230,\"h\":\"a62f2f3d1734e1f6a722369ddde0e220\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/extensions\\/blocks\\/contact-info\\/contact-info.php\":{\"d\":1567815230,\"h\":\"66315376bc9efe7b7d0e4a1f3e5f4403\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/extensions\\/blocks\\/contact-info\\/class-jetpack-contact-info-block.php\":{\"d\":1567815230,\"h\":\"f0a77471737809cf96b287f626adc703\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/src\\/Tracking.php\":{\"d\":1567815231,\"h\":\"991a18f545999f8b1c58557ddf17d1e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/wp-cli-templates\\/block-editor-scss.mustache\":{\"d\":1567815231,\"h\":\"b914664961fae7f4aef64a3a70189d25\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/wp-cli-templates\\/block-register-php.mustache\":{\"d\":1567815231,\"h\":\"6e42a93706196b46414c1a8c644e81b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/wp-cli-templates\\/block-editor-js.mustache\":{\"d\":1567815231,\"h\":\"fc2525b1f35217282ebb35fb046b022c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/wp-cli-templates\\/block-edit-js.mustache\":{\"d\":1567815231,\"h\":\"99411f164ac5588bfaf35a3512c60e1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/wp-cli-templates\\/block-index-js.mustache\":{\"d\":1567815231,\"h\":\"0b94543ea0f2114b26e115ccb4b74b04\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/wp-cli-templates\\/readme.md\":{\"d\":1567815231,\"h\":\"e544a9b5a5d98ce3d14eb1473deaee30\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sal\\/class.json-api-post-base.php\":{\"d\":1567815230,\"h\":\"451a7a5b5aa49176b31fb62b82dc4929\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sal\\/class.json-api-platform-jetpack.php\":{\"d\":1567815230,\"h\":\"aac6e7a034a06b2400bd548877e28414\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sal\\/class.json-api-site-base.php\":{\"d\":1567815230,\"h\":\"7f10f5c1e5354b7287010e0105493c3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sal\\/class.json-api-post-jetpack.php\":{\"d\":1567815230,\"h\":\"7fe27b5a9067a907477a29d04dbfd28e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sal\\/class.json-api-date.php\":{\"d\":1567815230,\"h\":\"4bcd8d68e4c00f3e323701c92e6d8d2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sal\\/class.json-api-metadata.php\":{\"d\":1567815230,\"h\":\"7dbe1262543d51fd69d354baa27e5420\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sal\\/class.json-api-site-jetpack-base.php\":{\"d\":1567815230,\"h\":\"8fa002dbaccc37efce9c9203ab9a565f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sal\\/class.json-api-links.php\":{\"d\":1567815230,\"h\":\"d7138e03f1c7d2972857f9cd9e1552a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sal\\/class.json-api-token.php\":{\"d\":1567815230,\"h\":\"2593d6e7e6901a1902ac32d8d91fd249\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sal\\/class.json-api-site-jetpack.php\":{\"d\":1567815230,\"h\":\"868d63662a078786c4bd6ceb0127d063\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/sal\\/class.json-api-platform.php\":{\"d\":1567815230,\"h\":\"d1aa69b0638673fbd0c5902dac4da156\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-rtl.css\":{\"d\":1567815231,\"h\":\"e5d647f5ce4452f5655ebf046499b29e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-icons.css.min.map\":{\"d\":1567815231,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-banners-rtl.css\":{\"d\":1567815231,\"h\":\"340c5547b8649fce3e834b3e95732f2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/dashboard-widget.css\":{\"d\":1567815231,\"h\":\"557642c33ec3754e4623e00e62946ac9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-idc-admin-bar.css.min.map\":{\"d\":1567815231,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-icons-rtl.css\":{\"d\":1567815231,\"h\":\"8b904706b68a893d4517d606acbe7f9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-idc-rtl.min.css\":{\"d\":1567815231,\"h\":\"76b8a2857d4fc059a846df8491aab534\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-admin.css\":{\"d\":1567815231,\"h\":\"b69d0613c511a137219a879e62666219\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-connect-rtl.min.css\":{\"d\":1567815231,\"h\":\"cf660e9f7c02936a7f151053e9d451d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack.css\":{\"d\":1567815231,\"h\":\"27e1420b757f01f17a6e1bb95de56456\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-idc-admin-bar-rtl.min.css\":{\"d\":1567815231,\"h\":\"a746de32bc20433285569bacc07bcc01\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-admin-rtl.css\":{\"d\":1567815231,\"h\":\"c7ee6e520b6916dddddab4387071925e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-banners-rtl.min.css\":{\"d\":1567815231,\"h\":\"05383b4dacebff6ff43b4c2d1c5eb53d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-admin-rtl.min.css\":{\"d\":1567815231,\"h\":\"ee6a0bbd04db8242a78dc98ae45dd398\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/dashboard-widget.min.css\":{\"d\":1567815231,\"h\":\"62ca01f79794c2ec045a7974ced8ffd1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/dashboard-widget-rtl.css.min.map\":{\"d\":1567815231,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-idc-admin-bar-rtl.css.min.map\":{\"d\":1567815231,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-idc-admin-bar-rtl.css\":{\"d\":1567815231,\"h\":\"cd12863afa247682b1c12d9fa1dbed78\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-admin-rtl.css.min.map\":{\"d\":1567815231,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-banners.css.min.map\":{\"d\":1567815231,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-idc.css.min.map\":{\"d\":1567815231,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-admin.css.min.map\":{\"d\":1567815231,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-idc-admin-bar.min.css\":{\"d\":1567815231,\"h\":\"a746de32bc20433285569bacc07bcc01\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/dashboard-widget-rtl.min.css\":{\"d\":1567815231,\"h\":\"b76165f6ac61bc204976a74381965828\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-idc.css\":{\"d\":1567815231,\"h\":\"a90ca83b610a4e6c7c9f1889b5a52d82\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-connect.css\":{\"d\":1567815231,\"h\":\"a2a38ac11baeba1b06d2d4de09308fdc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-icons.min.css\":{\"d\":1567815231,\"h\":\"0ce65da657e773448fe2e9cb9e4a8650\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-banners.min.css\":{\"d\":1567815231,\"h\":\"be154fce5999c5095bd2b1403e1dd820\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/dashboard-widget-rtl.css\":{\"d\":1567815231,\"h\":\"d3755b6ccd93a102699c80daf96b1cab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-idc-rtl.css.min.map\":{\"d\":1567815231,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-icons-rtl.css.min.map\":{\"d\":1567815231,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/dashboard-widget.css.min.map\":{\"d\":1567815231,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-banners.css\":{\"d\":1567815231,\"h\":\"0a2300d7ec51a9c9ad871a9afb61185e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-idc-rtl.css\":{\"d\":1567815231,\"h\":\"be0b734127950ed9a7ca9aa752669c41\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-banners-rtl.css.min.map\":{\"d\":1567815231,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-admin.min.css\":{\"d\":1567815231,\"h\":\"cf3030fe86f6390de0f87ade5ae2c78a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-icons-rtl.min.css\":{\"d\":1567815231,\"h\":\"0ce65da657e773448fe2e9cb9e4a8650\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-connect.min.css\":{\"d\":1567815231,\"h\":\"cf660e9f7c02936a7f151053e9d451d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-idc.min.css\":{\"d\":1567815231,\"h\":\"5d2c84cfaad1072f67b30541b6fa38ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-icons.css\":{\"d\":1567815231,\"h\":\"b6f64dbcb4d6fb27d81636a328c1f74f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-connect-rtl.css\":{\"d\":1567815231,\"h\":\"307dac2f28cd091610e916ea02eb06a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/css\\/jetpack-idc-admin-bar.css\":{\"d\":1567815231,\"h\":\"226f6b58d1cbf4d92640c0724833eda7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-post-images.php\":{\"d\":1567815231,\"h\":\"1765823a6ec931cbea207699cf555473\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-api-config.php\":{\"d\":1567815231,\"h\":\"feaa6519e44a91e9397ec2caf163211a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-tracks.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-heartbeat.php\":{\"d\":1567815231,\"h\":\"367898d75a942c8b50190300f1c10403\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-plan.php\":{\"d\":1567815231,\"h\":\"b1c2b021988369875ca2dad116f961c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/readme.txt\":{\"d\":1567815231,\"h\":\"47e6772e9c7572041bf8cba678c7e3f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-network-sites-list-table.php\":{\"d\":1567815231,\"h\":\"9feb656917391b97d255ed5cf0125d24\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/functions.global.php\":{\"d\":1567815230,\"h\":\"52f9a54355bd962346a7a5bd31828f51\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-bbpress-json-api-compat.php\":{\"d\":1567815231,\"h\":\"1b1e7b464bc15a186c5ae20c5d5bbae8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-jitm.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack.php\":{\"d\":1567815230,\"h\":\"349550dd7b00481b29466d1dad6b8142\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-data.php\":{\"d\":1567815231,\"h\":\"a477c47502244a08f3ba1878f51d3472\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.json-api.php\":{\"d\":1567815231,\"h\":\"9ec5a445e1cda679e825ef93245316e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-constants.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-idc.php\":{\"d\":1567815231,\"h\":\"f5275890dd62bce7141331405d5fab85\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/composer.json\":{\"d\":1567815231,\"h\":\"e42b740152e3bcd77e3386d9a75ccecc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/functions.gallery.php\":{\"d\":1567815231,\"h\":\"bbbc3d54a2a95cea22893af39bb33d75\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-debugger.php\":{\"d\":1567815231,\"h\":\"8e4010b5bea79fce1cf9b57d822ef350\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.json-api-endpoints.php\":{\"d\":1567815231,\"h\":\"e5fc9c365a803c9a3d9dc70515ccbf8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/functions.opengraph.php\":{\"d\":1567815231,\"h\":\"89bc3046c5102ac6870ade076f9b894b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-client-server.php\":{\"d\":1567815231,\"h\":\"ffb9eabe1fd1c6b1855da7364b6d9cd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-options.php\":{\"d\":1567815231,\"h\":\"2f04b81207c97178a1dadc110993d33e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-affiliate.php\":{\"d\":1567815230,\"h\":\"b7620493762b6404b33da2ec3a902367\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/.svnignore\":{\"d\":1567815231,\"h\":\"2135bb13fb7a226f2971efadb7421ae5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-network.php\":{\"d\":1567815231,\"h\":\"7d0c78b20cc3bda14ed7e3cb9696c222\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/require-lib.php\":{\"d\":1567815231,\"h\":\"ed7a11d22fa728efc3d96d62a6eab014\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/json-endpoints.php\":{\"d\":1567815231,\"h\":\"5db0a81da4ea6c00d948f1400236960f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/changelog.txt\":{\"d\":1567815231,\"h\":\"7e48de9e6ebd163197c8d4ec3bd1fe59\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/uninstall.php\":{\"d\":1567815230,\"h\":\"a55907e3452ad9432df8e0636f822cb1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-connection-banner.php\":{\"d\":1567815231,\"h\":\"7c2c22e374a6b5173ccf48a3c920ec13\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/wpml-config.xml\":{\"d\":1567815231,\"h\":\"dd13b8bf93fbab0051916aa266ff79ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/CODE-OF-CONDUCT.md\":{\"d\":1567815231,\"h\":\"db6ba0afc337663f8b36ca44ad28f9c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-admin.php\":{\"d\":1567815231,\"h\":\"c417773a270f77496cfda8e3ad134141\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/functions.compat.php\":{\"d\":1567815231,\"h\":\"6e50cad41560b0c51266d26b0232f578\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-xmlrpc-server.php\":{\"d\":1567815231,\"h\":\"bfa7e1fa63f39bc47b85a5becf6db831\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/jetpack.php\":{\"d\":1567815231,\"h\":\"6f2a8bbbbb402d66f3d2a5e3d72aa9bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/locales.php\":{\"d\":1567815231,\"h\":\"f2ae095420784fedf1a83582d0a47c8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-modules-list-table.php\":{\"d\":1567815231,\"h\":\"970f833ee391d1b60d165e9e144ca89b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-client.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/jest.config.js\":{\"d\":1567815231,\"h\":\"81662c82ec9bd719f458b92fc5cbdfa8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.frame-nonce-preview.php\":{\"d\":1567815231,\"h\":\"c2661ebc6fea90919ebcb6a0228df0ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-user-agent.php\":{\"d\":1567815231,\"h\":\"5791f1f7ee80008f2c7a18630786449f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/functions.photon.php\":{\"d\":1567815231,\"h\":\"66cd2f3cbfc4899cbc1ceb24707ccf6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/load-jetpack.php\":{\"d\":1567815231,\"h\":\"19fe32765dcfc02da452c4deac14cc9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.photon.php\":{\"d\":1567815231,\"h\":\"290a3a715ff0ddea7ccd1fab9efba83a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-autoupdate.php\":{\"d\":1567815231,\"h\":\"ca5a76f2a7d1cd65106c37443d6cd87f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-error.php\":{\"d\":1567815231,\"h\":\"afbd4bd9f83e4e164d3d7532da438e1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-cli.php\":{\"d\":1567815231,\"h\":\"ba4cac287bb87e4fd33c3607151cf48e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-signature.php\":{\"d\":1567815231,\"h\":\"7a5d47c69a72f0d02edad660b9c31f95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-ixr-client.php\":{\"d\":1567815231,\"h\":\"713d1004ff7b4136e2c17fc7a0c9ca73\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-gutenberg.php\":{\"d\":1567815231,\"h\":\"8dbe3f912670a4c3909f86892b8a2efe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/jetpack\\/class.jetpack-twitter-cards.php\":{\"d\":1567815231,\"h\":\"6974a7740e10679546ed2037ed9f5913\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/admin-includes\\/class.swpm-payments-list-table.php\":{\"d\":1568443921,\"h\":\"b359fb35bb3bd0d028b3cf77a9ed1bc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/admin-includes\\/class.swpm-payments-admin-menu.php\":{\"d\":1568443921,\"h\":\"4555354c32956e2c1964d83c5ba1a27e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/admin-includes\\/class.swpm-payment-buttons-list-table.php\":{\"d\":1568443921,\"h\":\"1677557fa93e084619881b08774aaf9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/shortcode-related\\/class.swpm-shortcodes-handler.php\":{\"d\":1568443921,\"h\":\"7b7892f40efecb557edd758d98f7c353\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/common\\/class.swpm-list-table.php\":{\"d\":1568443921,\"h\":\"cc1f2c26ab2222ff6ba98a732e8dcb89\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-category-list.php\":{\"d\":1568443921,\"h\":\"6f5b03670d512786f36c66c0b38f20ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-comment-form-related.php\":{\"d\":1568443921,\"h\":\"6523161ed04d374f4eade31feabaabc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/index.html\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-session.php\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-members.php\":{\"d\":1568443921,\"h\":\"e1277cb54d3214e5acf806d80947b7e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-auth-permission-collection.php\":{\"d\":1568443921,\"h\":\"59a1af6e6b97392a45de84adeafbbb3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-installation.php\":{\"d\":1568443921,\"h\":\"7f83001b3cdd65c03168da68ec5e00d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-ajax.php\":{\"d\":1568443921,\"h\":\"499983e2dd2e386491aff3bd4721ba5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-utils-template.php\":{\"d\":1568443921,\"h\":\"5ec1b5042283ae202ca29b50d0a3b7bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-self-action-handler.php\":{\"d\":1568443921,\"h\":\"208434945d075819bd485b82592a327c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-init-time-tasks.php\":{\"d\":1568443921,\"h\":\"f0852cb9cd7bcf5052d85fe075151276\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-registration.php\":{\"d\":1568443921,\"h\":\"231988e61c1c86f4aa439bfecf63f628\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.simple-wp-membership.php\":{\"d\":1568443921,\"h\":\"ee42c2bf52fd4ee8742e3ad193272bb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-log.php\":{\"d\":1568443921,\"h\":\"5fba04108d6e74c743859ea019daf335\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-permission-collection.php\":{\"d\":1568443921,\"h\":\"6ffaa1dedcea3daa3df1ef6368cfb600\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-utils-member.php\":{\"d\":1568443921,\"h\":\"9a7b5764b4b31ca13ab59b3d86c29862\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-permission.php\":{\"d\":1568443921,\"h\":\"320262061f88e0d487e13cb144c5e97c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-transactions.php\":{\"d\":1568443921,\"h\":\"3f36880512dfeb7c6a1713284b4c9de0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-admin-registration.php\":{\"d\":1568443921,\"h\":\"7163031499696ecd8deaf50613ee8f83\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-front-registration.php\":{\"d\":1568443921,\"h\":\"fde08f991e1c3adf5396d3572bc39f1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-membership-levels.php\":{\"d\":1568443921,\"h\":\"4c1453c63aa598bd8242eb9cd5afb349\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-protection.php\":{\"d\":1568443921,\"h\":\"6c8da4ebeacc76d8a0904fa03a22f296\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-wp-loaded-tasks.php\":{\"d\":1568443921,\"h\":\"8ef27b0fe11421d36e01f36e697c5f49\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-notification-bus.php\":{\"d\":1568443921,\"h\":\"38d04a7cdca1312169b5bd0a4d2366bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-settings.php\":{\"d\":1568443921,\"h\":\"ec7b806208f06d8a051f4f03c29b7d7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-level-form.php\":{\"d\":1568443921,\"h\":\"de267254c55a1d452f0a68db15d8f08a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-messages.php\":{\"d\":1568443921,\"h\":\"fca4e9ba1b98aef0d008052d904c3272\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-utils-membership-level.php\":{\"d\":1568443921,\"h\":\"db83c812ae9d8af9986b6b1fea0ec186\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-post-list.php\":{\"d\":1568443921,\"h\":\"774245e171aa62c1082cfae5753bf5b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-cronjob.php\":{\"d\":1568443921,\"h\":\"2f6e036ac28ad6c8f7b1b3a89f744201\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-transfer.php\":{\"d\":1568443921,\"h\":\"470a88854eae8f3cce146662fd1674fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-membership-level.php\":{\"d\":1568443921,\"h\":\"7405cf89e52adffca993a964721588bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-utils.php\":{\"d\":1568443921,\"h\":\"4d00334971fcd6ef95b95440aacfce07\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-auth.php\":{\"d\":1568443921,\"h\":\"9495336b58da95ad26d24f6b110db393\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-form.php\":{\"d\":1568443921,\"h\":\"eb822b36161461a157f27a515af37398\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-front-form.php\":{\"d\":1568443921,\"h\":\"161a6d2bfed748d68667cd397b04200e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-protection-base.php\":{\"d\":1568443921,\"h\":\"49eb0acae09ab7ff74f75a34c7129d41\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-access-control.php\":{\"d\":1568443921,\"h\":\"b43590e36f3e83ae026112e25c4a4a7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-membership-level-custom.php\":{\"d\":1568443921,\"h\":\"4b593857b1690d75c8fb089ffd21ec68\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/classes\\/class.swpm-utils-misc.php\":{\"d\":1568443921,\"h\":\"d86ce22a4d34b3c33b97e8a287d0a4f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/js\\/index.html\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/js\\/swpm.password-meter.js\":{\"d\":1568443921,\"h\":\"4710809ccf4c157e5dbdf1b43cb03be5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/js\\/jquery.validationEngine-en.js\":{\"d\":1568443921,\"h\":\"16e4d54c6a65b044b86c65190227d821\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/js\\/swpm.validationEngine-localization.js\":{\"d\":1568443921,\"h\":\"a7bb1842d1c24615bd11ae9da814254f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/js\\/jquery.validationEngine.js\":{\"d\":1568443921,\"h\":\"c9299207b83bb5621eb4102ec26c8534\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/payments\\/payment-gateway\\/stripe_button_shortcode_view.php\":{\"d\":1568443921,\"h\":\"46fdd558cef263267248a13eaa98ee3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/payments\\/payment-gateway\\/admin_stripe_sca_buy_now_button.php\":{\"d\":1568443921,\"h\":\"bc30607681bd0f0b16eb840e2bdd22d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/payments\\/payment-gateway\\/admin_stripe_buy_now_button.php\":{\"d\":1568443921,\"h\":\"66dc2a8c4828f9b09b1ffe5de821a9e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/payments\\/payment-gateway\\/admin_braintree_buy_now_button.php\":{\"d\":1568443921,\"h\":\"a67dc56707456a2293d4675dfb9b0c2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/payments\\/payment-gateway\\/stripe_sca_button_shortcode_view.php\":{\"d\":1568443921,\"h\":\"777bec10b3f1d8b42542299d2a120432\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/payments\\/payment-gateway\\/admin_paypal_smart_checkout_button.php\":{\"d\":1568443921,\"h\":\"717bb4c28d02e2eddbc9080b3e542ede\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/payments\\/payment-gateway\\/admin_paypal_subscription_button.php\":{\"d\":1568443921,\"h\":\"3d08aaa2ddd20a8557fb7fd909ea086c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/payments\\/payment-gateway\\/admin_paypal_buy_now_button.php\":{\"d\":1568443921,\"h\":\"785078b5acdca4a20f6fd2f7243d1ed1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/payments\\/payment-gateway\\/admin_stripe_subscription_button.php\":{\"d\":1568443921,\"h\":\"5705952307777fa9aa9ba7b126e322c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/payments\\/payment-gateway\\/paypal_smart_checkout_button_shortcode_view.php\":{\"d\":1568443921,\"h\":\"7514ce2d0a7b508dc7b37d26892fd3bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/payments\\/payment-gateway\\/braintree_button_shortcode_view.php\":{\"d\":1568443921,\"h\":\"9a9f155976b42b2f577b045ba5f713b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/payments\\/payment-gateway\\/paypal_button_shortcode_view.php\":{\"d\":1568443921,\"h\":\"fbb7b57b839e7b814786c299d7db5b67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/payments\\/payment-gateway\\/admin_stripe_sca_subscription_button.php\":{\"d\":1568443921,\"h\":\"f372de347bf86f87f82dd330d2249135\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/payments\\/admin_payment_settings.php\":{\"d\":1568443921,\"h\":\"a65d525aa860a10b6979842c5c3f7931\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/payments\\/admin_create_payment_buttons.php\":{\"d\":1568443921,\"h\":\"57fb4575518abc759cfd92b814d64c0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/payments\\/admin_payment_buttons.php\":{\"d\":1568443921,\"h\":\"cd1e2b05b153f33f537c18cddce4ea91\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/payments\\/admin_edit_payment_buttons.php\":{\"d\":1568443921,\"h\":\"b249bd8092cbca7a2f8e19e25f482e65\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/payments\\/admin_all_payment_transactions.php\":{\"d\":1568443921,\"h\":\"e6a1f232ba6a60df56416d95b0dd790a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/index.html\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/join_us.php\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/admin_member_form_common_js.php\":{\"d\":1568443921,\"h\":\"83e93202ad2f42cf1555f8dd77984b7b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/account_delete_warning.php\":{\"d\":1568443921,\"h\":\"393bd24abd5b1a47d240d9519299b002\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/login.php\":{\"d\":1568443921,\"h\":\"d753dbb1e4e8c713dfb11221a6d8f96d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/admin_edit_level.php\":{\"d\":1568443921,\"h\":\"f8b11c7b19556b6ace123d6be6ede239\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/admin_tools_settings.php\":{\"d\":1568443921,\"h\":\"e7cdb003ddcf86e759992c954ce38321\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/admin_membership_manage.php\":{\"d\":1568443921,\"h\":\"7aed722b0e4bb9956e992c8c5cc587a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/admin_edit.php\":{\"d\":1568443921,\"h\":\"49289226428524f12e01a9d6dfee5170\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/forgot_password.php\":{\"d\":1568443921,\"h\":\"49b79e9551f3d9721ec2305c3fc1b2bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/add.php\":{\"d\":1568443921,\"h\":\"fab538aa4a5b22477447e9c21ec2b4d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/admin_add_level.php\":{\"d\":1568443921,\"h\":\"7225547a8fa1bcd0bbcf91aa80425e5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/admin_addon_settings.php\":{\"d\":1568443921,\"h\":\"c3edfcf3e5612c6ab14f6b03c9e2ebd7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/edit.php\":{\"d\":1568443921,\"h\":\"46446f9f015676f59ba40e18e5cda446\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/admin_member_form_common_part.php\":{\"d\":1568443921,\"h\":\"1b8da4db7164c77c1fde1750ed9a7e99\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/admin_members_list.php\":{\"d\":1568443921,\"h\":\"a2de67731eeb5fcd07e84ef0eed13de7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/admin_settings.php\":{\"d\":1568443921,\"h\":\"e1b21004c4754adb1669871c1c9a2bc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/admin_category_list.php\":{\"d\":1568443921,\"h\":\"427a8a98b1c09dfc0e53d766d2224ebf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/admin_add_ons_page.php\":{\"d\":1568443921,\"h\":\"93f60d6b06225ac10adb528cdc71d828\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/admin_post_list.php\":{\"d\":1568443921,\"h\":\"9b9417270416d02308bcf14b30bb638b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/loggedin.php\":{\"d\":1568443921,\"h\":\"af8f90e854c8fee9f304c6b7078b7174\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/views\\/admin_add.php\":{\"d\":1568443921,\"h\":\"e735dbd5e038565ca53d36827f5f8298\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/languages\\/simple-membership.pot\":{\"d\":1568443921,\"h\":\"0fd342aab5fc62e4bb38e978ec795981\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/ipn\\/swpm_handle_pp_ipn.php\":{\"d\":1568443921,\"h\":\"fd9a35c7fbed08568a9d9757ef345eed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/ipn\\/index.html\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/ipn\\/swpm-smart-checkout-ipn.php\":{\"d\":1568443921,\"h\":\"8fb7d72cd0547b8b7644841478efb9c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/ipn\\/swpm-stripe-subscription-ipn.php\":{\"d\":1568443921,\"h\":\"580fc8e082ceafa95c93e48870717dd9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/ipn\\/swpm_handle_subsc_ipn.php\":{\"d\":1568443921,\"h\":\"eab1888e5017b2fa1c3fc43b1c68101b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/ipn\\/swpm-stripe-buy-now-ipn.php\":{\"d\":1568443921,\"h\":\"3be42c306b67ce682205005184d24780\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/ipn\\/swpm-stripe-sca-subscription-ipn.php\":{\"d\":1568443921,\"h\":\"943a24a1254393e80b8af798414e632f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/ipn\\/swpm-stripe-sca-buy-now-ipn.php\":{\"d\":1568443921,\"h\":\"23b11c35d442ed7fa5f6de48a433498f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/ipn\\/swpm-braintree-buy-now-ipn.php\":{\"d\":1568443921,\"h\":\"0d0adc0811bfd344a24f2930cb862a61\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/images\\/index.html\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Xml\\/Generator.php\":{\"d\":1568443921,\"h\":\"3a4f2ad0e8c6ae17788c218587dcfc03\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Xml\\/Parser.php\":{\"d\":1568443921,\"h\":\"af8f3729c58efd1d8f8fbf2672faf8a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception\\/SSLCaFileNotFound.php\":{\"d\":1568443921,\"h\":\"fcc6e63349cad74ae9651af421cfec15\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception\\/ForgedQueryString.php\":{\"d\":1568443921,\"h\":\"c8a65e4c3e20f4f834914d67a9e782cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception\\/Timeout.php\":{\"d\":1568443921,\"h\":\"48b27846cc5a412148be05ed081288f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception\\/SSLCertificate.php\":{\"d\":1568443921,\"h\":\"2b23ad8a5f477accd97a5d26db3e9b68\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception\\/Authorization.php\":{\"d\":1568443921,\"h\":\"4b17dca02c715fcd50d6d80a40e808ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception\\/InvalidSignature.php\":{\"d\":1568443921,\"h\":\"a627af00c19b01a92fe01d432e3296d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception\\/TestOperationPerformedInProduction.php\":{\"d\":1568443921,\"h\":\"55dcb7ed8f8886a77edfd754a775567a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception\\/Connection.php\":{\"d\":1568443921,\"h\":\"97bf914cc5e53e573932b57eb60167be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception\\/Configuration.php\":{\"d\":1568443921,\"h\":\"225dfca2a3fcb48620e971a03acc6213\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception\\/ValidationsFailed.php\":{\"d\":1568443921,\"h\":\"3ee5ce23d0bda2f2794f5d5451111417\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception\\/InvalidChallenge.php\":{\"d\":1568443921,\"h\":\"d825f5fc7acf8dd0e92dc886e7351721\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception\\/DownForMaintenance.php\":{\"d\":1568443921,\"h\":\"f9827287436a4c51669fad4c637238a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception\\/TooManyRequests.php\":{\"d\":1568443921,\"h\":\"84c506492eae180f47a325871c7e4d5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception\\/NotFound.php\":{\"d\":1568443921,\"h\":\"7ee49bce52fc34db868443d569300470\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception\\/Authentication.php\":{\"d\":1568443921,\"h\":\"d21bc381984fa6078377aacfe930f27f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception\\/ServerError.php\":{\"d\":1568443921,\"h\":\"2dbc5d988ed3bf2ba858dfe8c1ce68e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception\\/UpgradeRequired.php\":{\"d\":1568443921,\"h\":\"22d1766b6d115cd7144ed2b9186afc85\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception\\/Unexpected.php\":{\"d\":1568443921,\"h\":\"eb871413e9d4c394b2e4a5d4da02c7d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Error\\/Codes.php\":{\"d\":1568443921,\"h\":\"50a4884c5e4879b759e31b2e22d4c86d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Error\\/ErrorCollection.php\":{\"d\":1568443921,\"h\":\"b32f1904ee32cf078470c109cec497c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Error\\/Validation.php\":{\"d\":1568443921,\"h\":\"759f91a07cb25baef0f10a88ad5659f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Error\\/ValidationErrorCollection.php\":{\"d\":1568443921,\"h\":\"a1526b624038effedaa3da9cb0d7b70d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/MerchantAccount\\/IndividualDetails.php\":{\"d\":1568443921,\"h\":\"4855a6aa64b35ecab7bada4e3e0fc0c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/MerchantAccount\\/FundingDetails.php\":{\"d\":1568443921,\"h\":\"9ba992a0dda1be9a0cf8bd8b53ea33be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/MerchantAccount\\/BusinessDetails.php\":{\"d\":1568443921,\"h\":\"ca8a0dc16bce3fff5831fd22652b2f6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/MerchantAccount\\/AddressDetails.php\":{\"d\":1568443921,\"h\":\"540f9e79b8df5da5267835dd01db45c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Result\\/UsBankAccountVerification.php\":{\"d\":1568443921,\"h\":\"d80fb36800204429d7794bf29ab9c939\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Result\\/CreditCardVerification.php\":{\"d\":1568443921,\"h\":\"24af36bc53420cb804940709dd6d9073\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Result\\/Error.php\":{\"d\":1568443921,\"h\":\"09b138f5992593ae33ea3e6f588d1ceb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Result\\/Successful.php\":{\"d\":1568443921,\"h\":\"d5917716b27af74e196e0bb986d472db\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Dispute\\/StatusHistoryDetails.php\":{\"d\":1568443921,\"h\":\"0ff02bf41d19393a27d5c0e61ae95887\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Dispute\\/TransactionDetails.php\":{\"d\":1568443921,\"h\":\"3a554f1576f6269d1d7137d14be8b361\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Dispute\\/EvidenceDetails.php\":{\"d\":1568443921,\"h\":\"1ae2fbbe144862fb0ff096c6df27aedf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Test\\/TransactionAmounts.php\":{\"d\":1568443921,\"h\":\"6d1a0dce26fd2f5cf434732c5e3b69ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Test\\/CreditCardNumbers.php\":{\"d\":1568443921,\"h\":\"e01b6b3f8af2df03421fffb79bd0ad7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Test\\/MerchantAccount.php\":{\"d\":1568443921,\"h\":\"2c700e2724472c0af362ecee6de04bc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Test\\/Transaction.php\":{\"d\":1568443921,\"h\":\"54a421889bb7753192d06150758523ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Test\\/VenmoSdk.php\":{\"d\":1568443921,\"h\":\"92872ddddd03c83489a81f8da99839a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Test\\/Nonces.php\":{\"d\":1568443921,\"h\":\"3790625afa0a65c8d16b9da8e74a068b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Subscription\\/StatusDetails.php\":{\"d\":1568443921,\"h\":\"831f4651ef9579c9e98969a163582461\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction\\/CustomerDetails.php\":{\"d\":1568443921,\"h\":\"fe0012e585006193a39cea9fd6c6eb7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction\\/StatusDetails.php\":{\"d\":1568443921,\"h\":\"0d148dbf5aaba9a6040c768988957495\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction\\/LineItem.php\":{\"d\":1568443921,\"h\":\"f4386603c185fcbdadf18081707a4280\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction\\/SamsungPayCardDetails.php\":{\"d\":1568443921,\"h\":\"362a458661bce5846f907d3f9fb30326\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction\\/MasterpassCardDetails.php\":{\"d\":1568443921,\"h\":\"63d62175e99e504cb7c92ae9baf4ee6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction\\/PayPalDetails.php\":{\"d\":1568443921,\"h\":\"87ce0b9f8c9a9692dc4de6ec9e65d18b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction\\/VisaCheckoutCardDetails.php\":{\"d\":1568443921,\"h\":\"d4909eb31f17abc5b16775e09c18687f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction\\/ApplePayCardDetails.php\":{\"d\":1568443921,\"h\":\"1a544ea0efe19943ff1618ada4100fcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction\\/SubscriptionDetails.php\":{\"d\":1568443921,\"h\":\"e7bba0d98bbc5887f7ab8421dfe16b4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction\\/AndroidPayCardDetails.php\":{\"d\":1568443921,\"h\":\"0c278d6aa4bddf669c949617ae37a880\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction\\/IdealPaymentDetails.php\":{\"d\":1568443921,\"h\":\"444d3093c700de8217708a94cd2575e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction\\/VenmoAccountDetails.php\":{\"d\":1568443921,\"h\":\"87f02410e01dea1e68f1d07130dd0539\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction\\/CoinbaseDetails.php\":{\"d\":1568443921,\"h\":\"5a5e297bcc19f7d5e21c2f2886abaa09\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction\\/UsBankAccountDetails.php\":{\"d\":1568443921,\"h\":\"52fdad1e440a36a8f2ce27719ecf72b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction\\/EuropeBankAccountDetails.php\":{\"d\":1568443921,\"h\":\"520703e2689c99547bde17e8464df7d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction\\/CreditCardDetails.php\":{\"d\":1568443921,\"h\":\"905b5c06dab1583feb119d7eac87aeee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction\\/AmexExpressCheckoutCardDetails.php\":{\"d\":1568443921,\"h\":\"18c96b2d98d81918ec128101d8d69709\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction\\/AddressDetails.php\":{\"d\":1568443921,\"h\":\"ca29baa27dcc5c7ccddb7c653d6d99d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/TransactionLineItem.php\":{\"d\":1568443921,\"h\":\"37165ea7ef14582b198b39ae39f1efc5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/DisputeGateway.php\":{\"d\":1568443921,\"h\":\"eab98e3ce7213c7e6f0c28d2ea08a823\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/CreditCard.php\":{\"d\":1568443921,\"h\":\"9b829751621826f8054bf6b1d81638dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/FacilitatorDetails.php\":{\"d\":1568443921,\"h\":\"ba21f5a99763bf9964f51a5e30d4671c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/PartialMatchNode.php\":{\"d\":1568443921,\"h\":\"084258b5f9f39a493ca6b02e7019a101\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/PayPalAccount.php\":{\"d\":1568443921,\"h\":\"7e2a867f42f61afdd9465f9878754c0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/CreditCardGateway.php\":{\"d\":1568443921,\"h\":\"ce78a4446ac622397dcca994e724f7c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/CreditCardVerificationGateway.php\":{\"d\":1568443921,\"h\":\"38a299c6e9a500fbf7e962e39f34e4bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/IbanBankAccount.php\":{\"d\":1568443921,\"h\":\"fd44b18d5e0e64dec0e1fcffc445e6c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Merchant.php\":{\"d\":1568443921,\"h\":\"b1f8444fc109708a43017d6cda9536a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/PaymentMethodNonce.php\":{\"d\":1568443921,\"h\":\"de0d78bd8be526206861862b96c27284\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/WebhookNotificationGateway.php\":{\"d\":1568443921,\"h\":\"16be687ce4a0a0da031cbe0e9ae5e5a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/AccountUpdaterDailyReport.php\":{\"d\":1568443921,\"h\":\"2896f0a9a9221f45dc9cc4345a1d5ece\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/FacilitatedDetails.php\":{\"d\":1568443921,\"h\":\"105c5116d854389486afb5f84baea1c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/index.html\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/DisbursementDetails.php\":{\"d\":1568443921,\"h\":\"dd2cbe22afc454a6bb8082bcd229db7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Exception.php\":{\"d\":1568443921,\"h\":\"cedf12b332e21324f4a6579426a3ab00\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/UsBankAccountGateway.php\":{\"d\":1568443921,\"h\":\"ccde686657990c8db38a844ab86809ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/UsBankAccountVerificationGateway.php\":{\"d\":1568443921,\"h\":\"2245aa83342ae7a16bb8b59f56dbd74f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/OAuthAccessRevocation.php\":{\"d\":1568443921,\"h\":\"3fb80fdef604e8cd6ea214d3d1737225\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/PaymentMethodParser.php\":{\"d\":1568443921,\"h\":\"37f6b62c50a27d017452952b02a9aba2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/UsBankAccountVerificationSearch.php\":{\"d\":1568443921,\"h\":\"5bf3ffb5032a7632f5eb9f2f22020069\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/CredentialsParser.php\":{\"d\":1568443921,\"h\":\"85c9539be64146fa3ddde216f4ac20c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/SignatureService.php\":{\"d\":1568443921,\"h\":\"566a5d18567a513f4a527ebf3c8cd410\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/SettlementBatchSummaryGateway.php\":{\"d\":1568443921,\"h\":\"d66b1708f32d1bcc4d738bf39df649b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/ConnectedMerchantPayPalStatusChanged.php\":{\"d\":1568443921,\"h\":\"85925773422dd45d220d209ca49bf4a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/SubscriptionSearch.php\":{\"d\":1568443921,\"h\":\"e97a9a2a7187058082afab7701f37b1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/UsBankAccountVerification.php\":{\"d\":1568443921,\"h\":\"6f71ae454229e6eb3453cd0b011bcae7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/SettlementBatchSummary.php\":{\"d\":1568443921,\"h\":\"a01a29f6be0a4c4f95d991e0d918c4c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/PaginatedCollection.php\":{\"d\":1568443921,\"h\":\"fc7a886b96b77456b55e121875128ab5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/ApplePayOptions.php\":{\"d\":1568443921,\"h\":\"0cbd0d2d624c8edb4d07b9e415d9ef63\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/MerchantAccount.php\":{\"d\":1568443921,\"h\":\"bcd411d2041247e4fc7f4b3314b4672f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Version.php\":{\"d\":1568443921,\"h\":\"dd9497e1c441aa6ba6a7b0f5d5553d71\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/IsNode.php\":{\"d\":1568443921,\"h\":\"783c6ad65c6030a12ad52253cd5bc1a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/MultipleValueNode.php\":{\"d\":1568443921,\"h\":\"2555632262d8b7d81a69739817e1887d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/PartnerMerchant.php\":{\"d\":1568443921,\"h\":\"389c4fae22a19d75b312998027b3fe0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/EuropeBankAccount.php\":{\"d\":1568443921,\"h\":\"8784a357d37c42673e60f8c866228af8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/AmexExpressCheckoutCard.php\":{\"d\":1568443921,\"h\":\"31b3c7c8e82dcd995115abce35a15c80\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/MerchantGateway.php\":{\"d\":1568443921,\"h\":\"e9d0fc529b7a32f7080201991deb29d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/TransparentRedirect.php\":{\"d\":1568443921,\"h\":\"134d55a603fa9d0c203c6a0635b93605\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Modification.php\":{\"d\":1568443921,\"h\":\"5df7d89d7365e9edf7235f09b9b7ced4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/CoinbaseAccount.php\":{\"d\":1568443921,\"h\":\"a0794c8d29dbab81ecf32dac6c4d66c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Disbursement.php\":{\"d\":1568443921,\"h\":\"5ee6c8082245f2a752f6612421670d27\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/AndroidPayCard.php\":{\"d\":1568443921,\"h\":\"e6edbd677616eba4c91d8e546585d844\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/IdealPayment.php\":{\"d\":1568443921,\"h\":\"474ea0309045ed88db4de538ec739a4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/IdealPaymentGateway.php\":{\"d\":1568443921,\"h\":\"b79384c4be5c89f212096cb1cb3c701f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/ThreeDSecureInfo.php\":{\"d\":1568443921,\"h\":\"7290ad3920ed504e65e592a0af82b379\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/VisaCheckoutCard.php\":{\"d\":1568443921,\"h\":\"f0f9f8790545ff93527f5f553cdcbde6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/KeyValueNode.php\":{\"d\":1568443921,\"h\":\"6668a312a6aaaddbdcfc940775ed5820\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Transaction.php\":{\"d\":1568443921,\"h\":\"d9b2ae462393f05ec9fda48cfd16f4dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Configuration.php\":{\"d\":1568443921,\"h\":\"9829bbf0561f101c7013fe5f0c1d1846\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/ProcessorResponseTypes.php\":{\"d\":1568443921,\"h\":\"5c070728efe0fd41e849206d5dfae8e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/GraphQL.php\":{\"d\":1568443921,\"h\":\"c4e86a1670e2ed1871f28e2de183f572\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Address.php\":{\"d\":1568443921,\"h\":\"1f3c2475f87c5d4a4a6904763b0be157\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/ClientTokenGateway.php\":{\"d\":1568443921,\"h\":\"d1ee7de31bd21d0b027565c6a4e75c09\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/TransactionLineItemGateway.php\":{\"d\":1568443921,\"h\":\"b662fc092163f0e9c4e53ad35e5da5ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Descriptor.php\":{\"d\":1568443921,\"h\":\"cd0d6cf671ad23200127d44651767a1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/WebhookNotification.php\":{\"d\":1568443921,\"h\":\"07d38a3e00e26b93288f17dd5b31787b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/RangeNode.php\":{\"d\":1568443921,\"h\":\"a3f74af2c4811a68c9f31ca136cc1c82\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/TransparentRedirectGateway.php\":{\"d\":1568443921,\"h\":\"30deff1d0369b6a340260dac78f677ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/ResourceCollection.php\":{\"d\":1568443921,\"h\":\"8e9da02c6ca6bf5e819efe6ad7837bf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/WebhookTestingGateway.php\":{\"d\":1568443921,\"h\":\"be431819ec55f12dfeabd2959c1fd0e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/PaginatedResult.php\":{\"d\":1568443921,\"h\":\"821bdf0de25d98df7054af24c33b1ce4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/AuthorizationAdjustment.php\":{\"d\":1568443921,\"h\":\"e1d02e69315487fb09c130b7f9f7c543\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Digest.php\":{\"d\":1568443921,\"h\":\"622fb0f1a11cf4dc8ee0a6f5fe7150e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Base.php\":{\"d\":1568443921,\"h\":\"4540bc47cf0636aeaa2bdb28af2e889c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/VenmoAccount.php\":{\"d\":1568443921,\"h\":\"a3f66c5565e613f2d7f626725a81cc09\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/OAuthCredentials.php\":{\"d\":1568443921,\"h\":\"661accf840ad921523b48ec1be8d9075\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/EndsWithNode.php\":{\"d\":1568443921,\"h\":\"7367c4ed39de036b3362bc200698525f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Plan.php\":{\"d\":1568443921,\"h\":\"3e1e44436ab83e9a532245206956dede\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/ConnectedMerchantStatusTransitioned.php\":{\"d\":1568443921,\"h\":\"61b33d101ab6e695e4356f3c7730109a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/CreditCardVerification.php\":{\"d\":1568443921,\"h\":\"25f99454c1082ef0a0c03239c77fdc88\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/CustomerSearch.php\":{\"d\":1568443921,\"h\":\"8e8d024b951a4baa458556d4281fe988\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/TransactionGateway.php\":{\"d\":1568443921,\"h\":\"2ebec67427589fbecb89292f31d986f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/PaymentMethodGateway.php\":{\"d\":1568443921,\"h\":\"a74b69711b81c15b12da41b7e12c8b76\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/MultipleValueOrTextNode.php\":{\"d\":1568443921,\"h\":\"9d4a49bc8051d47fd820da2ffef03936\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/MerchantAccountGateway.php\":{\"d\":1568443921,\"h\":\"ad62343cbbdb3e0d9732edfb7255d26c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/RiskData.php\":{\"d\":1568443921,\"h\":\"1211d7f0757a6b163bd1b746f3bcaa0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/CreditCardVerificationSearch.php\":{\"d\":1568443921,\"h\":\"93e08c9a258af84003700013d497cd82\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/ClientToken.php\":{\"d\":1568443921,\"h\":\"5696fee528d5c9334610f7aa3ee661d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/RevokedPaymentMethodMetadata.php\":{\"d\":1568443921,\"h\":\"7f20d5e2c3040d2587e0b838ef1b515a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/PaymentInstrumentType.php\":{\"d\":1568443921,\"h\":\"f84228cf81f9623b96b08dc640e5cb82\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/BinData.php\":{\"d\":1568443921,\"h\":\"fd8cb2e32a6ae63ea84bf792307f068f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Gateway.php\":{\"d\":1568443921,\"h\":\"73d12f5258a565dcf7bb1dcce0255365\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/WebhookTesting.php\":{\"d\":1568443921,\"h\":\"8b187c100420e723b25a5409d86b49f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/TextNode.php\":{\"d\":1568443921,\"h\":\"da1cc61af2896b945552318d67bd2a46\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/DiscountGateway.php\":{\"d\":1568443921,\"h\":\"8c354a122a23e3ad2136905e1c9b1d95\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/EqualityNode.php\":{\"d\":1568443921,\"h\":\"62715d694920f751dfa270ee6234eb43\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/MasterpassCard.php\":{\"d\":1568443921,\"h\":\"19a65b665ece18cf560ad35f2259cbe7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/CustomerGateway.php\":{\"d\":1568443921,\"h\":\"0fd27608eb2ecfc4c9ce03e35673d76b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/LocalPaymentCompleted.php\":{\"d\":1568443921,\"h\":\"dfa8a950a05f067a59dfbbdc2bf1faec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Instance.php\":{\"d\":1568443921,\"h\":\"827ebd75d39217e53873c82e753fc1ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Http.php\":{\"d\":1568443921,\"h\":\"b96151720f66b6f20fa661ad7ee16326\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/AddressGateway.php\":{\"d\":1568443921,\"h\":\"5785772be266f1095ec9badc42872eda\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/PaymentMethodNonceGateway.php\":{\"d\":1568443921,\"h\":\"f103b6749b9700a923e4cc1679f8ba4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/DisputeSearch.php\":{\"d\":1568443921,\"h\":\"a7c9e13693413da9234b07c872207823\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/OAuthGateway.php\":{\"d\":1568443921,\"h\":\"4ab38a526f5a6009913d113da04e9bb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Subscription.php\":{\"d\":1568443921,\"h\":\"299eb61c04e53010ec55537c7f9eb614\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/AchMandate.php\":{\"d\":1568443921,\"h\":\"77c1ae341023f424479bcbd6fa82d582\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/TestingGateway.php\":{\"d\":1568443921,\"h\":\"3ec7fe4a5a11f2db91b5ecaa6ab6d1c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Collection.php\":{\"d\":1568443921,\"h\":\"ba52af974da21b424c7b9a6a881f4f26\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Customer.php\":{\"d\":1568443921,\"h\":\"b9de252dd036bae14952f554223e82a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/TransactionSearch.php\":{\"d\":1568443921,\"h\":\"4ca76cec29e7bb29009b7a124ee1f85f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Xml.php\":{\"d\":1568443921,\"h\":\"30bb301518e06e41a17eb4d03c4d8db9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/AddOnGateway.php\":{\"d\":1568443921,\"h\":\"71f1cf435ad4a0f846cbdb61f54582b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/DocumentUploadGateway.php\":{\"d\":1568443921,\"h\":\"f5874753cffc3fd3f18fa8ace92e30e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/ApplePayCard.php\":{\"d\":1568443921,\"h\":\"24d8bd550ef597513ecb2a106a5c3111\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Util.php\":{\"d\":1568443921,\"h\":\"a2eed2db64f35ad67c88d4da0633878c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/ApplePayGateway.php\":{\"d\":1568443921,\"h\":\"9f85f806a71c1f5334b2fbbb4a26a548\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/GrantedPaymentInstrumentUpdate.php\":{\"d\":1568443921,\"h\":\"399d0cfc2000928d87bdb534c118bea6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Discount.php\":{\"d\":1568443921,\"h\":\"f1f309b386b67fbe9c7beb678ded5876\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/PaymentMethod.php\":{\"d\":1568443921,\"h\":\"3e53b3edd2bdd87fec010709c8acab8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/UsBankAccount.php\":{\"d\":1568443921,\"h\":\"fadd948d06404e348e88c50fab786cab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/PlanGateway.php\":{\"d\":1568443921,\"h\":\"8713f672e916f26460b06a156b511e32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/AddOn.php\":{\"d\":1568443921,\"h\":\"2625c42f23c3f44ad0fb3511f8065a25\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/PayPalAccountGateway.php\":{\"d\":1568443921,\"h\":\"5d0a865c2d012511f4a2b3e2c9029053\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/Dispute.php\":{\"d\":1568443921,\"h\":\"307ba5b4d8e4f6c1aad66feac1acac7b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/SubscriptionGateway.php\":{\"d\":1568443921,\"h\":\"3ac1067d0e400e7f98f9122ce20756a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/DocumentUpload.php\":{\"d\":1568443921,\"h\":\"8665ab9b93937773c5d4ccf8e476cdb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/OAuthResult.php\":{\"d\":1568443921,\"h\":\"6f7384d12e28b6748ef3cb92128d833d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/SamsungPayCard.php\":{\"d\":1568443921,\"h\":\"fcc4437f25e792fc02bb9b748b49ad5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree\\/UnknownPaymentMethod.php\":{\"d\":1568443921,\"h\":\"2b5d3ccae34ae73cf728ec38266a42e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/ssl\\/api_braintreegateway_com.ca.crt\":{\"d\":1568443921,\"h\":\"59713f80ee02d7e6a5012720e3dea7e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/index.html\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/Braintree.php\":{\"d\":1568443921,\"h\":\"5ccd3b5ef1898588056e1b264e1d3b21\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/lib\\/autoload.php\":{\"d\":1568443921,\"h\":\"700bd7dbe39f8d89d925ccbb33651898\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/braintree\\/index.html\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/data\\/index.html\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/data\\/ca-certificates.crt\":{\"d\":1568443921,\"h\":\"2aeba46562a9b9117a9217520f67adc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Reporting\\/ReportRun.php\":{\"d\":1568443921,\"h\":\"0405ca4953234bdf140809907019106c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Reporting\\/ReportType.php\":{\"d\":1568443921,\"h\":\"04d3b0c97c7e1b035ecf85f083dfcfde\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Radar\\/ValueList.php\":{\"d\":1568443921,\"h\":\"a2627d6b97e98fe58c461a58160c2474\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Radar\\/EarlyFraudWarning.php\":{\"d\":1568443921,\"h\":\"4c217e1cd74d610510f6bd2ad4ec39a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Radar\\/ValueListItem.php\":{\"d\":1568443921,\"h\":\"beac2c5ea664b74db8a693cf2f3aaa13\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Sigma\\/ScheduledQueryRun.php\":{\"d\":1568443921,\"h\":\"9c1d6915c4ea468adf3515301f752d80\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Issuing\\/Authorization.php\":{\"d\":1568443921,\"h\":\"71ac1a5d6c9132dcae7b6a0a0f0af30f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Issuing\\/Cardholder.php\":{\"d\":1568443921,\"h\":\"131cb198998b4af3ed7649c118a912b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Issuing\\/Transaction.php\":{\"d\":1568443921,\"h\":\"e342dc919b350cd70dfc864a97c9cf4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Issuing\\/CardDetails.php\":{\"d\":1568443921,\"h\":\"cac58d80fceb2f7aec0e643cbe612a8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Issuing\\/Card.php\":{\"d\":1568443921,\"h\":\"1c2211ab7c4e2de1cd455a014ebd7649\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Issuing\\/Dispute.php\":{\"d\":1568443921,\"h\":\"394694c8864a8e0f1289111d68a036a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Error\\/OAuth\\/OAuthBase.php\":{\"d\":1568443921,\"h\":\"f2f65495eebbc825508434ba4c1e7899\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Error\\/OAuth\\/InvalidClient.php\":{\"d\":1568443921,\"h\":\"d44a352a745eb628c8b337d5e39ca559\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Error\\/OAuth\\/InvalidScope.php\":{\"d\":1568443921,\"h\":\"8d4958636e2be40093bd32b3ccc49513\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Error\\/OAuth\\/UnsupportedGrantType.php\":{\"d\":1568443921,\"h\":\"a485e837f3f3e8985f1ffb85ed3762a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Error\\/OAuth\\/InvalidRequest.php\":{\"d\":1568443921,\"h\":\"d211cbb71e871bd75baa2df0b9f88f3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Error\\/OAuth\\/InvalidGrant.php\":{\"d\":1568443921,\"h\":\"2a5005960b63aa74a4418c053cbaa5ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Error\\/OAuth\\/UnsupportedResponseType.php\":{\"d\":1568443921,\"h\":\"3c2ebe5d42196516d2b10893909d2920\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Error\\/ApiConnection.php\":{\"d\":1568443921,\"h\":\"994eb513cb3951e3ba5c20b1afbbb469\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Error\\/Base.php\":{\"d\":1568443921,\"h\":\"58a575922ffebbe5e5cf75d12dcf1319\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Error\\/SignatureVerification.php\":{\"d\":1568443921,\"h\":\"bfe75c1907b85c1df14ccebb359de126\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Error\\/Api.php\":{\"d\":1568443921,\"h\":\"34a4d908182e2fe4059b47faf52d2ce8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Error\\/InvalidRequest.php\":{\"d\":1568443921,\"h\":\"13efaac768e57e650dbcda23dce823ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Error\\/Permission.php\":{\"d\":1568443921,\"h\":\"c98e43e3d6476c844d9ea4b4e8e0c496\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Error\\/RateLimit.php\":{\"d\":1568443921,\"h\":\"19155ccb558472cd51fc8eccf02ea60a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Error\\/Authentication.php\":{\"d\":1568443921,\"h\":\"c62b6348b902c57262caed0b68064438\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Error\\/Card.php\":{\"d\":1568443921,\"h\":\"b2d39732260d8b637520697ba839364f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Error\\/Idempotency.php\":{\"d\":1568443921,\"h\":\"a976eb8785a8ef31c6ddedfde3f56ae0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Checkout\\/Session.php\":{\"d\":1568443921,\"h\":\"e6d6d60aa7cf4b68e3f1da3520794cab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/ApiOperations\\/Create.php\":{\"d\":1568443921,\"h\":\"2965cd28c647074c7a6d87ce8b74d1ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/ApiOperations\\/Delete.php\":{\"d\":1568443921,\"h\":\"d042baa1877486953cd0832affabf8ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/ApiOperations\\/Request.php\":{\"d\":1568443921,\"h\":\"606b2e3badd02236033fc75744ddbd9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/ApiOperations\\/Update.php\":{\"d\":1568443921,\"h\":\"d5a95d965cdf9def9de8cfb7337d21c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/ApiOperations\\/Retrieve.php\":{\"d\":1568443921,\"h\":\"ac7ececb9d54c9688adae94ceeb84828\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/ApiOperations\\/All.php\":{\"d\":1568443921,\"h\":\"b64c536b68006681734108b779f0911c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/ApiOperations\\/NestedResource.php\":{\"d\":1568443921,\"h\":\"15878be27e74966ddae1495ebad9d2cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Terminal\\/Location.php\":{\"d\":1568443921,\"h\":\"8299903fc381937b68924fcc61bb5e8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Terminal\\/ConnectionToken.php\":{\"d\":1568443921,\"h\":\"bb09523f61220074748e2e463757cbd3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Terminal\\/Reader.php\":{\"d\":1568443921,\"h\":\"ea2505930a3a31ed1a8a6c691a25e9d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/HttpClient\\/CurlClient.php\":{\"d\":1568443921,\"h\":\"7ed07f687fcc24d93cf7f0ba7e74c291\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/HttpClient\\/ClientInterface.php\":{\"d\":1568443921,\"h\":\"047538ebd7d217841162f5b910005fe2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Util\\/LoggerInterface.php\":{\"d\":1568443921,\"h\":\"6e4862f5873b8377667d9e2b8ada49bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Util\\/DefaultLogger.php\":{\"d\":1568443921,\"h\":\"db52d82f9bbcfc2275f0d23bff948b3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Util\\/AutoPagingIterator.php\":{\"d\":1568443921,\"h\":\"d6a309266974f0792b64d009994cb82a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Util\\/RandomGenerator.php\":{\"d\":1568443921,\"h\":\"badaa472c4eaa855f6cfa13117d59ab1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Util\\/RequestOptions.php\":{\"d\":1568443921,\"h\":\"329a05415105ab4c43ec61a4221f7bf2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Util\\/Set.php\":{\"d\":1568443921,\"h\":\"daceb847dc69937037c85fa45c848de6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Util\\/CaseInsensitiveArray.php\":{\"d\":1568443921,\"h\":\"f476f884aa29383ba394238b99fb9168\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Util\\/Util.php\":{\"d\":1568443921,\"h\":\"21c6c495e3199c2a6d844066d2be3db5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/WebhookSignature.php\":{\"d\":1568443921,\"h\":\"273d470688aae1b691570f4d72f49f19\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/ExchangeRate.php\":{\"d\":1568443921,\"h\":\"2a42fbdb16466b08c40bf8a8be6a5fa1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/SubscriptionSchedule.php\":{\"d\":1568443921,\"h\":\"e81399f604ecd7aa3477715916aa89cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/BitcoinReceiver.php\":{\"d\":1568443921,\"h\":\"f96cc13d6841d5875f9c6372dabc6402\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Invoice.php\":{\"d\":1568443921,\"h\":\"c6705d0b738fe33c3f878c8b5a79aada\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/index.html\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/BankAccount.php\":{\"d\":1568443921,\"h\":\"660e9c646ca889b7d3af7ad32bf64d6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/SetupIntent.php\":{\"d\":1568443921,\"h\":\"1ee1a765069710efbc0e92e589d3f960\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/StripeObject.php\":{\"d\":1568443921,\"h\":\"6aa55e1506551a77b7a706b18736b742\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Balance.php\":{\"d\":1568443921,\"h\":\"9670b0926548145c0e4f21a207e6baec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/SubscriptionItem.php\":{\"d\":1568443921,\"h\":\"b0cf556efeecc119e1525c9699b523b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Coupon.php\":{\"d\":1568443921,\"h\":\"2c7dceb18cf35b5c2cc401cfdc31d453\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Source.php\":{\"d\":1568443921,\"h\":\"7e1675e7f856b196afa14a7547098deb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/BitcoinTransaction.php\":{\"d\":1568443921,\"h\":\"8a68a194a938b9505d114199941cba36\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Event.php\":{\"d\":1568443921,\"h\":\"46a21ff2bed92a89c9a120347551d465\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/TaxRate.php\":{\"d\":1568443921,\"h\":\"3540c21fe27cd2e8aca99151ccc928fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/FileUpload.php\":{\"d\":1568443921,\"h\":\"b0bc4d2f2bac37ae4c72001367be8eb7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/CreditNote.php\":{\"d\":1568443921,\"h\":\"666e6da141d695669c5eb288046671fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/RecipientTransfer.php\":{\"d\":1568443921,\"h\":\"169f1c448cd4dbd78f38931533740eb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Transfer.php\":{\"d\":1568443921,\"h\":\"7ac5bb7ea39630364d4f411fb0487555\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/InvoiceItem.php\":{\"d\":1568443921,\"h\":\"de36e54aef8949be9051f06895e25bed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Refund.php\":{\"d\":1568443921,\"h\":\"4776b1ab511fdd59a59d3510d23970aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/SKU.php\":{\"d\":1568443921,\"h\":\"74d519d8e9134db9cde4eacf7adb7385\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Webhook.php\":{\"d\":1568443921,\"h\":\"5779cde767e0199b01f52f30bbbff4e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Product.php\":{\"d\":1568443921,\"h\":\"e80928a93b8535c02e4169c9422e59b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/CustomerBalanceTransaction.php\":{\"d\":1568443921,\"h\":\"487e03f2a3c0170245c0e80e759c1e74\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Recipient.php\":{\"d\":1568443921,\"h\":\"239652ef0f239056b9aa39db9d505613\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/AlipayAccount.php\":{\"d\":1568443921,\"h\":\"51344971484967fa796117f09d49955e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/JsonSerializable.php\":{\"d\":1568443921,\"h\":\"09e05b95e1b3a60df1ae968c14a55a62\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Plan.php\":{\"d\":1568443921,\"h\":\"23e83e58fae87419b6e80415f8d341c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/ApiResponse.php\":{\"d\":1568443921,\"h\":\"b8cffa850c36c6913e84ed0f98ea5ebe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/OrderItem.php\":{\"d\":1568443921,\"h\":\"87d01d978c7bdfd3bf7d79bb312955fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/File.php\":{\"d\":1568443921,\"h\":\"670c28009e77888ebc9f997f42412e48\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/ThreeDSecure.php\":{\"d\":1568443921,\"h\":\"6b3562d1d792c7d9909593a19fb150ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Order.php\":{\"d\":1568443921,\"h\":\"dd36aeabb3bbd264ac13430bc1e59d47\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/SourceTransaction.php\":{\"d\":1568443921,\"h\":\"6b26f9fd52d7036488ab8d717f927055\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/BalanceTransaction.php\":{\"d\":1568443921,\"h\":\"e4d86abb31339acaf42355cc54037315\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/TaxId.php\":{\"d\":1568443921,\"h\":\"48161435c5839e52995e89f1a0888462\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/IssuerFraudRecord.php\":{\"d\":1568443921,\"h\":\"040fa9809943f8d07a6793d7d07d613a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/ApplePayDomain.php\":{\"d\":1568443921,\"h\":\"298a588427f11468e60fd8e3f56900a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/AccountLink.php\":{\"d\":1568443921,\"h\":\"06a574eca9d85d1bef1dd9e4bf5a186b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/UsageRecord.php\":{\"d\":1568443921,\"h\":\"b13082915f393bfd6a6467a4a936a1e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Payout.php\":{\"d\":1568443921,\"h\":\"a5c5032bd0dff4136e619a16088b594b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/TransferReversal.php\":{\"d\":1568443921,\"h\":\"9acf9465fb254a4e6937d31e8a2e2e6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/PaymentIntent.php\":{\"d\":1568443921,\"h\":\"395ac9268cae845b9559663fafb9f793\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Review.php\":{\"d\":1568443921,\"h\":\"96c9d2c78933a9940895c4bac1c14f04\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Charge.php\":{\"d\":1568443921,\"h\":\"98421e6cbc43a62714f0b30950997c00\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/FileLink.php\":{\"d\":1568443921,\"h\":\"58a9e22c009d1d328e6eb11e17d6350e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/EphemeralKey.php\":{\"d\":1568443921,\"h\":\"b2258f387ed44c2a599ef09bae7dd179\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Stripe.php\":{\"d\":1568443921,\"h\":\"c5ec09bf38ea97a4aca38ee9abc10cc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Topup.php\":{\"d\":1568443921,\"h\":\"ad067df6168a9eb50e9d21a483872fe2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Subscription.php\":{\"d\":1568443921,\"h\":\"aec4b43cac682e5f0994ca9b09a9143e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/AttachedObject.php\":{\"d\":1568443921,\"h\":\"dbec71fa0dc430e933bc750020d76272\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/RequestTelemetry.php\":{\"d\":1568443921,\"h\":\"0be3b6e892706d55ff020e9b87bc5855\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/ApiResource.php\":{\"d\":1568443921,\"h\":\"1a559545b9896c53d297e201eee79c9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Capability.php\":{\"d\":1568443921,\"h\":\"84ea2c0ed6f80272f30e93233df51b9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Collection.php\":{\"d\":1568443921,\"h\":\"93d367ede49d3a2e86ff212883a5331a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Customer.php\":{\"d\":1568443921,\"h\":\"bd5d05a8b5599139478eac9f8043dc29\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/ExternalAccount.php\":{\"d\":1568443921,\"h\":\"2eac1cb6ed5112c376ac5a79fda6462f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/InvoiceLineItem.php\":{\"d\":1568443921,\"h\":\"31efdb04901a87e1562e00baeb3ebd14\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Account.php\":{\"d\":1568443921,\"h\":\"de9a0ceb1fb5bdc1f9fee79a602b4d6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Discount.php\":{\"d\":1568443921,\"h\":\"9de4d4de0a2237cc578cc67c02cc3cbb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/PaymentMethod.php\":{\"d\":1568443921,\"h\":\"5de6a4957dc98dc1ac374723997f3118\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/ApiRequestor.php\":{\"d\":1568443921,\"h\":\"6ae82f4c3fc9f3a7652ac33e7e3297f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/CountrySpec.php\":{\"d\":1568443921,\"h\":\"3142ec649a6e09f08bb416064f3c88df\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Card.php\":{\"d\":1568443921,\"h\":\"a7ff98d3b56be7bbb7e3fb7b76a04aa8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/ApplicationFee.php\":{\"d\":1568443921,\"h\":\"66f4ad15e0d2cc34665d7cdd91836982\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/ApplicationFeeRefund.php\":{\"d\":1568443921,\"h\":\"961a659d14d33a0dbb079227377a6f6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/OAuth.php\":{\"d\":1568443921,\"h\":\"559264924aafe94b2947ee2a1ec15b31\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Dispute.php\":{\"d\":1568443921,\"h\":\"5bfb7f5d4f18c5110e0cd63a7e0f38fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/WebhookEndpoint.php\":{\"d\":1568443921,\"h\":\"cf88b83142ae7303760d148b2bb2b5ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Token.php\":{\"d\":1568443921,\"h\":\"a3b2ca118676342feb5e70915a7f960e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/OrderReturn.php\":{\"d\":1568443921,\"h\":\"4dfd191ca2ba92c6f5dde5903c7a12c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/SingletonApiResource.php\":{\"d\":1568443921,\"h\":\"390bfc9d42960d1df4f27f1176e4d5f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/Person.php\":{\"d\":1568443921,\"h\":\"4bda7e9935c3dca82162fe07af99620d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/UsageRecordSummary.php\":{\"d\":1568443921,\"h\":\"d17324229dd9a3a821d38544abb4e8a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/lib\\/LoginLink.php\":{\"d\":1568443921,\"h\":\"a4aaac17deae1dd5a26b40e1b1a20878\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/build.php\":{\"d\":1568443921,\"h\":\"2f1aa2b9a191c8917131318f78f417ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/index.html\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/composer.json\":{\"d\":1568443921,\"h\":\"c4c8720907193f63938ba543edba8ecd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/update_certs.php\":{\"d\":1568443921,\"h\":\"de73c832724e65afb6f2510403e69035\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/CHANGELOG.md\":{\"d\":1568443921,\"h\":\"f3b7c20f0e186adfb654217f91764848\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/README.md\":{\"d\":1568443921,\"h\":\"5691bfa9693bda99b376a612240e1724\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/.editorconfig\":{\"d\":1568443921,\"h\":\"b437fd9bcb365a1b93b3002eb475c63b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/VERSION\":{\"d\":1568443921,\"h\":\"3ccb61ef51d5da1bc38b7d114f97d10d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/.gitignore\":{\"d\":1568443921,\"h\":\"166323f037f5066786056a38ad8fe9ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/init.php\":{\"d\":1568443921,\"h\":\"13faec6c7f3501820e6814d5a19e5bf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-gateway\\/LICENSE\":{\"d\":1568443921,\"h\":\"7d3ba0ac2a57368a17ff05cd5dc09a4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/index.html\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/lib\\/stripe-util-functions.php\":{\"d\":1568443921,\"h\":\"7882f456bb817d2c3fd99e4499f19c21\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/css\\/images\\/index.html\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/css\\/index.html\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/css\\/validationEngine.jquery.css\":{\"d\":1568443921,\"h\":\"cd9e132a93ada239d0c39f403b9d8c54\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/css\\/swpm.addons.listing.css\":{\"d\":1568443921,\"h\":\"6362b7d5aa8e57ff0b045064abaee537\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/css\\/swpm.common.css\":{\"d\":1568443921,\"h\":\"c0a7759f65b15ec6a73fc439716de137\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/css\\/jquery-ui.min.css\":{\"d\":1568443921,\"h\":\"f9f7772b83925962454e84b9cd3bf1a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/index.html\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/log.txt\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/readme.txt\":{\"d\":1568443921,\"h\":\"b186a455c4510ce62c2a53e9640dfdd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/log-auth.txt\":{\"d\":1568443921,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/swpm-compat.php\":{\"d\":1568443921,\"h\":\"9d7a800e5e373674e56062b8f1994d6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/simple-membership\\/simple-wp-membership.php\":{\"d\":1568443921,\"h\":\"c321b9a08ab577d41fd591b5ad54a93e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/wc-api-dev\\/class-wc-rest-dev-data-controller.php\":{\"d\":1565670989,\"h\":\"03325464fc2f1ecadad16445abef18af\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/wc-api-dev\\/class-wc-rest-dev-data-continents-controller.php\":{\"d\":1565670989,\"h\":\"7e8d2c33ac90f38c9dcba92f78a074b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-rest-connect-base-controller.php\":{\"d\":1565670989,\"h\":\"891e97631c2dfb8089d289b3cdcf1ce1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-logger.php\":{\"d\":1565670989,\"h\":\"56f2f8ea40234678116ca17735e847c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-rest-connect-stripe-deauthorize-controller.php\":{\"d\":1565670989,\"h\":\"5423928416fd036459c8b2649a3c2f89\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-jetpack.php\":{\"d\":1565670989,\"h\":\"4ea8ec54ddc0edab2ff3b6ed85546de5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-api-client.php\":{\"d\":1565670989,\"h\":\"4fddfa4003e027905d84e4ffb2893522\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-label-reports.php\":{\"d\":1565670989,\"h\":\"309a81b8a2016c834aee64fa26b01d78\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-rest-connect-account-settings-controller.php\":{\"d\":1565670989,\"h\":\"9c86f9fee03b20c5fe69804cac551b6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-rest-connect-stripe-account-controller.php\":{\"d\":1565670989,\"h\":\"136c96227e07c77a6d63d81f5db3f176\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-taxjar-integration.php\":{\"d\":1565670989,\"h\":\"d802996903d0fa778a3a6bf3b1a4e6c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-tracks.php\":{\"d\":1565670989,\"h\":\"03de2c004eac3674ee080c66cdbaa4cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-nux.php\":{\"d\":1565670989,\"h\":\"42645e4e5547f6b662a674cef006901c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-settings-pages.php\":{\"d\":1565670989,\"h\":\"f3401f59a5b24c98f5a1eb55a88de4a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-rest-connect-stripe-oauth-init-controller.php\":{\"d\":1565670989,\"h\":\"e1dd1a56c0282d33aaa2d1cdf09c767d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-rest-connect-shipping-label-preview-controller.php\":{\"d\":1565670989,\"h\":\"4c877f159448e0b3c83eebc0d765f8f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-stripe.php\":{\"d\":1565670989,\"h\":\"9f0bd6f28d610021e3f76ad12f44fa98\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-rest-connect-tos-controller.php\":{\"d\":1565670989,\"h\":\"17f6a7ef3453aacda9b13d6f3454d28e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-payment-gateway.php\":{\"d\":1565670989,\"h\":\"5d3f1dedcf3616eec8530301af265748\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-payment-methods-store.php\":{\"d\":1565670989,\"h\":\"ca72ab01356cb437b04af19a381e883a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-extension-compatibility.php\":{\"d\":1565670989,\"h\":\"f803ce961f2c0ab93a2bf8eb0d6bdaf5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-service-settings-store.php\":{\"d\":1565670989,\"h\":\"f71fbb3f8147353bde6b709f80f852a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-rest-connect-shipping-label-print-controller.php\":{\"d\":1565670989,\"h\":\"36144b62aebe397352b32659b3d87450\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-rest-connect-shipping-label-status-controller.php\":{\"d\":1565670989,\"h\":\"9471ec5193b920ff00d1aab11f2bc06c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-help-view.php\":{\"d\":1565670989,\"h\":\"6968a305743f41dbdb3c1da1bf85884c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-service-schemas-store.php\":{\"d\":1565670989,\"h\":\"6b850f7c1b7a39e88a680972e4920a1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-rest-connect-self-help-controller.php\":{\"d\":1565670989,\"h\":\"1b468ae2b21799d97cd7022a1fad64ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-options.php\":{\"d\":1565670989,\"h\":\"6a9b5ab88ec5da421487a1ca831c7364\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-compatibility-wc26.php\":{\"d\":1565670989,\"h\":\"f6f62767dc27939bfafe3f9a9c895a98\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-functions.php\":{\"d\":1565670989,\"h\":\"a1f4d382cf6c20e2b5dfd442a8293790\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-rest-connect-stripe-oauth-connect-controller.php\":{\"d\":1565670989,\"h\":\"fd38d89cafed61e1e68e1d00ce158e08\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-rest-connect-shipping-rates-controller.php\":{\"d\":1565670989,\"h\":\"935727c72e79af601a94c78b20f1667b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-compatibility-wc30.php\":{\"d\":1565670989,\"h\":\"935dd357f1fbd920a08ebee63a31b707\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-compatibility.php\":{\"d\":1565670989,\"h\":\"74eeecb5d87b3340bac65bba49c1f85d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-debug-tools.php\":{\"d\":1565670989,\"h\":\"c27f239f84daa25d4f75d8261d1d8076\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-error-notice.php\":{\"d\":1565670989,\"h\":\"f0c25dc2b0a78f5ce65db3dac4c17a5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-rest-connect-shipping-label-refund-controller.php\":{\"d\":1565670989,\"h\":\"531fc6d1747c342cdf134ff040d7c818\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-privacy.php\":{\"d\":1565670989,\"h\":\"7c411383f36215e73bc4232424020f35\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-rest-connect-address-normalization-controller.php\":{\"d\":1565670989,\"h\":\"41c62b511d3a3edf84387df92f0077a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-rest-connect-shipping-label-controller.php\":{\"d\":1565670989,\"h\":\"706c3331fe56f0829841de9d773b25e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-shipping-label.php\":{\"d\":1565670989,\"h\":\"7d9d60aafbfd23aab1b6f726b0c9ad5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-rest-connect-packages-controller.php\":{\"d\":1565670989,\"h\":\"89a97318ea73649a5abe783c75741c9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-shipping-method.php\":{\"d\":1565670989,\"h\":\"dfb739e640cdef29824381f9d561c682\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-service-schemas-validator.php\":{\"d\":1565670989,\"h\":\"af5944a8e4b00bff7c6ef1598a7034f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-rest-connect-services-controller.php\":{\"d\":1565670989,\"h\":\"0eb3fc66f90da7f6052a73a56a0b3661\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/classes\\/class-wc-connect-paypal-ec.php\":{\"d\":1565670989,\"h\":\"d0f72a0c390c4b2872d1b8fc49b659ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/dist\\/woocommerce-services.css\":{\"d\":1565670989,\"h\":\"1346a6e852b6e79dc48b42b418474c2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/dist\\/woocommerce-services-banner.css\":{\"d\":1565670989,\"h\":\"815db9cc26751823878f7194045d3cdf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/dist\\/woocommerce-services.js\":{\"d\":1565670989,\"h\":\"099e0804e09418422513aae2682cefbb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/dist\\/woocommerce-services-banner.js\":{\"d\":1565670989,\"h\":\"02413793d48e2c968991b673bf4d1d0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/dist\\/woocommerce-services-new-order-taxjar.js\":{\"d\":1565670989,\"h\":\"5d3b7e6b9347af9024171a6dbbb5ff97\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/dist\\/woocommerce-services-admin-pointers.js\":{\"d\":1565670989,\"h\":\"07394f82a18da52ebe9e770b54b093f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/i18n\\/json\\/woocommerce-services-fr_FR.json\":{\"d\":1565670989,\"h\":\"9796a3f2de9cf59eaaeba15f4d326175\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/i18n\\/json\\/woocommerce-services-fr_CA.json\":{\"d\":1565670989,\"h\":\"f3b6c0f2228e628426f5a414399602e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/i18n\\/json\\/woocommerce-services-es_ES.json\":{\"d\":1565670989,\"h\":\"2c8d203d08fdcbdec2f7b2a28f067991\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/i18n\\/json\\/woocommerce-services-es_MX.json\":{\"d\":1565670989,\"h\":\"17af114b09ed5cf9fb1e86419a75faaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/i18n\\/languages\\/woocommerce-services.pot\":{\"d\":1565670989,\"h\":\"64759cda1d9a0a8ef3277b306fe84337\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/i18n\\/strings.php\":{\"d\":1565670989,\"h\":\"bbe0e9a35f873f3d3ee39de46fb938d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/readme.txt\":{\"d\":1565670989,\"h\":\"1de636eb5dd752ba86daae5a816f1ae3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/woocommerce-services\\/woocommerce-services.php\":{\"d\":1565670989,\"h\":\"00ec0ad87ea07d6a88e38de96e6ac01f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/metronet-reorder-posts\\/scripts\\/jquery.mjs.nestedSortable.js\":{\"d\":1550406901,\"h\":\"c510df6ab082916d436e4f722c04219f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/metronet-reorder-posts\\/scripts\\/index.php\":{\"d\":1550406901,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/metronet-reorder-posts\\/scripts\\/jquery.ui.touch-punch.js\":{\"d\":1550406901,\"h\":\"594c7fa31e788c18fd6bac62d2824bac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/metronet-reorder-posts\\/scripts\\/sort.js\":{\"d\":1550406901,\"h\":\"516835fb5a8776b8c9a03f398ff19a1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/metronet-reorder-posts\\/languages\\/metronet-reorder-posts.pot\":{\"d\":1550406901,\"h\":\"0ab3ddaa2c2e481d42f19470461b4fcd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/metronet-reorder-posts\\/languages\\/index.php\":{\"d\":1550406901,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/metronet-reorder-posts\\/css\\/admin.css\":{\"d\":1550406901,\"h\":\"718726e9af4638fac6387aacd0c36e74\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/metronet-reorder-posts\\/css\\/index.php\":{\"d\":1550406901,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/metronet-reorder-posts\\/readme.txt\":{\"d\":1550406901,\"h\":\"9dc33004f36f6c0f1dce08fe70487541\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/metronet-reorder-posts\\/class-reorder-admin.php\":{\"d\":1550406901,\"h\":\"62ab69bcf927648a309dff217c387819\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/metronet-reorder-posts\\/class-reorder.php\":{\"d\":1550406901,\"h\":\"5874517ca404254b288e7cb916577ddc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/metronet-reorder-posts\\/index.php\":{\"d\":1550406901,\"h\":\"316a3e58326314dc9807f805c39415e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/metronet-reorder-posts\\/uninstall.php\":{\"d\":1550406901,\"h\":\"6943de3d139c060e0a66ae7905ad85bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/metronet-reorder-posts\\/LICENSE\":{\"d\":1550406901,\"h\":\"8264535c0c4e9c6c335635c4026a8022\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/readme.txt\":{\"d\":1503576765,\"h\":\"ca276066b3b75a115230a9c3b92034da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/googleanalytics.php\":{\"d\":1503576765,\"h\":\"8e3348e78ed261deafb71fbe15129e9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/index.php\":{\"d\":1503576765,\"h\":\"c1d8725f2db194df1fd7f781224781c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/plugins\\/README.md\":{\"d\":1503576765,\"h\":\"69542751f4e7729afe6bafcc325ae6d7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/mu-plugins\\/endurance-page-cache.php\":{\"d\":1553543802,\"h\":\"252fd779f6de5815087d8f33f44233d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/updraft\\/index.html\":{\"d\":1534086319,\"h\":\"7645f25405ae2d31a5c96c306891bea0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/updraft\\/log.36414d48006d.txt\":{\"d\":1565221337,\"h\":\"762d24e22c8f9a882b635210c187e9a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/updraft\\/log.60f64c0a497a.txt\":{\"d\":1534086704,\"h\":\"d06ea370aaf8c1180ba4a5b6c1c73eac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/updraft\\/web.config\":{\"d\":1534086319,\"h\":\"67da82c8c78834859f36bffd79337138\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/updraft\\/log.e0ab41faf1c9.txt\":{\"d\":1567802406,\"h\":\"64d95de2cd9b4d00e94fb3756d54b72c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/updraft\\/.htaccess\":{\"d\":1568299062,\"h\":\"5cc8a02be988615b049f5abecba2f3a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-content\\/index.php\":{\"d\":1501878831,\"h\":\"67442c5615eba73d105c0715c6620850\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/widgets\\/media-gallery-widget.js\":{\"d\":1550795202,\"h\":\"90ec0828c40b94a8e5f3eea5ce423fec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/widgets\\/media-audio-widget.js\":{\"d\":1550795202,\"h\":\"1853c2371eabae2afccfb72a5523edbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/widgets\\/media-audio-widget.min.js\":{\"d\":1501878827,\"h\":\"ca37de8a34e673469901c4113e99d693\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/widgets\\/media-gallery-widget.min.js\":{\"d\":1510798912,\"h\":\"3fbbc0b9f61ddca152fa3847aba20581\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/widgets\\/text-widgets.js\":{\"d\":1550795202,\"h\":\"b767d49874c4dc6a0381b45973d41152\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/widgets\\/media-widgets.js\":{\"d\":1550795202,\"h\":\"4cacc9c3fcc9b6e7a9bd5802357e3d7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/widgets\\/custom-html-widgets.min.js\":{\"d\":1552458232,\"h\":\"feff6bb5c7894507ea30bd0cd7648439\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/widgets\\/custom-html-widgets.js\":{\"d\":1552458232,\"h\":\"0c079b9a73b9cfc434e2188b5b9a2ce8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/widgets\\/media-image-widget.js\":{\"d\":1550795202,\"h\":\"082c8d564caa265aa7aaaad422a4acee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/widgets\\/media-video-widget.min.js\":{\"d\":1510798912,\"h\":\"b86c749b784acc5a8481b0888619234c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/widgets\\/media-image-widget.min.js\":{\"d\":1510798912,\"h\":\"b02a9bf568ddbf039eb477f8db40783c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/widgets\\/text-widgets.min.js\":{\"d\":1510798912,\"h\":\"32b7abeff170db2b017381efe0b78fad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/widgets\\/media-video-widget.js\":{\"d\":1550795202,\"h\":\"94f76a64411630ce10e215e74e518f47\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/widgets\\/media-widgets.min.js\":{\"d\":1510798912,\"h\":\"e8e8c2726be86a0e5959689f83e68b4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/svg-painter.js\":{\"d\":1550795202,\"h\":\"045eeffbb70b6f0cb98f444cd5b16c85\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/tags-box.js\":{\"d\":1557300708,\"h\":\"027bb2cd44a823dbd923b98a4f76a9c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/code-editor.js\":{\"d\":1550795202,\"h\":\"776a99fab6e282246f5133bc46d0087e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/language-chooser.js\":{\"d\":1550795202,\"h\":\"bc08d5fe72ba491b870cbb590ff93a88\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/tags-suggest.js\":{\"d\":1557300708,\"h\":\"1e0f50a2947ccda6a1f9afbc3563b1d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/color-picker.js\":{\"d\":1550795202,\"h\":\"5a2d6a68911f4a366f4ea3ec0a04667e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/tags-box.min.js\":{\"d\":1557300708,\"h\":\"6213cd28dc4288286091b04c2c276e7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/set-post-thumbnail.js\":{\"d\":1550795202,\"h\":\"4e8d87c996953d8e9566e682ba348441\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/updates.js\":{\"d\":1567686776,\"h\":\"a8bfc0c0b048264fff5bda068606648a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/image-edit.min.js\":{\"d\":1550795202,\"h\":\"228d2d1f73335261a6ec6e41464cb5a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/color-picker.min.js\":{\"d\":1510798912,\"h\":\"ca1331e8606d08cddd3db4a1c50a0625\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/widgets.min.js\":{\"d\":1550795202,\"h\":\"08807467493793aa5fc03fcd3cae128c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/tags.js\":{\"d\":1550795202,\"h\":\"58a57f957959b2418cc05b8df844f546\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/plugin-install.min.js\":{\"d\":1550795202,\"h\":\"304eb11b47e86474942ddb5d2f6c5c91\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/theme.min.js\":{\"d\":1550795202,\"h\":\"875f1fdfc58ad8f9a9646cea752c5579\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/postbox.min.js\":{\"d\":1550795202,\"h\":\"6219e9663ede786bff44bbf756b37c76\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/password-strength-meter.min.js\":{\"d\":1550795202,\"h\":\"7ffac3719681634d55315bb7020f0c35\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/accordion.js\":{\"d\":1550795202,\"h\":\"f2086c19efb64a0b66f05f46dd35ae9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/theme-plugin-editor.js\":{\"d\":1550795202,\"h\":\"53b16e979e15d15b8665a518b3498b6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/custom-header.js\":{\"d\":1550795202,\"h\":\"bfdfbcd9ca2a53e91e857effb3410f0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/customize-controls.min.js\":{\"d\":1550795202,\"h\":\"2869deff881c09388d7ed6419df830ee\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/customize-widgets.js\":{\"d\":1557300708,\"h\":\"bc8ac6899320067cd086f03667306ecf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/customize-widgets.min.js\":{\"d\":1557300708,\"h\":\"23e2b245228cfee7192b5a3fe31c0c91\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/editor.js\":{\"d\":1550795202,\"h\":\"f34b196dd1411f3ab1cd1b9f284f02d5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/edit-comments.min.js\":{\"d\":1557300708,\"h\":\"f51e509e450fe740e3295f175071b240\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/edit-comments.js\":{\"d\":1557300708,\"h\":\"9a69064e1e7557587181bed581f88a4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/editor-expand.min.js\":{\"d\":1557300708,\"h\":\"cec8ae46f57c71d64d459efcb897aac5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/custom-background.js\":{\"d\":1550795202,\"h\":\"cc358c331f8258166040ec13020cac1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/xfn.js\":{\"d\":1550795202,\"h\":\"ad6873245a6fbaea4904dbf8b7dd6a17\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/nav-menu.min.js\":{\"d\":1567686776,\"h\":\"cb52510d41dbe0e748c6f2d4aaaf85ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/widgets.js\":{\"d\":1550795202,\"h\":\"1dffc13554c171793366b66ab7abd3a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/site-health.min.js\":{\"d\":1557300708,\"h\":\"496175569dcb05e5cb145c2b84abafc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/post.js\":{\"d\":1567686776,\"h\":\"086a6977f592c2c633281623697b9c89\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/postbox.js\":{\"d\":1550795202,\"h\":\"dfa3d2ab3f0caa20db92a24bcc0ff904\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/user-suggest.js\":{\"d\":1550795202,\"h\":\"b9a41a61b44bc13d90f8861d6cb273b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/set-post-thumbnail.min.js\":{\"d\":1550795202,\"h\":\"927b30f924f2e11a7a78f63bb8d54393\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/tags.min.js\":{\"d\":1501878826,\"h\":\"29e8d4a7d3c7c16432b99a053c7a5df5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/tags-suggest.min.js\":{\"d\":1557300708,\"h\":\"d305434988f3f831e6f1883d4a750948\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/gallery.js\":{\"d\":1550795202,\"h\":\"63b104e2188b3c9504fc58e7773425ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/media-upload.min.js\":{\"d\":1550795202,\"h\":\"dc4728d88b26a69d23c41eea46362cdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/theme-plugin-editor.min.js\":{\"d\":1550795202,\"h\":\"88918bacdc9909f8ca06a13085e33bb2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/word-count.min.js\":{\"d\":1501878826,\"h\":\"997f505fc9d24a27e4939641450e96a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/accordion.min.js\":{\"d\":1501878827,\"h\":\"226bc149fc7a1d2d56e4530d3b685e58\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/customize-nav-menus.min.js\":{\"d\":1567686776,\"h\":\"ac8716e6b7dfb4c763f73c94cb94a597\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/gallery.min.js\":{\"d\":1550795202,\"h\":\"a0128dff24056e6476db0cf96ed23139\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/link.min.js\":{\"d\":1501878827,\"h\":\"f9ff4694933001933bdec2c133b2252d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/inline-edit-tax.js\":{\"d\":1550795202,\"h\":\"33d9729301a783c6561954a1451119a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/site-health.js\":{\"d\":1557300708,\"h\":\"cfbfe6b77305e9f9d3e33fec6d32cb5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/post.min.js\":{\"d\":1567686776,\"h\":\"e80d95db0d7ee2b88c1a19e2e936033d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/inline-edit-post.min.js\":{\"d\":1550795202,\"h\":\"e693d1b2a22c2cb3ab04dbfb2416c172\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/plugin-install.js\":{\"d\":1550795202,\"h\":\"0e91417b2af13f8c8dcd183146051cab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/customize-nav-menus.js\":{\"d\":1567686776,\"h\":\"3eeb230682665e3b3f0ec4752747c176\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/custom-background.min.js\":{\"d\":1501878827,\"h\":\"351f2eef1d5033d68e8982ea86167e3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/theme.js\":{\"d\":1550795202,\"h\":\"76e43e1257cba406e30c224966dc2e5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/wp-fullscreen-stub.js\":{\"d\":1550795202,\"h\":\"a06bba3593bca1f919fbb48fda7a24cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/common.js\":{\"d\":1550795202,\"h\":\"450660797205ec498b60c20e63b31b6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/user-suggest.min.js\":{\"d\":1501878827,\"h\":\"e089545cd7fcde5c7cd70de3a70139e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/password-strength-meter.js\":{\"d\":1550795202,\"h\":\"e95f7bfdde679787ce1dfa9ec54ea0fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/svg-painter.min.js\":{\"d\":1501878826,\"h\":\"a79aca561a5b87b62a710b0526a8e4bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/wp-fullscreen-stub.min.js\":{\"d\":1501878827,\"h\":\"700a94e9934c7b419dfa6790b1dc4a35\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/farbtastic.js\":{\"d\":1501878826,\"h\":\"a73af354a03241715d8698feea340b92\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/inline-edit-tax.min.js\":{\"d\":1550795202,\"h\":\"8f644169a9fbdc883848e5045955e43f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/media.min.js\":{\"d\":1550795202,\"h\":\"7fe26c4e0d3b4b83cbc359066bb7bb37\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/dashboard.min.js\":{\"d\":1557300708,\"h\":\"d1d46d0ff1a26493c5cebd586579ab02\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/editor-expand.js\":{\"d\":1557300708,\"h\":\"beab9e6566d2ec701c27bccd8322b2c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/comment.min.js\":{\"d\":1501878827,\"h\":\"8f3603ed0d77c4a1ae8f82dbd3159ed9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/code-editor.min.js\":{\"d\":1510798912,\"h\":\"3a55d10a30b356e96dd77cd870171558\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/nav-menu.js\":{\"d\":1567686776,\"h\":\"1495197fcb73221ecc07015adb0f97a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/media-upload.js\":{\"d\":1550795202,\"h\":\"3fc8d4f8151f3ca1dc9804b947934218\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/media.js\":{\"d\":1550795202,\"h\":\"a3f5caf5986947eb51f0f3770770ff63\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/media-gallery.min.js\":{\"d\":1501878827,\"h\":\"3296d1fa20d292b002bba10490f1ba6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/language-chooser.min.js\":{\"d\":1501878827,\"h\":\"1d6822384a71090c74add106e4468581\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/customize-controls.js\":{\"d\":1550795202,\"h\":\"2e1c867bb53db1bd8c61c325f62779d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/user-profile.js\":{\"d\":1557300708,\"h\":\"6a893ff35450bbcd3f7a16f390dde7e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/media-gallery.js\":{\"d\":1550795202,\"h\":\"875c61d7e23f27e63c483f1cfaa4d049\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/comment.js\":{\"d\":1550795202,\"h\":\"9d5033c1b96c8f3af0c09f42da8605c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/updates.min.js\":{\"d\":1567686776,\"h\":\"d06dee6d89b3ca8dafa4beae31e81d8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/revisions.js\":{\"d\":1550795202,\"h\":\"c5f20aa2e318716cc3b6f539c9528dd5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/link.js\":{\"d\":1550795202,\"h\":\"2e6be97ee352add00ecf8f7d20174fc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/common.min.js\":{\"d\":1550795202,\"h\":\"565c5b71c17d0f75bdeea5361b44b599\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/word-count.js\":{\"d\":1550795202,\"h\":\"a4dc4685332216c99b5efbcebf141d1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/image-edit.js\":{\"d\":1550795202,\"h\":\"288062dd616078315bcefc5f3813462c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/inline-edit-post.js\":{\"d\":1550795202,\"h\":\"581ce00c1f81d6144ca03c4c913f106c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/editor.min.js\":{\"d\":1550795202,\"h\":\"066c2527266f538d9d4acad0cbad13b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/revisions.min.js\":{\"d\":1501878826,\"h\":\"0886448d087ccc0cb432130320821f69\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/xfn.min.js\":{\"d\":1527161302,\"h\":\"1b6f6842124166a08328aa7ad376027e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/user-profile.min.js\":{\"d\":1557300708,\"h\":\"c55941aa864653e8b3de814015477f61\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/iris.min.js\":{\"d\":1501878827,\"h\":\"45076064fdcbfcf9f5c8996e10ac4bc9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/js\\/dashboard.js\":{\"d\":1557300708,\"h\":\"0df88c30eb7ac52b400b1f2121002f91\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/maint\\/repair.php\":{\"d\":1567686776,\"h\":\"77f5f6744fc157683985768824c5ebb2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/user\\/admin.php\":{\"d\":1550795202,\"h\":\"978c72880bc9dce93e59d1c851f96467\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/user\\/freedoms.php\":{\"d\":1501878828,\"h\":\"1ba6cbb9e2a9d3deb348997492ed692e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/user\\/menu.php\":{\"d\":1550795202,\"h\":\"c291386f76ca9b04c710342cabb61e08\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/user\\/index.php\":{\"d\":1501878828,\"h\":\"c8fd98f7fdd52d78bdadf74e620789fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/user\\/user-edit.php\":{\"d\":1501878828,\"h\":\"2a7a75a363b0f88f0b6d094a91ef65ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/user\\/about.php\":{\"d\":1501878828,\"h\":\"99ec00da8d914b4efd2098a3e44ebe2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/user\\/profile.php\":{\"d\":1501878828,\"h\":\"b9fa17a9811195800079dda4b1262d03\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/user\\/privacy.php\":{\"d\":1510798912,\"h\":\"27ddd7bc6e0da6fac87f279bff299bb3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/user\\/credits.php\":{\"d\":1501878828,\"h\":\"d920b4fb1be2c2c780081d5b4b7de55a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-filesystem-direct.php\":{\"d\":1557300708,\"h\":\"10214ace4753a75b9cff822777bcde6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/nav-menu.php\":{\"d\":1550795202,\"h\":\"8592c7d86ef260258699c39aa7e5e948\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-site-icon.php\":{\"d\":1557300708,\"h\":\"585bb562d08c916c3615979bb0355f8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/plugin-install.php\":{\"d\":1567686776,\"h\":\"e4e3ce5513d1112c2d2f8db8cbf0854a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/template.php\":{\"d\":1567686776,\"h\":\"8f9bb8666ce962451ddd744c4a08e18a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/admin.php\":{\"d\":1550795202,\"h\":\"5e853f6ab8ed929265dc2d1dcee11e3c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/dashboard.php\":{\"d\":1560911419,\"h\":\"93f81085a879daa76aba2c70fa4e997c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-media-list-table.php\":{\"d\":1557300708,\"h\":\"418c4db9a8f33d888fe5c41a08ad1817\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/misc.php\":{\"d\":1557300708,\"h\":\"38e56e297a9a7faccf7dab635333d974\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-importer.php\":{\"d\":1550795202,\"h\":\"c44ca1da88adc503e286e46103091f0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-terms-list-table.php\":{\"d\":1557300708,\"h\":\"2c9fab32a479f06062bce63fc11303dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-file-upload-upgrader.php\":{\"d\":1550795202,\"h\":\"a121a41a25fec809f5238b6c0f465e79\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/noop.php\":{\"d\":1550795202,\"h\":\"0b780813dc875d50397c558de13ad090\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/bookmark.php\":{\"d\":1550795202,\"h\":\"2a5ab4435b1dd34e443c9076cac6bf83\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-plugin-installer-skin.php\":{\"d\":1550795202,\"h\":\"a140540fae2eb901eacf750a959b8de2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-users-list-table.php\":{\"d\":1550795202,\"h\":\"2c8068de110f6552b21083e8f2179ab8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/widgets.php\":{\"d\":1550795202,\"h\":\"317e0d8778af906e79ed36aff3e66bff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-ajax-upgrader-skin.php\":{\"d\":1550795202,\"h\":\"e011136a67ad1fb48b58e256a7719613\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-filesystem-base.php\":{\"d\":1557300708,\"h\":\"514fc9551bbdd3f3d7e17168e1685a1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-community-events.php\":{\"d\":1550795202,\"h\":\"d03845f5769751435713c2d006b9cc96\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/edit-tag-messages.php\":{\"d\":1550795202,\"h\":\"e2b663d3e1a038660b5a2c9190ffb0e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-screen.php\":{\"d\":1560911419,\"h\":\"7223288aeb9b99235e29aa7a44f95b89\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/plugin.php\":{\"d\":1557300708,\"h\":\"d86d200fffbb5a8c6660274fa4ee35d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-ftp-pure.php\":{\"d\":1557300708,\"h\":\"06c43882160dee5a21c8be34fa1edc4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-upgrader.php\":{\"d\":1557300708,\"h\":\"47e9d54ec28030572216291db9d8e9e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/user.php\":{\"d\":1557300708,\"h\":\"827b2da046ba22e916bc4c9361626683\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/meta-boxes.php\":{\"d\":1557300708,\"h\":\"7c0b17340928046d2dddb6f5fa031deb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-plugin-install-list-table.php\":{\"d\":1557300708,\"h\":\"72cd408f1cf6eb307bf89e603baf8a5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-theme-install-list-table.php\":{\"d\":1550795202,\"h\":\"67d475d9d27c9e0d328e9b3fb49581bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/update.php\":{\"d\":1560911419,\"h\":\"f858418c01710bde4faee77067d09be3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/image.php\":{\"d\":1557300708,\"h\":\"3ac156c87799491958faf225c614227c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-themes-list-table.php\":{\"d\":1557300708,\"h\":\"e2e526da09b27269e6b5a162a32b75be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/theme.php\":{\"d\":1560911419,\"h\":\"807890ee82b5360c995f8dee84743405\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/continents-cities.php\":{\"d\":1550795202,\"h\":\"575ff1cc54c9d3b0491be4a359b2d69b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-ms-themes-list-table.php\":{\"d\":1550795202,\"h\":\"3f68bdf9960a50baea0238c75e5205e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-site-health.php\":{\"d\":1558551127,\"h\":\"a7d37fe3d294196df5a33bff294a2d8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-upgrader-skin.php\":{\"d\":1557300708,\"h\":\"81f6e92ba78f8378cd4d652157f84f4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-list-table.php\":{\"d\":1550795202,\"h\":\"6916fb567680a4585f5f729e7dcfd090\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-language-pack-upgrader-skin.php\":{\"d\":1550795202,\"h\":\"a7d9712c01b9b823fa596862b9ad54cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-filesystem-ftpsockets.php\":{\"d\":1557300708,\"h\":\"ac69c21f0adc765d7d35c66d94b97393\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/menu.php\":{\"d\":1550795202,\"h\":\"d067bad7a277eb362f389a1a50b8fd4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-automatic-updater.php\":{\"d\":1557300708,\"h\":\"f4fae919085cc7e52237a6b1fae5a9d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-ms-users-list-table.php\":{\"d\":1557300708,\"h\":\"a224176fb5eafb60af0373bf3655ecf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/ms-deprecated.php\":{\"d\":1557300708,\"h\":\"8d8b939efedff76d593252956ad8930c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-site-health-auto-updates.php\":{\"d\":1557300708,\"h\":\"12ee907c8908afb84f6d456afbeb248f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/options.php\":{\"d\":1557300708,\"h\":\"385736a7a6d88b99e3b3d167a4e9061f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/screen.php\":{\"d\":1550795202,\"h\":\"23f20a90341503c70d9d899d1d0e3167\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/deprecated.php\":{\"d\":1510798912,\"h\":\"c2b9945923a92718e17884654a7d7786\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-bulk-theme-upgrader-skin.php\":{\"d\":1550795202,\"h\":\"179e9bfcb5c2eec0a2cf46bcad11d49e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/taxonomy.php\":{\"d\":1550795202,\"h\":\"85a08d9bb8a776dcf14e9d87104cca4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/media.php\":{\"d\":1558551127,\"h\":\"6926d901415562e29c0f6a7a66118766\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-walker-category-checklist.php\":{\"d\":1550795202,\"h\":\"51f10abcf38acdba73d56353cf93d443\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/update-core.php\":{\"d\":1567686775,\"h\":\"154194859e91d7d8b4b2870b386d976b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-language-pack-upgrader.php\":{\"d\":1550795202,\"h\":\"30aa737c26b870d7512ba4c084622f0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/comment.php\":{\"d\":1550795202,\"h\":\"82717cd65afe2b5e236000056b6c43dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-pclzip.php\":{\"d\":1501878828,\"h\":\"59c701d09896cf859689dcf457597084\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-links-list-table.php\":{\"d\":1550795202,\"h\":\"db2aa3850deea57b8e23c833a4c85289\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/ms-admin-filters.php\":{\"d\":1550795202,\"h\":\"bd4aa87582b61b35f16be99d73c7934c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/admin-filters.php\":{\"d\":1557300708,\"h\":\"4db4925568e465334609a7681d565aad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/network.php\":{\"d\":1567686776,\"h\":\"31832004b70f44f36391d70259276e7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/export.php\":{\"d\":1557300708,\"h\":\"56b8c5ebc6b95486f34fa939e68aadc1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/file.php\":{\"d\":1560911419,\"h\":\"d70fe4dd9f27d189ca5147612b16c333\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-bulk-upgrader-skin.php\":{\"d\":1550795202,\"h\":\"0e81ce4ec57111f7f3ff3e04d963d4d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-ftp-sockets.php\":{\"d\":1557300708,\"h\":\"1633697b2e83b923ecca04e6caafeeb2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-walker-nav-menu-checklist.php\":{\"d\":1550795202,\"h\":\"0bc6c67c8cb19a07adc71e299c5461e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-filesystem-ftpext.php\":{\"d\":1557300708,\"h\":\"afdf0089caef6143b57b177d62b40bde\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/ms.php\":{\"d\":1567686776,\"h\":\"7a3ca62ff17a2b43597c24af54d29847\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-automatic-upgrader-skin.php\":{\"d\":1550795202,\"h\":\"f85be5118dd7863ce560ec99c91f2625\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/list-table.php\":{\"d\":1550795202,\"h\":\"cc44a6a82788fcfac0b58698dd33db56\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-ftp.php\":{\"d\":1557300708,\"h\":\"12ac36c3d84c1685b0c42c74289f99da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-debug-data.php\":{\"d\":1557300708,\"h\":\"338dc079e2151af81be10494f286fc0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/ajax-actions.php\":{\"d\":1567686776,\"h\":\"715d7be711e81f4c9230455e0cea0c4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-bulk-plugin-upgrader-skin.php\":{\"d\":1550795202,\"h\":\"e404eb80c4dbcced00fe6d11c0f3816c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/revision.php\":{\"d\":1550795202,\"h\":\"456c1cb714bdbc5c52a09496c2a46e92\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/theme-install.php\":{\"d\":1550795202,\"h\":\"b6fcb4490cc4009a22d3ab6801aa92bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/upgrade.php\":{\"d\":1557300708,\"h\":\"95aa12f6910a315f3b62c7ed1e6b584a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-plugins-list-table.php\":{\"d\":1567686776,\"h\":\"2e7ead438a0311392aa84d92bbda7066\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-core-upgrader.php\":{\"d\":1557300708,\"h\":\"ce4653a3a4aabc8f4e93607e06a6dcb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/translation-install.php\":{\"d\":1550795202,\"h\":\"f7279c9c596e737b0e00464a58109800\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-list-table-compat.php\":{\"d\":1550795202,\"h\":\"5d15f604cd5a3b9016e2170b45b08627\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/credits.php\":{\"d\":1550795202,\"h\":\"b28f009d2d908c65f1a3bfa76ae87da9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-plugin-upgrader-skin.php\":{\"d\":1550795202,\"h\":\"ee27cca7628ed03745979e7bc1efef31\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-plugin-upgrader.php\":{\"d\":1550795202,\"h\":\"a0edc4eb8881d59c7f5c5bc9f146efb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-upgrader-skins.php\":{\"d\":1501878828,\"h\":\"eb3f151fc0a8485ae1cb1e8cb9eb7655\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/import.php\":{\"d\":1557300708,\"h\":\"5b3a6692f3787ccb075d455add15e24e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-theme-upgrader.php\":{\"d\":1550795202,\"h\":\"96e1f3d6bb7cc84d65d1a89d1044d6a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-post-comments-list-table.php\":{\"d\":1550795202,\"h\":\"fa4064a942bd177fb823ad26267fbba6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/image-edit.php\":{\"d\":1557300708,\"h\":\"3a7f406f501a22bfec4a0bc8388735cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-internal-pointers.php\":{\"d\":1557300708,\"h\":\"62391188d9ab68efe5b7a1579e143f45\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-comments-list-table.php\":{\"d\":1557300708,\"h\":\"9bb8bd2e21f720619f17fa6a66266b3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-walker-nav-menu-edit.php\":{\"d\":1550795202,\"h\":\"46fd7bf472c96ffb7b806f9f6e57e129\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/post.php\":{\"d\":1557300708,\"h\":\"5cbffe16b1c24e27c18cd100df6bea8b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-filesystem-ssh2.php\":{\"d\":1557300708,\"h\":\"5380181b3538f8c95b11e3a9434a4e96\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/schema.php\":{\"d\":1557300708,\"h\":\"0414cd37819ba177f14568250fc17f6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-theme-upgrader-skin.php\":{\"d\":1550795202,\"h\":\"86b152507e24c87892d5daf08324b42d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-theme-installer-skin.php\":{\"d\":1550795202,\"h\":\"7bb60580180df8bb06c454eff5c9ef67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-ms-sites-list-table.php\":{\"d\":1550795202,\"h\":\"3081cb6ef646f061a883f2328ccda58e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/includes\\/class-wp-posts-list-table.php\":{\"d\":1557300708,\"h\":\"833b4dd160d21a9e69f64d8df805c5f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/plugin-install.php\":{\"d\":1550795202,\"h\":\"d9d1d30addb0da61f1c085059db0fd18\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/admin.php\":{\"d\":1501878828,\"h\":\"48f1fe3370f9d713b027655b6785e694\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/setup.php\":{\"d\":1501878828,\"h\":\"ce74e43d24d9c36cd579e932ee94b152\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/plugin-editor.php\":{\"d\":1501878828,\"h\":\"658cf64b77d435555ae217a5bbb1536a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/settings.php\":{\"d\":1567686776,\"h\":\"603cfde03d18c74810732980fed6243c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/freedoms.php\":{\"d\":1501878828,\"h\":\"e1af39e94239a944440ab2925393ae60\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/sites.php\":{\"d\":1550795202,\"h\":\"436a90369c5b38da66f4cd0f5c11e938\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/update.php\":{\"d\":1550795202,\"h\":\"99be6fcb45a3da4e5246399f9d7a38f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/users.php\":{\"d\":1550795202,\"h\":\"d231ee35be5d9c2ddca016b89033980c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/site-users.php\":{\"d\":1567686776,\"h\":\"de904cd5e1d1cc3c6e01ac3f7be60655\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/menu.php\":{\"d\":1550795202,\"h\":\"ea40d397da5124081e6c31a551184568\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/site-themes.php\":{\"d\":1550795202,\"h\":\"89cc4cb0b80831078ef3cf14930dfd9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/index.php\":{\"d\":1550795202,\"h\":\"ccd4de9a03b778c194cf12cfa49295cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/user-edit.php\":{\"d\":1501878828,\"h\":\"030bb6ad3f1c614f7f1aa7fd27b79509\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/update-core.php\":{\"d\":1501878828,\"h\":\"95b7d47ed7134912270f8d3059100e8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/user-new.php\":{\"d\":1567686776,\"h\":\"6677f324473be01210b8ed67af88f5d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/about.php\":{\"d\":1501878828,\"h\":\"36fd6671a5493cc8c5405621d96dea7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/plugins.php\":{\"d\":1501878828,\"h\":\"e4f7cdfcaddc4693fe0bcc39bb55d68a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/site-settings.php\":{\"d\":1567686776,\"h\":\"7d90f4acb458c140ddfb454f4362378f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/profile.php\":{\"d\":1501878828,\"h\":\"6874157fda181bc2866fd860d93376b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/themes.php\":{\"d\":1557300708,\"h\":\"4cdbf88aba5ae5581cb0cf35e356b4f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/edit.php\":{\"d\":1550795202,\"h\":\"57b71456749af9c47b780d61d4cd9e1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/site-info.php\":{\"d\":1567686776,\"h\":\"f4a2d7109ccaa86a51be2d55a326d591\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/site-new.php\":{\"d\":1567686776,\"h\":\"ee46377364ad0855861b51931fd8dbf0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/privacy.php\":{\"d\":1510798912,\"h\":\"1cd56b9e7e7b5b60506e17c13efc194f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/theme-install.php\":{\"d\":1550795202,\"h\":\"c79c1344258a963d89baf17c370aed70\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/upgrade.php\":{\"d\":1557300708,\"h\":\"29dac48e374d5f388385120143f40fb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/credits.php\":{\"d\":1501878828,\"h\":\"a1be54253e72acd96ce6317127e5a5c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network\\/theme-editor.php\":{\"d\":1501878828,\"h\":\"5e1829bf1794ce06c5ad77b7e2d17142\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/ocean\\/colors.scss\":{\"d\":1501878827,\"h\":\"1a7c5bfd9faf7f6cc77cd9b166062568\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/ocean\\/colors.min.css\":{\"d\":1557300708,\"h\":\"f73f4774e692b7fb4c9cadbe6d1cb18b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/ocean\\/colors-rtl.css\":{\"d\":1557300708,\"h\":\"8cfd80664f79160c558113bdc45f66f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/ocean\\/colors.css\":{\"d\":1557300708,\"h\":\"b4a5193ac0855c1ee4581034b950c5d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/ocean\\/colors-rtl.min.css\":{\"d\":1557300708,\"h\":\"2045d8aca5c756472323069740e9d9ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/coffee\\/colors.scss\":{\"d\":1501878827,\"h\":\"397e3820b27a234330c95e05250f61ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/coffee\\/colors.min.css\":{\"d\":1557300708,\"h\":\"395a6f36dbe8b376727438dbe52ced3e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/coffee\\/colors-rtl.css\":{\"d\":1557300708,\"h\":\"f15d9c97b13b36e554fc800efe93b368\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/coffee\\/colors.css\":{\"d\":1557300708,\"h\":\"aa969b60bb26bcbd12d6a33f9b831475\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/coffee\\/colors-rtl.min.css\":{\"d\":1557300708,\"h\":\"592d60de5e62336b3958d4975b39a9b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/blue\\/colors.scss\":{\"d\":1501878827,\"h\":\"d9d03549d79484672c29145aad594db3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/blue\\/colors.min.css\":{\"d\":1557300708,\"h\":\"f76dbe0a0a5fb610dd13cce233ed9108\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/blue\\/colors-rtl.css\":{\"d\":1557300708,\"h\":\"ba77e07e130710f8d3c5125fac3ac14d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/blue\\/colors.css\":{\"d\":1557300708,\"h\":\"a9505503536e4d8709a8751e2a03bfab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/blue\\/colors-rtl.min.css\":{\"d\":1557300708,\"h\":\"30a856e5af5b41d6a2799e262b3f9a24\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/sunrise\\/colors.scss\":{\"d\":1501878827,\"h\":\"5692871a8a7a1914ee0968ddf9923dec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/sunrise\\/colors.min.css\":{\"d\":1557300708,\"h\":\"1b5f74ec13f8502f5786b2aa39d7d901\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/sunrise\\/colors-rtl.css\":{\"d\":1557300708,\"h\":\"84292fd29fb971d80e6a76ba0b5252c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/sunrise\\/colors.css\":{\"d\":1557300708,\"h\":\"ec86a046d8ac3cfec1b3f2511d713af4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/sunrise\\/colors-rtl.min.css\":{\"d\":1557300708,\"h\":\"991698abb4180f23c4b7cba489523fe9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors.scss\":{\"d\":1501878827,\"h\":\"940171d1392bd8071122a905d12b9195\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors.min.css\":{\"d\":1557300708,\"h\":\"c5783608b75e6c0d2471d588dd6bb508\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors-rtl.css\":{\"d\":1557300708,\"h\":\"178e8fa9b390e7f0054063aacf4adc81\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors.css\":{\"d\":1557300708,\"h\":\"848a1e64ad9724ed9e0a9c6d82069f3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/ectoplasm\\/colors-rtl.min.css\":{\"d\":1557300708,\"h\":\"10d404c76bf37fd787385e5d896247f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/light\\/colors.scss\":{\"d\":1501878827,\"h\":\"480b9bd647e5b323ef88d63ce55e1d6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/light\\/colors.min.css\":{\"d\":1557300708,\"h\":\"f1c96c88b39f8f49af243220e8d3b9e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/light\\/colors-rtl.css\":{\"d\":1557300708,\"h\":\"cc5ba6eaf7d90ccab5fd1a705d0b57e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/light\\/colors.css\":{\"d\":1557300708,\"h\":\"a27f248d1478b01d1fbdaff924a9c9d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/light\\/colors-rtl.min.css\":{\"d\":1557300708,\"h\":\"5f9aeafda976bdcac79c9eb792607eb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/midnight\\/colors.scss\":{\"d\":1501878827,\"h\":\"26dc8daaf0c47c4457b8bc2145f48634\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/midnight\\/colors.min.css\":{\"d\":1557300708,\"h\":\"e03f63363d23a124c1940a6a9c657441\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/midnight\\/colors-rtl.css\":{\"d\":1557300708,\"h\":\"aecd603f94e7bbd2ef18fd360bb6652d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/midnight\\/colors.css\":{\"d\":1557300708,\"h\":\"acb549c4ac075b8c2af1138b234cf093\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/midnight\\/colors-rtl.min.css\":{\"d\":1557300708,\"h\":\"faad862c1c60e1afe18e910b2a56f886\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/_variables.scss\":{\"d\":1557300708,\"h\":\"719b571cacd7a1e140377a7a3ecf8cd4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/_admin.scss\":{\"d\":1557300708,\"h\":\"7314d06c13a9db49cb81aadf88441ce7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/colors\\/_mixins.scss\":{\"d\":1510798912,\"h\":\"18d869c6a21b54fdf1038dadc8b62810\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/ie-rtl.css\":{\"d\":1557300708,\"h\":\"55a791469c9bc1886f4272fd3c6ddf27\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/themes-rtl.css\":{\"d\":1557300708,\"h\":\"032493bd3c26ff357c718c5ee666559e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/site-health-rtl.css\":{\"d\":1560911419,\"h\":\"e66fa0b23640d556008829f69c9a2d16\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/admin-menu.min.css\":{\"d\":1557300708,\"h\":\"f86faa9e59a5c7d5d71b840bfc1bffdb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/l10n-rtl.min.css\":{\"d\":1544165174,\"h\":\"c14f53b547661c4be7bd9a8e38dcdb5d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/customize-widgets.min.css\":{\"d\":1550795202,\"h\":\"762e45e43b243cdd5613822eccdb17c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/color-picker.min.css\":{\"d\":1567686776,\"h\":\"fd3b392c0f810400081121da5a126dd0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/color-picker-rtl.css\":{\"d\":1567686776,\"h\":\"907dd7dd486d3e6bb25b36d3b8e911d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/site-icon-rtl.min.css\":{\"d\":1510798912,\"h\":\"c5605f3fde843ddb7cf887a72b9464a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/code-editor.css\":{\"d\":1557300708,\"h\":\"434192ef92ee1de6c2d24ffa1b5eee29\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/dashboard.css\":{\"d\":1557300708,\"h\":\"e75bc9587fbb4bbf66b3e6165c4b96d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/login.min.css\":{\"d\":1567686776,\"h\":\"95b81581a1a6a3dda3eb13deedb1545e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/wp-admin-rtl.css\":{\"d\":1557300708,\"h\":\"4a89411639f686bd178d00573aa9dec1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/site-health.css\":{\"d\":1560911419,\"h\":\"c1f0b9a047b6061761580ef3ee214089\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/common-rtl.css\":{\"d\":1567686776,\"h\":\"db80bf8f1deb332d3449ed81457ba565\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/site-icon.min.css\":{\"d\":1510798912,\"h\":\"6c951fcb811b78da4a91c55447888f98\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/login-rtl.css\":{\"d\":1567686776,\"h\":\"630fe75a208e73076c51908d642ed8b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/site-health.min.css\":{\"d\":1560911419,\"h\":\"33fb80d8f91159c6b8b86fb219bc4fa8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/wp-admin-rtl.min.css\":{\"d\":1557300708,\"h\":\"47835135274559ad6fe230b67dc65fc7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/customize-nav-menus-rtl.min.css\":{\"d\":1557300708,\"h\":\"215fb1ca4140dd402b16a6316067064a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/widgets-rtl.css\":{\"d\":1557300708,\"h\":\"a8a5b2c135c5a742e935eeb74f548ed1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/customize-controls.css\":{\"d\":1557300708,\"h\":\"1174ee5ac6181aca57cc6917e2b36075\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/media-rtl.min.css\":{\"d\":1560911419,\"h\":\"5b46ede1ee578828803f29bad065bd2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/edit-rtl.css\":{\"d\":1557300708,\"h\":\"77740c8d0bc7f991d1d8b32bde522ad8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/l10n-rtl.css\":{\"d\":1501878827,\"h\":\"69b0527be5b3aa2c1644fe5fc1c34afa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/nav-menus-rtl.css\":{\"d\":1558551127,\"h\":\"c5e41c8c4080a281258cba02483eacd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/edit.min.css\":{\"d\":1557300708,\"h\":\"048e675d19df066b8bbef9e3f47b50b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/wp-admin.css\":{\"d\":1557300708,\"h\":\"96372351aa264d3fc2bb87f97c1ff35b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/about.min.css\":{\"d\":1557300708,\"h\":\"fa5010338412db572184b952c5f4ca1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/revisions-rtl.min.css\":{\"d\":1557300708,\"h\":\"ecce9ac8713cbff2e3c02b5e74754514\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/customize-nav-menus-rtl.css\":{\"d\":1557300708,\"h\":\"891c337677bb836662e8301d9be94544\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/l10n.css\":{\"d\":1501878827,\"h\":\"b5c4b8f85029fb7c84f0719f72b280ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/code-editor-rtl.css\":{\"d\":1557300708,\"h\":\"f2b0f0835b1c0011ee2f52a48af4abdf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/common.min.css\":{\"d\":1567686776,\"h\":\"df5accb5efc55900010fc8dbc7288c0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/color-picker.css\":{\"d\":1567686776,\"h\":\"33c7b9426ba9f1a6a4376b3ca1f46427\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/revisions.min.css\":{\"d\":1557300708,\"h\":\"375d030732f7adf73ada1738d831cffc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/about.css\":{\"d\":1557300708,\"h\":\"77b749a7fbd4dbaa77847c5a31e53b81\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/wp-admin.min.css\":{\"d\":1557300708,\"h\":\"8065e85570ca93fb489a57745021a048\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/about-rtl.min.css\":{\"d\":1557300708,\"h\":\"30e7181b360d0371a72c736456ed9814\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/common-rtl.min.css\":{\"d\":1567686776,\"h\":\"e11e33d6475e302b41caa4020143b224\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/l10n.min.css\":{\"d\":1544165174,\"h\":\"2b2ed5045b480dcfac2e6babbd2f2007\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/customize-controls-rtl.css\":{\"d\":1557300708,\"h\":\"21463e25a8cf85c82d861b2dec55238c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/media.css\":{\"d\":1560911419,\"h\":\"16375f6512d5a1e04dbb884a02ba658a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/admin-menu-rtl.min.css\":{\"d\":1557300708,\"h\":\"cff3ee84962d5176ae88a2a3d64392ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/nav-menus.css\":{\"d\":1558551127,\"h\":\"942abacb51c51c46a7b2eab718b50ff4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/forms-rtl.min.css\":{\"d\":1567686776,\"h\":\"38bd662ed5c53ef1b4be39c239bb3c19\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/deprecated-media.min.css\":{\"d\":1550795202,\"h\":\"d500c620b7f00683bef8e6b579f621f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/dashboard-rtl.css\":{\"d\":1557300708,\"h\":\"bb6cb59535e109ed4b6114e8fbf9a6b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/farbtastic-rtl.min.css\":{\"d\":1510798912,\"h\":\"d55340e3ce5b935c2cf0337c92b61521\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/media.min.css\":{\"d\":1560911419,\"h\":\"8ebfa134dd4947ee27a27dc92096f8dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/login.css\":{\"d\":1567686776,\"h\":\"59d610420f74a3c7b3c61ba3fb9456af\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/customize-nav-menus.css\":{\"d\":1557300708,\"h\":\"e4832a345e012b47c028c8d9dfa2f3ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/media-rtl.css\":{\"d\":1560911419,\"h\":\"f19d0ab7d3f70930a10cd4b041a6e6bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/customize-controls.min.css\":{\"d\":1557300708,\"h\":\"06fbad1b88d31e111f1017966c27bd69\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/forms.min.css\":{\"d\":1567686776,\"h\":\"e358104efa34b7f5f6026d9dcaa746ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/customize-nav-menus.min.css\":{\"d\":1557300708,\"h\":\"e7fb504704cbc728b307fcef68bc40e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/about-rtl.css\":{\"d\":1557300708,\"h\":\"6e5d25bcbd4b0bc5d7985726a5c75b25\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/revisions-rtl.css\":{\"d\":1557300708,\"h\":\"e5fdc24406fc3ac9f77cd9fdd04efde7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/themes-rtl.min.css\":{\"d\":1557300708,\"h\":\"cdcc90f54b768a8cd5716b65fff9d435\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/list-tables-rtl.css\":{\"d\":1557300708,\"h\":\"b74cc4eea587399f54605be6c761a682\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/customize-widgets.css\":{\"d\":1557300708,\"h\":\"fa3f72f6943c0ef9f20b7af1febddf4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/install.css\":{\"d\":1567686776,\"h\":\"b1703f90b91e7eb19048ce11e28d5b68\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/dashboard.min.css\":{\"d\":1557300708,\"h\":\"d7a985e8ee7af92319d09bef2a66974b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/nav-menus-rtl.min.css\":{\"d\":1558551127,\"h\":\"6c820a224fb1b62424c77cefc7f61f1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/edit.css\":{\"d\":1557300708,\"h\":\"f082f7c7ff8deaf5e3ddbc77b37c6396\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/code-editor.min.css\":{\"d\":1544165174,\"h\":\"4f2bbc906ad777689f33ed3a8e11de4e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/themes.css\":{\"d\":1557300708,\"h\":\"ca0d7958e9d46e58cf9d41f957ec91c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/list-tables.css\":{\"d\":1557300708,\"h\":\"e72f0c18a1ac5753fca51e7ffa4c6840\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/customize-widgets-rtl.min.css\":{\"d\":1550795202,\"h\":\"1dc14d3cebe57f518905d426b4803183\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/edit-rtl.min.css\":{\"d\":1557300708,\"h\":\"38495c0fe98ea4771bd1ef698c67fe15\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/customize-widgets-rtl.css\":{\"d\":1557300708,\"h\":\"19e5373be67edc6a75533b48fb484b9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/farbtastic.min.css\":{\"d\":1510798912,\"h\":\"23d55eb53a88478028930c82b13a6b0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/widgets.min.css\":{\"d\":1557300708,\"h\":\"5092d40859d943f65627049abf981d69\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/code-editor-rtl.min.css\":{\"d\":1544165174,\"h\":\"ec293f73d213bb45f413489b1be4ddd1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/farbtastic.css\":{\"d\":1501878827,\"h\":\"f9e33829b8faed7d7bbef843fb683255\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/revisions.css\":{\"d\":1557300708,\"h\":\"e4c46395d986df5b5751711c6055f828\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/deprecated-media.css\":{\"d\":1550795202,\"h\":\"bb1687b14f439591b839d9bbbb834166\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/color-picker-rtl.min.css\":{\"d\":1567686776,\"h\":\"5eae583d4410229d647883abefc5b1b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/ie.min.css\":{\"d\":1557300708,\"h\":\"76ca02b48506b7c718e88c0b1d1cee08\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/list-tables.min.css\":{\"d\":1557300708,\"h\":\"d0dc73dd54483a2fc4a1829b708df6b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/dashboard-rtl.min.css\":{\"d\":1557300708,\"h\":\"75010bb43088888d3cd66ce3d5093016\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/widgets-rtl.min.css\":{\"d\":1557300708,\"h\":\"b08752318b9c677797dd97e3035730a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/ie-rtl.min.css\":{\"d\":1557300708,\"h\":\"d2b699f14ca35864ecdd61c8eec9604d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/forms-rtl.css\":{\"d\":1567686776,\"h\":\"4c81508db6b5bb1c1c14764862b98360\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/ie.css\":{\"d\":1557300708,\"h\":\"5960f69e0ed72d7a00e9bceaa55c9901\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/deprecated-media-rtl.css\":{\"d\":1550795202,\"h\":\"48e00fdbf199890d49677720c9a98ea3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/site-health-rtl.min.css\":{\"d\":1560911419,\"h\":\"ed8b548ceed11d315604c72a57972503\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/widgets.css\":{\"d\":1557300708,\"h\":\"652fb07102f908931f36672e1477d233\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/login-rtl.min.css\":{\"d\":1567686776,\"h\":\"da76e3b93f894e5142d14d00d355e6ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/themes.min.css\":{\"d\":1557300708,\"h\":\"fd2b6396366e80b8299b52064d898c0a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/admin-menu.css\":{\"d\":1557300708,\"h\":\"5ac558ef6bfa6308c3da00ed4c8bd467\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/common.css\":{\"d\":1567686776,\"h\":\"8ac7ee2240fd68c28aff2ff4158fbc39\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/nav-menus.min.css\":{\"d\":1558551127,\"h\":\"422e9259e974a8b75dc5ced61527a267\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/admin-menu-rtl.css\":{\"d\":1557300708,\"h\":\"650410205bebd7b94622f81e6da5bf2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/list-tables-rtl.min.css\":{\"d\":1557300708,\"h\":\"559f9973411a9ffe7bfd93098392f82b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/site-icon-rtl.css\":{\"d\":1510798912,\"h\":\"843b8077b07dce1d6bd532aa7ad3e61b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/forms.css\":{\"d\":1567686776,\"h\":\"6e2d5da90f7faf390eb60d3554e2ff58\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/install-rtl.min.css\":{\"d\":1567686776,\"h\":\"e896d069f831a48adac9fc01b74bfd84\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/site-icon.css\":{\"d\":1510798912,\"h\":\"8d0ea8f47d8c45b2a80211d470306c75\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/install-rtl.css\":{\"d\":1567686776,\"h\":\"fb9481431bd943229c998da48760401d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/customize-controls-rtl.min.css\":{\"d\":1557300708,\"h\":\"bbfad9e11ad15bf8bdf05eac0c2c13d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/deprecated-media-rtl.min.css\":{\"d\":1550795202,\"h\":\"f341cc91db43d556d8573cddc05e1ab4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/farbtastic-rtl.css\":{\"d\":1501878827,\"h\":\"118f1189ffbb71e014402121b5456bc2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/css\\/install.min.css\":{\"d\":1567686776,\"h\":\"5fd8e3fbdecefd95081fcc49edef3e42\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/options-permalink.php\":{\"d\":1567686776,\"h\":\"83a4c2c0925d9197003904867aec1c7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/plugin-install.php\":{\"d\":1557300708,\"h\":\"7ca920cf59193a7b3768f52fd9875576\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/link-manager.php\":{\"d\":1557300708,\"h\":\"ae2bdac7f69a506526a711721f28d613\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/ms-delete-site.php\":{\"d\":1550795202,\"h\":\"cfe8a4edb87c2a760b1aabd07f4fb59d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/admin-header.php\":{\"d\":1557300708,\"h\":\"89facb12d99a661a4e4079aa61b8c5b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/admin.php\":{\"d\":1550795202,\"h\":\"35e197ce949d114e583345b80d1308fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/ms-upgrade-network.php\":{\"d\":1550795202,\"h\":\"3a39b7da5913c047aed3b88e58e177bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/load-scripts.php\":{\"d\":1550795202,\"h\":\"3eb677477a1000743fde81103be7dd46\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/plugin-editor.php\":{\"d\":1557300708,\"h\":\"5b525eaeec111979aa899f94b9ac79c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/press-this.php\":{\"d\":1550795202,\"h\":\"ebc2f017401e0b27455354ee585ea88b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/site-health.php\":{\"d\":1560911419,\"h\":\"d19bf0d3c3835a1b1dd11fa01ee4faa0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/options-media.php\":{\"d\":1567686776,\"h\":\"9ace9c4a17fa562aec807b5ed9eec657\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/custom-background.php\":{\"d\":1567686776,\"h\":\"0b19f8a65ad033f3c3ab1fb17f8dc7ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/error_log\":{\"d\":1523718215,\"h\":\"b35bbcb9bb7abca73ad6be4056346190\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/widgets.php\":{\"d\":1557300708,\"h\":\"7880961d6cf35e13e68d0b2a56fff14d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/moderation.php\":{\"d\":1550795202,\"h\":\"ce723e7202220ea8f6dda16c2793e6c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/ms-options.php\":{\"d\":1550795202,\"h\":\"45bed9cfd0549527fc2e0350f81e0064\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/options-reading.php\":{\"d\":1567686776,\"h\":\"dbdea98692d89e07f0db3b0260e83859\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/media-new.php\":{\"d\":1557300708,\"h\":\"cf93921d1a4de2ae81c1552dca713d62\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/customize.php\":{\"d\":1550795202,\"h\":\"df3351a73a550df0045ed3050f1fb425\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/ms-admin.php\":{\"d\":1501878826,\"h\":\"9a05b49740dfcdaf4516851b623606e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/admin-footer.php\":{\"d\":1550795202,\"h\":\"6992c828ad23a10daf44ee24e00d2535\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/options-head.php\":{\"d\":1550795202,\"h\":\"20d4afe227f06962263cfbc2d03523a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/admin-post.php\":{\"d\":1550795202,\"h\":\"029f99842005b2ef81dfe5619f5ec8ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/freedoms.php\":{\"d\":1558551127,\"h\":\"23dbacfda553392249e5cafec1501465\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/tools.php\":{\"d\":1557300708,\"h\":\"802a172703ff76523a6b6595ab26c89e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/setup-config.php\":{\"d\":1567686776,\"h\":\"4e0b4b997809e617e981b992b0a593a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/install-helper.php\":{\"d\":1550795202,\"h\":\"a20e27713a6514909125b411116cc9f1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/update.php\":{\"d\":1550795202,\"h\":\"b719d26717516c36efe29bec111bc476\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/users.php\":{\"d\":1557300708,\"h\":\"6afda0e07626004a648905593b6b400e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/menu.php\":{\"d\":1560911419,\"h\":\"c8f98281466951f708b2a2356faacf9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/link-add.php\":{\"d\":1550795202,\"h\":\"8c4b18cd3f8fedd630e59b09181ec962\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/index.php\":{\"d\":1557300708,\"h\":\"76a312a1e9f851c679d8cc46fec09dbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/edit-form-advanced.php\":{\"d\":1557300708,\"h\":\"fdbb42caab217da1c0fb6351bebfb27e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/admin-functions.php\":{\"d\":1550795202,\"h\":\"0bd9cc4fdb51a0ec7885240a49944f0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/options-discussion.php\":{\"d\":1567686776,\"h\":\"c825f767b7e57b9895b24eb42e1873af\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/options.php\":{\"d\":1567686776,\"h\":\"0121bab59b73663fc7a92a1d4754d4e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/media-upload.php\":{\"d\":1550795202,\"h\":\"409e39f7d09ae6c7f43be611dfb36ee9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/user-edit.php\":{\"d\":1567686776,\"h\":\"8a3d7ef030df8251accee38f070e56be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/media.php\":{\"d\":1557300708,\"h\":\"e50fcbb11173dc620316ab88e82960f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/update-core.php\":{\"d\":1558551127,\"h\":\"de93179e373237b597a59e2b50b69b87\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/comment.php\":{\"d\":1557300708,\"h\":\"d9c370205b2e26e2d83a8482d483b0de\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/user-new.php\":{\"d\":1567686776,\"h\":\"d12282fbe3cc44cd509a847c1a9d9752\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/edit-link-form.php\":{\"d\":1557300708,\"h\":\"d9b5b9e7daa3f3a86cac043c77106aa1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/about.php\":{\"d\":1567686776,\"h\":\"f8c01753682e16f6b3bf90489f06a145\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/plugins.php\":{\"d\":1557300708,\"h\":\"37b63825766ecf8407b455fde5772bc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/link.php\":{\"d\":1550795202,\"h\":\"53bb664da38d8fbca03270ba8fe6d29d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/edit-form-blocks.php\":{\"d\":1567686776,\"h\":\"8fe1a2f462581b5578955b20dab93905\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/load-styles.php\":{\"d\":1550795202,\"h\":\"9e1ae8401aca22c85836a9cd459b4401\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/profile.php\":{\"d\":1550795202,\"h\":\"e065abcd9d5a420e0fb6423561905aa4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/term.php\":{\"d\":1550795202,\"h\":\"26cf496096fc373cef06e4fd3117cd08\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/network.php\":{\"d\":1557300708,\"h\":\"02635c8e4e87e803bad5d7e1fb501413\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/export.php\":{\"d\":1557300708,\"h\":\"855cfc01ecc31687fe7af74ef1d3755c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/themes.php\":{\"d\":1557300708,\"h\":\"29ea17b09f393591c76a20dc52bec9fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/options-general.php\":{\"d\":1567686776,\"h\":\"0254bc8b878ddc9293eee2537076ddbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/nav-menus.php\":{\"d\":1558551127,\"h\":\"c124012e4219f0e9be481bf8b74620b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/edit.php\":{\"d\":1557300708,\"h\":\"2b5a495e34b7a28332d268102879c163\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/edit-form-comment.php\":{\"d\":1567686776,\"h\":\"bea511037a1f6271ae0acb393ba7edad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/site-health-info.php\":{\"d\":1560911419,\"h\":\"6bbf23563ae0a7e467c694d09a5387bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/edit-tags.php\":{\"d\":1557300708,\"h\":\"6c4888fc9ad6b1dbca49f0af0d9375e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/link-parse-opml.php\":{\"d\":1550795202,\"h\":\"1c9d099e82550716952df0a1405df0e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/edit-comments.php\":{\"d\":1557300708,\"h\":\"845164de11d623562556f4ab238c4758\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/custom-header.php\":{\"d\":1567686776,\"h\":\"c37c7aa1e92e1e5436f70d9e5c1e63c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/privacy.php\":{\"d\":1567686776,\"h\":\"4add56b7634a165e7a8d32e5edbdfdb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/revision.php\":{\"d\":1557300708,\"h\":\"094c7fcddb9e4ed3de11767a41033c89\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/theme-install.php\":{\"d\":1557300708,\"h\":\"b387525b8bf69f464ceaed345c4ad3ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/upgrade.php\":{\"d\":1558551127,\"h\":\"5a021cb399f9a6fddb05dab984b98cca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/upload.php\":{\"d\":1557300708,\"h\":\"0bd3dcc75396bf4aa08ecb8a30073179\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/ms-sites.php\":{\"d\":1550795202,\"h\":\"d542a17566d36135003ef69141370efe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/credits.php\":{\"d\":1558551127,\"h\":\"e61a91988884fc631247af281dcd4b12\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/my-sites.php\":{\"d\":1557300708,\"h\":\"183db07382d68d97f91221311e6111aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/upgrade-functions.php\":{\"d\":1550795202,\"h\":\"2ce9edafd62960bf82b855da79f562d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/menu-header.php\":{\"d\":1550795202,\"h\":\"2c9a8e1571799e530a5aa245f4d7f028\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/ms-users.php\":{\"d\":1550795202,\"h\":\"344e17574215967ae0f48bd084ef1639\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/post-new.php\":{\"d\":1557300708,\"h\":\"a0193e7a9a51b818807d8f0ab5035c06\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/async-upload.php\":{\"d\":1567686776,\"h\":\"f9e165d508dd62dd7a470a4b3b408517\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/theme-editor.php\":{\"d\":1557300708,\"h\":\"518fa2e7e1fa55575017ed9ce380beb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/import.php\":{\"d\":1557300708,\"h\":\"692e2842c89539bc47d94422b049a427\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/ms-edit.php\":{\"d\":1501878827,\"h\":\"16d42ff617c4a616c3bd94ba103a4582\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/options-writing.php\":{\"d\":1567686776,\"h\":\"a966737d1fbb9b578b8404a6a11d18fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/ms-themes.php\":{\"d\":1550795202,\"h\":\"59ac0c4856ff69e3da1ef4fc85028590\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/post.php\":{\"d\":1550795202,\"h\":\"6561e48a8cde6a2f4cd036f86bfd6669\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/admin-ajax.php\":{\"d\":1557300708,\"h\":\"4f529c14ee52b4c4f669eaea3178c654\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/install.php\":{\"d\":1567686776,\"h\":\"c2b1c07f65495a98eb4f0270f4133ea8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-admin\\/edit-tag-form.php\":{\"d\":1567686776,\"h\":\"018eedbacff80f7830e22d9bbae43ede\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/plupload\\/plupload.js\":{\"d\":1510798912,\"h\":\"dda0aa24705a5218d13e271c8c187cf7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/plupload\\/moxie.min.js\":{\"d\":1510798912,\"h\":\"68dec65b1e80b2b66994f4700762b65c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/plupload\\/moxie.js\":{\"d\":1510798912,\"h\":\"8923430da19a35c7b1efc792b681fc9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/plupload\\/plupload.min.js\":{\"d\":1510798912,\"h\":\"47d38d462d5fa882a92dbd2b54d5d747\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/plupload\\/wp-plupload.js\":{\"d\":1550795202,\"h\":\"02dcb077436fc774c545183ee6758e46\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/plupload\\/license.txt\":{\"d\":1501878829,\"h\":\"751419260aa954499f7abaabaa882bbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/plupload\\/handlers.js\":{\"d\":1501878829,\"h\":\"7a8494f68ff136d5bf92a075fa61dfe0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/plupload\\/wp-plupload.min.js\":{\"d\":1501878829,\"h\":\"7c74a0f866c5dfd1dc9a45474651f6ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/plupload\\/handlers.min.js\":{\"d\":1501878829,\"h\":\"a08d4288293bfbcd0d198f7aa3eda619\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jcrop\\/jquery.Jcrop.min.css\":{\"d\":1501878829,\"h\":\"56cc9ea201dc2f4b910e78bfacac9211\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jcrop\\/jquery.Jcrop.min.js\":{\"d\":1501878829,\"h\":\"2f61ab984c177275c71e34ff1a17c102\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/crop\\/cropper.js\":{\"d\":1501878829,\"h\":\"1d97b296d918482e1273c56fbff6a8e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/crop\\/cropper.css\":{\"d\":1501878829,\"h\":\"6b79350bf46e0f692a4d1b2807ed0399\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/thickbox\\/thickbox.css\":{\"d\":1510798912,\"h\":\"69d6aa1f5bafc0d02da2d4470496ea12\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/thickbox\\/thickbox.js\":{\"d\":1501878828,\"h\":\"d5d248a8730754587b4224c2d9ad36c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/imgareaselect\\/jquery.imgareaselect.min.js\":{\"d\":1522816925,\"h\":\"959b49d52e2ff3abd7b9e48440679dff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/imgareaselect\\/jquery.imgareaselect.js\":{\"d\":1522816925,\"h\":\"63ec4a65e41151dfd5c85e88fc98a42c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/imgareaselect\\/imgareaselect.css\":{\"d\":1501878828,\"h\":\"7d28cad92829b3d633a087b5f3b595af\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/vendor\\/lodash.min.js\":{\"d\":1544165174,\"h\":\"62acde2a2687c63954bee264a1a2f86d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/vendor\\/moment.js\":{\"d\":1544165174,\"h\":\"6722aa945b6577eda74330383105557f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/vendor\\/react.min.js\":{\"d\":1557300708,\"h\":\"6154303cf1c576b1479a67e73f93ecb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/vendor\\/lodash.js\":{\"d\":1544165174,\"h\":\"07ec8c63dfd89bcdb33f8bd14f4f8db8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-node-contains.js\":{\"d\":1544165174,\"h\":\"8e8cdd77e6e80407255b55c41dc533a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-formdata.js\":{\"d\":1550795202,\"h\":\"ed823838339ca0f88793fa781fc1e10d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/vendor\\/react.js\":{\"d\":1557300708,\"h\":\"1427ebb68b9631c7f3b0526cb513aac7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill.js\":{\"d\":1550795202,\"h\":\"e506e7cb42244f39a47e21f4eada7421\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-fetch.min.js\":{\"d\":1544165174,\"h\":\"bf3a6ad4463d6f0d2bc861cbcb05c799\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/vendor\\/moment.min.js\":{\"d\":1544165174,\"h\":\"8999b8b5d07e9c6077ac5ac6bc942968\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-element-closest.min.js\":{\"d\":1544165174,\"h\":\"89a4e64830ce633b60f1e4060faa5726\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-node-contains.min.js\":{\"d\":1544165174,\"h\":\"b32d5cea64b4fd156f47c0ec0a9d8532\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill.min.js\":{\"d\":1550795202,\"h\":\"686c7af3cc4a1474646963751a4a5a7e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/vendor\\/react-dom.min.js\":{\"d\":1557300708,\"h\":\"9331dc818181c1df34cc866c03bec20d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/vendor\\/react-dom.js\":{\"d\":1557300708,\"h\":\"82f6e97da7739bd618e9ae38d681db71\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-fetch.js\":{\"d\":1544165174,\"h\":\"456c02ee2a496580a24e5aee614ba9b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-formdata.min.js\":{\"d\":1550795202,\"h\":\"2ea232d2a383e59441dc21dc56300749\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/vendor\\/wp-polyfill-element-closest.js\":{\"d\":1544165174,\"h\":\"3c6accf0039920bf3c59748c23f4261d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/annotations.js\":{\"d\":1557300708,\"h\":\"54ba0b53e14340443743833e8b02af6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/a11y.min.js\":{\"d\":1557300708,\"h\":\"d95ae5d80773496840254ac17641e9b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/token-list.min.js\":{\"d\":1557300708,\"h\":\"ba25522bb908454e432fcb29b1992578\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/list-reusable-blocks.min.js\":{\"d\":1557300708,\"h\":\"d86708dfed8ae007dc9232534bfab807\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/date.js\":{\"d\":1557300708,\"h\":\"e72b12ad40beea703e88b1f147df141e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/url.js\":{\"d\":1557300708,\"h\":\"74be87956d50685416bcf70b16b57785\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/annotations.min.js\":{\"d\":1557300708,\"h\":\"b2761292ae7b37b2535c41d776576e6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/is-shallow-equal.min.js\":{\"d\":1557300708,\"h\":\"e6344716ad60939b279e71b39177359a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/element.js\":{\"d\":1557300708,\"h\":\"f27ed347732c01ecb68ec39a45bd8b19\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/api-fetch.js\":{\"d\":1557300708,\"h\":\"50516221babd83d0bf95ea4ecd5d58a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/date.min.js\":{\"d\":1557300708,\"h\":\"b43650e9707f46259c1588940adb3e0d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/api-fetch.min.js\":{\"d\":1557300708,\"h\":\"67515582038f82ad0b094aa5e0bc1dcd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/blocks.min.js\":{\"d\":1558551127,\"h\":\"c886c5a99073a097c77ac0b89dd6ec66\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/format-library.min.js\":{\"d\":1558551127,\"h\":\"0356b70777d0a101a52316e7223b6802\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/escape-html.min.js\":{\"d\":1557300708,\"h\":\"495df404bcf10126197c0d6635ca9a07\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/viewport.js\":{\"d\":1557300708,\"h\":\"c52145ba03290a6899622dc4eb31678b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/rich-text.js\":{\"d\":1558551127,\"h\":\"f26fd86d54e406c441c32d25c2baaecd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/priority-queue.min.js\":{\"d\":1557300708,\"h\":\"ec4d6cdbbbcb33554355e37e60d780e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/dom.min.js\":{\"d\":1558551127,\"h\":\"5f77096af37563d6de3107873f744022\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/is-shallow-equal.js\":{\"d\":1557300708,\"h\":\"648aa419fdf18a5ab737dbbcd83c4201\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/hooks.min.js\":{\"d\":1557300708,\"h\":\"d9fd81f370f535bb10e54ea7c42ef099\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/redux-routine.js\":{\"d\":1557300708,\"h\":\"7afef25c194892b0cd2daa36dfcdcf2f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/dom.js\":{\"d\":1558551127,\"h\":\"dbb3dfa3c1256ef2d6222ccb3cd482e2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/editor.js\":{\"d\":1560911419,\"h\":\"ab5e2269551288bd648c259ce2d3e1be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/block-serialization-default-parser.min.js\":{\"d\":1557300708,\"h\":\"acde1b98f59602f08ceb5fd36bd116de\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/escape-html.js\":{\"d\":1557300708,\"h\":\"47aeb04222c3631c12d89f92f555c640\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/autop.js\":{\"d\":1557300708,\"h\":\"14123b164f7ad2487fa8e143d22ac143\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/compose.min.js\":{\"d\":1557300708,\"h\":\"45a96c9d47bae98f108e64e2b2a66270\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/notices.js\":{\"d\":1557300708,\"h\":\"57f535968b993b74aaee4b2d6fc6b465\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/i18n.min.js\":{\"d\":1557300708,\"h\":\"f9bba0a9887d37c9a77856c92106c9e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/components.js\":{\"d\":1557300708,\"h\":\"3b8ab0e0e89de6e23fa254fcc917bedf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/element.min.js\":{\"d\":1557300708,\"h\":\"672ab7c0d147a163c03f81a015d1f235\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/hooks.js\":{\"d\":1557300708,\"h\":\"23352b6c517082b20c00a8b7214f0b3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/shortcode.js\":{\"d\":1557300708,\"h\":\"4cc94e39247daee4a2000aa3503ff215\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/core-data.min.js\":{\"d\":1557300708,\"h\":\"4e11a15c78ad0a4058eaf79431984730\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/block-library.js\":{\"d\":1557300708,\"h\":\"d89c10f1291f8a91b7fc792102e9a50f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/keycodes.min.js\":{\"d\":1557300708,\"h\":\"b29b25b69e966f8e7d01ff3b0c33e487\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/viewport.min.js\":{\"d\":1557300708,\"h\":\"f644859508f334d4ff334de7f0ba9291\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/rich-text.min.js\":{\"d\":1558551127,\"h\":\"38e202bee269957a40daaa5fff2e98fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/plugins.js\":{\"d\":1557300708,\"h\":\"82268e20e6668545503caccea9e48fe2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/nux.min.js\":{\"d\":1557300708,\"h\":\"b5b93be950c5d3a6e194e94cfdfbdcb5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/shortcode.min.js\":{\"d\":1557300708,\"h\":\"9fd866d09fc09024aac82a01af9c2b04\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/html-entities.js\":{\"d\":1557300708,\"h\":\"4e1093a0eb3233815ff119a59aa3da12\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/plugins.min.js\":{\"d\":1557300708,\"h\":\"16c85d6dab8967f3ba89b82bfbd64b9c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/priority-queue.js\":{\"d\":1557300708,\"h\":\"14abf08e7d04fcb87075c1648604a5a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/list-reusable-blocks.js\":{\"d\":1557300708,\"h\":\"08b1277b8584f3a9b4da31de1f6b26eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/dom-ready.min.js\":{\"d\":1557300708,\"h\":\"ef19702e3c41e2b060de992a2bd2dd66\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/blocks.js\":{\"d\":1558551127,\"h\":\"f8e70eee74b9fada4d55fe508400eff3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/data.min.js\":{\"d\":1557300708,\"h\":\"ae925003420ddd0a00ca0b9dede3911e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/block-editor.min.js\":{\"d\":1560911419,\"h\":\"5b66060e4feb58f2e0a202c192d6200d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/i18n.js\":{\"d\":1557300708,\"h\":\"04879f14a95cd381ffe4198d685f9493\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/block-serialization-default-parser.js\":{\"d\":1557300708,\"h\":\"70b8c60b095f1d4eddeb602e80d7cb85\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/notices.min.js\":{\"d\":1557300708,\"h\":\"57ec282267670a8099098c610c266afe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/components.min.js\":{\"d\":1557300708,\"h\":\"11fe173edfba0532a0a8cf7bd5a205f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/edit-post.min.js\":{\"d\":1557300708,\"h\":\"049c4a73407e96192a0ac3cc896a4de5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/blob.min.js\":{\"d\":1557300708,\"h\":\"d4272a74803c18ece3799c135f196ab0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/format-library.js\":{\"d\":1558551127,\"h\":\"fc5024975c3d2bc66aa6aeee06647e15\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/block-library.min.js\":{\"d\":1557300708,\"h\":\"98bde7733f06287852aecf081701fd15\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/core-data.js\":{\"d\":1557300708,\"h\":\"72ce8e024f83842696876fbe0b892c73\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/autop.min.js\":{\"d\":1557300708,\"h\":\"6284d2de63c7aee03f2278c7dc98356c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/deprecated.js\":{\"d\":1557300708,\"h\":\"762e5549e126269285769457c2bb3ddb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/redux-routine.min.js\":{\"d\":1557300708,\"h\":\"7a44fe509e3d08f766318638d81fa55d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/keycodes.js\":{\"d\":1557300708,\"h\":\"094e9a4938e3845babaf160eacb7d657\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/nux.js\":{\"d\":1557300708,\"h\":\"79fb8c5a535be1a6085cef841c12a1bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/wordcount.js\":{\"d\":1557300708,\"h\":\"ef5f88e073dfcb14615a7037ebd14d5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/deprecated.min.js\":{\"d\":1557300708,\"h\":\"bb93233b0856b933d5fed37eed889fc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/blob.js\":{\"d\":1557300708,\"h\":\"cdd5db3c87800508f5e73210f76c4c88\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/a11y.js\":{\"d\":1557300708,\"h\":\"1a379c26f6d2df6017d269402c6237d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/wordcount.min.js\":{\"d\":1557300708,\"h\":\"ec3e571129e51f249ba65f8510707637\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/data.js\":{\"d\":1557300708,\"h\":\"d4dd45e5ed9e1a5015652407e00b2c2d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/block-editor.js\":{\"d\":1560911419,\"h\":\"39a0a9870ad473ff94d0aa5f3c8c6bf4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/token-list.js\":{\"d\":1557300708,\"h\":\"42ad764acc204932657d4a003ba53c9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/editor.min.js\":{\"d\":1560911419,\"h\":\"1541bad21f42a3954d3c9a599d83da7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/compose.js\":{\"d\":1557300708,\"h\":\"48303ce765732dd6dec6002e9fb6c2b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/dom-ready.js\":{\"d\":1557300708,\"h\":\"362658e6685350fbd7085f492d41d2f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/edit-post.js\":{\"d\":1557300708,\"h\":\"4d75a79aec7e44bd8e9ecb609af8ef0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/html-entities.min.js\":{\"d\":1557300708,\"h\":\"e83cc08139f59d9c7b2a844d0f157ae6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/dist\\/url.min.js\":{\"d\":1557300708,\"h\":\"35acce22efd4f6d2f6f9475813822cd2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/autocomplete.min.js\":{\"d\":1501878829,\"h\":\"d0ff3eba6258651773c3a5cc909efde6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/button.min.js\":{\"d\":1501878829,\"h\":\"2ce99e1ed08df351e6a58eb4b6bcbfa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/effect-scale.min.js\":{\"d\":1501878829,\"h\":\"d57d0830652c29c3e0e301b02b6db754\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/effect-blind.min.js\":{\"d\":1501878829,\"h\":\"addbe09f173c4f1bd86d41ac5f3b4f4c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/mouse.min.js\":{\"d\":1501878829,\"h\":\"82835a8960ddd73020389dbfa45c39a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/effect.min.js\":{\"d\":1501878829,\"h\":\"3f7161cf139d5a2c5e6d34e1c0026f9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/position.min.js\":{\"d\":1501878829,\"h\":\"1c4a13edec1958817e83433aeaa42f62\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/effect-clip.min.js\":{\"d\":1501878829,\"h\":\"c7939457e8ab231b951713475a056173\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/slider.min.js\":{\"d\":1501878829,\"h\":\"9408efe2ce5a6b4364f34cbda02f814b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/spinner.min.js\":{\"d\":1501878829,\"h\":\"3acf32da612bf35221c09394856591dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/effect-highlight.min.js\":{\"d\":1501878829,\"h\":\"95e8ebe62adf187fb4c3b84eb5bef821\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/resizable.min.js\":{\"d\":1501878829,\"h\":\"a5001032177c492cf0ff7c86bc01169f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/core.min.js\":{\"d\":1501878829,\"h\":\"9ce4e157448487d4efe0ca538f656a71\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/effect-pulsate.min.js\":{\"d\":1501878829,\"h\":\"bf836f20530440115a2a8487ca7021c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/widget.min.js\":{\"d\":1501878829,\"h\":\"8cf7f36bbd79bc0664b6113f7a7837fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/draggable.min.js\":{\"d\":1501878829,\"h\":\"443c277789baf69c490019d59c1b36ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/effect-slide.min.js\":{\"d\":1501878829,\"h\":\"fa23475fb01c8f4d56da98ca0c1179b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/tabs.min.js\":{\"d\":1501878829,\"h\":\"5330c83425ab1b8f67ce63f741427adb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/selectable.min.js\":{\"d\":1501878829,\"h\":\"b632add191ecae92e6a7b6b97212a640\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/effect-puff.min.js\":{\"d\":1501878829,\"h\":\"fe496d6c9d63bc47854084c8b3fc20d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/dialog.min.js\":{\"d\":1501878829,\"h\":\"3ecd9590aac778514f4e69975ed91a62\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/accordion.min.js\":{\"d\":1501878829,\"h\":\"334c2ffb0b086ffc0f6f192ea120f3c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/datepicker.min.js\":{\"d\":1501878829,\"h\":\"cfb63dc18fde53fef4d4fdc19ddfdcd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/progressbar.min.js\":{\"d\":1501878829,\"h\":\"b94d71da54d9b4413ffa4c7d792269c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/menu.min.js\":{\"d\":1501878829,\"h\":\"c91cfff50715441295fe7463bb5d3894\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/effect-size.min.js\":{\"d\":1501878829,\"h\":\"b00e3dfd6eebccd5ea9aeb3293d85a25\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/selectmenu.min.js\":{\"d\":1501878829,\"h\":\"cb7db4cbaa328e395a680c78692236f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/effect-shake.min.js\":{\"d\":1501878829,\"h\":\"260cbafcbcedc23348a371cb80083112\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/effect-fade.min.js\":{\"d\":1501878829,\"h\":\"9f6fd64f4f5ff5893b7b72a235246d0c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/effect-explode.min.js\":{\"d\":1501878829,\"h\":\"c0df625cca418cfd803a11514a3dd1e6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/droppable.min.js\":{\"d\":1501878829,\"h\":\"debf5224c4162887d1a6e3198ed953d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/effect-fold.min.js\":{\"d\":1501878829,\"h\":\"8d365ec1b3a7ee82f93c9afd441e456c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/sortable.min.js\":{\"d\":1501878829,\"h\":\"2896e90cc17e9abc160ed96bb86b07e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/effect-drop.min.js\":{\"d\":1501878829,\"h\":\"57fe560887cac7a5b2598188463290e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/effect-bounce.min.js\":{\"d\":1501878829,\"h\":\"4bc4c97924bea4bf7b04d7b46ff4f64c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/tooltip.min.js\":{\"d\":1501878829,\"h\":\"443f68690d84eee42cf3019071340730\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/ui\\/effect-transfer.min.js\":{\"d\":1501878829,\"h\":\"07e5b0dea800777dd2108788b56ef90b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/jquery.serialize-object.js\":{\"d\":1501878829,\"h\":\"d15c29a18d9ffa8b9b4ae86c3c0cfa22\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/jquery.form.js\":{\"d\":1510798911,\"h\":\"d08a6e3d69ffe1088166ae1983e2355d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/jquery.masonry.min.js\":{\"d\":1501878829,\"h\":\"cd0eb3406096ff80266e7c9d7d419186\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/jquery-migrate.js\":{\"d\":1550795202,\"h\":\"351c89ef1b09861916f4f022db000832\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/jquery.table-hotkeys.js\":{\"d\":1501878829,\"h\":\"a706ead694231e74fd6750b1670580a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/jquery.schedule.js\":{\"d\":1501878829,\"h\":\"0426b39754aa6bc766d89ea4c41bbd06\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/suggest.min.js\":{\"d\":1501878829,\"h\":\"7311075c2b411b299c94e36e2e3bab89\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/jquery-migrate.min.js\":{\"d\":1501878829,\"h\":\"7121994eec5320fbe6586463bf9651c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/jquery.ui.touch-punch.js\":{\"d\":1501878829,\"h\":\"4cc86d1003c45134d6838f13e3885db1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/jquery.hotkeys.min.js\":{\"d\":1501878829,\"h\":\"e353217d4555ab5c62b367be6889813d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/suggest.js\":{\"d\":1501878829,\"h\":\"3a2474569145d51ecabf7fc4fb078982\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/jquery.table-hotkeys.min.js\":{\"d\":1501878829,\"h\":\"e56f81676f199db7bf937e69a64909fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/jquery.form.min.js\":{\"d\":1550795202,\"h\":\"26737b44eebb5d66ee9af634a284b602\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/jquery.js\":{\"d\":1558551127,\"h\":\"49edccea2e7ba985cadc9ba0531cbed1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/jquery.hotkeys.js\":{\"d\":1501878829,\"h\":\"e29483a8ca26a0dd8b0d1146c6b0a6e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/jquery.color.min.js\":{\"d\":1501878829,\"h\":\"ff2db8dbf145ce47f31781eef33e764a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/jquery\\/jquery.query.js\":{\"d\":1501878829,\"h\":\"3bcc587af2c7b01fc6fbc9c077050143\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/themes\\/modern\\/theme.min.js\":{\"d\":1558551127,\"h\":\"6ffeeca19829c98e1da5d5496fe415db\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/themes\\/modern\\/theme.js\":{\"d\":1558551127,\"h\":\"94a15198144af9962df61ed927e23f1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/themes\\/inlite\\/theme.min.js\":{\"d\":1558551127,\"h\":\"ebd38a888450ac2bffe8115c8db03481\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/themes\\/inlite\\/theme.js\":{\"d\":1558551127,\"h\":\"e41a93fa397a59a3805d4271592a6d40\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/colorpicker\\/plugin.min.js\":{\"d\":1527161302,\"h\":\"cdb6a59abe551818e8a3a6d61b68e00e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/colorpicker\\/plugin.js\":{\"d\":1550795202,\"h\":\"1f2043b8c3c8ad3f64847bd7ad568581\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/hr\\/plugin.min.js\":{\"d\":1527161302,\"h\":\"0911253e82299afa85c2950c033bb68f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/hr\\/plugin.js\":{\"d\":1550795202,\"h\":\"a40ec96b2b25c1356c33e6c1212db9b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/textcolor\\/plugin.min.js\":{\"d\":1550795202,\"h\":\"c4dc76993c68e4e4e8f0ceeeff70fc0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/textcolor\\/plugin.js\":{\"d\":1550795202,\"h\":\"02dc2569a033c9e1d6c966e4e8fbdade\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpview\\/plugin.min.js\":{\"d\":1550795202,\"h\":\"1453c4441307c2cc637c67710b527e7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpview\\/plugin.js\":{\"d\":1550795202,\"h\":\"02f855357080d85d6d2f74e1358f198f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpautoresize\\/plugin.min.js\":{\"d\":1501878829,\"h\":\"8607e87dcbb351d067d1a54485e8a357\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpautoresize\\/plugin.js\":{\"d\":1501878829,\"h\":\"640cbc0058638c4fb0400370dbcf25a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/compat3x\\/css\\/dialog.css\":{\"d\":1501878829,\"h\":\"e5313168fb2b657a4bd2f5e06b931a22\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/compat3x\\/plugin.min.js\":{\"d\":1527161302,\"h\":\"4c927b02ec9bc57017eab8d7b6dcd2a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/compat3x\\/plugin.js\":{\"d\":1527161302,\"h\":\"2bdb6ec1c3d931d9ecbb169fcf6f5662\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/tabfocus\\/plugin.min.js\":{\"d\":1558551127,\"h\":\"c221f3fd3ce085bb175deabbd1720788\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/tabfocus\\/plugin.js\":{\"d\":1558551127,\"h\":\"a699cf8ec50c40ef2f404dfc6df34ed9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/directionality\\/plugin.min.js\":{\"d\":1527161302,\"h\":\"884572e84844add444b1c133a61f9a40\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/directionality\\/plugin.js\":{\"d\":1550795202,\"h\":\"2601d622e85809262029c6cf3dca8024\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/charmap\\/plugin.min.js\":{\"d\":1527161302,\"h\":\"3d42b6ec9f848bb610500d4cf6e2a00c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/charmap\\/plugin.js\":{\"d\":1550795202,\"h\":\"9bb2e1a85cf507d3355ec0cc0bf9b518\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/image\\/plugin.min.js\":{\"d\":1558551127,\"h\":\"50bb8db93582d62b01ecb32d3f0f819e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/image\\/plugin.js\":{\"d\":1558551127,\"h\":\"c2322e331f19d4449396c292b5d40343\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/fullscreen\\/plugin.min.js\":{\"d\":1558551127,\"h\":\"d2923af1854be05bcf49775c89aa6798\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/fullscreen\\/plugin.js\":{\"d\":1558551127,\"h\":\"591f9bbbaefec332c4b00d6d7d25a1c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/wplink\\/plugin.min.js\":{\"d\":1550795202,\"h\":\"587d485725001ad69b66564ad7f92067\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/wplink\\/plugin.js\":{\"d\":1550795202,\"h\":\"a057a76f743909bce2a9e2f43b888e22\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpgallery\\/plugin.min.js\":{\"d\":1501878829,\"h\":\"04fb37608ef94f9a747901b2f98b4fce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpgallery\\/plugin.js\":{\"d\":1501878829,\"h\":\"9d48345044e6111fbeb9d2fb444d5c49\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/link\\/plugin.min.js\":{\"d\":1558551127,\"h\":\"b0f6565c1b120a5dcce1014bfb7327a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/link\\/plugin.js\":{\"d\":1558551127,\"h\":\"f82a4e04c8926d51b90680aecc07b9c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/wordpress\\/plugin.min.js\":{\"d\":1557300708,\"h\":\"7a3c939a198ba5e0ac4145a731f17127\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/wordpress\\/plugin.js\":{\"d\":1557300708,\"h\":\"b8eab0015d30532664714ef9c9cc4801\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpdialogs\\/plugin.min.js\":{\"d\":1501878829,\"h\":\"eafbb1478981e337981d287474e240b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpdialogs\\/plugin.js\":{\"d\":1501878829,\"h\":\"06f7aecb5bdfa28739eea0a498d15a81\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpemoji\\/plugin.min.js\":{\"d\":1550795202,\"h\":\"cdabff9760b3ee59012f88238165a5d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpemoji\\/plugin.js\":{\"d\":1550795202,\"h\":\"671c895cbc8044b1c6145fba999eea7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpeditimage\\/plugin.min.js\":{\"d\":1550795202,\"h\":\"98484c4d2af4382680965d96053a78d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/wpeditimage\\/plugin.js\":{\"d\":1550795202,\"h\":\"39d6da8be0e91e0150c0684f8b9b7274\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/lists\\/plugin.min.js\":{\"d\":1558551127,\"h\":\"aac38cc02ba368de90157c29049151a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/lists\\/plugin.js\":{\"d\":1558551127,\"h\":\"f27f6e413858324dfb9751a089df550d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/media\\/plugin.min.js\":{\"d\":1527161302,\"h\":\"111e5c52d4d0f2d41fc16f65884954bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/media\\/plugin.js\":{\"d\":1550795202,\"h\":\"077519f391906aea6aa945761a290b3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/wptextpattern\\/plugin.min.js\":{\"d\":1501878829,\"h\":\"a92e4569e92450776f18e0bb6ddae1b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/wptextpattern\\/plugin.js\":{\"d\":1501878829,\"h\":\"bbe31109bb4a2955ac73c0b0ac1e8d8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/paste\\/plugin.min.js\":{\"d\":1558551127,\"h\":\"079d5fa2e5111e6f0a10ed6cbf7d9b80\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/plugins\\/paste\\/plugin.js\":{\"d\":1558551127,\"h\":\"0a025aad30fc446433312fbfd7b41bde\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/utils\\/mctabs.js\":{\"d\":1510798912,\"h\":\"eb81a1ec2259f9b1b4933e7855e5ada3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/utils\\/editable_selects.js\":{\"d\":1501878829,\"h\":\"a14a93897132a4a24927c64a9739ff45\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/utils\\/form_utils.js\":{\"d\":1501878829,\"h\":\"bf88fc6ca25582825493849f19fa4c69\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/utils\\/validate.js\":{\"d\":1527161302,\"h\":\"434cc20c313f6f2b033b84f8fb7b5986\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce-small.ttf\":{\"d\":1501878829,\"h\":\"28806940c647cf671bebf4ae0630e570\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce.ttf\":{\"d\":1550795202,\"h\":\"db33e7676b65cdbfddbe8cdce17ca068\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce.woff\":{\"d\":1550795202,\"h\":\"50c955d592e8a54a0e4cb4936d386076\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce-small.eot\":{\"d\":1501878829,\"h\":\"12d26c285b71d790f4b0c94423ef1f99\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce-small.woff\":{\"d\":1501878829,\"h\":\"7e0c88f02dcaf2f78c90b4dc7827b709\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/fonts\\/tinymce.eot\":{\"d\":1550795202,\"h\":\"06189313e1c7504e1edaa12766c2cfd9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/content.inline.min.css\":{\"d\":1533318837,\"h\":\"0de56511864c9de2a5cdb878010fc550\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/content.min.css\":{\"d\":1533318837,\"h\":\"0be8f6d47b7eb85f49cbb5b54feb4b40\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/skins\\/lightgray\\/skin.min.css\":{\"d\":1558551127,\"h\":\"535a474e0799c2da9168379230ea07fd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/skins\\/wordpress\\/wp-content.css\":{\"d\":1533318837,\"h\":\"8091ca12bafbea286c007455dd00ed62\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/langs\\/wp-langs-en.js\":{\"d\":1501878829,\"h\":\"08f8669f7453b17563a62e6bbb376137\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/wp-tinymce.js\":{\"d\":1558551127,\"h\":\"459c552c4fed71b308d2fca0ed9ea37c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/tinymce.min.js\":{\"d\":1558551127,\"h\":\"40b86d22b39ba7ebb195a9fe7d10ff28\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/license.txt\":{\"d\":1501878829,\"h\":\"6f9589e0c8df783acd1760d203bafffa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/tiny_mce_popup.js\":{\"d\":1510798912,\"h\":\"4237af4931ba3003048f8eb5b98364c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tinymce\\/wp-tinymce.php\":{\"d\":1550795202,\"h\":\"4b5df6d77725973a2635f08e16e2603d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/swfupload\\/swfupload.js\":{\"d\":1510798912,\"h\":\"ccd72399988bf939dce13e2659526711\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/swfupload\\/license.txt\":{\"d\":1501878829,\"h\":\"cbe05bb060c85e07882dc06ff751577a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/swfupload\\/handlers.js\":{\"d\":1510798912,\"h\":\"c2c1ec2ac323cd308b2dc6d58370f514\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/swfupload\\/handlers.min.js\":{\"d\":1510798912,\"h\":\"6a8fbcda994be17e7109f588fcd8633d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mediaelement\\/renderers\\/vimeo.js\":{\"d\":1510798911,\"h\":\"5c12dccb796dfc0f9bef9745965cf595\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mediaelement\\/renderers\\/vimeo.min.js\":{\"d\":1510798911,\"h\":\"4e3e1ef6029d44a9362f7ea746b87994\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mediaelement\\/mediaelementplayer-legacy.css\":{\"d\":1510798911,\"h\":\"c4eb4f7315c64a37361986e2e5d3314e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mediaelement\\/mediaelement.min.js\":{\"d\":1510798911,\"h\":\"dec8fc8727389a7b012257960f663dff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mediaelement\\/mediaelement.js\":{\"d\":1510798911,\"h\":\"f3b0e2379715e4ae6d15748d14a6dca1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mediaelement\\/mediaelement-migrate.js\":{\"d\":1510798911,\"h\":\"3cb6030743925f687ad3043384ed3c37\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mediaelement\\/mediaelementplayer.css\":{\"d\":1510798911,\"h\":\"957da4b922728f725cb6369cc9f28957\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mediaelement\\/mediaelement-migrate.min.js\":{\"d\":1510798911,\"h\":\"3fefcdeb28220a3107a61ca3af3070f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mediaelement\\/wp-mediaelement.js\":{\"d\":1550795202,\"h\":\"03bd5bce1479cfa83e955c1392efb02e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mediaelement\\/mediaelementplayer-legacy.min.css\":{\"d\":1510798911,\"h\":\"a7f30f0c309921a487640a98569cba90\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mediaelement\\/mediaelement-and-player.min.js\":{\"d\":1510798911,\"h\":\"0c279a4de1ca848917f96892e58345d2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mediaelement\\/mediaelement-and-player.js\":{\"d\":1510798911,\"h\":\"bfa6a78578b3e436a00cddf75420469a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mediaelement\\/wp-mediaelement.min.js\":{\"d\":1517892470,\"h\":\"5d06470c0ac27ec77a1a6352f0558e35\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mediaelement\\/wp-playlist.min.js\":{\"d\":1517892470,\"h\":\"5fb749f8adce337f9f303136821bdf5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mediaelement\\/wp-mediaelement.css\":{\"d\":1510798911,\"h\":\"6a350c561385084ca1b185cd812e7f43\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mediaelement\\/wp-playlist.js\":{\"d\":1550795202,\"h\":\"92f80679cff32ca6b23ba0137731b5fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mediaelement\\/mediaelementplayer.min.css\":{\"d\":1510798911,\"h\":\"3207ef8ba63ea7671e48d937393967e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mediaelement\\/wp-mediaelement.min.css\":{\"d\":1544165174,\"h\":\"2b5b1702953af1d79db2e16f477fc709\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/codemirror\\/jsonlint.js\":{\"d\":1510798912,\"h\":\"49296679dee36b0c548c2bcaed3cd59f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/codemirror\\/fakejshint.js\":{\"d\":1550795202,\"h\":\"35c876f72c524f6c78065d4a27294b1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/codemirror\\/htmlhint.js\":{\"d\":1510798912,\"h\":\"b532ec7cd19faf478c4d740b5035a7ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/codemirror\\/esprima.js\":{\"d\":1550795202,\"h\":\"645f991220db5392f167abb9d99bb493\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/codemirror\\/htmlhint-kses.js\":{\"d\":1510798912,\"h\":\"eefd81f25baeb66b5bf323634c667b1b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/codemirror\\/codemirror.min.js\":{\"d\":1510798912,\"h\":\"f2d20913fc0766828268883b66af71ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/codemirror\\/codemirror.min.css\":{\"d\":1510798912,\"h\":\"a632336ab79ded318dc02844c4faf3b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/codemirror\\/csslint.js\":{\"d\":1510798912,\"h\":\"e1b73b2ee9f94bd0f0cace5f09fd8251\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-custom-header.min.js\":{\"d\":1501878829,\"h\":\"802bee0e5f600483e0247f59b3b329b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/zxcvbn-async.js\":{\"d\":1550795202,\"h\":\"133d902461d45b5a46295e0a9f13f17e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/swfobject.js\":{\"d\":1501878829,\"h\":\"9ffdba2cff497d701684657e329871f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/api-request.min.js\":{\"d\":1544165174,\"h\":\"b1ae1aa42eaf4df3fdc59777f5ec7437\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/customize-selective-refresh.js\":{\"d\":1550795202,\"h\":\"d5e80910e6bcb047f36fa770e5af9b7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/autosave.min.js\":{\"d\":1501878828,\"h\":\"c2366b7de7027d09661ecdde0c8d1025\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/media-editor.min.js\":{\"d\":1501878829,\"h\":\"79cf51bae2593b7ac27b73789e43646d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-auth-check.min.js\":{\"d\":1501878828,\"h\":\"99c97a7d6ad9e1ba06bbd76f29ecaad6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/customize-selective-refresh.min.js\":{\"d\":1517892470,\"h\":\"aefff2962b2f3da789019ca890e97f83\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/zxcvbn.min.js\":{\"d\":1501878828,\"h\":\"a0ba2f2c8a1dd2594208e4f45b50b390\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/zxcvbn-async.min.js\":{\"d\":1501878829,\"h\":\"3196e9b61f703909e139ce7e049a7ffd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/customize-preview-widgets.min.js\":{\"d\":1510798911,\"h\":\"a5f3b545a796e07e300f08d3c1e5386b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wplink.js\":{\"d\":1550795202,\"h\":\"ccf54fa65c9b33ce8d2069bd8e3fa0c4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-sanitize.js\":{\"d\":1567686776,\"h\":\"be9dc83a6b99eaf3458b743651d01b99\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-backbone.min.js\":{\"d\":1501878829,\"h\":\"b978d3c20a25ca1d36c1688c298c8239\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/media-audiovideo.js\":{\"d\":1550795202,\"h\":\"c75f0993477d7c824f929b5c3d788ea8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/customize-views.min.js\":{\"d\":1501878828,\"h\":\"000d91b0de96556e03c3053f728b2987\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/customize-preview.js\":{\"d\":1550795202,\"h\":\"ed68f9b2b0bc3518687aeb93d4d53950\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-ajax-response.min.js\":{\"d\":1550795202,\"h\":\"53941ae215227db2556187ffa881e4ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/media-grid.min.js\":{\"d\":1567686776,\"h\":\"f7c7b421dade9edb8932bd04ca50233a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mce-view.min.js\":{\"d\":1516154156,\"h\":\"280263cbe063651d578398c8d4046cc8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/customize-preview.min.js\":{\"d\":1550795202,\"h\":\"1ad333686be390fb54544cb0c3214c1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-emoji-loader.js\":{\"d\":1557300708,\"h\":\"0712b4b1e4761d9b32654d905e41a2e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-embed-template.min.js\":{\"d\":1501878829,\"h\":\"c05d678a8197a72c4a44bf540017278a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/media-grid.js\":{\"d\":1567686776,\"h\":\"4c9e03f3ca3f12ac8c820bca5bc48b5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/media-views.min.js\":{\"d\":1567686776,\"h\":\"794fdfb3cf964780644b034fce9fa3cc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-pointer.min.js\":{\"d\":1501878828,\"h\":\"368f987c644d70580097e48066c99082\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tw-sack.min.js\":{\"d\":1501878829,\"h\":\"bc4487194e1f88126b8a500ad47e6889\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-pointer.js\":{\"d\":1550795202,\"h\":\"7c3581af000bc58db4f8129ba6cd12b2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/customize-base.js\":{\"d\":1550795202,\"h\":\"811878a3509b308b50bc004360e5eec7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/utils.js\":{\"d\":1550795202,\"h\":\"3328e64dc78c8f83b8a976dd416b1269\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/autosave.js\":{\"d\":1550795202,\"h\":\"e0024121a80cefb48c958fc6995db24b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/media-models.min.js\":{\"d\":1550795201,\"h\":\"0e6f148cf0f67e2d29308754faef6829\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/clipboard.js\":{\"d\":1557300708,\"h\":\"945fc983fe7bb6fbf3d3ad76f5246b11\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/backbone.min.js\":{\"d\":1550795202,\"h\":\"710b5fe97d75f4305cd8dd472aae4132\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wpdialog.min.js\":{\"d\":1501878829,\"h\":\"d22d9fa5bb00ba0667080da846c4a1be\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-emoji.min.js\":{\"d\":1501878829,\"h\":\"1acdd0cd523695bd920ccc418b0678c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-a11y.js\":{\"d\":1567686776,\"h\":\"cd187287656f5a29a85e557f572f3edc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-api.min.js\":{\"d\":1544165174,\"h\":\"8cf9672daeca232b3c1f93b1e8d130b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wplink.min.js\":{\"d\":1550795202,\"h\":\"e4c3fca615d78a5b856fa3ebbb4c676c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/heartbeat.min.js\":{\"d\":1544165174,\"h\":\"37ce90356b4d2587270f9f9fce795035\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/shortcode.js\":{\"d\":1550795202,\"h\":\"e97bf5b755c0c98bc63ed715b7fb3ff9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-a11y.min.js\":{\"d\":1567686776,\"h\":\"5101bab08ad453ef4ef7313918074a14\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/customize-loader.js\":{\"d\":1550795202,\"h\":\"43b25764a6f643073ba0e4152c6365a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-embed.min.js\":{\"d\":1544165174,\"h\":\"2dce40d16f9ff6332d3cbb7ae488a2b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-backbone.js\":{\"d\":1550795202,\"h\":\"ba62f36757662e2bb4585c05dedfd070\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/customize-preview-nav-menus.min.js\":{\"d\":1501878828,\"h\":\"526952e7a87a339b276f5dcfc96c5176\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/masonry.min.js\":{\"d\":1550795202,\"h\":\"c54e75edf5cbaf412bc16ba4145f6032\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/customize-loader.min.js\":{\"d\":1510798911,\"h\":\"31d9f8e828b08e3de1c3922fd12161ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/shortcode.min.js\":{\"d\":1510798911,\"h\":\"1c041f7f933a23946e80dc51b5e1c938\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-emoji.js\":{\"d\":1550795202,\"h\":\"5a881bd372a52591d5972df05e9fab63\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/json2.js\":{\"d\":1501878829,\"h\":\"73a1d77b4e827c45061f4fab041030a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/clipboard.min.js\":{\"d\":1557300708,\"h\":\"aaae8ad0eeed6275f0ef60bcc496c4fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/backbone.js\":{\"d\":1550795202,\"h\":\"8a8d829617513f36185a0ab055d088ec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/comment-reply.js\":{\"d\":1552458232,\"h\":\"34b2e8e0aa667614a0d5f5a51c495523\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-embed-template.js\":{\"d\":1550795202,\"h\":\"dbd0d1fb592c2e6eb891e7321206518b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/twemoji.js\":{\"d\":1557300708,\"h\":\"bdeb78768f3f5a5613495826ad543a69\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/customize-views.js\":{\"d\":1550795202,\"h\":\"22729b3c60a2f3c416c5f944cd01e285\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/admin-bar.js\":{\"d\":1550795202,\"h\":\"6de7978f0a6608308e9156f4a357ce26\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/media-models.js\":{\"d\":1550795202,\"h\":\"a5e3ef6d503193408be3c987f0bfbb9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-sanitize.min.js\":{\"d\":1567686776,\"h\":\"3e03f2d302e5c48328d7bbf14a518f5e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/media-views.js\":{\"d\":1567686776,\"h\":\"d461e034658d9fd174aa60691a242a1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-api.js\":{\"d\":1550795202,\"h\":\"4a2494492cfb02a215d3a171ee869028\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/customize-preview-nav-menus.js\":{\"d\":1550795202,\"h\":\"bfdaaed26c7669aba522ef65bdcdd778\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-list-revisions.min.js\":{\"d\":1501878828,\"h\":\"d252f431d400b696e25ca9fec9a1113e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-list-revisions.js\":{\"d\":1550795202,\"h\":\"5019624f50b503784fa5727337a9b532\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-lists.min.js\":{\"d\":1501878829,\"h\":\"7df18b42cbd5cbaa5067c06f57aa876b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wpdialog.js\":{\"d\":1550795202,\"h\":\"c6b779020a09eebd206570dcd4a90666\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/customize-models.min.js\":{\"d\":1510798912,\"h\":\"1f1c22726066146cbe889da7288dd45b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/underscore.js\":{\"d\":1550795202,\"h\":\"f893e294cde60c2462cb19b35aac431b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/imagesloaded.min.js\":{\"d\":1550795202,\"h\":\"7e97ab52c3df75e9053002bb59f2cdd5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-emoji-loader.min.js\":{\"d\":1557300708,\"h\":\"3f3c006ec5abc419c38a50107e3854cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/twemoji.min.js\":{\"d\":1557300708,\"h\":\"bcfb47f222286294b85658e5c48271b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/utils.min.js\":{\"d\":1550795202,\"h\":\"b281e77e23b0bc3cc9c19cb36e7e6286\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/quicktags.js\":{\"d\":1550795202,\"h\":\"f7f1cad5bc1ad060439835b57d263709\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/media-audiovideo.min.js\":{\"d\":1550795202,\"h\":\"c3fd752894ae74b3f9f1b443b30c813d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/quicktags.min.js\":{\"d\":1550795201,\"h\":\"ed0bdd8e94c8119ba32f0cccb0fa6ee3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-emoji-release.min.js\":{\"d\":1557300708,\"h\":\"fd997843190935059fe09163ecf229a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/customize-preview-widgets.js\":{\"d\":1550795202,\"h\":\"7a62917d11fdead57427817f23871ad5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/admin-bar.min.js\":{\"d\":1550795202,\"h\":\"3cd6f647119b7e18f59945d397c30c3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/mce-view.js\":{\"d\":1550795202,\"h\":\"946c78e0f2ae661b7ca6acb3a80987c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/underscore.min.js\":{\"d\":1550795201,\"h\":\"0bd7146b45c933ad9bfe210a41cd79b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-lists.js\":{\"d\":1550795201,\"h\":\"cd817551314bafab7fcbee0bac282570\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-auth-check.js\":{\"d\":1550795202,\"h\":\"d92e8027e527bd17fad278c48962d397\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/api-request.js\":{\"d\":1550795202,\"h\":\"a09e9e461e42babc0b6fb87ddab313b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/media-editor.js\":{\"d\":1550795202,\"h\":\"67730ca56853b59e34256a21239276ba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/colorpicker.js\":{\"d\":1501878829,\"h\":\"f01017ca562067f4840eb2b6f99f2daf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/heartbeat.js\":{\"d\":1550795202,\"h\":\"396bf1e95fa7f2b2162b2c2b46b7a15a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/colorpicker.min.js\":{\"d\":1501878829,\"h\":\"e186209dc41a59f2fb627c24e640712d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-embed.js\":{\"d\":1550795202,\"h\":\"23e24e824f384c5eb11e73576b4ac93c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-util.js\":{\"d\":1550795202,\"h\":\"2c02aa97431dfcc81a82c8f83ab1cd3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/comment-reply.min.js\":{\"d\":1552458232,\"h\":\"1d476ef0a02dea95add5d5e192d6c89a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/json2.min.js\":{\"d\":1501878829,\"h\":\"35d899a81986173f44f9bbe686cc583c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/customize-models.js\":{\"d\":1550795202,\"h\":\"edc8e3858fdd8365e03b244c9d368f37\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/tw-sack.js\":{\"d\":1501878828,\"h\":\"b989a5bd84f6ebcbc1393ec003e6e991\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-ajax-response.js\":{\"d\":1550795202,\"h\":\"f1eb3b28419b46bc4d93f760e543167d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/hoverIntent.min.js\":{\"d\":1501878829,\"h\":\"ca500ade854c31417faf5762e31b9d00\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/customize-base.min.js\":{\"d\":1510798911,\"h\":\"0bcc3681daa40ee2e0ecee241388a898\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-custom-header.js\":{\"d\":1550795202,\"h\":\"284b8547296847f3521f043cf87cdb34\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/hoverIntent.js\":{\"d\":1550795202,\"h\":\"c0d37a2f50f79db4eaaeb10c3c170990\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/js\\/wp-util.min.js\":{\"d\":1501878829,\"h\":\"83118aa939b5832dd4e1cad8b186012c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/fonts\\/dashicons.woff2\":{\"d\":1557300708,\"h\":\"e3ce3e0415834a28cb23ac40d5ef1acc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/fonts\\/dashicons.eot\":{\"d\":1557300708,\"h\":\"e0eef7c2c85fd5996597c086a87c0ece\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/fonts\\/dashicons.ttf\":{\"d\":1557300708,\"h\":\"f51888c22cfeae654d923aa37753f28e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/fonts\\/dashicons.woff\":{\"d\":1501878831,\"h\":\"0c1c1ad41c025f72592bca820e073bec\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-widget-media-audio.php\":{\"d\":1557300708,\"h\":\"4cb5dcb642ee249a5272c26a775b8851\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-nav-menu-widget.php\":{\"d\":1550795202,\"h\":\"e3712faffa7a0bc7c783d716672136c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-widget-rss.php\":{\"d\":1550795202,\"h\":\"9032ebc1438cc19e8f3c9ac97c38275a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-widget-media-video.php\":{\"d\":1557300708,\"h\":\"2d89967a2b73ea1ca953d5d522177a6c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-widget-calendar.php\":{\"d\":1550795202,\"h\":\"c676dd19c9fbd05b2275ea2e4a1903da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-widget-media-gallery.php\":{\"d\":1557300708,\"h\":\"3fbe9f726c8dbc5f6392d2fa23d5416f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-widget-media-image.php\":{\"d\":1557300708,\"h\":\"d1b0e094c9bc2ddf85d4df933021109d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-widget-custom-html.php\":{\"d\":1557300708,\"h\":\"0f6adfe2d6094dd855e58e3eb944f084\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-widget-meta.php\":{\"d\":1550795202,\"h\":\"f1f00ce9b29ee561a66c84e40bb65f09\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-widget-recent-posts.php\":{\"d\":1550795202,\"h\":\"1e507c8611ef3da07f8b8cc1555f7485\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-widget-tag-cloud.php\":{\"d\":1550795202,\"h\":\"d6a6c12f26ac1682e9d4a90f8ed1c229\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-widget-search.php\":{\"d\":1550795202,\"h\":\"89715deb2e95fa75dbffb170d0c4be3f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-widget-recent-comments.php\":{\"d\":1550795202,\"h\":\"f4338543902ee0f708a163146fa3839a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-widget-media.php\":{\"d\":1557300708,\"h\":\"36046a0ba91db7eb101463468997265f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-widget-categories.php\":{\"d\":1550795202,\"h\":\"39e687429feaa7eb1cfdd595959a4c42\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-widget-links.php\":{\"d\":1550795202,\"h\":\"50b30da656e2c0e32ddfc0bcab73a359\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-widget-text.php\":{\"d\":1557300708,\"h\":\"8943a718a06816e4126d69ab8957b93e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-widget-archives.php\":{\"d\":1557300708,\"h\":\"504529537103b23658e46f60dfaa692b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets\\/class-wp-widget-pages.php\":{\"d\":1550795202,\"h\":\"8da8638a72b8c6847eddb0f6e50ef717\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Text\\/Diff\\/Renderer\\/inline.php\":{\"d\":1501878828,\"h\":\"880ae56e35b150b4b2c7e9d94227e81e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Text\\/Diff\\/Engine\\/string.php\":{\"d\":1501878828,\"h\":\"3a11b1933d17fc4da9c3000cacef6929\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Text\\/Diff\\/Engine\\/xdiff.php\":{\"d\":1501878828,\"h\":\"d6b91fc8628a0c0474ad58389a475815\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Text\\/Diff\\/Engine\\/native.php\":{\"d\":1510798912,\"h\":\"af53f6d50c16840d93189e01247fd454\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Text\\/Diff\\/Engine\\/shell.php\":{\"d\":1510798912,\"h\":\"5adeb5d2b61c5f9cd3d14fc86faa5543\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Text\\/Diff\\/Renderer.php\":{\"d\":1501878828,\"h\":\"fc8720df4330b50f59374fdc40d94753\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Text\\/Diff.php\":{\"d\":1501878828,\"h\":\"6c70d59e9e9a6e9bd11537719313e32a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/certificates\\/ca-bundle.crt\":{\"d\":1501878830,\"h\":\"dd1c7bdebdfc411eb8a336e3d758692c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-item-setting.php\":{\"d\":1550795201,\"h\":\"a93714b1748f3f6b5ec2a4ee68b7dfba\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-locations-control.php\":{\"d\":1550795201,\"h\":\"4d3846bc8b84c5042f04e98bb588cbbf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-site-icon-control.php\":{\"d\":1557300708,\"h\":\"19461ce786f403087e7f15e25d67d269\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-section.php\":{\"d\":1550795201,\"h\":\"62540989ebe4ba014f392e36f30a2d80\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-filter-setting.php\":{\"d\":1510798911,\"h\":\"12184dddda606616afec00eca96975fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-background-image-setting.php\":{\"d\":1501878830,\"h\":\"29d940877494fe6a123233b413e39d57\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-control.php\":{\"d\":1557300708,\"h\":\"ddfdce8a69fc0ea2a7d5c02c0840699b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-themes-section.php\":{\"d\":1550795201,\"h\":\"f4682d3d9d4569d2a528355f9c920f10\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-custom-css-setting.php\":{\"d\":1550795201,\"h\":\"3310177975967f24650339b55b093f32\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-widget-area-customize-control.php\":{\"d\":1510798911,\"h\":\"931675e7cdb90f973773fb7199acb2b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-header-image-setting.php\":{\"d\":1550795201,\"h\":\"301d426ed040f4d342c4bb0ee83e0cc7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-upload-control.php\":{\"d\":1550795201,\"h\":\"8ed3fcd6698fed16c6d0dcd441f14dcb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-themes-panel.php\":{\"d\":1510798911,\"h\":\"7f537619b685fce5c2ac4644f094d611\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-widget-form-customize-control.php\":{\"d\":1557300708,\"h\":\"907bc5442a403613e1877bcf847da6e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-auto-add-control.php\":{\"d\":1510798911,\"h\":\"4eb22b0643232b7cf3665aa69d995de5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-nav-menus-panel.php\":{\"d\":1550795201,\"h\":\"aa99764bc9ecddd06f65df0da47f7f99\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-setting.php\":{\"d\":1550795201,\"h\":\"bd0bce1d44590e9b7df474c7a8bccd52\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-sidebar-section.php\":{\"d\":1550795201,\"h\":\"566aafbd42e1e1a2dbd8b1f4c5c18571\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-date-time-control.php\":{\"d\":1550795201,\"h\":\"ecbebc545bfe79f5607be95ac02fc60f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-image-control.php\":{\"d\":1550795201,\"h\":\"c648e6b8df876f1682b0a6c4014e4e3c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-new-menu-section.php\":{\"d\":1544165174,\"h\":\"3f3ddcca00cc82ecfe56fa66593fe8e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-background-image-control.php\":{\"d\":1550795201,\"h\":\"ca087b66d2269b9918455c24f27358d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-background-position-control.php\":{\"d\":1550795201,\"h\":\"bf514a74221e18b8c22121845fe75e09\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-theme-control.php\":{\"d\":1560911419,\"h\":\"c0806cdaec0a759ff3e1611c51c27da7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-selective-refresh.php\":{\"d\":1550795201,\"h\":\"63aa32e669c5d6f70eaaf3a2aa14599e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-code-editor-control.php\":{\"d\":1550795201,\"h\":\"9442259503ca33247edcad2a739a71ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-name-control.php\":{\"d\":1510798911,\"h\":\"dade37ec66f557b7d59a371201c1b486\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-location-control.php\":{\"d\":1550795201,\"h\":\"203c341e9c49bde7f1435ff6ee716dd4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-new-menu-control.php\":{\"d\":1544165174,\"h\":\"46f4cbde74e170d0401a71cfc097c197\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-header-image-control.php\":{\"d\":1550795201,\"h\":\"b01bf1b6d6a7011caee476ac2e84a4fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-cropped-image-control.php\":{\"d\":1510798911,\"h\":\"47e1705be410717d79fd0504aa310f87\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-partial.php\":{\"d\":1550795201,\"h\":\"f85b1b9be75ca2b6dd1269b1949da819\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-nav-menu-item-control.php\":{\"d\":1557300708,\"h\":\"678c640c298948def1b59db601211b51\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-media-control.php\":{\"d\":1557300708,\"h\":\"70b62b2749ca77c1e4c70c66fab792d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/customize\\/class-wp-customize-color-control.php\":{\"d\":1550795201,\"h\":\"47e1df0250276e893bca671c74539b2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/theme-compat\\/sidebar.php\":{\"d\":1550795201,\"h\":\"5955972745d4a0ac65a779251dc5fdfd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/theme-compat\\/footer-embed.php\":{\"d\":1501878829,\"h\":\"16841cf55adc04ab84f22e932b96196a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/theme-compat\\/header-embed.php\":{\"d\":1501878829,\"h\":\"67962ba2c878829d26817766d258dcc0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/theme-compat\\/footer.php\":{\"d\":1550795201,\"h\":\"5f772c7615d190830b75462776216f33\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/theme-compat\\/comments.php\":{\"d\":1550795201,\"h\":\"aeed07d5a2fae6f248e66f03a0109b67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/theme-compat\\/embed-content.php\":{\"d\":1550795201,\"h\":\"f76d27e78989b1546544e2115d704341\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/theme-compat\\/embed.php\":{\"d\":1550795201,\"h\":\"c805c5a273be5ed0f4bb71a20f6362ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/theme-compat\\/embed-404.php\":{\"d\":1550795201,\"h\":\"47142875f2a3caf8a0c4fba193d030bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/theme-compat\\/header.php\":{\"d\":1550795201,\"h\":\"472e09c617ad04f3f8e7bb49446cd383\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/IXR\\/class-IXR-error.php\":{\"d\":1501878830,\"h\":\"673622ac95ed755c2733bcb2ad9c628a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/IXR\\/class-IXR-request.php\":{\"d\":1501878830,\"h\":\"25702e3c8d53c7a1ea99d47a31cfa204\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/IXR\\/class-IXR-clientmulticall.php\":{\"d\":1501878830,\"h\":\"af10903340b8ebc353a5050a5face990\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/IXR\\/class-IXR-client.php\":{\"d\":1501878830,\"h\":\"51c4a34bce41cfb25dda8e75850e5951\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/IXR\\/class-IXR-date.php\":{\"d\":1501878830,\"h\":\"8aca0e3dff273d632ed8a7861ca16967\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/IXR\\/class-IXR-introspectionserver.php\":{\"d\":1501878830,\"h\":\"325561be77e43cf849779170864f372d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/IXR\\/class-IXR-message.php\":{\"d\":1557300707,\"h\":\"ff847c4c6e95a9147d44fbd7e8313497\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/IXR\\/class-IXR-base64.php\":{\"d\":1501878830,\"h\":\"ee2a36d606d508af44b654e6176599bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/IXR\\/class-IXR-server.php\":{\"d\":1501878830,\"h\":\"91f377af5c147854983e9fca3aa7ff19\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/IXR\\/class-IXR-value.php\":{\"d\":1501878830,\"h\":\"03929d66fb3ea8356ccdf86a0066e80c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-post-types-controller.php\":{\"d\":1550795201,\"h\":\"e6fde471965f8eb348a0353bae3ad76e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-terms-controller.php\":{\"d\":1557300708,\"h\":\"aed117cefb953816e52b85b7aa224cc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-controller.php\":{\"d\":1550795201,\"h\":\"f2156c25241b4f157700e78bc14338d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-search-controller.php\":{\"d\":1557300708,\"h\":\"93fe0cf2289f127174691f8b2659ff09\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-posts-controller.php\":{\"d\":1557300708,\"h\":\"e032ac3b285c95380af0ce61568f474b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-taxonomies-controller.php\":{\"d\":1550795201,\"h\":\"cf94943a9191d0892b853d864b95ffda\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-post-statuses-controller.php\":{\"d\":1550795201,\"h\":\"998b877f1e0775d8f345de8b57735210\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-revisions-controller.php\":{\"d\":1557300708,\"h\":\"0aa150c14154a55a4ba99d6af876c34f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-autosaves-controller.php\":{\"d\":1544165174,\"h\":\"9b0c3f72a764f63edd6442f5c597f44b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-themes-controller.php\":{\"d\":1544165174,\"h\":\"b6d706abf716429f47ee39b711591156\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-block-renderer-controller.php\":{\"d\":1544165174,\"h\":\"6088d0a42989a6911a44a10847bb462a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-blocks-controller.php\":{\"d\":1544165174,\"h\":\"13e11a1d50486effefaf8f7e5c690671\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-users-controller.php\":{\"d\":1557300708,\"h\":\"e264ee0978ce0872eeb59c7c2416bad2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-settings-controller.php\":{\"d\":1550795201,\"h\":\"f1dbd6ddbbdc9f33fd64716756f0c51a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-comments-controller.php\":{\"d\":1557300708,\"h\":\"42ff6ceabed722918aaabb47ca9a3c34\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/endpoints\\/class-wp-rest-attachments-controller.php\":{\"d\":1557300708,\"h\":\"e84d32ee49312b5cfed37b083ca71fa9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/search\\/class-wp-rest-search-handler.php\":{\"d\":1544165174,\"h\":\"c4397d9d7db1b11346267b4f4acf9ba6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/search\\/class-wp-rest-post-search-handler.php\":{\"d\":1550795201,\"h\":\"35b73e41f047756b6e47cbf84124e385\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/fields\\/class-wp-rest-post-meta-fields.php\":{\"d\":1533318836,\"h\":\"223c389f1da60bde032ef99fa14ba727\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/fields\\/class-wp-rest-term-meta-fields.php\":{\"d\":1533318836,\"h\":\"13f907795ef2a5f5b19b909ec1d711a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/fields\\/class-wp-rest-comment-meta-fields.php\":{\"d\":1533318836,\"h\":\"ce5ac6be42d82c1f4a2954f081996378\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/fields\\/class-wp-rest-meta-fields.php\":{\"d\":1550795201,\"h\":\"b0e90d888a12e6df590fa47cae26e217\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/fields\\/class-wp-rest-user-meta-fields.php\":{\"d\":1533318836,\"h\":\"f0480d050db130a4582f5ee81d1d3052\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/class-wp-rest-server.php\":{\"d\":1550795201,\"h\":\"39288c4cb0fed451935feac15aac6ca1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/class-wp-rest-request.php\":{\"d\":1550795201,\"h\":\"453cde07c1dfc1d084296e2596255735\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api\\/class-wp-rest-response.php\":{\"d\":1550795201,\"h\":\"a8d43b79fd38b665d712b148fe88afe6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/blocks\\/latest-comments.php\":{\"d\":1557300708,\"h\":\"cb86873294afaddfc46dbdb68a820179\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/blocks\\/shortcode.php\":{\"d\":1544165174,\"h\":\"6da2b6fc9b79aac7a88ba1fcaf8e4533\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/blocks\\/categories.php\":{\"d\":1545317585,\"h\":\"7e939d80a7cf043f3d679c169e21af1a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/blocks\\/rss.php\":{\"d\":1557300708,\"h\":\"d6132b5109308635b03bce306d94c337\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/blocks\\/calendar.php\":{\"d\":1557300708,\"h\":\"d3a0f519fc831037d56ddcf2e88d5dce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/blocks\\/tag-cloud.php\":{\"d\":1557300708,\"h\":\"f7be43fc98f7578936d51a63c06fb130\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/blocks\\/latest-posts.php\":{\"d\":1557300708,\"h\":\"419c8971195f2b4207097789f4375627\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/blocks\\/archives.php\":{\"d\":1544165174,\"h\":\"7d407d1a1eddae22c52a7073b79cceff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/blocks\\/block.php\":{\"d\":1545317585,\"h\":\"738914db33e13d02689a3ba40674ab4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/blocks\\/search.php\":{\"d\":1557300708,\"h\":\"c7342a8448d5a8711a983e79cd60ed68\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/pomo\\/entry.php\":{\"d\":1550795201,\"h\":\"43eb8e65e3456f93cdbf61d6bb42545f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/pomo\\/mo.php\":{\"d\":1550795201,\"h\":\"df48825cd8a232a97522a60fb0102fe9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/pomo\\/plural-forms.php\":{\"d\":1550795201,\"h\":\"dd5080037913b92bee8ae350f8b9f206\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/pomo\\/po.php\":{\"d\":1550795201,\"h\":\"6e725fc91368894f82b9415dcfffb70a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/pomo\\/streams.php\":{\"d\":1550795201,\"h\":\"c7c497073d7821967058f51858d097bb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/pomo\\/translations.php\":{\"d\":1550795201,\"h\":\"be2d6fae2d6af4ccd3c19b600ffe7c2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Response\\/Headers.php\":{\"d\":1501878830,\"h\":\"1ad7c382d2b68f19412da7f43e63a960\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/400.php\":{\"d\":1501878830,\"h\":\"51e56e878cbb564ab852c978fb35fcd0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/414.php\":{\"d\":1501878830,\"h\":\"bca65d55e2409ef6a5291ed8e6a12368\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/404.php\":{\"d\":1501878830,\"h\":\"1ed416cc6311835900857973f8923c4d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/500.php\":{\"d\":1501878830,\"h\":\"c0afa9c66b6d830a094815f2124dffda\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/305.php\":{\"d\":1501878830,\"h\":\"58f8f700904bebe62f60a11c2cfbab26\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/416.php\":{\"d\":1501878830,\"h\":\"f931824e39e39617c9aac661804478f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/413.php\":{\"d\":1501878830,\"h\":\"e9963cc15dc99059b7d9ff584c17bfd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/511.php\":{\"d\":1501878830,\"h\":\"03756e9a4e3c4b77f8d09bb9918fd140\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/501.php\":{\"d\":1501878830,\"h\":\"650cdab83034f22d3fe803f5d791a835\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/503.php\":{\"d\":1501878830,\"h\":\"3906f7520861c39f43f46000d45554b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/304.php\":{\"d\":1501878830,\"h\":\"d33b4634ce4113db49ef9dddedf754ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/418.php\":{\"d\":1501878830,\"h\":\"4a21bae298f1c9feda5b0e93fe348af3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/407.php\":{\"d\":1501878830,\"h\":\"c2c817e9f5d8768bbde4d66a26e6c6b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/408.php\":{\"d\":1501878830,\"h\":\"403e3164844958c5144f98ecc8b77689\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/402.php\":{\"d\":1501878830,\"h\":\"60f859d55150da0b0a7a959ac9f347d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/429.php\":{\"d\":1501878830,\"h\":\"53f0dd257c04462ec3a05a6485b38fcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/412.php\":{\"d\":1501878830,\"h\":\"25b88449dcb7a1a83dd906378aa556c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/306.php\":{\"d\":1501878830,\"h\":\"57737a071fa1754e50db6adcc9f25875\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/Unknown.php\":{\"d\":1501878830,\"h\":\"da646c02e1ab81b632af41fbcf0a57ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/417.php\":{\"d\":1501878830,\"h\":\"4270026a1b8e684f5ec0635c47201c23\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/410.php\":{\"d\":1501878830,\"h\":\"71be4f3437dfbadda52f38582184e19b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/431.php\":{\"d\":1501878830,\"h\":\"e0e3737c622417ca08d5d1933c1489d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/502.php\":{\"d\":1501878830,\"h\":\"7cc83a6c80cf7af9d5217b17fb47ff69\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/403.php\":{\"d\":1501878830,\"h\":\"bcd160e8f70dc76ffbbf6b33b7fe31df\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/405.php\":{\"d\":1501878830,\"h\":\"dd38d182de6d21b2d2ac18b381adf97f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/415.php\":{\"d\":1501878830,\"h\":\"0258cc0fb05462ea8f11ccaea34a55c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/401.php\":{\"d\":1501878830,\"h\":\"3b2ab80eb9cbfd87baa23fc1648e9940\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/428.php\":{\"d\":1501878830,\"h\":\"9a97bb0369f70142e4e57da75eae742a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/411.php\":{\"d\":1501878830,\"h\":\"27a552a1e4160c4df61b2eca5a604796\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/409.php\":{\"d\":1501878830,\"h\":\"995a1dc469e67e2a3d0b8f9bebfea9b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/505.php\":{\"d\":1501878830,\"h\":\"8e5d4109053303e65b2f4364c1ac12de\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/406.php\":{\"d\":1501878830,\"h\":\"4bc8cb6cef688c729edc3990220006ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP\\/504.php\":{\"d\":1501878830,\"h\":\"02d76d8cccaa446293201112908a2aa5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/Transport\\/cURL.php\":{\"d\":1501878830,\"h\":\"853654cd672a1a9b3a09af077837dfe1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/Transport.php\":{\"d\":1501878830,\"h\":\"abbb6cf8da7ae8ea204a0118ab5ed101\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception\\/HTTP.php\":{\"d\":1501878830,\"h\":\"e8d5fc68b3c6fa15e4526c161172dae5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Transport\\/cURL.php\":{\"d\":1501878830,\"h\":\"0ee4801d08da383712136160435ae0d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Transport\\/fsockopen.php\":{\"d\":1501878830,\"h\":\"1d21ee4a4f60ad1afc48f118483fb73f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Proxy\\/HTTP.php\":{\"d\":1501878830,\"h\":\"ffd0e62f32db05bdbda6bca407d7f029\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Auth\\/Basic.php\":{\"d\":1522398751,\"h\":\"67fdd878cc84df15093455d6096b2143\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Cookie\\/Jar.php\":{\"d\":1501878830,\"h\":\"e9300c5fb1f52670a0b52234d95c9510\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Utility\\/CaseInsensitiveDictionary.php\":{\"d\":1501878830,\"h\":\"b5f03ac8c752b34b9e726f04d548327a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Utility\\/FilteredIterator.php\":{\"d\":1501878830,\"h\":\"10f9a2d9618ed678b72541aa9e0579d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Cookie.php\":{\"d\":1501878830,\"h\":\"d19d43afe99bc52881322b927960a4d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/SSL.php\":{\"d\":1501878830,\"h\":\"265067eb274136ac28be300b37540c4f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/IPv6.php\":{\"d\":1501878830,\"h\":\"a5df4b884e8a07e81703f1ac6b6e54b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Exception.php\":{\"d\":1501878830,\"h\":\"879bac9efa180085ab33e90e1acc5249\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/IRI.php\":{\"d\":1501878830,\"h\":\"183508325d839c7bf27db5f909600e58\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Proxy.php\":{\"d\":1501878830,\"h\":\"b5406b1037b500d7d374b85c2a879947\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Transport.php\":{\"d\":1501878830,\"h\":\"019c993bce6bed178baf4b5c566cc617\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Hooker.php\":{\"d\":1501878830,\"h\":\"0f08c5401425a9615bd19e2f34a5e107\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Auth.php\":{\"d\":1501878830,\"h\":\"3197d2529dd957b2acc3944f5bfcd64a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/IDNAEncoder.php\":{\"d\":1501878830,\"h\":\"d77dada232f0079b1412e0d050b4d8b1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Session.php\":{\"d\":1501878830,\"h\":\"37f8cadd86fcbfce9602b5bcf67d6c8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Hooks.php\":{\"d\":1501878830,\"h\":\"2c15a0a520b9a8976778a169ceebd919\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/Requests\\/Response.php\":{\"d\":1501878830,\"h\":\"11ce7086bbb7ae52e6abb7c4fd270b47\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/random_compat\\/random_bytes_com_dotnet.php\":{\"d\":1550795202,\"h\":\"6e4d403cdfdb4136c21840218159e0e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/random_compat\\/random_int.php\":{\"d\":1550795202,\"h\":\"2a16a25258e995c7a0afcda442d06e36\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/random_compat\\/random_bytes_mcrypt.php\":{\"d\":1550795202,\"h\":\"b78a54ff0fd4a6ca9960b550a7a54c14\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/random_compat\\/error_polyfill.php\":{\"d\":1550795202,\"h\":\"583a2c948d745d37af3dc1fc51a2e145\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/random_compat\\/random_bytes_libsodium_legacy.php\":{\"d\":1550795202,\"h\":\"dcf85b719d3764e276b8edd77aeda814\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/random_compat\\/random.php\":{\"d\":1550795202,\"h\":\"0fb535267d6bd2eb1fe9210c36bb2493\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/random_compat\\/cast_to_int.php\":{\"d\":1550795202,\"h\":\"fd21b23e869e1c90a7113d499991824f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/random_compat\\/random_bytes_dev_urandom.php\":{\"d\":1550795202,\"h\":\"9716ae64cafdefaf05e8d8ed1a4872db\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/random_compat\\/random_bytes_libsodium.php\":{\"d\":1550795202,\"h\":\"349190eee5edbbdfd58fb3e5640617df\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/random_compat\\/byte_safe_strings.php\":{\"d\":1550795202,\"h\":\"c45b101242d2a3c84adad48801c21b3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/HTTP\\/Parser.php\":{\"d\":1501878831,\"h\":\"5725c7d0fb347f1c08df3690a58f3609\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Decode\\/HTML\\/Entities.php\":{\"d\":1501878831,\"h\":\"45975e2fcf0d428691a55a2394252f61\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Parse\\/Date.php\":{\"d\":1501878831,\"h\":\"ee82d2e70dc8afc6b96510d2b9cff45e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/XML\\/Declaration\\/Parser.php\":{\"d\":1501878831,\"h\":\"8fb1da7028c385bb9d4203c9f6732362\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Net\\/IPv6.php\":{\"d\":1501878831,\"h\":\"a546790e216abdd9801795949fb6b40f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Content\\/Type\\/Sniffer.php\":{\"d\":1501878831,\"h\":\"7c72c3f369855562d96c77ece1c7db33\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Cache\\/Base.php\":{\"d\":1501878831,\"h\":\"9443eda189bbd9325d0c9c045d237c6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Cache\\/MySQL.php\":{\"d\":1501878831,\"h\":\"e8911ece15df42ca43991a48d5785687\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Cache\\/File.php\":{\"d\":1501878831,\"h\":\"a33dbb0540ecc29cc6425b14100953d1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Cache\\/Memcache.php\":{\"d\":1501878831,\"h\":\"f69d4a55b2a1168531535107ab843fb6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Cache\\/DB.php\":{\"d\":1522398751,\"h\":\"0659bf084f55a303f5922edc62bcfbf6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Author.php\":{\"d\":1501878831,\"h\":\"348071ed105ff0418b25964e771ba331\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Credit.php\":{\"d\":1501878831,\"h\":\"0385e4a14de78c8b2a167f3e0aea197c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Exception.php\":{\"d\":1501878831,\"h\":\"094bfd76269c9fcc3c5cda8f05d05335\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Source.php\":{\"d\":1501878831,\"h\":\"8e83bb1de3e018f0537bb32a8c9617ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/IRI.php\":{\"d\":1501878831,\"h\":\"6e16ff20d3e68692cf3b617b875f36f5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/gzdecode.php\":{\"d\":1501878831,\"h\":\"c538e2bc0e866197db616c17841134d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Enclosure.php\":{\"d\":1501878831,\"h\":\"122e861f42eb6e01ce8d4b0f11fb735d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Misc.php\":{\"d\":1501878831,\"h\":\"cecde679c62dd50207d8d25ece1a4b89\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/File.php\":{\"d\":1501878831,\"h\":\"aeba08ad6b558736ea0aaf2beb2925b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Core.php\":{\"d\":1501878831,\"h\":\"a4ae19a923b890f2dcf7e2d415fd1ad2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Category.php\":{\"d\":1501878831,\"h\":\"ba7ec8cc3f13d4f27f2e0adcaf64bb2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Sanitize.php\":{\"d\":1501878831,\"h\":\"42d8b8c0cf46b5d8a511e0ae48b88f75\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Item.php\":{\"d\":1501878831,\"h\":\"104510e221fa08437aec008e633cdca7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Rating.php\":{\"d\":1501878831,\"h\":\"3d7013a46d09c74b0ee3d8af617412fb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Locator.php\":{\"d\":1501878831,\"h\":\"8073a4c6da1bb33b877576665ef5eab5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Registry.php\":{\"d\":1501878831,\"h\":\"1cc8a2e6c0b5dd3176398d6400f0d9b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Caption.php\":{\"d\":1501878831,\"h\":\"bdbabcdcca426a4dadf6675bc4c4ebe9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Copyright.php\":{\"d\":1501878831,\"h\":\"bd7fbf68b954a9d50955cc808db7cb6a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Cache.php\":{\"d\":1501878831,\"h\":\"79fc9017a23a836f4d0f68f7764ca734\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Restriction.php\":{\"d\":1501878831,\"h\":\"2a191e7168116418817388113bd57914\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/SimplePie\\/Parser.php\":{\"d\":1501878831,\"h\":\"52bb2ee462e7e414a77efdc7ebf52bcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/images\\/crystal\\/license.txt\":{\"d\":1501878830,\"h\":\"f05db54c63e36918479b6651930dcfe7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/module.tag.id3v2.php\":{\"d\":1510798911,\"h\":\"7a1f61c7ac9d7f2f5f05f39c9e1acaf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/module.audio-video.matroska.php\":{\"d\":1510798911,\"h\":\"6b93f4b72b38b6d104e7b8742c415ef8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/readme.txt\":{\"d\":1501878830,\"h\":\"9396dfe1c69c938eb17f564c4e5bab18\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/module.audio-video.quicktime.php\":{\"d\":1510798911,\"h\":\"a58663536509747b6ed7e69b911fb99a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/module.audio.mp3.php\":{\"d\":1510798911,\"h\":\"47e2f789a9cdbfe8067190b4c50086b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/module.audio-video.asf.php\":{\"d\":1510798911,\"h\":\"0a250d84a4380f86fa833b65d67d79f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/module.tag.id3v1.php\":{\"d\":1510798911,\"h\":\"e84a7a19422594d35b6790ec582380bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/license.txt\":{\"d\":1501878830,\"h\":\"35d98aadf8f7cc6851336651f7a66b98\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/module.audio-video.flv.php\":{\"d\":1510798911,\"h\":\"082564998a44a982b1f3417a69c41433\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/module.audio.ac3.php\":{\"d\":1510798911,\"h\":\"ae54c9744bec8480b9310907b3db2374\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/module.tag.apetag.php\":{\"d\":1510798911,\"h\":\"88e2806267563bea7074de278a84d4bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/module.tag.lyrics3.php\":{\"d\":1510798911,\"h\":\"89bf108a53e0085638931aa56755bc3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/license.commercial.txt\":{\"d\":1501878830,\"h\":\"0a3b670896fc4a8067adb2c6d978418e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/getid3.lib.php\":{\"d\":1522398751,\"h\":\"f86631036038031d106377db00ccef3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/module.audio.dts.php\":{\"d\":1501878830,\"h\":\"f3ea566007c94c03372eb6f46c5d2001\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/module.audio.flac.php\":{\"d\":1501878830,\"h\":\"055003ea7c0388fd73107113d3ed3bc3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/module.audio-video.riff.php\":{\"d\":1510798911,\"h\":\"dd5477fe1cce0fdcf760d8e33c84ba9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/module.audio.ogg.php\":{\"d\":1510798911,\"h\":\"59843dc0f4115a9e5652eab6811f9184\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ID3\\/getid3.php\":{\"d\":1522398751,\"h\":\"7d8c0db1e4b777223e17d65819fb2b6f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/Curve25519\\/Ge\\/Precomp.php\":{\"d\":1557300707,\"h\":\"d58b7de7ef0e421eb00ef748c0d63731\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/Curve25519\\/Ge\\/Cached.php\":{\"d\":1557300707,\"h\":\"90479618fe12355d7b2295bce3ab56d8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/Curve25519\\/Ge\\/P1p1.php\":{\"d\":1557300707,\"h\":\"7d2b237a2caf04e865df0672454a192d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/Curve25519\\/Ge\\/P2.php\":{\"d\":1557300707,\"h\":\"88208477045ee3ae0fb3195de7b7a34d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/Curve25519\\/Ge\\/P3.php\":{\"d\":1557300707,\"h\":\"af6622fcbb8ce72336247b204a4c2722\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/Curve25519\\/H.php\":{\"d\":1557300707,\"h\":\"1dae1d2b036f7e98a458fce5dd9300cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/Curve25519\\/Fe.php\":{\"d\":1557300707,\"h\":\"98c1098c12e649a5ddb6158d33828b53\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/Poly1305\\/State.php\":{\"d\":1557300707,\"h\":\"018a214be50e091e357910bca181532a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/ChaCha20\\/IetfCtx.php\":{\"d\":1557300707,\"h\":\"52d92a4cd35447e2e934255089b4b90f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/ChaCha20\\/Ctx.php\":{\"d\":1557300707,\"h\":\"c2cb53470b05b0cecbba939346bf84c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/HChaCha20.php\":{\"d\":1557300707,\"h\":\"ac071d8268e10c111efcfd50abd4ec14\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/Ed25519.php\":{\"d\":1557300707,\"h\":\"0bc917a5763ecec51923ab89216ec128\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/BLAKE2b.php\":{\"d\":1557300707,\"h\":\"22ea8c327337acf85cef690c2397cb45\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/ChaCha20.php\":{\"d\":1557300707,\"h\":\"ec56c52afbca46e8b0af9df13c8ea46c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/Poly1305.php\":{\"d\":1557300707,\"h\":\"5179be84a33fbf1e3be9389e560a06f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/XChaCha20.php\":{\"d\":1557300707,\"h\":\"901e68df0c8bd51b6760c9b83ada955e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/X25519.php\":{\"d\":1557300707,\"h\":\"0405dab862faf2af1039f41bb087b14d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/Curve25519.php\":{\"d\":1557300707,\"h\":\"f2c59bf14ce5115cf350da9c051dca55\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/Salsa20.php\":{\"d\":1558551127,\"h\":\"0d56de4e85636b30e37d2f10f5d583e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/HSalsa20.php\":{\"d\":1557300707,\"h\":\"185b636ceb728b75a90609c3d0a1755e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/Util.php\":{\"d\":1557300707,\"h\":\"3b9df32ab76b4c771e42a30be664dd3d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/SipHash.php\":{\"d\":1557300707,\"h\":\"72170b2de4650fc5faf6725ea921837e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Core\\/Xsalsa20.php\":{\"d\":1558551127,\"h\":\"168562341fc70e2717a1971f26eb9ff0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Compat.php\":{\"d\":1557300707,\"h\":\"41f269ea6bb22fcae5bf6a0d6e138e33\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/Crypto.php\":{\"d\":1557300707,\"h\":\"08974738a94a2b9c1cf4b38b09bea07a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/namespaced\\/File.php\":{\"d\":1557300707,\"h\":\"5dd66d03c777e82fe65cc6793511da0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/lib\\/constants.php\":{\"d\":1557300707,\"h\":\"12fec4db04d403e6a142ba06eb21dbac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/lib\\/namespaced.php\":{\"d\":1557300707,\"h\":\"24d4948e5ab618b38d6b58a5689c60aa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/lib\\/php72compat.php\":{\"d\":1558551127,\"h\":\"43de92c7eb688805e704f640b783f498\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/lib\\/sodium_compat.php\":{\"d\":1558551127,\"h\":\"c98a0e6076de34914689ad5f8fddce26\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/Curve25519\\/Ge\\/Precomp.php\":{\"d\":1557300707,\"h\":\"f600e7a413d93ef606a4405565ecec55\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/Curve25519\\/Ge\\/Cached.php\":{\"d\":1557300707,\"h\":\"5b4d2f2a8eb545e63c73e4571bdc5247\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/Curve25519\\/Ge\\/P1p1.php\":{\"d\":1557300707,\"h\":\"b079248f4e0358d21b9fee6c80b16c13\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/Curve25519\\/Ge\\/P2.php\":{\"d\":1557300707,\"h\":\"b3594192c047023d62d17512a11694f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/Curve25519\\/Ge\\/P3.php\":{\"d\":1557300707,\"h\":\"a0db939cd1f447ff632cab993d635ea5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/Curve25519\\/H.php\":{\"d\":1557300707,\"h\":\"787d20f39294ef701d63b0a04be04fff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/Curve25519\\/README.md\":{\"d\":1557300707,\"h\":\"1659a2aacf9bd1767f6a9fd70ac085cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/Curve25519\\/Fe.php\":{\"d\":1557300707,\"h\":\"93f701bb01e99676df0d732a935c810e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/Poly1305\\/State.php\":{\"d\":1557300707,\"h\":\"a64f5211e61181e05dd2fcbc49b74e0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/ChaCha20\\/IetfCtx.php\":{\"d\":1557300707,\"h\":\"8d10a9897cae57779a623e45cff2794a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/ChaCha20\\/Ctx.php\":{\"d\":1558551127,\"h\":\"b99ce01d8d1852d13c1f826e49813c7f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/HChaCha20.php\":{\"d\":1557300707,\"h\":\"399835a3c00e65cf66948b237faecf9d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/Ed25519.php\":{\"d\":1557300707,\"h\":\"8b41802b2976a448ca4c2736a390d716\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/BLAKE2b.php\":{\"d\":1558551127,\"h\":\"87b088fb5e989ae1d3bec47ae1f68ca5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/XSalsa20.php\":{\"d\":1557300707,\"h\":\"dc5c999dae94f1f5e03a520e2fe22b05\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/ChaCha20.php\":{\"d\":1557300707,\"h\":\"971e45164f78d99558da32eb96add883\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/Poly1305.php\":{\"d\":1557300707,\"h\":\"df404267e9c1bb454af8c6bd174811b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/XChaCha20.php\":{\"d\":1557300707,\"h\":\"0d8d2ad2756e95726475be67bced01f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/Int32.php\":{\"d\":1558551127,\"h\":\"bbb333b70e7fa24e4d5bdc2fe00d7e48\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/X25519.php\":{\"d\":1558551127,\"h\":\"dd6a1df209eb6574439717e1c3422e75\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/Curve25519.php\":{\"d\":1557300707,\"h\":\"4dc26bdda24199dbfd44ac357afa796a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/Salsa20.php\":{\"d\":1557300707,\"h\":\"2936b4a5293af6dbcdf0b88efd9daee2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/HSalsa20.php\":{\"d\":1557300707,\"h\":\"b4d12f447a7814feb6c782c90ee2adfc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/Util.php\":{\"d\":1557300707,\"h\":\"8ca331ee60a3d80faf0f309ba1a3d1e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/Int64.php\":{\"d\":1558551127,\"h\":\"25186dda530603bb2c9714bbae5c06a6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core32\\/SipHash.php\":{\"d\":1557300707,\"h\":\"aa354f02263fab9d0b45ba09bbbb2516\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/Curve25519\\/Ge\\/Precomp.php\":{\"d\":1557300707,\"h\":\"fcedfb37d68a695b4caf39c6814809a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/Curve25519\\/Ge\\/Cached.php\":{\"d\":1557300707,\"h\":\"f925f45890a4f6b08195d060d0b94b5a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/Curve25519\\/Ge\\/P1p1.php\":{\"d\":1557300707,\"h\":\"74d772e849a6b1af620377272d37ed9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/Curve25519\\/Ge\\/P2.php\":{\"d\":1557300707,\"h\":\"9645edafb7e483c6806bfc766ba2a50d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/Curve25519\\/Ge\\/P3.php\":{\"d\":1557300707,\"h\":\"9677b895cdb1c0f67230a0ead8853de6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/Curve25519\\/H.php\":{\"d\":1557300707,\"h\":\"d0c4831364a9ea4fc45bc7530a631c00\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/Curve25519\\/README.md\":{\"d\":1557300707,\"h\":\"1659a2aacf9bd1767f6a9fd70ac085cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/Curve25519\\/Fe.php\":{\"d\":1558551127,\"h\":\"b5571ef80998e52ca40fe2f77e8d72a0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/Poly1305\\/State.php\":{\"d\":1557300707,\"h\":\"625ba0675aea9dc4e96c2690b0c90c81\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/ChaCha20\\/IetfCtx.php\":{\"d\":1557300707,\"h\":\"e96c887bc3624f73e9935f61ba14de3e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/ChaCha20\\/Ctx.php\":{\"d\":1558551127,\"h\":\"279955e5b783fcd6207144de46eecf48\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/HChaCha20.php\":{\"d\":1557300707,\"h\":\"5b527a40eb4d4d10516d0672f7018385\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/Ed25519.php\":{\"d\":1557300707,\"h\":\"0b37ca6dd788d76308c8dab3454e3b2a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/BLAKE2b.php\":{\"d\":1558551127,\"h\":\"2794b02a1ecff99232b7e40200a2c857\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/XSalsa20.php\":{\"d\":1557300707,\"h\":\"70f7a6c6aeb975af847f026f373b7e7a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/ChaCha20.php\":{\"d\":1557300707,\"h\":\"e5c615062d72876a6949ded8a3658a62\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/Poly1305.php\":{\"d\":1557300707,\"h\":\"21f0699cd14cb3563d582bb20976307e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/XChaCha20.php\":{\"d\":1557300707,\"h\":\"42b96aa969e44f1e12e6a36b8fd8d6e1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/X25519.php\":{\"d\":1557300707,\"h\":\"705afa98a3cb02c43a03218419d9bcd1\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/Curve25519.php\":{\"d\":1557300707,\"h\":\"c8173099f8c77330437b5bbaaa5b7437\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/Salsa20.php\":{\"d\":1557300707,\"h\":\"180b1baeb9a362356c4ae523fb9af576\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/HSalsa20.php\":{\"d\":1557300707,\"h\":\"f1d3480c782bda30371cb89960ae7df4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/Util.php\":{\"d\":1558551127,\"h\":\"7e585a65264f61b888fb67b58b41f063\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Core\\/SipHash.php\":{\"d\":1557300707,\"h\":\"2506e756fbdcd07845ed8a314e14ecf3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Crypto32.php\":{\"d\":1557300707,\"h\":\"6ee7215ce2bcd008f54f9edb65690554\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Compat.php\":{\"d\":1558551127,\"h\":\"5967b5d7b80cf58c7bfd40339a074a57\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/Crypto.php\":{\"d\":1558551127,\"h\":\"2385eeb1b295482ae7be3aa907cc98bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/File.php\":{\"d\":1558551127,\"h\":\"a498ab81fe6c42f6ce4f355fd1274714\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/src\\/SodiumException.php\":{\"d\":1557300707,\"h\":\"ab48446608e9d76165a4e3d47ab09052\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/composer.json\":{\"d\":1558551127,\"h\":\"1969ec6eba483a0d2ba0672435bc086f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/autoload.php\":{\"d\":1557300707,\"h\":\"26eef3aeb4909e2e7354a1e41b8e7588\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/sodium_compat\\/LICENSE\":{\"d\":1558551127,\"h\":\"02c9c94b41a1e8638cbca074f88626f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/editor\\/style-rtl.css\":{\"d\":1557300708,\"h\":\"e0a7cc4c8737ceb854977049f33c3a38\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/editor\\/editor-styles.min.css\":{\"d\":1557300708,\"h\":\"6e1baf257d970da5013b5c5f3340ef3e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/editor\\/editor-styles-rtl.css\":{\"d\":1557300708,\"h\":\"79c1be42159b20caedcc56a8ddff41ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/editor\\/style.min.css\":{\"d\":1557300708,\"h\":\"2446562857ed21bae441500b23199a89\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/editor\\/editor-styles.css\":{\"d\":1557300708,\"h\":\"79c1be42159b20caedcc56a8ddff41ca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/editor\\/style.css\":{\"d\":1557300708,\"h\":\"d4f6f63315fabfe67ee51657f5dad012\"}}','2019-09-19 08:59:24');
INSERT INTO `lwz_itsec_distributed_storage` VALUES (1828,'file-list','files',8,'{\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/editor\\/style-rtl.min.css\":{\"d\":1557300708,\"h\":\"b93a5427eac05dc8585499cbdd0c8a52\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/editor\\/editor-styles-rtl.min.css\":{\"d\":1557300708,\"h\":\"6e1baf257d970da5013b5c5f3340ef3e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/list-reusable-blocks\\/style-rtl.css\":{\"d\":1557300708,\"h\":\"2cb783b7dd13ccb77d1eb4ac11141591\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/list-reusable-blocks\\/style.min.css\":{\"d\":1544165174,\"h\":\"720f7773fc0b0a8d79d4f3fc89658c1e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/list-reusable-blocks\\/style.css\":{\"d\":1557300708,\"h\":\"02df3e2c9415c49b296e4a9142e3f385\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/list-reusable-blocks\\/style-rtl.min.css\":{\"d\":1544165174,\"h\":\"665ee57d23f6e1b6539fd1b0e62d31ab\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/block-library\\/theme.css\":{\"d\":1557300708,\"h\":\"498c8501c2c4b1d56968fb2340da8d6e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/block-library\\/editor.min.css\":{\"d\":1557300708,\"h\":\"cb2cd4c20d793c93e10f59dcddf70f30\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/block-library\\/style-rtl.css\":{\"d\":1557300708,\"h\":\"8ef50c71bf80199ba6d0a9ae9bd8ac2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/block-library\\/style.min.css\":{\"d\":1557300708,\"h\":\"375bd65d60ff3c8723fccc343afb1b9b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/block-library\\/style.css\":{\"d\":1557300708,\"h\":\"74f58e58a0247899a4917cd031bbb397\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/block-library\\/editor.css\":{\"d\":1557300708,\"h\":\"73de2615baf27a16dd6e1894df887af8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/block-library\\/editor-rtl.css\":{\"d\":1557300708,\"h\":\"689196d0bcdd6e580c39598b12c05943\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/block-library\\/style-rtl.min.css\":{\"d\":1557300708,\"h\":\"54fde402a07e30323a0a61020c057dd6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/block-library\\/theme-rtl.min.css\":{\"d\":1557300708,\"h\":\"bb8862f82ae8dcdf5282216377ef773a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/block-library\\/theme.min.css\":{\"d\":1557300708,\"h\":\"182ddba2abac4cdd9ffda9ac1e64e4b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/block-library\\/editor-rtl.min.css\":{\"d\":1557300708,\"h\":\"c29329e44d6e8bdd19c6ef3e2ce5bd9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/block-library\\/theme-rtl.css\":{\"d\":1557300708,\"h\":\"d3f34daa69b2ac3bf8a346f574a588d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/edit-post\\/style-rtl.css\":{\"d\":1557300708,\"h\":\"43521c1618feed87b76ba61e7a1e1405\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/edit-post\\/style.min.css\":{\"d\":1557300708,\"h\":\"6e41f54aa8a8614768fd20f398856568\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/edit-post\\/style.css\":{\"d\":1557300708,\"h\":\"719e21ee8faf57740ee065959f4f742f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/edit-post\\/style-rtl.min.css\":{\"d\":1557300708,\"h\":\"10b5f68f1fb961fd9d8866675754862d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/format-library\\/style-rtl.css\":{\"d\":1557300708,\"h\":\"ca3d97822c24a367cdd7a5dbb89aa3e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/format-library\\/style.min.css\":{\"d\":1557300708,\"h\":\"cf8bddec90a1c79917947c459e8768ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/format-library\\/style.css\":{\"d\":1557300708,\"h\":\"ca3d97822c24a367cdd7a5dbb89aa3e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/format-library\\/style-rtl.min.css\":{\"d\":1557300708,\"h\":\"cf8bddec90a1c79917947c459e8768ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/block-editor\\/style-rtl.css\":{\"d\":1557300708,\"h\":\"0d0078b5771e9db91b0223bd9d596175\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/block-editor\\/style.min.css\":{\"d\":1557300708,\"h\":\"09927056d95ca371cbd4d7402b352542\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/block-editor\\/style.css\":{\"d\":1557300708,\"h\":\"75fefe34b7f48fae5e586a1a47ae90bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/block-editor\\/style-rtl.min.css\":{\"d\":1557300708,\"h\":\"4a5dde5e3791a76501821da2b1dfce68\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/nux\\/style-rtl.css\":{\"d\":1557300708,\"h\":\"1fd071e6f21a55c48664fa01f510d3ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/nux\\/style.min.css\":{\"d\":1550795202,\"h\":\"fe929a23a43a921c573d6dec065f4697\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/nux\\/style.css\":{\"d\":1557300708,\"h\":\"4cf6bdba8a45c4c95790ffba417b4095\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/nux\\/style-rtl.min.css\":{\"d\":1550795202,\"h\":\"4c62cfc657f2833b0ec9aef2aceda18d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/components\\/style-rtl.css\":{\"d\":1557300708,\"h\":\"dffc8b4f8ef9b60d0ad4e21654b9969f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/components\\/style.min.css\":{\"d\":1557300708,\"h\":\"8b8c3d03d4a83aca7779e61210443cfc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/components\\/style.css\":{\"d\":1557300708,\"h\":\"ed45deda459cc27cd7b0b09037ce4154\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dist\\/components\\/style-rtl.min.css\":{\"d\":1557300708,\"h\":\"f77485415d0e8f8227b7b8d532c7080a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/jquery-ui-dialog.min.css\":{\"d\":1550795202,\"h\":\"52df0ee7031b6591ad05d0175c162761\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/editor.min.css\":{\"d\":1557300708,\"h\":\"182c51951e8c1266613ae4932d3bec01\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dashicons.min.css\":{\"d\":1558551127,\"h\":\"c8956481e00463f838b45364f45756df\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/admin-bar.min.css\":{\"d\":1567686776,\"h\":\"b34e40cefb53403bd9a8c058b7f91dd4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/buttons-rtl.css\":{\"d\":1567686776,\"h\":\"4238af66b73068824be148b4ce0473b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/media-views.min.css\":{\"d\":1567686776,\"h\":\"4b4b0b4618bcc9b8f3627314d31c7858\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/customize-preview-rtl.css\":{\"d\":1557300708,\"h\":\"9f16dff935c6b68c4d43ee641795a4a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/media-views-rtl.css\":{\"d\":1567686776,\"h\":\"7953c80077f3153b928f51614f2e1d73\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/jquery-ui-dialog-rtl.css\":{\"d\":1557300708,\"h\":\"eeabb4ac70cad56aa0cadcd62a03d1af\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/buttons-rtl.min.css\":{\"d\":1567686776,\"h\":\"1af281cfbde9fe8b5790ca9d4e7b9445\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/wp-embed-template.css\":{\"d\":1557300708,\"h\":\"a4809c461ae933672aff7c1ba04a47b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/customize-preview.css\":{\"d\":1557300708,\"h\":\"90dc80956cdac4efdc00e1fa2f1fd826\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/wp-auth-check.min.css\":{\"d\":1544165174,\"h\":\"a25e23b0eceedaebe5046299e1b2b7a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/admin-bar-rtl.min.css\":{\"d\":1567686776,\"h\":\"9671059ae329ffb11662d51f5d1870a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/dashicons.css\":{\"d\":1558551127,\"h\":\"aceacf5c4e3295d6dbab9118d672d1e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/editor.css\":{\"d\":1557300708,\"h\":\"517db4d19d1e3484a0339dc765cd3902\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/media-views-rtl.min.css\":{\"d\":1567686776,\"h\":\"c72ac701e7e8604deef6d6b554c77d41\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/editor-rtl.css\":{\"d\":1557300708,\"h\":\"f4eea5b8a4b0bc5012d0bc602e7ecd13\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/wp-auth-check-rtl.css\":{\"d\":1557300708,\"h\":\"1483e8e2916295845be85876b1419a81\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/wp-pointer.css\":{\"d\":1557300708,\"h\":\"799cbb233336f9dec91766a0a786c7c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/admin-bar.css\":{\"d\":1567686776,\"h\":\"5dce0296f703eff6dbf67e7ed1222938\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/wp-pointer-rtl.css\":{\"d\":1557300708,\"h\":\"9799a726551e5c0f2dc8721e0701057c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/wp-pointer.min.css\":{\"d\":1544165174,\"h\":\"1663817600108d76e57fbcb708a272f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/admin-bar-rtl.css\":{\"d\":1567686776,\"h\":\"9f6f6313a99bacb2e815596b354113d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/jquery-ui-dialog-rtl.min.css\":{\"d\":1550795202,\"h\":\"96a40386dd22398a9609ffa031e3522d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/wp-embed-template-ie.min.css\":{\"d\":1510798912,\"h\":\"377b5750db4cf37b4897d918a90749e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/media-views.css\":{\"d\":1567686776,\"h\":\"f78d67d8230c458780252e608257665e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/buttons.css\":{\"d\":1567686776,\"h\":\"030b661fe993d54e17ea592bcb19370f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/wp-auth-check.css\":{\"d\":1557300708,\"h\":\"30a8f714d12fb7119a0a6b24c448868d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/wp-embed-template-ie.css\":{\"d\":1501878830,\"h\":\"eeb729369ef309d89ed0bc7120aacadf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/buttons.min.css\":{\"d\":1567686776,\"h\":\"367df0e4a603dc2f2cd56fb8514e5d18\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/editor-rtl.min.css\":{\"d\":1557300708,\"h\":\"3d11cdb0e238d76fa865ae1d6929b93c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/customize-preview-rtl.min.css\":{\"d\":1544165174,\"h\":\"26b12a98fb6b6e4b9791e35fa9df232b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/customize-preview.min.css\":{\"d\":1544165174,\"h\":\"82273ee41dee175c7defaaadad83da06\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/wp-pointer-rtl.min.css\":{\"d\":1544165174,\"h\":\"a35fbcb6a0ef77a051a7415a11eb6027\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/wp-auth-check-rtl.min.css\":{\"d\":1544165174,\"h\":\"ff073acb3f9177edfdcd35dfcd63fd71\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/wp-embed-template.min.css\":{\"d\":1544165174,\"h\":\"5ea02d6d347946e4d2344e336da3cf8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/css\\/jquery-ui-dialog.css\":{\"d\":1557300708,\"h\":\"feb003c2a47619ac633934cbed3a10b8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-recovery-mode-link-service.php\":{\"d\":1557300708,\"h\":\"c359e736b47926be10b08f63c0dd5513\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/wlwmanifest.xml\":{\"d\":1501878830,\"h\":\"dfd490b6f383ea02a269031ff05e8896\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-query.php\":{\"d\":1557300707,\"h\":\"e246ec94c78d9bb10247d735abc0f7ef\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/category-template.php\":{\"d\":1550795201,\"h\":\"52a73cd588a9f788f480cd4935fba73c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-ajax-response.php\":{\"d\":1550795201,\"h\":\"c25cfb17f89fac5d40bac67bce31b820\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-error.php\":{\"d\":1550795201,\"h\":\"3deb5b5e23a65fafc2490dbbc548ea6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/post-thumbnail-template.php\":{\"d\":1550795201,\"h\":\"c1e06f9d1174f7024be827c99338546e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/option.php\":{\"d\":1550795201,\"h\":\"738b296d0d3ae80e6e8d7e19c357fe9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/nav-menu.php\":{\"d\":1568299065,\"h\":\"9d19edeef338961cdee6d0389ab4326c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-rewrite.php\":{\"d\":1550795202,\"h\":\"7c48840f8da91eb4f50d9a19f74646e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/load.php\":{\"d\":1558551127,\"h\":\"4f364f7057bf044601c96acceac18034\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/blocks.php\":{\"d\":1567686776,\"h\":\"843e8b5311309e336ff927202153121c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-locale.php\":{\"d\":1557300708,\"h\":\"dc8c1a58f6d98ae7b4aa55fc7e29b2b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/link-template.php\":{\"d\":1557300708,\"h\":\"accb3dfb67af8f1a78a1a0e63f82c339\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/template.php\":{\"d\":1557300708,\"h\":\"b8044f9240b82c009f7d352bee38d66b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-phpmailer.php\":{\"d\":1501878830,\"h\":\"3eff9ed4b6cadf990b4f238ed91c5ade\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/registration-functions.php\":{\"d\":1550795201,\"h\":\"29ccad9129837ff1e9c1a31d184bfb5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-customize-nav-menus.php\":{\"d\":1550795202,\"h\":\"a6442a416d415cf5b13d349cfbd8a58c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-requests.php\":{\"d\":1501878831,\"h\":\"3965aca1181b2fb6ec75617ab4d4223c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/bookmark-template.php\":{\"d\":1550795202,\"h\":\"c8146e5a3826a48b4e72461b09d9c509\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-feed-cache.php\":{\"d\":1550795201,\"h\":\"fa9f1bec5a8ef5b8db2d7de5e5a97740\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/capabilities.php\":{\"d\":1560911419,\"h\":\"0a00bc46a217971b57ea67c3ba67e5ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-customize-control.php\":{\"d\":1550795201,\"h\":\"658ff3275540ee1999870378467f71f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-feed.php\":{\"d\":1550795202,\"h\":\"aa224dc88c30c4917faa58d4215521bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/pluggable.php\":{\"d\":1567686776,\"h\":\"6984bdfeaef404c133379eb760abfbf4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/admin-bar.php\":{\"d\":1557300708,\"h\":\"a2193f1a28ea3a8de5e1461c735873c9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/template-loader.php\":{\"d\":1557300708,\"h\":\"ae3f82889b8e7badd4d665fa58cf8a55\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-tax-query.php\":{\"d\":1550795201,\"h\":\"81c5de843504f41dd99cdac86be17982\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-hook.php\":{\"d\":1550795201,\"h\":\"1460c91e65894dd9352c12fa54da7326\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/general-template.php\":{\"d\":1558551127,\"h\":\"4713fe8e76897dd9b9eb53ca7cee0832\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-embed.php\":{\"d\":1550795201,\"h\":\"1b939b4a743eb06e71f6b0557cf97224\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/category.php\":{\"d\":1550795201,\"h\":\"2eaf7ec22efcb2c14cf486a3fb393bda\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/post-template.php\":{\"d\":1567686776,\"h\":\"e4ebc22033ca2fe137981d933ac3f464\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-walker-category-dropdown.php\":{\"d\":1550795201,\"h\":\"03f1979261702de0af3683863f21b347\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class.wp-styles.php\":{\"d\":1550795201,\"h\":\"c2e7cfeebed7ecf62516a535864b986d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/http.php\":{\"d\":1550795202,\"h\":\"43436b9ce1cbe3997ec0a3757f79e560\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-simplepie-sanitize-kses.php\":{\"d\":1550795202,\"h\":\"6b991aa70873f6fc59da9e8cf6678490\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/bookmark.php\":{\"d\":1550795201,\"h\":\"19a66b8dabdc75022d18913d1630ca79\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-walker-page.php\":{\"d\":1557300708,\"h\":\"f16297083f4321a8d81866c19d5a783c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/default-widgets.php\":{\"d\":1510798911,\"h\":\"1aa4e034046b70de77e83f2a80c31cc6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-block-type.php\":{\"d\":1544165174,\"h\":\"99a654085db59c78efffaf91f9131d01\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-http-curl.php\":{\"d\":1550795201,\"h\":\"93884806c5ece34b4aa804ce09fac5da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-user.php\":{\"d\":1550795202,\"h\":\"febc073980320884e5bf4a9e881a73f0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-admin-bar.php\":{\"d\":1557300708,\"h\":\"2b073e6252ad3f3f47cfbf35f8e80943\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-user-meta-session-tokens.php\":{\"d\":1550795202,\"h\":\"9b382f2700b900b8a57618534c2d4700\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/spl-autoload-compat.php\":{\"d\":1510798912,\"h\":\"5fa0ee4ca7705a26dba5978bef68e975\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/widgets.php\":{\"d\":1550795201,\"h\":\"2785b0bdea595f537520007b946258a8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-locale-switcher.php\":{\"d\":1550795202,\"h\":\"3336b18490cbc3166174772de46642c5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/comment-template.php\":{\"d\":1557300707,\"h\":\"bfd61cd357ca8dc85cb675b8199e237e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-http.php\":{\"d\":1557300707,\"h\":\"dcb342458d668cb6a6ad201161b8ce43\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-http-cookie.php\":{\"d\":1557300708,\"h\":\"33e1e857decd4d005d676fde23b18690\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-post-type.php\":{\"d\":1510798911,\"h\":\"dbdc2efd2457f8d2fe01366566ab0c9f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/default-filters.php\":{\"d\":1560911419,\"h\":\"7340d10a6e88fbc714bf9ff927b4d852\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/registration.php\":{\"d\":1550795201,\"h\":\"14fd12b5b0047ecf973b3871aab6f94b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-http-requests-hooks.php\":{\"d\":1550795202,\"h\":\"fc1b720910c2a99baf7ec7b3c3ffb2bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/feed-rss2.php\":{\"d\":1557300708,\"h\":\"97fe3efe56322565a440ead86b46e436\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rss.php\":{\"d\":1501878830,\"h\":\"c21d6d86e75bef00fa6c4a0ec5e1ca3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-theme.php\":{\"d\":1557300708,\"h\":\"742350ca0b77e85da8b76402e43962d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/plugin.php\":{\"d\":1550795201,\"h\":\"8e63807d84984f3a5c1b71277c9e620e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-customize-section.php\":{\"d\":1550795201,\"h\":\"c80b265e60361dbf671a06fbef8eb1af\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/shortcodes.php\":{\"d\":1550795202,\"h\":\"5189a267eb60411d981fd670c646178b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class.wp-dependencies.php\":{\"d\":1550795201,\"h\":\"40c4613632167e97f64a31de2a4f6c98\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-http-proxy.php\":{\"d\":1550795201,\"h\":\"7478191f118b7a20465f1196cd29a874\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ms-functions.php\":{\"d\":1557300707,\"h\":\"f023a0cc9aa3f184a7be49d0ed05d3af\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-http-encoding.php\":{\"d\":1550795201,\"h\":\"84e8aa39fc4ab6cdd13987540343b20e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-network-query.php\":{\"d\":1557300708,\"h\":\"52b67b7120fda65bd44adcc3e54652e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-widget-factory.php\":{\"d\":1550795201,\"h\":\"13a7ee59c97970490db8ee9c54e7879d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/functions.wp-styles.php\":{\"d\":1550795201,\"h\":\"ff473b7c47fe49bd251bfcce9c0f5a67\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp.php\":{\"d\":1550795202,\"h\":\"36a82223311c97b1096429a1b62beaca\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/user.php\":{\"d\":1557300707,\"h\":\"cb5f16458855bd66bf772bfcb7841eff\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/feed-rdf.php\":{\"d\":1557300707,\"h\":\"cc4bfdc0333a815cfeb48bbbbeffac3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-http-response.php\":{\"d\":1510798911,\"h\":\"2e5489b7340c2c5b4acedcd186a940da\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-walker-comment.php\":{\"d\":1550795201,\"h\":\"c11c6f8c5d32fdc29bb69d27c363f253\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/compat.php\":{\"d\":1557300707,\"h\":\"b3cc43963b9e9d28356464eb1366cff3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/functions.php\":{\"d\":1558551127,\"h\":\"dee31eb318b9aa07becf82abf59b8a42\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-metadata-lazyloader.php\":{\"d\":1550795201,\"h\":\"14213080478b7145a1364b130b1a1343\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/functions.wp-scripts.php\":{\"d\":1550795201,\"h\":\"7b56b649d9f8732dd47a145137edceac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/update.php\":{\"d\":1557300708,\"h\":\"ad218abc31003db7163431d06d9369e5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/theme.php\":{\"d\":1557300708,\"h\":\"bbf46c42b433c77446b3068225cc049e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/embed-template.php\":{\"d\":1501878829,\"h\":\"880c0f3ebdef45564a7b3b1536ff212a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-role.php\":{\"d\":1550795201,\"h\":\"f547556b91bbc6959e40cb5c7af62378\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/post-formats.php\":{\"d\":1550795201,\"h\":\"4636fbbacedea47a8aed64605a46b33b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-json.php\":{\"d\":1557300708,\"h\":\"dfc43d733b52ee8a983f42598d84b9b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-user-query.php\":{\"d\":1550795201,\"h\":\"5850ea2f38918bba3d2dbd42552150b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/cron.php\":{\"d\":1557300708,\"h\":\"f3530a0982275b714b7157ccee53569d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ms-site.php\":{\"d\":1557300707,\"h\":\"0692b35e09da60268d76700fd062c7cb\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-customize-panel.php\":{\"d\":1550795201,\"h\":\"316a472933c6eff604f05d1bcc070866\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rewrite.php\":{\"d\":1557300708,\"h\":\"13aee333afa97ec523e6756be286dc39\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-list-util.php\":{\"d\":1550795201,\"h\":\"f7191a55551cd0b48b729b3b21d3408b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ms-default-constants.php\":{\"d\":1550795202,\"h\":\"bb4b4c4d7777fb903b4e69b52f9e302a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-meta-query.php\":{\"d\":1550795201,\"h\":\"ac509bcdf2bc8f4697cf5791b6736670\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/vars.php\":{\"d\":1550795202,\"h\":\"654754c5744e8c04cb0b354113c7bf2e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rss-functions.php\":{\"d\":1550795201,\"h\":\"90195b8a8a34accec5e3cf15b12bba44\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ms-load.php\":{\"d\":1557300707,\"h\":\"b5fac50d2eb00fea9b807e0577e9895b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-image-editor-imagick.php\":{\"d\":1550795202,\"h\":\"bfb04f721bc6f8a936151051e4291aa7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/default-constants.php\":{\"d\":1557300707,\"h\":\"fefa20ea3dc1724a345bdc1e0119cc1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-term.php\":{\"d\":1550795201,\"h\":\"3b9ac370ca4ced3e10a26326840d8ed9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-simplepie-file.php\":{\"d\":1550795202,\"h\":\"93feb0d909684c244b9b933a677180fa\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-simplepie.php\":{\"d\":1501878830,\"h\":\"0dbef394a91127f068ac8fdd587d4895\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ms-deprecated.php\":{\"d\":1550795202,\"h\":\"3568dbc0d934d1b4a4d3c7ebdf168edf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/wp-diff.php\":{\"d\":1550795201,\"h\":\"abf6a0e1e858409011d1457ac9f2df7d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-dependency.php\":{\"d\":1550795201,\"h\":\"a8082b24c6f785cf40d54b76eb75da78\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-paused-extensions-storage.php\":{\"d\":1557300707,\"h\":\"da4fcf53f91e5905e75efe7d1f7bc473\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-term-query.php\":{\"d\":1550795201,\"h\":\"a633051c7896c62d09390cea4926876f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-block-parser.php\":{\"d\":1550795201,\"h\":\"054c1d78d3e704158ed348fa2cf3d2f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-image-editor.php\":{\"d\":1550795202,\"h\":\"e50e9a53be41bff0b6e814e100238d23\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-walker-page-dropdown.php\":{\"d\":1550795201,\"h\":\"8f93f79e850aa687584be610b32a8a4b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-customize-setting.php\":{\"d\":1557300707,\"h\":\"fab2c9603bed60cfc2f12df386cfd4fc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/feed.php\":{\"d\":1558551127,\"h\":\"3c469cef4ce46b7c2f8a7b597e340eaf\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-phpass.php\":{\"d\":1501878830,\"h\":\"03191a210ccbea54cb07dedfedb7cc42\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-roles.php\":{\"d\":1550795201,\"h\":\"6e9e9c3ee16ece7057a4899f86e6c472\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-http-requests-response.php\":{\"d\":1557300708,\"h\":\"0950e0291760cda15d616a6b80ba0c52\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-widget.php\":{\"d\":1550795201,\"h\":\"cb0cc2bfd2a8103fdb2bdcbda419b022\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/feed-rss2-comments.php\":{\"d\":1557300707,\"h\":\"d875eb6e31d2f480c832c1f5446a58cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-taxonomy.php\":{\"d\":1550795201,\"h\":\"a5b7d318947a3152fba7f3147215df10\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/deprecated.php\":{\"d\":1557300707,\"h\":\"ddb98eec99379114e56df10adc936b70\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/taxonomy.php\":{\"d\":1557300708,\"h\":\"5176b33148e33f72c4afc996b5c0f8d9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/media.php\":{\"d\":1557300708,\"h\":\"d4a64b69570113d68e35f1ff64a1ebb0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-oembed.php\":{\"d\":1557300708,\"h\":\"995b22b1004d1a780fb5c172eac0f721\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/comment.php\":{\"d\":1557300708,\"h\":\"2496e4ce52bae9f48b8d667da0949971\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ms-files.php\":{\"d\":1550795201,\"h\":\"027184d9aaf72aa96278e3cc59be61bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-smtp.php\":{\"d\":1557300708,\"h\":\"3ee0c198ac81533f62c9d7cf6eadcfbc\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-recovery-mode-cookie-service.php\":{\"d\":1557300708,\"h\":\"14281a16fb9ffc0cb8fdc2da0a81484f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-editor.php\":{\"d\":1557300708,\"h\":\"dad431ea84c90773120c11b8fd7fb70a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-comment.php\":{\"d\":1550795202,\"h\":\"313e2f4487de8a1f5657a417ddefe193\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-block-type-registry.php\":{\"d\":1544165174,\"h\":\"8920e4f6a535c62e053f5434d8cd6cb8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-recovery-mode-key-service.php\":{\"d\":1557300707,\"h\":\"12b99765c3e72389fde5109337804886\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-comment-query.php\":{\"d\":1550795202,\"h\":\"e57f13c011cc81856e4fbefd32bfe927\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/date.php\":{\"d\":1550795201,\"h\":\"b13e2a56564ccbc0b5d2d66248972716\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ms-settings.php\":{\"d\":1550795201,\"h\":\"ef0a6bbc4b78ebada3f70ddc088f5938\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-site.php\":{\"d\":1557300707,\"h\":\"f48fbb6b90b2e92e9d0ce7444b718642\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-recovery-mode-email-service.php\":{\"d\":1557300708,\"h\":\"45d171f3ef9d4d73782a423650425e56\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-http-ixr-client.php\":{\"d\":1550795201,\"h\":\"1b6c265b0a929c87689a6204c81b8284\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/locale.php\":{\"d\":1501878830,\"h\":\"5fac3f3e6e59e2ba781546e0e287f1ae\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-text-diff-renderer-inline.php\":{\"d\":1550795202,\"h\":\"e8053813b36cb4b25f0deeb275ff8ca9\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-image-editor-gd.php\":{\"d\":1550795202,\"h\":\"c2a39f29abce51f73349fb3f58cd42cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/feed-atom.php\":{\"d\":1557300708,\"h\":\"0545cbfce9cbd59bd449245e6947ab5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/rest-api.php\":{\"d\":1557300708,\"h\":\"fef404e1f3e67bb6178569cd0a89db0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-customize-manager.php\":{\"d\":1557300708,\"h\":\"f1a1287f2f3f4b16509376d707f346c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/script-loader.php\":{\"d\":1567686776,\"h\":\"ac3dbefe5e0620ce71cc7a34faade7ac\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-text-diff-renderer-table.php\":{\"d\":1550795202,\"h\":\"5f59794777e25f42d85784fcf039822b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/embed.php\":{\"d\":1557300708,\"h\":\"85c306e779d92ce0b5dcb05c412212e4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/error-protection.php\":{\"d\":1557300708,\"h\":\"1d198cf587ed868f97338d956e2f5d65\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/session.php\":{\"d\":1550795201,\"h\":\"d0b26ea1335565aecded92f3c1651d37\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-session-tokens.php\":{\"d\":1550795201,\"h\":\"c2fcecaae71a42274bd27df03c7957ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ms-blogs.php\":{\"d\":1557300708,\"h\":\"46904ddf3369511efa56ddde58e5bfe5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-IXR.php\":{\"d\":1501878830,\"h\":\"32ac76bea2307022852b2f7a62c60c2b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/version.php\":{\"d\":1567686776,\"h\":\"55a63aeeec02e99254673443edd89ae0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/revision.php\":{\"d\":1550795201,\"h\":\"9cee5e0717d69945915d0122e3bff453\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/media-template.php\":{\"d\":1567686776,\"h\":\"4e65a9fd5f00e63e021342af6850fc0e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/atomlib.php\":{\"d\":1501878831,\"h\":\"624a338dd694e5ae656b039565d6275b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-fatal-error-handler.php\":{\"d\":1558551127,\"h\":\"076f5e1e7d6935882ca5684204c1a07a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/feed-atom-comments.php\":{\"d\":1557300707,\"h\":\"25763cd618428f25d6f7b3f4e6b4ee04\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/query.php\":{\"d\":1557300708,\"h\":\"73f2fc1f218d5a53dc2dc11a02430301\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-customize-widgets.php\":{\"d\":1557300707,\"h\":\"fe8e406676105bff88c51e61d5076d66\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/formatting.php\":{\"d\":1567686776,\"h\":\"473340cf81c20b8f0cf00cdbbbd7cba5\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-pop3.php\":{\"d\":1501878830,\"h\":\"154b5451c8a93a4f21a74054be961d79\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-http-streams.php\":{\"d\":1550795201,\"h\":\"218debe8c3faf10d4e0974d7804ac469\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-matchesmapregex.php\":{\"d\":1550795201,\"h\":\"585279713246292c89ebeaddebc501cd\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/meta.php\":{\"d\":1557300708,\"h\":\"38c60c3c2fab351698c35a29236e1bce\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-site-query.php\":{\"d\":1557300708,\"h\":\"64f383edab0b9bb8e62947f6fdffe27e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-oembed-controller.php\":{\"d\":1550795201,\"h\":\"31c232c14ce2c83c3746a6f09414c5e8\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ms-network.php\":{\"d\":1550795201,\"h\":\"1c63bae6011ea1b3999dfba589be0351\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-walker-category.php\":{\"d\":1557300708,\"h\":\"159710d02d614bccffadc4238a8ecaea\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/pluggable-deprecated.php\":{\"d\":1501878831,\"h\":\"e463b18764f9a900ccfe7eb7356a12c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-snoopy.php\":{\"d\":1501878830,\"h\":\"73b05cdec5859ff6edcfbcd22ebd0960\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/cache.php\":{\"d\":1557300708,\"h\":\"af0a22027562b5590a2a2987693dfb46\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/l10n.php\":{\"d\":1557300708,\"h\":\"4b43593c3159528b405fff5d71cffa6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/ms-default-filters.php\":{\"d\":1550795201,\"h\":\"6cf25ce7713083ea488a3b1f1114aa14\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-network.php\":{\"d\":1550795202,\"h\":\"3913d18be2a843b17ecd44812db6c856\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-xmlrpc-server.php\":{\"d\":1557300707,\"h\":\"7a8c530344adc60cb2991d1d5dfc8796\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-post.php\":{\"d\":1557300708,\"h\":\"4fad509b862fea0d3fef53dea4f609a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-walker.php\":{\"d\":1550795201,\"h\":\"f0eeb624c0086cf4cf4431b7232be4f7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/feed-rss.php\":{\"d\":1557300707,\"h\":\"e16426757954106eb8613a69cd288960\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/nav-menu-template.php\":{\"d\":1557300708,\"h\":\"64ca63258442707cb8d1986620ec183d\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/canonical.php\":{\"d\":1557300707,\"h\":\"7072f49557e3d4f71bcb8e5bb676c9a2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-walker-nav-menu.php\":{\"d\":1557300708,\"h\":\"fa8f3620b57d873ff1a2f7cbd32da791\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-recovery-mode.php\":{\"d\":1557300708,\"h\":\"c15f644d73dfd7bc38f9b109504978d6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/author-template.php\":{\"d\":1557300708,\"h\":\"ff37059f2e71e091579661e8bd53a7b7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class.wp-scripts.php\":{\"d\":1550795201,\"h\":\"04d87374bbeef251727e48c18e6ecf4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/class-wp-feed-cache-transient.php\":{\"d\":1550795202,\"h\":\"8678a8dd3f5eeebba13e19df19b34ff4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/post.php\":{\"d\":1557300708,\"h\":\"2e905ac3b1b9e8173d99e3538386fe5c\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/kses.php\":{\"d\":1567686776,\"h\":\"187d7aacb3746c63afc5b30d29692478\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-includes\\/wp-db.php\":{\"d\":1557300708,\"h\":\"40056dca24c56ba144dbc8a36ffe7378\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/403.shtml\":{\"d\":1503576601,\"h\":\"632d05c9c9a8b6bf3bc808e8d9f8885e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/xmlrpc.php\":{\"d\":1550795202,\"h\":\"ec0319c65e8096c460fe78feee8b2288\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/default.html\":{\"d\":1503576602,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/500.shtml\":{\"d\":1503576602,\"h\":\"b77a5c690364e9cd121d03e110ecf583\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-comments-post.php\":{\"d\":1550795202,\"h\":\"4a98c020baeb9e82f5f577e737234f56\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/error_log\":{\"d\":1565116933,\"h\":\"4a6134036f5cf92df741ac199af44ac6\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/500.php\":{\"d\":1503576602,\"h\":\"80fd04844b338f3ae5c44c6f9d2a7e45\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-cron.php\":{\"d\":1550795202,\"h\":\"0f31e7fef84445fe4f4bf7c092ec6c10\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/400.shtml\":{\"d\":1503576602,\"h\":\"67e180fd9e4a51ff64769439626e165a\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/.htaccess.ea4new\":{\"d\":1556754051,\"h\":\"3ceba8e4bf6b6886f325f2aee2a43c10\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-config-sample.php\":{\"d\":1550795202,\"h\":\"3e42b983e0b6999d40027bada5f512e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/404.shtml\":{\"d\":1503576602,\"h\":\"fb15b70c9267565cce8a77a096425383\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-settings.php\":{\"d\":1557300707,\"h\":\"edb6d70dc7dcdd73d2558ec8f7e528de\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/.htaccess.ea4bak\":{\"d\":1555461734,\"h\":\"685f6bb63014885f42f6254ac3132a1f\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-blog-header.php\":{\"d\":1550795202,\"h\":\"f3f43bcb755e7599abfd0cb56b710e81\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-login.php\":{\"d\":1560911419,\"h\":\"0f216c7abc1bed25c99b17fa86a3da58\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-mail.php\":{\"d\":1550795202,\"h\":\"c25ef6fbf40fbc76be342d490c0e874b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/license.txt\":{\"d\":1557300708,\"h\":\"40fc2f39d472a1bb52f4ebe59702e0c2\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-load.php\":{\"d\":1550795202,\"h\":\"b133347f6df56277b32a5405153bacb4\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/index.php\":{\"d\":1550795202,\"h\":\"b9142a5f513a565bcb15430f4982000e\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-config.php\":{\"d\":1548432487,\"h\":\"4426c6bcde6dcf44d90dfb9fddd9db93\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-trackback.php\":{\"d\":1550795202,\"h\":\"d74b02cd709360ef78dc226cdbabce91\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/readme.html\":{\"d\":1567686776,\"h\":\"8734f564e795dad3f234b79f58e899d0\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/401.shtml\":{\"d\":1503576602,\"h\":\"44560a083fefbe256344baf162cf468b\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-links-opml.php\":{\"d\":1550795202,\"h\":\"e5afa38ed5c796d43f301825975ab547\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/.htaccess\":{\"d\":1568788338,\"h\":\"bc70c056ffc745a57995a7db9c4ee065\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-activate.php\":{\"d\":1550795201,\"h\":\"5c88f9b1e75f5db710c2dcfcdeab1d24\"},\"\\/home2\\/zphiblgz\\/public_html\\/members\\/wp-signup.php\":{\"d\":1550795202,\"h\":\"b7deb3dbd61d082b99db157ae02a5280\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/checkrequestvoucher.doc\":{\"d\":1382572170,\"h\":\"50ac35dc1d8ffc0a6b33604db287b3c1\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz account balance 121512.pdf\":{\"d\":1382572179,\"h\":\"9c859e576c7b8a7afa4db95e33b63218\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/application_09-10.doc\":{\"d\":1382572166,\"h\":\"92da980d8f2afaa4cd5a4ffa67b81625\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgztamiasreport10-15-11.xls\":{\"d\":1382572197,\"h\":\"e916a14c46332a7a613cb8831b7d52b3\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgztamiasreport02-19-11.xls\":{\"d\":1382572191,\"h\":\"ffc2dda9f166fad08215b419371a6d87\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz account balance 031613.pdf\":{\"d\":1382572176,\"h\":\"0ef0c0f37281de06e128796af23698c6\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz tamias report 12-18-10.xls\":{\"d\":1382572180,\"h\":\"28bdeaf5fcb8031eac8893070f45ba8e\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz tamias report operating acct sep 15 2012.pdf\":{\"d\":1382572185,\"h\":\"3dd7b18fceec45b8f8aa73ffdfbcb3ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/index.html\":{\"d\":1382572173,\"h\":\"dd5d02cc750d2855cf6f6c5bf5bea587\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/zpbapr11mins.doc\":{\"d\":1382572202,\"h\":\"6f864e20b5fe4b96dc074b0fd98be59d\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lets do more - membership focus month.pdf\":{\"d\":1382572174,\"h\":\"a736462ba16f691f6e109444ee3d4b76\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgztamiasreport06-18-11.xls\":{\"d\":1382572195,\"h\":\"e5408ca6b679ecd430379c216d3c90d4\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgztamiasreport2-18-12.xls\":{\"d\":1382572190,\"h\":\"33b6878be5db6bbb418d4db16b9750eb\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/zpbnov2010minutes.doc\":{\"d\":1382572203,\"h\":\"b87d1559f85537e2ed57282ec4d83947\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz account balance 111612.pdf\":{\"d\":1382572178,\"h\":\"3ea24aea3231e9b05986110a72d92c9a\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz tamias report operating acct june 15 2013.pdf\":{\"d\":1382572183,\"h\":\"ef1fb1f9442e4170ed86b829783742f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz tamias report operating acct may 18 2013.pdf\":{\"d\":1382572184,\"h\":\"b843e2704dc0f776ee2e8fc67d35edee\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgzwebsiteguide.doc\":{\"d\":1382572199,\"h\":\"8ce7bc6a0efaacb90fa411ead0da814b\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgztamiasreport4-21-12.xls\":{\"d\":1382572193,\"h\":\"1015a866c4f4746d1c64e9ed47903ea4\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz tamias report operating acct mar 16 2013.pdf\":{\"d\":1382572183,\"h\":\"755a7a08d6db5e61a32b715e0b3213e3\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/eb051510basileusreport.doc\":{\"d\":1382572172,\"h\":\"4433db80486efb4354f1aa8969608991\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/zpb-lgz skate party flyer.doc\":{\"d\":1382572202,\"h\":\"9a5b9430e3a90d5e7b623b1857366789\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgztamiasreport5-19-12.xls\":{\"d\":1382572194,\"h\":\"56ee02792962ad8a832dee2aadb7ddf8\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/zetaphibetasorority-june2011minutes.doc\":{\"d\":1382572201,\"h\":\"048351b0305e2288ec3a7e5edb5a722b\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/reimbursementvoucher.doc\":{\"d\":1382572199,\"h\":\"74f5cbcdd8582c23a77367c0971b0c6d\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz account balance 011913.pdf\":{\"d\":1382572175,\"h\":\"c89edf3a807dccbdf9534afc242d7d0f\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz account balance 061513.pdf\":{\"d\":1382572177,\"h\":\"fc0b6de682bcba37672eef439f30ce37\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz account balance 101912.pdf\":{\"d\":1382572178,\"h\":\"7f698d5fec9f462cfdcace9286cf597c\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgztamiasreport1-21-12.xls\":{\"d\":1382572190,\"h\":\"5b4a9cf083a04e8ba918cbb5202ea362\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgzconstitution.doc\":{\"d\":1382572189,\"h\":\"f1fb969def7164182c80e329e7cab174\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz tamias report operating acct apr 20 2013.pdf\":{\"d\":1382572181,\"h\":\"5ebda883854d658f455d87fbf22f6457\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/zetaphi betasorority-june2011minutes.doc\":{\"d\":1382572200,\"h\":\"048351b0305e2288ec3a7e5edb5a722b\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgzcharter.pdf\":{\"d\":1382572187,\"h\":\"29cd47ca9eefb2078d9693c8468fbe34\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/juneminutes.doc\":{\"d\":1382572174,\"h\":\"048351b0305e2288ec3a7e5edb5a722b\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz tamias report operating acct oct 19 2012.pdf\":{\"d\":1382572185,\"h\":\"96d095caba18e42820c2e45754cb1282\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgztamiasreport01-15-11.xls\":{\"d\":1382572189,\"h\":\"2107b8a92f1727815ac3feae0a226c41\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz tamias report operating acct jan 19 2012.pdf\":{\"d\":1382572182,\"h\":\"30b0f7a70b14ba862e43d2fd9c9dbf11\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgztamiasreport03-19-11.xls\":{\"d\":1382572192,\"h\":\"dbf9a09cf79954b26213939d87e724df\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/howardcountyexecutiveproclamation-lgz.pdf\":{\"d\":1382572172,\"h\":\"7e1f94b14cd93a37ab6bd9ab9b5c5be8\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgztamiasreport12-17-11.xls\":{\"d\":1382572198,\"h\":\"caf42481b0dfa04fdf6d4776c03369ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgzconstandbylaws2013.doc\":{\"d\":1382572188,\"h\":\"89bc33808079f916862f7e2da575b691\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgztamiasreport09-17-11.xls\":{\"d\":1382572196,\"h\":\"5f7d1e7539d4dc46743f8007fb1e2a38\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/currentchapterroster2010-2011.doc\":{\"d\":1382572170,\"h\":\"81f58ce4e98d10a6e5ee96edfb8d00ed\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz tamias report operating acct feb 19 2013.pdf\":{\"d\":1382572182,\"h\":\"fbe13274dc0ad1077e4f5947a5d749b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz account balance 042013.pdf\":{\"d\":1382572176,\"h\":\"a648629770b319184005b57eaa464155\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgztamiasreport6-16-12.xls\":{\"d\":1382572195,\"h\":\"cdafaf70049906ca3ad50e564ac610cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz account balance 021613.pdf\":{\"d\":1382572175,\"h\":\"e1f0c7e8b8a55f4a2016a6a572ea5d0b\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/zetacurrentchapterroster2012-2013.doc\":{\"d\":1382572200,\"h\":\"1897cf0979728766348e0c6ace685936\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgzconstandbylaws.doc\":{\"d\":1382572187,\"h\":\"fff54a50b4191b7f318d281a3c84052c\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgztamiasreport6-30-12.xls\":{\"d\":1382572196,\"h\":\"61460618f0103bb39fa29fba8f167b3b\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz_update_2003_format.doc\":{\"d\":1382572186,\"h\":\"2d16524c2fc479488643137798ffc00c\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz tamias report operating acct dec 15 2012.pdf\":{\"d\":1382572181,\"h\":\"931ac5cf2250db18d69580fd8a7f1069\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgztamiasreport04-16-11.xls\":{\"d\":1382572193,\"h\":\"0df120ee033bdc3be968aa25dba3cf6b\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgztamiasreport11-18-11.xls\":{\"d\":1382572197,\"h\":\"41a8a01cf52fe66c332bf1325ff9596a\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz budget 2012-2013.pdf\":{\"d\":1382572179,\"h\":\"337bb84d2eb272ae10a7344b5eb2cc4a\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/currentchapterroster2011-2012.doc\":{\"d\":1382572171,\"h\":\"78f84890c49a522bc9b152c2e7d518ff\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/beanie flyer.pdf\":{\"d\":1382572169,\"h\":\"92095857af91206b43b528dd99b94516\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz account balance 051813.pdf\":{\"d\":1382572177,\"h\":\"06a98c9230d976cfb56de91cb3da2574\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgz tamias report operating acct nov 16 2012.pdf\":{\"d\":1382572184,\"h\":\"968b815bbe4bb86f69ed432a0ea262c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgztamiasreport05-21-11.xls\":{\"d\":1382572194,\"h\":\"3240fa623e415a9736873dcf578fee2c\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/application_criteria_09-10.doc\":{\"d\":1382572167,\"h\":\"230734128976b7a5d930ad89aab12983\"},\"\\/home2\\/zphiblgz\\/public_html\\/documents\\/lgztamiasreport3-17-12.xls\":{\"d\":1382572191,\"h\":\"3be2bde9f5e9b7e828ec388eee424521\"},\"\\/home2\\/zphiblgz\\/public_html\\/testing\\/403.shtml\":{\"d\":1484530017,\"h\":\"632d05c9c9a8b6bf3bc808e8d9f8885e\"},\"\\/home2\\/zphiblgz\\/public_html\\/testing\\/default.html\":{\"d\":1484530018,\"h\":\"d41d8cd98f00b204e9800998ecf8427e\"},\"\\/home2\\/zphiblgz\\/public_html\\/testing\\/500.shtml\":{\"d\":1484530017,\"h\":\"b77a5c690364e9cd121d03e110ecf583\"},\"\\/home2\\/zphiblgz\\/public_html\\/testing\\/400.shtml\":{\"d\":1484530017,\"h\":\"67e180fd9e4a51ff64769439626e165a\"},\"\\/home2\\/zphiblgz\\/public_html\\/testing\\/.htaccess.ea4new\":{\"d\":1556755434,\"h\":\"a79dc30fb98d5ef40a1eb7fe7cc9e9b6\"},\"\\/home2\\/zphiblgz\\/public_html\\/testing\\/404.shtml\":{\"d\":1484530017,\"h\":\"fb15b70c9267565cce8a77a096425383\"},\"\\/home2\\/zphiblgz\\/public_html\\/testing\\/.htaccess.ea4bak\":{\"d\":1484530017,\"h\":\"fb50c30a49fc4eac437c5c0a397e39f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/testing\\/401.shtml\":{\"d\":1484530018,\"h\":\"44560a083fefbe256344baf162cf468b\"},\"\\/home2\\/zphiblgz\\/public_html\\/testing\\/.htaccess\":{\"d\":1568299062,\"h\":\"8a5106ebe3a7d4a4070c630a9ae31cba\"},\"\\/home2\\/zphiblgz\\/public_html\\/xmlrpc\\/includes\\/index.html\":{\"d\":1257356744,\"h\":\"1c7b413c3fa39d0fed40556d2658ac73\"},\"\\/home2\\/zphiblgz\\/public_html\\/xmlrpc\\/includes\\/defines.php\":{\"d\":1272357042,\"h\":\"bf0883ea829ce7933d8a85cff67701b0\"},\"\\/home2\\/zphiblgz\\/public_html\\/xmlrpc\\/includes\\/framework.php\":{\"d\":1272357042,\"h\":\"383d62a91409860effe7b6728128affd\"},\"\\/home2\\/zphiblgz\\/public_html\\/xmlrpc\\/includes\\/application.php\":{\"d\":1272357042,\"h\":\"46a37c55288cb25ffae2f0445c4ffc67\"},\"\\/home2\\/zphiblgz\\/public_html\\/xmlrpc\\/cache\\/index.html\":{\"d\":1257356744,\"h\":\"1c7b413c3fa39d0fed40556d2658ac73\"},\"\\/home2\\/zphiblgz\\/public_html\\/xmlrpc\\/client.php\":{\"d\":1272357042,\"h\":\"e5ad986d54856baab959ea1766bb3f78\"},\"\\/home2\\/zphiblgz\\/public_html\\/xmlrpc\\/index.php\":{\"d\":1272357042,\"h\":\"354f9ff99fbc511bb5e3e80b83fc13a7\"},\"\\/home2\\/zphiblgz\\/public_html\\/mailbox\\/files\\/errors.css\":{\"d\":1513722332,\"h\":\"e5152f9aad87767776c8590791da1385\"},\"\\/home2\\/zphiblgz\\/public_html\\/mailbox\\/files\\/signin.css\":{\"d\":1513722332,\"h\":\"b8f95ee3c79ba70801bff1db9841c62f\"},\"\\/home2\\/zphiblgz\\/public_html\\/mailbox\\/files\\/i.css\":{\"d\":1513722332,\"h\":\"733e1ce029c8a4aebb5e9925dc171cd8\"},\"\\/home2\\/zphiblgz\\/public_html\\/mailbox\\/files\\/bootstrap.css\":{\"d\":1513722332,\"h\":\"887961a60811d5babeecfe6e26deb5bc\"},\"\\/home2\\/zphiblgz\\/public_html\\/mailbox\\/files\\/ii.css\":{\"d\":1513722332,\"h\":\"2f78202257fd8912b7bef08112feaa1c\"},\"\\/home2\\/zphiblgz\\/public_html\\/mailbox\\/error_log\":{\"d\":1514233052,\"h\":\"471f7b01da9df0046e908dbd5011b0a5\"},\"\\/home2\\/zphiblgz\\/public_html\\/mailbox\\/geoplugin.class.php\":{\"d\":1513722332,\"h\":\"1e63694db090c37403b39236526ce9dd\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/smilies\\/index.html\":{\"d\":1257356685,\"h\":\"1c7b413c3fa39d0fed40556d2658ac73\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/banners\\/index.html\":{\"d\":1257356685,\"h\":\"1c7b413c3fa39d0fed40556d2658ac73\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/thumbs\\/index.html\":{\"d\":1271723668,\"h\":\"dd5d02cc750d2855cf6f6c5bf5bea587\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/avatars\\/index.html\":{\"d\":1269632123,\"h\":\"dd5d02cc750d2855cf6f6c5bf5bea587\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/index.html\":{\"d\":1270238733,\"h\":\"dd5d02cc750d2855cf6f6c5bf5bea587\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/phoca_thumb_s_DSC07379.JPG\":{\"d\":1270238738,\"h\":\"1327b3b2cf7dc36c889787ef8fc590f3\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/phoca_thumb_l_DSC07373.JPG\":{\"d\":1270238736,\"h\":\"2768d97005a543a0e87bfc5323931d69\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/phoca_thumb_s_DSC07389.JPG\":{\"d\":1270238741,\"h\":\"4bb52eee4791b83b481c22cacb06cadf\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/phoca_thumb_s_DSC07372.JPG\":{\"d\":1270238734,\"h\":\"11eb8fa26ffee0669f3315cdbae5db8d\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/phoca_thumb_l_DSC07379.JPG\":{\"d\":1270238739,\"h\":\"101c9cf4cff1f060202f52ac9be0183e\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/phoca_thumb_m_DSC07379.JPG\":{\"d\":1270238738,\"h\":\"025a06832ee31423266d194e32be1623\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/phoca_thumb_l_DSC07382.JPG\":{\"d\":1270238741,\"h\":\"bb7af2f4046a3a6f7941e4753965c5af\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/phoca_thumb_l_DSC07372.JPG\":{\"d\":1270238734,\"h\":\"ea29cca6f3078e125a4ad65cfddcf3a1\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/phoca_thumb_m_DSC07378.JPG\":{\"d\":1270238737,\"h\":\"c5f9c435c40709c9101eac1320db7d27\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/phoca_thumb_l_DSC07378.JPG\":{\"d\":1270238738,\"h\":\"4d933786cb755bd83c94c79153cc5d8a\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/phoca_thumb_l_DSC07389.JPG\":{\"d\":1270238742,\"h\":\"9b1f274ab5f0981899b9ada943ebe7dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/phoca_thumb_s_DSC07382.JPG\":{\"d\":1270238740,\"h\":\"72cc8fea0ab29cb445c866c9f3dcfe68\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/phoca_thumb_m_DSC07373.JPG\":{\"d\":1270238736,\"h\":\"01d074b422c11b6167adbf10aadd5f36\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/phoca_thumb_m_DSC07382.JPG\":{\"d\":1270238740,\"h\":\"d335deebe14e8414e92ed3ed36d4d370\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/phoca_thumb_s_DSC07373.JPG\":{\"d\":1270238735,\"h\":\"e2b40ff49c055a4a86d02b4753b3670e\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/phoca_thumb_m_DSC07372.JPG\":{\"d\":1270238734,\"h\":\"ba0e6e647a01b2ac9cea59198674276d\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/phoca_thumb_s_DSC07378.JPG\":{\"d\":1270238737,\"h\":\"37703d4a175751d58b3baf4a34e7bac9\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/thumbs\\/phoca_thumb_m_DSC07389.JPG\":{\"d\":1270238742,\"h\":\"249c3e4a5f825b9a7d8a3b15a93492b5\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/DSC07389.JPG\":{\"d\":1270243296,\"h\":\"1a1bb0004e271aa32341674babc6811f\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/DSC07372.JPG\":{\"d\":1270243292,\"h\":\"b745ed645bcfb1951b68a6e613cdbbbe\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/DSC07382.JPG\":{\"d\":1270243294,\"h\":\"79747074a4e1a2a24564d930ab277570\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/DSC07378.JPG\":{\"d\":1270243296,\"h\":\"bd0c7ba0dbb2a3cc6355cd8ab12858c0\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/DSC07379.JPG\":{\"d\":1270243294,\"h\":\"22fefdb5e234e871366906d27b678db1\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Luggage_Drive\\/DSC07373.JPG\":{\"d\":1270243294,\"h\":\"610ab911dcda14a82d895f4b6467c461\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/thumbs\\/phoca_thumb_s_DSC01308.JPG\":{\"d\":1270238245,\"h\":\"bb21ff3fb0bb68d8bd34f62899fbd268\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/thumbs\\/index.html\":{\"d\":1270238240,\"h\":\"dd5d02cc750d2855cf6f6c5bf5bea587\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/thumbs\\/phoca_thumb_m_DSC01308.JPG\":{\"d\":1270238245,\"h\":\"03c7d3e57e45825d47eb4ea6c19055dc\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/thumbs\\/phoca_thumb_l_DSC01308.JPG\":{\"d\":1270238246,\"h\":\"6a74f04336a1749cceb6665286452c42\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/thumbs\\/phoca_thumb_s_DSC01309.JPG\":{\"d\":1270238246,\"h\":\"59198efc555261c971e7ad6e08e00ee2\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/thumbs\\/phoca_thumb_m_DSC01309.JPG\":{\"d\":1270238246,\"h\":\"5f3a47e4337da2343ff869162342d5bd\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/thumbs\\/phoca_thumb_l_DSC00993.JPG\":{\"d\":1270238241,\"h\":\"227d93e114f18b8967c94a01d5d293ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/thumbs\\/phoca_thumb_l_DSC00997.JPG\":{\"d\":1270238244,\"h\":\"a2d572f0cc3d64275ebeb4e3b54fbbd5\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/thumbs\\/phoca_thumb_m_DSC00996.JPG\":{\"d\":1270238242,\"h\":\"55f9017dc58bb53de63a19e50682a534\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/thumbs\\/phoca_thumb_l_DSC01309.JPG\":{\"d\":1270238247,\"h\":\"2b5b3b5433361f993ac160c475fdf7ad\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/thumbs\\/phoca_thumb_m_DSC00997.JPG\":{\"d\":1270238244,\"h\":\"351d13781f374a1dbf44857ec04bd484\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/thumbs\\/phoca_thumb_s_DSC00993.JPG\":{\"d\":1270238240,\"h\":\"a29869bc2726c420a6106d055b227dac\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/thumbs\\/phoca_thumb_s_DSC00997.JPG\":{\"d\":1270238244,\"h\":\"a224908b811cea67d8cd79a72926099f\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/thumbs\\/phoca_thumb_m_DSC00993.JPG\":{\"d\":1270238240,\"h\":\"df78e53146a6b234e7b6ade482a7e87f\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/thumbs\\/phoca_thumb_l_DSC00996.JPG\":{\"d\":1270238243,\"h\":\"71424665bb186ca42161689a9eaa58e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/thumbs\\/phoca_thumb_s_DSC00996.JPG\":{\"d\":1270238242,\"h\":\"dcf71d506b4e45fa390172565921ca8f\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/DSC00996.JPG\":{\"d\":1270243266,\"h\":\"00150baf8c4c870e533a3f255aa2cac9\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/DSC00993.JPG\":{\"d\":1270243264,\"h\":\"b4e57f27f3c3433d8ba2182c3858bef5\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_March_of_Dimes\\/DSC00997.JPG\":{\"d\":1270243266,\"h\":\"55614e1f0f79f375a0a4a08e452df553\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Pan_Hel\\/index.html\":{\"d\":1276040002,\"h\":\"dd5d02cc750d2855cf6f6c5bf5bea587\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Adopt_A_Road\\/thumbs\\/index.html\":{\"d\":1270238762,\"h\":\"dd5d02cc750d2855cf6f6c5bf5bea587\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Adopt_A_Road\\/thumbs\\/phoca_thumb_l_DSC01342.JPG\":{\"d\":1270238767,\"h\":\"ce2b78aa735cce0a2c3471c10f337704\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Adopt_A_Road\\/thumbs\\/phoca_thumb_m_DSC01317.JPG\":{\"d\":1270238764,\"h\":\"56e2b2a8119c4d66014c833539dea120\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Adopt_A_Road\\/thumbs\\/phoca_thumb_m_DSC01342.JPG\":{\"d\":1270238767,\"h\":\"e63416fbf17d774ab0874d00e2de0fee\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Adopt_A_Road\\/thumbs\\/phoca_thumb_l_DSC01338.JPG\":{\"d\":1270238766,\"h\":\"9029fc00a933c30fff513aed99cbe54d\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Adopt_A_Road\\/thumbs\\/phoca_thumb_s_Adopt A Road.JPG\":{\"d\":1270238762,\"h\":\"867b9ef6aaf3c164c760efc974960061\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Adopt_A_Road\\/thumbs\\/phoca_thumb_s_DSC01338.JPG\":{\"d\":1270238765,\"h\":\"6af83a7df81ab9ca5178503e9221fd99\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Adopt_A_Road\\/thumbs\\/phoca_thumb_m_DSC01338.JPG\":{\"d\":1270238765,\"h\":\"44e7cc41c0166a0559c6856226a9f624\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Adopt_A_Road\\/thumbs\\/phoca_thumb_l_DSC01317.JPG\":{\"d\":1270238764,\"h\":\"5db99ee081c5a6a51edf82cfe873aaa2\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Adopt_A_Road\\/thumbs\\/phoca_thumb_s_DSC01317.JPG\":{\"d\":1270238764,\"h\":\"8e3626b5ff01a157e6b6887bf475b40b\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Adopt_A_Road\\/thumbs\\/phoca_thumb_l_Adopt A Road.JPG\":{\"d\":1270238763,\"h\":\"506e3063317f1bf1fe8d6d1224a6411c\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Adopt_A_Road\\/thumbs\\/phoca_thumb_s_DSC01342.JPG\":{\"d\":1270238767,\"h\":\"dd7a3fa2ec56f667f3dde5645a6e5696\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Adopt_A_Road\\/thumbs\\/phoca_thumb_m_Adopt A Road.JPG\":{\"d\":1270238763,\"h\":\"16951ec79d03fa59e64f61fa79d3123d\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Adopt_A_Road\\/Adopt A Road.JPG\":{\"d\":1270243240,\"h\":\"4019cdf45145fdb28ac4d6127a1adced\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Adopt_A_Road\\/DSC01338.JPG\":{\"d\":1270243240,\"h\":\"f63824622cf77d05959ab917dd24ad99\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/2009_Adopt_A_Road\\/DSC01342.JPG\":{\"d\":1270243240,\"h\":\"02d49a351e9023e7d5930001f776e2e7\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/Members\\/thumbs\\/index.html\":{\"d\":1270737487,\"h\":\"dd5d02cc750d2855cf6f6c5bf5bea587\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_m_DSC00198.JPG\":{\"d\":1270238822,\"h\":\"9e618d968489a66cbef44ef93ac3d54a\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/index.html\":{\"d\":1270238820,\"h\":\"dd5d02cc750d2855cf6f6c5bf5bea587\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_s_DSC00208.JPG\":{\"d\":1270238839,\"h\":\"217f7d9af6e967c8e282e47956b5a428\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_m_DSC00223.JPG\":{\"d\":1270238854,\"h\":\"59435d87168c1e2304cfe53bb7011999\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_m_DSC00200.JPG\":{\"d\":1270238831,\"h\":\"2909c4d4fe0e3ded7d05494b7bcf49de\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_m_DSC00208.JPG\":{\"d\":1270238840,\"h\":\"26736d23c537ea4429200b04fba522e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_m_DSC00215.JPG\":{\"d\":1270238846,\"h\":\"4b8cd430c8a8aeba074848824b4b5f3a\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_s_DSC00200.JPG\":{\"d\":1270238829,\"h\":\"a3ae427d1f09125530dc312a8ddb3ed8\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_l_DSC00223.JPG\":{\"d\":1270238855,\"h\":\"bff5bf120d7a90b2c6a7c0b0a45c44f9\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_s_DSC00199.JPG\":{\"d\":1270238824,\"h\":\"204c16c781fbf0f3374d120d4e00624a\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_l_DSC00215.JPG\":{\"d\":1270238847,\"h\":\"2fd977f253d9c46d075c86bbca497489\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_s_DSC00207.JPG\":{\"d\":1270238834,\"h\":\"444e7f7228d5608f885430dbe968945f\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_l_DSC00221.JPG\":{\"d\":1270238852,\"h\":\"b1f0324beda9b4c15fcb002839bcc064\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_m_DSC00199.JPG\":{\"d\":1270238825,\"h\":\"0f14343a79fba63a3b0bfd0a3e7ff7f2\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_s_DSC00198.JPG\":{\"d\":1270238821,\"h\":\"e035c24b8e89b41cb2a1094b8582a026\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_l_DSC00214.JPG\":{\"d\":1270238844,\"h\":\"dffa12872aeb4a26fbc098a1c5485554\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_l_DSC00199.JPG\":{\"d\":1270238827,\"h\":\"fadeff203e9a8fe1f7e04c25d51db9f8\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_l_DSC00208.JPG\":{\"d\":1270238841,\"h\":\"869ad9035fed313f60e8bcbcb2320c7c\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_s_DSC00221.JPG\":{\"d\":1270238849,\"h\":\"b87aaf2332cf6d13283dd624d38ab2b4\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_s_DSC00215.JPG\":{\"d\":1270238846,\"h\":\"26d3b2ec6e123f8119ee7cddbbe472e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_l_DSC00207.JPG\":{\"d\":1270238835,\"h\":\"8ba4973e3e9761620f03be33a736e963\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_s_DSC00214.JPG\":{\"d\":1270238842,\"h\":\"e21c36ff102d3978b152edd6fc4f3289\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_l_DSC00198.JPG\":{\"d\":1270238823,\"h\":\"b7d10192cf56b8906f204c4b7537bfab\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_m_DSC00214.JPG\":{\"d\":1270238843,\"h\":\"88502e5b698e29453c8c5fb7384b2add\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_m_DSC00207.JPG\":{\"d\":1270238835,\"h\":\"15a2ecfeee18df15793006826d629204\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_s_DSC00223.JPG\":{\"d\":1270238853,\"h\":\"9cf16b08d614064217289d0e4e6ae011\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_m_DSC00221.JPG\":{\"d\":1270238850,\"h\":\"c9088c0c1a0817695dfd2857663ca69a\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/thumbs\\/phoca_thumb_l_DSC00200.JPG\":{\"d\":1270238831,\"h\":\"83e645fa0390449b7fe71b2ff48c4b59\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/DSC00207.JPG\":{\"d\":1270243220,\"h\":\"84d6c10750e984f6adc4353d79e5a6a4\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/DSC00200.JPG\":{\"d\":1270243182,\"h\":\"e489aab9e3d378cf57c626b392053538\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/DSC00198.JPG\":{\"d\":1270243176,\"h\":\"35c169ddde41ebc785831ff4ed5d65f4\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/DSC00208.JPG\":{\"d\":1270243216,\"h\":\"d44024a56a3ead2cb609a0d2d281b999\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/DSC00199.JPG\":{\"d\":1270243178,\"h\":\"e6aaa03e89efaba24fbec9af36ebafcc\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/DSC00215.JPG\":{\"d\":1270243184,\"h\":\"77c1f0cc0edf34458509fbf9976ac1c7\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/DSC00214.JPG\":{\"d\":1270243186,\"h\":\"a7642814fad4570c7b7233f9807b53e9\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/DSC00221.JPG\":{\"d\":1270243218,\"h\":\"4597c38b03573d4756bb31ddce2aa57b\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/LGZ_25th_Anniversary\\/DSC00223.JPG\":{\"d\":1270243190,\"h\":\"e1b7f6b7e73c2f39343b4d37edf64207\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/phocagallery\\/index.html\":{\"d\":1269632123,\"h\":\"dd5d02cc750d2855cf6f6c5bf5bea587\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/M_images\\/index.html\":{\"d\":1257356685,\"h\":\"dd5d02cc750d2855cf6f6c5bf5bea587\"},\"\\/home2\\/zphiblgz\\/public_html\\/images\\/index.html\":{\"d\":1257356685,\"h\":\"1c7b413c3fa39d0fed40556d2658ac73\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/js\\/combobox.js\":{\"d\":1272357037,\"h\":\"63490752746e9d93980f5efef748cfe6\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/js\\/index.html\":{\"d\":1257356719,\"h\":\"1c7b413c3fa39d0fed40556d2658ac73\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/js\\/tabs.js\":{\"d\":1272357037,\"h\":\"c891da3135c3ac3152983a0d3e72165a\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/js\\/calendar-setup.js\":{\"d\":1257356719,\"h\":\"1bd1051973ea17f452fd8fe966940452\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/js\\/mootree_packed.js\":{\"d\":1257356719,\"h\":\"23f393446a668d713c0bd7261640bc1d\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/js\\/caption.js\":{\"d\":1272357037,\"h\":\"38ba23053bea8a521cd624b6ad88e475\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/js\\/uploader.js\":{\"d\":1257356719,\"h\":\"aec20e7529b72bad3d592c956d174b9e\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/js\\/validate.js\":{\"d\":1272357037,\"h\":\"bd3b26ce13d2194b26df3f95b9b0b2bf\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/js\\/mootools.js\":{\"d\":1257356719,\"h\":\"f6490edc31bf9c25ba507f41ce614def\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/js\\/mootree.js\":{\"d\":1257356719,\"h\":\"fd3ff909128dad9fe904d85cecc8e529\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/js\\/swf.js\":{\"d\":1257356719,\"h\":\"b5e752a08f738a3501589c0117cfea41\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/js\\/mootools-uncompressed.js\":{\"d\":1257356719,\"h\":\"0fcafc954408e50aad1ba791d2a074f6\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/js\\/switcher.js\":{\"d\":1272357037,\"h\":\"68479dee1a8d1b9657db0876295293fe\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/js\\/calendar.js\":{\"d\":1257356719,\"h\":\"4be3246dfc1ab2c452403852832f9f84\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/js\\/openid.js\":{\"d\":1272357037,\"h\":\"b6dd3f2755a06fee9ace4fd39e742644\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/js\\/modal.js\":{\"d\":1279289128,\"h\":\"d006966c1ff93b68eb02451008de1879\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/swf\\/uploader.swf\":{\"d\":1257356718,\"h\":\"938d193812676f2e5e21c1e029678efb\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/images\\/index.html\":{\"d\":1257356719,\"h\":\"1c7b413c3fa39d0fed40556d2658ac73\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/css\\/index.html\":{\"d\":1257356718,\"h\":\"1c7b413c3fa39d0fed40556d2658ac73\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/css\\/calendar-jos.css\":{\"d\":1257356718,\"h\":\"fdc1b2fe6ff00acd638c9ceed8a46937\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/css\\/mootree.css\":{\"d\":1257356718,\"h\":\"46147971a08f16a5cd3f2fd7f2b3057b\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/css\\/modal.css\":{\"d\":1257356718,\"h\":\"88606c24f61ec0611b866f7d8e110b5f\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/system\\/index.html\":{\"d\":1257356718,\"h\":\"1c7b413c3fa39d0fed40556d2658ac73\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/documents\\/index.html\":{\"d\":1270235562,\"h\":\"dd5d02cc750d2855cf6f6c5bf5bea587\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/simplecalendar\\/id7-PersonalInformationDoc.pdf\":{\"d\":1280961266,\"h\":\"40d6998b1637a6a55daecb5c046552b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/simplecalendar\\/id7-Cruise2Flyer2011.pdf\":{\"d\":1280961278,\"h\":\"22dbac92f99f7e9794223ea471581b76\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/simplecalendar\\/id35-zpb-lgz skate party flyer.doc\":{\"d\":1364519946,\"h\":\"9a5b9430e3a90d5e7b623b1857366789\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/simplecalendar\\/id30-Wine Tastin1.pdf\":{\"d\":1329309447,\"h\":\"eb909917824cac8f3ee17a30cf9266ce\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/simplecalendar\\/id30-LGZ Winery Flier.pdf\":{\"d\":1330036466,\"h\":\"91f8d356e86ebbd60e7dd456ab57de8c\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/index.html\":{\"d\":1257356718,\"h\":\"1c7b413c3fa39d0fed40556d2658ac73\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/application 09-10.doc\":{\"d\":1270235595,\"h\":\"92da980d8f2afaa4cd5a4ffa67b81625\"},\"\\/home2\\/zphiblgz\\/public_html\\/media\\/application criteria 09-10.doc\":{\"d\":1270235605,\"h\":\"230734128976b7a5d930ad89aab12983\"},\"\\/home2\\/zphiblgz\\/public_html\\/dump.sql\":{\"d\":1514065525,\"h\":\"d5da86d8bad33ffebe313e70b47c89d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/xmlrpc.php\":{\"d\":1508736206,\"h\":\"6c53e2ff076280c5cfc410a3c632c785\"},\"\\/home2\\/zphiblgz\\/public_html\\/hard_20171226_081515.zip\":{\"d\":1514301327,\"h\":\"e61f1e078e767e9d59b22582298207c3\"},\"\\/home2\\/zphiblgz\\/public_html\\/ninja-forms-1.csv\":{\"d\":1538538364,\"h\":\"7754be76368103f2c8181532f6b672c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/zphiblgz.org_1543068686274.php\":{\"d\":1543068712,\"h\":\"69fbaadd4db4541914d150856adc20a3\"},\"\\/home2\\/zphiblgz\\/public_html\\/.ips1.txt\":{\"d\":1514323526,\"h\":\"8afab5619619b04a66785f4b25e54dda\"},\"\\/home2\\/zphiblgz\\/public_html\\/logs.txt\":{\"d\":1514317211,\"h\":\"dd092d3867924a56e890fb6e12e3a654\"},\"\\/home2\\/zphiblgz\\/public_html\\/.htaccess.cache.1557860531\":{\"d\":1557860531,\"h\":\"075f7fe3518ba6d76d43c72928ab2cc1\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-comments-post.php\":{\"d\":1526741175,\"h\":\"35bad2f931d0169557f53d0090d6f942\"},\"\\/home2\\/zphiblgz\\/public_html\\/error_log\":{\"d\":1568882410,\"h\":\"802ba39b214443bb8be44e150c0d01e0\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-cron.php\":{\"d\":1515453954,\"h\":\"d757d0ea6ee22b647e6acbdebf00683f\"},\"\\/home2\\/zphiblgz\\/public_html\\/.htaccess.ea4new\":{\"d\":1556754051,\"h\":\"075f7fe3518ba6d76d43c72928ab2cc1\"},\"\\/home2\\/zphiblgz\\/public_html\\/footer.php\":{\"d\":1521692822,\"h\":\"498b1481d8a4acf1a479e1970be80670\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-config-sample.php\":{\"d\":1452146830,\"h\":\"d1490486fc3f4965a6200256a7fe11b9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp_blank.sql\":{\"d\":1380812475,\"h\":\"389bd063efe5fadcd20ff24123a6b76f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-settings.php\":{\"d\":1515453952,\"h\":\"9513d45496670e1ecfa45d9fdea73880\"},\"\\/home2\\/zphiblgz\\/public_html\\/.htaccess.ea4bak\":{\"d\":1556086570,\"h\":\"88241333256f2aecb7b0b6b0bfc74ffe\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-blog-header.php\":{\"d\":1515348922,\"h\":\"edad74614d6d3fa2252c3d74ff037ac7\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-login.php\":{\"d\":1544670952,\"h\":\"d393dcdeed1752815226ac182acca87a\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-mail.php\":{\"d\":1484164960,\"h\":\"8d6c9e4dab7697a044a22a96cd787068\"},\"\\/home2\\/zphiblgz\\/public_html\\/license.txt\":{\"d\":1516143871,\"h\":\"9348da52c104f75fe1befc73609020cf\"},\"\\/home2\\/zphiblgz\\/public_html\\/.htaccess.cache.1560884605\":{\"d\":1560884605,\"h\":\"075f7fe3518ba6d76d43c72928ab2cc1\"},\"\\/home2\\/zphiblgz\\/public_html\\/.htaccess.cache.1548432546\":{\"d\":1548432546,\"h\":\"bc7d5aa17d2c8a9a57220d1f351ab42f\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-load.php\":{\"d\":1515453955,\"h\":\"8edbcbcc51de98432f95aee15a561263\"},\"\\/home2\\/zphiblgz\\/public_html\\/index.php\":{\"d\":1495891202,\"h\":\"b61b25303be0f573a6b9446d5cbe3a5b\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-config.php\":{\"d\":1548432495,\"h\":\"1ff7e833ec7b6cadc719886b7fc1d7a9\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-trackback.php\":{\"d\":1515453955,\"h\":\"1b1908c12e1b3089f6cce5bf8dc7eca0\"},\"\\/home2\\/zphiblgz\\/public_html\\/.ftpquota\":{\"d\":1568356504,\"h\":\"69c78983068fb65a8c4b81256fa30078\"},\"\\/home2\\/zphiblgz\\/public_html\\/readme.html\":{\"d\":1567657984,\"h\":\"55d27f1f9f7f79fa2593a5b32907ee44\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-links-opml.php\":{\"d\":1483983252,\"h\":\"55f5eeda4f64271322d249c14685c162\"},\"\\/home2\\/zphiblgz\\/public_html\\/.htaccess\":{\"d\":1568788338,\"h\":\"bbcf1c88834b1f5788d5a34cd330d5d3\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-cli.yml\":{\"d\":1514328017,\"h\":\"558a5ddd0198a4ce87dc7e2f408b99ea\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-activate.php\":{\"d\":1544670952,\"h\":\"5390edef68ed88f21f7f9e33717d7149\"},\"\\/home2\\/zphiblgz\\/public_html\\/ninja-forms-0.csv\":{\"d\":1538538364,\"h\":\"7754be76368103f2c8181532f6b672c8\"},\"\\/home2\\/zphiblgz\\/public_html\\/wp-signup.php\":{\"d\":1526741175,\"h\":\"1b902775bb00c7996bbe7a0fc8dfd8d9\"}}','2019-09-19 08:59:24');
/*!40000 ALTER TABLE `lwz_itsec_distributed_storage` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_itsec_fingerprints`
--
DROP TABLE IF EXISTS `lwz_itsec_fingerprints`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_itsec_fingerprints` (
`fingerprint_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`fingerprint_user` bigint(20) unsigned NOT NULL,
`fingerprint_hash` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`fingerprint_created_at` datetime NOT NULL,
`fingerprint_approved_at` datetime NOT NULL,
`fingerprint_data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`fingerprint_snapshot` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`fingerprint_last_seen` datetime NOT NULL,
`fingerprint_uses` int(11) NOT NULL DEFAULT '0',
`fingerprint_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`fingerprint_uuid` char(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
PRIMARY KEY (`fingerprint_id`),
UNIQUE KEY `fingerprint_user__hash` (`fingerprint_user`,`fingerprint_hash`),
UNIQUE KEY `fingerprint_uuid` (`fingerprint_uuid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_itsec_fingerprints`
--
LOCK TABLES `lwz_itsec_fingerprints` WRITE;
/*!40000 ALTER TABLE `lwz_itsec_fingerprints` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_itsec_fingerprints` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_itsec_geolocation_cache`
--
DROP TABLE IF EXISTS `lwz_itsec_geolocation_cache`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_itsec_geolocation_cache` (
`location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`location_host` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`location_lat` decimal(10,8) NOT NULL,
`location_long` decimal(11,8) NOT NULL,
`location_label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`location_credit` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`location_time` datetime NOT NULL,
PRIMARY KEY (`location_id`),
UNIQUE KEY `location_host` (`location_host`),
KEY `location_time` (`location_time`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_itsec_geolocation_cache`
--
LOCK TABLES `lwz_itsec_geolocation_cache` WRITE;
/*!40000 ALTER TABLE `lwz_itsec_geolocation_cache` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_itsec_geolocation_cache` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_itsec_lockouts`
--
DROP TABLE IF EXISTS `lwz_itsec_lockouts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_itsec_lockouts` (
`lockout_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`lockout_type` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`lockout_start` datetime NOT NULL,
`lockout_start_gmt` datetime NOT NULL,
`lockout_expire` datetime NOT NULL,
`lockout_expire_gmt` datetime NOT NULL,
`lockout_host` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`lockout_user` bigint(20) unsigned DEFAULT NULL,
`lockout_username` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`lockout_active` int(1) NOT NULL DEFAULT '1',
`lockout_context` text COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`lockout_id`),
KEY `lockout_expire_gmt` (`lockout_expire_gmt`),
KEY `lockout_host` (`lockout_host`),
KEY `lockout_user` (`lockout_user`),
KEY `lockout_username` (`lockout_username`),
KEY `lockout_active` (`lockout_active`)
) ENGINE=MyISAM AUTO_INCREMENT=164 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_itsec_lockouts`
--
LOCK TABLES `lwz_itsec_lockouts` WRITE;
/*!40000 ALTER TABLE `lwz_itsec_lockouts` DISABLE KEYS */;
INSERT INTO `lwz_itsec_lockouts` VALUES (50,'four_oh_four','2020-03-26 15:12:55','2020-03-26 20:12:55','2020-03-26 15:27:55','2020-03-26 20:27:55','82.165.203.254',NULL,NULL,1,NULL),(51,'four_oh_four','2020-04-01 05:52:49','2020-04-01 10:52:49','2020-04-01 06:07:49','2020-04-01 11:07:49','51.77.249.202',NULL,NULL,1,NULL),(52,'four_oh_four','2020-04-28 15:33:02','2020-04-28 20:33:02','2020-04-28 15:48:02','2020-04-28 20:48:02','209.54.43.202',NULL,NULL,1,NULL),(53,'four_oh_four','2020-04-29 23:51:09','2020-04-30 04:51:09','2020-04-30 00:06:09','2020-04-30 05:06:09','51.89.201.8',NULL,NULL,1,NULL),(54,'four_oh_four','2020-05-15 18:11:54','2020-05-15 23:11:54','2020-05-15 18:26:54','2020-05-15 23:26:54','47.113.87.53',NULL,NULL,1,NULL),(55,'four_oh_four','2020-05-15 22:00:02','2020-05-16 03:00:02','2020-05-15 22:15:02','2020-05-16 03:15:02','158.101.18.36',NULL,NULL,1,NULL),(56,'four_oh_four','2020-05-30 09:06:41','2020-05-30 14:06:41','2020-05-30 09:21:41','2020-05-30 14:21:41','23.101.178.172',NULL,NULL,1,NULL),(57,'four_oh_four','2020-06-08 21:05:31','2020-06-09 02:05:31','2020-06-08 21:20:31','2020-06-09 02:20:31','40.124.52.27',NULL,NULL,1,NULL),(58,'four_oh_four','2020-06-08 21:21:03','2020-06-09 02:21:03','2020-06-08 21:36:03','2020-06-09 02:36:03','40.124.52.27',NULL,NULL,1,NULL),(59,'four_oh_four','2020-06-10 07:04:20','2020-06-10 12:04:20','2020-06-10 07:19:20','2020-06-10 12:19:20','173.232.243.171',NULL,NULL,1,NULL),(60,'four_oh_four','2020-06-14 12:26:09','2020-06-14 17:26:09','2020-06-14 12:41:09','2020-06-14 17:41:09','35.193.194.224',NULL,NULL,1,NULL),(61,'four_oh_four','2020-06-14 15:07:49','2020-06-14 20:07:49','2020-06-14 15:22:49','2020-06-14 20:22:49','51.89.201.9',NULL,NULL,1,NULL),(62,'four_oh_four','2020-06-15 01:21:02','2020-06-15 06:21:02','2020-06-15 01:36:02','2020-06-15 06:36:02','168.61.52.210',NULL,NULL,1,NULL),(63,'four_oh_four','2020-06-15 19:26:58','2020-06-16 00:26:58','2020-06-15 19:41:58','2020-06-16 00:41:58','35.193.194.224',NULL,NULL,1,NULL),(64,'four_oh_four','2020-07-03 13:00:08','2020-07-03 18:00:08','2020-07-03 13:15:08','2020-07-03 18:15:08','34.70.141.51',NULL,NULL,1,NULL),(65,'four_oh_four','2020-07-06 21:06:17','2020-07-07 02:06:17','2020-07-06 21:21:17','2020-07-07 02:21:17','35.225.8.194',NULL,NULL,1,NULL),(66,'brute_force','2020-07-13 22:55:30','2020-07-14 03:55:30','2020-07-13 23:10:30','2020-07-14 04:10:30','141.138.45.14',NULL,NULL,1,NULL),(67,'brute_force','2020-07-13 23:30:02','2020-07-14 04:30:02','2020-07-13 23:45:02','2020-07-14 04:45:02','141.138.45.14',NULL,NULL,1,NULL),(68,'brute_force','2020-07-15 02:41:04','2020-07-15 07:41:04','2020-07-15 02:56:04','2020-07-15 07:56:04','141.138.41.205',NULL,NULL,1,NULL),(69,'brute_force','2020-07-16 01:14:14','2020-07-16 06:14:14','2020-07-16 01:29:14','2020-07-16 06:29:14','141.138.43.134',NULL,NULL,1,NULL),(70,'brute_force','2020-07-16 01:48:48','2020-07-16 06:48:48','2020-07-16 02:03:48','2020-07-16 07:03:48','141.138.43.134',NULL,NULL,1,NULL),(71,'brute_force','2020-07-18 02:20:52','2020-07-18 07:20:52','2020-07-18 02:35:52','2020-07-18 07:35:52','39.32.0.170',NULL,NULL,1,NULL),(72,'brute_force','2020-07-18 02:55:27','2020-07-18 07:55:27','2020-07-18 03:10:27','2020-07-18 08:10:27','154.160.14.204',NULL,NULL,1,NULL),(73,'brute_force','2020-07-18 03:19:56','2020-07-18 08:19:56','2020-07-18 03:34:56','2020-07-18 08:34:56','106.215.218.66',NULL,NULL,1,NULL),(74,'brute_force','2020-07-19 04:03:38','2020-07-19 09:03:38','2020-07-19 04:18:38','2020-07-19 09:18:38','154.160.14.204',NULL,NULL,1,NULL),(75,'brute_force','2020-07-23 07:57:21','2020-07-23 12:57:21','2020-07-23 08:12:21','2020-07-23 13:12:21','112.135.6.230',NULL,NULL,1,NULL),(76,'brute_force','2020-07-23 08:31:55','2020-07-23 13:31:55','2020-07-23 08:46:55','2020-07-23 13:46:55','112.135.6.230',NULL,NULL,1,NULL),(77,'four_oh_four','2020-07-28 06:47:17','2020-07-28 11:47:17','2020-07-28 07:02:17','2020-07-28 12:02:17','52.249.189.198',NULL,NULL,1,NULL),(78,'four_oh_four','2020-08-05 01:57:46','2020-08-05 06:57:46','2020-08-05 02:12:46','2020-08-05 07:12:46','52.249.189.198',NULL,NULL,1,NULL),(79,'four_oh_four','2020-08-05 12:45:48','2020-08-05 17:45:48','2020-08-05 13:00:48','2020-08-05 18:00:48','13.84.49.66',NULL,NULL,1,NULL),(80,'four_oh_four','2020-08-23 19:53:09','2020-08-24 00:53:09','2020-08-23 20:08:09','2020-08-24 01:08:09','118.31.120.31',NULL,NULL,1,NULL),(81,'brute_force','2020-08-26 00:05:12','2020-08-26 05:05:12','2020-08-26 00:20:12','2020-08-26 05:20:12','163.47.151.104',NULL,NULL,1,NULL),(82,'brute_force','2020-09-01 15:31:06','2020-09-01 20:31:06','2020-09-01 15:46:06','2020-09-01 20:46:06','128.90.63.242',NULL,NULL,1,NULL),(83,'four_oh_four','2020-09-05 06:39:25','2020-09-05 11:39:25','2020-09-05 06:54:25','2020-09-05 11:54:25','39.101.184.55',NULL,NULL,1,NULL),(84,'brute_force','2020-09-19 20:01:38','2020-09-20 01:01:38','2020-09-19 20:16:38','2020-09-20 01:16:38','178.137.165.159',NULL,NULL,1,NULL),(85,'brute_force','2020-09-20 12:30:16','2020-09-20 17:30:16','2020-09-20 12:45:16','2020-09-20 17:45:16','23.96.3.40',NULL,NULL,1,NULL),(86,'brute_force','2020-09-20 23:26:14','2020-09-21 04:26:14','2020-09-20 23:41:14','2020-09-21 04:41:14','3.85.216.35',NULL,NULL,1,NULL),(87,'four_oh_four','2020-09-22 12:48:38','2020-09-22 17:48:38','2020-09-22 13:03:38','2020-09-22 18:03:38','35.238.252.69',NULL,NULL,1,NULL),(88,'brute_force','2020-09-28 09:50:27','2020-09-28 14:50:27','2020-09-28 10:05:27','2020-09-28 15:05:27','40.121.50.196',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"40.121.50.196\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(89,'brute_force','2020-10-01 13:39:11','2020-10-01 18:39:11','2020-10-01 13:54:11','2020-10-01 18:54:11','100.25.142.166',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"100.25.142.166\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(90,'brute_force','2020-10-03 15:05:14','2020-10-03 20:05:14','2020-10-03 15:20:14','2020-10-03 20:20:14','18.191.217.195',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"18.191.217.195\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(91,'brute_force','2020-10-07 09:50:04','2020-10-07 14:50:04','2020-10-07 10:05:04','2020-10-07 15:05:04','68.134.121.122',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"68.134.121.122\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:12:\"lindabrigmon\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(92,'brute_force','2020-10-07 12:06:54','2020-10-07 17:06:54','2020-10-07 12:21:54','2020-10-07 17:21:54','212.129.8.63',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:12:\"212.129.8.63\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(93,'brute_force','2020-10-12 08:39:09','2020-10-12 13:39:09','2020-10-12 08:54:09','2020-10-12 13:54:09','183.83.208.183',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"183.83.208.183\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(94,'brute_force','2020-10-12 09:12:42','2020-10-12 14:12:42','2020-10-12 09:27:42','2020-10-12 14:27:42','183.83.208.183',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"183.83.208.183\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(95,'four_oh_four','2020-10-15 05:22:26','2020-10-15 10:22:26','2020-10-15 05:37:26','2020-10-15 10:37:26','45.77.223.34',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:12:\"45.77.223.34\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(96,'four_oh_four','2020-10-25 08:54:52','2020-10-25 13:54:52','2020-10-25 09:09:52','2020-10-25 14:09:52','104.214.79.46',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"104.214.79.46\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(97,'four_oh_four','2020-10-30 10:54:03','2020-10-30 15:54:03','2020-10-30 11:09:03','2020-10-30 16:09:03','51.195.201.76',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"51.195.201.76\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(98,'four_oh_four','2020-11-09 16:51:35','2020-11-09 21:51:35','2020-11-09 17:06:35','2020-11-09 22:06:35','20.56.176.20',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:12:\"20.56.176.20\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(99,'brute_force','2020-11-09 23:45:41','2020-11-10 04:45:41','2020-11-10 00:00:41','2020-11-10 05:00:41','49.37.185.206',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"49.37.185.206\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(100,'brute_force','2020-12-07 13:34:04','2020-12-07 18:34:04','2020-12-07 13:49:04','2020-12-07 18:49:04','5.188.62.140',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:12:\"5.188.62.140\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:6:\"adminu\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(101,'brute_force','2020-12-07 14:06:21','2020-12-07 19:06:21','2020-12-07 14:21:21','2020-12-07 19:21:21','5.188.62.140',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:12:\"5.188.62.140\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:6:\"adminu\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(102,'brute_force','2021-01-07 12:33:40','2021-01-07 17:33:40','2021-01-07 12:48:40','2021-01-07 17:48:40','105.110.28.169',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"105.110.28.169\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(103,'brute_force','2021-01-07 13:08:14','2021-01-07 18:08:14','2021-01-07 13:23:14','2021-01-07 18:23:14','105.110.28.169',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"105.110.28.169\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(104,'brute_force','2021-01-08 11:46:15','2021-01-08 16:46:15','2021-01-08 12:01:15','2021-01-08 17:01:15','105.110.44.17',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"105.110.44.17\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(105,'brute_force','2021-01-08 12:19:48','2021-01-08 17:19:48','2021-01-08 12:34:48','2021-01-08 17:34:48','105.110.44.17',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"105.110.44.17\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(106,'brute_force','2021-01-17 17:25:09','2021-01-17 22:25:09','2021-01-17 17:40:09','2021-01-17 22:40:09','46.134.114.103',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"46.134.114.103\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(107,'brute_force','2021-01-17 17:58:42','2021-01-17 22:58:42','2021-01-17 18:13:42','2021-01-17 23:13:42','46.134.114.103',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"46.134.114.103\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(108,'brute_force','2021-01-18 03:38:59','2021-01-18 08:38:59','2021-01-18 03:53:59','2021-01-18 08:53:59','46.204.2.51',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:11:\"46.204.2.51\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(109,'brute_force','2021-01-18 04:13:32','2021-01-18 09:13:32','2021-01-18 04:28:32','2021-01-18 09:28:32','46.204.2.51',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:11:\"46.204.2.51\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(110,'brute_force','2021-01-20 09:35:54','2021-01-20 14:35:54','2021-01-20 09:50:54','2021-01-20 14:50:54','86.150.117.13',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"86.150.117.13\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(111,'brute_force','2021-01-28 12:48:55','2021-01-28 17:48:55','2021-01-28 13:03:55','2021-01-28 18:03:55','157.45.38.215',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"157.45.38.215\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(112,'brute_force','2021-01-28 13:23:29','2021-01-28 18:23:29','2021-01-28 13:38:29','2021-01-28 18:38:29','157.45.38.215',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"157.45.38.215\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(113,'brute_force','2021-01-29 01:23:51','2021-01-29 06:23:51','2021-01-29 01:38:51','2021-01-29 06:38:51','157.45.135.105',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"157.45.135.105\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(114,'brute_force','2021-01-29 01:58:25','2021-01-29 06:58:25','2021-01-29 02:13:25','2021-01-29 07:13:25','157.45.135.105',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"157.45.135.105\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(115,'brute_force','2021-01-29 04:16:07','2021-01-29 09:16:07','2021-01-29 04:31:07','2021-01-29 09:31:07','157.45.143.17',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"157.45.143.17\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(116,'brute_force','2021-02-09 12:48:38','2021-02-09 17:48:38','2021-02-09 13:03:38','2021-02-09 18:03:38','186.185.233.185',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:15:\"186.185.233.185\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(117,'brute_force','2021-02-09 14:09:50','2021-02-09 19:09:50','2021-02-09 14:24:50','2021-02-09 19:24:50','186.185.206.227',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:15:\"186.185.206.227\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(118,'four_oh_four','2021-02-13 01:55:54','2021-02-13 06:55:54','2021-02-13 02:10:54','2021-02-13 07:10:54','128.199.209.219',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:15:\"128.199.209.219\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(119,'four_oh_four','2021-02-13 01:55:58','2021-02-13 06:55:58','2021-02-13 02:10:58','2021-02-13 07:10:58','34.87.85.72',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:11:\"34.87.85.72\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(120,'brute_force','2021-02-15 06:55:29','2021-02-15 11:55:29','2021-02-15 07:10:29','2021-02-15 12:10:29','190.189.53.67',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"190.189.53.67\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(121,'brute_force','2021-02-15 07:30:12','2021-02-15 12:30:12','2021-02-15 07:45:12','2021-02-15 12:45:12','190.189.53.67',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"190.189.53.67\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(122,'brute_force','2021-03-10 01:48:40','2021-03-10 06:48:40','2021-03-10 02:03:40','2021-03-10 07:03:40','122.2.101.115',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"122.2.101.115\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(123,'brute_force','2021-03-10 02:23:14','2021-03-10 07:23:14','2021-03-10 02:38:14','2021-03-10 07:38:14','122.2.101.115',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"122.2.101.115\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(124,'four_oh_four','2021-03-14 05:05:37','2021-03-14 10:05:37','2021-03-14 05:20:37','2021-03-14 10:20:37','34.225.194.215',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"34.225.194.215\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(125,'four_oh_four','2021-04-18 09:54:38','2021-04-18 14:54:38','2021-04-18 10:09:38','2021-04-18 15:09:38','193.239.84.51',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"193.239.84.51\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(126,'brute_force','2021-04-19 02:19:42','2021-04-19 07:19:42','2021-04-19 02:34:42','2021-04-19 07:34:42','77.164.101.7',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:12:\"77.164.101.7\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(127,'brute_force','2021-04-19 04:19:48','2021-04-19 09:19:48','2021-04-19 04:34:48','2021-04-19 09:34:48','197.211.255.222',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:15:\"197.211.255.222\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(128,'brute_force','2021-04-20 05:14:44','2021-04-20 10:14:44','2021-04-20 05:29:44','2021-04-20 10:29:44','77.164.101.7',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:12:\"77.164.101.7\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(129,'brute_force','2021-04-21 20:28:35','2021-04-22 01:28:35','2021-04-21 20:43:35','2021-04-22 01:43:35','204.83.217.209',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"204.83.217.209\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(130,'brute_force','2021-05-20 00:19:42','2021-05-20 05:19:42','2021-05-20 00:34:42','2021-05-20 05:34:42','180.194.49.45',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"180.194.49.45\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(131,'brute_force','2021-05-20 01:02:22','2021-05-20 06:02:22','2021-05-20 01:17:22','2021-05-20 06:17:22','180.194.49.45',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"180.194.49.45\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(132,'brute_force','2021-05-22 03:43:28','2021-05-22 08:43:28','2021-05-22 03:58:28','2021-05-22 08:58:28','89.187.185.38',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"89.187.185.38\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(133,'brute_force','2021-05-25 12:03:14','2021-05-25 17:03:14','2021-05-25 12:18:14','2021-05-25 17:18:14','187.148.55.214',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"187.148.55.214\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(134,'brute_force','2021-05-25 12:37:48','2021-05-25 17:37:48','2021-05-25 12:52:48','2021-05-25 17:52:48','187.148.55.214',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"187.148.55.214\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(135,'four_oh_four','2021-06-01 03:43:26','2021-06-01 08:43:26','2021-06-01 03:58:26','2021-06-01 08:58:26','118.26.36.169',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"118.26.36.169\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(136,'brute_force','2021-06-02 09:13:03','2021-06-02 14:13:03','2021-06-02 09:28:03','2021-06-02 14:28:03','36.12.184.11',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:12:\"36.12.184.11\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";i:1;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(137,'brute_force','2021-06-16 16:02:09','2021-06-16 21:02:09','2021-06-16 16:17:09','2021-06-16 21:17:09','194.35.233.114',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"194.35.233.114\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(138,'brute_force','2021-06-16 16:36:43','2021-06-16 21:36:43','2021-06-16 16:51:43','2021-06-16 21:51:43','194.35.233.114',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"194.35.233.114\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(139,'four_oh_four','2021-06-29 02:35:59','2021-06-29 07:35:59','2021-06-29 02:50:59','2021-06-29 07:50:59','152.32.171.98',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"152.32.171.98\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(140,'four_oh_four','2021-06-29 07:02:52','2021-06-29 12:02:52','2021-06-29 07:17:52','2021-06-29 12:17:52','152.32.171.98',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"152.32.171.98\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(141,'four_oh_four','2021-07-12 18:59:01','2021-07-12 23:59:01','2021-07-12 19:14:01','2021-07-13 00:14:01','20.48.236.142',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"20.48.236.142\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(142,'brute_force','2021-07-13 06:02:46','2021-07-13 11:02:46','2021-07-13 06:17:46','2021-07-13 11:17:46','45.72.78.41',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:11:\"45.72.78.41\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(143,'brute_force','2021-07-19 15:22:20','2021-07-19 20:22:20','2021-07-19 15:37:20','2021-07-19 20:37:20','151.62.13.18',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:12:\"151.62.13.18\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(144,'four_oh_four','2021-07-31 13:41:06','2021-07-31 18:41:06','2021-07-31 13:56:06','2021-07-31 18:56:06','34.67.189.232',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"34.67.189.232\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(145,'four_oh_four','2021-08-03 11:19:05','2021-08-03 16:19:05','2021-08-03 11:34:05','2021-08-03 16:34:05','203.159.80.189',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"203.159.80.189\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(146,'brute_force','2021-08-05 06:31:04','2021-08-05 11:31:04','2021-08-05 06:46:04','2021-08-05 11:46:04','93.140.145.219',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"93.140.145.219\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(147,'brute_force','2021-08-05 07:27:31','2021-08-05 12:27:31','2021-08-05 07:42:31','2021-08-05 12:42:31','93.140.145.219',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"93.140.145.219\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(148,'four_oh_four','2021-08-07 05:51:35','2021-08-07 10:51:35','2021-08-07 06:06:35','2021-08-07 11:06:35','20.106.130.133',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"20.106.130.133\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(149,'four_oh_four','2021-08-07 11:56:39','2021-08-07 16:56:39','2021-08-07 12:11:39','2021-08-07 17:11:39','23.88.42.188',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:12:\"23.88.42.188\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(150,'four_oh_four','2021-08-11 04:04:07','2021-08-11 09:04:07','2021-08-11 04:19:07','2021-08-11 09:19:07','37.0.8.185',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:10:\"37.0.8.185\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(151,'four_oh_four','2021-08-13 17:27:55','2021-08-13 22:27:55','2021-08-13 17:42:55','2021-08-13 22:42:55','148.251.195.248',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:15:\"148.251.195.248\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(152,'four_oh_four','2021-08-15 21:01:46','2021-08-16 02:01:46','2021-08-15 21:16:46','2021-08-16 02:16:46','167.71.197.231',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"167.71.197.231\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(153,'four_oh_four','2021-08-16 16:05:26','2021-08-16 21:05:26','2021-08-16 16:20:26','2021-08-16 21:20:26','194.127.179.205',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:15:\"194.127.179.205\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(154,'four_oh_four','2021-08-28 07:18:28','2021-08-28 12:18:28','2021-08-28 07:33:28','2021-08-28 12:33:28','119.160.116.175',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:15:\"119.160.116.175\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(155,'four_oh_four','2021-09-03 00:41:34','2021-09-03 05:41:34','2021-09-03 00:56:34','2021-09-03 05:56:34','34.136.122.56',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"34.136.122.56\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(156,'brute_force','2021-09-05 01:29:52','2021-09-05 06:29:52','2021-09-05 01:44:52','2021-09-05 06:44:52','61.253.143.95',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"61.253.143.95\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";i:1;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(157,'brute_force','2021-09-05 18:21:26','2021-09-05 23:21:26','2021-09-05 18:36:26','2021-09-05 23:36:26','5.156.35.20',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:11:\"5.156.35.20\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(158,'brute_force','2021-09-06 12:30:49','2021-09-06 17:30:49','2021-09-06 12:45:49','2021-09-06 17:45:49','5.156.35.20',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:11:\"5.156.35.20\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:5:\"admin\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(159,'four_oh_four','2021-09-07 17:05:36','2021-09-07 22:05:36','2021-09-07 17:20:36','2021-09-07 22:20:36','119.91.96.98',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:12:\"119.91.96.98\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(160,'brute_force','2021-09-08 08:45:30','2021-09-08 13:45:30','2021-09-08 09:00:30','2021-09-08 14:00:30','92.251.12.244',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"92.251.12.244\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(161,'four_oh_four','2021-09-16 14:38:57','2021-09-16 19:38:57','2021-09-16 14:53:57','2021-09-16 19:53:57','101.36.110.241',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"101.36.110.241\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}'),(162,'brute_force','2021-09-20 04:15:38','2021-09-20 09:15:38','2021-09-20 04:30:38','2021-09-20 09:30:38','39.33.143.158',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"39.33.143.158\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}'),(163,'brute_force','2021-09-20 04:50:30','2021-09-20 09:50:30','2021-09-20 05:05:30','2021-09-20 10:05:30','39.33.143.158',NULL,NULL,1,'O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"39.33.143.158\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}');
/*!40000 ALTER TABLE `lwz_itsec_lockouts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_itsec_logs`
--
DROP TABLE IF EXISTS `lwz_itsec_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_itsec_logs` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`module` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`code` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'notice',
`timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`init_timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`memory_current` bigint(20) unsigned NOT NULL DEFAULT '0',
`memory_peak` bigint(20) unsigned NOT NULL DEFAULT '0',
`url` varchar(500) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`blog_id` bigint(20) NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`remote_ip` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`id`),
KEY `module` (`module`),
KEY `code` (`code`),
KEY `type` (`type`),
KEY `timestamp` (`timestamp`),
KEY `user_id` (`user_id`),
KEY `blog_id` (`blog_id`),
KEY `init_timestamp` (`init_timestamp`)
) ENGINE=MyISAM AUTO_INCREMENT=97339 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_itsec_logs`
--
LOCK TABLES `lwz_itsec_logs` WRITE;
/*!40000 ALTER TABLE `lwz_itsec_logs` DISABLE KEYS */;
INSERT INTO `lwz_itsec_logs` VALUES (96965,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"27\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631324658.3273699283599853515625;s:12:\"REQUEST_TIME\";i:1631324658;}}','notice','2021-09-11 01:44:19','2021-09-11 01:44:18',72333800,72418416,'https://zphiblgz.org/b.php',1,0,'185.191.34.215'),(96966,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631326548.875400066375732421875;s:12:\"REQUEST_TIME\";i:1631326548;}}','notice','2021-09-11 02:15:50','2021-09-11 02:15:49',72646056,72729800,'http://zphiblgz.org/x.php',1,0,'95.216.2.218'),(96967,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631326551.39647006988525390625;s:12:\"REQUEST_TIME\";i:1631326551;}}','notice','2021-09-11 02:15:53','2021-09-11 02:15:51',72604728,72688576,'http://zphiblgz.org/wso.php',1,0,'95.216.2.218'),(96968,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631326553.7693550586700439453125;s:12:\"REQUEST_TIME\";i:1631326553;}}','notice','2021-09-11 02:15:55','2021-09-11 02:15:54',72604728,72688576,'http://zphiblgz.org/srx.php',1,0,'95.216.2.218'),(96969,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631326556.2187709808349609375;s:12:\"REQUEST_TIME\";i:1631326556;}}','notice','2021-09-11 02:15:58','2021-09-11 02:15:56',72604752,72688592,'http://zphiblgz.org/1337.php',1,0,'95.216.2.218'),(96970,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631326558.7703878879547119140625;s:12:\"REQUEST_TIME\";i:1631326558;}}','notice','2021-09-11 02:16:00','2021-09-11 02:15:59',72604672,72688520,'http://zphiblgz.org/xx.php',1,0,'95.216.2.218'),(96971,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631326561.2865200042724609375;s:12:\"REQUEST_TIME\";i:1631326561;}}','notice','2021-09-11 02:16:03','2021-09-11 02:16:01',72604728,72688576,'http://zphiblgz.org/XxX.php',1,0,'95.216.2.218'),(96972,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631326564.176250934600830078125;s:12:\"REQUEST_TIME\";i:1631326564;}}','notice','2021-09-11 02:16:06','2021-09-11 02:16:04',72604752,72688592,'http://zphiblgz.org/leaf.php',1,0,'95.216.2.218'),(96973,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631326566.7291491031646728515625;s:12:\"REQUEST_TIME\";i:1631326566;}}','notice','2021-09-11 02:16:08','2021-09-11 02:16:06',72604896,72688752,'http://zphiblgz.org/leafmailer2.8.php',1,0,'95.216.2.218'),(96974,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631326569.1130950450897216796875;s:12:\"REQUEST_TIME\";i:1631326569;}}','notice','2021-09-11 02:16:11','2021-09-11 02:16:09',72604672,72688520,'http://zphiblgz.org/bb.php',1,0,'95.216.2.218'),(96975,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631326571.494223117828369140625;s:12:\"REQUEST_TIME\";i:1631326571;}}','notice','2021-09-11 02:16:13','2021-09-11 02:16:11',72604672,72688520,'http://zphiblgz.org/m.php',1,0,'95.216.2.218'),(96976,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631330043.0721681118011474609375;s:12:\"REQUEST_TIME\";i:1631330043;}}','notice','2021-09-11 03:14:05','2021-09-11 03:14:03',72611688,72694672,'https://zphiblgz.org/scholarship/application/',1,0,'185.100.87.202'),(96977,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631333001.5591800212860107421875;s:12:\"REQUEST_TIME\";i:1631333001;}}','notice','2021-09-11 04:03:23','2021-09-11 04:03:21',72603912,72687648,'http://zphiblgz.org/scholarship/application/',1,0,'92.38.136.69'),(96978,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631333172.7325470447540283203125;s:12:\"REQUEST_TIME\";i:1631333172;}}','notice','2021-09-11 04:06:14','2021-09-11 04:06:12',72609816,72693552,'http://zphiblgz.org/scholarship/application/',1,0,'176.222.58.7'),(96979,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631337698.9032819271087646484375;s:12:\"REQUEST_TIME\";i:1631337698;}}','notice','2021-09-11 05:21:41','2021-09-11 05:21:39',72634752,72717024,'https://zphiblgz.org/wp-bb.php?up2018info=1',1,0,'185.191.34.215'),(96980,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631343691.05914402008056640625;s:12:\"REQUEST_TIME\";i:1631343691;}}','notice','2021-09-11 07:01:34','2021-09-11 07:01:32',72629696,72712680,'https://zphiblgz.org/scholarship/application/',1,0,'107.189.13.254'),(96981,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631346440.636024951934814453125;s:12:\"REQUEST_TIME\";i:1631346440;}}','notice','2021-09-11 07:47:22','2021-09-11 07:47:20',72677664,72759864,'https://zphiblgz.org/vuln.php?cmd=php%20-r%20%27die(pi()*42)%3B%27',1,0,'185.191.34.215'),(96982,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631351770.5523850917816162109375;s:12:\"REQUEST_TIME\";i:1631351770;}}','notice','2021-09-11 09:16:12','2021-09-11 09:16:10',72603912,72687648,'http://zphiblgz.org/scholarship/application/',1,0,'209.159.150.78'),(96983,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631356048.71613788604736328125;s:12:\"REQUEST_TIME\";i:1631356048;}}','notice','2021-09-11 10:27:30','2021-09-11 10:27:28',72603912,72687648,'http://zphiblgz.org/scholarship/application/',1,0,'176.106.247.22'),(96984,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:47:\"text/html,application/xhtml+xml,application/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631359287.33876705169677734375;s:12:\"REQUEST_TIME\";i:1631359287;}}','notice','2021-09-11 11:21:29','2021-09-11 11:21:27',72603848,72687616,'http://zphiblgz.org/application',1,0,'3.219.218.250'),(96985,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631360838.8223779201507568359375;s:12:\"REQUEST_TIME\";i:1631360838;}}','notice','2021-09-11 11:47:25','2021-09-11 11:47:20',72603912,72687648,'http://zphiblgz.org/scholarship/application/',1,0,'180.167.101.134'),(96986,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631361054.7094080448150634765625;s:12:\"REQUEST_TIME\";i:1631361054;}}','notice','2021-09-11 11:50:56','2021-09-11 11:50:54',72603744,72687480,'http://zphiblgz.org/scholarship/application',1,0,'128.71.214.72'),(96987,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631361058.6424739360809326171875;s:12:\"REQUEST_TIME\";i:1631361058;}}','notice','2021-09-11 11:51:00','2021-09-11 11:50:58',72603744,72687480,'http://zphiblgz.org/scholarship/application',1,0,'128.71.214.72'),(96988,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631375361.72397708892822265625;s:12:\"REQUEST_TIME\";i:1631375361;}}','notice','2021-09-11 15:49:23','2021-09-11 15:49:21',72621920,72705656,'http://zphiblgz.org/scholarship/application/',1,0,'92.38.136.69'),(96989,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:7:\"deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631375581.369266033172607421875;s:12:\"REQUEST_TIME\";i:1631375581;}}','notice','2021-09-11 15:53:03','2021-09-11 15:53:01',72603992,72687728,'http://zphiblgz.org/scholarship/application/',1,0,'80.253.235.74'),(96990,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:52:\"text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631380908.9230759143829345703125;s:12:\"REQUEST_TIME\";i:1631380908;}}','notice','2021-09-11 17:21:51','2021-09-11 17:21:49',72611456,72694424,'https://zphiblgz.org/dup-installer/main.installer.php',1,0,'216.117.134.103'),(96991,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:52:\"text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631380913.2997949123382568359375;s:12:\"REQUEST_TIME\";i:1631380913;}}','notice','2021-09-11 17:21:55','2021-09-11 17:21:53',72603936,72687656,'http://zphiblgz.org/dup-installer/main.installer.php',1,0,'216.117.134.103'),(96992,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631381145.209309101104736328125;s:12:\"REQUEST_TIME\";i:1631381145;}}','notice','2021-09-11 17:25:47','2021-09-11 17:25:45',72648136,72747432,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'103.231.89.163'),(96993,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.24 Safari/537.36 Edg/83.0.478.18\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631382698.0716030597686767578125;s:12:\"REQUEST_TIME\";i:1631382698;}}','notice','2021-09-11 17:51:42','2021-09-11 17:51:39',72621672,72705408,'http://zphiblgz.org/scholarship/application/',1,0,'178.213.21.185'),(96994,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631406263.8088939189910888671875;s:12:\"REQUEST_TIME\";i:1631406263;}}','notice','2021-09-12 00:24:30','2021-09-12 00:24:25',72708216,72791952,'http://zphiblgz.org/scholarship/application/',1,0,'46.161.11.21'),(96995,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"50\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631416073.1758420467376708984375;s:12:\"REQUEST_TIME\";i:1631416073;}}','notice','2021-09-12 03:07:55','2021-09-12 03:07:53',72707496,72808304,'https://zphiblgz.org/language/en-GB/en-GB.localise.php',1,0,'185.191.34.215'),(97050,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631577860.0065250396728515625;s:12:\"REQUEST_TIME\";i:1631577860;}}','notice','2021-09-14 00:04:22','2021-09-14 00:04:20',72734808,72818544,'http://zphiblgz.org/scholarship/application/',1,0,'45.150.112.82'),(97049,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631568032.339582920074462890625;s:12:\"REQUEST_TIME\";i:1631568032;}}','notice','2021-09-13 21:20:34','2021-09-13 21:20:32',72613224,72696208,'https://zphiblgz.org/scholarship/application/',1,0,'46.161.11.41'),(97048,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631568032.5162639617919921875;s:12:\"REQUEST_TIME\";i:1631568032;}}','notice','2021-09-13 21:20:34','2021-09-13 21:20:32',72320224,72403208,'https://zphiblgz.org/scholarship/application/',1,0,'46.161.11.41'),(97047,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:118:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631568032.2487370967864990234375;s:12:\"REQUEST_TIME\";i:1631568032;}}','notice','2021-09-13 21:20:33','2021-09-13 21:20:32',72320256,72403240,'https://zphiblgz.org/scholarship/application/',1,0,'46.161.11.41'),(97046,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:148:\"Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2_1 like Mac OS X; en-gb) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631566935.79216098785400390625;s:12:\"REQUEST_TIME\";i:1631566935;}}','notice','2021-09-13 21:02:17','2021-09-13 21:02:16',72605080,72688840,'http://zphiblgz.org/replace-db.php',1,0,'185.31.175.247'),(97024,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631494298.5088160037994384765625;s:12:\"REQUEST_TIME\";i:1631494298;}}','notice','2021-09-13 00:51:40','2021-09-13 00:51:38',72176608,72275904,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'207.46.13.142'),(97023,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631492150.7208120822906494140625;s:12:\"REQUEST_TIME\";i:1631492150;}}','notice','2021-09-13 00:15:53','2021-09-13 00:15:50',72691480,72775216,'http://zphiblgz.org/scholarship/application/',1,0,'195.246.120.164'),(97022,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"27\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631489037.60727596282958984375;s:12:\"REQUEST_TIME\";i:1631489037;}}','notice','2021-09-12 23:23:59','2021-09-12 23:23:57',72670896,72755472,'https://zphiblgz.org/configurationbak.php',1,0,'185.191.34.215'),(97021,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631485150.4079220294952392578125;s:12:\"REQUEST_TIME\";i:1631485150;}}','notice','2021-09-12 22:19:12','2021-09-12 22:19:10',72623072,72706808,'http://zphiblgz.org/scholarship/application/',1,0,'154.13.1.177'),(97020,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631483782.7679479122161865234375;s:12:\"REQUEST_TIME\";i:1631483782;}}','notice','2021-09-12 21:56:24','2021-09-12 21:56:23',72604936,72688672,'http://zphiblgz.org/scholarship/application/',1,0,'31.170.169.26'),(97019,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:1:\"5\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631478853.70191097259521484375;s:12:\"REQUEST_TIME\";i:1631478853;}}','notice','2021-09-12 20:34:15','2021-09-12 20:34:13',72627816,72712448,'https://zphiblgz.org/wp-console.php',1,0,'185.191.34.215'),(97018,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631473355.53092288970947265625;s:12:\"REQUEST_TIME\";i:1631473355;}}','notice','2021-09-12 19:02:39','2021-09-12 19:02:36',72691448,72775184,'http://zphiblgz.org/scholarship/application/',1,0,'107.150.38.218'),(97017,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631468981.9589240550994873046875;s:12:\"REQUEST_TIME\";i:1631468981;}}','notice','2021-09-12 17:49:43','2021-09-12 17:49:42',72604936,72688672,'http://zphiblgz.org/scholarship/application/',1,0,'92.118.77.10'),(97016,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631468886.6155719757080078125;s:12:\"REQUEST_TIME\";i:1631468886;}}','notice','2021-09-12 17:48:08','2021-09-12 17:48:06',72616872,72704136,'https://zphiblgz.org/event/youth-open-house/',1,0,'52.203.203.16'),(97015,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:135:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:27:\"https://zphiblgz.org/youth/\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\"Chromium\\\";v=\\\"92\\\", \\\" Not A;Brand\\\";v=\\\"99\\\", \\\"Google Chrome\\\";v=\\\"92\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:19:\"HTTP_SEC_FETCH_DEST\";s:8:\"document\";s:19:\"HTTP_SEC_FETCH_MODE\";s:8:\"navigate\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_USER\";s:2:\"?1\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631468544.1750431060791015625;s:12:\"REQUEST_TIME\";i:1631468544;}}','notice','2021-09-12 17:42:26','2021-09-12 17:42:24',72638488,72725216,'https://zphiblgz.org/event/youth-open-house/',1,0,'162.89.0.59'),(97014,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:24:\"HTTP_AMP_CACHE_TRANSFORM\";s:17:\"google;v=\\\"1..8\\\"\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631464233.52583408355712890625;s:12:\"REQUEST_TIME\";i:1631464233;}}','notice','2021-09-12 16:30:34','2021-09-12 16:30:33',71842760,71926520,'http://zphiblgz.org/n_top/tvcm.html',1,0,'66.249.65.101'),(97013,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631448873.6785199642181396484375;s:12:\"REQUEST_TIME\";i:1631448873;}}','notice','2021-09-12 12:14:35','2021-09-12 12:14:33',72148024,72231264,'https://zphiblgz.org/event/5th-annual-denim-pearlz-party/',1,0,'66.249.65.116'),(97012,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631445997.0349829196929931640625;s:12:\"REQUEST_TIME\";i:1631445997;}}','notice','2021-09-12 11:26:39','2021-09-12 11:26:37',72604936,72688672,'http://zphiblgz.org/scholarship/application/',1,0,'161.117.10.46'),(97011,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:139:\"Mozilla/5.0 (Linux; Android 4.1.2; SGH-I727R Build/JZO54K) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.169 Mobile Safari/537.22\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631443657.4980599880218505859375;s:12:\"REQUEST_TIME\";i:1631443657;}}','notice','2021-09-12 10:47:39','2021-09-12 10:47:37',72605608,72689456,'http://zphiblgz.org/SR-DB/',1,0,'45.153.160.131'),(97009,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:139:\"Mozilla/5.0 (Linux; Android 4.1.2; SGH-I727R Build/JZO54K) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.169 Mobile Safari/537.22\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631443644.7409489154815673828125;s:12:\"REQUEST_TIME\";i:1631443644;}}','notice','2021-09-12 10:47:25','2021-09-12 10:47:24',72312776,72396640,'http://zphiblgz.org/searchdb2.php',1,0,'185.220.102.249'),(97010,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:139:\"Mozilla/5.0 (Linux; Android 4.1.2; SGH-I727R Build/JZO54K) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.169 Mobile Safari/537.22\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631443647.02989101409912109375;s:12:\"REQUEST_TIME\";i:1631443647;}}','notice','2021-09-12 10:47:28','2021-09-12 10:47:27',72605744,72689608,'http://zphiblgz.org/replacedb2.php',1,0,'45.153.160.131'),(97008,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:139:\"Mozilla/5.0 (Linux; Android 4.1.2; SGH-I727R Build/JZO54K) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.169 Mobile Safari/537.22\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631443641.68877506256103515625;s:12:\"REQUEST_TIME\";i:1631443641;}}','notice','2021-09-12 10:47:23','2021-09-12 10:47:21',72605744,72689608,'http://zphiblgz.org/searchdb.php',1,0,'162.247.74.216'),(97007,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:112:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631443640.153192996978759765625;s:12:\"REQUEST_TIME\";i:1631443640;}}','notice','2021-09-12 10:47:21','2021-09-12 10:47:20',72311912,72395648,'http://zphiblgz.org/scholarship/application/',1,0,'92.38.136.69'),(97006,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:139:\"Mozilla/5.0 (Linux; Android 4.1.2; SGH-I727R Build/JZO54K) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.169 Mobile Safari/537.22\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631443638.650763034820556640625;s:12:\"REQUEST_TIME\";i:1631443638;}}','notice','2021-09-12 10:47:20','2021-09-12 10:47:18',72629336,72713088,'http://zphiblgz.org/findreplacedb.php',1,0,'193.218.118.147'),(97005,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:139:\"Mozilla/5.0 (Linux; Android 4.1.2; SGH-I727R Build/JZO54K) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.169 Mobile Safari/537.22\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631443630.4774520397186279296875;s:12:\"REQUEST_TIME\";i:1631443630;}}','notice','2021-09-12 10:47:12','2021-09-12 10:47:10',72605928,72689768,'http://zphiblgz.org/Search-DB-master-ohiu/',1,0,'176.10.107.180'),(97004,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:139:\"Mozilla/5.0 (Linux; Android 4.1.2; SGH-I727R Build/JZO54K) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.169 Mobile Safari/537.22\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631443627.5027859210968017578125;s:12:\"REQUEST_TIME\";i:1631443627;}}','notice','2021-09-12 10:47:09','2021-09-12 10:47:07',72605824,72689680,'http://zphiblgz.org/Search-DB-master/',1,0,'176.10.107.180'),(97003,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:139:\"Mozilla/5.0 (Linux; Android 4.1.2; SGH-I727R Build/JZO54K) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.169 Mobile Safari/537.22\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631443624.37009906768798828125;s:12:\"REQUEST_TIME\";i:1631443624;}}','notice','2021-09-12 10:47:06','2021-09-12 10:47:04',72604728,72688464,'http://zphiblgz.org/SearchReplace-master/',1,0,'176.10.107.180'),(97002,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631438241.4016249179840087890625;s:12:\"REQUEST_TIME\";i:1631438241;}}','notice','2021-09-12 09:17:23','2021-09-12 09:17:21',72604936,72688672,'http://zphiblgz.org/scholarship/application/',1,0,'92.118.77.10'),(97001,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631436184.6374599933624267578125;s:12:\"REQUEST_TIME\";i:1631436184;}}','notice','2021-09-12 08:43:06','2021-09-12 08:43:04',72672744,72771304,'https://zphiblgz.org/cache/subfusiform/th3_alpha.php?upload=hidden',1,0,'185.191.34.215'),(97000,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:47:\"text/html,application/xhtml+xml,application/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631431882.322451114654541015625;s:12:\"REQUEST_TIME\";i:1631431882;}}','notice','2021-09-12 07:31:23','2021-09-12 07:31:22',72311848,72395616,'http://zphiblgz.org/application',1,0,'44.193.208.154'),(96999,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631429225.63294696807861328125;s:12:\"REQUEST_TIME\";i:1631429225;}}','notice','2021-09-12 06:47:07','2021-09-12 06:47:05',72672816,72771352,'https://zphiblgz.org/wp-includes/Text/Diff/Engine/cache.php?ms-load=fiona84',1,0,'185.191.34.215'),(96998,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631428155.527184009552001953125;s:12:\"REQUEST_TIME\";i:1631428155;}}','notice','2021-09-12 06:29:17','2021-09-12 06:29:15',72604904,72688640,'http://zphiblgz.org/scholarship/application/',1,0,'46.33.33.1'),(96996,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631426354.95234203338623046875;s:12:\"REQUEST_TIME\";i:1631426354;}}','notice','2021-09-12 05:59:17','2021-09-12 05:59:15',72709584,72793320,'http://zphiblgz.org/scholarship/application/',1,0,'80.253.235.74'),(96997,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:11:\"HTTP_ACCEPT\";s:99:\"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5\";s:19:\"HTTP_ACCEPT_CHARSET\";s:32:\"utf-8,windows-1251;q=0.7,*;q=0.7\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-us,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:15:\"HTTP_USER_AGENT\";s:110:\"Mozilla/5.0 (X11; Ubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2911.12 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631427488.0241448879241943359375;s:12:\"REQUEST_TIME\";i:1631427488;}}','notice','2021-09-12 06:18:10','2021-09-12 06:18:08',72652464,72736120,'http://zphiblgz.org/lock360.php?daksldlkdsadas=1',1,0,'185.217.198.183'),(97069,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:25:\"AdsBot-Google-Mobile-Apps\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631682782.3412570953369140625;s:12:\"REQUEST_TIME\";i:1631682782;}}','notice','2021-09-15 05:13:04','2021-09-15 05:13:02',72336744,72420384,'http://zphiblgz.org/0993f819-b450-4df0-8cb5-81c310668029',1,0,'3.94.137.21'),(97068,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:7:\"deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631679322.3120830059051513671875;s:12:\"REQUEST_TIME\";i:1631679322;}}','notice','2021-09-15 04:15:24','2021-09-15 04:15:22',72623664,72707400,'http://zphiblgz.org/scholarship/application/',1,0,'80.253.235.74'),(97067,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631676291.7466900348663330078125;s:12:\"REQUEST_TIME\";i:1631676291;}}','notice','2021-09-15 03:24:53','2021-09-15 03:24:52',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'154.13.1.159'),(97136,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821020.81606197357177734375;s:12:\"REQUEST_TIME\";i:1631821020;}}','notice','2021-09-16 19:37:02','2021-09-16 19:37:01',72629800,72713544,'http://zphiblgz.org/loan',1,0,'101.36.110.241'),(97135,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821000.8339750766754150390625;s:12:\"REQUEST_TIME\";i:1631821000;}}','notice','2021-09-16 19:36:42','2021-09-16 19:36:41',72605072,72688824,'http://zphiblgz.org/im/',1,0,'101.36.110.241'),(97134,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631817533.9226939678192138671875;s:12:\"REQUEST_TIME\";i:1631817533;}}','notice','2021-09-16 18:38:55','2021-09-16 18:38:54',72606496,72690352,'http://zphiblgz.org/Public/initJs.php',1,0,'101.36.110.241'),(97133,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631817534.433620929718017578125;s:12:\"REQUEST_TIME\";i:1631817534;}}','notice','2021-09-16 18:38:55','2021-09-16 18:38:54',72350144,72450344,'http://zphiblgz.org/Home/Get/getJnd28',1,0,'101.36.110.241'),(97132,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631817534.2287750244140625;s:12:\"REQUEST_TIME\";i:1631817534;}}','notice','2021-09-16 18:38:55','2021-09-16 18:38:54',72350144,72450344,'http://zphiblgz.org/mytio/config/base',1,0,'101.36.110.241'),(97131,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631817512.045237064361572265625;s:12:\"REQUEST_TIME\";i:1631817512;}}','notice','2021-09-16 18:38:32','2021-09-16 18:38:32',72350032,72450240,'http://zphiblgz.org/im/in/GetUuid',1,0,'101.36.110.241'),(97130,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631817510.586186885833740234375;s:12:\"REQUEST_TIME\";i:1631817510;}}','notice','2021-09-16 18:38:31','2021-09-16 18:38:30',72350088,72450296,'http://zphiblgz.org/apis/api/index',1,0,'101.36.110.241'),(97129,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631817507.7620990276336669921875;s:12:\"REQUEST_TIME\";i:1631817507;}}','notice','2021-09-16 18:38:29','2021-09-16 18:38:27',72606440,72690304,'http://zphiblgz.org/api/contactWay',1,0,'101.36.110.241'),(97128,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:16:\"www.zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631817507.900269985198974609375;s:12:\"REQUEST_TIME\";i:1631817507;}}','notice','2021-09-16 18:38:28','2021-09-16 18:38:28',72345696,72447288,'http://www.zphiblgz.org/kkrp/site/info',1,0,'101.36.110.241'),(97127,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631817455.2216980457305908203125;s:12:\"REQUEST_TIME\";i:1631817455;}}','notice','2021-09-16 18:37:36','2021-09-16 18:37:35',72313408,72397280,'http://zphiblgz.org/getLocale',1,0,'101.36.110.241'),(97126,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631817452.4762289524078369140625;s:12:\"REQUEST_TIME\";i:1631817452;}}','notice','2021-09-16 18:37:34','2021-09-16 18:37:32',72606376,72690248,'http://zphiblgz.org/mtja.html',1,0,'101.36.110.241'),(97125,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631817448.36499309539794921875;s:12:\"REQUEST_TIME\";i:1631817448;}}','notice','2021-09-16 18:37:29','2021-09-16 18:37:28',72313336,72397208,'http://zphiblgz.org/api/apps',1,0,'101.36.110.241'),(97124,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631817444.0289518833160400390625;s:12:\"REQUEST_TIME\";i:1631817444;}}','notice','2021-09-16 18:37:24','2021-09-16 18:37:24',72313224,72397080,'http://zphiblgz.org/h5/',1,0,'101.36.110.241'),(97122,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:9:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631813154.5032100677490234375;s:12:\"REQUEST_TIME\";i:1631813154;}}','notice','2021-09-16 17:25:56','2021-09-16 17:25:54',72706640,72791792,'http://zphiblgz.org/wordpress/',1,0,'69.16.220.88'),(97123,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631814870.8766000270843505859375;s:12:\"REQUEST_TIME\";i:1631814870;}}','notice','2021-09-16 17:54:33','2021-09-16 17:54:31',72734808,72818544,'http://zphiblgz.org/scholarship/application/',1,0,'95.181.151.34'),(97121,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631812580.958919048309326171875;s:12:\"REQUEST_TIME\";i:1631812580;}}','notice','2021-09-16 17:16:22','2021-09-16 17:16:21',72604936,72688672,'http://zphiblgz.org/scholarship/application/',1,0,'178.206.250.79'),(97120,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:103:\"Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631808198.8408830165863037109375;s:12:\"REQUEST_TIME\";i:1631808198;}}','notice','2021-09-16 16:03:20','2021-09-16 16:03:19',72605416,72689152,'http://zphiblgz.org/scholarship/application/',1,0,'46.161.11.41'),(97119,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631808199.03993701934814453125;s:12:\"REQUEST_TIME\";i:1631808199;}}','notice','2021-09-16 16:03:19','2021-09-16 16:03:19',72312480,72396216,'http://zphiblgz.org/scholarship/application/',1,0,'46.161.11.41'),(97118,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631806504.3013141155242919921875;s:12:\"REQUEST_TIME\";i:1631806504;}}','notice','2021-09-16 15:35:06','2021-09-16 15:35:04',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'154.13.1.165'),(97117,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631806298.3698298931121826171875;s:12:\"REQUEST_TIME\";i:1631806298;}}','notice','2021-09-16 15:31:40','2021-09-16 15:31:38',72138440,72222576,'http://zphiblgz.org/tag/%E6%AC%A0%E7%89%87%E3%81%AE%E9%A3%9B%E6%9D%A5/',1,0,'66.249.65.99'),(97116,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631801325.2035810947418212890625;s:12:\"REQUEST_TIME\";i:1631801325;}}','notice','2021-09-16 14:08:47','2021-09-16 14:08:45',72172016,72272088,'http://zphiblgz.org/n_top/2017/07/line-1.html',1,0,'66.249.65.99'),(97115,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631797909.1010949611663818359375;s:12:\"REQUEST_TIME\";i:1631797909;}}','notice','2021-09-16 13:11:51','2021-09-16 13:11:49',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'80.253.235.74'),(97114,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:7:\"deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631796900.6459510326385498046875;s:12:\"REQUEST_TIME\";i:1631796900;}}','notice','2021-09-16 12:55:02','2021-09-16 12:55:00',72605528,72689264,'http://zphiblgz.org/scholarship/application/',1,0,'37.113.63.13'),(97113,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\" Not;A Brand\\\";v=\\\"99\\\", \\\"Google Chrome\\\";v=\\\"65\\\", \\\"Chromium\\\";v=\\\"65\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:12:\"HTTP_SEC_GPC\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:142:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.183 Safari/537.36 Vivaldi/1.96.1147.42\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631796271.27851200103759765625;s:12:\"REQUEST_TIME\";i:1631796271;}}','notice','2021-09-16 12:44:33','2021-09-16 12:44:31',72631504,72714600,'http://zphiblgz.org/scholarship/application/',1,0,'5.153.180.30'),(97112,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631781175.113213062286376953125;s:12:\"REQUEST_TIME\";i:1631781175;}}','notice','2021-09-16 08:32:57','2021-09-16 08:32:55',72636240,72718520,'https://zphiblgz.org/popcorn.php?ti=kung',1,0,'185.191.34.215'),(97111,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631771606.9473841190338134765625;s:12:\"REQUEST_TIME\";i:1631771606;}}','notice','2021-09-16 05:53:28','2021-09-16 05:53:27',72613192,72696176,'https://zphiblgz.org/scholarship/application/',1,0,'185.100.87.250'),(97110,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631770280.1885139942169189453125;s:12:\"REQUEST_TIME\";i:1631770280;}}','notice','2021-09-16 05:31:22','2021-09-16 05:31:20',72172016,72272088,'http://zphiblgz.org/n_top/2017/07/line-1.html',1,0,'66.249.65.97'),(97109,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631769638.17730998992919921875;s:12:\"REQUEST_TIME\";i:1631769638;}}','notice','2021-09-16 05:20:40','2021-09-16 05:20:38',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'92.38.136.69'),(97107,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:9:\"TE, close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:7:\"HTTP_TE\";s:18:\"deflate,gzip;q=0.3\";s:15:\"HTTP_USER_AGENT\";s:35:\"SiteLockSpider [en] (WinNT; I ;Nav)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631757557.764853954315185546875;s:12:\"REQUEST_TIME\";i:1631757557;}}','notice','2021-09-16 01:59:19','2021-09-16 01:59:18',72612784,72695720,'https://zphiblgz.org/th1s_1s_a_4o4.html',1,0,'184.154.139.21'),(97108,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:47:\"text/html,application/xhtml+xml,application/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631766546.1500489711761474609375;s:12:\"REQUEST_TIME\";i:1631766546;}}','notice','2021-09-16 04:29:08','2021-09-16 04:29:06',72605440,72689208,'http://zphiblgz.org/application',1,0,'44.197.214.40'),(97044,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:148:\"Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2_1 like Mac OS X; en-gb) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631566904.7590548992156982421875;s:12:\"REQUEST_TIME\";i:1631566904;}}','notice','2021-09-13 21:01:46','2021-09-13 21:01:45',72606368,72690224,'http://zphiblgz.org/search-replace-bd/',1,0,'23.154.177.2'),(97045,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:148:\"Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2_1 like Mac OS X; en-gb) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631566914.6919720172882080078125;s:12:\"REQUEST_TIME\";i:1631566914;}}','notice','2021-09-13 21:01:56','2021-09-13 21:01:54',72604768,72688536,'http://zphiblgz.org/sr_db.php',1,0,'23.154.177.2'),(97043,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:148:\"Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2_1 like Mac OS X; en-gb) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631566900.08343791961669921875;s:12:\"REQUEST_TIME\";i:1631566900;}}','notice','2021-09-13 21:01:42','2021-09-13 21:01:40',72606200,72690040,'http://zphiblgz.org/searchbd/',1,0,'23.154.177.2'),(97042,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:148:\"Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2_1 like Mac OS X; en-gb) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631566853.943873882293701171875;s:12:\"REQUEST_TIME\";i:1631566853;}}','notice','2021-09-13 21:00:55','2021-09-13 21:00:54',72606120,72689968,'http://zphiblgz.org/s-r/',1,0,'185.31.175.215'),(97041,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:148:\"Mozilla/5.0 (iPod; U; CPU iPhone OS 4_2_1 like Mac OS X; en-gb) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8C148 Safari/6533.18.5\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631566843.6078441143035888671875;s:12:\"REQUEST_TIME\";i:1631566843;}}','notice','2021-09-13 21:00:45','2021-09-13 21:00:43',72604680,72688424,'http://zphiblgz.org/S-R/',1,0,'45.153.160.132'),(97040,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4093.3 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631560054.721157073974609375;s:12:\"REQUEST_TIME\";i:1631560054;}}','notice','2021-09-13 19:07:37','2021-09-13 19:07:34',72716672,72800408,'http://zphiblgz.org/scholarship/application/',1,0,'195.246.120.144'),(97039,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631555774.7782061100006103515625;s:12:\"REQUEST_TIME\";i:1631555774;}}','notice','2021-09-13 17:56:16','2021-09-13 17:56:15',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'176.31.115.13'),(97038,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631553330.1051731109619140625;s:12:\"REQUEST_TIME\";i:1631553330;}}','notice','2021-09-13 17:15:33','2021-09-13 17:15:30',72725136,72810256,'http://zphiblgz.org/scholarship/application/',1,0,'46.148.234.229'),(97037,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631539881.0046679973602294921875;s:12:\"REQUEST_TIME\";i:1631539881;}}','notice','2021-09-13 13:31:22','2021-09-13 13:31:21',72612680,72695664,'https://zphiblgz.org/scholarship/application/',1,0,'104.244.76.170'),(97036,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:7:\"deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631538143.4702780246734619140625;s:12:\"REQUEST_TIME\";i:1631538143;}}','notice','2021-09-13 13:02:25','2021-09-13 13:02:23',72631568,72713912,'https://zphiblgz.org/scholarship/application/',1,0,'80.253.235.74'),(97035,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631526689.2858369350433349609375;s:12:\"REQUEST_TIME\";i:1631526689;}}','notice','2021-09-13 09:51:31','2021-09-13 09:51:29',72613008,72695376,'https://zphiblgz.org/license.php',1,0,'185.191.34.215'),(97034,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:1:\"*\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:23:\"de,en-US;q=0.7,en;q=0.3\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:132:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36 OPR/72.0.3815.400\";s:16:\"HTTP_X_CLIENT_IP\";s:12:\"78.46.90.120\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631521881.8801019191741943359375;s:12:\"REQUEST_TIME\";i:1631521881;}}','notice','2021-09-13 08:31:24','2021-09-13 08:31:22',72635472,72718776,'https://zphiblgz.org/ts_teams/tracy-irvin/',1,0,'78.46.90.120'),(97033,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"27\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631514699.5230391025543212890625;s:12:\"REQUEST_TIME\";i:1631514699;}}','notice','2021-09-13 06:31:41','2021-09-13 06:31:39',72652640,72737264,'https://zphiblgz.org/webconfig.txt.php',1,0,'185.191.34.215'),(97032,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:47:\"text/html,application/xhtml+xml,application/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631509126.8547680377960205078125;s:12:\"REQUEST_TIME\";i:1631509126;}}','notice','2021-09-13 04:58:48','2021-09-13 04:58:47',72604872,72688640,'http://zphiblgz.org/application',1,0,'3.82.213.255'),(97031,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631508410.915152072906494140625;s:12:\"REQUEST_TIME\";i:1631508410;}}','notice','2021-09-13 04:46:53','2021-09-13 04:46:51',72168936,72252240,'https://zphiblgz.org/ts_teams/maya-franklin/',1,0,'207.46.13.142'),(97030,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631505920.158216953277587890625;s:12:\"REQUEST_TIME\";i:1631505920;}}','notice','2021-09-13 04:05:22','2021-09-13 04:05:20',72623072,72706808,'http://zphiblgz.org/scholarship/application/',1,0,'1.169.119.10'),(97029,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"31\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631500511.82133388519287109375;s:12:\"REQUEST_TIME\";i:1631500511;}}','notice','2021-09-13 02:35:13','2021-09-13 02:35:12',72627904,72712544,'https://zphiblgz.org/lieats.php',1,0,'185.191.34.215'),(97028,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631498296.255466938018798828125;s:12:\"REQUEST_TIME\";i:1631498296;}}','notice','2021-09-13 01:58:18','2021-09-13 01:58:16',72612712,72695696,'https://zphiblgz.org/scholarship/application/',1,0,'185.220.101.146'),(97027,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631497940.583570003509521484375;s:12:\"REQUEST_TIME\";i:1631497940;}}','notice','2021-09-13 01:52:22','2021-09-13 01:52:20',72604936,72688672,'http://zphiblgz.org/scholarship/application/',1,0,'195.154.60.148'),(97026,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:16:\"en-US, tr; q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631497121.8303830623626708984375;s:12:\"REQUEST_TIME\";i:1631497121;}}','notice','2021-09-13 01:38:43','2021-09-13 01:38:42',72655424,72738232,'https://zphiblgz.org/style.php?sig=rename&source_name=boktandosyaadi1&rename=boktandosyaadi2',1,0,'45.158.15.145'),(97025,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:23:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:124:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:27:\"https://zphiblgz.org/youth/\";s:14:\"HTTP_SEC_CH_UA\";s:77:\"\\\"Microsoft Edge\\\";v=\\\"93\\\", \\\" Not;A Brand\\\";v=\\\"99\\\", \\\"Chromium\\\";v=\\\"93\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:23:\"HTTP_SEC_CH_UA_PLATFORM\";s:11:\"\\\"Windows\\\"\";s:19:\"HTTP_SEC_FETCH_DEST\";s:8:\"document\";s:19:\"HTTP_SEC_FETCH_MODE\";s:8:\"navigate\";s:19:\"HTTP_SEC_FETCH_SITE\";s:11:\"same-origin\";s:19:\"HTTP_SEC_FETCH_USER\";s:2:\"?1\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36 Edg/93.0.961.47\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631496071.1105239391326904296875;s:12:\"REQUEST_TIME\";i:1631496071;}}','notice','2021-09-13 01:21:13','2021-09-13 01:21:11',72638632,72725360,'https://zphiblgz.org/event/youth-open-house/',1,0,'24.162.155.202'),(97148,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:2:\"41\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:16:\"www.zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821111.73931598663330078125;s:12:\"REQUEST_TIME\";i:1631821111;}}','notice','2021-09-16 19:38:33','2021-09-16 19:38:31',72683568,72785136,'http://www.zphiblgz.org/api/user/mobilelogin',1,0,'101.36.110.241'),(97149,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821115.192718982696533203125;s:12:\"REQUEST_TIME\";i:1631821115;}}','notice','2021-09-16 19:38:36','2021-09-16 19:38:35',72350208,72450392,'http://zphiblgz.org/cscpLoginWeb/app/home',1,0,'101.36.110.241'),(97150,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821114.636744022369384765625;s:12:\"REQUEST_TIME\";i:1631821114;}}','notice','2021-09-16 19:38:36','2021-09-16 19:38:34',72643160,72743344,'http://zphiblgz.org/api/common/getConfig',1,0,'101.36.110.241'),(97151,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821128.8026599884033203125;s:12:\"REQUEST_TIME\";i:1631821128;}}','notice','2021-09-16 19:38:50','2021-09-16 19:38:49',72606608,72690448,'http://zphiblgz.org/admin_user/m_tixian.php',1,0,'101.36.110.241'),(97152,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821132.6359279155731201171875;s:12:\"REQUEST_TIME\";i:1631821132;}}','notice','2021-09-16 19:38:53','2021-09-16 19:38:52',72313704,72397544,'http://zphiblgz.org/Home/GetAllGameCategory',1,0,'101.36.110.241'),(97153,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821135.1627109050750732421875;s:12:\"REQUEST_TIME\";i:1631821135;}}','notice','2021-09-16 19:38:57','2021-09-16 19:38:55',72628936,72712704,'http://zphiblgz.org/zz2/address.php?gid=651',1,0,'101.36.110.241'),(97154,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821137.24826908111572265625;s:12:\"REQUEST_TIME\";i:1631821137;}}','notice','2021-09-16 19:38:59','2021-09-16 19:38:57',72643216,72743400,'http://zphiblgz.org/xianyu/index/setp1.html',1,0,'101.36.110.241'),(97155,0,'lockout','host-lockout::101.36.110.241','a:14:{s:6:\"module\";s:12:\"four_oh_four\";s:4:\"host\";s:14:\"101.36.110.241\";s:7:\"user_id\";b:0;s:8:\"username\";b:0;s:14:\"module_details\";a:5:{s:4:\"type\";s:12:\"four_oh_four\";s:6:\"reason\";s:54:\"too many attempts to access a file that does not exist\";s:5:\"label\";s:3:\"404\";s:4:\"host\";i:20;s:6:\"period\";i:5;}s:11:\"whitelisted\";b:0;s:11:\"blacklisted\";b:0;s:12:\"lockout_type\";s:12:\"four_oh_four\";s:13:\"lockout_start\";s:19:\"2021-09-16 14:38:57\";s:17:\"lockout_start_gmt\";s:19:\"2021-09-16 19:38:57\";s:15:\"lockout_context\";s:412:\"O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:14:\"101.36.110.241\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";N;s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:12:\"four_oh_four\";}\";s:14:\"lockout_expire\";s:19:\"2021-09-16 14:53:57\";s:18:\"lockout_expire_gmt\";s:19:\"2021-09-16 19:53:57\";s:12:\"lockout_host\";s:14:\"101.36.110.241\";}','action','2021-09-16 19:38:59','2021-09-16 19:38:57',72675720,72743400,'http://zphiblgz.org/xianyu/index/setp1.html',1,0,'101.36.110.241'),(97156,0,'notification_center','send::lockout','a:2:{s:10:\"recipients\";a:1:{i:0;s:15:\"pr@zphiblgz.org\";}s:7:\"subject\";s:40:\"[zphiblgz.org] Site Lockout Notification\";}','debug','2021-09-16 19:38:59','2021-09-16 19:38:57',73127832,73166144,'http://zphiblgz.org/xianyu/index/setp1.html',1,0,'101.36.110.241'),(97157,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:9:\"TE, close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:7:\"HTTP_TE\";s:18:\"deflate,gzip;q=0.3\";s:15:\"HTTP_USER_AGENT\";s:35:\"SiteLockSpider [en] (WinNT; I ;Nav)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631834118.757010936737060546875;s:12:\"REQUEST_TIME\";i:1631834118;}}','notice','2021-09-16 23:15:20','2021-09-16 23:15:18',72612784,72695720,'https://zphiblgz.org/th1s_1s_a_4o4.html',1,0,'184.154.139.19'),(97158,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631834519.1810119152069091796875;s:12:\"REQUEST_TIME\";i:1631834519;}}','notice','2021-09-16 23:22:01','2021-09-16 23:21:59',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'45.152.119.142'),(97187,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"28\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631928074.76366901397705078125;s:12:\"REQUEST_TIME\";i:1631928074;}}','notice','2021-09-18 01:21:16','2021-09-18 01:21:15',72628344,72712960,'https://zphiblgz.org/cod.php',1,0,'185.191.34.215'),(97058,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631641253.915893077850341796875;s:12:\"REQUEST_TIME\";i:1631641253;}}','notice','2021-09-14 17:40:55','2021-09-14 17:40:54',72673224,72771776,'https://zphiblgz.org/cache/unadjustably/th3_alpha.php?upload=hidden',1,0,'185.191.34.215'),(97057,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:65:\"Mozilla/5.0 (compatible; Konqueror/3.0-rc4; i686 Linux; 20020517)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631638393.4854090213775634765625;s:12:\"REQUEST_TIME\";i:1631638393;}}','notice','2021-09-14 16:53:15','2021-09-14 16:53:13',72629968,72713704,'http://zphiblgz.org/scholarship/application/',1,0,'195.181.167.41'),(97056,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:195:\"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631632569.173593044281005859375;s:12:\"REQUEST_TIME\";i:1631632569;}}','notice','2021-09-14 15:16:12','2021-09-14 15:16:09',72187008,72273432,'https://zphiblgz.org/event/breakfast-on-the-go/',1,0,'40.77.167.88'),(97055,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631629326.171226024627685546875;s:12:\"REQUEST_TIME\";i:1631629326;}}','notice','2021-09-14 14:22:08','2021-09-14 14:22:06',72605416,72689152,'http://zphiblgz.org/scholarship/application/',1,0,'46.161.11.21'),(97053,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:9:\"TE, close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:7:\"HTTP_TE\";s:18:\"deflate,gzip;q=0.3\";s:15:\"HTTP_USER_AGENT\";s:35:\"SiteLockSpider [en] (WinNT; I ;Nav)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631620188.13551998138427734375;s:12:\"REQUEST_TIME\";i:1631620188;}}','notice','2021-09-14 11:49:50','2021-09-14 11:49:48',72612784,72695720,'https://zphiblgz.org/th1s_1s_a_4o4.html',1,0,'184.154.76.35'),(97054,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:9:\"TE, close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:52:\"http://www.google.com/url?url=zphiblgz.org&yahoo.com\";s:7:\"HTTP_TE\";s:18:\"deflate,gzip;q=0.3\";s:15:\"HTTP_USER_AGENT\";s:70:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/6.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631620265.7912509441375732421875;s:12:\"REQUEST_TIME\";i:1631620265;}}','notice','2021-09-14 11:51:07','2021-09-14 11:51:06',72617576,72704840,'https://zphiblgz.org/event/youth-open-house/',1,0,'184.154.76.35'),(97052,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:124:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:70:\"Mozilla/5.0 (compatible; VelenPublicWebCrawler/1.0; +https://velen.io)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631590206.347484111785888671875;s:12:\"REQUEST_TIME\";i:1631590206;}}','notice','2021-09-14 03:30:08','2021-09-14 03:30:06',72610064,72697240,'http://zphiblgz.org/event/breakfast-on-the-go',1,0,'35.210.232.207'),(97051,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:47:\"text/html,application/xhtml+xml,application/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631583232.4784300327301025390625;s:12:\"REQUEST_TIME\";i:1631583232;}}','notice','2021-09-14 01:33:54','2021-09-14 01:33:52',72605384,72689152,'http://zphiblgz.org/application',1,0,'18.207.108.68'),(96950,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:7:\"deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631284700.550220012664794921875;s:12:\"REQUEST_TIME\";i:1631284700;}}','notice','2021-09-10 14:38:22','2021-09-10 14:38:20',72612408,72694752,'https://zphiblgz.org/scholarship/application/',1,0,'80.253.235.74'),(96951,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631290989.17801189422607421875;s:12:\"REQUEST_TIME\";i:1631290989;}}','notice','2021-09-10 16:23:11','2021-09-10 16:23:09',72164360,72248096,'http://zphiblgz.org/events-2/',1,0,'66.249.65.97'),(96952,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631291328.67591190338134765625;s:12:\"REQUEST_TIME\";i:1631291328;}}','notice','2021-09-10 16:28:50','2021-09-10 16:28:48',72761064,72844744,'https://zphiblgz.org/license.php?x=1',1,0,'185.191.34.215'),(96953,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631291878.0508220195770263671875;s:12:\"REQUEST_TIME\";i:1631291878;}}','notice','2021-09-10 16:38:00','2021-09-10 16:37:58',72603912,72687648,'http://zphiblgz.org/scholarship/application/',1,0,'142.54.183.90'),(96954,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.119 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631292517.1600530147552490234375;s:12:\"REQUEST_TIME\";i:1631292517;}}','notice','2021-09-10 16:48:39','2021-09-10 16:48:37',72147096,72230336,'https://zphiblgz.org/event/5th-annual-denim-pearlz-party/',1,0,'66.249.65.112'),(96955,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:17:\"mail.zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:77.0) Gecko/20100101 Firefox/77.0\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631295915.2072141170501708984375;s:12:\"REQUEST_TIME\";i:1631295915;}}','notice','2021-09-10 17:45:17','2021-09-10 17:45:15',72646448,72730208,'http://mail.zphiblgz.org/emergency.php',1,0,'18.116.26.219'),(96956,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631297641.8215389251708984375;s:12:\"REQUEST_TIME\";i:1631297641;}}','notice','2021-09-10 18:14:03','2021-09-10 18:14:02',72603912,72687648,'http://zphiblgz.org/scholarship/application/',1,0,'46.161.11.21'),(96957,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631303095.8243958950042724609375;s:12:\"REQUEST_TIME\";i:1631303095;}}','notice','2021-09-10 19:44:57','2021-09-10 19:44:56',72603912,72687648,'http://zphiblgz.org/scholarship/application/',1,0,'1.169.89.210'),(96958,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"30\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631303416.23138904571533203125;s:12:\"REQUEST_TIME\";i:1631303416;}}','notice','2021-09-10 19:50:18','2021-09-10 19:50:16',72651680,72736312,'https://zphiblgz.org/wp-check.php',1,0,'185.191.34.215'),(96959,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631304907.5382869243621826171875;s:12:\"REQUEST_TIME\";i:1631304907;}}','notice','2021-09-10 20:15:09','2021-09-10 20:15:07',72629824,72712808,'https://zphiblgz.org/scholarship/application/',1,0,'199.249.230.163'),(96960,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631312476.954288959503173828125;s:12:\"REQUEST_TIME\";i:1631312476;}}','notice','2021-09-10 22:21:18','2021-09-10 22:21:17',72603880,72687616,'http://zphiblgz.org/scholarship/application/',1,0,'193.189.100.203'),(96961,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"86\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631313781.435698986053466796875;s:12:\"REQUEST_TIME\";i:1631313781;}}','notice','2021-09-10 22:43:03','2021-09-10 22:43:01',72627088,72711704,'https://zphiblgz.org/st.php',1,0,'185.191.34.215'),(96962,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631314168.6458759307861328125;s:12:\"REQUEST_TIME\";i:1631314168;}}','notice','2021-09-10 22:49:30','2021-09-10 22:49:28',72603912,72687648,'http://zphiblgz.org/scholarship/application/',1,0,'45.153.55.26'),(96963,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:77.0) Gecko/20100101 Firefox/77.0\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631321420.2463190555572509765625;s:12:\"REQUEST_TIME\";i:1631321420;}}','notice','2021-09-11 00:50:22','2021-09-11 00:50:20',72646144,72729904,'http://zphiblgz.org/emergency.php',1,0,'18.116.26.219'),(96964,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:11:\"HTTP_ACCEPT\";s:99:\"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.3\";s:19:\"HTTP_ACCEPT_CHARSET\";s:32:\"utf-8,windows-1251;q=0.7,*;q=0.7\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-us,en;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2845.96 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631321844.6907589435577392578125;s:12:\"REQUEST_TIME\";i:1631321844;}}','notice','2021-09-11 00:57:26','2021-09-11 00:57:24',72628520,72712264,'http://zphiblgz.org/contact/',1,0,'23.229.57.244'),(97228,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632015122.8066608905792236328125;s:12:\"REQUEST_TIME\";i:1632015122;}}','notice','2021-09-19 01:32:04','2021-09-19 01:32:03',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'180.167.101.134'),(97229,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632019172.81457996368408203125;s:12:\"REQUEST_TIME\";i:1632019172;}}','notice','2021-09-19 02:39:35','2021-09-19 02:39:33',72734776,72818512,'http://zphiblgz.org/scholarship/application/',1,0,'185.242.113.224'),(97230,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632019230.0807549953460693359375;s:12:\"REQUEST_TIME\";i:1632019230;}}','notice','2021-09-19 02:40:31','2021-09-19 02:40:30',72168848,72256112,'https://zphiblgz.org/event/youth-open-house/',1,0,'207.46.13.170'),(97231,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632022193.22815990447998046875;s:12:\"REQUEST_TIME\";i:1632022193;}}','notice','2021-09-19 03:29:55','2021-09-19 03:29:53',72649672,72748968,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'94.155.33.88'),(97232,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632022196.4166519641876220703125;s:12:\"REQUEST_TIME\";i:1632022196;}}','notice','2021-09-19 03:29:58','2021-09-19 03:29:56',72650848,72750248,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'94.155.33.88'),(97233,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632022199.572505950927734375;s:12:\"REQUEST_TIME\";i:1632022199;}}','notice','2021-09-19 03:30:01','2021-09-19 03:29:59',72650848,72750248,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'94.155.33.88'),(97234,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632022202.832004070281982421875;s:12:\"REQUEST_TIME\";i:1632022202;}}','notice','2021-09-19 03:30:04','2021-09-19 03:30:03',72650848,72750248,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'94.155.33.88'),(97235,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632027081.80084896087646484375;s:12:\"REQUEST_TIME\";i:1632027081;}}','notice','2021-09-19 04:51:23','2021-09-19 04:51:22',72144984,72228176,'https://zphiblgz.org/event/ladiez-real-talk-empowerment-summit/',1,0,'40.77.167.66'),(97236,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:12:\"CONTENT_TYPE\";s:16:\"application/json\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:14:\"ALittle Client\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632027371.7300319671630859375;s:12:\"REQUEST_TIME\";i:1632027371;}}','notice','2021-09-19 04:56:13','2021-09-19 04:56:11',72604968,72688704,'http://zphiblgz.org/templates/index.html',1,0,'23.228.109.147'),(97237,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632028987.313500881195068359375;s:12:\"REQUEST_TIME\";i:1632028987;}}','notice','2021-09-19 05:23:09','2021-09-19 05:23:07',72659944,72760016,'http://zphiblgz.org/wordpress/wp-admin/link-edd.php',1,0,'47.112.21.141'),(97238,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632030485.503582000732421875;s:12:\"REQUEST_TIME\";i:1632030485;}}','notice','2021-09-19 05:48:07','2021-09-19 05:48:05',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'194.226.97.115'),(97239,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632044775.55535888671875;s:12:\"REQUEST_TIME\";i:1632044775;}}','notice','2021-09-19 09:46:17','2021-09-19 09:46:15',72613960,72696304,'https://zphiblgz.org/wp-content/common.php',1,0,'185.191.34.215'),(97240,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"50\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632057525.66703891754150390625;s:12:\"REQUEST_TIME\";i:1632057525;}}','notice','2021-09-19 13:18:47','2021-09-19 13:18:45',72690192,72791008,'https://zphiblgz.org/templates/protostar/index.php',1,0,'185.191.34.215'),(97241,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632057820.883696079254150390625;s:12:\"REQUEST_TIME\";i:1632057820;}}','notice','2021-09-19 13:23:42','2021-09-19 13:23:41',72666808,72766840,'http://zphiblgz.org/wordpress/wp-content/plugins/fighter/upx.php',1,0,'43.128.57.178'),(97242,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632060539.2146759033203125;s:12:\"REQUEST_TIME\";i:1632060539;}}','notice','2021-09-19 14:09:00','2021-09-19 14:08:59',72348968,72449040,'http://zphiblgz.org/wordpress/wp-admin/link-edd.php',1,0,'144.34.166.150'),(97243,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:12:\"CONTENT_TYPE\";s:16:\"application/json\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:14:\"ALittle Client\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632060537.3731911182403564453125;s:12:\"REQUEST_TIME\";i:1632060537;}}','notice','2021-09-19 14:09:00','2021-09-19 14:08:57',72604904,72688656,'http://zphiblgz.org/language/index.html',1,0,'23.228.109.147'),(97244,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632060543.7062199115753173828125;s:12:\"REQUEST_TIME\";i:1632060543;}}','notice','2021-09-19 14:09:05','2021-09-19 14:09:03',72641936,72742008,'http://zphiblgz.org/wordpress/wp-admin/link-edd.php',1,0,'144.34.166.150'),(97245,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632061406.9131710529327392578125;s:12:\"REQUEST_TIME\";i:1632061406;}}','notice','2021-09-19 14:23:28','2021-09-19 14:23:27',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'46.161.11.21'),(97246,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632062120.6848309040069580078125;s:12:\"REQUEST_TIME\";i:1632062120;}}','notice','2021-09-19 14:35:22','2021-09-19 14:35:20',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'46.161.11.21'),(97247,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:47:\"text/html,application/xhtml+xml,application/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632067718.167314052581787109375;s:12:\"REQUEST_TIME\";i:1632067718;}}','notice','2021-09-19 16:08:40','2021-09-19 16:08:38',72605384,72689152,'http://zphiblgz.org/application',1,0,'34.201.31.249'),(97248,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"11\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632076799.4009969234466552734375;s:12:\"REQUEST_TIME\";i:1632076799;}}','notice','2021-09-19 18:40:00','2021-09-19 18:39:59',72419048,72438152,'https://zphiblgz.org/config.php',1,0,'185.191.34.215'),(97249,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"11\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632076799.3469409942626953125;s:12:\"REQUEST_TIME\";i:1632076799;}}','notice','2021-09-19 18:40:01','2021-09-19 18:39:59',72646432,72731072,'https://zphiblgz.org/config.php',1,0,'185.191.34.215'),(97250,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:9:\"TE, close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:7:\"HTTP_TE\";s:18:\"deflate,gzip;q=0.3\";s:15:\"HTTP_USER_AGENT\";s:35:\"SiteLockSpider [en] (WinNT; I ;Nav)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632078280.7260189056396484375;s:12:\"REQUEST_TIME\";i:1632078280;}}','notice','2021-09-19 19:04:42','2021-09-19 19:04:40',72612784,72695720,'https://zphiblgz.org/th1s_1s_a_4o4.html',1,0,'184.154.139.3'),(97251,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:7:\"deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632089440.5569779872894287109375;s:12:\"REQUEST_TIME\";i:1632089440;}}','notice','2021-09-19 22:10:43','2021-09-19 22:10:40',72710208,72793944,'http://zphiblgz.org/scholarship/application/',1,0,'80.253.235.74'),(97252,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632093572.9786450862884521484375;s:12:\"REQUEST_TIME\";i:1632093572;}}','notice','2021-09-19 23:19:34','2021-09-19 23:19:33',72623584,72707320,'http://zphiblgz.org/scholarship/application/',1,0,'176.114.190.126'),(97253,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632094040.133739948272705078125;s:12:\"REQUEST_TIME\";i:1632094040;}}','notice','2021-09-19 23:27:22','2021-09-19 23:27:20',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'45.152.119.147'),(97254,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632094139.5738780498504638671875;s:12:\"REQUEST_TIME\";i:1632094139;}}','notice','2021-09-19 23:29:01','2021-09-19 23:28:59',72168848,72256112,'https://zphiblgz.org/event/youth-open-house/',1,0,'207.46.13.170'),(97201,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:137:\"Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631943974.446031093597412109375;s:12:\"REQUEST_TIME\";i:1631943974;}}','notice','2021-09-18 05:46:16','2021-09-18 05:46:14',72606200,72690072,'http://zphiblgz.org/sr_db.php',1,0,'163.172.213.212'),(97202,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:137:\"Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631943981.2823870182037353515625;s:12:\"REQUEST_TIME\";i:1631943981;}}','notice','2021-09-18 05:46:23','2021-09-18 05:46:21',72604768,72688536,'http://zphiblgz.org/srdb2.php',1,0,'163.172.213.212'),(97203,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:137:\"Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631943987.8222820758819580078125;s:12:\"REQUEST_TIME\";i:1631943987;}}','notice','2021-09-18 05:46:29','2021-09-18 05:46:28',72606256,72690120,'http://zphiblgz.org/replace-db.php',1,0,'163.172.213.212'),(97204,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631945596.6414349079132080078125;s:12:\"REQUEST_TIME\";i:1631945596;}}','notice','2021-09-18 06:13:18','2021-09-18 06:13:16',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'209.54.104.126'),(97205,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"11\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631948203.468719005584716796875;s:12:\"REQUEST_TIME\";i:1631948203;}}','notice','2021-09-18 06:56:45','2021-09-18 06:56:43',72653096,72737720,'https://zphiblgz.org/cache/search.php',1,0,'185.191.34.215'),(97206,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631952832.82250499725341796875;s:12:\"REQUEST_TIME\";i:1631952832;}}','notice','2021-09-18 08:13:54','2021-09-18 08:13:53',72623272,72707024,'http://zphiblgz.org/wordpress/doc.php',1,0,'45.124.84.189'),(97207,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631953447.9725449085235595703125;s:12:\"REQUEST_TIME\";i:1631953447;}}','notice','2021-09-18 08:24:10','2021-09-18 08:24:08',72666696,72766744,'http://zphiblgz.org/wordpress/wp-admin/network/network.php',1,0,'115.126.6.208'),(97208,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631953453.601460933685302734375;s:12:\"REQUEST_TIME\";i:1631953453;}}','notice','2021-09-18 08:24:15','2021-09-18 08:24:13',72666696,72766744,'http://zphiblgz.org/wordpress/wp-admin/network/network.php',1,0,'115.126.6.208'),(97209,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631956456.658543109893798828125;s:12:\"REQUEST_TIME\";i:1631956456;}}','notice','2021-09-18 09:14:18','2021-09-18 09:14:16',72181744,72265784,'http://zphiblgz.org/tag/%E8%B2%AB%E3%81%8B%E3%82%8C%E3%81%9F%E5%BF%83%E8%87%93%E3%81%AE%E5%91%AA%E3%81%84/',1,0,'66.249.65.167'),(97210,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631959121.91841888427734375;s:12:\"REQUEST_TIME\";i:1631959121;}}','notice','2021-09-18 09:58:44','2021-09-18 09:58:42',72692024,72775688,'http://zphiblgz.org/wordpress/autoload_classmap.php',1,0,'185.182.56.216'),(97211,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631959123.5506389141082763671875;s:12:\"REQUEST_TIME\";i:1631959123;}}','notice','2021-09-18 09:58:44','2021-09-18 09:58:43',72312456,72396120,'http://zphiblgz.org/wordpress/autoload_classmap.php',1,0,'185.182.56.216'),(97212,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:9:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631961967.1175849437713623046875;s:12:\"REQUEST_TIME\";i:1631961967;}}','notice','2021-09-18 10:46:09','2021-09-18 10:46:07',72604576,72688344,'http://zphiblgz.org/wordpress/',1,0,'68.65.121.137'),(97213,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:11:\"HTTP_ACCEPT\";s:99:\"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.2\";s:19:\"HTTP_ACCEPT_CHARSET\";s:32:\"utf-8,windows-1251;q=0.7,*;q=0.7\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-us,en;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:112:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2944.13 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631964759.0832459926605224609375;s:12:\"REQUEST_TIME\";i:1631964759;}}','notice','2021-09-18 11:32:41','2021-09-18 11:32:39',72605448,72689192,'http://zphiblgz.org/contact/',1,0,'192.186.145.59'),(97214,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631969608.4873180389404296875;s:12:\"REQUEST_TIME\";i:1631969608;}}','notice','2021-09-18 12:53:30','2021-09-18 12:53:28',72724192,72807176,'https://zphiblgz.org/scholarship/application/',1,0,'37.123.163.58'),(97215,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631969651.2226541042327880859375;s:12:\"REQUEST_TIME\";i:1631969651;}}','notice','2021-09-18 12:54:13','2021-09-18 12:54:11',72163984,72248024,'http://zphiblgz.org/tag/%E8%B2%AB%E3%81%8B%E3%82%8C%E3%81%9F%E5%BF%83%E8%87%93%E3%81%AE%E5%91%AA%E3%81%84/',1,0,'66.249.65.165'),(97216,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631971951.3529369831085205078125;s:12:\"REQUEST_TIME\";i:1631971951;}}','notice','2021-09-18 13:32:33','2021-09-18 13:32:31',72650512,72749200,'https://zphiblgz.org/assets/images/1.php',1,0,'185.191.34.215'),(97217,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631975314.14317798614501953125;s:12:\"REQUEST_TIME\";i:1631975314;}}','notice','2021-09-18 14:28:36','2021-09-18 14:28:34',72623360,72707096,'http://zphiblgz.org/wordpress/2index.php',1,0,'187.45.195.16'),(97218,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631975318.6128799915313720703125;s:12:\"REQUEST_TIME\";i:1631975318;}}','notice','2021-09-18 14:28:40','2021-09-18 14:28:38',72605224,72688960,'http://zphiblgz.org/wordpress/2index.php',1,0,'187.45.195.16'),(97219,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:112:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631983387.0890080928802490234375;s:12:\"REQUEST_TIME\";i:1631983387;}}','notice','2021-09-18 16:43:09','2021-09-18 16:43:07',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'5.180.243.195'),(97220,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631990220.988831043243408203125;s:12:\"REQUEST_TIME\";i:1631990220;}}','notice','2021-09-18 18:37:03','2021-09-18 18:37:01',72623584,72707320,'http://zphiblgz.org/scholarship/application/',1,0,'46.161.11.21'),(97221,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:74:\"Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631990909.24816799163818359375;s:12:\"REQUEST_TIME\";i:1631990909;}}','notice','2021-09-18 18:48:31','2021-09-18 18:48:29',72666480,72766576,'http://zphiblgz.org/var/cache/mage--2/',1,0,'74.91.8.36'),(97222,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:9:\"TE, close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:7:\"HTTP_TE\";s:18:\"deflate,gzip;q=0.3\";s:15:\"HTTP_USER_AGENT\";s:35:\"SiteLockSpider [en] (WinNT; I ;Nav)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631991875.7458178997039794921875;s:12:\"REQUEST_TIME\";i:1631991875;}}','notice','2021-09-18 19:04:37','2021-09-18 19:04:36',72612784,72695720,'https://zphiblgz.org/th1s_1s_a_4o4.html',1,0,'184.154.139.20'),(97223,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:47:\"text/html,application/xhtml+xml,application/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631993715.3191139698028564453125;s:12:\"REQUEST_TIME\";i:1631993715;}}','notice','2021-09-18 19:35:17','2021-09-18 19:35:15',72605384,72689152,'http://zphiblgz.org/application',1,0,'107.21.84.17'),(97224,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632007522.45096588134765625;s:12:\"REQUEST_TIME\";i:1632007522;}}','notice','2021-09-18 23:25:24','2021-09-18 23:25:22',72168848,72256112,'https://zphiblgz.org/event/youth-open-house/',1,0,'207.46.13.170'),(97225,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632009884.543827056884765625;s:12:\"REQUEST_TIME\";i:1632009884;}}','notice','2021-09-19 00:04:46','2021-09-19 00:04:44',72605136,72688888,'http://zphiblgz.org/wordpress/ups.php',1,0,'103.146.22.52'),(97226,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632009888.5100800991058349609375;s:12:\"REQUEST_TIME\";i:1632009888;}}','notice','2021-09-19 00:04:50','2021-09-19 00:04:48',72605136,72688888,'http://zphiblgz.org/wordpress/ups.php',1,0,'103.146.22.52'),(97227,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632011217.03569507598876953125;s:12:\"REQUEST_TIME\";i:1632011217;}}','notice','2021-09-19 00:26:59','2021-09-19 00:26:57',72144880,72228072,'https://zphiblgz.org/event/ladiez-real-talk-empowerment-summit/',1,0,'40.77.167.66'),(97255,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632094653.79640102386474609375;s:12:\"REQUEST_TIME\";i:1632094653;}}','notice','2021-09-19 23:37:35','2021-09-19 23:37:34',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'188.126.79.23'),(97256,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632097694.0750200748443603515625;s:12:\"REQUEST_TIME\";i:1632097694;}}','notice','2021-09-20 00:28:16','2021-09-20 00:28:14',72162640,72245832,'https://zphiblgz.org/event/ladiez-real-talk-empowerment-summit/',1,0,'40.77.167.66'),(97257,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:1:\"9\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632099257.631175994873046875;s:12:\"REQUEST_TIME\";i:1632099257;}}','notice','2021-09-20 00:54:19','2021-09-20 00:54:17',72628312,72712944,'https://zphiblgz.org/beck/cron.php',1,0,'185.191.34.215'),(97258,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:9:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632099669.7677299976348876953125;s:12:\"REQUEST_TIME\";i:1632099669;}}','notice','2021-09-20 01:01:11','2021-09-20 01:01:10',72604576,72688344,'http://zphiblgz.org/wordpress/',1,0,'72.47.224.18'),(97298,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632180557.0881869792938232421875;s:12:\"REQUEST_TIME\";i:1632180557;}}','notice','2021-09-20 23:29:19','2021-09-20 23:29:17',72186608,72273872,'https://zphiblgz.org/event/youth-open-house/',1,0,'207.46.13.170'),(97188,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631928463.4999558925628662109375;s:12:\"REQUEST_TIME\";i:1631928463;}}','notice','2021-09-18 01:27:45','2021-09-18 01:27:43',72623208,72706944,'http://zphiblgz.org/scholarship/application/',1,0,'185.112.102.105'),(97189,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631932466.5611419677734375;s:12:\"REQUEST_TIME\";i:1631932466;}}','notice','2021-09-18 02:34:28','2021-09-18 02:34:26',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'176.122.116.136'),(97190,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631933272.072720050811767578125;s:12:\"REQUEST_TIME\";i:1631933272;}}','notice','2021-09-18 02:47:53','2021-09-18 02:47:52',72168848,72256112,'https://zphiblgz.org/event/youth-open-house/',1,0,'207.46.13.170'),(97191,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631938109.4275710582733154296875;s:12:\"REQUEST_TIME\";i:1631938109;}}','notice','2021-09-18 04:08:31','2021-09-18 04:08:29',72623320,72707048,'http://zphiblgz.org/wordpress/media-admin.php',1,0,'195.78.67.32'),(97192,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:137:\"Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631943915.083611965179443359375;s:12:\"REQUEST_TIME\";i:1631943915;}}','notice','2021-09-18 05:45:17','2021-09-18 05:45:15',72604688,72688432,'http://zphiblgz.org/S-R/',1,0,'193.218.118.116'),(97193,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:137:\"Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631943923.523562908172607421875;s:12:\"REQUEST_TIME\";i:1631943923;}}','notice','2021-09-18 05:45:25','2021-09-18 05:45:23',72605864,72689712,'http://zphiblgz.org/s-r/',1,0,'185.31.175.252'),(97194,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:137:\"Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631943930.1437408924102783203125;s:12:\"REQUEST_TIME\";i:1631943930;}}','notice','2021-09-18 05:45:32','2021-09-18 05:45:30',72606200,72690072,'http://zphiblgz.org/replacedb2/',1,0,'185.31.175.252'),(97195,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:137:\"Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631943937.0439260005950927734375;s:12:\"REQUEST_TIME\";i:1631943937;}}','notice','2021-09-18 05:45:38','2021-09-18 05:45:37',72606200,72690072,'http://zphiblgz.org/replacebd/',1,0,'163.172.213.212'),(97196,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:137:\"Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631943943.1945450305938720703125;s:12:\"REQUEST_TIME\";i:1631943943;}}','notice','2021-09-18 05:45:45','2021-09-18 05:45:43',72606208,72690080,'http://zphiblgz.org/replace-db/',1,0,'163.172.213.212'),(97185,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631922583.11310100555419921875;s:12:\"REQUEST_TIME\";i:1631922583;}}','notice','2021-09-17 23:49:44','2021-09-17 23:49:43',72176608,72275904,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'207.46.13.142'),(97186,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631924568.0894539356231689453125;s:12:\"REQUEST_TIME\";i:1631924568;}}','notice','2021-09-18 00:22:49','2021-09-18 00:22:48',72162640,72245832,'https://zphiblgz.org/event/ladiez-real-talk-empowerment-summit/',1,0,'40.77.167.66'),(97184,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631921610.2725241184234619140625;s:12:\"REQUEST_TIME\";i:1631921610;}}','notice','2021-09-17 23:33:32','2021-09-17 23:33:30',72605416,72689152,'http://zphiblgz.org/scholarship/application/',1,0,'89.229.154.210'),(97183,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631921083.991302967071533203125;s:12:\"REQUEST_TIME\";i:1631921083;}}','notice','2021-09-17 23:24:46','2021-09-17 23:24:44',72149680,72236944,'https://zphiblgz.org/event/youth-open-house/',1,0,'207.46.13.170'),(97182,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631919760.2308199405670166015625;s:12:\"REQUEST_TIME\";i:1631919760;}}','notice','2021-09-17 23:02:42','2021-09-17 23:02:40',72242912,72327016,'http://zphiblgz.org/tag/%E7%82%8E%E3%81%AE%E6%96%AC%E3%82%8A%E3%81%A4%E3%81%91/',1,0,'66.249.65.165'),(97181,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631917176.2287139892578125;s:12:\"REQUEST_TIME\";i:1631917176;}}','notice','2021-09-17 22:19:38','2021-09-17 22:19:36',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'46.161.11.41'),(97180,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:47:\"text/html,application/xhtml+xml,application/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631916148.5381391048431396484375;s:12:\"REQUEST_TIME\";i:1631916148;}}','notice','2021-09-17 22:02:30','2021-09-17 22:02:28',72605384,72689152,'http://zphiblgz.org/application',1,0,'52.54.63.240'),(97179,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:22:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_ORIGIN\";s:19:\"http://zphiblgz.org\";s:12:\"HTTP_REFERER\";s:20:\"http://zphiblgz.org/\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\" Not;A Brand\\\";v=\\\"99\\\", \\\"Google Chrome\\\";v=\\\"66\\\", \\\"Chromium\\\";v=\\\"66\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:12:\"HTTP_SEC_GPC\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36\";s:8:\"HTTP_VIA\";s:26:\"1.0 localhost (squid/4.10)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:11:\"94.23.16.74\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631908401.56068897247314453125;s:12:\"REQUEST_TIME\";i:1631908401;}}','notice','2021-09-17 19:53:24','2021-09-17 19:53:21',72631792,72714888,'http://zphiblgz.org/scholarship/application/',1,0,'94.23.16.74'),(97178,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:9:\"TE, close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:7:\"HTTP_TE\";s:18:\"deflate,gzip;q=0.3\";s:15:\"HTTP_USER_AGENT\";s:35:\"SiteLockSpider [en] (WinNT; I ;Nav)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631905513.033812046051025390625;s:12:\"REQUEST_TIME\";i:1631905513;}}','notice','2021-09-17 19:05:15','2021-09-17 19:05:13',72612784,72695720,'https://zphiblgz.org/th1s_1s_a_4o4.html',1,0,'184.154.139.21'),(97177,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631904746.7164020538330078125;s:12:\"REQUEST_TIME\";i:1631904746;}}','notice','2021-09-17 18:52:28','2021-09-17 18:52:26',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'128.71.214.72'),(97176,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"50\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631901209.383060932159423828125;s:12:\"REQUEST_TIME\";i:1631901209;}}','notice','2021-09-17 17:53:31','2021-09-17 17:53:29',72690192,72791008,'https://zphiblgz.org/templates/protostar/error.php',1,0,'185.191.34.215'),(97175,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631899819.0631630420684814453125;s:12:\"REQUEST_TIME\";i:1631899819;}}','notice','2021-09-17 17:30:21','2021-09-17 17:30:19',72623360,72707096,'http://zphiblgz.org/wordpress/gank.php.PhP',1,0,'64.227.88.155'),(97174,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"50\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631899796.6183259487152099609375;s:12:\"REQUEST_TIME\";i:1631899796;}}','notice','2021-09-17 17:29:58','2021-09-17 17:29:56',72731792,72816416,'https://zphiblgz.org/content-post.php',1,0,'185.191.34.215'),(97173,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631898443.721920013427734375;s:12:\"REQUEST_TIME\";i:1631898443;}}','notice','2021-09-17 17:07:25','2021-09-17 17:07:24',72604824,72688584,'http://zphiblgz.org/gank.php.PhP',1,0,'138.197.32.80'),(97172,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:112:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631896333.0931699275970458984375;s:12:\"REQUEST_TIME\";i:1631896333;}}','notice','2021-09-17 16:32:15','2021-09-17 16:32:13',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'85.26.235.67'),(97171,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"50\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631894749.5521490573883056640625;s:12:\"REQUEST_TIME\";i:1631894749;}}','notice','2021-09-17 16:05:51','2021-09-17 16:05:49',72690472,72791248,'https://zphiblgz.org/components/com_banners/models/banner.php',1,0,'185.191.34.215'),(97170,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631893859.29115009307861328125;s:12:\"REQUEST_TIME\";i:1631893859;}}','notice','2021-09-17 15:51:01','2021-09-17 15:50:59',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'92.38.136.69'),(97169,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631891821.927433013916015625;s:12:\"REQUEST_TIME\";i:1631891821;}}','notice','2021-09-17 15:17:04','2021-09-17 15:17:02',72623584,72707320,'http://zphiblgz.org/scholarship/application/',1,0,'161.117.10.233'),(97168,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:118:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631877891.9450531005859375;s:12:\"REQUEST_TIME\";i:1631877891;}}','notice','2021-09-17 11:24:54','2021-09-17 11:24:52',72717480,72801216,'http://zphiblgz.org/scholarship/application/',1,0,'46.8.192.243'),(97167,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"10\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631875666.1779730319976806640625;s:12:\"REQUEST_TIME\";i:1631875666;}}','notice','2021-09-17 10:47:48','2021-09-17 10:47:46',72671344,72772136,'https://zphiblgz.org/wp-admin/css/colors/blue/system_m.php',1,0,'185.191.34.215'),(97165,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631862877.125876903533935546875;s:12:\"REQUEST_TIME\";i:1631862877;}}','notice','2021-09-17 07:14:39','2021-09-17 07:14:37',72635456,72719216,'http://zphiblgz.org/gank.php.PhP',1,0,'47.90.42.101'),(97166,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631862881.496737003326416015625;s:12:\"REQUEST_TIME\";i:1631862881;}}','notice','2021-09-17 07:14:42','2021-09-17 07:14:41',72336600,72420360,'http://zphiblgz.org/gank.php.PhP',1,0,'47.90.42.101'),(97164,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.24 Safari/537.36 Edg/83.0.478.18\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631858305.1198279857635498046875;s:12:\"REQUEST_TIME\";i:1631858305;}}','notice','2021-09-17 05:58:27','2021-09-17 05:58:25',72716672,72800408,'http://zphiblgz.org/scholarship/application/',1,0,'188.126.79.29'),(97163,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:112:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631855961.2479350566864013671875;s:12:\"REQUEST_TIME\";i:1631855961;}}','notice','2021-09-17 05:19:23','2021-09-17 05:19:21',72631360,72714344,'https://zphiblgz.org/scholarship/application/',1,0,'192.160.102.170'),(97162,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:21:\"http://simplesite.com\";s:15:\"HTTP_USER_AGENT\";s:116:\"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631852212.8540699481964111328125;s:12:\"REQUEST_TIME\";i:1631852212;}}','notice','2021-09-17 04:16:54','2021-09-17 04:16:53',72647576,72731320,'http://zphiblgz.org/ups.php',1,0,'47.89.31.26'),(97161,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631845488.294415950775146484375;s:12:\"REQUEST_TIME\";i:1631845488;}}','notice','2021-09-17 02:24:50','2021-09-17 02:24:48',72613192,72696176,'https://zphiblgz.org/scholarship/application/',1,0,'199.249.230.155'),(97159,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:47:\"text/html,application/xhtml+xml,application/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631843368.4471199512481689453125;s:12:\"REQUEST_TIME\";i:1631843368;}}','notice','2021-09-17 01:49:30','2021-09-17 01:49:28',72605384,72689152,'http://zphiblgz.org/application',1,0,'35.175.113.71'),(97160,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4400.8 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631843610.8068230152130126953125;s:12:\"REQUEST_TIME\";i:1631843610;}}','notice','2021-09-17 01:53:32','2021-09-17 01:53:31',72623584,72707320,'http://zphiblgz.org/scholarship/application/',1,0,'176.48.179.50'),(97200,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:137:\"Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631943967.7198200225830078125;s:12:\"REQUEST_TIME\";i:1631943967;}}','notice','2021-09-18 05:46:09','2021-09-18 05:46:08',72606368,72690224,'http://zphiblgz.org/search-replace-bd/',1,0,'163.172.213.212'),(97198,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:137:\"Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631943955.163755893707275390625;s:12:\"REQUEST_TIME\";i:1631943955;}}','notice','2021-09-18 05:45:57','2021-09-18 05:45:55',72606200,72690072,'http://zphiblgz.org/searchdb2/',1,0,'163.172.213.212'),(97199,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:137:\"Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631943961.080718994140625;s:12:\"REQUEST_TIME\";i:1631943961;}}','notice','2021-09-18 05:46:03','2021-09-18 05:46:01',72604768,72688504,'http://zphiblgz.org/searchbd/',1,0,'163.172.213.212'),(97197,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:137:\"Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631943948.92311000823974609375;s:12:\"REQUEST_TIME\";i:1631943948;}}','notice','2021-09-18 05:45:50','2021-09-18 05:45:49',72606200,72690040,'http://zphiblgz.org/searchdb/',1,0,'163.172.213.212'),(97059,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631643024.518659114837646484375;s:12:\"REQUEST_TIME\";i:1631643024;}}','notice','2021-09-14 18:10:26','2021-09-14 18:10:24',72605416,72689152,'http://zphiblgz.org/scholarship/application/',1,0,'94.198.50.98'),(97060,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631645174.993506908416748046875;s:12:\"REQUEST_TIME\";i:1631645174;}}','notice','2021-09-14 18:46:16','2021-09-14 18:46:15',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'185.244.214.42'),(97061,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631648801.9665119647979736328125;s:12:\"REQUEST_TIME\";i:1631648801;}}','notice','2021-09-14 19:46:44','2021-09-14 19:46:42',72673208,72771768,'https://zphiblgz.org/cache/enarthrosis/th3_alpha.php?upload=hidden',1,0,'185.191.34.215'),(97062,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:11:\"HTTP_ACCEPT\";s:99:\"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.2\";s:19:\"HTTP_ACCEPT_CHARSET\";s:32:\"utf-8,windows-1251;q=0.7,*;q=0.6\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-us,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:47.0) Gecko/20100101 Firefox/47.0\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631649634.8118960857391357421875;s:12:\"REQUEST_TIME\";i:1631649634;}}','notice','2021-09-14 20:00:36','2021-09-14 20:00:35',72605328,72689072,'http://zphiblgz.org/contact/',1,0,'23.254.68.55'),(97063,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631651024.915904998779296875;s:12:\"REQUEST_TIME\";i:1631651024;}}','notice','2021-09-14 20:23:46','2021-09-14 20:23:45',72613192,72696176,'https://zphiblgz.org/scholarship/application/',1,0,'198.144.121.93'),(97064,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:9:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631654642.631042003631591796875;s:12:\"REQUEST_TIME\";i:1631654642;}}','notice','2021-09-14 21:24:05','2021-09-14 21:24:02',72715800,72799568,'http://zphiblgz.org/wordpress/',1,0,'207.180.199.176'),(97065,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631655302.62755107879638671875;s:12:\"REQUEST_TIME\";i:1631655302;}}','notice','2021-09-14 21:35:04','2021-09-14 21:35:03',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'46.242.11.193'),(97066,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"28\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631656188.6822679042816162109375;s:12:\"REQUEST_TIME\";i:1631656188;}}','notice','2021-09-14 21:49:50','2021-09-14 21:49:48',72646560,72731192,'https://zphiblgz.org/wp-cache.php',1,0,'185.191.34.215'),(97105,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"86\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631749779.308928012847900390625;s:12:\"REQUEST_TIME\";i:1631749779;}}','notice','2021-09-15 23:49:41','2021-09-15 23:49:39',72665688,72766504,'https://zphiblgz.org/system/logs/seo_script.php',1,0,'185.191.34.215'),(97106,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"29\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631755564.153667926788330078125;s:12:\"REQUEST_TIME\";i:1631755564;}}','notice','2021-09-16 01:26:06','2021-09-16 01:26:04',72646480,72731096,'https://zphiblgz.org/bps.php',1,0,'185.191.34.215'),(97137,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821023.5300118923187255859375;s:12:\"REQUEST_TIME\";i:1631821023;}}','notice','2021-09-16 19:37:05','2021-09-16 19:37:03',72606376,72690248,'http://zphiblgz.org/user/Login',1,0,'101.36.110.241'),(97138,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821059.588035106658935546875;s:12:\"REQUEST_TIME\";i:1631821059;}}','notice','2021-09-16 19:37:41','2021-09-16 19:37:39',72643096,72743304,'http://zphiblgz.org/home/main/login',1,0,'101.36.110.241'),(97139,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821071.889965057373046875;s:12:\"REQUEST_TIME\";i:1631821071;}}','notice','2021-09-16 19:37:52','2021-09-16 19:37:52',72350144,72450344,'http://zphiblgz.org/Home/Index/ajaxTJ',1,0,'101.36.110.241'),(97140,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821071.50708103179931640625;s:12:\"REQUEST_TIME\";i:1631821071;}}','notice','2021-09-16 19:37:53','2021-09-16 19:37:51',72643112,72743312,'http://zphiblgz.org/Home/Bind/binding',1,0,'101.36.110.241'),(97141,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821077.2131168842315673828125;s:12:\"REQUEST_TIME\";i:1631821077;}}','notice','2021-09-16 19:37:58','2021-09-16 19:37:57',72313528,72397384,'http://zphiblgz.org/user/allroleinfo',1,0,'101.36.110.241'),(97142,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821076.816379070281982421875;s:12:\"REQUEST_TIME\";i:1631821076;}}','notice','2021-09-16 19:37:58','2021-09-16 19:37:57',72606496,72690352,'http://zphiblgz.org/Public/initJs.php',1,0,'101.36.110.241'),(97143,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821082.396790981292724609375;s:12:\"REQUEST_TIME\";i:1631821082;}}','notice','2021-09-16 19:38:04','2021-09-16 19:38:02',72606504,72690360,'http://zphiblgz.org/api/content_bottom',1,0,'101.36.110.241'),(97144,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821087.2602479457855224609375;s:12:\"REQUEST_TIME\";i:1631821087;}}','notice','2021-09-16 19:38:09','2021-09-16 19:38:07',72606504,72690360,'http://zphiblgz.org/Home/GetInitSource',1,0,'101.36.110.241'),(97145,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:2:\"12\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:16:\"www.zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821090.8670399188995361328125;s:12:\"REQUEST_TIME\";i:1631821090;}}','notice','2021-09-16 19:38:12','2021-09-16 19:38:11',72683376,72784944,'http://www.zphiblgz.org/wap/banner/details',1,0,'101.36.110.241'),(97146,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821103.5374729633331298828125;s:12:\"REQUEST_TIME\";i:1631821103;}}','notice','2021-09-16 19:38:25','2021-09-16 19:38:23',72643112,72743312,'http://zphiblgz.org/api/message/webInfo',1,0,'101.36.110.241'),(97147,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.9\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:16:\"www.zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631821106.571712970733642578125;s:12:\"REQUEST_TIME\";i:1631821106;}}','notice','2021-09-16 19:38:27','2021-09-16 19:38:26',72345816,72447384,'http://www.zphiblgz.org/api/v1/borrowxx.html',1,0,'101.36.110.241'),(96949,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:11:\"HTTP_ACCEPT\";s:99:\"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.3\";s:19:\"HTTP_ACCEPT_CHARSET\";s:32:\"utf-8,windows-1251;q=0.7,*;q=0.5\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-us,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2805.26 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631283963.87024402618408203125;s:12:\"REQUEST_TIME\";i:1631283963;}}','notice','2021-09-10 14:26:06','2021-09-10 14:26:04',72756080,72839736,'http://zphiblgz.org/old-index.php?daksldlkdsadas=1',1,0,'185.217.198.183'),(96948,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:56:\"image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.9.0.2) Gecko/2008092313 Ubuntu/9.25 (jaunty) Firefox/3.8\";s:8:\"HTTP_VIA\";s:68:\"http/1.0 localhost.localdomain[DE4ACAF5] (ApacheTrafficServer/3.2.2)\";s:20:\"HTTP_X_FORWARDED_FOR\";s:13:\"212.3.142.113\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631276282.9838120937347412109375;s:12:\"REQUEST_TIME\";i:1631276282;}}','notice','2021-09-10 12:18:05','2021-09-10 12:18:03',72628648,72712384,'http://zphiblgz.org/scholarship/application/',1,0,'212.3.142.113'),(96947,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631275189.8879249095916748046875;s:12:\"REQUEST_TIME\";i:1631275189;}}','notice','2021-09-10 11:59:51','2021-09-10 11:59:50',72175584,72274880,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'207.46.13.27'),(96946,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"27\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631274769.4343969821929931640625;s:12:\"REQUEST_TIME\";i:1631274769;}}','notice','2021-09-10 11:52:51','2021-09-10 11:52:49',72651680,72736304,'https://zphiblgz.org/cache/accesson.php',1,0,'185.191.34.215'),(96945,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631273887.5301630496978759765625;s:12:\"REQUEST_TIME\";i:1631273887;}}','notice','2021-09-10 11:38:09','2021-09-10 11:38:07',72622048,72705784,'http://zphiblgz.org/scholarship/application/',1,0,'196.240.54.121'),(96944,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631273255.9196960926055908203125;s:12:\"REQUEST_TIME\";i:1631273255;}}','notice','2021-09-10 11:27:38','2021-09-10 11:27:36',72690456,72774192,'http://zphiblgz.org/scholarship/application/',1,0,'47.74.152.79'),(96943,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631271876.0495569705963134765625;s:12:\"REQUEST_TIME\";i:1631271876;}}','notice','2021-09-10 11:04:38','2021-09-10 11:04:36',72603912,72687648,'http://zphiblgz.org/scholarship/application/',1,0,'193.9.114.179'),(96942,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631270267.8339750766754150390625;s:12:\"REQUEST_TIME\";i:1631270267;}}','notice','2021-09-10 10:37:49','2021-09-10 10:37:48',72649312,72748712,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'147.78.141.191'),(96941,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631270264.643024921417236328125;s:12:\"REQUEST_TIME\";i:1631270264;}}','notice','2021-09-10 10:37:46','2021-09-10 10:37:44',72649312,72748712,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'147.78.141.191'),(96940,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631270261.5683619976043701171875;s:12:\"REQUEST_TIME\";i:1631270261;}}','notice','2021-09-10 10:37:43','2021-09-10 10:37:41',72649312,72748712,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'147.78.141.191'),(96939,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631270258.465796947479248046875;s:12:\"REQUEST_TIME\";i:1631270258;}}','notice','2021-09-10 10:37:40','2021-09-10 10:37:38',72666272,72765568,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'147.78.141.191'),(97321,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632278835.063520908355712890625;s:12:\"REQUEST_TIME\";i:1632278835;}}','notice','2021-09-22 02:47:17','2021-09-22 02:47:15',72169016,72256280,'https://zphiblgz.org/event/youth-open-house/',1,0,'207.46.13.170'),(97322,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:25:\"AdsBot-Google-Mobile-Apps\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632288037.306148052215576171875;s:12:\"REQUEST_TIME\";i:1632288037;}}','notice','2021-09-22 05:20:39','2021-09-22 05:20:37',72336912,72420552,'http://zphiblgz.org/bda64137-7062-4220-bc01-1e98caa72571',1,0,'3.94.137.21'),(97323,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:107:\"Mozilla/7.0 (Linux; Android 6.0; Mac OS X; no-NO; rv:8.0) Chrome/86.2.1 AppleWebKit/92.9.3 SeaMonkey/17.9.9\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632288040.3038690090179443359375;s:12:\"REQUEST_TIME\";i:1632288040;}}','notice','2021-09-22 05:20:43','2021-09-22 05:20:40',72337016,72420656,'http://zphiblgz.org/bda64137-7062-4220-bc01-1e98caa72571',1,0,'3.94.137.21'),(97324,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:18:\"Go-http-client/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632288044.296680927276611328125;s:12:\"REQUEST_TIME\";i:1632288044;}}','notice','2021-09-22 05:20:46','2021-09-22 05:20:44',72630360,72714000,'http://zphiblgz.org/bda64137-7062-4220-bc01-1e98caa72571',1,0,'3.94.137.21'),(97325,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:18:\"Go-http-client/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632288047.3071000576019287109375;s:12:\"REQUEST_TIME\";i:1632288047;}}','notice','2021-09-22 05:20:49','2021-09-22 05:20:47',72630360,72714000,'http://zphiblgz.org/bda64137-7062-4220-bc01-1e98caa72571',1,0,'3.94.137.21'),(97326,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632288326.631248950958251953125;s:12:\"REQUEST_TIME\";i:1632288326;}}','notice','2021-09-22 05:25:28','2021-09-22 05:25:26',72145048,72228240,'https://zphiblgz.org/event/ladiez-real-talk-empowerment-summit/',1,0,'157.55.39.64'),(97327,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:47:\"text/html,application/xhtml+xml,application/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632293609.1164379119873046875;s:12:\"REQUEST_TIME\";i:1632293609;}}','notice','2021-09-22 06:53:30','2021-09-22 06:53:29',72630232,72714000,'http://zphiblgz.org/application',1,0,'3.90.15.189'),(97328,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:7:\"deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632309701.3402080535888671875;s:12:\"REQUEST_TIME\";i:1632309701;}}','notice','2021-09-22 11:21:43','2021-09-22 11:21:41',72605696,72689432,'http://zphiblgz.org/scholarship/application/',1,0,'80.253.235.47'),(97329,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632317151.3090789318084716796875;s:12:\"REQUEST_TIME\";i:1632317151;}}','notice','2021-09-22 13:25:53','2021-09-22 13:25:51',73788968,73890400,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'207.46.13.113'),(97330,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632322941.651443004608154296875;s:12:\"REQUEST_TIME\";i:1632322941;}}','notice','2021-09-22 15:02:23','2021-09-22 15:02:21',74252552,74337672,'https://zphiblgz.org/scholarship/application/',1,0,'104.244.79.6'),(97331,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632323992.07468509674072265625;s:12:\"REQUEST_TIME\";i:1632323992;}}','notice','2021-09-22 15:19:54','2021-09-22 15:19:52',74289032,74390464,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'172.98.86.184'),(97332,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632323995.8762719631195068359375;s:12:\"REQUEST_TIME\";i:1632323995;}}','notice','2021-09-22 15:19:57','2021-09-22 15:19:56',74290208,74391744,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'172.98.86.184'),(97333,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632323999.6320860385894775390625;s:12:\"REQUEST_TIME\";i:1632323999;}}','notice','2021-09-22 15:20:00','2021-09-22 15:19:59',74066872,74168408,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'172.98.86.184'),(97334,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632324002.29100799560546875;s:12:\"REQUEST_TIME\";i:1632324002;}}','notice','2021-09-22 15:20:04','2021-09-22 15:20:02',74290208,74391744,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'172.98.86.184'),(97335,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632330708.0942680835723876953125;s:12:\"REQUEST_TIME\";i:1632330708;}}','notice','2021-09-22 17:11:50','2021-09-22 17:11:48',73822744,73924224,'http://zphiblgz.org/n_top/img/plan.pdf',1,0,'66.249.65.165'),(97336,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:24:\"my.support.wordpress.com\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632333580.892343997955322265625;s:12:\"REQUEST_TIME\";i:1632333580;}}','notice','2021-09-22 17:59:42','2021-09-22 17:59:41',74412472,74506256,'https://zphiblgz.org/wp-includes/pomo/so.php?x=1',1,0,'185.191.34.215'),(97337,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:9:\"TE, close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:7:\"HTTP_TE\";s:18:\"deflate,gzip;q=0.3\";s:15:\"HTTP_USER_AGENT\";s:35:\"SiteLockSpider [en] (WinNT; I ;Nav)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632337745.22932910919189453125;s:12:\"REQUEST_TIME\";i:1632337745;}}','notice','2021-09-22 19:09:07','2021-09-22 19:09:05',74252520,74337592,'https://zphiblgz.org/th1s_1s_a_4o4.html',1,0,'184.154.139.18'),(97338,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"50\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632342767.8241670131683349609375;s:12:\"REQUEST_TIME\";i:1632342767;}}','notice','2021-09-22 20:32:50','2021-09-22 20:32:48',74407160,74442440,'https://zphiblgz.org/assets/images/accesson.php',1,0,'185.191.34.215'),(97103,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip,identity\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:169:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631742398.6322309970855712890625;s:12:\"REQUEST_TIME\";i:1631742398;}}','notice','2021-09-15 21:46:41','2021-09-15 21:46:38',72181280,72268544,'https://zphiblgz.org/event/youth-open-house/',1,0,'17.121.115.110'),(97104,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:96:\"text/html,application/xhtml+xml,application/signed-exchange;v=b3,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_FROM\";s:26:\"googlebot(at)googlebot.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631742588.0996620655059814453125;s:12:\"REQUEST_TIME\";i:1631742588;}}','notice','2021-09-15 21:49:50','2021-09-15 21:49:48',72138440,72222576,'http://zphiblgz.org/tag/%E5%85%A5%E9%96%80%E3%81%AE%E5%84%80%E5%BC%8F/',1,0,'66.249.65.103'),(97102,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.86 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631738249.993957996368408203125;s:12:\"REQUEST_TIME\";i:1631738249;}}','notice','2021-09-15 20:37:31','2021-09-15 20:37:30',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'46.161.11.21'),(97101,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631736633.0390770435333251953125;s:12:\"REQUEST_TIME\";i:1631736633;}}','notice','2021-09-15 20:10:35','2021-09-15 20:10:33',72613520,72695888,'https://zphiblgz.org/license.php',1,0,'185.191.34.215'),(97100,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631732147.709906101226806640625;s:12:\"REQUEST_TIME\";i:1631732147;}}','notice','2021-09-15 18:55:49','2021-09-15 18:55:47',72650848,72750248,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'147.78.141.192'),(97099,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631732144.4132709503173828125;s:12:\"REQUEST_TIME\";i:1631732144;}}','notice','2021-09-15 18:55:46','2021-09-15 18:55:44',72650848,72750248,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'147.78.141.192'),(97098,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631732141.259562969207763671875;s:12:\"REQUEST_TIME\";i:1631732141;}}','notice','2021-09-15 18:55:43','2021-09-15 18:55:41',72650848,72750248,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'147.78.141.192'),(97097,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631732138.1020090579986572265625;s:12:\"REQUEST_TIME\";i:1631732138;}}','notice','2021-09-15 18:55:40','2021-09-15 18:55:38',72649672,72748968,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'147.78.141.192'),(97096,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631729493.0966780185699462890625;s:12:\"REQUEST_TIME\";i:1631729493;}}','notice','2021-09-15 18:11:34','2021-09-15 18:11:33',72623584,72707320,'http://zphiblgz.org/scholarship/application/',1,0,'136.243.104.211'),(97095,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\" Not;A Brand\\\";v=\\\"99\\\", \\\"Google Chrome\\\";v=\\\"65\\\", \\\"Chromium\\\";v=\\\"65\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:12:\"HTTP_SEC_GPC\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:138:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.99\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631726500.0183179378509521484375;s:12:\"REQUEST_TIME\";i:1631726500;}}','notice','2021-09-15 17:21:42','2021-09-15 17:21:40',72631504,72714600,'http://zphiblgz.org/scholarship/application/',1,0,'5.153.180.30'),(97094,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\" Not;A Brand\\\";v=\\\"99\\\", \\\"Google Chrome\\\";v=\\\"65\\\", \\\"Chromium\\\";v=\\\"65\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:12:\"HTTP_SEC_GPC\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:138:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.99\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631720496.993609905242919921875;s:12:\"REQUEST_TIME\";i:1631720496;}}','notice','2021-09-15 15:41:38','2021-09-15 15:41:37',72631504,72714600,'http://zphiblgz.org/scholarship/application/',1,0,'5.153.180.30'),(97093,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631720482.7590820789337158203125;s:12:\"REQUEST_TIME\";i:1631720482;}}','notice','2021-09-15 15:41:24','2021-09-15 15:41:22',72650848,72750248,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'147.78.141.191'),(97092,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631720479.5745480060577392578125;s:12:\"REQUEST_TIME\";i:1631720479;}}','notice','2021-09-15 15:41:21','2021-09-15 15:41:19',72650848,72750248,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'147.78.141.191'),(97091,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631720476.3862750530242919921875;s:12:\"REQUEST_TIME\";i:1631720476;}}','notice','2021-09-15 15:41:18','2021-09-15 15:41:16',72650848,72750248,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'147.78.141.191'),(97090,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631720473.2530610561370849609375;s:12:\"REQUEST_TIME\";i:1631720473;}}','notice','2021-09-15 15:41:15','2021-09-15 15:41:13',72649672,72748968,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'147.78.141.191'),(97089,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:10:\"PHP/7.3.32\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631720248.602261066436767578125;s:12:\"REQUEST_TIME\";i:1631720248;}}','notice','2021-09-15 15:37:30','2021-09-15 15:37:28',72605408,72689144,'http://zphiblgz.org/scholarship/application/',1,0,'5.153.180.30'),(97088,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_ORIGIN\";s:19:\"http://zphiblgz.org\";s:12:\"HTTP_REFERER\";s:20:\"http://zphiblgz.org/\";s:15:\"HTTP_USER_AGENT\";s:60:\"PHP/{5|6|7}.{3|2}.{1|2|3|4|5|6|7|8|9|0}{1|2|3|4|5|6|7|8|9|0}\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631720245.6114408969879150390625;s:12:\"REQUEST_TIME\";i:1631720245;}}','notice','2021-09-15 15:37:27','2021-09-15 15:37:25',72631672,72715512,'http://zphiblgz.org/scholarship/application/',1,0,'5.153.180.30'),(97087,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_ORIGIN\";s:19:\"http://zphiblgz.org\";s:12:\"HTTP_REFERER\";s:20:\"http://zphiblgz.org/\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\" Not;A Brand\\\";v=\\\"99\\\", \\\"Google Chrome\\\";v=\\\"67\\\", \\\"Chromium\\\";v=\\\"67\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:12:\"HTTP_SEC_GPC\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.10 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631720231.3448240756988525390625;s:12:\"REQUEST_TIME\";i:1631720231;}}','notice','2021-09-15 15:37:13','2021-09-15 15:37:11',72649704,72732800,'http://zphiblgz.org/scholarship/application/',1,0,'5.153.180.30'),(97086,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:195:\"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631718786.7335360050201416015625;s:12:\"REQUEST_TIME\";i:1631718786;}}','notice','2021-09-15 15:13:08','2021-09-15 15:13:07',72157512,72241720,'http://zphiblgz.org/category/pauper/',1,0,'207.46.13.142'),(97084,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631708084.132503986358642578125;s:12:\"REQUEST_TIME\";i:1631708084;}}','notice','2021-09-15 12:14:46','2021-09-15 12:14:44',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'92.118.77.10'),(97085,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"35\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631716594.28728199005126953125;s:12:\"REQUEST_TIME\";i:1631716594;}}','notice','2021-09-15 14:36:37','2021-09-15 14:36:34',72646624,72731256,'https://zphiblgz.org/codules.php',1,0,'185.191.34.215'),(97083,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\" Not;A Brand\\\";v=\\\"99\\\", \\\"Google Chrome\\\";v=\\\"65\\\", \\\"Chromium\\\";v=\\\"65\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:12:\"HTTP_SEC_GPC\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:138:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.99\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631703920.676906108856201171875;s:12:\"REQUEST_TIME\";i:1631703920;}}','notice','2021-09-15 11:05:22','2021-09-15 11:05:20',72631504,72714600,'http://zphiblgz.org/scholarship/application/',1,0,'5.153.180.30'),(97082,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631698462.2319018840789794921875;s:12:\"REQUEST_TIME\";i:1631698462;}}','notice','2021-09-15 09:34:24','2021-09-15 09:34:22',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'92.118.77.10'),(97081,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\" Not;A Brand\\\";v=\\\"99\\\", \\\"Google Chrome\\\";v=\\\"65\\\", \\\"Chromium\\\";v=\\\"65\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:12:\"HTTP_SEC_GPC\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:138:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.99\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631697868.3937160968780517578125;s:12:\"REQUEST_TIME\";i:1631697868;}}','notice','2021-09-15 09:24:30','2021-09-15 09:24:28',72736184,72819280,'http://zphiblgz.org/scholarship/application/',1,0,'5.153.180.30'),(97080,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:47:\"text/html,application/xhtml+xml,application/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631693682.7778289318084716796875;s:12:\"REQUEST_TIME\";i:1631693682;}}','notice','2021-09-15 08:14:44','2021-09-15 08:14:43',72605384,72689152,'http://zphiblgz.org/application',1,0,'54.166.27.188'),(97079,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\" Not;A Brand\\\";v=\\\"99\\\", \\\"Google Chrome\\\";v=\\\"65\\\", \\\"Chromium\\\";v=\\\"65\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:12:\"HTTP_SEC_GPC\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:138:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.99\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631691700.7089340686798095703125;s:12:\"REQUEST_TIME\";i:1631691700;}}','notice','2021-09-15 07:41:42','2021-09-15 07:41:41',72631504,72714600,'http://zphiblgz.org/scholarship/application/',1,0,'5.153.180.30'),(97078,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:10:\"PHP/6.2.53\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631691677.6057140827178955078125;s:12:\"REQUEST_TIME\";i:1631691677;}}','notice','2021-09-15 07:41:19','2021-09-15 07:41:17',72605408,72689144,'http://zphiblgz.org/scholarship/application/',1,0,'5.153.180.30'),(97077,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_ORIGIN\";s:19:\"http://zphiblgz.org\";s:12:\"HTTP_REFERER\";s:20:\"http://zphiblgz.org/\";s:15:\"HTTP_USER_AGENT\";s:60:\"PHP/{5|6|7}.{3|2}.{1|2|3|4|5|6|7|8|9|0}{1|2|3|4|5|6|7|8|9|0}\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631691674.742453098297119140625;s:12:\"REQUEST_TIME\";i:1631691674;}}','notice','2021-09-15 07:41:16','2021-09-15 07:41:14',72631672,72715512,'http://zphiblgz.org/scholarship/application/',1,0,'5.153.180.30'),(97076,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_ORIGIN\";s:19:\"http://zphiblgz.org\";s:12:\"HTTP_REFERER\";s:20:\"http://zphiblgz.org/\";s:14:\"HTTP_SEC_CH_UA\";s:76:\"\\\" Not;A Brand\\\";v=\\\"99\\\", \\\"Google Chrome\\\";v=\\\"63\\\", \\\"Chromium\\\";v=\\\"63\\\"\";s:21:\"HTTP_SEC_CH_UA_MOBILE\";s:2:\"?0\";s:12:\"HTTP_SEC_GPC\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:151:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.26 Safari/537.36 Core/1.63.5383.400 QQBrowser/10.0.1313.400\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631691661.244658946990966796875;s:12:\"REQUEST_TIME\";i:1631691661;}}','notice','2021-09-15 07:41:03','2021-09-15 07:41:01',72631600,72714696,'http://zphiblgz.org/scholarship/application/',1,0,'5.153.180.30'),(97074,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:9:\"TE, close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:7:\"HTTP_TE\";s:18:\"deflate,gzip;q=0.3\";s:15:\"HTTP_USER_AGENT\";s:35:\"SiteLockSpider [en] (WinNT; I ;Nav)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631687095.88198089599609375;s:12:\"REQUEST_TIME\";i:1631687095;}}','notice','2021-09-15 06:24:57','2021-09-15 06:24:56',72612784,72695720,'https://zphiblgz.org/th1s_1s_a_4o4.html',1,0,'184.154.139.21'),(97075,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631689217.6228020191192626953125;s:12:\"REQUEST_TIME\";i:1631689217;}}','notice','2021-09-15 07:00:19','2021-09-15 07:00:17',72623584,72707320,'http://zphiblgz.org/scholarship/application/',1,0,'45.93.80.28'),(97073,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"31\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631686036.48552608489990234375;s:12:\"REQUEST_TIME\";i:1631686036;}}','notice','2021-09-15 06:07:18','2021-09-15 06:07:16',72653208,72737840,'https://zphiblgz.org/accesson0.php',1,0,'185.191.34.215'),(97071,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:18:\"Go-http-client/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631682790.2733700275421142578125;s:12:\"REQUEST_TIME\";i:1631682790;}}','notice','2021-09-15 05:13:11','2021-09-15 05:13:10',72337168,72420808,'http://zphiblgz.org/0993f819-b450-4df0-8cb5-81c310668029',1,0,'3.94.137.21'),(97072,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:18:\"Go-http-client/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631682792.6206219196319580078125;s:12:\"REQUEST_TIME\";i:1631682792;}}','notice','2021-09-15 05:13:14','2021-09-15 05:13:13',72337224,72420864,'http://zphiblgz.org/0993f819-b450-4df0-8cb5-81c310668029',1,0,'3.94.137.21'),(97070,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:111:\"Mozilla/7.0 (compatible; MSIE 9.0; Windows 6.1; ru; ver:7.4) AppleWebKit/3.0.7 Chrome/71.6.4 AppleWebKit/22.8.8\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631682785.5844180583953857421875;s:12:\"REQUEST_TIME\";i:1631682785;}}','notice','2021-09-15 05:13:08','2021-09-15 05:13:06',72629872,72713512,'http://zphiblgz.org/0993f819-b450-4df0-8cb5-81c310668029',1,0,'3.94.137.21'),(97297,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632177062.509654998779296875;s:12:\"REQUEST_TIME\";i:1632177062;}}','notice','2021-09-20 22:31:04','2021-09-20 22:31:02',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'46.39.71.83'),(97295,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632167106.239675998687744140625;s:12:\"REQUEST_TIME\";i:1632167106;}}','notice','2021-09-20 19:45:08','2021-09-20 19:45:06',72604880,72688616,'http://zphiblgz.org/scholarship/application/',1,0,'87.251.86.235'),(97296,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632174049.035048961639404296875;s:12:\"REQUEST_TIME\";i:1632174049;}}','notice','2021-09-20 21:40:50','2021-09-20 21:40:49',72612672,72695680,'https://zphiblgz.org/adverts/add/',1,0,'116.202.236.252'),(97294,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632166034.4036209583282470703125;s:12:\"REQUEST_TIME\";i:1632166034;}}','notice','2021-09-20 19:27:16','2021-09-20 19:27:14',72168848,72256112,'https://zphiblgz.org/event/youth-open-house/',1,0,'207.46.13.170'),(97293,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:9:\"TE, close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:7:\"HTTP_TE\";s:18:\"deflate,gzip;q=0.3\";s:15:\"HTTP_USER_AGENT\";s:35:\"SiteLockSpider [en] (WinNT; I ;Nav)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632164997.199695110321044921875;s:12:\"REQUEST_TIME\";i:1632164997;}}','notice','2021-09-20 19:09:59','2021-09-20 19:09:57',72612784,72695720,'https://zphiblgz.org/th1s_1s_a_4o4.html',1,0,'184.154.76.35'),(97292,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"deflate, gzip\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:10:\"HTTP_RANGE\";s:14:\"bytes=0-524287\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:111:\"AansUazKaEmaQCrG4y8U159eX6fL0uf9e6fxi39KPKfCoE7TkZ-wgQBR3ar0Di6KE9ZIFwsmpXHNb6GoWKUhxsxpdOln779rAjkwtF5hgwv_Ei0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632159377.8663489818572998046875;s:12:\"REQUEST_TIME\";i:1632159377;}}','notice','2021-09-20 17:36:20','2021-09-20 17:36:18',72613232,72696216,'https://zphiblgz.org/scholarship/application/',1,0,'173.252.107.4'),(97291,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"deflate, gzip\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:10:\"HTTP_RANGE\";s:14:\"bytes=0-524287\";s:15:\"HTTP_USER_AGENT\";s:73:\"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)\";s:20:\"HTTP_X_FB_CRAWLERBOT\";s:108:\"Aam3zS2_wsEOWAf5vX8X55WcUCPSIZSytd9uhNsR1rJnmvH0FnQhwe6Llg5f750m4SoLrczZ4FTR0pnJy2hO8YHmWVB8FKShQpw0yDB72ccJ\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632159377.9743010997772216796875;s:12:\"REQUEST_TIME\";i:1632159377;}}','notice','2021-09-20 17:36:20','2021-09-20 17:36:18',72613232,72696216,'https://zphiblgz.org/scholarship/application/',1,0,'173.252.107.19'),(97290,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632155968.5757770538330078125;s:12:\"REQUEST_TIME\";i:1632155968;}}','notice','2021-09-20 16:39:31','2021-09-20 16:39:29',72746112,72829848,'http://zphiblgz.org/scholarship/application/',1,0,'46.161.11.21'),(97289,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:103:\"Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632152333.8999168872833251953125;s:12:\"REQUEST_TIME\";i:1632152333;}}','notice','2021-09-20 15:38:56','2021-09-20 15:38:54',72623552,72707288,'http://zphiblgz.org/scholarship/application/',1,0,'178.209.50.160'),(97287,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632145573.394402027130126953125;s:12:\"REQUEST_TIME\";i:1632145573;}}','notice','2021-09-20 13:46:17','2021-09-20 13:46:13',72604880,72688616,'http://zphiblgz.org/scholarship/application/',1,0,'87.251.86.235'),(97288,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:11:\"HTTP_ACCEPT\";s:99:\"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5\";s:19:\"HTTP_ACCEPT_CHARSET\";s:32:\"utf-8,windows-1251;q=0.7,*;q=0.7\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-us,en;q=0.6\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:112:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2705.64 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632146936.4644548892974853515625;s:12:\"REQUEST_TIME\";i:1632146936;}}','notice','2021-09-20 14:08:58','2021-09-20 14:08:56',72623584,72707328,'http://zphiblgz.org/contact/',1,0,'23.254.56.32'),(97285,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632137685.3373858928680419921875;s:12:\"REQUEST_TIME\";i:1632137685;}}','notice','2021-09-20 11:34:47','2021-09-20 11:34:45',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'46.63.232.80'),(97286,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:47:\"text/html,application/xhtml+xml,application/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632144196.0895531177520751953125;s:12:\"REQUEST_TIME\";i:1632144196;}}','notice','2021-09-20 13:23:18','2021-09-20 13:23:16',72605384,72689152,'http://zphiblgz.org/application',1,0,'44.194.255.212'),(97284,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:21:\"HTTP_CONTENT_LANGUAGE\";s:20:\"en-US;q=0.5,en;q=0.3\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632137535.92101001739501953125;s:12:\"REQUEST_TIME\";i:1632137535;}}','notice','2021-09-20 11:32:18','2021-09-20 11:32:16',72647960,72731728,'http://zphiblgz.org/downloader',1,0,'70.39.234.243'),(97282,0,'notification_center','send::lockout','a:2:{s:10:\"recipients\";a:1:{i:0;s:15:\"pr@zphiblgz.org\";}s:7:\"subject\";s:40:\"[zphiblgz.org] Site Lockout Notification\";}','debug','2021-09-20 09:50:31','2021-09-20 09:50:30',73931144,74010360,'https://zphiblgz.org/xmlrpc.php',1,0,'39.33.143.158'),(97283,0,'brute_force','invalid-login::username-zphiblgz','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"icwp-wpsf-126266237\";a:1:{i:0;s:57:\"Please check that box to say you\'re human, and not a bot.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:8:\"zphiblgz\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; Charset=UTF-8\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home2/zphiblgz/public_html/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632132362.6598980426788330078125;s:12:\"REQUEST_TIME\";i:1632132362;}}','notice','2021-09-20 10:06:04','2021-09-20 10:06:02',73379264,74010328,'https://zphiblgz.org/xmlrpc.php',1,0,'39.33.143.158'),(97281,0,'lockout','host-lockout::39.33.143.158','a:14:{s:6:\"module\";s:11:\"brute_force\";s:4:\"host\";s:13:\"39.33.143.158\";s:7:\"user_id\";b:0;s:8:\"username\";b:0;s:14:\"module_details\";a:6:{s:4:\"type\";s:11:\"brute_force\";s:6:\"reason\";s:27:\"too many bad login attempts\";s:5:\"label\";s:11:\"Brute Force\";s:4:\"host\";i:5;s:4:\"user\";i:10;s:6:\"period\";i:5;}s:11:\"whitelisted\";b:0;s:11:\"blacklisted\";b:0;s:12:\"lockout_type\";s:11:\"brute_force\";s:13:\"lockout_start\";s:19:\"2021-09-20 04:50:30\";s:17:\"lockout_start_gmt\";s:19:\"2021-09-20 09:50:30\";s:15:\"lockout_context\";s:423:\"O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"39.33.143.158\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}\";s:14:\"lockout_expire\";s:19:\"2021-09-20 05:05:30\";s:18:\"lockout_expire_gmt\";s:19:\"2021-09-20 10:05:30\";s:12:\"lockout_host\";s:13:\"39.33.143.158\";}','action','2021-09-20 09:50:31','2021-09-20 09:50:30',73412496,74010360,'https://zphiblgz.org/xmlrpc.php',1,0,'39.33.143.158'),(97280,0,'brute_force','invalid-login::username-zphiblgz','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"icwp-wpsf-293115525\";a:1:{i:0;s:57:\"Please check that box to say you\'re human, and not a bot.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:8:\"zphiblgz\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:3:\"195\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; Charset=UTF-8\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home2/zphiblgz/public_html/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632131429.8080708980560302734375;s:12:\"REQUEST_TIME\";i:1632131429;}}','notice','2021-09-20 09:50:31','2021-09-20 09:50:30',73379304,74010360,'https://zphiblgz.org/xmlrpc.php',1,0,'39.33.143.158'),(97279,0,'brute_force','invalid-login::username-zphiblgz','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:20:\"icwp-wpsf-1685363730\";a:1:{i:0;s:57:\"Please check that box to say you\'re human, and not a bot.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:8:\"zphiblgz\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; Charset=UTF-8\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home2/zphiblgz/public_html/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632131368.61476802825927734375;s:12:\"REQUEST_TIME\";i:1632131368;}}','notice','2021-09-20 09:49:30','2021-09-20 09:49:28',73379304,74010360,'https://zphiblgz.org/xmlrpc.php',1,0,'39.33.143.158'),(97278,0,'brute_force','invalid-login::username-zphiblgz','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:20:\"icwp-wpsf-1682666916\";a:1:{i:0;s:57:\"Please check that box to say you\'re human, and not a bot.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:8:\"zphiblgz\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; Charset=UTF-8\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home2/zphiblgz/public_html/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632131308.039927959442138671875;s:12:\"REQUEST_TIME\";i:1632131308;}}','notice','2021-09-20 09:48:29','2021-09-20 09:48:28',73379264,74010328,'https://zphiblgz.org/xmlrpc.php',1,0,'39.33.143.158'),(97277,0,'brute_force','invalid-login::username-zphiblgz','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:20:\"icwp-wpsf-1599993408\";a:1:{i:0;s:57:\"Please check that box to say you\'re human, and not a bot.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:8:\"zphiblgz\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:3:\"194\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; Charset=UTF-8\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home2/zphiblgz/public_html/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632131247.148293972015380859375;s:12:\"REQUEST_TIME\";i:1632131247;}}','notice','2021-09-20 09:47:29','2021-09-20 09:47:27',73379304,74010360,'https://zphiblgz.org/xmlrpc.php',1,0,'39.33.143.158'),(97276,0,'brute_force','invalid-login::username-zphiblgz','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:20:\"icwp-wpsf-1083057086\";a:1:{i:0;s:57:\"Please check that box to say you\'re human, and not a bot.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:8:\"zphiblgz\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; Charset=UTF-8\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home2/zphiblgz/public_html/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632131184.5256149768829345703125;s:12:\"REQUEST_TIME\";i:1632131184;}}','notice','2021-09-20 09:46:26','2021-09-20 09:46:24',73379264,74010328,'https://zphiblgz.org/xmlrpc.php',1,0,'39.33.143.158'),(97275,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"33\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632130885.2277629375457763671875;s:12:\"REQUEST_TIME\";i:1632130885;}}','notice','2021-09-20 09:41:27','2021-09-20 09:41:25',72657376,72741816,'https://zphiblgz.org/get.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG',1,0,'185.191.34.215'),(97274,0,'brute_force','invalid-login::username-zphiblgz','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:20:\"icwp-wpsf-1230248213\";a:1:{i:0;s:57:\"Please check that box to say you\'re human, and not a bot.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:8:\"zphiblgz\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; Charset=UTF-8\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home2/zphiblgz/public_html/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632130261.5005710124969482421875;s:12:\"REQUEST_TIME\";i:1632130261;}}','notice','2021-09-20 09:31:03','2021-09-20 09:31:01',73379264,74010328,'https://zphiblgz.org/xmlrpc.php',1,0,'39.33.143.158'),(97273,0,'notification_center','send::lockout','a:2:{s:10:\"recipients\";a:1:{i:0;s:15:\"pr@zphiblgz.org\";}s:7:\"subject\";s:40:\"[zphiblgz.org] Site Lockout Notification\";}','debug','2021-09-20 09:15:41','2021-09-20 09:15:38',74036872,74192400,'https://zphiblgz.org/xmlrpc.php',1,0,'39.33.143.158'),(97272,0,'lockout','host-lockout::39.33.143.158','a:14:{s:6:\"module\";s:11:\"brute_force\";s:4:\"host\";s:13:\"39.33.143.158\";s:7:\"user_id\";b:0;s:8:\"username\";b:0;s:14:\"module_details\";a:6:{s:4:\"type\";s:11:\"brute_force\";s:6:\"reason\";s:27:\"too many bad login attempts\";s:5:\"label\";s:11:\"Brute Force\";s:4:\"host\";i:5;s:4:\"user\";i:10;s:6:\"period\";i:5;}s:11:\"whitelisted\";b:0;s:11:\"blacklisted\";b:0;s:12:\"lockout_type\";s:11:\"brute_force\";s:13:\"lockout_start\";s:19:\"2021-09-20 04:15:38\";s:17:\"lockout_start_gmt\";s:19:\"2021-09-20 09:15:38\";s:15:\"lockout_context\";s:423:\"O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"39.33.143.158\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}\";s:14:\"lockout_expire\";s:19:\"2021-09-20 04:30:38\";s:18:\"lockout_expire_gmt\";s:19:\"2021-09-20 09:30:38\";s:12:\"lockout_host\";s:13:\"39.33.143.158\";}','action','2021-09-20 09:15:40','2021-09-20 09:15:38',73583760,74192400,'https://zphiblgz.org/xmlrpc.php',1,0,'39.33.143.158'),(97271,0,'brute_force','invalid-login::username-zphiblgz','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"icwp-wpsf-973864164\";a:1:{i:0;s:57:\"Please check that box to say you\'re human, and not a bot.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:8:\"zphiblgz\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:3:\"188\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; Charset=UTF-8\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home2/zphiblgz/public_html/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632129338.5998089313507080078125;s:12:\"REQUEST_TIME\";i:1632129338;}}','notice','2021-09-20 09:15:40','2021-09-20 09:15:38',73555704,74192400,'https://zphiblgz.org/xmlrpc.php',1,0,'39.33.143.158'),(97270,0,'brute_force','invalid-login::username-zphiblgz','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:20:\"icwp-wpsf-2022304503\";a:1:{i:0;s:57:\"Please check that box to say you\'re human, and not a bot.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:8:\"zphiblgz\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:3:\"187\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; Charset=UTF-8\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home2/zphiblgz/public_html/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632129275.67916393280029296875;s:12:\"REQUEST_TIME\";i:1632129275;}}','notice','2021-09-20 09:14:37','2021-09-20 09:14:35',73379264,74010328,'https://zphiblgz.org/xmlrpc.php',1,0,'39.33.143.158'),(97269,0,'brute_force','invalid-login::username-zphiblgz','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:20:\"icwp-wpsf-1008438968\";a:1:{i:0;s:57:\"Please check that box to say you\'re human, and not a bot.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:8:\"zphiblgz\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:3:\"186\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; Charset=UTF-8\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home2/zphiblgz/public_html/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632129214.4676420688629150390625;s:12:\"REQUEST_TIME\";i:1632129214;}}','notice','2021-09-20 09:13:36','2021-09-20 09:13:34',73379264,74010328,'https://zphiblgz.org/xmlrpc.php',1,0,'39.33.143.158'),(97268,0,'brute_force','invalid-login::username-zphiblgz','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"icwp-wpsf-876664408\";a:1:{i:0;s:57:\"Please check that box to say you\'re human, and not a bot.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:8:\"zphiblgz\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; Charset=UTF-8\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home2/zphiblgz/public_html/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632129153.4300119876861572265625;s:12:\"REQUEST_TIME\";i:1632129153;}}','notice','2021-09-20 09:12:35','2021-09-20 09:12:33',73379304,74010360,'https://zphiblgz.org/xmlrpc.php',1,0,'39.33.143.158'),(97267,0,'brute_force','invalid-login::username-zphiblgz','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:20:\"icwp-wpsf-2036819555\";a:1:{i:0;s:57:\"Please check that box to say you\'re human, and not a bot.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:8:\"zphiblgz\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:3:\"186\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; Charset=UTF-8\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home2/zphiblgz/public_html/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632129093.0229780673980712890625;s:12:\"REQUEST_TIME\";i:1632129093;}}','notice','2021-09-20 09:11:35','2021-09-20 09:11:33',73379264,74010328,'https://zphiblgz.org/xmlrpc.php',1,0,'39.33.143.158'),(97265,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:68:\"text/html, application/xhtml+xml, application/xml; q=0.9, */*; q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:16:\"en-US, en; q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:20:\"http://zphiblgz.org/\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632119689.9649989604949951171875;s:12:\"REQUEST_TIME\";i:1632119689;}}','notice','2021-09-20 06:34:51','2021-09-20 06:34:50',72631368,72715240,'http://zphiblgz.org/node/add',1,0,'91.90.122.11'),(97266,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:68:\"text/html, application/xhtml+xml, application/xml; q=0.9, */*; q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:16:\"en-US, en; q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:20:\"http://zphiblgz.org/\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632119693.0181419849395751953125;s:12:\"REQUEST_TIME\";i:1632119693;}}','notice','2021-09-20 06:34:54','2021-09-20 06:34:53',72668440,72768624,'http://zphiblgz.org/scholarship/node/add',1,0,'91.90.122.11'),(97264,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:68:\"text/html, application/xhtml+xml, application/xml; q=0.9, */*; q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:16:\"en-US, en; q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:23:\"https://www.google.com/\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632119678.9930889606475830078125;s:12:\"REQUEST_TIME\";i:1632119678;}}','notice','2021-09-20 06:34:41','2021-09-20 06:34:39',72607112,72690848,'http://zphiblgz.org/scholarship/application/',1,0,'91.90.122.11'),(97263,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632115924.442286014556884765625;s:12:\"REQUEST_TIME\";i:1632115924;}}','notice','2021-09-20 05:32:06','2021-09-20 05:32:04',72605448,72689184,'http://zphiblgz.org/scholarship/application/',1,0,'46.148.234.229'),(97261,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:14:\"CONTENT_LENGTH\";s:1:\"0\";s:12:\"CONTENT_TYPE\";s:16:\"application/json\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:14:\"ALittle Client\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632113437.147572040557861328125;s:12:\"REQUEST_TIME\";i:1632113437;}}','notice','2021-09-20 04:50:39','2021-09-20 04:50:37',72734264,72818016,'http://zphiblgz.org/language/index.html',1,0,'23.228.109.147'),(97262,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"28\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632114486.45477199554443359375;s:12:\"REQUEST_TIME\";i:1632114486;}}','notice','2021-09-20 05:08:08','2021-09-20 05:08:06',72653240,72737864,'https://zphiblgz.org/wp-content/yt.php',1,0,'185.191.34.215'),(97260,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632109103.7470519542694091796875;s:12:\"REQUEST_TIME\";i:1632109103;}}','notice','2021-09-20 03:38:25','2021-09-20 03:38:24',72613192,72696176,'https://zphiblgz.org/scholarship/application/',1,0,'193.169.145.202'),(97259,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632106459.323257923126220703125;s:12:\"REQUEST_TIME\";i:1632106459;}}','notice','2021-09-20 02:54:21','2021-09-20 02:54:19',72168848,72256112,'https://zphiblgz.org/event/youth-open-house/',1,0,'207.46.13.170'),(97319,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632267145.0494821071624755859375;s:12:\"REQUEST_TIME\";i:1632267145;}}','notice','2021-09-21 23:32:26','2021-09-21 23:32:25',72186776,72274040,'https://zphiblgz.org/event/youth-open-house/',1,0,'207.46.13.170'),(97320,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632270747.0918209552764892578125;s:12:\"REQUEST_TIME\";i:1632270747;}}','notice','2021-09-22 00:32:29','2021-09-22 00:32:27',72168320,72251512,'https://zphiblgz.org/event/ladiez-real-talk-empowerment-summit/',1,0,'157.55.39.64'),(97318,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632263210.524980068206787109375;s:12:\"REQUEST_TIME\";i:1632263210;}}','notice','2021-09-21 22:26:52','2021-09-21 22:26:50',72656504,72738872,'https://zphiblgz.org/htaccess.php',1,0,'185.191.34.215'),(97316,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632255577.8100759983062744140625;s:12:\"REQUEST_TIME\";i:1632255577;}}','notice','2021-09-21 20:19:39','2021-09-21 20:19:38',72605616,72689352,'http://zphiblgz.org/scholarship/application/',1,0,'193.160.219.180'),(97317,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632261132.38634395599365234375;s:12:\"REQUEST_TIME\";i:1632261132;}}','notice','2021-09-21 21:52:19','2021-09-21 21:52:14',72630296,72714048,'http://zphiblgz.org/metagameanalysis/',1,0,'52.162.161.148'),(97314,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632255427.5263240337371826171875;s:12:\"REQUEST_TIME\";i:1632255427;}}','notice','2021-09-21 20:17:09','2021-09-21 20:17:07',72613976,72697096,'https://zphiblgz.org/1index.php',1,0,'136.243.171.77'),(97315,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632255429.8674190044403076171875;s:12:\"REQUEST_TIME\";i:1632255429;}}','notice','2021-09-21 20:17:11','2021-09-21 20:17:10',72613976,72697096,'https://zphiblgz.org/3index.php',1,0,'136.243.171.77'),(97312,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"28\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632252098.9143168926239013671875;s:12:\"REQUEST_TIME\";i:1632252098;}}','notice','2021-09-21 19:21:41','2021-09-21 19:21:39',72731664,72816304,'https://zphiblgz.org/indes.php',1,0,'185.191.34.215'),(97313,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632255424.5146338939666748046875;s:12:\"REQUEST_TIME\";i:1632255424;}}','notice','2021-09-21 20:17:07','2021-09-21 20:17:04',72741904,72824920,'https://zphiblgz.org/2index.php',1,0,'136.243.171.77'),(97310,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_FROM\";s:24:\"support@search.yandex.ru\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632246614.0874888896942138671875;s:12:\"REQUEST_TIME\";i:1632246614;}}','notice','2021-09-21 17:50:16','2021-09-21 17:50:14',72146248,72229256,'https://zphiblgz.org/application',1,0,'87.250.224.144'),(97311,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:9:\"TE, close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:7:\"HTTP_TE\";s:18:\"deflate,gzip;q=0.3\";s:15:\"HTTP_USER_AGENT\";s:35:\"SiteLockSpider [en] (WinNT; I ;Nav)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632251244.844696044921875;s:12:\"REQUEST_TIME\";i:1632251244;}}','notice','2021-09-21 19:07:26','2021-09-21 19:07:25',72612952,72695888,'https://zphiblgz.org/th1s_1s_a_4o4.html',1,0,'184.154.139.3'),(97308,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:1:\"5\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632245182.564941883087158203125;s:12:\"REQUEST_TIME\";i:1632245182;}}','notice','2021-09-21 17:26:24','2021-09-21 17:26:22',72628384,72713024,'https://zphiblgz.org/shell.php',1,0,'185.191.34.215'),(97309,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:12:\"gzip,deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_FROM\";s:24:\"support@search.yandex.ru\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632246605.9267070293426513671875;s:12:\"REQUEST_TIME\";i:1632246605;}}','notice','2021-09-21 17:50:08','2021-09-21 17:50:06',72146248,72229256,'https://zphiblgz.org/application',1,0,'87.250.224.144'),(97307,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4100.3 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632236509.463900089263916015625;s:12:\"REQUEST_TIME\";i:1632236509;}}','notice','2021-09-21 15:01:51','2021-09-21 15:01:49',72605584,72689320,'http://zphiblgz.org/scholarship/application/',1,0,'51.159.23.22'),(97306,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"50\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632224303.09603595733642578125;s:12:\"REQUEST_TIME\";i:1632224303;}}','notice','2021-09-21 11:38:25','2021-09-21 11:38:23',72757752,72842392,'https://zphiblgz.org/stats.php',1,0,'185.191.34.215'),(97305,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:47:\"text/html,application/xhtml+xml,application/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632216920.3747289180755615234375;s:12:\"REQUEST_TIME\";i:1632216920;}}','notice','2021-09-21 09:35:22','2021-09-21 09:35:20',72630200,72713968,'http://zphiblgz.org/application',1,0,'3.231.149.3'),(97304,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:13:{s:20:\"HTTP_ACCEPT_ENCODING\";s:8:\"identity\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1632214859.7685649394989013671875;s:12:\"REQUEST_TIME\";i:1632214859;}}','notice','2021-09-21 09:01:01','2021-09-21 09:01:00',72645744,72729400,'http://zphiblgz.org/old-index.php?daksldlkdsadas=1',1,0,'202.9.90.110'),(97303,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:7:\"deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:35:\"ru-RU,ru;q=0.9,en-US;q=0.8,en;q=0.7\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632205548.6996200084686279296875;s:12:\"REQUEST_TIME\";i:1632205548;}}','notice','2021-09-21 06:25:50','2021-09-21 06:25:48',72623800,72707536,'http://zphiblgz.org/scholarship/application/',1,0,'80.253.235.47'),(97302,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632204088.98900604248046875;s:12:\"REQUEST_TIME\";i:1632204088;}}','notice','2021-09-21 06:01:30','2021-09-21 06:01:29',72605584,72689320,'http://zphiblgz.org/scholarship/application/',1,0,'176.48.36.237'),(97301,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632203213.6757938861846923828125;s:12:\"REQUEST_TIME\";i:1632203213;}}','notice','2021-09-21 05:46:55','2021-09-21 05:46:53',72605584,72689320,'http://zphiblgz.org/scholarship/application/',1,0,'92.118.77.10'),(97300,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:103:\"Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632203209.032497882843017578125;s:12:\"REQUEST_TIME\";i:1632203209;}}','notice','2021-09-21 05:46:50','2021-09-21 05:46:49',72605552,72689288,'http://zphiblgz.org/scholarship/application/',1,0,'92.118.77.10'),(97299,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1632193979.697174072265625;s:12:\"REQUEST_TIME\";i:1632193979;}}','notice','2021-09-21 03:13:01','2021-09-21 03:12:59',72605584,72689320,'http://zphiblgz.org/scholarship/application/',1,0,'103.26.142.68'),(96805,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631070888.26900005340576171875;s:12:\"REQUEST_TIME\";i:1631070888;}}','notice','2021-09-08 03:14:50','2021-09-08 03:14:48',72599720,72683456,'http://zphiblgz.org/scholarship/application/',1,0,'45.147.1.169'),(96806,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:11:\"HTTP_ACCEPT\";s:68:\"text/html, application/xhtml+xml, application/xml; q=0.9, */*; q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:41:\"ru-RU, ru; q=0.8, en-US; q=0.5, en; q=0.3\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:19:\"https://google.com/\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:57.0) Gecko/20100101 Firefox/57.0\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631071985.5476219654083251953125;s:12:\"REQUEST_TIME\";i:1631071985;}}','notice','2021-09-08 03:33:07','2021-09-08 03:33:05',72599712,72683464,'http://zphiblgz.org/adminer-4.7.4.php',1,0,'194.61.24.99'),(96807,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631072148.3002998828887939453125;s:12:\"REQUEST_TIME\";i:1631072148;}}','notice','2021-09-08 03:35:50','2021-09-08 03:35:48',72607496,72690480,'https://zphiblgz.org/scholarship/application/',1,0,'85.249.46.123'),(96808,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:20:\"Mediapartners-Google\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631077505.2950708866119384765625;s:12:\"REQUEST_TIME\";i:1631077505;}}','notice','2021-09-08 05:05:07','2021-09-08 05:05:05',72306328,72389968,'http://zphiblgz.org/3510a6e0-c93e-411c-bce2-0fa07d09662c',1,0,'52.201.182.91'),(96809,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:86:\"Mozilla/7.0 (X11; U; Linux x86; es; rv:5.0) SeaMonkey/56.3.6 Iron/65.5.0 Chrome/59.4.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631077508.6497509479522705078125;s:12:\"REQUEST_TIME\";i:1631077508;}}','notice','2021-09-08 05:05:12','2021-09-08 05:05:09',72331128,72414768,'http://zphiblgz.org/3510a6e0-c93e-411c-bce2-0fa07d09662c',1,0,'52.201.182.91'),(96810,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:18:\"Go-http-client/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631077513.3082549571990966796875;s:12:\"REQUEST_TIME\";i:1631077513;}}','notice','2021-09-08 05:05:17','2021-09-08 05:05:14',72624464,72708104,'http://zphiblgz.org/3510a6e0-c93e-411c-bce2-0fa07d09662c',1,0,'52.201.182.91'),(96811,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:11:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:18:\"Go-http-client/1.1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631077518.326992034912109375;s:12:\"REQUEST_TIME\";i:1631077518;}}','notice','2021-09-08 05:05:20','2021-09-08 05:05:19',72331440,72415080,'http://zphiblgz.org/3510a6e0-c93e-411c-bce2-0fa07d09662c',1,0,'52.201.182.91'),(96812,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631077944.7452700138092041015625;s:12:\"REQUEST_TIME\";i:1631077944;}}','notice','2021-09-08 05:12:26','2021-09-08 05:12:24',72599688,72683424,'http://zphiblgz.org/scholarship/application/',1,0,'154.13.1.162'),(96813,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:47:\"text/html,application/xhtml+xml,application/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631078344.1365768909454345703125;s:12:\"REQUEST_TIME\";i:1631078344;}}','notice','2021-09-08 05:19:06','2021-09-08 05:19:04',72599656,72683424,'http://zphiblgz.org/application',1,0,'52.54.63.240'),(96814,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631091957.3207190036773681640625;s:12:\"REQUEST_TIME\";i:1631091957;}}','notice','2021-09-08 09:05:59','2021-09-08 09:05:57',72599720,72683456,'http://zphiblgz.org/scholarship/application/',1,0,'146.70.52.76'),(96815,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631095873.30144500732421875;s:12:\"REQUEST_TIME\";i:1631095873;}}','notice','2021-09-08 10:11:17','2021-09-08 10:11:13',72704400,72788136,'http://zphiblgz.org/scholarship/application/',1,0,'1.169.89.210'),(96816,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:145:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.44 Safari/537.36 OPR/69.0.3686.7 (Edition beta)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631102563.1127169132232666015625;s:12:\"REQUEST_TIME\";i:1631102563;}}','notice','2021-09-08 12:02:45','2021-09-08 12:02:43',72624432,72708168,'http://zphiblgz.org/scholarship/application/',1,0,'195.246.120.171'),(96817,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; charset=UTF-8\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:64:\"Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)\";s:21:\"HTTP_X_REQUESTED_WITH\";s:14:\"XMLHttpRequest\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631102851.8431499004364013671875;s:12:\"REQUEST_TIME\";i:1631102851;}}','notice','2021-09-08 12:07:34','2021-09-08 12:07:32',72659272,72759224,'http://zphiblgz.org/wordpress/wp-admin/setup-config.php?step=1',1,0,'49.12.201.221'),(96818,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631104702.1864240169525146484375;s:12:\"REQUEST_TIME\";i:1631104702;}}','notice','2021-09-08 12:38:25','2021-09-08 12:38:22',72662080,72761376,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'147.78.141.192'),(96819,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631104706.67121410369873046875;s:12:\"REQUEST_TIME\";i:1631104706;}}','notice','2021-09-08 12:38:28','2021-09-08 12:38:26',72645120,72744520,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'147.78.141.192'),(96820,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631104709.9823119640350341796875;s:12:\"REQUEST_TIME\";i:1631104709;}}','notice','2021-09-08 12:38:31','2021-09-08 12:38:30',72645120,72744520,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'147.78.141.192'),(96821,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:1:\"*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_KEEP_ALIVE\";s:3:\"300\";s:12:\"HTTP_REFERER\";s:20:\"https://zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631104713.1818408966064453125;s:12:\"REQUEST_TIME\";i:1631104713;}}','notice','2021-09-08 12:38:35','2021-09-08 12:38:33',72645120,72744520,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'147.78.141.192'),(96822,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; charset=UTF-8\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:17:\"mail.zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:64:\"Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)\";s:21:\"HTTP_X_REQUESTED_WITH\";s:14:\"XMLHttpRequest\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631105707.9906489849090576171875;s:12:\"REQUEST_TIME\";i:1631105707;}}','notice','2021-09-08 12:55:10','2021-09-08 12:55:08',72745832,72845784,'http://mail.zphiblgz.org/wordpress/wp-admin/setup-config.php?step=1',1,0,'49.12.201.221'),(96823,0,'brute_force','invalid-login::username-zphiblgz','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:20:\"icwp-wpsf-1961144462\";a:1:{i:0;s:57:\"Please check that box to say you\'re human, and not a bot.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:8:\"zphiblgz\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:3:\"186\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; Charset=UTF-8\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home2/zphiblgz/public_html/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631108486.322917938232421875;s:12:\"REQUEST_TIME\";i:1631108486;}}','notice','2021-09-08 13:41:28','2021-09-08 13:41:26',73373536,74004600,'https://zphiblgz.org/xmlrpc.php',1,0,'92.251.12.244'),(96824,0,'brute_force','invalid-login::username-zphiblgz','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:20:\"icwp-wpsf-1671950001\";a:1:{i:0;s:57:\"Please check that box to say you\'re human, and not a bot.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:8:\"zphiblgz\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:3:\"193\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; Charset=UTF-8\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home2/zphiblgz/public_html/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631108546.875300884246826171875;s:12:\"REQUEST_TIME\";i:1631108546;}}','notice','2021-09-08 13:42:28','2021-09-08 13:42:27',73373576,74004632,'https://zphiblgz.org/xmlrpc.php',1,0,'92.251.12.244'),(96825,0,'brute_force','invalid-login::username-zphiblgz','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:18:\"icwp-wpsf-21798770\";a:1:{i:0;s:57:\"Please check that box to say you\'re human, and not a bot.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:8:\"zphiblgz\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:3:\"186\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; Charset=UTF-8\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home2/zphiblgz/public_html/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631108608.06820201873779296875;s:12:\"REQUEST_TIME\";i:1631108608;}}','notice','2021-09-08 13:43:30','2021-09-08 13:43:28',73373536,74004600,'https://zphiblgz.org/xmlrpc.php',1,0,'92.251.12.244'),(96826,0,'brute_force','invalid-login::username-zphiblgz','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:19:\"icwp-wpsf-801396783\";a:1:{i:0;s:57:\"Please check that box to say you\'re human, and not a bot.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:8:\"zphiblgz\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:3:\"187\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; Charset=UTF-8\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home2/zphiblgz/public_html/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631108669.5333330631256103515625;s:12:\"REQUEST_TIME\";i:1631108669;}}','notice','2021-09-08 13:44:31','2021-09-08 13:44:29',73373536,74004600,'https://zphiblgz.org/xmlrpc.php',1,0,'92.251.12.244'),(96827,0,'brute_force','invalid-login::username-zphiblgz','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:20:\"icwp-wpsf-1016204289\";a:1:{i:0;s:57:\"Please check that box to say you\'re human, and not a bot.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:8:\"zphiblgz\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:3:\"188\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; Charset=UTF-8\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home2/zphiblgz/public_html/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631108730.586307048797607421875;s:12:\"REQUEST_TIME\";i:1631108730;}}','notice','2021-09-08 13:45:32','2021-09-08 13:45:30',73373536,74004600,'https://zphiblgz.org/xmlrpc.php',1,0,'92.251.12.244'),(96828,0,'lockout','host-lockout::92.251.12.244','a:14:{s:6:\"module\";s:11:\"brute_force\";s:4:\"host\";s:13:\"92.251.12.244\";s:7:\"user_id\";b:0;s:8:\"username\";b:0;s:14:\"module_details\";a:6:{s:4:\"type\";s:11:\"brute_force\";s:6:\"reason\";s:27:\"too many bad login attempts\";s:5:\"label\";s:11:\"Brute Force\";s:4:\"host\";i:5;s:4:\"user\";i:10;s:6:\"period\";i:5;}s:11:\"whitelisted\";b:0;s:11:\"blacklisted\";b:0;s:12:\"lockout_type\";s:11:\"brute_force\";s:13:\"lockout_start\";s:19:\"2021-09-08 08:45:30\";s:17:\"lockout_start_gmt\";s:19:\"2021-09-08 13:45:30\";s:15:\"lockout_context\";s:423:\"O:40:\"iThemesSecurity\\Lib\\Lockout\\Host_Context\":5:{s:46:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0host\";s:13:\"92.251.12.244\";s:55:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_user_id\";N;s:56:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0login_username\";s:8:\"zphiblgz\";s:62:\"\0iThemesSecurity\\Lib\\Lockout\\Host_Context\0user_limit_triggered\";b:0;s:51:\"\0iThemesSecurity\\Lib\\Lockout\\Context\0lockout_module\";s:11:\"brute_force\";}\";s:14:\"lockout_expire\";s:19:\"2021-09-08 09:00:30\";s:18:\"lockout_expire_gmt\";s:19:\"2021-09-08 14:00:30\";s:12:\"lockout_host\";s:13:\"92.251.12.244\";}','action','2021-09-08 13:45:32','2021-09-08 13:45:30',73406728,74004600,'https://zphiblgz.org/xmlrpc.php',1,0,'92.251.12.244'),(96829,0,'notification_center','send::lockout','a:2:{s:10:\"recipients\";a:1:{i:0;s:15:\"pr@zphiblgz.org\";}s:7:\"subject\";s:40:\"[zphiblgz.org] Site Lockout Notification\";}','debug','2021-09-08 13:45:32','2021-09-08 13:45:30',73925376,74004600,'https://zphiblgz.org/xmlrpc.php',1,0,'92.251.12.244'),(96830,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:52:\"text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631109434.620460033416748046875;s:12:\"REQUEST_TIME\";i:1631109434;}}','notice','2021-09-08 13:57:15','2021-09-08 13:57:14',72318848,72406112,'https://zphiblgz.org/event/youth-open-house/',1,0,'69.160.160.57'),(96831,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:52:\"text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631109446.7516300678253173828125;s:12:\"REQUEST_TIME\";i:1631109446;}}','notice','2021-09-08 13:57:28','2021-09-08 13:57:27',72599440,72683208,'http://zphiblgz.org/application',1,0,'69.160.160.57'),(96832,0,'brute_force','invalid-login::username-zphiblgz','a:5:{s:7:\"details\";a:2:{s:6:\"source\";s:6:\"xmlrpc\";s:20:\"authentication_types\";a:1:{i:0;s:21:\"username_and_password\";}}s:4:\"user\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:20:\"icwp-wpsf-1970468965\";a:1:{i:0;s:57:\"Please check that box to say you\'re human, and not a bot.\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}s:8:\"username\";s:8:\"zphiblgz\";s:7:\"user_id\";i:0;s:6:\"SERVER\";a:15:{s:14:\"CONTENT_LENGTH\";s:3:\"191\";s:12:\"CONTENT_TYPE\";s:48:\"application/x-www-form-urlencoded; Charset=UTF-8\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"Keep-Alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:50:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:38:\"/home2/zphiblgz/public_html/xmlrpc.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631109644.77921390533447265625;s:12:\"REQUEST_TIME\";i:1631109644;}}','notice','2021-09-08 14:00:46','2021-09-08 14:00:45',73373536,74004600,'https://zphiblgz.org/xmlrpc.php',1,0,'92.251.12.244'),(96833,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:15:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:5:\"en-us\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:27:\"https://zphiblgz.org/youth/\";s:15:\"HTTP_USER_AGENT\";s:142:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/175.0.393249130 Mobile/15E148 Safari/604.1\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631109882.4039499759674072265625;s:12:\"REQUEST_TIME\";i:1631109882;}}','notice','2021-09-08 14:04:44','2021-09-08 14:04:42',72639200,72726568,'https://zphiblgz.org/event/youth-open-house/',1,0,'174.208.235.199'),(96834,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.39\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631117771.5805718898773193359375;s:12:\"REQUEST_TIME\";i:1631117771;}}','notice','2021-09-08 16:16:14','2021-09-08 16:16:11',72752120,72836488,'https://zphiblgz.org/scholarship/application/',1,0,'185.31.175.220'),(96835,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:103:\"Mozilla/5.0 (Windows NT 6.3; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631119032.1183130741119384765625;s:12:\"REQUEST_TIME\";i:1631119032;}}','notice','2021-09-08 16:37:14','2021-09-08 16:37:12',72599688,72683424,'http://zphiblgz.org/scholarship/application/',1,0,'1.169.89.210'),(96836,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:112:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4093.3 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631120159.331286907196044921875;s:12:\"REQUEST_TIME\";i:1631120159;}}','notice','2021-09-08 16:56:01','2021-09-08 16:55:59',72599720,72683456,'http://zphiblgz.org/scholarship/application/',1,0,'1.169.89.210'),(96837,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:4:\"HEAD\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631120321.2740991115570068359375;s:12:\"REQUEST_TIME\";i:1631120321;}}','notice','2021-09-08 16:58:43','2021-09-08 16:58:41',72618560,72703712,'http://zphiblgz.org/wordpress',1,0,'34.71.21.196'),(96838,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:4:\"HEAD\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631120328.1576099395751953125;s:12:\"REQUEST_TIME\";i:1631120328;}}','notice','2021-09-08 16:58:50','2021-09-08 16:58:48',72618432,72703568,'http://zphiblgz.org/wp',1,0,'34.71.21.196'),(96839,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:4:\"HEAD\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631120330.4478199481964111328125;s:12:\"REQUEST_TIME\";i:1631120330;}}','notice','2021-09-08 16:58:52','2021-09-08 16:58:50',72618432,72703568,'http://zphiblgz.org/bc',1,0,'34.71.21.196'),(96840,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:4:\"HEAD\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631120332.73480510711669921875;s:12:\"REQUEST_TIME\";i:1631120332;}}','notice','2021-09-08 16:58:54','2021-09-08 16:58:53',72618432,72703568,'http://zphiblgz.org/bk',1,0,'34.71.21.196'),(96841,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:4:\"HEAD\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631120335.00207996368408203125;s:12:\"REQUEST_TIME\";i:1631120335;}}','notice','2021-09-08 16:58:56','2021-09-08 16:58:55',72618480,72703608,'http://zphiblgz.org/backup',1,0,'34.71.21.196'),(96842,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:4:\"HEAD\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631120337.228382110595703125;s:12:\"REQUEST_TIME\";i:1631120337;}}','notice','2021-09-08 16:58:59','2021-09-08 16:58:57',72618448,72703584,'http://zphiblgz.org/old',1,0,'34.71.21.196'),(96843,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:4:\"HEAD\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631120339.5147941112518310546875;s:12:\"REQUEST_TIME\";i:1631120339;}}','notice','2021-09-08 16:59:01','2021-09-08 16:58:59',72618560,72703680,'http://zphiblgz.org/old-site',1,0,'34.71.21.196'),(96844,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:4:\"HEAD\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631120341.7129058837890625;s:12:\"REQUEST_TIME\";i:1631120341;}}','notice','2021-09-08 16:59:03','2021-09-08 16:59:02',72618528,72703656,'http://zphiblgz.org/oldsite',1,0,'34.71.21.196'),(96845,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:4:\"HEAD\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631120344.055767059326171875;s:12:\"REQUEST_TIME\";i:1631120344;}}','notice','2021-09-08 16:59:06','2021-09-08 16:59:04',72618448,72703584,'http://zphiblgz.org/new',1,0,'34.71.21.196'),(96846,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:4:\"HEAD\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631120346.3043220043182373046875;s:12:\"REQUEST_TIME\";i:1631120346;}}','notice','2021-09-08 16:59:08','2021-09-08 16:59:06',72618472,72703600,'http://zphiblgz.org/main',1,0,'34.71.21.196'),(96847,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631123668.4418380260467529296875;s:12:\"REQUEST_TIME\";i:1631123668;}}','notice','2021-09-08 17:54:30','2021-09-08 17:54:28',72599720,72683456,'http://zphiblgz.org/scholarship/application/',1,0,'195.246.120.171'),(96848,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:85:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:23:\"en-US,en;q=0.9,fr;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:9:\"max-age=0\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:152:\"Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631130853.4696979522705078125;s:12:\"REQUEST_TIME\";i:1631130853;}}','notice','2021-09-08 19:54:16','2021-09-08 19:54:13',72737344,72819704,'https://zphiblgz.org/_profiler/phpinfo',1,0,'18.222.140.108'),(96849,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631139117.1151349544525146484375;s:12:\"REQUEST_TIME\";i:1631139117;}}','notice','2021-09-08 22:11:59','2021-09-08 22:11:57',72599720,72683456,'http://zphiblgz.org/scholarship/application/',1,0,'92.38.136.69'),(96850,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4099.2 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631144518.3860700130462646484375;s:12:\"REQUEST_TIME\";i:1631144518;}}','notice','2021-09-08 23:42:00','2021-09-08 23:41:58',72599720,72683456,'http://zphiblgz.org/scholarship/application/',1,0,'1.169.89.210'),(96851,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631147556.590567111968994140625;s:12:\"REQUEST_TIME\";i:1631147556;}}','notice','2021-09-09 00:32:38','2021-09-09 00:32:36',72617824,72701560,'http://zphiblgz.org/scholarship/application/',1,0,'87.228.19.218'),(96930,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258429.286674022674560546875;s:12:\"REQUEST_TIME\";i:1631258429;}}','notice','2021-09-10 07:20:31','2021-09-10 07:20:29',72610592,72693584,'https://zphiblgz.org/p.php',1,0,'144.172.118.4'),(96931,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258437.403501033782958984375;s:12:\"REQUEST_TIME\";i:1631258437;}}','notice','2021-09-10 07:20:39','2021-09-10 07:20:37',72610592,72693584,'https://zphiblgz.org/pass/',1,0,'107.189.28.253'),(96932,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258447.2390849590301513671875;s:12:\"REQUEST_TIME\";i:1631258447;}}','notice','2021-09-10 07:20:49','2021-09-10 07:20:47',72610976,72693984,'https://zphiblgz.org/pass/pass.php',1,0,'107.189.28.253'),(96933,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258452.850801944732666015625;s:12:\"REQUEST_TIME\";i:1631258452;}}','notice','2021-09-10 07:20:54','2021-09-10 07:20:53',72612280,72695368,'https://zphiblgz.org/newpass/newpass.php',1,0,'185.31.175.235'),(96934,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258460.960730075836181640625;s:12:\"REQUEST_TIME\";i:1631258460;}}','notice','2021-09-10 07:21:03','2021-09-10 07:21:01',72612072,72695168,'https://zphiblgz.org/newpass/',1,0,'185.31.175.235'),(96935,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631259944.168159008026123046875;s:12:\"REQUEST_TIME\";i:1631259944;}}','notice','2021-09-10 07:45:46','2021-09-10 07:45:44',72603912,72687648,'http://zphiblgz.org/scholarship/application/',1,0,'92.38.136.69'),(96936,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:129:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631262218.055121898651123046875;s:12:\"REQUEST_TIME\";i:1631262218;}}','notice','2021-09-10 08:23:40','2021-09-10 08:23:38',72622048,72705784,'http://zphiblgz.org/scholarship/application/',1,0,'46.182.129.31'),(96937,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631264517.71080493927001953125;s:12:\"REQUEST_TIME\";i:1631264517;}}','notice','2021-09-10 09:01:59','2021-09-10 09:01:57',72603880,72687616,'http://zphiblgz.org/scholarship/application/',1,0,'185.220.100.245'),(96938,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"29\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631268531.55055999755859375;s:12:\"REQUEST_TIME\";i:1631268531;}}','notice','2021-09-10 10:08:53','2021-09-10 10:08:51',72626880,72711488,'https://zphiblgz.org/rsau.php',1,0,'185.191.34.215'),(96916,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258329.1761209964752197265625;s:12:\"REQUEST_TIME\";i:1631258329;}}','notice','2021-09-10 07:18:51','2021-09-10 07:18:49',72610928,72693944,'https://zphiblgz.org/merge.php',1,0,'45.153.160.132'),(96915,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258323.6632730960845947265625;s:12:\"REQUEST_TIME\";i:1631258323;}}','notice','2021-09-10 07:18:45','2021-09-10 07:18:43',72612104,72695224,'https://zphiblgz.org/emerg.php',1,0,'45.151.167.10'),(96913,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258292.7023260593414306640625;s:12:\"REQUEST_TIME\";i:1631258292;}}','notice','2021-09-10 07:18:14','2021-09-10 07:18:12',72612160,72695272,'https://zphiblgz.org/mergency.php',1,0,'45.153.160.132'),(96914,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258298.1948959827423095703125;s:12:\"REQUEST_TIME\";i:1631258298;}}','notice','2021-09-10 07:18:20','2021-09-10 07:18:18',72612104,72695224,'https://zphiblgz.org/emerge.php',1,0,'185.220.101.242'),(96912,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258289.1898510456085205078125;s:12:\"REQUEST_TIME\";i:1631258289;}}','notice','2021-09-10 07:18:11','2021-09-10 07:18:09',72612152,72695264,'https://zphiblgz.org/emergen.php',1,0,'45.153.160.132'),(96911,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258285.4029328823089599609375;s:12:\"REQUEST_TIME\";i:1631258285;}}','notice','2021-09-10 07:18:07','2021-09-10 07:18:05',72612160,72695272,'https://zphiblgz.org/emergenc.php',1,0,'45.153.160.132'),(96910,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258281.5282230377197265625;s:12:\"REQUEST_TIME\";i:1631258281;}}','notice','2021-09-10 07:18:03','2021-09-10 07:18:01',72610976,72693984,'https://zphiblgz.org/wp-pass.php',1,0,'45.153.160.132'),(96908,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258262.91135501861572265625;s:12:\"REQUEST_TIME\";i:1631258262;}}','notice','2021-09-10 07:17:45','2021-09-10 07:17:43',72612104,72695192,'https://zphiblgz.org/emer.php',1,0,'89.163.143.8'),(96909,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258277.183207035064697265625;s:12:\"REQUEST_TIME\";i:1631258277;}}','notice','2021-09-10 07:17:59','2021-09-10 07:17:57',72612080,72695176,'https://zphiblgz.org/res.php',1,0,'45.153.160.132'),(96907,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258249.6110579967498779296875;s:12:\"REQUEST_TIME\";i:1631258249;}}','notice','2021-09-10 07:17:31','2021-09-10 07:17:29',72612152,72695264,'https://zphiblgz.org/newpass.php',1,0,'45.153.160.137'),(96905,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258231.6205348968505859375;s:12:\"REQUEST_TIME\";i:1631258231;}}','notice','2021-09-10 07:17:13','2021-09-10 07:17:11',72612160,72695272,'https://zphiblgz.org/passwords.php',1,0,'45.153.160.131'),(96906,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258236.141683101654052734375;s:12:\"REQUEST_TIME\";i:1631258236;}}','notice','2021-09-10 07:17:18','2021-09-10 07:17:16',72612224,72695336,'https://zphiblgz.org/newpassword.php',1,0,'45.153.160.131'),(96904,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258227.4746229648590087890625;s:12:\"REQUEST_TIME\";i:1631258227;}}','notice','2021-09-10 07:17:09','2021-09-10 07:17:07',72612328,72695416,'https://zphiblgz.org/change-password.php',1,0,'5.183.209.217'),(96902,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258169.39832401275634765625;s:12:\"REQUEST_TIME\";i:1631258169;}}','notice','2021-09-10 07:16:11','2021-09-10 07:16:09',72612272,72695376,'https://zphiblgz.org/reset-password.php',1,0,'45.153.160.140'),(96903,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258223.7141249179840087890625;s:12:\"REQUEST_TIME\";i:1631258223;}}','notice','2021-09-10 07:17:05','2021-09-10 07:17:04',72611136,72694120,'https://zphiblgz.org/change_password.php',1,0,'5.183.209.217'),(96900,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258161.7976329326629638671875;s:12:\"REQUEST_TIME\";i:1631258161;}}','notice','2021-09-10 07:16:03','2021-09-10 07:16:02',72612152,72695264,'https://zphiblgz.org/reset-pass.php',1,0,'45.153.160.140'),(96901,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258165.897602081298828125;s:12:\"REQUEST_TIME\";i:1631258165;}}','notice','2021-09-10 07:16:07','2021-09-10 07:16:06',72612248,72695352,'https://zphiblgz.org/reset_password.php',1,0,'45.153.160.140'),(96899,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258157.6334159374237060546875;s:12:\"REQUEST_TIME\";i:1631258157;}}','notice','2021-09-10 07:15:59','2021-09-10 07:15:57',72612160,72695272,'https://zphiblgz.org/reset_pass.php',1,0,'37.123.163.58'),(96898,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258148.07063007354736328125;s:12:\"REQUEST_TIME\";i:1631258148;}}','notice','2021-09-10 07:15:50','2021-09-10 07:15:48',72611072,72694072,'https://zphiblgz.org/resetpassword.php',1,0,'159.89.174.9'),(96897,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258133.59251499176025390625;s:12:\"REQUEST_TIME\";i:1631258133;}}','notice','2021-09-10 07:15:35','2021-09-10 07:15:33',72610984,72693992,'https://zphiblgz.org/resetpass.php',1,0,'185.31.175.220'),(96895,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258125.8092300891876220703125;s:12:\"REQUEST_TIME\";i:1631258125;}}','notice','2021-09-10 07:15:27','2021-09-10 07:15:26',72612104,72695192,'https://zphiblgz.org/pass.php',1,0,'205.185.120.173'),(96896,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258129.1892158985137939453125;s:12:\"REQUEST_TIME\";i:1631258129;}}','notice','2021-09-10 07:15:31','2021-09-10 07:15:29',72612248,72695352,'https://zphiblgz.org/changepassword.php',1,0,'185.220.102.251'),(96894,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258121.6778209209442138671875;s:12:\"REQUEST_TIME\";i:1631258121;}}','notice','2021-09-10 07:15:23','2021-09-10 07:15:21',72610984,72693992,'https://zphiblgz.org/password.php',1,0,'185.220.100.241'),(96892,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258111.2910449504852294921875;s:12:\"REQUEST_TIME\";i:1631258111;}}','notice','2021-09-10 07:15:13','2021-09-10 07:15:11',72610928,72693944,'https://zphiblgz.org/change.php',1,0,'91.219.237.21'),(96893,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258116.4226939678192138671875;s:12:\"REQUEST_TIME\";i:1631258116;}}','notice','2021-09-10 07:15:18','2021-09-10 07:15:16',72612160,72695272,'https://zphiblgz.org/emergency.php',1,0,'109.70.100.28'),(96891,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258077.0792119503021240234375;s:12:\"REQUEST_TIME\";i:1631258077;}}','notice','2021-09-10 07:14:39','2021-09-10 07:14:37',72629064,72712080,'https://zphiblgz.org/reset.php',1,0,'185.220.100.243'),(96890,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631254094.8549759387969970703125;s:12:\"REQUEST_TIME\";i:1631254094;}}','notice','2021-09-10 06:08:17','2021-09-10 06:08:15',72690456,72774192,'http://zphiblgz.org/scholarship/application/',1,0,'1.169.89.210'),(96889,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:47:\"text/html,application/xhtml+xml,application/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631249699.5105769634246826171875;s:12:\"REQUEST_TIME\";i:1631249699;}}','notice','2021-09-10 04:55:01','2021-09-10 04:54:59',72603848,72687616,'http://zphiblgz.org/application',1,0,'18.212.198.22'),(96888,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631248458.6453859806060791015625;s:12:\"REQUEST_TIME\";i:1631248458;}}','notice','2021-09-10 04:34:20','2021-09-10 04:34:18',72175584,72274880,'https://zphiblgz.org/scholarship/application/recommendation/',1,0,'207.46.13.27'),(96887,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631248437.9803059101104736328125;s:12:\"REQUEST_TIME\";i:1631248437;}}','notice','2021-09-10 04:33:59','2021-09-10 04:33:58',72613520,72695896,'https://zphiblgz.org/cache.php',1,0,'185.191.34.215'),(96885,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:9:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631247498.367578983306884765625;s:12:\"REQUEST_TIME\";i:1631247498;}}','notice','2021-09-10 04:18:20','2021-09-10 04:18:18',72627824,72711592,'http://zphiblgz.org/wordpress/',1,0,'85.236.156.161'),(96886,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:17:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631248438.2684700489044189453125;s:12:\"REQUEST_TIME\";i:1631248438;}}','notice','2021-09-10 04:33:59','2021-09-10 04:33:58',72320552,72402928,'https://zphiblgz.org/cache.php',1,0,'185.191.34.215'),(96884,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631247312.6299240589141845703125;s:12:\"REQUEST_TIME\";i:1631247312;}}','notice','2021-09-10 04:15:15','2021-09-10 04:15:12',72629792,72712776,'https://zphiblgz.org/scholarship/application/',1,0,'185.220.100.247'),(96852,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Firefox/52.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631150581.2270500659942626953125;s:12:\"REQUEST_TIME\";i:1631150581;}}','notice','2021-09-09 01:23:03','2021-09-09 01:23:01',72612904,72700272,'https://zphiblgz.org/event/youth-open-house/',1,0,'34.78.13.12'),(96854,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Firefox/52.0\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631150633.195220947265625;s:12:\"REQUEST_TIME\";i:1631150633;}}','notice','2021-09-09 01:23:54','2021-09-09 01:23:53',72307592,72391456,'http://zphiblgz.org/magento_version',1,0,'34.78.13.12'),(96853,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Firefox/52.0\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631150586.1253259181976318359375;s:12:\"REQUEST_TIME\";i:1631150586;}}','notice','2021-09-09 01:23:07','2021-09-09 01:23:06',72307560,72391432,'http://zphiblgz.org/application',1,0,'34.78.13.12'),(96855,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Firefox/52.0\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631150633.205935001373291015625;s:12:\"REQUEST_TIME\";i:1631150633;}}','notice','2021-09-09 01:23:54','2021-09-09 01:23:53',72307512,72391384,'http://zphiblgz.org/install.php',1,0,'34.78.13.12'),(96856,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:103:\"Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631154809.9563019275665283203125;s:12:\"REQUEST_TIME\";i:1631154809;}}','notice','2021-09-09 02:33:32','2021-09-09 02:33:30',72704368,72788104,'http://zphiblgz.org/scholarship/application/',1,0,'154.13.1.179'),(96857,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:11:\"HTTP_ACCEPT\";s:47:\"text/html,application/xhtml+xml,application/xml\";s:20:\"HTTP_ACCEPT_ENCODING\";s:17:\"gzip, deflate, br\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:68:\"Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631155657.6793100833892822265625;s:12:\"REQUEST_TIME\";i:1631155657;}}','notice','2021-09-09 02:47:39','2021-09-09 02:47:37',72599656,72683424,'http://zphiblgz.org/application',1,0,'18.214.40.161'),(96858,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"50\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631161687.1297619342803955078125;s:12:\"REQUEST_TIME\";i:1631161687;}}','notice','2021-09-09 04:28:09','2021-09-09 04:28:07',72684768,72785560,'https://zphiblgz.org/templates/protostar/html/pagination.php',1,0,'185.191.34.215'),(96859,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:124:\"Mozilla/5.0 (iPad; CPU OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B141 Safari/8536.25\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631162729.383038997650146484375;s:12:\"REQUEST_TIME\";i:1631162729;}}','notice','2021-09-09 04:45:30','2021-09-09 04:45:29',72306520,72390256,'http://zphiblgz.org/SearchReplace-master/',1,0,'31.42.185.24'),(96860,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:124:\"Mozilla/5.0 (iPad; CPU OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B141 Safari/8536.25\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631162734.71506404876708984375;s:12:\"REQUEST_TIME\";i:1631162734;}}','notice','2021-09-09 04:45:36','2021-09-09 04:45:34',72604768,72688624,'http://zphiblgz.org/Search-DB-master/',1,0,'31.42.185.24'),(96861,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:124:\"Mozilla/5.0 (iPad; CPU OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B141 Safari/8536.25\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631162741.6178019046783447265625;s:12:\"REQUEST_TIME\";i:1631162741;}}','notice','2021-09-09 04:45:43','2021-09-09 04:45:41',72604872,72688712,'http://zphiblgz.org/Search-DB-master-ohiu/',1,0,'31.42.185.24'),(96862,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:124:\"Mozilla/5.0 (iPad; CPU OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B141 Safari/8536.25\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631162747.8249690532684326171875;s:12:\"REQUEST_TIME\";i:1631162747;}}','notice','2021-09-09 04:45:49','2021-09-09 04:45:48',72604856,72688696,'http://zphiblgz.org/searchreplacebd2.php',1,0,'31.42.185.24'),(96863,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:124:\"Mozilla/5.0 (iPad; CPU OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B141 Safari/8536.25\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631162768.5809841156005859375;s:12:\"REQUEST_TIME\";i:1631162768;}}','notice','2021-09-09 04:46:10','2021-09-09 04:46:08',72604792,72688648,'http://zphiblgz.org/searchreplacebd.php',1,0,'103.26.142.68'),(96864,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:124:\"Mozilla/5.0 (iPad; CPU OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B141 Safari/8536.25\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631162775.3172359466552734375;s:12:\"REQUEST_TIME\";i:1631162775;}}','notice','2021-09-09 04:46:17','2021-09-09 04:46:15',72605024,72688800,'http://zphiblgz.org/searchreplacemaster.php',1,0,'91.219.236.228'),(96865,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:124:\"Mozilla/5.0 (iPad; CPU OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B141 Safari/8536.25\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631162782.6594240665435791015625;s:12:\"REQUEST_TIME\";i:1631162782;}}','notice','2021-09-09 04:46:24','2021-09-09 04:46:22',72603848,72687512,'http://zphiblgz.org/Search_Replace_DB_master/',1,0,'185.247.225.85'),(96866,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:124:\"Mozilla/5.0 (iPad; CPU OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B141 Safari/8536.25\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631162824.2627499103546142578125;s:12:\"REQUEST_TIME\";i:1631162824;}}','notice','2021-09-09 04:47:06','2021-09-09 04:47:04',72627936,72711696,'http://zphiblgz.org/replacedb2.php',1,0,'185.220.100.251'),(96867,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:10:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:124:\"Mozilla/5.0 (iPad; CPU OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B141 Safari/8536.25\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631162831.4211080074310302734375;s:12:\"REQUEST_TIME\";i:1631162831;}}','notice','2021-09-09 04:47:13','2021-09-09 04:47:11',72628976,72712824,'http://zphiblgz.org/SR-DB/',1,0,'199.195.253.53'),(96868,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631169063.6758201122283935546875;s:12:\"REQUEST_TIME\";i:1631169063;}}','notice','2021-09-09 06:31:05','2021-09-09 06:31:03',72603912,72687648,'http://zphiblgz.org/scholarship/application/',1,0,'195.19.29.84'),(96869,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"50\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631169568.70672893524169921875;s:12:\"REQUEST_TIME\";i:1631169568;}}','notice','2021-09-09 06:39:30','2021-09-09 06:39:28',72688776,72789568,'https://zphiblgz.org/templates/protostar/html/modules.php',1,0,'185.191.34.215'),(96870,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:11:\"HTTP_ACCEPT\";s:99:\"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.3\";s:19:\"HTTP_ACCEPT_CHARSET\";s:32:\"utf-8,windows-1251;q=0.7,*;q=0.6\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-us,en;q=0.6\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:14:\"max-age=259200\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:84:\"Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64; rv:49.0) Gecko/20100101 Firefox/49.0\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631184275.275762081146240234375;s:12:\"REQUEST_TIME\";i:1631184275;}}','notice','2021-09-09 10:44:37','2021-09-09 10:44:35',72628472,72712216,'http://zphiblgz.org/contact/',1,0,'206.217.132.202'),(96871,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"50\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631190310.164968967437744140625;s:12:\"REQUEST_TIME\";i:1631190310;}}','notice','2021-09-09 12:25:12','2021-09-09 12:25:10',72706648,72807424,'https://zphiblgz.org/layouts/libraries/cms/html/bootstrap/addtab.php',1,0,'185.191.34.215'),(96872,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:118:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631203316.3453159332275390625;s:12:\"REQUEST_TIME\";i:1631203316;}}','notice','2021-09-09 16:01:58','2021-09-09 16:01:56',72603912,72687648,'http://zphiblgz.org/scholarship/application/',1,0,'45.87.2.128'),(96873,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:71:\"Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631207920.194778919219970703125;s:12:\"REQUEST_TIME\";i:1631207920;}}','notice','2021-09-09 17:18:43','2021-09-09 17:18:40',72161712,72244904,'https://zphiblgz.org/event/7th-annual-denim-pearlz-rep-your-decade/',1,0,'207.46.13.65'),(96874,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:9:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631217660.1298429965972900390625;s:12:\"REQUEST_TIME\";i:1631217660;}}','notice','2021-09-09 20:01:02','2021-09-09 20:01:00',72627640,72711384,'http://zphiblgz.org/old/',1,0,'162.241.229.133'),(96875,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:120:\"Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631217969.179195880889892578125;s:12:\"REQUEST_TIME\";i:1631217969;}}','notice','2021-09-09 20:06:11','2021-09-09 20:06:09',72603912,72687648,'http://zphiblgz.org/scholarship/application/',1,0,'176.106.246.67'),(96876,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:101:\"Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631219979.009212970733642578125;s:12:\"REQUEST_TIME\";i:1631219979;}}','notice','2021-09-09 20:39:41','2021-09-09 20:39:39',72621888,72705624,'http://zphiblgz.org/scholarship/application/',1,0,'80.251.153.12'),(96877,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:45:\"https://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:108:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631221358.6080200672149658203125;s:12:\"REQUEST_TIME\";i:1631221358;}}','notice','2021-09-09 21:02:40','2021-09-09 21:02:38',72611688,72694672,'https://zphiblgz.org/scholarship/application/',1,0,'2.92.127.207'),(96878,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:9:{s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631222517.0510768890380859375;s:12:\"REQUEST_TIME\";i:1631222517;}}','notice','2021-09-09 21:21:58','2021-09-09 21:21:57',72645352,72729104,'http://zphiblgz.org/wp/',1,0,'162.241.151.154'),(96879,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:19:{s:14:\"CONTENT_LENGTH\";s:2:\"35\";s:12:\"CONTENT_TYPE\";s:33:\"application/x-www-form-urlencoded\";s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:63:\"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:10:\"keep-alive\";s:8:\"HTTP_DNT\";s:1:\"1\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:30:\"HTTP_UPGRADE_INSECURE_REQUESTS\";s:1:\"1\";s:15:\"HTTP_USER_AGENT\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:4:\"POST\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631232709.542324066162109375;s:12:\"REQUEST_TIME\";i:1631232709;}}','notice','2021-09-10 00:11:51','2021-09-10 00:11:49',72663840,72764656,'https://zphiblgz.org/wp-includes/css/style.css.php',1,0,'185.191.34.215'),(96880,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:11:\"HTTP_ACCEPT\";s:74:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:15:\"HTTP_CONNECTION\";s:5:\"close\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:12:\"HTTP_REFERER\";s:44:\"http://zphiblgz.org/scholarship/application/\";s:15:\"HTTP_USER_AGENT\";s:102:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:4:\"http\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631234046.75279903411865234375;s:12:\"REQUEST_TIME\";i:1631234046;}}','notice','2021-09-10 00:34:08','2021-09-10 00:34:06',72603880,72687616,'http://zphiblgz.org/scholarship/application/',1,0,'188.165.241.215'),(96881,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:124:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:70:\"Mozilla/5.0 (compatible; VelenPublicWebCrawler/1.0; +https://velen.io)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631235569.13805294036865234375;s:12:\"REQUEST_TIME\";i:1631235569;}}','notice','2021-09-10 00:59:30','2021-09-10 00:59:29',72611200,72694208,'https://zphiblgz.org/application',1,0,'35.210.145.160'),(96882,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:14:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:124:\"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9\";s:20:\"HTTP_ACCEPT_ENCODING\";s:4:\"gzip\";s:20:\"HTTP_ACCEPT_LANGUAGE\";s:14:\"en-US,en;q=0.5\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:70:\"Mozilla/5.0 (compatible; VelenPublicWebCrawler/1.0; +https://velen.io)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631235573.300283908843994140625;s:12:\"REQUEST_TIME\";i:1631235573;}}','notice','2021-09-10 00:59:35','2021-09-10 00:59:33',72616248,72703512,'https://zphiblgz.org/event/youth-open-house',1,0,'35.210.145.160'),(96883,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:16:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:20:\"HTTP_ACCEPT_ENCODING\";s:13:\"gzip, deflate\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:18:\"HTTP_CACHE_CONTROL\";s:8:\"no-cache\";s:9:\"HTTP_FROM\";s:24:\"bingbot(at)microsoft.com\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:11:\"HTTP_PRAGMA\";s:8:\"no-cache\";s:15:\"HTTP_USER_AGENT\";s:195:\"Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/2.0\";s:18:\"REQUEST_TIME_FLOAT\";d:1631236187.921228885650634765625;s:12:\"REQUEST_TIME\";i:1631236187;}}','notice','2021-09-10 01:09:49','2021-09-10 01:09:48',72185912,72269216,'https://zphiblgz.org/ts_teams/linda-price/',1,0,'207.46.13.174'),(96917,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258333.092433929443359375;s:12:\"REQUEST_TIME\";i:1631258333;}}','notice','2021-09-10 07:18:55','2021-09-10 07:18:53',72612080,72695176,'https://zphiblgz.org/eme.php',1,0,'45.153.160.132'),(96918,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258336.889933109283447265625;s:12:\"REQUEST_TIME\";i:1631258336;}}','notice','2021-09-10 07:18:58','2021-09-10 07:18:57',72612024,72695120,'https://zphiblgz.org/em.php',1,0,'45.153.160.132'),(96919,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258340.543262004852294921875;s:12:\"REQUEST_TIME\";i:1631258340;}}','notice','2021-09-10 07:19:02','2021-09-10 07:19:00',72612080,72695176,'https://zphiblgz.org/pas.php',1,0,'109.70.100.29'),(96920,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258344.0104529857635498046875;s:12:\"REQUEST_TIME\";i:1631258344;}}','notice','2021-09-10 07:19:06','2021-09-10 07:19:04',72612080,72695176,'https://zphiblgz.org/new.php',1,0,'208.68.5.17'),(96921,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258349.0098569393157958984375;s:12:\"REQUEST_TIME\";i:1631258349;}}','notice','2021-09-10 07:19:11','2021-09-10 07:19:09',72612104,72695192,'https://zphiblgz.org/rest.php',1,0,'208.68.5.17'),(96922,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258352.4647529125213623046875;s:12:\"REQUEST_TIME\";i:1631258352;}}','notice','2021-09-10 07:19:14','2021-09-10 07:19:12',72612024,72695120,'https://zphiblgz.org/e.php',1,0,'199.249.230.154'),(96923,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258356.9020340442657470703125;s:12:\"REQUEST_TIME\";i:1631258356;}}','notice','2021-09-10 07:19:18','2021-09-10 07:19:17',72612024,72695120,'https://zphiblgz.org/reset/',1,0,'199.249.230.154'),(96924,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258362.627602100372314453125;s:12:\"REQUEST_TIME\";i:1631258362;}}','notice','2021-09-10 07:19:24','2021-09-10 07:19:22',72612208,72695320,'https://zphiblgz.org/reset/reset.php',1,0,'185.220.101.237'),(96925,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258382.13560199737548828125;s:12:\"REQUEST_TIME\";i:1631258382;}}','notice','2021-09-10 07:19:44','2021-09-10 07:19:42',72612024,72695120,'https://zphiblgz.org/c.php',1,0,'199.249.230.162'),(96926,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258395.87856292724609375;s:12:\"REQUEST_TIME\";i:1631258395;}}','notice','2021-09-10 07:19:57','2021-09-10 07:19:56',72612104,72695224,'https://zphiblgz.org/emergency/',1,0,'185.220.102.243'),(96927,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258400.06713104248046875;s:12:\"REQUEST_TIME\";i:1631258400;}}','notice','2021-09-10 07:20:02','2021-09-10 07:20:00',72611168,72694152,'https://zphiblgz.org/emergency/emergency.php',1,0,'87.118.116.12'),(96928,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258411.5946791172027587890625;s:12:\"REQUEST_TIME\";i:1631258411;}}','notice','2021-09-10 07:20:13','2021-09-10 07:20:11',72610592,72693584,'https://zphiblgz.org/n.php',1,0,'87.118.116.12'),(96929,0,'four_oh_four','found_404','a:1:{s:6:\"SERVER\";a:12:{s:5:\"HTTPS\";s:2:\"on\";s:11:\"HTTP_ACCEPT\";s:3:\"*/*\";s:18:\"HTTP_AUTHORIZATION\";s:0:\"\";s:9:\"HTTP_HOST\";s:12:\"zphiblgz.org\";s:15:\"HTTP_USER_AGENT\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0\";s:12:\"HTTP_X_HTTPS\";s:1:\"1\";s:14:\"REQUEST_METHOD\";s:3:\"GET\";s:14:\"REQUEST_SCHEME\";s:5:\"https\";s:15:\"SCRIPT_FILENAME\";s:37:\"/home2/zphiblgz/public_html/index.php\";s:15:\"SERVER_PROTOCOL\";s:8:\"HTTP/1.1\";s:18:\"REQUEST_TIME_FLOAT\";d:1631258419.4859449863433837890625;s:12:\"REQUEST_TIME\";i:1631258419;}}','notice','2021-09-10 07:20:21','2021-09-10 07:20:19',72610592,72693584,'https://zphiblgz.org/r.php',1,0,'144.172.118.4');
/*!40000 ALTER TABLE `lwz_itsec_logs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_itsec_mutexes`
--
DROP TABLE IF EXISTS `lwz_itsec_mutexes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_itsec_mutexes` (
`mutex_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`mutex_name` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`mutex_expires` int(11) unsigned NOT NULL,
PRIMARY KEY (`mutex_id`),
UNIQUE KEY `mutex_name` (`mutex_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_itsec_mutexes`
--
LOCK TABLES `lwz_itsec_mutexes` WRITE;
/*!40000 ALTER TABLE `lwz_itsec_mutexes` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_itsec_mutexes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_itsec_opaque_tokens`
--
DROP TABLE IF EXISTS `lwz_itsec_opaque_tokens`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_itsec_opaque_tokens` (
`token_id` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`token_hashed` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`token_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`token_data` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`token_created_at` datetime NOT NULL,
PRIMARY KEY (`token_id`),
UNIQUE KEY `token_hashed` (`token_hashed`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_itsec_opaque_tokens`
--
LOCK TABLES `lwz_itsec_opaque_tokens` WRITE;
/*!40000 ALTER TABLE `lwz_itsec_opaque_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_itsec_opaque_tokens` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_itsec_temp`
--
DROP TABLE IF EXISTS `lwz_itsec_temp`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_itsec_temp` (
`temp_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`temp_type` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`temp_date` datetime NOT NULL,
`temp_date_gmt` datetime NOT NULL,
`temp_host` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`temp_user` bigint(20) unsigned DEFAULT NULL,
`temp_username` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
PRIMARY KEY (`temp_id`),
KEY `temp_date_gmt` (`temp_date_gmt`),
KEY `temp_host` (`temp_host`),
KEY `temp_user` (`temp_user`),
KEY `temp_username` (`temp_username`)
) ENGINE=MyISAM AUTO_INCREMENT=84677 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_itsec_temp`
--
LOCK TABLES `lwz_itsec_temp` WRITE;
/*!40000 ALTER TABLE `lwz_itsec_temp` DISABLE KEYS */;
INSERT INTO `lwz_itsec_temp` VALUES (66236,'four_oh_four','2020-04-01 04:57:53','2020-04-01 09:57:53','185.220.101.152',NULL,NULL),(66235,'four_oh_four','2020-04-01 04:57:46','2020-04-01 09:57:46','185.220.101.152',NULL,NULL),(66234,'four_oh_four','2020-04-01 04:57:40','2020-04-01 09:57:40','185.220.101.152',NULL,NULL),(66233,'four_oh_four','2020-04-01 04:57:33','2020-04-01 09:57:33','185.220.101.152',NULL,NULL),(66232,'four_oh_four','2020-04-01 04:57:26','2020-04-01 09:57:26','185.220.101.152',NULL,NULL),(66231,'four_oh_four','2020-04-01 04:47:18','2020-04-01 09:47:18','193.106.30.99',NULL,NULL),(66230,'four_oh_four','2020-04-01 04:33:03','2020-04-01 09:33:03','40.77.167.168',NULL,NULL),(66229,'four_oh_four','2020-04-01 03:32:35','2020-04-01 08:32:35','193.106.30.99',NULL,NULL),(66228,'four_oh_four','2020-04-01 01:37:19','2020-04-01 06:37:19','193.106.30.99',NULL,NULL),(66227,'four_oh_four','2020-04-01 00:09:52','2020-04-01 05:09:52','193.106.30.99',NULL,NULL),(66226,'four_oh_four','2020-03-31 23:46:16','2020-04-01 04:46:16','193.106.30.99',NULL,NULL),(66225,'four_oh_four','2020-03-31 23:11:39','2020-04-01 04:11:39','193.106.30.99',NULL,NULL),(66224,'four_oh_four','2020-03-31 22:22:51','2020-04-01 03:22:51','193.106.30.99',NULL,NULL),(66223,'four_oh_four','2020-03-31 21:52:55','2020-04-01 02:52:55','193.106.30.99',NULL,NULL),(66222,'four_oh_four','2020-03-31 21:43:16','2020-04-01 02:43:16','193.106.30.99',NULL,NULL),(66221,'four_oh_four','2020-03-31 21:12:41','2020-04-01 02:12:41','193.106.30.99',NULL,NULL),(66220,'four_oh_four','2020-03-31 20:25:20','2020-04-01 01:25:20','193.106.30.99',NULL,NULL),(66219,'four_oh_four','2020-03-31 19:27:18','2020-04-01 00:27:18','149.56.12.68',NULL,NULL),(66218,'four_oh_four','2020-03-31 19:27:11','2020-04-01 00:27:11','149.56.12.68',NULL,NULL),(66217,'four_oh_four','2020-03-31 19:26:50','2020-04-01 00:26:50','149.56.12.68',NULL,NULL),(66216,'four_oh_four','2020-03-31 19:26:49','2020-04-01 00:26:49','149.56.12.68',NULL,NULL),(66215,'four_oh_four','2020-03-31 19:26:47','2020-04-01 00:26:47','149.56.12.68',NULL,NULL),(66214,'four_oh_four','2020-03-31 19:26:46','2020-04-01 00:26:46','149.56.12.68',NULL,NULL),(66213,'four_oh_four','2020-03-31 15:25:07','2020-03-31 20:25:07','5.62.56.15',NULL,NULL),(66212,'four_oh_four','2020-03-31 15:24:56','2020-03-31 20:24:56','5.62.56.15',NULL,NULL),(66211,'four_oh_four','2020-03-31 15:24:18','2020-03-31 20:24:18','5.62.56.15',NULL,NULL),(66210,'four_oh_four','2020-03-31 15:24:17','2020-03-31 20:24:17','5.62.56.15',NULL,NULL),(66209,'four_oh_four','2020-03-31 15:24:08','2020-03-31 20:24:08','5.62.56.15',NULL,NULL),(66208,'four_oh_four','2020-03-31 15:24:07','2020-03-31 20:24:07','5.62.56.15',NULL,NULL),(66207,'four_oh_four','2020-03-31 14:07:24','2020-03-31 19:07:24','184.154.139.20',NULL,NULL),(66206,'four_oh_four','2020-03-31 13:14:22','2020-03-31 18:14:22','193.106.30.99',NULL,NULL),(66205,'four_oh_four','2020-03-31 12:14:03','2020-03-31 17:14:03','193.106.30.99',NULL,NULL),(66204,'brute_force','2020-03-31 11:48:19','2020-03-31 16:48:19',NULL,NULL,'admin'),(66203,'brute_force','2020-03-31 11:48:19','2020-03-31 16:48:19','145.239.236.163',NULL,NULL),(66202,'four_oh_four','2020-03-31 11:41:11','2020-03-31 16:41:11','193.106.30.99',NULL,NULL),(66201,'four_oh_four','2020-03-31 10:53:39','2020-03-31 15:53:39','193.106.30.99',NULL,NULL),(66200,'four_oh_four','2020-03-31 10:39:09','2020-03-31 15:39:09','193.106.30.99',NULL,NULL),(66199,'four_oh_four','2020-03-31 09:40:30','2020-03-31 14:40:30','193.106.30.99',NULL,NULL),(66198,'four_oh_four','2020-03-31 08:11:58','2020-03-31 13:11:58','149.56.12.68',NULL,NULL),(66197,'four_oh_four','2020-03-31 03:10:16','2020-03-31 08:10:16','3.94.137.21',NULL,NULL),(66196,'four_oh_four','2020-03-31 03:10:15','2020-03-31 08:10:15','3.213.96.39',NULL,NULL),(66195,'four_oh_four','2020-03-31 03:10:13','2020-03-31 08:10:13','3.94.137.21',NULL,NULL),(66194,'four_oh_four','2020-03-31 03:10:12','2020-03-31 08:10:12','52.201.182.91',NULL,NULL),(66193,'four_oh_four','2020-03-31 03:10:11','2020-03-31 08:10:11','3.213.96.39',NULL,NULL),(66192,'four_oh_four','2020-03-31 03:10:11','2020-03-31 08:10:11','52.201.182.91',NULL,NULL),(66191,'four_oh_four','2020-03-31 02:55:21','2020-03-31 07:55:21','107.172.94.159',NULL,NULL),(66179,'four_oh_four','2020-03-30 09:34:08','2020-03-30 14:34:08','74.208.80.213',NULL,NULL),(66180,'four_oh_four','2020-03-30 10:03:18','2020-03-30 15:03:18','52.143.161.156',NULL,NULL),(66181,'four_oh_four','2020-03-30 10:03:19','2020-03-30 15:03:19','52.143.161.156',NULL,NULL),(66182,'four_oh_four','2020-03-30 10:03:25','2020-03-30 15:03:25','52.143.161.156',NULL,NULL),(66183,'four_oh_four','2020-03-30 10:03:26','2020-03-30 15:03:26','52.143.161.156',NULL,NULL),(66184,'four_oh_four','2020-03-30 10:03:49','2020-03-30 15:03:49','52.143.161.156',NULL,NULL),(66185,'four_oh_four','2020-03-30 10:04:08','2020-03-30 15:04:08','52.143.161.156',NULL,NULL),(66186,'four_oh_four','2020-03-30 14:09:12','2020-03-30 19:09:12','184.154.139.18',NULL,NULL),(66187,'four_oh_four','2020-03-30 16:28:36','2020-03-30 21:28:36','157.55.39.199',NULL,NULL),(66188,'brute_force','2020-03-30 20:36:10','2020-03-31 01:36:10','37.140.192.77',NULL,NULL),(66189,'brute_force','2020-03-30 20:36:10','2020-03-31 01:36:10',NULL,NULL,'admin'),(66190,'four_oh_four','2020-03-30 22:47:06','2020-03-31 03:47:06','66.249.75.104',NULL,NULL),(66178,'four_oh_four','2020-03-30 09:30:52','2020-03-30 14:30:52','74.208.80.213',NULL,NULL),(66177,'four_oh_four','2020-03-30 08:04:19','2020-03-30 13:04:19','82.117.194.229',NULL,NULL),(66176,'four_oh_four','2020-03-30 08:03:58','2020-03-30 13:03:58','82.117.194.229',NULL,NULL),(66175,'four_oh_four','2020-03-30 08:03:32','2020-03-30 13:03:32','162.243.126.96',NULL,NULL),(66174,'four_oh_four','2020-03-30 08:03:23','2020-03-30 13:03:23','176.31.244.49',NULL,NULL),(66173,'four_oh_four','2020-03-30 08:03:09','2020-03-30 13:03:09','162.243.126.96',NULL,NULL),(66172,'four_oh_four','2020-03-30 08:02:54','2020-03-30 13:02:54','176.31.244.49',NULL,NULL),(66171,'four_oh_four','2020-03-30 08:02:46','2020-03-30 13:02:46','162.243.126.96',NULL,NULL),(66170,'four_oh_four','2020-03-30 08:02:40','2020-03-30 13:02:40','82.117.194.229',NULL,NULL),(66169,'four_oh_four','2020-03-30 08:02:36','2020-03-30 13:02:36','176.31.244.49',NULL,NULL),(66168,'four_oh_four','2020-03-30 08:02:19','2020-03-30 13:02:19','176.31.244.49',NULL,NULL),(66167,'four_oh_four','2020-03-30 08:02:10','2020-03-30 13:02:10','82.117.194.229',NULL,NULL),(66166,'four_oh_four','2020-03-30 08:02:06','2020-03-30 13:02:06','162.243.126.96',NULL,NULL),(66165,'four_oh_four','2020-03-30 08:02:06','2020-03-30 13:02:06','176.31.244.49',NULL,NULL),(66164,'four_oh_four','2020-03-30 08:01:58','2020-03-30 13:01:58','162.243.126.96',NULL,NULL),(66163,'four_oh_four','2020-03-30 08:01:57','2020-03-30 13:01:57','162.243.126.96',NULL,NULL),(66162,'four_oh_four','2020-03-30 08:01:47','2020-03-30 13:01:47','82.117.194.229',NULL,NULL),(66161,'four_oh_four','2020-03-30 08:01:37','2020-03-30 13:01:37','82.117.194.229',NULL,NULL),(66160,'four_oh_four','2020-03-30 08:01:10','2020-03-30 13:01:10','162.243.126.96',NULL,NULL),(66159,'four_oh_four','2020-03-30 08:01:09','2020-03-30 13:01:09','162.243.126.96',NULL,NULL),(66158,'four_oh_four','2020-03-30 08:00:43','2020-03-30 13:00:43','82.117.194.229',NULL,NULL),(66157,'four_oh_four','2020-03-30 08:00:28','2020-03-30 13:00:28','176.31.244.49',NULL,NULL),(66156,'four_oh_four','2020-03-30 02:56:29','2020-03-30 07:56:29','3.213.96.39',NULL,NULL),(66155,'four_oh_four','2020-03-30 02:56:28','2020-03-30 07:56:28','3.213.96.39',NULL,NULL),(66154,'four_oh_four','2020-03-30 02:56:25','2020-03-30 07:56:25','3.213.96.39',NULL,NULL),(66153,'four_oh_four','2020-03-30 02:56:23','2020-03-30 07:56:23','3.213.96.39',NULL,NULL),(66152,'four_oh_four','2020-03-30 02:56:23','2020-03-30 07:56:23','3.213.96.39',NULL,NULL),(66151,'four_oh_four','2020-03-30 02:56:20','2020-03-30 07:56:20','3.213.96.39',NULL,NULL),(66150,'four_oh_four','2020-03-30 02:56:19','2020-03-30 07:56:19','3.213.96.39',NULL,NULL),(66149,'four_oh_four','2020-03-30 02:56:18','2020-03-30 07:56:18','3.213.96.39',NULL,NULL),(66148,'four_oh_four','2020-03-29 21:58:37','2020-03-30 02:58:37','72.81.137.185',NULL,NULL),(66147,'four_oh_four','2020-03-29 19:33:54','2020-03-30 00:33:54','199.66.201.19',NULL,NULL),(66146,'four_oh_four','2020-03-29 19:33:54','2020-03-30 00:33:54','199.66.201.19',NULL,NULL),(66145,'four_oh_four','2020-03-29 17:21:08','2020-03-29 22:21:08','193.106.30.99',NULL,NULL),(66144,'brute_force','2020-03-29 13:15:53','2020-03-29 18:15:53',NULL,NULL,'admin'),(66143,'brute_force','2020-03-29 13:15:53','2020-03-29 18:15:53','50.63.194.30',NULL,NULL),(66237,'four_oh_four','2020-04-01 04:58:03','2020-04-01 09:58:03','185.220.101.152',NULL,NULL),(66238,'four_oh_four','2020-04-01 04:58:08','2020-04-01 09:58:08','185.220.101.152',NULL,NULL),(66239,'four_oh_four','2020-04-01 04:58:13','2020-04-01 09:58:13','185.220.101.152',NULL,NULL),(66240,'four_oh_four','2020-04-01 04:58:19','2020-04-01 09:58:19','185.220.101.152',NULL,NULL),(66241,'four_oh_four','2020-04-01 04:58:25','2020-04-01 09:58:25','185.220.101.152',NULL,NULL),(66242,'four_oh_four','2020-04-01 05:24:21','2020-04-01 10:24:21','3.94.137.21',NULL,NULL),(66243,'four_oh_four','2020-04-01 05:24:24','2020-04-01 10:24:24','52.201.182.91',NULL,NULL),(66244,'four_oh_four','2020-04-01 05:24:24','2020-04-01 10:24:24','3.94.137.21',NULL,NULL),(66245,'four_oh_four','2020-04-01 05:24:26','2020-04-01 10:24:26','52.201.182.91',NULL,NULL),(66246,'four_oh_four','2020-04-01 05:24:30','2020-04-01 10:24:30','3.94.137.21',NULL,NULL),(66247,'four_oh_four','2020-04-01 05:24:31','2020-04-01 10:24:31','3.94.137.21',NULL,NULL),(66248,'four_oh_four','2020-04-01 05:52:28','2020-04-01 10:52:28','51.77.249.202',NULL,NULL),(66249,'four_oh_four','2020-04-01 05:52:29','2020-04-01 10:52:29','51.77.249.202',NULL,NULL),(66250,'four_oh_four','2020-04-01 05:52:30','2020-04-01 10:52:30','51.77.249.202',NULL,NULL),(66251,'four_oh_four','2020-04-01 05:52:31','2020-04-01 10:52:31','51.77.249.202',NULL,NULL),(66252,'four_oh_four','2020-04-01 05:52:32','2020-04-01 10:52:32','51.77.249.202',NULL,NULL),(66253,'four_oh_four','2020-04-01 05:52:33','2020-04-01 10:52:33','51.77.249.202',NULL,NULL),(66254,'four_oh_four','2020-04-01 05:52:34','2020-04-01 10:52:34','51.77.249.202',NULL,NULL),(66255,'four_oh_four','2020-04-01 05:52:35','2020-04-01 10:52:35','51.77.249.202',NULL,NULL),(66256,'four_oh_four','2020-04-01 05:52:36','2020-04-01 10:52:36','51.77.249.202',NULL,NULL),(66257,'four_oh_four','2020-04-01 05:52:37','2020-04-01 10:52:37','51.77.249.202',NULL,NULL),(66258,'four_oh_four','2020-04-01 05:52:40','2020-04-01 10:52:40','51.77.249.202',NULL,NULL),(66259,'four_oh_four','2020-04-01 05:52:41','2020-04-01 10:52:41','51.77.249.202',NULL,NULL),(66260,'four_oh_four','2020-04-01 05:52:42','2020-04-01 10:52:42','51.77.249.202',NULL,NULL),(66261,'four_oh_four','2020-04-01 05:52:43','2020-04-01 10:52:43','51.77.249.202',NULL,NULL),(66262,'four_oh_four','2020-04-01 05:52:44','2020-04-01 10:52:44','51.77.249.202',NULL,NULL),(66263,'four_oh_four','2020-04-01 05:52:45','2020-04-01 10:52:45','51.77.249.202',NULL,NULL),(66264,'four_oh_four','2020-04-01 05:52:46','2020-04-01 10:52:46','51.77.249.202',NULL,NULL),(66265,'four_oh_four','2020-04-01 05:52:47','2020-04-01 10:52:47','51.77.249.202',NULL,NULL),(66266,'four_oh_four','2020-04-01 05:52:48','2020-04-01 10:52:48','51.77.249.202',NULL,NULL),(66267,'four_oh_four','2020-04-01 05:52:49','2020-04-01 10:52:49','51.77.249.202',NULL,NULL),(66268,'four_oh_four','2020-04-01 07:36:01','2020-04-01 12:36:01','193.106.30.99',NULL,NULL),(66269,'four_oh_four','2020-04-01 08:27:18','2020-04-01 13:27:18','193.106.30.99',NULL,NULL),(66270,'four_oh_four','2020-04-01 09:26:58','2020-04-01 14:26:58','193.106.30.99',NULL,NULL),(66271,'four_oh_four','2020-04-01 10:52:22','2020-04-01 15:52:22','193.106.30.99',NULL,NULL),(66272,'four_oh_four','2020-04-01 11:50:12','2020-04-01 16:50:12','66.249.75.101',NULL,NULL),(66273,'four_oh_four','2020-04-01 11:56:23','2020-04-01 16:56:23','193.106.30.99',NULL,NULL),(66274,'four_oh_four','2020-04-01 12:04:18','2020-04-01 17:04:18','193.106.30.99',NULL,NULL),(66275,'brute_force','2020-04-01 12:17:01','2020-04-01 17:17:01','192.198.87.188',NULL,NULL),(66276,'brute_force','2020-04-01 12:17:01','2020-04-01 17:17:01',NULL,NULL,'admin'),(66277,'four_oh_four','2020-04-01 12:51:07','2020-04-01 17:51:07','157.55.39.199',NULL,NULL),(66278,'four_oh_four','2020-04-01 13:32:05','2020-04-01 18:32:05','193.106.30.99',NULL,NULL),(66279,'four_oh_four','2020-04-01 14:02:00','2020-04-01 19:02:00','193.106.30.99',NULL,NULL),(66280,'four_oh_four','2020-04-01 14:06:15','2020-04-01 19:06:15','184.154.139.18',NULL,NULL),(66281,'four_oh_four','2020-04-01 14:34:36','2020-04-01 19:34:36','193.106.30.99',NULL,NULL),(66282,'four_oh_four','2020-04-01 15:19:37','2020-04-01 20:19:37','193.106.30.99',NULL,NULL),(66283,'four_oh_four','2020-04-01 15:39:52','2020-04-01 20:39:52','193.106.30.99',NULL,NULL),(66284,'four_oh_four','2020-04-01 15:52:21','2020-04-01 20:52:21','193.106.30.99',NULL,NULL),(66285,'four_oh_four','2020-04-01 16:17:48','2020-04-01 21:17:48','193.106.30.99',NULL,NULL),(66286,'four_oh_four','2020-04-01 16:47:55','2020-04-01 21:47:55','193.106.30.99',NULL,NULL),(66287,'four_oh_four','2020-04-01 17:34:04','2020-04-01 22:34:04','193.106.30.99',NULL,NULL),(66288,'four_oh_four','2020-04-01 18:17:33','2020-04-01 23:17:33','193.106.30.99',NULL,NULL),(66289,'four_oh_four','2020-04-01 18:28:32','2020-04-01 23:28:32','193.106.30.99',NULL,NULL),(66290,'four_oh_four','2020-04-01 19:13:32','2020-04-02 00:13:32','193.106.30.99',NULL,NULL),(66291,'four_oh_four','2020-04-01 19:24:55','2020-04-02 00:24:55','193.106.30.99',NULL,NULL),(66292,'four_oh_four','2020-04-01 20:30:20','2020-04-02 01:30:20','193.106.30.99',NULL,NULL),(66293,'four_oh_four','2020-04-01 21:03:06','2020-04-02 02:03:06','193.106.30.99',NULL,NULL),(66294,'four_oh_four','2020-04-01 23:12:10','2020-04-02 04:12:10','157.55.39.199',NULL,NULL),(66295,'four_oh_four','2020-04-02 00:49:38','2020-04-02 05:49:38','193.106.30.99',NULL,NULL),(66296,'four_oh_four','2020-04-02 01:17:20','2020-04-02 06:17:20','193.106.30.99',NULL,NULL),(66297,'four_oh_four','2020-04-02 01:45:49','2020-04-02 06:45:49','193.106.30.99',NULL,NULL),(66298,'four_oh_four','2020-04-02 02:58:01','2020-04-02 07:58:01','193.106.30.99',NULL,NULL),(66299,'four_oh_four','2020-04-02 03:35:58','2020-04-02 08:35:58','193.106.30.99',NULL,NULL),(66300,'four_oh_four','2020-04-02 04:07:50','2020-04-02 09:07:50','193.106.30.99',NULL,NULL),(66301,'four_oh_four','2020-04-02 04:30:00','2020-04-02 09:30:00','193.106.30.99',NULL,NULL),(66302,'four_oh_four','2020-04-02 04:49:13','2020-04-02 09:49:13','193.106.30.99',NULL,NULL),(66303,'four_oh_four','2020-04-02 05:30:46','2020-04-02 10:30:46','3.94.137.21',NULL,NULL),(66304,'four_oh_four','2020-04-02 05:30:47','2020-04-02 10:30:47','52.201.182.91',NULL,NULL),(66305,'four_oh_four','2020-04-02 05:30:48','2020-04-02 10:30:48','3.94.137.21',NULL,NULL),(66306,'four_oh_four','2020-04-02 05:30:49','2020-04-02 10:30:49','52.201.182.91',NULL,NULL),(66307,'four_oh_four','2020-04-02 05:30:54','2020-04-02 10:30:54','3.213.96.39',NULL,NULL),(66308,'four_oh_four','2020-04-02 05:30:55','2020-04-02 10:30:55','3.213.96.39',NULL,NULL),(66309,'four_oh_four','2020-04-02 06:03:35','2020-04-02 11:03:35','193.106.30.99',NULL,NULL),(66310,'four_oh_four','2020-04-02 06:31:04','2020-04-02 11:31:04','193.106.30.99',NULL,NULL),(66311,'four_oh_four','2020-04-02 06:57:01','2020-04-02 11:57:01','193.106.30.99',NULL,NULL),(66312,'four_oh_four','2020-04-02 07:22:02','2020-04-02 12:22:02','193.106.30.99',NULL,NULL),(66313,'four_oh_four','2020-04-02 07:51:34','2020-04-02 12:51:34','193.106.30.99',NULL,NULL),(66314,'four_oh_four','2020-04-02 08:50:06','2020-04-02 13:50:06','193.106.30.99',NULL,NULL),(66315,'four_oh_four','2020-04-02 09:29:23','2020-04-02 14:29:23','193.106.30.99',NULL,NULL),(66316,'four_oh_four','2020-04-02 10:14:41','2020-04-02 15:14:41','193.106.30.99',NULL,NULL),(66317,'four_oh_four','2020-04-02 10:42:57','2020-04-02 15:42:57','193.106.30.99',NULL,NULL),(66318,'four_oh_four','2020-04-02 11:06:12','2020-04-02 16:06:12','193.106.30.99',NULL,NULL),(66319,'four_oh_four','2020-04-02 11:26:35','2020-04-02 16:26:35','193.106.30.99',NULL,NULL),(66320,'four_oh_four','2020-04-02 12:22:37','2020-04-02 17:22:37','193.106.30.99',NULL,NULL),(66321,'four_oh_four','2020-04-02 12:46:51','2020-04-02 17:46:51','193.106.30.99',NULL,NULL),(66322,'four_oh_four','2020-04-02 13:16:48','2020-04-02 18:16:48','193.106.30.99',NULL,NULL),(66323,'four_oh_four','2020-04-02 13:49:47','2020-04-02 18:49:47','193.106.30.99',NULL,NULL),(66324,'four_oh_four','2020-04-02 14:04:58','2020-04-02 19:04:58','184.154.139.20',NULL,NULL),(66325,'four_oh_four','2020-04-02 14:12:59','2020-04-02 19:12:59','193.106.30.99',NULL,NULL),(66326,'four_oh_four','2020-04-02 15:07:33','2020-04-02 20:07:33','193.106.30.99',NULL,NULL),(66327,'four_oh_four','2020-04-02 15:10:30','2020-04-02 20:10:30','157.55.39.222',NULL,NULL),(66328,'four_oh_four','2020-04-02 15:34:31','2020-04-02 20:34:31','193.106.30.99',NULL,NULL),(66329,'four_oh_four','2020-04-02 22:30:26','2020-04-03 03:30:26','193.106.30.99',NULL,NULL),(66330,'brute_force','2020-04-02 22:54:04','2020-04-03 03:54:04','50.63.196.185',NULL,NULL),(66331,'brute_force','2020-04-02 22:54:04','2020-04-03 03:54:04',NULL,NULL,'admin'),(66332,'four_oh_four','2020-04-02 22:56:04','2020-04-03 03:56:04','45.242.5.40',NULL,NULL),(66333,'four_oh_four','2020-04-02 22:56:06','2020-04-03 03:56:06','45.242.5.40',NULL,NULL),(66334,'four_oh_four','2020-04-02 22:56:16','2020-04-03 03:56:16','45.242.5.40',NULL,NULL),(66335,'four_oh_four','2020-04-02 22:56:18','2020-04-03 03:56:18','45.242.5.40',NULL,NULL),(66336,'four_oh_four','2020-04-02 22:56:52','2020-04-03 03:56:52','45.242.5.40',NULL,NULL),(66337,'four_oh_four','2020-04-02 22:57:16','2020-04-03 03:57:16','45.242.5.40',NULL,NULL),(66338,'four_oh_four','2020-04-02 22:57:24','2020-04-03 03:57:24','45.242.5.40',NULL,NULL),(66339,'four_oh_four','2020-04-02 22:57:26','2020-04-03 03:57:26','45.242.5.40',NULL,NULL),(66340,'four_oh_four','2020-04-02 22:57:37','2020-04-03 03:57:37','45.242.5.40',NULL,NULL),(66341,'four_oh_four','2020-04-02 22:57:39','2020-04-03 03:57:39','45.242.5.40',NULL,NULL),(66342,'four_oh_four','2020-04-02 22:58:23','2020-04-03 03:58:23','45.242.5.40',NULL,NULL),(66343,'four_oh_four','2020-04-02 22:58:35','2020-04-03 03:58:35','45.242.5.40',NULL,NULL),(66344,'four_oh_four','2020-04-02 23:21:39','2020-04-03 04:21:39','193.106.30.99',NULL,NULL),(66345,'four_oh_four','2020-04-02 23:28:08','2020-04-03 04:28:08','45.242.5.40',NULL,NULL),(66346,'four_oh_four','2020-04-02 23:28:10','2020-04-03 04:28:10','45.242.5.40',NULL,NULL),(66347,'four_oh_four','2020-04-02 23:28:18','2020-04-03 04:28:18','45.242.5.40',NULL,NULL),(66348,'four_oh_four','2020-04-02 23:28:19','2020-04-03 04:28:19','45.242.5.40',NULL,NULL),(66349,'four_oh_four','2020-04-02 23:28:51','2020-04-03 04:28:51','45.242.5.40',NULL,NULL),(66350,'four_oh_four','2020-04-02 23:28:59','2020-04-03 04:28:59','45.242.5.40',NULL,NULL),(66351,'four_oh_four','2020-04-02 23:52:37','2020-04-03 04:52:37','193.106.30.99',NULL,NULL),(66352,'four_oh_four','2020-04-03 00:26:55','2020-04-03 05:26:55','193.106.30.99',NULL,NULL),(66353,'four_oh_four','2020-04-03 00:41:26','2020-04-03 05:41:26','107.189.11.80',NULL,NULL),(66354,'four_oh_four','2020-04-03 00:41:53','2020-04-03 05:41:53','107.189.11.80',NULL,NULL),(66355,'four_oh_four','2020-04-03 00:42:08','2020-04-03 05:42:08','107.189.11.80',NULL,NULL),(66356,'four_oh_four','2020-04-03 00:42:32','2020-04-03 05:42:32','107.189.11.80',NULL,NULL),(66357,'four_oh_four','2020-04-03 00:42:46','2020-04-03 05:42:46','107.189.11.80',NULL,NULL),(66358,'four_oh_four','2020-04-03 00:43:17','2020-04-03 05:43:17','107.189.11.80',NULL,NULL),(66359,'four_oh_four','2020-04-03 00:43:33','2020-04-03 05:43:33','107.189.11.80',NULL,NULL),(66360,'four_oh_four','2020-04-03 00:43:54','2020-04-03 05:43:54','107.189.11.80',NULL,NULL),(66361,'four_oh_four','2020-04-03 00:44:08','2020-04-03 05:44:08','107.189.11.80',NULL,NULL),(66362,'four_oh_four','2020-04-03 00:44:24','2020-04-03 05:44:24','107.189.11.80',NULL,NULL),(66363,'four_oh_four','2020-04-03 00:44:39','2020-04-03 05:44:39','107.189.11.80',NULL,NULL),(66364,'four_oh_four','2020-04-03 00:44:57','2020-04-03 05:44:57','107.189.11.80',NULL,NULL),(66365,'four_oh_four','2020-04-03 00:45:14','2020-04-03 05:45:14','107.189.11.80',NULL,NULL),(66366,'four_oh_four','2020-04-03 00:57:31','2020-04-03 05:57:31','193.106.30.99',NULL,NULL),(66367,'four_oh_four','2020-04-03 02:25:21','2020-04-03 07:25:21','193.106.30.99',NULL,NULL),(66368,'four_oh_four','2020-04-03 03:07:48','2020-04-03 08:07:48','79.136.244.173',NULL,NULL),(66369,'four_oh_four','2020-04-03 05:06:48','2020-04-03 10:06:48','47.105.170.18',NULL,NULL),(66370,'four_oh_four','2020-04-03 05:35:47','2020-04-03 10:35:47','3.213.96.39',NULL,NULL),(66371,'four_oh_four','2020-04-03 05:35:48','2020-04-03 10:35:48','3.94.137.21',NULL,NULL),(66372,'four_oh_four','2020-04-03 05:35:50','2020-04-03 10:35:50','3.213.96.39',NULL,NULL),(66373,'four_oh_four','2020-04-03 05:35:50','2020-04-03 10:35:50','3.94.137.21',NULL,NULL),(66374,'four_oh_four','2020-04-03 05:35:54','2020-04-03 10:35:54','3.94.137.21',NULL,NULL),(66375,'four_oh_four','2020-04-03 05:35:55','2020-04-03 10:35:55','3.94.137.21',NULL,NULL),(66376,'four_oh_four','2020-04-03 08:26:58','2020-04-03 13:26:58','193.106.30.99',NULL,NULL),(66377,'four_oh_four','2020-04-03 09:07:49','2020-04-03 14:07:49','193.106.30.99',NULL,NULL),(66378,'four_oh_four','2020-04-03 14:05:49','2020-04-03 19:05:49','184.154.139.19',NULL,NULL),(66379,'four_oh_four','2020-04-03 14:57:17','2020-04-03 19:57:17','94.130.171.166',NULL,NULL),(66380,'four_oh_four','2020-04-03 15:55:22','2020-04-03 20:55:22','205.185.127.48',NULL,NULL),(66381,'four_oh_four','2020-04-03 18:29:46','2020-04-03 23:29:46','104.200.129.212',NULL,NULL),(66382,'four_oh_four','2020-04-03 18:42:42','2020-04-03 23:42:42','193.106.30.99',NULL,NULL),(66383,'four_oh_four','2020-04-03 19:12:51','2020-04-04 00:12:51','193.106.30.99',NULL,NULL),(66384,'four_oh_four','2020-04-03 19:45:43','2020-04-04 00:45:43','193.106.30.99',NULL,NULL),(66385,'four_oh_four','2020-04-03 20:16:15','2020-04-04 01:16:15','193.106.30.99',NULL,NULL),(66386,'four_oh_four','2020-04-04 01:51:48','2020-04-04 06:51:48','197.1.81.0',NULL,NULL),(66387,'four_oh_four','2020-04-04 01:51:49','2020-04-04 06:51:49','197.1.81.0',NULL,NULL),(66388,'four_oh_four','2020-04-04 01:52:39','2020-04-04 06:52:39','197.1.81.0',NULL,NULL),(66389,'four_oh_four','2020-04-04 01:52:48','2020-04-04 06:52:48','197.1.81.0',NULL,NULL),(66390,'four_oh_four','2020-04-04 05:41:04','2020-04-04 10:41:04','3.94.137.21',NULL,NULL),(66391,'four_oh_four','2020-04-04 05:41:04','2020-04-04 10:41:04','52.201.182.91',NULL,NULL),(66392,'four_oh_four','2020-04-04 05:41:07','2020-04-04 10:41:07','3.94.137.21',NULL,NULL),(66393,'four_oh_four','2020-04-04 05:41:07','2020-04-04 10:41:07','52.201.182.91',NULL,NULL),(66394,'four_oh_four','2020-04-04 05:41:11','2020-04-04 10:41:11','3.213.96.39',NULL,NULL),(66395,'four_oh_four','2020-04-04 05:41:12','2020-04-04 10:41:12','3.213.96.39',NULL,NULL),(66396,'four_oh_four','2020-04-04 06:10:59','2020-04-04 11:10:59','193.106.30.99',NULL,NULL),(66397,'four_oh_four','2020-04-04 06:57:37','2020-04-04 11:57:37','193.106.30.99',NULL,NULL),(66398,'four_oh_four','2020-04-04 07:51:50','2020-04-04 12:51:50','193.106.30.99',NULL,NULL),(66399,'four_oh_four','2020-04-04 08:51:48','2020-04-04 13:51:48','193.106.30.99',NULL,NULL),(66400,'brute_force','2020-04-04 09:27:03','2020-04-04 14:27:03','146.0.83.221',NULL,NULL),(66401,'brute_force','2020-04-04 09:27:03','2020-04-04 14:27:03',NULL,NULL,'admin'),(66402,'four_oh_four','2020-04-04 09:43:55','2020-04-04 14:43:55','193.106.30.99',NULL,NULL),(66403,'four_oh_four','2020-04-04 14:04:14','2020-04-04 19:04:14','184.154.139.17',NULL,NULL),(66404,'four_oh_four','2020-04-04 14:36:22','2020-04-04 19:36:22','193.106.30.99',NULL,NULL),(66405,'four_oh_four','2020-04-04 15:50:24','2020-04-04 20:50:24','193.106.30.99',NULL,NULL),(66406,'four_oh_four','2020-04-04 16:29:09','2020-04-04 21:29:09','5.18.162.104',NULL,NULL),(66407,'four_oh_four','2020-04-04 16:34:40','2020-04-04 21:34:40','162.243.29.24',NULL,NULL),(66408,'four_oh_four','2020-04-04 16:51:58','2020-04-04 21:51:58','193.106.30.99',NULL,NULL),(66409,'four_oh_four','2020-04-04 17:56:12','2020-04-04 22:56:12','193.106.30.99',NULL,NULL),(66410,'four_oh_four','2020-04-04 18:21:14','2020-04-04 23:21:14','207.46.13.88',NULL,NULL),(66411,'four_oh_four','2020-04-04 18:45:44','2020-04-04 23:45:44','193.106.30.99',NULL,NULL),(66412,'four_oh_four','2020-04-04 19:46:57','2020-04-05 00:46:57','193.106.30.99',NULL,NULL),(66413,'four_oh_four','2020-04-05 00:39:33','2020-04-05 05:39:33','205.185.127.48',NULL,NULL),(66414,'four_oh_four','2020-04-05 01:02:14','2020-04-05 06:02:14','193.106.30.99',NULL,NULL),(66415,'four_oh_four','2020-04-05 01:52:52','2020-04-05 06:52:52','45.57.236.202',NULL,NULL),(66416,'four_oh_four','2020-04-05 02:12:19','2020-04-05 07:12:19','193.106.30.99',NULL,NULL),(66417,'four_oh_four','2020-04-05 03:05:25','2020-04-05 08:05:25','193.106.30.99',NULL,NULL),(66418,'four_oh_four','2020-04-05 03:05:33','2020-04-05 08:05:33','193.106.30.99',NULL,NULL),(66419,'four_oh_four','2020-04-05 03:59:27','2020-04-05 08:59:27','5.18.162.104',NULL,NULL),(66420,'four_oh_four','2020-04-05 05:45:55','2020-04-05 10:45:55','3.94.137.21',NULL,NULL),(66421,'four_oh_four','2020-04-05 05:45:56','2020-04-05 10:45:56','3.94.137.21',NULL,NULL),(66422,'four_oh_four','2020-04-05 05:45:57','2020-04-05 10:45:57','3.94.137.21',NULL,NULL),(66423,'four_oh_four','2020-04-05 05:45:58','2020-04-05 10:45:58','3.94.137.21',NULL,NULL),(66424,'four_oh_four','2020-04-05 05:46:03','2020-04-05 10:46:03','3.213.96.39',NULL,NULL),(66425,'four_oh_four','2020-04-05 05:46:04','2020-04-05 10:46:04','3.213.96.39',NULL,NULL),(66426,'four_oh_four','2020-04-05 07:19:03','2020-04-05 12:19:03','5.102.173.71',NULL,NULL),(66427,'four_oh_four','2020-04-05 07:30:38','2020-04-05 12:30:38','5.18.162.104',NULL,NULL),(66428,'four_oh_four','2020-04-05 10:05:41','2020-04-05 15:05:41','105.108.151.84',NULL,NULL),(66429,'four_oh_four','2020-04-05 10:05:43','2020-04-05 15:05:43','105.108.151.84',NULL,NULL),(66430,'four_oh_four','2020-04-05 10:06:22','2020-04-05 15:06:22','105.108.151.84',NULL,NULL),(66431,'four_oh_four','2020-04-05 10:06:28','2020-04-05 15:06:28','105.108.151.84',NULL,NULL),(66432,'four_oh_four','2020-04-05 10:06:49','2020-04-05 15:06:49','105.108.151.84',NULL,NULL),(66433,'four_oh_four','2020-04-05 13:22:07','2020-04-05 18:22:07','45.79.85.85',NULL,NULL),(66434,'four_oh_four','2020-04-05 13:22:16','2020-04-05 18:22:16','45.79.85.85',NULL,NULL),(66435,'four_oh_four','2020-04-05 13:22:26','2020-04-05 18:22:26','45.79.85.85',NULL,NULL),(66436,'four_oh_four','2020-04-05 13:22:46','2020-04-05 18:22:46','167.88.7.134',NULL,NULL),(66437,'four_oh_four','2020-04-05 13:22:49','2020-04-05 18:22:49','167.88.7.134',NULL,NULL),(66438,'four_oh_four','2020-04-05 13:22:52','2020-04-05 18:22:52','167.88.7.134',NULL,NULL),(66439,'four_oh_four','2020-04-05 14:02:37','2020-04-05 19:02:37','184.154.139.18',NULL,NULL),(66440,'four_oh_four','2020-04-05 14:11:08','2020-04-05 19:11:08','185.81.157.58',NULL,NULL),(66441,'four_oh_four','2020-04-05 16:37:31','2020-04-05 21:37:31','162.243.29.24',NULL,NULL),(66442,'four_oh_four','2020-04-05 17:10:54','2020-04-05 22:10:54','5.18.162.104',NULL,NULL),(66443,'four_oh_four','2020-04-05 19:30:57','2020-04-06 00:30:57','193.106.30.99',NULL,NULL),(66444,'four_oh_four','2020-04-05 20:03:08','2020-04-06 01:03:08','193.106.30.99',NULL,NULL),(66445,'four_oh_four','2020-04-05 20:17:08','2020-04-06 01:17:08','5.18.162.104',NULL,NULL),(66446,'four_oh_four','2020-04-06 13:09:22','2020-04-06 18:09:22','64.94.208.217',NULL,NULL),(66447,'four_oh_four','2020-04-06 14:07:52','2020-04-06 19:07:52','195.154.170.245',NULL,NULL),(66448,'four_oh_four','2020-04-06 14:09:25','2020-04-06 19:09:25','184.154.139.19',NULL,NULL),(66449,'four_oh_four','2020-04-06 17:22:50','2020-04-06 22:22:50','193.106.30.99',NULL,NULL),(66450,'four_oh_four','2020-04-06 17:37:04','2020-04-06 22:37:04','195.154.170.245',NULL,NULL),(66451,'four_oh_four','2020-04-06 18:35:05','2020-04-06 23:35:05','66.249.75.103',NULL,NULL),(66452,'four_oh_four','2020-04-06 21:08:38','2020-04-07 02:08:38','5.18.162.104',NULL,NULL),(66453,'four_oh_four','2020-04-07 06:00:25','2020-04-07 11:00:25','3.213.96.39',NULL,NULL),(66454,'four_oh_four','2020-04-07 06:00:27','2020-04-07 11:00:27','3.94.137.21',NULL,NULL),(66455,'four_oh_four','2020-04-07 06:00:28','2020-04-07 11:00:28','3.213.96.39',NULL,NULL),(66456,'four_oh_four','2020-04-07 06:00:29','2020-04-07 11:00:29','3.94.137.21',NULL,NULL),(66457,'four_oh_four','2020-04-07 06:00:35','2020-04-07 11:00:35','3.94.137.21',NULL,NULL),(66458,'four_oh_four','2020-04-07 06:00:36','2020-04-07 11:00:36','3.94.137.21',NULL,NULL),(66459,'brute_force','2020-04-07 07:17:58','2020-04-07 12:17:58','45.40.156.14',NULL,NULL),(66460,'brute_force','2020-04-07 07:17:58','2020-04-07 12:17:58',NULL,NULL,'admin'),(66461,'four_oh_four','2020-04-07 10:07:36','2020-04-07 15:07:36','205.185.127.48',NULL,NULL),(66462,'four_oh_four','2020-04-07 14:06:30','2020-04-07 19:06:30','184.154.139.20',NULL,NULL),(66463,'four_oh_four','2020-04-07 15:10:13','2020-04-07 20:10:13','192.3.138.58',NULL,NULL),(66464,'four_oh_four','2020-04-07 15:10:14','2020-04-07 20:10:14','192.3.138.58',NULL,NULL),(66465,'four_oh_four','2020-04-07 15:26:37','2020-04-07 20:26:37','118.31.111.216',NULL,NULL),(66466,'four_oh_four','2020-04-07 21:47:41','2020-04-08 02:47:41','159.69.189.210',NULL,NULL),(66467,'four_oh_four','2020-04-08 02:56:25','2020-04-08 07:56:25','190.128.166.70',NULL,NULL),(66468,'four_oh_four','2020-04-08 06:05:27','2020-04-08 11:05:27','3.94.137.21',NULL,NULL),(66469,'four_oh_four','2020-04-08 06:05:29','2020-04-08 11:05:29','52.201.182.91',NULL,NULL),(66470,'four_oh_four','2020-04-08 06:05:29','2020-04-08 11:05:29','3.94.137.21',NULL,NULL),(66471,'four_oh_four','2020-04-08 06:05:31','2020-04-08 11:05:31','52.201.182.91',NULL,NULL),(66472,'four_oh_four','2020-04-08 06:05:35','2020-04-08 11:05:35','3.213.96.39',NULL,NULL),(66473,'four_oh_four','2020-04-08 06:05:36','2020-04-08 11:05:36','3.213.96.39',NULL,NULL),(66474,'four_oh_four','2020-04-08 09:35:23','2020-04-08 14:35:23','66.70.225.57',NULL,NULL),(66475,'brute_force','2020-04-08 11:47:41','2020-04-08 16:47:41','184.168.46.94',NULL,NULL),(66476,'brute_force','2020-04-08 11:47:41','2020-04-08 16:47:41',NULL,NULL,'admin'),(66477,'four_oh_four','2020-04-08 12:29:42','2020-04-08 17:29:42','114.119.160.176',NULL,NULL),(66478,'four_oh_four','2020-04-08 14:06:28','2020-04-08 19:06:28','184.154.139.20',NULL,NULL),(66479,'four_oh_four','2020-04-08 14:07:25','2020-04-08 19:07:25','184.154.139.20',NULL,NULL),(66480,'four_oh_four','2020-04-08 14:07:34','2020-04-08 19:07:34','184.154.139.20',NULL,NULL),(66481,'four_oh_four','2020-04-08 22:21:05','2020-04-09 03:21:05','207.46.13.45',NULL,NULL),(66482,'four_oh_four','2020-04-08 23:14:11','2020-04-09 04:14:11','207.46.13.45',NULL,NULL),(66483,'four_oh_four','2020-04-09 00:16:50','2020-04-09 05:16:50','103.82.235.2',NULL,NULL),(66484,'four_oh_four','2020-04-09 03:33:04','2020-04-09 08:33:04','176.31.244.49',NULL,NULL),(66485,'four_oh_four','2020-04-09 05:02:28','2020-04-09 10:02:28','78.111.166.3',NULL,NULL),(66486,'four_oh_four','2020-04-09 05:03:07','2020-04-09 10:03:07','103.58.101.241',NULL,NULL),(66487,'four_oh_four','2020-04-09 05:03:10','2020-04-09 10:03:10','176.31.244.49',NULL,NULL),(66488,'four_oh_four','2020-04-09 05:03:22','2020-04-09 10:03:22','176.31.244.49',NULL,NULL),(66489,'four_oh_four','2020-04-09 05:03:27','2020-04-09 10:03:27','157.230.37.15',NULL,NULL),(66490,'four_oh_four','2020-04-09 05:03:39','2020-04-09 10:03:39','103.58.101.241',NULL,NULL),(66491,'four_oh_four','2020-04-09 05:04:18','2020-04-09 10:04:18','103.58.101.241',NULL,NULL),(66492,'four_oh_four','2020-04-09 05:04:22','2020-04-09 10:04:22','157.230.37.15',NULL,NULL),(66493,'four_oh_four','2020-04-09 05:04:25','2020-04-09 10:04:25','78.111.166.3',NULL,NULL),(66494,'four_oh_four','2020-04-09 05:04:41','2020-04-09 10:04:41','103.58.101.241',NULL,NULL),(66495,'four_oh_four','2020-04-09 05:05:00','2020-04-09 10:05:00','78.111.166.3',NULL,NULL),(66496,'four_oh_four','2020-04-09 05:05:03','2020-04-09 10:05:03','78.111.166.3',NULL,NULL),(66497,'four_oh_four','2020-04-09 05:05:06','2020-04-09 10:05:06','176.31.244.49',NULL,NULL),(66498,'four_oh_four','2020-04-09 05:05:48','2020-04-09 10:05:48','176.31.244.49',NULL,NULL),(66499,'four_oh_four','2020-04-09 05:05:51','2020-04-09 10:05:51','78.111.166.3',NULL,NULL),(66500,'four_oh_four','2020-04-09 05:06:03','2020-04-09 10:06:03','103.58.101.241',NULL,NULL),(66501,'four_oh_four','2020-04-09 06:10:36','2020-04-09 11:10:36','3.94.137.21',NULL,NULL),(66502,'four_oh_four','2020-04-09 06:10:36','2020-04-09 11:10:36','3.94.137.21',NULL,NULL),(66503,'four_oh_four','2020-04-09 06:10:39','2020-04-09 11:10:39','3.94.137.21',NULL,NULL),(66504,'four_oh_four','2020-04-09 06:10:39','2020-04-09 11:10:39','3.94.137.21',NULL,NULL),(66505,'four_oh_four','2020-04-09 06:10:39','2020-04-09 11:10:39','3.94.137.21',NULL,NULL),(66506,'four_oh_four','2020-04-09 06:10:40','2020-04-09 11:10:40','3.213.96.39',NULL,NULL),(66507,'four_oh_four','2020-04-09 06:10:41','2020-04-09 11:10:41','3.94.137.21',NULL,NULL),(66508,'four_oh_four','2020-04-09 06:10:43','2020-04-09 11:10:43','3.94.137.21',NULL,NULL),(66509,'four_oh_four','2020-04-09 06:10:43','2020-04-09 11:10:43','3.94.137.21',NULL,NULL),(66510,'four_oh_four','2020-04-09 06:10:43','2020-04-09 11:10:43','3.213.96.39',NULL,NULL),(66511,'four_oh_four','2020-04-09 06:10:45','2020-04-09 11:10:45','52.201.182.91',NULL,NULL),(66512,'four_oh_four','2020-04-09 06:10:46','2020-04-09 11:10:46','52.201.182.91',NULL,NULL),(66513,'four_oh_four','2020-04-09 10:25:32','2020-04-09 15:25:32','149.56.19.35',NULL,NULL),(66514,'brute_force','2020-04-09 11:44:29','2020-04-09 16:44:29','103.23.100.156',NULL,NULL),(66515,'brute_force','2020-04-09 11:44:29','2020-04-09 16:44:29',NULL,NULL,'admin'),(66516,'four_oh_four','2020-04-09 14:06:14','2020-04-09 19:06:14','184.154.139.21',NULL,NULL),(66517,'four_oh_four','2020-04-09 15:33:36','2020-04-09 20:33:36','66.249.75.108',NULL,NULL),(66518,'four_oh_four','2020-04-09 22:09:16','2020-04-10 03:09:16','209.141.57.219',NULL,NULL),(66519,'four_oh_four','2020-04-09 22:09:25','2020-04-10 03:09:25','209.141.57.219',NULL,NULL),(66520,'four_oh_four','2020-04-09 22:09:32','2020-04-10 03:09:32','209.141.57.219',NULL,NULL),(66521,'four_oh_four','2020-04-09 22:09:43','2020-04-10 03:09:43','209.141.57.219',NULL,NULL),(66522,'four_oh_four','2020-04-09 22:09:52','2020-04-10 03:09:52','209.141.57.219',NULL,NULL),(66523,'four_oh_four','2020-04-09 22:10:09','2020-04-10 03:10:09','209.141.57.219',NULL,NULL),(66524,'four_oh_four','2020-04-09 22:10:28','2020-04-10 03:10:28','209.141.57.219',NULL,NULL),(66525,'four_oh_four','2020-04-09 22:11:52','2020-04-10 03:11:52','209.141.57.219',NULL,NULL),(66526,'four_oh_four','2020-04-09 22:12:08','2020-04-10 03:12:08','209.141.57.219',NULL,NULL),(66527,'four_oh_four','2020-04-09 22:12:19','2020-04-10 03:12:19','209.141.57.219',NULL,NULL),(66528,'four_oh_four','2020-04-09 22:12:35','2020-04-10 03:12:35','209.141.57.219',NULL,NULL),(66529,'four_oh_four','2020-04-09 22:12:49','2020-04-10 03:12:49','209.141.57.219',NULL,NULL),(66530,'four_oh_four','2020-04-09 22:13:10','2020-04-10 03:13:10','209.141.57.219',NULL,NULL),(66531,'four_oh_four','2020-04-09 22:13:23','2020-04-10 03:13:23','209.141.57.219',NULL,NULL),(66532,'four_oh_four','2020-04-09 22:13:39','2020-04-10 03:13:39','209.141.57.219',NULL,NULL),(66533,'four_oh_four','2020-04-10 07:19:14','2020-04-10 12:19:14','3.94.137.21',NULL,NULL),(66534,'four_oh_four','2020-04-10 07:19:15','2020-04-10 12:19:15','3.94.137.21',NULL,NULL),(66535,'four_oh_four','2020-04-10 07:19:16','2020-04-10 12:19:16','3.94.137.21',NULL,NULL),(66536,'four_oh_four','2020-04-10 07:19:18','2020-04-10 12:19:18','3.94.137.21',NULL,NULL),(66537,'four_oh_four','2020-04-10 07:19:21','2020-04-10 12:19:21','3.213.96.39',NULL,NULL),(66538,'four_oh_four','2020-04-10 07:19:22','2020-04-10 12:19:22','3.213.96.39',NULL,NULL),(66539,'four_oh_four','2020-04-10 13:48:17','2020-04-10 18:48:17','46.161.15.88',NULL,NULL),(66540,'four_oh_four','2020-04-10 14:04:27','2020-04-10 19:04:27','184.154.139.3',NULL,NULL),(66541,'four_oh_four','2020-04-10 14:53:26','2020-04-10 19:53:26','103.82.235.2',NULL,NULL),(66542,'four_oh_four','2020-04-10 17:19:11','2020-04-10 22:19:11','104.144.210.234',NULL,NULL),(66543,'four_oh_four','2020-04-11 04:11:05','2020-04-11 09:11:05','185.81.157.58',NULL,NULL),(66544,'four_oh_four','2020-04-11 07:24:15','2020-04-11 12:24:15','3.213.96.39',NULL,NULL),(66545,'four_oh_four','2020-04-11 07:24:17','2020-04-11 12:24:17','3.94.137.21',NULL,NULL),(66546,'four_oh_four','2020-04-11 07:24:19','2020-04-11 12:24:19','3.213.96.39',NULL,NULL),(66547,'four_oh_four','2020-04-11 07:24:19','2020-04-11 12:24:19','3.94.137.21',NULL,NULL),(66548,'four_oh_four','2020-04-11 07:24:21','2020-04-11 12:24:21','52.201.182.91',NULL,NULL),(66549,'four_oh_four','2020-04-11 07:24:22','2020-04-11 12:24:22','52.201.182.91',NULL,NULL),(66550,'four_oh_four','2020-04-11 09:45:46','2020-04-11 14:45:46','94.99.93.196',NULL,NULL),(66551,'four_oh_four','2020-04-11 09:45:48','2020-04-11 14:45:48','94.99.93.196',NULL,NULL),(66552,'four_oh_four','2020-04-11 09:45:56','2020-04-11 14:45:56','94.99.93.196',NULL,NULL),(66553,'four_oh_four','2020-04-11 09:45:58','2020-04-11 14:45:58','94.99.93.196',NULL,NULL),(66554,'four_oh_four','2020-04-11 09:46:31','2020-04-11 14:46:31','94.99.93.196',NULL,NULL),(66555,'four_oh_four','2020-04-11 09:46:42','2020-04-11 14:46:42','94.99.93.196',NULL,NULL),(66556,'brute_force','2020-04-11 11:44:24','2020-04-11 16:44:24','50.62.161.100',NULL,NULL),(66557,'brute_force','2020-04-11 11:44:24','2020-04-11 16:44:24',NULL,NULL,'admin'),(66558,'four_oh_four','2020-04-11 13:33:31','2020-04-11 18:33:31','207.46.13.29',NULL,NULL),(66559,'four_oh_four','2020-04-11 14:13:43','2020-04-11 19:13:43','184.154.139.20',NULL,NULL),(66560,'four_oh_four','2020-04-11 18:29:18','2020-04-11 23:29:18','82.165.202.205',NULL,NULL),(66561,'four_oh_four','2020-04-11 20:00:11','2020-04-12 01:00:11','142.44.156.147',NULL,NULL),(66562,'four_oh_four','2020-04-11 20:30:03','2020-04-12 01:30:03','157.55.195.128',NULL,NULL),(66563,'four_oh_four','2020-04-11 20:30:04','2020-04-12 01:30:04','157.55.195.128',NULL,NULL),(66564,'four_oh_four','2020-04-11 20:30:06','2020-04-12 01:30:06','157.55.195.128',NULL,NULL),(66565,'four_oh_four','2020-04-11 20:30:07','2020-04-12 01:30:07','157.55.195.128',NULL,NULL),(66566,'four_oh_four','2020-04-11 20:30:09','2020-04-12 01:30:09','157.55.195.128',NULL,NULL),(66567,'four_oh_four','2020-04-12 01:18:44','2020-04-12 06:18:44','35.210.186.194',NULL,NULL),(66568,'four_oh_four','2020-04-12 03:23:54','2020-04-12 08:23:54','78.46.90.120',NULL,NULL),(66569,'four_oh_four','2020-04-12 03:24:13','2020-04-12 08:24:13','148.251.50.77',NULL,NULL),(66570,'four_oh_four','2020-04-12 03:24:23','2020-04-12 08:24:23','88.198.43.207',NULL,NULL),(66571,'four_oh_four','2020-04-12 03:39:46','2020-04-12 08:39:46','103.82.235.2',NULL,NULL),(66572,'four_oh_four','2020-04-12 08:08:21','2020-04-12 13:08:21','40.77.167.163',NULL,NULL),(66573,'four_oh_four','2020-04-12 09:40:58','2020-04-12 14:40:58','3.22.120.40',NULL,NULL),(66574,'four_oh_four','2020-04-12 09:40:59','2020-04-12 14:40:59','3.22.120.40',NULL,NULL),(66575,'four_oh_four','2020-04-12 09:41:03','2020-04-12 14:41:03','3.22.120.40',NULL,NULL),(66576,'four_oh_four','2020-04-12 09:41:03','2020-04-12 14:41:03','3.22.120.40',NULL,NULL),(66577,'four_oh_four','2020-04-12 09:41:20','2020-04-12 14:41:20','3.22.120.40',NULL,NULL),(66578,'four_oh_four','2020-04-12 09:41:25','2020-04-12 14:41:25','3.22.120.40',NULL,NULL),(66579,'four_oh_four','2020-04-12 13:18:49','2020-04-12 18:18:49','3.94.137.21',NULL,NULL),(66580,'four_oh_four','2020-04-12 13:18:50','2020-04-12 18:18:50','52.201.182.91',NULL,NULL),(66581,'four_oh_four','2020-04-12 13:18:52','2020-04-12 18:18:52','3.94.137.21',NULL,NULL),(66582,'four_oh_four','2020-04-12 13:18:53','2020-04-12 18:18:53','52.201.182.91',NULL,NULL),(66583,'four_oh_four','2020-04-12 13:18:57','2020-04-12 18:18:57','3.94.137.21',NULL,NULL),(66584,'four_oh_four','2020-04-12 13:18:58','2020-04-12 18:18:58','3.94.137.21',NULL,NULL),(66585,'four_oh_four','2020-04-12 14:04:08','2020-04-12 19:04:08','184.154.139.18',NULL,NULL),(66586,'four_oh_four','2020-04-12 21:18:48','2020-04-13 02:18:48','66.249.75.103',NULL,NULL),(66587,'four_oh_four','2020-04-13 00:27:34','2020-04-13 05:27:34','188.143.235.92',NULL,NULL),(66588,'four_oh_four','2020-04-13 00:27:35','2020-04-13 05:27:35','188.143.235.92',NULL,NULL),(66589,'four_oh_four','2020-04-13 01:41:23','2020-04-13 06:41:23','13.66.139.0',NULL,NULL),(66590,'four_oh_four','2020-04-13 09:48:42','2020-04-13 14:48:42','39.98.123.190',NULL,NULL),(66591,'four_oh_four','2020-04-13 09:48:42','2020-04-13 14:48:42','39.98.123.190',NULL,NULL),(66592,'four_oh_four','2020-04-13 12:35:49','2020-04-13 17:35:49','5.153.178.114',NULL,NULL),(66593,'four_oh_four','2020-04-13 14:03:44','2020-04-13 19:03:44','184.154.139.19',NULL,NULL),(66594,'four_oh_four','2020-04-13 16:00:59','2020-04-13 21:00:59','103.82.235.2',NULL,NULL),(66595,'four_oh_four','2020-04-13 17:32:39','2020-04-13 22:32:39','52.201.182.91',NULL,NULL),(66596,'four_oh_four','2020-04-13 17:32:40','2020-04-13 22:32:40','3.213.96.39',NULL,NULL),(66597,'four_oh_four','2020-04-13 17:32:41','2020-04-13 22:32:41','52.201.182.91',NULL,NULL),(66598,'four_oh_four','2020-04-13 17:32:42','2020-04-13 22:32:42','3.213.96.39',NULL,NULL),(66599,'four_oh_four','2020-04-13 17:32:46','2020-04-13 22:32:46','3.94.137.21',NULL,NULL),(66600,'four_oh_four','2020-04-13 17:32:47','2020-04-13 22:32:47','3.94.137.21',NULL,NULL),(66601,'four_oh_four','2020-04-14 07:24:17','2020-04-14 12:24:17','40.77.167.43',NULL,NULL),(66602,'four_oh_four','2020-04-14 10:21:01','2020-04-14 15:21:01','157.55.39.186',NULL,NULL),(66603,'four_oh_four','2020-04-14 14:15:57','2020-04-14 19:15:57','184.154.139.17',NULL,NULL),(66604,'four_oh_four','2020-04-14 21:50:35','2020-04-15 02:50:35','195.154.172.15',NULL,NULL),(66605,'four_oh_four','2020-04-14 22:40:21','2020-04-15 03:40:21','162.243.29.24',NULL,NULL),(66606,'four_oh_four','2020-04-15 00:03:36','2020-04-15 05:03:36','80.82.68.216',NULL,NULL),(66607,'four_oh_four','2020-04-15 01:07:09','2020-04-15 06:07:09','66.249.75.39',NULL,NULL),(66608,'four_oh_four','2020-04-15 06:54:17','2020-04-15 11:54:17','162.243.29.24',NULL,NULL),(66609,'four_oh_four','2020-04-15 12:38:41','2020-04-15 17:38:41','207.46.13.143',NULL,NULL),(66610,'four_oh_four','2020-04-15 14:02:23','2020-04-15 19:02:23','184.154.139.17',NULL,NULL),(66611,'four_oh_four','2020-04-15 16:15:11','2020-04-15 21:15:11','107.173.112.170',NULL,NULL),(66612,'four_oh_four','2020-04-15 17:34:26','2020-04-15 22:34:26','199.66.201.19',NULL,NULL),(66613,'four_oh_four','2020-04-15 17:34:26','2020-04-15 22:34:26','199.66.201.19',NULL,NULL),(66614,'four_oh_four','2020-04-15 18:21:27','2020-04-15 23:21:27','193.106.30.99',NULL,NULL),(66615,'four_oh_four','2020-04-15 22:34:10','2020-04-16 03:34:10','104.243.28.52',NULL,NULL),(66616,'four_oh_four','2020-04-16 03:19:09','2020-04-16 08:19:09','3.213.96.39',NULL,NULL),(66617,'four_oh_four','2020-04-16 03:19:11','2020-04-16 08:19:11','3.94.137.21',NULL,NULL),(66618,'four_oh_four','2020-04-16 03:19:12','2020-04-16 08:19:12','3.213.96.39',NULL,NULL),(66619,'four_oh_four','2020-04-16 03:19:14','2020-04-16 08:19:14','3.94.137.21',NULL,NULL),(66620,'four_oh_four','2020-04-16 03:19:17','2020-04-16 08:19:17','3.213.96.39',NULL,NULL),(66621,'four_oh_four','2020-04-16 03:19:18','2020-04-16 08:19:18','3.213.96.39',NULL,NULL),(66622,'four_oh_four','2020-04-16 14:05:14','2020-04-16 19:05:14','184.154.139.18',NULL,NULL),(66623,'four_oh_four','2020-04-16 16:50:03','2020-04-16 21:50:03','52.125.136.0',NULL,NULL),(66624,'four_oh_four','2020-04-16 17:53:59','2020-04-16 22:53:59','193.106.30.99',NULL,NULL),(66625,'four_oh_four','2020-04-17 05:59:11','2020-04-17 10:59:11','3.213.96.39',NULL,NULL),(66626,'four_oh_four','2020-04-17 05:59:12','2020-04-17 10:59:12','3.213.96.39',NULL,NULL),(66627,'four_oh_four','2020-04-17 05:59:13','2020-04-17 10:59:13','3.213.96.39',NULL,NULL),(66628,'four_oh_four','2020-04-17 05:59:14','2020-04-17 10:59:14','3.213.96.39',NULL,NULL),(66629,'four_oh_four','2020-04-17 05:59:18','2020-04-17 10:59:18','3.94.137.21',NULL,NULL),(66630,'four_oh_four','2020-04-17 05:59:19','2020-04-17 10:59:19','3.94.137.21',NULL,NULL),(66631,'four_oh_four','2020-04-17 10:43:32','2020-04-17 15:43:32','78.46.94.83',NULL,NULL),(66632,'four_oh_four','2020-04-17 11:55:17','2020-04-17 16:55:17','193.106.30.99',NULL,NULL),(66633,'four_oh_four','2020-04-17 14:02:58','2020-04-17 19:02:58','184.154.139.19',NULL,NULL),(66634,'four_oh_four','2020-04-17 14:43:59','2020-04-17 19:43:59','88.198.43.207',NULL,NULL),(66635,'four_oh_four','2020-04-17 14:44:07','2020-04-17 19:44:07','148.251.50.77',NULL,NULL),(66636,'four_oh_four','2020-04-17 15:15:55','2020-04-17 20:15:55','39.99.228.91',NULL,NULL),(66637,'four_oh_four','2020-04-17 15:15:55','2020-04-17 20:15:55','39.99.228.91',NULL,NULL),(66638,'four_oh_four','2020-04-17 15:24:06','2020-04-17 20:24:06','39.98.123.190',NULL,NULL),(66639,'four_oh_four','2020-04-17 15:24:06','2020-04-17 20:24:06','39.98.123.190',NULL,NULL),(66640,'four_oh_four','2020-04-17 15:24:06','2020-04-17 20:24:06','39.98.123.190',NULL,NULL),(66641,'four_oh_four','2020-04-17 16:17:20','2020-04-17 21:17:20','174.227.2.232',NULL,NULL),(66642,'four_oh_four','2020-04-18 08:50:30','2020-04-18 13:50:30','3.213.96.39',NULL,NULL),(66643,'four_oh_four','2020-04-18 08:50:33','2020-04-18 13:50:33','3.213.96.39',NULL,NULL),(66644,'four_oh_four','2020-04-18 08:50:33','2020-04-18 13:50:33','52.201.182.91',NULL,NULL),(66645,'four_oh_four','2020-04-18 08:50:36','2020-04-18 13:50:36','52.201.182.91',NULL,NULL),(66646,'four_oh_four','2020-04-18 08:50:38','2020-04-18 13:50:38','3.94.137.21',NULL,NULL),(66647,'four_oh_four','2020-04-18 08:50:39','2020-04-18 13:50:39','3.94.137.21',NULL,NULL),(66648,'four_oh_four','2020-04-18 14:05:55','2020-04-18 19:05:55','184.154.139.20',NULL,NULL),(66649,'four_oh_four','2020-04-18 17:11:41','2020-04-18 22:11:41','193.106.30.99',NULL,NULL),(66650,'four_oh_four','2020-04-19 07:34:51','2020-04-19 12:34:51','192.145.239.206',NULL,NULL),(66651,'four_oh_four','2020-04-19 07:35:07','2020-04-19 12:35:07','162.241.253.165',NULL,NULL),(66652,'four_oh_four','2020-04-19 07:35:10','2020-04-19 12:35:10','81.88.52.33',NULL,NULL),(66653,'four_oh_four','2020-04-19 07:37:48','2020-04-19 12:37:48','162.241.85.54',NULL,NULL),(66654,'four_oh_four','2020-04-19 07:41:15','2020-04-19 12:41:15','162.222.225.153',NULL,NULL),(66655,'four_oh_four','2020-04-19 07:41:48','2020-04-19 12:41:48','153.92.10.51',NULL,NULL),(66656,'four_oh_four','2020-04-19 07:43:00','2020-04-19 12:43:00','108.179.246.131',NULL,NULL),(66657,'four_oh_four','2020-04-19 07:44:56','2020-04-19 12:44:56','54.37.121.239',NULL,NULL),(66658,'four_oh_four','2020-04-19 12:19:57','2020-04-19 17:19:57','52.201.182.91',NULL,NULL),(66659,'four_oh_four','2020-04-19 12:19:59','2020-04-19 17:19:59','52.201.182.91',NULL,NULL),(66660,'four_oh_four','2020-04-19 12:20:00','2020-04-19 17:20:00','3.94.137.21',NULL,NULL),(66661,'four_oh_four','2020-04-19 12:20:02','2020-04-19 17:20:02','3.94.137.21',NULL,NULL),(66662,'four_oh_four','2020-04-19 12:20:05','2020-04-19 17:20:05','3.94.137.21',NULL,NULL),(66663,'four_oh_four','2020-04-19 12:20:07','2020-04-19 17:20:07','3.94.137.21',NULL,NULL),(66664,'four_oh_four','2020-04-19 12:51:09','2020-04-19 17:51:09','54.37.121.239',NULL,NULL),(66665,'four_oh_four','2020-04-19 14:05:26','2020-04-19 19:05:26','184.154.139.18',NULL,NULL),(66666,'four_oh_four','2020-04-19 21:08:52','2020-04-20 02:08:52','103.120.232.4',NULL,NULL),(66667,'four_oh_four','2020-04-19 21:08:53','2020-04-20 02:08:53','103.120.232.4',NULL,NULL),(66668,'four_oh_four','2020-04-19 21:09:02','2020-04-20 02:09:02','103.120.232.4',NULL,NULL),(66669,'four_oh_four','2020-04-19 21:09:03','2020-04-20 02:09:03','103.120.232.4',NULL,NULL),(66670,'four_oh_four','2020-04-19 21:09:37','2020-04-20 02:09:37','103.120.232.4',NULL,NULL),(66671,'four_oh_four','2020-04-19 21:09:47','2020-04-20 02:09:47','103.120.232.4',NULL,NULL),(66672,'four_oh_four','2020-04-20 02:17:31','2020-04-20 07:17:31','23.105.110.215',NULL,NULL),(66673,'four_oh_four','2020-04-20 02:17:32','2020-04-20 07:17:32','23.105.110.215',NULL,NULL),(66674,'four_oh_four','2020-04-20 02:17:37','2020-04-20 07:17:37','23.105.110.215',NULL,NULL),(66675,'four_oh_four','2020-04-20 02:17:38','2020-04-20 07:17:38','23.105.110.215',NULL,NULL),(66676,'four_oh_four','2020-04-20 02:17:58','2020-04-20 07:17:58','23.105.110.215',NULL,NULL),(66677,'four_oh_four','2020-04-20 02:18:04','2020-04-20 07:18:04','23.105.110.215',NULL,NULL),(66678,'four_oh_four','2020-04-20 03:00:11','2020-04-20 08:00:11','88.198.184.231',NULL,NULL),(66679,'four_oh_four','2020-04-20 13:49:30','2020-04-20 18:49:30','3.213.96.39',NULL,NULL),(66680,'four_oh_four','2020-04-20 13:49:31','2020-04-20 18:49:31','3.213.96.39',NULL,NULL),(66681,'four_oh_four','2020-04-20 13:49:34','2020-04-20 18:49:34','3.213.96.39',NULL,NULL),(66682,'four_oh_four','2020-04-20 13:49:34','2020-04-20 18:49:34','3.213.96.39',NULL,NULL),(66683,'four_oh_four','2020-04-20 13:49:36','2020-04-20 18:49:36','52.201.182.91',NULL,NULL),(66684,'four_oh_four','2020-04-20 13:49:38','2020-04-20 18:49:38','52.201.182.91',NULL,NULL),(66685,'four_oh_four','2020-04-20 14:10:24','2020-04-20 19:10:24','184.154.139.20',NULL,NULL),(66686,'four_oh_four','2020-04-20 15:49:44','2020-04-20 20:49:44','104.227.17.170',NULL,NULL),(66687,'four_oh_four','2020-04-20 21:47:48','2020-04-21 02:47:48','38.128.157.10',NULL,NULL),(66688,'brute_force','2020-04-20 22:43:12','2020-04-21 03:43:12','162.144.23.73',NULL,NULL),(66689,'brute_force','2020-04-20 22:43:12','2020-04-21 03:43:12',NULL,NULL,'admin'),(66690,'four_oh_four','2020-04-20 23:56:06','2020-04-21 04:56:06','144.76.69.39',NULL,NULL),(66691,'four_oh_four','2020-04-21 00:36:18','2020-04-21 05:36:18','144.76.69.39',NULL,NULL),(66692,'four_oh_four','2020-04-21 01:16:12','2020-04-21 06:16:12','144.76.69.39',NULL,NULL),(66693,'four_oh_four','2020-04-21 02:46:58','2020-04-21 07:46:58','204.13.201.139',NULL,NULL),(66694,'four_oh_four','2020-04-21 02:46:58','2020-04-21 07:46:58','35.187.132.96',NULL,NULL),(66695,'four_oh_four','2020-04-21 02:46:59','2020-04-21 07:46:59','208.87.233.140',NULL,NULL),(66696,'four_oh_four','2020-04-21 03:03:59','2020-04-21 08:03:59','83.31.17.34',NULL,NULL),(66697,'four_oh_four','2020-04-21 03:26:12','2020-04-21 08:26:12','51.83.216.240',NULL,NULL),(66698,'four_oh_four','2020-04-21 03:26:16','2020-04-21 08:26:16','51.83.216.240',NULL,NULL),(66699,'four_oh_four','2020-04-21 03:26:19','2020-04-21 08:26:19','51.83.216.240',NULL,NULL),(66700,'four_oh_four','2020-04-21 04:10:20','2020-04-21 09:10:20','157.55.169.185',NULL,NULL),(66701,'four_oh_four','2020-04-21 04:13:57','2020-04-21 09:13:57','34.216.114.198',NULL,NULL),(66702,'four_oh_four','2020-04-21 04:40:43','2020-04-21 09:40:43','39.99.228.91',NULL,NULL),(66703,'four_oh_four','2020-04-21 04:40:43','2020-04-21 09:40:43','39.99.228.91',NULL,NULL),(66704,'four_oh_four','2020-04-21 04:40:43','2020-04-21 09:40:43','39.99.228.91',NULL,NULL),(66705,'four_oh_four','2020-04-21 04:40:43','2020-04-21 09:40:43','39.99.228.91',NULL,NULL),(66706,'four_oh_four','2020-04-21 04:40:44','2020-04-21 09:40:44','39.99.228.91',NULL,NULL),(66707,'four_oh_four','2020-04-21 04:40:44','2020-04-21 09:40:44','39.99.228.91',NULL,NULL),(66708,'four_oh_four','2020-04-21 06:08:26','2020-04-21 11:08:26','199.66.201.19',NULL,NULL),(66709,'four_oh_four','2020-04-21 06:08:26','2020-04-21 11:08:26','199.66.201.19',NULL,NULL),(66710,'four_oh_four','2020-04-21 06:47:43','2020-04-21 11:47:43','78.85.165.232',NULL,NULL),(66711,'four_oh_four','2020-04-21 08:15:17','2020-04-21 13:15:17','104.42.54.54',NULL,NULL),(66712,'four_oh_four','2020-04-21 08:15:18','2020-04-21 13:15:18','104.42.54.54',NULL,NULL),(66713,'four_oh_four','2020-04-21 08:15:23','2020-04-21 13:15:23','104.42.54.54',NULL,NULL),(66714,'four_oh_four','2020-04-21 08:15:24','2020-04-21 13:15:24','104.42.54.54',NULL,NULL),(66715,'four_oh_four','2020-04-21 08:15:43','2020-04-21 13:15:43','104.42.54.54',NULL,NULL),(66716,'four_oh_four','2020-04-21 08:15:49','2020-04-21 13:15:49','104.42.54.54',NULL,NULL),(66717,'four_oh_four','2020-04-21 08:56:05','2020-04-21 13:56:05','91.207.102.156',NULL,NULL),(66718,'four_oh_four','2020-04-21 08:56:13','2020-04-21 13:56:13','91.207.102.156',NULL,NULL),(66719,'four_oh_four','2020-04-21 08:56:17','2020-04-21 13:56:17','91.207.102.156',NULL,NULL),(66720,'four_oh_four','2020-04-21 08:56:21','2020-04-21 13:56:21','91.207.102.156',NULL,NULL),(66721,'four_oh_four','2020-04-21 08:56:26','2020-04-21 13:56:26','91.207.102.156',NULL,NULL),(66722,'four_oh_four','2020-04-21 08:56:31','2020-04-21 13:56:31','91.207.102.156',NULL,NULL),(66723,'four_oh_four','2020-04-21 08:56:35','2020-04-21 13:56:35','91.207.102.156',NULL,NULL),(66724,'four_oh_four','2020-04-21 08:56:40','2020-04-21 13:56:40','91.207.102.156',NULL,NULL),(66725,'four_oh_four','2020-04-21 08:56:45','2020-04-21 13:56:45','91.207.102.156',NULL,NULL),(66726,'four_oh_four','2020-04-21 14:02:33','2020-04-21 19:02:33','184.154.139.18',NULL,NULL),(66727,'four_oh_four','2020-04-21 14:30:44','2020-04-21 19:30:44','3.213.96.39',NULL,NULL),(66728,'four_oh_four','2020-04-21 14:30:45','2020-04-21 19:30:45','3.213.96.39',NULL,NULL),(66729,'four_oh_four','2020-04-21 14:30:46','2020-04-21 19:30:46','3.213.96.39',NULL,NULL),(66730,'four_oh_four','2020-04-21 14:30:48','2020-04-21 19:30:48','3.213.96.39',NULL,NULL),(66731,'four_oh_four','2020-04-21 14:30:52','2020-04-21 19:30:52','52.201.182.91',NULL,NULL),(66732,'four_oh_four','2020-04-21 14:30:53','2020-04-21 19:30:53','52.201.182.91',NULL,NULL),(66733,'four_oh_four','2020-04-21 17:17:58','2020-04-21 22:17:58','66.249.75.39',NULL,NULL),(66734,'four_oh_four','2020-04-21 17:36:21','2020-04-21 22:36:21','65.154.226.220',NULL,NULL),(66735,'four_oh_four','2020-04-21 17:36:31','2020-04-21 22:36:31','65.154.226.220',NULL,NULL),(66736,'four_oh_four','2020-04-21 22:11:15','2020-04-22 03:11:15','27.34.48.197',NULL,NULL),(66737,'four_oh_four','2020-04-21 23:19:41','2020-04-22 04:19:41','157.55.39.241',NULL,NULL),(66738,'four_oh_four','2020-04-22 01:51:08','2020-04-22 06:51:08','83.31.17.34',NULL,NULL),(66739,'four_oh_four','2020-04-22 07:59:10','2020-04-22 12:59:10','132.148.80.15',NULL,NULL),(66740,'four_oh_four','2020-04-22 08:55:29','2020-04-22 13:55:29','51.38.115.166',NULL,NULL),(66741,'four_oh_four','2020-04-22 11:50:50','2020-04-22 16:50:50','40.77.167.136',NULL,NULL),(66742,'four_oh_four','2020-04-22 14:11:01','2020-04-22 19:11:01','184.154.139.17',NULL,NULL),(66743,'four_oh_four','2020-04-22 14:35:29','2020-04-22 19:35:29','3.213.96.39',NULL,NULL),(66744,'four_oh_four','2020-04-22 14:35:32','2020-04-22 19:35:32','3.213.96.39',NULL,NULL),(66745,'four_oh_four','2020-04-22 14:35:33','2020-04-22 19:35:33','3.213.96.39',NULL,NULL),(66746,'four_oh_four','2020-04-22 14:35:35','2020-04-22 19:35:35','3.213.96.39',NULL,NULL),(66747,'four_oh_four','2020-04-22 14:35:37','2020-04-22 19:35:37','3.213.96.39',NULL,NULL),(66748,'four_oh_four','2020-04-22 14:35:39','2020-04-22 19:35:39','3.213.96.39',NULL,NULL),(66749,'four_oh_four','2020-04-22 16:03:43','2020-04-22 21:03:43','88.80.53.152',NULL,NULL),(66750,'four_oh_four','2020-04-22 17:12:56','2020-04-22 22:12:56','114.119.161.39',NULL,NULL),(66751,'four_oh_four','2020-04-22 19:06:16','2020-04-23 00:06:16','207.46.13.13',NULL,NULL),(66752,'four_oh_four','2020-04-22 23:08:00','2020-04-23 04:08:00','106.75.22.46',NULL,NULL),(66753,'four_oh_four','2020-04-23 02:54:44','2020-04-23 07:54:44','35.209.26.191',NULL,NULL),(66754,'four_oh_four','2020-04-23 05:33:23','2020-04-23 10:33:23','40.77.167.14',NULL,NULL),(66755,'four_oh_four','2020-04-23 05:43:47','2020-04-23 10:43:47','207.46.13.126',NULL,NULL),(66756,'four_oh_four','2020-04-23 06:21:39','2020-04-23 11:21:39','36.79.255.63',NULL,NULL),(66757,'four_oh_four','2020-04-23 06:21:54','2020-04-23 11:21:54','36.79.255.63',NULL,NULL),(66758,'four_oh_four','2020-04-23 14:08:37','2020-04-23 19:08:37','184.154.139.18',NULL,NULL),(66759,'four_oh_four','2020-04-23 20:20:54','2020-04-24 01:20:54','3.94.137.21',NULL,NULL),(66760,'four_oh_four','2020-04-23 20:20:55','2020-04-24 01:20:55','3.213.96.39',NULL,NULL),(66761,'four_oh_four','2020-04-23 20:20:57','2020-04-24 01:20:57','3.94.137.21',NULL,NULL),(66762,'four_oh_four','2020-04-23 20:20:57','2020-04-24 01:20:57','3.213.96.39',NULL,NULL),(66763,'four_oh_four','2020-04-23 20:21:02','2020-04-24 01:21:02','52.201.182.91',NULL,NULL),(66764,'four_oh_four','2020-04-23 20:21:03','2020-04-24 01:21:03','52.201.182.91',NULL,NULL),(66765,'four_oh_four','2020-04-24 03:24:15','2020-04-24 08:24:15','204.101.161.159',NULL,NULL),(66766,'four_oh_four','2020-04-24 03:24:45','2020-04-24 08:24:45','204.101.161.159',NULL,NULL),(66767,'four_oh_four','2020-04-24 05:28:32','2020-04-24 10:28:32','17.58.97.76',NULL,NULL),(66768,'four_oh_four','2020-04-24 05:28:32','2020-04-24 10:28:32','17.58.97.76',NULL,NULL),(66769,'four_oh_four','2020-04-24 14:02:06','2020-04-24 19:02:06','184.154.139.3',NULL,NULL),(66770,'four_oh_four','2020-04-24 16:29:49','2020-04-24 21:29:49','40.77.167.91',NULL,NULL),(66771,'four_oh_four','2020-04-24 19:29:41','2020-04-25 00:29:41','68.66.224.52',NULL,NULL),(66772,'four_oh_four','2020-04-24 20:30:59','2020-04-25 01:30:59','40.77.167.91',NULL,NULL),(66773,'four_oh_four','2020-04-24 20:39:54','2020-04-25 01:39:54','3.94.137.21',NULL,NULL),(66774,'four_oh_four','2020-04-24 20:39:57','2020-04-25 01:39:57','3.94.137.21',NULL,NULL),(66775,'four_oh_four','2020-04-24 20:39:57','2020-04-25 01:39:57','3.213.96.39',NULL,NULL),(66776,'four_oh_four','2020-04-24 20:39:59','2020-04-25 01:39:59','3.213.96.39',NULL,NULL),(66777,'four_oh_four','2020-04-24 20:40:02','2020-04-25 01:40:02','3.213.96.39',NULL,NULL),(66778,'four_oh_four','2020-04-24 20:40:03','2020-04-25 01:40:03','3.213.96.39',NULL,NULL),(66779,'four_oh_four','2020-04-24 20:41:24','2020-04-25 01:41:24','99.79.65.118',NULL,NULL),(66780,'four_oh_four','2020-04-24 20:41:25','2020-04-25 01:41:25','99.79.65.118',NULL,NULL),(66781,'four_oh_four','2020-04-24 20:41:28','2020-04-25 01:41:28','99.79.65.118',NULL,NULL),(66782,'four_oh_four','2020-04-24 20:41:29','2020-04-25 01:41:29','99.79.65.118',NULL,NULL),(66783,'four_oh_four','2020-04-24 20:41:46','2020-04-25 01:41:46','99.79.65.118',NULL,NULL),(66784,'four_oh_four','2020-04-24 20:41:51','2020-04-25 01:41:51','99.79.65.118',NULL,NULL),(66785,'four_oh_four','2020-04-25 01:20:34','2020-04-25 06:20:34','142.44.246.156',NULL,NULL),(66786,'four_oh_four','2020-04-25 01:20:41','2020-04-25 06:20:41','142.44.246.156',NULL,NULL),(66787,'four_oh_four','2020-04-25 03:40:09','2020-04-25 08:40:09','171.22.26.65',NULL,NULL),(66788,'four_oh_four','2020-04-25 08:08:02','2020-04-25 13:08:02','51.68.82.161',NULL,NULL),(66789,'four_oh_four','2020-04-25 12:24:41','2020-04-25 17:24:41','138.128.46.64',NULL,NULL),(66790,'four_oh_four','2020-04-25 14:03:35','2020-04-25 19:03:35','184.154.139.18',NULL,NULL),(66791,'four_oh_four','2020-04-25 16:05:59','2020-04-25 21:05:59','118.31.111.216',NULL,NULL),(66792,'four_oh_four','2020-04-25 20:54:31','2020-04-26 01:54:31','47.105.170.18',NULL,NULL),(66793,'four_oh_four','2020-04-25 21:15:29','2020-04-26 02:15:29','52.201.182.91',NULL,NULL),(66794,'four_oh_four','2020-04-25 21:15:32','2020-04-26 02:15:32','3.213.96.39',NULL,NULL),(66795,'four_oh_four','2020-04-25 21:15:32','2020-04-26 02:15:32','52.201.182.91',NULL,NULL),(66796,'four_oh_four','2020-04-25 21:15:35','2020-04-26 02:15:35','3.213.96.39',NULL,NULL),(66797,'four_oh_four','2020-04-25 21:15:37','2020-04-26 02:15:37','3.94.137.21',NULL,NULL),(66798,'four_oh_four','2020-04-25 21:15:38','2020-04-26 02:15:38','3.94.137.21',NULL,NULL),(66799,'four_oh_four','2020-04-26 02:41:15','2020-04-26 07:41:15','162.241.61.5',NULL,NULL),(66800,'four_oh_four','2020-04-26 04:22:25','2020-04-26 09:22:25','50.87.253.176',NULL,NULL),(66801,'four_oh_four','2020-04-26 14:09:53','2020-04-26 19:09:53','184.154.139.18',NULL,NULL),(66802,'four_oh_four','2020-04-26 14:59:44','2020-04-26 19:59:44','185.220.101.38',NULL,NULL),(66803,'four_oh_four','2020-04-26 14:59:50','2020-04-26 19:59:50','185.220.101.38',NULL,NULL),(66804,'four_oh_four','2020-04-26 14:59:56','2020-04-26 19:59:56','185.220.101.38',NULL,NULL),(66805,'four_oh_four','2020-04-26 15:00:03','2020-04-26 20:00:03','185.220.101.38',NULL,NULL),(66806,'four_oh_four','2020-04-26 15:00:11','2020-04-26 20:00:11','185.220.101.38',NULL,NULL),(66807,'four_oh_four','2020-04-26 15:00:19','2020-04-26 20:00:19','185.220.101.38',NULL,NULL),(66808,'four_oh_four','2020-04-26 15:00:24','2020-04-26 20:00:24','185.220.101.38',NULL,NULL),(66809,'four_oh_four','2020-04-26 15:00:28','2020-04-26 20:00:28','185.220.101.38',NULL,NULL),(66810,'four_oh_four','2020-04-26 15:00:34','2020-04-26 20:00:34','185.220.101.38',NULL,NULL),(66811,'four_oh_four','2020-04-26 15:00:40','2020-04-26 20:00:40','185.220.101.38',NULL,NULL),(66812,'four_oh_four','2020-04-26 15:00:45','2020-04-26 20:00:45','185.220.101.38',NULL,NULL),(66813,'four_oh_four','2020-04-26 15:00:52','2020-04-26 20:00:52','185.220.101.38',NULL,NULL),(66814,'four_oh_four','2020-04-26 15:01:02','2020-04-26 20:01:02','185.220.101.38',NULL,NULL),(66815,'four_oh_four','2020-04-26 15:01:16','2020-04-26 20:01:16','185.220.101.38',NULL,NULL),(66816,'four_oh_four','2020-04-26 15:01:22','2020-04-26 20:01:22','185.220.101.38',NULL,NULL),(66817,'four_oh_four','2020-04-26 15:01:31','2020-04-26 20:01:31','185.220.101.207',NULL,NULL),(66818,'four_oh_four','2020-04-26 15:01:39','2020-04-26 20:01:39','185.220.101.207',NULL,NULL),(66819,'four_oh_four','2020-04-26 18:47:11','2020-04-26 23:47:11','198.57.247.223',NULL,NULL),(66820,'four_oh_four','2020-04-26 20:28:20','2020-04-27 01:28:20','157.55.39.207',NULL,NULL),(66821,'four_oh_four','2020-04-26 21:54:15','2020-04-27 02:54:15','3.23.102.136',NULL,NULL),(66822,'four_oh_four','2020-04-26 21:54:20','2020-04-27 02:54:20','3.23.102.136',NULL,NULL),(66823,'four_oh_four','2020-04-26 21:54:41','2020-04-27 02:54:41','3.23.102.136',NULL,NULL),(66824,'four_oh_four','2020-04-26 21:54:52','2020-04-27 02:54:52','3.23.102.136',NULL,NULL),(66825,'four_oh_four','2020-04-26 21:54:55','2020-04-27 02:54:55','3.23.102.136',NULL,NULL),(66826,'four_oh_four','2020-04-26 21:54:56','2020-04-27 02:54:56','3.23.102.136',NULL,NULL),(66827,'four_oh_four','2020-04-26 22:18:46','2020-04-27 03:18:46','162.243.29.24',NULL,NULL),(66828,'four_oh_four','2020-04-26 22:29:02','2020-04-27 03:29:02','3.94.137.21',NULL,NULL),(66829,'four_oh_four','2020-04-26 22:29:04','2020-04-27 03:29:04','52.201.182.91',NULL,NULL),(66830,'four_oh_four','2020-04-26 22:29:05','2020-04-27 03:29:05','3.94.137.21',NULL,NULL),(66831,'four_oh_four','2020-04-26 22:29:06','2020-04-27 03:29:06','52.201.182.91',NULL,NULL),(66832,'four_oh_four','2020-04-26 22:29:10','2020-04-27 03:29:10','3.213.96.39',NULL,NULL),(66833,'four_oh_four','2020-04-26 22:29:11','2020-04-27 03:29:11','3.213.96.39',NULL,NULL),(66834,'four_oh_four','2020-04-26 22:34:07','2020-04-27 03:34:07','118.31.111.216',NULL,NULL),(66835,'four_oh_four','2020-04-26 23:35:16','2020-04-27 04:35:16','90.154.102.15',NULL,NULL),(66836,'four_oh_four','2020-04-26 23:35:19','2020-04-27 04:35:19','90.154.102.15',NULL,NULL),(66837,'four_oh_four','2020-04-27 00:41:42','2020-04-27 05:41:42','66.249.75.37',NULL,NULL),(66838,'four_oh_four','2020-04-27 06:40:32','2020-04-27 11:40:32','162.243.29.24',NULL,NULL),(66839,'four_oh_four','2020-04-27 09:49:47','2020-04-27 14:49:47','39.101.205.97',NULL,NULL),(66840,'four_oh_four','2020-04-27 10:02:15','2020-04-27 15:02:15','193.106.30.99',NULL,NULL),(66841,'four_oh_four','2020-04-27 13:02:36','2020-04-27 18:02:36','185.107.45.180',NULL,NULL),(66842,'four_oh_four','2020-04-27 13:02:38','2020-04-27 18:02:38','185.107.45.180',NULL,NULL),(66843,'four_oh_four','2020-04-27 13:02:41','2020-04-27 18:02:41','185.107.45.180',NULL,NULL),(66844,'four_oh_four','2020-04-27 13:02:42','2020-04-27 18:02:42','185.107.45.180',NULL,NULL),(66845,'four_oh_four','2020-04-27 13:02:43','2020-04-27 18:02:43','185.107.45.180',NULL,NULL),(66846,'four_oh_four','2020-04-27 13:02:45','2020-04-27 18:02:45','185.107.45.180',NULL,NULL),(66847,'four_oh_four','2020-04-27 13:02:46','2020-04-27 18:02:46','185.107.45.180',NULL,NULL),(66848,'four_oh_four','2020-04-27 13:02:48','2020-04-27 18:02:48','185.107.45.180',NULL,NULL),(66849,'four_oh_four','2020-04-27 13:02:49','2020-04-27 18:02:49','185.107.45.180',NULL,NULL),(66850,'four_oh_four','2020-04-27 13:02:50','2020-04-27 18:02:50','185.107.45.180',NULL,NULL),(66851,'four_oh_four','2020-04-27 13:02:57','2020-04-27 18:02:57','185.107.45.180',NULL,NULL),(66852,'four_oh_four','2020-04-27 13:03:01','2020-04-27 18:03:01','185.107.45.180',NULL,NULL),(66853,'four_oh_four','2020-04-27 13:03:06','2020-04-27 18:03:06','185.107.45.180',NULL,NULL),(66854,'four_oh_four','2020-04-27 13:03:09','2020-04-27 18:03:09','185.107.45.180',NULL,NULL),(66855,'four_oh_four','2020-04-27 13:03:14','2020-04-27 18:03:14','185.107.45.180',NULL,NULL),(66856,'four_oh_four','2020-04-27 13:03:15','2020-04-27 18:03:15','185.107.45.180',NULL,NULL),(66857,'four_oh_four','2020-04-27 14:01:52','2020-04-27 19:01:52','184.154.139.17',NULL,NULL),(66858,'four_oh_four','2020-04-27 21:55:15','2020-04-28 02:55:15','188.143.235.92',NULL,NULL),(66859,'four_oh_four','2020-04-27 21:55:18','2020-04-28 02:55:18','188.143.235.92',NULL,NULL),(66860,'four_oh_four','2020-04-27 23:40:36','2020-04-28 04:40:36','52.201.182.91',NULL,NULL),(66861,'four_oh_four','2020-04-27 23:40:37','2020-04-28 04:40:37','3.94.137.21',NULL,NULL),(66862,'four_oh_four','2020-04-27 23:40:39','2020-04-28 04:40:39','52.201.182.91',NULL,NULL),(66863,'four_oh_four','2020-04-27 23:40:39','2020-04-28 04:40:39','3.94.137.21',NULL,NULL),(66864,'four_oh_four','2020-04-27 23:40:44','2020-04-28 04:40:44','52.201.182.91',NULL,NULL),(66865,'four_oh_four','2020-04-27 23:40:45','2020-04-28 04:40:45','52.201.182.91',NULL,NULL),(66866,'four_oh_four','2020-04-28 01:29:09','2020-04-28 06:29:09','27.50.21.153',NULL,NULL),(66867,'four_oh_four','2020-04-28 03:43:13','2020-04-28 08:43:13','45.9.148.213',NULL,NULL),(66868,'four_oh_four','2020-04-28 03:43:17','2020-04-28 08:43:17','45.9.148.213',NULL,NULL),(66869,'four_oh_four','2020-04-28 03:43:32','2020-04-28 08:43:32','45.9.148.213',NULL,NULL),(66870,'four_oh_four','2020-04-28 03:43:35','2020-04-28 08:43:35','45.9.148.213',NULL,NULL),(66871,'four_oh_four','2020-04-28 03:43:37','2020-04-28 08:43:37','45.9.148.213',NULL,NULL),(66872,'four_oh_four','2020-04-28 03:43:39','2020-04-28 08:43:39','45.9.148.213',NULL,NULL),(66873,'four_oh_four','2020-04-28 03:43:42','2020-04-28 08:43:42','45.9.148.213',NULL,NULL),(66874,'four_oh_four','2020-04-28 03:43:45','2020-04-28 08:43:45','45.9.148.213',NULL,NULL),(66875,'four_oh_four','2020-04-28 03:43:47','2020-04-28 08:43:47','45.9.148.213',NULL,NULL),(66876,'four_oh_four','2020-04-28 03:43:50','2020-04-28 08:43:50','45.9.148.213',NULL,NULL),(66877,'four_oh_four','2020-04-28 03:43:53','2020-04-28 08:43:53','45.9.148.213',NULL,NULL),(66878,'four_oh_four','2020-04-28 03:43:57','2020-04-28 08:43:57','45.9.148.213',NULL,NULL),(66879,'four_oh_four','2020-04-28 03:45:05','2020-04-28 08:45:05','45.9.148.213',NULL,NULL),(66880,'four_oh_four','2020-04-28 03:45:57','2020-04-28 08:45:57','45.9.148.213',NULL,NULL),(66881,'four_oh_four','2020-04-28 06:27:48','2020-04-28 11:27:48','104.227.97.122',NULL,NULL),(66882,'four_oh_four','2020-04-28 13:47:28','2020-04-28 18:47:28','13.66.139.0',NULL,NULL),(66883,'four_oh_four','2020-04-28 14:09:53','2020-04-28 19:09:53','184.154.139.17',NULL,NULL),(66884,'four_oh_four','2020-04-28 15:32:33','2020-04-28 20:32:33','209.54.43.202',NULL,NULL),(66885,'four_oh_four','2020-04-28 15:32:34','2020-04-28 20:32:34','209.54.43.202',NULL,NULL),(66886,'four_oh_four','2020-04-28 15:32:35','2020-04-28 20:32:35','209.54.43.202',NULL,NULL),(66887,'four_oh_four','2020-04-28 15:32:38','2020-04-28 20:32:38','209.54.43.202',NULL,NULL),(66888,'four_oh_four','2020-04-28 15:32:39','2020-04-28 20:32:39','209.54.43.202',NULL,NULL),(66889,'four_oh_four','2020-04-28 15:32:41','2020-04-28 20:32:41','209.54.43.202',NULL,NULL),(66890,'four_oh_four','2020-04-28 15:32:43','2020-04-28 20:32:43','209.54.43.202',NULL,NULL),(66891,'four_oh_four','2020-04-28 15:32:44','2020-04-28 20:32:44','209.54.43.202',NULL,NULL),(66892,'four_oh_four','2020-04-28 15:32:45','2020-04-28 20:32:45','209.54.43.202',NULL,NULL),(66893,'four_oh_four','2020-04-28 15:32:46','2020-04-28 20:32:46','209.54.43.202',NULL,NULL),(66894,'four_oh_four','2020-04-28 15:32:47','2020-04-28 20:32:47','209.54.43.202',NULL,NULL),(66895,'four_oh_four','2020-04-28 15:32:49','2020-04-28 20:32:49','209.54.43.202',NULL,NULL),(66896,'four_oh_four','2020-04-28 15:32:52','2020-04-28 20:32:52','209.54.43.202',NULL,NULL),(66897,'four_oh_four','2020-04-28 15:32:54','2020-04-28 20:32:54','209.54.43.202',NULL,NULL),(66898,'four_oh_four','2020-04-28 15:32:55','2020-04-28 20:32:55','209.54.43.202',NULL,NULL),(66899,'four_oh_four','2020-04-28 15:32:57','2020-04-28 20:32:57','209.54.43.202',NULL,NULL),(66900,'four_oh_four','2020-04-28 15:32:58','2020-04-28 20:32:58','209.54.43.202',NULL,NULL),(66901,'four_oh_four','2020-04-28 15:32:59','2020-04-28 20:32:59','209.54.43.202',NULL,NULL),(66902,'four_oh_four','2020-04-28 15:33:01','2020-04-28 20:33:01','209.54.43.202',NULL,NULL),(66903,'four_oh_four','2020-04-28 15:33:02','2020-04-28 20:33:02','209.54.43.202',NULL,NULL),(66904,'four_oh_four','2020-04-28 20:32:58','2020-04-29 01:32:58','52.168.107.64',NULL,NULL),(66905,'brute_force','2020-04-29 14:02:46','2020-04-29 19:02:46','128.127.104.80',NULL,NULL),(66906,'brute_force','2020-04-29 14:02:46','2020-04-29 19:02:46',NULL,NULL,'admin'),(66907,'brute_force','2020-04-29 14:02:52','2020-04-29 19:02:52','128.127.104.80',NULL,NULL),(66908,'brute_force','2020-04-29 14:02:52','2020-04-29 19:02:52',NULL,NULL,'admin'),(66909,'four_oh_four','2020-04-29 14:16:58','2020-04-29 19:16:58','184.154.139.20',NULL,NULL),(66910,'brute_force','2020-04-29 14:42:27','2020-04-29 19:42:27','128.127.104.80',NULL,NULL),(66911,'brute_force','2020-04-29 14:42:27','2020-04-29 19:42:27',NULL,NULL,'admin'),(66912,'brute_force','2020-04-29 14:42:43','2020-04-29 19:42:43','128.127.104.80',NULL,NULL),(66913,'brute_force','2020-04-29 14:42:43','2020-04-29 19:42:43',NULL,NULL,'admin'),(66914,'brute_force','2020-04-29 15:01:45','2020-04-29 20:01:45','128.127.104.80',NULL,NULL),(66915,'brute_force','2020-04-29 15:01:45','2020-04-29 20:01:45',NULL,NULL,'admin'),(66916,'brute_force','2020-04-29 15:03:22','2020-04-29 20:03:22','128.127.104.80',NULL,NULL),(66917,'brute_force','2020-04-29 15:03:22','2020-04-29 20:03:22',NULL,NULL,'admin'),(66918,'brute_force','2020-04-29 15:06:25','2020-04-29 20:06:25','128.127.104.80',NULL,NULL),(66919,'brute_force','2020-04-29 15:06:25','2020-04-29 20:06:25',NULL,NULL,'admin'),(66920,'brute_force','2020-04-29 15:08:53','2020-04-29 20:08:53','202.142.162.50',NULL,NULL),(66921,'brute_force','2020-04-29 15:08:53','2020-04-29 20:08:53',NULL,NULL,'admin'),(66922,'brute_force','2020-04-29 15:12:19','2020-04-29 20:12:19','109.72.230.78',NULL,NULL),(66923,'brute_force','2020-04-29 15:12:19','2020-04-29 20:12:19',NULL,NULL,'admin'),(66924,'four_oh_four','2020-04-29 18:35:45','2020-04-29 23:35:45','3.213.96.39',NULL,NULL),(66925,'four_oh_four','2020-04-29 18:35:45','2020-04-29 23:35:45','3.94.137.21',NULL,NULL),(66926,'four_oh_four','2020-04-29 18:35:48','2020-04-29 23:35:48','3.213.96.39',NULL,NULL),(66927,'four_oh_four','2020-04-29 18:35:48','2020-04-29 23:35:48','3.94.137.21',NULL,NULL),(66928,'four_oh_four','2020-04-29 18:35:53','2020-04-29 23:35:53','3.213.96.39',NULL,NULL),(66929,'four_oh_four','2020-04-29 18:35:54','2020-04-29 23:35:54','3.213.96.39',NULL,NULL),(66930,'four_oh_four','2020-04-29 20:48:21','2020-04-30 01:48:21','185.220.101.175',NULL,NULL),(66931,'four_oh_four','2020-04-29 20:48:32','2020-04-30 01:48:32','147.135.137.51',NULL,NULL),(66932,'four_oh_four','2020-04-29 20:48:35','2020-04-30 01:48:35','147.135.137.51',NULL,NULL),(66933,'four_oh_four','2020-04-29 20:48:40','2020-04-30 01:48:40','147.135.137.51',NULL,NULL),(66934,'four_oh_four','2020-04-29 20:48:43','2020-04-30 01:48:43','147.135.137.51',NULL,NULL),(66935,'four_oh_four','2020-04-29 20:48:46','2020-04-30 01:48:46','147.135.137.51',NULL,NULL),(66936,'four_oh_four','2020-04-29 20:48:49','2020-04-30 01:48:49','147.135.137.51',NULL,NULL),(66937,'four_oh_four','2020-04-29 20:48:52','2020-04-30 01:48:52','147.135.137.51',NULL,NULL),(66938,'four_oh_four','2020-04-29 20:48:55','2020-04-30 01:48:55','147.135.137.51',NULL,NULL),(66939,'four_oh_four','2020-04-29 20:48:58','2020-04-30 01:48:58','147.135.137.51',NULL,NULL),(66940,'four_oh_four','2020-04-29 20:49:01','2020-04-30 01:49:01','147.135.137.51',NULL,NULL),(66941,'four_oh_four','2020-04-29 20:49:04','2020-04-30 01:49:04','147.135.137.51',NULL,NULL),(66942,'four_oh_four','2020-04-29 20:49:07','2020-04-30 01:49:07','147.135.137.51',NULL,NULL),(66943,'four_oh_four','2020-04-29 20:49:09','2020-04-30 01:49:09','147.135.137.51',NULL,NULL),(66944,'four_oh_four','2020-04-29 20:49:12','2020-04-30 01:49:12','147.135.137.51',NULL,NULL),(66945,'four_oh_four','2020-04-29 20:49:15','2020-04-30 01:49:15','147.135.137.51',NULL,NULL),(66946,'four_oh_four','2020-04-29 23:50:49','2020-04-30 04:50:49','51.89.201.8',NULL,NULL),(66947,'four_oh_four','2020-04-29 23:50:50','2020-04-30 04:50:50','51.89.201.8',NULL,NULL),(66948,'four_oh_four','2020-04-29 23:50:51','2020-04-30 04:50:51','51.89.201.8',NULL,NULL),(66949,'four_oh_four','2020-04-29 23:50:52','2020-04-30 04:50:52','51.89.201.8',NULL,NULL),(66950,'four_oh_four','2020-04-29 23:50:53','2020-04-30 04:50:53','51.89.201.8',NULL,NULL),(66951,'four_oh_four','2020-04-29 23:50:54','2020-04-30 04:50:54','51.89.201.8',NULL,NULL),(66952,'four_oh_four','2020-04-29 23:50:55','2020-04-30 04:50:55','51.89.201.8',NULL,NULL),(66953,'four_oh_four','2020-04-29 23:50:56','2020-04-30 04:50:56','51.89.201.8',NULL,NULL),(66954,'four_oh_four','2020-04-29 23:50:56','2020-04-30 04:50:56','51.89.201.8',NULL,NULL),(66955,'four_oh_four','2020-04-29 23:50:57','2020-04-30 04:50:57','51.89.201.8',NULL,NULL),(66956,'four_oh_four','2020-04-29 23:51:00','2020-04-30 04:51:00','51.89.201.8',NULL,NULL),(66957,'four_oh_four','2020-04-29 23:51:02','2020-04-30 04:51:02','51.89.201.8',NULL,NULL),(66958,'four_oh_four','2020-04-29 23:51:03','2020-04-30 04:51:03','51.89.201.8',NULL,NULL),(66959,'four_oh_four','2020-04-29 23:51:04','2020-04-30 04:51:04','51.89.201.8',NULL,NULL),(66960,'four_oh_four','2020-04-29 23:51:05','2020-04-30 04:51:05','51.89.201.8',NULL,NULL),(66961,'four_oh_four','2020-04-29 23:51:06','2020-04-30 04:51:06','51.89.201.8',NULL,NULL),(66962,'four_oh_four','2020-04-29 23:51:07','2020-04-30 04:51:07','51.89.201.8',NULL,NULL),(66963,'four_oh_four','2020-04-29 23:51:08','2020-04-30 04:51:08','51.89.201.8',NULL,NULL),(66964,'four_oh_four','2020-04-29 23:51:08','2020-04-30 04:51:08','51.89.201.8',NULL,NULL),(66965,'four_oh_four','2020-04-29 23:51:09','2020-04-30 04:51:09','51.89.201.8',NULL,NULL),(66966,'four_oh_four','2020-04-30 00:59:37','2020-04-30 05:59:37','207.46.13.215',NULL,NULL),(66967,'four_oh_four','2020-04-30 01:56:22','2020-04-30 06:56:22','188.143.235.92',NULL,NULL),(66968,'four_oh_four','2020-04-30 11:05:32','2020-04-30 16:05:32','193.106.30.99',NULL,NULL),(66969,'four_oh_four','2020-04-30 11:25:03','2020-04-30 16:25:03','107.173.230.202',NULL,NULL),(66970,'four_oh_four','2020-04-30 14:09:51','2020-04-30 19:09:51','184.154.139.18',NULL,NULL),(66971,'four_oh_four','2020-04-30 15:13:28','2020-04-30 20:13:28','95.169.7.168',NULL,NULL),(66972,'four_oh_four','2020-04-30 18:50:28','2020-04-30 23:50:28','52.201.182.91',NULL,NULL),(66973,'four_oh_four','2020-04-30 18:50:29','2020-04-30 23:50:29','3.213.96.39',NULL,NULL),(66974,'four_oh_four','2020-04-30 18:50:31','2020-04-30 23:50:31','52.201.182.91',NULL,NULL),(66975,'four_oh_four','2020-04-30 18:50:32','2020-04-30 23:50:32','3.213.96.39',NULL,NULL),(66976,'four_oh_four','2020-04-30 18:50:34','2020-04-30 23:50:34','3.213.96.39',NULL,NULL),(66977,'four_oh_four','2020-04-30 18:50:35','2020-04-30 23:50:35','3.213.96.39',NULL,NULL),(66978,'four_oh_four','2020-04-30 20:00:10','2020-05-01 01:00:10','5.9.145.132',NULL,NULL),(66979,'four_oh_four','2020-04-30 22:25:18','2020-05-01 03:25:18','107.180.109.46',NULL,NULL),(66980,'four_oh_four','2020-04-30 22:48:40','2020-05-01 03:48:40','66.249.75.194',NULL,NULL),(66981,'four_oh_four','2020-05-01 01:27:28','2020-05-01 06:27:28','193.106.30.99',NULL,NULL),(66982,'four_oh_four','2020-05-01 05:17:02','2020-05-01 10:17:02','104.227.97.122',NULL,NULL),(66983,'four_oh_four','2020-05-01 09:38:56','2020-05-01 14:38:56','144.76.162.206',NULL,NULL),(66984,'four_oh_four','2020-05-01 11:01:08','2020-05-01 16:01:08','77.247.127.103',NULL,NULL),(66985,'four_oh_four','2020-05-01 14:09:59','2020-05-01 19:09:59','184.154.139.19',NULL,NULL),(66986,'four_oh_four','2020-05-01 16:32:37','2020-05-01 21:32:37','198.71.237.21',NULL,NULL),(66987,'four_oh_four','2020-05-01 18:56:56','2020-05-01 23:56:56','52.201.182.91',NULL,NULL),(66988,'four_oh_four','2020-05-01 18:56:58','2020-05-01 23:56:58','3.94.137.21',NULL,NULL),(66989,'four_oh_four','2020-05-01 18:56:58','2020-05-01 23:56:58','52.201.182.91',NULL,NULL),(66990,'four_oh_four','2020-05-01 18:57:00','2020-05-01 23:57:00','3.94.137.21',NULL,NULL),(66991,'four_oh_four','2020-05-01 18:57:04','2020-05-01 23:57:04','52.201.182.91',NULL,NULL),(66992,'four_oh_four','2020-05-01 18:57:05','2020-05-01 23:57:05','52.201.182.91',NULL,NULL),(66993,'four_oh_four','2020-05-01 19:04:31','2020-05-02 00:04:31','162.241.30.122',NULL,NULL),(66994,'four_oh_four','2020-05-01 22:25:36','2020-05-02 03:25:36','67.20.76.208',NULL,NULL),(66995,'four_oh_four','2020-05-02 08:22:36','2020-05-02 13:22:36','39.101.205.97',NULL,NULL),(66996,'four_oh_four','2020-05-02 09:13:36','2020-05-02 14:13:36','108.167.133.25',NULL,NULL),(66997,'four_oh_four','2020-05-02 14:06:08','2020-05-02 19:06:08','184.154.139.3',NULL,NULL),(66998,'four_oh_four','2020-05-02 17:55:57','2020-05-02 22:55:57','66.249.75.197',NULL,NULL),(66999,'four_oh_four','2020-05-02 19:07:01','2020-05-03 00:07:01','3.94.137.21',NULL,NULL),(67000,'four_oh_four','2020-05-02 19:07:02','2020-05-03 00:07:02','3.213.96.39',NULL,NULL),(67001,'four_oh_four','2020-05-02 19:07:04','2020-05-03 00:07:04','3.94.137.21',NULL,NULL),(67002,'four_oh_four','2020-05-02 19:07:06','2020-05-03 00:07:06','3.213.96.39',NULL,NULL),(67003,'four_oh_four','2020-05-02 19:07:07','2020-05-03 00:07:07','3.94.137.21',NULL,NULL),(67004,'four_oh_four','2020-05-02 19:07:08','2020-05-03 00:07:08','3.94.137.21',NULL,NULL),(67005,'four_oh_four','2020-05-02 19:53:48','2020-05-03 00:53:48','13.90.159.75',NULL,NULL),(67006,'four_oh_four','2020-05-02 20:23:05','2020-05-03 01:23:05','39.98.124.123',NULL,NULL),(67007,'four_oh_four','2020-05-02 20:47:46','2020-05-03 01:47:46','77.68.116.76',NULL,NULL),(67008,'four_oh_four','2020-05-02 20:50:17','2020-05-03 01:50:17','77.68.116.76',NULL,NULL),(67009,'four_oh_four','2020-05-03 01:06:34','2020-05-03 06:06:34','186.202.153.43',NULL,NULL),(67010,'four_oh_four','2020-05-03 10:44:54','2020-05-03 15:44:54','144.76.162.206',NULL,NULL),(67011,'four_oh_four','2020-05-03 10:45:04','2020-05-03 15:45:04','78.46.94.83',NULL,NULL),(67012,'four_oh_four','2020-05-03 10:45:08','2020-05-03 15:45:08','88.198.43.207',NULL,NULL),(67013,'four_oh_four','2020-05-03 10:53:57','2020-05-03 15:53:57','195.206.165.135',NULL,NULL),(67014,'four_oh_four','2020-05-03 10:54:02','2020-05-03 15:54:02','195.206.165.135',NULL,NULL),(67015,'four_oh_four','2020-05-03 10:54:07','2020-05-03 15:54:07','195.206.165.135',NULL,NULL),(67016,'four_oh_four','2020-05-03 10:54:11','2020-05-03 15:54:11','195.206.165.135',NULL,NULL),(67017,'four_oh_four','2020-05-03 11:50:06','2020-05-03 16:50:06','121.42.142.188',NULL,NULL),(67018,'four_oh_four','2020-05-03 14:05:31','2020-05-03 19:05:31','184.154.139.20',NULL,NULL),(67019,'four_oh_four','2020-05-03 19:17:10','2020-05-04 00:17:10','3.94.137.21',NULL,NULL),(67020,'four_oh_four','2020-05-03 19:17:13','2020-05-04 00:17:13','3.94.137.21',NULL,NULL),(67021,'four_oh_four','2020-05-03 19:17:13','2020-05-04 00:17:13','3.213.96.39',NULL,NULL),(67022,'four_oh_four','2020-05-03 19:17:15','2020-05-04 00:17:15','3.213.96.39',NULL,NULL),(67023,'four_oh_four','2020-05-03 19:17:18','2020-05-04 00:17:18','52.201.182.91',NULL,NULL),(67024,'four_oh_four','2020-05-03 19:17:19','2020-05-04 00:17:19','52.201.182.91',NULL,NULL),(67025,'four_oh_four','2020-05-03 20:34:24','2020-05-04 01:34:24','66.249.75.204',NULL,NULL),(67026,'four_oh_four','2020-05-04 14:12:45','2020-05-04 19:12:45','184.154.139.3',NULL,NULL),(67027,'four_oh_four','2020-05-04 14:13:02','2020-05-04 19:13:02','184.154.139.3',NULL,NULL),(67028,'four_oh_four','2020-05-04 16:34:42','2020-05-04 21:34:42','216.173.66.16',NULL,NULL),(67029,'four_oh_four','2020-05-04 19:22:29','2020-05-05 00:22:29','52.201.182.91',NULL,NULL),(67030,'four_oh_four','2020-05-04 19:22:30','2020-05-05 00:22:30','52.201.182.91',NULL,NULL),(67031,'four_oh_four','2020-05-05 00:20:30','2020-05-05 05:20:30','162.243.29.24',NULL,NULL),(67032,'four_oh_four','2020-05-05 05:43:55','2020-05-05 10:43:55','40.74.241.247',NULL,NULL),(67033,'four_oh_four','2020-05-05 05:43:56','2020-05-05 10:43:56','40.74.241.247',NULL,NULL),(67034,'four_oh_four','2020-05-05 05:44:00','2020-05-05 10:44:00','40.74.241.247',NULL,NULL),(67035,'four_oh_four','2020-05-05 05:44:00','2020-05-05 10:44:00','40.74.241.247',NULL,NULL),(67036,'four_oh_four','2020-05-05 05:44:15','2020-05-05 10:44:15','40.74.241.247',NULL,NULL),(67037,'four_oh_four','2020-05-05 05:44:19','2020-05-05 10:44:19','40.74.241.247',NULL,NULL),(67038,'four_oh_four','2020-05-05 08:39:51','2020-05-05 13:39:51','162.243.29.24',NULL,NULL),(67039,'four_oh_four','2020-05-05 14:11:28','2020-05-05 19:11:28','184.154.139.20',NULL,NULL),(67040,'four_oh_four','2020-05-05 18:00:57','2020-05-05 23:00:57','205.144.171.216',NULL,NULL),(67041,'four_oh_four','2020-05-05 19:26:56','2020-05-06 00:26:56','52.201.182.91',NULL,NULL),(67042,'four_oh_four','2020-05-05 19:26:57','2020-05-06 00:26:57','3.213.96.39',NULL,NULL),(67043,'four_oh_four','2020-05-05 19:26:59','2020-05-06 00:26:59','52.201.182.91',NULL,NULL),(67044,'four_oh_four','2020-05-05 19:27:00','2020-05-06 00:27:00','3.213.96.39',NULL,NULL),(67045,'four_oh_four','2020-05-05 19:27:05','2020-05-06 00:27:05','52.201.182.91',NULL,NULL),(67046,'four_oh_four','2020-05-05 19:27:06','2020-05-06 00:27:06','52.201.182.91',NULL,NULL),(67047,'four_oh_four','2020-05-06 14:08:36','2020-05-06 19:08:36','184.154.139.19',NULL,NULL),(67048,'four_oh_four','2020-05-07 00:13:16','2020-05-07 05:13:16','66.249.75.39',NULL,NULL),(67049,'four_oh_four','2020-05-07 03:41:11','2020-05-07 08:41:11','5.135.143.224',NULL,NULL),(67050,'four_oh_four','2020-05-07 03:41:32','2020-05-07 08:41:32','5.135.143.224',NULL,NULL),(67051,'four_oh_four','2020-05-07 03:41:53','2020-05-07 08:41:53','5.135.143.224',NULL,NULL),(67052,'four_oh_four','2020-05-07 05:25:40','2020-05-07 10:25:40','13.90.114.151',NULL,NULL),(67053,'four_oh_four','2020-05-07 05:25:41','2020-05-07 10:25:41','13.90.114.151',NULL,NULL),(67054,'four_oh_four','2020-05-07 05:25:46','2020-05-07 10:25:46','13.90.114.151',NULL,NULL),(67055,'four_oh_four','2020-05-07 05:25:47','2020-05-07 10:25:47','13.90.114.151',NULL,NULL),(67056,'four_oh_four','2020-05-07 05:26:10','2020-05-07 10:26:10','13.90.114.151',NULL,NULL),(67057,'four_oh_four','2020-05-07 05:26:16','2020-05-07 10:26:16','13.90.114.151',NULL,NULL),(67058,'four_oh_four','2020-05-07 14:11:16','2020-05-07 19:11:16','184.154.139.18',NULL,NULL),(67059,'four_oh_four','2020-05-07 16:14:56','2020-05-07 21:14:56','51.68.11.203',NULL,NULL),(67060,'four_oh_four','2020-05-07 17:13:19','2020-05-07 22:13:19','178.32.68.123',NULL,NULL),(67061,'four_oh_four','2020-05-07 22:41:34','2020-05-08 03:41:34','132.148.151.22',NULL,NULL),(67062,'four_oh_four','2020-05-08 00:07:23','2020-05-08 05:07:23','162.241.225.93',NULL,NULL),(67063,'four_oh_four','2020-05-08 04:30:39','2020-05-08 09:30:39','5.135.143.224',NULL,NULL),(67064,'four_oh_four','2020-05-08 05:57:29','2020-05-08 10:57:29','51.38.115.166',NULL,NULL),(67065,'four_oh_four','2020-05-08 05:58:32','2020-05-08 10:58:32','51.38.115.166',NULL,NULL),(67066,'four_oh_four','2020-05-08 14:09:26','2020-05-08 19:09:26','184.154.139.18',NULL,NULL),(67067,'four_oh_four','2020-05-08 14:10:40','2020-05-08 19:10:40','184.154.139.18',NULL,NULL),(67068,'four_oh_four','2020-05-08 15:28:19','2020-05-08 20:28:19','54.236.1.15',NULL,NULL),(67069,'four_oh_four','2020-05-08 17:38:35','2020-05-08 22:38:35','194.61.24.94',NULL,NULL),(67070,'four_oh_four','2020-05-08 21:00:30','2020-05-09 02:00:30','3.213.96.39',NULL,NULL),(67071,'four_oh_four','2020-05-08 21:00:32','2020-05-09 02:00:32','3.213.96.39',NULL,NULL),(67072,'four_oh_four','2020-05-08 21:00:33','2020-05-09 02:00:33','3.213.96.39',NULL,NULL),(67073,'four_oh_four','2020-05-08 21:00:35','2020-05-09 02:00:35','3.213.96.39',NULL,NULL),(67074,'four_oh_four','2020-05-08 21:00:38','2020-05-09 02:00:38','52.201.182.91',NULL,NULL),(67075,'four_oh_four','2020-05-08 21:00:39','2020-05-09 02:00:39','52.201.182.91',NULL,NULL),(67076,'four_oh_four','2020-05-09 03:09:12','2020-05-09 08:09:12','194.38.96.99',NULL,NULL),(67077,'four_oh_four','2020-05-09 05:51:36','2020-05-09 10:51:36','198.187.29.3',NULL,NULL),(67078,'four_oh_four','2020-05-09 06:49:58','2020-05-09 11:49:58','199.66.201.19',NULL,NULL),(67079,'four_oh_four','2020-05-09 06:49:57','2020-05-09 11:49:57','199.66.201.19',NULL,NULL),(67080,'four_oh_four','2020-05-09 07:25:18','2020-05-09 12:25:18','160.153.154.29',NULL,NULL),(67081,'four_oh_four','2020-05-09 07:25:18','2020-05-09 12:25:18','160.153.154.29',NULL,NULL),(67082,'four_oh_four','2020-05-09 07:25:18','2020-05-09 12:25:18','160.153.154.29',NULL,NULL),(67083,'four_oh_four','2020-05-09 07:25:18','2020-05-09 12:25:18','160.153.154.29',NULL,NULL),(67084,'four_oh_four','2020-05-09 08:36:31','2020-05-09 13:36:31','144.76.162.206',NULL,NULL),(67085,'four_oh_four','2020-05-09 12:05:52','2020-05-09 17:05:52','104.236.133.77',NULL,NULL),(67086,'four_oh_four','2020-05-09 12:05:54','2020-05-09 17:05:54','104.236.133.77',NULL,NULL),(67087,'four_oh_four','2020-05-09 12:05:55','2020-05-09 17:05:55','104.236.133.77',NULL,NULL),(67088,'four_oh_four','2020-05-09 12:05:57','2020-05-09 17:05:57','104.236.133.77',NULL,NULL),(67089,'four_oh_four','2020-05-09 12:05:58','2020-05-09 17:05:58','104.236.133.77',NULL,NULL),(67090,'four_oh_four','2020-05-09 12:05:59','2020-05-09 17:05:59','104.236.133.77',NULL,NULL),(67091,'four_oh_four','2020-05-09 12:06:01','2020-05-09 17:06:01','104.236.133.77',NULL,NULL),(67092,'four_oh_four','2020-05-09 14:03:47','2020-05-09 19:03:47','184.154.139.21',NULL,NULL),(67093,'four_oh_four','2020-05-09 16:10:36','2020-05-09 21:10:36','194.61.24.94',NULL,NULL),(67094,'four_oh_four','2020-05-09 21:24:11','2020-05-10 02:24:11','3.213.96.39',NULL,NULL),(67095,'four_oh_four','2020-05-09 21:24:13','2020-05-10 02:24:13','3.213.96.39',NULL,NULL),(67096,'four_oh_four','2020-05-09 21:24:14','2020-05-10 02:24:14','3.213.96.39',NULL,NULL),(67097,'four_oh_four','2020-05-09 21:24:16','2020-05-10 02:24:16','3.213.96.39',NULL,NULL),(67098,'four_oh_four','2020-05-09 21:24:20','2020-05-10 02:24:20','3.213.96.39',NULL,NULL),(67099,'four_oh_four','2020-05-09 21:24:21','2020-05-10 02:24:21','3.213.96.39',NULL,NULL),(67100,'four_oh_four','2020-05-10 00:25:10','2020-05-10 05:25:10','208.91.199.152',NULL,NULL),(67101,'four_oh_four','2020-05-10 05:19:26','2020-05-10 10:19:26','159.203.182.52',NULL,NULL),(67102,'four_oh_four','2020-05-10 05:19:50','2020-05-10 10:19:50','159.203.182.52',NULL,NULL),(67103,'four_oh_four','2020-05-10 11:54:19','2020-05-10 16:54:19','107.152.173.195',NULL,NULL),(67104,'four_oh_four','2020-05-10 14:12:29','2020-05-10 19:12:29','184.154.139.21',NULL,NULL),(67105,'four_oh_four','2020-05-10 14:33:09','2020-05-10 19:33:09','194.61.24.94',NULL,NULL),(67106,'four_oh_four','2020-05-10 21:39:32','2020-05-11 02:39:32','3.94.137.21',NULL,NULL),(67107,'four_oh_four','2020-05-10 21:39:33','2020-05-11 02:39:33','3.94.137.21',NULL,NULL),(67108,'four_oh_four','2020-05-10 21:39:35','2020-05-11 02:39:35','3.94.137.21',NULL,NULL),(67109,'four_oh_four','2020-05-10 21:39:37','2020-05-11 02:39:37','3.94.137.21',NULL,NULL),(67110,'four_oh_four','2020-05-10 21:39:41','2020-05-11 02:39:41','52.201.182.91',NULL,NULL),(67111,'four_oh_four','2020-05-10 21:39:42','2020-05-11 02:39:42','52.201.182.91',NULL,NULL),(67112,'four_oh_four','2020-05-10 22:37:40','2020-05-11 03:37:40','52.156.80.56',NULL,NULL),(67113,'four_oh_four','2020-05-10 23:50:25','2020-05-11 04:50:25','144.76.102.243',NULL,NULL),(67114,'four_oh_four','2020-05-11 07:39:14','2020-05-11 12:39:14','92.223.89.6',NULL,NULL),(67115,'four_oh_four','2020-05-11 10:46:03','2020-05-11 15:46:03','203.129.113.142',NULL,NULL),(67116,'four_oh_four','2020-05-11 10:47:09','2020-05-11 15:47:09','203.129.113.142',NULL,NULL),(67117,'four_oh_four','2020-05-11 13:12:10','2020-05-11 18:12:10','194.61.24.94',NULL,NULL),(67118,'four_oh_four','2020-05-11 14:06:14','2020-05-11 19:06:14','184.154.139.21',NULL,NULL),(67119,'four_oh_four','2020-05-11 21:44:24','2020-05-12 02:44:24','3.94.137.21',NULL,NULL),(67120,'four_oh_four','2020-05-11 21:44:27','2020-05-12 02:44:27','3.94.137.21',NULL,NULL),(67121,'four_oh_four','2020-05-11 21:44:28','2020-05-12 02:44:28','52.201.182.91',NULL,NULL),(67122,'four_oh_four','2020-05-11 21:44:31','2020-05-12 02:44:31','52.201.182.91',NULL,NULL),(67123,'four_oh_four','2020-05-11 21:44:31','2020-05-12 02:44:31','3.94.137.21',NULL,NULL),(67124,'four_oh_four','2020-05-11 21:44:32','2020-05-12 02:44:32','3.94.137.21',NULL,NULL),(67125,'four_oh_four','2020-05-12 02:18:14','2020-05-12 07:18:14','212.92.105.227',NULL,NULL),(67126,'four_oh_four','2020-05-12 07:17:05','2020-05-12 12:17:05','217.69.14.197',NULL,NULL),(67127,'four_oh_four','2020-05-12 07:17:35','2020-05-12 12:17:35','217.69.14.197',NULL,NULL),(67128,'four_oh_four','2020-05-12 07:18:41','2020-05-12 12:18:41','217.69.14.197',NULL,NULL),(67129,'four_oh_four','2020-05-12 07:25:39','2020-05-12 12:25:39','217.69.14.197',NULL,NULL),(67130,'four_oh_four','2020-05-12 08:56:11','2020-05-12 13:56:11','104.41.139.251',NULL,NULL),(67131,'four_oh_four','2020-05-12 11:21:04','2020-05-12 16:21:04','66.249.75.194',NULL,NULL),(67132,'four_oh_four','2020-05-12 12:19:31','2020-05-12 17:19:31','194.61.24.94',NULL,NULL),(67133,'four_oh_four','2020-05-12 14:05:06','2020-05-12 19:05:06','184.154.139.18',NULL,NULL),(67134,'four_oh_four','2020-05-12 14:57:21','2020-05-12 19:57:21','18.224.190.134',NULL,NULL),(67135,'four_oh_four','2020-05-12 14:57:23','2020-05-12 19:57:23','18.224.190.134',NULL,NULL),(67136,'four_oh_four','2020-05-12 14:57:49','2020-05-12 19:57:49','18.224.190.134',NULL,NULL),(67137,'four_oh_four','2020-05-12 14:57:51','2020-05-12 19:57:51','18.224.190.134',NULL,NULL),(67138,'four_oh_four','2020-05-12 15:00:09','2020-05-12 20:00:09','18.224.190.134',NULL,NULL),(67139,'four_oh_four','2020-05-12 15:00:14','2020-05-12 20:00:14','18.224.190.134',NULL,NULL),(67140,'four_oh_four','2020-05-12 15:02:59','2020-05-12 20:02:59','92.204.53.67',NULL,NULL),(67141,'four_oh_four','2020-05-12 15:03:00','2020-05-12 20:03:00','92.204.53.67',NULL,NULL),(67142,'four_oh_four','2020-05-12 15:03:01','2020-05-12 20:03:01','92.204.53.67',NULL,NULL),(67143,'four_oh_four','2020-05-12 15:40:12','2020-05-12 20:40:12','78.46.69.46',NULL,NULL),(67144,'four_oh_four','2020-05-12 15:40:14','2020-05-12 20:40:14','78.46.69.46',NULL,NULL),(67145,'four_oh_four','2020-05-12 15:40:17','2020-05-12 20:40:17','78.46.69.46',NULL,NULL),(67146,'four_oh_four','2020-05-12 15:41:29','2020-05-12 20:41:29','78.46.69.46',NULL,NULL),(67147,'four_oh_four','2020-05-12 15:41:31','2020-05-12 20:41:31','78.46.69.46',NULL,NULL),(67148,'four_oh_four','2020-05-12 20:16:00','2020-05-13 01:16:00','66.249.75.199',NULL,NULL),(67149,'four_oh_four','2020-05-12 21:51:53','2020-05-13 02:51:53','3.94.137.21',NULL,NULL),(67150,'four_oh_four','2020-05-12 21:51:54','2020-05-13 02:51:54','3.94.137.21',NULL,NULL),(67151,'four_oh_four','2020-05-12 21:51:56','2020-05-13 02:51:56','3.94.137.21',NULL,NULL),(67152,'four_oh_four','2020-05-12 21:51:58','2020-05-13 02:51:58','3.94.137.21',NULL,NULL),(67153,'four_oh_four','2020-05-12 21:52:00','2020-05-13 02:52:00','3.213.96.39',NULL,NULL),(67154,'four_oh_four','2020-05-12 21:52:01','2020-05-13 02:52:01','3.213.96.39',NULL,NULL),(67155,'four_oh_four','2020-05-12 23:33:49','2020-05-13 04:33:49','24.146.32.133',NULL,NULL),(67156,'four_oh_four','2020-05-12 23:33:49','2020-05-13 04:33:49','24.146.32.133',NULL,NULL),(67157,'four_oh_four','2020-05-12 23:34:01','2020-05-13 04:34:01','24.146.32.133',NULL,NULL),(67158,'four_oh_four','2020-05-12 23:34:09','2020-05-13 04:34:09','24.146.32.133',NULL,NULL),(67159,'four_oh_four','2020-05-12 23:34:10','2020-05-13 04:34:10','24.146.32.133',NULL,NULL),(67160,'four_oh_four','2020-05-12 23:34:26','2020-05-13 04:34:26','24.146.32.133',NULL,NULL),(67161,'four_oh_four','2020-05-12 23:34:42','2020-05-13 04:34:42','24.146.32.133',NULL,NULL),(67162,'four_oh_four','2020-05-12 23:34:51','2020-05-13 04:34:51','24.146.32.133',NULL,NULL),(67163,'four_oh_four','2020-05-12 23:34:59','2020-05-13 04:34:59','24.146.32.133',NULL,NULL),(67164,'four_oh_four','2020-05-12 23:35:07','2020-05-13 04:35:07','24.146.32.133',NULL,NULL),(67165,'four_oh_four','2020-05-13 00:00:04','2020-05-13 05:00:04','207.46.13.49',NULL,NULL),(67166,'four_oh_four','2020-05-13 02:47:50','2020-05-13 07:47:50','23.160.192.136',NULL,NULL),(67167,'four_oh_four','2020-05-13 02:47:50','2020-05-13 07:47:50','15.165.80.98',NULL,NULL),(67168,'four_oh_four','2020-05-13 02:47:50','2020-05-13 07:47:50','188.166.211.122',NULL,NULL),(67169,'four_oh_four','2020-05-13 02:47:52','2020-05-13 07:47:52','195.248.241.174',NULL,NULL),(67170,'four_oh_four','2020-05-13 04:19:08','2020-05-13 09:19:08','167.71.90.226',NULL,NULL),(67171,'four_oh_four','2020-05-13 04:19:10','2020-05-13 09:19:10','167.71.90.226',NULL,NULL),(67172,'four_oh_four','2020-05-13 04:19:12','2020-05-13 09:19:12','167.71.90.226',NULL,NULL),(67173,'four_oh_four','2020-05-13 04:21:44','2020-05-13 09:21:44','167.71.90.226',NULL,NULL),(67174,'four_oh_four','2020-05-13 04:21:51','2020-05-13 09:21:51','167.71.90.226',NULL,NULL),(67175,'four_oh_four','2020-05-13 08:32:33','2020-05-13 13:32:33','23.244.61.17',NULL,NULL),(67176,'four_oh_four','2020-05-13 08:39:47','2020-05-13 13:39:47','192.185.129.43',NULL,NULL),(67177,'four_oh_four','2020-05-13 10:48:35','2020-05-13 15:48:35','194.61.24.94',NULL,NULL),(67178,'four_oh_four','2020-05-13 14:02:41','2020-05-13 19:02:41','184.154.139.3',NULL,NULL),(67179,'four_oh_four','2020-05-13 14:17:07','2020-05-13 19:17:07','24.146.32.133',NULL,NULL),(67180,'four_oh_four','2020-05-13 14:17:06','2020-05-13 19:17:06','24.146.32.133',NULL,NULL),(67181,'four_oh_four','2020-05-13 14:17:12','2020-05-13 19:17:12','24.146.32.133',NULL,NULL),(67182,'four_oh_four','2020-05-13 14:17:18','2020-05-13 19:17:18','24.146.32.133',NULL,NULL),(67183,'four_oh_four','2020-05-13 14:17:18','2020-05-13 19:17:18','24.146.32.133',NULL,NULL),(67184,'four_oh_four','2020-05-13 14:17:27','2020-05-13 19:17:27','24.146.32.133',NULL,NULL),(67185,'four_oh_four','2020-05-13 14:17:35','2020-05-13 19:17:35','24.146.32.133',NULL,NULL),(67186,'four_oh_four','2020-05-13 14:17:40','2020-05-13 19:17:40','24.146.32.133',NULL,NULL),(67187,'four_oh_four','2020-05-13 14:17:45','2020-05-13 19:17:45','24.146.32.133',NULL,NULL),(67188,'four_oh_four','2020-05-13 14:17:49','2020-05-13 19:17:49','24.146.32.133',NULL,NULL),(67189,'four_oh_four','2020-05-13 14:50:46','2020-05-13 19:50:46','34.192.8.69',NULL,NULL),(67190,'four_oh_four','2020-05-13 14:50:48','2020-05-13 19:50:48','34.192.8.69',NULL,NULL),(67191,'four_oh_four','2020-05-13 14:50:49','2020-05-13 19:50:49','34.192.8.69',NULL,NULL),(67192,'four_oh_four','2020-05-13 22:05:07','2020-05-14 03:05:07','3.213.96.39',NULL,NULL),(67193,'four_oh_four','2020-05-13 22:05:08','2020-05-14 03:05:08','3.94.137.21',NULL,NULL),(67194,'four_oh_four','2020-05-13 22:05:10','2020-05-14 03:05:10','3.213.96.39',NULL,NULL),(67195,'four_oh_four','2020-05-13 22:05:11','2020-05-14 03:05:11','3.94.137.21',NULL,NULL),(67196,'four_oh_four','2020-05-13 22:05:15','2020-05-14 03:05:15','52.201.182.91',NULL,NULL),(67197,'four_oh_four','2020-05-13 22:05:16','2020-05-14 03:05:16','52.201.182.91',NULL,NULL),(67198,'four_oh_four','2020-05-13 23:20:01','2020-05-14 04:20:01','51.137.202.121',NULL,NULL),(67199,'four_oh_four','2020-05-13 23:20:03','2020-05-14 04:20:03','51.137.202.121',NULL,NULL),(67200,'four_oh_four','2020-05-13 23:20:04','2020-05-14 04:20:04','51.137.202.121',NULL,NULL),(67201,'four_oh_four','2020-05-14 08:55:48','2020-05-14 13:55:48','194.61.24.94',NULL,NULL),(67202,'four_oh_four','2020-05-14 14:09:34','2020-05-14 19:09:34','184.154.139.17',NULL,NULL),(67203,'four_oh_four','2020-05-14 15:14:49','2020-05-14 20:14:49','45.72.35.188',NULL,NULL),(67204,'brute_force','2020-05-14 15:20:06','2020-05-14 20:20:06','51.91.236.130',NULL,NULL),(67205,'brute_force','2020-05-14 15:20:06','2020-05-14 20:20:06',NULL,NULL,'admin'),(67206,'four_oh_four','2020-05-14 15:35:43','2020-05-14 20:35:43','162.241.226.175',NULL,NULL),(67207,'four_oh_four','2020-05-14 19:26:27','2020-05-15 00:26:27','18.224.190.134',NULL,NULL),(67208,'four_oh_four','2020-05-14 19:26:28','2020-05-15 00:26:28','18.224.190.134',NULL,NULL),(67209,'four_oh_four','2020-05-14 19:26:32','2020-05-15 00:26:32','18.224.190.134',NULL,NULL),(67210,'four_oh_four','2020-05-14 19:26:33','2020-05-15 00:26:33','18.224.190.134',NULL,NULL),(67211,'four_oh_four','2020-05-14 19:26:51','2020-05-15 00:26:51','18.224.190.134',NULL,NULL),(67212,'four_oh_four','2020-05-14 19:26:56','2020-05-15 00:26:56','18.224.190.134',NULL,NULL),(67213,'four_oh_four','2020-05-14 20:35:25','2020-05-15 01:35:25','162.241.229.246',NULL,NULL),(67214,'four_oh_four','2020-05-14 22:11:01','2020-05-15 03:11:01','3.94.137.21',NULL,NULL),(67215,'four_oh_four','2020-05-14 22:11:02','2020-05-15 03:11:02','3.213.96.39',NULL,NULL),(67216,'four_oh_four','2020-05-14 22:11:05','2020-05-15 03:11:05','52.201.182.91',NULL,NULL),(67217,'four_oh_four','2020-05-14 22:11:07','2020-05-15 03:11:07','3.213.96.39',NULL,NULL),(67218,'four_oh_four','2020-05-14 22:11:09','2020-05-15 03:11:09','3.94.137.21',NULL,NULL),(67219,'four_oh_four','2020-05-14 22:11:11','2020-05-15 03:11:11','52.201.182.91',NULL,NULL),(67220,'four_oh_four','2020-05-14 22:11:16','2020-05-15 03:11:16','3.94.137.21',NULL,NULL),(67221,'four_oh_four','2020-05-14 22:11:17','2020-05-15 03:11:17','3.94.137.21',NULL,NULL),(67222,'four_oh_four','2020-05-15 00:50:04','2020-05-15 05:50:04','162.243.29.24',NULL,NULL),(67223,'four_oh_four','2020-05-15 01:51:56','2020-05-15 06:51:56','185.107.45.180',NULL,NULL),(67224,'four_oh_four','2020-05-15 01:51:58','2020-05-15 06:51:58','185.107.45.180',NULL,NULL),(67225,'four_oh_four','2020-05-15 01:52:00','2020-05-15 06:52:00','185.107.45.180',NULL,NULL),(67226,'four_oh_four','2020-05-15 01:52:01','2020-05-15 06:52:01','185.107.45.180',NULL,NULL),(67227,'four_oh_four','2020-05-15 01:52:02','2020-05-15 06:52:02','185.107.45.180',NULL,NULL),(67228,'four_oh_four','2020-05-15 01:52:04','2020-05-15 06:52:04','185.107.45.180',NULL,NULL),(67229,'four_oh_four','2020-05-15 01:52:05','2020-05-15 06:52:05','185.107.45.180',NULL,NULL),(67230,'four_oh_four','2020-05-15 01:52:06','2020-05-15 06:52:06','185.107.45.180',NULL,NULL),(67231,'four_oh_four','2020-05-15 01:52:07','2020-05-15 06:52:07','185.107.45.180',NULL,NULL),(67232,'four_oh_four','2020-05-15 01:52:08','2020-05-15 06:52:08','185.107.45.180',NULL,NULL),(67233,'four_oh_four','2020-05-15 01:52:10','2020-05-15 06:52:10','185.107.45.180',NULL,NULL),(67234,'four_oh_four','2020-05-15 01:52:11','2020-05-15 06:52:11','185.107.45.180',NULL,NULL),(67235,'four_oh_four','2020-05-15 01:52:12','2020-05-15 06:52:12','185.107.45.180',NULL,NULL),(67236,'four_oh_four','2020-05-15 01:52:14','2020-05-15 06:52:14','185.107.45.180',NULL,NULL),(67237,'four_oh_four','2020-05-15 01:52:15','2020-05-15 06:52:15','185.107.45.180',NULL,NULL),(67238,'four_oh_four','2020-05-15 01:52:16','2020-05-15 06:52:16','185.107.45.180',NULL,NULL),(67239,'four_oh_four','2020-05-15 01:52:17','2020-05-15 06:52:17','185.107.45.180',NULL,NULL),(67240,'four_oh_four','2020-05-15 01:52:19','2020-05-15 06:52:19','185.107.45.180',NULL,NULL),(67241,'four_oh_four','2020-05-15 04:29:03','2020-05-15 09:29:03','188.213.49.211',NULL,NULL),(67242,'four_oh_four','2020-05-15 07:02:48','2020-05-15 12:02:48','194.61.24.94',NULL,NULL),(67243,'four_oh_four','2020-05-15 09:05:59','2020-05-15 14:05:59','162.243.29.24',NULL,NULL),(67244,'four_oh_four','2020-05-15 11:47:14','2020-05-15 16:47:14','50.87.144.90',NULL,NULL),(67245,'four_oh_four','2020-05-15 14:03:29','2020-05-15 19:03:29','184.154.139.17',NULL,NULL),(67246,'four_oh_four','2020-05-15 16:08:56','2020-05-15 21:08:56','79.137.9.179',NULL,NULL),(67247,'four_oh_four','2020-05-15 16:08:57','2020-05-15 21:08:57','79.137.9.179',NULL,NULL),(67248,'four_oh_four','2020-05-15 16:08:58','2020-05-15 21:08:58','79.137.9.179',NULL,NULL),(67249,'four_oh_four','2020-05-15 16:08:59','2020-05-15 21:08:59','79.137.9.179',NULL,NULL),(67250,'four_oh_four','2020-05-15 16:09:01','2020-05-15 21:09:01','79.137.9.179',NULL,NULL),(67251,'four_oh_four','2020-05-15 16:09:02','2020-05-15 21:09:02','79.137.9.179',NULL,NULL),(67252,'four_oh_four','2020-05-15 16:09:03','2020-05-15 21:09:03','79.137.9.179',NULL,NULL),(67253,'four_oh_four','2020-05-15 16:09:04','2020-05-15 21:09:04','79.137.9.179',NULL,NULL),(67254,'four_oh_four','2020-05-15 18:11:55','2020-05-15 23:11:55','47.113.87.53',NULL,NULL),(67255,'four_oh_four','2020-05-15 18:11:54','2020-05-15 23:11:54','47.113.87.53',NULL,NULL),(67256,'four_oh_four','2020-05-15 18:11:54','2020-05-15 23:11:54','47.113.87.53',NULL,NULL),(67257,'four_oh_four','2020-05-15 18:11:54','2020-05-15 23:11:54','47.113.87.53',NULL,NULL),(67258,'four_oh_four','2020-05-15 18:11:54','2020-05-15 23:11:54','47.113.87.53',NULL,NULL),(67259,'four_oh_four','2020-05-15 18:11:55','2020-05-15 23:11:55','47.113.87.53',NULL,NULL),(67260,'four_oh_four','2020-05-15 18:11:54','2020-05-15 23:11:54','47.113.87.53',NULL,NULL),(67261,'four_oh_four','2020-05-15 18:11:54','2020-05-15 23:11:54','47.113.87.53',NULL,NULL),(67262,'four_oh_four','2020-05-15 18:11:54','2020-05-15 23:11:54','47.113.87.53',NULL,NULL),(67263,'four_oh_four','2020-05-15 18:11:54','2020-05-15 23:11:54','47.113.87.53',NULL,NULL),(67264,'four_oh_four','2020-05-15 18:11:55','2020-05-15 23:11:55','47.113.87.53',NULL,NULL),(67265,'four_oh_four','2020-05-15 18:11:55','2020-05-15 23:11:55','47.113.87.53',NULL,NULL),(67266,'four_oh_four','2020-05-15 18:11:55','2020-05-15 23:11:55','47.113.87.53',NULL,NULL),(67267,'four_oh_four','2020-05-15 18:11:55','2020-05-15 23:11:55','47.113.87.53',NULL,NULL),(67268,'four_oh_four','2020-05-15 18:11:54','2020-05-15 23:11:54','47.113.87.53',NULL,NULL),(67269,'four_oh_four','2020-05-15 18:11:55','2020-05-15 23:11:55','47.113.87.53',NULL,NULL),(67270,'four_oh_four','2020-05-15 18:11:55','2020-05-15 23:11:55','47.113.87.53',NULL,NULL),(67271,'four_oh_four','2020-05-15 18:11:54','2020-05-15 23:11:54','47.113.87.53',NULL,NULL),(67272,'four_oh_four','2020-05-15 18:11:55','2020-05-15 23:11:55','47.113.87.53',NULL,NULL),(67273,'four_oh_four','2020-05-15 18:11:54','2020-05-15 23:11:54','47.113.87.53',NULL,NULL),(67274,'four_oh_four','2020-05-15 18:11:55','2020-05-15 23:11:55','47.113.87.53',NULL,NULL),(67275,'four_oh_four','2020-05-15 18:11:54','2020-05-15 23:11:54','47.113.87.53',NULL,NULL),(67276,'four_oh_four','2020-05-15 18:11:55','2020-05-15 23:11:55','47.113.87.53',NULL,NULL),(67277,'four_oh_four','2020-05-15 18:11:55','2020-05-15 23:11:55','47.113.87.53',NULL,NULL),(67278,'four_oh_four','2020-05-15 18:11:55','2020-05-15 23:11:55','47.113.87.53',NULL,NULL),(67279,'four_oh_four','2020-05-15 21:59:42','2020-05-16 02:59:42','158.101.18.36',NULL,NULL),(67280,'four_oh_four','2020-05-15 21:59:43','2020-05-16 02:59:43','158.101.18.36',NULL,NULL),(67281,'four_oh_four','2020-05-15 21:59:44','2020-05-16 02:59:44','158.101.18.36',NULL,NULL),(67282,'four_oh_four','2020-05-15 21:59:45','2020-05-16 02:59:45','158.101.18.36',NULL,NULL),(67283,'four_oh_four','2020-05-15 21:59:46','2020-05-16 02:59:46','158.101.18.36',NULL,NULL),(67284,'four_oh_four','2020-05-15 21:59:47','2020-05-16 02:59:47','158.101.18.36',NULL,NULL),(67285,'four_oh_four','2020-05-15 21:59:48','2020-05-16 02:59:48','158.101.18.36',NULL,NULL),(67286,'four_oh_four','2020-05-15 21:59:49','2020-05-16 02:59:49','158.101.18.36',NULL,NULL),(67287,'four_oh_four','2020-05-15 21:59:50','2020-05-16 02:59:50','158.101.18.36',NULL,NULL),(67288,'four_oh_four','2020-05-15 21:59:51','2020-05-16 02:59:51','158.101.18.36',NULL,NULL),(67289,'four_oh_four','2020-05-15 21:59:54','2020-05-16 02:59:54','158.101.18.36',NULL,NULL),(67290,'four_oh_four','2020-05-15 21:59:54','2020-05-16 02:59:54','158.101.18.36',NULL,NULL),(67291,'four_oh_four','2020-05-15 21:59:55','2020-05-16 02:59:55','158.101.18.36',NULL,NULL),(67292,'four_oh_four','2020-05-15 21:59:56','2020-05-16 02:59:56','158.101.18.36',NULL,NULL),(67293,'four_oh_four','2020-05-15 21:59:57','2020-05-16 02:59:57','158.101.18.36',NULL,NULL),(67294,'four_oh_four','2020-05-15 21:59:58','2020-05-16 02:59:58','158.101.18.36',NULL,NULL),(67295,'four_oh_four','2020-05-15 21:59:59','2020-05-16 02:59:59','158.101.18.36',NULL,NULL),(67296,'four_oh_four','2020-05-15 22:00:00','2020-05-16 03:00:00','158.101.18.36',NULL,NULL),(67297,'four_oh_four','2020-05-15 22:00:01','2020-05-16 03:00:01','158.101.18.36',NULL,NULL),(67298,'four_oh_four','2020-05-15 22:00:02','2020-05-16 03:00:02','158.101.18.36',NULL,NULL),(67299,'four_oh_four','2020-05-15 22:21:53','2020-05-16 03:21:53','3.94.137.21',NULL,NULL),(67300,'four_oh_four','2020-05-15 22:21:55','2020-05-16 03:21:55','3.213.96.39',NULL,NULL),(67301,'four_oh_four','2020-05-15 22:21:55','2020-05-16 03:21:55','3.94.137.21',NULL,NULL),(67302,'four_oh_four','2020-05-15 22:21:57','2020-05-16 03:21:57','3.213.96.39',NULL,NULL),(67303,'four_oh_four','2020-05-15 22:21:59','2020-05-16 03:21:59','3.213.96.39',NULL,NULL),(67304,'four_oh_four','2020-05-15 22:22:01','2020-05-16 03:22:01','3.213.96.39',NULL,NULL),(67305,'four_oh_four','2020-05-15 22:22:07','2020-05-16 03:22:07','3.213.96.39',NULL,NULL),(67306,'four_oh_four','2020-05-15 22:22:08','2020-05-16 03:22:08','3.213.96.39',NULL,NULL),(67307,'brute_force','2020-05-16 00:10:09','2020-05-16 05:10:09','23.229.11.75',NULL,NULL),(67308,'brute_force','2020-05-16 00:10:09','2020-05-16 05:10:09',NULL,NULL,'admin'),(67309,'four_oh_four','2020-05-16 02:05:29','2020-05-16 07:05:29','79.137.9.179',NULL,NULL),(67310,'four_oh_four','2020-05-16 02:05:31','2020-05-16 07:05:31','79.137.9.179',NULL,NULL),(67311,'four_oh_four','2020-05-16 02:33:06','2020-05-16 07:33:06','200.111.67.30',NULL,NULL),(67312,'four_oh_four','2020-05-16 02:33:08','2020-05-16 07:33:08','200.111.67.30',NULL,NULL),(67313,'four_oh_four','2020-05-16 02:33:09','2020-05-16 07:33:09','200.111.67.30',NULL,NULL),(67314,'four_oh_four','2020-05-16 05:09:03','2020-05-16 10:09:03','194.61.24.94',NULL,NULL),(67315,'four_oh_four','2020-05-16 11:37:53','2020-05-16 16:37:53','79.137.9.179',NULL,NULL),(67316,'four_oh_four','2020-05-16 11:37:54','2020-05-16 16:37:54','79.137.9.179',NULL,NULL),(67317,'four_oh_four','2020-05-16 11:37:55','2020-05-16 16:37:55','79.137.9.179',NULL,NULL),(67318,'four_oh_four','2020-05-16 11:37:56','2020-05-16 16:37:56','79.137.9.179',NULL,NULL),(67319,'four_oh_four','2020-05-16 11:37:58','2020-05-16 16:37:58','79.137.9.179',NULL,NULL),(67320,'four_oh_four','2020-05-16 11:37:59','2020-05-16 16:37:59','79.137.9.179',NULL,NULL),(67321,'four_oh_four','2020-05-16 11:38:00','2020-05-16 16:38:00','79.137.9.179',NULL,NULL),(67322,'four_oh_four','2020-05-16 11:38:01','2020-05-16 16:38:01','79.137.9.179',NULL,NULL),(67323,'four_oh_four','2020-05-16 11:56:39','2020-05-16 16:56:39','157.55.39.63',NULL,NULL),(67324,'four_oh_four','2020-05-16 14:02:16','2020-05-16 19:02:16','184.154.139.20',NULL,NULL),(67325,'four_oh_four','2020-05-16 22:27:36','2020-05-17 03:27:36','3.213.96.39',NULL,NULL),(67326,'four_oh_four','2020-05-16 22:27:38','2020-05-17 03:27:38','3.94.137.21',NULL,NULL),(67327,'four_oh_four','2020-05-16 22:27:39','2020-05-17 03:27:39','3.213.96.39',NULL,NULL),(67328,'four_oh_four','2020-05-16 22:27:42','2020-05-17 03:27:42','3.94.137.21',NULL,NULL),(67329,'four_oh_four','2020-05-16 22:27:42','2020-05-17 03:27:42','3.94.137.21',NULL,NULL),(67330,'four_oh_four','2020-05-16 22:27:45','2020-05-17 03:27:45','3.94.137.21',NULL,NULL),(67331,'four_oh_four','2020-05-16 22:27:52','2020-05-17 03:27:52','52.201.182.91',NULL,NULL),(67332,'four_oh_four','2020-05-16 22:27:53','2020-05-17 03:27:53','52.201.182.91',NULL,NULL),(67333,'four_oh_four','2020-05-16 23:54:33','2020-05-17 04:54:33','185.15.196.162',NULL,NULL),(67334,'four_oh_four','2020-05-17 03:14:54','2020-05-17 08:14:54','194.61.24.94',NULL,NULL),(67335,'four_oh_four','2020-05-17 03:20:54','2020-05-17 08:20:54','66.249.75.200',NULL,NULL),(67336,'four_oh_four','2020-05-17 09:28:22','2020-05-17 14:28:22','77.88.5.133',NULL,NULL),(67337,'brute_force','2020-05-17 10:42:19','2020-05-17 15:42:19','85.118.128.45',NULL,NULL),(67338,'brute_force','2020-05-17 10:42:19','2020-05-17 15:42:19',NULL,NULL,'admin'),(67339,'four_oh_four','2020-05-17 14:01:59','2020-05-17 19:01:59','184.154.139.19',NULL,NULL),(67340,'four_oh_four','2020-05-17 22:32:26','2020-05-18 03:32:26','3.213.96.39',NULL,NULL),(67341,'four_oh_four','2020-05-17 22:32:27','2020-05-18 03:32:27','3.213.96.39',NULL,NULL),(67342,'four_oh_four','2020-05-17 22:32:31','2020-05-18 03:32:31','3.213.96.39',NULL,NULL),(67343,'four_oh_four','2020-05-17 22:32:32','2020-05-18 03:32:32','3.213.96.39',NULL,NULL),(67344,'four_oh_four','2020-05-17 22:32:32','2020-05-18 03:32:32','3.94.137.21',NULL,NULL),(67345,'four_oh_four','2020-05-17 22:32:36','2020-05-18 03:32:36','3.94.137.21',NULL,NULL),(67346,'four_oh_four','2020-05-17 22:32:40','2020-05-18 03:32:40','3.94.137.21',NULL,NULL),(67347,'four_oh_four','2020-05-17 22:32:41','2020-05-18 03:32:41','3.94.137.21',NULL,NULL),(67348,'four_oh_four','2020-05-17 22:57:06','2020-05-18 03:57:06','108.167.159.7',NULL,NULL),(67349,'four_oh_four','2020-05-18 01:24:46','2020-05-18 06:24:46','194.61.24.94',NULL,NULL),(67350,'four_oh_four','2020-05-18 01:53:37','2020-05-18 06:53:37','222.252.16.71',NULL,NULL),(67351,'four_oh_four','2020-05-18 02:01:04','2020-05-18 07:01:04','88.198.43.207',NULL,NULL),(67352,'four_oh_four','2020-05-18 14:05:57','2020-05-18 19:05:57','184.154.139.17',NULL,NULL),(67353,'four_oh_four','2020-05-18 19:02:09','2020-05-19 00:02:09','104.239.4.144',NULL,NULL),(67354,'four_oh_four','2020-05-18 20:09:17','2020-05-19 01:09:17','66.249.75.204',NULL,NULL),(67355,'four_oh_four','2020-05-18 21:29:37','2020-05-19 02:29:37','66.249.75.197',NULL,NULL),(67356,'four_oh_four','2020-05-18 22:56:00','2020-05-19 03:56:00','52.201.182.91',NULL,NULL),(67357,'four_oh_four','2020-05-18 22:56:01','2020-05-19 03:56:01','52.201.182.91',NULL,NULL),(67358,'four_oh_four','2020-05-18 22:56:03','2020-05-19 03:56:03','52.201.182.91',NULL,NULL),(67359,'four_oh_four','2020-05-18 22:56:04','2020-05-19 03:56:04','52.201.182.91',NULL,NULL),(67360,'four_oh_four','2020-05-18 22:56:05','2020-05-19 03:56:05','52.201.182.91',NULL,NULL),(67361,'four_oh_four','2020-05-18 22:56:06','2020-05-19 03:56:06','52.201.182.91',NULL,NULL),(67362,'four_oh_four','2020-05-18 22:56:16','2020-05-19 03:56:16','52.201.182.91',NULL,NULL),(67363,'four_oh_four','2020-05-18 22:56:17','2020-05-19 03:56:17','52.201.182.91',NULL,NULL),(67364,'four_oh_four','2020-05-19 00:01:37','2020-05-19 05:01:37','194.61.24.94',NULL,NULL),(67365,'four_oh_four','2020-05-19 08:28:05','2020-05-19 13:28:05','40.77.167.59',NULL,NULL),(67366,'four_oh_four','2020-05-19 14:05:00','2020-05-19 19:05:00','184.154.139.20',NULL,NULL),(67367,'four_oh_four','2020-05-19 14:55:59','2020-05-19 19:55:59','23.229.75.28',NULL,NULL),(67368,'four_oh_four','2020-05-19 15:46:25','2020-05-19 20:46:25','130.61.36.89',NULL,NULL),(67369,'four_oh_four','2020-05-19 15:46:29','2020-05-19 20:46:29','130.61.36.89',NULL,NULL),(67370,'four_oh_four','2020-05-19 15:46:31','2020-05-19 20:46:31','130.61.36.89',NULL,NULL),(67371,'four_oh_four','2020-05-19 18:16:17','2020-05-19 23:16:17','120.79.140.115',NULL,NULL),(67372,'four_oh_four','2020-05-19 18:16:19','2020-05-19 23:16:19','120.79.140.115',NULL,NULL),(67373,'four_oh_four','2020-05-19 18:16:21','2020-05-19 23:16:21','120.79.140.115',NULL,NULL),(67374,'four_oh_four','2020-05-19 20:29:41','2020-05-20 01:29:41','185.15.196.162',NULL,NULL),(67375,'four_oh_four','2020-05-19 21:57:57','2020-05-20 02:57:57','194.61.24.94',NULL,NULL),(67376,'four_oh_four','2020-05-19 23:01:11','2020-05-20 04:01:11','3.94.137.21',NULL,NULL),(67377,'four_oh_four','2020-05-19 23:01:12','2020-05-20 04:01:12','52.201.182.91',NULL,NULL),(67378,'four_oh_four','2020-05-19 23:01:13','2020-05-20 04:01:13','3.94.137.21',NULL,NULL),(67379,'four_oh_four','2020-05-19 23:01:16','2020-05-20 04:01:16','52.201.182.91',NULL,NULL),(67380,'four_oh_four','2020-05-19 23:01:18','2020-05-20 04:01:18','52.201.182.91',NULL,NULL),(67381,'four_oh_four','2020-05-19 23:01:21','2020-05-20 04:01:21','52.201.182.91',NULL,NULL),(67382,'four_oh_four','2020-05-19 23:01:25','2020-05-20 04:01:25','3.94.137.21',NULL,NULL),(67383,'four_oh_four','2020-05-19 23:01:26','2020-05-20 04:01:26','3.94.137.21',NULL,NULL),(67384,'four_oh_four','2020-05-19 23:19:02','2020-05-20 04:19:02','52.191.129.218',NULL,NULL),(67385,'four_oh_four','2020-05-19 23:19:12','2020-05-20 04:19:12','52.191.129.218',NULL,NULL),(67386,'four_oh_four','2020-05-19 23:19:14','2020-05-20 04:19:14','52.191.129.218',NULL,NULL),(67387,'brute_force','2020-05-20 03:30:07','2020-05-20 08:30:07','92.53.114.85',NULL,NULL),(67388,'brute_force','2020-05-20 03:30:07','2020-05-20 08:30:07',NULL,NULL,'admin'),(67389,'four_oh_four','2020-05-20 04:36:40','2020-05-20 09:36:40','46.243.145.132',NULL,NULL),(67390,'four_oh_four','2020-05-20 10:27:50','2020-05-20 15:27:50','162.241.225.120',NULL,NULL),(67391,'four_oh_four','2020-05-20 14:11:46','2020-05-20 19:11:46','184.154.139.3',NULL,NULL),(67392,'four_oh_four','2020-05-20 20:28:38','2020-05-21 01:28:38','194.61.24.94',NULL,NULL),(67393,'four_oh_four','2020-05-20 21:01:20','2020-05-21 02:01:20','51.75.52.118',NULL,NULL),(67394,'four_oh_four','2020-05-20 23:06:15','2020-05-21 04:06:15','52.201.182.91',NULL,NULL),(67395,'four_oh_four','2020-05-20 23:06:15','2020-05-21 04:06:15','3.94.137.21',NULL,NULL),(67396,'four_oh_four','2020-05-20 23:06:20','2020-05-21 04:06:20','3.94.137.21',NULL,NULL),(67397,'four_oh_four','2020-05-20 23:06:20','2020-05-21 04:06:20','52.201.182.91',NULL,NULL),(67398,'four_oh_four','2020-05-20 23:06:22','2020-05-21 04:06:22','52.201.182.91',NULL,NULL),(67399,'four_oh_four','2020-05-20 23:06:25','2020-05-21 04:06:25','52.201.182.91',NULL,NULL),(67400,'four_oh_four','2020-05-20 23:06:28','2020-05-21 04:06:28','52.201.182.91',NULL,NULL),(67401,'four_oh_four','2020-05-20 23:06:30','2020-05-21 04:06:30','52.201.182.91',NULL,NULL),(67402,'four_oh_four','2020-05-21 10:28:21','2020-05-21 15:28:21','66.249.75.200',NULL,NULL),(67403,'brute_force','2020-05-21 12:06:05','2020-05-21 17:06:05','81.177.135.41',NULL,NULL),(67404,'brute_force','2020-05-21 12:06:05','2020-05-21 17:06:05',NULL,NULL,'admin'),(67405,'four_oh_four','2020-05-21 14:08:06','2020-05-21 19:08:06','184.154.139.19',NULL,NULL),(67406,'four_oh_four','2020-05-21 19:39:57','2020-05-22 00:39:57','194.61.24.94',NULL,NULL),(67407,'four_oh_four','2020-05-21 20:03:28','2020-05-22 01:03:28','107.170.247.224',NULL,NULL),(67408,'four_oh_four','2020-05-21 23:11:02','2020-05-22 04:11:02','3.94.137.21',NULL,NULL),(67409,'four_oh_four','2020-05-21 23:11:03','2020-05-22 04:11:03','52.201.182.91',NULL,NULL),(67410,'four_oh_four','2020-05-21 23:11:05','2020-05-22 04:11:05','3.94.137.21',NULL,NULL),(67411,'four_oh_four','2020-05-21 23:11:06','2020-05-22 04:11:06','52.201.182.91',NULL,NULL),(67412,'four_oh_four','2020-05-21 23:11:10','2020-05-22 04:11:10','52.201.182.91',NULL,NULL),(67413,'four_oh_four','2020-05-21 23:11:11','2020-05-22 04:11:11','52.201.182.91',NULL,NULL),(67414,'four_oh_four','2020-05-22 02:35:49','2020-05-22 07:35:49','66.249.75.204',NULL,NULL),(67415,'four_oh_four','2020-05-22 14:07:37','2020-05-22 19:07:37','184.154.139.21',NULL,NULL),(67416,'four_oh_four','2020-05-22 15:39:04','2020-05-22 20:39:04','66.249.75.202',NULL,NULL),(67417,'four_oh_four','2020-05-22 18:06:17','2020-05-22 23:06:17','194.61.24.94',NULL,NULL),(67418,'four_oh_four','2020-05-22 23:16:03','2020-05-23 04:16:03','52.201.182.91',NULL,NULL),(67419,'four_oh_four','2020-05-22 23:16:04','2020-05-23 04:16:04','3.94.137.21',NULL,NULL),(67420,'four_oh_four','2020-05-22 23:16:06','2020-05-23 04:16:06','52.201.182.91',NULL,NULL),(67421,'four_oh_four','2020-05-22 23:16:07','2020-05-23 04:16:07','3.94.137.21',NULL,NULL),(67422,'four_oh_four','2020-05-22 23:16:10','2020-05-23 04:16:10','3.94.137.21',NULL,NULL),(67423,'four_oh_four','2020-05-22 23:16:11','2020-05-23 04:16:11','3.94.137.21',NULL,NULL),(67424,'four_oh_four','2020-05-23 07:10:06','2020-05-23 12:10:06','118.31.111.216',NULL,NULL),(67425,'four_oh_four','2020-05-23 08:43:02','2020-05-23 13:43:02','67.222.38.91',NULL,NULL),(67426,'four_oh_four','2020-05-23 14:02:39','2020-05-23 19:02:39','184.154.139.18',NULL,NULL),(67427,'four_oh_four','2020-05-23 16:22:35','2020-05-23 21:22:35','194.61.24.94',NULL,NULL),(67428,'four_oh_four','2020-05-23 23:20:45','2020-05-24 04:20:45','52.201.182.91',NULL,NULL),(67429,'four_oh_four','2020-05-23 23:20:47','2020-05-24 04:20:47','52.201.182.91',NULL,NULL),(67430,'four_oh_four','2020-05-23 23:20:48','2020-05-24 04:20:48','52.201.182.91',NULL,NULL),(67431,'four_oh_four','2020-05-23 23:20:50','2020-05-24 04:20:50','52.201.182.91',NULL,NULL),(67432,'four_oh_four','2020-05-23 23:20:53','2020-05-24 04:20:53','3.94.137.21',NULL,NULL),(67433,'four_oh_four','2020-05-23 23:20:55','2020-05-24 04:20:55','3.94.137.21',NULL,NULL),(67434,'brute_force','2020-05-24 10:08:55','2020-05-24 15:08:55','184.168.152.126',NULL,NULL),(67435,'brute_force','2020-05-24 10:08:55','2020-05-24 15:08:55',NULL,NULL,'admin'),(67436,'four_oh_four','2020-05-24 10:23:49','2020-05-24 15:23:49','185.89.36.2',NULL,NULL),(67437,'four_oh_four','2020-05-24 13:27:38','2020-05-24 18:27:38','158.222.8.74',NULL,NULL),(67438,'four_oh_four','2020-05-24 13:42:51','2020-05-24 18:42:51','157.55.39.239',NULL,NULL),(67439,'four_oh_four','2020-05-24 14:07:56','2020-05-24 19:07:56','184.154.139.21',NULL,NULL),(67440,'four_oh_four','2020-05-24 14:30:39','2020-05-24 19:30:39','194.61.24.94',NULL,NULL),(67441,'four_oh_four','2020-05-24 17:03:29','2020-05-24 22:03:29','66.249.75.200',NULL,NULL),(67442,'four_oh_four','2020-05-24 19:10:03','2020-05-25 00:10:03','77.104.129.111',NULL,NULL),(67443,'four_oh_four','2020-05-24 20:00:36','2020-05-25 01:00:36','192.186.175.180',NULL,NULL),(67444,'four_oh_four','2020-05-24 23:25:46','2020-05-25 04:25:46','3.94.137.21',NULL,NULL),(67445,'four_oh_four','2020-05-24 23:25:49','2020-05-25 04:25:49','3.94.137.21',NULL,NULL),(67446,'four_oh_four','2020-05-24 23:25:49','2020-05-25 04:25:49','52.201.182.91',NULL,NULL),(67447,'four_oh_four','2020-05-24 23:25:52','2020-05-25 04:25:52','52.201.182.91',NULL,NULL),(67448,'four_oh_four','2020-05-24 23:25:54','2020-05-25 04:25:54','52.201.182.91',NULL,NULL),(67449,'four_oh_four','2020-05-24 23:25:55','2020-05-25 04:25:55','52.201.182.91',NULL,NULL),(67450,'four_oh_four','2020-05-25 03:01:58','2020-05-25 08:01:58','162.243.29.24',NULL,NULL),(67451,'four_oh_four','2020-05-25 03:59:19','2020-05-25 08:59:19','40.77.167.198',NULL,NULL),(67452,'four_oh_four','2020-05-25 04:56:14','2020-05-25 09:56:14','213.32.44.151',NULL,NULL),(67453,'four_oh_four','2020-05-25 05:10:27','2020-05-25 10:10:27','66.249.75.194',NULL,NULL),(67454,'four_oh_four','2020-05-25 05:29:19','2020-05-25 10:29:19','104.227.97.122',NULL,NULL),(67455,'four_oh_four','2020-05-25 11:05:56','2020-05-25 16:05:56','162.243.29.24',NULL,NULL),(67456,'four_oh_four','2020-05-25 12:45:41','2020-05-25 17:45:41','194.61.24.94',NULL,NULL),(67457,'four_oh_four','2020-05-25 14:10:28','2020-05-25 19:10:28','184.154.139.20',NULL,NULL),(67458,'brute_force','2020-05-25 17:36:07','2020-05-25 22:36:07','31.41.40.19',NULL,NULL),(67459,'brute_force','2020-05-25 17:36:07','2020-05-25 22:36:07',NULL,NULL,'admin'),(67460,'four_oh_four','2020-05-25 19:58:02','2020-05-26 00:58:02','78.46.90.120',NULL,NULL),(67461,'four_oh_four','2020-05-25 20:40:02','2020-05-26 01:40:02','104.209.180.27',NULL,NULL),(67462,'four_oh_four','2020-05-25 20:40:04','2020-05-26 01:40:04','104.209.180.27',NULL,NULL),(67463,'four_oh_four','2020-05-25 20:40:08','2020-05-26 01:40:08','104.209.180.27',NULL,NULL),(67464,'four_oh_four','2020-05-25 20:40:09','2020-05-26 01:40:09','104.209.180.27',NULL,NULL),(67465,'four_oh_four','2020-05-25 20:40:29','2020-05-26 01:40:29','104.209.180.27',NULL,NULL),(67466,'four_oh_four','2020-05-25 20:40:35','2020-05-26 01:40:35','104.209.180.27',NULL,NULL),(67467,'four_oh_four','2020-05-25 23:30:47','2020-05-26 04:30:47','3.94.137.21',NULL,NULL),(67468,'four_oh_four','2020-05-25 23:30:48','2020-05-26 04:30:48','52.201.182.91',NULL,NULL),(67469,'four_oh_four','2020-05-25 23:30:51','2020-05-26 04:30:51','3.94.137.21',NULL,NULL),(67470,'four_oh_four','2020-05-25 23:30:52','2020-05-26 04:30:52','52.201.182.91',NULL,NULL),(67471,'four_oh_four','2020-05-25 23:30:54','2020-05-26 04:30:54','3.94.137.21',NULL,NULL),(67472,'four_oh_four','2020-05-25 23:30:55','2020-05-26 04:30:55','3.94.137.21',NULL,NULL),(67473,'four_oh_four','2020-05-26 00:42:14','2020-05-26 05:42:14','93.115.97.204',NULL,NULL),(67474,'four_oh_four','2020-05-26 01:40:40','2020-05-26 06:40:40','93.115.97.204',NULL,NULL),(67475,'four_oh_four','2020-05-26 01:58:06','2020-05-26 06:58:06','93.115.97.204',NULL,NULL),(67476,'four_oh_four','2020-05-26 06:50:46','2020-05-26 11:50:46','23.105.147.242',NULL,NULL),(67477,'four_oh_four','2020-05-26 11:02:16','2020-05-26 16:02:16','194.61.24.94',NULL,NULL),(67478,'four_oh_four','2020-05-26 12:41:02','2020-05-26 17:41:02','38.128.157.183',NULL,NULL),(67479,'four_oh_four','2020-05-26 12:46:54','2020-05-26 17:46:54','178.238.8.70',NULL,NULL),(67480,'four_oh_four','2020-05-26 13:49:41','2020-05-26 18:49:41','212.92.123.75',NULL,NULL),(67481,'four_oh_four','2020-05-26 13:50:24','2020-05-26 18:50:24','212.92.123.75',NULL,NULL),(67482,'four_oh_four','2020-05-26 13:50:27','2020-05-26 18:50:27','212.92.123.75',NULL,NULL),(67483,'four_oh_four','2020-05-26 13:50:32','2020-05-26 18:50:32','212.92.123.75',NULL,NULL),(67484,'four_oh_four','2020-05-26 13:50:34','2020-05-26 18:50:34','212.92.123.75',NULL,NULL),(67485,'four_oh_four','2020-05-26 13:50:36','2020-05-26 18:50:36','212.92.123.75',NULL,NULL),(67486,'four_oh_four','2020-05-26 13:50:38','2020-05-26 18:50:38','212.92.123.75',NULL,NULL),(67487,'four_oh_four','2020-05-26 13:50:51','2020-05-26 18:50:51','212.92.123.75',NULL,NULL),(67488,'four_oh_four','2020-05-26 14:06:42','2020-05-26 19:06:42','184.154.139.3',NULL,NULL),(67489,'four_oh_four','2020-05-26 19:44:41','2020-05-27 00:44:41','23.91.71.220',NULL,NULL),(67490,'four_oh_four','2020-05-26 20:10:43','2020-05-27 01:10:43','198.1.71.186',NULL,NULL),(67491,'four_oh_four','2020-05-26 21:32:55','2020-05-27 02:32:55','139.59.29.219',NULL,NULL),(67492,'four_oh_four','2020-05-26 21:33:08','2020-05-27 02:33:08','139.59.29.219',NULL,NULL),(67493,'four_oh_four','2020-05-26 23:35:37','2020-05-27 04:35:37','52.201.182.91',NULL,NULL),(67494,'four_oh_four','2020-05-26 23:35:38','2020-05-27 04:35:38','52.201.182.91',NULL,NULL),(67495,'four_oh_four','2020-05-26 23:35:39','2020-05-27 04:35:39','52.201.182.91',NULL,NULL),(67496,'four_oh_four','2020-05-26 23:35:41','2020-05-27 04:35:41','52.201.182.91',NULL,NULL),(67497,'four_oh_four','2020-05-26 23:35:45','2020-05-27 04:35:45','52.201.182.91',NULL,NULL),(67498,'four_oh_four','2020-05-26 23:35:46','2020-05-27 04:35:46','52.201.182.91',NULL,NULL),(67499,'four_oh_four','2020-05-27 00:23:46','2020-05-27 05:23:46','46.243.145.134',NULL,NULL),(67500,'brute_force','2020-05-27 01:07:49','2020-05-27 06:07:49','208.91.199.122',NULL,NULL),(67501,'brute_force','2020-05-27 01:07:49','2020-05-27 06:07:49',NULL,NULL,'admin'),(67502,'four_oh_four','2020-05-27 01:33:26','2020-05-27 06:33:26','149.100.190.26',NULL,NULL),(67503,'four_oh_four','2020-05-27 08:44:56','2020-05-27 13:44:56','66.249.83.40',NULL,NULL),(67504,'four_oh_four','2020-05-27 08:45:01','2020-05-27 13:45:01','66.249.88.72',NULL,NULL),(67505,'four_oh_four','2020-05-27 08:45:01','2020-05-27 13:45:01','74.125.210.39',NULL,NULL),(67506,'four_oh_four','2020-05-27 08:49:48','2020-05-27 13:49:48','74.125.210.40',NULL,NULL),(67507,'four_oh_four','2020-05-27 09:17:26','2020-05-27 14:17:26','194.61.24.94',NULL,NULL),(67508,'four_oh_four','2020-05-27 13:26:15','2020-05-27 18:26:15','139.180.5.99',NULL,NULL),(67509,'four_oh_four','2020-05-27 14:07:52','2020-05-27 19:07:52','184.154.139.3',NULL,NULL),(67510,'four_oh_four','2020-05-28 00:27:44','2020-05-28 05:27:44','162.241.252.242',NULL,NULL),(67511,'four_oh_four','2020-05-28 05:01:37','2020-05-28 10:01:37','84.17.35.31',NULL,NULL),(67512,'four_oh_four','2020-05-28 07:06:44','2020-05-28 12:06:44','194.61.24.94',NULL,NULL),(67513,'four_oh_four','2020-05-28 07:50:27','2020-05-28 12:50:27','160.153.156.135',NULL,NULL),(67514,'four_oh_four','2020-05-28 07:50:27','2020-05-28 12:50:27','160.153.156.135',NULL,NULL),(67515,'four_oh_four','2020-05-28 10:26:51','2020-05-28 15:26:51','52.201.182.91',NULL,NULL),(67516,'four_oh_four','2020-05-28 10:26:52','2020-05-28 15:26:52','52.201.182.91',NULL,NULL),(67517,'four_oh_four','2020-05-28 14:06:44','2020-05-28 19:06:44','184.154.139.20',NULL,NULL),(67518,'four_oh_four','2020-05-28 16:16:38','2020-05-28 21:16:38','207.46.13.151',NULL,NULL),(67519,'four_oh_four','2020-05-28 18:19:06','2020-05-28 23:19:06','107.183.168.177',NULL,NULL),(67520,'four_oh_four','2020-05-28 20:44:03','2020-05-29 01:44:03','37.192.147.114',NULL,NULL),(67521,'four_oh_four','2020-05-28 20:44:05','2020-05-29 01:44:05','37.192.147.114',NULL,NULL),(67522,'four_oh_four','2020-05-29 00:51:09','2020-05-29 05:51:09','37.97.185.158',NULL,NULL),(67523,'four_oh_four','2020-05-29 00:51:14','2020-05-29 05:51:14','37.97.185.158',NULL,NULL),(67524,'four_oh_four','2020-05-29 02:20:35','2020-05-29 07:20:35','5.189.162.237',NULL,NULL),(67525,'four_oh_four','2020-05-29 02:50:25','2020-05-29 07:50:25','37.97.185.158',NULL,NULL),(67526,'four_oh_four','2020-05-29 02:51:05','2020-05-29 07:51:05','37.97.185.158',NULL,NULL),(67527,'four_oh_four','2020-05-29 05:10:29','2020-05-29 10:10:29','194.61.24.94',NULL,NULL),(67528,'four_oh_four','2020-05-29 07:33:10','2020-05-29 12:33:10','207.46.13.192',NULL,NULL),(67529,'four_oh_four','2020-05-29 08:34:31','2020-05-29 13:34:31','212.92.107.65',NULL,NULL),(67530,'four_oh_four','2020-05-29 08:34:33','2020-05-29 13:34:33','212.92.107.65',NULL,NULL),(67531,'four_oh_four','2020-05-29 08:34:34','2020-05-29 13:34:34','212.92.107.65',NULL,NULL),(67532,'four_oh_four','2020-05-29 08:34:36','2020-05-29 13:34:36','212.92.107.65',NULL,NULL),(67533,'four_oh_four','2020-05-29 08:34:37','2020-05-29 13:34:37','212.92.107.65',NULL,NULL),(67534,'four_oh_four','2020-05-29 08:34:38','2020-05-29 13:34:38','212.92.107.65',NULL,NULL),(67535,'four_oh_four','2020-05-29 08:34:40','2020-05-29 13:34:40','212.92.107.65',NULL,NULL),(67536,'four_oh_four','2020-05-29 08:34:42','2020-05-29 13:34:42','212.92.107.65',NULL,NULL),(67537,'four_oh_four','2020-05-29 08:34:43','2020-05-29 13:34:43','212.92.107.65',NULL,NULL),(67538,'four_oh_four','2020-05-29 08:34:45','2020-05-29 13:34:45','212.92.107.65',NULL,NULL),(67539,'four_oh_four','2020-05-29 08:34:46','2020-05-29 13:34:46','212.92.107.65',NULL,NULL),(67540,'four_oh_four','2020-05-29 08:34:47','2020-05-29 13:34:47','212.92.107.65',NULL,NULL),(67541,'four_oh_four','2020-05-29 08:34:48','2020-05-29 13:34:48','212.92.107.65',NULL,NULL),(67542,'four_oh_four','2020-05-29 08:34:50','2020-05-29 13:34:50','212.92.107.65',NULL,NULL),(67543,'four_oh_four','2020-05-29 08:34:51','2020-05-29 13:34:51','212.92.107.65',NULL,NULL),(67544,'four_oh_four','2020-05-29 08:34:52','2020-05-29 13:34:52','212.92.107.65',NULL,NULL),(67545,'four_oh_four','2020-05-29 08:34:54','2020-05-29 13:34:54','212.92.107.65',NULL,NULL),(67546,'four_oh_four','2020-05-29 08:34:55','2020-05-29 13:34:55','212.92.107.65',NULL,NULL),(67547,'four_oh_four','2020-05-29 08:38:05','2020-05-29 13:38:05','192.185.81.238',NULL,NULL),(67548,'four_oh_four','2020-05-29 10:13:26','2020-05-29 15:13:26','66.249.75.197',NULL,NULL),(67549,'four_oh_four','2020-05-29 10:33:50','2020-05-29 15:33:50','52.201.182.91',NULL,NULL),(67550,'four_oh_four','2020-05-29 10:33:51','2020-05-29 15:33:51','3.94.137.21',NULL,NULL),(67551,'four_oh_four','2020-05-29 10:33:53','2020-05-29 15:33:53','52.201.182.91',NULL,NULL),(67552,'four_oh_four','2020-05-29 10:33:54','2020-05-29 15:33:54','3.94.137.21',NULL,NULL),(67553,'four_oh_four','2020-05-29 10:33:57','2020-05-29 15:33:57','3.94.137.21',NULL,NULL),(67554,'four_oh_four','2020-05-29 10:33:59','2020-05-29 15:33:59','3.94.137.21',NULL,NULL),(67555,'four_oh_four','2020-05-29 14:04:34','2020-05-29 19:04:34','184.154.139.3',NULL,NULL),(67556,'four_oh_four','2020-05-29 14:44:29','2020-05-29 19:44:29','13.66.139.0',NULL,NULL),(67557,'four_oh_four','2020-05-29 15:11:08','2020-05-29 20:11:08','192.198.125.201',NULL,NULL),(67558,'four_oh_four','2020-05-29 19:23:13','2020-05-30 00:23:13','51.254.112.246',NULL,NULL),(67559,'four_oh_four','2020-05-29 19:23:30','2020-05-30 00:23:30','51.254.112.246',NULL,NULL),(67560,'four_oh_four','2020-05-29 19:23:49','2020-05-30 00:23:49','51.254.112.246',NULL,NULL),(67561,'four_oh_four','2020-05-29 19:24:04','2020-05-30 00:24:04','51.254.112.246',NULL,NULL),(67562,'four_oh_four','2020-05-29 19:24:21','2020-05-30 00:24:21','51.254.112.246',NULL,NULL),(67563,'four_oh_four','2020-05-29 19:24:38','2020-05-30 00:24:38','51.254.112.246',NULL,NULL),(67564,'four_oh_four','2020-05-29 19:24:55','2020-05-30 00:24:55','51.254.112.246',NULL,NULL),(67565,'four_oh_four','2020-05-30 02:30:03','2020-05-30 07:30:03','66.249.75.202',NULL,NULL),(67566,'four_oh_four','2020-05-30 02:58:57','2020-05-30 07:58:57','18.189.186.17',NULL,NULL),(67567,'four_oh_four','2020-05-30 02:58:59','2020-05-30 07:58:59','18.189.186.17',NULL,NULL),(67568,'four_oh_four','2020-05-30 03:00:00','2020-05-30 08:00:00','18.189.186.17',NULL,NULL),(67569,'four_oh_four','2020-05-30 03:00:01','2020-05-30 08:00:01','18.189.186.17',NULL,NULL),(67570,'four_oh_four','2020-05-30 03:02:24','2020-05-30 08:02:24','18.189.186.17',NULL,NULL),(67571,'four_oh_four','2020-05-30 03:03:24','2020-05-30 08:03:24','18.189.186.17',NULL,NULL),(67572,'four_oh_four','2020-05-30 03:17:51','2020-05-30 08:17:51','194.61.24.94',NULL,NULL),(67573,'four_oh_four','2020-05-30 07:50:00','2020-05-30 12:50:00','207.46.13.239',NULL,NULL),(67574,'four_oh_four','2020-05-30 09:06:06','2020-05-30 14:06:06','23.101.178.172',NULL,NULL),(67575,'four_oh_four','2020-05-30 09:06:07','2020-05-30 14:06:07','23.101.178.172',NULL,NULL),(67576,'four_oh_four','2020-05-30 09:06:16','2020-05-30 14:06:16','23.101.178.172',NULL,NULL),(67577,'four_oh_four','2020-05-30 09:06:29','2020-05-30 14:06:29','23.101.178.172',NULL,NULL),(67578,'four_oh_four','2020-05-30 09:06:29','2020-05-30 14:06:29','23.101.178.172',NULL,NULL),(67579,'four_oh_four','2020-05-30 09:06:30','2020-05-30 14:06:30','23.101.178.172',NULL,NULL),(67580,'four_oh_four','2020-05-30 09:06:31','2020-05-30 14:06:31','23.101.178.172',NULL,NULL),(67581,'four_oh_four','2020-05-30 09:06:31','2020-05-30 14:06:31','23.101.178.172',NULL,NULL),(67582,'four_oh_four','2020-05-30 09:06:32','2020-05-30 14:06:32','23.101.178.172',NULL,NULL),(67583,'four_oh_four','2020-05-30 09:06:33','2020-05-30 14:06:33','23.101.178.172',NULL,NULL),(67584,'four_oh_four','2020-05-30 09:06:34','2020-05-30 14:06:34','23.101.178.172',NULL,NULL),(67585,'four_oh_four','2020-05-30 09:06:34','2020-05-30 14:06:34','23.101.178.172',NULL,NULL),(67586,'four_oh_four','2020-05-30 09:06:36','2020-05-30 14:06:36','23.101.178.172',NULL,NULL),(67587,'four_oh_four','2020-05-30 09:06:37','2020-05-30 14:06:37','23.101.178.172',NULL,NULL),(67588,'four_oh_four','2020-05-30 09:06:38','2020-05-30 14:06:38','23.101.178.172',NULL,NULL),(67589,'four_oh_four','2020-05-30 09:06:39','2020-05-30 14:06:39','23.101.178.172',NULL,NULL),(67590,'four_oh_four','2020-05-30 09:06:40','2020-05-30 14:06:40','23.101.178.172',NULL,NULL),(67591,'four_oh_four','2020-05-30 09:06:41','2020-05-30 14:06:41','23.101.178.172',NULL,NULL),(67592,'four_oh_four','2020-05-30 09:06:41','2020-05-30 14:06:41','23.101.178.172',NULL,NULL),(67593,'four_oh_four','2020-05-30 09:06:41','2020-05-30 14:06:41','23.101.178.172',NULL,NULL),(67594,'four_oh_four','2020-05-30 10:39:02','2020-05-30 15:39:02','52.201.182.91',NULL,NULL),(67595,'four_oh_four','2020-05-30 10:39:02','2020-05-30 15:39:02','52.201.182.91',NULL,NULL),(67596,'four_oh_four','2020-05-30 10:39:05','2020-05-30 15:39:05','52.201.182.91',NULL,NULL),(67597,'four_oh_four','2020-05-30 10:39:06','2020-05-30 15:39:06','52.201.182.91',NULL,NULL),(67598,'four_oh_four','2020-05-30 10:39:07','2020-05-30 15:39:07','3.94.137.21',NULL,NULL),(67599,'four_oh_four','2020-05-30 10:39:09','2020-05-30 15:39:09','3.94.137.21',NULL,NULL),(67600,'brute_force','2020-05-30 11:51:34','2020-05-30 16:51:34','62.149.145.19',NULL,NULL),(67601,'brute_force','2020-05-30 11:51:34','2020-05-30 16:51:34',NULL,NULL,'admin'),(67602,'four_oh_four','2020-05-30 12:29:49','2020-05-30 17:29:49','66.249.75.197',NULL,NULL),(67603,'four_oh_four','2020-05-30 14:06:31','2020-05-30 19:06:31','184.154.139.19',NULL,NULL),(67604,'four_oh_four','2020-05-30 20:43:44','2020-05-31 01:43:44','67.205.150.16',NULL,NULL),(67605,'four_oh_four','2020-05-30 22:25:30','2020-05-31 03:25:30','207.46.13.239',NULL,NULL),(67606,'four_oh_four','2020-05-31 00:30:53','2020-05-31 05:30:53','118.31.111.216',NULL,NULL),(67607,'four_oh_four','2020-05-31 01:19:33','2020-05-31 06:19:33','194.61.24.94',NULL,NULL),(67608,'four_oh_four','2020-05-31 06:50:17','2020-05-31 11:50:17','47.113.87.53',NULL,NULL),(67609,'four_oh_four','2020-05-31 06:50:17','2020-05-31 11:50:17','47.113.87.53',NULL,NULL),(67610,'four_oh_four','2020-05-31 06:50:18','2020-05-31 11:50:18','47.113.87.53',NULL,NULL),(67611,'four_oh_four','2020-05-31 06:50:18','2020-05-31 11:50:18','47.113.87.53',NULL,NULL),(67612,'four_oh_four','2020-05-31 06:50:17','2020-05-31 11:50:17','47.113.87.53',NULL,NULL),(67613,'four_oh_four','2020-05-31 06:50:16','2020-05-31 11:50:16','47.113.87.53',NULL,NULL),(67614,'four_oh_four','2020-05-31 06:50:18','2020-05-31 11:50:18','47.113.87.53',NULL,NULL),(67615,'four_oh_four','2020-05-31 06:50:18','2020-05-31 11:50:18','47.113.87.53',NULL,NULL),(67616,'four_oh_four','2020-05-31 06:50:17','2020-05-31 11:50:17','47.113.87.53',NULL,NULL),(67617,'four_oh_four','2020-05-31 06:50:18','2020-05-31 11:50:18','47.113.87.53',NULL,NULL),(67618,'four_oh_four','2020-05-31 06:50:18','2020-05-31 11:50:18','47.113.87.53',NULL,NULL),(67619,'four_oh_four','2020-05-31 06:50:17','2020-05-31 11:50:17','47.113.87.53',NULL,NULL),(67620,'four_oh_four','2020-05-31 06:50:19','2020-05-31 11:50:19','47.113.87.53',NULL,NULL),(67621,'four_oh_four','2020-05-31 06:50:19','2020-05-31 11:50:19','47.113.87.53',NULL,NULL),(67622,'four_oh_four','2020-05-31 06:50:18','2020-05-31 11:50:18','47.113.87.53',NULL,NULL),(67623,'four_oh_four','2020-05-31 06:50:18','2020-05-31 11:50:18','47.113.87.53',NULL,NULL),(67624,'four_oh_four','2020-05-31 06:50:19','2020-05-31 11:50:19','47.113.87.53',NULL,NULL),(67625,'four_oh_four','2020-05-31 08:22:08','2020-05-31 13:22:08','95.140.203.217',NULL,NULL),(67626,'four_oh_four','2020-05-31 08:22:15','2020-05-31 13:22:15','196.47.64.42',NULL,NULL),(67627,'four_oh_four','2020-05-31 08:22:45','2020-05-31 13:22:45','51.255.43.81',NULL,NULL),(67628,'four_oh_four','2020-05-31 08:22:58','2020-05-31 13:22:58','196.47.64.42',NULL,NULL),(67629,'four_oh_four','2020-05-31 08:23:52','2020-05-31 13:23:52','51.255.43.81',NULL,NULL),(67630,'four_oh_four','2020-05-31 08:24:42','2020-05-31 13:24:42','51.255.43.81',NULL,NULL),(67631,'four_oh_four','2020-05-31 08:24:44','2020-05-31 13:24:44','51.255.43.81',NULL,NULL),(67632,'four_oh_four','2020-05-31 08:24:46','2020-05-31 13:24:46','51.255.43.81',NULL,NULL),(67633,'four_oh_four','2020-05-31 08:25:06','2020-05-31 13:25:06','95.140.203.217',NULL,NULL),(67634,'four_oh_four','2020-05-31 08:25:09','2020-05-31 13:25:09','95.140.203.217',NULL,NULL),(67635,'four_oh_four','2020-05-31 08:26:41','2020-05-31 13:26:41','51.255.43.81',NULL,NULL),(67636,'four_oh_four','2020-05-31 08:27:13','2020-05-31 13:27:13','196.47.64.42',NULL,NULL),(67637,'four_oh_four','2020-05-31 08:30:35','2020-05-31 13:30:35','196.47.64.42',NULL,NULL),(67638,'four_oh_four','2020-05-31 08:31:30','2020-05-31 13:31:30','51.255.43.81',NULL,NULL),(67639,'four_oh_four','2020-05-31 08:33:27','2020-05-31 13:33:27','95.140.203.217',NULL,NULL),(67640,'four_oh_four','2020-05-31 08:34:04','2020-05-31 13:34:04','95.140.203.217',NULL,NULL),(67641,'four_oh_four','2020-05-31 08:34:13','2020-05-31 13:34:13','51.255.43.81',NULL,NULL),(67642,'four_oh_four','2020-05-31 08:34:31','2020-05-31 13:34:31','51.255.43.81',NULL,NULL),(67643,'four_oh_four','2020-05-31 08:34:36','2020-05-31 13:34:36','51.255.43.81',NULL,NULL),(67644,'four_oh_four','2020-05-31 08:35:12','2020-05-31 13:35:12','51.255.43.81',NULL,NULL),(67645,'four_oh_four','2020-05-31 08:35:13','2020-05-31 13:35:13','51.255.43.81',NULL,NULL),(67646,'four_oh_four','2020-05-31 08:36:28','2020-05-31 13:36:28','51.255.43.81',NULL,NULL),(67647,'four_oh_four','2020-05-31 08:36:30','2020-05-31 13:36:30','51.255.43.81',NULL,NULL),(67648,'four_oh_four','2020-05-31 08:37:42','2020-05-31 13:37:42','196.47.64.42',NULL,NULL),(67649,'four_oh_four','2020-05-31 08:37:53','2020-05-31 13:37:53','196.47.64.42',NULL,NULL),(67650,'four_oh_four','2020-05-31 08:38:44','2020-05-31 13:38:44','196.47.64.42',NULL,NULL),(67651,'four_oh_four','2020-05-31 08:39:21','2020-05-31 13:39:21','51.255.43.81',NULL,NULL),(67652,'four_oh_four','2020-05-31 08:39:31','2020-05-31 13:39:31','196.47.64.42',NULL,NULL),(67653,'four_oh_four','2020-05-31 08:39:39','2020-05-31 13:39:39','196.47.64.42',NULL,NULL),(67654,'four_oh_four','2020-05-31 08:41:28','2020-05-31 13:41:28','196.47.64.42',NULL,NULL),(67655,'four_oh_four','2020-05-31 08:41:37','2020-05-31 13:41:37','196.47.64.42',NULL,NULL),(67656,'four_oh_four','2020-05-31 08:42:04','2020-05-31 13:42:04','196.47.64.42',NULL,NULL),(67657,'four_oh_four','2020-05-31 08:43:45','2020-05-31 13:43:45','196.47.64.42',NULL,NULL),(67658,'four_oh_four','2020-05-31 08:44:52','2020-05-31 13:44:52','196.47.64.42',NULL,NULL),(67659,'four_oh_four','2020-05-31 08:45:09','2020-05-31 13:45:09','196.47.64.42',NULL,NULL),(67660,'four_oh_four','2020-05-31 10:44:25','2020-05-31 15:44:25','52.201.182.91',NULL,NULL),(67661,'four_oh_four','2020-05-31 10:44:26','2020-05-31 15:44:26','52.201.182.91',NULL,NULL),(67662,'four_oh_four','2020-05-31 10:44:27','2020-05-31 15:44:27','52.201.182.91',NULL,NULL),(67663,'four_oh_four','2020-05-31 10:44:29','2020-05-31 15:44:29','52.201.182.91',NULL,NULL),(67664,'four_oh_four','2020-05-31 10:44:32','2020-05-31 15:44:32','3.94.137.21',NULL,NULL),(67665,'four_oh_four','2020-05-31 10:44:33','2020-05-31 15:44:33','3.94.137.21',NULL,NULL),(67666,'four_oh_four','2020-05-31 14:08:22','2020-05-31 19:08:22','184.154.139.3',NULL,NULL),(67667,'four_oh_four','2020-05-31 14:53:06','2020-05-31 19:53:06','157.55.39.56',NULL,NULL),(67668,'four_oh_four','2020-05-31 18:55:20','2020-05-31 23:55:20','18.189.186.17',NULL,NULL),(67669,'four_oh_four','2020-05-31 18:55:21','2020-05-31 23:55:21','18.189.186.17',NULL,NULL),(67670,'four_oh_four','2020-05-31 18:56:10','2020-05-31 23:56:10','18.189.186.17',NULL,NULL),(67671,'four_oh_four','2020-05-31 18:56:11','2020-05-31 23:56:11','18.189.186.17',NULL,NULL),(67672,'four_oh_four','2020-05-31 18:59:40','2020-05-31 23:59:40','18.189.186.17',NULL,NULL),(67673,'four_oh_four','2020-05-31 19:00:33','2020-06-01 00:00:33','18.189.186.17',NULL,NULL),(67674,'four_oh_four','2020-05-31 19:07:21','2020-06-01 00:07:21','207.46.13.173',NULL,NULL),(67675,'brute_force','2020-05-31 20:39:52','2020-06-01 01:39:52','109.94.189.109',NULL,NULL),(67676,'brute_force','2020-05-31 20:39:52','2020-06-01 01:39:52',NULL,NULL,'admin'),(67677,'four_oh_four','2020-05-31 23:03:06','2020-06-01 04:03:06','194.61.24.94',NULL,NULL),(67678,'four_oh_four','2020-06-01 01:47:21','2020-06-01 06:47:21','35.228.70.19',NULL,NULL),(67679,'four_oh_four','2020-06-01 01:47:25','2020-06-01 06:47:25','35.228.70.19',NULL,NULL),(67680,'four_oh_four','2020-06-01 01:47:26','2020-06-01 06:47:26','35.228.70.19',NULL,NULL),(67681,'four_oh_four','2020-06-01 03:22:03','2020-06-01 08:22:03','66.249.75.199',NULL,NULL),(67682,'four_oh_four','2020-06-01 07:44:58','2020-06-01 12:44:58','40.77.167.172',NULL,NULL),(67683,'four_oh_four','2020-06-01 09:54:21','2020-06-01 14:54:21','40.77.167.172',NULL,NULL),(67684,'four_oh_four','2020-06-01 10:49:51','2020-06-01 15:49:51','3.94.137.21',NULL,NULL),(67685,'four_oh_four','2020-06-01 10:49:53','2020-06-01 15:49:53','3.94.137.21',NULL,NULL),(67686,'four_oh_four','2020-06-01 10:49:55','2020-06-01 15:49:55','3.94.137.21',NULL,NULL),(67687,'four_oh_four','2020-06-01 10:49:56','2020-06-01 15:49:56','3.94.137.21',NULL,NULL),(67688,'four_oh_four','2020-06-01 10:49:59','2020-06-01 15:49:59','3.94.137.21',NULL,NULL),(67689,'four_oh_four','2020-06-01 10:50:00','2020-06-01 15:50:00','3.94.137.21',NULL,NULL),(67690,'four_oh_four','2020-06-01 13:44:01','2020-06-01 18:44:01','40.77.167.172',NULL,NULL),(67691,'four_oh_four','2020-06-01 14:02:04','2020-06-01 19:02:04','184.154.139.20',NULL,NULL),(67692,'four_oh_four','2020-06-01 20:05:41','2020-06-02 01:05:41','157.55.39.139',NULL,NULL),(67693,'four_oh_four','2020-06-01 20:47:22','2020-06-02 01:47:22','194.61.24.94',NULL,NULL),(67694,'brute_force','2020-06-02 05:30:50','2020-06-02 10:30:50','141.85.241.52',NULL,NULL),(67695,'brute_force','2020-06-02 05:30:50','2020-06-02 10:30:50',NULL,NULL,'admin'),(67696,'four_oh_four','2020-06-02 05:40:43','2020-06-02 10:40:43','51.81.126.19',NULL,NULL),(67697,'four_oh_four','2020-06-02 05:41:11','2020-06-02 10:41:11','51.81.126.19',NULL,NULL),(67698,'four_oh_four','2020-06-02 05:41:33','2020-06-02 10:41:33','51.81.126.19',NULL,NULL),(67699,'four_oh_four','2020-06-02 05:41:38','2020-06-02 10:41:38','51.81.126.19',NULL,NULL),(67700,'four_oh_four','2020-06-02 05:41:43','2020-06-02 10:41:43','51.81.126.19',NULL,NULL),(67701,'four_oh_four','2020-06-02 05:41:51','2020-06-02 10:41:51','51.81.126.19',NULL,NULL),(67702,'four_oh_four','2020-06-02 05:41:58','2020-06-02 10:41:58','51.81.126.19',NULL,NULL),(67703,'four_oh_four','2020-06-02 06:48:21','2020-06-02 11:48:21','162.241.228.175',NULL,NULL),(67704,'four_oh_four','2020-06-02 07:11:36','2020-06-02 12:11:36','149.100.187.217',NULL,NULL),(67705,'four_oh_four','2020-06-02 09:51:28','2020-06-02 14:51:28','47.102.149.147',NULL,NULL),(67706,'four_oh_four','2020-06-02 09:51:28','2020-06-02 14:51:28','47.102.149.147',NULL,NULL),(67707,'four_oh_four','2020-06-02 09:51:28','2020-06-02 14:51:28','47.102.149.147',NULL,NULL),(67708,'four_oh_four','2020-06-02 09:51:28','2020-06-02 14:51:28','47.102.149.147',NULL,NULL),(67709,'four_oh_four','2020-06-02 09:51:29','2020-06-02 14:51:29','47.102.149.147',NULL,NULL),(67710,'four_oh_four','2020-06-02 09:51:29','2020-06-02 14:51:29','47.102.149.147',NULL,NULL),(67711,'four_oh_four','2020-06-02 09:51:30','2020-06-02 14:51:30','47.102.149.147',NULL,NULL),(67712,'four_oh_four','2020-06-02 09:51:31','2020-06-02 14:51:31','47.102.149.147',NULL,NULL),(67713,'four_oh_four','2020-06-02 10:54:48','2020-06-02 15:54:48','3.94.137.21',NULL,NULL),(67714,'four_oh_four','2020-06-02 10:54:50','2020-06-02 15:54:50','52.201.182.91',NULL,NULL),(67715,'four_oh_four','2020-06-02 10:54:52','2020-06-02 15:54:52','3.94.137.21',NULL,NULL),(67716,'four_oh_four','2020-06-02 10:54:54','2020-06-02 15:54:54','52.201.182.91',NULL,NULL),(67717,'four_oh_four','2020-06-02 10:54:56','2020-06-02 15:54:56','52.201.182.91',NULL,NULL),(67718,'four_oh_four','2020-06-02 10:54:57','2020-06-02 15:54:57','52.201.182.91',NULL,NULL),(67719,'four_oh_four','2020-06-02 14:12:17','2020-06-02 19:12:17','184.154.139.21',NULL,NULL),(67720,'four_oh_four','2020-06-02 18:56:19','2020-06-02 23:56:19','194.61.24.94',NULL,NULL),(67721,'four_oh_four','2020-06-02 23:48:55','2020-06-03 04:48:55','144.76.102.243',NULL,NULL),(67722,'four_oh_four','2020-06-03 09:37:03','2020-06-03 14:37:03','206.41.175.219',NULL,NULL),(67723,'four_oh_four','2020-06-03 10:17:18','2020-06-03 15:17:18','157.55.39.99',NULL,NULL),(67724,'four_oh_four','2020-06-03 10:59:52','2020-06-03 15:59:52','52.201.182.91',NULL,NULL),(67725,'four_oh_four','2020-06-03 10:59:53','2020-06-03 15:59:53','52.201.182.91',NULL,NULL),(67726,'four_oh_four','2020-06-03 10:59:55','2020-06-03 15:59:55','52.201.182.91',NULL,NULL),(67727,'four_oh_four','2020-06-03 10:59:57','2020-06-03 15:59:57','52.201.182.91',NULL,NULL),(67728,'four_oh_four','2020-06-03 10:59:59','2020-06-03 15:59:59','52.201.182.91',NULL,NULL),(67729,'four_oh_four','2020-06-03 11:00:01','2020-06-03 16:00:01','52.201.182.91',NULL,NULL),(67730,'four_oh_four','2020-06-03 12:02:29','2020-06-03 17:02:29','46.4.83.150',NULL,NULL),(67731,'four_oh_four','2020-06-03 12:02:44','2020-06-03 17:02:44','144.76.102.243',NULL,NULL),(67732,'four_oh_four','2020-06-03 14:10:01','2020-06-03 19:10:01','184.154.139.19',NULL,NULL),(67733,'brute_force','2020-06-03 14:50:54','2020-06-03 19:50:54','188.121.41.124',NULL,NULL),(67734,'brute_force','2020-06-03 14:50:54','2020-06-03 19:50:54',NULL,NULL,'admin'),(67735,'four_oh_four','2020-06-03 16:44:15','2020-06-03 21:44:15','194.61.24.94',NULL,NULL),(67736,'four_oh_four','2020-06-03 20:24:52','2020-06-04 01:24:52','40.77.167.37',NULL,NULL),(67737,'four_oh_four','2020-06-03 22:48:34','2020-06-04 03:48:34','47.56.107.197',NULL,NULL),(67738,'four_oh_four','2020-06-04 01:11:10','2020-06-04 06:11:10','46.243.145.131',NULL,NULL),(67739,'four_oh_four','2020-06-04 05:23:21','2020-06-04 10:23:21','66.249.75.197',NULL,NULL),(67740,'four_oh_four','2020-06-04 11:05:11','2020-06-04 16:05:11','3.94.137.21',NULL,NULL),(67741,'four_oh_four','2020-06-04 11:05:12','2020-06-04 16:05:12','52.201.182.91',NULL,NULL),(67742,'four_oh_four','2020-06-04 11:05:15','2020-06-04 16:05:15','3.94.137.21',NULL,NULL),(67743,'four_oh_four','2020-06-04 11:05:16','2020-06-04 16:05:16','52.201.182.91',NULL,NULL),(67744,'four_oh_four','2020-06-04 11:05:19','2020-06-04 16:05:19','52.201.182.91',NULL,NULL),(67745,'four_oh_four','2020-06-04 11:05:20','2020-06-04 16:05:20','52.201.182.91',NULL,NULL),(67746,'four_oh_four','2020-06-04 12:53:26','2020-06-04 17:53:26','40.77.167.0',NULL,NULL),(67747,'four_oh_four','2020-06-04 14:10:30','2020-06-04 19:10:30','184.154.139.18',NULL,NULL),(67748,'four_oh_four','2020-06-04 14:50:41','2020-06-04 19:50:41','194.61.24.94',NULL,NULL),(67749,'four_oh_four','2020-06-04 14:53:11','2020-06-04 19:53:11','195.54.160.65',NULL,NULL),(67750,'four_oh_four','2020-06-04 15:06:43','2020-06-04 20:06:43','195.54.160.65',NULL,NULL),(67751,'four_oh_four','2020-06-04 17:59:14','2020-06-04 22:59:14','157.55.39.105',NULL,NULL),(67752,'four_oh_four','2020-06-04 19:20:21','2020-06-05 00:20:21','157.55.39.105',NULL,NULL),(67753,'four_oh_four','2020-06-04 21:57:59','2020-06-05 02:57:59','157.55.39.76',NULL,NULL),(67754,'four_oh_four','2020-06-04 23:01:00','2020-06-05 04:01:00','192.185.12.172',NULL,NULL),(67755,'brute_force','2020-06-04 23:15:40','2020-06-05 04:15:40','18.132.104.28',NULL,NULL),(67756,'brute_force','2020-06-04 23:15:40','2020-06-05 04:15:40',NULL,NULL,'admin'),(67757,'four_oh_four','2020-06-05 02:05:51','2020-06-05 07:05:51','162.243.29.24',NULL,NULL),(67758,'four_oh_four','2020-06-05 02:49:54','2020-06-05 07:49:54','66.249.75.204',NULL,NULL),(67759,'four_oh_four','2020-06-05 10:22:49','2020-06-05 15:22:49','162.243.29.24',NULL,NULL),(67760,'four_oh_four','2020-06-05 10:52:01','2020-06-05 15:52:01','207.46.13.239',NULL,NULL),(67761,'four_oh_four','2020-06-05 11:19:37','2020-06-05 16:19:37','3.94.137.21',NULL,NULL),(67762,'four_oh_four','2020-06-05 11:19:37','2020-06-05 16:19:37','3.94.137.21',NULL,NULL),(67763,'four_oh_four','2020-06-05 11:19:40','2020-06-05 16:19:40','3.94.137.21',NULL,NULL),(67764,'four_oh_four','2020-06-05 11:19:41','2020-06-05 16:19:41','3.94.137.21',NULL,NULL),(67765,'four_oh_four','2020-06-05 11:19:44','2020-06-05 16:19:44','3.94.137.21',NULL,NULL),(67766,'four_oh_four','2020-06-05 11:19:45','2020-06-05 16:19:45','3.94.137.21',NULL,NULL),(67767,'four_oh_four','2020-06-05 13:13:52','2020-06-05 18:13:52','194.61.24.94',NULL,NULL),(67768,'four_oh_four','2020-06-05 14:09:45','2020-06-05 19:09:45','184.154.139.18',NULL,NULL),(67769,'four_oh_four','2020-06-05 18:09:08','2020-06-05 23:09:08','198.57.247.181',NULL,NULL),(67770,'four_oh_four','2020-06-05 19:43:54','2020-06-06 00:43:54','199.66.201.19',NULL,NULL),(67771,'four_oh_four','2020-06-05 19:43:54','2020-06-06 00:43:54','199.66.201.19',NULL,NULL),(67772,'four_oh_four','2020-06-06 03:39:40','2020-06-06 08:39:40','118.190.53.55',NULL,NULL),(67773,'four_oh_four','2020-06-06 09:30:01','2020-06-06 14:30:01','66.249.75.194',NULL,NULL),(67774,'brute_force','2020-06-06 10:50:19','2020-06-06 15:50:19','128.199.224.197',NULL,NULL),(67775,'brute_force','2020-06-06 10:50:19','2020-06-06 15:50:19',NULL,NULL,'admin'),(67776,'four_oh_four','2020-06-06 11:26:55','2020-06-06 16:26:55','3.94.137.21',NULL,NULL),(67777,'four_oh_four','2020-06-06 11:26:56','2020-06-06 16:26:56','52.201.182.91',NULL,NULL),(67778,'four_oh_four','2020-06-06 11:26:57','2020-06-06 16:26:57','3.94.137.21',NULL,NULL),(67779,'four_oh_four','2020-06-06 11:26:59','2020-06-06 16:26:59','52.201.182.91',NULL,NULL),(67780,'four_oh_four','2020-06-06 11:27:02','2020-06-06 16:27:02','3.94.137.21',NULL,NULL),(67781,'four_oh_four','2020-06-06 11:27:03','2020-06-06 16:27:03','3.94.137.21',NULL,NULL),(67782,'four_oh_four','2020-06-06 11:27:39','2020-06-06 16:27:39','194.61.24.94',NULL,NULL),(67783,'four_oh_four','2020-06-06 14:07:42','2020-06-06 19:07:42','184.154.139.20',NULL,NULL),(67784,'four_oh_four','2020-06-06 14:08:24','2020-06-06 19:08:24','207.46.13.63',NULL,NULL),(67785,'four_oh_four','2020-06-06 14:57:59','2020-06-06 19:57:59','40.77.167.132',NULL,NULL),(67786,'four_oh_four','2020-06-06 18:13:11','2020-06-06 23:13:11','207.46.13.19',NULL,NULL),(67787,'four_oh_four','2020-06-06 19:31:15','2020-06-07 00:31:15','35.210.29.133',NULL,NULL),(67788,'four_oh_four','2020-06-07 09:40:29','2020-06-07 14:40:29','194.61.24.94',NULL,NULL),(67789,'four_oh_four','2020-06-07 10:18:03','2020-06-07 15:18:03','162.244.94.23',NULL,NULL),(67790,'four_oh_four','2020-06-07 10:18:03','2020-06-07 15:18:03','162.244.94.23',NULL,NULL),(67791,'four_oh_four','2020-06-07 10:18:03','2020-06-07 15:18:03','162.244.94.23',NULL,NULL),(67792,'four_oh_four','2020-06-07 10:18:03','2020-06-07 15:18:03','162.244.94.23',NULL,NULL),(67793,'four_oh_four','2020-06-07 11:34:04','2020-06-07 16:34:04','3.94.137.21',NULL,NULL),(67794,'four_oh_four','2020-06-07 11:34:05','2020-06-07 16:34:05','3.94.137.21',NULL,NULL),(67795,'four_oh_four','2020-06-07 11:34:07','2020-06-07 16:34:07','3.94.137.21',NULL,NULL),(67796,'four_oh_four','2020-06-07 11:34:08','2020-06-07 16:34:08','3.94.137.21',NULL,NULL),(67797,'four_oh_four','2020-06-07 11:34:12','2020-06-07 16:34:12','52.201.182.91',NULL,NULL),(67798,'four_oh_four','2020-06-07 11:34:13','2020-06-07 16:34:13','52.201.182.91',NULL,NULL),(67799,'four_oh_four','2020-06-07 14:06:34','2020-06-07 19:06:34','184.154.139.3',NULL,NULL),(67800,'four_oh_four','2020-06-07 14:06:47','2020-06-07 19:06:47','184.154.139.3',NULL,NULL),(67801,'four_oh_four','2020-06-07 14:07:49','2020-06-07 19:07:49','184.154.139.3',NULL,NULL),(67802,'four_oh_four','2020-06-08 02:20:04','2020-06-08 07:20:04','198.54.114.52',NULL,NULL),(67803,'four_oh_four','2020-06-08 07:44:52','2020-06-08 12:44:52','194.61.24.94',NULL,NULL),(67804,'four_oh_four','2020-06-08 09:08:57','2020-06-08 14:08:57','107.173.4.150',NULL,NULL),(67805,'four_oh_four','2020-06-08 11:39:01','2020-06-08 16:39:01','3.94.137.21',NULL,NULL),(67806,'four_oh_four','2020-06-08 11:39:03','2020-06-08 16:39:03','52.201.182.91',NULL,NULL),(67807,'four_oh_four','2020-06-08 11:39:04','2020-06-08 16:39:04','3.94.137.21',NULL,NULL),(67808,'four_oh_four','2020-06-08 11:39:05','2020-06-08 16:39:05','52.201.182.91',NULL,NULL),(67809,'four_oh_four','2020-06-08 11:39:09','2020-06-08 16:39:09','52.201.182.91',NULL,NULL),(67810,'four_oh_four','2020-06-08 11:39:10','2020-06-08 16:39:10','52.201.182.91',NULL,NULL),(67811,'four_oh_four','2020-06-08 14:06:06','2020-06-08 19:06:06','184.154.139.21',NULL,NULL),(67812,'four_oh_four','2020-06-08 18:05:11','2020-06-08 23:05:11','38.135.200.154',NULL,NULL),(67813,'four_oh_four','2020-06-08 19:59:17','2020-06-09 00:59:17','157.55.39.205',NULL,NULL),(67814,'four_oh_four','2020-06-08 21:04:54','2020-06-09 02:04:54','40.124.52.27',NULL,NULL),(67815,'four_oh_four','2020-06-08 21:04:55','2020-06-09 02:04:55','40.124.52.27',NULL,NULL),(67816,'four_oh_four','2020-06-08 21:04:57','2020-06-09 02:04:57','40.124.52.27',NULL,NULL),(67817,'four_oh_four','2020-06-08 21:04:58','2020-06-09 02:04:58','40.124.52.27',NULL,NULL),(67818,'four_oh_four','2020-06-08 21:05:00','2020-06-09 02:05:00','40.124.52.27',NULL,NULL),(67819,'four_oh_four','2020-06-08 21:05:01','2020-06-09 02:05:01','40.124.52.27',NULL,NULL),(67820,'four_oh_four','2020-06-08 21:05:03','2020-06-09 02:05:03','40.124.52.27',NULL,NULL),(67821,'four_oh_four','2020-06-08 21:05:04','2020-06-09 02:05:04','40.124.52.27',NULL,NULL),(67822,'four_oh_four','2020-06-08 21:05:13','2020-06-09 02:05:13','40.124.52.27',NULL,NULL),(67823,'four_oh_four','2020-06-08 21:05:15','2020-06-09 02:05:15','40.124.52.27',NULL,NULL),(67824,'four_oh_four','2020-06-08 21:05:18','2020-06-09 02:05:18','40.124.52.27',NULL,NULL),(67825,'four_oh_four','2020-06-08 21:05:19','2020-06-09 02:05:19','40.124.52.27',NULL,NULL),(67826,'four_oh_four','2020-06-08 21:05:21','2020-06-09 02:05:21','40.124.52.27',NULL,NULL),(67827,'four_oh_four','2020-06-08 21:05:22','2020-06-09 02:05:22','40.124.52.27',NULL,NULL),(67828,'four_oh_four','2020-06-08 21:05:24','2020-06-09 02:05:24','40.124.52.27',NULL,NULL),(67829,'four_oh_four','2020-06-08 21:05:25','2020-06-09 02:05:25','40.124.52.27',NULL,NULL),(67830,'four_oh_four','2020-06-08 21:05:27','2020-06-09 02:05:27','40.124.52.27',NULL,NULL),(67831,'four_oh_four','2020-06-08 21:05:28','2020-06-09 02:05:28','40.124.52.27',NULL,NULL),(67832,'four_oh_four','2020-06-08 21:05:30','2020-06-09 02:05:30','40.124.52.27',NULL,NULL),(67833,'four_oh_four','2020-06-08 21:05:31','2020-06-09 02:05:31','40.124.52.27',NULL,NULL),(67834,'four_oh_four','2020-06-08 21:20:32','2020-06-09 02:20:32','40.124.52.27',NULL,NULL),(67835,'four_oh_four','2020-06-08 21:20:33','2020-06-09 02:20:33','40.124.52.27',NULL,NULL),(67836,'four_oh_four','2020-06-08 21:20:35','2020-06-09 02:20:35','40.124.52.27',NULL,NULL),(67837,'four_oh_four','2020-06-08 21:20:37','2020-06-09 02:20:37','40.124.52.27',NULL,NULL),(67838,'four_oh_four','2020-06-08 21:20:40','2020-06-09 02:20:40','40.124.52.27',NULL,NULL),(67839,'four_oh_four','2020-06-08 21:20:41','2020-06-09 02:20:41','40.124.52.27',NULL,NULL),(67840,'four_oh_four','2020-06-08 21:20:43','2020-06-09 02:20:43','40.124.52.27',NULL,NULL),(67841,'four_oh_four','2020-06-08 21:20:44','2020-06-09 02:20:44','40.124.52.27',NULL,NULL),(67842,'four_oh_four','2020-06-08 21:20:46','2020-06-09 02:20:46','40.124.52.27',NULL,NULL),(67843,'four_oh_four','2020-06-08 21:20:47','2020-06-09 02:20:47','40.124.52.27',NULL,NULL),(67844,'four_oh_four','2020-06-08 21:20:49','2020-06-09 02:20:49','40.124.52.27',NULL,NULL),(67845,'four_oh_four','2020-06-08 21:20:50','2020-06-09 02:20:50','40.124.52.27',NULL,NULL),(67846,'four_oh_four','2020-06-08 21:20:53','2020-06-09 02:20:53','40.124.52.27',NULL,NULL),(67847,'four_oh_four','2020-06-08 21:20:54','2020-06-09 02:20:54','40.124.52.27',NULL,NULL),(67848,'four_oh_four','2020-06-08 21:20:56','2020-06-09 02:20:56','40.124.52.27',NULL,NULL),(67849,'four_oh_four','2020-06-08 21:20:57','2020-06-09 02:20:57','40.124.52.27',NULL,NULL),(67850,'four_oh_four','2020-06-08 21:20:59','2020-06-09 02:20:59','40.124.52.27',NULL,NULL),(67851,'four_oh_four','2020-06-08 21:21:00','2020-06-09 02:21:00','40.124.52.27',NULL,NULL),(67852,'four_oh_four','2020-06-08 21:21:02','2020-06-09 02:21:02','40.124.52.27',NULL,NULL),(67853,'four_oh_four','2020-06-08 21:21:03','2020-06-09 02:21:03','40.124.52.27',NULL,NULL),(67854,'four_oh_four','2020-06-08 21:36:03','2020-06-09 02:36:03','40.124.52.27',NULL,NULL),(67855,'four_oh_four','2020-06-08 21:36:05','2020-06-09 02:36:05','40.124.52.27',NULL,NULL),(67856,'four_oh_four','2020-06-08 21:36:06','2020-06-09 02:36:06','40.124.52.27',NULL,NULL),(67857,'four_oh_four','2020-06-08 21:36:08','2020-06-09 02:36:08','40.124.52.27',NULL,NULL),(67858,'four_oh_four','2020-06-08 21:36:09','2020-06-09 02:36:09','40.124.52.27',NULL,NULL),(67859,'four_oh_four','2020-06-08 21:36:10','2020-06-09 02:36:10','40.124.52.27',NULL,NULL),(67860,'four_oh_four','2020-06-08 21:36:12','2020-06-09 02:36:12','40.124.52.27',NULL,NULL),(67861,'four_oh_four','2020-06-08 21:36:14','2020-06-09 02:36:14','40.124.52.27',NULL,NULL),(67862,'four_oh_four','2020-06-08 21:36:15','2020-06-09 02:36:15','40.124.52.27',NULL,NULL),(67863,'four_oh_four','2020-06-08 21:36:17','2020-06-09 02:36:17','40.124.52.27',NULL,NULL),(67864,'four_oh_four','2020-06-08 21:36:19','2020-06-09 02:36:19','40.124.52.27',NULL,NULL),(67865,'four_oh_four','2020-06-08 21:36:21','2020-06-09 02:36:21','40.124.52.27',NULL,NULL),(67866,'four_oh_four','2020-06-08 21:36:22','2020-06-09 02:36:22','40.124.52.27',NULL,NULL),(67867,'four_oh_four','2020-06-08 21:36:25','2020-06-09 02:36:25','40.124.52.27',NULL,NULL),(67868,'four_oh_four','2020-06-08 21:36:26','2020-06-09 02:36:26','40.124.52.27',NULL,NULL),(67869,'four_oh_four','2020-06-08 21:36:28','2020-06-09 02:36:28','40.124.52.27',NULL,NULL),(67870,'four_oh_four','2020-06-08 21:36:29','2020-06-09 02:36:29','40.124.52.27',NULL,NULL),(67871,'four_oh_four','2020-06-08 21:36:32','2020-06-09 02:36:32','40.124.52.27',NULL,NULL),(67872,'four_oh_four','2020-06-08 21:36:33','2020-06-09 02:36:33','40.124.52.27',NULL,NULL),(67873,'four_oh_four','2020-06-08 21:36:35','2020-06-09 02:36:35','40.124.52.27',NULL,NULL),(67874,'four_oh_four','2020-06-08 22:54:25','2020-06-09 03:54:25','40.77.167.14',NULL,NULL),(67875,'four_oh_four','2020-06-09 01:30:02','2020-06-09 06:30:02','157.55.39.205',NULL,NULL),(67876,'four_oh_four','2020-06-09 04:56:49','2020-06-09 09:56:49','5.164.215.153',NULL,NULL),(67877,'four_oh_four','2020-06-09 06:22:22','2020-06-09 11:22:22','5.102.173.71',NULL,NULL),(67878,'four_oh_four','2020-06-09 06:22:25','2020-06-09 11:22:25','194.61.24.94',NULL,NULL),(67879,'four_oh_four','2020-06-09 11:44:27','2020-06-09 16:44:27','52.201.182.91',NULL,NULL),(67880,'four_oh_four','2020-06-09 11:44:27','2020-06-09 16:44:27','52.201.182.91',NULL,NULL),(67881,'four_oh_four','2020-06-09 11:44:28','2020-06-09 16:44:28','3.94.137.21',NULL,NULL),(67882,'four_oh_four','2020-06-09 11:44:29','2020-06-09 16:44:29','52.201.182.91',NULL,NULL),(67883,'four_oh_four','2020-06-09 11:44:31','2020-06-09 16:44:31','52.201.182.91',NULL,NULL),(67884,'four_oh_four','2020-06-09 11:44:32','2020-06-09 16:44:32','3.94.137.21',NULL,NULL),(67885,'four_oh_four','2020-06-09 12:14:19','2020-06-09 17:14:19','38.135.200.45',NULL,NULL),(67886,'four_oh_four','2020-06-09 14:02:20','2020-06-09 19:02:20','184.154.139.20',NULL,NULL),(67887,'four_oh_four','2020-06-09 14:59:24','2020-06-09 19:59:24','37.187.132.5',NULL,NULL),(67888,'four_oh_four','2020-06-09 19:27:22','2020-06-10 00:27:22','149.56.18.140',NULL,NULL),(67889,'four_oh_four','2020-06-09 19:53:32','2020-06-10 00:53:32','95.163.255.153',NULL,NULL),(67890,'four_oh_four','2020-06-09 20:20:34','2020-06-10 01:20:34','157.55.39.147',NULL,NULL),(67891,'four_oh_four','2020-06-10 05:03:04','2020-06-10 10:03:04','194.61.24.94',NULL,NULL),(67892,'four_oh_four','2020-06-10 07:03:48','2020-06-10 12:03:48','173.232.243.171',NULL,NULL),(67893,'four_oh_four','2020-06-10 07:03:49','2020-06-10 12:03:49','173.232.243.171',NULL,NULL),(67894,'four_oh_four','2020-06-10 07:03:51','2020-06-10 12:03:51','173.232.243.171',NULL,NULL),(67895,'four_oh_four','2020-06-10 07:03:53','2020-06-10 12:03:53','173.232.243.171',NULL,NULL),(67896,'four_oh_four','2020-06-10 07:03:56','2020-06-10 12:03:56','173.232.243.171',NULL,NULL),(67897,'four_oh_four','2020-06-10 07:03:57','2020-06-10 12:03:57','173.232.243.171',NULL,NULL),(67898,'four_oh_four','2020-06-10 07:03:59','2020-06-10 12:03:59','173.232.243.171',NULL,NULL),(67899,'four_oh_four','2020-06-10 07:04:00','2020-06-10 12:04:00','173.232.243.171',NULL,NULL),(67900,'four_oh_four','2020-06-10 07:04:02','2020-06-10 12:04:02','173.232.243.171',NULL,NULL),(67901,'four_oh_four','2020-06-10 07:04:03','2020-06-10 12:04:03','173.232.243.171',NULL,NULL),(67902,'four_oh_four','2020-06-10 07:04:05','2020-06-10 12:04:05','173.232.243.171',NULL,NULL),(67903,'four_oh_four','2020-06-10 07:04:07','2020-06-10 12:04:07','173.232.243.171',NULL,NULL),(67904,'four_oh_four','2020-06-10 07:04:09','2020-06-10 12:04:09','173.232.243.171',NULL,NULL),(67905,'four_oh_four','2020-06-10 07:04:10','2020-06-10 12:04:10','173.232.243.171',NULL,NULL),(67906,'four_oh_four','2020-06-10 07:04:12','2020-06-10 12:04:12','173.232.243.171',NULL,NULL),(67907,'four_oh_four','2020-06-10 07:04:13','2020-06-10 12:04:13','173.232.243.171',NULL,NULL),(67908,'four_oh_four','2020-06-10 07:04:15','2020-06-10 12:04:15','173.232.243.171',NULL,NULL),(67909,'four_oh_four','2020-06-10 07:04:16','2020-06-10 12:04:16','173.232.243.171',NULL,NULL),(67910,'four_oh_four','2020-06-10 07:04:18','2020-06-10 12:04:18','173.232.243.171',NULL,NULL),(67911,'four_oh_four','2020-06-10 07:04:20','2020-06-10 12:04:20','173.232.243.171',NULL,NULL),(67912,'four_oh_four','2020-06-10 08:59:48','2020-06-10 13:59:48','50.87.253.182',NULL,NULL),(67913,'four_oh_four','2020-06-10 10:56:43','2020-06-10 15:56:43','40.77.167.16',NULL,NULL),(67914,'four_oh_four','2020-06-10 11:49:03','2020-06-10 16:49:03','3.94.137.21',NULL,NULL),(67915,'four_oh_four','2020-06-10 11:49:04','2020-06-10 16:49:04','52.201.182.91',NULL,NULL),(67916,'four_oh_four','2020-06-10 11:49:06','2020-06-10 16:49:06','3.94.137.21',NULL,NULL),(67917,'four_oh_four','2020-06-10 11:49:08','2020-06-10 16:49:08','52.201.182.91',NULL,NULL),(67918,'four_oh_four','2020-06-10 11:49:10','2020-06-10 16:49:10','3.94.137.21',NULL,NULL),(67919,'four_oh_four','2020-06-10 11:49:11','2020-06-10 16:49:11','3.94.137.21',NULL,NULL),(67920,'four_oh_four','2020-06-10 14:07:15','2020-06-10 19:07:15','184.154.139.3',NULL,NULL),(67921,'four_oh_four','2020-06-10 16:09:10','2020-06-10 21:09:10','40.77.167.132',NULL,NULL),(67922,'four_oh_four','2020-06-10 17:00:31','2020-06-10 22:00:31','199.66.201.19',NULL,NULL),(67923,'four_oh_four','2020-06-10 17:00:31','2020-06-10 22:00:31','199.66.201.19',NULL,NULL),(67924,'brute_force','2020-06-10 18:57:02','2020-06-10 23:57:02','216.114.146.30',NULL,NULL),(67925,'brute_force','2020-06-10 18:57:02','2020-06-10 23:57:02',NULL,NULL,'admin'),(67926,'four_oh_four','2020-06-10 22:52:29','2020-06-11 03:52:29','5.102.173.71',NULL,NULL),(67927,'four_oh_four','2020-06-11 04:00:10','2020-06-11 09:00:10','194.61.24.94',NULL,NULL),(67928,'brute_force','2020-06-11 05:15:51','2020-06-11 10:15:51','50.63.92.60',NULL,NULL),(67929,'brute_force','2020-06-11 05:15:51','2020-06-11 10:15:51',NULL,NULL,'admin'),(67930,'four_oh_four','2020-06-11 06:19:09','2020-06-11 11:19:09','192.42.116.27',NULL,NULL),(67931,'four_oh_four','2020-06-11 06:19:55','2020-06-11 11:19:55','157.55.39.188',NULL,NULL),(67932,'four_oh_four','2020-06-11 11:54:36','2020-06-11 16:54:36','52.201.182.91',NULL,NULL),(67933,'four_oh_four','2020-06-11 11:54:38','2020-06-11 16:54:38','3.94.137.21',NULL,NULL),(67934,'four_oh_four','2020-06-11 11:54:38','2020-06-11 16:54:38','52.201.182.91',NULL,NULL),(67935,'four_oh_four','2020-06-11 11:54:40','2020-06-11 16:54:40','3.94.137.21',NULL,NULL),(67936,'four_oh_four','2020-06-11 11:54:43','2020-06-11 16:54:43','52.201.182.91',NULL,NULL),(67937,'four_oh_four','2020-06-11 11:54:44','2020-06-11 16:54:44','52.201.182.91',NULL,NULL),(67938,'four_oh_four','2020-06-11 14:13:00','2020-06-11 19:13:00','184.154.139.3',NULL,NULL),(67939,'four_oh_four','2020-06-11 15:43:16','2020-06-11 20:43:16','148.251.50.77',NULL,NULL),(67940,'four_oh_four','2020-06-11 16:22:23','2020-06-11 21:22:23','157.55.39.147',NULL,NULL),(67941,'four_oh_four','2020-06-12 03:05:53','2020-06-12 08:05:53','194.61.24.94',NULL,NULL),(67942,'four_oh_four','2020-06-12 03:54:37','2020-06-12 08:54:37','3.7.60.253',NULL,NULL),(67943,'four_oh_four','2020-06-12 04:16:10','2020-06-12 09:16:10','40.77.167.16',NULL,NULL),(67944,'four_oh_four','2020-06-12 08:51:09','2020-06-12 13:51:09','157.55.39.188',NULL,NULL),(67945,'four_oh_four','2020-06-12 08:57:15','2020-06-12 13:57:15','157.55.39.188',NULL,NULL),(67946,'four_oh_four','2020-06-12 12:00:54','2020-06-12 17:00:54','3.94.137.21',NULL,NULL),(67947,'four_oh_four','2020-06-12 12:00:56','2020-06-12 17:00:56','3.94.137.21',NULL,NULL),(67948,'four_oh_four','2020-06-12 12:00:57','2020-06-12 17:00:57','3.94.137.21',NULL,NULL),(67949,'four_oh_four','2020-06-12 12:00:59','2020-06-12 17:00:59','3.94.137.21',NULL,NULL),(67950,'four_oh_four','2020-06-12 12:01:03','2020-06-12 17:01:03','3.94.137.21',NULL,NULL),(67951,'four_oh_four','2020-06-12 12:01:06','2020-06-12 17:01:06','3.94.137.21',NULL,NULL),(67952,'brute_force','2020-06-12 13:38:23','2020-06-12 18:38:23','45.40.164.157',NULL,NULL),(67953,'brute_force','2020-06-12 13:38:23','2020-06-12 18:38:23',NULL,NULL,'admin'),(67954,'four_oh_four','2020-06-12 14:08:20','2020-06-12 19:08:20','157.55.39.147',NULL,NULL),(67955,'four_oh_four','2020-06-12 14:09:00','2020-06-12 19:09:00','184.154.139.18',NULL,NULL),(67956,'four_oh_four','2020-06-12 18:31:55','2020-06-12 23:31:55','192.185.82.181',NULL,NULL),(67957,'four_oh_four','2020-06-12 22:42:07','2020-06-13 03:42:07','162.241.217.177',NULL,NULL),(67958,'four_oh_four','2020-06-13 01:48:13','2020-06-13 06:48:13','204.15.110.164',NULL,NULL),(67959,'four_oh_four','2020-06-13 01:48:20','2020-06-13 06:48:20','204.15.110.164',NULL,NULL),(67960,'four_oh_four','2020-06-13 01:48:21','2020-06-13 06:48:21','204.15.110.164',NULL,NULL),(67961,'four_oh_four','2020-06-13 01:48:27','2020-06-13 06:48:27','204.15.110.164',NULL,NULL),(67962,'four_oh_four','2020-06-13 01:48:31','2020-06-13 06:48:31','204.15.110.164',NULL,NULL),(67963,'four_oh_four','2020-06-13 01:48:34','2020-06-13 06:48:34','204.15.110.164',NULL,NULL),(67964,'four_oh_four','2020-06-13 01:48:44','2020-06-13 06:48:44','204.15.110.164',NULL,NULL),(67965,'four_oh_four','2020-06-13 01:48:47','2020-06-13 06:48:47','204.15.110.164',NULL,NULL),(67966,'four_oh_four','2020-06-13 01:48:59','2020-06-13 06:48:59','204.15.110.164',NULL,NULL),(67967,'four_oh_four','2020-06-13 02:02:43','2020-06-13 07:02:43','194.61.24.94',NULL,NULL),(67968,'four_oh_four','2020-06-13 09:36:28','2020-06-13 14:36:28','66.249.75.199',NULL,NULL),(67969,'brute_force','2020-06-13 10:57:44','2020-06-13 15:57:44','50.62.161.56',NULL,NULL),(67970,'brute_force','2020-06-13 10:57:44','2020-06-13 15:57:44',NULL,NULL,'admin'),(67971,'four_oh_four','2020-06-13 11:03:33','2020-06-13 16:03:33','45.136.108.44',NULL,NULL),(67972,'four_oh_four','2020-06-13 11:19:20','2020-06-13 16:19:20','192.145.239.206',NULL,NULL),(67973,'four_oh_four','2020-06-13 11:54:30','2020-06-13 16:54:30','66.249.75.194',NULL,NULL),(67974,'four_oh_four','2020-06-13 12:06:45','2020-06-13 17:06:45','3.94.137.21',NULL,NULL),(67975,'four_oh_four','2020-06-13 12:06:46','2020-06-13 17:06:46','3.94.137.21',NULL,NULL),(67976,'four_oh_four','2020-06-13 12:06:49','2020-06-13 17:06:49','52.201.182.91',NULL,NULL),(67977,'four_oh_four','2020-06-13 12:06:51','2020-06-13 17:06:51','3.94.137.21',NULL,NULL),(67978,'four_oh_four','2020-06-13 12:06:53','2020-06-13 17:06:53','3.94.137.21',NULL,NULL),(67979,'four_oh_four','2020-06-13 12:06:55','2020-06-13 17:06:55','52.201.182.91',NULL,NULL),(67980,'four_oh_four','2020-06-13 12:06:55','2020-06-13 17:06:55','3.94.137.21',NULL,NULL),(67981,'four_oh_four','2020-06-13 12:06:56','2020-06-13 17:06:56','3.94.137.21',NULL,NULL),(67982,'four_oh_four','2020-06-13 12:36:51','2020-06-13 17:36:51','104.227.64.108',NULL,NULL),(67983,'four_oh_four','2020-06-13 14:10:20','2020-06-13 19:10:20','184.154.139.3',NULL,NULL),(67984,'four_oh_four','2020-06-13 14:15:43','2020-06-13 19:15:43','157.55.39.72',NULL,NULL),(67985,'four_oh_four','2020-06-13 14:15:47','2020-06-13 19:15:47','40.77.167.116',NULL,NULL),(67986,'four_oh_four','2020-06-13 16:51:58','2020-06-13 21:51:58','157.55.39.172',NULL,NULL),(67987,'four_oh_four','2020-06-14 00:32:59','2020-06-14 05:32:59','194.61.24.94',NULL,NULL),(67988,'four_oh_four','2020-06-14 07:20:36','2020-06-14 12:20:36','157.55.39.72',NULL,NULL),(67989,'four_oh_four','2020-06-14 08:57:44','2020-06-14 13:57:44','5.102.173.71',NULL,NULL),(67990,'four_oh_four','2020-06-14 11:54:26','2020-06-14 16:54:26','89.163.239.216',NULL,NULL),(67991,'four_oh_four','2020-06-14 11:54:30','2020-06-14 16:54:30','89.163.239.216',NULL,NULL),(67992,'four_oh_four','2020-06-14 11:54:36','2020-06-14 16:54:36','89.163.239.216',NULL,NULL),(67993,'four_oh_four','2020-06-14 11:54:41','2020-06-14 16:54:41','89.163.239.216',NULL,NULL),(67994,'four_oh_four','2020-06-14 11:54:45','2020-06-14 16:54:45','89.163.239.216',NULL,NULL),(67995,'four_oh_four','2020-06-14 11:54:51','2020-06-14 16:54:51','89.163.239.216',NULL,NULL),(67996,'four_oh_four','2020-06-14 11:54:57','2020-06-14 16:54:57','89.163.239.216',NULL,NULL),(67997,'four_oh_four','2020-06-14 11:55:03','2020-06-14 16:55:03','51.195.166.179',NULL,NULL),(67998,'four_oh_four','2020-06-14 11:55:29','2020-06-14 16:55:29','185.220.100.255',NULL,NULL),(67999,'four_oh_four','2020-06-14 11:55:32','2020-06-14 16:55:32','185.220.100.244',NULL,NULL),(68000,'four_oh_four','2020-06-14 11:55:35','2020-06-14 16:55:35','193.70.13.11',NULL,NULL),(68001,'four_oh_four','2020-06-14 11:55:41','2020-06-14 16:55:41','193.70.13.11',NULL,NULL),(68002,'four_oh_four','2020-06-14 11:55:45','2020-06-14 16:55:45','193.70.13.11',NULL,NULL),(68003,'four_oh_four','2020-06-14 11:55:48','2020-06-14 16:55:48','193.70.13.11',NULL,NULL),(68004,'four_oh_four','2020-06-14 11:55:53','2020-06-14 16:55:53','193.70.13.11',NULL,NULL),(68005,'four_oh_four','2020-06-14 11:55:56','2020-06-14 16:55:56','45.14.148.96',NULL,NULL),(68006,'four_oh_four','2020-06-14 11:55:59','2020-06-14 16:55:59','45.14.148.96',NULL,NULL),(68007,'four_oh_four','2020-06-14 12:14:13','2020-06-14 17:14:13','3.94.137.21',NULL,NULL),(68008,'four_oh_four','2020-06-14 12:14:15','2020-06-14 17:14:15','3.94.137.21',NULL,NULL),(68009,'four_oh_four','2020-06-14 12:14:16','2020-06-14 17:14:16','3.94.137.21',NULL,NULL),(68010,'four_oh_four','2020-06-14 12:14:17','2020-06-14 17:14:17','3.94.137.21',NULL,NULL),(68011,'four_oh_four','2020-06-14 12:14:21','2020-06-14 17:14:21','3.94.137.21',NULL,NULL),(68012,'four_oh_four','2020-06-14 12:14:22','2020-06-14 17:14:22','3.94.137.21',NULL,NULL),(68013,'four_oh_four','2020-06-14 12:25:44','2020-06-14 17:25:44','35.193.194.224',NULL,NULL),(68014,'four_oh_four','2020-06-14 12:25:46','2020-06-14 17:25:46','35.193.194.224',NULL,NULL),(68015,'four_oh_four','2020-06-14 12:25:47','2020-06-14 17:25:47','35.193.194.224',NULL,NULL),(68016,'four_oh_four','2020-06-14 12:25:48','2020-06-14 17:25:48','35.193.194.224',NULL,NULL),(68017,'four_oh_four','2020-06-14 12:25:49','2020-06-14 17:25:49','35.193.194.224',NULL,NULL),(68018,'four_oh_four','2020-06-14 12:25:50','2020-06-14 17:25:50','35.193.194.224',NULL,NULL),(68019,'four_oh_four','2020-06-14 12:25:51','2020-06-14 17:25:51','35.193.194.224',NULL,NULL),(68020,'four_oh_four','2020-06-14 12:25:52','2020-06-14 17:25:52','35.193.194.224',NULL,NULL),(68021,'four_oh_four','2020-06-14 12:25:54','2020-06-14 17:25:54','35.193.194.224',NULL,NULL),(68022,'four_oh_four','2020-06-14 12:25:55','2020-06-14 17:25:55','35.193.194.224',NULL,NULL),(68023,'four_oh_four','2020-06-14 12:25:58','2020-06-14 17:25:58','35.193.194.224',NULL,NULL),(68024,'four_oh_four','2020-06-14 12:25:59','2020-06-14 17:25:59','35.193.194.224',NULL,NULL),(68025,'four_oh_four','2020-06-14 12:26:00','2020-06-14 17:26:00','35.193.194.224',NULL,NULL),(68026,'four_oh_four','2020-06-14 12:26:02','2020-06-14 17:26:02','35.193.194.224',NULL,NULL),(68027,'four_oh_four','2020-06-14 12:26:03','2020-06-14 17:26:03','35.193.194.224',NULL,NULL),(68028,'four_oh_four','2020-06-14 12:26:04','2020-06-14 17:26:04','35.193.194.224',NULL,NULL),(68029,'four_oh_four','2020-06-14 12:26:05','2020-06-14 17:26:05','35.193.194.224',NULL,NULL),(68030,'four_oh_four','2020-06-14 12:26:07','2020-06-14 17:26:07','35.193.194.224',NULL,NULL),(68031,'four_oh_four','2020-06-14 12:26:08','2020-06-14 17:26:08','35.193.194.224',NULL,NULL),(68032,'four_oh_four','2020-06-14 12:26:09','2020-06-14 17:26:09','35.193.194.224',NULL,NULL),(68033,'four_oh_four','2020-06-14 14:01:42','2020-06-14 19:01:42','104.215.148.220',NULL,NULL),(68034,'four_oh_four','2020-06-14 14:05:27','2020-06-14 19:05:27','184.154.139.21',NULL,NULL),(68035,'four_oh_four','2020-06-14 15:05:46','2020-06-14 20:05:46','45.136.108.44',NULL,NULL),(68036,'four_oh_four','2020-06-14 15:07:24','2020-06-14 20:07:24','51.89.201.9',NULL,NULL),(68037,'four_oh_four','2020-06-14 15:07:25','2020-06-14 20:07:25','51.89.201.9',NULL,NULL),(68038,'four_oh_four','2020-06-14 15:07:26','2020-06-14 20:07:26','51.89.201.9',NULL,NULL),(68039,'four_oh_four','2020-06-14 15:07:28','2020-06-14 20:07:28','51.89.201.9',NULL,NULL),(68040,'four_oh_four','2020-06-14 15:07:29','2020-06-14 20:07:29','51.89.201.9',NULL,NULL),(68041,'four_oh_four','2020-06-14 15:07:30','2020-06-14 20:07:30','51.89.201.9',NULL,NULL),(68042,'four_oh_four','2020-06-14 15:07:31','2020-06-14 20:07:31','51.89.201.9',NULL,NULL),(68043,'four_oh_four','2020-06-14 15:07:32','2020-06-14 20:07:32','51.89.201.9',NULL,NULL),(68044,'four_oh_four','2020-06-14 15:07:33','2020-06-14 20:07:33','51.89.201.9',NULL,NULL),(68045,'four_oh_four','2020-06-14 15:07:34','2020-06-14 20:07:34','51.89.201.9',NULL,NULL),(68046,'four_oh_four','2020-06-14 15:07:38','2020-06-14 20:07:38','51.89.201.9',NULL,NULL),(68047,'four_oh_four','2020-06-14 15:07:40','2020-06-14 20:07:40','51.89.201.9',NULL,NULL),(68048,'four_oh_four','2020-06-14 15:07:41','2020-06-14 20:07:41','51.89.201.9',NULL,NULL),(68049,'four_oh_four','2020-06-14 15:07:42','2020-06-14 20:07:42','51.89.201.9',NULL,NULL),(68050,'four_oh_four','2020-06-14 15:07:43','2020-06-14 20:07:43','51.89.201.9',NULL,NULL),(68051,'four_oh_four','2020-06-14 15:07:44','2020-06-14 20:07:44','51.89.201.9',NULL,NULL),(68052,'four_oh_four','2020-06-14 15:07:46','2020-06-14 20:07:46','51.89.201.9',NULL,NULL),(68053,'four_oh_four','2020-06-14 15:07:47','2020-06-14 20:07:47','51.89.201.9',NULL,NULL),(68054,'four_oh_four','2020-06-14 15:07:48','2020-06-14 20:07:48','51.89.201.9',NULL,NULL),(68055,'four_oh_four','2020-06-14 15:07:49','2020-06-14 20:07:49','51.89.201.9',NULL,NULL),(68056,'four_oh_four','2020-06-14 15:13:42','2020-06-14 20:13:42','185.220.101.245',NULL,NULL),(68057,'four_oh_four','2020-06-14 15:13:51','2020-06-14 20:13:51','185.220.101.245',NULL,NULL),(68058,'four_oh_four','2020-06-14 15:13:57','2020-06-14 20:13:57','185.220.101.245',NULL,NULL),(68059,'four_oh_four','2020-06-14 15:14:05','2020-06-14 20:14:05','185.220.101.245',NULL,NULL),(68060,'four_oh_four','2020-06-14 15:14:11','2020-06-14 20:14:11','185.220.101.245',NULL,NULL),(68061,'four_oh_four','2020-06-14 15:14:19','2020-06-14 20:14:19','185.220.101.245',NULL,NULL),(68062,'four_oh_four','2020-06-14 15:14:25','2020-06-14 20:14:25','185.220.101.245',NULL,NULL),(68063,'four_oh_four','2020-06-14 15:14:32','2020-06-14 20:14:32','185.220.101.245',NULL,NULL),(68064,'four_oh_four','2020-06-14 15:14:38','2020-06-14 20:14:38','185.220.101.245',NULL,NULL),(68065,'four_oh_four','2020-06-14 15:14:44','2020-06-14 20:14:44','185.220.101.245',NULL,NULL),(68066,'four_oh_four','2020-06-14 15:14:55','2020-06-14 20:14:55','185.220.101.245',NULL,NULL),(68067,'four_oh_four','2020-06-14 15:15:02','2020-06-14 20:15:02','185.220.101.245',NULL,NULL),(68068,'four_oh_four','2020-06-14 15:15:20','2020-06-14 20:15:20','185.220.101.245',NULL,NULL),(68069,'four_oh_four','2020-06-14 15:15:40','2020-06-14 20:15:40','178.175.148.32',NULL,NULL),(68070,'four_oh_four','2020-06-14 15:15:47','2020-06-14 20:15:47','178.175.148.32',NULL,NULL),(68071,'four_oh_four','2020-06-14 17:32:52','2020-06-14 22:32:52','104.215.148.220',NULL,NULL),(68072,'four_oh_four','2020-06-14 18:45:40','2020-06-14 23:45:40','157.55.39.164',NULL,NULL),(68073,'four_oh_four','2020-06-14 18:58:00','2020-06-14 23:58:00','41.185.65.140',NULL,NULL),(68074,'four_oh_four','2020-06-14 23:03:05','2020-06-15 04:03:05','194.61.24.94',NULL,NULL),(68075,'four_oh_four','2020-06-15 00:41:51','2020-06-15 05:41:51','66.249.75.197',NULL,NULL),(68076,'four_oh_four','2020-06-15 01:20:26','2020-06-15 06:20:26','168.61.52.210',NULL,NULL),(68077,'four_oh_four','2020-06-15 01:20:27','2020-06-15 06:20:27','168.61.52.210',NULL,NULL),(68078,'four_oh_four','2020-06-15 01:20:37','2020-06-15 06:20:37','168.61.52.210',NULL,NULL),(68079,'four_oh_four','2020-06-15 01:20:49','2020-06-15 06:20:49','168.61.52.210',NULL,NULL),(68080,'four_oh_four','2020-06-15 01:20:50','2020-06-15 06:20:50','168.61.52.210',NULL,NULL),(68081,'four_oh_four','2020-06-15 01:20:51','2020-06-15 06:20:51','168.61.52.210',NULL,NULL),(68082,'four_oh_four','2020-06-15 01:20:51','2020-06-15 06:20:51','168.61.52.210',NULL,NULL),(68083,'four_oh_four','2020-06-15 01:20:52','2020-06-15 06:20:52','168.61.52.210',NULL,NULL),(68084,'four_oh_four','2020-06-15 01:20:53','2020-06-15 06:20:53','168.61.52.210',NULL,NULL),(68085,'four_oh_four','2020-06-15 01:20:53','2020-06-15 06:20:53','168.61.52.210',NULL,NULL),(68086,'four_oh_four','2020-06-15 01:20:54','2020-06-15 06:20:54','168.61.52.210',NULL,NULL),(68087,'four_oh_four','2020-06-15 01:20:55','2020-06-15 06:20:55','168.61.52.210',NULL,NULL),(68088,'four_oh_four','2020-06-15 01:20:57','2020-06-15 06:20:57','168.61.52.210',NULL,NULL),(68089,'four_oh_four','2020-06-15 01:20:58','2020-06-15 06:20:58','168.61.52.210',NULL,NULL),(68090,'four_oh_four','2020-06-15 01:20:58','2020-06-15 06:20:58','168.61.52.210',NULL,NULL),(68091,'four_oh_four','2020-06-15 01:20:59','2020-06-15 06:20:59','168.61.52.210',NULL,NULL),(68092,'four_oh_four','2020-06-15 01:21:00','2020-06-15 06:21:00','168.61.52.210',NULL,NULL),(68093,'four_oh_four','2020-06-15 01:21:01','2020-06-15 06:21:01','168.61.52.210',NULL,NULL),(68094,'four_oh_four','2020-06-15 01:21:01','2020-06-15 06:21:01','168.61.52.210',NULL,NULL),(68095,'four_oh_four','2020-06-15 01:21:02','2020-06-15 06:21:02','168.61.52.210',NULL,NULL),(68096,'four_oh_four','2020-06-15 02:26:43','2020-06-15 07:26:43','104.215.148.220',NULL,NULL),(68097,'four_oh_four','2020-06-15 03:24:54','2020-06-15 08:24:54','162.243.29.24',NULL,NULL),(68098,'four_oh_four','2020-06-15 06:44:57','2020-06-15 11:44:57','104.215.148.220',NULL,NULL),(68099,'four_oh_four','2020-06-15 07:05:21','2020-06-15 12:05:21','40.77.167.116',NULL,NULL),(68100,'four_oh_four','2020-06-15 07:05:26','2020-06-15 12:05:26','157.55.39.72',NULL,NULL),(68101,'four_oh_four','2020-06-15 07:05:32','2020-06-15 12:05:32','157.55.39.164',NULL,NULL),(68102,'four_oh_four','2020-06-15 07:05:36','2020-06-15 12:05:36','40.77.167.116',NULL,NULL),(68103,'brute_force','2020-06-15 11:27:54','2020-06-15 16:27:54','163.44.194.35',NULL,NULL),(68104,'brute_force','2020-06-15 11:27:54','2020-06-15 16:27:54',NULL,NULL,'admin'),(68105,'four_oh_four','2020-06-15 11:49:50','2020-06-15 16:49:50','162.243.29.24',NULL,NULL),(68106,'four_oh_four','2020-06-15 12:18:59','2020-06-15 17:18:59','3.94.137.21',NULL,NULL),(68107,'four_oh_four','2020-06-15 12:19:00','2020-06-15 17:19:00','3.94.137.21',NULL,NULL),(68108,'four_oh_four','2020-06-15 12:19:02','2020-06-15 17:19:02','3.94.137.21',NULL,NULL),(68109,'four_oh_four','2020-06-15 12:19:03','2020-06-15 17:19:03','3.94.137.21',NULL,NULL),(68110,'four_oh_four','2020-06-15 12:19:07','2020-06-15 17:19:07','3.94.137.21',NULL,NULL),(68111,'four_oh_four','2020-06-15 12:19:08','2020-06-15 17:19:08','3.94.137.21',NULL,NULL),(68112,'brute_force','2020-06-15 12:54:54','2020-06-15 17:54:54','68.134.121.122',NULL,NULL),(68113,'brute_force','2020-06-15 12:54:54','2020-06-15 17:54:54',NULL,NULL,'linda'),(68114,'four_oh_four','2020-06-15 12:55:31','2020-06-15 17:55:31','103.139.113.34',NULL,NULL),(68115,'brute_force','2020-06-15 12:55:48','2020-06-15 17:55:48','68.134.121.122',NULL,NULL),(68116,'brute_force','2020-06-15 12:55:48','2020-06-15 17:55:48',NULL,NULL,'linda'),(68117,'brute_force','2020-06-15 12:56:21','2020-06-15 17:56:21','68.134.121.122',NULL,NULL),(68118,'brute_force','2020-06-15 12:56:21','2020-06-15 17:56:21',NULL,NULL,'lbrigmon2@gmail.com'),(68119,'four_oh_four','2020-06-15 13:01:02','2020-06-15 18:01:02','207.46.13.170',NULL,NULL),(68120,'four_oh_four','2020-06-15 14:04:53','2020-06-15 19:04:53','184.154.139.18',NULL,NULL),(68121,'four_oh_four','2020-06-15 14:54:06','2020-06-15 19:54:06','104.215.148.220',NULL,NULL),(68122,'four_oh_four','2020-06-15 15:21:07','2020-06-15 20:21:07','52.250.110.174',NULL,NULL),(68123,'four_oh_four','2020-06-15 17:28:19','2020-06-15 22:28:19','104.215.148.220',NULL,NULL),(68124,'four_oh_four','2020-06-15 19:16:22','2020-06-16 00:16:22','45.136.108.44',NULL,NULL),(68125,'four_oh_four','2020-06-15 19:26:33','2020-06-16 00:26:33','35.193.194.224',NULL,NULL),(68126,'four_oh_four','2020-06-15 19:26:35','2020-06-16 00:26:35','35.193.194.224',NULL,NULL),(68127,'four_oh_four','2020-06-15 19:26:36','2020-06-16 00:26:36','35.193.194.224',NULL,NULL),(68128,'four_oh_four','2020-06-15 19:26:37','2020-06-16 00:26:37','35.193.194.224',NULL,NULL),(68129,'four_oh_four','2020-06-15 19:26:38','2020-06-16 00:26:38','35.193.194.224',NULL,NULL),(68130,'four_oh_four','2020-06-15 19:26:39','2020-06-16 00:26:39','35.193.194.224',NULL,NULL),(68131,'four_oh_four','2020-06-15 19:26:41','2020-06-16 00:26:41','35.193.194.224',NULL,NULL),(68132,'four_oh_four','2020-06-15 19:26:42','2020-06-16 00:26:42','35.193.194.224',NULL,NULL),(68133,'four_oh_four','2020-06-15 19:26:43','2020-06-16 00:26:43','35.193.194.224',NULL,NULL),(68134,'four_oh_four','2020-06-15 19:26:44','2020-06-16 00:26:44','35.193.194.224',NULL,NULL),(68135,'four_oh_four','2020-06-15 19:26:48','2020-06-16 00:26:48','35.193.194.224',NULL,NULL),(68136,'four_oh_four','2020-06-15 19:26:49','2020-06-16 00:26:49','35.193.194.224',NULL,NULL),(68137,'four_oh_four','2020-06-15 19:26:50','2020-06-16 00:26:50','35.193.194.224',NULL,NULL),(68138,'four_oh_four','2020-06-15 19:26:51','2020-06-16 00:26:51','35.193.194.224',NULL,NULL),(68139,'four_oh_four','2020-06-15 19:26:52','2020-06-16 00:26:52','35.193.194.224',NULL,NULL),(68140,'four_oh_four','2020-06-15 19:26:53','2020-06-16 00:26:53','35.193.194.224',NULL,NULL),(68141,'four_oh_four','2020-06-15 19:26:54','2020-06-16 00:26:54','35.193.194.224',NULL,NULL),(68142,'four_oh_four','2020-06-15 19:26:55','2020-06-16 00:26:55','35.193.194.224',NULL,NULL),(68143,'four_oh_four','2020-06-15 19:26:57','2020-06-16 00:26:57','35.193.194.224',NULL,NULL),(68144,'four_oh_four','2020-06-15 19:26:58','2020-06-16 00:26:58','35.193.194.224',NULL,NULL),(68145,'four_oh_four','2020-06-15 21:33:35','2020-06-16 02:33:35','194.61.24.94',NULL,NULL),(68146,'four_oh_four','2020-06-16 02:25:57','2020-06-16 07:25:57','104.215.148.220',NULL,NULL),(68147,'four_oh_four','2020-06-16 04:12:33','2020-06-16 09:12:33','157.55.39.164',NULL,NULL),(68148,'four_oh_four','2020-06-16 04:54:16','2020-06-16 09:54:16','45.137.22.84',NULL,NULL),(68149,'four_oh_four','2020-06-16 04:54:21','2020-06-16 09:54:21','45.137.22.84',NULL,NULL),(68150,'four_oh_four','2020-06-16 12:24:03','2020-06-16 17:24:03','52.201.182.91',NULL,NULL),(68151,'four_oh_four','2020-06-16 12:24:05','2020-06-16 17:24:05','3.94.137.21',NULL,NULL),(68152,'four_oh_four','2020-06-16 12:24:08','2020-06-16 17:24:08','52.201.182.91',NULL,NULL),(68153,'four_oh_four','2020-06-16 12:24:09','2020-06-16 17:24:09','3.94.137.21',NULL,NULL),(68154,'four_oh_four','2020-06-16 12:24:12','2020-06-16 17:24:12','3.94.137.21',NULL,NULL),(68155,'four_oh_four','2020-06-16 12:24:14','2020-06-16 17:24:14','3.94.137.21',NULL,NULL),(68156,'four_oh_four','2020-06-16 12:53:37','2020-06-16 17:53:37','104.215.148.220',NULL,NULL),(68157,'four_oh_four','2020-06-16 14:06:25','2020-06-16 19:06:25','184.154.139.19',NULL,NULL),(68158,'four_oh_four','2020-06-16 19:19:57','2020-06-17 00:19:57','188.143.235.92',NULL,NULL),(68159,'four_oh_four','2020-06-16 19:19:59','2020-06-17 00:19:59','188.143.235.92',NULL,NULL),(68160,'four_oh_four','2020-06-16 19:59:58','2020-06-17 00:59:58','194.61.24.94',NULL,NULL),(68161,'four_oh_four','2020-06-16 23:15:50','2020-06-17 04:15:50','45.136.108.44',NULL,NULL),(68162,'four_oh_four','2020-06-17 04:45:07','2020-06-17 09:45:07','62.138.16.192',NULL,NULL),(68163,'four_oh_four','2020-06-17 06:28:53','2020-06-17 11:28:53','35.209.144.205',NULL,NULL),(68164,'four_oh_four','2020-06-17 06:38:32','2020-06-17 11:38:32','104.227.97.122',NULL,NULL),(68165,'four_oh_four','2020-06-17 11:16:57','2020-06-17 16:16:57','40.77.167.40',NULL,NULL),(68166,'four_oh_four','2020-06-17 12:13:00','2020-06-17 17:13:00','157.55.39.164',NULL,NULL),(68167,'four_oh_four','2020-06-17 12:29:43','2020-06-17 17:29:43','3.94.137.21',NULL,NULL),(68168,'four_oh_four','2020-06-17 12:29:44','2020-06-17 17:29:44','3.94.137.21',NULL,NULL),(68169,'four_oh_four','2020-06-17 12:29:45','2020-06-17 17:29:45','52.201.182.91',NULL,NULL),(68170,'four_oh_four','2020-06-17 12:29:48','2020-06-17 17:29:48','3.94.137.21',NULL,NULL),(68171,'four_oh_four','2020-06-17 12:29:49','2020-06-17 17:29:49','3.94.137.21',NULL,NULL),(68172,'four_oh_four','2020-06-17 12:29:49','2020-06-17 17:29:49','52.201.182.91',NULL,NULL),(68173,'four_oh_four','2020-06-17 12:40:57','2020-06-17 17:40:57','157.55.39.72',NULL,NULL),(68174,'four_oh_four','2020-06-17 14:08:05','2020-06-17 19:08:05','184.154.139.17',NULL,NULL),(68175,'four_oh_four','2020-06-17 14:51:42','2020-06-17 19:51:42','157.55.39.164',NULL,NULL),(68176,'four_oh_four','2020-06-17 15:57:21','2020-06-17 20:57:21','82.117.194.229',NULL,NULL),(68177,'brute_force','2020-06-17 16:25:40','2020-06-17 21:25:40','194.108.42.229',NULL,NULL),(68178,'brute_force','2020-06-17 16:25:40','2020-06-17 21:25:40',NULL,NULL,'admin'),(68179,'four_oh_four','2020-06-17 17:28:01','2020-06-17 22:28:01','157.55.39.72',NULL,NULL),(68180,'four_oh_four','2020-06-17 18:15:07','2020-06-17 23:15:07','194.61.24.94',NULL,NULL),(68181,'four_oh_four','2020-06-17 20:57:34','2020-06-18 01:57:34','157.55.39.111',NULL,NULL),(68182,'four_oh_four','2020-06-18 01:07:59','2020-06-18 06:07:59','40.77.167.40',NULL,NULL),(68183,'four_oh_four','2020-06-18 02:47:24','2020-06-18 07:47:24','45.136.108.44',NULL,NULL),(68184,'four_oh_four','2020-06-18 03:44:31','2020-06-18 08:44:31','88.198.43.207',NULL,NULL),(68185,'four_oh_four','2020-06-18 03:50:20','2020-06-18 08:50:20','114.119.160.176',NULL,NULL),(68186,'four_oh_four','2020-06-18 04:09:20','2020-06-18 09:09:20','114.119.164.13',NULL,NULL),(68187,'four_oh_four','2020-06-18 10:13:50','2020-06-18 15:13:50','193.106.30.99',NULL,NULL),(68188,'four_oh_four','2020-06-18 12:34:52','2020-06-18 17:34:52','52.201.182.91',NULL,NULL),(68189,'four_oh_four','2020-06-18 12:34:54','2020-06-18 17:34:54','52.201.182.91',NULL,NULL),(68190,'four_oh_four','2020-06-18 12:34:55','2020-06-18 17:34:55','52.201.182.91',NULL,NULL),(68191,'four_oh_four','2020-06-18 12:34:57','2020-06-18 17:34:57','52.201.182.91',NULL,NULL),(68192,'four_oh_four','2020-06-18 12:35:00','2020-06-18 17:35:00','52.201.182.91',NULL,NULL),(68193,'four_oh_four','2020-06-18 12:35:01','2020-06-18 17:35:01','52.201.182.91',NULL,NULL),(68194,'four_oh_four','2020-06-18 14:08:47','2020-06-18 19:08:47','184.154.139.19',NULL,NULL),(68195,'four_oh_four','2020-06-18 16:36:47','2020-06-18 21:36:47','194.61.24.94',NULL,NULL),(68196,'four_oh_four','2020-06-18 18:06:31','2020-06-18 23:06:31','52.188.174.183',NULL,NULL),(68197,'four_oh_four','2020-06-18 18:06:32','2020-06-18 23:06:32','52.188.174.183',NULL,NULL),(68198,'four_oh_four','2020-06-18 18:06:36','2020-06-18 23:06:36','52.188.174.183',NULL,NULL),(68199,'four_oh_four','2020-06-18 18:06:37','2020-06-18 23:06:37','52.188.174.183',NULL,NULL),(68200,'four_oh_four','2020-06-18 18:06:55','2020-06-18 23:06:55','52.188.174.183',NULL,NULL),(68201,'four_oh_four','2020-06-18 18:07:00','2020-06-18 23:07:00','52.188.174.183',NULL,NULL),(68202,'four_oh_four','2020-06-18 21:32:46','2020-06-19 02:32:46','207.46.13.143',NULL,NULL),(68203,'four_oh_four','2020-06-19 05:13:38','2020-06-19 10:13:38','193.106.30.99',NULL,NULL),(68204,'four_oh_four','2020-06-19 12:40:25','2020-06-19 17:40:25','3.94.137.21',NULL,NULL),(68205,'four_oh_four','2020-06-19 12:40:28','2020-06-19 17:40:28','3.94.137.21',NULL,NULL),(68206,'four_oh_four','2020-06-19 12:40:28','2020-06-19 17:40:28','3.94.137.21',NULL,NULL),(68207,'four_oh_four','2020-06-19 12:40:31','2020-06-19 17:40:31','3.94.137.21',NULL,NULL),(68208,'four_oh_four','2020-06-19 12:40:32','2020-06-19 17:40:32','52.201.182.91',NULL,NULL),(68209,'four_oh_four','2020-06-19 12:40:33','2020-06-19 17:40:33','52.201.182.91',NULL,NULL),(68210,'four_oh_four','2020-06-19 14:07:20','2020-06-19 19:07:20','184.154.139.21',NULL,NULL),(68211,'four_oh_four','2020-06-19 14:24:11','2020-06-19 19:24:11','107.172.56.220',NULL,NULL),(68212,'four_oh_four','2020-06-19 15:05:50','2020-06-19 20:05:50','194.61.24.94',NULL,NULL),(68213,'four_oh_four','2020-06-19 16:32:43','2020-06-19 21:32:43','162.241.225.75',NULL,NULL),(68214,'four_oh_four','2020-06-19 22:10:01','2020-06-20 03:10:01','199.66.201.19',NULL,NULL),(68215,'four_oh_four','2020-06-19 22:10:01','2020-06-20 03:10:01','199.66.201.19',NULL,NULL),(68216,'four_oh_four','2020-06-20 10:59:29','2020-06-20 15:59:29','157.55.39.113',NULL,NULL),(68217,'four_oh_four','2020-06-20 11:35:00','2020-06-20 16:35:00','157.55.39.113',NULL,NULL),(68218,'four_oh_four','2020-06-20 12:47:21','2020-06-20 17:47:21','3.94.137.21',NULL,NULL),(68219,'four_oh_four','2020-06-20 12:47:23','2020-06-20 17:47:23','3.94.137.21',NULL,NULL),(68220,'four_oh_four','2020-06-20 12:47:24','2020-06-20 17:47:24','3.94.137.21',NULL,NULL),(68221,'four_oh_four','2020-06-20 12:47:26','2020-06-20 17:47:26','52.201.182.91',NULL,NULL),(68222,'four_oh_four','2020-06-20 12:47:26','2020-06-20 17:47:26','3.94.137.21',NULL,NULL),(68223,'four_oh_four','2020-06-20 12:47:27','2020-06-20 17:47:27','52.201.182.91',NULL,NULL),(68224,'four_oh_four','2020-06-20 13:08:20','2020-06-20 18:08:20','194.61.24.94',NULL,NULL),(68225,'four_oh_four','2020-06-20 14:04:00','2020-06-20 19:04:00','184.154.139.20',NULL,NULL),(68226,'four_oh_four','2020-06-20 14:25:23','2020-06-20 19:25:23','23.89.247.112',NULL,NULL),(68227,'four_oh_four','2020-06-20 14:31:43','2020-06-20 19:31:43','157.55.39.113',NULL,NULL),(68228,'brute_force','2020-06-20 14:50:36','2020-06-20 19:50:36','50.62.177.101',NULL,NULL),(68229,'brute_force','2020-06-20 14:50:36','2020-06-20 19:50:36',NULL,NULL,'admin'),(68230,'four_oh_four','2020-06-21 07:02:57','2020-06-21 12:02:57','207.46.13.143',NULL,NULL),(68231,'four_oh_four','2020-06-21 07:36:47','2020-06-21 12:36:47','216.10.247.126',NULL,NULL),(68232,'four_oh_four','2020-06-21 08:05:15','2020-06-21 13:05:15','207.46.13.249',NULL,NULL),(68233,'four_oh_four','2020-06-21 10:24:30','2020-06-21 15:24:30','157.55.39.113',NULL,NULL),(68234,'four_oh_four','2020-06-21 11:21:43','2020-06-21 16:21:43','194.61.24.94',NULL,NULL),(68235,'four_oh_four','2020-06-21 11:38:13','2020-06-21 16:38:13','185.220.100.255',NULL,NULL),(68236,'four_oh_four','2020-06-21 11:38:17','2020-06-21 16:38:17','185.220.100.255',NULL,NULL),(68237,'four_oh_four','2020-06-21 11:38:19','2020-06-21 16:38:19','51.77.108.33',NULL,NULL),(68238,'four_oh_four','2020-06-21 11:38:29','2020-06-21 16:38:29','185.220.101.212',NULL,NULL),(68239,'four_oh_four','2020-06-21 11:38:32','2020-06-21 16:38:32','185.212.168.245',NULL,NULL),(68240,'four_oh_four','2020-06-21 11:38:33','2020-06-21 16:38:33','185.212.168.245',NULL,NULL),(68241,'four_oh_four','2020-06-21 11:38:35','2020-06-21 16:38:35','185.212.168.245',NULL,NULL),(68242,'four_oh_four','2020-06-21 12:20:09','2020-06-21 17:20:09','193.106.30.99',NULL,NULL),(68243,'four_oh_four','2020-06-21 12:55:06','2020-06-21 17:55:06','52.201.182.91',NULL,NULL),(68244,'four_oh_four','2020-06-21 12:55:08','2020-06-21 17:55:08','3.94.137.21',NULL,NULL),(68245,'four_oh_four','2020-06-21 12:55:09','2020-06-21 17:55:09','52.201.182.91',NULL,NULL),(68246,'four_oh_four','2020-06-21 12:55:11','2020-06-21 17:55:11','3.94.137.21',NULL,NULL),(68247,'four_oh_four','2020-06-21 12:55:13','2020-06-21 17:55:13','52.201.182.91',NULL,NULL),(68248,'four_oh_four','2020-06-21 12:55:14','2020-06-21 17:55:14','52.201.182.91',NULL,NULL),(68249,'four_oh_four','2020-06-21 14:04:57','2020-06-21 19:04:57','184.154.139.17',NULL,NULL),(68250,'four_oh_four','2020-06-21 17:54:22','2020-06-21 22:54:22','157.55.39.146',NULL,NULL),(68251,'four_oh_four','2020-06-21 21:20:14','2020-06-22 02:20:14','204.93.169.72',NULL,NULL),(68252,'four_oh_four','2020-06-21 23:37:05','2020-06-22 04:37:05','195.74.38.171',NULL,NULL),(68253,'four_oh_four','2020-06-21 23:37:36','2020-06-22 04:37:36','212.47.228.121',NULL,NULL),(68254,'brute_force','2020-06-22 02:25:51','2020-06-22 07:25:51','95.211.176.130',NULL,NULL),(68255,'brute_force','2020-06-22 02:25:51','2020-06-22 07:25:51',NULL,NULL,'admin'),(68256,'four_oh_four','2020-06-22 09:30:39','2020-06-22 14:30:39','194.61.24.94',NULL,NULL),(68257,'four_oh_four','2020-06-22 11:18:43','2020-06-22 16:18:43','159.69.189.219',NULL,NULL),(68258,'four_oh_four','2020-06-22 11:55:56','2020-06-22 16:55:56','68.183.203.160',NULL,NULL),(68259,'four_oh_four','2020-06-22 12:12:38','2020-06-22 17:12:38','157.55.39.229',NULL,NULL),(68260,'four_oh_four','2020-06-22 12:35:52','2020-06-22 17:35:52','157.55.39.229',NULL,NULL),(68261,'four_oh_four','2020-06-22 13:00:16','2020-06-22 18:00:16','3.94.137.21',NULL,NULL),(68262,'four_oh_four','2020-06-22 13:00:18','2020-06-22 18:00:18','3.94.137.21',NULL,NULL),(68263,'four_oh_four','2020-06-22 13:00:19','2020-06-22 18:00:19','3.94.137.21',NULL,NULL),(68264,'four_oh_four','2020-06-22 13:00:21','2020-06-22 18:00:21','3.94.137.21',NULL,NULL),(68265,'four_oh_four','2020-06-22 13:00:24','2020-06-22 18:00:24','3.94.137.21',NULL,NULL),(68266,'four_oh_four','2020-06-22 13:00:25','2020-06-22 18:00:25','3.94.137.21',NULL,NULL),(68267,'four_oh_four','2020-06-22 14:06:25','2020-06-22 19:06:25','184.154.139.17',NULL,NULL),(68268,'four_oh_four','2020-06-22 19:15:55','2020-06-23 00:15:55','193.106.30.99',NULL,NULL),(68269,'four_oh_four','2020-06-22 21:16:59','2020-06-23 02:16:59','193.106.30.99',NULL,NULL),(68270,'four_oh_four','2020-06-22 23:45:05','2020-06-23 04:45:05','65.52.16.39',NULL,NULL),(68271,'four_oh_four','2020-06-22 23:45:06','2020-06-23 04:45:06','65.52.16.39',NULL,NULL),(68272,'four_oh_four','2020-06-22 23:45:10','2020-06-23 04:45:10','65.52.16.39',NULL,NULL),(68273,'four_oh_four','2020-06-22 23:45:12','2020-06-23 04:45:12','65.52.16.39',NULL,NULL),(68274,'four_oh_four','2020-06-22 23:45:33','2020-06-23 04:45:33','65.52.16.39',NULL,NULL),(68275,'four_oh_four','2020-06-22 23:45:38','2020-06-23 04:45:38','65.52.16.39',NULL,NULL),(68276,'four_oh_four','2020-06-23 03:22:46','2020-06-23 08:22:46','103.79.79.188',NULL,NULL),(68277,'four_oh_four','2020-06-23 05:33:09','2020-06-23 10:33:09','35.240.32.29',NULL,NULL),(68278,'four_oh_four','2020-06-23 05:33:09','2020-06-23 10:33:09','35.240.32.29',NULL,NULL),(68279,'four_oh_four','2020-06-23 05:33:26','2020-06-23 10:33:26','35.240.32.29',NULL,NULL),(68280,'four_oh_four','2020-06-23 05:34:50','2020-06-23 10:34:50','35.240.32.29',NULL,NULL),(68281,'four_oh_four','2020-06-23 05:35:39','2020-06-23 10:35:39','35.240.32.29',NULL,NULL),(68282,'four_oh_four','2020-06-23 05:35:39','2020-06-23 10:35:39','35.240.32.29',NULL,NULL),(68283,'four_oh_four','2020-06-23 05:35:39','2020-06-23 10:35:39','35.240.32.29',NULL,NULL),(68284,'four_oh_four','2020-06-23 05:35:59','2020-06-23 10:35:59','35.240.32.29',NULL,NULL),(68285,'four_oh_four','2020-06-23 05:35:59','2020-06-23 10:35:59','35.240.32.29',NULL,NULL),(68286,'four_oh_four','2020-06-23 05:35:59','2020-06-23 10:35:59','35.240.32.29',NULL,NULL),(68287,'four_oh_four','2020-06-23 05:36:00','2020-06-23 10:36:00','35.240.32.29',NULL,NULL),(68288,'four_oh_four','2020-06-23 05:36:20','2020-06-23 10:36:20','35.240.32.29',NULL,NULL),(68289,'four_oh_four','2020-06-23 05:36:20','2020-06-23 10:36:20','35.240.32.29',NULL,NULL),(68290,'four_oh_four','2020-06-23 07:53:26','2020-06-23 12:53:26','194.61.24.94',NULL,NULL),(68291,'four_oh_four','2020-06-23 10:39:58','2020-06-23 15:39:58','173.252.87.116',NULL,NULL),(68292,'four_oh_four','2020-06-23 10:40:51','2020-06-23 15:40:51','173.252.83.17',NULL,NULL),(68293,'four_oh_four','2020-06-23 13:06:24','2020-06-23 18:06:24','52.201.182.91',NULL,NULL),(68294,'four_oh_four','2020-06-23 13:06:25','2020-06-23 18:06:25','52.201.182.91',NULL,NULL),(68295,'four_oh_four','2020-06-23 13:06:27','2020-06-23 18:06:27','52.201.182.91',NULL,NULL),(68296,'four_oh_four','2020-06-23 13:06:29','2020-06-23 18:06:29','52.201.182.91',NULL,NULL),(68297,'four_oh_four','2020-06-23 13:06:32','2020-06-23 18:06:32','52.201.182.91',NULL,NULL),(68298,'four_oh_four','2020-06-23 13:06:33','2020-06-23 18:06:33','52.201.182.91',NULL,NULL),(68299,'brute_force','2020-06-23 13:22:39','2020-06-23 18:22:39','166.62.103.196',NULL,NULL),(68300,'brute_force','2020-06-23 13:22:39','2020-06-23 18:22:39',NULL,NULL,'admin'),(68301,'four_oh_four','2020-06-23 14:03:30','2020-06-23 19:03:30','184.154.139.18',NULL,NULL),(68302,'four_oh_four','2020-06-23 16:59:07','2020-06-23 21:59:07','193.106.30.99',NULL,NULL),(68303,'four_oh_four','2020-06-23 20:16:55','2020-06-24 01:16:55','107.173.68.67',NULL,NULL),(68304,'four_oh_four','2020-06-24 01:06:35','2020-06-24 06:06:35','68.183.203.140',NULL,NULL),(68305,'four_oh_four','2020-06-24 01:06:38','2020-06-24 06:06:38','68.183.203.140',NULL,NULL),(68306,'four_oh_four','2020-06-24 01:46:53','2020-06-24 06:46:53','40.77.167.84',NULL,NULL),(68307,'four_oh_four','2020-06-24 05:59:50','2020-06-24 10:59:50','194.61.24.94',NULL,NULL),(68308,'four_oh_four','2020-06-24 10:35:16','2020-06-24 15:35:16','185.220.101.204',NULL,NULL),(68309,'four_oh_four','2020-06-24 13:12:11','2020-06-24 18:12:11','52.201.182.91',NULL,NULL),(68310,'four_oh_four','2020-06-24 13:12:16','2020-06-24 18:12:16','52.201.182.91',NULL,NULL),(68311,'four_oh_four','2020-06-24 13:12:17','2020-06-24 18:12:17','52.201.182.91',NULL,NULL),(68312,'four_oh_four','2020-06-24 13:12:18','2020-06-24 18:12:18','52.201.182.91',NULL,NULL),(68313,'four_oh_four','2020-06-24 13:12:19','2020-06-24 18:12:19','52.201.182.91',NULL,NULL),(68314,'four_oh_four','2020-06-24 13:12:23','2020-06-24 18:12:23','3.94.137.21',NULL,NULL),(68315,'four_oh_four','2020-06-24 13:12:24','2020-06-24 18:12:24','3.94.137.21',NULL,NULL),(68316,'four_oh_four','2020-06-24 14:04:25','2020-06-24 19:04:25','184.154.139.18',NULL,NULL),(68317,'four_oh_four','2020-06-24 17:48:27','2020-06-24 22:48:27','193.106.30.99',NULL,NULL),(68318,'four_oh_four','2020-06-24 18:19:53','2020-06-24 23:19:53','104.215.98.8',NULL,NULL),(68319,'four_oh_four','2020-06-24 22:25:43','2020-06-25 03:25:43','149.56.18.140',NULL,NULL),(68320,'four_oh_four','2020-06-24 22:31:28','2020-06-25 03:31:28','139.59.29.219',NULL,NULL),(68321,'four_oh_four','2020-06-24 22:33:28','2020-06-25 03:33:28','139.59.29.219',NULL,NULL),(68322,'four_oh_four','2020-06-24 22:46:37','2020-06-25 03:46:37','40.77.167.220',NULL,NULL),(68323,'four_oh_four','2020-06-25 00:08:15','2020-06-25 05:08:15','40.77.167.220',NULL,NULL),(68324,'four_oh_four','2020-06-25 00:22:42','2020-06-25 05:22:42','38.128.157.61',NULL,NULL),(68325,'four_oh_four','2020-06-25 03:42:12','2020-06-25 08:42:12','194.61.24.94',NULL,NULL),(68326,'four_oh_four','2020-06-25 06:06:26','2020-06-25 11:06:26','157.55.39.49',NULL,NULL),(68327,'four_oh_four','2020-06-25 06:32:00','2020-06-25 11:32:00','162.243.29.24',NULL,NULL),(68328,'brute_force','2020-06-25 07:36:23','2020-06-25 12:36:23','67.227.240.151',NULL,NULL),(68329,'brute_force','2020-06-25 07:36:23','2020-06-25 12:36:23',NULL,NULL,'admin'),(68330,'four_oh_four','2020-06-25 11:54:58','2020-06-25 16:54:58','207.46.13.106',NULL,NULL),(68331,'four_oh_four','2020-06-25 12:34:47','2020-06-25 17:34:47','88.198.36.62',NULL,NULL),(68332,'four_oh_four','2020-06-25 13:16:35','2020-06-25 18:16:35','3.94.137.21',NULL,NULL),(68333,'four_oh_four','2020-06-25 13:16:37','2020-06-25 18:16:37','3.94.137.21',NULL,NULL),(68334,'four_oh_four','2020-06-25 13:16:38','2020-06-25 18:16:38','3.94.137.21',NULL,NULL),(68335,'four_oh_four','2020-06-25 13:16:40','2020-06-25 18:16:40','3.94.137.21',NULL,NULL),(68336,'four_oh_four','2020-06-25 13:16:42','2020-06-25 18:16:42','52.201.182.91',NULL,NULL),(68337,'four_oh_four','2020-06-25 13:16:43','2020-06-25 18:16:43','52.201.182.91',NULL,NULL),(68338,'four_oh_four','2020-06-25 14:03:23','2020-06-25 19:03:23','184.154.139.19',NULL,NULL),(68339,'four_oh_four','2020-06-25 14:44:30','2020-06-25 19:44:30','162.243.29.24',NULL,NULL),(68340,'four_oh_four','2020-06-26 01:16:59','2020-06-26 06:16:59','207.46.13.106',NULL,NULL),(68341,'four_oh_four','2020-06-26 01:17:02','2020-06-26 06:17:02','194.61.24.94',NULL,NULL),(68342,'four_oh_four','2020-06-26 01:17:23','2020-06-26 06:17:23','157.55.39.49',NULL,NULL),(68343,'four_oh_four','2020-06-26 02:00:50','2020-06-26 07:00:50','5.62.56.86',NULL,NULL),(68344,'four_oh_four','2020-06-26 02:01:12','2020-06-26 07:01:12','5.62.56.86',NULL,NULL),(68345,'four_oh_four','2020-06-26 02:01:17','2020-06-26 07:01:17','5.62.56.86',NULL,NULL),(68346,'four_oh_four','2020-06-26 03:13:57','2020-06-26 08:13:57','13.82.137.254',NULL,NULL),(68347,'four_oh_four','2020-06-26 03:13:59','2020-06-26 08:13:59','13.82.137.254',NULL,NULL),(68348,'four_oh_four','2020-06-26 03:14:01','2020-06-26 08:14:01','13.82.137.254',NULL,NULL),(68349,'four_oh_four','2020-06-26 03:14:03','2020-06-26 08:14:03','13.82.137.254',NULL,NULL),(68350,'four_oh_four','2020-06-26 03:14:05','2020-06-26 08:14:05','13.82.137.254',NULL,NULL),(68351,'four_oh_four','2020-06-26 03:14:08','2020-06-26 08:14:08','13.82.137.254',NULL,NULL),(68352,'four_oh_four','2020-06-26 03:14:11','2020-06-26 08:14:11','13.82.137.254',NULL,NULL),(68353,'four_oh_four','2020-06-26 03:14:13','2020-06-26 08:14:13','13.82.137.254',NULL,NULL),(68354,'four_oh_four','2020-06-26 04:08:27','2020-06-26 09:08:27','198.50.243.165',NULL,NULL),(68355,'four_oh_four','2020-06-26 13:21:42','2020-06-26 18:21:42','52.201.182.91',NULL,NULL),(68356,'four_oh_four','2020-06-26 13:21:42','2020-06-26 18:21:42','52.201.182.91',NULL,NULL),(68357,'four_oh_four','2020-06-26 13:21:45','2020-06-26 18:21:45','52.201.182.91',NULL,NULL),(68358,'four_oh_four','2020-06-26 13:21:45','2020-06-26 18:21:45','52.201.182.91',NULL,NULL),(68359,'four_oh_four','2020-06-26 13:21:48','2020-06-26 18:21:48','52.201.182.91',NULL,NULL),(68360,'four_oh_four','2020-06-26 13:21:49','2020-06-26 18:21:49','52.201.182.91',NULL,NULL),(68361,'four_oh_four','2020-06-26 14:05:58','2020-06-26 19:05:58','184.154.139.20',NULL,NULL),(68362,'four_oh_four','2020-06-26 15:20:56','2020-06-26 20:20:56','104.215.98.8',NULL,NULL),(68363,'four_oh_four','2020-06-26 16:52:48','2020-06-26 21:52:48','157.55.39.49',NULL,NULL),(68364,'four_oh_four','2020-06-26 18:08:35','2020-06-26 23:08:35','166.62.123.55',NULL,NULL),(68365,'four_oh_four','2020-06-26 18:11:16','2020-06-26 23:11:16','157.245.62.18',NULL,NULL),(68366,'four_oh_four','2020-06-26 20:34:17','2020-06-27 01:34:17','69.195.124.225',NULL,NULL),(68367,'four_oh_four','2020-06-26 23:02:58','2020-06-27 04:02:58','194.61.24.94',NULL,NULL),(68368,'four_oh_four','2020-06-27 06:44:48','2020-06-27 11:44:48','40.77.167.220',NULL,NULL),(68369,'four_oh_four','2020-06-27 07:48:26','2020-06-27 12:48:26','207.46.13.106',NULL,NULL),(68370,'four_oh_four','2020-06-27 07:51:25','2020-06-27 12:51:25','157.55.39.49',NULL,NULL),(68371,'four_oh_four','2020-06-27 09:39:45','2020-06-27 14:39:45','207.46.13.106',NULL,NULL),(68372,'four_oh_four','2020-06-27 11:49:21','2020-06-27 16:49:21','132.148.164.113',NULL,NULL),(68373,'four_oh_four','2020-06-27 13:27:30','2020-06-27 18:27:30','52.201.182.91',NULL,NULL),(68374,'four_oh_four','2020-06-27 13:27:31','2020-06-27 18:27:31','52.201.182.91',NULL,NULL),(68375,'four_oh_four','2020-06-27 13:27:33','2020-06-27 18:27:33','52.201.182.91',NULL,NULL),(68376,'four_oh_four','2020-06-27 13:27:35','2020-06-27 18:27:35','52.201.182.91',NULL,NULL),(68377,'four_oh_four','2020-06-27 13:27:37','2020-06-27 18:27:37','3.94.137.21',NULL,NULL),(68378,'four_oh_four','2020-06-27 13:27:38','2020-06-27 18:27:38','3.94.137.21',NULL,NULL),(68379,'four_oh_four','2020-06-27 14:05:16','2020-06-27 19:05:16','184.154.139.21',NULL,NULL),(68380,'four_oh_four','2020-06-27 17:33:55','2020-06-27 22:33:55','161.35.216.165',NULL,NULL),(68381,'four_oh_four','2020-06-27 19:15:37','2020-06-28 00:15:37','216.10.247.126',NULL,NULL),(68382,'four_oh_four','2020-06-27 19:28:38','2020-06-28 00:28:38','193.106.30.99',NULL,NULL),(68383,'four_oh_four','2020-06-27 20:18:05','2020-06-28 01:18:05','66.249.69.149',NULL,NULL),(68384,'four_oh_four','2020-06-27 20:49:03','2020-06-28 01:49:03','194.61.24.94',NULL,NULL),(68385,'brute_force','2020-06-27 22:13:15','2020-06-28 03:13:15','61.47.2.163',NULL,NULL),(68386,'brute_force','2020-06-27 22:13:15','2020-06-28 03:13:15',NULL,NULL,'zphiblgz'),(68387,'four_oh_four','2020-06-28 02:12:05','2020-06-28 07:12:05','40.77.167.150',NULL,NULL),(68388,'four_oh_four','2020-06-28 06:16:42','2020-06-28 11:16:42','107.172.229.157',NULL,NULL),(68389,'brute_force','2020-06-28 12:52:44','2020-06-28 17:52:44','162.215.249.25',NULL,NULL),(68390,'brute_force','2020-06-28 12:52:44','2020-06-28 17:52:44',NULL,NULL,'admin'),(68391,'four_oh_four','2020-06-28 13:01:08','2020-06-28 18:01:08','51.83.216.204',NULL,NULL),(68392,'four_oh_four','2020-06-28 13:01:11','2020-06-28 18:01:11','51.83.216.204',NULL,NULL),(68393,'four_oh_four','2020-06-28 13:32:07','2020-06-28 18:32:07','3.94.137.21',NULL,NULL),(68394,'four_oh_four','2020-06-28 13:32:08','2020-06-28 18:32:08','3.94.137.21',NULL,NULL),(68395,'four_oh_four','2020-06-28 13:32:10','2020-06-28 18:32:10','3.94.137.21',NULL,NULL),(68396,'four_oh_four','2020-06-28 13:32:11','2020-06-28 18:32:11','3.94.137.21',NULL,NULL),(68397,'four_oh_four','2020-06-28 13:32:13','2020-06-28 18:32:13','52.201.182.91',NULL,NULL),(68398,'four_oh_four','2020-06-28 13:32:14','2020-06-28 18:32:14','52.201.182.91',NULL,NULL),(68399,'four_oh_four','2020-06-28 14:02:00','2020-06-28 19:02:00','184.154.139.3',NULL,NULL),(68400,'four_oh_four','2020-06-28 16:35:36','2020-06-28 21:35:36','77.88.5.178',NULL,NULL),(68401,'four_oh_four','2020-06-28 17:53:50','2020-06-28 22:53:50','66.60.182.68',NULL,NULL),(68402,'four_oh_four','2020-06-28 18:35:15','2020-06-28 23:35:15','194.61.24.94',NULL,NULL),(68403,'four_oh_four','2020-06-28 19:26:03','2020-06-29 00:26:03','66.249.69.149',NULL,NULL),(68404,'four_oh_four','2020-06-28 21:01:57','2020-06-29 02:01:57','66.249.69.158',NULL,NULL),(68405,'four_oh_four','2020-06-28 23:21:01','2020-06-29 04:21:01','185.143.229.222',NULL,NULL),(68406,'four_oh_four','2020-06-28 23:21:08','2020-06-29 04:21:08','185.143.229.222',NULL,NULL),(68407,'four_oh_four','2020-06-29 03:08:02','2020-06-29 08:08:02','104.219.248.110',NULL,NULL),(68408,'four_oh_four','2020-06-29 04:58:05','2020-06-29 09:58:05','199.66.201.19',NULL,NULL),(68409,'four_oh_four','2020-06-29 04:58:05','2020-06-29 09:58:05','199.66.201.19',NULL,NULL),(68410,'four_oh_four','2020-06-29 05:04:00','2020-06-29 10:04:00','207.46.13.42',NULL,NULL),(68411,'four_oh_four','2020-06-29 05:20:36','2020-06-29 10:20:36','40.77.167.150',NULL,NULL),(68412,'four_oh_four','2020-06-29 08:30:09','2020-06-29 13:30:09','119.235.248.132',NULL,NULL),(68413,'four_oh_four','2020-06-29 08:30:09','2020-06-29 13:30:09','119.235.248.132',NULL,NULL),(68414,'four_oh_four','2020-06-29 09:31:43','2020-06-29 14:31:43','40.77.167.150',NULL,NULL),(68415,'four_oh_four','2020-06-29 09:35:41','2020-06-29 14:35:41','207.46.13.42',NULL,NULL),(68416,'four_oh_four','2020-06-29 13:37:10','2020-06-29 18:37:10','3.94.137.21',NULL,NULL),(68417,'four_oh_four','2020-06-29 13:37:10','2020-06-29 18:37:10','52.201.182.91',NULL,NULL),(68418,'four_oh_four','2020-06-29 13:37:13','2020-06-29 18:37:13','3.94.137.21',NULL,NULL),(68419,'four_oh_four','2020-06-29 13:37:13','2020-06-29 18:37:13','52.201.182.91',NULL,NULL),(68420,'four_oh_four','2020-06-29 13:37:14','2020-06-29 18:37:14','52.201.182.91',NULL,NULL),(68421,'four_oh_four','2020-06-29 13:37:15','2020-06-29 18:37:15','52.201.182.91',NULL,NULL),(68422,'four_oh_four','2020-06-29 14:07:40','2020-06-29 19:07:40','184.154.139.17',NULL,NULL),(68423,'four_oh_four','2020-06-29 16:43:52','2020-06-29 21:43:52','194.61.24.94',NULL,NULL),(68424,'four_oh_four','2020-06-29 17:03:19','2020-06-29 22:03:19','107.172.81.127',NULL,NULL),(68425,'four_oh_four','2020-06-29 17:24:50','2020-06-29 22:24:50','40.77.167.150',NULL,NULL),(68426,'four_oh_four','2020-06-29 23:37:00','2020-06-30 04:37:00','40.77.167.150',NULL,NULL),(68427,'four_oh_four','2020-06-30 00:20:34','2020-06-30 05:20:34','207.46.13.42',NULL,NULL),(68428,'brute_force','2020-06-30 00:53:53','2020-06-30 05:53:53','109.234.162.14',NULL,NULL),(68429,'brute_force','2020-06-30 00:53:53','2020-06-30 05:53:53',NULL,NULL,'admin'),(68430,'four_oh_four','2020-06-30 04:40:03','2020-06-30 09:40:03','40.77.167.150',NULL,NULL),(68431,'four_oh_four','2020-06-30 06:27:37','2020-06-30 11:27:37','80.92.224.10',NULL,NULL),(68432,'four_oh_four','2020-06-30 06:27:37','2020-06-30 11:27:37','80.92.224.10',NULL,NULL),(68433,'four_oh_four','2020-06-30 06:27:38','2020-06-30 11:27:38','80.92.224.10',NULL,NULL),(68434,'brute_force','2020-06-30 12:30:52','2020-06-30 17:30:52','184.168.27.99',NULL,NULL),(68435,'brute_force','2020-06-30 12:30:52','2020-06-30 17:30:52',NULL,NULL,'admin'),(68436,'four_oh_four','2020-06-30 13:42:00','2020-06-30 18:42:00','52.201.182.91',NULL,NULL),(68437,'four_oh_four','2020-06-30 13:42:02','2020-06-30 18:42:02','52.201.182.91',NULL,NULL),(68438,'four_oh_four','2020-06-30 13:42:04','2020-06-30 18:42:04','52.201.182.91',NULL,NULL),(68439,'four_oh_four','2020-06-30 13:42:05','2020-06-30 18:42:05','52.201.182.91',NULL,NULL),(68440,'four_oh_four','2020-06-30 13:42:07','2020-06-30 18:42:07','52.201.182.91',NULL,NULL),(68441,'four_oh_four','2020-06-30 13:42:08','2020-06-30 18:42:08','52.201.182.91',NULL,NULL),(68442,'four_oh_four','2020-06-30 14:02:20','2020-06-30 19:02:20','184.154.139.3',NULL,NULL),(68443,'four_oh_four','2020-06-30 14:34:59','2020-06-30 19:34:59','194.61.24.94',NULL,NULL),(68444,'four_oh_four','2020-06-30 16:17:58','2020-06-30 21:17:58','153.122.170.30',NULL,NULL),(68445,'four_oh_four','2020-06-30 22:29:38','2020-07-01 03:29:38','40.77.167.85',NULL,NULL),(68446,'four_oh_four','2020-07-01 06:04:23','2020-07-01 11:04:23','39.98.124.123',NULL,NULL),(68447,'four_oh_four','2020-07-01 07:06:11','2020-07-01 12:06:11','34.89.215.42',NULL,NULL),(68448,'four_oh_four','2020-07-01 07:06:19','2020-07-01 12:06:19','34.89.215.42',NULL,NULL),(68449,'four_oh_four','2020-07-01 12:12:33','2020-07-01 17:12:33','194.61.24.94',NULL,NULL),(68450,'four_oh_four','2020-07-01 13:47:25','2020-07-01 18:47:25','3.94.137.21',NULL,NULL),(68451,'four_oh_four','2020-07-01 13:47:25','2020-07-01 18:47:25','52.201.182.91',NULL,NULL),(68452,'four_oh_four','2020-07-01 13:47:27','2020-07-01 18:47:27','3.94.137.21',NULL,NULL),(68453,'four_oh_four','2020-07-01 13:47:28','2020-07-01 18:47:28','52.201.182.91',NULL,NULL),(68454,'four_oh_four','2020-07-01 13:47:31','2020-07-01 18:47:31','3.94.137.21',NULL,NULL),(68455,'four_oh_four','2020-07-01 13:47:32','2020-07-01 18:47:32','3.94.137.21',NULL,NULL),(68456,'four_oh_four','2020-07-01 14:08:02','2020-07-01 19:08:02','184.154.139.21',NULL,NULL),(68457,'four_oh_four','2020-07-01 14:43:40','2020-07-01 19:43:40','5.188.62.25',NULL,NULL),(68458,'four_oh_four','2020-07-01 14:43:42','2020-07-01 19:43:42','5.188.62.25',NULL,NULL),(68459,'four_oh_four','2020-07-01 14:43:44','2020-07-01 19:43:44','5.188.62.25',NULL,NULL),(68460,'four_oh_four','2020-07-01 14:43:46','2020-07-01 19:43:46','5.188.62.25',NULL,NULL),(68461,'four_oh_four','2020-07-01 14:43:49','2020-07-01 19:43:49','5.188.62.25',NULL,NULL),(68462,'brute_force','2020-07-02 01:01:31','2020-07-02 06:01:31','109.239.227.89',NULL,NULL),(68463,'brute_force','2020-07-02 01:01:31','2020-07-02 06:01:31',NULL,NULL,'admin'),(68464,'four_oh_four','2020-07-02 08:12:16','2020-07-02 13:12:16','193.106.30.99',NULL,NULL),(68465,'four_oh_four','2020-07-02 08:30:26','2020-07-02 13:30:26','207.46.13.143',NULL,NULL),(68466,'four_oh_four','2020-07-02 09:33:29','2020-07-02 14:33:29','194.61.24.94',NULL,NULL),(68467,'four_oh_four','2020-07-02 13:55:00','2020-07-02 18:55:00','52.201.182.91',NULL,NULL),(68468,'four_oh_four','2020-07-02 13:55:01','2020-07-02 18:55:01','52.201.182.91',NULL,NULL),(68469,'four_oh_four','2020-07-02 13:55:03','2020-07-02 18:55:03','52.201.182.91',NULL,NULL),(68470,'four_oh_four','2020-07-02 13:55:04','2020-07-02 18:55:04','52.201.182.91',NULL,NULL),(68471,'four_oh_four','2020-07-02 13:55:07','2020-07-02 18:55:07','3.94.137.21',NULL,NULL),(68472,'four_oh_four','2020-07-02 13:55:08','2020-07-02 18:55:08','3.94.137.21',NULL,NULL),(68473,'four_oh_four','2020-07-02 14:13:39','2020-07-02 19:13:39','184.154.139.18',NULL,NULL),(68474,'four_oh_four','2020-07-02 18:13:03','2020-07-02 23:13:03','207.46.13.106',NULL,NULL),(68475,'four_oh_four','2020-07-03 00:48:56','2020-07-03 05:48:56','193.106.30.99',NULL,NULL),(68476,'four_oh_four','2020-07-03 07:11:21','2020-07-03 12:11:21','194.61.24.94',NULL,NULL),(68477,'four_oh_four','2020-07-03 09:12:59','2020-07-03 14:12:59','40.77.167.155',NULL,NULL),(68478,'four_oh_four','2020-07-03 10:55:25','2020-07-03 15:55:25','193.106.30.99',NULL,NULL),(68479,'brute_force','2020-07-03 12:05:08','2020-07-03 17:05:08','50.63.197.54',NULL,NULL),(68480,'brute_force','2020-07-03 12:05:08','2020-07-03 17:05:08',NULL,NULL,'admin'),(68481,'four_oh_four','2020-07-03 12:59:40','2020-07-03 17:59:40','34.70.141.51',NULL,NULL),(68482,'four_oh_four','2020-07-03 12:59:41','2020-07-03 17:59:41','34.70.141.51',NULL,NULL),(68483,'four_oh_four','2020-07-03 12:59:43','2020-07-03 17:59:43','34.70.141.51',NULL,NULL),(68484,'four_oh_four','2020-07-03 12:59:44','2020-07-03 17:59:44','34.70.141.51',NULL,NULL),(68485,'four_oh_four','2020-07-03 12:59:45','2020-07-03 17:59:45','34.70.141.51',NULL,NULL),(68486,'four_oh_four','2020-07-03 12:59:47','2020-07-03 17:59:47','34.70.141.51',NULL,NULL),(68487,'four_oh_four','2020-07-03 12:59:48','2020-07-03 17:59:48','34.70.141.51',NULL,NULL),(68488,'four_oh_four','2020-07-03 12:59:49','2020-07-03 17:59:49','34.70.141.51',NULL,NULL),(68489,'four_oh_four','2020-07-03 12:59:51','2020-07-03 17:59:51','34.70.141.51',NULL,NULL),(68490,'four_oh_four','2020-07-03 12:59:52','2020-07-03 17:59:52','34.70.141.51',NULL,NULL),(68491,'four_oh_four','2020-07-03 12:59:53','2020-07-03 17:59:53','34.70.141.51',NULL,NULL),(68492,'four_oh_four','2020-07-03 12:59:55','2020-07-03 17:59:55','34.70.141.51',NULL,NULL),(68493,'four_oh_four','2020-07-03 12:59:57','2020-07-03 17:59:57','34.70.141.51',NULL,NULL),(68494,'four_oh_four','2020-07-03 12:59:58','2020-07-03 17:59:58','34.70.141.51',NULL,NULL),(68495,'four_oh_four','2020-07-03 13:00:00','2020-07-03 18:00:00','34.70.141.51',NULL,NULL),(68496,'four_oh_four','2020-07-03 13:00:02','2020-07-03 18:00:02','34.70.141.51',NULL,NULL),(68497,'four_oh_four','2020-07-03 13:00:03','2020-07-03 18:00:03','34.70.141.51',NULL,NULL),(68498,'four_oh_four','2020-07-03 13:00:05','2020-07-03 18:00:05','34.70.141.51',NULL,NULL),(68499,'four_oh_four','2020-07-03 13:00:07','2020-07-03 18:00:07','34.70.141.51',NULL,NULL),(68500,'four_oh_four','2020-07-03 13:00:08','2020-07-03 18:00:08','34.70.141.51',NULL,NULL),(68501,'four_oh_four','2020-07-03 14:01:50','2020-07-03 19:01:50','184.154.139.19',NULL,NULL),(68502,'four_oh_four','2020-07-03 14:04:43','2020-07-03 19:04:43','52.201.182.91',NULL,NULL),(68503,'four_oh_four','2020-07-03 14:04:44','2020-07-03 19:04:44','3.94.137.21',NULL,NULL),(68504,'four_oh_four','2020-07-03 14:04:45','2020-07-03 19:04:45','52.201.182.91',NULL,NULL),(68505,'four_oh_four','2020-07-03 14:04:46','2020-07-03 19:04:46','3.94.137.21',NULL,NULL),(68506,'four_oh_four','2020-07-03 14:04:49','2020-07-03 19:04:49','52.201.182.91',NULL,NULL),(68507,'four_oh_four','2020-07-03 14:04:50','2020-07-03 19:04:50','52.201.182.91',NULL,NULL),(68508,'four_oh_four','2020-07-03 16:31:19','2020-07-03 21:31:19','89.46.106.170',NULL,NULL),(68509,'four_oh_four','2020-07-03 20:06:10','2020-07-04 01:06:10','185.208.164.124',NULL,NULL),(68510,'four_oh_four','2020-07-03 20:18:27','2020-07-04 01:18:27','193.106.30.99',NULL,NULL),(68511,'four_oh_four','2020-07-03 20:26:57','2020-07-04 01:26:57','186.223.227.95',NULL,NULL),(68512,'four_oh_four','2020-07-03 20:27:05','2020-07-04 01:27:05','186.223.227.95',NULL,NULL),(68513,'four_oh_four','2020-07-03 20:27:12','2020-07-04 01:27:12','186.223.227.95',NULL,NULL),(68514,'four_oh_four','2020-07-04 00:56:24','2020-07-04 05:56:24','78.46.90.120',NULL,NULL),(68515,'four_oh_four','2020-07-04 04:32:52','2020-07-04 09:32:52','194.61.24.94',NULL,NULL),(68516,'four_oh_four','2020-07-04 07:01:12','2020-07-04 12:01:12','52.96.43.29',NULL,NULL),(68517,'four_oh_four','2020-07-04 07:01:16','2020-07-04 12:01:16','52.125.136.103',NULL,NULL),(68518,'four_oh_four','2020-07-04 07:01:17','2020-07-04 12:01:17','52.125.136.103',NULL,NULL),(68519,'four_oh_four','2020-07-04 07:01:18','2020-07-04 12:01:18','52.125.136.103',NULL,NULL),(68520,'four_oh_four','2020-07-04 11:30:01','2020-07-04 16:30:01','207.46.13.42',NULL,NULL),(68521,'four_oh_four','2020-07-04 14:04:15','2020-07-04 19:04:15','184.154.139.17',NULL,NULL),(68522,'four_oh_four','2020-07-04 14:09:44','2020-07-04 19:09:44','3.94.137.21',NULL,NULL),(68523,'four_oh_four','2020-07-04 14:09:47','2020-07-04 19:09:47','3.94.137.21',NULL,NULL),(68524,'four_oh_four','2020-07-04 14:09:48','2020-07-04 19:09:48','3.94.137.21',NULL,NULL),(68525,'four_oh_four','2020-07-04 14:09:50','2020-07-04 19:09:50','3.94.137.21',NULL,NULL),(68526,'four_oh_four','2020-07-04 14:09:50','2020-07-04 19:09:50','3.94.137.21',NULL,NULL),(68527,'four_oh_four','2020-07-04 14:09:52','2020-07-04 19:09:52','3.94.137.21',NULL,NULL),(68528,'four_oh_four','2020-07-04 16:19:36','2020-07-04 21:19:36','40.77.167.49',NULL,NULL),(68529,'four_oh_four','2020-07-04 20:48:18','2020-07-05 01:48:18','207.46.13.143',NULL,NULL),(68530,'brute_force','2020-07-04 23:01:18','2020-07-05 04:01:18','193.246.38.185',NULL,NULL),(68531,'brute_force','2020-07-04 23:01:18','2020-07-05 04:01:18',NULL,NULL,'admin'),(68532,'four_oh_four','2020-07-05 01:54:00','2020-07-05 06:54:00','194.61.24.94',NULL,NULL),(68533,'four_oh_four','2020-07-05 02:31:22','2020-07-05 07:31:22','157.55.39.42',NULL,NULL),(68534,'four_oh_four','2020-07-05 03:17:43','2020-07-05 08:17:43','176.31.162.200',NULL,NULL),(68535,'four_oh_four','2020-07-05 03:17:45','2020-07-05 08:17:45','176.31.162.200',NULL,NULL),(68536,'four_oh_four','2020-07-05 03:17:47','2020-07-05 08:17:47','176.31.162.200',NULL,NULL),(68537,'four_oh_four','2020-07-05 03:17:48','2020-07-05 08:17:48','176.31.162.200',NULL,NULL),(68538,'four_oh_four','2020-07-05 03:17:49','2020-07-05 08:17:49','176.31.162.200',NULL,NULL),(68539,'four_oh_four','2020-07-05 03:17:50','2020-07-05 08:17:50','176.31.162.200',NULL,NULL),(68540,'four_oh_four','2020-07-05 03:17:52','2020-07-05 08:17:52','176.31.162.200',NULL,NULL),(68541,'four_oh_four','2020-07-05 03:17:53','2020-07-05 08:17:53','176.31.162.200',NULL,NULL),(68542,'four_oh_four','2020-07-05 07:03:17','2020-07-05 12:03:17','31.131.251.113',NULL,NULL),(68543,'four_oh_four','2020-07-05 07:03:20','2020-07-05 12:03:20','31.131.251.113',NULL,NULL),(68544,'four_oh_four','2020-07-05 07:03:22','2020-07-05 12:03:22','31.131.251.113',NULL,NULL),(68545,'four_oh_four','2020-07-05 07:03:25','2020-07-05 12:03:25','31.131.251.113',NULL,NULL),(68546,'four_oh_four','2020-07-05 07:03:27','2020-07-05 12:03:27','31.131.251.113',NULL,NULL),(68547,'four_oh_four','2020-07-05 07:03:29','2020-07-05 12:03:29','31.131.251.113',NULL,NULL),(68548,'four_oh_four','2020-07-05 07:03:30','2020-07-05 12:03:30','31.131.251.113',NULL,NULL),(68549,'four_oh_four','2020-07-05 07:03:32','2020-07-05 12:03:32','31.131.251.113',NULL,NULL),(68550,'four_oh_four','2020-07-05 07:03:34','2020-07-05 12:03:34','31.131.251.113',NULL,NULL),(68551,'four_oh_four','2020-07-05 07:03:36','2020-07-05 12:03:36','31.131.251.113',NULL,NULL),(68552,'four_oh_four','2020-07-05 07:03:38','2020-07-05 12:03:38','31.131.251.113',NULL,NULL),(68553,'four_oh_four','2020-07-05 07:03:40','2020-07-05 12:03:40','31.131.251.113',NULL,NULL),(68554,'four_oh_four','2020-07-05 09:47:15','2020-07-05 14:47:15','207.46.13.42',NULL,NULL),(68555,'four_oh_four','2020-07-05 11:57:19','2020-07-05 16:57:19','157.55.39.42',NULL,NULL),(68556,'four_oh_four','2020-07-05 14:11:47','2020-07-05 19:11:47','184.154.139.17',NULL,NULL),(68557,'four_oh_four','2020-07-05 14:15:28','2020-07-05 19:15:28','52.201.182.91',NULL,NULL),(68558,'four_oh_four','2020-07-05 14:15:29','2020-07-05 19:15:29','3.94.137.21',NULL,NULL),(68559,'four_oh_four','2020-07-05 14:15:30','2020-07-05 19:15:30','52.201.182.91',NULL,NULL),(68560,'four_oh_four','2020-07-05 14:15:31','2020-07-05 19:15:31','3.94.137.21',NULL,NULL),(68561,'four_oh_four','2020-07-05 14:15:35','2020-07-05 19:15:35','3.94.137.21',NULL,NULL),(68562,'four_oh_four','2020-07-05 14:15:36','2020-07-05 19:15:36','3.94.137.21',NULL,NULL),(68563,'four_oh_four','2020-07-05 14:47:15','2020-07-05 19:47:15','207.46.13.42',NULL,NULL),(68564,'four_oh_four','2020-07-05 16:55:20','2020-07-05 21:55:20','39.98.124.123',NULL,NULL),(68565,'four_oh_four','2020-07-05 17:51:50','2020-07-05 22:51:50','192.186.168.236',NULL,NULL),(68566,'four_oh_four','2020-07-05 19:05:53','2020-07-06 00:05:53','190.107.177.38',NULL,NULL),(68567,'four_oh_four','2020-07-05 19:05:57','2020-07-06 00:05:57','190.107.177.38',NULL,NULL),(68568,'four_oh_four','2020-07-05 23:10:34','2020-07-06 04:10:34','194.61.24.94',NULL,NULL),(68569,'four_oh_four','2020-07-06 01:19:45','2020-07-06 06:19:45','162.243.29.24',NULL,NULL),(68570,'four_oh_four','2020-07-06 06:20:52','2020-07-06 11:20:52','104.227.97.122',NULL,NULL),(68571,'brute_force','2020-07-06 09:24:25','2020-07-06 14:24:25','192.161.86.162',NULL,NULL),(68572,'brute_force','2020-07-06 09:24:25','2020-07-06 14:24:25',NULL,NULL,'admin'),(68573,'four_oh_four','2020-07-06 09:30:37','2020-07-06 14:30:37','162.243.29.24',NULL,NULL),(68574,'four_oh_four','2020-07-06 10:20:17','2020-07-06 15:20:17','162.243.126.96',NULL,NULL),(68575,'four_oh_four','2020-07-06 12:18:33','2020-07-06 17:18:33','207.46.13.42',NULL,NULL),(68576,'four_oh_four','2020-07-06 14:09:20','2020-07-06 19:09:20','184.154.139.3',NULL,NULL),(68577,'four_oh_four','2020-07-06 14:20:31','2020-07-06 19:20:31','3.94.137.21',NULL,NULL),(68578,'four_oh_four','2020-07-06 14:20:32','2020-07-06 19:20:32','52.201.182.91',NULL,NULL),(68579,'four_oh_four','2020-07-06 14:20:34','2020-07-06 19:20:34','3.94.137.21',NULL,NULL),(68580,'four_oh_four','2020-07-06 14:20:35','2020-07-06 19:20:35','52.201.182.91',NULL,NULL),(68581,'four_oh_four','2020-07-06 14:20:38','2020-07-06 19:20:38','52.201.182.91',NULL,NULL),(68582,'four_oh_four','2020-07-06 14:20:39','2020-07-06 19:20:39','52.201.182.91',NULL,NULL),(68583,'four_oh_four','2020-07-06 20:28:55','2020-07-07 01:28:55','194.61.24.94',NULL,NULL),(68584,'four_oh_four','2020-07-06 20:41:34','2020-07-07 01:41:34','193.106.30.99',NULL,NULL),(68585,'four_oh_four','2020-07-06 20:43:55','2020-07-07 01:43:55','162.241.216.77',NULL,NULL),(68586,'four_oh_four','2020-07-06 21:05:49','2020-07-07 02:05:49','35.225.8.194',NULL,NULL),(68587,'four_oh_four','2020-07-06 21:05:51','2020-07-07 02:05:51','35.225.8.194',NULL,NULL),(68588,'four_oh_four','2020-07-06 21:05:52','2020-07-07 02:05:52','35.225.8.194',NULL,NULL),(68589,'four_oh_four','2020-07-06 21:05:54','2020-07-07 02:05:54','35.225.8.194',NULL,NULL),(68590,'four_oh_four','2020-07-06 21:05:55','2020-07-07 02:05:55','35.225.8.194',NULL,NULL),(68591,'four_oh_four','2020-07-06 21:05:56','2020-07-07 02:05:56','35.225.8.194',NULL,NULL),(68592,'four_oh_four','2020-07-06 21:05:57','2020-07-07 02:05:57','35.225.8.194',NULL,NULL),(68593,'four_oh_four','2020-07-06 21:05:59','2020-07-07 02:05:59','35.225.8.194',NULL,NULL),(68594,'four_oh_four','2020-07-06 21:06:00','2020-07-07 02:06:00','35.225.8.194',NULL,NULL),(68595,'four_oh_four','2020-07-06 21:06:01','2020-07-07 02:06:01','35.225.8.194',NULL,NULL),(68596,'four_oh_four','2020-07-06 21:06:05','2020-07-07 02:06:05','35.225.8.194',NULL,NULL),(68597,'four_oh_four','2020-07-06 21:06:07','2020-07-07 02:06:07','35.225.8.194',NULL,NULL),(68598,'four_oh_four','2020-07-06 21:06:08','2020-07-07 02:06:08','35.225.8.194',NULL,NULL),(68599,'four_oh_four','2020-07-06 21:06:09','2020-07-07 02:06:09','35.225.8.194',NULL,NULL),(68600,'four_oh_four','2020-07-06 21:06:11','2020-07-07 02:06:11','35.225.8.194',NULL,NULL),(68601,'four_oh_four','2020-07-06 21:06:12','2020-07-07 02:06:12','35.225.8.194',NULL,NULL),(68602,'four_oh_four','2020-07-06 21:06:13','2020-07-07 02:06:13','35.225.8.194',NULL,NULL),(68603,'four_oh_four','2020-07-06 21:06:14','2020-07-07 02:06:14','35.225.8.194',NULL,NULL),(68604,'four_oh_four','2020-07-06 21:06:16','2020-07-07 02:06:16','35.225.8.194',NULL,NULL),(68605,'four_oh_four','2020-07-06 21:06:17','2020-07-07 02:06:17','35.225.8.194',NULL,NULL),(68606,'four_oh_four','2020-07-07 01:45:29','2020-07-07 06:45:29','193.106.30.99',NULL,NULL),(68607,'four_oh_four','2020-07-07 06:38:50','2020-07-07 11:38:50','47.113.87.53',NULL,NULL),(68608,'four_oh_four','2020-07-07 10:21:28','2020-07-07 15:21:28','193.106.30.99',NULL,NULL),(68609,'four_oh_four','2020-07-07 14:05:47','2020-07-07 19:05:47','184.154.139.17',NULL,NULL),(68610,'four_oh_four','2020-07-07 14:06:14','2020-07-07 19:06:14','184.154.139.17',NULL,NULL),(68611,'four_oh_four','2020-07-07 14:25:37','2020-07-07 19:25:37','52.201.182.91',NULL,NULL),(68612,'four_oh_four','2020-07-07 14:25:38','2020-07-07 19:25:38','52.201.182.91',NULL,NULL),(68613,'four_oh_four','2020-07-07 17:13:14','2020-07-07 22:13:14','66.249.75.173',NULL,NULL),(68614,'four_oh_four','2020-07-07 17:23:49','2020-07-07 22:23:49','178.93.60.103',NULL,NULL),(68615,'four_oh_four','2020-07-07 17:23:51','2020-07-07 22:23:51','178.93.60.103',NULL,NULL),(68616,'four_oh_four','2020-07-07 18:06:22','2020-07-07 23:06:22','194.61.24.94',NULL,NULL),(68617,'four_oh_four','2020-07-07 19:49:48','2020-07-08 00:49:48','193.106.30.99',NULL,NULL),(68618,'brute_force','2020-07-07 20:29:58','2020-07-08 01:29:58','198.71.227.32',NULL,NULL),(68619,'brute_force','2020-07-07 20:29:58','2020-07-08 01:29:58',NULL,NULL,'admin'),(68620,'four_oh_four','2020-07-07 20:45:16','2020-07-08 01:45:16','173.69.150.59',NULL,NULL),(68621,'four_oh_four','2020-07-07 21:07:53','2020-07-08 02:07:53','66.249.69.156',NULL,NULL),(68622,'four_oh_four','2020-07-08 14:10:47','2020-07-08 19:10:47','184.154.139.17',NULL,NULL),(68623,'four_oh_four','2020-07-08 14:30:31','2020-07-08 19:30:31','52.201.182.91',NULL,NULL),(68624,'four_oh_four','2020-07-08 14:30:33','2020-07-08 19:30:33','52.201.182.91',NULL,NULL),(68625,'four_oh_four','2020-07-08 14:30:38','2020-07-08 19:30:38','52.201.182.91',NULL,NULL),(68626,'four_oh_four','2020-07-08 14:30:39','2020-07-08 19:30:39','52.201.182.91',NULL,NULL),(68627,'four_oh_four','2020-07-08 15:16:25','2020-07-08 20:16:25','194.61.24.94',NULL,NULL),(68628,'four_oh_four','2020-07-08 17:16:21','2020-07-08 22:16:21','38.128.157.114',NULL,NULL),(68629,'brute_force','2020-07-08 21:46:28','2020-07-09 02:46:28','68.134.121.122',NULL,NULL),(68630,'brute_force','2020-07-08 21:46:28','2020-07-09 02:46:28',NULL,NULL,'linda'),(68631,'four_oh_four','2020-07-08 23:18:27','2020-07-09 04:18:27','216.173.66.65',NULL,NULL),(68632,'four_oh_four','2020-07-08 23:27:31','2020-07-09 04:27:31','207.46.13.35',NULL,NULL),(68633,'four_oh_four','2020-07-09 03:28:59','2020-07-09 08:28:59','36.89.66.180',NULL,NULL),(68634,'four_oh_four','2020-07-09 12:08:49','2020-07-09 17:08:49','194.61.24.94',NULL,NULL),(68635,'four_oh_four','2020-07-09 13:39:11','2020-07-09 18:39:11','108.22.254.28',NULL,NULL),(68636,'four_oh_four','2020-07-09 14:08:08','2020-07-09 19:08:08','184.154.139.18',NULL,NULL),(68637,'four_oh_four','2020-07-09 14:08:31','2020-07-09 19:08:31','184.154.139.18',NULL,NULL),(68638,'four_oh_four','2020-07-09 14:35:58','2020-07-09 19:35:58','52.201.182.91',NULL,NULL),(68639,'four_oh_four','2020-07-09 14:35:59','2020-07-09 19:35:59','52.201.182.91',NULL,NULL),(68640,'four_oh_four','2020-07-09 14:36:00','2020-07-09 19:36:00','52.201.182.91',NULL,NULL),(68641,'four_oh_four','2020-07-09 14:36:02','2020-07-09 19:36:02','52.201.182.91',NULL,NULL),(68642,'four_oh_four','2020-07-09 16:46:46','2020-07-09 21:46:46','66.249.65.156',NULL,NULL),(68643,'four_oh_four','2020-07-10 00:47:25','2020-07-10 05:47:25','185.43.222.154',NULL,NULL),(68644,'four_oh_four','2020-07-10 00:48:36','2020-07-10 05:48:36','45.57.236.202',NULL,NULL),(68645,'four_oh_four','2020-07-10 07:16:05','2020-07-10 12:16:05','194.61.24.94',NULL,NULL),(68646,'four_oh_four','2020-07-10 14:07:05','2020-07-10 19:07:05','184.154.139.18',NULL,NULL),(68647,'four_oh_four','2020-07-10 14:07:26','2020-07-10 19:07:26','184.154.139.18',NULL,NULL),(68648,'four_oh_four','2020-07-10 14:40:27','2020-07-10 19:40:27','52.201.182.91',NULL,NULL),(68649,'four_oh_four','2020-07-10 14:40:30','2020-07-10 19:40:30','52.201.182.91',NULL,NULL),(68650,'four_oh_four','2020-07-10 14:40:34','2020-07-10 19:40:34','3.94.137.21',NULL,NULL),(68651,'four_oh_four','2020-07-10 14:40:35','2020-07-10 19:40:35','3.94.137.21',NULL,NULL),(68652,'four_oh_four','2020-07-11 03:53:58','2020-07-11 08:53:58','95.163.255.29',NULL,NULL),(68653,'four_oh_four','2020-07-11 04:22:20','2020-07-11 09:22:20','194.61.24.94',NULL,NULL),(68654,'four_oh_four','2020-07-11 12:38:49','2020-07-11 17:38:49','144.91.100.233',NULL,NULL),(68655,'four_oh_four','2020-07-11 14:05:26','2020-07-11 19:05:26','184.154.139.20',NULL,NULL),(68656,'four_oh_four','2020-07-11 14:45:34','2020-07-11 19:45:34','52.201.182.91',NULL,NULL),(68657,'four_oh_four','2020-07-11 14:45:37','2020-07-11 19:45:37','52.201.182.91',NULL,NULL),(68658,'four_oh_four','2020-07-11 14:45:40','2020-07-11 19:45:40','3.94.137.21',NULL,NULL),(68659,'four_oh_four','2020-07-11 14:45:42','2020-07-11 19:45:42','3.94.137.21',NULL,NULL),(68660,'four_oh_four','2020-07-11 20:15:44','2020-07-12 01:15:44','66.249.65.157',NULL,NULL),(68661,'four_oh_four','2020-07-11 20:37:20','2020-07-12 01:37:20','66.249.65.157',NULL,NULL),(68662,'four_oh_four','2020-07-11 20:49:42','2020-07-12 01:49:42','66.249.65.158',NULL,NULL),(68663,'four_oh_four','2020-07-12 01:09:30','2020-07-12 06:09:30','194.61.24.94',NULL,NULL),(68664,'four_oh_four','2020-07-12 03:24:51','2020-07-12 08:24:51','198.54.126.74',NULL,NULL),(68665,'four_oh_four','2020-07-12 03:42:16','2020-07-12 08:42:16','35.210.155.244',NULL,NULL),(68666,'brute_force','2020-07-12 08:08:23','2020-07-12 13:08:23','182.50.130.82',NULL,NULL),(68667,'brute_force','2020-07-12 08:08:23','2020-07-12 13:08:23',NULL,NULL,'admin'),(68668,'four_oh_four','2020-07-12 09:33:22','2020-07-12 14:33:22','118.190.54.205',NULL,NULL),(68669,'four_oh_four','2020-07-12 09:33:22','2020-07-12 14:33:22','118.190.54.205',NULL,NULL),(68670,'four_oh_four','2020-07-12 09:33:22','2020-07-12 14:33:22','118.190.54.205',NULL,NULL),(68671,'four_oh_four','2020-07-12 09:33:22','2020-07-12 14:33:22','118.190.54.205',NULL,NULL),(68672,'four_oh_four','2020-07-12 09:33:22','2020-07-12 14:33:22','118.190.54.205',NULL,NULL),(68673,'four_oh_four','2020-07-12 09:33:23','2020-07-12 14:33:23','118.190.54.205',NULL,NULL),(68674,'four_oh_four','2020-07-12 09:33:23','2020-07-12 14:33:23','118.190.54.205',NULL,NULL),(68675,'four_oh_four','2020-07-12 09:33:23','2020-07-12 14:33:23','118.190.54.205',NULL,NULL),(68676,'four_oh_four','2020-07-12 09:33:24','2020-07-12 14:33:24','118.190.54.205',NULL,NULL),(68677,'four_oh_four','2020-07-12 12:12:56','2020-07-12 17:12:56','66.249.65.156',NULL,NULL),(68678,'four_oh_four','2020-07-12 12:37:31','2020-07-12 17:37:31','149.202.193.120',NULL,NULL),(68679,'four_oh_four','2020-07-12 12:37:31','2020-07-12 17:37:31','149.202.193.120',NULL,NULL),(68680,'four_oh_four','2020-07-12 12:37:31','2020-07-12 17:37:31','149.202.193.120',NULL,NULL),(68681,'four_oh_four','2020-07-12 12:37:31','2020-07-12 17:37:31','149.202.193.120',NULL,NULL),(68682,'four_oh_four','2020-07-12 12:50:16','2020-07-12 17:50:16','35.210.166.102',NULL,NULL),(68683,'four_oh_four','2020-07-12 13:37:47','2020-07-12 18:37:47','66.249.65.156',NULL,NULL),(68684,'four_oh_four','2020-07-12 13:51:59','2020-07-12 18:51:59','66.249.65.157',NULL,NULL),(68685,'four_oh_four','2020-07-12 13:58:20','2020-07-12 18:58:20','66.249.65.156',NULL,NULL),(68686,'four_oh_four','2020-07-12 14:08:06','2020-07-12 19:08:06','184.154.139.3',NULL,NULL),(68687,'four_oh_four','2020-07-12 14:50:19','2020-07-12 19:50:19','52.201.182.91',NULL,NULL),(68688,'four_oh_four','2020-07-12 14:50:21','2020-07-12 19:50:21','52.201.182.91',NULL,NULL),(68689,'four_oh_four','2020-07-12 14:50:25','2020-07-12 19:50:25','52.201.182.91',NULL,NULL),(68690,'four_oh_four','2020-07-12 14:50:26','2020-07-12 19:50:26','52.201.182.91',NULL,NULL),(68691,'four_oh_four','2020-07-12 21:55:43','2020-07-13 02:55:43','194.61.24.94',NULL,NULL),(68692,'four_oh_four','2020-07-12 22:30:09','2020-07-13 03:30:09','35.210.144.200',NULL,NULL),(68693,'four_oh_four','2020-07-13 03:58:25','2020-07-13 08:58:25','66.249.65.140',NULL,NULL),(68694,'four_oh_four','2020-07-13 06:40:09','2020-07-13 11:40:09','66.249.65.157',NULL,NULL),(68695,'four_oh_four','2020-07-13 06:49:12','2020-07-13 11:49:12','66.249.65.158',NULL,NULL),(68696,'four_oh_four','2020-07-13 07:02:44','2020-07-13 12:02:44','66.249.65.158',NULL,NULL),(68697,'four_oh_four','2020-07-13 07:04:03','2020-07-13 12:04:03','66.249.65.157',NULL,NULL),(68698,'four_oh_four','2020-07-13 07:11:04','2020-07-13 12:11:04','66.249.65.158',NULL,NULL),(68699,'four_oh_four','2020-07-13 07:11:13','2020-07-13 12:11:13','66.249.65.156',NULL,NULL),(68700,'four_oh_four','2020-07-13 12:22:15','2020-07-13 17:22:15','51.158.153.223',NULL,NULL),(68701,'four_oh_four','2020-07-13 14:05:04','2020-07-13 19:05:04','184.154.139.3',NULL,NULL),(68702,'four_oh_four','2020-07-13 14:57:20','2020-07-13 19:57:20','3.94.137.21',NULL,NULL),(68703,'four_oh_four','2020-07-13 14:57:22','2020-07-13 19:57:22','3.94.137.21',NULL,NULL),(68704,'four_oh_four','2020-07-13 14:59:54','2020-07-13 19:59:54','40.77.167.73',NULL,NULL),(68705,'four_oh_four','2020-07-13 18:28:48','2020-07-13 23:28:48','5.188.84.76',NULL,NULL),(68706,'four_oh_four','2020-07-13 18:40:40','2020-07-13 23:40:40','194.61.24.94',NULL,NULL),(68707,'brute_force','2020-07-13 18:49:26','2020-07-13 23:49:26','115.186.183.189',NULL,NULL),(68708,'brute_force','2020-07-13 18:49:26','2020-07-13 23:49:26',NULL,NULL,'admin'),(68709,'four_oh_four','2020-07-13 19:16:21','2020-07-14 00:16:21','66.249.65.157',NULL,NULL),(68710,'four_oh_four','2020-07-13 19:33:09','2020-07-14 00:33:09','66.249.65.158',NULL,NULL),(68711,'four_oh_four','2020-07-13 20:15:59','2020-07-14 01:15:59','66.249.65.158',NULL,NULL),(68712,'brute_force','2020-07-13 22:51:24','2020-07-14 03:51:24','141.138.45.14',NULL,NULL),(68713,'brute_force','2020-07-13 22:51:24','2020-07-14 03:51:24',NULL,NULL,'zphiblgz'),(68714,'brute_force','2020-07-13 22:52:25','2020-07-14 03:52:25','141.138.45.14',NULL,NULL),(68715,'brute_force','2020-07-13 22:52:25','2020-07-14 03:52:25',NULL,NULL,'zphiblgz'),(68716,'brute_force','2020-07-13 22:53:27','2020-07-14 03:53:27','141.138.45.14',NULL,NULL),(68717,'brute_force','2020-07-13 22:53:27','2020-07-14 03:53:27',NULL,NULL,'zphiblgz'),(68718,'brute_force','2020-07-13 22:54:27','2020-07-14 03:54:27','141.138.45.14',NULL,NULL),(68719,'brute_force','2020-07-13 22:54:27','2020-07-14 03:54:27',NULL,NULL,'zphiblgz'),(68720,'brute_force','2020-07-13 22:55:30','2020-07-14 03:55:30','141.138.45.14',NULL,NULL),(68721,'brute_force','2020-07-13 22:55:30','2020-07-14 03:55:30',NULL,NULL,'zphiblgz'),(68722,'four_oh_four','2020-07-13 22:56:15','2020-07-14 03:56:15','40.77.167.73',NULL,NULL),(68723,'brute_force','2020-07-13 23:10:42','2020-07-14 04:10:42','141.138.45.14',NULL,NULL),(68724,'brute_force','2020-07-13 23:10:42','2020-07-14 04:10:42',NULL,NULL,'zphiblgz'),(68725,'brute_force','2020-07-13 23:25:57','2020-07-14 04:25:57','141.138.45.14',NULL,NULL),(68726,'brute_force','2020-07-13 23:25:57','2020-07-14 04:25:57',NULL,NULL,'zphiblgz'),(68727,'brute_force','2020-07-13 23:26:59','2020-07-14 04:26:59','141.138.45.14',NULL,NULL),(68728,'brute_force','2020-07-13 23:26:59','2020-07-14 04:26:59',NULL,NULL,'zphiblgz'),(68729,'brute_force','2020-07-13 23:27:59','2020-07-14 04:27:59','141.138.45.14',NULL,NULL),(68730,'brute_force','2020-07-13 23:27:59','2020-07-14 04:27:59',NULL,NULL,'zphiblgz'),(68731,'brute_force','2020-07-13 23:29:00','2020-07-14 04:29:00','141.138.45.14',NULL,NULL),(68732,'brute_force','2020-07-13 23:29:00','2020-07-14 04:29:00',NULL,NULL,'zphiblgz'),(68733,'brute_force','2020-07-13 23:30:02','2020-07-14 04:30:02','141.138.45.14',NULL,NULL),(68734,'brute_force','2020-07-13 23:30:02','2020-07-14 04:30:02',NULL,NULL,'zphiblgz'),(68735,'four_oh_four','2020-07-14 04:00:49','2020-07-14 09:00:49','17.58.102.51',NULL,NULL),(68736,'four_oh_four','2020-07-14 06:32:58','2020-07-14 11:32:58','66.249.65.158',NULL,NULL),(68737,'four_oh_four','2020-07-14 06:38:26','2020-07-14 11:38:26','66.249.65.157',NULL,NULL),(68738,'four_oh_four','2020-07-14 06:45:58','2020-07-14 11:45:58','66.249.65.156',NULL,NULL),(68739,'four_oh_four','2020-07-14 06:50:02','2020-07-14 11:50:02','66.249.65.158',NULL,NULL),(68740,'four_oh_four','2020-07-14 07:02:44','2020-07-14 12:02:44','66.249.65.158',NULL,NULL),(68741,'four_oh_four','2020-07-14 10:03:24','2020-07-14 15:03:24','66.249.65.156',NULL,NULL),(68742,'four_oh_four','2020-07-14 14:10:39','2020-07-14 19:10:39','184.154.139.18',NULL,NULL),(68743,'four_oh_four','2020-07-14 15:02:11','2020-07-14 20:02:11','3.94.137.21',NULL,NULL),(68744,'four_oh_four','2020-07-14 15:02:14','2020-07-14 20:02:14','3.94.137.21',NULL,NULL),(68745,'four_oh_four','2020-07-14 15:02:15','2020-07-14 20:02:15','3.94.137.21',NULL,NULL),(68746,'four_oh_four','2020-07-14 15:02:16','2020-07-14 20:02:16','3.94.137.21',NULL,NULL),(68747,'four_oh_four','2020-07-14 15:31:50','2020-07-14 20:31:50','194.61.24.94',NULL,NULL),(68748,'four_oh_four','2020-07-14 16:25:05','2020-07-14 21:25:05','50.87.192.198',NULL,NULL),(68749,'four_oh_four','2020-07-14 16:45:44','2020-07-14 21:45:44','116.179.32.26',NULL,NULL),(68750,'four_oh_four','2020-07-14 16:52:27','2020-07-14 21:52:27','66.249.65.158',NULL,NULL),(68751,'four_oh_four','2020-07-14 16:58:36','2020-07-14 21:58:36','66.249.65.158',NULL,NULL),(68752,'four_oh_four','2020-07-14 17:12:37','2020-07-14 22:12:37','66.249.65.158',NULL,NULL),(68753,'four_oh_four','2020-07-14 17:15:13','2020-07-14 22:15:13','66.249.65.156',NULL,NULL),(68754,'four_oh_four','2020-07-14 17:16:30','2020-07-14 22:16:30','66.249.65.158',NULL,NULL),(68755,'four_oh_four','2020-07-14 17:22:40','2020-07-14 22:22:40','66.249.65.156',NULL,NULL),(68756,'four_oh_four','2020-07-14 17:26:15','2020-07-14 22:26:15','66.249.65.158',NULL,NULL),(68757,'four_oh_four','2020-07-15 01:02:07','2020-07-15 06:02:07','23.95.119.145',NULL,NULL),(68758,'four_oh_four','2020-07-15 02:18:57','2020-07-15 07:18:57','103.139.113.34',NULL,NULL),(68759,'four_oh_four','2020-07-15 02:25:44','2020-07-15 07:25:44','66.249.65.158',NULL,NULL),(68760,'four_oh_four','2020-07-15 02:32:28','2020-07-15 07:32:28','66.249.65.157',NULL,NULL),(68761,'four_oh_four','2020-07-15 02:32:30','2020-07-15 07:32:30','66.249.65.158',NULL,NULL),(68762,'brute_force','2020-07-15 02:36:56','2020-07-15 07:36:56','141.138.41.205',NULL,NULL),(68763,'brute_force','2020-07-15 02:36:56','2020-07-15 07:36:56',NULL,NULL,'admin'),(68764,'four_oh_four','2020-07-15 02:37:41','2020-07-15 07:37:41','66.249.65.156',NULL,NULL),(68765,'brute_force','2020-07-15 02:37:56','2020-07-15 07:37:56','141.138.41.205',NULL,NULL),(68766,'brute_force','2020-07-15 02:37:56','2020-07-15 07:37:56',NULL,NULL,'admin'),(68767,'brute_force','2020-07-15 02:39:02','2020-07-15 07:39:02','141.138.41.205',NULL,NULL),(68768,'brute_force','2020-07-15 02:39:02','2020-07-15 07:39:02',NULL,NULL,'admin'),(68769,'brute_force','2020-07-15 02:40:04','2020-07-15 07:40:04','141.138.41.205',NULL,NULL),(68770,'brute_force','2020-07-15 02:40:04','2020-07-15 07:40:04',NULL,NULL,'admin'),(68771,'four_oh_four','2020-07-15 02:40:22','2020-07-15 07:40:22','66.249.65.156',NULL,NULL),(68772,'brute_force','2020-07-15 02:41:04','2020-07-15 07:41:04','141.138.41.205',NULL,NULL),(68773,'brute_force','2020-07-15 02:41:04','2020-07-15 07:41:04',NULL,NULL,'admin'),(68774,'four_oh_four','2020-07-15 02:44:47','2020-07-15 07:44:47','66.249.65.158',NULL,NULL),(68775,'four_oh_four','2020-07-15 02:51:00','2020-07-15 07:51:00','66.249.65.156',NULL,NULL),(68776,'brute_force','2020-07-15 02:56:19','2020-07-15 07:56:19','141.138.41.205',NULL,NULL),(68777,'brute_force','2020-07-15 02:56:19','2020-07-15 07:56:19',NULL,NULL,'admin'),(68778,'four_oh_four','2020-07-15 02:57:56','2020-07-15 07:57:56','66.249.65.157',NULL,NULL),(68779,'four_oh_four','2020-07-15 02:58:45','2020-07-15 07:58:45','66.249.65.156',NULL,NULL),(68780,'four_oh_four','2020-07-15 03:06:06','2020-07-15 08:06:06','66.249.65.157',NULL,NULL),(68781,'four_oh_four','2020-07-15 05:40:30','2020-07-15 10:40:30','94.23.43.140',NULL,NULL),(68782,'brute_force','2020-07-15 05:53:31','2020-07-15 10:53:31','182.50.130.114',NULL,NULL),(68783,'brute_force','2020-07-15 05:53:31','2020-07-15 10:53:31',NULL,NULL,'admin'),(68784,'four_oh_four','2020-07-15 12:23:57','2020-07-15 17:23:57','194.61.24.94',NULL,NULL),(68785,'four_oh_four','2020-07-15 14:02:26','2020-07-15 19:02:26','184.154.139.20',NULL,NULL),(68786,'four_oh_four','2020-07-15 14:10:43','2020-07-15 19:10:43','66.249.65.156',NULL,NULL),(68787,'four_oh_four','2020-07-15 14:25:23','2020-07-15 19:25:23','66.249.65.158',NULL,NULL),(68788,'four_oh_four','2020-07-15 14:25:51','2020-07-15 19:25:51','66.249.65.156',NULL,NULL),(68789,'four_oh_four','2020-07-15 15:05:20','2020-07-15 20:05:20','52.201.182.91',NULL,NULL),(68790,'four_oh_four','2020-07-15 15:05:25','2020-07-15 20:05:25','52.201.182.91',NULL,NULL),(68791,'four_oh_four','2020-07-15 15:05:28','2020-07-15 20:05:28','52.201.182.91',NULL,NULL),(68792,'four_oh_four','2020-07-15 15:05:29','2020-07-15 20:05:29','52.201.182.91',NULL,NULL),(68793,'four_oh_four','2020-07-15 18:25:10','2020-07-15 23:25:10','73.172.190.142',NULL,NULL),(68794,'four_oh_four','2020-07-15 23:06:59','2020-07-16 04:06:59','207.46.13.160',NULL,NULL),(68795,'brute_force','2020-07-16 01:10:10','2020-07-16 06:10:10','141.138.43.134',NULL,NULL),(68796,'brute_force','2020-07-16 01:10:10','2020-07-16 06:10:10',NULL,NULL,'admin'),(68797,'brute_force','2020-07-16 01:11:12','2020-07-16 06:11:12','141.138.43.134',NULL,NULL),(68798,'brute_force','2020-07-16 01:11:12','2020-07-16 06:11:12',NULL,NULL,'admin'),(68799,'brute_force','2020-07-16 01:12:14','2020-07-16 06:12:14','141.138.43.134',NULL,NULL),(68800,'brute_force','2020-07-16 01:12:14','2020-07-16 06:12:14',NULL,NULL,'admin'),(68801,'brute_force','2020-07-16 01:13:13','2020-07-16 06:13:13','141.138.43.134',NULL,NULL),(68802,'brute_force','2020-07-16 01:13:13','2020-07-16 06:13:13',NULL,NULL,'admin'),(68803,'brute_force','2020-07-16 01:14:14','2020-07-16 06:14:14','141.138.43.134',NULL,NULL),(68804,'brute_force','2020-07-16 01:14:14','2020-07-16 06:14:14',NULL,NULL,'admin'),(68805,'brute_force','2020-07-16 01:29:29','2020-07-16 06:29:29','141.138.43.134',NULL,NULL),(68806,'brute_force','2020-07-16 01:29:29','2020-07-16 06:29:29',NULL,NULL,'admin'),(68807,'brute_force','2020-07-16 01:44:44','2020-07-16 06:44:44','141.138.43.134',NULL,NULL),(68808,'brute_force','2020-07-16 01:44:44','2020-07-16 06:44:44',NULL,NULL,'admin'),(68809,'brute_force','2020-07-16 01:45:45','2020-07-16 06:45:45','141.138.43.134',NULL,NULL),(68810,'brute_force','2020-07-16 01:45:45','2020-07-16 06:45:45',NULL,NULL,'admin'),(68811,'brute_force','2020-07-16 01:46:46','2020-07-16 06:46:46','141.138.43.134',NULL,NULL),(68812,'brute_force','2020-07-16 01:46:46','2020-07-16 06:46:46',NULL,NULL,'admin'),(68813,'brute_force','2020-07-16 01:47:47','2020-07-16 06:47:47','141.138.43.134',NULL,NULL),(68814,'brute_force','2020-07-16 01:47:47','2020-07-16 06:47:47',NULL,NULL,'admin'),(68815,'brute_force','2020-07-16 01:48:48','2020-07-16 06:48:48','141.138.43.134',NULL,NULL),(68816,'brute_force','2020-07-16 01:48:48','2020-07-16 06:48:48',NULL,NULL,'admin'),(68817,'brute_force','2020-07-16 02:04:03','2020-07-16 07:04:03','141.138.43.134',NULL,NULL),(68818,'brute_force','2020-07-16 02:04:03','2020-07-16 07:04:03',NULL,NULL,'admin'),(68819,'four_oh_four','2020-07-16 05:17:20','2020-07-16 10:17:20','162.243.29.24',NULL,NULL),(68820,'four_oh_four','2020-07-16 09:07:05','2020-07-16 14:07:05','194.61.24.94',NULL,NULL),(68821,'four_oh_four','2020-07-16 09:48:12','2020-07-16 14:48:12','207.46.13.135',NULL,NULL),(68822,'four_oh_four','2020-07-16 13:10:17','2020-07-16 18:10:17','162.243.29.24',NULL,NULL),(68823,'four_oh_four','2020-07-16 14:03:12','2020-07-16 19:03:12','184.154.139.19',NULL,NULL),(68824,'four_oh_four','2020-07-16 15:12:37','2020-07-16 20:12:37','52.201.182.91',NULL,NULL),(68825,'four_oh_four','2020-07-16 15:12:37','2020-07-16 20:12:37','3.94.137.21',NULL,NULL),(68826,'four_oh_four','2020-07-16 15:12:40','2020-07-16 20:12:40','3.94.137.21',NULL,NULL),(68827,'four_oh_four','2020-07-16 15:12:41','2020-07-16 20:12:41','52.201.182.91',NULL,NULL),(68828,'four_oh_four','2020-07-16 16:03:46','2020-07-16 21:03:46','5.188.84.76',NULL,NULL),(68829,'brute_force','2020-07-16 16:15:02','2020-07-16 21:15:02','62.149.143.94',NULL,NULL),(68830,'brute_force','2020-07-16 16:15:02','2020-07-16 21:15:02',NULL,NULL,'admin'),(68831,'four_oh_four','2020-07-16 23:42:38','2020-07-17 04:42:38','178.128.151.69',NULL,NULL),(68832,'four_oh_four','2020-07-16 23:48:09','2020-07-17 04:48:09','178.128.151.69',NULL,NULL),(68833,'four_oh_four','2020-07-16 23:57:03','2020-07-17 04:57:03','104.131.107.89',NULL,NULL),(68834,'four_oh_four','2020-07-17 04:26:52','2020-07-17 09:26:52','66.249.65.157',NULL,NULL),(68835,'four_oh_four','2020-07-17 05:48:05','2020-07-17 10:48:05','194.61.24.94',NULL,NULL),(68836,'four_oh_four','2020-07-17 06:24:36','2020-07-17 11:24:36','142.44.252.26',NULL,NULL),(68837,'four_oh_four','2020-07-17 06:24:52','2020-07-17 11:24:52','142.44.252.26',NULL,NULL),(68838,'four_oh_four','2020-07-17 06:55:30','2020-07-17 11:55:30','78.46.90.120',NULL,NULL),(68839,'four_oh_four','2020-07-17 06:55:58','2020-07-17 11:55:58','78.46.94.83',NULL,NULL),(68840,'four_oh_four','2020-07-17 08:27:32','2020-07-17 13:27:32','157.55.39.110',NULL,NULL),(68841,'four_oh_four','2020-07-17 10:03:55','2020-07-17 15:03:55','157.55.39.194',NULL,NULL),(68842,'four_oh_four','2020-07-17 10:26:13','2020-07-17 15:26:13','157.55.39.246',NULL,NULL),(68843,'four_oh_four','2020-07-17 14:11:32','2020-07-17 19:11:32','184.154.139.3',NULL,NULL),(68844,'four_oh_four','2020-07-17 15:17:42','2020-07-17 20:17:42','52.201.182.91',NULL,NULL),(68845,'four_oh_four','2020-07-17 15:17:45','2020-07-17 20:17:45','52.201.182.91',NULL,NULL),(68846,'four_oh_four','2020-07-17 15:17:50','2020-07-17 20:17:50','52.201.182.91',NULL,NULL),(68847,'four_oh_four','2020-07-17 15:17:51','2020-07-17 20:17:51','52.201.182.91',NULL,NULL),(68848,'four_oh_four','2020-07-17 16:40:23','2020-07-17 21:40:23','82.117.194.229',NULL,NULL),(68849,'four_oh_four','2020-07-17 23:55:43','2020-07-18 04:55:43','116.179.32.87',NULL,NULL),(68850,'four_oh_four','2020-07-18 02:13:08','2020-07-18 07:13:08','207.46.13.222',NULL,NULL),(68851,'brute_force','2020-07-18 02:16:29','2020-07-18 07:16:29','154.160.14.204',NULL,NULL),(68852,'brute_force','2020-07-18 02:16:29','2020-07-18 07:16:29',NULL,NULL,'zphiblgz'),(68853,'brute_force','2020-07-18 02:16:46','2020-07-18 07:16:46','39.32.0.170',NULL,NULL),(68854,'brute_force','2020-07-18 02:16:46','2020-07-18 07:16:46',NULL,NULL,'zphiblgz'),(68855,'brute_force','2020-07-18 02:17:49','2020-07-18 07:17:49','39.32.0.170',NULL,NULL),(68856,'brute_force','2020-07-18 02:17:49','2020-07-18 07:17:49',NULL,NULL,'zphiblgz'),(68857,'brute_force','2020-07-18 02:18:12','2020-07-18 07:18:12','106.215.218.66',NULL,NULL),(68858,'brute_force','2020-07-18 02:18:12','2020-07-18 07:18:12',NULL,NULL,'zphiblgz'),(68859,'brute_force','2020-07-18 02:18:50','2020-07-18 07:18:50','39.32.0.170',NULL,NULL),(68860,'brute_force','2020-07-18 02:18:50','2020-07-18 07:18:50',NULL,NULL,'zphiblgz'),(68861,'brute_force','2020-07-18 02:19:13','2020-07-18 07:19:13','106.215.218.66',NULL,NULL),(68862,'brute_force','2020-07-18 02:19:13','2020-07-18 07:19:13',NULL,NULL,'zphiblgz'),(68863,'brute_force','2020-07-18 02:19:51','2020-07-18 07:19:51','39.32.0.170',NULL,NULL),(68864,'brute_force','2020-07-18 02:19:51','2020-07-18 07:19:51',NULL,NULL,'zphiblgz'),(68865,'brute_force','2020-07-18 02:20:52','2020-07-18 07:20:52','39.32.0.170',NULL,NULL),(68866,'brute_force','2020-07-18 02:20:52','2020-07-18 07:20:52',NULL,NULL,'zphiblgz'),(68867,'brute_force','2020-07-18 02:22:20','2020-07-18 07:22:20','106.215.218.66',NULL,NULL),(68868,'brute_force','2020-07-18 02:22:20','2020-07-18 07:22:20',NULL,NULL,'zphiblgz'),(68869,'brute_force','2020-07-18 02:25:25','2020-07-18 07:25:25','106.215.218.66',NULL,NULL),(68870,'brute_force','2020-07-18 02:25:25','2020-07-18 07:25:25',NULL,NULL,'zphiblgz'),(68871,'brute_force','2020-07-18 02:26:27','2020-07-18 07:26:27','106.215.218.66',NULL,NULL),(68872,'brute_force','2020-07-18 02:26:27','2020-07-18 07:26:27',NULL,NULL,'zphiblgz'),(68873,'brute_force','2020-07-18 02:42:34','2020-07-18 07:42:34','50.62.176.72',NULL,NULL),(68874,'brute_force','2020-07-18 02:42:34','2020-07-18 07:42:34',NULL,NULL,'admin'),(68875,'four_oh_four','2020-07-18 02:44:27','2020-07-18 07:44:27','194.61.24.94',NULL,NULL),(68876,'brute_force','2020-07-18 02:50:56','2020-07-18 07:50:56','154.160.14.204',NULL,NULL),(68877,'brute_force','2020-07-18 02:50:56','2020-07-18 07:50:56',NULL,NULL,'zphiblgz'),(68878,'brute_force','2020-07-18 02:52:16','2020-07-18 07:52:16','154.160.14.204',NULL,NULL),(68879,'brute_force','2020-07-18 02:52:16','2020-07-18 07:52:16',NULL,NULL,'zphiblgz'),(68880,'brute_force','2020-07-18 02:53:27','2020-07-18 07:53:27','154.160.14.204',NULL,NULL),(68881,'brute_force','2020-07-18 02:53:27','2020-07-18 07:53:27',NULL,NULL,'zphiblgz'),(68882,'brute_force','2020-07-18 02:54:26','2020-07-18 07:54:26','154.160.14.204',NULL,NULL),(68883,'brute_force','2020-07-18 02:54:26','2020-07-18 07:54:26',NULL,NULL,'zphiblgz'),(68884,'brute_force','2020-07-18 02:55:27','2020-07-18 07:55:27','154.160.14.204',NULL,NULL),(68885,'brute_force','2020-07-18 02:55:27','2020-07-18 07:55:27',NULL,NULL,'zphiblgz'),(68886,'brute_force','2020-07-18 03:15:50','2020-07-18 08:15:50','106.215.218.66',NULL,NULL),(68887,'brute_force','2020-07-18 03:15:50','2020-07-18 08:15:50',NULL,NULL,'zphiblgz'),(68888,'brute_force','2020-07-18 03:16:52','2020-07-18 08:16:52','106.215.218.66',NULL,NULL),(68889,'brute_force','2020-07-18 03:16:52','2020-07-18 08:16:52',NULL,NULL,'zphiblgz'),(68890,'brute_force','2020-07-18 03:17:56','2020-07-18 08:17:56','106.215.218.66',NULL,NULL),(68891,'brute_force','2020-07-18 03:17:56','2020-07-18 08:17:56',NULL,NULL,'zphiblgz'),(68892,'brute_force','2020-07-18 03:18:56','2020-07-18 08:18:56','106.215.218.66',NULL,NULL),(68893,'brute_force','2020-07-18 03:18:56','2020-07-18 08:18:56',NULL,NULL,'zphiblgz'),(68894,'brute_force','2020-07-18 03:19:56','2020-07-18 08:19:56','106.215.218.66',NULL,NULL),(68895,'brute_force','2020-07-18 03:19:56','2020-07-18 08:19:56',NULL,NULL,'zphiblgz'),(68896,'brute_force','2020-07-18 03:36:27','2020-07-18 08:36:27','106.215.218.66',NULL,NULL),(68897,'brute_force','2020-07-18 03:36:27','2020-07-18 08:36:27',NULL,NULL,'zphiblgz'),(68898,'brute_force','2020-07-18 03:37:27','2020-07-18 08:37:27','106.215.218.66',NULL,NULL),(68899,'brute_force','2020-07-18 03:37:27','2020-07-18 08:37:27',NULL,NULL,'zphiblgz'),(68900,'brute_force','2020-07-18 03:38:29','2020-07-18 08:38:29','106.215.218.66',NULL,NULL),(68901,'brute_force','2020-07-18 03:38:29','2020-07-18 08:38:29',NULL,NULL,'zphiblgz'),(68902,'brute_force','2020-07-18 03:39:35','2020-07-18 08:39:35','106.215.218.66',NULL,NULL),(68903,'brute_force','2020-07-18 03:39:35','2020-07-18 08:39:35',NULL,NULL,'zphiblgz'),(68904,'brute_force','2020-07-18 03:52:44','2020-07-18 08:52:44','106.215.218.66',NULL,NULL),(68905,'brute_force','2020-07-18 03:52:44','2020-07-18 08:52:44',NULL,NULL,'zphiblgz'),(68906,'four_oh_four','2020-07-18 04:19:52','2020-07-18 09:19:52','40.77.167.157',NULL,NULL),(68907,'four_oh_four','2020-07-18 14:10:31','2020-07-18 19:10:31','184.154.139.17',NULL,NULL),(68908,'four_oh_four','2020-07-18 15:22:31','2020-07-18 20:22:31','52.201.182.91',NULL,NULL),(68909,'four_oh_four','2020-07-18 15:22:34','2020-07-18 20:22:34','52.201.182.91',NULL,NULL),(68910,'four_oh_four','2020-07-18 15:22:41','2020-07-18 20:22:41','3.94.137.21',NULL,NULL),(68911,'four_oh_four','2020-07-18 15:22:42','2020-07-18 20:22:42','3.94.137.21',NULL,NULL),(68912,'four_oh_four','2020-07-18 17:29:14','2020-07-18 22:29:14','193.106.30.99',NULL,NULL),(68913,'four_oh_four','2020-07-19 00:35:41','2020-07-19 05:35:41','40.77.167.90',NULL,NULL),(68914,'brute_force','2020-07-19 03:59:54','2020-07-19 08:59:54','154.160.14.204',NULL,NULL),(68915,'brute_force','2020-07-19 03:59:54','2020-07-19 08:59:54',NULL,NULL,'admin'),(68916,'brute_force','2020-07-19 04:00:55','2020-07-19 09:00:55','154.160.14.204',NULL,NULL),(68917,'brute_force','2020-07-19 04:00:55','2020-07-19 09:00:55',NULL,NULL,'admin'),(68918,'brute_force','2020-07-19 04:01:58','2020-07-19 09:01:58','154.160.14.204',NULL,NULL),(68919,'brute_force','2020-07-19 04:01:58','2020-07-19 09:01:58',NULL,NULL,'admin'),(68920,'brute_force','2020-07-19 04:03:00','2020-07-19 09:03:00','154.160.14.204',NULL,NULL),(68921,'brute_force','2020-07-19 04:03:00','2020-07-19 09:03:00',NULL,NULL,'admin'),(68922,'brute_force','2020-07-19 04:03:38','2020-07-19 09:03:38','154.160.14.204',NULL,NULL),(68923,'brute_force','2020-07-19 04:03:38','2020-07-19 09:03:38',NULL,NULL,'admin'),(68924,'four_oh_four','2020-07-19 06:13:15','2020-07-19 11:13:15','17.58.102.51',NULL,NULL),(68925,'four_oh_four','2020-07-19 06:24:12','2020-07-19 11:24:12','207.46.13.44',NULL,NULL),(68926,'four_oh_four','2020-07-19 14:02:02','2020-07-19 19:02:02','184.154.139.21',NULL,NULL),(68927,'four_oh_four','2020-07-19 14:04:43','2020-07-19 19:04:43','23.95.107.114',NULL,NULL),(68928,'brute_force','2020-07-19 14:11:25','2020-07-19 19:11:25','195.242.92.20',NULL,NULL),(68929,'brute_force','2020-07-19 14:11:25','2020-07-19 19:11:25',NULL,NULL,'admin'),(68930,'four_oh_four','2020-07-19 15:25:40','2020-07-19 20:25:40','52.201.182.91',NULL,NULL),(68931,'four_oh_four','2020-07-19 15:25:41','2020-07-19 20:25:41','3.94.137.21',NULL,NULL),(68932,'four_oh_four','2020-07-19 15:25:42','2020-07-19 20:25:42','3.94.137.21',NULL,NULL),(68933,'four_oh_four','2020-07-19 15:25:43','2020-07-19 20:25:43','52.201.182.91',NULL,NULL),(68934,'four_oh_four','2020-07-19 19:18:17','2020-07-20 00:18:17','139.59.42.214',NULL,NULL),(68935,'four_oh_four','2020-07-19 19:18:18','2020-07-20 00:18:18','139.59.42.214',NULL,NULL),(68936,'four_oh_four','2020-07-19 19:18:23','2020-07-20 00:18:23','139.59.42.214',NULL,NULL),(68937,'four_oh_four','2020-07-19 19:18:24','2020-07-20 00:18:24','139.59.42.214',NULL,NULL),(68938,'four_oh_four','2020-07-19 19:18:24','2020-07-20 00:18:24','139.59.42.214',NULL,NULL),(68939,'four_oh_four','2020-07-19 19:18:25','2020-07-20 00:18:25','139.59.42.214',NULL,NULL),(68940,'four_oh_four','2020-07-19 22:06:10','2020-07-20 03:06:10','40.77.167.169',NULL,NULL),(68941,'four_oh_four','2020-07-20 00:01:42','2020-07-20 05:01:42','157.55.39.9',NULL,NULL),(68942,'four_oh_four','2020-07-20 00:49:43','2020-07-20 05:49:43','78.46.94.83',NULL,NULL),(68943,'brute_force','2020-07-20 01:59:58','2020-07-20 06:59:58','154.160.14.204',NULL,NULL),(68944,'brute_force','2020-07-20 01:59:58','2020-07-20 06:59:58',NULL,NULL,'admin'),(68945,'brute_force','2020-07-20 02:01:05','2020-07-20 07:01:05','154.160.14.204',NULL,NULL),(68946,'brute_force','2020-07-20 02:01:05','2020-07-20 07:01:05',NULL,NULL,'admin'),(68947,'brute_force','2020-07-20 02:02:03','2020-07-20 07:02:03','154.160.14.204',NULL,NULL),(68948,'brute_force','2020-07-20 02:02:03','2020-07-20 07:02:03',NULL,NULL,'admin'),(68949,'brute_force','2020-07-20 02:03:04','2020-07-20 07:03:04','154.160.14.204',NULL,NULL),(68950,'brute_force','2020-07-20 02:03:04','2020-07-20 07:03:04',NULL,NULL,'admin'),(68951,'brute_force','2020-07-20 02:04:06','2020-07-20 07:04:06','154.160.14.204',NULL,NULL),(68952,'brute_force','2020-07-20 02:04:06','2020-07-20 07:04:06',NULL,NULL,'admin'),(68953,'four_oh_four','2020-07-20 02:56:37','2020-07-20 07:56:37','46.4.83.150',NULL,NULL),(68954,'four_oh_four','2020-07-20 02:56:51','2020-07-20 07:56:51','88.198.90.9',NULL,NULL),(68955,'four_oh_four','2020-07-20 02:57:07','2020-07-20 07:57:07','46.4.83.150',NULL,NULL),(68956,'four_oh_four','2020-07-20 08:09:48','2020-07-20 13:09:48','157.55.39.9',NULL,NULL),(68957,'four_oh_four','2020-07-20 08:30:27','2020-07-20 13:30:27','157.55.39.9',NULL,NULL),(68958,'four_oh_four','2020-07-20 10:31:49','2020-07-20 15:31:49','207.46.13.31',NULL,NULL),(68959,'four_oh_four','2020-07-20 14:03:05','2020-07-20 19:03:05','184.154.139.21',NULL,NULL),(68960,'four_oh_four','2020-07-20 15:33:20','2020-07-20 20:33:20','52.201.182.91',NULL,NULL),(68961,'four_oh_four','2020-07-20 15:33:21','2020-07-20 20:33:21','52.201.182.91',NULL,NULL),(68962,'four_oh_four','2020-07-20 16:17:20','2020-07-20 21:17:20','89.46.105.176',NULL,NULL),(68963,'brute_force','2020-07-21 00:32:52','2020-07-21 05:32:52','50.63.92.162',NULL,NULL),(68964,'brute_force','2020-07-21 00:32:52','2020-07-21 05:32:52',NULL,NULL,'admin'),(68965,'four_oh_four','2020-07-21 02:20:57','2020-07-21 07:20:57','40.77.167.76',NULL,NULL),(68966,'four_oh_four','2020-07-21 04:44:26','2020-07-21 09:44:26','157.55.39.65',NULL,NULL),(68967,'four_oh_four','2020-07-21 06:07:31','2020-07-21 11:07:31','40.77.167.76',NULL,NULL),(68968,'four_oh_four','2020-07-21 08:00:10','2020-07-21 13:00:10','162.241.218.202',NULL,NULL),(68969,'four_oh_four','2020-07-21 09:55:31','2020-07-21 14:55:31','40.77.167.76',NULL,NULL),(68970,'four_oh_four','2020-07-21 11:24:52','2020-07-21 16:24:52','40.77.167.75',NULL,NULL),(68971,'four_oh_four','2020-07-21 14:02:16','2020-07-21 19:02:16','184.154.139.21',NULL,NULL),(68972,'four_oh_four','2020-07-21 15:35:43','2020-07-21 20:35:43','52.201.182.91',NULL,NULL),(68973,'four_oh_four','2020-07-21 15:35:46','2020-07-21 20:35:46','52.201.182.91',NULL,NULL),(68974,'four_oh_four','2020-07-21 15:35:49','2020-07-21 20:35:49','52.201.182.91',NULL,NULL),(68975,'four_oh_four','2020-07-21 15:35:51','2020-07-21 20:35:51','52.201.182.91',NULL,NULL),(68976,'four_oh_four','2020-07-21 18:34:58','2020-07-21 23:34:58','40.77.167.75',NULL,NULL),(68977,'four_oh_four','2020-07-21 23:14:49','2020-07-22 04:14:49','193.106.30.99',NULL,NULL),(68978,'four_oh_four','2020-07-21 23:49:42','2020-07-22 04:49:42','66.249.65.158',NULL,NULL),(68979,'four_oh_four','2020-07-22 02:22:27','2020-07-22 07:22:27','162.243.126.96',NULL,NULL),(68980,'four_oh_four','2020-07-22 03:52:31','2020-07-22 08:52:31','85.214.62.28',NULL,NULL),(68981,'four_oh_four','2020-07-22 05:34:25','2020-07-22 10:34:25','207.46.13.182',NULL,NULL),(68982,'four_oh_four','2020-07-22 08:10:15','2020-07-22 13:10:15','40.77.167.129',NULL,NULL),(68983,'four_oh_four','2020-07-22 09:44:24','2020-07-22 14:44:24','40.77.167.129',NULL,NULL),(68984,'four_oh_four','2020-07-22 10:32:24','2020-07-22 15:32:24','66.249.65.140',NULL,NULL),(68985,'four_oh_four','2020-07-22 12:40:44','2020-07-22 17:40:44','88.99.161.235',NULL,NULL),(68986,'four_oh_four','2020-07-22 12:40:47','2020-07-22 17:40:47','88.99.161.235',NULL,NULL),(68987,'four_oh_four','2020-07-22 12:40:49','2020-07-22 17:40:49','88.99.161.235',NULL,NULL),(68988,'four_oh_four','2020-07-22 13:16:04','2020-07-22 18:16:04','40.77.167.37',NULL,NULL),(68989,'four_oh_four','2020-07-22 14:04:00','2020-07-22 19:04:00','193.106.30.99',NULL,NULL),(68990,'four_oh_four','2020-07-22 14:07:14','2020-07-22 19:07:14','184.154.139.18',NULL,NULL),(68991,'four_oh_four','2020-07-22 15:41:37','2020-07-22 20:41:37','52.201.182.91',NULL,NULL),(68992,'four_oh_four','2020-07-22 15:41:42','2020-07-22 20:41:42','52.201.182.91',NULL,NULL),(68993,'four_oh_four','2020-07-22 15:41:42','2020-07-22 20:41:42','3.94.137.21',NULL,NULL),(68994,'four_oh_four','2020-07-22 15:41:44','2020-07-22 20:41:44','3.94.137.21',NULL,NULL),(68995,'four_oh_four','2020-07-22 22:06:59','2020-07-23 03:06:59','66.249.65.144',NULL,NULL),(68996,'four_oh_four','2020-07-23 00:14:40','2020-07-23 05:14:40','157.55.39.231',NULL,NULL),(68997,'four_oh_four','2020-07-23 00:20:26','2020-07-23 05:20:26','207.46.13.182',NULL,NULL),(68998,'four_oh_four','2020-07-23 00:27:01','2020-07-23 05:27:01','198.57.247.129',NULL,NULL),(68999,'four_oh_four','2020-07-23 03:31:25','2020-07-23 08:31:25','121.42.142.188',NULL,NULL),(69000,'four_oh_four','2020-07-23 03:35:39','2020-07-23 08:35:39','121.42.142.188',NULL,NULL),(69001,'four_oh_four','2020-07-23 06:10:28','2020-07-23 11:10:28','40.77.167.186',NULL,NULL),(69002,'brute_force','2020-07-23 07:53:18','2020-07-23 12:53:18','112.135.6.230',NULL,NULL),(69003,'brute_force','2020-07-23 07:53:18','2020-07-23 12:53:18',NULL,NULL,'zphiblgz'),(69004,'brute_force','2020-07-23 07:54:18','2020-07-23 12:54:18','112.135.6.230',NULL,NULL),(69005,'brute_force','2020-07-23 07:54:18','2020-07-23 12:54:18',NULL,NULL,'zphiblgz'),(69006,'brute_force','2020-07-23 07:55:19','2020-07-23 12:55:19','112.135.6.230',NULL,NULL),(69007,'brute_force','2020-07-23 07:55:19','2020-07-23 12:55:19',NULL,NULL,'zphiblgz'),(69008,'brute_force','2020-07-23 07:56:20','2020-07-23 12:56:20','112.135.6.230',NULL,NULL),(69009,'brute_force','2020-07-23 07:56:20','2020-07-23 12:56:20',NULL,NULL,'zphiblgz'),(69010,'brute_force','2020-07-23 07:57:21','2020-07-23 12:57:21','112.135.6.230',NULL,NULL),(69011,'brute_force','2020-07-23 07:57:21','2020-07-23 12:57:21',NULL,NULL,'zphiblgz'),(69012,'brute_force','2020-07-23 08:12:36','2020-07-23 13:12:36','112.135.6.230',NULL,NULL),(69013,'brute_force','2020-07-23 08:12:36','2020-07-23 13:12:36',NULL,NULL,'zphiblgz'),(69014,'brute_force','2020-07-23 08:27:51','2020-07-23 13:27:51','112.135.6.230',NULL,NULL),(69015,'brute_force','2020-07-23 08:27:51','2020-07-23 13:27:51',NULL,NULL,'zphiblgz'),(69016,'brute_force','2020-07-23 08:28:53','2020-07-23 13:28:53','112.135.6.230',NULL,NULL),(69017,'brute_force','2020-07-23 08:28:53','2020-07-23 13:28:53',NULL,NULL,'zphiblgz'),(69018,'brute_force','2020-07-23 08:29:53','2020-07-23 13:29:53','112.135.6.230',NULL,NULL),(69019,'brute_force','2020-07-23 08:29:53','2020-07-23 13:29:53',NULL,NULL,'zphiblgz'),(69020,'brute_force','2020-07-23 08:30:54','2020-07-23 13:30:54','112.135.6.230',NULL,NULL),(69021,'brute_force','2020-07-23 08:30:54','2020-07-23 13:30:54',NULL,NULL,'zphiblgz'),(69022,'brute_force','2020-07-23 08:31:55','2020-07-23 13:31:55','112.135.6.230',NULL,NULL),(69023,'brute_force','2020-07-23 08:31:55','2020-07-23 13:31:55',NULL,NULL,'zphiblgz'),(69024,'brute_force','2020-07-23 08:47:10','2020-07-23 13:47:10','112.135.6.230',NULL,NULL),(69025,'brute_force','2020-07-23 08:47:10','2020-07-23 13:47:10',NULL,NULL,'zphiblgz'),(69026,'brute_force','2020-07-23 09:02:27','2020-07-23 14:02:27','112.135.6.230',NULL,NULL),(69027,'brute_force','2020-07-23 09:02:27','2020-07-23 14:02:27',NULL,NULL,'zphiblgz'),(69028,'brute_force','2020-07-23 09:03:27','2020-07-23 14:03:27','112.135.6.230',NULL,NULL),(69029,'brute_force','2020-07-23 09:03:27','2020-07-23 14:03:27',NULL,NULL,'zphiblgz'),(69030,'brute_force','2020-07-23 09:04:28','2020-07-23 14:04:28','112.135.6.230',NULL,NULL),(69031,'brute_force','2020-07-23 09:04:28','2020-07-23 14:04:28',NULL,NULL,'zphiblgz'),(69032,'brute_force','2020-07-23 09:05:28','2020-07-23 14:05:28','112.135.6.230',NULL,NULL),(69033,'brute_force','2020-07-23 09:05:28','2020-07-23 14:05:28',NULL,NULL,'zphiblgz'),(69034,'brute_force','2020-07-23 09:06:29','2020-07-23 14:06:29','112.135.6.230',NULL,NULL),(69035,'brute_force','2020-07-23 09:06:29','2020-07-23 14:06:29',NULL,NULL,'zphiblgz'),(69036,'four_oh_four','2020-07-23 14:03:52','2020-07-23 19:03:52','184.154.139.17',NULL,NULL),(69037,'four_oh_four','2020-07-23 14:46:04','2020-07-23 19:46:04','173.254.30.34',NULL,NULL),(69038,'four_oh_four','2020-07-23 16:28:58','2020-07-23 21:28:58','3.94.137.21',NULL,NULL),(69039,'four_oh_four','2020-07-23 16:29:00','2020-07-23 21:29:00','3.94.137.21',NULL,NULL),(69040,'four_oh_four','2020-07-23 16:47:58','2020-07-23 21:47:58','157.55.39.231',NULL,NULL),(69041,'four_oh_four','2020-07-23 19:58:58','2020-07-24 00:58:58','193.106.30.99',NULL,NULL),(69042,'brute_force','2020-07-23 20:40:24','2020-07-24 01:40:24','50.63.196.68',NULL,NULL),(69043,'brute_force','2020-07-23 20:40:24','2020-07-24 01:40:24',NULL,NULL,'admin'),(69044,'four_oh_four','2020-07-23 20:45:02','2020-07-24 01:45:02','193.106.30.99',NULL,NULL),(69045,'four_oh_four','2020-07-23 22:56:57','2020-07-24 03:56:57','52.188.122.39',NULL,NULL),(69046,'four_oh_four','2020-07-23 22:57:20','2020-07-24 03:57:20','52.188.122.39',NULL,NULL),(69047,'four_oh_four','2020-07-23 22:57:31','2020-07-24 03:57:31','52.188.122.39',NULL,NULL),(69048,'four_oh_four','2020-07-23 22:58:04','2020-07-24 03:58:04','52.188.122.39',NULL,NULL),(69049,'four_oh_four','2020-07-23 22:59:03','2020-07-24 03:59:03','52.188.122.39',NULL,NULL),(69050,'four_oh_four','2020-07-23 22:59:13','2020-07-24 03:59:13','52.188.122.39',NULL,NULL),(69051,'four_oh_four','2020-07-23 22:59:23','2020-07-24 03:59:23','52.188.122.39',NULL,NULL),(69052,'four_oh_four','2020-07-23 22:59:40','2020-07-24 03:59:40','52.188.122.39',NULL,NULL),(69053,'four_oh_four','2020-07-23 23:00:11','2020-07-24 04:00:11','52.188.122.39',NULL,NULL),(69054,'four_oh_four','2020-07-23 23:00:38','2020-07-24 04:00:38','52.188.122.39',NULL,NULL),(69055,'four_oh_four','2020-07-23 23:01:14','2020-07-24 04:01:14','52.188.122.39',NULL,NULL),(69056,'four_oh_four','2020-07-23 23:01:30','2020-07-24 04:01:30','52.188.122.39',NULL,NULL),(69057,'four_oh_four','2020-07-23 23:01:57','2020-07-24 04:01:57','52.188.122.39',NULL,NULL),(69058,'four_oh_four','2020-07-23 23:02:18','2020-07-24 04:02:18','52.188.122.39',NULL,NULL),(69059,'four_oh_four','2020-07-23 23:02:40','2020-07-24 04:02:40','52.188.122.39',NULL,NULL),(69060,'four_oh_four','2020-07-23 23:03:00','2020-07-24 04:03:00','52.188.122.39',NULL,NULL),(69061,'four_oh_four','2020-07-23 23:13:44','2020-07-24 04:13:44','193.106.30.99',NULL,NULL),(69062,'four_oh_four','2020-07-24 00:32:23','2020-07-24 05:32:23','114.119.167.159',NULL,NULL),(69063,'four_oh_four','2020-07-24 01:18:11','2020-07-24 06:18:11','40.77.167.37',NULL,NULL),(69064,'four_oh_four','2020-07-24 01:48:42','2020-07-24 06:48:42','157.55.39.231',NULL,NULL),(69065,'four_oh_four','2020-07-24 03:01:48','2020-07-24 08:01:48','114.119.164.137',NULL,NULL),(69066,'four_oh_four','2020-07-24 04:00:37','2020-07-24 09:00:37','40.77.167.37',NULL,NULL),(69067,'four_oh_four','2020-07-24 04:35:53','2020-07-24 09:35:53','207.46.13.182',NULL,NULL),(69068,'four_oh_four','2020-07-24 05:29:52','2020-07-24 10:29:52','193.106.30.99',NULL,NULL),(69069,'four_oh_four','2020-07-24 05:47:42','2020-07-24 10:47:42','193.106.30.99',NULL,NULL),(69070,'four_oh_four','2020-07-24 07:04:54','2020-07-24 12:04:54','193.106.30.99',NULL,NULL),(69071,'four_oh_four','2020-07-24 08:10:39','2020-07-24 13:10:39','40.77.167.208',NULL,NULL),(69072,'four_oh_four','2020-07-24 09:35:11','2020-07-24 14:35:11','114.119.162.150',NULL,NULL),(69073,'four_oh_four','2020-07-24 10:00:40','2020-07-24 15:00:40','157.55.39.231',NULL,NULL),(69074,'four_oh_four','2020-07-24 12:34:40','2020-07-24 17:34:40','114.119.162.150',NULL,NULL),(69075,'four_oh_four','2020-07-24 14:09:14','2020-07-24 19:09:14','184.154.139.18',NULL,NULL),(69076,'four_oh_four','2020-07-24 16:34:05','2020-07-24 21:34:05','52.201.182.91',NULL,NULL),(69077,'four_oh_four','2020-07-24 16:34:06','2020-07-24 21:34:06','52.201.182.91',NULL,NULL),(69078,'four_oh_four','2020-07-24 16:34:08','2020-07-24 21:34:08','52.201.182.91',NULL,NULL),(69079,'four_oh_four','2020-07-24 16:34:09','2020-07-24 21:34:09','52.201.182.91',NULL,NULL),(69080,'four_oh_four','2020-07-24 17:52:40','2020-07-24 22:52:40','137.74.193.70',NULL,NULL),(69081,'four_oh_four','2020-07-24 17:52:47','2020-07-24 22:52:47','137.74.193.70',NULL,NULL),(69082,'four_oh_four','2020-07-24 17:56:04','2020-07-24 22:56:04','50.87.144.45',NULL,NULL),(69083,'four_oh_four','2020-07-24 18:07:30','2020-07-24 23:07:30','114.119.162.150',NULL,NULL),(69084,'four_oh_four','2020-07-24 18:23:03','2020-07-24 23:23:03','157.55.39.237',NULL,NULL),(69085,'four_oh_four','2020-07-24 18:53:31','2020-07-24 23:53:31','40.77.167.37',NULL,NULL),(69086,'four_oh_four','2020-07-24 22:58:41','2020-07-25 03:58:41','37.1.204.92',NULL,NULL),(69087,'four_oh_four','2020-07-25 01:46:15','2020-07-25 06:46:15','114.119.167.159',NULL,NULL),(69088,'four_oh_four','2020-07-25 02:24:02','2020-07-25 07:24:02','40.77.167.37',NULL,NULL),(69089,'four_oh_four','2020-07-25 04:53:16','2020-07-25 09:53:16','193.106.30.99',NULL,NULL),(69090,'four_oh_four','2020-07-25 05:50:33','2020-07-25 10:50:33','114.119.167.73',NULL,NULL),(69091,'brute_force','2020-07-25 06:09:15','2020-07-25 11:09:15','213.251.157.152',NULL,NULL),(69092,'brute_force','2020-07-25 06:09:15','2020-07-25 11:09:15',NULL,NULL,'admin'),(69093,'four_oh_four','2020-07-25 07:26:10','2020-07-25 12:26:10','193.106.30.99',NULL,NULL),(69094,'four_oh_four','2020-07-25 08:33:05','2020-07-25 13:33:05','114.119.162.150',NULL,NULL),(69095,'four_oh_four','2020-07-25 08:48:37','2020-07-25 13:48:37','157.55.39.234',NULL,NULL),(69096,'four_oh_four','2020-07-25 09:57:16','2020-07-25 14:57:16','207.46.13.187',NULL,NULL),(69097,'four_oh_four','2020-07-25 09:59:50','2020-07-25 14:59:50','114.119.167.159',NULL,NULL),(69098,'four_oh_four','2020-07-25 12:37:54','2020-07-25 17:37:54','52.152.222.28',NULL,NULL),(69099,'four_oh_four','2020-07-25 12:37:55','2020-07-25 17:37:55','52.152.222.28',NULL,NULL),(69100,'four_oh_four','2020-07-25 12:38:00','2020-07-25 17:38:00','52.152.222.28',NULL,NULL),(69101,'four_oh_four','2020-07-25 12:38:01','2020-07-25 17:38:01','52.152.222.28',NULL,NULL),(69102,'four_oh_four','2020-07-25 12:38:25','2020-07-25 17:38:25','52.152.222.28',NULL,NULL),(69103,'four_oh_four','2020-07-25 12:38:33','2020-07-25 17:38:33','52.152.222.28',NULL,NULL),(69104,'four_oh_four','2020-07-25 12:49:11','2020-07-25 17:49:11','193.106.30.99',NULL,NULL),(69105,'four_oh_four','2020-07-25 14:05:05','2020-07-25 19:05:05','184.154.139.17',NULL,NULL),(69106,'four_oh_four','2020-07-25 15:09:38','2020-07-25 20:09:38','193.106.30.99',NULL,NULL),(69107,'four_oh_four','2020-07-25 15:45:47','2020-07-25 20:45:47','192.3.198.222',NULL,NULL),(69108,'four_oh_four','2020-07-25 16:38:52','2020-07-25 21:38:52','3.94.137.21',NULL,NULL),(69109,'four_oh_four','2020-07-25 16:38:56','2020-07-25 21:38:56','3.94.137.21',NULL,NULL),(69110,'four_oh_four','2020-07-25 16:38:58','2020-07-25 21:38:58','52.201.182.91',NULL,NULL),(69111,'four_oh_four','2020-07-25 16:38:59','2020-07-25 21:38:59','52.201.182.91',NULL,NULL),(69112,'four_oh_four','2020-07-25 22:00:55','2020-07-26 03:00:55','193.106.30.99',NULL,NULL),(69113,'four_oh_four','2020-07-26 00:16:10','2020-07-26 05:16:10','114.119.167.73',NULL,NULL),(69114,'four_oh_four','2020-07-26 00:22:22','2020-07-26 05:22:22','114.119.167.159',NULL,NULL),(69115,'four_oh_four','2020-07-26 00:28:06','2020-07-26 05:28:06','193.106.30.99',NULL,NULL),(69116,'four_oh_four','2020-07-26 02:22:22','2020-07-26 07:22:22','114.119.162.150',NULL,NULL),(69117,'four_oh_four','2020-07-26 02:41:01','2020-07-26 07:41:01','193.106.30.99',NULL,NULL),(69118,'four_oh_four','2020-07-26 04:53:26','2020-07-26 09:53:26','193.106.30.99',NULL,NULL),(69119,'four_oh_four','2020-07-26 06:09:48','2020-07-26 11:09:48','157.55.39.201',NULL,NULL),(69120,'four_oh_four','2020-07-26 06:25:51','2020-07-26 11:25:51','193.106.30.99',NULL,NULL),(69121,'four_oh_four','2020-07-26 07:26:02','2020-07-26 12:26:02','114.119.163.5',NULL,NULL),(69122,'four_oh_four','2020-07-26 08:24:09','2020-07-26 13:24:09','207.46.13.107',NULL,NULL),(69123,'four_oh_four','2020-07-26 08:26:52','2020-07-26 13:26:52','193.106.30.99',NULL,NULL),(69124,'four_oh_four','2020-07-26 08:54:07','2020-07-26 13:54:07','193.106.30.99',NULL,NULL),(69125,'four_oh_four','2020-07-26 10:49:08','2020-07-26 15:49:08','193.106.30.99',NULL,NULL),(69126,'brute_force','2020-07-26 12:42:56','2020-07-26 17:42:56','68.134.121.122',NULL,NULL),(69127,'brute_force','2020-07-26 12:42:56','2020-07-26 17:42:56',NULL,NULL,'linda'),(69128,'brute_force','2020-07-26 12:44:26','2020-07-26 17:44:26','68.134.121.122',NULL,NULL),(69129,'brute_force','2020-07-26 12:44:26','2020-07-26 17:44:26',NULL,NULL,'linda'),(69130,'four_oh_four','2020-07-26 13:57:59','2020-07-26 18:57:59','193.106.30.99',NULL,NULL),(69131,'four_oh_four','2020-07-26 14:05:43','2020-07-26 19:05:43','184.154.139.20',NULL,NULL),(69132,'four_oh_four','2020-07-26 14:10:26','2020-07-26 19:10:26','114.119.162.252',NULL,NULL),(69133,'four_oh_four','2020-07-26 14:29:28','2020-07-26 19:29:28','193.106.30.99',NULL,NULL),(69134,'four_oh_four','2020-07-26 14:56:40','2020-07-26 19:56:40','193.106.30.99',NULL,NULL),(69135,'four_oh_four','2020-07-26 15:07:40','2020-07-26 20:07:40','193.106.30.99',NULL,NULL),(69136,'four_oh_four','2020-07-26 15:55:23','2020-07-26 20:55:23','193.106.30.99',NULL,NULL),(69137,'four_oh_four','2020-07-26 16:39:47','2020-07-26 21:39:47','193.106.30.99',NULL,NULL),(69138,'four_oh_four','2020-07-26 16:43:51','2020-07-26 21:43:51','3.94.137.21',NULL,NULL),(69139,'four_oh_four','2020-07-26 16:43:55','2020-07-26 21:43:55','3.94.137.21',NULL,NULL),(69140,'four_oh_four','2020-07-26 16:43:58','2020-07-26 21:43:58','52.201.182.91',NULL,NULL),(69141,'four_oh_four','2020-07-26 16:44:00','2020-07-26 21:44:00','52.201.182.91',NULL,NULL),(69142,'four_oh_four','2020-07-26 20:18:21','2020-07-27 01:18:21','193.106.30.99',NULL,NULL),(69143,'four_oh_four','2020-07-26 20:38:16','2020-07-27 01:38:16','207.46.13.107',NULL,NULL),(69144,'four_oh_four','2020-07-26 21:34:27','2020-07-27 02:34:27','193.106.30.99',NULL,NULL),(69145,'four_oh_four','2020-07-26 21:38:35','2020-07-27 02:38:35','193.106.30.99',NULL,NULL),(69146,'four_oh_four','2020-07-26 22:05:51','2020-07-27 03:05:51','193.106.30.99',NULL,NULL),(69147,'four_oh_four','2020-07-26 22:11:08','2020-07-27 03:11:08','193.106.30.99',NULL,NULL),(69148,'four_oh_four','2020-07-26 22:26:10','2020-07-27 03:26:10','193.106.30.99',NULL,NULL),(69149,'four_oh_four','2020-07-26 22:50:49','2020-07-27 03:50:49','193.106.30.99',NULL,NULL),(69150,'four_oh_four','2020-07-27 00:01:30','2020-07-27 05:01:30','193.106.30.99',NULL,NULL),(69151,'four_oh_four','2020-07-27 00:04:34','2020-07-27 05:04:34','212.102.33.222',NULL,NULL),(69152,'four_oh_four','2020-07-27 00:04:36','2020-07-27 05:04:36','212.102.33.222',NULL,NULL),(69153,'four_oh_four','2020-07-27 00:04:48','2020-07-27 05:04:48','212.102.33.222',NULL,NULL),(69154,'four_oh_four','2020-07-27 00:04:50','2020-07-27 05:04:50','212.102.33.222',NULL,NULL),(69155,'four_oh_four','2020-07-27 00:05:27','2020-07-27 05:05:27','212.102.33.222',NULL,NULL),(69156,'four_oh_four','2020-07-27 00:05:39','2020-07-27 05:05:39','212.102.33.222',NULL,NULL),(69157,'four_oh_four','2020-07-27 00:14:04','2020-07-27 05:14:04','162.243.29.24',NULL,NULL),(69158,'four_oh_four','2020-07-27 00:39:47','2020-07-27 05:39:47','193.106.30.99',NULL,NULL),(69159,'four_oh_four','2020-07-27 00:47:54','2020-07-27 05:47:54','114.119.163.5',NULL,NULL),(69160,'four_oh_four','2020-07-27 01:19:03','2020-07-27 06:19:03','35.188.116.244',NULL,NULL),(69161,'four_oh_four','2020-07-27 01:19:14','2020-07-27 06:19:14','35.188.116.244',NULL,NULL),(69162,'four_oh_four','2020-07-27 01:53:36','2020-07-27 06:53:36','193.106.30.99',NULL,NULL),(69163,'four_oh_four','2020-07-27 01:59:59','2020-07-27 06:59:59','114.119.167.73',NULL,NULL),(69164,'four_oh_four','2020-07-27 02:02:42','2020-07-27 07:02:42','193.106.30.99',NULL,NULL),(69165,'four_oh_four','2020-07-27 02:14:38','2020-07-27 07:14:38','193.106.30.99',NULL,NULL),(69166,'four_oh_four','2020-07-27 04:15:12','2020-07-27 09:15:12','193.106.30.99',NULL,NULL),(69167,'four_oh_four','2020-07-27 04:16:17','2020-07-27 09:16:17','193.106.30.99',NULL,NULL),(69168,'four_oh_four','2020-07-27 04:51:27','2020-07-27 09:51:27','207.46.13.55',NULL,NULL),(69169,'four_oh_four','2020-07-27 05:20:45','2020-07-27 10:20:45','193.106.30.99',NULL,NULL),(69170,'four_oh_four','2020-07-27 05:23:40','2020-07-27 10:23:40','193.106.30.99',NULL,NULL),(69171,'four_oh_four','2020-07-27 05:32:02','2020-07-27 10:32:02','207.46.13.107',NULL,NULL),(69172,'four_oh_four','2020-07-27 06:20:18','2020-07-27 11:20:18','114.119.162.92',NULL,NULL),(69173,'four_oh_four','2020-07-27 06:58:11','2020-07-27 11:58:11','207.46.13.55',NULL,NULL),(69174,'four_oh_four','2020-07-27 07:29:32','2020-07-27 12:29:32','144.76.102.243',NULL,NULL),(69175,'four_oh_four','2020-07-27 07:29:54','2020-07-27 12:29:54','78.46.94.83',NULL,NULL),(69176,'four_oh_four','2020-07-27 08:12:10','2020-07-27 13:12:10','193.106.30.99',NULL,NULL),(69177,'four_oh_four','2020-07-27 08:21:01','2020-07-27 13:21:01','193.106.30.99',NULL,NULL),(69178,'four_oh_four','2020-07-27 08:52:42','2020-07-27 13:52:42','193.106.30.99',NULL,NULL),(69179,'four_oh_four','2020-07-27 09:11:23','2020-07-27 14:11:23','193.106.30.99',NULL,NULL),(69180,'four_oh_four','2020-07-27 09:43:59','2020-07-27 14:43:59','193.106.30.99',NULL,NULL),(69181,'four_oh_four','2020-07-27 10:08:55','2020-07-27 15:08:55','193.106.30.99',NULL,NULL),(69182,'four_oh_four','2020-07-27 10:12:13','2020-07-27 15:12:13','193.106.30.99',NULL,NULL),(69183,'four_oh_four','2020-07-27 11:23:40','2020-07-27 16:23:40','193.106.30.99',NULL,NULL),(69184,'four_oh_four','2020-07-27 11:53:35','2020-07-27 16:53:35','193.106.30.99',NULL,NULL),(69185,'brute_force','2020-07-27 12:04:51','2020-07-27 17:04:51','65.181.124.56',NULL,NULL),(69186,'brute_force','2020-07-27 12:04:51','2020-07-27 17:04:51',NULL,NULL,'admin'),(69187,'four_oh_four','2020-07-27 12:12:52','2020-07-27 17:12:52','193.106.30.99',NULL,NULL),(69188,'four_oh_four','2020-07-27 12:49:44','2020-07-27 17:49:44','193.106.30.99',NULL,NULL),(69189,'four_oh_four','2020-07-27 13:13:06','2020-07-27 18:13:06','193.106.30.99',NULL,NULL),(69190,'four_oh_four','2020-07-27 14:00:40','2020-07-27 19:00:40','157.55.39.96',NULL,NULL),(69191,'four_oh_four','2020-07-27 14:02:49','2020-07-27 19:02:49','184.154.139.17',NULL,NULL),(69192,'four_oh_four','2020-07-27 14:06:21','2020-07-27 19:06:21','193.106.30.99',NULL,NULL),(69193,'four_oh_four','2020-07-27 15:24:30','2020-07-27 20:24:30','193.106.30.99',NULL,NULL),(69194,'four_oh_four','2020-07-27 16:02:25','2020-07-27 21:02:25','193.106.30.99',NULL,NULL),(69195,'four_oh_four','2020-07-27 16:07:25','2020-07-27 21:07:25','157.55.39.84',NULL,NULL),(69196,'four_oh_four','2020-07-27 16:49:16','2020-07-27 21:49:16','3.94.137.21',NULL,NULL),(69197,'four_oh_four','2020-07-27 16:49:19','2020-07-27 21:49:19','3.94.137.21',NULL,NULL),(69198,'four_oh_four','2020-07-27 16:49:22','2020-07-27 21:49:22','3.94.137.21',NULL,NULL),(69199,'four_oh_four','2020-07-27 16:49:24','2020-07-27 21:49:24','3.94.137.21',NULL,NULL),(69200,'four_oh_four','2020-07-27 16:58:21','2020-07-27 21:58:21','193.106.30.99',NULL,NULL),(69201,'four_oh_four','2020-07-27 17:34:00','2020-07-27 22:34:00','193.106.30.99',NULL,NULL),(69202,'four_oh_four','2020-07-27 17:50:32','2020-07-27 22:50:32','193.106.30.99',NULL,NULL),(69203,'four_oh_four','2020-07-27 18:07:21','2020-07-27 23:07:21','193.106.30.99',NULL,NULL),(69204,'four_oh_four','2020-07-27 18:08:41','2020-07-27 23:08:41','193.106.30.99',NULL,NULL),(69205,'four_oh_four','2020-07-27 18:19:42','2020-07-27 23:19:42','114.119.163.5',NULL,NULL),(69206,'four_oh_four','2020-07-27 18:37:37','2020-07-27 23:37:37','193.106.30.99',NULL,NULL),(69207,'four_oh_four','2020-07-27 19:04:34','2020-07-28 00:04:34','5.188.84.76',NULL,NULL),(69208,'four_oh_four','2020-07-27 19:13:01','2020-07-28 00:13:01','193.106.30.99',NULL,NULL),(69209,'four_oh_four','2020-07-27 19:59:41','2020-07-28 00:59:41','193.106.30.99',NULL,NULL),(69210,'four_oh_four','2020-07-27 21:14:19','2020-07-28 02:14:19','193.106.30.99',NULL,NULL),(69211,'four_oh_four','2020-07-27 21:14:56','2020-07-28 02:14:56','114.119.162.92',NULL,NULL),(69212,'four_oh_four','2020-07-27 21:38:22','2020-07-28 02:38:22','66.249.65.158',NULL,NULL),(69213,'four_oh_four','2020-07-27 21:58:32','2020-07-28 02:58:32','193.106.30.99',NULL,NULL),(69214,'four_oh_four','2020-07-27 23:46:09','2020-07-28 04:46:09','193.106.30.99',NULL,NULL),(69215,'four_oh_four','2020-07-28 00:30:19','2020-07-28 05:30:19','193.106.30.99',NULL,NULL),(69216,'four_oh_four','2020-07-28 01:55:16','2020-07-28 06:55:16','193.106.30.99',NULL,NULL),(69217,'four_oh_four','2020-07-28 01:56:25','2020-07-28 06:56:25','193.106.30.99',NULL,NULL),(69218,'four_oh_four','2020-07-28 02:11:15','2020-07-28 07:11:15','193.106.30.99',NULL,NULL),(69219,'four_oh_four','2020-07-28 03:25:49','2020-07-28 08:25:49','193.106.30.99',NULL,NULL),(69220,'four_oh_four','2020-07-28 04:05:00','2020-07-28 09:05:00','157.55.39.52',NULL,NULL),(69221,'four_oh_four','2020-07-28 04:08:46','2020-07-28 09:08:46','193.106.30.99',NULL,NULL),(69222,'four_oh_four','2020-07-28 05:02:21','2020-07-28 10:02:21','114.119.162.150',NULL,NULL),(69223,'four_oh_four','2020-07-28 05:14:48','2020-07-28 10:14:48','157.55.39.52',NULL,NULL),(69224,'four_oh_four','2020-07-28 05:35:34','2020-07-28 10:35:34','193.106.30.99',NULL,NULL),(69225,'four_oh_four','2020-07-28 06:01:13','2020-07-28 11:01:13','193.106.30.99',NULL,NULL),(69226,'four_oh_four','2020-07-28 06:15:39','2020-07-28 11:15:39','40.77.167.30',NULL,NULL),(69227,'four_oh_four','2020-07-28 06:46:31','2020-07-28 11:46:31','52.249.189.198',NULL,NULL),(69228,'four_oh_four','2020-07-28 06:46:33','2020-07-28 11:46:33','52.249.189.198',NULL,NULL),(69229,'four_oh_four','2020-07-28 06:46:45','2020-07-28 11:46:45','52.249.189.198',NULL,NULL),(69230,'four_oh_four','2020-07-28 06:46:58','2020-07-28 11:46:58','52.249.189.198',NULL,NULL),(69231,'four_oh_four','2020-07-28 06:46:59','2020-07-28 11:46:59','52.249.189.198',NULL,NULL),(69232,'four_oh_four','2020-07-28 06:47:00','2020-07-28 11:47:00','52.249.189.198',NULL,NULL),(69233,'four_oh_four','2020-07-28 06:47:02','2020-07-28 11:47:02','52.249.189.198',NULL,NULL),(69234,'four_oh_four','2020-07-28 06:47:03','2020-07-28 11:47:03','52.249.189.198',NULL,NULL),(69235,'four_oh_four','2020-07-28 06:47:05','2020-07-28 11:47:05','52.249.189.198',NULL,NULL),(69236,'four_oh_four','2020-07-28 06:47:05','2020-07-28 11:47:05','52.249.189.198',NULL,NULL),(69237,'four_oh_four','2020-07-28 06:47:06','2020-07-28 11:47:06','52.249.189.198',NULL,NULL),(69238,'four_oh_four','2020-07-28 06:47:07','2020-07-28 11:47:07','52.249.189.198',NULL,NULL),(69239,'four_oh_four','2020-07-28 06:47:09','2020-07-28 11:47:09','52.249.189.198',NULL,NULL),(69240,'four_oh_four','2020-07-28 06:47:12','2020-07-28 11:47:12','52.249.189.198',NULL,NULL),(69241,'four_oh_four','2020-07-28 06:47:12','2020-07-28 11:47:12','52.249.189.198',NULL,NULL),(69242,'four_oh_four','2020-07-28 06:47:13','2020-07-28 11:47:13','52.249.189.198',NULL,NULL),(69243,'four_oh_four','2020-07-28 06:47:13','2020-07-28 11:47:13','52.249.189.198',NULL,NULL),(69244,'four_oh_four','2020-07-28 06:47:14','2020-07-28 11:47:14','52.249.189.198',NULL,NULL),(69245,'four_oh_four','2020-07-28 06:47:17','2020-07-28 11:47:17','52.249.189.198',NULL,NULL),(69246,'four_oh_four','2020-07-28 06:47:17','2020-07-28 11:47:17','52.249.189.198',NULL,NULL),(69247,'brute_force','2020-07-28 10:04:24','2020-07-28 15:04:24','5.188.62.140',NULL,NULL),(69248,'brute_force','2020-07-28 10:04:24','2020-07-28 15:04:24',NULL,NULL,'adminu'),(69249,'brute_force','2020-07-28 10:04:27','2020-07-28 15:04:27','5.188.62.140',NULL,NULL),(69250,'brute_force','2020-07-28 10:04:27','2020-07-28 15:04:27',NULL,NULL,'admin'),(69251,'brute_force','2020-07-28 10:09:02','2020-07-28 15:09:02','5.188.62.140',NULL,NULL),(69252,'brute_force','2020-07-28 10:09:02','2020-07-28 15:09:02',NULL,NULL,'adminu'),(69253,'brute_force','2020-07-28 10:09:05','2020-07-28 15:09:05','5.188.62.140',NULL,NULL),(69254,'brute_force','2020-07-28 10:09:05','2020-07-28 15:09:05',NULL,NULL,'zphiblgz'),(69255,'brute_force','2020-07-28 10:13:22','2020-07-28 15:13:22','5.188.62.140',NULL,NULL),(69256,'brute_force','2020-07-28 10:13:22','2020-07-28 15:13:22',NULL,NULL,'adminu'),(69257,'brute_force','2020-07-28 10:13:24','2020-07-28 15:13:24','5.188.62.140',NULL,NULL),(69258,'brute_force','2020-07-28 10:13:24','2020-07-28 15:13:24',NULL,NULL,'admin'),(69259,'brute_force','2020-07-28 10:17:53','2020-07-28 15:17:53','5.188.62.140',NULL,NULL),(69260,'brute_force','2020-07-28 10:17:53','2020-07-28 15:17:53',NULL,NULL,'adminu'),(69261,'brute_force','2020-07-28 10:17:54','2020-07-28 15:17:54','5.188.62.140',NULL,NULL),(69262,'brute_force','2020-07-28 10:17:54','2020-07-28 15:17:54',NULL,NULL,'admin'),(69263,'brute_force','2020-07-28 10:22:20','2020-07-28 15:22:20','5.188.62.140',NULL,NULL),(69264,'brute_force','2020-07-28 10:22:20','2020-07-28 15:22:20',NULL,NULL,'adminu'),(69265,'brute_force','2020-07-28 10:22:22','2020-07-28 15:22:22','5.188.62.140',NULL,NULL),(69266,'brute_force','2020-07-28 10:22:22','2020-07-28 15:22:22',NULL,NULL,'admin'),(69267,'brute_force','2020-07-28 10:28:06','2020-07-28 15:28:06','5.188.62.140',NULL,NULL),(69268,'brute_force','2020-07-28 10:28:06','2020-07-28 15:28:06',NULL,NULL,'adminu'),(69269,'brute_force','2020-07-28 10:28:09','2020-07-28 15:28:09','5.188.62.140',NULL,NULL),(69270,'brute_force','2020-07-28 10:28:09','2020-07-28 15:28:09',NULL,NULL,'admin'),(69271,'brute_force','2020-07-28 10:33:56','2020-07-28 15:33:56','5.188.62.140',NULL,NULL),(69272,'brute_force','2020-07-28 10:33:56','2020-07-28 15:33:56',NULL,NULL,'adminu'),(69273,'brute_force','2020-07-28 10:33:59','2020-07-28 15:33:59','5.188.62.140',NULL,NULL),(69274,'brute_force','2020-07-28 10:33:59','2020-07-28 15:33:59',NULL,NULL,'zphiblgz'),(69275,'brute_force','2020-07-28 10:39:39','2020-07-28 15:39:39','5.188.62.140',NULL,NULL),(69276,'brute_force','2020-07-28 10:39:39','2020-07-28 15:39:39',NULL,NULL,'adminu'),(69277,'brute_force','2020-07-28 10:39:41','2020-07-28 15:39:41','5.188.62.140',NULL,NULL),(69278,'brute_force','2020-07-28 10:39:41','2020-07-28 15:39:41',NULL,NULL,'zphiblgz'),(69279,'brute_force','2020-07-28 10:45:27','2020-07-28 15:45:27','5.188.62.140',NULL,NULL),(69280,'brute_force','2020-07-28 10:45:27','2020-07-28 15:45:27',NULL,NULL,'adminu'),(69281,'brute_force','2020-07-28 10:45:30','2020-07-28 15:45:30','5.188.62.140',NULL,NULL),(69282,'brute_force','2020-07-28 10:45:30','2020-07-28 15:45:30',NULL,NULL,'admin'),(69283,'brute_force','2020-07-28 10:51:15','2020-07-28 15:51:15','5.188.62.140',NULL,NULL),(69284,'brute_force','2020-07-28 10:51:15','2020-07-28 15:51:15',NULL,NULL,'adminu'),(69285,'brute_force','2020-07-28 10:51:18','2020-07-28 15:51:18','5.188.62.140',NULL,NULL),(69286,'brute_force','2020-07-28 10:51:18','2020-07-28 15:51:18',NULL,NULL,'admin'),(69287,'brute_force','2020-07-28 10:57:00','2020-07-28 15:57:00','5.188.62.140',NULL,NULL),(69288,'brute_force','2020-07-28 10:57:00','2020-07-28 15:57:00',NULL,NULL,'adminu'),(69289,'brute_force','2020-07-28 10:57:03','2020-07-28 15:57:03','5.188.62.140',NULL,NULL),(69290,'brute_force','2020-07-28 10:57:03','2020-07-28 15:57:03',NULL,NULL,'admin'),(69291,'brute_force','2020-07-28 11:02:19','2020-07-28 16:02:19','5.188.62.140',NULL,NULL),(69292,'brute_force','2020-07-28 11:02:19','2020-07-28 16:02:19',NULL,NULL,'adminu'),(69293,'brute_force','2020-07-28 11:02:22','2020-07-28 16:02:22','5.188.62.140',NULL,NULL),(69294,'brute_force','2020-07-28 11:02:22','2020-07-28 16:02:22',NULL,NULL,'admin'),(69295,'brute_force','2020-07-28 11:06:48','2020-07-28 16:06:48','5.188.62.140',NULL,NULL),(69296,'brute_force','2020-07-28 11:06:48','2020-07-28 16:06:48',NULL,NULL,'adminu'),(69297,'brute_force','2020-07-28 11:06:52','2020-07-28 16:06:52','5.188.62.140',NULL,NULL),(69298,'brute_force','2020-07-28 11:06:52','2020-07-28 16:06:52',NULL,NULL,'zphiblgz'),(69299,'four_oh_four','2020-07-28 11:22:07','2020-07-28 16:22:07','78.180.194.138',NULL,NULL),(69300,'four_oh_four','2020-07-28 11:58:20','2020-07-28 16:58:20','47.113.87.53',NULL,NULL),(69301,'four_oh_four','2020-07-28 11:58:20','2020-07-28 16:58:20','47.113.87.53',NULL,NULL),(69302,'four_oh_four','2020-07-28 11:58:22','2020-07-28 16:58:22','47.113.87.53',NULL,NULL),(69303,'four_oh_four','2020-07-28 11:58:20','2020-07-28 16:58:20','47.113.87.53',NULL,NULL),(69304,'four_oh_four','2020-07-28 11:58:21','2020-07-28 16:58:21','47.113.87.53',NULL,NULL),(69305,'four_oh_four','2020-07-28 11:58:20','2020-07-28 16:58:20','47.113.87.53',NULL,NULL),(69306,'four_oh_four','2020-07-28 11:58:21','2020-07-28 16:58:21','47.113.87.53',NULL,NULL),(69307,'four_oh_four','2020-07-28 11:58:21','2020-07-28 16:58:21','47.113.87.53',NULL,NULL),(69308,'four_oh_four','2020-07-28 11:58:21','2020-07-28 16:58:21','47.113.87.53',NULL,NULL),(69309,'four_oh_four','2020-07-28 11:58:22','2020-07-28 16:58:22','47.113.87.53',NULL,NULL),(69310,'four_oh_four','2020-07-28 11:58:23','2020-07-28 16:58:23','47.113.87.53',NULL,NULL),(69311,'four_oh_four','2020-07-28 11:58:21','2020-07-28 16:58:21','47.113.87.53',NULL,NULL),(69312,'four_oh_four','2020-07-28 11:58:21','2020-07-28 16:58:21','47.113.87.53',NULL,NULL),(69313,'four_oh_four','2020-07-28 11:58:22','2020-07-28 16:58:22','47.113.87.53',NULL,NULL),(69314,'four_oh_four','2020-07-28 11:58:23','2020-07-28 16:58:23','47.113.87.53',NULL,NULL),(69315,'four_oh_four','2020-07-28 13:46:00','2020-07-28 18:46:00','157.55.39.52',NULL,NULL),(69316,'four_oh_four','2020-07-28 14:11:12','2020-07-28 19:11:12','184.154.139.20',NULL,NULL),(69317,'four_oh_four','2020-07-28 15:10:46','2020-07-28 20:10:46','114.119.162.150',NULL,NULL),(69318,'four_oh_four','2020-07-28 16:54:24','2020-07-28 21:54:24','52.201.182.91',NULL,NULL),(69319,'four_oh_four','2020-07-28 16:54:32','2020-07-28 21:54:32','3.94.137.21',NULL,NULL),(69320,'four_oh_four','2020-07-28 16:54:35','2020-07-28 21:54:35','3.94.137.21',NULL,NULL),(69321,'four_oh_four','2020-07-28 16:54:35','2020-07-28 21:54:35','52.201.182.91',NULL,NULL),(69322,'four_oh_four','2020-07-28 18:43:23','2020-07-28 23:43:23','52.201.182.91',NULL,NULL),(69323,'four_oh_four','2020-07-28 18:44:24','2020-07-28 23:44:24','52.201.182.91',NULL,NULL),(69324,'four_oh_four','2020-07-28 18:44:29','2020-07-28 23:44:29','52.201.182.91',NULL,NULL),(69325,'four_oh_four','2020-07-28 18:44:42','2020-07-28 23:44:42','52.201.182.91',NULL,NULL),(69326,'four_oh_four','2020-07-28 18:44:48','2020-07-28 23:44:48','52.201.182.91',NULL,NULL),(69327,'four_oh_four','2020-07-28 18:50:06','2020-07-28 23:50:06','52.201.182.91',NULL,NULL),(69328,'four_oh_four','2020-07-28 18:52:10','2020-07-28 23:52:10','52.201.182.91',NULL,NULL),(69329,'four_oh_four','2020-07-28 18:52:19','2020-07-28 23:52:19','52.201.182.91',NULL,NULL),(69330,'four_oh_four','2020-07-28 18:52:58','2020-07-28 23:52:58','52.201.182.91',NULL,NULL),(69331,'four_oh_four','2020-07-28 18:53:05','2020-07-28 23:53:05','52.201.182.91',NULL,NULL),(69332,'four_oh_four','2020-07-28 20:00:50','2020-07-29 01:00:50','193.106.30.99',NULL,NULL),(69333,'four_oh_four','2020-07-28 20:24:00','2020-07-29 01:24:00','193.106.30.99',NULL,NULL),(69334,'four_oh_four','2020-07-28 20:30:22','2020-07-29 01:30:22','193.106.30.99',NULL,NULL),(69335,'four_oh_four','2020-07-28 20:45:32','2020-07-29 01:45:32','193.106.30.99',NULL,NULL),(69336,'four_oh_four','2020-07-28 21:25:08','2020-07-29 02:25:08','193.106.30.99',NULL,NULL),(69337,'four_oh_four','2020-07-28 21:48:09','2020-07-29 02:48:09','193.106.30.99',NULL,NULL),(69338,'brute_force','2020-07-28 21:49:41','2020-07-29 02:49:41','184.168.192.141',NULL,NULL),(69339,'brute_force','2020-07-28 21:49:41','2020-07-29 02:49:41',NULL,NULL,'admin'),(69340,'four_oh_four','2020-07-28 22:26:10','2020-07-29 03:26:10','193.106.30.99',NULL,NULL),(69341,'four_oh_four','2020-07-28 22:27:26','2020-07-29 03:27:26','193.106.30.99',NULL,NULL),(69342,'four_oh_four','2020-07-28 23:21:44','2020-07-29 04:21:44','193.106.30.99',NULL,NULL),(69343,'four_oh_four','2020-07-28 23:32:36','2020-07-29 04:32:36','193.106.30.99',NULL,NULL),(69344,'four_oh_four','2020-07-29 00:04:18','2020-07-29 05:04:18','193.106.30.99',NULL,NULL),(69345,'four_oh_four','2020-07-29 00:17:27','2020-07-29 05:17:27','207.46.13.55',NULL,NULL),(69346,'four_oh_four','2020-07-29 00:41:52','2020-07-29 05:41:52','193.106.30.99',NULL,NULL),(69347,'four_oh_four','2020-07-29 00:56:33','2020-07-29 05:56:33','15.206.184.45',NULL,NULL),(69348,'four_oh_four','2020-07-29 01:19:19','2020-07-29 06:19:19','193.106.30.99',NULL,NULL),(69349,'four_oh_four','2020-07-29 01:41:45','2020-07-29 06:41:45','207.46.13.92',NULL,NULL),(69350,'four_oh_four','2020-07-29 02:38:44','2020-07-29 07:38:44','114.119.161.39',NULL,NULL),(69351,'four_oh_four','2020-07-29 02:55:00','2020-07-29 07:55:00','193.106.30.99',NULL,NULL),(69352,'four_oh_four','2020-07-29 03:23:23','2020-07-29 08:23:23','193.106.30.99',NULL,NULL),(69353,'four_oh_four','2020-07-29 03:31:36','2020-07-29 08:31:36','207.46.13.92',NULL,NULL),(69354,'four_oh_four','2020-07-29 04:56:53','2020-07-29 09:56:53','114.119.162.92',NULL,NULL),(69355,'four_oh_four','2020-07-29 05:09:06','2020-07-29 10:09:06','193.106.30.99',NULL,NULL),(69356,'four_oh_four','2020-07-29 05:56:42','2020-07-29 10:56:42','193.106.30.99',NULL,NULL),(69357,'four_oh_four','2020-07-29 06:07:03','2020-07-29 11:07:03','207.46.13.168',NULL,NULL),(69358,'four_oh_four','2020-07-29 06:37:21','2020-07-29 11:37:21','193.106.30.99',NULL,NULL),(69359,'four_oh_four','2020-07-29 07:30:54','2020-07-29 12:30:54','193.106.30.99',NULL,NULL),(69360,'four_oh_four','2020-07-29 07:54:44','2020-07-29 12:54:44','193.106.30.99',NULL,NULL),(69361,'four_oh_four','2020-07-29 08:03:57','2020-07-29 13:03:57','193.106.30.99',NULL,NULL),(69362,'four_oh_four','2020-07-29 08:13:18','2020-07-29 13:13:18','54.236.1.11',NULL,NULL),(69363,'four_oh_four','2020-07-29 10:14:41','2020-07-29 15:14:41','207.46.13.168',NULL,NULL),(69364,'four_oh_four','2020-07-29 14:01:11','2020-07-29 19:01:11','184.154.139.17',NULL,NULL),(69365,'four_oh_four','2020-07-29 16:42:57','2020-07-29 21:42:57','157.55.39.134',NULL,NULL),(69366,'four_oh_four','2020-07-29 17:39:56','2020-07-29 22:39:56','39.101.150.29',NULL,NULL),(69367,'four_oh_four','2020-07-29 18:34:07','2020-07-29 23:34:07','207.46.13.3',NULL,NULL),(69368,'four_oh_four','2020-07-29 19:41:48','2020-07-30 00:41:48','3.94.137.21',NULL,NULL),(69369,'four_oh_four','2020-07-29 19:41:52','2020-07-30 00:41:52','3.94.137.21',NULL,NULL),(69370,'four_oh_four','2020-07-29 19:41:54','2020-07-30 00:41:54','3.94.137.21',NULL,NULL),(69371,'four_oh_four','2020-07-29 19:41:56','2020-07-30 00:41:56','3.94.137.21',NULL,NULL),(69372,'four_oh_four','2020-07-29 21:59:00','2020-07-30 02:59:00','207.46.13.3',NULL,NULL),(69373,'four_oh_four','2020-07-29 22:42:31','2020-07-30 03:42:31','157.55.39.165',NULL,NULL),(69374,'four_oh_four','2020-07-29 23:30:41','2020-07-30 04:30:41','193.106.30.99',NULL,NULL),(69375,'four_oh_four','2020-07-30 00:01:23','2020-07-30 05:01:23','114.119.164.137',NULL,NULL),(69376,'four_oh_four','2020-07-30 00:14:14','2020-07-30 05:14:14','34.245.121.40',NULL,NULL),(69377,'four_oh_four','2020-07-30 00:15:20','2020-07-30 05:15:20','157.55.39.52',NULL,NULL),(69378,'four_oh_four','2020-07-30 02:09:05','2020-07-30 07:09:05','157.55.39.165',NULL,NULL),(69379,'four_oh_four','2020-07-30 02:16:57','2020-07-30 07:16:57','193.106.30.99',NULL,NULL),(69380,'four_oh_four','2020-07-30 05:09:34','2020-07-30 10:09:34','157.55.39.134',NULL,NULL),(69381,'four_oh_four','2020-07-30 06:17:12','2020-07-30 11:17:12','5.188.84.104',NULL,NULL),(69382,'four_oh_four','2020-07-30 08:17:40','2020-07-30 13:17:40','193.106.30.99',NULL,NULL),(69383,'four_oh_four','2020-07-30 11:47:10','2020-07-30 16:47:10','193.106.30.99',NULL,NULL),(69384,'four_oh_four','2020-07-30 14:00:19','2020-07-30 19:00:19','114.119.161.39',NULL,NULL),(69385,'four_oh_four','2020-07-30 14:11:38','2020-07-30 19:11:38','193.106.30.99',NULL,NULL),(69386,'four_oh_four','2020-07-30 14:12:38','2020-07-30 19:12:38','184.154.139.18',NULL,NULL),(69387,'four_oh_four','2020-07-30 14:19:59','2020-07-30 19:19:59','193.106.30.99',NULL,NULL),(69388,'four_oh_four','2020-07-30 14:20:02','2020-07-30 19:20:02','114.119.161.39',NULL,NULL),(69389,'four_oh_four','2020-07-30 18:54:13','2020-07-30 23:54:13','78.46.94.83',NULL,NULL),(69390,'four_oh_four','2020-07-30 19:49:01','2020-07-31 00:49:01','3.94.137.21',NULL,NULL),(69391,'four_oh_four','2020-07-30 19:49:05','2020-07-31 00:49:05','3.94.137.21',NULL,NULL),(69392,'four_oh_four','2020-07-30 19:49:08','2020-07-31 00:49:08','52.201.182.91',NULL,NULL),(69393,'four_oh_four','2020-07-30 19:49:09','2020-07-31 00:49:09','52.201.182.91',NULL,NULL),(69394,'four_oh_four','2020-07-30 19:51:17','2020-07-31 00:51:17','193.106.30.99',NULL,NULL),(69395,'four_oh_four','2020-07-30 19:59:09','2020-07-31 00:59:09','5.9.145.132',NULL,NULL),(69396,'four_oh_four','2020-07-30 19:59:13','2020-07-31 00:59:13','78.46.94.83',NULL,NULL),(69397,'four_oh_four','2020-07-30 19:59:25','2020-07-31 00:59:25','5.9.145.132',NULL,NULL),(69398,'four_oh_four','2020-07-30 21:10:52','2020-07-31 02:10:52','157.55.39.52',NULL,NULL),(69399,'four_oh_four','2020-07-30 23:43:36','2020-07-31 04:43:36','35.205.39.12',NULL,NULL),(69400,'four_oh_four','2020-07-30 23:48:30','2020-07-31 04:48:30','35.205.39.12',NULL,NULL),(69401,'four_oh_four','2020-07-31 01:32:46','2020-07-31 06:32:46','157.55.39.52',NULL,NULL),(69402,'four_oh_four','2020-07-31 03:07:23','2020-07-31 08:07:23','193.106.30.99',NULL,NULL),(69403,'four_oh_four','2020-07-31 03:33:34','2020-07-31 08:33:34','89.46.109.109',NULL,NULL),(69404,'four_oh_four','2020-07-31 03:46:11','2020-07-31 08:46:11','193.106.30.99',NULL,NULL),(69405,'four_oh_four','2020-07-31 08:22:51','2020-07-31 13:22:51','157.55.39.52',NULL,NULL),(69406,'four_oh_four','2020-07-31 08:37:57','2020-07-31 13:37:57','114.119.160.176',NULL,NULL),(69407,'four_oh_four','2020-07-31 11:03:45','2020-07-31 16:03:45','34.91.215.98',NULL,NULL),(69408,'four_oh_four','2020-07-31 11:03:48','2020-07-31 16:03:48','34.91.215.98',NULL,NULL),(69409,'four_oh_four','2020-07-31 11:03:52','2020-07-31 16:03:52','34.91.215.98',NULL,NULL),(69410,'four_oh_four','2020-07-31 11:03:55','2020-07-31 16:03:55','34.91.215.98',NULL,NULL),(69411,'four_oh_four','2020-07-31 11:04:00','2020-07-31 16:04:00','34.91.215.98',NULL,NULL),(69412,'four_oh_four','2020-07-31 11:04:05','2020-07-31 16:04:05','34.91.215.98',NULL,NULL),(69413,'four_oh_four','2020-07-31 11:04:09','2020-07-31 16:04:09','34.91.215.98',NULL,NULL),(69414,'four_oh_four','2020-07-31 11:04:13','2020-07-31 16:04:13','34.91.215.98',NULL,NULL),(69415,'four_oh_four','2020-07-31 11:04:17','2020-07-31 16:04:17','34.91.215.98',NULL,NULL),(69416,'four_oh_four','2020-07-31 11:04:22','2020-07-31 16:04:22','34.91.215.98',NULL,NULL),(69417,'four_oh_four','2020-07-31 11:04:31','2020-07-31 16:04:31','34.91.215.98',NULL,NULL),(69418,'four_oh_four','2020-07-31 11:04:34','2020-07-31 16:04:34','34.91.215.98',NULL,NULL),(69419,'four_oh_four','2020-07-31 11:04:38','2020-07-31 16:04:38','34.91.215.98',NULL,NULL),(69420,'four_oh_four','2020-07-31 11:04:42','2020-07-31 16:04:42','34.91.215.98',NULL,NULL),(69421,'four_oh_four','2020-07-31 11:04:46','2020-07-31 16:04:46','34.91.215.98',NULL,NULL),(69422,'four_oh_four','2020-07-31 11:04:50','2020-07-31 16:04:50','34.91.215.98',NULL,NULL),(69423,'four_oh_four','2020-07-31 14:10:39','2020-07-31 19:10:39','184.154.139.21',NULL,NULL),(69424,'brute_force','2020-07-31 17:33:58','2020-07-31 22:33:58','82.165.85.35',NULL,NULL),(69425,'brute_force','2020-07-31 17:33:58','2020-07-31 22:33:58',NULL,NULL,'admin'),(69426,'four_oh_four','2020-07-31 19:53:59','2020-08-01 00:53:59','52.201.182.91',NULL,NULL),(69427,'four_oh_four','2020-07-31 19:54:02','2020-08-01 00:54:02','52.201.182.91',NULL,NULL),(69428,'four_oh_four','2020-07-31 19:54:06','2020-08-01 00:54:06','52.201.182.91',NULL,NULL),(69429,'four_oh_four','2020-07-31 19:54:07','2020-08-01 00:54:07','52.201.182.91',NULL,NULL),(69430,'four_oh_four','2020-07-31 20:04:05','2020-08-01 01:04:05','114.119.162.150',NULL,NULL),(69431,'four_oh_four','2020-07-31 22:04:22','2020-08-01 03:04:22','157.55.39.51',NULL,NULL),(69432,'four_oh_four','2020-08-01 03:04:18','2020-08-01 08:04:18','157.55.39.52',NULL,NULL),(69433,'four_oh_four','2020-08-01 03:15:55','2020-08-01 08:15:55','157.55.39.166',NULL,NULL),(69434,'four_oh_four','2020-08-01 08:17:37','2020-08-01 13:17:37','5.188.84.76',NULL,NULL),(69435,'brute_force','2020-08-01 11:41:21','2020-08-01 16:41:21','184.168.200.217',NULL,NULL),(69436,'brute_force','2020-08-01 11:41:21','2020-08-01 16:41:21',NULL,NULL,'admin'),(69437,'four_oh_four','2020-08-01 13:01:29','2020-08-01 18:01:29','114.119.167.73',NULL,NULL),(69438,'four_oh_four','2020-08-01 14:06:17','2020-08-01 19:06:17','184.154.139.18',NULL,NULL),(69439,'four_oh_four','2020-08-01 14:30:32','2020-08-01 19:30:32','185.43.222.154',NULL,NULL),(69440,'four_oh_four','2020-08-01 16:41:46','2020-08-01 21:41:46','207.46.13.3',NULL,NULL),(69441,'four_oh_four','2020-08-01 18:27:53','2020-08-01 23:27:53','162.241.219.11',NULL,NULL),(69442,'four_oh_four','2020-08-01 18:38:13','2020-08-01 23:38:13','157.55.39.166',NULL,NULL),(69443,'four_oh_four','2020-08-01 18:51:44','2020-08-01 23:51:44','3.16.203.6',NULL,NULL),(69444,'four_oh_four','2020-08-01 19:08:30','2020-08-02 00:08:30','114.119.163.5',NULL,NULL),(69445,'four_oh_four','2020-08-01 19:22:54','2020-08-02 00:22:54','157.55.39.51',NULL,NULL),(69446,'four_oh_four','2020-08-01 19:49:15','2020-08-02 00:49:15','157.55.39.52',NULL,NULL),(69447,'four_oh_four','2020-08-01 20:06:30','2020-08-02 01:06:30','3.94.137.21',NULL,NULL),(69448,'four_oh_four','2020-08-01 20:06:34','2020-08-02 01:06:34','3.94.137.21',NULL,NULL),(69449,'four_oh_four','2020-08-01 20:06:37','2020-08-02 01:06:37','52.201.182.91',NULL,NULL),(69450,'four_oh_four','2020-08-01 20:06:38','2020-08-02 01:06:38','52.201.182.91',NULL,NULL),(69451,'four_oh_four','2020-08-01 20:48:40','2020-08-02 01:48:40','207.46.13.173',NULL,NULL),(69452,'four_oh_four','2020-08-02 00:40:03','2020-08-02 05:40:03','157.55.39.166',NULL,NULL),(69453,'four_oh_four','2020-08-02 01:31:36','2020-08-02 06:31:36','114.119.163.5',NULL,NULL),(69454,'four_oh_four','2020-08-02 01:36:52','2020-08-02 06:36:52','114.119.160.176',NULL,NULL),(69455,'four_oh_four','2020-08-02 01:52:16','2020-08-02 06:52:16','207.46.13.92',NULL,NULL),(69456,'four_oh_four','2020-08-02 03:27:13','2020-08-02 08:27:13','114.119.167.73',NULL,NULL),(69457,'four_oh_four','2020-08-02 04:08:54','2020-08-02 09:08:54','34.77.110.198',NULL,NULL),(69458,'four_oh_four','2020-08-02 04:13:13','2020-08-02 09:13:13','34.77.110.198',NULL,NULL),(69459,'four_oh_four','2020-08-02 04:13:27','2020-08-02 09:13:27','34.77.110.198',NULL,NULL),(69460,'four_oh_four','2020-08-02 04:13:27','2020-08-02 09:13:27','34.77.110.198',NULL,NULL),(69461,'four_oh_four','2020-08-02 06:54:51','2020-08-02 11:54:51','207.46.13.92',NULL,NULL),(69462,'four_oh_four','2020-08-02 07:50:25','2020-08-02 12:50:25','114.119.160.176',NULL,NULL),(69463,'four_oh_four','2020-08-02 08:16:51','2020-08-02 13:16:51','192.185.81.124',NULL,NULL),(69464,'four_oh_four','2020-08-02 12:35:00','2020-08-02 17:35:00','114.119.163.5',NULL,NULL),(69465,'four_oh_four','2020-08-02 13:21:50','2020-08-02 18:21:50','207.46.13.3',NULL,NULL),(69466,'four_oh_four','2020-08-02 14:11:52','2020-08-02 19:11:52','184.154.139.18',NULL,NULL),(69467,'four_oh_four','2020-08-02 16:04:23','2020-08-02 21:04:23','39.101.150.29',NULL,NULL),(69468,'four_oh_four','2020-08-02 16:06:13','2020-08-02 21:06:13','157.55.39.52',NULL,NULL),(69469,'four_oh_four','2020-08-02 16:18:28','2020-08-02 21:18:28','40.77.167.59',NULL,NULL),(69470,'four_oh_four','2020-08-02 16:49:26','2020-08-02 21:49:26','207.46.13.92',NULL,NULL),(69471,'four_oh_four','2020-08-02 19:53:31','2020-08-03 00:53:31','114.119.162.92',NULL,NULL),(69472,'four_oh_four','2020-08-02 20:11:23','2020-08-03 01:11:23','52.201.182.91',NULL,NULL),(69473,'four_oh_four','2020-08-02 20:11:26','2020-08-03 01:11:26','52.201.182.91',NULL,NULL),(69474,'four_oh_four','2020-08-02 20:11:29','2020-08-03 01:11:29','3.94.137.21',NULL,NULL),(69475,'four_oh_four','2020-08-02 20:11:30','2020-08-03 01:11:30','3.94.137.21',NULL,NULL),(69476,'brute_force','2020-08-02 21:20:52','2020-08-03 02:20:52','31.177.95.107',NULL,NULL),(69477,'brute_force','2020-08-02 21:20:52','2020-08-03 02:20:52',NULL,NULL,'admin'),(69478,'four_oh_four','2020-08-02 23:00:09','2020-08-03 04:00:09','157.55.39.52',NULL,NULL),(69479,'four_oh_four','2020-08-03 01:28:55','2020-08-03 06:28:55','114.119.162.92',NULL,NULL),(69480,'four_oh_four','2020-08-03 09:28:56','2020-08-03 14:28:56','157.55.39.166',NULL,NULL),(69481,'brute_force','2020-08-03 11:49:54','2020-08-03 16:49:54','160.153.153.147',NULL,NULL),(69482,'brute_force','2020-08-03 11:49:54','2020-08-03 16:49:54',NULL,NULL,'admin'),(69483,'four_oh_four','2020-08-03 14:02:16','2020-08-03 19:02:16','184.154.139.18',NULL,NULL),(69484,'four_oh_four','2020-08-03 15:50:19','2020-08-03 20:50:19','70.37.57.139',NULL,NULL),(69485,'four_oh_four','2020-08-03 15:50:20','2020-08-03 20:50:20','70.37.57.139',NULL,NULL),(69486,'four_oh_four','2020-08-03 15:50:25','2020-08-03 20:50:25','70.37.57.139',NULL,NULL),(69487,'four_oh_four','2020-08-03 15:50:26','2020-08-03 20:50:26','70.37.57.139',NULL,NULL),(69488,'four_oh_four','2020-08-03 15:50:52','2020-08-03 20:50:52','70.37.57.139',NULL,NULL),(69489,'four_oh_four','2020-08-03 15:50:59','2020-08-03 20:50:59','70.37.57.139',NULL,NULL),(69490,'four_oh_four','2020-08-03 18:10:55','2020-08-03 23:10:55','157.55.39.97',NULL,NULL),(69491,'four_oh_four','2020-08-03 18:18:18','2020-08-03 23:18:18','114.119.164.137',NULL,NULL),(69492,'four_oh_four','2020-08-03 20:16:35','2020-08-04 01:16:35','52.201.182.91',NULL,NULL),(69493,'four_oh_four','2020-08-03 20:16:38','2020-08-04 01:16:38','52.201.182.91',NULL,NULL),(69494,'four_oh_four','2020-08-03 20:16:41','2020-08-04 01:16:41','52.201.182.91',NULL,NULL),(69495,'four_oh_four','2020-08-03 20:16:43','2020-08-04 01:16:43','52.201.182.91',NULL,NULL),(69496,'four_oh_four','2020-08-03 22:45:34','2020-08-04 03:45:34','114.119.160.176',NULL,NULL),(69497,'four_oh_four','2020-08-04 05:16:20','2020-08-04 10:16:20','103.67.235.111',NULL,NULL),(69498,'four_oh_four','2020-08-04 05:44:09','2020-08-04 10:44:09','114.119.167.159',NULL,NULL),(69499,'four_oh_four','2020-08-04 07:34:05','2020-08-04 12:34:05','157.55.39.166',NULL,NULL),(69500,'four_oh_four','2020-08-04 14:05:43','2020-08-04 19:05:43','184.154.139.17',NULL,NULL),(69501,'four_oh_four','2020-08-04 18:59:23','2020-08-04 23:59:23','52.201.182.91',NULL,NULL),(69502,'four_oh_four','2020-08-04 19:00:25','2020-08-05 00:00:25','52.201.182.91',NULL,NULL),(69503,'four_oh_four','2020-08-04 19:00:30','2020-08-05 00:00:30','52.201.182.91',NULL,NULL),(69504,'four_oh_four','2020-08-04 19:00:44','2020-08-05 00:00:44','52.201.182.91',NULL,NULL),(69505,'four_oh_four','2020-08-04 19:00:50','2020-08-05 00:00:50','52.201.182.91',NULL,NULL),(69506,'four_oh_four','2020-08-04 20:17:41','2020-08-05 01:17:41','207.46.13.202',NULL,NULL),(69507,'four_oh_four','2020-08-04 20:21:29','2020-08-05 01:21:29','3.94.137.21',NULL,NULL),(69508,'four_oh_four','2020-08-04 20:21:32','2020-08-05 01:21:32','3.94.137.21',NULL,NULL),(69509,'four_oh_four','2020-08-04 20:21:35','2020-08-05 01:21:35','52.201.182.91',NULL,NULL),(69510,'four_oh_four','2020-08-04 20:21:36','2020-08-05 01:21:36','52.201.182.91',NULL,NULL),(69511,'brute_force','2020-08-04 21:31:13','2020-08-05 02:31:13','198.71.236.35',NULL,NULL),(69512,'brute_force','2020-08-04 21:31:13','2020-08-05 02:31:13',NULL,NULL,'admin'),(69513,'four_oh_four','2020-08-04 21:44:33','2020-08-05 02:44:33','207.46.13.202',NULL,NULL),(69514,'four_oh_four','2020-08-04 22:57:33','2020-08-05 03:57:33','114.119.164.137',NULL,NULL),(69515,'four_oh_four','2020-08-05 01:55:00','2020-08-05 06:55:00','52.249.189.198',NULL,NULL),(69516,'four_oh_four','2020-08-05 01:55:05','2020-08-05 06:55:05','52.249.189.198',NULL,NULL),(69517,'four_oh_four','2020-08-05 01:56:16','2020-08-05 06:56:16','52.249.189.198',NULL,NULL),(69518,'four_oh_four','2020-08-05 01:57:12','2020-08-05 06:57:12','52.249.189.198',NULL,NULL),(69519,'four_oh_four','2020-08-05 01:57:14','2020-08-05 06:57:14','52.249.189.198',NULL,NULL),(69520,'four_oh_four','2020-08-05 01:57:15','2020-08-05 06:57:15','52.249.189.198',NULL,NULL),(69521,'four_oh_four','2020-08-05 01:57:17','2020-08-05 06:57:17','52.249.189.198',NULL,NULL),(69522,'four_oh_four','2020-08-05 01:57:19','2020-08-05 06:57:19','52.249.189.198',NULL,NULL),(69523,'four_oh_four','2020-08-05 01:57:21','2020-08-05 06:57:21','52.249.189.198',NULL,NULL),(69524,'four_oh_four','2020-08-05 01:57:23','2020-08-05 06:57:23','52.249.189.198',NULL,NULL),(69525,'four_oh_four','2020-08-05 01:57:26','2020-08-05 06:57:26','52.249.189.198',NULL,NULL),(69526,'four_oh_four','2020-08-05 01:57:28','2020-08-05 06:57:28','52.249.189.198',NULL,NULL),(69527,'four_oh_four','2020-08-05 01:57:34','2020-08-05 06:57:34','52.249.189.198',NULL,NULL),(69528,'four_oh_four','2020-08-05 01:57:36','2020-08-05 06:57:36','52.249.189.198',NULL,NULL),(69529,'four_oh_four','2020-08-05 01:57:38','2020-08-05 06:57:38','52.249.189.198',NULL,NULL),(69530,'four_oh_four','2020-08-05 01:57:39','2020-08-05 06:57:39','52.249.189.198',NULL,NULL),(69531,'four_oh_four','2020-08-05 01:57:41','2020-08-05 06:57:41','52.249.189.198',NULL,NULL),(69532,'four_oh_four','2020-08-05 01:57:42','2020-08-05 06:57:42','52.249.189.198',NULL,NULL),(69533,'four_oh_four','2020-08-05 01:57:45','2020-08-05 06:57:45','52.249.189.198',NULL,NULL),(69534,'four_oh_four','2020-08-05 01:57:46','2020-08-05 06:57:46','52.249.189.198',NULL,NULL),(69535,'four_oh_four','2020-08-05 06:18:58','2020-08-05 11:18:58','39.101.170.97',NULL,NULL),(69536,'four_oh_four','2020-08-05 06:18:58','2020-08-05 11:18:58','39.101.170.97',NULL,NULL),(69537,'four_oh_four','2020-08-05 06:18:58','2020-08-05 11:18:58','39.101.170.97',NULL,NULL),(69538,'four_oh_four','2020-08-05 06:18:58','2020-08-05 11:18:58','39.101.170.97',NULL,NULL),(69539,'four_oh_four','2020-08-05 09:44:26','2020-08-05 14:44:26','114.119.164.137',NULL,NULL),(69540,'four_oh_four','2020-08-05 10:36:12','2020-08-05 15:36:12','88.198.43.207',NULL,NULL),(69541,'four_oh_four','2020-08-05 10:36:28','2020-08-05 15:36:28','144.76.102.243',NULL,NULL),(69542,'four_oh_four','2020-08-05 12:45:00','2020-08-05 17:45:00','13.84.49.66',NULL,NULL),(69543,'four_oh_four','2020-08-05 12:45:03','2020-08-05 17:45:03','13.84.49.66',NULL,NULL),(69544,'four_oh_four','2020-08-05 12:45:15','2020-08-05 17:45:15','13.84.49.66',NULL,NULL),(69545,'four_oh_four','2020-08-05 12:45:27','2020-08-05 17:45:27','13.84.49.66',NULL,NULL),(69546,'four_oh_four','2020-08-05 12:45:28','2020-08-05 17:45:28','13.84.49.66',NULL,NULL),(69547,'four_oh_four','2020-08-05 12:45:29','2020-08-05 17:45:29','13.84.49.66',NULL,NULL),(69548,'four_oh_four','2020-08-05 12:45:30','2020-08-05 17:45:30','13.84.49.66',NULL,NULL),(69549,'four_oh_four','2020-08-05 12:45:31','2020-08-05 17:45:31','13.84.49.66',NULL,NULL),(69550,'four_oh_four','2020-08-05 12:45:32','2020-08-05 17:45:32','13.84.49.66',NULL,NULL),(69551,'four_oh_four','2020-08-05 12:45:34','2020-08-05 17:45:34','13.84.49.66',NULL,NULL),(69552,'four_oh_four','2020-08-05 12:45:35','2020-08-05 17:45:35','13.84.49.66',NULL,NULL),(69553,'four_oh_four','2020-08-05 12:45:35','2020-08-05 17:45:35','13.84.49.66',NULL,NULL),(69554,'four_oh_four','2020-08-05 12:45:38','2020-08-05 17:45:38','13.84.49.66',NULL,NULL),(69555,'four_oh_four','2020-08-05 12:45:39','2020-08-05 17:45:39','13.84.49.66',NULL,NULL),(69556,'four_oh_four','2020-08-05 12:45:41','2020-08-05 17:45:41','13.84.49.66',NULL,NULL),(69557,'four_oh_four','2020-08-05 12:45:42','2020-08-05 17:45:42','13.84.49.66',NULL,NULL),(69558,'four_oh_four','2020-08-05 12:45:42','2020-08-05 17:45:42','13.84.49.66',NULL,NULL),(69559,'four_oh_four','2020-08-05 12:45:44','2020-08-05 17:45:44','13.84.49.66',NULL,NULL),(69560,'four_oh_four','2020-08-05 12:45:46','2020-08-05 17:45:46','13.84.49.66',NULL,NULL),(69561,'four_oh_four','2020-08-05 12:45:48','2020-08-05 17:45:48','13.84.49.66',NULL,NULL),(69562,'four_oh_four','2020-08-05 13:49:55','2020-08-05 18:49:55','207.46.13.11',NULL,NULL),(69563,'four_oh_four','2020-08-05 14:04:31','2020-08-05 19:04:31','184.154.139.18',NULL,NULL),(69564,'four_oh_four','2020-08-05 16:35:27','2020-08-05 21:35:27','114.119.164.13',NULL,NULL),(69565,'four_oh_four','2020-08-05 18:49:27','2020-08-05 23:49:27','114.119.160.176',NULL,NULL),(69566,'four_oh_four','2020-08-05 18:49:38','2020-08-05 23:49:38','47.113.87.53',NULL,NULL),(69567,'four_oh_four','2020-08-05 18:49:38','2020-08-05 23:49:38','47.113.87.53',NULL,NULL),(69568,'four_oh_four','2020-08-05 20:29:17','2020-08-06 01:29:17','52.201.182.91',NULL,NULL),(69569,'four_oh_four','2020-08-05 20:29:21','2020-08-06 01:29:21','52.201.182.91',NULL,NULL),(69570,'four_oh_four','2020-08-05 20:29:24','2020-08-06 01:29:24','3.94.137.21',NULL,NULL),(69571,'four_oh_four','2020-08-05 20:29:25','2020-08-06 01:29:25','3.94.137.21',NULL,NULL),(69572,'four_oh_four','2020-08-05 20:43:16','2020-08-06 01:43:16','114.119.163.5',NULL,NULL),(69573,'four_oh_four','2020-08-05 21:09:23','2020-08-06 02:09:23','207.46.13.31',NULL,NULL),(69574,'four_oh_four','2020-08-05 21:36:24','2020-08-06 02:36:24','114.119.167.159',NULL,NULL),(69575,'four_oh_four','2020-08-05 22:07:25','2020-08-06 03:07:25','114.119.167.159',NULL,NULL),(69576,'four_oh_four','2020-08-06 00:33:37','2020-08-06 05:33:37','114.119.162.252',NULL,NULL),(69577,'four_oh_four','2020-08-06 02:27:49','2020-08-06 07:27:49','114.119.164.13',NULL,NULL),(69578,'four_oh_four','2020-08-06 02:43:49','2020-08-06 07:43:49','114.119.164.13',NULL,NULL),(69579,'four_oh_four','2020-08-06 02:50:47','2020-08-06 07:50:47','114.119.160.176',NULL,NULL),(69580,'four_oh_four','2020-08-06 03:02:08','2020-08-06 08:02:08','114.119.167.73',NULL,NULL),(69581,'four_oh_four','2020-08-06 06:03:21','2020-08-06 11:03:21','52.160.66.224',NULL,NULL),(69582,'four_oh_four','2020-08-06 06:03:22','2020-08-06 11:03:22','52.160.66.224',NULL,NULL),(69583,'four_oh_four','2020-08-06 06:03:27','2020-08-06 11:03:27','52.160.66.224',NULL,NULL),(69584,'four_oh_four','2020-08-06 06:03:29','2020-08-06 11:03:29','52.160.66.224',NULL,NULL),(69585,'four_oh_four','2020-08-06 06:03:52','2020-08-06 11:03:52','52.160.66.224',NULL,NULL),(69586,'four_oh_four','2020-08-06 06:03:58','2020-08-06 11:03:58','52.160.66.224',NULL,NULL),(69587,'four_oh_four','2020-08-06 07:51:15','2020-08-06 12:51:15','46.4.83.150',NULL,NULL),(69588,'four_oh_four','2020-08-06 07:51:38','2020-08-06 12:51:38','144.76.162.206',NULL,NULL),(69589,'brute_force','2020-08-06 08:05:33','2020-08-06 13:05:33','50.63.196.71',NULL,NULL),(69590,'brute_force','2020-08-06 08:05:33','2020-08-06 13:05:33',NULL,NULL,'admin'),(69591,'four_oh_four','2020-08-06 10:12:02','2020-08-06 15:12:02','40.77.167.53',NULL,NULL),(69592,'four_oh_four','2020-08-06 14:01:01','2020-08-06 19:01:01','184.154.139.19',NULL,NULL),(69593,'four_oh_four','2020-08-06 14:03:31','2020-08-06 19:03:31','184.154.139.19',NULL,NULL),(69594,'four_oh_four','2020-08-06 20:27:11','2020-08-07 01:27:11','114.119.161.39',NULL,NULL),(69595,'four_oh_four','2020-08-06 20:39:29','2020-08-07 01:39:29','3.94.137.21',NULL,NULL),(69596,'four_oh_four','2020-08-06 20:39:32','2020-08-07 01:39:32','3.94.137.21',NULL,NULL),(69597,'four_oh_four','2020-08-06 20:39:34','2020-08-07 01:39:34','52.201.182.91',NULL,NULL),(69598,'four_oh_four','2020-08-06 20:39:35','2020-08-07 01:39:35','52.201.182.91',NULL,NULL),(69599,'four_oh_four','2020-08-07 00:09:13','2020-08-07 05:09:13','3.25.73.227',NULL,NULL),(69600,'four_oh_four','2020-08-07 06:03:27','2020-08-07 11:03:27','207.46.13.91',NULL,NULL),(69601,'four_oh_four','2020-08-07 06:36:54','2020-08-07 11:36:54','162.243.29.24',NULL,NULL),(69602,'four_oh_four','2020-08-07 08:03:40','2020-08-07 13:03:40','114.119.164.137',NULL,NULL),(69603,'four_oh_four','2020-08-07 10:00:24','2020-08-07 15:00:24','157.55.39.246',NULL,NULL),(69604,'four_oh_four','2020-08-07 11:31:12','2020-08-07 16:31:12','162.241.252.47',NULL,NULL),(69605,'four_oh_four','2020-08-07 14:08:56','2020-08-07 19:08:56','184.154.139.17',NULL,NULL),(69606,'four_oh_four','2020-08-07 14:31:06','2020-08-07 19:31:06','51.83.216.204',NULL,NULL),(69607,'four_oh_four','2020-08-07 16:08:41','2020-08-07 21:08:41','207.46.13.91',NULL,NULL),(69608,'four_oh_four','2020-08-07 17:54:31','2020-08-07 22:54:31','207.46.13.40',NULL,NULL),(69609,'four_oh_four','2020-08-07 19:20:26','2020-08-08 00:20:26','114.119.161.39',NULL,NULL),(69610,'four_oh_four','2020-08-07 20:50:06','2020-08-08 01:50:06','3.94.137.21',NULL,NULL),(69611,'four_oh_four','2020-08-07 20:50:09','2020-08-08 01:50:09','3.94.137.21',NULL,NULL),(69612,'four_oh_four','2020-08-07 20:50:14','2020-08-08 01:50:14','52.201.182.91',NULL,NULL),(69613,'four_oh_four','2020-08-07 20:50:15','2020-08-08 01:50:15','52.201.182.91',NULL,NULL),(69614,'four_oh_four','2020-08-08 02:40:49','2020-08-08 07:40:49','37.1.204.92',NULL,NULL),(69615,'four_oh_four','2020-08-08 02:57:38','2020-08-08 07:57:38','114.119.162.150',NULL,NULL),(69616,'four_oh_four','2020-08-08 03:53:07','2020-08-08 08:53:07','114.119.164.137',NULL,NULL),(69617,'four_oh_four','2020-08-08 06:17:25','2020-08-08 11:17:25','114.119.164.137',NULL,NULL),(69618,'four_oh_four','2020-08-08 09:32:00','2020-08-08 14:32:00','114.119.162.150',NULL,NULL),(69619,'four_oh_four','2020-08-08 11:26:02','2020-08-08 16:26:02','114.119.167.159',NULL,NULL),(69620,'brute_force','2020-08-08 11:39:09','2020-08-08 16:39:09','50.63.196.195',NULL,NULL),(69621,'brute_force','2020-08-08 11:39:09','2020-08-08 16:39:09',NULL,NULL,'admin'),(69622,'four_oh_four','2020-08-08 13:09:13','2020-08-08 18:09:13','207.46.13.67',NULL,NULL),(69623,'four_oh_four','2020-08-08 13:18:28','2020-08-08 18:18:28','173.69.150.59',NULL,NULL),(69624,'four_oh_four','2020-08-08 13:18:30','2020-08-08 18:18:30','173.69.150.59',NULL,NULL),(69625,'four_oh_four','2020-08-08 13:44:47','2020-08-08 18:44:47','173.69.150.59',NULL,NULL),(69626,'four_oh_four','2020-08-08 14:08:12','2020-08-08 19:08:12','184.154.139.3',NULL,NULL),(69627,'four_oh_four','2020-08-08 14:08:31','2020-08-08 19:08:31','184.154.139.3',NULL,NULL),(69628,'four_oh_four','2020-08-08 17:21:13','2020-08-08 22:21:13','73.173.98.249',NULL,NULL),(69629,'four_oh_four','2020-08-08 17:21:40','2020-08-08 22:21:40','73.173.98.249',NULL,NULL),(69630,'four_oh_four','2020-08-08 18:09:14','2020-08-08 23:09:14','114.119.162.150',NULL,NULL),(69631,'four_oh_four','2020-08-08 20:16:44','2020-08-09 01:16:44','188.120.255.90',NULL,NULL),(69632,'four_oh_four','2020-08-08 20:54:52','2020-08-09 01:54:52','52.201.182.91',NULL,NULL),(69633,'four_oh_four','2020-08-08 20:54:56','2020-08-09 01:54:56','52.201.182.91',NULL,NULL),(69634,'four_oh_four','2020-08-08 20:54:59','2020-08-09 01:54:59','3.94.137.21',NULL,NULL),(69635,'four_oh_four','2020-08-08 20:55:01','2020-08-09 01:55:01','3.94.137.21',NULL,NULL),(69636,'four_oh_four','2020-08-08 21:50:07','2020-08-09 02:50:07','72.52.156.15',NULL,NULL),(69637,'four_oh_four','2020-08-08 23:34:36','2020-08-09 04:34:36','195.181.166.146',NULL,NULL),(69638,'four_oh_four','2020-08-08 23:34:40','2020-08-09 04:34:40','195.181.166.146',NULL,NULL),(69639,'four_oh_four','2020-08-08 23:34:43','2020-08-09 04:34:43','195.181.166.146',NULL,NULL),(69640,'four_oh_four','2020-08-08 23:34:46','2020-08-09 04:34:46','195.181.166.146',NULL,NULL),(69641,'four_oh_four','2020-08-08 23:34:49','2020-08-09 04:34:49','195.181.166.146',NULL,NULL),(69642,'four_oh_four','2020-08-08 23:34:52','2020-08-09 04:34:52','195.181.166.146',NULL,NULL),(69643,'four_oh_four','2020-08-08 23:34:55','2020-08-09 04:34:55','195.181.166.146',NULL,NULL),(69644,'four_oh_four','2020-08-08 23:34:58','2020-08-09 04:34:58','195.181.166.146',NULL,NULL),(69645,'four_oh_four','2020-08-08 23:35:01','2020-08-09 04:35:01','195.181.166.146',NULL,NULL),(69646,'four_oh_four','2020-08-08 23:35:07','2020-08-09 04:35:07','195.181.166.146',NULL,NULL),(69647,'four_oh_four','2020-08-08 23:35:10','2020-08-09 04:35:10','195.181.166.146',NULL,NULL),(69648,'four_oh_four','2020-08-08 23:35:13','2020-08-09 04:35:13','195.181.166.146',NULL,NULL),(69649,'four_oh_four','2020-08-09 01:22:46','2020-08-09 06:22:46','40.77.167.169',NULL,NULL),(69650,'four_oh_four','2020-08-09 01:29:50','2020-08-09 06:29:50','31.173.82.217',NULL,NULL),(69651,'four_oh_four','2020-08-09 02:43:23','2020-08-09 07:43:23','40.77.167.23',NULL,NULL),(69652,'four_oh_four','2020-08-09 06:26:20','2020-08-09 11:26:20','40.77.167.166',NULL,NULL),(69653,'brute_force','2020-08-09 09:42:44','2020-08-09 14:42:44','109.237.2.43',NULL,NULL),(69654,'brute_force','2020-08-09 09:42:44','2020-08-09 14:42:44',NULL,NULL,'admin'),(69655,'four_oh_four','2020-08-09 11:50:08','2020-08-09 16:50:08','40.77.167.21',NULL,NULL),(69656,'four_oh_four','2020-08-09 12:03:11','2020-08-09 17:03:11','134.249.214.5',NULL,NULL),(69657,'four_oh_four','2020-08-09 12:42:35','2020-08-09 17:42:35','40.77.167.207',NULL,NULL),(69658,'four_oh_four','2020-08-09 12:55:27','2020-08-09 17:55:27','40.77.167.180',NULL,NULL),(69659,'four_oh_four','2020-08-09 12:57:50','2020-08-09 17:57:50','40.77.167.168',NULL,NULL),(69660,'four_oh_four','2020-08-09 13:26:18','2020-08-09 18:26:18','40.77.167.168',NULL,NULL),(69661,'four_oh_four','2020-08-09 13:38:57','2020-08-09 18:38:57','40.77.167.166',NULL,NULL),(69662,'four_oh_four','2020-08-09 14:02:28','2020-08-09 19:02:28','184.154.139.17',NULL,NULL),(69663,'four_oh_four','2020-08-09 14:02:47','2020-08-09 19:02:47','184.154.139.17',NULL,NULL),(69664,'four_oh_four','2020-08-09 16:30:26','2020-08-09 21:30:26','40.77.167.207',NULL,NULL),(69665,'four_oh_four','2020-08-09 17:58:25','2020-08-09 22:58:25','114.119.162.252',NULL,NULL),(69666,'four_oh_four','2020-08-09 18:44:14','2020-08-09 23:44:14','40.77.167.180',NULL,NULL),(69667,'four_oh_four','2020-08-09 20:02:20','2020-08-10 01:02:20','114.119.162.252',NULL,NULL),(69668,'four_oh_four','2020-08-09 21:01:16','2020-08-10 02:01:16','3.94.137.21',NULL,NULL),(69669,'four_oh_four','2020-08-09 21:01:19','2020-08-10 02:01:19','3.94.137.21',NULL,NULL),(69670,'four_oh_four','2020-08-09 21:01:22','2020-08-10 02:01:22','3.94.137.21',NULL,NULL),(69671,'four_oh_four','2020-08-09 21:01:23','2020-08-10 02:01:23','3.94.137.21',NULL,NULL),(69672,'four_oh_four','2020-08-10 00:31:16','2020-08-10 05:31:16','40.77.167.21',NULL,NULL),(69673,'four_oh_four','2020-08-10 01:57:18','2020-08-10 06:57:18','114.119.167.73',NULL,NULL),(69674,'four_oh_four','2020-08-10 02:03:25','2020-08-10 07:03:25','114.119.162.150',NULL,NULL),(69675,'four_oh_four','2020-08-10 02:14:42','2020-08-10 07:14:42','5.196.23.219',NULL,NULL),(69676,'four_oh_four','2020-08-10 05:39:33','2020-08-10 10:39:33','40.77.167.207',NULL,NULL),(69677,'four_oh_four','2020-08-10 05:53:30','2020-08-10 10:53:30','40.77.167.32',NULL,NULL),(69678,'four_oh_four','2020-08-10 07:23:43','2020-08-10 12:23:43','139.99.67.124',NULL,NULL),(69679,'four_oh_four','2020-08-10 08:53:57','2020-08-10 13:53:57','40.77.167.166',NULL,NULL),(69680,'four_oh_four','2020-08-10 09:56:57','2020-08-10 14:56:57','14.186.27.249',NULL,NULL),(69681,'four_oh_four','2020-08-10 10:01:28','2020-08-10 15:01:28','40.77.167.23',NULL,NULL),(69682,'four_oh_four','2020-08-10 10:39:14','2020-08-10 15:39:14','40.77.167.176',NULL,NULL),(69683,'brute_force','2020-08-10 11:56:44','2020-08-10 16:56:44','198.57.247.171',NULL,NULL),(69684,'brute_force','2020-08-10 11:56:44','2020-08-10 16:56:44',NULL,NULL,'admin'),(69685,'four_oh_four','2020-08-10 12:34:30','2020-08-10 17:34:30','5.248.254.199',NULL,NULL),(69686,'four_oh_four','2020-08-10 13:37:15','2020-08-10 18:37:15','5.157.23.34',NULL,NULL),(69687,'four_oh_four','2020-08-10 14:06:13','2020-08-10 19:06:13','184.154.139.20',NULL,NULL),(69688,'four_oh_four','2020-08-10 14:06:31','2020-08-10 19:06:31','184.154.139.20',NULL,NULL),(69689,'four_oh_four','2020-08-10 14:49:15','2020-08-10 19:49:15','23.254.36.107',NULL,NULL),(69690,'four_oh_four','2020-08-10 15:06:14','2020-08-10 20:06:14','114.119.163.5',NULL,NULL),(69691,'four_oh_four','2020-08-10 15:25:47','2020-08-10 20:25:47','157.55.39.127',NULL,NULL),(69692,'four_oh_four','2020-08-10 15:26:12','2020-08-10 20:26:12','114.119.164.137',NULL,NULL),(69693,'four_oh_four','2020-08-10 19:15:38','2020-08-11 00:15:38','114.119.162.92',NULL,NULL),(69694,'four_oh_four','2020-08-10 21:06:23','2020-08-11 02:06:23','3.94.137.21',NULL,NULL),(69695,'four_oh_four','2020-08-10 21:06:27','2020-08-11 02:06:27','3.94.137.21',NULL,NULL),(69696,'four_oh_four','2020-08-10 21:06:29','2020-08-11 02:06:29','3.94.137.21',NULL,NULL),(69697,'four_oh_four','2020-08-10 21:06:31','2020-08-11 02:06:31','3.94.137.21',NULL,NULL),(69698,'four_oh_four','2020-08-11 05:03:36','2020-08-11 10:03:36','114.119.161.39',NULL,NULL),(69699,'four_oh_four','2020-08-11 05:14:27','2020-08-11 10:14:27','114.119.167.73',NULL,NULL),(69700,'four_oh_four','2020-08-11 08:19:40','2020-08-11 13:19:40','47.90.42.101',NULL,NULL),(69701,'four_oh_four','2020-08-11 08:19:58','2020-08-11 13:19:58','47.90.42.101',NULL,NULL),(69702,'four_oh_four','2020-08-11 08:58:51','2020-08-11 13:58:51','14.186.29.25',NULL,NULL),(69703,'four_oh_four','2020-08-11 09:55:53','2020-08-11 14:55:53','114.119.167.159',NULL,NULL),(69704,'four_oh_four','2020-08-11 10:10:55','2020-08-11 15:10:55','179.43.156.126',NULL,NULL),(69705,'four_oh_four','2020-08-11 10:17:31','2020-08-11 15:17:31','51.68.11.223',NULL,NULL),(69706,'four_oh_four','2020-08-11 10:50:23','2020-08-11 15:50:23','69.171.251.12',NULL,NULL),(69707,'four_oh_four','2020-08-11 11:20:24','2020-08-11 16:20:24','62.210.80.66',NULL,NULL),(69708,'four_oh_four','2020-08-11 11:54:27','2020-08-11 16:54:27','114.119.162.92',NULL,NULL),(69709,'four_oh_four','2020-08-11 12:59:38','2020-08-11 17:59:38','85.13.146.99',NULL,NULL),(69710,'four_oh_four','2020-08-11 12:59:45','2020-08-11 17:59:45','85.13.146.99',NULL,NULL),(69711,'four_oh_four','2020-08-11 13:07:54','2020-08-11 18:07:54','40.77.167.176',NULL,NULL),(69712,'four_oh_four','2020-08-11 13:08:19','2020-08-11 18:08:19','68.66.224.56',NULL,NULL),(69713,'four_oh_four','2020-08-11 13:20:03','2020-08-11 18:20:03','136.144.153.79',NULL,NULL),(69714,'four_oh_four','2020-08-11 13:20:08','2020-08-11 18:20:08','136.144.153.79',NULL,NULL),(69715,'four_oh_four','2020-08-11 14:12:22','2020-08-11 19:12:22','184.154.139.19',NULL,NULL),(69716,'four_oh_four','2020-08-11 14:12:41','2020-08-11 19:12:41','184.154.139.19',NULL,NULL),(69717,'four_oh_four','2020-08-11 14:35:21','2020-08-11 19:35:21','185.177.155.80',NULL,NULL),(69718,'four_oh_four','2020-08-11 17:29:59','2020-08-11 22:29:59','91.208.99.2',NULL,NULL),(69719,'four_oh_four','2020-08-11 17:30:03','2020-08-11 22:30:03','91.208.99.2',NULL,NULL),(69720,'four_oh_four','2020-08-11 17:30:04','2020-08-11 22:30:04','91.208.99.2',NULL,NULL),(69721,'four_oh_four','2020-08-11 18:00:36','2020-08-11 23:00:36','51.254.71.214',NULL,NULL),(69722,'four_oh_four','2020-08-11 18:55:58','2020-08-11 23:55:58','75.119.213.215',NULL,NULL),(69723,'four_oh_four','2020-08-11 19:09:32','2020-08-12 00:09:32','52.201.182.91',NULL,NULL),(69724,'four_oh_four','2020-08-11 19:10:27','2020-08-12 00:10:27','52.201.182.91',NULL,NULL),(69725,'four_oh_four','2020-08-11 19:10:33','2020-08-12 00:10:33','52.201.182.91',NULL,NULL),(69726,'four_oh_four','2020-08-11 19:10:52','2020-08-12 00:10:52','52.201.182.91',NULL,NULL),(69727,'four_oh_four','2020-08-11 19:10:58','2020-08-12 00:10:58','52.201.182.91',NULL,NULL),(69728,'four_oh_four','2020-08-11 20:13:00','2020-08-12 01:13:00','77.27.194.37',NULL,NULL),(69729,'four_oh_four','2020-08-11 20:13:05','2020-08-12 01:13:05','77.27.194.37',NULL,NULL),(69730,'four_oh_four','2020-08-11 20:13:06','2020-08-12 01:13:06','77.27.194.37',NULL,NULL),(69731,'four_oh_four','2020-08-11 21:17:03','2020-08-12 02:17:03','52.201.182.91',NULL,NULL),(69732,'four_oh_four','2020-08-11 21:17:07','2020-08-12 02:17:07','52.201.182.91',NULL,NULL),(69733,'four_oh_four','2020-08-11 21:17:08','2020-08-12 02:17:08','3.94.137.21',NULL,NULL),(69734,'four_oh_four','2020-08-11 21:17:10','2020-08-12 02:17:10','3.94.137.21',NULL,NULL),(69735,'four_oh_four','2020-08-11 22:14:29','2020-08-12 03:14:29','114.119.167.73',NULL,NULL),(69736,'four_oh_four','2020-08-11 22:37:10','2020-08-12 03:37:10','118.31.120.31',NULL,NULL),(69737,'four_oh_four','2020-08-11 22:37:10','2020-08-12 03:37:10','118.31.120.31',NULL,NULL),(69738,'four_oh_four','2020-08-11 22:37:10','2020-08-12 03:37:10','118.31.120.31',NULL,NULL),(69739,'four_oh_four','2020-08-11 22:37:10','2020-08-12 03:37:10','118.31.120.31',NULL,NULL),(69740,'four_oh_four','2020-08-11 22:37:10','2020-08-12 03:37:10','118.31.120.31',NULL,NULL),(69741,'four_oh_four','2020-08-11 22:37:10','2020-08-12 03:37:10','118.31.120.31',NULL,NULL),(69742,'four_oh_four','2020-08-11 22:37:10','2020-08-12 03:37:10','118.31.120.31',NULL,NULL),(69743,'four_oh_four','2020-08-11 22:37:11','2020-08-12 03:37:11','118.31.120.31',NULL,NULL),(69744,'four_oh_four','2020-08-11 22:37:13','2020-08-12 03:37:13','118.31.120.31',NULL,NULL),(69745,'four_oh_four','2020-08-11 22:37:13','2020-08-12 03:37:13','118.31.120.31',NULL,NULL),(69746,'four_oh_four','2020-08-12 01:09:47','2020-08-12 06:09:47','207.46.13.108',NULL,NULL),(69747,'four_oh_four','2020-08-12 02:36:07','2020-08-12 07:36:07','131.153.37.2',NULL,NULL),(69748,'four_oh_four','2020-08-12 02:45:41','2020-08-12 07:45:41','185.43.223.253',NULL,NULL),(69749,'four_oh_four','2020-08-12 02:45:58','2020-08-12 07:45:58','185.43.223.253',NULL,NULL),(69750,'four_oh_four','2020-08-12 02:47:08','2020-08-12 07:47:08','149.255.62.97',NULL,NULL),(69751,'four_oh_four','2020-08-12 03:02:19','2020-08-12 08:02:19','185.177.155.80',NULL,NULL),(69752,'four_oh_four','2020-08-12 03:18:27','2020-08-12 08:18:27','94.198.51.223',NULL,NULL),(69753,'four_oh_four','2020-08-12 05:03:37','2020-08-12 10:03:37','17.58.102.51',NULL,NULL),(69754,'four_oh_four','2020-08-12 05:44:34','2020-08-12 10:44:34','114.119.162.92',NULL,NULL),(69755,'four_oh_four','2020-08-12 07:39:18','2020-08-12 12:39:18','157.55.39.253',NULL,NULL),(69756,'four_oh_four','2020-08-12 07:55:45','2020-08-12 12:55:45','114.119.167.73',NULL,NULL),(69757,'four_oh_four','2020-08-12 08:36:11','2020-08-12 13:36:11','85.214.231.163',NULL,NULL),(69758,'four_oh_four','2020-08-12 09:59:06','2020-08-12 14:59:06','66.249.65.156',NULL,NULL),(69759,'four_oh_four','2020-08-12 11:34:13','2020-08-12 16:34:13','83.220.171.14',NULL,NULL),(69760,'four_oh_four','2020-08-12 11:34:16','2020-08-12 16:34:16','83.220.171.14',NULL,NULL),(69761,'four_oh_four','2020-08-12 12:14:21','2020-08-12 17:14:21','43.225.44.190',NULL,NULL),(69762,'four_oh_four','2020-08-12 12:27:17','2020-08-12 17:27:17','154.94.92.18',NULL,NULL),(69763,'four_oh_four','2020-08-12 13:08:53','2020-08-12 18:08:53','173.249.16.123',NULL,NULL),(69764,'four_oh_four','2020-08-12 13:09:02','2020-08-12 18:09:02','173.249.16.123',NULL,NULL),(69765,'four_oh_four','2020-08-12 13:41:11','2020-08-12 18:41:11','114.119.162.92',NULL,NULL),(69766,'four_oh_four','2020-08-12 14:01:25','2020-08-12 19:01:25','184.154.139.21',NULL,NULL),(69767,'four_oh_four','2020-08-12 14:07:19','2020-08-12 19:07:19','207.46.13.108',NULL,NULL),(69768,'four_oh_four','2020-08-12 14:31:43','2020-08-12 19:31:43','47.240.32.191',NULL,NULL),(69769,'four_oh_four','2020-08-12 15:19:45','2020-08-12 20:19:45','114.119.161.39',NULL,NULL),(69770,'four_oh_four','2020-08-12 17:08:24','2020-08-12 22:08:24','13.88.12.83',NULL,NULL),(69771,'four_oh_four','2020-08-12 18:12:38','2020-08-12 23:12:38','134.249.214.5',NULL,NULL),(69772,'four_oh_four','2020-08-12 18:36:48','2020-08-12 23:36:48','114.119.167.73',NULL,NULL),(69773,'four_oh_four','2020-08-12 19:53:07','2020-08-13 00:53:07','104.248.152.115',NULL,NULL),(69774,'four_oh_four','2020-08-12 19:53:12','2020-08-13 00:53:12','104.248.152.115',NULL,NULL),(69775,'four_oh_four','2020-08-12 20:44:24','2020-08-13 01:44:24','176.58.61.49',NULL,NULL),(69776,'four_oh_four','2020-08-12 20:47:49','2020-08-13 01:47:49','207.46.13.108',NULL,NULL),(69777,'four_oh_four','2020-08-12 20:51:54','2020-08-13 01:51:54','114.119.167.159',NULL,NULL),(69778,'four_oh_four','2020-08-12 21:30:53','2020-08-13 02:30:53','52.201.182.91',NULL,NULL),(69779,'four_oh_four','2020-08-12 21:30:56','2020-08-13 02:30:56','52.201.182.91',NULL,NULL),(69780,'four_oh_four','2020-08-12 21:31:00','2020-08-13 02:31:00','52.201.182.91',NULL,NULL),(69781,'four_oh_four','2020-08-12 21:31:03','2020-08-13 02:31:03','52.201.182.91',NULL,NULL),(69782,'four_oh_four','2020-08-12 21:34:09','2020-08-13 02:34:09','207.46.13.67',NULL,NULL),(69783,'four_oh_four','2020-08-12 21:43:45','2020-08-13 02:43:45','114.119.161.39',NULL,NULL),(69784,'four_oh_four','2020-08-12 22:18:54','2020-08-13 03:18:54','5.248.254.199',NULL,NULL),(69785,'four_oh_four','2020-08-12 22:18:56','2020-08-13 03:18:56','5.248.254.199',NULL,NULL),(69786,'four_oh_four','2020-08-12 22:18:57','2020-08-13 03:18:57','5.248.254.199',NULL,NULL),(69787,'four_oh_four','2020-08-13 01:35:58','2020-08-13 06:35:58','157.7.44.144',NULL,NULL),(69788,'four_oh_four','2020-08-13 01:53:59','2020-08-13 06:53:59','185.182.56.177',NULL,NULL),(69789,'four_oh_four','2020-08-13 01:54:04','2020-08-13 06:54:04','185.182.56.177',NULL,NULL),(69790,'four_oh_four','2020-08-13 01:57:49','2020-08-13 06:57:49','209.126.127.112',NULL,NULL),(69791,'four_oh_four','2020-08-13 01:58:06','2020-08-13 06:58:06','209.126.127.112',NULL,NULL),(69792,'four_oh_four','2020-08-13 01:58:16','2020-08-13 06:58:16','209.126.127.112',NULL,NULL),(69793,'four_oh_four','2020-08-13 02:20:38','2020-08-13 07:20:38','162.241.244.49',NULL,NULL),(69794,'four_oh_four','2020-08-13 04:02:41','2020-08-13 09:02:41','114.119.163.5',NULL,NULL),(69795,'four_oh_four','2020-08-13 04:37:12','2020-08-13 09:37:12','114.119.167.159',NULL,NULL),(69796,'four_oh_four','2020-08-13 04:45:26','2020-08-13 09:45:26','103.74.122.145',NULL,NULL),(69797,'four_oh_four','2020-08-13 07:00:31','2020-08-13 12:00:31','89.46.108.202',NULL,NULL),(69798,'four_oh_four','2020-08-13 07:21:47','2020-08-13 12:21:47','154.56.135.135',NULL,NULL),(69799,'four_oh_four','2020-08-13 08:11:58','2020-08-13 13:11:58','93.85.136.6',NULL,NULL),(69800,'four_oh_four','2020-08-13 14:07:55','2020-08-13 19:07:55','184.154.139.21',NULL,NULL),(69801,'four_oh_four','2020-08-13 15:15:46','2020-08-13 20:15:46','5.133.11.117',NULL,NULL),(69802,'four_oh_four','2020-08-13 16:27:17','2020-08-13 21:27:17','46.187.22.208',NULL,NULL),(69803,'four_oh_four','2020-08-13 16:29:34','2020-08-13 21:29:34','114.119.164.13',NULL,NULL),(69804,'four_oh_four','2020-08-13 17:46:56','2020-08-13 22:46:56','114.119.167.73',NULL,NULL),(69805,'four_oh_four','2020-08-13 19:00:13','2020-08-14 00:00:13','95.27.49.51',NULL,NULL),(69806,'four_oh_four','2020-08-13 19:53:38','2020-08-14 00:53:38','119.29.3.118',NULL,NULL),(69807,'four_oh_four','2020-08-13 21:03:23','2020-08-14 02:03:23','185.255.96.99',NULL,NULL),(69808,'four_oh_four','2020-08-13 21:35:46','2020-08-14 02:35:46','3.94.137.21',NULL,NULL),(69809,'four_oh_four','2020-08-13 21:35:51','2020-08-14 02:35:51','3.94.137.21',NULL,NULL),(69810,'four_oh_four','2020-08-13 21:35:53','2020-08-14 02:35:53','3.94.137.21',NULL,NULL),(69811,'four_oh_four','2020-08-13 21:35:54','2020-08-14 02:35:54','3.94.137.21',NULL,NULL),(69812,'four_oh_four','2020-08-14 00:45:01','2020-08-14 05:45:01','114.119.163.5',NULL,NULL),(69813,'four_oh_four','2020-08-14 02:55:51','2020-08-14 07:55:51','5.188.210.20',NULL,NULL),(69814,'four_oh_four','2020-08-14 03:57:31','2020-08-14 08:57:31','46.235.42.114',NULL,NULL),(69815,'four_oh_four','2020-08-14 04:40:37','2020-08-14 09:40:37','157.55.39.242',NULL,NULL),(69816,'four_oh_four','2020-08-14 06:11:07','2020-08-14 11:11:07','178.62.25.198',NULL,NULL),(69817,'four_oh_four','2020-08-14 06:16:32','2020-08-14 11:16:32','114.119.161.39',NULL,NULL),(69818,'four_oh_four','2020-08-14 07:31:04','2020-08-14 12:31:04','66.249.65.86',NULL,NULL),(69819,'four_oh_four','2020-08-14 09:49:26','2020-08-14 14:49:26','91.211.195.27',NULL,NULL),(69820,'four_oh_four','2020-08-14 09:51:04','2020-08-14 14:51:04','2.92.250.167',NULL,NULL),(69821,'four_oh_four','2020-08-14 10:04:00','2020-08-14 15:04:00','40.77.167.87',NULL,NULL),(69822,'four_oh_four','2020-08-14 10:07:02','2020-08-14 15:07:02','114.119.162.92',NULL,NULL),(69823,'four_oh_four','2020-08-14 10:15:21','2020-08-14 15:15:21','69.171.251.6',NULL,NULL),(69824,'four_oh_four','2020-08-14 13:15:53','2020-08-14 18:15:53','77.27.194.37',NULL,NULL),(69825,'four_oh_four','2020-08-14 13:47:51','2020-08-14 18:47:51','114.119.161.39',NULL,NULL),(69826,'four_oh_four','2020-08-14 13:48:18','2020-08-14 18:48:18','207.46.13.106',NULL,NULL),(69827,'four_oh_four','2020-08-14 14:02:28','2020-08-14 19:02:28','184.154.139.20',NULL,NULL),(69828,'four_oh_four','2020-08-14 14:09:43','2020-08-14 19:09:43','17.58.102.51',NULL,NULL),(69829,'four_oh_four','2020-08-14 14:58:45','2020-08-14 19:58:45','193.202.110.26',NULL,NULL),(69830,'four_oh_four','2020-08-14 15:41:01','2020-08-14 20:41:01','66.249.65.82',NULL,NULL),(69831,'four_oh_four','2020-08-14 16:36:20','2020-08-14 21:36:20','37.97.172.168',NULL,NULL),(69832,'four_oh_four','2020-08-14 16:36:52','2020-08-14 21:36:52','37.97.172.168',NULL,NULL),(69833,'four_oh_four','2020-08-14 16:36:58','2020-08-14 21:36:58','37.97.172.168',NULL,NULL),(69834,'brute_force','2020-08-14 16:47:47','2020-08-14 21:47:47','46.19.218.170',NULL,NULL),(69835,'brute_force','2020-08-14 16:47:47','2020-08-14 21:47:47',NULL,NULL,'admin'),(69836,'four_oh_four','2020-08-14 17:31:50','2020-08-14 22:31:50','114.119.161.39',NULL,NULL),(69837,'four_oh_four','2020-08-14 17:50:37','2020-08-14 22:50:37','157.55.39.57',NULL,NULL),(69838,'four_oh_four','2020-08-14 20:21:11','2020-08-15 01:21:11','114.119.162.150',NULL,NULL),(69839,'four_oh_four','2020-08-14 21:41:12','2020-08-15 02:41:12','52.201.182.91',NULL,NULL),(69840,'four_oh_four','2020-08-14 21:41:16','2020-08-15 02:41:16','52.201.182.91',NULL,NULL),(69841,'four_oh_four','2020-08-14 21:41:19','2020-08-15 02:41:19','52.201.182.91',NULL,NULL),(69842,'four_oh_four','2020-08-14 21:41:21','2020-08-15 02:41:21','52.201.182.91',NULL,NULL),(69843,'four_oh_four','2020-08-14 22:36:38','2020-08-15 03:36:38','18.183.196.173',NULL,NULL),(69844,'four_oh_four','2020-08-14 23:16:08','2020-08-15 04:16:08','40.77.167.28',NULL,NULL),(69845,'four_oh_four','2020-08-15 00:29:40','2020-08-15 05:29:40','159.224.255.154',NULL,NULL),(69846,'four_oh_four','2020-08-15 04:39:37','2020-08-15 09:39:37','114.119.164.13',NULL,NULL),(69847,'four_oh_four','2020-08-15 10:05:23','2020-08-15 15:05:23','85.239.35.123',NULL,NULL),(69848,'four_oh_four','2020-08-15 10:12:35','2020-08-15 15:12:35','114.119.163.5',NULL,NULL),(69849,'four_oh_four','2020-08-15 10:23:11','2020-08-15 15:23:11','178.159.107.228',NULL,NULL),(69850,'four_oh_four','2020-08-15 10:23:26','2020-08-15 15:23:26','178.159.107.228',NULL,NULL),(69851,'four_oh_four','2020-08-15 11:58:54','2020-08-15 16:58:54','114.119.164.13',NULL,NULL),(69852,'four_oh_four','2020-08-15 12:12:35','2020-08-15 17:12:35','162.241.148.13',NULL,NULL),(69853,'four_oh_four','2020-08-15 12:43:51','2020-08-15 17:43:51','40.77.167.235',NULL,NULL),(69854,'four_oh_four','2020-08-15 12:52:14','2020-08-15 17:52:14','37.115.220.118',NULL,NULL),(69855,'four_oh_four','2020-08-15 13:44:58','2020-08-15 18:44:58','40.77.167.135',NULL,NULL),(69856,'four_oh_four','2020-08-15 14:04:15','2020-08-15 19:04:15','184.154.139.17',NULL,NULL),(69857,'four_oh_four','2020-08-15 16:02:01','2020-08-15 21:02:01','157.55.39.65',NULL,NULL),(69858,'four_oh_four','2020-08-15 16:56:36','2020-08-15 21:56:36','207.46.13.93',NULL,NULL),(69859,'four_oh_four','2020-08-15 17:07:06','2020-08-15 22:07:06','114.119.164.13',NULL,NULL),(69860,'four_oh_four','2020-08-15 18:11:03','2020-08-15 23:11:03','114.119.167.159',NULL,NULL),(69861,'four_oh_four','2020-08-15 18:23:33','2020-08-15 23:23:33','207.46.13.182',NULL,NULL),(69862,'four_oh_four','2020-08-15 20:52:25','2020-08-16 01:52:25','114.119.167.159',NULL,NULL),(69863,'four_oh_four','2020-08-15 21:03:01','2020-08-16 02:03:01','114.119.167.73',NULL,NULL),(69864,'four_oh_four','2020-08-15 21:08:21','2020-08-16 02:08:21','114.119.164.137',NULL,NULL),(69865,'four_oh_four','2020-08-15 21:14:56','2020-08-16 02:14:56','93.158.66.46',NULL,NULL),(69866,'four_oh_four','2020-08-15 21:14:57','2020-08-16 02:14:57','93.158.66.44',NULL,NULL),(69867,'four_oh_four','2020-08-15 21:14:59','2020-08-16 02:14:59','93.158.66.44',NULL,NULL),(69868,'four_oh_four','2020-08-15 21:14:59','2020-08-16 02:14:59','93.158.66.46',NULL,NULL),(69869,'four_oh_four','2020-08-15 21:15:00','2020-08-16 02:15:00','93.158.66.47',NULL,NULL),(69870,'four_oh_four','2020-08-15 21:15:00','2020-08-16 02:15:00','93.158.66.45',NULL,NULL),(69871,'four_oh_four','2020-08-15 21:15:02','2020-08-16 02:15:02','93.158.66.44',NULL,NULL),(69872,'four_oh_four','2020-08-15 21:15:03','2020-08-16 02:15:03','93.158.66.44',NULL,NULL),(69873,'four_oh_four','2020-08-15 21:15:03','2020-08-16 02:15:03','93.158.66.47',NULL,NULL),(69874,'four_oh_four','2020-08-15 21:15:04','2020-08-16 02:15:04','93.158.66.48',NULL,NULL),(69875,'four_oh_four','2020-08-15 21:15:06','2020-08-16 02:15:06','93.158.66.45',NULL,NULL),(69876,'four_oh_four','2020-08-15 21:15:09','2020-08-16 02:15:09','93.158.66.48',NULL,NULL),(69877,'four_oh_four','2020-08-15 21:32:01','2020-08-16 02:32:01','114.119.164.137',NULL,NULL),(69878,'four_oh_four','2020-08-15 21:46:41','2020-08-16 02:46:41','52.201.182.91',NULL,NULL),(69879,'four_oh_four','2020-08-15 21:46:43','2020-08-16 02:46:43','52.201.182.91',NULL,NULL),(69880,'four_oh_four','2020-08-15 22:45:31','2020-08-16 03:45:31','114.119.162.252',NULL,NULL),(69881,'four_oh_four','2020-08-16 00:02:25','2020-08-16 05:02:25','114.119.162.150',NULL,NULL),(69882,'four_oh_four','2020-08-16 00:35:31','2020-08-16 05:35:31','54.194.91.98',NULL,NULL),(69883,'four_oh_four','2020-08-16 01:01:09','2020-08-16 06:01:09','18.159.135.244',NULL,NULL),(69884,'four_oh_four','2020-08-16 01:46:19','2020-08-16 06:46:19','114.119.162.92',NULL,NULL),(69885,'four_oh_four','2020-08-16 02:45:59','2020-08-16 07:45:59','114.119.163.5',NULL,NULL),(69886,'four_oh_four','2020-08-16 03:32:33','2020-08-16 08:32:33','138.197.11.87',NULL,NULL),(69887,'four_oh_four','2020-08-16 03:42:41','2020-08-16 08:42:41','31.173.25.92',NULL,NULL),(69888,'four_oh_four','2020-08-16 05:39:11','2020-08-16 10:39:11','118.190.54.205',NULL,NULL),(69889,'four_oh_four','2020-08-16 05:46:55','2020-08-16 10:46:55','114.119.164.137',NULL,NULL),(69890,'four_oh_four','2020-08-16 08:31:53','2020-08-16 13:31:53','40.77.167.165',NULL,NULL),(69891,'four_oh_four','2020-08-16 09:24:11','2020-08-16 14:24:11','66.249.65.87',NULL,NULL),(69892,'four_oh_four','2020-08-16 11:28:56','2020-08-16 16:28:56','178.172.147.237',NULL,NULL),(69893,'brute_force','2020-08-16 12:44:52','2020-08-16 17:44:52','37.140.192.192',NULL,NULL),(69894,'brute_force','2020-08-16 12:44:52','2020-08-16 17:44:52',NULL,NULL,'admin'),(69895,'four_oh_four','2020-08-16 14:04:58','2020-08-16 19:04:58','184.154.139.19',NULL,NULL),(69896,'four_oh_four','2020-08-16 16:01:35','2020-08-16 21:01:35','114.119.167.73',NULL,NULL),(69897,'four_oh_four','2020-08-16 16:42:00','2020-08-16 21:42:00','207.46.13.123',NULL,NULL),(69898,'four_oh_four','2020-08-16 18:32:44','2020-08-16 23:32:44','114.119.162.252',NULL,NULL),(69899,'four_oh_four','2020-08-16 21:08:46','2020-08-17 02:08:46','5.102.173.71',NULL,NULL),(69900,'four_oh_four','2020-08-16 21:17:10','2020-08-17 02:17:10','40.77.167.142',NULL,NULL),(69901,'four_oh_four','2020-08-16 21:24:24','2020-08-17 02:24:24','46.187.22.208',NULL,NULL),(69902,'four_oh_four','2020-08-16 21:36:35','2020-08-17 02:36:35','114.119.167.159',NULL,NULL),(69903,'four_oh_four','2020-08-16 22:11:02','2020-08-17 03:11:02','52.201.182.91',NULL,NULL),(69904,'four_oh_four','2020-08-16 22:11:06','2020-08-17 03:11:06','52.201.182.91',NULL,NULL),(69905,'four_oh_four','2020-08-16 22:11:17','2020-08-17 03:11:17','3.94.137.21',NULL,NULL),(69906,'four_oh_four','2020-08-16 22:11:20','2020-08-17 03:11:20','3.94.137.21',NULL,NULL),(69907,'four_oh_four','2020-08-16 22:58:53','2020-08-17 03:58:53','82.208.112.255',NULL,NULL),(69908,'four_oh_four','2020-08-16 23:59:14','2020-08-17 04:59:14','207.46.13.17',NULL,NULL),(69909,'four_oh_four','2020-08-17 01:24:58','2020-08-17 06:24:58','114.119.163.5',NULL,NULL),(69910,'four_oh_four','2020-08-17 01:56:30','2020-08-17 06:56:30','107.170.143.77',NULL,NULL),(69911,'four_oh_four','2020-08-17 02:54:49','2020-08-17 07:54:49','88.198.90.9',NULL,NULL),(69912,'four_oh_four','2020-08-17 03:16:24','2020-08-17 08:16:24','88.198.90.9',NULL,NULL),(69913,'four_oh_four','2020-08-17 03:37:25','2020-08-17 08:37:25','114.119.167.73',NULL,NULL),(69914,'four_oh_four','2020-08-17 04:53:40','2020-08-17 09:53:40','46.187.22.208',NULL,NULL),(69915,'four_oh_four','2020-08-17 04:59:19','2020-08-17 09:59:19','178.17.172.242',NULL,NULL),(69916,'four_oh_four','2020-08-17 05:47:51','2020-08-17 10:47:51','5.248.254.199',NULL,NULL),(69917,'four_oh_four','2020-08-17 05:47:52','2020-08-17 10:47:52','5.248.254.199',NULL,NULL),(69918,'four_oh_four','2020-08-17 05:47:54','2020-08-17 10:47:54','5.248.254.199',NULL,NULL),(69919,'four_oh_four','2020-08-17 06:22:44','2020-08-17 11:22:44','91.205.168.46',NULL,NULL),(69920,'four_oh_four','2020-08-17 06:53:45','2020-08-17 11:53:45','77.246.191.159',NULL,NULL),(69921,'four_oh_four','2020-08-17 07:20:50','2020-08-17 12:20:50','5.165.243.72',NULL,NULL),(69922,'four_oh_four','2020-08-17 08:09:35','2020-08-17 13:09:35','114.119.167.73',NULL,NULL),(69923,'four_oh_four','2020-08-17 08:28:51','2020-08-17 13:28:51','114.119.161.39',NULL,NULL),(69924,'four_oh_four','2020-08-17 09:49:45','2020-08-17 14:49:45','114.119.160.176',NULL,NULL),(69925,'four_oh_four','2020-08-17 11:06:31','2020-08-17 16:06:31','46.187.22.208',NULL,NULL),(69926,'four_oh_four','2020-08-17 11:25:49','2020-08-17 16:25:49','157.55.39.216',NULL,NULL),(69927,'four_oh_four','2020-08-17 14:05:02','2020-08-17 19:05:02','184.154.139.3',NULL,NULL),(69928,'four_oh_four','2020-08-17 21:27:55','2020-08-18 02:27:55','162.243.29.24',NULL,NULL),(69929,'four_oh_four','2020-08-17 21:46:55','2020-08-18 02:46:55','114.119.160.176',NULL,NULL),(69930,'brute_force','2020-08-17 21:50:46','2020-08-18 02:50:46','198.57.247.224',NULL,NULL),(69931,'brute_force','2020-08-17 21:50:46','2020-08-18 02:50:46',NULL,NULL,'admin'),(69932,'four_oh_four','2020-08-17 22:24:11','2020-08-18 03:24:11','157.55.39.192',NULL,NULL),(69933,'four_oh_four','2020-08-17 22:42:43','2020-08-18 03:42:43','114.119.162.252',NULL,NULL),(69934,'four_oh_four','2020-08-17 22:45:52','2020-08-18 03:45:52','3.94.137.21',NULL,NULL),(69935,'four_oh_four','2020-08-17 22:45:55','2020-08-18 03:45:55','3.94.137.21',NULL,NULL),(69936,'four_oh_four','2020-08-17 22:45:58','2020-08-18 03:45:58','3.94.137.21',NULL,NULL),(69937,'four_oh_four','2020-08-17 22:45:59','2020-08-18 03:45:59','3.94.137.21',NULL,NULL),(69938,'four_oh_four','2020-08-17 23:40:03','2020-08-18 04:40:03','199.66.201.19',NULL,NULL),(69939,'four_oh_four','2020-08-17 23:40:03','2020-08-18 04:40:03','199.66.201.19',NULL,NULL),(69940,'four_oh_four','2020-08-18 00:07:19','2020-08-18 05:07:19','114.119.161.39',NULL,NULL),(69941,'four_oh_four','2020-08-18 00:30:06','2020-08-18 05:30:06','46.187.22.208',NULL,NULL),(69942,'four_oh_four','2020-08-18 00:51:47','2020-08-18 05:51:47','188.162.65.177',NULL,NULL),(69943,'four_oh_four','2020-08-18 03:06:43','2020-08-18 08:06:43','114.119.162.150',NULL,NULL),(69944,'four_oh_four','2020-08-18 03:38:36','2020-08-18 08:38:36','195.234.109.62',NULL,NULL),(69945,'four_oh_four','2020-08-18 03:54:27','2020-08-18 08:54:27','157.55.39.194',NULL,NULL),(69946,'four_oh_four','2020-08-18 04:02:49','2020-08-18 09:02:49','114.119.162.252',NULL,NULL),(69947,'four_oh_four','2020-08-18 04:09:53','2020-08-18 09:09:53','114.119.163.5',NULL,NULL),(69948,'four_oh_four','2020-08-18 04:44:10','2020-08-18 09:44:10','114.119.164.137',NULL,NULL),(69949,'four_oh_four','2020-08-18 05:16:47','2020-08-18 10:16:47','114.119.164.137',NULL,NULL),(69950,'four_oh_four','2020-08-18 05:47:52','2020-08-18 10:47:52','114.119.160.176',NULL,NULL),(69951,'four_oh_four','2020-08-18 06:09:08','2020-08-18 11:09:08','54.229.250.45',NULL,NULL),(69952,'four_oh_four','2020-08-18 06:57:24','2020-08-18 11:57:24','157.55.39.70',NULL,NULL),(69953,'four_oh_four','2020-08-18 09:29:00','2020-08-18 14:29:00','39.101.170.97',NULL,NULL),(69954,'four_oh_four','2020-08-18 10:04:45','2020-08-18 15:04:45','178.171.66.184',NULL,NULL),(69955,'four_oh_four','2020-08-18 13:53:48','2020-08-18 18:53:48','100.16.120.152',NULL,NULL),(69956,'four_oh_four','2020-08-18 13:54:38','2020-08-18 18:54:38','40.77.167.28',NULL,NULL),(69957,'four_oh_four','2020-08-18 14:06:13','2020-08-18 19:06:13','185.89.108.230',NULL,NULL),(69958,'four_oh_four','2020-08-18 14:09:43','2020-08-18 19:09:43','184.154.139.21',NULL,NULL),(69959,'four_oh_four','2020-08-18 14:09:47','2020-08-18 19:09:47','114.119.163.5',NULL,NULL),(69960,'four_oh_four','2020-08-18 14:10:03','2020-08-18 19:10:03','184.154.139.21',NULL,NULL),(69961,'four_oh_four','2020-08-18 14:22:43','2020-08-18 19:22:43','114.119.163.5',NULL,NULL),(69962,'four_oh_four','2020-08-18 18:10:28','2020-08-18 23:10:28','114.119.163.5',NULL,NULL),(69963,'four_oh_four','2020-08-18 18:43:55','2020-08-18 23:43:55','3.136.233.3',NULL,NULL),(69964,'four_oh_four','2020-08-18 19:07:08','2020-08-19 00:07:08','207.46.13.133',NULL,NULL),(69965,'four_oh_four','2020-08-18 19:18:18','2020-08-19 00:18:18','46.187.22.208',NULL,NULL),(69966,'four_oh_four','2020-08-18 19:19:07','2020-08-19 00:19:07','52.201.182.91',NULL,NULL),(69967,'four_oh_four','2020-08-18 19:19:42','2020-08-19 00:19:42','52.201.182.91',NULL,NULL),(69968,'four_oh_four','2020-08-18 19:21:17','2020-08-19 00:21:17','52.201.182.91',NULL,NULL),(69969,'four_oh_four','2020-08-18 19:21:36','2020-08-19 00:21:36','52.201.182.91',NULL,NULL),(69970,'four_oh_four','2020-08-18 19:21:51','2020-08-19 00:21:51','52.201.182.91',NULL,NULL),(69971,'four_oh_four','2020-08-18 19:21:58','2020-08-19 00:21:58','52.201.182.91',NULL,NULL),(69972,'four_oh_four','2020-08-18 19:39:35','2020-08-19 00:39:35','114.119.167.73',NULL,NULL),(69973,'four_oh_four','2020-08-18 20:39:33','2020-08-19 01:39:33','114.119.163.5',NULL,NULL),(69974,'four_oh_four','2020-08-18 20:54:26','2020-08-19 01:54:26','178.122.198.220',NULL,NULL),(69975,'four_oh_four','2020-08-18 21:44:22','2020-08-19 02:44:22','114.119.163.5',NULL,NULL),(69976,'four_oh_four','2020-08-18 22:44:54','2020-08-19 03:44:54','114.119.161.39',NULL,NULL),(69977,'four_oh_four','2020-08-18 23:29:12','2020-08-19 04:29:12','52.201.182.91',NULL,NULL),(69978,'four_oh_four','2020-08-18 23:29:21','2020-08-19 04:29:21','52.201.182.91',NULL,NULL),(69979,'four_oh_four','2020-08-18 23:29:22','2020-08-19 04:29:22','52.201.182.91',NULL,NULL),(69980,'four_oh_four','2020-08-18 23:29:24','2020-08-19 04:29:24','52.201.182.91',NULL,NULL),(69981,'four_oh_four','2020-08-19 00:03:53','2020-08-19 05:03:53','5.188.210.18',NULL,NULL),(69982,'four_oh_four','2020-08-19 01:07:11','2020-08-19 06:07:11','114.119.164.13',NULL,NULL),(69983,'four_oh_four','2020-08-19 02:17:02','2020-08-19 07:17:02','135.181.5.103',NULL,NULL),(69984,'four_oh_four','2020-08-19 04:43:24','2020-08-19 09:43:24','5.248.254.199',NULL,NULL),(69985,'four_oh_four','2020-08-19 04:43:26','2020-08-19 09:43:26','5.248.254.199',NULL,NULL),(69986,'four_oh_four','2020-08-19 04:43:27','2020-08-19 09:43:27','5.248.254.199',NULL,NULL),(69987,'four_oh_four','2020-08-19 05:47:25','2020-08-19 10:47:25','78.138.98.90',NULL,NULL),(69988,'four_oh_four','2020-08-19 05:49:44','2020-08-19 10:49:44','114.119.167.159',NULL,NULL),(69989,'four_oh_four','2020-08-19 05:55:46','2020-08-19 10:55:46','114.119.162.252',NULL,NULL),(69990,'four_oh_four','2020-08-19 06:16:57','2020-08-19 11:16:57','40.77.167.100',NULL,NULL),(69991,'four_oh_four','2020-08-19 07:59:40','2020-08-19 12:59:40','162.241.253.18',NULL,NULL),(69992,'four_oh_four','2020-08-19 10:37:31','2020-08-19 15:37:31','114.119.162.252',NULL,NULL),(69993,'four_oh_four','2020-08-19 10:38:24','2020-08-19 15:38:24','46.161.20.127',NULL,NULL),(69994,'four_oh_four','2020-08-19 12:12:59','2020-08-19 17:12:59','66.249.65.84',NULL,NULL),(69995,'four_oh_four','2020-08-19 14:02:13','2020-08-19 19:02:13','184.154.139.18',NULL,NULL),(69996,'four_oh_four','2020-08-19 14:02:25','2020-08-19 19:02:25','184.154.139.18',NULL,NULL),(69997,'four_oh_four','2020-08-19 14:13:47','2020-08-19 19:13:47','207.46.13.82',NULL,NULL),(69998,'four_oh_four','2020-08-19 16:12:04','2020-08-19 21:12:04','114.119.162.150',NULL,NULL),(69999,'four_oh_four','2020-08-19 16:25:08','2020-08-19 21:25:08','207.46.13.134',NULL,NULL),(70000,'four_oh_four','2020-08-19 16:32:40','2020-08-19 21:32:40','5.188.84.251',NULL,NULL),(70001,'four_oh_four','2020-08-19 17:15:06','2020-08-19 22:15:06','66.249.65.83',NULL,NULL),(70002,'four_oh_four','2020-08-19 17:33:55','2020-08-19 22:33:55','39.101.67.145',NULL,NULL),(70003,'four_oh_four','2020-08-19 18:38:25','2020-08-19 23:38:25','207.46.13.108',NULL,NULL),(70004,'four_oh_four','2020-08-19 23:19:55','2020-08-20 04:19:55','68.33.70.9',NULL,NULL),(70005,'four_oh_four','2020-08-19 23:22:58','2020-08-20 04:22:58','85.209.89.243',NULL,NULL),(70006,'four_oh_four','2020-08-19 23:33:41','2020-08-20 04:33:41','161.97.90.48',NULL,NULL),(70007,'four_oh_four','2020-08-20 00:10:45','2020-08-20 05:10:45','40.77.167.39',NULL,NULL),(70008,'four_oh_four','2020-08-20 00:55:25','2020-08-20 05:55:25','114.119.167.73',NULL,NULL),(70009,'four_oh_four','2020-08-20 01:28:22','2020-08-20 06:28:22','37.115.216.98',NULL,NULL),(70010,'four_oh_four','2020-08-20 02:17:01','2020-08-20 07:17:01','78.46.94.83',NULL,NULL),(70011,'four_oh_four','2020-08-20 04:25:05','2020-08-20 09:25:05','85.174.195.183',NULL,NULL),(70012,'four_oh_four','2020-08-20 04:57:15','2020-08-20 09:57:15','178.159.37.167',NULL,NULL),(70013,'four_oh_four','2020-08-20 05:28:02','2020-08-20 10:28:02','159.69.117.168',NULL,NULL),(70014,'four_oh_four','2020-08-20 07:02:49','2020-08-20 12:02:49','114.119.164.137',NULL,NULL),(70015,'four_oh_four','2020-08-20 07:22:56','2020-08-20 12:22:56','213.159.214.128',NULL,NULL),(70016,'four_oh_four','2020-08-20 07:49:44','2020-08-20 12:49:44','5.188.84.59',NULL,NULL),(70017,'four_oh_four','2020-08-20 08:03:07','2020-08-20 13:03:07','91.208.99.2',NULL,NULL),(70018,'four_oh_four','2020-08-20 08:56:58','2020-08-20 13:56:58','114.119.163.5',NULL,NULL),(70019,'four_oh_four','2020-08-20 09:17:45','2020-08-20 14:17:45','45.32.127.11',NULL,NULL),(70020,'four_oh_four','2020-08-20 09:45:42','2020-08-20 14:45:42','114.119.160.176',NULL,NULL),(70021,'four_oh_four','2020-08-20 09:46:32','2020-08-20 14:46:32','40.77.167.116',NULL,NULL),(70022,'four_oh_four','2020-08-20 12:23:51','2020-08-20 17:23:51','39.101.67.145',NULL,NULL),(70023,'four_oh_four','2020-08-20 12:46:49','2020-08-20 17:46:49','207.46.13.53',NULL,NULL),(70024,'four_oh_four','2020-08-20 13:00:11','2020-08-20 18:00:11','66.249.65.82',NULL,NULL),(70025,'four_oh_four','2020-08-20 14:10:18','2020-08-20 19:10:18','184.154.139.20',NULL,NULL),(70026,'four_oh_four','2020-08-20 14:10:31','2020-08-20 19:10:31','184.154.139.20',NULL,NULL),(70027,'four_oh_four','2020-08-20 14:50:03','2020-08-20 19:50:03','114.119.167.159',NULL,NULL),(70028,'four_oh_four','2020-08-20 15:38:41','2020-08-20 20:38:41','114.119.167.73',NULL,NULL),(70029,'four_oh_four','2020-08-20 15:53:44','2020-08-20 20:53:44','188.122.82.146',NULL,NULL),(70030,'four_oh_four','2020-08-20 16:49:35','2020-08-20 21:49:35','207.46.13.156',NULL,NULL),(70031,'four_oh_four','2020-08-20 18:27:22','2020-08-20 23:27:22','5.248.254.199',NULL,NULL),(70032,'four_oh_four','2020-08-20 19:55:23','2020-08-21 00:55:23','118.31.120.31',NULL,NULL),(70033,'four_oh_four','2020-08-20 19:55:23','2020-08-21 00:55:23','118.31.120.31',NULL,NULL),(70034,'four_oh_four','2020-08-20 19:55:23','2020-08-21 00:55:23','118.31.120.31',NULL,NULL),(70035,'four_oh_four','2020-08-20 19:55:24','2020-08-21 00:55:24','118.31.120.31',NULL,NULL),(70036,'four_oh_four','2020-08-20 19:55:25','2020-08-21 00:55:25','118.31.120.31',NULL,NULL),(70037,'four_oh_four','2020-08-20 19:55:26','2020-08-21 00:55:26','118.31.120.31',NULL,NULL),(70038,'four_oh_four','2020-08-20 19:55:26','2020-08-21 00:55:26','118.31.120.31',NULL,NULL),(70039,'four_oh_four','2020-08-20 19:55:26','2020-08-21 00:55:26','118.31.120.31',NULL,NULL),(70040,'four_oh_four','2020-08-20 19:55:26','2020-08-21 00:55:26','118.31.120.31',NULL,NULL),(70041,'four_oh_four','2020-08-20 19:55:27','2020-08-21 00:55:27','118.31.120.31',NULL,NULL),(70042,'four_oh_four','2020-08-20 20:33:26','2020-08-21 01:33:26','114.119.161.39',NULL,NULL),(70043,'four_oh_four','2020-08-20 21:03:46','2020-08-21 02:03:46','207.46.13.76',NULL,NULL),(70044,'four_oh_four','2020-08-20 21:59:32','2020-08-21 02:59:32','114.119.161.39',NULL,NULL),(70045,'four_oh_four','2020-08-21 00:50:38','2020-08-21 05:50:38','81.169.241.228',NULL,NULL),(70046,'four_oh_four','2020-08-21 02:27:44','2020-08-21 07:27:44','207.46.13.202',NULL,NULL),(70047,'four_oh_four','2020-08-21 02:33:29','2020-08-21 07:33:29','2.92.250.167',NULL,NULL),(70048,'four_oh_four','2020-08-21 03:26:06','2020-08-21 08:26:06','40.77.167.32',NULL,NULL),(70049,'four_oh_four','2020-08-21 04:55:42','2020-08-21 09:55:42','114.119.167.159',NULL,NULL),(70050,'four_oh_four','2020-08-21 09:20:29','2020-08-21 14:20:29','3.94.137.21',NULL,NULL),(70051,'four_oh_four','2020-08-21 09:20:33','2020-08-21 14:20:33','3.94.137.21',NULL,NULL),(70052,'four_oh_four','2020-08-21 09:20:36','2020-08-21 14:20:36','52.201.182.91',NULL,NULL),(70053,'four_oh_four','2020-08-21 09:20:38','2020-08-21 14:20:38','52.201.182.91',NULL,NULL),(70054,'four_oh_four','2020-08-21 10:39:07','2020-08-21 15:39:07','40.77.167.1',NULL,NULL),(70055,'four_oh_four','2020-08-21 12:09:24','2020-08-21 17:09:24','114.119.167.73',NULL,NULL),(70056,'four_oh_four','2020-08-21 12:19:53','2020-08-21 17:19:53','114.119.164.137',NULL,NULL),(70057,'four_oh_four','2020-08-21 14:02:39','2020-08-21 19:02:39','184.154.139.3',NULL,NULL),(70058,'four_oh_four','2020-08-21 14:02:52','2020-08-21 19:02:52','184.154.139.3',NULL,NULL),(70059,'four_oh_four','2020-08-21 15:33:17','2020-08-21 20:33:17','173.252.87.118',NULL,NULL),(70060,'four_oh_four','2020-08-21 17:16:29','2020-08-21 22:16:29','66.249.65.84',NULL,NULL),(70061,'four_oh_four','2020-08-21 19:05:22','2020-08-22 00:05:22','66.249.65.85',NULL,NULL),(70062,'four_oh_four','2020-08-21 19:20:08','2020-08-22 00:20:08','114.119.162.92',NULL,NULL),(70063,'four_oh_four','2020-08-21 20:46:39','2020-08-22 01:46:39','66.249.65.85',NULL,NULL),(70064,'four_oh_four','2020-08-21 22:17:25','2020-08-22 03:17:25','66.249.65.87',NULL,NULL),(70065,'four_oh_four','2020-08-22 00:21:16','2020-08-22 05:21:16','66.249.65.87',NULL,NULL),(70066,'four_oh_four','2020-08-22 01:03:22','2020-08-22 06:03:22','46.187.22.208',NULL,NULL),(70067,'four_oh_four','2020-08-22 01:44:31','2020-08-22 06:44:31','66.249.65.83',NULL,NULL),(70068,'four_oh_four','2020-08-22 02:59:54','2020-08-22 07:59:54','52.54.112.128',NULL,NULL),(70069,'four_oh_four','2020-08-22 04:42:59','2020-08-22 09:42:59','114.119.161.39',NULL,NULL),(70070,'four_oh_four','2020-08-22 04:47:30','2020-08-22 09:47:30','185.10.99.18',NULL,NULL),(70071,'four_oh_four','2020-08-22 04:47:34','2020-08-22 09:47:34','185.10.99.18',NULL,NULL),(70072,'four_oh_four','2020-08-22 06:02:20','2020-08-22 11:02:20','143.137.191.206',NULL,NULL),(70073,'four_oh_four','2020-08-22 08:46:24','2020-08-22 13:46:24','40.77.167.48',NULL,NULL),(70074,'four_oh_four','2020-08-22 09:10:21','2020-08-22 14:10:21','114.119.162.150',NULL,NULL),(70075,'four_oh_four','2020-08-22 09:41:36','2020-08-22 14:41:36','52.201.182.91',NULL,NULL),(70076,'four_oh_four','2020-08-22 09:41:40','2020-08-22 14:41:40','52.201.182.91',NULL,NULL),(70077,'four_oh_four','2020-08-22 09:41:41','2020-08-22 14:41:41','3.94.137.21',NULL,NULL),(70078,'four_oh_four','2020-08-22 09:41:43','2020-08-22 14:41:43','3.94.137.21',NULL,NULL),(70079,'four_oh_four','2020-08-22 10:31:01','2020-08-22 15:31:01','114.119.162.150',NULL,NULL),(70080,'four_oh_four','2020-08-22 12:42:00','2020-08-22 17:42:00','157.55.39.123',NULL,NULL),(70081,'four_oh_four','2020-08-22 13:22:37','2020-08-22 18:22:37','45.199.109.58',NULL,NULL),(70082,'four_oh_four','2020-08-22 13:22:52','2020-08-22 18:22:52','45.199.109.58',NULL,NULL),(70083,'four_oh_four','2020-08-22 13:41:22','2020-08-22 18:41:22','178.175.132.66',NULL,NULL),(70084,'four_oh_four','2020-08-22 14:04:47','2020-08-22 19:04:47','184.154.139.18',NULL,NULL),(70085,'four_oh_four','2020-08-22 14:05:01','2020-08-22 19:05:01','184.154.139.18',NULL,NULL),(70086,'four_oh_four','2020-08-22 14:08:11','2020-08-22 19:08:11','66.249.65.82',NULL,NULL),(70087,'four_oh_four','2020-08-22 14:08:26','2020-08-22 19:08:26','80.69.161.161',NULL,NULL),(70088,'four_oh_four','2020-08-22 14:48:07','2020-08-22 19:48:07','114.119.167.159',NULL,NULL),(70089,'four_oh_four','2020-08-22 14:54:27','2020-08-22 19:54:27','114.119.163.5',NULL,NULL),(70090,'four_oh_four','2020-08-22 15:35:33','2020-08-22 20:35:33','114.119.164.13',NULL,NULL),(70091,'four_oh_four','2020-08-22 17:26:54','2020-08-22 22:26:54','62.149.20.18',NULL,NULL),(70092,'four_oh_four','2020-08-22 18:01:17','2020-08-22 23:01:17','114.119.162.92',NULL,NULL),(70093,'four_oh_four','2020-08-22 18:22:23','2020-08-22 23:22:23','66.249.65.82',NULL,NULL),(70094,'four_oh_four','2020-08-22 19:43:46','2020-08-23 00:43:46','114.119.162.92',NULL,NULL),(70095,'four_oh_four','2020-08-22 21:44:05','2020-08-23 02:44:05','185.127.164.19',NULL,NULL),(70096,'four_oh_four','2020-08-22 23:43:14','2020-08-23 04:43:14','114.119.163.5',NULL,NULL),(70097,'four_oh_four','2020-08-23 00:02:52','2020-08-23 05:02:52','114.119.163.236',NULL,NULL),(70098,'four_oh_four','2020-08-23 00:29:52','2020-08-23 05:29:52','114.119.167.159',NULL,NULL),(70099,'four_oh_four','2020-08-23 00:51:48','2020-08-23 05:51:48','66.249.65.83',NULL,NULL),(70100,'four_oh_four','2020-08-23 02:07:28','2020-08-23 07:07:28','80.69.161.161',NULL,NULL),(70101,'four_oh_four','2020-08-23 02:07:33','2020-08-23 07:07:33','136.144.206.51',NULL,NULL),(70102,'four_oh_four','2020-08-23 02:16:45','2020-08-23 07:16:45','207.46.13.98',NULL,NULL),(70103,'four_oh_four','2020-08-23 03:08:40','2020-08-23 08:08:40','146.228.113.46',NULL,NULL),(70104,'four_oh_four','2020-08-23 03:08:43','2020-08-23 08:08:43','146.228.113.46',NULL,NULL),(70105,'four_oh_four','2020-08-23 03:09:07','2020-08-23 08:09:07','146.228.113.46',NULL,NULL),(70106,'four_oh_four','2020-08-23 03:09:13','2020-08-23 08:09:13','146.228.113.46',NULL,NULL),(70107,'four_oh_four','2020-08-23 03:22:38','2020-08-23 08:22:38','129.146.173.28',NULL,NULL),(70108,'four_oh_four','2020-08-23 04:01:37','2020-08-23 09:01:37','45.141.84.96',NULL,NULL),(70109,'four_oh_four','2020-08-23 04:54:05','2020-08-23 09:54:05','114.119.164.13',NULL,NULL),(70110,'four_oh_four','2020-08-23 05:15:59','2020-08-23 10:15:59','142.44.252.26',NULL,NULL),(70111,'four_oh_four','2020-08-23 05:16:01','2020-08-23 10:16:01','142.44.252.26',NULL,NULL),(70112,'four_oh_four','2020-08-23 05:16:02','2020-08-23 10:16:02','142.44.252.26',NULL,NULL),(70113,'four_oh_four','2020-08-23 05:16:04','2020-08-23 10:16:04','142.44.252.26',NULL,NULL),(70114,'four_oh_four','2020-08-23 05:16:06','2020-08-23 10:16:06','142.44.252.26',NULL,NULL),(70115,'four_oh_four','2020-08-23 05:16:07','2020-08-23 10:16:07','142.44.252.26',NULL,NULL),(70116,'four_oh_four','2020-08-23 07:12:33','2020-08-23 12:12:33','47.240.32.191',NULL,NULL),(70117,'four_oh_four','2020-08-23 07:15:33','2020-08-23 12:15:33','37.140.192.23',NULL,NULL),(70118,'four_oh_four','2020-08-23 07:15:43','2020-08-23 12:15:43','37.140.192.23',NULL,NULL),(70119,'four_oh_four','2020-08-23 08:28:45','2020-08-23 13:28:45','207.46.13.98',NULL,NULL),(70120,'four_oh_four','2020-08-23 10:04:41','2020-08-23 15:04:41','52.201.182.91',NULL,NULL),(70121,'four_oh_four','2020-08-23 10:04:47','2020-08-23 15:04:47','52.201.182.91',NULL,NULL),(70122,'four_oh_four','2020-08-23 10:04:50','2020-08-23 15:04:50','52.201.182.91',NULL,NULL),(70123,'four_oh_four','2020-08-23 10:04:53','2020-08-23 15:04:53','52.201.182.91',NULL,NULL),(70124,'four_oh_four','2020-08-23 10:13:33','2020-08-23 15:13:33','207.46.13.33',NULL,NULL),(70125,'four_oh_four','2020-08-23 10:29:06','2020-08-23 15:29:06','40.77.167.147',NULL,NULL),(70126,'four_oh_four','2020-08-23 10:38:23','2020-08-23 15:38:23','92.125.155.98',NULL,NULL),(70127,'four_oh_four','2020-08-23 11:25:33','2020-08-23 16:25:33','94.25.169.171',NULL,NULL),(70128,'four_oh_four','2020-08-23 13:00:37','2020-08-23 18:00:37','157.55.39.186',NULL,NULL),(70129,'four_oh_four','2020-08-23 13:00:39','2020-08-23 18:00:39','157.55.39.186',NULL,NULL),(70130,'four_oh_four','2020-08-23 14:02:22','2020-08-23 19:02:22','184.154.139.20',NULL,NULL),(70131,'four_oh_four','2020-08-23 14:19:25','2020-08-23 19:19:25','185.255.96.99',NULL,NULL),(70132,'four_oh_four','2020-08-23 15:34:21','2020-08-23 20:34:21','114.119.164.13',NULL,NULL),(70133,'four_oh_four','2020-08-23 15:52:28','2020-08-23 20:52:28','157.55.39.231',NULL,NULL),(70134,'four_oh_four','2020-08-23 16:23:53','2020-08-23 21:23:53','62.233.120.26',NULL,NULL),(70135,'four_oh_four','2020-08-23 17:47:16','2020-08-23 22:47:16','5.188.84.3',NULL,NULL),(70136,'four_oh_four','2020-08-23 18:12:13','2020-08-23 23:12:13','207.46.13.188',NULL,NULL),(70137,'four_oh_four','2020-08-23 18:44:57','2020-08-23 23:44:57','154.208.251.54',NULL,NULL),(70138,'four_oh_four','2020-08-23 19:53:00','2020-08-24 00:53:00','118.31.120.31',NULL,NULL),(70139,'four_oh_four','2020-08-23 19:53:00','2020-08-24 00:53:00','118.31.120.31',NULL,NULL),(70140,'four_oh_four','2020-08-23 19:53:00','2020-08-24 00:53:00','118.31.120.31',NULL,NULL),(70141,'four_oh_four','2020-08-23 19:53:00','2020-08-24 00:53:00','118.31.120.31',NULL,NULL),(70142,'four_oh_four','2020-08-23 19:53:01','2020-08-24 00:53:01','118.31.120.31',NULL,NULL),(70143,'four_oh_four','2020-08-23 19:53:01','2020-08-24 00:53:01','118.31.120.31',NULL,NULL),(70144,'four_oh_four','2020-08-23 19:53:01','2020-08-24 00:53:01','118.31.120.31',NULL,NULL),(70145,'four_oh_four','2020-08-23 19:53:01','2020-08-24 00:53:01','118.31.120.31',NULL,NULL),(70146,'four_oh_four','2020-08-23 19:53:01','2020-08-24 00:53:01','118.31.120.31',NULL,NULL),(70147,'four_oh_four','2020-08-23 19:53:02','2020-08-24 00:53:02','118.31.120.31',NULL,NULL),(70148,'four_oh_four','2020-08-23 19:53:05','2020-08-24 00:53:05','118.31.120.31',NULL,NULL),(70149,'four_oh_four','2020-08-23 19:53:06','2020-08-24 00:53:06','118.31.120.31',NULL,NULL),(70150,'four_oh_four','2020-08-23 19:53:06','2020-08-24 00:53:06','118.31.120.31',NULL,NULL),(70151,'four_oh_four','2020-08-23 19:53:06','2020-08-24 00:53:06','118.31.120.31',NULL,NULL),(70152,'four_oh_four','2020-08-23 19:53:06','2020-08-24 00:53:06','118.31.120.31',NULL,NULL),(70153,'four_oh_four','2020-08-23 19:53:08','2020-08-24 00:53:08','118.31.120.31',NULL,NULL),(70154,'four_oh_four','2020-08-23 19:53:07','2020-08-24 00:53:07','118.31.120.31',NULL,NULL),(70155,'four_oh_four','2020-08-23 19:53:07','2020-08-24 00:53:07','118.31.120.31',NULL,NULL),(70156,'four_oh_four','2020-08-23 19:53:08','2020-08-24 00:53:08','118.31.120.31',NULL,NULL),(70157,'four_oh_four','2020-08-23 19:53:09','2020-08-24 00:53:09','118.31.120.31',NULL,NULL),(70158,'four_oh_four','2020-08-23 23:35:54','2020-08-24 04:35:54','207.46.13.98',NULL,NULL),(70159,'four_oh_four','2020-08-23 23:41:26','2020-08-24 04:41:26','114.119.164.13',NULL,NULL),(70160,'four_oh_four','2020-08-24 00:08:14','2020-08-24 05:08:14','144.76.102.243',NULL,NULL),(70161,'four_oh_four','2020-08-24 00:16:39','2020-08-24 05:16:39','154.94.92.30',NULL,NULL),(70162,'four_oh_four','2020-08-24 01:25:09','2020-08-24 06:25:09','91.208.99.2',NULL,NULL),(70163,'four_oh_four','2020-08-24 01:25:13','2020-08-24 06:25:13','91.208.99.2',NULL,NULL),(70164,'four_oh_four','2020-08-24 01:34:40','2020-08-24 06:34:40','207.46.13.94',NULL,NULL),(70165,'four_oh_four','2020-08-24 02:32:57','2020-08-24 07:32:57','66.249.65.82',NULL,NULL),(70166,'four_oh_four','2020-08-24 02:54:05','2020-08-24 07:54:05','39.101.67.145',NULL,NULL),(70167,'four_oh_four','2020-08-24 03:25:17','2020-08-24 08:25:17','114.119.167.159',NULL,NULL),(70168,'four_oh_four','2020-08-24 05:07:12','2020-08-24 10:07:12','207.46.13.72',NULL,NULL),(70169,'four_oh_four','2020-08-24 05:13:14','2020-08-24 10:13:14','185.253.217.89',NULL,NULL),(70170,'four_oh_four','2020-08-24 06:15:40','2020-08-24 11:15:40','39.101.170.97',NULL,NULL),(70171,'four_oh_four','2020-08-24 06:15:40','2020-08-24 11:15:40','39.101.170.97',NULL,NULL),(70172,'four_oh_four','2020-08-24 06:15:40','2020-08-24 11:15:40','39.101.170.97',NULL,NULL),(70173,'four_oh_four','2020-08-24 06:15:40','2020-08-24 11:15:40','39.101.170.97',NULL,NULL),(70174,'four_oh_four','2020-08-24 06:15:40','2020-08-24 11:15:40','39.101.170.97',NULL,NULL),(70175,'four_oh_four','2020-08-24 06:15:42','2020-08-24 11:15:42','39.101.170.97',NULL,NULL),(70176,'four_oh_four','2020-08-24 06:21:59','2020-08-24 11:21:59','114.119.162.252',NULL,NULL),(70177,'four_oh_four','2020-08-24 06:30:19','2020-08-24 11:30:19','216.144.228.130',NULL,NULL),(70178,'four_oh_four','2020-08-24 09:01:43','2020-08-24 14:01:43','207.46.13.72',NULL,NULL),(70179,'four_oh_four','2020-08-24 10:07:38','2020-08-24 15:07:38','46.21.198.188',NULL,NULL),(70180,'four_oh_four','2020-08-24 10:40:37','2020-08-24 15:40:37','3.94.137.21',NULL,NULL),(70181,'four_oh_four','2020-08-24 10:40:41','2020-08-24 15:40:41','3.94.137.21',NULL,NULL),(70182,'four_oh_four','2020-08-24 10:40:42','2020-08-24 15:40:42','3.94.137.21',NULL,NULL),(70183,'four_oh_four','2020-08-24 10:40:45','2020-08-24 15:40:45','3.94.137.21',NULL,NULL),(70184,'four_oh_four','2020-08-24 14:07:12','2020-08-24 19:07:12','184.154.139.17',NULL,NULL),(70185,'four_oh_four','2020-08-24 15:17:52','2020-08-24 20:17:52','114.119.162.150',NULL,NULL),(70186,'four_oh_four','2020-08-24 15:42:51','2020-08-24 20:42:51','40.77.167.236',NULL,NULL),(70187,'four_oh_four','2020-08-24 15:50:54','2020-08-24 20:50:54','114.119.160.176',NULL,NULL),(70188,'four_oh_four','2020-08-24 15:53:53','2020-08-24 20:53:53','192.185.81.239',NULL,NULL),(70189,'four_oh_four','2020-08-24 16:26:57','2020-08-24 21:26:57','157.55.39.231',NULL,NULL),(70190,'four_oh_four','2020-08-24 16:31:28','2020-08-24 21:31:28','207.46.13.105',NULL,NULL),(70191,'four_oh_four','2020-08-24 17:15:28','2020-08-24 22:15:28','185.98.7.182',NULL,NULL),(70192,'four_oh_four','2020-08-24 17:50:02','2020-08-24 22:50:02','31.13.127.12',NULL,NULL),(70193,'four_oh_four','2020-08-24 19:02:13','2020-08-25 00:02:13','157.55.39.231',NULL,NULL),(70194,'four_oh_four','2020-08-24 20:07:39','2020-08-25 01:07:39','114.119.162.252',NULL,NULL),(70195,'four_oh_four','2020-08-24 20:53:58','2020-08-25 01:53:58','216.144.228.130',NULL,NULL),(70196,'four_oh_four','2020-08-24 22:04:08','2020-08-25 03:04:08','88.198.36.62',NULL,NULL),(70197,'four_oh_four','2020-08-24 23:50:29','2020-08-25 04:50:29','157.55.39.67',NULL,NULL),(70198,'four_oh_four','2020-08-25 00:13:18','2020-08-25 05:13:18','114.119.162.252',NULL,NULL),(70199,'four_oh_four','2020-08-25 00:23:33','2020-08-25 05:23:33','40.77.167.140',NULL,NULL),(70200,'four_oh_four','2020-08-25 01:54:54','2020-08-25 06:54:54','114.119.163.5',NULL,NULL),(70201,'four_oh_four','2020-08-25 02:21:13','2020-08-25 07:21:13','178.128.194.97',NULL,NULL),(70202,'four_oh_four','2020-08-25 02:21:14','2020-08-25 07:21:14','178.128.194.97',NULL,NULL),(70203,'four_oh_four','2020-08-25 02:21:16','2020-08-25 07:21:16','178.128.194.97',NULL,NULL),(70204,'four_oh_four','2020-08-25 02:21:18','2020-08-25 07:21:18','178.128.194.97',NULL,NULL),(70205,'four_oh_four','2020-08-25 02:21:20','2020-08-25 07:21:20','178.128.194.97',NULL,NULL),(70206,'four_oh_four','2020-08-25 02:21:22','2020-08-25 07:21:22','178.128.194.97',NULL,NULL),(70207,'four_oh_four','2020-08-25 02:21:24','2020-08-25 07:21:24','178.128.194.97',NULL,NULL),(70208,'four_oh_four','2020-08-25 02:21:26','2020-08-25 07:21:26','178.128.194.97',NULL,NULL),(70209,'four_oh_four','2020-08-25 02:21:28','2020-08-25 07:21:28','178.128.194.97',NULL,NULL),(70210,'four_oh_four','2020-08-25 02:21:30','2020-08-25 07:21:30','178.128.194.97',NULL,NULL),(70211,'four_oh_four','2020-08-25 02:21:32','2020-08-25 07:21:32','178.128.194.97',NULL,NULL),(70212,'four_oh_four','2020-08-25 02:21:35','2020-08-25 07:21:35','178.128.194.97',NULL,NULL),(70213,'four_oh_four','2020-08-25 06:56:37','2020-08-25 11:56:37','128.65.33.23',NULL,NULL),(70214,'four_oh_four','2020-08-25 07:24:00','2020-08-25 12:24:00','162.243.29.24',NULL,NULL),(70215,'four_oh_four','2020-08-25 08:24:27','2020-08-25 13:24:27','178.159.37.88',NULL,NULL),(70216,'four_oh_four','2020-08-25 10:34:03','2020-08-25 15:34:03','66.249.65.86',NULL,NULL),(70217,'four_oh_four','2020-08-25 11:15:33','2020-08-25 16:15:33','52.201.182.91',NULL,NULL),(70218,'four_oh_four','2020-08-25 11:15:37','2020-08-25 16:15:37','52.201.182.91',NULL,NULL),(70219,'four_oh_four','2020-08-25 11:15:38','2020-08-25 16:15:38','52.201.182.91',NULL,NULL),(70220,'four_oh_four','2020-08-25 11:15:39','2020-08-25 16:15:39','52.201.182.91',NULL,NULL),(70221,'four_oh_four','2020-08-25 11:46:16','2020-08-25 16:46:16','2.92.250.167',NULL,NULL),(70222,'four_oh_four','2020-08-25 12:34:57','2020-08-25 17:34:57','188.124.42.107',NULL,NULL),(70223,'four_oh_four','2020-08-25 14:12:56','2020-08-25 19:12:56','184.154.139.18',NULL,NULL),(70224,'four_oh_four','2020-08-25 14:43:39','2020-08-25 19:43:39','178.121.233.176',NULL,NULL),(70225,'four_oh_four','2020-08-25 16:34:02','2020-08-25 21:34:02','66.249.65.85',NULL,NULL),(70226,'four_oh_four','2020-08-25 19:29:09','2020-08-26 00:29:09','52.201.182.91',NULL,NULL),(70227,'four_oh_four','2020-08-25 19:29:49','2020-08-26 00:29:49','52.201.182.91',NULL,NULL),(70228,'four_oh_four','2020-08-25 19:31:25','2020-08-26 00:31:25','52.201.182.91',NULL,NULL),(70229,'four_oh_four','2020-08-25 19:31:56','2020-08-26 00:31:56','52.201.182.91',NULL,NULL),(70230,'four_oh_four','2020-08-25 19:31:59','2020-08-26 00:31:59','52.201.182.91',NULL,NULL),(70231,'four_oh_four','2020-08-25 19:32:22','2020-08-26 00:32:22','52.201.182.91',NULL,NULL),(70232,'brute_force','2020-08-26 00:00:56','2020-08-26 05:00:56','163.47.151.104',NULL,NULL),(70233,'brute_force','2020-08-26 00:00:56','2020-08-26 05:00:56',NULL,NULL,'zphiblgz'),(70234,'brute_force','2020-08-26 00:01:58','2020-08-26 05:01:58','163.47.151.104',NULL,NULL),(70235,'brute_force','2020-08-26 00:01:58','2020-08-26 05:01:58',NULL,NULL,'zphiblgz'),(70236,'brute_force','2020-08-26 00:03:00','2020-08-26 05:03:00','163.47.151.104',NULL,NULL),(70237,'brute_force','2020-08-26 00:03:00','2020-08-26 05:03:00',NULL,NULL,'zphiblgz'),(70238,'brute_force','2020-08-26 00:04:07','2020-08-26 05:04:07','163.47.151.104',NULL,NULL),(70239,'brute_force','2020-08-26 00:04:07','2020-08-26 05:04:07',NULL,NULL,'zphiblgz'),(70240,'brute_force','2020-08-26 00:05:12','2020-08-26 05:05:12','163.47.151.104',NULL,NULL),(70241,'brute_force','2020-08-26 00:05:12','2020-08-26 05:05:12',NULL,NULL,'zphiblgz'),(70242,'four_oh_four','2020-08-26 00:29:06','2020-08-26 05:29:06','95.55.142.233',NULL,NULL),(70243,'four_oh_four','2020-08-26 00:52:05','2020-08-26 05:52:05','216.144.228.130',NULL,NULL),(70244,'four_oh_four','2020-08-26 01:41:17','2020-08-26 06:41:17','5.189.199.12',NULL,NULL),(70245,'four_oh_four','2020-08-26 03:36:58','2020-08-26 08:36:58','138.68.13.167',NULL,NULL),(70246,'four_oh_four','2020-08-26 07:07:50','2020-08-26 12:07:50','114.119.167.73',NULL,NULL),(70247,'four_oh_four','2020-08-26 07:23:33','2020-08-26 12:23:33','77.88.5.218',NULL,NULL),(70248,'four_oh_four','2020-08-26 07:28:25','2020-08-26 12:28:25','114.119.167.73',NULL,NULL),(70249,'four_oh_four','2020-08-26 10:45:01','2020-08-26 15:45:01','114.119.162.150',NULL,NULL),(70250,'four_oh_four','2020-08-26 11:15:44','2020-08-26 16:15:44','114.119.162.150',NULL,NULL),(70251,'four_oh_four','2020-08-26 11:51:45','2020-08-26 16:51:45','52.201.182.91',NULL,NULL),(70252,'four_oh_four','2020-08-26 11:51:49','2020-08-26 16:51:49','52.201.182.91',NULL,NULL),(70253,'four_oh_four','2020-08-26 11:51:51','2020-08-26 16:51:51','52.201.182.91',NULL,NULL),(70254,'four_oh_four','2020-08-26 11:51:53','2020-08-26 16:51:53','52.201.182.91',NULL,NULL),(70255,'four_oh_four','2020-08-26 12:22:47','2020-08-26 17:22:47','157.55.39.250',NULL,NULL),(70256,'four_oh_four','2020-08-26 12:29:23','2020-08-26 17:29:23','114.119.161.39',NULL,NULL),(70257,'four_oh_four','2020-08-26 12:34:25','2020-08-26 17:34:25','207.46.13.113',NULL,NULL),(70258,'four_oh_four','2020-08-26 13:09:36','2020-08-26 18:09:36','138.197.11.160',NULL,NULL),(70259,'four_oh_four','2020-08-26 13:56:24','2020-08-26 18:56:24','5.188.210.18',NULL,NULL),(70260,'four_oh_four','2020-08-26 14:03:05','2020-08-26 19:03:05','188.163.74.184',NULL,NULL),(70261,'four_oh_four','2020-08-26 14:05:31','2020-08-26 19:05:31','184.154.139.18',NULL,NULL),(70262,'four_oh_four','2020-08-26 17:34:57','2020-08-26 22:34:57','207.46.13.58',NULL,NULL),(70263,'four_oh_four','2020-08-26 19:33:06','2020-08-27 00:33:06','40.77.167.140',NULL,NULL),(70264,'four_oh_four','2020-08-26 20:43:18','2020-08-27 01:43:18','72.210.252.152',NULL,NULL),(70265,'four_oh_four','2020-08-26 21:36:53','2020-08-27 02:36:53','46.4.83.150',NULL,NULL),(70266,'four_oh_four','2020-08-27 00:17:52','2020-08-27 05:17:52','114.119.167.73',NULL,NULL),(70267,'four_oh_four','2020-08-27 02:46:04','2020-08-27 07:46:04','114.119.167.73',NULL,NULL),(70268,'four_oh_four','2020-08-27 03:39:40','2020-08-27 08:39:40','193.239.85.167',NULL,NULL),(70269,'four_oh_four','2020-08-27 04:42:00','2020-08-27 09:42:00','46.4.83.150',NULL,NULL),(70270,'four_oh_four','2020-08-27 07:50:51','2020-08-27 12:50:51','17.58.102.51',NULL,NULL),(70271,'four_oh_four','2020-08-27 08:03:41','2020-08-27 13:03:41','66.249.65.83',NULL,NULL),(70272,'four_oh_four','2020-08-27 08:43:39','2020-08-27 13:43:39','40.77.167.140',NULL,NULL),(70273,'four_oh_four','2020-08-27 08:43:40','2020-08-27 13:43:40','40.77.167.140',NULL,NULL),(70274,'four_oh_four','2020-08-27 09:42:44','2020-08-27 14:42:44','207.46.13.65',NULL,NULL),(70275,'four_oh_four','2020-08-27 09:52:52','2020-08-27 14:52:52','114.119.161.39',NULL,NULL),(70276,'four_oh_four','2020-08-27 10:09:40','2020-08-27 15:09:40','114.119.167.159',NULL,NULL),(70277,'four_oh_four','2020-08-27 10:25:53','2020-08-27 15:25:53','40.77.167.140',NULL,NULL),(70278,'four_oh_four','2020-08-27 10:43:11','2020-08-27 15:43:11','203.129.113.142',NULL,NULL),(70279,'four_oh_four','2020-08-27 10:57:33','2020-08-27 15:57:33','194.104.10.238',NULL,NULL),(70280,'four_oh_four','2020-08-27 10:57:33','2020-08-27 15:57:33','194.104.10.238',NULL,NULL),(70281,'four_oh_four','2020-08-27 10:57:34','2020-08-27 15:57:34','194.104.10.238',NULL,NULL),(70282,'four_oh_four','2020-08-27 10:57:33','2020-08-27 15:57:33','194.104.10.238',NULL,NULL),(70283,'four_oh_four','2020-08-27 10:57:33','2020-08-27 15:57:33','194.104.10.238',NULL,NULL),(70284,'four_oh_four','2020-08-27 10:57:33','2020-08-27 15:57:33','194.104.10.238',NULL,NULL),(70285,'four_oh_four','2020-08-27 11:18:12','2020-08-27 16:18:12','207.46.13.58',NULL,NULL),(70286,'four_oh_four','2020-08-27 12:14:47','2020-08-27 17:14:47','114.119.167.73',NULL,NULL),(70287,'four_oh_four','2020-08-27 12:30:20','2020-08-27 17:30:20','3.94.137.21',NULL,NULL),(70288,'four_oh_four','2020-08-27 12:30:24','2020-08-27 17:30:24','3.94.137.21',NULL,NULL),(70289,'four_oh_four','2020-08-27 12:30:25','2020-08-27 17:30:25','3.94.137.21',NULL,NULL),(70290,'four_oh_four','2020-08-27 12:30:28','2020-08-27 17:30:28','3.94.137.21',NULL,NULL),(70291,'four_oh_four','2020-08-27 14:10:14','2020-08-27 19:10:14','184.154.139.18',NULL,NULL),(70292,'four_oh_four','2020-08-27 14:21:17','2020-08-27 19:21:17','114.119.162.150',NULL,NULL),(70293,'four_oh_four','2020-08-27 14:21:17','2020-08-27 19:21:17','207.46.13.65',NULL,NULL),(70294,'four_oh_four','2020-08-27 14:42:22','2020-08-27 19:42:22','114.119.163.5',NULL,NULL),(70295,'four_oh_four','2020-08-27 15:08:48','2020-08-27 20:08:48','114.119.162.150',NULL,NULL),(70296,'four_oh_four','2020-08-27 15:39:59','2020-08-27 20:39:59','207.46.13.158',NULL,NULL),(70297,'four_oh_four','2020-08-27 15:40:02','2020-08-27 20:40:02','51.68.11.195',NULL,NULL),(70298,'four_oh_four','2020-08-27 15:42:06','2020-08-27 20:42:06','40.77.167.218',NULL,NULL),(70299,'four_oh_four','2020-08-27 17:36:37','2020-08-27 22:36:37','114.119.162.92',NULL,NULL),(70300,'four_oh_four','2020-08-27 20:48:20','2020-08-28 01:48:20','114.119.163.5',NULL,NULL),(70301,'four_oh_four','2020-08-27 20:52:44','2020-08-28 01:52:44','193.106.30.99',NULL,NULL),(70302,'four_oh_four','2020-08-27 22:20:43','2020-08-28 03:20:43','114.119.163.5',NULL,NULL),(70303,'four_oh_four','2020-08-27 22:38:26','2020-08-28 03:38:26','114.119.161.39',NULL,NULL),(70304,'four_oh_four','2020-08-27 23:06:50','2020-08-28 04:06:50','5.188.84.251',NULL,NULL),(70305,'four_oh_four','2020-08-27 23:19:26','2020-08-28 04:19:26','114.119.164.13',NULL,NULL),(70306,'four_oh_four','2020-08-28 03:12:40','2020-08-28 08:12:40','37.1.204.92',NULL,NULL),(70307,'four_oh_four','2020-08-28 05:10:15','2020-08-28 10:10:15','185.255.96.99',NULL,NULL),(70308,'four_oh_four','2020-08-28 08:33:58','2020-08-28 13:33:58','77.88.5.2',NULL,NULL),(70309,'four_oh_four','2020-08-28 10:13:26','2020-08-28 15:13:26','172.58.187.112',NULL,NULL),(70310,'four_oh_four','2020-08-28 10:13:56','2020-08-28 15:13:56','172.58.187.112',NULL,NULL),(70311,'four_oh_four','2020-08-28 10:16:53','2020-08-28 15:16:53','172.58.187.112',NULL,NULL),(70312,'four_oh_four','2020-08-28 10:16:58','2020-08-28 15:16:58','172.58.187.112',NULL,NULL),(70313,'four_oh_four','2020-08-28 10:17:02','2020-08-28 15:17:02','172.58.187.112',NULL,NULL),(70314,'four_oh_four','2020-08-28 10:21:48','2020-08-28 15:21:48','178.137.170.27',NULL,NULL),(70315,'four_oh_four','2020-08-28 13:11:12','2020-08-28 18:11:12','3.94.137.21',NULL,NULL),(70316,'four_oh_four','2020-08-28 13:11:16','2020-08-28 18:11:16','3.94.137.21',NULL,NULL),(70317,'four_oh_four','2020-08-28 13:11:19','2020-08-28 18:11:19','3.94.137.21',NULL,NULL),(70318,'four_oh_four','2020-08-28 13:11:20','2020-08-28 18:11:20','3.94.137.21',NULL,NULL),(70319,'four_oh_four','2020-08-28 14:11:57','2020-08-28 19:11:57','184.154.139.21',NULL,NULL),(70320,'four_oh_four','2020-08-28 15:38:03','2020-08-28 20:38:03','174.76.35.15',NULL,NULL),(70321,'four_oh_four','2020-08-28 19:03:03','2020-08-29 00:03:03','114.119.162.92',NULL,NULL),(70322,'four_oh_four','2020-08-28 20:53:34','2020-08-29 01:53:34','114.119.167.159',NULL,NULL),(70323,'four_oh_four','2020-08-28 21:12:22','2020-08-29 02:12:22','114.119.163.5',NULL,NULL),(70324,'four_oh_four','2020-08-29 01:50:41','2020-08-29 06:50:41','40.77.167.4',NULL,NULL),(70325,'four_oh_four','2020-08-29 02:15:10','2020-08-29 07:15:10','114.119.161.39',NULL,NULL),(70326,'four_oh_four','2020-08-29 05:17:55','2020-08-29 10:17:55','176.58.61.49',NULL,NULL),(70327,'four_oh_four','2020-08-29 07:27:15','2020-08-29 12:27:15','103.139.208.52',NULL,NULL),(70328,'four_oh_four','2020-08-29 07:27:19','2020-08-29 12:27:19','103.139.208.180',NULL,NULL),(70329,'four_oh_four','2020-08-29 07:27:22','2020-08-29 12:27:22','103.139.208.52',NULL,NULL),(70330,'four_oh_four','2020-08-29 07:33:39','2020-08-29 12:33:39','103.92.26.197',NULL,NULL),(70331,'four_oh_four','2020-08-29 09:13:53','2020-08-29 14:13:53','178.251.25.126',NULL,NULL),(70332,'four_oh_four','2020-08-29 10:54:03','2020-08-29 15:54:03','104.171.114.179',NULL,NULL),(70333,'four_oh_four','2020-08-29 11:19:56','2020-08-29 16:19:56','45.41.136.15',NULL,NULL),(70334,'four_oh_four','2020-08-29 11:21:50','2020-08-29 16:21:50','207.46.13.65',NULL,NULL),(70335,'four_oh_four','2020-08-29 13:48:10','2020-08-29 18:48:10','114.119.162.252',NULL,NULL),(70336,'four_oh_four','2020-08-29 13:51:12','2020-08-29 18:51:12','3.94.137.21',NULL,NULL),(70337,'four_oh_four','2020-08-29 13:51:15','2020-08-29 18:51:15','3.94.137.21',NULL,NULL),(70338,'four_oh_four','2020-08-29 13:51:18','2020-08-29 18:51:18','52.201.182.91',NULL,NULL),(70339,'four_oh_four','2020-08-29 13:51:19','2020-08-29 18:51:19','52.201.182.91',NULL,NULL),(70340,'four_oh_four','2020-08-29 14:02:57','2020-08-29 19:02:57','184.154.139.20',NULL,NULL),(70341,'four_oh_four','2020-08-29 14:07:11','2020-08-29 19:07:11','40.77.167.4',NULL,NULL),(70342,'four_oh_four','2020-08-29 14:17:08','2020-08-29 19:17:08','114.119.162.252',NULL,NULL),(70343,'four_oh_four','2020-08-29 15:09:13','2020-08-29 20:09:13','207.46.13.158',NULL,NULL),(70344,'four_oh_four','2020-08-29 16:15:50','2020-08-29 21:15:50','40.77.167.110',NULL,NULL),(70345,'four_oh_four','2020-08-29 18:27:21','2020-08-29 23:27:21','207.46.13.203',NULL,NULL),(70346,'four_oh_four','2020-08-29 18:35:43','2020-08-29 23:35:43','114.119.162.252',NULL,NULL),(70347,'four_oh_four','2020-08-29 18:40:03','2020-08-29 23:40:03','193.106.30.99',NULL,NULL),(70348,'four_oh_four','2020-08-29 20:44:59','2020-08-30 01:44:59','114.119.162.252',NULL,NULL),(70349,'four_oh_four','2020-08-29 20:54:25','2020-08-30 01:54:25','96.127.149.186',NULL,NULL),(70350,'four_oh_four','2020-08-29 23:18:26','2020-08-30 04:18:26','114.119.164.137',NULL,NULL),(70351,'four_oh_four','2020-08-29 23:34:22','2020-08-30 04:34:22','81.88.49.13',NULL,NULL),(70352,'four_oh_four','2020-08-29 23:34:26','2020-08-30 04:34:26','81.88.49.16',NULL,NULL),(70353,'four_oh_four','2020-08-29 23:36:57','2020-08-30 04:36:57','40.77.167.190',NULL,NULL),(70354,'four_oh_four','2020-08-30 00:06:08','2020-08-30 05:06:08','154.0.170.171',NULL,NULL),(70355,'four_oh_four','2020-08-30 01:04:27','2020-08-30 06:04:27','80.150.6.150',NULL,NULL),(70356,'four_oh_four','2020-08-30 01:55:02','2020-08-30 06:55:02','114.119.165.150',NULL,NULL),(70357,'four_oh_four','2020-08-30 02:29:00','2020-08-30 07:29:00','5.188.210.18',NULL,NULL),(70358,'four_oh_four','2020-08-30 03:04:12','2020-08-30 08:04:12','5.188.84.251',NULL,NULL),(70359,'four_oh_four','2020-08-30 03:08:03','2020-08-30 08:08:03','114.119.164.13',NULL,NULL),(70360,'four_oh_four','2020-08-30 03:42:45','2020-08-30 08:42:45','5.188.210.20',NULL,NULL),(70361,'four_oh_four','2020-08-30 04:36:15','2020-08-30 09:36:15','114.119.167.73',NULL,NULL),(70362,'four_oh_four','2020-08-30 04:40:43','2020-08-30 09:40:43','5.188.84.226',NULL,NULL),(70363,'four_oh_four','2020-08-30 05:57:15','2020-08-30 10:57:15','113.22.31.127',NULL,NULL),(70364,'four_oh_four','2020-08-30 05:57:18','2020-08-30 10:57:18','113.22.31.127',NULL,NULL),(70365,'four_oh_four','2020-08-30 05:57:22','2020-08-30 10:57:22','113.22.31.127',NULL,NULL),(70366,'four_oh_four','2020-08-30 06:11:44','2020-08-30 11:11:44','37.45.247.21',NULL,NULL),(70367,'four_oh_four','2020-08-30 07:17:33','2020-08-30 12:17:33','91.103.255.169',NULL,NULL),(70368,'four_oh_four','2020-08-30 08:45:36','2020-08-30 13:45:36','114.119.161.137',NULL,NULL),(70369,'four_oh_four','2020-08-30 09:50:40','2020-08-30 14:50:40','46.187.25.61',NULL,NULL),(70370,'four_oh_four','2020-08-30 11:38:01','2020-08-30 16:38:01','50.62.161.240',NULL,NULL),(70371,'four_oh_four','2020-08-30 11:38:05','2020-08-30 16:38:05','50.62.161.240',NULL,NULL),(70372,'four_oh_four','2020-08-30 14:11:10','2020-08-30 19:11:10','184.154.139.18',NULL,NULL),(70373,'four_oh_four','2020-08-30 14:26:41','2020-08-30 19:26:41','17.58.102.51',NULL,NULL),(70374,'four_oh_four','2020-08-30 14:33:56','2020-08-30 19:33:56','52.201.182.91',NULL,NULL),(70375,'four_oh_four','2020-08-30 14:34:00','2020-08-30 19:34:00','52.201.182.91',NULL,NULL),(70376,'four_oh_four','2020-08-30 14:34:03','2020-08-30 19:34:03','52.201.182.91',NULL,NULL),(70377,'four_oh_four','2020-08-30 14:34:04','2020-08-30 19:34:04','52.201.182.91',NULL,NULL),(70378,'four_oh_four','2020-08-30 16:15:24','2020-08-30 21:15:24','193.106.30.99',NULL,NULL),(70379,'four_oh_four','2020-08-30 18:33:14','2020-08-30 23:33:14','178.159.37.85',NULL,NULL),(70380,'four_oh_four','2020-08-30 23:29:35','2020-08-31 04:29:35','114.119.162.150',NULL,NULL),(70381,'four_oh_four','2020-08-31 01:13:42','2020-08-31 06:13:42','114.119.161.39',NULL,NULL),(70382,'four_oh_four','2020-08-31 02:43:15','2020-08-31 07:43:15','77.88.5.46',NULL,NULL),(70383,'four_oh_four','2020-08-31 04:43:09','2020-08-31 09:43:09','114.119.160.176',NULL,NULL),(70384,'four_oh_four','2020-08-31 06:38:17','2020-08-31 11:38:17','207.46.13.39',NULL,NULL),(70385,'four_oh_four','2020-08-31 06:58:16','2020-08-31 11:58:16','207.46.13.196',NULL,NULL),(70386,'four_oh_four','2020-08-31 07:02:12','2020-08-31 12:02:12','114.119.167.102',NULL,NULL),(70387,'four_oh_four','2020-08-31 07:08:02','2020-08-31 12:08:02','5.188.84.226',NULL,NULL),(70388,'four_oh_four','2020-08-31 10:01:25','2020-08-31 15:01:25','129.146.173.28',NULL,NULL),(70389,'four_oh_four','2020-08-31 10:54:00','2020-08-31 15:54:00','192.231.121.11',NULL,NULL),(70390,'four_oh_four','2020-08-31 14:07:18','2020-08-31 19:07:18','184.154.139.3',NULL,NULL),(70391,'four_oh_four','2020-08-31 14:53:44','2020-08-31 19:53:44','114.119.164.137',NULL,NULL),(70392,'four_oh_four','2020-08-31 15:19:54','2020-08-31 20:19:54','52.201.182.91',NULL,NULL),(70393,'four_oh_four','2020-08-31 15:19:57','2020-08-31 20:19:57','52.201.182.91',NULL,NULL),(70394,'four_oh_four','2020-08-31 15:20:00','2020-08-31 20:20:00','3.94.137.21',NULL,NULL),(70395,'four_oh_four','2020-08-31 15:20:02','2020-08-31 20:20:02','3.94.137.21',NULL,NULL),(70396,'four_oh_four','2020-08-31 15:32:49','2020-08-31 20:32:49','114.119.162.150',NULL,NULL),(70397,'four_oh_four','2020-08-31 15:35:08','2020-08-31 20:35:08','177.96.182.46',NULL,NULL),(70398,'four_oh_four','2020-08-31 16:03:39','2020-08-31 21:03:39','177.96.182.46',NULL,NULL),(70399,'four_oh_four','2020-08-31 17:36:52','2020-08-31 22:36:52','37.1.204.92',NULL,NULL),(70400,'four_oh_four','2020-08-31 19:05:13','2020-09-01 00:05:13','114.119.164.13',NULL,NULL),(70401,'four_oh_four','2020-08-31 19:35:15','2020-09-01 00:35:15','178.159.37.88',NULL,NULL),(70402,'four_oh_four','2020-08-31 22:22:15','2020-09-01 03:22:15','40.77.167.146',NULL,NULL),(70403,'four_oh_four','2020-08-31 22:32:44','2020-09-01 03:32:44','66.249.65.82',NULL,NULL),(70404,'four_oh_four','2020-08-31 22:33:33','2020-09-01 03:33:33','66.249.65.82',NULL,NULL),(70405,'four_oh_four','2020-08-31 22:44:29','2020-09-01 03:44:29','72.11.148.222',NULL,NULL),(70406,'four_oh_four','2020-08-31 22:44:42','2020-09-01 03:44:42','40.77.167.85',NULL,NULL),(70407,'four_oh_four','2020-09-01 02:40:24','2020-09-01 07:40:24','114.119.163.113',NULL,NULL),(70408,'four_oh_four','2020-09-01 03:34:39','2020-09-01 08:34:39','46.187.25.61',NULL,NULL),(70409,'four_oh_four','2020-09-01 04:19:08','2020-09-01 09:19:08','114.119.130.104',NULL,NULL),(70410,'four_oh_four','2020-09-01 04:25:53','2020-09-01 09:25:53','199.167.138.22',NULL,NULL),(70411,'four_oh_four','2020-09-01 06:21:51','2020-09-01 11:21:51','114.119.141.146',NULL,NULL),(70412,'four_oh_four','2020-09-01 06:42:57','2020-09-01 11:42:57','114.119.157.110',NULL,NULL),(70413,'four_oh_four','2020-09-01 07:26:40','2020-09-01 12:26:40','40.77.167.0',NULL,NULL),(70414,'four_oh_four','2020-09-01 07:52:23','2020-09-01 12:52:23','40.77.167.0',NULL,NULL),(70415,'four_oh_four','2020-09-01 08:22:23','2020-09-01 13:22:23','114.119.141.146',NULL,NULL),(70416,'four_oh_four','2020-09-01 10:12:40','2020-09-01 15:12:40','114.119.141.146',NULL,NULL),(70417,'four_oh_four','2020-09-01 11:15:35','2020-09-01 16:15:35','185.199.226.109',NULL,NULL),(70418,'four_oh_four','2020-09-01 11:19:52','2020-09-01 16:19:52','5.188.84.92',NULL,NULL),(70419,'four_oh_four','2020-09-01 11:23:17','2020-09-01 16:23:17','40.77.167.0',NULL,NULL),(70420,'four_oh_four','2020-09-01 11:38:52','2020-09-01 16:38:52','213.217.225.176',NULL,NULL),(70421,'four_oh_four','2020-09-01 11:39:42','2020-09-01 16:39:42','5.188.84.92',NULL,NULL),(70422,'four_oh_four','2020-09-01 11:47:37','2020-09-01 16:47:37','40.77.167.146',NULL,NULL),(70423,'four_oh_four','2020-09-01 11:57:05','2020-09-01 16:57:05','66.249.65.87',NULL,NULL),(70424,'four_oh_four','2020-09-01 12:10:20','2020-09-01 17:10:20','207.46.13.34',NULL,NULL),(70425,'four_oh_four','2020-09-01 13:30:48','2020-09-01 18:30:48','40.77.167.0',NULL,NULL),(70426,'four_oh_four','2020-09-01 14:06:54','2020-09-01 19:06:54','184.154.139.19',NULL,NULL),(70427,'four_oh_four','2020-09-01 14:37:55','2020-09-01 19:37:55','168.61.160.245',NULL,NULL),(70428,'brute_force','2020-09-01 15:30:56','2020-09-01 20:30:56','128.90.63.242',NULL,NULL),(70429,'brute_force','2020-09-01 15:30:56','2020-09-01 20:30:56',NULL,NULL,'admin'),(70430,'brute_force','2020-09-01 15:30:58','2020-09-01 20:30:58','128.90.63.242',NULL,NULL),(70431,'brute_force','2020-09-01 15:30:58','2020-09-01 20:30:58',NULL,NULL,'admin'),(70432,'brute_force','2020-09-01 15:31:01','2020-09-01 20:31:01','128.90.63.242',NULL,NULL),(70433,'brute_force','2020-09-01 15:31:01','2020-09-01 20:31:01',NULL,NULL,'admin'),(70434,'brute_force','2020-09-01 15:31:03','2020-09-01 20:31:03','128.90.63.242',NULL,NULL),(70435,'brute_force','2020-09-01 15:31:03','2020-09-01 20:31:03',NULL,NULL,'admin'),(70436,'brute_force','2020-09-01 15:31:06','2020-09-01 20:31:06','128.90.63.242',NULL,NULL),(70437,'brute_force','2020-09-01 15:31:06','2020-09-01 20:31:06',NULL,NULL,'admin'),(70438,'four_oh_four','2020-09-01 16:02:20','2020-09-01 21:02:20','3.94.137.21',NULL,NULL),(70439,'four_oh_four','2020-09-01 16:02:24','2020-09-01 21:02:24','3.94.137.21',NULL,NULL),(70440,'four_oh_four','2020-09-01 16:02:29','2020-09-01 21:02:29','52.201.182.91',NULL,NULL),(70441,'four_oh_four','2020-09-01 16:02:31','2020-09-01 21:02:31','52.201.182.91',NULL,NULL),(70442,'four_oh_four','2020-09-01 17:58:59','2020-09-01 22:58:59','23.228.109.146',NULL,NULL),(70443,'four_oh_four','2020-09-01 18:15:33','2020-09-01 23:15:33','114.119.130.104',NULL,NULL),(70444,'four_oh_four','2020-09-01 18:37:27','2020-09-01 23:37:27','114.119.134.41',NULL,NULL),(70445,'four_oh_four','2020-09-01 19:16:26','2020-09-02 00:16:26','114.119.157.110',NULL,NULL),(70446,'four_oh_four','2020-09-01 19:29:38','2020-09-02 00:29:38','52.201.182.91',NULL,NULL),(70447,'four_oh_four','2020-09-01 19:30:21','2020-09-02 00:30:21','52.201.182.91',NULL,NULL),(70448,'four_oh_four','2020-09-01 21:01:44','2020-09-02 02:01:44','5.188.84.6',NULL,NULL),(70449,'four_oh_four','2020-09-01 21:38:29','2020-09-02 02:38:29','66.249.65.87',NULL,NULL),(70450,'four_oh_four','2020-09-01 22:38:22','2020-09-02 03:38:22','114.119.130.104',NULL,NULL),(70451,'four_oh_four','2020-09-02 02:12:53','2020-09-02 07:12:53','5.188.84.92',NULL,NULL),(70452,'four_oh_four','2020-09-02 02:28:52','2020-09-02 07:28:52','114.119.145.125',NULL,NULL),(70453,'four_oh_four','2020-09-02 03:16:49','2020-09-02 08:16:49','5.188.84.220',NULL,NULL),(70454,'four_oh_four','2020-09-02 08:44:01','2020-09-02 13:44:01','114.119.151.107',NULL,NULL),(70455,'four_oh_four','2020-09-02 11:37:11','2020-09-02 16:37:11','82.165.87.137',NULL,NULL),(70456,'four_oh_four','2020-09-02 13:47:51','2020-09-02 18:47:51','176.58.61.49',NULL,NULL),(70457,'four_oh_four','2020-09-02 14:02:26','2020-09-02 19:02:26','184.154.139.17',NULL,NULL),(70458,'four_oh_four','2020-09-02 14:25:04','2020-09-02 19:25:04','114.119.145.125',NULL,NULL),(70459,'four_oh_four','2020-09-02 14:36:33','2020-09-02 19:36:33','114.119.148.105',NULL,NULL),(70460,'four_oh_four','2020-09-02 15:32:10','2020-09-02 20:32:10','157.55.39.205',NULL,NULL),(70461,'four_oh_four','2020-09-02 15:45:56','2020-09-02 20:45:56','5.188.84.251',NULL,NULL),(70462,'four_oh_four','2020-09-02 17:00:15','2020-09-02 22:00:15','3.94.137.21',NULL,NULL),(70463,'four_oh_four','2020-09-02 17:00:19','2020-09-02 22:00:19','3.94.137.21',NULL,NULL),(70464,'four_oh_four','2020-09-02 17:00:22','2020-09-02 22:00:22','3.94.137.21',NULL,NULL),(70465,'four_oh_four','2020-09-02 17:00:24','2020-09-02 22:00:24','3.94.137.21',NULL,NULL),(70466,'four_oh_four','2020-09-02 17:19:58','2020-09-02 22:19:58','114.119.158.13',NULL,NULL),(70467,'four_oh_four','2020-09-02 21:03:56','2020-09-03 02:03:56','45.56.76.59',NULL,NULL),(70468,'four_oh_four','2020-09-02 21:04:01','2020-09-03 02:04:01','45.56.76.59',NULL,NULL),(70469,'four_oh_four','2020-09-02 21:04:33','2020-09-03 02:04:33','45.56.76.59',NULL,NULL),(70470,'four_oh_four','2020-09-02 21:04:36','2020-09-03 02:04:36','45.56.76.59',NULL,NULL),(70471,'four_oh_four','2020-09-02 21:41:21','2020-09-03 02:41:21','114.119.157.110',NULL,NULL),(70472,'four_oh_four','2020-09-02 21:53:47','2020-09-03 02:53:47','114.119.143.145',NULL,NULL),(70473,'four_oh_four','2020-09-03 01:10:13','2020-09-03 06:10:13','114.119.136.66',NULL,NULL),(70474,'four_oh_four','2020-09-03 02:33:28','2020-09-03 07:33:28','114.119.158.13',NULL,NULL),(70475,'four_oh_four','2020-09-03 02:58:11','2020-09-03 07:58:11','37.115.115.229',NULL,NULL),(70476,'four_oh_four','2020-09-03 03:47:30','2020-09-03 08:47:30','114.119.143.145',NULL,NULL),(70477,'four_oh_four','2020-09-03 06:24:25','2020-09-03 11:24:25','114.119.136.66',NULL,NULL),(70478,'four_oh_four','2020-09-03 07:43:28','2020-09-03 12:43:28','40.77.167.90',NULL,NULL),(70479,'four_oh_four','2020-09-03 08:23:10','2020-09-03 13:23:10','114.119.158.13',NULL,NULL),(70480,'four_oh_four','2020-09-03 10:39:39','2020-09-03 15:39:39','157.55.39.205',NULL,NULL),(70481,'four_oh_four','2020-09-03 11:00:36','2020-09-03 16:00:36','77.88.5.218',NULL,NULL),(70482,'four_oh_four','2020-09-03 11:34:35','2020-09-03 16:34:35','114.119.141.146',NULL,NULL),(70483,'four_oh_four','2020-09-03 13:40:28','2020-09-03 18:40:28','157.55.39.95',NULL,NULL),(70484,'four_oh_four','2020-09-03 14:04:57','2020-09-03 19:04:57','114.119.136.66',NULL,NULL),(70485,'four_oh_four','2020-09-03 14:08:14','2020-09-03 19:08:14','184.154.139.19',NULL,NULL),(70486,'four_oh_four','2020-09-03 14:11:02','2020-09-03 19:11:02','51.68.11.195',NULL,NULL),(70487,'four_oh_four','2020-09-03 14:11:27','2020-09-03 19:11:27','51.68.11.195',NULL,NULL),(70488,'four_oh_four','2020-09-03 14:23:12','2020-09-03 19:23:12','42.112.36.38',NULL,NULL),(70489,'four_oh_four','2020-09-03 14:23:15','2020-09-03 19:23:15','42.112.36.38',NULL,NULL),(70490,'four_oh_four','2020-09-03 15:15:26','2020-09-03 20:15:26','104.236.40.18',NULL,NULL),(70491,'four_oh_four','2020-09-03 15:15:30','2020-09-03 20:15:30','104.236.40.18',NULL,NULL),(70492,'four_oh_four','2020-09-03 15:20:50','2020-09-03 20:20:50','188.165.194.120',NULL,NULL),(70493,'four_oh_four','2020-09-03 15:24:37','2020-09-03 20:24:37','114.119.143.145',NULL,NULL),(70494,'four_oh_four','2020-09-03 16:17:32','2020-09-03 21:17:32','114.119.145.125',NULL,NULL),(70495,'four_oh_four','2020-09-03 18:07:35','2020-09-03 23:07:35','108.61.229.120',NULL,NULL),(70496,'four_oh_four','2020-09-03 18:07:52','2020-09-03 23:07:52','128.199.65.117',NULL,NULL),(70497,'four_oh_four','2020-09-03 18:07:57','2020-09-03 23:07:57','128.199.65.117',NULL,NULL),(70498,'four_oh_four','2020-09-03 18:10:39','2020-09-03 23:10:39','3.94.137.21',NULL,NULL),(70499,'four_oh_four','2020-09-03 18:10:42','2020-09-03 23:10:42','3.94.137.21',NULL,NULL),(70500,'four_oh_four','2020-09-03 18:10:44','2020-09-03 23:10:44','52.201.182.91',NULL,NULL),(70501,'four_oh_four','2020-09-03 18:10:46','2020-09-03 23:10:46','52.201.182.91',NULL,NULL),(70502,'four_oh_four','2020-09-03 19:27:22','2020-09-04 00:27:22','148.251.50.77',NULL,NULL),(70503,'four_oh_four','2020-09-03 19:27:56','2020-09-04 00:27:56','5.9.145.132',NULL,NULL),(70504,'four_oh_four','2020-09-03 20:39:44','2020-09-04 01:39:44','46.119.125.135',NULL,NULL),(70505,'four_oh_four','2020-09-03 21:27:43','2020-09-04 02:27:43','46.183.135.62',NULL,NULL),(70506,'four_oh_four','2020-09-03 21:35:41','2020-09-04 02:35:41','42.112.36.38',NULL,NULL),(70507,'four_oh_four','2020-09-03 22:10:13','2020-09-04 03:10:13','134.249.124.67',NULL,NULL),(70508,'four_oh_four','2020-09-04 00:35:25','2020-09-04 05:35:25','114.119.155.69',NULL,NULL),(70509,'four_oh_four','2020-09-04 00:46:43','2020-09-04 05:46:43','5.188.210.18',NULL,NULL),(70510,'four_oh_four','2020-09-04 02:12:12','2020-09-04 07:12:12','40.77.167.0',NULL,NULL),(70511,'four_oh_four','2020-09-04 03:12:27','2020-09-04 08:12:27','114.119.143.145',NULL,NULL),(70512,'four_oh_four','2020-09-04 03:22:45','2020-09-04 08:22:45','2.92.250.167',NULL,NULL),(70513,'four_oh_four','2020-09-04 03:48:08','2020-09-04 08:48:08','114.119.130.104',NULL,NULL),(70514,'four_oh_four','2020-09-04 05:11:38','2020-09-04 10:11:38','114.119.145.125',NULL,NULL),(70515,'four_oh_four','2020-09-04 06:04:40','2020-09-04 11:04:40','93.84.174.164',NULL,NULL),(70516,'four_oh_four','2020-09-04 06:58:06','2020-09-04 11:58:06','157.230.126.145',NULL,NULL),(70517,'four_oh_four','2020-09-04 06:58:27','2020-09-04 11:58:27','157.230.126.145',NULL,NULL),(70518,'four_oh_four','2020-09-04 06:58:40','2020-09-04 11:58:40','157.230.126.145',NULL,NULL),(70519,'four_oh_four','2020-09-04 06:58:52','2020-09-04 11:58:52','157.230.126.145',NULL,NULL),(70520,'four_oh_four','2020-09-04 06:58:59','2020-09-04 11:58:59','157.230.126.145',NULL,NULL),(70521,'four_oh_four','2020-09-04 06:59:12','2020-09-04 11:59:12','157.230.126.145',NULL,NULL),(70522,'four_oh_four','2020-09-04 06:59:22','2020-09-04 11:59:22','157.230.126.145',NULL,NULL),(70523,'four_oh_four','2020-09-04 06:59:46','2020-09-04 11:59:46','157.230.126.145',NULL,NULL),(70524,'four_oh_four','2020-09-04 07:00:00','2020-09-04 12:00:00','157.230.126.145',NULL,NULL),(70525,'four_oh_four','2020-09-04 07:00:10','2020-09-04 12:00:10','157.230.126.145',NULL,NULL),(70526,'four_oh_four','2020-09-04 09:25:15','2020-09-04 14:25:15','114.119.143.145',NULL,NULL),(70527,'four_oh_four','2020-09-04 11:46:25','2020-09-04 16:46:25','114.119.136.66',NULL,NULL),(70528,'four_oh_four','2020-09-04 11:52:17','2020-09-04 16:52:17','114.119.158.13',NULL,NULL),(70529,'four_oh_four','2020-09-04 13:28:31','2020-09-04 18:28:31','217.107.194.74',NULL,NULL),(70530,'four_oh_four','2020-09-04 14:03:13','2020-09-04 19:03:13','47.107.171.189',NULL,NULL),(70531,'four_oh_four','2020-09-04 14:03:32','2020-09-04 19:03:32','47.107.171.189',NULL,NULL),(70532,'four_oh_four','2020-09-04 14:03:42','2020-09-04 19:03:42','47.107.171.189',NULL,NULL),(70533,'four_oh_four','2020-09-04 14:03:44','2020-09-04 19:03:44','47.107.171.189',NULL,NULL),(70534,'four_oh_four','2020-09-04 14:11:33','2020-09-04 19:11:33','184.154.139.19',NULL,NULL),(70535,'four_oh_four','2020-09-04 14:12:09','2020-09-04 19:12:09','164.68.116.198',NULL,NULL),(70536,'four_oh_four','2020-09-04 16:06:28','2020-09-04 21:06:28','114.119.141.146',NULL,NULL),(70537,'four_oh_four','2020-09-04 17:25:30','2020-09-04 22:25:30','114.119.130.104',NULL,NULL),(70538,'four_oh_four','2020-09-04 18:06:25','2020-09-04 23:06:25','77.88.5.18',NULL,NULL),(70539,'four_oh_four','2020-09-04 18:23:02','2020-09-04 23:23:02','207.46.13.135',NULL,NULL),(70540,'four_oh_four','2020-09-04 18:33:19','2020-09-04 23:33:19','46.187.25.61',NULL,NULL),(70541,'four_oh_four','2020-09-04 19:11:26','2020-09-05 00:11:26','114.119.134.41',NULL,NULL),(70542,'four_oh_four','2020-09-04 19:21:01','2020-09-05 00:21:01','3.94.137.21',NULL,NULL),(70543,'four_oh_four','2020-09-04 19:21:05','2020-09-05 00:21:05','3.94.137.21',NULL,NULL),(70544,'four_oh_four','2020-09-04 19:21:08','2020-09-05 00:21:08','3.94.137.21',NULL,NULL),(70545,'four_oh_four','2020-09-04 19:21:10','2020-09-05 00:21:10','3.94.137.21',NULL,NULL),(70546,'four_oh_four','2020-09-04 19:37:43','2020-09-05 00:37:43','77.222.112.200',NULL,NULL),(70547,'four_oh_four','2020-09-04 21:54:23','2020-09-05 02:54:23','114.119.148.105',NULL,NULL),(70548,'four_oh_four','2020-09-04 23:11:05','2020-09-05 04:11:05','114.119.143.145',NULL,NULL),(70549,'four_oh_four','2020-09-05 00:59:14','2020-09-05 05:59:14','157.230.24.228',NULL,NULL),(70550,'four_oh_four','2020-09-05 00:59:19','2020-09-05 05:59:19','157.230.24.228',NULL,NULL),(70551,'four_oh_four','2020-09-05 00:59:29','2020-09-05 05:59:29','157.230.24.228',NULL,NULL),(70552,'four_oh_four','2020-09-05 00:59:41','2020-09-05 05:59:41','157.230.24.228',NULL,NULL),(70553,'four_oh_four','2020-09-05 00:59:46','2020-09-05 05:59:46','157.230.24.228',NULL,NULL),(70554,'four_oh_four','2020-09-05 00:59:58','2020-09-05 05:59:58','157.230.24.228',NULL,NULL),(70555,'four_oh_four','2020-09-05 01:00:10','2020-09-05 06:00:10','157.230.24.228',NULL,NULL),(70556,'four_oh_four','2020-09-05 01:00:15','2020-09-05 06:00:15','157.230.24.228',NULL,NULL),(70557,'four_oh_four','2020-09-05 01:00:24','2020-09-05 06:00:24','157.230.24.228',NULL,NULL),(70558,'four_oh_four','2020-09-05 01:00:30','2020-09-05 06:00:30','157.230.24.228',NULL,NULL),(70559,'four_oh_four','2020-09-05 02:10:47','2020-09-05 07:10:47','114.119.130.104',NULL,NULL),(70560,'four_oh_four','2020-09-05 02:40:39','2020-09-05 07:40:39','40.77.167.0',NULL,NULL),(70561,'four_oh_four','2020-09-05 03:04:04','2020-09-05 08:04:04','114.119.151.107',NULL,NULL),(70562,'four_oh_four','2020-09-05 03:52:14','2020-09-05 08:52:14','114.119.130.104',NULL,NULL),(70563,'four_oh_four','2020-09-05 04:22:28','2020-09-05 09:22:28','40.77.167.47',NULL,NULL),(70564,'four_oh_four','2020-09-05 04:56:32','2020-09-05 09:56:32','98.143.145.29',NULL,NULL),(70565,'four_oh_four','2020-09-05 06:09:13','2020-09-05 11:09:13','178.172.147.237',NULL,NULL),(70566,'four_oh_four','2020-09-05 06:39:20','2020-09-05 11:39:20','39.101.184.55',NULL,NULL),(70567,'four_oh_four','2020-09-05 06:39:20','2020-09-05 11:39:20','39.101.184.55',NULL,NULL),(70568,'four_oh_four','2020-09-05 06:39:25','2020-09-05 11:39:25','39.101.184.55',NULL,NULL),(70569,'four_oh_four','2020-09-05 06:39:28','2020-09-05 11:39:28','39.101.184.55',NULL,NULL),(70570,'four_oh_four','2020-09-05 06:39:26','2020-09-05 11:39:26','39.101.184.55',NULL,NULL),(70571,'four_oh_four','2020-09-05 06:39:24','2020-09-05 11:39:24','39.101.184.55',NULL,NULL),(70572,'four_oh_four','2020-09-05 06:39:28','2020-09-05 11:39:28','39.101.184.55',NULL,NULL),(70573,'four_oh_four','2020-09-05 06:39:29','2020-09-05 11:39:29','39.101.184.55',NULL,NULL),(70574,'four_oh_four','2020-09-05 06:39:28','2020-09-05 11:39:28','39.101.184.55',NULL,NULL),(70575,'four_oh_four','2020-09-05 06:39:32','2020-09-05 11:39:32','39.101.184.55',NULL,NULL),(70576,'four_oh_four','2020-09-05 06:39:25','2020-09-05 11:39:25','39.101.184.55',NULL,NULL),(70577,'four_oh_four','2020-09-05 06:39:30','2020-09-05 11:39:30','39.101.184.55',NULL,NULL),(70578,'four_oh_four','2020-09-05 06:39:28','2020-09-05 11:39:28','39.101.184.55',NULL,NULL),(70579,'four_oh_four','2020-09-05 06:39:29','2020-09-05 11:39:29','39.101.184.55',NULL,NULL),(70580,'four_oh_four','2020-09-05 06:39:30','2020-09-05 11:39:30','39.101.184.55',NULL,NULL),(70581,'four_oh_four','2020-09-05 06:39:29','2020-09-05 11:39:29','39.101.184.55',NULL,NULL),(70582,'four_oh_four','2020-09-05 06:39:30','2020-09-05 11:39:30','39.101.184.55',NULL,NULL),(70583,'four_oh_four','2020-09-05 06:39:23','2020-09-05 11:39:23','39.101.184.55',NULL,NULL),(70584,'four_oh_four','2020-09-05 06:39:30','2020-09-05 11:39:30','39.101.184.55',NULL,NULL),(70585,'four_oh_four','2020-09-05 06:39:25','2020-09-05 11:39:25','39.101.184.55',NULL,NULL),(70586,'four_oh_four','2020-09-05 10:51:37','2020-09-05 15:51:37','114.119.148.105',NULL,NULL),(70587,'four_oh_four','2020-09-05 10:57:28','2020-09-05 15:57:28','114.119.158.13',NULL,NULL),(70588,'four_oh_four','2020-09-05 11:20:26','2020-09-05 16:20:26','114.119.158.13',NULL,NULL),(70589,'four_oh_four','2020-09-05 11:48:45','2020-09-05 16:48:45','159.203.182.52',NULL,NULL),(70590,'four_oh_four','2020-09-05 11:49:36','2020-09-05 16:49:36','114.119.148.105',NULL,NULL),(70591,'four_oh_four','2020-09-05 12:04:23','2020-09-05 17:04:23','114.119.141.146',NULL,NULL),(70592,'four_oh_four','2020-09-05 13:22:37','2020-09-05 18:22:37','178.159.37.23',NULL,NULL),(70593,'four_oh_four','2020-09-05 13:58:08','2020-09-05 18:58:08','62.210.103.67',NULL,NULL),(70594,'four_oh_four','2020-09-05 14:03:02','2020-09-05 19:03:02','184.154.139.19',NULL,NULL),(70595,'four_oh_four','2020-09-05 14:04:31','2020-09-05 19:04:31','184.154.139.19',NULL,NULL),(70596,'four_oh_four','2020-09-05 14:18:29','2020-09-05 19:18:29','216.144.228.130',NULL,NULL),(70597,'four_oh_four','2020-09-05 14:48:47','2020-09-05 19:48:47','185.255.96.99',NULL,NULL),(70598,'four_oh_four','2020-09-05 20:36:19','2020-09-06 01:36:19','52.201.182.91',NULL,NULL),(70599,'four_oh_four','2020-09-05 20:36:22','2020-09-06 01:36:22','52.201.182.91',NULL,NULL),(70600,'four_oh_four','2020-09-05 20:36:26','2020-09-06 01:36:26','3.94.137.21',NULL,NULL),(70601,'four_oh_four','2020-09-05 20:36:27','2020-09-06 01:36:27','3.94.137.21',NULL,NULL),(70602,'four_oh_four','2020-09-05 22:39:00','2020-09-06 03:39:00','5.196.23.219',NULL,NULL),(70603,'four_oh_four','2020-09-06 00:49:18','2020-09-06 05:49:18','121.89.204.243',NULL,NULL),(70604,'four_oh_four','2020-09-06 01:30:36','2020-09-06 06:30:36','207.46.13.3',NULL,NULL),(70605,'four_oh_four','2020-09-06 05:02:49','2020-09-06 10:02:49','121.89.204.243',NULL,NULL),(70606,'four_oh_four','2020-09-06 05:02:49','2020-09-06 10:02:49','121.89.204.243',NULL,NULL),(70607,'four_oh_four','2020-09-06 09:36:05','2020-09-06 14:36:05','108.167.132.33',NULL,NULL),(70608,'four_oh_four','2020-09-06 10:44:56','2020-09-06 15:44:56','178.159.37.88',NULL,NULL),(70609,'four_oh_four','2020-09-06 11:02:00','2020-09-06 16:02:00','207.46.13.107',NULL,NULL),(70610,'four_oh_four','2020-09-06 11:56:58','2020-09-06 16:56:58','157.230.126.145',NULL,NULL),(70611,'four_oh_four','2020-09-06 11:57:07','2020-09-06 16:57:07','157.230.126.145',NULL,NULL),(70612,'four_oh_four','2020-09-06 11:57:17','2020-09-06 16:57:17','157.230.126.145',NULL,NULL),(70613,'four_oh_four','2020-09-06 11:57:29','2020-09-06 16:57:29','157.230.126.145',NULL,NULL),(70614,'four_oh_four','2020-09-06 11:57:38','2020-09-06 16:57:38','157.230.126.145',NULL,NULL),(70615,'four_oh_four','2020-09-06 11:57:47','2020-09-06 16:57:47','157.230.126.145',NULL,NULL),(70616,'four_oh_four','2020-09-06 11:57:52','2020-09-06 16:57:52','157.230.126.145',NULL,NULL),(70617,'four_oh_four','2020-09-06 11:57:57','2020-09-06 16:57:57','157.230.126.145',NULL,NULL),(70618,'four_oh_four','2020-09-06 11:58:12','2020-09-06 16:58:12','157.230.126.145',NULL,NULL),(70619,'four_oh_four','2020-09-06 11:58:20','2020-09-06 16:58:20','157.230.126.145',NULL,NULL),(70620,'four_oh_four','2020-09-06 12:29:54','2020-09-06 17:29:54','157.230.24.228',NULL,NULL),(70621,'four_oh_four','2020-09-06 12:30:08','2020-09-06 17:30:08','157.230.24.228',NULL,NULL),(70622,'four_oh_four','2020-09-06 12:30:19','2020-09-06 17:30:19','157.230.24.228',NULL,NULL),(70623,'four_oh_four','2020-09-06 12:30:31','2020-09-06 17:30:31','157.230.24.228',NULL,NULL),(70624,'four_oh_four','2020-09-06 12:30:38','2020-09-06 17:30:38','157.230.24.228',NULL,NULL),(70625,'four_oh_four','2020-09-06 12:30:47','2020-09-06 17:30:47','157.230.24.228',NULL,NULL),(70626,'four_oh_four','2020-09-06 12:31:09','2020-09-06 17:31:09','157.230.24.228',NULL,NULL),(70627,'four_oh_four','2020-09-06 12:31:25','2020-09-06 17:31:25','157.230.24.228',NULL,NULL),(70628,'four_oh_four','2020-09-06 12:31:37','2020-09-06 17:31:37','157.230.24.228',NULL,NULL),(70629,'four_oh_four','2020-09-06 12:31:50','2020-09-06 17:31:50','157.230.24.228',NULL,NULL),(70630,'four_oh_four','2020-09-06 12:33:21','2020-09-06 17:33:21','114.119.143.145',NULL,NULL),(70631,'four_oh_four','2020-09-06 14:09:09','2020-09-06 19:09:09','184.154.139.17',NULL,NULL),(70632,'four_oh_four','2020-09-06 14:11:16','2020-09-06 19:11:16','5.188.84.251',NULL,NULL),(70633,'four_oh_four','2020-09-06 15:28:41','2020-09-06 20:28:41','40.77.167.222',NULL,NULL),(70634,'four_oh_four','2020-09-06 16:50:38','2020-09-06 21:50:38','66.249.65.87',NULL,NULL),(70635,'four_oh_four','2020-09-06 17:03:46','2020-09-06 22:03:46','121.89.204.243',NULL,NULL),(70636,'four_oh_four','2020-09-06 17:03:46','2020-09-06 22:03:46','121.89.204.243',NULL,NULL),(70637,'four_oh_four','2020-09-06 17:03:46','2020-09-06 22:03:46','121.89.204.243',NULL,NULL),(70638,'four_oh_four','2020-09-06 17:03:46','2020-09-06 22:03:46','121.89.204.243',NULL,NULL),(70639,'four_oh_four','2020-09-06 17:03:46','2020-09-06 22:03:46','121.89.204.243',NULL,NULL),(70640,'four_oh_four','2020-09-06 17:03:46','2020-09-06 22:03:46','121.89.204.243',NULL,NULL),(70641,'four_oh_four','2020-09-06 17:08:54','2020-09-06 22:08:54','114.119.158.13',NULL,NULL),(70642,'four_oh_four','2020-09-06 17:19:22','2020-09-06 22:19:22','5.188.210.18',NULL,NULL),(70643,'four_oh_four','2020-09-06 17:40:32','2020-09-06 22:40:32','207.46.13.3',NULL,NULL),(70644,'four_oh_four','2020-09-06 18:49:31','2020-09-06 23:49:31','114.119.143.145',NULL,NULL),(70645,'four_oh_four','2020-09-06 19:58:55','2020-09-07 00:58:55','114.119.130.104',NULL,NULL),(70646,'four_oh_four','2020-09-06 21:12:33','2020-09-07 02:12:33','40.77.167.85',NULL,NULL),(70647,'four_oh_four','2020-09-06 21:32:38','2020-09-07 02:32:38','5.188.210.18',NULL,NULL),(70648,'four_oh_four','2020-09-06 22:06:47','2020-09-07 03:06:47','52.201.182.91',NULL,NULL),(70649,'four_oh_four','2020-09-06 22:06:50','2020-09-07 03:06:50','52.201.182.91',NULL,NULL),(70650,'four_oh_four','2020-09-06 22:06:54','2020-09-07 03:06:54','3.94.137.21',NULL,NULL),(70651,'four_oh_four','2020-09-06 22:06:55','2020-09-07 03:06:55','3.94.137.21',NULL,NULL),(70652,'four_oh_four','2020-09-06 22:11:25','2020-09-07 03:11:25','157.55.39.207',NULL,NULL),(70653,'four_oh_four','2020-09-06 22:32:40','2020-09-07 03:32:40','114.119.151.107',NULL,NULL),(70654,'four_oh_four','2020-09-07 01:41:57','2020-09-07 06:41:57','35.210.225.86',NULL,NULL),(70655,'four_oh_four','2020-09-07 04:02:01','2020-09-07 09:02:01','114.119.130.104',NULL,NULL),(70656,'four_oh_four','2020-09-07 07:03:27','2020-09-07 12:03:27','114.119.145.125',NULL,NULL),(70657,'four_oh_four','2020-09-07 09:38:06','2020-09-07 14:38:06','162.243.29.24',NULL,NULL),(70658,'four_oh_four','2020-09-07 10:09:03','2020-09-07 15:09:03','114.119.134.41',NULL,NULL),(70659,'four_oh_four','2020-09-07 11:56:03','2020-09-07 16:56:03','40.77.167.85',NULL,NULL),(70660,'four_oh_four','2020-09-07 12:29:40','2020-09-07 17:29:40','66.249.65.85',NULL,NULL),(70661,'four_oh_four','2020-09-07 12:44:25','2020-09-07 17:44:25','66.249.65.82',NULL,NULL),(70662,'four_oh_four','2020-09-07 13:26:49','2020-09-07 18:26:49','185.98.7.162',NULL,NULL),(70663,'four_oh_four','2020-09-07 13:26:49','2020-09-07 18:26:49','185.98.7.162',NULL,NULL),(70664,'four_oh_four','2020-09-07 14:04:11','2020-09-07 19:04:11','184.154.139.18',NULL,NULL),(70665,'four_oh_four','2020-09-07 14:07:25','2020-09-07 19:07:25','97.79.238.26',NULL,NULL),(70666,'four_oh_four','2020-09-07 14:42:42','2020-09-07 19:42:42','157.55.39.93',NULL,NULL),(70667,'four_oh_four','2020-09-07 14:45:36','2020-09-07 19:45:36','114.119.130.104',NULL,NULL),(70668,'four_oh_four','2020-09-07 14:55:34','2020-09-07 19:55:34','192.185.2.117',NULL,NULL),(70669,'four_oh_four','2020-09-07 15:06:29','2020-09-07 20:06:29','39.101.67.145',NULL,NULL),(70670,'four_oh_four','2020-09-07 16:58:56','2020-09-07 21:58:56','114.119.136.66',NULL,NULL),(70671,'four_oh_four','2020-09-07 17:17:47','2020-09-07 22:17:47','52.173.87.193',NULL,NULL),(70672,'four_oh_four','2020-09-07 17:17:50','2020-09-07 22:17:50','52.173.87.193',NULL,NULL),(70673,'four_oh_four','2020-09-07 17:17:56','2020-09-07 22:17:56','52.173.87.193',NULL,NULL),(70674,'four_oh_four','2020-09-07 17:18:08','2020-09-07 22:18:08','52.173.87.193',NULL,NULL),(70675,'four_oh_four','2020-09-07 17:19:04','2020-09-07 22:19:04','52.173.87.193',NULL,NULL),(70676,'four_oh_four','2020-09-07 17:19:34','2020-09-07 22:19:34','52.173.87.193',NULL,NULL),(70677,'four_oh_four','2020-09-07 17:20:20','2020-09-07 22:20:20','52.173.87.193',NULL,NULL),(70678,'four_oh_four','2020-09-07 17:20:53','2020-09-07 22:20:53','52.173.87.193',NULL,NULL),(70679,'four_oh_four','2020-09-07 17:21:01','2020-09-07 22:21:01','52.173.87.193',NULL,NULL),(70680,'four_oh_four','2020-09-07 17:21:17','2020-09-07 22:21:17','52.173.87.193',NULL,NULL),(70681,'four_oh_four','2020-09-07 17:39:32','2020-09-07 22:39:32','40.77.167.58',NULL,NULL),(70682,'four_oh_four','2020-09-07 17:53:41','2020-09-07 22:53:41','39.101.67.145',NULL,NULL),(70683,'four_oh_four','2020-09-07 18:17:13','2020-09-07 23:17:13','114.119.130.151',NULL,NULL),(70684,'four_oh_four','2020-09-07 19:06:07','2020-09-08 00:06:07','157.55.39.89',NULL,NULL),(70685,'four_oh_four','2020-09-07 19:24:13','2020-09-08 00:24:13','66.249.65.85',NULL,NULL),(70686,'four_oh_four','2020-09-07 21:04:20','2020-09-08 02:04:20','114.119.158.13',NULL,NULL),(70687,'four_oh_four','2020-09-07 21:21:51','2020-09-08 02:21:51','193.106.243.15',NULL,NULL),(70688,'four_oh_four','2020-09-07 22:20:19','2020-09-08 03:20:19','114.119.131.197',NULL,NULL),(70689,'four_oh_four','2020-09-07 23:44:42','2020-09-08 04:44:42','3.94.137.21',NULL,NULL),(70690,'four_oh_four','2020-09-07 23:44:45','2020-09-08 04:44:45','3.94.137.21',NULL,NULL),(70691,'four_oh_four','2020-09-07 23:44:48','2020-09-08 04:44:48','3.94.137.21',NULL,NULL),(70692,'four_oh_four','2020-09-07 23:44:49','2020-09-08 04:44:49','3.94.137.21',NULL,NULL),(70693,'four_oh_four','2020-09-08 01:10:47','2020-09-08 06:10:47','114.119.130.104',NULL,NULL),(70694,'four_oh_four','2020-09-08 01:26:50','2020-09-08 06:26:50','172.58.187.111',NULL,NULL),(70695,'four_oh_four','2020-09-08 01:27:45','2020-09-08 06:27:45','172.58.187.111',NULL,NULL),(70696,'four_oh_four','2020-09-08 01:49:04','2020-09-08 06:49:04','104.211.17.140',NULL,NULL),(70697,'four_oh_four','2020-09-08 01:49:07','2020-09-08 06:49:07','104.211.17.140',NULL,NULL),(70698,'four_oh_four','2020-09-08 01:49:13','2020-09-08 06:49:13','104.211.17.140',NULL,NULL),(70699,'four_oh_four','2020-09-08 01:49:15','2020-09-08 06:49:15','104.211.17.140',NULL,NULL),(70700,'four_oh_four','2020-09-08 01:49:40','2020-09-08 06:49:40','104.211.17.140',NULL,NULL),(70701,'four_oh_four','2020-09-08 01:49:48','2020-09-08 06:49:48','104.211.17.140',NULL,NULL),(70702,'four_oh_four','2020-09-08 01:59:40','2020-09-08 06:59:40','104.211.17.140',NULL,NULL),(70703,'four_oh_four','2020-09-08 01:59:43','2020-09-08 06:59:43','104.211.17.140',NULL,NULL),(70704,'four_oh_four','2020-09-08 01:59:49','2020-09-08 06:59:49','104.211.17.140',NULL,NULL),(70705,'four_oh_four','2020-09-08 01:59:51','2020-09-08 06:59:51','104.211.17.140',NULL,NULL),(70706,'four_oh_four','2020-09-08 02:00:14','2020-09-08 07:00:14','104.211.17.140',NULL,NULL),(70707,'four_oh_four','2020-09-08 02:00:22','2020-09-08 07:00:22','104.211.17.140',NULL,NULL),(70708,'four_oh_four','2020-09-08 02:07:27','2020-09-08 07:07:27','89.46.106.231',NULL,NULL),(70709,'four_oh_four','2020-09-08 02:38:19','2020-09-08 07:38:19','172.58.187.62',NULL,NULL),(70710,'four_oh_four','2020-09-08 03:19:04','2020-09-08 08:19:04','40.77.167.85',NULL,NULL),(70711,'four_oh_four','2020-09-08 04:34:04','2020-09-08 09:34:04','134.249.147.157',NULL,NULL),(70712,'four_oh_four','2020-09-08 05:11:26','2020-09-08 10:11:26','40.77.167.85',NULL,NULL),(70713,'four_oh_four','2020-09-08 05:29:57','2020-09-08 10:29:57','5.188.210.18',NULL,NULL),(70714,'four_oh_four','2020-09-08 05:53:15','2020-09-08 10:53:15','178.159.37.69',NULL,NULL),(70715,'four_oh_four','2020-09-08 07:37:55','2020-09-08 12:37:55','114.119.155.200',NULL,NULL),(70716,'four_oh_four','2020-09-08 08:41:53','2020-09-08 13:41:53','129.146.190.190',NULL,NULL),(70717,'four_oh_four','2020-09-08 11:40:27','2020-09-08 16:40:27','178.171.59.63',NULL,NULL),(70718,'four_oh_four','2020-09-08 11:40:48','2020-09-08 16:40:48','96.44.183.149',NULL,NULL),(70719,'four_oh_four','2020-09-08 14:03:32','2020-09-08 19:03:32','184.154.139.3',NULL,NULL),(70720,'four_oh_four','2020-09-08 16:13:22','2020-09-08 21:13:22','114.119.134.41',NULL,NULL),(70721,'four_oh_four','2020-09-08 16:47:35','2020-09-08 21:47:35','188.124.42.107',NULL,NULL),(70722,'four_oh_four','2020-09-08 17:05:49','2020-09-08 22:05:49','5.188.84.230',NULL,NULL),(70723,'four_oh_four','2020-09-08 18:06:53','2020-09-08 23:06:53','95.37.161.104',NULL,NULL),(70724,'four_oh_four','2020-09-08 19:39:50','2020-09-09 00:39:50','52.201.182.91',NULL,NULL),(70725,'four_oh_four','2020-09-08 19:40:48','2020-09-09 00:40:48','52.201.182.91',NULL,NULL),(70726,'four_oh_four','2020-09-08 19:41:58','2020-09-09 00:41:58','52.201.182.91',NULL,NULL),(70727,'four_oh_four','2020-09-08 19:42:19','2020-09-09 00:42:19','52.201.182.91',NULL,NULL),(70728,'four_oh_four','2020-09-08 19:42:22','2020-09-09 00:42:22','114.119.157.110',NULL,NULL),(70729,'four_oh_four','2020-09-08 19:42:30','2020-09-09 00:42:30','52.201.182.91',NULL,NULL),(70730,'four_oh_four','2020-09-08 19:42:37','2020-09-09 00:42:37','52.201.182.91',NULL,NULL),(70731,'four_oh_four','2020-09-08 19:59:08','2020-09-09 00:59:08','114.119.134.41',NULL,NULL),(70732,'four_oh_four','2020-09-08 20:15:26','2020-09-09 01:15:26','118.69.62.106',NULL,NULL),(70733,'four_oh_four','2020-09-08 20:15:32','2020-09-09 01:15:32','118.69.62.106',NULL,NULL),(70734,'four_oh_four','2020-09-08 20:15:39','2020-09-09 01:15:39','118.69.62.106',NULL,NULL),(70735,'four_oh_four','2020-09-08 21:16:05','2020-09-09 02:16:05','114.119.157.110',NULL,NULL),(70736,'four_oh_four','2020-09-09 00:44:08','2020-09-09 05:44:08','101.200.213.133',NULL,NULL),(70737,'four_oh_four','2020-09-09 00:44:41','2020-09-09 05:44:41','101.200.213.133',NULL,NULL),(70738,'four_oh_four','2020-09-09 01:16:18','2020-09-09 06:16:18','3.94.137.21',NULL,NULL),(70739,'four_oh_four','2020-09-09 01:16:23','2020-09-09 06:16:23','3.94.137.21',NULL,NULL),(70740,'four_oh_four','2020-09-09 01:16:25','2020-09-09 06:16:25','3.94.137.21',NULL,NULL),(70741,'four_oh_four','2020-09-09 01:16:27','2020-09-09 06:16:27','3.94.137.21',NULL,NULL),(70742,'four_oh_four','2020-09-09 01:49:12','2020-09-09 06:49:12','114.119.141.146',NULL,NULL),(70743,'four_oh_four','2020-09-09 01:58:56','2020-09-09 06:58:56','40.77.167.85',NULL,NULL),(70744,'four_oh_four','2020-09-09 02:26:30','2020-09-09 07:26:30','178.184.116.4',NULL,NULL),(70745,'four_oh_four','2020-09-09 02:35:14','2020-09-09 07:35:14','114.119.130.104',NULL,NULL),(70746,'four_oh_four','2020-09-09 03:33:52','2020-09-09 08:33:52','5.102.173.71',NULL,NULL),(70747,'four_oh_four','2020-09-09 03:35:40','2020-09-09 08:35:40','5.102.173.71',NULL,NULL),(70748,'four_oh_four','2020-09-09 03:36:56','2020-09-09 08:36:56','185.255.96.99',NULL,NULL),(70749,'four_oh_four','2020-09-09 04:18:28','2020-09-09 09:18:28','162.215.252.76',NULL,NULL),(70750,'four_oh_four','2020-09-09 05:59:46','2020-09-09 10:59:46','114.119.143.145',NULL,NULL),(70751,'four_oh_four','2020-09-09 06:19:35','2020-09-09 11:19:35','66.249.65.84',NULL,NULL),(70752,'four_oh_four','2020-09-09 06:48:16','2020-09-09 11:48:16','114.119.143.145',NULL,NULL),(70753,'four_oh_four','2020-09-09 06:50:33','2020-09-09 11:50:33','157.55.39.190',NULL,NULL),(70754,'four_oh_four','2020-09-09 07:36:07','2020-09-09 12:36:07','199.66.201.19',NULL,NULL),(70755,'four_oh_four','2020-09-09 07:36:08','2020-09-09 12:36:08','199.66.201.19',NULL,NULL),(70756,'four_oh_four','2020-09-09 08:58:03','2020-09-09 13:58:03','207.46.13.175',NULL,NULL),(70757,'four_oh_four','2020-09-09 09:45:17','2020-09-09 14:45:17','114.119.158.13',NULL,NULL),(70758,'four_oh_four','2020-09-09 10:40:37','2020-09-09 15:40:37','37.113.185.22',NULL,NULL),(70759,'four_oh_four','2020-09-09 11:05:29','2020-09-09 16:05:29','207.46.13.3',NULL,NULL),(70760,'four_oh_four','2020-09-09 11:12:59','2020-09-09 16:12:59','104.149.134.218',NULL,NULL),(70761,'four_oh_four','2020-09-09 12:02:16','2020-09-09 17:02:16','40.77.167.135',NULL,NULL),(70762,'four_oh_four','2020-09-09 12:22:42','2020-09-09 17:22:42','114.119.158.13',NULL,NULL),(70763,'four_oh_four','2020-09-09 14:07:18','2020-09-09 19:07:18','184.154.139.19',NULL,NULL),(70764,'four_oh_four','2020-09-09 14:51:23','2020-09-09 19:51:23','114.119.134.41',NULL,NULL),(70765,'four_oh_four','2020-09-09 15:53:54','2020-09-09 20:53:54','157.55.39.190',NULL,NULL),(70766,'four_oh_four','2020-09-09 19:53:39','2020-09-10 00:53:39','114.119.158.13',NULL,NULL),(70767,'four_oh_four','2020-09-09 20:45:25','2020-09-10 01:45:25','114.119.145.125',NULL,NULL),(70768,'four_oh_four','2020-09-09 21:01:12','2020-09-10 02:01:12','114.119.130.104',NULL,NULL),(70769,'four_oh_four','2020-09-09 21:13:13','2020-09-10 02:13:13','213.217.225.176',NULL,NULL),(70770,'four_oh_four','2020-09-09 23:52:04','2020-09-10 04:52:04','114.119.148.105',NULL,NULL),(70771,'four_oh_four','2020-09-10 00:13:34','2020-09-10 05:13:34','114.119.158.13',NULL,NULL),(70772,'four_oh_four','2020-09-10 00:34:20','2020-09-10 05:34:20','207.46.13.3',NULL,NULL),(70773,'four_oh_four','2020-09-10 03:06:35','2020-09-10 08:06:35','52.201.182.91',NULL,NULL),(70774,'four_oh_four','2020-09-10 03:06:38','2020-09-10 08:06:38','52.201.182.91',NULL,NULL),(70775,'four_oh_four','2020-09-10 03:06:45','2020-09-10 08:06:45','3.94.137.21',NULL,NULL),(70776,'four_oh_four','2020-09-10 03:06:47','2020-09-10 08:06:47','3.94.137.21',NULL,NULL),(70777,'four_oh_four','2020-09-10 03:55:38','2020-09-10 08:55:38','114.119.151.107',NULL,NULL),(70778,'four_oh_four','2020-09-10 04:01:11','2020-09-10 09:01:11','114.119.145.125',NULL,NULL),(70779,'four_oh_four','2020-09-10 05:21:43','2020-09-10 10:21:43','207.46.13.36',NULL,NULL),(70780,'four_oh_four','2020-09-10 05:25:36','2020-09-10 10:25:36','207.46.13.252',NULL,NULL),(70781,'four_oh_four','2020-09-10 06:52:40','2020-09-10 11:52:40','212.164.64.206',NULL,NULL),(70782,'four_oh_four','2020-09-10 08:11:13','2020-09-10 13:11:13','118.31.120.31',NULL,NULL),(70783,'four_oh_four','2020-09-10 08:11:14','2020-09-10 13:11:14','118.31.120.31',NULL,NULL),(70784,'four_oh_four','2020-09-10 08:11:14','2020-09-10 13:11:14','118.31.120.31',NULL,NULL),(70785,'four_oh_four','2020-09-10 08:11:14','2020-09-10 13:11:14','118.31.120.31',NULL,NULL),(70786,'four_oh_four','2020-09-10 08:11:15','2020-09-10 13:11:15','118.31.120.31',NULL,NULL),(70787,'four_oh_four','2020-09-10 08:11:15','2020-09-10 13:11:15','118.31.120.31',NULL,NULL),(70788,'four_oh_four','2020-09-10 08:11:13','2020-09-10 13:11:13','118.31.120.31',NULL,NULL),(70789,'four_oh_four','2020-09-10 11:16:31','2020-09-10 16:16:31','40.77.167.114',NULL,NULL),(70790,'four_oh_four','2020-09-10 14:02:26','2020-09-10 19:02:26','184.154.139.20',NULL,NULL),(70791,'four_oh_four','2020-09-10 14:20:48','2020-09-10 19:20:48','114.119.157.110',NULL,NULL),(70792,'four_oh_four','2020-09-10 15:51:41','2020-09-10 20:51:41','37.115.216.98',NULL,NULL),(70793,'four_oh_four','2020-09-10 18:22:08','2020-09-10 23:22:08','114.119.130.104',NULL,NULL),(70794,'four_oh_four','2020-09-10 19:35:12','2020-09-11 00:35:12','114.119.148.105',NULL,NULL),(70795,'four_oh_four','2020-09-10 19:35:30','2020-09-11 00:35:30','178.159.37.88',NULL,NULL),(70796,'four_oh_four','2020-09-11 00:26:05','2020-09-11 05:26:05','114.119.136.66',NULL,NULL),(70797,'four_oh_four','2020-09-11 02:04:03','2020-09-11 07:04:03','46.8.150.165',NULL,NULL),(70798,'four_oh_four','2020-09-11 03:11:53','2020-09-11 08:11:53','114.119.148.105',NULL,NULL),(70799,'four_oh_four','2020-09-11 03:58:13','2020-09-11 08:58:13','114.119.134.41',NULL,NULL),(70800,'four_oh_four','2020-09-11 04:20:21','2020-09-11 09:20:21','46.161.15.40',NULL,NULL),(70801,'four_oh_four','2020-09-11 04:55:54','2020-09-11 09:55:54','52.201.182.91',NULL,NULL),(70802,'four_oh_four','2020-09-11 04:55:58','2020-09-11 09:55:58','52.201.182.91',NULL,NULL),(70803,'four_oh_four','2020-09-11 04:56:01','2020-09-11 09:56:01','3.94.137.21',NULL,NULL),(70804,'four_oh_four','2020-09-11 04:56:03','2020-09-11 09:56:03','3.94.137.21',NULL,NULL),(70805,'four_oh_four','2020-09-11 05:06:32','2020-09-11 10:06:32','114.119.145.125',NULL,NULL),(70806,'four_oh_four','2020-09-11 06:37:42','2020-09-11 11:37:42','176.107.183.146',NULL,NULL),(70807,'four_oh_four','2020-09-11 08:49:54','2020-09-11 13:49:54','114.119.134.41',NULL,NULL),(70808,'four_oh_four','2020-09-11 09:24:53','2020-09-11 14:24:53','37.44.68.230',NULL,NULL),(70809,'four_oh_four','2020-09-11 09:43:31','2020-09-11 14:43:31','40.77.167.81',NULL,NULL),(70810,'four_oh_four','2020-09-11 10:26:02','2020-09-11 15:26:02','114.119.148.105',NULL,NULL),(70811,'four_oh_four','2020-09-11 10:32:17','2020-09-11 15:32:17','114.119.136.66',NULL,NULL),(70812,'four_oh_four','2020-09-11 11:53:10','2020-09-11 16:53:10','103.139.113.34',NULL,NULL),(70813,'four_oh_four','2020-09-11 14:09:42','2020-09-11 19:09:42','184.154.139.17',NULL,NULL),(70814,'four_oh_four','2020-09-11 16:12:13','2020-09-11 21:12:13','207.46.13.17',NULL,NULL),(70815,'four_oh_four','2020-09-11 20:46:29','2020-09-12 01:46:29','114.119.130.104',NULL,NULL),(70816,'four_oh_four','2020-09-11 20:58:17','2020-09-12 01:58:17','114.119.158.13',NULL,NULL),(70817,'four_oh_four','2020-09-11 21:14:59','2020-09-12 02:14:59','46.187.25.61',NULL,NULL),(70818,'four_oh_four','2020-09-11 21:19:40','2020-09-12 02:19:40','114.119.136.66',NULL,NULL),(70819,'four_oh_four','2020-09-11 23:55:46','2020-09-12 04:55:46','5.188.210.18',NULL,NULL),(70820,'four_oh_four','2020-09-12 00:15:22','2020-09-12 05:15:22','114.119.143.145',NULL,NULL),(70821,'four_oh_four','2020-09-12 00:58:31','2020-09-12 05:58:31','114.119.148.105',NULL,NULL),(70822,'four_oh_four','2020-09-12 02:17:37','2020-09-12 07:17:37','217.138.209.245',NULL,NULL),(70823,'four_oh_four','2020-09-12 03:01:53','2020-09-12 08:01:53','178.141.63.215',NULL,NULL),(70824,'four_oh_four','2020-09-12 03:25:46','2020-09-12 08:25:46','66.249.65.85',NULL,NULL),(70825,'four_oh_four','2020-09-12 04:04:22','2020-09-12 09:04:22','114.119.130.104',NULL,NULL),(70826,'four_oh_four','2020-09-12 04:38:27','2020-09-12 09:38:27','5.188.210.18',NULL,NULL),(70827,'four_oh_four','2020-09-12 04:47:57','2020-09-12 09:47:57','114.119.141.146',NULL,NULL),(70828,'four_oh_four','2020-09-12 05:51:33','2020-09-12 10:51:33','114.119.134.41',NULL,NULL),(70829,'four_oh_four','2020-09-12 06:18:29','2020-09-12 11:18:29','66.249.65.83',NULL,NULL),(70830,'four_oh_four','2020-09-12 06:22:35','2020-09-12 11:22:35','66.249.65.83',NULL,NULL),(70831,'four_oh_four','2020-09-12 07:05:34','2020-09-12 12:05:34','52.201.182.91',NULL,NULL),(70832,'four_oh_four','2020-09-12 07:05:37','2020-09-12 12:05:37','3.94.137.21',NULL,NULL),(70833,'four_oh_four','2020-09-12 07:05:41','2020-09-12 12:05:41','3.94.137.21',NULL,NULL),(70834,'four_oh_four','2020-09-12 07:05:41','2020-09-12 12:05:41','52.201.182.91',NULL,NULL),(70835,'four_oh_four','2020-09-12 10:40:28','2020-09-12 15:40:28','46.33.33.4',NULL,NULL),(70836,'four_oh_four','2020-09-12 14:12:39','2020-09-12 19:12:39','184.154.139.21',NULL,NULL),(70837,'four_oh_four','2020-09-12 15:05:25','2020-09-12 20:05:25','114.119.148.105',NULL,NULL),(70838,'four_oh_four','2020-09-12 16:02:49','2020-09-12 21:02:49','132.148.104.131',NULL,NULL),(70839,'four_oh_four','2020-09-12 16:02:48','2020-09-12 21:02:48','132.148.104.131',NULL,NULL),(70840,'four_oh_four','2020-09-12 20:46:52','2020-09-13 01:46:52','5.188.84.92',NULL,NULL),(70841,'four_oh_four','2020-09-12 22:27:07','2020-09-13 03:27:07','114.119.148.105',NULL,NULL),(70842,'four_oh_four','2020-09-12 23:28:18','2020-09-13 04:28:18','91.134.248.253',NULL,NULL),(70843,'four_oh_four','2020-09-12 23:44:46','2020-09-13 04:44:46','23.98.66.71',NULL,NULL),(70844,'four_oh_four','2020-09-12 23:44:50','2020-09-13 04:44:50','23.98.66.71',NULL,NULL),(70845,'four_oh_four','2020-09-12 23:44:54','2020-09-13 04:44:54','23.98.66.71',NULL,NULL),(70846,'four_oh_four','2020-09-12 23:44:58','2020-09-13 04:44:58','23.98.66.71',NULL,NULL),(70847,'four_oh_four','2020-09-12 23:45:02','2020-09-13 04:45:02','23.98.66.71',NULL,NULL),(70848,'four_oh_four','2020-09-12 23:45:06','2020-09-13 04:45:06','23.98.66.71',NULL,NULL),(70849,'four_oh_four','2020-09-12 23:45:10','2020-09-13 04:45:10','23.98.66.71',NULL,NULL),(70850,'four_oh_four','2020-09-12 23:45:14','2020-09-13 04:45:14','23.98.66.71',NULL,NULL),(70851,'four_oh_four','2020-09-12 23:45:17','2020-09-13 04:45:17','23.98.66.71',NULL,NULL),(70852,'four_oh_four','2020-09-12 23:45:21','2020-09-13 04:45:21','23.98.66.71',NULL,NULL),(70853,'four_oh_four','2020-09-12 23:45:29','2020-09-13 04:45:29','23.98.66.71',NULL,NULL),(70854,'four_oh_four','2020-09-12 23:45:33','2020-09-13 04:45:33','23.98.66.71',NULL,NULL),(70855,'four_oh_four','2020-09-12 23:45:37','2020-09-13 04:45:37','23.98.66.71',NULL,NULL),(70856,'four_oh_four','2020-09-12 23:45:41','2020-09-13 04:45:41','23.98.66.71',NULL,NULL),(70857,'four_oh_four','2020-09-12 23:45:45','2020-09-13 04:45:45','23.98.66.71',NULL,NULL),(70858,'four_oh_four','2020-09-12 23:45:49','2020-09-13 04:45:49','23.98.66.71',NULL,NULL),(70859,'four_oh_four','2020-09-13 05:27:21','2020-09-13 10:27:21','82.208.86.178',NULL,NULL),(70860,'four_oh_four','2020-09-13 05:27:22','2020-09-13 10:27:22','82.208.86.178',NULL,NULL),(70861,'four_oh_four','2020-09-13 06:03:59','2020-09-13 11:03:59','5.188.84.92',NULL,NULL),(70862,'four_oh_four','2020-09-13 08:36:54','2020-09-13 13:36:54','114.119.158.13',NULL,NULL),(70863,'four_oh_four','2020-09-13 08:46:11','2020-09-13 13:46:11','114.119.158.13',NULL,NULL),(70864,'four_oh_four','2020-09-13 09:19:57','2020-09-13 14:19:57','3.94.137.21',NULL,NULL),(70865,'four_oh_four','2020-09-13 09:20:01','2020-09-13 14:20:01','3.94.137.21',NULL,NULL),(70866,'four_oh_four','2020-09-13 09:20:02','2020-09-13 14:20:02','3.94.137.21',NULL,NULL),(70867,'four_oh_four','2020-09-13 09:20:03','2020-09-13 14:20:03','3.94.137.21',NULL,NULL),(70868,'four_oh_four','2020-09-13 11:10:53','2020-09-13 16:10:53','172.83.45.241',NULL,NULL),(70869,'four_oh_four','2020-09-13 14:03:37','2020-09-13 19:03:37','184.154.139.3',NULL,NULL),(70870,'four_oh_four','2020-09-13 17:56:52','2020-09-13 22:56:52','114.119.158.13',NULL,NULL),(70871,'four_oh_four','2020-09-13 18:02:58','2020-09-13 23:02:58','207.46.13.17',NULL,NULL),(70872,'four_oh_four','2020-09-13 18:58:54','2020-09-13 23:58:54','114.119.151.107',NULL,NULL),(70873,'four_oh_four','2020-09-13 19:48:56','2020-09-14 00:48:56','114.119.151.107',NULL,NULL),(70874,'four_oh_four','2020-09-13 19:50:25','2020-09-14 00:50:25','66.249.65.82',NULL,NULL),(70875,'four_oh_four','2020-09-13 19:59:48','2020-09-14 00:59:48','66.249.65.84',NULL,NULL),(70876,'four_oh_four','2020-09-13 21:24:43','2020-09-14 02:24:43','81.171.18.36',NULL,NULL),(70877,'four_oh_four','2020-09-13 21:56:18','2020-09-14 02:56:18','5.188.84.92',NULL,NULL),(70878,'four_oh_four','2020-09-13 23:44:36','2020-09-14 04:44:36','45.87.2.128',NULL,NULL),(70879,'four_oh_four','2020-09-14 00:07:15','2020-09-14 05:07:15','114.119.157.110',NULL,NULL),(70880,'four_oh_four','2020-09-14 00:23:38','2020-09-14 05:23:38','114.119.148.105',NULL,NULL),(70881,'four_oh_four','2020-09-14 01:42:09','2020-09-14 06:42:09','157.55.39.160',NULL,NULL),(70882,'four_oh_four','2020-09-14 05:19:34','2020-09-14 10:19:34','207.46.13.17',NULL,NULL),(70883,'four_oh_four','2020-09-14 06:21:55','2020-09-14 11:21:55','173.234.158.164',NULL,NULL),(70884,'four_oh_four','2020-09-14 09:47:06','2020-09-14 14:47:06','51.75.233.90',NULL,NULL),(70885,'four_oh_four','2020-09-14 11:05:56','2020-09-14 16:05:56','193.106.30.99',NULL,NULL),(70886,'four_oh_four','2020-09-14 11:29:56','2020-09-14 16:29:56','52.201.182.91',NULL,NULL),(70887,'four_oh_four','2020-09-14 11:30:00','2020-09-14 16:30:00','52.201.182.91',NULL,NULL),(70888,'four_oh_four','2020-09-14 11:30:04','2020-09-14 16:30:04','52.201.182.91',NULL,NULL),(70889,'four_oh_four','2020-09-14 11:30:06','2020-09-14 16:30:06','52.201.182.91',NULL,NULL),(70890,'four_oh_four','2020-09-14 14:09:04','2020-09-14 19:09:04','184.154.139.3',NULL,NULL),(70891,'four_oh_four','2020-09-14 14:35:39','2020-09-14 19:35:39','114.119.157.110',NULL,NULL),(70892,'four_oh_four','2020-09-14 18:43:58','2020-09-14 23:43:58','193.106.30.99',NULL,NULL),(70893,'four_oh_four','2020-09-14 18:47:43','2020-09-14 23:47:43','13.90.35.80',NULL,NULL),(70894,'four_oh_four','2020-09-14 18:47:48','2020-09-14 23:47:48','13.90.35.80',NULL,NULL),(70895,'four_oh_four','2020-09-14 18:47:56','2020-09-14 23:47:56','13.90.35.80',NULL,NULL),(70896,'four_oh_four','2020-09-14 18:48:16','2020-09-14 23:48:16','13.90.35.80',NULL,NULL),(70897,'four_oh_four','2020-09-14 18:48:24','2020-09-14 23:48:24','13.90.35.80',NULL,NULL),(70898,'four_oh_four','2020-09-14 18:48:30','2020-09-14 23:48:30','13.90.35.80',NULL,NULL),(70899,'four_oh_four','2020-09-14 18:48:37','2020-09-14 23:48:37','13.90.35.80',NULL,NULL),(70900,'four_oh_four','2020-09-14 18:49:00','2020-09-14 23:49:00','13.90.35.80',NULL,NULL),(70901,'four_oh_four','2020-09-14 18:49:13','2020-09-14 23:49:13','13.90.35.80',NULL,NULL),(70902,'four_oh_four','2020-09-14 18:49:18','2020-09-14 23:49:18','13.90.35.80',NULL,NULL),(70903,'four_oh_four','2020-09-14 18:50:00','2020-09-14 23:50:00','13.90.35.80',NULL,NULL),(70904,'four_oh_four','2020-09-14 18:50:10','2020-09-14 23:50:10','13.90.35.80',NULL,NULL),(70905,'four_oh_four','2020-09-14 18:50:13','2020-09-14 23:50:13','13.90.35.80',NULL,NULL),(70906,'four_oh_four','2020-09-14 18:50:25','2020-09-14 23:50:25','13.90.35.80',NULL,NULL),(70907,'four_oh_four','2020-09-14 18:50:35','2020-09-14 23:50:35','13.90.35.80',NULL,NULL),(70908,'four_oh_four','2020-09-14 18:51:14','2020-09-14 23:51:14','13.90.35.80',NULL,NULL),(70909,'four_oh_four','2020-09-14 18:51:20','2020-09-14 23:51:20','13.90.35.80',NULL,NULL),(70910,'four_oh_four','2020-09-14 18:51:27','2020-09-14 23:51:27','13.90.35.80',NULL,NULL),(70911,'four_oh_four','2020-09-14 18:53:11','2020-09-14 23:53:11','13.90.35.80',NULL,NULL),(70912,'four_oh_four','2020-09-14 18:53:45','2020-09-14 23:53:45','13.90.35.80',NULL,NULL),(70913,'four_oh_four','2020-09-14 20:04:58','2020-09-15 01:04:58','114.119.157.110',NULL,NULL),(70914,'four_oh_four','2020-09-14 21:14:26','2020-09-15 02:14:26','114.119.148.105',NULL,NULL),(70915,'four_oh_four','2020-09-14 21:56:33','2020-09-15 02:56:33','5.188.84.251',NULL,NULL),(70916,'four_oh_four','2020-09-14 23:04:04','2020-09-15 04:04:04','114.119.158.13',NULL,NULL),(70917,'four_oh_four','2020-09-14 23:21:54','2020-09-15 04:21:54','5.253.19.146',NULL,NULL),(70918,'four_oh_four','2020-09-15 00:11:59','2020-09-15 05:11:59','46.118.122.191',NULL,NULL),(70919,'four_oh_four','2020-09-15 02:34:41','2020-09-15 07:34:41','157.55.39.142',NULL,NULL),(70920,'four_oh_four','2020-09-15 03:01:29','2020-09-15 08:01:29','114.119.136.66',NULL,NULL),(70921,'four_oh_four','2020-09-15 05:00:25','2020-09-15 10:00:25','114.119.151.107',NULL,NULL),(70922,'four_oh_four','2020-09-15 06:26:29','2020-09-15 11:26:29','114.119.143.145',NULL,NULL),(70923,'four_oh_four','2020-09-15 06:58:58','2020-09-15 11:58:58','207.46.13.36',NULL,NULL),(70924,'four_oh_four','2020-09-15 07:17:09','2020-09-15 12:17:09','114.119.158.13',NULL,NULL),(70925,'four_oh_four','2020-09-15 08:40:48','2020-09-15 13:40:48','78.138.157.42',NULL,NULL),(70926,'four_oh_four','2020-09-15 08:41:53','2020-09-15 13:41:53','162.243.29.24',NULL,NULL),(70927,'four_oh_four','2020-09-15 09:39:26','2020-09-15 14:39:26','114.119.141.146',NULL,NULL),(70928,'four_oh_four','2020-09-15 10:03:46','2020-09-15 15:03:46','114.119.134.41',NULL,NULL),(70929,'four_oh_four','2020-09-15 10:37:15','2020-09-15 15:37:15','207.46.13.17',NULL,NULL),(70930,'four_oh_four','2020-09-15 11:17:22','2020-09-15 16:17:22','114.119.141.146',NULL,NULL),(70931,'four_oh_four','2020-09-15 14:17:44','2020-09-15 19:17:44','184.154.139.18',NULL,NULL),(70932,'four_oh_four','2020-09-15 16:12:13','2020-09-15 21:12:13','114.119.148.105',NULL,NULL),(70933,'four_oh_four','2020-09-15 16:56:48','2020-09-15 21:56:48','114.119.141.146',NULL,NULL),(70934,'four_oh_four','2020-09-15 17:48:55','2020-09-15 22:48:55','114.119.143.145',NULL,NULL),(70935,'four_oh_four','2020-09-15 18:10:57','2020-09-15 23:10:57','20.185.0.202',NULL,NULL),(70936,'four_oh_four','2020-09-15 18:11:16','2020-09-15 23:11:16','20.185.0.202',NULL,NULL),(70937,'four_oh_four','2020-09-15 18:11:22','2020-09-15 23:11:22','20.185.0.202',NULL,NULL),(70938,'four_oh_four','2020-09-15 18:11:27','2020-09-15 23:11:27','20.185.0.202',NULL,NULL),(70939,'four_oh_four','2020-09-15 18:11:46','2020-09-15 23:11:46','20.185.0.202',NULL,NULL),(70940,'four_oh_four','2020-09-15 18:11:57','2020-09-15 23:11:57','20.185.0.202',NULL,NULL),(70941,'four_oh_four','2020-09-15 19:04:56','2020-09-16 00:04:56','114.119.143.145',NULL,NULL),(70942,'four_oh_four','2020-09-15 19:33:21','2020-09-16 00:33:21','162.241.225.75',NULL,NULL),(70943,'four_oh_four','2020-09-15 19:51:34','2020-09-16 00:51:34','40.77.167.114',NULL,NULL),(70944,'four_oh_four','2020-09-15 20:09:38','2020-09-16 01:09:38','114.119.141.146',NULL,NULL),(70945,'four_oh_four','2020-09-15 21:11:14','2020-09-16 02:11:14','193.106.30.99',NULL,NULL),(70946,'four_oh_four','2020-09-15 23:07:16','2020-09-16 04:07:16','37.44.254.213',NULL,NULL),(70947,'four_oh_four','2020-09-15 23:07:21','2020-09-16 04:07:21','37.44.254.213',NULL,NULL),(70948,'four_oh_four','2020-09-15 23:23:52','2020-09-16 04:23:52','185.206.213.233',NULL,NULL),(70949,'four_oh_four','2020-09-16 00:29:32','2020-09-16 05:29:32','114.119.134.41',NULL,NULL),(70950,'four_oh_four','2020-09-16 01:26:43','2020-09-16 06:26:43','66.249.65.85',NULL,NULL),(70951,'four_oh_four','2020-09-16 03:01:43','2020-09-16 08:01:43','114.119.141.146',NULL,NULL),(70952,'four_oh_four','2020-09-16 06:05:12','2020-09-16 11:05:12','52.201.182.91',NULL,NULL),(70953,'four_oh_four','2020-09-16 06:05:45','2020-09-16 11:05:45','52.201.182.91',NULL,NULL),(70954,'four_oh_four','2020-09-16 06:06:59','2020-09-16 11:06:59','52.201.182.91',NULL,NULL),(70955,'four_oh_four','2020-09-16 06:07:19','2020-09-16 11:07:19','52.201.182.91',NULL,NULL),(70956,'four_oh_four','2020-09-16 06:07:25','2020-09-16 11:07:25','52.201.182.91',NULL,NULL),(70957,'four_oh_four','2020-09-16 06:07:34','2020-09-16 11:07:34','52.201.182.91',NULL,NULL),(70958,'four_oh_four','2020-09-16 06:35:18','2020-09-16 11:35:18','52.201.182.91',NULL,NULL),(70959,'four_oh_four','2020-09-16 06:35:52','2020-09-16 11:35:52','52.201.182.91',NULL,NULL),(70960,'four_oh_four','2020-09-16 06:37:12','2020-09-16 11:37:12','52.201.182.91',NULL,NULL),(70961,'four_oh_four','2020-09-16 06:37:34','2020-09-16 11:37:34','52.201.182.91',NULL,NULL),(70962,'four_oh_four','2020-09-16 06:37:40','2020-09-16 11:37:40','52.201.182.91',NULL,NULL),(70963,'four_oh_four','2020-09-16 06:37:47','2020-09-16 11:37:47','52.201.182.91',NULL,NULL),(70964,'four_oh_four','2020-09-16 06:57:53','2020-09-16 11:57:53','114.119.145.125',NULL,NULL),(70965,'four_oh_four','2020-09-16 08:17:00','2020-09-16 13:17:00','114.119.148.105',NULL,NULL),(70966,'four_oh_four','2020-09-16 08:51:56','2020-09-16 13:51:56','114.119.145.125',NULL,NULL),(70967,'four_oh_four','2020-09-16 08:57:02','2020-09-16 13:57:02','114.119.145.125',NULL,NULL),(70968,'four_oh_four','2020-09-16 09:10:35','2020-09-16 14:10:35','114.119.141.146',NULL,NULL),(70969,'four_oh_four','2020-09-16 14:08:13','2020-09-16 19:08:13','184.154.139.21',NULL,NULL),(70970,'four_oh_four','2020-09-16 15:43:32','2020-09-16 20:43:32','5.188.84.251',NULL,NULL),(70971,'four_oh_four','2020-09-16 17:31:30','2020-09-16 22:31:30','207.46.13.239',NULL,NULL),(70972,'four_oh_four','2020-09-16 17:41:46','2020-09-16 22:41:46','114.119.148.105',NULL,NULL),(70973,'four_oh_four','2020-09-16 17:48:31','2020-09-16 22:48:31','114.119.134.41',NULL,NULL),(70974,'four_oh_four','2020-09-16 18:39:37','2020-09-16 23:39:37','5.188.84.251',NULL,NULL),(70975,'four_oh_four','2020-09-16 21:54:25','2020-09-17 02:54:25','104.214.24.124',NULL,NULL),(70976,'four_oh_four','2020-09-16 21:54:38','2020-09-17 02:54:38','104.214.24.124',NULL,NULL),(70977,'four_oh_four','2020-09-16 21:55:14','2020-09-17 02:55:14','104.214.24.124',NULL,NULL),(70978,'four_oh_four','2020-09-16 21:55:32','2020-09-17 02:55:32','104.214.24.124',NULL,NULL),(70979,'four_oh_four','2020-09-16 21:55:48','2020-09-17 02:55:48','104.214.24.124',NULL,NULL),(70980,'four_oh_four','2020-09-16 21:56:07','2020-09-17 02:56:07','104.214.24.124',NULL,NULL),(70981,'four_oh_four','2020-09-16 21:56:22','2020-09-17 02:56:22','104.214.24.124',NULL,NULL),(70982,'four_oh_four','2020-09-16 21:56:38','2020-09-17 02:56:38','104.214.24.124',NULL,NULL),(70983,'four_oh_four','2020-09-16 21:57:07','2020-09-17 02:57:07','104.214.24.124',NULL,NULL),(70984,'four_oh_four','2020-09-16 21:57:22','2020-09-17 02:57:22','104.214.24.124',NULL,NULL),(70985,'four_oh_four','2020-09-16 21:57:37','2020-09-17 02:57:37','104.214.24.124',NULL,NULL),(70986,'four_oh_four','2020-09-16 21:58:07','2020-09-17 02:58:07','104.214.24.124',NULL,NULL),(70987,'four_oh_four','2020-09-16 21:58:25','2020-09-17 02:58:25','104.214.24.124',NULL,NULL),(70988,'four_oh_four','2020-09-16 21:58:45','2020-09-17 02:58:45','104.214.24.124',NULL,NULL),(70989,'four_oh_four','2020-09-16 21:59:41','2020-09-17 02:59:41','104.214.24.124',NULL,NULL),(70990,'four_oh_four','2020-09-16 22:00:00','2020-09-17 03:00:00','104.214.24.124',NULL,NULL),(70991,'four_oh_four','2020-09-16 22:00:10','2020-09-17 03:00:10','104.214.24.124',NULL,NULL),(70992,'four_oh_four','2020-09-16 22:00:24','2020-09-17 03:00:24','104.214.24.124',NULL,NULL),(70993,'four_oh_four','2020-09-16 22:01:03','2020-09-17 03:01:03','104.214.24.124',NULL,NULL),(70994,'four_oh_four','2020-09-16 22:01:18','2020-09-17 03:01:18','104.214.24.124',NULL,NULL),(70995,'four_oh_four','2020-09-16 22:01:44','2020-09-17 03:01:44','77.88.5.218',NULL,NULL),(70996,'four_oh_four','2020-09-16 22:24:16','2020-09-17 03:24:16','178.159.37.88',NULL,NULL),(70997,'four_oh_four','2020-09-16 23:25:40','2020-09-17 04:25:40','114.119.141.146',NULL,NULL),(70998,'four_oh_four','2020-09-16 23:37:10','2020-09-17 04:37:10','52.191.189.177',NULL,NULL),(70999,'four_oh_four','2020-09-16 23:37:31','2020-09-17 04:37:31','52.191.189.177',NULL,NULL),(71000,'four_oh_four','2020-09-16 23:37:45','2020-09-17 04:37:45','52.191.189.177',NULL,NULL),(71001,'four_oh_four','2020-09-16 23:38:05','2020-09-17 04:38:05','52.191.189.177',NULL,NULL),(71002,'four_oh_four','2020-09-16 23:38:35','2020-09-17 04:38:35','52.191.189.177',NULL,NULL),(71003,'four_oh_four','2020-09-16 23:38:46','2020-09-17 04:38:46','52.191.189.177',NULL,NULL),(71004,'four_oh_four','2020-09-16 23:39:07','2020-09-17 04:39:07','52.191.189.177',NULL,NULL),(71005,'four_oh_four','2020-09-16 23:40:04','2020-09-17 04:40:04','52.191.189.177',NULL,NULL),(71006,'four_oh_four','2020-09-16 23:40:14','2020-09-17 04:40:14','52.191.189.177',NULL,NULL),(71007,'four_oh_four','2020-09-16 23:40:35','2020-09-17 04:40:35','52.191.189.177',NULL,NULL),(71008,'four_oh_four','2020-09-16 23:40:53','2020-09-17 04:40:53','52.191.189.177',NULL,NULL),(71009,'four_oh_four','2020-09-16 23:41:26','2020-09-17 04:41:26','52.191.189.177',NULL,NULL),(71010,'four_oh_four','2020-09-16 23:41:31','2020-09-17 04:41:31','52.191.189.177',NULL,NULL),(71011,'four_oh_four','2020-09-16 23:43:27','2020-09-17 04:43:27','52.191.189.177',NULL,NULL),(71012,'four_oh_four','2020-09-16 23:43:44','2020-09-17 04:43:44','52.191.189.177',NULL,NULL),(71013,'four_oh_four','2020-09-16 23:44:26','2020-09-17 04:44:26','52.191.189.177',NULL,NULL),(71014,'four_oh_four','2020-09-16 23:44:37','2020-09-17 04:44:37','52.191.189.177',NULL,NULL),(71015,'four_oh_four','2020-09-16 23:45:07','2020-09-17 04:45:07','52.191.189.177',NULL,NULL),(71016,'four_oh_four','2020-09-16 23:45:11','2020-09-17 04:45:11','52.191.189.177',NULL,NULL),(71017,'four_oh_four','2020-09-16 23:46:01','2020-09-17 04:46:01','52.191.189.177',NULL,NULL),(71018,'four_oh_four','2020-09-16 23:47:13','2020-09-17 04:47:13','207.46.13.239',NULL,NULL),(71019,'four_oh_four','2020-09-17 00:00:45','2020-09-17 05:00:45','114.119.157.110',NULL,NULL),(71020,'four_oh_four','2020-09-17 00:08:15','2020-09-17 05:08:15','87.237.42.71',NULL,NULL),(71021,'four_oh_four','2020-09-17 01:18:45','2020-09-17 06:18:45','176.107.183.146',NULL,NULL),(71022,'four_oh_four','2020-09-17 04:34:40','2020-09-17 09:34:40','114.119.143.145',NULL,NULL),(71023,'four_oh_four','2020-09-17 06:15:10','2020-09-17 11:15:10','114.119.143.145',NULL,NULL),(71024,'four_oh_four','2020-09-17 06:24:35','2020-09-17 11:24:35','192.3.204.194',NULL,NULL),(71025,'four_oh_four','2020-09-17 06:30:50','2020-09-17 11:30:50','96.244.204.144',NULL,NULL),(71026,'four_oh_four','2020-09-17 06:41:07','2020-09-17 11:41:07','46.4.83.150',NULL,NULL),(71027,'four_oh_four','2020-09-17 07:45:15','2020-09-17 12:45:15','40.77.167.238',NULL,NULL),(71028,'four_oh_four','2020-09-17 08:40:08','2020-09-17 13:40:08','114.119.141.146',NULL,NULL),(71029,'four_oh_four','2020-09-17 09:46:54','2020-09-17 14:46:54','40.77.167.238',NULL,NULL),(71030,'four_oh_four','2020-09-17 09:56:59','2020-09-17 14:56:59','145.255.21.16',NULL,NULL),(71031,'four_oh_four','2020-09-17 10:08:08','2020-09-17 15:08:08','77.88.5.218',NULL,NULL),(71032,'four_oh_four','2020-09-17 10:50:26','2020-09-17 15:50:26','157.55.39.180',NULL,NULL),(71033,'four_oh_four','2020-09-17 10:55:25','2020-09-17 15:55:25','157.55.39.180',NULL,NULL),(71034,'four_oh_four','2020-09-17 11:01:09','2020-09-17 16:01:09','171.244.1.84',NULL,NULL),(71035,'four_oh_four','2020-09-17 12:48:05','2020-09-17 17:48:05','157.55.39.249',NULL,NULL),(71036,'four_oh_four','2020-09-17 12:51:39','2020-09-17 17:51:39','157.55.39.180',NULL,NULL),(71037,'four_oh_four','2020-09-17 13:40:57','2020-09-17 18:40:57','40.77.167.238',NULL,NULL),(71038,'four_oh_four','2020-09-17 13:51:22','2020-09-17 18:51:22','85.203.44.82',NULL,NULL),(71039,'four_oh_four','2020-09-17 13:53:09','2020-09-17 18:53:09','157.55.39.180',NULL,NULL),(71040,'four_oh_four','2020-09-17 14:02:31','2020-09-17 19:02:31','184.154.139.17',NULL,NULL),(71041,'four_oh_four','2020-09-17 15:22:02','2020-09-17 20:22:02','217.138.209.245',NULL,NULL),(71042,'four_oh_four','2020-09-17 16:36:35','2020-09-17 21:36:35','114.119.134.41',NULL,NULL),(71043,'four_oh_four','2020-09-17 18:22:03','2020-09-17 23:22:03','5.188.210.18',NULL,NULL),(71044,'four_oh_four','2020-09-17 19:03:28','2020-09-18 00:03:28','114.119.151.107',NULL,NULL),(71045,'four_oh_four','2020-09-17 20:46:13','2020-09-18 01:46:13','68.134.0.169',NULL,NULL),(71046,'four_oh_four','2020-09-17 20:46:29','2020-09-18 01:46:29','68.134.0.169',NULL,NULL),(71047,'four_oh_four','2020-09-17 20:50:06','2020-09-18 01:50:06','188.122.82.146',NULL,NULL),(71048,'four_oh_four','2020-09-17 20:50:08','2020-09-18 01:50:08','188.122.82.146',NULL,NULL),(71049,'four_oh_four','2020-09-17 22:15:02','2020-09-18 03:15:02','114.119.145.125',NULL,NULL),(71050,'four_oh_four','2020-09-17 23:16:11','2020-09-18 04:16:11','5.188.84.119',NULL,NULL),(71051,'four_oh_four','2020-09-17 23:21:31','2020-09-18 04:21:31','31.13.127.3',NULL,NULL),(71052,'four_oh_four','2020-09-17 23:23:21','2020-09-18 04:23:21','173.252.107.7',NULL,NULL),(71053,'four_oh_four','2020-09-18 00:58:08','2020-09-18 05:58:08','114.119.141.146',NULL,NULL),(71054,'four_oh_four','2020-09-18 01:15:36','2020-09-18 06:15:36','20.185.0.202',NULL,NULL),(71055,'four_oh_four','2020-09-18 01:15:56','2020-09-18 06:15:56','20.185.0.202',NULL,NULL),(71056,'four_oh_four','2020-09-18 01:16:10','2020-09-18 06:16:10','20.185.0.202',NULL,NULL),(71057,'four_oh_four','2020-09-18 01:16:12','2020-09-18 06:16:12','20.185.0.202',NULL,NULL),(71058,'four_oh_four','2020-09-18 01:16:16','2020-09-18 06:16:16','20.185.0.202',NULL,NULL),(71059,'four_oh_four','2020-09-18 01:16:30','2020-09-18 06:16:30','20.185.0.202',NULL,NULL),(71060,'four_oh_four','2020-09-18 02:11:08','2020-09-18 07:11:08','92.124.163.21',NULL,NULL),(71061,'four_oh_four','2020-09-18 02:20:20','2020-09-18 07:20:20','114.119.130.104',NULL,NULL),(71062,'four_oh_four','2020-09-18 02:55:10','2020-09-18 07:55:10','92.124.163.21',NULL,NULL),(71063,'four_oh_four','2020-09-18 05:53:26','2020-09-18 10:53:26','40.77.167.238',NULL,NULL),(71064,'four_oh_four','2020-09-18 07:57:21','2020-09-18 12:57:21','40.77.167.29',NULL,NULL),(71065,'four_oh_four','2020-09-18 08:23:00','2020-09-18 13:23:00','176.107.183.146',NULL,NULL),(71066,'four_oh_four','2020-09-18 09:14:12','2020-09-18 14:14:12','157.55.39.111',NULL,NULL),(71067,'brute_force','2020-09-18 11:08:45','2020-09-18 16:08:45','68.134.121.122',NULL,NULL),(71068,'brute_force','2020-09-18 11:08:45','2020-09-18 16:08:45',NULL,NULL,'linda'),(71069,'four_oh_four','2020-09-18 13:41:20','2020-09-18 18:41:20','174.128.239.226',NULL,NULL),(71070,'four_oh_four','2020-09-18 14:05:55','2020-09-18 19:05:55','184.154.139.19',NULL,NULL),(71071,'four_oh_four','2020-09-18 14:06:31','2020-09-18 19:06:31','78.85.251.4',NULL,NULL),(71072,'four_oh_four','2020-09-18 14:34:11','2020-09-18 19:34:11','114.119.158.13',NULL,NULL),(71073,'four_oh_four','2020-09-18 14:45:09','2020-09-18 19:45:09','114.119.143.145',NULL,NULL),(71074,'four_oh_four','2020-09-18 16:19:46','2020-09-18 21:19:46','184.154.46.48',NULL,NULL),(71075,'four_oh_four','2020-09-18 16:43:54','2020-09-18 21:43:54','95.65.81.152',NULL,NULL),(71076,'four_oh_four','2020-09-18 18:47:48','2020-09-18 23:47:48','114.119.157.110',NULL,NULL),(71077,'four_oh_four','2020-09-18 19:11:31','2020-09-19 00:11:31','185.152.66.226',NULL,NULL),(71078,'four_oh_four','2020-09-18 19:30:21','2020-09-19 00:30:21','114.119.134.41',NULL,NULL),(71079,'four_oh_four','2020-09-18 20:07:47','2020-09-19 01:07:47','73.163.139.187',NULL,NULL),(71080,'four_oh_four','2020-09-18 20:09:13','2020-09-19 01:09:13','77.94.214.11',NULL,NULL),(71081,'four_oh_four','2020-09-18 21:25:27','2020-09-19 02:25:27','114.119.158.13',NULL,NULL),(71082,'four_oh_four','2020-09-18 22:48:52','2020-09-19 03:48:52','144.76.102.243',NULL,NULL),(71083,'four_oh_four','2020-09-19 01:04:02','2020-09-19 06:04:02','188.122.82.146',NULL,NULL),(71084,'four_oh_four','2020-09-19 01:12:59','2020-09-19 06:12:59','194.38.96.99',NULL,NULL),(71085,'four_oh_four','2020-09-19 03:01:52','2020-09-19 08:01:52','114.119.130.104',NULL,NULL),(71086,'four_oh_four','2020-09-19 04:38:32','2020-09-19 09:38:32','114.119.148.105',NULL,NULL),(71087,'four_oh_four','2020-09-19 05:17:25','2020-09-19 10:17:25','193.106.30.99',NULL,NULL),(71088,'four_oh_four','2020-09-19 07:22:21','2020-09-19 12:22:21','37.120.203.75',NULL,NULL),(71089,'four_oh_four','2020-09-19 08:20:42','2020-09-19 13:20:42','114.119.134.41',NULL,NULL),(71090,'four_oh_four','2020-09-19 08:22:16','2020-09-19 13:22:16','64.150.247.138',NULL,NULL),(71091,'four_oh_four','2020-09-19 08:34:12','2020-09-19 13:34:12','114.119.151.107',NULL,NULL),(71092,'four_oh_four','2020-09-19 09:33:45','2020-09-19 14:33:45','188.122.82.146',NULL,NULL),(71093,'four_oh_four','2020-09-19 09:55:42','2020-09-19 14:55:42','71.179.15.177',NULL,NULL),(71094,'four_oh_four','2020-09-19 09:55:45','2020-09-19 14:55:45','71.179.15.177',NULL,NULL),(71095,'four_oh_four','2020-09-19 10:21:34','2020-09-19 15:21:34','188.122.82.146',NULL,NULL),(71096,'four_oh_four','2020-09-19 11:52:43','2020-09-19 16:52:43','45.141.156.17',NULL,NULL),(71097,'four_oh_four','2020-09-19 13:53:54','2020-09-19 18:53:54','92.38.136.69',NULL,NULL),(71098,'four_oh_four','2020-09-19 13:54:04','2020-09-19 18:54:04','91.76.156.63',NULL,NULL),(71099,'four_oh_four','2020-09-19 14:10:35','2020-09-19 19:10:35','184.154.139.3',NULL,NULL),(71100,'four_oh_four','2020-09-19 14:40:44','2020-09-19 19:40:44','92.38.136.69',NULL,NULL),(71101,'four_oh_four','2020-09-19 14:47:09','2020-09-19 19:47:09','188.122.82.146',NULL,NULL),(71102,'four_oh_four','2020-09-19 14:59:42','2020-09-19 19:59:42','176.107.183.146',NULL,NULL),(71103,'four_oh_four','2020-09-19 15:20:36','2020-09-19 20:20:36','46.187.25.61',NULL,NULL),(71104,'four_oh_four','2020-09-19 16:04:50','2020-09-19 21:04:50','40.77.167.223',NULL,NULL),(71105,'four_oh_four','2020-09-19 16:16:17','2020-09-19 21:16:17','68.134.0.169',NULL,NULL),(71106,'four_oh_four','2020-09-19 18:10:29','2020-09-19 23:10:29','40.77.167.236',NULL,NULL),(71107,'four_oh_four','2020-09-19 18:45:19','2020-09-19 23:45:19','78.85.251.4',NULL,NULL),(71108,'brute_force','2020-09-19 20:01:30','2020-09-20 01:01:30','178.137.165.159',NULL,NULL),(71109,'brute_force','2020-09-19 20:01:30','2020-09-20 01:01:30',NULL,NULL,'admin'),(71110,'brute_force','2020-09-19 20:01:32','2020-09-20 01:01:32','178.137.165.159',NULL,NULL),(71111,'brute_force','2020-09-19 20:01:32','2020-09-20 01:01:32',NULL,NULL,'admin'),(71112,'brute_force','2020-09-19 20:01:34','2020-09-20 01:01:34','178.137.165.159',NULL,NULL),(71113,'brute_force','2020-09-19 20:01:34','2020-09-20 01:01:34',NULL,NULL,'admin'),(71114,'brute_force','2020-09-19 20:01:36','2020-09-20 01:01:36','178.137.165.159',NULL,NULL),(71115,'brute_force','2020-09-19 20:01:36','2020-09-20 01:01:36',NULL,NULL,'admin'),(71116,'brute_force','2020-09-19 20:01:38','2020-09-20 01:01:38','178.137.165.159',NULL,NULL),(71117,'brute_force','2020-09-19 20:01:38','2020-09-20 01:01:38',NULL,NULL,'admin'),(71118,'four_oh_four','2020-09-19 20:54:32','2020-09-20 01:54:32','5.188.210.18',NULL,NULL),(71119,'four_oh_four','2020-09-19 21:01:08','2020-09-20 02:01:08','40.77.167.236',NULL,NULL),(71120,'four_oh_four','2020-09-19 21:31:03','2020-09-20 02:31:03','77.94.217.81',NULL,NULL),(71121,'four_oh_four','2020-09-19 21:43:58','2020-09-20 02:43:58','114.119.157.110',NULL,NULL),(71122,'four_oh_four','2020-09-19 22:56:42','2020-09-20 03:56:42','52.201.182.91',NULL,NULL),(71123,'four_oh_four','2020-09-19 22:56:46','2020-09-20 03:56:46','52.201.182.91',NULL,NULL),(71124,'four_oh_four','2020-09-19 22:56:49','2020-09-20 03:56:49','3.94.137.21',NULL,NULL),(71125,'four_oh_four','2020-09-19 22:56:51','2020-09-20 03:56:51','3.94.137.21',NULL,NULL),(71126,'four_oh_four','2020-09-20 00:04:29','2020-09-20 05:04:29','66.249.70.55',NULL,NULL),(71127,'four_oh_four','2020-09-20 01:57:04','2020-09-20 06:57:04','114.119.141.146',NULL,NULL),(71128,'four_oh_four','2020-09-20 02:21:56','2020-09-20 07:21:56','192.185.129.21',NULL,NULL),(71129,'four_oh_four','2020-09-20 02:41:18','2020-09-20 07:41:18','114.119.158.13',NULL,NULL),(71130,'four_oh_four','2020-09-20 04:17:16','2020-09-20 09:17:16','114.119.145.125',NULL,NULL),(71131,'four_oh_four','2020-09-20 06:25:21','2020-09-20 11:25:21','157.55.39.194',NULL,NULL),(71132,'four_oh_four','2020-09-20 06:38:17','2020-09-20 11:38:17','66.249.65.85',NULL,NULL),(71133,'four_oh_four','2020-09-20 06:46:54','2020-09-20 11:46:54','114.119.135.206',NULL,NULL),(71134,'four_oh_four','2020-09-20 07:06:43','2020-09-20 12:06:43','45.141.156.26',NULL,NULL),(71135,'four_oh_four','2020-09-20 07:07:04','2020-09-20 12:07:04','62.210.103.67',NULL,NULL),(71136,'four_oh_four','2020-09-20 07:10:21','2020-09-20 12:10:21','95.72.148.215',NULL,NULL),(71137,'four_oh_four','2020-09-20 07:39:55','2020-09-20 12:39:55','114.119.158.13',NULL,NULL),(71138,'four_oh_four','2020-09-20 08:22:11','2020-09-20 13:22:11','114.119.148.105',NULL,NULL),(71139,'four_oh_four','2020-09-20 09:25:17','2020-09-20 14:25:17','157.55.39.194',NULL,NULL),(71140,'four_oh_four','2020-09-20 09:30:25','2020-09-20 14:30:25','78.46.94.83',NULL,NULL),(71141,'four_oh_four','2020-09-20 09:30:28','2020-09-20 14:30:28','78.46.94.83',NULL,NULL),(71142,'four_oh_four','2020-09-20 10:15:06','2020-09-20 15:15:06','207.46.13.159',NULL,NULL),(71143,'four_oh_four','2020-09-20 11:32:49','2020-09-20 16:32:49','207.46.13.159',NULL,NULL),(71144,'four_oh_four','2020-09-20 11:42:14','2020-09-20 16:42:14','45.141.156.26',NULL,NULL),(71145,'four_oh_four','2020-09-20 11:46:07','2020-09-20 16:46:07','192.99.14.187',NULL,NULL),(71146,'four_oh_four','2020-09-20 11:46:49','2020-09-20 16:46:49','192.99.14.187',NULL,NULL),(71147,'four_oh_four','2020-09-20 11:50:19','2020-09-20 16:50:19','192.99.14.187',NULL,NULL),(71148,'four_oh_four','2020-09-20 11:51:43','2020-09-20 16:51:43','192.99.14.187',NULL,NULL),(71149,'four_oh_four','2020-09-20 12:20:42','2020-09-20 17:20:42','157.55.39.194',NULL,NULL),(71150,'brute_force','2020-09-20 12:30:10','2020-09-20 17:30:10','23.96.3.40',NULL,NULL),(71151,'brute_force','2020-09-20 12:30:10','2020-09-20 17:30:10',NULL,NULL,'admin'),(71152,'brute_force','2020-09-20 12:30:12','2020-09-20 17:30:12','23.96.3.40',NULL,NULL),(71153,'brute_force','2020-09-20 12:30:12','2020-09-20 17:30:12',NULL,NULL,'admin'),(71154,'brute_force','2020-09-20 12:30:14','2020-09-20 17:30:14','23.96.3.40',NULL,NULL),(71155,'brute_force','2020-09-20 12:30:14','2020-09-20 17:30:14',NULL,NULL,'admin'),(71156,'brute_force','2020-09-20 12:30:15','2020-09-20 17:30:15','23.96.3.40',NULL,NULL),(71157,'brute_force','2020-09-20 12:30:15','2020-09-20 17:30:15',NULL,NULL,'admin'),(71158,'brute_force','2020-09-20 12:30:16','2020-09-20 17:30:16','23.96.3.40',NULL,NULL),(71159,'brute_force','2020-09-20 12:30:16','2020-09-20 17:30:16',NULL,NULL,'admin'),(71160,'four_oh_four','2020-09-20 14:01:54','2020-09-20 19:01:54','184.154.139.17',NULL,NULL),(71161,'four_oh_four','2020-09-20 14:07:05','2020-09-20 19:07:05','207.46.13.41',NULL,NULL),(71162,'four_oh_four','2020-09-20 14:14:58','2020-09-20 19:14:58','114.119.134.41',NULL,NULL),(71163,'four_oh_four','2020-09-20 14:19:49','2020-09-20 19:19:49','114.119.143.145',NULL,NULL),(71164,'four_oh_four','2020-09-20 14:22:01','2020-09-20 19:22:01','95.73.65.95',NULL,NULL),(71165,'four_oh_four','2020-09-20 15:17:34','2020-09-20 20:17:34','188.130.220.93',NULL,NULL),(71166,'four_oh_four','2020-09-20 15:23:14','2020-09-20 20:23:14','34.69.185.13',NULL,NULL),(71167,'four_oh_four','2020-09-20 16:44:11','2020-09-20 21:44:11','129.146.190.190',NULL,NULL),(71168,'four_oh_four','2020-09-20 19:07:50','2020-09-21 00:07:50','114.119.130.104',NULL,NULL),(71169,'four_oh_four','2020-09-20 19:45:08','2020-09-21 00:45:08','114.119.157.110',NULL,NULL),(71170,'four_oh_four','2020-09-20 20:10:05','2020-09-21 01:10:05','89.111.33.222',NULL,NULL),(71171,'four_oh_four','2020-09-20 21:35:23','2020-09-21 02:35:23','188.122.82.146',NULL,NULL),(71172,'four_oh_four','2020-09-20 21:54:28','2020-09-21 02:54:28','114.119.130.104',NULL,NULL),(71173,'four_oh_four','2020-09-20 22:28:24','2020-09-21 03:28:24','92.124.160.109',NULL,NULL),(71174,'four_oh_four','2020-09-20 22:28:25','2020-09-21 03:28:25','92.124.160.109',NULL,NULL),(71175,'four_oh_four','2020-09-20 22:31:39','2020-09-21 03:31:39','92.38.136.69',NULL,NULL),(71176,'brute_force','2020-09-20 23:26:08','2020-09-21 04:26:08','3.85.216.35',NULL,NULL),(71177,'brute_force','2020-09-20 23:26:08','2020-09-21 04:26:08',NULL,NULL,'admin'),(71178,'brute_force','2020-09-20 23:26:10','2020-09-21 04:26:10','3.85.216.35',NULL,NULL),(71179,'brute_force','2020-09-20 23:26:10','2020-09-21 04:26:10',NULL,NULL,'admin'),(71180,'brute_force','2020-09-20 23:26:12','2020-09-21 04:26:12','3.85.216.35',NULL,NULL),(71181,'brute_force','2020-09-20 23:26:12','2020-09-21 04:26:12',NULL,NULL,'admin'),(71182,'brute_force','2020-09-20 23:26:13','2020-09-21 04:26:13','3.85.216.35',NULL,NULL),(71183,'brute_force','2020-09-20 23:26:13','2020-09-21 04:26:13',NULL,NULL,'admin'),(71184,'brute_force','2020-09-20 23:26:14','2020-09-21 04:26:14','3.85.216.35',NULL,NULL),(71185,'brute_force','2020-09-20 23:26:14','2020-09-21 04:26:14',NULL,NULL,'admin'),(71186,'four_oh_four','2020-09-20 23:38:14','2020-09-21 04:38:14','46.4.157.125',NULL,NULL),(71187,'four_oh_four','2020-09-20 23:52:08','2020-09-21 04:52:08','88.80.41.42',NULL,NULL),(71188,'four_oh_four','2020-09-21 00:18:35','2020-09-21 05:18:35','5.188.210.18',NULL,NULL),(71189,'four_oh_four','2020-09-21 00:25:48','2020-09-21 05:25:48','104.144.22.250',NULL,NULL),(71190,'four_oh_four','2020-09-21 01:06:11','2020-09-21 06:06:11','114.119.141.146',NULL,NULL),(71191,'four_oh_four','2020-09-21 03:23:47','2020-09-21 08:23:47','52.201.182.91',NULL,NULL),(71192,'four_oh_four','2020-09-21 03:23:51','2020-09-21 08:23:51','52.201.182.91',NULL,NULL),(71193,'four_oh_four','2020-09-21 03:23:55','2020-09-21 08:23:55','3.94.137.21',NULL,NULL),(71194,'four_oh_four','2020-09-21 03:23:56','2020-09-21 08:23:56','3.94.137.21',NULL,NULL),(71195,'four_oh_four','2020-09-21 04:04:46','2020-09-21 09:04:46','114.119.136.66',NULL,NULL),(71196,'four_oh_four','2020-09-21 05:45:54','2020-09-21 10:45:54','114.119.136.66',NULL,NULL),(71197,'four_oh_four','2020-09-21 06:08:22','2020-09-21 11:08:22','157.55.39.229',NULL,NULL),(71198,'four_oh_four','2020-09-21 06:38:27','2020-09-21 11:38:27','46.8.133.211',NULL,NULL),(71199,'four_oh_four','2020-09-21 07:04:19','2020-09-21 12:04:19','198.71.239.34',NULL,NULL),(71200,'four_oh_four','2020-09-21 07:44:50','2020-09-21 12:44:50','92.38.136.69',NULL,NULL),(71201,'four_oh_four','2020-09-21 08:21:09','2020-09-21 13:21:09','188.122.82.146',NULL,NULL),(71202,'four_oh_four','2020-09-21 09:21:06','2020-09-21 14:21:06','157.55.39.194',NULL,NULL),(71203,'four_oh_four','2020-09-21 10:17:59','2020-09-21 15:17:59','88.80.41.42',NULL,NULL),(71204,'four_oh_four','2020-09-21 11:12:47','2020-09-21 16:12:47','114.119.134.41',NULL,NULL),(71205,'four_oh_four','2020-09-21 13:31:05','2020-09-21 18:31:05','188.130.185.151',NULL,NULL),(71206,'four_oh_four','2020-09-21 14:08:46','2020-09-21 19:08:46','184.154.139.20',NULL,NULL),(71207,'four_oh_four','2020-09-21 14:42:11','2020-09-21 19:42:11','114.119.136.66',NULL,NULL),(71208,'four_oh_four','2020-09-21 14:56:50','2020-09-21 19:56:50','114.119.148.105',NULL,NULL),(71209,'four_oh_four','2020-09-21 15:43:36','2020-09-21 20:43:36','198.187.31.67',NULL,NULL),(71210,'four_oh_four','2020-09-21 16:06:57','2020-09-21 21:06:57','37.187.132.5',NULL,NULL),(71211,'four_oh_four','2020-09-21 16:07:23','2020-09-21 21:07:23','37.187.132.5',NULL,NULL),(71212,'four_oh_four','2020-09-21 16:22:49','2020-09-21 21:22:49','188.122.82.146',NULL,NULL),(71213,'four_oh_four','2020-09-21 16:43:53','2020-09-21 21:43:53','207.46.13.179',NULL,NULL),(71214,'four_oh_four','2020-09-21 17:37:41','2020-09-21 22:37:41','5.188.84.92',NULL,NULL),(71215,'four_oh_four','2020-09-21 17:37:41','2020-09-21 22:37:41','5.188.84.92',NULL,NULL),(71216,'four_oh_four','2020-09-21 20:01:08','2020-09-22 01:01:08','114.119.151.107',NULL,NULL),(71217,'four_oh_four','2020-09-21 20:43:50','2020-09-22 01:43:50','212.106.50.41',NULL,NULL),(71218,'four_oh_four','2020-09-21 21:07:42','2020-09-22 02:07:42','217.138.209.245',NULL,NULL),(71219,'four_oh_four','2020-09-22 00:44:51','2020-09-22 05:44:51','114.119.134.41',NULL,NULL),(71220,'four_oh_four','2020-09-22 01:00:17','2020-09-22 06:00:17','114.119.136.66',NULL,NULL),(71221,'four_oh_four','2020-09-22 01:07:08','2020-09-22 06:07:08','5.188.84.92',NULL,NULL),(71222,'four_oh_four','2020-09-22 01:21:37','2020-09-22 06:21:37','176.193.229.198',NULL,NULL),(71223,'four_oh_four','2020-09-22 04:25:54','2020-09-22 09:25:54','95.213.193.237',NULL,NULL),(71224,'four_oh_four','2020-09-22 04:40:29','2020-09-22 09:40:29','114.119.143.145',NULL,NULL),(71225,'four_oh_four','2020-09-22 05:19:49','2020-09-22 10:19:49','207.46.13.179',NULL,NULL),(71226,'four_oh_four','2020-09-22 05:45:14','2020-09-22 10:45:14','114.119.145.125',NULL,NULL),(71227,'four_oh_four','2020-09-22 06:06:08','2020-09-22 11:06:08','114.119.145.125',NULL,NULL),(71228,'four_oh_four','2020-09-22 07:32:30','2020-09-22 12:32:30','5.188.210.18',NULL,NULL),(71229,'four_oh_four','2020-09-22 08:16:18','2020-09-22 13:16:18','52.201.182.91',NULL,NULL),(71230,'four_oh_four','2020-09-22 08:16:22','2020-09-22 13:16:22','52.201.182.91',NULL,NULL),(71231,'four_oh_four','2020-09-22 08:16:24','2020-09-22 13:16:24','52.201.182.91',NULL,NULL),(71232,'four_oh_four','2020-09-22 08:16:26','2020-09-22 13:16:26','52.201.182.91',NULL,NULL),(71233,'four_oh_four','2020-09-22 08:58:14','2020-09-22 13:58:14','178.184.98.239',NULL,NULL),(71234,'four_oh_four','2020-09-22 09:00:14','2020-09-22 14:00:14','114.119.148.105',NULL,NULL),(71235,'four_oh_four','2020-09-22 10:17:01','2020-09-22 15:17:01','93.85.76.180',NULL,NULL),(71236,'four_oh_four','2020-09-22 11:26:41','2020-09-22 16:26:41','188.122.82.146',NULL,NULL),(71237,'four_oh_four','2020-09-22 12:48:10','2020-09-22 17:48:10','35.238.252.69',NULL,NULL),(71238,'four_oh_four','2020-09-22 12:48:11','2020-09-22 17:48:11','35.238.252.69',NULL,NULL),(71239,'four_oh_four','2020-09-22 12:48:13','2020-09-22 17:48:13','35.238.252.69',NULL,NULL),(71240,'four_oh_four','2020-09-22 12:48:14','2020-09-22 17:48:14','35.238.252.69',NULL,NULL),(71241,'four_oh_four','2020-09-22 12:48:15','2020-09-22 17:48:15','35.238.252.69',NULL,NULL),(71242,'four_oh_four','2020-09-22 12:48:16','2020-09-22 17:48:16','35.238.252.69',NULL,NULL),(71243,'four_oh_four','2020-09-22 12:48:18','2020-09-22 17:48:18','35.238.252.69',NULL,NULL),(71244,'four_oh_four','2020-09-22 12:48:19','2020-09-22 17:48:19','35.238.252.69',NULL,NULL),(71245,'four_oh_four','2020-09-22 12:48:20','2020-09-22 17:48:20','35.238.252.69',NULL,NULL),(71246,'four_oh_four','2020-09-22 12:48:22','2020-09-22 17:48:22','35.238.252.69',NULL,NULL),(71247,'four_oh_four','2020-09-22 12:48:26','2020-09-22 17:48:26','35.238.252.69',NULL,NULL),(71248,'four_oh_four','2020-09-22 12:48:27','2020-09-22 17:48:27','35.238.252.69',NULL,NULL),(71249,'four_oh_four','2020-09-22 12:48:29','2020-09-22 17:48:29','35.238.252.69',NULL,NULL),(71250,'four_oh_four','2020-09-22 12:48:30','2020-09-22 17:48:30','35.238.252.69',NULL,NULL),(71251,'four_oh_four','2020-09-22 12:48:31','2020-09-22 17:48:31','35.238.252.69',NULL,NULL),(71252,'four_oh_four','2020-09-22 12:48:33','2020-09-22 17:48:33','35.238.252.69',NULL,NULL),(71253,'four_oh_four','2020-09-22 12:48:34','2020-09-22 17:48:34','35.238.252.69',NULL,NULL),(71254,'four_oh_four','2020-09-22 12:48:35','2020-09-22 17:48:35','35.238.252.69',NULL,NULL),(71255,'four_oh_four','2020-09-22 12:48:37','2020-09-22 17:48:37','35.238.252.69',NULL,NULL),(71256,'four_oh_four','2020-09-22 12:48:38','2020-09-22 17:48:38','35.238.252.69',NULL,NULL),(71257,'four_oh_four','2020-09-22 14:05:13','2020-09-22 19:05:13','184.154.139.20',NULL,NULL),(71258,'four_oh_four','2020-09-22 15:52:00','2020-09-22 20:52:00','40.77.167.117',NULL,NULL),(71259,'four_oh_four','2020-09-22 16:19:42','2020-09-22 21:19:42','108.217.114.158',NULL,NULL),(71260,'four_oh_four','2020-09-22 16:20:48','2020-09-22 21:20:48','108.217.114.158',NULL,NULL),(71261,'four_oh_four','2020-09-22 16:36:35','2020-09-22 21:36:35','5.196.23.219',NULL,NULL),(71262,'four_oh_four','2020-09-22 16:54:28','2020-09-22 21:54:28','185.148.147.42',NULL,NULL),(71263,'four_oh_four','2020-09-22 18:26:12','2020-09-22 23:26:12','40.77.167.238',NULL,NULL),(71264,'four_oh_four','2020-09-22 19:15:41','2020-09-23 00:15:41','104.227.248.98',NULL,NULL),(71265,'four_oh_four','2020-09-22 20:44:26','2020-09-23 01:44:26','46.187.25.61',NULL,NULL),(71266,'four_oh_four','2020-09-22 20:48:29','2020-09-23 01:48:29','114.119.136.66',NULL,NULL),(71267,'four_oh_four','2020-09-22 21:25:57','2020-09-23 02:25:57','104.149.134.218',NULL,NULL),(71268,'four_oh_four','2020-09-22 21:42:24','2020-09-23 02:42:24','173.231.59.199',NULL,NULL),(71269,'four_oh_four','2020-09-22 22:52:29','2020-09-23 03:52:29','217.107.194.18',NULL,NULL),(71270,'four_oh_four','2020-09-23 00:07:34','2020-09-23 05:07:34','114.119.151.107',NULL,NULL),(71271,'four_oh_four','2020-09-23 01:04:22','2020-09-23 06:04:22','207.46.13.104',NULL,NULL),(71272,'four_oh_four','2020-09-23 01:06:24','2020-09-23 06:06:24','185.29.255.26',NULL,NULL),(71273,'four_oh_four','2020-09-23 01:37:12','2020-09-23 06:37:12','114.119.157.110',NULL,NULL),(71274,'four_oh_four','2020-09-23 03:02:11','2020-09-23 08:02:11','207.46.13.104',NULL,NULL),(71275,'four_oh_four','2020-09-23 06:11:28','2020-09-23 11:11:28','114.119.157.110',NULL,NULL),(71276,'four_oh_four','2020-09-23 06:36:36','2020-09-23 11:36:36','114.119.151.107',NULL,NULL),(71277,'four_oh_four','2020-09-23 06:39:20','2020-09-23 11:39:20','52.201.182.91',NULL,NULL),(71278,'four_oh_four','2020-09-23 06:39:43','2020-09-23 11:39:43','52.201.182.91',NULL,NULL),(71279,'four_oh_four','2020-09-23 06:40:33','2020-09-23 11:40:33','52.201.182.91',NULL,NULL),(71280,'four_oh_four','2020-09-23 06:40:52','2020-09-23 11:40:52','52.201.182.91',NULL,NULL),(71281,'four_oh_four','2020-09-23 06:40:58','2020-09-23 11:40:58','52.201.182.91',NULL,NULL),(71282,'four_oh_four','2020-09-23 06:41:01','2020-09-23 11:41:01','52.201.182.91',NULL,NULL),(71283,'four_oh_four','2020-09-23 09:02:24','2020-09-23 14:02:24','46.150.66.129',NULL,NULL),(71284,'four_oh_four','2020-09-23 10:36:19','2020-09-23 15:36:19','114.119.158.13',NULL,NULL),(71285,'four_oh_four','2020-09-23 10:49:37','2020-09-23 15:49:37','118.31.120.31',NULL,NULL),(71286,'four_oh_four','2020-09-23 10:49:38','2020-09-23 15:49:38','118.31.120.31',NULL,NULL),(71287,'four_oh_four','2020-09-23 10:49:36','2020-09-23 15:49:36','118.31.120.31',NULL,NULL),(71288,'four_oh_four','2020-09-23 10:49:36','2020-09-23 15:49:36','118.31.120.31',NULL,NULL),(71289,'four_oh_four','2020-09-23 10:49:38','2020-09-23 15:49:38','118.31.120.31',NULL,NULL),(71290,'four_oh_four','2020-09-23 10:49:38','2020-09-23 15:49:38','118.31.120.31',NULL,NULL),(71291,'four_oh_four','2020-09-23 10:49:36','2020-09-23 15:49:36','118.31.120.31',NULL,NULL),(71292,'four_oh_four','2020-09-23 10:49:37','2020-09-23 15:49:37','118.31.120.31',NULL,NULL),(71293,'four_oh_four','2020-09-23 10:49:42','2020-09-23 15:49:42','118.31.120.31',NULL,NULL),(71294,'four_oh_four','2020-09-23 13:46:00','2020-09-23 18:46:00','3.94.137.21',NULL,NULL),(71295,'four_oh_four','2020-09-23 13:46:02','2020-09-23 18:46:02','3.94.137.21',NULL,NULL),(71296,'four_oh_four','2020-09-23 13:46:03','2020-09-23 18:46:03','3.94.137.21',NULL,NULL),(71297,'four_oh_four','2020-09-23 13:46:06','2020-09-23 18:46:06','3.94.137.21',NULL,NULL),(71298,'four_oh_four','2020-09-23 14:02:12','2020-09-23 19:02:12','184.154.139.19',NULL,NULL),(71299,'four_oh_four','2020-09-23 16:10:39','2020-09-23 21:10:39','46.187.25.61',NULL,NULL),(71300,'four_oh_four','2020-09-23 16:20:28','2020-09-23 21:20:28','114.119.141.146',NULL,NULL),(71301,'four_oh_four','2020-09-23 16:46:18','2020-09-23 21:46:18','192.3.204.194',NULL,NULL),(71302,'four_oh_four','2020-09-23 17:07:00','2020-09-23 22:07:00','114.119.143.145',NULL,NULL),(71303,'four_oh_four','2020-09-23 17:35:02','2020-09-23 22:35:02','114.119.134.41',NULL,NULL),(71304,'four_oh_four','2020-09-23 18:01:57','2020-09-23 23:01:57','92.255.198.132',NULL,NULL),(71305,'four_oh_four','2020-09-23 18:47:15','2020-09-23 23:47:15','193.239.85.156',NULL,NULL),(71306,'four_oh_four','2020-09-23 19:33:44','2020-09-24 00:33:44','114.119.145.125',NULL,NULL),(71307,'four_oh_four','2020-09-23 20:43:28','2020-09-24 01:43:28','157.55.39.225',NULL,NULL),(71308,'four_oh_four','2020-09-23 22:49:56','2020-09-24 03:49:56','95.73.69.17',NULL,NULL),(71309,'four_oh_four','2020-09-24 01:38:04','2020-09-24 06:38:04','46.187.25.61',NULL,NULL),(71310,'four_oh_four','2020-09-24 04:01:06','2020-09-24 09:01:06','37.113.176.204',NULL,NULL),(71311,'four_oh_four','2020-09-24 05:08:22','2020-09-24 10:08:22','62.210.80.34',NULL,NULL),(71312,'four_oh_four','2020-09-24 05:13:50','2020-09-24 10:13:50','114.119.145.125',NULL,NULL),(71313,'four_oh_four','2020-09-24 06:40:51','2020-09-24 11:40:51','114.119.143.145',NULL,NULL),(71314,'four_oh_four','2020-09-24 06:48:57','2020-09-24 11:48:57','157.55.39.225',NULL,NULL),(71315,'four_oh_four','2020-09-24 07:30:49','2020-09-24 12:30:49','114.119.130.104',NULL,NULL),(71316,'four_oh_four','2020-09-24 08:04:27','2020-09-24 13:04:27','185.206.225.140',NULL,NULL),(71317,'four_oh_four','2020-09-24 11:48:36','2020-09-24 16:48:36','5.188.84.92',NULL,NULL),(71318,'four_oh_four','2020-09-24 12:39:44','2020-09-24 17:39:44','5.188.84.92',NULL,NULL),(71319,'four_oh_four','2020-09-24 13:17:58','2020-09-24 18:17:58','185.206.213.233',NULL,NULL),(71320,'four_oh_four','2020-09-24 13:39:01','2020-09-24 18:39:01','178.141.63.215',NULL,NULL),(71321,'four_oh_four','2020-09-24 14:03:47','2020-09-24 19:03:47','184.154.139.18',NULL,NULL),(71322,'four_oh_four','2020-09-24 15:00:02','2020-09-24 20:00:02','188.122.82.146',NULL,NULL),(71323,'four_oh_four','2020-09-24 16:22:44','2020-09-24 21:22:44','91.76.156.63',NULL,NULL),(71324,'four_oh_four','2020-09-24 16:35:04','2020-09-24 21:35:04','114.119.130.104',NULL,NULL),(71325,'four_oh_four','2020-09-24 17:01:16','2020-09-24 22:01:16','66.249.70.53',NULL,NULL),(71326,'four_oh_four','2020-09-24 17:09:26','2020-09-24 22:09:26','114.119.151.107',NULL,NULL),(71327,'four_oh_four','2020-09-24 17:36:59','2020-09-24 22:36:59','114.119.158.13',NULL,NULL),(71328,'four_oh_four','2020-09-24 17:51:09','2020-09-24 22:51:09','114.119.158.13',NULL,NULL),(71329,'four_oh_four','2020-09-24 18:09:26','2020-09-24 23:09:26','114.119.157.110',NULL,NULL),(71330,'four_oh_four','2020-09-24 19:54:00','2020-09-25 00:54:00','3.94.137.21',NULL,NULL),(71331,'four_oh_four','2020-09-24 19:54:05','2020-09-25 00:54:05','3.94.137.21',NULL,NULL),(71332,'four_oh_four','2020-09-24 19:54:08','2020-09-25 00:54:08','3.94.137.21',NULL,NULL),(71333,'four_oh_four','2020-09-24 19:54:10','2020-09-25 00:54:10','3.94.137.21',NULL,NULL),(71334,'four_oh_four','2020-09-24 21:08:55','2020-09-25 02:08:55','31.7.57.248',NULL,NULL),(71335,'four_oh_four','2020-09-24 22:02:24','2020-09-25 03:02:24','5.188.84.92',NULL,NULL),(71336,'four_oh_four','2020-09-25 00:09:59','2020-09-25 05:09:59','188.122.82.146',NULL,NULL),(71337,'four_oh_four','2020-09-25 00:13:48','2020-09-25 05:13:48','92.38.136.69',NULL,NULL),(71338,'four_oh_four','2020-09-25 03:19:29','2020-09-25 08:19:29','188.122.82.146',NULL,NULL),(71339,'four_oh_four','2020-09-25 03:50:25','2020-09-25 08:50:25','114.119.151.107',NULL,NULL),(71340,'four_oh_four','2020-09-25 04:17:23','2020-09-25 09:17:23','114.119.130.104',NULL,NULL),(71341,'four_oh_four','2020-09-25 07:36:52','2020-09-25 12:36:52','114.119.143.145',NULL,NULL),(71342,'four_oh_four','2020-09-25 08:39:44','2020-09-25 13:39:44','114.119.143.145',NULL,NULL),(71343,'four_oh_four','2020-09-25 08:53:35','2020-09-25 13:53:35','162.241.85.58',NULL,NULL),(71344,'four_oh_four','2020-09-25 09:13:38','2020-09-25 14:13:38','114.119.130.104',NULL,NULL),(71345,'four_oh_four','2020-09-25 09:36:39','2020-09-25 14:36:39','162.243.29.24',NULL,NULL),(71346,'four_oh_four','2020-09-25 10:12:50','2020-09-25 15:12:50','52.167.22.240',NULL,NULL),(71347,'four_oh_four','2020-09-25 10:12:51','2020-09-25 15:12:51','24.51.113.69',NULL,NULL),(71348,'four_oh_four','2020-09-25 10:15:51','2020-09-25 15:15:51','104.166.32.5',NULL,NULL),(71349,'four_oh_four','2020-09-25 10:22:31','2020-09-25 15:22:31','77.88.5.210',NULL,NULL),(71350,'four_oh_four','2020-09-25 13:25:40','2020-09-25 18:25:40','85.239.35.123',NULL,NULL),(71351,'four_oh_four','2020-09-25 13:51:50','2020-09-25 18:51:50','221.182.31.54',NULL,NULL),(71352,'four_oh_four','2020-09-25 13:51:53','2020-09-25 18:51:53','5.196.23.219',NULL,NULL),(71353,'four_oh_four','2020-09-25 14:04:38','2020-09-25 19:04:38','184.154.139.21',NULL,NULL),(71354,'four_oh_four','2020-09-25 15:36:55','2020-09-25 20:36:55','157.55.39.225',NULL,NULL),(71355,'four_oh_four','2020-09-25 16:14:56','2020-09-25 21:14:56','157.55.39.231',NULL,NULL),(71356,'four_oh_four','2020-09-25 16:37:14','2020-09-25 21:37:14','114.119.145.125',NULL,NULL),(71357,'four_oh_four','2020-09-25 17:12:58','2020-09-25 22:12:58','104.238.59.220',NULL,NULL),(71358,'four_oh_four','2020-09-25 17:20:06','2020-09-25 22:20:06','157.55.39.225',NULL,NULL),(71359,'four_oh_four','2020-09-25 19:47:09','2020-09-26 00:47:09','178.168.221.84',NULL,NULL),(71360,'four_oh_four','2020-09-25 21:26:18','2020-09-26 02:26:18','37.115.147.241',NULL,NULL),(71361,'four_oh_four','2020-09-26 00:36:22','2020-09-26 05:36:22','114.119.134.41',NULL,NULL),(71362,'four_oh_four','2020-09-26 01:55:14','2020-09-26 06:55:14','52.201.182.91',NULL,NULL),(71363,'four_oh_four','2020-09-26 01:55:17','2020-09-26 06:55:17','52.201.182.91',NULL,NULL),(71364,'four_oh_four','2020-09-26 01:55:22','2020-09-26 06:55:22','3.94.137.21',NULL,NULL),(71365,'four_oh_four','2020-09-26 01:55:23','2020-09-26 06:55:23','3.94.137.21',NULL,NULL),(71366,'four_oh_four','2020-09-26 02:41:48','2020-09-26 07:41:48','5.188.84.251',NULL,NULL),(71367,'four_oh_four','2020-09-26 03:03:19','2020-09-26 08:03:19','114.119.143.145',NULL,NULL),(71368,'four_oh_four','2020-09-26 07:07:41','2020-09-26 12:07:41','114.119.143.145',NULL,NULL),(71369,'four_oh_four','2020-09-26 08:03:09','2020-09-26 13:03:09','114.119.136.66',NULL,NULL),(71370,'four_oh_four','2020-09-26 10:12:31','2020-09-26 15:12:31','45.145.67.109',NULL,NULL),(71371,'four_oh_four','2020-09-26 11:32:42','2020-09-26 16:32:42','212.83.136.203',NULL,NULL),(71372,'four_oh_four','2020-09-26 11:38:25','2020-09-26 16:38:25','5.188.210.18',NULL,NULL),(71373,'four_oh_four','2020-09-26 11:49:11','2020-09-26 16:49:11','107.170.247.224',NULL,NULL),(71374,'four_oh_four','2020-09-26 11:51:00','2020-09-26 16:51:00','107.170.247.224',NULL,NULL),(71375,'four_oh_four','2020-09-26 11:54:26','2020-09-26 16:54:26','107.170.247.224',NULL,NULL),(71376,'four_oh_four','2020-09-26 11:55:06','2020-09-26 16:55:06','107.170.247.224',NULL,NULL),(71377,'four_oh_four','2020-09-26 11:55:35','2020-09-26 16:55:35','107.170.247.224',NULL,NULL),(71378,'four_oh_four','2020-09-26 11:57:34','2020-09-26 16:57:34','107.170.247.224',NULL,NULL),(71379,'four_oh_four','2020-09-26 12:00:37','2020-09-26 17:00:37','107.170.247.224',NULL,NULL),(71380,'four_oh_four','2020-09-26 14:12:38','2020-09-26 19:12:38','184.154.139.21',NULL,NULL),(71381,'four_oh_four','2020-09-26 16:45:59','2020-09-26 21:45:59','114.119.145.125',NULL,NULL),(71382,'four_oh_four','2020-09-26 17:06:53','2020-09-26 22:06:53','114.119.148.105',NULL,NULL),(71383,'four_oh_four','2020-09-26 17:22:58','2020-09-26 22:22:58','66.249.70.51',NULL,NULL),(71384,'four_oh_four','2020-09-26 17:25:33','2020-09-26 22:25:33','66.249.70.53',NULL,NULL),(71385,'four_oh_four','2020-09-26 18:20:34','2020-09-26 23:20:34','5.188.84.59',NULL,NULL),(71386,'four_oh_four','2020-09-26 18:49:28','2020-09-26 23:49:28','5.188.84.251',NULL,NULL),(71387,'four_oh_four','2020-09-26 18:54:59','2020-09-26 23:54:59','178.159.37.85',NULL,NULL),(71388,'four_oh_four','2020-09-26 18:57:06','2020-09-26 23:57:06','114.119.136.66',NULL,NULL),(71389,'four_oh_four','2020-09-26 21:24:47','2020-09-27 02:24:47','178.159.37.92',NULL,NULL),(71390,'four_oh_four','2020-09-26 21:39:40','2020-09-27 02:39:40','5.188.84.251',NULL,NULL),(71391,'four_oh_four','2020-09-26 22:01:42','2020-09-27 03:01:42','114.119.130.104',NULL,NULL),(71392,'four_oh_four','2020-09-27 00:07:08','2020-09-27 05:07:08','178.17.171.53',NULL,NULL),(71393,'four_oh_four','2020-09-27 04:19:53','2020-09-27 09:19:53','114.119.151.107',NULL,NULL),(71394,'four_oh_four','2020-09-27 04:52:35','2020-09-27 09:52:35','114.119.141.146',NULL,NULL),(71395,'four_oh_four','2020-09-27 05:31:42','2020-09-27 10:31:42','114.119.145.125',NULL,NULL),(71396,'four_oh_four','2020-09-27 08:16:03','2020-09-27 13:16:03','3.94.137.21',NULL,NULL),(71397,'four_oh_four','2020-09-27 08:16:06','2020-09-27 13:16:06','3.94.137.21',NULL,NULL),(71398,'four_oh_four','2020-09-27 08:16:09','2020-09-27 13:16:09','3.94.137.21',NULL,NULL),(71399,'four_oh_four','2020-09-27 08:16:10','2020-09-27 13:16:10','3.94.137.21',NULL,NULL),(71400,'four_oh_four','2020-09-27 10:39:39','2020-09-27 15:39:39','114.119.157.110',NULL,NULL),(71401,'four_oh_four','2020-09-27 10:44:32','2020-09-27 15:44:32','17.58.102.54',NULL,NULL),(71402,'four_oh_four','2020-09-27 11:00:10','2020-09-27 16:00:10','40.77.167.130',NULL,NULL),(71403,'four_oh_four','2020-09-27 12:10:16','2020-09-27 17:10:16','89.39.107.209',NULL,NULL),(71404,'four_oh_four','2020-09-27 13:52:35','2020-09-27 18:52:35','114.119.143.145',NULL,NULL),(71405,'four_oh_four','2020-09-27 14:11:11','2020-09-27 19:11:11','184.154.139.17',NULL,NULL),(71406,'four_oh_four','2020-09-27 14:46:48','2020-09-27 19:46:48','104.238.46.9',NULL,NULL),(71407,'four_oh_four','2020-09-27 15:17:22','2020-09-27 20:17:22','94.139.237.251',NULL,NULL),(71408,'four_oh_four','2020-09-27 15:20:50','2020-09-27 20:20:50','178.159.37.92',NULL,NULL),(71409,'four_oh_four','2020-09-27 16:38:49','2020-09-27 21:38:49','66.249.70.55',NULL,NULL),(71410,'four_oh_four','2020-09-27 16:56:22','2020-09-27 21:56:22','66.249.70.55',NULL,NULL),(71411,'four_oh_four','2020-09-27 17:46:32','2020-09-27 22:46:32','114.119.143.145',NULL,NULL),(71412,'four_oh_four','2020-09-27 18:20:41','2020-09-27 23:20:41','69.61.200.104',NULL,NULL),(71413,'brute_force','2020-09-27 20:15:16','2020-09-28 01:15:16','173.69.150.59',NULL,NULL),(71414,'brute_force','2020-09-27 20:15:16','2020-09-28 01:15:16',NULL,1,'pr@zphiblgz.org'),(71415,'brute_force','2020-09-27 20:15:50','2020-09-28 01:15:50','173.69.150.59',NULL,NULL),(71416,'brute_force','2020-09-27 20:15:50','2020-09-28 01:15:50',NULL,1,'pr@zphiblgz.org'),(71417,'brute_force','2020-09-27 20:16:07','2020-09-28 01:16:07','173.69.150.59',NULL,NULL),(71418,'brute_force','2020-09-27 20:16:07','2020-09-28 01:16:07',NULL,1,'pr@zphiblgz.org'),(71419,'four_oh_four','2020-09-27 22:53:13','2020-09-28 03:53:13','37.44.86.236',NULL,NULL),(71420,'four_oh_four','2020-09-28 00:15:54','2020-09-28 05:15:54','114.119.136.66',NULL,NULL),(71421,'four_oh_four','2020-09-28 03:00:20','2020-09-28 08:00:20','79.96.148.197',NULL,NULL),(71422,'four_oh_four','2020-09-28 04:06:13','2020-09-28 09:06:13','79.142.76.203',NULL,NULL),(71423,'four_oh_four','2020-09-28 05:22:13','2020-09-28 10:22:13','114.119.143.145',NULL,NULL),(71424,'four_oh_four','2020-09-28 05:43:38','2020-09-28 10:43:38','157.55.39.78',NULL,NULL),(71425,'four_oh_four','2020-09-28 05:56:29','2020-09-28 10:56:29','46.187.25.61',NULL,NULL),(71426,'four_oh_four','2020-09-28 08:15:46','2020-09-28 13:15:46','178.17.171.53',NULL,NULL),(71427,'brute_force','2020-09-28 09:50:15','2020-09-28 14:50:15','40.121.50.196',NULL,NULL),(71428,'brute_force','2020-09-28 09:50:15','2020-09-28 14:50:15',NULL,NULL,'admin'),(71429,'brute_force','2020-09-28 09:50:18','2020-09-28 14:50:18','40.121.50.196',NULL,NULL),(71430,'brute_force','2020-09-28 09:50:18','2020-09-28 14:50:18',NULL,NULL,'admin'),(71431,'brute_force','2020-09-28 09:50:22','2020-09-28 14:50:22','40.121.50.196',NULL,NULL),(71432,'brute_force','2020-09-28 09:50:22','2020-09-28 14:50:22',NULL,NULL,'admin'),(71433,'brute_force','2020-09-28 09:50:24','2020-09-28 14:50:24','40.121.50.196',NULL,NULL),(71434,'brute_force','2020-09-28 09:50:24','2020-09-28 14:50:24',NULL,NULL,'admin'),(71435,'brute_force','2020-09-28 09:50:27','2020-09-28 14:50:27','40.121.50.196',NULL,NULL),(71436,'brute_force','2020-09-28 09:50:27','2020-09-28 14:50:27',NULL,NULL,'admin'),(71437,'four_oh_four','2020-09-28 10:08:46','2020-09-28 15:08:46','178.159.37.139',NULL,NULL),(71438,'four_oh_four','2020-09-28 10:29:23','2020-09-28 15:29:23','66.249.65.89',NULL,NULL),(71439,'four_oh_four','2020-09-28 10:29:35','2020-09-28 15:29:35','66.249.65.89',NULL,NULL),(71440,'four_oh_four','2020-09-28 10:59:47','2020-09-28 15:59:47','66.249.65.81',NULL,NULL),(71441,'four_oh_four','2020-09-28 13:57:39','2020-09-28 18:57:39','46.187.25.61',NULL,NULL),(71442,'four_oh_four','2020-09-28 14:01:19','2020-09-28 19:01:19','184.154.139.20',NULL,NULL),(71443,'four_oh_four','2020-09-28 14:01:36','2020-09-28 19:01:36','184.154.139.20',NULL,NULL),(71444,'four_oh_four','2020-09-28 14:26:14','2020-09-28 19:26:14','3.94.137.21',NULL,NULL),(71445,'four_oh_four','2020-09-28 14:26:17','2020-09-28 19:26:17','3.94.137.21',NULL,NULL),(71446,'four_oh_four','2020-09-28 16:27:11','2020-09-28 21:27:11','114.119.143.145',NULL,NULL),(71447,'four_oh_four','2020-09-28 18:24:47','2020-09-28 23:24:47','157.55.39.150',NULL,NULL),(71448,'four_oh_four','2020-09-28 18:37:40','2020-09-28 23:37:40','188.122.82.146',NULL,NULL),(71449,'four_oh_four','2020-09-28 18:51:56','2020-09-28 23:51:56','206.123.139.230',NULL,NULL),(71450,'four_oh_four','2020-09-28 19:21:02','2020-09-29 00:21:02','114.119.148.105',NULL,NULL),(71451,'four_oh_four','2020-09-28 20:39:04','2020-09-29 01:39:04','46.187.25.61',NULL,NULL),(71452,'four_oh_four','2020-09-28 20:59:36','2020-09-29 01:59:36','94.139.237.251',NULL,NULL),(71453,'four_oh_four','2020-09-28 21:30:30','2020-09-29 02:30:30','114.119.145.125',NULL,NULL),(71454,'four_oh_four','2020-09-28 22:27:54','2020-09-29 03:27:54','114.119.157.110',NULL,NULL),(71455,'four_oh_four','2020-09-29 03:08:38','2020-09-29 08:08:38','207.46.13.50',NULL,NULL),(71456,'four_oh_four','2020-09-29 03:26:33','2020-09-29 08:26:33','34.77.72.31',NULL,NULL),(71457,'four_oh_four','2020-09-29 03:26:49','2020-09-29 08:26:49','34.77.72.31',NULL,NULL),(71458,'four_oh_four','2020-09-29 03:27:30','2020-09-29 08:27:30','34.77.72.31',NULL,NULL),(71459,'four_oh_four','2020-09-29 03:27:30','2020-09-29 08:27:30','34.77.72.31',NULL,NULL),(71460,'four_oh_four','2020-09-29 03:39:21','2020-09-29 08:39:21','66.249.65.81',NULL,NULL),(71461,'four_oh_four','2020-09-29 04:09:32','2020-09-29 09:09:32','206.123.139.230',NULL,NULL),(71462,'four_oh_four','2020-09-29 04:09:31','2020-09-29 09:09:31','206.123.139.230',NULL,NULL),(71463,'four_oh_four','2020-09-29 04:41:37','2020-09-29 09:41:37','66.249.65.81',NULL,NULL),(71464,'four_oh_four','2020-09-29 05:01:22','2020-09-29 10:01:22','136.243.32.70',NULL,NULL),(71465,'four_oh_four','2020-09-29 06:34:13','2020-09-29 11:34:13','45.145.67.109',NULL,NULL),(71466,'four_oh_four','2020-09-29 07:15:14','2020-09-29 12:15:14','114.119.143.145',NULL,NULL),(71467,'four_oh_four','2020-09-29 08:09:13','2020-09-29 13:09:13','207.46.13.44',NULL,NULL),(71468,'four_oh_four','2020-09-29 08:33:55','2020-09-29 13:33:55','206.123.139.230',NULL,NULL),(71469,'four_oh_four','2020-09-29 09:40:53','2020-09-29 14:40:53','139.59.20.176',NULL,NULL),(71470,'four_oh_four','2020-09-29 09:40:57','2020-09-29 14:40:57','139.59.20.176',NULL,NULL),(71471,'four_oh_four','2020-09-29 09:41:26','2020-09-29 14:41:26','139.59.20.176',NULL,NULL),(71472,'four_oh_four','2020-09-29 09:41:29','2020-09-29 14:41:29','139.59.20.176',NULL,NULL),(71473,'four_oh_four','2020-09-29 10:34:42','2020-09-29 15:34:42','82.208.101.21',NULL,NULL),(71474,'four_oh_four','2020-09-29 11:08:02','2020-09-29 16:08:02','23.228.109.146',NULL,NULL),(71475,'four_oh_four','2020-09-29 11:50:52','2020-09-29 16:50:52','62.76.229.231',NULL,NULL),(71476,'four_oh_four','2020-09-29 13:46:35','2020-09-29 18:46:35','92.38.136.69',NULL,NULL),(71477,'four_oh_four','2020-09-29 14:09:09','2020-09-29 19:09:09','184.154.139.17',NULL,NULL),(71478,'four_oh_four','2020-09-29 14:09:23','2020-09-29 19:09:23','184.154.139.17',NULL,NULL),(71479,'four_oh_four','2020-09-29 14:46:38','2020-09-29 19:46:38','114.119.134.41',NULL,NULL),(71480,'four_oh_four','2020-09-29 15:07:19','2020-09-29 20:07:19','114.119.157.110',NULL,NULL),(71481,'brute_force','2020-09-29 16:28:04','2020-09-29 21:28:04','5.188.62.140',NULL,NULL),(71482,'brute_force','2020-09-29 16:28:04','2020-09-29 21:28:04',NULL,NULL,'adminu'),(71483,'brute_force','2020-09-29 16:59:03','2020-09-29 21:59:03','5.188.62.140',NULL,NULL),(71484,'brute_force','2020-09-29 16:59:03','2020-09-29 21:59:03',NULL,NULL,'adminu'),(71485,'four_oh_four','2020-09-29 17:08:21','2020-09-29 22:08:21','72.221.164.35',NULL,NULL),(71486,'four_oh_four','2020-09-29 17:09:57','2020-09-29 22:09:57','157.55.39.160',NULL,NULL),(71487,'brute_force','2020-09-29 17:29:27','2020-09-29 22:29:27','5.188.62.140',NULL,NULL),(71488,'brute_force','2020-09-29 17:29:27','2020-09-29 22:29:27',NULL,NULL,'adminu'),(71489,'four_oh_four','2020-09-29 17:58:59','2020-09-29 22:58:59','188.233.184.104',NULL,NULL),(71490,'four_oh_four','2020-09-29 19:27:07','2020-09-30 00:27:07','157.55.39.42',NULL,NULL),(71491,'four_oh_four','2020-09-29 19:56:50','2020-09-30 00:56:50','114.119.130.104',NULL,NULL),(71492,'four_oh_four','2020-09-29 21:19:34','2020-09-30 02:19:34','114.119.151.107',NULL,NULL),(71493,'four_oh_four','2020-09-29 22:01:37','2020-09-30 03:01:37','207.46.13.42',NULL,NULL),(71494,'four_oh_four','2020-09-29 22:39:39','2020-09-30 03:39:39','207.46.13.42',NULL,NULL),(71495,'four_oh_four','2020-09-29 22:57:15','2020-09-30 03:57:15','114.119.157.110',NULL,NULL),(71496,'four_oh_four','2020-09-29 23:01:52','2020-09-30 04:01:52','66.249.65.91',NULL,NULL),(71497,'four_oh_four','2020-09-29 23:19:16','2020-09-30 04:19:16','114.119.141.146',NULL,NULL),(71498,'four_oh_four','2020-09-29 23:41:27','2020-09-30 04:41:27','67.201.61.149',NULL,NULL),(71499,'four_oh_four','2020-09-29 23:41:27','2020-09-30 04:41:27','67.201.61.149',NULL,NULL),(71500,'four_oh_four','2020-09-30 00:00:50','2020-09-30 05:00:50','207.46.13.42',NULL,NULL),(71501,'four_oh_four','2020-09-30 00:40:39','2020-09-30 05:40:39','114.119.157.110',NULL,NULL),(71502,'four_oh_four','2020-09-30 01:45:20','2020-09-30 06:45:20','37.115.218.222',NULL,NULL),(71503,'four_oh_four','2020-09-30 04:50:14','2020-09-30 09:50:14','3.94.137.21',NULL,NULL),(71504,'four_oh_four','2020-09-30 04:50:17','2020-09-30 09:50:17','3.94.137.21',NULL,NULL),(71505,'four_oh_four','2020-09-30 05:03:36','2020-09-30 10:03:36','114.119.136.66',NULL,NULL),(71506,'four_oh_four','2020-09-30 05:21:58','2020-09-30 10:21:58','114.119.130.104',NULL,NULL),(71507,'four_oh_four','2020-09-30 06:54:57','2020-09-30 11:54:57','94.139.233.177',NULL,NULL),(71508,'four_oh_four','2020-09-30 06:59:22','2020-09-30 11:59:22','52.201.182.91',NULL,NULL),(71509,'four_oh_four','2020-09-30 07:01:06','2020-09-30 12:01:06','46.187.25.61',NULL,NULL),(71510,'four_oh_four','2020-09-30 08:08:00','2020-09-30 13:08:00','114.119.136.66',NULL,NULL),(71511,'four_oh_four','2020-09-30 08:49:23','2020-09-30 13:49:23','114.119.143.145',NULL,NULL),(71512,'four_oh_four','2020-09-30 11:17:21','2020-09-30 16:17:21','207.46.13.42',NULL,NULL),(71513,'four_oh_four','2020-09-30 14:10:17','2020-09-30 19:10:17','184.154.139.21',NULL,NULL),(71514,'four_oh_four','2020-09-30 14:10:30','2020-09-30 19:10:30','184.154.139.21',NULL,NULL),(71515,'four_oh_four','2020-09-30 15:01:21','2020-09-30 20:01:21','5.188.210.20',NULL,NULL),(71516,'four_oh_four','2020-09-30 16:13:16','2020-09-30 21:13:16','114.119.151.107',NULL,NULL),(71517,'four_oh_four','2020-09-30 16:25:28','2020-09-30 21:25:28','46.243.220.227',NULL,NULL),(71518,'four_oh_four','2020-09-30 18:44:46','2020-09-30 23:44:46','114.119.143.145',NULL,NULL),(71519,'four_oh_four','2020-09-30 20:30:26','2020-10-01 01:30:26','195.246.120.166',NULL,NULL),(71520,'four_oh_four','2020-09-30 20:30:30','2020-10-01 01:30:30','195.246.120.166',NULL,NULL),(71521,'four_oh_four','2020-09-30 21:40:50','2020-10-01 02:40:50','46.187.25.61',NULL,NULL),(71522,'four_oh_four','2020-10-01 01:21:57','2020-10-01 06:21:57','114.119.134.41',NULL,NULL),(71523,'four_oh_four','2020-10-01 01:34:31','2020-10-01 06:34:31','91.207.102.157',NULL,NULL),(71524,'four_oh_four','2020-10-01 01:39:33','2020-10-01 06:39:33','198.187.29.33',NULL,NULL),(71525,'four_oh_four','2020-10-01 02:42:02','2020-10-01 07:42:02','188.165.197.116',NULL,NULL),(71526,'four_oh_four','2020-10-01 06:38:29','2020-10-01 11:38:29','68.71.244.206',NULL,NULL),(71527,'four_oh_four','2020-10-01 06:42:35','2020-10-01 11:42:35','176.99.163.138',NULL,NULL),(71528,'four_oh_four','2020-10-01 06:54:54','2020-10-01 11:54:54','199.217.105.239',NULL,NULL),(71529,'four_oh_four','2020-10-01 08:15:03','2020-10-01 13:15:03','188.122.82.146',NULL,NULL),(71530,'four_oh_four','2020-10-01 09:04:47','2020-10-01 14:04:47','114.119.134.41',NULL,NULL),(71531,'four_oh_four','2020-10-01 09:48:52','2020-10-01 14:48:52','114.119.148.105',NULL,NULL),(71532,'four_oh_four','2020-10-01 11:24:59','2020-10-01 16:24:59','3.94.137.21',NULL,NULL),(71533,'four_oh_four','2020-10-01 11:25:02','2020-10-01 16:25:02','3.94.137.21',NULL,NULL),(71534,'four_oh_four','2020-10-01 12:03:16','2020-10-01 17:03:16','178.159.37.139',NULL,NULL),(71535,'brute_force','2020-10-01 13:38:59','2020-10-01 18:38:59','100.25.142.166',NULL,NULL),(71536,'brute_force','2020-10-01 13:38:59','2020-10-01 18:38:59',NULL,NULL,'admin'),(71537,'brute_force','2020-10-01 13:39:02','2020-10-01 18:39:02','100.25.142.166',NULL,NULL),(71538,'brute_force','2020-10-01 13:39:02','2020-10-01 18:39:02',NULL,NULL,'admin'),(71539,'brute_force','2020-10-01 13:39:05','2020-10-01 18:39:05','100.25.142.166',NULL,NULL),(71540,'brute_force','2020-10-01 13:39:05','2020-10-01 18:39:05',NULL,NULL,'admin'),(71541,'brute_force','2020-10-01 13:39:08','2020-10-01 18:39:08','100.25.142.166',NULL,NULL),(71542,'brute_force','2020-10-01 13:39:08','2020-10-01 18:39:08',NULL,NULL,'admin'),(71543,'brute_force','2020-10-01 13:39:11','2020-10-01 18:39:11','100.25.142.166',NULL,NULL),(71544,'brute_force','2020-10-01 13:39:11','2020-10-01 18:39:11',NULL,NULL,'admin'),(71545,'four_oh_four','2020-10-01 14:08:51','2020-10-01 19:08:51','184.154.139.19',NULL,NULL),(71546,'four_oh_four','2020-10-01 14:09:07','2020-10-01 19:09:07','184.154.139.19',NULL,NULL),(71547,'brute_force','2020-10-01 14:58:54','2020-10-01 19:58:54','185.86.164.110',NULL,NULL),(71548,'brute_force','2020-10-01 14:58:54','2020-10-01 19:58:54',NULL,NULL,'admin'),(71549,'four_oh_four','2020-10-01 16:13:47','2020-10-01 21:13:47','94.139.235.74',NULL,NULL),(71550,'four_oh_four','2020-10-01 17:46:50','2020-10-01 22:46:50','91.76.156.63',NULL,NULL),(71551,'four_oh_four','2020-10-01 18:39:10','2020-10-01 23:39:10','109.248.128.99',NULL,NULL),(71552,'four_oh_four','2020-10-01 18:39:54','2020-10-01 23:39:54','157.55.39.145',NULL,NULL),(71553,'four_oh_four','2020-10-01 18:59:36','2020-10-01 23:59:36','72.83.184.94',NULL,NULL),(71554,'four_oh_four','2020-10-01 18:59:45','2020-10-01 23:59:45','72.83.184.94',NULL,NULL),(71555,'four_oh_four','2020-10-01 21:47:37','2020-10-02 02:47:37','114.119.145.125',NULL,NULL),(71556,'four_oh_four','2020-10-01 22:39:38','2020-10-02 03:39:38','157.55.39.150',NULL,NULL),(71557,'four_oh_four','2020-10-02 00:53:53','2020-10-02 05:53:53','114.119.141.146',NULL,NULL),(71558,'four_oh_four','2020-10-02 02:08:16','2020-10-02 07:08:16','207.46.13.50',NULL,NULL),(71559,'four_oh_four','2020-10-02 02:23:40','2020-10-02 07:23:40','185.123.143.252',NULL,NULL),(71560,'four_oh_four','2020-10-02 03:16:21','2020-10-02 08:16:21','114.119.143.145',NULL,NULL),(71561,'four_oh_four','2020-10-02 03:51:20','2020-10-02 08:51:20','92.38.136.69',NULL,NULL),(71562,'four_oh_four','2020-10-02 04:07:02','2020-10-02 09:07:02','207.46.13.50',NULL,NULL),(71563,'four_oh_four','2020-10-02 04:22:47','2020-10-02 09:22:47','114.119.157.110',NULL,NULL),(71564,'four_oh_four','2020-10-02 04:24:51','2020-10-02 09:24:51','51.68.163.46',NULL,NULL),(71565,'four_oh_four','2020-10-02 04:29:26','2020-10-02 09:29:26','207.102.138.19',NULL,NULL),(71566,'four_oh_four','2020-10-02 05:59:41','2020-10-02 10:59:41','114.119.148.105',NULL,NULL),(71567,'four_oh_four','2020-10-02 07:53:20','2020-10-02 12:53:20','114.119.136.66',NULL,NULL),(71568,'four_oh_four','2020-10-02 08:02:02','2020-10-02 13:02:02','207.46.13.50',NULL,NULL),(71569,'four_oh_four','2020-10-02 08:19:44','2020-10-02 13:19:44','114.119.145.125',NULL,NULL),(71570,'four_oh_four','2020-10-02 08:23:32','2020-10-02 13:23:32','51.68.163.45',NULL,NULL),(71571,'four_oh_four','2020-10-02 08:28:59','2020-10-02 13:28:59','51.77.105.92',NULL,NULL),(71572,'four_oh_four','2020-10-02 08:34:19','2020-10-02 13:34:19','51.77.105.91',NULL,NULL),(71573,'four_oh_four','2020-10-02 08:52:03','2020-10-02 13:52:03','51.77.89.184',NULL,NULL),(71574,'four_oh_four','2020-10-02 09:03:15','2020-10-02 14:03:15','114.119.130.104',NULL,NULL),(71575,'four_oh_four','2020-10-02 09:38:08','2020-10-02 14:38:08','198.50.163.55',NULL,NULL),(71576,'four_oh_four','2020-10-02 11:17:22','2020-10-02 16:17:22','114.119.136.66',NULL,NULL),(71577,'four_oh_four','2020-10-02 12:11:11','2020-10-02 17:11:11','51.255.103.170',NULL,NULL),(71578,'four_oh_four','2020-10-02 12:53:19','2020-10-02 17:53:19','77.83.175.161',NULL,NULL),(71579,'four_oh_four','2020-10-02 12:53:29','2020-10-02 17:53:29','77.83.175.161',NULL,NULL),(71580,'four_oh_four','2020-10-02 13:44:47','2020-10-02 18:44:47','45.64.134.198',NULL,NULL),(71581,'four_oh_four','2020-10-02 14:00:03','2020-10-02 19:00:03','213.59.158.2',NULL,NULL),(71582,'four_oh_four','2020-10-02 14:08:22','2020-10-02 19:08:22','184.154.139.3',NULL,NULL),(71583,'four_oh_four','2020-10-02 14:08:30','2020-10-02 19:08:30','184.154.139.3',NULL,NULL),(71584,'four_oh_four','2020-10-02 14:53:17','2020-10-02 19:53:17','114.119.143.145',NULL,NULL),(71585,'four_oh_four','2020-10-02 14:54:22','2020-10-02 19:54:22','46.187.38.244',NULL,NULL),(71586,'four_oh_four','2020-10-02 16:36:49','2020-10-02 21:36:49','114.119.158.13',NULL,NULL),(71587,'four_oh_four','2020-10-02 17:45:08','2020-10-02 22:45:08','104.227.63.43',NULL,NULL),(71588,'four_oh_four','2020-10-02 18:19:40','2020-10-02 23:19:40','52.201.182.91',NULL,NULL),(71589,'four_oh_four','2020-10-02 18:19:42','2020-10-02 23:19:42','52.201.182.91',NULL,NULL),(71590,'four_oh_four','2020-10-02 18:35:06','2020-10-02 23:35:06','157.230.37.15',NULL,NULL),(71591,'four_oh_four','2020-10-02 18:55:32','2020-10-02 23:55:32','139.196.229.151',NULL,NULL),(71592,'four_oh_four','2020-10-02 19:25:09','2020-10-03 00:25:09','114.119.145.125',NULL,NULL),(71593,'four_oh_four','2020-10-02 21:07:04','2020-10-03 02:07:04','51.79.170.77',NULL,NULL),(71594,'four_oh_four','2020-10-02 21:59:34','2020-10-03 02:59:34','51.222.43.123',NULL,NULL),(71595,'four_oh_four','2020-10-02 22:11:51','2020-10-03 03:11:51','114.119.143.145',NULL,NULL),(71596,'four_oh_four','2020-10-03 00:57:09','2020-10-03 05:57:09','185.255.96.99',NULL,NULL),(71597,'four_oh_four','2020-10-03 01:48:41','2020-10-03 06:48:41','114.119.145.125',NULL,NULL),(71598,'four_oh_four','2020-10-03 02:48:57','2020-10-03 07:48:57','157.55.39.42',NULL,NULL),(71599,'four_oh_four','2020-10-03 02:56:47','2020-10-03 07:56:47','66.249.65.81',NULL,NULL),(71600,'four_oh_four','2020-10-03 03:43:43','2020-10-03 08:43:43','114.119.148.105',NULL,NULL),(71601,'four_oh_four','2020-10-03 04:10:06','2020-10-03 09:10:06','159.89.237.201',NULL,NULL),(71602,'four_oh_four','2020-10-03 07:02:16','2020-10-03 12:02:16','66.249.65.83',NULL,NULL),(71603,'four_oh_four','2020-10-03 09:13:43','2020-10-03 14:13:43','157.55.39.150',NULL,NULL),(71604,'four_oh_four','2020-10-03 09:43:50','2020-10-03 14:43:50','114.119.134.41',NULL,NULL),(71605,'four_oh_four','2020-10-03 10:37:19','2020-10-03 15:37:19','114.119.157.110',NULL,NULL),(71606,'four_oh_four','2020-10-03 10:53:56','2020-10-03 15:53:56','114.119.134.41',NULL,NULL),(71607,'four_oh_four','2020-10-03 13:02:48','2020-10-03 18:02:48','23.228.109.146',NULL,NULL),(71608,'four_oh_four','2020-10-03 14:10:43','2020-10-03 19:10:43','184.154.139.21',NULL,NULL),(71609,'four_oh_four','2020-10-03 14:39:32','2020-10-03 19:39:32','114.119.136.66',NULL,NULL),(71610,'brute_force','2020-10-03 15:05:02','2020-10-03 20:05:02','18.191.217.195',NULL,NULL),(71611,'brute_force','2020-10-03 15:05:02','2020-10-03 20:05:02',NULL,NULL,'admin'),(71612,'brute_force','2020-10-03 15:05:04','2020-10-03 20:05:04','18.191.217.195',NULL,NULL),(71613,'brute_force','2020-10-03 15:05:04','2020-10-03 20:05:04',NULL,NULL,'admin'),(71614,'brute_force','2020-10-03 15:05:09','2020-10-03 20:05:09','18.191.217.195',NULL,NULL),(71615,'brute_force','2020-10-03 15:05:09','2020-10-03 20:05:09',NULL,NULL,'admin'),(71616,'brute_force','2020-10-03 15:05:12','2020-10-03 20:05:12','18.191.217.195',NULL,NULL),(71617,'brute_force','2020-10-03 15:05:12','2020-10-03 20:05:12',NULL,NULL,'admin'),(71618,'brute_force','2020-10-03 15:05:14','2020-10-03 20:05:14','18.191.217.195',NULL,NULL),(71619,'brute_force','2020-10-03 15:05:14','2020-10-03 20:05:14',NULL,NULL,'admin'),(71620,'four_oh_four','2020-10-03 15:43:08','2020-10-03 20:43:08','178.137.88.142',NULL,NULL),(71621,'four_oh_four','2020-10-03 15:51:52','2020-10-03 20:51:52','5.188.84.251',NULL,NULL),(71622,'four_oh_four','2020-10-03 15:52:31','2020-10-03 20:52:31','173.252.87.112',NULL,NULL),(71623,'four_oh_four','2020-10-03 17:26:25','2020-10-03 22:26:25','157.55.39.145',NULL,NULL),(71624,'four_oh_four','2020-10-03 17:58:17','2020-10-03 22:58:17','91.236.12.89',NULL,NULL),(71625,'four_oh_four','2020-10-03 18:26:43','2020-10-03 23:26:43','66.249.65.85',NULL,NULL),(71626,'four_oh_four','2020-10-03 18:46:38','2020-10-03 23:46:38','157.55.39.145',NULL,NULL),(71627,'four_oh_four','2020-10-03 19:46:07','2020-10-04 00:46:07','157.55.39.150',NULL,NULL),(71628,'four_oh_four','2020-10-03 20:05:39','2020-10-04 01:05:39','157.55.39.145',NULL,NULL),(71629,'four_oh_four','2020-10-03 20:22:36','2020-10-04 01:22:36','92.38.136.69',NULL,NULL),(71630,'four_oh_four','2020-10-03 20:48:10','2020-10-04 01:48:10','176.103.94.233',NULL,NULL),(71631,'four_oh_four','2020-10-03 20:55:46','2020-10-04 01:55:46','157.55.39.78',NULL,NULL),(71632,'four_oh_four','2020-10-03 21:08:14','2020-10-04 02:08:14','124.172.232.57',NULL,NULL),(71633,'four_oh_four','2020-10-03 21:55:50','2020-10-04 02:55:50','92.124.160.190',NULL,NULL),(71634,'four_oh_four','2020-10-03 21:55:54','2020-10-04 02:55:54','92.124.160.190',NULL,NULL),(71635,'four_oh_four','2020-10-03 22:17:30','2020-10-04 03:17:30','207.46.13.50',NULL,NULL),(71636,'four_oh_four','2020-10-03 22:22:22','2020-10-04 03:22:22','109.184.239.84',NULL,NULL),(71637,'four_oh_four','2020-10-03 23:49:41','2020-10-04 04:49:41','95.65.81.152',NULL,NULL),(71638,'four_oh_four','2020-10-04 00:46:50','2020-10-04 05:46:50','114.119.157.110',NULL,NULL),(71639,'four_oh_four','2020-10-04 00:47:47','2020-10-04 05:47:47','5.188.84.251',NULL,NULL),(71640,'four_oh_four','2020-10-04 00:52:46','2020-10-04 05:52:46','114.119.136.66',NULL,NULL),(71641,'four_oh_four','2020-10-04 01:06:23','2020-10-04 06:06:23','114.119.141.146',NULL,NULL),(71642,'four_oh_four','2020-10-04 01:20:02','2020-10-04 06:20:02','52.201.182.91',NULL,NULL),(71643,'four_oh_four','2020-10-04 01:20:04','2020-10-04 06:20:04','52.201.182.91',NULL,NULL),(71644,'four_oh_four','2020-10-04 01:35:21','2020-10-04 06:35:21','114.119.148.105',NULL,NULL),(71645,'four_oh_four','2020-10-04 01:54:49','2020-10-04 06:54:49','77.124.46.158',NULL,NULL),(71646,'four_oh_four','2020-10-04 02:08:21','2020-10-04 07:08:21','114.119.141.146',NULL,NULL),(71647,'four_oh_four','2020-10-04 02:58:32','2020-10-04 07:58:32','114.119.141.146',NULL,NULL),(71648,'four_oh_four','2020-10-04 04:40:48','2020-10-04 09:40:48','95.211.211.232',NULL,NULL),(71649,'four_oh_four','2020-10-04 04:40:56','2020-10-04 09:40:56','95.211.211.232',NULL,NULL),(71650,'four_oh_four','2020-10-04 04:41:02','2020-10-04 09:41:02','95.211.211.232',NULL,NULL),(71651,'four_oh_four','2020-10-04 04:41:07','2020-10-04 09:41:07','95.211.211.232',NULL,NULL),(71652,'four_oh_four','2020-10-04 04:41:09','2020-10-04 09:41:09','95.211.211.232',NULL,NULL),(71653,'four_oh_four','2020-10-04 05:08:01','2020-10-04 10:08:01','39.106.223.134',NULL,NULL),(71654,'four_oh_four','2020-10-04 06:45:57','2020-10-04 11:45:57','157.55.39.36',NULL,NULL),(71655,'four_oh_four','2020-10-04 08:27:30','2020-10-04 13:27:30','157.55.39.78',NULL,NULL),(71656,'four_oh_four','2020-10-04 10:28:09','2020-10-04 15:28:09','178.159.37.139',NULL,NULL),(71657,'four_oh_four','2020-10-04 14:02:16','2020-10-04 19:02:16','184.154.139.3',NULL,NULL),(71658,'four_oh_four','2020-10-04 14:21:17','2020-10-04 19:21:17','114.119.134.41',NULL,NULL),(71659,'four_oh_four','2020-10-04 14:27:58','2020-10-04 19:27:58','114.119.148.105',NULL,NULL),(71660,'four_oh_four','2020-10-04 14:48:13','2020-10-04 19:48:13','114.119.134.41',NULL,NULL),(71661,'four_oh_four','2020-10-04 14:55:01','2020-10-04 19:55:01','114.119.134.41',NULL,NULL),(71662,'four_oh_four','2020-10-04 17:18:59','2020-10-04 22:18:59','109.184.175.83',NULL,NULL),(71663,'four_oh_four','2020-10-04 18:05:33','2020-10-04 23:05:33','157.55.39.150',NULL,NULL),(71664,'four_oh_four','2020-10-04 20:37:38','2020-10-05 01:37:38','50.87.253.14',NULL,NULL),(71665,'four_oh_four','2020-10-04 21:30:44','2020-10-05 02:30:44','35.214.146.152',NULL,NULL),(71666,'four_oh_four','2020-10-04 23:13:14','2020-10-05 04:13:14','114.119.134.41',NULL,NULL),(71667,'four_oh_four','2020-10-05 00:43:23','2020-10-05 05:43:23','157.55.39.145',NULL,NULL),(71668,'four_oh_four','2020-10-05 01:00:11','2020-10-05 06:00:11','114.119.136.66',NULL,NULL),(71669,'four_oh_four','2020-10-05 01:19:56','2020-10-05 06:19:56','45.41.132.192',NULL,NULL),(71670,'four_oh_four','2020-10-05 02:48:47','2020-10-05 07:48:47','157.55.39.145',NULL,NULL),(71671,'four_oh_four','2020-10-05 03:52:49','2020-10-05 08:52:49','157.55.39.78',NULL,NULL),(71672,'four_oh_four','2020-10-05 04:14:59','2020-10-05 09:14:59','114.119.141.146',NULL,NULL),(71673,'four_oh_four','2020-10-05 04:49:13','2020-10-05 09:49:13','46.187.38.244',NULL,NULL),(71674,'four_oh_four','2020-10-05 06:12:59','2020-10-05 11:12:59','157.55.39.78',NULL,NULL),(71675,'four_oh_four','2020-10-05 06:52:53','2020-10-05 11:52:53','114.119.134.41',NULL,NULL),(71676,'four_oh_four','2020-10-05 06:52:57','2020-10-05 11:52:57','5.188.84.92',NULL,NULL),(71677,'four_oh_four','2020-10-05 08:40:08','2020-10-05 13:40:08','93.170.123.46',NULL,NULL),(71678,'four_oh_four','2020-10-05 08:45:09','2020-10-05 13:45:09','52.201.182.91',NULL,NULL),(71679,'four_oh_four','2020-10-05 08:45:12','2020-10-05 13:45:12','52.201.182.91',NULL,NULL),(71680,'four_oh_four','2020-10-05 08:52:19','2020-10-05 13:52:19','18.232.188.181',NULL,NULL),(71681,'four_oh_four','2020-10-05 08:52:22','2020-10-05 13:52:22','18.232.188.181',NULL,NULL),(71682,'four_oh_four','2020-10-05 08:52:24','2020-10-05 13:52:24','18.232.188.181',NULL,NULL),(71683,'four_oh_four','2020-10-05 08:52:28','2020-10-05 13:52:28','18.232.188.181',NULL,NULL),(71684,'four_oh_four','2020-10-05 08:52:31','2020-10-05 13:52:31','18.232.188.181',NULL,NULL),(71685,'four_oh_four','2020-10-05 08:52:34','2020-10-05 13:52:34','18.232.188.181',NULL,NULL),(71686,'four_oh_four','2020-10-05 08:52:37','2020-10-05 13:52:37','18.232.188.181',NULL,NULL),(71687,'four_oh_four','2020-10-05 08:52:40','2020-10-05 13:52:40','18.232.188.181',NULL,NULL),(71688,'four_oh_four','2020-10-05 11:46:14','2020-10-05 16:46:14','188.121.41.157',NULL,NULL),(71689,'four_oh_four','2020-10-05 11:46:14','2020-10-05 16:46:14','188.121.41.157',NULL,NULL),(71690,'four_oh_four','2020-10-05 14:00:19','2020-10-05 19:00:19','5.188.84.251',NULL,NULL),(71691,'four_oh_four','2020-10-05 14:02:48','2020-10-05 19:02:48','184.154.139.21',NULL,NULL),(71692,'four_oh_four','2020-10-05 14:55:17','2020-10-05 19:55:17','178.137.88.142',NULL,NULL),(71693,'brute_force','2020-10-05 15:21:05','2020-10-05 20:21:05','5.188.62.25',NULL,NULL),(71694,'brute_force','2020-10-05 15:21:05','2020-10-05 20:21:05',NULL,NULL,'adminu'),(71695,'brute_force','2020-10-05 15:21:10','2020-10-05 20:21:10','5.188.62.25',NULL,NULL),(71696,'brute_force','2020-10-05 15:21:10','2020-10-05 20:21:10',NULL,NULL,'admin'),(71697,'brute_force','2020-10-05 15:34:13','2020-10-05 20:34:13','5.188.62.25',NULL,NULL),(71698,'brute_force','2020-10-05 15:34:13','2020-10-05 20:34:13',NULL,NULL,'adminu'),(71699,'brute_force','2020-10-05 15:47:13','2020-10-05 20:47:13','5.188.62.25',NULL,NULL),(71700,'brute_force','2020-10-05 15:47:13','2020-10-05 20:47:13',NULL,NULL,'adminu'),(71701,'brute_force','2020-10-05 15:47:21','2020-10-05 20:47:21','5.188.62.25',NULL,NULL),(71702,'brute_force','2020-10-05 15:47:21','2020-10-05 20:47:21',NULL,NULL,'admin'),(71703,'brute_force','2020-10-05 16:00:16','2020-10-05 21:00:16','5.188.62.25',NULL,NULL),(71704,'brute_force','2020-10-05 16:00:16','2020-10-05 21:00:16',NULL,NULL,'adminu'),(71705,'brute_force','2020-10-05 16:00:20','2020-10-05 21:00:20','5.188.62.25',NULL,NULL),(71706,'brute_force','2020-10-05 16:00:20','2020-10-05 21:00:20',NULL,NULL,'admin'),(71707,'brute_force','2020-10-05 16:13:21','2020-10-05 21:13:21','5.188.62.25',NULL,NULL),(71708,'brute_force','2020-10-05 16:13:21','2020-10-05 21:13:21',NULL,NULL,'adminu'),(71709,'brute_force','2020-10-05 16:13:27','2020-10-05 21:13:27','5.188.62.25',NULL,NULL),(71710,'brute_force','2020-10-05 16:13:27','2020-10-05 21:13:27',NULL,NULL,'admin'),(71711,'brute_force','2020-10-05 16:26:34','2020-10-05 21:26:34','5.188.62.25',NULL,NULL),(71712,'brute_force','2020-10-05 16:26:34','2020-10-05 21:26:34',NULL,NULL,'adminu'),(71713,'brute_force','2020-10-05 16:26:38','2020-10-05 21:26:38','5.188.62.25',NULL,NULL),(71714,'brute_force','2020-10-05 16:26:38','2020-10-05 21:26:38',NULL,NULL,'admin'),(71715,'brute_force','2020-10-05 16:39:31','2020-10-05 21:39:31','5.188.62.25',NULL,NULL),(71716,'brute_force','2020-10-05 16:39:31','2020-10-05 21:39:31',NULL,NULL,'adminu'),(71717,'brute_force','2020-10-05 16:39:35','2020-10-05 21:39:35','5.188.62.25',NULL,NULL),(71718,'brute_force','2020-10-05 16:39:35','2020-10-05 21:39:35',NULL,NULL,'admin'),(71719,'brute_force','2020-10-05 16:53:04','2020-10-05 21:53:04','5.188.62.25',NULL,NULL),(71720,'brute_force','2020-10-05 16:53:04','2020-10-05 21:53:04',NULL,NULL,'adminu'),(71721,'brute_force','2020-10-05 16:53:11','2020-10-05 21:53:11','5.188.62.25',NULL,NULL),(71722,'brute_force','2020-10-05 16:53:11','2020-10-05 21:53:11',NULL,NULL,'admin'),(71723,'brute_force','2020-10-05 17:06:42','2020-10-05 22:06:42','5.188.62.25',NULL,NULL),(71724,'brute_force','2020-10-05 17:06:42','2020-10-05 22:06:42',NULL,NULL,'adminu'),(71725,'brute_force','2020-10-05 17:06:46','2020-10-05 22:06:46','5.188.62.25',NULL,NULL),(71726,'brute_force','2020-10-05 17:06:46','2020-10-05 22:06:46',NULL,NULL,'zphiblgz'),(71727,'brute_force','2020-10-05 17:20:07','2020-10-05 22:20:07','5.188.62.25',NULL,NULL),(71728,'brute_force','2020-10-05 17:20:07','2020-10-05 22:20:07',NULL,NULL,'adminu'),(71729,'brute_force','2020-10-05 17:20:12','2020-10-05 22:20:12','5.188.62.25',NULL,NULL),(71730,'brute_force','2020-10-05 17:20:12','2020-10-05 22:20:12',NULL,NULL,'zphiblgz'),(71731,'four_oh_four','2020-10-05 17:21:41','2020-10-05 22:21:41','114.119.158.13',NULL,NULL),(71732,'brute_force','2020-10-05 17:33:27','2020-10-05 22:33:27','5.188.62.25',NULL,NULL),(71733,'brute_force','2020-10-05 17:33:27','2020-10-05 22:33:27',NULL,NULL,'adminu'),(71734,'brute_force','2020-10-05 17:33:34','2020-10-05 22:33:34','5.188.62.25',NULL,NULL),(71735,'brute_force','2020-10-05 17:33:34','2020-10-05 22:33:34',NULL,NULL,'zphiblgz'),(71736,'brute_force','2020-10-05 17:46:10','2020-10-05 22:46:10','5.188.62.25',NULL,NULL),(71737,'brute_force','2020-10-05 17:46:10','2020-10-05 22:46:10',NULL,NULL,'adminu'),(71738,'brute_force','2020-10-05 17:46:16','2020-10-05 22:46:16','5.188.62.25',NULL,NULL),(71739,'brute_force','2020-10-05 17:46:16','2020-10-05 22:46:16',NULL,NULL,'zphiblgz'),(71740,'brute_force','2020-10-05 17:59:01','2020-10-05 22:59:01','5.188.62.25',NULL,NULL),(71741,'brute_force','2020-10-05 17:59:01','2020-10-05 22:59:01',NULL,NULL,'adminu'),(71742,'brute_force','2020-10-05 17:59:06','2020-10-05 22:59:06','5.188.62.25',NULL,NULL),(71743,'brute_force','2020-10-05 17:59:06','2020-10-05 22:59:06',NULL,NULL,'zphiblgz'),(71744,'brute_force','2020-10-05 18:11:40','2020-10-05 23:11:40','5.188.62.25',NULL,NULL),(71745,'brute_force','2020-10-05 18:11:40','2020-10-05 23:11:40',NULL,NULL,'adminu'),(71746,'brute_force','2020-10-05 18:11:44','2020-10-05 23:11:44','5.188.62.25',NULL,NULL),(71747,'brute_force','2020-10-05 18:11:44','2020-10-05 23:11:44',NULL,NULL,'admin'),(71748,'brute_force','2020-10-05 18:24:10','2020-10-05 23:24:10','5.188.62.25',NULL,NULL),(71749,'brute_force','2020-10-05 18:24:10','2020-10-05 23:24:10',NULL,NULL,'adminu'),(71750,'brute_force','2020-10-05 18:24:17','2020-10-05 23:24:17','5.188.62.25',NULL,NULL),(71751,'brute_force','2020-10-05 18:24:17','2020-10-05 23:24:17',NULL,NULL,'admin'),(71752,'brute_force','2020-10-05 18:36:45','2020-10-05 23:36:45','5.188.62.25',NULL,NULL),(71753,'brute_force','2020-10-05 18:36:45','2020-10-05 23:36:45',NULL,NULL,'adminu'),(71754,'brute_force','2020-10-05 18:36:49','2020-10-05 23:36:49','5.188.62.25',NULL,NULL),(71755,'brute_force','2020-10-05 18:36:49','2020-10-05 23:36:49',NULL,NULL,'admin'),(71756,'brute_force','2020-10-05 18:49:29','2020-10-05 23:49:29','5.188.62.25',NULL,NULL),(71757,'brute_force','2020-10-05 18:49:29','2020-10-05 23:49:29',NULL,NULL,'adminu'),(71758,'brute_force','2020-10-05 18:49:36','2020-10-05 23:49:36','5.188.62.25',NULL,NULL),(71759,'brute_force','2020-10-05 18:49:36','2020-10-05 23:49:36',NULL,NULL,'admin'),(71760,'four_oh_four','2020-10-05 18:57:09','2020-10-05 23:57:09','188.122.82.146',NULL,NULL),(71761,'brute_force','2020-10-05 19:02:12','2020-10-06 00:02:12','5.188.62.25',NULL,NULL),(71762,'brute_force','2020-10-05 19:02:12','2020-10-06 00:02:12',NULL,NULL,'adminu'),(71763,'brute_force','2020-10-05 19:02:16','2020-10-06 00:02:16','5.188.62.25',NULL,NULL),(71764,'brute_force','2020-10-05 19:02:16','2020-10-06 00:02:16',NULL,NULL,'zphiblgz'),(71765,'four_oh_four','2020-10-05 19:12:28','2020-10-06 00:12:28','178.137.88.142',NULL,NULL),(71766,'brute_force','2020-10-05 19:14:55','2020-10-06 00:14:55','5.188.62.25',NULL,NULL),(71767,'brute_force','2020-10-05 19:14:55','2020-10-06 00:14:55',NULL,NULL,'adminu'),(71768,'brute_force','2020-10-05 19:14:59','2020-10-06 00:14:59','5.188.62.25',NULL,NULL),(71769,'brute_force','2020-10-05 19:14:59','2020-10-06 00:14:59',NULL,NULL,'admin'),(71770,'brute_force','2020-10-05 19:27:39','2020-10-06 00:27:39','5.188.62.25',NULL,NULL),(71771,'brute_force','2020-10-05 19:27:39','2020-10-06 00:27:39',NULL,NULL,'adminu'),(71772,'brute_force','2020-10-05 19:27:47','2020-10-06 00:27:47','5.188.62.25',NULL,NULL),(71773,'brute_force','2020-10-05 19:27:47','2020-10-06 00:27:47',NULL,NULL,'admin'),(71774,'four_oh_four','2020-10-05 19:33:21','2020-10-06 00:33:21','93.85.168.118',NULL,NULL),(71775,'brute_force','2020-10-05 19:40:24','2020-10-06 00:40:24','5.188.62.25',NULL,NULL),(71776,'brute_force','2020-10-05 19:40:24','2020-10-06 00:40:24',NULL,NULL,'adminu'),(71777,'brute_force','2020-10-05 19:40:31','2020-10-06 00:40:31','5.188.62.25',NULL,NULL),(71778,'brute_force','2020-10-05 19:40:31','2020-10-06 00:40:31',NULL,NULL,'admin'),(71779,'brute_force','2020-10-05 19:53:18','2020-10-06 00:53:18','5.188.62.25',NULL,NULL),(71780,'brute_force','2020-10-05 19:53:18','2020-10-06 00:53:18',NULL,NULL,'adminu'),(71781,'brute_force','2020-10-05 20:06:09','2020-10-06 01:06:09','5.188.62.25',NULL,NULL),(71782,'brute_force','2020-10-05 20:06:09','2020-10-06 01:06:09',NULL,NULL,'adminu'),(71783,'four_oh_four','2020-10-05 20:06:45','2020-10-06 01:06:45','114.119.157.110',NULL,NULL),(71784,'brute_force','2020-10-05 20:19:04','2020-10-06 01:19:04','5.188.62.25',NULL,NULL),(71785,'brute_force','2020-10-05 20:19:04','2020-10-06 01:19:04',NULL,NULL,'adminu'),(71786,'brute_force','2020-10-05 20:31:47','2020-10-06 01:31:47','5.188.62.25',NULL,NULL),(71787,'brute_force','2020-10-05 20:31:47','2020-10-06 01:31:47',NULL,NULL,'adminu'),(71788,'brute_force','2020-10-05 20:44:39','2020-10-06 01:44:39','5.188.62.25',NULL,NULL),(71789,'brute_force','2020-10-05 20:44:39','2020-10-06 01:44:39',NULL,NULL,'adminu'),(71790,'four_oh_four','2020-10-05 20:57:38','2020-10-06 01:57:38','114.119.130.104',NULL,NULL),(71791,'brute_force','2020-10-05 20:57:37','2020-10-06 01:57:37','5.188.62.25',NULL,NULL),(71792,'brute_force','2020-10-05 20:57:37','2020-10-06 01:57:37',NULL,NULL,'adminu'),(71793,'brute_force','2020-10-05 21:10:36','2020-10-06 02:10:36','5.188.62.25',NULL,NULL),(71794,'brute_force','2020-10-05 21:10:36','2020-10-06 02:10:36',NULL,NULL,'adminu'),(71795,'four_oh_four','2020-10-05 21:16:51','2020-10-06 02:16:51','5.188.84.251',NULL,NULL),(71796,'four_oh_four','2020-10-05 21:16:50','2020-10-06 02:16:50','72.11.148.222',NULL,NULL),(71797,'four_oh_four','2020-10-05 21:16:54','2020-10-06 02:16:54','72.11.148.222',NULL,NULL),(71798,'brute_force','2020-10-05 21:23:28','2020-10-06 02:23:28','5.188.62.25',NULL,NULL),(71799,'brute_force','2020-10-05 21:23:28','2020-10-06 02:23:28',NULL,NULL,'adminu'),(71800,'brute_force','2020-10-05 21:36:27','2020-10-06 02:36:27','5.188.62.25',NULL,NULL),(71801,'brute_force','2020-10-05 21:36:27','2020-10-06 02:36:27',NULL,NULL,'adminu'),(71802,'brute_force','2020-10-05 21:49:26','2020-10-06 02:49:26','5.188.62.25',NULL,NULL),(71803,'brute_force','2020-10-05 21:49:26','2020-10-06 02:49:26',NULL,NULL,'adminu'),(71804,'brute_force','2020-10-05 22:02:18','2020-10-06 03:02:18','5.188.62.25',NULL,NULL),(71805,'brute_force','2020-10-05 22:02:18','2020-10-06 03:02:18',NULL,NULL,'adminu'),(71806,'brute_force','2020-10-05 22:15:02','2020-10-06 03:15:02','5.188.62.25',NULL,NULL),(71807,'brute_force','2020-10-05 22:15:02','2020-10-06 03:15:02',NULL,NULL,'adminu'),(71808,'brute_force','2020-10-05 22:27:46','2020-10-06 03:27:46','5.188.62.25',NULL,NULL),(71809,'brute_force','2020-10-05 22:27:46','2020-10-06 03:27:46',NULL,NULL,'adminu'),(71810,'brute_force','2020-10-05 22:40:34','2020-10-06 03:40:34','5.188.62.25',NULL,NULL),(71811,'brute_force','2020-10-05 22:40:34','2020-10-06 03:40:34',NULL,NULL,'adminu'),(71812,'brute_force','2020-10-05 22:53:41','2020-10-06 03:53:41','5.188.62.25',NULL,NULL),(71813,'brute_force','2020-10-05 22:53:41','2020-10-06 03:53:41',NULL,NULL,'adminu'),(71814,'brute_force','2020-10-05 23:06:30','2020-10-06 04:06:30','5.188.62.25',NULL,NULL),(71815,'brute_force','2020-10-05 23:06:30','2020-10-06 04:06:30',NULL,NULL,'adminu'),(71816,'brute_force','2020-10-05 23:19:16','2020-10-06 04:19:16','5.188.62.25',NULL,NULL),(71817,'brute_force','2020-10-05 23:19:16','2020-10-06 04:19:16',NULL,NULL,'adminu'),(71818,'four_oh_four','2020-10-05 23:31:18','2020-10-06 04:31:18','114.119.148.105',NULL,NULL),(71819,'brute_force','2020-10-05 23:32:16','2020-10-06 04:32:16','5.188.62.25',NULL,NULL),(71820,'brute_force','2020-10-05 23:32:16','2020-10-06 04:32:16',NULL,NULL,'adminu'),(71821,'brute_force','2020-10-05 23:44:56','2020-10-06 04:44:56','5.188.62.25',NULL,NULL),(71822,'brute_force','2020-10-05 23:44:56','2020-10-06 04:44:56',NULL,NULL,'adminu'),(71823,'brute_force','2020-10-05 23:58:00','2020-10-06 04:58:00','5.188.62.25',NULL,NULL),(71824,'brute_force','2020-10-05 23:58:00','2020-10-06 04:58:00',NULL,NULL,'adminu'),(71825,'brute_force','2020-10-06 00:10:39','2020-10-06 05:10:39','5.188.62.25',NULL,NULL),(71826,'brute_force','2020-10-06 00:10:39','2020-10-06 05:10:39',NULL,NULL,'adminu'),(71827,'brute_force','2020-10-06 00:23:24','2020-10-06 05:23:24','5.188.62.25',NULL,NULL),(71828,'brute_force','2020-10-06 00:23:24','2020-10-06 05:23:24',NULL,NULL,'adminu'),(71829,'brute_force','2020-10-06 00:36:18','2020-10-06 05:36:18','5.188.62.25',NULL,NULL),(71830,'brute_force','2020-10-06 00:36:18','2020-10-06 05:36:18',NULL,NULL,'adminu'),(71831,'brute_force','2020-10-06 00:49:01','2020-10-06 05:49:01','5.188.62.25',NULL,NULL),(71832,'brute_force','2020-10-06 00:49:01','2020-10-06 05:49:01',NULL,NULL,'adminu'),(71833,'brute_force','2020-10-06 01:01:11','2020-10-06 06:01:11','5.188.62.25',NULL,NULL),(71834,'brute_force','2020-10-06 01:01:11','2020-10-06 06:01:11',NULL,NULL,'adminu'),(71835,'four_oh_four','2020-10-06 01:04:11','2020-10-06 06:04:11','157.55.39.110',NULL,NULL),(71836,'brute_force','2020-10-06 01:13:26','2020-10-06 06:13:26','5.188.62.25',NULL,NULL),(71837,'brute_force','2020-10-06 01:13:26','2020-10-06 06:13:26',NULL,NULL,'adminu'),(71838,'four_oh_four','2020-10-06 01:17:05','2020-10-06 06:17:05','92.124.160.70',NULL,NULL),(71839,'four_oh_four','2020-10-06 01:17:08','2020-10-06 06:17:08','92.124.160.70',NULL,NULL),(71840,'brute_force','2020-10-06 01:25:55','2020-10-06 06:25:55','5.188.62.25',NULL,NULL),(71841,'brute_force','2020-10-06 01:25:55','2020-10-06 06:25:55',NULL,NULL,'adminu'),(71842,'brute_force','2020-10-06 01:38:24','2020-10-06 06:38:24','5.188.62.25',NULL,NULL),(71843,'brute_force','2020-10-06 01:38:24','2020-10-06 06:38:24',NULL,NULL,'adminu'),(71844,'brute_force','2020-10-06 01:50:47','2020-10-06 06:50:47','5.188.62.25',NULL,NULL),(71845,'brute_force','2020-10-06 01:50:47','2020-10-06 06:50:47',NULL,NULL,'adminu'),(71846,'brute_force','2020-10-06 02:03:13','2020-10-06 07:03:13','5.188.62.25',NULL,NULL),(71847,'brute_force','2020-10-06 02:03:13','2020-10-06 07:03:13',NULL,NULL,'adminu'),(71848,'four_oh_four','2020-10-06 02:09:01','2020-10-06 07:09:01','185.123.143.252',NULL,NULL),(71849,'brute_force','2020-10-06 02:15:38','2020-10-06 07:15:38','5.188.62.25',NULL,NULL),(71850,'brute_force','2020-10-06 02:15:38','2020-10-06 07:15:38',NULL,NULL,'adminu'),(71851,'four_oh_four','2020-10-06 02:19:37','2020-10-06 07:19:37','157.55.39.145',NULL,NULL),(71852,'brute_force','2020-10-06 02:28:00','2020-10-06 07:28:00','5.188.62.25',NULL,NULL),(71853,'brute_force','2020-10-06 02:28:00','2020-10-06 07:28:00',NULL,NULL,'adminu'),(71854,'brute_force','2020-10-06 02:40:16','2020-10-06 07:40:16','5.188.62.25',NULL,NULL),(71855,'brute_force','2020-10-06 02:40:16','2020-10-06 07:40:16',NULL,NULL,'adminu'),(71856,'brute_force','2020-10-06 02:52:32','2020-10-06 07:52:32','5.188.62.25',NULL,NULL),(71857,'brute_force','2020-10-06 02:52:32','2020-10-06 07:52:32',NULL,NULL,'adminu'),(71858,'brute_force','2020-10-06 03:04:44','2020-10-06 08:04:44','5.188.62.25',NULL,NULL),(71859,'brute_force','2020-10-06 03:04:44','2020-10-06 08:04:44',NULL,NULL,'adminu'),(71860,'brute_force','2020-10-06 03:17:02','2020-10-06 08:17:02','5.188.62.25',NULL,NULL),(71861,'brute_force','2020-10-06 03:17:02','2020-10-06 08:17:02',NULL,NULL,'adminu'),(71862,'brute_force','2020-10-06 03:29:23','2020-10-06 08:29:23','5.188.62.25',NULL,NULL),(71863,'brute_force','2020-10-06 03:29:23','2020-10-06 08:29:23',NULL,NULL,'adminu'),(71864,'brute_force','2020-10-06 03:42:00','2020-10-06 08:42:00','5.188.62.25',NULL,NULL),(71865,'brute_force','2020-10-06 03:42:00','2020-10-06 08:42:00',NULL,NULL,'adminu'),(71866,'brute_force','2020-10-06 03:54:19','2020-10-06 08:54:19','5.188.62.25',NULL,NULL),(71867,'brute_force','2020-10-06 03:54:19','2020-10-06 08:54:19',NULL,NULL,'adminu'),(71868,'brute_force','2020-10-06 04:06:44','2020-10-06 09:06:44','5.188.62.25',NULL,NULL),(71869,'brute_force','2020-10-06 04:06:44','2020-10-06 09:06:44',NULL,NULL,'adminu'),(71870,'brute_force','2020-10-06 04:18:55','2020-10-06 09:18:55','5.188.62.25',NULL,NULL),(71871,'brute_force','2020-10-06 04:18:55','2020-10-06 09:18:55',NULL,NULL,'adminu'),(71872,'brute_force','2020-10-06 04:31:42','2020-10-06 09:31:42','5.188.62.25',NULL,NULL),(71873,'brute_force','2020-10-06 04:31:42','2020-10-06 09:31:42',NULL,NULL,'adminu'),(71874,'brute_force','2020-10-06 04:44:33','2020-10-06 09:44:33','5.188.62.25',NULL,NULL),(71875,'brute_force','2020-10-06 04:44:33','2020-10-06 09:44:33',NULL,NULL,'adminu'),(71876,'four_oh_four','2020-10-06 04:57:24','2020-10-06 09:57:24','114.119.130.104',NULL,NULL),(71877,'brute_force','2020-10-06 04:57:39','2020-10-06 09:57:39','5.188.62.25',NULL,NULL),(71878,'brute_force','2020-10-06 04:57:39','2020-10-06 09:57:39',NULL,NULL,'adminu'),(71879,'brute_force','2020-10-06 05:10:34','2020-10-06 10:10:34','5.188.62.25',NULL,NULL),(71880,'brute_force','2020-10-06 05:10:34','2020-10-06 10:10:34',NULL,NULL,'adminu'),(71881,'brute_force','2020-10-06 05:23:25','2020-10-06 10:23:25','5.188.62.25',NULL,NULL),(71882,'brute_force','2020-10-06 05:23:25','2020-10-06 10:23:25',NULL,NULL,'adminu'),(71883,'brute_force','2020-10-06 05:36:13','2020-10-06 10:36:13','5.188.62.25',NULL,NULL),(71884,'brute_force','2020-10-06 05:36:13','2020-10-06 10:36:13',NULL,NULL,'adminu'),(71885,'brute_force','2020-10-06 05:49:10','2020-10-06 10:49:10','5.188.62.25',NULL,NULL),(71886,'brute_force','2020-10-06 05:49:10','2020-10-06 10:49:10',NULL,NULL,'adminu'),(71887,'four_oh_four','2020-10-06 05:53:31','2020-10-06 10:53:31','114.119.151.107',NULL,NULL),(71888,'four_oh_four','2020-10-06 06:00:49','2020-10-06 11:00:49','114.119.130.104',NULL,NULL),(71889,'brute_force','2020-10-06 06:01:55','2020-10-06 11:01:55','5.188.62.25',NULL,NULL),(71890,'brute_force','2020-10-06 06:01:55','2020-10-06 11:01:55',NULL,NULL,'adminu'),(71891,'brute_force','2020-10-06 06:14:44','2020-10-06 11:14:44','5.188.62.25',NULL,NULL),(71892,'brute_force','2020-10-06 06:14:44','2020-10-06 11:14:44',NULL,NULL,'adminu'),(71893,'four_oh_four','2020-10-06 06:18:02','2020-10-06 11:18:02','114.119.141.146',NULL,NULL),(71894,'brute_force','2020-10-06 06:27:44','2020-10-06 11:27:44','5.188.62.25',NULL,NULL),(71895,'brute_force','2020-10-06 06:27:44','2020-10-06 11:27:44',NULL,NULL,'adminu'),(71896,'brute_force','2020-10-06 06:42:25','2020-10-06 11:42:25','5.188.62.25',NULL,NULL),(71897,'brute_force','2020-10-06 06:42:25','2020-10-06 11:42:25',NULL,NULL,'adminu'),(71898,'four_oh_four','2020-10-06 06:50:05','2020-10-06 11:50:05','178.137.88.142',NULL,NULL),(71899,'four_oh_four','2020-10-06 06:56:51','2020-10-06 11:56:51','5.188.84.251',NULL,NULL),(71900,'brute_force','2020-10-06 06:57:22','2020-10-06 11:57:22','5.188.62.25',NULL,NULL),(71901,'brute_force','2020-10-06 06:57:22','2020-10-06 11:57:22',NULL,NULL,'adminu'),(71902,'brute_force','2020-10-06 07:10:28','2020-10-06 12:10:28','5.188.62.25',NULL,NULL),(71903,'brute_force','2020-10-06 07:10:28','2020-10-06 12:10:28',NULL,NULL,'adminu'),(71904,'brute_force','2020-10-06 07:23:29','2020-10-06 12:23:29','5.188.62.25',NULL,NULL),(71905,'brute_force','2020-10-06 07:23:29','2020-10-06 12:23:29',NULL,NULL,'adminu'),(71906,'four_oh_four','2020-10-06 07:30:58','2020-10-06 12:30:58','114.119.143.145',NULL,NULL),(71907,'brute_force','2020-10-06 07:36:16','2020-10-06 12:36:16','5.188.62.25',NULL,NULL),(71908,'brute_force','2020-10-06 07:36:16','2020-10-06 12:36:16',NULL,NULL,'adminu'),(71909,'brute_force','2020-10-06 07:49:17','2020-10-06 12:49:17','5.188.62.25',NULL,NULL),(71910,'brute_force','2020-10-06 07:49:17','2020-10-06 12:49:17',NULL,NULL,'adminu'),(71911,'brute_force','2020-10-06 08:02:04','2020-10-06 13:02:04','5.188.62.25',NULL,NULL),(71912,'brute_force','2020-10-06 08:02:04','2020-10-06 13:02:04',NULL,NULL,'adminu'),(71913,'four_oh_four','2020-10-06 08:07:01','2020-10-06 13:07:01','78.30.227.222',NULL,NULL),(71914,'brute_force','2020-10-06 08:14:59','2020-10-06 13:14:59','5.188.62.25',NULL,NULL),(71915,'brute_force','2020-10-06 08:14:59','2020-10-06 13:14:59',NULL,NULL,'adminu'),(71916,'brute_force','2020-10-06 08:28:27','2020-10-06 13:28:27','5.188.62.25',NULL,NULL),(71917,'brute_force','2020-10-06 08:28:27','2020-10-06 13:28:27',NULL,NULL,'adminu'),(71918,'brute_force','2020-10-06 08:41:31','2020-10-06 13:41:31','5.188.62.25',NULL,NULL),(71919,'brute_force','2020-10-06 08:41:31','2020-10-06 13:41:31',NULL,NULL,'adminu'),(71920,'brute_force','2020-10-06 08:54:31','2020-10-06 13:54:31','5.188.62.25',NULL,NULL),(71921,'brute_force','2020-10-06 08:54:31','2020-10-06 13:54:31',NULL,NULL,'adminu'),(71922,'brute_force','2020-10-06 09:07:35','2020-10-06 14:07:35','5.188.62.25',NULL,NULL),(71923,'brute_force','2020-10-06 09:07:35','2020-10-06 14:07:35',NULL,NULL,'adminu'),(71924,'brute_force','2020-10-06 09:20:38','2020-10-06 14:20:38','5.188.62.25',NULL,NULL),(71925,'brute_force','2020-10-06 09:20:38','2020-10-06 14:20:38',NULL,NULL,'adminu'),(71926,'brute_force','2020-10-06 09:33:46','2020-10-06 14:33:46','5.188.62.25',NULL,NULL),(71927,'brute_force','2020-10-06 09:33:46','2020-10-06 14:33:46',NULL,NULL,'adminu'),(71928,'four_oh_four','2020-10-06 09:42:51','2020-10-06 14:42:51','40.77.167.92',NULL,NULL),(71929,'brute_force','2020-10-06 09:46:56','2020-10-06 14:46:56','5.188.62.25',NULL,NULL),(71930,'brute_force','2020-10-06 09:46:56','2020-10-06 14:46:56',NULL,NULL,'adminu'),(71931,'brute_force','2020-10-06 10:00:24','2020-10-06 15:00:24','5.188.62.25',NULL,NULL),(71932,'brute_force','2020-10-06 10:00:24','2020-10-06 15:00:24',NULL,NULL,'adminu'),(71933,'four_oh_four','2020-10-06 10:01:42','2020-10-06 15:01:42','178.137.88.142',NULL,NULL),(71934,'brute_force','2020-10-06 10:13:24','2020-10-06 15:13:24','5.188.62.25',NULL,NULL),(71935,'brute_force','2020-10-06 10:13:24','2020-10-06 15:13:24',NULL,NULL,'adminu'),(71936,'brute_force','2020-10-06 10:26:45','2020-10-06 15:26:45','5.188.62.25',NULL,NULL),(71937,'brute_force','2020-10-06 10:26:45','2020-10-06 15:26:45',NULL,NULL,'adminu'),(71938,'brute_force','2020-10-06 10:39:43','2020-10-06 15:39:43','5.188.62.25',NULL,NULL),(71939,'brute_force','2020-10-06 10:39:43','2020-10-06 15:39:43',NULL,NULL,'adminu'),(71940,'four_oh_four','2020-10-06 10:50:36','2020-10-06 15:50:36','114.119.158.13',NULL,NULL),(71941,'brute_force','2020-10-06 10:52:44','2020-10-06 15:52:44','5.188.62.25',NULL,NULL),(71942,'brute_force','2020-10-06 10:52:44','2020-10-06 15:52:44',NULL,NULL,'adminu'),(71943,'brute_force','2020-10-06 11:06:01','2020-10-06 16:06:01','5.188.62.25',NULL,NULL),(71944,'brute_force','2020-10-06 11:06:01','2020-10-06 16:06:01',NULL,NULL,'adminu'),(71945,'four_oh_four','2020-10-06 11:18:13','2020-10-06 16:18:13','94.139.227.167',NULL,NULL),(71946,'brute_force','2020-10-06 11:19:14','2020-10-06 16:19:14','5.188.62.25',NULL,NULL),(71947,'brute_force','2020-10-06 11:19:14','2020-10-06 16:19:14',NULL,NULL,'adminu'),(71948,'brute_force','2020-10-06 11:32:12','2020-10-06 16:32:12','5.188.62.25',NULL,NULL),(71949,'brute_force','2020-10-06 11:32:12','2020-10-06 16:32:12',NULL,NULL,'adminu'),(71950,'brute_force','2020-10-06 11:45:09','2020-10-06 16:45:09','5.188.62.25',NULL,NULL),(71951,'brute_force','2020-10-06 11:45:09','2020-10-06 16:45:09',NULL,NULL,'adminu'),(71952,'brute_force','2020-10-06 11:58:05','2020-10-06 16:58:05','5.188.62.25',NULL,NULL),(71953,'brute_force','2020-10-06 11:58:05','2020-10-06 16:58:05',NULL,NULL,'adminu'),(71954,'four_oh_four','2020-10-06 12:05:14','2020-10-06 17:05:14','46.161.15.40',NULL,NULL),(71955,'brute_force','2020-10-06 12:10:53','2020-10-06 17:10:53','5.188.62.25',NULL,NULL),(71956,'brute_force','2020-10-06 12:10:53','2020-10-06 17:10:53',NULL,NULL,'adminu'),(71957,'brute_force','2020-10-06 12:23:45','2020-10-06 17:23:45','5.188.62.25',NULL,NULL),(71958,'brute_force','2020-10-06 12:23:45','2020-10-06 17:23:45',NULL,NULL,'adminu'),(71959,'brute_force','2020-10-06 12:36:35','2020-10-06 17:36:35','5.188.62.25',NULL,NULL),(71960,'brute_force','2020-10-06 12:36:35','2020-10-06 17:36:35',NULL,NULL,'adminu'),(71961,'four_oh_four','2020-10-06 12:38:39','2020-10-06 17:38:39','178.137.88.142',NULL,NULL),(71962,'brute_force','2020-10-06 12:49:16','2020-10-06 17:49:16','5.188.62.25',NULL,NULL),(71963,'brute_force','2020-10-06 12:49:16','2020-10-06 17:49:16',NULL,NULL,'adminu'),(71964,'four_oh_four','2020-10-06 13:00:49','2020-10-06 18:00:49','54.38.123.225',NULL,NULL),(71965,'brute_force','2020-10-06 13:02:04','2020-10-06 18:02:04','5.188.62.25',NULL,NULL),(71966,'brute_force','2020-10-06 13:02:04','2020-10-06 18:02:04',NULL,NULL,'adminu'),(71967,'brute_force','2020-10-06 13:14:46','2020-10-06 18:14:46','5.188.62.25',NULL,NULL),(71968,'brute_force','2020-10-06 13:14:46','2020-10-06 18:14:46',NULL,NULL,'adminu'),(71969,'brute_force','2020-10-06 13:27:34','2020-10-06 18:27:34','5.188.62.25',NULL,NULL),(71970,'brute_force','2020-10-06 13:27:34','2020-10-06 18:27:34',NULL,NULL,'adminu'),(71971,'four_oh_four','2020-10-06 13:31:24','2020-10-06 18:31:24','121.89.204.243',NULL,NULL),(71972,'four_oh_four','2020-10-06 13:31:24','2020-10-06 18:31:24','121.89.204.243',NULL,NULL),(71973,'four_oh_four','2020-10-06 13:31:27','2020-10-06 18:31:27','121.89.204.243',NULL,NULL),(71974,'brute_force','2020-10-06 13:40:47','2020-10-06 18:40:47','5.188.62.25',NULL,NULL),(71975,'brute_force','2020-10-06 13:40:47','2020-10-06 18:40:47',NULL,NULL,'adminu'),(71976,'brute_force','2020-10-06 13:53:18','2020-10-06 18:53:18','5.188.62.25',NULL,NULL),(71977,'brute_force','2020-10-06 13:53:18','2020-10-06 18:53:18',NULL,NULL,'adminu'),(71978,'four_oh_four','2020-10-06 14:00:35','2020-10-06 19:00:35','66.249.65.81',NULL,NULL),(71979,'brute_force','2020-10-06 14:06:20','2020-10-06 19:06:20','5.188.62.25',NULL,NULL),(71980,'brute_force','2020-10-06 14:06:20','2020-10-06 19:06:20',NULL,NULL,'adminu'),(71981,'four_oh_four','2020-10-06 14:08:59','2020-10-06 19:08:59','184.154.139.3',NULL,NULL),(71982,'brute_force','2020-10-06 14:19:39','2020-10-06 19:19:39','5.188.62.25',NULL,NULL),(71983,'brute_force','2020-10-06 14:19:39','2020-10-06 19:19:39',NULL,NULL,'adminu'),(71984,'four_oh_four','2020-10-06 14:26:52','2020-10-06 19:26:52','114.119.143.145',NULL,NULL),(71985,'brute_force','2020-10-06 14:32:53','2020-10-06 19:32:53','5.188.62.25',NULL,NULL),(71986,'brute_force','2020-10-06 14:32:53','2020-10-06 19:32:53',NULL,NULL,'adminu'),(71987,'brute_force','2020-10-06 14:46:14','2020-10-06 19:46:14','5.188.62.25',NULL,NULL),(71988,'brute_force','2020-10-06 14:46:14','2020-10-06 19:46:14',NULL,NULL,'adminu'),(71989,'four_oh_four','2020-10-06 14:51:18','2020-10-06 19:51:18','39.101.1.61',NULL,NULL),(71990,'brute_force','2020-10-06 14:59:20','2020-10-06 19:59:20','5.188.62.25',NULL,NULL),(71991,'brute_force','2020-10-06 14:59:20','2020-10-06 19:59:20',NULL,NULL,'adminu'),(71992,'four_oh_four','2020-10-06 15:03:11','2020-10-06 20:03:11','178.137.88.142',NULL,NULL),(71993,'brute_force','2020-10-06 15:12:29','2020-10-06 20:12:29','5.188.62.25',NULL,NULL),(71994,'brute_force','2020-10-06 15:12:29','2020-10-06 20:12:29',NULL,NULL,'adminu'),(71995,'brute_force','2020-10-06 15:25:19','2020-10-06 20:25:19','5.188.62.25',NULL,NULL),(71996,'brute_force','2020-10-06 15:25:19','2020-10-06 20:25:19',NULL,NULL,'adminu'),(71997,'brute_force','2020-10-06 15:39:13','2020-10-06 20:39:13','5.188.62.25',NULL,NULL),(71998,'brute_force','2020-10-06 15:39:13','2020-10-06 20:39:13',NULL,NULL,'adminu'),(71999,'four_oh_four','2020-10-06 15:44:03','2020-10-06 20:44:03','176.99.188.100',NULL,NULL),(72000,'brute_force','2020-10-06 15:52:43','2020-10-06 20:52:43','5.188.62.25',NULL,NULL),(72001,'brute_force','2020-10-06 15:52:43','2020-10-06 20:52:43',NULL,NULL,'adminu'),(72002,'brute_force','2020-10-06 16:06:25','2020-10-06 21:06:25','5.188.62.25',NULL,NULL),(72003,'brute_force','2020-10-06 16:06:25','2020-10-06 21:06:25',NULL,NULL,'adminu'),(72004,'four_oh_four','2020-10-06 16:12:27','2020-10-06 21:12:27','114.119.134.41',NULL,NULL),(72005,'four_oh_four','2020-10-06 16:19:14','2020-10-06 21:19:14','114.119.158.13',NULL,NULL),(72006,'brute_force','2020-10-06 16:19:48','2020-10-06 21:19:48','5.188.62.25',NULL,NULL),(72007,'brute_force','2020-10-06 16:19:48','2020-10-06 21:19:48',NULL,NULL,'adminu'),(72008,'brute_force','2020-10-06 16:33:23','2020-10-06 21:33:23','5.188.62.25',NULL,NULL),(72009,'brute_force','2020-10-06 16:33:23','2020-10-06 21:33:23',NULL,NULL,'adminu'),(72010,'brute_force','2020-10-06 16:46:26','2020-10-06 21:46:26','5.188.62.25',NULL,NULL),(72011,'brute_force','2020-10-06 16:46:26','2020-10-06 21:46:26',NULL,NULL,'adminu'),(72012,'brute_force','2020-10-06 16:59:50','2020-10-06 21:59:50','5.188.62.25',NULL,NULL),(72013,'brute_force','2020-10-06 16:59:50','2020-10-06 21:59:50',NULL,NULL,'adminu'),(72014,'four_oh_four','2020-10-06 17:04:30','2020-10-06 22:04:30','3.94.137.21',NULL,NULL),(72015,'four_oh_four','2020-10-06 17:04:32','2020-10-06 22:04:32','3.94.137.21',NULL,NULL),(72016,'four_oh_four','2020-10-06 17:34:32','2020-10-06 22:34:32','5.188.84.251',NULL,NULL),(72017,'four_oh_four','2020-10-06 19:14:14','2020-10-07 00:14:14','66.249.65.90',NULL,NULL),(72018,'four_oh_four','2020-10-06 19:14:18','2020-10-07 00:14:18','66.249.65.90',NULL,NULL),(72019,'four_oh_four','2020-10-06 19:41:51','2020-10-07 00:41:51','178.137.88.142',NULL,NULL),(72020,'four_oh_four','2020-10-06 21:05:25','2020-10-07 02:05:25','114.119.145.125',NULL,NULL),(72021,'four_oh_four','2020-10-06 21:16:06','2020-10-07 02:16:06','114.119.151.107',NULL,NULL),(72022,'four_oh_four','2020-10-06 21:24:48','2020-10-07 02:24:48','114.119.157.110',NULL,NULL),(72023,'four_oh_four','2020-10-06 21:36:58','2020-10-07 02:36:58','207.46.13.44',NULL,NULL),(72024,'four_oh_four','2020-10-07 01:03:35','2020-10-07 06:03:35','157.55.39.88',NULL,NULL),(72025,'four_oh_four','2020-10-07 02:14:36','2020-10-07 07:14:36','114.119.143.145',NULL,NULL),(72026,'four_oh_four','2020-10-07 03:26:08','2020-10-07 08:26:08','114.119.143.145',NULL,NULL),(72027,'four_oh_four','2020-10-07 04:02:41','2020-10-07 09:02:41','114.119.136.66',NULL,NULL),(72028,'four_oh_four','2020-10-07 04:37:27','2020-10-07 09:37:27','5.62.56.31',NULL,NULL),(72029,'four_oh_four','2020-10-07 04:37:33','2020-10-07 09:37:33','5.62.56.31',NULL,NULL),(72030,'four_oh_four','2020-10-07 04:37:37','2020-10-07 09:37:37','5.62.56.31',NULL,NULL),(72031,'four_oh_four','2020-10-07 04:37:40','2020-10-07 09:37:40','5.62.56.31',NULL,NULL),(72032,'four_oh_four','2020-10-07 05:03:04','2020-10-07 10:03:04','47.254.174.39',NULL,NULL),(72033,'four_oh_four','2020-10-07 06:03:55','2020-10-07 11:03:55','40.77.167.92',NULL,NULL),(72034,'four_oh_four','2020-10-07 06:12:25','2020-10-07 11:12:25','47.99.196.234',NULL,NULL),(72035,'four_oh_four','2020-10-07 06:12:25','2020-10-07 11:12:25','47.99.196.234',NULL,NULL),(72036,'four_oh_four','2020-10-07 07:05:06','2020-10-07 12:05:06','178.137.88.142',NULL,NULL),(72037,'four_oh_four','2020-10-07 07:10:01','2020-10-07 12:10:01','52.201.182.91',NULL,NULL),(72038,'four_oh_four','2020-10-07 08:19:24','2020-10-07 13:19:24','46.246.65.183',NULL,NULL),(72039,'brute_force','2020-10-07 09:47:27','2020-10-07 14:47:27','68.134.121.122',NULL,NULL),(72040,'brute_force','2020-10-07 09:47:27','2020-10-07 14:47:27',NULL,NULL,'linda'),(72041,'brute_force','2020-10-07 09:47:31','2020-10-07 14:47:31','68.134.121.122',NULL,NULL),(72042,'brute_force','2020-10-07 09:47:31','2020-10-07 14:47:31',NULL,NULL,'linda'),(72043,'brute_force','2020-10-07 09:47:36','2020-10-07 14:47:36','68.134.121.122',NULL,NULL),(72044,'brute_force','2020-10-07 09:47:36','2020-10-07 14:47:36',NULL,NULL,'linda'),(72045,'brute_force','2020-10-07 09:47:42','2020-10-07 14:47:42','68.134.121.122',NULL,NULL),(72046,'brute_force','2020-10-07 09:47:42','2020-10-07 14:47:42',NULL,NULL,'linda'),(72047,'brute_force','2020-10-07 09:50:04','2020-10-07 14:50:04','68.134.121.122',NULL,NULL),(72048,'brute_force','2020-10-07 09:50:04','2020-10-07 14:50:04',NULL,NULL,'lindabrigmon'),(72049,'four_oh_four','2020-10-07 11:23:13','2020-10-07 16:23:13','178.159.37.139',NULL,NULL),(72050,'four_oh_four','2020-10-07 11:32:20','2020-10-07 16:32:20','157.55.39.88',NULL,NULL),(72051,'brute_force','2020-10-07 12:06:26','2020-10-07 17:06:26','212.129.8.63',NULL,NULL),(72052,'brute_force','2020-10-07 12:06:26','2020-10-07 17:06:26',NULL,NULL,'admin'),(72053,'brute_force','2020-10-07 12:06:31','2020-10-07 17:06:31','212.129.8.63',NULL,NULL),(72054,'brute_force','2020-10-07 12:06:31','2020-10-07 17:06:31',NULL,NULL,'admin'),(72055,'brute_force','2020-10-07 12:06:34','2020-10-07 17:06:34','212.129.8.63',NULL,NULL),(72056,'brute_force','2020-10-07 12:06:34','2020-10-07 17:06:34',NULL,NULL,'admin'),(72057,'brute_force','2020-10-07 12:06:51','2020-10-07 17:06:51','212.129.8.63',NULL,NULL),(72058,'brute_force','2020-10-07 12:06:51','2020-10-07 17:06:51',NULL,NULL,'admin'),(72059,'brute_force','2020-10-07 12:06:54','2020-10-07 17:06:54','212.129.8.63',NULL,NULL),(72060,'brute_force','2020-10-07 12:06:54','2020-10-07 17:06:54',NULL,NULL,'admin'),(72061,'four_oh_four','2020-10-07 12:23:29','2020-10-07 17:23:29','86.102.209.25',NULL,NULL),(72062,'four_oh_four','2020-10-07 12:47:00','2020-10-07 17:47:00','178.137.88.142',NULL,NULL),(72063,'four_oh_four','2020-10-07 14:03:10','2020-10-07 19:03:10','184.154.139.20',NULL,NULL),(72064,'four_oh_four','2020-10-07 14:25:42','2020-10-07 19:25:42','114.119.143.145',NULL,NULL),(72065,'four_oh_four','2020-10-07 15:07:03','2020-10-07 20:07:03','178.137.88.142',NULL,NULL),(72066,'four_oh_four','2020-10-07 16:33:44','2020-10-07 21:33:44','178.159.37.92',NULL,NULL),(72067,'four_oh_four','2020-10-07 16:51:54','2020-10-07 21:51:54','92.38.136.69',NULL,NULL),(72068,'four_oh_four','2020-10-07 16:54:29','2020-10-07 21:54:29','94.139.227.167',NULL,NULL),(72069,'four_oh_four','2020-10-07 17:29:11','2020-10-07 22:29:11','88.147.199.164',NULL,NULL),(72070,'four_oh_four','2020-10-07 17:57:36','2020-10-07 22:57:36','114.119.141.146',NULL,NULL),(72071,'four_oh_four','2020-10-07 18:44:44','2020-10-07 23:44:44','39.101.1.61',NULL,NULL),(72072,'four_oh_four','2020-10-07 19:21:30','2020-10-08 00:21:30','157.97.132.44',NULL,NULL),(72073,'four_oh_four','2020-10-07 20:10:47','2020-10-08 01:10:47','178.137.88.142',NULL,NULL),(72074,'four_oh_four','2020-10-07 20:47:02','2020-10-08 01:47:02','157.55.39.124',NULL,NULL),(72075,'four_oh_four','2020-10-07 22:01:35','2020-10-08 03:01:35','185.246.210.17',NULL,NULL),(72076,'four_oh_four','2020-10-08 01:15:48','2020-10-08 06:15:48','52.201.182.91',NULL,NULL),(72077,'four_oh_four','2020-10-08 01:15:51','2020-10-08 06:15:51','52.201.182.91',NULL,NULL),(72078,'four_oh_four','2020-10-08 02:10:05','2020-10-08 07:10:05','114.119.151.107',NULL,NULL),(72079,'four_oh_four','2020-10-08 02:16:11','2020-10-08 07:16:11','114.119.134.41',NULL,NULL),(72080,'four_oh_four','2020-10-08 02:16:22','2020-10-08 07:16:22','46.8.143.157',NULL,NULL),(72081,'four_oh_four','2020-10-08 02:19:21','2020-10-08 07:19:21','78.85.196.8',NULL,NULL),(72082,'four_oh_four','2020-10-08 03:00:36','2020-10-08 08:00:36','192.185.81.103',NULL,NULL),(72083,'four_oh_four','2020-10-08 04:42:04','2020-10-08 09:42:04','45.86.201.84',NULL,NULL),(72084,'four_oh_four','2020-10-08 04:44:12','2020-10-08 09:44:12','114.119.130.104',NULL,NULL),(72085,'four_oh_four','2020-10-08 05:29:56','2020-10-08 10:29:56','66.249.65.183',NULL,NULL),(72086,'four_oh_four','2020-10-08 06:15:50','2020-10-08 11:15:50','114.119.157.110',NULL,NULL),(72087,'four_oh_four','2020-10-08 07:03:02','2020-10-08 12:03:02','157.55.39.78',NULL,NULL),(72088,'four_oh_four','2020-10-08 07:15:59','2020-10-08 12:15:59','178.137.88.142',NULL,NULL),(72089,'four_oh_four','2020-10-08 07:24:16','2020-10-08 12:24:16','114.119.136.66',NULL,NULL),(72090,'four_oh_four','2020-10-08 07:56:41','2020-10-08 12:56:41','114.119.158.13',NULL,NULL),(72091,'four_oh_four','2020-10-08 08:38:18','2020-10-08 13:38:18','114.119.145.125',NULL,NULL),(72092,'four_oh_four','2020-10-08 09:00:05','2020-10-08 14:00:05','5.196.23.219',NULL,NULL),(72093,'four_oh_four','2020-10-08 09:31:03','2020-10-08 14:31:03','114.119.130.104',NULL,NULL),(72094,'four_oh_four','2020-10-08 10:59:19','2020-10-08 15:59:19','114.119.130.104',NULL,NULL),(72095,'four_oh_four','2020-10-08 11:07:46','2020-10-08 16:07:46','114.119.136.66',NULL,NULL),(72096,'four_oh_four','2020-10-08 11:12:21','2020-10-08 16:12:21','121.89.204.243',NULL,NULL),(72097,'four_oh_four','2020-10-08 11:12:21','2020-10-08 16:12:21','121.89.204.243',NULL,NULL),(72098,'four_oh_four','2020-10-08 11:12:21','2020-10-08 16:12:21','121.89.204.243',NULL,NULL),(72099,'four_oh_four','2020-10-08 11:12:21','2020-10-08 16:12:21','121.89.204.243',NULL,NULL),(72100,'four_oh_four','2020-10-08 11:12:21','2020-10-08 16:12:21','121.89.204.243',NULL,NULL),(72101,'four_oh_four','2020-10-08 11:12:21','2020-10-08 16:12:21','121.89.204.243',NULL,NULL),(72102,'four_oh_four','2020-10-08 14:14:32','2020-10-08 19:14:32','184.154.139.21',NULL,NULL),(72103,'four_oh_four','2020-10-08 14:22:52','2020-10-08 19:22:52','114.119.148.105',NULL,NULL),(72104,'four_oh_four','2020-10-08 16:22:43','2020-10-08 21:22:43','114.119.141.146',NULL,NULL),(72105,'four_oh_four','2020-10-08 16:29:26','2020-10-08 21:29:26','114.119.134.41',NULL,NULL),(72106,'four_oh_four','2020-10-08 16:50:58','2020-10-08 21:50:58','157.55.39.239',NULL,NULL),(72107,'four_oh_four','2020-10-08 17:43:43','2020-10-08 22:43:43','114.119.148.105',NULL,NULL),(72108,'four_oh_four','2020-10-08 18:09:34','2020-10-08 23:09:34','114.119.143.145',NULL,NULL),(72109,'four_oh_four','2020-10-08 19:43:45','2020-10-09 00:43:45','178.137.88.142',NULL,NULL),(72110,'four_oh_four','2020-10-08 19:44:09','2020-10-09 00:44:09','94.139.227.167',NULL,NULL),(72111,'four_oh_four','2020-10-08 19:57:35','2020-10-09 00:57:35','149.129.126.156',NULL,NULL),(72112,'four_oh_four','2020-10-08 19:58:14','2020-10-09 00:58:14','149.129.126.156',NULL,NULL),(72113,'four_oh_four','2020-10-08 20:43:08','2020-10-09 01:43:08','114.119.158.13',NULL,NULL),(72114,'four_oh_four','2020-10-08 20:59:21','2020-10-09 01:59:21','114.119.134.41',NULL,NULL),(72115,'four_oh_four','2020-10-08 21:17:44','2020-10-09 02:17:44','46.246.65.141',NULL,NULL),(72116,'four_oh_four','2020-10-08 21:18:10','2020-10-09 02:18:10','1.20.101.149',NULL,NULL),(72117,'four_oh_four','2020-10-08 21:18:19','2020-10-09 02:18:19','185.134.23.196',NULL,NULL),(72118,'four_oh_four','2020-10-08 22:55:05','2020-10-09 03:55:05','114.119.136.66',NULL,NULL),(72119,'four_oh_four','2020-10-09 02:48:48','2020-10-09 07:48:48','114.119.157.110',NULL,NULL),(72120,'four_oh_four','2020-10-09 03:13:16','2020-10-09 08:13:16','157.55.39.78',NULL,NULL),(72121,'four_oh_four','2020-10-09 05:28:57','2020-10-09 10:28:57','46.243.220.49',NULL,NULL),(72122,'four_oh_four','2020-10-09 05:29:01','2020-10-09 10:29:01','46.243.220.49',NULL,NULL),(72123,'four_oh_four','2020-10-09 05:29:00','2020-10-09 10:29:00','46.243.220.49',NULL,NULL),(72124,'four_oh_four','2020-10-09 06:25:54','2020-10-09 11:25:54','178.137.88.142',NULL,NULL),(72125,'four_oh_four','2020-10-09 06:35:09','2020-10-09 11:35:09','114.119.143.145',NULL,NULL),(72126,'four_oh_four','2020-10-09 09:44:44','2020-10-09 14:44:44','52.201.182.91',NULL,NULL),(72127,'four_oh_four','2020-10-09 09:44:50','2020-10-09 14:44:50','52.201.182.91',NULL,NULL),(72128,'four_oh_four','2020-10-09 10:15:19','2020-10-09 15:15:19','157.55.39.160',NULL,NULL),(72129,'four_oh_four','2020-10-09 10:55:01','2020-10-09 15:55:01','217.107.194.26',NULL,NULL),(72130,'four_oh_four','2020-10-09 11:48:57','2020-10-09 16:48:57','51.255.203.190',NULL,NULL),(72131,'four_oh_four','2020-10-09 11:53:58','2020-10-09 16:53:58','51.255.203.190',NULL,NULL),(72132,'four_oh_four','2020-10-09 11:55:31','2020-10-09 16:55:31','51.255.203.190',NULL,NULL),(72133,'four_oh_four','2020-10-09 11:56:28','2020-10-09 16:56:28','51.255.203.190',NULL,NULL),(72134,'four_oh_four','2020-10-09 12:00:06','2020-10-09 17:00:06','51.255.203.190',NULL,NULL),(72135,'four_oh_four','2020-10-09 12:11:57','2020-10-09 17:11:57','51.255.203.190',NULL,NULL),(72136,'four_oh_four','2020-10-09 12:47:28','2020-10-09 17:47:28','178.137.88.142',NULL,NULL),(72137,'four_oh_four','2020-10-09 14:05:56','2020-10-09 19:05:56','184.154.139.21',NULL,NULL),(72138,'four_oh_four','2020-10-09 14:55:11','2020-10-09 19:55:11','194.110.114.4',NULL,NULL),(72139,'four_oh_four','2020-10-09 15:23:42','2020-10-09 20:23:42','178.137.88.142',NULL,NULL),(72140,'four_oh_four','2020-10-09 15:40:58','2020-10-09 20:40:58','185.51.228.245',NULL,NULL),(72141,'four_oh_four','2020-10-09 15:41:04','2020-10-09 20:41:04','185.51.228.245',NULL,NULL),(72142,'four_oh_four','2020-10-09 15:41:08','2020-10-09 20:41:08','185.51.228.245',NULL,NULL),(72143,'four_oh_four','2020-10-09 15:41:19','2020-10-09 20:41:19','185.51.228.245',NULL,NULL),(72144,'four_oh_four','2020-10-09 15:41:35','2020-10-09 20:41:35','185.51.228.245',NULL,NULL),(72145,'four_oh_four','2020-10-09 15:41:40','2020-10-09 20:41:40','185.51.228.245',NULL,NULL),(72146,'four_oh_four','2020-10-09 15:41:44','2020-10-09 20:41:44','185.51.228.245',NULL,NULL),(72147,'four_oh_four','2020-10-09 15:41:47','2020-10-09 20:41:47','185.51.228.245',NULL,NULL),(72148,'four_oh_four','2020-10-09 15:41:50','2020-10-09 20:41:50','185.51.228.245',NULL,NULL),(72149,'four_oh_four','2020-10-09 16:16:58','2020-10-09 21:16:58','188.122.82.146',NULL,NULL),(72150,'four_oh_four','2020-10-09 16:23:49','2020-10-09 21:23:49','157.55.39.36',NULL,NULL),(72151,'four_oh_four','2020-10-09 17:28:53','2020-10-09 22:28:53','114.119.141.146',NULL,NULL),(72152,'four_oh_four','2020-10-09 17:43:47','2020-10-09 22:43:47','171.244.1.84',NULL,NULL),(72153,'four_oh_four','2020-10-09 18:42:23','2020-10-09 23:42:23','73.194.64.105',NULL,NULL),(72154,'brute_force','2020-10-09 19:06:28','2020-10-10 00:06:28','68.134.121.122',NULL,NULL),(72155,'brute_force','2020-10-09 19:06:28','2020-10-10 00:06:28',NULL,NULL,'linda'),(72156,'brute_force','2020-10-09 19:06:44','2020-10-10 00:06:44','68.134.121.122',NULL,NULL),(72157,'brute_force','2020-10-09 19:06:44','2020-10-10 00:06:44',NULL,NULL,'linda'),(72158,'four_oh_four','2020-10-09 19:14:02','2020-10-10 00:14:02','40.124.6.76',NULL,NULL),(72159,'four_oh_four','2020-10-09 19:28:21','2020-10-10 00:28:21','178.137.88.142',NULL,NULL),(72160,'four_oh_four','2020-10-09 19:52:11','2020-10-10 00:52:11','46.150.254.99',NULL,NULL),(72161,'four_oh_four','2020-10-09 20:29:45','2020-10-10 01:29:45','98.190.102.62',NULL,NULL),(72162,'four_oh_four','2020-10-09 21:45:27','2020-10-10 02:45:27','114.119.145.125',NULL,NULL),(72163,'four_oh_four','2020-10-09 22:51:18','2020-10-10 03:51:18','114.119.151.107',NULL,NULL),(72164,'four_oh_four','2020-10-09 22:52:38','2020-10-10 03:52:38','66.249.65.179',NULL,NULL),(72165,'four_oh_four','2020-10-10 00:03:02','2020-10-10 05:03:02','194.36.87.13',NULL,NULL),(72166,'four_oh_four','2020-10-10 02:09:47','2020-10-10 07:09:47','114.119.134.41',NULL,NULL),(72167,'four_oh_four','2020-10-10 04:08:11','2020-10-10 09:08:11','37.115.201.112',NULL,NULL),(72168,'four_oh_four','2020-10-10 04:56:36','2020-10-10 09:56:36','114.119.134.41',NULL,NULL),(72169,'four_oh_four','2020-10-10 05:25:18','2020-10-10 10:25:18','94.139.227.167',NULL,NULL),(72170,'four_oh_four','2020-10-10 05:35:04','2020-10-10 10:35:04','114.119.130.104',NULL,NULL),(72171,'four_oh_four','2020-10-10 06:13:02','2020-10-10 11:13:02','40.77.167.144',NULL,NULL),(72172,'four_oh_four','2020-10-10 07:45:09','2020-10-10 12:45:09','178.172.147.77',NULL,NULL),(72173,'four_oh_four','2020-10-10 07:57:34','2020-10-10 12:57:34','199.66.201.19',NULL,NULL),(72174,'four_oh_four','2020-10-10 07:57:34','2020-10-10 12:57:34','199.66.201.19',NULL,NULL),(72175,'four_oh_four','2020-10-10 09:42:46','2020-10-10 14:42:46','46.187.38.244',NULL,NULL),(72176,'four_oh_four','2020-10-10 09:53:47','2020-10-10 14:53:47','40.77.167.144',NULL,NULL),(72177,'four_oh_four','2020-10-10 10:29:56','2020-10-10 15:29:56','178.159.37.139',NULL,NULL),(72178,'four_oh_four','2020-10-10 11:27:19','2020-10-10 16:27:19','164.68.116.198',NULL,NULL),(72179,'four_oh_four','2020-10-10 12:03:28','2020-10-10 17:03:28','5.188.84.92',NULL,NULL),(72180,'four_oh_four','2020-10-10 12:03:33','2020-10-10 17:03:33','5.188.84.92',NULL,NULL),(72181,'four_oh_four','2020-10-10 12:45:26','2020-10-10 17:45:26','178.137.88.142',NULL,NULL),(72182,'four_oh_four','2020-10-10 13:00:13','2020-10-10 18:00:13','40.77.167.144',NULL,NULL),(72183,'four_oh_four','2020-10-10 13:33:36','2020-10-10 18:33:36','114.119.148.105',NULL,NULL),(72184,'four_oh_four','2020-10-10 14:09:23','2020-10-10 19:09:23','184.154.139.21',NULL,NULL),(72185,'four_oh_four','2020-10-10 14:47:29','2020-10-10 19:47:29','114.119.157.110',NULL,NULL),(72186,'four_oh_four','2020-10-10 15:03:22','2020-10-10 20:03:22','178.137.88.142',NULL,NULL),(72187,'four_oh_four','2020-10-10 16:50:48','2020-10-10 21:50:48','40.77.167.144',NULL,NULL),(72188,'four_oh_four','2020-10-10 17:35:15','2020-10-10 22:35:15','157.55.39.171',NULL,NULL),(72189,'four_oh_four','2020-10-10 17:56:40','2020-10-10 22:56:40','114.119.136.66',NULL,NULL),(72190,'four_oh_four','2020-10-10 18:08:49','2020-10-10 23:08:49','157.55.39.171',NULL,NULL),(72191,'four_oh_four','2020-10-10 18:25:17','2020-10-10 23:25:17','52.201.182.91',NULL,NULL),(72192,'four_oh_four','2020-10-10 18:25:19','2020-10-10 23:25:19','52.201.182.91',NULL,NULL),(72193,'four_oh_four','2020-10-10 19:12:00','2020-10-11 00:12:00','107.174.33.130',NULL,NULL),(72194,'four_oh_four','2020-10-10 19:36:17','2020-10-11 00:36:17','114.119.148.105',NULL,NULL),(72195,'four_oh_four','2020-10-10 21:03:06','2020-10-11 02:03:06','114.119.148.105',NULL,NULL),(72196,'four_oh_four','2020-10-10 21:12:30','2020-10-11 02:12:30','45.125.65.31',NULL,NULL),(72197,'four_oh_four','2020-10-10 21:32:24','2020-10-11 02:32:24','157.55.39.193',NULL,NULL),(72198,'four_oh_four','2020-10-10 21:42:38','2020-10-11 02:42:38','114.119.130.104',NULL,NULL),(72199,'four_oh_four','2020-10-10 21:54:21','2020-10-11 02:54:21','114.119.136.66',NULL,NULL),(72200,'four_oh_four','2020-10-11 03:11:40','2020-10-11 08:11:40','178.71.187.114',NULL,NULL),(72201,'four_oh_four','2020-10-11 05:26:47','2020-10-11 10:26:47','95.216.172.173',NULL,NULL),(72202,'four_oh_four','2020-10-11 06:42:31','2020-10-11 11:42:31','5.253.18.161',NULL,NULL),(72203,'four_oh_four','2020-10-11 07:42:37','2020-10-11 12:42:37','114.119.130.104',NULL,NULL),(72204,'four_oh_four','2020-10-11 08:47:00','2020-10-11 13:47:00','157.55.39.124',NULL,NULL),(72205,'four_oh_four','2020-10-11 10:57:20','2020-10-11 15:57:20','157.55.39.193',NULL,NULL),(72206,'four_oh_four','2020-10-11 11:36:37','2020-10-11 16:36:37','162.241.253.189',NULL,NULL),(72207,'four_oh_four','2020-10-11 12:29:57','2020-10-11 17:29:57','157.55.39.171',NULL,NULL),(72208,'four_oh_four','2020-10-11 14:07:00','2020-10-11 19:07:00','184.154.139.21',NULL,NULL),(72209,'four_oh_four','2020-10-11 15:24:59','2020-10-11 20:24:59','89.252.191.187',NULL,NULL),(72210,'four_oh_four','2020-10-11 15:24:58','2020-10-11 20:24:58','89.252.191.187',NULL,NULL),(72211,'four_oh_four','2020-10-11 16:13:12','2020-10-11 21:13:12','188.127.226.184',NULL,NULL),(72212,'four_oh_four','2020-10-11 17:36:36','2020-10-11 22:36:36','94.139.227.167',NULL,NULL),(72213,'four_oh_four','2020-10-11 19:20:23','2020-10-12 00:20:23','40.77.167.144',NULL,NULL),(72214,'four_oh_four','2020-10-11 19:42:42','2020-10-12 00:42:42','114.119.151.107',NULL,NULL),(72215,'four_oh_four','2020-10-11 20:57:55','2020-10-12 01:57:55','78.85.196.8',NULL,NULL),(72216,'four_oh_four','2020-10-11 20:59:47','2020-10-12 01:59:47','85.236.14.54',NULL,NULL),(72217,'four_oh_four','2020-10-11 22:23:51','2020-10-12 03:23:51','89.36.224.24',NULL,NULL),(72218,'four_oh_four','2020-10-11 22:57:29','2020-10-12 03:57:29','114.119.136.66',NULL,NULL),(72219,'four_oh_four','2020-10-11 23:02:31','2020-10-12 04:02:31','114.119.148.105',NULL,NULL),(72220,'four_oh_four','2020-10-12 00:06:39','2020-10-12 05:06:39','157.55.39.193',NULL,NULL),(72221,'four_oh_four','2020-10-12 00:19:07','2020-10-12 05:19:07','40.77.167.144',NULL,NULL),(72222,'four_oh_four','2020-10-12 01:31:19','2020-10-12 06:31:19','114.119.136.66',NULL,NULL),(72223,'four_oh_four','2020-10-12 03:12:01','2020-10-12 08:12:01','114.119.130.104',NULL,NULL),(72224,'four_oh_four','2020-10-12 04:00:52','2020-10-12 09:00:52','178.159.37.85',NULL,NULL),(72225,'four_oh_four','2020-10-12 04:47:10','2020-10-12 09:47:10','54.36.246.232',NULL,NULL),(72226,'four_oh_four','2020-10-12 05:56:23','2020-10-12 10:56:23','162.250.123.243',NULL,NULL),(72227,'four_oh_four','2020-10-12 07:20:05','2020-10-12 12:20:05','66.249.65.183',NULL,NULL),(72228,'brute_force','2020-10-12 08:35:05','2020-10-12 13:35:05','183.83.208.183',NULL,NULL),(72229,'brute_force','2020-10-12 08:35:05','2020-10-12 13:35:05',NULL,NULL,'zphiblgz'),(72230,'brute_force','2020-10-12 08:36:06','2020-10-12 13:36:06','183.83.208.183',NULL,NULL),(72231,'brute_force','2020-10-12 08:36:06','2020-10-12 13:36:06',NULL,NULL,'zphiblgz'),(72232,'brute_force','2020-10-12 08:37:09','2020-10-12 13:37:09','183.83.208.183',NULL,NULL),(72233,'brute_force','2020-10-12 08:37:09','2020-10-12 13:37:09',NULL,NULL,'zphiblgz'),(72234,'brute_force','2020-10-12 08:38:10','2020-10-12 13:38:10','183.83.208.183',NULL,NULL),(72235,'brute_force','2020-10-12 08:38:10','2020-10-12 13:38:10',NULL,NULL,'zphiblgz'),(72236,'brute_force','2020-10-12 08:39:09','2020-10-12 13:39:09','183.83.208.183',NULL,NULL),(72237,'brute_force','2020-10-12 08:39:09','2020-10-12 13:39:09',NULL,NULL,'zphiblgz'),(72238,'brute_force','2020-10-12 08:54:24','2020-10-12 13:54:24','183.83.208.183',NULL,NULL),(72239,'brute_force','2020-10-12 08:54:24','2020-10-12 13:54:24',NULL,NULL,'zphiblgz'),(72240,'four_oh_four','2020-10-12 09:02:21','2020-10-12 14:02:21','46.8.136.212',NULL,NULL),(72241,'four_oh_four','2020-10-12 09:04:45','2020-10-12 14:04:45','188.122.82.146',NULL,NULL),(72242,'brute_force','2020-10-12 09:09:42','2020-10-12 14:09:42','183.83.208.183',NULL,NULL),(72243,'brute_force','2020-10-12 09:09:42','2020-10-12 14:09:42',NULL,NULL,'zphiblgz'),(72244,'brute_force','2020-10-12 09:09:49','2020-10-12 14:09:49','183.83.208.183',NULL,NULL),(72245,'brute_force','2020-10-12 09:09:49','2020-10-12 14:09:49',NULL,NULL,'zphiblgz'),(72246,'brute_force','2020-10-12 09:10:40','2020-10-12 14:10:40','183.83.208.183',NULL,NULL),(72247,'brute_force','2020-10-12 09:10:40','2020-10-12 14:10:40',NULL,NULL,'zphiblgz'),(72248,'brute_force','2020-10-12 09:11:41','2020-10-12 14:11:41','183.83.208.183',NULL,NULL),(72249,'brute_force','2020-10-12 09:11:41','2020-10-12 14:11:41',NULL,NULL,'zphiblgz'),(72250,'brute_force','2020-10-12 09:12:42','2020-10-12 14:12:42','183.83.208.183',NULL,NULL),(72251,'brute_force','2020-10-12 09:12:42','2020-10-12 14:12:42',NULL,NULL,'zphiblgz'),(72252,'brute_force','2020-10-12 09:27:57','2020-10-12 14:27:57','183.83.208.183',NULL,NULL),(72253,'brute_force','2020-10-12 09:27:57','2020-10-12 14:27:57',NULL,NULL,'zphiblgz'),(72254,'brute_force','2020-10-12 09:43:13','2020-10-12 14:43:13','183.83.208.183',NULL,NULL),(72255,'brute_force','2020-10-12 09:43:13','2020-10-12 14:43:13',NULL,NULL,'zphiblgz'),(72256,'brute_force','2020-10-12 09:44:14','2020-10-12 14:44:14','183.83.208.183',NULL,NULL),(72257,'brute_force','2020-10-12 09:44:14','2020-10-12 14:44:14',NULL,NULL,'zphiblgz'),(72258,'brute_force','2020-10-12 09:45:14','2020-10-12 14:45:14','183.83.208.183',NULL,NULL),(72259,'brute_force','2020-10-12 09:45:14','2020-10-12 14:45:14',NULL,NULL,'zphiblgz'),(72260,'brute_force','2020-10-12 09:46:15','2020-10-12 14:46:15','183.83.208.183',NULL,NULL),(72261,'brute_force','2020-10-12 09:46:15','2020-10-12 14:46:15',NULL,NULL,'zphiblgz'),(72262,'four_oh_four','2020-10-12 12:05:19','2020-10-12 17:05:19','24.126.81.25',NULL,NULL),(72263,'four_oh_four','2020-10-12 14:01:45','2020-10-12 19:01:45','184.154.139.21',NULL,NULL),(72264,'four_oh_four','2020-10-12 14:47:37','2020-10-12 19:47:37','114.119.134.41',NULL,NULL),(72265,'four_oh_four','2020-10-12 14:57:39','2020-10-12 19:57:39','114.119.151.107',NULL,NULL),(72266,'four_oh_four','2020-10-12 15:07:41','2020-10-12 20:07:41','114.119.134.41',NULL,NULL),(72267,'four_oh_four','2020-10-12 15:59:56','2020-10-12 20:59:56','95.65.81.152',NULL,NULL),(72268,'four_oh_four','2020-10-12 16:27:39','2020-10-12 21:27:39','114.119.157.110',NULL,NULL),(72269,'four_oh_four','2020-10-12 17:27:16','2020-10-12 22:27:16','157.55.39.145',NULL,NULL),(72270,'four_oh_four','2020-10-12 17:58:05','2020-10-12 22:58:05','5.188.84.251',NULL,NULL),(72271,'four_oh_four','2020-10-12 18:12:24','2020-10-12 23:12:24','79.133.145.78',NULL,NULL),(72272,'four_oh_four','2020-10-12 18:14:08','2020-10-12 23:14:08','114.119.134.41',NULL,NULL),(72273,'four_oh_four','2020-10-12 18:47:45','2020-10-12 23:47:45','185.72.224.110',NULL,NULL),(72274,'four_oh_four','2020-10-12 19:20:17','2020-10-13 00:20:17','114.119.158.13',NULL,NULL),(72275,'four_oh_four','2020-10-12 19:59:17','2020-10-13 00:59:17','114.119.136.66',NULL,NULL),(72276,'four_oh_four','2020-10-12 20:09:53','2020-10-13 01:09:53','94.139.227.167',NULL,NULL),(72277,'four_oh_four','2020-10-12 21:23:10','2020-10-13 02:23:10','38.96.28.44',NULL,NULL),(72278,'four_oh_four','2020-10-12 21:33:49','2020-10-13 02:33:49','114.119.143.145',NULL,NULL),(72279,'four_oh_four','2020-10-12 21:38:51','2020-10-13 02:38:51','114.119.145.125',NULL,NULL),(72280,'four_oh_four','2020-10-12 23:50:48','2020-10-13 04:50:48','157.55.39.239',NULL,NULL),(72281,'brute_force','2020-10-12 23:59:03','2020-10-13 04:59:03','183.83.208.183',NULL,NULL),(72282,'brute_force','2020-10-12 23:59:03','2020-10-13 04:59:03',NULL,NULL,'zphiblgz'),(72283,'brute_force','2020-10-13 00:00:05','2020-10-13 05:00:05','183.83.208.183',NULL,NULL),(72284,'brute_force','2020-10-13 00:00:05','2020-10-13 05:00:05',NULL,NULL,'zphiblgz'),(72285,'brute_force','2020-10-13 00:01:08','2020-10-13 05:01:08','183.83.208.183',NULL,NULL),(72286,'brute_force','2020-10-13 00:01:08','2020-10-13 05:01:08',NULL,NULL,'zphiblgz'),(72287,'brute_force','2020-10-13 00:02:11','2020-10-13 05:02:11','183.83.208.183',NULL,NULL),(72288,'brute_force','2020-10-13 00:02:11','2020-10-13 05:02:11',NULL,NULL,'zphiblgz'),(72289,'brute_force','2020-10-13 00:03:13','2020-10-13 05:03:13','183.83.208.183',NULL,NULL),(72290,'brute_force','2020-10-13 00:03:13','2020-10-13 05:03:13',NULL,NULL,'zphiblgz'),(72291,'four_oh_four','2020-10-13 02:01:23','2020-10-13 07:01:23','114.119.148.105',NULL,NULL),(72292,'four_oh_four','2020-10-13 03:51:50','2020-10-13 08:51:50','193.239.85.134',NULL,NULL),(72293,'four_oh_four','2020-10-13 03:59:24','2020-10-13 08:59:24','78.85.196.8',NULL,NULL),(72294,'four_oh_four','2020-10-13 05:24:39','2020-10-13 10:24:39','109.184.239.84',NULL,NULL),(72295,'four_oh_four','2020-10-13 05:50:41','2020-10-13 10:50:41','5.188.84.92',NULL,NULL),(72296,'four_oh_four','2020-10-13 07:31:38','2020-10-13 12:31:38','157.55.39.239',NULL,NULL),(72297,'four_oh_four','2020-10-13 07:45:18','2020-10-13 12:45:18','40.77.167.144',NULL,NULL),(72298,'four_oh_four','2020-10-13 08:46:04','2020-10-13 13:46:04','157.55.39.124',NULL,NULL),(72299,'four_oh_four','2020-10-13 09:09:47','2020-10-13 14:09:47','40.77.167.144',NULL,NULL),(72300,'four_oh_four','2020-10-13 09:09:49','2020-10-13 14:09:49','40.77.167.144',NULL,NULL),(72301,'four_oh_four','2020-10-13 09:12:05','2020-10-13 14:12:05','178.159.37.139',NULL,NULL),(72302,'four_oh_four','2020-10-13 09:43:34','2020-10-13 14:43:34','104.238.46.28',NULL,NULL),(72303,'four_oh_four','2020-10-13 10:33:25','2020-10-13 15:33:25','158.46.146.225',NULL,NULL),(72304,'four_oh_four','2020-10-13 10:57:44','2020-10-13 15:57:44','103.139.113.34',NULL,NULL),(72305,'four_oh_four','2020-10-13 12:04:00','2020-10-13 17:04:00','157.55.39.193',NULL,NULL),(72306,'four_oh_four','2020-10-13 12:06:44','2020-10-13 17:06:44','157.55.39.193',NULL,NULL),(72307,'four_oh_four','2020-10-13 12:24:48','2020-10-13 17:24:48','52.201.182.91',NULL,NULL),(72308,'four_oh_four','2020-10-13 12:24:51','2020-10-13 17:24:51','52.201.182.91',NULL,NULL),(72309,'four_oh_four','2020-10-13 13:57:41','2020-10-13 18:57:41','40.77.167.144',NULL,NULL),(72310,'four_oh_four','2020-10-13 13:57:44','2020-10-13 18:57:44','40.77.167.144',NULL,NULL),(72311,'four_oh_four','2020-10-13 14:07:58','2020-10-13 19:07:58','184.154.139.19',NULL,NULL),(72312,'four_oh_four','2020-10-13 14:20:03','2020-10-13 19:20:03','157.55.39.239',NULL,NULL),(72313,'four_oh_four','2020-10-13 14:23:38','2020-10-13 19:23:38','157.55.39.171',NULL,NULL),(72314,'four_oh_four','2020-10-13 14:23:41','2020-10-13 19:23:41','157.55.39.171',NULL,NULL),(72315,'four_oh_four','2020-10-13 14:24:32','2020-10-13 19:24:32','157.55.39.171',NULL,NULL),(72316,'four_oh_four','2020-10-13 16:16:56','2020-10-13 21:16:56','204.101.61.82',NULL,NULL),(72317,'four_oh_four','2020-10-13 17:03:14','2020-10-13 22:03:14','40.77.167.92',NULL,NULL),(72318,'four_oh_four','2020-10-13 18:03:23','2020-10-13 23:03:23','77.51.91.96',NULL,NULL),(72319,'four_oh_four','2020-10-13 18:55:40','2020-10-13 23:55:40','178.122.207.82',NULL,NULL),(72320,'four_oh_four','2020-10-13 20:19:42','2020-10-14 01:19:42','94.139.235.254',NULL,NULL),(72321,'four_oh_four','2020-10-13 20:33:48','2020-10-14 01:33:48','210.26.49.89',NULL,NULL),(72322,'four_oh_four','2020-10-13 21:54:57','2020-10-14 02:54:57','68.33.70.9',NULL,NULL),(72323,'four_oh_four','2020-10-13 22:19:54','2020-10-14 03:19:54','46.185.125.201',NULL,NULL),(72324,'four_oh_four','2020-10-14 00:11:55','2020-10-14 05:11:55','114.119.158.13',NULL,NULL),(72325,'four_oh_four','2020-10-14 01:03:17','2020-10-14 06:03:17','104.238.59.131',NULL,NULL),(72326,'four_oh_four','2020-10-14 01:16:13','2020-10-14 06:16:13','114.119.148.105',NULL,NULL),(72327,'four_oh_four','2020-10-14 02:01:30','2020-10-14 07:01:30','114.119.157.110',NULL,NULL),(72328,'four_oh_four','2020-10-14 02:14:03','2020-10-14 07:14:03','66.249.65.183',NULL,NULL),(72329,'four_oh_four','2020-10-14 02:37:41','2020-10-14 07:37:41','66.249.65.181',NULL,NULL),(72330,'four_oh_four','2020-10-14 03:39:54','2020-10-14 08:39:54','114.119.151.107',NULL,NULL),(72331,'four_oh_four','2020-10-14 03:45:44','2020-10-14 08:45:44','114.119.151.107',NULL,NULL),(72332,'four_oh_four','2020-10-14 04:06:01','2020-10-14 09:06:01','114.119.145.125',NULL,NULL),(72333,'four_oh_four','2020-10-14 04:58:13','2020-10-14 09:58:13','114.119.134.41',NULL,NULL),(72334,'four_oh_four','2020-10-14 05:13:24','2020-10-14 10:13:24','114.119.136.66',NULL,NULL),(72335,'four_oh_four','2020-10-14 06:12:11','2020-10-14 11:12:11','45.86.201.229',NULL,NULL),(72336,'four_oh_four','2020-10-14 07:19:44','2020-10-14 12:19:44','52.201.182.91',NULL,NULL),(72337,'four_oh_four','2020-10-14 07:57:03','2020-10-14 12:57:03','114.119.158.13',NULL,NULL),(72338,'four_oh_four','2020-10-14 08:07:13','2020-10-14 13:07:13','188.122.82.146',NULL,NULL),(72339,'four_oh_four','2020-10-14 09:08:10','2020-10-14 14:08:10','82.117.194.229',NULL,NULL),(72340,'four_oh_four','2020-10-14 09:42:35','2020-10-14 14:42:35','95.65.81.152',NULL,NULL),(72341,'four_oh_four','2020-10-14 11:13:40','2020-10-14 16:13:40','114.119.141.146',NULL,NULL),(72342,'four_oh_four','2020-10-14 11:30:43','2020-10-14 16:30:43','178.171.40.142',NULL,NULL),(72343,'four_oh_four','2020-10-14 11:30:52','2020-10-14 16:30:52','89.185.78.6',NULL,NULL),(72344,'four_oh_four','2020-10-14 11:31:39','2020-10-14 16:31:39','178.171.40.13',NULL,NULL),(72345,'four_oh_four','2020-10-14 11:31:44','2020-10-14 16:31:44','178.171.59.184',NULL,NULL),(72346,'four_oh_four','2020-10-14 12:16:02','2020-10-14 17:16:02','37.229.198.100',NULL,NULL),(72347,'four_oh_four','2020-10-14 13:28:50','2020-10-14 18:28:50','5.188.84.251',NULL,NULL),(72348,'four_oh_four','2020-10-14 13:59:42','2020-10-14 18:59:42','114.119.130.104',NULL,NULL),(72349,'four_oh_four','2020-10-14 14:13:05','2020-10-14 19:13:05','184.154.139.18',NULL,NULL),(72350,'four_oh_four','2020-10-14 14:26:40','2020-10-14 19:26:40','5.188.84.251',NULL,NULL),(72351,'four_oh_four','2020-10-14 17:17:48','2020-10-14 22:17:48','114.119.141.146',NULL,NULL),(72352,'four_oh_four','2020-10-14 18:39:00','2020-10-14 23:39:00','114.119.143.145',NULL,NULL),(72353,'four_oh_four','2020-10-14 20:26:02','2020-10-15 01:26:02','114.119.143.145',NULL,NULL),(72354,'four_oh_four','2020-10-14 21:29:48','2020-10-15 02:29:48','95.65.81.152',NULL,NULL),(72355,'four_oh_four','2020-10-14 21:36:59','2020-10-15 02:36:59','66.249.65.180',NULL,NULL),(72356,'four_oh_four','2020-10-14 21:36:59','2020-10-15 02:36:59','66.249.65.180',NULL,NULL),(72357,'four_oh_four','2020-10-14 23:41:33','2020-10-15 04:41:33','20.185.82.173',NULL,NULL),(72358,'four_oh_four','2020-10-14 23:41:36','2020-10-15 04:41:36','20.185.82.173',NULL,NULL),(72359,'four_oh_four','2020-10-14 23:41:43','2020-10-15 04:41:43','20.185.82.173',NULL,NULL),(72360,'four_oh_four','2020-10-14 23:41:45','2020-10-15 04:41:45','20.185.82.173',NULL,NULL),(72361,'four_oh_four','2020-10-14 23:42:16','2020-10-15 04:42:16','20.185.82.173',NULL,NULL),(72362,'four_oh_four','2020-10-14 23:42:25','2020-10-15 04:42:25','20.185.82.173',NULL,NULL),(72363,'four_oh_four','2020-10-15 00:18:52','2020-10-15 05:18:52','134.249.147.157',NULL,NULL),(72364,'four_oh_four','2020-10-15 00:34:34','2020-10-15 05:34:34','94.139.235.254',NULL,NULL),(72365,'four_oh_four','2020-10-15 01:27:49','2020-10-15 06:27:49','35.210.90.252',NULL,NULL),(72366,'four_oh_four','2020-10-15 02:38:19','2020-10-15 07:38:19','66.249.65.179',NULL,NULL),(72367,'four_oh_four','2020-10-15 02:49:54','2020-10-15 07:49:54','188.122.82.146',NULL,NULL),(72368,'four_oh_four','2020-10-15 03:43:04','2020-10-15 08:43:04','114.119.158.13',NULL,NULL),(72369,'four_oh_four','2020-10-15 03:46:53','2020-10-15 08:46:53','92.124.160.186',NULL,NULL),(72370,'four_oh_four','2020-10-15 04:32:31','2020-10-15 09:32:31','92.124.160.186',NULL,NULL),(72371,'four_oh_four','2020-10-15 04:45:03','2020-10-15 09:45:03','114.119.158.13',NULL,NULL),(72372,'four_oh_four','2020-10-15 05:21:30','2020-10-15 10:21:30','45.77.223.34',NULL,NULL),(72373,'four_oh_four','2020-10-15 05:21:35','2020-10-15 10:21:35','45.77.223.34',NULL,NULL),(72374,'four_oh_four','2020-10-15 05:21:51','2020-10-15 10:21:51','45.77.223.34',NULL,NULL),(72375,'four_oh_four','2020-10-15 05:22:05','2020-10-15 10:22:05','45.77.223.34',NULL,NULL),(72376,'four_oh_four','2020-10-15 05:22:05','2020-10-15 10:22:05','45.77.223.34',NULL,NULL),(72377,'four_oh_four','2020-10-15 05:22:06','2020-10-15 10:22:06','45.77.223.34',NULL,NULL),(72378,'four_oh_four','2020-10-15 05:22:08','2020-10-15 10:22:08','45.77.223.34',NULL,NULL),(72379,'four_oh_four','2020-10-15 05:22:09','2020-10-15 10:22:09','45.77.223.34',NULL,NULL),(72380,'four_oh_four','2020-10-15 05:22:11','2020-10-15 10:22:11','45.77.223.34',NULL,NULL),(72381,'four_oh_four','2020-10-15 05:22:12','2020-10-15 10:22:12','45.77.223.34',NULL,NULL),(72382,'four_oh_four','2020-10-15 05:22:12','2020-10-15 10:22:12','45.77.223.34',NULL,NULL),(72383,'four_oh_four','2020-10-15 05:22:14','2020-10-15 10:22:14','45.77.223.34',NULL,NULL),(72384,'four_oh_four','2020-10-15 05:22:15','2020-10-15 10:22:15','45.77.223.34',NULL,NULL),(72385,'four_oh_four','2020-10-15 05:22:16','2020-10-15 10:22:16','45.77.223.34',NULL,NULL),(72386,'four_oh_four','2020-10-15 05:22:17','2020-10-15 10:22:17','45.77.223.34',NULL,NULL),(72387,'four_oh_four','2020-10-15 05:22:20','2020-10-15 10:22:20','45.77.223.34',NULL,NULL),(72388,'four_oh_four','2020-10-15 05:22:20','2020-10-15 10:22:20','45.77.223.34',NULL,NULL),(72389,'four_oh_four','2020-10-15 05:22:22','2020-10-15 10:22:22','45.77.223.34',NULL,NULL),(72390,'four_oh_four','2020-10-15 05:22:24','2020-10-15 10:22:24','45.77.223.34',NULL,NULL),(72391,'four_oh_four','2020-10-15 05:22:26','2020-10-15 10:22:26','45.77.223.34',NULL,NULL),(72392,'four_oh_four','2020-10-15 06:00:54','2020-10-15 11:00:54','111.90.141.148',NULL,NULL),(72393,'four_oh_four','2020-10-15 07:16:11','2020-10-15 12:16:11','114.119.136.66',NULL,NULL),(72394,'four_oh_four','2020-10-15 07:21:13','2020-10-15 12:21:13','114.119.148.105',NULL,NULL),(72395,'four_oh_four','2020-10-15 08:00:10','2020-10-15 13:00:10','114.119.136.66',NULL,NULL),(72396,'four_oh_four','2020-10-15 08:41:37','2020-10-15 13:41:37','188.127.226.184',NULL,NULL),(72397,'four_oh_four','2020-10-15 09:19:15','2020-10-15 14:19:15','114.119.134.41',NULL,NULL),(72398,'four_oh_four','2020-10-15 10:23:13','2020-10-15 15:23:13','114.119.151.107',NULL,NULL),(72399,'four_oh_four','2020-10-15 11:02:52','2020-10-15 16:02:52','51.254.113.145',NULL,NULL),(72400,'four_oh_four','2020-10-15 12:31:26','2020-10-15 17:31:26','69.140.89.246',NULL,NULL),(72401,'four_oh_four','2020-10-15 12:31:33','2020-10-15 17:31:33','69.140.89.246',NULL,NULL),(72402,'four_oh_four','2020-10-15 12:31:42','2020-10-15 17:31:42','69.140.89.246',NULL,NULL),(72403,'four_oh_four','2020-10-15 12:31:48','2020-10-15 17:31:48','69.140.89.246',NULL,NULL),(72404,'four_oh_four','2020-10-15 12:56:00','2020-10-15 17:56:00','69.61.200.104',NULL,NULL),(72405,'four_oh_four','2020-10-15 14:03:14','2020-10-15 19:03:14','184.154.139.20',NULL,NULL),(72406,'four_oh_four','2020-10-15 14:50:40','2020-10-15 19:50:40','114.119.151.107',NULL,NULL),(72407,'four_oh_four','2020-10-15 14:55:58','2020-10-15 19:55:58','114.119.143.145',NULL,NULL),(72408,'four_oh_four','2020-10-15 18:03:23','2020-10-15 23:03:23','35.210.188.229',NULL,NULL),(72409,'four_oh_four','2020-10-15 19:42:00','2020-10-16 00:42:00','157.55.39.124',NULL,NULL),(72410,'four_oh_four','2020-10-15 20:59:25','2020-10-16 01:59:25','23.106.216.121',NULL,NULL),(72411,'four_oh_four','2020-10-15 20:59:30','2020-10-16 01:59:30','23.106.216.121',NULL,NULL),(72412,'four_oh_four','2020-10-15 20:59:33','2020-10-16 01:59:33','23.106.216.121',NULL,NULL),(72413,'four_oh_four','2020-10-15 20:59:37','2020-10-16 01:59:37','23.106.216.121',NULL,NULL),(72414,'four_oh_four','2020-10-15 22:13:11','2020-10-16 03:13:11','207.46.13.55',NULL,NULL),(72415,'four_oh_four','2020-10-15 22:16:51','2020-10-16 03:16:51','157.55.39.124',NULL,NULL),(72416,'four_oh_four','2020-10-15 23:17:18','2020-10-16 04:17:18','46.246.65.211',NULL,NULL),(72417,'four_oh_four','2020-10-15 23:17:18','2020-10-16 04:17:18','46.246.65.211',NULL,NULL),(72418,'four_oh_four','2020-10-16 00:48:18','2020-10-16 05:48:18','192.185.129.21',NULL,NULL),(72419,'four_oh_four','2020-10-16 01:58:58','2020-10-16 06:58:58','82.208.113.34',NULL,NULL),(72420,'four_oh_four','2020-10-16 02:50:38','2020-10-16 07:50:38','114.119.136.66',NULL,NULL),(72421,'four_oh_four','2020-10-16 03:53:25','2020-10-16 08:53:25','213.59.158.2',NULL,NULL),(72422,'four_oh_four','2020-10-16 03:56:00','2020-10-16 08:56:00','114.119.141.146',NULL,NULL),(72423,'four_oh_four','2020-10-16 04:15:31','2020-10-16 09:15:31','114.119.145.125',NULL,NULL),(72424,'four_oh_four','2020-10-16 04:22:00','2020-10-16 09:22:00','94.139.235.254',NULL,NULL),(72425,'four_oh_four','2020-10-16 04:25:12','2020-10-16 09:25:12','192.198.119.62',NULL,NULL),(72426,'four_oh_four','2020-10-16 05:05:26','2020-10-16 10:05:26','52.201.182.91',NULL,NULL),(72427,'four_oh_four','2020-10-16 05:05:29','2020-10-16 10:05:29','52.201.182.91',NULL,NULL),(72428,'four_oh_four','2020-10-16 06:29:00','2020-10-16 11:29:00','114.119.136.66',NULL,NULL),(72429,'four_oh_four','2020-10-16 06:34:02','2020-10-16 11:34:02','188.122.82.146',NULL,NULL),(72430,'four_oh_four','2020-10-16 06:43:09','2020-10-16 11:43:09','35.210.150.87',NULL,NULL),(72431,'four_oh_four','2020-10-16 07:48:11','2020-10-16 12:48:11','5.196.23.219',NULL,NULL),(72432,'four_oh_four','2020-10-16 08:42:11','2020-10-16 13:42:11','88.147.226.89',NULL,NULL),(72433,'four_oh_four','2020-10-16 09:25:20','2020-10-16 14:25:20','157.55.39.239',NULL,NULL),(72434,'four_oh_four','2020-10-16 11:10:18','2020-10-16 16:10:18','193.239.85.136',NULL,NULL),(72435,'four_oh_four','2020-10-16 11:10:25','2020-10-16 16:10:25','193.239.85.136',NULL,NULL),(72436,'four_oh_four','2020-10-16 11:10:31','2020-10-16 16:10:31','193.239.85.136',NULL,NULL),(72437,'four_oh_four','2020-10-16 11:10:37','2020-10-16 16:10:37','193.239.85.136',NULL,NULL),(72438,'four_oh_four','2020-10-16 11:10:42','2020-10-16 16:10:42','193.239.85.136',NULL,NULL),(72439,'four_oh_four','2020-10-16 11:12:56','2020-10-16 16:12:56','178.159.37.139',NULL,NULL),(72440,'four_oh_four','2020-10-16 12:13:11','2020-10-16 17:13:11','157.55.39.239',NULL,NULL),(72441,'four_oh_four','2020-10-16 14:04:53','2020-10-16 19:04:53','184.154.139.18',NULL,NULL),(72442,'four_oh_four','2020-10-16 14:22:01','2020-10-16 19:22:01','114.119.130.104',NULL,NULL),(72443,'four_oh_four','2020-10-16 14:22:08','2020-10-16 19:22:08','23.228.109.146',NULL,NULL),(72444,'four_oh_four','2020-10-16 14:53:39','2020-10-16 19:53:39','66.78.99.200',NULL,NULL),(72445,'four_oh_four','2020-10-16 15:02:12','2020-10-16 20:02:12','114.119.148.105',NULL,NULL),(72446,'four_oh_four','2020-10-16 18:36:14','2020-10-16 23:36:14','178.213.190.234',NULL,NULL),(72447,'four_oh_four','2020-10-16 18:44:59','2020-10-16 23:44:59','52.250.62.131',NULL,NULL),(72448,'four_oh_four','2020-10-16 19:20:24','2020-10-17 00:20:24','114.119.158.13',NULL,NULL),(72449,'four_oh_four','2020-10-16 20:37:58','2020-10-17 01:37:58','66.249.65.182',NULL,NULL),(72450,'four_oh_four','2020-10-16 21:28:41','2020-10-17 02:28:41','77.55.249.38',NULL,NULL),(72451,'four_oh_four','2020-10-16 21:54:33','2020-10-17 02:54:33','208.102.51.6',NULL,NULL),(72452,'four_oh_four','2020-10-16 22:23:39','2020-10-17 03:23:39','114.119.130.104',NULL,NULL),(72453,'four_oh_four','2020-10-16 22:55:25','2020-10-17 03:55:25','114.119.134.41',NULL,NULL),(72454,'four_oh_four','2020-10-16 23:47:55','2020-10-17 04:47:55','40.77.167.144',NULL,NULL),(72455,'four_oh_four','2020-10-17 00:37:17','2020-10-17 05:37:17','114.119.134.41',NULL,NULL),(72456,'four_oh_four','2020-10-17 02:33:04','2020-10-17 07:33:04','114.119.157.110',NULL,NULL),(72457,'four_oh_four','2020-10-17 03:50:31','2020-10-17 08:50:31','51.38.140.4',NULL,NULL),(72458,'four_oh_four','2020-10-17 04:25:53','2020-10-17 09:25:53','114.119.148.105',NULL,NULL),(72459,'four_oh_four','2020-10-17 05:46:23','2020-10-17 10:46:23','114.119.143.145',NULL,NULL),(72460,'four_oh_four','2020-10-17 06:05:33','2020-10-17 11:05:33','88.80.57.148',NULL,NULL),(72461,'four_oh_four','2020-10-17 06:25:04','2020-10-17 11:25:04','40.77.167.92',NULL,NULL),(72462,'four_oh_four','2020-10-17 07:01:40','2020-10-17 12:01:40','50.63.197.88',NULL,NULL),(72463,'four_oh_four','2020-10-17 07:01:40','2020-10-17 12:01:40','50.63.197.88',NULL,NULL),(72464,'four_oh_four','2020-10-17 09:58:29','2020-10-17 14:58:29','114.119.145.125',NULL,NULL),(72465,'four_oh_four','2020-10-17 10:10:05','2020-10-17 15:10:05','114.119.151.107',NULL,NULL),(72466,'four_oh_four','2020-10-17 10:53:58','2020-10-17 15:53:58','78.85.168.25',NULL,NULL),(72467,'four_oh_four','2020-10-17 10:57:57','2020-10-17 15:57:57','109.162.71.220',NULL,NULL),(72468,'four_oh_four','2020-10-17 11:05:55','2020-10-17 16:05:55','178.137.88.142',NULL,NULL),(72469,'four_oh_four','2020-10-17 11:14:55','2020-10-17 16:14:55','114.119.158.13',NULL,NULL),(72470,'four_oh_four','2020-10-17 13:01:51','2020-10-17 18:01:51','176.109.239.234',NULL,NULL),(72471,'four_oh_four','2020-10-17 14:02:25','2020-10-17 19:02:25','89.229.155.198',NULL,NULL),(72472,'four_oh_four','2020-10-17 14:09:37','2020-10-17 19:09:37','184.154.139.3',NULL,NULL),(72473,'four_oh_four','2020-10-17 14:17:38','2020-10-17 19:17:38','206.74.49.79',NULL,NULL),(72474,'four_oh_four','2020-10-17 14:31:58','2020-10-17 19:31:58','88.80.57.148',NULL,NULL),(72475,'four_oh_four','2020-10-17 14:58:54','2020-10-17 19:58:54','94.139.235.254',NULL,NULL),(72476,'four_oh_four','2020-10-17 17:29:45','2020-10-17 22:29:45','188.122.82.146',NULL,NULL),(72477,'four_oh_four','2020-10-17 19:13:07','2020-10-18 00:13:07','178.137.88.142',NULL,NULL),(72478,'four_oh_four','2020-10-17 19:38:00','2020-10-18 00:38:00','114.119.158.13',NULL,NULL),(72479,'four_oh_four','2020-10-17 21:15:04','2020-10-18 02:15:04','114.119.158.13',NULL,NULL),(72480,'four_oh_four','2020-10-17 23:30:55','2020-10-18 04:30:55','88.80.57.148',NULL,NULL),(72481,'four_oh_four','2020-10-18 01:35:40','2020-10-18 06:35:40','40.77.167.92',NULL,NULL),(72482,'four_oh_four','2020-10-18 02:15:30','2020-10-18 07:15:30','157.55.39.124',NULL,NULL),(72483,'four_oh_four','2020-10-18 02:38:34','2020-10-18 07:38:34','114.119.141.146',NULL,NULL),(72484,'four_oh_four','2020-10-18 04:06:00','2020-10-18 09:06:00','66.249.65.183',NULL,NULL),(72485,'four_oh_four','2020-10-18 06:05:14','2020-10-18 11:05:14','173.231.59.195',NULL,NULL),(72486,'four_oh_four','2020-10-18 06:30:22','2020-10-18 11:30:22','5.188.84.251',NULL,NULL),(72487,'four_oh_four','2020-10-18 07:27:18','2020-10-18 12:27:18','178.137.88.142',NULL,NULL),(72488,'four_oh_four','2020-10-18 07:53:02','2020-10-18 12:53:02','178.159.37.92',NULL,NULL),(72489,'four_oh_four','2020-10-18 08:09:43','2020-10-18 13:09:43','114.119.158.13',NULL,NULL),(72490,'four_oh_four','2020-10-18 08:30:36','2020-10-18 13:30:36','40.77.167.92',NULL,NULL),(72491,'four_oh_four','2020-10-18 08:56:49','2020-10-18 13:56:49','5.188.84.59',NULL,NULL),(72492,'four_oh_four','2020-10-18 08:59:14','2020-10-18 13:59:14','114.119.151.107',NULL,NULL),(72493,'four_oh_four','2020-10-18 10:16:43','2020-10-18 15:16:43','114.119.151.107',NULL,NULL),(72494,'four_oh_four','2020-10-18 10:33:12','2020-10-18 15:33:12','88.80.57.148',NULL,NULL),(72495,'four_oh_four','2020-10-18 10:36:37','2020-10-18 15:36:37','95.211.211.232',NULL,NULL),(72496,'four_oh_four','2020-10-18 10:51:47','2020-10-18 15:51:47','178.137.88.142',NULL,NULL),(72497,'four_oh_four','2020-10-18 11:37:49','2020-10-18 16:37:49','66.147.244.113',NULL,NULL),(72498,'four_oh_four','2020-10-18 12:05:28','2020-10-18 17:05:28','52.250.62.131',NULL,NULL),(72499,'four_oh_four','2020-10-18 12:13:16','2020-10-18 17:13:16','5.188.84.251',NULL,NULL),(72500,'four_oh_four','2020-10-18 12:31:40','2020-10-18 17:31:40','216.18.204.205',NULL,NULL),(72501,'four_oh_four','2020-10-18 12:51:56','2020-10-18 17:51:56','109.196.68.236',NULL,NULL),(72502,'four_oh_four','2020-10-18 13:33:37','2020-10-18 18:33:37','52.250.119.153',NULL,NULL),(72503,'four_oh_four','2020-10-18 14:12:54','2020-10-18 19:12:54','184.154.139.19',NULL,NULL),(72504,'four_oh_four','2020-10-18 14:28:03','2020-10-18 19:28:03','92.38.136.69',NULL,NULL),(72505,'four_oh_four','2020-10-18 14:59:55','2020-10-18 19:59:55','178.137.88.142',NULL,NULL),(72506,'four_oh_four','2020-10-18 16:00:16','2020-10-18 21:00:16','66.249.65.178',NULL,NULL),(72507,'four_oh_four','2020-10-18 18:26:04','2020-10-18 23:26:04','178.137.88.142',NULL,NULL),(72508,'four_oh_four','2020-10-18 18:45:18','2020-10-18 23:45:18','81.177.174.59',NULL,NULL),(72509,'four_oh_four','2020-10-18 20:18:20','2020-10-19 01:18:20','82.165.81.190',NULL,NULL),(72510,'four_oh_four','2020-10-18 21:33:02','2020-10-19 02:33:02','188.122.82.146',NULL,NULL),(72511,'four_oh_four','2020-10-18 21:34:23','2020-10-19 02:34:23','3.94.137.21',NULL,NULL),(72512,'four_oh_four','2020-10-18 21:34:25','2020-10-19 02:34:25','3.94.137.21',NULL,NULL),(72513,'four_oh_four','2020-10-18 21:59:43','2020-10-19 02:59:43','78.85.246.200',NULL,NULL),(72514,'four_oh_four','2020-10-18 22:01:15','2020-10-19 03:01:15','114.119.130.104',NULL,NULL),(72515,'four_oh_four','2020-10-19 01:20:05','2020-10-19 06:20:05','207.46.13.55',NULL,NULL),(72516,'four_oh_four','2020-10-19 01:54:05','2020-10-19 06:54:05','114.119.136.66',NULL,NULL),(72517,'four_oh_four','2020-10-19 02:31:17','2020-10-19 07:31:17','114.119.130.104',NULL,NULL),(72518,'four_oh_four','2020-10-19 03:02:05','2020-10-19 08:02:05','40.77.167.92',NULL,NULL),(72519,'four_oh_four','2020-10-19 04:49:55','2020-10-19 09:49:55','77.246.159.85',NULL,NULL),(72520,'four_oh_four','2020-10-19 05:08:35','2020-10-19 10:08:35','129.146.190.190',NULL,NULL),(72521,'four_oh_four','2020-10-19 05:18:48','2020-10-19 10:18:48','157.55.39.239',NULL,NULL),(72522,'four_oh_four','2020-10-19 05:24:22','2020-10-19 10:24:22','94.139.235.254',NULL,NULL),(72523,'four_oh_four','2020-10-19 05:35:41','2020-10-19 10:35:41','91.90.44.27',NULL,NULL),(72524,'four_oh_four','2020-10-19 05:46:53','2020-10-19 10:46:53','46.161.15.40',NULL,NULL),(72525,'four_oh_four','2020-10-19 06:05:21','2020-10-19 11:05:21','80.237.75.2',NULL,NULL),(72526,'four_oh_four','2020-10-19 06:15:24','2020-10-19 11:15:24','51.143.10.109',NULL,NULL),(72527,'four_oh_four','2020-10-19 06:37:30','2020-10-19 11:37:30','114.119.148.105',NULL,NULL),(72528,'four_oh_four','2020-10-19 07:19:56','2020-10-19 12:19:56','114.119.134.41',NULL,NULL),(72529,'four_oh_four','2020-10-19 07:32:25','2020-10-19 12:32:25','40.77.167.92',NULL,NULL),(72530,'four_oh_four','2020-10-19 08:03:07','2020-10-19 13:03:07','178.137.88.142',NULL,NULL),(72531,'four_oh_four','2020-10-19 08:58:41','2020-10-19 13:58:41','178.159.37.139',NULL,NULL),(72532,'four_oh_four','2020-10-19 09:04:36','2020-10-19 14:04:36','114.119.157.110',NULL,NULL),(72533,'four_oh_four','2020-10-19 09:42:42','2020-10-19 14:42:42','114.119.141.146',NULL,NULL),(72534,'four_oh_four','2020-10-19 09:49:28','2020-10-19 14:49:28','114.119.134.41',NULL,NULL),(72535,'four_oh_four','2020-10-19 10:15:54','2020-10-19 15:15:54','114.119.151.107',NULL,NULL),(72536,'four_oh_four','2020-10-19 11:09:54','2020-10-19 16:09:54','5.188.84.92',NULL,NULL),(72537,'four_oh_four','2020-10-19 12:32:59','2020-10-19 17:32:59','123.56.127.50',NULL,NULL),(72538,'four_oh_four','2020-10-19 12:46:32','2020-10-19 17:46:32','92.38.136.69',NULL,NULL),(72539,'four_oh_four','2020-10-19 14:01:10','2020-10-19 19:01:10','184.154.139.17',NULL,NULL),(72540,'four_oh_four','2020-10-19 15:46:00','2020-10-19 20:46:00','178.137.88.142',NULL,NULL),(72541,'four_oh_four','2020-10-19 17:40:34','2020-10-19 22:40:34','114.119.141.146',NULL,NULL),(72542,'four_oh_four','2020-10-19 18:07:27','2020-10-19 23:07:27','178.137.88.142',NULL,NULL),(72543,'four_oh_four','2020-10-19 19:03:25','2020-10-20 00:03:25','173.252.127.28',NULL,NULL),(72544,'four_oh_four','2020-10-19 19:03:28','2020-10-20 00:03:28','173.252.127.20',NULL,NULL),(72545,'four_oh_four','2020-10-19 19:48:57','2020-10-20 00:48:57','107.175.151.94',NULL,NULL),(72546,'four_oh_four','2020-10-19 20:54:13','2020-10-20 01:54:13','178.137.88.142',NULL,NULL),(72547,'four_oh_four','2020-10-19 21:02:18','2020-10-20 02:02:18','114.119.145.125',NULL,NULL),(72548,'four_oh_four','2020-10-19 22:06:39','2020-10-20 03:06:39','114.119.158.13',NULL,NULL),(72549,'four_oh_four','2020-10-19 22:54:40','2020-10-20 03:54:40','78.46.94.83',NULL,NULL),(72550,'four_oh_four','2020-10-20 01:06:50','2020-10-20 06:06:50','93.84.158.75',NULL,NULL),(72551,'four_oh_four','2020-10-20 02:12:17','2020-10-20 07:12:17','178.32.62.253',NULL,NULL),(72552,'four_oh_four','2020-10-20 02:12:17','2020-10-20 07:12:17','185.250.200.16',NULL,NULL),(72553,'four_oh_four','2020-10-20 02:12:19','2020-10-20 07:12:19','185.250.200.16',NULL,NULL),(72554,'four_oh_four','2020-10-20 02:12:19','2020-10-20 07:12:19','178.32.62.253',NULL,NULL),(72555,'four_oh_four','2020-10-20 02:12:24','2020-10-20 07:12:24','185.250.200.16',NULL,NULL),(72556,'four_oh_four','2020-10-20 02:12:24','2020-10-20 07:12:24','178.32.62.253',NULL,NULL),(72557,'four_oh_four','2020-10-20 04:27:42','2020-10-20 09:27:42','78.85.206.27',NULL,NULL),(72558,'four_oh_four','2020-10-20 07:02:47','2020-10-20 12:02:47','178.137.88.142',NULL,NULL),(72559,'four_oh_four','2020-10-20 07:35:49','2020-10-20 12:35:49','5.182.122.145',NULL,NULL),(72560,'four_oh_four','2020-10-20 07:35:55','2020-10-20 12:35:55','216.74.102.144',NULL,NULL),(72561,'four_oh_four','2020-10-20 07:36:45','2020-10-20 12:36:45','212.80.201.164',NULL,NULL),(72562,'four_oh_four','2020-10-20 07:36:54','2020-10-20 12:36:54','216.74.127.28',NULL,NULL),(72563,'four_oh_four','2020-10-20 08:30:54','2020-10-20 13:30:54','178.184.77.179',NULL,NULL),(72564,'four_oh_four','2020-10-20 08:33:27','2020-10-20 13:33:27','109.184.239.84',NULL,NULL),(72565,'four_oh_four','2020-10-20 09:19:12','2020-10-20 14:19:12','143.244.54.103',NULL,NULL),(72566,'four_oh_four','2020-10-20 09:36:09','2020-10-20 14:36:09','114.119.148.105',NULL,NULL),(72567,'four_oh_four','2020-10-20 09:41:10','2020-10-20 14:41:10','114.119.158.13',NULL,NULL),(72568,'four_oh_four','2020-10-20 09:42:14','2020-10-20 14:42:14','157.55.39.124',NULL,NULL),(72569,'four_oh_four','2020-10-20 10:19:09','2020-10-20 15:19:09','114.119.158.13',NULL,NULL),(72570,'four_oh_four','2020-10-20 10:33:52','2020-10-20 15:33:52','207.46.13.199',NULL,NULL),(72571,'four_oh_four','2020-10-20 10:59:33','2020-10-20 15:59:33','116.202.96.177',NULL,NULL),(72572,'four_oh_four','2020-10-20 11:13:10','2020-10-20 16:13:10','68.66.224.3',NULL,NULL),(72573,'four_oh_four','2020-10-20 13:46:45','2020-10-20 18:46:45','178.137.88.142',NULL,NULL),(72574,'four_oh_four','2020-10-20 13:48:52','2020-10-20 18:48:52','157.55.39.193',NULL,NULL),(72575,'four_oh_four','2020-10-20 14:11:35','2020-10-20 19:11:35','184.154.139.18',NULL,NULL),(72576,'four_oh_four','2020-10-20 16:22:54','2020-10-20 21:22:54','73.29.74.114',NULL,NULL),(72577,'four_oh_four','2020-10-20 16:43:10','2020-10-20 21:43:10','178.137.88.142',NULL,NULL),(72578,'four_oh_four','2020-10-20 17:20:55','2020-10-20 22:20:55','157.55.39.124',NULL,NULL),(72579,'four_oh_four','2020-10-20 17:20:59','2020-10-20 22:20:59','157.55.39.124',NULL,NULL),(72580,'four_oh_four','2020-10-20 17:30:48','2020-10-20 22:30:48','114.119.148.105',NULL,NULL),(72581,'four_oh_four','2020-10-20 18:34:54','2020-10-20 23:34:54','114.119.151.107',NULL,NULL),(72582,'four_oh_four','2020-10-20 19:10:26','2020-10-21 00:10:26','54.38.123.225',NULL,NULL),(72583,'four_oh_four','2020-10-20 21:26:39','2020-10-21 02:26:39','20.186.32.58',NULL,NULL),(72584,'four_oh_four','2020-10-20 21:26:44','2020-10-21 02:26:44','46.161.15.40',NULL,NULL),(72585,'four_oh_four','2020-10-21 00:04:56','2020-10-21 05:04:56','114.119.157.110',NULL,NULL),(72586,'four_oh_four','2020-10-21 01:36:26','2020-10-21 06:36:26','5.188.84.92',NULL,NULL),(72587,'four_oh_four','2020-10-21 01:57:19','2020-10-21 06:57:19','52.250.13.141',NULL,NULL),(72588,'four_oh_four','2020-10-21 02:15:25','2020-10-21 07:15:25','114.119.151.107',NULL,NULL),(72589,'four_oh_four','2020-10-21 03:40:01','2020-10-21 08:40:01','92.124.162.19',NULL,NULL),(72590,'four_oh_four','2020-10-21 04:15:14','2020-10-21 09:15:14','188.163.74.184',NULL,NULL),(72591,'four_oh_four','2020-10-21 05:19:08','2020-10-21 10:19:08','5.188.84.251',NULL,NULL),(72592,'four_oh_four','2020-10-21 05:48:20','2020-10-21 10:48:20','114.119.157.110',NULL,NULL),(72593,'four_oh_four','2020-10-21 06:15:06','2020-10-21 11:15:06','114.119.158.13',NULL,NULL),(72594,'four_oh_four','2020-10-21 06:29:28','2020-10-21 11:29:28','37.57.45.247',NULL,NULL),(72595,'four_oh_four','2020-10-21 07:30:21','2020-10-21 12:30:21','52.201.182.91',NULL,NULL),(72596,'four_oh_four','2020-10-21 08:09:19','2020-10-21 13:09:19','195.246.120.171',NULL,NULL),(72597,'four_oh_four','2020-10-21 08:09:24','2020-10-21 13:09:24','195.246.120.171',NULL,NULL),(72598,'four_oh_four','2020-10-21 08:51:30','2020-10-21 13:51:30','77.247.178.182',NULL,NULL),(72599,'four_oh_four','2020-10-21 09:11:19','2020-10-21 14:11:19','178.137.88.142',NULL,NULL),(72600,'four_oh_four','2020-10-21 09:57:31','2020-10-21 14:57:31','66.249.65.181',NULL,NULL),(72601,'four_oh_four','2020-10-21 11:29:46','2020-10-21 16:29:46','114.119.134.41',NULL,NULL),(72602,'four_oh_four','2020-10-21 12:13:22','2020-10-21 17:13:22','178.137.88.142',NULL,NULL),(72603,'four_oh_four','2020-10-21 12:45:46','2020-10-21 17:45:46','3.94.137.21',NULL,NULL),(72604,'four_oh_four','2020-10-21 12:45:49','2020-10-21 17:45:49','3.94.137.21',NULL,NULL),(72605,'four_oh_four','2020-10-21 14:12:46','2020-10-21 19:12:46','184.154.139.19',NULL,NULL),(72606,'brute_force','2020-10-21 14:58:19','2020-10-21 19:58:19','5.188.62.140',NULL,NULL),(72607,'brute_force','2020-10-21 14:58:19','2020-10-21 19:58:19',NULL,NULL,'adminu'),(72608,'brute_force','2020-10-21 15:23:47','2020-10-21 20:23:47','5.188.62.140',NULL,NULL),(72609,'brute_force','2020-10-21 15:23:47','2020-10-21 20:23:47',NULL,NULL,'adminu'),(72610,'brute_force','2020-10-21 15:49:00','2020-10-21 20:49:00','5.188.62.140',NULL,NULL),(72611,'brute_force','2020-10-21 15:49:00','2020-10-21 20:49:00',NULL,NULL,'adminu'),(72612,'four_oh_four','2020-10-21 15:55:03','2020-10-21 20:55:03','114.119.136.66',NULL,NULL),(72613,'four_oh_four','2020-10-21 16:09:06','2020-10-21 21:09:06','178.137.88.142',NULL,NULL),(72614,'four_oh_four','2020-10-21 17:21:49','2020-10-21 22:21:49','54.236.1.13',NULL,NULL),(72615,'four_oh_four','2020-10-21 18:51:53','2020-10-21 23:51:53','176.113.244.55',NULL,NULL),(72616,'four_oh_four','2020-10-21 18:55:16','2020-10-21 23:55:16','45.125.65.31',NULL,NULL),(72617,'four_oh_four','2020-10-21 19:08:55','2020-10-22 00:08:55','176.113.244.55',NULL,NULL),(72618,'four_oh_four','2020-10-21 19:25:53','2020-10-22 00:25:53','176.113.244.55',NULL,NULL),(72619,'four_oh_four','2020-10-21 19:42:44','2020-10-22 00:42:44','176.113.244.55',NULL,NULL),(72620,'four_oh_four','2020-10-21 20:00:08','2020-10-22 01:00:08','176.113.244.55',NULL,NULL),(72621,'four_oh_four','2020-10-21 20:17:51','2020-10-22 01:17:51','176.113.244.55',NULL,NULL),(72622,'four_oh_four','2020-10-21 20:29:42','2020-10-22 01:29:42','114.119.145.125',NULL,NULL),(72623,'four_oh_four','2020-10-21 20:34:57','2020-10-22 01:34:57','176.113.244.55',NULL,NULL),(72624,'four_oh_four','2020-10-21 20:36:23','2020-10-22 01:36:23','93.124.55.38',NULL,NULL),(72625,'four_oh_four','2020-10-21 20:52:00','2020-10-22 01:52:00','77.83.175.161',NULL,NULL),(72626,'four_oh_four','2020-10-21 20:58:10','2020-10-22 01:58:10','178.137.88.142',NULL,NULL),(72627,'four_oh_four','2020-10-21 21:16:25','2020-10-22 02:16:25','176.113.244.55',NULL,NULL),(72628,'four_oh_four','2020-10-21 21:25:07','2020-10-22 02:25:07','92.124.162.19',NULL,NULL),(72629,'four_oh_four','2020-10-21 21:39:49','2020-10-22 02:39:49','176.113.244.55',NULL,NULL),(72630,'four_oh_four','2020-10-21 21:40:36','2020-10-22 02:40:36','202.172.28.21',NULL,NULL),(72631,'four_oh_four','2020-10-21 21:47:55','2020-10-22 02:47:55','5.102.173.71',NULL,NULL),(72632,'four_oh_four','2020-10-21 22:17:10','2020-10-22 03:17:10','172.245.179.59',NULL,NULL),(72633,'four_oh_four','2020-10-21 22:32:52','2020-10-22 03:32:52','129.146.173.28',NULL,NULL),(72634,'four_oh_four','2020-10-21 23:04:34','2020-10-22 04:04:34','176.113.244.55',NULL,NULL),(72635,'four_oh_four','2020-10-21 23:05:26','2020-10-22 04:05:26','157.55.39.78',NULL,NULL),(72636,'four_oh_four','2020-10-21 23:22:52','2020-10-22 04:22:52','176.113.244.55',NULL,NULL),(72637,'four_oh_four','2020-10-21 23:29:56','2020-10-22 04:29:56','176.58.61.49',NULL,NULL),(72638,'four_oh_four','2020-10-21 23:30:26','2020-10-22 04:30:26','178.137.88.142',NULL,NULL),(72639,'four_oh_four','2020-10-21 23:38:04','2020-10-22 04:38:04','188.122.82.146',NULL,NULL),(72640,'four_oh_four','2020-10-21 23:41:07','2020-10-22 04:41:07','176.113.244.55',NULL,NULL),(72641,'four_oh_four','2020-10-21 23:59:13','2020-10-22 04:59:13','176.113.244.55',NULL,NULL),(72642,'four_oh_four','2020-10-22 00:17:44','2020-10-22 05:17:44','176.113.244.55',NULL,NULL),(72643,'four_oh_four','2020-10-22 00:36:34','2020-10-22 05:36:34','176.113.244.55',NULL,NULL),(72644,'four_oh_four','2020-10-22 00:55:10','2020-10-22 05:55:10','176.113.244.55',NULL,NULL),(72645,'four_oh_four','2020-10-22 01:14:22','2020-10-22 06:14:22','176.113.244.55',NULL,NULL),(72646,'four_oh_four','2020-10-22 01:57:09','2020-10-22 06:57:09','114.119.143.145',NULL,NULL),(72647,'four_oh_four','2020-10-22 02:03:56','2020-10-22 07:03:56','176.113.244.55',NULL,NULL),(72648,'four_oh_four','2020-10-22 02:31:47','2020-10-22 07:31:47','176.113.244.55',NULL,NULL),(72649,'four_oh_four','2020-10-22 02:57:48','2020-10-22 07:57:48','176.113.244.55',NULL,NULL),(72650,'four_oh_four','2020-10-22 03:17:40','2020-10-22 08:17:40','179.43.157.77',NULL,NULL),(72651,'four_oh_four','2020-10-22 03:22:35','2020-10-22 08:22:35','176.113.244.55',NULL,NULL),(72652,'four_oh_four','2020-10-22 03:25:48','2020-10-22 08:25:48','66.249.65.180',NULL,NULL),(72653,'four_oh_four','2020-10-22 03:42:25','2020-10-22 08:42:25','176.113.244.55',NULL,NULL),(72654,'four_oh_four','2020-10-22 04:02:48','2020-10-22 09:02:48','176.113.244.55',NULL,NULL),(72655,'four_oh_four','2020-10-22 04:23:50','2020-10-22 09:23:50','176.113.244.55',NULL,NULL),(72656,'four_oh_four','2020-10-22 04:44:29','2020-10-22 09:44:29','176.113.244.55',NULL,NULL),(72657,'four_oh_four','2020-10-22 05:08:03','2020-10-22 10:08:03','114.119.145.125',NULL,NULL),(72658,'four_oh_four','2020-10-22 06:12:52','2020-10-22 11:12:52','176.113.244.55',NULL,NULL),(72659,'four_oh_four','2020-10-22 06:25:06','2020-10-22 11:25:06','114.119.158.13',NULL,NULL),(72660,'four_oh_four','2020-10-22 06:38:47','2020-10-22 11:38:47','176.113.244.55',NULL,NULL),(72661,'four_oh_four','2020-10-22 06:41:53','2020-10-22 11:41:53','78.138.157.42',NULL,NULL),(72662,'four_oh_four','2020-10-22 07:02:30','2020-10-22 12:02:30','176.113.244.55',NULL,NULL),(72663,'four_oh_four','2020-10-22 07:26:14','2020-10-22 12:26:14','176.113.244.55',NULL,NULL),(72664,'four_oh_four','2020-10-22 08:27:42','2020-10-22 13:27:42','178.137.88.142',NULL,NULL),(72665,'four_oh_four','2020-10-22 09:44:36','2020-10-22 14:44:36','176.113.244.55',NULL,NULL),(72666,'four_oh_four','2020-10-22 10:08:50','2020-10-22 15:08:50','176.113.244.55',NULL,NULL),(72667,'four_oh_four','2020-10-22 10:31:45','2020-10-22 15:31:45','176.113.244.55',NULL,NULL),(72668,'four_oh_four','2020-10-22 10:43:03','2020-10-22 15:43:03','178.159.37.139',NULL,NULL),(72669,'four_oh_four','2020-10-22 10:54:36','2020-10-22 15:54:36','176.113.244.55',NULL,NULL),(72670,'four_oh_four','2020-10-22 11:17:12','2020-10-22 16:17:12','176.113.244.55',NULL,NULL),(72671,'four_oh_four','2020-10-22 11:38:50','2020-10-22 16:38:50','176.113.244.55',NULL,NULL),(72672,'four_oh_four','2020-10-22 11:59:58','2020-10-22 16:59:58','176.113.244.55',NULL,NULL),(72673,'four_oh_four','2020-10-22 12:21:05','2020-10-22 17:21:05','176.113.244.55',NULL,NULL),(72674,'four_oh_four','2020-10-22 12:24:18','2020-10-22 17:24:18','178.137.88.142',NULL,NULL),(72675,'four_oh_four','2020-10-22 12:41:51','2020-10-22 17:41:51','176.113.244.55',NULL,NULL),(72676,'four_oh_four','2020-10-22 13:02:43','2020-10-22 18:02:43','176.113.244.55',NULL,NULL),(72677,'four_oh_four','2020-10-22 13:10:11','2020-10-22 18:10:11','172.58.190.141',NULL,NULL),(72678,'four_oh_four','2020-10-22 13:10:24','2020-10-22 18:10:24','172.58.190.141',NULL,NULL),(72679,'four_oh_four','2020-10-22 13:10:53','2020-10-22 18:10:53','172.58.190.141',NULL,NULL),(72680,'four_oh_four','2020-10-22 13:23:41','2020-10-22 18:23:41','176.113.244.55',NULL,NULL),(72681,'four_oh_four','2020-10-22 13:44:23','2020-10-22 18:44:23','176.113.244.55',NULL,NULL),(72682,'four_oh_four','2020-10-22 14:05:20','2020-10-22 19:05:20','176.113.244.55',NULL,NULL),(72683,'four_oh_four','2020-10-22 14:09:26','2020-10-22 19:09:26','184.154.139.17',NULL,NULL),(72684,'four_oh_four','2020-10-22 14:26:37','2020-10-22 19:26:37','176.113.244.55',NULL,NULL),(72685,'four_oh_four','2020-10-22 14:48:12','2020-10-22 19:48:12','176.113.244.55',NULL,NULL),(72686,'four_oh_four','2020-10-22 16:07:42','2020-10-22 21:07:42','212.115.49.20',NULL,NULL),(72687,'four_oh_four','2020-10-22 17:49:59','2020-10-22 22:49:59','178.137.88.142',NULL,NULL),(72688,'four_oh_four','2020-10-22 18:09:42','2020-10-22 23:09:42','88.147.152.130',NULL,NULL),(72689,'four_oh_four','2020-10-22 18:56:47','2020-10-22 23:56:47','114.119.157.110',NULL,NULL),(72690,'four_oh_four','2020-10-22 20:10:38','2020-10-23 01:10:38','114.119.143.145',NULL,NULL),(72691,'four_oh_four','2020-10-22 20:20:34','2020-10-23 01:20:34','114.119.145.125',NULL,NULL),(72692,'four_oh_four','2020-10-22 20:58:33','2020-10-23 01:58:33','39.101.1.61',NULL,NULL),(72693,'four_oh_four','2020-10-22 21:49:14','2020-10-23 02:49:14','178.137.88.142',NULL,NULL),(72694,'four_oh_four','2020-10-22 22:00:24','2020-10-23 03:00:24','192.169.139.161',NULL,NULL),(72695,'four_oh_four','2020-10-22 23:17:36','2020-10-23 04:17:36','114.119.130.104',NULL,NULL),(72696,'four_oh_four','2020-10-23 00:31:22','2020-10-23 05:31:22','39.101.1.61',NULL,NULL),(72697,'four_oh_four','2020-10-23 02:21:36','2020-10-23 07:21:36','66.249.65.181',NULL,NULL),(72698,'four_oh_four','2020-10-23 02:32:53','2020-10-23 07:32:53','5.187.70.110',NULL,NULL),(72699,'four_oh_four','2020-10-23 02:45:26','2020-10-23 07:45:26','114.119.130.104',NULL,NULL),(72700,'four_oh_four','2020-10-23 04:35:31','2020-10-23 09:35:31','114.119.145.125',NULL,NULL),(72701,'four_oh_four','2020-10-23 05:31:09','2020-10-23 10:31:09','37.46.133.129',NULL,NULL),(72702,'four_oh_four','2020-10-23 05:51:30','2020-10-23 10:51:30','144.76.162.206',NULL,NULL),(72703,'four_oh_four','2020-10-23 05:51:46','2020-10-23 10:51:46','88.198.90.9',NULL,NULL),(72704,'four_oh_four','2020-10-23 05:51:56','2020-10-23 10:51:56','144.76.102.243',NULL,NULL),(72705,'four_oh_four','2020-10-23 06:34:11','2020-10-23 11:34:11','88.147.153.82',NULL,NULL),(72706,'four_oh_four','2020-10-23 06:39:18','2020-10-23 11:39:18','114.119.141.146',NULL,NULL),(72707,'four_oh_four','2020-10-23 07:27:19','2020-10-23 12:27:19','198.71.226.90',NULL,NULL),(72708,'four_oh_four','2020-10-23 07:27:19','2020-10-23 12:27:19','198.71.226.90',NULL,NULL),(72709,'four_oh_four','2020-10-23 07:39:59','2020-10-23 12:39:59','178.137.88.142',NULL,NULL),(72710,'four_oh_four','2020-10-23 07:44:39','2020-10-23 12:44:39','114.119.136.66',NULL,NULL),(72711,'four_oh_four','2020-10-23 09:48:30','2020-10-23 14:48:30','5.188.84.251',NULL,NULL),(72712,'four_oh_four','2020-10-23 11:11:33','2020-10-23 16:11:33','157.55.39.90',NULL,NULL),(72713,'four_oh_four','2020-10-23 12:15:49','2020-10-23 17:15:49','51.143.100.184',NULL,NULL),(72714,'four_oh_four','2020-10-23 14:11:48','2020-10-23 19:11:48','88.147.153.82',NULL,NULL),(72715,'four_oh_four','2020-10-23 14:15:36','2020-10-23 19:15:36','184.154.139.21',NULL,NULL),(72716,'four_oh_four','2020-10-23 16:17:25','2020-10-23 21:17:25','132.148.88.152',NULL,NULL),(72717,'four_oh_four','2020-10-23 17:26:36','2020-10-23 22:26:36','178.137.88.142',NULL,NULL),(72718,'four_oh_four','2020-10-23 17:38:42','2020-10-23 22:38:42','114.119.148.105',NULL,NULL),(72719,'four_oh_four','2020-10-23 19:33:23','2020-10-24 00:33:23','114.119.143.145',NULL,NULL),(72720,'four_oh_four','2020-10-23 19:57:22','2020-10-24 00:57:22','109.61.129.174',NULL,NULL),(72721,'four_oh_four','2020-10-23 20:09:33','2020-10-24 01:09:33','46.8.135.69',NULL,NULL),(72722,'four_oh_four','2020-10-23 20:31:32','2020-10-24 01:31:32','94.242.62.76',NULL,NULL),(72723,'four_oh_four','2020-10-23 20:49:56','2020-10-24 01:49:56','5.188.84.92',NULL,NULL),(72724,'four_oh_four','2020-10-23 21:13:38','2020-10-24 02:13:38','39.104.207.247',NULL,NULL),(72725,'four_oh_four','2020-10-23 21:28:10','2020-10-24 02:28:10','178.137.88.142',NULL,NULL),(72726,'four_oh_four','2020-10-23 23:13:09','2020-10-24 04:13:09','92.124.162.48',NULL,NULL),(72727,'four_oh_four','2020-10-23 23:13:09','2020-10-24 04:13:09','92.124.162.48',NULL,NULL),(72728,'four_oh_four','2020-10-23 23:57:37','2020-10-24 04:57:37','114.119.148.105',NULL,NULL),(72729,'four_oh_four','2020-10-24 00:24:37','2020-10-24 05:24:37','66.249.65.178',NULL,NULL),(72730,'four_oh_four','2020-10-24 01:01:29','2020-10-24 06:01:29','66.249.65.178',NULL,NULL),(72731,'four_oh_four','2020-10-24 01:44:53','2020-10-24 06:44:53','66.249.65.178',NULL,NULL),(72732,'four_oh_four','2020-10-24 02:17:06','2020-10-24 07:17:06','144.76.102.243',NULL,NULL),(72733,'four_oh_four','2020-10-24 02:17:06','2020-10-24 07:17:06','144.76.102.243',NULL,NULL),(72734,'four_oh_four','2020-10-24 02:17:29','2020-10-24 07:17:29','88.198.43.207',NULL,NULL),(72735,'four_oh_four','2020-10-24 02:17:39','2020-10-24 07:17:39','144.76.102.243',NULL,NULL),(72736,'four_oh_four','2020-10-24 02:35:15','2020-10-24 07:35:15','157.55.39.62',NULL,NULL),(72737,'four_oh_four','2020-10-24 02:47:24','2020-10-24 07:47:24','95.152.33.254',NULL,NULL),(72738,'four_oh_four','2020-10-24 05:04:20','2020-10-24 10:04:20','114.119.158.13',NULL,NULL),(72739,'four_oh_four','2020-10-24 05:32:07','2020-10-24 10:32:07','52.250.19.204',NULL,NULL),(72740,'four_oh_four','2020-10-24 06:21:15','2020-10-24 11:21:15','114.119.134.41',NULL,NULL),(72741,'four_oh_four','2020-10-24 07:28:15','2020-10-24 12:28:15','104.227.63.13',NULL,NULL),(72742,'four_oh_four','2020-10-24 07:34:13','2020-10-24 12:34:13','178.137.88.142',NULL,NULL),(72743,'four_oh_four','2020-10-24 08:09:41','2020-10-24 13:09:41','185.143.172.80',NULL,NULL),(72744,'four_oh_four','2020-10-24 10:28:32','2020-10-24 15:28:32','52.250.19.204',NULL,NULL),(72745,'four_oh_four','2020-10-24 11:11:55','2020-10-24 16:11:55','109.61.129.174',NULL,NULL),(72746,'four_oh_four','2020-10-24 11:25:02','2020-10-24 16:25:02','114.119.148.105',NULL,NULL),(72747,'four_oh_four','2020-10-24 11:41:21','2020-10-24 16:41:21','178.137.88.142',NULL,NULL),(72748,'four_oh_four','2020-10-24 14:07:48','2020-10-24 19:07:48','184.154.139.18',NULL,NULL),(72749,'four_oh_four','2020-10-24 14:19:17','2020-10-24 19:19:17','39.104.207.247',NULL,NULL),(72750,'four_oh_four','2020-10-24 14:41:10','2020-10-24 19:41:10','94.139.229.122',NULL,NULL),(72751,'four_oh_four','2020-10-24 14:42:36','2020-10-24 19:42:36','114.119.151.107',NULL,NULL),(72752,'four_oh_four','2020-10-24 15:09:29','2020-10-24 20:09:29','114.119.151.107',NULL,NULL),(72753,'four_oh_four','2020-10-24 16:11:42','2020-10-24 21:11:42','178.137.88.142',NULL,NULL),(72754,'four_oh_four','2020-10-24 18:19:35','2020-10-24 23:19:35','178.159.37.85',NULL,NULL),(72755,'four_oh_four','2020-10-24 18:24:20','2020-10-24 23:24:20','95.72.144.215',NULL,NULL),(72756,'four_oh_four','2020-10-24 18:32:02','2020-10-24 23:32:02','188.130.129.72',NULL,NULL),(72757,'four_oh_four','2020-10-24 19:35:41','2020-10-25 00:35:41','39.104.207.247',NULL,NULL),(72758,'four_oh_four','2020-10-24 23:47:40','2020-10-25 04:47:40','114.119.136.66',NULL,NULL),(72759,'four_oh_four','2020-10-25 00:45:19','2020-10-25 05:45:19','91.207.7.124',NULL,NULL),(72760,'four_oh_four','2020-10-25 03:33:09','2020-10-25 08:33:09','103.79.79.188',NULL,NULL),(72761,'four_oh_four','2020-10-25 08:15:54','2020-10-25 13:15:54','185.152.66.231',NULL,NULL),(72762,'four_oh_four','2020-10-25 08:23:43','2020-10-25 13:23:43','77.246.159.85',NULL,NULL),(72763,'four_oh_four','2020-10-25 08:51:42','2020-10-25 13:51:42','104.214.79.46',NULL,NULL),(72764,'four_oh_four','2020-10-25 08:51:59','2020-10-25 13:51:59','104.214.79.46',NULL,NULL),(72765,'four_oh_four','2020-10-25 08:52:13','2020-10-25 13:52:13','104.214.79.46',NULL,NULL),(72766,'four_oh_four','2020-10-25 08:52:26','2020-10-25 13:52:26','104.214.79.46',NULL,NULL),(72767,'four_oh_four','2020-10-25 08:52:33','2020-10-25 13:52:33','104.214.79.46',NULL,NULL),(72768,'four_oh_four','2020-10-25 08:52:40','2020-10-25 13:52:40','104.214.79.46',NULL,NULL),(72769,'four_oh_four','2020-10-25 08:52:49','2020-10-25 13:52:49','104.214.79.46',NULL,NULL),(72770,'four_oh_four','2020-10-25 08:52:58','2020-10-25 13:52:58','104.214.79.46',NULL,NULL),(72771,'four_oh_four','2020-10-25 08:53:12','2020-10-25 13:53:12','104.214.79.46',NULL,NULL),(72772,'four_oh_four','2020-10-25 08:53:19','2020-10-25 13:53:19','104.214.79.46',NULL,NULL),(72773,'four_oh_four','2020-10-25 08:53:25','2020-10-25 13:53:25','104.214.79.46',NULL,NULL),(72774,'four_oh_four','2020-10-25 08:53:40','2020-10-25 13:53:40','104.214.79.46',NULL,NULL),(72775,'four_oh_four','2020-10-25 08:53:49','2020-10-25 13:53:49','104.214.79.46',NULL,NULL),(72776,'four_oh_four','2020-10-25 08:53:56','2020-10-25 13:53:56','104.214.79.46',NULL,NULL),(72777,'four_oh_four','2020-10-25 08:54:05','2020-10-25 13:54:05','104.214.79.46',NULL,NULL),(72778,'four_oh_four','2020-10-25 08:54:11','2020-10-25 13:54:11','104.214.79.46',NULL,NULL),(72779,'four_oh_four','2020-10-25 08:54:17','2020-10-25 13:54:17','104.214.79.46',NULL,NULL),(72780,'four_oh_four','2020-10-25 08:54:35','2020-10-25 13:54:35','104.214.79.46',NULL,NULL),(72781,'four_oh_four','2020-10-25 08:54:43','2020-10-25 13:54:43','104.214.79.46',NULL,NULL),(72782,'four_oh_four','2020-10-25 08:54:52','2020-10-25 13:54:52','104.214.79.46',NULL,NULL),(72783,'four_oh_four','2020-10-25 09:02:53','2020-10-25 14:02:53','114.119.157.110',NULL,NULL),(72784,'four_oh_four','2020-10-25 09:07:59','2020-10-25 14:07:59','114.119.143.145',NULL,NULL),(72785,'four_oh_four','2020-10-25 09:07:57','2020-10-25 14:07:57','77.83.175.161',NULL,NULL),(72786,'four_oh_four','2020-10-25 09:58:13','2020-10-25 14:58:13','114.119.157.110',NULL,NULL),(72787,'four_oh_four','2020-10-25 10:28:30','2020-10-25 15:28:30','114.119.130.104',NULL,NULL),(72788,'four_oh_four','2020-10-25 11:37:33','2020-10-25 16:37:33','188.72.82.196',NULL,NULL),(72789,'four_oh_four','2020-10-25 11:53:33','2020-10-25 16:53:33','178.159.37.139',NULL,NULL),(72790,'four_oh_four','2020-10-25 13:57:05','2020-10-25 18:57:05','114.119.157.110',NULL,NULL),(72791,'four_oh_four','2020-10-25 14:02:02','2020-10-25 19:02:02','184.154.139.20',NULL,NULL),(72792,'four_oh_four','2020-10-25 14:47:04','2020-10-25 19:47:04','114.119.141.146',NULL,NULL),(72793,'four_oh_four','2020-10-25 14:48:09','2020-10-25 19:48:09','51.143.124.155',NULL,NULL),(72794,'four_oh_four','2020-10-25 15:15:04','2020-10-25 20:15:04','176.109.228.232',NULL,NULL),(72795,'four_oh_four','2020-10-25 15:30:03','2020-10-25 20:30:03','114.119.141.146',NULL,NULL),(72796,'four_oh_four','2020-10-25 18:18:06','2020-10-25 23:18:06','94.139.229.122',NULL,NULL),(72797,'four_oh_four','2020-10-25 21:17:34','2020-10-26 02:17:34','114.119.158.13',NULL,NULL),(72798,'four_oh_four','2020-10-25 22:37:09','2020-10-26 03:37:09','114.119.143.145',NULL,NULL),(72799,'four_oh_four','2020-10-26 00:44:01','2020-10-26 05:44:01','77.55.249.38',NULL,NULL),(72800,'four_oh_four','2020-10-26 02:10:16','2020-10-26 07:10:16','114.119.134.41',NULL,NULL),(72801,'four_oh_four','2020-10-26 03:36:43','2020-10-26 08:36:43','45.40.166.166',NULL,NULL),(72802,'four_oh_four','2020-10-26 03:38:50','2020-10-26 08:38:50','114.119.148.105',NULL,NULL),(72803,'four_oh_four','2020-10-26 03:49:23','2020-10-26 08:49:23','51.89.203.194',NULL,NULL),(72804,'four_oh_four','2020-10-26 05:32:07','2020-10-26 10:32:07','114.119.157.110',NULL,NULL),(72805,'four_oh_four','2020-10-26 07:26:38','2020-10-26 12:26:38','114.119.141.146',NULL,NULL),(72806,'four_oh_four','2020-10-26 10:32:43','2020-10-26 15:32:43','114.119.157.110',NULL,NULL),(72807,'four_oh_four','2020-10-26 12:04:30','2020-10-26 17:04:30','5.188.84.92',NULL,NULL),(72808,'four_oh_four','2020-10-26 12:46:06','2020-10-26 17:46:06','114.119.136.66',NULL,NULL),(72809,'four_oh_four','2020-10-26 14:05:08','2020-10-26 19:05:08','184.154.139.21',NULL,NULL),(72810,'four_oh_four','2020-10-26 16:27:42','2020-10-26 21:27:42','5.188.84.92',NULL,NULL),(72811,'four_oh_four','2020-10-26 17:38:55','2020-10-26 22:38:55','3.94.137.21',NULL,NULL),(72812,'four_oh_four','2020-10-26 17:38:58','2020-10-26 22:38:58','3.94.137.21',NULL,NULL),(72813,'four_oh_four','2020-10-26 22:34:25','2020-10-27 03:34:25','51.222.43.163',NULL,NULL),(72814,'four_oh_four','2020-10-26 23:19:45','2020-10-27 04:19:45','46.161.15.40',NULL,NULL),(72815,'four_oh_four','2020-10-26 23:36:27','2020-10-27 04:36:27','66.249.65.179',NULL,NULL),(72816,'four_oh_four','2020-10-27 00:37:43','2020-10-27 05:37:43','52.251.114.233',NULL,NULL),(72817,'four_oh_four','2020-10-27 00:41:39','2020-10-27 05:41:39','114.119.130.104',NULL,NULL),(72818,'four_oh_four','2020-10-27 01:24:41','2020-10-27 06:24:41','114.119.145.125',NULL,NULL),(72819,'four_oh_four','2020-10-27 01:49:34','2020-10-27 06:49:34','114.119.145.125',NULL,NULL),(72820,'four_oh_four','2020-10-27 03:06:15','2020-10-27 08:06:15','185.181.247.172',NULL,NULL),(72821,'four_oh_four','2020-10-27 03:53:38','2020-10-27 08:53:38','94.139.224.104',NULL,NULL),(72822,'four_oh_four','2020-10-27 06:49:29','2020-10-27 11:49:29','174.70.241.14',NULL,NULL),(72823,'four_oh_four','2020-10-27 06:50:30','2020-10-27 11:50:30','174.70.241.14',NULL,NULL),(72824,'four_oh_four','2020-10-27 06:51:29','2020-10-27 11:51:29','24.249.199.14',NULL,NULL),(72825,'four_oh_four','2020-10-27 06:52:26','2020-10-27 11:52:26','98.190.102.62',NULL,NULL),(72826,'four_oh_four','2020-10-27 08:35:37','2020-10-27 13:35:37','52.252.97.130',NULL,NULL),(72827,'four_oh_four','2020-10-27 08:46:17','2020-10-27 13:46:17','52.251.114.233',NULL,NULL),(72828,'four_oh_four','2020-10-27 09:07:04','2020-10-27 14:07:04','207.46.13.90',NULL,NULL),(72829,'four_oh_four','2020-10-27 09:52:09','2020-10-27 14:52:09','5.188.84.251',NULL,NULL),(72830,'four_oh_four','2020-10-27 11:16:26','2020-10-27 16:16:26','188.122.82.146',NULL,NULL),(72831,'four_oh_four','2020-10-27 12:11:41','2020-10-27 17:11:41','174.76.48.249',NULL,NULL),(72832,'four_oh_four','2020-10-27 12:12:33','2020-10-27 17:12:33','47.110.49.177',NULL,NULL),(72833,'four_oh_four','2020-10-27 12:48:17','2020-10-27 17:48:17','5.188.210.18',NULL,NULL),(72834,'four_oh_four','2020-10-27 12:51:31','2020-10-27 17:51:31','66.249.65.180',NULL,NULL),(72835,'four_oh_four','2020-10-27 14:02:33','2020-10-27 19:02:33','184.154.139.21',NULL,NULL),(72836,'four_oh_four','2020-10-27 14:21:31','2020-10-27 19:21:31','109.61.199.249',NULL,NULL),(72837,'four_oh_four','2020-10-27 14:26:32','2020-10-27 19:26:32','46.8.192.70',NULL,NULL),(72838,'four_oh_four','2020-10-27 14:26:34','2020-10-27 19:26:34','194.156.123.245',NULL,NULL),(72839,'four_oh_four','2020-10-27 15:29:18','2020-10-27 20:29:18','39.101.170.97',NULL,NULL),(72840,'four_oh_four','2020-10-27 16:40:33','2020-10-27 21:40:33','50.116.98.25',NULL,NULL),(72841,'four_oh_four','2020-10-27 19:45:35','2020-10-28 00:45:35','5.188.62.214',NULL,NULL),(72842,'four_oh_four','2020-10-27 19:45:39','2020-10-28 00:45:39','5.188.62.214',NULL,NULL),(72843,'four_oh_four','2020-10-27 19:45:47','2020-10-28 00:45:47','5.188.62.214',NULL,NULL),(72844,'four_oh_four','2020-10-27 19:46:09','2020-10-28 00:46:09','5.188.62.214',NULL,NULL),(72845,'four_oh_four','2020-10-27 19:46:20','2020-10-28 00:46:20','5.188.62.214',NULL,NULL),(72846,'four_oh_four','2020-10-27 19:46:27','2020-10-28 00:46:27','5.188.62.214',NULL,NULL),(72847,'four_oh_four','2020-10-27 19:59:45','2020-10-28 00:59:45','82.202.173.76',NULL,NULL),(72848,'four_oh_four','2020-10-27 19:59:44','2020-10-28 00:59:44','34.198.75.172',NULL,NULL),(72849,'four_oh_four','2020-10-27 19:59:47','2020-10-28 00:59:47','34.198.75.172',NULL,NULL),(72850,'four_oh_four','2020-10-27 19:59:48','2020-10-28 00:59:48','82.202.173.76',NULL,NULL),(72851,'four_oh_four','2020-10-27 20:00:34','2020-10-28 01:00:34','34.198.75.172',NULL,NULL),(72852,'four_oh_four','2020-10-27 20:00:42','2020-10-28 01:00:42','82.202.173.76',NULL,NULL),(72853,'four_oh_four','2020-10-27 20:47:02','2020-10-28 01:47:02','5.188.84.251',NULL,NULL),(72854,'four_oh_four','2020-10-27 22:26:16','2020-10-28 03:26:16','144.76.162.206',NULL,NULL),(72855,'four_oh_four','2020-10-27 22:27:24','2020-10-28 03:27:24','78.46.90.120',NULL,NULL),(72856,'four_oh_four','2020-10-28 01:10:59','2020-10-28 06:10:59','178.121.238.63',NULL,NULL),(72857,'four_oh_four','2020-10-28 02:43:54','2020-10-28 07:43:54','77.83.84.118',NULL,NULL),(72858,'four_oh_four','2020-10-28 07:41:55','2020-10-28 12:41:55','52.201.182.91',NULL,NULL),(72859,'four_oh_four','2020-10-28 07:58:40','2020-10-28 12:58:40','46.161.15.40',NULL,NULL),(72860,'four_oh_four','2020-10-28 07:59:41','2020-10-28 12:59:41','5.188.84.92',NULL,NULL),(72861,'four_oh_four','2020-10-28 10:28:41','2020-10-28 15:28:41','157.55.39.165',NULL,NULL),(72862,'four_oh_four','2020-10-28 10:32:39','2020-10-28 15:32:39','178.159.37.139',NULL,NULL),(72863,'four_oh_four','2020-10-28 10:56:09','2020-10-28 15:56:09','157.55.39.3',NULL,NULL),(72864,'four_oh_four','2020-10-28 13:07:45','2020-10-28 18:07:45','37.57.45.247',NULL,NULL),(72865,'four_oh_four','2020-10-28 14:01:10','2020-10-28 19:01:10','184.154.139.21',NULL,NULL),(72866,'four_oh_four','2020-10-28 16:49:24','2020-10-28 21:49:24','94.139.224.104',NULL,NULL),(72867,'four_oh_four','2020-10-28 18:19:02','2020-10-28 23:19:02','5.188.84.92',NULL,NULL),(72868,'four_oh_four','2020-10-28 20:02:48','2020-10-29 01:02:48','193.106.30.100',NULL,NULL),(72869,'four_oh_four','2020-10-28 20:54:30','2020-10-29 01:54:30','114.119.157.110',NULL,NULL),(72870,'four_oh_four','2020-10-28 21:55:39','2020-10-29 02:55:39','149.202.86.18',NULL,NULL),(72871,'four_oh_four','2020-10-28 22:58:45','2020-10-29 03:58:45','207.46.13.54',NULL,NULL),(72872,'four_oh_four','2020-10-28 23:14:40','2020-10-29 04:14:40','205.186.165.174',NULL,NULL),(72873,'four_oh_four','2020-10-29 00:27:35','2020-10-29 05:27:35','5.188.84.251',NULL,NULL),(72874,'four_oh_four','2020-10-29 01:09:22','2020-10-29 06:09:22','45.15.236.120',NULL,NULL),(72875,'four_oh_four','2020-10-29 02:48:02','2020-10-29 07:48:02','144.76.102.243',NULL,NULL),(72876,'four_oh_four','2020-10-29 03:53:55','2020-10-29 08:53:55','157.55.39.3',NULL,NULL),(72877,'four_oh_four','2020-10-29 04:35:00','2020-10-29 09:35:00','46.161.15.88',NULL,NULL),(72878,'four_oh_four','2020-10-29 05:06:00','2020-10-29 10:06:00','95.104.162.99',NULL,NULL),(72879,'four_oh_four','2020-10-29 07:17:03','2020-10-29 12:17:03','190.152.12.54',NULL,NULL),(72880,'four_oh_four','2020-10-29 07:42:29','2020-10-29 12:42:29','192.126.226.139',NULL,NULL),(72881,'four_oh_four','2020-10-29 07:47:46','2020-10-29 12:47:46','5.189.133.231',NULL,NULL),(72882,'four_oh_four','2020-10-29 08:10:45','2020-10-29 13:10:45','109.194.246.48',NULL,NULL),(72883,'four_oh_four','2020-10-29 08:41:37','2020-10-29 13:41:37','114.119.145.125',NULL,NULL),(72884,'four_oh_four','2020-10-29 09:11:22','2020-10-29 14:11:22','45.86.201.173',NULL,NULL),(72885,'four_oh_four','2020-10-29 09:41:51','2020-10-29 14:41:51','108.167.156.27',NULL,NULL),(72886,'four_oh_four','2020-10-29 09:44:14','2020-10-29 14:44:14','138.197.11.160',NULL,NULL),(72887,'four_oh_four','2020-10-29 11:56:02','2020-10-29 16:56:02','193.106.30.100',NULL,NULL),(72888,'four_oh_four','2020-10-29 12:38:56','2020-10-29 17:38:56','194.36.87.13',NULL,NULL),(72889,'four_oh_four','2020-10-29 12:58:46','2020-10-29 17:58:46','193.106.30.100',NULL,NULL),(72890,'four_oh_four','2020-10-29 13:27:46','2020-10-29 18:27:46','103.214.68.136',NULL,NULL),(72891,'four_oh_four','2020-10-29 14:00:11','2020-10-29 19:00:11','66.249.65.181',NULL,NULL),(72892,'four_oh_four','2020-10-29 14:07:08','2020-10-29 19:07:08','184.154.139.17',NULL,NULL),(72893,'four_oh_four','2020-10-29 14:26:51','2020-10-29 19:26:51','66.249.65.180',NULL,NULL),(72894,'four_oh_four','2020-10-29 16:33:21','2020-10-29 21:33:21','114.119.145.125',NULL,NULL),(72895,'four_oh_four','2020-10-29 16:42:40','2020-10-29 21:42:40','114.119.136.66',NULL,NULL),(72896,'four_oh_four','2020-10-29 17:22:53','2020-10-29 22:22:53','188.122.82.146',NULL,NULL),(72897,'four_oh_four','2020-10-29 18:39:17','2020-10-29 23:39:17','78.29.72.195',NULL,NULL),(72898,'four_oh_four','2020-10-29 18:43:58','2020-10-29 23:43:58','178.70.73.197',NULL,NULL),(72899,'four_oh_four','2020-10-29 18:52:10','2020-10-29 23:52:10','114.119.141.146',NULL,NULL),(72900,'four_oh_four','2020-10-29 20:19:11','2020-10-30 01:19:11','114.119.151.107',NULL,NULL),(72901,'four_oh_four','2020-10-29 20:47:35','2020-10-30 01:47:35','108.62.49.207',NULL,NULL),(72902,'four_oh_four','2020-10-29 21:55:36','2020-10-30 02:55:36','114.119.134.41',NULL,NULL),(72903,'four_oh_four','2020-10-29 22:06:14','2020-10-30 03:06:14','114.119.148.105',NULL,NULL),(72904,'four_oh_four','2020-10-29 23:03:11','2020-10-30 04:03:11','194.36.87.13',NULL,NULL),(72905,'four_oh_four','2020-10-29 23:29:03','2020-10-30 04:29:03','94.139.224.104',NULL,NULL),(72906,'four_oh_four','2020-10-29 23:46:42','2020-10-30 04:46:42','198.71.239.6',NULL,NULL),(72907,'four_oh_four','2020-10-29 23:46:42','2020-10-30 04:46:42','198.71.239.6',NULL,NULL),(72908,'four_oh_four','2020-10-29 23:49:27','2020-10-30 04:49:27','185.232.22.139',NULL,NULL),(72909,'four_oh_four','2020-10-29 23:49:35','2020-10-30 04:49:35','185.232.22.139',NULL,NULL),(72910,'four_oh_four','2020-10-29 23:49:40','2020-10-30 04:49:40','185.232.22.139',NULL,NULL),(72911,'four_oh_four','2020-10-29 23:49:44','2020-10-30 04:49:44','185.232.22.139',NULL,NULL),(72912,'four_oh_four','2020-10-30 00:23:15','2020-10-30 05:23:15','185.150.190.196',NULL,NULL),(72913,'four_oh_four','2020-10-30 00:23:12','2020-10-30 05:23:12','185.150.190.196',NULL,NULL),(72914,'four_oh_four','2020-10-30 01:49:07','2020-10-30 06:49:07','52.201.182.91',NULL,NULL),(72915,'four_oh_four','2020-10-30 01:49:11','2020-10-30 06:49:11','52.201.182.91',NULL,NULL),(72916,'four_oh_four','2020-10-30 03:33:36','2020-10-30 08:33:36','114.119.145.125',NULL,NULL),(72917,'four_oh_four','2020-10-30 04:20:47','2020-10-30 09:20:47','188.122.82.146',NULL,NULL),(72918,'four_oh_four','2020-10-30 04:57:31','2020-10-30 09:57:31','95.65.81.152',NULL,NULL),(72919,'four_oh_four','2020-10-30 09:19:47','2020-10-30 14:19:47','205.186.165.174',NULL,NULL),(72920,'four_oh_four','2020-10-30 10:11:06','2020-10-30 15:11:06','114.119.158.13',NULL,NULL),(72921,'four_oh_four','2020-10-30 10:53:00','2020-10-30 15:53:00','51.195.201.76',NULL,NULL),(72922,'four_oh_four','2020-10-30 10:53:03','2020-10-30 15:53:03','51.195.201.76',NULL,NULL),(72923,'four_oh_four','2020-10-30 10:53:06','2020-10-30 15:53:06','51.195.201.76',NULL,NULL),(72924,'four_oh_four','2020-10-30 10:53:18','2020-10-30 15:53:18','51.195.201.76',NULL,NULL),(72925,'four_oh_four','2020-10-30 10:53:20','2020-10-30 15:53:20','51.195.201.76',NULL,NULL),(72926,'four_oh_four','2020-10-30 10:53:23','2020-10-30 15:53:23','51.195.201.76',NULL,NULL),(72927,'four_oh_four','2020-10-30 10:53:25','2020-10-30 15:53:25','51.195.201.76',NULL,NULL),(72928,'four_oh_four','2020-10-30 10:53:28','2020-10-30 15:53:28','51.195.201.76',NULL,NULL),(72929,'four_oh_four','2020-10-30 10:53:31','2020-10-30 15:53:31','51.195.201.76',NULL,NULL),(72930,'four_oh_four','2020-10-30 10:53:34','2020-10-30 15:53:34','51.195.201.76',NULL,NULL),(72931,'four_oh_four','2020-10-30 10:53:36','2020-10-30 15:53:36','51.195.201.76',NULL,NULL),(72932,'four_oh_four','2020-10-30 10:53:39','2020-10-30 15:53:39','51.195.201.76',NULL,NULL),(72933,'four_oh_four','2020-10-30 10:53:44','2020-10-30 15:53:44','51.195.201.76',NULL,NULL),(72934,'four_oh_four','2020-10-30 10:53:46','2020-10-30 15:53:46','51.195.201.76',NULL,NULL),(72935,'four_oh_four','2020-10-30 10:53:49','2020-10-30 15:53:49','51.195.201.76',NULL,NULL),(72936,'four_oh_four','2020-10-30 10:53:52','2020-10-30 15:53:52','51.195.201.76',NULL,NULL),(72937,'four_oh_four','2020-10-30 10:53:55','2020-10-30 15:53:55','51.195.201.76',NULL,NULL),(72938,'four_oh_four','2020-10-30 10:53:58','2020-10-30 15:53:58','51.195.201.76',NULL,NULL),(72939,'four_oh_four','2020-10-30 10:54:00','2020-10-30 15:54:00','51.195.201.76',NULL,NULL),(72940,'four_oh_four','2020-10-30 10:54:03','2020-10-30 15:54:03','51.195.201.76',NULL,NULL),(72941,'four_oh_four','2020-10-30 11:27:38','2020-10-30 16:27:38','114.119.130.104',NULL,NULL),(72942,'four_oh_four','2020-10-30 11:52:46','2020-10-30 16:52:46','5.188.84.92',NULL,NULL),(72943,'four_oh_four','2020-10-30 12:45:21','2020-10-30 17:45:21','112.124.0.114',NULL,NULL),(72944,'four_oh_four','2020-10-30 12:45:22','2020-10-30 17:45:22','112.124.0.114',NULL,NULL),(72945,'four_oh_four','2020-10-30 12:45:23','2020-10-30 17:45:23','112.124.0.114',NULL,NULL),(72946,'four_oh_four','2020-10-30 12:45:21','2020-10-30 17:45:21','112.124.0.114',NULL,NULL),(72947,'four_oh_four','2020-10-30 12:45:22','2020-10-30 17:45:22','112.124.0.114',NULL,NULL),(72948,'four_oh_four','2020-10-30 12:45:22','2020-10-30 17:45:22','112.124.0.114',NULL,NULL),(72949,'four_oh_four','2020-10-30 12:45:21','2020-10-30 17:45:21','112.124.0.114',NULL,NULL),(72950,'four_oh_four','2020-10-30 12:45:22','2020-10-30 17:45:22','112.124.0.114',NULL,NULL),(72951,'four_oh_four','2020-10-30 12:45:21','2020-10-30 17:45:21','112.124.0.114',NULL,NULL),(72952,'four_oh_four','2020-10-30 12:45:21','2020-10-30 17:45:21','112.124.0.114',NULL,NULL),(72953,'four_oh_four','2020-10-30 14:04:15','2020-10-30 19:04:15','184.154.139.19',NULL,NULL),(72954,'four_oh_four','2020-10-30 14:14:55','2020-10-30 19:14:55','5.227.228.22',NULL,NULL),(72955,'four_oh_four','2020-10-30 16:19:15','2020-10-30 21:19:15','5.135.154.155',NULL,NULL),(72956,'four_oh_four','2020-10-30 16:21:18','2020-10-30 21:21:18','5.135.154.155',NULL,NULL),(72957,'four_oh_four','2020-10-30 16:30:10','2020-10-30 21:30:10','114.119.136.66',NULL,NULL),(72958,'four_oh_four','2020-10-30 18:11:18','2020-10-30 23:11:18','193.106.30.100',NULL,NULL),(72959,'four_oh_four','2020-10-30 18:43:32','2020-10-30 23:43:32','207.46.13.243',NULL,NULL),(72960,'four_oh_four','2020-10-30 20:34:24','2020-10-31 01:34:24','114.119.145.125',NULL,NULL),(72961,'four_oh_four','2020-10-30 21:11:56','2020-10-31 02:11:56','109.252.2.48',NULL,NULL),(72962,'four_oh_four','2020-10-30 22:03:00','2020-10-31 03:03:00','95.73.40.214',NULL,NULL),(72963,'four_oh_four','2020-10-30 22:05:04','2020-10-31 03:05:04','13.58.24.10',NULL,NULL),(72964,'four_oh_four','2020-10-30 23:28:08','2020-10-31 04:28:08','114.119.151.107',NULL,NULL),(72965,'four_oh_four','2020-10-31 02:12:24','2020-10-31 07:12:24','66.249.65.179',NULL,NULL),(72966,'four_oh_four','2020-10-31 02:30:21','2020-10-31 07:30:21','66.249.65.180',NULL,NULL),(72967,'four_oh_four','2020-10-31 02:52:38','2020-10-31 07:52:38','114.119.134.41',NULL,NULL),(72968,'four_oh_four','2020-10-31 04:51:12','2020-10-31 09:51:12','114.119.157.110',NULL,NULL),(72969,'four_oh_four','2020-10-31 10:27:04','2020-10-31 15:27:04','45.125.65.31',NULL,NULL),(72970,'four_oh_four','2020-10-31 12:25:45','2020-10-31 17:25:45','178.159.37.139',NULL,NULL),(72971,'four_oh_four','2020-10-31 13:00:00','2020-10-31 18:00:00','89.109.35.231',NULL,NULL),(72972,'four_oh_four','2020-10-31 13:28:12','2020-10-31 18:28:12','77.81.136.106',NULL,NULL),(72973,'four_oh_four','2020-10-31 13:28:19','2020-10-31 18:28:19','77.81.136.106',NULL,NULL),(72974,'four_oh_four','2020-10-31 13:28:23','2020-10-31 18:28:23','77.81.136.106',NULL,NULL),(72975,'four_oh_four','2020-10-31 13:28:27','2020-10-31 18:28:27','77.81.136.106',NULL,NULL),(72976,'four_oh_four','2020-10-31 14:03:41','2020-10-31 19:03:41','184.154.139.19',NULL,NULL),(72977,'four_oh_four','2020-10-31 15:19:26','2020-10-31 20:19:26','94.139.237.48',NULL,NULL),(72978,'four_oh_four','2020-10-31 16:43:37','2020-10-31 21:43:37','114.119.134.41',NULL,NULL),(72979,'four_oh_four','2020-10-31 19:31:54','2020-11-01 00:31:54','114.119.143.145',NULL,NULL),(72980,'four_oh_four','2020-10-31 21:30:18','2020-11-01 02:30:18','5.196.23.219',NULL,NULL),(72981,'brute_force','2020-10-31 21:39:30','2020-11-01 02:39:30','5.188.62.140',NULL,NULL),(72982,'brute_force','2020-10-31 21:39:30','2020-11-01 02:39:30',NULL,NULL,'adminu'),(72983,'brute_force','2020-10-31 22:08:12','2020-11-01 03:08:12','5.188.62.140',NULL,NULL),(72984,'brute_force','2020-10-31 22:08:12','2020-11-01 03:08:12',NULL,NULL,'adminu'),(72985,'brute_force','2020-10-31 22:36:57','2020-11-01 03:36:57','5.188.62.140',NULL,NULL),(72986,'brute_force','2020-10-31 22:36:57','2020-11-01 03:36:57',NULL,NULL,'adminu'),(72987,'four_oh_four','2020-10-31 22:53:16','2020-11-01 03:53:16','92.38.136.69',NULL,NULL),(72988,'four_oh_four','2020-11-01 01:42:33','2020-11-01 06:42:33','114.119.145.125',NULL,NULL),(72989,'four_oh_four','2020-11-01 02:00:36','2020-11-01 07:00:36','66.249.65.180',NULL,NULL),(72990,'four_oh_four','2020-11-01 04:19:29','2020-11-01 09:19:29','114.119.130.104',NULL,NULL),(72991,'four_oh_four','2020-11-01 05:19:09','2020-11-01 10:19:09','193.106.30.100',NULL,NULL),(72992,'four_oh_four','2020-11-01 05:19:13','2020-11-01 10:19:13','193.106.30.100',NULL,NULL),(72993,'four_oh_four','2020-11-01 05:22:20','2020-11-01 10:22:20','204.93.169.72',NULL,NULL),(72994,'four_oh_four','2020-11-01 07:33:51','2020-11-01 12:33:51','69.61.200.104',NULL,NULL),(72995,'four_oh_four','2020-11-01 08:15:07','2020-11-01 13:15:07','188.122.82.146',NULL,NULL),(72996,'four_oh_four','2020-11-01 08:15:07','2020-11-01 13:15:07','188.122.82.146',NULL,NULL),(72997,'four_oh_four','2020-11-01 08:23:39','2020-11-01 13:23:39','37.57.45.247',NULL,NULL),(72998,'four_oh_four','2020-11-01 09:48:22','2020-11-01 14:48:22','66.249.65.183',NULL,NULL),(72999,'four_oh_four','2020-11-01 13:39:09','2020-11-01 18:39:09','93.124.125.4',NULL,NULL),(73000,'four_oh_four','2020-11-01 13:39:57','2020-11-01 18:39:57','85.187.128.36',NULL,NULL),(73001,'four_oh_four','2020-11-01 15:04:25','2020-11-01 20:04:25','184.154.139.20',NULL,NULL),(73002,'four_oh_four','2020-11-01 15:25:29','2020-11-01 20:25:29','188.122.82.146',NULL,NULL),(73003,'four_oh_four','2020-11-01 15:51:40','2020-11-01 20:51:40','185.246.210.8',NULL,NULL),(73004,'four_oh_four','2020-11-01 19:01:29','2020-11-02 00:01:29','178.121.236.129',NULL,NULL),(73005,'four_oh_four','2020-11-01 19:23:55','2020-11-02 00:23:55','94.139.237.48',NULL,NULL),(73006,'four_oh_four','2020-11-01 19:31:51','2020-11-02 00:31:51','114.119.151.107',NULL,NULL),(73007,'four_oh_four','2020-11-01 19:33:43','2020-11-02 00:33:43','193.106.30.100',NULL,NULL),(73008,'four_oh_four','2020-11-01 20:33:55','2020-11-02 01:33:55','3.94.137.21',NULL,NULL),(73009,'four_oh_four','2020-11-01 20:33:57','2020-11-02 01:33:57','3.94.137.21',NULL,NULL),(73010,'four_oh_four','2020-11-01 21:34:29','2020-11-02 02:34:29','188.122.82.146',NULL,NULL),(73011,'four_oh_four','2020-11-01 21:34:29','2020-11-02 02:34:29','188.122.82.146',NULL,NULL),(73012,'four_oh_four','2020-11-01 21:34:29','2020-11-02 02:34:29','188.122.82.146',NULL,NULL),(73013,'four_oh_four','2020-11-01 21:56:49','2020-11-02 02:56:49','188.122.82.146',NULL,NULL),(73014,'four_oh_four','2020-11-01 21:56:49','2020-11-02 02:56:49','188.122.82.146',NULL,NULL),(73015,'four_oh_four','2020-11-01 23:06:49','2020-11-02 04:06:49','66.249.65.180',NULL,NULL),(73016,'four_oh_four','2020-11-02 00:00:14','2020-11-02 05:00:14','51.104.33.200',NULL,NULL),(73017,'four_oh_four','2020-11-02 03:15:56','2020-11-02 08:15:56','45.62.216.111',NULL,NULL),(73018,'four_oh_four','2020-11-02 04:27:30','2020-11-02 09:27:30','114.119.158.13',NULL,NULL),(73019,'four_oh_four','2020-11-02 08:10:02','2020-11-02 13:10:02','94.237.86.251',NULL,NULL),(73020,'four_oh_four','2020-11-02 08:10:04','2020-11-02 13:10:04','5.189.131.202',NULL,NULL),(73021,'four_oh_four','2020-11-02 08:10:11','2020-11-02 13:10:11','94.237.86.251',NULL,NULL),(73022,'four_oh_four','2020-11-02 08:10:13','2020-11-02 13:10:13','5.189.131.202',NULL,NULL),(73023,'four_oh_four','2020-11-02 08:10:14','2020-11-02 13:10:14','94.237.86.251',NULL,NULL),(73024,'four_oh_four','2020-11-02 08:10:15','2020-11-02 13:10:15','5.189.131.202',NULL,NULL),(73025,'four_oh_four','2020-11-02 08:10:18','2020-11-02 13:10:18','94.237.86.251',NULL,NULL),(73026,'four_oh_four','2020-11-02 08:10:20','2020-11-02 13:10:20','5.189.131.202',NULL,NULL),(73027,'four_oh_four','2020-11-02 08:43:28','2020-11-02 13:43:28','179.43.157.77',NULL,NULL),(73028,'four_oh_four','2020-11-02 10:28:23','2020-11-02 15:28:23','176.109.236.207',NULL,NULL),(73029,'four_oh_four','2020-11-02 11:18:33','2020-11-02 16:18:33','183.91.78.211',NULL,NULL),(73030,'four_oh_four','2020-11-02 11:18:57','2020-11-02 16:18:57','132.148.106.7',NULL,NULL),(73031,'four_oh_four','2020-11-02 11:32:23','2020-11-02 16:32:23','193.106.30.100',NULL,NULL),(73032,'four_oh_four','2020-11-02 12:29:41','2020-11-02 17:29:41','124.217.198.187',NULL,NULL),(73033,'four_oh_four','2020-11-02 13:58:26','2020-11-02 18:58:26','13.66.139.2',NULL,NULL),(73034,'four_oh_four','2020-11-02 14:35:08','2020-11-02 19:35:08','178.128.151.69',NULL,NULL),(73035,'four_oh_four','2020-11-02 14:40:31','2020-11-02 19:40:31','178.128.151.69',NULL,NULL),(73036,'four_oh_four','2020-11-02 15:10:18','2020-11-02 20:10:18','184.154.139.21',NULL,NULL),(73037,'four_oh_four','2020-11-02 16:45:47','2020-11-02 21:45:47','178.176.113.144',NULL,NULL),(73038,'four_oh_four','2020-11-02 16:45:51','2020-11-02 21:45:51','178.176.113.144',NULL,NULL),(73039,'four_oh_four','2020-11-02 18:19:00','2020-11-02 23:19:00','114.119.158.13',NULL,NULL),(73040,'four_oh_four','2020-11-02 18:50:48','2020-11-02 23:50:48','176.99.147.238',NULL,NULL),(73041,'four_oh_four','2020-11-02 18:57:00','2020-11-02 23:57:00','188.122.82.146',NULL,NULL),(73042,'four_oh_four','2020-11-02 20:42:54','2020-11-03 01:42:54','114.119.151.107',NULL,NULL),(73043,'four_oh_four','2020-11-03 03:59:56','2020-11-03 08:59:56','157.55.39.158',NULL,NULL),(73044,'four_oh_four','2020-11-03 06:35:53','2020-11-03 11:35:53','114.119.134.41',NULL,NULL),(73045,'four_oh_four','2020-11-03 07:17:13','2020-11-03 12:17:13','114.119.134.41',NULL,NULL),(73046,'four_oh_four','2020-11-03 08:02:18','2020-11-03 13:02:18','5.196.23.219',NULL,NULL),(73047,'four_oh_four','2020-11-03 10:52:28','2020-11-03 15:52:28','13.66.139.2',NULL,NULL),(73048,'four_oh_four','2020-11-03 10:53:13','2020-11-03 15:53:13','178.159.37.139',NULL,NULL),(73049,'four_oh_four','2020-11-03 11:44:05','2020-11-03 16:44:05','69.160.160.51',NULL,NULL),(73050,'four_oh_four','2020-11-03 11:44:17','2020-11-03 16:44:17','69.160.160.51',NULL,NULL),(73051,'four_oh_four','2020-11-03 12:12:46','2020-11-03 17:12:46','172.245.228.29',NULL,NULL),(73052,'four_oh_four','2020-11-03 12:41:38','2020-11-03 17:41:38','66.249.65.180',NULL,NULL),(73053,'four_oh_four','2020-11-03 15:08:00','2020-11-03 20:08:00','184.154.139.19',NULL,NULL),(73054,'four_oh_four','2020-11-03 15:18:03','2020-11-03 20:18:03','114.119.158.13',NULL,NULL),(73055,'four_oh_four','2020-11-03 15:30:08','2020-11-03 20:30:08','193.106.30.100',NULL,NULL),(73056,'four_oh_four','2020-11-03 16:31:18','2020-11-03 21:31:18','114.119.151.107',NULL,NULL),(73057,'four_oh_four','2020-11-03 18:31:44','2020-11-03 23:31:44','157.55.39.167',NULL,NULL),(73058,'four_oh_four','2020-11-03 20:38:29','2020-11-04 01:38:29','114.119.145.125',NULL,NULL),(73059,'four_oh_four','2020-11-03 21:25:33','2020-11-04 02:25:33','157.55.39.167',NULL,NULL),(73060,'four_oh_four','2020-11-03 23:15:47','2020-11-04 04:15:47','114.119.145.125',NULL,NULL),(73061,'four_oh_four','2020-11-03 23:25:34','2020-11-04 04:25:34','114.119.158.13',NULL,NULL),(73062,'four_oh_four','2020-11-04 00:03:07','2020-11-04 05:03:07','114.119.157.110',NULL,NULL),(73063,'four_oh_four','2020-11-04 04:59:38','2020-11-04 09:59:38','37.233.17.225',NULL,NULL),(73064,'four_oh_four','2020-11-04 07:45:06','2020-11-04 12:45:06','193.106.30.100',NULL,NULL),(73065,'four_oh_four','2020-11-04 07:50:50','2020-11-04 12:50:50','52.201.182.91',NULL,NULL),(73066,'four_oh_four','2020-11-04 08:45:25','2020-11-04 13:45:25','114.119.151.107',NULL,NULL),(73067,'four_oh_four','2020-11-04 10:57:44','2020-11-04 15:57:44','176.192.182.15',NULL,NULL),(73068,'four_oh_four','2020-11-04 11:13:23','2020-11-04 16:13:23','85.239.35.123',NULL,NULL),(73069,'four_oh_four','2020-11-04 11:22:46','2020-11-04 16:22:46','114.119.136.66',NULL,NULL),(73070,'four_oh_four','2020-11-04 11:26:11','2020-11-04 16:26:11','5.188.210.18',NULL,NULL),(73071,'four_oh_four','2020-11-04 11:28:18','2020-11-04 16:28:18','13.66.139.2',NULL,NULL),(73072,'four_oh_four','2020-11-04 12:01:18','2020-11-04 17:01:18','114.119.151.107',NULL,NULL),(73073,'four_oh_four','2020-11-04 12:31:26','2020-11-04 17:31:26','217.171.147.164',NULL,NULL),(73074,'four_oh_four','2020-11-04 12:58:50','2020-11-04 17:58:50','174.70.241.8',NULL,NULL),(73075,'four_oh_four','2020-11-04 13:18:40','2020-11-04 18:18:40','92.38.136.69',NULL,NULL),(73076,'four_oh_four','2020-11-04 14:37:57','2020-11-04 19:37:57','13.66.139.2',NULL,NULL),(73077,'four_oh_four','2020-11-04 15:10:55','2020-11-04 20:10:55','184.154.139.18',NULL,NULL),(73078,'four_oh_four','2020-11-04 16:02:22','2020-11-04 21:02:22','98.162.25.7',NULL,NULL),(73079,'four_oh_four','2020-11-04 16:40:01','2020-11-04 21:40:01','193.106.30.100',NULL,NULL),(73080,'four_oh_four','2020-11-04 17:10:47','2020-11-04 22:10:47','136.243.253.38',NULL,NULL),(73081,'four_oh_four','2020-11-04 17:21:24','2020-11-04 22:21:24','114.119.134.41',NULL,NULL),(73082,'four_oh_four','2020-11-04 17:26:16','2020-11-04 22:26:16','114.119.141.146',NULL,NULL),(73083,'four_oh_four','2020-11-04 19:16:14','2020-11-05 00:16:14','77.246.158.203',NULL,NULL),(73084,'four_oh_four','2020-11-04 19:28:56','2020-11-05 00:28:56','52.201.182.91',NULL,NULL),(73085,'four_oh_four','2020-11-04 19:29:00','2020-11-05 00:29:00','52.201.182.91',NULL,NULL),(73086,'four_oh_four','2020-11-04 20:59:47','2020-11-05 01:59:47','114.119.134.41',NULL,NULL),(73087,'four_oh_four','2020-11-04 21:43:40','2020-11-05 02:43:40','194.36.87.13',NULL,NULL),(73088,'four_oh_four','2020-11-04 22:00:35','2020-11-05 03:00:35','95.65.81.152',NULL,NULL),(73089,'four_oh_four','2020-11-04 22:57:21','2020-11-05 03:57:21','188.126.73.209',NULL,NULL),(73090,'four_oh_four','2020-11-04 22:57:25','2020-11-05 03:57:25','188.126.73.209',NULL,NULL),(73091,'four_oh_four','2020-11-05 00:43:51','2020-11-05 05:43:51','109.174.19.134',NULL,NULL),(73092,'four_oh_four','2020-11-05 00:58:16','2020-11-05 05:58:16','193.106.30.100',NULL,NULL),(73093,'four_oh_four','2020-11-05 01:30:43','2020-11-05 06:30:43','5.188.84.251',NULL,NULL),(73094,'four_oh_four','2020-11-05 01:52:22','2020-11-05 06:52:22','5.188.84.251',NULL,NULL),(73095,'four_oh_four','2020-11-05 04:27:33','2020-11-05 09:27:33','85.209.89.243',NULL,NULL),(73096,'four_oh_four','2020-11-05 04:40:45','2020-11-05 09:40:45','46.242.12.162',NULL,NULL),(73097,'four_oh_four','2020-11-05 05:49:57','2020-11-05 10:49:57','114.119.148.105',NULL,NULL),(73098,'four_oh_four','2020-11-05 06:10:47','2020-11-05 11:10:47','205.186.140.146',NULL,NULL),(73099,'four_oh_four','2020-11-05 06:16:06','2020-11-05 11:16:06','157.55.39.57',NULL,NULL),(73100,'four_oh_four','2020-11-05 06:50:15','2020-11-05 11:50:15','77.246.159.85',NULL,NULL),(73101,'four_oh_four','2020-11-05 06:56:04','2020-11-05 11:56:04','114.119.136.66',NULL,NULL),(73102,'four_oh_four','2020-11-05 08:04:29','2020-11-05 13:04:29','114.119.151.107',NULL,NULL),(73103,'four_oh_four','2020-11-05 08:33:03','2020-11-05 13:33:03','151.106.15.42',NULL,NULL),(73104,'four_oh_four','2020-11-05 10:03:36','2020-11-05 15:03:36','193.106.30.100',NULL,NULL),(73105,'four_oh_four','2020-11-05 11:10:34','2020-11-05 16:10:34','66.249.65.183',NULL,NULL),(73106,'four_oh_four','2020-11-05 11:35:56','2020-11-05 16:35:56','114.119.136.66',NULL,NULL),(73107,'four_oh_four','2020-11-05 11:40:57','2020-11-05 16:40:57','114.119.141.146',NULL,NULL),(73108,'four_oh_four','2020-11-05 12:10:08','2020-11-05 17:10:08','45.140.166.26',NULL,NULL),(73109,'four_oh_four','2020-11-05 15:09:39','2020-11-05 20:09:39','184.154.139.18',NULL,NULL),(73110,'four_oh_four','2020-11-05 16:11:52','2020-11-05 21:11:52','5.188.211.46',NULL,NULL),(73111,'four_oh_four','2020-11-05 16:38:26','2020-11-05 21:38:26','45.140.54.95',NULL,NULL),(73112,'four_oh_four','2020-11-05 18:43:15','2020-11-05 23:43:15','114.119.136.66',NULL,NULL),(73113,'four_oh_four','2020-11-05 19:04:27','2020-11-06 00:04:27','157.55.39.86',NULL,NULL),(73114,'four_oh_four','2020-11-05 19:25:02','2020-11-06 00:25:02','114.119.151.107',NULL,NULL),(73115,'four_oh_four','2020-11-05 19:25:26','2020-11-06 00:25:26','45.158.44.7',NULL,NULL),(73116,'four_oh_four','2020-11-05 20:42:51','2020-11-06 01:42:51','207.46.13.94',NULL,NULL),(73117,'four_oh_four','2020-11-05 21:27:59','2020-11-06 02:27:59','139.162.7.170',NULL,NULL),(73118,'four_oh_four','2020-11-05 21:31:21','2020-11-06 02:31:21','114.119.151.107',NULL,NULL),(73119,'four_oh_four','2020-11-05 22:00:31','2020-11-06 03:00:31','193.106.30.100',NULL,NULL),(73120,'four_oh_four','2020-11-05 22:41:31','2020-11-06 03:41:31','13.66.139.2',NULL,NULL),(73121,'four_oh_four','2020-11-05 22:48:14','2020-11-06 03:48:14','5.188.84.251',NULL,NULL),(73122,'four_oh_four','2020-11-05 23:27:31','2020-11-06 04:27:31','213.59.158.2',NULL,NULL),(73123,'four_oh_four','2020-11-06 03:18:08','2020-11-06 08:18:08','45.131.193.55',NULL,NULL),(73124,'four_oh_four','2020-11-06 03:36:31','2020-11-06 08:36:31','104.236.142.52',NULL,NULL),(73125,'four_oh_four','2020-11-06 03:36:50','2020-11-06 08:36:50','114.119.148.105',NULL,NULL),(73126,'four_oh_four','2020-11-06 07:09:55','2020-11-06 12:09:55','5.188.84.251',NULL,NULL),(73127,'four_oh_four','2020-11-06 09:14:42','2020-11-06 14:14:42','193.106.30.100',NULL,NULL),(73128,'four_oh_four','2020-11-06 09:58:37','2020-11-06 14:58:37','13.66.139.2',NULL,NULL),(73129,'brute_force','2020-11-06 11:12:49','2020-11-06 16:12:49','5.188.62.214',NULL,NULL),(73130,'brute_force','2020-11-06 11:12:49','2020-11-06 16:12:49',NULL,NULL,'adminu'),(73131,'brute_force','2020-11-06 11:12:54','2020-11-06 16:12:54','5.188.62.214',NULL,NULL),(73132,'brute_force','2020-11-06 11:12:54','2020-11-06 16:12:54',NULL,NULL,'director'),(73133,'four_oh_four','2020-11-06 11:31:01','2020-11-06 16:31:01','114.119.157.110',NULL,NULL),(73134,'brute_force','2020-11-06 11:38:38','2020-11-06 16:38:38','5.188.62.214',NULL,NULL),(73135,'brute_force','2020-11-06 11:38:38','2020-11-06 16:38:38',NULL,NULL,'adminu'),(73136,'brute_force','2020-11-06 11:38:43','2020-11-06 16:38:43','5.188.62.214',NULL,NULL),(73137,'brute_force','2020-11-06 11:38:43','2020-11-06 16:38:43',NULL,NULL,'administrator'),(73138,'brute_force','2020-11-06 12:05:03','2020-11-06 17:05:03','5.188.62.214',NULL,NULL),(73139,'brute_force','2020-11-06 12:05:03','2020-11-06 17:05:03',NULL,NULL,'adminu'),(73140,'brute_force','2020-11-06 12:05:07','2020-11-06 17:05:07','5.188.62.214',NULL,NULL),(73141,'brute_force','2020-11-06 12:05:07','2020-11-06 17:05:07',NULL,NULL,'root'),(73142,'brute_force','2020-11-06 12:32:09','2020-11-06 17:32:09','5.188.62.214',NULL,NULL),(73143,'brute_force','2020-11-06 12:32:09','2020-11-06 17:32:09',NULL,NULL,'adminu'),(73144,'brute_force','2020-11-06 12:32:13','2020-11-06 17:32:13','5.188.62.214',NULL,NULL),(73145,'brute_force','2020-11-06 12:32:13','2020-11-06 17:32:13',NULL,NULL,'developer'),(73146,'brute_force','2020-11-06 12:58:41','2020-11-06 17:58:41','5.188.62.214',NULL,NULL),(73147,'brute_force','2020-11-06 12:58:41','2020-11-06 17:58:41',NULL,NULL,'adminu'),(73148,'brute_force','2020-11-06 12:58:46','2020-11-06 17:58:46','5.188.62.214',NULL,NULL),(73149,'brute_force','2020-11-06 12:58:46','2020-11-06 17:58:46',NULL,NULL,'seo'),(73150,'brute_force','2020-11-06 13:25:58','2020-11-06 18:25:58','5.188.62.214',NULL,NULL),(73151,'brute_force','2020-11-06 13:25:58','2020-11-06 18:25:58',NULL,NULL,'adminu'),(73152,'brute_force','2020-11-06 13:26:03','2020-11-06 18:26:03','5.188.62.214',NULL,NULL),(73153,'brute_force','2020-11-06 13:26:03','2020-11-06 18:26:03',NULL,NULL,'support'),(73154,'four_oh_four','2020-11-06 14:18:57','2020-11-06 19:18:57','46.42.205.19',NULL,NULL),(73155,'four_oh_four','2020-11-06 14:29:44','2020-11-06 19:29:44','178.159.37.139',NULL,NULL),(73156,'four_oh_four','2020-11-06 14:38:05','2020-11-06 19:38:05','109.196.172.5',NULL,NULL),(73157,'four_oh_four','2020-11-06 14:59:02','2020-11-06 19:59:02','121.89.204.243',NULL,NULL),(73158,'four_oh_four','2020-11-06 15:03:29','2020-11-06 20:03:29','184.154.139.3',NULL,NULL),(73159,'four_oh_four','2020-11-06 15:43:23','2020-11-06 20:43:23','207.46.13.25',NULL,NULL),(73160,'four_oh_four','2020-11-06 16:10:24','2020-11-06 21:10:24','5.188.210.18',NULL,NULL),(73161,'four_oh_four','2020-11-06 16:59:53','2020-11-06 21:59:53','45.139.176.170',NULL,NULL),(73162,'four_oh_four','2020-11-06 17:25:26','2020-11-06 22:25:26','188.122.82.146',NULL,NULL),(73163,'four_oh_four','2020-11-06 17:25:26','2020-11-06 22:25:26','188.122.82.146',NULL,NULL),(73164,'four_oh_four','2020-11-06 18:02:07','2020-11-06 23:02:07','114.119.136.66',NULL,NULL),(73165,'four_oh_four','2020-11-06 18:02:34','2020-11-06 23:02:34','95.73.45.249',NULL,NULL),(73166,'four_oh_four','2020-11-06 19:22:20','2020-11-07 00:22:20','174.75.211.222',NULL,NULL),(73167,'four_oh_four','2020-11-06 20:13:50','2020-11-07 01:13:50','193.106.30.100',NULL,NULL),(73168,'four_oh_four','2020-11-06 20:41:35','2020-11-07 01:41:35','193.58.168.177',NULL,NULL),(73169,'four_oh_four','2020-11-06 21:41:25','2020-11-07 02:41:25','95.73.64.148',NULL,NULL),(73170,'four_oh_four','2020-11-06 21:44:55','2020-11-07 02:44:55','157.55.39.57',NULL,NULL),(73171,'four_oh_four','2020-11-06 22:21:06','2020-11-07 03:21:06','85.10.56.136',NULL,NULL),(73172,'four_oh_four','2020-11-06 23:01:03','2020-11-07 04:01:03','178.168.196.185',NULL,NULL),(73173,'four_oh_four','2020-11-06 23:17:35','2020-11-07 04:17:35','114.119.157.110',NULL,NULL),(73174,'four_oh_four','2020-11-06 23:26:35','2020-11-07 04:26:35','185.199.226.109',NULL,NULL),(73175,'four_oh_four','2020-11-07 01:57:05','2020-11-07 06:57:05','5.188.84.251',NULL,NULL),(73176,'four_oh_four','2020-11-07 01:57:05','2020-11-07 06:57:05','5.188.84.251',NULL,NULL),(73177,'four_oh_four','2020-11-07 01:57:44','2020-11-07 06:57:44','114.119.134.41',NULL,NULL),(73178,'four_oh_four','2020-11-07 02:15:32','2020-11-07 07:15:32','5.188.84.92',NULL,NULL),(73179,'four_oh_four','2020-11-07 03:03:39','2020-11-07 08:03:39','188.122.82.146',NULL,NULL),(73180,'four_oh_four','2020-11-07 04:22:37','2020-11-07 09:22:37','37.76.152.238',NULL,NULL),(73181,'four_oh_four','2020-11-07 04:40:03','2020-11-07 09:40:03','217.107.194.1',NULL,NULL),(73182,'four_oh_four','2020-11-07 05:31:09','2020-11-07 10:31:09','193.106.30.100',NULL,NULL),(73183,'four_oh_four','2020-11-07 06:37:14','2020-11-07 11:37:14','220.181.108.170',NULL,NULL),(73184,'four_oh_four','2020-11-07 08:17:57','2020-11-07 13:17:57','176.99.174.213',NULL,NULL),(73185,'four_oh_four','2020-11-07 08:50:28','2020-11-07 13:50:28','114.119.141.146',NULL,NULL),(73186,'four_oh_four','2020-11-07 15:04:41','2020-11-07 20:04:41','184.154.139.17',NULL,NULL),(73187,'four_oh_four','2020-11-07 15:32:56','2020-11-07 20:32:56','199.66.201.19',NULL,NULL),(73188,'four_oh_four','2020-11-07 15:32:56','2020-11-07 20:32:56','199.66.201.19',NULL,NULL),(73189,'four_oh_four','2020-11-07 15:57:14','2020-11-07 20:57:14','193.106.30.100',NULL,NULL),(73190,'four_oh_four','2020-11-07 16:31:47','2020-11-07 21:31:47','91.188.244.204',NULL,NULL),(73191,'four_oh_four','2020-11-07 17:54:49','2020-11-07 22:54:49','109.162.127.192',NULL,NULL),(73192,'four_oh_four','2020-11-07 19:04:16','2020-11-08 00:04:16','52.201.182.91',NULL,NULL),(73193,'four_oh_four','2020-11-07 19:04:20','2020-11-08 00:04:20','52.201.182.91',NULL,NULL),(73194,'four_oh_four','2020-11-07 19:06:40','2020-11-08 00:06:40','207.46.13.27',NULL,NULL),(73195,'four_oh_four','2020-11-07 20:21:08','2020-11-08 01:21:08','144.76.72.99',NULL,NULL),(73196,'four_oh_four','2020-11-07 20:21:34','2020-11-08 01:21:34','144.76.72.99',NULL,NULL),(73197,'four_oh_four','2020-11-07 20:22:02','2020-11-08 01:22:02','144.76.72.99',NULL,NULL),(73198,'four_oh_four','2020-11-07 20:36:11','2020-11-08 01:36:11','144.76.72.99',NULL,NULL),(73199,'four_oh_four','2020-11-07 20:36:25','2020-11-08 01:36:25','85.140.87.28',NULL,NULL),(73200,'four_oh_four','2020-11-07 20:36:36','2020-11-08 01:36:36','144.76.72.99',NULL,NULL),(73201,'four_oh_four','2020-11-07 20:42:02','2020-11-08 01:42:02','144.76.72.99',NULL,NULL),(73202,'four_oh_four','2020-11-07 20:43:24','2020-11-08 01:43:24','144.76.72.99',NULL,NULL),(73203,'four_oh_four','2020-11-07 20:44:14','2020-11-08 01:44:14','144.76.72.99',NULL,NULL),(73204,'four_oh_four','2020-11-07 21:00:26','2020-11-08 02:00:26','144.76.72.99',NULL,NULL),(73205,'four_oh_four','2020-11-07 21:00:54','2020-11-08 02:00:54','144.76.72.99',NULL,NULL),(73206,'four_oh_four','2020-11-07 21:01:21','2020-11-08 02:01:21','144.76.72.99',NULL,NULL),(73207,'four_oh_four','2020-11-07 21:01:51','2020-11-08 02:01:51','144.76.72.99',NULL,NULL),(73208,'four_oh_four','2020-11-07 21:07:10','2020-11-08 02:07:10','144.76.72.99',NULL,NULL),(73209,'four_oh_four','2020-11-07 21:22:41','2020-11-08 02:22:41','144.76.72.99',NULL,NULL),(73210,'four_oh_four','2020-11-07 21:23:14','2020-11-08 02:23:14','144.76.72.99',NULL,NULL),(73211,'four_oh_four','2020-11-07 21:23:41','2020-11-08 02:23:41','144.76.72.99',NULL,NULL),(73212,'four_oh_four','2020-11-07 21:24:35','2020-11-08 02:24:35','144.76.72.99',NULL,NULL),(73213,'four_oh_four','2020-11-07 21:24:52','2020-11-08 02:24:52','144.76.72.99',NULL,NULL),(73214,'four_oh_four','2020-11-07 21:25:11','2020-11-08 02:25:11','144.76.72.99',NULL,NULL),(73215,'four_oh_four','2020-11-07 21:41:13','2020-11-08 02:41:13','144.76.72.99',NULL,NULL),(73216,'four_oh_four','2020-11-07 21:44:01','2020-11-08 02:44:01','144.76.72.99',NULL,NULL),(73217,'four_oh_four','2020-11-07 21:44:15','2020-11-08 02:44:15','144.76.72.99',NULL,NULL),(73218,'four_oh_four','2020-11-07 21:44:28','2020-11-08 02:44:28','144.76.72.99',NULL,NULL),(73219,'four_oh_four','2020-11-07 21:44:42','2020-11-08 02:44:42','144.76.72.99',NULL,NULL),(73220,'four_oh_four','2020-11-07 22:00:19','2020-11-08 03:00:19','144.76.72.99',NULL,NULL),(73221,'four_oh_four','2020-11-07 22:00:51','2020-11-08 03:00:51','144.76.72.99',NULL,NULL),(73222,'four_oh_four','2020-11-07 22:01:18','2020-11-08 03:01:18','144.76.72.99',NULL,NULL),(73223,'four_oh_four','2020-11-07 22:02:13','2020-11-08 03:02:13','144.76.72.99',NULL,NULL),(73224,'four_oh_four','2020-11-07 22:02:44','2020-11-08 03:02:44','144.76.72.99',NULL,NULL),(73225,'four_oh_four','2020-11-07 22:03:15','2020-11-08 03:03:15','144.76.72.99',NULL,NULL),(73226,'four_oh_four','2020-11-07 22:25:14','2020-11-08 03:25:14','144.76.72.99',NULL,NULL),(73227,'four_oh_four','2020-11-07 22:28:30','2020-11-08 03:28:30','144.76.72.99',NULL,NULL),(73228,'four_oh_four','2020-11-07 22:39:44','2020-11-08 03:39:44','195.54.160.65',NULL,NULL),(73229,'four_oh_four','2020-11-07 22:41:38','2020-11-08 03:41:38','144.76.72.99',NULL,NULL),(73230,'four_oh_four','2020-11-07 22:55:04','2020-11-08 03:55:04','195.54.160.65',NULL,NULL),(73231,'four_oh_four','2020-11-08 00:02:44','2020-11-08 05:02:44','37.44.88.83',NULL,NULL),(73232,'four_oh_four','2020-11-08 00:22:28','2020-11-08 05:22:28','193.106.30.100',NULL,NULL),(73233,'four_oh_four','2020-11-08 00:23:24','2020-11-08 05:23:24','114.119.158.13',NULL,NULL),(73234,'four_oh_four','2020-11-08 01:42:47','2020-11-08 06:42:47','78.85.251.63',NULL,NULL),(73235,'four_oh_four','2020-11-08 02:01:37','2020-11-08 07:01:37','188.120.255.90',NULL,NULL),(73236,'four_oh_four','2020-11-08 02:53:15','2020-11-08 07:53:15','178.127.241.64',NULL,NULL),(73237,'four_oh_four','2020-11-08 03:33:21','2020-11-08 08:33:21','93.100.132.97',NULL,NULL),(73238,'four_oh_four','2020-11-08 05:05:59','2020-11-08 10:05:59','193.106.30.100',NULL,NULL),(73239,'four_oh_four','2020-11-08 06:41:57','2020-11-08 11:41:57','114.119.143.145',NULL,NULL),(73240,'four_oh_four','2020-11-08 06:50:15','2020-11-08 11:50:15','5.62.19.37',NULL,NULL),(73241,'four_oh_four','2020-11-08 06:58:57','2020-11-08 11:58:57','85.140.87.28',NULL,NULL),(73242,'four_oh_four','2020-11-08 11:24:15','2020-11-08 16:24:15','46.33.41.129',NULL,NULL),(73243,'four_oh_four','2020-11-08 12:19:11','2020-11-08 17:19:11','195.2.78.123',NULL,NULL),(73244,'four_oh_four','2020-11-08 12:33:45','2020-11-08 17:33:45','167.165.222.44',NULL,NULL),(73245,'four_oh_four','2020-11-08 12:51:49','2020-11-08 17:51:49','193.106.30.100',NULL,NULL),(73246,'four_oh_four','2020-11-08 12:54:42','2020-11-08 17:54:42','94.139.238.124',NULL,NULL),(73247,'four_oh_four','2020-11-08 13:58:03','2020-11-08 18:58:03','167.165.222.44',NULL,NULL),(73248,'four_oh_four','2020-11-08 15:10:35','2020-11-08 20:10:35','184.154.139.21',NULL,NULL),(73249,'four_oh_four','2020-11-08 16:49:49','2020-11-08 21:49:49','114.119.141.146',NULL,NULL),(73250,'four_oh_four','2020-11-08 17:30:08','2020-11-08 22:30:08','91.211.195.27',NULL,NULL),(73251,'four_oh_four','2020-11-08 18:01:52','2020-11-08 23:01:52','100.16.232.206',NULL,NULL),(73252,'four_oh_four','2020-11-08 20:22:33','2020-11-09 01:22:33','66.249.65.179',NULL,NULL),(73253,'four_oh_four','2020-11-08 20:22:36','2020-11-09 01:22:36','66.249.65.181',NULL,NULL),(73254,'four_oh_four','2020-11-08 20:22:36','2020-11-09 01:22:36','66.249.65.183',NULL,NULL),(73255,'four_oh_four','2020-11-08 20:22:59','2020-11-09 01:22:59','66.249.65.181',NULL,NULL),(73256,'four_oh_four','2020-11-09 00:28:43','2020-11-09 05:28:43','85.140.87.28',NULL,NULL),(73257,'four_oh_four','2020-11-09 01:56:00','2020-11-09 06:56:00','178.184.77.73',NULL,NULL),(73258,'four_oh_four','2020-11-09 03:58:11','2020-11-09 08:58:11','162.243.159.4',NULL,NULL),(73259,'four_oh_four','2020-11-09 04:01:31','2020-11-09 09:01:31','162.243.159.4',NULL,NULL),(73260,'four_oh_four','2020-11-09 05:02:56','2020-11-09 10:02:56','66.249.65.182',NULL,NULL),(73261,'four_oh_four','2020-11-09 06:43:17','2020-11-09 11:43:17','178.159.37.139',NULL,NULL),(73262,'four_oh_four','2020-11-09 08:31:51','2020-11-09 13:31:51','46.39.55.138',NULL,NULL),(73263,'four_oh_four','2020-11-09 11:01:57','2020-11-09 16:01:57','107.172.86.197',NULL,NULL),(73264,'four_oh_four','2020-11-09 12:27:16','2020-11-09 17:27:16','78.85.251.63',NULL,NULL),(73265,'four_oh_four','2020-11-09 14:10:28','2020-11-09 19:10:28','13.66.139.113',NULL,NULL),(73266,'four_oh_four','2020-11-09 15:06:48','2020-11-09 20:06:48','184.154.139.17',NULL,NULL),(73267,'four_oh_four','2020-11-09 15:45:51','2020-11-09 20:45:51','109.174.19.134',NULL,NULL),(73268,'four_oh_four','2020-11-09 15:45:51','2020-11-09 20:45:51','221.2.155.35',NULL,NULL),(73269,'four_oh_four','2020-11-09 15:58:59','2020-11-09 20:58:59','46.8.56.21',NULL,NULL),(73270,'four_oh_four','2020-11-09 16:34:39','2020-11-09 21:34:39','94.139.239.87',NULL,NULL),(73271,'four_oh_four','2020-11-09 16:50:59','2020-11-09 21:50:59','20.56.176.20',NULL,NULL),(73272,'four_oh_four','2020-11-09 16:51:01','2020-11-09 21:51:01','20.56.176.20',NULL,NULL),(73273,'four_oh_four','2020-11-09 16:51:11','2020-11-09 21:51:11','20.56.176.20',NULL,NULL),(73274,'four_oh_four','2020-11-09 16:51:25','2020-11-09 21:51:25','20.56.176.20',NULL,NULL),(73275,'four_oh_four','2020-11-09 16:51:24','2020-11-09 21:51:24','20.56.176.20',NULL,NULL),(73276,'four_oh_four','2020-11-09 16:51:26','2020-11-09 21:51:26','20.56.176.20',NULL,NULL),(73277,'four_oh_four','2020-11-09 16:51:24','2020-11-09 21:51:24','20.56.176.20',NULL,NULL),(73278,'four_oh_four','2020-11-09 16:51:26','2020-11-09 21:51:26','20.56.176.20',NULL,NULL),(73279,'four_oh_four','2020-11-09 16:51:27','2020-11-09 21:51:27','20.56.176.20',NULL,NULL),(73280,'four_oh_four','2020-11-09 16:51:28','2020-11-09 21:51:28','20.56.176.20',NULL,NULL),(73281,'four_oh_four','2020-11-09 16:51:29','2020-11-09 21:51:29','20.56.176.20',NULL,NULL),(73282,'four_oh_four','2020-11-09 16:51:29','2020-11-09 21:51:29','20.56.176.20',NULL,NULL),(73283,'four_oh_four','2020-11-09 16:51:31','2020-11-09 21:51:31','20.56.176.20',NULL,NULL),(73284,'four_oh_four','2020-11-09 16:51:32','2020-11-09 21:51:32','20.56.176.20',NULL,NULL),(73285,'four_oh_four','2020-11-09 16:51:33','2020-11-09 21:51:33','20.56.176.20',NULL,NULL),(73286,'four_oh_four','2020-11-09 16:51:33','2020-11-09 21:51:33','20.56.176.20',NULL,NULL),(73287,'four_oh_four','2020-11-09 16:51:35','2020-11-09 21:51:35','20.56.176.20',NULL,NULL),(73288,'four_oh_four','2020-11-09 16:51:36','2020-11-09 21:51:36','20.56.176.20',NULL,NULL),(73289,'four_oh_four','2020-11-09 16:51:36','2020-11-09 21:51:36','20.56.176.20',NULL,NULL),(73290,'four_oh_four','2020-11-09 16:51:35','2020-11-09 21:51:35','20.56.176.20',NULL,NULL),(73291,'four_oh_four','2020-11-09 17:58:14','2020-11-09 22:58:14','157.55.39.227',NULL,NULL),(73292,'four_oh_four','2020-11-09 20:23:32','2020-11-10 01:23:32','5.188.84.92',NULL,NULL),(73293,'four_oh_four','2020-11-09 20:43:10','2020-11-10 01:43:10','157.55.39.227',NULL,NULL),(73294,'brute_force','2020-11-09 23:41:37','2020-11-10 04:41:37','49.37.185.206',NULL,NULL),(73295,'brute_force','2020-11-09 23:41:37','2020-11-10 04:41:37',NULL,NULL,'zphiblgz'),(73296,'brute_force','2020-11-09 23:42:38','2020-11-10 04:42:38','49.37.185.206',NULL,NULL),(73297,'brute_force','2020-11-09 23:42:38','2020-11-10 04:42:38',NULL,NULL,'zphiblgz'),(73298,'brute_force','2020-11-09 23:43:39','2020-11-10 04:43:39','49.37.185.206',NULL,NULL),(73299,'brute_force','2020-11-09 23:43:39','2020-11-10 04:43:39',NULL,NULL,'zphiblgz'),(73300,'brute_force','2020-11-09 23:44:40','2020-11-10 04:44:40','49.37.185.206',NULL,NULL),(73301,'brute_force','2020-11-09 23:44:40','2020-11-10 04:44:40',NULL,NULL,'zphiblgz'),(73302,'brute_force','2020-11-09 23:45:41','2020-11-10 04:45:41','49.37.185.206',NULL,NULL),(73303,'brute_force','2020-11-09 23:45:41','2020-11-10 04:45:41',NULL,NULL,'zphiblgz'),(73304,'brute_force','2020-11-10 00:00:56','2020-11-10 05:00:56','49.37.185.206',NULL,NULL),(73305,'brute_force','2020-11-10 00:00:56','2020-11-10 05:00:56',NULL,NULL,'zphiblgz'),(73306,'four_oh_four','2020-11-10 00:05:07','2020-11-10 05:05:07','70.32.23.51',NULL,NULL),(73307,'four_oh_four','2020-11-10 03:49:26','2020-11-10 08:49:26','114.119.151.107',NULL,NULL),(73308,'four_oh_four','2020-11-10 03:58:02','2020-11-10 08:58:02','62.210.91.20',NULL,NULL),(73309,'four_oh_four','2020-11-10 03:58:10','2020-11-10 08:58:10','62.210.91.20',NULL,NULL),(73310,'four_oh_four','2020-11-10 03:58:16','2020-11-10 08:58:16','62.210.91.20',NULL,NULL),(73311,'four_oh_four','2020-11-10 03:58:21','2020-11-10 08:58:21','62.210.91.20',NULL,NULL),(73312,'four_oh_four','2020-11-10 03:58:24','2020-11-10 08:58:24','62.210.91.20',NULL,NULL),(73313,'four_oh_four','2020-11-10 08:30:04','2020-11-10 13:30:04','45.134.253.180',NULL,NULL),(73314,'four_oh_four','2020-11-10 09:05:30','2020-11-10 14:05:30','193.58.169.27',NULL,NULL),(73315,'four_oh_four','2020-11-10 09:05:27','2020-11-10 14:05:27','109.248.142.99',NULL,NULL),(73316,'four_oh_four','2020-11-10 09:21:20','2020-11-10 14:21:20','66.249.65.180',NULL,NULL),(73317,'four_oh_four','2020-11-10 13:59:44','2020-11-10 18:59:44','79.183.91.113',NULL,NULL),(73318,'four_oh_four','2020-11-10 14:48:46','2020-11-10 19:48:46','188.126.73.200',NULL,NULL),(73319,'four_oh_four','2020-11-10 14:48:49','2020-11-10 19:48:49','188.126.73.200',NULL,NULL),(73320,'four_oh_four','2020-11-10 15:09:49','2020-11-10 20:09:49','184.154.139.18',NULL,NULL),(73321,'four_oh_four','2020-11-10 18:54:06','2020-11-10 23:54:06','47.254.174.39',NULL,NULL),(73322,'four_oh_four','2020-11-10 18:57:33','2020-11-10 23:57:33','72.195.114.169',NULL,NULL),(73323,'four_oh_four','2020-11-10 19:13:57','2020-11-11 00:13:57','52.201.182.91',NULL,NULL),(73324,'four_oh_four','2020-11-10 19:14:00','2020-11-11 00:14:00','52.201.182.91',NULL,NULL),(73325,'four_oh_four','2020-11-10 21:10:42','2020-11-11 02:10:42','114.119.141.146',NULL,NULL),(73326,'four_oh_four','2020-11-10 21:20:19','2020-11-11 02:20:19','45.81.226.57',NULL,NULL),(73327,'four_oh_four','2020-11-10 22:05:48','2020-11-11 03:05:48','114.119.134.41',NULL,NULL),(73328,'four_oh_four','2020-11-10 22:48:10','2020-11-11 03:48:10','94.139.239.87',NULL,NULL),(73329,'four_oh_four','2020-11-11 00:36:08','2020-11-11 05:36:08','185.206.214.71',NULL,NULL),(73330,'four_oh_four','2020-11-11 05:45:33','2020-11-11 10:45:33','193.106.30.100',NULL,NULL),(73331,'four_oh_four','2020-11-11 07:59:43','2020-11-11 12:59:43','52.201.182.91',NULL,NULL),(73332,'four_oh_four','2020-11-11 08:09:30','2020-11-11 13:09:30','85.10.56.137',NULL,NULL),(73333,'four_oh_four','2020-11-11 08:28:14','2020-11-11 13:28:14','5.188.84.92',NULL,NULL),(73334,'four_oh_four','2020-11-11 10:16:26','2020-11-11 15:16:26','114.119.141.146',NULL,NULL),(73335,'four_oh_four','2020-11-11 10:25:40','2020-11-11 15:25:40','98.190.102.62',NULL,NULL),(73336,'four_oh_four','2020-11-11 13:39:48','2020-11-11 18:39:48','13.66.139.137',NULL,NULL),(73337,'four_oh_four','2020-11-11 13:45:22','2020-11-11 18:45:22','207.46.13.5',NULL,NULL),(73338,'four_oh_four','2020-11-11 14:00:25','2020-11-11 19:00:25','95.217.195.228',NULL,NULL),(73339,'four_oh_four','2020-11-11 14:51:00','2020-11-11 19:51:00','77.55.249.38',NULL,NULL),(73340,'four_oh_four','2020-11-11 14:59:04','2020-11-11 19:59:04','114.119.141.146',NULL,NULL),(73341,'four_oh_four','2020-11-11 15:07:52','2020-11-11 20:07:52','184.154.139.3',NULL,NULL),(73342,'four_oh_four','2020-11-11 15:21:29','2020-11-11 20:21:29','114.119.130.104',NULL,NULL),(73343,'four_oh_four','2020-11-11 15:57:38','2020-11-11 20:57:38','207.46.13.70',NULL,NULL),(73344,'four_oh_four','2020-11-11 17:33:18','2020-11-11 22:33:18','13.66.139.137',NULL,NULL),(73345,'four_oh_four','2020-11-11 18:56:16','2020-11-11 23:56:16','116.179.32.194',NULL,NULL),(73346,'four_oh_four','2020-11-11 22:08:28','2020-11-12 03:08:28','72.210.252.152',NULL,NULL),(73347,'four_oh_four','2020-11-11 22:55:12','2020-11-12 03:55:12','185.206.214.71',NULL,NULL),(73348,'four_oh_four','2020-11-12 00:04:12','2020-11-12 05:04:12','31.162.39.68',NULL,NULL),(73349,'four_oh_four','2020-11-12 01:03:29','2020-11-12 06:03:29','45.147.198.233',NULL,NULL),(73350,'four_oh_four','2020-11-12 02:46:03','2020-11-12 07:46:03','94.139.239.87',NULL,NULL),(73351,'four_oh_four','2020-11-12 03:08:19','2020-11-12 08:08:19','193.106.30.100',NULL,NULL),(73352,'four_oh_four','2020-11-12 06:15:43','2020-11-12 11:15:43','114.119.157.110',NULL,NULL),(73353,'four_oh_four','2020-11-12 06:22:02','2020-11-12 11:22:02','91.121.90.182',NULL,NULL),(73354,'four_oh_four','2020-11-12 08:13:30','2020-11-12 13:13:30','100.16.232.206',NULL,NULL),(73355,'four_oh_four','2020-11-12 08:23:43','2020-11-12 13:23:43','178.159.37.139',NULL,NULL),(73356,'four_oh_four','2020-11-12 09:13:51','2020-11-12 14:13:51','114.119.143.145',NULL,NULL),(73357,'four_oh_four','2020-11-12 09:14:58','2020-11-12 14:14:58','73.135.39.45',NULL,NULL),(73358,'four_oh_four','2020-11-12 09:58:07','2020-11-12 14:58:07','100.16.232.206',NULL,NULL),(73359,'four_oh_four','2020-11-12 09:58:25','2020-11-12 14:58:25','100.16.232.206',NULL,NULL),(73360,'four_oh_four','2020-11-12 10:27:18','2020-11-12 15:27:18','114.119.151.107',NULL,NULL),(73361,'four_oh_four','2020-11-12 10:56:03','2020-11-12 15:56:03','176.113.252.205',NULL,NULL),(73362,'four_oh_four','2020-11-12 11:39:35','2020-11-12 16:39:35','194.247.22.2',NULL,NULL),(73363,'four_oh_four','2020-11-12 13:48:02','2020-11-12 18:48:02','123.56.127.50',NULL,NULL),(73364,'four_oh_four','2020-11-12 15:02:06','2020-11-12 20:02:06','184.154.139.19',NULL,NULL),(73365,'four_oh_four','2020-11-12 15:59:02','2020-11-12 20:59:02','114.119.130.104',NULL,NULL),(73366,'four_oh_four','2020-11-12 17:30:58','2020-11-12 22:30:58','5.196.23.219',NULL,NULL),(73367,'four_oh_four','2020-11-12 17:33:55','2020-11-12 22:33:55','95.142.121.33',NULL,NULL),(73368,'four_oh_four','2020-11-12 17:33:58','2020-11-12 22:33:58','95.142.121.33',NULL,NULL),(73369,'four_oh_four','2020-11-12 17:34:01','2020-11-12 22:34:01','95.142.121.33',NULL,NULL),(73370,'four_oh_four','2020-11-12 17:34:04','2020-11-12 22:34:04','95.142.121.33',NULL,NULL),(73371,'four_oh_four','2020-11-12 23:09:30','2020-11-13 04:09:30','114.119.134.41',NULL,NULL),(73372,'four_oh_four','2020-11-12 23:28:07','2020-11-13 04:28:07','176.114.153.126',NULL,NULL),(73373,'four_oh_four','2020-11-13 01:18:17','2020-11-13 06:18:17','50.63.92.12',NULL,NULL),(73374,'four_oh_four','2020-11-13 01:18:17','2020-11-13 06:18:17','50.63.92.12',NULL,NULL),(73375,'four_oh_four','2020-11-13 02:38:02','2020-11-13 07:38:02','46.243.220.52',NULL,NULL),(73376,'four_oh_four','2020-11-13 03:50:08','2020-11-13 08:50:08','114.119.158.13',NULL,NULL),(73377,'four_oh_four','2020-11-13 11:19:02','2020-11-13 16:19:02','114.119.141.146',NULL,NULL),(73378,'four_oh_four','2020-11-13 12:13:23','2020-11-13 17:13:23','13.66.139.40',NULL,NULL),(73379,'four_oh_four','2020-11-13 15:06:54','2020-11-13 20:06:54','184.154.139.3',NULL,NULL),(73380,'four_oh_four','2020-11-13 15:40:14','2020-11-13 20:40:14','94.139.226.102',NULL,NULL),(73381,'four_oh_four','2020-11-13 15:51:22','2020-11-13 20:51:22','5.188.84.92',NULL,NULL),(73382,'four_oh_four','2020-11-13 18:15:09','2020-11-13 23:15:09','114.119.141.146',NULL,NULL),(73383,'four_oh_four','2020-11-13 19:30:58','2020-11-14 00:30:58','46.8.57.211',NULL,NULL),(73384,'four_oh_four','2020-11-13 19:40:54','2020-11-14 00:40:54','92.38.136.69',NULL,NULL),(73385,'brute_force','2020-11-13 19:51:21','2020-11-14 00:51:21','5.188.62.140',NULL,NULL),(73386,'brute_force','2020-11-13 19:51:21','2020-11-14 00:51:21',NULL,NULL,'adminu'),(73387,'four_oh_four','2020-11-13 20:09:04','2020-11-14 01:09:04','5.188.84.251',NULL,NULL),(73388,'four_oh_four','2020-11-13 20:11:47','2020-11-14 01:11:47','13.66.139.137',NULL,NULL),(73389,'brute_force','2020-11-13 20:18:39','2020-11-14 01:18:39','5.188.62.140',NULL,NULL),(73390,'brute_force','2020-11-13 20:18:39','2020-11-14 01:18:39',NULL,NULL,'adminu'),(73391,'brute_force','2020-11-13 20:45:03','2020-11-14 01:45:03','5.188.62.140',NULL,NULL),(73392,'brute_force','2020-11-13 20:45:03','2020-11-14 01:45:03',NULL,NULL,'adminu'),(73393,'four_oh_four','2020-11-13 20:54:52','2020-11-14 01:54:52','13.66.139.40',NULL,NULL),(73394,'brute_force','2020-11-13 21:14:35','2020-11-14 02:14:35','5.188.62.140',NULL,NULL),(73395,'brute_force','2020-11-13 21:14:35','2020-11-14 02:14:35',NULL,NULL,'adminu'),(73396,'four_oh_four','2020-11-13 21:24:02','2020-11-14 02:24:02','52.201.182.91',NULL,NULL),(73397,'four_oh_four','2020-11-13 21:24:05','2020-11-14 02:24:05','52.201.182.91',NULL,NULL),(73398,'brute_force','2020-11-13 21:42:01','2020-11-14 02:42:01','5.188.62.140',NULL,NULL),(73399,'brute_force','2020-11-13 21:42:01','2020-11-14 02:42:01',NULL,NULL,'adminu'),(73400,'four_oh_four','2020-11-13 22:00:03','2020-11-14 03:00:03','114.119.130.104',NULL,NULL),(73401,'brute_force','2020-11-13 22:10:38','2020-11-14 03:10:38','5.188.62.140',NULL,NULL),(73402,'brute_force','2020-11-13 22:10:38','2020-11-14 03:10:38',NULL,NULL,'adminu'),(73403,'brute_force','2020-11-13 22:36:55','2020-11-14 03:36:55','5.188.62.140',NULL,NULL),(73404,'brute_force','2020-11-13 22:36:55','2020-11-14 03:36:55',NULL,NULL,'adminu'),(73405,'four_oh_four','2020-11-13 23:56:17','2020-11-14 04:56:17','114.119.157.110',NULL,NULL),(73406,'four_oh_four','2020-11-14 00:49:19','2020-11-14 05:49:19','114.119.130.104',NULL,NULL),(73407,'four_oh_four','2020-11-14 00:54:23','2020-11-14 05:54:23','114.119.141.146',NULL,NULL),(73408,'four_oh_four','2020-11-14 04:21:00','2020-11-14 09:21:00','188.163.74.184',NULL,NULL),(73409,'four_oh_four','2020-11-14 10:50:36','2020-11-14 15:50:36','92.38.136.69',NULL,NULL),(73410,'four_oh_four','2020-11-14 13:59:56','2020-11-14 18:59:56','37.146.188.143',NULL,NULL),(73411,'brute_force','2020-11-14 14:58:28','2020-11-14 19:58:28','5.188.62.214',NULL,NULL),(73412,'brute_force','2020-11-14 14:58:28','2020-11-14 19:58:28',NULL,NULL,'adminu'),(73413,'brute_force','2020-11-14 14:58:33','2020-11-14 19:58:33','5.188.62.214',NULL,NULL),(73414,'brute_force','2020-11-14 14:58:33','2020-11-14 19:58:33',NULL,NULL,'admin'),(73415,'four_oh_four','2020-11-14 15:10:18','2020-11-14 20:10:18','184.154.139.18',NULL,NULL),(73416,'brute_force','2020-11-14 15:24:12','2020-11-14 20:24:12','5.188.62.214',NULL,NULL),(73417,'brute_force','2020-11-14 15:24:12','2020-11-14 20:24:12',NULL,NULL,'adminu'),(73418,'brute_force','2020-11-14 15:24:17','2020-11-14 20:24:17','5.188.62.214',NULL,NULL),(73419,'brute_force','2020-11-14 15:24:17','2020-11-14 20:24:17',NULL,NULL,'admin'),(73420,'brute_force','2020-11-14 15:50:16','2020-11-14 20:50:16','5.188.62.214',NULL,NULL),(73421,'brute_force','2020-11-14 15:50:16','2020-11-14 20:50:16',NULL,NULL,'adminu'),(73422,'brute_force','2020-11-14 15:50:22','2020-11-14 20:50:22','5.188.62.214',NULL,NULL),(73423,'brute_force','2020-11-14 15:50:22','2020-11-14 20:50:22',NULL,NULL,'admin'),(73424,'brute_force','2020-11-14 16:15:05','2020-11-14 21:15:05','5.188.62.214',NULL,NULL),(73425,'brute_force','2020-11-14 16:15:05','2020-11-14 21:15:05',NULL,NULL,'adminu'),(73426,'brute_force','2020-11-14 16:15:09','2020-11-14 21:15:09','5.188.62.214',NULL,NULL),(73427,'brute_force','2020-11-14 16:15:09','2020-11-14 21:15:09',NULL,NULL,'adm'),(73428,'brute_force','2020-11-14 16:38:29','2020-11-14 21:38:29','5.188.62.214',NULL,NULL),(73429,'brute_force','2020-11-14 16:38:29','2020-11-14 21:38:29',NULL,NULL,'adminu'),(73430,'brute_force','2020-11-14 16:38:35','2020-11-14 21:38:35','5.188.62.214',NULL,NULL),(73431,'brute_force','2020-11-14 16:38:35','2020-11-14 21:38:35',NULL,NULL,'adm'),(73432,'brute_force','2020-11-14 17:04:52','2020-11-14 22:04:52','5.188.62.214',NULL,NULL),(73433,'brute_force','2020-11-14 17:04:52','2020-11-14 22:04:52',NULL,NULL,'adminu'),(73434,'brute_force','2020-11-14 17:04:57','2020-11-14 22:04:57','5.188.62.214',NULL,NULL),(73435,'brute_force','2020-11-14 17:04:57','2020-11-14 22:04:57',NULL,NULL,'admin'),(73436,'four_oh_four','2020-11-14 17:34:52','2020-11-14 22:34:52','13.66.139.137',NULL,NULL),(73437,'four_oh_four','2020-11-14 18:15:03','2020-11-14 23:15:03','13.66.139.40',NULL,NULL),(73438,'four_oh_four','2020-11-14 18:47:32','2020-11-14 23:47:32','45.119.41.62',NULL,NULL),(73439,'four_oh_four','2020-11-14 20:29:29','2020-11-15 01:29:29','193.106.30.100',NULL,NULL),(73440,'four_oh_four','2020-11-14 20:43:47','2020-11-15 01:43:47','5.189.239.249',NULL,NULL),(73441,'four_oh_four','2020-11-14 21:14:07','2020-11-15 02:14:07','173.66.27.55',NULL,NULL),(73442,'four_oh_four','2020-11-14 21:46:16','2020-11-15 02:46:16','100.36.94.198',NULL,NULL),(73443,'four_oh_four','2020-11-14 22:26:18','2020-11-15 03:26:18','94.139.226.102',NULL,NULL),(73444,'four_oh_four','2020-11-14 23:32:14','2020-11-15 04:32:14','157.55.39.125',NULL,NULL),(73445,'four_oh_four','2020-11-15 02:03:43','2020-11-15 07:03:43','171.244.1.84',NULL,NULL),(73446,'four_oh_four','2020-11-15 05:26:33','2020-11-15 10:26:33','5.188.84.251',NULL,NULL),(73447,'four_oh_four','2020-11-15 07:22:34','2020-11-15 12:22:34','114.119.151.107',NULL,NULL),(73448,'four_oh_four','2020-11-15 07:22:56','2020-11-15 12:22:56','178.159.37.139',NULL,NULL),(73449,'four_oh_four','2020-11-15 08:46:58','2020-11-15 13:46:58','185.206.213.233',NULL,NULL),(73450,'four_oh_four','2020-11-15 10:08:23','2020-11-15 15:08:23','114.119.130.104',NULL,NULL),(73451,'four_oh_four','2020-11-15 10:21:31','2020-11-15 15:21:31','45.91.203.3',NULL,NULL),(73452,'four_oh_four','2020-11-15 15:02:27','2020-11-15 20:02:27','184.154.139.17',NULL,NULL),(73453,'four_oh_four','2020-11-15 15:23:47','2020-11-15 20:23:47','46.185.114.110',NULL,NULL),(73454,'four_oh_four','2020-11-15 16:43:45','2020-11-15 21:43:45','114.119.145.125',NULL,NULL),(73455,'four_oh_four','2020-11-15 18:07:58','2020-11-15 23:07:58','23.228.109.146',NULL,NULL),(73456,'four_oh_four','2020-11-15 19:35:54','2020-11-16 00:35:54','24.249.199.14',NULL,NULL),(73457,'four_oh_four','2020-11-15 19:36:48','2020-11-16 00:36:48','174.75.211.222',NULL,NULL),(73458,'four_oh_four','2020-11-15 21:29:52','2020-11-16 02:29:52','114.119.134.41',NULL,NULL),(73459,'four_oh_four','2020-11-15 23:31:22','2020-11-16 04:31:22','114.119.151.107',NULL,NULL),(73460,'four_oh_four','2020-11-15 23:44:24','2020-11-16 04:44:24','193.106.30.100',NULL,NULL),(73461,'four_oh_four','2020-11-15 23:49:29','2020-11-16 04:49:29','5.188.84.92',NULL,NULL),(73462,'four_oh_four','2020-11-16 02:15:51','2020-11-16 07:15:51','188.122.82.146',NULL,NULL),(73463,'four_oh_four','2020-11-16 05:13:35','2020-11-16 10:13:35','94.139.226.102',NULL,NULL),(73464,'four_oh_four','2020-11-16 05:52:59','2020-11-16 10:52:59','66.154.110.180',NULL,NULL),(73465,'four_oh_four','2020-11-16 06:51:55','2020-11-16 11:51:55','110.229.220.183',NULL,NULL),(73466,'four_oh_four','2020-11-16 07:07:30','2020-11-16 12:07:30','178.159.37.85',NULL,NULL),(73467,'four_oh_four','2020-11-16 07:36:01','2020-11-16 12:36:01','195.246.120.176',NULL,NULL),(73468,'four_oh_four','2020-11-16 08:04:58','2020-11-16 13:04:58','114.119.148.105',NULL,NULL),(73469,'four_oh_four','2020-11-16 10:04:48','2020-11-16 15:04:48','114.119.151.107',NULL,NULL),(73470,'four_oh_four','2020-11-16 10:49:14','2020-11-16 15:49:14','193.106.30.100',NULL,NULL),(73471,'four_oh_four','2020-11-16 12:00:01','2020-11-16 17:00:01','185.25.185.13',NULL,NULL),(73472,'four_oh_four','2020-11-16 12:26:30','2020-11-16 17:26:30','23.228.109.146',NULL,NULL),(73473,'four_oh_four','2020-11-16 13:23:20','2020-11-16 18:23:20','89.161.194.179',NULL,NULL),(73474,'four_oh_four','2020-11-16 14:28:49','2020-11-16 19:28:49','174.76.48.249',NULL,NULL),(73475,'four_oh_four','2020-11-16 14:29:58','2020-11-16 19:29:58','72.210.252.152',NULL,NULL),(73476,'four_oh_four','2020-11-16 15:05:24','2020-11-16 20:05:24','184.154.139.18',NULL,NULL),(73477,'four_oh_four','2020-11-16 15:23:18','2020-11-16 20:23:18','199.66.201.19',NULL,NULL),(73478,'four_oh_four','2020-11-16 15:23:18','2020-11-16 20:23:18','199.66.201.19',NULL,NULL),(73479,'four_oh_four','2020-11-16 17:10:48','2020-11-16 22:10:48','114.119.157.110',NULL,NULL),(73480,'four_oh_four','2020-11-16 18:23:14','2020-11-16 23:23:14','114.119.134.41',NULL,NULL),(73481,'four_oh_four','2020-11-16 20:35:02','2020-11-17 01:35:02','114.119.145.125',NULL,NULL),(73482,'four_oh_four','2020-11-16 20:59:56','2020-11-17 01:59:56','114.119.158.13',NULL,NULL),(73483,'four_oh_four','2020-11-17 00:13:09','2020-11-17 05:13:09','37.46.132.229',NULL,NULL),(73484,'four_oh_four','2020-11-17 00:24:38','2020-11-17 05:24:38','3.94.137.21',NULL,NULL),(73485,'four_oh_four','2020-11-17 00:24:41','2020-11-17 05:24:41','3.94.137.21',NULL,NULL),(73486,'four_oh_four','2020-11-17 03:52:07','2020-11-17 08:52:07','195.211.239.254',NULL,NULL),(73487,'four_oh_four','2020-11-17 03:52:10','2020-11-17 08:52:10','193.239.107.58',NULL,NULL),(73488,'four_oh_four','2020-11-17 04:52:38','2020-11-17 09:52:38','95.81.245.100',NULL,NULL),(73489,'four_oh_four','2020-11-17 05:27:57','2020-11-17 10:27:57','62.149.20.10',NULL,NULL),(73490,'four_oh_four','2020-11-17 06:56:21','2020-11-17 11:56:21','156.247.13.54',NULL,NULL),(73491,'four_oh_four','2020-11-17 07:01:23','2020-11-17 12:01:23','5.188.84.92',NULL,NULL),(73492,'four_oh_four','2020-11-17 08:01:58','2020-11-17 13:01:58','5.188.84.251',NULL,NULL),(73493,'four_oh_four','2020-11-17 08:44:10','2020-11-17 13:44:10','45.125.65.31',NULL,NULL),(73494,'four_oh_four','2020-11-17 09:49:51','2020-11-17 14:49:51','40.77.191.73',NULL,NULL),(73495,'four_oh_four','2020-11-17 10:12:09','2020-11-17 15:12:09','109.184.197.228',NULL,NULL),(73496,'four_oh_four','2020-11-17 10:22:48','2020-11-17 15:22:48','109.184.197.228',NULL,NULL),(73497,'four_oh_four','2020-11-17 12:11:20','2020-11-17 17:11:20','193.106.30.100',NULL,NULL),(73498,'four_oh_four','2020-11-17 13:00:35','2020-11-17 18:00:35','185.206.214.71',NULL,NULL),(73499,'four_oh_four','2020-11-17 15:09:21','2020-11-17 20:09:21','184.154.139.3',NULL,NULL),(73500,'four_oh_four','2020-11-17 15:27:10','2020-11-17 20:27:10','46.252.46.252',NULL,NULL),(73501,'four_oh_four','2020-11-17 17:20:38','2020-11-17 22:20:38','94.139.226.102',NULL,NULL),(73502,'four_oh_four','2020-11-17 18:00:15','2020-11-17 23:00:15','46.8.223.147',NULL,NULL),(73503,'four_oh_four','2020-11-17 19:02:34','2020-11-18 00:02:34','114.119.151.107',NULL,NULL),(73504,'four_oh_four','2020-11-17 19:21:46','2020-11-18 00:21:46','45.119.41.62',NULL,NULL),(73505,'four_oh_four','2020-11-17 22:11:27','2020-11-18 03:11:27','13.66.139.137',NULL,NULL),(73506,'four_oh_four','2020-11-17 23:55:25','2020-11-18 04:55:25','13.66.139.137',NULL,NULL),(73507,'four_oh_four','2020-11-18 07:19:43','2020-11-18 12:19:43','178.159.37.139',NULL,NULL),(73508,'four_oh_four','2020-11-18 07:38:01','2020-11-18 12:38:01','188.163.109.142',NULL,NULL),(73509,'four_oh_four','2020-11-18 07:43:17','2020-11-18 12:43:17','5.188.84.251',NULL,NULL),(73510,'four_oh_four','2020-11-18 07:43:21','2020-11-18 12:43:21','5.188.84.251',NULL,NULL),(73511,'four_oh_four','2020-11-18 08:07:43','2020-11-18 13:07:43','114.119.130.104',NULL,NULL),(73512,'four_oh_four','2020-11-18 08:42:35','2020-11-18 13:42:35','114.119.134.41',NULL,NULL),(73513,'four_oh_four','2020-11-18 09:49:38','2020-11-18 14:49:38','114.119.148.105',NULL,NULL),(73514,'four_oh_four','2020-11-18 10:15:20','2020-11-18 15:15:20','185.206.213.233',NULL,NULL),(73515,'four_oh_four','2020-11-18 10:36:42','2020-11-18 15:36:42','66.249.65.180',NULL,NULL),(73516,'four_oh_four','2020-11-18 12:41:07','2020-11-18 17:41:07','66.249.65.180',NULL,NULL),(73517,'four_oh_four','2020-11-18 15:04:56','2020-11-18 20:04:56','184.154.139.19',NULL,NULL),(73518,'four_oh_four','2020-11-18 15:33:43','2020-11-18 20:33:43','193.93.193.115',NULL,NULL),(73519,'four_oh_four','2020-11-18 17:29:11','2020-11-18 22:29:11','51.38.140.4',NULL,NULL),(73520,'four_oh_four','2020-11-18 21:23:37','2020-11-19 02:23:37','114.119.143.145',NULL,NULL),(73521,'four_oh_four','2020-11-18 22:01:14','2020-11-19 03:01:14','91.211.195.27',NULL,NULL),(73522,'four_oh_four','2020-11-19 00:01:26','2020-11-19 05:01:26','188.122.82.146',NULL,NULL),(73523,'four_oh_four','2020-11-19 00:11:05','2020-11-19 05:11:05','185.18.21.245',NULL,NULL),(73524,'four_oh_four','2020-11-19 00:57:04','2020-11-19 05:57:04','185.51.247.233',NULL,NULL),(73525,'four_oh_four','2020-11-19 00:57:12','2020-11-19 05:57:12','37.113.187.152',NULL,NULL),(73526,'four_oh_four','2020-11-19 01:03:58','2020-11-19 06:03:58','188.122.82.146',NULL,NULL),(73527,'four_oh_four','2020-11-19 01:37:19','2020-11-19 06:37:19','5.140.233.250',NULL,NULL),(73528,'four_oh_four','2020-11-19 01:46:23','2020-11-19 06:46:23','185.18.21.245',NULL,NULL),(73529,'four_oh_four','2020-11-19 01:53:36','2020-11-19 06:53:36','80.251.153.45',NULL,NULL),(73530,'four_oh_four','2020-11-19 01:55:26','2020-11-19 06:55:26','93.120.132.233',NULL,NULL),(73531,'four_oh_four','2020-11-19 03:26:59','2020-11-19 08:26:59','188.163.109.142',NULL,NULL),(73532,'four_oh_four','2020-11-19 03:57:33','2020-11-19 08:57:33','13.66.139.137',NULL,NULL),(73533,'four_oh_four','2020-11-19 04:31:04','2020-11-19 09:31:04','77.83.1.170',NULL,NULL),(73534,'four_oh_four','2020-11-19 06:16:55','2020-11-19 11:16:55','114.119.148.105',NULL,NULL),(73535,'four_oh_four','2020-11-19 11:38:49','2020-11-19 16:38:49','5.39.84.56',NULL,NULL),(73536,'four_oh_four','2020-11-19 11:39:40','2020-11-19 16:39:40','5.39.84.56',NULL,NULL),(73537,'four_oh_four','2020-11-19 14:14:22','2020-11-19 19:14:22','13.66.139.137',NULL,NULL),(73538,'four_oh_four','2020-11-19 15:01:09','2020-11-19 20:01:09','13.66.139.137',NULL,NULL),(73539,'four_oh_four','2020-11-19 15:02:59','2020-11-19 20:02:59','184.154.139.3',NULL,NULL),(73540,'four_oh_four','2020-11-19 15:09:50','2020-11-19 20:09:50','185.183.95.199',NULL,NULL),(73541,'four_oh_four','2020-11-19 15:18:39','2020-11-19 20:18:39','114.119.136.66',NULL,NULL),(73542,'four_oh_four','2020-11-19 16:39:57','2020-11-19 21:39:57','176.114.153.68',NULL,NULL),(73543,'four_oh_four','2020-11-19 20:43:10','2020-11-20 01:43:10','188.163.74.184',NULL,NULL),(73544,'four_oh_four','2020-11-19 22:37:40','2020-11-20 03:37:40','193.106.30.100',NULL,NULL),(73545,'four_oh_four','2020-11-19 22:42:48','2020-11-20 03:42:48','77.55.249.38',NULL,NULL),(73546,'four_oh_four','2020-11-20 01:35:55','2020-11-20 06:35:55','114.119.130.104',NULL,NULL),(73547,'four_oh_four','2020-11-20 02:34:04','2020-11-20 07:34:04','3.94.137.21',NULL,NULL),(73548,'four_oh_four','2020-11-20 02:34:09','2020-11-20 07:34:09','3.94.137.21',NULL,NULL),(73549,'four_oh_four','2020-11-20 05:43:47','2020-11-20 10:43:47','195.2.78.123',NULL,NULL),(73550,'four_oh_four','2020-11-20 06:50:12','2020-11-20 11:50:12','83.221.222.94',NULL,NULL),(73551,'four_oh_four','2020-11-20 08:39:45','2020-11-20 13:39:45','95.216.3.249',NULL,NULL),(73552,'four_oh_four','2020-11-20 10:00:50','2020-11-20 15:00:50','114.119.157.110',NULL,NULL),(73553,'four_oh_four','2020-11-20 11:16:27','2020-11-20 16:16:27','5.140.233.250',NULL,NULL),(73554,'four_oh_four','2020-11-20 11:32:01','2020-11-20 16:32:01','193.106.30.100',NULL,NULL),(73555,'four_oh_four','2020-11-20 11:45:35','2020-11-20 16:45:35','80.251.153.45',NULL,NULL),(73556,'four_oh_four','2020-11-20 13:28:48','2020-11-20 18:28:48','13.66.139.137',NULL,NULL),(73557,'four_oh_four','2020-11-20 14:07:12','2020-11-20 19:07:12','23.228.109.146',NULL,NULL),(73558,'four_oh_four','2020-11-20 14:15:19','2020-11-20 19:15:19','174.136.12.185',NULL,NULL),(73559,'four_oh_four','2020-11-20 14:41:03','2020-11-20 19:41:03','45.145.67.109',NULL,NULL),(73560,'four_oh_four','2020-11-20 15:02:35','2020-11-20 20:02:35','184.154.139.3',NULL,NULL),(73561,'four_oh_four','2020-11-20 15:47:02','2020-11-20 20:47:02','174.76.48.228',NULL,NULL),(73562,'four_oh_four','2020-11-20 16:29:04','2020-11-20 21:29:04','196.18.137.18',NULL,NULL),(73563,'four_oh_four','2020-11-20 17:45:33','2020-11-20 22:45:33','39.98.242.185',NULL,NULL),(73564,'four_oh_four','2020-11-20 17:45:33','2020-11-20 22:45:33','39.98.242.185',NULL,NULL),(73565,'four_oh_four','2020-11-20 17:45:34','2020-11-20 22:45:34','39.98.242.185',NULL,NULL),(73566,'four_oh_four','2020-11-20 18:00:22','2020-11-20 23:00:22','91.192.122.138',NULL,NULL),(73567,'four_oh_four','2020-11-20 18:00:22','2020-11-20 23:00:22','91.192.122.138',NULL,NULL),(73568,'four_oh_four','2020-11-20 19:29:20','2020-11-21 00:29:20','114.119.157.110',NULL,NULL),(73569,'brute_force','2020-11-21 01:17:48','2020-11-21 06:17:48','5.188.62.214',NULL,NULL),(73570,'brute_force','2020-11-21 01:17:48','2020-11-21 06:17:48',NULL,NULL,'adminu'),(73571,'brute_force','2020-11-21 01:17:53','2020-11-21 06:17:53','5.188.62.214',NULL,NULL),(73572,'brute_force','2020-11-21 01:17:53','2020-11-21 06:17:53',NULL,NULL,'admin'),(73573,'brute_force','2020-11-21 01:41:16','2020-11-21 06:41:16','5.188.62.214',NULL,NULL),(73574,'brute_force','2020-11-21 01:41:16','2020-11-21 06:41:16',NULL,NULL,'adminu'),(73575,'brute_force','2020-11-21 01:41:19','2020-11-21 06:41:19','5.188.62.214',NULL,NULL),(73576,'brute_force','2020-11-21 01:41:19','2020-11-21 06:41:19',NULL,NULL,'admin'),(73577,'brute_force','2020-11-21 02:05:51','2020-11-21 07:05:51','5.188.62.214',NULL,NULL),(73578,'brute_force','2020-11-21 02:05:51','2020-11-21 07:05:51',NULL,NULL,'adminu'),(73579,'brute_force','2020-11-21 02:05:56','2020-11-21 07:05:56','5.188.62.214',NULL,NULL),(73580,'brute_force','2020-11-21 02:05:56','2020-11-21 07:05:56',NULL,NULL,'admin'),(73581,'four_oh_four','2020-11-21 02:07:17','2020-11-21 07:07:17','114.119.145.125',NULL,NULL),(73582,'brute_force','2020-11-21 02:29:12','2020-11-21 07:29:12','5.188.62.214',NULL,NULL),(73583,'brute_force','2020-11-21 02:29:12','2020-11-21 07:29:12',NULL,NULL,'adminu'),(73584,'brute_force','2020-11-21 02:53:09','2020-11-21 07:53:09','5.188.62.214',NULL,NULL),(73585,'brute_force','2020-11-21 02:53:09','2020-11-21 07:53:09',NULL,NULL,'adminu'),(73586,'brute_force','2020-11-21 02:53:14','2020-11-21 07:53:14','5.188.62.214',NULL,NULL),(73587,'brute_force','2020-11-21 02:53:14','2020-11-21 07:53:14',NULL,NULL,'admin@zphiblgz.org'),(73588,'brute_force','2020-11-21 03:17:24','2020-11-21 08:17:24','5.188.62.214',NULL,NULL),(73589,'brute_force','2020-11-21 03:17:24','2020-11-21 08:17:24',NULL,NULL,'adminu'),(73590,'brute_force','2020-11-21 03:17:29','2020-11-21 08:17:29','5.188.62.214',NULL,NULL),(73591,'brute_force','2020-11-21 03:17:29','2020-11-21 08:17:29',NULL,NULL,'admin@zphiblgz.org'),(73592,'four_oh_four','2020-11-21 04:01:12','2020-11-21 09:01:12','5.8.16.87',NULL,NULL),(73593,'four_oh_four','2020-11-21 04:41:02','2020-11-21 09:41:02','114.119.158.13',NULL,NULL),(73594,'four_oh_four','2020-11-21 05:36:22','2020-11-21 10:36:22','114.119.143.145',NULL,NULL),(73595,'four_oh_four','2020-11-21 05:43:54','2020-11-21 10:43:54','114.119.148.105',NULL,NULL),(73596,'four_oh_four','2020-11-21 08:29:51','2020-11-21 13:29:51','114.119.148.105',NULL,NULL),(73597,'four_oh_four','2020-11-21 11:46:29','2020-11-21 16:46:29','193.106.30.100',NULL,NULL),(73598,'four_oh_four','2020-11-21 14:26:36','2020-11-21 19:26:36','46.118.237.94',NULL,NULL),(73599,'four_oh_four','2020-11-21 15:06:12','2020-11-21 20:06:12','184.154.139.20',NULL,NULL),(73600,'four_oh_four','2020-11-21 15:18:47','2020-11-21 20:18:47','114.119.130.104',NULL,NULL),(73601,'four_oh_four','2020-11-21 16:34:24','2020-11-21 21:34:24','114.119.148.105',NULL,NULL),(73602,'four_oh_four','2020-11-21 19:27:00','2020-11-22 00:27:00','37.115.251.232',NULL,NULL),(73603,'four_oh_four','2020-11-21 22:55:30','2020-11-22 03:55:30','193.106.30.100',NULL,NULL),(73604,'four_oh_four','2020-11-22 02:45:37','2020-11-22 07:45:37','114.119.157.110',NULL,NULL),(73605,'four_oh_four','2020-11-22 03:28:04','2020-11-22 08:28:04','114.119.145.125',NULL,NULL),(73606,'four_oh_four','2020-11-22 05:31:41','2020-11-22 10:31:41','114.119.148.105',NULL,NULL),(73607,'four_oh_four','2020-11-22 07:22:49','2020-11-22 12:22:49','95.142.121.17',NULL,NULL),(73608,'four_oh_four','2020-11-22 07:22:53','2020-11-22 12:22:53','95.142.121.17',NULL,NULL),(73609,'four_oh_four','2020-11-22 07:22:57','2020-11-22 12:22:57','95.142.121.17',NULL,NULL),(73610,'four_oh_four','2020-11-22 07:23:01','2020-11-22 12:23:01','95.142.121.17',NULL,NULL),(73611,'four_oh_four','2020-11-22 11:32:53','2020-11-22 16:32:53','46.118.231.28',NULL,NULL),(73612,'four_oh_four','2020-11-22 12:50:06','2020-11-22 17:50:06','157.55.39.53',NULL,NULL),(73613,'four_oh_four','2020-11-22 14:58:36','2020-11-22 19:58:36','37.115.251.232',NULL,NULL),(73614,'four_oh_four','2020-11-22 15:00:02','2020-11-22 20:00:02','108.22.245.89',NULL,NULL),(73615,'four_oh_four','2020-11-22 15:05:16','2020-11-22 20:05:16','184.154.139.3',NULL,NULL),(73616,'four_oh_four','2020-11-22 19:48:54','2020-11-23 00:48:54','139.162.72.13',NULL,NULL),(73617,'four_oh_four','2020-11-22 21:21:14','2020-11-23 02:21:14','77.88.5.54',NULL,NULL),(73618,'four_oh_four','2020-11-22 22:13:06','2020-11-23 03:13:06','114.119.141.146',NULL,NULL),(73619,'four_oh_four','2020-11-23 00:12:29','2020-11-23 05:12:29','114.119.130.104',NULL,NULL),(73620,'four_oh_four','2020-11-23 01:38:31','2020-11-23 06:38:31','114.119.158.13',NULL,NULL),(73621,'four_oh_four','2020-11-23 06:34:02','2020-11-23 11:34:02','52.201.182.91',NULL,NULL),(73622,'four_oh_four','2020-11-23 06:34:06','2020-11-23 11:34:06','52.201.182.91',NULL,NULL),(73623,'four_oh_four','2020-11-23 06:39:18','2020-11-23 11:39:18','66.249.65.183',NULL,NULL),(73624,'four_oh_four','2020-11-23 07:55:46','2020-11-23 12:55:46','114.119.148.105',NULL,NULL),(73625,'four_oh_four','2020-11-23 09:22:56','2020-11-23 14:22:56','162.214.99.37',NULL,NULL),(73626,'four_oh_four','2020-11-23 15:06:57','2020-11-23 20:06:57','184.154.139.18',NULL,NULL),(73627,'four_oh_four','2020-11-23 15:10:17','2020-11-23 20:10:17','209.99.161.15',NULL,NULL),(73628,'four_oh_four','2020-11-23 17:15:40','2020-11-23 22:15:40','103.139.113.34',NULL,NULL),(73629,'four_oh_four','2020-11-23 17:35:29','2020-11-23 22:35:29','114.119.158.13',NULL,NULL),(73630,'four_oh_four','2020-11-23 18:22:50','2020-11-23 23:22:50','114.119.134.41',NULL,NULL),(73631,'four_oh_four','2020-11-23 20:20:00','2020-11-24 01:20:00','73.128.193.77',NULL,NULL),(73632,'four_oh_four','2020-11-23 20:20:03','2020-11-24 01:20:03','73.128.193.77',NULL,NULL),(73633,'four_oh_four','2020-11-23 22:15:15','2020-11-24 03:15:15','114.119.148.105',NULL,NULL),(73634,'four_oh_four','2020-11-24 00:56:14','2020-11-24 05:56:14','114.119.143.145',NULL,NULL),(73635,'four_oh_four','2020-11-24 02:55:20','2020-11-24 07:55:20','178.159.37.139',NULL,NULL),(73636,'four_oh_four','2020-11-24 07:44:40','2020-11-24 12:44:40','185.51.246.4',NULL,NULL),(73637,'four_oh_four','2020-11-24 10:00:04','2020-11-24 15:00:04','37.97.185.158',NULL,NULL),(73638,'four_oh_four','2020-11-24 10:29:40','2020-11-24 15:29:40','162.241.24.68',NULL,NULL),(73639,'four_oh_four','2020-11-24 14:01:50','2020-11-24 19:01:50','195.211.239.254',NULL,NULL),(73640,'four_oh_four','2020-11-24 14:26:49','2020-11-24 19:26:49','114.119.151.107',NULL,NULL),(73641,'four_oh_four','2020-11-24 14:28:56','2020-11-24 19:28:56','38.96.28.244',NULL,NULL),(73642,'four_oh_four','2020-11-24 15:01:24','2020-11-24 20:01:24','114.119.136.66',NULL,NULL),(73643,'four_oh_four','2020-11-24 15:10:32','2020-11-24 20:10:32','184.154.139.18',NULL,NULL),(73644,'four_oh_four','2020-11-24 15:51:52','2020-11-24 20:51:52','37.233.17.225',NULL,NULL),(73645,'four_oh_four','2020-11-24 16:05:39','2020-11-24 21:05:39','114.119.158.13',NULL,NULL),(73646,'four_oh_four','2020-11-24 16:29:55','2020-11-24 21:29:55','91.236.12.16',NULL,NULL),(73647,'four_oh_four','2020-11-24 18:34:47','2020-11-24 23:34:47','5.188.84.251',NULL,NULL),(73648,'four_oh_four','2020-11-24 20:38:48','2020-11-25 01:38:48','157.55.39.144',NULL,NULL),(73649,'four_oh_four','2020-11-24 20:57:23','2020-11-25 01:57:23','37.113.187.152',NULL,NULL),(73650,'four_oh_four','2020-11-24 21:36:02','2020-11-25 02:36:02','5.196.23.219',NULL,NULL),(73651,'four_oh_four','2020-11-24 23:55:32','2020-11-25 04:55:32','5.188.84.25',NULL,NULL),(73652,'four_oh_four','2020-11-24 23:56:27','2020-11-25 04:56:27','5.188.84.45',NULL,NULL),(73653,'four_oh_four','2020-11-24 23:57:14','2020-11-25 04:57:14','5.188.84.65',NULL,NULL),(73654,'four_oh_four','2020-11-25 00:08:43','2020-11-25 05:08:43','5.188.84.35',NULL,NULL),(73655,'four_oh_four','2020-11-25 00:59:52','2020-11-25 05:59:52','114.119.157.110',NULL,NULL),(73656,'four_oh_four','2020-11-25 01:39:45','2020-11-25 06:39:45','80.251.153.45',NULL,NULL),(73657,'four_oh_four','2020-11-25 03:01:15','2020-11-25 08:01:15','114.119.157.110',NULL,NULL),(73658,'four_oh_four','2020-11-25 03:22:41','2020-11-25 08:22:41','37.120.203.72',NULL,NULL),(73659,'four_oh_four','2020-11-25 06:06:51','2020-11-25 11:06:51','5.188.84.92',NULL,NULL),(73660,'four_oh_four','2020-11-25 06:20:37','2020-11-25 11:20:37','188.122.82.146',NULL,NULL),(73661,'four_oh_four','2020-11-25 06:49:22','2020-11-25 11:49:22','193.106.30.100',NULL,NULL),(73662,'four_oh_four','2020-11-25 08:00:03','2020-11-25 13:00:03','188.122.82.146',NULL,NULL),(73663,'four_oh_four','2020-11-25 08:52:26','2020-11-25 13:52:26','188.163.109.142',NULL,NULL),(73664,'four_oh_four','2020-11-25 11:16:14','2020-11-25 16:16:14','114.119.134.41',NULL,NULL),(73665,'four_oh_four','2020-11-25 11:36:38','2020-11-25 16:36:38','62.44.4.203',NULL,NULL),(73666,'four_oh_four','2020-11-25 13:11:33','2020-11-25 18:11:33','207.46.13.15',NULL,NULL),(73667,'four_oh_four','2020-11-25 15:10:00','2020-11-25 20:10:00','184.154.139.17',NULL,NULL),(73668,'four_oh_four','2020-11-25 16:46:27','2020-11-25 21:46:27','91.211.195.27',NULL,NULL),(73669,'four_oh_four','2020-11-25 17:06:00','2020-11-25 22:06:00','114.119.134.41',NULL,NULL),(73670,'four_oh_four','2020-11-25 17:36:39','2020-11-25 22:36:39','77.88.5.54',NULL,NULL),(73671,'four_oh_four','2020-11-25 18:55:40','2020-11-25 23:55:40','114.119.143.145',NULL,NULL),(73672,'four_oh_four','2020-11-25 19:24:40','2020-11-26 00:24:40','104.214.79.46',NULL,NULL),(73673,'four_oh_four','2020-11-25 19:24:44','2020-11-26 00:24:44','104.214.79.46',NULL,NULL),(73674,'four_oh_four','2020-11-25 19:25:04','2020-11-26 00:25:04','104.214.79.46',NULL,NULL),(73675,'four_oh_four','2020-11-25 19:25:10','2020-11-26 00:25:10','104.214.79.46',NULL,NULL),(73676,'four_oh_four','2020-11-25 19:25:20','2020-11-26 00:25:20','104.214.79.46',NULL,NULL),(73677,'four_oh_four','2020-11-25 19:25:25','2020-11-26 00:25:25','104.214.79.46',NULL,NULL),(73678,'four_oh_four','2020-11-25 19:25:29','2020-11-26 00:25:29','104.214.79.46',NULL,NULL),(73679,'four_oh_four','2020-11-25 19:26:08','2020-11-26 00:26:08','104.214.79.46',NULL,NULL),(73680,'four_oh_four','2020-11-25 19:26:36','2020-11-26 00:26:36','104.214.79.46',NULL,NULL),(73681,'four_oh_four','2020-11-25 19:27:12','2020-11-26 00:27:12','104.214.79.46',NULL,NULL),(73682,'four_oh_four','2020-11-25 20:34:38','2020-11-26 01:34:38','182.103.15.217',NULL,NULL),(73683,'four_oh_four','2020-11-25 20:46:19','2020-11-26 01:46:19','176.53.174.31',NULL,NULL),(73684,'four_oh_four','2020-11-25 22:07:44','2020-11-26 03:07:44','37.79.255.195',NULL,NULL),(73685,'four_oh_four','2020-11-25 22:27:38','2020-11-26 03:27:38','5.188.210.18',NULL,NULL),(73686,'four_oh_four','2020-11-25 22:37:32','2020-11-26 03:37:32','45.86.201.148',NULL,NULL),(73687,'four_oh_four','2020-11-25 22:48:23','2020-11-26 03:48:23','182.103.13.149',NULL,NULL),(73688,'four_oh_four','2020-11-26 00:22:58','2020-11-26 05:22:58','5.188.210.18',NULL,NULL),(73689,'four_oh_four','2020-11-26 00:40:49','2020-11-26 05:40:49','178.214.245.131',NULL,NULL),(73690,'four_oh_four','2020-11-26 00:54:18','2020-11-26 05:54:18','5.188.210.18',NULL,NULL),(73691,'four_oh_four','2020-11-26 01:08:59','2020-11-26 06:08:59','5.3.169.222',NULL,NULL),(73692,'four_oh_four','2020-11-26 03:17:58','2020-11-26 08:17:58','114.119.136.66',NULL,NULL),(73693,'four_oh_four','2020-11-26 03:29:02','2020-11-26 08:29:02','178.159.37.49',NULL,NULL),(73694,'four_oh_four','2020-11-26 03:34:34','2020-11-26 08:34:34','128.71.211.251',NULL,NULL),(73695,'four_oh_four','2020-11-26 03:42:42','2020-11-26 08:42:42','178.159.37.92',NULL,NULL),(73696,'four_oh_four','2020-11-26 04:58:34','2020-11-26 09:58:34','114.119.143.145',NULL,NULL),(73697,'four_oh_four','2020-11-26 06:48:56','2020-11-26 11:48:56','185.22.175.136',NULL,NULL),(73698,'four_oh_four','2020-11-26 07:29:10','2020-11-26 12:29:10','5.188.210.18',NULL,NULL),(73699,'four_oh_four','2020-11-26 07:43:06','2020-11-26 12:43:06','45.142.253.225',NULL,NULL),(73700,'four_oh_four','2020-11-26 08:40:36','2020-11-26 13:40:36','193.106.30.100',NULL,NULL),(73701,'four_oh_four','2020-11-26 09:04:50','2020-11-26 14:04:50','178.159.37.58',NULL,NULL),(73702,'four_oh_four','2020-11-26 09:46:10','2020-11-26 14:46:10','207.46.13.56',NULL,NULL),(73703,'four_oh_four','2020-11-26 09:49:42','2020-11-26 14:49:42','80.251.153.45',NULL,NULL),(73704,'four_oh_four','2020-11-26 09:56:33','2020-11-26 14:56:33','114.119.157.110',NULL,NULL),(73705,'four_oh_four','2020-11-26 11:56:12','2020-11-26 16:56:12','207.46.13.56',NULL,NULL),(73706,'four_oh_four','2020-11-26 12:25:45','2020-11-26 17:25:45','114.119.148.105',NULL,NULL),(73707,'four_oh_four','2020-11-26 13:01:14','2020-11-26 18:01:14','114.119.136.66',NULL,NULL),(73708,'four_oh_four','2020-11-26 14:25:02','2020-11-26 19:25:02','114.119.134.41',NULL,NULL),(73709,'four_oh_four','2020-11-26 15:03:00','2020-11-26 20:03:00','184.154.139.18',NULL,NULL),(73710,'four_oh_four','2020-11-26 15:53:28','2020-11-26 20:53:28','114.119.143.145',NULL,NULL),(73711,'four_oh_four','2020-11-26 16:24:51','2020-11-26 21:24:51','13.66.139.124',NULL,NULL),(73712,'four_oh_four','2020-11-26 17:28:16','2020-11-26 22:28:16','88.80.36.226',NULL,NULL),(73713,'four_oh_four','2020-11-26 17:36:31','2020-11-26 22:36:31','5.188.84.251',NULL,NULL),(73714,'four_oh_four','2020-11-26 17:39:51','2020-11-26 22:39:51','66.249.65.186',NULL,NULL),(73715,'four_oh_four','2020-11-26 17:40:06','2020-11-26 22:40:06','66.249.65.182',NULL,NULL),(73716,'four_oh_four','2020-11-26 18:12:50','2020-11-26 23:12:50','45.125.65.31',NULL,NULL),(73717,'four_oh_four','2020-11-26 18:38:48','2020-11-26 23:38:48','114.119.151.107',NULL,NULL),(73718,'four_oh_four','2020-11-26 19:18:39','2020-11-27 00:18:39','207.46.13.229',NULL,NULL),(73719,'four_oh_four','2020-11-26 19:25:51','2020-11-27 00:25:51','92.240.135.30',NULL,NULL),(73720,'four_oh_four','2020-11-26 19:50:21','2020-11-27 00:50:21','5.188.84.251',NULL,NULL),(73721,'four_oh_four','2020-11-26 20:19:22','2020-11-27 01:19:22','92.38.136.69',NULL,NULL),(73722,'four_oh_four','2020-11-26 20:48:49','2020-11-27 01:48:49','13.66.139.124',NULL,NULL),(73723,'brute_force','2020-11-26 21:53:53','2020-11-27 02:53:53','5.188.62.140',NULL,NULL),(73724,'brute_force','2020-11-26 21:53:53','2020-11-27 02:53:53',NULL,NULL,'adminu'),(73725,'brute_force','2020-11-26 22:17:20','2020-11-27 03:17:20','5.188.62.140',NULL,NULL),(73726,'brute_force','2020-11-26 22:17:20','2020-11-27 03:17:20',NULL,NULL,'adminu'),(73727,'four_oh_four','2020-11-26 22:22:31','2020-11-27 03:22:31','5.188.84.92',NULL,NULL),(73728,'brute_force','2020-11-26 22:41:27','2020-11-27 03:41:27','5.188.62.140',NULL,NULL),(73729,'brute_force','2020-11-26 22:41:27','2020-11-27 03:41:27',NULL,NULL,'adminu'),(73730,'four_oh_four','2020-11-26 22:54:34','2020-11-27 03:54:34','3.94.137.21',NULL,NULL),(73731,'four_oh_four','2020-11-26 22:54:37','2020-11-27 03:54:37','3.94.137.21',NULL,NULL),(73732,'brute_force','2020-11-26 23:07:56','2020-11-27 04:07:56','5.188.62.140',NULL,NULL),(73733,'brute_force','2020-11-26 23:07:56','2020-11-27 04:07:56',NULL,NULL,'adminu'),(73734,'four_oh_four','2020-11-26 23:30:57','2020-11-27 04:30:57','138.197.111.12',NULL,NULL),(73735,'four_oh_four','2020-11-27 00:12:40','2020-11-27 05:12:40','5.188.84.251',NULL,NULL),(73736,'four_oh_four','2020-11-27 00:22:02','2020-11-27 05:22:02','46.161.15.40',NULL,NULL),(73737,'four_oh_four','2020-11-27 00:51:47','2020-11-27 05:51:47','206.123.139.241',NULL,NULL),(73738,'four_oh_four','2020-11-27 00:51:49','2020-11-27 05:51:49','206.123.139.241',NULL,NULL),(73739,'four_oh_four','2020-11-27 02:30:38','2020-11-27 07:30:38','193.106.30.100',NULL,NULL),(73740,'four_oh_four','2020-11-27 03:11:29','2020-11-27 08:11:29','157.55.39.133',NULL,NULL),(73741,'four_oh_four','2020-11-27 06:01:43','2020-11-27 11:01:43','114.119.158.13',NULL,NULL),(73742,'four_oh_four','2020-11-27 06:10:53','2020-11-27 11:10:53','185.94.192.94',NULL,NULL),(73743,'four_oh_four','2020-11-27 06:13:04','2020-11-27 11:13:04','136.243.104.211',NULL,NULL),(73744,'four_oh_four','2020-11-27 07:00:15','2020-11-27 12:00:15','151.106.15.42',NULL,NULL),(73745,'four_oh_four','2020-11-27 07:08:42','2020-11-27 12:08:42','91.185.71.106',NULL,NULL),(73746,'four_oh_four','2020-11-27 07:36:14','2020-11-27 12:36:14','114.119.157.110',NULL,NULL),(73747,'four_oh_four','2020-11-27 08:36:02','2020-11-27 13:36:02','114.119.157.110',NULL,NULL),(73748,'four_oh_four','2020-11-27 09:14:56','2020-11-27 14:14:56','114.119.157.110',NULL,NULL),(73749,'four_oh_four','2020-11-27 09:46:42','2020-11-27 14:46:42','178.159.37.139',NULL,NULL),(73750,'four_oh_four','2020-11-27 09:58:15','2020-11-27 14:58:15','13.66.139.124',NULL,NULL),(73751,'four_oh_four','2020-11-27 11:04:57','2020-11-27 16:04:57','5.188.84.92',NULL,NULL),(73752,'four_oh_four','2020-11-27 12:31:39','2020-11-27 17:31:39','13.66.139.124',NULL,NULL),(73753,'four_oh_four','2020-11-27 13:26:21','2020-11-27 18:26:21','5.188.84.92',NULL,NULL),(73754,'four_oh_four','2020-11-27 15:04:36','2020-11-27 20:04:36','184.154.139.21',NULL,NULL),(73755,'four_oh_four','2020-11-27 17:04:46','2020-11-27 22:04:46','178.175.132.71',NULL,NULL),(73756,'four_oh_four','2020-11-27 17:08:29','2020-11-27 22:08:29','78.85.194.229',NULL,NULL),(73757,'four_oh_four','2020-11-27 17:44:48','2020-11-27 22:44:48','95.216.53.202',NULL,NULL),(73758,'four_oh_four','2020-11-27 18:32:46','2020-11-27 23:32:46','194.110.114.54',NULL,NULL),(73759,'four_oh_four','2020-11-27 19:49:26','2020-11-28 00:49:26','206.123.139.241',NULL,NULL),(73760,'four_oh_four','2020-11-27 19:49:54','2020-11-28 00:49:54','178.175.132.71',NULL,NULL),(73761,'brute_force','2020-11-27 20:05:09','2020-11-28 01:05:09','108.167.133.28',NULL,NULL),(73762,'brute_force','2020-11-27 20:05:09','2020-11-28 01:05:09',NULL,NULL,'NoneNone'),(73763,'four_oh_four','2020-11-27 21:15:51','2020-11-28 02:15:51','83.221.222.94',NULL,NULL),(73764,'four_oh_four','2020-11-27 21:55:35','2020-11-28 02:55:35','114.119.157.110',NULL,NULL),(73765,'four_oh_four','2020-11-27 22:14:56','2020-11-28 03:14:56','62.210.207.209',NULL,NULL),(73766,'four_oh_four','2020-11-27 22:15:53','2020-11-28 03:15:53','178.150.47.62',NULL,NULL),(73767,'four_oh_four','2020-11-27 22:28:46','2020-11-28 03:28:46','62.210.207.209',NULL,NULL),(73768,'four_oh_four','2020-11-27 22:53:54','2020-11-28 03:53:54','114.119.145.125',NULL,NULL),(73769,'four_oh_four','2020-11-27 23:25:59','2020-11-28 04:25:59','114.119.157.110',NULL,NULL),(73770,'four_oh_four','2020-11-28 01:32:09','2020-11-28 06:32:09','195.211.239.254',NULL,NULL),(73771,'four_oh_four','2020-11-28 01:35:23','2020-11-28 06:35:23','91.236.12.33',NULL,NULL),(73772,'four_oh_four','2020-11-28 03:26:31','2020-11-28 08:26:31','114.119.136.66',NULL,NULL),(73773,'four_oh_four','2020-11-28 03:32:22','2020-11-28 08:32:22','114.119.134.41',NULL,NULL),(73774,'four_oh_four','2020-11-28 03:38:49','2020-11-28 08:38:49','72.195.34.58',NULL,NULL),(73775,'four_oh_four','2020-11-28 04:41:40','2020-11-28 09:41:40','157.55.39.172',NULL,NULL),(73776,'four_oh_four','2020-11-28 05:10:19','2020-11-28 10:10:19','114.119.158.13',NULL,NULL),(73777,'four_oh_four','2020-11-28 05:42:53','2020-11-28 10:42:53','89.76.210.142',NULL,NULL),(73778,'four_oh_four','2020-11-28 06:04:47','2020-11-28 11:04:47','146.0.207.56',NULL,NULL),(73779,'four_oh_four','2020-11-28 06:09:28','2020-11-28 11:09:28','114.119.158.13',NULL,NULL),(73780,'four_oh_four','2020-11-28 06:44:36','2020-11-28 11:44:36','193.106.30.100',NULL,NULL),(73781,'four_oh_four','2020-11-28 06:49:04','2020-11-28 11:49:04','157.55.39.172',NULL,NULL),(73782,'four_oh_four','2020-11-28 08:03:55','2020-11-28 13:03:55','94.103.86.54',NULL,NULL),(73783,'four_oh_four','2020-11-28 08:09:39','2020-11-28 13:09:39','52.58.12.201',NULL,NULL),(73784,'four_oh_four','2020-11-28 08:19:43','2020-11-28 13:19:43','52.58.12.201',NULL,NULL),(73785,'four_oh_four','2020-11-28 08:31:16','2020-11-28 13:31:16','114.119.148.105',NULL,NULL),(73786,'four_oh_four','2020-11-28 08:31:44','2020-11-28 13:31:44','130.211.96.27',NULL,NULL),(73787,'four_oh_four','2020-11-28 08:32:18','2020-11-28 13:32:18','130.211.96.27',NULL,NULL),(73788,'four_oh_four','2020-11-28 08:33:15','2020-11-28 13:33:15','130.211.96.27',NULL,NULL),(73789,'four_oh_four','2020-11-28 08:33:15','2020-11-28 13:33:15','130.211.96.27',NULL,NULL),(73790,'four_oh_four','2020-11-28 08:41:45','2020-11-28 13:41:45','52.58.12.201',NULL,NULL),(73791,'four_oh_four','2020-11-28 08:55:04','2020-11-28 13:55:04','52.58.51.176',NULL,NULL),(73792,'four_oh_four','2020-11-28 09:51:56','2020-11-28 14:51:56','114.119.130.104',NULL,NULL),(73793,'four_oh_four','2020-11-28 09:57:36','2020-11-28 14:57:36','114.119.130.104',NULL,NULL),(73794,'four_oh_four','2020-11-28 10:01:22','2020-11-28 15:01:22','5.188.210.41',NULL,NULL),(73795,'four_oh_four','2020-11-28 11:07:44','2020-11-28 16:07:44','114.119.158.13',NULL,NULL),(73796,'four_oh_four','2020-11-28 11:13:21','2020-11-28 16:13:21','114.119.145.125',NULL,NULL),(73797,'four_oh_four','2020-11-28 11:42:08','2020-11-28 16:42:08','114.119.143.145',NULL,NULL),(73798,'four_oh_four','2020-11-28 12:06:44','2020-11-28 17:06:44','37.120.142.27',NULL,NULL),(73799,'four_oh_four','2020-11-28 15:03:28','2020-11-28 20:03:28','184.154.139.3',NULL,NULL),(73800,'four_oh_four','2020-11-28 17:33:11','2020-11-28 22:33:11','114.119.136.66',NULL,NULL),(73801,'four_oh_four','2020-11-28 18:32:42','2020-11-28 23:32:42','114.119.151.107',NULL,NULL),(73802,'four_oh_four','2020-11-28 18:45:51','2020-11-28 23:45:51','114.119.151.107',NULL,NULL),(73803,'four_oh_four','2020-11-28 19:54:38','2020-11-29 00:54:38','5.188.210.41',NULL,NULL),(73804,'brute_force','2020-11-28 21:52:43','2020-11-29 02:52:43','5.188.62.214',NULL,NULL),(73805,'brute_force','2020-11-28 21:52:43','2020-11-29 02:52:43',NULL,NULL,'adminu'),(73806,'brute_force','2020-11-28 21:52:48','2020-11-29 02:52:48','5.188.62.214',NULL,NULL),(73807,'brute_force','2020-11-28 21:52:48','2020-11-29 02:52:48',NULL,NULL,'admin'),(73808,'four_oh_four','2020-11-28 21:54:23','2020-11-29 02:54:23','13.92.190.8',NULL,NULL),(73809,'four_oh_four','2020-11-28 21:54:25','2020-11-29 02:54:25','13.92.190.8',NULL,NULL),(73810,'four_oh_four','2020-11-28 21:54:28','2020-11-29 02:54:28','13.92.190.8',NULL,NULL),(73811,'four_oh_four','2020-11-28 21:54:30','2020-11-29 02:54:30','13.92.190.8',NULL,NULL),(73812,'four_oh_four','2020-11-28 21:54:32','2020-11-29 02:54:32','13.92.190.8',NULL,NULL),(73813,'four_oh_four','2020-11-28 21:54:35','2020-11-29 02:54:35','13.92.190.8',NULL,NULL),(73814,'four_oh_four','2020-11-28 21:54:37','2020-11-29 02:54:37','13.92.190.8',NULL,NULL),(73815,'four_oh_four','2020-11-28 21:54:42','2020-11-29 02:54:42','13.92.190.8',NULL,NULL),(73816,'four_oh_four','2020-11-28 21:54:45','2020-11-29 02:54:45','13.92.190.8',NULL,NULL),(73817,'four_oh_four','2020-11-28 21:54:47','2020-11-29 02:54:47','13.92.190.8',NULL,NULL),(73818,'four_oh_four','2020-11-28 21:54:50','2020-11-29 02:54:50','13.92.190.8',NULL,NULL),(73819,'four_oh_four','2020-11-28 21:54:57','2020-11-29 02:54:57','13.92.190.8',NULL,NULL),(73820,'four_oh_four','2020-11-28 21:54:59','2020-11-29 02:54:59','13.92.190.8',NULL,NULL),(73821,'four_oh_four','2020-11-28 21:55:02','2020-11-29 02:55:02','13.92.190.8',NULL,NULL),(73822,'four_oh_four','2020-11-28 22:07:41','2020-11-29 03:07:41','109.248.205.94',NULL,NULL),(73823,'brute_force','2020-11-28 22:16:21','2020-11-29 03:16:21','5.188.62.214',NULL,NULL),(73824,'brute_force','2020-11-28 22:16:21','2020-11-29 03:16:21',NULL,NULL,'adminu'),(73825,'brute_force','2020-11-28 22:16:25','2020-11-29 03:16:25','5.188.62.214',NULL,NULL),(73826,'brute_force','2020-11-28 22:16:25','2020-11-29 03:16:25',NULL,NULL,'admin'),(73827,'four_oh_four','2020-11-28 22:38:27','2020-11-29 03:38:27','109.63.158.71',NULL,NULL),(73828,'brute_force','2020-11-28 22:39:16','2020-11-29 03:39:16','5.188.62.214',NULL,NULL),(73829,'brute_force','2020-11-28 22:39:16','2020-11-29 03:39:16',NULL,NULL,'adminu'),(73830,'brute_force','2020-11-28 22:39:19','2020-11-29 03:39:19','5.188.62.214',NULL,NULL),(73831,'brute_force','2020-11-28 22:39:19','2020-11-29 03:39:19',NULL,NULL,'admin@zphiblgz.org'),(73832,'brute_force','2020-11-28 23:05:17','2020-11-29 04:05:17','5.188.62.214',NULL,NULL),(73833,'brute_force','2020-11-28 23:05:17','2020-11-29 04:05:17',NULL,NULL,'adminu'),(73834,'brute_force','2020-11-28 23:05:21','2020-11-29 04:05:21','5.188.62.214',NULL,NULL),(73835,'brute_force','2020-11-28 23:05:21','2020-11-29 04:05:21',NULL,NULL,'admin@zphiblgz.org'),(73836,'four_oh_four','2020-11-28 23:21:05','2020-11-29 04:21:05','5.189.133.231',NULL,NULL),(73837,'brute_force','2020-11-28 23:29:23','2020-11-29 04:29:23','5.188.62.214',NULL,NULL),(73838,'brute_force','2020-11-28 23:29:23','2020-11-29 04:29:23',NULL,NULL,'adminu'),(73839,'brute_force','2020-11-28 23:29:27','2020-11-29 04:29:27','5.188.62.214',NULL,NULL),(73840,'brute_force','2020-11-28 23:29:27','2020-11-29 04:29:27',NULL,NULL,'admin@zphiblgz.org'),(73841,'four_oh_four','2020-11-28 23:50:52','2020-11-29 04:50:52','46.8.14.177',NULL,NULL),(73842,'four_oh_four','2020-11-28 23:54:07','2020-11-29 04:54:07','114.119.158.13',NULL,NULL),(73843,'brute_force','2020-11-28 23:56:32','2020-11-29 04:56:32','5.188.62.214',NULL,NULL),(73844,'brute_force','2020-11-28 23:56:32','2020-11-29 04:56:32',NULL,NULL,'adminu'),(73845,'brute_force','2020-11-28 23:56:37','2020-11-29 04:56:37','5.188.62.214',NULL,NULL),(73846,'brute_force','2020-11-28 23:56:37','2020-11-29 04:56:37',NULL,NULL,'admin@zphiblgz.org'),(73847,'four_oh_four','2020-11-29 00:36:01','2020-11-29 05:36:01','83.221.222.94',NULL,NULL),(73848,'four_oh_four','2020-11-29 00:38:15','2020-11-29 05:38:15','185.94.192.94',NULL,NULL),(73849,'four_oh_four','2020-11-29 03:01:51','2020-11-29 08:01:51','114.119.151.107',NULL,NULL),(73850,'four_oh_four','2020-11-29 03:07:44','2020-11-29 08:07:44','114.119.130.104',NULL,NULL),(73851,'four_oh_four','2020-11-29 03:13:47','2020-11-29 08:13:47','114.119.145.125',NULL,NULL),(73852,'four_oh_four','2020-11-29 03:16:46','2020-11-29 08:16:46','13.66.139.124',NULL,NULL),(73853,'four_oh_four','2020-11-29 06:01:28','2020-11-29 11:01:28','114.119.151.107',NULL,NULL),(73854,'four_oh_four','2020-11-29 06:31:29','2020-11-29 11:31:29','92.255.198.132',NULL,NULL),(73855,'four_oh_four','2020-11-29 06:54:52','2020-11-29 11:54:52','45.15.237.137',NULL,NULL),(73856,'four_oh_four','2020-11-29 07:19:07','2020-11-29 12:19:07','162.215.248.184',NULL,NULL),(73857,'four_oh_four','2020-11-29 07:35:06','2020-11-29 12:35:06','5.248.165.128',NULL,NULL),(73858,'four_oh_four','2020-11-29 08:02:47','2020-11-29 13:02:47','5.188.84.92',NULL,NULL),(73859,'four_oh_four','2020-11-29 08:33:42','2020-11-29 13:33:42','138.199.18.63',NULL,NULL),(73860,'four_oh_four','2020-11-29 09:28:01','2020-11-29 14:28:01','193.106.30.100',NULL,NULL),(73861,'four_oh_four','2020-11-29 10:00:13','2020-11-29 15:00:13','114.119.157.110',NULL,NULL),(73862,'four_oh_four','2020-11-29 11:12:22','2020-11-29 16:12:22','100.16.232.206',NULL,NULL),(73863,'four_oh_four','2020-11-29 11:12:47','2020-11-29 16:12:47','100.16.232.206',NULL,NULL),(73864,'four_oh_four','2020-11-29 12:37:01','2020-11-29 17:37:01','114.119.143.145',NULL,NULL),(73865,'brute_force','2020-11-29 13:21:53','2020-11-29 18:21:53','128.90.154.193',NULL,NULL),(73866,'brute_force','2020-11-29 13:21:53','2020-11-29 18:21:53',NULL,NULL,'admin'),(73867,'four_oh_four','2020-11-29 14:10:18','2020-11-29 19:10:18','45.125.65.31',NULL,NULL),(73868,'four_oh_four','2020-11-29 14:36:07','2020-11-29 19:36:07','51.222.44.145',NULL,NULL),(73869,'four_oh_four','2020-11-29 15:12:42','2020-11-29 20:12:42','184.154.139.21',NULL,NULL),(73870,'four_oh_four','2020-11-29 16:36:10','2020-11-29 21:36:10','114.119.157.110',NULL,NULL),(73871,'four_oh_four','2020-11-29 19:56:16','2020-11-30 00:56:16','5.188.84.92',NULL,NULL),(73872,'four_oh_four','2020-11-29 22:25:52','2020-11-30 03:25:52','193.106.30.100',NULL,NULL),(73873,'four_oh_four','2020-11-29 22:30:30','2020-11-30 03:30:30','13.66.139.124',NULL,NULL),(73874,'four_oh_four','2020-11-29 23:15:32','2020-11-30 04:15:32','114.119.145.125',NULL,NULL),(73875,'four_oh_four','2020-11-29 23:39:11','2020-11-30 04:39:11','178.159.37.159',NULL,NULL),(73876,'four_oh_four','2020-11-30 00:52:27','2020-11-30 05:52:27','103.90.228.16',NULL,NULL),(73877,'four_oh_four','2020-11-30 02:22:41','2020-11-30 07:22:41','77.88.5.3',NULL,NULL),(73878,'four_oh_four','2020-11-30 02:44:25','2020-11-30 07:44:25','114.119.136.66',NULL,NULL),(73879,'four_oh_four','2020-11-30 03:38:03','2020-11-30 08:38:03','173.69.173.206',NULL,NULL),(73880,'four_oh_four','2020-11-30 03:50:09','2020-11-30 08:50:09','82.208.100.212',NULL,NULL),(73881,'four_oh_four','2020-11-30 03:57:44','2020-11-30 08:57:44','114.119.158.13',NULL,NULL),(73882,'brute_force','2020-11-30 04:02:35','2020-11-30 09:02:35','192.185.82.209',NULL,NULL),(73883,'brute_force','2020-11-30 04:02:35','2020-11-30 09:02:35',NULL,NULL,'NoneNone'),(73884,'four_oh_four','2020-11-30 04:24:55','2020-11-30 09:24:55','114.119.145.125',NULL,NULL),(73885,'four_oh_four','2020-11-30 05:20:26','2020-11-30 10:20:26','114.119.136.66',NULL,NULL),(73886,'four_oh_four','2020-11-30 06:39:04','2020-11-30 11:39:04','3.94.137.21',NULL,NULL),(73887,'four_oh_four','2020-11-30 06:39:07','2020-11-30 11:39:07','3.94.137.21',NULL,NULL),(73888,'four_oh_four','2020-11-30 06:45:08','2020-11-30 11:45:08','140.238.101.176',NULL,NULL),(73889,'four_oh_four','2020-11-30 06:45:12','2020-11-30 11:45:12','140.238.101.176',NULL,NULL),(73890,'four_oh_four','2020-11-30 06:45:15','2020-11-30 11:45:15','140.238.101.176',NULL,NULL),(73891,'four_oh_four','2020-11-30 06:45:18','2020-11-30 11:45:18','140.238.101.176',NULL,NULL),(73892,'four_oh_four','2020-11-30 06:45:21','2020-11-30 11:45:21','140.238.101.176',NULL,NULL),(73893,'four_oh_four','2020-11-30 06:45:23','2020-11-30 11:45:23','140.238.101.176',NULL,NULL),(73894,'four_oh_four','2020-11-30 06:45:26','2020-11-30 11:45:26','140.238.101.176',NULL,NULL),(73895,'four_oh_four','2020-11-30 06:45:29','2020-11-30 11:45:29','140.238.101.176',NULL,NULL),(73896,'four_oh_four','2020-11-30 06:45:32','2020-11-30 11:45:32','140.238.101.176',NULL,NULL),(73897,'four_oh_four','2020-11-30 06:45:35','2020-11-30 11:45:35','140.238.101.176',NULL,NULL),(73898,'four_oh_four','2020-11-30 07:17:18','2020-11-30 12:17:18','198.204.238.194',NULL,NULL),(73899,'four_oh_four','2020-11-30 08:28:52','2020-11-30 13:28:52','114.119.141.146',NULL,NULL),(73900,'four_oh_four','2020-11-30 09:24:25','2020-11-30 14:24:25','178.159.37.139',NULL,NULL),(73901,'four_oh_four','2020-11-30 11:34:54','2020-11-30 16:34:54','193.106.30.100',NULL,NULL),(73902,'four_oh_four','2020-11-30 13:56:15','2020-11-30 18:56:15','93.120.140.41',NULL,NULL),(73903,'four_oh_four','2020-11-30 15:01:48','2020-11-30 20:01:48','184.154.139.19',NULL,NULL),(73904,'four_oh_four','2020-11-30 16:54:03','2020-11-30 21:54:03','173.252.87.119',NULL,NULL),(73905,'four_oh_four','2020-11-30 16:55:14','2020-11-30 21:55:14','114.119.157.110',NULL,NULL),(73906,'four_oh_four','2020-11-30 17:32:59','2020-11-30 22:32:59','66.249.65.181',NULL,NULL),(73907,'four_oh_four','2020-11-30 17:44:30','2020-11-30 22:44:30','95.216.152.179',NULL,NULL),(73908,'four_oh_four','2020-11-30 17:44:33','2020-11-30 22:44:33','95.216.152.179',NULL,NULL),(73909,'four_oh_four','2020-11-30 20:54:11','2020-12-01 01:54:11','114.119.145.125',NULL,NULL),(73910,'four_oh_four','2020-11-30 23:03:02','2020-12-01 04:03:02','114.119.151.107',NULL,NULL),(73911,'four_oh_four','2020-11-30 23:10:13','2020-12-01 04:10:13','71.105.21.15',NULL,NULL),(73912,'four_oh_four','2020-11-30 23:24:47','2020-12-01 04:24:47','114.119.134.41',NULL,NULL),(73913,'four_oh_four','2020-11-30 23:39:51','2020-12-01 04:39:51','193.106.30.100',NULL,NULL),(73914,'four_oh_four','2020-11-30 23:51:43','2020-12-01 04:51:43','188.163.109.142',NULL,NULL),(73915,'four_oh_four','2020-12-01 00:21:36','2020-12-01 05:21:36','114.119.141.146',NULL,NULL),(73916,'four_oh_four','2020-12-01 01:50:55','2020-12-01 06:50:55','195.211.239.254',NULL,NULL),(73917,'four_oh_four','2020-12-01 02:33:01','2020-12-01 07:33:01','96.241.59.102',NULL,NULL),(73918,'four_oh_four','2020-12-01 03:13:44','2020-12-01 08:13:44','114.119.143.145',NULL,NULL),(73919,'four_oh_four','2020-12-01 03:38:49','2020-12-01 08:38:49','114.119.130.104',NULL,NULL),(73920,'four_oh_four','2020-12-01 06:26:27','2020-12-01 11:26:27','114.119.151.107',NULL,NULL),(73921,'four_oh_four','2020-12-01 06:53:07','2020-12-01 11:53:07','51.254.204.117',NULL,NULL),(73922,'four_oh_four','2020-12-01 06:54:21','2020-12-01 11:54:21','51.254.204.117',NULL,NULL),(73923,'four_oh_four','2020-12-01 07:00:16','2020-12-01 12:00:16','45.86.201.148',NULL,NULL),(73924,'four_oh_four','2020-12-01 07:19:29','2020-12-01 12:19:29','62.149.20.29',NULL,NULL),(73925,'four_oh_four','2020-12-01 08:16:36','2020-12-01 13:16:36','46.41.64.76',NULL,NULL),(73926,'four_oh_four','2020-12-01 10:02:41','2020-12-01 15:02:41','206.123.139.235',NULL,NULL),(73927,'four_oh_four','2020-12-01 10:58:32','2020-12-01 15:58:32','23.228.109.146',NULL,NULL),(73928,'four_oh_four','2020-12-01 12:46:54','2020-12-01 17:46:54','193.106.30.100',NULL,NULL),(73929,'four_oh_four','2020-12-01 13:59:12','2020-12-01 18:59:12','89.35.230.130',NULL,NULL),(73930,'four_oh_four','2020-12-01 13:59:12','2020-12-01 18:59:12','89.35.230.130',NULL,NULL),(73931,'four_oh_four','2020-12-01 15:03:10','2020-12-01 20:03:10','184.154.139.17',NULL,NULL),(73932,'four_oh_four','2020-12-01 15:30:47','2020-12-01 20:30:47','157.55.39.173',NULL,NULL),(73933,'four_oh_four','2020-12-01 15:33:09','2020-12-01 20:33:09','193.106.30.100',NULL,NULL),(73934,'four_oh_four','2020-12-01 15:41:11','2020-12-01 20:41:11','72.195.34.58',NULL,NULL),(73935,'four_oh_four','2020-12-01 16:37:20','2020-12-01 21:37:20','39.101.1.61',NULL,NULL),(73936,'four_oh_four','2020-12-01 16:56:25','2020-12-01 21:56:25','188.163.109.142',NULL,NULL),(73937,'four_oh_four','2020-12-01 17:37:29','2020-12-01 22:37:29','40.77.167.32',NULL,NULL),(73938,'four_oh_four','2020-12-01 19:10:14','2020-12-02 00:10:14','46.33.33.124',NULL,NULL),(73939,'four_oh_four','2020-12-01 19:39:12','2020-12-02 00:39:12','193.106.30.100',NULL,NULL),(73940,'four_oh_four','2020-12-01 20:31:22','2020-12-02 01:31:22','77.88.5.54',NULL,NULL),(73941,'four_oh_four','2020-12-01 22:02:02','2020-12-02 03:02:02','114.119.145.125',NULL,NULL),(73942,'four_oh_four','2020-12-01 23:36:33','2020-12-02 04:36:33','89.108.118.7',NULL,NULL),(73943,'four_oh_four','2020-12-01 23:37:28','2020-12-02 04:37:28','114.119.157.110',NULL,NULL),(73944,'four_oh_four','2020-12-01 23:37:50','2020-12-02 04:37:50','5.188.84.251',NULL,NULL),(73945,'four_oh_four','2020-12-02 00:45:46','2020-12-02 05:45:46','193.106.30.100',NULL,NULL),(73946,'four_oh_four','2020-12-02 02:42:30','2020-12-02 07:42:30','13.66.139.28',NULL,NULL),(73947,'four_oh_four','2020-12-02 03:36:44','2020-12-02 08:36:44','92.38.136.69',NULL,NULL),(73948,'four_oh_four','2020-12-02 04:03:48','2020-12-02 09:03:48','193.106.30.100',NULL,NULL),(73949,'four_oh_four','2020-12-02 04:14:24','2020-12-02 09:14:24','114.119.130.104',NULL,NULL),(73950,'four_oh_four','2020-12-02 04:18:49','2020-12-02 09:18:49','77.245.124.70',NULL,NULL),(73951,'four_oh_four','2020-12-02 04:45:17','2020-12-02 09:45:17','52.201.182.91',NULL,NULL),(73952,'four_oh_four','2020-12-02 04:45:20','2020-12-02 09:45:20','52.201.182.91',NULL,NULL),(73953,'four_oh_four','2020-12-02 07:23:25','2020-12-02 12:23:25','193.106.30.100',NULL,NULL),(73954,'four_oh_four','2020-12-02 08:30:59','2020-12-02 13:30:59','52.201.182.91',NULL,NULL),(73955,'four_oh_four','2020-12-02 08:56:22','2020-12-02 13:56:22','159.224.255.154',NULL,NULL),(73956,'four_oh_four','2020-12-02 08:59:19','2020-12-02 13:59:19','23.254.4.38',NULL,NULL),(73957,'four_oh_four','2020-12-02 11:06:53','2020-12-02 16:06:53','37.115.113.102',NULL,NULL),(73958,'four_oh_four','2020-12-02 11:06:58','2020-12-02 16:06:58','37.115.113.102',NULL,NULL),(73959,'four_oh_four','2020-12-02 11:07:01','2020-12-02 16:07:01','37.115.113.102',NULL,NULL),(73960,'four_oh_four','2020-12-02 11:27:47','2020-12-02 16:27:47','23.228.109.146',NULL,NULL),(73961,'four_oh_four','2020-12-02 11:37:52','2020-12-02 16:37:52','78.85.165.131',NULL,NULL),(73962,'four_oh_four','2020-12-02 12:07:28','2020-12-02 17:07:28','193.106.30.100',NULL,NULL),(73963,'four_oh_four','2020-12-02 12:27:32','2020-12-02 17:27:32','211.14.175.57',NULL,NULL),(73964,'four_oh_four','2020-12-02 12:41:42','2020-12-02 17:41:42','51.81.140.151',NULL,NULL),(73965,'four_oh_four','2020-12-02 15:04:04','2020-12-02 20:04:04','184.154.139.21',NULL,NULL),(73966,'four_oh_four','2020-12-02 15:11:46','2020-12-02 20:11:46','178.159.37.104',NULL,NULL),(73967,'four_oh_four','2020-12-02 15:11:50','2020-12-02 20:11:50','178.159.37.104',NULL,NULL),(73968,'four_oh_four','2020-12-02 15:11:52','2020-12-02 20:11:52','178.159.37.104',NULL,NULL),(73969,'four_oh_four','2020-12-02 16:00:48','2020-12-02 21:00:48','156.146.63.114',NULL,NULL),(73970,'four_oh_four','2020-12-02 16:23:15','2020-12-02 21:23:15','5.248.165.128',NULL,NULL),(73971,'four_oh_four','2020-12-02 16:58:59','2020-12-02 21:58:59','193.106.30.100',NULL,NULL),(73972,'four_oh_four','2020-12-02 21:12:55','2020-12-03 02:12:55','114.119.143.145',NULL,NULL),(73973,'four_oh_four','2020-12-02 21:29:04','2020-12-03 02:29:04','114.119.157.110',NULL,NULL),(73974,'four_oh_four','2020-12-02 22:00:17','2020-12-03 03:00:17','193.106.30.100',NULL,NULL),(73975,'four_oh_four','2020-12-02 22:12:00','2020-12-03 03:12:00','178.159.37.104',NULL,NULL),(73976,'four_oh_four','2020-12-02 22:33:12','2020-12-03 03:33:12','37.120.136.171',NULL,NULL),(73977,'four_oh_four','2020-12-03 00:56:29','2020-12-03 05:56:29','39.101.1.61',NULL,NULL),(73978,'four_oh_four','2020-12-03 01:15:22','2020-12-03 06:15:22','185.206.214.71',NULL,NULL),(73979,'four_oh_four','2020-12-03 02:26:04','2020-12-03 07:26:04','178.214.245.131',NULL,NULL),(73980,'four_oh_four','2020-12-03 02:41:03','2020-12-03 07:41:03','114.119.130.104',NULL,NULL),(73981,'four_oh_four','2020-12-03 04:41:10','2020-12-03 09:41:10','174.20.11.100',NULL,NULL),(73982,'four_oh_four','2020-12-03 04:55:19','2020-12-03 09:55:19','40.77.167.32',NULL,NULL),(73983,'four_oh_four','2020-12-03 05:08:25','2020-12-03 10:08:25','37.115.113.102',NULL,NULL),(73984,'four_oh_four','2020-12-03 05:08:28','2020-12-03 10:08:28','37.115.113.102',NULL,NULL),(73985,'four_oh_four','2020-12-03 05:08:30','2020-12-03 10:08:30','37.115.113.102',NULL,NULL),(73986,'four_oh_four','2020-12-03 05:44:14','2020-12-03 10:44:14','39.101.1.61',NULL,NULL),(73987,'four_oh_four','2020-12-03 06:13:42','2020-12-03 11:13:42','114.119.134.41',NULL,NULL),(73988,'four_oh_four','2020-12-03 06:53:34','2020-12-03 11:53:34','5.196.23.219',NULL,NULL),(73989,'four_oh_four','2020-12-03 06:59:59','2020-12-03 11:59:59','5.188.48.10',NULL,NULL),(73990,'four_oh_four','2020-12-03 08:08:30','2020-12-03 13:08:30','194.110.114.54',NULL,NULL),(73991,'four_oh_four','2020-12-03 08:45:58','2020-12-03 13:45:58','114.119.151.107',NULL,NULL),(73992,'four_oh_four','2020-12-03 09:21:22','2020-12-03 14:21:22','178.159.37.139',NULL,NULL),(73993,'four_oh_four','2020-12-03 12:34:14','2020-12-03 17:34:14','217.171.147.164',NULL,NULL),(73994,'four_oh_four','2020-12-03 15:07:54','2020-12-03 20:07:54','95.216.28.251',NULL,NULL),(73995,'four_oh_four','2020-12-03 15:10:17','2020-12-03 20:10:17','184.154.139.17',NULL,NULL),(73996,'four_oh_four','2020-12-03 15:43:00','2020-12-03 20:43:00','46.4.157.125',NULL,NULL),(73997,'four_oh_four','2020-12-03 16:07:53','2020-12-03 21:07:53','114.119.151.107',NULL,NULL),(73998,'four_oh_four','2020-12-03 17:30:34','2020-12-03 22:30:34','94.103.92.140',NULL,NULL),(73999,'four_oh_four','2020-12-03 17:49:33','2020-12-03 22:49:33','207.46.13.52',NULL,NULL),(74000,'four_oh_four','2020-12-03 18:41:32','2020-12-03 23:41:32','82.193.104.168',NULL,NULL),(74001,'four_oh_four','2020-12-03 19:30:02','2020-12-04 00:30:02','195.123.209.118',NULL,NULL),(74002,'four_oh_four','2020-12-03 19:30:04','2020-12-04 00:30:04','195.123.209.118',NULL,NULL),(74003,'four_oh_four','2020-12-03 19:30:02','2020-12-04 00:30:02','195.123.209.118',NULL,NULL),(74004,'four_oh_four','2020-12-03 19:30:10','2020-12-04 00:30:10','195.123.209.118',NULL,NULL),(74005,'four_oh_four','2020-12-03 19:30:12','2020-12-04 00:30:12','195.123.209.118',NULL,NULL),(74006,'four_oh_four','2020-12-03 19:30:13','2020-12-04 00:30:13','195.123.209.118',NULL,NULL),(74007,'four_oh_four','2020-12-03 19:30:15','2020-12-04 00:30:15','195.123.209.118',NULL,NULL),(74008,'four_oh_four','2020-12-03 19:30:16','2020-12-04 00:30:16','195.123.209.118',NULL,NULL),(74009,'four_oh_four','2020-12-03 19:30:17','2020-12-04 00:30:17','195.123.209.118',NULL,NULL),(74010,'four_oh_four','2020-12-03 20:06:37','2020-12-04 01:06:37','109.248.200.192',NULL,NULL),(74011,'four_oh_four','2020-12-03 20:21:33','2020-12-04 01:21:33','195.123.209.118',NULL,NULL),(74012,'four_oh_four','2020-12-03 20:21:35','2020-12-04 01:21:35','195.123.209.118',NULL,NULL),(74013,'four_oh_four','2020-12-03 20:21:34','2020-12-04 01:21:34','195.123.209.118',NULL,NULL),(74014,'four_oh_four','2020-12-03 22:44:31','2020-12-04 03:44:31','188.122.82.146',NULL,NULL),(74015,'four_oh_four','2020-12-04 01:44:05','2020-12-04 06:44:05','52.201.182.91',NULL,NULL),(74016,'four_oh_four','2020-12-04 01:44:06','2020-12-04 06:44:06','52.201.182.91',NULL,NULL),(74017,'four_oh_four','2020-12-04 02:31:02','2020-12-04 07:31:02','40.77.167.32',NULL,NULL),(74018,'four_oh_four','2020-12-04 02:54:35','2020-12-04 07:54:35','114.119.136.66',NULL,NULL),(74019,'four_oh_four','2020-12-04 03:48:20','2020-12-04 08:48:20','145.255.22.45',NULL,NULL),(74020,'four_oh_four','2020-12-04 04:47:37','2020-12-04 09:47:37','40.77.167.32',NULL,NULL),(74021,'four_oh_four','2020-12-04 04:54:19','2020-12-04 09:54:19','178.159.37.104',NULL,NULL),(74022,'four_oh_four','2020-12-04 04:54:24','2020-12-04 09:54:24','178.159.37.104',NULL,NULL),(74023,'four_oh_four','2020-12-04 05:01:23','2020-12-04 10:01:23','94.25.229.55',NULL,NULL),(74024,'four_oh_four','2020-12-04 05:26:03','2020-12-04 10:26:03','5.188.210.18',NULL,NULL),(74025,'four_oh_four','2020-12-04 06:15:59','2020-12-04 11:15:59','212.129.54.164',NULL,NULL),(74026,'four_oh_four','2020-12-04 06:53:18','2020-12-04 11:53:18','5.34.180.192',NULL,NULL),(74027,'four_oh_four','2020-12-04 06:53:22','2020-12-04 11:53:22','5.34.180.192',NULL,NULL),(74028,'four_oh_four','2020-12-04 06:53:24','2020-12-04 11:53:24','5.34.180.192',NULL,NULL),(74029,'four_oh_four','2020-12-04 06:54:44','2020-12-04 11:54:44','114.119.145.125',NULL,NULL),(74030,'four_oh_four','2020-12-04 07:00:27','2020-12-04 12:00:27','114.119.158.13',NULL,NULL),(74031,'four_oh_four','2020-12-04 07:25:25','2020-12-04 12:25:25','199.66.201.19',NULL,NULL),(74032,'four_oh_four','2020-12-04 07:25:25','2020-12-04 12:25:25','199.66.201.19',NULL,NULL),(74033,'four_oh_four','2020-12-04 07:36:55','2020-12-04 12:36:55','162.214.108.152',NULL,NULL),(74034,'four_oh_four','2020-12-04 09:02:49','2020-12-04 14:02:49','5.3.169.222',NULL,NULL),(74035,'four_oh_four','2020-12-04 10:03:15','2020-12-04 15:03:15','37.115.113.102',NULL,NULL),(74036,'four_oh_four','2020-12-04 10:03:18','2020-12-04 15:03:18','37.115.113.102',NULL,NULL),(74037,'four_oh_four','2020-12-04 10:03:21','2020-12-04 15:03:21','37.115.113.102',NULL,NULL),(74038,'four_oh_four','2020-12-04 11:31:53','2020-12-04 16:31:53','178.159.37.104',NULL,NULL),(74039,'four_oh_four','2020-12-04 11:41:33','2020-12-04 16:41:33','185.66.41.54',NULL,NULL),(74040,'four_oh_four','2020-12-04 13:19:40','2020-12-04 18:19:40','193.106.30.100',NULL,NULL),(74041,'four_oh_four','2020-12-04 14:14:50','2020-12-04 19:14:50','114.119.158.13',NULL,NULL),(74042,'four_oh_four','2020-12-04 15:04:09','2020-12-04 20:04:09','184.154.139.19',NULL,NULL),(74043,'four_oh_four','2020-12-04 15:06:10','2020-12-04 20:06:10','184.154.139.19',NULL,NULL),(74044,'four_oh_four','2020-12-04 15:25:28','2020-12-04 20:25:28','46.118.231.209',NULL,NULL),(74045,'four_oh_four','2020-12-04 15:25:27','2020-12-04 20:25:27','46.118.231.209',NULL,NULL),(74046,'four_oh_four','2020-12-04 18:11:02','2020-12-04 23:11:02','77.245.124.70',NULL,NULL),(74047,'four_oh_four','2020-12-04 18:25:56','2020-12-04 23:25:56','193.106.30.100',NULL,NULL),(74048,'four_oh_four','2020-12-04 19:06:25','2020-12-05 00:06:25','37.115.113.102',NULL,NULL),(74049,'four_oh_four','2020-12-04 19:06:24','2020-12-05 00:06:24','37.115.113.102',NULL,NULL),(74050,'four_oh_four','2020-12-04 19:06:26','2020-12-05 00:06:26','37.115.113.102',NULL,NULL),(74051,'four_oh_four','2020-12-04 20:29:59','2020-12-05 01:29:59','46.4.83.150',NULL,NULL),(74052,'four_oh_four','2020-12-04 20:54:57','2020-12-05 01:54:57','193.106.30.100',NULL,NULL),(74053,'four_oh_four','2020-12-04 20:55:02','2020-12-05 01:55:02','193.106.30.100',NULL,NULL),(74054,'four_oh_four','2020-12-04 21:37:09','2020-12-05 02:37:09','204.101.61.82',NULL,NULL),(74055,'four_oh_four','2020-12-04 22:33:53','2020-12-05 03:33:53','46.243.220.226',NULL,NULL),(74056,'four_oh_four','2020-12-04 23:53:00','2020-12-05 04:53:00','95.143.21.214',NULL,NULL),(74057,'four_oh_four','2020-12-05 01:45:06','2020-12-05 06:45:06','52.201.182.91',NULL,NULL),(74058,'four_oh_four','2020-12-05 01:45:09','2020-12-05 06:45:09','52.201.182.91',NULL,NULL),(74059,'four_oh_four','2020-12-05 02:19:55','2020-12-05 07:19:55','5.188.84.251',NULL,NULL),(74060,'four_oh_four','2020-12-05 02:19:56','2020-12-05 07:19:56','5.188.84.251',NULL,NULL),(74061,'four_oh_four','2020-12-05 02:35:25','2020-12-05 07:35:25','207.46.13.130',NULL,NULL),(74062,'four_oh_four','2020-12-05 03:06:14','2020-12-05 08:06:14','114.119.158.13',NULL,NULL),(74063,'four_oh_four','2020-12-05 03:07:48','2020-12-05 08:07:48','72.49.49.11',NULL,NULL),(74064,'four_oh_four','2020-12-05 04:00:14','2020-12-05 09:00:14','193.106.30.100',NULL,NULL),(74065,'four_oh_four','2020-12-05 04:45:45','2020-12-05 09:45:45','114.119.143.145',NULL,NULL),(74066,'four_oh_four','2020-12-05 04:59:53','2020-12-05 09:59:53','207.46.13.130',NULL,NULL),(74067,'four_oh_four','2020-12-05 06:08:25','2020-12-05 11:08:25','114.119.145.125',NULL,NULL),(74068,'four_oh_four','2020-12-05 07:11:06','2020-12-05 12:11:06','193.106.30.100',NULL,NULL),(74069,'four_oh_four','2020-12-05 07:20:56','2020-12-05 12:20:56','5.188.84.59',NULL,NULL),(74070,'four_oh_four','2020-12-05 08:13:25','2020-12-05 13:13:25','178.159.37.49',NULL,NULL),(74071,'four_oh_four','2020-12-05 08:25:14','2020-12-05 13:25:14','66.249.65.180',NULL,NULL),(74072,'four_oh_four','2020-12-05 11:42:22','2020-12-05 16:42:22','193.106.30.100',NULL,NULL),(74073,'four_oh_four','2020-12-05 13:35:20','2020-12-05 18:35:20','77.246.159.39',NULL,NULL),(74074,'four_oh_four','2020-12-05 14:07:03','2020-12-05 19:07:03','114.119.134.41',NULL,NULL),(74075,'four_oh_four','2020-12-05 14:58:46','2020-12-05 19:58:46','212.227.174.234',NULL,NULL),(74076,'four_oh_four','2020-12-05 15:03:55','2020-12-05 20:03:55','184.154.139.18',NULL,NULL),(74077,'four_oh_four','2020-12-05 15:04:21','2020-12-05 20:04:21','5.188.84.218',NULL,NULL),(74078,'four_oh_four','2020-12-05 15:05:57','2020-12-05 20:05:57','85.187.128.7',NULL,NULL),(74079,'four_oh_four','2020-12-05 15:08:40','2020-12-05 20:08:40','195.211.239.254',NULL,NULL),(74080,'four_oh_four','2020-12-05 16:22:51','2020-12-05 21:22:51','193.106.30.100',NULL,NULL),(74081,'four_oh_four','2020-12-05 17:48:21','2020-12-05 22:48:21','114.119.158.13',NULL,NULL),(74082,'four_oh_four','2020-12-05 18:51:05','2020-12-05 23:51:05','193.106.30.100',NULL,NULL),(74083,'four_oh_four','2020-12-05 19:59:19','2020-12-06 00:59:19','193.106.30.100',NULL,NULL),(74084,'four_oh_four','2020-12-05 20:09:55','2020-12-06 01:09:55','109.248.13.247',NULL,NULL),(74085,'four_oh_four','2020-12-05 20:46:49','2020-12-06 01:46:49','5.188.210.18',NULL,NULL),(74086,'four_oh_four','2020-12-05 22:20:45','2020-12-06 03:20:45','46.118.231.209',NULL,NULL),(74087,'four_oh_four','2020-12-05 22:20:48','2020-12-06 03:20:48','46.118.231.209',NULL,NULL),(74088,'four_oh_four','2020-12-05 22:20:51','2020-12-06 03:20:51','46.118.231.209',NULL,NULL),(74089,'four_oh_four','2020-12-05 23:03:18','2020-12-06 04:03:18','193.106.30.100',NULL,NULL),(74090,'four_oh_four','2020-12-05 23:15:59','2020-12-06 04:15:59','207.46.13.198',NULL,NULL),(74091,'four_oh_four','2020-12-06 00:36:17','2020-12-06 05:36:17','37.115.113.102',NULL,NULL),(74092,'four_oh_four','2020-12-06 00:36:16','2020-12-06 05:36:16','37.115.113.102',NULL,NULL),(74093,'four_oh_four','2020-12-06 00:36:18','2020-12-06 05:36:18','37.115.113.102',NULL,NULL),(74094,'four_oh_four','2020-12-06 01:46:59','2020-12-06 06:46:59','3.94.137.21',NULL,NULL),(74095,'four_oh_four','2020-12-06 01:47:02','2020-12-06 06:47:02','3.94.137.21',NULL,NULL),(74096,'four_oh_four','2020-12-06 02:22:52','2020-12-06 07:22:52','178.159.37.104',NULL,NULL),(74097,'four_oh_four','2020-12-06 02:29:14','2020-12-06 07:29:14','114.119.145.125',NULL,NULL),(74098,'four_oh_four','2020-12-06 02:50:24','2020-12-06 07:50:24','69.30.241.170',NULL,NULL),(74099,'four_oh_four','2020-12-06 03:24:42','2020-12-06 08:24:42','114.119.145.125',NULL,NULL),(74100,'four_oh_four','2020-12-06 03:41:53','2020-12-06 08:41:53','46.119.63.22',NULL,NULL),(74101,'four_oh_four','2020-12-06 03:56:32','2020-12-06 08:56:32','5.188.210.18',NULL,NULL),(74102,'four_oh_four','2020-12-06 03:59:39','2020-12-06 08:59:39','5.8.16.100',NULL,NULL),(74103,'four_oh_four','2020-12-06 04:10:09','2020-12-06 09:10:09','178.159.37.171',NULL,NULL),(74104,'four_oh_four','2020-12-06 04:30:57','2020-12-06 09:30:57','114.119.130.104',NULL,NULL),(74105,'four_oh_four','2020-12-06 04:49:06','2020-12-06 09:49:06','66.249.65.180',NULL,NULL),(74106,'four_oh_four','2020-12-06 05:14:19','2020-12-06 10:14:19','128.68.235.229',NULL,NULL),(74107,'four_oh_four','2020-12-06 06:21:02','2020-12-06 11:21:02','91.205.168.46',NULL,NULL),(74108,'four_oh_four','2020-12-06 07:06:07','2020-12-06 12:06:07','114.119.130.104',NULL,NULL),(74109,'four_oh_four','2020-12-06 07:10:47','2020-12-06 12:10:47','162.215.248.253',NULL,NULL),(74110,'four_oh_four','2020-12-06 07:47:19','2020-12-06 12:47:19','46.118.231.209',NULL,NULL),(74111,'four_oh_four','2020-12-06 07:47:21','2020-12-06 12:47:21','46.118.231.209',NULL,NULL),(74112,'four_oh_four','2020-12-06 07:47:20','2020-12-06 12:47:20','46.118.231.209',NULL,NULL),(74113,'four_oh_four','2020-12-06 07:55:26','2020-12-06 12:55:26','114.119.145.125',NULL,NULL),(74114,'four_oh_four','2020-12-06 09:14:08','2020-12-06 14:14:08','178.159.37.104',NULL,NULL),(74115,'four_oh_four','2020-12-06 09:14:07','2020-12-06 14:14:07','178.159.37.104',NULL,NULL),(74116,'four_oh_four','2020-12-06 09:14:09','2020-12-06 14:14:09','178.159.37.104',NULL,NULL),(74117,'four_oh_four','2020-12-06 10:08:42','2020-12-06 15:08:42','185.183.95.199',NULL,NULL),(74118,'four_oh_four','2020-12-06 10:27:23','2020-12-06 15:27:23','114.119.136.66',NULL,NULL),(74119,'four_oh_four','2020-12-06 10:43:22','2020-12-06 15:43:22','47.254.174.39',NULL,NULL),(74120,'four_oh_four','2020-12-06 11:45:28','2020-12-06 16:45:28','31.173.84.58',NULL,NULL),(74121,'four_oh_four','2020-12-06 11:51:41','2020-12-06 16:51:41','178.159.37.139',NULL,NULL),(74122,'four_oh_four','2020-12-06 12:04:51','2020-12-06 17:04:51','129.146.190.190',NULL,NULL),(74123,'four_oh_four','2020-12-06 12:18:26','2020-12-06 17:18:26','198.252.98.24',NULL,NULL),(74124,'four_oh_four','2020-12-06 13:29:20','2020-12-06 18:29:20','192.3.233.209',NULL,NULL),(74125,'four_oh_four','2020-12-06 13:31:03','2020-12-06 18:31:03','178.159.37.58',NULL,NULL),(74126,'four_oh_four','2020-12-06 15:05:33','2020-12-06 20:05:33','184.154.139.20',NULL,NULL),(74127,'four_oh_four','2020-12-06 15:14:42','2020-12-06 20:14:42','185.205.204.198',NULL,NULL),(74128,'four_oh_four','2020-12-06 16:19:11','2020-12-06 21:19:11','114.119.145.125',NULL,NULL),(74129,'four_oh_four','2020-12-06 17:19:29','2020-12-06 22:19:29','114.119.151.107',NULL,NULL),(74130,'four_oh_four','2020-12-06 19:45:18','2020-12-07 00:45:18','193.106.30.100',NULL,NULL),(74131,'four_oh_four','2020-12-06 20:23:49','2020-12-07 01:23:49','23.231.34.177',NULL,NULL),(74132,'four_oh_four','2020-12-06 20:23:55','2020-12-07 01:23:55','23.231.34.177',NULL,NULL),(74133,'four_oh_four','2020-12-06 20:23:58','2020-12-07 01:23:58','23.231.34.177',NULL,NULL),(74134,'four_oh_four','2020-12-06 20:24:02','2020-12-07 01:24:02','23.231.34.177',NULL,NULL),(74135,'four_oh_four','2020-12-06 21:31:38','2020-12-07 02:31:38','5.34.180.192',NULL,NULL),(74136,'four_oh_four','2020-12-06 21:31:38','2020-12-07 02:31:38','5.34.180.192',NULL,NULL),(74137,'four_oh_four','2020-12-06 21:31:40','2020-12-07 02:31:40','5.34.180.192',NULL,NULL),(74138,'four_oh_four','2020-12-07 00:07:52','2020-12-07 05:07:52','81.88.49.28',NULL,NULL),(74139,'four_oh_four','2020-12-07 00:18:58','2020-12-07 05:18:58','178.159.37.77',NULL,NULL),(74140,'brute_force','2020-12-07 01:30:00','2020-12-07 06:30:00','5.188.62.140',NULL,NULL),(74141,'brute_force','2020-12-07 01:30:00','2020-12-07 06:30:00',NULL,NULL,'adminu'),(74142,'four_oh_four','2020-12-07 01:48:42','2020-12-07 06:48:42','52.201.182.91',NULL,NULL),(74143,'four_oh_four','2020-12-07 01:48:45','2020-12-07 06:48:45','52.201.182.91',NULL,NULL),(74144,'brute_force','2020-12-07 02:05:50','2020-12-07 07:05:50','5.188.62.140',NULL,NULL),(74145,'brute_force','2020-12-07 02:05:50','2020-12-07 07:05:50',NULL,NULL,'adminu'),(74146,'brute_force','2020-12-07 02:41:21','2020-12-07 07:41:21','5.188.62.140',NULL,NULL),(74147,'brute_force','2020-12-07 02:41:21','2020-12-07 07:41:21',NULL,NULL,'adminu'),(74148,'four_oh_four','2020-12-07 02:57:57','2020-12-07 07:57:57','5.188.84.251',NULL,NULL),(74149,'four_oh_four','2020-12-07 02:58:15','2020-12-07 07:58:15','23.236.232.196',NULL,NULL),(74150,'four_oh_four','2020-12-07 02:59:39','2020-12-07 07:59:39','5.188.84.251',NULL,NULL),(74151,'four_oh_four','2020-12-07 02:59:47','2020-12-07 07:59:47','114.119.130.104',NULL,NULL),(74152,'four_oh_four','2020-12-07 03:03:02','2020-12-07 08:03:02','103.83.192.12',NULL,NULL),(74153,'brute_force','2020-12-07 03:18:35','2020-12-07 08:18:35','5.188.62.140',NULL,NULL),(74154,'brute_force','2020-12-07 03:18:35','2020-12-07 08:18:35',NULL,NULL,'adminu'),(74155,'brute_force','2020-12-07 04:00:08','2020-12-07 09:00:08','5.188.62.140',NULL,NULL),(74156,'brute_force','2020-12-07 04:00:08','2020-12-07 09:00:08',NULL,NULL,'adminu'),(74157,'brute_force','2020-12-07 05:24:28','2020-12-07 10:24:28','5.188.62.214',NULL,NULL),(74158,'brute_force','2020-12-07 05:24:28','2020-12-07 10:24:28',NULL,NULL,'adminu'),(74159,'brute_force','2020-12-07 05:24:33','2020-12-07 10:24:33','5.188.62.214',NULL,NULL),(74160,'brute_force','2020-12-07 05:24:33','2020-12-07 10:24:33',NULL,NULL,'admin@zphiblgz.org'),(74161,'four_oh_four','2020-12-07 05:38:50','2020-12-07 10:38:50','5.34.180.192',NULL,NULL),(74162,'four_oh_four','2020-12-07 05:38:49','2020-12-07 10:38:49','5.34.180.192',NULL,NULL),(74163,'four_oh_four','2020-12-07 05:38:51','2020-12-07 10:38:51','5.34.180.192',NULL,NULL),(74164,'four_oh_four','2020-12-07 05:40:02','2020-12-07 10:40:02','114.119.134.41',NULL,NULL),(74165,'brute_force','2020-12-07 05:48:13','2020-12-07 10:48:13','5.188.62.214',NULL,NULL),(74166,'brute_force','2020-12-07 05:48:13','2020-12-07 10:48:13',NULL,NULL,'adminu'),(74167,'brute_force','2020-12-07 05:48:17','2020-12-07 10:48:17','5.188.62.214',NULL,NULL),(74168,'brute_force','2020-12-07 05:48:17','2020-12-07 10:48:17',NULL,NULL,'admin@zphiblgz.org'),(74169,'brute_force','2020-12-07 06:11:53','2020-12-07 11:11:53','5.188.62.214',NULL,NULL),(74170,'brute_force','2020-12-07 06:11:53','2020-12-07 11:11:53',NULL,NULL,'adminu'),(74171,'brute_force','2020-12-07 06:11:57','2020-12-07 11:11:57','5.188.62.214',NULL,NULL),(74172,'brute_force','2020-12-07 06:11:57','2020-12-07 11:11:57',NULL,NULL,'admin@zphiblgz.org'),(74173,'brute_force','2020-12-07 06:35:46','2020-12-07 11:35:46','5.188.62.214',NULL,NULL),(74174,'brute_force','2020-12-07 06:35:46','2020-12-07 11:35:46',NULL,NULL,'adminu'),(74175,'brute_force','2020-12-07 06:35:50','2020-12-07 11:35:50','5.188.62.214',NULL,NULL),(74176,'brute_force','2020-12-07 06:35:50','2020-12-07 11:35:50',NULL,NULL,'admin@zphiblgz.org'),(74177,'brute_force','2020-12-07 07:00:08','2020-12-07 12:00:08','5.188.62.214',NULL,NULL),(74178,'brute_force','2020-12-07 07:00:08','2020-12-07 12:00:08',NULL,NULL,'adminu'),(74179,'brute_force','2020-12-07 07:00:17','2020-12-07 12:00:17','5.188.62.214',NULL,NULL),(74180,'brute_force','2020-12-07 07:00:17','2020-12-07 12:00:17',NULL,NULL,'admin@zphiblgz.org'),(74181,'four_oh_four','2020-12-07 07:15:39','2020-12-07 12:15:39','45.10.232.134',NULL,NULL),(74182,'brute_force','2020-12-07 07:24:55','2020-12-07 12:24:55','5.188.62.214',NULL,NULL),(74183,'brute_force','2020-12-07 07:24:55','2020-12-07 12:24:55',NULL,NULL,'adminu'),(74184,'brute_force','2020-12-07 07:25:00','2020-12-07 12:25:00','5.188.62.214',NULL,NULL),(74185,'brute_force','2020-12-07 07:25:00','2020-12-07 12:25:00',NULL,NULL,'admin@zphiblgz.org'),(74186,'brute_force','2020-12-07 07:51:01','2020-12-07 12:51:01','5.188.62.214',NULL,NULL),(74187,'brute_force','2020-12-07 07:51:01','2020-12-07 12:51:01',NULL,NULL,'adminu'),(74188,'brute_force','2020-12-07 08:22:07','2020-12-07 13:22:07','5.188.62.214',NULL,NULL),(74189,'brute_force','2020-12-07 08:22:07','2020-12-07 13:22:07',NULL,NULL,'adminu'),(74190,'brute_force','2020-12-07 08:22:12','2020-12-07 13:22:12','5.188.62.214',NULL,NULL),(74191,'brute_force','2020-12-07 08:22:12','2020-12-07 13:22:12',NULL,NULL,'admin@zphiblgz.org'),(74192,'four_oh_four','2020-12-07 08:31:56','2020-12-07 13:31:56','114.119.157.110',NULL,NULL),(74193,'brute_force','2020-12-07 08:55:15','2020-12-07 13:55:15','5.188.62.214',NULL,NULL),(74194,'brute_force','2020-12-07 08:55:15','2020-12-07 13:55:15',NULL,NULL,'adminu'),(74195,'brute_force','2020-12-07 08:55:20','2020-12-07 13:55:20','5.188.62.214',NULL,NULL),(74196,'brute_force','2020-12-07 08:55:20','2020-12-07 13:55:20',NULL,NULL,'admin@zphiblgz.org'),(74197,'four_oh_four','2020-12-07 10:17:53','2020-12-07 15:17:53','5.188.84.92',NULL,NULL),(74198,'four_oh_four','2020-12-07 11:22:41','2020-12-07 16:22:41','5.188.84.230',NULL,NULL),(74199,'four_oh_four','2020-12-07 11:26:01','2020-12-07 16:26:01','93.75.38.205',NULL,NULL),(74200,'four_oh_four','2020-12-07 11:28:39','2020-12-07 16:28:39','195.123.209.118',NULL,NULL),(74201,'four_oh_four','2020-12-07 11:28:39','2020-12-07 16:28:39','195.123.209.118',NULL,NULL),(74202,'four_oh_four','2020-12-07 11:28:39','2020-12-07 16:28:39','195.123.209.118',NULL,NULL),(74203,'four_oh_four','2020-12-07 11:28:41','2020-12-07 16:28:41','195.123.209.118',NULL,NULL),(74204,'four_oh_four','2020-12-07 11:28:41','2020-12-07 16:28:41','195.123.209.118',NULL,NULL),(74205,'four_oh_four','2020-12-07 11:28:41','2020-12-07 16:28:41','195.123.209.118',NULL,NULL),(74206,'four_oh_four','2020-12-07 11:28:43','2020-12-07 16:28:43','195.123.209.118',NULL,NULL),(74207,'four_oh_four','2020-12-07 11:28:42','2020-12-07 16:28:42','195.123.209.118',NULL,NULL),(74208,'four_oh_four','2020-12-07 11:28:42','2020-12-07 16:28:42','195.123.209.118',NULL,NULL),(74209,'four_oh_four','2020-12-07 11:35:59','2020-12-07 16:35:59','94.155.33.88',NULL,NULL),(74210,'four_oh_four','2020-12-07 11:36:02','2020-12-07 16:36:02','94.155.33.88',NULL,NULL),(74211,'four_oh_four','2020-12-07 11:36:05','2020-12-07 16:36:05','94.155.33.88',NULL,NULL),(74212,'four_oh_four','2020-12-07 11:36:09','2020-12-07 16:36:09','94.155.33.88',NULL,NULL),(74213,'four_oh_four','2020-12-07 11:41:11','2020-12-07 16:41:11','50.116.88.119',NULL,NULL),(74214,'four_oh_four','2020-12-07 12:01:30','2020-12-07 17:01:30','195.123.209.118',NULL,NULL),(74215,'four_oh_four','2020-12-07 12:01:32','2020-12-07 17:01:32','195.123.209.118',NULL,NULL),(74216,'four_oh_four','2020-12-07 12:01:31','2020-12-07 17:01:31','195.123.209.118',NULL,NULL),(74217,'brute_force','2020-12-07 13:14:44','2020-12-07 18:14:44','5.188.62.140',NULL,NULL),(74218,'brute_force','2020-12-07 13:14:44','2020-12-07 18:14:44',NULL,NULL,'adminu'),(74219,'brute_force','2020-12-07 13:14:51','2020-12-07 18:14:51','5.188.62.140',NULL,NULL),(74220,'brute_force','2020-12-07 13:14:51','2020-12-07 18:14:51',NULL,NULL,'admin'),(74221,'brute_force','2020-12-07 13:17:41','2020-12-07 18:17:41','5.188.62.140',NULL,NULL),(74222,'brute_force','2020-12-07 13:17:41','2020-12-07 18:17:41',NULL,NULL,'adminu'),(74223,'brute_force','2020-12-07 13:17:47','2020-12-07 18:17:47','5.188.62.140',NULL,NULL),(74224,'brute_force','2020-12-07 13:17:47','2020-12-07 18:17:47',NULL,NULL,'zphiblgz'),(74225,'brute_force','2020-12-07 13:20:44','2020-12-07 18:20:44','5.188.62.140',NULL,NULL),(74226,'brute_force','2020-12-07 13:20:44','2020-12-07 18:20:44',NULL,NULL,'adminu'),(74227,'brute_force','2020-12-07 13:20:47','2020-12-07 18:20:47','5.188.62.140',NULL,NULL),(74228,'brute_force','2020-12-07 13:20:47','2020-12-07 18:20:47',NULL,NULL,'zphiblgz'),(74229,'brute_force','2020-12-07 13:23:33','2020-12-07 18:23:33','5.188.62.140',NULL,NULL),(74230,'brute_force','2020-12-07 13:23:33','2020-12-07 18:23:33',NULL,NULL,'adminu'),(74231,'brute_force','2020-12-07 13:23:37','2020-12-07 18:23:37','5.188.62.140',NULL,NULL),(74232,'brute_force','2020-12-07 13:23:37','2020-12-07 18:23:37',NULL,NULL,'admin'),(74233,'brute_force','2020-12-07 13:26:15','2020-12-07 18:26:15','5.188.62.140',NULL,NULL),(74234,'brute_force','2020-12-07 13:26:15','2020-12-07 18:26:15',NULL,NULL,'adminu'),(74235,'brute_force','2020-12-07 13:26:18','2020-12-07 18:26:18','5.188.62.140',NULL,NULL),(74236,'brute_force','2020-12-07 13:26:18','2020-12-07 18:26:18',NULL,NULL,'admin'),(74237,'brute_force','2020-12-07 13:29:06','2020-12-07 18:29:06','5.188.62.140',NULL,NULL),(74238,'brute_force','2020-12-07 13:29:06','2020-12-07 18:29:06',NULL,NULL,'adminu'),(74239,'brute_force','2020-12-07 13:29:09','2020-12-07 18:29:09','5.188.62.140',NULL,NULL),(74240,'brute_force','2020-12-07 13:29:09','2020-12-07 18:29:09',NULL,NULL,'admin'),(74241,'brute_force','2020-12-07 13:31:36','2020-12-07 18:31:36','5.188.62.140',NULL,NULL),(74242,'brute_force','2020-12-07 13:31:36','2020-12-07 18:31:36',NULL,NULL,'adminu'),(74243,'brute_force','2020-12-07 13:31:40','2020-12-07 18:31:40','5.188.62.140',NULL,NULL),(74244,'brute_force','2020-12-07 13:31:40','2020-12-07 18:31:40',NULL,NULL,'admin'),(74245,'brute_force','2020-12-07 13:34:04','2020-12-07 18:34:04','5.188.62.140',NULL,NULL),(74246,'brute_force','2020-12-07 13:34:04','2020-12-07 18:34:04',NULL,NULL,'adminu'),(74247,'four_oh_four','2020-12-07 13:37:05','2020-12-07 18:37:05','52.87.248.108',NULL,NULL),(74248,'brute_force','2020-12-07 13:49:05','2020-12-07 18:49:05','5.188.62.140',NULL,NULL),(74249,'brute_force','2020-12-07 13:49:05','2020-12-07 18:49:05',NULL,NULL,'adminu'),(74250,'brute_force','2020-12-07 13:49:09','2020-12-07 18:49:09','5.188.62.140',NULL,NULL),(74251,'brute_force','2020-12-07 13:49:09','2020-12-07 18:49:09',NULL,NULL,'admin'),(74252,'brute_force','2020-12-07 13:52:07','2020-12-07 18:52:07','5.188.62.140',NULL,NULL),(74253,'brute_force','2020-12-07 13:52:07','2020-12-07 18:52:07',NULL,NULL,'adminu'),(74254,'brute_force','2020-12-07 13:52:13','2020-12-07 18:52:13','5.188.62.140',NULL,NULL),(74255,'brute_force','2020-12-07 13:52:13','2020-12-07 18:52:13',NULL,NULL,'admin'),(74256,'brute_force','2020-12-07 13:54:59','2020-12-07 18:54:59','5.188.62.140',NULL,NULL),(74257,'brute_force','2020-12-07 13:54:59','2020-12-07 18:54:59',NULL,NULL,'adminu'),(74258,'brute_force','2020-12-07 13:55:03','2020-12-07 18:55:03','5.188.62.140',NULL,NULL),(74259,'brute_force','2020-12-07 13:55:03','2020-12-07 18:55:03',NULL,NULL,'admin'),(74260,'brute_force','2020-12-07 13:58:21','2020-12-07 18:58:21','5.188.62.140',NULL,NULL),(74261,'brute_force','2020-12-07 13:58:21','2020-12-07 18:58:21',NULL,NULL,'adminu'),(74262,'brute_force','2020-12-07 13:58:25','2020-12-07 18:58:25','5.188.62.140',NULL,NULL),(74263,'brute_force','2020-12-07 13:58:25','2020-12-07 18:58:25',NULL,NULL,'admin'),(74264,'brute_force','2020-12-07 14:01:27','2020-12-07 19:01:27','5.188.62.140',NULL,NULL),(74265,'brute_force','2020-12-07 14:01:27','2020-12-07 19:01:27',NULL,NULL,'adminu'),(74266,'brute_force','2020-12-07 14:01:31','2020-12-07 19:01:31','5.188.62.140',NULL,NULL),(74267,'brute_force','2020-12-07 14:01:31','2020-12-07 19:01:31',NULL,NULL,'zphiblgz'),(74268,'brute_force','2020-12-07 14:04:07','2020-12-07 19:04:07','5.188.62.140',NULL,NULL),(74269,'brute_force','2020-12-07 14:04:07','2020-12-07 19:04:07',NULL,NULL,'adminu'),(74270,'brute_force','2020-12-07 14:04:10','2020-12-07 19:04:10','5.188.62.140',NULL,NULL),(74271,'brute_force','2020-12-07 14:04:10','2020-12-07 19:04:10',NULL,NULL,'admin'),(74272,'brute_force','2020-12-07 14:06:21','2020-12-07 19:06:21','5.188.62.140',NULL,NULL),(74273,'brute_force','2020-12-07 14:06:21','2020-12-07 19:06:21',NULL,NULL,'adminu'),(74274,'four_oh_four','2020-12-07 14:11:36','2020-12-07 19:11:36','184.154.120.170',NULL,NULL),(74275,'brute_force','2020-12-07 14:21:27','2020-12-07 19:21:27','5.188.62.140',NULL,NULL),(74276,'brute_force','2020-12-07 14:21:27','2020-12-07 19:21:27',NULL,NULL,'adminu'),(74277,'brute_force','2020-12-07 14:21:31','2020-12-07 19:21:31','5.188.62.140',NULL,NULL),(74278,'brute_force','2020-12-07 14:21:31','2020-12-07 19:21:31',NULL,NULL,'zphiblgz'),(74279,'brute_force','2020-12-07 14:23:35','2020-12-07 19:23:35','5.188.62.140',NULL,NULL),(74280,'brute_force','2020-12-07 14:23:35','2020-12-07 19:23:35',NULL,NULL,'adminu'),(74281,'brute_force','2020-12-07 14:23:38','2020-12-07 19:23:38','5.188.62.140',NULL,NULL),(74282,'brute_force','2020-12-07 14:23:38','2020-12-07 19:23:38',NULL,NULL,'admin'),(74283,'brute_force','2020-12-07 14:25:46','2020-12-07 19:25:46','5.188.62.140',NULL,NULL),(74284,'brute_force','2020-12-07 14:25:46','2020-12-07 19:25:46',NULL,NULL,'adminu'),(74285,'four_oh_four','2020-12-07 14:46:22','2020-12-07 19:46:22','46.118.231.209',NULL,NULL),(74286,'four_oh_four','2020-12-07 14:46:21','2020-12-07 19:46:21','46.118.231.209',NULL,NULL),(74287,'four_oh_four','2020-12-07 15:10:26','2020-12-07 20:10:26','184.154.139.19',NULL,NULL),(74288,'four_oh_four','2020-12-07 15:16:18','2020-12-07 20:16:18','142.4.30.19',NULL,NULL),(74289,'four_oh_four','2020-12-07 15:24:59','2020-12-07 20:24:59','51.15.201.113',NULL,NULL),(74290,'four_oh_four','2020-12-07 15:38:01','2020-12-07 20:38:01','5.135.237.134',NULL,NULL),(74291,'four_oh_four','2020-12-07 15:38:01','2020-12-07 20:38:01','5.135.237.134',NULL,NULL),(74292,'four_oh_four','2020-12-07 15:44:23','2020-12-07 20:44:23','178.159.37.104',NULL,NULL),(74293,'four_oh_four','2020-12-07 15:44:27','2020-12-07 20:44:27','178.159.37.104',NULL,NULL),(74294,'four_oh_four','2020-12-07 16:05:14','2020-12-07 21:05:14','34.205.142.126',NULL,NULL),(74295,'brute_force','2020-12-07 16:35:41','2020-12-07 21:35:41','92.249.44.173',NULL,NULL),(74296,'brute_force','2020-12-07 16:35:41','2020-12-07 21:35:41',NULL,NULL,'NoneNone'),(74297,'four_oh_four','2020-12-07 18:17:44','2020-12-07 23:17:44','195.96.193.41',NULL,NULL),(74298,'four_oh_four','2020-12-07 18:40:40','2020-12-07 23:40:40','66.79.164.187',NULL,NULL),(74299,'four_oh_four','2020-12-07 21:11:17','2020-12-08 02:11:17','37.115.113.102',NULL,NULL),(74300,'four_oh_four','2020-12-07 21:11:16','2020-12-08 02:11:16','37.115.113.102',NULL,NULL),(74301,'four_oh_four','2020-12-07 21:11:16','2020-12-08 02:11:16','37.115.113.102',NULL,NULL),(74302,'four_oh_four','2020-12-07 21:11:17','2020-12-08 02:11:17','37.115.113.102',NULL,NULL),(74303,'four_oh_four','2020-12-07 21:11:18','2020-12-08 02:11:18','37.115.113.102',NULL,NULL),(74304,'four_oh_four','2020-12-07 21:11:18','2020-12-08 02:11:18','37.115.113.102',NULL,NULL),(74305,'four_oh_four','2020-12-07 21:26:55','2020-12-08 02:26:55','5.188.211.72',NULL,NULL),(74306,'four_oh_four','2020-12-07 21:58:10','2020-12-08 02:58:10','47.89.31.26',NULL,NULL),(74307,'four_oh_four','2020-12-07 23:18:07','2020-12-08 04:18:07','178.159.37.104',NULL,NULL),(74308,'four_oh_four','2020-12-07 23:18:06','2020-12-08 04:18:06','178.159.37.104',NULL,NULL),(74309,'four_oh_four','2020-12-07 23:18:06','2020-12-08 04:18:06','178.159.37.104',NULL,NULL),(74310,'four_oh_four','2020-12-07 23:45:40','2020-12-08 04:45:40','46.118.231.209',NULL,NULL),(74311,'four_oh_four','2020-12-07 23:45:42','2020-12-08 04:45:42','46.118.231.209',NULL,NULL),(74312,'four_oh_four','2020-12-07 23:45:41','2020-12-08 04:45:41','46.118.231.209',NULL,NULL),(74313,'four_oh_four','2020-12-08 00:29:16','2020-12-08 05:29:16','91.185.67.9',NULL,NULL),(74314,'four_oh_four','2020-12-08 00:29:13','2020-12-08 05:29:13','5.188.84.251',NULL,NULL),(74315,'four_oh_four','2020-12-08 00:33:43','2020-12-08 05:33:43','188.163.109.142',NULL,NULL),(74316,'four_oh_four','2020-12-08 02:01:14','2020-12-08 07:01:14','114.119.158.13',NULL,NULL),(74317,'four_oh_four','2020-12-08 02:39:07','2020-12-08 07:39:07','52.201.182.91',NULL,NULL),(74318,'four_oh_four','2020-12-08 02:39:12','2020-12-08 07:39:12','52.201.182.91',NULL,NULL),(74319,'four_oh_four','2020-12-08 03:11:21','2020-12-08 08:11:21','91.77.225.97',NULL,NULL),(74320,'four_oh_four','2020-12-08 03:18:36','2020-12-08 08:18:36','51.38.140.4',NULL,NULL),(74321,'four_oh_four','2020-12-08 03:19:51','2020-12-08 08:19:51','5.188.84.251',NULL,NULL),(74322,'four_oh_four','2020-12-08 04:49:09','2020-12-08 09:49:09','139.59.45.168',NULL,NULL),(74323,'four_oh_four','2020-12-08 04:55:20','2020-12-08 09:55:20','85.206.163.232',NULL,NULL),(74324,'four_oh_four','2020-12-08 06:15:22','2020-12-08 11:15:22','37.115.113.102',NULL,NULL),(74325,'four_oh_four','2020-12-08 06:15:21','2020-12-08 11:15:21','37.115.113.102',NULL,NULL),(74326,'four_oh_four','2020-12-08 06:15:23','2020-12-08 11:15:23','37.115.113.102',NULL,NULL),(74327,'four_oh_four','2020-12-08 06:45:11','2020-12-08 11:45:11','68.183.191.193',NULL,NULL),(74328,'four_oh_four','2020-12-08 07:14:09','2020-12-08 12:14:09','80.251.153.35',NULL,NULL),(74329,'four_oh_four','2020-12-08 07:22:55','2020-12-08 12:22:55','103.27.239.185',NULL,NULL),(74330,'four_oh_four','2020-12-08 08:29:58','2020-12-08 13:29:58','91.236.12.84',NULL,NULL),(74331,'four_oh_four','2020-12-08 08:33:42','2020-12-08 13:33:42','104.214.79.46',NULL,NULL),(74332,'four_oh_four','2020-12-08 09:13:07','2020-12-08 14:13:07','37.115.113.102',NULL,NULL),(74333,'four_oh_four','2020-12-08 09:13:06','2020-12-08 14:13:06','37.115.113.102',NULL,NULL),(74334,'four_oh_four','2020-12-08 09:13:09','2020-12-08 14:13:09','37.115.113.102',NULL,NULL),(74335,'four_oh_four','2020-12-08 09:31:30','2020-12-08 14:31:30','193.106.30.100',NULL,NULL),(74336,'four_oh_four','2020-12-08 10:21:38','2020-12-08 15:21:38','114.119.141.146',NULL,NULL),(74337,'four_oh_four','2020-12-08 13:41:52','2020-12-08 18:41:52','195.211.239.254',NULL,NULL),(74338,'four_oh_four','2020-12-08 14:03:31','2020-12-08 19:03:31','85.204.246.235',NULL,NULL),(74339,'four_oh_four','2020-12-08 14:03:30','2020-12-08 19:03:30','159.203.30.11',NULL,NULL),(74340,'four_oh_four','2020-12-08 15:05:23','2020-12-08 20:05:23','184.154.139.19',NULL,NULL),(74341,'four_oh_four','2020-12-08 15:27:56','2020-12-08 20:27:56','178.168.202.122',NULL,NULL),(74342,'four_oh_four','2020-12-08 16:18:02','2020-12-08 21:18:02','93.157.18.89',NULL,NULL),(74343,'four_oh_four','2020-12-08 17:59:53','2020-12-08 22:59:53','77.88.5.77',NULL,NULL),(74344,'four_oh_four','2020-12-08 18:40:27','2020-12-08 23:40:27','188.165.213.26',NULL,NULL),(74345,'four_oh_four','2020-12-08 20:21:45','2020-12-09 01:21:45','93.126.98.242',NULL,NULL),(74346,'four_oh_four','2020-12-08 21:11:42','2020-12-09 02:11:42','78.24.222.6',NULL,NULL),(74347,'four_oh_four','2020-12-08 21:44:29','2020-12-09 02:44:29','114.119.148.105',NULL,NULL),(74348,'four_oh_four','2020-12-08 23:12:40','2020-12-09 04:12:40','5.34.180.192',NULL,NULL),(74349,'four_oh_four','2020-12-08 23:12:42','2020-12-09 04:12:42','5.34.180.192',NULL,NULL),(74350,'four_oh_four','2020-12-08 23:12:40','2020-12-09 04:12:40','5.34.180.192',NULL,NULL),(74351,'four_oh_four','2020-12-08 23:20:06','2020-12-09 04:20:06','92.255.198.132',NULL,NULL),(74352,'four_oh_four','2020-12-08 23:50:51','2020-12-09 04:50:51','114.119.143.145',NULL,NULL),(74353,'four_oh_four','2020-12-09 00:27:39','2020-12-09 05:27:39','114.119.145.125',NULL,NULL),(74354,'four_oh_four','2020-12-09 00:30:42','2020-12-09 05:30:42','188.163.74.184',NULL,NULL),(74355,'four_oh_four','2020-12-09 01:19:58','2020-12-09 06:19:58','114.119.141.146',NULL,NULL),(74356,'four_oh_four','2020-12-09 01:36:20','2020-12-09 06:36:20','114.119.158.13',NULL,NULL),(74357,'four_oh_four','2020-12-09 01:58:40','2020-12-09 06:58:40','5.188.48.16',NULL,NULL),(74358,'four_oh_four','2020-12-09 03:24:38','2020-12-09 08:24:38','114.119.158.13',NULL,NULL),(74359,'four_oh_four','2020-12-09 04:20:06','2020-12-09 09:20:06','5.188.48.57',NULL,NULL),(74360,'four_oh_four','2020-12-09 05:24:36','2020-12-09 10:24:36','178.159.37.104',NULL,NULL),(74361,'four_oh_four','2020-12-09 05:24:35','2020-12-09 10:24:35','178.159.37.104',NULL,NULL),(74362,'four_oh_four','2020-12-09 05:33:09','2020-12-09 10:33:09','206.123.139.239',NULL,NULL),(74363,'four_oh_four','2020-12-09 05:49:40','2020-12-09 10:49:40','5.8.16.110',NULL,NULL),(74364,'four_oh_four','2020-12-09 05:58:48','2020-12-09 10:58:48','13.66.139.159',NULL,NULL),(74365,'four_oh_four','2020-12-09 06:26:23','2020-12-09 11:26:23','114.119.148.105',NULL,NULL),(74366,'four_oh_four','2020-12-09 08:40:56','2020-12-09 13:40:56','52.201.182.91',NULL,NULL),(74367,'four_oh_four','2020-12-09 09:06:17','2020-12-09 14:06:17','13.212.145.52',NULL,NULL),(74368,'four_oh_four','2020-12-09 10:29:01','2020-12-09 15:29:01','95.143.21.122',NULL,NULL),(74369,'four_oh_four','2020-12-09 10:29:04','2020-12-09 15:29:04','95.143.21.122',NULL,NULL),(74370,'four_oh_four','2020-12-09 11:16:30','2020-12-09 16:16:30','209.99.163.30',NULL,NULL),(74371,'four_oh_four','2020-12-09 12:29:16','2020-12-09 17:29:16','193.143.77.26',NULL,NULL),(74372,'four_oh_four','2020-12-09 13:21:13','2020-12-09 18:21:13','46.0.203.99',NULL,NULL),(74373,'four_oh_four','2020-12-09 13:31:13','2020-12-09 18:31:13','37.115.113.0',NULL,NULL),(74374,'four_oh_four','2020-12-09 13:31:17','2020-12-09 18:31:17','37.115.113.0',NULL,NULL),(74375,'four_oh_four','2020-12-09 13:52:52','2020-12-09 18:52:52','45.154.56.161',NULL,NULL),(74376,'four_oh_four','2020-12-09 13:52:55','2020-12-09 18:52:55','45.154.56.161',NULL,NULL),(74377,'four_oh_four','2020-12-09 13:52:58','2020-12-09 18:52:58','45.154.56.161',NULL,NULL),(74378,'four_oh_four','2020-12-09 13:53:01','2020-12-09 18:53:01','45.154.56.161',NULL,NULL),(74379,'four_oh_four','2020-12-09 15:10:47','2020-12-09 20:10:47','184.154.139.20',NULL,NULL),(74380,'four_oh_four','2020-12-09 17:41:42','2020-12-09 22:41:42','176.53.174.31',NULL,NULL),(74381,'four_oh_four','2020-12-09 18:06:04','2020-12-09 23:06:04','212.227.174.234',NULL,NULL),(74382,'four_oh_four','2020-12-09 19:52:53','2020-12-10 00:52:53','5.62.20.23',NULL,NULL),(74383,'four_oh_four','2020-12-09 20:27:48','2020-12-10 01:27:48','37.115.113.102',NULL,NULL),(74384,'four_oh_four','2020-12-09 20:27:51','2020-12-10 01:27:51','37.115.113.102',NULL,NULL),(74385,'four_oh_four','2020-12-09 20:27:54','2020-12-10 01:27:54','37.115.113.102',NULL,NULL),(74386,'four_oh_four','2020-12-09 21:07:54','2020-12-10 02:07:54','178.159.37.139',NULL,NULL),(74387,'four_oh_four','2020-12-09 21:12:09','2020-12-10 02:12:09','109.248.14.90',NULL,NULL),(74388,'four_oh_four','2020-12-09 21:46:58','2020-12-10 02:46:58','37.9.147.10',NULL,NULL),(74389,'four_oh_four','2020-12-09 22:07:55','2020-12-10 03:07:55','64.140.134.140',NULL,NULL),(74390,'four_oh_four','2020-12-10 02:09:11','2020-12-10 07:09:11','135.148.2.79',NULL,NULL),(74391,'four_oh_four','2020-12-10 02:59:46','2020-12-10 07:59:46','157.55.39.115',NULL,NULL),(74392,'four_oh_four','2020-12-10 03:20:34','2020-12-10 08:20:34','95.65.81.152',NULL,NULL),(74393,'four_oh_four','2020-12-10 04:32:42','2020-12-10 09:32:42','37.115.113.102',NULL,NULL),(74394,'four_oh_four','2020-12-10 04:32:46','2020-12-10 09:32:46','37.115.113.102',NULL,NULL),(74395,'four_oh_four','2020-12-10 04:32:49','2020-12-10 09:32:49','37.115.113.102',NULL,NULL),(74396,'four_oh_four','2020-12-10 05:37:20','2020-12-10 10:37:20','95.216.152.179',NULL,NULL),(74397,'four_oh_four','2020-12-10 05:44:09','2020-12-10 10:44:09','5.188.84.92',NULL,NULL),(74398,'four_oh_four','2020-12-10 05:45:44','2020-12-10 10:45:44','114.119.130.104',NULL,NULL),(74399,'four_oh_four','2020-12-10 06:17:17','2020-12-10 11:17:17','157.55.39.135',NULL,NULL),(74400,'four_oh_four','2020-12-10 07:53:57','2020-12-10 12:53:57','46.21.250.205',NULL,NULL),(74401,'four_oh_four','2020-12-10 08:08:23','2020-12-10 13:08:23','5.143.67.38',NULL,NULL),(74402,'four_oh_four','2020-12-10 09:08:28','2020-12-10 14:08:28','46.148.206.226',NULL,NULL),(74403,'four_oh_four','2020-12-10 10:29:40','2020-12-10 15:29:40','37.115.113.102',NULL,NULL),(74404,'four_oh_four','2020-12-10 10:29:50','2020-12-10 15:29:50','37.115.113.102',NULL,NULL),(74405,'four_oh_four','2020-12-10 10:29:53','2020-12-10 15:29:53','37.115.113.102',NULL,NULL),(74406,'four_oh_four','2020-12-10 11:37:56','2020-12-10 16:37:56','85.140.84.77',NULL,NULL),(74407,'four_oh_four','2020-12-10 12:49:51','2020-12-10 17:49:51','157.7.184.27',NULL,NULL),(74408,'four_oh_four','2020-12-10 12:50:33','2020-12-10 17:50:33','157.7.184.27',NULL,NULL),(74409,'four_oh_four','2020-12-10 13:23:36','2020-12-10 18:23:36','134.19.231.200',NULL,NULL),(74410,'four_oh_four','2020-12-10 13:26:05','2020-12-10 18:26:05','5.34.180.192',NULL,NULL),(74411,'four_oh_four','2020-12-10 13:26:05','2020-12-10 18:26:05','5.34.180.192',NULL,NULL),(74412,'four_oh_four','2020-12-10 13:26:06','2020-12-10 18:26:06','5.34.180.192',NULL,NULL),(74413,'four_oh_four','2020-12-10 14:34:38','2020-12-10 19:34:38','45.88.105.198',NULL,NULL),(74414,'four_oh_four','2020-12-10 15:05:08','2020-12-10 20:05:08','184.154.139.3',NULL,NULL),(74415,'four_oh_four','2020-12-10 16:37:00','2020-12-10 21:37:00','95.216.172.172',NULL,NULL),(74416,'four_oh_four','2020-12-10 16:54:44','2020-12-10 21:54:44','114.119.145.125',NULL,NULL),(74417,'four_oh_four','2020-12-10 18:36:17','2020-12-10 23:36:17','54.164.103.245',NULL,NULL),(74418,'four_oh_four','2020-12-10 18:36:23','2020-12-10 23:36:23','34.207.223.46',NULL,NULL),(74419,'four_oh_four','2020-12-10 18:37:22','2020-12-10 23:37:22','173.211.84.16',NULL,NULL),(74420,'four_oh_four','2020-12-10 18:37:27','2020-12-10 23:37:27','212.80.203.190',NULL,NULL),(74421,'four_oh_four','2020-12-10 20:17:53','2020-12-11 01:17:53','37.115.113.0',NULL,NULL),(74422,'four_oh_four','2020-12-10 20:17:57','2020-12-11 01:17:57','37.115.113.0',NULL,NULL),(74423,'four_oh_four','2020-12-10 20:18:00','2020-12-11 01:18:00','37.115.113.0',NULL,NULL),(74424,'four_oh_four','2020-12-10 20:24:04','2020-12-11 01:24:04','5.143.25.0',NULL,NULL),(74425,'four_oh_four','2020-12-10 20:36:41','2020-12-11 01:36:41','94.198.41.118',NULL,NULL),(74426,'four_oh_four','2020-12-10 21:26:29','2020-12-11 02:26:29','114.119.136.66',NULL,NULL),(74427,'four_oh_four','2020-12-10 22:00:14','2020-12-11 03:00:14','195.211.239.254',NULL,NULL),(74428,'four_oh_four','2020-12-10 23:12:26','2020-12-11 04:12:26','66.249.65.85',NULL,NULL),(74429,'four_oh_four','2020-12-10 23:28:42','2020-12-11 04:28:42','188.138.136.146',NULL,NULL),(74430,'four_oh_four','2020-12-11 00:07:38','2020-12-11 05:07:38','66.249.65.83',NULL,NULL),(74431,'four_oh_four','2020-12-11 00:07:56','2020-12-11 05:07:56','66.249.65.81',NULL,NULL),(74432,'four_oh_four','2020-12-11 00:12:02','2020-12-11 05:12:02','66.249.65.83',NULL,NULL),(74433,'four_oh_four','2020-12-11 00:14:35','2020-12-11 05:14:35','66.249.65.85',NULL,NULL),(74434,'four_oh_four','2020-12-11 00:51:41','2020-12-11 05:51:41','54.174.4.108',NULL,NULL),(74435,'four_oh_four','2020-12-11 00:58:45','2020-12-11 05:58:45','62.128.217.100',NULL,NULL),(74436,'four_oh_four','2020-12-11 00:58:48','2020-12-11 05:58:48','62.128.217.100',NULL,NULL),(74437,'four_oh_four','2020-12-11 00:58:51','2020-12-11 05:58:51','62.128.217.100',NULL,NULL),(74438,'four_oh_four','2020-12-11 00:58:54','2020-12-11 05:58:54','62.128.217.100',NULL,NULL),(74439,'four_oh_four','2020-12-11 04:48:30','2020-12-11 09:48:30','114.119.134.41',NULL,NULL),(74440,'four_oh_four','2020-12-11 04:54:02','2020-12-11 09:54:02','114.119.134.41',NULL,NULL),(74441,'four_oh_four','2020-12-11 04:58:49','2020-12-11 09:58:49','114.119.158.13',NULL,NULL),(74442,'four_oh_four','2020-12-11 05:18:48','2020-12-11 10:18:48','195.123.209.118',NULL,NULL),(74443,'four_oh_four','2020-12-11 05:18:52','2020-12-11 10:18:52','195.123.209.118',NULL,NULL),(74444,'four_oh_four','2020-12-11 05:18:55','2020-12-11 10:18:55','195.123.209.118',NULL,NULL),(74445,'four_oh_four','2020-12-11 05:19:15','2020-12-11 10:19:15','195.123.209.118',NULL,NULL),(74446,'four_oh_four','2020-12-11 05:19:16','2020-12-11 10:19:16','195.123.209.118',NULL,NULL),(74447,'four_oh_four','2020-12-11 05:19:17','2020-12-11 10:19:17','195.123.209.118',NULL,NULL),(74448,'four_oh_four','2020-12-11 05:42:28','2020-12-11 10:42:28','114.119.158.13',NULL,NULL),(74449,'four_oh_four','2020-12-11 07:01:49','2020-12-11 12:01:49','185.94.192.85',NULL,NULL),(74450,'four_oh_four','2020-12-11 08:48:39','2020-12-11 13:48:39','163.44.193.201',NULL,NULL),(74451,'four_oh_four','2020-12-11 09:02:15','2020-12-11 14:02:15','193.106.30.100',NULL,NULL),(74452,'four_oh_four','2020-12-11 11:25:30','2020-12-11 16:25:30','62.210.80.34',NULL,NULL),(74453,'four_oh_four','2020-12-11 12:09:38','2020-12-11 17:09:38','45.82.70.85',NULL,NULL),(74454,'four_oh_four','2020-12-11 12:09:41','2020-12-11 17:09:41','45.82.70.85',NULL,NULL),(74455,'four_oh_four','2020-12-11 14:13:11','2020-12-11 19:13:11','198.54.114.126',NULL,NULL),(74456,'four_oh_four','2020-12-11 14:29:48','2020-12-11 19:29:48','72.83.211.30',NULL,NULL),(74457,'four_oh_four','2020-12-11 14:29:55','2020-12-11 19:29:55','72.83.211.30',NULL,NULL),(74458,'four_oh_four','2020-12-11 14:41:35','2020-12-11 19:41:35','45.145.67.109',NULL,NULL),(74459,'four_oh_four','2020-12-11 15:03:09','2020-12-11 20:03:09','184.154.139.17',NULL,NULL),(74460,'four_oh_four','2020-12-11 15:04:02','2020-12-11 20:04:02','46.150.241.90',NULL,NULL),(74461,'four_oh_four','2020-12-11 15:57:10','2020-12-11 20:57:10','188.163.109.142',NULL,NULL),(74462,'four_oh_four','2020-12-11 16:29:42','2020-12-11 21:29:42','109.61.248.82',NULL,NULL),(74463,'four_oh_four','2020-12-11 16:30:26','2020-12-11 21:30:26','5.34.180.192',NULL,NULL),(74464,'four_oh_four','2020-12-11 16:30:25','2020-12-11 21:30:25','5.34.180.192',NULL,NULL),(74465,'four_oh_four','2020-12-11 16:30:27','2020-12-11 21:30:27','5.34.180.192',NULL,NULL),(74466,'four_oh_four','2020-12-11 17:07:00','2020-12-11 22:07:00','91.211.195.27',NULL,NULL),(74467,'four_oh_four','2020-12-11 17:17:34','2020-12-11 22:17:34','5.248.11.40',NULL,NULL),(74468,'four_oh_four','2020-12-11 17:49:49','2020-12-11 22:49:49','114.119.130.104',NULL,NULL),(74469,'four_oh_four','2020-12-11 18:16:35','2020-12-11 23:16:35','114.119.158.13',NULL,NULL),(74470,'four_oh_four','2020-12-11 20:26:24','2020-12-12 01:26:24','77.88.5.54',NULL,NULL),(74471,'four_oh_four','2020-12-11 21:31:29','2020-12-12 02:31:29','5.188.84.92',NULL,NULL),(74472,'four_oh_four','2020-12-11 21:58:03','2020-12-12 02:58:03','114.119.145.125',NULL,NULL),(74473,'four_oh_four','2020-12-12 00:49:19','2020-12-12 05:49:19','114.119.130.104',NULL,NULL),(74474,'four_oh_four','2020-12-12 01:06:56','2020-12-12 06:06:56','188.130.219.252',NULL,NULL),(74475,'four_oh_four','2020-12-12 01:29:43','2020-12-12 06:29:43','98.188.47.150',NULL,NULL),(74476,'four_oh_four','2020-12-12 01:38:29','2020-12-12 06:38:29','37.115.113.102',NULL,NULL),(74477,'four_oh_four','2020-12-12 01:38:34','2020-12-12 06:38:34','37.115.113.102',NULL,NULL),(74478,'four_oh_four','2020-12-12 01:38:37','2020-12-12 06:38:37','37.115.113.102',NULL,NULL),(74479,'four_oh_four','2020-12-12 01:41:23','2020-12-12 06:41:23','114.119.145.125',NULL,NULL),(74480,'four_oh_four','2020-12-12 03:01:44','2020-12-12 08:01:44','185.191.32.203',NULL,NULL),(74481,'four_oh_four','2020-12-12 03:02:35','2020-12-12 08:02:35','37.115.113.102',NULL,NULL),(74482,'four_oh_four','2020-12-12 03:02:34','2020-12-12 08:02:34','37.115.113.102',NULL,NULL),(74483,'four_oh_four','2020-12-12 03:02:36','2020-12-12 08:02:36','37.115.113.102',NULL,NULL),(74484,'four_oh_four','2020-12-12 04:40:04','2020-12-12 09:40:04','5.34.180.192',NULL,NULL),(74485,'four_oh_four','2020-12-12 04:40:03','2020-12-12 09:40:03','5.34.180.192',NULL,NULL),(74486,'four_oh_four','2020-12-12 04:40:05','2020-12-12 09:40:05','5.34.180.192',NULL,NULL),(74487,'four_oh_four','2020-12-12 04:41:03','2020-12-12 09:41:03','114.119.157.110',NULL,NULL),(74488,'four_oh_four','2020-12-12 05:23:20','2020-12-12 10:23:20','114.119.158.13',NULL,NULL),(74489,'four_oh_four','2020-12-12 05:28:26','2020-12-12 10:28:26','114.119.141.146',NULL,NULL),(74490,'four_oh_four','2020-12-12 05:36:14','2020-12-12 10:36:14','46.119.63.22',NULL,NULL),(74491,'four_oh_four','2020-12-12 07:33:57','2020-12-12 12:33:57','206.123.139.183',NULL,NULL),(74492,'four_oh_four','2020-12-12 09:07:56','2020-12-12 14:07:56','114.119.141.146',NULL,NULL),(74493,'four_oh_four','2020-12-12 09:52:39','2020-12-12 14:52:39','178.159.37.139',NULL,NULL),(74494,'four_oh_four','2020-12-12 10:14:14','2020-12-12 15:14:14','202.172.28.21',NULL,NULL),(74495,'four_oh_four','2020-12-12 10:30:27','2020-12-12 15:30:27','114.119.151.107',NULL,NULL),(74496,'four_oh_four','2020-12-12 12:05:08','2020-12-12 17:05:08','198.96.95.143',NULL,NULL),(74497,'four_oh_four','2020-12-12 12:15:21','2020-12-12 17:15:21','173.254.28.244',NULL,NULL),(74498,'four_oh_four','2020-12-12 14:21:28','2020-12-12 19:21:28','114.119.136.66',NULL,NULL),(74499,'four_oh_four','2020-12-12 15:02:13','2020-12-12 20:02:13','13.84.149.149',NULL,NULL),(74500,'four_oh_four','2020-12-12 15:08:19','2020-12-12 20:08:19','184.154.139.21',NULL,NULL),(74501,'four_oh_four','2020-12-12 17:57:24','2020-12-12 22:57:24','94.103.92.140',NULL,NULL),(74502,'four_oh_four','2020-12-12 18:14:58','2020-12-12 23:14:58','88.198.242.184',NULL,NULL),(74503,'four_oh_four','2020-12-12 18:55:57','2020-12-12 23:55:57','95.143.21.215',NULL,NULL),(74504,'four_oh_four','2020-12-12 19:05:39','2020-12-13 00:05:39','178.159.37.104',NULL,NULL),(74505,'four_oh_four','2020-12-12 19:05:37','2020-12-13 00:05:37','178.159.37.104',NULL,NULL),(74506,'four_oh_four','2020-12-12 19:05:37','2020-12-13 00:05:37','178.159.37.104',NULL,NULL),(74507,'four_oh_four','2020-12-12 19:45:00','2020-12-13 00:45:00','178.159.37.104',NULL,NULL),(74508,'four_oh_four','2020-12-12 19:44:59','2020-12-13 00:44:59','178.159.37.104',NULL,NULL),(74509,'four_oh_four','2020-12-12 19:45:01','2020-12-13 00:45:01','178.159.37.104',NULL,NULL),(74510,'four_oh_four','2020-12-12 20:02:17','2020-12-13 01:02:17','67.80.217.128',NULL,NULL),(74511,'four_oh_four','2020-12-12 22:37:51','2020-12-13 03:37:51','185.189.114.173',NULL,NULL),(74512,'four_oh_four','2020-12-12 23:50:10','2020-12-13 04:50:10','13.66.139.139',NULL,NULL),(74513,'four_oh_four','2020-12-13 02:16:36','2020-12-13 07:16:36','46.243.220.226',NULL,NULL),(74514,'four_oh_four','2020-12-13 04:01:16','2020-12-13 09:01:16','185.244.217.104',NULL,NULL),(74515,'four_oh_four','2020-12-13 04:53:18','2020-12-13 09:53:18','85.239.35.123',NULL,NULL),(74516,'four_oh_four','2020-12-13 05:38:38','2020-12-13 10:38:38','80.251.153.35',NULL,NULL),(74517,'four_oh_four','2020-12-13 06:05:10','2020-12-13 11:05:10','178.159.37.69',NULL,NULL),(74518,'four_oh_four','2020-12-13 06:45:17','2020-12-13 11:45:17','45.82.70.85',NULL,NULL),(74519,'four_oh_four','2020-12-13 06:45:21','2020-12-13 11:45:21','45.82.70.85',NULL,NULL),(74520,'four_oh_four','2020-12-13 07:06:40','2020-12-13 12:06:40','62.106.124.79',NULL,NULL),(74521,'four_oh_four','2020-12-13 07:41:40','2020-12-13 12:41:40','37.115.113.0',NULL,NULL),(74522,'four_oh_four','2020-12-13 07:41:40','2020-12-13 12:41:40','37.115.113.0',NULL,NULL),(74523,'four_oh_four','2020-12-13 07:50:29','2020-12-13 12:50:29','114.119.157.110',NULL,NULL),(74524,'four_oh_four','2020-12-13 08:58:24','2020-12-13 13:58:24','193.106.30.100',NULL,NULL),(74525,'four_oh_four','2020-12-13 09:53:40','2020-12-13 14:53:40','213.166.69.123',NULL,NULL),(74526,'four_oh_four','2020-12-13 10:00:01','2020-12-13 15:00:01','206.123.139.41',NULL,NULL),(74527,'four_oh_four','2020-12-13 10:08:17','2020-12-13 15:08:17','37.115.113.102',NULL,NULL),(74528,'four_oh_four','2020-12-13 10:08:19','2020-12-13 15:08:19','37.115.113.102',NULL,NULL),(74529,'four_oh_four','2020-12-13 10:08:17','2020-12-13 15:08:17','37.115.113.102',NULL,NULL),(74530,'four_oh_four','2020-12-13 10:34:21','2020-12-13 15:34:21','13.66.139.139',NULL,NULL),(74531,'four_oh_four','2020-12-13 11:10:07','2020-12-13 16:10:07','114.119.145.125',NULL,NULL),(74532,'four_oh_four','2020-12-13 12:33:36','2020-12-13 17:33:36','37.115.113.0',NULL,NULL),(74533,'four_oh_four','2020-12-13 15:09:20','2020-12-13 20:09:20','184.154.139.19',NULL,NULL),(74534,'four_oh_four','2020-12-13 15:17:16','2020-12-13 20:17:16','5.189.239.249',NULL,NULL),(74535,'four_oh_four','2020-12-13 16:28:43','2020-12-13 21:28:43','114.119.143.145',NULL,NULL),(74536,'four_oh_four','2020-12-13 18:17:34','2020-12-13 23:17:34','157.55.39.153',NULL,NULL),(74537,'four_oh_four','2020-12-13 19:29:28','2020-12-14 00:29:28','37.115.113.102',NULL,NULL),(74538,'four_oh_four','2020-12-13 19:40:16','2020-12-14 00:40:16','114.119.130.104',NULL,NULL),(74539,'four_oh_four','2020-12-13 19:53:27','2020-12-14 00:53:27','47.254.174.39',NULL,NULL),(74540,'four_oh_four','2020-12-13 21:21:04','2020-12-14 02:21:04','46.138.90.240',NULL,NULL),(74541,'four_oh_four','2020-12-13 22:13:18','2020-12-14 03:13:18','114.119.145.125',NULL,NULL),(74542,'four_oh_four','2020-12-13 23:06:19','2020-12-14 04:06:19','193.106.30.100',NULL,NULL),(74543,'four_oh_four','2020-12-14 00:45:34','2020-12-14 05:45:34','77.243.191.46',NULL,NULL),(74544,'four_oh_four','2020-12-14 02:19:46','2020-12-14 07:19:46','5.8.16.102',NULL,NULL),(74545,'four_oh_four','2020-12-14 05:06:26','2020-12-14 10:06:26','206.123.139.41',NULL,NULL),(74546,'four_oh_four','2020-12-14 06:54:30','2020-12-14 11:54:30','107.172.99.38',NULL,NULL),(74547,'four_oh_four','2020-12-14 07:32:18','2020-12-14 12:32:18','45.82.70.85',NULL,NULL),(74548,'four_oh_four','2020-12-14 07:32:22','2020-12-14 12:32:22','45.82.70.85',NULL,NULL),(74549,'four_oh_four','2020-12-14 07:42:02','2020-12-14 12:42:02','193.106.30.100',NULL,NULL),(74550,'four_oh_four','2020-12-14 08:47:09','2020-12-14 13:47:09','128.71.83.254',NULL,NULL),(74551,'four_oh_four','2020-12-14 09:01:29','2020-12-14 14:01:29','134.90.149.147',NULL,NULL),(74552,'four_oh_four','2020-12-14 09:50:37','2020-12-14 14:50:37','178.159.37.104',NULL,NULL),(74553,'four_oh_four','2020-12-14 09:50:36','2020-12-14 14:50:36','178.159.37.104',NULL,NULL),(74554,'four_oh_four','2020-12-14 09:50:38','2020-12-14 14:50:38','178.159.37.104',NULL,NULL),(74555,'four_oh_four','2020-12-14 10:42:13','2020-12-14 15:42:13','205.186.165.174',NULL,NULL),(74556,'four_oh_four','2020-12-14 11:07:57','2020-12-14 16:07:57','109.61.212.131',NULL,NULL),(74557,'four_oh_four','2020-12-14 12:17:58','2020-12-14 17:17:58','178.159.37.104',NULL,NULL),(74558,'four_oh_four','2020-12-14 13:33:42','2020-12-14 18:33:42','93.126.98.242',NULL,NULL),(74559,'four_oh_four','2020-12-14 13:33:43','2020-12-14 18:33:43','23.101.133.123',NULL,NULL),(74560,'four_oh_four','2020-12-14 13:33:49','2020-12-14 18:33:49','23.101.133.123',NULL,NULL),(74561,'four_oh_four','2020-12-14 13:33:53','2020-12-14 18:33:53','23.101.133.123',NULL,NULL),(74562,'four_oh_four','2020-12-14 13:33:58','2020-12-14 18:33:58','23.101.133.123',NULL,NULL),(74563,'four_oh_four','2020-12-14 13:34:01','2020-12-14 18:34:01','23.101.133.123',NULL,NULL),(74564,'four_oh_four','2020-12-14 13:48:36','2020-12-14 18:48:36','77.34.41.80',NULL,NULL),(74565,'four_oh_four','2020-12-14 13:59:17','2020-12-14 18:59:17','5.34.180.192',NULL,NULL),(74566,'four_oh_four','2020-12-14 13:59:18','2020-12-14 18:59:18','5.34.180.192',NULL,NULL),(74567,'four_oh_four','2020-12-14 13:59:19','2020-12-14 18:59:19','5.34.180.192',NULL,NULL),(74568,'four_oh_four','2020-12-14 14:15:58','2020-12-14 19:15:58','114.119.130.104',NULL,NULL),(74569,'four_oh_four','2020-12-14 15:09:27','2020-12-14 20:09:27','184.154.139.20',NULL,NULL),(74570,'four_oh_four','2020-12-14 16:07:08','2020-12-14 21:07:08','35.206.134.101',NULL,NULL),(74571,'four_oh_four','2020-12-14 16:12:09','2020-12-14 21:12:09','13.66.139.139',NULL,NULL),(74572,'four_oh_four','2020-12-14 16:36:15','2020-12-14 21:36:15','193.106.30.100',NULL,NULL),(74573,'four_oh_four','2020-12-14 17:26:48','2020-12-14 22:26:48','114.119.134.41',NULL,NULL),(74574,'four_oh_four','2020-12-14 19:17:01','2020-12-15 00:17:01','5.3.169.222',NULL,NULL),(74575,'four_oh_four','2020-12-14 20:42:35','2020-12-15 01:42:35','37.115.113.0',NULL,NULL),(74576,'four_oh_four','2020-12-14 20:42:36','2020-12-15 01:42:36','37.115.113.0',NULL,NULL),(74577,'four_oh_four','2020-12-14 22:25:45','2020-12-15 03:25:45','195.123.209.118',NULL,NULL),(74578,'four_oh_four','2020-12-14 22:25:49','2020-12-15 03:25:49','195.123.209.118',NULL,NULL),(74579,'four_oh_four','2020-12-14 22:25:51','2020-12-15 03:25:51','195.123.209.118',NULL,NULL),(74580,'four_oh_four','2020-12-14 22:27:30','2020-12-15 03:27:30','195.123.209.118',NULL,NULL),(74581,'four_oh_four','2020-12-14 22:27:31','2020-12-15 03:27:31','195.123.209.118',NULL,NULL),(74582,'four_oh_four','2020-12-14 22:27:33','2020-12-15 03:27:33','195.123.209.118',NULL,NULL),(74583,'four_oh_four','2020-12-14 23:56:41','2020-12-15 04:56:41','195.123.209.118',NULL,NULL),(74584,'four_oh_four','2020-12-14 23:56:40','2020-12-15 04:56:40','195.123.209.118',NULL,NULL),(74585,'four_oh_four','2020-12-14 23:56:42','2020-12-15 04:56:42','195.123.209.118',NULL,NULL),(74586,'four_oh_four','2020-12-15 00:49:44','2020-12-15 05:49:44','114.119.145.125',NULL,NULL),(74587,'four_oh_four','2020-12-15 00:55:44','2020-12-15 05:55:44','206.123.139.131',NULL,NULL),(74588,'four_oh_four','2020-12-15 01:02:23','2020-12-15 06:02:23','13.66.139.89',NULL,NULL),(74589,'four_oh_four','2020-12-15 01:27:23','2020-12-15 06:27:23','37.115.113.102',NULL,NULL),(74590,'four_oh_four','2020-12-15 01:27:25','2020-12-15 06:27:25','37.115.113.102',NULL,NULL),(74591,'four_oh_four','2020-12-15 01:27:24','2020-12-15 06:27:24','37.115.113.102',NULL,NULL),(74592,'four_oh_four','2020-12-15 02:06:58','2020-12-15 07:06:58','37.115.113.0',NULL,NULL),(74593,'four_oh_four','2020-12-15 02:06:56','2020-12-15 07:06:56','37.115.113.0',NULL,NULL),(74594,'four_oh_four','2020-12-15 02:46:55','2020-12-15 07:46:55','114.119.136.66',NULL,NULL),(74595,'four_oh_four','2020-12-15 02:50:58','2020-12-15 07:50:58','37.115.113.102',NULL,NULL),(74596,'four_oh_four','2020-12-15 02:50:59','2020-12-15 07:50:59','37.115.113.102',NULL,NULL),(74597,'four_oh_four','2020-12-15 02:50:57','2020-12-15 07:50:57','37.115.113.102',NULL,NULL),(74598,'four_oh_four','2020-12-15 03:13:18','2020-12-15 08:13:18','114.119.145.125',NULL,NULL),(74599,'four_oh_four','2020-12-15 04:21:40','2020-12-15 09:21:40','5.188.84.92',NULL,NULL),(74600,'four_oh_four','2020-12-15 05:14:54','2020-12-15 10:14:54','80.233.141.210',NULL,NULL),(74601,'four_oh_four','2020-12-15 06:10:29','2020-12-15 11:10:29','46.21.250.205',NULL,NULL),(74602,'four_oh_four','2020-12-15 07:50:47','2020-12-15 12:50:47','179.43.157.77',NULL,NULL),(74603,'four_oh_four','2020-12-15 07:51:04','2020-12-15 12:51:04','193.106.30.100',NULL,NULL),(74604,'four_oh_four','2020-12-15 08:33:49','2020-12-15 13:33:49','93.120.140.41',NULL,NULL),(74605,'four_oh_four','2020-12-15 09:18:07','2020-12-15 14:18:07','114.119.141.146',NULL,NULL),(74606,'four_oh_four','2020-12-15 09:56:34','2020-12-15 14:56:34','109.162.67.234',NULL,NULL),(74607,'four_oh_four','2020-12-15 09:56:34','2020-12-15 14:56:34','109.162.67.234',NULL,NULL),(74608,'four_oh_four','2020-12-15 09:56:34','2020-12-15 14:56:34','109.162.67.234',NULL,NULL),(74609,'four_oh_four','2020-12-15 09:57:01','2020-12-15 14:57:01','178.159.37.139',NULL,NULL),(74610,'four_oh_four','2020-12-15 10:50:06','2020-12-15 15:50:06','91.211.195.27',NULL,NULL),(74611,'four_oh_four','2020-12-15 10:59:04','2020-12-15 15:59:04','37.115.113.102',NULL,NULL),(74612,'four_oh_four','2020-12-15 10:59:03','2020-12-15 15:59:03','37.115.113.102',NULL,NULL),(74613,'four_oh_four','2020-12-15 10:59:04','2020-12-15 15:59:04','37.115.113.102',NULL,NULL),(74614,'four_oh_four','2020-12-15 11:57:41','2020-12-15 16:57:41','114.119.157.110',NULL,NULL),(74615,'four_oh_four','2020-12-15 12:16:33','2020-12-15 17:16:33','5.188.84.251',NULL,NULL),(74616,'four_oh_four','2020-12-15 13:32:49','2020-12-15 18:32:49','107.77.221.53',NULL,NULL),(74617,'four_oh_four','2020-12-15 13:37:03','2020-12-15 18:37:03','91.121.148.189',NULL,NULL),(74618,'four_oh_four','2020-12-15 15:05:04','2020-12-15 20:05:04','107.170.14.145',NULL,NULL),(74619,'four_oh_four','2020-12-15 15:05:04','2020-12-15 20:05:04','107.170.14.145',NULL,NULL),(74620,'four_oh_four','2020-12-15 15:05:42','2020-12-15 20:05:42','184.154.139.20',NULL,NULL),(74621,'four_oh_four','2020-12-15 15:37:36','2020-12-15 20:37:36','185.236.77.78',NULL,NULL),(74622,'four_oh_four','2020-12-15 17:48:15','2020-12-15 22:48:15','3.94.137.21',NULL,NULL),(74623,'four_oh_four','2020-12-15 17:48:17','2020-12-15 22:48:17','3.94.137.21',NULL,NULL),(74624,'four_oh_four','2020-12-15 17:55:24','2020-12-15 22:55:24','195.123.209.118',NULL,NULL),(74625,'four_oh_four','2020-12-15 17:55:26','2020-12-15 22:55:26','195.123.209.118',NULL,NULL),(74626,'four_oh_four','2020-12-15 17:55:27','2020-12-15 22:55:27','195.123.209.118',NULL,NULL),(74627,'four_oh_four','2020-12-15 18:37:53','2020-12-15 23:37:53','114.119.143.145',NULL,NULL),(74628,'four_oh_four','2020-12-15 20:10:12','2020-12-16 01:10:12','114.119.143.145',NULL,NULL),(74629,'four_oh_four','2020-12-15 21:53:43','2020-12-16 02:53:43','46.148.206.226',NULL,NULL),(74630,'four_oh_four','2020-12-15 22:36:32','2020-12-16 03:36:32','178.159.37.104',NULL,NULL),(74631,'four_oh_four','2020-12-16 00:37:11','2020-12-16 05:37:11','178.159.37.104',NULL,NULL),(74632,'four_oh_four','2020-12-16 00:37:10','2020-12-16 05:37:10','178.159.37.104',NULL,NULL),(74633,'four_oh_four','2020-12-16 00:37:12','2020-12-16 05:37:12','178.159.37.104',NULL,NULL),(74634,'four_oh_four','2020-12-16 00:42:06','2020-12-16 05:42:06','114.119.141.146',NULL,NULL),(74635,'four_oh_four','2020-12-16 00:50:02','2020-12-16 05:50:02','5.34.180.192',NULL,NULL),(74636,'four_oh_four','2020-12-16 00:50:03','2020-12-16 05:50:03','5.34.180.192',NULL,NULL),(74637,'four_oh_four','2020-12-16 00:50:04','2020-12-16 05:50:04','5.34.180.192',NULL,NULL),(74638,'four_oh_four','2020-12-16 00:59:08','2020-12-16 05:59:08','206.123.139.131',NULL,NULL),(74639,'four_oh_four','2020-12-16 02:32:30','2020-12-16 07:32:30','114.119.157.110',NULL,NULL),(74640,'four_oh_four','2020-12-16 03:27:35','2020-12-16 08:27:35','185.14.192.77',NULL,NULL),(74641,'four_oh_four','2020-12-16 03:31:40','2020-12-16 08:31:40','45.130.255.133',NULL,NULL),(74642,'four_oh_four','2020-12-16 03:31:45','2020-12-16 08:31:45','45.130.255.133',NULL,NULL),(74643,'four_oh_four','2020-12-16 03:31:52','2020-12-16 08:31:52','45.130.255.133',NULL,NULL),(74644,'four_oh_four','2020-12-16 03:31:59','2020-12-16 08:31:59','45.130.255.133',NULL,NULL),(74645,'four_oh_four','2020-12-16 03:34:06','2020-12-16 08:34:06','188.163.109.142',NULL,NULL),(74646,'four_oh_four','2020-12-16 05:53:39','2020-12-16 10:53:39','37.115.113.102',NULL,NULL),(74647,'four_oh_four','2020-12-16 05:53:41','2020-12-16 10:53:41','37.115.113.102',NULL,NULL),(74648,'four_oh_four','2020-12-16 05:53:40','2020-12-16 10:53:40','37.115.113.102',NULL,NULL),(74649,'four_oh_four','2020-12-16 06:30:41','2020-12-16 11:30:41','89.187.168.149',NULL,NULL),(74650,'four_oh_four','2020-12-16 08:53:48','2020-12-16 13:53:48','13.66.139.89',NULL,NULL),(74651,'four_oh_four','2020-12-16 11:44:35','2020-12-16 16:44:35','92.38.136.69',NULL,NULL),(74652,'four_oh_four','2020-12-16 14:09:19','2020-12-16 19:09:19','5.188.84.92',NULL,NULL),(74653,'four_oh_four','2020-12-16 14:35:57','2020-12-16 19:35:57','83.149.37.161',NULL,NULL),(74654,'four_oh_four','2020-12-16 14:36:01','2020-12-16 19:36:01','83.149.37.161',NULL,NULL),(74655,'four_oh_four','2020-12-16 15:08:51','2020-12-16 20:08:51','184.154.139.20',NULL,NULL),(74656,'four_oh_four','2020-12-16 15:45:49','2020-12-16 20:45:49','74.84.150.210',NULL,NULL),(74657,'four_oh_four','2020-12-16 16:37:17','2020-12-16 21:37:17','109.248.205.252',NULL,NULL),(74658,'four_oh_four','2020-12-16 16:37:18','2020-12-16 21:37:18','45.147.192.87',NULL,NULL),(74659,'four_oh_four','2020-12-16 16:37:17','2020-12-16 21:37:17','84.54.53.13',NULL,NULL),(74660,'four_oh_four','2020-12-16 16:45:45','2020-12-16 21:45:45','193.106.30.100',NULL,NULL),(74661,'four_oh_four','2020-12-16 18:10:13','2020-12-16 23:10:13','37.115.113.0',NULL,NULL),(74662,'four_oh_four','2020-12-16 18:10:15','2020-12-16 23:10:15','37.115.113.0',NULL,NULL),(74663,'four_oh_four','2020-12-16 18:10:18','2020-12-16 23:10:18','37.115.113.0',NULL,NULL),(74664,'four_oh_four','2020-12-16 18:25:01','2020-12-16 23:25:01','204.126.132.241',NULL,NULL),(74665,'four_oh_four','2020-12-16 21:56:37','2020-12-17 02:56:37','114.119.143.145',NULL,NULL),(74666,'four_oh_four','2020-12-16 23:38:20','2020-12-17 04:38:20','46.8.155.227',NULL,NULL),(74667,'four_oh_four','2020-12-17 01:01:18','2020-12-17 06:01:18','114.119.151.107',NULL,NULL),(74668,'four_oh_four','2020-12-17 01:40:47','2020-12-17 06:40:47','34.89.85.232',NULL,NULL),(74669,'four_oh_four','2020-12-17 01:40:51','2020-12-17 06:40:51','34.89.85.232',NULL,NULL),(74670,'four_oh_four','2020-12-17 01:40:54','2020-12-17 06:40:54','34.89.85.232',NULL,NULL),(74671,'four_oh_four','2020-12-17 03:29:31','2020-12-17 08:29:31','100.36.94.198',NULL,NULL),(74672,'four_oh_four','2020-12-17 06:03:07','2020-12-17 11:03:07','116.117.134.134',NULL,NULL),(74673,'four_oh_four','2020-12-17 06:34:30','2020-12-17 11:34:30','198.23.173.252',NULL,NULL),(74674,'four_oh_four','2020-12-17 07:44:25','2020-12-17 12:44:25','114.119.141.146',NULL,NULL),(74675,'four_oh_four','2020-12-17 07:54:16','2020-12-17 12:54:16','114.119.158.13',NULL,NULL),(74676,'four_oh_four','2020-12-17 08:07:22','2020-12-17 13:07:22','37.115.113.0',NULL,NULL),(74677,'four_oh_four','2020-12-17 09:04:54','2020-12-17 14:04:54','178.159.37.17',NULL,NULL),(74678,'four_oh_four','2020-12-17 10:10:49','2020-12-17 15:10:49','92.38.136.69',NULL,NULL),(74679,'four_oh_four','2020-12-17 10:44:14','2020-12-17 15:44:14','13.84.149.149',NULL,NULL),(74680,'four_oh_four','2020-12-17 11:02:40','2020-12-17 16:02:40','178.159.37.104',NULL,NULL),(74681,'four_oh_four','2020-12-17 11:02:41','2020-12-17 16:02:41','178.159.37.104',NULL,NULL),(74682,'four_oh_four','2020-12-17 11:59:10','2020-12-17 16:59:10','103.6.198.94',NULL,NULL),(74683,'four_oh_four','2020-12-17 12:37:04','2020-12-17 17:37:04','37.115.113.102',NULL,NULL),(74684,'four_oh_four','2020-12-17 12:37:04','2020-12-17 17:37:04','37.115.113.102',NULL,NULL),(74685,'four_oh_four','2020-12-17 12:37:04','2020-12-17 17:37:04','37.115.113.102',NULL,NULL),(74686,'four_oh_four','2020-12-17 12:46:02','2020-12-17 17:46:02','95.84.19.130',NULL,NULL),(74687,'four_oh_four','2020-12-17 13:07:51','2020-12-17 18:07:51','178.159.37.104',NULL,NULL),(74688,'four_oh_four','2020-12-17 13:07:50','2020-12-17 18:07:50','178.159.37.104',NULL,NULL),(74689,'four_oh_four','2020-12-17 14:02:37','2020-12-17 19:02:37','46.118.229.241',NULL,NULL),(74690,'four_oh_four','2020-12-17 14:02:36','2020-12-17 19:02:36','46.118.229.241',NULL,NULL),(74691,'four_oh_four','2020-12-17 14:02:37','2020-12-17 19:02:37','46.118.229.241',NULL,NULL),(74692,'four_oh_four','2020-12-17 14:47:49','2020-12-17 19:47:49','5.34.180.192',NULL,NULL),(74693,'four_oh_four','2020-12-17 14:47:53','2020-12-17 19:47:53','5.34.180.192',NULL,NULL),(74694,'four_oh_four','2020-12-17 14:47:56','2020-12-17 19:47:56','5.34.180.192',NULL,NULL),(74695,'four_oh_four','2020-12-17 15:03:14','2020-12-17 20:03:14','184.154.139.20',NULL,NULL),(74696,'four_oh_four','2020-12-17 15:42:38','2020-12-17 20:42:38','114.119.136.66',NULL,NULL),(74697,'four_oh_four','2020-12-17 15:42:43','2020-12-17 20:42:43','13.66.139.139',NULL,NULL),(74698,'four_oh_four','2020-12-17 15:50:36','2020-12-17 20:50:36','184.178.172.28',NULL,NULL),(74699,'four_oh_four','2020-12-17 15:50:56','2020-12-17 20:50:56','184.178.172.28',NULL,NULL),(74700,'four_oh_four','2020-12-17 15:52:09','2020-12-17 20:52:09','103.251.225.16',NULL,NULL),(74701,'four_oh_four','2020-12-17 15:52:29','2020-12-17 20:52:29','174.70.241.27',NULL,NULL),(74702,'four_oh_four','2020-12-17 15:53:12','2020-12-17 20:53:12','43.224.8.116',NULL,NULL),(74703,'four_oh_four','2020-12-17 15:53:22','2020-12-17 20:53:22','43.224.8.116',NULL,NULL),(74704,'four_oh_four','2020-12-17 15:53:46','2020-12-17 20:53:46','5.34.180.192',NULL,NULL),(74705,'four_oh_four','2020-12-17 15:53:48','2020-12-17 20:53:48','5.34.180.192',NULL,NULL),(74706,'four_oh_four','2020-12-17 15:53:47','2020-12-17 20:53:47','5.34.180.192',NULL,NULL),(74707,'four_oh_four','2020-12-17 16:18:31','2020-12-17 21:18:31','114.119.143.145',NULL,NULL),(74708,'four_oh_four','2020-12-17 17:03:26','2020-12-17 22:03:26','5.188.84.92',NULL,NULL),(74709,'four_oh_four','2020-12-17 17:11:45','2020-12-17 22:11:45','95.65.81.152',NULL,NULL),(74710,'four_oh_four','2020-12-17 18:17:28','2020-12-17 23:17:28','193.106.30.100',NULL,NULL),(74711,'four_oh_four','2020-12-17 19:02:24','2020-12-18 00:02:24','114.119.143.145',NULL,NULL),(74712,'four_oh_four','2020-12-17 21:33:45','2020-12-18 02:33:45','47.244.20.191',NULL,NULL),(74713,'four_oh_four','2020-12-18 00:05:30','2020-12-18 05:05:30','94.181.44.79',NULL,NULL),(74714,'four_oh_four','2020-12-18 01:05:55','2020-12-18 06:05:55','157.55.39.209',NULL,NULL),(74715,'four_oh_four','2020-12-18 03:08:40','2020-12-18 08:08:40','13.66.139.65',NULL,NULL),(74716,'four_oh_four','2020-12-18 04:05:29','2020-12-18 09:05:29','185.212.169.214',NULL,NULL),(74717,'four_oh_four','2020-12-18 04:05:33','2020-12-18 09:05:33','185.212.169.214',NULL,NULL),(74718,'four_oh_four','2020-12-18 04:45:41','2020-12-18 09:45:41','114.119.130.104',NULL,NULL),(74719,'four_oh_four','2020-12-18 05:15:11','2020-12-18 10:15:11','5.39.64.46',NULL,NULL),(74720,'four_oh_four','2020-12-18 05:16:13','2020-12-18 10:16:13','5.39.64.46',NULL,NULL),(74721,'four_oh_four','2020-12-18 05:48:28','2020-12-18 10:48:28','114.119.145.125',NULL,NULL),(74722,'four_oh_four','2020-12-18 06:12:30','2020-12-18 11:12:30','37.115.113.102',NULL,NULL),(74723,'four_oh_four','2020-12-18 06:12:34','2020-12-18 11:12:34','37.115.113.102',NULL,NULL),(74724,'four_oh_four','2020-12-18 06:12:36','2020-12-18 11:12:36','37.115.113.102',NULL,NULL),(74725,'four_oh_four','2020-12-18 07:51:36','2020-12-18 12:51:36','2.95.70.136',NULL,NULL),(74726,'four_oh_four','2020-12-18 07:56:24','2020-12-18 12:56:24','5.188.84.251',NULL,NULL),(74727,'four_oh_four','2020-12-18 08:50:38','2020-12-18 13:50:38','193.106.30.100',NULL,NULL),(74728,'four_oh_four','2020-12-18 10:43:28','2020-12-18 15:43:28','114.119.134.41',NULL,NULL),(74729,'four_oh_four','2020-12-18 11:54:27','2020-12-18 16:54:27','178.159.37.139',NULL,NULL),(74730,'four_oh_four','2020-12-18 14:54:23','2020-12-18 19:54:23','185.206.214.71',NULL,NULL),(74731,'four_oh_four','2020-12-18 15:03:09','2020-12-18 20:03:09','184.154.139.3',NULL,NULL),(74732,'four_oh_four','2020-12-18 15:28:42','2020-12-18 20:28:42','73.135.241.106',NULL,NULL),(74733,'four_oh_four','2020-12-18 15:29:43','2020-12-18 20:29:43','73.135.241.106',NULL,NULL),(74734,'four_oh_four','2020-12-18 16:42:26','2020-12-18 21:42:26','114.119.148.105',NULL,NULL),(74735,'four_oh_four','2020-12-18 17:15:17','2020-12-18 22:15:17','195.123.209.118',NULL,NULL),(74736,'four_oh_four','2020-12-18 17:15:20','2020-12-18 22:15:20','195.123.209.118',NULL,NULL),(74737,'four_oh_four','2020-12-18 17:15:23','2020-12-18 22:15:23','195.123.209.118',NULL,NULL),(74738,'four_oh_four','2020-12-18 18:28:20','2020-12-18 23:28:20','77.88.5.54',NULL,NULL),(74739,'four_oh_four','2020-12-18 18:36:17','2020-12-18 23:36:17','188.163.74.184',NULL,NULL),(74740,'four_oh_four','2020-12-18 19:32:01','2020-12-19 00:32:01','185.244.214.46',NULL,NULL),(74741,'four_oh_four','2020-12-18 20:13:53','2020-12-19 01:13:53','195.123.209.118',NULL,NULL),(74742,'four_oh_four','2020-12-18 20:13:52','2020-12-19 01:13:52','195.123.209.118',NULL,NULL),(74743,'four_oh_four','2020-12-18 20:13:54','2020-12-19 01:13:54','195.123.209.118',NULL,NULL),(74744,'four_oh_four','2020-12-19 00:16:55','2020-12-19 05:16:55','178.159.37.104',NULL,NULL),(74745,'four_oh_four','2020-12-19 00:16:56','2020-12-19 05:16:56','178.159.37.104',NULL,NULL),(74746,'four_oh_four','2020-12-19 00:16:54','2020-12-19 05:16:54','178.159.37.104',NULL,NULL),(74747,'four_oh_four','2020-12-19 01:17:25','2020-12-19 06:17:25','178.159.37.8',NULL,NULL),(74748,'four_oh_four','2020-12-19 01:30:46','2020-12-19 06:30:46','192.185.129.21',NULL,NULL),(74749,'four_oh_four','2020-12-19 01:36:47','2020-12-19 06:36:47','192.185.129.21',NULL,NULL),(74750,'four_oh_four','2020-12-19 01:36:47','2020-12-19 06:36:47','192.185.129.21',NULL,NULL),(74751,'four_oh_four','2020-12-19 01:41:24','2020-12-19 06:41:24','192.185.129.21',NULL,NULL),(74752,'four_oh_four','2020-12-19 01:47:48','2020-12-19 06:47:48','192.185.129.21',NULL,NULL),(74753,'four_oh_four','2020-12-19 01:47:48','2020-12-19 06:47:48','192.185.129.21',NULL,NULL),(74754,'four_oh_four','2020-12-19 01:58:04','2020-12-19 06:58:04','192.185.129.21',NULL,NULL),(74755,'four_oh_four','2020-12-19 02:07:10','2020-12-19 07:07:10','5.188.84.251',NULL,NULL),(74756,'four_oh_four','2020-12-19 02:07:37','2020-12-19 07:07:37','5.188.84.251',NULL,NULL),(74757,'four_oh_four','2020-12-19 02:10:10','2020-12-19 07:10:10','192.185.129.21',NULL,NULL),(74758,'four_oh_four','2020-12-19 02:13:51','2020-12-19 07:13:51','178.159.37.104',NULL,NULL),(74759,'four_oh_four','2020-12-19 02:13:55','2020-12-19 07:13:55','178.159.37.104',NULL,NULL),(74760,'four_oh_four','2020-12-19 02:13:58','2020-12-19 07:13:58','178.159.37.104',NULL,NULL),(74761,'four_oh_four','2020-12-19 02:17:32','2020-12-19 07:17:32','192.185.129.21',NULL,NULL),(74762,'four_oh_four','2020-12-19 02:17:47','2020-12-19 07:17:47','192.185.129.21',NULL,NULL),(74763,'four_oh_four','2020-12-19 02:27:29','2020-12-19 07:27:29','192.185.129.21',NULL,NULL),(74764,'four_oh_four','2020-12-19 02:27:35','2020-12-19 07:27:35','192.185.129.21',NULL,NULL),(74765,'four_oh_four','2020-12-19 02:38:39','2020-12-19 07:38:39','37.115.113.102',NULL,NULL),(74766,'four_oh_four','2020-12-19 02:38:38','2020-12-19 07:38:38','37.115.113.102',NULL,NULL),(74767,'four_oh_four','2020-12-19 02:38:40','2020-12-19 07:38:40','37.115.113.102',NULL,NULL),(74768,'four_oh_four','2020-12-19 02:39:17','2020-12-19 07:39:17','37.115.113.102',NULL,NULL),(74769,'four_oh_four','2020-12-19 02:39:16','2020-12-19 07:39:16','37.115.113.102',NULL,NULL),(74770,'four_oh_four','2020-12-19 02:39:18','2020-12-19 07:39:18','37.115.113.102',NULL,NULL),(74771,'four_oh_four','2020-12-19 04:06:47','2020-12-19 09:06:47','178.159.37.118',NULL,NULL),(74772,'four_oh_four','2020-12-19 05:53:17','2020-12-19 10:53:17','195.123.209.118',NULL,NULL),(74773,'four_oh_four','2020-12-19 05:53:16','2020-12-19 10:53:16','195.123.209.118',NULL,NULL),(74774,'four_oh_four','2020-12-19 05:53:18','2020-12-19 10:53:18','195.123.209.118',NULL,NULL),(74775,'four_oh_four','2020-12-19 06:11:09','2020-12-19 11:11:09','37.115.113.0',NULL,NULL),(74776,'four_oh_four','2020-12-19 06:11:10','2020-12-19 11:11:10','37.115.113.0',NULL,NULL),(74777,'four_oh_four','2020-12-19 06:11:08','2020-12-19 11:11:08','37.115.113.0',NULL,NULL),(74778,'four_oh_four','2020-12-19 06:34:46','2020-12-19 11:34:46','176.106.242.148',NULL,NULL),(74779,'four_oh_four','2020-12-19 07:06:03','2020-12-19 12:06:03','89.111.33.223',NULL,NULL),(74780,'four_oh_four','2020-12-19 07:34:06','2020-12-19 12:34:06','104.214.79.46',NULL,NULL),(74781,'four_oh_four','2020-12-19 09:57:31','2020-12-19 14:57:31','109.61.212.131',NULL,NULL),(74782,'four_oh_four','2020-12-19 10:23:45','2020-12-19 15:23:45','188.163.74.184',NULL,NULL),(74783,'four_oh_four','2020-12-19 12:27:36','2020-12-19 17:27:36','35.214.4.207',NULL,NULL),(74784,'four_oh_four','2020-12-19 12:30:33','2020-12-19 17:30:33','50.63.196.28',NULL,NULL),(74785,'four_oh_four','2020-12-19 13:27:01','2020-12-19 18:27:01','72.78.208.69',NULL,NULL),(74786,'four_oh_four','2020-12-19 13:38:51','2020-12-19 18:38:51','195.123.209.118',NULL,NULL),(74787,'four_oh_four','2020-12-19 13:38:52','2020-12-19 18:38:52','195.123.209.118',NULL,NULL),(74788,'four_oh_four','2020-12-19 13:38:53','2020-12-19 18:38:53','195.123.209.118',NULL,NULL),(74789,'four_oh_four','2020-12-19 14:22:20','2020-12-19 19:22:20','46.118.229.241',NULL,NULL),(74790,'four_oh_four','2020-12-19 14:22:20','2020-12-19 19:22:20','46.118.229.241',NULL,NULL),(74791,'four_oh_four','2020-12-19 14:22:20','2020-12-19 19:22:20','46.118.229.241',NULL,NULL),(74792,'four_oh_four','2020-12-19 15:02:33','2020-12-19 20:02:33','184.154.139.17',NULL,NULL),(74793,'four_oh_four','2020-12-19 15:19:37','2020-12-19 20:19:37','193.106.30.100',NULL,NULL),(74794,'four_oh_four','2020-12-19 15:32:38','2020-12-19 20:32:38','5.188.62.17',NULL,NULL),(74795,'four_oh_four','2020-12-19 16:38:11','2020-12-19 21:38:11','5.34.180.192',NULL,NULL),(74796,'four_oh_four','2020-12-19 16:38:10','2020-12-19 21:38:10','5.34.180.192',NULL,NULL),(74797,'four_oh_four','2020-12-19 16:38:09','2020-12-19 21:38:09','5.34.180.192',NULL,NULL),(74798,'four_oh_four','2020-12-19 16:47:33','2020-12-19 21:47:33','192.185.129.21',NULL,NULL),(74799,'four_oh_four','2020-12-19 16:58:42','2020-12-19 21:58:42','192.185.129.21',NULL,NULL),(74800,'four_oh_four','2020-12-19 18:15:19','2020-12-19 23:15:19','37.113.178.170',NULL,NULL),(74801,'four_oh_four','2020-12-19 18:46:36','2020-12-19 23:46:36','45.134.253.57',NULL,NULL),(74802,'four_oh_four','2020-12-19 18:51:59','2020-12-19 23:51:59','192.185.129.21',NULL,NULL),(74803,'four_oh_four','2020-12-19 19:01:29','2020-12-20 00:01:29','192.185.129.21',NULL,NULL),(74804,'four_oh_four','2020-12-19 21:48:09','2020-12-20 02:48:09','47.254.174.39',NULL,NULL),(74805,'four_oh_four','2020-12-20 01:11:31','2020-12-20 06:11:31','37.46.133.67',NULL,NULL),(74806,'four_oh_four','2020-12-20 02:48:48','2020-12-20 07:48:48','103.50.160.116',NULL,NULL),(74807,'four_oh_four','2020-12-20 05:26:25','2020-12-20 10:26:25','46.182.129.31',NULL,NULL),(74808,'four_oh_four','2020-12-20 07:38:43','2020-12-20 12:38:43','213.59.158.2',NULL,NULL),(74809,'brute_force','2020-12-20 11:17:56','2020-12-20 16:17:56','5.188.62.214',NULL,NULL),(74810,'brute_force','2020-12-20 11:17:56','2020-12-20 16:17:56',NULL,NULL,'adminu'),(74811,'brute_force','2020-12-20 11:41:28','2020-12-20 16:41:28','5.188.62.214',NULL,NULL),(74812,'brute_force','2020-12-20 11:41:28','2020-12-20 16:41:28',NULL,NULL,'adminu'),(74813,'brute_force','2020-12-20 11:41:34','2020-12-20 16:41:34','5.188.62.214',NULL,NULL),(74814,'brute_force','2020-12-20 11:41:34','2020-12-20 16:41:34',NULL,NULL,'admin@zphiblgz.org'),(74815,'brute_force','2020-12-20 12:06:07','2020-12-20 17:06:07','5.188.62.214',NULL,NULL),(74816,'brute_force','2020-12-20 12:06:07','2020-12-20 17:06:07',NULL,NULL,'adminu'),(74817,'brute_force','2020-12-20 12:06:12','2020-12-20 17:06:12','5.188.62.214',NULL,NULL),(74818,'brute_force','2020-12-20 12:06:12','2020-12-20 17:06:12',NULL,NULL,'admin@zphiblgz.org'),(74819,'brute_force','2020-12-20 12:31:40','2020-12-20 17:31:40','5.188.62.214',NULL,NULL),(74820,'brute_force','2020-12-20 12:31:40','2020-12-20 17:31:40',NULL,NULL,'adminu'),(74821,'brute_force','2020-12-20 12:31:44','2020-12-20 17:31:44','5.188.62.214',NULL,NULL),(74822,'brute_force','2020-12-20 12:31:44','2020-12-20 17:31:44',NULL,NULL,'admin@zphiblgz.org'),(74823,'brute_force','2020-12-20 13:03:11','2020-12-20 18:03:11','5.188.62.214',NULL,NULL),(74824,'brute_force','2020-12-20 13:03:11','2020-12-20 18:03:11',NULL,NULL,'adminu'),(74825,'brute_force','2020-12-20 13:03:16','2020-12-20 18:03:16','5.188.62.214',NULL,NULL),(74826,'brute_force','2020-12-20 13:03:16','2020-12-20 18:03:16',NULL,NULL,'admin@zphiblgz.org'),(74827,'brute_force','2020-12-20 13:29:25','2020-12-20 18:29:25','5.188.62.214',NULL,NULL),(74828,'brute_force','2020-12-20 13:29:25','2020-12-20 18:29:25',NULL,NULL,'adminu'),(74829,'brute_force','2020-12-20 13:29:29','2020-12-20 18:29:29','5.188.62.214',NULL,NULL),(74830,'brute_force','2020-12-20 13:29:29','2020-12-20 18:29:29',NULL,NULL,'admin@zphiblgz.org'),(74831,'brute_force','2020-12-20 13:57:20','2020-12-20 18:57:20','5.188.62.214',NULL,NULL),(74832,'brute_force','2020-12-20 13:57:20','2020-12-20 18:57:20',NULL,NULL,'adminu'),(74833,'brute_force','2020-12-20 13:57:23','2020-12-20 18:57:23','5.188.62.214',NULL,NULL),(74834,'brute_force','2020-12-20 13:57:23','2020-12-20 18:57:23',NULL,NULL,'admin@zphiblgz.org'),(74835,'four_oh_four','2020-12-20 14:18:56','2020-12-20 19:18:56','5.34.180.192',NULL,NULL),(74836,'four_oh_four','2020-12-20 14:18:55','2020-12-20 19:18:55','5.34.180.192',NULL,NULL),(74837,'four_oh_four','2020-12-20 14:18:57','2020-12-20 19:18:57','5.34.180.192',NULL,NULL),(74838,'brute_force','2020-12-20 14:28:21','2020-12-20 19:28:21','5.188.62.214',NULL,NULL),(74839,'brute_force','2020-12-20 14:28:21','2020-12-20 19:28:21',NULL,NULL,'adminu'),(74840,'brute_force','2020-12-20 14:28:24','2020-12-20 19:28:24','5.188.62.214',NULL,NULL),(74841,'brute_force','2020-12-20 14:28:24','2020-12-20 19:28:24',NULL,NULL,'admin@zphiblgz.org'),(74842,'four_oh_four','2020-12-20 14:41:16','2020-12-20 19:41:16','178.159.37.104',NULL,NULL),(74843,'four_oh_four','2020-12-20 14:41:15','2020-12-20 19:41:15','178.159.37.104',NULL,NULL),(74844,'four_oh_four','2020-12-20 14:41:18','2020-12-20 19:41:18','178.159.37.104',NULL,NULL),(74845,'brute_force','2020-12-20 14:58:19','2020-12-20 19:58:19','5.188.62.214',NULL,NULL),(74846,'brute_force','2020-12-20 14:58:19','2020-12-20 19:58:19',NULL,NULL,'adminu'),(74847,'brute_force','2020-12-20 14:58:24','2020-12-20 19:58:24','5.188.62.214',NULL,NULL),(74848,'brute_force','2020-12-20 14:58:24','2020-12-20 19:58:24',NULL,NULL,'admin@zphiblgz.org'),(74849,'four_oh_four','2020-12-20 15:03:02','2020-12-20 20:03:02','184.154.139.21',NULL,NULL),(74850,'four_oh_four','2020-12-20 15:10:39','2020-12-20 20:10:39','37.115.213.47',NULL,NULL),(74851,'brute_force','2020-12-20 15:31:39','2020-12-20 20:31:39','5.188.62.214',NULL,NULL),(74852,'brute_force','2020-12-20 15:31:39','2020-12-20 20:31:39',NULL,NULL,'adminu'),(74853,'brute_force','2020-12-20 15:31:42','2020-12-20 20:31:42','5.188.62.214',NULL,NULL),(74854,'brute_force','2020-12-20 15:31:42','2020-12-20 20:31:42',NULL,NULL,'admin@zphiblgz.org'),(74855,'four_oh_four','2020-12-20 15:39:46','2020-12-20 20:39:46','68.134.251.96',NULL,NULL),(74856,'brute_force','2020-12-20 16:05:53','2020-12-20 21:05:53','5.188.62.214',NULL,NULL),(74857,'brute_force','2020-12-20 16:05:53','2020-12-20 21:05:53',NULL,NULL,'adminu'),(74858,'brute_force','2020-12-20 16:05:57','2020-12-20 21:05:57','5.188.62.214',NULL,NULL),(74859,'brute_force','2020-12-20 16:05:57','2020-12-20 21:05:57',NULL,NULL,'admin@zphiblgz.org'),(74860,'four_oh_four','2020-12-20 16:07:24','2020-12-20 21:07:24','5.188.84.95',NULL,NULL),(74861,'four_oh_four','2020-12-20 16:28:12','2020-12-20 21:28:12','188.163.109.142',NULL,NULL),(74862,'brute_force','2020-12-20 16:37:01','2020-12-20 21:37:01','5.188.62.214',NULL,NULL),(74863,'brute_force','2020-12-20 16:37:01','2020-12-20 21:37:01',NULL,NULL,'adminu'),(74864,'brute_force','2020-12-20 16:37:05','2020-12-20 21:37:05','5.188.62.214',NULL,NULL),(74865,'brute_force','2020-12-20 16:37:05','2020-12-20 21:37:05',NULL,NULL,'admin@zphiblgz.org'),(74866,'four_oh_four','2020-12-20 17:10:38','2020-12-20 22:10:38','5.188.84.251',NULL,NULL),(74867,'four_oh_four','2020-12-20 17:39:34','2020-12-20 22:39:34','193.106.30.100',NULL,NULL),(74868,'four_oh_four','2020-12-20 19:09:28','2020-12-21 00:09:28','206.123.139.233',NULL,NULL),(74869,'four_oh_four','2020-12-20 19:12:04','2020-12-21 00:12:04','37.115.213.47',NULL,NULL),(74870,'four_oh_four','2020-12-20 20:47:57','2020-12-21 01:47:57','5.34.180.192',NULL,NULL),(74871,'four_oh_four','2020-12-20 20:48:01','2020-12-21 01:48:01','5.34.180.192',NULL,NULL),(74872,'four_oh_four','2020-12-20 20:48:04','2020-12-21 01:48:04','5.34.180.192',NULL,NULL),(74873,'four_oh_four','2020-12-20 21:57:02','2020-12-21 02:57:02','107.180.111.13',NULL,NULL),(74874,'four_oh_four','2020-12-20 21:57:02','2020-12-21 02:57:02','107.180.111.13',NULL,NULL),(74875,'four_oh_four','2020-12-20 23:02:48','2020-12-21 04:02:48','78.46.94.83',NULL,NULL),(74876,'four_oh_four','2020-12-20 23:02:58','2020-12-21 04:02:58','168.119.11.187',NULL,NULL),(74877,'four_oh_four','2020-12-20 23:03:56','2020-12-21 04:03:56','168.119.69.91',NULL,NULL),(74878,'four_oh_four','2020-12-21 00:46:20','2020-12-21 05:46:20','13.66.139.0',NULL,NULL),(74879,'four_oh_four','2020-12-21 01:04:39','2020-12-21 06:04:39','5.188.48.10',NULL,NULL),(74880,'four_oh_four','2020-12-21 02:31:45','2020-12-21 07:31:45','95.143.21.90',NULL,NULL),(74881,'four_oh_four','2020-12-21 03:11:33','2020-12-21 08:11:33','84.17.40.75',NULL,NULL),(74882,'four_oh_four','2020-12-21 04:19:39','2020-12-21 09:19:39','92.240.135.54',NULL,NULL),(74883,'four_oh_four','2020-12-21 04:57:42','2020-12-21 09:57:42','37.115.113.0',NULL,NULL),(74884,'four_oh_four','2020-12-21 04:57:45','2020-12-21 09:57:45','37.115.113.0',NULL,NULL),(74885,'four_oh_four','2020-12-21 04:57:48','2020-12-21 09:57:48','37.115.113.0',NULL,NULL),(74886,'four_oh_four','2020-12-21 05:35:02','2020-12-21 10:35:02','193.106.30.100',NULL,NULL),(74887,'four_oh_four','2020-12-21 06:23:26','2020-12-21 11:23:26','159.224.255.154',NULL,NULL),(74888,'four_oh_four','2020-12-21 10:12:46','2020-12-21 15:12:46','178.159.37.139',NULL,NULL),(74889,'four_oh_four','2020-12-21 12:58:12','2020-12-21 17:58:12','95.216.152.179',NULL,NULL),(74890,'four_oh_four','2020-12-21 13:16:52','2020-12-21 18:16:52','37.115.113.102',NULL,NULL),(74891,'four_oh_four','2020-12-21 13:16:52','2020-12-21 18:16:52','37.115.113.102',NULL,NULL),(74892,'four_oh_four','2020-12-21 13:16:51','2020-12-21 18:16:51','37.115.113.102',NULL,NULL),(74893,'four_oh_four','2020-12-21 13:16:51','2020-12-21 18:16:51','37.115.113.102',NULL,NULL),(74894,'four_oh_four','2020-12-21 13:16:53','2020-12-21 18:16:53','37.115.113.102',NULL,NULL),(74895,'four_oh_four','2020-12-21 13:16:53','2020-12-21 18:16:53','37.115.113.102',NULL,NULL),(74896,'four_oh_four','2020-12-21 15:02:14','2020-12-21 20:02:14','184.154.139.20',NULL,NULL),(74897,'four_oh_four','2020-12-21 16:20:32','2020-12-21 21:20:32','193.106.30.100',NULL,NULL),(74898,'four_oh_four','2020-12-21 18:44:50','2020-12-21 23:44:50','5.196.23.219',NULL,NULL),(74899,'four_oh_four','2020-12-21 18:47:35','2020-12-21 23:47:35','52.207.254.240',NULL,NULL),(74900,'four_oh_four','2020-12-21 22:31:19','2020-12-22 03:31:19','37.115.113.102',NULL,NULL),(74901,'four_oh_four','2020-12-21 22:31:19','2020-12-22 03:31:19','37.115.113.102',NULL,NULL),(74902,'four_oh_four','2020-12-21 22:31:20','2020-12-22 03:31:20','37.115.113.102',NULL,NULL),(74903,'four_oh_four','2020-12-21 22:59:21','2020-12-22 03:59:21','20.51.186.29',NULL,NULL),(74904,'four_oh_four','2020-12-21 22:59:23','2020-12-22 03:59:23','20.51.186.29',NULL,NULL),(74905,'four_oh_four','2020-12-21 22:59:29','2020-12-22 03:59:29','20.51.186.29',NULL,NULL),(74906,'four_oh_four','2020-12-21 22:59:31','2020-12-22 03:59:31','20.51.186.29',NULL,NULL),(74907,'four_oh_four','2020-12-21 23:00:05','2020-12-22 04:00:05','20.51.186.29',NULL,NULL),(74908,'four_oh_four','2020-12-21 23:00:13','2020-12-22 04:00:13','20.51.186.29',NULL,NULL),(74909,'four_oh_four','2020-12-22 04:49:08','2020-12-22 09:49:08','178.159.37.104',NULL,NULL),(74910,'four_oh_four','2020-12-22 04:49:13','2020-12-22 09:49:13','178.159.37.104',NULL,NULL),(74911,'four_oh_four','2020-12-22 04:49:16','2020-12-22 09:49:16','178.159.37.104',NULL,NULL),(74912,'four_oh_four','2020-12-22 05:10:13','2020-12-22 10:10:13','193.106.30.100',NULL,NULL),(74913,'four_oh_four','2020-12-22 06:09:56','2020-12-22 11:09:56','125.253.125.138',NULL,NULL),(74914,'four_oh_four','2020-12-22 06:10:44','2020-12-22 11:10:44','125.253.125.138',NULL,NULL),(74915,'four_oh_four','2020-12-22 07:54:49','2020-12-22 12:54:49','13.66.139.65',NULL,NULL),(74916,'four_oh_four','2020-12-22 08:06:36','2020-12-22 13:06:36','5.188.62.17',NULL,NULL),(74917,'four_oh_four','2020-12-22 09:29:44','2020-12-22 14:29:44','46.4.83.150',NULL,NULL),(74918,'four_oh_four','2020-12-22 09:29:55','2020-12-22 14:29:55','46.4.83.150',NULL,NULL),(74919,'four_oh_four','2020-12-22 14:02:59','2020-12-22 19:02:59','46.150.240.108',NULL,NULL),(74920,'four_oh_four','2020-12-22 14:03:56','2020-12-22 19:03:56','195.123.209.118',NULL,NULL),(74921,'four_oh_four','2020-12-22 14:04:02','2020-12-22 19:04:02','195.123.209.118',NULL,NULL),(74922,'four_oh_four','2020-12-22 14:04:06','2020-12-22 19:04:06','195.123.209.118',NULL,NULL),(74923,'four_oh_four','2020-12-22 15:12:13','2020-12-22 20:12:13','184.154.139.20',NULL,NULL),(74924,'four_oh_four','2020-12-22 17:29:11','2020-12-22 22:29:11','62.149.7.169',NULL,NULL),(74925,'four_oh_four','2020-12-22 17:56:12','2020-12-22 22:56:12','52.201.182.91',NULL,NULL),(74926,'four_oh_four','2020-12-22 17:56:14','2020-12-22 22:56:14','52.201.182.91',NULL,NULL),(74927,'four_oh_four','2020-12-22 18:54:43','2020-12-22 23:54:43','196.244.192.57',NULL,NULL),(74928,'four_oh_four','2020-12-22 18:59:16','2020-12-22 23:59:16','206.123.139.229',NULL,NULL),(74929,'four_oh_four','2020-12-22 19:16:16','2020-12-23 00:16:16','37.115.113.102',NULL,NULL),(74930,'four_oh_four','2020-12-22 19:16:17','2020-12-23 00:16:17','37.115.113.102',NULL,NULL),(74931,'four_oh_four','2020-12-22 19:16:18','2020-12-23 00:16:18','37.115.113.102',NULL,NULL),(74932,'four_oh_four','2020-12-22 19:18:42','2020-12-23 00:18:42','195.123.209.118',NULL,NULL),(74933,'four_oh_four','2020-12-22 19:18:43','2020-12-23 00:18:43','195.123.209.118',NULL,NULL),(74934,'four_oh_four','2020-12-22 19:18:45','2020-12-23 00:18:45','195.123.209.118',NULL,NULL),(74935,'four_oh_four','2020-12-22 19:26:14','2020-12-23 00:26:14','80.251.153.35',NULL,NULL),(74936,'four_oh_four','2020-12-22 20:22:55','2020-12-23 01:22:55','5.34.180.192',NULL,NULL),(74937,'four_oh_four','2020-12-22 20:22:57','2020-12-23 01:22:57','5.34.180.192',NULL,NULL),(74938,'four_oh_four','2020-12-22 20:22:55','2020-12-23 01:22:55','5.34.180.192',NULL,NULL),(74939,'four_oh_four','2020-12-22 20:42:49','2020-12-23 01:42:49','91.211.251.77',NULL,NULL),(74940,'four_oh_four','2020-12-22 21:44:53','2020-12-23 02:44:53','192.185.129.21',NULL,NULL),(74941,'four_oh_four','2020-12-22 21:55:56','2020-12-23 02:55:56','192.185.129.21',NULL,NULL),(74942,'four_oh_four','2020-12-22 23:30:52','2020-12-23 04:30:52','212.119.41.234',NULL,NULL),(74943,'four_oh_four','2020-12-23 00:33:44','2020-12-23 05:33:44','161.117.10.233',NULL,NULL),(74944,'four_oh_four','2020-12-23 01:52:45','2020-12-23 06:52:45','37.115.113.0',NULL,NULL),(74945,'four_oh_four','2020-12-23 01:52:46','2020-12-23 06:52:46','37.115.113.0',NULL,NULL),(74946,'four_oh_four','2020-12-23 01:52:47','2020-12-23 06:52:47','37.115.113.0',NULL,NULL),(74947,'four_oh_four','2020-12-23 02:36:55','2020-12-23 07:36:55','46.21.250.205',NULL,NULL),(74948,'four_oh_four','2020-12-23 02:43:06','2020-12-23 07:43:06','195.123.209.118',NULL,NULL),(74949,'four_oh_four','2020-12-23 02:43:07','2020-12-23 07:43:07','195.123.209.118',NULL,NULL),(74950,'four_oh_four','2020-12-23 02:43:09','2020-12-23 07:43:09','195.123.209.118',NULL,NULL),(74951,'four_oh_four','2020-12-23 04:47:04','2020-12-23 09:47:04','193.106.30.100',NULL,NULL),(74952,'four_oh_four','2020-12-23 06:17:39','2020-12-23 11:17:39','95.55.40.163',NULL,NULL),(74953,'four_oh_four','2020-12-23 07:07:37','2020-12-23 12:07:37','185.50.251.38',NULL,NULL),(74954,'four_oh_four','2020-12-23 07:53:32','2020-12-23 12:53:32','174.76.48.249',NULL,NULL),(74955,'four_oh_four','2020-12-23 08:14:30','2020-12-23 13:14:30','213.166.69.123',NULL,NULL),(74956,'four_oh_four','2020-12-23 09:00:18','2020-12-23 14:00:18','52.201.182.91',NULL,NULL),(74957,'four_oh_four','2020-12-23 09:13:19','2020-12-23 14:13:19','161.117.5.252',NULL,NULL),(74958,'four_oh_four','2020-12-23 09:34:50','2020-12-23 14:34:50','93.120.140.41',NULL,NULL),(74959,'four_oh_four','2020-12-23 10:09:35','2020-12-23 15:09:35','195.123.209.118',NULL,NULL),(74960,'four_oh_four','2020-12-23 10:09:34','2020-12-23 15:09:34','195.123.209.118',NULL,NULL),(74961,'four_oh_four','2020-12-23 10:09:36','2020-12-23 15:09:36','195.123.209.118',NULL,NULL),(74962,'four_oh_four','2020-12-23 10:19:17','2020-12-23 15:19:17','95.67.82.237',NULL,NULL),(74963,'four_oh_four','2020-12-23 12:03:24','2020-12-23 17:03:24','95.215.206.176',NULL,NULL),(74964,'four_oh_four','2020-12-23 12:08:34','2020-12-23 17:08:34','38.128.159.220',NULL,NULL),(74965,'four_oh_four','2020-12-23 12:20:07','2020-12-23 17:20:07','13.66.139.163',NULL,NULL),(74966,'four_oh_four','2020-12-23 12:49:06','2020-12-23 17:49:06','202.70.34.82',NULL,NULL),(74967,'four_oh_four','2020-12-23 14:49:24','2020-12-23 19:49:24','192.185.129.21',NULL,NULL),(74968,'four_oh_four','2020-12-23 15:04:40','2020-12-23 20:04:40','184.154.139.18',NULL,NULL),(74969,'four_oh_four','2020-12-23 15:23:26','2020-12-23 20:23:26','192.185.129.21',NULL,NULL),(74970,'four_oh_four','2020-12-23 15:43:21','2020-12-23 20:43:21','185.182.82.133',NULL,NULL),(74971,'four_oh_four','2020-12-23 16:31:30','2020-12-23 21:31:30','193.106.30.100',NULL,NULL),(74972,'four_oh_four','2020-12-23 17:52:53','2020-12-23 22:52:53','195.211.239.254',NULL,NULL),(74973,'four_oh_four','2020-12-23 18:22:37','2020-12-23 23:22:37','103.237.144.25',NULL,NULL),(74974,'four_oh_four','2020-12-23 18:22:37','2020-12-23 23:22:37','103.237.144.25',NULL,NULL),(74975,'four_oh_four','2020-12-23 19:07:38','2020-12-24 00:07:38','5.34.180.192',NULL,NULL),(74976,'four_oh_four','2020-12-23 19:07:38','2020-12-24 00:07:38','5.34.180.192',NULL,NULL),(74977,'four_oh_four','2020-12-23 19:07:40','2020-12-24 00:07:40','5.34.180.192',NULL,NULL),(74978,'four_oh_four','2020-12-23 20:04:44','2020-12-24 01:04:44','178.159.37.104',NULL,NULL),(74979,'four_oh_four','2020-12-23 20:04:46','2020-12-24 01:04:46','178.159.37.104',NULL,NULL),(74980,'four_oh_four','2020-12-23 20:04:47','2020-12-24 01:04:47','178.159.37.104',NULL,NULL),(74981,'four_oh_four','2020-12-23 20:44:03','2020-12-24 01:44:03','13.66.139.163',NULL,NULL),(74982,'four_oh_four','2020-12-23 21:10:11','2020-12-24 02:10:11','188.163.109.142',NULL,NULL),(74983,'four_oh_four','2020-12-23 21:23:26','2020-12-24 02:23:26','178.159.37.104',NULL,NULL),(74984,'four_oh_four','2020-12-23 21:23:24','2020-12-24 02:23:24','178.159.37.104',NULL,NULL),(74985,'four_oh_four','2020-12-24 00:48:34','2020-12-24 05:48:34','5.34.180.192',NULL,NULL),(74986,'four_oh_four','2020-12-24 00:48:38','2020-12-24 05:48:38','5.34.180.192',NULL,NULL),(74987,'four_oh_four','2020-12-24 00:48:53','2020-12-24 05:48:53','207.46.13.155',NULL,NULL),(74988,'four_oh_four','2020-12-24 00:48:48','2020-12-24 05:48:48','5.34.180.192',NULL,NULL),(74989,'four_oh_four','2020-12-24 02:28:44','2020-12-24 07:28:44','128.199.71.96',NULL,NULL),(74990,'four_oh_four','2020-12-24 03:28:12','2020-12-24 08:28:12','192.185.176.212',NULL,NULL),(74991,'four_oh_four','2020-12-24 04:38:22','2020-12-24 09:38:22','5.34.180.192',NULL,NULL),(74992,'four_oh_four','2020-12-24 04:38:24','2020-12-24 09:38:24','5.34.180.192',NULL,NULL),(74993,'four_oh_four','2020-12-24 04:38:23','2020-12-24 09:38:23','5.34.180.192',NULL,NULL),(74994,'four_oh_four','2020-12-24 06:19:07','2020-12-24 11:19:07','178.121.47.26',NULL,NULL),(74995,'four_oh_four','2020-12-24 08:08:58','2020-12-24 13:08:58','207.46.13.124',NULL,NULL),(74996,'four_oh_four','2020-12-24 09:10:24','2020-12-24 14:10:24','62.106.121.58',NULL,NULL),(74997,'four_oh_four','2020-12-24 12:47:48','2020-12-24 17:47:48','13.66.139.163',NULL,NULL),(74998,'four_oh_four','2020-12-24 13:34:43','2020-12-24 18:34:43','193.106.30.100',NULL,NULL),(74999,'four_oh_four','2020-12-24 13:49:46','2020-12-24 18:49:46','13.66.139.163',NULL,NULL),(75000,'four_oh_four','2020-12-24 15:10:27','2020-12-24 20:10:27','184.154.139.19',NULL,NULL),(75001,'four_oh_four','2020-12-24 15:33:43','2020-12-24 20:33:43','5.188.48.38',NULL,NULL),(75002,'four_oh_four','2020-12-24 17:03:53','2020-12-24 22:03:53','221.182.31.54',NULL,NULL),(75003,'four_oh_four','2020-12-24 17:31:58','2020-12-24 22:31:58','45.141.197.3',NULL,NULL),(75004,'four_oh_four','2020-12-24 19:59:16','2020-12-25 00:59:16','37.144.247.180',NULL,NULL),(75005,'four_oh_four','2020-12-24 20:54:02','2020-12-25 01:54:02','69.171.251.16',NULL,NULL),(75006,'four_oh_four','2020-12-24 20:54:05','2020-12-25 01:54:05','69.171.251.112',NULL,NULL),(75007,'four_oh_four','2020-12-24 22:17:04','2020-12-25 03:17:04','37.115.113.0',NULL,NULL),(75008,'four_oh_four','2020-12-25 00:20:43','2020-12-25 05:20:43','88.147.152.189',NULL,NULL),(75009,'four_oh_four','2020-12-25 00:34:29','2020-12-25 05:34:29','161.117.9.99',NULL,NULL),(75010,'four_oh_four','2020-12-25 00:58:37','2020-12-25 05:58:37','193.106.30.100',NULL,NULL),(75011,'four_oh_four','2020-12-25 01:31:30','2020-12-25 06:31:30','94.181.44.79',NULL,NULL),(75012,'four_oh_four','2020-12-25 01:57:44','2020-12-25 06:57:44','46.182.129.31',NULL,NULL),(75013,'four_oh_four','2020-12-25 03:17:34','2020-12-25 08:17:34','13.66.139.89',NULL,NULL),(75014,'four_oh_four','2020-12-25 04:24:51','2020-12-25 09:24:51','46.150.243.34',NULL,NULL),(75015,'four_oh_four','2020-12-25 04:51:56','2020-12-25 09:51:56','193.201.216.170',NULL,NULL),(75016,'four_oh_four','2020-12-25 05:12:46','2020-12-25 10:12:46','13.66.139.163',NULL,NULL),(75017,'four_oh_four','2020-12-25 07:27:37','2020-12-25 12:27:37','129.146.190.190',NULL,NULL),(75018,'four_oh_four','2020-12-25 10:03:29','2020-12-25 15:03:29','178.159.37.104',NULL,NULL),(75019,'four_oh_four','2020-12-25 10:03:28','2020-12-25 15:03:28','178.159.37.104',NULL,NULL),(75020,'four_oh_four','2020-12-25 10:23:34','2020-12-25 15:23:34','193.201.216.170',NULL,NULL),(75021,'four_oh_four','2020-12-25 12:02:38','2020-12-25 17:02:38','178.159.37.139',NULL,NULL),(75022,'four_oh_four','2020-12-25 13:12:04','2020-12-25 18:12:04','185.94.192.93',NULL,NULL),(75023,'four_oh_four','2020-12-25 13:47:57','2020-12-25 18:47:57','148.251.54.157',NULL,NULL),(75024,'four_oh_four','2020-12-25 14:43:12','2020-12-25 19:43:12','95.168.185.239',NULL,NULL),(75025,'four_oh_four','2020-12-25 15:06:01','2020-12-25 20:06:01','184.154.139.3',NULL,NULL),(75026,'four_oh_four','2020-12-25 15:59:03','2020-12-25 20:59:03','91.121.88.225',NULL,NULL),(75027,'four_oh_four','2020-12-25 16:32:42','2020-12-25 21:32:42','5.188.48.98',NULL,NULL),(75028,'four_oh_four','2020-12-25 17:47:29','2020-12-25 22:47:29','5.196.23.219',NULL,NULL),(75029,'four_oh_four','2020-12-25 18:05:14','2020-12-25 23:05:14','178.176.112.77',NULL,NULL),(75030,'four_oh_four','2020-12-25 18:05:20','2020-12-25 23:05:20','178.176.112.77',NULL,NULL),(75031,'four_oh_four','2020-12-25 23:55:48','2020-12-26 04:55:48','13.66.139.163',NULL,NULL),(75032,'four_oh_four','2020-12-26 03:44:56','2020-12-26 08:44:56','5.34.180.192',NULL,NULL),(75033,'four_oh_four','2020-12-26 03:44:55','2020-12-26 08:44:55','5.34.180.192',NULL,NULL),(75034,'four_oh_four','2020-12-26 03:44:54','2020-12-26 08:44:54','5.34.180.192',NULL,NULL),(75035,'four_oh_four','2020-12-26 05:46:31','2020-12-26 10:46:31','158.69.27.201',NULL,NULL),(75036,'four_oh_four','2020-12-26 05:46:52','2020-12-26 10:46:52','134.209.109.221',NULL,NULL),(75037,'four_oh_four','2020-12-26 05:46:54','2020-12-26 10:46:54','158.69.27.201',NULL,NULL),(75038,'four_oh_four','2020-12-26 05:47:44','2020-12-26 10:47:44','134.209.109.221',NULL,NULL),(75039,'four_oh_four','2020-12-26 05:48:05','2020-12-26 10:48:05','158.69.27.201',NULL,NULL),(75040,'four_oh_four','2020-12-26 05:49:08','2020-12-26 10:49:08','158.69.27.201',NULL,NULL),(75041,'four_oh_four','2020-12-26 05:49:11','2020-12-26 10:49:11','134.209.109.221',NULL,NULL),(75042,'four_oh_four','2020-12-26 05:49:11','2020-12-26 10:49:11','158.69.27.201',NULL,NULL),(75043,'four_oh_four','2020-12-26 05:49:14','2020-12-26 10:49:14','158.69.27.201',NULL,NULL),(75044,'four_oh_four','2020-12-26 05:49:16','2020-12-26 10:49:16','158.69.27.201',NULL,NULL),(75045,'four_oh_four','2020-12-26 05:49:19','2020-12-26 10:49:19','158.69.27.201',NULL,NULL),(75046,'four_oh_four','2020-12-26 05:49:22','2020-12-26 10:49:22','158.69.27.201',NULL,NULL),(75047,'four_oh_four','2020-12-26 05:49:24','2020-12-26 10:49:24','158.69.27.201',NULL,NULL),(75048,'four_oh_four','2020-12-26 05:49:27','2020-12-26 10:49:27','158.69.27.201',NULL,NULL),(75049,'four_oh_four','2020-12-26 05:50:14','2020-12-26 10:50:14','134.209.109.221',NULL,NULL),(75050,'four_oh_four','2020-12-26 05:50:17','2020-12-26 10:50:17','134.209.109.221',NULL,NULL),(75051,'four_oh_four','2020-12-26 05:50:20','2020-12-26 10:50:20','134.209.109.221',NULL,NULL),(75052,'four_oh_four','2020-12-26 05:50:29','2020-12-26 10:50:29','134.209.109.221',NULL,NULL),(75053,'four_oh_four','2020-12-26 05:50:32','2020-12-26 10:50:32','134.209.109.221',NULL,NULL),(75054,'four_oh_four','2020-12-26 05:50:36','2020-12-26 10:50:36','134.209.109.221',NULL,NULL),(75055,'four_oh_four','2020-12-26 05:50:39','2020-12-26 10:50:39','134.209.109.221',NULL,NULL),(75056,'four_oh_four','2020-12-26 05:50:43','2020-12-26 10:50:43','134.209.109.221',NULL,NULL),(75057,'four_oh_four','2020-12-26 05:51:10','2020-12-26 10:51:10','158.69.27.201',NULL,NULL),(75058,'four_oh_four','2020-12-26 05:52:26','2020-12-26 10:52:26','134.209.109.221',NULL,NULL),(75059,'four_oh_four','2020-12-26 05:54:32','2020-12-26 10:54:32','193.106.30.100',NULL,NULL),(75060,'four_oh_four','2020-12-26 06:37:41','2020-12-26 11:37:41','198.144.149.254',NULL,NULL),(75061,'four_oh_four','2020-12-26 08:14:39','2020-12-26 13:14:39','37.115.113.102',NULL,NULL),(75062,'four_oh_four','2020-12-26 08:14:40','2020-12-26 13:14:40','37.115.113.102',NULL,NULL),(75063,'four_oh_four','2020-12-26 08:14:40','2020-12-26 13:14:40','37.115.113.102',NULL,NULL),(75064,'four_oh_four','2020-12-26 08:15:46','2020-12-26 13:15:46','37.115.113.102',NULL,NULL),(75065,'four_oh_four','2020-12-26 08:15:47','2020-12-26 13:15:47','37.115.113.102',NULL,NULL),(75066,'four_oh_four','2020-12-26 08:15:48','2020-12-26 13:15:48','37.115.113.102',NULL,NULL),(75067,'four_oh_four','2020-12-26 08:23:43','2020-12-26 13:23:43','198.144.149.253',NULL,NULL),(75068,'four_oh_four','2020-12-26 09:57:29','2020-12-26 14:57:29','195.123.209.118',NULL,NULL),(75069,'four_oh_four','2020-12-26 09:57:28','2020-12-26 14:57:28','195.123.209.118',NULL,NULL),(75070,'four_oh_four','2020-12-26 09:57:26','2020-12-26 14:57:26','195.123.209.118',NULL,NULL),(75071,'four_oh_four','2020-12-26 13:09:01','2020-12-26 18:09:01','47.74.152.79',NULL,NULL),(75072,'four_oh_four','2020-12-26 14:38:19','2020-12-26 19:38:19','46.182.129.31',NULL,NULL),(75073,'four_oh_four','2020-12-26 15:12:40','2020-12-26 20:12:40','184.154.139.21',NULL,NULL),(75074,'four_oh_four','2020-12-26 15:34:41','2020-12-26 20:34:41','195.123.209.118',NULL,NULL),(75075,'four_oh_four','2020-12-26 15:34:43','2020-12-26 20:34:43','195.123.209.118',NULL,NULL),(75076,'four_oh_four','2020-12-26 15:34:44','2020-12-26 20:34:44','195.123.209.118',NULL,NULL),(75077,'four_oh_four','2020-12-26 16:03:57','2020-12-26 21:03:57','45.62.216.111',NULL,NULL),(75078,'four_oh_four','2020-12-26 17:20:46','2020-12-26 22:20:46','161.117.10.46',NULL,NULL),(75079,'four_oh_four','2020-12-26 17:55:26','2020-12-26 22:55:26','13.66.139.163',NULL,NULL),(75080,'four_oh_four','2020-12-26 18:25:07','2020-12-26 23:25:07','180.180.152.94',NULL,NULL),(75081,'four_oh_four','2020-12-26 19:02:07','2020-12-27 00:02:07','185.181.245.124',NULL,NULL),(75082,'four_oh_four','2020-12-26 21:53:14','2020-12-27 02:53:14','37.115.113.0',NULL,NULL),(75083,'four_oh_four','2020-12-26 21:53:15','2020-12-27 02:53:15','37.115.113.0',NULL,NULL),(75084,'four_oh_four','2020-12-26 22:09:20','2020-12-27 03:09:20','193.106.30.100',NULL,NULL),(75085,'four_oh_four','2020-12-27 01:59:00','2020-12-27 06:59:00','5.34.180.192',NULL,NULL),(75086,'four_oh_four','2020-12-27 01:58:59','2020-12-27 06:58:59','5.34.180.192',NULL,NULL),(75087,'four_oh_four','2020-12-27 01:58:58','2020-12-27 06:58:58','5.34.180.192',NULL,NULL),(75088,'four_oh_four','2020-12-27 02:08:55','2020-12-27 07:08:55','37.115.113.0',NULL,NULL),(75089,'four_oh_four','2020-12-27 02:08:56','2020-12-27 07:08:56','37.115.113.0',NULL,NULL),(75090,'four_oh_four','2020-12-27 02:08:55','2020-12-27 07:08:55','37.115.113.0',NULL,NULL),(75091,'four_oh_four','2020-12-27 02:44:51','2020-12-27 07:44:51','13.66.139.163',NULL,NULL),(75092,'four_oh_four','2020-12-27 04:47:34','2020-12-27 09:47:34','47.244.9.128',NULL,NULL),(75093,'four_oh_four','2020-12-27 05:26:34','2020-12-27 10:26:34','174.70.241.8',NULL,NULL),(75094,'four_oh_four','2020-12-27 07:25:47','2020-12-27 12:25:47','92.38.136.69',NULL,NULL),(75095,'four_oh_four','2020-12-27 13:38:18','2020-12-27 18:38:18','5.188.48.98',NULL,NULL),(75096,'four_oh_four','2020-12-27 14:09:04','2020-12-27 19:09:04','178.159.37.17',NULL,NULL),(75097,'four_oh_four','2020-12-27 15:01:19','2020-12-27 20:01:19','184.154.139.17',NULL,NULL),(75098,'four_oh_four','2020-12-27 15:06:00','2020-12-27 20:06:00','202.91.34.227',NULL,NULL),(75099,'four_oh_four','2020-12-27 15:49:45','2020-12-27 20:49:45','5.188.48.88',NULL,NULL),(75100,'four_oh_four','2020-12-27 17:12:24','2020-12-27 22:12:24','185.94.192.94',NULL,NULL),(75101,'four_oh_four','2020-12-27 18:55:07','2020-12-27 23:55:07','108.22.245.89',NULL,NULL),(75102,'four_oh_four','2020-12-27 19:47:42','2020-12-28 00:47:42','185.206.214.71',NULL,NULL),(75103,'four_oh_four','2020-12-27 19:59:19','2020-12-28 00:59:19','128.71.165.79',NULL,NULL),(75104,'four_oh_four','2020-12-27 20:54:56','2020-12-28 01:54:56','104.214.79.46',NULL,NULL),(75105,'four_oh_four','2020-12-27 21:32:29','2020-12-28 02:32:29','176.106.242.148',NULL,NULL),(75106,'four_oh_four','2020-12-27 21:55:07','2020-12-28 02:55:07','173.231.59.195',NULL,NULL),(75107,'four_oh_four','2020-12-27 22:05:41','2020-12-28 03:05:41','109.252.202.140',NULL,NULL),(75108,'four_oh_four','2020-12-27 22:56:46','2020-12-28 03:56:46','47.244.19.14',NULL,NULL),(75109,'four_oh_four','2020-12-28 00:33:51','2020-12-28 05:33:51','213.108.1.229',NULL,NULL),(75110,'four_oh_four','2020-12-28 01:23:47','2020-12-28 06:23:47','104.214.79.46',NULL,NULL),(75111,'four_oh_four','2020-12-28 01:55:22','2020-12-28 06:55:22','172.245.228.29',NULL,NULL),(75112,'four_oh_four','2020-12-28 04:36:50','2020-12-28 09:36:50','199.66.201.19',NULL,NULL),(75113,'four_oh_four','2020-12-28 04:36:50','2020-12-28 09:36:50','199.66.201.19',NULL,NULL),(75114,'four_oh_four','2020-12-28 06:30:13','2020-12-28 11:30:13','37.115.213.47',NULL,NULL),(75115,'four_oh_four','2020-12-28 10:36:23','2020-12-28 15:36:23','178.159.37.139',NULL,NULL),(75116,'four_oh_four','2020-12-28 10:56:13','2020-12-28 15:56:13','206.123.139.41',NULL,NULL),(75117,'four_oh_four','2020-12-28 13:17:56','2020-12-28 18:17:56','193.106.30.100',NULL,NULL),(75118,'four_oh_four','2020-12-28 15:02:07','2020-12-28 20:02:07','184.154.139.21',NULL,NULL),(75119,'four_oh_four','2020-12-28 15:37:20','2020-12-28 20:37:20','13.66.139.163',NULL,NULL),(75120,'four_oh_four','2020-12-28 17:06:59','2020-12-28 22:06:59','82.165.85.46',NULL,NULL),(75121,'four_oh_four','2020-12-28 17:22:23','2020-12-28 22:22:23','13.66.139.152',NULL,NULL),(75122,'four_oh_four','2020-12-28 19:51:08','2020-12-29 00:51:08','96.241.99.197',NULL,NULL),(75123,'four_oh_four','2020-12-28 20:36:05','2020-12-29 01:36:05','46.148.206.226',NULL,NULL),(75124,'four_oh_four','2020-12-28 20:36:07','2020-12-29 01:36:07','46.148.206.226',NULL,NULL),(75125,'four_oh_four','2020-12-28 20:53:47','2020-12-29 01:53:47','100.15.155.189',NULL,NULL),(75126,'four_oh_four','2020-12-28 21:36:24','2020-12-29 02:36:24','94.242.26.158',NULL,NULL),(75127,'four_oh_four','2020-12-28 22:11:57','2020-12-29 03:11:57','188.163.109.142',NULL,NULL),(75128,'four_oh_four','2020-12-28 22:48:49','2020-12-29 03:48:49','173.231.59.195',NULL,NULL),(75129,'four_oh_four','2020-12-29 00:44:26','2020-12-29 05:44:26','31.13.127.8',NULL,NULL),(75130,'four_oh_four','2020-12-29 00:44:34','2020-12-29 05:44:34','31.13.127.120',NULL,NULL),(75131,'four_oh_four','2020-12-29 00:44:34','2020-12-29 05:44:34','31.13.127.19',NULL,NULL),(75132,'four_oh_four','2020-12-29 00:44:34','2020-12-29 05:44:34','31.13.127.118',NULL,NULL),(75133,'four_oh_four','2020-12-29 00:44:35','2020-12-29 05:44:35','31.13.127.5',NULL,NULL),(75134,'four_oh_four','2020-12-29 00:44:34','2020-12-29 05:44:34','31.13.127.19',NULL,NULL),(75135,'four_oh_four','2020-12-29 00:44:37','2020-12-29 05:44:37','31.13.127.19',NULL,NULL),(75136,'four_oh_four','2020-12-29 00:44:38','2020-12-29 05:44:38','31.13.127.19',NULL,NULL),(75137,'four_oh_four','2020-12-29 00:44:38','2020-12-29 05:44:38','31.13.127.20',NULL,NULL),(75138,'four_oh_four','2020-12-29 00:44:38','2020-12-29 05:44:38','31.13.127.111',NULL,NULL),(75139,'four_oh_four','2020-12-29 00:44:38','2020-12-29 05:44:38','31.13.127.120',NULL,NULL),(75140,'four_oh_four','2020-12-29 00:44:40','2020-12-29 05:44:40','31.13.127.19',NULL,NULL),(75141,'four_oh_four','2020-12-29 00:44:38','2020-12-29 05:44:38','31.13.127.11',NULL,NULL),(75142,'four_oh_four','2020-12-29 00:44:45','2020-12-29 05:44:45','31.13.127.11',NULL,NULL),(75143,'four_oh_four','2020-12-29 01:00:32','2020-12-29 06:00:32','47.244.9.129',NULL,NULL),(75144,'four_oh_four','2020-12-29 01:33:26','2020-12-29 06:33:26','151.236.18.69',NULL,NULL),(75145,'four_oh_four','2020-12-29 01:42:20','2020-12-29 06:42:20','100.15.155.189',NULL,NULL),(75146,'four_oh_four','2020-12-29 02:05:23','2020-12-29 07:05:23','5.188.48.98',NULL,NULL),(75147,'four_oh_four','2020-12-29 02:13:32','2020-12-29 07:13:32','51.254.237.77',NULL,NULL),(75148,'four_oh_four','2020-12-29 02:40:16','2020-12-29 07:40:16','51.38.140.4',NULL,NULL),(75149,'four_oh_four','2020-12-29 02:40:19','2020-12-29 07:40:19','51.38.140.4',NULL,NULL),(75150,'four_oh_four','2020-12-29 02:40:23','2020-12-29 07:40:23','51.38.140.4',NULL,NULL),(75151,'four_oh_four','2020-12-29 04:23:28','2020-12-29 09:23:28','129.146.190.190',NULL,NULL),(75152,'four_oh_four','2020-12-29 06:40:21','2020-12-29 11:40:21','207.46.13.155',NULL,NULL),(75153,'four_oh_four','2020-12-29 06:49:53','2020-12-29 11:49:53','46.182.129.31',NULL,NULL),(75154,'four_oh_four','2020-12-29 09:20:48','2020-12-29 14:20:48','47.74.240.108',NULL,NULL),(75155,'four_oh_four','2020-12-29 10:47:38','2020-12-29 15:47:38','89.111.33.223',NULL,NULL),(75156,'four_oh_four','2020-12-29 10:54:31','2020-12-29 15:54:31','47.74.186.195',NULL,NULL),(75157,'four_oh_four','2020-12-29 15:05:15','2020-12-29 20:05:15','184.154.139.19',NULL,NULL),(75158,'four_oh_four','2020-12-29 20:58:12','2020-12-30 01:58:12','162.241.244.61',NULL,NULL),(75159,'four_oh_four','2020-12-30 00:49:56','2020-12-30 05:49:56','91.121.148.189',NULL,NULL),(75160,'four_oh_four','2020-12-30 04:51:35','2020-12-30 09:51:35','104.214.79.46',NULL,NULL),(75161,'four_oh_four','2020-12-30 05:10:45','2020-12-30 10:10:45','47.74.240.3',NULL,NULL),(75162,'four_oh_four','2020-12-30 06:29:29','2020-12-30 11:29:29','5.188.48.88',NULL,NULL),(75163,'four_oh_four','2020-12-30 06:37:39','2020-12-30 11:37:39','73.191.61.115',NULL,NULL),(75164,'four_oh_four','2020-12-30 06:50:29','2020-12-30 11:50:29','73.191.61.115',NULL,NULL),(75165,'four_oh_four','2020-12-30 08:40:21','2020-12-30 13:40:21','193.106.30.100',NULL,NULL),(75166,'four_oh_four','2020-12-30 08:56:50','2020-12-30 13:56:50','88.198.90.9',NULL,NULL),(75167,'four_oh_four','2020-12-30 08:56:59','2020-12-30 13:56:59','88.198.90.9',NULL,NULL),(75168,'four_oh_four','2020-12-30 09:09:00','2020-12-30 14:09:00','52.201.182.91',NULL,NULL),(75169,'four_oh_four','2020-12-30 09:48:58','2020-12-30 14:48:58','103.139.113.34',NULL,NULL),(75170,'four_oh_four','2020-12-30 12:51:40','2020-12-30 17:51:40','51.222.43.144',NULL,NULL),(75171,'four_oh_four','2020-12-30 14:35:53','2020-12-30 19:35:53','82.165.19.103',NULL,NULL),(75172,'four_oh_four','2020-12-30 14:39:17','2020-12-30 19:39:17','149.56.173.225',NULL,NULL),(75173,'four_oh_four','2020-12-30 15:05:57','2020-12-30 20:05:57','184.154.139.18',NULL,NULL),(75174,'four_oh_four','2020-12-30 16:25:04','2020-12-30 21:25:04','13.66.139.163',NULL,NULL),(75175,'four_oh_four','2020-12-30 17:21:41','2020-12-30 22:21:41','137.116.116.251',NULL,NULL),(75176,'four_oh_four','2020-12-30 17:37:49','2020-12-30 22:37:49','13.66.139.163',NULL,NULL),(75177,'four_oh_four','2020-12-30 17:59:16','2020-12-30 22:59:16','185.255.96.99',NULL,NULL),(75178,'four_oh_four','2020-12-30 19:54:27','2020-12-31 00:54:27','5.45.64.13',NULL,NULL),(75179,'four_oh_four','2020-12-30 19:54:30','2020-12-31 00:54:30','5.45.64.13',NULL,NULL),(75180,'four_oh_four','2020-12-30 20:16:46','2020-12-31 01:16:46','95.143.21.115',NULL,NULL),(75181,'four_oh_four','2020-12-30 20:16:50','2020-12-31 01:16:50','95.143.21.115',NULL,NULL),(75182,'four_oh_four','2020-12-30 20:35:58','2020-12-31 01:35:58','95.143.21.33',NULL,NULL),(75183,'four_oh_four','2020-12-31 02:49:52','2020-12-31 07:49:52','185.191.215.99',NULL,NULL),(75184,'four_oh_four','2020-12-31 07:59:13','2020-12-31 12:59:13','51.38.140.4',NULL,NULL),(75185,'four_oh_four','2020-12-31 08:49:08','2020-12-31 13:49:08','45.86.201.205',NULL,NULL),(75186,'four_oh_four','2020-12-31 10:12:12','2020-12-31 15:12:12','185.30.32.247',NULL,NULL),(75187,'four_oh_four','2020-12-31 11:15:30','2020-12-31 16:15:30','178.159.37.139',NULL,NULL),(75188,'four_oh_four','2020-12-31 11:40:31','2020-12-31 16:40:31','108.22.254.28',NULL,NULL),(75189,'four_oh_four','2020-12-31 12:33:16','2020-12-31 17:33:16','13.66.139.163',NULL,NULL),(75190,'four_oh_four','2020-12-31 15:12:06','2020-12-31 20:12:06','184.154.139.19',NULL,NULL),(75191,'four_oh_four','2020-12-31 16:27:36','2020-12-31 21:27:36','178.159.37.58',NULL,NULL),(75192,'four_oh_four','2020-12-31 16:55:45','2020-12-31 21:55:45','193.106.30.100',NULL,NULL),(75193,'four_oh_four','2020-12-31 23:12:46','2021-01-01 04:12:46','88.147.173.116',NULL,NULL),(75194,'four_oh_four','2021-01-01 01:35:57','2021-01-01 06:35:57','185.244.212.46',NULL,NULL),(75195,'four_oh_four','2021-01-01 03:37:16','2021-01-01 08:37:16','13.68.244.143',NULL,NULL),(75196,'four_oh_four','2021-01-01 03:43:47','2021-01-01 08:43:47','5.188.48.88',NULL,NULL),(75197,'four_oh_four','2021-01-01 07:18:01','2021-01-01 12:18:01','193.106.30.100',NULL,NULL),(75198,'four_oh_four','2021-01-01 10:54:33','2021-01-01 15:54:33','107.170.1.157',NULL,NULL),(75199,'four_oh_four','2021-01-01 10:54:34','2021-01-01 15:54:34','68.183.205.7',NULL,NULL),(75200,'four_oh_four','2021-01-01 10:54:53','2021-01-01 15:54:53','107.170.1.157',NULL,NULL),(75201,'four_oh_four','2021-01-01 10:55:00','2021-01-01 15:55:00','68.183.205.7',NULL,NULL),(75202,'four_oh_four','2021-01-01 10:55:18','2021-01-01 15:55:18','107.170.1.157',NULL,NULL),(75203,'four_oh_four','2021-01-01 10:55:20','2021-01-01 15:55:20','107.170.1.157',NULL,NULL),(75204,'four_oh_four','2021-01-01 10:55:24','2021-01-01 15:55:24','107.170.1.157',NULL,NULL),(75205,'four_oh_four','2021-01-01 10:55:27','2021-01-01 15:55:27','68.183.205.7',NULL,NULL),(75206,'four_oh_four','2021-01-01 10:55:30','2021-01-01 15:55:30','68.183.205.7',NULL,NULL),(75207,'four_oh_four','2021-01-01 10:55:36','2021-01-01 15:55:36','68.183.205.7',NULL,NULL),(75208,'four_oh_four','2021-01-01 10:55:53','2021-01-01 15:55:53','107.170.1.157',NULL,NULL),(75209,'four_oh_four','2021-01-01 10:56:03','2021-01-01 15:56:03','68.183.205.7',NULL,NULL),(75210,'four_oh_four','2021-01-01 10:57:00','2021-01-01 15:57:00','107.170.1.157',NULL,NULL),(75211,'four_oh_four','2021-01-01 10:57:14','2021-01-01 15:57:14','68.183.205.7',NULL,NULL),(75212,'four_oh_four','2021-01-01 10:58:03','2021-01-01 15:58:03','107.170.1.157',NULL,NULL),(75213,'four_oh_four','2021-01-01 10:58:06','2021-01-01 15:58:06','107.170.1.157',NULL,NULL),(75214,'four_oh_four','2021-01-01 10:58:09','2021-01-01 15:58:09','107.170.1.157',NULL,NULL),(75215,'four_oh_four','2021-01-01 10:58:11','2021-01-01 15:58:11','107.170.1.157',NULL,NULL),(75216,'four_oh_four','2021-01-01 10:58:14','2021-01-01 15:58:14','107.170.1.157',NULL,NULL),(75217,'four_oh_four','2021-01-01 10:58:16','2021-01-01 15:58:16','68.183.205.7',NULL,NULL),(75218,'four_oh_four','2021-01-01 10:58:16','2021-01-01 15:58:16','107.170.1.157',NULL,NULL),(75219,'four_oh_four','2021-01-01 10:58:18','2021-01-01 15:58:18','68.183.205.7',NULL,NULL),(75220,'four_oh_four','2021-01-01 10:58:20','2021-01-01 15:58:20','68.183.205.7',NULL,NULL),(75221,'four_oh_four','2021-01-01 10:58:19','2021-01-01 15:58:19','107.170.1.157',NULL,NULL),(75222,'four_oh_four','2021-01-01 10:58:22','2021-01-01 15:58:22','107.170.1.157',NULL,NULL),(75223,'four_oh_four','2021-01-01 10:58:22','2021-01-01 15:58:22','68.183.205.7',NULL,NULL),(75224,'four_oh_four','2021-01-01 10:58:24','2021-01-01 15:58:24','68.183.205.7',NULL,NULL),(75225,'four_oh_four','2021-01-01 10:58:26','2021-01-01 15:58:26','68.183.205.7',NULL,NULL),(75226,'four_oh_four','2021-01-01 10:58:29','2021-01-01 15:58:29','68.183.205.7',NULL,NULL),(75227,'four_oh_four','2021-01-01 10:58:31','2021-01-01 15:58:31','68.183.205.7',NULL,NULL),(75228,'four_oh_four','2021-01-01 11:00:04','2021-01-01 16:00:04','107.170.1.157',NULL,NULL),(75229,'four_oh_four','2021-01-01 11:00:14','2021-01-01 16:00:14','68.183.205.7',NULL,NULL),(75230,'four_oh_four','2021-01-01 11:25:21','2021-01-01 16:25:21','46.182.129.31',NULL,NULL),(75231,'four_oh_four','2021-01-01 11:28:46','2021-01-01 16:28:46','47.88.168.75',NULL,NULL),(75232,'four_oh_four','2021-01-01 13:30:23','2021-01-01 18:30:23','5.188.48.115',NULL,NULL),(75233,'four_oh_four','2021-01-01 14:43:58','2021-01-01 19:43:58','68.183.231.225',NULL,NULL),(75234,'four_oh_four','2021-01-01 14:43:58','2021-01-01 19:43:58','68.183.231.225',NULL,NULL),(75235,'four_oh_four','2021-01-01 15:08:31','2021-01-01 20:08:31','184.154.139.18',NULL,NULL),(75236,'four_oh_four','2021-01-01 15:46:22','2021-01-01 20:46:22','168.119.250.101',NULL,NULL),(75237,'four_oh_four','2021-01-01 16:39:17','2021-01-01 21:39:17','174.70.241.8',NULL,NULL),(75238,'four_oh_four','2021-01-01 17:03:41','2021-01-01 22:03:41','5.188.48.98',NULL,NULL),(75239,'four_oh_four','2021-01-01 17:10:40','2021-01-01 22:10:40','129.146.190.190',NULL,NULL),(75240,'four_oh_four','2021-01-01 18:14:10','2021-01-01 23:14:10','167.99.36.1',NULL,NULL),(75241,'four_oh_four','2021-01-01 18:14:18','2021-01-01 23:14:18','167.99.36.1',NULL,NULL),(75242,'four_oh_four','2021-01-01 18:22:02','2021-01-01 23:22:02','167.99.36.1',NULL,NULL),(75243,'four_oh_four','2021-01-01 19:22:57','2021-01-02 00:22:57','5.188.48.88',NULL,NULL),(75244,'four_oh_four','2021-01-01 22:35:02','2021-01-02 03:35:02','213.166.69.123',NULL,NULL),(75245,'four_oh_four','2021-01-01 23:49:53','2021-01-02 04:49:53','46.8.48.106',NULL,NULL),(75246,'four_oh_four','2021-01-02 03:51:23','2021-01-02 08:51:23','80.251.153.35',NULL,NULL),(75247,'four_oh_four','2021-01-02 03:52:18','2021-01-02 08:52:18','13.66.139.89',NULL,NULL),(75248,'four_oh_four','2021-01-02 05:06:30','2021-01-02 10:06:30','70.36.102.229',NULL,NULL),(75249,'four_oh_four','2021-01-02 05:52:43','2021-01-02 10:52:43','37.115.221.179',NULL,NULL),(75250,'four_oh_four','2021-01-02 07:30:39','2021-01-02 12:30:39','54.84.188.24',NULL,NULL),(75251,'four_oh_four','2021-01-02 13:25:17','2021-01-02 18:25:17','5.79.66.162',NULL,NULL),(75252,'four_oh_four','2021-01-02 14:17:24','2021-01-02 19:17:24','207.46.13.75',NULL,NULL),(75253,'four_oh_four','2021-01-02 14:40:26','2021-01-02 19:40:26','46.182.129.31',NULL,NULL),(75254,'four_oh_four','2021-01-02 15:01:21','2021-01-02 20:01:21','184.154.139.3',NULL,NULL),(75255,'four_oh_four','2021-01-02 15:42:11','2021-01-02 20:42:11','88.147.174.19',NULL,NULL),(75256,'four_oh_four','2021-01-02 16:22:03','2021-01-02 21:22:03','193.106.30.100',NULL,NULL),(75257,'four_oh_four','2021-01-02 17:19:22','2021-01-02 22:19:22','66.249.75.211',NULL,NULL),(75258,'four_oh_four','2021-01-02 18:40:29','2021-01-02 23:40:29','23.228.109.146',NULL,NULL),(75259,'four_oh_four','2021-01-02 19:54:51','2021-01-03 00:54:51','46.161.15.40',NULL,NULL),(75260,'four_oh_four','2021-01-02 21:27:41','2021-01-03 02:27:41','109.184.247.175',NULL,NULL),(75261,'four_oh_four','2021-01-02 21:33:45','2021-01-03 02:33:45','91.188.230.149',NULL,NULL),(75262,'four_oh_four','2021-01-02 23:38:06','2021-01-03 04:38:06','149.56.173.225',NULL,NULL),(75263,'four_oh_four','2021-01-03 01:08:32','2021-01-03 06:08:32','111.250.138.75',NULL,NULL),(75264,'four_oh_four','2021-01-03 07:46:08','2021-01-03 12:46:08','45.134.180.9',NULL,NULL),(75265,'four_oh_four','2021-01-03 07:57:32','2021-01-03 12:57:32','66.249.75.213',NULL,NULL),(75266,'four_oh_four','2021-01-03 08:26:26','2021-01-03 13:26:26','193.106.30.100',NULL,NULL),(75267,'four_oh_four','2021-01-03 08:59:09','2021-01-03 13:59:09','173.208.193.162',NULL,NULL),(75268,'four_oh_four','2021-01-03 10:00:41','2021-01-03 15:00:41','46.148.206.226',NULL,NULL),(75269,'four_oh_four','2021-01-03 11:39:47','2021-01-03 16:39:47','178.159.37.139',NULL,NULL),(75270,'four_oh_four','2021-01-03 12:47:35','2021-01-03 17:47:35','149.56.173.225',NULL,NULL),(75271,'four_oh_four','2021-01-03 15:10:31','2021-01-03 20:10:31','184.154.139.20',NULL,NULL),(75272,'four_oh_four','2021-01-03 16:26:57','2021-01-03 21:26:57','194.33.45.161',NULL,NULL),(75273,'four_oh_four','2021-01-03 18:00:26','2021-01-03 23:00:26','188.163.109.142',NULL,NULL),(75274,'four_oh_four','2021-01-03 18:43:40','2021-01-03 23:43:40','84.17.46.15',NULL,NULL),(75275,'four_oh_four','2021-01-03 20:29:34','2021-01-04 01:29:34','5.189.239.157',NULL,NULL),(75276,'four_oh_four','2021-01-03 21:50:44','2021-01-04 02:50:44','95.142.118.29',NULL,NULL),(75277,'four_oh_four','2021-01-03 21:50:46','2021-01-04 02:50:46','95.142.118.29',NULL,NULL),(75278,'four_oh_four','2021-01-03 21:50:48','2021-01-04 02:50:48','95.142.118.29',NULL,NULL),(75279,'four_oh_four','2021-01-03 22:26:23','2021-01-04 03:26:23','95.143.21.203',NULL,NULL),(75280,'four_oh_four','2021-01-04 01:04:04','2021-01-04 06:04:04','94.181.44.79',NULL,NULL),(75281,'four_oh_four','2021-01-04 05:16:25','2021-01-04 10:16:25','111.250.138.75',NULL,NULL),(75282,'four_oh_four','2021-01-04 05:50:15','2021-01-04 10:50:15','173.231.59.195',NULL,NULL),(75283,'four_oh_four','2021-01-04 06:09:57','2021-01-04 11:09:57','193.106.30.100',NULL,NULL),(75284,'four_oh_four','2021-01-04 07:20:37','2021-01-04 12:20:37','111.250.138.75',NULL,NULL),(75285,'four_oh_four','2021-01-04 09:19:23','2021-01-04 14:19:23','13.66.139.89',NULL,NULL),(75286,'four_oh_four','2021-01-04 10:40:30','2021-01-04 15:40:30','5.188.48.88',NULL,NULL),(75287,'four_oh_four','2021-01-04 11:39:58','2021-01-04 16:39:58','114.119.151.107',NULL,NULL),(75288,'four_oh_four','2021-01-04 11:58:48','2021-01-04 16:58:48','91.121.84.176',NULL,NULL),(75289,'four_oh_four','2021-01-04 13:33:27','2021-01-04 18:33:27','64.140.133.176',NULL,NULL),(75290,'four_oh_four','2021-01-04 13:52:23','2021-01-04 18:52:23','111.250.138.75',NULL,NULL),(75291,'four_oh_four','2021-01-04 14:05:06','2021-01-04 19:05:06','88.147.174.19',NULL,NULL),(75292,'four_oh_four','2021-01-04 14:13:01','2021-01-04 19:13:01','207.46.13.75',NULL,NULL),(75293,'four_oh_four','2021-01-04 15:02:49','2021-01-04 20:02:49','184.154.139.17',NULL,NULL),(75294,'four_oh_four','2021-01-04 15:16:17','2021-01-04 20:16:17','69.140.138.11',NULL,NULL),(75295,'four_oh_four','2021-01-04 15:31:21','2021-01-04 20:31:21','95.143.21.203',NULL,NULL),(75296,'four_oh_four','2021-01-04 17:09:54','2021-01-04 22:09:54','206.123.139.227',NULL,NULL),(75297,'four_oh_four','2021-01-04 17:09:58','2021-01-04 22:09:58','188.122.82.146',NULL,NULL),(75298,'four_oh_four','2021-01-04 18:45:47','2021-01-04 23:45:47','148.251.54.157',NULL,NULL),(75299,'four_oh_four','2021-01-04 20:30:10','2021-01-05 01:30:10','84.124.50.123',NULL,NULL),(75300,'four_oh_four','2021-01-04 20:30:10','2021-01-05 01:30:10','84.124.50.123',NULL,NULL),(75301,'four_oh_four','2021-01-04 20:30:58','2021-01-05 01:30:58','5.188.48.88',NULL,NULL),(75302,'four_oh_four','2021-01-04 22:09:52','2021-01-05 03:09:52','23.228.109.146',NULL,NULL),(75303,'four_oh_four','2021-01-04 22:12:13','2021-01-05 03:12:13','128.71.165.79',NULL,NULL),(75304,'four_oh_four','2021-01-05 02:49:17','2021-01-05 07:49:17','193.106.30.100',NULL,NULL),(75305,'four_oh_four','2021-01-05 04:08:05','2021-01-05 09:08:05','13.66.139.89',NULL,NULL),(75306,'four_oh_four','2021-01-05 04:13:58','2021-01-05 09:13:58','164.68.116.198',NULL,NULL),(75307,'four_oh_four','2021-01-05 05:25:20','2021-01-05 10:25:20','78.46.65.196',NULL,NULL),(75308,'four_oh_four','2021-01-05 11:07:40','2021-01-05 16:07:40','93.73.199.52',NULL,NULL),(75309,'four_oh_four','2021-01-05 12:50:39','2021-01-05 17:50:39','193.106.30.100',NULL,NULL),(75310,'four_oh_four','2021-01-05 15:04:01','2021-01-05 20:04:01','184.154.139.21',NULL,NULL),(75311,'four_oh_four','2021-01-05 18:12:09','2021-01-05 23:12:09','52.201.182.91',NULL,NULL),(75312,'four_oh_four','2021-01-05 18:12:11','2021-01-05 23:12:11','52.201.182.91',NULL,NULL),(75313,'four_oh_four','2021-01-05 19:33:02','2021-01-06 00:33:02','72.210.252.134',NULL,NULL),(75314,'four_oh_four','2021-01-05 20:46:37','2021-01-06 01:46:37','23.228.109.146',NULL,NULL),(75315,'four_oh_four','2021-01-05 22:34:04','2021-01-06 03:34:04','5.188.84.230',NULL,NULL),(75316,'brute_force','2021-01-06 03:28:26','2021-01-06 08:28:26','5.188.62.214',NULL,NULL),(75317,'brute_force','2021-01-06 03:28:26','2021-01-06 08:28:26',NULL,NULL,'adminu'),(75318,'brute_force','2021-01-06 03:28:31','2021-01-06 08:28:31','5.188.62.214',NULL,NULL),(75319,'brute_force','2021-01-06 03:28:31','2021-01-06 08:28:31',NULL,NULL,'admin'),(75320,'brute_force','2021-01-06 03:53:17','2021-01-06 08:53:17','5.188.62.214',NULL,NULL),(75321,'brute_force','2021-01-06 03:53:17','2021-01-06 08:53:17',NULL,NULL,'adminu'),(75322,'brute_force','2021-01-06 03:53:22','2021-01-06 08:53:22','5.188.62.214',NULL,NULL),(75323,'brute_force','2021-01-06 03:53:22','2021-01-06 08:53:22',NULL,NULL,'admin'),(75324,'brute_force','2021-01-06 04:20:19','2021-01-06 09:20:19','5.188.62.214',NULL,NULL),(75325,'brute_force','2021-01-06 04:20:19','2021-01-06 09:20:19',NULL,NULL,'adminu'),(75326,'brute_force','2021-01-06 04:20:22','2021-01-06 09:20:22','5.188.62.214',NULL,NULL),(75327,'brute_force','2021-01-06 04:20:22','2021-01-06 09:20:22',NULL,NULL,'admin'),(75328,'four_oh_four','2021-01-06 04:28:38','2021-01-06 09:28:38','5.8.16.104',NULL,NULL),(75329,'four_oh_four','2021-01-06 05:17:00','2021-01-06 10:17:00','193.106.30.100',NULL,NULL),(75330,'four_oh_four','2021-01-06 07:03:55','2021-01-06 12:03:55','46.21.250.205',NULL,NULL),(75331,'four_oh_four','2021-01-06 08:40:29','2021-01-06 13:40:29','92.38.136.69',NULL,NULL),(75332,'four_oh_four','2021-01-06 09:03:36','2021-01-06 14:03:36','185.206.214.71',NULL,NULL),(75333,'four_oh_four','2021-01-06 09:18:25','2021-01-06 14:18:25','52.201.182.91',NULL,NULL),(75334,'four_oh_four','2021-01-06 12:16:39','2021-01-06 17:16:39','94.155.33.88',NULL,NULL),(75335,'four_oh_four','2021-01-06 13:56:22','2021-01-06 18:56:22','162.255.118.203',NULL,NULL),(75336,'four_oh_four','2021-01-06 13:59:07','2021-01-06 18:59:07','178.159.37.139',NULL,NULL),(75337,'four_oh_four','2021-01-06 15:07:36','2021-01-06 20:07:36','184.154.139.20',NULL,NULL),(75338,'four_oh_four','2021-01-06 17:19:10','2021-01-06 22:19:10','174.70.241.14',NULL,NULL),(75339,'four_oh_four','2021-01-06 20:30:33','2021-01-07 01:30:33','188.163.109.142',NULL,NULL),(75340,'four_oh_four','2021-01-06 20:42:24','2021-01-07 01:42:24','5.189.239.157',NULL,NULL),(75341,'four_oh_four','2021-01-06 20:53:57','2021-01-07 01:53:57','23.228.109.146',NULL,NULL),(75342,'four_oh_four','2021-01-06 21:17:52','2021-01-07 02:17:52','45.80.182.30',NULL,NULL),(75343,'four_oh_four','2021-01-07 00:20:08','2021-01-07 05:20:08','24.249.199.14',NULL,NULL),(75344,'four_oh_four','2021-01-07 04:13:50','2021-01-07 09:13:50','51.38.140.4',NULL,NULL),(75345,'four_oh_four','2021-01-07 04:13:55','2021-01-07 09:13:55','51.38.140.4',NULL,NULL),(75346,'four_oh_four','2021-01-07 05:55:43','2021-01-07 10:55:43','193.106.30.100',NULL,NULL),(75347,'four_oh_four','2021-01-07 06:23:22','2021-01-07 11:23:22','37.147.174.213',NULL,NULL),(75348,'four_oh_four','2021-01-07 06:42:10','2021-01-07 11:42:10','47.244.20.191',NULL,NULL),(75349,'four_oh_four','2021-01-07 06:57:24','2021-01-07 11:57:24','198.144.149.253',NULL,NULL),(75350,'four_oh_four','2021-01-07 08:45:55','2021-01-07 13:45:55','13.66.139.161',NULL,NULL),(75351,'four_oh_four','2021-01-07 08:50:40','2021-01-07 13:50:40','104.238.118.228',NULL,NULL),(75352,'four_oh_four','2021-01-07 08:50:57','2021-01-07 13:50:57','88.99.82.169',NULL,NULL),(75353,'four_oh_four','2021-01-07 08:51:09','2021-01-07 13:51:09','104.238.118.228',NULL,NULL),(75354,'four_oh_four','2021-01-07 08:51:10','2021-01-07 13:51:10','104.238.118.228',NULL,NULL),(75355,'four_oh_four','2021-01-07 08:51:16','2021-01-07 13:51:16','104.238.118.228',NULL,NULL),(75356,'four_oh_four','2021-01-07 08:51:50','2021-01-07 13:51:50','88.99.82.169',NULL,NULL),(75357,'four_oh_four','2021-01-07 08:51:55','2021-01-07 13:51:55','88.99.82.169',NULL,NULL),(75358,'four_oh_four','2021-01-07 08:52:05','2021-01-07 13:52:05','88.99.82.169',NULL,NULL),(75359,'brute_force','2021-01-07 12:29:37','2021-01-07 17:29:37','105.110.28.169',NULL,NULL),(75360,'brute_force','2021-01-07 12:29:37','2021-01-07 17:29:37',NULL,NULL,'zphiblgz'),(75361,'brute_force','2021-01-07 12:30:37','2021-01-07 17:30:37','105.110.28.169',NULL,NULL),(75362,'brute_force','2021-01-07 12:30:37','2021-01-07 17:30:37',NULL,NULL,'zphiblgz'),(75363,'brute_force','2021-01-07 12:31:38','2021-01-07 17:31:38','105.110.28.169',NULL,NULL),(75364,'brute_force','2021-01-07 12:31:38','2021-01-07 17:31:38',NULL,NULL,'zphiblgz'),(75365,'brute_force','2021-01-07 12:32:40','2021-01-07 17:32:40','105.110.28.169',NULL,NULL),(75366,'brute_force','2021-01-07 12:32:40','2021-01-07 17:32:40',NULL,NULL,'zphiblgz'),(75367,'brute_force','2021-01-07 12:33:40','2021-01-07 17:33:40','105.110.28.169',NULL,NULL),(75368,'brute_force','2021-01-07 12:33:40','2021-01-07 17:33:40',NULL,NULL,'zphiblgz'),(75369,'brute_force','2021-01-07 12:48:55','2021-01-07 17:48:55','105.110.28.169',NULL,NULL),(75370,'brute_force','2021-01-07 12:48:55','2021-01-07 17:48:55',NULL,NULL,'zphiblgz'),(75371,'brute_force','2021-01-07 13:04:10','2021-01-07 18:04:10','105.110.28.169',NULL,NULL),(75372,'brute_force','2021-01-07 13:04:10','2021-01-07 18:04:10',NULL,NULL,'zphiblgz'),(75373,'brute_force','2021-01-07 13:05:11','2021-01-07 18:05:11','105.110.28.169',NULL,NULL),(75374,'brute_force','2021-01-07 13:05:11','2021-01-07 18:05:11',NULL,NULL,'zphiblgz'),(75375,'brute_force','2021-01-07 13:06:12','2021-01-07 18:06:12','105.110.28.169',NULL,NULL),(75376,'brute_force','2021-01-07 13:06:12','2021-01-07 18:06:12',NULL,NULL,'zphiblgz'),(75377,'brute_force','2021-01-07 13:07:13','2021-01-07 18:07:13','105.110.28.169',NULL,NULL),(75378,'brute_force','2021-01-07 13:07:13','2021-01-07 18:07:13',NULL,NULL,'zphiblgz'),(75379,'brute_force','2021-01-07 13:08:14','2021-01-07 18:08:14','105.110.28.169',NULL,NULL),(75380,'brute_force','2021-01-07 13:08:14','2021-01-07 18:08:14',NULL,NULL,'zphiblgz'),(75381,'four_oh_four','2021-01-07 15:11:45','2021-01-07 20:11:45','184.154.139.17',NULL,NULL),(75382,'four_oh_four','2021-01-07 15:58:37','2021-01-07 20:58:37','72.49.49.11',NULL,NULL),(75383,'four_oh_four','2021-01-07 16:14:55','2021-01-07 21:14:55','13.66.139.35',NULL,NULL),(75384,'four_oh_four','2021-01-07 16:49:05','2021-01-07 21:49:05','208.102.51.6',NULL,NULL),(75385,'four_oh_four','2021-01-07 19:18:56','2021-01-08 00:18:56','191.233.197.45',NULL,NULL),(75386,'four_oh_four','2021-01-07 19:19:01','2021-01-08 00:19:01','191.233.197.45',NULL,NULL),(75387,'four_oh_four','2021-01-07 19:19:09','2021-01-08 00:19:09','191.233.197.45',NULL,NULL),(75388,'four_oh_four','2021-01-07 19:19:14','2021-01-08 00:19:14','191.233.197.45',NULL,NULL),(75389,'four_oh_four','2021-01-07 19:19:59','2021-01-08 00:19:59','191.233.197.45',NULL,NULL),(75390,'four_oh_four','2021-01-07 19:20:14','2021-01-08 00:20:14','191.233.197.45',NULL,NULL),(75391,'four_oh_four','2021-01-07 22:21:10','2021-01-08 03:21:10','13.66.139.132',NULL,NULL),(75392,'four_oh_four','2021-01-07 22:22:24','2021-01-08 03:22:24','98.162.25.29',NULL,NULL),(75393,'four_oh_four','2021-01-07 22:33:43','2021-01-08 03:33:43','46.161.15.40',NULL,NULL),(75394,'four_oh_four','2021-01-07 22:36:20','2021-01-08 03:36:20','51.81.140.151',NULL,NULL),(75395,'four_oh_four','2021-01-08 03:24:45','2021-01-08 08:24:45','37.113.184.86',NULL,NULL),(75396,'four_oh_four','2021-01-08 03:38:26','2021-01-08 08:38:26','13.66.139.35',NULL,NULL),(75397,'four_oh_four','2021-01-08 07:51:54','2021-01-08 12:51:54','92.38.136.69',NULL,NULL),(75398,'four_oh_four','2021-01-08 07:59:00','2021-01-08 12:59:00','157.55.39.154',NULL,NULL),(75399,'four_oh_four','2021-01-08 08:25:00','2021-01-08 13:25:00','158.69.83.144',NULL,NULL),(75400,'four_oh_four','2021-01-08 09:18:02','2021-01-08 14:18:02','45.87.2.128',NULL,NULL),(75401,'four_oh_four','2021-01-08 09:41:06','2021-01-08 14:41:06','88.147.173.116',NULL,NULL),(75402,'brute_force','2021-01-08 10:12:43','2021-01-08 15:12:43','105.110.28.169',NULL,NULL),(75403,'brute_force','2021-01-08 10:12:43','2021-01-08 15:12:43',NULL,NULL,'admin'),(75404,'brute_force','2021-01-08 10:13:44','2021-01-08 15:13:44','105.110.28.169',NULL,NULL),(75405,'brute_force','2021-01-08 10:13:44','2021-01-08 15:13:44',NULL,NULL,'admin'),(75406,'brute_force','2021-01-08 10:14:46','2021-01-08 15:14:46','105.110.28.169',NULL,NULL),(75407,'brute_force','2021-01-08 10:14:46','2021-01-08 15:14:46',NULL,NULL,'admin'),(75408,'brute_force','2021-01-08 10:15:48','2021-01-08 15:15:48','105.110.28.169',NULL,NULL),(75409,'brute_force','2021-01-08 10:15:48','2021-01-08 15:15:48',NULL,NULL,'admin'),(75410,'brute_force','2021-01-08 10:16:49','2021-01-08 15:16:49','105.110.28.169',NULL,NULL),(75411,'brute_force','2021-01-08 10:16:49','2021-01-08 15:16:49',NULL,NULL,'admin'),(75412,'four_oh_four','2021-01-08 10:43:47','2021-01-08 15:43:47','158.69.170.61',NULL,NULL),(75413,'four_oh_four','2021-01-08 11:04:00','2021-01-08 16:04:00','88.147.174.19',NULL,NULL),(75414,'four_oh_four','2021-01-08 11:24:12','2021-01-08 16:24:12','5.188.48.98',NULL,NULL),(75415,'brute_force','2021-01-08 11:42:12','2021-01-08 16:42:12','105.110.44.17',NULL,NULL),(75416,'brute_force','2021-01-08 11:42:12','2021-01-08 16:42:12',NULL,NULL,'admin'),(75417,'brute_force','2021-01-08 11:43:12','2021-01-08 16:43:12','105.110.44.17',NULL,NULL),(75418,'brute_force','2021-01-08 11:43:12','2021-01-08 16:43:12',NULL,NULL,'admin'),(75419,'brute_force','2021-01-08 11:44:13','2021-01-08 16:44:13','105.110.44.17',NULL,NULL),(75420,'brute_force','2021-01-08 11:44:13','2021-01-08 16:44:13',NULL,NULL,'admin'),(75421,'brute_force','2021-01-08 11:45:14','2021-01-08 16:45:14','105.110.44.17',NULL,NULL),(75422,'brute_force','2021-01-08 11:45:14','2021-01-08 16:45:14',NULL,NULL,'admin'),(75423,'brute_force','2021-01-08 11:46:15','2021-01-08 16:46:15','105.110.44.17',NULL,NULL),(75424,'brute_force','2021-01-08 11:46:15','2021-01-08 16:46:15',NULL,NULL,'admin'),(75425,'brute_force','2021-01-08 12:01:30','2021-01-08 17:01:30','105.110.44.17',NULL,NULL),(75426,'brute_force','2021-01-08 12:01:30','2021-01-08 17:01:30',NULL,NULL,'admin'),(75427,'brute_force','2021-01-08 12:16:47','2021-01-08 17:16:47','105.110.44.17',NULL,NULL),(75428,'brute_force','2021-01-08 12:16:47','2021-01-08 17:16:47',NULL,NULL,'admin'),(75429,'brute_force','2021-01-08 12:17:46','2021-01-08 17:17:46','105.110.44.17',NULL,NULL),(75430,'brute_force','2021-01-08 12:17:46','2021-01-08 17:17:46',NULL,NULL,'admin'),(75431,'brute_force','2021-01-08 12:18:48','2021-01-08 17:18:48','105.110.44.17',NULL,NULL),(75432,'brute_force','2021-01-08 12:18:48','2021-01-08 17:18:48',NULL,NULL,'admin'),(75433,'brute_force','2021-01-08 12:18:48','2021-01-08 17:18:48','105.110.44.17',NULL,NULL),(75434,'brute_force','2021-01-08 12:18:48','2021-01-08 17:18:48',NULL,NULL,'admin'),(75435,'brute_force','2021-01-08 12:19:48','2021-01-08 17:19:48','105.110.44.17',NULL,NULL),(75436,'brute_force','2021-01-08 12:19:48','2021-01-08 17:19:48',NULL,NULL,'admin'),(75437,'four_oh_four','2021-01-08 12:27:17','2021-01-08 17:27:17','47.244.13.202',NULL,NULL),(75438,'brute_force','2021-01-08 12:35:03','2021-01-08 17:35:03','105.110.44.17',NULL,NULL),(75439,'brute_force','2021-01-08 12:35:03','2021-01-08 17:35:03',NULL,NULL,'admin'),(75440,'four_oh_four','2021-01-08 13:39:21','2021-01-08 18:39:21','13.66.139.118',NULL,NULL),(75441,'four_oh_four','2021-01-08 15:09:19','2021-01-08 20:09:19','23.95.13.157',NULL,NULL),(75442,'four_oh_four','2021-01-08 15:09:23','2021-01-08 20:09:23','23.95.13.157',NULL,NULL),(75443,'four_oh_four','2021-01-08 15:09:39','2021-01-08 20:09:39','23.95.13.157',NULL,NULL),(75444,'four_oh_four','2021-01-08 15:10:52','2021-01-08 20:10:52','23.95.13.157',NULL,NULL),(75445,'four_oh_four','2021-01-08 15:11:25','2021-01-08 20:11:25','184.154.139.21',NULL,NULL),(75446,'four_oh_four','2021-01-08 15:48:38','2021-01-08 20:48:38','193.9.114.182',NULL,NULL),(75447,'four_oh_four','2021-01-08 18:51:31','2021-01-08 23:51:31','13.66.139.118',NULL,NULL),(75448,'four_oh_four','2021-01-08 21:25:37','2021-01-09 02:25:37','193.106.30.100',NULL,NULL),(75449,'four_oh_four','2021-01-08 21:50:57','2021-01-09 02:50:57','88.147.173.116',NULL,NULL),(75450,'four_oh_four','2021-01-08 22:08:47','2021-01-09 03:08:47','13.66.139.35',NULL,NULL),(75451,'four_oh_four','2021-01-09 00:08:29','2021-01-09 05:08:29','13.66.139.35',NULL,NULL),(75452,'four_oh_four','2021-01-09 02:01:32','2021-01-09 07:01:32','95.143.22.108',NULL,NULL),(75453,'four_oh_four','2021-01-09 06:37:54','2021-01-09 11:37:54','95.216.152.179',NULL,NULL),(75454,'four_oh_four','2021-01-09 07:32:57','2021-01-09 12:32:57','24.249.199.14',NULL,NULL),(75455,'four_oh_four','2021-01-09 08:06:21','2021-01-09 13:06:21','13.66.139.145',NULL,NULL),(75456,'four_oh_four','2021-01-09 08:58:44','2021-01-09 13:58:44','47.254.174.39',NULL,NULL),(75457,'four_oh_four','2021-01-09 09:49:35','2021-01-09 14:49:35','178.159.37.139',NULL,NULL),(75458,'four_oh_four','2021-01-09 11:50:44','2021-01-09 16:50:44','193.106.30.100',NULL,NULL),(75459,'four_oh_four','2021-01-09 12:03:32','2021-01-09 17:03:32','95.143.21.188',NULL,NULL),(75460,'four_oh_four','2021-01-09 13:18:35','2021-01-09 18:18:35','69.160.160.57',NULL,NULL),(75461,'four_oh_four','2021-01-09 13:18:50','2021-01-09 18:18:50','69.160.160.57',NULL,NULL),(75462,'four_oh_four','2021-01-09 13:32:13','2021-01-09 18:32:13','80.251.153.35',NULL,NULL),(75463,'four_oh_four','2021-01-09 15:08:52','2021-01-09 20:08:52','184.154.139.20',NULL,NULL),(75464,'four_oh_four','2021-01-09 15:09:33','2021-01-09 20:09:33','184.154.139.20',NULL,NULL),(75465,'four_oh_four','2021-01-09 15:43:15','2021-01-09 20:43:15','13.66.139.35',NULL,NULL),(75466,'four_oh_four','2021-01-09 16:33:07','2021-01-09 21:33:07','23.228.109.146',NULL,NULL),(75467,'four_oh_four','2021-01-09 16:34:54','2021-01-09 21:34:54','45.136.246.38',NULL,NULL),(75468,'four_oh_four','2021-01-09 17:40:23','2021-01-09 22:40:23','13.66.139.145',NULL,NULL),(75469,'four_oh_four','2021-01-09 18:19:08','2021-01-09 23:19:08','199.115.96.89',NULL,NULL),(75470,'four_oh_four','2021-01-09 22:57:59','2021-01-10 03:57:59','173.69.150.59',NULL,NULL),(75471,'four_oh_four','2021-01-10 00:14:54','2021-01-10 05:14:54','193.106.30.100',NULL,NULL),(75472,'four_oh_four','2021-01-10 01:05:55','2021-01-10 06:05:55','13.66.139.35',NULL,NULL),(75473,'four_oh_four','2021-01-10 01:22:38','2021-01-10 06:22:38','93.81.9.28',NULL,NULL),(75474,'four_oh_four','2021-01-10 02:35:37','2021-01-10 07:35:37','1.226.84.78',NULL,NULL),(75475,'four_oh_four','2021-01-10 03:47:11','2021-01-10 08:47:11','95.143.22.57',NULL,NULL),(75476,'four_oh_four','2021-01-10 10:47:15','2021-01-10 15:47:15','13.66.139.145',NULL,NULL),(75477,'four_oh_four','2021-01-10 10:53:32','2021-01-10 15:53:32','135.148.2.94',NULL,NULL),(75478,'four_oh_four','2021-01-10 11:45:34','2021-01-10 16:45:34','195.158.248.44',NULL,NULL),(75479,'four_oh_four','2021-01-10 12:57:09','2021-01-10 17:57:09','193.106.30.100',NULL,NULL),(75480,'four_oh_four','2021-01-10 14:38:27','2021-01-10 19:38:27','178.159.37.12',NULL,NULL),(75481,'four_oh_four','2021-01-10 15:01:52','2021-01-10 20:01:52','23.228.109.146',NULL,NULL),(75482,'four_oh_four','2021-01-10 15:10:52','2021-01-10 20:10:52','184.154.139.17',NULL,NULL),(75483,'four_oh_four','2021-01-10 15:30:40','2021-01-10 20:30:40','213.166.69.123',NULL,NULL),(75484,'four_oh_four','2021-01-10 15:52:11','2021-01-10 20:52:11','51.255.95.82',NULL,NULL),(75485,'four_oh_four','2021-01-10 15:52:52','2021-01-10 20:52:52','51.255.95.82',NULL,NULL),(75486,'four_oh_four','2021-01-10 18:56:39','2021-01-10 23:56:39','13.66.139.35',NULL,NULL),(75487,'four_oh_four','2021-01-10 20:11:14','2021-01-11 01:11:14','108.22.245.89',NULL,NULL),(75488,'four_oh_four','2021-01-10 21:23:32','2021-01-11 02:23:32','51.161.119.104',NULL,NULL),(75489,'four_oh_four','2021-01-10 21:36:11','2021-01-11 02:36:11','13.66.139.12',NULL,NULL),(75490,'four_oh_four','2021-01-10 23:11:43','2021-01-11 04:11:43','178.63.51.106',NULL,NULL),(75491,'four_oh_four','2021-01-10 23:11:42','2021-01-11 04:11:42','88.198.36.62',NULL,NULL),(75492,'four_oh_four','2021-01-10 23:47:10','2021-01-11 04:47:10','193.106.30.100',NULL,NULL),(75493,'four_oh_four','2021-01-11 00:44:29','2021-01-11 05:44:29','173.252.111.19',NULL,NULL),(75494,'four_oh_four','2021-01-11 01:27:40','2021-01-11 06:27:40','92.38.136.69',NULL,NULL),(75495,'four_oh_four','2021-01-11 06:46:37','2021-01-11 11:46:37','66.249.69.83',NULL,NULL),(75496,'four_oh_four','2021-01-11 07:01:40','2021-01-11 12:01:40','188.163.109.142',NULL,NULL),(75497,'four_oh_four','2021-01-11 07:16:38','2021-01-11 12:16:38','192.185.179.141',NULL,NULL),(75498,'four_oh_four','2021-01-11 08:20:55','2021-01-11 13:20:55','91.229.177.171',NULL,NULL),(75499,'four_oh_four','2021-01-11 08:47:02','2021-01-11 13:47:02','111.250.140.113',NULL,NULL),(75500,'four_oh_four','2021-01-11 08:50:24','2021-01-11 13:50:24','18.215.19.210',NULL,NULL),(75501,'four_oh_four','2021-01-11 09:58:13','2021-01-11 14:58:13','66.249.69.87',NULL,NULL),(75502,'four_oh_four','2021-01-11 11:03:47','2021-01-11 16:03:47','66.249.69.87',NULL,NULL),(75503,'four_oh_four','2021-01-11 11:04:47','2021-01-11 16:04:47','66.249.69.83',NULL,NULL),(75504,'four_oh_four','2021-01-11 11:10:54','2021-01-11 16:10:54','185.147.213.104',NULL,NULL),(75505,'four_oh_four','2021-01-11 12:26:07','2021-01-11 17:26:07','85.140.81.202',NULL,NULL),(75506,'four_oh_four','2021-01-11 12:32:04','2021-01-11 17:32:04','111.250.140.113',NULL,NULL),(75507,'four_oh_four','2021-01-11 13:33:38','2021-01-11 18:33:38','178.159.37.104',NULL,NULL),(75508,'four_oh_four','2021-01-11 13:53:43','2021-01-11 18:53:43','193.106.30.100',NULL,NULL),(75509,'four_oh_four','2021-01-11 15:08:37','2021-01-11 20:08:37','184.154.139.20',NULL,NULL),(75510,'four_oh_four','2021-01-11 15:23:30','2021-01-11 20:23:30','66.249.69.85',NULL,NULL),(75511,'four_oh_four','2021-01-11 15:23:34','2021-01-11 20:23:34','66.249.69.83',NULL,NULL),(75512,'four_oh_four','2021-01-11 16:16:55','2021-01-11 21:16:55','72.195.34.59',NULL,NULL),(75513,'four_oh_four','2021-01-11 16:44:12','2021-01-11 21:44:12','13.66.139.30',NULL,NULL),(75514,'four_oh_four','2021-01-11 16:55:20','2021-01-11 21:55:20','173.252.127.24',NULL,NULL),(75515,'four_oh_four','2021-01-11 17:23:30','2021-01-11 22:23:30','85.203.44.244',NULL,NULL),(75516,'four_oh_four','2021-01-11 17:53:40','2021-01-11 22:53:40','111.250.140.113',NULL,NULL),(75517,'four_oh_four','2021-01-11 20:11:54','2021-01-12 01:11:54','80.249.170.213',NULL,NULL),(75518,'four_oh_four','2021-01-11 21:19:07','2021-01-12 02:19:07','95.65.81.152',NULL,NULL),(75519,'four_oh_four','2021-01-12 00:58:41','2021-01-12 05:58:41','207.46.13.112',NULL,NULL),(75520,'four_oh_four','2021-01-12 01:42:24','2021-01-12 06:42:24','13.66.139.2',NULL,NULL),(75521,'four_oh_four','2021-01-12 04:13:18','2021-01-12 09:13:18','193.106.30.100',NULL,NULL),(75522,'four_oh_four','2021-01-12 07:04:36','2021-01-12 12:04:36','158.69.83.144',NULL,NULL),(75523,'four_oh_four','2021-01-12 07:07:08','2021-01-12 12:07:08','158.69.83.144',NULL,NULL),(75524,'four_oh_four','2021-01-12 08:12:20','2021-01-12 13:12:20','77.243.191.40',NULL,NULL),(75525,'four_oh_four','2021-01-12 08:25:40','2021-01-12 13:25:40','111.250.140.113',NULL,NULL),(75526,'four_oh_four','2021-01-12 09:16:57','2021-01-12 14:16:57','88.198.90.9',NULL,NULL),(75527,'four_oh_four','2021-01-12 09:17:09','2021-01-12 14:17:09','88.198.90.9',NULL,NULL),(75528,'brute_force','2021-01-12 11:15:10','2021-01-12 16:15:10','81.88.49.39',NULL,NULL),(75529,'brute_force','2021-01-12 11:15:10','2021-01-12 16:15:10',NULL,1,'pr@zphiblgz.org'),(75530,'four_oh_four','2021-01-12 11:17:01','2021-01-12 16:17:01','178.159.37.139',NULL,NULL),(75531,'four_oh_four','2021-01-12 12:13:48','2021-01-12 17:13:48','95.65.81.152',NULL,NULL),(75532,'four_oh_four','2021-01-12 12:36:36','2021-01-12 17:36:36','185.191.215.99',NULL,NULL),(75533,'four_oh_four','2021-01-12 13:03:20','2021-01-12 18:03:20','13.66.139.2',NULL,NULL),(75534,'four_oh_four','2021-01-12 13:17:38','2021-01-12 18:17:38','45.136.246.38',NULL,NULL),(75535,'four_oh_four','2021-01-12 15:11:56','2021-01-12 20:11:56','184.154.139.17',NULL,NULL),(75536,'four_oh_four','2021-01-12 15:31:33','2021-01-12 20:31:33','80.251.153.35',NULL,NULL),(75537,'four_oh_four','2021-01-12 16:02:56','2021-01-12 21:02:56','109.184.213.213',NULL,NULL),(75538,'four_oh_four','2021-01-12 18:19:56','2021-01-12 23:19:56','52.201.182.91',NULL,NULL),(75539,'four_oh_four','2021-01-12 18:20:00','2021-01-12 23:20:00','52.201.182.91',NULL,NULL),(75540,'four_oh_four','2021-01-12 19:34:11','2021-01-13 00:34:11','193.106.30.100',NULL,NULL),(75541,'four_oh_four','2021-01-12 19:40:41','2021-01-13 00:40:41','50.87.233.13',NULL,NULL),(75542,'four_oh_four','2021-01-12 23:54:44','2021-01-13 04:54:44','23.228.109.146',NULL,NULL),(75543,'four_oh_four','2021-01-13 05:48:46','2021-01-13 10:48:46','37.147.174.213',NULL,NULL),(75544,'four_oh_four','2021-01-13 06:02:24','2021-01-13 11:02:24','13.66.139.100',NULL,NULL),(75545,'four_oh_four','2021-01-13 07:33:14','2021-01-13 12:33:14','37.115.195.208',NULL,NULL),(75546,'four_oh_four','2021-01-13 08:36:07','2021-01-13 13:36:07','193.106.30.100',NULL,NULL),(75547,'four_oh_four','2021-01-13 08:47:58','2021-01-13 13:47:58','46.21.250.205',NULL,NULL),(75548,'four_oh_four','2021-01-13 09:29:38','2021-01-13 14:29:38','52.201.182.91',NULL,NULL),(75549,'four_oh_four','2021-01-13 12:09:56','2021-01-13 17:09:56','66.249.65.81',NULL,NULL),(75550,'four_oh_four','2021-01-13 12:29:15','2021-01-13 17:29:15','81.16.143.187',NULL,NULL),(75551,'four_oh_four','2021-01-13 15:01:46','2021-01-13 20:01:46','184.154.139.21',NULL,NULL),(75552,'four_oh_four','2021-01-13 16:47:12','2021-01-13 21:47:12','46.182.129.31',NULL,NULL),(75553,'four_oh_four','2021-01-13 18:15:27','2021-01-13 23:15:27','91.185.68.229',NULL,NULL),(75554,'four_oh_four','2021-01-13 19:43:35','2021-01-14 00:43:35','173.231.59.201',NULL,NULL),(75555,'four_oh_four','2021-01-13 19:46:08','2021-01-14 00:46:08','72.83.207.170',NULL,NULL),(75556,'four_oh_four','2021-01-13 20:26:51','2021-01-14 01:26:51','168.119.11.187',NULL,NULL),(75557,'four_oh_four','2021-01-13 20:30:15','2021-01-14 01:30:15','193.106.30.100',NULL,NULL),(75558,'four_oh_four','2021-01-13 20:59:54','2021-01-14 01:59:54','72.49.49.11',NULL,NULL),(75559,'four_oh_four','2021-01-13 22:06:03','2021-01-14 03:06:03','96.244.125.227',NULL,NULL),(75560,'four_oh_four','2021-01-13 22:07:20','2021-01-14 03:07:20','96.244.125.227',NULL,NULL),(75561,'four_oh_four','2021-01-13 22:08:28','2021-01-14 03:08:28','96.244.125.227',NULL,NULL),(75562,'four_oh_four','2021-01-13 22:09:24','2021-01-14 03:09:24','96.244.125.227',NULL,NULL),(75563,'four_oh_four','2021-01-13 23:30:33','2021-01-14 04:30:33','173.231.59.201',NULL,NULL),(75564,'four_oh_four','2021-01-13 23:58:36','2021-01-14 04:58:36','62.210.80.34',NULL,NULL),(75565,'four_oh_four','2021-01-14 00:52:33','2021-01-14 05:52:33','13.66.139.51',NULL,NULL),(75566,'four_oh_four','2021-01-14 03:47:05','2021-01-14 08:47:05','198.57.247.223',NULL,NULL),(75567,'four_oh_four','2021-01-14 04:23:55','2021-01-14 09:23:55','129.146.190.190',NULL,NULL),(75568,'four_oh_four','2021-01-14 05:03:55','2021-01-14 10:03:55','51.254.113.145',NULL,NULL),(75569,'four_oh_four','2021-01-14 05:47:50','2021-01-14 10:47:50','129.146.190.190',NULL,NULL),(75570,'four_oh_four','2021-01-14 08:38:30','2021-01-14 13:38:30','185.94.192.86',NULL,NULL),(75571,'four_oh_four','2021-01-14 11:45:03','2021-01-14 16:45:03','80.251.153.138',NULL,NULL),(75572,'four_oh_four','2021-01-14 12:27:49','2021-01-14 17:27:49','193.106.30.100',NULL,NULL),(75573,'four_oh_four','2021-01-14 15:12:44','2021-01-14 20:12:44','184.154.139.20',NULL,NULL),(75574,'four_oh_four','2021-01-14 15:39:15','2021-01-14 20:39:15','162.241.216.167',NULL,NULL),(75575,'four_oh_four','2021-01-14 15:49:28','2021-01-14 20:49:28','24.249.199.14',NULL,NULL),(75576,'four_oh_four','2021-01-14 16:19:05','2021-01-14 21:19:05','185.232.21.143',NULL,NULL),(75577,'four_oh_four','2021-01-14 18:16:28','2021-01-14 23:16:28','66.249.69.87',NULL,NULL),(75578,'four_oh_four','2021-01-14 18:18:23','2021-01-14 23:18:23','66.249.69.87',NULL,NULL),(75579,'four_oh_four','2021-01-14 21:50:22','2021-01-15 02:50:22','5.188.48.98',NULL,NULL),(75580,'four_oh_four','2021-01-14 23:15:04','2021-01-15 04:15:04','173.208.249.130',NULL,NULL),(75581,'four_oh_four','2021-01-14 23:20:14','2021-01-15 04:20:14','185.198.189.21',NULL,NULL),(75582,'four_oh_four','2021-01-15 00:29:58','2021-01-15 05:29:58','193.106.30.100',NULL,NULL),(75583,'four_oh_four','2021-01-15 01:55:41','2021-01-15 06:55:41','13.66.139.69',NULL,NULL),(75584,'four_oh_four','2021-01-15 03:04:32','2021-01-15 08:04:32','104.161.21.102',NULL,NULL),(75585,'four_oh_four','2021-01-15 03:04:35','2021-01-15 08:04:35','104.161.21.102',NULL,NULL),(75586,'four_oh_four','2021-01-15 03:04:38','2021-01-15 08:04:38','104.161.21.102',NULL,NULL),(75587,'four_oh_four','2021-01-15 03:04:40','2021-01-15 08:04:40','104.161.21.102',NULL,NULL),(75588,'four_oh_four','2021-01-15 03:04:43','2021-01-15 08:04:43','104.161.21.102',NULL,NULL),(75589,'four_oh_four','2021-01-15 03:04:46','2021-01-15 08:04:46','104.161.21.102',NULL,NULL),(75590,'four_oh_four','2021-01-15 03:04:49','2021-01-15 08:04:49','104.161.21.102',NULL,NULL),(75591,'four_oh_four','2021-01-15 03:04:52','2021-01-15 08:04:52','104.161.21.102',NULL,NULL),(75592,'four_oh_four','2021-01-15 03:07:50','2021-01-15 08:07:50','13.66.139.69',NULL,NULL),(75593,'four_oh_four','2021-01-15 03:40:02','2021-01-15 08:40:02','104.161.21.102',NULL,NULL),(75594,'four_oh_four','2021-01-15 03:40:29','2021-01-15 08:40:29','104.161.21.102',NULL,NULL),(75595,'four_oh_four','2021-01-15 03:40:39','2021-01-15 08:40:39','104.161.21.102',NULL,NULL),(75596,'four_oh_four','2021-01-15 03:40:43','2021-01-15 08:40:43','104.161.21.102',NULL,NULL),(75597,'four_oh_four','2021-01-15 03:40:45','2021-01-15 08:40:45','104.161.21.102',NULL,NULL),(75598,'four_oh_four','2021-01-15 03:40:50','2021-01-15 08:40:50','104.161.21.102',NULL,NULL),(75599,'four_oh_four','2021-01-15 03:40:54','2021-01-15 08:40:54','104.161.21.102',NULL,NULL),(75600,'four_oh_four','2021-01-15 03:40:59','2021-01-15 08:40:59','104.161.21.102',NULL,NULL),(75601,'four_oh_four','2021-01-15 04:24:18','2021-01-15 09:24:18','167.172.60.40',NULL,NULL),(75602,'four_oh_four','2021-01-15 04:53:06','2021-01-15 09:53:06','5.16.39.157',NULL,NULL),(75603,'four_oh_four','2021-01-15 08:22:40','2021-01-15 13:22:40','13.66.139.69',NULL,NULL),(75604,'four_oh_four','2021-01-15 10:18:18','2021-01-15 15:18:18','37.115.195.208',NULL,NULL),(75605,'four_oh_four','2021-01-15 10:50:37','2021-01-15 15:50:37','188.165.208.165',NULL,NULL),(75606,'four_oh_four','2021-01-15 10:59:33','2021-01-15 15:59:33','178.159.37.139',NULL,NULL),(75607,'four_oh_four','2021-01-15 11:21:00','2021-01-15 16:21:00','35.210.146.110',NULL,NULL),(75608,'four_oh_four','2021-01-15 11:37:43','2021-01-15 16:37:43','161.117.9.99',NULL,NULL),(75609,'four_oh_four','2021-01-15 15:10:15','2021-01-15 20:10:15','184.154.139.20',NULL,NULL),(75610,'four_oh_four','2021-01-15 16:06:04','2021-01-15 21:06:04','193.106.30.100',NULL,NULL),(75611,'four_oh_four','2021-01-15 16:18:48','2021-01-15 21:18:48','78.85.177.33',NULL,NULL),(75612,'four_oh_four','2021-01-15 20:57:25','2021-01-16 01:57:25','66.249.69.86',NULL,NULL),(75613,'four_oh_four','2021-01-15 22:24:09','2021-01-16 03:24:09','40.77.167.50',NULL,NULL),(75614,'four_oh_four','2021-01-16 02:40:09','2021-01-16 07:40:09','66.249.69.83',NULL,NULL),(75615,'four_oh_four','2021-01-16 02:42:38','2021-01-16 07:42:38','66.249.69.85',NULL,NULL),(75616,'four_oh_four','2021-01-16 02:42:40','2021-01-16 07:42:40','66.249.69.85',NULL,NULL),(75617,'four_oh_four','2021-01-16 05:24:31','2021-01-16 10:24:31','13.66.139.33',NULL,NULL),(75618,'four_oh_four','2021-01-16 06:30:05','2021-01-16 11:30:05','193.106.30.100',NULL,NULL),(75619,'four_oh_four','2021-01-16 11:12:24','2021-01-16 16:12:24','178.176.78.223',NULL,NULL),(75620,'four_oh_four','2021-01-16 14:13:09','2021-01-16 19:13:09','54.236.1.11',NULL,NULL),(75621,'four_oh_four','2021-01-16 15:13:37','2021-01-16 20:13:37','184.154.139.18',NULL,NULL),(75622,'four_oh_four','2021-01-16 17:09:31','2021-01-16 22:09:31','5.188.48.111',NULL,NULL),(75623,'four_oh_four','2021-01-16 17:30:40','2021-01-16 22:30:40','13.66.139.8',NULL,NULL),(75624,'four_oh_four','2021-01-16 18:48:35','2021-01-16 23:48:35','23.228.109.146',NULL,NULL),(75625,'four_oh_four','2021-01-16 19:19:33','2021-01-17 00:19:33','66.249.69.84',NULL,NULL),(75626,'four_oh_four','2021-01-16 19:26:21','2021-01-17 00:26:21','45.158.15.36',NULL,NULL),(75627,'four_oh_four','2021-01-16 21:22:37','2021-01-17 02:22:37','94.155.33.88',NULL,NULL),(75628,'four_oh_four','2021-01-16 21:22:41','2021-01-17 02:22:41','209.58.133.172',NULL,NULL),(75629,'four_oh_four','2021-01-16 21:22:44','2021-01-17 02:22:44','209.58.133.172',NULL,NULL),(75630,'four_oh_four','2021-01-16 21:22:48','2021-01-17 02:22:48','209.58.133.172',NULL,NULL),(75631,'four_oh_four','2021-01-16 22:20:00','2021-01-17 03:20:00','206.123.139.194',NULL,NULL),(75632,'four_oh_four','2021-01-16 22:50:38','2021-01-17 03:50:38','35.210.116.181',NULL,NULL),(75633,'four_oh_four','2021-01-17 01:59:47','2021-01-17 06:59:47','192.227.209.212',NULL,NULL),(75634,'four_oh_four','2021-01-17 03:01:13','2021-01-17 08:01:13','148.251.54.157',NULL,NULL),(75635,'four_oh_four','2021-01-17 03:35:23','2021-01-17 08:35:23','193.106.30.100',NULL,NULL),(75636,'four_oh_four','2021-01-17 06:00:28','2021-01-17 11:00:28','35.210.42.190',NULL,NULL),(75637,'four_oh_four','2021-01-17 08:20:59','2021-01-17 13:20:59','171.244.1.84',NULL,NULL),(75638,'four_oh_four','2021-01-17 08:47:51','2021-01-17 13:47:51','161.117.10.46',NULL,NULL),(75639,'four_oh_four','2021-01-17 10:20:57','2021-01-17 15:20:57','78.85.224.134',NULL,NULL),(75640,'four_oh_four','2021-01-17 12:21:30','2021-01-17 17:21:30','95.143.21.112',NULL,NULL),(75641,'four_oh_four','2021-01-17 12:54:10','2021-01-17 17:54:10','118.169.73.91',NULL,NULL),(75642,'four_oh_four','2021-01-17 13:06:50','2021-01-17 18:06:50','5.188.48.98',NULL,NULL),(75643,'four_oh_four','2021-01-17 14:12:50','2021-01-17 19:12:50','23.228.109.146',NULL,NULL),(75644,'four_oh_four','2021-01-17 15:11:03','2021-01-17 20:11:03','184.154.139.18',NULL,NULL),(75645,'four_oh_four','2021-01-17 15:46:23','2021-01-17 20:46:23','193.106.30.100',NULL,NULL),(75646,'brute_force','2021-01-17 17:21:05','2021-01-17 22:21:05','46.134.114.103',NULL,NULL),(75647,'brute_force','2021-01-17 17:21:05','2021-01-17 22:21:05',NULL,NULL,'zphiblgz'),(75648,'brute_force','2021-01-17 17:22:06','2021-01-17 22:22:06','46.134.114.103',NULL,NULL),(75649,'brute_force','2021-01-17 17:22:06','2021-01-17 22:22:06',NULL,NULL,'zphiblgz'),(75650,'brute_force','2021-01-17 17:23:08','2021-01-17 22:23:08','46.134.114.103',NULL,NULL),(75651,'brute_force','2021-01-17 17:23:08','2021-01-17 22:23:08',NULL,NULL,'zphiblgz'),(75652,'brute_force','2021-01-17 17:24:08','2021-01-17 22:24:08','46.134.114.103',NULL,NULL),(75653,'brute_force','2021-01-17 17:24:08','2021-01-17 22:24:08',NULL,NULL,'zphiblgz'),(75654,'brute_force','2021-01-17 17:25:09','2021-01-17 22:25:09','46.134.114.103',NULL,NULL),(75655,'brute_force','2021-01-17 17:25:09','2021-01-17 22:25:09',NULL,NULL,'zphiblgz'),(75656,'brute_force','2021-01-17 17:40:24','2021-01-17 22:40:24','46.134.114.103',NULL,NULL),(75657,'brute_force','2021-01-17 17:40:24','2021-01-17 22:40:24',NULL,NULL,'zphiblgz'),(75658,'brute_force','2021-01-17 17:55:42','2021-01-17 22:55:42','46.134.114.103',NULL,NULL),(75659,'brute_force','2021-01-17 17:55:42','2021-01-17 22:55:42',NULL,NULL,'zphiblgz'),(75660,'brute_force','2021-01-17 17:55:50','2021-01-17 22:55:50','46.134.114.103',NULL,NULL),(75661,'brute_force','2021-01-17 17:55:50','2021-01-17 22:55:50',NULL,NULL,'zphiblgz'),(75662,'brute_force','2021-01-17 17:56:40','2021-01-17 22:56:40','46.134.114.103',NULL,NULL),(75663,'brute_force','2021-01-17 17:56:40','2021-01-17 22:56:40',NULL,NULL,'zphiblgz'),(75664,'brute_force','2021-01-17 17:57:43','2021-01-17 22:57:43','46.134.114.103',NULL,NULL),(75665,'brute_force','2021-01-17 17:57:43','2021-01-17 22:57:43',NULL,NULL,'zphiblgz'),(75666,'brute_force','2021-01-17 17:58:42','2021-01-17 22:58:42','46.134.114.103',NULL,NULL),(75667,'brute_force','2021-01-17 17:58:42','2021-01-17 22:58:42',NULL,NULL,'zphiblgz'),(75668,'brute_force','2021-01-17 18:13:57','2021-01-17 23:13:57','46.134.114.103',NULL,NULL),(75669,'brute_force','2021-01-17 18:13:57','2021-01-17 23:13:57',NULL,NULL,'zphiblgz'),(75670,'four_oh_four','2021-01-17 18:21:52','2021-01-17 23:21:52','118.169.73.91',NULL,NULL),(75671,'four_oh_four','2021-01-17 20:28:54','2021-01-18 01:28:54','13.66.139.151',NULL,NULL),(75672,'four_oh_four','2021-01-17 21:22:54','2021-01-18 02:22:54','13.66.139.8',NULL,NULL),(75673,'four_oh_four','2021-01-18 01:49:33','2021-01-18 06:49:33','38.77.197.30',NULL,NULL),(75674,'four_oh_four','2021-01-18 03:10:46','2021-01-18 08:10:46','188.122.82.146',NULL,NULL),(75675,'four_oh_four','2021-01-18 03:10:46','2021-01-18 08:10:46','188.122.82.146',NULL,NULL),(75676,'brute_force','2021-01-18 03:34:42','2021-01-18 08:34:42','46.204.2.51',NULL,NULL),(75677,'brute_force','2021-01-18 03:34:42','2021-01-18 08:34:42',NULL,NULL,'zphiblgz'),(75678,'brute_force','2021-01-18 03:35:56','2021-01-18 08:35:56','46.204.2.51',NULL,NULL),(75679,'brute_force','2021-01-18 03:35:56','2021-01-18 08:35:56',NULL,NULL,'zphiblgz'),(75680,'brute_force','2021-01-18 03:36:56','2021-01-18 08:36:56','46.204.2.51',NULL,NULL),(75681,'brute_force','2021-01-18 03:36:56','2021-01-18 08:36:56',NULL,NULL,'zphiblgz'),(75682,'brute_force','2021-01-18 03:37:58','2021-01-18 08:37:58','46.204.2.51',NULL,NULL),(75683,'brute_force','2021-01-18 03:37:58','2021-01-18 08:37:58',NULL,NULL,'zphiblgz'),(75684,'brute_force','2021-01-18 03:38:59','2021-01-18 08:38:59','46.204.2.51',NULL,NULL),(75685,'brute_force','2021-01-18 03:38:59','2021-01-18 08:38:59',NULL,NULL,'zphiblgz'),(75686,'brute_force','2021-01-18 03:54:15','2021-01-18 08:54:15','46.204.2.51',NULL,NULL),(75687,'brute_force','2021-01-18 03:54:15','2021-01-18 08:54:15',NULL,NULL,'zphiblgz'),(75688,'four_oh_four','2021-01-18 03:57:46','2021-01-18 08:57:46','184.178.172.25',NULL,NULL),(75689,'four_oh_four','2021-01-18 04:03:47','2021-01-18 09:03:47','5.188.48.98',NULL,NULL),(75690,'brute_force','2021-01-18 04:09:29','2021-01-18 09:09:29','46.204.2.51',NULL,NULL),(75691,'brute_force','2021-01-18 04:09:29','2021-01-18 09:09:29',NULL,NULL,'zphiblgz'),(75692,'brute_force','2021-01-18 04:10:30','2021-01-18 09:10:30','46.204.2.51',NULL,NULL),(75693,'brute_force','2021-01-18 04:10:30','2021-01-18 09:10:30',NULL,NULL,'zphiblgz'),(75694,'brute_force','2021-01-18 04:11:31','2021-01-18 09:11:31','46.204.2.51',NULL,NULL),(75695,'brute_force','2021-01-18 04:11:31','2021-01-18 09:11:31',NULL,NULL,'zphiblgz'),(75696,'brute_force','2021-01-18 04:12:32','2021-01-18 09:12:32','46.204.2.51',NULL,NULL),(75697,'brute_force','2021-01-18 04:12:32','2021-01-18 09:12:32',NULL,NULL,'zphiblgz'),(75698,'brute_force','2021-01-18 04:13:32','2021-01-18 09:13:32','46.204.2.51',NULL,NULL),(75699,'brute_force','2021-01-18 04:13:32','2021-01-18 09:13:32',NULL,NULL,'zphiblgz'),(75700,'brute_force','2021-01-18 04:28:47','2021-01-18 09:28:47','46.204.2.51',NULL,NULL),(75701,'brute_force','2021-01-18 04:28:47','2021-01-18 09:28:47',NULL,NULL,'zphiblgz'),(75702,'four_oh_four','2021-01-18 06:16:47','2021-01-18 11:16:47','161.117.5.252',NULL,NULL),(75703,'four_oh_four','2021-01-18 06:45:41','2021-01-18 11:45:41','77.222.156.32',NULL,NULL),(75704,'four_oh_four','2021-01-18 14:21:48','2021-01-18 19:21:48','23.228.109.146',NULL,NULL),(75705,'four_oh_four','2021-01-18 15:03:17','2021-01-18 20:03:17','184.154.139.21',NULL,NULL),(75706,'four_oh_four','2021-01-18 17:11:23','2021-01-18 22:11:23','108.167.160.81',NULL,NULL),(75707,'four_oh_four','2021-01-18 19:36:21','2021-01-19 00:36:21','13.66.139.122',NULL,NULL),(75708,'four_oh_four','2021-01-18 20:32:12','2021-01-19 01:32:12','46.182.129.31',NULL,NULL),(75709,'four_oh_four','2021-01-18 20:56:49','2021-01-19 01:56:49','45.88.3.179',NULL,NULL),(75710,'four_oh_four','2021-01-18 20:57:13','2021-01-19 01:57:13','45.88.3.179',NULL,NULL),(75711,'four_oh_four','2021-01-18 21:21:54','2021-01-19 02:21:54','5.188.48.98',NULL,NULL),(75712,'four_oh_four','2021-01-18 23:15:31','2021-01-19 04:15:31','220.181.77.162',NULL,NULL),(75713,'four_oh_four','2021-01-18 23:15:54','2021-01-19 04:15:54','220.181.77.162',NULL,NULL),(75714,'four_oh_four','2021-01-19 01:07:45','2021-01-19 06:07:45','13.66.139.8',NULL,NULL),(75715,'four_oh_four','2021-01-19 02:12:59','2021-01-19 07:12:59','193.106.30.100',NULL,NULL),(75716,'four_oh_four','2021-01-19 03:53:23','2021-01-19 08:53:23','13.66.139.33',NULL,NULL),(75717,'four_oh_four','2021-01-19 03:55:44','2021-01-19 08:55:44','178.159.37.139',NULL,NULL),(75718,'four_oh_four','2021-01-19 06:04:00','2021-01-19 11:04:00','71.120.228.34',NULL,NULL),(75719,'four_oh_four','2021-01-19 06:12:17','2021-01-19 11:12:17','192.3.179.196',NULL,NULL),(75720,'four_oh_four','2021-01-19 06:13:39','2021-01-19 11:13:39','91.121.148.189',NULL,NULL),(75721,'four_oh_four','2021-01-19 06:13:53','2021-01-19 11:13:53','91.121.148.189',NULL,NULL),(75722,'four_oh_four','2021-01-19 06:28:07','2021-01-19 11:28:07','182.50.130.150',NULL,NULL),(75723,'four_oh_four','2021-01-19 06:28:07','2021-01-19 11:28:07','182.50.130.150',NULL,NULL),(75724,'four_oh_four','2021-01-19 07:57:55','2021-01-19 12:57:55','188.122.82.146',NULL,NULL),(75725,'four_oh_four','2021-01-19 09:50:21','2021-01-19 14:50:21','46.161.15.40',NULL,NULL),(75726,'four_oh_four','2021-01-19 10:53:49','2021-01-19 15:53:49','80.251.153.138',NULL,NULL),(75727,'four_oh_four','2021-01-19 15:08:32','2021-01-19 20:08:32','184.154.139.3',NULL,NULL),(75728,'four_oh_four','2021-01-19 15:28:54','2021-01-19 20:28:54','5.196.23.219',NULL,NULL),(75729,'four_oh_four','2021-01-19 18:28:04','2021-01-19 23:28:04','52.201.182.91',NULL,NULL),(75730,'four_oh_four','2021-01-19 18:28:07','2021-01-19 23:28:07','52.201.182.91',NULL,NULL),(75731,'four_oh_four','2021-01-19 20:25:19','2021-01-20 01:25:19','168.119.11.187',NULL,NULL),(75732,'four_oh_four','2021-01-19 22:11:32','2021-01-20 03:11:32','188.163.109.142',NULL,NULL),(75733,'four_oh_four','2021-01-19 22:38:47','2021-01-20 03:38:47','23.228.109.146',NULL,NULL),(75734,'four_oh_four','2021-01-20 00:36:16','2021-01-20 05:36:16','5.188.48.98',NULL,NULL),(75735,'four_oh_four','2021-01-20 05:47:56','2021-01-20 10:47:56','46.182.129.31',NULL,NULL),(75736,'four_oh_four','2021-01-20 07:00:11','2021-01-20 12:00:11','196.240.109.23',NULL,NULL),(75737,'four_oh_four','2021-01-20 07:50:37','2021-01-20 12:50:37','91.121.148.189',NULL,NULL),(75738,'four_oh_four','2021-01-20 07:51:03','2021-01-20 12:51:03','91.121.148.189',NULL,NULL),(75739,'four_oh_four','2021-01-20 07:51:25','2021-01-20 12:51:25','91.121.148.189',NULL,NULL),(75740,'four_oh_four','2021-01-20 08:10:56','2021-01-20 13:10:56','45.86.201.236',NULL,NULL),(75741,'four_oh_four','2021-01-20 08:41:21','2021-01-20 13:41:21','45.41.180.24',NULL,NULL),(75742,'brute_force','2021-01-20 09:31:51','2021-01-20 14:31:51','86.150.117.13',NULL,NULL),(75743,'brute_force','2021-01-20 09:31:51','2021-01-20 14:31:51',NULL,NULL,'zphiblgz'),(75744,'brute_force','2021-01-20 09:32:51','2021-01-20 14:32:51','86.150.117.13',NULL,NULL),(75745,'brute_force','2021-01-20 09:32:51','2021-01-20 14:32:51',NULL,NULL,'zphiblgz'),(75746,'brute_force','2021-01-20 09:33:52','2021-01-20 14:33:52','86.150.117.13',NULL,NULL),(75747,'brute_force','2021-01-20 09:33:52','2021-01-20 14:33:52',NULL,NULL,'zphiblgz'),(75748,'brute_force','2021-01-20 09:34:53','2021-01-20 14:34:53','86.150.117.13',NULL,NULL),(75749,'brute_force','2021-01-20 09:34:53','2021-01-20 14:34:53',NULL,NULL,'zphiblgz'),(75750,'brute_force','2021-01-20 09:35:54','2021-01-20 14:35:54','86.150.117.13',NULL,NULL),(75751,'brute_force','2021-01-20 09:35:54','2021-01-20 14:35:54',NULL,NULL,'zphiblgz'),(75752,'four_oh_four','2021-01-20 09:38:25','2021-01-20 14:38:25','5.188.48.98',NULL,NULL),(75753,'four_oh_four','2021-01-20 09:40:02','2021-01-20 14:40:02','52.201.182.91',NULL,NULL),(75754,'four_oh_four','2021-01-20 10:13:25','2021-01-20 15:13:25','168.119.11.187',NULL,NULL),(75755,'four_oh_four','2021-01-20 10:14:17','2021-01-20 15:14:17','78.46.94.83',NULL,NULL),(75756,'four_oh_four','2021-01-20 15:07:46','2021-01-20 20:07:46','184.154.139.17',NULL,NULL),(75757,'four_oh_four','2021-01-20 15:33:28','2021-01-20 20:33:28','5.188.48.88',NULL,NULL),(75758,'four_oh_four','2021-01-20 16:29:52','2021-01-20 21:29:52','89.187.177.104',NULL,NULL),(75759,'four_oh_four','2021-01-20 18:54:32','2021-01-20 23:54:32','13.66.139.106',NULL,NULL),(75760,'four_oh_four','2021-01-20 19:31:30','2021-01-21 00:31:30','13.66.139.33',NULL,NULL),(75761,'four_oh_four','2021-01-20 19:59:45','2021-01-21 00:59:45','40.77.167.13',NULL,NULL),(75762,'four_oh_four','2021-01-20 22:22:45','2021-01-21 03:22:45','5.188.48.88',NULL,NULL),(75763,'four_oh_four','2021-01-20 22:23:07','2021-01-21 03:23:07','5.188.48.88',NULL,NULL),(75764,'four_oh_four','2021-01-21 01:48:26','2021-01-21 06:48:26','5.3.140.143',NULL,NULL),(75765,'four_oh_four','2021-01-21 02:10:27','2021-01-21 07:10:27','23.228.109.146',NULL,NULL),(75766,'four_oh_four','2021-01-21 02:24:25','2021-01-21 07:24:25','80.251.153.57',NULL,NULL),(75767,'four_oh_four','2021-01-21 03:55:51','2021-01-21 08:55:51','91.241.226.233',NULL,NULL),(75768,'four_oh_four','2021-01-21 12:06:47','2021-01-21 17:06:47','178.159.37.139',NULL,NULL),(75769,'four_oh_four','2021-01-21 12:28:28','2021-01-21 17:28:28','178.184.75.100',NULL,NULL),(75770,'four_oh_four','2021-01-21 12:43:39','2021-01-21 17:43:39','50.87.144.32',NULL,NULL),(75771,'four_oh_four','2021-01-21 15:04:15','2021-01-21 20:04:15','184.154.139.3',NULL,NULL),(75772,'four_oh_four','2021-01-21 17:10:45','2021-01-21 22:10:45','66.249.69.211',NULL,NULL),(75773,'four_oh_four','2021-01-21 17:34:04','2021-01-21 22:34:04','51.158.68.68',NULL,NULL),(75774,'four_oh_four','2021-01-21 18:13:10','2021-01-21 23:13:10','118.169.241.131',NULL,NULL),(75775,'four_oh_four','2021-01-21 18:29:33','2021-01-21 23:29:33','135.148.2.82',NULL,NULL),(75776,'four_oh_four','2021-01-21 19:31:39','2021-01-22 00:31:39','54.236.1.13',NULL,NULL),(75777,'four_oh_four','2021-01-21 21:09:13','2021-01-22 02:09:13','193.106.30.100',NULL,NULL),(75778,'four_oh_four','2021-01-21 22:56:43','2021-01-22 03:56:43','13.66.139.4',NULL,NULL),(75779,'four_oh_four','2021-01-21 23:48:26','2021-01-22 04:48:26','185.51.247.135',NULL,NULL),(75780,'four_oh_four','2021-01-21 23:53:34','2021-01-22 04:53:34','13.66.139.33',NULL,NULL),(75781,'four_oh_four','2021-01-21 23:55:55','2021-01-22 04:55:55','92.207.253.226',NULL,NULL),(75782,'four_oh_four','2021-01-22 07:23:00','2021-01-22 12:23:00','45.77.157.215',NULL,NULL),(75783,'four_oh_four','2021-01-22 07:23:06','2021-01-22 12:23:06','45.77.157.215',NULL,NULL),(75784,'four_oh_four','2021-01-22 07:23:08','2021-01-22 12:23:08','45.77.157.215',NULL,NULL),(75785,'four_oh_four','2021-01-22 07:23:11','2021-01-22 12:23:11','45.77.157.215',NULL,NULL),(75786,'four_oh_four','2021-01-22 07:23:14','2021-01-22 12:23:14','45.77.157.215',NULL,NULL),(75787,'four_oh_four','2021-01-22 07:23:17','2021-01-22 12:23:17','45.77.157.215',NULL,NULL),(75788,'four_oh_four','2021-01-22 07:23:19','2021-01-22 12:23:19','45.77.157.215',NULL,NULL),(75789,'four_oh_four','2021-01-22 07:23:28','2021-01-22 12:23:28','45.77.157.215',NULL,NULL),(75790,'four_oh_four','2021-01-22 07:23:30','2021-01-22 12:23:30','45.77.157.215',NULL,NULL),(75791,'four_oh_four','2021-01-22 07:23:36','2021-01-22 12:23:36','45.77.157.215',NULL,NULL),(75792,'four_oh_four','2021-01-22 07:26:23','2021-01-22 12:26:23','3.215.104.250',NULL,NULL),(75793,'four_oh_four','2021-01-22 07:27:19','2021-01-22 12:27:19','3.215.104.250',NULL,NULL),(75794,'four_oh_four','2021-01-22 07:27:38','2021-01-22 12:27:38','3.215.104.250',NULL,NULL),(75795,'four_oh_four','2021-01-22 07:28:03','2021-01-22 12:28:03','3.215.104.250',NULL,NULL),(75796,'four_oh_four','2021-01-22 07:28:26','2021-01-22 12:28:26','3.215.104.250',NULL,NULL),(75797,'four_oh_four','2021-01-22 07:28:57','2021-01-22 12:28:57','3.215.104.250',NULL,NULL),(75798,'four_oh_four','2021-01-22 07:29:31','2021-01-22 12:29:31','3.215.104.250',NULL,NULL),(75799,'four_oh_four','2021-01-22 07:31:11','2021-01-22 12:31:11','3.215.104.250',NULL,NULL),(75800,'four_oh_four','2021-01-22 07:31:34','2021-01-22 12:31:34','3.215.104.250',NULL,NULL),(75801,'four_oh_four','2021-01-22 07:32:37','2021-01-22 12:32:37','3.215.104.250',NULL,NULL),(75802,'four_oh_four','2021-01-22 09:29:05','2021-01-22 14:29:05','23.154.160.226',NULL,NULL),(75803,'four_oh_four','2021-01-22 11:38:19','2021-01-22 16:38:19','94.23.35.129',NULL,NULL),(75804,'four_oh_four','2021-01-22 13:02:32','2021-01-22 18:02:32','206.123.139.182',NULL,NULL),(75805,'four_oh_four','2021-01-22 13:41:38','2021-01-22 18:41:38','64.140.133.134',NULL,NULL),(75806,'four_oh_four','2021-01-22 15:02:01','2021-01-22 20:02:01','184.154.139.3',NULL,NULL),(75807,'four_oh_four','2021-01-22 18:25:14','2021-01-22 23:25:14','151.80.40.72',NULL,NULL),(75808,'four_oh_four','2021-01-22 21:09:29','2021-01-23 02:09:29','95.143.21.86',NULL,NULL),(75809,'four_oh_four','2021-01-23 01:12:45','2021-01-23 06:12:45','158.101.172.34',NULL,NULL),(75810,'four_oh_four','2021-01-23 01:13:59','2021-01-23 06:13:59','158.101.172.34',NULL,NULL),(75811,'four_oh_four','2021-01-23 01:15:33','2021-01-23 06:15:33','158.101.172.34',NULL,NULL),(75812,'four_oh_four','2021-01-23 01:18:18','2021-01-23 06:18:18','158.101.172.34',NULL,NULL),(75813,'four_oh_four','2021-01-23 01:24:32','2021-01-23 06:24:32','158.101.172.34',NULL,NULL),(75814,'four_oh_four','2021-01-23 01:24:45','2021-01-23 06:24:45','158.101.172.34',NULL,NULL),(75815,'four_oh_four','2021-01-23 01:26:34','2021-01-23 06:26:34','158.101.172.34',NULL,NULL),(75816,'four_oh_four','2021-01-23 01:31:03','2021-01-23 06:31:03','158.101.172.34',NULL,NULL),(75817,'four_oh_four','2021-01-23 01:32:05','2021-01-23 06:32:05','158.101.172.34',NULL,NULL),(75818,'four_oh_four','2021-01-23 01:33:33','2021-01-23 06:33:33','158.101.172.34',NULL,NULL),(75819,'four_oh_four','2021-01-23 01:37:49','2021-01-23 06:37:49','158.101.172.34',NULL,NULL),(75820,'four_oh_four','2021-01-23 01:42:15','2021-01-23 06:42:15','158.101.172.34',NULL,NULL),(75821,'four_oh_four','2021-01-23 01:42:53','2021-01-23 06:42:53','185.51.247.135',NULL,NULL),(75822,'four_oh_four','2021-01-23 01:44:54','2021-01-23 06:44:54','158.101.172.34',NULL,NULL),(75823,'four_oh_four','2021-01-23 01:45:36','2021-01-23 06:45:36','158.101.172.34',NULL,NULL),(75824,'four_oh_four','2021-01-23 03:40:38','2021-01-23 08:40:38','13.66.139.37',NULL,NULL),(75825,'four_oh_four','2021-01-23 04:45:33','2021-01-23 09:45:33','13.66.139.48',NULL,NULL),(75826,'four_oh_four','2021-01-23 06:34:06','2021-01-23 11:34:06','196.196.216.138',NULL,NULL),(75827,'four_oh_four','2021-01-23 07:40:54','2021-01-23 12:40:54','95.216.152.179',NULL,NULL),(75828,'four_oh_four','2021-01-23 07:51:38','2021-01-23 12:51:38','46.21.250.205',NULL,NULL),(75829,'four_oh_four','2021-01-23 08:39:17','2021-01-23 13:39:17','5.196.23.219',NULL,NULL),(75830,'four_oh_four','2021-01-23 09:39:15','2021-01-23 14:39:15','51.68.11.195',NULL,NULL),(75831,'four_oh_four','2021-01-23 09:59:50','2021-01-23 14:59:50','162.241.216.95',NULL,NULL),(75832,'four_oh_four','2021-01-23 11:48:19','2021-01-23 16:48:19','77.55.249.38',NULL,NULL),(75833,'four_oh_four','2021-01-23 13:15:53','2021-01-23 18:15:53','160.153.146.79',NULL,NULL),(75834,'four_oh_four','2021-01-23 13:43:58','2021-01-23 18:43:58','80.79.116.131',NULL,NULL),(75835,'four_oh_four','2021-01-23 15:07:05','2021-01-23 20:07:05','184.154.139.20',NULL,NULL),(75836,'four_oh_four','2021-01-23 15:37:38','2021-01-23 20:37:38','178.184.75.174',NULL,NULL),(75837,'four_oh_four','2021-01-23 15:54:26','2021-01-23 20:54:26','46.161.15.40',NULL,NULL),(75838,'four_oh_four','2021-01-23 16:01:47','2021-01-23 21:01:47','46.182.129.31',NULL,NULL),(75839,'four_oh_four','2021-01-23 16:56:30','2021-01-23 21:56:30','13.66.139.0',NULL,NULL),(75840,'four_oh_four','2021-01-23 17:31:14','2021-01-23 22:31:14','173.231.59.201',NULL,NULL),(75841,'four_oh_four','2021-01-23 18:58:01','2021-01-23 23:58:01','173.231.59.201',NULL,NULL),(75842,'four_oh_four','2021-01-23 21:49:24','2021-01-24 02:49:24','185.104.187.119',NULL,NULL),(75843,'four_oh_four','2021-01-24 01:05:44','2021-01-24 06:05:44','104.192.0.198',NULL,NULL),(75844,'four_oh_four','2021-01-24 01:47:09','2021-01-24 06:47:09','157.55.39.143',NULL,NULL),(75845,'four_oh_four','2021-01-24 02:11:49','2021-01-24 07:11:49','92.38.136.69',NULL,NULL),(75846,'four_oh_four','2021-01-24 02:35:34','2021-01-24 07:35:34','46.183.135.251',NULL,NULL),(75847,'four_oh_four','2021-01-24 05:03:18','2021-01-24 10:03:18','13.66.139.15',NULL,NULL),(75848,'four_oh_four','2021-01-24 08:17:09','2021-01-24 13:17:09','13.66.139.37',NULL,NULL),(75849,'four_oh_four','2021-01-24 09:11:02','2021-01-24 14:11:02','13.66.139.48',NULL,NULL),(75850,'four_oh_four','2021-01-24 12:06:21','2021-01-24 17:06:21','178.159.37.139',NULL,NULL),(75851,'four_oh_four','2021-01-24 15:01:32','2021-01-24 20:01:32','184.154.139.17',NULL,NULL),(75852,'four_oh_four','2021-01-24 17:12:26','2021-01-24 22:12:26','5.139.129.188',NULL,NULL),(75853,'four_oh_four','2021-01-24 19:27:59','2021-01-25 00:27:59','135.125.10.175',NULL,NULL),(75854,'four_oh_four','2021-01-24 19:52:39','2021-01-25 00:52:39','80.251.153.159',NULL,NULL),(75855,'four_oh_four','2021-01-24 21:11:37','2021-01-25 02:11:37','24.194.250.176',NULL,NULL),(75856,'four_oh_four','2021-01-25 02:38:01','2021-01-25 07:38:01','40.77.167.13',NULL,NULL),(75857,'four_oh_four','2021-01-25 02:44:22','2021-01-25 07:44:22','188.32.128.29',NULL,NULL),(75858,'four_oh_four','2021-01-25 05:22:49','2021-01-25 10:22:49','50.115.18.60',NULL,NULL),(75859,'four_oh_four','2021-01-25 07:17:04','2021-01-25 12:17:04','178.159.37.24',NULL,NULL),(75860,'four_oh_four','2021-01-25 08:02:30','2021-01-25 13:02:30','188.165.213.211',NULL,NULL),(75861,'four_oh_four','2021-01-25 08:32:54','2021-01-25 13:32:54','5.188.48.98',NULL,NULL),(75862,'four_oh_four','2021-01-25 08:45:23','2021-01-25 13:45:23','70.165.107.165',NULL,NULL),(75863,'four_oh_four','2021-01-25 09:28:07','2021-01-25 14:28:07','193.106.30.100',NULL,NULL),(75864,'four_oh_four','2021-01-25 09:56:25','2021-01-25 14:56:25','158.69.83.144',NULL,NULL),(75865,'four_oh_four','2021-01-25 09:56:22','2021-01-25 14:56:22','178.184.127.36',NULL,NULL),(75866,'four_oh_four','2021-01-25 09:57:14','2021-01-25 14:57:14','158.69.83.144',NULL,NULL),(75867,'four_oh_four','2021-01-25 11:05:50','2021-01-25 16:05:50','120.11.97.192',NULL,NULL),(75868,'four_oh_four','2021-01-25 14:27:01','2021-01-25 19:27:01','46.148.206.226',NULL,NULL),(75869,'four_oh_four','2021-01-25 15:09:35','2021-01-25 20:09:35','184.154.139.17',NULL,NULL),(75870,'four_oh_four','2021-01-25 16:47:41','2021-01-25 21:47:41','13.66.139.15',NULL,NULL),(75871,'four_oh_four','2021-01-25 17:18:00','2021-01-25 22:18:00','149.202.87.175',NULL,NULL),(75872,'four_oh_four','2021-01-25 18:31:16','2021-01-25 23:31:16','193.106.30.100',NULL,NULL),(75873,'four_oh_four','2021-01-25 18:59:09','2021-01-25 23:59:09','71.126.169.58',NULL,NULL),(75874,'four_oh_four','2021-01-25 21:27:16','2021-01-26 02:27:16','24.249.199.14',NULL,NULL),(75875,'four_oh_four','2021-01-25 21:28:22','2021-01-26 02:28:22','45.81.226.57',NULL,NULL),(75876,'four_oh_four','2021-01-25 22:27:55','2021-01-26 03:27:55','89.36.224.8',NULL,NULL),(75877,'four_oh_four','2021-01-26 00:48:54','2021-01-26 05:48:54','185.51.247.135',NULL,NULL),(75878,'four_oh_four','2021-01-26 01:02:35','2021-01-26 06:02:35','37.115.193.27',NULL,NULL),(75879,'four_oh_four','2021-01-26 02:41:19','2021-01-26 07:41:19','173.69.150.59',NULL,NULL),(75880,'four_oh_four','2021-01-26 03:10:43','2021-01-26 08:10:43','95.105.125.89',NULL,NULL),(75881,'four_oh_four','2021-01-26 03:10:48','2021-01-26 08:10:48','95.105.125.89',NULL,NULL),(75882,'four_oh_four','2021-01-26 03:10:55','2021-01-26 08:10:55','95.105.125.89',NULL,NULL),(75883,'four_oh_four','2021-01-26 03:10:58','2021-01-26 08:10:58','95.105.125.89',NULL,NULL),(75884,'four_oh_four','2021-01-26 03:17:47','2021-01-26 08:17:47','13.66.139.48',NULL,NULL),(75885,'four_oh_four','2021-01-26 05:22:48','2021-01-26 10:22:48','158.69.170.61',NULL,NULL),(75886,'four_oh_four','2021-01-26 05:23:00','2021-01-26 10:23:00','158.69.170.61',NULL,NULL),(75887,'four_oh_four','2021-01-26 05:59:30','2021-01-26 10:59:30','77.246.159.2',NULL,NULL),(75888,'four_oh_four','2021-01-26 08:40:00','2021-01-26 13:40:00','212.115.49.239',NULL,NULL),(75889,'four_oh_four','2021-01-26 08:41:22','2021-01-26 13:41:22','188.166.174.179',NULL,NULL),(75890,'four_oh_four','2021-01-26 08:41:26','2021-01-26 13:41:26','159.65.216.38',NULL,NULL),(75891,'four_oh_four','2021-01-26 08:41:26','2021-01-26 13:41:26','188.166.174.179',NULL,NULL),(75892,'four_oh_four','2021-01-26 08:41:29','2021-01-26 13:41:29','159.65.216.38',NULL,NULL),(75893,'four_oh_four','2021-01-26 08:41:29','2021-01-26 13:41:29','188.166.174.179',NULL,NULL),(75894,'four_oh_four','2021-01-26 08:41:31','2021-01-26 13:41:31','159.65.216.38',NULL,NULL),(75895,'four_oh_four','2021-01-26 08:41:33','2021-01-26 13:41:33','159.65.216.38',NULL,NULL),(75896,'four_oh_four','2021-01-26 08:41:32','2021-01-26 13:41:32','188.166.174.179',NULL,NULL),(75897,'four_oh_four','2021-01-26 08:41:40','2021-01-26 13:41:40','188.166.174.179',NULL,NULL),(75898,'four_oh_four','2021-01-26 08:41:42','2021-01-26 13:41:42','159.65.216.38',NULL,NULL),(75899,'four_oh_four','2021-01-26 08:41:42','2021-01-26 13:41:42','188.166.174.179',NULL,NULL),(75900,'four_oh_four','2021-01-26 08:41:44','2021-01-26 13:41:44','159.65.216.38',NULL,NULL),(75901,'four_oh_four','2021-01-26 08:41:46','2021-01-26 13:41:46','159.65.216.38',NULL,NULL),(75902,'four_oh_four','2021-01-26 08:41:45','2021-01-26 13:41:45','188.166.174.179',NULL,NULL),(75903,'four_oh_four','2021-01-26 08:41:47','2021-01-26 13:41:47','159.65.216.38',NULL,NULL),(75904,'four_oh_four','2021-01-26 08:41:48','2021-01-26 13:41:48','188.166.174.179',NULL,NULL),(75905,'four_oh_four','2021-01-26 09:53:30','2021-01-26 14:53:30','151.80.40.72',NULL,NULL),(75906,'four_oh_four','2021-01-26 10:39:28','2021-01-26 15:39:28','46.243.220.120',NULL,NULL),(75907,'four_oh_four','2021-01-26 11:11:53','2021-01-26 16:11:53','93.126.98.242',NULL,NULL),(75908,'four_oh_four','2021-01-26 11:21:28','2021-01-26 16:21:28','193.106.30.100',NULL,NULL),(75909,'four_oh_four','2021-01-26 11:53:41','2021-01-26 16:53:41','37.229.196.220',NULL,NULL),(75910,'four_oh_four','2021-01-26 13:04:12','2021-01-26 18:04:12','207.46.13.139',NULL,NULL),(75911,'four_oh_four','2021-01-26 14:24:59','2021-01-26 19:24:59','105.105.31.55',NULL,NULL),(75912,'four_oh_four','2021-01-26 14:24:59','2021-01-26 19:24:59','105.105.31.55',NULL,NULL),(75913,'four_oh_four','2021-01-26 15:02:53','2021-01-26 20:02:53','184.154.139.3',NULL,NULL),(75914,'four_oh_four','2021-01-26 15:13:39','2021-01-26 20:13:39','38.96.28.209',NULL,NULL),(75915,'four_oh_four','2021-01-26 15:45:03','2021-01-26 20:45:03','188.163.47.9',NULL,NULL),(75916,'four_oh_four','2021-01-26 17:57:50','2021-01-26 22:57:50','188.163.47.9',NULL,NULL),(75917,'four_oh_four','2021-01-26 18:00:08','2021-01-26 23:00:08','104.155.1.120',NULL,NULL),(75918,'four_oh_four','2021-01-26 18:00:12','2021-01-26 23:00:12','104.155.1.120',NULL,NULL),(75919,'four_oh_four','2021-01-26 18:00:49','2021-01-26 23:00:49','104.155.1.120',NULL,NULL),(75920,'four_oh_four','2021-01-26 18:00:49','2021-01-26 23:00:49','104.155.1.120',NULL,NULL),(75921,'four_oh_four','2021-01-26 18:13:04','2021-01-26 23:13:04','73.86.122.168',NULL,NULL),(75922,'brute_force','2021-01-26 18:14:12','2021-01-26 23:14:12','73.86.122.168',NULL,NULL),(75923,'brute_force','2021-01-26 18:14:12','2021-01-26 23:14:12',NULL,1,'pr@zphiblgz.org'),(75924,'brute_force','2021-01-26 18:14:31','2021-01-26 23:14:31','73.86.122.168',NULL,NULL),(75925,'brute_force','2021-01-26 18:14:31','2021-01-26 23:14:31',NULL,1,'pr@zphiblgz.org'),(75926,'four_oh_four','2021-01-26 18:16:52','2021-01-26 23:16:52','73.86.122.168',NULL,NULL),(75927,'four_oh_four','2021-01-26 18:16:59','2021-01-26 23:16:59','73.86.122.168',NULL,NULL),(75928,'four_oh_four','2021-01-26 18:17:13','2021-01-26 23:17:13','73.86.122.168',NULL,NULL),(75929,'four_oh_four','2021-01-26 18:36:02','2021-01-26 23:36:02','3.94.137.21',NULL,NULL),(75930,'four_oh_four','2021-01-26 18:36:06','2021-01-26 23:36:06','3.94.137.21',NULL,NULL),(75931,'four_oh_four','2021-01-26 23:01:31','2021-01-27 04:01:31','207.46.13.139',NULL,NULL),(75932,'four_oh_four','2021-01-26 23:38:34','2021-01-27 04:38:34','50.87.253.14',NULL,NULL),(75933,'four_oh_four','2021-01-26 23:53:35','2021-01-27 04:53:35','158.103.2.7',NULL,NULL),(75934,'four_oh_four','2021-01-27 01:06:21','2021-01-27 06:06:21','139.28.217.222',NULL,NULL),(75935,'four_oh_four','2021-01-27 01:19:23','2021-01-27 06:19:23','159.224.255.154',NULL,NULL),(75936,'four_oh_four','2021-01-27 01:52:37','2021-01-27 06:52:37','13.66.139.15',NULL,NULL),(75937,'four_oh_four','2021-01-27 02:23:13','2021-01-27 07:23:13','185.206.224.213',NULL,NULL),(75938,'four_oh_four','2021-01-27 04:15:49','2021-01-27 09:15:49','185.51.247.135',NULL,NULL),(75939,'four_oh_four','2021-01-27 05:04:44','2021-01-27 10:04:44','88.198.43.207',NULL,NULL),(75940,'four_oh_four','2021-01-27 05:05:09','2021-01-27 10:05:09','88.198.36.62',NULL,NULL),(75941,'four_oh_four','2021-01-27 05:05:34','2021-01-27 10:05:34','46.4.83.150',NULL,NULL),(75942,'four_oh_four','2021-01-27 09:49:43','2021-01-27 14:49:43','52.201.182.91',NULL,NULL),(75943,'four_oh_four','2021-01-27 10:30:16','2021-01-27 15:30:16','178.159.37.139',NULL,NULL),(75944,'four_oh_four','2021-01-27 14:30:02','2021-01-27 19:30:02','148.251.54.157',NULL,NULL),(75945,'four_oh_four','2021-01-27 15:07:13','2021-01-27 20:07:13','184.154.139.18',NULL,NULL),(75946,'four_oh_four','2021-01-27 15:44:47','2021-01-27 20:44:47','207.46.13.74',NULL,NULL),(75947,'four_oh_four','2021-01-27 16:04:37','2021-01-27 21:04:37','71.121.234.127',NULL,NULL),(75948,'four_oh_four','2021-01-27 16:04:57','2021-01-27 21:04:57','71.121.234.127',NULL,NULL),(75949,'four_oh_four','2021-01-27 18:45:59','2021-01-27 23:45:59','13.66.139.48',NULL,NULL),(75950,'four_oh_four','2021-01-27 18:57:38','2021-01-27 23:57:38','40.77.167.45',NULL,NULL),(75951,'four_oh_four','2021-01-27 22:10:47','2021-01-28 03:10:47','13.66.139.15',NULL,NULL),(75952,'four_oh_four','2021-01-28 00:34:30','2021-01-28 05:34:30','135.148.2.77',NULL,NULL),(75953,'four_oh_four','2021-01-28 02:26:56','2021-01-28 07:26:56','13.66.139.48',NULL,NULL),(75954,'four_oh_four','2021-01-28 04:41:52','2021-01-28 09:41:52','62.210.80.34',NULL,NULL),(75955,'four_oh_four','2021-01-28 07:30:41','2021-01-28 12:30:41','171.244.1.84',NULL,NULL),(75956,'four_oh_four','2021-01-28 08:23:37','2021-01-28 13:23:37','194.105.60.210',NULL,NULL),(75957,'four_oh_four','2021-01-28 08:26:10','2021-01-28 13:26:10','46.182.129.31',NULL,NULL),(75958,'four_oh_four','2021-01-28 09:38:24','2021-01-28 14:38:24','54.80.111.164',NULL,NULL),(75959,'four_oh_four','2021-01-28 09:53:04','2021-01-28 14:53:04','80.251.153.159',NULL,NULL),(75960,'four_oh_four','2021-01-28 10:51:34','2021-01-28 15:51:34','188.163.46.254',NULL,NULL),(75961,'four_oh_four','2021-01-28 10:55:38','2021-01-28 15:55:38','157.55.39.158',NULL,NULL),(75962,'four_oh_four','2021-01-28 10:56:25','2021-01-28 15:56:25','89.231.66.155',NULL,NULL),(75963,'four_oh_four','2021-01-28 11:07:08','2021-01-28 16:07:08','89.231.66.155',NULL,NULL),(75964,'four_oh_four','2021-01-28 11:09:53','2021-01-28 16:09:53','95.79.223.108',NULL,NULL),(75965,'four_oh_four','2021-01-28 11:50:48','2021-01-28 16:50:48','46.183.220.237',NULL,NULL),(75966,'brute_force','2021-01-28 12:44:52','2021-01-28 17:44:52','157.45.38.215',NULL,NULL),(75967,'brute_force','2021-01-28 12:44:52','2021-01-28 17:44:52',NULL,NULL,'zphiblgz'),(75968,'brute_force','2021-01-28 12:45:54','2021-01-28 17:45:54','157.45.38.215',NULL,NULL),(75969,'brute_force','2021-01-28 12:45:54','2021-01-28 17:45:54',NULL,NULL,'zphiblgz'),(75970,'brute_force','2021-01-28 12:46:54','2021-01-28 17:46:54','157.45.38.215',NULL,NULL),(75971,'brute_force','2021-01-28 12:46:54','2021-01-28 17:46:54',NULL,NULL,'zphiblgz'),(75972,'brute_force','2021-01-28 12:47:56','2021-01-28 17:47:56','157.45.38.215',NULL,NULL),(75973,'brute_force','2021-01-28 12:47:56','2021-01-28 17:47:56',NULL,NULL,'zphiblgz'),(75974,'brute_force','2021-01-28 12:48:55','2021-01-28 17:48:55','157.45.38.215',NULL,NULL),(75975,'brute_force','2021-01-28 12:48:55','2021-01-28 17:48:55',NULL,NULL,'zphiblgz'),(75976,'brute_force','2021-01-28 13:04:11','2021-01-28 18:04:11','157.45.38.215',NULL,NULL),(75977,'brute_force','2021-01-28 13:04:11','2021-01-28 18:04:11',NULL,NULL,'zphiblgz'),(75978,'brute_force','2021-01-28 13:19:25','2021-01-28 18:19:25','157.45.38.215',NULL,NULL),(75979,'brute_force','2021-01-28 13:19:25','2021-01-28 18:19:25',NULL,NULL,'zphiblgz'),(75980,'brute_force','2021-01-28 13:20:26','2021-01-28 18:20:26','157.45.38.215',NULL,NULL),(75981,'brute_force','2021-01-28 13:20:26','2021-01-28 18:20:26',NULL,NULL,'zphiblgz'),(75982,'brute_force','2021-01-28 13:21:28','2021-01-28 18:21:28','157.45.38.215',NULL,NULL),(75983,'brute_force','2021-01-28 13:21:28','2021-01-28 18:21:28',NULL,NULL,'zphiblgz'),(75984,'brute_force','2021-01-28 13:22:28','2021-01-28 18:22:28','157.45.38.215',NULL,NULL),(75985,'brute_force','2021-01-28 13:22:28','2021-01-28 18:22:28',NULL,NULL,'zphiblgz'),(75986,'brute_force','2021-01-28 13:23:29','2021-01-28 18:23:29','157.45.38.215',NULL,NULL),(75987,'brute_force','2021-01-28 13:23:29','2021-01-28 18:23:29',NULL,NULL,'zphiblgz'),(75988,'brute_force','2021-01-28 13:38:44','2021-01-28 18:38:44','157.45.38.215',NULL,NULL),(75989,'brute_force','2021-01-28 13:38:44','2021-01-28 18:38:44',NULL,NULL,'zphiblgz'),(75990,'brute_force','2021-01-28 13:53:59','2021-01-28 18:53:59','157.45.38.215',NULL,NULL),(75991,'brute_force','2021-01-28 13:53:59','2021-01-28 18:53:59',NULL,NULL,'zphiblgz'),(75992,'brute_force','2021-01-28 13:55:00','2021-01-28 18:55:00','157.45.38.215',NULL,NULL),(75993,'brute_force','2021-01-28 13:55:00','2021-01-28 18:55:00',NULL,NULL,'zphiblgz'),(75994,'brute_force','2021-01-28 13:56:01','2021-01-28 18:56:01','157.45.38.215',NULL,NULL),(75995,'brute_force','2021-01-28 13:56:01','2021-01-28 18:56:01',NULL,NULL,'zphiblgz'),(75996,'brute_force','2021-01-28 13:56:01','2021-01-28 18:56:01','157.45.38.215',NULL,NULL),(75997,'brute_force','2021-01-28 13:56:01','2021-01-28 18:56:01',NULL,NULL,'zphiblgz'),(75998,'brute_force','2021-01-28 13:57:02','2021-01-28 18:57:02','157.45.38.215',NULL,NULL),(75999,'brute_force','2021-01-28 13:57:02','2021-01-28 18:57:02',NULL,NULL,'zphiblgz'),(76000,'four_oh_four','2021-01-28 15:03:36','2021-01-28 20:03:36','184.154.139.21',NULL,NULL),(76001,'four_oh_four','2021-01-28 15:08:32','2021-01-28 20:08:32','46.161.15.40',NULL,NULL),(76002,'four_oh_four','2021-01-28 15:21:19','2021-01-28 20:21:19','52.36.125.174',NULL,NULL),(76003,'four_oh_four','2021-01-28 17:52:20','2021-01-28 22:52:20','72.210.252.134',NULL,NULL),(76004,'four_oh_four','2021-01-28 18:08:11','2021-01-28 23:08:11','46.242.11.193',NULL,NULL),(76005,'four_oh_four','2021-01-28 18:20:35','2021-01-28 23:20:35','13.66.139.48',NULL,NULL),(76006,'four_oh_four','2021-01-28 18:24:53','2021-01-28 23:24:53','185.94.192.85',NULL,NULL),(76007,'four_oh_four','2021-01-28 18:51:54','2021-01-28 23:51:54','5.188.210.4',NULL,NULL),(76008,'four_oh_four','2021-01-28 19:39:05','2021-01-29 00:39:05','161.81.188.26',NULL,NULL),(76009,'four_oh_four','2021-01-28 19:39:05','2021-01-29 00:39:05','161.81.188.26',NULL,NULL),(76010,'four_oh_four','2021-01-28 21:06:47','2021-01-29 02:06:47','188.163.46.254',NULL,NULL),(76011,'four_oh_four','2021-01-28 22:32:57','2021-01-29 03:32:57','5.188.48.88',NULL,NULL),(76012,'four_oh_four','2021-01-28 22:33:07','2021-01-29 03:33:07','5.188.48.88',NULL,NULL),(76013,'four_oh_four','2021-01-28 22:58:32','2021-01-29 03:58:32','144.76.162.206',NULL,NULL),(76014,'four_oh_four','2021-01-28 22:58:48','2021-01-29 03:58:48','144.76.162.206',NULL,NULL),(76015,'four_oh_four','2021-01-28 22:58:59','2021-01-29 03:58:59','88.198.36.62',NULL,NULL),(76016,'four_oh_four','2021-01-28 22:59:01','2021-01-29 03:59:01','144.76.162.206',NULL,NULL),(76017,'four_oh_four','2021-01-28 23:30:31','2021-01-29 04:30:31','178.63.51.106',NULL,NULL),(76018,'four_oh_four','2021-01-29 00:30:44','2021-01-29 05:30:44','135.148.2.82',NULL,NULL),(76019,'brute_force','2021-01-29 01:19:19','2021-01-29 06:19:19','157.45.135.105',NULL,NULL),(76020,'brute_force','2021-01-29 01:19:19','2021-01-29 06:19:19',NULL,NULL,'zphiblgz'),(76021,'brute_force','2021-01-29 01:20:48','2021-01-29 06:20:48','157.45.135.105',NULL,NULL),(76022,'brute_force','2021-01-29 01:20:48','2021-01-29 06:20:48',NULL,NULL,'zphiblgz'),(76023,'brute_force','2021-01-29 01:21:49','2021-01-29 06:21:49','157.45.135.105',NULL,NULL),(76024,'brute_force','2021-01-29 01:21:49','2021-01-29 06:21:49',NULL,NULL,'zphiblgz'),(76025,'brute_force','2021-01-29 01:22:50','2021-01-29 06:22:50','157.45.135.105',NULL,NULL),(76026,'brute_force','2021-01-29 01:22:50','2021-01-29 06:22:50',NULL,NULL,'zphiblgz'),(76027,'brute_force','2021-01-29 01:23:51','2021-01-29 06:23:51','157.45.135.105',NULL,NULL),(76028,'brute_force','2021-01-29 01:23:51','2021-01-29 06:23:51',NULL,NULL,'zphiblgz'),(76029,'brute_force','2021-01-29 01:39:06','2021-01-29 06:39:06','157.45.135.105',NULL,NULL),(76030,'brute_force','2021-01-29 01:39:06','2021-01-29 06:39:06',NULL,NULL,'admin'),(76031,'brute_force','2021-01-29 01:54:21','2021-01-29 06:54:21','157.45.135.105',NULL,NULL),(76032,'brute_force','2021-01-29 01:54:21','2021-01-29 06:54:21',NULL,NULL,'admin'),(76033,'brute_force','2021-01-29 01:55:22','2021-01-29 06:55:22','157.45.135.105',NULL,NULL),(76034,'brute_force','2021-01-29 01:55:22','2021-01-29 06:55:22',NULL,NULL,'admin'),(76035,'brute_force','2021-01-29 01:56:26','2021-01-29 06:56:26','157.45.135.105',NULL,NULL),(76036,'brute_force','2021-01-29 01:56:26','2021-01-29 06:56:26',NULL,NULL,'admin'),(76037,'brute_force','2021-01-29 01:57:24','2021-01-29 06:57:24','157.45.135.105',NULL,NULL),(76038,'brute_force','2021-01-29 01:57:24','2021-01-29 06:57:24',NULL,NULL,'admin'),(76039,'brute_force','2021-01-29 01:58:25','2021-01-29 06:58:25','157.45.135.105',NULL,NULL),(76040,'brute_force','2021-01-29 01:58:25','2021-01-29 06:58:25',NULL,NULL,'admin'),(76041,'brute_force','2021-01-29 02:13:40','2021-01-29 07:13:40','157.45.135.105',NULL,NULL),(76042,'brute_force','2021-01-29 02:13:40','2021-01-29 07:13:40',NULL,NULL,'admin'),(76043,'brute_force','2021-01-29 02:28:55','2021-01-29 07:28:55','157.45.135.105',NULL,NULL),(76044,'brute_force','2021-01-29 02:28:55','2021-01-29 07:28:55',NULL,NULL,'admin'),(76045,'brute_force','2021-01-29 02:29:56','2021-01-29 07:29:56','157.45.135.105',NULL,NULL),(76046,'brute_force','2021-01-29 02:29:56','2021-01-29 07:29:56',NULL,NULL,'admin'),(76047,'brute_force','2021-01-29 02:30:57','2021-01-29 07:30:57','157.45.135.105',NULL,NULL),(76048,'brute_force','2021-01-29 02:30:57','2021-01-29 07:30:57',NULL,NULL,'admin'),(76049,'brute_force','2021-01-29 02:31:58','2021-01-29 07:31:58','157.45.135.105',NULL,NULL),(76050,'brute_force','2021-01-29 02:31:58','2021-01-29 07:31:58',NULL,NULL,'admin'),(76051,'brute_force','2021-01-29 02:32:59','2021-01-29 07:32:59','157.45.135.105',NULL,NULL),(76052,'brute_force','2021-01-29 02:32:59','2021-01-29 07:32:59',NULL,NULL,'admin'),(76053,'four_oh_four','2021-01-29 02:58:46','2021-01-29 07:58:46','157.55.39.158',NULL,NULL),(76054,'four_oh_four','2021-01-29 03:35:52','2021-01-29 08:35:52','185.51.247.135',NULL,NULL),(76055,'brute_force','2021-01-29 04:13:05','2021-01-29 09:13:05','157.45.143.17',NULL,NULL),(76056,'brute_force','2021-01-29 04:13:05','2021-01-29 09:13:05',NULL,NULL,'admin'),(76057,'brute_force','2021-01-29 04:13:05','2021-01-29 09:13:05','157.45.143.17',NULL,NULL),(76058,'brute_force','2021-01-29 04:13:05','2021-01-29 09:13:05',NULL,NULL,'admin'),(76059,'brute_force','2021-01-29 04:14:05','2021-01-29 09:14:05','157.45.143.17',NULL,NULL),(76060,'brute_force','2021-01-29 04:14:05','2021-01-29 09:14:05',NULL,NULL,'admin'),(76061,'brute_force','2021-01-29 04:15:06','2021-01-29 09:15:06','157.45.143.17',NULL,NULL),(76062,'brute_force','2021-01-29 04:15:06','2021-01-29 09:15:06',NULL,NULL,'admin'),(76063,'brute_force','2021-01-29 04:16:07','2021-01-29 09:16:07','157.45.143.17',NULL,NULL),(76064,'brute_force','2021-01-29 04:16:07','2021-01-29 09:16:07',NULL,NULL,'admin'),(76065,'brute_force','2021-01-29 04:31:22','2021-01-29 09:31:22','157.45.143.17',NULL,NULL),(76066,'brute_force','2021-01-29 04:31:22','2021-01-29 09:31:22',NULL,NULL,'admin'),(76067,'four_oh_four','2021-01-29 07:37:26','2021-01-29 12:37:26','161.97.137.189',NULL,NULL),(76068,'four_oh_four','2021-01-29 08:22:36','2021-01-29 13:22:36','207.46.13.74',NULL,NULL),(76069,'four_oh_four','2021-01-29 10:10:28','2021-01-29 15:10:28','37.115.193.27',NULL,NULL),(76070,'four_oh_four','2021-01-29 11:02:45','2021-01-29 16:02:45','103.100.128.151',NULL,NULL),(76071,'four_oh_four','2021-01-29 12:00:00','2021-01-29 17:00:00','51.158.68.133',NULL,NULL),(76072,'four_oh_four','2021-01-29 12:12:55','2021-01-29 17:12:55','5.188.48.88',NULL,NULL),(76073,'four_oh_four','2021-01-29 14:06:16','2021-01-29 19:06:16','69.61.200.104',NULL,NULL),(76074,'four_oh_four','2021-01-29 15:05:12','2021-01-29 20:05:12','184.154.139.21',NULL,NULL),(76075,'four_oh_four','2021-01-29 16:04:15','2021-01-29 21:04:15','40.77.167.70',NULL,NULL),(76076,'four_oh_four','2021-01-29 16:21:50','2021-01-29 21:21:50','46.182.129.31',NULL,NULL),(76077,'four_oh_four','2021-01-29 16:27:48','2021-01-29 21:27:48','95.128.42.70',NULL,NULL),(76078,'four_oh_four','2021-01-29 17:56:52','2021-01-29 22:56:52','157.55.39.158',NULL,NULL),(76079,'four_oh_four','2021-01-29 19:18:51','2021-01-30 00:18:51','157.55.39.217',NULL,NULL),(76080,'four_oh_four','2021-01-29 22:47:30','2021-01-30 03:47:30','45.135.32.210',NULL,NULL),(76081,'four_oh_four','2021-01-30 00:17:12','2021-01-30 05:17:12','162.241.27.11',NULL,NULL),(76082,'four_oh_four','2021-01-30 01:48:19','2021-01-30 06:48:19','46.148.206.226',NULL,NULL),(76083,'four_oh_four','2021-01-30 03:15:42','2021-01-30 08:15:42','13.66.139.45',NULL,NULL),(76084,'four_oh_four','2021-01-30 05:32:21','2021-01-30 10:32:21','18.193.5.93',NULL,NULL),(76085,'four_oh_four','2021-01-30 05:57:55','2021-01-30 10:57:55','31.172.225.202',NULL,NULL),(76086,'four_oh_four','2021-01-30 05:58:03','2021-01-30 10:58:03','31.172.225.202',NULL,NULL),(76087,'four_oh_four','2021-01-30 10:06:59','2021-01-30 15:06:59','83.97.20.226',NULL,NULL),(76088,'four_oh_four','2021-01-30 10:19:51','2021-01-30 15:19:51','207.46.13.6',NULL,NULL),(76089,'four_oh_four','2021-01-30 10:24:51','2021-01-30 15:24:51','207.46.13.32',NULL,NULL),(76090,'four_oh_four','2021-01-30 10:53:59','2021-01-30 15:53:59','178.159.37.139',NULL,NULL),(76091,'four_oh_four','2021-01-30 11:21:05','2021-01-30 16:21:05','95.79.223.108',NULL,NULL),(76092,'four_oh_four','2021-01-30 11:24:53','2021-01-30 16:24:53','37.147.174.213',NULL,NULL),(76093,'four_oh_four','2021-01-30 13:12:55','2021-01-30 18:12:55','184.168.193.57',NULL,NULL),(76094,'four_oh_four','2021-01-30 13:12:55','2021-01-30 18:12:55','184.168.193.57',NULL,NULL),(76095,'four_oh_four','2021-01-30 14:29:22','2021-01-30 19:29:22','95.211.209.158',NULL,NULL),(76096,'four_oh_four','2021-01-30 14:55:43','2021-01-30 19:55:43','157.55.39.218',NULL,NULL),(76097,'four_oh_four','2021-01-30 15:03:02','2021-01-30 20:03:02','184.154.139.20',NULL,NULL),(76098,'four_oh_four','2021-01-30 15:49:50','2021-01-30 20:49:50','199.66.201.19',NULL,NULL),(76099,'four_oh_four','2021-01-30 15:49:50','2021-01-30 20:49:50','199.66.201.19',NULL,NULL),(76100,'four_oh_four','2021-01-30 18:14:18','2021-01-30 23:14:18','46.21.250.205',NULL,NULL),(76101,'four_oh_four','2021-01-30 21:28:42','2021-01-31 02:28:42','72.79.45.58',NULL,NULL),(76102,'four_oh_four','2021-01-30 21:31:34','2021-01-31 02:31:34','5.189.239.157',NULL,NULL),(76103,'four_oh_four','2021-01-30 21:31:37','2021-01-31 02:31:37','5.189.239.157',NULL,NULL),(76104,'four_oh_four','2021-01-31 00:42:49','2021-01-31 05:42:49','37.115.193.27',NULL,NULL),(76105,'four_oh_four','2021-01-31 03:33:38','2021-01-31 08:33:38','5.183.130.60',NULL,NULL),(76106,'four_oh_four','2021-01-31 07:02:44','2021-01-31 12:02:44','185.255.135.44',NULL,NULL),(76107,'four_oh_four','2021-01-31 07:43:22','2021-01-31 12:43:22','5.188.48.98',NULL,NULL),(76108,'four_oh_four','2021-01-31 08:52:47','2021-01-31 13:52:47','46.182.129.31',NULL,NULL),(76109,'four_oh_four','2021-01-31 09:29:04','2021-01-31 14:29:04','51.222.43.122',NULL,NULL),(76110,'four_oh_four','2021-01-31 12:58:47','2021-01-31 17:58:47','103.139.113.34',NULL,NULL),(76111,'four_oh_four','2021-01-31 15:04:10','2021-01-31 20:04:10','184.154.139.3',NULL,NULL),(76112,'four_oh_four','2021-01-31 16:03:00','2021-01-31 21:03:00','207.46.13.32',NULL,NULL),(76113,'four_oh_four','2021-01-31 16:08:46','2021-01-31 21:08:46','178.176.78.99',NULL,NULL),(76114,'four_oh_four','2021-01-31 16:10:14','2021-01-31 21:10:14','95.216.152.179',NULL,NULL),(76115,'four_oh_four','2021-01-31 17:28:33','2021-01-31 22:28:33','92.38.136.69',NULL,NULL),(76116,'four_oh_four','2021-01-31 17:42:08','2021-01-31 22:42:08','100.36.75.226',NULL,NULL),(76117,'four_oh_four','2021-01-31 19:03:40','2021-02-01 00:03:40','173.231.59.201',NULL,NULL),(76118,'four_oh_four','2021-01-31 19:04:33','2021-02-01 00:04:33','173.231.59.201',NULL,NULL),(76119,'four_oh_four','2021-01-31 19:27:33','2021-02-01 00:27:33','185.51.247.135',NULL,NULL),(76120,'four_oh_four','2021-01-31 19:58:37','2021-02-01 00:58:37','51.81.139.97',NULL,NULL),(76121,'four_oh_four','2021-01-31 20:56:54','2021-02-01 01:56:54','95.211.209.158',NULL,NULL),(76122,'four_oh_four','2021-01-31 21:16:21','2021-02-01 02:16:21','188.163.47.9',NULL,NULL),(76123,'four_oh_four','2021-01-31 23:43:52','2021-02-01 04:43:52','13.66.139.45',NULL,NULL),(76124,'four_oh_four','2021-02-01 02:30:21','2021-02-01 07:30:21','188.163.46.254',NULL,NULL),(76125,'four_oh_four','2021-02-01 03:31:15','2021-02-01 08:31:15','96.231.16.17',NULL,NULL),(76126,'four_oh_four','2021-02-01 04:03:28','2021-02-01 09:03:28','188.32.128.29',NULL,NULL),(76127,'four_oh_four','2021-02-01 05:56:16','2021-02-01 10:56:16','91.236.12.196',NULL,NULL),(76128,'four_oh_four','2021-02-01 06:28:20','2021-02-01 11:28:20','178.159.37.41',NULL,NULL),(76129,'four_oh_four','2021-02-01 06:44:07','2021-02-01 11:44:07','188.138.136.146',NULL,NULL),(76130,'four_oh_four','2021-02-01 07:07:16','2021-02-01 12:07:16','108.179.231.115',NULL,NULL),(76131,'four_oh_four','2021-02-01 07:29:03','2021-02-01 12:29:03','158.69.83.144',NULL,NULL),(76132,'four_oh_four','2021-02-01 08:14:09','2021-02-01 13:14:09','95.216.172.172',NULL,NULL),(76133,'four_oh_four','2021-02-01 08:51:59','2021-02-01 13:51:59','46.161.15.40',NULL,NULL),(76134,'four_oh_four','2021-02-01 13:56:42','2021-02-01 18:56:42','171.244.1.84',NULL,NULL),(76135,'four_oh_four','2021-02-01 15:08:10','2021-02-01 20:08:10','184.154.139.19',NULL,NULL),(76136,'four_oh_four','2021-02-01 15:28:05','2021-02-01 20:28:05','46.182.129.31',NULL,NULL),(76137,'four_oh_four','2021-02-01 16:49:48','2021-02-01 21:49:48','78.60.111.211',NULL,NULL),(76138,'four_oh_four','2021-02-01 16:49:53','2021-02-01 21:49:53','78.60.111.211',NULL,NULL),(76139,'four_oh_four','2021-02-01 18:39:31','2021-02-01 23:39:31','66.249.69.213',NULL,NULL),(76140,'four_oh_four','2021-02-01 19:37:16','2021-02-02 00:37:16','184.178.172.13',NULL,NULL),(76141,'four_oh_four','2021-02-01 19:38:34','2021-02-02 00:38:34','5.188.48.98',NULL,NULL),(76142,'four_oh_four','2021-02-01 19:38:44','2021-02-02 00:38:44','5.188.48.98',NULL,NULL),(76143,'four_oh_four','2021-02-01 20:32:39','2021-02-02 01:32:39','108.22.245.89',NULL,NULL),(76144,'four_oh_four','2021-02-01 20:33:13','2021-02-02 01:33:13','108.22.245.89',NULL,NULL),(76145,'four_oh_four','2021-02-01 20:34:33','2021-02-02 01:34:33','108.22.245.89',NULL,NULL),(76146,'four_oh_four','2021-02-01 21:07:30','2021-02-02 02:07:30','207.46.13.32',NULL,NULL),(76147,'four_oh_four','2021-02-01 23:01:57','2021-02-02 04:01:57','46.243.220.115',NULL,NULL),(76148,'four_oh_four','2021-02-01 23:01:57','2021-02-02 04:01:57','46.243.220.115',NULL,NULL),(76149,'four_oh_four','2021-02-01 23:18:02','2021-02-02 04:18:02','108.28.17.66',NULL,NULL),(76150,'four_oh_four','2021-02-01 23:18:21','2021-02-02 04:18:21','108.28.17.66',NULL,NULL),(76151,'four_oh_four','2021-02-01 23:59:27','2021-02-02 04:59:27','205.237.89.249',NULL,NULL),(76152,'four_oh_four','2021-02-02 02:32:09','2021-02-02 07:32:09','185.51.247.135',NULL,NULL),(76153,'four_oh_four','2021-02-02 02:43:21','2021-02-02 07:43:21','88.198.43.207',NULL,NULL),(76154,'four_oh_four','2021-02-02 05:25:52','2021-02-02 10:25:52','46.243.220.115',NULL,NULL),(76155,'four_oh_four','2021-02-02 05:53:07','2021-02-02 10:53:07','194.105.60.210',NULL,NULL),(76156,'four_oh_four','2021-02-02 09:31:17','2021-02-02 14:31:17','98.237.3.177',NULL,NULL),(76157,'four_oh_four','2021-02-02 11:30:18','2021-02-02 16:30:18','185.255.96.99',NULL,NULL),(76158,'four_oh_four','2021-02-02 12:15:13','2021-02-02 17:15:13','5.188.48.98',NULL,NULL),(76159,'four_oh_four','2021-02-02 13:24:15','2021-02-02 18:24:15','178.159.37.139',NULL,NULL),(76160,'four_oh_four','2021-02-02 15:09:49','2021-02-02 20:09:49','184.154.139.18',NULL,NULL),(76161,'four_oh_four','2021-02-02 16:02:44','2021-02-02 21:02:44','71.244.207.42',NULL,NULL),(76162,'four_oh_four','2021-02-02 16:04:45','2021-02-02 21:04:45','71.244.207.42',NULL,NULL),(76163,'four_oh_four','2021-02-02 16:06:32','2021-02-02 21:06:32','71.244.207.42',NULL,NULL),(76164,'four_oh_four','2021-02-02 17:16:44','2021-02-02 22:16:44','188.163.47.9',NULL,NULL),(76165,'four_oh_four','2021-02-02 18:13:51','2021-02-02 23:13:51','13.66.139.45',NULL,NULL),(76166,'four_oh_four','2021-02-02 18:44:10','2021-02-02 23:44:10','3.94.137.21',NULL,NULL),(76167,'four_oh_four','2021-02-02 18:44:15','2021-02-02 23:44:15','3.94.137.21',NULL,NULL),(76168,'four_oh_four','2021-02-02 18:49:05','2021-02-02 23:49:05','46.53.243.160',NULL,NULL),(76169,'four_oh_four','2021-02-02 19:48:32','2021-02-03 00:48:32','66.249.69.86',NULL,NULL),(76170,'four_oh_four','2021-02-02 21:27:30','2021-02-03 02:27:30','71.179.15.177',NULL,NULL),(76171,'four_oh_four','2021-02-02 21:27:36','2021-02-03 02:27:36','40.77.167.70',NULL,NULL),(76172,'four_oh_four','2021-02-03 03:58:23','2021-02-03 08:58:23','37.147.174.213',NULL,NULL),(76173,'four_oh_four','2021-02-03 06:55:47','2021-02-03 11:55:47','94.23.53.58',NULL,NULL),(76174,'four_oh_four','2021-02-03 06:56:02','2021-02-03 11:56:02','94.23.53.58',NULL,NULL),(76175,'four_oh_four','2021-02-03 08:47:03','2021-02-03 13:47:03','164.68.116.198',NULL,NULL),(76176,'four_oh_four','2021-02-03 10:00:08','2021-02-03 15:00:08','52.201.182.91',NULL,NULL),(76177,'four_oh_four','2021-02-03 10:08:16','2021-02-03 15:08:16','5.3.217.227',NULL,NULL),(76178,'four_oh_four','2021-02-03 11:45:48','2021-02-03 16:45:48','207.46.13.175',NULL,NULL),(76179,'four_oh_four','2021-02-03 13:22:59','2021-02-03 18:22:59','45.158.15.36',NULL,NULL),(76180,'four_oh_four','2021-02-03 15:11:10','2021-02-03 20:11:10','184.154.139.21',NULL,NULL),(76181,'four_oh_four','2021-02-03 15:16:57','2021-02-03 20:16:57','168.151.58.164',NULL,NULL),(76182,'four_oh_four','2021-02-03 15:23:03','2021-02-03 20:23:03','13.66.139.46',NULL,NULL),(76183,'four_oh_four','2021-02-03 17:52:52','2021-02-03 22:52:52','207.46.13.6',NULL,NULL),(76184,'four_oh_four','2021-02-03 19:13:25','2021-02-04 00:13:25','207.46.13.175',NULL,NULL),(76185,'four_oh_four','2021-02-03 20:16:19','2021-02-04 01:16:19','207.46.13.32',NULL,NULL),(76186,'four_oh_four','2021-02-03 22:04:07','2021-02-04 03:04:07','176.113.115.36',NULL,NULL),(76187,'four_oh_four','2021-02-03 23:02:50','2021-02-04 04:02:50','45.62.216.111',NULL,NULL),(76188,'four_oh_four','2021-02-04 01:16:08','2021-02-04 06:16:08','118.169.80.36',NULL,NULL),(76189,'four_oh_four','2021-02-04 06:07:43','2021-02-04 11:07:43','157.55.39.149',NULL,NULL),(76190,'four_oh_four','2021-02-04 06:07:51','2021-02-04 11:07:51','196.196.216.160',NULL,NULL),(76191,'four_oh_four','2021-02-04 06:09:24','2021-02-04 11:09:24','13.66.139.39',NULL,NULL),(76192,'four_oh_four','2021-02-04 06:26:11','2021-02-04 11:26:11','207.46.13.112',NULL,NULL),(76193,'four_oh_four','2021-02-04 07:37:39','2021-02-04 12:37:39','171.22.121.249',NULL,NULL),(76194,'four_oh_four','2021-02-04 08:08:30','2021-02-04 13:08:30','91.121.148.189',NULL,NULL),(76195,'four_oh_four','2021-02-04 08:08:50','2021-02-04 13:08:50','91.121.148.189',NULL,NULL),(76196,'four_oh_four','2021-02-04 08:09:12','2021-02-04 13:09:12','91.121.148.189',NULL,NULL),(76197,'four_oh_four','2021-02-04 08:09:29','2021-02-04 13:09:29','91.121.148.189',NULL,NULL),(76198,'four_oh_four','2021-02-04 08:09:46','2021-02-04 13:09:46','91.121.148.189',NULL,NULL),(76199,'four_oh_four','2021-02-04 08:10:02','2021-02-04 13:10:02','91.121.148.189',NULL,NULL),(76200,'four_oh_four','2021-02-04 09:57:30','2021-02-04 14:57:30','73.172.62.148',NULL,NULL),(76201,'four_oh_four','2021-02-04 09:57:43','2021-02-04 14:57:43','73.172.62.148',NULL,NULL),(76202,'four_oh_four','2021-02-04 10:17:36','2021-02-04 15:17:36','35.241.200.151',NULL,NULL),(76203,'four_oh_four','2021-02-04 11:23:28','2021-02-04 16:23:28','185.94.192.38',NULL,NULL),(76204,'four_oh_four','2021-02-04 12:53:18','2021-02-04 17:53:18','157.55.39.149',NULL,NULL),(76205,'four_oh_four','2021-02-04 13:38:42','2021-02-04 18:38:42','118.169.80.36',NULL,NULL),(76206,'four_oh_four','2021-02-04 14:54:26','2021-02-04 19:54:26','194.105.60.210',NULL,NULL),(76207,'four_oh_four','2021-02-04 15:02:24','2021-02-04 20:02:24','184.154.139.20',NULL,NULL),(76208,'four_oh_four','2021-02-04 17:05:49','2021-02-04 22:05:49','71.200.26.152',NULL,NULL),(76209,'four_oh_four','2021-02-04 17:23:32','2021-02-04 22:23:32','184.168.46.207',NULL,NULL),(76210,'four_oh_four','2021-02-04 17:23:32','2021-02-04 22:23:32','184.168.46.207',NULL,NULL),(76211,'four_oh_four','2021-02-04 20:11:36','2021-02-05 01:11:36','13.66.139.46',NULL,NULL),(76212,'four_oh_four','2021-02-05 00:09:30','2021-02-05 05:09:30','13.66.139.39',NULL,NULL),(76213,'four_oh_four','2021-02-05 01:57:09','2021-02-05 06:57:09','88.198.43.207',NULL,NULL),(76214,'four_oh_four','2021-02-05 02:37:41','2021-02-05 07:37:41','94.103.94.13',NULL,NULL),(76215,'four_oh_four','2021-02-05 03:27:57','2021-02-05 08:27:57','157.55.39.208',NULL,NULL),(76216,'four_oh_four','2021-02-05 03:55:43','2021-02-05 08:55:43','88.147.173.157',NULL,NULL),(76217,'four_oh_four','2021-02-05 04:31:44','2021-02-05 09:31:44','40.77.167.70',NULL,NULL),(76218,'four_oh_four','2021-02-05 05:15:06','2021-02-05 10:15:06','118.169.80.36',NULL,NULL),(76219,'four_oh_four','2021-02-05 06:20:47','2021-02-05 11:20:47','62.106.124.79',NULL,NULL),(76220,'four_oh_four','2021-02-05 06:32:24','2021-02-05 11:32:24','37.97.185.158',NULL,NULL),(76221,'four_oh_four','2021-02-05 06:35:18','2021-02-05 11:35:18','46.183.135.131',NULL,NULL),(76222,'four_oh_four','2021-02-05 09:38:14','2021-02-05 14:38:14','51.158.119.88',NULL,NULL),(76223,'four_oh_four','2021-02-05 09:43:59','2021-02-05 14:43:59','157.55.39.218',NULL,NULL),(76224,'four_oh_four','2021-02-05 10:31:13','2021-02-05 15:31:13','13.66.139.39',NULL,NULL),(76225,'four_oh_four','2021-02-05 11:39:16','2021-02-05 16:39:16','178.159.37.139',NULL,NULL),(76226,'four_oh_four','2021-02-05 12:27:24','2021-02-05 17:27:24','157.55.39.218',NULL,NULL),(76227,'four_oh_four','2021-02-05 15:10:33','2021-02-05 20:10:33','184.154.139.21',NULL,NULL),(76228,'four_oh_four','2021-02-05 16:25:15','2021-02-05 21:25:15','192.99.194.8',NULL,NULL),(76229,'four_oh_four','2021-02-05 17:33:58','2021-02-05 22:33:58','13.66.139.39',NULL,NULL),(76230,'four_oh_four','2021-02-05 21:26:06','2021-02-06 02:26:06','46.165.233.59',NULL,NULL),(76231,'four_oh_four','2021-02-05 23:03:02','2021-02-06 04:03:02','152.44.36.80',NULL,NULL),(76232,'four_oh_four','2021-02-05 23:03:03','2021-02-06 04:03:03','91.121.65.56',NULL,NULL),(76233,'four_oh_four','2021-02-05 23:03:06','2021-02-06 04:03:06','152.44.36.80',NULL,NULL),(76234,'four_oh_four','2021-02-05 23:03:08','2021-02-06 04:03:08','152.44.36.80',NULL,NULL),(76235,'four_oh_four','2021-02-05 23:03:10','2021-02-06 04:03:10','152.44.36.80',NULL,NULL),(76236,'four_oh_four','2021-02-05 23:03:09','2021-02-06 04:03:09','91.121.65.56',NULL,NULL),(76237,'four_oh_four','2021-02-05 23:03:13','2021-02-06 04:03:13','91.121.65.56',NULL,NULL),(76238,'four_oh_four','2021-02-05 23:03:16','2021-02-06 04:03:16','91.121.65.56',NULL,NULL),(76239,'four_oh_four','2021-02-06 00:42:16','2021-02-06 05:42:16','173.252.111.18',NULL,NULL),(76240,'four_oh_four','2021-02-06 02:26:36','2021-02-06 07:26:36','95.84.13.21',NULL,NULL),(76241,'four_oh_four','2021-02-06 03:34:13','2021-02-06 08:34:13','111.250.133.6',NULL,NULL),(76242,'four_oh_four','2021-02-06 04:43:31','2021-02-06 09:43:31','40.77.167.70',NULL,NULL),(76243,'four_oh_four','2021-02-06 05:46:46','2021-02-06 10:46:46','185.209.22.137',NULL,NULL),(76244,'four_oh_four','2021-02-06 06:17:24','2021-02-06 11:17:24','5.188.48.98',NULL,NULL),(76245,'four_oh_four','2021-02-06 06:17:27','2021-02-06 11:17:27','5.188.48.98',NULL,NULL),(76246,'four_oh_four','2021-02-06 09:30:41','2021-02-06 14:30:41','207.46.13.6',NULL,NULL),(76247,'four_oh_four','2021-02-06 09:55:13','2021-02-06 14:55:13','185.92.151.223',NULL,NULL),(76248,'four_oh_four','2021-02-06 12:03:42','2021-02-06 17:03:42','143.244.54.50',NULL,NULL),(76249,'four_oh_four','2021-02-06 12:03:45','2021-02-06 17:03:45','143.244.54.50',NULL,NULL),(76250,'four_oh_four','2021-02-06 12:03:48','2021-02-06 17:03:48','143.244.54.50',NULL,NULL),(76251,'four_oh_four','2021-02-06 12:03:51','2021-02-06 17:03:51','143.244.54.50',NULL,NULL),(76252,'four_oh_four','2021-02-06 12:03:53','2021-02-06 17:03:53','143.244.54.50',NULL,NULL),(76253,'four_oh_four','2021-02-06 12:03:56','2021-02-06 17:03:56','143.244.54.50',NULL,NULL),(76254,'four_oh_four','2021-02-06 12:03:59','2021-02-06 17:03:59','143.244.54.50',NULL,NULL),(76255,'four_oh_four','2021-02-06 12:04:02','2021-02-06 17:04:02','143.244.54.50',NULL,NULL),(76256,'four_oh_four','2021-02-06 12:04:05','2021-02-06 17:04:05','143.244.54.50',NULL,NULL),(76257,'four_oh_four','2021-02-06 12:04:08','2021-02-06 17:04:08','143.244.54.50',NULL,NULL),(76258,'four_oh_four','2021-02-06 12:35:51','2021-02-06 17:35:51','111.250.133.6',NULL,NULL),(76259,'four_oh_four','2021-02-06 13:49:28','2021-02-06 18:49:28','194.105.60.210',NULL,NULL),(76260,'four_oh_four','2021-02-06 15:06:27','2021-02-06 20:06:27','184.154.139.17',NULL,NULL),(76261,'four_oh_four','2021-02-06 16:06:56','2021-02-06 21:06:56','40.77.167.45',NULL,NULL),(76262,'four_oh_four','2021-02-06 18:55:04','2021-02-06 23:55:04','207.46.13.112',NULL,NULL),(76263,'four_oh_four','2021-02-06 19:15:48','2021-02-07 00:15:48','13.66.139.39',NULL,NULL),(76264,'four_oh_four','2021-02-06 19:32:59','2021-02-07 00:32:59','37.120.153.27',NULL,NULL),(76265,'four_oh_four','2021-02-06 21:02:47','2021-02-07 02:02:47','5.3.129.243',NULL,NULL),(76266,'four_oh_four','2021-02-06 22:49:41','2021-02-07 03:49:41','171.244.1.84',NULL,NULL),(76267,'four_oh_four','2021-02-06 22:51:54','2021-02-07 03:51:54','98.162.25.7',NULL,NULL),(76268,'four_oh_four','2021-02-06 23:33:33','2021-02-07 04:33:33','51.81.139.96',NULL,NULL),(76269,'four_oh_four','2021-02-07 01:43:56','2021-02-07 06:43:56','207.46.13.175',NULL,NULL),(76270,'four_oh_four','2021-02-07 02:03:19','2021-02-07 07:03:19','195.128.51.182',NULL,NULL),(76271,'four_oh_four','2021-02-07 03:38:33','2021-02-07 08:38:33','135.148.2.94',NULL,NULL),(76272,'four_oh_four','2021-02-07 04:40:03','2021-02-07 09:40:03','213.184.28.17',NULL,NULL),(76273,'four_oh_four','2021-02-07 09:37:37','2021-02-07 14:37:37','5.196.23.219',NULL,NULL),(76274,'four_oh_four','2021-02-07 10:34:04','2021-02-07 15:34:04','80.251.153.67',NULL,NULL),(76275,'four_oh_four','2021-02-07 10:50:02','2021-02-07 15:50:02','5.188.48.98',NULL,NULL),(76276,'four_oh_four','2021-02-07 11:12:07','2021-02-07 16:12:07','78.60.111.211',NULL,NULL),(76277,'four_oh_four','2021-02-07 11:12:12','2021-02-07 16:12:12','78.60.111.211',NULL,NULL),(76278,'four_oh_four','2021-02-07 11:26:32','2021-02-07 16:26:32','185.245.85.23',NULL,NULL),(76279,'four_oh_four','2021-02-07 15:08:04','2021-02-07 20:08:04','184.154.139.21',NULL,NULL),(76280,'four_oh_four','2021-02-07 15:25:14','2021-02-07 20:25:14','100.16.224.145',NULL,NULL),(76281,'four_oh_four','2021-02-07 15:25:41','2021-02-07 20:25:41','100.16.224.145',NULL,NULL),(76282,'four_oh_four','2021-02-07 16:14:01','2021-02-07 21:14:01','157.55.39.149',NULL,NULL),(76283,'four_oh_four','2021-02-07 16:17:28','2021-02-07 21:17:28','207.46.13.175',NULL,NULL),(76284,'four_oh_four','2021-02-07 17:44:13','2021-02-07 22:44:13','5.196.23.219',NULL,NULL),(76285,'four_oh_four','2021-02-07 18:40:04','2021-02-07 23:40:04','95.179.128.157',NULL,NULL),(76286,'four_oh_four','2021-02-07 20:40:58','2021-02-08 01:40:58','188.163.47.9',NULL,NULL),(76287,'four_oh_four','2021-02-07 23:12:52','2021-02-08 04:12:52','13.66.139.38',NULL,NULL),(76288,'four_oh_four','2021-02-08 00:33:14','2021-02-08 05:33:14','173.231.59.201',NULL,NULL),(76289,'four_oh_four','2021-02-08 00:34:52','2021-02-08 05:34:52','173.231.59.201',NULL,NULL),(76290,'four_oh_four','2021-02-08 01:32:07','2021-02-08 06:32:07','207.46.13.24',NULL,NULL),(76291,'four_oh_four','2021-02-08 01:58:28','2021-02-08 06:58:28','166.137.240.55',NULL,NULL),(76292,'four_oh_four','2021-02-08 02:10:49','2021-02-08 07:10:49','31.23.49.70',NULL,NULL),(76293,'four_oh_four','2021-02-08 09:06:21','2021-02-08 14:06:21','206.189.87.142',NULL,NULL),(76294,'four_oh_four','2021-02-08 10:23:49','2021-02-08 15:23:49','45.67.143.61',NULL,NULL),(76295,'four_oh_four','2021-02-08 10:59:25','2021-02-08 15:59:25','69.171.251.119',NULL,NULL),(76296,'four_oh_four','2021-02-08 12:02:15','2021-02-08 17:02:15','178.159.37.139',NULL,NULL),(76297,'four_oh_four','2021-02-08 14:07:56','2021-02-08 19:07:56','161.117.10.233',NULL,NULL),(76298,'four_oh_four','2021-02-08 15:02:20','2021-02-08 20:02:20','184.154.139.19',NULL,NULL),(76299,'four_oh_four','2021-02-08 15:03:39','2021-02-08 20:03:39','184.154.139.19',NULL,NULL),(76300,'four_oh_four','2021-02-08 18:15:26','2021-02-08 23:15:26','83.172.34.67',NULL,NULL),(76301,'four_oh_four','2021-02-08 18:35:45','2021-02-08 23:35:45','198.211.122.238',NULL,NULL),(76302,'four_oh_four','2021-02-08 18:37:29','2021-02-08 23:37:29','198.211.122.238',NULL,NULL),(76303,'four_oh_four','2021-02-08 18:45:47','2021-02-08 23:45:47','40.77.167.70',NULL,NULL),(76304,'four_oh_four','2021-02-08 18:51:27','2021-02-08 23:51:27','96.244.5.173',NULL,NULL),(76305,'four_oh_four','2021-02-08 19:12:37','2021-02-09 00:12:37','68.66.226.81',NULL,NULL),(76306,'four_oh_four','2021-02-08 19:32:19','2021-02-09 00:32:19','157.55.39.218',NULL,NULL),(76307,'four_oh_four','2021-02-08 20:04:40','2021-02-09 01:04:40','198.240.105.202',NULL,NULL),(76308,'four_oh_four','2021-02-08 20:55:35','2021-02-09 01:55:35','151.80.40.72',NULL,NULL),(76309,'four_oh_four','2021-02-08 20:59:42','2021-02-09 01:59:42','37.144.247.134',NULL,NULL),(76310,'four_oh_four','2021-02-08 21:26:17','2021-02-09 02:26:17','207.46.13.231',NULL,NULL),(76311,'four_oh_four','2021-02-08 22:15:36','2021-02-09 03:15:36','31.134.125.80',NULL,NULL),(76312,'four_oh_four','2021-02-08 22:54:05','2021-02-09 03:54:05','93.100.128.3',NULL,NULL),(76313,'four_oh_four','2021-02-09 00:24:45','2021-02-09 05:24:45','13.66.139.16',NULL,NULL),(76314,'four_oh_four','2021-02-09 01:03:51','2021-02-09 06:03:51','188.162.41.78',NULL,NULL),(76315,'four_oh_four','2021-02-09 02:02:46','2021-02-09 07:02:46','162.241.252.149',NULL,NULL),(76316,'four_oh_four','2021-02-09 02:10:30','2021-02-09 07:10:30','188.163.46.254',NULL,NULL),(76317,'four_oh_four','2021-02-09 03:04:58','2021-02-09 08:04:58','5.102.173.71',NULL,NULL),(76318,'four_oh_four','2021-02-09 04:30:07','2021-02-09 09:30:07','51.158.68.133',NULL,NULL),(76319,'four_oh_four','2021-02-09 06:22:00','2021-02-09 11:22:00','193.53.168.218',NULL,NULL),(76320,'four_oh_four','2021-02-09 06:40:43','2021-02-09 11:40:43','13.66.139.42',NULL,NULL),(76321,'four_oh_four','2021-02-09 07:41:52','2021-02-09 12:41:52','62.210.80.34',NULL,NULL),(76322,'four_oh_four','2021-02-09 10:33:21','2021-02-09 15:33:21','51.81.140.151',NULL,NULL),(76323,'brute_force','2021-02-09 12:45:26','2021-02-09 17:45:26','186.185.233.185',NULL,NULL),(76324,'brute_force','2021-02-09 12:45:26','2021-02-09 17:45:26',NULL,NULL,'zphiblgz'),(76325,'brute_force','2021-02-09 12:46:28','2021-02-09 17:46:28','186.185.233.185',NULL,NULL),(76326,'brute_force','2021-02-09 12:46:28','2021-02-09 17:46:28',NULL,NULL,'zphiblgz'),(76327,'brute_force','2021-02-09 12:47:33','2021-02-09 17:47:33','186.185.233.185',NULL,NULL),(76328,'brute_force','2021-02-09 12:47:33','2021-02-09 17:47:33',NULL,NULL,'zphiblgz'),(76329,'brute_force','2021-02-09 12:47:32','2021-02-09 17:47:32','186.185.233.185',NULL,NULL),(76330,'brute_force','2021-02-09 12:47:32','2021-02-09 17:47:32',NULL,NULL,'zphiblgz'),(76331,'brute_force','2021-02-09 12:48:38','2021-02-09 17:48:38','186.185.233.185',NULL,NULL),(76332,'brute_force','2021-02-09 12:48:38','2021-02-09 17:48:38',NULL,NULL,'zphiblgz'),(76333,'four_oh_four','2021-02-09 13:41:50','2021-02-09 18:41:50','188.163.46.254',NULL,NULL),(76334,'brute_force','2021-02-09 14:07:47','2021-02-09 19:07:47','186.185.206.227',NULL,NULL),(76335,'brute_force','2021-02-09 14:07:47','2021-02-09 19:07:47','186.185.206.227',NULL,NULL),(76336,'brute_force','2021-02-09 14:07:47','2021-02-09 19:07:47',NULL,NULL,'zphiblgz'),(76337,'brute_force','2021-02-09 14:07:47','2021-02-09 19:07:47',NULL,NULL,'zphiblgz'),(76338,'brute_force','2021-02-09 14:08:57','2021-02-09 19:08:57','186.185.206.227',NULL,NULL),(76339,'brute_force','2021-02-09 14:08:57','2021-02-09 19:08:57',NULL,NULL,'zphiblgz'),(76340,'brute_force','2021-02-09 14:09:10','2021-02-09 19:09:10','186.185.206.227',NULL,NULL),(76341,'brute_force','2021-02-09 14:09:10','2021-02-09 19:09:10',NULL,NULL,'zphiblgz'),(76342,'brute_force','2021-02-09 14:09:50','2021-02-09 19:09:50','186.185.206.227',NULL,NULL),(76343,'brute_force','2021-02-09 14:09:50','2021-02-09 19:09:50',NULL,NULL,'zphiblgz'),(76344,'four_oh_four','2021-02-09 14:15:42','2021-02-09 19:15:42','184.178.172.13',NULL,NULL),(76345,'brute_force','2021-02-09 14:25:04','2021-02-09 19:25:04','186.185.206.227',NULL,NULL),(76346,'brute_force','2021-02-09 14:25:04','2021-02-09 19:25:04',NULL,NULL,'zphiblgz'),(76347,'four_oh_four','2021-02-09 14:26:26','2021-02-09 19:26:26','13.66.139.47',NULL,NULL),(76348,'brute_force','2021-02-09 14:40:19','2021-02-09 19:40:19','186.185.206.227',NULL,NULL),(76349,'brute_force','2021-02-09 14:40:19','2021-02-09 19:40:19',NULL,NULL,'admin'),(76350,'brute_force','2021-02-09 14:41:20','2021-02-09 19:41:20','186.185.206.227',NULL,NULL),(76351,'brute_force','2021-02-09 14:41:20','2021-02-09 19:41:20',NULL,NULL,'admin'),(76352,'brute_force','2021-02-09 14:42:21','2021-02-09 19:42:21','186.185.206.227',NULL,NULL),(76353,'brute_force','2021-02-09 14:42:21','2021-02-09 19:42:21',NULL,NULL,'admin'),(76354,'brute_force','2021-02-09 14:43:22','2021-02-09 19:43:22','186.185.206.227',NULL,NULL),(76355,'brute_force','2021-02-09 14:43:22','2021-02-09 19:43:22',NULL,NULL,'admin'),(76356,'four_oh_four','2021-02-09 15:11:31','2021-02-09 20:11:31','184.154.139.19',NULL,NULL),(76357,'four_oh_four','2021-02-09 15:51:34','2021-02-09 20:51:34','5.188.48.98',NULL,NULL),(76358,'four_oh_four','2021-02-09 17:58:51','2021-02-09 22:58:51','178.32.56.32',NULL,NULL),(76359,'four_oh_four','2021-02-09 18:52:10','2021-02-09 23:52:10','3.94.137.21',NULL,NULL),(76360,'four_oh_four','2021-02-09 18:52:12','2021-02-09 23:52:12','3.94.137.21',NULL,NULL),(76361,'four_oh_four','2021-02-09 22:45:21','2021-02-10 03:45:21','185.22.175.135',NULL,NULL),(76362,'four_oh_four','2021-02-09 23:15:31','2021-02-10 04:15:31','206.189.94.7',NULL,NULL),(76363,'four_oh_four','2021-02-10 06:34:33','2021-02-10 11:34:33','178.175.132.76',NULL,NULL),(76364,'four_oh_four','2021-02-10 06:46:19','2021-02-10 11:46:19','13.66.139.16',NULL,NULL),(76365,'four_oh_four','2021-02-10 07:48:48','2021-02-10 12:48:48','185.209.22.137',NULL,NULL),(76366,'four_oh_four','2021-02-10 09:41:26','2021-02-10 14:41:26','109.191.154.247',NULL,NULL),(76367,'four_oh_four','2021-02-10 10:10:16','2021-02-10 15:10:16','52.201.182.91',NULL,NULL),(76368,'four_oh_four','2021-02-10 11:06:07','2021-02-10 16:06:07','13.66.139.42',NULL,NULL),(76369,'four_oh_four','2021-02-10 13:59:56','2021-02-10 18:59:56','194.105.60.210',NULL,NULL),(76370,'four_oh_four','2021-02-10 14:28:33','2021-02-10 19:28:33','46.21.250.205',NULL,NULL),(76371,'four_oh_four','2021-02-10 14:44:24','2021-02-10 19:44:24','68.134.24.132',NULL,NULL),(76372,'four_oh_four','2021-02-10 15:02:50','2021-02-10 20:02:50','171.244.1.84',NULL,NULL),(76373,'four_oh_four','2021-02-10 15:06:43','2021-02-10 20:06:43','184.154.139.17',NULL,NULL),(76374,'four_oh_four','2021-02-10 15:24:50','2021-02-10 20:24:50','168.119.11.187',NULL,NULL),(76375,'four_oh_four','2021-02-10 17:08:42','2021-02-10 22:08:42','13.66.139.47',NULL,NULL),(76376,'four_oh_four','2021-02-10 19:56:25','2021-02-11 00:56:25','157.55.39.29',NULL,NULL),(76377,'four_oh_four','2021-02-10 22:13:48','2021-02-11 03:13:48','148.251.54.157',NULL,NULL),(76378,'four_oh_four','2021-02-11 00:14:08','2021-02-11 05:14:08','37.115.121.164',NULL,NULL),(76379,'four_oh_four','2021-02-11 02:12:16','2021-02-11 07:12:16','62.149.145.110',NULL,NULL),(76380,'four_oh_four','2021-02-11 03:18:46','2021-02-11 08:18:46','89.187.168.171',NULL,NULL),(76381,'four_oh_four','2021-02-11 03:50:58','2021-02-11 08:50:58','157.55.39.218',NULL,NULL),(76382,'four_oh_four','2021-02-11 06:06:08','2021-02-11 11:06:08','85.254.72.26',NULL,NULL),(76383,'four_oh_four','2021-02-11 07:19:11','2021-02-11 12:19:11','5.188.48.88',NULL,NULL),(76384,'four_oh_four','2021-02-11 08:17:17','2021-02-11 13:17:17','13.66.139.0',NULL,NULL),(76385,'four_oh_four','2021-02-11 08:38:03','2021-02-11 13:38:03','5.188.48.88',NULL,NULL),(76386,'four_oh_four','2021-02-11 09:26:02','2021-02-11 14:26:02','87.117.48.136',NULL,NULL),(76387,'four_oh_four','2021-02-11 09:47:25','2021-02-11 14:47:25','46.161.15.88',NULL,NULL),(76388,'four_oh_four','2021-02-11 10:41:38','2021-02-11 15:41:38','120.11.93.0',NULL,NULL),(76389,'four_oh_four','2021-02-11 10:50:52','2021-02-11 15:50:52','5.188.48.88',NULL,NULL),(76390,'four_oh_four','2021-02-11 11:12:38','2021-02-11 16:12:38','13.66.139.16',NULL,NULL),(76391,'four_oh_four','2021-02-11 11:37:58','2021-02-11 16:37:58','13.66.139.47',NULL,NULL),(76392,'four_oh_four','2021-02-11 11:58:15','2021-02-11 16:58:15','220.181.77.162',NULL,NULL),(76393,'four_oh_four','2021-02-11 13:51:16','2021-02-11 18:51:16','71.200.26.152',NULL,NULL),(76394,'four_oh_four','2021-02-11 13:51:21','2021-02-11 18:51:21','178.159.37.139',NULL,NULL),(76395,'four_oh_four','2021-02-11 14:29:28','2021-02-11 19:29:28','54.241.149.107',NULL,NULL),(76396,'four_oh_four','2021-02-11 14:29:28','2021-02-11 19:29:28','54.241.149.107',NULL,NULL),(76397,'four_oh_four','2021-02-11 14:30:12','2021-02-11 19:30:12','54.241.149.107',NULL,NULL),(76398,'four_oh_four','2021-02-11 14:31:26','2021-02-11 19:31:26','54.241.149.107',NULL,NULL),(76399,'four_oh_four','2021-02-11 14:38:39','2021-02-11 19:38:39','37.120.218.113',NULL,NULL),(76400,'four_oh_four','2021-02-11 14:39:06','2021-02-11 19:39:06','46.182.129.31',NULL,NULL),(76401,'four_oh_four','2021-02-11 15:10:42','2021-02-11 20:10:42','184.154.139.3',NULL,NULL),(76402,'four_oh_four','2021-02-11 15:41:26','2021-02-11 20:41:26','100.15.158.73',NULL,NULL),(76403,'four_oh_four','2021-02-11 15:41:48','2021-02-11 20:41:48','100.15.158.73',NULL,NULL),(76404,'four_oh_four','2021-02-11 15:55:16','2021-02-11 20:55:16','13.66.139.42',NULL,NULL),(76405,'four_oh_four','2021-02-11 17:01:55','2021-02-11 22:01:55','13.49.44.123',NULL,NULL),(76406,'four_oh_four','2021-02-11 17:33:25','2021-02-11 22:33:25','188.163.47.9',NULL,NULL),(76407,'four_oh_four','2021-02-11 18:28:26','2021-02-11 23:28:26','47.74.240.3',NULL,NULL),(76408,'four_oh_four','2021-02-11 21:17:15','2021-02-12 02:17:15','5.188.48.88',NULL,NULL),(76409,'four_oh_four','2021-02-11 23:03:30','2021-02-12 04:03:30','5.188.48.88',NULL,NULL),(76410,'four_oh_four','2021-02-11 23:26:39','2021-02-12 04:26:39','207.46.13.6',NULL,NULL),(76411,'four_oh_four','2021-02-11 23:33:19','2021-02-12 04:33:19','72.85.44.70',NULL,NULL),(76412,'four_oh_four','2021-02-12 00:40:32','2021-02-12 05:40:32','46.42.204.245',NULL,NULL),(76413,'four_oh_four','2021-02-12 01:10:49','2021-02-12 06:10:49','13.66.139.47',NULL,NULL),(76414,'four_oh_four','2021-02-12 02:19:34','2021-02-12 07:19:34','188.163.47.9',NULL,NULL),(76415,'four_oh_four','2021-02-12 02:29:48','2021-02-12 07:29:48','5.188.48.98',NULL,NULL),(76416,'four_oh_four','2021-02-12 03:24:16','2021-02-12 08:24:16','37.46.150.237',NULL,NULL),(76417,'four_oh_four','2021-02-12 03:25:08','2021-02-12 08:25:08','37.46.150.237',NULL,NULL),(76418,'four_oh_four','2021-02-12 03:25:55','2021-02-12 08:25:55','37.46.150.237',NULL,NULL),(76419,'four_oh_four','2021-02-12 04:26:42','2021-02-12 09:26:42','47.244.9.128',NULL,NULL),(76420,'four_oh_four','2021-02-12 04:35:41','2021-02-12 09:35:41','157.55.39.53',NULL,NULL),(76421,'four_oh_four','2021-02-12 04:35:55','2021-02-12 09:35:55','185.209.22.137',NULL,NULL),(76422,'four_oh_four','2021-02-12 07:06:53','2021-02-12 12:06:53','5.188.48.88',NULL,NULL),(76423,'four_oh_four','2021-02-12 07:51:25','2021-02-12 12:51:25','52.60.189.115',NULL,NULL),(76424,'four_oh_four','2021-02-12 07:51:30','2021-02-12 12:51:30','52.60.189.115',NULL,NULL),(76425,'four_oh_four','2021-02-12 07:51:36','2021-02-12 12:51:36','52.60.189.115',NULL,NULL),(76426,'four_oh_four','2021-02-12 10:18:13','2021-02-12 15:18:13','184.178.172.5',NULL,NULL),(76427,'four_oh_four','2021-02-12 11:05:30','2021-02-12 16:05:30','51.81.139.96',NULL,NULL),(76428,'four_oh_four','2021-02-12 11:33:48','2021-02-12 16:33:48','13.66.139.42',NULL,NULL),(76429,'four_oh_four','2021-02-12 12:04:09','2021-02-12 17:04:09','207.46.13.231',NULL,NULL),(76430,'four_oh_four','2021-02-12 12:13:57','2021-02-12 17:13:57','199.66.201.19',NULL,NULL),(76431,'four_oh_four','2021-02-12 12:13:57','2021-02-12 17:13:57','199.66.201.19',NULL,NULL),(76432,'four_oh_four','2021-02-12 12:28:53','2021-02-12 17:28:53','157.55.39.62',NULL,NULL),(76433,'four_oh_four','2021-02-12 14:43:14','2021-02-12 19:43:14','157.55.39.53',NULL,NULL),(76434,'four_oh_four','2021-02-12 15:22:38','2021-02-12 20:22:38','184.154.139.18',NULL,NULL),(76435,'four_oh_four','2021-02-12 16:56:23','2021-02-12 21:56:23','100.36.94.198',NULL,NULL),(76436,'four_oh_four','2021-02-12 16:56:44','2021-02-12 21:56:44','100.36.94.198',NULL,NULL),(76437,'four_oh_four','2021-02-12 22:13:53','2021-02-13 03:13:53','13.66.139.16',NULL,NULL),(76438,'four_oh_four','2021-02-13 00:08:07','2021-02-13 05:08:07','62.106.124.79',NULL,NULL),(76439,'four_oh_four','2021-02-13 00:50:37','2021-02-13 05:50:37','204.101.61.82',NULL,NULL),(76440,'four_oh_four','2021-02-13 01:51:55','2021-02-13 06:51:55','128.199.209.219',NULL,NULL),(76441,'four_oh_four','2021-02-13 01:51:58','2021-02-13 06:51:58','34.87.85.72',NULL,NULL),(76442,'four_oh_four','2021-02-13 01:52:00','2021-02-13 06:52:00','128.199.209.219',NULL,NULL),(76443,'four_oh_four','2021-02-13 01:52:04','2021-02-13 06:52:04','34.87.85.72',NULL,NULL),(76444,'four_oh_four','2021-02-13 01:52:04','2021-02-13 06:52:04','128.199.209.219',NULL,NULL),(76445,'four_oh_four','2021-02-13 01:52:07','2021-02-13 06:52:07','34.87.85.72',NULL,NULL),(76446,'four_oh_four','2021-02-13 01:52:07','2021-02-13 06:52:07','128.199.209.219',NULL,NULL),(76447,'four_oh_four','2021-02-13 01:52:10','2021-02-13 06:52:10','34.87.85.72',NULL,NULL),(76448,'four_oh_four','2021-02-13 01:52:10','2021-02-13 06:52:10','128.199.209.219',NULL,NULL),(76449,'four_oh_four','2021-02-13 01:52:14','2021-02-13 06:52:14','128.199.209.219',NULL,NULL),(76450,'four_oh_four','2021-02-13 01:52:14','2021-02-13 06:52:14','34.87.85.72',NULL,NULL),(76451,'four_oh_four','2021-02-13 01:52:17','2021-02-13 06:52:17','34.87.85.72',NULL,NULL),(76452,'four_oh_four','2021-02-13 01:52:16','2021-02-13 06:52:16','128.199.209.219',NULL,NULL),(76453,'four_oh_four','2021-02-13 01:52:20','2021-02-13 06:52:20','34.87.85.72',NULL,NULL),(76454,'four_oh_four','2021-02-13 01:52:19','2021-02-13 06:52:19','128.199.209.219',NULL,NULL),(76455,'four_oh_four','2021-02-13 01:52:23','2021-02-13 06:52:23','34.87.85.72',NULL,NULL),(76456,'four_oh_four','2021-02-13 01:52:23','2021-02-13 06:52:23','128.199.209.219',NULL,NULL),(76457,'four_oh_four','2021-02-13 01:52:26','2021-02-13 06:52:26','128.199.209.219',NULL,NULL),(76458,'four_oh_four','2021-02-13 01:52:26','2021-02-13 06:52:26','34.87.85.72',NULL,NULL),(76459,'four_oh_four','2021-02-13 01:52:28','2021-02-13 06:52:28','128.199.209.219',NULL,NULL),(76460,'four_oh_four','2021-02-13 01:52:29','2021-02-13 06:52:29','34.87.85.72',NULL,NULL),(76461,'four_oh_four','2021-02-13 01:52:31','2021-02-13 06:52:31','128.199.209.219',NULL,NULL),(76462,'four_oh_four','2021-02-13 01:52:33','2021-02-13 06:52:33','34.87.85.72',NULL,NULL),(76463,'four_oh_four','2021-02-13 01:52:35','2021-02-13 06:52:35','34.87.85.72',NULL,NULL),(76464,'four_oh_four','2021-02-13 01:53:10','2021-02-13 06:53:10','128.199.209.219',NULL,NULL),(76465,'four_oh_four','2021-02-13 01:53:13','2021-02-13 06:53:13','34.87.85.72',NULL,NULL),(76466,'four_oh_four','2021-02-13 01:53:16','2021-02-13 06:53:16','128.199.209.219',NULL,NULL),(76467,'four_oh_four','2021-02-13 01:53:19','2021-02-13 06:53:19','128.199.209.219',NULL,NULL),(76468,'four_oh_four','2021-02-13 01:53:21','2021-02-13 06:53:21','128.199.209.219',NULL,NULL),(76469,'four_oh_four','2021-02-13 01:53:20','2021-02-13 06:53:20','34.87.85.72',NULL,NULL),(76470,'four_oh_four','2021-02-13 01:53:24','2021-02-13 06:53:24','34.87.85.72',NULL,NULL),(76471,'four_oh_four','2021-02-13 01:53:26','2021-02-13 06:53:26','34.87.85.72',NULL,NULL),(76472,'four_oh_four','2021-02-13 01:53:33','2021-02-13 06:53:33','128.199.209.219',NULL,NULL),(76473,'four_oh_four','2021-02-13 01:53:35','2021-02-13 06:53:35','128.199.209.219',NULL,NULL),(76474,'four_oh_four','2021-02-13 01:53:39','2021-02-13 06:53:39','34.87.85.72',NULL,NULL),(76475,'four_oh_four','2021-02-13 01:53:42','2021-02-13 06:53:42','34.87.85.72',NULL,NULL),(76476,'four_oh_four','2021-02-13 01:54:49','2021-02-13 06:54:49','128.199.209.219',NULL,NULL),(76477,'four_oh_four','2021-02-13 01:54:53','2021-02-13 06:54:53','34.87.85.72',NULL,NULL),(76478,'four_oh_four','2021-02-13 01:55:54','2021-02-13 06:55:54','128.199.209.219',NULL,NULL),(76479,'four_oh_four','2021-02-13 01:55:58','2021-02-13 06:55:58','34.87.85.72',NULL,NULL),(76480,'four_oh_four','2021-02-13 02:49:04','2021-02-13 07:49:04','5.188.48.98',NULL,NULL),(76481,'four_oh_four','2021-02-13 02:53:48','2021-02-13 07:53:48','92.38.136.69',NULL,NULL),(76482,'four_oh_four','2021-02-13 03:20:31','2021-02-13 08:20:31','5.135.154.75',NULL,NULL),(76483,'four_oh_four','2021-02-13 03:21:07','2021-02-13 08:21:07','5.135.154.75',NULL,NULL),(76484,'four_oh_four','2021-02-13 04:12:32','2021-02-13 09:12:32','185.209.22.137',NULL,NULL),(76485,'four_oh_four','2021-02-13 04:53:41','2021-02-13 09:53:41','46.148.206.226',NULL,NULL),(76486,'four_oh_four','2021-02-13 04:58:10','2021-02-13 09:58:10','45.141.156.27',NULL,NULL),(76487,'four_oh_four','2021-02-13 05:39:28','2021-02-13 10:39:28','94.155.33.88',NULL,NULL),(76488,'four_oh_four','2021-02-13 05:39:33','2021-02-13 10:39:33','94.155.33.88',NULL,NULL),(76489,'four_oh_four','2021-02-13 05:39:37','2021-02-13 10:39:37','94.155.33.88',NULL,NULL),(76490,'four_oh_four','2021-02-13 05:39:40','2021-02-13 10:39:40','94.155.33.88',NULL,NULL),(76491,'four_oh_four','2021-02-13 08:10:41','2021-02-13 13:10:41','157.55.39.106',NULL,NULL),(76492,'four_oh_four','2021-02-13 10:02:46','2021-02-13 15:02:46','194.105.60.210',NULL,NULL),(76493,'four_oh_four','2021-02-13 10:39:44','2021-02-13 15:39:44','5.188.48.98',NULL,NULL),(76494,'four_oh_four','2021-02-13 12:19:41','2021-02-13 17:19:41','198.254.88.101',NULL,NULL),(76495,'four_oh_four','2021-02-13 15:11:38','2021-02-13 20:11:38','184.154.139.18',NULL,NULL),(76496,'four_oh_four','2021-02-13 16:12:59','2021-02-13 21:12:59','13.66.139.42',NULL,NULL),(76497,'four_oh_four','2021-02-13 16:35:50','2021-02-13 21:35:50','181.177.87.83',NULL,NULL),(76498,'four_oh_four','2021-02-13 17:00:03','2021-02-13 22:00:03','91.205.174.51',NULL,NULL),(76499,'four_oh_four','2021-02-13 17:00:11','2021-02-13 22:00:11','91.205.174.51',NULL,NULL),(76500,'four_oh_four','2021-02-13 17:00:19','2021-02-13 22:00:19','91.205.174.51',NULL,NULL),(76501,'four_oh_four','2021-02-13 17:00:23','2021-02-13 22:00:23','91.205.174.51',NULL,NULL),(76502,'four_oh_four','2021-02-13 17:00:46','2021-02-13 22:00:46','91.205.174.51',NULL,NULL),(76503,'four_oh_four','2021-02-13 17:00:50','2021-02-13 22:00:50','91.205.174.51',NULL,NULL),(76504,'four_oh_four','2021-02-13 17:00:55','2021-02-13 22:00:55','91.205.174.51',NULL,NULL),(76505,'four_oh_four','2021-02-13 17:00:59','2021-02-13 22:00:59','91.205.174.51',NULL,NULL),(76506,'four_oh_four','2021-02-13 17:01:06','2021-02-13 22:01:06','91.205.174.51',NULL,NULL),(76507,'four_oh_four','2021-02-13 17:01:12','2021-02-13 22:01:12','91.205.174.51',NULL,NULL),(76508,'four_oh_four','2021-02-13 17:01:19','2021-02-13 22:01:19','91.205.174.51',NULL,NULL),(76509,'four_oh_four','2021-02-13 17:01:24','2021-02-13 22:01:24','91.205.174.51',NULL,NULL),(76510,'four_oh_four','2021-02-13 17:01:29','2021-02-13 22:01:29','91.205.174.51',NULL,NULL),(76511,'four_oh_four','2021-02-13 17:01:34','2021-02-13 22:01:34','91.205.174.51',NULL,NULL),(76512,'four_oh_four','2021-02-13 17:01:38','2021-02-13 22:01:38','91.205.174.51',NULL,NULL),(76513,'four_oh_four','2021-02-13 17:01:43','2021-02-13 22:01:43','91.205.174.51',NULL,NULL),(76514,'four_oh_four','2021-02-13 20:22:36','2021-02-14 01:22:36','40.77.167.20',NULL,NULL),(76515,'four_oh_four','2021-02-13 23:18:04','2021-02-14 04:18:04','213.166.69.123',NULL,NULL),(76516,'four_oh_four','2021-02-13 23:38:51','2021-02-14 04:38:51','94.198.41.88',NULL,NULL),(76517,'four_oh_four','2021-02-14 02:27:41','2021-02-14 07:27:41','13.66.139.16',NULL,NULL),(76518,'four_oh_four','2021-02-14 03:24:18','2021-02-14 08:24:18','45.145.67.109',NULL,NULL),(76519,'four_oh_four','2021-02-14 04:02:38','2021-02-14 09:02:38','5.188.48.98',NULL,NULL),(76520,'four_oh_four','2021-02-14 05:23:28','2021-02-14 10:23:28','5.183.92.139',NULL,NULL),(76521,'four_oh_four','2021-02-14 05:54:17','2021-02-14 10:54:17','92.38.136.69',NULL,NULL),(76522,'four_oh_four','2021-02-14 07:44:44','2021-02-14 12:44:44','5.188.48.98',NULL,NULL),(76523,'four_oh_four','2021-02-14 08:57:50','2021-02-14 13:57:50','194.105.60.210',NULL,NULL),(76524,'four_oh_four','2021-02-14 09:54:29','2021-02-14 14:54:29','193.106.109.180',NULL,NULL),(76525,'four_oh_four','2021-02-14 10:33:56','2021-02-14 15:33:56','194.105.60.210',NULL,NULL),(76526,'four_oh_four','2021-02-14 11:37:09','2021-02-14 16:37:09','178.159.37.139',NULL,NULL),(76527,'four_oh_four','2021-02-14 12:49:42','2021-02-14 17:49:42','152.89.216.44',NULL,NULL),(76528,'four_oh_four','2021-02-14 12:51:07','2021-02-14 17:51:07','157.55.39.109',NULL,NULL),(76529,'four_oh_four','2021-02-14 13:51:24','2021-02-14 18:51:24','66.249.69.85',NULL,NULL),(76530,'four_oh_four','2021-02-14 13:58:28','2021-02-14 18:58:28','135.148.2.80',NULL,NULL),(76531,'four_oh_four','2021-02-14 14:07:00','2021-02-14 19:07:00','66.249.69.83',NULL,NULL),(76532,'four_oh_four','2021-02-14 14:11:38','2021-02-14 19:11:38','109.184.231.85',NULL,NULL),(76533,'four_oh_four','2021-02-14 14:13:29','2021-02-14 19:13:29','66.249.69.85',NULL,NULL),(76534,'four_oh_four','2021-02-14 14:53:19','2021-02-14 19:53:19','66.249.69.85',NULL,NULL),(76535,'four_oh_four','2021-02-14 15:02:55','2021-02-14 20:02:55','184.154.139.17',NULL,NULL),(76536,'four_oh_four','2021-02-14 15:21:18','2021-02-14 20:21:18','157.55.39.109',NULL,NULL),(76537,'four_oh_four','2021-02-14 16:44:23','2021-02-14 21:44:23','144.217.31.90',NULL,NULL),(76538,'four_oh_four','2021-02-14 17:23:30','2021-02-14 22:23:30','66.249.69.85',NULL,NULL),(76539,'four_oh_four','2021-02-14 18:13:14','2021-02-14 23:13:14','176.113.251.147',NULL,NULL),(76540,'four_oh_four','2021-02-14 19:24:46','2021-02-15 00:24:46','157.55.39.228',NULL,NULL),(76541,'four_oh_four','2021-02-14 20:31:47','2021-02-15 01:31:47','13.66.139.42',NULL,NULL),(76542,'four_oh_four','2021-02-14 21:57:52','2021-02-15 02:57:52','157.55.39.109',NULL,NULL),(76543,'four_oh_four','2021-02-15 01:10:54','2021-02-15 06:10:54','221.182.31.54',NULL,NULL),(76544,'four_oh_four','2021-02-15 04:39:25','2021-02-15 09:39:25','173.231.59.201',NULL,NULL),(76545,'four_oh_four','2021-02-15 04:40:58','2021-02-15 09:40:58','173.231.59.201',NULL,NULL),(76546,'four_oh_four','2021-02-15 05:12:42','2021-02-15 10:12:42','66.249.69.87',NULL,NULL),(76547,'brute_force','2021-02-15 06:51:26','2021-02-15 11:51:26','190.189.53.67',NULL,NULL),(76548,'brute_force','2021-02-15 06:51:26','2021-02-15 11:51:26',NULL,NULL,'zphiblgz'),(76549,'brute_force','2021-02-15 06:52:26','2021-02-15 11:52:26','190.189.53.67',NULL,NULL),(76550,'brute_force','2021-02-15 06:52:26','2021-02-15 11:52:26',NULL,NULL,'zphiblgz'),(76551,'brute_force','2021-02-15 06:53:28','2021-02-15 11:53:28','190.189.53.67',NULL,NULL),(76552,'brute_force','2021-02-15 06:53:28','2021-02-15 11:53:28',NULL,NULL,'zphiblgz'),(76553,'brute_force','2021-02-15 06:54:28','2021-02-15 11:54:28','190.189.53.67',NULL,NULL),(76554,'brute_force','2021-02-15 06:54:28','2021-02-15 11:54:28',NULL,NULL,'zphiblgz'),(76555,'brute_force','2021-02-15 06:55:29','2021-02-15 11:55:29','190.189.53.67',NULL,NULL),(76556,'brute_force','2021-02-15 06:55:29','2021-02-15 11:55:29',NULL,NULL,'zphiblgz'),(76557,'brute_force','2021-02-15 07:10:51','2021-02-15 12:10:51','190.189.53.67',NULL,NULL),(76558,'brute_force','2021-02-15 07:10:51','2021-02-15 12:10:51',NULL,NULL,'zphiblgz'),(76559,'brute_force','2021-02-15 07:26:07','2021-02-15 12:26:07','190.189.53.67',NULL,NULL),(76560,'brute_force','2021-02-15 07:26:07','2021-02-15 12:26:07',NULL,NULL,'zphiblgz'),(76561,'brute_force','2021-02-15 07:27:08','2021-02-15 12:27:08','190.189.53.67',NULL,NULL),(76562,'brute_force','2021-02-15 07:27:08','2021-02-15 12:27:08',NULL,NULL,'zphiblgz'),(76563,'brute_force','2021-02-15 07:28:10','2021-02-15 12:28:10','190.189.53.67',NULL,NULL),(76564,'brute_force','2021-02-15 07:28:10','2021-02-15 12:28:10',NULL,NULL,'zphiblgz'),(76565,'brute_force','2021-02-15 07:29:11','2021-02-15 12:29:11','190.189.53.67',NULL,NULL),(76566,'brute_force','2021-02-15 07:29:11','2021-02-15 12:29:11',NULL,NULL,'zphiblgz'),(76567,'brute_force','2021-02-15 07:30:12','2021-02-15 12:30:12','190.189.53.67',NULL,NULL),(76568,'brute_force','2021-02-15 07:30:12','2021-02-15 12:30:12',NULL,NULL,'zphiblgz'),(76569,'brute_force','2021-02-15 07:45:26','2021-02-15 12:45:26','190.189.53.67',NULL,NULL),(76570,'brute_force','2021-02-15 07:45:26','2021-02-15 12:45:26',NULL,NULL,'zphiblgz'),(76571,'four_oh_four','2021-02-15 07:55:43','2021-02-15 12:55:43','13.66.139.16',NULL,NULL),(76572,'four_oh_four','2021-02-15 11:14:10','2021-02-15 16:14:10','206.123.139.208',NULL,NULL),(76573,'four_oh_four','2021-02-15 12:31:28','2021-02-15 17:31:28','109.184.231.85',NULL,NULL),(76574,'four_oh_four','2021-02-15 14:15:13','2021-02-15 19:15:13','157.55.39.53',NULL,NULL),(76575,'four_oh_four','2021-02-15 15:03:49','2021-02-15 20:03:49','198.20.67.202',NULL,NULL),(76576,'four_oh_four','2021-02-15 17:06:27','2021-02-15 22:06:27','157.55.39.53',NULL,NULL),(76577,'four_oh_four','2021-02-15 17:42:56','2021-02-15 22:42:56','71.244.132.144',NULL,NULL),(76578,'four_oh_four','2021-02-15 21:47:29','2021-02-16 02:47:29','151.196.112.116',NULL,NULL),(76579,'four_oh_four','2021-02-15 21:53:13','2021-02-16 02:53:13','72.49.49.11',NULL,NULL),(76580,'four_oh_four','2021-02-15 23:24:45','2021-02-16 04:24:45','195.206.105.32',NULL,NULL),(76581,'four_oh_four','2021-02-16 00:41:37','2021-02-16 05:41:37','13.66.139.42',NULL,NULL),(76582,'four_oh_four','2021-02-16 00:59:02','2021-02-16 05:59:02','37.115.121.164',NULL,NULL),(76583,'four_oh_four','2021-02-16 02:43:14','2021-02-16 07:43:14','185.209.22.137',NULL,NULL),(76584,'four_oh_four','2021-02-16 04:05:46','2021-02-16 09:05:46','157.55.39.150',NULL,NULL),(76585,'four_oh_four','2021-02-16 06:14:53','2021-02-16 11:14:53','135.148.2.109',NULL,NULL),(76586,'four_oh_four','2021-02-16 06:26:19','2021-02-16 11:26:19','157.55.39.228',NULL,NULL),(76587,'four_oh_four','2021-02-16 06:45:18','2021-02-16 11:45:18','69.61.200.104',NULL,NULL),(76588,'four_oh_four','2021-02-16 07:18:32','2021-02-16 12:18:32','188.122.82.146',NULL,NULL),(76589,'four_oh_four','2021-02-16 07:27:17','2021-02-16 12:27:17','5.102.173.71',NULL,NULL),(76590,'four_oh_four','2021-02-16 07:45:13','2021-02-16 12:45:13','194.105.60.173',NULL,NULL),(76591,'four_oh_four','2021-02-16 10:36:56','2021-02-16 15:36:56','109.170.17.19',NULL,NULL),(76592,'four_oh_four','2021-02-16 12:43:45','2021-02-16 17:43:45','13.66.139.16',NULL,NULL),(76593,'four_oh_four','2021-02-16 13:44:49','2021-02-16 18:44:49','13.66.139.47',NULL,NULL),(76594,'four_oh_four','2021-02-16 13:52:03','2021-02-16 18:52:03','95.143.21.63',NULL,NULL),(76595,'four_oh_four','2021-02-16 15:03:34','2021-02-16 20:03:34','5.188.48.98',NULL,NULL),(76596,'four_oh_four','2021-02-16 15:04:55','2021-02-16 20:04:55','184.154.139.21',NULL,NULL),(76597,'four_oh_four','2021-02-16 15:58:36','2021-02-16 20:58:36','128.71.165.79',NULL,NULL),(76598,'four_oh_four','2021-02-16 16:07:10','2021-02-16 21:07:10','157.55.39.53',NULL,NULL),(76599,'four_oh_four','2021-02-16 17:36:01','2021-02-16 22:36:01','73.86.122.168',NULL,NULL),(76600,'four_oh_four','2021-02-16 17:39:19','2021-02-16 22:39:19','157.55.39.228',NULL,NULL),(76601,'four_oh_four','2021-02-16 19:02:06','2021-02-17 00:02:06','52.201.182.91',NULL,NULL),(76602,'four_oh_four','2021-02-16 19:02:09','2021-02-17 00:02:09','52.201.182.91',NULL,NULL),(76603,'four_oh_four','2021-02-17 01:09:28','2021-02-17 06:09:28','157.55.39.228',NULL,NULL),(76604,'four_oh_four','2021-02-17 02:55:51','2021-02-17 07:55:51','199.66.201.19',NULL,NULL),(76605,'four_oh_four','2021-02-17 02:55:51','2021-02-17 07:55:51','199.66.201.19',NULL,NULL),(76606,'four_oh_four','2021-02-17 03:27:01','2021-02-17 08:27:01','208.91.198.170',NULL,NULL),(76607,'four_oh_four','2021-02-17 04:01:09','2021-02-17 09:01:09','46.21.250.205',NULL,NULL),(76608,'four_oh_four','2021-02-17 05:27:57','2021-02-17 10:27:57','13.66.139.42',NULL,NULL),(76609,'four_oh_four','2021-02-17 06:56:21','2021-02-17 11:56:21','95.154.118.97',NULL,NULL),(76610,'four_oh_four','2021-02-17 08:07:06','2021-02-17 13:07:06','184.178.172.18',NULL,NULL),(76611,'four_oh_four','2021-02-17 11:43:36','2021-02-17 16:43:36','5.188.48.98',NULL,NULL),(76612,'four_oh_four','2021-02-17 12:04:47','2021-02-17 17:04:47','92.38.136.69',NULL,NULL),(76613,'four_oh_four','2021-02-17 12:22:28','2021-02-17 17:22:28','178.159.37.139',NULL,NULL),(76614,'four_oh_four','2021-02-17 13:39:06','2021-02-17 18:39:06','194.105.60.173',NULL,NULL),(76615,'four_oh_four','2021-02-17 15:03:40','2021-02-17 20:03:40','184.154.139.17',NULL,NULL),(76616,'four_oh_four','2021-02-17 16:20:33','2021-02-17 21:20:33','51.161.119.104',NULL,NULL),(76617,'four_oh_four','2021-02-17 16:38:32','2021-02-17 21:38:32','83.172.34.67',NULL,NULL),(76618,'four_oh_four','2021-02-17 17:07:06','2021-02-17 22:07:06','207.46.13.122',NULL,NULL),(76619,'four_oh_four','2021-02-17 17:49:11','2021-02-17 22:49:11','13.66.139.132',NULL,NULL),(76620,'four_oh_four','2021-02-17 17:49:56','2021-02-17 22:49:56','37.120.145.154',NULL,NULL),(76621,'four_oh_four','2021-02-17 21:04:57','2021-02-18 02:04:57','71.126.169.58',NULL,NULL),(76622,'four_oh_four','2021-02-18 00:21:23','2021-02-18 05:21:23','207.46.13.35',NULL,NULL),(76623,'four_oh_four','2021-02-18 00:34:03','2021-02-18 05:34:03','66.249.69.85',NULL,NULL),(76624,'four_oh_four','2021-02-18 00:43:58','2021-02-18 05:43:58','54.38.123.225',NULL,NULL),(76625,'four_oh_four','2021-02-18 01:13:55','2021-02-18 06:13:55','194.105.60.173',NULL,NULL),(76626,'four_oh_four','2021-02-18 03:07:51','2021-02-18 08:07:51','5.188.210.18',NULL,NULL),(76627,'four_oh_four','2021-02-18 09:15:50','2021-02-18 14:15:50','188.163.46.254',NULL,NULL),(76628,'four_oh_four','2021-02-18 10:00:22','2021-02-18 15:00:22','5.188.48.98',NULL,NULL),(76629,'four_oh_four','2021-02-18 10:12:35','2021-02-18 15:12:35','157.55.39.150',NULL,NULL),(76630,'four_oh_four','2021-02-18 11:32:22','2021-02-18 16:32:22','168.119.11.187',NULL,NULL),(76631,'four_oh_four','2021-02-18 11:32:28','2021-02-18 16:32:28','168.119.69.91',NULL,NULL),(76632,'four_oh_four','2021-02-18 11:32:28','2021-02-18 16:32:28','168.119.11.187',NULL,NULL),(76633,'four_oh_four','2021-02-18 11:32:40','2021-02-18 16:32:40','78.46.90.120',NULL,NULL),(76634,'four_oh_four','2021-02-18 12:48:49','2021-02-18 17:48:49','13.66.139.42',NULL,NULL),(76635,'four_oh_four','2021-02-18 12:53:11','2021-02-18 17:53:11','83.172.34.67',NULL,NULL),(76636,'four_oh_four','2021-02-18 14:15:47','2021-02-18 19:15:47','95.143.22.55',NULL,NULL),(76637,'four_oh_four','2021-02-18 14:32:38','2021-02-18 19:32:38','109.252.108.164',NULL,NULL),(76638,'four_oh_four','2021-02-18 15:02:42','2021-02-18 20:02:42','198.20.67.202',NULL,NULL),(76639,'four_oh_four','2021-02-18 15:06:37','2021-02-18 20:06:37','5.188.48.88',NULL,NULL),(76640,'four_oh_four','2021-02-18 16:16:54','2021-02-18 21:16:54','207.97.174.134',NULL,NULL),(76641,'four_oh_four','2021-02-18 16:50:31','2021-02-18 21:50:31','13.66.139.42',NULL,NULL),(76642,'four_oh_four','2021-02-18 17:10:05','2021-02-18 22:10:05','13.66.139.47',NULL,NULL),(76643,'four_oh_four','2021-02-18 17:38:40','2021-02-18 22:38:40','92.38.136.69',NULL,NULL),(76644,'four_oh_four','2021-02-18 18:34:00','2021-02-18 23:34:00','167.114.172.180',NULL,NULL),(76645,'four_oh_four','2021-02-18 18:34:36','2021-02-18 23:34:36','167.114.172.180',NULL,NULL),(76646,'four_oh_four','2021-02-18 18:34:49','2021-02-18 23:34:49','167.114.172.180',NULL,NULL),(76647,'four_oh_four','2021-02-18 18:46:56','2021-02-18 23:46:56','176.109.186.132',NULL,NULL),(76648,'four_oh_four','2021-02-18 23:19:52','2021-02-19 04:19:52','162.144.181.166',NULL,NULL),(76649,'four_oh_four','2021-02-19 02:00:46','2021-02-19 07:00:46','5.3.129.243',NULL,NULL),(76650,'four_oh_four','2021-02-19 04:15:10','2021-02-19 09:15:10','66.249.69.85',NULL,NULL),(76651,'four_oh_four','2021-02-19 04:46:41','2021-02-19 09:46:41','95.216.152.179',NULL,NULL),(76652,'four_oh_four','2021-02-19 04:48:29','2021-02-19 09:48:29','66.249.69.85',NULL,NULL),(76653,'four_oh_four','2021-02-19 05:33:09','2021-02-19 10:33:09','178.32.56.32',NULL,NULL),(76654,'four_oh_four','2021-02-19 06:52:22','2021-02-19 11:52:22','179.43.157.77',NULL,NULL),(76655,'four_oh_four','2021-02-19 07:06:15','2021-02-19 12:06:15','72.79.45.58',NULL,NULL),(76656,'four_oh_four','2021-02-19 09:05:45','2021-02-19 14:05:45','206.123.139.230',NULL,NULL),(76657,'four_oh_four','2021-02-19 11:45:03','2021-02-19 16:45:03','37.147.174.213',NULL,NULL),(76658,'four_oh_four','2021-02-19 11:50:09','2021-02-19 16:50:09','13.66.139.42',NULL,NULL),(76659,'four_oh_four','2021-02-19 13:41:59','2021-02-19 18:41:59','207.46.13.35',NULL,NULL),(76660,'four_oh_four','2021-02-19 14:11:00','2021-02-19 19:11:00','195.211.239.254',NULL,NULL),(76661,'four_oh_four','2021-02-19 15:05:03','2021-02-19 20:05:03','184.154.139.3',NULL,NULL),(76662,'four_oh_four','2021-02-19 16:03:43','2021-02-19 21:03:43','37.120.153.22',NULL,NULL),(76663,'four_oh_four','2021-02-19 16:15:34','2021-02-19 21:15:34','188.163.47.9',NULL,NULL),(76664,'four_oh_four','2021-02-19 16:45:58','2021-02-19 21:45:58','5.188.48.98',NULL,NULL),(76665,'four_oh_four','2021-02-19 21:33:20','2021-02-20 02:33:20','13.66.139.42',NULL,NULL),(76666,'four_oh_four','2021-02-19 21:48:24','2021-02-20 02:48:24','66.249.65.81',NULL,NULL),(76667,'four_oh_four','2021-02-19 22:04:07','2021-02-20 03:04:07','66.249.65.85',NULL,NULL),(76668,'four_oh_four','2021-02-19 22:30:34','2021-02-20 03:30:34','13.125.166.127',NULL,NULL),(76669,'four_oh_four','2021-02-19 23:18:38','2021-02-20 04:18:38','45.40.166.143',NULL,NULL),(76670,'four_oh_four','2021-02-19 23:18:38','2021-02-20 04:18:38','45.40.166.143',NULL,NULL),(76671,'four_oh_four','2021-02-19 23:23:25','2021-02-20 04:23:25','199.66.201.19',NULL,NULL),(76672,'four_oh_four','2021-02-19 23:23:25','2021-02-20 04:23:25','199.66.201.19',NULL,NULL),(76673,'four_oh_four','2021-02-20 00:02:35','2021-02-20 05:02:35','37.120.152.109',NULL,NULL),(76674,'four_oh_four','2021-02-20 01:22:08','2021-02-20 06:22:08','185.209.22.137',NULL,NULL),(76675,'four_oh_four','2021-02-20 02:01:19','2021-02-20 07:01:19','46.33.33.57',NULL,NULL),(76676,'four_oh_four','2021-02-20 03:55:23','2021-02-20 08:55:23','18.237.190.62',NULL,NULL),(76677,'four_oh_four','2021-02-20 07:54:59','2021-02-20 12:54:59','157.55.39.150',NULL,NULL),(76678,'four_oh_four','2021-02-20 10:30:50','2021-02-20 15:30:50','178.159.37.139',NULL,NULL),(76679,'four_oh_four','2021-02-20 10:30:53','2021-02-20 15:30:53','144.76.102.243',NULL,NULL),(76680,'four_oh_four','2021-02-20 10:31:21','2021-02-20 15:31:21','144.76.102.243',NULL,NULL),(76681,'four_oh_four','2021-02-20 10:31:24','2021-02-20 15:31:24','168.119.11.187',NULL,NULL),(76682,'four_oh_four','2021-02-20 11:26:37','2021-02-20 16:26:37','13.49.41.60',NULL,NULL),(76683,'four_oh_four','2021-02-20 11:42:50','2021-02-20 16:42:50','188.122.82.146',NULL,NULL),(76684,'four_oh_four','2021-02-20 12:12:43','2021-02-20 17:12:43','92.38.136.69',NULL,NULL),(76685,'four_oh_four','2021-02-20 12:14:47','2021-02-20 17:14:47','3.112.39.201',NULL,NULL),(76686,'four_oh_four','2021-02-20 14:07:29','2021-02-20 19:07:29','68.134.251.96',NULL,NULL),(76687,'four_oh_four','2021-02-20 14:08:33','2021-02-20 19:08:33','68.134.251.96',NULL,NULL),(76688,'four_oh_four','2021-02-20 14:11:52','2021-02-20 19:11:52','68.134.251.96',NULL,NULL),(76689,'four_oh_four','2021-02-20 15:04:23','2021-02-20 20:04:23','184.154.139.18',NULL,NULL),(76690,'four_oh_four','2021-02-20 15:55:18','2021-02-20 20:55:18','95.216.152.179',NULL,NULL),(76691,'four_oh_four','2021-02-20 16:22:55','2021-02-20 21:22:55','13.66.139.42',NULL,NULL),(76692,'four_oh_four','2021-02-20 16:52:11','2021-02-20 21:52:11','185.147.213.115',NULL,NULL),(76693,'four_oh_four','2021-02-20 17:45:47','2021-02-20 22:45:47','62.210.80.34',NULL,NULL),(76694,'four_oh_four','2021-02-20 17:55:25','2021-02-20 22:55:25','35.180.135.110',NULL,NULL),(76695,'four_oh_four','2021-02-20 18:26:05','2021-02-20 23:26:05','106.8.209.236',NULL,NULL),(76696,'four_oh_four','2021-02-20 19:34:33','2021-02-21 00:34:33','40.77.167.13',NULL,NULL),(76697,'four_oh_four','2021-02-20 19:57:39','2021-02-21 00:57:39','15.236.204.161',NULL,NULL),(76698,'four_oh_four','2021-02-20 20:19:25','2021-02-21 01:19:25','194.105.60.173',NULL,NULL),(76699,'four_oh_four','2021-02-20 21:30:25','2021-02-21 02:30:25','197.240.74.242',NULL,NULL),(76700,'four_oh_four','2021-02-20 21:31:46','2021-02-21 02:31:46','197.240.74.242',NULL,NULL),(76701,'four_oh_four','2021-02-20 21:32:33','2021-02-21 02:32:33','197.240.74.242',NULL,NULL),(76702,'four_oh_four','2021-02-20 22:10:24','2021-02-21 03:10:24','91.207.102.156',NULL,NULL),(76703,'four_oh_four','2021-02-20 22:36:33','2021-02-21 03:36:33','13.66.139.47',NULL,NULL),(76704,'four_oh_four','2021-02-20 23:54:11','2021-02-21 04:54:11','73.135.241.106',NULL,NULL),(76705,'four_oh_four','2021-02-21 06:08:21','2021-02-21 11:08:21','161.117.0.66',NULL,NULL),(76706,'four_oh_four','2021-02-21 06:53:11','2021-02-21 11:53:11','95.79.142.124',NULL,NULL),(76707,'four_oh_four','2021-02-21 08:49:35','2021-02-21 13:49:35','51.81.139.97',NULL,NULL),(76708,'four_oh_four','2021-02-21 08:59:11','2021-02-21 13:59:11','13.66.139.42',NULL,NULL),(76709,'four_oh_four','2021-02-21 10:21:47','2021-02-21 15:21:47','173.69.168.16',NULL,NULL),(76710,'four_oh_four','2021-02-21 12:08:52','2021-02-21 17:08:52','148.251.54.157',NULL,NULL),(76711,'four_oh_four','2021-02-21 15:07:34','2021-02-21 20:07:34','184.154.139.20',NULL,NULL),(76712,'four_oh_four','2021-02-21 17:59:55','2021-02-21 22:59:55','188.122.82.146',NULL,NULL),(76713,'four_oh_four','2021-02-21 18:23:20','2021-02-21 23:23:20','168.119.11.187',NULL,NULL),(76714,'four_oh_four','2021-02-21 18:23:33','2021-02-21 23:23:33','88.198.90.9',NULL,NULL),(76715,'four_oh_four','2021-02-21 19:10:21','2021-02-22 00:10:21','18.134.205.88',NULL,NULL),(76716,'four_oh_four','2021-02-21 21:15:14','2021-02-22 02:15:14','13.66.139.42',NULL,NULL),(76717,'four_oh_four','2021-02-21 23:12:13','2021-02-22 04:12:13','188.214.122.116',NULL,NULL),(76718,'four_oh_four','2021-02-21 23:12:17','2021-02-22 04:12:17','188.214.122.116',NULL,NULL),(76719,'four_oh_four','2021-02-21 23:19:26','2021-02-22 04:19:26','185.209.22.137',NULL,NULL),(76720,'four_oh_four','2021-02-21 23:23:39','2021-02-22 04:23:39','13.229.107.80',NULL,NULL),(76721,'four_oh_four','2021-02-21 23:31:38','2021-02-22 04:31:38','135.125.10.8',NULL,NULL),(76722,'four_oh_four','2021-02-21 23:31:46','2021-02-22 04:31:46','135.125.10.8',NULL,NULL),(76723,'four_oh_four','2021-02-21 23:31:54','2021-02-22 04:31:54','135.125.10.8',NULL,NULL),(76724,'four_oh_four','2021-02-21 23:32:01','2021-02-22 04:32:01','135.125.10.8',NULL,NULL),(76725,'four_oh_four','2021-02-21 23:32:10','2021-02-22 04:32:10','135.125.10.8',NULL,NULL),(76726,'four_oh_four','2021-02-21 23:32:19','2021-02-22 04:32:19','135.125.10.8',NULL,NULL),(76727,'four_oh_four','2021-02-21 23:32:25','2021-02-22 04:32:25','135.125.10.8',NULL,NULL),(76728,'four_oh_four','2021-02-21 23:32:32','2021-02-22 04:32:32','135.125.10.8',NULL,NULL),(76729,'four_oh_four','2021-02-21 23:32:52','2021-02-22 04:32:52','135.125.10.8',NULL,NULL),(76730,'four_oh_four','2021-02-21 23:32:59','2021-02-22 04:32:59','135.125.10.8',NULL,NULL),(76731,'four_oh_four','2021-02-21 23:53:02','2021-02-22 04:53:02','35.241.200.151',NULL,NULL),(76732,'four_oh_four','2021-02-22 01:50:33','2021-02-22 06:50:33','3.36.74.33',NULL,NULL),(76733,'four_oh_four','2021-02-22 02:40:05','2021-02-22 07:40:05','47.74.152.79',NULL,NULL),(76734,'four_oh_four','2021-02-22 04:04:42','2021-02-22 09:04:42','79.126.76.32',NULL,NULL),(76735,'four_oh_four','2021-02-22 08:22:48','2021-02-22 13:22:48','51.158.68.133',NULL,NULL),(76736,'four_oh_four','2021-02-22 08:37:31','2021-02-22 13:37:31','65.1.145.235',NULL,NULL),(76737,'four_oh_four','2021-02-22 08:59:48','2021-02-22 13:59:48','3.120.37.89',NULL,NULL),(76738,'four_oh_four','2021-02-22 09:09:58','2021-02-22 14:09:58','35.183.48.13',NULL,NULL),(76739,'four_oh_four','2021-02-22 09:49:30','2021-02-22 14:49:30','152.133.7.2',NULL,NULL),(76740,'four_oh_four','2021-02-22 09:50:16','2021-02-22 14:50:16','152.133.7.2',NULL,NULL),(76741,'four_oh_four','2021-02-22 10:19:32','2021-02-22 15:19:32','173.231.59.201',NULL,NULL),(76742,'four_oh_four','2021-02-22 10:20:58','2021-02-22 15:20:58','173.231.59.201',NULL,NULL),(76743,'four_oh_four','2021-02-22 10:52:52','2021-02-22 15:52:52','3.124.185.224',NULL,NULL),(76744,'four_oh_four','2021-02-22 11:02:52','2021-02-22 16:02:52','35.175.177.142',NULL,NULL),(76745,'four_oh_four','2021-02-22 11:39:54','2021-02-22 16:39:54','69.140.89.246',NULL,NULL),(76746,'four_oh_four','2021-02-22 11:45:38','2021-02-22 16:45:38','5.188.48.98',NULL,NULL),(76747,'four_oh_four','2021-02-22 13:55:43','2021-02-22 18:55:43','3.26.44.40',NULL,NULL),(76748,'four_oh_four','2021-02-22 15:08:09','2021-02-22 20:08:09','184.154.139.17',NULL,NULL),(76749,'four_oh_four','2021-02-22 15:27:45','2021-02-22 20:27:45','184.178.172.5',NULL,NULL),(76750,'four_oh_four','2021-02-22 15:47:01','2021-02-22 20:47:01','18.157.165.121',NULL,NULL),(76751,'four_oh_four','2021-02-22 17:34:40','2021-02-22 22:34:40','52.78.13.225',NULL,NULL),(76752,'four_oh_four','2021-02-22 19:33:25','2021-02-23 00:33:25','118.169.75.177',NULL,NULL),(76753,'four_oh_four','2021-02-22 20:53:33','2021-02-23 01:53:33','51.15.80.14',NULL,NULL),(76754,'four_oh_four','2021-02-22 21:03:00','2021-02-23 02:03:00','188.122.82.146',NULL,NULL),(76755,'four_oh_four','2021-02-22 21:30:22','2021-02-23 02:30:22','51.158.68.68',NULL,NULL),(76756,'four_oh_four','2021-02-22 21:46:14','2021-02-23 02:46:14','13.233.143.19',NULL,NULL),(76757,'four_oh_four','2021-02-22 21:59:56','2021-02-23 02:59:56','86.106.74.245',NULL,NULL),(76758,'four_oh_four','2021-02-22 22:13:22','2021-02-23 03:13:22','135.148.2.82',NULL,NULL),(76759,'four_oh_four','2021-02-22 23:20:37','2021-02-23 04:20:37','188.163.47.9',NULL,NULL),(76760,'four_oh_four','2021-02-23 01:43:00','2021-02-23 06:43:00','92.38.136.69',NULL,NULL),(76761,'four_oh_four','2021-02-23 01:52:12','2021-02-23 06:52:12','162.241.218.196',NULL,NULL),(76762,'four_oh_four','2021-02-23 02:01:17','2021-02-23 07:01:17','13.66.139.39',NULL,NULL),(76763,'four_oh_four','2021-02-23 02:25:57','2021-02-23 07:25:57','196.49.1.25',NULL,NULL),(76764,'four_oh_four','2021-02-23 03:27:50','2021-02-23 08:27:50','221.182.31.54',NULL,NULL),(76765,'four_oh_four','2021-02-23 04:42:05','2021-02-23 09:42:05','188.163.47.9',NULL,NULL),(76766,'four_oh_four','2021-02-23 06:58:34','2021-02-23 11:58:34','5.188.48.88',NULL,NULL),(76767,'four_oh_four','2021-02-23 08:26:25','2021-02-23 13:26:25','93.108.246.145',NULL,NULL),(76768,'four_oh_four','2021-02-23 08:26:30','2021-02-23 13:26:30','93.108.246.145',NULL,NULL),(76769,'four_oh_four','2021-02-23 08:26:33','2021-02-23 13:26:33','93.108.246.145',NULL,NULL),(76770,'four_oh_four','2021-02-23 08:26:35','2021-02-23 13:26:35','93.108.246.145',NULL,NULL),(76771,'four_oh_four','2021-02-23 08:26:38','2021-02-23 13:26:38','93.108.246.145',NULL,NULL),(76772,'four_oh_four','2021-02-23 08:26:41','2021-02-23 13:26:41','93.108.246.145',NULL,NULL),(76773,'four_oh_four','2021-02-23 08:26:44','2021-02-23 13:26:44','93.108.246.145',NULL,NULL),(76774,'four_oh_four','2021-02-23 08:26:47','2021-02-23 13:26:47','93.108.246.145',NULL,NULL),(76775,'four_oh_four','2021-02-23 11:19:47','2021-02-23 16:19:47','178.159.37.139',NULL,NULL),(76776,'four_oh_four','2021-02-23 11:37:39','2021-02-23 16:37:39','173.252.87.1',NULL,NULL),(76777,'four_oh_four','2021-02-23 11:37:42','2021-02-23 16:37:42','173.252.87.6',NULL,NULL),(76778,'four_oh_four','2021-02-23 14:04:58','2021-02-23 19:04:58','157.55.39.109',NULL,NULL),(76779,'four_oh_four','2021-02-23 15:03:56','2021-02-23 20:03:56','198.20.67.202',NULL,NULL),(76780,'four_oh_four','2021-02-23 16:48:19','2021-02-23 21:48:19','46.21.250.205',NULL,NULL),(76781,'four_oh_four','2021-02-23 17:37:36','2021-02-23 22:37:36','63.141.247.178',NULL,NULL),(76782,'four_oh_four','2021-02-23 17:41:30','2021-02-23 22:41:30','13.66.139.132',NULL,NULL),(76783,'four_oh_four','2021-02-23 18:13:50','2021-02-23 23:13:50','167.114.172.180',NULL,NULL),(76784,'four_oh_four','2021-02-23 18:14:23','2021-02-23 23:14:23','167.114.172.180',NULL,NULL),(76785,'four_oh_four','2021-02-23 18:14:35','2021-02-23 23:14:35','167.114.172.180',NULL,NULL),(76786,'four_oh_four','2021-02-23 18:36:22','2021-02-23 23:36:22','95.55.94.92',NULL,NULL),(76787,'four_oh_four','2021-02-23 19:08:03','2021-02-24 00:08:03','52.201.182.91',NULL,NULL),(76788,'four_oh_four','2021-02-23 19:08:06','2021-02-24 00:08:06','52.201.182.91',NULL,NULL),(76789,'four_oh_four','2021-02-23 19:25:04','2021-02-24 00:25:04','73.173.100.71',NULL,NULL),(76790,'four_oh_four','2021-02-23 19:26:02','2021-02-24 00:26:02','158.71.155.221',NULL,NULL),(76791,'four_oh_four','2021-02-23 19:26:47','2021-02-24 00:26:47','158.71.155.221',NULL,NULL),(76792,'four_oh_four','2021-02-23 19:43:10','2021-02-24 00:43:10','13.66.139.132',NULL,NULL),(76793,'four_oh_four','2021-02-23 20:39:46','2021-02-24 01:39:46','13.66.139.39',NULL,NULL),(76794,'four_oh_four','2021-02-23 21:04:17','2021-02-24 02:04:17','199.192.211.30',NULL,NULL),(76795,'four_oh_four','2021-02-23 21:04:21','2021-02-24 02:04:21','199.192.211.30',NULL,NULL),(76796,'four_oh_four','2021-02-23 21:04:23','2021-02-24 02:04:23','199.192.211.30',NULL,NULL),(76797,'four_oh_four','2021-02-23 22:59:48','2021-02-24 03:59:48','13.66.139.90',NULL,NULL),(76798,'four_oh_four','2021-02-23 23:00:30','2021-02-24 04:00:30','194.105.60.173',NULL,NULL),(76799,'four_oh_four','2021-02-24 00:16:58','2021-02-24 05:16:58','72.83.38.60',NULL,NULL),(76800,'four_oh_four','2021-02-24 00:17:32','2021-02-24 05:17:32','72.83.38.60',NULL,NULL),(76801,'four_oh_four','2021-02-24 02:45:08','2021-02-24 07:45:08','13.66.139.90',NULL,NULL),(76802,'four_oh_four','2021-02-24 05:12:27','2021-02-24 10:12:27','37.147.174.213',NULL,NULL),(76803,'four_oh_four','2021-02-24 05:28:14','2021-02-24 10:28:14','5.188.48.98',NULL,NULL),(76804,'four_oh_four','2021-02-24 06:59:06','2021-02-24 11:59:06','94.181.44.79',NULL,NULL),(76805,'four_oh_four','2021-02-24 07:35:54','2021-02-24 12:35:54','13.66.139.47',NULL,NULL),(76806,'four_oh_four','2021-02-24 07:53:56','2021-02-24 12:53:56','213.166.69.123',NULL,NULL),(76807,'four_oh_four','2021-02-24 08:49:34','2021-02-24 13:49:34','188.163.46.254',NULL,NULL),(76808,'four_oh_four','2021-02-24 10:30:48','2021-02-24 15:30:48','52.201.182.91',NULL,NULL),(76809,'four_oh_four','2021-02-24 11:40:41','2021-02-24 16:40:41','185.239.242.125',NULL,NULL),(76810,'four_oh_four','2021-02-24 11:41:27','2021-02-24 16:41:27','185.239.242.125',NULL,NULL),(76811,'four_oh_four','2021-02-24 11:42:09','2021-02-24 16:42:09','185.239.242.125',NULL,NULL),(76812,'four_oh_four','2021-02-24 11:43:00','2021-02-24 16:43:00','185.239.242.125',NULL,NULL),(76813,'four_oh_four','2021-02-24 11:43:42','2021-02-24 16:43:42','185.239.242.125',NULL,NULL),(76814,'four_oh_four','2021-02-24 11:44:20','2021-02-24 16:44:20','185.239.242.125',NULL,NULL),(76815,'four_oh_four','2021-02-24 11:44:59','2021-02-24 16:44:59','185.239.242.125',NULL,NULL),(76816,'four_oh_four','2021-02-24 11:45:18','2021-02-24 16:45:18','185.239.242.125',NULL,NULL),(76817,'four_oh_four','2021-02-24 11:45:53','2021-02-24 16:45:53','185.239.242.125',NULL,NULL),(76818,'four_oh_four','2021-02-24 11:46:22','2021-02-24 16:46:22','185.239.242.125',NULL,NULL),(76819,'four_oh_four','2021-02-24 11:46:52','2021-02-24 16:46:52','185.239.242.125',NULL,NULL),(76820,'four_oh_four','2021-02-24 11:47:19','2021-02-24 16:47:19','185.239.242.125',NULL,NULL),(76821,'four_oh_four','2021-02-24 11:48:04','2021-02-24 16:48:04','185.239.242.125',NULL,NULL),(76822,'four_oh_four','2021-02-24 15:03:06','2021-02-24 20:03:06','184.154.139.20',NULL,NULL),(76823,'four_oh_four','2021-02-24 15:54:36','2021-02-24 20:54:36','13.66.139.132',NULL,NULL),(76824,'four_oh_four','2021-02-24 15:59:45','2021-02-24 20:59:45','13.66.139.90',NULL,NULL),(76825,'four_oh_four','2021-02-24 16:09:34','2021-02-24 21:09:34','72.83.211.230',NULL,NULL),(76826,'four_oh_four','2021-02-24 17:21:59','2021-02-24 22:21:59','13.66.139.132',NULL,NULL),(76827,'brute_force','2021-02-24 17:22:10','2021-02-24 22:22:10','68.134.124.93',NULL,NULL),(76828,'brute_force','2021-02-24 17:22:10','2021-02-24 22:22:10',NULL,NULL,'linda'),(76829,'brute_force','2021-02-24 17:22:46','2021-02-24 22:22:46','68.134.124.93',NULL,NULL),(76830,'brute_force','2021-02-24 17:22:46','2021-02-24 22:22:46',NULL,NULL,'lindabrigmon'),(76831,'brute_force','2021-02-24 17:26:15','2021-02-24 22:26:15','68.134.124.93',NULL,NULL),(76832,'brute_force','2021-02-24 17:26:15','2021-02-24 22:26:15',NULL,NULL,'LindaBrigmon'),(76833,'brute_force','2021-02-24 17:27:00','2021-02-24 22:27:00','68.134.124.93',NULL,NULL),(76834,'brute_force','2021-02-24 17:27:00','2021-02-24 22:27:00',NULL,NULL,'lindabrigmon'),(76835,'four_oh_four','2021-02-24 19:02:37','2021-02-25 00:02:37','171.244.1.84',NULL,NULL),(76836,'four_oh_four','2021-02-24 20:14:00','2021-02-25 01:14:00','194.105.60.173',NULL,NULL),(76837,'four_oh_four','2021-02-24 21:14:15','2021-02-25 02:14:15','13.66.139.90',NULL,NULL),(76838,'four_oh_four','2021-02-24 21:14:48','2021-02-25 02:14:48','185.189.115.23',NULL,NULL),(76839,'four_oh_four','2021-02-24 21:37:24','2021-02-25 02:37:24','162.241.30.65',NULL,NULL),(76840,'four_oh_four','2021-02-24 21:57:58','2021-02-25 02:57:58','159.203.81.46',NULL,NULL),(76841,'four_oh_four','2021-02-24 21:59:59','2021-02-25 02:59:59','159.203.81.46',NULL,NULL),(76842,'four_oh_four','2021-02-24 23:16:16','2021-02-25 04:16:16','13.66.139.90',NULL,NULL),(76843,'four_oh_four','2021-02-25 02:07:57','2021-02-25 07:07:57','188.163.47.9',NULL,NULL),(76844,'four_oh_four','2021-02-25 02:53:36','2021-02-25 07:53:36','13.66.139.90',NULL,NULL),(76845,'four_oh_four','2021-02-25 03:14:28','2021-02-25 08:14:28','13.66.139.90',NULL,NULL),(76846,'four_oh_four','2021-02-25 03:41:51','2021-02-25 08:41:51','185.209.22.137',NULL,NULL),(76847,'four_oh_four','2021-02-25 07:32:40','2021-02-25 12:32:40','208.102.51.6',NULL,NULL),(76848,'four_oh_four','2021-02-25 10:05:45','2021-02-25 15:05:45','13.66.139.2',NULL,NULL),(76849,'four_oh_four','2021-02-25 10:28:50','2021-02-25 15:28:50','185.51.246.4',NULL,NULL),(76850,'four_oh_four','2021-02-25 10:35:11','2021-02-25 15:35:11','73.173.100.71',NULL,NULL),(76851,'four_oh_four','2021-02-25 10:37:11','2021-02-25 15:37:11','73.173.100.71',NULL,NULL),(76852,'four_oh_four','2021-02-25 11:13:20','2021-02-25 16:13:20','188.113.129.175',NULL,NULL),(76853,'four_oh_four','2021-02-25 12:04:37','2021-02-25 17:04:37','151.80.47.156',NULL,NULL),(76854,'four_oh_four','2021-02-25 13:44:13','2021-02-25 18:44:13','95.79.143.6',NULL,NULL),(76855,'four_oh_four','2021-02-25 14:42:05','2021-02-25 19:42:05','45.88.3.179',NULL,NULL),(76856,'four_oh_four','2021-02-25 15:02:22','2021-02-25 20:02:22','184.154.139.19',NULL,NULL),(76857,'four_oh_four','2021-02-25 15:27:49','2021-02-25 20:27:49','13.66.139.90',NULL,NULL),(76858,'four_oh_four','2021-02-25 22:54:52','2021-02-26 03:54:52','93.75.48.211',NULL,NULL),(76859,'four_oh_four','2021-02-25 23:59:41','2021-02-26 04:59:41','84.17.58.6',NULL,NULL),(76860,'four_oh_four','2021-02-26 02:54:58','2021-02-26 07:54:58','188.122.82.146',NULL,NULL),(76861,'four_oh_four','2021-02-26 03:46:58','2021-02-26 08:46:58','62.210.146.197',NULL,NULL),(76862,'four_oh_four','2021-02-26 06:54:02','2021-02-26 11:54:02','73.173.100.71',NULL,NULL),(76863,'four_oh_four','2021-02-26 06:54:46','2021-02-26 11:54:46','158.71.129.231',NULL,NULL),(76864,'four_oh_four','2021-02-26 07:15:54','2021-02-26 12:15:54','194.105.60.173',NULL,NULL),(76865,'four_oh_four','2021-02-26 07:54:31','2021-02-26 12:54:31','13.66.139.90',NULL,NULL),(76866,'four_oh_four','2021-02-26 09:22:10','2021-02-26 14:22:10','174.244.247.183',NULL,NULL),(76867,'four_oh_four','2021-02-26 10:00:05','2021-02-26 15:00:05','66.249.65.81',NULL,NULL),(76868,'four_oh_four','2021-02-26 10:00:05','2021-02-26 15:00:05','66.249.65.81',NULL,NULL),(76869,'four_oh_four','2021-02-26 11:37:39','2021-02-26 16:37:39','178.159.37.139',NULL,NULL),(76870,'four_oh_four','2021-02-26 14:18:21','2021-02-26 19:18:21','72.83.38.60',NULL,NULL),(76871,'four_oh_four','2021-02-26 14:42:01','2021-02-26 19:42:01','173.64.104.200',NULL,NULL),(76872,'four_oh_four','2021-02-26 14:53:20','2021-02-26 19:53:20','38.101.39.132',NULL,NULL),(76873,'four_oh_four','2021-02-26 14:53:39','2021-02-26 19:53:39','38.101.39.132',NULL,NULL),(76874,'four_oh_four','2021-02-26 15:04:50','2021-02-26 20:04:50','184.154.139.3',NULL,NULL),(76875,'four_oh_four','2021-02-26 16:58:29','2021-02-26 21:58:29','13.66.139.47',NULL,NULL),(76876,'four_oh_four','2021-02-26 19:01:25','2021-02-27 00:01:25','205.169.39.214',NULL,NULL),(76877,'four_oh_four','2021-02-26 19:16:11','2021-02-27 00:16:11','192.185.82.90',NULL,NULL),(76878,'four_oh_four','2021-02-26 19:34:08','2021-02-27 00:34:08','188.122.82.146',NULL,NULL),(76879,'four_oh_four','2021-02-26 20:21:08','2021-02-27 01:21:08','172.58.187.159',NULL,NULL),(76880,'four_oh_four','2021-02-26 20:21:11','2021-02-27 01:21:11','172.58.187.159',NULL,NULL),(76881,'four_oh_four','2021-02-26 20:26:42','2021-02-27 01:26:42','188.113.129.175',NULL,NULL),(76882,'four_oh_four','2021-02-26 20:51:14','2021-02-27 01:51:14','172.58.187.112',NULL,NULL),(76883,'four_oh_four','2021-02-26 20:51:39','2021-02-27 01:51:39','172.58.187.112',NULL,NULL),(76884,'four_oh_four','2021-02-26 20:53:07','2021-02-27 01:53:07','172.58.187.112',NULL,NULL),(76885,'four_oh_four','2021-02-26 20:54:43','2021-02-27 01:54:43','138.197.222.135',NULL,NULL),(76886,'four_oh_four','2021-02-26 22:40:02','2021-02-27 03:40:02','62.210.80.34',NULL,NULL),(76887,'four_oh_four','2021-02-27 02:53:21','2021-02-27 07:53:21','37.115.121.164',NULL,NULL),(76888,'four_oh_four','2021-02-27 03:31:29','2021-02-27 08:31:29','178.71.188.198',NULL,NULL),(76889,'four_oh_four','2021-02-27 06:06:59','2021-02-27 11:06:59','8.29.152.107',NULL,NULL),(76890,'four_oh_four','2021-02-27 11:49:07','2021-02-27 16:49:07','13.66.139.90',NULL,NULL),(76891,'four_oh_four','2021-02-27 12:24:05','2021-02-27 17:24:05','13.66.139.90',NULL,NULL),(76892,'four_oh_four','2021-02-27 12:37:35','2021-02-27 17:37:35','13.66.139.0',NULL,NULL),(76893,'four_oh_four','2021-02-27 13:12:05','2021-02-27 18:12:05','174.244.247.183',NULL,NULL),(76894,'four_oh_four','2021-02-27 15:01:57','2021-02-27 20:01:57','184.154.139.17',NULL,NULL),(76895,'four_oh_four','2021-02-27 15:10:13','2021-02-27 20:10:13','94.158.161.91',NULL,NULL),(76896,'four_oh_four','2021-02-27 17:24:32','2021-02-27 22:24:32','5.188.48.98',NULL,NULL),(76897,'four_oh_four','2021-02-27 18:03:47','2021-02-27 23:03:47','51.81.139.97',NULL,NULL),(76898,'four_oh_four','2021-02-27 18:36:28','2021-02-27 23:36:28','52.125.136.0',NULL,NULL),(76899,'four_oh_four','2021-02-28 01:22:21','2021-02-28 06:22:21','40.77.167.13',NULL,NULL),(76900,'four_oh_four','2021-02-28 04:35:11','2021-02-28 09:35:11','5.188.48.98',NULL,NULL),(76901,'four_oh_four','2021-02-28 05:58:19','2021-02-28 10:58:19','97.74.24.103',NULL,NULL),(76902,'four_oh_four','2021-02-28 05:58:19','2021-02-28 10:58:19','97.74.24.103',NULL,NULL),(76903,'four_oh_four','2021-02-28 06:39:27','2021-02-28 11:39:27','5.21.65.153',NULL,NULL),(76904,'four_oh_four','2021-02-28 07:11:46','2021-02-28 12:11:46','185.209.22.137',NULL,NULL),(76905,'four_oh_four','2021-02-28 08:23:18','2021-02-28 13:23:18','5.188.48.98',NULL,NULL),(76906,'four_oh_four','2021-02-28 09:54:07','2021-02-28 14:54:07','216.226.149.198',NULL,NULL),(76907,'four_oh_four','2021-02-28 09:54:10','2021-02-28 14:54:10','216.226.149.198',NULL,NULL),(76908,'four_oh_four','2021-02-28 09:54:19','2021-02-28 14:54:19','216.226.149.198',NULL,NULL),(76909,'four_oh_four','2021-02-28 09:54:22','2021-02-28 14:54:22','216.226.149.198',NULL,NULL),(76910,'four_oh_four','2021-02-28 09:54:56','2021-02-28 14:54:56','216.226.149.198',NULL,NULL),(76911,'four_oh_four','2021-02-28 09:55:05','2021-02-28 14:55:05','216.226.149.198',NULL,NULL),(76912,'four_oh_four','2021-02-28 10:21:08','2021-02-28 15:21:08','85.249.42.137',NULL,NULL),(76913,'four_oh_four','2021-02-28 10:58:31','2021-02-28 15:58:31','185.245.85.7',NULL,NULL),(76914,'four_oh_four','2021-02-28 12:48:13','2021-02-28 17:48:13','46.161.15.40',NULL,NULL),(76915,'four_oh_four','2021-02-28 14:15:46','2021-02-28 19:15:46','188.163.47.9',NULL,NULL),(76916,'four_oh_four','2021-02-28 14:20:44','2021-02-28 19:20:44','13.66.139.90',NULL,NULL),(76917,'four_oh_four','2021-02-28 15:07:13','2021-02-28 20:07:13','184.154.139.3',NULL,NULL),(76918,'four_oh_four','2021-02-28 18:56:31','2021-02-28 23:56:31','37.115.209.47',NULL,NULL),(76919,'four_oh_four','2021-02-28 23:26:27','2021-03-01 04:26:27','71.179.88.33',NULL,NULL),(76920,'four_oh_four','2021-02-28 23:27:48','2021-03-01 04:27:48','71.179.88.33',NULL,NULL),(76921,'four_oh_four','2021-02-28 23:29:14','2021-03-01 04:29:14','71.179.88.33',NULL,NULL),(76922,'four_oh_four','2021-03-01 00:40:23','2021-03-01 05:40:23','185.219.83.209',NULL,NULL),(76923,'four_oh_four','2021-03-01 00:41:42','2021-03-01 05:41:42','104.248.21.41',NULL,NULL),(76924,'four_oh_four','2021-03-01 00:55:14','2021-03-01 05:55:14','23.228.109.147',NULL,NULL),(76925,'four_oh_four','2021-03-01 01:02:59','2021-03-01 06:02:59','194.105.60.173',NULL,NULL),(76926,'four_oh_four','2021-03-01 01:28:20','2021-03-01 06:28:20','95.211.209.158',NULL,NULL),(76927,'four_oh_four','2021-03-01 01:34:10','2021-03-01 06:34:10','96.46.146.254',NULL,NULL),(76928,'four_oh_four','2021-03-01 06:07:48','2021-03-01 11:07:48','45.91.202.155',NULL,NULL),(76929,'four_oh_four','2021-03-01 06:19:38','2021-03-01 11:19:38','95.143.21.89',NULL,NULL),(76930,'four_oh_four','2021-03-01 11:32:45','2021-03-01 16:32:45','152.133.7.2',NULL,NULL),(76931,'four_oh_four','2021-03-01 11:34:55','2021-03-01 16:34:55','152.133.7.2',NULL,NULL),(76932,'four_oh_four','2021-03-01 11:35:28','2021-03-01 16:35:28','152.133.7.2',NULL,NULL),(76933,'four_oh_four','2021-03-01 12:18:54','2021-03-01 17:18:54','178.159.37.139',NULL,NULL),(76934,'four_oh_four','2021-03-01 12:37:29','2021-03-01 17:37:29','45.88.105.198',NULL,NULL),(76935,'four_oh_four','2021-03-01 14:45:10','2021-03-01 19:45:10','71.244.129.124',NULL,NULL),(76936,'four_oh_four','2021-03-01 15:02:33','2021-03-01 20:02:33','184.154.139.19',NULL,NULL),(76937,'four_oh_four','2021-03-01 17:22:35','2021-03-01 22:22:35','66.249.65.90',NULL,NULL),(76938,'four_oh_four','2021-03-01 18:21:07','2021-03-01 23:21:07','13.66.139.90',NULL,NULL),(76939,'four_oh_four','2021-03-01 18:54:58','2021-03-01 23:54:58','188.163.46.254',NULL,NULL),(76940,'four_oh_four','2021-03-01 23:17:06','2021-03-02 04:17:06','157.55.39.150',NULL,NULL),(76941,'four_oh_four','2021-03-01 23:32:57','2021-03-02 04:32:57','23.228.109.147',NULL,NULL),(76942,'four_oh_four','2021-03-01 23:47:17','2021-03-02 04:47:17','185.209.22.137',NULL,NULL),(76943,'four_oh_four','2021-03-02 02:27:53','2021-03-02 07:27:53','13.66.139.21',NULL,NULL),(76944,'four_oh_four','2021-03-02 04:36:00','2021-03-02 09:36:00','194.105.60.173',NULL,NULL),(76945,'four_oh_four','2021-03-02 05:30:22','2021-03-02 10:30:22','5.188.48.98',NULL,NULL),(76946,'four_oh_four','2021-03-02 07:38:19','2021-03-02 12:38:19','157.55.39.248',NULL,NULL),(76947,'four_oh_four','2021-03-02 07:52:33','2021-03-02 12:52:33','38.146.201.121',NULL,NULL),(76948,'four_oh_four','2021-03-02 07:54:00','2021-03-02 12:54:00','38.146.201.121',NULL,NULL),(76949,'four_oh_four','2021-03-02 07:57:00','2021-03-02 12:57:00','205.169.39.82',NULL,NULL),(76950,'four_oh_four','2021-03-02 11:18:33','2021-03-02 16:18:33','45.64.134.198',NULL,NULL),(76951,'four_oh_four','2021-03-02 11:48:16','2021-03-02 16:48:16','89.139.28.65',NULL,NULL),(76952,'four_oh_four','2021-03-02 13:02:02','2021-03-02 18:02:02','45.85.90.66',NULL,NULL),(76953,'four_oh_four','2021-03-02 13:03:00','2021-03-02 18:03:00','45.85.90.66',NULL,NULL),(76954,'four_oh_four','2021-03-02 13:04:23','2021-03-02 18:04:23','45.85.90.66',NULL,NULL),(76955,'four_oh_four','2021-03-02 14:38:27','2021-03-02 19:38:27','45.141.156.59',NULL,NULL),(76956,'four_oh_four','2021-03-02 15:05:06','2021-03-02 20:05:06','184.154.139.21',NULL,NULL),(76957,'four_oh_four','2021-03-02 15:42:23','2021-03-02 20:42:23','66.249.75.16',NULL,NULL),(76958,'four_oh_four','2021-03-02 17:38:22','2021-03-02 22:38:22','100.36.76.83',NULL,NULL),(76959,'four_oh_four','2021-03-02 19:15:52','2021-03-03 00:15:52','52.201.182.91',NULL,NULL),(76960,'four_oh_four','2021-03-02 19:15:56','2021-03-03 00:15:56','52.201.182.91',NULL,NULL),(76961,'four_oh_four','2021-03-02 19:41:37','2021-03-03 00:41:37','188.124.42.105',NULL,NULL),(76962,'four_oh_four','2021-03-02 20:44:45','2021-03-03 01:44:45','185.212.111.64',NULL,NULL),(76963,'four_oh_four','2021-03-02 20:46:08','2021-03-03 01:46:08','37.142.89.38',NULL,NULL),(76964,'four_oh_four','2021-03-02 21:16:24','2021-03-03 02:16:24','95.143.21.194',NULL,NULL),(76965,'four_oh_four','2021-03-02 22:57:45','2021-03-03 03:57:45','94.181.44.79',NULL,NULL),(76966,'four_oh_four','2021-03-02 23:03:26','2021-03-03 04:03:26','13.66.139.90',NULL,NULL),(76967,'four_oh_four','2021-03-03 00:01:20','2021-03-03 05:01:20','185.253.162.144',NULL,NULL),(76968,'four_oh_four','2021-03-03 01:14:18','2021-03-03 06:14:18','185.232.21.149',NULL,NULL),(76969,'four_oh_four','2021-03-03 01:33:15','2021-03-03 06:33:15','5.188.48.98',NULL,NULL),(76970,'four_oh_four','2021-03-03 03:27:41','2021-03-03 08:27:41','185.209.22.137',NULL,NULL),(76971,'four_oh_four','2021-03-03 06:00:48','2021-03-03 11:00:48','45.88.105.198',NULL,NULL),(76972,'four_oh_four','2021-03-03 10:16:32','2021-03-03 15:16:32','194.105.60.173',NULL,NULL),(76973,'four_oh_four','2021-03-03 10:21:48','2021-03-03 15:21:48','45.91.202.155',NULL,NULL),(76974,'four_oh_four','2021-03-03 10:42:06','2021-03-03 15:42:06','52.201.182.91',NULL,NULL),(76975,'four_oh_four','2021-03-03 12:01:18','2021-03-03 17:01:18','188.122.82.146',NULL,NULL),(76976,'four_oh_four','2021-03-03 14:14:56','2021-03-03 19:14:56','80.251.153.37',NULL,NULL),(76977,'four_oh_four','2021-03-03 14:29:29','2021-03-03 19:29:29','31.40.203.208',NULL,NULL),(76978,'four_oh_four','2021-03-03 14:36:21','2021-03-03 19:36:21','185.191.215.99',NULL,NULL),(76979,'four_oh_four','2021-03-03 15:07:04','2021-03-03 20:07:04','198.20.67.202',NULL,NULL),(76980,'four_oh_four','2021-03-03 19:51:46','2021-03-04 00:51:46','72.83.180.195',NULL,NULL),(76981,'four_oh_four','2021-03-03 20:49:37','2021-03-04 01:49:37','5.188.48.88',NULL,NULL),(76982,'four_oh_four','2021-03-03 20:49:55','2021-03-04 01:49:55','5.188.48.88',NULL,NULL),(76983,'four_oh_four','2021-03-03 22:47:37','2021-03-04 03:47:37','148.251.54.157',NULL,NULL),(76984,'four_oh_four','2021-03-03 23:20:10','2021-03-04 04:20:10','5.188.48.88',NULL,NULL),(76985,'four_oh_four','2021-03-04 00:09:31','2021-03-04 05:09:31','37.120.153.87',NULL,NULL),(76986,'four_oh_four','2021-03-04 03:17:07','2021-03-04 08:17:07','13.66.139.12',NULL,NULL),(76987,'four_oh_four','2021-03-04 04:21:23','2021-03-04 09:21:23','88.147.173.165',NULL,NULL),(76988,'four_oh_four','2021-03-04 04:25:50','2021-03-04 09:25:50','193.169.253.35',NULL,NULL),(76989,'four_oh_four','2021-03-04 05:11:48','2021-03-04 10:11:48','5.3.129.243',NULL,NULL),(76990,'four_oh_four','2021-03-04 06:35:44','2021-03-04 11:35:44','194.105.60.173',NULL,NULL),(76991,'four_oh_four','2021-03-04 07:26:05','2021-03-04 12:26:05','194.105.60.173',NULL,NULL),(76992,'four_oh_four','2021-03-04 10:29:31','2021-03-04 15:29:31','67.225.243.84',NULL,NULL),(76993,'four_oh_four','2021-03-04 10:32:25','2021-03-04 15:32:25','37.142.89.38',NULL,NULL),(76994,'four_oh_four','2021-03-04 12:50:21','2021-03-04 17:50:21','178.159.37.139',NULL,NULL),(76995,'four_oh_four','2021-03-04 15:02:23','2021-03-04 20:02:23','198.20.67.202',NULL,NULL),(76996,'four_oh_four','2021-03-04 16:48:06','2021-03-04 21:48:06','5.188.48.98',NULL,NULL),(76997,'four_oh_four','2021-03-04 18:22:39','2021-03-04 23:22:39','195.154.60.148',NULL,NULL),(76998,'four_oh_four','2021-03-04 18:24:09','2021-03-04 23:24:09','40.77.167.13',NULL,NULL),(76999,'four_oh_four','2021-03-04 19:50:22','2021-03-05 00:50:22','46.161.15.40',NULL,NULL),(77000,'four_oh_four','2021-03-04 19:56:23','2021-03-05 00:56:23','5.188.48.88',NULL,NULL),(77001,'four_oh_four','2021-03-04 20:27:57','2021-03-05 01:27:57','72.85.44.70',NULL,NULL),(77002,'four_oh_four','2021-03-04 20:28:38','2021-03-05 01:28:38','72.85.44.70',NULL,NULL),(77003,'four_oh_four','2021-03-04 20:41:08','2021-03-05 01:41:08','206.123.139.237',NULL,NULL),(77004,'four_oh_four','2021-03-04 20:41:08','2021-03-05 01:41:08','206.123.139.237',NULL,NULL),(77005,'four_oh_four','2021-03-04 21:48:17','2021-03-05 02:48:17','5.189.130.21',NULL,NULL),(77006,'four_oh_four','2021-03-04 22:46:37','2021-03-05 03:46:37','23.228.109.147',NULL,NULL),(77007,'four_oh_four','2021-03-04 23:15:17','2021-03-05 04:15:17','109.248.143.170',NULL,NULL),(77008,'four_oh_four','2021-03-05 04:54:19','2021-03-05 09:54:19','188.122.82.146',NULL,NULL),(77009,'four_oh_four','2021-03-05 05:59:49','2021-03-05 10:59:49','51.222.43.142',NULL,NULL),(77010,'four_oh_four','2021-03-05 08:57:55','2021-03-05 13:57:55','141.98.252.162',NULL,NULL),(77011,'four_oh_four','2021-03-05 11:40:41','2021-03-05 16:40:41','45.88.3.179',NULL,NULL),(77012,'four_oh_four','2021-03-05 12:27:39','2021-03-05 17:27:39','46.8.111.248',NULL,NULL),(77013,'four_oh_four','2021-03-05 15:06:33','2021-03-05 20:06:33','198.20.67.202',NULL,NULL),(77014,'four_oh_four','2021-03-05 15:24:58','2021-03-05 20:24:58','73.135.241.106',NULL,NULL),(77015,'four_oh_four','2021-03-05 16:12:05','2021-03-05 21:12:05','206.123.139.237',NULL,NULL),(77016,'four_oh_four','2021-03-05 16:26:02','2021-03-05 21:26:02','13.66.139.12',NULL,NULL),(77017,'four_oh_four','2021-03-05 16:31:48','2021-03-05 21:31:48','96.244.207.24',NULL,NULL),(77018,'four_oh_four','2021-03-05 17:50:18','2021-03-05 22:50:18','95.73.80.212',NULL,NULL),(77019,'four_oh_four','2021-03-05 18:54:30','2021-03-05 23:54:30','13.66.139.11',NULL,NULL),(77020,'four_oh_four','2021-03-05 19:03:28','2021-03-06 00:03:28','188.122.82.146',NULL,NULL),(77021,'four_oh_four','2021-03-05 20:36:55','2021-03-06 01:36:55','50.62.177.189',NULL,NULL),(77022,'four_oh_four','2021-03-05 20:36:55','2021-03-06 01:36:55','50.62.177.189',NULL,NULL),(77023,'four_oh_four','2021-03-05 20:40:56','2021-03-06 01:40:56','45.88.3.179',NULL,NULL),(77024,'four_oh_four','2021-03-05 21:12:16','2021-03-06 02:12:16','23.228.109.147',NULL,NULL),(77025,'four_oh_four','2021-03-05 21:17:58','2021-03-06 02:17:58','92.38.136.69',NULL,NULL),(77026,'four_oh_four','2021-03-05 23:27:29','2021-03-06 04:27:29','183.88.216.175',NULL,NULL),(77027,'four_oh_four','2021-03-06 04:59:38','2021-03-06 09:59:38','45.85.90.189',NULL,NULL),(77028,'four_oh_four','2021-03-06 07:15:14','2021-03-06 12:15:14','54.36.54.1',NULL,NULL),(77029,'four_oh_four','2021-03-06 09:25:40','2021-03-06 14:25:40','113.60.245.99',NULL,NULL),(77030,'four_oh_four','2021-03-06 09:46:31','2021-03-06 14:46:31','8.209.107.86',NULL,NULL),(77031,'four_oh_four','2021-03-06 10:08:09','2021-03-06 15:08:09','78.46.90.120',NULL,NULL),(77032,'four_oh_four','2021-03-06 13:30:03','2021-03-06 18:30:03','51.81.140.151',NULL,NULL),(77033,'four_oh_four','2021-03-06 14:53:09','2021-03-06 19:53:09','158.69.170.61',NULL,NULL),(77034,'four_oh_four','2021-03-06 15:07:38','2021-03-06 20:07:38','184.154.139.20',NULL,NULL),(77035,'four_oh_four','2021-03-06 16:14:36','2021-03-06 21:14:36','173.79.151.108',NULL,NULL),(77036,'four_oh_four','2021-03-06 16:15:01','2021-03-06 21:15:01','173.79.151.108',NULL,NULL),(77037,'four_oh_four','2021-03-06 16:21:54','2021-03-06 21:21:54','173.79.151.108',NULL,NULL),(77038,'four_oh_four','2021-03-06 16:29:03','2021-03-06 21:29:03','173.79.151.108',NULL,NULL),(77039,'four_oh_four','2021-03-06 18:25:46','2021-03-06 23:25:46','46.242.12.195',NULL,NULL),(77040,'four_oh_four','2021-03-06 18:48:50','2021-03-06 23:48:50','8.209.68.42',NULL,NULL),(77041,'four_oh_four','2021-03-06 20:39:31','2021-03-07 01:39:31','13.66.139.12',NULL,NULL),(77042,'four_oh_four','2021-03-06 22:01:06','2021-03-07 03:01:06','5.188.210.18',NULL,NULL),(77043,'four_oh_four','2021-03-06 22:35:12','2021-03-07 03:35:12','18.209.168.223',NULL,NULL),(77044,'four_oh_four','2021-03-06 23:06:24','2021-03-07 04:06:24','13.66.139.11',NULL,NULL),(77045,'four_oh_four','2021-03-07 00:39:25','2021-03-07 05:39:25','92.38.136.69',NULL,NULL),(77046,'four_oh_four','2021-03-07 00:40:55','2021-03-07 05:40:55','46.148.206.226',NULL,NULL),(77047,'four_oh_four','2021-03-07 00:40:57','2021-03-07 05:40:57','46.148.206.226',NULL,NULL),(77048,'four_oh_four','2021-03-07 01:02:21','2021-03-07 06:02:21','46.161.15.40',NULL,NULL),(77049,'four_oh_four','2021-03-07 01:10:21','2021-03-07 06:10:21','188.163.47.9',NULL,NULL),(77050,'four_oh_four','2021-03-07 03:04:53','2021-03-07 08:04:53','135.148.2.82',NULL,NULL),(77051,'four_oh_four','2021-03-07 05:03:56','2021-03-07 10:03:56','135.148.2.80',NULL,NULL),(77052,'four_oh_four','2021-03-07 07:13:29','2021-03-07 12:13:29','78.46.65.196',NULL,NULL),(77053,'four_oh_four','2021-03-07 08:18:11','2021-03-07 13:18:11','80.251.153.37',NULL,NULL),(77054,'four_oh_four','2021-03-07 09:09:53','2021-03-07 14:09:53','88.80.60.78',NULL,NULL),(77055,'four_oh_four','2021-03-07 09:53:15','2021-03-07 14:53:15','78.85.222.185',NULL,NULL),(77056,'four_oh_four','2021-03-07 10:31:29','2021-03-07 15:31:29','5.188.48.98',NULL,NULL),(77057,'four_oh_four','2021-03-07 12:29:38','2021-03-07 17:29:38','13.66.139.21',NULL,NULL),(77058,'four_oh_four','2021-03-07 12:55:59','2021-03-07 17:55:59','13.66.139.21',NULL,NULL),(77059,'four_oh_four','2021-03-07 14:01:09','2021-03-07 19:01:09','178.159.37.139',NULL,NULL),(77060,'four_oh_four','2021-03-07 14:53:49','2021-03-07 19:53:49','88.80.60.78',NULL,NULL),(77061,'four_oh_four','2021-03-07 15:03:19','2021-03-07 20:03:19','184.154.139.20',NULL,NULL),(77062,'four_oh_four','2021-03-07 15:28:03','2021-03-07 20:28:03','108.22.245.89',NULL,NULL),(77063,'four_oh_four','2021-03-07 19:01:59','2021-03-08 00:01:59','135.148.71.97',NULL,NULL),(77064,'four_oh_four','2021-03-07 19:03:59','2021-03-08 00:03:59','45.141.156.68',NULL,NULL),(77065,'four_oh_four','2021-03-07 19:52:48','2021-03-08 00:52:48','66.249.65.83',NULL,NULL),(77066,'four_oh_four','2021-03-07 19:54:48','2021-03-08 00:54:48','135.148.2.94',NULL,NULL),(77067,'four_oh_four','2021-03-07 22:38:08','2021-03-08 03:38:08','89.139.28.65',NULL,NULL),(77068,'four_oh_four','2021-03-08 00:37:26','2021-03-08 05:37:26','13.66.139.12',NULL,NULL),(77069,'four_oh_four','2021-03-08 01:12:44','2021-03-08 06:12:44','46.61.89.253',NULL,NULL),(77070,'four_oh_four','2021-03-08 02:33:01','2021-03-08 07:33:01','78.108.38.156',NULL,NULL),(77071,'four_oh_four','2021-03-08 03:09:38','2021-03-08 08:09:38','13.66.139.11',NULL,NULL),(77072,'four_oh_four','2021-03-08 05:04:23','2021-03-08 10:04:23','78.85.222.185',NULL,NULL),(77073,'four_oh_four','2021-03-08 05:12:49','2021-03-08 10:12:49','5.188.48.98',NULL,NULL),(77074,'four_oh_four','2021-03-08 05:28:23','2021-03-08 10:28:23','2.56.136.14',NULL,NULL),(77075,'four_oh_four','2021-03-08 06:59:38','2021-03-08 11:59:38','135.148.71.98',NULL,NULL),(77076,'four_oh_four','2021-03-08 09:48:36','2021-03-08 14:48:36','206.123.139.237',NULL,NULL),(77077,'four_oh_four','2021-03-08 10:09:49','2021-03-08 15:09:49','204.126.132.241',NULL,NULL),(77078,'four_oh_four','2021-03-08 10:11:50','2021-03-08 15:11:50','204.126.132.241',NULL,NULL),(77079,'four_oh_four','2021-03-08 10:14:01','2021-03-08 15:14:01','73.133.161.83',NULL,NULL),(77080,'four_oh_four','2021-03-08 10:21:51','2021-03-08 15:21:51','92.124.161.237',NULL,NULL),(77081,'four_oh_four','2021-03-08 13:38:12','2021-03-08 18:38:12','8.209.119.67',NULL,NULL),(77082,'four_oh_four','2021-03-08 15:01:20','2021-03-08 20:01:20','184.154.139.17',NULL,NULL),(77083,'four_oh_four','2021-03-08 16:09:43','2021-03-08 21:09:43','135.148.2.114',NULL,NULL),(77084,'four_oh_four','2021-03-08 18:13:15','2021-03-08 23:13:15','172.75.244.33',NULL,NULL),(77085,'four_oh_four','2021-03-08 18:13:34','2021-03-08 23:13:34','172.75.244.33',NULL,NULL),(77086,'four_oh_four','2021-03-08 18:33:42','2021-03-08 23:33:42','66.249.65.83',NULL,NULL),(77087,'four_oh_four','2021-03-08 20:06:37','2021-03-09 01:06:37','66.249.65.83',NULL,NULL),(77088,'four_oh_four','2021-03-08 22:31:21','2021-03-09 03:31:21','188.163.47.9',NULL,NULL),(77089,'four_oh_four','2021-03-08 23:06:06','2021-03-09 04:06:06','107.172.183.94',NULL,NULL),(77090,'four_oh_four','2021-03-08 23:30:32','2021-03-09 04:30:32','66.249.65.83',NULL,NULL),(77091,'four_oh_four','2021-03-08 23:30:44','2021-03-09 04:30:44','66.249.65.83',NULL,NULL),(77092,'four_oh_four','2021-03-08 23:30:51','2021-03-09 04:30:51','66.249.65.81',NULL,NULL),(77093,'four_oh_four','2021-03-08 23:41:36','2021-03-09 04:41:36','94.181.44.79',NULL,NULL),(77094,'four_oh_four','2021-03-09 01:36:07','2021-03-09 06:36:07','135.148.2.77',NULL,NULL),(77095,'four_oh_four','2021-03-09 02:00:20','2021-03-09 07:00:20','40.77.167.13',NULL,NULL),(77096,'four_oh_four','2021-03-09 05:11:59','2021-03-09 10:11:59','13.66.139.12',NULL,NULL),(77097,'four_oh_four','2021-03-09 06:00:55','2021-03-09 11:00:55','45.81.226.57',NULL,NULL),(77098,'four_oh_four','2021-03-09 06:12:47','2021-03-09 11:12:47','79.126.76.32',NULL,NULL),(77099,'four_oh_four','2021-03-09 07:40:40','2021-03-09 12:40:40','13.66.139.11',NULL,NULL),(77100,'four_oh_four','2021-03-09 09:14:52','2021-03-09 14:14:52','192.99.62.49',NULL,NULL),(77101,'four_oh_four','2021-03-09 09:15:04','2021-03-09 14:15:04','192.99.62.49',NULL,NULL),(77102,'four_oh_four','2021-03-09 09:50:32','2021-03-09 14:50:32','198.211.122.238',NULL,NULL),(77103,'four_oh_four','2021-03-09 11:23:09','2021-03-09 16:23:09','96.46.146.254',NULL,NULL),(77104,'four_oh_four','2021-03-09 13:33:57','2021-03-09 18:33:57','80.247.66.82',NULL,NULL),(77105,'four_oh_four','2021-03-09 13:34:04','2021-03-09 18:34:04','80.247.66.82',NULL,NULL),(77106,'four_oh_four','2021-03-09 13:35:34','2021-03-09 18:35:34','66.250.190.22',NULL,NULL),(77107,'four_oh_four','2021-03-09 15:05:17','2021-03-09 20:05:17','184.154.139.21',NULL,NULL),(77108,'four_oh_four','2021-03-09 16:34:38','2021-03-09 21:34:38','62.113.113.147',NULL,NULL),(77109,'four_oh_four','2021-03-09 17:46:59','2021-03-09 22:46:59','45.85.90.66',NULL,NULL),(77110,'four_oh_four','2021-03-09 17:47:50','2021-03-09 22:47:50','45.85.90.66',NULL,NULL),(77111,'four_oh_four','2021-03-09 17:48:31','2021-03-09 22:48:31','45.85.90.66',NULL,NULL),(77112,'four_oh_four','2021-03-09 17:49:13','2021-03-09 22:49:13','45.85.90.66',NULL,NULL),(77113,'four_oh_four','2021-03-09 19:24:08','2021-03-10 00:24:08','52.201.182.91',NULL,NULL),(77114,'four_oh_four','2021-03-09 19:24:12','2021-03-10 00:24:12','52.201.182.91',NULL,NULL),(77115,'four_oh_four','2021-03-09 20:55:08','2021-03-10 01:55:08','2.56.136.14',NULL,NULL),(77116,'four_oh_four','2021-03-09 23:58:12','2021-03-10 04:58:12','23.228.109.147',NULL,NULL),(77117,'brute_force','2021-03-10 01:44:36','2021-03-10 06:44:36','122.2.101.115',NULL,NULL),(77118,'brute_force','2021-03-10 01:44:36','2021-03-10 06:44:36',NULL,NULL,'zphiblgz'),(77119,'brute_force','2021-03-10 01:45:37','2021-03-10 06:45:37','122.2.101.115',NULL,NULL),(77120,'brute_force','2021-03-10 01:45:37','2021-03-10 06:45:37',NULL,NULL,'zphiblgz'),(77121,'brute_force','2021-03-10 01:46:38','2021-03-10 06:46:38','122.2.101.115',NULL,NULL),(77122,'brute_force','2021-03-10 01:46:38','2021-03-10 06:46:38',NULL,NULL,'zphiblgz'),(77123,'brute_force','2021-03-10 01:47:39','2021-03-10 06:47:39','122.2.101.115',NULL,NULL),(77124,'brute_force','2021-03-10 01:47:39','2021-03-10 06:47:39',NULL,NULL,'zphiblgz'),(77125,'brute_force','2021-03-10 01:48:40','2021-03-10 06:48:40','122.2.101.115',NULL,NULL),(77126,'brute_force','2021-03-10 01:48:40','2021-03-10 06:48:40',NULL,NULL,'zphiblgz'),(77127,'brute_force','2021-03-10 02:03:55','2021-03-10 07:03:55','122.2.101.115',NULL,NULL),(77128,'brute_force','2021-03-10 02:03:55','2021-03-10 07:03:55',NULL,NULL,'zphiblgz'),(77129,'brute_force','2021-03-10 02:19:10','2021-03-10 07:19:10','122.2.101.115',NULL,NULL),(77130,'brute_force','2021-03-10 02:19:10','2021-03-10 07:19:10',NULL,NULL,'zphiblgz'),(77131,'brute_force','2021-03-10 02:20:11','2021-03-10 07:20:11','122.2.101.115',NULL,NULL),(77132,'brute_force','2021-03-10 02:20:11','2021-03-10 07:20:11',NULL,NULL,'zphiblgz'),(77133,'brute_force','2021-03-10 02:21:12','2021-03-10 07:21:12','122.2.101.115',NULL,NULL),(77134,'brute_force','2021-03-10 02:21:12','2021-03-10 07:21:12',NULL,NULL,'zphiblgz'),(77135,'brute_force','2021-03-10 02:22:13','2021-03-10 07:22:13','122.2.101.115',NULL,NULL),(77136,'brute_force','2021-03-10 02:22:13','2021-03-10 07:22:13',NULL,NULL,'zphiblgz'),(77137,'brute_force','2021-03-10 02:23:14','2021-03-10 07:23:14','122.2.101.115',NULL,NULL),(77138,'brute_force','2021-03-10 02:23:14','2021-03-10 07:23:14',NULL,NULL,'zphiblgz'),(77139,'brute_force','2021-03-10 02:38:29','2021-03-10 07:38:29','122.2.101.115',NULL,NULL),(77140,'brute_force','2021-03-10 02:38:29','2021-03-10 07:38:29',NULL,NULL,'zphiblgz'),(77141,'brute_force','2021-03-10 02:53:45','2021-03-10 07:53:45','122.2.101.115',NULL,NULL),(77142,'brute_force','2021-03-10 02:53:45','2021-03-10 07:53:45',NULL,NULL,'zphiblgz'),(77143,'brute_force','2021-03-10 02:54:45','2021-03-10 07:54:45','122.2.101.115',NULL,NULL),(77144,'brute_force','2021-03-10 02:54:45','2021-03-10 07:54:45',NULL,NULL,'zphiblgz'),(77145,'brute_force','2021-03-10 02:55:46','2021-03-10 07:55:46','122.2.101.115',NULL,NULL),(77146,'brute_force','2021-03-10 02:55:46','2021-03-10 07:55:46',NULL,NULL,'zphiblgz'),(77147,'brute_force','2021-03-10 02:56:47','2021-03-10 07:56:47','122.2.101.115',NULL,NULL),(77148,'brute_force','2021-03-10 02:56:47','2021-03-10 07:56:47',NULL,NULL,'zphiblgz'),(77149,'brute_force','2021-03-10 02:57:48','2021-03-10 07:57:48','122.2.101.115',NULL,NULL),(77150,'brute_force','2021-03-10 02:57:48','2021-03-10 07:57:48',NULL,NULL,'zphiblgz'),(77151,'four_oh_four','2021-03-10 04:10:44','2021-03-10 09:10:44','157.55.39.111',NULL,NULL),(77152,'four_oh_four','2021-03-10 05:40:22','2021-03-10 10:40:22','2.56.136.14',NULL,NULL),(77153,'four_oh_four','2021-03-10 05:47:16','2021-03-10 10:47:16','185.209.22.137',NULL,NULL),(77154,'four_oh_four','2021-03-10 06:43:37','2021-03-10 11:43:37','5.188.48.98',NULL,NULL),(77155,'four_oh_four','2021-03-10 06:54:19','2021-03-10 11:54:19','13.66.139.21',NULL,NULL),(77156,'four_oh_four','2021-03-10 08:21:44','2021-03-10 13:21:44','88.198.90.9',NULL,NULL),(77157,'four_oh_four','2021-03-10 08:21:50','2021-03-10 13:21:50','88.198.90.9',NULL,NULL),(77158,'four_oh_four','2021-03-10 08:22:13','2021-03-10 13:22:13','148.251.50.77',NULL,NULL),(77159,'four_oh_four','2021-03-10 09:32:30','2021-03-10 14:32:30','95.216.152.179',NULL,NULL),(77160,'four_oh_four','2021-03-10 10:49:45','2021-03-10 15:49:45','52.201.182.91',NULL,NULL),(77161,'four_oh_four','2021-03-10 11:47:24','2021-03-10 16:47:24','178.176.77.94',NULL,NULL),(77162,'four_oh_four','2021-03-10 11:54:32','2021-03-10 16:54:32','92.38.136.69',NULL,NULL),(77163,'four_oh_four','2021-03-10 12:23:26','2021-03-10 17:23:26','178.159.37.139',NULL,NULL),(77164,'four_oh_four','2021-03-10 13:35:24','2021-03-10 18:35:24','13.66.139.21',NULL,NULL),(77165,'four_oh_four','2021-03-10 13:37:33','2021-03-10 18:37:33','73.135.241.106',NULL,NULL),(77166,'four_oh_four','2021-03-10 13:44:25','2021-03-10 18:44:25','194.33.45.167',NULL,NULL),(77167,'four_oh_four','2021-03-10 13:44:36','2021-03-10 18:44:36','194.33.45.167',NULL,NULL),(77168,'four_oh_four','2021-03-10 14:07:00','2021-03-10 19:07:00','8.209.119.67',NULL,NULL),(77169,'four_oh_four','2021-03-10 14:44:27','2021-03-10 19:44:27','45.158.37.144',NULL,NULL),(77170,'four_oh_four','2021-03-10 14:45:08','2021-03-10 19:45:08','45.158.37.144',NULL,NULL),(77171,'four_oh_four','2021-03-10 14:45:39','2021-03-10 19:45:39','45.158.37.144',NULL,NULL),(77172,'four_oh_four','2021-03-10 14:45:41','2021-03-10 19:45:41','45.158.37.144',NULL,NULL),(77173,'four_oh_four','2021-03-10 14:46:04','2021-03-10 19:46:04','45.158.37.144',NULL,NULL),(77174,'four_oh_four','2021-03-10 15:00:58','2021-03-10 20:00:58','109.196.69.67',NULL,NULL),(77175,'four_oh_four','2021-03-10 15:05:06','2021-03-10 20:05:06','184.154.139.19',NULL,NULL),(77176,'four_oh_four','2021-03-10 15:06:38','2021-03-10 20:06:38','184.154.139.19',NULL,NULL),(77177,'four_oh_four','2021-03-10 17:00:25','2021-03-10 22:00:25','13.66.139.21',NULL,NULL),(77178,'four_oh_four','2021-03-10 18:53:40','2021-03-10 23:53:40','135.148.2.113',NULL,NULL),(77179,'four_oh_four','2021-03-10 23:37:50','2021-03-11 04:37:50','37.144.247.197',NULL,NULL),(77180,'four_oh_four','2021-03-11 00:10:17','2021-03-11 05:10:17','23.228.109.147',NULL,NULL),(77181,'four_oh_four','2021-03-11 00:50:32','2021-03-11 05:50:32','188.172.220.74',NULL,NULL),(77182,'four_oh_four','2021-03-11 00:59:52','2021-03-11 05:59:52','46.182.129.31',NULL,NULL),(77183,'four_oh_four','2021-03-11 02:25:53','2021-03-11 07:25:53','171.244.1.84',NULL,NULL),(77184,'four_oh_four','2021-03-11 04:26:59','2021-03-11 09:26:59','45.56.157.4',NULL,NULL),(77185,'four_oh_four','2021-03-11 06:14:51','2021-03-11 11:14:51','5.188.48.98',NULL,NULL),(77186,'four_oh_four','2021-03-11 06:44:54','2021-03-11 11:44:54','103.77.235.35',NULL,NULL),(77187,'four_oh_four','2021-03-11 06:44:59','2021-03-11 11:44:59','103.77.235.35',NULL,NULL),(77188,'four_oh_four','2021-03-11 06:45:03','2021-03-11 11:45:03','103.77.235.35',NULL,NULL),(77189,'four_oh_four','2021-03-11 06:45:09','2021-03-11 11:45:09','103.77.235.35',NULL,NULL),(77190,'four_oh_four','2021-03-11 07:02:53','2021-03-11 12:02:53','92.38.136.69',NULL,NULL),(77191,'four_oh_four','2021-03-11 07:02:53','2021-03-11 12:02:53','92.38.136.69',NULL,NULL),(77192,'four_oh_four','2021-03-11 07:21:30','2021-03-11 12:21:30','82.165.85.46',NULL,NULL),(77193,'four_oh_four','2021-03-11 09:02:08','2021-03-11 14:02:08','171.244.1.84',NULL,NULL),(77194,'four_oh_four','2021-03-11 09:31:43','2021-03-11 14:31:43','77.222.110.13',NULL,NULL),(77195,'four_oh_four','2021-03-11 10:47:43','2021-03-11 15:47:43','45.145.119.38',NULL,NULL),(77196,'four_oh_four','2021-03-11 10:59:35','2021-03-11 15:59:35','13.66.139.21',NULL,NULL),(77197,'four_oh_four','2021-03-11 11:21:09','2021-03-11 16:21:09','173.56.57.56',NULL,NULL),(77198,'four_oh_four','2021-03-11 11:21:21','2021-03-11 16:21:21','173.56.57.56',NULL,NULL),(77199,'four_oh_four','2021-03-11 11:32:07','2021-03-11 16:32:07','50.87.144.140',NULL,NULL),(77200,'four_oh_four','2021-03-11 11:50:25','2021-03-11 16:50:25','162.144.141.152',NULL,NULL),(77201,'four_oh_four','2021-03-11 11:55:10','2021-03-11 16:55:10','34.225.194.215',NULL,NULL),(77202,'four_oh_four','2021-03-11 13:23:02','2021-03-11 18:23:02','34.225.194.215',NULL,NULL),(77203,'four_oh_four','2021-03-11 13:23:00','2021-03-11 18:23:00','34.225.194.215',NULL,NULL),(77204,'four_oh_four','2021-03-11 13:23:06','2021-03-11 18:23:06','34.225.194.215',NULL,NULL),(77205,'four_oh_four','2021-03-11 14:47:42','2021-03-11 19:47:42','34.225.194.215',NULL,NULL),(77206,'four_oh_four','2021-03-11 14:53:49','2021-03-11 19:53:49','34.225.194.215',NULL,NULL),(77207,'four_oh_four','2021-03-11 15:04:00','2021-03-11 20:04:00','217.149.7.196',NULL,NULL),(77208,'four_oh_four','2021-03-11 15:06:12','2021-03-11 20:06:12','184.154.139.3',NULL,NULL),(77209,'four_oh_four','2021-03-11 15:13:29','2021-03-11 20:13:29','173.252.87.10',NULL,NULL),(77210,'four_oh_four','2021-03-11 16:25:48','2021-03-11 21:25:48','34.225.194.215',NULL,NULL),(77211,'four_oh_four','2021-03-11 16:47:50','2021-03-11 21:47:50','176.49.2.113',NULL,NULL),(77212,'four_oh_four','2021-03-11 17:07:10','2021-03-11 22:07:10','8.209.68.42',NULL,NULL),(77213,'four_oh_four','2021-03-11 17:55:28','2021-03-11 22:55:28','34.225.194.215',NULL,NULL),(77214,'four_oh_four','2021-03-11 17:55:31','2021-03-11 22:55:31','34.225.194.215',NULL,NULL),(77215,'four_oh_four','2021-03-11 17:55:34','2021-03-11 22:55:34','34.225.194.215',NULL,NULL),(77216,'four_oh_four','2021-03-11 17:58:08','2021-03-11 22:58:08','34.225.194.215',NULL,NULL),(77217,'four_oh_four','2021-03-11 19:36:03','2021-03-12 00:36:03','34.225.194.215',NULL,NULL),(77218,'four_oh_four','2021-03-11 19:42:40','2021-03-12 00:42:40','34.225.194.215',NULL,NULL),(77219,'four_oh_four','2021-03-11 19:59:36','2021-03-12 00:59:36','203.159.80.100',NULL,NULL),(77220,'four_oh_four','2021-03-11 20:00:36','2021-03-12 01:00:36','203.159.80.100',NULL,NULL),(77221,'four_oh_four','2021-03-11 20:01:17','2021-03-12 01:01:17','203.159.80.100',NULL,NULL),(77222,'four_oh_four','2021-03-11 20:02:24','2021-03-12 01:02:24','203.159.80.100',NULL,NULL),(77223,'four_oh_four','2021-03-11 20:06:10','2021-03-12 01:06:10','203.159.80.100',NULL,NULL),(77224,'four_oh_four','2021-03-11 20:06:55','2021-03-12 01:06:55','203.159.80.100',NULL,NULL),(77225,'four_oh_four','2021-03-11 20:07:53','2021-03-12 01:07:53','203.159.80.100',NULL,NULL),(77226,'four_oh_four','2021-03-11 20:09:12','2021-03-12 01:09:12','203.159.80.100',NULL,NULL),(77227,'four_oh_four','2021-03-11 20:10:06','2021-03-12 01:10:06','203.159.80.100',NULL,NULL),(77228,'four_oh_four','2021-03-11 20:10:40','2021-03-12 01:10:40','203.159.80.100',NULL,NULL),(77229,'four_oh_four','2021-03-11 20:11:52','2021-03-12 01:11:52','203.159.80.100',NULL,NULL),(77230,'four_oh_four','2021-03-11 21:20:46','2021-03-12 02:20:46','34.225.194.215',NULL,NULL),(77231,'four_oh_four','2021-03-11 21:40:41','2021-03-12 02:40:41','5.188.48.98',NULL,NULL),(77232,'four_oh_four','2021-03-11 21:40:44','2021-03-12 02:40:44','5.188.48.88',NULL,NULL),(77233,'four_oh_four','2021-03-11 21:40:45','2021-03-12 02:40:45','5.188.48.88',NULL,NULL),(77234,'four_oh_four','2021-03-11 22:06:27','2021-03-12 03:06:27','34.225.194.215',NULL,NULL),(77235,'four_oh_four','2021-03-11 22:06:29','2021-03-12 03:06:29','34.225.194.215',NULL,NULL),(77236,'four_oh_four','2021-03-11 22:43:23','2021-03-12 03:43:23','34.225.194.215',NULL,NULL),(77237,'four_oh_four','2021-03-11 22:43:30','2021-03-12 03:43:30','34.225.194.215',NULL,NULL),(77238,'four_oh_four','2021-03-11 22:43:33','2021-03-12 03:43:33','34.225.194.215',NULL,NULL),(77239,'four_oh_four','2021-03-11 22:43:35','2021-03-12 03:43:35','34.225.194.215',NULL,NULL),(77240,'four_oh_four','2021-03-11 22:54:55','2021-03-12 03:54:55','178.159.37.58',NULL,NULL),(77241,'four_oh_four','2021-03-12 00:12:30','2021-03-12 05:12:30','23.228.109.147',NULL,NULL),(77242,'four_oh_four','2021-03-12 00:21:14','2021-03-12 05:21:14','34.225.194.215',NULL,NULL),(77243,'four_oh_four','2021-03-12 01:58:52','2021-03-12 06:58:52','34.225.194.215',NULL,NULL),(77244,'four_oh_four','2021-03-12 02:06:40','2021-03-12 07:06:40','34.225.194.215',NULL,NULL),(77245,'four_oh_four','2021-03-12 02:06:43','2021-03-12 07:06:43','34.225.194.215',NULL,NULL),(77246,'four_oh_four','2021-03-12 03:04:21','2021-03-12 08:04:21','46.243.220.116',NULL,NULL),(77247,'four_oh_four','2021-03-12 03:59:11','2021-03-12 08:59:11','34.225.194.215',NULL,NULL),(77248,'four_oh_four','2021-03-12 04:34:54','2021-03-12 09:34:54','178.176.77.36',NULL,NULL),(77249,'four_oh_four','2021-03-12 04:38:01','2021-03-12 09:38:01','91.185.70.163',NULL,NULL),(77250,'four_oh_four','2021-03-12 04:38:22','2021-03-12 09:38:22','46.243.220.103',NULL,NULL),(77251,'four_oh_four','2021-03-12 04:45:25','2021-03-12 09:45:25','191.252.102.25',NULL,NULL),(77252,'four_oh_four','2021-03-12 05:38:29','2021-03-12 10:38:29','34.225.194.215',NULL,NULL),(77253,'four_oh_four','2021-03-12 06:02:41','2021-03-12 11:02:41','34.225.194.215',NULL,NULL),(77254,'four_oh_four','2021-03-12 06:02:45','2021-03-12 11:02:45','34.225.194.215',NULL,NULL),(77255,'four_oh_four','2021-03-12 06:02:47','2021-03-12 11:02:47','34.225.194.215',NULL,NULL),(77256,'four_oh_four','2021-03-12 06:02:50','2021-03-12 11:02:50','34.225.194.215',NULL,NULL),(77257,'four_oh_four','2021-03-12 06:02:53','2021-03-12 11:02:53','34.225.194.215',NULL,NULL),(77258,'four_oh_four','2021-03-12 06:02:56','2021-03-12 11:02:56','34.225.194.215',NULL,NULL),(77259,'four_oh_four','2021-03-12 06:02:59','2021-03-12 11:02:59','34.225.194.215',NULL,NULL),(77260,'four_oh_four','2021-03-12 06:03:02','2021-03-12 11:03:02','34.225.194.215',NULL,NULL),(77261,'four_oh_four','2021-03-12 06:03:05','2021-03-12 11:03:05','34.225.194.215',NULL,NULL),(77262,'four_oh_four','2021-03-12 06:03:08','2021-03-12 11:03:08','34.225.194.215',NULL,NULL),(77263,'four_oh_four','2021-03-12 07:19:27','2021-03-12 12:19:27','34.225.194.215',NULL,NULL),(77264,'four_oh_four','2021-03-12 07:49:29','2021-03-12 12:49:29','34.225.194.215',NULL,NULL),(77265,'four_oh_four','2021-03-12 07:49:34','2021-03-12 12:49:34','34.225.194.215',NULL,NULL),(77266,'four_oh_four','2021-03-12 08:24:21','2021-03-12 13:24:21','34.225.194.215',NULL,NULL),(77267,'four_oh_four','2021-03-12 08:24:26','2021-03-12 13:24:26','34.225.194.215',NULL,NULL),(77268,'four_oh_four','2021-03-12 08:24:29','2021-03-12 13:24:29','34.225.194.215',NULL,NULL),(77269,'four_oh_four','2021-03-12 08:24:32','2021-03-12 13:24:32','34.225.194.215',NULL,NULL),(77270,'four_oh_four','2021-03-12 09:23:51','2021-03-12 14:23:51','188.163.47.9',NULL,NULL),(77271,'four_oh_four','2021-03-12 09:34:48','2021-03-12 14:34:48','185.220.101.148',NULL,NULL),(77272,'four_oh_four','2021-03-12 09:34:53','2021-03-12 14:34:53','51.161.43.235',NULL,NULL),(77273,'four_oh_four','2021-03-12 10:20:00','2021-03-12 15:20:00','5.188.48.98',NULL,NULL),(77274,'four_oh_four','2021-03-12 10:43:52','2021-03-12 15:43:52','34.225.194.215',NULL,NULL),(77275,'four_oh_four','2021-03-12 11:56:00','2021-03-12 16:56:00','23.228.109.147',NULL,NULL),(77276,'four_oh_four','2021-03-12 12:46:28','2021-03-12 17:46:28','34.225.194.215',NULL,NULL),(77277,'four_oh_four','2021-03-12 12:46:28','2021-03-12 17:46:28','34.225.194.215',NULL,NULL),(77278,'four_oh_four','2021-03-12 12:46:35','2021-03-12 17:46:35','34.225.194.215',NULL,NULL),(77279,'four_oh_four','2021-03-12 13:02:33','2021-03-12 18:02:33','149.202.87.175',NULL,NULL),(77280,'four_oh_four','2021-03-12 13:49:14','2021-03-12 18:49:14','185.204.1.217',NULL,NULL),(77281,'four_oh_four','2021-03-12 13:49:21','2021-03-12 18:49:21','185.204.1.217',NULL,NULL),(77282,'four_oh_four','2021-03-12 13:49:23','2021-03-12 18:49:23','185.204.1.217',NULL,NULL),(77283,'four_oh_four','2021-03-12 13:49:28','2021-03-12 18:49:28','185.204.1.217',NULL,NULL),(77284,'four_oh_four','2021-03-12 13:49:32','2021-03-12 18:49:32','185.204.1.217',NULL,NULL),(77285,'four_oh_four','2021-03-12 13:49:41','2021-03-12 18:49:41','91.185.70.163',NULL,NULL),(77286,'four_oh_four','2021-03-12 14:07:56','2021-03-12 19:07:56','34.225.194.215',NULL,NULL),(77287,'four_oh_four','2021-03-12 14:08:01','2021-03-12 19:08:01','34.225.194.215',NULL,NULL),(77288,'four_oh_four','2021-03-12 14:08:04','2021-03-12 19:08:04','34.225.194.215',NULL,NULL),(77289,'four_oh_four','2021-03-12 14:33:41','2021-03-12 19:33:41','193.138.218.224',NULL,NULL),(77290,'four_oh_four','2021-03-12 14:33:45','2021-03-12 19:33:45','193.138.218.224',NULL,NULL),(77291,'four_oh_four','2021-03-12 14:36:07','2021-03-12 19:36:07','34.225.194.215',NULL,NULL),(77292,'four_oh_four','2021-03-12 14:36:07','2021-03-12 19:36:07','34.225.194.215',NULL,NULL),(77293,'four_oh_four','2021-03-12 15:03:05','2021-03-12 20:03:05','184.154.139.21',NULL,NULL),(77294,'four_oh_four','2021-03-12 15:06:37','2021-03-12 20:06:37','13.66.139.21',NULL,NULL),(77295,'four_oh_four','2021-03-12 15:47:11','2021-03-12 20:47:11','34.225.194.215',NULL,NULL),(77296,'four_oh_four','2021-03-12 16:16:31','2021-03-12 21:16:31','34.225.194.215',NULL,NULL),(77297,'four_oh_four','2021-03-12 16:16:37','2021-03-12 21:16:37','34.225.194.215',NULL,NULL),(77298,'four_oh_four','2021-03-12 16:16:31','2021-03-12 21:16:31','34.225.194.215',NULL,NULL),(77299,'four_oh_four','2021-03-12 16:16:37','2021-03-12 21:16:37','34.225.194.215',NULL,NULL),(77300,'four_oh_four','2021-03-12 16:16:49','2021-03-12 21:16:49','34.225.194.215',NULL,NULL),(77301,'four_oh_four','2021-03-12 16:16:49','2021-03-12 21:16:49','34.225.194.215',NULL,NULL),(77302,'four_oh_four','2021-03-12 16:16:49','2021-03-12 21:16:49','34.225.194.215',NULL,NULL),(77303,'four_oh_four','2021-03-12 16:16:50','2021-03-12 21:16:50','34.225.194.215',NULL,NULL),(77304,'four_oh_four','2021-03-12 16:19:17','2021-03-12 21:19:17','34.225.194.215',NULL,NULL),(77305,'four_oh_four','2021-03-12 16:25:46','2021-03-12 21:25:46','34.225.194.215',NULL,NULL),(77306,'four_oh_four','2021-03-12 16:25:48','2021-03-12 21:25:48','34.225.194.215',NULL,NULL),(77307,'four_oh_four','2021-03-12 17:47:11','2021-03-12 22:47:11','5.188.48.88',NULL,NULL),(77308,'four_oh_four','2021-03-12 17:47:11','2021-03-12 22:47:11','5.188.48.88',NULL,NULL),(77309,'four_oh_four','2021-03-12 17:53:28','2021-03-12 22:53:28','34.225.194.215',NULL,NULL),(77310,'four_oh_four','2021-03-12 17:53:28','2021-03-12 22:53:28','34.225.194.215',NULL,NULL),(77311,'four_oh_four','2021-03-12 17:53:31','2021-03-12 22:53:31','34.225.194.215',NULL,NULL),(77312,'four_oh_four','2021-03-12 17:53:31','2021-03-12 22:53:31','34.225.194.215',NULL,NULL),(77313,'four_oh_four','2021-03-12 17:57:24','2021-03-12 22:57:24','34.225.194.215',NULL,NULL),(77314,'four_oh_four','2021-03-12 17:57:24','2021-03-12 22:57:24','34.225.194.215',NULL,NULL),(77315,'four_oh_four','2021-03-12 18:45:25','2021-03-12 23:45:25','91.185.70.163',NULL,NULL),(77316,'four_oh_four','2021-03-12 18:55:48','2021-03-12 23:55:48','5.188.48.98',NULL,NULL),(77317,'four_oh_four','2021-03-12 19:19:21','2021-03-13 00:19:21','34.225.194.215',NULL,NULL),(77318,'four_oh_four','2021-03-12 19:19:25','2021-03-13 00:19:25','34.225.194.215',NULL,NULL),(77319,'four_oh_four','2021-03-12 19:19:27','2021-03-13 00:19:27','34.225.194.215',NULL,NULL),(77320,'four_oh_four','2021-03-12 19:19:31','2021-03-13 00:19:31','34.225.194.215',NULL,NULL),(77321,'four_oh_four','2021-03-12 19:20:49','2021-03-13 00:20:49','34.225.194.215',NULL,NULL),(77322,'four_oh_four','2021-03-12 19:20:51','2021-03-13 00:20:51','34.225.194.215',NULL,NULL),(77323,'four_oh_four','2021-03-12 19:33:38','2021-03-13 00:33:38','34.225.194.215',NULL,NULL),(77324,'four_oh_four','2021-03-12 19:33:42','2021-03-13 00:33:42','34.225.194.215',NULL,NULL),(77325,'four_oh_four','2021-03-12 19:38:34','2021-03-13 00:38:34','34.225.194.215',NULL,NULL),(77326,'four_oh_four','2021-03-12 19:38:33','2021-03-13 00:38:33','34.225.194.215',NULL,NULL),(77327,'four_oh_four','2021-03-12 19:40:29','2021-03-13 00:40:29','34.225.194.215',NULL,NULL),(77328,'four_oh_four','2021-03-12 19:40:31','2021-03-13 00:40:31','34.225.194.215',NULL,NULL),(77329,'four_oh_four','2021-03-12 21:26:44','2021-03-13 02:26:44','34.225.194.215',NULL,NULL),(77330,'four_oh_four','2021-03-12 21:31:53','2021-03-13 02:31:53','37.142.89.38',NULL,NULL),(77331,'four_oh_four','2021-03-12 22:08:08','2021-03-13 03:08:08','45.148.10.190',NULL,NULL),(77332,'four_oh_four','2021-03-12 22:08:12','2021-03-13 03:08:12','45.148.10.190',NULL,NULL),(77333,'four_oh_four','2021-03-12 22:24:30','2021-03-13 03:24:30','95.143.22.75',NULL,NULL);
INSERT INTO `lwz_itsec_temp` VALUES (77334,'four_oh_four','2021-03-12 23:15:58','2021-03-13 04:15:58','23.228.109.147',NULL,NULL),(77335,'four_oh_four','2021-03-12 23:16:01','2021-03-13 04:16:01','34.225.194.215',NULL,NULL),(77336,'four_oh_four','2021-03-12 23:16:02','2021-03-13 04:16:02','34.225.194.215',NULL,NULL),(77337,'four_oh_four','2021-03-12 23:16:03','2021-03-13 04:16:03','34.225.194.215',NULL,NULL),(77338,'four_oh_four','2021-03-12 23:16:04','2021-03-13 04:16:04','34.225.194.215',NULL,NULL),(77339,'four_oh_four','2021-03-12 23:16:04','2021-03-13 04:16:04','34.225.194.215',NULL,NULL),(77340,'four_oh_four','2021-03-12 23:21:11','2021-03-13 04:21:11','34.225.194.215',NULL,NULL),(77341,'four_oh_four','2021-03-12 23:21:14','2021-03-13 04:21:14','34.225.194.215',NULL,NULL),(77342,'four_oh_four','2021-03-12 23:31:32','2021-03-13 04:31:32','45.148.10.190',NULL,NULL),(77343,'four_oh_four','2021-03-12 23:31:36','2021-03-13 04:31:36','45.148.10.190',NULL,NULL),(77344,'four_oh_four','2021-03-12 23:31:41','2021-03-13 04:31:41','45.148.10.190',NULL,NULL),(77345,'four_oh_four','2021-03-12 23:31:46','2021-03-13 04:31:46','45.148.10.190',NULL,NULL),(77346,'four_oh_four','2021-03-12 23:31:51','2021-03-13 04:31:51','45.148.10.190',NULL,NULL),(77347,'four_oh_four','2021-03-12 23:40:22','2021-03-13 04:40:22','2.56.136.14',NULL,NULL),(77348,'four_oh_four','2021-03-13 00:33:24','2021-03-13 05:33:24','34.225.194.215',NULL,NULL),(77349,'four_oh_four','2021-03-13 00:33:29','2021-03-13 05:33:29','34.225.194.215',NULL,NULL),(77350,'four_oh_four','2021-03-13 00:33:32','2021-03-13 05:33:32','34.225.194.215',NULL,NULL),(77351,'four_oh_four','2021-03-13 00:33:35','2021-03-13 05:33:35','34.225.194.215',NULL,NULL),(77352,'four_oh_four','2021-03-13 00:33:37','2021-03-13 05:33:37','34.225.194.215',NULL,NULL),(77353,'four_oh_four','2021-03-13 00:33:40','2021-03-13 05:33:40','34.225.194.215',NULL,NULL),(77354,'four_oh_four','2021-03-13 00:33:42','2021-03-13 05:33:42','34.225.194.215',NULL,NULL),(77355,'four_oh_four','2021-03-13 00:33:45','2021-03-13 05:33:45','34.225.194.215',NULL,NULL),(77356,'four_oh_four','2021-03-13 00:33:47','2021-03-13 05:33:47','34.225.194.215',NULL,NULL),(77357,'four_oh_four','2021-03-13 00:33:50','2021-03-13 05:33:50','34.225.194.215',NULL,NULL),(77358,'four_oh_four','2021-03-13 00:33:53','2021-03-13 05:33:53','34.225.194.215',NULL,NULL),(77359,'four_oh_four','2021-03-13 00:33:55','2021-03-13 05:33:55','34.225.194.215',NULL,NULL),(77360,'four_oh_four','2021-03-13 00:34:00','2021-03-13 05:34:00','34.225.194.215',NULL,NULL),(77361,'four_oh_four','2021-03-13 00:34:03','2021-03-13 05:34:03','34.225.194.215',NULL,NULL),(77362,'four_oh_four','2021-03-13 00:34:06','2021-03-13 05:34:06','34.225.194.215',NULL,NULL),(77363,'four_oh_four','2021-03-13 00:34:08','2021-03-13 05:34:08','34.225.194.215',NULL,NULL),(77364,'four_oh_four','2021-03-13 00:34:11','2021-03-13 05:34:11','34.225.194.215',NULL,NULL),(77365,'four_oh_four','2021-03-13 00:35:13','2021-03-13 05:35:13','178.159.37.58',NULL,NULL),(77366,'four_oh_four','2021-03-13 00:39:39','2021-03-13 05:39:39','34.225.194.215',NULL,NULL),(77367,'four_oh_four','2021-03-13 00:39:42','2021-03-13 05:39:42','34.225.194.215',NULL,NULL),(77368,'four_oh_four','2021-03-13 00:48:10','2021-03-13 05:48:10','34.225.194.215',NULL,NULL),(77369,'four_oh_four','2021-03-13 00:48:13','2021-03-13 05:48:13','34.225.194.215',NULL,NULL),(77370,'four_oh_four','2021-03-13 01:05:35','2021-03-13 06:05:35','34.225.194.215',NULL,NULL),(77371,'four_oh_four','2021-03-13 02:22:09','2021-03-13 07:22:09','95.143.22.75',NULL,NULL),(77372,'four_oh_four','2021-03-13 02:37:16','2021-03-13 07:37:16','34.225.194.215',NULL,NULL),(77373,'four_oh_four','2021-03-13 02:37:21','2021-03-13 07:37:21','34.225.194.215',NULL,NULL),(77374,'four_oh_four','2021-03-13 03:03:01','2021-03-13 08:03:01','91.185.70.163',NULL,NULL),(77375,'four_oh_four','2021-03-13 03:03:13','2021-03-13 08:03:13','34.225.194.215',NULL,NULL),(77376,'four_oh_four','2021-03-13 03:09:30','2021-03-13 08:09:30','13.66.139.21',NULL,NULL),(77377,'four_oh_four','2021-03-13 03:19:50','2021-03-13 08:19:50','40.77.167.4',NULL,NULL),(77378,'four_oh_four','2021-03-13 03:33:52','2021-03-13 08:33:52','68.183.105.217',NULL,NULL),(77379,'four_oh_four','2021-03-13 03:49:28','2021-03-13 08:49:28','188.122.82.146',NULL,NULL),(77380,'four_oh_four','2021-03-13 04:01:27','2021-03-13 09:01:27','34.225.194.215',NULL,NULL),(77381,'four_oh_four','2021-03-13 04:01:32','2021-03-13 09:01:32','34.225.194.215',NULL,NULL),(77382,'four_oh_four','2021-03-13 04:01:35','2021-03-13 09:01:35','34.225.194.215',NULL,NULL),(77383,'four_oh_four','2021-03-13 04:28:22','2021-03-13 09:28:22','34.225.194.215',NULL,NULL),(77384,'four_oh_four','2021-03-13 04:28:26','2021-03-13 09:28:26','34.225.194.215',NULL,NULL),(77385,'four_oh_four','2021-03-13 04:28:29','2021-03-13 09:28:29','34.225.194.215',NULL,NULL),(77386,'four_oh_four','2021-03-13 04:28:32','2021-03-13 09:28:32','34.225.194.215',NULL,NULL),(77387,'four_oh_four','2021-03-13 05:06:58','2021-03-13 10:06:58','91.230.121.212',NULL,NULL),(77388,'four_oh_four','2021-03-13 06:28:29','2021-03-13 11:28:29','87.117.60.216',NULL,NULL),(77389,'four_oh_four','2021-03-13 07:11:26','2021-03-13 12:11:26','185.32.222.106',NULL,NULL),(77390,'four_oh_four','2021-03-13 09:53:57','2021-03-13 14:53:57','34.225.194.215',NULL,NULL),(77391,'four_oh_four','2021-03-13 09:54:00','2021-03-13 14:54:00','34.225.194.215',NULL,NULL),(77392,'four_oh_four','2021-03-13 09:54:03','2021-03-13 14:54:03','34.225.194.215',NULL,NULL),(77393,'four_oh_four','2021-03-13 09:54:06','2021-03-13 14:54:06','34.225.194.215',NULL,NULL),(77394,'four_oh_four','2021-03-13 10:22:12','2021-03-13 15:22:12','34.225.194.215',NULL,NULL),(77395,'four_oh_four','2021-03-13 10:22:16','2021-03-13 15:22:16','34.225.194.215',NULL,NULL),(77396,'four_oh_four','2021-03-13 10:22:19','2021-03-13 15:22:19','34.225.194.215',NULL,NULL),(77397,'four_oh_four','2021-03-13 10:22:21','2021-03-13 15:22:21','34.225.194.215',NULL,NULL),(77398,'four_oh_four','2021-03-13 11:31:33','2021-03-13 16:31:33','178.159.37.139',NULL,NULL),(77399,'four_oh_four','2021-03-13 13:20:35','2021-03-13 18:20:35','148.251.54.157',NULL,NULL),(77400,'four_oh_four','2021-03-13 13:23:57','2021-03-13 18:23:57','71.179.15.224',NULL,NULL),(77401,'four_oh_four','2021-03-13 13:25:29','2021-03-13 18:25:29','71.179.15.224',NULL,NULL),(77402,'four_oh_four','2021-03-13 14:40:10','2021-03-13 19:40:10','45.91.202.155',NULL,NULL),(77403,'four_oh_four','2021-03-13 14:43:38','2021-03-13 19:43:38','37.147.166.229',NULL,NULL),(77404,'four_oh_four','2021-03-13 14:49:03','2021-03-13 19:49:03','95.73.80.212',NULL,NULL),(77405,'four_oh_four','2021-03-13 15:06:02','2021-03-13 20:06:02','184.154.139.19',NULL,NULL),(77406,'four_oh_four','2021-03-13 15:07:17','2021-03-13 20:07:17','62.210.80.33',NULL,NULL),(77407,'four_oh_four','2021-03-13 19:10:03','2021-03-14 00:10:03','92.124.160.143',NULL,NULL),(77408,'four_oh_four','2021-03-13 20:04:31','2021-03-14 01:04:31','35.210.149.90',NULL,NULL),(77409,'four_oh_four','2021-03-13 20:28:15','2021-03-14 01:28:15','34.225.194.215',NULL,NULL),(77410,'four_oh_four','2021-03-13 20:28:15','2021-03-14 01:28:15','34.225.194.215',NULL,NULL),(77411,'four_oh_four','2021-03-13 20:29:26','2021-03-14 01:29:26','89.111.33.222',NULL,NULL),(77412,'four_oh_four','2021-03-14 00:26:44','2021-03-14 05:26:44','34.225.194.215',NULL,NULL),(77413,'four_oh_four','2021-03-14 00:26:46','2021-03-14 05:26:46','34.225.194.215',NULL,NULL),(77414,'four_oh_four','2021-03-14 02:38:38','2021-03-14 07:38:38','68.65.123.107',NULL,NULL),(77415,'four_oh_four','2021-03-14 04:24:04','2021-03-14 09:24:04','34.225.194.215',NULL,NULL),(77416,'four_oh_four','2021-03-14 04:43:18','2021-03-14 09:43:18','2.56.136.14',NULL,NULL),(77417,'four_oh_four','2021-03-14 05:04:40','2021-03-14 10:04:40','34.225.194.215',NULL,NULL),(77418,'four_oh_four','2021-03-14 05:04:45','2021-03-14 10:04:45','34.225.194.215',NULL,NULL),(77419,'four_oh_four','2021-03-14 05:04:48','2021-03-14 10:04:48','34.225.194.215',NULL,NULL),(77420,'four_oh_four','2021-03-14 05:04:51','2021-03-14 10:04:51','34.225.194.215',NULL,NULL),(77421,'four_oh_four','2021-03-14 05:04:53','2021-03-14 10:04:53','34.225.194.215',NULL,NULL),(77422,'four_oh_four','2021-03-14 05:04:57','2021-03-14 10:04:57','34.225.194.215',NULL,NULL),(77423,'four_oh_four','2021-03-14 05:05:00','2021-03-14 10:05:00','34.225.194.215',NULL,NULL),(77424,'four_oh_four','2021-03-14 05:05:03','2021-03-14 10:05:03','34.225.194.215',NULL,NULL),(77425,'four_oh_four','2021-03-14 05:05:06','2021-03-14 10:05:06','34.225.194.215',NULL,NULL),(77426,'four_oh_four','2021-03-14 05:05:10','2021-03-14 10:05:10','34.225.194.215',NULL,NULL),(77427,'four_oh_four','2021-03-14 05:05:12','2021-03-14 10:05:12','34.225.194.215',NULL,NULL),(77428,'four_oh_four','2021-03-14 05:05:15','2021-03-14 10:05:15','34.225.194.215',NULL,NULL),(77429,'four_oh_four','2021-03-14 05:05:18','2021-03-14 10:05:18','34.225.194.215',NULL,NULL),(77430,'four_oh_four','2021-03-14 05:05:21','2021-03-14 10:05:21','34.225.194.215',NULL,NULL),(77431,'four_oh_four','2021-03-14 05:05:24','2021-03-14 10:05:24','34.225.194.215',NULL,NULL),(77432,'four_oh_four','2021-03-14 05:05:26','2021-03-14 10:05:26','34.225.194.215',NULL,NULL),(77433,'four_oh_four','2021-03-14 05:05:29','2021-03-14 10:05:29','34.225.194.215',NULL,NULL),(77434,'four_oh_four','2021-03-14 05:05:32','2021-03-14 10:05:32','34.225.194.215',NULL,NULL),(77435,'four_oh_four','2021-03-14 05:05:35','2021-03-14 10:05:35','34.225.194.215',NULL,NULL),(77436,'four_oh_four','2021-03-14 05:05:37','2021-03-14 10:05:37','34.225.194.215',NULL,NULL),(77437,'four_oh_four','2021-03-14 05:39:17','2021-03-14 10:39:17','185.209.22.137',NULL,NULL),(77438,'four_oh_four','2021-03-14 06:23:07','2021-03-14 11:23:07','34.225.194.215',NULL,NULL),(77439,'four_oh_four','2021-03-14 06:23:10','2021-03-14 11:23:10','34.225.194.215',NULL,NULL),(77440,'four_oh_four','2021-03-14 06:23:13','2021-03-14 11:23:13','34.225.194.215',NULL,NULL),(77441,'four_oh_four','2021-03-14 06:23:16','2021-03-14 11:23:16','34.225.194.215',NULL,NULL),(77442,'four_oh_four','2021-03-14 06:23:18','2021-03-14 11:23:18','34.225.194.215',NULL,NULL),(77443,'four_oh_four','2021-03-14 07:44:17','2021-03-14 12:44:17','40.77.167.4',NULL,NULL),(77444,'four_oh_four','2021-03-14 07:44:59','2021-03-14 12:44:59','13.66.139.49',NULL,NULL),(77445,'four_oh_four','2021-03-14 08:29:18','2021-03-14 13:29:18','34.225.194.215',NULL,NULL),(77446,'four_oh_four','2021-03-14 08:29:24','2021-03-14 13:29:24','34.225.194.215',NULL,NULL),(77447,'four_oh_four','2021-03-14 09:10:56','2021-03-14 14:10:56','84.17.52.79',NULL,NULL),(77448,'four_oh_four','2021-03-14 10:06:35','2021-03-14 15:06:35','34.225.194.215',NULL,NULL),(77449,'four_oh_four','2021-03-14 10:42:21','2021-03-14 15:42:21','34.225.194.215',NULL,NULL),(77450,'four_oh_four','2021-03-14 10:42:21','2021-03-14 15:42:21','34.225.194.215',NULL,NULL),(77451,'four_oh_four','2021-03-14 12:46:30','2021-03-14 17:46:30','34.225.194.215',NULL,NULL),(77452,'four_oh_four','2021-03-14 12:48:37','2021-03-14 17:48:37','34.225.194.215',NULL,NULL),(77453,'four_oh_four','2021-03-14 14:07:16','2021-03-14 19:07:16','198.20.67.202',NULL,NULL),(77454,'four_oh_four','2021-03-14 14:56:38','2021-03-14 19:56:38','13.66.139.0',NULL,NULL),(77455,'four_oh_four','2021-03-14 15:03:10','2021-03-14 20:03:10','37.20.249.37',NULL,NULL),(77456,'four_oh_four','2021-03-14 15:24:52','2021-03-14 20:24:52','85.209.89.243',NULL,NULL),(77457,'four_oh_four','2021-03-14 17:34:16','2021-03-14 22:34:16','188.163.47.9',NULL,NULL),(77458,'four_oh_four','2021-03-14 21:18:44','2021-03-15 02:18:44','45.88.3.179',NULL,NULL),(77459,'four_oh_four','2021-03-14 21:19:03','2021-03-15 02:19:03','45.88.3.179',NULL,NULL),(77460,'four_oh_four','2021-03-14 21:19:21','2021-03-15 02:19:21','45.88.3.179',NULL,NULL),(77461,'four_oh_four','2021-03-14 21:19:31','2021-03-15 02:19:31','45.88.3.179',NULL,NULL),(77462,'four_oh_four','2021-03-14 23:07:05','2021-03-15 04:07:05','23.228.109.147',NULL,NULL),(77463,'four_oh_four','2021-03-14 23:56:46','2021-03-15 04:56:46','173.231.59.209',NULL,NULL),(77464,'four_oh_four','2021-03-14 23:57:24','2021-03-15 04:57:24','173.231.59.209',NULL,NULL),(77465,'four_oh_four','2021-03-15 04:54:03','2021-03-15 09:54:03','204.101.61.82',NULL,NULL),(77466,'four_oh_four','2021-03-15 06:06:43','2021-03-15 11:06:43','13.66.139.24',NULL,NULL),(77467,'four_oh_four','2021-03-15 06:08:11','2021-03-15 11:08:11','46.243.220.116',NULL,NULL),(77468,'four_oh_four','2021-03-15 06:12:13','2021-03-15 11:12:13','208.102.51.6',NULL,NULL),(77469,'four_oh_four','2021-03-15 07:34:38','2021-03-15 12:34:38','46.161.15.40',NULL,NULL),(77470,'four_oh_four','2021-03-15 10:48:01','2021-03-15 15:48:01','76.21.240.182',NULL,NULL),(77471,'four_oh_four','2021-03-15 11:34:13','2021-03-15 16:34:13','38.101.39.161',NULL,NULL),(77472,'four_oh_four','2021-03-15 11:38:13','2021-03-15 16:38:13','38.101.39.161',NULL,NULL),(77473,'four_oh_four','2021-03-15 11:44:44','2021-03-15 16:44:44','5.188.48.88',NULL,NULL),(77474,'four_oh_four','2021-03-15 12:05:06','2021-03-15 17:05:06','13.66.139.23',NULL,NULL),(77475,'four_oh_four','2021-03-15 13:38:57','2021-03-15 18:38:57','159.203.81.46',NULL,NULL),(77476,'four_oh_four','2021-03-15 14:03:16','2021-03-15 19:03:16','184.154.139.19',NULL,NULL),(77477,'four_oh_four','2021-03-15 15:18:13','2021-03-15 20:18:13','129.146.190.190',NULL,NULL),(77478,'four_oh_four','2021-03-15 15:30:05','2021-03-15 20:30:05','188.122.82.146',NULL,NULL),(77479,'four_oh_four','2021-03-15 18:36:01','2021-03-15 23:36:01','2.56.136.14',NULL,NULL),(77480,'four_oh_four','2021-03-15 20:08:35','2021-03-16 01:08:35','114.119.130.104',NULL,NULL),(77481,'four_oh_four','2021-03-15 20:57:40','2021-03-16 01:57:40','8.209.114.235',NULL,NULL),(77482,'four_oh_four','2021-03-15 21:33:26','2021-03-16 02:33:26','46.183.135.170',NULL,NULL),(77483,'four_oh_four','2021-03-15 21:43:38','2021-03-16 02:43:38','114.119.157.110',NULL,NULL),(77484,'four_oh_four','2021-03-15 22:52:15','2021-03-16 03:52:15','178.184.116.207',NULL,NULL),(77485,'four_oh_four','2021-03-16 00:12:19','2021-03-16 05:12:19','94.181.44.79',NULL,NULL),(77486,'four_oh_four','2021-03-16 02:33:05','2021-03-16 07:33:05','160.153.154.8',NULL,NULL),(77487,'four_oh_four','2021-03-16 02:33:05','2021-03-16 07:33:05','160.153.154.8',NULL,NULL),(77488,'four_oh_four','2021-03-16 04:03:46','2021-03-16 09:03:46','173.252.127.22',NULL,NULL),(77489,'four_oh_four','2021-03-16 05:38:21','2021-03-16 10:38:21','204.101.61.82',NULL,NULL),(77490,'four_oh_four','2021-03-16 06:24:04','2021-03-16 11:24:04','194.5.53.155',NULL,NULL),(77491,'four_oh_four','2021-03-16 08:05:46','2021-03-16 13:05:46','178.168.221.142',NULL,NULL),(77492,'four_oh_four','2021-03-16 08:20:36','2021-03-16 13:20:36','114.119.158.13',NULL,NULL),(77493,'four_oh_four','2021-03-16 10:50:24','2021-03-16 15:50:24','51.83.68.128',NULL,NULL),(77494,'four_oh_four','2021-03-16 10:50:24','2021-03-16 15:50:24','51.83.68.128',NULL,NULL),(77495,'four_oh_four','2021-03-16 10:50:24','2021-03-16 15:50:24','51.83.68.128',NULL,NULL),(77496,'four_oh_four','2021-03-16 10:50:27','2021-03-16 15:50:27','51.83.68.128',NULL,NULL),(77497,'four_oh_four','2021-03-16 10:50:30','2021-03-16 15:50:30','51.83.68.128',NULL,NULL),(77498,'four_oh_four','2021-03-16 10:50:33','2021-03-16 15:50:33','51.83.68.128',NULL,NULL),(77499,'four_oh_four','2021-03-16 10:50:36','2021-03-16 15:50:36','51.83.68.128',NULL,NULL),(77500,'four_oh_four','2021-03-16 10:54:45','2021-03-16 15:54:45','51.83.68.128',NULL,NULL),(77501,'four_oh_four','2021-03-16 10:54:45','2021-03-16 15:54:45','51.83.68.128',NULL,NULL),(77502,'four_oh_four','2021-03-16 10:54:45','2021-03-16 15:54:45','51.83.68.128',NULL,NULL),(77503,'four_oh_four','2021-03-16 10:54:44','2021-03-16 15:54:44','51.83.68.128',NULL,NULL),(77504,'four_oh_four','2021-03-16 10:54:49','2021-03-16 15:54:49','51.83.68.128',NULL,NULL),(77505,'four_oh_four','2021-03-16 10:54:52','2021-03-16 15:54:52','51.83.68.128',NULL,NULL),(77506,'four_oh_four','2021-03-16 10:54:55','2021-03-16 15:54:55','51.83.68.128',NULL,NULL),(77507,'four_oh_four','2021-03-16 12:25:19','2021-03-16 17:25:19','178.159.37.139',NULL,NULL),(77508,'four_oh_four','2021-03-16 14:08:48','2021-03-16 19:08:48','198.20.67.202',NULL,NULL),(77509,'four_oh_four','2021-03-16 15:50:02','2021-03-16 20:50:02','114.119.158.13',NULL,NULL),(77510,'four_oh_four','2021-03-16 15:58:16','2021-03-16 20:58:16','193.202.110.26',NULL,NULL),(77511,'four_oh_four','2021-03-16 16:25:10','2021-03-16 21:25:10','13.66.139.22',NULL,NULL),(77512,'four_oh_four','2021-03-16 16:33:52','2021-03-16 21:33:52','188.163.46.254',NULL,NULL),(77513,'four_oh_four','2021-03-16 17:37:22','2021-03-16 22:37:22','157.55.39.64',NULL,NULL),(77514,'four_oh_four','2021-03-16 19:32:12','2021-03-17 00:32:12','3.94.137.21',NULL,NULL),(77515,'four_oh_four','2021-03-16 19:32:20','2021-03-17 00:32:20','3.94.137.21',NULL,NULL),(77516,'four_oh_four','2021-03-16 19:32:27','2021-03-17 00:32:27','3.94.137.21',NULL,NULL),(77517,'four_oh_four','2021-03-16 19:32:34','2021-03-17 00:32:34','3.94.137.21',NULL,NULL),(77518,'four_oh_four','2021-03-16 19:45:20','2021-03-17 00:45:20','188.163.47.9',NULL,NULL),(77519,'four_oh_four','2021-03-16 21:56:19','2021-03-17 02:56:19','62.113.113.147',NULL,NULL),(77520,'four_oh_four','2021-03-16 22:41:47','2021-03-17 03:41:47','114.119.143.145',NULL,NULL),(77521,'four_oh_four','2021-03-16 23:04:55','2021-03-17 04:04:55','23.228.109.147',NULL,NULL),(77522,'four_oh_four','2021-03-16 23:07:05','2021-03-17 04:07:05','114.119.151.107',NULL,NULL),(77523,'four_oh_four','2021-03-17 01:18:23','2021-03-17 06:18:23','83.11.97.126',NULL,NULL),(77524,'four_oh_four','2021-03-17 02:29:50','2021-03-17 07:29:50','66.249.69.213',NULL,NULL),(77525,'four_oh_four','2021-03-17 02:43:28','2021-03-17 07:43:28','66.249.69.215',NULL,NULL),(77526,'four_oh_four','2021-03-17 03:03:47','2021-03-17 08:03:47','8.209.107.86',NULL,NULL),(77527,'four_oh_four','2021-03-17 03:59:42','2021-03-17 08:59:42','2.56.136.14',NULL,NULL),(77528,'four_oh_four','2021-03-17 04:10:46','2021-03-17 09:10:46','92.124.161.242',NULL,NULL),(77529,'four_oh_four','2021-03-17 05:06:18','2021-03-17 10:06:18','114.119.130.104',NULL,NULL),(77530,'four_oh_four','2021-03-17 05:49:46','2021-03-17 10:49:46','84.17.47.82',NULL,NULL),(77531,'four_oh_four','2021-03-17 09:20:14','2021-03-17 14:20:14','114.119.136.66',NULL,NULL),(77532,'four_oh_four','2021-03-17 09:34:00','2021-03-17 14:34:00','40.77.167.22',NULL,NULL),(77533,'four_oh_four','2021-03-17 09:58:44','2021-03-17 14:58:44','114.119.148.105',NULL,NULL),(77534,'four_oh_four','2021-03-17 09:59:10','2021-03-17 14:59:10','156.207.3.116',NULL,NULL),(77535,'four_oh_four','2021-03-17 10:33:27','2021-03-17 15:33:27','50.87.253.53',NULL,NULL),(77536,'four_oh_four','2021-03-17 10:35:10','2021-03-17 15:35:10','50.87.253.53',NULL,NULL),(77537,'four_oh_four','2021-03-17 11:29:34','2021-03-17 16:29:34','52.201.182.91',NULL,NULL),(77538,'four_oh_four','2021-03-17 11:57:15','2021-03-17 16:57:15','114.119.148.105',NULL,NULL),(77539,'four_oh_four','2021-03-17 12:54:27','2021-03-17 17:54:27','2.56.136.14',NULL,NULL),(77540,'four_oh_four','2021-03-17 14:04:06','2021-03-17 19:04:06','184.154.139.17',NULL,NULL),(77541,'four_oh_four','2021-03-17 15:20:36','2021-03-17 20:20:36','5.188.48.98',NULL,NULL),(77542,'four_oh_four','2021-03-17 17:23:39','2021-03-17 22:23:39','188.172.220.69',NULL,NULL),(77543,'four_oh_four','2021-03-17 17:26:25','2021-03-17 22:26:25','129.146.190.190',NULL,NULL),(77544,'four_oh_four','2021-03-17 17:35:56','2021-03-17 22:35:56','73.133.180.68',NULL,NULL),(77545,'four_oh_four','2021-03-17 17:36:03','2021-03-17 22:36:03','73.133.180.68',NULL,NULL),(77546,'four_oh_four','2021-03-17 18:10:16','2021-03-17 23:10:16','5.188.48.98',NULL,NULL),(77547,'four_oh_four','2021-03-17 18:46:28','2021-03-17 23:46:28','114.119.157.110',NULL,NULL),(77548,'four_oh_four','2021-03-17 19:22:35','2021-03-18 00:22:35','114.119.148.105',NULL,NULL),(77549,'four_oh_four','2021-03-17 20:26:15','2021-03-18 01:26:15','114.119.143.145',NULL,NULL),(77550,'four_oh_four','2021-03-17 20:40:41','2021-03-18 01:40:41','13.66.139.13',NULL,NULL),(77551,'four_oh_four','2021-03-17 21:18:12','2021-03-18 02:18:12','66.249.69.215',NULL,NULL),(77552,'four_oh_four','2021-03-17 22:42:19','2021-03-18 03:42:19','114.119.134.41',NULL,NULL),(77553,'four_oh_four','2021-03-17 22:49:14','2021-03-18 03:49:14','50.87.253.53',NULL,NULL),(77554,'four_oh_four','2021-03-17 23:02:51','2021-03-18 04:02:51','2.56.136.14',NULL,NULL),(77555,'four_oh_four','2021-03-17 23:02:57','2021-03-18 04:02:57','37.59.249.20',NULL,NULL),(77556,'four_oh_four','2021-03-17 23:02:59','2021-03-18 04:02:59','37.59.249.20',NULL,NULL),(77557,'four_oh_four','2021-03-17 23:03:02','2021-03-18 04:03:02','37.59.249.20',NULL,NULL),(77558,'four_oh_four','2021-03-17 23:45:43','2021-03-18 04:45:43','50.87.253.53',NULL,NULL),(77559,'four_oh_four','2021-03-18 02:49:06','2021-03-18 07:49:06','114.119.136.66',NULL,NULL),(77560,'four_oh_four','2021-03-18 04:10:11','2021-03-18 09:10:11','107.173.178.155',NULL,NULL),(77561,'four_oh_four','2021-03-18 05:14:38','2021-03-18 10:14:38','109.248.129.89',NULL,NULL),(77562,'four_oh_four','2021-03-18 06:21:37','2021-03-18 11:21:37','114.119.157.110',NULL,NULL),(77563,'four_oh_four','2021-03-18 06:37:18','2021-03-18 11:37:18','114.119.157.110',NULL,NULL),(77564,'four_oh_four','2021-03-18 09:06:44','2021-03-18 14:06:44','50.87.253.53',NULL,NULL),(77565,'four_oh_four','2021-03-18 09:17:20','2021-03-18 14:17:20','50.87.253.53',NULL,NULL),(77566,'four_oh_four','2021-03-18 09:40:42','2021-03-18 14:40:42','217.12.221.2',NULL,NULL),(77567,'four_oh_four','2021-03-18 10:15:45','2021-03-18 15:15:45','114.119.143.145',NULL,NULL),(77568,'four_oh_four','2021-03-18 11:17:50','2021-03-18 16:17:50','51.81.139.66',NULL,NULL),(77569,'four_oh_four','2021-03-18 13:18:03','2021-03-18 18:18:03','13.66.139.13',NULL,NULL),(77570,'four_oh_four','2021-03-18 14:07:13','2021-03-18 19:07:13','198.20.67.202',NULL,NULL),(77571,'four_oh_four','2021-03-18 16:04:32','2021-03-18 21:04:32','114.119.145.125',NULL,NULL),(77572,'four_oh_four','2021-03-18 18:20:44','2021-03-18 23:20:44','88.206.14.140',NULL,NULL),(77573,'four_oh_four','2021-03-18 19:12:26','2021-03-19 00:12:26','114.119.141.146',NULL,NULL),(77574,'four_oh_four','2021-03-18 19:58:00','2021-03-19 00:58:00','188.122.82.146',NULL,NULL),(77575,'four_oh_four','2021-03-18 20:19:10','2021-03-19 01:19:10','114.119.143.145',NULL,NULL),(77576,'four_oh_four','2021-03-18 23:47:30','2021-03-19 04:47:30','114.119.158.13',NULL,NULL),(77577,'four_oh_four','2021-03-19 00:22:46','2021-03-19 05:22:46','114.119.148.105',NULL,NULL),(77578,'four_oh_four','2021-03-19 00:31:01','2021-03-19 05:31:01','93.157.254.39',NULL,NULL),(77579,'four_oh_four','2021-03-19 00:41:27','2021-03-19 05:41:27','95.143.21.180',NULL,NULL),(77580,'four_oh_four','2021-03-19 02:23:55','2021-03-19 07:23:55','45.88.105.198',NULL,NULL),(77581,'four_oh_four','2021-03-19 03:59:03','2021-03-19 08:59:03','66.249.65.179',NULL,NULL),(77582,'four_oh_four','2021-03-19 06:15:25','2021-03-19 11:15:25','114.119.134.41',NULL,NULL),(77583,'four_oh_four','2021-03-19 08:23:27','2021-03-19 13:23:27','114.119.130.104',NULL,NULL),(77584,'four_oh_four','2021-03-19 09:04:24','2021-03-19 14:04:24','2.56.136.14',NULL,NULL),(77585,'four_oh_four','2021-03-19 12:14:15','2021-03-19 17:14:15','51.15.52.155',NULL,NULL),(77586,'four_oh_four','2021-03-19 13:11:50','2021-03-19 18:11:50','178.159.37.139',NULL,NULL),(77587,'four_oh_four','2021-03-19 14:06:55','2021-03-19 19:06:55','184.154.139.18',NULL,NULL),(77588,'four_oh_four','2021-03-19 14:30:48','2021-03-19 19:30:48','37.147.166.229',NULL,NULL),(77589,'four_oh_four','2021-03-19 14:33:13','2021-03-19 19:33:13','194.5.53.155',NULL,NULL),(77590,'four_oh_four','2021-03-19 14:45:45','2021-03-19 19:45:45','160.16.79.253',NULL,NULL),(77591,'four_oh_four','2021-03-19 15:55:29','2021-03-19 20:55:29','114.119.143.145',NULL,NULL),(77592,'four_oh_four','2021-03-19 17:31:38','2021-03-19 22:31:38','13.66.139.13',NULL,NULL),(77593,'four_oh_four','2021-03-19 18:43:46','2021-03-19 23:43:46','13.66.139.31',NULL,NULL),(77594,'four_oh_four','2021-03-19 19:24:56','2021-03-20 00:24:56','114.119.145.125',NULL,NULL),(77595,'four_oh_four','2021-03-19 20:04:52','2021-03-20 01:04:52','69.160.160.51',NULL,NULL),(77596,'four_oh_four','2021-03-19 20:05:05','2021-03-20 01:05:05','69.160.160.51',NULL,NULL),(77597,'four_oh_four','2021-03-19 23:17:24','2021-03-20 04:17:24','2.56.136.14',NULL,NULL),(77598,'four_oh_four','2021-03-20 01:09:46','2021-03-20 06:09:46','80.251.153.63',NULL,NULL),(77599,'four_oh_four','2021-03-20 01:17:20','2021-03-20 06:17:20','95.143.22.60',NULL,NULL),(77600,'four_oh_four','2021-03-20 02:01:30','2021-03-20 07:01:30','66.249.65.177',NULL,NULL),(77601,'four_oh_four','2021-03-20 02:05:10','2021-03-20 07:05:10','66.249.65.179',NULL,NULL),(77602,'four_oh_four','2021-03-20 03:48:11','2021-03-20 08:48:11','95.143.22.190',NULL,NULL),(77603,'four_oh_four','2021-03-20 05:28:19','2021-03-20 10:28:19','13.66.139.31',NULL,NULL),(77604,'four_oh_four','2021-03-20 06:28:36','2021-03-20 11:28:36','157.55.39.160',NULL,NULL),(77605,'four_oh_four','2021-03-20 08:03:13','2021-03-20 13:03:13','2.56.136.14',NULL,NULL),(77606,'four_oh_four','2021-03-20 08:07:42','2021-03-20 13:07:42','114.119.136.66',NULL,NULL),(77607,'four_oh_four','2021-03-20 08:27:13','2021-03-20 13:27:13','51.81.139.96',NULL,NULL),(77608,'four_oh_four','2021-03-20 10:06:24','2021-03-20 15:06:24','148.72.59.154',NULL,NULL),(77609,'four_oh_four','2021-03-20 10:06:24','2021-03-20 15:06:24','148.72.59.154',NULL,NULL),(77610,'four_oh_four','2021-03-20 10:35:43','2021-03-20 15:35:43','185.51.247.12',NULL,NULL),(77611,'four_oh_four','2021-03-20 10:55:36','2021-03-20 15:55:36','85.174.199.243',NULL,NULL),(77612,'four_oh_four','2021-03-20 11:49:38','2021-03-20 16:49:38','114.119.158.13',NULL,NULL),(77613,'four_oh_four','2021-03-20 12:20:32','2021-03-20 17:20:32','188.186.192.4',NULL,NULL),(77614,'four_oh_four','2021-03-20 12:44:40','2021-03-20 17:44:40','66.249.65.181',NULL,NULL),(77615,'four_oh_four','2021-03-20 13:26:17','2021-03-20 18:26:17','157.55.39.160',NULL,NULL),(77616,'four_oh_four','2021-03-20 14:01:27','2021-03-20 19:01:27','184.154.139.17',NULL,NULL),(77617,'four_oh_four','2021-03-20 14:43:47','2021-03-20 19:43:47','66.249.65.178',NULL,NULL),(77618,'four_oh_four','2021-03-20 15:12:03','2021-03-20 20:12:03','191.96.180.78',NULL,NULL),(77619,'four_oh_four','2021-03-20 16:06:41','2021-03-20 21:06:41','66.249.65.177',NULL,NULL),(77620,'four_oh_four','2021-03-20 16:36:18','2021-03-20 21:36:18','51.158.99.51',NULL,NULL),(77621,'four_oh_four','2021-03-20 16:50:23','2021-03-20 21:50:23','40.77.167.35',NULL,NULL),(77622,'four_oh_four','2021-03-20 17:26:41','2021-03-20 22:26:41','13.66.139.31',NULL,NULL),(77623,'four_oh_four','2021-03-20 18:46:56','2021-03-20 23:46:56','114.119.143.145',NULL,NULL),(77624,'four_oh_four','2021-03-20 19:28:55','2021-03-21 00:28:55','51.158.119.88',NULL,NULL),(77625,'four_oh_four','2021-03-20 20:24:50','2021-03-21 01:24:50','96.46.146.254',NULL,NULL),(77626,'four_oh_four','2021-03-20 20:28:10','2021-03-21 01:28:10','103.97.125.46',NULL,NULL),(77627,'four_oh_four','2021-03-20 21:17:58','2021-03-21 02:17:58','71.179.188.146',NULL,NULL),(77628,'four_oh_four','2021-03-20 21:20:22','2021-03-21 02:20:22','71.179.188.146',NULL,NULL),(77629,'four_oh_four','2021-03-20 21:38:44','2021-03-21 02:38:44','13.66.139.13',NULL,NULL),(77630,'four_oh_four','2021-03-20 23:02:18','2021-03-21 04:02:18','114.119.134.41',NULL,NULL),(77631,'four_oh_four','2021-03-21 00:10:38','2021-03-21 05:10:38','188.163.47.9',NULL,NULL),(77632,'four_oh_four','2021-03-21 00:22:56','2021-03-21 05:22:56','81.2.57.219',NULL,NULL),(77633,'four_oh_four','2021-03-21 00:33:51','2021-03-21 05:33:51','185.209.22.137',NULL,NULL),(77634,'four_oh_four','2021-03-21 05:32:05','2021-03-21 10:32:05','13.66.139.28',NULL,NULL),(77635,'four_oh_four','2021-03-21 05:32:22','2021-03-21 10:32:22','46.148.206.226',NULL,NULL),(77636,'four_oh_four','2021-03-21 08:38:54','2021-03-21 13:38:54','160.153.147.132',NULL,NULL),(77637,'four_oh_four','2021-03-21 10:12:39','2021-03-21 15:12:39','2.56.136.14',NULL,NULL),(77638,'four_oh_four','2021-03-21 14:02:06','2021-03-21 19:02:06','184.154.139.18',NULL,NULL),(77639,'four_oh_four','2021-03-21 14:18:42','2021-03-21 19:18:42','95.143.22.95',NULL,NULL),(77640,'four_oh_four','2021-03-21 14:31:41','2021-03-21 19:31:41','185.32.222.108',NULL,NULL),(77641,'four_oh_four','2021-03-21 15:36:19','2021-03-21 20:36:19','78.85.222.185',NULL,NULL),(77642,'four_oh_four','2021-03-21 15:37:55','2021-03-21 20:37:55','114.119.130.104',NULL,NULL),(77643,'four_oh_four','2021-03-21 15:40:47','2021-03-21 20:40:47','172.245.40.218',NULL,NULL),(77644,'four_oh_four','2021-03-21 18:54:42','2021-03-21 23:54:42','114.119.136.66',NULL,NULL),(77645,'four_oh_four','2021-03-21 19:58:29','2021-03-22 00:58:29','108.31.203.42',NULL,NULL),(77646,'four_oh_four','2021-03-21 20:11:26','2021-03-22 01:11:26','5.188.211.46',NULL,NULL),(77647,'four_oh_four','2021-03-21 20:45:27','2021-03-22 01:45:27','66.186.238.26',NULL,NULL),(77648,'four_oh_four','2021-03-21 20:46:40','2021-03-22 01:46:40','66.186.238.26',NULL,NULL),(77649,'four_oh_four','2021-03-21 20:46:50','2021-03-22 01:46:50','66.186.238.26',NULL,NULL),(77650,'four_oh_four','2021-03-21 21:50:29','2021-03-22 02:50:29','157.55.39.64',NULL,NULL),(77651,'four_oh_four','2021-03-21 22:54:25','2021-03-22 03:54:25','66.249.65.179',NULL,NULL),(77652,'four_oh_four','2021-03-21 23:53:17','2021-03-22 04:53:17','199.167.138.22',NULL,NULL),(77653,'four_oh_four','2021-03-22 02:06:57','2021-03-22 07:06:57','114.119.134.41',NULL,NULL),(77654,'four_oh_four','2021-03-22 02:37:36','2021-03-22 07:37:36','5.188.48.88',NULL,NULL),(77655,'four_oh_four','2021-03-22 03:59:46','2021-03-22 08:59:46','13.66.139.28',NULL,NULL),(77656,'four_oh_four','2021-03-22 05:07:11','2021-03-22 10:07:11','13.66.139.28',NULL,NULL),(77657,'four_oh_four','2021-03-22 05:20:58','2021-03-22 10:20:58','83.212.170.13',NULL,NULL),(77658,'four_oh_four','2021-03-22 07:06:01','2021-03-22 12:06:01','157.55.39.197',NULL,NULL),(77659,'four_oh_four','2021-03-22 07:35:39','2021-03-22 12:35:39','188.163.47.9',NULL,NULL),(77660,'four_oh_four','2021-03-22 07:37:58','2021-03-22 12:37:58','40.77.167.35',NULL,NULL),(77661,'four_oh_four','2021-03-22 10:11:37','2021-03-22 15:11:37','5.188.48.98',NULL,NULL),(77662,'four_oh_four','2021-03-22 11:56:38','2021-03-22 16:56:38','178.159.37.139',NULL,NULL),(77663,'four_oh_four','2021-03-22 12:29:04','2021-03-22 17:29:04','46.243.220.116',NULL,NULL),(77664,'four_oh_four','2021-03-22 14:05:12','2021-03-22 19:05:12','184.154.139.20',NULL,NULL),(77665,'four_oh_four','2021-03-22 15:05:06','2021-03-22 20:05:06','5.139.125.159',NULL,NULL),(77666,'four_oh_four','2021-03-22 15:34:12','2021-03-22 20:34:12','114.119.134.41',NULL,NULL),(77667,'four_oh_four','2021-03-22 16:13:22','2021-03-22 21:13:22','54.38.55.81',NULL,NULL),(77668,'four_oh_four','2021-03-22 21:35:08','2021-03-23 02:35:08','108.40.123.134',NULL,NULL),(77669,'four_oh_four','2021-03-22 23:30:39','2021-03-23 04:30:39','114.119.157.110',NULL,NULL),(77670,'four_oh_four','2021-03-23 00:03:27','2021-03-23 05:03:27','114.119.145.125',NULL,NULL),(77671,'four_oh_four','2021-03-23 00:31:28','2021-03-23 05:31:28','103.48.80.15',NULL,NULL),(77672,'four_oh_four','2021-03-23 01:54:35','2021-03-23 06:54:35','114.119.134.41',NULL,NULL),(77673,'four_oh_four','2021-03-23 02:12:30','2021-03-23 07:12:30','114.119.151.107',NULL,NULL),(77674,'four_oh_four','2021-03-23 05:26:27','2021-03-23 10:26:27','185.142.159.194',NULL,NULL),(77675,'four_oh_four','2021-03-23 06:31:31','2021-03-23 11:31:31','173.69.168.16',NULL,NULL),(77676,'four_oh_four','2021-03-23 06:32:22','2021-03-23 11:32:22','166.137.244.82',NULL,NULL),(77677,'four_oh_four','2021-03-23 06:34:17','2021-03-23 11:34:17','166.137.244.82',NULL,NULL),(77678,'four_oh_four','2021-03-23 06:35:11','2021-03-23 11:35:11','166.137.244.82',NULL,NULL),(77679,'four_oh_four','2021-03-23 07:04:14','2021-03-23 12:04:14','114.119.145.125',NULL,NULL),(77680,'four_oh_four','2021-03-23 07:27:43','2021-03-23 12:27:43','2.56.136.14',NULL,NULL),(77681,'four_oh_four','2021-03-23 08:53:42','2021-03-23 13:53:42','51.81.139.71',NULL,NULL),(77682,'four_oh_four','2021-03-23 09:35:47','2021-03-23 14:35:47','13.66.139.157',NULL,NULL),(77683,'four_oh_four','2021-03-23 11:32:22','2021-03-23 16:32:22','95.143.22.74',NULL,NULL),(77684,'four_oh_four','2021-03-23 14:06:12','2021-03-23 19:06:12','184.154.139.19',NULL,NULL),(77685,'four_oh_four','2021-03-23 14:07:48','2021-03-23 19:07:48','46.243.220.116',NULL,NULL),(77686,'four_oh_four','2021-03-23 15:41:55','2021-03-23 20:41:55','114.119.145.125',NULL,NULL),(77687,'four_oh_four','2021-03-23 15:43:17','2021-03-23 20:43:17','2.56.136.14',NULL,NULL),(77688,'four_oh_four','2021-03-23 18:11:23','2021-03-23 23:11:23','96.46.146.254',NULL,NULL),(77689,'four_oh_four','2021-03-23 18:58:40','2021-03-23 23:58:40','199.66.201.19',NULL,NULL),(77690,'four_oh_four','2021-03-23 18:58:40','2021-03-23 23:58:40','199.66.201.19',NULL,NULL),(77691,'four_oh_four','2021-03-23 19:25:42','2021-03-24 00:25:42','166.137.240.48',NULL,NULL),(77692,'four_oh_four','2021-03-23 19:28:36','2021-03-24 00:28:36','198.38.94.10',NULL,NULL),(77693,'four_oh_four','2021-03-23 19:40:09','2021-03-24 00:40:09','3.94.137.21',NULL,NULL),(77694,'four_oh_four','2021-03-23 19:40:13','2021-03-24 00:40:13','3.94.137.21',NULL,NULL),(77695,'four_oh_four','2021-03-23 19:40:16','2021-03-24 00:40:16','3.94.137.21',NULL,NULL),(77696,'four_oh_four','2021-03-23 19:40:20','2021-03-24 00:40:20','3.94.137.21',NULL,NULL),(77697,'four_oh_four','2021-03-23 20:21:23','2021-03-24 01:21:23','78.85.222.185',NULL,NULL),(77698,'four_oh_four','2021-03-23 20:35:41','2021-03-24 01:35:41','46.4.83.150',NULL,NULL),(77699,'four_oh_four','2021-03-23 20:35:47','2021-03-24 01:35:47','78.46.90.120',NULL,NULL),(77700,'four_oh_four','2021-03-23 21:03:00','2021-03-24 02:03:00','92.38.136.69',NULL,NULL),(77701,'four_oh_four','2021-03-23 21:04:07','2021-03-24 02:04:07','80.251.153.63',NULL,NULL),(77702,'four_oh_four','2021-03-23 22:20:10','2021-03-24 03:20:10','114.119.130.104',NULL,NULL),(77703,'four_oh_four','2021-03-23 23:01:35','2021-03-24 04:01:35','114.119.157.110',NULL,NULL),(77704,'four_oh_four','2021-03-24 01:50:04','2021-03-24 06:50:04','114.119.148.105',NULL,NULL),(77705,'four_oh_four','2021-03-24 03:34:28','2021-03-24 08:34:28','157.55.39.247',NULL,NULL),(77706,'four_oh_four','2021-03-24 04:45:57','2021-03-24 09:45:57','178.159.37.118',NULL,NULL),(77707,'four_oh_four','2021-03-24 05:32:15','2021-03-24 10:32:15','114.119.148.105',NULL,NULL),(77708,'four_oh_four','2021-03-24 05:49:38','2021-03-24 10:49:38','173.69.168.16',NULL,NULL),(77709,'four_oh_four','2021-03-24 05:57:27','2021-03-24 10:57:27','188.239.119.120',NULL,NULL),(77710,'four_oh_four','2021-03-24 06:40:52','2021-03-24 11:40:52','188.143.235.50',NULL,NULL),(77711,'four_oh_four','2021-03-24 07:50:07','2021-03-24 12:50:07','195.181.172.75',NULL,NULL),(77712,'four_oh_four','2021-03-24 08:51:08','2021-03-24 13:51:08','114.119.157.110',NULL,NULL),(77713,'four_oh_four','2021-03-24 11:37:57','2021-03-24 16:37:57','114.119.136.66',NULL,NULL),(77714,'four_oh_four','2021-03-24 11:38:44','2021-03-24 16:38:44','52.201.182.91',NULL,NULL),(77715,'four_oh_four','2021-03-24 12:02:59','2021-03-24 17:02:59','114.119.130.104',NULL,NULL),(77716,'four_oh_four','2021-03-24 12:50:16','2021-03-24 17:50:16','171.244.1.84',NULL,NULL),(77717,'four_oh_four','2021-03-24 12:54:04','2021-03-24 17:54:04','2.56.136.14',NULL,NULL),(77718,'four_oh_four','2021-03-24 14:03:00','2021-03-24 19:03:00','184.154.139.18',NULL,NULL),(77719,'four_oh_four','2021-03-24 15:57:22','2021-03-24 20:57:22','13.66.139.28',NULL,NULL),(77720,'four_oh_four','2021-03-24 18:42:26','2021-03-24 23:42:26','77.245.117.27',NULL,NULL),(77721,'four_oh_four','2021-03-24 19:16:42','2021-03-25 00:16:42','148.251.54.157',NULL,NULL),(77722,'four_oh_four','2021-03-24 19:25:34','2021-03-25 00:25:34','204.101.61.82',NULL,NULL),(77723,'four_oh_four','2021-03-24 19:32:50','2021-03-25 00:32:50','69.171.249.119',NULL,NULL),(77724,'four_oh_four','2021-03-24 19:32:54','2021-03-25 00:32:54','69.171.249.6',NULL,NULL),(77725,'four_oh_four','2021-03-24 20:35:33','2021-03-25 01:35:33','66.249.65.183',NULL,NULL),(77726,'four_oh_four','2021-03-24 20:42:22','2021-03-25 01:42:22','13.66.139.159',NULL,NULL),(77727,'four_oh_four','2021-03-24 21:14:07','2021-03-25 02:14:07','2.56.136.14',NULL,NULL),(77728,'four_oh_four','2021-03-24 22:15:06','2021-03-25 03:15:06','84.17.43.5',NULL,NULL),(77729,'four_oh_four','2021-03-24 22:41:06','2021-03-25 03:41:06','114.119.151.107',NULL,NULL),(77730,'four_oh_four','2021-03-24 23:25:00','2021-03-25 04:25:00','100.36.76.83',NULL,NULL),(77731,'four_oh_four','2021-03-24 23:30:06','2021-03-25 04:30:06','95.216.157.224',NULL,NULL),(77732,'four_oh_four','2021-03-24 23:32:56','2021-03-25 04:32:56','45.88.105.198',NULL,NULL),(77733,'four_oh_four','2021-03-25 00:07:38','2021-03-25 05:07:38','5.188.48.98',NULL,NULL),(77734,'four_oh_four','2021-03-25 01:22:31','2021-03-25 06:22:31','185.209.22.137',NULL,NULL),(77735,'four_oh_four','2021-03-25 01:45:35','2021-03-25 06:45:35','114.119.143.145',NULL,NULL),(77736,'four_oh_four','2021-03-25 01:53:38','2021-03-25 06:53:38','114.119.143.145',NULL,NULL),(77737,'four_oh_four','2021-03-25 02:47:17','2021-03-25 07:47:17','66.249.65.183',NULL,NULL),(77738,'four_oh_four','2021-03-25 02:48:07','2021-03-25 07:48:07','66.249.65.181',NULL,NULL),(77739,'four_oh_four','2021-03-25 03:33:28','2021-03-25 08:33:28','94.23.250.56',NULL,NULL),(77740,'four_oh_four','2021-03-25 03:37:32','2021-03-25 08:37:32','204.101.61.82',NULL,NULL),(77741,'four_oh_four','2021-03-25 04:19:19','2021-03-25 09:19:19','5.188.48.98',NULL,NULL),(77742,'four_oh_four','2021-03-25 04:27:04','2021-03-25 09:27:04','94.25.175.150',NULL,NULL),(77743,'four_oh_four','2021-03-25 05:00:54','2021-03-25 10:00:54','188.163.46.213',NULL,NULL),(77744,'four_oh_four','2021-03-25 05:10:33','2021-03-25 10:10:33','64.188.3.212',NULL,NULL),(77745,'four_oh_four','2021-03-25 05:10:38','2021-03-25 10:10:38','64.188.3.212',NULL,NULL),(77746,'four_oh_four','2021-03-25 07:20:52','2021-03-25 12:20:52','212.86.102.12',NULL,NULL),(77747,'four_oh_four','2021-03-25 07:24:05','2021-03-25 12:24:05','107.190.135.218',NULL,NULL),(77748,'four_oh_four','2021-03-25 07:45:17','2021-03-25 12:45:17','139.99.194.30',NULL,NULL),(77749,'four_oh_four','2021-03-25 08:33:23','2021-03-25 13:33:23','92.124.161.151',NULL,NULL),(77750,'four_oh_four','2021-03-25 08:38:12','2021-03-25 13:38:12','204.126.132.241',NULL,NULL),(77751,'four_oh_four','2021-03-25 09:26:41','2021-03-25 14:26:41','62.149.29.41',NULL,NULL),(77752,'four_oh_four','2021-03-25 11:06:16','2021-03-25 16:06:16','51.81.111.187',NULL,NULL),(77753,'four_oh_four','2021-03-25 11:06:22','2021-03-25 16:06:22','51.81.111.187',NULL,NULL),(77754,'four_oh_four','2021-03-25 11:06:45','2021-03-25 16:06:45','51.81.111.187',NULL,NULL),(77755,'four_oh_four','2021-03-25 11:06:59','2021-03-25 16:06:59','51.81.111.187',NULL,NULL),(77756,'four_oh_four','2021-03-25 11:22:01','2021-03-25 16:22:01','157.55.39.240',NULL,NULL),(77757,'four_oh_four','2021-03-25 11:34:05','2021-03-25 16:34:05','178.159.37.139',NULL,NULL),(77758,'four_oh_four','2021-03-25 11:38:31','2021-03-25 16:38:31','2.56.136.14',NULL,NULL),(77759,'four_oh_four','2021-03-25 12:18:36','2021-03-25 17:18:36','69.143.82.23',NULL,NULL),(77760,'four_oh_four','2021-03-25 12:20:06','2021-03-25 17:20:06','135.148.71.97',NULL,NULL),(77761,'four_oh_four','2021-03-25 13:27:46','2021-03-25 18:27:46','221.182.31.54',NULL,NULL),(77762,'four_oh_four','2021-03-25 14:03:34','2021-03-25 19:03:34','184.154.139.3',NULL,NULL),(77763,'four_oh_four','2021-03-25 16:29:24','2021-03-25 21:29:24','8.211.2.69',NULL,NULL),(77764,'four_oh_four','2021-03-25 17:53:41','2021-03-25 22:53:41','171.244.1.84',NULL,NULL),(77765,'four_oh_four','2021-03-25 18:37:41','2021-03-25 23:37:41','92.38.136.69',NULL,NULL),(77766,'four_oh_four','2021-03-25 23:49:46','2021-03-26 04:49:46','204.101.61.82',NULL,NULL),(77767,'four_oh_four','2021-03-26 01:15:06','2021-03-26 06:15:06','13.66.139.159',NULL,NULL),(77768,'four_oh_four','2021-03-26 01:46:07','2021-03-26 06:46:07','222.254.48.171',NULL,NULL),(77769,'four_oh_four','2021-03-26 01:57:28','2021-03-26 06:57:28','2.56.136.14',NULL,NULL),(77770,'four_oh_four','2021-03-26 04:07:33','2021-03-26 09:07:33','62.210.80.33',NULL,NULL),(77771,'four_oh_four','2021-03-26 05:11:19','2021-03-26 10:11:19','114.119.143.145',NULL,NULL),(77772,'four_oh_four','2021-03-26 05:49:40','2021-03-26 10:49:40','195.62.14.130',NULL,NULL),(77773,'four_oh_four','2021-03-26 05:49:43','2021-03-26 10:49:43','195.62.14.130',NULL,NULL),(77774,'four_oh_four','2021-03-26 05:49:46','2021-03-26 10:49:46','195.62.14.130',NULL,NULL),(77775,'four_oh_four','2021-03-26 05:49:49','2021-03-26 10:49:49','195.62.14.130',NULL,NULL),(77776,'four_oh_four','2021-03-26 05:52:30','2021-03-26 10:52:30','31.177.95.169',NULL,NULL),(77777,'four_oh_four','2021-03-26 05:52:34','2021-03-26 10:52:34','31.177.95.169',NULL,NULL),(77778,'four_oh_four','2021-03-26 05:52:37','2021-03-26 10:52:37','31.177.95.169',NULL,NULL),(77779,'four_oh_four','2021-03-26 05:52:40','2021-03-26 10:52:40','31.177.95.169',NULL,NULL),(77780,'four_oh_four','2021-03-26 05:54:29','2021-03-26 10:54:29','114.119.151.107',NULL,NULL),(77781,'four_oh_four','2021-03-26 06:06:22','2021-03-26 11:06:22','114.119.158.13',NULL,NULL),(77782,'four_oh_four','2021-03-26 06:15:46','2021-03-26 11:15:46','2.95.196.197',NULL,NULL),(77783,'four_oh_four','2021-03-26 06:48:33','2021-03-26 11:48:33','134.249.214.183',NULL,NULL),(77784,'four_oh_four','2021-03-26 08:48:38','2021-03-26 13:48:38','5.188.48.88',NULL,NULL),(77785,'four_oh_four','2021-03-26 09:00:52','2021-03-26 14:00:52','104.144.112.103',NULL,NULL),(77786,'four_oh_four','2021-03-26 09:53:19','2021-03-26 14:53:19','80.246.31.32',NULL,NULL),(77787,'four_oh_four','2021-03-26 11:01:55','2021-03-26 16:01:55','71.121.203.100',NULL,NULL),(77788,'four_oh_four','2021-03-26 11:02:07','2021-03-26 16:02:07','71.121.203.100',NULL,NULL),(77789,'four_oh_four','2021-03-26 11:03:24','2021-03-26 16:03:24','71.121.203.100',NULL,NULL),(77790,'four_oh_four','2021-03-26 11:13:46','2021-03-26 16:13:46','71.121.203.100',NULL,NULL),(77791,'four_oh_four','2021-03-26 11:14:25','2021-03-26 16:14:25','71.121.203.100',NULL,NULL),(77792,'four_oh_four','2021-03-26 12:05:21','2021-03-26 17:05:21','71.121.203.100',NULL,NULL),(77793,'four_oh_four','2021-03-26 12:14:33','2021-03-26 17:14:33','135.148.71.98',NULL,NULL),(77794,'four_oh_four','2021-03-26 13:05:09','2021-03-26 18:05:09','5.188.48.88',NULL,NULL),(77795,'four_oh_four','2021-03-26 13:55:13','2021-03-26 18:55:13','2.56.136.14',NULL,NULL),(77796,'four_oh_four','2021-03-26 14:04:32','2021-03-26 19:04:32','184.154.139.18',NULL,NULL),(77797,'four_oh_four','2021-03-26 17:23:54','2021-03-26 22:23:54','39.103.170.104',NULL,NULL),(77798,'four_oh_four','2021-03-26 19:30:03','2021-03-27 00:30:03','71.121.203.100',NULL,NULL),(77799,'four_oh_four','2021-03-26 19:31:50','2021-03-27 00:31:50','71.121.203.100',NULL,NULL),(77800,'four_oh_four','2021-03-26 21:13:00','2021-03-27 02:13:00','51.255.40.172',NULL,NULL),(77801,'four_oh_four','2021-03-26 23:01:43','2021-03-27 04:01:43','114.119.136.66',NULL,NULL),(77802,'four_oh_four','2021-03-26 23:08:28','2021-03-27 04:08:28','114.119.157.110',NULL,NULL),(77803,'four_oh_four','2021-03-26 23:15:00','2021-03-27 04:15:00','114.119.143.145',NULL,NULL),(77804,'four_oh_four','2021-03-26 23:28:14','2021-03-27 04:28:14','188.122.82.146',NULL,NULL),(77805,'four_oh_four','2021-03-27 00:39:13','2021-03-27 05:39:13','13.66.139.160',NULL,NULL),(77806,'four_oh_four','2021-03-27 00:53:11','2021-03-27 05:53:11','13.66.139.160',NULL,NULL),(77807,'four_oh_four','2021-03-27 01:21:44','2021-03-27 06:21:44','2.56.136.14',NULL,NULL),(77808,'four_oh_four','2021-03-27 01:21:49','2021-03-27 06:21:49','188.122.82.146',NULL,NULL),(77809,'four_oh_four','2021-03-27 03:10:02','2021-03-27 08:10:02','13.66.139.160',NULL,NULL),(77810,'four_oh_four','2021-03-27 03:37:08','2021-03-27 08:37:08','18.193.5.93',NULL,NULL),(77811,'four_oh_four','2021-03-27 05:52:32','2021-03-27 10:52:32','114.119.130.104',NULL,NULL),(77812,'four_oh_four','2021-03-27 06:16:36','2021-03-27 11:16:36','13.66.139.160',NULL,NULL),(77813,'four_oh_four','2021-03-27 06:52:45','2021-03-27 11:52:45','185.209.22.137',NULL,NULL),(77814,'four_oh_four','2021-03-27 06:56:34','2021-03-27 11:56:34','51.81.111.187',NULL,NULL),(77815,'four_oh_four','2021-03-27 06:56:57','2021-03-27 11:56:57','51.81.111.187',NULL,NULL),(77816,'four_oh_four','2021-03-27 07:29:28','2021-03-27 12:29:28','184.178.172.13',NULL,NULL),(77817,'four_oh_four','2021-03-27 08:35:55','2021-03-27 13:35:55','195.154.171.54',NULL,NULL),(77818,'four_oh_four','2021-03-27 09:09:44','2021-03-27 14:09:44','45.91.203.89',NULL,NULL),(77819,'four_oh_four','2021-03-27 10:09:58','2021-03-27 15:09:58','114.119.136.66',NULL,NULL),(77820,'four_oh_four','2021-03-27 10:28:40','2021-03-27 15:28:40','46.161.14.104',NULL,NULL),(77821,'four_oh_four','2021-03-27 10:29:06','2021-03-27 15:29:06','13.66.139.159',NULL,NULL),(77822,'four_oh_four','2021-03-27 12:01:16','2021-03-27 17:01:16','13.66.139.159',NULL,NULL),(77823,'four_oh_four','2021-03-27 13:09:57','2021-03-27 18:09:57','178.175.128.37',NULL,NULL),(77824,'four_oh_four','2021-03-27 13:15:25','2021-03-27 18:15:25','171.244.1.84',NULL,NULL),(77825,'four_oh_four','2021-03-27 14:01:58','2021-03-27 19:01:58','184.154.139.17',NULL,NULL),(77826,'four_oh_four','2021-03-27 14:30:28','2021-03-27 19:30:28','46.161.14.104',NULL,NULL),(77827,'four_oh_four','2021-03-27 18:26:26','2021-03-27 23:26:26','100.36.66.238',NULL,NULL),(77828,'four_oh_four','2021-03-27 18:28:18','2021-03-27 23:28:18','100.36.66.238',NULL,NULL),(77829,'four_oh_four','2021-03-27 18:36:04','2021-03-27 23:36:04','80.251.153.63',NULL,NULL),(77830,'four_oh_four','2021-03-27 19:38:51','2021-03-28 00:38:51','114.119.141.146',NULL,NULL),(77831,'four_oh_four','2021-03-27 20:48:12','2021-03-28 01:48:12','34.76.163.90',NULL,NULL),(77832,'four_oh_four','2021-03-27 20:48:52','2021-03-28 01:48:52','34.76.163.90',NULL,NULL),(77833,'four_oh_four','2021-03-27 22:43:41','2021-03-28 03:43:41','13.66.139.159',NULL,NULL),(77834,'four_oh_four','2021-03-28 00:56:18','2021-03-28 05:56:18','80.249.176.214',NULL,NULL),(77835,'four_oh_four','2021-03-28 04:31:54','2021-03-28 09:31:54','114.119.143.145',NULL,NULL),(77836,'four_oh_four','2021-03-28 09:25:48','2021-03-28 14:25:48','8.211.3.197',NULL,NULL),(77837,'four_oh_four','2021-03-28 11:33:02','2021-03-28 16:33:02','77.34.108.250',NULL,NULL),(77838,'four_oh_four','2021-03-28 13:21:14','2021-03-28 18:21:14','178.159.37.139',NULL,NULL),(77839,'four_oh_four','2021-03-28 13:25:49','2021-03-28 18:25:49','188.122.82.146',NULL,NULL),(77840,'four_oh_four','2021-03-28 14:05:22','2021-03-28 19:05:22','188.235.203.150',NULL,NULL),(77841,'four_oh_four','2021-03-28 14:08:06','2021-03-28 19:08:06','184.154.139.20',NULL,NULL),(77842,'four_oh_four','2021-03-28 14:10:20','2021-03-28 19:10:20','100.18.18.214',NULL,NULL),(77843,'four_oh_four','2021-03-28 14:11:46','2021-03-28 19:11:46','100.18.18.214',NULL,NULL),(77844,'four_oh_four','2021-03-28 14:12:08','2021-03-28 19:12:08','100.18.18.214',NULL,NULL),(77845,'four_oh_four','2021-03-28 14:55:51','2021-03-28 19:55:51','13.66.139.160',NULL,NULL),(77846,'four_oh_four','2021-03-28 15:16:49','2021-03-28 20:16:49','157.55.39.242',NULL,NULL),(77847,'four_oh_four','2021-03-28 15:25:01','2021-03-28 20:25:01','188.122.82.146',NULL,NULL),(77848,'four_oh_four','2021-03-28 15:27:13','2021-03-28 20:27:13','13.66.139.56',NULL,NULL),(77849,'four_oh_four','2021-03-28 15:45:04','2021-03-28 20:45:04','89.139.21.117',NULL,NULL),(77850,'four_oh_four','2021-03-28 15:53:57','2021-03-28 20:53:57','13.66.139.159',NULL,NULL),(77851,'four_oh_four','2021-03-28 16:10:44','2021-03-28 21:10:44','188.122.82.146',NULL,NULL),(77852,'four_oh_four','2021-03-28 16:30:34','2021-03-28 21:30:34','13.66.139.159',NULL,NULL),(77853,'four_oh_four','2021-03-28 23:02:38','2021-03-29 04:02:38','13.66.139.75',NULL,NULL),(77854,'four_oh_four','2021-03-28 23:57:02','2021-03-29 04:57:02','31.23.149.130',NULL,NULL),(77855,'four_oh_four','2021-03-29 01:06:16','2021-03-29 06:06:16','13.66.139.56',NULL,NULL),(77856,'four_oh_four','2021-03-29 02:07:43','2021-03-29 07:07:43','185.159.163.121',NULL,NULL),(77857,'four_oh_four','2021-03-29 03:09:56','2021-03-29 08:09:56','134.249.214.183',NULL,NULL),(77858,'four_oh_four','2021-03-29 05:26:47','2021-03-29 10:26:47','2.56.136.14',NULL,NULL),(77859,'four_oh_four','2021-03-29 08:05:21','2021-03-29 13:05:21','50.87.153.82',NULL,NULL),(77860,'four_oh_four','2021-03-29 08:27:13','2021-03-29 13:27:13','2.56.136.14',NULL,NULL),(77861,'four_oh_four','2021-03-29 11:36:42','2021-03-29 16:36:42','188.130.184.25',NULL,NULL),(77862,'four_oh_four','2021-03-29 11:36:54','2021-03-29 16:36:54','193.58.169.80',NULL,NULL),(77863,'four_oh_four','2021-03-29 13:10:37','2021-03-29 18:10:37','188.186.232.35',NULL,NULL),(77864,'four_oh_four','2021-03-29 14:07:16','2021-03-29 19:07:16','184.154.139.20',NULL,NULL),(77865,'four_oh_four','2021-03-29 16:13:49','2021-03-29 21:13:49','13.66.139.56',NULL,NULL),(77866,'four_oh_four','2021-03-29 18:52:51','2021-03-29 23:52:51','13.66.139.75',NULL,NULL),(77867,'four_oh_four','2021-03-29 19:21:37','2021-03-30 00:21:37','62.149.29.50',NULL,NULL),(77868,'four_oh_four','2021-03-29 19:22:09','2021-03-30 00:22:09','13.66.139.56',NULL,NULL),(77869,'four_oh_four','2021-03-29 19:24:42','2021-03-30 00:24:42','87.237.42.71',NULL,NULL),(77870,'four_oh_four','2021-03-29 20:09:05','2021-03-30 01:09:05','108.51.126.223',NULL,NULL),(77871,'four_oh_four','2021-03-29 20:09:20','2021-03-30 01:09:20','108.51.126.223',NULL,NULL),(77872,'four_oh_four','2021-03-29 20:34:53','2021-03-30 01:34:53','128.229.4.2',NULL,NULL),(77873,'four_oh_four','2021-03-29 21:31:15','2021-03-30 02:31:15','5.62.18.110',NULL,NULL),(77874,'four_oh_four','2021-03-30 00:28:29','2021-03-30 05:28:29','5.188.48.98',NULL,NULL),(77875,'four_oh_four','2021-03-30 00:43:18','2021-03-30 05:43:18','13.66.139.56',NULL,NULL),(77876,'four_oh_four','2021-03-30 03:04:55','2021-03-30 08:04:55','173.231.59.209',NULL,NULL),(77877,'four_oh_four','2021-03-30 03:05:33','2021-03-30 08:05:33','173.231.59.209',NULL,NULL),(77878,'four_oh_four','2021-03-30 03:29:36','2021-03-30 08:29:36','192.227.156.26',NULL,NULL),(77879,'four_oh_four','2021-03-30 04:48:41','2021-03-30 09:48:41','159.89.195.6',NULL,NULL),(77880,'four_oh_four','2021-03-30 05:07:21','2021-03-30 10:07:21','114.119.157.110',NULL,NULL),(77881,'four_oh_four','2021-03-30 05:43:46','2021-03-30 10:43:46','2.56.136.14',NULL,NULL),(77882,'four_oh_four','2021-03-30 05:55:22','2021-03-30 10:55:22','114.119.157.110',NULL,NULL),(77883,'four_oh_four','2021-03-30 06:54:27','2021-03-30 11:54:27','109.195.38.32',NULL,NULL),(77884,'four_oh_four','2021-03-30 06:58:02','2021-03-30 11:58:02','108.51.126.223',NULL,NULL),(77885,'four_oh_four','2021-03-30 08:03:25','2021-03-30 13:03:25','96.46.146.254',NULL,NULL),(77886,'four_oh_four','2021-03-30 08:40:31','2021-03-30 13:40:31','5.188.48.88',NULL,NULL),(77887,'four_oh_four','2021-03-30 10:04:25','2021-03-30 15:04:25','68.183.188.176',NULL,NULL),(77888,'four_oh_four','2021-03-30 10:24:11','2021-03-30 15:24:11','114.119.143.145',NULL,NULL),(77889,'four_oh_four','2021-03-30 10:31:36','2021-03-30 15:31:36','5.188.48.88',NULL,NULL),(77890,'four_oh_four','2021-03-30 10:31:55','2021-03-30 15:31:55','134.209.113.103',NULL,NULL),(77891,'four_oh_four','2021-03-30 10:31:55','2021-03-30 15:31:55','134.209.113.103',NULL,NULL),(77892,'four_oh_four','2021-03-30 10:32:01','2021-03-30 15:32:01','134.209.113.103',NULL,NULL),(77893,'four_oh_four','2021-03-30 10:32:01','2021-03-30 15:32:01','134.209.113.103',NULL,NULL),(77894,'four_oh_four','2021-03-30 10:32:00','2021-03-30 15:32:00','134.209.113.103',NULL,NULL),(77895,'four_oh_four','2021-03-30 10:32:01','2021-03-30 15:32:01','134.209.113.103',NULL,NULL),(77896,'four_oh_four','2021-03-30 10:32:01','2021-03-30 15:32:01','134.209.113.103',NULL,NULL),(77897,'four_oh_four','2021-03-30 10:32:01','2021-03-30 15:32:01','134.209.113.103',NULL,NULL),(77898,'four_oh_four','2021-03-30 10:32:05','2021-03-30 15:32:05','134.209.113.103',NULL,NULL),(77899,'four_oh_four','2021-03-30 10:32:06','2021-03-30 15:32:06','134.209.113.103',NULL,NULL),(77900,'four_oh_four','2021-03-30 10:32:09','2021-03-30 15:32:09','134.209.113.103',NULL,NULL),(77901,'four_oh_four','2021-03-30 10:32:11','2021-03-30 15:32:11','134.209.113.103',NULL,NULL),(77902,'four_oh_four','2021-03-30 13:50:43','2021-03-30 18:50:43','13.66.139.56',NULL,NULL),(77903,'four_oh_four','2021-03-30 13:50:50','2021-03-30 18:50:50','13.66.139.75',NULL,NULL),(77904,'four_oh_four','2021-03-30 14:12:34','2021-03-30 19:12:34','184.154.139.20',NULL,NULL),(77905,'four_oh_four','2021-03-30 15:12:13','2021-03-30 20:12:13','114.119.151.107',NULL,NULL),(77906,'four_oh_four','2021-03-30 15:13:54','2021-03-30 20:13:54','107.180.111.12',NULL,NULL),(77907,'four_oh_four','2021-03-30 15:13:54','2021-03-30 20:13:54','107.180.111.12',NULL,NULL),(77908,'four_oh_four','2021-03-30 17:07:02','2021-03-30 22:07:02','204.126.132.241',NULL,NULL),(77909,'four_oh_four','2021-03-30 17:45:42','2021-03-30 22:45:42','188.143.235.92',NULL,NULL),(77910,'four_oh_four','2021-03-30 18:48:43','2021-03-30 23:48:43','2.56.136.14',NULL,NULL),(77911,'four_oh_four','2021-03-30 18:59:30','2021-03-30 23:59:30','51.81.139.97',NULL,NULL),(77912,'four_oh_four','2021-03-30 20:09:40','2021-03-31 01:09:40','114.119.143.145',NULL,NULL),(77913,'four_oh_four','2021-03-30 20:31:21','2021-03-31 01:31:21','13.66.139.56',NULL,NULL),(77914,'four_oh_four','2021-03-30 23:03:53','2021-03-31 04:03:53','114.119.141.146',NULL,NULL),(77915,'four_oh_four','2021-03-31 01:40:41','2021-03-31 06:40:41','194.147.142.160',NULL,NULL),(77916,'four_oh_four','2021-03-31 02:01:19','2021-03-31 07:01:19','93.81.9.28',NULL,NULL),(77917,'four_oh_four','2021-03-31 02:24:02','2021-03-31 07:24:02','63.141.247.178',NULL,NULL),(77918,'four_oh_four','2021-03-31 03:36:19','2021-03-31 08:36:19','23.236.210.155',NULL,NULL),(77919,'four_oh_four','2021-03-31 04:46:46','2021-03-31 09:46:46','185.209.22.137',NULL,NULL),(77920,'four_oh_four','2021-03-31 05:25:48','2021-03-31 10:25:48','52.201.182.91',NULL,NULL),(77921,'four_oh_four','2021-03-31 05:25:50','2021-03-31 10:25:50','52.201.182.91',NULL,NULL),(77922,'four_oh_four','2021-03-31 05:25:52','2021-03-31 10:25:52','52.201.182.91',NULL,NULL),(77923,'four_oh_four','2021-03-31 05:25:55','2021-03-31 10:25:55','52.201.182.91',NULL,NULL),(77924,'four_oh_four','2021-03-31 05:40:54','2021-03-31 10:40:54','5.188.48.98',NULL,NULL),(77925,'four_oh_four','2021-03-31 08:19:57','2021-03-31 13:19:57','178.159.37.139',NULL,NULL),(77926,'four_oh_four','2021-03-31 09:27:04','2021-03-31 14:27:04','93.190.138.231',NULL,NULL),(77927,'four_oh_four','2021-03-31 11:03:23','2021-03-31 16:03:23','68.65.123.107',NULL,NULL),(77928,'four_oh_four','2021-03-31 11:21:56','2021-03-31 16:21:56','13.66.139.56',NULL,NULL),(77929,'four_oh_four','2021-03-31 11:22:05','2021-03-31 16:22:05','13.66.139.75',NULL,NULL),(77930,'four_oh_four','2021-03-31 14:01:01','2021-03-31 19:01:01','184.154.139.17',NULL,NULL),(77931,'four_oh_four','2021-03-31 15:49:03','2021-03-31 20:49:03','66.249.65.86',NULL,NULL),(77932,'four_oh_four','2021-03-31 15:49:03','2021-03-31 20:49:03','66.249.65.86',NULL,NULL),(77933,'four_oh_four','2021-03-31 16:04:50','2021-03-31 21:04:50','114.119.157.110',NULL,NULL),(77934,'four_oh_four','2021-03-31 16:48:12','2021-03-31 21:48:12','173.69.170.151',NULL,NULL),(77935,'four_oh_four','2021-03-31 17:59:32','2021-03-31 22:59:32','114.119.134.41',NULL,NULL),(77936,'four_oh_four','2021-03-31 20:14:27','2021-04-01 01:14:27','89.248.165.154',NULL,NULL),(77937,'four_oh_four','2021-03-31 21:11:18','2021-04-01 02:11:18','114.119.141.146',NULL,NULL),(77938,'brute_force','2021-03-31 21:44:50','2021-04-01 02:44:50','5.188.62.214',NULL,NULL),(77939,'brute_force','2021-03-31 21:44:50','2021-04-01 02:44:50',NULL,NULL,'adminu'),(77940,'brute_force','2021-03-31 21:48:18','2021-04-01 02:48:18','5.188.62.214',NULL,NULL),(77941,'brute_force','2021-03-31 21:48:18','2021-04-01 02:48:18',NULL,NULL,'adminu'),(77942,'brute_force','2021-03-31 21:52:01','2021-04-01 02:52:01','5.188.62.214',NULL,NULL),(77943,'brute_force','2021-03-31 21:52:01','2021-04-01 02:52:01',NULL,NULL,'adminu'),(77944,'brute_force','2021-03-31 21:55:44','2021-04-01 02:55:44','5.188.62.214',NULL,NULL),(77945,'brute_force','2021-03-31 21:55:44','2021-04-01 02:55:44',NULL,NULL,'adminu'),(77946,'brute_force','2021-03-31 21:59:29','2021-04-01 02:59:29','5.188.62.214',NULL,NULL),(77947,'brute_force','2021-03-31 21:59:29','2021-04-01 02:59:29',NULL,NULL,'adminu'),(77948,'brute_force','2021-03-31 22:04:57','2021-04-01 03:04:57','5.188.62.214',NULL,NULL),(77949,'brute_force','2021-03-31 22:04:57','2021-04-01 03:04:57',NULL,NULL,'adminu'),(77950,'brute_force','2021-03-31 22:09:23','2021-04-01 03:09:23','5.188.62.214',NULL,NULL),(77951,'brute_force','2021-03-31 22:09:23','2021-04-01 03:09:23',NULL,NULL,'adminu'),(77952,'brute_force','2021-03-31 22:14:01','2021-04-01 03:14:01','5.188.62.214',NULL,NULL),(77953,'brute_force','2021-03-31 22:14:01','2021-04-01 03:14:01',NULL,NULL,'adminu'),(77954,'brute_force','2021-03-31 22:19:12','2021-04-01 03:19:12','5.188.62.214',NULL,NULL),(77955,'brute_force','2021-03-31 22:19:12','2021-04-01 03:19:12',NULL,NULL,'adminu'),(77956,'brute_force','2021-03-31 22:24:44','2021-04-01 03:24:44','5.188.62.214',NULL,NULL),(77957,'brute_force','2021-03-31 22:24:44','2021-04-01 03:24:44',NULL,NULL,'adminu'),(77958,'brute_force','2021-03-31 22:28:06','2021-04-01 03:28:06','5.188.62.214',NULL,NULL),(77959,'brute_force','2021-03-31 22:28:06','2021-04-01 03:28:06',NULL,NULL,'adminu'),(77960,'brute_force','2021-03-31 22:32:04','2021-04-01 03:32:04','5.188.62.214',NULL,NULL),(77961,'brute_force','2021-03-31 22:32:04','2021-04-01 03:32:04',NULL,NULL,'adminu'),(77962,'brute_force','2021-03-31 22:36:09','2021-04-01 03:36:09','5.188.62.214',NULL,NULL),(77963,'brute_force','2021-03-31 22:36:09','2021-04-01 03:36:09',NULL,NULL,'adminu'),(77964,'brute_force','2021-03-31 22:40:09','2021-04-01 03:40:09','5.188.62.214',NULL,NULL),(77965,'brute_force','2021-03-31 22:40:09','2021-04-01 03:40:09',NULL,NULL,'adminu'),(77966,'four_oh_four','2021-03-31 22:44:40','2021-04-01 03:44:40','114.119.130.104',NULL,NULL),(77967,'brute_force','2021-03-31 22:45:08','2021-04-01 03:45:08','5.188.62.214',NULL,NULL),(77968,'brute_force','2021-03-31 22:45:08','2021-04-01 03:45:08',NULL,NULL,'adminu'),(77969,'brute_force','2021-03-31 22:49:31','2021-04-01 03:49:31','5.188.62.214',NULL,NULL),(77970,'brute_force','2021-03-31 22:49:31','2021-04-01 03:49:31',NULL,NULL,'adminu'),(77971,'brute_force','2021-03-31 22:56:58','2021-04-01 03:56:58','5.188.62.214',NULL,NULL),(77972,'brute_force','2021-03-31 22:56:58','2021-04-01 03:56:58',NULL,NULL,'adminu'),(77973,'four_oh_four','2021-03-31 23:03:32','2021-04-01 04:03:32','114.119.151.107',NULL,NULL),(77974,'brute_force','2021-03-31 23:04:01','2021-04-01 04:04:01','5.188.62.214',NULL,NULL),(77975,'brute_force','2021-03-31 23:04:01','2021-04-01 04:04:01',NULL,NULL,'adminu'),(77976,'four_oh_four','2021-03-31 23:06:33','2021-04-01 04:06:33','178.168.196.58',NULL,NULL),(77977,'brute_force','2021-03-31 23:16:28','2021-04-01 04:16:28','5.188.62.214',NULL,NULL),(77978,'brute_force','2021-03-31 23:16:28','2021-04-01 04:16:28',NULL,NULL,'adminu'),(77979,'brute_force','2021-03-31 23:23:19','2021-04-01 04:23:19','5.188.62.214',NULL,NULL),(77980,'brute_force','2021-03-31 23:23:19','2021-04-01 04:23:19',NULL,NULL,'adminu'),(77981,'brute_force','2021-03-31 23:31:10','2021-04-01 04:31:10','5.188.62.214',NULL,NULL),(77982,'brute_force','2021-03-31 23:31:10','2021-04-01 04:31:10',NULL,NULL,'adminu'),(77983,'brute_force','2021-03-31 23:35:33','2021-04-01 04:35:33','5.188.62.214',NULL,NULL),(77984,'brute_force','2021-03-31 23:35:33','2021-04-01 04:35:33',NULL,NULL,'adminu'),(77985,'four_oh_four','2021-03-31 23:44:16','2021-04-01 04:44:16','5.188.48.98',NULL,NULL),(77986,'brute_force','2021-03-31 23:44:43','2021-04-01 04:44:43','5.188.62.214',NULL,NULL),(77987,'brute_force','2021-03-31 23:44:43','2021-04-01 04:44:43',NULL,NULL,'adminu'),(77988,'four_oh_four','2021-03-31 23:49:17','2021-04-01 04:49:17','13.66.139.58',NULL,NULL),(77989,'brute_force','2021-03-31 23:54:51','2021-04-01 04:54:51','5.188.62.214',NULL,NULL),(77990,'brute_force','2021-03-31 23:54:51','2021-04-01 04:54:51',NULL,NULL,'adminu'),(77991,'brute_force','2021-04-01 00:10:09','2021-04-01 05:10:09','5.188.62.214',NULL,NULL),(77992,'brute_force','2021-04-01 00:10:09','2021-04-01 05:10:09',NULL,NULL,'adminu'),(77993,'brute_force','2021-04-01 00:16:30','2021-04-01 05:16:30','5.188.62.214',NULL,NULL),(77994,'brute_force','2021-04-01 00:16:30','2021-04-01 05:16:30',NULL,NULL,'adminu'),(77995,'brute_force','2021-04-01 00:32:51','2021-04-01 05:32:51','5.188.62.214',NULL,NULL),(77996,'brute_force','2021-04-01 00:32:51','2021-04-01 05:32:51',NULL,NULL,'adminu'),(77997,'four_oh_four','2021-04-01 00:49:46','2021-04-01 05:49:46','13.66.139.56',NULL,NULL),(77998,'brute_force','2021-04-01 01:04:09','2021-04-01 06:04:09','5.188.62.214',NULL,NULL),(77999,'brute_force','2021-04-01 01:04:09','2021-04-01 06:04:09',NULL,NULL,'adminu'),(78000,'brute_force','2021-04-01 01:24:54','2021-04-01 06:24:54','5.188.62.214',NULL,NULL),(78001,'brute_force','2021-04-01 01:24:54','2021-04-01 06:24:54',NULL,NULL,'adminu'),(78002,'four_oh_four','2021-04-01 01:54:12','2021-04-01 06:54:12','173.69.170.151',NULL,NULL),(78003,'brute_force','2021-04-01 01:56:56','2021-04-01 06:56:56','5.188.62.214',NULL,NULL),(78004,'brute_force','2021-04-01 01:56:56','2021-04-01 06:56:56',NULL,NULL,'adminu'),(78005,'four_oh_four','2021-04-01 02:19:59','2021-04-01 07:19:59','46.243.220.114',NULL,NULL),(78006,'brute_force','2021-04-01 02:52:27','2021-04-01 07:52:27','5.188.62.214',NULL,NULL),(78007,'brute_force','2021-04-01 02:52:27','2021-04-01 07:52:27',NULL,NULL,'adminu'),(78008,'four_oh_four','2021-04-01 03:15:25','2021-04-01 08:15:25','114.119.141.146',NULL,NULL),(78009,'brute_force','2021-04-01 03:50:58','2021-04-01 08:50:58','5.188.62.214',NULL,NULL),(78010,'brute_force','2021-04-01 03:50:58','2021-04-01 08:50:58',NULL,NULL,'adminu'),(78011,'four_oh_four','2021-04-01 03:58:34','2021-04-01 08:58:34','114.119.134.41',NULL,NULL),(78012,'four_oh_four','2021-04-01 04:12:13','2021-04-01 09:12:13','114.119.134.41',NULL,NULL),(78013,'brute_force','2021-04-01 04:42:54','2021-04-01 09:42:54','5.188.62.214',NULL,NULL),(78014,'brute_force','2021-04-01 04:42:54','2021-04-01 09:42:54',NULL,NULL,'adminu'),(78015,'brute_force','2021-04-01 05:16:20','2021-04-01 10:16:20','5.188.62.214',NULL,NULL),(78016,'brute_force','2021-04-01 05:16:20','2021-04-01 10:16:20',NULL,NULL,'adminu'),(78017,'four_oh_four','2021-04-01 05:29:31','2021-04-01 10:29:31','114.119.134.41',NULL,NULL),(78018,'four_oh_four','2021-04-01 05:38:20','2021-04-01 10:38:20','64.188.3.212',NULL,NULL),(78019,'four_oh_four','2021-04-01 05:38:25','2021-04-01 10:38:25','64.188.3.212',NULL,NULL),(78020,'brute_force','2021-04-01 06:01:47','2021-04-01 11:01:47','5.188.62.214',NULL,NULL),(78021,'brute_force','2021-04-01 06:01:47','2021-04-01 11:01:47',NULL,NULL,'adminu'),(78022,'four_oh_four','2021-04-01 06:08:26','2021-04-01 11:08:26','188.143.235.92',NULL,NULL),(78023,'brute_force','2021-04-01 06:20:26','2021-04-01 11:20:26','5.188.62.214',NULL,NULL),(78024,'brute_force','2021-04-01 06:20:26','2021-04-01 11:20:26',NULL,NULL,'adminu'),(78025,'brute_force','2021-04-01 06:41:06','2021-04-01 11:41:06','5.188.62.214',NULL,NULL),(78026,'brute_force','2021-04-01 06:41:06','2021-04-01 11:41:06',NULL,NULL,'adminu'),(78027,'four_oh_four','2021-04-01 06:42:01','2021-04-01 11:42:01','13.66.139.56',NULL,NULL),(78028,'four_oh_four','2021-04-01 06:43:46','2021-04-01 11:43:46','185.209.20.183',NULL,NULL),(78029,'brute_force','2021-04-01 07:00:22','2021-04-01 12:00:22','5.188.62.214',NULL,NULL),(78030,'brute_force','2021-04-01 07:00:22','2021-04-01 12:00:22',NULL,NULL,'adminu'),(78031,'four_oh_four','2021-04-01 07:24:45','2021-04-01 12:24:45','114.119.158.13',NULL,NULL),(78032,'four_oh_four','2021-04-01 07:36:28','2021-04-01 12:36:28','94.25.175.150',NULL,NULL),(78033,'four_oh_four','2021-04-01 08:17:38','2021-04-01 13:17:38','45.88.3.179',NULL,NULL),(78034,'four_oh_four','2021-04-01 08:17:42','2021-04-01 13:17:42','45.88.3.179',NULL,NULL),(78035,'four_oh_four','2021-04-01 08:17:47','2021-04-01 13:17:47','45.88.3.179',NULL,NULL),(78036,'four_oh_four','2021-04-01 10:23:36','2021-04-01 15:23:36','13.66.139.75',NULL,NULL),(78037,'four_oh_four','2021-04-01 11:56:54','2021-04-01 16:56:54','35.195.219.102',NULL,NULL),(78038,'four_oh_four','2021-04-01 11:56:58','2021-04-01 16:56:58','35.195.219.102',NULL,NULL),(78039,'four_oh_four','2021-04-01 11:57:41','2021-04-01 16:57:41','35.195.219.102',NULL,NULL),(78040,'four_oh_four','2021-04-01 11:57:41','2021-04-01 16:57:41','35.195.219.102',NULL,NULL),(78041,'four_oh_four','2021-04-01 12:07:51','2021-04-01 17:07:51','195.181.172.72',NULL,NULL),(78042,'four_oh_four','2021-04-01 12:08:47','2021-04-01 17:08:47','13.66.139.75',NULL,NULL),(78043,'four_oh_four','2021-04-01 12:36:07','2021-04-01 17:36:07','95.216.152.179',NULL,NULL),(78044,'four_oh_four','2021-04-01 14:06:49','2021-04-01 19:06:49','184.154.139.17',NULL,NULL),(78045,'four_oh_four','2021-04-01 15:06:40','2021-04-01 20:06:40','204.12.244.154',NULL,NULL),(78046,'four_oh_four','2021-04-01 15:33:57','2021-04-01 20:33:57','13.66.139.58',NULL,NULL),(78047,'four_oh_four','2021-04-01 16:25:37','2021-04-01 21:25:37','45.11.21.32',NULL,NULL),(78048,'four_oh_four','2021-04-01 17:39:14','2021-04-01 22:39:14','5.188.48.98',NULL,NULL),(78049,'four_oh_four','2021-04-01 18:09:10','2021-04-01 23:09:10','114.119.151.107',NULL,NULL),(78050,'four_oh_four','2021-04-01 18:25:46','2021-04-01 23:25:46','114.119.157.110',NULL,NULL),(78051,'four_oh_four','2021-04-01 18:44:21','2021-04-01 23:44:21','114.119.141.146',NULL,NULL),(78052,'four_oh_four','2021-04-01 19:12:52','2021-04-02 00:12:52','66.249.65.82',NULL,NULL),(78053,'four_oh_four','2021-04-01 21:09:11','2021-04-02 02:09:11','23.228.109.147',NULL,NULL),(78054,'four_oh_four','2021-04-02 00:09:02','2021-04-02 05:09:02','114.119.143.145',NULL,NULL),(78055,'four_oh_four','2021-04-02 00:12:06','2021-04-02 05:12:06','94.25.169.245',NULL,NULL),(78056,'four_oh_four','2021-04-02 01:00:24','2021-04-02 06:00:24','66.249.65.82',NULL,NULL),(78057,'four_oh_four','2021-04-02 01:00:24','2021-04-02 06:00:24','66.249.65.82',NULL,NULL),(78058,'four_oh_four','2021-04-02 01:02:39','2021-04-02 06:02:39','141.98.252.162',NULL,NULL),(78059,'four_oh_four','2021-04-02 01:23:14','2021-04-02 06:23:14','185.51.247.12',NULL,NULL),(78060,'four_oh_four','2021-04-02 02:44:49','2021-04-02 07:44:49','207.46.13.104',NULL,NULL),(78061,'four_oh_four','2021-04-02 03:00:54','2021-04-02 08:00:54','161.117.9.99',NULL,NULL),(78062,'four_oh_four','2021-04-02 03:26:41','2021-04-02 08:26:41','2.56.136.14',NULL,NULL),(78063,'four_oh_four','2021-04-02 03:45:23','2021-04-02 08:45:23','52.201.182.91',NULL,NULL),(78064,'four_oh_four','2021-04-02 04:25:44','2021-04-02 09:25:44','2.56.136.14',NULL,NULL),(78065,'four_oh_four','2021-04-02 04:43:23','2021-04-02 09:43:23','66.249.65.83',NULL,NULL),(78066,'four_oh_four','2021-04-02 04:43:23','2021-04-02 09:43:23','66.249.65.85',NULL,NULL),(78067,'four_oh_four','2021-04-02 05:15:03','2021-04-02 10:15:03','185.159.163.121',NULL,NULL),(78068,'four_oh_four','2021-04-02 05:43:33','2021-04-02 10:43:33','206.217.132.202',NULL,NULL),(78069,'four_oh_four','2021-04-02 07:37:22','2021-04-02 12:37:22','47.244.19.14',NULL,NULL),(78070,'four_oh_four','2021-04-02 09:17:59','2021-04-02 14:17:59','23.228.109.147',NULL,NULL),(78071,'four_oh_four','2021-04-02 10:09:08','2021-04-02 15:09:08','91.239.85.44',NULL,NULL),(78072,'four_oh_four','2021-04-02 10:19:42','2021-04-02 15:19:42','91.243.188.107',NULL,NULL),(78073,'four_oh_four','2021-04-02 10:19:50','2021-04-02 15:19:50','91.243.188.107',NULL,NULL),(78074,'four_oh_four','2021-04-02 11:47:30','2021-04-02 16:47:30','100.36.94.198',NULL,NULL),(78075,'four_oh_four','2021-04-02 14:01:26','2021-04-02 19:01:26','184.154.139.17',NULL,NULL),(78076,'four_oh_four','2021-04-02 14:49:16','2021-04-02 19:49:16','13.66.139.75',NULL,NULL),(78077,'four_oh_four','2021-04-02 15:08:44','2021-04-02 20:08:44','41.185.8.129',NULL,NULL),(78078,'four_oh_four','2021-04-02 16:43:17','2021-04-02 21:43:17','81.30.228.253',NULL,NULL),(78079,'four_oh_four','2021-04-02 16:43:20','2021-04-02 21:43:20','81.30.228.253',NULL,NULL),(78080,'four_oh_four','2021-04-02 16:43:23','2021-04-02 21:43:23','81.30.228.253',NULL,NULL),(78081,'four_oh_four','2021-04-02 16:43:25','2021-04-02 21:43:25','81.30.228.253',NULL,NULL),(78082,'four_oh_four','2021-04-02 17:04:35','2021-04-02 22:04:35','162.241.216.95',NULL,NULL),(78083,'four_oh_four','2021-04-02 17:35:05','2021-04-02 22:35:05','204.101.61.82',NULL,NULL),(78084,'four_oh_four','2021-04-02 18:07:51','2021-04-02 23:07:51','185.7.145.88',NULL,NULL),(78085,'four_oh_four','2021-04-02 18:21:02','2021-04-02 23:21:02','5.253.19.68',NULL,NULL),(78086,'four_oh_four','2021-04-02 19:15:52','2021-04-03 00:15:52','94.181.104.13',NULL,NULL),(78087,'four_oh_four','2021-04-02 19:34:33','2021-04-03 00:34:33','5.188.48.88',NULL,NULL),(78088,'four_oh_four','2021-04-02 21:46:02','2021-04-03 02:46:02','91.227.155.166',NULL,NULL),(78089,'four_oh_four','2021-04-02 21:46:16','2021-04-03 02:46:16','91.227.155.166',NULL,NULL),(78090,'four_oh_four','2021-04-03 00:34:46','2021-04-03 05:34:46','188.35.131.246',NULL,NULL),(78091,'four_oh_four','2021-04-03 01:26:29','2021-04-03 06:26:29','69.61.200.104',NULL,NULL),(78092,'four_oh_four','2021-04-03 01:31:49','2021-04-03 06:31:49','46.33.33.102',NULL,NULL),(78093,'four_oh_four','2021-04-03 01:51:12','2021-04-03 06:51:12','173.231.59.209',NULL,NULL),(78094,'four_oh_four','2021-04-03 01:51:53','2021-04-03 06:51:53','173.231.59.209',NULL,NULL),(78095,'four_oh_four','2021-04-03 03:18:39','2021-04-03 08:18:39','109.248.139.161',NULL,NULL),(78096,'four_oh_four','2021-04-03 03:28:01','2021-04-03 08:28:01','188.186.204.17',NULL,NULL),(78097,'four_oh_four','2021-04-03 05:06:15','2021-04-03 10:06:15','5.188.48.10',NULL,NULL),(78098,'four_oh_four','2021-04-03 05:07:46','2021-04-03 10:07:46','188.143.235.92',NULL,NULL),(78099,'four_oh_four','2021-04-03 05:40:39','2021-04-03 10:40:39','39.103.170.104',NULL,NULL),(78100,'four_oh_four','2021-04-03 05:45:08','2021-04-03 10:45:08','185.181.245.175',NULL,NULL),(78101,'four_oh_four','2021-04-03 06:07:16','2021-04-03 11:07:16','188.235.203.150',NULL,NULL),(78102,'four_oh_four','2021-04-03 08:40:45','2021-04-03 13:40:45','81.177.200.174',NULL,NULL),(78103,'four_oh_four','2021-04-03 09:21:02','2021-04-03 14:21:02','178.159.37.139',NULL,NULL),(78104,'four_oh_four','2021-04-03 09:21:18','2021-04-03 14:21:18','3.141.152.159',NULL,NULL),(78105,'four_oh_four','2021-04-03 11:13:41','2021-04-03 16:13:41','185.255.96.99',NULL,NULL),(78106,'four_oh_four','2021-04-03 12:32:27','2021-04-03 17:32:27','157.55.39.232',NULL,NULL),(78107,'four_oh_four','2021-04-03 12:35:09','2021-04-03 17:35:09','195.216.155.251',NULL,NULL),(78108,'four_oh_four','2021-04-03 12:35:22','2021-04-03 17:35:22','195.216.155.251',NULL,NULL),(78109,'four_oh_four','2021-04-03 13:40:15','2021-04-03 18:40:15','195.181.172.66',NULL,NULL),(78110,'four_oh_four','2021-04-03 14:13:08','2021-04-03 19:13:08','184.154.139.21',NULL,NULL),(78111,'four_oh_four','2021-04-03 15:16:39','2021-04-03 20:16:39','114.119.148.105',NULL,NULL),(78112,'four_oh_four','2021-04-03 15:21:19','2021-04-03 20:21:19','114.119.157.110',NULL,NULL),(78113,'four_oh_four','2021-04-03 15:37:13','2021-04-03 20:37:13','46.243.220.89',NULL,NULL),(78114,'four_oh_four','2021-04-03 16:43:04','2021-04-03 21:43:04','213.226.101.94',NULL,NULL),(78115,'four_oh_four','2021-04-03 17:07:43','2021-04-03 22:07:43','148.251.54.157',NULL,NULL),(78116,'four_oh_four','2021-04-03 18:57:51','2021-04-03 23:57:51','13.66.139.58',NULL,NULL),(78117,'four_oh_four','2021-04-03 19:20:13','2021-04-04 00:20:13','13.66.139.75',NULL,NULL),(78118,'four_oh_four','2021-04-03 19:48:34','2021-04-04 00:48:34','114.119.134.41',NULL,NULL),(78119,'four_oh_four','2021-04-03 20:32:57','2021-04-04 01:32:57','95.105.125.151',NULL,NULL),(78120,'four_oh_four','2021-04-03 21:25:29','2021-04-04 02:25:29','88.147.236.133',NULL,NULL),(78121,'four_oh_four','2021-04-03 21:30:16','2021-04-04 02:30:16','23.228.109.147',NULL,NULL),(78122,'four_oh_four','2021-04-03 22:32:41','2021-04-04 03:32:41','45.147.192.199',NULL,NULL),(78123,'four_oh_four','2021-04-03 23:15:43','2021-04-04 04:15:43','195.189.89.252',NULL,NULL),(78124,'four_oh_four','2021-04-03 23:42:52','2021-04-04 04:42:52','135.148.2.77',NULL,NULL),(78125,'four_oh_four','2021-04-03 23:48:00','2021-04-04 04:48:00','185.209.22.137',NULL,NULL),(78126,'four_oh_four','2021-04-04 02:16:15','2021-04-04 07:16:15','92.38.136.69',NULL,NULL),(78127,'four_oh_four','2021-04-04 02:41:35','2021-04-04 07:41:35','114.119.130.104',NULL,NULL),(78128,'four_oh_four','2021-04-04 02:47:34','2021-04-04 07:47:34','114.119.136.66',NULL,NULL),(78129,'four_oh_four','2021-04-04 03:33:19','2021-04-04 08:33:19','178.172.147.45',NULL,NULL),(78130,'four_oh_four','2021-04-04 05:46:14','2021-04-04 10:46:14','45.15.236.139',NULL,NULL),(78131,'four_oh_four','2021-04-04 05:55:14','2021-04-04 10:55:14','47.74.186.195',NULL,NULL),(78132,'four_oh_four','2021-04-04 06:32:19','2021-04-04 11:32:19','135.148.2.94',NULL,NULL),(78133,'four_oh_four','2021-04-04 06:51:42','2021-04-04 11:51:42','157.55.39.226',NULL,NULL),(78134,'four_oh_four','2021-04-04 07:08:07','2021-04-04 12:08:07','13.66.139.75',NULL,NULL),(78135,'four_oh_four','2021-04-04 08:13:52','2021-04-04 13:13:52','2.56.136.14',NULL,NULL),(78136,'four_oh_four','2021-04-04 10:22:46','2021-04-04 15:22:46','71.226.214.235',NULL,NULL),(78137,'four_oh_four','2021-04-04 10:22:50','2021-04-04 15:22:50','71.226.214.235',NULL,NULL),(78138,'four_oh_four','2021-04-04 10:22:52','2021-04-04 15:22:52','71.226.214.235',NULL,NULL),(78139,'four_oh_four','2021-04-04 10:23:12','2021-04-04 15:23:12','71.226.214.235',NULL,NULL),(78140,'four_oh_four','2021-04-04 10:23:20','2021-04-04 15:23:20','71.226.214.235',NULL,NULL),(78141,'four_oh_four','2021-04-04 12:26:36','2021-04-04 17:26:36','51.81.139.66',NULL,NULL),(78142,'four_oh_four','2021-04-04 12:57:20','2021-04-04 17:57:20','13.66.139.0',NULL,NULL),(78143,'four_oh_four','2021-04-04 13:17:27','2021-04-04 18:17:27','5.188.48.88',NULL,NULL),(78144,'four_oh_four','2021-04-04 13:25:46','2021-04-04 18:25:46','77.222.109.213',NULL,NULL),(78145,'four_oh_four','2021-04-04 14:08:18','2021-04-04 19:08:18','184.154.139.19',NULL,NULL),(78146,'four_oh_four','2021-04-04 14:43:00','2021-04-04 19:43:00','165.225.77.46',NULL,NULL),(78147,'four_oh_four','2021-04-04 15:31:00','2021-04-04 20:31:00','2.56.136.14',NULL,NULL),(78148,'four_oh_four','2021-04-04 15:34:22','2021-04-04 20:34:22','23.228.109.147',NULL,NULL),(78149,'four_oh_four','2021-04-04 18:59:06','2021-04-04 23:59:06','114.119.136.66',NULL,NULL),(78150,'four_oh_four','2021-04-04 19:05:23','2021-04-05 00:05:23','114.119.136.66',NULL,NULL),(78151,'four_oh_four','2021-04-04 19:06:44','2021-04-05 00:06:44','13.66.139.75',NULL,NULL),(78152,'four_oh_four','2021-04-04 19:59:54','2021-04-05 00:59:54','114.119.134.41',NULL,NULL),(78153,'four_oh_four','2021-04-04 20:23:31','2021-04-05 01:23:31','13.66.139.75',NULL,NULL),(78154,'four_oh_four','2021-04-04 21:38:14','2021-04-05 02:38:14','114.119.148.105',NULL,NULL),(78155,'four_oh_four','2021-04-04 22:00:27','2021-04-05 03:00:27','114.119.148.105',NULL,NULL),(78156,'four_oh_four','2021-04-04 23:03:27','2021-04-05 04:03:27','114.119.158.13',NULL,NULL),(78157,'four_oh_four','2021-04-04 23:09:21','2021-04-05 04:09:21','114.119.130.104',NULL,NULL),(78158,'four_oh_four','2021-04-05 01:07:47','2021-04-05 06:07:47','185.76.215.54',NULL,NULL),(78159,'four_oh_four','2021-04-05 02:28:54','2021-04-05 07:28:54','157.55.39.230',NULL,NULL),(78160,'four_oh_four','2021-04-05 04:05:35','2021-04-05 09:05:35','184.168.193.28',NULL,NULL),(78161,'four_oh_four','2021-04-05 04:05:35','2021-04-05 09:05:35','184.168.193.28',NULL,NULL),(78162,'four_oh_four','2021-04-05 04:49:25','2021-04-05 09:49:25','118.169.78.12',NULL,NULL),(78163,'four_oh_four','2021-04-05 05:15:05','2021-04-05 10:15:05','114.119.136.66',NULL,NULL),(78164,'four_oh_four','2021-04-05 05:36:59','2021-04-05 10:36:59','51.222.43.124',NULL,NULL),(78165,'four_oh_four','2021-04-05 07:29:13','2021-04-05 12:29:13','114.119.130.104',NULL,NULL),(78166,'four_oh_four','2021-04-05 09:05:24','2021-04-05 14:05:24','114.119.141.146',NULL,NULL),(78167,'four_oh_four','2021-04-05 10:31:41','2021-04-05 15:31:41','93.81.9.28',NULL,NULL),(78168,'four_oh_four','2021-04-05 11:30:23','2021-04-05 16:30:23','23.228.109.147',NULL,NULL),(78169,'four_oh_four','2021-04-05 11:44:42','2021-04-05 16:44:42','13.66.139.75',NULL,NULL),(78170,'four_oh_four','2021-04-05 14:07:50','2021-04-05 19:07:50','184.154.139.3',NULL,NULL),(78171,'four_oh_four','2021-04-05 15:21:19','2021-04-05 20:21:19','51.81.139.96',NULL,NULL),(78172,'four_oh_four','2021-04-05 15:42:44','2021-04-05 20:42:44','114.119.141.146',NULL,NULL),(78173,'four_oh_four','2021-04-05 15:47:45','2021-04-05 20:47:45','114.119.143.145',NULL,NULL),(78174,'four_oh_four','2021-04-05 17:35:08','2021-04-05 22:35:08','178.128.115.104',NULL,NULL),(78175,'four_oh_four','2021-04-05 17:37:46','2021-04-05 22:37:46','5.189.140.79',NULL,NULL),(78176,'four_oh_four','2021-04-05 18:06:42','2021-04-05 23:06:42','95.216.152.179',NULL,NULL),(78177,'four_oh_four','2021-04-05 19:23:46','2021-04-06 00:23:46','114.119.141.146',NULL,NULL),(78178,'four_oh_four','2021-04-05 19:33:31','2021-04-06 00:33:31','46.243.220.84',NULL,NULL),(78179,'four_oh_four','2021-04-05 21:33:36','2021-04-06 02:33:36','198.204.238.198',NULL,NULL),(78180,'four_oh_four','2021-04-05 22:35:00','2021-04-06 03:35:00','51.81.139.97',NULL,NULL),(78181,'four_oh_four','2021-04-05 22:58:56','2021-04-06 03:58:56','114.119.136.66',NULL,NULL),(78182,'four_oh_four','2021-04-05 23:30:44','2021-04-06 04:30:44','13.66.139.75',NULL,NULL),(78183,'four_oh_four','2021-04-06 00:18:04','2021-04-06 05:18:04','114.119.145.125',NULL,NULL),(78184,'four_oh_four','2021-04-06 00:34:09','2021-04-06 05:34:09','2.56.136.14',NULL,NULL),(78185,'four_oh_four','2021-04-06 00:43:18','2021-04-06 05:43:18','157.55.39.232',NULL,NULL),(78186,'four_oh_four','2021-04-06 00:44:26','2021-04-06 05:44:26','13.66.139.75',NULL,NULL),(78187,'four_oh_four','2021-04-06 02:46:21','2021-04-06 07:46:21','89.139.21.117',NULL,NULL),(78188,'four_oh_four','2021-04-06 06:51:47','2021-04-06 11:51:47','51.81.139.71',NULL,NULL),(78189,'four_oh_four','2021-04-06 08:01:21','2021-04-06 13:01:21','114.119.134.41',NULL,NULL),(78190,'four_oh_four','2021-04-06 10:03:18','2021-04-06 15:03:18','185.7.145.88',NULL,NULL),(78191,'four_oh_four','2021-04-06 10:09:56','2021-04-06 15:09:56','178.159.37.139',NULL,NULL),(78192,'four_oh_four','2021-04-06 12:06:51','2021-04-06 17:06:51','2.56.136.14',NULL,NULL),(78193,'four_oh_four','2021-04-06 12:06:57','2021-04-06 17:06:57','2.56.136.14',NULL,NULL),(78194,'four_oh_four','2021-04-06 13:19:53','2021-04-06 18:19:53','114.119.130.104',NULL,NULL),(78195,'four_oh_four','2021-04-06 13:38:05','2021-04-06 18:38:05','114.119.158.13',NULL,NULL),(78196,'four_oh_four','2021-04-06 14:09:44','2021-04-06 19:09:44','184.154.139.18',NULL,NULL),(78197,'four_oh_four','2021-04-06 15:44:14','2021-04-06 20:44:14','46.8.17.73',NULL,NULL),(78198,'four_oh_four','2021-04-06 15:54:08','2021-04-06 20:54:08','51.83.68.128',NULL,NULL),(78199,'four_oh_four','2021-04-06 15:54:10','2021-04-06 20:54:10','51.83.68.128',NULL,NULL),(78200,'four_oh_four','2021-04-06 15:54:13','2021-04-06 20:54:13','51.83.68.128',NULL,NULL),(78201,'four_oh_four','2021-04-06 15:54:16','2021-04-06 20:54:16','51.83.68.128',NULL,NULL),(78202,'four_oh_four','2021-04-06 15:55:05','2021-04-06 20:55:05','51.83.68.128',NULL,NULL),(78203,'four_oh_four','2021-04-06 15:55:09','2021-04-06 20:55:09','51.83.68.128',NULL,NULL),(78204,'four_oh_four','2021-04-06 15:55:13','2021-04-06 20:55:13','51.83.68.128',NULL,NULL),(78205,'four_oh_four','2021-04-06 15:55:16','2021-04-06 20:55:16','51.83.68.128',NULL,NULL),(78206,'four_oh_four','2021-04-06 15:55:31','2021-04-06 20:55:31','207.46.13.104',NULL,NULL),(78207,'four_oh_four','2021-04-06 16:14:01','2021-04-06 21:14:01','13.66.139.75',NULL,NULL),(78208,'four_oh_four','2021-04-06 16:18:26','2021-04-06 21:18:26','45.128.188.1',NULL,NULL),(78209,'four_oh_four','2021-04-06 17:02:22','2021-04-06 22:02:22','67.205.0.164',NULL,NULL),(78210,'four_oh_four','2021-04-06 18:18:41','2021-04-06 23:18:41','178.159.37.129',NULL,NULL),(78211,'four_oh_four','2021-04-06 19:04:29','2021-04-07 00:04:29','82.208.189.233',NULL,NULL),(78212,'four_oh_four','2021-04-06 19:04:34','2021-04-07 00:04:34','82.208.189.233',NULL,NULL),(78213,'four_oh_four','2021-04-06 20:24:48','2021-04-07 01:24:48','5.188.48.98',NULL,NULL),(78214,'four_oh_four','2021-04-06 20:28:58','2021-04-07 01:28:58','185.209.22.137',NULL,NULL),(78215,'four_oh_four','2021-04-06 20:29:09','2021-04-07 01:29:09','62.210.80.33',NULL,NULL),(78216,'four_oh_four','2021-04-06 20:36:33','2021-04-07 01:36:33','31.131.73.230',NULL,NULL),(78217,'four_oh_four','2021-04-06 23:40:07','2021-04-07 04:40:07','114.119.157.110',NULL,NULL),(78218,'four_oh_four','2021-04-06 23:50:47','2021-04-07 04:50:47','37.147.166.229',NULL,NULL),(78219,'four_oh_four','2021-04-07 01:32:09','2021-04-07 06:32:09','114.119.134.41',NULL,NULL),(78220,'four_oh_four','2021-04-07 01:38:11','2021-04-07 06:38:11','114.119.157.110',NULL,NULL),(78221,'four_oh_four','2021-04-07 03:17:36','2021-04-07 08:17:36','87.228.32.117',NULL,NULL),(78222,'four_oh_four','2021-04-07 04:53:31','2021-04-07 09:53:31','213.166.82.211',NULL,NULL),(78223,'four_oh_four','2021-04-07 04:54:29','2021-04-07 09:54:29','114.119.143.145',NULL,NULL),(78224,'four_oh_four','2021-04-07 07:32:16','2021-04-07 12:32:16','178.184.91.177',NULL,NULL),(78225,'four_oh_four','2021-04-07 09:31:10','2021-04-07 14:31:10','114.119.143.145',NULL,NULL),(78226,'four_oh_four','2021-04-07 09:53:47','2021-04-07 14:53:47','89.248.165.154',NULL,NULL),(78227,'four_oh_four','2021-04-07 10:01:24','2021-04-07 15:01:24','114.119.148.105',NULL,NULL),(78228,'four_oh_four','2021-04-07 11:24:02','2021-04-07 16:24:02','78.29.102.188',NULL,NULL),(78229,'four_oh_four','2021-04-07 12:37:06','2021-04-07 17:37:06','171.244.1.84',NULL,NULL),(78230,'four_oh_four','2021-04-07 13:07:18','2021-04-07 18:07:18','82.102.27.92',NULL,NULL),(78231,'four_oh_four','2021-04-07 13:42:28','2021-04-07 18:42:28','80.251.153.23',NULL,NULL),(78232,'four_oh_four','2021-04-07 13:44:52','2021-04-07 18:44:52','193.106.30.100',NULL,NULL),(78233,'four_oh_four','2021-04-07 14:03:38','2021-04-07 19:03:38','184.154.139.18',NULL,NULL),(78234,'four_oh_four','2021-04-07 14:09:21','2021-04-07 19:09:21','188.35.131.246',NULL,NULL),(78235,'four_oh_four','2021-04-07 14:46:35','2021-04-07 19:46:35','109.248.55.70',NULL,NULL),(78236,'four_oh_four','2021-04-07 15:00:57','2021-04-07 20:00:57','114.119.157.110',NULL,NULL),(78237,'four_oh_four','2021-04-07 15:19:23','2021-04-07 20:19:23','114.119.143.145',NULL,NULL),(78238,'four_oh_four','2021-04-07 15:46:17','2021-04-07 20:46:17','114.119.130.104',NULL,NULL),(78239,'four_oh_four','2021-04-07 17:21:35','2021-04-07 22:21:35','13.66.139.107',NULL,NULL),(78240,'four_oh_four','2021-04-07 17:25:39','2021-04-07 22:25:39','213.166.82.211',NULL,NULL),(78241,'four_oh_four','2021-04-07 18:42:26','2021-04-07 23:42:26','188.122.82.146',NULL,NULL),(78242,'four_oh_four','2021-04-07 20:14:55','2021-04-08 01:14:55','203.211.143.85',NULL,NULL),(78243,'four_oh_four','2021-04-07 20:15:44','2021-04-08 01:15:44','203.211.143.85',NULL,NULL),(78244,'four_oh_four','2021-04-07 20:15:52','2021-04-08 01:15:52','203.211.143.85',NULL,NULL),(78245,'four_oh_four','2021-04-07 20:16:31','2021-04-08 01:16:31','203.211.143.85',NULL,NULL),(78246,'four_oh_four','2021-04-07 21:08:19','2021-04-08 02:08:19','213.166.82.211',NULL,NULL),(78247,'four_oh_four','2021-04-08 00:17:06','2021-04-08 05:17:06','5.188.48.98',NULL,NULL),(78248,'four_oh_four','2021-04-08 02:32:51','2021-04-08 07:32:51','195.154.171.54',NULL,NULL),(78249,'four_oh_four','2021-04-08 04:14:25','2021-04-08 09:14:25','114.119.148.105',NULL,NULL),(78250,'four_oh_four','2021-04-08 04:45:31','2021-04-08 09:45:31','118.169.244.42',NULL,NULL),(78251,'four_oh_four','2021-04-08 05:04:50','2021-04-08 10:04:50','173.201.196.31',NULL,NULL),(78252,'four_oh_four','2021-04-08 05:04:50','2021-04-08 10:04:50','173.201.196.31',NULL,NULL),(78253,'four_oh_four','2021-04-08 08:16:51','2021-04-08 13:16:51','89.19.34.197',NULL,NULL),(78254,'four_oh_four','2021-04-08 08:16:54','2021-04-08 13:16:54','89.19.34.197',NULL,NULL),(78255,'four_oh_four','2021-04-08 08:54:42','2021-04-08 13:54:42','45.8.17.92',NULL,NULL),(78256,'four_oh_four','2021-04-08 09:50:47','2021-04-08 14:50:47','96.231.16.17',NULL,NULL),(78257,'four_oh_four','2021-04-08 10:18:31','2021-04-08 15:18:31','13.66.139.107',NULL,NULL),(78258,'four_oh_four','2021-04-08 11:32:47','2021-04-08 16:32:47','73.133.240.203',NULL,NULL),(78259,'four_oh_four','2021-04-08 14:10:25','2021-04-08 19:10:25','184.154.139.20',NULL,NULL),(78260,'four_oh_four','2021-04-08 14:24:37','2021-04-08 19:24:37','118.169.244.42',NULL,NULL),(78261,'four_oh_four','2021-04-08 14:54:55','2021-04-08 19:54:55','193.106.30.100',NULL,NULL),(78262,'four_oh_four','2021-04-08 16:06:43','2021-04-08 21:06:43','114.119.136.66',NULL,NULL),(78263,'four_oh_four','2021-04-08 19:03:14','2021-04-09 00:03:14','185.209.22.137',NULL,NULL),(78264,'four_oh_four','2021-04-08 21:18:20','2021-04-09 02:18:20','89.139.21.117',NULL,NULL),(78265,'four_oh_four','2021-04-08 21:40:27','2021-04-09 02:40:27','13.66.139.53',NULL,NULL),(78266,'four_oh_four','2021-04-08 21:48:01','2021-04-09 02:48:01','111.250.140.61',NULL,NULL),(78267,'four_oh_four','2021-04-08 22:50:39','2021-04-09 03:50:39','173.252.107.22',NULL,NULL),(78268,'four_oh_four','2021-04-08 22:50:38','2021-04-09 03:50:38','173.252.107.119',NULL,NULL),(78269,'four_oh_four','2021-04-08 22:51:02','2021-04-09 03:51:02','188.35.131.246',NULL,NULL),(78270,'four_oh_four','2021-04-08 22:56:48','2021-04-09 03:56:48','13.66.139.77',NULL,NULL),(78271,'four_oh_four','2021-04-08 23:32:34','2021-04-09 04:32:34','213.166.82.211',NULL,NULL),(78272,'four_oh_four','2021-04-08 23:47:28','2021-04-09 04:47:28','114.119.148.105',NULL,NULL),(78273,'four_oh_four','2021-04-09 02:44:01','2021-04-09 07:44:01','188.186.204.17',NULL,NULL),(78274,'four_oh_four','2021-04-09 03:36:25','2021-04-09 08:36:25','144.76.168.111',NULL,NULL),(78275,'four_oh_four','2021-04-09 03:36:27','2021-04-09 08:36:27','144.76.168.111',NULL,NULL),(78276,'four_oh_four','2021-04-09 04:11:02','2021-04-09 09:11:02','171.244.1.84',NULL,NULL),(78277,'four_oh_four','2021-04-09 04:28:54','2021-04-09 09:28:54','213.166.82.211',NULL,NULL),(78278,'four_oh_four','2021-04-09 06:14:26','2021-04-09 11:14:26','47.244.13.202',NULL,NULL),(78279,'four_oh_four','2021-04-09 06:20:32','2021-04-09 11:20:32','40.77.167.70',NULL,NULL),(78280,'four_oh_four','2021-04-09 09:18:37','2021-04-09 14:18:37','204.12.244.155',NULL,NULL),(78281,'four_oh_four','2021-04-09 10:48:15','2021-04-09 15:48:15','178.159.37.139',NULL,NULL),(78282,'four_oh_four','2021-04-09 11:30:05','2021-04-09 16:30:05','188.235.203.150',NULL,NULL),(78283,'four_oh_four','2021-04-09 11:50:04','2021-04-09 16:50:04','50.62.176.125',NULL,NULL),(78284,'four_oh_four','2021-04-09 12:08:09','2021-04-09 17:08:09','13.66.139.53',NULL,NULL),(78285,'four_oh_four','2021-04-09 12:17:00','2021-04-09 17:17:00','40.77.167.67',NULL,NULL),(78286,'four_oh_four','2021-04-09 13:15:24','2021-04-09 18:15:24','188.35.131.246',NULL,NULL),(78287,'four_oh_four','2021-04-09 14:03:22','2021-04-09 19:03:22','184.154.139.17',NULL,NULL),(78288,'four_oh_four','2021-04-09 14:04:28','2021-04-09 19:04:28','184.154.139.17',NULL,NULL),(78289,'four_oh_four','2021-04-09 14:04:34','2021-04-09 19:04:34','184.154.139.17',NULL,NULL),(78290,'four_oh_four','2021-04-09 14:25:40','2021-04-09 19:25:40','85.249.41.245',NULL,NULL),(78291,'four_oh_four','2021-04-09 14:50:47','2021-04-09 19:50:47','114.119.157.110',NULL,NULL),(78292,'four_oh_four','2021-04-09 15:00:03','2021-04-09 20:00:03','195.189.89.252',NULL,NULL),(78293,'four_oh_four','2021-04-09 15:00:47','2021-04-09 20:00:47','185.7.145.88',NULL,NULL),(78294,'four_oh_four','2021-04-09 15:38:14','2021-04-09 20:38:14','114.119.157.110',NULL,NULL),(78295,'four_oh_four','2021-04-09 18:53:59','2021-04-09 23:53:59','114.119.148.105',NULL,NULL),(78296,'four_oh_four','2021-04-09 20:26:48','2021-04-10 01:26:48','63.141.247.179',NULL,NULL),(78297,'four_oh_four','2021-04-09 21:24:23','2021-04-10 02:24:23','162.241.218.205',NULL,NULL),(78298,'four_oh_four','2021-04-09 21:34:15','2021-04-10 02:34:15','71.121.249.239',NULL,NULL),(78299,'four_oh_four','2021-04-09 21:34:25','2021-04-10 02:34:25','71.121.249.239',NULL,NULL),(78300,'four_oh_four','2021-04-09 21:43:40','2021-04-10 02:43:40','193.106.30.100',NULL,NULL),(78301,'four_oh_four','2021-04-09 21:58:03','2021-04-10 02:58:03','188.122.82.146',NULL,NULL),(78302,'four_oh_four','2021-04-10 01:47:09','2021-04-10 06:47:09','5.188.48.98',NULL,NULL),(78303,'four_oh_four','2021-04-10 02:15:55','2021-04-10 07:15:55','13.66.139.53',NULL,NULL),(78304,'four_oh_four','2021-04-10 02:50:53','2021-04-10 07:50:53','40.84.26.75',NULL,NULL),(78305,'four_oh_four','2021-04-10 02:51:08','2021-04-10 07:51:08','40.84.26.75',NULL,NULL),(78306,'four_oh_four','2021-04-10 02:51:10','2021-04-10 07:51:10','40.84.26.75',NULL,NULL),(78307,'four_oh_four','2021-04-10 02:51:13','2021-04-10 07:51:13','40.84.26.75',NULL,NULL),(78308,'four_oh_four','2021-04-10 02:51:15','2021-04-10 07:51:15','40.84.26.75',NULL,NULL),(78309,'four_oh_four','2021-04-10 02:58:13','2021-04-10 07:58:13','114.119.141.146',NULL,NULL),(78310,'four_oh_four','2021-04-10 03:36:15','2021-04-10 08:36:15','114.119.145.125',NULL,NULL),(78311,'four_oh_four','2021-04-10 05:27:09','2021-04-10 10:27:09','66.249.75.66',NULL,NULL),(78312,'four_oh_four','2021-04-10 05:27:08','2021-04-10 10:27:08','66.249.75.66',NULL,NULL),(78313,'four_oh_four','2021-04-10 06:37:25','2021-04-10 11:37:25','95.79.127.94',NULL,NULL),(78314,'four_oh_four','2021-04-10 07:15:04','2021-04-10 12:15:04','161.117.10.233',NULL,NULL),(78315,'four_oh_four','2021-04-10 08:15:31','2021-04-10 13:15:31','89.139.21.117',NULL,NULL),(78316,'four_oh_four','2021-04-10 10:57:44','2021-04-10 15:57:44','100.15.155.189',NULL,NULL),(78317,'four_oh_four','2021-04-10 14:05:15','2021-04-10 19:05:15','184.154.139.18',NULL,NULL),(78318,'four_oh_four','2021-04-10 14:30:40','2021-04-10 19:30:40','62.210.146.197',NULL,NULL),(78319,'four_oh_four','2021-04-10 14:47:15','2021-04-10 19:47:15','5.188.48.98',NULL,NULL),(78320,'four_oh_four','2021-04-10 15:04:22','2021-04-10 20:04:22','114.119.134.41',NULL,NULL),(78321,'four_oh_four','2021-04-10 16:22:36','2021-04-10 21:22:36','114.119.157.110',NULL,NULL),(78322,'four_oh_four','2021-04-10 16:57:56','2021-04-10 21:57:56','13.66.139.77',NULL,NULL),(78323,'four_oh_four','2021-04-10 18:00:44','2021-04-10 23:00:44','13.66.139.105',NULL,NULL),(78324,'four_oh_four','2021-04-10 18:15:37','2021-04-10 23:15:37','193.106.30.100',NULL,NULL),(78325,'four_oh_four','2021-04-10 19:02:54','2021-04-11 00:02:54','5.188.48.88',NULL,NULL),(78326,'four_oh_four','2021-04-10 20:30:40','2021-04-11 01:30:40','5.188.48.98',NULL,NULL),(78327,'four_oh_four','2021-04-10 21:53:26','2021-04-11 02:53:26','108.15.43.87',NULL,NULL),(78328,'four_oh_four','2021-04-10 21:54:19','2021-04-11 02:54:19','108.15.43.87',NULL,NULL),(78329,'four_oh_four','2021-04-10 22:31:17','2021-04-11 03:31:17','69.61.200.104',NULL,NULL),(78330,'four_oh_four','2021-04-10 23:07:26','2021-04-11 04:07:26','5.188.48.88',NULL,NULL),(78331,'four_oh_four','2021-04-11 00:22:49','2021-04-11 05:22:49','5.248.248.105',NULL,NULL),(78332,'four_oh_four','2021-04-11 00:28:24','2021-04-11 05:28:24','194.58.88.195',NULL,NULL),(78333,'four_oh_four','2021-04-11 00:42:25','2021-04-11 05:42:25','46.8.192.253',NULL,NULL),(78334,'four_oh_four','2021-04-11 01:34:21','2021-04-11 06:34:21','114.119.148.105',NULL,NULL),(78335,'four_oh_four','2021-04-11 02:31:32','2021-04-11 07:31:32','114.119.158.13',NULL,NULL),(78336,'four_oh_four','2021-04-11 02:37:06','2021-04-11 07:37:06','114.119.143.145',NULL,NULL),(78337,'four_oh_four','2021-04-11 06:29:20','2021-04-11 11:29:20','178.159.37.129',NULL,NULL),(78338,'four_oh_four','2021-04-11 06:42:20','2021-04-11 11:42:20','188.163.47.9',NULL,NULL),(78339,'four_oh_four','2021-04-11 07:02:26','2021-04-11 12:02:26','5.188.48.98',NULL,NULL),(78340,'four_oh_four','2021-04-11 07:14:21','2021-04-11 12:14:21','13.66.139.53',NULL,NULL),(78341,'four_oh_four','2021-04-11 07:41:54','2021-04-11 12:41:54','213.166.82.211',NULL,NULL),(78342,'four_oh_four','2021-04-11 10:49:15','2021-04-11 15:49:15','80.251.153.23',NULL,NULL),(78343,'four_oh_four','2021-04-11 11:36:57','2021-04-11 16:36:57','192.186.190.137',NULL,NULL),(78344,'four_oh_four','2021-04-11 11:50:47','2021-04-11 16:50:47','66.249.73.151',NULL,NULL),(78345,'four_oh_four','2021-04-11 11:50:53','2021-04-11 16:50:53','66.249.73.153',NULL,NULL),(78346,'four_oh_four','2021-04-11 11:50:54','2021-04-11 16:50:54','66.249.73.153',NULL,NULL),(78347,'four_oh_four','2021-04-11 12:32:18','2021-04-11 17:32:18','212.19.30.139',NULL,NULL),(78348,'four_oh_four','2021-04-11 12:46:22','2021-04-11 17:46:22','109.248.12.174',NULL,NULL),(78349,'four_oh_four','2021-04-11 14:05:53','2021-04-11 19:05:53','184.154.139.21',NULL,NULL),(78350,'four_oh_four','2021-04-11 15:25:52','2021-04-11 20:25:52','5.188.48.88',NULL,NULL),(78351,'four_oh_four','2021-04-11 15:42:02','2021-04-11 20:42:02','114.119.148.105',NULL,NULL),(78352,'four_oh_four','2021-04-11 16:20:11','2021-04-11 21:20:11','81.22.44.196',NULL,NULL),(78353,'four_oh_four','2021-04-11 16:20:16','2021-04-11 21:20:16','81.22.44.196',NULL,NULL),(78354,'four_oh_four','2021-04-11 19:28:35','2021-04-12 00:28:35','5.188.48.88',NULL,NULL),(78355,'four_oh_four','2021-04-11 19:41:08','2021-04-12 00:41:08','114.119.148.105',NULL,NULL),(78356,'four_oh_four','2021-04-11 22:45:21','2021-04-12 03:45:21','114.119.158.13',NULL,NULL),(78357,'four_oh_four','2021-04-11 23:28:00','2021-04-12 04:28:00','13.66.139.53',NULL,NULL),(78358,'four_oh_four','2021-04-11 23:34:38','2021-04-12 04:34:38','114.119.130.104',NULL,NULL),(78359,'four_oh_four','2021-04-11 23:56:39','2021-04-12 04:56:39','128.220.159.3',NULL,NULL),(78360,'four_oh_four','2021-04-11 23:56:42','2021-04-12 04:56:42','128.220.159.3',NULL,NULL),(78361,'four_oh_four','2021-04-11 23:56:44','2021-04-12 04:56:44','128.220.159.3',NULL,NULL),(78362,'four_oh_four','2021-04-11 23:56:47','2021-04-12 04:56:47','128.220.159.3',NULL,NULL),(78363,'four_oh_four','2021-04-11 23:56:49','2021-04-12 04:56:49','128.220.159.3',NULL,NULL),(78364,'four_oh_four','2021-04-11 23:56:51','2021-04-12 04:56:51','128.220.159.3',NULL,NULL),(78365,'four_oh_four','2021-04-12 00:03:54','2021-04-12 05:03:54','213.166.82.211',NULL,NULL),(78366,'four_oh_four','2021-04-12 01:24:31','2021-04-12 06:24:31','124.172.232.57',NULL,NULL),(78367,'four_oh_four','2021-04-12 01:44:34','2021-04-12 06:44:34','35.205.102.40',NULL,NULL),(78368,'four_oh_four','2021-04-12 01:45:18','2021-04-12 06:45:18','35.205.102.40',NULL,NULL),(78369,'four_oh_four','2021-04-12 01:45:33','2021-04-12 06:45:33','35.205.102.40',NULL,NULL),(78370,'four_oh_four','2021-04-12 01:45:33','2021-04-12 06:45:33','35.205.102.40',NULL,NULL),(78371,'four_oh_four','2021-04-12 02:34:53','2021-04-12 07:34:53','13.66.139.53',NULL,NULL),(78372,'four_oh_four','2021-04-12 02:56:42','2021-04-12 07:56:42','193.106.30.100',NULL,NULL),(78373,'four_oh_four','2021-04-12 03:35:14','2021-04-12 08:35:14','185.209.22.137',NULL,NULL),(78374,'four_oh_four','2021-04-12 05:11:43','2021-04-12 10:11:43','91.193.178.81',NULL,NULL),(78375,'four_oh_four','2021-04-12 06:40:39','2021-04-12 11:40:39','23.95.80.63',NULL,NULL),(78376,'four_oh_four','2021-04-12 07:32:45','2021-04-12 12:32:45','185.255.96.99',NULL,NULL),(78377,'four_oh_four','2021-04-12 07:38:30','2021-04-12 12:38:30','188.130.128.55',NULL,NULL),(78378,'four_oh_four','2021-04-12 08:34:47','2021-04-12 13:34:47','178.159.37.139',NULL,NULL),(78379,'four_oh_four','2021-04-12 10:05:46','2021-04-12 15:05:46','114.119.141.146',NULL,NULL),(78380,'four_oh_four','2021-04-12 10:14:17','2021-04-12 15:14:17','185.181.245.175',NULL,NULL),(78381,'four_oh_four','2021-04-12 11:44:48','2021-04-12 16:44:48','140.238.70.63',NULL,NULL),(78382,'four_oh_four','2021-04-12 14:00:43','2021-04-12 19:00:43','221.182.31.54',NULL,NULL),(78383,'four_oh_four','2021-04-12 14:02:24','2021-04-12 19:02:24','184.154.139.3',NULL,NULL),(78384,'four_oh_four','2021-04-12 14:42:04','2021-04-12 19:42:04','37.147.166.229',NULL,NULL),(78385,'four_oh_four','2021-04-12 15:13:45','2021-04-12 20:13:45','37.215.5.56',NULL,NULL),(78386,'four_oh_four','2021-04-12 16:36:32','2021-04-12 21:36:32','114.119.143.145',NULL,NULL),(78387,'four_oh_four','2021-04-12 16:52:24','2021-04-12 21:52:24','193.106.30.100',NULL,NULL),(78388,'four_oh_four','2021-04-12 18:10:58','2021-04-12 23:10:58','148.251.54.157',NULL,NULL),(78389,'four_oh_four','2021-04-12 20:04:21','2021-04-13 01:04:21','145.255.21.127',NULL,NULL),(78390,'four_oh_four','2021-04-12 22:43:52','2021-04-13 03:43:52','145.255.21.127',NULL,NULL),(78391,'four_oh_four','2021-04-12 23:59:51','2021-04-13 04:59:51','78.29.102.188',NULL,NULL),(78392,'four_oh_four','2021-04-13 01:41:22','2021-04-13 06:41:22','185.209.22.137',NULL,NULL),(78393,'four_oh_four','2021-04-13 02:42:03','2021-04-13 07:42:03','114.119.136.66',NULL,NULL),(78394,'four_oh_four','2021-04-13 02:50:56','2021-04-13 07:50:56','207.46.13.110',NULL,NULL),(78395,'four_oh_four','2021-04-13 04:12:14','2021-04-13 09:12:14','5.188.48.98',NULL,NULL),(78396,'four_oh_four','2021-04-13 04:44:51','2021-04-13 09:44:51','13.66.139.53',NULL,NULL),(78397,'four_oh_four','2021-04-13 04:48:38','2021-04-13 09:48:38','188.126.89.102',NULL,NULL),(78398,'four_oh_four','2021-04-13 04:53:02','2021-04-13 09:53:02','114.119.145.125',NULL,NULL),(78399,'four_oh_four','2021-04-13 05:37:12','2021-04-13 10:37:12','213.166.82.211',NULL,NULL),(78400,'four_oh_four','2021-04-13 05:47:02','2021-04-13 10:47:02','213.166.82.211',NULL,NULL),(78401,'four_oh_four','2021-04-13 05:59:35','2021-04-13 10:59:35','207.46.13.110',NULL,NULL),(78402,'four_oh_four','2021-04-13 06:18:42','2021-04-13 11:18:42','114.119.136.66',NULL,NULL),(78403,'four_oh_four','2021-04-13 06:35:34','2021-04-13 11:35:34','83.220.238.80',NULL,NULL),(78404,'four_oh_four','2021-04-13 07:42:08','2021-04-13 12:42:08','13.66.139.53',NULL,NULL),(78405,'four_oh_four','2021-04-13 08:43:44','2021-04-13 13:43:44','114.119.158.13',NULL,NULL),(78406,'four_oh_four','2021-04-13 09:29:30','2021-04-13 14:29:30','114.119.130.104',NULL,NULL),(78407,'four_oh_four','2021-04-13 10:07:12','2021-04-13 15:07:12','66.249.73.153',NULL,NULL),(78408,'four_oh_four','2021-04-13 12:18:41','2021-04-13 17:18:41','193.106.30.100',NULL,NULL),(78409,'four_oh_four','2021-04-13 12:29:33','2021-04-13 17:29:33','92.39.208.208',NULL,NULL),(78410,'four_oh_four','2021-04-13 14:01:05','2021-04-13 19:01:05','184.154.139.20',NULL,NULL),(78411,'four_oh_four','2021-04-13 14:05:30','2021-04-13 19:05:30','172.245.208.191',NULL,NULL),(78412,'four_oh_four','2021-04-13 14:08:57','2021-04-13 19:08:57','92.39.208.208',NULL,NULL),(78413,'four_oh_four','2021-04-13 15:07:12','2021-04-13 20:07:12','114.119.157.110',NULL,NULL),(78414,'four_oh_four','2021-04-13 15:12:41','2021-04-13 20:12:41','114.119.148.105',NULL,NULL),(78415,'four_oh_four','2021-04-13 15:17:51','2021-04-13 20:17:51','114.119.157.110',NULL,NULL),(78416,'brute_force','2021-04-13 15:56:05','2021-04-13 20:56:05','68.134.124.93',NULL,NULL),(78417,'brute_force','2021-04-13 15:56:05','2021-04-13 20:56:05',NULL,NULL,'linda'),(78418,'four_oh_four','2021-04-13 17:06:27','2021-04-13 22:06:27','212.19.30.136',NULL,NULL),(78419,'four_oh_four','2021-04-13 17:10:04','2021-04-13 22:10:04','213.166.82.211',NULL,NULL),(78420,'four_oh_four','2021-04-13 18:48:29','2021-04-13 23:48:29','128.220.159.3',NULL,NULL),(78421,'four_oh_four','2021-04-13 18:48:31','2021-04-13 23:48:31','128.220.159.3',NULL,NULL),(78422,'four_oh_four','2021-04-13 18:48:33','2021-04-13 23:48:33','128.220.159.3',NULL,NULL),(78423,'four_oh_four','2021-04-13 18:48:36','2021-04-13 23:48:36','128.220.159.3',NULL,NULL),(78424,'four_oh_four','2021-04-13 18:48:38','2021-04-13 23:48:38','128.220.159.3',NULL,NULL),(78425,'four_oh_four','2021-04-13 18:48:41','2021-04-13 23:48:41','128.220.159.3',NULL,NULL),(78426,'four_oh_four','2021-04-13 20:18:24','2021-04-14 01:18:24','198.187.29.33',NULL,NULL),(78427,'four_oh_four','2021-04-13 20:27:22','2021-04-14 01:27:22','204.101.61.82',NULL,NULL),(78428,'four_oh_four','2021-04-13 20:53:29','2021-04-14 01:53:29','188.35.131.246',NULL,NULL),(78429,'four_oh_four','2021-04-13 21:15:44','2021-04-14 02:15:44','213.166.82.211',NULL,NULL),(78430,'four_oh_four','2021-04-13 21:16:26','2021-04-14 02:16:26','52.201.182.91',NULL,NULL),(78431,'four_oh_four','2021-04-13 21:16:28','2021-04-14 02:16:28','52.201.182.91',NULL,NULL),(78432,'four_oh_four','2021-04-13 21:16:33','2021-04-14 02:16:33','52.201.182.91',NULL,NULL),(78433,'four_oh_four','2021-04-13 21:16:36','2021-04-14 02:16:36','52.201.182.91',NULL,NULL),(78434,'four_oh_four','2021-04-13 23:23:45','2021-04-14 04:23:45','13.66.139.105',NULL,NULL),(78435,'four_oh_four','2021-04-14 01:48:34','2021-04-14 06:48:34','188.186.192.226',NULL,NULL),(78436,'four_oh_four','2021-04-14 02:39:05','2021-04-14 07:39:05','46.243.220.68',NULL,NULL),(78437,'four_oh_four','2021-04-14 03:31:08','2021-04-14 08:31:08','188.35.131.246',NULL,NULL),(78438,'four_oh_four','2021-04-14 04:21:03','2021-04-14 09:21:03','114.119.143.145',NULL,NULL),(78439,'four_oh_four','2021-04-14 05:39:50','2021-04-14 10:39:50','94.181.44.79',NULL,NULL),(78440,'four_oh_four','2021-04-14 06:31:59','2021-04-14 11:31:59','114.119.158.13',NULL,NULL),(78441,'four_oh_four','2021-04-14 06:45:21','2021-04-14 11:45:21','94.155.33.34',NULL,NULL),(78442,'four_oh_four','2021-04-14 10:16:19','2021-04-14 15:16:19','13.66.139.53',NULL,NULL),(78443,'four_oh_four','2021-04-14 12:27:02','2021-04-14 17:27:02','94.198.41.117',NULL,NULL),(78444,'four_oh_four','2021-04-14 14:10:58','2021-04-14 19:10:58','184.154.139.18',NULL,NULL),(78445,'four_oh_four','2021-04-14 15:18:09','2021-04-14 20:18:09','114.119.157.110',NULL,NULL),(78446,'four_oh_four','2021-04-14 16:41:30','2021-04-14 21:41:30','13.66.139.77',NULL,NULL),(78447,'four_oh_four','2021-04-14 17:26:46','2021-04-14 22:26:46','50.3.88.17',NULL,NULL),(78448,'four_oh_four','2021-04-14 18:54:33','2021-04-14 23:54:33','114.119.151.107',NULL,NULL),(78449,'four_oh_four','2021-04-14 18:58:08','2021-04-14 23:58:08','92.39.208.208',NULL,NULL),(78450,'four_oh_four','2021-04-14 19:32:41','2021-04-15 00:32:41','114.119.157.110',NULL,NULL),(78451,'four_oh_four','2021-04-14 20:42:19','2021-04-15 01:42:19','92.39.208.208',NULL,NULL),(78452,'four_oh_four','2021-04-14 21:30:19','2021-04-15 02:30:19','13.66.139.53',NULL,NULL),(78453,'four_oh_four','2021-04-14 21:44:53','2021-04-15 02:44:53','114.119.141.146',NULL,NULL),(78454,'four_oh_four','2021-04-14 23:35:55','2021-04-15 04:35:55','66.249.73.153',NULL,NULL),(78455,'four_oh_four','2021-04-14 23:52:53','2021-04-15 04:52:53','66.249.73.155',NULL,NULL),(78456,'four_oh_four','2021-04-14 23:52:53','2021-04-15 04:52:53','66.249.73.153',NULL,NULL),(78457,'four_oh_four','2021-04-15 00:45:56','2021-04-15 05:45:56','66.249.73.155',NULL,NULL),(78458,'four_oh_four','2021-04-15 01:13:49','2021-04-15 06:13:49','114.119.130.104',NULL,NULL),(78459,'four_oh_four','2021-04-15 01:31:10','2021-04-15 06:31:10','85.249.41.245',NULL,NULL),(78460,'four_oh_four','2021-04-15 02:04:40','2021-04-15 07:04:40','185.209.22.137',NULL,NULL),(78461,'four_oh_four','2021-04-15 02:13:51','2021-04-15 07:13:51','194.156.175.46',NULL,NULL),(78462,'four_oh_four','2021-04-15 02:36:49','2021-04-15 07:36:49','193.106.30.100',NULL,NULL),(78463,'four_oh_four','2021-04-15 04:24:46','2021-04-15 09:24:46','39.106.223.134',NULL,NULL),(78464,'four_oh_four','2021-04-15 04:48:53','2021-04-15 09:48:53','114.119.136.66',NULL,NULL),(78465,'four_oh_four','2021-04-15 05:31:10','2021-04-15 10:31:10','114.119.143.145',NULL,NULL),(78466,'four_oh_four','2021-04-15 05:39:48','2021-04-15 10:39:48','66.249.73.155',NULL,NULL),(78467,'four_oh_four','2021-04-15 06:04:22','2021-04-15 11:04:22','35.210.13.250',NULL,NULL),(78468,'four_oh_four','2021-04-15 06:55:26','2021-04-15 11:55:26','66.249.73.151',NULL,NULL),(78469,'four_oh_four','2021-04-15 08:08:10','2021-04-15 13:08:10','66.249.73.153',NULL,NULL),(78470,'four_oh_four','2021-04-15 08:53:29','2021-04-15 13:53:29','213.166.82.211',NULL,NULL),(78471,'four_oh_four','2021-04-15 09:03:20','2021-04-15 14:03:20','178.159.37.139',NULL,NULL),(78472,'four_oh_four','2021-04-15 09:42:44','2021-04-15 14:42:44','114.119.141.146',NULL,NULL),(78473,'four_oh_four','2021-04-15 14:12:39','2021-04-15 19:12:39','184.154.139.3',NULL,NULL),(78474,'four_oh_four','2021-04-15 14:35:46','2021-04-15 19:35:46','165.227.71.244',NULL,NULL),(78475,'four_oh_four','2021-04-15 15:21:49','2021-04-15 20:21:49','114.119.136.66',NULL,NULL),(78476,'four_oh_four','2021-04-15 15:53:05','2021-04-15 20:53:05','78.85.229.93',NULL,NULL),(78477,'four_oh_four','2021-04-15 18:37:09','2021-04-15 23:37:09','114.119.151.107',NULL,NULL),(78478,'four_oh_four','2021-04-15 19:28:15','2021-04-16 00:28:15','66.249.75.91',NULL,NULL),(78479,'four_oh_four','2021-04-15 19:28:31','2021-04-16 00:28:31','114.119.136.66',NULL,NULL),(78480,'four_oh_four','2021-04-15 20:06:45','2021-04-16 01:06:45','66.249.75.91',NULL,NULL),(78481,'four_oh_four','2021-04-15 21:54:41','2021-04-16 02:54:41','92.38.136.69',NULL,NULL),(78482,'four_oh_four','2021-04-15 22:35:31','2021-04-16 03:35:31','192.254.250.178',NULL,NULL),(78483,'four_oh_four','2021-04-15 22:55:12','2021-04-16 03:55:12','114.119.130.104',NULL,NULL),(78484,'four_oh_four','2021-04-15 23:11:24','2021-04-16 04:11:24','46.243.220.83',NULL,NULL),(78485,'four_oh_four','2021-04-16 00:09:18','2021-04-16 05:09:18','114.119.151.107',NULL,NULL),(78486,'four_oh_four','2021-04-16 01:29:24','2021-04-16 06:29:24','37.19.197.142',NULL,NULL),(78487,'four_oh_four','2021-04-16 01:51:44','2021-04-16 06:51:44','13.66.139.33',NULL,NULL),(78488,'four_oh_four','2021-04-16 05:36:40','2021-04-16 10:36:40','114.119.136.66',NULL,NULL),(78489,'four_oh_four','2021-04-16 08:59:21','2021-04-16 13:59:21','114.119.151.107',NULL,NULL),(78490,'four_oh_four','2021-04-16 09:53:06','2021-04-16 14:53:06','213.166.82.211',NULL,NULL),(78491,'four_oh_four','2021-04-16 13:12:03','2021-04-16 18:12:03','195.154.60.148',NULL,NULL),(78492,'four_oh_four','2021-04-16 14:05:07','2021-04-16 19:05:07','184.154.139.20',NULL,NULL),(78493,'four_oh_four','2021-04-16 14:11:30','2021-04-16 19:11:30','188.166.179.135',NULL,NULL),(78494,'four_oh_four','2021-04-16 14:13:05','2021-04-16 19:13:05','188.166.179.135',NULL,NULL),(78495,'four_oh_four','2021-04-16 16:41:13','2021-04-16 21:41:13','114.119.151.107',NULL,NULL),(78496,'four_oh_four','2021-04-16 17:48:22','2021-04-16 22:48:22','46.8.110.4',NULL,NULL),(78497,'four_oh_four','2021-04-16 17:59:15','2021-04-16 22:59:15','213.166.82.211',NULL,NULL),(78498,'four_oh_four','2021-04-16 19:53:27','2021-04-17 00:53:27','114.119.136.66',NULL,NULL),(78499,'four_oh_four','2021-04-16 21:01:19','2021-04-17 02:01:19','114.119.141.146',NULL,NULL),(78500,'four_oh_four','2021-04-16 22:24:19','2021-04-17 03:24:19','23.228.109.147',NULL,NULL),(78501,'four_oh_four','2021-04-16 22:31:05','2021-04-17 03:31:05','35.210.56.241',NULL,NULL),(78502,'four_oh_four','2021-04-16 23:36:57','2021-04-17 04:36:57','114.119.148.105',NULL,NULL),(78503,'four_oh_four','2021-04-17 00:14:33','2021-04-17 05:14:33','185.210.219.110',NULL,NULL),(78504,'four_oh_four','2021-04-17 00:23:30','2021-04-17 05:23:30','173.201.196.119',NULL,NULL),(78505,'four_oh_four','2021-04-17 00:23:30','2021-04-17 05:23:30','173.201.196.119',NULL,NULL),(78506,'four_oh_four','2021-04-17 00:32:30','2021-04-17 05:32:30','35.210.119.13',NULL,NULL),(78507,'four_oh_four','2021-04-17 02:17:35','2021-04-17 07:17:35','114.119.134.41',NULL,NULL),(78508,'four_oh_four','2021-04-17 03:05:05','2021-04-17 08:05:05','5.34.8.141',NULL,NULL),(78509,'four_oh_four','2021-04-17 04:13:17','2021-04-17 09:13:17','194.58.88.195',NULL,NULL),(78510,'four_oh_four','2021-04-17 05:45:04','2021-04-17 10:45:04','188.163.47.9',NULL,NULL),(78511,'four_oh_four','2021-04-17 05:58:09','2021-04-17 10:58:09','80.251.153.44',NULL,NULL),(78512,'four_oh_four','2021-04-17 07:06:47','2021-04-17 12:06:47','84.54.53.46',NULL,NULL),(78513,'four_oh_four','2021-04-17 08:24:14','2021-04-17 13:24:14','72.49.49.11',NULL,NULL),(78514,'four_oh_four','2021-04-17 09:01:50','2021-04-17 14:01:50','77.83.86.32',NULL,NULL),(78515,'four_oh_four','2021-04-17 09:25:01','2021-04-17 14:25:01','37.230.138.22',NULL,NULL),(78516,'four_oh_four','2021-04-17 09:25:02','2021-04-17 14:25:02','108.174.198.219',NULL,NULL),(78517,'four_oh_four','2021-04-17 10:21:21','2021-04-17 15:21:21','114.119.134.41',NULL,NULL),(78518,'four_oh_four','2021-04-17 10:34:23','2021-04-17 15:34:23','23.228.109.147',NULL,NULL),(78519,'four_oh_four','2021-04-17 10:44:40','2021-04-17 15:44:40','94.152.13.32',NULL,NULL),(78520,'four_oh_four','2021-04-17 10:44:44','2021-04-17 15:44:44','94.152.13.32',NULL,NULL),(78521,'four_oh_four','2021-04-17 11:11:29','2021-04-17 16:11:29','96.46.146.254',NULL,NULL),(78522,'four_oh_four','2021-04-17 11:27:22','2021-04-17 16:27:22','95.168.171.150',NULL,NULL),(78523,'four_oh_four','2021-04-17 12:15:36','2021-04-17 17:15:36','46.21.250.205',NULL,NULL),(78524,'four_oh_four','2021-04-17 12:41:35','2021-04-17 17:41:35','46.188.0.52',NULL,NULL),(78525,'four_oh_four','2021-04-17 14:10:00','2021-04-17 19:10:00','184.154.139.20',NULL,NULL),(78526,'four_oh_four','2021-04-17 16:19:22','2021-04-17 21:19:22','45.139.125.56',NULL,NULL),(78527,'four_oh_four','2021-04-17 18:36:39','2021-04-17 23:36:39','114.119.158.13',NULL,NULL),(78528,'four_oh_four','2021-04-17 18:39:37','2021-04-17 23:39:37','114.119.136.66',NULL,NULL),(78529,'four_oh_four','2021-04-17 18:45:17','2021-04-17 23:45:17','5.188.48.88',NULL,NULL),(78530,'four_oh_four','2021-04-17 19:30:05','2021-04-18 00:30:05','102.190.88.67',NULL,NULL),(78531,'four_oh_four','2021-04-17 19:46:52','2021-04-18 00:46:52','114.119.141.146',NULL,NULL),(78532,'four_oh_four','2021-04-17 20:06:02','2021-04-18 01:06:02','120.25.88.35',NULL,NULL),(78533,'four_oh_four','2021-04-17 20:45:42','2021-04-18 01:45:42','121.41.118.55',NULL,NULL),(78534,'four_oh_four','2021-04-17 21:21:29','2021-04-18 02:21:29','185.182.56.151',NULL,NULL),(78535,'four_oh_four','2021-04-17 21:41:47','2021-04-18 02:41:47','185.255.96.99',NULL,NULL),(78536,'four_oh_four','2021-04-17 21:59:01','2021-04-18 02:59:01','121.41.118.55',NULL,NULL),(78537,'four_oh_four','2021-04-17 21:59:02','2021-04-18 02:59:02','209.182.253.83',NULL,NULL),(78538,'four_oh_four','2021-04-17 22:03:45','2021-04-18 03:03:45','114.119.141.146',NULL,NULL),(78539,'four_oh_four','2021-04-17 22:19:43','2021-04-18 03:19:43','96.231.16.17',NULL,NULL),(78540,'four_oh_four','2021-04-17 22:51:46','2021-04-18 03:51:46','162.55.55.135',NULL,NULL),(78541,'four_oh_four','2021-04-17 22:51:55','2021-04-18 03:51:55','162.55.55.135',NULL,NULL),(78542,'four_oh_four','2021-04-17 23:30:12','2021-04-18 04:30:12','184.168.152.197',NULL,NULL),(78543,'four_oh_four','2021-04-18 00:49:29','2021-04-18 05:49:29','52.228.63.149',NULL,NULL),(78544,'four_oh_four','2021-04-18 00:49:32','2021-04-18 05:49:32','52.228.63.149',NULL,NULL),(78545,'four_oh_four','2021-04-18 00:49:35','2021-04-18 05:49:35','52.228.63.149',NULL,NULL),(78546,'four_oh_four','2021-04-18 01:40:47','2021-04-18 06:40:47','185.255.96.99',NULL,NULL),(78547,'four_oh_four','2021-04-18 01:43:54','2021-04-18 06:43:54','114.119.130.104',NULL,NULL),(78548,'four_oh_four','2021-04-18 05:58:54','2021-04-18 10:58:54','213.166.82.211',NULL,NULL),(78549,'four_oh_four','2021-04-18 07:27:29','2021-04-18 12:27:29','66.249.73.132',NULL,NULL),(78550,'four_oh_four','2021-04-18 07:27:29','2021-04-18 12:27:29','66.249.73.132',NULL,NULL),(78551,'four_oh_four','2021-04-18 07:27:29','2021-04-18 12:27:29','114.119.151.107',NULL,NULL),(78552,'four_oh_four','2021-04-18 07:49:17','2021-04-18 12:49:17','5.188.48.22',NULL,NULL),(78553,'four_oh_four','2021-04-18 07:50:12','2021-04-18 12:50:12','85.143.219.155',NULL,NULL),(78554,'four_oh_four','2021-04-18 07:50:15','2021-04-18 12:50:15','85.143.219.155',NULL,NULL),(78555,'four_oh_four','2021-04-18 07:55:08','2021-04-18 12:55:08','88.99.66.103',NULL,NULL),(78556,'four_oh_four','2021-04-18 07:55:10','2021-04-18 12:55:10','88.99.66.103',NULL,NULL),(78557,'four_oh_four','2021-04-18 08:02:26','2021-04-18 13:02:26','107.173.129.103',NULL,NULL),(78558,'four_oh_four','2021-04-18 09:53:17','2021-04-18 14:53:17','193.239.84.51',NULL,NULL),(78559,'four_oh_four','2021-04-18 09:53:24','2021-04-18 14:53:24','193.239.84.51',NULL,NULL),(78560,'four_oh_four','2021-04-18 09:53:31','2021-04-18 14:53:31','193.239.84.51',NULL,NULL),(78561,'four_oh_four','2021-04-18 09:53:37','2021-04-18 14:53:37','193.239.84.51',NULL,NULL),(78562,'four_oh_four','2021-04-18 09:53:43','2021-04-18 14:53:43','193.239.84.51',NULL,NULL),(78563,'four_oh_four','2021-04-18 09:53:49','2021-04-18 14:53:49','193.239.84.51',NULL,NULL),(78564,'four_oh_four','2021-04-18 09:53:55','2021-04-18 14:53:55','193.239.84.51',NULL,NULL),(78565,'four_oh_four','2021-04-18 09:54:01','2021-04-18 14:54:01','193.239.84.51',NULL,NULL),(78566,'four_oh_four','2021-04-18 09:54:05','2021-04-18 14:54:05','193.239.84.51',NULL,NULL),(78567,'four_oh_four','2021-04-18 09:54:08','2021-04-18 14:54:08','193.239.84.51',NULL,NULL),(78568,'four_oh_four','2021-04-18 09:54:11','2021-04-18 14:54:11','193.239.84.51',NULL,NULL),(78569,'four_oh_four','2021-04-18 09:54:14','2021-04-18 14:54:14','193.239.84.51',NULL,NULL),(78570,'four_oh_four','2021-04-18 09:54:17','2021-04-18 14:54:17','193.239.84.51',NULL,NULL),(78571,'four_oh_four','2021-04-18 09:54:20','2021-04-18 14:54:20','193.239.84.51',NULL,NULL),(78572,'four_oh_four','2021-04-18 09:54:23','2021-04-18 14:54:23','193.239.84.51',NULL,NULL),(78573,'four_oh_four','2021-04-18 09:54:26','2021-04-18 14:54:26','193.239.84.51',NULL,NULL),(78574,'four_oh_four','2021-04-18 09:54:29','2021-04-18 14:54:29','193.239.84.51',NULL,NULL),(78575,'four_oh_four','2021-04-18 09:54:32','2021-04-18 14:54:32','193.239.84.51',NULL,NULL),(78576,'four_oh_four','2021-04-18 09:54:35','2021-04-18 14:54:35','193.239.84.51',NULL,NULL),(78577,'four_oh_four','2021-04-18 09:54:38','2021-04-18 14:54:38','193.239.84.51',NULL,NULL),(78578,'four_oh_four','2021-04-18 10:03:15','2021-04-18 15:03:15','209.182.253.83',NULL,NULL),(78579,'four_oh_four','2021-04-18 10:03:18','2021-04-18 15:03:18','209.182.253.83',NULL,NULL),(78580,'four_oh_four','2021-04-18 10:39:29','2021-04-18 15:39:29','95.79.127.94',NULL,NULL),(78581,'four_oh_four','2021-04-18 10:53:15','2021-04-18 15:53:15','114.119.136.66',NULL,NULL),(78582,'four_oh_four','2021-04-18 11:01:08','2021-04-18 16:01:08','178.159.37.139',NULL,NULL),(78583,'four_oh_four','2021-04-18 12:16:01','2021-04-18 17:16:01','81.88.49.3',NULL,NULL),(78584,'four_oh_four','2021-04-18 12:18:22','2021-04-18 17:18:22','114.119.143.145',NULL,NULL),(78585,'four_oh_four','2021-04-18 13:36:11','2021-04-18 18:36:11','136.169.234.1',NULL,NULL),(78586,'four_oh_four','2021-04-18 13:52:36','2021-04-18 18:52:36','5.61.253.108',NULL,NULL),(78587,'four_oh_four','2021-04-18 14:06:47','2021-04-18 19:06:47','184.154.139.19',NULL,NULL),(78588,'four_oh_four','2021-04-18 14:30:09','2021-04-18 19:30:09','213.166.82.211',NULL,NULL),(78589,'four_oh_four','2021-04-18 14:41:48','2021-04-18 19:41:48','158.69.42.164',NULL,NULL),(78590,'four_oh_four','2021-04-18 14:53:21','2021-04-18 19:53:21','87.106.94.178',NULL,NULL),(78591,'four_oh_four','2021-04-18 16:56:22','2021-04-18 21:56:22','124.156.146.212',NULL,NULL),(78592,'four_oh_four','2021-04-18 16:56:27','2021-04-18 21:56:27','124.156.146.212',NULL,NULL),(78593,'four_oh_four','2021-04-18 20:33:09','2021-04-19 01:33:09','5.188.48.98',NULL,NULL),(78594,'four_oh_four','2021-04-18 20:51:54','2021-04-19 01:51:54','62.149.141.117',NULL,NULL),(78595,'four_oh_four','2021-04-18 22:00:03','2021-04-19 03:00:03','114.119.130.104',NULL,NULL),(78596,'four_oh_four','2021-04-18 22:20:42','2021-04-19 03:20:42','5.188.48.98',NULL,NULL),(78597,'four_oh_four','2021-04-18 23:26:46','2021-04-19 04:26:46','186.202.153.164',NULL,NULL),(78598,'four_oh_four','2021-04-19 00:47:27','2021-04-19 05:47:27','78.46.73.116',NULL,NULL),(78599,'four_oh_four','2021-04-19 01:00:31','2021-04-19 06:00:31','45.86.202.108',NULL,NULL),(78600,'four_oh_four','2021-04-19 01:31:35','2021-04-19 06:31:35','114.119.136.66',NULL,NULL),(78601,'four_oh_four','2021-04-19 01:39:29','2021-04-19 06:39:29','114.119.134.41',NULL,NULL),(78602,'four_oh_four','2021-04-19 01:49:09','2021-04-19 06:49:09','77.221.130.5',NULL,NULL),(78603,'four_oh_four','2021-04-19 01:55:36','2021-04-19 06:55:36','114.119.151.107',NULL,NULL),(78604,'four_oh_four','2021-04-19 01:58:37','2021-04-19 06:58:37','114.119.157.110',NULL,NULL),(78605,'brute_force','2021-04-19 02:15:15','2021-04-19 07:15:15','77.164.101.7',NULL,NULL),(78606,'brute_force','2021-04-19 02:15:15','2021-04-19 07:15:15',NULL,NULL,'zphiblgz'),(78607,'brute_force','2021-04-19 02:16:20','2021-04-19 07:16:20','77.164.101.7',NULL,NULL),(78608,'brute_force','2021-04-19 02:16:20','2021-04-19 07:16:20',NULL,NULL,'zphiblgz'),(78609,'brute_force','2021-04-19 02:17:31','2021-04-19 07:17:31','77.164.101.7',NULL,NULL),(78610,'brute_force','2021-04-19 02:17:31','2021-04-19 07:17:31',NULL,NULL,'zphiblgz'),(78611,'four_oh_four','2021-04-19 02:17:53','2021-04-19 07:17:53','40.77.167.67',NULL,NULL),(78612,'brute_force','2021-04-19 02:18:32','2021-04-19 07:18:32','77.164.101.7',NULL,NULL),(78613,'brute_force','2021-04-19 02:18:32','2021-04-19 07:18:32',NULL,NULL,'zphiblgz'),(78614,'brute_force','2021-04-19 02:19:42','2021-04-19 07:19:42','77.164.101.7',NULL,NULL),(78615,'brute_force','2021-04-19 02:19:42','2021-04-19 07:19:42',NULL,NULL,'zphiblgz'),(78616,'four_oh_four','2021-04-19 02:45:02','2021-04-19 07:45:02','77.221.130.5',NULL,NULL),(78617,'four_oh_four','2021-04-19 03:45:59','2021-04-19 08:45:59','120.76.201.177',NULL,NULL),(78618,'brute_force','2021-04-19 04:15:44','2021-04-19 09:15:44','197.211.255.222',NULL,NULL),(78619,'brute_force','2021-04-19 04:15:44','2021-04-19 09:15:44',NULL,NULL,'zphiblgz'),(78620,'brute_force','2021-04-19 04:16:45','2021-04-19 09:16:45','197.211.255.222',NULL,NULL),(78621,'brute_force','2021-04-19 04:16:45','2021-04-19 09:16:45',NULL,NULL,'zphiblgz'),(78622,'brute_force','2021-04-19 04:17:46','2021-04-19 09:17:46','197.211.255.222',NULL,NULL),(78623,'brute_force','2021-04-19 04:17:46','2021-04-19 09:17:46',NULL,NULL,'zphiblgz'),(78624,'brute_force','2021-04-19 04:18:47','2021-04-19 09:18:47','197.211.255.222',NULL,NULL),(78625,'brute_force','2021-04-19 04:18:47','2021-04-19 09:18:47',NULL,NULL,'zphiblgz'),(78626,'brute_force','2021-04-19 04:19:48','2021-04-19 09:19:48','197.211.255.222',NULL,NULL),(78627,'brute_force','2021-04-19 04:19:48','2021-04-19 09:19:48',NULL,NULL,'zphiblgz'),(78628,'four_oh_four','2021-04-19 05:04:08','2021-04-19 10:04:08','114.119.130.104',NULL,NULL),(78629,'four_oh_four','2021-04-19 05:31:11','2021-04-19 10:31:11','82.114.253.137',NULL,NULL),(78630,'four_oh_four','2021-04-19 05:38:19','2021-04-19 10:38:19','47.75.44.156',NULL,NULL),(78631,'four_oh_four','2021-04-19 05:43:55','2021-04-19 10:43:55','114.119.157.110',NULL,NULL),(78632,'four_oh_four','2021-04-19 05:44:40','2021-04-19 10:44:40','95.79.127.94',NULL,NULL),(78633,'four_oh_four','2021-04-19 06:28:41','2021-04-19 11:28:41','91.134.248.253',NULL,NULL),(78634,'four_oh_four','2021-04-19 07:46:07','2021-04-19 12:46:07','185.182.56.216',NULL,NULL),(78635,'four_oh_four','2021-04-19 08:06:28','2021-04-19 13:06:28','193.203.50.108',NULL,NULL),(78636,'four_oh_four','2021-04-19 08:23:51','2021-04-19 13:23:51','159.203.83.245',NULL,NULL),(78637,'four_oh_four','2021-04-19 08:39:25','2021-04-19 13:39:25','195.242.116.4',NULL,NULL),(78638,'four_oh_four','2021-04-19 14:02:01','2021-04-19 19:02:01','184.154.139.20',NULL,NULL),(78639,'four_oh_four','2021-04-19 14:23:15','2021-04-19 19:23:15','178.69.29.98',NULL,NULL),(78640,'four_oh_four','2021-04-19 15:09:12','2021-04-19 20:09:12','114.119.130.104',NULL,NULL),(78641,'four_oh_four','2021-04-19 15:10:02','2021-04-19 20:10:02','188.186.192.226',NULL,NULL),(78642,'four_oh_four','2021-04-19 15:38:50','2021-04-19 20:38:50','45.40.166.160',NULL,NULL),(78643,'four_oh_four','2021-04-19 15:38:55','2021-04-19 20:38:55','45.40.166.160',NULL,NULL),(78644,'four_oh_four','2021-04-19 16:14:42','2021-04-19 21:14:42','91.134.248.253',NULL,NULL),(78645,'four_oh_four','2021-04-19 16:15:55','2021-04-19 21:15:55','121.199.11.240',NULL,NULL),(78646,'four_oh_four','2021-04-19 17:51:33','2021-04-19 22:51:33','114.119.143.145',NULL,NULL),(78647,'four_oh_four','2021-04-19 18:36:16','2021-04-19 23:36:16','114.119.145.125',NULL,NULL),(78648,'four_oh_four','2021-04-19 18:41:30','2021-04-19 23:41:30','114.119.158.13',NULL,NULL),(78649,'four_oh_four','2021-04-19 18:43:37','2021-04-19 23:43:37','209.182.253.83',NULL,NULL),(78650,'brute_force','2021-04-19 19:35:02','2021-04-20 00:35:02','68.134.124.93',NULL,NULL),(78651,'brute_force','2021-04-19 19:35:02','2021-04-20 00:35:02',NULL,NULL,'linda'),(78652,'brute_force','2021-04-19 19:35:47','2021-04-20 00:35:47','68.134.124.93',NULL,NULL),(78653,'brute_force','2021-04-19 19:35:47','2021-04-20 00:35:47',NULL,NULL,'lindabrigmon'),(78654,'brute_force','2021-04-19 19:36:08','2021-04-20 00:36:08','68.134.124.93',NULL,NULL),(78655,'brute_force','2021-04-19 19:36:08','2021-04-20 00:36:08',NULL,NULL,'lindabrigmon'),(78656,'brute_force','2021-04-19 19:39:07','2021-04-20 00:39:07','68.134.124.93',NULL,NULL),(78657,'brute_force','2021-04-19 19:39:07','2021-04-20 00:39:07',NULL,NULL,'lindabrigmon'),(78658,'four_oh_four','2021-04-19 19:39:59','2021-04-20 00:39:59','188.130.219.173',NULL,NULL),(78659,'four_oh_four','2021-04-19 20:56:57','2021-04-20 01:56:57','66.249.73.129',NULL,NULL),(78660,'four_oh_four','2021-04-19 21:10:56','2021-04-20 02:10:56','47.52.135.58',NULL,NULL),(78661,'four_oh_four','2021-04-19 21:19:57','2021-04-20 02:19:57','23.94.47.114',NULL,NULL),(78662,'four_oh_four','2021-04-19 21:33:21','2021-04-20 02:33:21','5.188.48.22',NULL,NULL),(78663,'four_oh_four','2021-04-19 22:04:27','2021-04-20 03:04:27','176.100.168.110',NULL,NULL),(78664,'four_oh_four','2021-04-20 01:40:24','2021-04-20 06:40:24','13.66.139.42',NULL,NULL),(78665,'four_oh_four','2021-04-20 01:40:55','2021-04-20 06:40:55','47.240.81.77',NULL,NULL),(78666,'four_oh_four','2021-04-20 02:18:43','2021-04-20 07:18:43','114.119.148.105',NULL,NULL),(78667,'four_oh_four','2021-04-20 02:53:58','2021-04-20 07:53:58','31.186.99.118',NULL,NULL),(78668,'four_oh_four','2021-04-20 03:08:47','2021-04-20 08:08:47','209.182.253.83',NULL,NULL),(78669,'four_oh_four','2021-04-20 03:12:57','2021-04-20 08:12:57','114.119.143.145',NULL,NULL),(78670,'four_oh_four','2021-04-20 03:15:55','2021-04-20 08:15:55','188.35.131.246',NULL,NULL),(78671,'four_oh_four','2021-04-20 04:59:52','2021-04-20 09:59:52','114.119.157.110',NULL,NULL),(78672,'four_oh_four','2021-04-20 05:00:57','2021-04-20 10:00:57','66.249.73.158',NULL,NULL),(78673,'brute_force','2021-04-20 05:10:18','2021-04-20 10:10:18','77.164.101.7',NULL,NULL),(78674,'brute_force','2021-04-20 05:10:18','2021-04-20 10:10:18',NULL,NULL,'admin'),(78675,'four_oh_four','2021-04-20 05:11:22','2021-04-20 10:11:22','114.119.143.145',NULL,NULL),(78676,'brute_force','2021-04-20 05:11:24','2021-04-20 10:11:24','77.164.101.7',NULL,NULL),(78677,'brute_force','2021-04-20 05:11:24','2021-04-20 10:11:24',NULL,NULL,'admin'),(78678,'brute_force','2021-04-20 05:12:33','2021-04-20 10:12:33','77.164.101.7',NULL,NULL),(78679,'brute_force','2021-04-20 05:12:33','2021-04-20 10:12:33',NULL,NULL,'admin'),(78680,'brute_force','2021-04-20 05:13:34','2021-04-20 10:13:34','77.164.101.7',NULL,NULL),(78681,'brute_force','2021-04-20 05:13:34','2021-04-20 10:13:34',NULL,NULL,'admin'),(78682,'brute_force','2021-04-20 05:14:44','2021-04-20 10:14:44','77.164.101.7',NULL,NULL),(78683,'brute_force','2021-04-20 05:14:44','2021-04-20 10:14:44',NULL,NULL,'admin'),(78684,'brute_force','2021-04-20 05:29:58','2021-04-20 10:29:58','77.164.101.7',NULL,NULL),(78685,'brute_force','2021-04-20 05:29:58','2021-04-20 10:29:58',NULL,NULL,'admin'),(78686,'four_oh_four','2021-04-20 05:41:17','2021-04-20 10:41:17','47.89.31.26',NULL,NULL),(78687,'four_oh_four','2021-04-20 05:41:21','2021-04-20 10:41:21','47.89.31.26',NULL,NULL),(78688,'four_oh_four','2021-04-20 06:11:38','2021-04-20 11:11:38','114.119.143.145',NULL,NULL),(78689,'four_oh_four','2021-04-20 07:42:22','2021-04-20 12:42:22','83.220.238.247',NULL,NULL),(78690,'four_oh_four','2021-04-20 08:22:49','2021-04-20 13:22:49','184.178.172.18',NULL,NULL),(78691,'four_oh_four','2021-04-20 08:33:39','2021-04-20 13:33:39','144.76.162.206',NULL,NULL),(78692,'four_oh_four','2021-04-20 08:51:34','2021-04-20 13:51:34','114.119.148.105',NULL,NULL),(78693,'four_oh_four','2021-04-20 08:53:22','2021-04-20 13:53:22','158.69.42.164',NULL,NULL),(78694,'four_oh_four','2021-04-20 09:06:39','2021-04-20 14:06:39','47.75.44.156',NULL,NULL),(78695,'four_oh_four','2021-04-20 09:15:38','2021-04-20 14:15:38','114.119.130.104',NULL,NULL),(78696,'four_oh_four','2021-04-20 09:34:02','2021-04-20 14:34:02','66.249.73.149',NULL,NULL),(78697,'four_oh_four','2021-04-20 10:28:51','2021-04-20 15:28:51','114.119.151.107',NULL,NULL),(78698,'four_oh_four','2021-04-20 10:56:12','2021-04-20 15:56:12','5.61.25.2',NULL,NULL),(78699,'four_oh_four','2021-04-20 11:02:57','2021-04-20 16:02:57','114.119.134.41',NULL,NULL),(78700,'four_oh_four','2021-04-20 13:04:01','2021-04-20 18:04:01','31.186.99.118',NULL,NULL),(78701,'four_oh_four','2021-04-20 14:08:51','2021-04-20 19:08:51','184.154.139.21',NULL,NULL),(78702,'four_oh_four','2021-04-20 14:19:46','2021-04-20 19:19:46','5.188.48.98',NULL,NULL),(78703,'four_oh_four','2021-04-20 14:54:49','2021-04-20 19:54:49','213.166.82.211',NULL,NULL),(78704,'four_oh_four','2021-04-20 15:31:14','2021-04-20 20:31:14','114.119.157.110',NULL,NULL),(78705,'four_oh_four','2021-04-20 15:45:06','2021-04-20 20:45:06','80.251.153.44',NULL,NULL),(78706,'four_oh_four','2021-04-20 19:10:06','2021-04-21 00:10:06','114.119.134.41',NULL,NULL),(78707,'four_oh_four','2021-04-20 19:23:20','2021-04-21 00:23:20','54.190.179.127',NULL,NULL),(78708,'four_oh_four','2021-04-20 19:36:48','2021-04-21 00:36:48','185.181.244.221',NULL,NULL),(78709,'four_oh_four','2021-04-20 19:43:40','2021-04-21 00:43:40','44.235.77.210',NULL,NULL),(78710,'four_oh_four','2021-04-20 20:56:28','2021-04-21 01:56:28','192.126.195.214',NULL,NULL),(78711,'four_oh_four','2021-04-20 21:24:38','2021-04-21 02:24:38','3.94.137.21',NULL,NULL),(78712,'four_oh_four','2021-04-20 21:24:43','2021-04-21 02:24:43','3.94.137.21',NULL,NULL),(78713,'four_oh_four','2021-04-20 21:24:46','2021-04-21 02:24:46','3.94.137.21',NULL,NULL),(78714,'four_oh_four','2021-04-20 21:24:50','2021-04-21 02:24:50','3.94.137.21',NULL,NULL),(78715,'four_oh_four','2021-04-20 22:19:04','2021-04-21 03:19:04','83.143.245.68',NULL,NULL),(78716,'four_oh_four','2021-04-20 22:54:30','2021-04-21 03:54:30','114.119.130.104',NULL,NULL),(78717,'four_oh_four','2021-04-21 00:43:50','2021-04-21 05:43:50','185.104.187.124',NULL,NULL),(78718,'four_oh_four','2021-04-21 01:56:28','2021-04-21 06:56:28','107.173.129.103',NULL,NULL),(78719,'four_oh_four','2021-04-21 02:48:44','2021-04-21 07:48:44','3.88.106.49',NULL,NULL),(78720,'four_oh_four','2021-04-21 03:46:08','2021-04-21 08:46:08','198.71.228.70',NULL,NULL),(78721,'four_oh_four','2021-04-21 03:56:01','2021-04-21 08:56:01','3.88.12.134',NULL,NULL),(78722,'four_oh_four','2021-04-21 03:57:19','2021-04-21 08:57:19','114.119.136.66',NULL,NULL),(78723,'four_oh_four','2021-04-21 04:27:19','2021-04-21 09:27:19','114.119.130.104',NULL,NULL),(78724,'four_oh_four','2021-04-21 05:32:23','2021-04-21 10:32:23','13.66.139.42',NULL,NULL),(78725,'four_oh_four','2021-04-21 06:36:23','2021-04-21 11:36:23','193.106.30.100',NULL,NULL),(78726,'four_oh_four','2021-04-21 06:49:41','2021-04-21 11:49:41','114.119.141.146',NULL,NULL),(78727,'four_oh_four','2021-04-21 07:16:00','2021-04-21 12:16:00','85.249.195.199',NULL,NULL),(78728,'four_oh_four','2021-04-21 08:35:49','2021-04-21 13:35:49','78.85.229.93',NULL,NULL),(78729,'four_oh_four','2021-04-21 08:59:14','2021-04-21 13:59:14','178.159.37.139',NULL,NULL),(78730,'four_oh_four','2021-04-21 09:18:23','2021-04-21 14:18:23','114.119.145.125',NULL,NULL),(78731,'four_oh_four','2021-04-21 09:20:12','2021-04-21 14:20:12','45.55.41.53',NULL,NULL),(78732,'four_oh_four','2021-04-21 09:20:40','2021-04-21 14:20:40','45.55.41.53',NULL,NULL),(78733,'four_oh_four','2021-04-21 09:21:34','2021-04-21 14:21:34','162.144.141.152',NULL,NULL),(78734,'four_oh_four','2021-04-21 10:06:02','2021-04-21 15:06:02','114.119.130.104',NULL,NULL),(78735,'four_oh_four','2021-04-21 10:29:23','2021-04-21 15:29:23','114.119.134.41',NULL,NULL),(78736,'four_oh_four','2021-04-21 10:48:17','2021-04-21 15:48:17','78.85.229.93',NULL,NULL),(78737,'four_oh_four','2021-04-21 10:53:44','2021-04-21 15:53:44','193.106.30.100',NULL,NULL),(78738,'four_oh_four','2021-04-21 12:11:24','2021-04-21 17:11:24','13.66.139.42',NULL,NULL),(78739,'four_oh_four','2021-04-21 12:52:45','2021-04-21 17:52:45','178.176.73.24',NULL,NULL),(78740,'four_oh_four','2021-04-21 13:38:49','2021-04-21 18:38:49','13.66.139.49',NULL,NULL),(78741,'four_oh_four','2021-04-21 14:11:59','2021-04-21 19:11:59','184.154.139.21',NULL,NULL),(78742,'four_oh_four','2021-04-21 15:44:43','2021-04-21 20:44:43','213.166.82.211',NULL,NULL),(78743,'four_oh_four','2021-04-21 16:21:20','2021-04-21 21:21:20','185.209.22.137',NULL,NULL),(78744,'four_oh_four','2021-04-21 16:37:03','2021-04-21 21:37:03','5.188.48.98',NULL,NULL),(78745,'four_oh_four','2021-04-21 17:04:30','2021-04-21 22:04:30','160.153.154.154',NULL,NULL),(78746,'four_oh_four','2021-04-21 17:04:39','2021-04-21 22:04:39','160.153.154.154',NULL,NULL),(78747,'four_oh_four','2021-04-21 18:11:22','2021-04-21 23:11:22','114.119.136.66',NULL,NULL),(78748,'four_oh_four','2021-04-21 18:22:54','2021-04-21 23:22:54','5.188.48.22',NULL,NULL),(78749,'four_oh_four','2021-04-21 18:52:13','2021-04-21 23:52:13','185.66.41.3',NULL,NULL),(78750,'four_oh_four','2021-04-21 19:04:21','2021-04-22 00:04:21','114.119.148.105',NULL,NULL),(78751,'four_oh_four','2021-04-21 19:28:58','2021-04-22 00:28:58','114.119.151.107',NULL,NULL),(78752,'brute_force','2021-04-21 20:24:31','2021-04-22 01:24:31','204.83.217.209',NULL,NULL),(78753,'brute_force','2021-04-21 20:24:31','2021-04-22 01:24:31',NULL,NULL,'zphiblgz'),(78754,'brute_force','2021-04-21 20:25:31','2021-04-22 01:25:31','204.83.217.209',NULL,NULL),(78755,'brute_force','2021-04-21 20:25:31','2021-04-22 01:25:31',NULL,NULL,'zphiblgz'),(78756,'brute_force','2021-04-21 20:26:32','2021-04-22 01:26:32','204.83.217.209',NULL,NULL),(78757,'brute_force','2021-04-21 20:26:32','2021-04-22 01:26:32',NULL,NULL,'zphiblgz'),(78758,'brute_force','2021-04-21 20:27:33','2021-04-22 01:27:33','204.83.217.209',NULL,NULL),(78759,'brute_force','2021-04-21 20:27:33','2021-04-22 01:27:33',NULL,NULL,'zphiblgz'),(78760,'brute_force','2021-04-21 20:28:35','2021-04-22 01:28:35','204.83.217.209',NULL,NULL),(78761,'brute_force','2021-04-21 20:28:35','2021-04-22 01:28:35',NULL,NULL,'zphiblgz'),(78762,'brute_force','2021-04-21 20:43:49','2021-04-22 01:43:49','204.83.217.209',NULL,NULL),(78763,'brute_force','2021-04-21 20:43:49','2021-04-22 01:43:49',NULL,NULL,'zphiblgz'),(78764,'four_oh_four','2021-04-21 21:56:13','2021-04-22 02:56:13','95.216.12.101',NULL,NULL),(78765,'four_oh_four','2021-04-21 21:58:07','2021-04-22 02:58:07','95.164.209.108',NULL,NULL),(78766,'four_oh_four','2021-04-21 22:07:23','2021-04-22 03:07:23','114.119.136.66',NULL,NULL),(78767,'four_oh_four','2021-04-21 22:55:16','2021-04-22 03:55:16','37.115.215.132',NULL,NULL),(78768,'four_oh_four','2021-04-21 23:47:28','2021-04-22 04:47:28','114.119.148.105',NULL,NULL),(78769,'four_oh_four','2021-04-22 00:00:40','2021-04-22 05:00:40','173.254.28.216',NULL,NULL),(78770,'four_oh_four','2021-04-22 01:42:49','2021-04-22 06:42:49','114.119.151.107',NULL,NULL),(78771,'four_oh_four','2021-04-22 01:52:06','2021-04-22 06:52:06','194.156.92.129',NULL,NULL),(78772,'four_oh_four','2021-04-22 02:16:18','2021-04-22 07:16:18','114.119.130.104',NULL,NULL),(78773,'four_oh_four','2021-04-22 02:52:36','2021-04-22 07:52:36','114.119.157.110',NULL,NULL),(78774,'four_oh_four','2021-04-22 03:14:26','2021-04-22 08:14:26','209.182.253.83',NULL,NULL),(78775,'four_oh_four','2021-04-22 04:38:38','2021-04-22 09:38:38','91.134.248.249',NULL,NULL),(78776,'four_oh_four','2021-04-22 05:30:39','2021-04-22 10:30:39','114.119.151.107',NULL,NULL),(78777,'four_oh_four','2021-04-22 05:35:21','2021-04-22 10:35:21','114.119.136.66',NULL,NULL),(78778,'four_oh_four','2021-04-22 05:41:41','2021-04-22 10:41:41','5.188.48.22',NULL,NULL),(78779,'four_oh_four','2021-04-22 05:45:53','2021-04-22 10:45:53','178.69.29.98',NULL,NULL),(78780,'four_oh_four','2021-04-22 06:40:41','2021-04-22 11:40:41','5.188.210.27',NULL,NULL),(78781,'four_oh_four','2021-04-22 07:10:51','2021-04-22 12:10:51','5.188.210.27',NULL,NULL),(78782,'four_oh_four','2021-04-22 07:26:58','2021-04-22 12:26:58','114.119.158.13',NULL,NULL),(78783,'four_oh_four','2021-04-22 07:50:11','2021-04-22 12:50:11','5.188.210.27',NULL,NULL),(78784,'four_oh_four','2021-04-22 08:00:14','2021-04-22 13:00:14','171.22.26.50',NULL,NULL),(78785,'four_oh_four','2021-04-22 08:05:16','2021-04-22 13:05:16','5.188.210.27',NULL,NULL),(78786,'four_oh_four','2021-04-22 08:13:38','2021-04-22 13:13:38','5.188.210.27',NULL,NULL),(78787,'four_oh_four','2021-04-22 08:22:43','2021-04-22 13:22:43','5.188.210.27',NULL,NULL),(78788,'four_oh_four','2021-04-22 08:52:45','2021-04-22 13:52:45','5.188.210.27',NULL,NULL),(78789,'four_oh_four','2021-04-22 09:07:52','2021-04-22 14:07:52','114.119.148.105',NULL,NULL),(78790,'four_oh_four','2021-04-22 09:22:31','2021-04-22 14:22:31','5.188.210.27',NULL,NULL),(78791,'four_oh_four','2021-04-22 09:33:04','2021-04-22 14:33:04','5.188.210.27',NULL,NULL),(78792,'four_oh_four','2021-04-22 10:27:41','2021-04-22 15:27:41','114.119.145.125',NULL,NULL),(78793,'four_oh_four','2021-04-22 10:51:21','2021-04-22 15:51:21','5.188.210.27',NULL,NULL),(78794,'four_oh_four','2021-04-22 11:41:22','2021-04-22 16:41:22','5.188.210.27',NULL,NULL),(78795,'four_oh_four','2021-04-22 12:11:12','2021-04-22 17:11:12','5.188.210.27',NULL,NULL),(78796,'four_oh_four','2021-04-22 12:42:37','2021-04-22 17:42:37','199.66.201.19',NULL,NULL),(78797,'four_oh_four','2021-04-22 12:42:37','2021-04-22 17:42:37','199.66.201.19',NULL,NULL),(78798,'four_oh_four','2021-04-22 12:52:56','2021-04-22 17:52:56','5.188.210.27',NULL,NULL),(78799,'four_oh_four','2021-04-22 12:58:09','2021-04-22 17:58:09','46.188.0.52',NULL,NULL),(78800,'four_oh_four','2021-04-22 13:12:42','2021-04-22 18:12:42','5.188.210.27',NULL,NULL),(78801,'four_oh_four','2021-04-22 13:20:23','2021-04-22 18:20:23','5.188.210.27',NULL,NULL),(78802,'four_oh_four','2021-04-22 13:30:46','2021-04-22 18:30:46','5.188.210.27',NULL,NULL),(78803,'four_oh_four','2021-04-22 14:00:07','2021-04-22 19:00:07','114.119.130.104',NULL,NULL),(78804,'four_oh_four','2021-04-22 14:02:12','2021-04-22 19:02:12','5.188.210.27',NULL,NULL),(78805,'four_oh_four','2021-04-22 14:11:36','2021-04-22 19:11:36','184.154.139.18',NULL,NULL),(78806,'four_oh_four','2021-04-22 14:33:04','2021-04-22 19:33:04','5.188.210.27',NULL,NULL),(78807,'four_oh_four','2021-04-22 14:36:48','2021-04-22 19:36:48','114.119.141.146',NULL,NULL),(78808,'four_oh_four','2021-04-22 14:48:26','2021-04-22 19:48:26','5.188.210.27',NULL,NULL),(78809,'four_oh_four','2021-04-22 15:36:26','2021-04-22 20:36:26','188.35.131.246',NULL,NULL),(78810,'four_oh_four','2021-04-22 16:08:56','2021-04-22 21:08:56','5.188.210.27',NULL,NULL),(78811,'four_oh_four','2021-04-22 16:24:31','2021-04-22 21:24:31','72.49.49.11',NULL,NULL),(78812,'four_oh_four','2021-04-22 16:36:51','2021-04-22 21:36:51','5.188.210.27',NULL,NULL),(78813,'four_oh_four','2021-04-22 16:43:26','2021-04-22 21:43:26','207.46.13.21',NULL,NULL),(78814,'four_oh_four','2021-04-22 17:07:05','2021-04-22 22:07:05','5.188.210.27',NULL,NULL),(78815,'four_oh_four','2021-04-22 17:44:36','2021-04-22 22:44:36','5.188.210.27',NULL,NULL),(78816,'four_oh_four','2021-04-22 17:49:39','2021-04-22 22:49:39','188.35.131.246',NULL,NULL),(78817,'four_oh_four','2021-04-22 17:56:49','2021-04-22 22:56:49','114.119.148.105',NULL,NULL),(78818,'four_oh_four','2021-04-22 18:03:20','2021-04-22 23:03:20','5.188.210.27',NULL,NULL),(78819,'four_oh_four','2021-04-22 18:13:15','2021-04-22 23:13:15','5.188.210.27',NULL,NULL),(78820,'four_oh_four','2021-04-22 18:21:38','2021-04-22 23:21:38','5.188.210.27',NULL,NULL),(78821,'four_oh_four','2021-04-22 18:32:46','2021-04-22 23:32:46','185.7.145.88',NULL,NULL),(78822,'four_oh_four','2021-04-22 18:52:06','2021-04-22 23:52:06','5.188.210.27',NULL,NULL),(78823,'four_oh_four','2021-04-22 19:22:34','2021-04-23 00:22:34','5.188.210.27',NULL,NULL),(78824,'four_oh_four','2021-04-22 19:23:17','2021-04-23 00:23:17','114.119.143.145',NULL,NULL),(78825,'four_oh_four','2021-04-22 19:33:22','2021-04-23 00:33:22','5.188.210.27',NULL,NULL),(78826,'four_oh_four','2021-04-22 20:49:16','2021-04-23 01:49:16','5.188.210.27',NULL,NULL),(78827,'four_oh_four','2021-04-22 21:41:35','2021-04-23 02:41:35','114.119.134.41',NULL,NULL),(78828,'four_oh_four','2021-04-22 21:43:28','2021-04-23 02:43:28','5.188.48.98',NULL,NULL),(78829,'four_oh_four','2021-04-23 01:29:47','2021-04-23 06:29:47','66.249.73.151',NULL,NULL),(78830,'four_oh_four','2021-04-23 01:38:36','2021-04-23 06:38:36','69.171.249.119',NULL,NULL),(78831,'four_oh_four','2021-04-23 01:38:40','2021-04-23 06:38:40','69.171.249.5',NULL,NULL),(78832,'four_oh_four','2021-04-23 02:27:44','2021-04-23 07:27:44','114.119.143.145',NULL,NULL),(78833,'four_oh_four','2021-04-23 02:46:02','2021-04-23 07:46:02','66.249.73.153',NULL,NULL),(78834,'four_oh_four','2021-04-23 03:24:20','2021-04-23 08:24:20','40.77.167.26',NULL,NULL),(78835,'four_oh_four','2021-04-23 03:45:15','2021-04-23 08:45:15','45.92.228.61',NULL,NULL),(78836,'four_oh_four','2021-04-23 03:49:08','2021-04-23 08:49:08','188.122.82.146',NULL,NULL),(78837,'four_oh_four','2021-04-23 04:47:02','2021-04-23 09:47:02','213.166.82.211',NULL,NULL),(78838,'four_oh_four','2021-04-23 04:47:13','2021-04-23 09:47:13','37.115.215.132',NULL,NULL),(78839,'four_oh_four','2021-04-23 05:00:24','2021-04-23 10:00:24','114.119.143.145',NULL,NULL),(78840,'four_oh_four','2021-04-23 05:17:03','2021-04-23 10:17:03','66.249.73.151',NULL,NULL),(78841,'four_oh_four','2021-04-23 05:24:46','2021-04-23 10:24:46','46.165.233.56',NULL,NULL),(78842,'four_oh_four','2021-04-23 05:26:56','2021-04-23 10:26:56','66.249.73.151',NULL,NULL),(78843,'four_oh_four','2021-04-23 07:37:18','2021-04-23 12:37:18','46.243.220.88',NULL,NULL),(78844,'four_oh_four','2021-04-23 08:44:41','2021-04-23 13:44:41','213.166.82.211',NULL,NULL),(78845,'four_oh_four','2021-04-23 10:50:59','2021-04-23 15:50:59','114.119.158.13',NULL,NULL),(78846,'four_oh_four','2021-04-23 11:39:14','2021-04-23 16:39:14','114.119.141.146',NULL,NULL),(78847,'four_oh_four','2021-04-23 13:12:30','2021-04-23 18:12:30','196.240.57.100',NULL,NULL),(78848,'four_oh_four','2021-04-23 14:10:29','2021-04-23 19:10:29','184.154.139.19',NULL,NULL),(78849,'four_oh_four','2021-04-23 14:55:49','2021-04-23 19:55:49','182.50.130.134',NULL,NULL),(78850,'four_oh_four','2021-04-23 14:55:49','2021-04-23 19:55:49','182.50.130.134',NULL,NULL),(78851,'four_oh_four','2021-04-23 15:45:00','2021-04-23 20:45:00','114.119.130.104',NULL,NULL),(78852,'four_oh_four','2021-04-23 16:54:30','2021-04-23 21:54:30','207.46.13.51',NULL,NULL),(78853,'four_oh_four','2021-04-23 17:58:38','2021-04-23 22:58:38','207.46.13.78',NULL,NULL),(78854,'four_oh_four','2021-04-23 19:02:56','2021-04-24 00:02:56','78.46.73.116',NULL,NULL),(78855,'four_oh_four','2021-04-23 19:34:43','2021-04-24 00:34:43','114.119.134.41',NULL,NULL),(78856,'four_oh_four','2021-04-23 20:41:42','2021-04-24 01:41:42','46.182.129.31',NULL,NULL),(78857,'four_oh_four','2021-04-23 21:36:54','2021-04-24 02:36:54','5.188.48.88',NULL,NULL),(78858,'four_oh_four','2021-04-23 22:09:54','2021-04-24 03:09:54','114.119.158.13',NULL,NULL),(78859,'four_oh_four','2021-04-23 22:13:24','2021-04-24 03:13:24','23.228.109.147',NULL,NULL),(78860,'four_oh_four','2021-04-24 00:38:07','2021-04-24 05:38:07','13.66.139.0',NULL,NULL),(78861,'four_oh_four','2021-04-24 04:17:54','2021-04-24 09:17:54','185.209.22.137',NULL,NULL),(78862,'four_oh_four','2021-04-24 04:56:43','2021-04-24 09:56:43','114.119.141.146',NULL,NULL),(78863,'four_oh_four','2021-04-24 05:20:13','2021-04-24 10:20:13','207.46.13.21',NULL,NULL),(78864,'four_oh_four','2021-04-24 07:36:45','2021-04-24 12:36:45','114.119.145.125',NULL,NULL),(78865,'four_oh_four','2021-04-24 10:23:24','2021-04-24 15:23:24','114.119.141.146',NULL,NULL),(78866,'four_oh_four','2021-04-24 11:15:15','2021-04-24 16:15:15','178.141.29.135',NULL,NULL),(78867,'four_oh_four','2021-04-24 11:18:06','2021-04-24 16:18:06','92.38.136.69',NULL,NULL),(78868,'four_oh_four','2021-04-24 11:44:39','2021-04-24 16:44:39','178.159.37.139',NULL,NULL),(78869,'four_oh_four','2021-04-24 12:48:14','2021-04-24 17:48:14','80.251.153.44',NULL,NULL),(78870,'four_oh_four','2021-04-24 13:13:23','2021-04-24 18:13:23','92.38.136.69',NULL,NULL),(78871,'four_oh_four','2021-04-24 14:04:38','2021-04-24 19:04:38','184.154.139.18',NULL,NULL),(78872,'four_oh_four','2021-04-24 16:55:48','2021-04-24 21:55:48','45.133.1.44',NULL,NULL),(78873,'four_oh_four','2021-04-24 16:56:38','2021-04-24 21:56:38','45.133.1.44',NULL,NULL),(78874,'four_oh_four','2021-04-24 16:58:05','2021-04-24 21:58:05','45.133.1.44',NULL,NULL),(78875,'four_oh_four','2021-04-24 16:58:46','2021-04-24 21:58:46','45.133.1.44',NULL,NULL),(78876,'four_oh_four','2021-04-24 18:17:22','2021-04-24 23:17:22','212.19.30.11',NULL,NULL),(78877,'four_oh_four','2021-04-24 18:32:07','2021-04-24 23:32:07','72.11.157.115',NULL,NULL),(78878,'four_oh_four','2021-04-24 19:22:36','2021-04-25 00:22:36','114.119.151.107',NULL,NULL),(78879,'four_oh_four','2021-04-24 20:37:39','2021-04-25 01:37:39','115.133.55.40',NULL,NULL),(78880,'four_oh_four','2021-04-24 22:20:35','2021-04-25 03:20:35','207.46.13.78',NULL,NULL),(78881,'four_oh_four','2021-04-24 22:49:03','2021-04-25 03:49:03','23.228.109.147',NULL,NULL),(78882,'four_oh_four','2021-04-24 23:12:15','2021-04-25 04:12:15','167.160.30.210',NULL,NULL),(78883,'four_oh_four','2021-04-24 23:28:29','2021-04-25 04:28:29','114.119.148.105',NULL,NULL),(78884,'four_oh_four','2021-04-25 00:12:36','2021-04-25 05:12:36','5.188.48.88',NULL,NULL),(78885,'four_oh_four','2021-04-25 00:40:26','2021-04-25 05:40:26','5.188.48.88',NULL,NULL),(78886,'four_oh_four','2021-04-25 01:11:22','2021-04-25 06:11:22','208.102.51.6',NULL,NULL),(78887,'four_oh_four','2021-04-25 01:36:10','2021-04-25 06:36:10','213.166.82.211',NULL,NULL),(78888,'four_oh_four','2021-04-25 01:36:14','2021-04-25 06:36:14','176.48.9.251',NULL,NULL),(78889,'four_oh_four','2021-04-25 01:45:48','2021-04-25 06:45:48','114.119.145.125',NULL,NULL),(78890,'four_oh_four','2021-04-25 03:25:32','2021-04-25 08:25:32','114.119.134.41',NULL,NULL),(78891,'four_oh_four','2021-04-25 03:55:37','2021-04-25 08:55:37','188.186.232.35',NULL,NULL),(78892,'four_oh_four','2021-04-25 04:51:22','2021-04-25 09:51:22','114.119.148.105',NULL,NULL),(78893,'four_oh_four','2021-04-25 05:28:26','2021-04-25 10:28:26','31.173.100.246',NULL,NULL),(78894,'four_oh_four','2021-04-25 05:28:29','2021-04-25 10:28:29','31.173.100.246',NULL,NULL),(78895,'four_oh_four','2021-04-25 06:14:55','2021-04-25 11:14:55','95.79.181.155',NULL,NULL),(78896,'four_oh_four','2021-04-25 07:01:07','2021-04-25 12:01:07','188.163.46.213',NULL,NULL),(78897,'four_oh_four','2021-04-25 07:18:24','2021-04-25 12:18:24','104.206.108.205',NULL,NULL),(78898,'four_oh_four','2021-04-25 10:09:49','2021-04-25 15:09:49','213.166.82.211',NULL,NULL),(78899,'four_oh_four','2021-04-25 10:29:23','2021-04-25 15:29:23','188.165.208.165',NULL,NULL),(78900,'four_oh_four','2021-04-25 10:29:28','2021-04-25 15:29:28','188.165.208.165',NULL,NULL),(78901,'four_oh_four','2021-04-25 10:29:30','2021-04-25 15:29:30','188.165.208.165',NULL,NULL),(78902,'four_oh_four','2021-04-25 13:31:02','2021-04-25 18:31:02','104.206.108.205',NULL,NULL),(78903,'four_oh_four','2021-04-25 14:11:17','2021-04-25 19:11:17','184.154.139.21',NULL,NULL),(78904,'four_oh_four','2021-04-25 14:37:43','2021-04-25 19:37:43','176.100.111.30',NULL,NULL),(78905,'four_oh_four','2021-04-25 15:12:46','2021-04-25 20:12:46','114.119.158.13',NULL,NULL),(78906,'four_oh_four','2021-04-25 15:15:45','2021-04-25 20:15:45','114.119.148.105',NULL,NULL),(78907,'four_oh_four','2021-04-25 15:24:06','2021-04-25 20:24:06','114.119.130.104',NULL,NULL),(78908,'four_oh_four','2021-04-25 16:57:00','2021-04-25 21:57:00','2.95.231.96',NULL,NULL),(78909,'four_oh_four','2021-04-25 17:37:34','2021-04-25 22:37:34','40.77.167.67',NULL,NULL),(78910,'four_oh_four','2021-04-25 18:55:05','2021-04-25 23:55:05','92.38.136.69',NULL,NULL),(78911,'four_oh_four','2021-04-25 18:56:31','2021-04-25 23:56:31','207.46.13.21',NULL,NULL),(78912,'four_oh_four','2021-04-25 19:32:13','2021-04-26 00:32:13','114.119.141.146',NULL,NULL),(78913,'four_oh_four','2021-04-25 20:25:03','2021-04-26 01:25:03','223.247.154.173',NULL,NULL),(78914,'four_oh_four','2021-04-25 20:55:44','2021-04-26 01:55:44','23.228.109.147',NULL,NULL),(78915,'four_oh_four','2021-04-25 22:12:26','2021-04-26 03:12:26','114.119.141.146',NULL,NULL),(78916,'four_oh_four','2021-04-25 22:13:49','2021-04-26 03:13:49','31.13.103.18',NULL,NULL),(78917,'four_oh_four','2021-04-25 22:13:52','2021-04-26 03:13:52','31.13.103.116',NULL,NULL),(78918,'four_oh_four','2021-04-25 22:51:33','2021-04-26 03:51:33','114.119.130.104',NULL,NULL),(78919,'four_oh_four','2021-04-25 23:50:55','2021-04-26 04:50:55','5.157.5.66',NULL,NULL),(78920,'four_oh_four','2021-04-26 00:05:15','2021-04-26 05:05:15','114.119.157.110',NULL,NULL),(78921,'four_oh_four','2021-04-26 01:40:20','2021-04-26 06:40:20','185.206.224.246',NULL,NULL),(78922,'four_oh_four','2021-04-26 02:53:11','2021-04-26 07:53:11','88.198.91.76',NULL,NULL),(78923,'four_oh_four','2021-04-26 02:53:11','2021-04-26 07:53:11','88.198.91.76',NULL,NULL),(78924,'four_oh_four','2021-04-26 03:17:44','2021-04-26 08:17:44','114.119.157.110',NULL,NULL),(78925,'four_oh_four','2021-04-26 04:21:02','2021-04-26 09:21:02','207.46.13.78',NULL,NULL),(78926,'four_oh_four','2021-04-26 04:23:53','2021-04-26 09:23:53','50.31.138.167',NULL,NULL),(78927,'four_oh_four','2021-04-26 06:52:07','2021-04-26 11:52:07','114.119.148.105',NULL,NULL),(78928,'four_oh_four','2021-04-26 07:20:39','2021-04-26 12:20:39','66.33.194.39',NULL,NULL),(78929,'four_oh_four','2021-04-26 07:49:15','2021-04-26 12:49:15','159.65.162.186',NULL,NULL),(78930,'four_oh_four','2021-04-26 08:52:15','2021-04-26 13:52:15','114.119.134.41',NULL,NULL),(78931,'four_oh_four','2021-04-26 09:38:53','2021-04-26 14:38:53','5.188.48.98',NULL,NULL),(78932,'four_oh_four','2021-04-26 10:47:47','2021-04-26 15:47:47','114.119.143.145',NULL,NULL),(78933,'four_oh_four','2021-04-26 10:52:49','2021-04-26 15:52:49','114.119.158.13',NULL,NULL),(78934,'four_oh_four','2021-04-26 11:12:47','2021-04-26 16:12:47','62.210.80.33',NULL,NULL),(78935,'four_oh_four','2021-04-26 11:58:21','2021-04-26 16:58:21','66.249.73.153',NULL,NULL),(78936,'four_oh_four','2021-04-26 11:58:25','2021-04-26 16:58:25','66.249.73.151',NULL,NULL),(78937,'four_oh_four','2021-04-26 14:13:34','2021-04-26 19:13:34','184.154.139.17',NULL,NULL),(78938,'four_oh_four','2021-04-26 14:57:41','2021-04-26 19:57:41','45.158.15.146',NULL,NULL),(78939,'four_oh_four','2021-04-26 15:10:37','2021-04-26 20:10:37','188.163.47.9',NULL,NULL),(78940,'four_oh_four','2021-04-26 15:20:08','2021-04-26 20:20:08','185.255.96.99',NULL,NULL),(78941,'four_oh_four','2021-04-26 17:00:16','2021-04-26 22:00:16','188.35.131.246',NULL,NULL),(78942,'four_oh_four','2021-04-26 17:37:46','2021-04-26 22:37:46','77.221.130.5',NULL,NULL),(78943,'four_oh_four','2021-04-26 17:44:54','2021-04-26 22:44:54','5.188.48.22',NULL,NULL),(78944,'four_oh_four','2021-04-26 18:45:20','2021-04-26 23:45:20','178.90.194.201',NULL,NULL),(78945,'four_oh_four','2021-04-26 18:45:24','2021-04-26 23:45:24','178.90.194.201',NULL,NULL),(78946,'four_oh_four','2021-04-26 20:26:10','2021-04-27 01:26:10','165.231.103.122',NULL,NULL),(78947,'four_oh_four','2021-04-26 20:36:17','2021-04-27 01:36:17','114.119.145.125',NULL,NULL),(78948,'four_oh_four','2021-04-26 22:07:42','2021-04-27 03:07:42','40.77.167.67',NULL,NULL),(78949,'four_oh_four','2021-04-26 22:19:16','2021-04-27 03:19:16','185.209.22.137',NULL,NULL),(78950,'four_oh_four','2021-04-26 22:41:56','2021-04-27 03:41:56','114.119.151.107',NULL,NULL),(78951,'four_oh_four','2021-04-26 23:12:45','2021-04-27 04:12:45','23.228.109.147',NULL,NULL),(78952,'four_oh_four','2021-04-26 23:28:53','2021-04-27 04:28:53','207.46.13.21',NULL,NULL),(78953,'four_oh_four','2021-04-26 23:46:20','2021-04-27 04:46:20','114.119.145.125',NULL,NULL),(78954,'four_oh_four','2021-04-27 01:09:49','2021-04-27 06:09:49','207.46.13.37',NULL,NULL),(78955,'four_oh_four','2021-04-27 01:27:12','2021-04-27 06:27:12','114.119.143.145',NULL,NULL),(78956,'four_oh_four','2021-04-27 01:33:48','2021-04-27 06:33:48','114.119.151.107',NULL,NULL),(78957,'four_oh_four','2021-04-27 02:29:49','2021-04-27 07:29:49','5.159.108.15',NULL,NULL),(78958,'four_oh_four','2021-04-27 03:13:00','2021-04-27 08:13:00','78.46.73.116',NULL,NULL),(78959,'four_oh_four','2021-04-27 04:15:27','2021-04-27 09:15:27','114.119.157.110',NULL,NULL),(78960,'four_oh_four','2021-04-27 04:22:05','2021-04-27 09:22:05','114.119.141.146',NULL,NULL),(78961,'four_oh_four','2021-04-27 04:28:46','2021-04-27 09:28:46','5.188.48.22',NULL,NULL),(78962,'four_oh_four','2021-04-27 05:20:44','2021-04-27 10:20:44','91.134.248.253',NULL,NULL),(78963,'four_oh_four','2021-04-27 06:40:46','2021-04-27 11:40:46','154.13.50.228',NULL,NULL),(78964,'four_oh_four','2021-04-27 08:03:13','2021-04-27 13:03:13','114.119.143.145',NULL,NULL),(78965,'four_oh_four','2021-04-27 08:04:04','2021-04-27 13:04:04','198.252.98.28',NULL,NULL),(78966,'four_oh_four','2021-04-27 08:34:49','2021-04-27 13:34:49','114.119.151.107',NULL,NULL),(78967,'four_oh_four','2021-04-27 08:55:17','2021-04-27 13:55:17','207.46.13.78',NULL,NULL),(78968,'four_oh_four','2021-04-27 09:06:35','2021-04-27 14:06:35','95.168.171.150',NULL,NULL),(78969,'four_oh_four','2021-04-27 09:10:44','2021-04-27 14:10:44','5.188.48.22',NULL,NULL),(78970,'four_oh_four','2021-04-27 09:41:32','2021-04-27 14:41:32','91.134.248.249',NULL,NULL),(78971,'four_oh_four','2021-04-27 10:51:55','2021-04-27 15:51:55','148.251.54.157',NULL,NULL),(78972,'four_oh_four','2021-04-27 10:58:17','2021-04-27 15:58:17','100.36.76.83',NULL,NULL),(78973,'four_oh_four','2021-04-27 11:19:05','2021-04-27 16:19:05','178.159.37.139',NULL,NULL),(78974,'four_oh_four','2021-04-27 11:58:37','2021-04-27 16:58:37','91.134.248.249',NULL,NULL),(78975,'four_oh_four','2021-04-27 12:19:22','2021-04-27 17:19:22','176.100.180.200',NULL,NULL),(78976,'four_oh_four','2021-04-27 12:50:38','2021-04-27 17:50:38','91.193.179.130',NULL,NULL),(78977,'four_oh_four','2021-04-27 14:02:23','2021-04-27 19:02:23','184.154.139.3',NULL,NULL),(78978,'four_oh_four','2021-04-27 14:16:42','2021-04-27 19:16:42','92.38.136.69',NULL,NULL),(78979,'four_oh_four','2021-04-27 14:45:33','2021-04-27 19:45:33','121.199.11.240',NULL,NULL),(78980,'four_oh_four','2021-04-27 15:40:57','2021-04-27 20:40:57','114.119.151.107',NULL,NULL),(78981,'four_oh_four','2021-04-27 17:07:00','2021-04-27 22:07:00','114.119.136.66',NULL,NULL),(78982,'four_oh_four','2021-04-27 17:27:07','2021-04-27 22:27:07','139.162.208.7',NULL,NULL),(78983,'four_oh_four','2021-04-27 17:35:22','2021-04-27 22:35:22','39.105.87.72',NULL,NULL),(78984,'four_oh_four','2021-04-27 17:37:29','2021-04-27 22:37:29','47.91.128.217',NULL,NULL),(78985,'four_oh_four','2021-04-27 17:37:33','2021-04-27 22:37:33','47.91.128.217',NULL,NULL),(78986,'four_oh_four','2021-04-27 18:03:07','2021-04-27 23:03:07','114.119.134.41',NULL,NULL),(78987,'four_oh_four','2021-04-27 18:39:26','2021-04-27 23:39:26','213.166.82.211',NULL,NULL),(78988,'four_oh_four','2021-04-27 20:03:17','2021-04-28 01:03:17','5.188.48.22',NULL,NULL),(78989,'four_oh_four','2021-04-27 20:18:35','2021-04-28 01:18:35','40.77.167.67',NULL,NULL),(78990,'four_oh_four','2021-04-27 20:53:29','2021-04-28 01:53:29','46.21.250.205',NULL,NULL),(78991,'four_oh_four','2021-04-27 21:32:46','2021-04-28 02:32:46','52.201.182.91',NULL,NULL),(78992,'four_oh_four','2021-04-27 21:32:50','2021-04-28 02:32:50','52.201.182.91',NULL,NULL),(78993,'four_oh_four','2021-04-27 21:32:54','2021-04-28 02:32:54','52.201.182.91',NULL,NULL),(78994,'four_oh_four','2021-04-27 21:33:00','2021-04-28 02:33:00','52.201.182.91',NULL,NULL),(78995,'four_oh_four','2021-04-27 21:43:51','2021-04-28 02:43:51','114.119.145.125',NULL,NULL),(78996,'four_oh_four','2021-04-27 21:54:37','2021-04-28 02:54:37','206.217.132.202',NULL,NULL),(78997,'four_oh_four','2021-04-27 22:26:45','2021-04-28 03:26:45','114.119.130.104',NULL,NULL),(78998,'four_oh_four','2021-04-27 22:33:35','2021-04-28 03:33:35','54.225.107.146',NULL,NULL),(78999,'four_oh_four','2021-04-27 22:56:23','2021-04-28 03:56:23','207.46.13.167',NULL,NULL),(79000,'four_oh_four','2021-04-27 23:23:04','2021-04-28 04:23:04','23.228.109.147',NULL,NULL),(79001,'four_oh_four','2021-04-28 03:39:06','2021-04-28 08:39:06','114.119.134.41',NULL,NULL),(79002,'four_oh_four','2021-04-28 04:31:33','2021-04-28 09:31:33','45.91.202.155',NULL,NULL),(79003,'four_oh_four','2021-04-28 04:53:27','2021-04-28 09:53:27','91.232.159.35',NULL,NULL),(79004,'four_oh_four','2021-04-28 04:53:35','2021-04-28 09:53:35','91.232.159.35',NULL,NULL),(79005,'four_oh_four','2021-04-28 05:11:04','2021-04-28 10:11:04','66.249.73.153',NULL,NULL),(79006,'four_oh_four','2021-04-28 06:07:46','2021-04-28 11:07:46','213.166.82.211',NULL,NULL),(79007,'four_oh_four','2021-04-28 06:57:02','2021-04-28 11:57:02','207.46.13.51',NULL,NULL),(79008,'four_oh_four','2021-04-28 08:04:44','2021-04-28 13:04:44','54.236.1.13',NULL,NULL),(79009,'four_oh_four','2021-04-28 11:14:30','2021-04-28 16:14:30','94.155.33.34',NULL,NULL),(79010,'four_oh_four','2021-04-28 13:34:23','2021-04-28 18:34:23','97.74.24.198',NULL,NULL),(79011,'four_oh_four','2021-04-28 13:34:23','2021-04-28 18:34:23','97.74.24.198',NULL,NULL),(79012,'four_oh_four','2021-04-28 14:12:00','2021-04-28 19:12:00','184.154.139.17',NULL,NULL),(79013,'four_oh_four','2021-04-28 16:46:13','2021-04-28 21:46:13','85.143.219.155',NULL,NULL),(79014,'four_oh_four','2021-04-28 16:46:17','2021-04-28 21:46:17','85.143.219.155',NULL,NULL),(79015,'four_oh_four','2021-04-28 16:56:51','2021-04-28 21:56:51','45.88.3.179',NULL,NULL),(79016,'four_oh_four','2021-04-28 16:56:56','2021-04-28 21:56:56','45.88.3.179',NULL,NULL),(79017,'four_oh_four','2021-04-28 16:57:04','2021-04-28 21:57:04','45.88.3.179',NULL,NULL),(79018,'four_oh_four','2021-04-28 16:57:09','2021-04-28 21:57:09','45.88.3.179',NULL,NULL),(79019,'four_oh_four','2021-04-28 16:57:14','2021-04-28 21:57:14','45.88.3.179',NULL,NULL),(79020,'four_oh_four','2021-04-28 16:57:23','2021-04-28 21:57:23','45.88.3.179',NULL,NULL),(79021,'four_oh_four','2021-04-28 16:57:29','2021-04-28 21:57:29','45.88.3.179',NULL,NULL),(79022,'four_oh_four','2021-04-28 17:31:51','2021-04-28 22:31:51','128.72.213.132',NULL,NULL),(79023,'four_oh_four','2021-04-28 18:09:39','2021-04-28 23:09:39','5.188.48.98',NULL,NULL),(79024,'four_oh_four','2021-04-28 18:13:52','2021-04-28 23:13:52','45.146.55.176',NULL,NULL),(79025,'four_oh_four','2021-04-28 18:46:31','2021-04-28 23:46:31','185.182.56.216',NULL,NULL),(79026,'four_oh_four','2021-04-28 18:46:35','2021-04-28 23:46:35','185.182.56.216',NULL,NULL),(79027,'four_oh_four','2021-04-28 19:47:37','2021-04-29 00:47:37','139.162.208.7',NULL,NULL),(79028,'four_oh_four','2021-04-28 20:10:37','2021-04-29 01:10:37','120.76.201.177',NULL,NULL),(79029,'four_oh_four','2021-04-28 20:10:40','2021-04-29 01:10:40','120.76.201.177',NULL,NULL),(79030,'four_oh_four','2021-04-28 20:28:16','2021-04-29 01:28:16','202.39.38.247',NULL,NULL),(79031,'four_oh_four','2021-04-28 20:44:44','2021-04-29 01:44:44','193.106.30.100',NULL,NULL),(79032,'four_oh_four','2021-04-28 20:45:37','2021-04-29 01:45:37','193.106.30.100',NULL,NULL),(79033,'four_oh_four','2021-04-28 21:09:21','2021-04-29 02:09:21','40.77.167.67',NULL,NULL),(79034,'four_oh_four','2021-04-28 21:09:42','2021-04-29 02:09:42','85.159.27.112',NULL,NULL),(79035,'four_oh_four','2021-04-28 21:15:07','2021-04-29 02:15:07','193.106.30.100',NULL,NULL),(79036,'four_oh_four','2021-04-28 21:51:02','2021-04-29 02:51:02','193.106.30.100',NULL,NULL),(79037,'four_oh_four','2021-04-28 22:58:35','2021-04-29 03:58:35','193.106.30.100',NULL,NULL),(79038,'four_oh_four','2021-04-28 23:04:49','2021-04-29 04:04:49','23.228.109.147',NULL,NULL),(79039,'four_oh_four','2021-04-29 00:15:10','2021-04-29 05:15:10','193.106.30.100',NULL,NULL),(79040,'four_oh_four','2021-04-29 00:38:26','2021-04-29 05:38:26','193.106.30.100',NULL,NULL),(79041,'four_oh_four','2021-04-29 00:41:52','2021-04-29 05:41:52','40.77.167.67',NULL,NULL),(79042,'four_oh_four','2021-04-29 02:49:59','2021-04-29 07:49:59','193.106.30.100',NULL,NULL),(79043,'four_oh_four','2021-04-29 04:03:40','2021-04-29 09:03:40','207.46.13.37',NULL,NULL),(79044,'four_oh_four','2021-04-29 04:21:35','2021-04-29 09:21:35','213.166.82.211',NULL,NULL),(79045,'four_oh_four','2021-04-29 06:34:37','2021-04-29 11:34:37','188.35.131.246',NULL,NULL),(79046,'four_oh_four','2021-04-29 08:12:05','2021-04-29 13:12:05','5.188.48.22',NULL,NULL),(79047,'four_oh_four','2021-04-29 08:27:37','2021-04-29 13:27:37','5.188.48.22',NULL,NULL),(79048,'four_oh_four','2021-04-29 08:29:03','2021-04-29 13:29:03','114.119.145.125',NULL,NULL),(79049,'four_oh_four','2021-04-29 09:04:20','2021-04-29 14:04:20','46.243.220.68',NULL,NULL),(79050,'four_oh_four','2021-04-29 09:54:23','2021-04-29 14:54:23','193.106.30.100',NULL,NULL),(79051,'four_oh_four','2021-04-29 10:20:18','2021-04-29 15:20:18','193.106.30.100',NULL,NULL),(79052,'four_oh_four','2021-04-29 13:40:17','2021-04-29 18:40:17','159.65.30.80',NULL,NULL),(79053,'four_oh_four','2021-04-29 13:40:21','2021-04-29 18:40:21','159.65.30.80',NULL,NULL),(79054,'four_oh_four','2021-04-29 14:05:33','2021-04-29 19:05:33','184.154.139.19',NULL,NULL),(79055,'four_oh_four','2021-04-29 14:34:36','2021-04-29 19:34:36','205.169.39.211',NULL,NULL),(79056,'four_oh_four','2021-04-29 14:44:37','2021-04-29 19:44:37','114.119.143.145',NULL,NULL),(79057,'four_oh_four','2021-04-29 15:02:25','2021-04-29 20:02:25','193.106.30.100',NULL,NULL),(79058,'four_oh_four','2021-04-29 15:18:26','2021-04-29 20:18:26','114.119.136.66',NULL,NULL),(79059,'four_oh_four','2021-04-29 15:53:00','2021-04-29 20:53:00','186.202.153.164',NULL,NULL),(79060,'four_oh_four','2021-04-29 15:53:05','2021-04-29 20:53:05','186.202.153.164',NULL,NULL),(79061,'four_oh_four','2021-04-29 16:11:12','2021-04-29 21:11:12','114.119.148.105',NULL,NULL),(79062,'four_oh_four','2021-04-29 16:41:12','2021-04-29 21:41:12','114.119.148.105',NULL,NULL),(79063,'four_oh_four','2021-04-29 17:04:46','2021-04-29 22:04:46','47.240.120.56',NULL,NULL),(79064,'four_oh_four','2021-04-29 17:18:19','2021-04-29 22:18:19','194.5.156.17',NULL,NULL),(79065,'four_oh_four','2021-04-29 17:33:30','2021-04-29 22:33:30','176.121.9.228',NULL,NULL),(79066,'four_oh_four','2021-04-29 20:00:15','2021-04-30 01:00:15','108.22.245.89',NULL,NULL),(79067,'four_oh_four','2021-04-29 20:15:57','2021-04-30 01:15:57','207.46.13.21',NULL,NULL),(79068,'four_oh_four','2021-04-29 22:06:43','2021-04-30 03:06:43','66.249.73.132',NULL,NULL),(79069,'four_oh_four','2021-04-29 22:14:43','2021-04-30 03:14:43','66.249.73.129',NULL,NULL),(79070,'four_oh_four','2021-04-29 23:45:15','2021-04-30 04:45:15','23.228.109.147',NULL,NULL),(79071,'four_oh_four','2021-04-30 00:36:14','2021-04-30 05:36:14','207.46.13.78',NULL,NULL),(79072,'four_oh_four','2021-04-30 00:58:49','2021-04-30 05:58:49','213.166.82.211',NULL,NULL),(79073,'four_oh_four','2021-04-30 01:05:23','2021-04-30 06:05:23','188.122.82.146',NULL,NULL),(79074,'four_oh_four','2021-04-30 03:49:41','2021-04-30 08:49:41','5.102.173.71',NULL,NULL),(79075,'four_oh_four','2021-04-30 04:08:31','2021-04-30 09:08:31','5.188.48.98',NULL,NULL),(79076,'four_oh_four','2021-04-30 08:12:14','2021-04-30 13:12:14','178.159.37.139',NULL,NULL),(79077,'four_oh_four','2021-04-30 10:04:47','2021-04-30 15:04:47','46.243.220.106',NULL,NULL),(79078,'four_oh_four','2021-04-30 10:52:43','2021-04-30 15:52:43','84.17.46.7',NULL,NULL),(79079,'four_oh_four','2021-04-30 11:00:34','2021-04-30 16:00:34','50.87.144.86',NULL,NULL),(79080,'four_oh_four','2021-04-30 11:28:57','2021-04-30 16:28:57','23.228.109.147',NULL,NULL),(79081,'four_oh_four','2021-04-30 12:06:30','2021-04-30 17:06:30','114.119.145.125',NULL,NULL),(79082,'four_oh_four','2021-04-30 13:15:48','2021-04-30 18:15:48','66.33.194.39',NULL,NULL),(79083,'four_oh_four','2021-04-30 13:15:52','2021-04-30 18:15:52','66.33.194.39',NULL,NULL),(79084,'four_oh_four','2021-04-30 13:31:58','2021-04-30 18:31:58','114.119.145.125',NULL,NULL),(79085,'four_oh_four','2021-04-30 13:38:51','2021-04-30 18:38:51','178.184.126.109',NULL,NULL),(79086,'four_oh_four','2021-04-30 14:01:35','2021-04-30 19:01:35','184.154.139.3',NULL,NULL),(79087,'four_oh_four','2021-04-30 14:45:48','2021-04-30 19:45:48','185.209.22.137',NULL,NULL),(79088,'four_oh_four','2021-04-30 15:47:44','2021-04-30 20:47:44','95.168.171.150',NULL,NULL),(79089,'four_oh_four','2021-04-30 16:27:53','2021-04-30 21:27:53','46.243.220.106',NULL,NULL),(79090,'four_oh_four','2021-04-30 17:04:58','2021-04-30 22:04:58','114.119.136.66',NULL,NULL),(79091,'four_oh_four','2021-04-30 17:12:58','2021-04-30 22:12:58','114.119.130.104',NULL,NULL),(79092,'four_oh_four','2021-04-30 18:38:06','2021-04-30 23:38:06','66.249.73.155',NULL,NULL),(79093,'four_oh_four','2021-04-30 18:52:31','2021-04-30 23:52:31','66.249.73.151',NULL,NULL),(79094,'four_oh_four','2021-04-30 19:09:28','2021-05-01 00:09:28','66.249.73.151',NULL,NULL),(79095,'four_oh_four','2021-04-30 19:28:24','2021-05-01 00:28:24','66.249.73.151',NULL,NULL),(79096,'four_oh_four','2021-04-30 20:25:40','2021-05-01 01:25:40','193.106.30.100',NULL,NULL),(79097,'four_oh_four','2021-04-30 20:56:42','2021-05-01 01:56:42','5.61.253.108',NULL,NULL),(79098,'four_oh_four','2021-04-30 21:29:25','2021-05-01 02:29:25','188.186.192.183',NULL,NULL),(79099,'four_oh_four','2021-04-30 21:47:46','2021-05-01 02:47:46','114.119.151.107',NULL,NULL),(79100,'four_oh_four','2021-04-30 22:35:28','2021-05-01 03:35:28','114.119.143.145',NULL,NULL),(79101,'four_oh_four','2021-04-30 22:48:05','2021-05-01 03:48:05','114.119.145.125',NULL,NULL),(79102,'four_oh_four','2021-04-30 23:24:20','2021-05-01 04:24:20','188.122.82.146',NULL,NULL),(79103,'four_oh_four','2021-05-01 00:37:32','2021-05-01 05:37:32','66.33.194.39',NULL,NULL),(79104,'four_oh_four','2021-05-01 00:47:57','2021-05-01 05:47:57','207.46.13.21',NULL,NULL),(79105,'four_oh_four','2021-05-01 01:35:51','2021-05-01 06:35:51','114.119.130.104',NULL,NULL),(79106,'four_oh_four','2021-05-01 03:01:11','2021-05-01 08:01:11','5.188.48.88',NULL,NULL),(79107,'four_oh_four','2021-05-01 03:02:37','2021-05-01 08:02:37','89.139.23.128',NULL,NULL),(79108,'four_oh_four','2021-05-01 04:20:04','2021-05-01 09:20:04','168.119.11.187',NULL,NULL),(79109,'four_oh_four','2021-05-01 04:28:30','2021-05-01 09:28:30','193.106.30.100',NULL,NULL),(79110,'four_oh_four','2021-05-01 04:44:28','2021-05-01 09:44:28','213.166.82.211',NULL,NULL),(79111,'four_oh_four','2021-05-01 04:48:26','2021-05-01 09:48:26','66.249.73.155',NULL,NULL),(79112,'four_oh_four','2021-05-01 05:35:22','2021-05-01 10:35:22','207.46.13.78',NULL,NULL),(79113,'four_oh_four','2021-05-01 06:06:48','2021-05-01 11:06:48','114.119.130.104',NULL,NULL),(79114,'four_oh_four','2021-05-01 06:14:26','2021-05-01 11:14:26','114.119.157.110',NULL,NULL),(79115,'four_oh_four','2021-05-01 07:40:29','2021-05-01 12:40:29','46.188.0.52',NULL,NULL),(79116,'four_oh_four','2021-05-01 09:34:50','2021-05-01 14:34:50','193.106.30.100',NULL,NULL),(79117,'four_oh_four','2021-05-01 09:46:58','2021-05-01 14:46:58','114.119.157.110',NULL,NULL),(79118,'four_oh_four','2021-05-01 14:07:11','2021-05-01 19:07:11','184.154.139.19',NULL,NULL),(79119,'four_oh_four','2021-05-01 14:45:34','2021-05-01 19:45:34','185.66.41.3',NULL,NULL),(79120,'four_oh_four','2021-05-01 15:03:36','2021-05-01 20:03:36','213.166.82.211',NULL,NULL),(79121,'four_oh_four','2021-05-01 15:59:45','2021-05-01 20:59:45','114.119.157.110',NULL,NULL),(79122,'four_oh_four','2021-05-01 18:27:07','2021-05-01 23:27:07','193.106.30.100',NULL,NULL),(79123,'four_oh_four','2021-05-01 19:08:39','2021-05-02 00:08:39','207.46.13.78',NULL,NULL),(79124,'four_oh_four','2021-05-01 19:09:04','2021-05-02 00:09:04','114.119.158.13',NULL,NULL),(79125,'four_oh_four','2021-05-01 19:22:59','2021-05-02 00:22:59','114.119.141.146',NULL,NULL),(79126,'four_oh_four','2021-05-01 19:48:47','2021-05-02 00:48:47','5.188.48.98',NULL,NULL),(79127,'four_oh_four','2021-05-01 20:00:16','2021-05-02 01:00:16','121.89.236.242',NULL,NULL),(79128,'four_oh_four','2021-05-01 20:05:32','2021-05-02 01:05:32','114.119.145.125',NULL,NULL),(79129,'four_oh_four','2021-05-01 22:39:48','2021-05-02 03:39:48','23.228.109.147',NULL,NULL),(79130,'four_oh_four','2021-05-01 23:19:40','2021-05-02 04:19:40','171.244.1.84',NULL,NULL),(79131,'four_oh_four','2021-05-02 01:11:26','2021-05-02 06:11:26','114.119.134.41',NULL,NULL),(79132,'four_oh_four','2021-05-02 01:17:36','2021-05-02 06:17:36','114.119.158.13',NULL,NULL),(79133,'four_oh_four','2021-05-02 01:40:06','2021-05-02 06:40:06','114.119.136.66',NULL,NULL),(79134,'four_oh_four','2021-05-02 02:37:56','2021-05-02 07:37:56','193.70.81.134',NULL,NULL),(79135,'four_oh_four','2021-05-02 02:49:31','2021-05-02 07:49:31','185.130.184.222',NULL,NULL),(79136,'four_oh_four','2021-05-02 04:13:58','2021-05-02 09:13:58','121.199.11.240',NULL,NULL),(79137,'four_oh_four','2021-05-02 04:31:48','2021-05-02 09:31:48','114.119.148.105',NULL,NULL),(79138,'four_oh_four','2021-05-02 04:31:51','2021-05-02 09:31:51','178.184.116.231',NULL,NULL),(79139,'four_oh_four','2021-05-02 04:53:43','2021-05-02 09:53:43','195.2.70.173',NULL,NULL),(79140,'four_oh_four','2021-05-02 04:54:25','2021-05-02 09:54:25','45.40.166.161',NULL,NULL),(79141,'four_oh_four','2021-05-02 05:50:59','2021-05-02 10:50:59','207.46.13.21',NULL,NULL),(79142,'four_oh_four','2021-05-02 07:03:57','2021-05-02 12:03:57','5.188.48.88',NULL,NULL),(79143,'four_oh_four','2021-05-02 07:55:39','2021-05-02 12:55:39','114.119.134.41',NULL,NULL),(79144,'four_oh_four','2021-05-02 10:03:49','2021-05-02 15:03:49','207.46.13.78',NULL,NULL),(79145,'four_oh_four','2021-05-02 11:52:17','2021-05-02 16:52:17','114.119.141.146',NULL,NULL),(79146,'four_oh_four','2021-05-02 12:08:41','2021-05-02 17:08:41','114.119.148.105',NULL,NULL),(79147,'four_oh_four','2021-05-02 12:47:10','2021-05-02 17:47:10','108.31.203.42',NULL,NULL),(79148,'four_oh_four','2021-05-02 13:06:07','2021-05-02 18:06:07','114.119.151.107',NULL,NULL),(79149,'four_oh_four','2021-05-02 13:33:48','2021-05-02 18:33:48','85.206.163.238',NULL,NULL),(79150,'four_oh_four','2021-05-02 14:02:07','2021-05-02 19:02:07','184.154.139.21',NULL,NULL),(79151,'four_oh_four','2021-05-02 14:31:26','2021-05-02 19:31:26','85.143.219.155',NULL,NULL),(79152,'four_oh_four','2021-05-02 14:43:06','2021-05-02 19:43:06','5.188.48.58',NULL,NULL),(79153,'four_oh_four','2021-05-02 15:48:19','2021-05-02 20:48:19','185.209.22.137',NULL,NULL),(79154,'four_oh_four','2021-05-02 17:07:12','2021-05-02 22:07:12','207.46.13.166',NULL,NULL),(79155,'four_oh_four','2021-05-02 17:18:38','2021-05-02 22:18:38','174.192.208.47',NULL,NULL),(79156,'four_oh_four','2021-05-02 20:06:23','2021-05-03 01:06:23','114.119.158.13',NULL,NULL),(79157,'four_oh_four','2021-05-02 20:38:02','2021-05-03 01:38:02','188.130.128.55',NULL,NULL),(79158,'four_oh_four','2021-05-02 21:02:00','2021-05-03 02:02:00','114.119.151.107',NULL,NULL),(79159,'four_oh_four','2021-05-02 23:20:06','2021-05-03 04:20:06','23.228.109.147',NULL,NULL),(79160,'four_oh_four','2021-05-03 00:02:03','2021-05-03 05:02:03','176.100.174.248',NULL,NULL),(79161,'four_oh_four','2021-05-03 00:53:24','2021-05-03 05:53:24','114.119.136.66',NULL,NULL),(79162,'four_oh_four','2021-05-03 03:28:46','2021-05-03 08:28:46','213.166.82.211',NULL,NULL),(79163,'four_oh_four','2021-05-03 03:40:09','2021-05-03 08:40:09','114.119.151.107',NULL,NULL),(79164,'four_oh_four','2021-05-03 04:56:20','2021-05-03 09:56:20','213.166.82.211',NULL,NULL),(79165,'four_oh_four','2021-05-03 05:04:14','2021-05-03 10:04:14','114.119.143.145',NULL,NULL),(79166,'four_oh_four','2021-05-03 05:59:36','2021-05-03 10:59:36','161.117.10.46',NULL,NULL),(79167,'four_oh_four','2021-05-03 06:04:27','2021-05-03 11:04:27','92.255.198.132',NULL,NULL),(79168,'four_oh_four','2021-05-03 06:15:11','2021-05-03 11:15:11','185.21.241.164',NULL,NULL),(79169,'four_oh_four','2021-05-03 06:15:14','2021-05-03 11:15:14','185.21.241.164',NULL,NULL),(79170,'four_oh_four','2021-05-03 07:56:41','2021-05-03 12:56:41','47.91.128.217',NULL,NULL),(79171,'four_oh_four','2021-05-03 07:56:45','2021-05-03 12:56:45','47.91.128.217',NULL,NULL),(79172,'four_oh_four','2021-05-03 08:50:02','2021-05-03 13:50:02','66.249.73.151',NULL,NULL),(79173,'four_oh_four','2021-05-03 09:46:41','2021-05-03 14:46:41','188.163.47.9',NULL,NULL),(79174,'four_oh_four','2021-05-03 10:19:10','2021-05-03 15:19:10','207.46.13.21',NULL,NULL),(79175,'four_oh_four','2021-05-03 11:43:08','2021-05-03 16:43:08','114.119.130.104',NULL,NULL),(79176,'four_oh_four','2021-05-03 11:45:41','2021-05-03 16:45:41','178.159.37.139',NULL,NULL),(79177,'four_oh_four','2021-05-03 11:54:08','2021-05-03 16:54:08','92.38.136.69',NULL,NULL),(79178,'four_oh_four','2021-05-03 13:11:23','2021-05-03 18:11:23','79.105.141.96',NULL,NULL),(79179,'four_oh_four','2021-05-03 13:11:30','2021-05-03 18:11:30','79.105.141.96',NULL,NULL),(79180,'four_oh_four','2021-05-03 14:12:36','2021-05-03 19:12:36','184.154.139.3',NULL,NULL),(79181,'four_oh_four','2021-05-03 14:34:24','2021-05-03 19:34:24','207.46.13.78',NULL,NULL),(79182,'four_oh_four','2021-05-03 15:38:02','2021-05-03 20:38:02','114.119.157.110',NULL,NULL),(79183,'four_oh_four','2021-05-03 18:00:42','2021-05-03 23:00:42','193.106.30.100',NULL,NULL),(79184,'four_oh_four','2021-05-03 18:04:50','2021-05-03 23:04:50','78.46.73.116',NULL,NULL),(79185,'four_oh_four','2021-05-03 18:31:00','2021-05-03 23:31:00','114.119.143.145',NULL,NULL),(79186,'four_oh_four','2021-05-03 19:01:09','2021-05-04 00:01:09','193.106.30.100',NULL,NULL),(79187,'four_oh_four','2021-05-03 19:46:22','2021-05-04 00:46:22','114.119.145.125',NULL,NULL),(79188,'four_oh_four','2021-05-03 19:52:06','2021-05-04 00:52:06','114.119.151.107',NULL,NULL),(79189,'four_oh_four','2021-05-03 22:03:10','2021-05-04 03:03:10','114.119.134.41',NULL,NULL),(79190,'four_oh_four','2021-05-04 00:07:40','2021-05-04 05:07:40','114.119.134.41',NULL,NULL),(79191,'four_oh_four','2021-05-04 01:40:00','2021-05-04 06:40:00','50.31.138.167',NULL,NULL),(79192,'four_oh_four','2021-05-04 01:47:30','2021-05-04 06:47:30','188.166.179.135',NULL,NULL),(79193,'four_oh_four','2021-05-04 03:03:16','2021-05-04 08:03:16','114.119.134.41',NULL,NULL),(79194,'four_oh_four','2021-05-04 03:06:21','2021-05-04 08:06:21','194.58.88.195',NULL,NULL),(79195,'four_oh_four','2021-05-04 05:06:17','2021-05-04 10:06:17','114.119.143.145',NULL,NULL),(79196,'four_oh_four','2021-05-04 06:18:46','2021-05-04 11:18:46','114.119.143.145',NULL,NULL),(79197,'four_oh_four','2021-05-04 07:10:19','2021-05-04 12:10:19','193.106.30.100',NULL,NULL),(79198,'four_oh_four','2021-05-04 07:32:49','2021-05-04 12:32:49','114.119.130.104',NULL,NULL),(79199,'four_oh_four','2021-05-04 09:46:42','2021-05-04 14:46:42','114.119.148.105',NULL,NULL),(79200,'four_oh_four','2021-05-04 10:44:52','2021-05-04 15:44:52','114.119.157.110',NULL,NULL),(79201,'four_oh_four','2021-05-04 10:45:13','2021-05-04 15:45:13','94.23.16.74',NULL,NULL),(79202,'four_oh_four','2021-05-04 10:57:12','2021-05-04 15:57:12','195.2.70.173',NULL,NULL),(79203,'four_oh_four','2021-05-04 11:30:46','2021-05-04 16:30:46','114.119.151.107',NULL,NULL),(79204,'four_oh_four','2021-05-04 13:36:14','2021-05-04 18:36:14','185.255.96.99',NULL,NULL),(79205,'four_oh_four','2021-05-04 14:14:12','2021-05-04 19:14:12','184.154.139.3',NULL,NULL),(79206,'four_oh_four','2021-05-04 14:47:27','2021-05-04 19:47:27','207.46.13.21',NULL,NULL),(79207,'four_oh_four','2021-05-04 14:57:28','2021-05-04 19:57:28','207.46.13.21',NULL,NULL),(79208,'four_oh_four','2021-05-04 14:58:31','2021-05-04 19:58:31','194.58.88.195',NULL,NULL),(79209,'four_oh_four','2021-05-04 17:27:17','2021-05-04 22:27:17','114.119.141.146',NULL,NULL),(79210,'four_oh_four','2021-05-04 17:59:15','2021-05-04 22:59:15','148.251.54.157',NULL,NULL),(79211,'four_oh_four','2021-05-04 18:46:15','2021-05-04 23:46:15','185.209.22.137',NULL,NULL),(79212,'four_oh_four','2021-05-04 19:05:17','2021-05-05 00:05:17','207.46.13.78',NULL,NULL),(79213,'four_oh_four','2021-05-04 19:07:07','2021-05-05 00:07:07','114.119.134.41',NULL,NULL),(79214,'four_oh_four','2021-05-04 21:40:20','2021-05-05 02:40:20','52.201.182.91',NULL,NULL),(79215,'four_oh_four','2021-05-04 21:40:23','2021-05-05 02:40:23','52.201.182.91',NULL,NULL),(79216,'four_oh_four','2021-05-04 21:40:26','2021-05-05 02:40:26','52.201.182.91',NULL,NULL),(79217,'four_oh_four','2021-05-04 21:40:29','2021-05-05 02:40:29','52.201.182.91',NULL,NULL),(79218,'four_oh_four','2021-05-04 21:53:23','2021-05-05 02:53:23','194.58.88.195',NULL,NULL),(79219,'four_oh_four','2021-05-04 22:35:31','2021-05-05 03:35:31','114.119.148.105',NULL,NULL),(79220,'four_oh_four','2021-05-04 23:24:52','2021-05-05 04:24:52','162.55.6.11',NULL,NULL),(79221,'four_oh_four','2021-05-04 23:41:29','2021-05-05 04:41:29','114.119.145.125',NULL,NULL),(79222,'four_oh_four','2021-05-04 23:47:46','2021-05-05 04:47:46','46.166.143.120',NULL,NULL),(79223,'four_oh_four','2021-05-05 05:59:55','2021-05-05 10:59:55','114.119.158.13',NULL,NULL),(79224,'four_oh_four','2021-05-05 06:42:16','2021-05-05 11:42:16','114.119.157.110',NULL,NULL),(79225,'four_oh_four','2021-05-05 08:55:46','2021-05-05 13:55:46','114.119.136.66',NULL,NULL),(79226,'four_oh_four','2021-05-05 09:56:21','2021-05-05 14:56:21','204.101.61.82',NULL,NULL),(79227,'four_oh_four','2021-05-05 10:03:30','2021-05-05 15:03:30','193.106.30.100',NULL,NULL),(79228,'four_oh_four','2021-05-05 11:29:06','2021-05-05 16:29:06','85.143.219.155',NULL,NULL),(79229,'four_oh_four','2021-05-05 14:08:57','2021-05-05 19:08:57','184.154.139.19',NULL,NULL),(79230,'four_oh_four','2021-05-05 14:45:23','2021-05-05 19:45:23','114.119.134.41',NULL,NULL),(79231,'four_oh_four','2021-05-05 14:52:00','2021-05-05 19:52:00','194.58.88.195',NULL,NULL),(79232,'four_oh_four','2021-05-05 15:27:36','2021-05-05 20:27:36','114.119.136.66',NULL,NULL),(79233,'four_oh_four','2021-05-05 16:59:01','2021-05-05 21:59:01','77.221.130.5',NULL,NULL),(79234,'four_oh_four','2021-05-05 17:07:21','2021-05-05 22:07:21','193.106.30.100',NULL,NULL),(79235,'four_oh_four','2021-05-05 17:21:30','2021-05-05 22:21:30','37.120.153.37',NULL,NULL),(79236,'four_oh_four','2021-05-05 17:30:30','2021-05-05 22:30:30','208.102.51.6',NULL,NULL),(79237,'four_oh_four','2021-05-05 18:42:50','2021-05-05 23:42:50','114.119.158.13',NULL,NULL),(79238,'four_oh_four','2021-05-05 19:27:17','2021-05-06 00:27:17','207.46.13.21',NULL,NULL),(79239,'four_oh_four','2021-05-05 19:32:31','2021-05-06 00:32:31','114.119.145.125',NULL,NULL),(79240,'four_oh_four','2021-05-05 19:45:30','2021-05-06 00:45:30','213.166.82.211',NULL,NULL),(79241,'four_oh_four','2021-05-05 22:00:02','2021-05-06 03:00:02','5.188.48.98',NULL,NULL),(79242,'four_oh_four','2021-05-05 22:42:17','2021-05-06 03:42:17','23.228.109.147',NULL,NULL),(79243,'four_oh_four','2021-05-05 23:02:51','2021-05-06 04:02:51','114.119.148.105',NULL,NULL),(79244,'four_oh_four','2021-05-05 23:29:19','2021-05-06 04:29:19','207.46.13.78',NULL,NULL),(79245,'four_oh_four','2021-05-05 23:29:58','2021-05-06 04:29:58','194.58.88.195',NULL,NULL),(79246,'four_oh_four','2021-05-05 23:58:16','2021-05-06 04:58:16','87.236.20.200',NULL,NULL),(79247,'four_oh_four','2021-05-06 00:07:49','2021-05-06 05:07:49','66.249.73.149',NULL,NULL),(79248,'four_oh_four','2021-05-06 00:41:06','2021-05-06 05:41:06','66.249.73.149',NULL,NULL),(79249,'four_oh_four','2021-05-06 01:06:20','2021-05-06 06:06:20','114.119.141.146',NULL,NULL),(79250,'four_oh_four','2021-05-06 01:33:25','2021-05-06 06:33:25','208.102.51.6',NULL,NULL),(79251,'four_oh_four','2021-05-06 02:27:20','2021-05-06 07:27:20','213.166.82.211',NULL,NULL),(79252,'four_oh_four','2021-05-06 03:11:06','2021-05-06 08:11:06','193.106.30.100',NULL,NULL),(79253,'four_oh_four','2021-05-06 03:54:56','2021-05-06 08:54:56','47.75.44.156',NULL,NULL),(79254,'four_oh_four','2021-05-06 06:58:44','2021-05-06 11:58:44','40.77.167.67',NULL,NULL),(79255,'four_oh_four','2021-05-06 07:50:40','2021-05-06 12:50:40','114.119.136.66',NULL,NULL),(79256,'four_oh_four','2021-05-06 08:18:15','2021-05-06 13:18:15','40.77.167.71',NULL,NULL),(79257,'four_oh_four','2021-05-06 08:55:52','2021-05-06 13:55:52','91.227.16.12',NULL,NULL),(79258,'four_oh_four','2021-05-06 09:37:57','2021-05-06 14:37:57','114.119.141.146',NULL,NULL),(79259,'four_oh_four','2021-05-06 09:53:10','2021-05-06 14:53:10','207.46.13.21',NULL,NULL),(79260,'four_oh_four','2021-05-06 12:02:14','2021-05-06 17:02:14','162.241.24.203',NULL,NULL),(79261,'four_oh_four','2021-05-06 13:07:29','2021-05-06 18:07:29','114.119.151.107',NULL,NULL),(79262,'four_oh_four','2021-05-06 14:04:13','2021-05-06 19:04:13','184.154.139.21',NULL,NULL),(79263,'four_oh_four','2021-05-06 14:59:55','2021-05-06 19:59:55','188.35.131.246',NULL,NULL),(79264,'four_oh_four','2021-05-06 15:19:49','2021-05-06 20:19:49','188.35.131.246',NULL,NULL),(79265,'four_oh_four','2021-05-06 16:05:02','2021-05-06 21:05:02','78.46.73.116',NULL,NULL),(79266,'four_oh_four','2021-05-06 16:07:38','2021-05-06 21:07:38','114.119.151.107',NULL,NULL),(79267,'four_oh_four','2021-05-06 17:34:53','2021-05-06 22:34:53','188.163.73.127',NULL,NULL),(79268,'four_oh_four','2021-05-06 20:07:57','2021-05-07 01:07:57','114.119.141.146',NULL,NULL),(79269,'four_oh_four','2021-05-06 20:11:31','2021-05-07 01:11:31','205.169.39.135',NULL,NULL),(79270,'four_oh_four','2021-05-06 20:22:15','2021-05-07 01:22:15','31.154.39.170',NULL,NULL),(79271,'four_oh_four','2021-05-06 20:39:01','2021-05-07 01:39:01','114.119.148.105',NULL,NULL),(79272,'four_oh_four','2021-05-06 21:59:50','2021-05-07 02:59:50','114.119.157.110',NULL,NULL),(79273,'four_oh_four','2021-05-07 01:09:43','2021-05-07 06:09:43','46.148.206.226',NULL,NULL),(79274,'four_oh_four','2021-05-07 01:26:17','2021-05-07 06:26:17','114.119.145.125',NULL,NULL),(79275,'four_oh_four','2021-05-07 01:50:57','2021-05-07 06:50:57','114.119.130.104',NULL,NULL),(79276,'four_oh_four','2021-05-07 02:07:18','2021-05-07 07:07:18','66.249.73.153',NULL,NULL),(79277,'four_oh_four','2021-05-07 02:08:20','2021-05-07 07:08:20','66.249.73.151',NULL,NULL),(79278,'four_oh_four','2021-05-07 02:36:59','2021-05-07 07:36:59','185.209.22.137',NULL,NULL),(79279,'four_oh_four','2021-05-07 02:43:39','2021-05-07 07:43:39','46.183.135.191',NULL,NULL),(79280,'four_oh_four','2021-05-07 03:01:47','2021-05-07 08:01:47','114.119.145.125',NULL,NULL),(79281,'four_oh_four','2021-05-07 03:27:37','2021-05-07 08:27:37','114.119.145.125',NULL,NULL),(79282,'four_oh_four','2021-05-07 03:43:24','2021-05-07 08:43:24','194.59.246.76',NULL,NULL),(79283,'four_oh_four','2021-05-07 05:11:33','2021-05-07 10:11:33','193.106.30.100',NULL,NULL),(79284,'four_oh_four','2021-05-07 05:23:09','2021-05-07 10:23:09','114.119.134.41',NULL,NULL),(79285,'four_oh_four','2021-05-07 05:34:43','2021-05-07 10:34:43','185.197.74.175',NULL,NULL),(79286,'four_oh_four','2021-05-07 05:42:59','2021-05-07 10:42:59','194.59.246.76',NULL,NULL),(79287,'four_oh_four','2021-05-07 07:36:25','2021-05-07 12:36:25','114.119.136.66',NULL,NULL),(79288,'four_oh_four','2021-05-07 07:41:48','2021-05-07 12:41:48','92.38.136.69',NULL,NULL),(79289,'four_oh_four','2021-05-07 08:44:05','2021-05-07 13:44:05','5.35.3.150',NULL,NULL),(79290,'four_oh_four','2021-05-07 09:12:26','2021-05-07 14:12:26','72.49.49.11',NULL,NULL),(79291,'four_oh_four','2021-05-07 10:43:20','2021-05-07 15:43:20','5.188.48.98',NULL,NULL),(79292,'four_oh_four','2021-05-07 10:54:43','2021-05-07 15:54:43','114.119.145.125',NULL,NULL),(79293,'four_oh_four','2021-05-07 11:01:25','2021-05-07 16:01:25','114.119.148.105',NULL,NULL),(79294,'four_oh_four','2021-05-07 11:25:01','2021-05-07 16:25:01','40.77.167.68',NULL,NULL),(79295,'four_oh_four','2021-05-07 11:29:49','2021-05-07 16:29:49','23.228.109.147',NULL,NULL),(79296,'four_oh_four','2021-05-07 12:19:18','2021-05-07 17:19:18','188.186.220.28',NULL,NULL),(79297,'four_oh_four','2021-05-07 12:26:46','2021-05-07 17:26:46','31.129.253.30',NULL,NULL),(79298,'four_oh_four','2021-05-07 12:27:00','2021-05-07 17:27:00','218.58.193.98',NULL,NULL),(79299,'four_oh_four','2021-05-07 13:12:16','2021-05-07 18:12:16','213.238.169.59',NULL,NULL),(79300,'four_oh_four','2021-05-07 13:12:46','2021-05-07 18:12:46','41.59.89.98',NULL,NULL),(79301,'four_oh_four','2021-05-07 13:24:37','2021-05-07 18:24:37','159.65.30.80',NULL,NULL),(79302,'four_oh_four','2021-05-07 14:07:31','2021-05-07 19:07:31','184.154.139.18',NULL,NULL),(79303,'four_oh_four','2021-05-07 14:14:30','2021-05-07 19:14:30','207.46.13.21',NULL,NULL),(79304,'four_oh_four','2021-05-07 14:28:36','2021-05-07 19:28:36','193.106.30.100',NULL,NULL),(79305,'four_oh_four','2021-05-07 14:53:20','2021-05-07 19:53:20','31.23.88.120',NULL,NULL),(79306,'four_oh_four','2021-05-07 15:22:56','2021-05-07 20:22:56','193.70.81.134',NULL,NULL),(79307,'four_oh_four','2021-05-07 16:23:51','2021-05-07 21:23:51','120.25.88.35',NULL,NULL),(79308,'four_oh_four','2021-05-07 16:44:38','2021-05-07 21:44:38','5.188.48.98',NULL,NULL),(79309,'four_oh_four','2021-05-07 17:11:10','2021-05-07 22:11:10','167.114.156.50',NULL,NULL),(79310,'four_oh_four','2021-05-07 17:11:20','2021-05-07 22:11:20','167.114.156.50',NULL,NULL),(79311,'four_oh_four','2021-05-07 17:29:01','2021-05-07 22:29:01','66.249.73.153',NULL,NULL),(79312,'four_oh_four','2021-05-07 18:01:57','2021-05-07 23:01:57','65.21.107.76',NULL,NULL),(79313,'four_oh_four','2021-05-07 18:02:00','2021-05-07 23:02:00','65.21.107.76',NULL,NULL),(79314,'four_oh_four','2021-05-07 18:02:03','2021-05-07 23:02:03','65.21.107.76',NULL,NULL),(79315,'four_oh_four','2021-05-07 18:17:10','2021-05-07 23:17:10','172.252.171.186',NULL,NULL),(79316,'four_oh_four','2021-05-07 19:00:18','2021-05-08 00:00:18','87.244.174.254',NULL,NULL),(79317,'four_oh_four','2021-05-07 20:46:13','2021-05-08 01:46:13','114.119.157.110',NULL,NULL),(79318,'four_oh_four','2021-05-07 21:30:22','2021-05-08 02:30:22','178.251.25.126',NULL,NULL),(79319,'four_oh_four','2021-05-07 21:53:54','2021-05-08 02:53:54','45.145.67.109',NULL,NULL),(79320,'four_oh_four','2021-05-07 22:52:08','2021-05-08 03:52:08','210.86.239.43',NULL,NULL),(79321,'four_oh_four','2021-05-07 22:52:19','2021-05-08 03:52:19','178.251.25.126',NULL,NULL),(79322,'four_oh_four','2021-05-07 23:22:32','2021-05-08 04:22:32','193.106.30.100',NULL,NULL),(79323,'four_oh_four','2021-05-08 00:02:17','2021-05-08 05:02:17','114.119.148.105',NULL,NULL),(79324,'four_oh_four','2021-05-08 00:12:23','2021-05-08 05:12:23','185.98.5.166',NULL,NULL),(79325,'four_oh_four','2021-05-08 00:30:49','2021-05-08 05:30:49','104.219.72.44',NULL,NULL),(79326,'four_oh_four','2021-05-08 01:35:24','2021-05-08 06:35:24','210.86.239.43',NULL,NULL),(79327,'four_oh_four','2021-05-08 02:06:15','2021-05-08 07:06:15','5.188.48.22',NULL,NULL),(79328,'four_oh_four','2021-05-08 02:06:18','2021-05-08 07:06:18','5.188.48.22',NULL,NULL),(79329,'four_oh_four','2021-05-08 03:03:08','2021-05-08 08:03:08','114.119.143.145',NULL,NULL),(79330,'four_oh_four','2021-05-08 03:12:10','2021-05-08 08:12:10','68.171.208.146',NULL,NULL),(79331,'four_oh_four','2021-05-08 03:29:11','2021-05-08 08:29:11','47.103.77.10',NULL,NULL),(79332,'four_oh_four','2021-05-08 03:38:21','2021-05-08 08:38:21','114.119.143.145',NULL,NULL),(79333,'four_oh_four','2021-05-08 07:15:23','2021-05-08 12:15:23','94.255.71.34',NULL,NULL),(79334,'four_oh_four','2021-05-08 07:48:44','2021-05-08 12:48:44','114.119.136.66',NULL,NULL),(79335,'four_oh_four','2021-05-08 09:04:49','2021-05-08 14:04:49','104.168.4.201',NULL,NULL),(79336,'four_oh_four','2021-05-08 09:52:03','2021-05-08 14:52:03','78.106.87.3',NULL,NULL),(79337,'four_oh_four','2021-05-08 10:33:17','2021-05-08 15:33:17','193.106.30.100',NULL,NULL),(79338,'four_oh_four','2021-05-08 12:05:18','2021-05-08 17:05:18','5.188.48.98',NULL,NULL),(79339,'four_oh_four','2021-05-08 13:32:22','2021-05-08 18:32:22','194.59.246.76',NULL,NULL),(79340,'four_oh_four','2021-05-08 14:06:58','2021-05-08 19:06:58','184.154.139.21',NULL,NULL),(79341,'four_oh_four','2021-05-08 15:21:27','2021-05-08 20:21:27','79.96.146.151',NULL,NULL),(79342,'four_oh_four','2021-05-08 15:38:11','2021-05-08 20:38:11','114.119.145.125',NULL,NULL),(79343,'four_oh_four','2021-05-08 15:56:05','2021-05-08 20:56:05','40.77.167.68',NULL,NULL),(79344,'four_oh_four','2021-05-08 16:26:30','2021-05-08 21:26:30','149.56.150.108',NULL,NULL),(79345,'four_oh_four','2021-05-08 17:23:30','2021-05-08 22:23:30','5.188.48.98',NULL,NULL),(79346,'four_oh_four','2021-05-08 18:50:14','2021-05-08 23:50:14','207.46.13.21',NULL,NULL),(79347,'four_oh_four','2021-05-08 19:15:36','2021-05-09 00:15:36','194.59.246.76',NULL,NULL),(79348,'four_oh_four','2021-05-08 19:44:52','2021-05-09 00:44:52','114.119.134.41',NULL,NULL),(79349,'four_oh_four','2021-05-08 21:49:42','2021-05-09 02:49:42','37.44.87.121',NULL,NULL),(79350,'four_oh_four','2021-05-08 22:29:55','2021-05-09 03:29:55','104.149.36.195',NULL,NULL),(79351,'four_oh_four','2021-05-08 22:30:02','2021-05-09 03:30:02','104.149.36.195',NULL,NULL),(79352,'four_oh_four','2021-05-09 01:07:19','2021-05-09 06:07:19','67.20.114.76',NULL,NULL),(79353,'four_oh_four','2021-05-09 03:20:39','2021-05-09 08:20:39','204.101.61.82',NULL,NULL),(79354,'four_oh_four','2021-05-09 03:46:57','2021-05-09 08:46:57','31.131.69.14',NULL,NULL),(79355,'four_oh_four','2021-05-09 04:09:11','2021-05-09 09:09:11','37.44.84.249',NULL,NULL),(79356,'four_oh_four','2021-05-09 04:45:42','2021-05-09 09:45:42','114.119.136.66',NULL,NULL),(79357,'four_oh_four','2021-05-09 05:08:02','2021-05-09 10:08:02','85.208.187.223',NULL,NULL),(79358,'four_oh_four','2021-05-09 06:07:46','2021-05-09 11:07:46','5.76.45.40',NULL,NULL),(79359,'four_oh_four','2021-05-09 06:45:20','2021-05-09 11:45:20','5.188.48.88',NULL,NULL),(79360,'four_oh_four','2021-05-09 07:06:08','2021-05-09 12:06:08','171.244.1.84',NULL,NULL),(79361,'four_oh_four','2021-05-09 08:50:17','2021-05-09 13:50:17','114.119.134.41',NULL,NULL),(79362,'four_oh_four','2021-05-09 08:57:09','2021-05-09 13:57:09','114.119.145.125',NULL,NULL),(79363,'four_oh_four','2021-05-09 09:36:28','2021-05-09 14:36:28','207.46.13.41',NULL,NULL),(79364,'four_oh_four','2021-05-09 10:25:50','2021-05-09 15:25:50','23.228.109.147',NULL,NULL),(79365,'four_oh_four','2021-05-09 12:09:11','2021-05-09 17:09:11','47.103.77.10',NULL,NULL),(79366,'four_oh_four','2021-05-09 13:49:22','2021-05-09 18:49:22','5.248.249.49',NULL,NULL),(79367,'four_oh_four','2021-05-09 14:07:20','2021-05-09 19:07:20','184.154.139.3',NULL,NULL),(79368,'four_oh_four','2021-05-09 14:11:09','2021-05-09 19:11:09','5.188.48.98',NULL,NULL),(79369,'four_oh_four','2021-05-09 15:23:33','2021-05-09 20:23:33','114.119.143.145',NULL,NULL),(79370,'four_oh_four','2021-05-09 15:27:41','2021-05-09 20:27:41','114.119.134.41',NULL,NULL),(79371,'four_oh_four','2021-05-09 15:34:55','2021-05-09 20:34:55','114.119.145.125',NULL,NULL),(79372,'four_oh_four','2021-05-09 15:40:36','2021-05-09 20:40:36','114.119.157.110',NULL,NULL),(79373,'four_oh_four','2021-05-09 16:02:14','2021-05-09 21:02:14','194.59.246.76',NULL,NULL),(79374,'four_oh_four','2021-05-09 18:38:10','2021-05-09 23:38:10','193.106.30.100',NULL,NULL),(79375,'four_oh_four','2021-05-09 21:26:40','2021-05-10 02:26:40','40.77.167.71',NULL,NULL),(79376,'four_oh_four','2021-05-09 22:35:10','2021-05-10 03:35:10','185.182.56.151',NULL,NULL),(79377,'four_oh_four','2021-05-09 22:42:28','2021-05-10 03:42:28','92.63.196.29',NULL,NULL),(79378,'four_oh_four','2021-05-09 23:35:26','2021-05-10 04:35:26','178.64.56.114',NULL,NULL),(79379,'four_oh_four','2021-05-09 23:38:23','2021-05-10 04:38:23','193.106.30.100',NULL,NULL),(79380,'four_oh_four','2021-05-10 02:28:50','2021-05-10 07:28:50','185.209.22.137',NULL,NULL),(79381,'four_oh_four','2021-05-10 02:49:54','2021-05-10 07:49:54','5.188.48.88',NULL,NULL),(79382,'four_oh_four','2021-05-10 03:58:16','2021-05-10 08:58:16','172.252.171.186',NULL,NULL),(79383,'four_oh_four','2021-05-10 04:37:05','2021-05-10 09:37:05','193.106.30.100',NULL,NULL),(79384,'four_oh_four','2021-05-10 04:41:10','2021-05-10 09:41:10','158.140.187.235',NULL,NULL),(79385,'four_oh_four','2021-05-10 04:50:46','2021-05-10 09:50:46','120.25.88.35',NULL,NULL),(79386,'four_oh_four','2021-05-10 05:06:01','2021-05-10 10:06:01','89.161.250.174',NULL,NULL),(79387,'four_oh_four','2021-05-10 05:24:12','2021-05-10 10:24:12','114.119.148.105',NULL,NULL),(79388,'four_oh_four','2021-05-10 06:02:14','2021-05-10 11:02:14','114.119.145.125',NULL,NULL),(79389,'four_oh_four','2021-05-10 06:41:01','2021-05-10 11:41:01','157.7.188.132',NULL,NULL),(79390,'four_oh_four','2021-05-10 06:46:28','2021-05-10 11:46:28','173.252.127.21',NULL,NULL),(79391,'four_oh_four','2021-05-10 06:46:30','2021-05-10 11:46:30','173.252.127.42',NULL,NULL),(79392,'four_oh_four','2021-05-10 08:07:08','2021-05-10 13:07:08','114.119.134.41',NULL,NULL),(79393,'four_oh_four','2021-05-10 08:21:57','2021-05-10 13:21:57','114.119.130.104',NULL,NULL),(79394,'four_oh_four','2021-05-10 09:45:49','2021-05-10 14:45:49','78.159.96.193',NULL,NULL),(79395,'four_oh_four','2021-05-10 10:43:54','2021-05-10 15:43:54','111.250.142.110',NULL,NULL),(79396,'four_oh_four','2021-05-10 10:50:36','2021-05-10 15:50:36','194.59.246.76',NULL,NULL),(79397,'four_oh_four','2021-05-10 10:51:51','2021-05-10 15:51:51','2.59.21.69',NULL,NULL),(79398,'four_oh_four','2021-05-10 11:16:30','2021-05-10 16:16:30','114.119.134.41',NULL,NULL),(79399,'four_oh_four','2021-05-10 12:41:45','2021-05-10 17:41:45','114.119.157.110',NULL,NULL),(79400,'four_oh_four','2021-05-10 13:03:14','2021-05-10 18:03:14','66.249.69.222',NULL,NULL),(79401,'four_oh_four','2021-05-10 13:09:51','2021-05-10 18:09:51','114.119.130.104',NULL,NULL),(79402,'four_oh_four','2021-05-10 13:38:38','2021-05-10 18:38:38','114.119.141.146',NULL,NULL),(79403,'four_oh_four','2021-05-10 14:05:38','2021-05-10 19:05:38','184.154.139.3',NULL,NULL),(79404,'four_oh_four','2021-05-10 14:23:53','2021-05-10 19:23:53','114.119.141.146',NULL,NULL),(79405,'four_oh_four','2021-05-10 14:54:09','2021-05-10 19:54:09','5.188.48.10',NULL,NULL),(79406,'four_oh_four','2021-05-10 16:14:11','2021-05-10 21:14:11','114.119.130.104',NULL,NULL),(79407,'four_oh_four','2021-05-10 16:36:09','2021-05-10 21:36:09','207.46.13.21',NULL,NULL),(79408,'four_oh_four','2021-05-10 17:28:54','2021-05-10 22:28:54','114.119.157.110',NULL,NULL),(79409,'four_oh_four','2021-05-10 18:07:14','2021-05-10 23:07:14','45.81.226.57',NULL,NULL),(79410,'four_oh_four','2021-05-10 18:08:46','2021-05-10 23:08:46','114.119.157.110',NULL,NULL),(79411,'four_oh_four','2021-05-10 19:12:56','2021-05-11 00:12:56','92.38.136.69',NULL,NULL),(79412,'four_oh_four','2021-05-10 20:59:43','2021-05-11 01:59:43','114.119.158.13',NULL,NULL),(79413,'four_oh_four','2021-05-10 21:42:16','2021-05-11 02:42:16','185.197.74.175',NULL,NULL),(79414,'four_oh_four','2021-05-10 22:49:09','2021-05-11 03:49:09','194.58.88.195',NULL,NULL),(79415,'four_oh_four','2021-05-10 22:52:05','2021-05-11 03:52:05','168.119.11.187',NULL,NULL),(79416,'four_oh_four','2021-05-11 00:31:42','2021-05-11 05:31:42','112.78.10.143',NULL,NULL),(79417,'four_oh_four','2021-05-11 00:39:11','2021-05-11 05:39:11','111.250.142.110',NULL,NULL),(79418,'four_oh_four','2021-05-11 00:53:44','2021-05-11 05:53:44','114.119.143.145',NULL,NULL),(79419,'four_oh_four','2021-05-11 02:35:03','2021-05-11 07:35:03','204.101.61.82',NULL,NULL),(79420,'four_oh_four','2021-05-11 02:37:17','2021-05-11 07:37:17','114.119.151.107',NULL,NULL),(79421,'four_oh_four','2021-05-11 02:52:19','2021-05-11 07:52:19','188.35.131.246',NULL,NULL),(79422,'four_oh_four','2021-05-11 04:32:32','2021-05-11 09:32:32','188.35.131.246',NULL,NULL),(79423,'four_oh_four','2021-05-11 05:54:30','2021-05-11 10:54:30','43.247.19.182',NULL,NULL),(79424,'four_oh_four','2021-05-11 06:46:41','2021-05-11 11:46:41','5.188.48.22',NULL,NULL),(79425,'four_oh_four','2021-05-11 06:46:44','2021-05-11 11:46:44','5.188.48.22',NULL,NULL),(79426,'four_oh_four','2021-05-11 07:03:41','2021-05-11 12:03:41','95.216.157.228',NULL,NULL),(79427,'four_oh_four','2021-05-11 08:17:13','2021-05-11 13:17:13','185.66.41.3',NULL,NULL),(79428,'four_oh_four','2021-05-11 09:01:20','2021-05-11 14:01:20','66.249.69.219',NULL,NULL),(79429,'four_oh_four','2021-05-11 09:23:15','2021-05-11 14:23:15','178.168.198.150',NULL,NULL),(79430,'four_oh_four','2021-05-11 11:20:51','2021-05-11 16:20:51','45.79.228.6',NULL,NULL),(79431,'four_oh_four','2021-05-11 11:21:14','2021-05-11 16:21:14','159.203.83.245',NULL,NULL),(79432,'four_oh_four','2021-05-11 11:36:16','2021-05-11 16:36:16','66.249.69.217',NULL,NULL),(79433,'four_oh_four','2021-05-11 13:10:08','2021-05-11 18:10:08','204.101.61.82',NULL,NULL),(79434,'four_oh_four','2021-05-11 14:00:57','2021-05-11 19:00:57','184.154.139.19',NULL,NULL),(79435,'four_oh_four','2021-05-11 15:08:35','2021-05-11 20:08:35','114.119.136.66',NULL,NULL),(79436,'four_oh_four','2021-05-11 15:53:20','2021-05-11 20:53:20','193.106.30.100',NULL,NULL),(79437,'four_oh_four','2021-05-11 15:59:40','2021-05-11 20:59:40','45.141.234.22',NULL,NULL),(79438,'four_oh_four','2021-05-11 17:08:16','2021-05-11 22:08:16','178.159.37.139',NULL,NULL),(79439,'four_oh_four','2021-05-11 19:39:10','2021-05-12 00:39:10','194.59.246.76',NULL,NULL),(79440,'four_oh_four','2021-05-11 20:54:01','2021-05-12 01:54:01','207.46.13.41',NULL,NULL),(79441,'four_oh_four','2021-05-11 21:48:32','2021-05-12 02:48:32','3.94.137.21',NULL,NULL),(79442,'four_oh_four','2021-05-11 21:48:34','2021-05-12 02:48:34','3.94.137.21',NULL,NULL),(79443,'four_oh_four','2021-05-11 21:48:37','2021-05-12 02:48:37','3.94.137.21',NULL,NULL),(79444,'four_oh_four','2021-05-11 21:48:41','2021-05-12 02:48:41','3.94.137.21',NULL,NULL),(79445,'four_oh_four','2021-05-11 22:03:07','2021-05-12 03:03:07','51.68.11.215',NULL,NULL),(79446,'four_oh_four','2021-05-11 22:11:00','2021-05-12 03:11:00','40.77.167.67',NULL,NULL),(79447,'four_oh_four','2021-05-11 23:25:58','2021-05-12 04:25:58','114.119.130.104',NULL,NULL),(79448,'four_oh_four','2021-05-12 00:33:53','2021-05-12 05:33:53','114.119.158.13',NULL,NULL),(79449,'four_oh_four','2021-05-12 01:44:27','2021-05-12 06:44:27','185.209.22.137',NULL,NULL),(79450,'four_oh_four','2021-05-12 02:16:14','2021-05-12 07:16:14','207.46.13.78',NULL,NULL),(79451,'four_oh_four','2021-05-12 02:16:59','2021-05-12 07:16:59','202.39.38.247',NULL,NULL),(79452,'four_oh_four','2021-05-12 03:44:40','2021-05-12 08:44:40','114.119.151.107',NULL,NULL),(79453,'four_oh_four','2021-05-12 04:27:33','2021-05-12 09:27:33','114.119.148.105',NULL,NULL),(79454,'four_oh_four','2021-05-12 05:41:10','2021-05-12 10:41:10','114.119.157.110',NULL,NULL),(79455,'four_oh_four','2021-05-12 06:10:15','2021-05-12 11:10:15','66.249.69.219',NULL,NULL),(79456,'four_oh_four','2021-05-12 08:43:45','2021-05-12 13:43:45','85.208.187.223',NULL,NULL),(79457,'four_oh_four','2021-05-12 09:02:06','2021-05-12 14:02:06','78.46.73.116',NULL,NULL),(79458,'four_oh_four','2021-05-12 09:19:58','2021-05-12 14:19:58','114.119.157.110',NULL,NULL),(79459,'four_oh_four','2021-05-12 09:21:56','2021-05-12 14:21:56','163.172.51.75',NULL,NULL),(79460,'four_oh_four','2021-05-12 09:22:08','2021-05-12 14:22:08','163.172.51.75',NULL,NULL),(79461,'four_oh_four','2021-05-12 09:34:10','2021-05-12 14:34:10','78.106.87.3',NULL,NULL),(79462,'four_oh_four','2021-05-12 11:09:13','2021-05-12 16:09:13','188.186.232.39',NULL,NULL),(79463,'four_oh_four','2021-05-12 11:27:46','2021-05-12 16:27:46','23.228.109.147',NULL,NULL),(79464,'four_oh_four','2021-05-12 13:59:13','2021-05-12 18:59:13','104.219.72.44',NULL,NULL),(79465,'four_oh_four','2021-05-12 14:09:08','2021-05-12 19:09:08','184.154.139.19',NULL,NULL),(79466,'four_oh_four','2021-05-12 14:34:13','2021-05-12 19:34:13','188.163.73.127',NULL,NULL),(79467,'four_oh_four','2021-05-12 15:05:29','2021-05-12 20:05:29','194.59.246.76',NULL,NULL),(79468,'four_oh_four','2021-05-12 15:20:16','2021-05-12 20:20:16','46.148.206.226',NULL,NULL),(79469,'four_oh_four','2021-05-12 16:36:06','2021-05-12 21:36:06','77.221.130.5',NULL,NULL),(79470,'four_oh_four','2021-05-12 16:36:09','2021-05-12 21:36:09','77.221.130.5',NULL,NULL),(79471,'four_oh_four','2021-05-12 17:33:10','2021-05-12 22:33:10','69.65.40.75',NULL,NULL),(79472,'four_oh_four','2021-05-12 17:33:14','2021-05-12 22:33:14','69.65.40.75',NULL,NULL),(79473,'four_oh_four','2021-05-12 17:42:57','2021-05-12 22:42:57','114.119.145.125',NULL,NULL),(79474,'four_oh_four','2021-05-12 17:47:50','2021-05-12 22:47:50','114.119.151.107',NULL,NULL),(79475,'four_oh_four','2021-05-12 18:39:52','2021-05-12 23:39:52','193.106.30.100',NULL,NULL),(79476,'four_oh_four','2021-05-13 00:42:44','2021-05-13 05:42:44','142.91.189.164',NULL,NULL),(79477,'four_oh_four','2021-05-13 01:36:45','2021-05-13 06:36:45','87.241.236.78',NULL,NULL),(79478,'four_oh_four','2021-05-13 02:39:49','2021-05-13 07:39:49','66.249.73.149',NULL,NULL),(79479,'four_oh_four','2021-05-13 02:50:48','2021-05-13 07:50:48','114.119.158.13',NULL,NULL),(79480,'four_oh_four','2021-05-13 03:48:08','2021-05-13 08:48:08','202.39.38.247',NULL,NULL),(79481,'four_oh_four','2021-05-13 04:40:32','2021-05-13 09:40:32','114.119.148.105',NULL,NULL),(79482,'four_oh_four','2021-05-13 05:27:47','2021-05-13 10:27:47','5.188.48.88',NULL,NULL),(79483,'four_oh_four','2021-05-13 05:27:47','2021-05-13 10:27:47','5.188.48.88',NULL,NULL),(79484,'four_oh_four','2021-05-13 06:05:11','2021-05-13 11:05:11','114.119.143.145',NULL,NULL),(79485,'four_oh_four','2021-05-13 07:01:44','2021-05-13 12:01:44','168.119.11.187',NULL,NULL),(79486,'four_oh_four','2021-05-13 07:06:58','2021-05-13 12:06:58','114.119.143.145',NULL,NULL),(79487,'four_oh_four','2021-05-13 11:28:05','2021-05-13 16:28:05','103.7.8.3',NULL,NULL),(79488,'four_oh_four','2021-05-13 12:26:07','2021-05-13 17:26:07','23.228.109.147',NULL,NULL),(79489,'four_oh_four','2021-05-13 13:03:53','2021-05-13 18:03:53','103.57.209.11',NULL,NULL),(79490,'four_oh_four','2021-05-13 14:13:26','2021-05-13 19:13:26','184.154.139.20',NULL,NULL),(79491,'four_oh_four','2021-05-13 14:57:08','2021-05-13 19:57:08','40.77.167.67',NULL,NULL),(79492,'four_oh_four','2021-05-13 15:19:07','2021-05-13 20:19:07','188.122.82.146',NULL,NULL),(79493,'four_oh_four','2021-05-13 15:26:51','2021-05-13 20:26:51','114.119.158.13',NULL,NULL),(79494,'four_oh_four','2021-05-13 15:31:06','2021-05-13 20:31:06','194.59.246.76',NULL,NULL),(79495,'four_oh_four','2021-05-13 15:33:25','2021-05-13 20:33:25','54.226.162.122',NULL,NULL),(79496,'four_oh_four','2021-05-13 15:34:38','2021-05-13 20:34:38','38.206.2.166',NULL,NULL),(79497,'four_oh_four','2021-05-13 15:45:46','2021-05-13 20:45:46','51.68.11.227',NULL,NULL),(79498,'four_oh_four','2021-05-13 15:45:50','2021-05-13 20:45:50','51.68.11.227',NULL,NULL),(79499,'four_oh_four','2021-05-13 16:19:07','2021-05-13 21:19:07','114.119.136.66',NULL,NULL),(79500,'four_oh_four','2021-05-13 16:25:30','2021-05-13 21:25:30','109.248.139.243',NULL,NULL),(79501,'four_oh_four','2021-05-13 16:27:29','2021-05-13 21:27:29','45.86.202.70',NULL,NULL),(79502,'four_oh_four','2021-05-13 18:21:37','2021-05-13 23:21:37','77.81.139.82',NULL,NULL),(79503,'four_oh_four','2021-05-13 18:35:45','2021-05-13 23:35:45','51.178.146.199',NULL,NULL),(79504,'four_oh_four','2021-05-13 18:48:09','2021-05-13 23:48:09','39.107.251.198',NULL,NULL),(79505,'four_oh_four','2021-05-13 19:03:20','2021-05-14 00:03:20','91.192.110.252',NULL,NULL),(79506,'four_oh_four','2021-05-13 19:16:56','2021-05-14 00:16:56','188.122.82.146',NULL,NULL),(79507,'four_oh_four','2021-05-13 19:29:32','2021-05-14 00:29:32','207.46.13.78',NULL,NULL),(79508,'four_oh_four','2021-05-13 19:54:40','2021-05-14 00:54:40','114.119.130.104',NULL,NULL),(79509,'four_oh_four','2021-05-13 20:36:52','2021-05-14 01:36:52','114.119.158.13',NULL,NULL),(79510,'four_oh_four','2021-05-13 20:49:30','2021-05-14 01:49:30','207.46.13.78',NULL,NULL),(79511,'four_oh_four','2021-05-13 20:53:40','2021-05-14 01:53:40','47.90.42.101',NULL,NULL),(79512,'four_oh_four','2021-05-13 21:25:17','2021-05-14 02:25:17','123.56.228.164',NULL,NULL),(79513,'four_oh_four','2021-05-13 22:01:20','2021-05-14 03:01:20','89.39.208.174',NULL,NULL),(79514,'four_oh_four','2021-05-14 00:15:22','2021-05-14 05:15:22','114.119.151.107',NULL,NULL),(79515,'four_oh_four','2021-05-14 00:23:13','2021-05-14 05:23:13','5.188.48.88',NULL,NULL),(79516,'four_oh_four','2021-05-14 00:23:13','2021-05-14 05:23:13','5.188.48.88',NULL,NULL),(79517,'four_oh_four','2021-05-14 00:58:39','2021-05-14 05:58:39','51.68.11.227',NULL,NULL),(79518,'four_oh_four','2021-05-14 02:20:05','2021-05-14 07:20:05','67.43.12.206',NULL,NULL),(79519,'four_oh_four','2021-05-14 03:24:50','2021-05-14 08:24:50','114.119.158.13',NULL,NULL),(79520,'four_oh_four','2021-05-14 03:36:45','2021-05-14 08:36:45','103.48.193.28',NULL,NULL),(79521,'four_oh_four','2021-05-14 05:07:13','2021-05-14 10:07:13','129.226.123.133',NULL,NULL),(79522,'four_oh_four','2021-05-14 05:07:18','2021-05-14 10:07:18','129.226.123.133',NULL,NULL),(79523,'four_oh_four','2021-05-14 05:40:07','2021-05-14 10:40:07','47.90.42.101',NULL,NULL),(79524,'four_oh_four','2021-05-14 05:40:10','2021-05-14 10:40:10','47.90.42.101',NULL,NULL),(79525,'four_oh_four','2021-05-14 06:18:53','2021-05-14 11:18:53','114.119.151.107',NULL,NULL),(79526,'four_oh_four','2021-05-14 06:34:11','2021-05-14 11:34:11','186.202.153.164',NULL,NULL),(79527,'four_oh_four','2021-05-14 07:57:44','2021-05-14 12:57:44','193.112.74.158',NULL,NULL),(79528,'four_oh_four','2021-05-14 07:59:28','2021-05-14 12:59:28','47.90.42.101',NULL,NULL),(79529,'four_oh_four','2021-05-14 08:05:26','2021-05-14 13:05:26','173.249.2.83',NULL,NULL),(79530,'four_oh_four','2021-05-14 08:30:30','2021-05-14 13:30:30','185.66.41.3',NULL,NULL),(79531,'four_oh_four','2021-05-14 08:59:54','2021-05-14 13:59:54','95.168.171.150',NULL,NULL),(79532,'four_oh_four','2021-05-14 09:01:37','2021-05-14 14:01:37','172.252.171.186',NULL,NULL),(79533,'four_oh_four','2021-05-14 09:42:51','2021-05-14 14:42:51','185.211.57.58',NULL,NULL),(79534,'four_oh_four','2021-05-14 09:45:59','2021-05-14 14:45:59','47.89.31.26',NULL,NULL),(79535,'four_oh_four','2021-05-14 10:22:20','2021-05-14 15:22:20','185.182.56.151',NULL,NULL),(79536,'four_oh_four','2021-05-14 10:37:26','2021-05-14 15:37:26','172.252.171.186',NULL,NULL),(79537,'four_oh_four','2021-05-14 11:04:36','2021-05-14 16:04:36','207.46.13.41',NULL,NULL),(79538,'four_oh_four','2021-05-14 11:41:36','2021-05-14 16:41:36','135.181.116.180',NULL,NULL),(79539,'four_oh_four','2021-05-14 12:39:37','2021-05-14 17:39:37','103.56.156.200',NULL,NULL),(79540,'four_oh_four','2021-05-14 14:20:54','2021-05-14 19:20:54','184.154.139.17',NULL,NULL),(79541,'four_oh_four','2021-05-14 14:22:37','2021-05-14 19:22:37','212.19.30.156',NULL,NULL),(79542,'four_oh_four','2021-05-14 15:33:27','2021-05-14 20:33:27','104.219.72.44',NULL,NULL),(79543,'four_oh_four','2021-05-14 15:34:17','2021-05-14 20:34:17','104.219.72.44',NULL,NULL),(79544,'four_oh_four','2021-05-14 16:58:33','2021-05-14 21:58:33','114.119.158.13',NULL,NULL),(79545,'four_oh_four','2021-05-14 17:02:40','2021-05-14 22:02:40','5.188.48.98',NULL,NULL),(79546,'four_oh_four','2021-05-14 17:15:10','2021-05-14 22:15:10','188.163.47.9',NULL,NULL),(79547,'four_oh_four','2021-05-14 18:33:06','2021-05-14 23:33:06','195.181.172.69',NULL,NULL),(79548,'four_oh_four','2021-05-14 19:25:53','2021-05-15 00:25:53','40.77.167.67',NULL,NULL),(79549,'four_oh_four','2021-05-14 19:26:32','2021-05-15 00:26:32','47.89.31.26',NULL,NULL),(79550,'four_oh_four','2021-05-14 19:26:36','2021-05-15 00:26:36','47.89.31.26',NULL,NULL),(79551,'four_oh_four','2021-05-14 19:35:37','2021-05-15 00:35:37','114.119.141.146',NULL,NULL),(79552,'four_oh_four','2021-05-14 19:41:37','2021-05-15 00:41:37','163.172.51.75',NULL,NULL),(79553,'four_oh_four','2021-05-14 19:41:49','2021-05-15 00:41:49','163.172.51.75',NULL,NULL),(79554,'four_oh_four','2021-05-14 20:28:50','2021-05-15 01:28:50','72.83.225.114',NULL,NULL),(79555,'four_oh_four','2021-05-14 20:42:41','2021-05-15 01:42:41','40.77.167.67',NULL,NULL),(79556,'four_oh_four','2021-05-14 21:14:48','2021-05-15 02:14:48','47.75.44.156',NULL,NULL),(79557,'four_oh_four','2021-05-14 21:15:01','2021-05-15 02:15:01','47.75.44.156',NULL,NULL),(79558,'four_oh_four','2021-05-14 21:21:47','2021-05-15 02:21:47','107.175.151.84',NULL,NULL),(79559,'four_oh_four','2021-05-14 22:31:15','2021-05-15 03:31:15','185.224.137.123',NULL,NULL),(79560,'four_oh_four','2021-05-14 22:41:02','2021-05-15 03:41:02','66.249.69.217',NULL,NULL),(79561,'four_oh_four','2021-05-14 23:20:39','2021-05-15 04:20:39','194.59.246.76',NULL,NULL),(79562,'four_oh_four','2021-05-14 23:25:56','2021-05-15 04:25:56','78.46.73.116',NULL,NULL),(79563,'four_oh_four','2021-05-14 23:51:47','2021-05-15 04:51:47','69.65.40.75',NULL,NULL),(79564,'four_oh_four','2021-05-14 23:51:50','2021-05-15 04:51:50','69.65.40.75',NULL,NULL),(79565,'four_oh_four','2021-05-14 23:57:48','2021-05-15 04:57:48','207.46.13.78',NULL,NULL),(79566,'four_oh_four','2021-05-15 00:23:07','2021-05-15 05:23:07','114.119.157.110',NULL,NULL),(79567,'four_oh_four','2021-05-15 01:32:06','2021-05-15 06:32:06','123.56.228.164',NULL,NULL),(79568,'four_oh_four','2021-05-15 01:57:08','2021-05-15 06:57:08','13.66.139.0',NULL,NULL),(79569,'four_oh_four','2021-05-15 02:19:01','2021-05-15 07:19:01','119.8.175.117',NULL,NULL),(79570,'four_oh_four','2021-05-15 02:21:04','2021-05-15 07:21:04','47.90.42.101',NULL,NULL),(79571,'four_oh_four','2021-05-15 02:38:19','2021-05-15 07:38:19','47.89.231.174',NULL,NULL),(79572,'four_oh_four','2021-05-15 02:38:24','2021-05-15 07:38:24','47.89.231.174',NULL,NULL),(79573,'four_oh_four','2021-05-15 02:48:30','2021-05-15 07:48:30','47.89.231.174',NULL,NULL),(79574,'four_oh_four','2021-05-15 03:16:15','2021-05-15 08:16:15','193.106.30.100',NULL,NULL),(79575,'four_oh_four','2021-05-15 04:19:00','2021-05-15 09:19:00','114.119.143.145',NULL,NULL),(79576,'four_oh_four','2021-05-15 05:19:52','2021-05-15 10:19:52','185.244.214.41',NULL,NULL),(79577,'four_oh_four','2021-05-15 05:47:45','2021-05-15 10:47:45','66.249.69.215',NULL,NULL),(79578,'four_oh_four','2021-05-15 07:27:55','2021-05-15 12:27:55','66.249.69.219',NULL,NULL),(79579,'four_oh_four','2021-05-15 09:03:19','2021-05-15 14:03:19','66.249.69.219',NULL,NULL),(79580,'four_oh_four','2021-05-15 09:40:46','2021-05-15 14:40:46','92.38.136.69',NULL,NULL),(79581,'four_oh_four','2021-05-15 10:37:52','2021-05-15 15:37:52','114.119.151.107',NULL,NULL),(79582,'four_oh_four','2021-05-15 11:35:33','2021-05-15 16:35:33','204.101.61.82',NULL,NULL),(79583,'four_oh_four','2021-05-15 12:48:03','2021-05-15 17:48:03','47.52.135.58',NULL,NULL),(79584,'four_oh_four','2021-05-15 14:16:33','2021-05-15 19:16:33','185.241.174.33',NULL,NULL),(79585,'four_oh_four','2021-05-15 14:17:07','2021-05-15 19:17:07','218.28.12.112',NULL,NULL),(79586,'four_oh_four','2021-05-15 16:05:48','2021-05-15 21:05:48','184.154.139.21',NULL,NULL),(79587,'four_oh_four','2021-05-15 16:51:53','2021-05-15 21:51:53','204.101.61.82',NULL,NULL),(79588,'four_oh_four','2021-05-15 18:05:00','2021-05-15 23:05:00','178.125.68.19',NULL,NULL),(79589,'four_oh_four','2021-05-15 18:07:05','2021-05-15 23:07:05','194.59.246.76',NULL,NULL),(79590,'four_oh_four','2021-05-15 20:53:15','2021-05-16 01:53:15','114.119.158.13',NULL,NULL),(79591,'four_oh_four','2021-05-15 22:53:23','2021-05-16 03:53:23','114.119.136.66',NULL,NULL),(79592,'four_oh_four','2021-05-15 22:53:47','2021-05-16 03:53:47','23.228.109.147',NULL,NULL),(79593,'four_oh_four','2021-05-16 01:47:13','2021-05-16 06:47:13','185.182.56.216',NULL,NULL),(79594,'four_oh_four','2021-05-16 02:37:29','2021-05-16 07:37:29','114.119.157.110',NULL,NULL),(79595,'four_oh_four','2021-05-16 03:54:40','2021-05-16 08:54:40','178.187.207.239',NULL,NULL),(79596,'four_oh_four','2021-05-16 04:25:14','2021-05-16 09:25:14','114.119.136.66',NULL,NULL),(79597,'four_oh_four','2021-05-16 04:37:14','2021-05-16 09:37:14','114.119.141.146',NULL,NULL),(79598,'four_oh_four','2021-05-16 04:53:04','2021-05-16 09:53:04','207.46.13.78',NULL,NULL),(79599,'four_oh_four','2021-05-16 05:31:56','2021-05-16 10:31:56','178.184.122.203',NULL,NULL),(79600,'four_oh_four','2021-05-16 07:40:57','2021-05-16 12:40:57','85.208.187.223',NULL,NULL),(79601,'four_oh_four','2021-05-16 08:01:58','2021-05-16 13:01:58','114.119.143.145',NULL,NULL),(79602,'four_oh_four','2021-05-16 08:53:28','2021-05-16 13:53:28','193.106.30.100',NULL,NULL),(79603,'four_oh_four','2021-05-16 10:38:47','2021-05-16 15:38:47','114.119.151.107',NULL,NULL),(79604,'four_oh_four','2021-05-16 11:22:11','2021-05-16 16:22:11','23.228.109.147',NULL,NULL),(79605,'four_oh_four','2021-05-16 11:52:04','2021-05-16 16:52:04','157.55.39.3',NULL,NULL),(79606,'four_oh_four','2021-05-16 13:01:54','2021-05-16 18:01:54','184.178.172.13',NULL,NULL),(79607,'four_oh_four','2021-05-16 13:43:31','2021-05-16 18:43:31','195.2.92.46',NULL,NULL),(79608,'four_oh_four','2021-05-16 13:56:50','2021-05-16 18:56:50','114.119.130.104',NULL,NULL),(79609,'four_oh_four','2021-05-16 14:22:02','2021-05-16 19:22:02','184.154.139.18',NULL,NULL),(79610,'four_oh_four','2021-05-16 15:12:09','2021-05-16 20:12:09','114.119.143.145',NULL,NULL),(79611,'four_oh_four','2021-05-16 15:50:43','2021-05-16 20:50:43','114.119.143.145',NULL,NULL),(79612,'four_oh_four','2021-05-16 16:12:52','2021-05-16 21:12:52','114.119.148.105',NULL,NULL),(79613,'four_oh_four','2021-05-16 16:59:54','2021-05-16 21:59:54','88.147.152.161',NULL,NULL),(79614,'four_oh_four','2021-05-16 17:03:30','2021-05-16 22:03:30','114.119.157.110',NULL,NULL),(79615,'four_oh_four','2021-05-16 17:35:38','2021-05-16 22:35:38','185.209.22.137',NULL,NULL),(79616,'four_oh_four','2021-05-16 19:13:16','2021-05-17 00:13:16','204.101.61.82',NULL,NULL),(79617,'four_oh_four','2021-05-16 20:03:29','2021-05-17 01:03:29','45.87.83.124',NULL,NULL),(79618,'four_oh_four','2021-05-16 22:11:13','2021-05-17 03:11:13','85.143.219.155',NULL,NULL),(79619,'four_oh_four','2021-05-16 22:11:17','2021-05-17 03:11:17','85.143.219.155',NULL,NULL),(79620,'four_oh_four','2021-05-16 22:48:28','2021-05-17 03:48:28','84.17.47.103',NULL,NULL),(79621,'four_oh_four','2021-05-17 00:53:31','2021-05-17 05:53:31','50.31.138.167',NULL,NULL),(79622,'four_oh_four','2021-05-17 02:00:08','2021-05-17 07:00:08','114.119.157.110',NULL,NULL),(79623,'four_oh_four','2021-05-17 02:25:06','2021-05-17 07:25:06','77.111.247.119',NULL,NULL),(79624,'four_oh_four','2021-05-17 02:36:03','2021-05-17 07:36:03','80.253.235.74',NULL,NULL),(79625,'four_oh_four','2021-05-17 04:05:03','2021-05-17 09:05:03','114.119.145.125',NULL,NULL),(79626,'four_oh_four','2021-05-17 04:11:34','2021-05-17 09:11:34','114.119.145.125',NULL,NULL),(79627,'four_oh_four','2021-05-17 04:48:24','2021-05-17 09:48:24','207.46.13.61',NULL,NULL),(79628,'four_oh_four','2021-05-17 06:14:14','2021-05-17 11:14:14','45.128.133.228',NULL,NULL),(79629,'four_oh_four','2021-05-17 06:40:13','2021-05-17 11:40:13','159.203.127.124',NULL,NULL),(79630,'four_oh_four','2021-05-17 06:40:19','2021-05-17 11:40:19','159.203.127.124',NULL,NULL),(79631,'four_oh_four','2021-05-17 06:40:23','2021-05-17 11:40:23','159.203.127.124',NULL,NULL),(79632,'four_oh_four','2021-05-17 06:40:28','2021-05-17 11:40:28','159.203.127.124',NULL,NULL),(79633,'four_oh_four','2021-05-17 06:40:33','2021-05-17 11:40:33','159.203.127.124',NULL,NULL),(79634,'four_oh_four','2021-05-17 06:40:38','2021-05-17 11:40:38','159.203.127.124',NULL,NULL),(79635,'four_oh_four','2021-05-17 06:40:43','2021-05-17 11:40:43','159.203.127.124',NULL,NULL),(79636,'four_oh_four','2021-05-17 06:40:48','2021-05-17 11:40:48','159.203.127.124',NULL,NULL),(79637,'four_oh_four','2021-05-17 06:40:53','2021-05-17 11:40:53','159.203.127.124',NULL,NULL),(79638,'four_oh_four','2021-05-17 06:40:58','2021-05-17 11:40:58','159.203.127.124',NULL,NULL),(79639,'four_oh_four','2021-05-17 06:41:04','2021-05-17 11:41:04','159.203.127.124',NULL,NULL),(79640,'four_oh_four','2021-05-17 06:41:10','2021-05-17 11:41:10','159.203.127.124',NULL,NULL),(79641,'four_oh_four','2021-05-17 06:41:15','2021-05-17 11:41:15','159.203.127.124',NULL,NULL),(79642,'four_oh_four','2021-05-17 06:41:20','2021-05-17 11:41:20','159.203.127.124',NULL,NULL),(79643,'four_oh_four','2021-05-17 06:41:26','2021-05-17 11:41:26','159.203.127.124',NULL,NULL),(79644,'four_oh_four','2021-05-17 06:41:41','2021-05-17 11:41:41','159.203.127.124',NULL,NULL),(79645,'four_oh_four','2021-05-17 06:41:45','2021-05-17 11:41:45','159.203.127.124',NULL,NULL),(79646,'four_oh_four','2021-05-17 06:41:51','2021-05-17 11:41:51','159.203.127.124',NULL,NULL),(79647,'four_oh_four','2021-05-17 06:41:56','2021-05-17 11:41:56','159.203.127.124',NULL,NULL),(79648,'four_oh_four','2021-05-17 09:24:48','2021-05-17 14:24:48','66.249.69.219',NULL,NULL),(79649,'four_oh_four','2021-05-17 09:26:47','2021-05-17 14:26:47','207.46.13.78',NULL,NULL),(79650,'four_oh_four','2021-05-17 09:37:33','2021-05-17 14:37:33','114.119.151.107',NULL,NULL),(79651,'four_oh_four','2021-05-17 10:30:03','2021-05-17 15:30:03','67.205.37.138',NULL,NULL),(79652,'four_oh_four','2021-05-17 12:02:06','2021-05-17 17:02:06','5.188.48.98',NULL,NULL),(79653,'four_oh_four','2021-05-17 12:02:05','2021-05-17 17:02:05','5.188.48.98',NULL,NULL),(79654,'four_oh_four','2021-05-17 12:46:57','2021-05-17 17:46:57','195.2.70.173',NULL,NULL),(79655,'four_oh_four','2021-05-17 14:12:18','2021-05-17 19:12:18','184.154.139.17',NULL,NULL),(79656,'four_oh_four','2021-05-17 15:15:25','2021-05-17 20:15:25','114.119.141.146',NULL,NULL),(79657,'four_oh_four','2021-05-17 16:05:38','2021-05-17 21:05:38','5.188.48.88',NULL,NULL),(79658,'four_oh_four','2021-05-17 17:06:38','2021-05-17 22:06:38','194.59.246.76',NULL,NULL),(79659,'four_oh_four','2021-05-17 17:29:02','2021-05-17 22:29:02','78.46.73.116',NULL,NULL),(79660,'four_oh_four','2021-05-17 18:00:00','2021-05-17 23:00:00','5.188.48.22',NULL,NULL),(79661,'four_oh_four','2021-05-17 18:00:00','2021-05-17 23:00:00','5.188.48.22',NULL,NULL),(79662,'four_oh_four','2021-05-17 18:48:46','2021-05-17 23:48:46','66.249.65.77',NULL,NULL),(79663,'four_oh_four','2021-05-17 19:40:45','2021-05-18 00:40:45','157.55.39.1',NULL,NULL),(79664,'four_oh_four','2021-05-17 20:36:02','2021-05-18 01:36:02','114.119.134.41',NULL,NULL),(79665,'four_oh_four','2021-05-17 21:00:30','2021-05-18 02:00:30','18.208.189.241',NULL,NULL),(79666,'four_oh_four','2021-05-17 22:20:44','2021-05-18 03:20:44','148.251.54.157',NULL,NULL),(79667,'four_oh_four','2021-05-18 00:06:42','2021-05-18 05:06:42','207.46.13.47',NULL,NULL),(79668,'four_oh_four','2021-05-18 01:07:59','2021-05-18 06:07:59','144.76.102.243',NULL,NULL),(79669,'four_oh_four','2021-05-18 01:11:33','2021-05-18 06:11:33','188.163.73.127',NULL,NULL),(79670,'four_oh_four','2021-05-18 01:29:36','2021-05-18 06:29:36','114.119.130.104',NULL,NULL),(79671,'four_oh_four','2021-05-18 01:52:32','2021-05-18 06:52:32','114.119.145.125',NULL,NULL),(79672,'four_oh_four','2021-05-18 04:24:36','2021-05-18 09:24:36','188.35.131.246',NULL,NULL),(79673,'four_oh_four','2021-05-18 04:43:57','2021-05-18 09:43:57','85.208.187.223',NULL,NULL),(79674,'four_oh_four','2021-05-18 05:39:17','2021-05-18 10:39:17','195.2.70.173',NULL,NULL),(79675,'four_oh_four','2021-05-18 05:39:32','2021-05-18 10:39:32','5.188.48.22',NULL,NULL),(79676,'four_oh_four','2021-05-18 05:39:32','2021-05-18 10:39:32','5.188.48.22',NULL,NULL),(79677,'four_oh_four','2021-05-18 06:50:50','2021-05-18 11:50:50','159.203.127.124',NULL,NULL),(79678,'four_oh_four','2021-05-18 06:50:54','2021-05-18 11:50:54','159.203.127.124',NULL,NULL),(79679,'four_oh_four','2021-05-18 06:51:00','2021-05-18 11:51:00','159.203.127.124',NULL,NULL),(79680,'four_oh_four','2021-05-18 06:51:05','2021-05-18 11:51:05','159.203.127.124',NULL,NULL),(79681,'four_oh_four','2021-05-18 06:51:10','2021-05-18 11:51:10','159.203.127.124',NULL,NULL),(79682,'four_oh_four','2021-05-18 06:51:16','2021-05-18 11:51:16','159.203.127.124',NULL,NULL),(79683,'four_oh_four','2021-05-18 06:51:21','2021-05-18 11:51:21','159.203.127.124',NULL,NULL),(79684,'four_oh_four','2021-05-18 06:51:26','2021-05-18 11:51:26','159.203.127.124',NULL,NULL),(79685,'four_oh_four','2021-05-18 06:51:30','2021-05-18 11:51:30','159.203.127.124',NULL,NULL),(79686,'four_oh_four','2021-05-18 06:51:34','2021-05-18 11:51:34','159.203.127.124',NULL,NULL),(79687,'four_oh_four','2021-05-18 06:51:39','2021-05-18 11:51:39','159.203.127.124',NULL,NULL),(79688,'four_oh_four','2021-05-18 06:51:44','2021-05-18 11:51:44','159.203.127.124',NULL,NULL),(79689,'four_oh_four','2021-05-18 06:51:49','2021-05-18 11:51:49','159.203.127.124',NULL,NULL),(79690,'four_oh_four','2021-05-18 06:51:54','2021-05-18 11:51:54','159.203.127.124',NULL,NULL),(79691,'four_oh_four','2021-05-18 06:51:59','2021-05-18 11:51:59','159.203.127.124',NULL,NULL),(79692,'four_oh_four','2021-05-18 06:52:13','2021-05-18 11:52:13','159.203.127.124',NULL,NULL),(79693,'four_oh_four','2021-05-18 06:52:19','2021-05-18 11:52:19','159.203.127.124',NULL,NULL),(79694,'four_oh_four','2021-05-18 06:52:25','2021-05-18 11:52:25','159.203.127.124',NULL,NULL),(79695,'four_oh_four','2021-05-18 06:52:30','2021-05-18 11:52:30','159.203.127.124',NULL,NULL),(79696,'four_oh_four','2021-05-18 12:59:15','2021-05-18 17:59:15','50.63.197.78',NULL,NULL),(79697,'four_oh_four','2021-05-18 14:23:46','2021-05-18 19:23:46','184.154.139.18',NULL,NULL),(79698,'four_oh_four','2021-05-18 15:13:28','2021-05-18 20:13:28','185.209.20.183',NULL,NULL),(79699,'four_oh_four','2021-05-18 15:44:51','2021-05-18 20:44:51','188.122.82.146',NULL,NULL),(79700,'four_oh_four','2021-05-18 15:44:51','2021-05-18 20:44:51','188.122.82.146',NULL,NULL),(79701,'four_oh_four','2021-05-18 17:01:16','2021-05-18 22:01:16','194.59.246.76',NULL,NULL),(79702,'four_oh_four','2021-05-18 17:21:09','2021-05-18 22:21:09','91.211.251.112',NULL,NULL),(79703,'four_oh_four','2021-05-18 17:50:04','2021-05-18 22:50:04','85.209.89.243',NULL,NULL),(79704,'four_oh_four','2021-05-18 18:58:41','2021-05-18 23:58:41','193.106.30.100',NULL,NULL),(79705,'four_oh_four','2021-05-18 21:28:38','2021-05-19 02:28:38','23.228.109.147',NULL,NULL),(79706,'four_oh_four','2021-05-18 21:46:10','2021-05-19 02:46:10','185.209.22.137',NULL,NULL),(79707,'four_oh_four','2021-05-18 22:04:25','2021-05-19 03:04:25','3.94.137.21',NULL,NULL),(79708,'four_oh_four','2021-05-18 22:04:28','2021-05-19 03:04:28','3.94.137.21',NULL,NULL),(79709,'four_oh_four','2021-05-18 22:04:32','2021-05-19 03:04:32','3.94.137.21',NULL,NULL),(79710,'four_oh_four','2021-05-18 22:04:37','2021-05-19 03:04:37','3.94.137.21',NULL,NULL),(79711,'four_oh_four','2021-05-18 23:40:41','2021-05-19 04:40:41','114.119.148.105',NULL,NULL),(79712,'four_oh_four','2021-05-18 23:49:52','2021-05-19 04:49:52','36.73.177.65',NULL,NULL),(79713,'four_oh_four','2021-05-19 01:30:32','2021-05-19 06:30:32','85.208.187.223',NULL,NULL),(79714,'four_oh_four','2021-05-19 03:41:51','2021-05-19 08:41:51','89.32.251.5',NULL,NULL),(79715,'four_oh_four','2021-05-19 04:20:57','2021-05-19 09:20:57','207.46.13.74',NULL,NULL),(79716,'four_oh_four','2021-05-19 08:57:41','2021-05-19 13:57:41','40.77.167.5',NULL,NULL),(79717,'four_oh_four','2021-05-19 09:50:38','2021-05-19 14:50:38','185.197.74.175',NULL,NULL),(79718,'brute_force','2021-05-19 11:20:21','2021-05-19 16:20:21','193.105.252.82',NULL,NULL),(79719,'brute_force','2021-05-19 11:20:21','2021-05-19 16:20:21',NULL,1,'pr@zphiblgz.org'),(79720,'brute_force','2021-05-19 11:20:21','2021-05-19 16:20:21','193.105.252.82',NULL,NULL),(79721,'brute_force','2021-05-19 11:20:21','2021-05-19 16:20:21',NULL,NULL,'admin'),(79722,'four_oh_four','2021-05-19 14:06:45','2021-05-19 19:06:45','184.154.139.20',NULL,NULL),(79723,'four_oh_four','2021-05-19 14:46:50','2021-05-19 19:46:50','34.204.91.176',NULL,NULL),(79724,'four_oh_four','2021-05-19 15:17:57','2021-05-19 20:17:57','194.59.246.76',NULL,NULL),(79725,'four_oh_four','2021-05-19 16:16:10','2021-05-19 21:16:10','188.35.131.246',NULL,NULL),(79726,'four_oh_four','2021-05-19 20:00:56','2021-05-20 01:00:56','204.101.61.82',NULL,NULL),(79727,'four_oh_four','2021-05-19 21:25:55','2021-05-20 02:25:55','72.79.50.66',NULL,NULL),(79728,'brute_force','2021-05-20 00:15:05','2021-05-20 05:15:05','180.194.49.45',NULL,NULL),(79729,'brute_force','2021-05-20 00:15:05','2021-05-20 05:15:05',NULL,NULL,'zphiblgz'),(79730,'brute_force','2021-05-20 00:16:14','2021-05-20 05:16:14','180.194.49.45',NULL,NULL),(79731,'brute_force','2021-05-20 00:16:14','2021-05-20 05:16:14',NULL,NULL,'zphiblgz'),(79732,'brute_force','2021-05-20 00:17:26','2021-05-20 05:17:26','180.194.49.45',NULL,NULL),(79733,'brute_force','2021-05-20 00:17:26','2021-05-20 05:17:26',NULL,NULL,'zphiblgz'),(79734,'brute_force','2021-05-20 00:18:28','2021-05-20 05:18:28','180.194.49.45',NULL,NULL),(79735,'brute_force','2021-05-20 00:18:28','2021-05-20 05:18:28',NULL,NULL,'zphiblgz'),(79736,'brute_force','2021-05-20 00:19:42','2021-05-20 05:19:42','180.194.49.45',NULL,NULL),(79737,'brute_force','2021-05-20 00:19:42','2021-05-20 05:19:42',NULL,NULL,'zphiblgz'),(79738,'brute_force','2021-05-20 00:35:36','2021-05-20 05:35:36','180.194.49.45',NULL,NULL),(79739,'brute_force','2021-05-20 00:35:36','2021-05-20 05:35:36',NULL,NULL,'zphiblgz'),(79740,'brute_force','2021-05-20 00:51:34','2021-05-20 05:51:34','180.194.49.45',NULL,NULL),(79741,'brute_force','2021-05-20 00:51:34','2021-05-20 05:51:34',NULL,NULL,'zphiblgz'),(79742,'brute_force','2021-05-20 00:52:36','2021-05-20 05:52:36','180.194.49.45',NULL,NULL),(79743,'brute_force','2021-05-20 00:52:36','2021-05-20 05:52:36',NULL,NULL,'zphiblgz'),(79744,'brute_force','2021-05-20 00:53:46','2021-05-20 05:53:46','180.194.49.45',NULL,NULL),(79745,'brute_force','2021-05-20 00:53:46','2021-05-20 05:53:46',NULL,NULL,'zphiblgz'),(79746,'brute_force','2021-05-20 00:57:24','2021-05-20 05:57:24','180.194.49.45',NULL,NULL),(79747,'brute_force','2021-05-20 00:57:24','2021-05-20 05:57:24',NULL,NULL,'zphiblgz'),(79748,'brute_force','2021-05-20 00:59:01','2021-05-20 05:59:01','180.194.49.45',NULL,NULL),(79749,'brute_force','2021-05-20 00:59:01','2021-05-20 05:59:01',NULL,NULL,'zphiblgz'),(79750,'four_oh_four','2021-05-20 01:00:10','2021-05-20 06:00:10','85.143.219.155',NULL,NULL),(79751,'brute_force','2021-05-20 01:00:14','2021-05-20 06:00:14','180.194.49.45',NULL,NULL),(79752,'brute_force','2021-05-20 01:00:14','2021-05-20 06:00:14',NULL,NULL,'zphiblgz'),(79753,'brute_force','2021-05-20 01:01:16','2021-05-20 06:01:16','180.194.49.45',NULL,NULL),(79754,'brute_force','2021-05-20 01:01:16','2021-05-20 06:01:16',NULL,NULL,'zphiblgz'),(79755,'brute_force','2021-05-20 01:02:22','2021-05-20 06:02:22','180.194.49.45',NULL,NULL),(79756,'brute_force','2021-05-20 01:02:22','2021-05-20 06:02:22',NULL,NULL,'zphiblgz'),(79757,'brute_force','2021-05-20 01:19:21','2021-05-20 06:19:21','180.194.49.45',NULL,NULL),(79758,'brute_force','2021-05-20 01:19:21','2021-05-20 06:19:21',NULL,NULL,'zphiblgz'),(79759,'brute_force','2021-05-20 01:34:24','2021-05-20 06:34:24','180.194.49.45',NULL,NULL),(79760,'brute_force','2021-05-20 01:34:24','2021-05-20 06:34:24',NULL,NULL,'zphiblgz'),(79761,'brute_force','2021-05-20 01:35:30','2021-05-20 06:35:30','180.194.49.45',NULL,NULL),(79762,'brute_force','2021-05-20 01:35:30','2021-05-20 06:35:30',NULL,NULL,'zphiblgz'),(79763,'brute_force','2021-05-20 01:36:32','2021-05-20 06:36:32','180.194.49.45',NULL,NULL),(79764,'brute_force','2021-05-20 01:36:32','2021-05-20 06:36:32',NULL,NULL,'zphiblgz'),(79765,'brute_force','2021-05-20 01:37:36','2021-05-20 06:37:36','180.194.49.45',NULL,NULL),(79766,'brute_force','2021-05-20 01:37:36','2021-05-20 06:37:36',NULL,NULL,'zphiblgz'),(79767,'brute_force','2021-05-20 01:39:26','2021-05-20 06:39:26','180.194.49.45',NULL,NULL),(79768,'brute_force','2021-05-20 01:39:26','2021-05-20 06:39:26',NULL,NULL,'zphiblgz'),(79769,'brute_force','2021-05-20 01:40:51','2021-05-20 06:40:51','180.194.49.45',NULL,NULL),(79770,'brute_force','2021-05-20 01:40:51','2021-05-20 06:40:51',NULL,NULL,'zphiblgz'),(79771,'brute_force','2021-05-20 01:42:48','2021-05-20 06:42:48','180.194.49.45',NULL,NULL),(79772,'brute_force','2021-05-20 01:42:48','2021-05-20 06:42:48',NULL,NULL,'zphiblgz'),(79773,'brute_force','2021-05-20 01:46:22','2021-05-20 06:46:22','180.194.49.45',NULL,NULL),(79774,'brute_force','2021-05-20 01:46:22','2021-05-20 06:46:22',NULL,NULL,'zphiblgz'),(79775,'brute_force','2021-05-20 01:47:23','2021-05-20 06:47:23','180.194.49.45',NULL,NULL),(79776,'brute_force','2021-05-20 01:47:23','2021-05-20 06:47:23',NULL,NULL,'zphiblgz'),(79777,'brute_force','2021-05-20 01:50:06','2021-05-20 06:50:06','180.194.49.45',NULL,NULL),(79778,'brute_force','2021-05-20 01:50:06','2021-05-20 06:50:06',NULL,NULL,'zphiblgz'),(79779,'brute_force','2021-05-20 01:55:19','2021-05-20 06:55:19','180.194.49.45',NULL,NULL),(79780,'brute_force','2021-05-20 01:55:19','2021-05-20 06:55:19',NULL,NULL,'zphiblgz'),(79781,'brute_force','2021-05-20 01:57:37','2021-05-20 06:57:37','180.194.49.45',NULL,NULL),(79782,'brute_force','2021-05-20 01:57:37','2021-05-20 06:57:37',NULL,NULL,'zphiblgz'),(79783,'brute_force','2021-05-20 01:59:03','2021-05-20 06:59:03','180.194.49.45',NULL,NULL),(79784,'brute_force','2021-05-20 01:59:03','2021-05-20 06:59:03',NULL,NULL,'zphiblgz'),(79785,'brute_force','2021-05-20 02:00:05','2021-05-20 07:00:05','180.194.49.45',NULL,NULL),(79786,'brute_force','2021-05-20 02:00:05','2021-05-20 07:00:05',NULL,NULL,'zphiblgz'),(79787,'brute_force','2021-05-20 02:01:41','2021-05-20 07:01:41','180.194.49.45',NULL,NULL),(79788,'brute_force','2021-05-20 02:01:41','2021-05-20 07:01:41',NULL,NULL,'zphiblgz'),(79789,'brute_force','2021-05-20 02:02:53','2021-05-20 07:02:53','180.194.49.45',NULL,NULL),(79790,'brute_force','2021-05-20 02:02:53','2021-05-20 07:02:53',NULL,NULL,'zphiblgz'),(79791,'four_oh_four','2021-05-20 02:03:55','2021-05-20 07:03:55','202.39.38.247',NULL,NULL),(79792,'brute_force','2021-05-20 02:20:15','2021-05-20 07:20:15','180.194.49.45',NULL,NULL),(79793,'brute_force','2021-05-20 02:20:15','2021-05-20 07:20:15',NULL,NULL,'zphiblgz'),(79794,'brute_force','2021-05-20 02:20:18','2021-05-20 07:20:18','180.194.49.45',NULL,NULL),(79795,'brute_force','2021-05-20 02:20:18','2021-05-20 07:20:18',NULL,NULL,'zphiblgz'),(79796,'brute_force','2021-05-20 02:22:02','2021-05-20 07:22:02','180.194.49.45',NULL,NULL),(79797,'brute_force','2021-05-20 02:22:02','2021-05-20 07:22:02',NULL,NULL,'zphiblgz'),(79798,'brute_force','2021-05-20 02:22:05','2021-05-20 07:22:05','180.194.49.45',NULL,NULL),(79799,'brute_force','2021-05-20 02:22:05','2021-05-20 07:22:05',NULL,NULL,'zphiblgz'),(79800,'brute_force','2021-05-20 02:23:38','2021-05-20 07:23:38','180.194.49.45',NULL,NULL),(79801,'brute_force','2021-05-20 02:23:38','2021-05-20 07:23:38',NULL,NULL,'zphiblgz'),(79802,'four_oh_four','2021-05-20 03:10:04','2021-05-20 08:10:04','114.119.148.105',NULL,NULL),(79803,'four_oh_four','2021-05-20 03:35:18','2021-05-20 08:35:18','156.67.222.53',NULL,NULL),(79804,'four_oh_four','2021-05-20 04:21:00','2021-05-20 09:21:00','45.87.83.124',NULL,NULL),(79805,'four_oh_four','2021-05-20 04:22:58','2021-05-20 09:22:58','103.56.156.200',NULL,NULL),(79806,'four_oh_four','2021-05-20 05:06:37','2021-05-20 10:06:37','157.55.39.3',NULL,NULL),(79807,'four_oh_four','2021-05-20 06:31:45','2021-05-20 11:31:45','5.188.48.98',NULL,NULL),(79808,'four_oh_four','2021-05-20 06:58:07','2021-05-20 11:58:07','114.119.136.66',NULL,NULL),(79809,'four_oh_four','2021-05-20 08:30:02','2021-05-20 13:30:02','114.119.141.146',NULL,NULL),(79810,'four_oh_four','2021-05-20 08:38:50','2021-05-20 13:38:50','67.222.39.74',NULL,NULL),(79811,'four_oh_four','2021-05-20 08:54:08','2021-05-20 13:54:08','207.46.13.74',NULL,NULL),(79812,'four_oh_four','2021-05-20 12:02:21','2021-05-20 17:02:21','40.77.167.5',NULL,NULL),(79813,'four_oh_four','2021-05-20 12:18:18','2021-05-20 17:18:18','114.119.145.125',NULL,NULL),(79814,'four_oh_four','2021-05-20 12:54:19','2021-05-20 17:54:19','114.119.130.104',NULL,NULL),(79815,'four_oh_four','2021-05-20 13:28:19','2021-05-20 18:28:19','40.77.167.5',NULL,NULL),(79816,'four_oh_four','2021-05-20 13:43:39','2021-05-20 18:43:39','114.119.157.110',NULL,NULL),(79817,'four_oh_four','2021-05-20 13:58:24','2021-05-20 18:58:24','195.154.60.148',NULL,NULL),(79818,'four_oh_four','2021-05-20 14:11:22','2021-05-20 19:11:22','184.154.139.21',NULL,NULL),(79819,'four_oh_four','2021-05-20 17:13:35','2021-05-20 22:13:35','193.106.30.100',NULL,NULL),(79820,'four_oh_four','2021-05-20 19:35:02','2021-05-21 00:35:02','207.46.13.74',NULL,NULL),(79821,'four_oh_four','2021-05-20 20:30:59','2021-05-21 01:30:59','114.119.136.66',NULL,NULL),(79822,'four_oh_four','2021-05-20 21:44:02','2021-05-21 02:44:02','87.236.20.174',NULL,NULL),(79823,'four_oh_four','2021-05-20 22:01:22','2021-05-21 03:01:22','198.251.89.164',NULL,NULL),(79824,'four_oh_four','2021-05-20 22:18:24','2021-05-21 03:18:24','95.37.28.78',NULL,NULL),(79825,'four_oh_four','2021-05-20 23:05:34','2021-05-21 04:05:34','193.106.30.100',NULL,NULL),(79826,'four_oh_four','2021-05-21 02:56:56','2021-05-21 07:56:56','114.119.158.13',NULL,NULL),(79827,'four_oh_four','2021-05-21 03:00:58','2021-05-21 08:00:58','114.119.158.13',NULL,NULL),(79828,'four_oh_four','2021-05-21 03:15:51','2021-05-21 08:15:51','114.119.141.146',NULL,NULL),(79829,'four_oh_four','2021-05-21 03:41:08','2021-05-21 08:41:08','134.249.215.60',NULL,NULL),(79830,'four_oh_four','2021-05-21 04:54:40','2021-05-21 09:54:40','40.77.167.5',NULL,NULL),(79831,'four_oh_four','2021-05-21 05:15:07','2021-05-21 10:15:07','45.129.137.249',NULL,NULL),(79832,'four_oh_four','2021-05-21 05:15:10','2021-05-21 10:15:10','45.129.137.249',NULL,NULL),(79833,'four_oh_four','2021-05-21 05:15:12','2021-05-21 10:15:12','45.129.137.249',NULL,NULL),(79834,'four_oh_four','2021-05-21 05:15:15','2021-05-21 10:15:15','45.129.137.249',NULL,NULL),(79835,'four_oh_four','2021-05-21 05:15:18','2021-05-21 10:15:18','45.129.137.249',NULL,NULL),(79836,'four_oh_four','2021-05-21 05:15:21','2021-05-21 10:15:21','45.129.137.249',NULL,NULL),(79837,'four_oh_four','2021-05-21 05:15:23','2021-05-21 10:15:23','45.129.137.249',NULL,NULL),(79838,'four_oh_four','2021-05-21 05:15:28','2021-05-21 10:15:28','45.129.137.249',NULL,NULL),(79839,'four_oh_four','2021-05-21 05:15:29','2021-05-21 10:15:29','45.129.137.249',NULL,NULL),(79840,'four_oh_four','2021-05-21 05:29:38','2021-05-21 10:29:38','104.149.134.218',NULL,NULL),(79841,'four_oh_four','2021-05-21 06:00:06','2021-05-21 11:00:06','95.79.143.82',NULL,NULL),(79842,'four_oh_four','2021-05-21 06:37:23','2021-05-21 11:37:23','114.119.145.125',NULL,NULL),(79843,'four_oh_four','2021-05-21 07:56:08','2021-05-21 12:56:08','88.198.91.76',NULL,NULL),(79844,'four_oh_four','2021-05-21 08:02:39','2021-05-21 13:02:39','50.62.208.43',NULL,NULL),(79845,'four_oh_four','2021-05-21 10:51:30','2021-05-21 15:51:30','47.52.135.58',NULL,NULL),(79846,'four_oh_four','2021-05-21 14:10:20','2021-05-21 19:10:20','184.154.139.21',NULL,NULL),(79847,'four_oh_four','2021-05-21 15:26:08','2021-05-21 20:26:08','114.119.157.110',NULL,NULL),(79848,'four_oh_four','2021-05-21 15:46:17','2021-05-21 20:46:17','114.119.136.66',NULL,NULL),(79849,'four_oh_four','2021-05-21 15:58:55','2021-05-21 20:58:55','194.59.246.76',NULL,NULL),(79850,'four_oh_four','2021-05-21 16:34:29','2021-05-21 21:34:29','40.77.167.5',NULL,NULL),(79851,'four_oh_four','2021-05-21 17:21:15','2021-05-21 22:21:15','188.235.202.119',NULL,NULL),(79852,'four_oh_four','2021-05-21 17:21:22','2021-05-21 22:21:22','204.101.61.82',NULL,NULL),(79853,'four_oh_four','2021-05-21 19:21:26','2021-05-22 00:21:26','86.107.43.77',NULL,NULL),(79854,'four_oh_four','2021-05-21 21:26:22','2021-05-22 02:26:22','94.181.47.232',NULL,NULL),(79855,'four_oh_four','2021-05-21 22:07:26','2021-05-22 03:07:26','27.102.81.9',NULL,NULL),(79856,'four_oh_four','2021-05-21 22:07:31','2021-05-22 03:07:31','27.102.81.9',NULL,NULL),(79857,'four_oh_four','2021-05-21 22:07:36','2021-05-22 03:07:36','27.102.81.9',NULL,NULL),(79858,'four_oh_four','2021-05-21 22:07:41','2021-05-22 03:07:41','27.102.81.9',NULL,NULL),(79859,'four_oh_four','2021-05-21 22:24:27','2021-05-22 03:24:27','47.90.42.101',NULL,NULL),(79860,'four_oh_four','2021-05-21 22:37:26','2021-05-22 03:37:26','104.248.75.7',NULL,NULL),(79861,'four_oh_four','2021-05-21 22:39:59','2021-05-22 03:39:59','66.249.69.223',NULL,NULL),(79862,'four_oh_four','2021-05-22 00:00:48','2021-05-22 05:00:48','121.41.118.55',NULL,NULL),(79863,'four_oh_four','2021-05-22 00:00:55','2021-05-22 05:00:55','121.41.118.55',NULL,NULL),(79864,'four_oh_four','2021-05-22 00:04:26','2021-05-22 05:04:26','5.188.48.98',NULL,NULL),(79865,'four_oh_four','2021-05-22 00:15:48','2021-05-22 05:15:48','66.249.69.219',NULL,NULL),(79866,'four_oh_four','2021-05-22 00:46:09','2021-05-22 05:46:09','52.206.59.108',NULL,NULL),(79867,'four_oh_four','2021-05-22 00:46:39','2021-05-22 05:46:39','108.62.168.26',NULL,NULL),(79868,'four_oh_four','2021-05-22 01:06:00','2021-05-22 06:06:00','46.243.220.101',NULL,NULL),(79869,'four_oh_four','2021-05-22 03:19:49','2021-05-22 08:19:49','89.139.23.128',NULL,NULL),(79870,'four_oh_four','2021-05-22 03:31:34','2021-05-22 08:31:34','188.186.216.49',NULL,NULL),(79871,'four_oh_four','2021-05-22 03:41:04','2021-05-22 08:41:04','66.249.69.219',NULL,NULL),(79872,'brute_force','2021-05-22 03:43:15','2021-05-22 08:43:15','89.187.185.38',NULL,NULL),(79873,'brute_force','2021-05-22 03:43:15','2021-05-22 08:43:15',NULL,NULL,'admin'),(79874,'brute_force','2021-05-22 03:43:20','2021-05-22 08:43:20','89.187.185.38',NULL,NULL),(79875,'brute_force','2021-05-22 03:43:20','2021-05-22 08:43:20',NULL,NULL,'admin'),(79876,'brute_force','2021-05-22 03:43:23','2021-05-22 08:43:23','89.187.185.38',NULL,NULL),(79877,'brute_force','2021-05-22 03:43:23','2021-05-22 08:43:23',NULL,NULL,'admin'),(79878,'brute_force','2021-05-22 03:43:25','2021-05-22 08:43:25','89.187.185.38',NULL,NULL),(79879,'brute_force','2021-05-22 03:43:25','2021-05-22 08:43:25',NULL,NULL,'admin'),(79880,'brute_force','2021-05-22 03:43:28','2021-05-22 08:43:28','89.187.185.38',NULL,NULL),(79881,'brute_force','2021-05-22 03:43:28','2021-05-22 08:43:28',NULL,NULL,'admin'),(79882,'four_oh_four','2021-05-22 04:38:25','2021-05-22 09:38:25','47.104.221.63',NULL,NULL),(79883,'four_oh_four','2021-05-22 05:03:48','2021-05-22 10:03:48','185.209.22.137',NULL,NULL),(79884,'four_oh_four','2021-05-22 05:05:39','2021-05-22 10:05:39','62.33.235.232',NULL,NULL),(79885,'four_oh_four','2021-05-22 05:09:36','2021-05-22 10:09:36','85.208.187.223',NULL,NULL),(79886,'four_oh_four','2021-05-22 05:14:55','2021-05-22 10:14:55','188.35.131.246',NULL,NULL),(79887,'four_oh_four','2021-05-22 05:43:07','2021-05-22 10:43:07','54.145.6.39',NULL,NULL),(79888,'four_oh_four','2021-05-22 05:57:10','2021-05-22 10:57:10','114.119.141.146',NULL,NULL),(79889,'four_oh_four','2021-05-22 06:16:32','2021-05-22 11:16:32','5.188.48.98',NULL,NULL),(79890,'four_oh_four','2021-05-22 06:16:32','2021-05-22 11:16:32','5.188.48.98',NULL,NULL),(79891,'four_oh_four','2021-05-22 06:54:46','2021-05-22 11:54:46','66.249.69.221',NULL,NULL),(79892,'four_oh_four','2021-05-22 08:10:11','2021-05-22 13:10:11','178.166.133.87',NULL,NULL),(79893,'four_oh_four','2021-05-22 09:04:01','2021-05-22 14:04:01','132.148.104.129',NULL,NULL),(79894,'four_oh_four','2021-05-22 09:04:01','2021-05-22 14:04:01','132.148.104.129',NULL,NULL),(79895,'four_oh_four','2021-05-22 09:39:22','2021-05-22 14:39:22','132.148.35.84',NULL,NULL),(79896,'four_oh_four','2021-05-22 10:12:14','2021-05-22 15:12:14','157.55.39.3',NULL,NULL),(79897,'four_oh_four','2021-05-22 10:40:26','2021-05-22 15:40:26','47.90.42.101',NULL,NULL),(79898,'four_oh_four','2021-05-22 11:41:28','2021-05-22 16:41:28','185.142.159.194',NULL,NULL),(79899,'four_oh_four','2021-05-22 14:02:18','2021-05-22 19:02:18','114.119.141.146',NULL,NULL),(79900,'four_oh_four','2021-05-22 14:03:44','2021-05-22 19:03:44','184.154.139.19',NULL,NULL),(79901,'four_oh_four','2021-05-22 14:12:34','2021-05-22 19:12:34','198.20.105.89',NULL,NULL),(79902,'four_oh_four','2021-05-22 14:16:25','2021-05-22 19:16:25','193.106.30.100',NULL,NULL),(79903,'four_oh_four','2021-05-22 14:51:46','2021-05-22 19:51:46','47.75.44.156',NULL,NULL),(79904,'four_oh_four','2021-05-22 16:06:05','2021-05-22 21:06:05','114.119.151.107',NULL,NULL),(79905,'four_oh_four','2021-05-22 17:02:57','2021-05-22 22:02:57','193.106.30.100',NULL,NULL),(79906,'four_oh_four','2021-05-22 20:49:42','2021-05-23 01:49:42','114.119.141.146',NULL,NULL),(79907,'four_oh_four','2021-05-22 21:04:16','2021-05-23 02:04:16','40.77.167.5',NULL,NULL),(79908,'four_oh_four','2021-05-22 21:59:30','2021-05-23 02:59:30','194.59.246.76',NULL,NULL),(79909,'four_oh_four','2021-05-22 23:09:25','2021-05-23 04:09:25','114.119.136.66',NULL,NULL),(79910,'four_oh_four','2021-05-22 23:33:32','2021-05-23 04:33:32','188.126.89.111',NULL,NULL),(79911,'four_oh_four','2021-05-22 23:53:04','2021-05-23 04:53:04','66.249.69.223',NULL,NULL),(79912,'four_oh_four','2021-05-23 00:09:42','2021-05-23 05:09:42','5.188.210.18',NULL,NULL),(79913,'four_oh_four','2021-05-23 00:48:48','2021-05-23 05:48:48','114.119.148.105',NULL,NULL),(79914,'four_oh_four','2021-05-23 01:06:58','2021-05-23 06:06:58','66.249.69.221',NULL,NULL),(79915,'four_oh_four','2021-05-23 02:09:41','2021-05-23 07:09:41','3.239.44.152',NULL,NULL),(79916,'four_oh_four','2021-05-23 02:31:31','2021-05-23 07:31:31','114.119.134.41',NULL,NULL),(79917,'four_oh_four','2021-05-23 04:39:55','2021-05-23 09:39:55','114.119.136.66',NULL,NULL),(79918,'four_oh_four','2021-05-23 04:51:33','2021-05-23 09:51:33','195.123.210.186',NULL,NULL),(79919,'four_oh_four','2021-05-23 06:26:31','2021-05-23 11:26:31','114.119.145.125',NULL,NULL),(79920,'four_oh_four','2021-05-23 07:27:48','2021-05-23 12:27:48','114.119.136.66',NULL,NULL),(79921,'four_oh_four','2021-05-23 08:04:43','2021-05-23 13:04:43','208.102.51.6',NULL,NULL),(79922,'four_oh_four','2021-05-23 09:00:37','2021-05-23 14:00:37','114.119.136.66',NULL,NULL),(79923,'four_oh_four','2021-05-23 09:00:46','2021-05-23 14:00:46','5.188.48.88',NULL,NULL),(79924,'four_oh_four','2021-05-23 09:07:21','2021-05-23 14:07:21','114.119.136.66',NULL,NULL),(79925,'four_oh_four','2021-05-23 10:42:37','2021-05-23 15:42:37','148.66.145.172',NULL,NULL),(79926,'four_oh_four','2021-05-23 11:51:20','2021-05-23 16:51:20','51.68.11.227',NULL,NULL),(79927,'four_oh_four','2021-05-23 14:14:12','2021-05-23 19:14:12','184.154.139.19',NULL,NULL),(79928,'four_oh_four','2021-05-23 14:56:00','2021-05-23 19:56:00','144.76.78.178',NULL,NULL),(79929,'four_oh_four','2021-05-23 15:38:38','2021-05-23 20:38:38','114.119.148.105',NULL,NULL),(79930,'four_oh_four','2021-05-23 15:58:24','2021-05-23 20:58:24','114.119.136.66',NULL,NULL),(79931,'four_oh_four','2021-05-23 16:30:51','2021-05-23 21:30:51','194.59.246.76',NULL,NULL),(79932,'four_oh_four','2021-05-23 19:27:37','2021-05-24 00:27:37','47.75.44.156',NULL,NULL),(79933,'four_oh_four','2021-05-23 19:53:41','2021-05-24 00:53:41','193.106.30.100',NULL,NULL),(79934,'four_oh_four','2021-05-23 20:04:08','2021-05-24 01:04:08','157.55.39.3',NULL,NULL),(79935,'four_oh_four','2021-05-23 21:12:03','2021-05-24 02:12:03','5.188.48.22',NULL,NULL),(79936,'four_oh_four','2021-05-23 21:12:03','2021-05-24 02:12:03','5.188.48.22',NULL,NULL),(79937,'four_oh_four','2021-05-23 21:15:43','2021-05-24 02:15:43','193.106.30.100',NULL,NULL),(79938,'four_oh_four','2021-05-23 22:12:39','2021-05-24 03:12:39','82.62.105.116',NULL,NULL),(79939,'four_oh_four','2021-05-23 22:23:31','2021-05-24 03:23:31','114.119.145.125',NULL,NULL),(79940,'four_oh_four','2021-05-23 23:21:07','2021-05-24 04:21:07','54.87.31.96',NULL,NULL),(79941,'four_oh_four','2021-05-24 00:23:23','2021-05-24 05:23:23','142.91.189.243',NULL,NULL),(79942,'four_oh_four','2021-05-24 01:33:17','2021-05-24 06:33:17','91.121.146.218',NULL,NULL),(79943,'four_oh_four','2021-05-24 06:24:24','2021-05-24 11:24:24','114.119.157.110',NULL,NULL),(79944,'four_oh_four','2021-05-24 09:07:38','2021-05-24 14:07:38','185.197.74.175',NULL,NULL),(79945,'four_oh_four','2021-05-24 10:19:10','2021-05-24 15:19:10','50.87.227.27',NULL,NULL),(79946,'four_oh_four','2021-05-24 10:22:47','2021-05-24 15:22:47','50.87.140.181',NULL,NULL),(79947,'four_oh_four','2021-05-24 12:30:00','2021-05-24 17:30:00','66.33.212.105',NULL,NULL),(79948,'four_oh_four','2021-05-24 14:09:20','2021-05-24 19:09:20','184.154.139.20',NULL,NULL),(79949,'four_oh_four','2021-05-24 14:47:15','2021-05-24 19:47:15','62.149.29.41',NULL,NULL),(79950,'four_oh_four','2021-05-24 15:55:39','2021-05-24 20:55:39','66.33.212.105',NULL,NULL),(79951,'four_oh_four','2021-05-24 16:28:55','2021-05-24 21:28:55','103.57.209.11',NULL,NULL),(79952,'four_oh_four','2021-05-24 17:14:54','2021-05-24 22:14:54','198.20.105.89',NULL,NULL),(79953,'four_oh_four','2021-05-24 17:41:18','2021-05-24 22:41:18','188.163.46.213',NULL,NULL),(79954,'four_oh_four','2021-05-24 19:29:40','2021-05-25 00:29:40','114.119.136.66',NULL,NULL),(79955,'four_oh_four','2021-05-24 19:50:55','2021-05-25 00:50:55','194.59.246.76',NULL,NULL),(79956,'four_oh_four','2021-05-24 20:07:57','2021-05-25 01:07:57','51.68.11.227',NULL,NULL),(79957,'four_oh_four','2021-05-24 20:41:19','2021-05-25 01:41:19','67.209.122.184',NULL,NULL),(79958,'four_oh_four','2021-05-24 23:03:32','2021-05-25 04:03:32','45.86.202.86',NULL,NULL),(79959,'four_oh_four','2021-05-25 00:43:41','2021-05-25 05:43:41','192.254.138.161',NULL,NULL),(79960,'four_oh_four','2021-05-25 00:49:13','2021-05-25 05:49:13','178.159.37.139',NULL,NULL),(79961,'four_oh_four','2021-05-25 02:16:02','2021-05-25 07:16:02','195.154.191.51',NULL,NULL),(79962,'four_oh_four','2021-05-25 02:27:36','2021-05-25 07:27:36','96.46.146.254',NULL,NULL),(79963,'four_oh_four','2021-05-25 02:32:28','2021-05-25 07:32:28','46.148.206.226',NULL,NULL),(79964,'four_oh_four','2021-05-25 05:05:32','2021-05-25 10:05:32','178.207.173.30',NULL,NULL),(79965,'four_oh_four','2021-05-25 05:37:46','2021-05-25 10:37:46','185.66.41.3',NULL,NULL),(79966,'four_oh_four','2021-05-25 05:37:53','2021-05-25 10:37:53','185.66.41.3',NULL,NULL),(79967,'four_oh_four','2021-05-25 05:59:13','2021-05-25 10:59:13','95.79.143.82',NULL,NULL),(79968,'four_oh_four','2021-05-25 07:34:35','2021-05-25 12:34:35','23.95.80.63',NULL,NULL),(79969,'four_oh_four','2021-05-25 07:34:42','2021-05-25 12:34:42','23.95.80.63',NULL,NULL),(79970,'four_oh_four','2021-05-25 07:39:49','2021-05-25 12:39:49','23.95.80.63',NULL,NULL),(79971,'four_oh_four','2021-05-25 07:41:47','2021-05-25 12:41:47','23.95.80.63',NULL,NULL),(79972,'four_oh_four','2021-05-25 07:44:28','2021-05-25 12:44:28','23.95.80.63',NULL,NULL),(79973,'four_oh_four','2021-05-25 07:44:37','2021-05-25 12:44:37','23.95.80.63',NULL,NULL),(79974,'four_oh_four','2021-05-25 07:44:49','2021-05-25 12:44:49','23.95.80.63',NULL,NULL),(79975,'four_oh_four','2021-05-25 09:43:21','2021-05-25 14:43:21','5.188.48.88',NULL,NULL),(79976,'four_oh_four','2021-05-25 09:43:23','2021-05-25 14:43:23','5.188.48.88',NULL,NULL),(79977,'four_oh_four','2021-05-25 09:44:02','2021-05-25 14:44:02','164.132.44.97',NULL,NULL),(79978,'brute_force','2021-05-25 11:59:09','2021-05-25 16:59:09','187.148.55.214',NULL,NULL),(79979,'brute_force','2021-05-25 11:59:09','2021-05-25 16:59:09',NULL,NULL,'zphiblgz'),(79980,'brute_force','2021-05-25 12:00:11','2021-05-25 17:00:11','187.148.55.214',NULL,NULL),(79981,'brute_force','2021-05-25 12:00:11','2021-05-25 17:00:11',NULL,NULL,'zphiblgz'),(79982,'brute_force','2021-05-25 12:01:12','2021-05-25 17:01:12','187.148.55.214',NULL,NULL),(79983,'brute_force','2021-05-25 12:01:12','2021-05-25 17:01:12',NULL,NULL,'zphiblgz'),(79984,'brute_force','2021-05-25 12:02:13','2021-05-25 17:02:13','187.148.55.214',NULL,NULL),(79985,'brute_force','2021-05-25 12:02:13','2021-05-25 17:02:13',NULL,NULL,'zphiblgz'),(79986,'brute_force','2021-05-25 12:03:14','2021-05-25 17:03:14','187.148.55.214',NULL,NULL),(79987,'brute_force','2021-05-25 12:03:14','2021-05-25 17:03:14',NULL,NULL,'zphiblgz'),(79988,'brute_force','2021-05-25 12:18:29','2021-05-25 17:18:29','187.148.55.214',NULL,NULL),(79989,'brute_force','2021-05-25 12:18:29','2021-05-25 17:18:29',NULL,NULL,'zphiblgz'),(79990,'brute_force','2021-05-25 12:33:44','2021-05-25 17:33:44','187.148.55.214',NULL,NULL),(79991,'brute_force','2021-05-25 12:33:44','2021-05-25 17:33:44',NULL,NULL,'zphiblgz'),(79992,'brute_force','2021-05-25 12:34:46','2021-05-25 17:34:46','187.148.55.214',NULL,NULL),(79993,'brute_force','2021-05-25 12:34:46','2021-05-25 17:34:46',NULL,NULL,'zphiblgz'),(79994,'brute_force','2021-05-25 12:35:46','2021-05-25 17:35:46','187.148.55.214',NULL,NULL),(79995,'brute_force','2021-05-25 12:35:46','2021-05-25 17:35:46',NULL,NULL,'zphiblgz'),(79996,'brute_force','2021-05-25 12:36:47','2021-05-25 17:36:47','187.148.55.214',NULL,NULL),(79997,'brute_force','2021-05-25 12:36:47','2021-05-25 17:36:47',NULL,NULL,'zphiblgz'),(79998,'brute_force','2021-05-25 12:37:48','2021-05-25 17:37:48','187.148.55.214',NULL,NULL),(79999,'brute_force','2021-05-25 12:37:48','2021-05-25 17:37:48',NULL,NULL,'zphiblgz'),(80000,'brute_force','2021-05-25 12:53:03','2021-05-25 17:53:03','187.148.55.214',NULL,NULL),(80001,'brute_force','2021-05-25 12:53:03','2021-05-25 17:53:03',NULL,NULL,'zphiblgz'),(80002,'four_oh_four','2021-05-25 13:02:17','2021-05-25 18:02:17','66.249.69.223',NULL,NULL),(80003,'brute_force','2021-05-25 13:08:18','2021-05-25 18:08:18','187.148.55.214',NULL,NULL),(80004,'brute_force','2021-05-25 13:08:18','2021-05-25 18:08:18',NULL,NULL,'zphiblgz'),(80005,'brute_force','2021-05-25 13:09:18','2021-05-25 18:09:18','187.148.55.214',NULL,NULL),(80006,'brute_force','2021-05-25 13:09:18','2021-05-25 18:09:18',NULL,NULL,'zphiblgz'),(80007,'brute_force','2021-05-25 13:10:20','2021-05-25 18:10:20','187.148.55.214',NULL,NULL),(80008,'brute_force','2021-05-25 13:10:20','2021-05-25 18:10:20',NULL,NULL,'zphiblgz'),(80009,'brute_force','2021-05-25 13:11:21','2021-05-25 18:11:21','187.148.55.214',NULL,NULL),(80010,'brute_force','2021-05-25 13:11:21','2021-05-25 18:11:21',NULL,NULL,'zphiblgz'),(80011,'four_oh_four','2021-05-25 13:27:25','2021-05-25 18:27:25','109.168.250.16',NULL,NULL),(80012,'four_oh_four','2021-05-25 14:10:58','2021-05-25 19:10:58','184.154.139.18',NULL,NULL),(80013,'four_oh_four','2021-05-25 15:02:19','2021-05-25 20:02:19','220.181.77.162',NULL,NULL),(80014,'four_oh_four','2021-05-25 17:29:12','2021-05-25 22:29:12','188.122.82.146',NULL,NULL),(80015,'four_oh_four','2021-05-25 17:30:10','2021-05-25 22:30:10','107.23.91.208',NULL,NULL),(80016,'four_oh_four','2021-05-25 17:40:05','2021-05-25 22:40:05','185.246.210.21',NULL,NULL),(80017,'four_oh_four','2021-05-25 17:57:59','2021-05-25 22:57:59','46.148.206.226',NULL,NULL),(80018,'four_oh_four','2021-05-25 18:00:18','2021-05-25 23:00:18','207.46.13.47',NULL,NULL),(80019,'four_oh_four','2021-05-25 19:41:19','2021-05-26 00:41:19','5.188.48.22',NULL,NULL),(80020,'four_oh_four','2021-05-25 20:35:02','2021-05-26 01:35:02','5.188.48.98',NULL,NULL),(80021,'four_oh_four','2021-05-25 21:40:41','2021-05-26 02:40:41','5.188.48.22',NULL,NULL),(80022,'four_oh_four','2021-05-25 22:12:23','2021-05-26 03:12:23','3.94.137.21',NULL,NULL),(80023,'four_oh_four','2021-05-25 22:12:26','2021-05-26 03:12:26','3.94.137.21',NULL,NULL),(80024,'four_oh_four','2021-05-25 22:12:31','2021-05-26 03:12:31','3.94.137.21',NULL,NULL),(80025,'four_oh_four','2021-05-25 22:12:34','2021-05-26 03:12:34','3.94.137.21',NULL,NULL),(80026,'four_oh_four','2021-05-25 22:48:52','2021-05-26 03:48:52','158.69.170.61',NULL,NULL),(80027,'four_oh_four','2021-05-26 02:46:14','2021-05-26 07:46:14','91.78.66.191',NULL,NULL),(80028,'four_oh_four','2021-05-26 04:22:00','2021-05-26 09:22:00','159.203.81.46',NULL,NULL),(80029,'four_oh_four','2021-05-26 04:22:31','2021-05-26 09:22:31','159.203.81.46',NULL,NULL),(80030,'four_oh_four','2021-05-26 04:23:33','2021-05-26 09:23:33','159.203.81.46',NULL,NULL),(80031,'four_oh_four','2021-05-26 04:50:06','2021-05-26 09:50:06','91.121.168.94',NULL,NULL),(80032,'four_oh_four','2021-05-26 04:50:09','2021-05-26 09:50:09','91.121.168.94',NULL,NULL),(80033,'four_oh_four','2021-05-26 04:57:06','2021-05-26 09:57:06','103.57.209.11',NULL,NULL),(80034,'four_oh_four','2021-05-26 07:55:41','2021-05-26 12:55:41','104.144.112.164',NULL,NULL),(80035,'four_oh_four','2021-05-26 08:08:38','2021-05-26 13:08:38','5.61.27.215',NULL,NULL),(80036,'four_oh_four','2021-05-26 09:44:38','2021-05-26 14:44:38','198.71.236.54',NULL,NULL),(80037,'four_oh_four','2021-05-26 11:48:32','2021-05-26 16:48:32','47.90.42.101',NULL,NULL),(80038,'four_oh_four','2021-05-26 11:48:37','2021-05-26 16:48:37','47.90.42.101',NULL,NULL),(80039,'four_oh_four','2021-05-26 12:17:56','2021-05-26 17:17:56','194.5.156.105',NULL,NULL),(80040,'four_oh_four','2021-05-26 13:49:16','2021-05-26 18:49:16','54.172.1.200',NULL,NULL),(80041,'four_oh_four','2021-05-26 14:13:28','2021-05-26 19:13:28','184.154.139.19',NULL,NULL),(80042,'four_oh_four','2021-05-26 14:24:00','2021-05-26 19:24:00','45.144.29.217',NULL,NULL),(80043,'four_oh_four','2021-05-26 17:23:37','2021-05-26 22:23:37','157.7.188.132',NULL,NULL),(80044,'four_oh_four','2021-05-26 18:41:27','2021-05-26 23:41:27','195.201.12.243',NULL,NULL),(80045,'four_oh_four','2021-05-26 19:01:37','2021-05-27 00:01:37','195.201.12.243',NULL,NULL),(80046,'four_oh_four','2021-05-26 19:14:40','2021-05-27 00:14:40','5.61.25.2',NULL,NULL),(80047,'four_oh_four','2021-05-26 19:17:52','2021-05-27 00:17:52','207.46.13.74',NULL,NULL),(80048,'four_oh_four','2021-05-26 19:21:24','2021-05-27 00:21:24','195.201.12.243',NULL,NULL),(80049,'four_oh_four','2021-05-26 19:40:54','2021-05-27 00:40:54','195.201.12.243',NULL,NULL),(80050,'four_oh_four','2021-05-26 22:11:12','2021-05-27 03:11:12','157.7.188.132',NULL,NULL),(80051,'four_oh_four','2021-05-26 22:25:59','2021-05-27 03:25:59','185.181.244.209',NULL,NULL),(80052,'four_oh_four','2021-05-27 00:14:01','2021-05-27 05:14:01','94.25.169.244',NULL,NULL),(80053,'four_oh_four','2021-05-27 00:14:06','2021-05-27 05:14:06','94.25.169.244',NULL,NULL),(80054,'four_oh_four','2021-05-27 00:50:35','2021-05-27 05:50:35','160.153.147.160',NULL,NULL),(80055,'four_oh_four','2021-05-27 01:18:02','2021-05-27 06:18:02','193.106.30.100',NULL,NULL),(80056,'four_oh_four','2021-05-27 02:23:27','2021-05-27 07:23:27','193.106.30.100',NULL,NULL),(80057,'four_oh_four','2021-05-27 02:41:40','2021-05-27 07:41:40','34.78.113.13',NULL,NULL),(80058,'four_oh_four','2021-05-27 02:41:50','2021-05-27 07:41:50','34.78.113.13',NULL,NULL),(80059,'four_oh_four','2021-05-27 02:42:30','2021-05-27 07:42:30','34.78.113.13',NULL,NULL),(80060,'four_oh_four','2021-05-27 02:42:30','2021-05-27 07:42:30','34.78.113.13',NULL,NULL),(80061,'four_oh_four','2021-05-27 05:25:14','2021-05-27 10:25:14','185.182.56.151',NULL,NULL),(80062,'four_oh_four','2021-05-27 06:12:38','2021-05-27 11:12:38','91.212.213.93',NULL,NULL),(80063,'four_oh_four','2021-05-27 06:31:16','2021-05-27 11:31:16','132.148.35.84',NULL,NULL),(80064,'four_oh_four','2021-05-27 06:44:38','2021-05-27 11:44:38','188.122.82.146',NULL,NULL),(80065,'four_oh_four','2021-05-27 09:06:18','2021-05-27 14:06:18','188.186.216.43',NULL,NULL),(80066,'four_oh_four','2021-05-27 10:44:06','2021-05-27 15:44:06','148.251.54.157',NULL,NULL),(80067,'four_oh_four','2021-05-27 11:42:09','2021-05-27 16:42:09','5.188.48.98',NULL,NULL),(80068,'four_oh_four','2021-05-27 14:06:46','2021-05-27 19:06:46','184.154.139.3',NULL,NULL),(80069,'four_oh_four','2021-05-27 17:57:55','2021-05-27 22:57:55','84.95.87.84',NULL,NULL),(80070,'four_oh_four','2021-05-27 19:15:46','2021-05-28 00:15:46','194.59.246.76',NULL,NULL),(80071,'four_oh_four','2021-05-27 19:17:21','2021-05-28 00:17:21','62.210.80.33',NULL,NULL),(80072,'four_oh_four','2021-05-27 21:26:14','2021-05-28 02:26:14','178.159.37.139',NULL,NULL),(80073,'four_oh_four','2021-05-27 22:05:52','2021-05-28 03:05:52','157.55.39.3',NULL,NULL),(80074,'four_oh_four','2021-05-28 00:54:52','2021-05-28 05:54:52','66.249.69.220',NULL,NULL),(80075,'four_oh_four','2021-05-28 00:56:23','2021-05-28 05:56:23','66.249.69.220',NULL,NULL),(80076,'four_oh_four','2021-05-28 01:36:04','2021-05-28 06:36:04','45.158.15.145',NULL,NULL),(80077,'four_oh_four','2021-05-28 01:54:59','2021-05-28 06:54:59','196.245.148.76',NULL,NULL),(80078,'four_oh_four','2021-05-28 02:40:49','2021-05-28 07:40:49','50.31.138.167',NULL,NULL),(80079,'four_oh_four','2021-05-28 03:45:34','2021-05-28 08:45:34','195.154.171.54',NULL,NULL),(80080,'four_oh_four','2021-05-28 03:58:13','2021-05-28 08:58:13','178.184.103.161',NULL,NULL),(80081,'four_oh_four','2021-05-28 04:26:28','2021-05-28 09:26:28','40.77.167.5',NULL,NULL),(80082,'four_oh_four','2021-05-28 06:23:43','2021-05-28 11:23:43','40.77.167.24',NULL,NULL),(80083,'four_oh_four','2021-05-28 07:00:37','2021-05-28 12:00:37','87.98.251.172',NULL,NULL),(80084,'four_oh_four','2021-05-28 07:00:40','2021-05-28 12:00:40','87.98.251.172',NULL,NULL),(80085,'four_oh_four','2021-05-28 07:00:43','2021-05-28 12:00:43','87.98.251.172',NULL,NULL),(80086,'four_oh_four','2021-05-28 07:00:46','2021-05-28 12:00:46','87.98.251.172',NULL,NULL),(80087,'four_oh_four','2021-05-28 07:00:49','2021-05-28 12:00:49','87.98.251.172',NULL,NULL),(80088,'four_oh_four','2021-05-28 07:00:51','2021-05-28 12:00:51','87.98.251.172',NULL,NULL),(80089,'four_oh_four','2021-05-28 07:35:55','2021-05-28 12:35:55','54.209.22.169',NULL,NULL),(80090,'four_oh_four','2021-05-28 08:37:13','2021-05-28 13:37:13','193.70.85.86',NULL,NULL),(80091,'four_oh_four','2021-05-28 09:07:44','2021-05-28 14:07:44','88.198.91.76',NULL,NULL),(80092,'four_oh_four','2021-05-28 09:07:47','2021-05-28 14:07:47','88.198.91.76',NULL,NULL),(80093,'four_oh_four','2021-05-28 09:07:48','2021-05-28 14:07:48','88.198.91.76',NULL,NULL),(80094,'four_oh_four','2021-05-28 09:07:50','2021-05-28 14:07:50','88.198.91.76',NULL,NULL),(80095,'four_oh_four','2021-05-28 09:09:35','2021-05-28 14:09:35','88.198.91.76',NULL,NULL),(80096,'four_oh_four','2021-05-28 09:09:38','2021-05-28 14:09:38','88.198.91.76',NULL,NULL),(80097,'four_oh_four','2021-05-28 09:12:11','2021-05-28 14:12:11','88.198.91.76',NULL,NULL),(80098,'four_oh_four','2021-05-28 09:12:14','2021-05-28 14:12:14','88.198.91.76',NULL,NULL),(80099,'four_oh_four','2021-05-28 09:14:48','2021-05-28 14:14:48','88.198.91.76',NULL,NULL),(80100,'four_oh_four','2021-05-28 09:14:51','2021-05-28 14:14:51','88.198.91.76',NULL,NULL),(80101,'four_oh_four','2021-05-28 09:15:06','2021-05-28 14:15:06','88.198.91.76',NULL,NULL),(80102,'four_oh_four','2021-05-28 09:15:08','2021-05-28 14:15:08','88.198.91.76',NULL,NULL),(80103,'four_oh_four','2021-05-28 09:17:45','2021-05-28 14:17:45','88.198.91.76',NULL,NULL),(80104,'four_oh_four','2021-05-28 09:17:48','2021-05-28 14:17:48','88.198.91.76',NULL,NULL),(80105,'four_oh_four','2021-05-28 09:39:44','2021-05-28 14:39:44','94.23.250.140',NULL,NULL),(80106,'four_oh_four','2021-05-28 09:39:57','2021-05-28 14:39:57','94.23.250.140',NULL,NULL),(80107,'four_oh_four','2021-05-28 09:41:22','2021-05-28 14:41:22','94.23.250.140',NULL,NULL),(80108,'four_oh_four','2021-05-28 09:42:02','2021-05-28 14:42:02','94.23.250.140',NULL,NULL),(80109,'four_oh_four','2021-05-28 09:43:34','2021-05-28 14:43:34','94.23.250.140',NULL,NULL),(80110,'four_oh_four','2021-05-28 09:44:03','2021-05-28 14:44:03','94.23.250.140',NULL,NULL),(80111,'four_oh_four','2021-05-28 09:44:32','2021-05-28 14:44:32','94.23.250.140',NULL,NULL),(80112,'four_oh_four','2021-05-28 09:47:32','2021-05-28 14:47:32','94.155.33.88',NULL,NULL),(80113,'four_oh_four','2021-05-28 09:47:35','2021-05-28 14:47:35','94.155.33.88',NULL,NULL),(80114,'four_oh_four','2021-05-28 09:47:38','2021-05-28 14:47:38','94.155.33.88',NULL,NULL),(80115,'four_oh_four','2021-05-28 09:47:41','2021-05-28 14:47:41','94.155.33.88',NULL,NULL),(80116,'four_oh_four','2021-05-28 10:19:23','2021-05-28 15:19:23','161.117.9.99',NULL,NULL),(80117,'four_oh_four','2021-05-28 11:27:19','2021-05-28 16:27:19','43.241.57.18',NULL,NULL),(80118,'four_oh_four','2021-05-28 11:27:19','2021-05-28 16:27:19','43.241.57.18',NULL,NULL),(80119,'four_oh_four','2021-05-28 13:19:43','2021-05-28 18:19:43','198.71.228.70',NULL,NULL),(80120,'four_oh_four','2021-05-28 13:51:37','2021-05-28 18:51:37','5.139.109.187',NULL,NULL),(80121,'four_oh_four','2021-05-28 14:05:18','2021-05-28 19:05:18','184.154.139.20',NULL,NULL),(80122,'four_oh_four','2021-05-28 14:25:45','2021-05-28 19:25:45','85.237.200.242',NULL,NULL),(80123,'four_oh_four','2021-05-28 15:20:36','2021-05-28 20:20:36','5.188.48.98',NULL,NULL),(80124,'four_oh_four','2021-05-28 16:22:46','2021-05-28 21:22:46','5.188.48.22',NULL,NULL),(80125,'four_oh_four','2021-05-28 17:12:13','2021-05-28 22:12:13','108.239.219.70',NULL,NULL),(80126,'four_oh_four','2021-05-28 20:10:04','2021-05-29 01:10:04','111.250.128.230',NULL,NULL),(80127,'four_oh_four','2021-05-28 20:14:57','2021-05-29 01:14:57','188.122.82.146',NULL,NULL),(80128,'four_oh_four','2021-05-28 21:14:46','2021-05-29 02:14:46','62.33.235.232',NULL,NULL),(80129,'four_oh_four','2021-05-29 00:01:02','2021-05-29 05:01:02','188.122.82.146',NULL,NULL),(80130,'four_oh_four','2021-05-29 01:28:56','2021-05-29 06:28:56','207.46.13.74',NULL,NULL),(80131,'four_oh_four','2021-05-29 01:32:48','2021-05-29 06:32:48','45.145.116.29',NULL,NULL),(80132,'four_oh_four','2021-05-29 05:06:57','2021-05-29 10:06:57','54.237.241.166',NULL,NULL),(80133,'four_oh_four','2021-05-29 05:39:02','2021-05-29 10:39:02','45.158.15.146',NULL,NULL),(80134,'four_oh_four','2021-05-29 05:47:46','2021-05-29 10:47:46','85.208.187.223',NULL,NULL),(80135,'four_oh_four','2021-05-29 06:17:26','2021-05-29 11:17:26','185.209.22.137',NULL,NULL),(80136,'four_oh_four','2021-05-29 08:24:34','2021-05-29 13:24:34','204.101.61.82',NULL,NULL),(80137,'four_oh_four','2021-05-29 08:54:13','2021-05-29 13:54:13','40.77.167.5',NULL,NULL),(80138,'four_oh_four','2021-05-29 10:53:17','2021-05-29 15:53:17','40.77.167.24',NULL,NULL),(80139,'four_oh_four','2021-05-29 11:47:55','2021-05-29 16:47:55','85.209.89.243',NULL,NULL),(80140,'four_oh_four','2021-05-29 12:05:30','2021-05-29 17:05:30','207.46.13.47',NULL,NULL),(80141,'four_oh_four','2021-05-29 12:52:55','2021-05-29 17:52:55','207.46.13.47',NULL,NULL),(80142,'four_oh_four','2021-05-29 13:59:14','2021-05-29 18:59:14','159.224.38.220',NULL,NULL),(80143,'four_oh_four','2021-05-29 14:14:13','2021-05-29 19:14:13','184.154.139.21',NULL,NULL),(80144,'four_oh_four','2021-05-29 16:24:34','2021-05-29 21:24:34','135.148.78.35',NULL,NULL),(80145,'four_oh_four','2021-05-29 19:55:13','2021-05-30 00:55:13','5.188.48.88',NULL,NULL),(80146,'four_oh_four','2021-05-29 20:45:51','2021-05-30 01:45:51','67.20.76.226',NULL,NULL),(80147,'four_oh_four','2021-05-29 22:07:17','2021-05-30 03:07:17','194.32.237.48',NULL,NULL),(80148,'four_oh_four','2021-05-30 01:35:01','2021-05-30 06:35:01','35.171.154.65',NULL,NULL),(80149,'four_oh_four','2021-05-30 02:17:35','2021-05-30 07:17:35','5.188.48.98',NULL,NULL),(80150,'four_oh_four','2021-05-30 02:17:36','2021-05-30 07:17:36','5.188.48.98',NULL,NULL),(80151,'four_oh_four','2021-05-30 03:49:08','2021-05-30 08:49:08','142.44.149.194',NULL,NULL),(80152,'four_oh_four','2021-05-30 04:51:37','2021-05-30 09:51:37','5.188.48.88',NULL,NULL),(80153,'four_oh_four','2021-05-30 05:54:21','2021-05-30 10:54:21','5.79.219.166',NULL,NULL),(80154,'four_oh_four','2021-05-30 10:32:07','2021-05-30 15:32:07','5.188.48.22',NULL,NULL),(80155,'four_oh_four','2021-05-30 11:06:51','2021-05-30 16:06:51','157.55.39.3',NULL,NULL),(80156,'four_oh_four','2021-05-30 13:09:39','2021-05-30 18:09:39','175.119.94.171',NULL,NULL),(80157,'four_oh_four','2021-05-30 13:52:40','2021-05-30 18:52:40','5.35.3.150',NULL,NULL),(80158,'four_oh_four','2021-05-30 13:57:00','2021-05-30 18:57:00','188.163.64.206',NULL,NULL),(80159,'four_oh_four','2021-05-30 14:25:14','2021-05-30 19:25:14','184.154.139.17',NULL,NULL),(80160,'four_oh_four','2021-05-30 16:12:28','2021-05-30 21:12:28','207.46.13.73',NULL,NULL),(80161,'four_oh_four','2021-05-30 16:27:30','2021-05-30 21:27:30','157.55.39.3',NULL,NULL),(80162,'four_oh_four','2021-05-30 18:10:33','2021-05-30 23:10:33','66.249.69.212',NULL,NULL),(80163,'four_oh_four','2021-05-30 22:14:42','2021-05-31 03:14:42','178.159.37.139',NULL,NULL),(80164,'four_oh_four','2021-05-30 23:15:37','2021-05-31 04:15:37','40.77.167.24',NULL,NULL),(80165,'four_oh_four','2021-05-31 00:15:57','2021-05-31 05:15:57','18.206.183.29',NULL,NULL),(80166,'four_oh_four','2021-05-31 01:51:09','2021-05-31 06:51:09','194.59.246.76',NULL,NULL),(80167,'four_oh_four','2021-05-31 02:47:50','2021-05-31 07:47:50','160.153.154.28',NULL,NULL),(80168,'four_oh_four','2021-05-31 05:15:04','2021-05-31 10:15:04','5.188.48.98',NULL,NULL),(80169,'four_oh_four','2021-05-31 05:15:05','2021-05-31 10:15:05','5.188.48.98',NULL,NULL),(80170,'four_oh_four','2021-05-31 05:18:28','2021-05-31 10:18:28','51.255.40.172',NULL,NULL),(80171,'four_oh_four','2021-05-31 05:44:33','2021-05-31 10:44:33','212.83.147.15',NULL,NULL),(80172,'four_oh_four','2021-05-31 06:09:00','2021-05-31 11:09:00','94.23.250.140',NULL,NULL),(80173,'four_oh_four','2021-05-31 06:10:06','2021-05-31 11:10:06','94.23.250.140',NULL,NULL),(80174,'four_oh_four','2021-05-31 06:11:30','2021-05-31 11:11:30','94.23.250.140',NULL,NULL),(80175,'four_oh_four','2021-05-31 06:12:12','2021-05-31 11:12:12','94.23.250.140',NULL,NULL),(80176,'four_oh_four','2021-05-31 08:04:45','2021-05-31 13:04:45','161.117.10.233',NULL,NULL),(80177,'four_oh_four','2021-05-31 08:04:49','2021-05-31 13:04:49','161.117.10.46',NULL,NULL),(80178,'four_oh_four','2021-05-31 08:40:06','2021-05-31 13:40:06','66.249.69.220',NULL,NULL),(80179,'four_oh_four','2021-05-31 09:09:55','2021-05-31 14:09:55','207.46.13.73',NULL,NULL),(80180,'four_oh_four','2021-05-31 10:34:05','2021-05-31 15:34:05','188.35.131.246',NULL,NULL),(80181,'four_oh_four','2021-05-31 12:35:53','2021-05-31 17:35:53','62.149.29.36',NULL,NULL),(80182,'four_oh_four','2021-05-31 14:05:37','2021-05-31 19:05:37','184.154.139.18',NULL,NULL),(80183,'four_oh_four','2021-05-31 15:06:16','2021-05-31 20:06:16','46.33.33.5',NULL,NULL),(80184,'four_oh_four','2021-05-31 16:36:40','2021-05-31 21:36:40','191.96.108.247',NULL,NULL),(80185,'four_oh_four','2021-05-31 20:35:24','2021-06-01 01:35:24','54.234.107.138',NULL,NULL),(80186,'four_oh_four','2021-05-31 20:37:40','2021-06-01 01:37:40','207.46.13.74',NULL,NULL),(80187,'four_oh_four','2021-05-31 22:43:22','2021-06-01 03:43:22','144.217.137.35',NULL,NULL),(80188,'four_oh_four','2021-06-01 02:30:11','2021-06-01 07:30:11','5.188.48.98',NULL,NULL),(80189,'four_oh_four','2021-06-01 03:41:06','2021-06-01 08:41:06','118.26.36.169',NULL,NULL),(80190,'four_oh_four','2021-06-01 03:41:07','2021-06-01 08:41:07','118.26.36.169',NULL,NULL),(80191,'four_oh_four','2021-06-01 03:41:11','2021-06-01 08:41:11','118.26.36.169',NULL,NULL),(80192,'four_oh_four','2021-06-01 03:41:10','2021-06-01 08:41:10','118.26.36.169',NULL,NULL),(80193,'four_oh_four','2021-06-01 03:41:14','2021-06-01 08:41:14','118.26.36.169',NULL,NULL),(80194,'four_oh_four','2021-06-01 03:41:35','2021-06-01 08:41:35','118.26.36.169',NULL,NULL),(80195,'four_oh_four','2021-06-01 03:41:42','2021-06-01 08:41:42','118.26.36.169',NULL,NULL),(80196,'four_oh_four','2021-06-01 03:41:46','2021-06-01 08:41:46','118.26.36.169',NULL,NULL),(80197,'four_oh_four','2021-06-01 03:41:47','2021-06-01 08:41:47','118.26.36.169',NULL,NULL),(80198,'four_oh_four','2021-06-01 03:41:51','2021-06-01 08:41:51','118.26.36.169',NULL,NULL),(80199,'four_oh_four','2021-06-01 03:42:02','2021-06-01 08:42:02','118.26.36.169',NULL,NULL),(80200,'four_oh_four','2021-06-01 03:42:02','2021-06-01 08:42:02','118.26.36.169',NULL,NULL),(80201,'four_oh_four','2021-06-01 03:42:29','2021-06-01 08:42:29','118.26.36.169',NULL,NULL),(80202,'four_oh_four','2021-06-01 03:42:34','2021-06-01 08:42:34','118.26.36.169',NULL,NULL),(80203,'four_oh_four','2021-06-01 03:42:35','2021-06-01 08:42:35','118.26.36.169',NULL,NULL),(80204,'four_oh_four','2021-06-01 03:43:11','2021-06-01 08:43:11','118.26.36.169',NULL,NULL),(80205,'four_oh_four','2021-06-01 03:43:14','2021-06-01 08:43:14','118.26.36.169',NULL,NULL),(80206,'four_oh_four','2021-06-01 03:43:24','2021-06-01 08:43:24','118.26.36.169',NULL,NULL),(80207,'four_oh_four','2021-06-01 03:43:26','2021-06-01 08:43:26','118.26.36.169',NULL,NULL),(80208,'four_oh_four','2021-06-01 03:43:26','2021-06-01 08:43:26','118.26.36.169',NULL,NULL),(80209,'four_oh_four','2021-06-01 07:44:43','2021-06-01 12:44:43','31.28.161.20',NULL,NULL),(80210,'four_oh_four','2021-06-01 09:54:57','2021-06-01 14:54:57','66.249.69.221',NULL,NULL),(80211,'four_oh_four','2021-06-01 10:36:42','2021-06-01 15:36:42','66.249.69.220',NULL,NULL),(80212,'four_oh_four','2021-06-01 13:11:30','2021-06-01 18:11:30','100.36.94.198',NULL,NULL),(80213,'four_oh_four','2021-06-01 13:22:15','2021-06-01 18:22:15','37.45.217.59',NULL,NULL),(80214,'four_oh_four','2021-06-01 13:37:56','2021-06-01 18:37:56','195.201.12.243',NULL,NULL),(80215,'four_oh_four','2021-06-01 13:57:51','2021-06-01 18:57:51','195.201.12.243',NULL,NULL),(80216,'four_oh_four','2021-06-01 14:09:27','2021-06-01 19:09:27','184.154.139.17',NULL,NULL),(80217,'four_oh_four','2021-06-01 14:17:29','2021-06-01 19:17:29','195.201.12.243',NULL,NULL),(80218,'four_oh_four','2021-06-01 14:37:35','2021-06-01 19:37:35','195.201.12.243',NULL,NULL),(80219,'four_oh_four','2021-06-01 14:55:49','2021-06-01 19:55:49','37.215.132.126',NULL,NULL),(80220,'four_oh_four','2021-06-01 15:55:04','2021-06-01 20:55:04','5.188.48.22',NULL,NULL),(80221,'four_oh_four','2021-06-01 15:55:08','2021-06-01 20:55:08','5.188.48.22',NULL,NULL),(80222,'four_oh_four','2021-06-01 17:55:38','2021-06-01 22:55:38','5.248.164.213',NULL,NULL),(80223,'four_oh_four','2021-06-01 18:00:23','2021-06-01 23:00:23','40.77.167.24',NULL,NULL),(80224,'four_oh_four','2021-06-01 19:04:34','2021-06-02 00:04:34','40.77.167.5',NULL,NULL),(80225,'four_oh_four','2021-06-01 19:18:55','2021-06-02 00:18:55','40.77.167.73',NULL,NULL),(80226,'four_oh_four','2021-06-01 19:21:33','2021-06-02 00:21:33','40.77.167.73',NULL,NULL),(80227,'four_oh_four','2021-06-01 19:24:54','2021-06-02 00:24:54','40.77.167.73',NULL,NULL),(80228,'four_oh_four','2021-06-01 20:06:13','2021-06-02 01:06:13','66.249.69.219',NULL,NULL),(80229,'four_oh_four','2021-06-01 21:05:10','2021-06-02 02:05:10','54.198.152.194',NULL,NULL),(80230,'four_oh_four','2021-06-01 22:13:37','2021-06-02 03:13:37','5.188.48.88',NULL,NULL),(80231,'four_oh_four','2021-06-01 22:22:05','2021-06-02 03:22:05','3.94.137.21',NULL,NULL),(80232,'four_oh_four','2021-06-01 22:22:07','2021-06-02 03:22:07','3.94.137.21',NULL,NULL),(80233,'four_oh_four','2021-06-01 22:22:10','2021-06-02 03:22:10','3.94.137.21',NULL,NULL),(80234,'four_oh_four','2021-06-01 22:22:13','2021-06-02 03:22:13','3.94.137.21',NULL,NULL),(80235,'four_oh_four','2021-06-02 00:31:13','2021-06-02 05:31:13','191.101.170.64',NULL,NULL),(80236,'four_oh_four','2021-06-02 00:31:17','2021-06-02 05:31:17','191.101.170.64',NULL,NULL),(80237,'four_oh_four','2021-06-02 00:31:20','2021-06-02 05:31:20','191.101.170.64',NULL,NULL),(80238,'four_oh_four','2021-06-02 00:31:23','2021-06-02 05:31:23','191.101.170.64',NULL,NULL),(80239,'four_oh_four','2021-06-02 02:20:42','2021-06-02 07:20:42','162.241.225.165',NULL,NULL),(80240,'four_oh_four','2021-06-02 03:45:19','2021-06-02 08:45:19','47.243.87.221',NULL,NULL),(80241,'four_oh_four','2021-06-02 03:45:35','2021-06-02 08:45:35','47.243.87.221',NULL,NULL),(80242,'four_oh_four','2021-06-02 03:46:08','2021-06-02 08:46:08','47.243.87.221',NULL,NULL),(80243,'four_oh_four','2021-06-02 03:46:16','2021-06-02 08:46:16','47.243.87.221',NULL,NULL),(80244,'four_oh_four','2021-06-02 04:08:51','2021-06-02 09:08:51','85.208.187.223',NULL,NULL),(80245,'four_oh_four','2021-06-02 05:38:03','2021-06-02 10:38:03','1.15.244.78',NULL,NULL),(80246,'four_oh_four','2021-06-02 07:34:37','2021-06-02 12:34:37','31.131.78.145',NULL,NULL),(80247,'four_oh_four','2021-06-02 07:44:04','2021-06-02 12:44:04','188.163.46.213',NULL,NULL),(80248,'brute_force','2021-06-02 09:12:03','2021-06-02 14:12:03','36.12.184.11',NULL,NULL),(80249,'brute_force','2021-06-02 09:12:03','2021-06-02 14:12:03',NULL,NULL,'admin'),(80250,'brute_force','2021-06-02 09:12:18','2021-06-02 14:12:18','36.12.184.11',NULL,NULL),(80251,'brute_force','2021-06-02 09:12:18','2021-06-02 14:12:18',NULL,NULL,'pr'),(80252,'brute_force','2021-06-02 09:12:32','2021-06-02 14:12:32','36.12.184.11',NULL,NULL),(80253,'brute_force','2021-06-02 09:12:32','2021-06-02 14:12:32',NULL,NULL,'user'),(80254,'brute_force','2021-06-02 09:12:51','2021-06-02 14:12:51','36.12.184.11',NULL,NULL),(80255,'brute_force','2021-06-02 09:12:51','2021-06-02 14:12:51',NULL,NULL,'root'),(80256,'brute_force','2021-06-02 09:13:03','2021-06-02 14:13:03','36.12.184.11',NULL,NULL),(80257,'brute_force','2021-06-02 09:13:03','2021-06-02 14:13:03',NULL,1,'pr@zphiblgz.org'),(80258,'four_oh_four','2021-06-02 10:59:59','2021-06-02 15:59:59','207.46.13.47',NULL,NULL),(80259,'four_oh_four','2021-06-02 13:53:45','2021-06-02 18:53:45','5.188.48.22',NULL,NULL),(80260,'four_oh_four','2021-06-02 13:53:47','2021-06-02 18:53:47','5.188.48.22',NULL,NULL),(80261,'four_oh_four','2021-06-02 13:57:04','2021-06-02 18:57:04','5.188.48.98',NULL,NULL),(80262,'four_oh_four','2021-06-02 14:46:26','2021-06-02 19:46:26','46.186.25.129',NULL,NULL),(80263,'four_oh_four','2021-06-02 14:53:07','2021-06-02 19:53:07','141.101.29.170',NULL,NULL),(80264,'four_oh_four','2021-06-02 14:59:55','2021-06-02 19:59:55','184.154.139.18',NULL,NULL),(80265,'four_oh_four','2021-06-02 19:12:02','2021-06-03 00:12:02','54.163.13.234',NULL,NULL),(80266,'four_oh_four','2021-06-02 21:34:11','2021-06-03 02:34:11','217.107.122.237',NULL,NULL),(80267,'four_oh_four','2021-06-02 22:12:30','2021-06-03 03:12:30','178.159.37.139',NULL,NULL),(80268,'four_oh_four','2021-06-02 23:30:19','2021-06-03 04:30:19','40.89.174.27',NULL,NULL),(80269,'four_oh_four','2021-06-02 23:30:22','2021-06-03 04:30:22','40.89.174.27',NULL,NULL),(80270,'four_oh_four','2021-06-03 00:21:02','2021-06-03 05:21:02','66.70.227.241',NULL,NULL),(80271,'four_oh_four','2021-06-03 00:34:38','2021-06-03 05:34:38','40.77.167.5',NULL,NULL),(80272,'four_oh_four','2021-06-03 01:53:44','2021-06-03 06:53:44','194.59.246.76',NULL,NULL),(80273,'four_oh_four','2021-06-03 02:49:28','2021-06-03 07:49:28','92.101.80.118',NULL,NULL),(80274,'four_oh_four','2021-06-03 03:19:03','2021-06-03 08:19:03','188.35.131.246',NULL,NULL),(80275,'four_oh_four','2021-06-03 04:26:08','2021-06-03 09:26:08','45.86.202.85',NULL,NULL),(80276,'four_oh_four','2021-06-03 04:27:06','2021-06-03 09:27:06','185.209.22.137',NULL,NULL),(80277,'four_oh_four','2021-06-03 04:54:41','2021-06-03 09:54:41','5.188.48.98',NULL,NULL),(80278,'four_oh_four','2021-06-03 06:27:02','2021-06-03 11:27:02','5.188.48.98',NULL,NULL),(80279,'four_oh_four','2021-06-03 06:44:10','2021-06-03 11:44:10','67.61.211.149',NULL,NULL),(80280,'four_oh_four','2021-06-03 06:44:18','2021-06-03 11:44:18','14.232.179.165',NULL,NULL),(80281,'four_oh_four','2021-06-03 06:44:27','2021-06-03 11:44:27','14.232.179.165',NULL,NULL),(80282,'four_oh_four','2021-06-03 06:44:35','2021-06-03 11:44:35','14.232.179.165',NULL,NULL),(80283,'four_oh_four','2021-06-03 07:46:32','2021-06-03 12:46:32','5.188.48.88',NULL,NULL),(80284,'four_oh_four','2021-06-03 08:49:33','2021-06-03 13:49:33','157.55.39.3',NULL,NULL),(80285,'four_oh_four','2021-06-03 11:46:42','2021-06-03 16:46:42','212.192.241.169',NULL,NULL),(80286,'four_oh_four','2021-06-03 11:47:01','2021-06-03 16:47:01','212.192.241.169',NULL,NULL),(80287,'four_oh_four','2021-06-03 14:55:37','2021-06-03 19:55:37','184.154.139.21',NULL,NULL),(80288,'four_oh_four','2021-06-03 16:42:05','2021-06-03 21:42:05','3.236.118.151',NULL,NULL),(80289,'four_oh_four','2021-06-03 18:41:06','2021-06-03 23:41:06','188.163.47.9',NULL,NULL),(80290,'four_oh_four','2021-06-03 19:00:28','2021-06-04 00:00:28','37.25.111.236',NULL,NULL),(80291,'four_oh_four','2021-06-03 21:28:13','2021-06-04 02:28:13','94.155.33.88',NULL,NULL),(80292,'four_oh_four','2021-06-03 21:28:17','2021-06-04 02:28:17','94.155.33.88',NULL,NULL),(80293,'four_oh_four','2021-06-03 21:28:20','2021-06-04 02:28:20','94.155.33.88',NULL,NULL),(80294,'four_oh_four','2021-06-03 21:28:23','2021-06-04 02:28:23','94.155.33.88',NULL,NULL),(80295,'four_oh_four','2021-06-03 21:31:10','2021-06-04 02:31:10','182.52.63.95',NULL,NULL),(80296,'four_oh_four','2021-06-03 22:26:17','2021-06-04 03:26:17','97.74.24.227',NULL,NULL),(80297,'four_oh_four','2021-06-03 22:26:16','2021-06-04 03:26:16','97.74.24.227',NULL,NULL),(80298,'four_oh_four','2021-06-03 23:31:39','2021-06-04 04:31:39','142.91.189.164',NULL,NULL),(80299,'four_oh_four','2021-06-04 00:26:56','2021-06-04 05:26:56','121.199.11.240',NULL,NULL),(80300,'four_oh_four','2021-06-04 03:56:05','2021-06-04 08:56:05','185.232.14.17',NULL,NULL),(80301,'four_oh_four','2021-06-04 05:42:15','2021-06-04 10:42:15','5.188.48.98',NULL,NULL),(80302,'four_oh_four','2021-06-04 06:37:59','2021-06-04 11:37:59','45.15.236.125',NULL,NULL),(80303,'four_oh_four','2021-06-04 06:47:04','2021-06-04 11:47:04','77.221.130.5',NULL,NULL),(80304,'four_oh_four','2021-06-04 06:59:35','2021-06-04 11:59:35','40.77.167.5',NULL,NULL),(80305,'four_oh_four','2021-06-04 08:53:56','2021-06-04 13:53:56','66.249.65.91',NULL,NULL),(80306,'four_oh_four','2021-06-04 08:53:59','2021-06-04 13:53:59','66.249.65.91',NULL,NULL),(80307,'four_oh_four','2021-06-04 11:40:34','2021-06-04 16:40:34','185.197.74.175',NULL,NULL),(80308,'four_oh_four','2021-06-04 12:59:29','2021-06-04 17:59:29','40.77.167.101',NULL,NULL),(80309,'four_oh_four','2021-06-04 13:27:04','2021-06-04 18:27:04','51.254.204.117',NULL,NULL),(80310,'four_oh_four','2021-06-04 13:56:00','2021-06-04 18:56:00','192.186.145.59',NULL,NULL),(80311,'four_oh_four','2021-06-04 14:16:57','2021-06-04 19:16:57','184.154.139.21',NULL,NULL),(80312,'four_oh_four','2021-06-04 14:30:32','2021-06-04 19:30:32','85.143.219.155',NULL,NULL),(80313,'four_oh_four','2021-06-04 14:49:50','2021-06-04 19:49:50','207.46.13.73',NULL,NULL),(80314,'four_oh_four','2021-06-04 15:42:56','2021-06-04 20:42:56','140.143.247.188',NULL,NULL),(80315,'four_oh_four','2021-06-04 15:42:59','2021-06-04 20:42:59','140.143.247.188',NULL,NULL),(80316,'four_oh_four','2021-06-04 16:34:24','2021-06-04 21:34:24','5.188.48.22',NULL,NULL),(80317,'four_oh_four','2021-06-04 16:55:16','2021-06-04 21:55:16','107.175.197.170',NULL,NULL),(80318,'four_oh_four','2021-06-04 17:06:54','2021-06-04 22:06:54','107.175.197.170',NULL,NULL),(80319,'four_oh_four','2021-06-04 18:21:41','2021-06-04 23:21:41','5.188.210.4',NULL,NULL),(80320,'four_oh_four','2021-06-04 19:00:16','2021-06-05 00:00:16','31.131.78.145',NULL,NULL),(80321,'four_oh_four','2021-06-04 19:38:22','2021-06-05 00:38:22','31.134.125.80',NULL,NULL),(80322,'four_oh_four','2021-06-04 20:14:30','2021-06-05 01:14:30','47.52.135.58',NULL,NULL),(80323,'four_oh_four','2021-06-04 20:31:35','2021-06-05 01:31:35','45.135.32.114',NULL,NULL),(80324,'four_oh_four','2021-06-04 23:18:20','2021-06-05 04:18:20','192.198.125.50',NULL,NULL),(80325,'four_oh_four','2021-06-04 23:42:43','2021-06-05 04:42:43','157.55.39.62',NULL,NULL),(80326,'four_oh_four','2021-06-04 23:49:31','2021-06-05 04:49:31','54.88.41.70',NULL,NULL),(80327,'four_oh_four','2021-06-05 00:19:22','2021-06-05 05:19:22','144.217.137.34',NULL,NULL),(80328,'four_oh_four','2021-06-05 00:39:34','2021-06-05 05:39:34','66.249.70.63',NULL,NULL),(80329,'four_oh_four','2021-06-05 00:40:13','2021-06-05 05:40:13','193.53.168.202',NULL,NULL),(80330,'four_oh_four','2021-06-05 02:38:15','2021-06-05 07:38:15','188.163.47.9',NULL,NULL),(80331,'four_oh_four','2021-06-05 03:21:18','2021-06-05 08:21:18','46.105.103.140',NULL,NULL),(80332,'four_oh_four','2021-06-05 03:21:23','2021-06-05 08:21:23','46.105.103.140',NULL,NULL),(80333,'four_oh_four','2021-06-05 04:34:06','2021-06-05 09:34:06','85.208.187.223',NULL,NULL),(80334,'four_oh_four','2021-06-05 06:18:03','2021-06-05 11:18:03','194.110.13.98',NULL,NULL),(80335,'four_oh_four','2021-06-05 06:25:32','2021-06-05 11:25:32','213.238.169.59',NULL,NULL),(80336,'four_oh_four','2021-06-05 09:25:57','2021-06-05 14:25:57','37.25.111.236',NULL,NULL),(80337,'four_oh_four','2021-06-05 10:15:13','2021-06-05 15:15:13','5.188.48.98',NULL,NULL),(80338,'four_oh_four','2021-06-05 10:20:04','2021-06-05 15:20:04','34.201.123.138',NULL,NULL),(80339,'four_oh_four','2021-06-05 10:48:46','2021-06-05 15:48:46','5.188.210.4',NULL,NULL),(80340,'four_oh_four','2021-06-05 11:17:57','2021-06-05 16:17:57','159.65.30.80',NULL,NULL),(80341,'four_oh_four','2021-06-05 11:33:43','2021-06-05 16:33:43','40.77.167.5',NULL,NULL),(80342,'four_oh_four','2021-06-05 13:42:19','2021-06-05 18:42:19','129.226.123.133',NULL,NULL),(80343,'four_oh_four','2021-06-05 13:42:23','2021-06-05 18:42:23','129.226.123.133',NULL,NULL),(80344,'four_oh_four','2021-06-05 14:02:55','2021-06-05 19:02:55','184.154.139.20',NULL,NULL),(80345,'four_oh_four','2021-06-05 17:41:51','2021-06-05 22:41:51','5.188.48.22',NULL,NULL),(80346,'four_oh_four','2021-06-05 17:48:42','2021-06-05 22:48:42','157.55.39.3',NULL,NULL),(80347,'four_oh_four','2021-06-05 18:52:02','2021-06-05 23:52:02','5.188.48.88',NULL,NULL),(80348,'four_oh_four','2021-06-05 19:23:27','2021-06-06 00:23:27','207.46.13.74',NULL,NULL),(80349,'four_oh_four','2021-06-05 20:03:59','2021-06-06 01:03:59','213.166.82.155',NULL,NULL),(80350,'four_oh_four','2021-06-05 21:45:32','2021-06-06 02:45:32','5.188.210.4',NULL,NULL),(80351,'four_oh_four','2021-06-05 22:18:15','2021-06-06 03:18:15','178.159.37.139',NULL,NULL),(80352,'four_oh_four','2021-06-05 23:52:39','2021-06-06 04:52:39','78.107.206.30',NULL,NULL),(80353,'four_oh_four','2021-06-06 03:18:40','2021-06-06 08:18:40','51.79.9.225',NULL,NULL),(80354,'four_oh_four','2021-06-06 04:07:48','2021-06-06 09:07:48','148.251.54.157',NULL,NULL),(80355,'four_oh_four','2021-06-06 04:40:49','2021-06-06 09:40:49','115.133.72.75',NULL,NULL),(80356,'four_oh_four','2021-06-06 06:56:58','2021-06-06 11:56:58','52.87.231.175',NULL,NULL),(80357,'four_oh_four','2021-06-06 07:00:24','2021-06-06 12:00:24','122.201.124.48',NULL,NULL),(80358,'four_oh_four','2021-06-06 09:30:45','2021-06-06 14:30:45','185.125.169.30',NULL,NULL),(80359,'four_oh_four','2021-06-06 10:43:30','2021-06-06 15:43:30','35.156.188.32',NULL,NULL),(80360,'four_oh_four','2021-06-06 10:43:33','2021-06-06 15:43:33','35.156.188.32',NULL,NULL),(80361,'four_oh_four','2021-06-06 10:43:38','2021-06-06 15:43:38','35.156.188.32',NULL,NULL),(80362,'four_oh_four','2021-06-06 10:43:41','2021-06-06 15:43:41','35.156.188.32',NULL,NULL),(80363,'four_oh_four','2021-06-06 10:43:45','2021-06-06 15:43:45','35.156.188.32',NULL,NULL),(80364,'four_oh_four','2021-06-06 10:43:48','2021-06-06 15:43:48','35.156.188.32',NULL,NULL),(80365,'four_oh_four','2021-06-06 10:43:51','2021-06-06 15:43:51','35.156.188.32',NULL,NULL),(80366,'four_oh_four','2021-06-06 10:43:54','2021-06-06 15:43:54','35.156.188.32',NULL,NULL),(80367,'four_oh_four','2021-06-06 11:07:08','2021-06-06 16:07:08','46.148.206.226',NULL,NULL),(80368,'four_oh_four','2021-06-06 11:07:07','2021-06-06 16:07:07','46.148.206.226',NULL,NULL),(80369,'four_oh_four','2021-06-06 11:34:16','2021-06-06 16:34:16','168.119.11.187',NULL,NULL),(80370,'four_oh_four','2021-06-06 12:19:08','2021-06-06 17:19:08','82.114.253.137',NULL,NULL),(80371,'four_oh_four','2021-06-06 13:23:06','2021-06-06 18:23:06','213.231.6.207',NULL,NULL),(80372,'four_oh_four','2021-06-06 13:29:39','2021-06-06 18:29:39','5.188.210.4',NULL,NULL),(80373,'four_oh_four','2021-06-06 14:06:22','2021-06-06 19:06:22','184.154.139.21',NULL,NULL),(80374,'four_oh_four','2021-06-06 18:41:54','2021-06-06 23:41:54','148.251.50.77',NULL,NULL),(80375,'four_oh_four','2021-06-06 18:42:03','2021-06-06 23:42:03','168.119.69.91',NULL,NULL),(80376,'four_oh_four','2021-06-06 20:01:57','2021-06-07 01:01:57','50.63.196.204',NULL,NULL),(80377,'four_oh_four','2021-06-06 20:01:57','2021-06-07 01:01:57','50.63.196.204',NULL,NULL),(80378,'four_oh_four','2021-06-06 20:06:14','2021-06-07 01:06:14','194.246.92.136',NULL,NULL),(80379,'four_oh_four','2021-06-06 21:19:14','2021-06-07 02:19:14','213.166.82.155',NULL,NULL),(80380,'four_oh_four','2021-06-06 21:53:23','2021-06-07 02:53:23','110.136.217.103',NULL,NULL),(80381,'four_oh_four','2021-06-06 23:06:44','2021-06-07 04:06:44','144.217.137.35',NULL,NULL),(80382,'four_oh_four','2021-06-06 23:55:39','2021-06-07 04:55:39','185.209.22.137',NULL,NULL),(80383,'four_oh_four','2021-06-07 01:11:06','2021-06-07 06:11:06','188.35.131.246',NULL,NULL),(80384,'four_oh_four','2021-06-07 02:35:49','2021-06-07 07:35:49','66.249.70.61',NULL,NULL),(80385,'four_oh_four','2021-06-07 02:38:53','2021-06-07 07:38:53','92.38.136.69',NULL,NULL),(80386,'four_oh_four','2021-06-07 02:57:20','2021-06-07 07:57:20','85.208.187.223',NULL,NULL),(80387,'four_oh_four','2021-06-07 04:32:45','2021-06-07 09:32:45','54.221.144.232',NULL,NULL),(80388,'four_oh_four','2021-06-07 05:33:19','2021-06-07 10:33:19','213.231.6.207',NULL,NULL),(80389,'four_oh_four','2021-06-07 07:27:46','2021-06-07 12:27:46','51.254.204.117',NULL,NULL),(80390,'four_oh_four','2021-06-07 07:28:49','2021-06-07 12:28:49','51.254.204.117',NULL,NULL),(80391,'four_oh_four','2021-06-07 07:37:16','2021-06-07 12:37:16','207.46.13.73',NULL,NULL),(80392,'four_oh_four','2021-06-07 08:05:01','2021-06-07 13:05:01','5.188.48.88',NULL,NULL),(80393,'four_oh_four','2021-06-07 14:04:23','2021-06-07 19:04:23','184.154.139.20',NULL,NULL),(80394,'four_oh_four','2021-06-07 15:55:02','2021-06-07 20:55:02','204.101.61.82',NULL,NULL),(80395,'four_oh_four','2021-06-07 20:18:10','2021-06-08 01:18:10','194.246.92.136',NULL,NULL),(80396,'four_oh_four','2021-06-07 20:56:09','2021-06-08 01:56:09','69.49.102.222',NULL,NULL),(80397,'four_oh_four','2021-06-07 20:59:49','2021-06-08 01:59:49','64.90.36.103',NULL,NULL),(80398,'four_oh_four','2021-06-07 21:07:05','2021-06-08 02:07:05','162.241.225.120',NULL,NULL),(80399,'four_oh_four','2021-06-07 22:41:15','2021-06-08 03:41:15','5.188.48.88',NULL,NULL),(80400,'four_oh_four','2021-06-08 00:42:51','2021-06-08 05:42:51','3.84.250.131',NULL,NULL),(80401,'four_oh_four','2021-06-08 01:28:08','2021-06-08 06:28:08','46.23.163.122',NULL,NULL),(80402,'four_oh_four','2021-06-08 01:28:18','2021-06-08 06:28:18','46.23.163.122',NULL,NULL),(80403,'four_oh_four','2021-06-08 02:36:04','2021-06-08 07:36:04','72.49.49.11',NULL,NULL),(80404,'four_oh_four','2021-06-08 03:10:36','2021-06-08 08:10:36','204.101.61.82',NULL,NULL),(80405,'four_oh_four','2021-06-08 05:15:46','2021-06-08 10:15:46','47.52.135.58',NULL,NULL),(80406,'four_oh_four','2021-06-08 05:31:01','2021-06-08 10:31:01','66.249.64.251',NULL,NULL),(80407,'four_oh_four','2021-06-08 06:08:43','2021-06-08 11:08:43','188.122.82.146',NULL,NULL),(80408,'four_oh_four','2021-06-08 07:21:41','2021-06-08 12:21:41','143.198.175.237',NULL,NULL),(80409,'four_oh_four','2021-06-08 07:22:20','2021-06-08 12:22:20','143.198.175.237',NULL,NULL),(80410,'four_oh_four','2021-06-08 08:03:11','2021-06-08 13:03:11','172.245.208.191',NULL,NULL),(80411,'four_oh_four','2021-06-08 08:42:56','2021-06-08 13:42:56','69.250.64.204',NULL,NULL),(80412,'four_oh_four','2021-06-08 09:04:27','2021-06-08 14:04:27','143.198.175.237',NULL,NULL),(80413,'four_oh_four','2021-06-08 09:04:57','2021-06-08 14:04:57','143.198.175.237',NULL,NULL),(80414,'four_oh_four','2021-06-08 11:57:42','2021-06-08 16:57:42','77.34.232.164',NULL,NULL),(80415,'four_oh_four','2021-06-08 11:57:55','2021-06-08 16:57:55','72.49.49.11',NULL,NULL),(80416,'four_oh_four','2021-06-08 12:10:57','2021-06-08 17:10:57','207.46.13.73',NULL,NULL),(80417,'four_oh_four','2021-06-08 14:06:44','2021-06-08 19:06:44','184.154.76.35',NULL,NULL),(80418,'four_oh_four','2021-06-08 14:08:06','2021-06-08 19:08:06','184.154.76.35',NULL,NULL),(80419,'four_oh_four','2021-06-08 14:27:45','2021-06-08 19:27:45','198.71.228.70',NULL,NULL),(80420,'four_oh_four','2021-06-08 16:05:15','2021-06-08 21:05:15','185.197.74.175',NULL,NULL),(80421,'four_oh_four','2021-06-08 16:41:34','2021-06-08 21:41:34','37.25.111.236',NULL,NULL),(80422,'four_oh_four','2021-06-08 16:44:04','2021-06-08 21:44:04','157.55.39.3',NULL,NULL),(80423,'four_oh_four','2021-06-08 18:38:58','2021-06-08 23:38:58','69.12.66.211',NULL,NULL),(80424,'four_oh_four','2021-06-08 18:39:02','2021-06-08 23:39:02','69.12.66.211',NULL,NULL),(80425,'four_oh_four','2021-06-08 21:06:41','2021-06-09 02:06:41','178.159.37.139',NULL,NULL),(80426,'four_oh_four','2021-06-08 22:11:47','2021-06-09 03:11:47','100.25.38.15',NULL,NULL),(80427,'four_oh_four','2021-06-08 22:28:10','2021-06-09 03:28:10','52.201.182.91',NULL,NULL),(80428,'four_oh_four','2021-06-08 22:28:13','2021-06-09 03:28:13','52.201.182.91',NULL,NULL),(80429,'four_oh_four','2021-06-08 22:28:16','2021-06-09 03:28:16','52.201.182.91',NULL,NULL),(80430,'four_oh_four','2021-06-08 22:28:19','2021-06-09 03:28:19','52.201.182.91',NULL,NULL),(80431,'four_oh_four','2021-06-08 23:33:34','2021-06-09 04:33:34','136.243.17.161',NULL,NULL),(80432,'four_oh_four','2021-06-08 23:34:15','2021-06-09 04:34:15','144.76.102.243',NULL,NULL),(80433,'four_oh_four','2021-06-08 23:39:33','2021-06-09 04:39:33','217.107.122.237',NULL,NULL),(80434,'four_oh_four','2021-06-08 23:46:27','2021-06-09 04:46:27','213.231.6.207',NULL,NULL),(80435,'four_oh_four','2021-06-09 01:37:13','2021-06-09 06:37:13','207.46.13.73',NULL,NULL),(80436,'four_oh_four','2021-06-09 02:41:39','2021-06-09 07:41:39','192.169.139.161',NULL,NULL),(80437,'four_oh_four','2021-06-09 03:43:23','2021-06-09 08:43:23','171.22.26.50',NULL,NULL),(80438,'four_oh_four','2021-06-09 06:47:38','2021-06-09 11:47:38','213.166.82.155',NULL,NULL),(80439,'four_oh_four','2021-06-09 07:01:58','2021-06-09 12:01:58','40.77.167.5',NULL,NULL),(80440,'four_oh_four','2021-06-09 08:17:51','2021-06-09 13:17:51','51.79.11.41',NULL,NULL),(80441,'four_oh_four','2021-06-09 09:56:11','2021-06-09 14:56:11','5.188.48.88',NULL,NULL),(80442,'four_oh_four','2021-06-09 10:01:07','2021-06-09 15:01:07','93.84.78.17',NULL,NULL),(80443,'four_oh_four','2021-06-09 10:06:37','2021-06-09 15:06:37','217.160.13.95',NULL,NULL),(80444,'four_oh_four','2021-06-09 10:14:04','2021-06-09 15:14:04','62.210.80.33',NULL,NULL),(80445,'four_oh_four','2021-06-09 10:27:25','2021-06-09 15:27:25','188.122.82.146',NULL,NULL),(80446,'four_oh_four','2021-06-09 13:02:26','2021-06-09 18:02:26','171.244.1.84',NULL,NULL),(80447,'four_oh_four','2021-06-09 13:03:30','2021-06-09 18:03:30','72.49.49.11',NULL,NULL),(80448,'four_oh_four','2021-06-09 13:36:02','2021-06-09 18:36:02','94.155.33.88',NULL,NULL),(80449,'four_oh_four','2021-06-09 13:36:05','2021-06-09 18:36:05','94.155.33.88',NULL,NULL),(80450,'four_oh_four','2021-06-09 13:36:08','2021-06-09 18:36:08','94.155.33.88',NULL,NULL),(80451,'four_oh_four','2021-06-09 13:36:11','2021-06-09 18:36:11','94.155.33.88',NULL,NULL),(80452,'four_oh_four','2021-06-09 14:04:20','2021-06-09 19:04:20','184.154.139.21',NULL,NULL),(80453,'four_oh_four','2021-06-09 14:16:44','2021-06-09 19:16:44','162.55.6.11',NULL,NULL),(80454,'four_oh_four','2021-06-09 14:34:33','2021-06-09 19:34:33','40.77.167.69',NULL,NULL),(80455,'four_oh_four','2021-06-09 16:08:33','2021-06-09 21:08:33','77.34.234.254',NULL,NULL),(80456,'four_oh_four','2021-06-09 18:28:09','2021-06-09 23:28:09','54.167.59.50',NULL,NULL),(80457,'four_oh_four','2021-06-09 18:50:32','2021-06-09 23:50:32','98.197.150.135',NULL,NULL),(80458,'four_oh_four','2021-06-09 18:50:44','2021-06-09 23:50:44','98.197.150.135',NULL,NULL),(80459,'four_oh_four','2021-06-09 18:51:02','2021-06-09 23:51:02','98.197.150.135',NULL,NULL),(80460,'four_oh_four','2021-06-09 18:52:54','2021-06-09 23:52:54','98.197.150.135',NULL,NULL),(80461,'four_oh_four','2021-06-09 18:53:16','2021-06-09 23:53:16','98.197.150.135',NULL,NULL),(80462,'four_oh_four','2021-06-09 18:54:08','2021-06-09 23:54:08','98.197.150.135',NULL,NULL),(80463,'four_oh_four','2021-06-09 18:54:15','2021-06-09 23:54:15','98.197.150.135',NULL,NULL),(80464,'four_oh_four','2021-06-09 20:57:42','2021-06-10 01:57:42','69.63.184.116',NULL,NULL),(80465,'four_oh_four','2021-06-09 20:57:45','2021-06-10 01:57:45','69.63.184.2',NULL,NULL),(80466,'four_oh_four','2021-06-09 21:03:26','2021-06-10 02:03:26','195.154.60.148',NULL,NULL),(80467,'four_oh_four','2021-06-09 21:13:21','2021-06-10 02:13:21','188.235.215.140',NULL,NULL),(80468,'four_oh_four','2021-06-10 00:05:57','2021-06-10 05:05:57','93.113.110.128',NULL,NULL),(80469,'four_oh_four','2021-06-10 02:27:41','2021-06-10 07:27:41','185.255.96.99',NULL,NULL),(80470,'four_oh_four','2021-06-10 03:02:15','2021-06-10 08:02:15','188.122.82.146',NULL,NULL),(80471,'four_oh_four','2021-06-10 04:50:01','2021-06-10 09:50:01','91.223.175.181',NULL,NULL),(80472,'four_oh_four','2021-06-10 05:55:13','2021-06-10 10:55:13','35.210.213.154',NULL,NULL),(80473,'four_oh_four','2021-06-10 05:55:21','2021-06-10 10:55:21','35.210.213.154',NULL,NULL),(80474,'four_oh_four','2021-06-10 06:38:13','2021-06-10 11:38:13','207.46.13.74',NULL,NULL),(80475,'four_oh_four','2021-06-10 07:28:57','2021-06-10 12:28:57','91.78.66.191',NULL,NULL),(80476,'four_oh_four','2021-06-10 08:36:23','2021-06-10 13:36:23','94.23.250.140',NULL,NULL),(80477,'four_oh_four','2021-06-10 08:36:49','2021-06-10 13:36:49','94.23.250.140',NULL,NULL),(80478,'four_oh_four','2021-06-10 09:22:21','2021-06-10 14:22:21','77.94.1.233',NULL,NULL),(80479,'four_oh_four','2021-06-10 11:11:40','2021-06-10 16:11:40','192.241.80.163',NULL,NULL),(80480,'four_oh_four','2021-06-10 11:28:18','2021-06-10 16:28:18','40.77.167.5',NULL,NULL),(80481,'four_oh_four','2021-06-10 11:35:17','2021-06-10 16:35:17','94.181.47.232',NULL,NULL),(80482,'four_oh_four','2021-06-10 13:33:27','2021-06-10 18:33:27','37.25.111.236',NULL,NULL),(80483,'four_oh_four','2021-06-10 13:48:51','2021-06-10 18:48:51','188.163.47.9',NULL,NULL),(80484,'four_oh_four','2021-06-10 14:06:16','2021-06-10 19:06:16','184.154.76.35',NULL,NULL),(80485,'four_oh_four','2021-06-10 15:40:43','2021-06-10 20:40:43','164.132.202.72',NULL,NULL),(80486,'four_oh_four','2021-06-10 16:00:58','2021-06-10 21:00:58','188.235.215.140',NULL,NULL),(80487,'four_oh_four','2021-06-10 16:05:44','2021-06-10 21:05:44','54.173.229.88',NULL,NULL),(80488,'four_oh_four','2021-06-10 16:06:53','2021-06-10 21:06:53','188.163.46.213',NULL,NULL),(80489,'four_oh_four','2021-06-10 18:40:26','2021-06-10 23:40:26','188.122.82.146',NULL,NULL),(80490,'four_oh_four','2021-06-10 18:58:53','2021-06-10 23:58:53','40.77.167.69',NULL,NULL),(80491,'four_oh_four','2021-06-10 23:38:25','2021-06-11 04:38:25','13.66.139.0',NULL,NULL),(80492,'four_oh_four','2021-06-11 01:17:51','2021-06-11 06:17:51','185.209.22.137',NULL,NULL),(80493,'four_oh_four','2021-06-11 01:47:17','2021-06-11 06:47:17','35.195.129.132',NULL,NULL),(80494,'four_oh_four','2021-06-11 01:48:23','2021-06-11 06:48:23','35.195.129.132',NULL,NULL),(80495,'four_oh_four','2021-06-11 01:49:02','2021-06-11 06:49:02','35.195.129.132',NULL,NULL),(80496,'four_oh_four','2021-06-11 01:49:02','2021-06-11 06:49:02','35.195.129.132',NULL,NULL),(80497,'four_oh_four','2021-06-11 03:11:12','2021-06-11 08:11:12','88.198.91.76',NULL,NULL),(80498,'four_oh_four','2021-06-11 06:37:16','2021-06-11 11:37:16','161.69.112.11',NULL,NULL),(80499,'four_oh_four','2021-06-11 08:24:11','2021-06-11 13:24:11','178.122.195.235',NULL,NULL),(80500,'four_oh_four','2021-06-11 08:45:35','2021-06-11 13:45:35','164.132.202.72',NULL,NULL),(80501,'four_oh_four','2021-06-11 13:56:07','2021-06-11 18:56:07','135.181.217.184',NULL,NULL),(80502,'four_oh_four','2021-06-11 14:04:40','2021-06-11 19:04:40','184.154.139.19',NULL,NULL),(80503,'four_oh_four','2021-06-11 15:50:03','2021-06-11 20:50:03','73.163.40.127',NULL,NULL),(80504,'four_oh_four','2021-06-11 15:50:14','2021-06-11 20:50:14','84.95.87.84',NULL,NULL),(80505,'four_oh_four','2021-06-11 16:14:15','2021-06-11 21:14:15','193.169.254.217',NULL,NULL),(80506,'four_oh_four','2021-06-11 16:55:23','2021-06-11 21:55:23','5.188.48.98',NULL,NULL),(80507,'four_oh_four','2021-06-11 16:55:26','2021-06-11 21:55:26','5.188.48.98',NULL,NULL),(80508,'four_oh_four','2021-06-11 17:32:40','2021-06-11 22:32:40','193.169.254.217',NULL,NULL),(80509,'four_oh_four','2021-06-11 17:33:37','2021-06-11 22:33:37','193.169.254.217',NULL,NULL),(80510,'four_oh_four','2021-06-11 18:01:14','2021-06-11 23:01:14','94.155.33.88',NULL,NULL),(80511,'four_oh_four','2021-06-11 18:01:17','2021-06-11 23:01:17','94.155.33.88',NULL,NULL),(80512,'four_oh_four','2021-06-11 18:01:20','2021-06-11 23:01:20','94.155.33.88',NULL,NULL),(80513,'four_oh_four','2021-06-11 18:01:23','2021-06-11 23:01:23','94.155.33.88',NULL,NULL),(80514,'four_oh_four','2021-06-11 19:31:56','2021-06-12 00:31:56','139.162.208.7',NULL,NULL),(80515,'four_oh_four','2021-06-11 21:34:44','2021-06-12 02:34:44','178.159.37.139',NULL,NULL),(80516,'four_oh_four','2021-06-11 21:56:09','2021-06-12 02:56:09','161.117.5.252',NULL,NULL),(80517,'four_oh_four','2021-06-11 23:00:46','2021-06-12 04:00:46','164.132.202.72',NULL,NULL),(80518,'four_oh_four','2021-06-11 23:43:33','2021-06-12 04:43:33','89.139.28.144',NULL,NULL),(80519,'four_oh_four','2021-06-12 01:55:25','2021-06-12 06:55:25','107.173.178.155',NULL,NULL),(80520,'four_oh_four','2021-06-12 02:22:12','2021-06-12 07:22:12','213.166.82.155',NULL,NULL),(80521,'four_oh_four','2021-06-12 04:20:50','2021-06-12 09:20:50','185.247.21.167',NULL,NULL),(80522,'four_oh_four','2021-06-12 04:47:35','2021-06-12 09:47:35','204.101.61.82',NULL,NULL),(80523,'four_oh_four','2021-06-12 09:44:09','2021-06-12 14:44:09','157.55.39.29',NULL,NULL),(80524,'four_oh_four','2021-06-12 12:14:07','2021-06-12 17:14:07','94.155.33.34',NULL,NULL),(80525,'four_oh_four','2021-06-12 13:18:37','2021-06-12 18:18:37','185.247.21.167',NULL,NULL),(80526,'four_oh_four','2021-06-12 13:36:53','2021-06-12 18:36:53','88.198.36.62',NULL,NULL),(80527,'four_oh_four','2021-06-12 13:36:57','2021-06-12 18:36:57','144.76.168.111',NULL,NULL),(80528,'four_oh_four','2021-06-12 14:06:20','2021-06-12 19:06:20','184.154.139.3',NULL,NULL),(80529,'four_oh_four','2021-06-12 15:45:08','2021-06-12 20:45:08','5.188.210.4',NULL,NULL),(80530,'four_oh_four','2021-06-12 18:31:45','2021-06-12 23:31:45','40.89.174.27',NULL,NULL),(80531,'four_oh_four','2021-06-12 18:32:10','2021-06-12 23:32:10','40.89.174.27',NULL,NULL),(80532,'four_oh_four','2021-06-12 20:07:27','2021-06-13 01:07:27','66.249.65.91',NULL,NULL),(80533,'four_oh_four','2021-06-12 21:08:22','2021-06-13 02:08:22','5.188.210.4',NULL,NULL),(80534,'four_oh_four','2021-06-12 22:22:50','2021-06-13 03:22:50','77.34.109.102',NULL,NULL),(80535,'four_oh_four','2021-06-12 23:59:56','2021-06-13 04:59:56','185.209.22.137',NULL,NULL),(80536,'four_oh_four','2021-06-13 01:50:21','2021-06-13 06:50:21','5.188.48.22',NULL,NULL),(80537,'four_oh_four','2021-06-13 01:50:30','2021-06-13 06:50:30','5.188.48.22',NULL,NULL),(80538,'four_oh_four','2021-06-13 03:14:49','2021-06-13 08:14:49','188.122.82.146',NULL,NULL),(80539,'four_oh_four','2021-06-13 05:40:46','2021-06-13 10:40:46','34.207.189.71',NULL,NULL),(80540,'four_oh_four','2021-06-13 05:52:33','2021-06-13 10:52:33','213.166.82.155',NULL,NULL),(80541,'four_oh_four','2021-06-13 06:52:54','2021-06-13 11:52:54','209.123.79.4',NULL,NULL),(80542,'four_oh_four','2021-06-13 07:34:43','2021-06-13 12:34:43','164.132.128.23',NULL,NULL),(80543,'four_oh_four','2021-06-13 14:04:30','2021-06-13 19:04:30','184.154.76.35',NULL,NULL),(80544,'four_oh_four','2021-06-13 15:11:23','2021-06-13 20:11:23','198.27.68.160',NULL,NULL),(80545,'four_oh_four','2021-06-13 15:19:08','2021-06-13 20:19:08','207.46.13.73',NULL,NULL),(80546,'four_oh_four','2021-06-13 15:29:23','2021-06-13 20:29:23','92.38.136.69',NULL,NULL),(80547,'four_oh_four','2021-06-13 16:24:00','2021-06-13 21:24:00','157.7.188.132',NULL,NULL),(80548,'four_oh_four','2021-06-13 16:24:03','2021-06-13 21:24:03','157.7.188.132',NULL,NULL),(80549,'four_oh_four','2021-06-13 19:02:58','2021-06-14 00:02:58','92.38.136.69',NULL,NULL),(80550,'four_oh_four','2021-06-13 19:42:15','2021-06-14 00:42:15','66.249.65.90',NULL,NULL),(80551,'four_oh_four','2021-06-13 20:17:07','2021-06-14 01:17:07','193.233.158.152',NULL,NULL),(80552,'four_oh_four','2021-06-13 20:17:11','2021-06-14 01:17:11','193.233.158.152',NULL,NULL),(80553,'four_oh_four','2021-06-13 21:07:14','2021-06-14 02:07:14','185.182.56.216',NULL,NULL),(80554,'four_oh_four','2021-06-13 21:07:17','2021-06-14 02:07:17','185.182.56.216',NULL,NULL),(80555,'four_oh_four','2021-06-13 21:14:59','2021-06-14 02:14:59','213.166.82.155',NULL,NULL),(80556,'four_oh_four','2021-06-13 22:43:28','2021-06-14 03:43:28','47.89.31.26',NULL,NULL),(80557,'four_oh_four','2021-06-13 23:33:17','2021-06-14 04:33:17','35.210.17.1',NULL,NULL),(80558,'four_oh_four','2021-06-13 23:56:04','2021-06-14 04:56:04','198.27.68.160',NULL,NULL),(80559,'four_oh_four','2021-06-13 23:56:07','2021-06-14 04:56:07','198.27.68.160',NULL,NULL),(80560,'four_oh_four','2021-06-14 00:08:59','2021-06-14 05:08:59','64.91.249.240',NULL,NULL),(80561,'four_oh_four','2021-06-14 01:48:35','2021-06-14 06:48:35','192.240.185.26',NULL,NULL),(80562,'four_oh_four','2021-06-14 02:21:47','2021-06-14 07:21:47','103.81.84.152',NULL,NULL),(80563,'four_oh_four','2021-06-14 02:53:18','2021-06-14 07:53:18','3.83.85.242',NULL,NULL),(80564,'four_oh_four','2021-06-14 03:23:15','2021-06-14 08:23:15','40.77.167.69',NULL,NULL),(80565,'four_oh_four','2021-06-14 03:27:07','2021-06-14 08:27:07','202.39.38.247',NULL,NULL),(80566,'four_oh_four','2021-06-14 03:56:50','2021-06-14 08:56:50','207.46.13.73',NULL,NULL),(80567,'four_oh_four','2021-06-14 03:59:50','2021-06-14 08:59:50','77.87.196.88',NULL,NULL),(80568,'four_oh_four','2021-06-14 04:01:51','2021-06-14 09:01:51','50.117.120.146',NULL,NULL),(80569,'four_oh_four','2021-06-14 04:01:54','2021-06-14 09:01:54','50.117.120.146',NULL,NULL),(80570,'four_oh_four','2021-06-14 04:22:20','2021-06-14 09:22:20','47.89.31.26',NULL,NULL),(80571,'four_oh_four','2021-06-14 04:22:23','2021-06-14 09:22:23','47.89.31.26',NULL,NULL),(80572,'four_oh_four','2021-06-14 04:37:08','2021-06-14 09:37:08','185.209.22.137',NULL,NULL),(80573,'four_oh_four','2021-06-14 05:24:56','2021-06-14 10:24:56','40.77.167.5',NULL,NULL),(80574,'four_oh_four','2021-06-14 05:44:26','2021-06-14 10:44:26','77.87.196.88',NULL,NULL),(80575,'four_oh_four','2021-06-14 07:25:19','2021-06-14 12:25:19','207.46.13.74',NULL,NULL),(80576,'four_oh_four','2021-06-14 07:35:36','2021-06-14 12:35:36','85.208.187.223',NULL,NULL),(80577,'four_oh_four','2021-06-14 08:30:31','2021-06-14 13:30:31','47.75.164.53',NULL,NULL),(80578,'four_oh_four','2021-06-14 10:15:23','2021-06-14 15:15:23','213.166.82.155',NULL,NULL),(80579,'four_oh_four','2021-06-14 10:25:59','2021-06-14 15:25:59','207.148.125.52',NULL,NULL),(80580,'four_oh_four','2021-06-14 10:42:30','2021-06-14 15:42:30','69.46.91.146',NULL,NULL),(80581,'four_oh_four','2021-06-14 10:42:33','2021-06-14 15:42:33','69.46.91.146',NULL,NULL),(80582,'four_oh_four','2021-06-14 12:41:44','2021-06-14 17:41:44','43.128.57.178',NULL,NULL),(80583,'four_oh_four','2021-06-14 12:45:47','2021-06-14 17:45:47','47.75.44.156',NULL,NULL),(80584,'four_oh_four','2021-06-14 13:13:06','2021-06-14 18:13:06','209.73.144.74',NULL,NULL),(80585,'four_oh_four','2021-06-14 13:13:10','2021-06-14 18:13:10','209.73.144.74',NULL,NULL),(80586,'four_oh_four','2021-06-14 14:05:34','2021-06-14 19:05:34','184.154.76.35',NULL,NULL),(80587,'four_oh_four','2021-06-14 14:52:26','2021-06-14 19:52:26','45.86.202.18',NULL,NULL),(80588,'four_oh_four','2021-06-14 15:08:49','2021-06-14 20:08:49','91.134.248.253',NULL,NULL),(80589,'four_oh_four','2021-06-14 16:01:41','2021-06-14 21:01:41','202.39.38.247',NULL,NULL),(80590,'four_oh_four','2021-06-14 16:11:18','2021-06-14 21:11:18','5.248.239.18',NULL,NULL),(80591,'four_oh_four','2021-06-14 16:44:27','2021-06-14 21:44:27','100.36.86.238',NULL,NULL),(80592,'four_oh_four','2021-06-14 16:45:15','2021-06-14 21:45:15','100.36.86.238',NULL,NULL),(80593,'four_oh_four','2021-06-14 18:07:24','2021-06-14 23:07:24','185.247.21.167',NULL,NULL),(80594,'four_oh_four','2021-06-14 19:40:11','2021-06-15 00:40:11','118.169.87.103',NULL,NULL),(80595,'four_oh_four','2021-06-14 19:46:01','2021-06-15 00:46:01','207.46.13.73',NULL,NULL),(80596,'four_oh_four','2021-06-14 20:23:32','2021-06-15 01:23:32','188.163.47.9',NULL,NULL),(80597,'four_oh_four','2021-06-14 21:10:11','2021-06-15 02:10:11','178.159.37.139',NULL,NULL),(80598,'four_oh_four','2021-06-14 22:29:59','2021-06-15 03:29:59','208.102.51.6',NULL,NULL),(80599,'four_oh_four','2021-06-14 23:08:29','2021-06-15 04:08:29','157.55.39.98',NULL,NULL),(80600,'four_oh_four','2021-06-14 23:10:01','2021-06-15 04:10:01','54.172.199.118',NULL,NULL),(80601,'four_oh_four','2021-06-15 04:52:23','2021-06-15 09:52:23','207.46.13.73',NULL,NULL),(80602,'four_oh_four','2021-06-15 06:00:58','2021-06-15 11:00:58','138.199.47.140',NULL,NULL),(80603,'four_oh_four','2021-06-15 06:21:11','2021-06-15 11:21:11','207.46.13.73',NULL,NULL),(80604,'four_oh_four','2021-06-15 06:44:58','2021-06-15 11:44:58','5.188.48.98',NULL,NULL),(80605,'four_oh_four','2021-06-15 06:44:58','2021-06-15 11:44:58','5.188.48.98',NULL,NULL),(80606,'four_oh_four','2021-06-15 07:17:06','2021-06-15 12:17:06','198.71.231.18',NULL,NULL),(80607,'four_oh_four','2021-06-15 09:55:08','2021-06-15 14:55:08','40.77.167.5',NULL,NULL),(80608,'four_oh_four','2021-06-15 10:37:19','2021-06-15 15:37:19','185.247.21.167',NULL,NULL),(80609,'four_oh_four','2021-06-15 13:05:59','2021-06-15 18:05:59','185.145.13.85',NULL,NULL),(80610,'four_oh_four','2021-06-15 14:06:02','2021-06-15 19:06:02','184.154.139.18',NULL,NULL),(80611,'four_oh_four','2021-06-15 14:31:36','2021-06-15 19:31:36','85.238.102.236',NULL,NULL),(80612,'four_oh_four','2021-06-15 15:48:25','2021-06-15 20:48:25','209.73.144.74',NULL,NULL),(80613,'four_oh_four','2021-06-15 17:27:01','2021-06-15 22:27:01','157.55.39.154',NULL,NULL),(80614,'four_oh_four','2021-06-15 17:45:25','2021-06-15 22:45:25','185.247.21.167',NULL,NULL),(80615,'four_oh_four','2021-06-15 18:10:42','2021-06-15 23:10:42','154.13.1.166',NULL,NULL),(80616,'four_oh_four','2021-06-15 18:34:53','2021-06-15 23:34:53','51.68.11.191',NULL,NULL),(80617,'four_oh_four','2021-06-15 20:21:31','2021-06-16 01:21:31','5.188.48.88',NULL,NULL),(80618,'four_oh_four','2021-06-15 20:27:15','2021-06-16 01:27:15','34.207.107.85',NULL,NULL),(80619,'four_oh_four','2021-06-15 21:11:12','2021-06-16 02:11:12','213.166.82.155',NULL,NULL),(80620,'four_oh_four','2021-06-15 21:21:43','2021-06-16 02:21:43','88.147.174.111',NULL,NULL),(80621,'four_oh_four','2021-06-15 21:55:41','2021-06-16 02:55:41','213.238.169.59',NULL,NULL),(80622,'four_oh_four','2021-06-15 22:03:25','2021-06-16 03:03:25','5.188.48.22',NULL,NULL),(80623,'four_oh_four','2021-06-15 22:36:10','2021-06-16 03:36:10','3.94.137.21',NULL,NULL),(80624,'four_oh_four','2021-06-15 22:36:13','2021-06-16 03:36:13','3.94.137.21',NULL,NULL),(80625,'four_oh_four','2021-06-15 22:36:17','2021-06-16 03:36:17','3.94.137.21',NULL,NULL),(80626,'four_oh_four','2021-06-15 22:36:21','2021-06-16 03:36:21','3.94.137.21',NULL,NULL),(80627,'four_oh_four','2021-06-15 23:18:40','2021-06-16 04:18:40','121.43.150.254',NULL,NULL),(80628,'four_oh_four','2021-06-15 23:18:44','2021-06-16 04:18:44','121.43.150.254',NULL,NULL),(80629,'four_oh_four','2021-06-16 00:11:05','2021-06-16 05:11:05','213.238.169.59',NULL,NULL),(80630,'four_oh_four','2021-06-16 00:13:34','2021-06-16 05:13:34','193.233.158.152',NULL,NULL),(80631,'four_oh_four','2021-06-16 00:20:26','2021-06-16 05:20:26','207.46.13.74',NULL,NULL),(80632,'four_oh_four','2021-06-16 00:20:44','2021-06-16 05:20:44','132.145.99.32',NULL,NULL),(80633,'four_oh_four','2021-06-16 01:19:28','2021-06-16 06:19:28','157.55.39.29',NULL,NULL),(80634,'four_oh_four','2021-06-16 01:31:20','2021-06-16 06:31:20','69.46.91.146',NULL,NULL),(80635,'four_oh_four','2021-06-16 01:31:23','2021-06-16 06:31:23','69.46.91.146',NULL,NULL),(80636,'four_oh_four','2021-06-16 02:15:14','2021-06-16 07:15:14','121.43.150.254',NULL,NULL),(80637,'four_oh_four','2021-06-16 02:15:18','2021-06-16 07:15:18','121.43.150.254',NULL,NULL),(80638,'four_oh_four','2021-06-16 02:23:56','2021-06-16 07:23:56','199.231.188.248',NULL,NULL),(80639,'four_oh_four','2021-06-16 02:23:58','2021-06-16 07:23:58','199.231.188.248',NULL,NULL),(80640,'four_oh_four','2021-06-16 02:42:28','2021-06-16 07:42:28','85.208.187.223',NULL,NULL),(80641,'four_oh_four','2021-06-16 04:39:48','2021-06-16 09:39:48','157.7.188.132',NULL,NULL),(80642,'four_oh_four','2021-06-16 06:32:50','2021-06-16 11:32:50','181.214.61.49',NULL,NULL),(80643,'four_oh_four','2021-06-16 06:32:53','2021-06-16 11:32:53','181.214.61.49',NULL,NULL),(80644,'four_oh_four','2021-06-16 06:32:56','2021-06-16 11:32:56','181.214.61.49',NULL,NULL),(80645,'four_oh_four','2021-06-16 06:55:27','2021-06-16 11:55:27','5.188.48.22',NULL,NULL),(80646,'four_oh_four','2021-06-16 06:55:27','2021-06-16 11:55:27','5.188.48.22',NULL,NULL),(80647,'four_oh_four','2021-06-16 07:29:22','2021-06-16 12:29:22','148.70.125.137',NULL,NULL),(80648,'four_oh_four','2021-06-16 07:29:26','2021-06-16 12:29:26','148.70.125.137',NULL,NULL),(80649,'four_oh_four','2021-06-16 08:10:30','2021-06-16 13:10:30','185.247.21.167',NULL,NULL),(80650,'four_oh_four','2021-06-16 08:51:46','2021-06-16 13:51:46','47.52.135.58',NULL,NULL),(80651,'four_oh_four','2021-06-16 08:55:07','2021-06-16 13:55:07','199.188.221.154',NULL,NULL),(80652,'four_oh_four','2021-06-16 09:18:30','2021-06-16 14:18:30','5.160.200.204',NULL,NULL),(80653,'four_oh_four','2021-06-16 09:27:19','2021-06-16 14:27:19','202.39.38.247',NULL,NULL),(80654,'four_oh_four','2021-06-16 09:27:24','2021-06-16 14:27:24','202.39.38.247',NULL,NULL),(80655,'four_oh_four','2021-06-16 09:37:33','2021-06-16 14:37:33','195.228.152.16',NULL,NULL),(80656,'four_oh_four','2021-06-16 14:04:23','2021-06-16 19:04:23','184.154.139.3',NULL,NULL),(80657,'four_oh_four','2021-06-16 15:53:23','2021-06-16 20:53:23','149.56.150.30',NULL,NULL),(80658,'brute_force','2021-06-16 15:58:05','2021-06-16 20:58:05','194.35.233.114',NULL,NULL),(80659,'brute_force','2021-06-16 15:58:05','2021-06-16 20:58:05',NULL,NULL,'zphiblgz'),(80660,'brute_force','2021-06-16 15:59:06','2021-06-16 20:59:06','194.35.233.114',NULL,NULL),(80661,'brute_force','2021-06-16 15:59:06','2021-06-16 20:59:06',NULL,NULL,'zphiblgz'),(80662,'brute_force','2021-06-16 16:00:07','2021-06-16 21:00:07','194.35.233.114',NULL,NULL),(80663,'brute_force','2021-06-16 16:00:07','2021-06-16 21:00:07',NULL,NULL,'zphiblgz'),(80664,'brute_force','2021-06-16 16:01:08','2021-06-16 21:01:08','194.35.233.114',NULL,NULL),(80665,'brute_force','2021-06-16 16:01:08','2021-06-16 21:01:08',NULL,NULL,'zphiblgz'),(80666,'brute_force','2021-06-16 16:02:09','2021-06-16 21:02:09','194.35.233.114',NULL,NULL),(80667,'brute_force','2021-06-16 16:02:09','2021-06-16 21:02:09',NULL,NULL,'zphiblgz'),(80668,'brute_force','2021-06-16 16:17:24','2021-06-16 21:17:24','194.35.233.114',NULL,NULL),(80669,'brute_force','2021-06-16 16:17:24','2021-06-16 21:17:24',NULL,NULL,'zphiblgz'),(80670,'brute_force','2021-06-16 16:32:39','2021-06-16 21:32:39','194.35.233.114',NULL,NULL),(80671,'brute_force','2021-06-16 16:32:39','2021-06-16 21:32:39',NULL,NULL,'zphiblgz'),(80672,'brute_force','2021-06-16 16:33:40','2021-06-16 21:33:40','194.35.233.114',NULL,NULL),(80673,'brute_force','2021-06-16 16:33:40','2021-06-16 21:33:40',NULL,NULL,'zphiblgz'),(80674,'brute_force','2021-06-16 16:34:41','2021-06-16 21:34:41','194.35.233.114',NULL,NULL),(80675,'brute_force','2021-06-16 16:34:41','2021-06-16 21:34:41',NULL,NULL,'zphiblgz'),(80676,'brute_force','2021-06-16 16:35:42','2021-06-16 21:35:42','194.35.233.114',NULL,NULL),(80677,'brute_force','2021-06-16 16:35:42','2021-06-16 21:35:42',NULL,NULL,'zphiblgz'),(80678,'brute_force','2021-06-16 16:36:43','2021-06-16 21:36:43','194.35.233.114',NULL,NULL),(80679,'brute_force','2021-06-16 16:36:43','2021-06-16 21:36:43',NULL,NULL,'zphiblgz'),(80680,'brute_force','2021-06-16 16:51:58','2021-06-16 21:51:58','194.35.233.114',NULL,NULL),(80681,'brute_force','2021-06-16 16:51:58','2021-06-16 21:51:58',NULL,NULL,'zphiblgz'),(80682,'brute_force','2021-06-16 17:07:13','2021-06-16 22:07:13','194.35.233.114',NULL,NULL),(80683,'brute_force','2021-06-16 17:07:13','2021-06-16 22:07:13',NULL,NULL,'zphiblgz'),(80684,'brute_force','2021-06-16 17:08:14','2021-06-16 22:08:14','194.35.233.114',NULL,NULL),(80685,'brute_force','2021-06-16 17:08:14','2021-06-16 22:08:14',NULL,NULL,'zphiblgz'),(80686,'brute_force','2021-06-16 17:09:15','2021-06-16 22:09:15','194.35.233.114',NULL,NULL),(80687,'brute_force','2021-06-16 17:09:15','2021-06-16 22:09:15',NULL,NULL,'zphiblgz'),(80688,'brute_force','2021-06-16 17:10:16','2021-06-16 22:10:16','194.35.233.114',NULL,NULL),(80689,'brute_force','2021-06-16 17:10:16','2021-06-16 22:10:16',NULL,NULL,'zphiblgz'),(80690,'brute_force','2021-06-16 17:11:17','2021-06-16 22:11:17','194.35.233.114',NULL,NULL),(80691,'brute_force','2021-06-16 17:11:17','2021-06-16 22:11:17',NULL,NULL,'zphiblgz'),(80692,'four_oh_four','2021-06-16 17:36:52','2021-06-16 22:36:52','178.127.108.14',NULL,NULL),(80693,'four_oh_four','2021-06-16 17:58:36','2021-06-16 22:58:36','52.184.159.38',NULL,NULL),(80694,'four_oh_four','2021-06-16 17:58:39','2021-06-16 22:58:39','52.184.159.38',NULL,NULL),(80695,'four_oh_four','2021-06-16 17:58:44','2021-06-16 22:58:44','52.184.159.38',NULL,NULL),(80696,'four_oh_four','2021-06-16 17:58:46','2021-06-16 22:58:46','52.184.159.38',NULL,NULL),(80697,'four_oh_four','2021-06-16 17:58:51','2021-06-16 22:58:51','52.184.159.38',NULL,NULL),(80698,'four_oh_four','2021-06-16 17:58:54','2021-06-16 22:58:54','52.184.159.38',NULL,NULL),(80699,'four_oh_four','2021-06-16 17:58:57','2021-06-16 22:58:57','52.184.159.38',NULL,NULL),(80700,'four_oh_four','2021-06-16 17:59:01','2021-06-16 22:59:01','52.184.159.38',NULL,NULL),(80701,'four_oh_four','2021-06-16 18:04:53','2021-06-16 23:04:53','171.22.26.50',NULL,NULL),(80702,'four_oh_four','2021-06-16 18:20:45','2021-06-16 23:20:45','18.207.136.41',NULL,NULL),(80703,'four_oh_four','2021-06-16 20:03:05','2021-06-17 01:03:05','95.79.202.108',NULL,NULL),(80704,'four_oh_four','2021-06-16 20:52:24','2021-06-17 01:52:24','40.77.167.69',NULL,NULL),(80705,'four_oh_four','2021-06-16 21:47:50','2021-06-17 02:47:50','95.55.84.195',NULL,NULL),(80706,'four_oh_four','2021-06-16 23:30:41','2021-06-17 04:30:41','66.249.65.90',NULL,NULL),(80707,'four_oh_four','2021-06-16 23:51:32','2021-06-17 04:51:32','207.46.13.73',NULL,NULL),(80708,'four_oh_four','2021-06-17 00:53:21','2021-06-17 05:53:21','85.128.143.59',NULL,NULL),(80709,'four_oh_four','2021-06-17 01:05:12','2021-06-17 06:05:12','185.209.22.137',NULL,NULL),(80710,'four_oh_four','2021-06-17 03:31:39','2021-06-17 08:31:39','148.251.54.157',NULL,NULL),(80711,'four_oh_four','2021-06-17 03:46:55','2021-06-17 08:46:55','188.35.131.246',NULL,NULL),(80712,'four_oh_four','2021-06-17 05:28:10','2021-06-17 10:28:10','66.249.65.90',NULL,NULL),(80713,'four_oh_four','2021-06-17 06:48:03','2021-06-17 11:48:03','62.16.11.210',NULL,NULL),(80714,'four_oh_four','2021-06-17 07:48:27','2021-06-17 12:48:27','8.209.89.113',NULL,NULL),(80715,'four_oh_four','2021-06-17 08:01:29','2021-06-17 13:01:29','66.249.65.90',NULL,NULL),(80716,'four_oh_four','2021-06-17 10:58:07','2021-06-17 15:58:07','101.36.121.4',NULL,NULL),(80717,'four_oh_four','2021-06-17 10:58:11','2021-06-17 15:58:11','101.36.121.4',NULL,NULL),(80718,'four_oh_four','2021-06-17 11:51:59','2021-06-17 16:51:59','185.247.21.167',NULL,NULL),(80719,'four_oh_four','2021-06-17 11:59:51','2021-06-17 16:59:51','87.247.244.117',NULL,NULL),(80720,'four_oh_four','2021-06-17 12:36:12','2021-06-17 17:36:12','209.126.30.101',NULL,NULL),(80721,'four_oh_four','2021-06-17 12:36:16','2021-06-17 17:36:16','209.126.30.101',NULL,NULL),(80722,'four_oh_four','2021-06-17 12:57:19','2021-06-17 17:57:19','138.197.139.255',NULL,NULL),(80723,'four_oh_four','2021-06-17 14:08:06','2021-06-17 19:08:06','184.154.139.17',NULL,NULL),(80724,'four_oh_four','2021-06-17 18:17:00','2021-06-17 23:17:00','184.178.172.28',NULL,NULL),(80725,'four_oh_four','2021-06-17 18:19:44','2021-06-17 23:19:44','194.246.92.120',NULL,NULL),(80726,'four_oh_four','2021-06-17 18:20:28','2021-06-17 23:20:28','47.89.31.26',NULL,NULL),(80727,'four_oh_four','2021-06-17 19:01:51','2021-06-18 00:01:51','148.72.232.125',NULL,NULL),(80728,'four_oh_four','2021-06-17 19:36:50','2021-06-18 00:36:50','77.87.196.88',NULL,NULL),(80729,'four_oh_four','2021-06-17 19:51:47','2021-06-18 00:51:47','199.188.221.154',NULL,NULL),(80730,'four_oh_four','2021-06-17 20:36:15','2021-06-18 01:36:15','198.71.228.70',NULL,NULL),(80731,'four_oh_four','2021-06-17 20:51:01','2021-06-18 01:51:01','185.232.14.17',NULL,NULL),(80732,'four_oh_four','2021-06-17 21:45:12','2021-06-18 02:45:12','65.60.5.221',NULL,NULL),(80733,'four_oh_four','2021-06-17 22:21:11','2021-06-18 03:21:11','178.159.37.139',NULL,NULL),(80734,'four_oh_four','2021-06-17 22:35:43','2021-06-18 03:35:43','5.160.200.204',NULL,NULL),(80735,'four_oh_four','2021-06-17 23:49:55','2021-06-18 04:49:55','45.90.196.158',NULL,NULL),(80736,'four_oh_four','2021-06-18 00:34:33','2021-06-18 05:34:33','5.188.48.98',NULL,NULL),(80737,'four_oh_four','2021-06-18 01:06:07','2021-06-18 06:06:07','209.126.30.101',NULL,NULL),(80738,'four_oh_four','2021-06-18 01:24:22','2021-06-18 06:24:22','40.77.167.69',NULL,NULL),(80739,'four_oh_four','2021-06-18 01:32:55','2021-06-18 06:32:55','62.16.2.110',NULL,NULL),(80740,'four_oh_four','2021-06-18 03:23:22','2021-06-18 08:23:22','198.71.231.39',NULL,NULL),(80741,'four_oh_four','2021-06-18 03:23:22','2021-06-18 08:23:22','198.71.231.39',NULL,NULL),(80742,'four_oh_four','2021-06-18 04:52:49','2021-06-18 09:52:49','207.46.13.73',NULL,NULL),(80743,'four_oh_four','2021-06-18 06:39:12','2021-06-18 11:39:12','210.86.239.43',NULL,NULL),(80744,'four_oh_four','2021-06-18 07:25:23','2021-06-18 12:25:23','47.52.135.58',NULL,NULL),(80745,'four_oh_four','2021-06-18 09:18:45','2021-06-18 14:18:45','188.68.47.141',NULL,NULL),(80746,'four_oh_four','2021-06-18 10:58:27','2021-06-18 15:58:27','212.19.30.131',NULL,NULL),(80747,'four_oh_four','2021-06-18 11:20:14','2021-06-18 16:20:14','149.56.150.8',NULL,NULL),(80748,'four_oh_four','2021-06-18 11:44:21','2021-06-18 16:44:21','23.228.109.147',NULL,NULL),(80749,'four_oh_four','2021-06-18 13:17:25','2021-06-18 18:17:25','46.209.20.190',NULL,NULL),(80750,'four_oh_four','2021-06-18 14:09:26','2021-06-18 19:09:26','184.154.139.21',NULL,NULL),(80751,'four_oh_four','2021-06-18 16:31:32','2021-06-18 21:31:32','206.189.24.121',NULL,NULL),(80752,'four_oh_four','2021-06-18 16:33:36','2021-06-18 21:33:36','206.189.24.121',NULL,NULL),(80753,'four_oh_four','2021-06-18 16:36:33','2021-06-18 21:36:33','87.98.251.172',NULL,NULL),(80754,'four_oh_four','2021-06-18 17:20:33','2021-06-18 22:20:33','182.50.151.69',NULL,NULL),(80755,'four_oh_four','2021-06-18 17:20:33','2021-06-18 22:20:33','182.50.151.69',NULL,NULL),(80756,'four_oh_four','2021-06-18 19:00:35','2021-06-19 00:00:35','181.214.61.65',NULL,NULL),(80757,'four_oh_four','2021-06-18 19:00:38','2021-06-19 00:00:38','181.214.61.65',NULL,NULL),(80758,'four_oh_four','2021-06-18 19:00:41','2021-06-19 00:00:41','181.214.61.65',NULL,NULL),(80759,'four_oh_four','2021-06-18 19:00:44','2021-06-19 00:00:44','181.214.61.65',NULL,NULL),(80760,'four_oh_four','2021-06-18 19:07:34','2021-06-19 00:07:34','184.168.46.193',NULL,NULL),(80761,'four_oh_four','2021-06-18 19:44:04','2021-06-19 00:44:04','3.80.127.42',NULL,NULL),(80762,'four_oh_four','2021-06-18 22:48:05','2021-06-19 03:48:05','188.163.46.213',NULL,NULL),(80763,'four_oh_four','2021-06-19 00:31:37','2021-06-19 05:31:37','77.111.247.12',NULL,NULL),(80764,'four_oh_four','2021-06-19 00:31:37','2021-06-19 05:31:37','77.111.247.11',NULL,NULL),(80765,'four_oh_four','2021-06-19 01:09:13','2021-06-19 06:09:13','66.249.65.90',NULL,NULL),(80766,'four_oh_four','2021-06-19 02:25:32','2021-06-19 07:25:32','5.188.48.22',NULL,NULL),(80767,'four_oh_four','2021-06-19 04:08:04','2021-06-19 09:08:04','213.166.82.155',NULL,NULL),(80768,'four_oh_four','2021-06-19 05:51:42','2021-06-19 10:51:42','144.217.135.141',NULL,NULL),(80769,'four_oh_four','2021-06-19 06:24:19','2021-06-19 11:24:19','157.55.39.25',NULL,NULL),(80770,'four_oh_four','2021-06-19 09:23:36','2021-06-19 14:23:36','207.46.13.160',NULL,NULL),(80771,'four_oh_four','2021-06-19 10:32:55','2021-06-19 15:32:55','92.38.136.69',NULL,NULL),(80772,'four_oh_four','2021-06-19 11:38:12','2021-06-19 16:38:12','213.166.82.155',NULL,NULL),(80773,'four_oh_four','2021-06-19 11:40:56','2021-06-19 16:40:56','95.79.202.108',NULL,NULL),(80774,'brute_force','2021-06-19 12:07:43','2021-06-19 17:07:43','68.134.132.38',NULL,NULL),(80775,'brute_force','2021-06-19 12:07:43','2021-06-19 17:07:43',NULL,NULL,'lindabrigmon'),(80776,'four_oh_four','2021-06-19 14:04:46','2021-06-19 19:04:46','184.154.76.35',NULL,NULL),(80777,'four_oh_four','2021-06-19 17:12:04','2021-06-19 22:12:04','34.207.57.183',NULL,NULL),(80778,'four_oh_four','2021-06-19 18:52:09','2021-06-19 23:52:09','135.181.4.98',NULL,NULL),(80779,'four_oh_four','2021-06-19 21:41:54','2021-06-20 02:41:54','8.209.90.55',NULL,NULL),(80780,'four_oh_four','2021-06-19 21:49:28','2021-06-20 02:49:28','5.188.48.98',NULL,NULL),(80781,'four_oh_four','2021-06-19 22:52:20','2021-06-20 03:52:20','23.254.56.32',NULL,NULL),(80782,'four_oh_four','2021-06-20 01:54:39','2021-06-20 06:54:39','195.154.171.54',NULL,NULL),(80783,'four_oh_four','2021-06-20 02:39:14','2021-06-20 07:39:14','178.121.83.138',NULL,NULL),(80784,'four_oh_four','2021-06-20 03:16:33','2021-06-20 08:16:33','27.102.81.37',NULL,NULL),(80785,'four_oh_four','2021-06-20 03:16:37','2021-06-20 08:16:37','27.102.81.37',NULL,NULL),(80786,'four_oh_four','2021-06-20 03:16:42','2021-06-20 08:16:42','27.102.81.37',NULL,NULL),(80787,'four_oh_four','2021-06-20 03:16:47','2021-06-20 08:16:47','27.102.81.37',NULL,NULL),(80788,'four_oh_four','2021-06-20 07:18:17','2021-06-20 12:18:17','85.208.187.223',NULL,NULL),(80789,'four_oh_four','2021-06-20 09:51:59','2021-06-20 14:51:59','89.184.66.143',NULL,NULL),(80790,'four_oh_four','2021-06-20 10:05:04','2021-06-20 15:05:04','199.249.230.161',NULL,NULL),(80791,'four_oh_four','2021-06-20 14:02:11','2021-06-20 19:02:11','132.145.78.163',NULL,NULL),(80792,'four_oh_four','2021-06-20 14:02:26','2021-06-20 19:02:26','184.154.139.21',NULL,NULL),(80793,'four_oh_four','2021-06-20 14:35:48','2021-06-20 19:35:48','5.188.48.88',NULL,NULL),(80794,'four_oh_four','2021-06-20 17:42:05','2021-06-20 22:42:05','2.57.169.168',NULL,NULL),(80795,'four_oh_four','2021-06-20 18:35:00','2021-06-20 23:35:00','185.125.169.30',NULL,NULL),(80796,'four_oh_four','2021-06-20 19:44:05','2021-06-21 00:44:05','171.244.1.84',NULL,NULL),(80797,'four_oh_four','2021-06-20 22:03:54','2021-06-21 03:03:54','188.35.131.246',NULL,NULL),(80798,'four_oh_four','2021-06-20 22:07:59','2021-06-21 03:07:59','178.159.37.139',NULL,NULL),(80799,'four_oh_four','2021-06-20 22:35:58','2021-06-21 03:35:58','34.207.107.85',NULL,NULL),(80800,'four_oh_four','2021-06-21 01:40:37','2021-06-21 06:40:37','27.102.81.37',NULL,NULL),(80801,'four_oh_four','2021-06-21 01:40:43','2021-06-21 06:40:43','27.102.81.37',NULL,NULL),(80802,'four_oh_four','2021-06-21 01:40:48','2021-06-21 06:40:48','27.102.81.37',NULL,NULL),(80803,'four_oh_four','2021-06-21 01:40:53','2021-06-21 06:40:53','27.102.81.37',NULL,NULL),(80804,'four_oh_four','2021-06-21 03:41:06','2021-06-21 08:41:06','14.63.222.80',NULL,NULL),(80805,'four_oh_four','2021-06-21 03:41:10','2021-06-21 08:41:10','14.63.222.80',NULL,NULL),(80806,'four_oh_four','2021-06-21 03:41:15','2021-06-21 08:41:15','14.63.222.80',NULL,NULL),(80807,'four_oh_four','2021-06-21 03:41:20','2021-06-21 08:41:20','14.63.222.80',NULL,NULL),(80808,'four_oh_four','2021-06-21 07:05:54','2021-06-21 12:05:54','144.217.137.34',NULL,NULL),(80809,'four_oh_four','2021-06-21 07:19:40','2021-06-21 12:19:40','161.117.9.99',NULL,NULL),(80810,'four_oh_four','2021-06-21 09:05:02','2021-06-21 14:05:02','77.83.149.91',NULL,NULL),(80811,'four_oh_four','2021-06-21 10:39:34','2021-06-21 15:39:34','213.166.82.155',NULL,NULL),(80812,'four_oh_four','2021-06-21 11:17:13','2021-06-21 16:17:13','142.4.211.54',NULL,NULL),(80813,'four_oh_four','2021-06-21 13:08:49','2021-06-21 18:08:49','90.154.72.33',NULL,NULL),(80814,'four_oh_four','2021-06-21 14:03:48','2021-06-21 19:03:48','62.16.8.150',NULL,NULL),(80815,'four_oh_four','2021-06-21 14:05:38','2021-06-21 19:05:38','184.154.76.35',NULL,NULL),(80816,'four_oh_four','2021-06-21 14:23:37','2021-06-21 19:23:37','77.88.5.226',NULL,NULL),(80817,'four_oh_four','2021-06-21 15:52:48','2021-06-21 20:52:48','176.114.190.62',NULL,NULL),(80818,'four_oh_four','2021-06-21 21:58:24','2021-06-22 02:58:24','40.77.167.25',NULL,NULL),(80819,'four_oh_four','2021-06-22 00:38:01','2021-06-22 05:38:01','18.234.145.247',NULL,NULL),(80820,'four_oh_four','2021-06-22 01:19:53','2021-06-22 06:19:53','181.214.58.177',NULL,NULL),(80821,'four_oh_four','2021-06-22 01:19:57','2021-06-22 06:19:57','181.214.58.177',NULL,NULL),(80822,'four_oh_four','2021-06-22 01:20:00','2021-06-22 06:20:00','181.214.58.177',NULL,NULL),(80823,'four_oh_four','2021-06-22 01:20:03','2021-06-22 06:20:03','181.214.58.177',NULL,NULL),(80824,'four_oh_four','2021-06-22 02:05:11','2021-06-22 07:05:11','157.55.39.25',NULL,NULL),(80825,'four_oh_four','2021-06-22 02:59:00','2021-06-22 07:59:00','157.55.39.74',NULL,NULL),(80826,'four_oh_four','2021-06-22 04:29:01','2021-06-22 09:29:01','31.134.125.80',NULL,NULL),(80827,'four_oh_four','2021-06-22 06:08:34','2021-06-22 11:08:34','94.181.47.232',NULL,NULL),(80828,'four_oh_four','2021-06-22 07:40:49','2021-06-22 12:40:49','62.16.8.150',NULL,NULL),(80829,'four_oh_four','2021-06-22 10:44:14','2021-06-22 15:44:14','66.249.64.254',NULL,NULL),(80830,'four_oh_four','2021-06-22 14:08:04','2021-06-22 19:08:04','184.154.139.20',NULL,NULL),(80831,'four_oh_four','2021-06-22 20:58:12','2021-06-23 01:58:12','54.146.89.27',NULL,NULL),(80832,'four_oh_four','2021-06-22 21:14:58','2021-06-23 02:14:58','150.129.151.42',NULL,NULL),(80833,'four_oh_four','2021-06-22 22:05:20','2021-06-23 03:05:20','23.254.56.32',NULL,NULL),(80834,'four_oh_four','2021-06-22 22:44:18','2021-06-23 03:44:18','52.201.182.91',NULL,NULL),(80835,'four_oh_four','2021-06-22 22:44:21','2021-06-23 03:44:21','52.201.182.91',NULL,NULL),(80836,'four_oh_four','2021-06-22 22:44:23','2021-06-23 03:44:23','52.201.182.91',NULL,NULL),(80837,'four_oh_four','2021-06-22 22:44:25','2021-06-23 03:44:25','52.201.182.91',NULL,NULL),(80838,'four_oh_four','2021-06-22 23:57:31','2021-06-23 04:57:31','66.249.64.254',NULL,NULL),(80839,'four_oh_four','2021-06-23 07:02:25','2021-06-23 12:02:25','157.55.39.25',NULL,NULL),(80840,'four_oh_four','2021-06-23 07:30:36','2021-06-23 12:30:36','199.187.211.89',NULL,NULL),(80841,'four_oh_four','2021-06-23 07:30:42','2021-06-23 12:30:42','199.187.211.89',NULL,NULL),(80842,'four_oh_four','2021-06-23 07:30:48','2021-06-23 12:30:48','199.187.211.89',NULL,NULL),(80843,'four_oh_four','2021-06-23 09:27:11','2021-06-23 14:27:11','108.161.131.137',NULL,NULL),(80844,'four_oh_four','2021-06-23 09:27:25','2021-06-23 14:27:25','108.161.131.137',NULL,NULL),(80845,'four_oh_four','2021-06-23 09:34:40','2021-06-23 14:34:40','45.131.194.235',NULL,NULL),(80846,'four_oh_four','2021-06-23 10:06:57','2021-06-23 15:06:57','188.122.82.146',NULL,NULL),(80847,'brute_force','2021-06-23 12:07:45','2021-06-23 17:07:45','68.134.132.38',NULL,NULL),(80848,'brute_force','2021-06-23 12:07:45','2021-06-23 17:07:45',NULL,NULL,'linda'),(80849,'brute_force','2021-06-23 12:08:08','2021-06-23 17:08:08','68.134.132.38',NULL,NULL),(80850,'brute_force','2021-06-23 12:08:08','2021-06-23 17:08:08',NULL,NULL,'lindabrigmon'),(80851,'brute_force','2021-06-23 12:08:24','2021-06-23 17:08:24','68.134.132.38',NULL,NULL),(80852,'brute_force','2021-06-23 12:08:24','2021-06-23 17:08:24',NULL,NULL,'lindabrigmon'),(80853,'brute_force','2021-06-23 12:09:16','2021-06-23 17:09:16','68.134.132.38',NULL,NULL),(80854,'brute_force','2021-06-23 12:09:16','2021-06-23 17:09:16',NULL,NULL,'LindaBrigmon'),(80855,'four_oh_four','2021-06-23 12:27:39','2021-06-23 17:27:39','135.181.0.55',NULL,NULL),(80856,'four_oh_four','2021-06-23 12:54:05','2021-06-23 17:54:05','93.85.149.114',NULL,NULL),(80857,'four_oh_four','2021-06-23 14:04:54','2021-06-23 19:04:54','184.154.139.3',NULL,NULL),(80858,'four_oh_four','2021-06-23 19:55:23','2021-06-24 00:55:23','62.210.80.33',NULL,NULL),(80859,'four_oh_four','2021-06-23 20:02:44','2021-06-24 01:02:44','94.198.50.98',NULL,NULL),(80860,'four_oh_four','2021-06-24 00:16:21','2021-06-24 05:16:21','184.178.172.28',NULL,NULL),(80861,'four_oh_four','2021-06-24 01:00:03','2021-06-24 06:00:03','94.155.33.88',NULL,NULL),(80862,'four_oh_four','2021-06-24 01:00:06','2021-06-24 06:00:06','94.155.33.88',NULL,NULL),(80863,'four_oh_four','2021-06-24 01:00:09','2021-06-24 06:00:09','94.155.33.88',NULL,NULL),(80864,'four_oh_four','2021-06-24 01:00:12','2021-06-24 06:00:12','94.155.33.88',NULL,NULL),(80865,'four_oh_four','2021-06-24 01:57:19','2021-06-24 06:57:19','162.241.217.75',NULL,NULL),(80866,'four_oh_four','2021-06-24 02:41:41','2021-06-24 07:41:41','69.49.102.228',NULL,NULL),(80867,'four_oh_four','2021-06-24 02:49:25','2021-06-24 07:49:25','77.35.166.198',NULL,NULL),(80868,'four_oh_four','2021-06-24 03:16:20','2021-06-24 08:16:20','188.121.57.5',NULL,NULL),(80869,'four_oh_four','2021-06-24 03:43:49','2021-06-24 08:43:49','188.122.82.146',NULL,NULL),(80870,'four_oh_four','2021-06-24 04:01:03','2021-06-24 09:01:03','216.245.211.14',NULL,NULL),(80871,'four_oh_four','2021-06-24 05:45:11','2021-06-24 10:45:11','135.181.4.98',NULL,NULL),(80872,'four_oh_four','2021-06-24 06:30:44','2021-06-24 11:30:44','207.46.13.160',NULL,NULL),(80873,'four_oh_four','2021-06-24 07:22:18','2021-06-24 12:22:18','161.117.10.46',NULL,NULL),(80874,'four_oh_four','2021-06-24 07:57:42','2021-06-24 12:57:42','213.166.82.155',NULL,NULL),(80875,'four_oh_four','2021-06-24 08:59:33','2021-06-24 13:59:33','188.163.47.9',NULL,NULL),(80876,'four_oh_four','2021-06-24 09:54:14','2021-06-24 14:54:14','213.166.82.155',NULL,NULL),(80877,'four_oh_four','2021-06-24 10:15:14','2021-06-24 15:15:14','8.209.97.148',NULL,NULL),(80878,'four_oh_four','2021-06-24 10:34:48','2021-06-24 15:34:48','184.178.172.28',NULL,NULL),(80879,'four_oh_four','2021-06-24 11:31:59','2021-06-24 16:31:59','157.55.39.25',NULL,NULL),(80880,'four_oh_four','2021-06-24 14:08:22','2021-06-24 19:08:22','184.154.76.35',NULL,NULL),(80881,'four_oh_four','2021-06-24 14:34:51','2021-06-24 19:34:51','54.152.41.115',NULL,NULL),(80882,'four_oh_four','2021-06-24 15:40:25','2021-06-24 20:40:25','92.38.136.69',NULL,NULL),(80883,'four_oh_four','2021-06-24 16:48:38','2021-06-24 21:48:38','162.55.89.85',NULL,NULL),(80884,'four_oh_four','2021-06-24 16:57:27','2021-06-24 21:57:27','62.210.245.181',NULL,NULL),(80885,'four_oh_four','2021-06-24 17:11:29','2021-06-24 22:11:29','154.28.188.54',NULL,NULL),(80886,'four_oh_four','2021-06-24 18:26:58','2021-06-24 23:26:58','5.160.200.204',NULL,NULL),(80887,'four_oh_four','2021-06-24 18:39:15','2021-06-24 23:39:15','40.77.167.24',NULL,NULL),(80888,'four_oh_four','2021-06-24 19:12:50','2021-06-25 00:12:50','45.88.3.179',NULL,NULL),(80889,'four_oh_four','2021-06-24 19:12:55','2021-06-25 00:12:55','45.88.3.179',NULL,NULL),(80890,'four_oh_four','2021-06-24 19:12:59','2021-06-25 00:12:59','45.88.3.179',NULL,NULL),(80891,'four_oh_four','2021-06-24 19:13:06','2021-06-25 00:13:06','45.88.3.179',NULL,NULL),(80892,'four_oh_four','2021-06-24 19:13:10','2021-06-25 00:13:10','45.88.3.179',NULL,NULL),(80893,'four_oh_four','2021-06-24 19:13:15','2021-06-25 00:13:15','45.88.3.179',NULL,NULL),(80894,'four_oh_four','2021-06-24 19:13:21','2021-06-25 00:13:21','45.88.3.179',NULL,NULL),(80895,'four_oh_four','2021-06-24 22:54:08','2021-06-25 03:54:08','178.159.37.139',NULL,NULL),(80896,'four_oh_four','2021-06-25 00:30:40','2021-06-25 05:30:40','46.33.40.178',NULL,NULL),(80897,'four_oh_four','2021-06-25 01:34:57','2021-06-25 06:34:57','176.113.251.245',NULL,NULL),(80898,'four_oh_four','2021-06-25 02:23:34','2021-06-25 07:23:34','176.113.251.245',NULL,NULL),(80899,'four_oh_four','2021-06-25 03:19:58','2021-06-25 08:19:58','176.113.251.245',NULL,NULL),(80900,'four_oh_four','2021-06-25 04:27:16','2021-06-25 09:27:16','176.113.251.245',NULL,NULL),(80901,'four_oh_four','2021-06-25 04:50:30','2021-06-25 09:50:30','62.16.8.150',NULL,NULL),(80902,'four_oh_four','2021-06-25 05:49:12','2021-06-25 10:49:12','176.113.251.245',NULL,NULL),(80903,'four_oh_four','2021-06-25 06:37:36','2021-06-25 11:37:36','40.77.167.24',NULL,NULL),(80904,'four_oh_four','2021-06-25 08:45:37','2021-06-25 13:45:37','168.119.69.91',NULL,NULL),(80905,'four_oh_four','2021-06-25 08:46:49','2021-06-25 13:46:49','144.76.102.243',NULL,NULL),(80906,'four_oh_four','2021-06-25 11:18:11','2021-06-25 16:18:11','67.222.39.95',NULL,NULL),(80907,'four_oh_four','2021-06-25 11:44:40','2021-06-25 16:44:40','54.197.197.51',NULL,NULL),(80908,'four_oh_four','2021-06-25 12:14:50','2021-06-25 17:14:50','185.142.159.194',NULL,NULL),(80909,'four_oh_four','2021-06-25 14:09:35','2021-06-25 19:09:35','184.154.139.19',NULL,NULL),(80910,'four_oh_four','2021-06-25 14:55:45','2021-06-25 19:55:45','188.122.82.146',NULL,NULL),(80911,'four_oh_four','2021-06-25 15:56:33','2021-06-25 20:56:33','157.55.39.25',NULL,NULL),(80912,'four_oh_four','2021-06-25 16:07:33','2021-06-25 21:07:33','166.88.199.2',NULL,NULL),(80913,'four_oh_four','2021-06-25 16:07:33','2021-06-25 21:07:33','166.88.199.2',NULL,NULL),(80914,'four_oh_four','2021-06-25 16:07:33','2021-06-25 21:07:33','166.88.199.2',NULL,NULL),(80915,'four_oh_four','2021-06-25 16:07:33','2021-06-25 21:07:33','166.88.199.2',NULL,NULL),(80916,'four_oh_four','2021-06-25 17:39:06','2021-06-25 22:39:06','213.166.82.155',NULL,NULL),(80917,'four_oh_four','2021-06-25 21:07:32','2021-06-26 02:07:32','178.63.51.106',NULL,NULL),(80918,'four_oh_four','2021-06-25 21:07:35','2021-06-26 02:07:35','168.119.11.187',NULL,NULL),(80919,'four_oh_four','2021-06-25 21:07:54','2021-06-26 02:07:54','78.46.90.120',NULL,NULL),(80920,'four_oh_four','2021-06-25 21:08:03','2021-06-26 02:08:03','78.46.90.120',NULL,NULL),(80921,'four_oh_four','2021-06-25 23:45:30','2021-06-26 04:45:30','194.60.69.201',NULL,NULL),(80922,'four_oh_four','2021-06-26 01:47:14','2021-06-26 06:47:14','79.96.146.151',NULL,NULL),(80923,'four_oh_four','2021-06-26 03:33:28','2021-06-26 08:33:28','188.122.82.146',NULL,NULL),(80924,'four_oh_four','2021-06-26 05:30:59','2021-06-26 10:30:59','66.249.64.247',NULL,NULL),(80925,'four_oh_four','2021-06-26 05:58:04','2021-06-26 10:58:04','47.91.91.64',NULL,NULL),(80926,'four_oh_four','2021-06-26 06:33:28','2021-06-26 11:33:28','213.166.82.155',NULL,NULL),(80927,'four_oh_four','2021-06-26 07:39:15','2021-06-26 12:39:15','193.176.85.112',NULL,NULL),(80928,'four_oh_four','2021-06-26 07:39:19','2021-06-26 12:39:19','193.176.85.112',NULL,NULL),(80929,'four_oh_four','2021-06-26 07:39:24','2021-06-26 12:39:24','193.176.85.112',NULL,NULL),(80930,'four_oh_four','2021-06-26 07:39:28','2021-06-26 12:39:28','193.176.85.112',NULL,NULL),(80931,'four_oh_four','2021-06-26 07:39:32','2021-06-26 12:39:32','193.176.85.112',NULL,NULL),(80932,'four_oh_four','2021-06-26 07:39:37','2021-06-26 12:39:37','193.176.85.112',NULL,NULL),(80933,'four_oh_four','2021-06-26 07:39:40','2021-06-26 12:39:40','193.176.85.112',NULL,NULL),(80934,'four_oh_four','2021-06-26 07:39:45','2021-06-26 12:39:45','193.176.85.112',NULL,NULL),(80935,'four_oh_four','2021-06-26 07:39:49','2021-06-26 12:39:49','193.176.85.112',NULL,NULL),(80936,'four_oh_four','2021-06-26 07:39:53','2021-06-26 12:39:53','193.176.85.112',NULL,NULL),(80937,'four_oh_four','2021-06-26 07:39:57','2021-06-26 12:39:57','193.176.85.112',NULL,NULL),(80938,'four_oh_four','2021-06-26 09:44:15','2021-06-26 14:44:15','194.61.24.99',NULL,NULL),(80939,'four_oh_four','2021-06-26 09:53:46','2021-06-26 14:53:46','188.122.82.146',NULL,NULL),(80940,'four_oh_four','2021-06-26 11:09:07','2021-06-26 16:09:07','88.147.152.188',NULL,NULL),(80941,'four_oh_four','2021-06-26 14:05:22','2021-06-26 19:05:22','184.154.139.3',NULL,NULL),(80942,'four_oh_four','2021-06-26 14:50:01','2021-06-26 19:50:01','95.154.221.72',NULL,NULL),(80943,'four_oh_four','2021-06-26 15:20:25','2021-06-26 20:20:25','157.55.39.20',NULL,NULL),(80944,'four_oh_four','2021-06-26 16:43:19','2021-06-26 21:43:19','66.249.64.224',NULL,NULL),(80945,'four_oh_four','2021-06-26 17:05:22','2021-06-26 22:05:22','66.249.64.254',NULL,NULL),(80946,'four_oh_four','2021-06-26 17:18:20','2021-06-26 22:18:20','66.249.64.252',NULL,NULL),(80947,'four_oh_four','2021-06-26 17:28:18','2021-06-26 22:28:18','66.249.64.224',NULL,NULL),(80948,'four_oh_four','2021-06-26 17:29:03','2021-06-26 22:29:03','66.249.64.254',NULL,NULL),(80949,'four_oh_four','2021-06-26 17:37:28','2021-06-26 22:37:28','66.249.64.252',NULL,NULL),(80950,'four_oh_four','2021-06-26 19:02:12','2021-06-27 00:02:12','8.209.89.113',NULL,NULL),(80951,'four_oh_four','2021-06-26 19:54:58','2021-06-27 00:54:58','120.76.201.177',NULL,NULL),(80952,'four_oh_four','2021-06-26 19:55:03','2021-06-27 00:55:03','120.76.201.177',NULL,NULL),(80953,'four_oh_four','2021-06-26 20:05:29','2021-06-27 01:05:29','132.145.78.163',NULL,NULL),(80954,'four_oh_four','2021-06-26 20:38:52','2021-06-27 01:38:52','35.142.100.137',NULL,NULL),(80955,'four_oh_four','2021-06-26 20:39:45','2021-06-27 01:39:45','35.142.100.137',NULL,NULL),(80956,'four_oh_four','2021-06-26 21:33:20','2021-06-27 02:33:20','85.203.20.102',NULL,NULL),(80957,'four_oh_four','2021-06-26 22:36:55','2021-06-27 03:36:55','37.143.62.215',NULL,NULL),(80958,'four_oh_four','2021-06-26 22:45:18','2021-06-27 03:45:18','66.249.64.224',NULL,NULL),(80959,'four_oh_four','2021-06-27 04:40:14','2021-06-27 09:40:14','188.121.41.158',NULL,NULL),(80960,'four_oh_four','2021-06-27 04:40:14','2021-06-27 09:40:14','188.121.41.158',NULL,NULL),(80961,'four_oh_four','2021-06-27 04:49:24','2021-06-27 09:49:24','185.247.21.167',NULL,NULL),(80962,'four_oh_four','2021-06-27 05:07:24','2021-06-27 10:07:24','100.26.219.39',NULL,NULL),(80963,'four_oh_four','2021-06-27 05:18:13','2021-06-27 10:18:13','66.249.64.224',NULL,NULL),(80964,'four_oh_four','2021-06-27 05:34:49','2021-06-27 10:34:49','62.210.157.10',NULL,NULL),(80965,'four_oh_four','2021-06-27 06:54:23','2021-06-27 11:54:23','62.16.2.217',NULL,NULL),(80966,'four_oh_four','2021-06-27 07:15:47','2021-06-27 12:15:47','213.166.82.155',NULL,NULL),(80967,'four_oh_four','2021-06-27 10:07:21','2021-06-27 15:07:21','129.226.123.133',NULL,NULL),(80968,'four_oh_four','2021-06-27 12:06:46','2021-06-27 17:06:46','66.249.64.224',NULL,NULL),(80969,'four_oh_four','2021-06-27 14:07:10','2021-06-27 19:07:10','184.154.76.35',NULL,NULL),(80970,'four_oh_four','2021-06-27 19:24:52','2021-06-28 00:24:52','184.168.46.187',NULL,NULL),(80971,'four_oh_four','2021-06-27 19:24:52','2021-06-28 00:24:52','184.168.46.187',NULL,NULL),(80972,'four_oh_four','2021-06-27 19:38:08','2021-06-28 00:38:08','92.100.151.212',NULL,NULL),(80973,'four_oh_four','2021-06-27 20:09:24','2021-06-28 01:09:24','192.145.127.190',NULL,NULL),(80974,'four_oh_four','2021-06-27 20:39:24','2021-06-28 01:39:24','178.159.37.139',NULL,NULL),(80975,'four_oh_four','2021-06-27 23:08:24','2021-06-28 04:08:24','194.61.24.99',NULL,NULL),(80976,'four_oh_four','2021-06-27 23:35:50','2021-06-28 04:35:50','23.228.109.147',NULL,NULL),(80977,'four_oh_four','2021-06-28 01:02:21','2021-06-28 06:02:21','176.113.251.250',NULL,NULL),(80978,'four_oh_four','2021-06-28 01:40:20','2021-06-28 06:40:20','176.113.251.250',NULL,NULL),(80979,'four_oh_four','2021-06-28 02:23:28','2021-06-28 07:23:28','176.113.251.250',NULL,NULL),(80980,'four_oh_four','2021-06-28 03:13:52','2021-06-28 08:13:52','176.113.251.250',NULL,NULL),(80981,'four_oh_four','2021-06-28 04:14:41','2021-06-28 09:14:41','176.113.251.250',NULL,NULL),(80982,'four_oh_four','2021-06-28 04:32:20','2021-06-28 09:32:20','5.188.210.18',NULL,NULL),(80983,'four_oh_four','2021-06-28 05:07:10','2021-06-28 10:07:10','199.231.188.248',NULL,NULL),(80984,'four_oh_four','2021-06-28 05:49:56','2021-06-28 10:49:56','176.113.251.250',NULL,NULL),(80985,'four_oh_four','2021-06-28 07:32:43','2021-06-28 12:32:43','176.113.251.250',NULL,NULL),(80986,'four_oh_four','2021-06-28 08:44:58','2021-06-28 13:44:58','185.145.13.85',NULL,NULL),(80987,'four_oh_four','2021-06-28 08:45:02','2021-06-28 13:45:02','185.145.13.85',NULL,NULL),(80988,'four_oh_four','2021-06-28 08:57:26','2021-06-28 13:57:26','103.67.235.103',NULL,NULL),(80989,'four_oh_four','2021-06-28 10:06:16','2021-06-28 15:06:16','176.113.251.250',NULL,NULL),(80990,'four_oh_four','2021-06-28 10:26:53','2021-06-28 15:26:53','217.107.122.237',NULL,NULL),(80991,'four_oh_four','2021-06-28 11:59:56','2021-06-28 16:59:56','185.247.21.167',NULL,NULL),(80992,'four_oh_four','2021-06-28 14:07:34','2021-06-28 19:07:34','184.154.76.35',NULL,NULL),(80993,'four_oh_four','2021-06-28 15:37:00','2021-06-28 20:37:00','13.66.139.0',NULL,NULL),(80994,'four_oh_four','2021-06-28 15:39:55','2021-06-28 20:39:55','148.70.125.137',NULL,NULL),(80995,'four_oh_four','2021-06-28 15:39:58','2021-06-28 20:39:58','148.70.125.137',NULL,NULL),(80996,'four_oh_four','2021-06-28 15:42:37','2021-06-28 20:42:37','5.188.48.98',NULL,NULL),(80997,'four_oh_four','2021-06-28 17:17:10','2021-06-28 22:17:10','40.77.167.24',NULL,NULL),(80998,'four_oh_four','2021-06-28 18:41:31','2021-06-28 23:41:31','188.126.73.218',NULL,NULL),(80999,'four_oh_four','2021-06-28 18:59:17','2021-06-28 23:59:17','135.181.42.188',NULL,NULL),(81000,'four_oh_four','2021-06-28 21:08:26','2021-06-29 02:08:26','40.77.167.24',NULL,NULL),(81001,'four_oh_four','2021-06-28 22:49:36','2021-06-29 03:49:36','3.238.190.230',NULL,NULL),(81002,'four_oh_four','2021-06-28 23:17:45','2021-06-29 04:17:45','178.239.198.142',NULL,NULL),(81003,'four_oh_four','2021-06-29 00:24:52','2021-06-29 05:24:52','176.113.251.250',NULL,NULL),(81004,'four_oh_four','2021-06-29 01:02:11','2021-06-29 06:02:11','176.113.251.250',NULL,NULL),(81005,'four_oh_four','2021-06-29 01:45:10','2021-06-29 06:45:10','176.113.251.250',NULL,NULL),(81006,'four_oh_four','2021-06-29 02:03:11','2021-06-29 07:03:11','5.188.48.88',NULL,NULL),(81007,'four_oh_four','2021-06-29 02:12:32','2021-06-29 07:12:32','5.188.48.88',NULL,NULL),(81008,'four_oh_four','2021-06-29 02:13:29','2021-06-29 07:13:29','88.99.120.174',NULL,NULL),(81009,'four_oh_four','2021-06-29 02:13:35','2021-06-29 07:13:35','88.99.120.174',NULL,NULL),(81010,'four_oh_four','2021-06-29 02:34:53','2021-06-29 07:34:53','152.32.171.98',NULL,NULL),(81011,'four_oh_four','2021-06-29 02:34:57','2021-06-29 07:34:57','152.32.171.98',NULL,NULL),(81012,'four_oh_four','2021-06-29 02:34:56','2021-06-29 07:34:56','152.32.171.98',NULL,NULL),(81013,'four_oh_four','2021-06-29 02:34:57','2021-06-29 07:34:57','152.32.171.98',NULL,NULL),(81014,'four_oh_four','2021-06-29 02:34:59','2021-06-29 07:34:59','152.32.171.98',NULL,NULL),(81015,'four_oh_four','2021-06-29 02:34:58','2021-06-29 07:34:58','152.32.171.98',NULL,NULL),(81016,'four_oh_four','2021-06-29 02:35:00','2021-06-29 07:35:00','152.32.171.98',NULL,NULL),(81017,'four_oh_four','2021-06-29 02:35:06','2021-06-29 07:35:06','152.32.171.98',NULL,NULL),(81018,'four_oh_four','2021-06-29 02:35:08','2021-06-29 07:35:08','152.32.171.98',NULL,NULL),(81019,'four_oh_four','2021-06-29 02:35:12','2021-06-29 07:35:12','152.32.171.98',NULL,NULL),(81020,'four_oh_four','2021-06-29 02:35:17','2021-06-29 07:35:17','152.32.171.98',NULL,NULL),(81021,'four_oh_four','2021-06-29 02:35:17','2021-06-29 07:35:17','152.32.171.98',NULL,NULL),(81022,'four_oh_four','2021-06-29 02:35:26','2021-06-29 07:35:26','152.32.171.98',NULL,NULL),(81023,'four_oh_four','2021-06-29 02:35:29','2021-06-29 07:35:29','152.32.171.98',NULL,NULL),(81024,'four_oh_four','2021-06-29 02:35:28','2021-06-29 07:35:28','152.32.171.98',NULL,NULL),(81025,'four_oh_four','2021-06-29 02:35:50','2021-06-29 07:35:50','152.32.171.98',NULL,NULL),(81026,'four_oh_four','2021-06-29 02:35:50','2021-06-29 07:35:50','152.32.171.98',NULL,NULL),(81027,'four_oh_four','2021-06-29 02:35:52','2021-06-29 07:35:52','152.32.171.98',NULL,NULL),(81028,'four_oh_four','2021-06-29 02:35:57','2021-06-29 07:35:57','152.32.171.98',NULL,NULL),(81029,'four_oh_four','2021-06-29 02:35:59','2021-06-29 07:35:59','152.32.171.98',NULL,NULL),(81030,'four_oh_four','2021-06-29 02:36:22','2021-06-29 07:36:22','176.113.251.250',NULL,NULL),(81031,'four_oh_four','2021-06-29 03:38:08','2021-06-29 08:38:08','176.113.251.250',NULL,NULL),(81032,'four_oh_four','2021-06-29 04:32:36','2021-06-29 09:32:36','192.210.231.28',NULL,NULL),(81033,'four_oh_four','2021-06-29 04:32:42','2021-06-29 09:32:42','192.210.231.28',NULL,NULL),(81034,'four_oh_four','2021-06-29 04:59:45','2021-06-29 09:59:45','176.113.251.250',NULL,NULL),(81035,'four_oh_four','2021-06-29 06:57:56','2021-06-29 11:57:56','176.113.251.250',NULL,NULL),(81036,'four_oh_four','2021-06-29 07:02:37','2021-06-29 12:02:37','152.32.171.98',NULL,NULL),(81037,'four_oh_four','2021-06-29 07:02:37','2021-06-29 12:02:37','152.32.171.98',NULL,NULL),(81038,'four_oh_four','2021-06-29 07:02:37','2021-06-29 12:02:37','152.32.171.98',NULL,NULL),(81039,'four_oh_four','2021-06-29 07:02:38','2021-06-29 12:02:38','152.32.171.98',NULL,NULL),(81040,'four_oh_four','2021-06-29 07:02:40','2021-06-29 12:02:40','152.32.171.98',NULL,NULL),(81041,'four_oh_four','2021-06-29 07:02:40','2021-06-29 12:02:40','152.32.171.98',NULL,NULL),(81042,'four_oh_four','2021-06-29 07:02:40','2021-06-29 12:02:40','152.32.171.98',NULL,NULL),(81043,'four_oh_four','2021-06-29 07:02:41','2021-06-29 12:02:41','152.32.171.98',NULL,NULL),(81044,'four_oh_four','2021-06-29 07:02:43','2021-06-29 12:02:43','152.32.171.98',NULL,NULL),(81045,'four_oh_four','2021-06-29 07:02:43','2021-06-29 12:02:43','152.32.171.98',NULL,NULL),(81046,'four_oh_four','2021-06-29 07:02:45','2021-06-29 12:02:45','152.32.171.98',NULL,NULL),(81047,'four_oh_four','2021-06-29 07:02:45','2021-06-29 12:02:45','152.32.171.98',NULL,NULL),(81048,'four_oh_four','2021-06-29 07:02:45','2021-06-29 12:02:45','152.32.171.98',NULL,NULL),(81049,'four_oh_four','2021-06-29 07:02:46','2021-06-29 12:02:46','152.32.171.98',NULL,NULL),(81050,'four_oh_four','2021-06-29 07:02:46','2021-06-29 12:02:46','152.32.171.98',NULL,NULL),(81051,'four_oh_four','2021-06-29 07:02:48','2021-06-29 12:02:48','152.32.171.98',NULL,NULL),(81052,'four_oh_four','2021-06-29 07:02:49','2021-06-29 12:02:49','152.32.171.98',NULL,NULL),(81053,'four_oh_four','2021-06-29 07:02:50','2021-06-29 12:02:50','152.32.171.98',NULL,NULL),(81054,'four_oh_four','2021-06-29 07:02:51','2021-06-29 12:02:51','152.32.171.98',NULL,NULL),(81055,'four_oh_four','2021-06-29 07:02:52','2021-06-29 12:02:52','152.32.171.98',NULL,NULL),(81056,'four_oh_four','2021-06-29 07:02:52','2021-06-29 12:02:52','152.32.171.98',NULL,NULL),(81057,'four_oh_four','2021-06-29 07:25:39','2021-06-29 12:25:39','94.155.33.88',NULL,NULL),(81058,'four_oh_four','2021-06-29 07:25:41','2021-06-29 12:25:41','94.155.33.88',NULL,NULL),(81059,'four_oh_four','2021-06-29 07:25:44','2021-06-29 12:25:44','94.155.33.88',NULL,NULL),(81060,'four_oh_four','2021-06-29 07:25:48','2021-06-29 12:25:48','94.155.33.88',NULL,NULL),(81061,'four_oh_four','2021-06-29 07:51:43','2021-06-29 12:51:43','135.181.42.192',NULL,NULL),(81062,'four_oh_four','2021-06-29 09:22:37','2021-06-29 14:22:37','79.173.88.176',NULL,NULL),(81063,'four_oh_four','2021-06-29 11:29:14','2021-06-29 16:29:14','207.148.125.52',NULL,NULL),(81064,'four_oh_four','2021-06-29 12:07:35','2021-06-29 17:07:35','188.163.46.213',NULL,NULL),(81065,'four_oh_four','2021-06-29 14:08:19','2021-06-29 19:08:19','184.154.139.18',NULL,NULL),(81066,'four_oh_four','2021-06-29 14:27:42','2021-06-29 19:27:42','185.247.21.167',NULL,NULL),(81067,'four_oh_four','2021-06-29 15:39:00','2021-06-29 20:39:00','92.38.136.69',NULL,NULL),(81068,'four_oh_four','2021-06-29 17:16:09','2021-06-29 22:16:09','5.160.200.204',NULL,NULL),(81069,'four_oh_four','2021-06-29 17:28:37','2021-06-29 22:28:37','188.163.47.9',NULL,NULL),(81070,'four_oh_four','2021-06-29 17:28:40','2021-06-29 22:28:40','188.163.47.9',NULL,NULL),(81071,'four_oh_four','2021-06-29 18:55:13','2021-06-29 23:55:13','194.61.24.99',NULL,NULL),(81072,'four_oh_four','2021-06-29 21:51:49','2021-06-30 02:51:49','3.238.39.44',NULL,NULL),(81073,'four_oh_four','2021-06-29 22:52:28','2021-06-30 03:52:28','3.94.137.21',NULL,NULL),(81074,'four_oh_four','2021-06-29 22:52:31','2021-06-30 03:52:31','3.94.137.21',NULL,NULL),(81075,'four_oh_four','2021-06-29 22:52:34','2021-06-30 03:52:34','3.94.137.21',NULL,NULL),(81076,'four_oh_four','2021-06-29 22:52:37','2021-06-30 03:52:37','3.94.137.21',NULL,NULL),(81077,'four_oh_four','2021-06-30 00:12:38','2021-06-30 05:12:38','5.188.48.22',NULL,NULL),(81078,'four_oh_four','2021-06-30 00:12:38','2021-06-30 05:12:38','5.188.48.22',NULL,NULL),(81079,'four_oh_four','2021-06-30 00:43:54','2021-06-30 05:43:54','5.188.48.98',NULL,NULL),(81080,'four_oh_four','2021-06-30 03:47:28','2021-06-30 08:47:28','188.126.79.10',NULL,NULL),(81081,'four_oh_four','2021-06-30 03:55:48','2021-06-30 08:55:48','5.188.48.98',NULL,NULL),(81082,'four_oh_four','2021-06-30 03:55:47','2021-06-30 08:55:47','5.188.48.98',NULL,NULL),(81083,'four_oh_four','2021-06-30 06:26:46','2021-06-30 11:26:46','162.55.89.85',NULL,NULL),(81084,'four_oh_four','2021-06-30 06:53:05','2021-06-30 11:53:05','5.9.78.207',NULL,NULL),(81085,'four_oh_four','2021-06-30 08:31:52','2021-06-30 13:31:52','213.166.82.155',NULL,NULL),(81086,'four_oh_four','2021-06-30 09:03:04','2021-06-30 14:03:04','192.3.28.247',NULL,NULL),(81087,'four_oh_four','2021-06-30 09:21:09','2021-06-30 14:21:09','23.228.109.147',NULL,NULL),(81088,'four_oh_four','2021-06-30 09:33:16','2021-06-30 14:33:16','207.148.125.52',NULL,NULL),(81089,'four_oh_four','2021-06-30 09:33:20','2021-06-30 14:33:20','207.148.125.52',NULL,NULL),(81090,'four_oh_four','2021-06-30 11:45:45','2021-06-30 16:45:45','195.246.120.176',NULL,NULL),(81091,'four_oh_four','2021-06-30 11:50:58','2021-06-30 16:50:58','185.247.21.167',NULL,NULL),(81092,'four_oh_four','2021-06-30 11:57:42','2021-06-30 16:57:42','45.40.166.17',NULL,NULL),(81093,'four_oh_four','2021-06-30 14:05:00','2021-06-30 19:05:00','184.154.139.19',NULL,NULL),(81094,'four_oh_four','2021-06-30 14:31:42','2021-06-30 19:31:42','188.68.47.141',NULL,NULL),(81095,'four_oh_four','2021-06-30 15:47:49','2021-06-30 20:47:49','8.209.90.55',NULL,NULL),(81096,'four_oh_four','2021-06-30 17:49:50','2021-06-30 22:49:50','154.28.188.109',NULL,NULL),(81097,'four_oh_four','2021-06-30 18:17:04','2021-06-30 23:17:04','87.236.210.161',NULL,NULL),(81098,'four_oh_four','2021-06-30 21:22:24','2021-07-01 02:22:24','118.169.80.166',NULL,NULL),(81099,'four_oh_four','2021-06-30 21:45:28','2021-07-01 02:45:28','118.169.80.166',NULL,NULL),(81100,'four_oh_four','2021-06-30 22:30:14','2021-07-01 03:30:14','178.159.37.139',NULL,NULL),(81101,'four_oh_four','2021-06-30 23:16:44','2021-07-01 04:16:44','213.166.82.155',NULL,NULL),(81102,'four_oh_four','2021-06-30 23:47:11','2021-07-01 04:47:11','193.169.253.35',NULL,NULL),(81103,'four_oh_four','2021-06-30 23:47:53','2021-07-01 04:47:53','5.188.48.22',NULL,NULL),(81104,'four_oh_four','2021-06-30 23:47:53','2021-07-01 04:47:53','5.188.48.22',NULL,NULL),(81105,'four_oh_four','2021-06-30 23:52:26','2021-07-01 04:52:26','92.38.136.69',NULL,NULL),(81106,'four_oh_four','2021-07-01 03:11:11','2021-07-01 08:11:11','181.214.107.32',NULL,NULL),(81107,'four_oh_four','2021-07-01 03:11:15','2021-07-01 08:11:15','181.214.107.32',NULL,NULL),(81108,'four_oh_four','2021-07-01 03:11:18','2021-07-01 08:11:18','181.214.107.32',NULL,NULL),(81109,'four_oh_four','2021-07-01 03:11:21','2021-07-01 08:11:21','181.214.107.32',NULL,NULL),(81110,'four_oh_four','2021-07-01 05:27:21','2021-07-01 10:27:21','47.75.44.156',NULL,NULL),(81111,'four_oh_four','2021-07-01 05:27:26','2021-07-01 10:27:26','47.75.44.156',NULL,NULL),(81112,'four_oh_four','2021-07-01 06:20:02','2021-07-01 11:20:02','185.247.21.167',NULL,NULL),(81113,'four_oh_four','2021-07-01 07:03:15','2021-07-01 12:03:15','5.188.48.98',NULL,NULL),(81114,'four_oh_four','2021-07-01 07:03:16','2021-07-01 12:03:16','5.188.48.98',NULL,NULL),(81115,'four_oh_four','2021-07-01 10:06:47','2021-07-01 15:06:47','23.228.109.147',NULL,NULL),(81116,'four_oh_four','2021-07-01 10:53:39','2021-07-01 15:53:39','188.122.82.146',NULL,NULL),(81117,'four_oh_four','2021-07-01 10:53:39','2021-07-01 15:53:39','188.122.82.146',NULL,NULL),(81118,'four_oh_four','2021-07-01 11:21:42','2021-07-01 16:21:42','5.188.210.4',NULL,NULL),(81119,'four_oh_four','2021-07-01 12:05:34','2021-07-01 17:05:34','185.191.34.215',NULL,NULL),(81120,'four_oh_four','2021-07-01 12:14:47','2021-07-01 17:14:47','185.191.34.215',NULL,NULL),(81121,'four_oh_four','2021-07-01 14:10:18','2021-07-01 19:10:18','184.154.139.3',NULL,NULL),(81122,'four_oh_four','2021-07-01 14:20:10','2021-07-01 19:20:10','85.143.219.155',NULL,NULL),(81123,'four_oh_four','2021-07-01 14:25:12','2021-07-01 19:25:12','157.55.39.74',NULL,NULL),(81124,'four_oh_four','2021-07-01 14:35:10','2021-07-01 19:35:10','5.188.210.4',NULL,NULL),(81125,'four_oh_four','2021-07-01 16:24:59','2021-07-01 21:24:59','93.157.236.179',NULL,NULL),(81126,'four_oh_four','2021-07-01 17:03:12','2021-07-01 22:03:12','185.191.34.215',NULL,NULL),(81127,'four_oh_four','2021-07-01 17:55:03','2021-07-01 22:55:03','50.63.92.61',NULL,NULL),(81128,'four_oh_four','2021-07-01 17:55:03','2021-07-01 22:55:03','50.63.92.61',NULL,NULL),(81129,'four_oh_four','2021-07-01 20:52:06','2021-07-02 01:52:06','31.134.125.80',NULL,NULL),(81130,'four_oh_four','2021-07-01 21:03:21','2021-07-02 02:03:21','185.191.34.215',NULL,NULL),(81131,'four_oh_four','2021-07-01 21:25:05','2021-07-02 02:25:05','176.113.251.250',NULL,NULL),(81132,'four_oh_four','2021-07-02 00:01:53','2021-07-02 05:01:53','5.188.210.4',NULL,NULL),(81133,'four_oh_four','2021-07-02 01:06:44','2021-07-02 06:06:44','123.24.109.22',NULL,NULL),(81134,'four_oh_four','2021-07-02 01:28:15','2021-07-02 06:28:15','5.188.210.4',NULL,NULL),(81135,'four_oh_four','2021-07-02 02:04:49','2021-07-02 07:04:49','185.255.96.99',NULL,NULL),(81136,'four_oh_four','2021-07-02 02:41:44','2021-07-02 07:41:44','176.113.251.250',NULL,NULL),(81137,'four_oh_four','2021-07-02 03:01:11','2021-07-02 08:01:11','185.191.34.215',NULL,NULL),(81138,'four_oh_four','2021-07-02 03:18:49','2021-07-02 08:18:49','176.113.251.250',NULL,NULL),(81139,'four_oh_four','2021-07-02 03:27:09','2021-07-02 08:27:09','5.188.48.22',NULL,NULL),(81140,'four_oh_four','2021-07-02 03:40:13','2021-07-02 08:40:13','194.61.24.99',NULL,NULL),(81141,'four_oh_four','2021-07-02 04:01:12','2021-07-02 09:01:12','176.113.251.250',NULL,NULL),(81142,'four_oh_four','2021-07-02 04:04:11','2021-07-02 09:04:11','195.246.120.176',NULL,NULL),(81143,'four_oh_four','2021-07-02 04:51:23','2021-07-02 09:51:23','176.113.251.250',NULL,NULL),(81144,'four_oh_four','2021-07-02 05:36:44','2021-07-02 10:36:44','5.188.210.4',NULL,NULL),(81145,'four_oh_four','2021-07-02 05:50:41','2021-07-02 10:50:41','176.113.251.250',NULL,NULL),(81146,'four_oh_four','2021-07-02 05:57:54','2021-07-02 10:57:54','195.78.247.193',NULL,NULL),(81147,'four_oh_four','2021-07-02 07:05:45','2021-07-02 12:05:45','176.113.251.250',NULL,NULL),(81148,'four_oh_four','2021-07-02 07:31:48','2021-07-02 12:31:48','5.188.210.4',NULL,NULL),(81149,'four_oh_four','2021-07-02 07:50:55','2021-07-02 12:50:55','185.191.34.215',NULL,NULL),(81150,'four_oh_four','2021-07-02 08:16:15','2021-07-02 13:16:15','94.155.33.34',NULL,NULL),(81151,'four_oh_four','2021-07-02 09:19:32','2021-07-02 14:19:32','176.113.251.250',NULL,NULL),(81152,'four_oh_four','2021-07-02 09:21:11','2021-07-02 14:21:11','185.191.34.215',NULL,NULL),(81153,'four_oh_four','2021-07-02 09:58:34','2021-07-02 14:58:34','176.113.251.250',NULL,NULL),(81154,'four_oh_four','2021-07-02 10:14:09','2021-07-02 15:14:09','185.191.34.215',NULL,NULL),(81155,'four_oh_four','2021-07-02 10:43:35','2021-07-02 15:43:35','176.113.251.250',NULL,NULL),(81156,'four_oh_four','2021-07-02 10:46:43','2021-07-02 15:46:43','185.191.34.215',NULL,NULL),(81157,'four_oh_four','2021-07-02 11:28:53','2021-07-02 16:28:53','23.228.109.147',NULL,NULL),(81158,'four_oh_four','2021-07-02 11:37:56','2021-07-02 16:37:56','176.113.251.250',NULL,NULL),(81159,'four_oh_four','2021-07-02 11:50:59','2021-07-02 16:50:59','69.171.249.117',NULL,NULL),(81160,'four_oh_four','2021-07-02 11:50:59','2021-07-02 16:50:59','69.171.249.2',NULL,NULL),(81161,'four_oh_four','2021-07-02 11:53:21','2021-07-02 16:53:21','185.191.34.215',NULL,NULL),(81162,'four_oh_four','2021-07-02 12:02:14','2021-07-02 17:02:14','185.191.34.215',NULL,NULL),(81163,'four_oh_four','2021-07-02 12:25:37','2021-07-02 17:25:37','3.91.71.213',NULL,NULL),(81164,'four_oh_four','2021-07-02 12:42:49','2021-07-02 17:42:49','176.113.251.250',NULL,NULL),(81165,'four_oh_four','2021-07-02 13:01:18','2021-07-02 18:01:18','185.191.34.215',NULL,NULL),(81166,'four_oh_four','2021-07-02 13:06:59','2021-07-02 18:06:59','159.65.162.186',NULL,NULL),(81167,'four_oh_four','2021-07-02 13:14:18','2021-07-02 18:14:18','5.135.154.75',NULL,NULL),(81168,'four_oh_four','2021-07-02 13:15:46','2021-07-02 18:15:46','5.135.154.75',NULL,NULL),(81169,'four_oh_four','2021-07-02 13:18:46','2021-07-02 18:18:46','213.136.86.246',NULL,NULL),(81170,'four_oh_four','2021-07-02 13:28:09','2021-07-02 18:28:09','185.191.34.215',NULL,NULL),(81171,'four_oh_four','2021-07-02 14:02:34','2021-07-02 19:02:34','176.113.251.250',NULL,NULL),(81172,'four_oh_four','2021-07-02 14:05:55','2021-07-02 19:05:55','188.163.47.9',NULL,NULL),(81173,'four_oh_four','2021-07-02 14:06:38','2021-07-02 19:06:38','184.154.139.3',NULL,NULL),(81174,'four_oh_four','2021-07-02 14:33:55','2021-07-02 19:33:55','185.191.34.215',NULL,NULL),(81175,'four_oh_four','2021-07-02 15:05:46','2021-07-02 20:05:46','107.175.197.170',NULL,NULL),(81176,'four_oh_four','2021-07-02 15:06:23','2021-07-02 20:06:23','107.175.197.170',NULL,NULL),(81177,'four_oh_four','2021-07-02 15:12:33','2021-07-02 20:12:33','185.191.34.215',NULL,NULL),(81178,'four_oh_four','2021-07-02 15:19:18','2021-07-02 20:19:18','185.191.34.215',NULL,NULL),(81179,'four_oh_four','2021-07-02 15:46:40','2021-07-02 20:46:40','185.191.34.215',NULL,NULL),(81180,'four_oh_four','2021-07-02 15:47:34','2021-07-02 20:47:34','176.113.251.250',NULL,NULL),(81181,'four_oh_four','2021-07-02 15:53:20','2021-07-02 20:53:20','185.191.34.215',NULL,NULL),(81182,'four_oh_four','2021-07-02 17:02:15','2021-07-02 22:02:15','213.166.82.155',NULL,NULL),(81183,'four_oh_four','2021-07-02 18:17:10','2021-07-02 23:17:10','185.191.34.215',NULL,NULL),(81184,'four_oh_four','2021-07-02 18:25:25','2021-07-02 23:25:25','188.122.82.146',NULL,NULL),(81185,'four_oh_four','2021-07-02 21:08:03','2021-07-03 02:08:03','40.77.167.24',NULL,NULL),(81186,'four_oh_four','2021-07-02 21:11:56','2021-07-03 02:11:56','185.191.34.215',NULL,NULL),(81187,'four_oh_four','2021-07-02 21:57:19','2021-07-03 02:57:19','185.191.34.215',NULL,NULL),(81188,'four_oh_four','2021-07-02 22:48:27','2021-07-03 03:48:27','185.191.34.215',NULL,NULL),(81189,'four_oh_four','2021-07-03 00:50:47','2021-07-03 05:50:47','185.191.34.215',NULL,NULL),(81190,'four_oh_four','2021-07-03 01:07:28','2021-07-03 06:07:28','185.191.34.215',NULL,NULL),(81191,'four_oh_four','2021-07-03 01:41:23','2021-07-03 06:41:23','185.191.34.215',NULL,NULL),(81192,'four_oh_four','2021-07-03 01:46:09','2021-07-03 06:46:09','5.188.84.15',NULL,NULL),(81193,'four_oh_four','2021-07-03 01:50:53','2021-07-03 06:50:53','5.188.84.220',NULL,NULL),(81194,'four_oh_four','2021-07-03 01:55:40','2021-07-03 06:55:40','5.188.84.65',NULL,NULL),(81195,'four_oh_four','2021-07-03 01:56:13','2021-07-03 06:56:13','5.188.48.34',NULL,NULL),(81196,'four_oh_four','2021-07-03 02:01:31','2021-07-03 07:01:31','5.188.48.90',NULL,NULL),(81197,'four_oh_four','2021-07-03 03:12:23','2021-07-03 08:12:23','5.188.48.22',NULL,NULL),(81198,'four_oh_four','2021-07-03 03:20:36','2021-07-03 08:20:36','185.191.34.215',NULL,NULL),(81199,'four_oh_four','2021-07-03 03:21:12','2021-07-03 08:21:12','45.90.196.204',NULL,NULL),(81200,'four_oh_four','2021-07-03 04:09:19','2021-07-03 09:09:19','185.191.34.215',NULL,NULL),(81201,'four_oh_four','2021-07-03 04:59:43','2021-07-03 09:59:43','213.166.82.155',NULL,NULL),(81202,'four_oh_four','2021-07-03 05:40:54','2021-07-03 10:40:54','185.191.34.215',NULL,NULL),(81203,'four_oh_four','2021-07-03 07:17:47','2021-07-03 12:17:47','83.220.238.109',NULL,NULL),(81204,'four_oh_four','2021-07-03 07:20:41','2021-07-03 12:20:41','185.191.34.215',NULL,NULL),(81205,'four_oh_four','2021-07-03 07:32:11','2021-07-03 12:32:11','185.145.13.85',NULL,NULL),(81206,'four_oh_four','2021-07-03 08:02:25','2021-07-03 13:02:25','185.191.34.215',NULL,NULL),(81207,'four_oh_four','2021-07-03 08:15:09','2021-07-03 13:15:09','185.191.34.215',NULL,NULL),(81208,'four_oh_four','2021-07-03 08:36:28','2021-07-03 13:36:28','18.205.246.62',NULL,NULL),(81209,'four_oh_four','2021-07-03 09:10:55','2021-07-03 14:10:55','185.191.34.215',NULL,NULL),(81210,'four_oh_four','2021-07-03 09:16:27','2021-07-03 14:16:27','185.191.34.215',NULL,NULL),(81211,'four_oh_four','2021-07-03 09:25:36','2021-07-03 14:25:36','185.191.34.215',NULL,NULL),(81212,'four_oh_four','2021-07-03 09:33:29','2021-07-03 14:33:29','185.191.34.215',NULL,NULL),(81213,'four_oh_four','2021-07-03 09:34:40','2021-07-03 14:34:40','185.191.34.215',NULL,NULL),(81214,'four_oh_four','2021-07-03 10:22:10','2021-07-03 15:22:10','185.191.34.215',NULL,NULL),(81215,'four_oh_four','2021-07-03 11:39:39','2021-07-03 16:39:39','185.191.34.215',NULL,NULL),(81216,'four_oh_four','2021-07-03 11:50:41','2021-07-03 16:50:41','185.191.34.215',NULL,NULL),(81217,'four_oh_four','2021-07-03 11:59:29','2021-07-03 16:59:29','159.89.190.105',NULL,NULL),(81218,'four_oh_four','2021-07-03 11:59:31','2021-07-03 16:59:31','159.89.190.105',NULL,NULL),(81219,'four_oh_four','2021-07-03 12:16:59','2021-07-03 17:16:59','171.244.1.84',NULL,NULL),(81220,'four_oh_four','2021-07-03 12:41:16','2021-07-03 17:41:16','195.246.120.176',NULL,NULL),(81221,'four_oh_four','2021-07-03 12:48:57','2021-07-03 17:48:57','185.191.34.215',NULL,NULL),(81222,'four_oh_four','2021-07-03 14:01:25','2021-07-03 19:01:25','185.191.34.215',NULL,NULL),(81223,'four_oh_four','2021-07-03 14:04:48','2021-07-03 19:04:48','184.154.139.20',NULL,NULL),(81224,'four_oh_four','2021-07-03 14:23:11','2021-07-03 19:23:11','195.154.171.54',NULL,NULL),(81225,'four_oh_four','2021-07-03 15:14:11','2021-07-03 20:14:11','185.191.34.215',NULL,NULL),(81226,'four_oh_four','2021-07-03 15:18:24','2021-07-03 20:18:24','185.191.34.215',NULL,NULL),(81227,'four_oh_four','2021-07-03 15:18:23','2021-07-03 20:18:23','185.191.34.215',NULL,NULL),(81228,'four_oh_four','2021-07-03 15:42:04','2021-07-03 20:42:04','185.191.34.215',NULL,NULL),(81229,'four_oh_four','2021-07-03 15:48:45','2021-07-03 20:48:45','66.249.65.189',NULL,NULL),(81230,'four_oh_four','2021-07-03 15:49:05','2021-07-03 20:49:05','66.249.65.191',NULL,NULL),(81231,'four_oh_four','2021-07-03 15:56:58','2021-07-03 20:56:58','47.52.135.58',NULL,NULL),(81232,'four_oh_four','2021-07-03 16:03:49','2021-07-03 21:03:49','185.191.34.215',NULL,NULL),(81233,'four_oh_four','2021-07-03 17:12:45','2021-07-03 22:12:45','23.95.20.6',NULL,NULL),(81234,'four_oh_four','2021-07-03 17:28:20','2021-07-03 22:28:20','185.191.34.215',NULL,NULL),(81235,'four_oh_four','2021-07-03 17:51:23','2021-07-03 22:51:23','185.191.34.215',NULL,NULL),(81236,'four_oh_four','2021-07-03 17:59:18','2021-07-03 22:59:18','185.191.34.215',NULL,NULL),(81237,'four_oh_four','2021-07-03 18:06:26','2021-07-03 23:06:26','185.191.34.215',NULL,NULL),(81238,'four_oh_four','2021-07-03 18:19:06','2021-07-03 23:19:06','185.191.34.215',NULL,NULL),(81239,'four_oh_four','2021-07-03 18:51:57','2021-07-03 23:51:57','185.191.34.215',NULL,NULL),(81240,'four_oh_four','2021-07-03 19:03:48','2021-07-04 00:03:48','107.152.208.228',NULL,NULL),(81241,'four_oh_four','2021-07-03 19:08:14','2021-07-04 00:08:14','185.191.34.215',NULL,NULL),(81242,'four_oh_four','2021-07-03 19:09:00','2021-07-04 00:09:00','47.254.135.83',NULL,NULL),(81243,'four_oh_four','2021-07-03 19:21:46','2021-07-04 00:21:46','185.191.34.215',NULL,NULL),(81244,'four_oh_four','2021-07-03 19:46:07','2021-07-04 00:46:07','185.191.34.215',NULL,NULL),(81245,'four_oh_four','2021-07-03 20:13:00','2021-07-04 01:13:00','185.191.34.215',NULL,NULL),(81246,'four_oh_four','2021-07-03 20:43:42','2021-07-04 01:43:42','185.191.34.215',NULL,NULL),(81247,'four_oh_four','2021-07-03 21:02:05','2021-07-04 02:02:05','5.188.48.88',NULL,NULL),(81248,'four_oh_four','2021-07-03 21:27:21','2021-07-04 02:27:21','185.191.34.215',NULL,NULL),(81249,'four_oh_four','2021-07-03 21:37:25','2021-07-04 02:37:25','185.191.34.215',NULL,NULL),(81250,'four_oh_four','2021-07-03 21:56:49','2021-07-04 02:56:49','185.191.34.215',NULL,NULL),(81251,'four_oh_four','2021-07-03 22:05:28','2021-07-04 03:05:28','173.212.196.211',NULL,NULL),(81252,'four_oh_four','2021-07-03 22:15:13','2021-07-04 03:15:13','66.249.65.186',NULL,NULL),(81253,'four_oh_four','2021-07-03 22:24:51','2021-07-04 03:24:51','185.191.34.215',NULL,NULL),(81254,'four_oh_four','2021-07-03 23:10:01','2021-07-04 04:10:01','185.191.34.215',NULL,NULL),(81255,'four_oh_four','2021-07-03 23:30:36','2021-07-04 04:30:36','185.191.34.215',NULL,NULL),(81256,'four_oh_four','2021-07-04 00:05:13','2021-07-04 05:05:13','185.191.34.215',NULL,NULL),(81257,'four_oh_four','2021-07-04 00:13:57','2021-07-04 05:13:57','98.159.40.10',NULL,NULL),(81258,'four_oh_four','2021-07-04 00:51:27','2021-07-04 05:51:27','185.191.34.215',NULL,NULL),(81259,'four_oh_four','2021-07-04 00:58:26','2021-07-04 05:58:26','62.16.8.14',NULL,NULL),(81260,'four_oh_four','2021-07-04 01:17:07','2021-07-04 06:17:07','185.191.34.215',NULL,NULL),(81261,'four_oh_four','2021-07-04 01:47:36','2021-07-04 06:47:36','195.78.247.193',NULL,NULL),(81262,'four_oh_four','2021-07-04 01:58:44','2021-07-04 06:58:44','185.191.34.215',NULL,NULL),(81263,'four_oh_four','2021-07-04 01:58:44','2021-07-04 06:58:44','185.191.34.215',NULL,NULL),(81264,'four_oh_four','2021-07-04 02:10:47','2021-07-04 07:10:47','185.191.34.215',NULL,NULL),(81265,'four_oh_four','2021-07-04 02:26:15','2021-07-04 07:26:15','185.191.34.215',NULL,NULL),(81266,'four_oh_four','2021-07-04 02:34:12','2021-07-04 07:34:12','185.191.34.215',NULL,NULL),(81267,'four_oh_four','2021-07-04 03:00:29','2021-07-04 08:00:29','147.78.141.192',NULL,NULL),(81268,'four_oh_four','2021-07-04 03:00:32','2021-07-04 08:00:32','147.78.141.192',NULL,NULL),(81269,'four_oh_four','2021-07-04 03:00:35','2021-07-04 08:00:35','147.78.141.192',NULL,NULL),(81270,'four_oh_four','2021-07-04 03:00:38','2021-07-04 08:00:38','147.78.141.192',NULL,NULL),(81271,'four_oh_four','2021-07-04 03:01:48','2021-07-04 08:01:48','185.191.34.215',NULL,NULL),(81272,'four_oh_four','2021-07-04 03:42:51','2021-07-04 08:42:51','92.38.136.69',NULL,NULL),(81273,'four_oh_four','2021-07-04 03:51:52','2021-07-04 08:51:52','188.166.218.146',NULL,NULL),(81274,'four_oh_four','2021-07-04 03:51:56','2021-07-04 08:51:56','188.166.218.146',NULL,NULL),(81275,'four_oh_four','2021-07-04 05:07:22','2021-07-04 10:07:22','185.191.34.215',NULL,NULL),(81276,'four_oh_four','2021-07-04 05:07:22','2021-07-04 10:07:22','185.191.34.215',NULL,NULL),(81277,'four_oh_four','2021-07-04 05:47:55','2021-07-04 10:47:55','207.46.13.160',NULL,NULL),(81278,'four_oh_four','2021-07-04 06:38:14','2021-07-04 11:38:14','78.46.90.120',NULL,NULL),(81279,'four_oh_four','2021-07-04 06:40:21','2021-07-04 11:40:21','178.126.187.81',NULL,NULL),(81280,'four_oh_four','2021-07-04 06:40:23','2021-07-04 11:40:23','178.126.187.81',NULL,NULL),(81281,'four_oh_four','2021-07-04 06:55:04','2021-07-04 11:55:04','207.46.13.160',NULL,NULL),(81282,'four_oh_four','2021-07-04 07:46:52','2021-07-04 12:46:52','62.210.245.181',NULL,NULL),(81283,'four_oh_four','2021-07-04 08:56:48','2021-07-04 13:56:48','185.191.34.215',NULL,NULL),(81284,'four_oh_four','2021-07-04 08:58:01','2021-07-04 13:58:01','51.68.11.191',NULL,NULL),(81285,'four_oh_four','2021-07-04 08:58:05','2021-07-04 13:58:05','51.68.11.191',NULL,NULL),(81286,'four_oh_four','2021-07-04 09:03:04','2021-07-04 14:03:04','100.25.138.157',NULL,NULL),(81287,'four_oh_four','2021-07-04 09:37:48','2021-07-04 14:37:48','185.191.34.215',NULL,NULL),(81288,'four_oh_four','2021-07-04 09:37:49','2021-07-04 14:37:49','185.191.34.215',NULL,NULL),(81289,'four_oh_four','2021-07-04 10:15:39','2021-07-04 15:15:39','185.191.34.215',NULL,NULL),(81290,'four_oh_four','2021-07-04 10:37:54','2021-07-04 15:37:54','188.166.218.146',NULL,NULL),(81291,'four_oh_four','2021-07-04 10:46:01','2021-07-04 15:46:01','207.46.13.160',NULL,NULL),(81292,'four_oh_four','2021-07-04 11:17:19','2021-07-04 16:17:19','5.188.48.88',NULL,NULL),(81293,'four_oh_four','2021-07-04 11:41:46','2021-07-04 16:41:46','185.191.34.215',NULL,NULL),(81294,'four_oh_four','2021-07-04 12:15:24','2021-07-04 17:15:24','185.191.34.215',NULL,NULL),(81295,'four_oh_four','2021-07-04 12:24:54','2021-07-04 17:24:54','185.191.34.215',NULL,NULL),(81296,'four_oh_four','2021-07-04 12:31:03','2021-07-04 17:31:03','185.191.34.215',NULL,NULL),(81297,'four_oh_four','2021-07-04 12:49:46','2021-07-04 17:49:46','47.75.44.156',NULL,NULL),(81298,'four_oh_four','2021-07-04 12:54:22','2021-07-04 17:54:22','185.191.34.215',NULL,NULL),(81299,'four_oh_four','2021-07-04 12:58:09','2021-07-04 17:58:09','92.204.174.134',NULL,NULL),(81300,'four_oh_four','2021-07-04 13:13:47','2021-07-04 18:13:47','185.191.34.215',NULL,NULL),(81301,'four_oh_four','2021-07-04 13:28:26','2021-07-04 18:28:26','185.191.34.215',NULL,NULL),(81302,'four_oh_four','2021-07-04 13:33:00','2021-07-04 18:33:00','185.191.34.215',NULL,NULL),(81303,'four_oh_four','2021-07-04 13:52:18','2021-07-04 18:52:18','185.191.34.215',NULL,NULL),(81304,'four_oh_four','2021-07-04 13:52:18','2021-07-04 18:52:18','185.191.34.215',NULL,NULL),(81305,'four_oh_four','2021-07-04 14:04:30','2021-07-04 19:04:30','185.191.34.215',NULL,NULL),(81306,'four_oh_four','2021-07-04 14:04:44','2021-07-04 19:04:44','184.154.139.20',NULL,NULL),(81307,'four_oh_four','2021-07-04 14:15:23','2021-07-04 19:15:23','62.210.90.101',NULL,NULL),(81308,'four_oh_four','2021-07-04 14:50:14','2021-07-04 19:50:14','195.246.120.171',NULL,NULL),(81309,'four_oh_four','2021-07-04 15:55:34','2021-07-04 20:55:34','185.191.34.215',NULL,NULL),(81310,'four_oh_four','2021-07-04 15:59:06','2021-07-04 20:59:06','66.249.69.192',NULL,NULL),(81311,'four_oh_four','2021-07-04 16:05:31','2021-07-04 21:05:31','207.46.13.160',NULL,NULL),(81312,'four_oh_four','2021-07-04 16:22:39','2021-07-04 21:22:39','47.52.135.58',NULL,NULL),(81313,'four_oh_four','2021-07-04 16:24:23','2021-07-04 21:24:23','185.191.34.215',NULL,NULL),(81314,'four_oh_four','2021-07-04 16:24:23','2021-07-04 21:24:23','185.191.34.215',NULL,NULL),(81315,'four_oh_four','2021-07-04 16:49:13','2021-07-04 21:49:13','185.191.34.215',NULL,NULL),(81316,'four_oh_four','2021-07-04 16:50:38','2021-07-04 21:50:38','185.191.34.215',NULL,NULL),(81317,'four_oh_four','2021-07-04 17:08:21','2021-07-04 22:08:21','185.191.34.215',NULL,NULL),(81318,'four_oh_four','2021-07-04 17:23:05','2021-07-04 22:23:05','185.191.34.215',NULL,NULL),(81319,'four_oh_four','2021-07-04 17:31:40','2021-07-04 22:31:40','185.191.34.215',NULL,NULL),(81320,'four_oh_four','2021-07-04 18:18:56','2021-07-04 23:18:56','185.191.34.215',NULL,NULL),(81321,'four_oh_four','2021-07-04 19:21:40','2021-07-05 00:21:40','185.191.34.215',NULL,NULL),(81322,'four_oh_four','2021-07-04 19:32:10','2021-07-05 00:32:10','185.191.34.215',NULL,NULL),(81323,'four_oh_four','2021-07-04 19:38:10','2021-07-05 00:38:10','185.191.34.215',NULL,NULL),(81324,'four_oh_four','2021-07-04 19:41:07','2021-07-05 00:41:07','132.145.78.163',NULL,NULL),(81325,'four_oh_four','2021-07-04 19:52:02','2021-07-05 00:52:02','178.17.183.72',NULL,NULL),(81326,'four_oh_four','2021-07-04 20:06:34','2021-07-05 01:06:34','92.38.136.69',NULL,NULL),(81327,'four_oh_four','2021-07-04 20:22:14','2021-07-05 01:22:14','185.191.34.215',NULL,NULL),(81328,'four_oh_four','2021-07-04 20:39:48','2021-07-05 01:39:48','185.191.34.215',NULL,NULL),(81329,'four_oh_four','2021-07-04 20:46:13','2021-07-05 01:46:13','185.191.34.215',NULL,NULL),(81330,'four_oh_four','2021-07-04 21:39:57','2021-07-05 02:39:57','45.87.253.18',NULL,NULL),(81331,'four_oh_four','2021-07-04 22:19:15','2021-07-05 03:19:15','185.191.34.215',NULL,NULL),(81332,'four_oh_four','2021-07-04 22:27:35','2021-07-05 03:27:35','103.48.193.28',NULL,NULL),(81333,'four_oh_four','2021-07-04 22:35:29','2021-07-05 03:35:29','185.191.34.215',NULL,NULL),(81334,'four_oh_four','2021-07-04 22:50:54','2021-07-05 03:50:54','185.191.34.215',NULL,NULL),(81335,'four_oh_four','2021-07-04 23:04:03','2021-07-05 04:04:03','8.209.97.148',NULL,NULL),(81336,'four_oh_four','2021-07-04 23:06:25','2021-07-05 04:06:25','185.191.34.215',NULL,NULL),(81337,'four_oh_four','2021-07-04 23:20:25','2021-07-05 04:20:25','185.191.34.215',NULL,NULL),(81338,'four_oh_four','2021-07-04 23:29:44','2021-07-05 04:29:44','185.191.34.215',NULL,NULL),(81339,'four_oh_four','2021-07-04 23:35:12','2021-07-05 04:35:12','185.191.34.215',NULL,NULL),(81340,'four_oh_four','2021-07-05 00:00:18','2021-07-05 05:00:18','207.46.13.160',NULL,NULL),(81341,'four_oh_four','2021-07-05 00:30:48','2021-07-05 05:30:48','185.191.34.215',NULL,NULL),(81342,'four_oh_four','2021-07-05 00:54:51','2021-07-05 05:54:51','185.191.34.215',NULL,NULL),(81343,'four_oh_four','2021-07-05 01:02:35','2021-07-05 06:02:35','185.191.34.215',NULL,NULL),(81344,'four_oh_four','2021-07-05 01:39:28','2021-07-05 06:39:28','185.191.34.215',NULL,NULL),(81345,'four_oh_four','2021-07-05 01:52:40','2021-07-05 06:52:40','147.78.141.191',NULL,NULL),(81346,'four_oh_four','2021-07-05 01:52:44','2021-07-05 06:52:44','147.78.141.191',NULL,NULL),(81347,'four_oh_four','2021-07-05 01:52:47','2021-07-05 06:52:47','147.78.141.191',NULL,NULL),(81348,'four_oh_four','2021-07-05 01:52:50','2021-07-05 06:52:50','147.78.141.191',NULL,NULL),(81349,'four_oh_four','2021-07-05 02:00:28','2021-07-05 07:00:28','50.62.176.228',NULL,NULL),(81350,'four_oh_four','2021-07-05 02:00:28','2021-07-05 07:00:28','50.62.176.228',NULL,NULL),(81351,'four_oh_four','2021-07-05 02:27:13','2021-07-05 07:27:13','185.191.34.215',NULL,NULL),(81352,'four_oh_four','2021-07-05 02:29:02','2021-07-05 07:29:02','185.191.34.215',NULL,NULL),(81353,'four_oh_four','2021-07-05 02:59:13','2021-07-05 07:59:13','185.191.34.215',NULL,NULL),(81354,'four_oh_four','2021-07-05 03:21:30','2021-07-05 08:21:30','185.191.34.215',NULL,NULL),(81355,'four_oh_four','2021-07-05 03:40:17','2021-07-05 08:40:17','185.191.34.215',NULL,NULL),(81356,'four_oh_four','2021-07-05 04:16:27','2021-07-05 09:16:27','185.191.34.215',NULL,NULL),(81357,'four_oh_four','2021-07-05 04:27:33','2021-07-05 09:27:33','185.191.34.215',NULL,NULL),(81358,'four_oh_four','2021-07-05 05:20:01','2021-07-05 10:20:01','108.62.116.172',NULL,NULL),(81359,'four_oh_four','2021-07-05 05:20:05','2021-07-05 10:20:05','108.62.116.172',NULL,NULL),(81360,'four_oh_four','2021-07-05 05:20:08','2021-07-05 10:20:08','108.62.116.172',NULL,NULL),(81361,'four_oh_four','2021-07-05 05:20:11','2021-07-05 10:20:11','108.62.116.172',NULL,NULL),(81362,'four_oh_four','2021-07-05 05:29:52','2021-07-05 10:29:52','198.187.28.218',NULL,NULL),(81363,'four_oh_four','2021-07-05 05:37:03','2021-07-05 10:37:03','185.191.34.215',NULL,NULL),(81364,'four_oh_four','2021-07-05 06:11:23','2021-07-05 11:11:23','185.191.34.215',NULL,NULL),(81365,'four_oh_four','2021-07-05 07:19:58','2021-07-05 12:19:58','185.191.34.215',NULL,NULL),(81366,'four_oh_four','2021-07-05 07:37:44','2021-07-05 12:37:44','5.62.43.182',NULL,NULL),(81367,'four_oh_four','2021-07-05 07:41:14','2021-07-05 12:41:14','185.191.34.215',NULL,NULL),(81368,'four_oh_four','2021-07-05 08:02:19','2021-07-05 13:02:19','185.191.34.215',NULL,NULL),(81369,'four_oh_four','2021-07-05 08:52:50','2021-07-05 13:52:50','178.159.37.139',NULL,NULL),(81370,'four_oh_four','2021-07-05 10:45:13','2021-07-05 15:45:13','185.191.34.215',NULL,NULL),(81371,'four_oh_four','2021-07-05 10:45:13','2021-07-05 15:45:13','185.191.34.215',NULL,NULL),(81372,'four_oh_four','2021-07-05 10:50:03','2021-07-05 15:50:03','185.191.34.215',NULL,NULL),(81373,'four_oh_four','2021-07-05 10:54:44','2021-07-05 15:54:44','185.191.34.215',NULL,NULL),(81374,'four_oh_four','2021-07-05 11:03:48','2021-07-05 16:03:48','185.145.13.85',NULL,NULL),(81375,'four_oh_four','2021-07-05 11:18:43','2021-07-05 16:18:43','185.191.34.215',NULL,NULL),(81376,'four_oh_four','2021-07-05 12:16:54','2021-07-05 17:16:54','194.61.24.99',NULL,NULL),(81377,'four_oh_four','2021-07-05 12:44:39','2021-07-05 17:44:39','213.166.82.155',NULL,NULL),(81378,'four_oh_four','2021-07-05 14:04:58','2021-07-05 19:04:58','184.154.139.17',NULL,NULL),(81379,'four_oh_four','2021-07-05 14:18:15','2021-07-05 19:18:15','94.46.179.75',NULL,NULL),(81380,'four_oh_four','2021-07-05 14:40:59','2021-07-05 19:40:59','213.190.6.53',NULL,NULL),(81381,'four_oh_four','2021-07-05 15:11:51','2021-07-05 20:11:51','195.78.247.193',NULL,NULL),(81382,'four_oh_four','2021-07-05 18:09:15','2021-07-05 23:09:15','8.209.90.55',NULL,NULL),(81383,'four_oh_four','2021-07-05 19:28:47','2021-07-06 00:28:47','185.191.34.215',NULL,NULL),(81384,'four_oh_four','2021-07-05 19:37:40','2021-07-06 00:37:40','47.254.135.83',NULL,NULL),(81385,'four_oh_four','2021-07-05 19:41:10','2021-07-06 00:41:10','185.191.34.215',NULL,NULL),(81386,'four_oh_four','2021-07-05 20:02:15','2021-07-06 01:02:15','195.246.120.170',NULL,NULL),(81387,'four_oh_four','2021-07-05 20:34:31','2021-07-06 01:34:31','207.46.13.160',NULL,NULL),(81388,'four_oh_four','2021-07-05 20:39:48','2021-07-06 01:39:48','185.191.34.215',NULL,NULL),(81389,'four_oh_four','2021-07-05 20:39:48','2021-07-06 01:39:48','185.191.34.215',NULL,NULL),(81390,'four_oh_four','2021-07-05 20:46:15','2021-07-06 01:46:15','185.191.34.215',NULL,NULL),(81391,'four_oh_four','2021-07-05 21:06:40','2021-07-06 02:06:40','66.33.194.39',NULL,NULL),(81392,'four_oh_four','2021-07-05 21:06:43','2021-07-06 02:06:43','66.33.194.39',NULL,NULL),(81393,'four_oh_four','2021-07-05 23:20:45','2021-07-06 04:20:45','185.191.34.215',NULL,NULL),(81394,'four_oh_four','2021-07-06 00:39:52','2021-07-06 05:39:52','40.77.167.19',NULL,NULL),(81395,'four_oh_four','2021-07-06 00:52:41','2021-07-06 05:52:41','185.191.34.215',NULL,NULL),(81396,'four_oh_four','2021-07-06 01:58:56','2021-07-06 06:58:56','185.191.34.215',NULL,NULL),(81397,'four_oh_four','2021-07-06 02:21:31','2021-07-06 07:21:31','185.191.34.215',NULL,NULL),(81398,'four_oh_four','2021-07-06 02:50:55','2021-07-06 07:50:55','185.191.34.215',NULL,NULL),(81399,'four_oh_four','2021-07-06 03:58:52','2021-07-06 08:58:52','185.191.34.215',NULL,NULL),(81400,'four_oh_four','2021-07-06 05:54:19','2021-07-06 10:54:19','185.191.34.215',NULL,NULL),(81401,'four_oh_four','2021-07-06 06:23:13','2021-07-06 11:23:13','185.191.34.215',NULL,NULL),(81402,'four_oh_four','2021-07-06 06:50:14','2021-07-06 11:50:14','185.191.34.215',NULL,NULL),(81403,'four_oh_four','2021-07-06 07:10:00','2021-07-06 12:10:00','185.191.34.215',NULL,NULL),(81404,'four_oh_four','2021-07-06 07:51:22','2021-07-06 12:51:22','142.44.149.194',NULL,NULL),(81405,'four_oh_four','2021-07-06 09:22:00','2021-07-06 14:22:00','158.69.24.50',NULL,NULL),(81406,'four_oh_four','2021-07-06 09:22:12','2021-07-06 14:22:12','158.69.24.50',NULL,NULL),(81407,'four_oh_four','2021-07-06 09:27:55','2021-07-06 14:27:55','111.250.132.130',NULL,NULL),(81408,'four_oh_four','2021-07-06 10:38:07','2021-07-06 15:38:07','5.188.48.88',NULL,NULL),(81409,'four_oh_four','2021-07-06 11:49:23','2021-07-06 16:49:23','45.40.166.17',NULL,NULL),(81410,'four_oh_four','2021-07-06 12:00:06','2021-07-06 17:00:06','23.95.20.6',NULL,NULL),(81411,'four_oh_four','2021-07-06 12:00:18','2021-07-06 17:00:18','23.95.20.6',NULL,NULL),(81412,'four_oh_four','2021-07-06 12:00:20','2021-07-06 17:00:20','23.95.20.6',NULL,NULL),(81413,'four_oh_four','2021-07-06 12:00:23','2021-07-06 17:00:23','23.95.20.6',NULL,NULL),(81414,'four_oh_four','2021-07-06 12:00:25','2021-07-06 17:00:25','23.95.20.6',NULL,NULL),(81415,'four_oh_four','2021-07-06 12:00:27','2021-07-06 17:00:27','23.95.20.6',NULL,NULL),(81416,'four_oh_four','2021-07-06 12:00:30','2021-07-06 17:00:30','23.95.20.6',NULL,NULL),(81417,'four_oh_four','2021-07-06 12:00:32','2021-07-06 17:00:32','23.95.20.6',NULL,NULL),(81418,'four_oh_four','2021-07-06 14:02:38','2021-07-06 19:02:38','184.154.139.17',NULL,NULL),(81419,'four_oh_four','2021-07-06 16:37:24','2021-07-06 21:37:24','45.152.116.138',NULL,NULL),(81420,'four_oh_four','2021-07-06 18:07:22','2021-07-06 23:07:22','40.77.167.19',NULL,NULL),(81421,'four_oh_four','2021-07-06 18:30:24','2021-07-06 23:30:24','88.198.36.62',NULL,NULL),(81422,'four_oh_four','2021-07-06 19:08:03','2021-07-07 00:08:03','144.76.162.206',NULL,NULL),(81423,'four_oh_four','2021-07-06 20:41:31','2021-07-07 01:41:31','5.188.48.152',NULL,NULL),(81424,'four_oh_four','2021-07-06 20:45:52','2021-07-07 01:45:52','185.191.34.215',NULL,NULL),(81425,'four_oh_four','2021-07-06 21:24:20','2021-07-07 02:24:20','66.249.69.221',NULL,NULL),(81426,'four_oh_four','2021-07-06 21:39:02','2021-07-07 02:39:02','66.249.69.192',NULL,NULL),(81427,'four_oh_four','2021-07-06 22:21:21','2021-07-07 03:21:21','192.169.139.161',NULL,NULL),(81428,'four_oh_four','2021-07-06 23:00:15','2021-07-07 04:00:15','52.201.182.91',NULL,NULL),(81429,'four_oh_four','2021-07-06 23:00:19','2021-07-07 04:00:19','52.201.182.91',NULL,NULL),(81430,'four_oh_four','2021-07-06 23:00:22','2021-07-07 04:00:22','52.201.182.91',NULL,NULL),(81431,'four_oh_four','2021-07-06 23:00:26','2021-07-07 04:00:26','52.201.182.91',NULL,NULL),(81432,'four_oh_four','2021-07-06 23:14:08','2021-07-07 04:14:08','194.61.24.99',NULL,NULL),(81433,'four_oh_four','2021-07-06 23:40:45','2021-07-07 04:40:45','45.152.116.138',NULL,NULL),(81434,'four_oh_four','2021-07-06 23:59:46','2021-07-07 04:59:46','62.16.8.14',NULL,NULL),(81435,'four_oh_four','2021-07-07 01:08:01','2021-07-07 06:08:01','18.207.142.97',NULL,NULL),(81436,'four_oh_four','2021-07-07 03:30:49','2021-07-07 08:30:49','77.222.117.245',NULL,NULL),(81437,'four_oh_four','2021-07-07 04:25:05','2021-07-07 09:25:05','66.249.69.216',NULL,NULL),(81438,'four_oh_four','2021-07-07 05:07:20','2021-07-07 10:07:20','198.71.238.30',NULL,NULL),(81439,'four_oh_four','2021-07-07 06:14:31','2021-07-07 11:14:31','188.126.73.197',NULL,NULL),(81440,'four_oh_four','2021-07-07 06:48:57','2021-07-07 11:48:57','195.78.247.193',NULL,NULL),(81441,'four_oh_four','2021-07-07 07:43:47','2021-07-07 12:43:47','5.188.210.4',NULL,NULL),(81442,'four_oh_four','2021-07-07 07:59:00','2021-07-07 12:59:00','77.68.114.120',NULL,NULL),(81443,'four_oh_four','2021-07-07 07:59:11','2021-07-07 12:59:11','77.68.114.120',NULL,NULL),(81444,'four_oh_four','2021-07-07 08:03:21','2021-07-07 13:03:21','62.210.127.188',NULL,NULL),(81445,'four_oh_four','2021-07-07 08:12:05','2021-07-07 13:12:05','62.210.127.188',NULL,NULL),(81446,'four_oh_four','2021-07-07 09:33:51','2021-07-07 14:33:51','128.199.200.213',NULL,NULL),(81447,'four_oh_four','2021-07-07 10:17:55','2021-07-07 15:17:55','40.77.167.19',NULL,NULL),(81448,'four_oh_four','2021-07-07 14:07:52','2021-07-07 19:07:52','184.154.139.19',NULL,NULL),(81449,'four_oh_four','2021-07-07 14:40:36','2021-07-07 19:40:36','188.126.73.197',NULL,NULL),(81450,'four_oh_four','2021-07-07 14:57:08','2021-07-07 19:57:08','68.183.231.225',NULL,NULL),(81451,'four_oh_four','2021-07-07 14:57:08','2021-07-07 19:57:08','68.183.231.225',NULL,NULL),(81452,'four_oh_four','2021-07-07 16:55:02','2021-07-07 21:55:02','203.159.80.120',NULL,NULL),(81453,'four_oh_four','2021-07-07 16:55:09','2021-07-07 21:55:09','203.159.80.120',NULL,NULL),(81454,'four_oh_four','2021-07-07 16:55:16','2021-07-07 21:55:16','203.159.80.120',NULL,NULL),(81455,'four_oh_four','2021-07-07 16:56:01','2021-07-07 21:56:01','203.159.80.120',NULL,NULL),(81456,'four_oh_four','2021-07-07 16:56:29','2021-07-07 21:56:29','203.159.80.120',NULL,NULL),(81457,'four_oh_four','2021-07-07 16:57:48','2021-07-07 21:57:48','203.159.80.120',NULL,NULL),(81458,'four_oh_four','2021-07-07 16:58:07','2021-07-07 21:58:07','203.159.80.120',NULL,NULL),(81459,'four_oh_four','2021-07-07 16:58:16','2021-07-07 21:58:16','203.159.80.120',NULL,NULL),(81460,'four_oh_four','2021-07-07 16:58:31','2021-07-07 21:58:31','203.159.80.120',NULL,NULL),(81461,'four_oh_four','2021-07-07 16:58:42','2021-07-07 21:58:42','203.159.80.120',NULL,NULL),(81462,'four_oh_four','2021-07-07 16:59:01','2021-07-07 21:59:01','203.159.80.120',NULL,NULL),(81463,'four_oh_four','2021-07-07 16:59:30','2021-07-07 21:59:30','203.159.80.120',NULL,NULL),(81464,'four_oh_four','2021-07-07 16:59:40','2021-07-07 21:59:40','203.159.80.120',NULL,NULL),(81465,'four_oh_four','2021-07-07 16:59:58','2021-07-07 21:59:58','203.159.80.120',NULL,NULL),(81466,'four_oh_four','2021-07-07 17:02:33','2021-07-07 22:02:33','203.159.80.120',NULL,NULL),(81467,'four_oh_four','2021-07-07 17:03:27','2021-07-07 22:03:27','203.159.80.120',NULL,NULL),(81468,'four_oh_four','2021-07-07 17:03:40','2021-07-07 22:03:40','203.159.80.120',NULL,NULL),(81469,'four_oh_four','2021-07-07 17:04:08','2021-07-07 22:04:08','203.159.80.120',NULL,NULL),(81470,'four_oh_four','2021-07-07 17:04:15','2021-07-07 22:04:15','203.159.80.120',NULL,NULL),(81471,'four_oh_four','2021-07-07 17:04:53','2021-07-07 22:04:53','203.159.80.120',NULL,NULL),(81472,'four_oh_four','2021-07-07 17:05:02','2021-07-07 22:05:02','203.159.80.120',NULL,NULL),(81473,'four_oh_four','2021-07-07 19:08:00','2021-07-08 00:08:00','185.107.242.199',NULL,NULL),(81474,'four_oh_four','2021-07-07 19:22:55','2021-07-08 00:22:55','164.132.202.72',NULL,NULL),(81475,'four_oh_four','2021-07-07 19:45:24','2021-07-08 00:45:24','5.188.48.88',NULL,NULL),(81476,'four_oh_four','2021-07-07 21:43:42','2021-07-08 02:43:42','79.115.85.34',NULL,NULL),(81477,'four_oh_four','2021-07-07 21:43:45','2021-07-08 02:43:45','79.115.85.34',NULL,NULL),(81478,'four_oh_four','2021-07-07 21:43:49','2021-07-08 02:43:49','79.115.85.34',NULL,NULL),(81479,'four_oh_four','2021-07-07 22:23:24','2021-07-08 03:23:24','18.232.105.223',NULL,NULL),(81480,'four_oh_four','2021-07-07 22:50:35','2021-07-08 03:50:35','194.60.69.201',NULL,NULL),(81481,'four_oh_four','2021-07-08 00:03:55','2021-07-08 05:03:55','104.168.4.201',NULL,NULL),(81482,'four_oh_four','2021-07-08 05:48:22','2021-07-08 10:48:22','194.61.24.99',NULL,NULL),(81483,'four_oh_four','2021-07-08 08:12:11','2021-07-08 13:12:11','62.16.8.14',NULL,NULL),(81484,'four_oh_four','2021-07-08 10:21:03','2021-07-08 15:21:03','40.77.167.19',NULL,NULL),(81485,'four_oh_four','2021-07-08 12:07:55','2021-07-08 17:07:55','66.249.75.3',NULL,NULL),(81486,'four_oh_four','2021-07-08 12:08:37','2021-07-08 17:08:37','66.249.75.5',NULL,NULL),(81487,'four_oh_four','2021-07-08 14:04:02','2021-07-08 19:04:02','184.154.139.17',NULL,NULL),(81488,'four_oh_four','2021-07-08 14:05:46','2021-07-08 19:05:46','184.154.139.17',NULL,NULL),(81489,'four_oh_four','2021-07-08 14:06:04','2021-07-08 19:06:04','184.154.139.17',NULL,NULL),(81490,'four_oh_four','2021-07-08 16:34:25','2021-07-08 21:34:25','178.159.37.104',NULL,NULL),(81491,'four_oh_four','2021-07-08 16:34:37','2021-07-08 21:34:37','178.159.37.104',NULL,NULL),(81492,'four_oh_four','2021-07-08 16:34:41','2021-07-08 21:34:41','178.159.37.104',NULL,NULL),(81493,'four_oh_four','2021-07-08 16:35:56','2021-07-08 21:35:56','178.159.37.104',NULL,NULL),(81494,'four_oh_four','2021-07-08 16:46:12','2021-07-08 21:46:12','164.132.202.72',NULL,NULL),(81495,'four_oh_four','2021-07-08 17:13:33','2021-07-08 22:13:33','91.78.77.65',NULL,NULL),(81496,'four_oh_four','2021-07-08 18:21:49','2021-07-08 23:21:49','178.159.37.104',NULL,NULL),(81497,'four_oh_four','2021-07-08 19:43:29','2021-07-09 00:43:29','5.188.48.98',NULL,NULL),(81498,'four_oh_four','2021-07-08 19:43:32','2021-07-09 00:43:32','5.188.48.98',NULL,NULL),(81499,'four_oh_four','2021-07-08 19:51:50','2021-07-09 00:51:50','5.9.80.212',NULL,NULL),(81500,'four_oh_four','2021-07-08 19:58:07','2021-07-09 00:58:07','147.78.141.191',NULL,NULL),(81501,'four_oh_four','2021-07-08 19:58:10','2021-07-09 00:58:10','147.78.141.191',NULL,NULL),(81502,'four_oh_four','2021-07-08 19:58:13','2021-07-09 00:58:13','147.78.141.191',NULL,NULL),(81503,'four_oh_four','2021-07-08 19:58:16','2021-07-09 00:58:16','147.78.141.191',NULL,NULL),(81504,'four_oh_four','2021-07-08 20:04:53','2021-07-09 01:04:53','178.159.37.104',NULL,NULL),(81505,'four_oh_four','2021-07-08 21:35:36','2021-07-09 02:35:36','40.77.167.40',NULL,NULL),(81506,'four_oh_four','2021-07-08 21:48:45','2021-07-09 02:48:45','178.159.37.104',NULL,NULL),(81507,'four_oh_four','2021-07-08 22:31:49','2021-07-09 03:31:49','178.71.255.242',NULL,NULL),(81508,'four_oh_four','2021-07-08 22:58:28','2021-07-09 03:58:28','54.89.206.139',NULL,NULL),(81509,'four_oh_four','2021-07-08 23:06:44','2021-07-09 04:06:44','188.126.73.197',NULL,NULL),(81510,'four_oh_four','2021-07-08 23:17:52','2021-07-09 04:17:52','178.159.37.139',NULL,NULL),(81511,'four_oh_four','2021-07-08 23:42:21','2021-07-09 04:42:21','66.249.75.28',NULL,NULL),(81512,'four_oh_four','2021-07-08 23:45:29','2021-07-09 04:45:29','40.77.167.40',NULL,NULL),(81513,'four_oh_four','2021-07-09 01:40:50','2021-07-09 06:40:50','5.143.39.135',NULL,NULL),(81514,'four_oh_four','2021-07-09 02:53:47','2021-07-09 07:53:47','54.39.29.64',NULL,NULL),(81515,'four_oh_four','2021-07-09 03:53:20','2021-07-09 08:53:20','178.159.37.104',NULL,NULL),(81516,'four_oh_four','2021-07-09 03:53:33','2021-07-09 08:53:33','178.159.37.104',NULL,NULL),(81517,'four_oh_four','2021-07-09 03:53:36','2021-07-09 08:53:36','178.159.37.104',NULL,NULL),(81518,'four_oh_four','2021-07-09 03:58:37','2021-07-09 08:58:37','178.159.37.104',NULL,NULL),(81519,'four_oh_four','2021-07-09 05:40:41','2021-07-09 10:40:41','178.159.37.104',NULL,NULL),(81520,'four_oh_four','2021-07-09 06:27:05','2021-07-09 11:27:05','23.96.121.158',NULL,NULL),(81521,'four_oh_four','2021-07-09 06:29:20','2021-07-09 11:29:20','23.96.121.158',NULL,NULL),(81522,'four_oh_four','2021-07-09 07:24:47','2021-07-09 12:24:47','5.188.48.152',NULL,NULL),(81523,'four_oh_four','2021-07-09 07:36:01','2021-07-09 12:36:01','62.16.8.14',NULL,NULL),(81524,'four_oh_four','2021-07-09 07:41:36','2021-07-09 12:41:36','178.159.37.104',NULL,NULL),(81525,'four_oh_four','2021-07-09 09:05:02','2021-07-09 14:05:02','31.134.125.80',NULL,NULL),(81526,'four_oh_four','2021-07-09 09:25:41','2021-07-09 14:25:41','178.159.37.104',NULL,NULL),(81527,'four_oh_four','2021-07-09 11:38:17','2021-07-09 16:38:17','54.39.29.64',NULL,NULL),(81528,'four_oh_four','2021-07-09 11:38:23','2021-07-09 16:38:23','54.39.29.64',NULL,NULL),(81529,'four_oh_four','2021-07-09 11:53:12','2021-07-09 16:53:12','164.132.202.72',NULL,NULL),(81530,'four_oh_four','2021-07-09 14:08:16','2021-07-09 19:08:16','184.154.139.3',NULL,NULL),(81531,'four_oh_four','2021-07-09 15:07:14','2021-07-09 20:07:14','198.134.109.132',NULL,NULL),(81532,'four_oh_four','2021-07-09 15:07:18','2021-07-09 20:07:18','198.134.109.132',NULL,NULL),(81533,'four_oh_four','2021-07-09 15:07:21','2021-07-09 20:07:21','198.134.109.132',NULL,NULL),(81534,'four_oh_four','2021-07-09 15:07:27','2021-07-09 20:07:27','198.134.109.132',NULL,NULL),(81535,'four_oh_four','2021-07-09 15:21:24','2021-07-09 20:21:24','92.255.198.132',NULL,NULL),(81536,'four_oh_four','2021-07-09 15:30:35','2021-07-09 20:30:35','14.162.253.57',NULL,NULL),(81537,'four_oh_four','2021-07-09 15:42:22','2021-07-09 20:42:22','194.61.24.99',NULL,NULL),(81538,'four_oh_four','2021-07-09 17:47:41','2021-07-09 22:47:41','185.191.34.215',NULL,NULL),(81539,'four_oh_four','2021-07-09 18:27:41','2021-07-09 23:27:41','92.100.151.212',NULL,NULL),(81540,'four_oh_four','2021-07-09 19:41:04','2021-07-10 00:41:04','66.249.75.28',NULL,NULL),(81541,'four_oh_four','2021-07-09 21:18:08','2021-07-10 02:18:08','5.188.48.98',NULL,NULL),(81542,'four_oh_four','2021-07-09 21:18:08','2021-07-10 02:18:08','5.188.48.98',NULL,NULL),(81543,'four_oh_four','2021-07-09 22:09:08','2021-07-10 03:09:08','188.122.82.146',NULL,NULL),(81544,'four_oh_four','2021-07-10 02:04:18','2021-07-10 07:04:18','40.77.167.40',NULL,NULL),(81545,'four_oh_four','2021-07-10 02:29:53','2021-07-10 07:29:53','54.83.99.102',NULL,NULL),(81546,'four_oh_four','2021-07-10 02:47:02','2021-07-10 07:47:02','54.39.29.64',NULL,NULL),(81547,'four_oh_four','2021-07-10 02:47:02','2021-07-10 07:47:02','54.39.29.64',NULL,NULL),(81548,'four_oh_four','2021-07-10 02:47:05','2021-07-10 07:47:05','54.39.29.64',NULL,NULL),(81549,'four_oh_four','2021-07-10 02:47:11','2021-07-10 07:47:11','54.39.29.64',NULL,NULL),(81550,'four_oh_four','2021-07-10 02:47:16','2021-07-10 07:47:16','54.39.29.64',NULL,NULL),(81551,'four_oh_four','2021-07-10 04:57:56','2021-07-10 09:57:56','188.126.73.222',NULL,NULL),(81552,'four_oh_four','2021-07-10 06:25:45','2021-07-10 11:25:45','164.132.202.72',NULL,NULL),(81553,'four_oh_four','2021-07-10 09:44:04','2021-07-10 14:44:04','188.126.73.222',NULL,NULL),(81554,'four_oh_four','2021-07-10 11:21:39','2021-07-10 16:21:39','45.152.116.138',NULL,NULL),(81555,'four_oh_four','2021-07-10 14:05:38','2021-07-10 19:05:38','184.154.139.19',NULL,NULL),(81556,'four_oh_four','2021-07-10 16:08:53','2021-07-10 21:08:53','95.216.15.92',NULL,NULL),(81557,'four_oh_four','2021-07-10 18:58:56','2021-07-10 23:58:56','5.62.18.42',NULL,NULL),(81558,'four_oh_four','2021-07-10 19:13:58','2021-07-11 00:13:58','162.55.89.85',NULL,NULL),(81559,'four_oh_four','2021-07-10 19:25:31','2021-07-11 00:25:31','211.136.100.154',NULL,NULL),(81560,'four_oh_four','2021-07-10 19:25:45','2021-07-11 00:25:45','192.169.139.161',NULL,NULL),(81561,'four_oh_four','2021-07-10 22:37:42','2021-07-11 03:37:42','3.84.222.8',NULL,NULL),(81562,'four_oh_four','2021-07-11 00:10:22','2021-07-11 05:10:22','207.46.13.167',NULL,NULL),(81563,'four_oh_four','2021-07-11 00:53:00','2021-07-11 05:53:00','164.132.202.72',NULL,NULL),(81564,'four_oh_four','2021-07-11 01:57:12','2021-07-11 06:57:12','194.61.24.99',NULL,NULL),(81565,'four_oh_four','2021-07-11 02:06:40','2021-07-11 07:06:40','178.34.163.136',NULL,NULL),(81566,'four_oh_four','2021-07-11 02:44:53','2021-07-11 07:44:53','192.185.4.128',NULL,NULL),(81567,'four_oh_four','2021-07-11 03:14:58','2021-07-11 08:14:58','188.126.89.121',NULL,NULL),(81568,'four_oh_four','2021-07-11 05:27:36','2021-07-11 10:27:36','176.106.247.22',NULL,NULL),(81569,'four_oh_four','2021-07-11 12:24:07','2021-07-11 17:24:07','195.246.120.164',NULL,NULL),(81570,'four_oh_four','2021-07-11 13:17:51','2021-07-11 18:17:51','37.20.79.143',NULL,NULL),(81571,'four_oh_four','2021-07-11 13:53:17','2021-07-11 18:53:17','5.188.210.18',NULL,NULL),(81572,'four_oh_four','2021-07-11 14:09:15','2021-07-11 19:09:15','184.154.76.35',NULL,NULL),(81573,'four_oh_four','2021-07-11 14:55:30','2021-07-11 19:55:30','180.167.101.134',NULL,NULL),(81574,'four_oh_four','2021-07-11 14:55:48','2021-07-11 19:55:48','43.224.8.116',NULL,NULL),(81575,'four_oh_four','2021-07-11 14:56:37','2021-07-11 19:56:37','180.167.101.134',NULL,NULL),(81576,'four_oh_four','2021-07-11 15:08:54','2021-07-11 20:08:54','8.209.97.148',NULL,NULL),(81577,'four_oh_four','2021-07-11 16:07:21','2021-07-11 21:07:21','166.70.52.189',NULL,NULL),(81578,'four_oh_four','2021-07-11 17:06:36','2021-07-11 22:06:36','77.68.114.120',NULL,NULL),(81579,'four_oh_four','2021-07-11 17:06:49','2021-07-11 22:06:49','77.68.114.120',NULL,NULL),(81580,'four_oh_four','2021-07-11 17:41:57','2021-07-11 22:41:57','162.241.226.202',NULL,NULL),(81581,'four_oh_four','2021-07-11 17:42:08','2021-07-11 22:42:08','162.241.24.170',NULL,NULL),(81582,'four_oh_four','2021-07-11 17:43:45','2021-07-11 22:43:45','50.87.223.209',NULL,NULL),(81583,'four_oh_four','2021-07-11 20:20:40','2021-07-12 01:20:40','207.46.13.167',NULL,NULL),(81584,'four_oh_four','2021-07-11 22:15:35','2021-07-12 03:15:35','178.159.37.139',NULL,NULL),(81585,'four_oh_four','2021-07-11 23:07:28','2021-07-12 04:07:28','176.106.247.22',NULL,NULL),(81586,'four_oh_four','2021-07-12 00:42:00','2021-07-12 05:42:00','216.201.82.194',NULL,NULL),(81587,'four_oh_four','2021-07-12 01:16:18','2021-07-12 06:16:18','40.77.167.19',NULL,NULL),(81588,'four_oh_four','2021-07-12 01:23:51','2021-07-12 06:23:51','176.113.251.250',NULL,NULL),(81589,'four_oh_four','2021-07-12 02:05:26','2021-07-12 07:05:26','176.113.251.250',NULL,NULL),(81590,'four_oh_four','2021-07-12 02:34:21','2021-07-12 07:34:21','92.38.136.69',NULL,NULL),(81591,'four_oh_four','2021-07-12 02:52:38','2021-07-12 07:52:38','176.113.251.250',NULL,NULL),(81592,'four_oh_four','2021-07-12 03:40:27','2021-07-12 08:40:27','54.39.29.64',NULL,NULL),(81593,'four_oh_four','2021-07-12 03:48:44','2021-07-12 08:48:44','176.113.251.250',NULL,NULL),(81594,'four_oh_four','2021-07-12 04:58:25','2021-07-12 09:58:25','176.113.251.250',NULL,NULL),(81595,'four_oh_four','2021-07-12 05:15:49','2021-07-12 10:15:49','89.38.99.188',NULL,NULL),(81596,'four_oh_four','2021-07-12 08:59:55','2021-07-12 13:59:55','94.155.33.34',NULL,NULL),(81597,'four_oh_four','2021-07-12 10:55:02','2021-07-12 15:55:02','40.77.167.19',NULL,NULL),(81598,'four_oh_four','2021-07-12 11:22:13','2021-07-12 16:22:13','37.76.126.243',NULL,NULL),(81599,'four_oh_four','2021-07-12 11:22:16','2021-07-12 16:22:16','37.76.126.243',NULL,NULL),(81600,'four_oh_four','2021-07-12 11:22:18','2021-07-12 16:22:18','37.76.126.243',NULL,NULL),(81601,'four_oh_four','2021-07-12 11:22:25','2021-07-12 16:22:25','37.76.126.243',NULL,NULL),(81602,'four_oh_four','2021-07-12 11:22:28','2021-07-12 16:22:28','37.76.126.243',NULL,NULL),(81603,'four_oh_four','2021-07-12 11:22:30','2021-07-12 16:22:30','37.76.126.243',NULL,NULL),(81604,'four_oh_four','2021-07-12 11:22:34','2021-07-12 16:22:34','37.76.126.243',NULL,NULL),(81605,'four_oh_four','2021-07-12 12:18:30','2021-07-12 17:18:30','92.38.136.69',NULL,NULL),(81606,'four_oh_four','2021-07-12 12:37:07','2021-07-12 17:37:07','47.91.91.64',NULL,NULL),(81607,'four_oh_four','2021-07-12 14:06:57','2021-07-12 19:06:57','184.154.139.20',NULL,NULL),(81608,'four_oh_four','2021-07-12 16:00:29','2021-07-12 21:00:29','3.85.175.130',NULL,NULL),(81609,'four_oh_four','2021-07-12 17:17:05','2021-07-12 22:17:05','82.208.189.233',NULL,NULL),(81610,'four_oh_four','2021-07-12 17:31:11','2021-07-12 22:31:11','188.163.47.9',NULL,NULL),(81611,'four_oh_four','2021-07-12 18:55:29','2021-07-12 23:55:29','20.48.236.142',NULL,NULL),(81612,'four_oh_four','2021-07-12 18:55:34','2021-07-12 23:55:34','20.48.236.142',NULL,NULL),(81613,'four_oh_four','2021-07-12 18:55:43','2021-07-12 23:55:43','20.48.236.142',NULL,NULL),(81614,'four_oh_four','2021-07-12 18:56:03','2021-07-12 23:56:03','20.48.236.142',NULL,NULL),(81615,'four_oh_four','2021-07-12 18:56:09','2021-07-12 23:56:09','20.48.236.142',NULL,NULL),(81616,'four_oh_four','2021-07-12 18:56:29','2021-07-12 23:56:29','20.48.236.142',NULL,NULL),(81617,'four_oh_four','2021-07-12 18:56:33','2021-07-12 23:56:33','20.48.236.142',NULL,NULL),(81618,'four_oh_four','2021-07-12 18:56:38','2021-07-12 23:56:38','20.48.236.142',NULL,NULL),(81619,'four_oh_four','2021-07-12 18:56:55','2021-07-12 23:56:55','20.48.236.142',NULL,NULL),(81620,'four_oh_four','2021-07-12 18:57:00','2021-07-12 23:57:00','20.48.236.142',NULL,NULL),(81621,'four_oh_four','2021-07-12 18:57:06','2021-07-12 23:57:06','20.48.236.142',NULL,NULL),(81622,'four_oh_four','2021-07-12 18:57:13','2021-07-12 23:57:13','20.48.236.142',NULL,NULL),(81623,'four_oh_four','2021-07-12 18:57:22','2021-07-12 23:57:22','20.48.236.142',NULL,NULL),(81624,'four_oh_four','2021-07-12 18:57:28','2021-07-12 23:57:28','20.48.236.142',NULL,NULL),(81625,'four_oh_four','2021-07-12 18:58:04','2021-07-12 23:58:04','20.48.236.142',NULL,NULL),(81626,'four_oh_four','2021-07-12 18:58:16','2021-07-12 23:58:16','20.48.236.142',NULL,NULL),(81627,'four_oh_four','2021-07-12 18:58:20','2021-07-12 23:58:20','20.48.236.142',NULL,NULL),(81628,'four_oh_four','2021-07-12 18:58:35','2021-07-12 23:58:35','20.48.236.142',NULL,NULL),(81629,'four_oh_four','2021-07-12 18:58:51','2021-07-12 23:58:51','20.48.236.142',NULL,NULL),(81630,'four_oh_four','2021-07-12 18:59:01','2021-07-12 23:59:01','20.48.236.142',NULL,NULL),(81631,'four_oh_four','2021-07-12 20:41:26','2021-07-13 01:41:26','196.240.54.121',NULL,NULL),(81632,'four_oh_four','2021-07-12 23:15:46','2021-07-13 04:15:46','147.78.141.191',NULL,NULL),(81633,'four_oh_four','2021-07-12 23:15:49','2021-07-13 04:15:49','147.78.141.191',NULL,NULL),(81634,'four_oh_four','2021-07-12 23:15:52','2021-07-13 04:15:52','147.78.141.191',NULL,NULL),(81635,'four_oh_four','2021-07-12 23:15:55','2021-07-13 04:15:55','147.78.141.191',NULL,NULL),(81636,'four_oh_four','2021-07-12 23:16:58','2021-07-13 04:16:58','194.61.24.99',NULL,NULL),(81637,'four_oh_four','2021-07-12 23:40:14','2021-07-13 04:40:14','178.140.227.183',NULL,NULL),(81638,'four_oh_four','2021-07-13 00:47:07','2021-07-13 05:47:07','207.46.13.167',NULL,NULL),(81639,'four_oh_four','2021-07-13 01:55:38','2021-07-13 06:55:38','198.23.173.250',NULL,NULL),(81640,'four_oh_four','2021-07-13 01:59:55','2021-07-13 06:59:55','185.197.74.175',NULL,NULL),(81641,'four_oh_four','2021-07-13 02:36:41','2021-07-13 07:36:41','195.246.120.170',NULL,NULL),(81642,'four_oh_four','2021-07-13 03:12:56','2021-07-13 08:12:56','141.101.249.39',NULL,NULL),(81643,'four_oh_four','2021-07-13 03:24:49','2021-07-13 08:24:49','195.78.247.193',NULL,NULL),(81644,'four_oh_four','2021-07-13 03:40:17','2021-07-13 08:40:17','147.78.141.192',NULL,NULL),(81645,'four_oh_four','2021-07-13 03:40:20','2021-07-13 08:40:20','147.78.141.192',NULL,NULL),(81646,'four_oh_four','2021-07-13 03:40:24','2021-07-13 08:40:24','147.78.141.192',NULL,NULL),(81647,'four_oh_four','2021-07-13 03:40:27','2021-07-13 08:40:27','147.78.141.192',NULL,NULL),(81648,'brute_force','2021-07-13 06:02:34','2021-07-13 11:02:34','45.72.78.41',NULL,NULL),(81649,'brute_force','2021-07-13 06:02:34','2021-07-13 11:02:34',NULL,NULL,'admin'),(81650,'brute_force','2021-07-13 06:02:36','2021-07-13 11:02:36','45.72.78.41',NULL,NULL),(81651,'brute_force','2021-07-13 06:02:36','2021-07-13 11:02:36',NULL,NULL,'admin'),(81652,'brute_force','2021-07-13 06:02:41','2021-07-13 11:02:41','45.72.78.41',NULL,NULL),(81653,'brute_force','2021-07-13 06:02:41','2021-07-13 11:02:41',NULL,NULL,'admin'),(81654,'brute_force','2021-07-13 06:02:44','2021-07-13 11:02:44','45.72.78.41',NULL,NULL),(81655,'brute_force','2021-07-13 06:02:44','2021-07-13 11:02:44',NULL,NULL,'admin'),(81656,'brute_force','2021-07-13 06:02:46','2021-07-13 11:02:46','45.72.78.41',NULL,NULL),(81657,'brute_force','2021-07-13 06:02:46','2021-07-13 11:02:46',NULL,NULL,'admin'),(81658,'four_oh_four','2021-07-13 06:22:38','2021-07-13 11:22:38','207.46.13.167',NULL,NULL),(81659,'four_oh_four','2021-07-13 07:32:15','2021-07-13 12:32:15','80.94.27.137',NULL,NULL),(81660,'four_oh_four','2021-07-13 11:03:16','2021-07-13 16:03:16','5.62.41.137',NULL,NULL),(81661,'four_oh_four','2021-07-13 11:03:18','2021-07-13 16:03:18','5.62.41.137',NULL,NULL),(81662,'four_oh_four','2021-07-13 11:03:24','2021-07-13 16:03:24','5.62.41.137',NULL,NULL),(81663,'four_oh_four','2021-07-13 11:03:27','2021-07-13 16:03:27','5.62.41.137',NULL,NULL),(81664,'four_oh_four','2021-07-13 11:03:30','2021-07-13 16:03:30','5.62.41.137',NULL,NULL),(81665,'four_oh_four','2021-07-13 11:03:33','2021-07-13 16:03:33','5.62.41.137',NULL,NULL),(81666,'four_oh_four','2021-07-13 11:03:36','2021-07-13 16:03:36','5.62.41.137',NULL,NULL),(81667,'four_oh_four','2021-07-13 11:03:39','2021-07-13 16:03:39','5.62.41.137',NULL,NULL),(81668,'four_oh_four','2021-07-13 11:03:42','2021-07-13 16:03:42','5.62.41.137',NULL,NULL),(81669,'four_oh_four','2021-07-13 12:30:28','2021-07-13 17:30:28','195.246.120.167',NULL,NULL),(81670,'four_oh_four','2021-07-13 13:10:55','2021-07-13 18:10:55','3.218.244.75',NULL,NULL),(81671,'four_oh_four','2021-07-13 14:04:45','2021-07-13 19:04:45','184.154.139.18',NULL,NULL),(81672,'four_oh_four','2021-07-13 16:53:34','2021-07-13 21:53:34','188.235.215.140',NULL,NULL),(81673,'four_oh_four','2021-07-13 17:46:25','2021-07-13 22:46:25','92.118.77.10',NULL,NULL),(81674,'four_oh_four','2021-07-13 20:26:10','2021-07-14 01:26:10','5.188.210.18',NULL,NULL),(81675,'four_oh_four','2021-07-13 23:08:36','2021-07-14 04:08:36','52.201.182.91',NULL,NULL),(81676,'four_oh_four','2021-07-13 23:08:40','2021-07-14 04:08:40','52.201.182.91',NULL,NULL),(81677,'four_oh_four','2021-07-13 23:08:43','2021-07-14 04:08:43','52.201.182.91',NULL,NULL),(81678,'four_oh_four','2021-07-13 23:08:48','2021-07-14 04:08:48','52.201.182.91',NULL,NULL),(81679,'four_oh_four','2021-07-14 00:49:59','2021-07-14 05:49:59','176.120.28.179',NULL,NULL),(81680,'four_oh_four','2021-07-14 00:54:51','2021-07-14 05:54:51','176.113.251.250',NULL,NULL),(81681,'four_oh_four','2021-07-14 01:34:02','2021-07-14 06:34:02','176.113.251.250',NULL,NULL),(81682,'four_oh_four','2021-07-14 02:16:39','2021-07-14 07:16:39','176.113.251.250',NULL,NULL),(81683,'four_oh_four','2021-07-14 03:03:58','2021-07-14 08:03:58','176.113.251.250',NULL,NULL),(81684,'four_oh_four','2021-07-14 03:14:15','2021-07-14 08:14:15','209.159.150.78',NULL,NULL),(81685,'four_oh_four','2021-07-14 03:29:26','2021-07-14 08:29:26','54.39.29.64',NULL,NULL),(81686,'four_oh_four','2021-07-14 03:29:26','2021-07-14 08:29:26','54.39.29.64',NULL,NULL),(81687,'four_oh_four','2021-07-14 03:29:26','2021-07-14 08:29:26','54.39.29.64',NULL,NULL),(81688,'four_oh_four','2021-07-14 03:47:13','2021-07-14 08:47:13','193.169.253.35',NULL,NULL),(81689,'four_oh_four','2021-07-14 03:58:45','2021-07-14 08:58:45','176.113.251.250',NULL,NULL),(81690,'four_oh_four','2021-07-14 04:16:57','2021-07-14 09:16:57','47.91.91.64',NULL,NULL),(81691,'four_oh_four','2021-07-14 05:02:21','2021-07-14 10:02:21','176.113.251.250',NULL,NULL),(81692,'four_oh_four','2021-07-14 05:25:15','2021-07-14 10:25:15','157.230.46.106',NULL,NULL),(81693,'four_oh_four','2021-07-14 05:25:18','2021-07-14 10:25:18','157.230.46.106',NULL,NULL),(81694,'four_oh_four','2021-07-14 05:25:59','2021-07-14 10:25:59','157.230.46.106',NULL,NULL),(81695,'four_oh_four','2021-07-14 05:26:04','2021-07-14 10:26:04','157.230.46.106',NULL,NULL),(81696,'four_oh_four','2021-07-14 05:58:42','2021-07-14 10:58:42','123.24.101.93',NULL,NULL),(81697,'four_oh_four','2021-07-14 06:18:05','2021-07-14 11:18:05','176.113.251.250',NULL,NULL),(81698,'four_oh_four','2021-07-14 06:37:19','2021-07-14 11:37:19','185.128.26.101',NULL,NULL),(81699,'four_oh_four','2021-07-14 06:37:23','2021-07-14 11:37:23','185.128.26.101',NULL,NULL),(81700,'four_oh_four','2021-07-14 06:37:28','2021-07-14 11:37:28','185.128.26.101',NULL,NULL),(81701,'four_oh_four','2021-07-14 06:37:31','2021-07-14 11:37:31','185.128.26.101',NULL,NULL),(81702,'four_oh_four','2021-07-14 09:18:19','2021-07-14 14:18:19','176.113.251.250',NULL,NULL),(81703,'four_oh_four','2021-07-14 09:52:45','2021-07-14 14:52:45','45.87.212.56',NULL,NULL),(81704,'four_oh_four','2021-07-14 09:58:30','2021-07-14 14:58:30','176.113.251.250',NULL,NULL),(81705,'four_oh_four','2021-07-14 10:17:05','2021-07-14 15:17:05','54.39.29.64',NULL,NULL),(81706,'four_oh_four','2021-07-14 10:17:05','2021-07-14 15:17:05','54.39.29.64',NULL,NULL),(81707,'four_oh_four','2021-07-14 10:17:05','2021-07-14 15:17:05','54.39.29.64',NULL,NULL),(81708,'four_oh_four','2021-07-14 10:17:06','2021-07-14 15:17:06','54.39.29.64',NULL,NULL),(81709,'four_oh_four','2021-07-14 10:42:46','2021-07-14 15:42:46','176.113.251.250',NULL,NULL),(81710,'four_oh_four','2021-07-14 10:48:59','2021-07-14 15:48:59','77.247.127.149',NULL,NULL),(81711,'four_oh_four','2021-07-14 10:52:47','2021-07-14 15:52:47','207.46.13.167',NULL,NULL),(81712,'four_oh_four','2021-07-14 11:11:02','2021-07-14 16:11:02','159.203.81.46',NULL,NULL),(81713,'four_oh_four','2021-07-14 11:33:12','2021-07-14 16:33:12','176.113.251.250',NULL,NULL),(81714,'four_oh_four','2021-07-14 11:41:54','2021-07-14 16:41:54','92.118.77.10',NULL,NULL),(81715,'four_oh_four','2021-07-14 12:10:28','2021-07-14 17:10:28','91.121.146.218',NULL,NULL),(81716,'four_oh_four','2021-07-14 12:10:42','2021-07-14 17:10:42','91.121.146.218',NULL,NULL),(81717,'four_oh_four','2021-07-14 12:11:16','2021-07-14 17:11:16','188.166.179.135',NULL,NULL),(81718,'four_oh_four','2021-07-14 12:29:52','2021-07-14 17:29:52','176.113.251.250',NULL,NULL),(81719,'four_oh_four','2021-07-14 13:35:09','2021-07-14 18:35:09','176.113.251.250',NULL,NULL),(81720,'four_oh_four','2021-07-14 14:01:34','2021-07-14 19:01:34','184.154.139.18',NULL,NULL),(81721,'four_oh_four','2021-07-14 14:52:43','2021-07-14 19:52:43','176.113.251.250',NULL,NULL),(81722,'four_oh_four','2021-07-14 14:57:33','2021-07-14 19:57:33','5.188.210.18',NULL,NULL),(81723,'four_oh_four','2021-07-14 14:57:33','2021-07-14 19:57:33','5.188.210.18',NULL,NULL),(81724,'four_oh_four','2021-07-14 15:28:08','2021-07-14 20:28:08','93.81.15.10',NULL,NULL),(81725,'four_oh_four','2021-07-14 17:27:44','2021-07-14 22:27:44','195.246.120.159',NULL,NULL),(81726,'four_oh_four','2021-07-14 18:18:56','2021-07-14 23:18:56','207.46.13.148',NULL,NULL),(81727,'four_oh_four','2021-07-14 19:35:16','2021-07-15 00:35:16','86.102.5.249',NULL,NULL),(81728,'four_oh_four','2021-07-14 21:30:19','2021-07-15 02:30:19','185.125.169.30',NULL,NULL),(81729,'four_oh_four','2021-07-14 21:53:39','2021-07-15 02:53:39','178.159.37.104',NULL,NULL),(81730,'four_oh_four','2021-07-14 21:53:52','2021-07-15 02:53:52','178.159.37.104',NULL,NULL),(81731,'four_oh_four','2021-07-14 21:53:55','2021-07-15 02:53:55','178.159.37.104',NULL,NULL),(81732,'four_oh_four','2021-07-14 21:54:27','2021-07-15 02:54:27','178.159.37.104',NULL,NULL),(81733,'four_oh_four','2021-07-14 22:01:24','2021-07-15 03:01:24','77.247.111.137',NULL,NULL),(81734,'four_oh_four','2021-07-14 23:32:12','2021-07-15 04:32:12','177.104.192.122',NULL,NULL),(81735,'four_oh_four','2021-07-14 23:38:04','2021-07-15 04:38:04','178.159.37.104',NULL,NULL),(81736,'four_oh_four','2021-07-14 23:56:18','2021-07-15 04:56:18','8.209.97.148',NULL,NULL),(81737,'four_oh_four','2021-07-15 00:24:06','2021-07-15 05:24:06','92.118.77.10',NULL,NULL),(81738,'four_oh_four','2021-07-15 00:32:56','2021-07-15 05:32:56','5.188.210.47',NULL,NULL),(81739,'four_oh_four','2021-07-15 01:13:22','2021-07-15 06:13:22','5.188.48.98',NULL,NULL),(81740,'four_oh_four','2021-07-15 01:13:22','2021-07-15 06:13:22','5.188.48.98',NULL,NULL),(81741,'four_oh_four','2021-07-15 01:19:39','2021-07-15 06:19:39','178.159.37.104',NULL,NULL),(81742,'four_oh_four','2021-07-15 03:03:20','2021-07-15 08:03:20','178.159.37.104',NULL,NULL),(81743,'four_oh_four','2021-07-15 06:21:49','2021-07-15 11:21:49','35.206.177.232',NULL,NULL),(81744,'four_oh_four','2021-07-15 06:50:08','2021-07-15 11:50:08','34.227.83.189',NULL,NULL),(81745,'four_oh_four','2021-07-15 07:10:31','2021-07-15 12:10:31','161.117.10.46',NULL,NULL),(81746,'four_oh_four','2021-07-15 07:57:08','2021-07-15 12:57:08','94.155.33.88',NULL,NULL),(81747,'four_oh_four','2021-07-15 07:57:12','2021-07-15 12:57:12','94.155.33.88',NULL,NULL),(81748,'four_oh_four','2021-07-15 07:57:15','2021-07-15 12:57:15','94.155.33.88',NULL,NULL),(81749,'four_oh_four','2021-07-15 07:57:18','2021-07-15 12:57:18','94.155.33.88',NULL,NULL),(81750,'four_oh_four','2021-07-15 08:43:40','2021-07-15 13:43:40','194.61.24.99',NULL,NULL),(81751,'four_oh_four','2021-07-15 09:24:24','2021-07-15 14:24:24','161.117.10.233',NULL,NULL),(81752,'four_oh_four','2021-07-15 11:00:40','2021-07-15 16:00:40','213.178.40.145',NULL,NULL),(81753,'four_oh_four','2021-07-15 11:51:25','2021-07-15 16:51:25','5.62.18.98',NULL,NULL),(81754,'four_oh_four','2021-07-15 12:48:23','2021-07-15 17:48:23','50.62.177.162',NULL,NULL),(81755,'four_oh_four','2021-07-15 14:08:16','2021-07-15 19:08:16','184.154.139.3',NULL,NULL),(81756,'four_oh_four','2021-07-15 15:14:32','2021-07-15 20:14:32','207.46.13.167',NULL,NULL),(81757,'four_oh_four','2021-07-15 15:56:20','2021-07-15 20:56:20','23.95.9.175',NULL,NULL),(81758,'four_oh_four','2021-07-15 15:56:23','2021-07-15 20:56:23','23.95.9.175',NULL,NULL),(81759,'four_oh_four','2021-07-15 15:56:27','2021-07-15 20:56:27','23.95.9.175',NULL,NULL),(81760,'four_oh_four','2021-07-15 15:56:31','2021-07-15 20:56:31','23.95.9.175',NULL,NULL),(81761,'four_oh_four','2021-07-15 15:56:34','2021-07-15 20:56:34','23.95.9.175',NULL,NULL),(81762,'four_oh_four','2021-07-15 15:56:37','2021-07-15 20:56:37','23.95.9.175',NULL,NULL),(81763,'four_oh_four','2021-07-15 15:56:40','2021-07-15 20:56:40','23.95.9.175',NULL,NULL),(81764,'four_oh_four','2021-07-15 15:56:43','2021-07-15 20:56:43','23.95.9.175',NULL,NULL),(81765,'four_oh_four','2021-07-15 17:41:25','2021-07-15 22:41:25','23.95.9.175',NULL,NULL),(81766,'four_oh_four','2021-07-15 17:41:27','2021-07-15 22:41:27','23.95.9.175',NULL,NULL),(81767,'four_oh_four','2021-07-15 17:41:29','2021-07-15 22:41:29','23.95.9.175',NULL,NULL),(81768,'four_oh_four','2021-07-15 17:41:32','2021-07-15 22:41:32','23.95.9.175',NULL,NULL),(81769,'four_oh_four','2021-07-15 17:41:35','2021-07-15 22:41:35','23.95.9.175',NULL,NULL),(81770,'four_oh_four','2021-07-15 17:41:37','2021-07-15 22:41:37','23.95.9.175',NULL,NULL),(81771,'four_oh_four','2021-07-15 17:41:40','2021-07-15 22:41:40','23.95.9.175',NULL,NULL),(81772,'four_oh_four','2021-07-15 17:41:42','2021-07-15 22:41:42','23.95.9.175',NULL,NULL),(81773,'four_oh_four','2021-07-15 17:49:32','2021-07-15 22:49:32','195.246.120.159',NULL,NULL),(81774,'four_oh_four','2021-07-15 18:02:22','2021-07-15 23:02:22','195.154.171.54',NULL,NULL),(81775,'four_oh_four','2021-07-15 18:16:15','2021-07-15 23:16:15','192.227.209.241',NULL,NULL),(81776,'four_oh_four','2021-07-15 18:27:14','2021-07-15 23:27:14','185.151.116.37',NULL,NULL),(81777,'four_oh_four','2021-07-15 19:15:11','2021-07-16 00:15:11','178.159.37.104',NULL,NULL),(81778,'four_oh_four','2021-07-15 19:15:23','2021-07-16 00:15:23','178.159.37.104',NULL,NULL),(81779,'four_oh_four','2021-07-15 19:15:27','2021-07-16 00:15:27','178.159.37.104',NULL,NULL),(81780,'four_oh_four','2021-07-15 19:18:44','2021-07-16 00:18:44','178.159.37.104',NULL,NULL),(81781,'four_oh_four','2021-07-15 19:27:00','2021-07-16 00:27:00','37.20.239.153',NULL,NULL),(81782,'four_oh_four','2021-07-15 20:00:00','2021-07-16 01:00:00','195.246.120.159',NULL,NULL),(81783,'four_oh_four','2021-07-15 20:00:48','2021-07-16 01:00:48','173.231.223.247',NULL,NULL),(81784,'four_oh_four','2021-07-15 20:22:55','2021-07-16 01:22:55','77.247.111.137',NULL,NULL),(81785,'four_oh_four','2021-07-15 20:55:42','2021-07-16 01:55:42','92.118.77.10',NULL,NULL),(81786,'four_oh_four','2021-07-15 20:59:34','2021-07-16 01:59:34','92.118.77.10',NULL,NULL),(81787,'four_oh_four','2021-07-15 21:02:04','2021-07-16 02:02:04','178.159.37.104',NULL,NULL),(81788,'four_oh_four','2021-07-15 22:46:07','2021-07-16 03:46:07','178.159.37.104',NULL,NULL),(81789,'four_oh_four','2021-07-15 23:38:42','2021-07-16 04:38:42','156.229.1.236',NULL,NULL),(81790,'four_oh_four','2021-07-15 23:39:03','2021-07-16 04:39:03','156.229.1.236',NULL,NULL),(81791,'four_oh_four','2021-07-15 23:39:27','2021-07-16 04:39:27','156.229.1.236',NULL,NULL),(81792,'four_oh_four','2021-07-15 23:40:03','2021-07-16 04:40:03','156.229.1.236',NULL,NULL),(81793,'four_oh_four','2021-07-15 23:40:18','2021-07-16 04:40:18','156.229.1.236',NULL,NULL),(81794,'four_oh_four','2021-07-15 23:41:08','2021-07-16 04:41:08','156.229.1.236',NULL,NULL),(81795,'four_oh_four','2021-07-15 23:41:15','2021-07-16 04:41:15','156.229.1.236',NULL,NULL),(81796,'four_oh_four','2021-07-15 23:41:24','2021-07-16 04:41:24','156.229.1.236',NULL,NULL),(81797,'four_oh_four','2021-07-15 23:41:29','2021-07-16 04:41:29','156.229.1.236',NULL,NULL),(81798,'four_oh_four','2021-07-15 23:41:40','2021-07-16 04:41:40','156.229.1.236',NULL,NULL),(81799,'four_oh_four','2021-07-15 23:41:48','2021-07-16 04:41:48','156.229.1.236',NULL,NULL),(81800,'four_oh_four','2021-07-15 23:41:54','2021-07-16 04:41:54','156.229.1.236',NULL,NULL),(81801,'four_oh_four','2021-07-15 23:42:01','2021-07-16 04:42:01','156.229.1.236',NULL,NULL),(81802,'four_oh_four','2021-07-15 23:42:11','2021-07-16 04:42:11','156.229.1.236',NULL,NULL),(81803,'four_oh_four','2021-07-15 23:43:23','2021-07-16 04:43:23','156.229.1.236',NULL,NULL),(81804,'four_oh_four','2021-07-15 23:43:33','2021-07-16 04:43:33','156.229.1.236',NULL,NULL),(81805,'four_oh_four','2021-07-15 23:43:44','2021-07-16 04:43:44','156.229.1.236',NULL,NULL),(81806,'four_oh_four','2021-07-15 23:44:00','2021-07-16 04:44:00','156.229.1.236',NULL,NULL),(81807,'four_oh_four','2021-07-15 23:44:34','2021-07-16 04:44:34','156.229.1.236',NULL,NULL),(81808,'four_oh_four','2021-07-15 23:44:41','2021-07-16 04:44:41','156.229.1.236',NULL,NULL),(81809,'four_oh_four','2021-07-15 23:44:53','2021-07-16 04:44:53','156.229.1.236',NULL,NULL),(81810,'four_oh_four','2021-07-15 23:45:03','2021-07-16 04:45:03','156.229.1.236',NULL,NULL),(81811,'four_oh_four','2021-07-15 23:45:09','2021-07-16 04:45:09','156.229.1.236',NULL,NULL),(81812,'four_oh_four','2021-07-16 00:29:22','2021-07-16 05:29:22','178.159.37.104',NULL,NULL),(81813,'brute_force','2021-07-16 01:04:19','2021-07-16 06:04:19','205.185.223.135',NULL,NULL),(81814,'brute_force','2021-07-16 01:04:19','2021-07-16 06:04:19',NULL,1,'pr@zphiblgz.org'),(81815,'brute_force','2021-07-16 01:04:28','2021-07-16 06:04:28','205.185.223.135',NULL,NULL),(81816,'brute_force','2021-07-16 01:04:28','2021-07-16 06:04:28',NULL,NULL,'PR'),(81817,'brute_force','2021-07-16 01:04:33','2021-07-16 06:04:33','205.185.223.135',NULL,NULL),(81818,'brute_force','2021-07-16 01:04:33','2021-07-16 06:04:33',NULL,NULL,'admin'),(81819,'four_oh_four','2021-07-16 02:43:37','2021-07-16 07:43:37','164.132.202.72',NULL,NULL),(81820,'four_oh_four','2021-07-16 02:54:58','2021-07-16 07:54:58','5.183.255.83',NULL,NULL),(81821,'four_oh_four','2021-07-16 02:54:58','2021-07-16 07:54:58','5.183.255.83',NULL,NULL),(81822,'four_oh_four','2021-07-16 02:54:58','2021-07-16 07:54:58','5.183.255.83',NULL,NULL),(81823,'four_oh_four','2021-07-16 02:54:58','2021-07-16 07:54:58','5.183.255.83',NULL,NULL),(81824,'four_oh_four','2021-07-16 02:54:58','2021-07-16 07:54:58','5.183.255.83',NULL,NULL),(81825,'four_oh_four','2021-07-16 02:54:58','2021-07-16 07:54:58','5.183.255.83',NULL,NULL),(81826,'four_oh_four','2021-07-16 03:03:26','2021-07-16 08:03:26','3.81.74.188',NULL,NULL),(81827,'four_oh_four','2021-07-16 03:56:57','2021-07-16 08:56:57','46.33.33.40',NULL,NULL),(81828,'four_oh_four','2021-07-16 06:17:05','2021-07-16 11:17:05','195.246.120.159',NULL,NULL),(81829,'four_oh_four','2021-07-16 08:27:35','2021-07-16 13:27:35','185.224.137.123',NULL,NULL),(81830,'four_oh_four','2021-07-16 09:23:50','2021-07-16 14:23:50','185.253.162.144',NULL,NULL),(81831,'four_oh_four','2021-07-16 11:40:33','2021-07-16 16:40:33','94.155.33.34',NULL,NULL),(81832,'four_oh_four','2021-07-16 11:40:38','2021-07-16 16:40:38','188.235.215.140',NULL,NULL),(81833,'four_oh_four','2021-07-16 12:47:35','2021-07-16 17:47:35','193.233.158.152',NULL,NULL),(81834,'four_oh_four','2021-07-16 13:39:02','2021-07-16 18:39:02','188.163.47.9',NULL,NULL),(81835,'four_oh_four','2021-07-16 14:04:50','2021-07-16 19:04:50','184.154.139.17',NULL,NULL),(81836,'four_oh_four','2021-07-16 16:02:26','2021-07-16 21:02:26','168.119.69.91',NULL,NULL),(81837,'four_oh_four','2021-07-16 16:39:18','2021-07-16 21:39:18','94.181.47.232',NULL,NULL),(81838,'four_oh_four','2021-07-16 18:33:11','2021-07-16 23:33:11','112.213.89.37',NULL,NULL),(81839,'four_oh_four','2021-07-16 18:33:14','2021-07-16 23:33:14','112.213.89.37',NULL,NULL),(81840,'four_oh_four','2021-07-16 19:45:20','2021-07-17 00:45:20','207.46.13.167',NULL,NULL),(81841,'four_oh_four','2021-07-16 20:41:07','2021-07-17 01:41:07','92.118.77.10',NULL,NULL),(81842,'four_oh_four','2021-07-16 20:41:58','2021-07-17 01:41:58','35.210.24.3',NULL,NULL),(81843,'four_oh_four','2021-07-16 21:02:43','2021-07-17 02:02:43','5.188.48.22',NULL,NULL),(81844,'four_oh_four','2021-07-16 21:02:42','2021-07-17 02:02:42','5.188.48.22',NULL,NULL),(81845,'four_oh_four','2021-07-16 21:02:45','2021-07-17 02:02:45','5.188.48.22',NULL,NULL),(81846,'four_oh_four','2021-07-16 21:57:34','2021-07-17 02:57:34','157.55.39.96',NULL,NULL),(81847,'four_oh_four','2021-07-16 21:57:54','2021-07-17 02:57:54','8.209.90.55',NULL,NULL),(81848,'four_oh_four','2021-07-16 22:43:30','2021-07-17 03:43:30','47.52.135.58',NULL,NULL),(81849,'four_oh_four','2021-07-16 23:49:15','2021-07-17 04:49:15','23.228.109.147',NULL,NULL),(81850,'four_oh_four','2021-07-17 00:16:10','2021-07-17 05:16:10','34.207.107.85',NULL,NULL),(81851,'four_oh_four','2021-07-17 00:39:19','2021-07-17 05:39:19','94.155.33.99',NULL,NULL),(81852,'four_oh_four','2021-07-17 00:39:23','2021-07-17 05:39:23','94.155.33.99',NULL,NULL),(81853,'four_oh_four','2021-07-17 00:39:26','2021-07-17 05:39:26','94.155.33.99',NULL,NULL),(81854,'four_oh_four','2021-07-17 00:39:29','2021-07-17 05:39:29','94.155.33.99',NULL,NULL),(81855,'four_oh_four','2021-07-17 03:01:46','2021-07-17 08:01:46','185.233.39.68',NULL,NULL),(81856,'four_oh_four','2021-07-17 03:02:40','2021-07-17 08:02:40','77.34.115.186',NULL,NULL),(81857,'four_oh_four','2021-07-17 03:22:33','2021-07-17 08:22:33','178.159.37.153',NULL,NULL),(81858,'four_oh_four','2021-07-17 04:45:46','2021-07-17 09:45:46','47.91.128.217',NULL,NULL),(81859,'four_oh_four','2021-07-17 04:45:49','2021-07-17 09:45:49','47.91.128.217',NULL,NULL),(81860,'four_oh_four','2021-07-17 06:22:35','2021-07-17 11:22:35','195.246.120.159',NULL,NULL),(81861,'four_oh_four','2021-07-17 06:30:29','2021-07-17 11:30:29','35.210.24.3',NULL,NULL),(81862,'four_oh_four','2021-07-17 08:44:47','2021-07-17 13:44:47','5.61.27.215',NULL,NULL),(81863,'four_oh_four','2021-07-17 09:15:35','2021-07-17 14:15:35','164.132.202.72',NULL,NULL),(81864,'four_oh_four','2021-07-17 09:44:03','2021-07-17 14:44:03','91.79.25.247',NULL,NULL),(81865,'four_oh_four','2021-07-17 09:46:17','2021-07-17 14:46:17','94.181.47.232',NULL,NULL),(81866,'four_oh_four','2021-07-17 10:59:51','2021-07-17 15:59:51','80.253.235.74',NULL,NULL),(81867,'four_oh_four','2021-07-17 11:30:31','2021-07-17 16:30:31','14.162.252.233',NULL,NULL),(81868,'four_oh_four','2021-07-17 12:06:19','2021-07-17 17:06:19','66.249.64.234',NULL,NULL),(81869,'four_oh_four','2021-07-17 13:33:48','2021-07-17 18:33:48','162.55.6.11',NULL,NULL),(81870,'four_oh_four','2021-07-17 14:03:43','2021-07-17 19:03:43','184.154.139.20',NULL,NULL),(81871,'four_oh_four','2021-07-17 15:58:06','2021-07-17 20:58:06','157.55.39.96',NULL,NULL),(81872,'four_oh_four','2021-07-17 16:45:13','2021-07-17 21:45:13','198.71.231.17',NULL,NULL),(81873,'four_oh_four','2021-07-17 20:50:11','2021-07-18 01:50:11','192.144.232.68',NULL,NULL),(81874,'four_oh_four','2021-07-17 21:56:30','2021-07-18 02:56:30','3.238.39.44',NULL,NULL),(81875,'four_oh_four','2021-07-18 00:12:24','2021-07-18 05:12:24','207.46.13.167',NULL,NULL),(81876,'four_oh_four','2021-07-18 02:04:55','2021-07-18 07:04:55','194.61.24.99',NULL,NULL),(81877,'four_oh_four','2021-07-18 02:33:20','2021-07-18 07:33:20','195.78.247.193',NULL,NULL),(81878,'four_oh_four','2021-07-18 05:32:29','2021-07-18 10:32:29','195.246.120.159',NULL,NULL),(81879,'four_oh_four','2021-07-18 07:10:09','2021-07-18 12:10:09','195.246.120.159',NULL,NULL),(81880,'four_oh_four','2021-07-18 11:35:17','2021-07-18 16:35:17','149.56.150.16',NULL,NULL),(81881,'four_oh_four','2021-07-18 13:27:39','2021-07-18 18:27:39','195.246.120.159',NULL,NULL),(81882,'four_oh_four','2021-07-18 14:02:00','2021-07-18 19:02:00','184.154.139.3',NULL,NULL),(81883,'four_oh_four','2021-07-18 14:14:14','2021-07-18 19:14:14','46.33.33.40',NULL,NULL),(81884,'four_oh_four','2021-07-18 15:50:42','2021-07-18 20:50:42','188.130.128.129',NULL,NULL),(81885,'four_oh_four','2021-07-18 18:13:05','2021-07-18 23:13:05','164.132.202.72',NULL,NULL),(81886,'four_oh_four','2021-07-18 18:34:39','2021-07-18 23:34:39','91.79.1.146',NULL,NULL),(81887,'four_oh_four','2021-07-18 18:56:30','2021-07-18 23:56:30','45.92.108.126',NULL,NULL),(81888,'four_oh_four','2021-07-18 18:56:34','2021-07-18 23:56:34','45.92.108.126',NULL,NULL),(81889,'four_oh_four','2021-07-18 19:57:16','2021-07-19 00:57:16','188.130.128.240',NULL,NULL),(81890,'four_oh_four','2021-07-18 21:21:09','2021-07-19 02:21:09','75.119.200.105',NULL,NULL),(81891,'four_oh_four','2021-07-18 22:17:45','2021-07-19 03:17:45','157.55.39.111',NULL,NULL),(81892,'four_oh_four','2021-07-18 23:08:48','2021-07-19 04:08:48','66.249.69.223',NULL,NULL),(81893,'four_oh_four','2021-07-19 01:40:53','2021-07-19 06:40:53','46.148.234.229',NULL,NULL),(81894,'four_oh_four','2021-07-19 01:48:46','2021-07-19 06:48:46','47.254.135.83',NULL,NULL),(81895,'four_oh_four','2021-07-19 01:52:09','2021-07-19 06:52:09','92.255.198.132',NULL,NULL),(81896,'four_oh_four','2021-07-19 04:53:57','2021-07-19 09:53:57','5.188.48.98',NULL,NULL),(81897,'four_oh_four','2021-07-19 04:53:57','2021-07-19 09:53:57','5.188.48.98',NULL,NULL),(81898,'four_oh_four','2021-07-19 05:10:43','2021-07-19 10:10:43','1.169.63.156',NULL,NULL),(81899,'four_oh_four','2021-07-19 05:40:23','2021-07-19 10:40:23','207.46.13.79',NULL,NULL),(81900,'four_oh_four','2021-07-19 09:16:57','2021-07-19 14:16:57','146.70.52.13',NULL,NULL),(81901,'four_oh_four','2021-07-19 10:51:28','2021-07-19 15:51:28','37.99.104.60',NULL,NULL),(81902,'four_oh_four','2021-07-19 12:55:26','2021-07-19 17:55:26','5.188.48.98',NULL,NULL),(81903,'four_oh_four','2021-07-19 12:55:30','2021-07-19 17:55:30','5.188.48.98',NULL,NULL),(81904,'four_oh_four','2021-07-19 12:59:44','2021-07-19 17:59:44','176.111.173.25',NULL,NULL),(81905,'four_oh_four','2021-07-19 13:38:10','2021-07-19 18:38:10','1.169.63.156',NULL,NULL),(81906,'four_oh_four','2021-07-19 13:38:10','2021-07-19 18:38:10','1.169.63.156',NULL,NULL),(81907,'four_oh_four','2021-07-19 13:41:56','2021-07-19 18:41:56','217.138.193.190',NULL,NULL),(81908,'four_oh_four','2021-07-19 14:10:41','2021-07-19 19:10:41','184.154.139.19',NULL,NULL),(81909,'four_oh_four','2021-07-19 14:39:25','2021-07-19 19:39:25','164.132.202.72',NULL,NULL),(81910,'four_oh_four','2021-07-19 14:57:40','2021-07-19 19:57:40','188.126.73.220',NULL,NULL),(81911,'four_oh_four','2021-07-19 15:05:01','2021-07-19 20:05:01','188.35.131.246',NULL,NULL),(81912,'four_oh_four','2021-07-19 15:10:25','2021-07-19 20:10:25','172.245.40.218',NULL,NULL),(81913,'brute_force','2021-07-19 15:18:16','2021-07-19 20:18:16','151.62.13.18',NULL,NULL),(81914,'brute_force','2021-07-19 15:18:16','2021-07-19 20:18:16',NULL,NULL,'zphiblgz'),(81915,'brute_force','2021-07-19 15:19:17','2021-07-19 20:19:17','151.62.13.18',NULL,NULL),(81916,'brute_force','2021-07-19 15:19:17','2021-07-19 20:19:17',NULL,NULL,'zphiblgz'),(81917,'brute_force','2021-07-19 15:20:18','2021-07-19 20:20:18','151.62.13.18',NULL,NULL),(81918,'brute_force','2021-07-19 15:20:18','2021-07-19 20:20:18',NULL,NULL,'zphiblgz'),(81919,'brute_force','2021-07-19 15:21:19','2021-07-19 20:21:19','151.62.13.18',NULL,NULL),(81920,'brute_force','2021-07-19 15:21:19','2021-07-19 20:21:19',NULL,NULL,'zphiblgz'),(81921,'brute_force','2021-07-19 15:22:20','2021-07-19 20:22:20','151.62.13.18',NULL,NULL),(81922,'brute_force','2021-07-19 15:22:20','2021-07-19 20:22:20',NULL,NULL,'zphiblgz'),(81923,'four_oh_four','2021-07-19 16:51:37','2021-07-19 21:51:37','14.162.252.233',NULL,NULL),(81924,'four_oh_four','2021-07-19 19:05:48','2021-07-20 00:05:48','185.154.14.138',NULL,NULL),(81925,'four_oh_four','2021-07-19 23:13:54','2021-07-20 04:13:54','188.187.129.164',NULL,NULL),(81926,'four_oh_four','2021-07-19 23:42:18','2021-07-20 04:42:18','195.154.60.148',NULL,NULL),(81927,'four_oh_four','2021-07-19 23:55:37','2021-07-20 04:55:37','194.53.70.216',NULL,NULL),(81928,'four_oh_four','2021-07-19 23:55:42','2021-07-20 04:55:42','38.145.84.188',NULL,NULL),(81929,'four_oh_four','2021-07-19 23:56:52','2021-07-20 04:56:52','191.96.195.84',NULL,NULL),(81930,'four_oh_four','2021-07-19 23:57:00','2021-07-20 04:57:00','209.242.212.106',NULL,NULL),(81931,'four_oh_four','2021-07-20 02:01:13','2021-07-20 07:01:13','212.193.168.141',NULL,NULL),(81932,'four_oh_four','2021-07-20 02:45:16','2021-07-20 07:45:16','80.251.159.160',NULL,NULL),(81933,'four_oh_four','2021-07-20 02:47:08','2021-07-20 07:47:08','193.42.59.171',NULL,NULL),(81934,'four_oh_four','2021-07-20 02:47:13','2021-07-20 07:47:13','185.223.250.121',NULL,NULL),(81935,'four_oh_four','2021-07-20 02:48:31','2021-07-20 07:48:31','205.237.93.15',NULL,NULL),(81936,'four_oh_four','2021-07-20 02:48:52','2021-07-20 07:48:52','158.46.145.66',NULL,NULL),(81937,'four_oh_four','2021-07-20 05:39:32','2021-07-20 10:39:32','185.185.133.179',NULL,NULL),(81938,'four_oh_four','2021-07-20 05:39:36','2021-07-20 10:39:36','185.185.133.179',NULL,NULL),(81939,'four_oh_four','2021-07-20 05:39:39','2021-07-20 10:39:39','185.185.133.179',NULL,NULL),(81940,'four_oh_four','2021-07-20 05:39:43','2021-07-20 10:39:43','185.185.133.179',NULL,NULL),(81941,'four_oh_four','2021-07-20 06:19:11','2021-07-20 11:19:11','37.45.248.22',NULL,NULL),(81942,'four_oh_four','2021-07-20 06:36:25','2021-07-20 11:36:25','172.255.125.187',NULL,NULL),(81943,'four_oh_four','2021-07-20 06:51:05','2021-07-20 11:51:05','185.185.133.67',NULL,NULL),(81944,'four_oh_four','2021-07-20 06:51:08','2021-07-20 11:51:08','185.185.133.67',NULL,NULL),(81945,'four_oh_four','2021-07-20 06:51:12','2021-07-20 11:51:12','185.185.133.67',NULL,NULL),(81946,'four_oh_four','2021-07-20 06:51:15','2021-07-20 11:51:15','185.185.133.67',NULL,NULL),(81947,'four_oh_four','2021-07-20 07:03:56','2021-07-20 12:03:56','5.188.84.250',NULL,NULL),(81948,'four_oh_four','2021-07-20 07:24:15','2021-07-20 12:24:15','45.152.116.101',NULL,NULL),(81949,'four_oh_four','2021-07-20 07:35:53','2021-07-20 12:35:53','185.197.74.175',NULL,NULL),(81950,'four_oh_four','2021-07-20 07:55:22','2021-07-20 12:55:22','47.90.42.101',NULL,NULL),(81951,'four_oh_four','2021-07-20 09:37:34','2021-07-20 14:37:34','157.55.39.28',NULL,NULL),(81952,'four_oh_four','2021-07-20 10:15:41','2021-07-20 15:15:41','134.209.127.243',NULL,NULL),(81953,'four_oh_four','2021-07-20 10:15:44','2021-07-20 15:15:44','134.209.127.243',NULL,NULL),(81954,'four_oh_four','2021-07-20 11:02:52','2021-07-20 16:02:52','164.132.202.72',NULL,NULL),(81955,'four_oh_four','2021-07-20 11:16:42','2021-07-20 16:16:42','5.188.210.18',NULL,NULL),(81956,'four_oh_four','2021-07-20 12:05:43','2021-07-20 17:05:43','66.246.224.12',NULL,NULL),(81957,'four_oh_four','2021-07-20 14:06:00','2021-07-20 19:06:00','184.154.76.35',NULL,NULL),(81958,'four_oh_four','2021-07-20 14:17:21','2021-07-20 19:17:21','5.188.210.18',NULL,NULL),(81959,'four_oh_four','2021-07-20 18:14:48','2021-07-20 23:14:48','45.12.223.138',NULL,NULL),(81960,'four_oh_four','2021-07-20 18:14:55','2021-07-20 23:14:55','45.12.223.138',NULL,NULL),(81961,'four_oh_four','2021-07-20 18:15:02','2021-07-20 23:15:02','45.12.223.138',NULL,NULL),(81962,'four_oh_four','2021-07-20 18:15:09','2021-07-20 23:15:09','45.12.223.138',NULL,NULL),(81963,'four_oh_four','2021-07-20 18:37:25','2021-07-20 23:37:25','188.126.73.220',NULL,NULL),(81964,'four_oh_four','2021-07-20 20:20:26','2021-07-21 01:20:26','188.126.73.220',NULL,NULL),(81965,'four_oh_four','2021-07-20 20:42:55','2021-07-21 01:42:55','5.188.48.88',NULL,NULL),(81966,'four_oh_four','2021-07-20 20:42:57','2021-07-21 01:42:57','5.188.48.88',NULL,NULL),(81967,'four_oh_four','2021-07-20 20:43:03','2021-07-21 01:43:03','5.188.48.88',NULL,NULL),(81968,'four_oh_four','2021-07-20 21:12:51','2021-07-21 02:12:51','162.55.6.11',NULL,NULL),(81969,'four_oh_four','2021-07-20 23:01:38','2021-07-21 04:01:38','135.181.0.55',NULL,NULL),(81970,'four_oh_four','2021-07-20 23:16:20','2021-07-21 04:16:20','52.201.182.91',NULL,NULL),(81971,'four_oh_four','2021-07-20 23:16:23','2021-07-21 04:16:23','52.201.182.91',NULL,NULL),(81972,'four_oh_four','2021-07-20 23:16:26','2021-07-21 04:16:26','52.201.182.91',NULL,NULL),(81973,'four_oh_four','2021-07-20 23:16:29','2021-07-21 04:16:29','52.201.182.91',NULL,NULL),(81974,'four_oh_four','2021-07-21 02:47:58','2021-07-21 07:47:58','147.78.141.192',NULL,NULL),(81975,'four_oh_four','2021-07-21 02:48:02','2021-07-21 07:48:02','147.78.141.192',NULL,NULL),(81976,'four_oh_four','2021-07-21 02:48:05','2021-07-21 07:48:05','147.78.141.192',NULL,NULL),(81977,'four_oh_four','2021-07-21 02:48:08','2021-07-21 07:48:08','147.78.141.192',NULL,NULL),(81978,'four_oh_four','2021-07-21 02:53:42','2021-07-21 07:53:42','89.46.108.172',NULL,NULL),(81979,'four_oh_four','2021-07-21 04:26:55','2021-07-21 09:26:55','188.235.215.140',NULL,NULL),(81980,'four_oh_four','2021-07-21 05:52:37','2021-07-21 10:52:37','147.78.141.191',NULL,NULL),(81981,'four_oh_four','2021-07-21 05:52:40','2021-07-21 10:52:40','147.78.141.191',NULL,NULL),(81982,'four_oh_four','2021-07-21 05:52:43','2021-07-21 10:52:43','147.78.141.191',NULL,NULL),(81983,'four_oh_four','2021-07-21 05:52:45','2021-07-21 10:52:45','147.78.141.191',NULL,NULL),(81984,'four_oh_four','2021-07-21 06:26:53','2021-07-21 11:26:53','62.210.80.33',NULL,NULL),(81985,'four_oh_four','2021-07-21 07:29:50','2021-07-21 12:29:50','85.192.161.161',NULL,NULL),(81986,'four_oh_four','2021-07-21 08:46:28','2021-07-21 13:46:28','188.126.73.220',NULL,NULL),(81987,'four_oh_four','2021-07-21 10:09:09','2021-07-21 15:09:09','5.188.210.18',NULL,NULL),(81988,'four_oh_four','2021-07-21 10:51:24','2021-07-21 15:51:24','5.188.48.22',NULL,NULL),(81989,'four_oh_four','2021-07-21 10:51:24','2021-07-21 15:51:24','5.188.48.22',NULL,NULL),(81990,'four_oh_four','2021-07-21 10:51:25','2021-07-21 15:51:25','5.188.48.22',NULL,NULL),(81991,'four_oh_four','2021-07-21 14:01:58','2021-07-21 19:01:58','184.154.139.17',NULL,NULL),(81992,'four_oh_four','2021-07-21 14:07:57','2021-07-21 19:07:57','83.220.237.226',NULL,NULL),(81993,'four_oh_four','2021-07-21 14:17:02','2021-07-21 19:17:02','157.55.39.28',NULL,NULL),(81994,'four_oh_four','2021-07-21 19:22:14','2021-07-22 00:22:14','112.78.112.80',NULL,NULL),(81995,'four_oh_four','2021-07-21 19:22:14','2021-07-22 00:22:14','112.78.112.80',NULL,NULL),(81996,'four_oh_four','2021-07-21 19:22:18','2021-07-22 00:22:18','50.62.176.225',NULL,NULL),(81997,'four_oh_four','2021-07-21 19:22:18','2021-07-22 00:22:18','50.62.176.225',NULL,NULL),(81998,'four_oh_four','2021-07-21 19:35:47','2021-07-22 00:35:47','79.137.34.146',NULL,NULL),(81999,'four_oh_four','2021-07-21 19:35:51','2021-07-22 00:35:51','79.137.34.146',NULL,NULL),(82000,'four_oh_four','2021-07-21 23:36:52','2021-07-22 04:36:52','66.249.69.223',NULL,NULL),(82001,'four_oh_four','2021-07-22 01:28:21','2021-07-22 06:28:21','217.15.159.62',NULL,NULL),(82002,'four_oh_four','2021-07-22 01:39:05','2021-07-22 06:39:05','198.71.236.14',NULL,NULL),(82003,'four_oh_four','2021-07-22 01:48:12','2021-07-22 06:48:12','66.249.69.192',NULL,NULL),(82004,'four_oh_four','2021-07-22 01:58:23','2021-07-22 06:58:23','103.209.65.12',NULL,NULL),(82005,'four_oh_four','2021-07-22 02:33:06','2021-07-22 07:33:06','54.144.135.174',NULL,NULL),(82006,'four_oh_four','2021-07-22 06:01:44','2021-07-22 11:01:44','5.62.18.102',NULL,NULL),(82007,'four_oh_four','2021-07-22 06:06:18','2021-07-22 11:06:18','45.15.25.67',NULL,NULL),(82008,'four_oh_four','2021-07-22 06:29:09','2021-07-22 11:29:09','46.148.206.226',NULL,NULL),(82009,'four_oh_four','2021-07-22 06:38:27','2021-07-22 11:38:27','45.130.83.158',NULL,NULL),(82010,'four_oh_four','2021-07-22 08:19:17','2021-07-22 13:19:17','95.163.255.29',NULL,NULL),(82011,'four_oh_four','2021-07-22 08:51:50','2021-07-22 13:51:50','54.38.123.225',NULL,NULL),(82012,'four_oh_four','2021-07-22 10:48:02','2021-07-22 15:48:02','45.15.73.85',NULL,NULL),(82013,'four_oh_four','2021-07-22 12:24:38','2021-07-22 17:24:38','8.209.89.113',NULL,NULL),(82014,'four_oh_four','2021-07-22 13:05:39','2021-07-22 18:05:39','157.55.39.102',NULL,NULL),(82015,'four_oh_four','2021-07-22 13:14:54','2021-07-22 18:14:54','92.255.198.132',NULL,NULL),(82016,'four_oh_four','2021-07-22 13:18:26','2021-07-22 18:18:26','188.126.73.220',NULL,NULL),(82017,'four_oh_four','2021-07-22 14:01:53','2021-07-22 19:01:53','184.154.139.18',NULL,NULL),(82018,'four_oh_four','2021-07-22 14:08:39','2021-07-22 19:08:39','198.7.56.159',NULL,NULL),(82019,'four_oh_four','2021-07-22 14:08:42','2021-07-22 19:08:42','198.7.56.159',NULL,NULL),(82020,'four_oh_four','2021-07-22 14:08:46','2021-07-22 19:08:46','198.7.56.159',NULL,NULL),(82021,'four_oh_four','2021-07-22 14:08:49','2021-07-22 19:08:49','198.7.56.159',NULL,NULL),(82022,'four_oh_four','2021-07-22 15:37:45','2021-07-22 20:37:45','93.84.31.145',NULL,NULL),(82023,'four_oh_four','2021-07-22 16:06:56','2021-07-22 21:06:56','157.55.39.102',NULL,NULL),(82024,'four_oh_four','2021-07-22 16:10:12','2021-07-22 21:10:12','85.249.40.148',NULL,NULL),(82025,'four_oh_four','2021-07-22 18:23:34','2021-07-22 23:23:34','185.253.162.136',NULL,NULL),(82026,'four_oh_four','2021-07-22 18:46:51','2021-07-22 23:46:51','157.55.39.28',NULL,NULL),(82027,'four_oh_four','2021-07-22 21:09:34','2021-07-23 02:09:34','93.190.138.231',NULL,NULL),(82028,'four_oh_four','2021-07-22 22:42:39','2021-07-23 03:42:39','190.2.131.159',NULL,NULL),(82029,'four_oh_four','2021-07-22 23:42:16','2021-07-23 04:42:16','52.87.186.202',NULL,NULL),(82030,'four_oh_four','2021-07-22 23:46:48','2021-07-23 04:46:48','159.203.189.81',NULL,NULL),(82031,'four_oh_four','2021-07-23 04:59:05','2021-07-23 09:59:05','93.75.48.211',NULL,NULL),(82032,'four_oh_four','2021-07-23 05:14:18','2021-07-23 10:14:18','160.19.232.4',NULL,NULL),(82033,'four_oh_four','2021-07-23 07:10:30','2021-07-23 12:10:30','66.249.64.227',NULL,NULL),(82034,'four_oh_four','2021-07-23 10:53:08','2021-07-23 15:53:08','91.79.58.128',NULL,NULL),(82035,'four_oh_four','2021-07-23 11:46:06','2021-07-23 16:46:06','95.189.61.80',NULL,NULL),(82036,'four_oh_four','2021-07-23 12:15:29','2021-07-23 17:15:29','190.2.131.159',NULL,NULL),(82037,'four_oh_four','2021-07-23 13:52:53','2021-07-23 18:52:53','103.250.185.39',NULL,NULL),(82038,'four_oh_four','2021-07-23 14:06:06','2021-07-23 19:06:06','184.154.139.17',NULL,NULL),(82039,'four_oh_four','2021-07-23 15:20:15','2021-07-23 20:20:15','23.250.4.85',NULL,NULL),(82040,'four_oh_four','2021-07-23 15:52:43','2021-07-23 20:52:43','157.55.39.102',NULL,NULL),(82041,'four_oh_four','2021-07-23 16:29:37','2021-07-23 21:29:37','5.188.48.98',NULL,NULL),(82042,'four_oh_four','2021-07-23 16:30:01','2021-07-23 21:30:01','5.188.48.98',NULL,NULL),(82043,'four_oh_four','2021-07-23 16:38:53','2021-07-23 21:38:53','188.126.73.220',NULL,NULL),(82044,'four_oh_four','2021-07-23 18:46:41','2021-07-23 23:46:41','188.126.73.220',NULL,NULL),(82045,'four_oh_four','2021-07-23 21:32:26','2021-07-24 02:32:26','3.83.85.242',NULL,NULL),(82046,'four_oh_four','2021-07-23 22:39:27','2021-07-24 03:39:27','213.136.86.246',NULL,NULL),(82047,'four_oh_four','2021-07-24 02:36:36','2021-07-24 07:36:36','128.199.200.213',NULL,NULL),(82048,'four_oh_four','2021-07-24 02:54:41','2021-07-24 07:54:41','212.107.27.58',NULL,NULL),(82049,'four_oh_four','2021-07-24 02:54:45','2021-07-24 07:54:45','212.107.27.58',NULL,NULL),(82050,'four_oh_four','2021-07-24 03:13:15','2021-07-24 08:13:15','51.254.204.117',NULL,NULL),(82051,'four_oh_four','2021-07-24 04:01:44','2021-07-24 09:01:44','188.126.73.220',NULL,NULL),(82052,'four_oh_four','2021-07-24 05:08:25','2021-07-24 10:08:25','45.152.116.101',NULL,NULL),(82053,'four_oh_four','2021-07-24 06:21:25','2021-07-24 11:21:25','157.55.39.102',NULL,NULL),(82054,'four_oh_four','2021-07-24 06:42:50','2021-07-24 11:42:50','5.165.70.156',NULL,NULL),(82055,'four_oh_four','2021-07-24 07:52:52','2021-07-24 12:52:52','91.79.20.98',NULL,NULL),(82056,'four_oh_four','2021-07-24 08:54:08','2021-07-24 13:54:08','37.120.236.3',NULL,NULL),(82057,'brute_force','2021-07-24 13:47:58','2021-07-24 18:47:58','173.245.203.111',NULL,NULL),(82058,'brute_force','2021-07-24 13:47:58','2021-07-24 18:47:58',NULL,1,'pr@zphiblgz.org'),(82059,'brute_force','2021-07-24 13:48:31','2021-07-24 18:48:31','173.245.203.111',NULL,NULL),(82060,'brute_force','2021-07-24 13:48:31','2021-07-24 18:48:31',NULL,NULL,'PR'),(82061,'brute_force','2021-07-24 13:48:39','2021-07-24 18:48:39','173.245.203.111',NULL,NULL),(82062,'brute_force','2021-07-24 13:48:39','2021-07-24 18:48:39',NULL,NULL,'admin'),(82063,'four_oh_four','2021-07-24 14:08:28','2021-07-24 19:08:28','184.154.139.20',NULL,NULL),(82064,'four_oh_four','2021-07-24 15:04:14','2021-07-24 20:04:14','5.188.210.18',NULL,NULL),(82065,'four_oh_four','2021-07-24 17:08:32','2021-07-24 22:08:32','86.102.14.31',NULL,NULL),(82066,'four_oh_four','2021-07-24 21:14:42','2021-07-25 02:14:42','37.9.13.48',NULL,NULL),(82067,'four_oh_four','2021-07-24 21:33:27','2021-07-25 02:33:27','95.163.255.28',NULL,NULL),(82068,'four_oh_four','2021-07-24 21:35:21','2021-07-25 02:35:21','37.120.236.3',NULL,NULL),(82069,'four_oh_four','2021-07-24 23:07:10','2021-07-25 04:07:10','47.91.91.64',NULL,NULL),(82070,'four_oh_four','2021-07-25 00:49:04','2021-07-25 05:49:04','157.55.39.102',NULL,NULL),(82071,'four_oh_four','2021-07-25 00:52:02','2021-07-25 05:52:02','5.188.48.88',NULL,NULL),(82072,'four_oh_four','2021-07-25 00:52:02','2021-07-25 05:52:02','5.188.48.88',NULL,NULL),(82073,'four_oh_four','2021-07-25 00:52:02','2021-07-25 05:52:02','5.188.48.88',NULL,NULL),(82074,'four_oh_four','2021-07-25 01:04:06','2021-07-25 06:04:06','80.253.235.74',NULL,NULL),(82075,'four_oh_four','2021-07-25 02:19:41','2021-07-25 07:19:41','3.237.25.68',NULL,NULL),(82076,'four_oh_four','2021-07-25 04:41:32','2021-07-25 09:41:32','92.126.61.47',NULL,NULL),(82077,'four_oh_four','2021-07-25 04:42:55','2021-07-25 09:42:55','5.188.210.18',NULL,NULL),(82078,'four_oh_four','2021-07-25 06:01:25','2021-07-25 11:01:25','103.216.82.20',NULL,NULL),(82079,'four_oh_four','2021-07-25 07:10:47','2021-07-25 12:10:47','188.126.73.220',NULL,NULL),(82080,'four_oh_four','2021-07-25 07:31:43','2021-07-25 12:31:43','31.173.83.8',NULL,NULL),(82081,'four_oh_four','2021-07-25 14:06:49','2021-07-25 19:06:49','184.154.139.20',NULL,NULL),(82082,'four_oh_four','2021-07-25 14:42:53','2021-07-25 19:42:53','178.168.198.95',NULL,NULL),(82083,'four_oh_four','2021-07-25 16:00:34','2021-07-25 21:00:34','2.95.69.230',NULL,NULL),(82084,'four_oh_four','2021-07-25 18:37:31','2021-07-25 23:37:31','91.77.108.222',NULL,NULL),(82085,'four_oh_four','2021-07-25 19:29:23','2021-07-26 00:29:23','45.158.15.145',NULL,NULL),(82086,'four_oh_four','2021-07-25 20:30:19','2021-07-26 01:30:19','212.107.27.139',NULL,NULL),(82087,'four_oh_four','2021-07-25 20:30:23','2021-07-26 01:30:23','212.107.27.139',NULL,NULL),(82088,'four_oh_four','2021-07-25 21:28:45','2021-07-26 02:28:45','178.159.37.153',NULL,NULL),(82089,'four_oh_four','2021-07-25 21:38:52','2021-07-26 02:38:52','35.195.146.227',NULL,NULL),(82090,'four_oh_four','2021-07-25 21:38:58','2021-07-26 02:38:58','35.195.146.227',NULL,NULL),(82091,'four_oh_four','2021-07-25 21:39:31','2021-07-26 02:39:31','35.195.146.227',NULL,NULL),(82092,'four_oh_four','2021-07-25 21:39:31','2021-07-26 02:39:31','35.195.146.227',NULL,NULL),(82093,'four_oh_four','2021-07-25 21:58:20','2021-07-26 02:58:20','111.240.209.125',NULL,NULL),(82094,'four_oh_four','2021-07-25 22:25:14','2021-07-26 03:25:14','207.46.13.185',NULL,NULL),(82095,'four_oh_four','2021-07-25 22:29:38','2021-07-26 03:29:38','34.239.165.153',NULL,NULL),(82096,'four_oh_four','2021-07-25 23:43:15','2021-07-26 04:43:15','162.55.89.85',NULL,NULL),(82097,'four_oh_four','2021-07-26 00:13:09','2021-07-26 05:13:09','45.15.25.67',NULL,NULL),(82098,'four_oh_four','2021-07-26 00:13:13','2021-07-26 05:13:13','45.15.25.67',NULL,NULL),(82099,'four_oh_four','2021-07-26 01:55:41','2021-07-26 06:55:41','178.184.121.96',NULL,NULL),(82100,'four_oh_four','2021-07-26 02:41:22','2021-07-26 07:41:22','85.143.219.155',NULL,NULL),(82101,'four_oh_four','2021-07-26 03:48:03','2021-07-26 08:48:03','46.185.125.134',NULL,NULL),(82102,'four_oh_four','2021-07-26 03:50:47','2021-07-26 08:50:47','5.227.6.171',NULL,NULL),(82103,'four_oh_four','2021-07-26 04:07:38','2021-07-26 09:07:38','125.65.92.104',NULL,NULL),(82104,'four_oh_four','2021-07-26 04:07:55','2021-07-26 09:07:55','125.65.92.104',NULL,NULL),(82105,'four_oh_four','2021-07-26 04:08:12','2021-07-26 09:08:12','171.244.1.84',NULL,NULL),(82106,'four_oh_four','2021-07-26 04:39:30','2021-07-26 09:39:30','217.138.255.165',NULL,NULL),(82107,'four_oh_four','2021-07-26 09:40:38','2021-07-26 14:40:38','95.163.255.29',NULL,NULL),(82108,'four_oh_four','2021-07-26 10:09:15','2021-07-26 15:09:15','47.89.31.26',NULL,NULL),(82109,'four_oh_four','2021-07-26 11:51:28','2021-07-26 16:51:28','168.151.58.212',NULL,NULL),(82110,'four_oh_four','2021-07-26 14:03:10','2021-07-26 19:03:10','184.154.139.21',NULL,NULL),(82111,'four_oh_four','2021-07-26 17:46:48','2021-07-26 22:46:48','188.163.73.187',NULL,NULL),(82112,'four_oh_four','2021-07-26 21:57:36','2021-07-27 02:57:36','212.102.60.169',NULL,NULL),(82113,'four_oh_four','2021-07-26 23:10:40','2021-07-27 04:10:40','157.55.39.102',NULL,NULL),(82114,'four_oh_four','2021-07-27 00:47:57','2021-07-27 05:47:57','176.113.251.237',NULL,NULL),(82115,'four_oh_four','2021-07-27 01:15:10','2021-07-27 06:15:10','185.125.171.159',NULL,NULL),(82116,'four_oh_four','2021-07-27 01:22:44','2021-07-27 06:22:44','176.113.251.237',NULL,NULL),(82117,'four_oh_four','2021-07-27 01:36:45','2021-07-27 06:36:45','5.62.18.71',NULL,NULL),(82118,'four_oh_four','2021-07-27 01:55:34','2021-07-27 06:55:34','3.238.39.44',NULL,NULL),(82119,'four_oh_four','2021-07-27 01:58:47','2021-07-27 06:58:47','176.113.251.237',NULL,NULL),(82120,'four_oh_four','2021-07-27 02:37:39','2021-07-27 07:37:39','176.113.251.237',NULL,NULL),(82121,'four_oh_four','2021-07-27 03:13:49','2021-07-27 08:13:49','176.113.251.237',NULL,NULL),(82122,'four_oh_four','2021-07-27 03:36:32','2021-07-27 08:36:32','5.62.19.40',NULL,NULL),(82123,'four_oh_four','2021-07-27 03:36:35','2021-07-27 08:36:35','5.62.19.40',NULL,NULL),(82124,'four_oh_four','2021-07-27 03:36:38','2021-07-27 08:36:38','5.62.19.40',NULL,NULL),(82125,'four_oh_four','2021-07-27 03:36:41','2021-07-27 08:36:41','5.62.19.40',NULL,NULL),(82126,'four_oh_four','2021-07-27 03:39:01','2021-07-27 08:39:01','37.0.8.148',NULL,NULL),(82127,'four_oh_four','2021-07-27 03:39:12','2021-07-27 08:39:12','37.0.8.148',NULL,NULL),(82128,'four_oh_four','2021-07-27 03:40:04','2021-07-27 08:40:04','37.0.8.148',NULL,NULL),(82129,'four_oh_four','2021-07-27 03:40:46','2021-07-27 08:40:46','37.0.8.148',NULL,NULL),(82130,'four_oh_four','2021-07-27 03:41:01','2021-07-27 08:41:01','176.113.251.237',NULL,NULL),(82131,'four_oh_four','2021-07-27 03:41:01','2021-07-27 08:41:01','37.0.8.148',NULL,NULL),(82132,'four_oh_four','2021-07-27 03:41:32','2021-07-27 08:41:32','37.0.8.148',NULL,NULL),(82133,'four_oh_four','2021-07-27 03:41:51','2021-07-27 08:41:51','37.0.8.148',NULL,NULL),(82134,'four_oh_four','2021-07-27 03:42:05','2021-07-27 08:42:05','37.0.8.148',NULL,NULL),(82135,'four_oh_four','2021-07-27 03:42:24','2021-07-27 08:42:24','37.0.8.148',NULL,NULL),(82136,'four_oh_four','2021-07-27 03:42:34','2021-07-27 08:42:34','37.0.8.148',NULL,NULL),(82137,'four_oh_four','2021-07-27 03:42:42','2021-07-27 08:42:42','37.0.8.148',NULL,NULL),(82138,'four_oh_four','2021-07-27 03:43:01','2021-07-27 08:43:01','37.0.8.148',NULL,NULL),(82139,'four_oh_four','2021-07-27 03:43:43','2021-07-27 08:43:43','37.0.8.148',NULL,NULL),(82140,'four_oh_four','2021-07-27 03:45:06','2021-07-27 08:45:06','37.0.8.148',NULL,NULL),(82141,'four_oh_four','2021-07-27 03:45:36','2021-07-27 08:45:36','37.0.8.148',NULL,NULL),(82142,'four_oh_four','2021-07-27 03:45:55','2021-07-27 08:45:55','37.0.8.148',NULL,NULL),(82143,'four_oh_four','2021-07-27 03:46:12','2021-07-27 08:46:12','37.0.8.148',NULL,NULL),(82144,'four_oh_four','2021-07-27 03:46:43','2021-07-27 08:46:43','37.0.8.148',NULL,NULL),(82145,'four_oh_four','2021-07-27 03:47:03','2021-07-27 08:47:03','37.0.8.148',NULL,NULL),(82146,'four_oh_four','2021-07-27 03:47:16','2021-07-27 08:47:16','37.0.8.148',NULL,NULL),(82147,'four_oh_four','2021-07-27 03:47:40','2021-07-27 08:47:40','37.0.8.148',NULL,NULL),(82148,'four_oh_four','2021-07-27 03:47:52','2021-07-27 08:47:52','37.0.8.148',NULL,NULL),(82149,'four_oh_four','2021-07-27 03:57:12','2021-07-27 08:57:12','195.246.120.147',NULL,NULL),(82150,'four_oh_four','2021-07-27 04:07:58','2021-07-27 09:07:58','176.113.251.237',NULL,NULL),(82151,'four_oh_four','2021-07-27 05:18:51','2021-07-27 10:18:51','147.78.141.191',NULL,NULL),(82152,'four_oh_four','2021-07-27 05:18:55','2021-07-27 10:18:55','147.78.141.191',NULL,NULL),(82153,'four_oh_four','2021-07-27 05:18:59','2021-07-27 10:18:59','147.78.141.191',NULL,NULL),(82154,'four_oh_four','2021-07-27 05:19:02','2021-07-27 10:19:02','147.78.141.191',NULL,NULL),(82155,'four_oh_four','2021-07-27 07:34:51','2021-07-27 12:34:51','46.33.33.49',NULL,NULL),(82156,'four_oh_four','2021-07-27 09:53:46','2021-07-27 14:53:46','207.46.13.79',NULL,NULL),(82157,'four_oh_four','2021-07-27 10:59:07','2021-07-27 15:59:07','157.55.39.102',NULL,NULL),(82158,'four_oh_four','2021-07-27 11:38:32','2021-07-27 16:38:32','94.155.33.88',NULL,NULL),(82159,'four_oh_four','2021-07-27 11:38:35','2021-07-27 16:38:35','94.155.33.88',NULL,NULL),(82160,'four_oh_four','2021-07-27 11:38:38','2021-07-27 16:38:38','94.155.33.88',NULL,NULL),(82161,'four_oh_four','2021-07-27 11:38:42','2021-07-27 16:38:42','94.155.33.88',NULL,NULL),(82162,'four_oh_four','2021-07-27 14:03:22','2021-07-27 19:03:22','184.154.139.18',NULL,NULL),(82163,'four_oh_four','2021-07-27 14:14:11','2021-07-27 19:14:11','45.88.3.179',NULL,NULL),(82164,'four_oh_four','2021-07-27 14:14:19','2021-07-27 19:14:19','45.88.3.179',NULL,NULL),(82165,'four_oh_four','2021-07-27 14:14:25','2021-07-27 19:14:25','45.88.3.179',NULL,NULL),(82166,'four_oh_four','2021-07-27 14:14:30','2021-07-27 19:14:30','45.88.3.179',NULL,NULL),(82167,'four_oh_four','2021-07-27 14:14:38','2021-07-27 19:14:38','45.88.3.179',NULL,NULL),(82168,'four_oh_four','2021-07-27 14:14:42','2021-07-27 19:14:42','45.88.3.179',NULL,NULL),(82169,'four_oh_four','2021-07-27 14:14:47','2021-07-27 19:14:47','45.88.3.179',NULL,NULL),(82170,'four_oh_four','2021-07-27 16:18:39','2021-07-27 21:18:39','195.246.120.147',NULL,NULL),(82171,'four_oh_four','2021-07-27 16:40:16','2021-07-27 21:40:16','132.145.78.163',NULL,NULL),(82172,'four_oh_four','2021-07-27 18:18:49','2021-07-27 23:18:49','5.9.80.212',NULL,NULL),(82173,'four_oh_four','2021-07-27 21:13:20','2021-07-28 02:13:20','195.78.247.193',NULL,NULL),(82174,'four_oh_four','2021-07-27 21:13:23','2021-07-28 02:13:23','195.78.247.193',NULL,NULL),(82175,'four_oh_four','2021-07-27 21:13:26','2021-07-28 02:13:26','195.78.247.193',NULL,NULL),(82176,'four_oh_four','2021-07-27 21:17:53','2021-07-28 02:17:53','172.58.222.140',NULL,NULL),(82177,'four_oh_four','2021-07-27 21:18:19','2021-07-28 02:18:19','172.58.222.140',NULL,NULL),(82178,'four_oh_four','2021-07-27 22:08:19','2021-07-28 03:08:19','34.200.228.140',NULL,NULL),(82179,'four_oh_four','2021-07-27 22:18:03','2021-07-28 03:18:03','156.146.50.22',NULL,NULL),(82180,'four_oh_four','2021-07-27 22:42:48','2021-07-28 03:42:48','193.233.158.152',NULL,NULL),(82181,'four_oh_four','2021-07-27 23:24:21','2021-07-28 04:24:21','3.94.137.21',NULL,NULL),(82182,'four_oh_four','2021-07-27 23:24:24','2021-07-28 04:24:24','3.94.137.21',NULL,NULL),(82183,'four_oh_four','2021-07-27 23:24:27','2021-07-28 04:24:27','3.94.137.21',NULL,NULL),(82184,'four_oh_four','2021-07-27 23:24:33','2021-07-28 04:24:33','3.94.137.21',NULL,NULL),(82185,'four_oh_four','2021-07-28 00:36:40','2021-07-28 05:36:40','195.78.247.193',NULL,NULL),(82186,'four_oh_four','2021-07-28 02:29:00','2021-07-28 07:29:00','185.217.198.159',NULL,NULL),(82187,'four_oh_four','2021-07-28 04:39:52','2021-07-28 09:39:52','209.159.150.78',NULL,NULL),(82188,'four_oh_four','2021-07-28 05:03:54','2021-07-28 10:03:54','5.181.197.10',NULL,NULL),(82189,'four_oh_four','2021-07-28 05:29:53','2021-07-28 10:29:53','194.61.24.99',NULL,NULL),(82190,'four_oh_four','2021-07-28 07:03:20','2021-07-28 12:03:20','47.91.91.64',NULL,NULL),(82191,'four_oh_four','2021-07-28 08:07:00','2021-07-28 13:07:00','176.103.212.51',NULL,NULL),(82192,'four_oh_four','2021-07-28 08:13:06','2021-07-28 13:13:06','23.95.9.175',NULL,NULL),(82193,'four_oh_four','2021-07-28 08:13:10','2021-07-28 13:13:10','23.95.9.175',NULL,NULL),(82194,'four_oh_four','2021-07-28 09:29:46','2021-07-28 14:29:46','158.69.42.164',NULL,NULL),(82195,'four_oh_four','2021-07-28 12:31:27','2021-07-28 17:31:27','212.102.60.169',NULL,NULL),(82196,'four_oh_four','2021-07-28 12:31:46','2021-07-28 17:31:46','212.102.60.169',NULL,NULL),(82197,'four_oh_four','2021-07-28 12:31:50','2021-07-28 17:31:50','212.102.60.169',NULL,NULL),(82198,'four_oh_four','2021-07-28 12:32:00','2021-07-28 17:32:00','212.102.60.169',NULL,NULL),(82199,'four_oh_four','2021-07-28 12:32:05','2021-07-28 17:32:05','212.102.60.169',NULL,NULL),(82200,'four_oh_four','2021-07-28 12:32:15','2021-07-28 17:32:15','212.102.60.169',NULL,NULL),(82201,'four_oh_four','2021-07-28 12:32:19','2021-07-28 17:32:19','212.102.60.169',NULL,NULL),(82202,'four_oh_four','2021-07-28 12:32:24','2021-07-28 17:32:24','212.102.60.169',NULL,NULL),(82203,'four_oh_four','2021-07-28 12:32:27','2021-07-28 17:32:27','212.102.60.169',NULL,NULL),(82204,'four_oh_four','2021-07-28 12:32:33','2021-07-28 17:32:33','212.102.60.169',NULL,NULL),(82205,'four_oh_four','2021-07-28 12:32:38','2021-07-28 17:32:38','212.102.60.169',NULL,NULL),(82206,'four_oh_four','2021-07-28 12:32:42','2021-07-28 17:32:42','212.102.60.169',NULL,NULL),(82207,'four_oh_four','2021-07-28 12:32:47','2021-07-28 17:32:47','212.102.60.169',NULL,NULL),(82208,'four_oh_four','2021-07-28 14:08:32','2021-07-28 19:08:32','184.154.139.19',NULL,NULL),(82209,'four_oh_four','2021-07-28 16:23:51','2021-07-28 21:23:51','73.191.33.147',NULL,NULL),(82210,'four_oh_four','2021-07-28 16:34:17','2021-07-28 21:34:17','156.146.50.69',NULL,NULL),(82211,'four_oh_four','2021-07-28 16:42:43','2021-07-28 21:42:43','205.186.128.5',NULL,NULL),(82212,'four_oh_four','2021-07-28 16:47:04','2021-07-28 21:47:04','185.255.96.99',NULL,NULL),(82213,'four_oh_four','2021-07-28 17:51:53','2021-07-28 22:51:53','157.55.39.102',NULL,NULL),(82214,'four_oh_four','2021-07-28 20:39:24','2021-07-29 01:39:24','5.53.116.11',NULL,NULL),(82215,'four_oh_four','2021-07-28 21:54:57','2021-07-29 02:54:57','195.246.120.147',NULL,NULL),(82216,'four_oh_four','2021-07-28 22:18:50','2021-07-29 03:18:50','200.58.118.135',NULL,NULL),(82217,'four_oh_four','2021-07-28 22:20:41','2021-07-29 03:20:41','178.159.37.153',NULL,NULL),(82218,'four_oh_four','2021-07-29 00:16:30','2021-07-29 05:16:30','195.133.40.201',NULL,NULL),(82219,'four_oh_four','2021-07-29 03:46:47','2021-07-29 08:46:47','136.144.17.7',NULL,NULL),(82220,'four_oh_four','2021-07-29 06:56:49','2021-07-29 11:56:49','157.55.39.102',NULL,NULL),(82221,'four_oh_four','2021-07-29 12:41:20','2021-07-29 17:41:20','212.102.60.169',NULL,NULL),(82222,'four_oh_four','2021-07-29 12:41:23','2021-07-29 17:41:23','212.102.60.169',NULL,NULL),(82223,'four_oh_four','2021-07-29 12:41:29','2021-07-29 17:41:29','212.102.60.169',NULL,NULL),(82224,'four_oh_four','2021-07-29 12:41:34','2021-07-29 17:41:34','212.102.60.169',NULL,NULL),(82225,'four_oh_four','2021-07-29 12:41:37','2021-07-29 17:41:37','212.102.60.169',NULL,NULL),(82226,'four_oh_four','2021-07-29 12:41:40','2021-07-29 17:41:40','212.102.60.169',NULL,NULL),(82227,'four_oh_four','2021-07-29 12:41:44','2021-07-29 17:41:44','212.102.60.169',NULL,NULL),(82228,'four_oh_four','2021-07-29 12:41:49','2021-07-29 17:41:49','212.102.60.169',NULL,NULL),(82229,'four_oh_four','2021-07-29 12:41:54','2021-07-29 17:41:54','212.102.60.169',NULL,NULL),(82230,'four_oh_four','2021-07-29 12:41:59','2021-07-29 17:41:59','212.102.60.169',NULL,NULL),(82231,'four_oh_four','2021-07-29 12:42:04','2021-07-29 17:42:04','212.102.60.169',NULL,NULL),(82232,'four_oh_four','2021-07-29 12:42:08','2021-07-29 17:42:08','212.102.60.169',NULL,NULL),(82233,'four_oh_four','2021-07-29 12:42:12','2021-07-29 17:42:12','212.102.60.169',NULL,NULL),(82234,'four_oh_four','2021-07-29 12:50:08','2021-07-29 17:50:08','45.152.116.101',NULL,NULL),(82235,'four_oh_four','2021-07-29 14:02:51','2021-07-29 19:02:51','184.154.76.35',NULL,NULL),(82236,'four_oh_four','2021-07-29 14:33:49','2021-07-29 19:33:49','185.220.100.254',NULL,NULL),(82237,'four_oh_four','2021-07-29 14:54:49','2021-07-29 19:54:49','162.241.2.109',NULL,NULL),(82238,'four_oh_four','2021-07-29 15:01:30','2021-07-29 20:01:30','132.148.34.107',NULL,NULL),(82239,'four_oh_four','2021-07-29 15:37:48','2021-07-29 20:37:48','34.207.95.15',NULL,NULL),(82240,'four_oh_four','2021-07-29 18:01:02','2021-07-29 23:01:02','194.61.24.99',NULL,NULL),(82241,'four_oh_four','2021-07-29 20:02:30','2021-07-30 01:02:30','198.54.114.48',NULL,NULL),(82242,'four_oh_four','2021-07-29 22:00:15','2021-07-30 03:00:15','46.148.206.226',NULL,NULL),(82243,'four_oh_four','2021-07-29 22:14:47','2021-07-30 03:14:47','47.90.42.101',NULL,NULL),(82244,'four_oh_four','2021-07-29 22:57:58','2021-07-30 03:57:58','91.122.85.163',NULL,NULL),(82245,'four_oh_four','2021-07-29 23:00:27','2021-07-30 04:00:27','185.220.100.254',NULL,NULL),(82246,'four_oh_four','2021-07-29 23:30:10','2021-07-30 04:30:10','207.46.13.185',NULL,NULL),(82247,'four_oh_four','2021-07-30 01:31:31','2021-07-30 06:31:31','5.62.18.71',NULL,NULL),(82248,'four_oh_four','2021-07-30 01:36:45','2021-07-30 06:36:45','178.127.47.119',NULL,NULL),(82249,'four_oh_four','2021-07-30 01:42:25','2021-07-30 06:42:25','80.253.235.74',NULL,NULL),(82250,'four_oh_four','2021-07-30 02:06:36','2021-07-30 07:06:36','195.246.120.147',NULL,NULL),(82251,'four_oh_four','2021-07-30 04:14:57','2021-07-30 09:14:57','108.167.132.35',NULL,NULL),(82252,'four_oh_four','2021-07-30 04:31:02','2021-07-30 09:31:02','47.252.27.200',NULL,NULL),(82253,'four_oh_four','2021-07-30 06:13:53','2021-07-30 11:13:53','107.173.129.103',NULL,NULL),(82254,'four_oh_four','2021-07-30 07:03:04','2021-07-30 12:03:04','178.127.47.119',NULL,NULL),(82255,'four_oh_four','2021-07-30 07:20:06','2021-07-30 12:20:06','194.127.179.142',NULL,NULL),(82256,'four_oh_four','2021-07-30 07:26:27','2021-07-30 12:26:27','46.148.234.229',NULL,NULL),(82257,'four_oh_four','2021-07-30 07:40:26','2021-07-30 12:40:26','147.135.71.175',NULL,NULL),(82258,'four_oh_four','2021-07-30 07:40:32','2021-07-30 12:40:32','147.135.71.175',NULL,NULL),(82259,'four_oh_four','2021-07-30 07:40:38','2021-07-30 12:40:38','147.135.71.175',NULL,NULL),(82260,'four_oh_four','2021-07-30 07:40:43','2021-07-30 12:40:43','147.135.71.175',NULL,NULL),(82261,'four_oh_four','2021-07-30 07:40:50','2021-07-30 12:40:50','147.135.71.175',NULL,NULL),(82262,'four_oh_four','2021-07-30 09:01:03','2021-07-30 14:01:03','107.175.151.84',NULL,NULL),(82263,'four_oh_four','2021-07-30 09:10:14','2021-07-30 14:10:14','148.70.125.137',NULL,NULL),(82264,'four_oh_four','2021-07-30 10:24:55','2021-07-30 15:24:55','188.126.73.197',NULL,NULL),(82265,'four_oh_four','2021-07-30 12:21:56','2021-07-30 17:21:56','37.120.144.67',NULL,NULL),(82266,'four_oh_four','2021-07-30 12:22:00','2021-07-30 17:22:00','37.120.144.67',NULL,NULL),(82267,'four_oh_four','2021-07-30 12:22:03','2021-07-30 17:22:03','37.120.144.67',NULL,NULL),(82268,'four_oh_four','2021-07-30 12:22:07','2021-07-30 17:22:07','37.120.144.67',NULL,NULL),(82269,'four_oh_four','2021-07-30 15:08:22','2021-07-30 20:08:22','5.188.48.10',NULL,NULL),(82270,'four_oh_four','2021-07-30 15:59:02','2021-07-30 20:59:02','104.244.77.95',NULL,NULL),(82271,'four_oh_four','2021-07-30 16:25:45','2021-07-30 21:25:45','184.154.139.3',NULL,NULL),(82272,'four_oh_four','2021-07-30 17:02:23','2021-07-30 22:02:23','198.71.236.14',NULL,NULL),(82273,'four_oh_four','2021-07-30 17:08:39','2021-07-30 22:08:39','147.78.141.191',NULL,NULL),(82274,'four_oh_four','2021-07-30 17:08:42','2021-07-30 22:08:42','147.78.141.191',NULL,NULL),(82275,'four_oh_four','2021-07-30 17:08:45','2021-07-30 22:08:45','147.78.141.191',NULL,NULL),(82276,'four_oh_four','2021-07-30 17:08:48','2021-07-30 22:08:48','147.78.141.191',NULL,NULL),(82277,'four_oh_four','2021-07-30 18:52:46','2021-07-30 23:52:46','157.55.39.107',NULL,NULL),(82278,'four_oh_four','2021-07-30 19:37:03','2021-07-31 00:37:03','147.78.141.192',NULL,NULL),(82279,'four_oh_four','2021-07-30 19:37:06','2021-07-31 00:37:06','147.78.141.192',NULL,NULL),(82280,'four_oh_four','2021-07-30 19:37:09','2021-07-31 00:37:09','147.78.141.192',NULL,NULL),(82281,'four_oh_four','2021-07-30 19:37:13','2021-07-31 00:37:13','147.78.141.192',NULL,NULL),(82282,'four_oh_four','2021-07-30 21:10:19','2021-07-31 02:10:19','157.55.39.102',NULL,NULL),(82283,'four_oh_four','2021-07-30 21:27:53','2021-07-31 02:27:53','80.94.27.137',NULL,NULL),(82284,'four_oh_four','2021-07-30 21:28:54','2021-07-31 02:28:54','199.249.230.101',NULL,NULL),(82285,'four_oh_four','2021-07-30 22:04:18','2021-07-31 03:04:18','37.45.164.41',NULL,NULL),(82286,'four_oh_four','2021-07-30 23:20:05','2021-07-31 04:20:05','185.247.225.49',NULL,NULL),(82287,'four_oh_four','2021-07-31 03:44:53','2021-07-31 08:44:53','157.55.39.164',NULL,NULL),(82288,'four_oh_four','2021-07-31 03:47:36','2021-07-31 08:47:36','31.134.125.80',NULL,NULL),(82289,'four_oh_four','2021-07-31 03:54:16','2021-07-31 08:54:16','5.188.48.10',NULL,NULL),(82290,'four_oh_four','2021-07-31 04:39:12','2021-07-31 09:39:12','178.17.183.37',NULL,NULL),(82291,'four_oh_four','2021-07-31 04:41:09','2021-07-31 09:41:09','207.46.13.185',NULL,NULL),(82292,'four_oh_four','2021-07-31 04:58:18','2021-07-31 09:58:18','47.75.44.156',NULL,NULL),(82293,'four_oh_four','2021-07-31 05:50:39','2021-07-31 10:50:39','74.208.58.25',NULL,NULL),(82294,'four_oh_four','2021-07-31 06:56:56','2021-07-31 11:56:56','81.222.84.2',NULL,NULL),(82295,'four_oh_four','2021-07-31 06:59:59','2021-07-31 11:59:59','8.209.90.55',NULL,NULL),(82296,'four_oh_four','2021-07-31 07:57:13','2021-07-31 12:57:13','178.210.87.251',NULL,NULL),(82297,'four_oh_four','2021-07-31 08:03:50','2021-07-31 13:03:50','192.160.102.166',NULL,NULL),(82298,'four_oh_four','2021-07-31 08:58:40','2021-07-31 13:58:40','198.12.154.178',NULL,NULL),(82299,'four_oh_four','2021-07-31 09:20:28','2021-07-31 14:20:28','144.208.64.56',NULL,NULL),(82300,'four_oh_four','2021-07-31 09:36:16','2021-07-31 14:36:16','195.154.171.54',NULL,NULL),(82301,'four_oh_four','2021-07-31 13:38:55','2021-07-31 18:38:55','34.67.189.232',NULL,NULL),(82302,'four_oh_four','2021-07-31 13:38:59','2021-07-31 18:38:59','34.67.189.232',NULL,NULL),(82303,'four_oh_four','2021-07-31 13:39:05','2021-07-31 18:39:05','34.67.189.232',NULL,NULL),(82304,'four_oh_four','2021-07-31 13:39:19','2021-07-31 18:39:19','34.67.189.232',NULL,NULL),(82305,'four_oh_four','2021-07-31 13:39:25','2021-07-31 18:39:25','34.67.189.232',NULL,NULL),(82306,'four_oh_four','2021-07-31 13:39:38','2021-07-31 18:39:38','34.67.189.232',NULL,NULL),(82307,'four_oh_four','2021-07-31 13:39:42','2021-07-31 18:39:42','34.67.189.232',NULL,NULL),(82308,'four_oh_four','2021-07-31 13:39:47','2021-07-31 18:39:47','34.67.189.232',NULL,NULL),(82309,'four_oh_four','2021-07-31 13:39:52','2021-07-31 18:39:52','34.67.189.232',NULL,NULL),(82310,'four_oh_four','2021-07-31 13:39:57','2021-07-31 18:39:57','34.67.189.232',NULL,NULL),(82311,'four_oh_four','2021-07-31 13:40:01','2021-07-31 18:40:01','34.67.189.232',NULL,NULL),(82312,'four_oh_four','2021-07-31 13:40:07','2021-07-31 18:40:07','34.67.189.232',NULL,NULL),(82313,'four_oh_four','2021-07-31 13:40:12','2021-07-31 18:40:12','34.67.189.232',NULL,NULL),(82314,'four_oh_four','2021-07-31 13:40:17','2021-07-31 18:40:17','34.67.189.232',NULL,NULL),(82315,'four_oh_four','2021-07-31 13:40:36','2021-07-31 18:40:36','34.67.189.232',NULL,NULL),(82316,'four_oh_four','2021-07-31 13:40:45','2021-07-31 18:40:45','34.67.189.232',NULL,NULL),(82317,'four_oh_four','2021-07-31 13:40:50','2021-07-31 18:40:50','34.67.189.232',NULL,NULL),(82318,'four_oh_four','2021-07-31 13:40:54','2021-07-31 18:40:54','34.67.189.232',NULL,NULL),(82319,'four_oh_four','2021-07-31 13:41:01','2021-07-31 18:41:01','34.67.189.232',NULL,NULL),(82320,'four_oh_four','2021-07-31 13:41:06','2021-07-31 18:41:06','34.67.189.232',NULL,NULL),(82321,'four_oh_four','2021-07-31 14:10:55','2021-07-31 19:10:55','184.154.139.17',NULL,NULL),(82322,'four_oh_four','2021-07-31 16:40:58','2021-07-31 21:40:58','5.2.69.50',NULL,NULL),(82323,'four_oh_four','2021-07-31 16:41:07','2021-07-31 21:41:07','172.98.193.62',NULL,NULL),(82324,'four_oh_four','2021-07-31 18:01:37','2021-07-31 23:01:37','207.46.13.185',NULL,NULL),(82325,'four_oh_four','2021-07-31 18:19:40','2021-07-31 23:19:40','194.61.24.99',NULL,NULL),(82326,'four_oh_four','2021-07-31 18:47:35','2021-07-31 23:47:35','188.126.73.197',NULL,NULL),(82327,'four_oh_four','2021-07-31 20:31:09','2021-08-01 01:31:09','80.253.235.74',NULL,NULL),(82328,'four_oh_four','2021-07-31 20:57:20','2021-08-01 01:57:20','5.9.78.207',NULL,NULL),(82329,'four_oh_four','2021-07-31 22:04:01','2021-08-01 03:04:01','178.159.37.153',NULL,NULL),(82330,'four_oh_four','2021-07-31 23:44:59','2021-08-01 04:44:59','175.119.94.171',NULL,NULL),(82331,'four_oh_four','2021-08-01 01:17:19','2021-08-01 06:17:19','178.184.16.55',NULL,NULL),(82332,'four_oh_four','2021-08-01 01:40:04','2021-08-01 06:40:04','62.210.80.33',NULL,NULL),(82333,'four_oh_four','2021-08-01 05:35:53','2021-08-01 10:35:53','8.209.97.148',NULL,NULL),(82334,'four_oh_four','2021-08-01 07:40:51','2021-08-01 12:40:51','199.249.230.168',NULL,NULL),(82335,'four_oh_four','2021-08-01 08:15:04','2021-08-01 13:15:04','97.74.24.103',NULL,NULL),(82336,'four_oh_four','2021-08-01 11:25:35','2021-08-01 16:25:35','193.138.218.162',NULL,NULL),(82337,'four_oh_four','2021-08-01 11:54:49','2021-08-01 16:54:49','209.159.150.78',NULL,NULL),(82338,'four_oh_four','2021-08-01 12:16:34','2021-08-01 17:16:34','65.21.122.45',NULL,NULL),(82339,'four_oh_four','2021-08-01 14:07:04','2021-08-01 19:07:04','184.154.139.3',NULL,NULL),(82340,'four_oh_four','2021-08-01 15:01:34','2021-08-01 20:01:34','185.206.224.219',NULL,NULL),(82341,'four_oh_four','2021-08-01 17:11:00','2021-08-01 22:11:00','82.73.252.9',NULL,NULL),(82342,'four_oh_four','2021-08-01 19:11:40','2021-08-02 00:11:40','194.79.23.4',NULL,NULL),(82343,'four_oh_four','2021-08-01 20:12:33','2021-08-02 01:12:33','157.55.39.95',NULL,NULL),(82344,'four_oh_four','2021-08-01 21:16:37','2021-08-02 02:16:37','162.55.89.85',NULL,NULL),(82345,'four_oh_four','2021-08-01 22:27:20','2021-08-02 03:27:20','207.46.13.185',NULL,NULL),(82346,'four_oh_four','2021-08-01 22:41:56','2021-08-02 03:41:56','188.163.47.9',NULL,NULL),(82347,'four_oh_four','2021-08-01 23:58:24','2021-08-02 04:58:24','188.126.89.104',NULL,NULL),(82348,'four_oh_four','2021-08-02 04:18:32','2021-08-02 09:18:32','212.193.168.141',NULL,NULL),(82349,'four_oh_four','2021-08-02 06:30:55','2021-08-02 11:30:55','79.23.252.39',NULL,NULL),(82350,'four_oh_four','2021-08-02 06:31:01','2021-08-02 11:31:01','79.23.252.39',NULL,NULL),(82351,'four_oh_four','2021-08-02 07:47:39','2021-08-02 12:47:39','80.253.235.74',NULL,NULL),(82352,'four_oh_four','2021-08-02 12:03:48','2021-08-02 17:03:48','94.23.250.140',NULL,NULL),(82353,'four_oh_four','2021-08-02 12:19:10','2021-08-02 17:19:10','85.209.90.183',NULL,NULL),(82354,'four_oh_four','2021-08-02 13:52:50','2021-08-02 18:52:50','171.244.1.84',NULL,NULL),(82355,'four_oh_four','2021-08-02 14:00:59','2021-08-02 19:00:59','185.220.100.243',NULL,NULL),(82356,'four_oh_four','2021-08-02 14:09:44','2021-08-02 19:09:44','184.154.139.19',NULL,NULL),(82357,'four_oh_four','2021-08-02 17:33:32','2021-08-02 22:33:32','104.244.72.123',NULL,NULL),(82358,'four_oh_four','2021-08-02 17:42:36','2021-08-02 22:42:36','107.189.30.22',NULL,NULL),(82359,'four_oh_four','2021-08-02 17:56:45','2021-08-02 22:56:45','96.92.53.90',NULL,NULL),(82360,'four_oh_four','2021-08-02 20:14:06','2021-08-03 01:14:06','185.233.39.68',NULL,NULL),(82361,'four_oh_four','2021-08-02 21:35:26','2021-08-03 02:35:26','45.67.143.188',NULL,NULL),(82362,'four_oh_four','2021-08-03 00:43:47','2021-08-03 05:43:47','157.55.39.95',NULL,NULL),(82363,'four_oh_four','2021-08-03 03:17:47','2021-08-03 08:17:47','207.46.13.185',NULL,NULL),(82364,'four_oh_four','2021-08-03 03:41:01','2021-08-03 08:41:01','5.188.48.10',NULL,NULL),(82365,'four_oh_four','2021-08-03 03:42:38','2021-08-03 08:42:38','194.61.24.99',NULL,NULL),(82366,'four_oh_four','2021-08-03 04:32:28','2021-08-03 09:32:28','5.188.48.22',NULL,NULL),(82367,'four_oh_four','2021-08-03 04:32:28','2021-08-03 09:32:28','5.188.48.22',NULL,NULL),(82368,'four_oh_four','2021-08-03 05:33:42','2021-08-03 10:33:42','178.168.198.141',NULL,NULL),(82369,'four_oh_four','2021-08-03 05:57:41','2021-08-03 10:57:41','185.83.214.69',NULL,NULL),(82370,'four_oh_four','2021-08-03 06:20:53','2021-08-03 11:20:53','157.55.39.102',NULL,NULL),(82371,'four_oh_four','2021-08-03 08:22:53','2021-08-03 13:22:53','125.65.92.104',NULL,NULL),(82372,'four_oh_four','2021-08-03 08:23:04','2021-08-03 13:23:04','125.65.92.104',NULL,NULL),(82373,'four_oh_four','2021-08-03 08:23:16','2021-08-03 13:23:16','125.65.92.104',NULL,NULL),(82374,'four_oh_four','2021-08-03 11:15:20','2021-08-03 16:15:20','203.159.80.189',NULL,NULL),(82375,'four_oh_four','2021-08-03 11:15:29','2021-08-03 16:15:29','203.159.80.189',NULL,NULL),(82376,'four_oh_four','2021-08-03 11:15:37','2021-08-03 16:15:37','203.159.80.189',NULL,NULL),(82377,'four_oh_four','2021-08-03 11:15:54','2021-08-03 16:15:54','203.159.80.189',NULL,NULL),(82378,'four_oh_four','2021-08-03 11:16:02','2021-08-03 16:16:02','203.159.80.189',NULL,NULL),(82379,'four_oh_four','2021-08-03 11:16:34','2021-08-03 16:16:34','203.159.80.189',NULL,NULL),(82380,'four_oh_four','2021-08-03 11:16:39','2021-08-03 16:16:39','203.159.80.189',NULL,NULL),(82381,'four_oh_four','2021-08-03 11:16:44','2021-08-03 16:16:44','203.159.80.189',NULL,NULL),(82382,'four_oh_four','2021-08-03 11:16:49','2021-08-03 16:16:49','203.159.80.189',NULL,NULL),(82383,'four_oh_four','2021-08-03 11:16:56','2021-08-03 16:16:56','203.159.80.189',NULL,NULL),(82384,'four_oh_four','2021-08-03 11:17:06','2021-08-03 16:17:06','203.159.80.189',NULL,NULL),(82385,'four_oh_four','2021-08-03 11:17:12','2021-08-03 16:17:12','203.159.80.189',NULL,NULL),(82386,'four_oh_four','2021-08-03 11:17:19','2021-08-03 16:17:19','203.159.80.189',NULL,NULL),(82387,'four_oh_four','2021-08-03 11:17:27','2021-08-03 16:17:27','203.159.80.189',NULL,NULL),(82388,'four_oh_four','2021-08-03 11:18:16','2021-08-03 16:18:16','203.159.80.189',NULL,NULL),(82389,'four_oh_four','2021-08-03 11:18:21','2021-08-03 16:18:21','203.159.80.189',NULL,NULL),(82390,'four_oh_four','2021-08-03 11:18:27','2021-08-03 16:18:27','203.159.80.189',NULL,NULL),(82391,'four_oh_four','2021-08-03 11:18:34','2021-08-03 16:18:34','203.159.80.189',NULL,NULL),(82392,'four_oh_four','2021-08-03 11:18:45','2021-08-03 16:18:45','203.159.80.189',NULL,NULL),(82393,'four_oh_four','2021-08-03 11:19:05','2021-08-03 16:19:05','203.159.80.189',NULL,NULL),(82394,'four_oh_four','2021-08-03 12:24:41','2021-08-03 17:24:41','77.111.247.48',NULL,NULL),(82395,'four_oh_four','2021-08-03 14:02:02','2021-08-03 19:02:02','184.154.139.3',NULL,NULL),(82396,'four_oh_four','2021-08-03 15:16:41','2021-08-03 20:16:41','83.220.239.15',NULL,NULL),(82397,'four_oh_four','2021-08-03 16:13:28','2021-08-03 21:13:28','92.38.136.69',NULL,NULL),(82398,'four_oh_four','2021-08-03 16:32:12','2021-08-03 21:32:12','109.173.54.230',NULL,NULL),(82399,'four_oh_four','2021-08-03 17:39:06','2021-08-03 22:39:06','185.217.198.159',NULL,NULL),(82400,'four_oh_four','2021-08-03 17:57:24','2021-08-03 22:57:24','172.96.191.14',NULL,NULL),(82401,'four_oh_four','2021-08-03 19:08:28','2021-08-04 00:08:28','157.55.39.102',NULL,NULL),(82402,'four_oh_four','2021-08-03 19:29:32','2021-08-04 00:29:32','5.188.48.10',NULL,NULL),(82403,'four_oh_four','2021-08-03 19:58:54','2021-08-04 00:58:54','167.71.216.195',NULL,NULL),(82404,'four_oh_four','2021-08-03 23:33:58','2021-08-04 04:33:58','3.94.137.21',NULL,NULL),(82405,'four_oh_four','2021-08-03 23:34:01','2021-08-04 04:34:01','3.94.137.21',NULL,NULL),(82406,'four_oh_four','2021-08-03 23:34:05','2021-08-04 04:34:05','3.94.137.21',NULL,NULL),(82407,'four_oh_four','2021-08-03 23:34:09','2021-08-04 04:34:09','3.94.137.21',NULL,NULL),(82408,'four_oh_four','2021-08-04 01:05:21','2021-08-04 06:05:21','178.159.37.153',NULL,NULL),(82409,'four_oh_four','2021-08-04 01:23:13','2021-08-04 06:23:13','195.216.155.114',NULL,NULL),(82410,'four_oh_four','2021-08-04 01:23:21','2021-08-04 06:23:21','195.216.155.114',NULL,NULL),(82411,'four_oh_four','2021-08-04 02:17:43','2021-08-04 07:17:43','5.188.48.22',NULL,NULL),(82412,'four_oh_four','2021-08-04 02:17:43','2021-08-04 07:17:43','5.188.48.22',NULL,NULL),(82413,'four_oh_four','2021-08-04 02:41:08','2021-08-04 07:41:08','45.153.160.140',NULL,NULL),(82414,'four_oh_four','2021-08-04 02:45:56','2021-08-04 07:45:56','218.75.158.139',NULL,NULL),(82415,'four_oh_four','2021-08-04 03:46:41','2021-08-04 08:46:41','5.9.80.212',NULL,NULL),(82416,'four_oh_four','2021-08-04 06:51:13','2021-08-04 11:51:13','111.221.46.53',NULL,NULL),(82417,'four_oh_four','2021-08-04 06:51:16','2021-08-04 11:51:16','111.221.46.53',NULL,NULL),(82418,'four_oh_four','2021-08-04 06:51:19','2021-08-04 11:51:19','111.221.46.53',NULL,NULL),(82419,'four_oh_four','2021-08-04 06:51:24','2021-08-04 11:51:24','111.221.46.53',NULL,NULL),(82420,'four_oh_four','2021-08-04 06:51:27','2021-08-04 11:51:27','111.221.46.53',NULL,NULL),(82421,'four_oh_four','2021-08-04 06:52:48','2021-08-04 11:52:48','176.31.245.200',NULL,NULL),(82422,'four_oh_four','2021-08-04 09:28:50','2021-08-04 14:28:50','111.221.46.55',NULL,NULL),(82423,'four_oh_four','2021-08-04 09:28:53','2021-08-04 14:28:53','111.221.46.55',NULL,NULL),(82424,'four_oh_four','2021-08-04 09:29:00','2021-08-04 14:29:00','111.221.46.55',NULL,NULL),(82425,'four_oh_four','2021-08-04 09:29:06','2021-08-04 14:29:06','111.221.46.55',NULL,NULL),(82426,'four_oh_four','2021-08-04 09:29:11','2021-08-04 14:29:11','111.221.46.55',NULL,NULL),(82427,'four_oh_four','2021-08-04 10:13:07','2021-08-04 15:13:07','92.38.136.69',NULL,NULL),(82428,'four_oh_four','2021-08-04 10:47:39','2021-08-04 15:47:39','188.72.187.157',NULL,NULL),(82429,'four_oh_four','2021-08-04 11:50:10','2021-08-04 16:50:10','52.201.182.91',NULL,NULL),(82430,'four_oh_four','2021-08-04 12:59:00','2021-08-04 17:59:00','45.144.60.84',NULL,NULL),(82431,'four_oh_four','2021-08-04 12:59:00','2021-08-04 17:59:00','45.144.60.84',NULL,NULL),(82432,'four_oh_four','2021-08-04 13:52:30','2021-08-04 18:52:30','80.253.235.74',NULL,NULL),(82433,'four_oh_four','2021-08-04 14:05:07','2021-08-04 19:05:07','184.154.139.17',NULL,NULL),(82434,'four_oh_four','2021-08-04 15:04:56','2021-08-04 20:04:56','51.68.11.199',NULL,NULL),(82435,'four_oh_four','2021-08-04 15:05:00','2021-08-04 20:05:00','51.68.11.199',NULL,NULL),(82436,'four_oh_four','2021-08-04 17:03:21','2021-08-04 22:03:21','125.65.92.104',NULL,NULL),(82437,'four_oh_four','2021-08-04 17:09:44','2021-08-04 22:09:44','173.252.79.33',NULL,NULL),(82438,'four_oh_four','2021-08-04 17:09:44','2021-08-04 22:09:44','173.252.79.24',NULL,NULL),(82439,'four_oh_four','2021-08-04 22:01:40','2021-08-05 03:01:40','66.33.194.39',NULL,NULL),(82440,'four_oh_four','2021-08-04 23:05:54','2021-08-05 04:05:54','46.148.206.226',NULL,NULL),(82441,'four_oh_four','2021-08-04 23:12:21','2021-08-05 04:12:21','45.152.116.101',NULL,NULL),(82442,'four_oh_four','2021-08-05 00:30:00','2021-08-05 05:30:00','178.127.85.145',NULL,NULL),(82443,'four_oh_four','2021-08-05 01:13:28','2021-08-05 06:13:28','17.121.115.250',NULL,NULL),(82444,'four_oh_four','2021-08-05 04:48:53','2021-08-05 09:48:53','161.117.10.233',NULL,NULL),(82445,'four_oh_four','2021-08-05 04:57:16','2021-08-05 09:57:16','188.122.82.146',NULL,NULL),(82446,'four_oh_four','2021-08-05 05:18:20','2021-08-05 10:18:20','52.162.161.148',NULL,NULL),(82447,'four_oh_four','2021-08-05 06:07:29','2021-08-05 11:07:29','62.210.80.33',NULL,NULL),(82448,'brute_force','2021-08-05 06:27:00','2021-08-05 11:27:00','93.140.145.219',NULL,NULL),(82449,'brute_force','2021-08-05 06:27:00','2021-08-05 11:27:00',NULL,NULL,'zphiblgz'),(82450,'brute_force','2021-08-05 06:28:01','2021-08-05 11:28:01','93.140.145.219',NULL,NULL),(82451,'brute_force','2021-08-05 06:28:01','2021-08-05 11:28:01',NULL,NULL,'zphiblgz'),(82452,'brute_force','2021-08-05 06:29:02','2021-08-05 11:29:02','93.140.145.219',NULL,NULL),(82453,'brute_force','2021-08-05 06:29:02','2021-08-05 11:29:02',NULL,NULL,'zphiblgz'),(82454,'brute_force','2021-08-05 06:30:03','2021-08-05 11:30:03','93.140.145.219',NULL,NULL),(82455,'brute_force','2021-08-05 06:30:03','2021-08-05 11:30:03',NULL,NULL,'zphiblgz'),(82456,'brute_force','2021-08-05 06:31:04','2021-08-05 11:31:04','93.140.145.219',NULL,NULL),(82457,'brute_force','2021-08-05 06:31:04','2021-08-05 11:31:04',NULL,NULL,'zphiblgz'),(82458,'four_oh_four','2021-08-05 06:47:19','2021-08-05 11:47:19','62.210.245.181',NULL,NULL),(82459,'four_oh_four','2021-08-05 06:48:30','2021-08-05 11:48:30','64.52.85.73',NULL,NULL),(82460,'brute_force','2021-08-05 07:23:27','2021-08-05 12:23:27','93.140.145.219',NULL,NULL),(82461,'brute_force','2021-08-05 07:23:27','2021-08-05 12:23:27',NULL,NULL,'zphiblgz'),(82462,'brute_force','2021-08-05 07:24:27','2021-08-05 12:24:27','93.140.145.219',NULL,NULL),(82463,'brute_force','2021-08-05 07:24:27','2021-08-05 12:24:27',NULL,NULL,'zphiblgz'),(82464,'brute_force','2021-08-05 07:25:28','2021-08-05 12:25:28','93.140.145.219',NULL,NULL),(82465,'brute_force','2021-08-05 07:25:28','2021-08-05 12:25:28',NULL,NULL,'zphiblgz'),(82466,'brute_force','2021-08-05 07:26:30','2021-08-05 12:26:30','93.140.145.219',NULL,NULL),(82467,'brute_force','2021-08-05 07:26:30','2021-08-05 12:26:30',NULL,NULL,'zphiblgz'),(82468,'brute_force','2021-08-05 07:27:31','2021-08-05 12:27:31','93.140.145.219',NULL,NULL),(82469,'brute_force','2021-08-05 07:27:31','2021-08-05 12:27:31',NULL,NULL,'zphiblgz'),(82470,'four_oh_four','2021-08-05 08:34:25','2021-08-05 13:34:25','5.188.48.22',NULL,NULL),(82471,'four_oh_four','2021-08-05 08:48:04','2021-08-05 13:48:04','94.26.248.58',NULL,NULL),(82472,'four_oh_four','2021-08-05 09:22:04','2021-08-05 14:22:04','213.136.86.246',NULL,NULL),(82473,'four_oh_four','2021-08-05 09:29:57','2021-08-05 14:29:57','18.116.12.189',NULL,NULL),(82474,'four_oh_four','2021-08-05 11:30:56','2021-08-05 16:30:56','3.86.5.209',NULL,NULL),(82475,'four_oh_four','2021-08-05 12:59:04','2021-08-05 17:59:04','178.17.183.209',NULL,NULL),(82476,'four_oh_four','2021-08-05 14:01:52','2021-08-05 19:01:52','184.154.139.20',NULL,NULL),(82477,'four_oh_four','2021-08-05 14:23:46','2021-08-05 19:23:46','94.26.248.58',NULL,NULL),(82478,'four_oh_four','2021-08-05 16:10:34','2021-08-05 21:10:34','91.205.174.96',NULL,NULL),(82479,'four_oh_four','2021-08-05 16:29:03','2021-08-05 21:29:03','135.181.0.55',NULL,NULL),(82480,'four_oh_four','2021-08-05 16:55:24','2021-08-05 21:55:24','45.153.160.139',NULL,NULL),(82481,'four_oh_four','2021-08-05 17:03:49','2021-08-05 22:03:49','92.246.84.133',NULL,NULL),(82482,'four_oh_four','2021-08-05 17:18:25','2021-08-05 22:18:25','124.65.117.38',NULL,NULL),(82483,'four_oh_four','2021-08-05 17:18:44','2021-08-05 22:18:44','125.65.92.104',NULL,NULL),(82484,'four_oh_four','2021-08-05 17:19:12','2021-08-05 22:19:12','124.65.117.38',NULL,NULL),(82485,'four_oh_four','2021-08-05 17:19:23','2021-08-05 22:19:23','124.65.117.38',NULL,NULL),(82486,'four_oh_four','2021-08-05 17:43:11','2021-08-05 22:43:11','159.203.83.245',NULL,NULL),(82487,'four_oh_four','2021-08-05 18:02:07','2021-08-05 23:02:07','212.193.168.141',NULL,NULL),(82488,'four_oh_four','2021-08-05 19:34:11','2021-08-06 00:34:11','107.189.7.175',NULL,NULL),(82489,'four_oh_four','2021-08-05 19:51:35','2021-08-06 00:51:35','194.61.24.99',NULL,NULL),(82490,'four_oh_four','2021-08-05 23:07:13','2021-08-06 04:07:13','51.68.11.195',NULL,NULL),(82491,'four_oh_four','2021-08-05 23:08:38','2021-08-06 04:08:38','71.121.222.161',NULL,NULL),(82492,'four_oh_four','2021-08-05 23:08:48','2021-08-06 04:08:48','71.121.222.161',NULL,NULL),(82493,'four_oh_four','2021-08-05 23:44:16','2021-08-06 04:44:16','124.65.117.38',NULL,NULL),(82494,'four_oh_four','2021-08-05 23:44:23','2021-08-06 04:44:23','180.167.101.134',NULL,NULL),(82495,'four_oh_four','2021-08-05 23:44:52','2021-08-06 04:44:52','171.244.1.84',NULL,NULL),(82496,'four_oh_four','2021-08-06 01:04:05','2021-08-06 06:04:05','5.188.48.22',NULL,NULL),(82497,'four_oh_four','2021-08-06 05:54:34','2021-08-06 10:54:34','186.202.161.46',NULL,NULL),(82498,'four_oh_four','2021-08-06 06:41:17','2021-08-06 11:41:17','151.249.170.139',NULL,NULL),(82499,'four_oh_four','2021-08-06 06:48:31','2021-08-06 11:48:31','194.5.156.111',NULL,NULL),(82500,'four_oh_four','2021-08-06 07:07:12','2021-08-06 12:07:12','37.61.201.218',NULL,NULL),(82501,'four_oh_four','2021-08-06 07:36:05','2021-08-06 12:36:05','154.13.1.234',NULL,NULL),(82502,'four_oh_four','2021-08-06 07:53:41','2021-08-06 12:53:41','132.145.172.64',NULL,NULL),(82503,'four_oh_four','2021-08-06 07:53:54','2021-08-06 12:53:54','132.145.172.64',NULL,NULL),(82504,'four_oh_four','2021-08-06 07:53:59','2021-08-06 12:53:59','132.145.172.64',NULL,NULL),(82505,'four_oh_four','2021-08-06 07:54:05','2021-08-06 12:54:05','132.145.172.64',NULL,NULL),(82506,'four_oh_four','2021-08-06 07:54:11','2021-08-06 12:54:11','132.145.172.64',NULL,NULL),(82507,'four_oh_four','2021-08-06 07:54:19','2021-08-06 12:54:19','132.145.172.64',NULL,NULL),(82508,'four_oh_four','2021-08-06 07:54:26','2021-08-06 12:54:26','132.145.172.64',NULL,NULL),(82509,'four_oh_four','2021-08-06 07:54:32','2021-08-06 12:54:32','132.145.172.64',NULL,NULL),(82510,'four_oh_four','2021-08-06 07:54:37','2021-08-06 12:54:37','132.145.172.64',NULL,NULL),(82511,'four_oh_four','2021-08-06 07:54:44','2021-08-06 12:54:44','132.145.172.64',NULL,NULL),(82512,'four_oh_four','2021-08-06 07:54:51','2021-08-06 12:54:51','132.145.172.64',NULL,NULL),(82513,'four_oh_four','2021-08-06 08:32:50','2021-08-06 13:32:50','157.55.39.87',NULL,NULL),(82514,'four_oh_four','2021-08-06 10:46:40','2021-08-06 15:46:40','18.206.221.61',NULL,NULL),(82515,'four_oh_four','2021-08-06 11:41:36','2021-08-06 16:41:36','124.65.117.38',NULL,NULL),(82516,'four_oh_four','2021-08-06 11:42:10','2021-08-06 16:42:10','124.65.117.38',NULL,NULL),(82517,'four_oh_four','2021-08-06 12:26:39','2021-08-06 17:26:39','212.102.38.162',NULL,NULL),(82518,'four_oh_four','2021-08-06 12:26:43','2021-08-06 17:26:43','212.102.38.162',NULL,NULL),(82519,'four_oh_four','2021-08-06 12:26:47','2021-08-06 17:26:47','212.102.38.162',NULL,NULL),(82520,'four_oh_four','2021-08-06 12:26:50','2021-08-06 17:26:50','212.102.38.162',NULL,NULL),(82521,'four_oh_four','2021-08-06 12:52:14','2021-08-06 17:52:14','54.236.1.11',NULL,NULL),(82522,'four_oh_four','2021-08-06 13:25:52','2021-08-06 18:25:52','94.155.33.88',NULL,NULL),(82523,'four_oh_four','2021-08-06 13:25:56','2021-08-06 18:25:56','94.155.33.88',NULL,NULL),(82524,'four_oh_four','2021-08-06 13:25:59','2021-08-06 18:25:59','94.155.33.88',NULL,NULL),(82525,'four_oh_four','2021-08-06 13:26:03','2021-08-06 18:26:03','94.155.33.88',NULL,NULL),(82526,'four_oh_four','2021-08-06 14:06:50','2021-08-06 19:06:50','91.205.174.96',NULL,NULL),(82527,'four_oh_four','2021-08-06 14:11:35','2021-08-06 19:11:35','184.154.139.3',NULL,NULL),(82528,'four_oh_four','2021-08-06 14:43:28','2021-08-06 19:43:28','195.246.120.161',NULL,NULL),(82529,'four_oh_four','2021-08-06 15:30:12','2021-08-06 20:30:12','51.137.135.183',NULL,NULL),(82530,'four_oh_four','2021-08-06 15:30:22','2021-08-06 20:30:22','51.137.135.183',NULL,NULL),(82531,'four_oh_four','2021-08-06 15:30:56','2021-08-06 20:30:56','51.137.135.183',NULL,NULL),(82532,'four_oh_four','2021-08-06 15:31:03','2021-08-06 20:31:03','51.137.135.183',NULL,NULL),(82533,'four_oh_four','2021-08-06 16:05:08','2021-08-06 21:05:08','5.9.78.207',NULL,NULL),(82534,'four_oh_four','2021-08-06 16:10:31','2021-08-06 21:10:31','13.57.30.200',NULL,NULL),(82535,'four_oh_four','2021-08-06 16:15:48','2021-08-06 21:15:48','147.78.141.192',NULL,NULL),(82536,'four_oh_four','2021-08-06 16:15:51','2021-08-06 21:15:51','147.78.141.192',NULL,NULL),(82537,'four_oh_four','2021-08-06 16:15:54','2021-08-06 21:15:54','147.78.141.192',NULL,NULL),(82538,'four_oh_four','2021-08-06 16:15:58','2021-08-06 21:15:58','147.78.141.192',NULL,NULL),(82539,'four_oh_four','2021-08-06 16:21:50','2021-08-06 21:21:50','91.134.248.253',NULL,NULL),(82540,'four_oh_four','2021-08-06 16:38:59','2021-08-06 21:38:59','195.246.120.161',NULL,NULL),(82541,'four_oh_four','2021-08-06 20:24:49','2021-08-07 01:24:49','185.220.101.211',NULL,NULL),(82542,'four_oh_four','2021-08-06 20:54:27','2021-08-07 01:54:27','178.127.2.24',NULL,NULL),(82543,'four_oh_four','2021-08-06 21:33:00','2021-08-07 02:33:00','37.9.13.48',NULL,NULL),(82544,'four_oh_four','2021-08-07 01:35:57','2021-08-07 06:35:57','2.92.198.40',NULL,NULL),(82545,'four_oh_four','2021-08-07 02:44:22','2021-08-07 07:44:22','80.253.235.74',NULL,NULL),(82546,'four_oh_four','2021-08-07 03:11:52','2021-08-07 08:11:52','46.245.167.226',NULL,NULL),(82547,'four_oh_four','2021-08-07 03:11:52','2021-08-07 08:11:52','46.245.167.226',NULL,NULL),(82548,'four_oh_four','2021-08-07 03:36:48','2021-08-07 08:36:48','118.68.78.139',NULL,NULL),(82549,'four_oh_four','2021-08-07 04:17:59','2021-08-07 09:17:59','195.246.120.161',NULL,NULL),(82550,'four_oh_four','2021-08-07 05:48:23','2021-08-07 10:48:23','37.113.244.244',NULL,NULL),(82551,'four_oh_four','2021-08-07 05:49:01','2021-08-07 10:49:01','20.106.130.133',NULL,NULL),(82552,'four_oh_four','2021-08-07 05:49:07','2021-08-07 10:49:07','20.106.130.133',NULL,NULL),(82553,'four_oh_four','2021-08-07 05:49:14','2021-08-07 10:49:14','20.106.130.133',NULL,NULL),(82554,'four_oh_four','2021-08-07 05:49:30','2021-08-07 10:49:30','20.106.130.133',NULL,NULL),(82555,'four_oh_four','2021-08-07 05:49:38','2021-08-07 10:49:38','20.106.130.133',NULL,NULL),(82556,'four_oh_four','2021-08-07 05:49:55','2021-08-07 10:49:55','20.106.130.133',NULL,NULL),(82557,'four_oh_four','2021-08-07 05:49:58','2021-08-07 10:49:58','91.77.108.222',NULL,NULL),(82558,'four_oh_four','2021-08-07 05:49:59','2021-08-07 10:49:59','20.106.130.133',NULL,NULL),(82559,'four_oh_four','2021-08-07 05:50:03','2021-08-07 10:50:03','20.106.130.133',NULL,NULL),(82560,'four_oh_four','2021-08-07 05:50:10','2021-08-07 10:50:10','20.106.130.133',NULL,NULL),(82561,'four_oh_four','2021-08-07 05:50:16','2021-08-07 10:50:16','20.106.130.133',NULL,NULL),(82562,'four_oh_four','2021-08-07 05:50:23','2021-08-07 10:50:23','20.106.130.133',NULL,NULL),(82563,'four_oh_four','2021-08-07 05:50:29','2021-08-07 10:50:29','20.106.130.133',NULL,NULL),(82564,'four_oh_four','2021-08-07 05:50:36','2021-08-07 10:50:36','20.106.130.133',NULL,NULL),(82565,'four_oh_four','2021-08-07 05:50:43','2021-08-07 10:50:43','20.106.130.133',NULL,NULL),(82566,'four_oh_four','2021-08-07 05:51:04','2021-08-07 10:51:04','20.106.130.133',NULL,NULL),(82567,'four_oh_four','2021-08-07 05:51:11','2021-08-07 10:51:11','20.106.130.133',NULL,NULL),(82568,'four_oh_four','2021-08-07 05:51:16','2021-08-07 10:51:16','20.106.130.133',NULL,NULL),(82569,'four_oh_four','2021-08-07 05:51:21','2021-08-07 10:51:21','20.106.130.133',NULL,NULL),(82570,'four_oh_four','2021-08-07 05:51:30','2021-08-07 10:51:30','20.106.130.133',NULL,NULL),(82571,'four_oh_four','2021-08-07 05:51:35','2021-08-07 10:51:35','20.106.130.133',NULL,NULL),(82572,'four_oh_four','2021-08-07 08:21:57','2021-08-07 13:21:57','52.207.102.6',NULL,NULL),(82573,'four_oh_four','2021-08-07 09:05:22','2021-08-07 14:05:22','178.168.223.23',NULL,NULL),(82574,'four_oh_four','2021-08-07 09:52:56','2021-08-07 14:52:56','78.47.122.19',NULL,NULL),(82575,'four_oh_four','2021-08-07 09:53:00','2021-08-07 14:53:00','78.47.122.19',NULL,NULL),(82576,'four_oh_four','2021-08-07 09:53:03','2021-08-07 14:53:03','78.47.122.19',NULL,NULL),(82577,'four_oh_four','2021-08-07 09:53:06','2021-08-07 14:53:06','78.47.122.19',NULL,NULL),(82578,'four_oh_four','2021-08-07 09:53:09','2021-08-07 14:53:09','78.47.122.19',NULL,NULL),(82579,'four_oh_four','2021-08-07 09:53:17','2021-08-07 14:53:17','78.47.122.19',NULL,NULL),(82580,'four_oh_four','2021-08-07 09:53:20','2021-08-07 14:53:20','78.47.122.19',NULL,NULL),(82581,'four_oh_four','2021-08-07 09:53:23','2021-08-07 14:53:23','78.47.122.19',NULL,NULL),(82582,'four_oh_four','2021-08-07 09:53:26','2021-08-07 14:53:26','78.47.122.19',NULL,NULL),(82583,'four_oh_four','2021-08-07 09:53:29','2021-08-07 14:53:29','78.47.122.19',NULL,NULL),(82584,'four_oh_four','2021-08-07 09:53:32','2021-08-07 14:53:32','78.47.122.19',NULL,NULL),(82585,'four_oh_four','2021-08-07 09:53:35','2021-08-07 14:53:35','78.47.122.19',NULL,NULL),(82586,'four_oh_four','2021-08-07 09:56:34','2021-08-07 14:56:34','46.148.234.229',NULL,NULL),(82587,'four_oh_four','2021-08-07 10:03:33','2021-08-07 15:03:33','78.47.122.19',NULL,NULL),(82588,'four_oh_four','2021-08-07 10:03:37','2021-08-07 15:03:37','78.47.122.19',NULL,NULL),(82589,'four_oh_four','2021-08-07 10:03:40','2021-08-07 15:03:40','78.47.122.19',NULL,NULL),(82590,'four_oh_four','2021-08-07 10:03:43','2021-08-07 15:03:43','78.47.122.19',NULL,NULL),(82591,'four_oh_four','2021-08-07 10:03:46','2021-08-07 15:03:46','78.47.122.19',NULL,NULL),(82592,'four_oh_four','2021-08-07 10:03:49','2021-08-07 15:03:49','78.47.122.19',NULL,NULL),(82593,'four_oh_four','2021-08-07 10:03:53','2021-08-07 15:03:53','78.47.122.19',NULL,NULL),(82594,'four_oh_four','2021-08-07 10:03:56','2021-08-07 15:03:56','78.47.122.19',NULL,NULL),(82595,'four_oh_four','2021-08-07 10:03:58','2021-08-07 15:03:58','78.47.122.19',NULL,NULL),(82596,'four_oh_four','2021-08-07 10:04:01','2021-08-07 15:04:01','78.47.122.19',NULL,NULL),(82597,'four_oh_four','2021-08-07 10:04:04','2021-08-07 15:04:04','78.47.122.19',NULL,NULL),(82598,'four_oh_four','2021-08-07 10:04:07','2021-08-07 15:04:07','78.47.122.19',NULL,NULL),(82599,'four_oh_four','2021-08-07 11:53:52','2021-08-07 16:53:52','23.88.42.188',NULL,NULL),(82600,'four_oh_four','2021-08-07 11:53:56','2021-08-07 16:53:56','23.88.42.188',NULL,NULL),(82601,'four_oh_four','2021-08-07 11:54:01','2021-08-07 16:54:01','23.88.42.188',NULL,NULL),(82602,'four_oh_four','2021-08-07 11:54:19','2021-08-07 16:54:19','23.88.42.188',NULL,NULL),(82603,'four_oh_four','2021-08-07 11:54:25','2021-08-07 16:54:25','23.88.42.188',NULL,NULL),(82604,'four_oh_four','2021-08-07 11:54:38','2021-08-07 16:54:38','23.88.42.188',NULL,NULL),(82605,'four_oh_four','2021-08-07 11:54:43','2021-08-07 16:54:43','23.88.42.188',NULL,NULL),(82606,'four_oh_four','2021-08-07 11:54:46','2021-08-07 16:54:46','23.88.42.188',NULL,NULL),(82607,'four_oh_four','2021-08-07 11:55:01','2021-08-07 16:55:01','23.88.42.188',NULL,NULL),(82608,'four_oh_four','2021-08-07 11:55:08','2021-08-07 16:55:08','23.88.42.188',NULL,NULL),(82609,'four_oh_four','2021-08-07 11:55:13','2021-08-07 16:55:13','23.88.42.188',NULL,NULL),(82610,'four_oh_four','2021-08-07 11:55:17','2021-08-07 16:55:17','23.88.42.188',NULL,NULL),(82611,'four_oh_four','2021-08-07 11:55:21','2021-08-07 16:55:21','23.88.42.188',NULL,NULL),(82612,'four_oh_four','2021-08-07 11:55:27','2021-08-07 16:55:27','23.88.42.188',NULL,NULL),(82613,'four_oh_four','2021-08-07 11:56:02','2021-08-07 16:56:02','23.88.42.188',NULL,NULL),(82614,'four_oh_four','2021-08-07 11:56:11','2021-08-07 16:56:11','23.88.42.188',NULL,NULL),(82615,'four_oh_four','2021-08-07 11:56:15','2021-08-07 16:56:15','23.88.42.188',NULL,NULL),(82616,'four_oh_four','2021-08-07 11:56:20','2021-08-07 16:56:20','23.88.42.188',NULL,NULL),(82617,'four_oh_four','2021-08-07 11:56:33','2021-08-07 16:56:33','23.88.42.188',NULL,NULL),(82618,'four_oh_four','2021-08-07 11:56:39','2021-08-07 16:56:39','23.88.42.188',NULL,NULL),(82619,'four_oh_four','2021-08-07 12:35:32','2021-08-07 17:35:32','157.55.39.164',NULL,NULL),(82620,'four_oh_four','2021-08-07 13:23:57','2021-08-07 18:23:57','162.55.6.11',NULL,NULL),(82621,'four_oh_four','2021-08-07 14:13:34','2021-08-07 19:13:34','184.154.139.18',NULL,NULL),(82622,'four_oh_four','2021-08-07 14:49:57','2021-08-07 19:49:57','150.136.213.184',NULL,NULL),(82623,'four_oh_four','2021-08-07 14:50:06','2021-08-07 19:50:06','150.136.213.184',NULL,NULL),(82624,'four_oh_four','2021-08-07 14:50:16','2021-08-07 19:50:16','150.136.213.184',NULL,NULL),(82625,'four_oh_four','2021-08-07 14:50:24','2021-08-07 19:50:24','150.136.213.184',NULL,NULL),(82626,'four_oh_four','2021-08-07 14:50:31','2021-08-07 19:50:31','150.136.213.184',NULL,NULL),(82627,'four_oh_four','2021-08-07 14:50:40','2021-08-07 19:50:40','150.136.213.184',NULL,NULL),(82628,'four_oh_four','2021-08-07 14:50:46','2021-08-07 19:50:46','150.136.213.184',NULL,NULL),(82629,'four_oh_four','2021-08-07 14:50:57','2021-08-07 19:50:57','150.136.213.184',NULL,NULL),(82630,'four_oh_four','2021-08-07 14:51:04','2021-08-07 19:51:04','150.136.213.184',NULL,NULL),(82631,'four_oh_four','2021-08-07 14:51:11','2021-08-07 19:51:11','150.136.213.184',NULL,NULL),(82632,'four_oh_four','2021-08-07 14:51:18','2021-08-07 19:51:18','150.136.213.184',NULL,NULL),(82633,'four_oh_four','2021-08-07 20:25:22','2021-08-08 01:25:22','207.46.13.185',NULL,NULL),(82634,'four_oh_four','2021-08-07 22:12:01','2021-08-08 03:12:01','178.159.37.153',NULL,NULL),(82635,'four_oh_four','2021-08-08 01:31:02','2021-08-08 06:31:02','157.55.39.102',NULL,NULL),(82636,'four_oh_four','2021-08-08 02:03:03','2021-08-08 07:03:03','192.198.122.244',NULL,NULL),(82637,'four_oh_four','2021-08-08 02:45:05','2021-08-08 07:45:05','81.222.84.2',NULL,NULL),(82638,'four_oh_four','2021-08-08 03:02:13','2021-08-08 08:02:13','51.161.66.99',NULL,NULL),(82639,'four_oh_four','2021-08-08 03:45:10','2021-08-08 08:45:10','85.249.40.221',NULL,NULL),(82640,'four_oh_four','2021-08-08 04:16:17','2021-08-08 09:16:17','207.46.13.185',NULL,NULL),(82641,'four_oh_four','2021-08-08 04:37:03','2021-08-08 09:37:03','3.236.209.15',NULL,NULL),(82642,'four_oh_four','2021-08-08 05:40:09','2021-08-08 10:40:09','157.55.39.87',NULL,NULL),(82643,'four_oh_four','2021-08-08 06:02:13','2021-08-08 11:02:13','84.247.48.61',NULL,NULL),(82644,'four_oh_four','2021-08-08 07:04:34','2021-08-08 12:04:34','195.246.120.161',NULL,NULL),(82645,'four_oh_four','2021-08-08 07:15:48','2021-08-08 12:15:48','195.154.60.148',NULL,NULL),(82646,'four_oh_four','2021-08-08 07:43:29','2021-08-08 12:43:29','109.201.38.63',NULL,NULL),(82647,'four_oh_four','2021-08-08 09:53:31','2021-08-08 14:53:31','62.173.149.24',NULL,NULL),(82648,'four_oh_four','2021-08-08 12:13:36','2021-08-08 17:13:36','69.140.240.195',NULL,NULL),(82649,'four_oh_four','2021-08-08 12:33:09','2021-08-08 17:33:09','217.171.147.223',NULL,NULL),(82650,'four_oh_four','2021-08-08 14:06:25','2021-08-08 19:06:25','184.154.139.18',NULL,NULL),(82651,'four_oh_four','2021-08-08 18:39:10','2021-08-08 23:39:10','207.46.13.134',NULL,NULL),(82652,'four_oh_four','2021-08-08 19:18:34','2021-08-09 00:18:34','188.163.47.9',NULL,NULL),(82653,'four_oh_four','2021-08-08 20:44:48','2021-08-09 01:44:48','139.59.76.9',NULL,NULL),(82654,'four_oh_four','2021-08-08 22:13:42','2021-08-09 03:13:42','157.55.39.102',NULL,NULL),(82655,'four_oh_four','2021-08-09 00:47:07','2021-08-09 05:47:07','207.46.13.185',NULL,NULL),(82656,'four_oh_four','2021-08-09 01:55:33','2021-08-09 06:55:33','161.117.5.252',NULL,NULL),(82657,'four_oh_four','2021-08-09 04:49:20','2021-08-09 09:49:20','54.172.168.76',NULL,NULL),(82658,'four_oh_four','2021-08-09 06:42:40','2021-08-09 11:42:40','188.166.179.135',NULL,NULL),(82659,'four_oh_four','2021-08-09 08:16:48','2021-08-09 13:16:48','37.45.216.107',NULL,NULL),(82660,'four_oh_four','2021-08-09 08:41:12','2021-08-09 13:41:12','5.188.48.217',NULL,NULL),(82661,'four_oh_four','2021-08-09 09:06:24','2021-08-09 14:06:24','180.167.101.134',NULL,NULL),(82662,'four_oh_four','2021-08-09 09:07:32','2021-08-09 14:07:32','124.65.117.38',NULL,NULL),(82663,'four_oh_four','2021-08-09 09:08:00','2021-08-09 14:08:00','124.65.117.38',NULL,NULL),(82664,'four_oh_four','2021-08-09 11:09:08','2021-08-09 16:09:08','109.191.171.99',NULL,NULL),(82665,'four_oh_four','2021-08-09 12:17:35','2021-08-09 17:17:35','194.61.24.99',NULL,NULL),(82666,'four_oh_four','2021-08-09 13:02:19','2021-08-09 18:02:19','188.126.73.215',NULL,NULL),(82667,'four_oh_four','2021-08-09 14:09:17','2021-08-09 19:09:17','184.154.139.18',NULL,NULL),(82668,'four_oh_four','2021-08-09 14:09:48','2021-08-09 19:09:48','168.62.9.114',NULL,NULL),(82669,'four_oh_four','2021-08-09 14:36:21','2021-08-09 19:36:21','80.253.235.74',NULL,NULL),(82670,'four_oh_four','2021-08-09 15:18:44','2021-08-09 20:18:44','2.92.126.230',NULL,NULL),(82671,'four_oh_four','2021-08-09 15:21:10','2021-08-09 20:21:10','188.126.73.215',NULL,NULL),(82672,'four_oh_four','2021-08-09 15:58:18','2021-08-09 20:58:18','147.78.141.192',NULL,NULL),(82673,'four_oh_four','2021-08-09 15:58:21','2021-08-09 20:58:21','147.78.141.192',NULL,NULL),(82674,'four_oh_four','2021-08-09 15:58:24','2021-08-09 20:58:24','147.78.141.192',NULL,NULL),(82675,'four_oh_four','2021-08-09 15:58:27','2021-08-09 20:58:27','147.78.141.192',NULL,NULL),(82676,'four_oh_four','2021-08-09 16:06:54','2021-08-09 21:06:54','23.83.132.141',NULL,NULL),(82677,'four_oh_four','2021-08-09 16:06:57','2021-08-09 21:06:57','23.83.132.141',NULL,NULL),(82678,'four_oh_four','2021-08-09 16:07:01','2021-08-09 21:07:01','23.83.132.141',NULL,NULL),(82679,'four_oh_four','2021-08-09 16:07:04','2021-08-09 21:07:04','23.83.132.141',NULL,NULL),(82680,'four_oh_four','2021-08-09 22:04:50','2021-08-10 03:04:50','173.173.11.8',NULL,NULL),(82681,'four_oh_four','2021-08-09 22:04:54','2021-08-10 03:04:54','173.173.11.8',NULL,NULL),(82682,'four_oh_four','2021-08-09 22:59:24','2021-08-10 03:59:24','207.46.13.134',NULL,NULL),(82683,'four_oh_four','2021-08-09 23:36:30','2021-08-10 04:36:30','194.113.106.106',NULL,NULL),(82684,'four_oh_four','2021-08-10 01:00:46','2021-08-10 06:00:46','34.239.150.251',NULL,NULL),(82685,'four_oh_four','2021-08-10 01:14:14','2021-08-10 06:14:14','150.136.213.184',NULL,NULL),(82686,'four_oh_four','2021-08-10 01:14:22','2021-08-10 06:14:22','150.136.213.184',NULL,NULL),(82687,'four_oh_four','2021-08-10 01:14:28','2021-08-10 06:14:28','150.136.213.184',NULL,NULL),(82688,'four_oh_four','2021-08-10 01:14:34','2021-08-10 06:14:34','150.136.213.184',NULL,NULL),(82689,'four_oh_four','2021-08-10 01:14:53','2021-08-10 06:14:53','150.136.213.184',NULL,NULL),(82690,'four_oh_four','2021-08-10 01:14:58','2021-08-10 06:14:58','150.136.213.184',NULL,NULL),(82691,'four_oh_four','2021-08-10 01:15:08','2021-08-10 06:15:08','150.136.213.184',NULL,NULL),(82692,'four_oh_four','2021-08-10 01:15:14','2021-08-10 06:15:14','150.136.213.184',NULL,NULL),(82693,'four_oh_four','2021-08-10 01:15:21','2021-08-10 06:15:21','150.136.213.184',NULL,NULL),(82694,'four_oh_four','2021-08-10 01:15:27','2021-08-10 06:15:27','150.136.213.184',NULL,NULL),(82695,'four_oh_four','2021-08-10 01:18:04','2021-08-10 06:18:04','178.34.160.118',NULL,NULL),(82696,'four_oh_four','2021-08-10 03:58:11','2021-08-10 08:58:11','168.151.38.222',NULL,NULL),(82697,'four_oh_four','2021-08-10 03:58:12','2021-08-10 08:58:12','168.151.38.93',NULL,NULL),(82698,'four_oh_four','2021-08-10 07:15:07','2021-08-10 12:15:07','118.140.151.98',NULL,NULL),(82699,'four_oh_four','2021-08-10 12:33:56','2021-08-10 17:33:56','35.195.197.130',NULL,NULL),(82700,'four_oh_four','2021-08-10 12:34:00','2021-08-10 17:34:00','35.195.197.130',NULL,NULL),(82701,'four_oh_four','2021-08-10 12:34:19','2021-08-10 17:34:19','35.195.197.130',NULL,NULL),(82702,'four_oh_four','2021-08-10 12:34:19','2021-08-10 17:34:19','35.195.197.130',NULL,NULL),(82703,'four_oh_four','2021-08-10 13:07:35','2021-08-10 18:07:35','93.75.48.211',NULL,NULL),(82704,'four_oh_four','2021-08-10 14:02:59','2021-08-10 19:02:59','184.154.139.17',NULL,NULL),(82705,'four_oh_four','2021-08-10 15:09:35','2021-08-10 20:09:35','194.61.9.195',NULL,NULL),(82706,'four_oh_four','2021-08-10 15:09:42','2021-08-10 20:09:42','194.61.9.195',NULL,NULL),(82707,'four_oh_four','2021-08-10 16:02:26','2021-08-10 21:02:26','92.38.136.69',NULL,NULL),(82708,'four_oh_four','2021-08-10 16:21:21','2021-08-10 21:21:21','217.79.178.53',NULL,NULL),(82709,'four_oh_four','2021-08-10 16:35:44','2021-08-10 21:35:44','62.16.11.164',NULL,NULL),(82710,'four_oh_four','2021-08-10 17:25:41','2021-08-10 22:25:41','195.133.40.46',NULL,NULL),(82711,'four_oh_four','2021-08-10 17:32:13','2021-08-10 22:32:13','5.188.48.98',NULL,NULL),(82712,'four_oh_four','2021-08-10 17:32:13','2021-08-10 22:32:13','5.188.48.98',NULL,NULL),(82713,'four_oh_four','2021-08-10 18:32:26','2021-08-10 23:32:26','92.38.136.69',NULL,NULL),(82714,'four_oh_four','2021-08-10 20:15:40','2021-08-11 01:15:40','149.202.87.175',NULL,NULL),(82715,'four_oh_four','2021-08-10 21:20:06','2021-08-11 02:20:06','185.90.165.11',NULL,NULL),(82716,'four_oh_four','2021-08-10 21:20:09','2021-08-11 02:20:09','185.90.165.11',NULL,NULL),(82717,'four_oh_four','2021-08-10 21:20:14','2021-08-11 02:20:14','185.90.165.11',NULL,NULL),(82718,'four_oh_four','2021-08-10 21:45:42','2021-08-11 02:45:42','62.16.11.164',NULL,NULL),(82719,'four_oh_four','2021-08-10 22:00:52','2021-08-11 03:00:52','109.70.100.34',NULL,NULL),(82720,'four_oh_four','2021-08-10 22:12:02','2021-08-11 03:12:02','54.198.93.215',NULL,NULL),(82721,'four_oh_four','2021-08-10 22:20:33','2021-08-11 03:20:33','185.192.70.98',NULL,NULL),(82722,'four_oh_four','2021-08-10 23:14:01','2021-08-11 04:14:01','188.126.73.215',NULL,NULL),(82723,'four_oh_four','2021-08-10 23:40:22','2021-08-11 04:40:22','3.94.137.21',NULL,NULL),(82724,'four_oh_four','2021-08-10 23:40:26','2021-08-11 04:40:26','3.94.137.21',NULL,NULL),(82725,'four_oh_four','2021-08-10 23:40:30','2021-08-11 04:40:30','3.94.137.21',NULL,NULL),(82726,'four_oh_four','2021-08-10 23:40:35','2021-08-11 04:40:35','3.94.137.21',NULL,NULL),(82727,'four_oh_four','2021-08-11 00:03:16','2021-08-11 05:03:16','123.24.39.177',NULL,NULL),(82728,'four_oh_four','2021-08-11 01:35:25','2021-08-11 06:35:25','113.178.89.105',NULL,NULL),(82729,'four_oh_four','2021-08-11 03:07:14','2021-08-11 08:07:14','185.220.102.4',NULL,NULL),(82730,'four_oh_four','2021-08-11 03:27:25','2021-08-11 08:27:25','185.81.157.122',NULL,NULL),(82731,'four_oh_four','2021-08-11 04:01:50','2021-08-11 09:01:50','37.0.8.185',NULL,NULL),(82732,'four_oh_four','2021-08-11 04:01:56','2021-08-11 09:01:56','37.0.8.185',NULL,NULL),(82733,'four_oh_four','2021-08-11 04:02:02','2021-08-11 09:02:02','37.0.8.185',NULL,NULL),(82734,'four_oh_four','2021-08-11 04:02:16','2021-08-11 09:02:16','37.0.8.185',NULL,NULL),(82735,'four_oh_four','2021-08-11 04:02:22','2021-08-11 09:02:22','37.0.8.185',NULL,NULL),(82736,'four_oh_four','2021-08-11 04:02:31','2021-08-11 09:02:31','37.0.8.185',NULL,NULL),(82737,'four_oh_four','2021-08-11 04:02:34','2021-08-11 09:02:34','37.0.8.185',NULL,NULL),(82738,'four_oh_four','2021-08-11 04:02:37','2021-08-11 09:02:37','37.0.8.185',NULL,NULL),(82739,'four_oh_four','2021-08-11 04:02:43','2021-08-11 09:02:43','37.0.8.185',NULL,NULL),(82740,'four_oh_four','2021-08-11 04:02:50','2021-08-11 09:02:50','37.0.8.185',NULL,NULL),(82741,'four_oh_four','2021-08-11 04:02:53','2021-08-11 09:02:53','37.0.8.185',NULL,NULL),(82742,'four_oh_four','2021-08-11 04:03:14','2021-08-11 09:03:14','37.0.8.185',NULL,NULL),(82743,'four_oh_four','2021-08-11 04:03:20','2021-08-11 09:03:20','37.0.8.185',NULL,NULL),(82744,'four_oh_four','2021-08-11 04:03:25','2021-08-11 09:03:25','37.0.8.185',NULL,NULL),(82745,'four_oh_four','2021-08-11 04:03:42','2021-08-11 09:03:42','37.0.8.185',NULL,NULL),(82746,'four_oh_four','2021-08-11 04:03:49','2021-08-11 09:03:49','37.0.8.185',NULL,NULL),(82747,'four_oh_four','2021-08-11 04:03:52','2021-08-11 09:03:52','37.0.8.185',NULL,NULL),(82748,'four_oh_four','2021-08-11 04:03:55','2021-08-11 09:03:55','37.0.8.185',NULL,NULL),(82749,'four_oh_four','2021-08-11 04:04:00','2021-08-11 09:04:00','37.0.8.185',NULL,NULL),(82750,'four_oh_four','2021-08-11 04:04:07','2021-08-11 09:04:07','37.0.8.185',NULL,NULL),(82751,'four_oh_four','2021-08-11 06:54:35','2021-08-11 11:54:35','5.2.69.50',NULL,NULL),(82752,'four_oh_four','2021-08-11 08:35:16','2021-08-11 13:35:16','207.46.13.161',NULL,NULL),(82753,'four_oh_four','2021-08-11 09:45:54','2021-08-11 14:45:54','217.171.147.164',NULL,NULL),(82754,'four_oh_four','2021-08-11 09:50:21','2021-08-11 14:50:21','5.188.48.98',NULL,NULL),(82755,'four_oh_four','2021-08-11 09:50:21','2021-08-11 14:50:21','5.188.48.98',NULL,NULL),(82756,'four_oh_four','2021-08-11 09:58:40','2021-08-11 14:58:40','51.159.23.22',NULL,NULL),(82757,'four_oh_four','2021-08-11 10:21:30','2021-08-11 15:21:30','157.55.39.102',NULL,NULL),(82758,'four_oh_four','2021-08-11 11:13:39','2021-08-11 16:13:39','94.198.50.98',NULL,NULL),(82759,'four_oh_four','2021-08-11 14:05:22','2021-08-11 19:05:22','184.154.139.18',NULL,NULL),(82760,'four_oh_four','2021-08-11 18:03:21','2021-08-11 23:03:21','51.159.23.22',NULL,NULL),(82761,'four_oh_four','2021-08-11 21:42:31','2021-08-12 02:42:31','35.173.35.144',NULL,NULL),(82762,'four_oh_four','2021-08-11 22:28:41','2021-08-12 03:28:41','178.159.37.153',NULL,NULL),(82763,'four_oh_four','2021-08-11 22:37:39','2021-08-12 03:37:39','185.220.102.242',NULL,NULL),(82764,'four_oh_four','2021-08-11 22:57:58','2021-08-12 03:57:58','37.0.10.26',NULL,NULL),(82765,'four_oh_four','2021-08-12 00:18:22','2021-08-12 05:18:22','188.126.73.200',NULL,NULL),(82766,'four_oh_four','2021-08-12 01:17:06','2021-08-12 06:17:06','198.71.228.70',NULL,NULL),(82767,'four_oh_four','2021-08-12 01:17:43','2021-08-12 06:17:43','108.179.253.45',NULL,NULL),(82768,'four_oh_four','2021-08-12 02:34:35','2021-08-12 07:34:35','185.81.157.122',NULL,NULL),(82769,'four_oh_four','2021-08-12 06:55:32','2021-08-12 11:55:32','188.126.73.200',NULL,NULL),(82770,'four_oh_four','2021-08-12 07:35:47','2021-08-12 12:35:47','147.78.141.192',NULL,NULL),(82771,'four_oh_four','2021-08-12 07:35:51','2021-08-12 12:35:51','147.78.141.192',NULL,NULL),(82772,'four_oh_four','2021-08-12 07:35:54','2021-08-12 12:35:54','147.78.141.192',NULL,NULL),(82773,'four_oh_four','2021-08-12 07:35:57','2021-08-12 12:35:57','147.78.141.192',NULL,NULL),(82774,'four_oh_four','2021-08-12 08:51:17','2021-08-12 13:51:17','157.55.39.95',NULL,NULL),(82775,'four_oh_four','2021-08-12 12:17:38','2021-08-12 17:17:38','157.55.39.95',NULL,NULL),(82776,'four_oh_four','2021-08-12 13:49:51','2021-08-12 18:49:51','159.242.234.70',NULL,NULL),(82777,'four_oh_four','2021-08-12 13:49:56','2021-08-12 18:49:56','159.242.234.70',NULL,NULL),(82778,'four_oh_four','2021-08-12 13:50:00','2021-08-12 18:50:00','159.242.234.70',NULL,NULL),(82779,'four_oh_four','2021-08-12 13:50:05','2021-08-12 18:50:05','159.242.234.70',NULL,NULL),(82780,'four_oh_four','2021-08-12 14:03:54','2021-08-12 19:03:54','184.154.139.17',NULL,NULL),(82781,'four_oh_four','2021-08-12 19:11:14','2021-08-13 00:11:14','18.207.247.163',NULL,NULL),(82782,'four_oh_four','2021-08-13 01:10:25','2021-08-13 06:10:25','207.46.13.134',NULL,NULL),(82783,'four_oh_four','2021-08-13 02:20:58','2021-08-13 07:20:58','51.68.11.211',NULL,NULL),(82784,'four_oh_four','2021-08-13 03:46:21','2021-08-13 08:46:21','42.119.222.94',NULL,NULL),(82785,'four_oh_four','2021-08-13 03:51:58','2021-08-13 08:51:58','198.144.120.234',NULL,NULL),(82786,'four_oh_four','2021-08-13 04:17:20','2021-08-13 09:17:20','185.220.101.244',NULL,NULL),(82787,'four_oh_four','2021-08-13 05:28:55','2021-08-13 10:28:55','157.55.39.102',NULL,NULL),(82788,'four_oh_four','2021-08-13 09:46:16','2021-08-13 14:46:16','92.255.198.132',NULL,NULL),(82789,'four_oh_four','2021-08-13 10:01:51','2021-08-13 15:01:51','23.129.64.134',NULL,NULL),(82790,'four_oh_four','2021-08-13 10:47:22','2021-08-13 15:47:22','188.126.73.200',NULL,NULL),(82791,'four_oh_four','2021-08-13 12:17:35','2021-08-13 17:17:35','185.191.34.215',NULL,NULL),(82792,'four_oh_four','2021-08-13 12:32:04','2021-08-13 17:32:04','113.22.10.192',NULL,NULL),(82793,'four_oh_four','2021-08-13 13:17:40','2021-08-13 18:17:40','157.55.39.95',NULL,NULL),(82794,'four_oh_four','2021-08-13 14:07:24','2021-08-13 19:07:24','184.154.139.21',NULL,NULL),(82795,'four_oh_four','2021-08-13 14:30:04','2021-08-13 19:30:04','47.89.31.26',NULL,NULL),(82796,'four_oh_four','2021-08-13 15:06:42','2021-08-13 20:06:42','101.200.35.70',NULL,NULL),(82797,'four_oh_four','2021-08-13 15:10:13','2021-08-13 20:10:13','178.45.215.118',NULL,NULL),(82798,'four_oh_four','2021-08-13 15:28:49','2021-08-13 20:28:49','52.90.32.130',NULL,NULL),(82799,'four_oh_four','2021-08-13 15:41:26','2021-08-13 20:41:26','113.22.10.192',NULL,NULL),(82800,'four_oh_four','2021-08-13 16:13:44','2021-08-13 21:13:44','178.17.183.227',NULL,NULL),(82801,'four_oh_four','2021-08-13 16:32:18','2021-08-13 21:32:18','188.35.131.246',NULL,NULL),(82802,'four_oh_four','2021-08-13 17:25:57','2021-08-13 22:25:57','148.251.195.248',NULL,NULL),(82803,'four_oh_four','2021-08-13 17:26:01','2021-08-13 22:26:01','148.251.195.248',NULL,NULL),(82804,'four_oh_four','2021-08-13 17:26:06','2021-08-13 22:26:06','148.251.195.248',NULL,NULL),(82805,'four_oh_four','2021-08-13 17:26:18','2021-08-13 22:26:18','148.251.195.248',NULL,NULL),(82806,'four_oh_four','2021-08-13 17:26:24','2021-08-13 22:26:24','148.251.195.248',NULL,NULL),(82807,'four_oh_four','2021-08-13 17:26:35','2021-08-13 22:26:35','148.251.195.248',NULL,NULL),(82808,'four_oh_four','2021-08-13 17:26:40','2021-08-13 22:26:40','148.251.195.248',NULL,NULL),(82809,'four_oh_four','2021-08-13 17:26:44','2021-08-13 22:26:44','148.251.195.248',NULL,NULL),(82810,'four_oh_four','2021-08-13 17:26:49','2021-08-13 22:26:49','148.251.195.248',NULL,NULL),(82811,'four_oh_four','2021-08-13 17:26:53','2021-08-13 22:26:53','148.251.195.248',NULL,NULL),(82812,'four_oh_four','2021-08-13 17:26:58','2021-08-13 22:26:58','148.251.195.248',NULL,NULL),(82813,'four_oh_four','2021-08-13 17:27:03','2021-08-13 22:27:03','148.251.195.248',NULL,NULL),(82814,'four_oh_four','2021-08-13 17:27:07','2021-08-13 22:27:07','148.251.195.248',NULL,NULL),(82815,'four_oh_four','2021-08-13 17:27:12','2021-08-13 22:27:12','148.251.195.248',NULL,NULL),(82816,'four_oh_four','2021-08-13 17:27:29','2021-08-13 22:27:29','148.251.195.248',NULL,NULL),(82817,'four_oh_four','2021-08-13 17:27:34','2021-08-13 22:27:34','148.251.195.248',NULL,NULL),(82818,'four_oh_four','2021-08-13 17:27:39','2021-08-13 22:27:39','148.251.195.248',NULL,NULL),(82819,'four_oh_four','2021-08-13 17:27:43','2021-08-13 22:27:43','148.251.195.248',NULL,NULL),(82820,'four_oh_four','2021-08-13 17:27:50','2021-08-13 22:27:50','148.251.195.248',NULL,NULL),(82821,'four_oh_four','2021-08-13 17:27:55','2021-08-13 22:27:55','148.251.195.248',NULL,NULL),(82822,'four_oh_four','2021-08-13 22:01:16','2021-08-14 03:01:16','192.254.250.159',NULL,NULL),(82823,'four_oh_four','2021-08-14 02:21:14','2021-08-14 07:21:14','178.20.55.18',NULL,NULL),(82824,'four_oh_four','2021-08-14 02:25:09','2021-08-14 07:25:09','5.188.48.22',NULL,NULL),(82825,'four_oh_four','2021-08-14 02:25:09','2021-08-14 07:25:09','5.188.48.22',NULL,NULL),(82826,'four_oh_four','2021-08-14 02:25:10','2021-08-14 07:25:10','5.188.48.22',NULL,NULL),(82827,'four_oh_four','2021-08-14 03:50:00','2021-08-14 08:50:00','195.176.3.20',NULL,NULL),(82828,'four_oh_four','2021-08-14 03:53:11','2021-08-14 08:53:11','207.46.13.156',NULL,NULL),(82829,'four_oh_four','2021-08-14 03:57:31','2021-08-14 08:57:31','47.254.135.83',NULL,NULL),(82830,'four_oh_four','2021-08-14 04:13:49','2021-08-14 09:13:49','185.185.217.76',NULL,NULL),(82831,'four_oh_four','2021-08-14 06:24:09','2021-08-14 11:24:09','188.35.131.246',NULL,NULL),(82832,'four_oh_four','2021-08-14 07:18:59','2021-08-14 12:18:59','37.113.244.244',NULL,NULL),(82833,'four_oh_four','2021-08-14 07:24:36','2021-08-14 12:24:36','185.191.34.215',NULL,NULL),(82834,'four_oh_four','2021-08-14 07:58:34','2021-08-14 12:58:34','164.132.202.72',NULL,NULL),(82835,'four_oh_four','2021-08-14 08:00:18','2021-08-14 13:00:18','50.87.144.189',NULL,NULL),(82836,'four_oh_four','2021-08-14 08:46:25','2021-08-14 13:46:25','159.242.234.43',NULL,NULL),(82837,'four_oh_four','2021-08-14 08:46:28','2021-08-14 13:46:28','159.242.234.43',NULL,NULL),(82838,'four_oh_four','2021-08-14 08:46:27','2021-08-14 13:46:27','199.187.211.218',NULL,NULL),(82839,'four_oh_four','2021-08-14 08:46:30','2021-08-14 13:46:30','159.242.234.43',NULL,NULL),(82840,'four_oh_four','2021-08-14 08:46:31','2021-08-14 13:46:31','199.187.211.218',NULL,NULL),(82841,'four_oh_four','2021-08-14 08:46:34','2021-08-14 13:46:34','199.187.211.218',NULL,NULL),(82842,'four_oh_four','2021-08-14 08:46:33','2021-08-14 13:46:33','159.242.234.43',NULL,NULL),(82843,'four_oh_four','2021-08-14 08:46:37','2021-08-14 13:46:37','199.187.211.218',NULL,NULL),(82844,'four_oh_four','2021-08-14 10:26:43','2021-08-14 15:26:43','5.188.48.98',NULL,NULL),(82845,'four_oh_four','2021-08-14 10:53:30','2021-08-14 15:53:30','54.36.246.232',NULL,NULL),(82846,'four_oh_four','2021-08-14 10:54:10','2021-08-14 15:54:10','54.36.246.232',NULL,NULL),(82847,'four_oh_four','2021-08-14 11:09:08','2021-08-14 16:09:08','188.126.73.200',NULL,NULL),(82848,'four_oh_four','2021-08-14 11:21:30','2021-08-14 16:21:30','93.84.10.5',NULL,NULL),(82849,'four_oh_four','2021-08-14 11:28:36','2021-08-14 16:28:36','185.191.34.215',NULL,NULL),(82850,'four_oh_four','2021-08-14 11:53:45','2021-08-14 16:53:45','5.135.154.75',NULL,NULL),(82851,'four_oh_four','2021-08-14 12:09:46','2021-08-14 17:09:46','108.179.209.130',NULL,NULL),(82852,'four_oh_four','2021-08-14 12:10:44','2021-08-14 17:10:44','108.179.209.130',NULL,NULL),(82853,'four_oh_four','2021-08-14 12:12:57','2021-08-14 17:12:57','108.179.209.130',NULL,NULL),(82854,'four_oh_four','2021-08-14 12:40:12','2021-08-14 17:40:12','34.200.230.164',NULL,NULL),(82855,'four_oh_four','2021-08-14 13:02:42','2021-08-14 18:02:42','188.126.73.200',NULL,NULL),(82856,'four_oh_four','2021-08-14 14:09:40','2021-08-14 19:09:40','184.154.139.17',NULL,NULL),(82857,'four_oh_four','2021-08-14 15:10:34','2021-08-14 20:10:34','92.124.161.131',NULL,NULL),(82858,'four_oh_four','2021-08-14 15:16:35','2021-08-14 20:16:35','46.119.77.181',NULL,NULL),(82859,'four_oh_four','2021-08-14 17:53:29','2021-08-14 22:53:29','185.191.34.215',NULL,NULL),(82860,'four_oh_four','2021-08-14 17:53:29','2021-08-14 22:53:29','185.191.34.215',NULL,NULL),(82861,'four_oh_four','2021-08-14 18:06:52','2021-08-14 23:06:52','95.211.100.149',NULL,NULL),(82862,'four_oh_four','2021-08-14 18:36:50','2021-08-14 23:36:50','203.159.80.189',NULL,NULL),(82863,'four_oh_four','2021-08-14 18:37:02','2021-08-14 23:37:02','203.159.80.189',NULL,NULL),(82864,'four_oh_four','2021-08-14 18:37:14','2021-08-14 23:37:14','203.159.80.189',NULL,NULL),(82865,'four_oh_four','2021-08-14 18:38:00','2021-08-14 23:38:00','203.159.80.189',NULL,NULL),(82866,'four_oh_four','2021-08-14 18:38:18','2021-08-14 23:38:18','203.159.80.189',NULL,NULL),(82867,'four_oh_four','2021-08-14 18:39:10','2021-08-14 23:39:10','203.159.80.189',NULL,NULL),(82868,'four_oh_four','2021-08-14 18:39:20','2021-08-14 23:39:20','203.159.80.189',NULL,NULL),(82869,'four_oh_four','2021-08-14 18:39:58','2021-08-14 23:39:58','203.159.80.189',NULL,NULL),(82870,'four_oh_four','2021-08-14 18:40:17','2021-08-14 23:40:17','203.159.80.189',NULL,NULL),(82871,'four_oh_four','2021-08-14 18:40:22','2021-08-14 23:40:22','203.159.80.189',NULL,NULL),(82872,'four_oh_four','2021-08-14 18:40:27','2021-08-14 23:40:27','5.188.48.88',NULL,NULL),(82873,'four_oh_four','2021-08-14 18:40:27','2021-08-14 23:40:27','5.188.48.88',NULL,NULL),(82874,'four_oh_four','2021-08-14 18:40:27','2021-08-14 23:40:27','5.188.48.88',NULL,NULL),(82875,'four_oh_four','2021-08-14 18:41:25','2021-08-14 23:41:25','203.159.80.189',NULL,NULL),(82876,'four_oh_four','2021-08-14 18:41:38','2021-08-14 23:41:38','203.159.80.189',NULL,NULL),(82877,'four_oh_four','2021-08-14 18:41:47','2021-08-14 23:41:47','203.159.80.189',NULL,NULL),(82878,'four_oh_four','2021-08-14 18:43:27','2021-08-14 23:43:27','203.159.80.189',NULL,NULL),(82879,'four_oh_four','2021-08-14 18:43:49','2021-08-14 23:43:49','203.159.80.189',NULL,NULL),(82880,'four_oh_four','2021-08-14 18:43:59','2021-08-14 23:43:59','203.159.80.189',NULL,NULL),(82881,'four_oh_four','2021-08-14 18:44:12','2021-08-14 23:44:12','203.159.80.189',NULL,NULL),(82882,'four_oh_four','2021-08-14 18:44:45','2021-08-14 23:44:45','203.159.80.189',NULL,NULL),(82883,'four_oh_four','2021-08-14 18:45:07','2021-08-14 23:45:07','203.159.80.189',NULL,NULL),(82884,'four_oh_four','2021-08-14 18:45:31','2021-08-14 23:45:31','203.159.80.189',NULL,NULL),(82885,'four_oh_four','2021-08-14 18:45:38','2021-08-14 23:45:38','203.159.80.189',NULL,NULL),(82886,'four_oh_four','2021-08-14 19:25:26','2021-08-15 00:25:26','185.220.101.236',NULL,NULL),(82887,'four_oh_four','2021-08-14 19:25:26','2021-08-15 00:25:26','185.220.101.236',NULL,NULL),(82888,'four_oh_four','2021-08-14 19:25:26','2021-08-15 00:25:26','185.220.101.236',NULL,NULL),(82889,'four_oh_four','2021-08-14 19:29:43','2021-08-15 00:29:43','176.31.226.2',NULL,NULL),(82890,'four_oh_four','2021-08-14 19:54:08','2021-08-15 00:54:08','185.191.34.215',NULL,NULL),(82891,'four_oh_four','2021-08-14 23:39:40','2021-08-15 04:39:40','178.159.37.153',NULL,NULL),(82892,'four_oh_four','2021-08-14 23:48:08','2021-08-15 04:48:08','18.119.110.206',NULL,NULL),(82893,'four_oh_four','2021-08-14 23:49:06','2021-08-15 04:49:06','104.144.105.114',NULL,NULL),(82894,'four_oh_four','2021-08-15 01:03:46','2021-08-15 06:03:46','5.188.48.98',NULL,NULL),(82895,'four_oh_four','2021-08-15 01:36:57','2021-08-15 06:36:57','185.191.34.215',NULL,NULL),(82896,'four_oh_four','2021-08-15 03:17:58','2021-08-15 08:17:58','195.246.120.168',NULL,NULL),(82897,'four_oh_four','2021-08-15 05:03:24','2021-08-15 10:03:24','157.55.39.75',NULL,NULL),(82898,'four_oh_four','2021-08-15 06:37:31','2021-08-15 11:37:31','37.45.187.107',NULL,NULL),(82899,'four_oh_four','2021-08-15 07:01:11','2021-08-15 12:01:11','185.191.34.215',NULL,NULL),(82900,'four_oh_four','2021-08-15 09:39:26','2021-08-15 14:39:26','85.206.163.149',NULL,NULL),(82901,'four_oh_four','2021-08-15 10:23:00','2021-08-15 15:23:00','164.132.202.72',NULL,NULL),(82902,'four_oh_four','2021-08-15 11:13:49','2021-08-15 16:13:49','23.95.9.7',NULL,NULL),(82903,'four_oh_four','2021-08-15 11:13:52','2021-08-15 16:13:52','23.95.9.7',NULL,NULL),(82904,'four_oh_four','2021-08-15 11:13:54','2021-08-15 16:13:54','23.95.9.7',NULL,NULL),(82905,'four_oh_four','2021-08-15 11:13:56','2021-08-15 16:13:56','23.95.9.7',NULL,NULL),(82906,'four_oh_four','2021-08-15 11:13:59','2021-08-15 16:13:59','23.95.9.7',NULL,NULL),(82907,'four_oh_four','2021-08-15 11:14:01','2021-08-15 16:14:01','23.95.9.7',NULL,NULL),(82908,'four_oh_four','2021-08-15 11:14:03','2021-08-15 16:14:03','23.95.9.7',NULL,NULL),(82909,'four_oh_four','2021-08-15 11:14:05','2021-08-15 16:14:05','23.95.9.7',NULL,NULL),(82910,'four_oh_four','2021-08-15 11:16:53','2021-08-15 16:16:53','37.187.196.70',NULL,NULL),(82911,'four_oh_four','2021-08-15 11:17:01','2021-08-15 16:17:01','37.187.196.70',NULL,NULL),(82912,'four_oh_four','2021-08-15 11:17:09','2021-08-15 16:17:09','37.187.196.70',NULL,NULL),(82913,'four_oh_four','2021-08-15 11:17:16','2021-08-15 16:17:16','37.187.196.70',NULL,NULL),(82914,'four_oh_four','2021-08-15 11:17:22','2021-08-15 16:17:22','37.187.196.70',NULL,NULL),(82915,'four_oh_four','2021-08-15 11:17:29','2021-08-15 16:17:29','37.187.196.70',NULL,NULL),(82916,'four_oh_four','2021-08-15 11:17:35','2021-08-15 16:17:35','37.187.196.70',NULL,NULL),(82917,'four_oh_four','2021-08-15 12:12:51','2021-08-15 17:12:51','23.95.9.7',NULL,NULL),(82918,'four_oh_four','2021-08-15 12:12:54','2021-08-15 17:12:54','23.95.9.7',NULL,NULL),(82919,'four_oh_four','2021-08-15 12:12:57','2021-08-15 17:12:57','23.95.9.7',NULL,NULL),(82920,'four_oh_four','2021-08-15 12:12:59','2021-08-15 17:12:59','23.95.9.7',NULL,NULL),(82921,'four_oh_four','2021-08-15 12:13:02','2021-08-15 17:13:02','23.95.9.7',NULL,NULL),(82922,'four_oh_four','2021-08-15 12:13:05','2021-08-15 17:13:05','23.95.9.7',NULL,NULL),(82923,'four_oh_four','2021-08-15 12:13:07','2021-08-15 17:13:07','23.95.9.7',NULL,NULL),(82924,'four_oh_four','2021-08-15 12:13:10','2021-08-15 17:13:10','23.95.9.7',NULL,NULL),(82925,'four_oh_four','2021-08-15 12:15:17','2021-08-15 17:15:17','52.91.78.196',NULL,NULL),(82926,'four_oh_four','2021-08-15 12:51:59','2021-08-15 17:51:59','178.168.193.7',NULL,NULL),(82927,'four_oh_four','2021-08-15 12:52:02','2021-08-15 17:52:02','178.168.193.7',NULL,NULL),(82928,'four_oh_four','2021-08-15 12:52:06','2021-08-15 17:52:06','178.168.193.7',NULL,NULL),(82929,'four_oh_four','2021-08-15 12:52:12','2021-08-15 17:52:12','178.168.193.7',NULL,NULL),(82930,'four_oh_four','2021-08-15 13:51:29','2021-08-15 18:51:29','73.207.202.205',NULL,NULL),(82931,'four_oh_four','2021-08-15 13:51:32','2021-08-15 18:51:32','73.207.202.205',NULL,NULL),(82932,'four_oh_four','2021-08-15 13:51:38','2021-08-15 18:51:38','73.207.202.205',NULL,NULL),(82933,'four_oh_four','2021-08-15 13:51:59','2021-08-15 18:51:59','73.207.202.205',NULL,NULL),(82934,'four_oh_four','2021-08-15 13:52:02','2021-08-15 18:52:02','73.207.202.205',NULL,NULL),(82935,'four_oh_four','2021-08-15 14:10:19','2021-08-15 19:10:19','184.154.139.21',NULL,NULL),(82936,'four_oh_four','2021-08-15 15:49:41','2021-08-15 20:49:41','5.188.48.88',NULL,NULL),(82937,'four_oh_four','2021-08-15 15:49:40','2021-08-15 20:49:40','5.188.48.88',NULL,NULL),(82938,'four_oh_four','2021-08-15 15:49:40','2021-08-15 20:49:40','5.188.48.88',NULL,NULL),(82939,'four_oh_four','2021-08-15 19:20:15','2021-08-16 00:20:15','185.191.34.215',NULL,NULL),(82940,'four_oh_four','2021-08-15 20:04:32','2021-08-16 01:04:32','192.241.80.163',NULL,NULL),(82941,'four_oh_four','2021-08-15 21:00:48','2021-08-16 02:00:48','167.71.197.231',NULL,NULL),(82942,'four_oh_four','2021-08-15 21:00:51','2021-08-16 02:00:51','167.71.197.231',NULL,NULL),(82943,'four_oh_four','2021-08-15 21:00:54','2021-08-16 02:00:54','167.71.197.231',NULL,NULL),(82944,'four_oh_four','2021-08-15 21:00:57','2021-08-16 02:00:57','167.71.197.231',NULL,NULL),(82945,'four_oh_four','2021-08-15 21:01:00','2021-08-16 02:01:00','167.71.197.231',NULL,NULL),(82946,'four_oh_four','2021-08-15 21:01:03','2021-08-16 02:01:03','167.71.197.231',NULL,NULL),(82947,'four_oh_four','2021-08-15 21:01:06','2021-08-16 02:01:06','167.71.197.231',NULL,NULL),(82948,'four_oh_four','2021-08-15 21:01:09','2021-08-16 02:01:09','167.71.197.231',NULL,NULL),(82949,'four_oh_four','2021-08-15 21:01:11','2021-08-16 02:01:11','167.71.197.231',NULL,NULL),(82950,'four_oh_four','2021-08-15 21:01:14','2021-08-16 02:01:14','167.71.197.231',NULL,NULL),(82951,'four_oh_four','2021-08-15 21:01:18','2021-08-16 02:01:18','167.71.197.231',NULL,NULL),(82952,'four_oh_four','2021-08-15 21:01:20','2021-08-16 02:01:20','167.71.197.231',NULL,NULL),(82953,'four_oh_four','2021-08-15 21:01:23','2021-08-16 02:01:23','167.71.197.231',NULL,NULL),(82954,'four_oh_four','2021-08-15 21:01:26','2021-08-16 02:01:26','167.71.197.231',NULL,NULL),(82955,'four_oh_four','2021-08-15 21:01:30','2021-08-16 02:01:30','167.71.197.231',NULL,NULL),(82956,'four_oh_four','2021-08-15 21:01:33','2021-08-16 02:01:33','167.71.197.231',NULL,NULL),(82957,'four_oh_four','2021-08-15 21:01:35','2021-08-16 02:01:35','167.71.197.231',NULL,NULL),(82958,'four_oh_four','2021-08-15 21:01:38','2021-08-16 02:01:38','167.71.197.231',NULL,NULL),(82959,'four_oh_four','2021-08-15 21:01:41','2021-08-16 02:01:41','167.71.197.231',NULL,NULL),(82960,'four_oh_four','2021-08-15 21:01:46','2021-08-16 02:01:46','167.71.197.231',NULL,NULL),(82961,'four_oh_four','2021-08-15 22:00:33','2021-08-16 03:00:33','207.46.13.27',NULL,NULL),(82962,'four_oh_four','2021-08-15 23:27:14','2021-08-16 04:27:14','185.191.34.215',NULL,NULL),(82963,'four_oh_four','2021-08-16 01:29:22','2021-08-16 06:29:22','89.161.152.130',NULL,NULL),(82964,'four_oh_four','2021-08-16 01:44:40','2021-08-16 06:44:40','152.32.171.168',NULL,NULL),(82965,'four_oh_four','2021-08-16 02:40:42','2021-08-16 07:40:42','185.191.34.215',NULL,NULL),(82966,'four_oh_four','2021-08-16 03:48:38','2021-08-16 08:48:38','185.220.100.249',NULL,NULL),(82967,'four_oh_four','2021-08-16 03:50:40','2021-08-16 08:50:40','198.144.121.93',NULL,NULL),(82968,'four_oh_four','2021-08-16 03:51:30','2021-08-16 08:51:30','185.220.102.254',NULL,NULL),(82969,'four_oh_four','2021-08-16 04:12:07','2021-08-16 09:12:07','164.132.202.72',NULL,NULL),(82970,'four_oh_four','2021-08-16 05:08:02','2021-08-16 10:08:02','5.183.209.217',NULL,NULL),(82971,'four_oh_four','2021-08-16 05:08:05','2021-08-16 10:08:05','5.183.209.217',NULL,NULL),(82972,'four_oh_four','2021-08-16 05:08:08','2021-08-16 10:08:08','5.183.209.217',NULL,NULL),(82973,'four_oh_four','2021-08-16 05:08:10','2021-08-16 10:08:10','5.183.209.217',NULL,NULL),(82974,'four_oh_four','2021-08-16 05:08:13','2021-08-16 10:08:13','5.183.209.217',NULL,NULL),(82975,'four_oh_four','2021-08-16 05:08:17','2021-08-16 10:08:17','5.183.209.217',NULL,NULL),(82976,'four_oh_four','2021-08-16 05:08:20','2021-08-16 10:08:20','5.183.209.217',NULL,NULL),(82977,'four_oh_four','2021-08-16 05:19:35','2021-08-16 10:19:35','207.46.13.27',NULL,NULL),(82978,'four_oh_four','2021-08-16 06:05:01','2021-08-16 11:05:01','80.253.235.74',NULL,NULL),(82979,'four_oh_four','2021-08-16 06:14:19','2021-08-16 11:14:19','95.53.92.229',NULL,NULL),(82980,'four_oh_four','2021-08-16 06:23:05','2021-08-16 11:23:05','66.249.65.165',NULL,NULL),(82981,'four_oh_four','2021-08-16 06:49:01','2021-08-16 11:49:01','66.249.65.167',NULL,NULL),(82982,'four_oh_four','2021-08-16 07:38:11','2021-08-16 12:38:11','185.142.159.194',NULL,NULL),(82983,'four_oh_four','2021-08-16 09:31:21','2021-08-16 14:31:21','157.55.39.75',NULL,NULL),(82984,'four_oh_four','2021-08-16 09:36:31','2021-08-16 14:36:31','3.219.218.250',NULL,NULL),(82985,'four_oh_four','2021-08-16 09:56:55','2021-08-16 14:56:55','185.191.34.215',NULL,NULL),(82986,'four_oh_four','2021-08-16 10:30:04','2021-08-16 15:30:04','195.246.120.177',NULL,NULL),(82987,'four_oh_four','2021-08-16 11:12:49','2021-08-16 16:12:49','187.45.195.16',NULL,NULL),(82988,'four_oh_four','2021-08-16 12:17:24','2021-08-16 17:17:24','85.192.161.161',NULL,NULL),(82989,'four_oh_four','2021-08-16 12:48:32','2021-08-16 17:48:32','95.73.114.35',NULL,NULL),(82990,'four_oh_four','2021-08-16 12:49:02','2021-08-16 17:49:02','195.181.170.79',NULL,NULL),(82991,'four_oh_four','2021-08-16 14:05:04','2021-08-16 19:05:04','184.154.139.3',NULL,NULL),(82992,'four_oh_four','2021-08-16 14:36:13','2021-08-16 19:36:13','5.188.48.22',NULL,NULL),(82993,'four_oh_four','2021-08-16 14:36:13','2021-08-16 19:36:13','5.188.48.22',NULL,NULL),(82994,'four_oh_four','2021-08-16 14:36:16','2021-08-16 19:36:16','5.188.48.22',NULL,NULL),(82995,'four_oh_four','2021-08-16 14:44:52','2021-08-16 19:44:52','62.210.80.33',NULL,NULL),(82996,'four_oh_four','2021-08-16 16:02:13','2021-08-16 21:02:13','194.127.179.205',NULL,NULL),(82997,'four_oh_four','2021-08-16 16:02:19','2021-08-16 21:02:19','194.127.179.205',NULL,NULL),(82998,'four_oh_four','2021-08-16 16:02:26','2021-08-16 21:02:26','194.127.179.205',NULL,NULL),(82999,'four_oh_four','2021-08-16 16:02:36','2021-08-16 21:02:36','194.127.179.205',NULL,NULL),(83000,'four_oh_four','2021-08-16 16:02:42','2021-08-16 21:02:42','194.127.179.205',NULL,NULL),(83001,'four_oh_four','2021-08-16 16:02:57','2021-08-16 21:02:57','194.127.179.205',NULL,NULL),(83002,'four_oh_four','2021-08-16 16:03:06','2021-08-16 21:03:06','194.127.179.205',NULL,NULL),(83003,'four_oh_four','2021-08-16 16:03:16','2021-08-16 21:03:16','194.127.179.205',NULL,NULL),(83004,'four_oh_four','2021-08-16 16:03:21','2021-08-16 21:03:21','194.127.179.205',NULL,NULL),(83005,'four_oh_four','2021-08-16 16:03:25','2021-08-16 21:03:25','194.127.179.205',NULL,NULL),(83006,'four_oh_four','2021-08-16 16:03:30','2021-08-16 21:03:30','194.127.179.205',NULL,NULL),(83007,'four_oh_four','2021-08-16 16:03:36','2021-08-16 21:03:36','194.127.179.205',NULL,NULL),(83008,'four_oh_four','2021-08-16 16:03:39','2021-08-16 21:03:39','194.127.179.205',NULL,NULL),(83009,'four_oh_four','2021-08-16 16:03:47','2021-08-16 21:03:47','194.127.179.205',NULL,NULL),(83010,'four_oh_four','2021-08-16 16:04:33','2021-08-16 21:04:33','194.127.179.205',NULL,NULL),(83011,'four_oh_four','2021-08-16 16:04:57','2021-08-16 21:04:57','194.127.179.205',NULL,NULL),(83012,'four_oh_four','2021-08-16 16:05:02','2021-08-16 21:05:02','194.127.179.205',NULL,NULL),(83013,'four_oh_four','2021-08-16 16:05:14','2021-08-16 21:05:14','194.127.179.205',NULL,NULL),(83014,'four_oh_four','2021-08-16 16:05:19','2021-08-16 21:05:19','194.127.179.205',NULL,NULL),(83015,'four_oh_four','2021-08-16 16:05:26','2021-08-16 21:05:26','194.127.179.205',NULL,NULL),(83016,'four_oh_four','2021-08-16 18:05:57','2021-08-16 23:05:57','162.247.74.216',NULL,NULL),(83017,'four_oh_four','2021-08-16 18:49:08','2021-08-16 23:49:08','185.191.34.215',NULL,NULL),(83018,'four_oh_four','2021-08-16 19:30:59','2021-08-17 00:30:59','185.220.100.254',NULL,NULL),(83019,'four_oh_four','2021-08-16 20:46:06','2021-08-17 01:46:06','164.132.202.72',NULL,NULL),(83020,'four_oh_four','2021-08-16 23:17:19','2021-08-17 04:17:19','168.151.38.41',NULL,NULL),(83021,'four_oh_four','2021-08-17 00:38:00','2021-08-17 05:38:00','207.46.13.65',NULL,NULL),(83022,'four_oh_four','2021-08-17 00:57:03','2021-08-17 05:57:03','192.254.138.161',NULL,NULL),(83023,'four_oh_four','2021-08-17 01:21:40','2021-08-17 06:21:40','176.48.127.215',NULL,NULL),(83024,'four_oh_four','2021-08-17 02:35:27','2021-08-17 07:35:27','185.191.34.215',NULL,NULL),(83025,'four_oh_four','2021-08-17 02:35:27','2021-08-17 07:35:27','185.191.34.215',NULL,NULL),(83026,'four_oh_four','2021-08-17 04:15:36','2021-08-17 09:15:36','77.247.127.119',NULL,NULL),(83027,'four_oh_four','2021-08-17 05:45:14','2021-08-17 10:45:14','185.191.34.215',NULL,NULL),(83028,'four_oh_four','2021-08-17 06:01:27','2021-08-17 11:01:27','185.191.34.215',NULL,NULL),(83029,'four_oh_four','2021-08-17 06:05:12','2021-08-17 11:05:12','18.207.101.89',NULL,NULL),(83030,'four_oh_four','2021-08-17 10:22:05','2021-08-17 15:22:05','195.246.120.177',NULL,NULL),(83031,'four_oh_four','2021-08-17 11:08:36','2021-08-17 16:08:36','185.247.225.49',NULL,NULL),(83032,'four_oh_four','2021-08-17 12:02:23','2021-08-17 17:02:23','181.215.238.200',NULL,NULL),(83033,'four_oh_four','2021-08-17 12:02:30','2021-08-17 17:02:30','181.215.238.200',NULL,NULL),(83034,'four_oh_four','2021-08-17 12:02:37','2021-08-17 17:02:37','181.215.238.200',NULL,NULL),(83035,'four_oh_four','2021-08-17 12:02:52','2021-08-17 17:02:52','181.215.238.200',NULL,NULL),(83036,'four_oh_four','2021-08-17 13:36:09','2021-08-17 18:36:09','164.132.202.72',NULL,NULL),(83037,'four_oh_four','2021-08-17 14:07:11','2021-08-17 19:07:11','184.154.76.35',NULL,NULL),(83038,'four_oh_four','2021-08-17 16:40:40','2021-08-17 21:40:40','188.126.73.219',NULL,NULL),(83039,'four_oh_four','2021-08-17 17:59:56','2021-08-17 22:59:56','198.12.208.176',NULL,NULL),(83040,'four_oh_four','2021-08-17 19:35:05','2021-08-18 00:35:05','185.191.34.215',NULL,NULL),(83041,'four_oh_four','2021-08-17 20:53:32','2021-08-18 01:53:32','45.158.15.145',NULL,NULL),(83042,'four_oh_four','2021-08-17 23:40:16','2021-08-18 04:40:16','185.191.34.215',NULL,NULL),(83043,'four_oh_four','2021-08-17 23:48:24','2021-08-18 04:48:24','3.94.137.21',NULL,NULL),(83044,'four_oh_four','2021-08-17 23:48:27','2021-08-18 04:48:27','3.94.137.21',NULL,NULL),(83045,'four_oh_four','2021-08-17 23:48:31','2021-08-18 04:48:31','3.94.137.21',NULL,NULL),(83046,'four_oh_four','2021-08-17 23:48:35','2021-08-18 04:48:35','3.94.137.21',NULL,NULL),(83047,'four_oh_four','2021-08-18 00:31:22','2021-08-18 05:31:22','207.46.13.27',NULL,NULL),(83048,'four_oh_four','2021-08-18 01:01:14','2021-08-18 06:01:14','62.16.8.186',NULL,NULL),(83049,'four_oh_four','2021-08-18 01:03:48','2021-08-18 06:03:48','5.188.48.31',NULL,NULL),(83050,'four_oh_four','2021-08-18 02:55:32','2021-08-18 07:55:32','115.29.203.111',NULL,NULL),(83051,'four_oh_four','2021-08-18 03:12:45','2021-08-18 08:12:45','185.191.34.215',NULL,NULL),(83052,'four_oh_four','2021-08-18 03:17:49','2021-08-18 08:17:49','3.226.241.233',NULL,NULL),(83053,'four_oh_four','2021-08-18 04:16:58','2021-08-18 09:16:58','5.188.48.98',NULL,NULL),(83054,'four_oh_four','2021-08-18 05:30:02','2021-08-18 10:30:02','188.126.73.219',NULL,NULL),(83055,'four_oh_four','2021-08-18 05:43:28','2021-08-18 10:43:28','207.46.13.65',NULL,NULL),(83056,'four_oh_four','2021-08-18 07:19:54','2021-08-18 12:19:54','185.191.34.215',NULL,NULL),(83057,'four_oh_four','2021-08-18 07:26:13','2021-08-18 12:26:13','194.5.156.126',NULL,NULL),(83058,'four_oh_four','2021-08-18 07:43:02','2021-08-18 12:43:02','115.29.203.111',NULL,NULL),(83059,'four_oh_four','2021-08-18 07:43:35','2021-08-18 12:43:35','109.70.100.35',NULL,NULL),(83060,'four_oh_four','2021-08-18 09:46:04','2021-08-18 14:46:04','40.77.167.64',NULL,NULL),(83061,'four_oh_four','2021-08-18 10:42:43','2021-08-18 15:42:43','185.191.34.215',NULL,NULL),(83062,'four_oh_four','2021-08-18 11:30:45','2021-08-18 16:30:45','45.87.1.156',NULL,NULL),(83063,'four_oh_four','2021-08-18 13:33:17','2021-08-18 18:33:17','45.93.80.28',NULL,NULL),(83064,'four_oh_four','2021-08-18 13:57:11','2021-08-18 18:57:11','207.32.131.83',NULL,NULL),(83065,'four_oh_four','2021-08-18 13:58:41','2021-08-18 18:58:41','81.222.84.2',NULL,NULL),(83066,'four_oh_four','2021-08-18 14:04:01','2021-08-18 19:04:01','184.154.139.21',NULL,NULL),(83067,'four_oh_four','2021-08-18 15:38:23','2021-08-18 20:38:23','185.191.34.215',NULL,NULL),(83068,'four_oh_four','2021-08-18 17:42:45','2021-08-18 22:42:45','148.70.125.137',NULL,NULL),(83069,'four_oh_four','2021-08-18 19:57:16','2021-08-19 00:57:16','5.63.158.202',NULL,NULL),(83070,'four_oh_four','2021-08-18 20:10:52','2021-08-19 01:10:52','185.253.97.235',NULL,NULL),(83071,'four_oh_four','2021-08-18 20:10:57','2021-08-19 01:10:57','185.253.97.235',NULL,NULL),(83072,'four_oh_four','2021-08-18 20:11:03','2021-08-19 01:11:03','185.253.97.235',NULL,NULL),(83073,'four_oh_four','2021-08-18 20:11:09','2021-08-19 01:11:09','185.253.97.235',NULL,NULL),(83074,'four_oh_four','2021-08-18 21:06:02','2021-08-19 02:06:02','5.188.48.98',NULL,NULL),(83075,'four_oh_four','2021-08-18 21:36:02','2021-08-19 02:36:02','185.191.34.215',NULL,NULL),(83076,'four_oh_four','2021-08-18 22:09:54','2021-08-19 03:09:54','46.148.234.229',NULL,NULL),(83077,'four_oh_four','2021-08-18 22:57:59','2021-08-19 03:57:59','185.191.34.215',NULL,NULL),(83078,'four_oh_four','2021-08-18 23:24:57','2021-08-19 04:24:57','54.92.254.64',NULL,NULL),(83079,'four_oh_four','2021-08-19 01:54:57','2021-08-19 06:54:57','185.191.34.215',NULL,NULL),(83080,'four_oh_four','2021-08-19 03:51:26','2021-08-19 08:51:26','110.38.31.74',NULL,NULL),(83081,'four_oh_four','2021-08-19 05:05:54','2021-08-19 10:05:54','107.189.12.47',NULL,NULL),(83082,'four_oh_four','2021-08-19 06:23:58','2021-08-19 11:23:58','61.111.129.36',NULL,NULL),(83083,'four_oh_four','2021-08-19 07:04:46','2021-08-19 12:04:46','80.253.235.74',NULL,NULL),(83084,'four_oh_four','2021-08-19 07:11:51','2021-08-19 12:11:51','149.56.150.243',NULL,NULL),(83085,'four_oh_four','2021-08-19 07:37:27','2021-08-19 12:37:27','78.30.197.88',NULL,NULL),(83086,'four_oh_four','2021-08-19 07:50:37','2021-08-19 12:50:37','188.126.73.219',NULL,NULL),(83087,'four_oh_four','2021-08-19 08:17:01','2021-08-19 13:17:01','46.39.74.100',NULL,NULL),(83088,'four_oh_four','2021-08-19 08:22:59','2021-08-19 13:22:59','23.236.48.117',NULL,NULL),(83089,'four_oh_four','2021-08-19 08:23:08','2021-08-19 13:23:08','23.236.48.117',NULL,NULL),(83090,'four_oh_four','2021-08-19 08:23:12','2021-08-19 13:23:12','23.236.48.117',NULL,NULL),(83091,'four_oh_four','2021-08-19 08:23:17','2021-08-19 13:23:17','23.236.48.117',NULL,NULL),(83092,'four_oh_four','2021-08-19 08:23:21','2021-08-19 13:23:21','23.236.48.117',NULL,NULL),(83093,'four_oh_four','2021-08-19 08:23:26','2021-08-19 13:23:26','23.236.48.117',NULL,NULL),(83094,'four_oh_four','2021-08-19 08:23:30','2021-08-19 13:23:30','23.236.48.117',NULL,NULL),(83095,'four_oh_four','2021-08-19 08:23:35','2021-08-19 13:23:35','23.236.48.117',NULL,NULL),(83096,'four_oh_four','2021-08-19 10:07:31','2021-08-19 15:07:31','207.46.13.65',NULL,NULL),(83097,'four_oh_four','2021-08-19 12:27:08','2021-08-19 17:27:08','66.249.65.103',NULL,NULL),(83098,'four_oh_four','2021-08-19 12:41:41','2021-08-19 17:41:41','77.247.181.165',NULL,NULL),(83099,'four_oh_four','2021-08-19 13:01:39','2021-08-19 18:01:39','185.253.97.235',NULL,NULL),(83100,'four_oh_four','2021-08-19 13:01:45','2021-08-19 18:01:45','185.253.97.235',NULL,NULL),(83101,'four_oh_four','2021-08-19 13:01:51','2021-08-19 18:01:51','185.253.97.235',NULL,NULL),(83102,'four_oh_four','2021-08-19 13:01:56','2021-08-19 18:01:56','185.253.97.235',NULL,NULL),(83103,'four_oh_four','2021-08-19 14:07:37','2021-08-19 19:07:37','184.154.139.3',NULL,NULL),(83104,'four_oh_four','2021-08-19 15:27:24','2021-08-19 20:27:24','5.188.48.10',NULL,NULL),(83105,'four_oh_four','2021-08-19 15:32:59','2021-08-19 20:32:59','66.230.230.230',NULL,NULL),(83106,'four_oh_four','2021-08-19 20:56:03','2021-08-20 01:56:03','5.188.48.10',NULL,NULL),(83107,'four_oh_four','2021-08-19 22:27:53','2021-08-20 03:27:53','3.82.156.88',NULL,NULL),(83108,'four_oh_four','2021-08-19 22:45:21','2021-08-20 03:45:21','80.251.153.12',NULL,NULL),(83109,'four_oh_four','2021-08-19 23:20:15','2021-08-20 04:20:15','95.179.216.195',NULL,NULL),(83110,'four_oh_four','2021-08-19 23:20:18','2021-08-20 04:20:18','95.179.216.195',NULL,NULL),(83111,'four_oh_four','2021-08-19 23:20:30','2021-08-20 04:20:30','95.179.216.195',NULL,NULL),(83112,'four_oh_four','2021-08-19 23:20:33','2021-08-20 04:20:33','95.179.216.195',NULL,NULL),(83113,'four_oh_four','2021-08-19 23:20:36','2021-08-20 04:20:36','95.179.216.195',NULL,NULL),(83114,'four_oh_four','2021-08-19 23:20:38','2021-08-20 04:20:38','95.179.216.195',NULL,NULL),(83115,'four_oh_four','2021-08-19 23:35:52','2021-08-20 04:35:52','164.132.128.23',NULL,NULL),(83116,'four_oh_four','2021-08-20 02:43:11','2021-08-20 07:43:11','51.159.23.22',NULL,NULL),(83117,'four_oh_four','2021-08-20 03:40:01','2021-08-20 08:40:01','185.191.34.215',NULL,NULL),(83118,'four_oh_four','2021-08-20 05:57:11','2021-08-20 10:57:11','188.126.73.219',NULL,NULL),(83119,'four_oh_four','2021-08-20 06:18:42','2021-08-20 11:18:42','23.254.68.55',NULL,NULL),(83120,'four_oh_four','2021-08-20 07:00:58','2021-08-20 12:00:58','147.78.141.191',NULL,NULL),(83121,'four_oh_four','2021-08-20 07:01:02','2021-08-20 12:01:02','147.78.141.191',NULL,NULL),(83122,'four_oh_four','2021-08-20 07:01:05','2021-08-20 12:01:05','147.78.141.191',NULL,NULL),(83123,'four_oh_four','2021-08-20 07:01:08','2021-08-20 12:01:08','147.78.141.191',NULL,NULL),(83124,'four_oh_four','2021-08-20 08:33:21','2021-08-20 13:33:21','185.191.34.215',NULL,NULL),(83125,'four_oh_four','2021-08-20 08:34:51','2021-08-20 13:34:51','193.202.110.21',NULL,NULL),(83126,'four_oh_four','2021-08-20 08:34:55','2021-08-20 13:34:55','193.202.110.21',NULL,NULL),(83127,'four_oh_four','2021-08-20 09:13:59','2021-08-20 14:13:59','195.246.120.146',NULL,NULL),(83128,'four_oh_four','2021-08-20 10:01:18','2021-08-20 15:01:18','178.17.182.215',NULL,NULL),(83129,'four_oh_four','2021-08-20 10:18:51','2021-08-20 15:18:51','185.220.101.229',NULL,NULL),(83130,'four_oh_four','2021-08-20 10:58:21','2021-08-20 15:58:21','94.198.50.98',NULL,NULL),(83131,'four_oh_four','2021-08-20 10:58:37','2021-08-20 15:58:37','185.191.34.215',NULL,NULL),(83132,'four_oh_four','2021-08-20 13:33:05','2021-08-20 18:33:05','92.118.77.10',NULL,NULL),(83133,'four_oh_four','2021-08-20 14:01:18','2021-08-20 19:01:18','184.154.139.3',NULL,NULL),(83134,'four_oh_four','2021-08-20 14:33:34','2021-08-20 19:33:34','147.78.141.192',NULL,NULL),(83135,'four_oh_four','2021-08-20 14:33:37','2021-08-20 19:33:37','147.78.141.192',NULL,NULL),(83136,'four_oh_four','2021-08-20 14:33:41','2021-08-20 19:33:41','147.78.141.192',NULL,NULL),(83137,'four_oh_four','2021-08-20 14:33:44','2021-08-20 19:33:44','147.78.141.192',NULL,NULL),(83138,'four_oh_four','2021-08-20 17:30:20','2021-08-20 22:30:20','5.188.48.31',NULL,NULL),(83139,'four_oh_four','2021-08-20 20:28:36','2021-08-21 01:28:36','18.213.246.205',NULL,NULL),(83140,'four_oh_four','2021-08-20 20:49:44','2021-08-21 01:49:44','185.191.34.215',NULL,NULL),(83141,'four_oh_four','2021-08-20 22:24:22','2021-08-21 03:24:22','134.249.208.30',NULL,NULL),(83142,'four_oh_four','2021-08-20 22:31:15','2021-08-21 03:31:15','92.118.77.10',NULL,NULL),(83143,'four_oh_four','2021-08-21 00:19:48','2021-08-21 05:19:48','185.145.13.85',NULL,NULL),(83144,'four_oh_four','2021-08-21 00:35:00','2021-08-21 05:35:00','51.68.11.195',NULL,NULL),(83145,'four_oh_four','2021-08-21 01:05:55','2021-08-21 06:05:55','51.195.42.226',NULL,NULL),(83146,'four_oh_four','2021-08-21 02:01:21','2021-08-21 07:01:21','185.191.34.215',NULL,NULL),(83147,'four_oh_four','2021-08-21 02:20:15','2021-08-21 07:20:15','185.247.225.61',NULL,NULL),(83148,'four_oh_four','2021-08-21 03:04:58','2021-08-21 08:04:58','207.46.13.27',NULL,NULL),(83149,'four_oh_four','2021-08-21 03:40:42','2021-08-21 08:40:42','207.46.13.27',NULL,NULL),(83150,'four_oh_four','2021-08-21 05:22:18','2021-08-21 10:22:18','163.172.104.86',NULL,NULL),(83151,'four_oh_four','2021-08-21 06:16:35','2021-08-21 11:16:35','45.15.143.131',NULL,NULL),(83152,'four_oh_four','2021-08-21 06:17:32','2021-08-21 11:17:32','45.15.143.131',NULL,NULL),(83153,'four_oh_four','2021-08-21 06:18:11','2021-08-21 11:18:11','45.15.143.131',NULL,NULL),(83154,'four_oh_four','2021-08-21 06:19:29','2021-08-21 11:19:29','45.15.143.131',NULL,NULL),(83155,'four_oh_four','2021-08-21 06:20:29','2021-08-21 11:20:29','45.15.143.131',NULL,NULL),(83156,'four_oh_four','2021-08-21 06:24:16','2021-08-21 11:24:16','45.15.143.131',NULL,NULL),(83157,'four_oh_four','2021-08-21 06:24:24','2021-08-21 11:24:24','45.15.143.131',NULL,NULL),(83158,'four_oh_four','2021-08-21 06:25:19','2021-08-21 11:25:19','45.15.143.131',NULL,NULL),(83159,'four_oh_four','2021-08-21 06:25:29','2021-08-21 11:25:29','45.15.143.131',NULL,NULL),(83160,'four_oh_four','2021-08-21 06:25:48','2021-08-21 11:25:48','45.15.143.131',NULL,NULL),(83161,'four_oh_four','2021-08-21 06:26:38','2021-08-21 11:26:38','45.15.143.131',NULL,NULL),(83162,'four_oh_four','2021-08-21 06:27:07','2021-08-21 11:27:07','45.15.143.131',NULL,NULL),(83163,'four_oh_four','2021-08-21 06:27:12','2021-08-21 11:27:12','45.15.143.131',NULL,NULL),(83164,'four_oh_four','2021-08-21 06:27:27','2021-08-21 11:27:27','45.15.143.131',NULL,NULL),(83165,'four_oh_four','2021-08-21 06:32:54','2021-08-21 11:32:54','45.15.143.131',NULL,NULL),(83166,'four_oh_four','2021-08-21 06:34:06','2021-08-21 11:34:06','45.15.143.131',NULL,NULL),(83167,'four_oh_four','2021-08-21 06:34:21','2021-08-21 11:34:21','45.15.143.131',NULL,NULL),(83168,'four_oh_four','2021-08-21 06:36:06','2021-08-21 11:36:06','45.15.143.131',NULL,NULL),(83169,'four_oh_four','2021-08-21 06:36:56','2021-08-21 11:36:56','45.15.143.131',NULL,NULL),(83170,'four_oh_four','2021-08-21 06:37:07','2021-08-21 11:37:07','45.15.143.131',NULL,NULL),(83171,'four_oh_four','2021-08-21 06:37:25','2021-08-21 11:37:25','45.15.143.131',NULL,NULL),(83172,'four_oh_four','2021-08-21 06:38:35','2021-08-21 11:38:35','45.15.143.131',NULL,NULL),(83173,'four_oh_four','2021-08-21 11:16:16','2021-08-21 16:16:16','51.91.74.21',NULL,NULL),(83174,'four_oh_four','2021-08-21 11:55:27','2021-08-21 16:55:27','45.93.80.28',NULL,NULL),(83175,'four_oh_four','2021-08-21 12:04:27','2021-08-21 17:04:27','37.45.208.126',NULL,NULL),(83176,'four_oh_four','2021-08-21 12:25:24','2021-08-21 17:25:24','185.191.34.215',NULL,NULL),(83177,'four_oh_four','2021-08-21 13:01:23','2021-08-21 18:01:23','195.246.120.146',NULL,NULL),(83178,'four_oh_four','2021-08-21 14:07:07','2021-08-21 19:07:07','184.154.139.19',NULL,NULL),(83179,'four_oh_four','2021-08-21 15:06:49','2021-08-21 20:06:49','52.162.161.148',NULL,NULL),(83180,'four_oh_four','2021-08-21 18:29:13','2021-08-21 23:29:13','185.191.34.215',NULL,NULL),(83181,'four_oh_four','2021-08-21 20:50:46','2021-08-22 01:50:46','195.78.54.13',NULL,NULL),(83182,'four_oh_four','2021-08-21 22:15:10','2021-08-22 03:15:10','18.206.125.78',NULL,NULL),(83183,'four_oh_four','2021-08-21 22:21:47','2021-08-22 03:21:47','51.68.11.195',NULL,NULL),(83184,'four_oh_four','2021-08-21 22:38:12','2021-08-22 03:38:12','186.202.161.46',NULL,NULL),(83185,'four_oh_four','2021-08-21 22:38:14','2021-08-22 03:38:14','186.202.161.46',NULL,NULL),(83186,'four_oh_four','2021-08-21 22:38:18','2021-08-22 03:38:18','186.202.161.46',NULL,NULL),(83187,'four_oh_four','2021-08-21 22:38:21','2021-08-22 03:38:21','186.202.161.46',NULL,NULL),(83188,'four_oh_four','2021-08-21 22:42:29','2021-08-22 03:42:29','185.220.102.248',NULL,NULL),(83189,'four_oh_four','2021-08-21 23:01:28','2021-08-22 04:01:28','185.191.34.215',NULL,NULL),(83190,'four_oh_four','2021-08-21 23:01:30','2021-08-22 04:01:30','185.191.34.215',NULL,NULL),(83191,'four_oh_four','2021-08-22 00:04:19','2021-08-22 05:04:19','195.78.247.193',NULL,NULL),(83192,'four_oh_four','2021-08-22 02:22:15','2021-08-22 07:22:15','161.117.10.46',NULL,NULL),(83193,'four_oh_four','2021-08-22 02:30:29','2021-08-22 07:30:29','47.254.135.83',NULL,NULL),(83194,'four_oh_four','2021-08-22 03:16:00','2021-08-22 08:16:00','185.191.34.215',NULL,NULL),(83195,'four_oh_four','2021-08-22 03:41:48','2021-08-22 08:41:48','194.61.24.99',NULL,NULL),(83196,'four_oh_four','2021-08-22 04:29:03','2021-08-22 09:29:03','108.179.231.115',NULL,NULL),(83197,'four_oh_four','2021-08-22 04:29:15','2021-08-22 09:29:15','192.185.4.79',NULL,NULL),(83198,'four_oh_four','2021-08-22 04:30:26','2021-08-22 09:30:26','5.188.48.98',NULL,NULL),(83199,'four_oh_four','2021-08-22 07:01:07','2021-08-22 12:01:07','92.38.136.69',NULL,NULL),(83200,'four_oh_four','2021-08-22 07:38:45','2021-08-22 12:38:45','47.242.207.172',NULL,NULL),(83201,'four_oh_four','2021-08-22 08:37:45','2021-08-22 13:37:45','5.79.76.181',NULL,NULL),(83202,'four_oh_four','2021-08-22 09:22:16','2021-08-22 14:22:16','163.172.56.74',NULL,NULL),(83203,'four_oh_four','2021-08-22 11:53:46','2021-08-22 16:53:46','86.107.43.57',NULL,NULL),(83204,'four_oh_four','2021-08-22 11:53:49','2021-08-22 16:53:49','86.107.43.57',NULL,NULL),(83205,'four_oh_four','2021-08-22 13:02:57','2021-08-22 18:02:57','185.191.34.215',NULL,NULL),(83206,'four_oh_four','2021-08-22 13:48:22','2021-08-22 18:48:22','195.246.120.146',NULL,NULL),(83207,'four_oh_four','2021-08-22 14:02:24','2021-08-22 19:02:24','184.154.139.18',NULL,NULL),(83208,'four_oh_four','2021-08-22 14:04:39','2021-08-22 19:04:39','80.94.27.137',NULL,NULL),(83209,'four_oh_four','2021-08-22 15:46:16','2021-08-22 20:46:16','185.191.34.215',NULL,NULL),(83210,'four_oh_four','2021-08-22 18:10:29','2021-08-22 23:10:29','185.191.34.215',NULL,NULL),(83211,'four_oh_four','2021-08-22 19:47:29','2021-08-23 00:47:29','66.249.65.116',NULL,NULL),(83212,'four_oh_four','2021-08-22 20:29:39','2021-08-23 01:29:39','178.127.52.24',NULL,NULL),(83213,'four_oh_four','2021-08-22 21:30:17','2021-08-23 02:30:17','35.175.111.61',NULL,NULL),(83214,'four_oh_four','2021-08-23 02:43:27','2021-08-23 07:43:27','47.74.152.79',NULL,NULL),(83215,'four_oh_four','2021-08-23 03:15:23','2021-08-23 08:15:23','195.154.60.148',NULL,NULL),(83216,'four_oh_four','2021-08-23 03:35:53','2021-08-23 08:35:53','5.188.48.98',NULL,NULL),(83217,'four_oh_four','2021-08-23 06:20:52','2021-08-23 11:20:52','213.238.169.59',NULL,NULL),(83218,'four_oh_four','2021-08-23 11:15:44','2021-08-23 16:15:44','195.246.120.163',NULL,NULL),(83219,'four_oh_four','2021-08-23 11:43:17','2021-08-23 16:43:17','5.188.48.10',NULL,NULL),(83220,'four_oh_four','2021-08-23 14:08:59','2021-08-23 19:08:59','184.154.139.21',NULL,NULL),(83221,'four_oh_four','2021-08-23 14:38:45','2021-08-23 19:38:45','77.247.127.153',NULL,NULL),(83222,'four_oh_four','2021-08-23 16:06:26','2021-08-23 21:06:26','51.15.59.15',NULL,NULL),(83223,'four_oh_four','2021-08-23 19:37:25','2021-08-24 00:37:25','45.41.141.99',NULL,NULL),(83224,'four_oh_four','2021-08-23 19:45:35','2021-08-24 00:45:35','72.79.45.44',NULL,NULL),(83225,'four_oh_four','2021-08-23 19:53:12','2021-08-24 00:53:12','94.198.50.98',NULL,NULL),(83226,'four_oh_four','2021-08-23 20:22:43','2021-08-24 01:22:43','44.197.113.89',NULL,NULL),(83227,'four_oh_four','2021-08-23 22:09:01','2021-08-24 03:09:01','54.36.66.253',NULL,NULL),(83228,'four_oh_four','2021-08-24 00:05:05','2021-08-24 05:05:05','178.159.37.24',NULL,NULL),(83229,'four_oh_four','2021-08-24 00:45:36','2021-08-24 05:45:36','185.191.34.215',NULL,NULL),(83230,'four_oh_four','2021-08-24 00:59:14','2021-08-24 05:59:14','80.251.153.12',NULL,NULL),(83231,'four_oh_four','2021-08-24 02:57:41','2021-08-24 07:57:41','74.91.26.26',NULL,NULL),(83232,'four_oh_four','2021-08-24 02:58:03','2021-08-24 07:58:03','74.91.26.26',NULL,NULL),(83233,'four_oh_four','2021-08-24 04:21:04','2021-08-24 09:21:04','5.188.48.10',NULL,NULL),(83234,'four_oh_four','2021-08-24 05:31:06','2021-08-24 10:31:06','185.185.217.76',NULL,NULL),(83235,'four_oh_four','2021-08-24 05:59:29','2021-08-24 10:59:29','62.16.11.68',NULL,NULL),(83236,'four_oh_four','2021-08-24 09:01:44','2021-08-24 14:01:44','103.85.22.191',NULL,NULL),(83237,'four_oh_four','2021-08-24 09:40:25','2021-08-24 14:40:25','185.191.34.215',NULL,NULL),(83238,'four_oh_four','2021-08-24 10:10:42','2021-08-24 15:10:42','185.191.34.215',NULL,NULL),(83239,'four_oh_four','2021-08-24 11:07:32','2021-08-24 16:07:32','185.191.34.215',NULL,NULL),(83240,'four_oh_four','2021-08-24 11:37:55','2021-08-24 16:37:55','185.191.34.215',NULL,NULL),(83241,'four_oh_four','2021-08-24 12:15:26','2021-08-24 17:15:26','207.46.13.27',NULL,NULL),(83242,'four_oh_four','2021-08-24 13:55:53','2021-08-24 18:55:53','195.246.120.163',NULL,NULL),(83243,'four_oh_four','2021-08-24 14:03:53','2021-08-24 19:03:53','184.154.139.19',NULL,NULL),(83244,'four_oh_four','2021-08-24 16:36:07','2021-08-24 21:36:07','3.90.3.143',NULL,NULL),(83245,'four_oh_four','2021-08-24 17:17:27','2021-08-24 22:17:27','185.191.34.215',NULL,NULL),(83246,'four_oh_four','2021-08-24 21:51:04','2021-08-25 02:51:04','157.55.39.184',NULL,NULL),(83247,'four_oh_four','2021-08-24 21:58:30','2021-08-25 02:58:30','2.92.198.40',NULL,NULL),(83248,'four_oh_four','2021-08-24 22:05:39','2021-08-25 03:05:39','185.191.34.215',NULL,NULL),(83249,'four_oh_four','2021-08-24 23:23:48','2021-08-25 04:23:48','35.195.233.34',NULL,NULL),(83250,'four_oh_four','2021-08-24 23:24:21','2021-08-25 04:24:21','35.195.233.34',NULL,NULL),(83251,'four_oh_four','2021-08-24 23:24:39','2021-08-25 04:24:39','35.195.233.34',NULL,NULL),(83252,'four_oh_four','2021-08-24 23:24:39','2021-08-25 04:24:39','35.195.233.34',NULL,NULL),(83253,'four_oh_four','2021-08-24 23:56:16','2021-08-25 04:56:16','3.94.137.21',NULL,NULL),(83254,'four_oh_four','2021-08-24 23:56:20','2021-08-25 04:56:20','3.94.137.21',NULL,NULL),(83255,'four_oh_four','2021-08-24 23:56:24','2021-08-25 04:56:24','3.94.137.21',NULL,NULL),(83256,'four_oh_four','2021-08-24 23:56:26','2021-08-25 04:56:26','3.94.137.21',NULL,NULL),(83257,'four_oh_four','2021-08-25 00:43:05','2021-08-25 05:43:05','185.191.34.215',NULL,NULL),(83258,'four_oh_four','2021-08-25 00:57:10','2021-08-25 05:57:10','88.201.141.106',NULL,NULL),(83259,'four_oh_four','2021-08-25 03:54:25','2021-08-25 08:54:25','185.191.34.215',NULL,NULL),(83260,'four_oh_four','2021-08-25 04:32:50','2021-08-25 09:32:50','47.252.27.200',NULL,NULL),(83261,'four_oh_four','2021-08-25 05:04:18','2021-08-25 10:04:18','198.12.208.176',NULL,NULL),(83262,'four_oh_four','2021-08-25 05:28:54','2021-08-25 10:28:54','216.131.114.169',NULL,NULL),(83263,'four_oh_four','2021-08-25 08:51:38','2021-08-25 13:51:38','8.209.97.190',NULL,NULL),(83264,'four_oh_four','2021-08-25 09:02:31','2021-08-25 14:02:31','192.3.28.247',NULL,NULL),(83265,'four_oh_four','2021-08-25 10:27:42','2021-08-25 15:27:42','5.102.173.71',NULL,NULL),(83266,'four_oh_four','2021-08-25 10:31:39','2021-08-25 15:31:39','188.35.131.246',NULL,NULL),(83267,'four_oh_four','2021-08-25 10:37:58','2021-08-25 15:37:58','185.191.34.215',NULL,NULL),(83268,'four_oh_four','2021-08-25 10:56:11','2021-08-25 15:56:11','37.120.232.131',NULL,NULL),(83269,'four_oh_four','2021-08-25 10:56:14','2021-08-25 15:56:14','37.120.232.131',NULL,NULL),(83270,'four_oh_four','2021-08-25 10:56:17','2021-08-25 15:56:17','37.120.232.131',NULL,NULL),(83271,'four_oh_four','2021-08-25 11:09:10','2021-08-25 16:09:10','147.78.141.191',NULL,NULL),(83272,'four_oh_four','2021-08-25 11:09:14','2021-08-25 16:09:14','147.78.141.191',NULL,NULL),(83273,'four_oh_four','2021-08-25 11:09:17','2021-08-25 16:09:17','147.78.141.191',NULL,NULL),(83274,'four_oh_four','2021-08-25 11:09:20','2021-08-25 16:09:20','147.78.141.191',NULL,NULL),(83275,'four_oh_four','2021-08-25 11:33:23','2021-08-25 16:33:23','5.35.122.79',NULL,NULL),(83276,'four_oh_four','2021-08-25 11:57:22','2021-08-25 16:57:22','207.46.13.65',NULL,NULL),(83277,'four_oh_four','2021-08-25 11:59:40','2021-08-25 16:59:40','107.189.31.82',NULL,NULL),(83278,'four_oh_four','2021-08-25 14:01:03','2021-08-25 19:01:03','196.196.216.222',NULL,NULL),(83279,'four_oh_four','2021-08-25 14:05:14','2021-08-25 19:05:14','50.16.156.70',NULL,NULL),(83280,'four_oh_four','2021-08-25 14:06:18','2021-08-25 19:06:18','184.154.76.35',NULL,NULL),(83281,'four_oh_four','2021-08-25 14:18:37','2021-08-25 19:18:37','195.246.120.163',NULL,NULL),(83282,'four_oh_four','2021-08-25 16:29:02','2021-08-25 21:29:02','195.246.120.163',NULL,NULL),(83283,'four_oh_four','2021-08-25 17:14:10','2021-08-25 22:14:10','94.198.50.98',NULL,NULL),(83284,'four_oh_four','2021-08-25 18:36:03','2021-08-25 23:36:03','185.220.102.252',NULL,NULL),(83285,'four_oh_four','2021-08-25 19:10:21','2021-08-26 00:10:21','178.17.174.196',NULL,NULL),(83286,'four_oh_four','2021-08-25 21:35:12','2021-08-26 02:35:12','207.46.13.27',NULL,NULL),(83287,'four_oh_four','2021-08-25 22:16:14','2021-08-26 03:16:14','80.251.153.12',NULL,NULL),(83288,'four_oh_four','2021-08-25 23:21:26','2021-08-26 04:21:26','129.226.123.133',NULL,NULL),(83289,'four_oh_four','2021-08-25 23:46:47','2021-08-26 04:46:47','2.92.127.174',NULL,NULL),(83290,'four_oh_four','2021-08-26 00:46:17','2021-08-26 05:46:17','213.238.169.59',NULL,NULL),(83291,'four_oh_four','2021-08-26 01:50:48','2021-08-26 06:50:48','185.191.34.215',NULL,NULL),(83292,'four_oh_four','2021-08-26 02:04:28','2021-08-26 07:04:28','149.202.87.175',NULL,NULL),(83293,'four_oh_four','2021-08-26 05:04:16','2021-08-26 10:04:16','35.173.35.61',NULL,NULL),(83294,'four_oh_four','2021-08-26 05:04:19','2021-08-26 10:04:19','35.173.35.61',NULL,NULL),(83295,'four_oh_four','2021-08-26 05:04:21','2021-08-26 10:04:21','35.173.35.61',NULL,NULL),(83296,'four_oh_four','2021-08-26 05:04:24','2021-08-26 10:04:24','35.173.35.61',NULL,NULL),(83297,'four_oh_four','2021-08-26 05:04:26','2021-08-26 10:04:26','35.173.35.61',NULL,NULL),(83298,'four_oh_four','2021-08-26 05:16:56','2021-08-26 10:16:56','89.229.154.210',NULL,NULL),(83299,'four_oh_four','2021-08-26 05:58:34','2021-08-26 10:58:34','94.198.50.98',NULL,NULL),(83300,'four_oh_four','2021-08-26 06:53:26','2021-08-26 11:53:26','185.81.115.34',NULL,NULL),(83301,'four_oh_four','2021-08-26 07:15:58','2021-08-26 12:15:58','185.191.34.215',NULL,NULL),(83302,'four_oh_four','2021-08-26 09:16:27','2021-08-26 14:16:27','185.191.34.215',NULL,NULL),(83303,'four_oh_four','2021-08-26 10:15:53','2021-08-26 15:15:53','35.175.111.61',NULL,NULL),(83304,'four_oh_four','2021-08-26 12:49:35','2021-08-26 17:49:35','5.188.48.210',NULL,NULL),(83305,'four_oh_four','2021-08-26 12:58:06','2021-08-26 17:58:06','5.188.48.213',NULL,NULL),(83306,'four_oh_four','2021-08-26 13:02:40','2021-08-26 18:02:40','5.188.48.207',NULL,NULL),(83307,'four_oh_four','2021-08-26 13:25:54','2021-08-26 18:25:54','5.188.48.208',NULL,NULL),(83308,'four_oh_four','2021-08-26 13:25:54','2021-08-26 18:25:54','5.188.48.215',NULL,NULL),(83309,'four_oh_four','2021-08-26 14:08:12','2021-08-26 19:08:12','184.154.76.35',NULL,NULL),(83310,'four_oh_four','2021-08-26 19:07:57','2021-08-27 00:07:57','5.2.69.50',NULL,NULL),(83311,'four_oh_four','2021-08-26 19:09:42','2021-08-27 00:09:42','125.65.92.104',NULL,NULL),(83312,'four_oh_four','2021-08-26 20:59:55','2021-08-27 01:59:55','207.46.13.27',NULL,NULL),(83313,'four_oh_four','2021-08-26 22:49:48','2021-08-27 03:49:48','195.246.120.152',NULL,NULL),(83314,'four_oh_four','2021-08-26 22:53:50','2021-08-27 03:53:50','51.255.27.6',NULL,NULL),(83315,'four_oh_four','2021-08-27 00:44:06','2021-08-27 05:44:06','188.165.241.215',NULL,NULL),(83316,'four_oh_four','2021-08-27 01:55:01','2021-08-27 06:55:01','185.191.34.215',NULL,NULL),(83317,'four_oh_four','2021-08-27 06:02:09','2021-08-27 11:02:09','81.222.84.2',NULL,NULL),(83318,'four_oh_four','2021-08-27 09:35:37','2021-08-27 14:35:37','46.182.129.31',NULL,NULL),(83319,'four_oh_four','2021-08-27 09:43:57','2021-08-27 14:43:57','185.191.34.215',NULL,NULL),(83320,'four_oh_four','2021-08-27 09:43:56','2021-08-27 14:43:56','185.191.34.215',NULL,NULL),(83321,'four_oh_four','2021-08-27 09:46:30','2021-08-27 14:46:30','164.90.140.115',NULL,NULL),(83322,'four_oh_four','2021-08-27 09:46:34','2021-08-27 14:46:34','164.90.140.115',NULL,NULL),(83323,'four_oh_four','2021-08-27 09:46:42','2021-08-27 14:46:42','164.90.140.115',NULL,NULL),(83324,'four_oh_four','2021-08-27 09:46:56','2021-08-27 14:46:56','164.90.140.115',NULL,NULL),(83325,'four_oh_four','2021-08-27 09:47:06','2021-08-27 14:47:06','164.90.140.115',NULL,NULL),(83326,'four_oh_four','2021-08-27 09:52:49','2021-08-27 14:52:49','5.188.48.98',NULL,NULL),(83327,'four_oh_four','2021-08-27 10:10:01','2021-08-27 15:10:01','217.174.105.16',NULL,NULL),(83328,'four_oh_four','2021-08-27 10:10:05','2021-08-27 15:10:05','217.174.105.16',NULL,NULL),(83329,'four_oh_four','2021-08-27 10:33:53','2021-08-27 15:33:53','52.87.223.38',NULL,NULL),(83330,'four_oh_four','2021-08-27 12:46:28','2021-08-27 17:46:28','192.42.116.14',NULL,NULL),(83331,'four_oh_four','2021-08-27 14:10:02','2021-08-27 19:10:02','184.154.139.20',NULL,NULL),(83332,'four_oh_four','2021-08-27 15:36:30','2021-08-27 20:36:30','91.193.179.131',NULL,NULL),(83333,'four_oh_four','2021-08-27 15:36:33','2021-08-27 20:36:33','91.193.179.131',NULL,NULL),(83334,'four_oh_four','2021-08-27 17:24:57','2021-08-27 22:24:57','46.148.234.229',NULL,NULL),(83335,'four_oh_four','2021-08-27 18:21:55','2021-08-27 23:21:55','149.202.87.175',NULL,NULL),(83336,'four_oh_four','2021-08-27 18:38:43','2021-08-27 23:38:43','45.158.15.145',NULL,NULL),(83337,'four_oh_four','2021-08-27 18:54:40','2021-08-27 23:54:40','45.150.11.165',NULL,NULL),(83338,'four_oh_four','2021-08-27 19:04:56','2021-08-28 00:04:56','64.227.88.155',NULL,NULL),(83339,'four_oh_four','2021-08-27 19:08:31','2021-08-28 00:08:31','194.156.95.20',NULL,NULL),(83340,'four_oh_four','2021-08-27 19:08:39','2021-08-28 00:08:39','194.156.95.20',NULL,NULL),(83341,'four_oh_four','2021-08-27 19:08:42','2021-08-28 00:08:42','194.156.95.20',NULL,NULL),(83342,'four_oh_four','2021-08-27 19:08:51','2021-08-28 00:08:51','194.156.95.20',NULL,NULL),(83343,'four_oh_four','2021-08-27 19:08:53','2021-08-28 00:08:53','194.156.95.20',NULL,NULL),(83344,'four_oh_four','2021-08-27 20:24:03','2021-08-28 01:24:03','66.249.65.103',NULL,NULL),(83345,'four_oh_four','2021-08-27 20:39:17','2021-08-28 01:39:17','119.236.158.103',NULL,NULL),(83346,'four_oh_four','2021-08-27 21:41:42','2021-08-28 02:41:42','45.142.253.254',NULL,NULL),(83347,'four_oh_four','2021-08-27 23:04:12','2021-08-28 04:04:12','185.191.34.215',NULL,NULL),(83348,'four_oh_four','2021-08-27 23:41:45','2021-08-28 04:41:45','62.210.245.181',NULL,NULL),(83349,'four_oh_four','2021-08-28 00:04:10','2021-08-28 05:04:10','193.202.110.21',NULL,NULL),(83350,'four_oh_four','2021-08-28 00:55:07','2021-08-28 05:55:07','5.188.48.98',NULL,NULL),(83351,'four_oh_four','2021-08-28 02:10:09','2021-08-28 07:10:09','185.220.102.244',NULL,NULL),(83352,'four_oh_four','2021-08-28 02:20:40','2021-08-28 07:20:40','195.246.120.152',NULL,NULL),(83353,'four_oh_four','2021-08-28 02:40:12','2021-08-28 07:40:12','94.155.33.88',NULL,NULL),(83354,'four_oh_four','2021-08-28 02:40:15','2021-08-28 07:40:15','94.155.33.88',NULL,NULL),(83355,'four_oh_four','2021-08-28 02:40:18','2021-08-28 07:40:18','94.155.33.88',NULL,NULL),(83356,'four_oh_four','2021-08-28 02:40:21','2021-08-28 07:40:21','94.155.33.88',NULL,NULL),(83357,'four_oh_four','2021-08-28 03:12:34','2021-08-28 08:12:34','207.46.13.17',NULL,NULL),(83358,'four_oh_four','2021-08-28 03:13:25','2021-08-28 08:13:25','185.191.34.215',NULL,NULL),(83359,'four_oh_four','2021-08-28 03:34:52','2021-08-28 08:34:52','51.159.23.22',NULL,NULL),(83360,'four_oh_four','2021-08-28 07:10:17','2021-08-28 12:10:17','185.191.34.215',NULL,NULL),(83361,'four_oh_four','2021-08-28 07:17:39','2021-08-28 12:17:39','119.160.116.175',NULL,NULL),(83362,'four_oh_four','2021-08-28 07:17:41','2021-08-28 12:17:41','119.160.116.175',NULL,NULL),(83363,'four_oh_four','2021-08-28 07:17:44','2021-08-28 12:17:44','119.160.116.175',NULL,NULL),(83364,'four_oh_four','2021-08-28 07:17:46','2021-08-28 12:17:46','119.160.116.175',NULL,NULL),(83365,'four_oh_four','2021-08-28 07:17:49','2021-08-28 12:17:49','119.160.116.175',NULL,NULL),(83366,'four_oh_four','2021-08-28 07:17:52','2021-08-28 12:17:52','119.160.116.175',NULL,NULL),(83367,'four_oh_four','2021-08-28 07:17:55','2021-08-28 12:17:55','119.160.116.175',NULL,NULL),(83368,'four_oh_four','2021-08-28 07:17:57','2021-08-28 12:17:57','119.160.116.175',NULL,NULL),(83369,'four_oh_four','2021-08-28 07:18:00','2021-08-28 12:18:00','119.160.116.175',NULL,NULL),(83370,'four_oh_four','2021-08-28 07:18:03','2021-08-28 12:18:03','119.160.116.175',NULL,NULL),(83371,'four_oh_four','2021-08-28 07:18:05','2021-08-28 12:18:05','119.160.116.175',NULL,NULL),(83372,'four_oh_four','2021-08-28 07:18:08','2021-08-28 12:18:08','119.160.116.175',NULL,NULL),(83373,'four_oh_four','2021-08-28 07:18:10','2021-08-28 12:18:10','119.160.116.175',NULL,NULL),(83374,'four_oh_four','2021-08-28 07:18:13','2021-08-28 12:18:13','119.160.116.175',NULL,NULL),(83375,'four_oh_four','2021-08-28 07:18:15','2021-08-28 12:18:15','119.160.116.175',NULL,NULL),(83376,'four_oh_four','2021-08-28 07:18:18','2021-08-28 12:18:18','119.160.116.175',NULL,NULL),(83377,'four_oh_four','2021-08-28 07:18:20','2021-08-28 12:18:20','119.160.116.175',NULL,NULL),(83378,'four_oh_four','2021-08-28 07:18:23','2021-08-28 12:18:23','119.160.116.175',NULL,NULL),(83379,'four_oh_four','2021-08-28 07:18:26','2021-08-28 12:18:26','119.160.116.175',NULL,NULL),(83380,'four_oh_four','2021-08-28 07:18:28','2021-08-28 12:18:28','119.160.116.175',NULL,NULL),(83381,'four_oh_four','2021-08-28 09:28:55','2021-08-28 14:28:55','87.244.162.26',NULL,NULL),(83382,'four_oh_four','2021-08-28 09:34:11','2021-08-28 14:34:11','194.38.96.99',NULL,NULL),(83383,'four_oh_four','2021-08-28 09:56:35','2021-08-28 14:56:35','54.165.24.159',NULL,NULL),(83384,'four_oh_four','2021-08-28 10:14:32','2021-08-28 15:14:32','115.29.203.111',NULL,NULL),(83385,'four_oh_four','2021-08-28 12:43:13','2021-08-28 17:43:13','195.246.120.152',NULL,NULL),(83386,'four_oh_four','2021-08-28 13:10:15','2021-08-28 18:10:15','5.188.48.88',NULL,NULL),(83387,'four_oh_four','2021-08-28 13:10:16','2021-08-28 18:10:16','5.188.48.88',NULL,NULL),(83388,'four_oh_four','2021-08-28 13:10:18','2021-08-28 18:10:18','5.188.48.88',NULL,NULL),(83389,'four_oh_four','2021-08-28 13:33:43','2021-08-28 18:33:43','46.235.70.142',NULL,NULL),(83390,'four_oh_four','2021-08-28 14:10:33','2021-08-28 19:10:33','184.154.139.3',NULL,NULL),(83391,'four_oh_four','2021-08-28 14:31:06','2021-08-28 19:31:06','185.191.34.215',NULL,NULL),(83392,'four_oh_four','2021-08-28 16:31:34','2021-08-28 21:31:34','185.191.34.215',NULL,NULL),(83393,'four_oh_four','2021-08-28 18:33:53','2021-08-28 23:33:53','104.244.72.248',NULL,NULL),(83394,'four_oh_four','2021-08-28 20:27:51','2021-08-29 01:27:51','185.191.34.215',NULL,NULL),(83395,'four_oh_four','2021-08-28 20:38:08','2021-08-29 01:38:08','80.251.153.12',NULL,NULL),(83396,'four_oh_four','2021-08-28 20:54:44','2021-08-29 01:54:44','46.8.107.63',NULL,NULL),(83397,'four_oh_four','2021-08-28 21:16:21','2021-08-29 02:16:21','152.32.216.214',NULL,NULL),(83398,'four_oh_four','2021-08-28 21:16:23','2021-08-29 02:16:23','152.32.216.214',NULL,NULL),(83399,'four_oh_four','2021-08-28 21:16:27','2021-08-29 02:16:27','152.32.216.214',NULL,NULL),(83400,'four_oh_four','2021-08-28 21:16:44','2021-08-29 02:16:44','152.32.216.214',NULL,NULL),(83401,'four_oh_four','2021-08-28 22:49:34','2021-08-29 03:49:34','8.41.37.236',NULL,NULL),(83402,'four_oh_four','2021-08-29 01:57:19','2021-08-29 06:57:19','124.65.117.38',NULL,NULL),(83403,'four_oh_four','2021-08-29 01:58:12','2021-08-29 06:58:12','171.244.1.84',NULL,NULL),(83404,'four_oh_four','2021-08-29 02:08:26','2021-08-29 07:08:26','62.173.149.24',NULL,NULL),(83405,'four_oh_four','2021-08-29 02:24:25','2021-08-29 07:24:25','161.117.10.233',NULL,NULL),(83406,'four_oh_four','2021-08-29 06:32:18','2021-08-29 11:32:18','185.191.34.215',NULL,NULL),(83407,'four_oh_four','2021-08-29 07:27:38','2021-08-29 12:27:38','3.95.6.167',NULL,NULL),(83408,'four_oh_four','2021-08-29 08:27:16','2021-08-29 13:27:16','5.102.173.71',NULL,NULL),(83409,'four_oh_four','2021-08-29 11:34:03','2021-08-29 16:34:03','185.191.34.215',NULL,NULL),(83410,'four_oh_four','2021-08-29 12:53:57','2021-08-29 17:53:57','51.68.11.207',NULL,NULL),(83411,'four_oh_four','2021-08-29 12:54:01','2021-08-29 17:54:01','51.68.11.207',NULL,NULL),(83412,'four_oh_four','2021-08-29 14:02:20','2021-08-29 19:02:20','184.154.139.20',NULL,NULL),(83413,'four_oh_four','2021-08-29 17:17:20','2021-08-29 22:17:20','195.78.247.193',NULL,NULL),(83414,'four_oh_four','2021-08-29 18:55:02','2021-08-29 23:55:02','104.144.105.114',NULL,NULL),(83415,'four_oh_four','2021-08-29 20:11:36','2021-08-30 01:11:36','5.188.48.22',NULL,NULL),(83416,'four_oh_four','2021-08-29 21:11:49','2021-08-30 02:11:49','45.147.246.153',NULL,NULL),(83417,'four_oh_four','2021-08-29 21:58:29','2021-08-30 02:58:29','195.78.247.193',NULL,NULL),(83418,'four_oh_four','2021-08-29 22:30:51','2021-08-30 03:30:51','195.154.60.148',NULL,NULL),(83419,'four_oh_four','2021-08-29 23:36:53','2021-08-30 04:36:53','188.126.73.204',NULL,NULL),(83420,'four_oh_four','2021-08-30 00:24:46','2021-08-30 05:24:46','5.188.48.22',NULL,NULL),(83421,'four_oh_four','2021-08-30 00:24:46','2021-08-30 05:24:46','5.188.48.22',NULL,NULL),(83422,'four_oh_four','2021-08-30 00:28:55','2021-08-30 05:28:55','5.188.48.217',NULL,NULL),(83423,'four_oh_four','2021-08-30 01:01:28','2021-08-30 06:01:28','178.168.201.145',NULL,NULL),(83424,'four_oh_four','2021-08-30 04:54:47','2021-08-30 09:54:47','94.155.33.34',NULL,NULL),(83425,'four_oh_four','2021-08-30 05:09:33','2021-08-30 10:09:33','153.127.139.224',NULL,NULL),(83426,'four_oh_four','2021-08-30 06:10:31','2021-08-30 11:10:31','85.215.229.75',NULL,NULL),(83427,'four_oh_four','2021-08-30 06:10:38','2021-08-30 11:10:38','85.215.229.75',NULL,NULL),(83428,'four_oh_four','2021-08-30 07:27:10','2021-08-30 12:27:10','66.33.194.39',NULL,NULL),(83429,'four_oh_four','2021-08-30 09:09:47','2021-08-30 14:09:47','144.34.166.150',NULL,NULL),(83430,'four_oh_four','2021-08-30 09:23:49','2021-08-30 14:23:49','54.226.99.163',NULL,NULL),(83431,'four_oh_four','2021-08-30 10:29:53','2021-08-30 15:29:53','144.76.162.206',NULL,NULL),(83432,'four_oh_four','2021-08-30 10:30:52','2021-08-30 15:30:52','46.4.83.150',NULL,NULL),(83433,'four_oh_four','2021-08-30 11:24:47','2021-08-30 16:24:47','96.255.183.220',NULL,NULL),(83434,'four_oh_four','2021-08-30 11:58:51','2021-08-30 16:58:51','207.46.13.50',NULL,NULL),(83435,'four_oh_four','2021-08-30 13:52:51','2021-08-30 18:52:51','1.169.78.34',NULL,NULL),(83436,'four_oh_four','2021-08-30 14:06:52','2021-08-30 19:06:52','184.154.139.3',NULL,NULL),(83437,'four_oh_four','2021-08-30 14:07:03','2021-08-30 19:07:03','185.191.34.215',NULL,NULL),(83438,'four_oh_four','2021-08-30 14:36:23','2021-08-30 19:36:23','185.191.34.215',NULL,NULL),(83439,'four_oh_four','2021-08-30 15:33:40','2021-08-30 20:33:40','176.48.6.68',NULL,NULL),(83440,'four_oh_four','2021-08-30 16:22:27','2021-08-30 21:22:27','45.158.15.145',NULL,NULL),(83441,'four_oh_four','2021-08-30 16:52:30','2021-08-30 21:52:30','185.220.100.242',NULL,NULL),(83442,'four_oh_four','2021-08-30 17:03:51','2021-08-30 22:03:51','45.153.160.130',NULL,NULL),(83443,'four_oh_four','2021-08-30 17:53:30','2021-08-30 22:53:30','45.93.80.28',NULL,NULL),(83444,'four_oh_four','2021-08-30 18:21:53','2021-08-30 23:21:53','5.188.48.22',NULL,NULL),(83445,'four_oh_four','2021-08-30 19:31:33','2021-08-31 00:31:33','199.249.230.121',NULL,NULL),(83446,'four_oh_four','2021-08-30 21:14:18','2021-08-31 02:14:18','107.129.80.190',NULL,NULL),(83447,'four_oh_four','2021-08-30 21:15:30','2021-08-31 02:15:30','107.129.80.190',NULL,NULL),(83448,'four_oh_four','2021-08-30 22:32:51','2021-08-31 03:32:51','5.188.48.22',NULL,NULL),(83449,'four_oh_four','2021-08-30 22:32:52','2021-08-31 03:32:52','5.188.48.22',NULL,NULL),(83450,'four_oh_four','2021-08-31 01:54:38','2021-08-31 06:54:38','188.126.73.204',NULL,NULL),(83451,'four_oh_four','2021-08-31 02:14:15','2021-08-31 07:14:15','45.144.226.4',NULL,NULL),(83452,'four_oh_four','2021-08-31 02:14:49','2021-08-31 07:14:49','51.15.35.227',NULL,NULL),(83453,'four_oh_four','2021-08-31 03:42:21','2021-08-31 08:42:21','207.46.13.27',NULL,NULL),(83454,'four_oh_four','2021-08-31 04:04:40','2021-08-31 09:04:40','163.172.51.113',NULL,NULL),(83455,'four_oh_four','2021-08-31 04:04:52','2021-08-31 09:04:52','163.172.51.113',NULL,NULL),(83456,'four_oh_four','2021-08-31 04:25:11','2021-08-31 09:25:11','185.191.34.215',NULL,NULL),(83457,'four_oh_four','2021-08-31 05:52:44','2021-08-31 10:52:44','178.17.182.186',NULL,NULL),(83458,'four_oh_four','2021-08-31 06:28:00','2021-08-31 11:28:00','185.191.34.215',NULL,NULL),(83459,'four_oh_four','2021-08-31 09:24:43','2021-08-31 14:24:43','8.21.110.75',NULL,NULL),(83460,'four_oh_four','2021-08-31 09:40:19','2021-08-31 14:40:19','3.92.190.59',NULL,NULL),(83461,'four_oh_four','2021-08-31 09:47:13','2021-08-31 14:47:13','115.133.86.33',NULL,NULL),(83462,'four_oh_four','2021-08-31 09:59:53','2021-08-31 14:59:53','62.16.2.145',NULL,NULL),(83463,'four_oh_four','2021-08-31 10:00:34','2021-08-31 15:00:34','185.191.34.215',NULL,NULL),(83464,'four_oh_four','2021-08-31 11:47:40','2021-08-31 16:47:40','77.111.247.169',NULL,NULL),(83465,'four_oh_four','2021-08-31 11:47:40','2021-08-31 16:47:40','77.111.247.44',NULL,NULL),(83466,'four_oh_four','2021-08-31 11:53:36','2021-08-31 16:53:36','178.171.101.151',NULL,NULL),(83467,'four_oh_four','2021-08-31 11:53:43','2021-08-31 16:53:43','64.137.83.11',NULL,NULL),(83468,'four_oh_four','2021-08-31 11:54:00','2021-08-31 16:54:00','191.96.195.84',NULL,NULL),(83469,'four_oh_four','2021-08-31 11:54:05','2021-08-31 16:54:05','185.176.205.245',NULL,NULL),(83470,'four_oh_four','2021-08-31 12:51:07','2021-08-31 17:51:07','51.159.21.239',NULL,NULL),(83471,'four_oh_four','2021-08-31 12:51:27','2021-08-31 17:51:27','51.159.21.239',NULL,NULL),(83472,'four_oh_four','2021-08-31 13:38:37','2021-08-31 18:38:37','207.46.13.27',NULL,NULL),(83473,'four_oh_four','2021-08-31 14:05:29','2021-08-31 19:05:29','147.78.141.192',NULL,NULL),(83474,'four_oh_four','2021-08-31 14:05:32','2021-08-31 19:05:32','147.78.141.192',NULL,NULL),(83475,'four_oh_four','2021-08-31 14:05:35','2021-08-31 19:05:35','147.78.141.192',NULL,NULL),(83476,'four_oh_four','2021-08-31 14:05:38','2021-08-31 19:05:38','147.78.141.192',NULL,NULL),(83477,'four_oh_four','2021-08-31 14:11:10','2021-08-31 19:11:10','184.154.139.20',NULL,NULL),(83478,'four_oh_four','2021-08-31 16:39:26','2021-08-31 21:39:26','217.160.174.204',NULL,NULL),(83479,'four_oh_four','2021-08-31 16:44:13','2021-08-31 21:44:13','80.251.153.12',NULL,NULL),(83480,'four_oh_four','2021-08-31 18:17:30','2021-08-31 23:17:30','185.191.34.215',NULL,NULL),(83481,'four_oh_four','2021-08-31 20:28:42','2021-09-01 01:28:42','80.253.235.74',NULL,NULL),(83482,'four_oh_four','2021-08-31 21:10:24','2021-09-01 02:10:24','34.136.214.216',NULL,NULL),(83483,'four_oh_four','2021-08-31 21:24:30','2021-09-01 02:24:30','162.215.253.210',NULL,NULL),(83484,'four_oh_four','2021-09-01 00:04:12','2021-09-01 05:04:12','52.201.182.91',NULL,NULL),(83485,'four_oh_four','2021-09-01 00:04:16','2021-09-01 05:04:16','52.201.182.91',NULL,NULL),(83486,'four_oh_four','2021-09-01 00:04:20','2021-09-01 05:04:20','52.201.182.91',NULL,NULL),(83487,'four_oh_four','2021-09-01 00:04:24','2021-09-01 05:04:24','52.201.182.91',NULL,NULL),(83488,'four_oh_four','2021-09-01 02:39:35','2021-09-01 07:39:35','141.136.0.117',NULL,NULL),(83489,'four_oh_four','2021-09-01 03:17:30','2021-09-01 08:17:30','212.102.33.34',NULL,NULL),(83490,'four_oh_four','2021-09-01 03:17:34','2021-09-01 08:17:34','212.102.33.34',NULL,NULL),(83491,'four_oh_four','2021-09-01 03:17:37','2021-09-01 08:17:37','212.102.33.34',NULL,NULL),(83492,'four_oh_four','2021-09-01 03:17:40','2021-09-01 08:17:40','212.102.33.34',NULL,NULL),(83493,'four_oh_four','2021-09-01 03:31:13','2021-09-01 08:31:13','92.118.77.10',NULL,NULL),(83494,'four_oh_four','2021-09-01 05:06:47','2021-09-01 10:06:47','178.206.146.157',NULL,NULL),(83495,'four_oh_four','2021-09-01 05:38:38','2021-09-01 10:38:38','185.191.34.215',NULL,NULL),(83496,'four_oh_four','2021-09-01 06:01:23','2021-09-01 11:01:23','5.102.173.71',NULL,NULL),(83497,'four_oh_four','2021-09-01 06:02:32','2021-09-01 11:02:32','75.101.198.32',NULL,NULL),(83498,'four_oh_four','2021-09-01 08:09:23','2021-09-01 13:09:23','168.119.11.187',NULL,NULL),(83499,'four_oh_four','2021-09-01 09:37:01','2021-09-01 14:37:01','103.206.115.94',NULL,NULL),(83500,'four_oh_four','2021-09-01 09:37:04','2021-09-01 14:37:04','103.206.115.94',NULL,NULL),(83501,'four_oh_four','2021-09-01 09:37:06','2021-09-01 14:37:06','103.206.115.94',NULL,NULL),(83502,'four_oh_four','2021-09-01 09:37:09','2021-09-01 14:37:09','103.206.115.94',NULL,NULL),(83503,'four_oh_four','2021-09-01 11:36:10','2021-09-01 16:36:10','207.46.13.65',NULL,NULL),(83504,'four_oh_four','2021-09-01 12:06:17','2021-09-01 17:06:17','207.46.13.174',NULL,NULL),(83505,'four_oh_four','2021-09-01 12:17:27','2021-09-01 17:17:27','185.191.34.215',NULL,NULL),(83506,'four_oh_four','2021-09-01 12:44:59','2021-09-01 17:44:59','200.111.135.126',NULL,NULL),(83507,'four_oh_four','2021-09-01 13:06:23','2021-09-01 18:06:23','79.126.96.134',NULL,NULL),(83508,'four_oh_four','2021-09-01 13:42:15','2021-09-01 18:42:15','178.213.21.185',NULL,NULL),(83509,'four_oh_four','2021-09-01 14:04:47','2021-09-01 19:04:47','184.154.139.21',NULL,NULL),(83510,'four_oh_four','2021-09-01 16:29:18','2021-09-01 21:29:18','92.118.77.10',NULL,NULL),(83511,'four_oh_four','2021-09-01 16:48:15','2021-09-01 21:48:15','188.126.73.215',NULL,NULL),(83512,'four_oh_four','2021-09-01 16:53:27','2021-09-01 21:53:27','80.253.235.74',NULL,NULL),(83513,'four_oh_four','2021-09-01 19:45:22','2021-09-02 00:45:22','178.63.51.106',NULL,NULL),(83514,'four_oh_four','2021-09-01 20:36:42','2021-09-02 01:36:42','185.191.34.215',NULL,NULL),(83515,'four_oh_four','2021-09-01 23:13:56','2021-09-02 04:13:56','185.191.34.215',NULL,NULL),(83516,'four_oh_four','2021-09-02 00:31:32','2021-09-02 05:31:32','37.0.10.26',NULL,NULL),(83517,'four_oh_four','2021-09-02 00:31:45','2021-09-02 05:31:45','37.0.10.26',NULL,NULL),(83518,'four_oh_four','2021-09-02 00:50:30','2021-09-02 05:50:30','191.101.31.216',NULL,NULL),(83519,'four_oh_four','2021-09-02 00:50:48','2021-09-02 05:50:48','185.191.34.215',NULL,NULL),(83520,'four_oh_four','2021-09-02 02:21:53','2021-09-02 07:21:53','46.161.11.31',NULL,NULL),(83521,'four_oh_four','2021-09-02 02:21:53','2021-09-02 07:21:53','46.161.11.31',NULL,NULL),(83522,'four_oh_four','2021-09-02 02:21:53','2021-09-02 07:21:53','46.161.11.31',NULL,NULL),(83523,'four_oh_four','2021-09-02 02:22:17','2021-09-02 07:22:17','188.122.82.146',NULL,NULL),(83524,'four_oh_four','2021-09-02 05:08:15','2021-09-02 10:08:15','34.201.26.52',NULL,NULL),(83525,'four_oh_four','2021-09-02 06:51:58','2021-09-02 11:51:58','163.172.104.86',NULL,NULL),(83526,'four_oh_four','2021-09-02 06:59:09','2021-09-02 11:59:09','207.46.13.183',NULL,NULL),(83527,'four_oh_four','2021-09-02 11:38:38','2021-09-02 16:38:38','185.233.116.131',NULL,NULL),(83528,'four_oh_four','2021-09-02 12:50:06','2021-09-02 17:50:06','192.185.81.161',NULL,NULL),(83529,'four_oh_four','2021-09-02 13:27:45','2021-09-02 18:27:45','78.46.178.141',NULL,NULL),(83530,'four_oh_four','2021-09-02 13:37:10','2021-09-02 18:37:10','5.102.173.71',NULL,NULL),(83531,'four_oh_four','2021-09-02 13:38:49','2021-09-02 18:38:49','78.46.178.141',NULL,NULL),(83532,'four_oh_four','2021-09-02 13:39:52','2021-09-02 18:39:52','5.102.173.71',NULL,NULL),(83533,'four_oh_four','2021-09-02 14:02:45','2021-09-02 19:02:45','184.154.76.35',NULL,NULL),(83534,'four_oh_four','2021-09-02 17:15:14','2021-09-02 22:15:14','190.188.199.220',NULL,NULL),(83535,'four_oh_four','2021-09-02 17:31:31','2021-09-02 22:31:31','151.80.46.106',NULL,NULL),(83536,'four_oh_four','2021-09-02 18:10:01','2021-09-02 23:10:01','146.59.206.243',NULL,NULL),(83537,'four_oh_four','2021-09-02 18:10:04','2021-09-02 23:10:04','146.59.206.243',NULL,NULL),(83538,'four_oh_four','2021-09-02 18:10:07','2021-09-02 23:10:07','146.59.206.243',NULL,NULL),(83539,'four_oh_four','2021-09-02 18:10:10','2021-09-02 23:10:10','146.59.206.243',NULL,NULL),(83540,'four_oh_four','2021-09-02 18:10:12','2021-09-02 23:10:12','146.59.206.243',NULL,NULL),(83541,'four_oh_four','2021-09-02 22:50:24','2021-09-03 03:50:24','195.78.247.193',NULL,NULL),(83542,'four_oh_four','2021-09-02 23:27:18','2021-09-03 04:27:18','188.126.73.215',NULL,NULL),(83543,'four_oh_four','2021-09-02 23:49:34','2021-09-03 04:49:34','92.38.136.69',NULL,NULL),(83544,'four_oh_four','2021-09-03 00:40:50','2021-09-03 05:40:50','34.136.122.56',NULL,NULL),(83545,'four_oh_four','2021-09-03 00:40:52','2021-09-03 05:40:52','34.136.122.56',NULL,NULL),(83546,'four_oh_four','2021-09-03 00:40:55','2021-09-03 05:40:55','34.136.122.56',NULL,NULL),(83547,'four_oh_four','2021-09-03 00:40:57','2021-09-03 05:40:57','34.136.122.56',NULL,NULL),(83548,'four_oh_four','2021-09-03 00:40:59','2021-09-03 05:40:59','34.136.122.56',NULL,NULL),(83549,'four_oh_four','2021-09-03 00:41:02','2021-09-03 05:41:02','34.136.122.56',NULL,NULL),(83550,'four_oh_four','2021-09-03 00:41:04','2021-09-03 05:41:04','34.136.122.56',NULL,NULL),(83551,'four_oh_four','2021-09-03 00:41:06','2021-09-03 05:41:06','34.136.122.56',NULL,NULL),(83552,'four_oh_four','2021-09-03 00:41:09','2021-09-03 05:41:09','34.136.122.56',NULL,NULL),(83553,'four_oh_four','2021-09-03 00:41:11','2021-09-03 05:41:11','34.136.122.56',NULL,NULL),(83554,'four_oh_four','2021-09-03 00:41:13','2021-09-03 05:41:13','34.136.122.56',NULL,NULL),(83555,'four_oh_four','2021-09-03 00:41:16','2021-09-03 05:41:16','34.136.122.56',NULL,NULL),(83556,'four_oh_four','2021-09-03 00:41:18','2021-09-03 05:41:18','34.136.122.56',NULL,NULL),(83557,'four_oh_four','2021-09-03 00:41:20','2021-09-03 05:41:20','34.136.122.56',NULL,NULL),(83558,'four_oh_four','2021-09-03 00:41:23','2021-09-03 05:41:23','34.136.122.56',NULL,NULL),(83559,'four_oh_four','2021-09-03 00:41:25','2021-09-03 05:41:25','34.136.122.56',NULL,NULL),(83560,'four_oh_four','2021-09-03 00:41:27','2021-09-03 05:41:27','34.136.122.56',NULL,NULL),(83561,'four_oh_four','2021-09-03 00:41:29','2021-09-03 05:41:29','34.136.122.56',NULL,NULL),(83562,'four_oh_four','2021-09-03 00:41:32','2021-09-03 05:41:32','34.136.122.56',NULL,NULL),(83563,'four_oh_four','2021-09-03 00:41:34','2021-09-03 05:41:34','34.136.122.56',NULL,NULL),(83564,'four_oh_four','2021-09-03 01:19:28','2021-09-03 06:19:28','5.102.173.71',NULL,NULL),(83565,'four_oh_four','2021-09-03 01:28:07','2021-09-03 06:28:07','3.83.31.138',NULL,NULL),(83566,'four_oh_four','2021-09-03 02:56:11','2021-09-03 07:56:11','46.182.129.31',NULL,NULL),(83567,'four_oh_four','2021-09-03 03:24:40','2021-09-03 08:24:40','185.253.97.235',NULL,NULL),(83568,'four_oh_four','2021-09-03 03:25:46','2021-09-03 08:25:46','185.253.97.235',NULL,NULL),(83569,'four_oh_four','2021-09-03 03:40:04','2021-09-03 08:40:04','104.244.75.88',NULL,NULL),(83570,'four_oh_four','2021-09-03 08:09:29','2021-09-03 13:09:29','185.191.34.215',NULL,NULL),(83571,'four_oh_four','2021-09-03 08:51:41','2021-09-03 13:51:41','185.191.34.215',NULL,NULL),(83572,'four_oh_four','2021-09-03 08:59:56','2021-09-03 13:59:56','5.102.173.71',NULL,NULL),(83573,'four_oh_four','2021-09-03 09:53:34','2021-09-03 14:53:34','80.253.235.74',NULL,NULL),(83574,'four_oh_four','2021-09-03 10:29:10','2021-09-03 15:29:10','185.191.34.215',NULL,NULL),(83575,'four_oh_four','2021-09-03 12:28:30','2021-09-03 17:28:30','92.38.136.69',NULL,NULL),(83576,'four_oh_four','2021-09-03 13:51:15','2021-09-03 18:51:15','195.78.247.193',NULL,NULL),(83577,'four_oh_four','2021-09-03 14:05:39','2021-09-03 19:05:39','184.154.139.17',NULL,NULL),(83578,'four_oh_four','2021-09-03 15:11:51','2021-09-03 20:11:51','185.220.103.6',NULL,NULL),(83579,'four_oh_four','2021-09-03 15:37:49','2021-09-03 20:37:49','149.202.87.175',NULL,NULL),(83580,'four_oh_four','2021-09-03 16:09:29','2021-09-03 21:09:29','104.194.194.11',NULL,NULL),(83581,'four_oh_four','2021-09-03 17:14:20','2021-09-03 22:14:20','173.254.29.83',NULL,NULL),(83582,'four_oh_four','2021-09-03 17:42:29','2021-09-03 22:42:29','185.191.34.215',NULL,NULL),(83583,'four_oh_four','2021-09-03 18:15:21','2021-09-03 23:15:21','80.251.153.12',NULL,NULL),(83584,'four_oh_four','2021-09-03 20:30:38','2021-09-04 01:30:38','185.191.34.215',NULL,NULL),(83585,'four_oh_four','2021-09-03 22:35:31','2021-09-04 03:35:31','3.226.241.233',NULL,NULL),(83586,'four_oh_four','2021-09-04 03:45:37','2021-09-04 08:45:37','185.191.34.215',NULL,NULL),(83587,'four_oh_four','2021-09-04 04:50:39','2021-09-04 09:50:39','192.42.116.24',NULL,NULL),(83588,'four_oh_four','2021-09-04 06:03:27','2021-09-04 11:03:27','1.169.68.160',NULL,NULL),(83589,'four_oh_four','2021-09-04 06:52:22','2021-09-04 11:52:22','195.246.120.146',NULL,NULL),(83590,'four_oh_four','2021-09-04 08:28:11','2021-09-04 13:28:11','195.246.120.146',NULL,NULL),(83591,'four_oh_four','2021-09-04 08:33:05','2021-09-04 13:33:05','46.161.11.113',NULL,NULL),(83592,'four_oh_four','2021-09-04 08:47:25','2021-09-04 13:47:25','46.161.11.133',NULL,NULL),(83593,'four_oh_four','2021-09-04 08:54:01','2021-09-04 13:54:01','46.161.11.43',NULL,NULL),(83594,'four_oh_four','2021-09-04 08:55:19','2021-09-04 13:55:19','46.161.11.53',NULL,NULL),(83595,'four_oh_four','2021-09-04 08:57:06','2021-09-04 13:57:06','46.161.11.63',NULL,NULL),(83596,'four_oh_four','2021-09-04 09:04:21','2021-09-04 14:04:21','46.161.11.83',NULL,NULL),(83597,'four_oh_four','2021-09-04 09:21:35','2021-09-04 14:21:35','46.161.11.103',NULL,NULL),(83598,'four_oh_four','2021-09-04 09:22:32','2021-09-04 14:22:32','46.161.11.93',NULL,NULL),(83599,'four_oh_four','2021-09-04 09:37:57','2021-09-04 14:37:57','46.161.11.123',NULL,NULL),(83600,'four_oh_four','2021-09-04 09:41:41','2021-09-04 14:41:41','46.161.11.73',NULL,NULL),(83601,'four_oh_four','2021-09-04 09:49:57','2021-09-04 14:49:57','62.16.11.21',NULL,NULL),(83602,'four_oh_four','2021-09-04 10:22:02','2021-09-04 15:22:02','185.191.34.215',NULL,NULL),(83603,'four_oh_four','2021-09-04 12:34:54','2021-09-04 17:34:54','185.191.34.215',NULL,NULL),(83604,'four_oh_four','2021-09-04 14:07:17','2021-09-04 19:07:17','184.154.139.20',NULL,NULL),(83605,'four_oh_four','2021-09-04 14:21:44','2021-09-04 19:21:44','185.65.134.170',NULL,NULL),(83606,'four_oh_four','2021-09-04 18:44:11','2021-09-04 23:44:11','195.78.247.193',NULL,NULL),(83607,'four_oh_four','2021-09-04 19:32:26','2021-09-05 00:32:26','185.191.34.215',NULL,NULL),(83608,'four_oh_four','2021-09-04 19:56:08','2021-09-05 00:56:08','92.38.136.69',NULL,NULL),(83609,'four_oh_four','2021-09-04 22:33:07','2021-09-05 03:33:07','45.147.246.85',NULL,NULL),(83610,'four_oh_four','2021-09-04 23:22:35','2021-09-05 04:22:35','207.46.13.27',NULL,NULL),(83611,'four_oh_four','2021-09-05 00:23:44','2021-09-05 05:23:44','185.191.34.215',NULL,NULL),(83612,'brute_force','2021-09-05 01:29:28','2021-09-05 06:29:28','61.253.143.95',NULL,NULL),(83613,'brute_force','2021-09-05 01:29:28','2021-09-05 06:29:28',NULL,NULL,'admin'),(83614,'brute_force','2021-09-05 01:29:33','2021-09-05 06:29:33','61.253.143.95',NULL,NULL),(83615,'brute_force','2021-09-05 01:29:33','2021-09-05 06:29:33',NULL,NULL,'pr'),(83616,'brute_force','2021-09-05 01:29:42','2021-09-05 06:29:42','61.253.143.95',NULL,NULL),(83617,'brute_force','2021-09-05 01:29:42','2021-09-05 06:29:42',NULL,NULL,'user'),(83618,'brute_force','2021-09-05 01:29:47','2021-09-05 06:29:47','61.253.143.95',NULL,NULL),(83619,'brute_force','2021-09-05 01:29:47','2021-09-05 06:29:47',NULL,NULL,'root'),(83620,'brute_force','2021-09-05 01:29:52','2021-09-05 06:29:52','61.253.143.95',NULL,NULL),(83621,'brute_force','2021-09-05 01:29:52','2021-09-05 06:29:52',NULL,1,'pr@zphiblgz.org'),(83622,'four_oh_four','2021-09-05 02:56:57','2021-09-05 07:56:57','185.191.34.215',NULL,NULL),(83623,'four_oh_four','2021-09-05 03:09:26','2021-09-05 08:09:26','207.46.13.65',NULL,NULL),(83624,'four_oh_four','2021-09-05 03:20:58','2021-09-05 08:20:58','178.63.51.106',NULL,NULL),(83625,'four_oh_four','2021-09-05 04:03:22','2021-09-05 09:03:22','145.255.3.79',NULL,NULL),(83626,'four_oh_four','2021-09-05 05:12:12','2021-09-05 10:12:12','1.47.139.104',NULL,NULL),(83627,'four_oh_four','2021-09-05 08:15:56','2021-09-05 13:15:56','135.181.97.161',NULL,NULL),(83628,'four_oh_four','2021-09-05 08:16:00','2021-09-05 13:16:00','135.181.97.161',NULL,NULL),(83629,'four_oh_four','2021-09-05 08:16:04','2021-09-05 13:16:04','135.181.97.161',NULL,NULL),(83630,'four_oh_four','2021-09-05 08:36:51','2021-09-05 13:36:51','5.102.173.71',NULL,NULL),(83631,'four_oh_four','2021-09-05 08:43:09','2021-09-05 13:43:09','37.120.236.3',NULL,NULL),(83632,'four_oh_four','2021-09-05 10:32:03','2021-09-05 15:32:03','80.253.235.74',NULL,NULL),(83633,'four_oh_four','2021-09-05 11:32:36','2021-09-05 16:32:36','188.122.82.146',NULL,NULL),(83634,'four_oh_four','2021-09-05 14:05:28','2021-09-05 19:05:28','184.154.139.19',NULL,NULL),(83635,'four_oh_four','2021-09-05 16:40:24','2021-09-05 21:40:24','5.102.173.71',NULL,NULL),(83636,'four_oh_four','2021-09-05 17:13:33','2021-09-05 22:13:33','207.46.13.18',NULL,NULL),(83637,'four_oh_four','2021-09-05 17:29:26','2021-09-05 22:29:26','195.78.247.193',NULL,NULL),(83638,'four_oh_four','2021-09-05 17:39:15','2021-09-05 22:39:15','5.102.173.71',NULL,NULL),(83639,'brute_force','2021-09-05 18:17:22','2021-09-05 23:17:22','5.156.35.20',NULL,NULL),(83640,'brute_force','2021-09-05 18:17:22','2021-09-05 23:17:22',NULL,NULL,'zphiblgz'),(83641,'brute_force','2021-09-05 18:18:23','2021-09-05 23:18:23','5.156.35.20',NULL,NULL),(83642,'brute_force','2021-09-05 18:18:23','2021-09-05 23:18:23',NULL,NULL,'zphiblgz'),(83643,'brute_force','2021-09-05 18:19:24','2021-09-05 23:19:24','5.156.35.20',NULL,NULL),(83644,'brute_force','2021-09-05 18:19:24','2021-09-05 23:19:24',NULL,NULL,'zphiblgz'),(83645,'brute_force','2021-09-05 18:20:25','2021-09-05 23:20:25','5.156.35.20',NULL,NULL),(83646,'brute_force','2021-09-05 18:20:25','2021-09-05 23:20:25',NULL,NULL,'zphiblgz'),(83647,'brute_force','2021-09-05 18:21:26','2021-09-05 23:21:26','5.156.35.20',NULL,NULL),(83648,'brute_force','2021-09-05 18:21:26','2021-09-05 23:21:26',NULL,NULL,'zphiblgz'),(83649,'brute_force','2021-09-05 18:36:41','2021-09-05 23:36:41','5.156.35.20',NULL,NULL),(83650,'brute_force','2021-09-05 18:36:41','2021-09-05 23:36:41',NULL,NULL,'zphiblgz'),(83651,'four_oh_four','2021-09-05 19:56:08','2021-09-06 00:56:08','5.102.173.71',NULL,NULL),(83652,'four_oh_four','2021-09-05 20:01:30','2021-09-06 01:01:30','94.180.200.200',NULL,NULL),(83653,'four_oh_four','2021-09-05 21:38:00','2021-09-06 02:38:00','207.46.13.174',NULL,NULL),(83654,'four_oh_four','2021-09-05 22:56:23','2021-09-06 03:56:23','3.86.102.194',NULL,NULL),(83655,'four_oh_four','2021-09-06 00:32:51','2021-09-06 05:32:51','185.220.102.250',NULL,NULL),(83656,'four_oh_four','2021-09-06 01:19:14','2021-09-06 06:19:14','108.51.176.79',NULL,NULL),(83657,'four_oh_four','2021-09-06 02:50:02','2021-09-06 07:50:02','5.102.173.71',NULL,NULL),(83658,'four_oh_four','2021-09-06 02:51:52','2021-09-06 07:51:52','207.46.13.65',NULL,NULL),(83659,'four_oh_four','2021-09-06 03:49:08','2021-09-06 08:49:08','185.191.34.215',NULL,NULL),(83660,'four_oh_four','2021-09-06 04:20:12','2021-09-06 09:20:12','34.71.21.196',NULL,NULL),(83661,'four_oh_four','2021-09-06 04:20:19','2021-09-06 09:20:19','34.71.21.196',NULL,NULL),(83662,'four_oh_four','2021-09-06 04:20:21','2021-09-06 09:20:21','34.71.21.196',NULL,NULL),(83663,'four_oh_four','2021-09-06 04:20:23','2021-09-06 09:20:23','34.71.21.196',NULL,NULL),(83664,'four_oh_four','2021-09-06 04:20:25','2021-09-06 09:20:25','34.71.21.196',NULL,NULL),(83665,'four_oh_four','2021-09-06 04:20:28','2021-09-06 09:20:28','34.71.21.196',NULL,NULL),(83666,'four_oh_four','2021-09-06 04:20:30','2021-09-06 09:20:30','34.71.21.196',NULL,NULL),(83667,'four_oh_four','2021-09-06 04:20:32','2021-09-06 09:20:32','34.71.21.196',NULL,NULL),(83668,'four_oh_four','2021-09-06 04:20:34','2021-09-06 09:20:34','34.71.21.196',NULL,NULL),(83669,'four_oh_four','2021-09-06 04:20:36','2021-09-06 09:20:36','34.71.21.196',NULL,NULL),(83670,'four_oh_four','2021-09-06 05:12:18','2021-09-06 10:12:18','150.136.86.35',NULL,NULL),(83671,'four_oh_four','2021-09-06 05:12:20','2021-09-06 10:12:20','150.136.86.35',NULL,NULL),(83672,'four_oh_four','2021-09-06 05:12:23','2021-09-06 10:12:23','150.136.86.35',NULL,NULL),(83673,'four_oh_four','2021-09-06 05:12:25','2021-09-06 10:12:25','150.136.86.35',NULL,NULL),(83674,'four_oh_four','2021-09-06 05:12:28','2021-09-06 10:12:28','150.136.86.35',NULL,NULL),(83675,'four_oh_four','2021-09-06 05:12:30','2021-09-06 10:12:30','150.136.86.35',NULL,NULL),(83676,'four_oh_four','2021-09-06 05:12:32','2021-09-06 10:12:32','150.136.86.35',NULL,NULL),(83677,'four_oh_four','2021-09-06 05:12:35','2021-09-06 10:12:35','150.136.86.35',NULL,NULL),(83678,'four_oh_four','2021-09-06 05:12:37','2021-09-06 10:12:37','150.136.86.35',NULL,NULL),(83679,'four_oh_four','2021-09-06 05:12:39','2021-09-06 10:12:39','150.136.86.35',NULL,NULL),(83680,'four_oh_four','2021-09-06 05:12:41','2021-09-06 10:12:41','150.136.86.35',NULL,NULL),(83681,'four_oh_four','2021-09-06 10:24:50','2021-09-06 15:24:50','210.143.102.114',NULL,NULL),(83682,'four_oh_four','2021-09-06 10:27:10','2021-09-06 15:27:10','207.46.13.160',NULL,NULL),(83683,'four_oh_four','2021-09-06 10:29:39','2021-09-06 15:29:39','45.87.1.156',NULL,NULL),(83684,'four_oh_four','2021-09-06 12:01:36','2021-09-06 17:01:36','185.191.34.215',NULL,NULL),(83685,'four_oh_four','2021-09-06 12:22:36','2021-09-06 17:22:36','115.93.182.67',NULL,NULL),(83686,'four_oh_four','2021-09-06 12:23:00','2021-09-06 17:23:00','115.93.182.67',NULL,NULL),(83687,'brute_force','2021-09-06 12:26:20','2021-09-06 17:26:20','5.156.35.20',NULL,NULL),(83688,'brute_force','2021-09-06 12:26:20','2021-09-06 17:26:20',NULL,NULL,'admin'),(83689,'brute_force','2021-09-06 12:27:44','2021-09-06 17:27:44','5.156.35.20',NULL,NULL),(83690,'brute_force','2021-09-06 12:27:44','2021-09-06 17:27:44',NULL,NULL,'admin'),(83691,'brute_force','2021-09-06 12:28:45','2021-09-06 17:28:45','5.156.35.20',NULL,NULL),(83692,'brute_force','2021-09-06 12:28:45','2021-09-06 17:28:45',NULL,NULL,'admin'),(83693,'brute_force','2021-09-06 12:29:48','2021-09-06 17:29:48','5.156.35.20',NULL,NULL),(83694,'brute_force','2021-09-06 12:29:48','2021-09-06 17:29:48',NULL,NULL,'admin'),(83695,'brute_force','2021-09-06 12:30:49','2021-09-06 17:30:49','5.156.35.20',NULL,NULL),(83696,'brute_force','2021-09-06 12:30:49','2021-09-06 17:30:49',NULL,NULL,'admin'),(83697,'four_oh_four','2021-09-06 12:45:36','2021-09-06 17:45:36','5.102.173.71',NULL,NULL),(83698,'four_oh_four','2021-09-06 13:10:52','2021-09-06 18:10:52','185.191.34.215',NULL,NULL),(83699,'four_oh_four','2021-09-06 14:05:10','2021-09-06 19:05:10','184.154.76.35',NULL,NULL),(83700,'four_oh_four','2021-09-06 14:06:57','2021-09-06 19:06:57','184.154.76.35',NULL,NULL),(83701,'four_oh_four','2021-09-06 15:08:47','2021-09-06 20:08:47','77.247.181.165',NULL,NULL),(83702,'four_oh_four','2021-09-06 15:46:18','2021-09-06 20:46:18','178.22.194.156',NULL,NULL),(83703,'four_oh_four','2021-09-06 17:09:00','2021-09-06 22:09:00','80.251.153.12',NULL,NULL),(83704,'brute_force','2021-09-06 17:43:54','2021-09-06 22:43:54','5.188.62.214',NULL,NULL),(83705,'brute_force','2021-09-06 17:43:54','2021-09-06 22:43:54',NULL,NULL,'adminu'),(83706,'brute_force','2021-09-06 17:43:57','2021-09-06 22:43:57','5.188.62.214',NULL,NULL),(83707,'brute_force','2021-09-06 17:43:57','2021-09-06 22:43:57',NULL,NULL,'admin'),(83708,'brute_force','2021-09-06 17:52:07','2021-09-06 22:52:07','5.188.62.214',NULL,NULL),(83709,'brute_force','2021-09-06 17:52:07','2021-09-06 22:52:07',NULL,NULL,'adminu'),(83710,'brute_force','2021-09-06 17:52:10','2021-09-06 22:52:10','5.188.62.214',NULL,NULL),(83711,'brute_force','2021-09-06 17:52:10','2021-09-06 22:52:10',NULL,NULL,'admin'),(83712,'brute_force','2021-09-06 17:59:23','2021-09-06 22:59:23','5.188.62.214',NULL,NULL),(83713,'brute_force','2021-09-06 17:59:23','2021-09-06 22:59:23',NULL,NULL,'adminu'),(83714,'brute_force','2021-09-06 17:59:27','2021-09-06 22:59:27','5.188.62.214',NULL,NULL),(83715,'brute_force','2021-09-06 17:59:27','2021-09-06 22:59:27',NULL,NULL,'zphiblgz'),(83716,'brute_force','2021-09-06 18:06:35','2021-09-06 23:06:35','5.188.62.214',NULL,NULL),(83717,'brute_force','2021-09-06 18:06:35','2021-09-06 23:06:35',NULL,NULL,'adminu'),(83718,'brute_force','2021-09-06 18:06:39','2021-09-06 23:06:39','5.188.62.214',NULL,NULL),(83719,'brute_force','2021-09-06 18:06:39','2021-09-06 23:06:39',NULL,NULL,'admin'),(83720,'brute_force','2021-09-06 18:13:42','2021-09-06 23:13:42','5.188.62.214',NULL,NULL),(83721,'brute_force','2021-09-06 18:13:42','2021-09-06 23:13:42',NULL,NULL,'adminu'),(83722,'brute_force','2021-09-06 18:13:45','2021-09-06 23:13:45','5.188.62.214',NULL,NULL),(83723,'brute_force','2021-09-06 18:13:45','2021-09-06 23:13:45',NULL,NULL,'admin'),(83724,'four_oh_four','2021-09-06 18:18:35','2021-09-06 23:18:35','128.71.214.72',NULL,NULL),(83725,'brute_force','2021-09-06 18:20:48','2021-09-06 23:20:48','5.188.62.214',NULL,NULL),(83726,'brute_force','2021-09-06 18:20:48','2021-09-06 23:20:48',NULL,NULL,'adminu'),(83727,'brute_force','2021-09-06 18:20:53','2021-09-06 23:20:53','5.188.62.214',NULL,NULL),(83728,'brute_force','2021-09-06 18:20:53','2021-09-06 23:20:53',NULL,NULL,'admin'),(83729,'brute_force','2021-09-06 18:27:44','2021-09-06 23:27:44','5.188.62.214',NULL,NULL),(83730,'brute_force','2021-09-06 18:27:44','2021-09-06 23:27:44',NULL,NULL,'adminu'),(83731,'brute_force','2021-09-06 18:27:49','2021-09-06 23:27:49','5.188.62.214',NULL,NULL),(83732,'brute_force','2021-09-06 18:27:49','2021-09-06 23:27:49',NULL,NULL,'admin'),(83733,'brute_force','2021-09-06 18:28:16','2021-09-06 23:28:16','5.156.35.20',NULL,NULL),(83734,'brute_force','2021-09-06 18:28:16','2021-09-06 23:28:16',NULL,NULL,'admin'),(83735,'brute_force','2021-09-06 18:29:17','2021-09-06 23:29:17','5.156.35.20',NULL,NULL),(83736,'brute_force','2021-09-06 18:29:17','2021-09-06 23:29:17',NULL,NULL,'admin'),(83737,'brute_force','2021-09-06 18:30:23','2021-09-06 23:30:23','5.156.35.20',NULL,NULL),(83738,'brute_force','2021-09-06 18:30:23','2021-09-06 23:30:23',NULL,NULL,'admin'),(83739,'brute_force','2021-09-06 18:31:25','2021-09-06 23:31:25','5.156.35.20',NULL,NULL),(83740,'brute_force','2021-09-06 18:31:25','2021-09-06 23:31:25',NULL,NULL,'admin'),(83741,'brute_force','2021-09-06 18:32:26','2021-09-06 23:32:26','5.156.35.20',NULL,NULL),(83742,'brute_force','2021-09-06 18:32:26','2021-09-06 23:32:26',NULL,NULL,'admin'),(83743,'brute_force','2021-09-06 18:34:37','2021-09-06 23:34:37','5.188.62.214',NULL,NULL),(83744,'brute_force','2021-09-06 18:34:37','2021-09-06 23:34:37',NULL,NULL,'adminu'),(83745,'brute_force','2021-09-06 18:34:41','2021-09-06 23:34:41','5.188.62.214',NULL,NULL),(83746,'brute_force','2021-09-06 18:34:41','2021-09-06 23:34:41',NULL,NULL,'admin'),(83747,'brute_force','2021-09-06 18:42:02','2021-09-06 23:42:02','5.188.62.214',NULL,NULL),(83748,'brute_force','2021-09-06 18:42:02','2021-09-06 23:42:02',NULL,NULL,'adminu'),(83749,'brute_force','2021-09-06 18:42:06','2021-09-06 23:42:06','5.188.62.214',NULL,NULL),(83750,'brute_force','2021-09-06 18:42:06','2021-09-06 23:42:06',NULL,NULL,'zphiblgz'),(83751,'brute_force','2021-09-06 18:48:52','2021-09-06 23:48:52','5.188.62.214',NULL,NULL),(83752,'brute_force','2021-09-06 18:48:52','2021-09-06 23:48:52',NULL,NULL,'adminu'),(83753,'brute_force','2021-09-06 18:48:55','2021-09-06 23:48:55','5.188.62.214',NULL,NULL),(83754,'brute_force','2021-09-06 18:48:55','2021-09-06 23:48:55',NULL,NULL,'admin'),(83755,'brute_force','2021-09-06 18:55:43','2021-09-06 23:55:43','5.188.62.214',NULL,NULL),(83756,'brute_force','2021-09-06 18:55:43','2021-09-06 23:55:43',NULL,NULL,'adminu'),(83757,'brute_force','2021-09-06 18:55:46','2021-09-06 23:55:46','5.188.62.214',NULL,NULL),(83758,'brute_force','2021-09-06 18:55:46','2021-09-06 23:55:46',NULL,NULL,'zphiblgz'),(83759,'brute_force','2021-09-06 19:02:27','2021-09-07 00:02:27','5.188.62.214',NULL,NULL),(83760,'brute_force','2021-09-06 19:02:27','2021-09-07 00:02:27',NULL,NULL,'adminu'),(83761,'brute_force','2021-09-06 19:02:32','2021-09-07 00:02:32','5.188.62.214',NULL,NULL),(83762,'brute_force','2021-09-06 19:02:32','2021-09-07 00:02:32',NULL,NULL,'zphiblgz'),(83763,'brute_force','2021-09-06 19:09:21','2021-09-07 00:09:21','5.188.62.214',NULL,NULL),(83764,'brute_force','2021-09-06 19:09:21','2021-09-07 00:09:21',NULL,NULL,'adminu'),(83765,'brute_force','2021-09-06 19:09:25','2021-09-07 00:09:25','5.188.62.214',NULL,NULL),(83766,'brute_force','2021-09-06 19:09:25','2021-09-07 00:09:25',NULL,NULL,'admin'),(83767,'brute_force','2021-09-06 19:16:09','2021-09-07 00:16:09','5.188.62.214',NULL,NULL),(83768,'brute_force','2021-09-06 19:16:09','2021-09-07 00:16:09',NULL,NULL,'adminu'),(83769,'brute_force','2021-09-06 19:16:12','2021-09-07 00:16:12','5.188.62.214',NULL,NULL),(83770,'brute_force','2021-09-06 19:16:12','2021-09-07 00:16:12',NULL,NULL,'admin'),(83771,'brute_force','2021-09-06 19:23:05','2021-09-07 00:23:05','5.188.62.214',NULL,NULL),(83772,'brute_force','2021-09-06 19:23:05','2021-09-07 00:23:05',NULL,NULL,'adminu'),(83773,'brute_force','2021-09-06 19:23:09','2021-09-07 00:23:09','5.188.62.214',NULL,NULL),(83774,'brute_force','2021-09-06 19:23:09','2021-09-07 00:23:09',NULL,NULL,'admin'),(83775,'brute_force','2021-09-06 19:30:05','2021-09-07 00:30:05','5.188.62.214',NULL,NULL),(83776,'brute_force','2021-09-06 19:30:05','2021-09-07 00:30:05',NULL,NULL,'adminu'),(83777,'brute_force','2021-09-06 19:30:09','2021-09-07 00:30:09','5.188.62.214',NULL,NULL),(83778,'brute_force','2021-09-06 19:30:09','2021-09-07 00:30:09',NULL,NULL,'admin'),(83779,'brute_force','2021-09-06 19:37:15','2021-09-07 00:37:15','5.188.62.214',NULL,NULL),(83780,'brute_force','2021-09-06 19:37:15','2021-09-07 00:37:15',NULL,NULL,'adminu'),(83781,'brute_force','2021-09-06 19:37:19','2021-09-07 00:37:19','5.188.62.214',NULL,NULL),(83782,'brute_force','2021-09-06 19:37:19','2021-09-07 00:37:19',NULL,NULL,'admin'),(83783,'brute_force','2021-09-06 19:44:22','2021-09-07 00:44:22','5.188.62.214',NULL,NULL),(83784,'brute_force','2021-09-06 19:44:22','2021-09-07 00:44:22',NULL,NULL,'adminu'),(83785,'brute_force','2021-09-06 19:44:25','2021-09-07 00:44:25','5.188.62.214',NULL,NULL),(83786,'brute_force','2021-09-06 19:44:25','2021-09-07 00:44:25',NULL,NULL,'admin'),(83787,'brute_force','2021-09-06 19:51:42','2021-09-07 00:51:42','5.188.62.214',NULL,NULL),(83788,'brute_force','2021-09-06 19:51:42','2021-09-07 00:51:42',NULL,NULL,'adminu'),(83789,'brute_force','2021-09-06 19:51:45','2021-09-07 00:51:45','5.188.62.214',NULL,NULL),(83790,'brute_force','2021-09-06 19:51:45','2021-09-07 00:51:45',NULL,NULL,'admin'),(83791,'brute_force','2021-09-06 19:58:55','2021-09-07 00:58:55','5.188.62.214',NULL,NULL),(83792,'brute_force','2021-09-06 19:58:55','2021-09-07 00:58:55',NULL,NULL,'adminu'),(83793,'brute_force','2021-09-06 19:58:59','2021-09-07 00:58:59','5.188.62.214',NULL,NULL),(83794,'brute_force','2021-09-06 19:58:59','2021-09-07 00:58:59',NULL,NULL,'admin'),(83795,'brute_force','2021-09-06 20:06:55','2021-09-07 01:06:55','5.188.62.214',NULL,NULL),(83796,'brute_force','2021-09-06 20:06:55','2021-09-07 01:06:55',NULL,NULL,'adminu'),(83797,'brute_force','2021-09-06 20:06:59','2021-09-07 01:06:59','5.188.62.214',NULL,NULL),(83798,'brute_force','2021-09-06 20:06:59','2021-09-07 01:06:59',NULL,NULL,'admin'),(83799,'brute_force','2021-09-06 20:14:34','2021-09-07 01:14:34','5.188.62.214',NULL,NULL),(83800,'brute_force','2021-09-06 20:14:34','2021-09-07 01:14:34',NULL,NULL,'adminu'),(83801,'brute_force','2021-09-06 20:22:01','2021-09-07 01:22:01','5.188.62.214',NULL,NULL),(83802,'brute_force','2021-09-06 20:22:01','2021-09-07 01:22:01',NULL,NULL,'adminu'),(83803,'brute_force','2021-09-06 20:29:21','2021-09-07 01:29:21','5.188.62.214',NULL,NULL),(83804,'brute_force','2021-09-06 20:29:21','2021-09-07 01:29:21',NULL,NULL,'adminu'),(83805,'brute_force','2021-09-06 20:36:47','2021-09-07 01:36:47','5.188.62.214',NULL,NULL),(83806,'brute_force','2021-09-06 20:36:47','2021-09-07 01:36:47',NULL,NULL,'adminu'),(83807,'brute_force','2021-09-06 20:44:36','2021-09-07 01:44:36','5.188.62.214',NULL,NULL),(83808,'brute_force','2021-09-06 20:44:36','2021-09-07 01:44:36',NULL,NULL,'adminu'),(83809,'brute_force','2021-09-06 20:54:13','2021-09-07 01:54:13','5.188.62.214',NULL,NULL),(83810,'brute_force','2021-09-06 20:54:13','2021-09-07 01:54:13',NULL,NULL,'adminu'),(83811,'four_oh_four','2021-09-06 21:01:20','2021-09-07 02:01:20','185.191.34.215',NULL,NULL),(83812,'brute_force','2021-09-06 21:01:31','2021-09-07 02:01:31','5.188.62.214',NULL,NULL),(83813,'brute_force','2021-09-06 21:01:31','2021-09-07 02:01:31',NULL,NULL,'adminu'),(83814,'brute_force','2021-09-06 21:08:43','2021-09-07 02:08:43','5.188.62.214',NULL,NULL),(83815,'brute_force','2021-09-06 21:08:43','2021-09-07 02:08:43',NULL,NULL,'adminu'),(83816,'brute_force','2021-09-06 21:15:55','2021-09-07 02:15:55','5.188.62.214',NULL,NULL),(83817,'brute_force','2021-09-06 21:15:55','2021-09-07 02:15:55',NULL,NULL,'adminu'),(83818,'brute_force','2021-09-06 21:22:54','2021-09-07 02:22:54','5.188.62.214',NULL,NULL),(83819,'brute_force','2021-09-06 21:22:54','2021-09-07 02:22:54',NULL,NULL,'adminu'),(83820,'brute_force','2021-09-06 21:29:52','2021-09-07 02:29:52','5.188.62.214',NULL,NULL),(83821,'brute_force','2021-09-06 21:29:52','2021-09-07 02:29:52',NULL,NULL,'adminu'),(83822,'brute_force','2021-09-06 21:36:54','2021-09-07 02:36:54','5.188.62.214',NULL,NULL),(83823,'brute_force','2021-09-06 21:36:54','2021-09-07 02:36:54',NULL,NULL,'adminu'),(83824,'brute_force','2021-09-06 21:44:03','2021-09-07 02:44:03','5.188.62.214',NULL,NULL),(83825,'brute_force','2021-09-06 21:44:03','2021-09-07 02:44:03',NULL,NULL,'adminu'),(83826,'brute_force','2021-09-06 21:51:01','2021-09-07 02:51:01','5.188.62.214',NULL,NULL),(83827,'brute_force','2021-09-06 21:51:01','2021-09-07 02:51:01',NULL,NULL,'adminu'),(83828,'brute_force','2021-09-06 21:57:58','2021-09-07 02:57:58','5.188.62.214',NULL,NULL),(83829,'brute_force','2021-09-06 21:57:58','2021-09-07 02:57:58',NULL,NULL,'adminu'),(83830,'brute_force','2021-09-06 22:05:04','2021-09-07 03:05:04','5.188.62.214',NULL,NULL),(83831,'brute_force','2021-09-06 22:05:04','2021-09-07 03:05:04',NULL,NULL,'adminu'),(83832,'four_oh_four','2021-09-06 22:10:48','2021-09-07 03:10:48','195.246.120.171',NULL,NULL),(83833,'brute_force','2021-09-06 22:12:01','2021-09-07 03:12:01','5.188.62.214',NULL,NULL),(83834,'brute_force','2021-09-06 22:12:01','2021-09-07 03:12:01',NULL,NULL,'adminu'),(83835,'brute_force','2021-09-06 22:19:04','2021-09-07 03:19:04','5.188.62.214',NULL,NULL),(83836,'brute_force','2021-09-06 22:19:04','2021-09-07 03:19:04',NULL,NULL,'adminu'),(83837,'brute_force','2021-09-06 22:26:13','2021-09-07 03:26:13','5.188.62.214',NULL,NULL),(83838,'brute_force','2021-09-06 22:26:13','2021-09-07 03:26:13',NULL,NULL,'adminu'),(83839,'brute_force','2021-09-06 22:33:24','2021-09-07 03:33:24','5.188.62.214',NULL,NULL),(83840,'brute_force','2021-09-06 22:33:24','2021-09-07 03:33:24',NULL,NULL,'adminu'),(83841,'brute_force','2021-09-06 22:42:33','2021-09-07 03:42:33','5.188.62.214',NULL,NULL),(83842,'brute_force','2021-09-06 22:42:33','2021-09-07 03:42:33',NULL,NULL,'adminu'),(83843,'brute_force','2021-09-06 22:49:47','2021-09-07 03:49:47','5.188.62.214',NULL,NULL),(83844,'brute_force','2021-09-06 22:49:47','2021-09-07 03:49:47',NULL,NULL,'adminu'),(83845,'brute_force','2021-09-06 22:57:14','2021-09-07 03:57:14','5.188.62.214',NULL,NULL),(83846,'brute_force','2021-09-06 22:57:14','2021-09-07 03:57:14',NULL,NULL,'adminu'),(83847,'brute_force','2021-09-06 23:04:13','2021-09-07 04:04:13','5.188.62.214',NULL,NULL),(83848,'brute_force','2021-09-06 23:04:13','2021-09-07 04:04:13',NULL,NULL,'adminu'),(83849,'brute_force','2021-09-06 23:11:30','2021-09-07 04:11:30','5.188.62.214',NULL,NULL),(83850,'brute_force','2021-09-06 23:11:30','2021-09-07 04:11:30',NULL,NULL,'adminu'),(83851,'brute_force','2021-09-06 23:18:53','2021-09-07 04:18:53','5.188.62.214',NULL,NULL),(83852,'brute_force','2021-09-06 23:18:53','2021-09-07 04:18:53',NULL,NULL,'adminu'),(83853,'brute_force','2021-09-06 23:26:24','2021-09-07 04:26:24','5.188.62.214',NULL,NULL),(83854,'brute_force','2021-09-06 23:26:24','2021-09-07 04:26:24',NULL,NULL,'adminu'),(83855,'brute_force','2021-09-06 23:26:30','2021-09-07 04:26:30','5.188.62.214',NULL,NULL),(83856,'brute_force','2021-09-06 23:26:30','2021-09-07 04:26:30',NULL,NULL,'zphiblgz'),(83857,'brute_force','2021-09-06 23:33:22','2021-09-07 04:33:22','5.188.62.214',NULL,NULL),(83858,'brute_force','2021-09-06 23:33:22','2021-09-07 04:33:22',NULL,NULL,'adminu'),(83859,'brute_force','2021-09-06 23:33:25','2021-09-07 04:33:25','5.188.62.214',NULL,NULL),(83860,'brute_force','2021-09-06 23:33:25','2021-09-07 04:33:25',NULL,NULL,'zphiblgz'),(83861,'brute_force','2021-09-06 23:40:14','2021-09-07 04:40:14','5.188.62.214',NULL,NULL),(83862,'brute_force','2021-09-06 23:40:14','2021-09-07 04:40:14',NULL,NULL,'adminu'),(83863,'brute_force','2021-09-06 23:40:17','2021-09-07 04:40:17','5.188.62.214',NULL,NULL),(83864,'brute_force','2021-09-06 23:40:17','2021-09-07 04:40:17',NULL,NULL,'zphiblgz'),(83865,'brute_force','2021-09-06 23:47:14','2021-09-07 04:47:14','5.188.62.214',NULL,NULL),(83866,'brute_force','2021-09-06 23:47:14','2021-09-07 04:47:14',NULL,NULL,'adminu'),(83867,'brute_force','2021-09-06 23:47:18','2021-09-07 04:47:18','5.188.62.214',NULL,NULL),(83868,'brute_force','2021-09-06 23:47:18','2021-09-07 04:47:18',NULL,NULL,'admin'),(83869,'brute_force','2021-09-06 23:54:10','2021-09-07 04:54:10','5.188.62.214',NULL,NULL),(83870,'brute_force','2021-09-06 23:54:10','2021-09-07 04:54:10',NULL,NULL,'adminu'),(83871,'brute_force','2021-09-06 23:54:15','2021-09-07 04:54:15','5.188.62.214',NULL,NULL),(83872,'brute_force','2021-09-06 23:54:15','2021-09-07 04:54:15',NULL,NULL,'admin'),(83873,'four_oh_four','2021-09-07 00:00:38','2021-09-07 05:00:38','185.220.101.232',NULL,NULL),(83874,'brute_force','2021-09-07 00:00:55','2021-09-07 05:00:55','5.188.62.214',NULL,NULL),(83875,'brute_force','2021-09-07 00:00:55','2021-09-07 05:00:55',NULL,NULL,'adminu'),(83876,'brute_force','2021-09-07 00:00:59','2021-09-07 05:00:59','5.188.62.214',NULL,NULL),(83877,'brute_force','2021-09-07 00:00:59','2021-09-07 05:00:59',NULL,NULL,'admin'),(83878,'brute_force','2021-09-07 00:07:37','2021-09-07 05:07:37','5.188.62.214',NULL,NULL),(83879,'brute_force','2021-09-07 00:07:37','2021-09-07 05:07:37',NULL,NULL,'adminu'),(83880,'brute_force','2021-09-07 00:07:40','2021-09-07 05:07:40','5.188.62.214',NULL,NULL),(83881,'brute_force','2021-09-07 00:07:40','2021-09-07 05:07:40',NULL,NULL,'zphiblgz'),(83882,'brute_force','2021-09-07 00:14:17','2021-09-07 05:14:17','5.188.62.214',NULL,NULL),(83883,'brute_force','2021-09-07 00:14:17','2021-09-07 05:14:17',NULL,NULL,'adminu'),(83884,'brute_force','2021-09-07 00:14:21','2021-09-07 05:14:21','5.188.62.214',NULL,NULL),(83885,'brute_force','2021-09-07 00:14:21','2021-09-07 05:14:21',NULL,NULL,'admin'),(83886,'brute_force','2021-09-07 00:20:58','2021-09-07 05:20:58','5.188.62.214',NULL,NULL),(83887,'brute_force','2021-09-07 00:20:58','2021-09-07 05:20:58',NULL,NULL,'adminu'),(83888,'brute_force','2021-09-07 00:21:05','2021-09-07 05:21:05','5.188.62.214',NULL,NULL),(83889,'brute_force','2021-09-07 00:21:05','2021-09-07 05:21:05',NULL,NULL,'zphiblgz'),(83890,'brute_force','2021-09-07 00:27:40','2021-09-07 05:27:40','5.188.62.214',NULL,NULL),(83891,'brute_force','2021-09-07 00:27:40','2021-09-07 05:27:40',NULL,NULL,'adminu'),(83892,'brute_force','2021-09-07 00:27:43','2021-09-07 05:27:43','5.188.62.214',NULL,NULL),(83893,'brute_force','2021-09-07 00:27:43','2021-09-07 05:27:43',NULL,NULL,'admin'),(83894,'brute_force','2021-09-07 00:34:24','2021-09-07 05:34:24','5.188.62.214',NULL,NULL),(83895,'brute_force','2021-09-07 00:34:24','2021-09-07 05:34:24',NULL,NULL,'adminu'),(83896,'brute_force','2021-09-07 00:34:28','2021-09-07 05:34:28','5.188.62.214',NULL,NULL),(83897,'brute_force','2021-09-07 00:34:28','2021-09-07 05:34:28',NULL,NULL,'admin'),(83898,'brute_force','2021-09-07 00:41:10','2021-09-07 05:41:10','5.188.62.214',NULL,NULL),(83899,'brute_force','2021-09-07 00:41:10','2021-09-07 05:41:10',NULL,NULL,'adminu'),(83900,'brute_force','2021-09-07 00:41:17','2021-09-07 05:41:17','5.188.62.214',NULL,NULL),(83901,'brute_force','2021-09-07 00:41:17','2021-09-07 05:41:17',NULL,NULL,'zphiblgz'),(83902,'brute_force','2021-09-07 00:47:52','2021-09-07 05:47:52','5.188.62.214',NULL,NULL),(83903,'brute_force','2021-09-07 00:47:52','2021-09-07 05:47:52',NULL,NULL,'adminu'),(83904,'brute_force','2021-09-07 00:47:56','2021-09-07 05:47:56','5.188.62.214',NULL,NULL),(83905,'brute_force','2021-09-07 00:47:56','2021-09-07 05:47:56',NULL,NULL,'zphiblgz'),(83906,'brute_force','2021-09-07 00:54:39','2021-09-07 05:54:39','5.188.62.214',NULL,NULL),(83907,'brute_force','2021-09-07 00:54:39','2021-09-07 05:54:39',NULL,NULL,'adminu'),(83908,'brute_force','2021-09-07 00:54:41','2021-09-07 05:54:41','5.188.62.214',NULL,NULL),(83909,'brute_force','2021-09-07 00:54:41','2021-09-07 05:54:41',NULL,NULL,'admin'),(83910,'brute_force','2021-09-07 01:01:26','2021-09-07 06:01:26','5.188.62.214',NULL,NULL),(83911,'brute_force','2021-09-07 01:01:26','2021-09-07 06:01:26',NULL,NULL,'adminu'),(83912,'brute_force','2021-09-07 01:01:31','2021-09-07 06:01:31','5.188.62.214',NULL,NULL),(83913,'brute_force','2021-09-07 01:01:31','2021-09-07 06:01:31',NULL,NULL,'zphiblgz'),(83914,'brute_force','2021-09-07 01:08:19','2021-09-07 06:08:19','5.188.62.214',NULL,NULL),(83915,'brute_force','2021-09-07 01:08:19','2021-09-07 06:08:19',NULL,NULL,'adminu'),(83916,'brute_force','2021-09-07 01:08:22','2021-09-07 06:08:22','5.188.62.214',NULL,NULL),(83917,'brute_force','2021-09-07 01:08:22','2021-09-07 06:08:22',NULL,NULL,'admin'),(83918,'brute_force','2021-09-07 01:15:16','2021-09-07 06:15:16','5.188.62.214',NULL,NULL),(83919,'brute_force','2021-09-07 01:15:16','2021-09-07 06:15:16',NULL,NULL,'adminu'),(83920,'brute_force','2021-09-07 01:15:20','2021-09-07 06:15:20','5.188.62.214',NULL,NULL),(83921,'brute_force','2021-09-07 01:15:20','2021-09-07 06:15:20',NULL,NULL,'admin'),(83922,'brute_force','2021-09-07 01:22:18','2021-09-07 06:22:18','5.188.62.214',NULL,NULL),(83923,'brute_force','2021-09-07 01:22:18','2021-09-07 06:22:18',NULL,NULL,'adminu'),(83924,'brute_force','2021-09-07 01:22:22','2021-09-07 06:22:22','5.188.62.214',NULL,NULL),(83925,'brute_force','2021-09-07 01:22:22','2021-09-07 06:22:22',NULL,NULL,'zphiblgz'),(83926,'four_oh_four','2021-09-07 01:28:30','2021-09-07 06:28:30','185.191.34.215',NULL,NULL),(83927,'brute_force','2021-09-07 01:29:33','2021-09-07 06:29:33','5.188.62.214',NULL,NULL),(83928,'brute_force','2021-09-07 01:29:33','2021-09-07 06:29:33',NULL,NULL,'adminu'),(83929,'brute_force','2021-09-07 01:29:36','2021-09-07 06:29:36','5.188.62.214',NULL,NULL),(83930,'brute_force','2021-09-07 01:29:36','2021-09-07 06:29:36',NULL,NULL,'zphiblgz'),(83931,'brute_force','2021-09-07 01:36:31','2021-09-07 06:36:31','5.188.62.214',NULL,NULL),(83932,'brute_force','2021-09-07 01:36:31','2021-09-07 06:36:31',NULL,NULL,'adminu'),(83933,'brute_force','2021-09-07 01:36:34','2021-09-07 06:36:34','5.188.62.214',NULL,NULL),(83934,'brute_force','2021-09-07 01:36:34','2021-09-07 06:36:34',NULL,NULL,'admin'),(83935,'brute_force','2021-09-07 01:43:36','2021-09-07 06:43:36','5.188.62.214',NULL,NULL),(83936,'brute_force','2021-09-07 01:43:36','2021-09-07 06:43:36',NULL,NULL,'adminu'),(83937,'brute_force','2021-09-07 01:43:39','2021-09-07 06:43:39','5.188.62.214',NULL,NULL),(83938,'brute_force','2021-09-07 01:43:39','2021-09-07 06:43:39',NULL,NULL,'admin'),(83939,'brute_force','2021-09-07 01:50:47','2021-09-07 06:50:47','5.188.62.214',NULL,NULL),(83940,'brute_force','2021-09-07 01:50:47','2021-09-07 06:50:47',NULL,NULL,'adminu'),(83941,'brute_force','2021-09-07 01:50:52','2021-09-07 06:50:52','5.188.62.214',NULL,NULL),(83942,'brute_force','2021-09-07 01:50:52','2021-09-07 06:50:52',NULL,NULL,'zphiblgz'),(83943,'brute_force','2021-09-07 01:57:45','2021-09-07 06:57:45','5.188.62.214',NULL,NULL),(83944,'brute_force','2021-09-07 01:57:45','2021-09-07 06:57:45',NULL,NULL,'adminu'),(83945,'brute_force','2021-09-07 01:57:49','2021-09-07 06:57:49','5.188.62.214',NULL,NULL),(83946,'brute_force','2021-09-07 01:57:49','2021-09-07 06:57:49',NULL,NULL,'admin'),(83947,'brute_force','2021-09-07 02:04:47','2021-09-07 07:04:47','5.188.62.214',NULL,NULL),(83948,'brute_force','2021-09-07 02:04:47','2021-09-07 07:04:47',NULL,NULL,'adminu'),(83949,'brute_force','2021-09-07 02:04:50','2021-09-07 07:04:50','5.188.62.214',NULL,NULL),(83950,'brute_force','2021-09-07 02:04:50','2021-09-07 07:04:50',NULL,NULL,'admin'),(83951,'brute_force','2021-09-07 02:11:52','2021-09-07 07:11:52','5.188.62.214',NULL,NULL),(83952,'brute_force','2021-09-07 02:11:52','2021-09-07 07:11:52',NULL,NULL,'adminu'),(83953,'brute_force','2021-09-07 02:11:57','2021-09-07 07:11:57','5.188.62.214',NULL,NULL),(83954,'brute_force','2021-09-07 02:11:57','2021-09-07 07:11:57',NULL,NULL,'admin'),(83955,'brute_force','2021-09-07 02:20:59','2021-09-07 07:20:59','5.188.62.214',NULL,NULL),(83956,'brute_force','2021-09-07 02:20:59','2021-09-07 07:20:59',NULL,NULL,'adminu'),(83957,'brute_force','2021-09-07 02:21:03','2021-09-07 07:21:03','5.188.62.214',NULL,NULL),(83958,'brute_force','2021-09-07 02:21:03','2021-09-07 07:21:03',NULL,NULL,'admin'),(83959,'brute_force','2021-09-07 02:28:11','2021-09-07 07:28:11','5.188.62.214',NULL,NULL),(83960,'brute_force','2021-09-07 02:28:11','2021-09-07 07:28:11',NULL,NULL,'adminu'),(83961,'brute_force','2021-09-07 02:35:28','2021-09-07 07:35:28','5.188.62.214',NULL,NULL),(83962,'brute_force','2021-09-07 02:35:28','2021-09-07 07:35:28',NULL,NULL,'adminu'),(83963,'brute_force','2021-09-07 02:42:41','2021-09-07 07:42:41','5.188.62.214',NULL,NULL),(83964,'brute_force','2021-09-07 02:42:41','2021-09-07 07:42:41',NULL,NULL,'adminu'),(83965,'brute_force','2021-09-07 02:49:54','2021-09-07 07:49:54','5.188.62.214',NULL,NULL),(83966,'brute_force','2021-09-07 02:49:54','2021-09-07 07:49:54',NULL,NULL,'adminu'),(83967,'four_oh_four','2021-09-07 02:52:02','2021-09-07 07:52:02','178.213.21.185',NULL,NULL),(83968,'brute_force','2021-09-07 02:56:56','2021-09-07 07:56:56','5.188.62.214',NULL,NULL),(83969,'brute_force','2021-09-07 02:56:56','2021-09-07 07:56:56',NULL,NULL,'adminu'),(83970,'brute_force','2021-09-07 03:03:50','2021-09-07 08:03:50','5.188.62.214',NULL,NULL),(83971,'brute_force','2021-09-07 03:03:50','2021-09-07 08:03:50',NULL,NULL,'adminu'),(83972,'brute_force','2021-09-07 03:10:40','2021-09-07 08:10:40','5.188.62.214',NULL,NULL),(83973,'brute_force','2021-09-07 03:10:40','2021-09-07 08:10:40',NULL,NULL,'adminu'),(83974,'brute_force','2021-09-07 03:17:21','2021-09-07 08:17:21','5.188.62.214',NULL,NULL),(83975,'brute_force','2021-09-07 03:17:21','2021-09-07 08:17:21',NULL,NULL,'adminu'),(83976,'brute_force','2021-09-07 03:24:14','2021-09-07 08:24:14','5.188.62.214',NULL,NULL),(83977,'brute_force','2021-09-07 03:24:14','2021-09-07 08:24:14',NULL,NULL,'adminu'),(83978,'brute_force','2021-09-07 03:31:14','2021-09-07 08:31:14','5.188.62.214',NULL,NULL),(83979,'brute_force','2021-09-07 03:31:14','2021-09-07 08:31:14',NULL,NULL,'adminu'),(83980,'brute_force','2021-09-07 03:38:01','2021-09-07 08:38:01','5.188.62.214',NULL,NULL),(83981,'brute_force','2021-09-07 03:38:01','2021-09-07 08:38:01',NULL,NULL,'adminu'),(83982,'brute_force','2021-09-07 03:44:59','2021-09-07 08:44:59','5.188.62.214',NULL,NULL),(83983,'brute_force','2021-09-07 03:44:59','2021-09-07 08:44:59',NULL,NULL,'adminu'),(83984,'brute_force','2021-09-07 03:51:48','2021-09-07 08:51:48','5.188.62.214',NULL,NULL),(83985,'brute_force','2021-09-07 03:51:48','2021-09-07 08:51:48',NULL,NULL,'adminu'),(83986,'brute_force','2021-09-07 03:58:58','2021-09-07 08:58:58','5.188.62.214',NULL,NULL),(83987,'brute_force','2021-09-07 03:58:58','2021-09-07 08:58:58',NULL,NULL,'adminu'),(83988,'four_oh_four','2021-09-07 04:03:29','2021-09-07 09:03:29','3.237.32.211',NULL,NULL),(83989,'brute_force','2021-09-07 04:06:23','2021-09-07 09:06:23','5.188.62.214',NULL,NULL),(83990,'brute_force','2021-09-07 04:06:23','2021-09-07 09:06:23',NULL,NULL,'adminu'),(83991,'brute_force','2021-09-07 04:14:57','2021-09-07 09:14:57','5.188.62.214',NULL,NULL),(83992,'brute_force','2021-09-07 04:14:57','2021-09-07 09:14:57',NULL,NULL,'adminu'),(83993,'brute_force','2021-09-07 04:21:45','2021-09-07 09:21:45','5.188.62.214',NULL,NULL),(83994,'brute_force','2021-09-07 04:21:45','2021-09-07 09:21:45',NULL,NULL,'adminu'),(83995,'brute_force','2021-09-07 04:32:24','2021-09-07 09:32:24','5.188.62.214',NULL,NULL),(83996,'brute_force','2021-09-07 04:32:24','2021-09-07 09:32:24',NULL,NULL,'adminu'),(83997,'four_oh_four','2021-09-07 04:36:43','2021-09-07 09:36:43','185.220.102.4',NULL,NULL),(83998,'brute_force','2021-09-07 04:41:06','2021-09-07 09:41:06','5.188.62.214',NULL,NULL),(83999,'brute_force','2021-09-07 04:41:06','2021-09-07 09:41:06',NULL,NULL,'adminu'),(84000,'brute_force','2021-09-07 04:48:00','2021-09-07 09:48:00','5.188.62.214',NULL,NULL),(84001,'brute_force','2021-09-07 04:48:00','2021-09-07 09:48:00',NULL,NULL,'adminu'),(84002,'brute_force','2021-09-07 04:55:05','2021-09-07 09:55:05','5.188.62.214',NULL,NULL),(84003,'brute_force','2021-09-07 04:55:05','2021-09-07 09:55:05',NULL,NULL,'adminu'),(84004,'brute_force','2021-09-07 05:02:00','2021-09-07 10:02:00','5.188.62.214',NULL,NULL),(84005,'brute_force','2021-09-07 05:02:00','2021-09-07 10:02:00',NULL,NULL,'adminu'),(84006,'brute_force','2021-09-07 05:08:53','2021-09-07 10:08:53','5.188.62.214',NULL,NULL),(84007,'brute_force','2021-09-07 05:08:53','2021-09-07 10:08:53',NULL,NULL,'adminu'),(84008,'brute_force','2021-09-07 05:15:44','2021-09-07 10:15:44','5.188.62.214',NULL,NULL),(84009,'brute_force','2021-09-07 05:15:44','2021-09-07 10:15:44',NULL,NULL,'adminu'),(84010,'brute_force','2021-09-07 05:22:26','2021-09-07 10:22:26','5.188.62.214',NULL,NULL),(84011,'brute_force','2021-09-07 05:22:26','2021-09-07 10:22:26',NULL,NULL,'adminu'),(84012,'brute_force','2021-09-07 05:29:22','2021-09-07 10:29:22','5.188.62.214',NULL,NULL),(84013,'brute_force','2021-09-07 05:29:22','2021-09-07 10:29:22',NULL,NULL,'adminu'),(84014,'four_oh_four','2021-09-07 05:38:25','2021-09-07 10:38:25','185.191.34.215',NULL,NULL),(84015,'brute_force','2021-09-07 05:43:12','2021-09-07 10:43:12','5.188.62.214',NULL,NULL),(84016,'brute_force','2021-09-07 05:43:12','2021-09-07 10:43:12',NULL,NULL,'adminu'),(84017,'brute_force','2021-09-07 05:50:12','2021-09-07 10:50:12','5.188.62.214',NULL,NULL),(84018,'brute_force','2021-09-07 05:50:12','2021-09-07 10:50:12',NULL,NULL,'adminu'),(84019,'brute_force','2021-09-07 05:56:59','2021-09-07 10:56:59','5.188.62.214',NULL,NULL),(84020,'brute_force','2021-09-07 05:56:59','2021-09-07 10:56:59',NULL,NULL,'adminu'),(84021,'brute_force','2021-09-07 06:03:58','2021-09-07 11:03:58','5.188.62.214',NULL,NULL),(84022,'brute_force','2021-09-07 06:03:58','2021-09-07 11:03:58',NULL,NULL,'adminu'),(84023,'brute_force','2021-09-07 06:11:02','2021-09-07 11:11:02','5.188.62.214',NULL,NULL),(84024,'brute_force','2021-09-07 06:11:02','2021-09-07 11:11:02',NULL,NULL,'adminu'),(84025,'brute_force','2021-09-07 06:18:05','2021-09-07 11:18:05','5.188.62.214',NULL,NULL),(84026,'brute_force','2021-09-07 06:18:05','2021-09-07 11:18:05',NULL,NULL,'adminu'),(84027,'brute_force','2021-09-07 06:25:12','2021-09-07 11:25:12','5.188.62.214',NULL,NULL),(84028,'brute_force','2021-09-07 06:25:12','2021-09-07 11:25:12',NULL,NULL,'adminu'),(84029,'brute_force','2021-09-07 06:32:19','2021-09-07 11:32:19','5.188.62.214',NULL,NULL),(84030,'brute_force','2021-09-07 06:32:19','2021-09-07 11:32:19',NULL,NULL,'adminu'),(84031,'brute_force','2021-09-07 06:39:25','2021-09-07 11:39:25','5.188.62.214',NULL,NULL),(84032,'brute_force','2021-09-07 06:39:25','2021-09-07 11:39:25',NULL,NULL,'adminu'),(84033,'brute_force','2021-09-07 06:46:43','2021-09-07 11:46:43','5.188.62.214',NULL,NULL),(84034,'brute_force','2021-09-07 06:46:43','2021-09-07 11:46:43',NULL,NULL,'adminu'),(84035,'four_oh_four','2021-09-07 06:47:09','2021-09-07 11:47:09','195.38.8.141',NULL,NULL),(84036,'brute_force','2021-09-07 06:53:38','2021-09-07 11:53:38','5.188.62.214',NULL,NULL),(84037,'brute_force','2021-09-07 06:53:38','2021-09-07 11:53:38',NULL,NULL,'adminu'),(84038,'brute_force','2021-09-07 07:00:32','2021-09-07 12:00:32','5.188.62.214',NULL,NULL),(84039,'brute_force','2021-09-07 07:00:32','2021-09-07 12:00:32',NULL,NULL,'adminu'),(84040,'brute_force','2021-09-07 07:07:29','2021-09-07 12:07:29','5.188.62.214',NULL,NULL),(84041,'brute_force','2021-09-07 07:07:29','2021-09-07 12:07:29',NULL,NULL,'adminu'),(84042,'brute_force','2021-09-07 07:14:26','2021-09-07 12:14:26','5.188.62.214',NULL,NULL),(84043,'brute_force','2021-09-07 07:14:26','2021-09-07 12:14:26',NULL,NULL,'adminu'),(84044,'brute_force','2021-09-07 07:21:10','2021-09-07 12:21:10','5.188.62.214',NULL,NULL),(84045,'brute_force','2021-09-07 07:21:10','2021-09-07 12:21:10',NULL,NULL,'adminu'),(84046,'brute_force','2021-09-07 07:28:14','2021-09-07 12:28:14','5.188.62.214',NULL,NULL),(84047,'brute_force','2021-09-07 07:28:14','2021-09-07 12:28:14',NULL,NULL,'adminu'),(84048,'brute_force','2021-09-07 07:35:09','2021-09-07 12:35:09','5.188.62.214',NULL,NULL),(84049,'brute_force','2021-09-07 07:35:09','2021-09-07 12:35:09',NULL,NULL,'adminu'),(84050,'brute_force','2021-09-07 07:42:02','2021-09-07 12:42:02','5.188.62.214',NULL,NULL),(84051,'brute_force','2021-09-07 07:42:02','2021-09-07 12:42:02',NULL,NULL,'adminu'),(84052,'brute_force','2021-09-07 07:49:06','2021-09-07 12:49:06','5.188.62.214',NULL,NULL),(84053,'brute_force','2021-09-07 07:49:06','2021-09-07 12:49:06',NULL,NULL,'adminu'),(84054,'brute_force','2021-09-07 07:56:18','2021-09-07 12:56:18','5.188.62.214',NULL,NULL),(84055,'brute_force','2021-09-07 07:56:18','2021-09-07 12:56:18',NULL,NULL,'adminu'),(84056,'brute_force','2021-09-07 08:03:16','2021-09-07 13:03:16','5.188.62.214',NULL,NULL),(84057,'brute_force','2021-09-07 08:03:16','2021-09-07 13:03:16',NULL,NULL,'adminu'),(84058,'brute_force','2021-09-07 08:10:14','2021-09-07 13:10:14','5.188.62.214',NULL,NULL),(84059,'brute_force','2021-09-07 08:10:14','2021-09-07 13:10:14',NULL,NULL,'adminu'),(84060,'brute_force','2021-09-07 08:19:01','2021-09-07 13:19:01','5.188.62.214',NULL,NULL),(84061,'brute_force','2021-09-07 08:19:01','2021-09-07 13:19:01',NULL,NULL,'adminu'),(84062,'brute_force','2021-09-07 08:26:04','2021-09-07 13:26:04','5.188.62.214',NULL,NULL),(84063,'brute_force','2021-09-07 08:26:04','2021-09-07 13:26:04',NULL,NULL,'adminu'),(84064,'brute_force','2021-09-07 08:33:15','2021-09-07 13:33:15','5.188.62.214',NULL,NULL),(84065,'brute_force','2021-09-07 08:33:15','2021-09-07 13:33:15',NULL,NULL,'adminu'),(84066,'brute_force','2021-09-07 08:40:26','2021-09-07 13:40:26','5.188.62.214',NULL,NULL),(84067,'brute_force','2021-09-07 08:40:26','2021-09-07 13:40:26',NULL,NULL,'adminu'),(84068,'brute_force','2021-09-07 08:47:26','2021-09-07 13:47:26','5.188.62.214',NULL,NULL),(84069,'brute_force','2021-09-07 08:47:26','2021-09-07 13:47:26',NULL,NULL,'adminu'),(84070,'four_oh_four','2021-09-07 08:53:06','2021-09-07 13:53:06','45.66.10.69',NULL,NULL),(84071,'brute_force','2021-09-07 08:54:28','2021-09-07 13:54:28','5.188.62.214',NULL,NULL),(84072,'brute_force','2021-09-07 08:54:28','2021-09-07 13:54:28',NULL,NULL,'adminu'),(84073,'brute_force','2021-09-07 09:01:25','2021-09-07 14:01:25','5.188.62.214',NULL,NULL),(84074,'brute_force','2021-09-07 09:01:25','2021-09-07 14:01:25',NULL,NULL,'adminu'),(84075,'brute_force','2021-09-07 09:10:24','2021-09-07 14:10:24','5.188.62.214',NULL,NULL),(84076,'brute_force','2021-09-07 09:10:24','2021-09-07 14:10:24',NULL,NULL,'adminu'),(84077,'brute_force','2021-09-07 09:17:33','2021-09-07 14:17:33','5.188.62.214',NULL,NULL),(84078,'brute_force','2021-09-07 09:17:33','2021-09-07 14:17:33',NULL,NULL,'adminu'),(84079,'brute_force','2021-09-07 09:24:47','2021-09-07 14:24:47','5.188.62.214',NULL,NULL),(84080,'brute_force','2021-09-07 09:24:47','2021-09-07 14:24:47',NULL,NULL,'adminu'),(84081,'brute_force','2021-09-07 09:32:03','2021-09-07 14:32:03','5.188.62.214',NULL,NULL),(84082,'brute_force','2021-09-07 09:32:03','2021-09-07 14:32:03',NULL,NULL,'adminu'),(84083,'brute_force','2021-09-07 09:39:08','2021-09-07 14:39:08','5.188.62.214',NULL,NULL),(84084,'brute_force','2021-09-07 09:39:08','2021-09-07 14:39:08',NULL,NULL,'adminu'),(84085,'brute_force','2021-09-07 09:47:57','2021-09-07 14:47:57','5.188.62.214',NULL,NULL),(84086,'brute_force','2021-09-07 09:47:57','2021-09-07 14:47:57',NULL,NULL,'adminu'),(84087,'brute_force','2021-09-07 09:55:03','2021-09-07 14:55:03','5.188.62.214',NULL,NULL),(84088,'brute_force','2021-09-07 09:55:03','2021-09-07 14:55:03',NULL,NULL,'adminu'),(84089,'brute_force','2021-09-07 10:05:57','2021-09-07 15:05:57','5.188.62.214',NULL,NULL),(84090,'brute_force','2021-09-07 10:05:57','2021-09-07 15:05:57',NULL,NULL,'adminu'),(84091,'brute_force','2021-09-07 10:13:09','2021-09-07 15:13:09','5.188.62.214',NULL,NULL),(84092,'brute_force','2021-09-07 10:13:09','2021-09-07 15:13:09',NULL,NULL,'adminu'),(84093,'brute_force','2021-09-07 10:20:22','2021-09-07 15:20:22','5.188.62.214',NULL,NULL),(84094,'brute_force','2021-09-07 10:20:22','2021-09-07 15:20:22',NULL,NULL,'adminu'),(84095,'brute_force','2021-09-07 10:27:34','2021-09-07 15:27:34','5.188.62.214',NULL,NULL),(84096,'brute_force','2021-09-07 10:27:34','2021-09-07 15:27:34',NULL,NULL,'adminu'),(84097,'brute_force','2021-09-07 10:35:00','2021-09-07 15:35:00','5.188.62.214',NULL,NULL),(84098,'brute_force','2021-09-07 10:35:00','2021-09-07 15:35:00',NULL,NULL,'adminu'),(84099,'brute_force','2021-09-07 10:42:23','2021-09-07 15:42:23','5.188.62.214',NULL,NULL),(84100,'brute_force','2021-09-07 10:42:23','2021-09-07 15:42:23',NULL,NULL,'adminu'),(84101,'brute_force','2021-09-07 10:49:45','2021-09-07 15:49:45','5.188.62.214',NULL,NULL),(84102,'brute_force','2021-09-07 10:49:45','2021-09-07 15:49:45',NULL,NULL,'adminu'),(84103,'brute_force','2021-09-07 10:57:04','2021-09-07 15:57:04','5.188.62.214',NULL,NULL),(84104,'brute_force','2021-09-07 10:57:04','2021-09-07 15:57:04',NULL,NULL,'adminu'),(84105,'brute_force','2021-09-07 11:04:11','2021-09-07 16:04:11','5.188.62.214',NULL,NULL),(84106,'brute_force','2021-09-07 11:04:11','2021-09-07 16:04:11',NULL,NULL,'adminu'),(84107,'brute_force','2021-09-07 11:25:05','2021-09-07 16:25:05','5.188.62.214',NULL,NULL),(84108,'brute_force','2021-09-07 11:25:05','2021-09-07 16:25:05',NULL,NULL,'adminu'),(84109,'four_oh_four','2021-09-07 13:42:03','2021-09-07 18:42:03','46.39.71.83',NULL,NULL),(84110,'four_oh_four','2021-09-07 14:09:47','2021-09-07 19:09:47','184.154.139.18',NULL,NULL),(84111,'four_oh_four','2021-09-07 17:03:23','2021-09-07 22:03:23','119.91.96.98',NULL,NULL),(84112,'four_oh_four','2021-09-07 17:03:25','2021-09-07 22:03:25','119.91.96.98',NULL,NULL),(84113,'four_oh_four','2021-09-07 17:04:03','2021-09-07 22:04:03','119.91.96.98',NULL,NULL),(84114,'four_oh_four','2021-09-07 17:04:13','2021-09-07 22:04:13','119.91.96.98',NULL,NULL),(84115,'four_oh_four','2021-09-07 17:04:19','2021-09-07 22:04:19','119.91.96.98',NULL,NULL),(84116,'four_oh_four','2021-09-07 17:04:22','2021-09-07 22:04:22','119.91.96.98',NULL,NULL),(84117,'four_oh_four','2021-09-07 17:04:26','2021-09-07 22:04:26','119.91.96.98',NULL,NULL),(84118,'four_oh_four','2021-09-07 17:04:29','2021-09-07 22:04:29','119.91.96.98',NULL,NULL),(84119,'four_oh_four','2021-09-07 17:04:33','2021-09-07 22:04:33','119.91.96.98',NULL,NULL),(84120,'four_oh_four','2021-09-07 17:04:34','2021-09-07 22:04:34','119.91.96.98',NULL,NULL),(84121,'four_oh_four','2021-09-07 17:04:36','2021-09-07 22:04:36','119.91.96.98',NULL,NULL),(84122,'four_oh_four','2021-09-07 17:04:38','2021-09-07 22:04:38','119.91.96.98',NULL,NULL),(84123,'four_oh_four','2021-09-07 17:04:47','2021-09-07 22:04:47','119.91.96.98',NULL,NULL),(84124,'four_oh_four','2021-09-07 17:04:54','2021-09-07 22:04:54','119.91.96.98',NULL,NULL),(84125,'four_oh_four','2021-09-07 17:05:03','2021-09-07 22:05:03','119.91.96.98',NULL,NULL),(84126,'four_oh_four','2021-09-07 17:05:13','2021-09-07 22:05:13','119.91.96.98',NULL,NULL),(84127,'four_oh_four','2021-09-07 17:05:16','2021-09-07 22:05:16','119.91.96.98',NULL,NULL),(84128,'four_oh_four','2021-09-07 17:05:30','2021-09-07 22:05:30','119.91.96.98',NULL,NULL),(84129,'four_oh_four','2021-09-07 17:05:32','2021-09-07 22:05:32','119.91.96.98',NULL,NULL),(84130,'four_oh_four','2021-09-07 17:05:36','2021-09-07 22:05:36','119.91.96.98',NULL,NULL),(84131,'four_oh_four','2021-09-07 19:58:10','2021-09-08 00:58:10','196.240.54.121',NULL,NULL),(84132,'four_oh_four','2021-09-07 20:27:47','2021-09-08 01:27:47','45.153.160.129',NULL,NULL),(84133,'four_oh_four','2021-09-07 22:14:48','2021-09-08 03:14:48','45.147.1.169',NULL,NULL),(84134,'four_oh_four','2021-09-07 22:33:05','2021-09-08 03:33:05','194.61.24.99',NULL,NULL),(84135,'four_oh_four','2021-09-07 22:35:48','2021-09-08 03:35:48','85.249.46.123',NULL,NULL),(84136,'four_oh_four','2021-09-08 00:05:05','2021-09-08 05:05:05','52.201.182.91',NULL,NULL),(84137,'four_oh_four','2021-09-08 00:05:09','2021-09-08 05:05:09','52.201.182.91',NULL,NULL),(84138,'four_oh_four','2021-09-08 00:05:14','2021-09-08 05:05:14','52.201.182.91',NULL,NULL),(84139,'four_oh_four','2021-09-08 00:05:19','2021-09-08 05:05:19','52.201.182.91',NULL,NULL),(84140,'four_oh_four','2021-09-08 00:12:24','2021-09-08 05:12:24','154.13.1.162',NULL,NULL),(84141,'four_oh_four','2021-09-08 00:19:04','2021-09-08 05:19:04','52.54.63.240',NULL,NULL),(84142,'four_oh_four','2021-09-08 04:05:57','2021-09-08 09:05:57','146.70.52.76',NULL,NULL),(84143,'four_oh_four','2021-09-08 05:11:13','2021-09-08 10:11:13','1.169.89.210',NULL,NULL),(84144,'four_oh_four','2021-09-08 07:02:43','2021-09-08 12:02:43','195.246.120.171',NULL,NULL),(84145,'four_oh_four','2021-09-08 07:07:32','2021-09-08 12:07:32','49.12.201.221',NULL,NULL),(84146,'four_oh_four','2021-09-08 07:38:22','2021-09-08 12:38:22','147.78.141.192',NULL,NULL),(84147,'four_oh_four','2021-09-08 07:38:26','2021-09-08 12:38:26','147.78.141.192',NULL,NULL),(84148,'four_oh_four','2021-09-08 07:38:30','2021-09-08 12:38:30','147.78.141.192',NULL,NULL),(84149,'four_oh_four','2021-09-08 07:38:33','2021-09-08 12:38:33','147.78.141.192',NULL,NULL),(84150,'four_oh_four','2021-09-08 07:55:08','2021-09-08 12:55:08','49.12.201.221',NULL,NULL),(84151,'brute_force','2021-09-08 08:41:26','2021-09-08 13:41:26','92.251.12.244',NULL,NULL),(84152,'brute_force','2021-09-08 08:41:26','2021-09-08 13:41:26',NULL,NULL,'zphiblgz'),(84153,'brute_force','2021-09-08 08:42:27','2021-09-08 13:42:27','92.251.12.244',NULL,NULL),(84154,'brute_force','2021-09-08 08:42:27','2021-09-08 13:42:27',NULL,NULL,'zphiblgz'),(84155,'brute_force','2021-09-08 08:43:28','2021-09-08 13:43:28','92.251.12.244',NULL,NULL),(84156,'brute_force','2021-09-08 08:43:28','2021-09-08 13:43:28',NULL,NULL,'zphiblgz'),(84157,'brute_force','2021-09-08 08:44:29','2021-09-08 13:44:29','92.251.12.244',NULL,NULL),(84158,'brute_force','2021-09-08 08:44:29','2021-09-08 13:44:29',NULL,NULL,'zphiblgz'),(84159,'brute_force','2021-09-08 08:45:30','2021-09-08 13:45:30','92.251.12.244',NULL,NULL),(84160,'brute_force','2021-09-08 08:45:30','2021-09-08 13:45:30',NULL,NULL,'zphiblgz'),(84161,'four_oh_four','2021-09-08 08:57:14','2021-09-08 13:57:14','69.160.160.57',NULL,NULL),(84162,'four_oh_four','2021-09-08 08:57:27','2021-09-08 13:57:27','69.160.160.57',NULL,NULL),(84163,'brute_force','2021-09-08 09:00:45','2021-09-08 14:00:45','92.251.12.244',NULL,NULL),(84164,'brute_force','2021-09-08 09:00:45','2021-09-08 14:00:45',NULL,NULL,'zphiblgz'),(84165,'four_oh_four','2021-09-08 09:04:42','2021-09-08 14:04:42','174.208.235.199',NULL,NULL),(84166,'four_oh_four','2021-09-08 11:16:11','2021-09-08 16:16:11','185.31.175.220',NULL,NULL),(84167,'four_oh_four','2021-09-08 11:37:12','2021-09-08 16:37:12','1.169.89.210',NULL,NULL),(84168,'four_oh_four','2021-09-08 11:55:59','2021-09-08 16:55:59','1.169.89.210',NULL,NULL),(84169,'four_oh_four','2021-09-08 11:58:41','2021-09-08 16:58:41','34.71.21.196',NULL,NULL),(84170,'four_oh_four','2021-09-08 11:58:48','2021-09-08 16:58:48','34.71.21.196',NULL,NULL),(84171,'four_oh_four','2021-09-08 11:58:50','2021-09-08 16:58:50','34.71.21.196',NULL,NULL),(84172,'four_oh_four','2021-09-08 11:58:53','2021-09-08 16:58:53','34.71.21.196',NULL,NULL),(84173,'four_oh_four','2021-09-08 11:58:55','2021-09-08 16:58:55','34.71.21.196',NULL,NULL),(84174,'four_oh_four','2021-09-08 11:58:57','2021-09-08 16:58:57','34.71.21.196',NULL,NULL),(84175,'four_oh_four','2021-09-08 11:58:59','2021-09-08 16:58:59','34.71.21.196',NULL,NULL),(84176,'four_oh_four','2021-09-08 11:59:02','2021-09-08 16:59:02','34.71.21.196',NULL,NULL),(84177,'four_oh_four','2021-09-08 11:59:04','2021-09-08 16:59:04','34.71.21.196',NULL,NULL),(84178,'four_oh_four','2021-09-08 11:59:06','2021-09-08 16:59:06','34.71.21.196',NULL,NULL),(84179,'four_oh_four','2021-09-08 12:54:28','2021-09-08 17:54:28','195.246.120.171',NULL,NULL),(84180,'four_oh_four','2021-09-08 14:54:13','2021-09-08 19:54:13','18.222.140.108',NULL,NULL),(84181,'four_oh_four','2021-09-08 17:11:57','2021-09-08 22:11:57','92.38.136.69',NULL,NULL),(84182,'four_oh_four','2021-09-08 18:41:58','2021-09-08 23:41:58','1.169.89.210',NULL,NULL),(84183,'four_oh_four','2021-09-08 19:32:36','2021-09-09 00:32:36','87.228.19.218',NULL,NULL),(84184,'four_oh_four','2021-09-08 20:23:01','2021-09-09 01:23:01','34.78.13.12',NULL,NULL),(84185,'four_oh_four','2021-09-08 20:23:06','2021-09-09 01:23:06','34.78.13.12',NULL,NULL),(84186,'four_oh_four','2021-09-08 20:23:53','2021-09-09 01:23:53','34.78.13.12',NULL,NULL),(84187,'four_oh_four','2021-09-08 20:23:53','2021-09-09 01:23:53','34.78.13.12',NULL,NULL),(84188,'four_oh_four','2021-09-08 21:33:30','2021-09-09 02:33:30','154.13.1.179',NULL,NULL),(84189,'four_oh_four','2021-09-08 21:47:37','2021-09-09 02:47:37','18.214.40.161',NULL,NULL),(84190,'four_oh_four','2021-09-08 23:28:07','2021-09-09 04:28:07','185.191.34.215',NULL,NULL),(84191,'four_oh_four','2021-09-08 23:45:29','2021-09-09 04:45:29','31.42.185.24',NULL,NULL),(84192,'four_oh_four','2021-09-08 23:45:34','2021-09-09 04:45:34','31.42.185.24',NULL,NULL),(84193,'four_oh_four','2021-09-08 23:45:41','2021-09-09 04:45:41','31.42.185.24',NULL,NULL),(84194,'four_oh_four','2021-09-08 23:45:48','2021-09-09 04:45:48','31.42.185.24',NULL,NULL),(84195,'four_oh_four','2021-09-08 23:46:08','2021-09-09 04:46:08','103.26.142.68',NULL,NULL),(84196,'four_oh_four','2021-09-08 23:46:15','2021-09-09 04:46:15','91.219.236.228',NULL,NULL),(84197,'four_oh_four','2021-09-08 23:46:22','2021-09-09 04:46:22','185.247.225.85',NULL,NULL),(84198,'four_oh_four','2021-09-08 23:47:04','2021-09-09 04:47:04','185.220.100.251',NULL,NULL),(84199,'four_oh_four','2021-09-08 23:47:11','2021-09-09 04:47:11','199.195.253.53',NULL,NULL),(84200,'four_oh_four','2021-09-09 01:31:03','2021-09-09 06:31:03','195.19.29.84',NULL,NULL),(84201,'four_oh_four','2021-09-09 01:39:28','2021-09-09 06:39:28','185.191.34.215',NULL,NULL),(84202,'four_oh_four','2021-09-09 05:44:35','2021-09-09 10:44:35','206.217.132.202',NULL,NULL),(84203,'four_oh_four','2021-09-09 07:25:10','2021-09-09 12:25:10','185.191.34.215',NULL,NULL),(84204,'four_oh_four','2021-09-09 11:01:56','2021-09-09 16:01:56','45.87.2.128',NULL,NULL),(84205,'four_oh_four','2021-09-09 12:18:40','2021-09-09 17:18:40','207.46.13.65',NULL,NULL),(84206,'four_oh_four','2021-09-09 15:01:00','2021-09-09 20:01:00','162.241.229.133',NULL,NULL),(84207,'four_oh_four','2021-09-09 15:06:09','2021-09-09 20:06:09','176.106.246.67',NULL,NULL),(84208,'four_oh_four','2021-09-09 15:39:39','2021-09-09 20:39:39','80.251.153.12',NULL,NULL),(84209,'four_oh_four','2021-09-09 16:02:38','2021-09-09 21:02:38','2.92.127.207',NULL,NULL),(84210,'four_oh_four','2021-09-09 16:21:57','2021-09-09 21:21:57','162.241.151.154',NULL,NULL),(84211,'four_oh_four','2021-09-09 19:11:49','2021-09-10 00:11:49','185.191.34.215',NULL,NULL),(84212,'four_oh_four','2021-09-09 19:34:06','2021-09-10 00:34:06','188.165.241.215',NULL,NULL),(84213,'four_oh_four','2021-09-09 19:59:29','2021-09-10 00:59:29','35.210.145.160',NULL,NULL),(84214,'four_oh_four','2021-09-09 19:59:33','2021-09-10 00:59:33','35.210.145.160',NULL,NULL),(84215,'four_oh_four','2021-09-09 20:09:48','2021-09-10 01:09:48','207.46.13.174',NULL,NULL),(84216,'four_oh_four','2021-09-09 23:15:12','2021-09-10 04:15:12','185.220.100.247',NULL,NULL),(84217,'four_oh_four','2021-09-09 23:18:18','2021-09-10 04:18:18','85.236.156.161',NULL,NULL),(84218,'four_oh_four','2021-09-09 23:33:58','2021-09-10 04:33:58','185.191.34.215',NULL,NULL),(84219,'four_oh_four','2021-09-09 23:33:58','2021-09-10 04:33:58','185.191.34.215',NULL,NULL),(84220,'four_oh_four','2021-09-09 23:34:18','2021-09-10 04:34:18','207.46.13.27',NULL,NULL),(84221,'four_oh_four','2021-09-09 23:54:59','2021-09-10 04:54:59','18.212.198.22',NULL,NULL),(84222,'four_oh_four','2021-09-10 01:08:15','2021-09-10 06:08:15','1.169.89.210',NULL,NULL),(84223,'four_oh_four','2021-09-10 02:14:37','2021-09-10 07:14:37','185.220.100.243',NULL,NULL),(84224,'four_oh_four','2021-09-10 02:15:11','2021-09-10 07:15:11','91.219.237.21',NULL,NULL),(84225,'four_oh_four','2021-09-10 02:15:16','2021-09-10 07:15:16','109.70.100.28',NULL,NULL),(84226,'four_oh_four','2021-09-10 02:15:21','2021-09-10 07:15:21','185.220.100.241',NULL,NULL),(84227,'four_oh_four','2021-09-10 02:15:26','2021-09-10 07:15:26','205.185.120.173',NULL,NULL),(84228,'four_oh_four','2021-09-10 02:15:29','2021-09-10 07:15:29','185.220.102.251',NULL,NULL),(84229,'four_oh_four','2021-09-10 02:15:33','2021-09-10 07:15:33','185.31.175.220',NULL,NULL),(84230,'four_oh_four','2021-09-10 02:15:48','2021-09-10 07:15:48','159.89.174.9',NULL,NULL),(84231,'four_oh_four','2021-09-10 02:15:57','2021-09-10 07:15:57','37.123.163.58',NULL,NULL),(84232,'four_oh_four','2021-09-10 02:16:02','2021-09-10 07:16:02','45.153.160.140',NULL,NULL),(84233,'four_oh_four','2021-09-10 02:16:06','2021-09-10 07:16:06','45.153.160.140',NULL,NULL),(84234,'four_oh_four','2021-09-10 02:16:09','2021-09-10 07:16:09','45.153.160.140',NULL,NULL),(84235,'four_oh_four','2021-09-10 02:17:04','2021-09-10 07:17:04','5.183.209.217',NULL,NULL),(84236,'four_oh_four','2021-09-10 02:17:07','2021-09-10 07:17:07','5.183.209.217',NULL,NULL),(84237,'four_oh_four','2021-09-10 02:17:11','2021-09-10 07:17:11','45.153.160.131',NULL,NULL),(84238,'four_oh_four','2021-09-10 02:17:16','2021-09-10 07:17:16','45.153.160.131',NULL,NULL),(84239,'four_oh_four','2021-09-10 02:17:29','2021-09-10 07:17:29','45.153.160.137',NULL,NULL),(84240,'four_oh_four','2021-09-10 02:17:43','2021-09-10 07:17:43','89.163.143.8',NULL,NULL),(84241,'four_oh_four','2021-09-10 02:17:57','2021-09-10 07:17:57','45.153.160.132',NULL,NULL),(84242,'four_oh_four','2021-09-10 02:18:01','2021-09-10 07:18:01','45.153.160.132',NULL,NULL),(84243,'four_oh_four','2021-09-10 02:18:05','2021-09-10 07:18:05','45.153.160.132',NULL,NULL),(84244,'four_oh_four','2021-09-10 02:18:09','2021-09-10 07:18:09','45.153.160.132',NULL,NULL),(84245,'four_oh_four','2021-09-10 02:18:12','2021-09-10 07:18:12','45.153.160.132',NULL,NULL),(84246,'four_oh_four','2021-09-10 02:18:18','2021-09-10 07:18:18','185.220.101.242',NULL,NULL),(84247,'four_oh_four','2021-09-10 02:18:43','2021-09-10 07:18:43','45.151.167.10',NULL,NULL),(84248,'four_oh_four','2021-09-10 02:18:49','2021-09-10 07:18:49','45.153.160.132',NULL,NULL),(84249,'four_oh_four','2021-09-10 02:18:53','2021-09-10 07:18:53','45.153.160.132',NULL,NULL),(84250,'four_oh_four','2021-09-10 02:18:57','2021-09-10 07:18:57','45.153.160.132',NULL,NULL),(84251,'four_oh_four','2021-09-10 02:19:00','2021-09-10 07:19:00','109.70.100.29',NULL,NULL),(84252,'four_oh_four','2021-09-10 02:19:04','2021-09-10 07:19:04','208.68.5.17',NULL,NULL),(84253,'four_oh_four','2021-09-10 02:19:09','2021-09-10 07:19:09','208.68.5.17',NULL,NULL),(84254,'four_oh_four','2021-09-10 02:19:12','2021-09-10 07:19:12','199.249.230.154',NULL,NULL),(84255,'four_oh_four','2021-09-10 02:19:17','2021-09-10 07:19:17','199.249.230.154',NULL,NULL),(84256,'four_oh_four','2021-09-10 02:19:22','2021-09-10 07:19:22','185.220.101.237',NULL,NULL),(84257,'four_oh_four','2021-09-10 02:19:42','2021-09-10 07:19:42','199.249.230.162',NULL,NULL),(84258,'four_oh_four','2021-09-10 02:19:56','2021-09-10 07:19:56','185.220.102.243',NULL,NULL),(84259,'four_oh_four','2021-09-10 02:20:00','2021-09-10 07:20:00','87.118.116.12',NULL,NULL),(84260,'four_oh_four','2021-09-10 02:20:11','2021-09-10 07:20:11','87.118.116.12',NULL,NULL),(84261,'four_oh_four','2021-09-10 02:20:19','2021-09-10 07:20:19','144.172.118.4',NULL,NULL),(84262,'four_oh_four','2021-09-10 02:20:29','2021-09-10 07:20:29','144.172.118.4',NULL,NULL),(84263,'four_oh_four','2021-09-10 02:20:37','2021-09-10 07:20:37','107.189.28.253',NULL,NULL),(84264,'four_oh_four','2021-09-10 02:20:47','2021-09-10 07:20:47','107.189.28.253',NULL,NULL),(84265,'four_oh_four','2021-09-10 02:20:53','2021-09-10 07:20:53','185.31.175.235',NULL,NULL),(84266,'four_oh_four','2021-09-10 02:21:01','2021-09-10 07:21:01','185.31.175.235',NULL,NULL),(84267,'four_oh_four','2021-09-10 02:45:44','2021-09-10 07:45:44','92.38.136.69',NULL,NULL),(84268,'four_oh_four','2021-09-10 03:23:38','2021-09-10 08:23:38','46.182.129.31',NULL,NULL),(84269,'four_oh_four','2021-09-10 04:01:57','2021-09-10 09:01:57','185.220.100.245',NULL,NULL),(84270,'four_oh_four','2021-09-10 05:08:51','2021-09-10 10:08:51','185.191.34.215',NULL,NULL),(84271,'four_oh_four','2021-09-10 05:37:38','2021-09-10 10:37:38','147.78.141.191',NULL,NULL),(84272,'four_oh_four','2021-09-10 05:37:41','2021-09-10 10:37:41','147.78.141.191',NULL,NULL),(84273,'four_oh_four','2021-09-10 05:37:44','2021-09-10 10:37:44','147.78.141.191',NULL,NULL),(84274,'four_oh_four','2021-09-10 05:37:48','2021-09-10 10:37:48','147.78.141.191',NULL,NULL),(84275,'four_oh_four','2021-09-10 06:04:36','2021-09-10 11:04:36','193.9.114.179',NULL,NULL),(84276,'four_oh_four','2021-09-10 06:27:36','2021-09-10 11:27:36','47.74.152.79',NULL,NULL),(84277,'four_oh_four','2021-09-10 06:38:07','2021-09-10 11:38:07','196.240.54.121',NULL,NULL),(84278,'four_oh_four','2021-09-10 06:52:49','2021-09-10 11:52:49','185.191.34.215',NULL,NULL),(84279,'four_oh_four','2021-09-10 06:59:50','2021-09-10 11:59:50','207.46.13.27',NULL,NULL),(84280,'four_oh_four','2021-09-10 07:18:03','2021-09-10 12:18:03','212.3.142.113',NULL,NULL),(84281,'four_oh_four','2021-09-10 09:26:04','2021-09-10 14:26:04','185.217.198.183',NULL,NULL),(84282,'four_oh_four','2021-09-10 09:38:20','2021-09-10 14:38:20','80.253.235.74',NULL,NULL),(84283,'four_oh_four','2021-09-10 11:23:09','2021-09-10 16:23:09','66.249.65.97',NULL,NULL),(84284,'four_oh_four','2021-09-10 11:28:48','2021-09-10 16:28:48','185.191.34.215',NULL,NULL),(84285,'four_oh_four','2021-09-10 11:37:58','2021-09-10 16:37:58','142.54.183.90',NULL,NULL),(84286,'four_oh_four','2021-09-10 11:48:37','2021-09-10 16:48:37','66.249.65.112',NULL,NULL),(84287,'four_oh_four','2021-09-10 12:45:15','2021-09-10 17:45:15','18.116.26.219',NULL,NULL),(84288,'four_oh_four','2021-09-10 13:14:02','2021-09-10 18:14:02','46.161.11.21',NULL,NULL),(84289,'four_oh_four','2021-09-10 14:44:56','2021-09-10 19:44:56','1.169.89.210',NULL,NULL),(84290,'four_oh_four','2021-09-10 14:50:16','2021-09-10 19:50:16','185.191.34.215',NULL,NULL),(84291,'four_oh_four','2021-09-10 15:15:07','2021-09-10 20:15:07','199.249.230.163',NULL,NULL),(84292,'four_oh_four','2021-09-10 17:21:17','2021-09-10 22:21:17','193.189.100.203',NULL,NULL),(84293,'four_oh_four','2021-09-10 17:43:01','2021-09-10 22:43:01','185.191.34.215',NULL,NULL),(84294,'four_oh_four','2021-09-10 17:49:28','2021-09-10 22:49:28','45.153.55.26',NULL,NULL),(84295,'four_oh_four','2021-09-10 19:50:20','2021-09-11 00:50:20','18.116.26.219',NULL,NULL),(84296,'four_oh_four','2021-09-10 19:57:24','2021-09-11 00:57:24','23.229.57.244',NULL,NULL),(84297,'four_oh_four','2021-09-10 20:44:18','2021-09-11 01:44:18','185.191.34.215',NULL,NULL),(84298,'four_oh_four','2021-09-10 21:15:49','2021-09-11 02:15:49','95.216.2.218',NULL,NULL),(84299,'four_oh_four','2021-09-10 21:15:51','2021-09-11 02:15:51','95.216.2.218',NULL,NULL),(84300,'four_oh_four','2021-09-10 21:15:54','2021-09-11 02:15:54','95.216.2.218',NULL,NULL),(84301,'four_oh_four','2021-09-10 21:15:56','2021-09-11 02:15:56','95.216.2.218',NULL,NULL),(84302,'four_oh_four','2021-09-10 21:15:59','2021-09-11 02:15:59','95.216.2.218',NULL,NULL),(84303,'four_oh_four','2021-09-10 21:16:01','2021-09-11 02:16:01','95.216.2.218',NULL,NULL),(84304,'four_oh_four','2021-09-10 21:16:04','2021-09-11 02:16:04','95.216.2.218',NULL,NULL),(84305,'four_oh_four','2021-09-10 21:16:06','2021-09-11 02:16:06','95.216.2.218',NULL,NULL),(84306,'four_oh_four','2021-09-10 21:16:09','2021-09-11 02:16:09','95.216.2.218',NULL,NULL),(84307,'four_oh_four','2021-09-10 21:16:11','2021-09-11 02:16:11','95.216.2.218',NULL,NULL),(84308,'four_oh_four','2021-09-10 22:14:03','2021-09-11 03:14:03','185.100.87.202',NULL,NULL),(84309,'four_oh_four','2021-09-10 23:03:21','2021-09-11 04:03:21','92.38.136.69',NULL,NULL),(84310,'four_oh_four','2021-09-10 23:06:12','2021-09-11 04:06:12','176.222.58.7',NULL,NULL),(84311,'four_oh_four','2021-09-11 00:21:39','2021-09-11 05:21:39','185.191.34.215',NULL,NULL),(84312,'four_oh_four','2021-09-11 02:01:32','2021-09-11 07:01:32','107.189.13.254',NULL,NULL),(84313,'four_oh_four','2021-09-11 02:47:20','2021-09-11 07:47:20','185.191.34.215',NULL,NULL),(84314,'four_oh_four','2021-09-11 04:16:10','2021-09-11 09:16:10','209.159.150.78',NULL,NULL),(84315,'four_oh_four','2021-09-11 05:27:28','2021-09-11 10:27:28','176.106.247.22',NULL,NULL),(84316,'four_oh_four','2021-09-11 06:21:27','2021-09-11 11:21:27','3.219.218.250',NULL,NULL),(84317,'four_oh_four','2021-09-11 06:47:20','2021-09-11 11:47:20','180.167.101.134',NULL,NULL),(84318,'four_oh_four','2021-09-11 06:50:54','2021-09-11 11:50:54','128.71.214.72',NULL,NULL),(84319,'four_oh_four','2021-09-11 06:50:58','2021-09-11 11:50:58','128.71.214.72',NULL,NULL),(84320,'four_oh_four','2021-09-11 10:49:21','2021-09-11 15:49:21','92.38.136.69',NULL,NULL),(84321,'four_oh_four','2021-09-11 10:53:01','2021-09-11 15:53:01','80.253.235.74',NULL,NULL),(84322,'four_oh_four','2021-09-11 12:21:49','2021-09-11 17:21:49','216.117.134.103',NULL,NULL),(84323,'four_oh_four','2021-09-11 12:21:53','2021-09-11 17:21:53','216.117.134.103',NULL,NULL),(84324,'four_oh_four','2021-09-11 12:25:45','2021-09-11 17:25:45','103.231.89.163',NULL,NULL),(84325,'four_oh_four','2021-09-11 12:51:39','2021-09-11 17:51:39','178.213.21.185',NULL,NULL),(84326,'four_oh_four','2021-09-11 19:24:25','2021-09-12 00:24:25','46.161.11.21',NULL,NULL),(84327,'four_oh_four','2021-09-11 22:07:53','2021-09-12 03:07:53','185.191.34.215',NULL,NULL),(84328,'four_oh_four','2021-09-12 00:59:15','2021-09-12 05:59:15','80.253.235.74',NULL,NULL),(84329,'four_oh_four','2021-09-12 01:18:08','2021-09-12 06:18:08','185.217.198.183',NULL,NULL),(84330,'four_oh_four','2021-09-12 01:29:15','2021-09-12 06:29:15','46.33.33.1',NULL,NULL),(84331,'four_oh_four','2021-09-12 01:47:05','2021-09-12 06:47:05','185.191.34.215',NULL,NULL),(84332,'four_oh_four','2021-09-12 02:31:22','2021-09-12 07:31:22','44.193.208.154',NULL,NULL),(84333,'four_oh_four','2021-09-12 03:43:04','2021-09-12 08:43:04','185.191.34.215',NULL,NULL),(84334,'four_oh_four','2021-09-12 04:17:21','2021-09-12 09:17:21','92.118.77.10',NULL,NULL),(84335,'four_oh_four','2021-09-12 05:47:04','2021-09-12 10:47:04','176.10.107.180',NULL,NULL),(84336,'four_oh_four','2021-09-12 05:47:07','2021-09-12 10:47:07','176.10.107.180',NULL,NULL),(84337,'four_oh_four','2021-09-12 05:47:10','2021-09-12 10:47:10','176.10.107.180',NULL,NULL),(84338,'four_oh_four','2021-09-12 05:47:18','2021-09-12 10:47:18','193.218.118.147',NULL,NULL),(84339,'four_oh_four','2021-09-12 05:47:20','2021-09-12 10:47:20','92.38.136.69',NULL,NULL),(84340,'four_oh_four','2021-09-12 05:47:21','2021-09-12 10:47:21','162.247.74.216',NULL,NULL),(84341,'four_oh_four','2021-09-12 05:47:24','2021-09-12 10:47:24','185.220.102.249',NULL,NULL),(84342,'four_oh_four','2021-09-12 05:47:27','2021-09-12 10:47:27','45.153.160.131',NULL,NULL),(84343,'four_oh_four','2021-09-12 05:47:37','2021-09-12 10:47:37','45.153.160.131',NULL,NULL),(84344,'four_oh_four','2021-09-12 06:26:37','2021-09-12 11:26:37','161.117.10.46',NULL,NULL),(84345,'four_oh_four','2021-09-12 07:14:33','2021-09-12 12:14:33','66.249.65.116',NULL,NULL),(84346,'four_oh_four','2021-09-12 11:30:33','2021-09-12 16:30:33','66.249.65.101',NULL,NULL),(84347,'four_oh_four','2021-09-12 12:42:24','2021-09-12 17:42:24','162.89.0.59',NULL,NULL),(84348,'four_oh_four','2021-09-12 12:48:06','2021-09-12 17:48:06','52.203.203.16',NULL,NULL),(84349,'four_oh_four','2021-09-12 12:49:42','2021-09-12 17:49:42','92.118.77.10',NULL,NULL),(84350,'four_oh_four','2021-09-12 14:02:36','2021-09-12 19:02:36','107.150.38.218',NULL,NULL),(84351,'four_oh_four','2021-09-12 15:34:13','2021-09-12 20:34:13','185.191.34.215',NULL,NULL),(84352,'four_oh_four','2021-09-12 16:56:23','2021-09-12 21:56:23','31.170.169.26',NULL,NULL),(84353,'four_oh_four','2021-09-12 17:19:10','2021-09-12 22:19:10','154.13.1.177',NULL,NULL),(84354,'four_oh_four','2021-09-12 18:23:57','2021-09-12 23:23:57','185.191.34.215',NULL,NULL),(84355,'four_oh_four','2021-09-12 19:15:50','2021-09-13 00:15:50','195.246.120.164',NULL,NULL),(84356,'four_oh_four','2021-09-12 19:51:38','2021-09-13 00:51:38','207.46.13.142',NULL,NULL),(84357,'four_oh_four','2021-09-12 20:21:11','2021-09-13 01:21:11','24.162.155.202',NULL,NULL),(84358,'four_oh_four','2021-09-12 20:38:42','2021-09-13 01:38:42','45.158.15.145',NULL,NULL),(84359,'four_oh_four','2021-09-12 20:52:20','2021-09-13 01:52:20','195.154.60.148',NULL,NULL),(84360,'four_oh_four','2021-09-12 20:58:16','2021-09-13 01:58:16','185.220.101.146',NULL,NULL),(84361,'four_oh_four','2021-09-12 21:35:12','2021-09-13 02:35:12','185.191.34.215',NULL,NULL),(84362,'four_oh_four','2021-09-12 23:05:20','2021-09-13 04:05:20','1.169.119.10',NULL,NULL),(84363,'four_oh_four','2021-09-12 23:46:51','2021-09-13 04:46:51','207.46.13.142',NULL,NULL),(84364,'four_oh_four','2021-09-12 23:58:47','2021-09-13 04:58:47','3.82.213.255',NULL,NULL),(84365,'four_oh_four','2021-09-13 01:31:39','2021-09-13 06:31:39','185.191.34.215',NULL,NULL),(84366,'four_oh_four','2021-09-13 03:31:22','2021-09-13 08:31:22','78.46.90.120',NULL,NULL),(84367,'four_oh_four','2021-09-13 04:51:29','2021-09-13 09:51:29','185.191.34.215',NULL,NULL),(84368,'four_oh_four','2021-09-13 08:02:23','2021-09-13 13:02:23','80.253.235.74',NULL,NULL),(84369,'four_oh_four','2021-09-13 08:31:21','2021-09-13 13:31:21','104.244.76.170',NULL,NULL),(84370,'four_oh_four','2021-09-13 12:15:30','2021-09-13 17:15:30','46.148.234.229',NULL,NULL),(84371,'four_oh_four','2021-09-13 12:56:15','2021-09-13 17:56:15','176.31.115.13',NULL,NULL),(84372,'four_oh_four','2021-09-13 14:07:34','2021-09-13 19:07:34','195.246.120.144',NULL,NULL),(84373,'four_oh_four','2021-09-13 16:00:43','2021-09-13 21:00:43','45.153.160.132',NULL,NULL),(84374,'four_oh_four','2021-09-13 16:00:54','2021-09-13 21:00:54','185.31.175.215',NULL,NULL),(84375,'four_oh_four','2021-09-13 16:01:40','2021-09-13 21:01:40','23.154.177.2',NULL,NULL),(84376,'four_oh_four','2021-09-13 16:01:45','2021-09-13 21:01:45','23.154.177.2',NULL,NULL),(84377,'four_oh_four','2021-09-13 16:01:54','2021-09-13 21:01:54','23.154.177.2',NULL,NULL),(84378,'four_oh_four','2021-09-13 16:02:16','2021-09-13 21:02:16','185.31.175.247',NULL,NULL),(84379,'four_oh_four','2021-09-13 16:20:32','2021-09-13 21:20:32','46.161.11.41',NULL,NULL),(84380,'four_oh_four','2021-09-13 16:20:32','2021-09-13 21:20:32','46.161.11.41',NULL,NULL),(84381,'four_oh_four','2021-09-13 16:20:32','2021-09-13 21:20:32','46.161.11.41',NULL,NULL),(84382,'four_oh_four','2021-09-13 19:04:20','2021-09-14 00:04:20','45.150.112.82',NULL,NULL),(84383,'four_oh_four','2021-09-13 20:33:52','2021-09-14 01:33:52','18.207.108.68',NULL,NULL),(84384,'four_oh_four','2021-09-13 22:30:06','2021-09-14 03:30:06','35.210.232.207',NULL,NULL),(84385,'four_oh_four','2021-09-14 06:49:48','2021-09-14 11:49:48','184.154.76.35',NULL,NULL),(84386,'four_oh_four','2021-09-14 06:51:06','2021-09-14 11:51:06','184.154.76.35',NULL,NULL),(84387,'four_oh_four','2021-09-14 09:22:06','2021-09-14 14:22:06','46.161.11.21',NULL,NULL),(84388,'four_oh_four','2021-09-14 10:16:09','2021-09-14 15:16:09','40.77.167.88',NULL,NULL),(84389,'four_oh_four','2021-09-14 11:53:13','2021-09-14 16:53:13','195.181.167.41',NULL,NULL),(84390,'four_oh_four','2021-09-14 12:40:54','2021-09-14 17:40:54','185.191.34.215',NULL,NULL),(84391,'four_oh_four','2021-09-14 13:10:24','2021-09-14 18:10:24','94.198.50.98',NULL,NULL),(84392,'four_oh_four','2021-09-14 13:46:15','2021-09-14 18:46:15','185.244.214.42',NULL,NULL),(84393,'four_oh_four','2021-09-14 14:46:42','2021-09-14 19:46:42','185.191.34.215',NULL,NULL),(84394,'four_oh_four','2021-09-14 15:00:35','2021-09-14 20:00:35','23.254.68.55',NULL,NULL),(84395,'four_oh_four','2021-09-14 15:23:45','2021-09-14 20:23:45','198.144.121.93',NULL,NULL),(84396,'four_oh_four','2021-09-14 16:24:02','2021-09-14 21:24:02','207.180.199.176',NULL,NULL),(84397,'four_oh_four','2021-09-14 16:35:03','2021-09-14 21:35:03','46.242.11.193',NULL,NULL),(84398,'four_oh_four','2021-09-14 16:49:48','2021-09-14 21:49:48','185.191.34.215',NULL,NULL),(84399,'four_oh_four','2021-09-14 22:24:52','2021-09-15 03:24:52','154.13.1.159',NULL,NULL),(84400,'four_oh_four','2021-09-14 23:15:22','2021-09-15 04:15:22','80.253.235.74',NULL,NULL),(84401,'four_oh_four','2021-09-15 00:13:02','2021-09-15 05:13:02','3.94.137.21',NULL,NULL),(84402,'four_oh_four','2021-09-15 00:13:06','2021-09-15 05:13:06','3.94.137.21',NULL,NULL),(84403,'four_oh_four','2021-09-15 00:13:10','2021-09-15 05:13:10','3.94.137.21',NULL,NULL),(84404,'four_oh_four','2021-09-15 00:13:13','2021-09-15 05:13:13','3.94.137.21',NULL,NULL),(84405,'four_oh_four','2021-09-15 01:07:16','2021-09-15 06:07:16','185.191.34.215',NULL,NULL),(84406,'four_oh_four','2021-09-15 01:24:56','2021-09-15 06:24:56','184.154.139.21',NULL,NULL),(84407,'four_oh_four','2021-09-15 02:00:17','2021-09-15 07:00:17','45.93.80.28',NULL,NULL),(84408,'four_oh_four','2021-09-15 02:41:01','2021-09-15 07:41:01','5.153.180.30',NULL,NULL),(84409,'four_oh_four','2021-09-15 02:41:14','2021-09-15 07:41:14','5.153.180.30',NULL,NULL),(84410,'four_oh_four','2021-09-15 02:41:17','2021-09-15 07:41:17','5.153.180.30',NULL,NULL),(84411,'four_oh_four','2021-09-15 02:41:41','2021-09-15 07:41:41','5.153.180.30',NULL,NULL),(84412,'four_oh_four','2021-09-15 03:14:43','2021-09-15 08:14:43','54.166.27.188',NULL,NULL),(84413,'four_oh_four','2021-09-15 04:24:28','2021-09-15 09:24:28','5.153.180.30',NULL,NULL),(84414,'four_oh_four','2021-09-15 04:34:22','2021-09-15 09:34:22','92.118.77.10',NULL,NULL),(84415,'four_oh_four','2021-09-15 06:05:20','2021-09-15 11:05:20','5.153.180.30',NULL,NULL),(84416,'four_oh_four','2021-09-15 07:14:44','2021-09-15 12:14:44','92.118.77.10',NULL,NULL),(84417,'four_oh_four','2021-09-15 09:36:34','2021-09-15 14:36:34','185.191.34.215',NULL,NULL),(84418,'four_oh_four','2021-09-15 10:13:07','2021-09-15 15:13:07','207.46.13.142',NULL,NULL),(84419,'four_oh_four','2021-09-15 10:37:11','2021-09-15 15:37:11','5.153.180.30',NULL,NULL),(84420,'four_oh_four','2021-09-15 10:37:25','2021-09-15 15:37:25','5.153.180.30',NULL,NULL),(84421,'four_oh_four','2021-09-15 10:37:28','2021-09-15 15:37:28','5.153.180.30',NULL,NULL),(84422,'four_oh_four','2021-09-15 10:41:13','2021-09-15 15:41:13','147.78.141.191',NULL,NULL),(84423,'four_oh_four','2021-09-15 10:41:16','2021-09-15 15:41:16','147.78.141.191',NULL,NULL),(84424,'four_oh_four','2021-09-15 10:41:19','2021-09-15 15:41:19','147.78.141.191',NULL,NULL),(84425,'four_oh_four','2021-09-15 10:41:22','2021-09-15 15:41:22','147.78.141.191',NULL,NULL),(84426,'four_oh_four','2021-09-15 10:41:37','2021-09-15 15:41:37','5.153.180.30',NULL,NULL),(84427,'four_oh_four','2021-09-15 12:21:40','2021-09-15 17:21:40','5.153.180.30',NULL,NULL),(84428,'four_oh_four','2021-09-15 13:11:33','2021-09-15 18:11:33','136.243.104.211',NULL,NULL),(84429,'four_oh_four','2021-09-15 13:55:38','2021-09-15 18:55:38','147.78.141.192',NULL,NULL),(84430,'four_oh_four','2021-09-15 13:55:41','2021-09-15 18:55:41','147.78.141.192',NULL,NULL),(84431,'four_oh_four','2021-09-15 13:55:44','2021-09-15 18:55:44','147.78.141.192',NULL,NULL),(84432,'four_oh_four','2021-09-15 13:55:47','2021-09-15 18:55:47','147.78.141.192',NULL,NULL),(84433,'four_oh_four','2021-09-15 15:10:33','2021-09-15 20:10:33','185.191.34.215',NULL,NULL),(84434,'four_oh_four','2021-09-15 15:37:30','2021-09-15 20:37:30','46.161.11.21',NULL,NULL),(84435,'four_oh_four','2021-09-15 16:46:38','2021-09-15 21:46:38','17.121.115.110',NULL,NULL),(84436,'four_oh_four','2021-09-15 16:49:48','2021-09-15 21:49:48','66.249.65.103',NULL,NULL),(84437,'four_oh_four','2021-09-15 18:49:39','2021-09-15 23:49:39','185.191.34.215',NULL,NULL),(84438,'four_oh_four','2021-09-15 20:26:04','2021-09-16 01:26:04','185.191.34.215',NULL,NULL),(84439,'four_oh_four','2021-09-15 20:59:18','2021-09-16 01:59:18','184.154.139.21',NULL,NULL),(84440,'four_oh_four','2021-09-15 23:29:06','2021-09-16 04:29:06','44.197.214.40',NULL,NULL),(84441,'four_oh_four','2021-09-16 00:20:38','2021-09-16 05:20:38','92.38.136.69',NULL,NULL),(84442,'four_oh_four','2021-09-16 00:31:20','2021-09-16 05:31:20','66.249.65.97',NULL,NULL),(84443,'four_oh_four','2021-09-16 00:53:27','2021-09-16 05:53:27','185.100.87.250',NULL,NULL),(84444,'four_oh_four','2021-09-16 03:32:55','2021-09-16 08:32:55','185.191.34.215',NULL,NULL),(84445,'four_oh_four','2021-09-16 07:44:31','2021-09-16 12:44:31','5.153.180.30',NULL,NULL),(84446,'four_oh_four','2021-09-16 07:55:00','2021-09-16 12:55:00','37.113.63.13',NULL,NULL),(84447,'four_oh_four','2021-09-16 08:11:49','2021-09-16 13:11:49','80.253.235.74',NULL,NULL),(84448,'four_oh_four','2021-09-16 09:08:45','2021-09-16 14:08:45','66.249.65.99',NULL,NULL),(84449,'four_oh_four','2021-09-16 10:31:38','2021-09-16 15:31:38','66.249.65.99',NULL,NULL),(84450,'four_oh_four','2021-09-16 10:35:04','2021-09-16 15:35:04','154.13.1.165',NULL,NULL),(84451,'four_oh_four','2021-09-16 11:03:19','2021-09-16 16:03:19','46.161.11.41',NULL,NULL),(84452,'four_oh_four','2021-09-16 11:03:19','2021-09-16 16:03:19','46.161.11.41',NULL,NULL),(84453,'four_oh_four','2021-09-16 12:16:21','2021-09-16 17:16:21','178.206.250.79',NULL,NULL),(84454,'four_oh_four','2021-09-16 12:25:54','2021-09-16 17:25:54','69.16.220.88',NULL,NULL),(84455,'four_oh_four','2021-09-16 12:54:31','2021-09-16 17:54:31','95.181.151.34',NULL,NULL),(84456,'four_oh_four','2021-09-16 13:37:24','2021-09-16 18:37:24','101.36.110.241',NULL,NULL),(84457,'four_oh_four','2021-09-16 13:37:28','2021-09-16 18:37:28','101.36.110.241',NULL,NULL),(84458,'four_oh_four','2021-09-16 13:37:32','2021-09-16 18:37:32','101.36.110.241',NULL,NULL),(84459,'four_oh_four','2021-09-16 13:37:35','2021-09-16 18:37:35','101.36.110.241',NULL,NULL),(84460,'four_oh_four','2021-09-16 13:38:28','2021-09-16 18:38:28','101.36.110.241',NULL,NULL),(84461,'four_oh_four','2021-09-16 13:38:27','2021-09-16 18:38:27','101.36.110.241',NULL,NULL),(84462,'four_oh_four','2021-09-16 13:38:30','2021-09-16 18:38:30','101.36.110.241',NULL,NULL),(84463,'four_oh_four','2021-09-16 13:38:32','2021-09-16 18:38:32','101.36.110.241',NULL,NULL),(84464,'four_oh_four','2021-09-16 13:38:54','2021-09-16 18:38:54','101.36.110.241',NULL,NULL),(84465,'four_oh_four','2021-09-16 13:38:54','2021-09-16 18:38:54','101.36.110.241',NULL,NULL),(84466,'four_oh_four','2021-09-16 13:38:54','2021-09-16 18:38:54','101.36.110.241',NULL,NULL),(84467,'four_oh_four','2021-09-16 14:36:41','2021-09-16 19:36:41','101.36.110.241',NULL,NULL),(84468,'four_oh_four','2021-09-16 14:37:01','2021-09-16 19:37:01','101.36.110.241',NULL,NULL),(84469,'four_oh_four','2021-09-16 14:37:03','2021-09-16 19:37:03','101.36.110.241',NULL,NULL),(84470,'four_oh_four','2021-09-16 14:37:39','2021-09-16 19:37:39','101.36.110.241',NULL,NULL),(84471,'four_oh_four','2021-09-16 14:37:52','2021-09-16 19:37:52','101.36.110.241',NULL,NULL),(84472,'four_oh_four','2021-09-16 14:37:51','2021-09-16 19:37:51','101.36.110.241',NULL,NULL),(84473,'four_oh_four','2021-09-16 14:37:57','2021-09-16 19:37:57','101.36.110.241',NULL,NULL),(84474,'four_oh_four','2021-09-16 14:37:57','2021-09-16 19:37:57','101.36.110.241',NULL,NULL),(84475,'four_oh_four','2021-09-16 14:38:02','2021-09-16 19:38:02','101.36.110.241',NULL,NULL),(84476,'four_oh_four','2021-09-16 14:38:07','2021-09-16 19:38:07','101.36.110.241',NULL,NULL),(84477,'four_oh_four','2021-09-16 14:38:11','2021-09-16 19:38:11','101.36.110.241',NULL,NULL),(84478,'four_oh_four','2021-09-16 14:38:23','2021-09-16 19:38:23','101.36.110.241',NULL,NULL),(84479,'four_oh_four','2021-09-16 14:38:26','2021-09-16 19:38:26','101.36.110.241',NULL,NULL),(84480,'four_oh_four','2021-09-16 14:38:31','2021-09-16 19:38:31','101.36.110.241',NULL,NULL),(84481,'four_oh_four','2021-09-16 14:38:35','2021-09-16 19:38:35','101.36.110.241',NULL,NULL),(84482,'four_oh_four','2021-09-16 14:38:34','2021-09-16 19:38:34','101.36.110.241',NULL,NULL),(84483,'four_oh_four','2021-09-16 14:38:49','2021-09-16 19:38:49','101.36.110.241',NULL,NULL),(84484,'four_oh_four','2021-09-16 14:38:52','2021-09-16 19:38:52','101.36.110.241',NULL,NULL),(84485,'four_oh_four','2021-09-16 14:38:55','2021-09-16 19:38:55','101.36.110.241',NULL,NULL),(84486,'four_oh_four','2021-09-16 14:38:57','2021-09-16 19:38:57','101.36.110.241',NULL,NULL),(84487,'four_oh_four','2021-09-16 18:15:18','2021-09-16 23:15:18','184.154.139.19',NULL,NULL),(84488,'four_oh_four','2021-09-16 18:21:59','2021-09-16 23:21:59','45.152.119.142',NULL,NULL),(84489,'four_oh_four','2021-09-16 20:49:28','2021-09-17 01:49:28','35.175.113.71',NULL,NULL),(84490,'four_oh_four','2021-09-16 20:53:31','2021-09-17 01:53:31','176.48.179.50',NULL,NULL),(84491,'four_oh_four','2021-09-16 21:24:48','2021-09-17 02:24:48','199.249.230.155',NULL,NULL),(84492,'four_oh_four','2021-09-16 23:16:53','2021-09-17 04:16:53','47.89.31.26',NULL,NULL),(84493,'four_oh_four','2021-09-17 00:19:21','2021-09-17 05:19:21','192.160.102.170',NULL,NULL),(84494,'four_oh_four','2021-09-17 00:58:25','2021-09-17 05:58:25','188.126.79.29',NULL,NULL),(84495,'four_oh_four','2021-09-17 02:14:37','2021-09-17 07:14:37','47.90.42.101',NULL,NULL),(84496,'four_oh_four','2021-09-17 02:14:41','2021-09-17 07:14:41','47.90.42.101',NULL,NULL),(84497,'four_oh_four','2021-09-17 05:47:46','2021-09-17 10:47:46','185.191.34.215',NULL,NULL),(84498,'four_oh_four','2021-09-17 06:24:52','2021-09-17 11:24:52','46.8.192.243',NULL,NULL),(84499,'four_oh_four','2021-09-17 10:17:02','2021-09-17 15:17:02','161.117.10.233',NULL,NULL),(84500,'four_oh_four','2021-09-17 10:50:59','2021-09-17 15:50:59','92.38.136.69',NULL,NULL),(84501,'four_oh_four','2021-09-17 11:05:49','2021-09-17 16:05:49','185.191.34.215',NULL,NULL),(84502,'four_oh_four','2021-09-17 11:32:13','2021-09-17 16:32:13','85.26.235.67',NULL,NULL),(84503,'four_oh_four','2021-09-17 12:07:24','2021-09-17 17:07:24','138.197.32.80',NULL,NULL),(84504,'four_oh_four','2021-09-17 12:29:56','2021-09-17 17:29:56','185.191.34.215',NULL,NULL),(84505,'four_oh_four','2021-09-17 12:30:19','2021-09-17 17:30:19','64.227.88.155',NULL,NULL),(84506,'four_oh_four','2021-09-17 12:53:29','2021-09-17 17:53:29','185.191.34.215',NULL,NULL),(84507,'four_oh_four','2021-09-17 13:52:26','2021-09-17 18:52:26','128.71.214.72',NULL,NULL),(84508,'four_oh_four','2021-09-17 14:05:13','2021-09-17 19:05:13','184.154.139.21',NULL,NULL),(84509,'four_oh_four','2021-09-17 14:53:21','2021-09-17 19:53:21','94.23.16.74',NULL,NULL),(84510,'four_oh_four','2021-09-17 17:02:28','2021-09-17 22:02:28','52.54.63.240',NULL,NULL),(84511,'four_oh_four','2021-09-17 17:19:36','2021-09-17 22:19:36','46.161.11.41',NULL,NULL),(84512,'four_oh_four','2021-09-17 18:02:40','2021-09-17 23:02:40','66.249.65.165',NULL,NULL),(84513,'four_oh_four','2021-09-17 18:24:44','2021-09-17 23:24:44','207.46.13.170',NULL,NULL),(84514,'four_oh_four','2021-09-17 18:33:30','2021-09-17 23:33:30','89.229.154.210',NULL,NULL),(84515,'four_oh_four','2021-09-17 18:49:43','2021-09-17 23:49:43','207.46.13.142',NULL,NULL),(84516,'four_oh_four','2021-09-17 19:22:48','2021-09-18 00:22:48','40.77.167.66',NULL,NULL),(84517,'four_oh_four','2021-09-17 20:21:15','2021-09-18 01:21:15','185.191.34.215',NULL,NULL),(84518,'four_oh_four','2021-09-17 20:27:43','2021-09-18 01:27:43','185.112.102.105',NULL,NULL),(84519,'four_oh_four','2021-09-17 21:34:26','2021-09-18 02:34:26','176.122.116.136',NULL,NULL),(84520,'four_oh_four','2021-09-17 21:47:52','2021-09-18 02:47:52','207.46.13.170',NULL,NULL),(84521,'four_oh_four','2021-09-17 23:08:29','2021-09-18 04:08:29','195.78.67.32',NULL,NULL),(84522,'four_oh_four','2021-09-18 00:45:15','2021-09-18 05:45:15','193.218.118.116',NULL,NULL),(84523,'four_oh_four','2021-09-18 00:45:23','2021-09-18 05:45:23','185.31.175.252',NULL,NULL),(84524,'four_oh_four','2021-09-18 00:45:30','2021-09-18 05:45:30','185.31.175.252',NULL,NULL),(84525,'four_oh_four','2021-09-18 00:45:37','2021-09-18 05:45:37','163.172.213.212',NULL,NULL),(84526,'four_oh_four','2021-09-18 00:45:43','2021-09-18 05:45:43','163.172.213.212',NULL,NULL),(84527,'four_oh_four','2021-09-18 00:45:49','2021-09-18 05:45:49','163.172.213.212',NULL,NULL),(84528,'four_oh_four','2021-09-18 00:45:55','2021-09-18 05:45:55','163.172.213.212',NULL,NULL),(84529,'four_oh_four','2021-09-18 00:46:01','2021-09-18 05:46:01','163.172.213.212',NULL,NULL),(84530,'four_oh_four','2021-09-18 00:46:08','2021-09-18 05:46:08','163.172.213.212',NULL,NULL),(84531,'four_oh_four','2021-09-18 00:46:14','2021-09-18 05:46:14','163.172.213.212',NULL,NULL),(84532,'four_oh_four','2021-09-18 00:46:21','2021-09-18 05:46:21','163.172.213.212',NULL,NULL),(84533,'four_oh_four','2021-09-18 00:46:28','2021-09-18 05:46:28','163.172.213.212',NULL,NULL),(84534,'four_oh_four','2021-09-18 01:13:16','2021-09-18 06:13:16','209.54.104.126',NULL,NULL),(84535,'four_oh_four','2021-09-18 01:56:43','2021-09-18 06:56:43','185.191.34.215',NULL,NULL),(84536,'four_oh_four','2021-09-18 03:13:53','2021-09-18 08:13:53','45.124.84.189',NULL,NULL),(84537,'four_oh_four','2021-09-18 03:24:08','2021-09-18 08:24:08','115.126.6.208',NULL,NULL),(84538,'four_oh_four','2021-09-18 03:24:13','2021-09-18 08:24:13','115.126.6.208',NULL,NULL),(84539,'four_oh_four','2021-09-18 04:14:16','2021-09-18 09:14:16','66.249.65.167',NULL,NULL),(84540,'four_oh_four','2021-09-18 04:58:42','2021-09-18 09:58:42','185.182.56.216',NULL,NULL),(84541,'four_oh_four','2021-09-18 04:58:43','2021-09-18 09:58:43','185.182.56.216',NULL,NULL),(84542,'four_oh_four','2021-09-18 05:46:07','2021-09-18 10:46:07','68.65.121.137',NULL,NULL),(84543,'four_oh_four','2021-09-18 06:32:39','2021-09-18 11:32:39','192.186.145.59',NULL,NULL),(84544,'four_oh_four','2021-09-18 07:53:28','2021-09-18 12:53:28','37.123.163.58',NULL,NULL),(84545,'four_oh_four','2021-09-18 07:54:11','2021-09-18 12:54:11','66.249.65.165',NULL,NULL),(84546,'four_oh_four','2021-09-18 08:32:31','2021-09-18 13:32:31','185.191.34.215',NULL,NULL),(84547,'four_oh_four','2021-09-18 09:28:34','2021-09-18 14:28:34','187.45.195.16',NULL,NULL),(84548,'four_oh_four','2021-09-18 09:28:38','2021-09-18 14:28:38','187.45.195.16',NULL,NULL),(84549,'four_oh_four','2021-09-18 11:43:07','2021-09-18 16:43:07','5.180.243.195',NULL,NULL),(84550,'four_oh_four','2021-09-18 13:37:01','2021-09-18 18:37:01','46.161.11.21',NULL,NULL),(84551,'four_oh_four','2021-09-18 13:48:29','2021-09-18 18:48:29','74.91.8.36',NULL,NULL),(84552,'four_oh_four','2021-09-18 14:04:36','2021-09-18 19:04:36','184.154.139.20',NULL,NULL),(84553,'four_oh_four','2021-09-18 14:35:15','2021-09-18 19:35:15','107.21.84.17',NULL,NULL),(84554,'four_oh_four','2021-09-18 18:25:22','2021-09-18 23:25:22','207.46.13.170',NULL,NULL),(84555,'four_oh_four','2021-09-18 19:04:44','2021-09-19 00:04:44','103.146.22.52',NULL,NULL),(84556,'four_oh_four','2021-09-18 19:04:48','2021-09-19 00:04:48','103.146.22.52',NULL,NULL),(84557,'four_oh_four','2021-09-18 19:26:57','2021-09-19 00:26:57','40.77.167.66',NULL,NULL),(84558,'four_oh_four','2021-09-18 20:32:03','2021-09-19 01:32:03','180.167.101.134',NULL,NULL),(84559,'four_oh_four','2021-09-18 21:39:33','2021-09-19 02:39:33','185.242.113.224',NULL,NULL),(84560,'four_oh_four','2021-09-18 21:40:30','2021-09-19 02:40:30','207.46.13.170',NULL,NULL),(84561,'four_oh_four','2021-09-18 22:29:53','2021-09-19 03:29:53','94.155.33.88',NULL,NULL),(84562,'four_oh_four','2021-09-18 22:29:56','2021-09-19 03:29:56','94.155.33.88',NULL,NULL),(84563,'four_oh_four','2021-09-18 22:29:59','2021-09-19 03:29:59','94.155.33.88',NULL,NULL),(84564,'four_oh_four','2021-09-18 22:30:03','2021-09-19 03:30:03','94.155.33.88',NULL,NULL),(84565,'four_oh_four','2021-09-18 23:51:22','2021-09-19 04:51:22','40.77.167.66',NULL,NULL),(84566,'four_oh_four','2021-09-18 23:56:11','2021-09-19 04:56:11','23.228.109.147',NULL,NULL),(84567,'four_oh_four','2021-09-19 00:23:07','2021-09-19 05:23:07','47.112.21.141',NULL,NULL),(84568,'four_oh_four','2021-09-19 00:48:05','2021-09-19 05:48:05','194.226.97.115',NULL,NULL),(84569,'four_oh_four','2021-09-19 04:46:15','2021-09-19 09:46:15','185.191.34.215',NULL,NULL),(84570,'four_oh_four','2021-09-19 08:18:45','2021-09-19 13:18:45','185.191.34.215',NULL,NULL),(84571,'four_oh_four','2021-09-19 08:23:41','2021-09-19 13:23:41','43.128.57.178',NULL,NULL),(84572,'four_oh_four','2021-09-19 09:08:59','2021-09-19 14:08:59','144.34.166.150',NULL,NULL),(84573,'four_oh_four','2021-09-19 09:08:57','2021-09-19 14:08:57','23.228.109.147',NULL,NULL),(84574,'four_oh_four','2021-09-19 09:09:03','2021-09-19 14:09:03','144.34.166.150',NULL,NULL),(84575,'four_oh_four','2021-09-19 09:23:27','2021-09-19 14:23:27','46.161.11.21',NULL,NULL),(84576,'four_oh_four','2021-09-19 09:35:20','2021-09-19 14:35:20','46.161.11.21',NULL,NULL),(84577,'four_oh_four','2021-09-19 11:08:38','2021-09-19 16:08:38','34.201.31.249',NULL,NULL),(84578,'four_oh_four','2021-09-19 13:39:59','2021-09-19 18:39:59','185.191.34.215',NULL,NULL),(84579,'four_oh_four','2021-09-19 13:39:59','2021-09-19 18:39:59','185.191.34.215',NULL,NULL),(84580,'four_oh_four','2021-09-19 14:04:40','2021-09-19 19:04:40','184.154.139.3',NULL,NULL),(84581,'four_oh_four','2021-09-19 17:10:40','2021-09-19 22:10:40','80.253.235.74',NULL,NULL),(84582,'four_oh_four','2021-09-19 18:19:33','2021-09-19 23:19:33','176.114.190.126',NULL,NULL),(84583,'four_oh_four','2021-09-19 18:27:20','2021-09-19 23:27:20','45.152.119.147',NULL,NULL),(84584,'four_oh_four','2021-09-19 18:28:59','2021-09-19 23:28:59','207.46.13.170',NULL,NULL),(84585,'four_oh_four','2021-09-19 18:37:34','2021-09-19 23:37:34','188.126.79.23',NULL,NULL),(84586,'four_oh_four','2021-09-19 19:28:14','2021-09-20 00:28:14','40.77.167.66',NULL,NULL),(84587,'four_oh_four','2021-09-19 19:54:17','2021-09-20 00:54:17','185.191.34.215',NULL,NULL),(84588,'four_oh_four','2021-09-19 20:01:10','2021-09-20 01:01:10','72.47.224.18',NULL,NULL),(84589,'four_oh_four','2021-09-19 21:54:19','2021-09-20 02:54:19','207.46.13.170',NULL,NULL),(84590,'four_oh_four','2021-09-19 22:38:24','2021-09-20 03:38:24','193.169.145.202',NULL,NULL),(84591,'four_oh_four','2021-09-19 23:50:37','2021-09-20 04:50:37','23.228.109.147',NULL,NULL),(84592,'four_oh_four','2021-09-20 00:08:06','2021-09-20 05:08:06','185.191.34.215',NULL,NULL),(84593,'four_oh_four','2021-09-20 00:32:04','2021-09-20 05:32:04','46.148.234.229',NULL,NULL),(84594,'four_oh_four','2021-09-20 01:34:39','2021-09-20 06:34:39','91.90.122.11',NULL,NULL),(84595,'four_oh_four','2021-09-20 01:34:50','2021-09-20 06:34:50','91.90.122.11',NULL,NULL),(84596,'four_oh_four','2021-09-20 01:34:53','2021-09-20 06:34:53','91.90.122.11',NULL,NULL),(84597,'brute_force','2021-09-20 04:11:33','2021-09-20 09:11:33','39.33.143.158',NULL,NULL),(84598,'brute_force','2021-09-20 04:11:33','2021-09-20 09:11:33',NULL,NULL,'zphiblgz'),(84599,'brute_force','2021-09-20 04:12:33','2021-09-20 09:12:33','39.33.143.158',NULL,NULL),(84600,'brute_force','2021-09-20 04:12:33','2021-09-20 09:12:33',NULL,NULL,'zphiblgz'),(84601,'brute_force','2021-09-20 04:13:34','2021-09-20 09:13:34','39.33.143.158',NULL,NULL),(84602,'brute_force','2021-09-20 04:13:34','2021-09-20 09:13:34',NULL,NULL,'zphiblgz'),(84603,'brute_force','2021-09-20 04:14:35','2021-09-20 09:14:35','39.33.143.158',NULL,NULL),(84604,'brute_force','2021-09-20 04:14:35','2021-09-20 09:14:35',NULL,NULL,'zphiblgz'),(84605,'brute_force','2021-09-20 04:15:38','2021-09-20 09:15:38','39.33.143.158',NULL,NULL),(84606,'brute_force','2021-09-20 04:15:38','2021-09-20 09:15:38',NULL,NULL,'zphiblgz'),(84607,'brute_force','2021-09-20 04:31:01','2021-09-20 09:31:01','39.33.143.158',NULL,NULL),(84608,'brute_force','2021-09-20 04:31:01','2021-09-20 09:31:01',NULL,NULL,'zphiblgz'),(84609,'four_oh_four','2021-09-20 04:41:25','2021-09-20 09:41:25','185.191.34.215',NULL,NULL),(84610,'brute_force','2021-09-20 04:46:24','2021-09-20 09:46:24','39.33.143.158',NULL,NULL),(84611,'brute_force','2021-09-20 04:46:24','2021-09-20 09:46:24',NULL,NULL,'zphiblgz'),(84612,'brute_force','2021-09-20 04:47:27','2021-09-20 09:47:27','39.33.143.158',NULL,NULL),(84613,'brute_force','2021-09-20 04:47:27','2021-09-20 09:47:27',NULL,NULL,'zphiblgz'),(84614,'brute_force','2021-09-20 04:48:28','2021-09-20 09:48:28','39.33.143.158',NULL,NULL),(84615,'brute_force','2021-09-20 04:48:28','2021-09-20 09:48:28',NULL,NULL,'zphiblgz'),(84616,'brute_force','2021-09-20 04:49:28','2021-09-20 09:49:28','39.33.143.158',NULL,NULL),(84617,'brute_force','2021-09-20 04:49:28','2021-09-20 09:49:28',NULL,NULL,'zphiblgz'),(84618,'brute_force','2021-09-20 04:50:30','2021-09-20 09:50:30','39.33.143.158',NULL,NULL),(84619,'brute_force','2021-09-20 04:50:30','2021-09-20 09:50:30',NULL,NULL,'zphiblgz'),(84620,'brute_force','2021-09-20 05:06:02','2021-09-20 10:06:02','39.33.143.158',NULL,NULL),(84621,'brute_force','2021-09-20 05:06:02','2021-09-20 10:06:02',NULL,NULL,'zphiblgz'),(84622,'four_oh_four','2021-09-20 06:32:16','2021-09-20 11:32:16','70.39.234.243',NULL,NULL),(84623,'four_oh_four','2021-09-20 06:34:45','2021-09-20 11:34:45','46.63.232.80',NULL,NULL),(84624,'four_oh_four','2021-09-20 08:23:16','2021-09-20 13:23:16','44.194.255.212',NULL,NULL),(84625,'four_oh_four','2021-09-20 08:46:13','2021-09-20 13:46:13','87.251.86.235',NULL,NULL),(84626,'four_oh_four','2021-09-20 09:08:56','2021-09-20 14:08:56','23.254.56.32',NULL,NULL),(84627,'four_oh_four','2021-09-20 10:38:54','2021-09-20 15:38:54','178.209.50.160',NULL,NULL),(84628,'four_oh_four','2021-09-20 11:39:29','2021-09-20 16:39:29','46.161.11.21',NULL,NULL),(84629,'four_oh_four','2021-09-20 12:36:18','2021-09-20 17:36:18','173.252.107.19',NULL,NULL),(84630,'four_oh_four','2021-09-20 12:36:18','2021-09-20 17:36:18','173.252.107.4',NULL,NULL),(84631,'four_oh_four','2021-09-20 14:09:57','2021-09-20 19:09:57','184.154.76.35',NULL,NULL),(84632,'four_oh_four','2021-09-20 14:27:14','2021-09-20 19:27:14','207.46.13.170',NULL,NULL),(84633,'four_oh_four','2021-09-20 14:45:06','2021-09-20 19:45:06','87.251.86.235',NULL,NULL),(84634,'four_oh_four','2021-09-20 16:40:49','2021-09-20 21:40:49','116.202.236.252',NULL,NULL),(84635,'four_oh_four','2021-09-20 17:31:02','2021-09-20 22:31:02','46.39.71.83',NULL,NULL),(84636,'four_oh_four','2021-09-20 18:29:17','2021-09-20 23:29:17','207.46.13.170',NULL,NULL),(84637,'four_oh_four','2021-09-20 22:12:59','2021-09-21 03:12:59','103.26.142.68',NULL,NULL),(84638,'four_oh_four','2021-09-21 00:46:49','2021-09-21 05:46:49','92.118.77.10',NULL,NULL),(84639,'four_oh_four','2021-09-21 00:46:53','2021-09-21 05:46:53','92.118.77.10',NULL,NULL),(84640,'four_oh_four','2021-09-21 01:01:29','2021-09-21 06:01:29','176.48.36.237',NULL,NULL),(84641,'four_oh_four','2021-09-21 01:25:48','2021-09-21 06:25:48','80.253.235.47',NULL,NULL),(84642,'four_oh_four','2021-09-21 04:01:00','2021-09-21 09:01:00','202.9.90.110',NULL,NULL),(84643,'four_oh_four','2021-09-21 04:35:20','2021-09-21 09:35:20','3.231.149.3',NULL,NULL),(84644,'four_oh_four','2021-09-21 06:38:23','2021-09-21 11:38:23','185.191.34.215',NULL,NULL),(84645,'four_oh_four','2021-09-21 10:01:49','2021-09-21 15:01:49','51.159.23.22',NULL,NULL),(84646,'four_oh_four','2021-09-21 12:26:22','2021-09-21 17:26:22','185.191.34.215',NULL,NULL),(84647,'four_oh_four','2021-09-21 12:50:06','2021-09-21 17:50:06','87.250.224.144',NULL,NULL),(84648,'four_oh_four','2021-09-21 12:50:14','2021-09-21 17:50:14','87.250.224.144',NULL,NULL),(84649,'four_oh_four','2021-09-21 14:07:25','2021-09-21 19:07:25','184.154.139.3',NULL,NULL),(84650,'four_oh_four','2021-09-21 14:21:39','2021-09-21 19:21:39','185.191.34.215',NULL,NULL),(84651,'four_oh_four','2021-09-21 15:17:04','2021-09-21 20:17:04','136.243.171.77',NULL,NULL),(84652,'four_oh_four','2021-09-21 15:17:07','2021-09-21 20:17:07','136.243.171.77',NULL,NULL),(84653,'four_oh_four','2021-09-21 15:17:10','2021-09-21 20:17:10','136.243.171.77',NULL,NULL),(84654,'four_oh_four','2021-09-21 15:19:38','2021-09-21 20:19:38','193.160.219.180',NULL,NULL),(84655,'four_oh_four','2021-09-21 16:52:14','2021-09-21 21:52:14','52.162.161.148',NULL,NULL),(84656,'four_oh_four','2021-09-21 17:26:50','2021-09-21 22:26:50','185.191.34.215',NULL,NULL),(84657,'four_oh_four','2021-09-21 18:32:25','2021-09-21 23:32:25','207.46.13.170',NULL,NULL),(84658,'four_oh_four','2021-09-21 19:32:27','2021-09-22 00:32:27','157.55.39.64',NULL,NULL),(84659,'four_oh_four','2021-09-21 21:47:15','2021-09-22 02:47:15','207.46.13.170',NULL,NULL),(84660,'four_oh_four','2021-09-22 00:20:37','2021-09-22 05:20:37','3.94.137.21',NULL,NULL),(84661,'four_oh_four','2021-09-22 00:20:40','2021-09-22 05:20:40','3.94.137.21',NULL,NULL),(84662,'four_oh_four','2021-09-22 00:20:44','2021-09-22 05:20:44','3.94.137.21',NULL,NULL),(84663,'four_oh_four','2021-09-22 00:20:47','2021-09-22 05:20:47','3.94.137.21',NULL,NULL),(84664,'four_oh_four','2021-09-22 00:25:26','2021-09-22 05:25:26','157.55.39.64',NULL,NULL),(84665,'four_oh_four','2021-09-22 01:53:29','2021-09-22 06:53:29','3.90.15.189',NULL,NULL),(84666,'four_oh_four','2021-09-22 06:21:41','2021-09-22 11:21:41','80.253.235.47',NULL,NULL),(84667,'four_oh_four','2021-09-22 08:25:51','2021-09-22 13:25:51','207.46.13.113',NULL,NULL),(84668,'four_oh_four','2021-09-22 10:02:21','2021-09-22 15:02:21','104.244.79.6',NULL,NULL),(84669,'four_oh_four','2021-09-22 10:19:52','2021-09-22 15:19:52','172.98.86.184',NULL,NULL),(84670,'four_oh_four','2021-09-22 10:19:56','2021-09-22 15:19:56','172.98.86.184',NULL,NULL),(84671,'four_oh_four','2021-09-22 10:19:59','2021-09-22 15:19:59','172.98.86.184',NULL,NULL),(84672,'four_oh_four','2021-09-22 10:20:02','2021-09-22 15:20:02','172.98.86.184',NULL,NULL),(84673,'four_oh_four','2021-09-22 12:11:48','2021-09-22 17:11:48','66.249.65.165',NULL,NULL),(84674,'four_oh_four','2021-09-22 12:59:41','2021-09-22 17:59:41','185.191.34.215',NULL,NULL),(84675,'four_oh_four','2021-09-22 14:09:05','2021-09-22 19:09:05','184.154.139.18',NULL,NULL),(84676,'four_oh_four','2021-09-22 15:32:48','2021-09-22 20:32:48','185.191.34.215',NULL,NULL);
/*!40000 ALTER TABLE `lwz_itsec_temp` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_itsec_user_groups`
--
DROP TABLE IF EXISTS `lwz_itsec_user_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_itsec_user_groups` (
`group_id` char(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`group_label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`group_roles` text COLLATE utf8mb4_unicode_520_ci,
`group_canonical` text COLLATE utf8mb4_unicode_520_ci,
`group_users` text COLLATE utf8mb4_unicode_520_ci,
`group_min_role` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`group_created_at` datetime DEFAULT NULL,
PRIMARY KEY (`group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_itsec_user_groups`
--
LOCK TABLES `lwz_itsec_user_groups` WRITE;
/*!40000 ALTER TABLE `lwz_itsec_user_groups` DISABLE KEYS */;
INSERT INTO `lwz_itsec_user_groups` VALUES ('4f0849b1-1853-4643-bb52-4c4ab5a75ebd','Contributor Users','','contributor','','','2020-09-28 01:07:03'),('b2af7919-5b5b-499d-8d66-8515115417b9','Administrator Users','','administrator','','','2020-09-28 01:07:03'),('c224ea8f-e7c4-40ef-a7d6-ba729e7639fd','Subscriber Users','','subscriber','','','2020-09-28 01:07:03'),('c8227cef-e1af-4960-b7d1-979af7fc1735','Author Users','','author','','','2020-09-28 01:07:03'),('cb5b5fae-147e-43ed-9d8d-28f269ceaece','Editor Users','','editor','','','2020-09-28 01:07:03');
/*!40000 ALTER TABLE `lwz_itsec_user_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_iwp_backup_status`
--
DROP TABLE IF EXISTS `lwz_iwp_backup_status`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_iwp_backup_status` (
`ID` int(11) NOT NULL AUTO_INCREMENT,
`historyID` int(11) NOT NULL,
`taskName` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`action` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`category` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
`stage` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`finalStatus` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`statusMsg` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`requestParams` text COLLATE utf8mb4_unicode_ci NOT NULL,
`responseParams` longtext COLLATE utf8mb4_unicode_ci,
`taskResults` text COLLATE utf8mb4_unicode_ci,
`startTime` int(11) DEFAULT NULL,
`endTime` int(11) NOT NULL,
`lastUpdateTime` int(10) unsigned DEFAULT NULL,
PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_iwp_backup_status`
--
LOCK TABLES `lwz_iwp_backup_status` WRITE;
/*!40000 ALTER TABLE `lwz_iwp_backup_status` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_iwp_backup_status` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_links`
--
DROP TABLE IF EXISTS `lwz_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_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 `lwz_links`
--
LOCK TABLES `lwz_links` WRITE;
/*!40000 ALTER TABLE `lwz_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_login_log`
--
DROP TABLE IF EXISTS `lwz_login_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_login_log` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`ip` varchar(50) NOT NULL,
`msg` varchar(255) NOT NULL,
`l_added` datetime NOT NULL,
`l_status` enum('success','failed','blocked') NOT NULL,
`l_type` enum('new','old') NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1851 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_login_log`
--
LOCK TABLES `lwz_login_log` WRITE;
/*!40000 ALTER TABLE `lwz_login_log` DISABLE KEYS */;
INSERT INTO `lwz_login_log` VALUES (1,'50.164.59.70','Login success','2016-12-30 06:33:39','success','new'),(2,'50.164.59.70','Login success','2016-12-30 07:35:17','success','new'),(3,'50.192.3.147','Login success','2017-01-02 17:09:08','success','new'),(4,'50.192.3.147','Login success','2017-01-03 15:11:57','success','new'),(5,'50.164.59.70','Login success','2017-01-04 00:29:29','success','new'),(6,'50.164.59.70','Login success','2017-01-07 22:53:08','success','new'),(7,'173.69.144.23','Error in login','2017-01-09 01:22:33','failed','new'),(8,'50.164.59.70','Login success','2017-01-11 00:11:41','success','new'),(9,'50.164.59.70','Login success','2017-01-15 20:22:12','success','new'),(10,'169.149.2.220','Error in login','2017-01-16 15:07:17','failed','new'),(11,'176.203.153.247','Error in login','2017-01-17 18:44:49','failed','new'),(12,'78.18.176.40','Error in login','2017-01-17 20:07:41','failed','new'),(13,'62.212.44.32','Error in login','2017-01-17 20:47:10','failed','new'),(14,'50.164.59.70','Login success','2017-01-18 03:16:00','success','new'),(15,'168.196.8.12','Error in login','2017-01-18 19:53:39','failed','new'),(16,'90.211.167.147','Error in login','2017-01-19 02:54:00','failed','new'),(17,'156.205.180.56','Error in login','2017-01-19 13:42:03','failed','new'),(18,'37.47.105.29','Error in login','2017-01-19 16:54:55','failed','new'),(19,'109.129.197.93','Error in login','2017-01-19 21:20:14','failed','new'),(20,'79.130.211.69','Error in login','2017-01-19 22:39:23','failed','new'),(21,'79.108.88.104','Error in login','2017-01-20 02:06:18','failed','new'),(22,'203.77.251.210','Error in login','2017-01-20 02:17:32','failed','new'),(23,'83.110.58.106','Error in login','2017-01-20 02:22:34','failed','new'),(24,'187.223.40.7','Error in login','2017-01-20 04:26:00','failed','new'),(25,'197.2.242.187','Error in login','2017-01-20 06:39:15','failed','new'),(26,'59.93.184.185','Error in login','2017-01-20 07:49:19','failed','new'),(27,'117.193.221.88','Error in login','2017-01-20 09:08:18','failed','new'),(28,'110.136.130.231','Error in login','2017-01-20 10:27:17','failed','new'),(29,'89.176.59.53','Error in login','2017-01-20 10:30:07','failed','new'),(30,'178.79.41.187','Error in login','2017-01-20 11:18:47','failed','new'),(31,'122.174.192.91','Error in login','2017-01-20 12:32:41','failed','new'),(32,'202.134.39.206','Error in login','2017-01-20 13:10:14','failed','new'),(33,'97.127.107.251','Error in login','2017-01-20 13:23:03','failed','new'),(34,'202.78.234.162','Error in login','2017-01-20 14:07:53','failed','new'),(35,'41.224.180.156','Error in login','2017-01-20 14:18:11','failed','new'),(36,'70.31.6.75','Error in login','2017-01-20 15:17:50','failed','new'),(37,'62.201.23.21','Error in login','2017-01-20 16:03:22','failed','new'),(38,'95.10.188.87','Error in login','2017-01-20 17:04:55','failed','new'),(39,'190.247.193.11','Error in login','2017-01-20 17:33:26','failed','new'),(40,'59.153.87.19','Error in login','2017-01-21 03:24:51','failed','new'),(41,'195.158.18.42','Error in login','2017-01-21 14:21:20','failed','new'),(42,'223.227.172.230','Error in login','2017-01-22 08:26:17','failed','new'),(43,'60.226.100.80','Error in login','2017-01-22 08:33:15','failed','new'),(44,'212.178.237.243','Error in login','2017-01-22 14:40:57','failed','new'),(45,'93.176.205.6','Error in login','2017-01-22 16:37:52','failed','new'),(46,'81.91.29.113','Error in login','2017-01-23 14:55:32','failed','new'),(47,'41.225.51.151','Error in login','2017-01-23 15:12:00','failed','new'),(48,'158.181.141.103','Error in login','2017-01-23 19:49:20','failed','new'),(49,'109.88.116.90','Error in login','2017-01-23 23:08:33','failed','new'),(50,'171.50.147.145','Error in login','2017-01-24 09:47:21','failed','new'),(51,'79.30.146.108','Error in login','2017-01-24 10:20:30','failed','new'),(52,'200.41.118.246','Error in login','2017-01-24 13:36:25','failed','new'),(53,'196.75.128.244','Error in login','2017-01-24 15:43:23','failed','new'),(54,'179.108.172.237','Error in login','2017-01-25 19:27:34','failed','new'),(55,'41.97.44.8','Error in login','2017-01-25 21:01:13','failed','new'),(56,'173.69.144.23','Error in login','2017-01-26 03:48:45','failed','new'),(57,'173.69.144.23','Login success','2017-01-26 03:48:57','success','new'),(58,'5.69.217.228','Error in login','2017-01-26 16:02:43','failed','new'),(59,'41.207.5.8','Error in login','2017-01-27 19:22:25','failed','new'),(60,'200.8.144.33','Error in login','2017-01-27 20:43:48','failed','new'),(61,'178.137.83.79','Error in login','2017-01-27 21:58:58','failed','new'),(62,'122.176.6.207','Error in login','2017-01-28 14:55:22','failed','new'),(63,'39.37.150.162','Error in login','2017-01-28 17:35:41','failed','new'),(64,'77.28.180.16','Error in login','2017-01-29 12:03:06','failed','new'),(65,'2.29.100.254','Error in login','2017-01-29 13:03:11','failed','new'),(66,'103.49.200.228','Error in login','2017-01-29 15:45:37','failed','new'),(67,'39.42.20.182','Error in login','2017-01-29 18:08:52','failed','new'),(68,'109.71.32.43','Error in login','2017-01-30 07:47:53','failed','new'),(69,'151.80.232.251','Error in login','2017-01-30 07:48:59','failed','new'),(70,'91.142.222.211','Error in login','2017-01-31 11:30:59','failed','new'),(71,'47.91.129.141','Error in login','2017-01-31 18:18:16','failed','new'),(72,'103.195.100.74','Error in login','2017-01-31 18:19:43','failed','new'),(73,'103.195.100.74','Error in login','2017-01-31 18:20:04','failed','new'),(74,'91.198.165.243','Error in login','2017-01-31 18:20:29','failed','new'),(75,'192.3.207.202','Error in login','2017-01-31 18:20:53','failed','new'),(76,'195.74.38.68','Error in login','2017-01-31 18:43:57','failed','new'),(77,'195.74.38.142','Error in login','2017-01-31 20:57:45','failed','new'),(78,'134.19.230.152','Error in login','2017-02-01 09:11:34','failed','new'),(79,'85.132.17.126','Error in login','2017-02-02 00:45:20','failed','new'),(80,'174.205.8.205','Login success','2017-02-02 11:27:54','success','new'),(81,'201.71.143.245','Error in login','2017-02-02 18:53:09','failed','new'),(82,'204.126.132.241','Login success','2017-02-02 23:19:54','success','new'),(83,'191.102.255.24','Error in login','2017-02-03 01:22:15','failed','new'),(84,'201.186.200.144','Error in login','2017-02-05 02:26:31','failed','new'),(85,'110.36.42.35','Error in login','2017-02-05 22:13:54','failed','new'),(86,'85.12.229.10','Error in login','2017-02-06 20:26:11','failed','new'),(87,'206.214.15.44','Error in login','2017-02-07 06:23:31','failed','new'),(88,'110.172.188.3','Error in login','2017-02-11 12:55:46','failed','new'),(89,'80.120.155.226','Error in login','2017-02-11 12:57:04','failed','new'),(90,'187.16.55.215','Error in login','2017-02-11 19:36:08','failed','new'),(91,'182.73.189.230','Error in login','2017-02-11 21:57:47','failed','new'),(92,'186.215.139.209','Error in login','2017-02-12 18:26:34','failed','new'),(93,'5.178.182.204','Error in login','2017-02-13 08:38:29','failed','new'),(94,'143.202.182.0','Error in login','2017-02-14 10:01:43','failed','new'),(95,'115.127.25.170','Error in login','2017-02-15 07:54:23','failed','new'),(96,'37.252.95.166','Error in login','2017-02-15 08:05:26','failed','new'),(97,'83.103.119.52','Error in login','2017-02-15 23:32:12','failed','new'),(98,'52.10.104.184','Error in login','2017-02-15 23:53:34','failed','new'),(99,'104.152.168.29','Error in login','2017-02-15 23:56:12','failed','new'),(100,'188.166.185.198','Error in login','2017-02-16 00:09:58','failed','new'),(101,'185.167.208.105','Error in login','2017-02-16 00:19:41','failed','new'),(102,'200.9.100.72','Error in login','2017-02-16 00:25:14','failed','new'),(103,'210.238.91.71','Error in login','2017-02-16 01:09:57','failed','new'),(104,'41.74.186.248','Error in login','2017-02-16 01:23:24','failed','new'),(105,'52.41.191.130','Error in login','2017-02-16 01:33:10','failed','new'),(106,'45.33.95.47','Error in login','2017-02-16 01:36:15','failed','new'),(107,'52.204.28.73','Error in login','2017-02-16 01:36:17','failed','new'),(108,'106.186.24.133','Error in login','2017-02-16 01:38:00','failed','new'),(109,'209.59.140.126','Error in login','2017-02-16 01:43:59','failed','new'),(110,'149.62.173.153','Error in login','2017-02-16 01:49:35','failed','new'),(111,'74.208.111.241','Error in login','2017-02-16 01:54:38','failed','new'),(112,'52.52.39.249','Error in login','2017-02-16 01:57:44','failed','new'),(113,'188.166.13.72','Error in login','2017-02-16 03:12:11','failed','new'),(114,'199.223.211.86','Error in login','2017-02-16 03:17:56','failed','new'),(115,'195.5.163.201','Error in login','2017-02-16 03:24:42','failed','new'),(116,'196.14.25.4','Error in login','2017-02-16 03:57:02','failed','new'),(117,'151.80.243.115','Error in login','2017-02-16 04:04:50','failed','new'),(118,'144.76.13.239','Error in login','2017-02-16 04:27:13','failed','new'),(119,'49.212.180.201','Error in login','2017-02-16 05:07:11','failed','new'),(120,'77.242.24.64','Error in login','2017-02-16 07:23:32','failed','new'),(121,'176.53.82.130','Error in login','2017-02-16 11:25:36','failed','new'),(122,'178.17.175.10','Error in login','2017-02-16 11:25:39','failed','new'),(123,'208.113.217.165','Error in login','2017-02-16 11:25:50','failed','new'),(124,'46.23.74.21','Error in login','2017-02-16 11:26:13','failed','new'),(125,'203.22.132.90','Error in login','2017-02-16 11:27:32','failed','new'),(126,'185.85.189.252','Error in login','2017-02-16 11:27:35','failed','new'),(127,'151.236.48.130','Error in login','2017-02-16 11:27:46','failed','new'),(128,'103.239.165.34','Error in login','2017-02-16 11:27:46','failed','new'),(129,'107.190.135.122','Error in login','2017-02-16 11:27:49','failed','new'),(130,'145.131.10.30','Error in login','2017-02-16 11:28:17','failed','new'),(131,'192.241.198.224','Error in login','2017-02-16 11:28:28','failed','new'),(132,'95.174.15.228','Error in login','2017-02-16 11:28:33','failed','new'),(133,'208.97.176.172','Error in login','2017-02-16 11:28:42','failed','new'),(134,'104.195.0.190','Error in login','2017-02-16 11:28:43','failed','new'),(135,'208.113.170.11','Error in login','2017-02-16 11:31:22','failed','new'),(136,'83.172.141.25','Error in login','2017-02-16 11:32:40','failed','new'),(137,'198.199.125.242','Error in login','2017-02-16 11:33:20','failed','new'),(138,'192.155.84.119','Error in login','2017-02-16 11:33:24','failed','new'),(139,'185.69.232.66','Error in login','2017-02-16 11:34:01','failed','new'),(140,'176.9.53.179','Error in login','2017-02-16 11:34:26','failed','new'),(141,'208.113.155.2','Error in login','2017-02-16 11:34:27','failed','new'),(142,'198.27.80.46','Error in login','2017-02-16 11:39:05','failed','new'),(143,'74.124.197.176','Error in login','2017-02-16 12:17:21','failed','new'),(144,'91.198.165.243','Error in login','2017-02-16 12:18:12','failed','new'),(145,'62.213.60.12','Error in login','2017-02-16 12:18:46','failed','new'),(146,'103.6.196.87','Error in login','2017-02-16 12:19:06','failed','new'),(147,'192.241.149.138','Error in login','2017-02-16 12:19:38','failed','new'),(148,'75.119.200.134','Error in login','2017-02-16 12:19:51','failed','new'),(149,'192.155.88.30','Error in login','2017-02-16 12:20:10','failed','new'),(150,'81.218.229.150','Error in login','2017-02-16 12:20:15','failed','new'),(151,'43.231.113.82','Error in login','2017-02-16 12:20:24','failed','new'),(152,'198.154.231.42','Error in login','2017-02-16 12:22:11','failed','new'),(153,'182.162.21.85','Error in login','2017-02-16 12:22:32','failed','new'),(154,'75.119.211.77','Error in login','2017-02-16 12:22:34','failed','new'),(155,'67.205.25.150','Error in login','2017-02-16 12:22:39','failed','new'),(156,'194.12.14.68','Error in login','2017-02-16 12:22:43','failed','new'),(157,'50.31.65.7','Error in login','2017-02-16 12:22:54','failed','new'),(158,'158.69.31.96','Error in login','2017-02-16 12:23:03','failed','new'),(159,'184.164.141.114','Error in login','2017-02-16 12:23:06','failed','new'),(160,'185.101.157.66','Error in login','2017-02-16 12:24:05','failed','new'),(161,'204.11.58.229','Error in login','2017-02-16 12:28:01','failed','new'),(162,'111.118.215.219','Error in login','2017-02-16 12:28:29','failed','new'),(163,'216.117.144.230','Error in login','2017-02-16 12:28:43','failed','new'),(164,'45.113.121.92','Error in login','2017-02-16 12:29:14','failed','new'),(165,'50.87.118.73','Error in login','2017-02-16 12:29:25','failed','new'),(166,'92.60.127.189','Error in login','2017-02-16 12:29:35','failed','new'),(167,'167.114.142.241','Error in login','2017-02-16 12:30:23','failed','new'),(168,'124.47.131.72','Error in login','2017-02-16 12:30:28','failed','new'),(169,'8.29.143.101','Error in login','2017-02-16 12:31:02','failed','new'),(170,'185.69.232.66','Error in login','2017-02-16 12:31:06','failed','new'),(171,'213.202.100.12','Error in login','2017-02-16 12:32:29','failed','new'),(172,'213.142.143.105','Error in login','2017-02-16 12:32:37','failed','new'),(173,'46.101.129.60','Error in login','2017-02-16 12:33:19','failed','new'),(174,'79.172.201.60','Error in login','2017-02-16 12:33:20','failed','new'),(175,'41.76.213.16','Error in login','2017-02-16 12:33:47','failed','new'),(176,'31.170.124.238','Error in login','2017-02-16 12:35:15','failed','new'),(177,'81.169.166.217','Error in login','2017-02-16 12:35:22','failed','new'),(178,'75.119.200.118','Error in login','2017-02-16 12:35:31','failed','new'),(179,'81.88.233.26','Error in login','2017-02-16 12:35:39','failed','new'),(180,'212.109.217.181','Error in login','2017-02-16 12:36:09','failed','new'),(181,'103.251.134.14','Error in login','2017-02-16 12:36:14','failed','new'),(182,'213.246.108.37','Error in login','2017-02-16 12:36:26','failed','new'),(183,'162.144.62.210','Error in login','2017-02-16 12:36:31','failed','new'),(184,'104.197.54.33','Error in login','2017-02-16 12:38:58','failed','new'),(185,'52.203.91.104','Error in login','2017-02-16 12:39:29','failed','new'),(186,'87.255.36.131','Error in login','2017-02-16 12:39:45','failed','new'),(187,'75.119.200.124','Error in login','2017-02-16 12:40:22','failed','new'),(188,'188.166.6.19','Error in login','2017-02-16 12:42:44','failed','new'),(189,'149.210.174.205','Error in login','2017-02-16 12:43:05','failed','new'),(190,'79.172.201.60','Error in login','2017-02-16 12:44:21','failed','new'),(191,'203.22.132.98','Error in login','2017-02-16 12:45:15','failed','new'),(192,'173.44.39.12','Error in login','2017-02-16 12:46:02','failed','new'),(193,'35.163.216.220','Error in login','2017-02-16 12:46:55','failed','new'),(194,'87.106.252.121','Error in login','2017-02-16 13:00:35','failed','new'),(195,'199.79.62.17','Error in login','2017-02-16 13:02:05','failed','new'),(196,'64.118.86.20','Error in login','2017-02-16 13:02:48','failed','new'),(197,'37.9.169.21','Error in login','2017-02-16 13:06:12','failed','new'),(198,'212.48.69.222','Error in login','2017-02-16 13:06:26','failed','new'),(199,'202.52.146.21','Error in login','2017-02-16 13:06:30','failed','new'),(200,'183.90.253.19','Error in login','2017-02-16 13:06:38','failed','new'),(201,'192.254.159.239','Error in login','2017-02-16 13:06:42','failed','new'),(202,'75.119.200.115','Error in login','2017-02-16 13:07:05','failed','new'),(203,'85.214.205.218','Error in login','2017-02-16 13:07:51','failed','new'),(204,'62.148.185.13','Error in login','2017-02-16 13:09:07','failed','new'),(205,'162.248.242.152','Error in login','2017-02-16 13:12:17','failed','new'),(206,'138.201.60.132','Error in login','2017-02-16 13:14:43','failed','new'),(207,'159.203.141.16','Error in login','2017-02-16 13:15:29','failed','new'),(208,'62.213.60.12','Error in login','2017-02-16 13:15:39','failed','new'),(209,'173.245.89.125','Error in login','2017-02-16 13:16:32','failed','new'),(210,'185.49.14.108','Error in login','2017-02-16 13:16:39','failed','new'),(211,'149.210.204.86','Error in login','2017-02-16 13:17:02','failed','new'),(212,'69.163.187.50','Error in login','2017-02-16 13:18:26','failed','new'),(213,'162.243.206.157','Error in login','2017-02-16 13:19:07','failed','new'),(214,'37.97.145.6','Error in login','2017-02-16 13:19:31','failed','new'),(215,'87.253.162.13','Error in login','2017-02-16 13:20:34','failed','new'),(216,'195.74.38.180','Error in login','2017-02-16 13:20:50','failed','new'),(217,'182.163.56.141','Error in login','2017-02-16 13:37:40','failed','new'),(218,'208.113.163.100','Error in login','2017-02-16 13:38:04','failed','new'),(219,'178.17.175.10','Error in login','2017-02-16 13:38:20','failed','new'),(220,'210.48.67.159','Error in login','2017-02-16 13:39:28','failed','new'),(221,'103.195.239.135','Error in login','2017-02-16 13:40:05','failed','new'),(222,'198.46.237.228','Error in login','2017-02-16 13:40:42','failed','new'),(223,'98.142.221.131','Error in login','2017-02-16 13:41:56','failed','new'),(224,'138.68.88.243','Error in login','2017-02-16 13:43:20','failed','new'),(225,'167.114.126.74','Error in login','2017-02-16 13:43:30','failed','new'),(226,'92.53.96.10','Error in login','2017-02-16 13:44:04','failed','new'),(227,'176.223.207.124','Error in login','2017-02-16 13:44:07','failed','new'),(228,'178.62.200.16','Error in login','2017-02-16 13:47:10','failed','new'),(229,'52.211.167.226','Error in login','2017-02-16 13:47:37','failed','new'),(230,'185.56.147.215','Error in login','2017-02-16 13:48:12','failed','new'),(231,'79.137.22.122','Error in login','2017-02-16 13:48:48','failed','new'),(232,'45.55.174.165','Error in login','2017-02-16 13:49:05','failed','new'),(233,'37.123.99.171','Error in login','2017-02-16 13:49:10','failed','new'),(234,'173.236.176.108','Error in login','2017-02-16 13:50:40','failed','new'),(235,'120.138.19.101','Error in login','2017-02-16 13:51:05','failed','new'),(236,'64.111.127.77','Error in login','2017-02-16 13:51:38','failed','new'),(237,'64.140.200.40','Error in login','2017-02-16 13:51:48','failed','new'),(238,'192.235.77.205','Error in login','2017-02-16 13:52:18','failed','new'),(239,'188.165.229.55','Error in login','2017-02-16 13:52:21','failed','new'),(240,'208.113.170.112','Error in login','2017-02-16 13:53:12','failed','new'),(241,'208.113.160.7','Error in login','2017-02-16 13:53:33','failed','new'),(242,'63.254.158.200','Error in login','2017-02-16 13:54:38','failed','new'),(243,'107.155.108.55','Error in login','2017-02-16 17:32:30','failed','new'),(244,'50.76.160.42','Error in login','2017-02-16 17:36:06','failed','new'),(245,'94.23.238.63','Error in login','2017-02-16 17:42:31','failed','new'),(246,'52.67.115.165','Error in login','2017-02-16 18:48:11','failed','new'),(247,'120.72.98.156','Error in login','2017-02-16 19:19:11','failed','new'),(248,'210.224.185.181','Error in login','2017-02-16 19:24:24','failed','new'),(249,'61.91.205.104','Error in login','2017-02-16 20:47:01','failed','new'),(250,'5.145.4.225','Error in login','2017-02-17 21:15:06','failed','new'),(251,'89.145.92.137','Error in login','2017-02-18 15:59:33','failed','new'),(252,'192.185.220.12','Error in login','2017-02-18 15:59:40','failed','new'),(253,'185.33.116.38','Error in login','2017-02-18 16:00:07','failed','new'),(254,'151.80.35.152','Error in login','2017-02-18 16:00:15','failed','new'),(255,'23.253.119.16','Error in login','2017-02-18 16:00:18','failed','new'),(256,'207.96.150.11','Error in login','2017-02-18 16:00:30','failed','new'),(257,'209.99.16.227','Error in login','2017-02-18 16:00:43','failed','new'),(258,'192.207.255.55','Error in login','2017-02-18 16:01:00','failed','new'),(259,'5.135.52.198','Error in login','2017-02-18 16:01:11','failed','new'),(260,'69.163.162.3','Error in login','2017-02-18 16:01:36','failed','new'),(261,'73.222.83.84','Error in login','2017-02-18 16:02:06','failed','new'),(262,'93.115.52.160','Error in login','2017-02-18 16:02:21','failed','new'),(263,'176.9.98.200','Error in login','2017-02-18 16:02:37','failed','new'),(264,'59.125.119.188','Error in login','2017-02-18 16:02:41','failed','new'),(265,'62.149.223.70','Error in login','2017-02-18 16:03:13','failed','new'),(266,'173.212.193.211','Error in login','2017-02-18 16:03:15','failed','new'),(267,'54.154.208.227','Error in login','2017-02-18 16:03:25','failed','new'),(268,'37.247.41.78','Error in login','2017-02-18 16:03:34','failed','new'),(269,'103.37.8.109','Error in login','2017-02-18 16:04:43','failed','new'),(270,'93.115.52.160','Error in login','2017-02-18 16:05:26','failed','new'),(271,'208.113.221.89','Error in login','2017-02-18 16:07:19','failed','new'),(272,'52.25.226.106','Error in login','2017-02-18 16:07:56','failed','new'),(273,'195.74.65.22','Error in login','2017-02-18 16:07:57','failed','new'),(274,'101.78.134.188','Error in login','2017-02-18 16:09:08','failed','new'),(275,'129.232.212.210','Error in login','2017-02-18 16:14:40','failed','new'),(276,'188.129.172.87','Error in login','2017-02-19 18:00:07','failed','new'),(277,'182.75.114.174','Error in login','2017-02-20 00:04:33','failed','new'),(278,'91.150.79.180','Error in login','2017-02-20 19:31:46','failed','new'),(279,'204.126.132.241','Login success','2017-02-20 19:59:21','success','new'),(280,'88.146.198.73','Error in login','2017-02-21 13:21:58','failed','new'),(281,'189.18.143.87','Error in login','2017-02-22 11:22:50','failed','new'),(282,'177.38.236.148','Error in login','2017-02-23 06:53:23','failed','new'),(283,'103.5.113.9','Error in login','2017-02-23 17:22:46','failed','new'),(284,'217.16.187.32','Error in login','2017-02-23 17:36:10','failed','new'),(285,'177.126.89.34','Error in login','2017-02-24 10:44:54','failed','new'),(286,'185.171.62.31','Error in login','2017-02-24 17:39:54','failed','new'),(287,'201.200.24.166','Error in login','2017-02-25 20:27:40','failed','new'),(288,'178.234.35.99','Error in login','2017-02-25 22:02:15','failed','new'),(289,'178.137.83.79','Error in login','2017-02-25 23:26:28','failed','new'),(290,'123.136.111.141','Error in login','2017-02-26 08:21:48','failed','new'),(291,'185.49.14.108','Error in login','2017-02-26 15:16:29','failed','new'),(292,'208.113.155.2','Error in login','2017-02-26 15:17:22','failed','new'),(293,'67.205.11.6','Error in login','2017-02-26 15:17:36','failed','new'),(294,'185.96.93.97','Error in login','2017-02-26 15:17:47','failed','new'),(295,'45.55.147.145','Error in login','2017-02-26 15:17:53','failed','new'),(296,'64.90.34.103','Error in login','2017-02-26 15:18:00','failed','new'),(297,'166.62.32.235','Error in login','2017-02-26 15:18:03','failed','new'),(298,'91.209.189.10','Error in login','2017-02-26 15:18:05','failed','new'),(299,'89.253.223.206','Error in login','2017-02-26 15:18:20','failed','new'),(300,'104.238.94.163','Error in login','2017-02-26 15:18:29','failed','new'),(301,'162.242.219.26','Error in login','2017-02-26 15:18:35','failed','new'),(302,'5.10.105.47','Error in login','2017-02-26 15:18:55','failed','new'),(303,'46.16.188.14','Error in login','2017-02-26 15:18:56','failed','new'),(304,'173.236.157.94','Error in login','2017-02-26 15:19:04','failed','new'),(305,'54.174.195.70','Error in login','2017-02-26 15:19:04','failed','new'),(306,'199.195.118.194','Error in login','2017-02-26 15:19:27','failed','new'),(307,'59.125.119.188','Error in login','2017-02-26 15:19:27','failed','new'),(308,'85.94.209.130','Error in login','2017-02-26 15:19:30','failed','new'),(309,'91.142.252.26','Error in login','2017-02-26 15:19:30','failed','new'),(310,'198.1.88.28','Error in login','2017-02-26 15:19:40','failed','new'),(311,'216.131.94.96','Error in login','2017-02-26 15:20:10','failed','new'),(312,'166.62.94.44','Error in login','2017-02-26 15:20:58','failed','new'),(313,'185.11.240.169','Error in login','2017-02-26 15:23:56','failed','new'),(314,'103.221.221.166','Error in login','2017-02-26 15:24:13','failed','new'),(315,'92.51.145.173','Error in login','2017-02-26 15:24:58','failed','new'),(316,'103.251.134.14','Error in login','2017-02-26 15:30:39','failed','new'),(317,'50.164.59.70','Login success','2017-02-26 15:34:15','success','new'),(318,'178.210.90.90','Error in login','2017-02-26 18:28:57','failed','new'),(319,'195.159.29.212','Error in login','2017-02-26 18:29:52','failed','new'),(320,'78.46.0.33','Error in login','2017-02-26 18:30:13','failed','new'),(321,'128.199.241.178','Error in login','2017-02-26 18:33:58','failed','new'),(322,'91.191.158.174','Error in login','2017-02-26 18:34:14','failed','new'),(323,'192.185.220.12','Error in login','2017-02-26 18:51:53','failed','new'),(324,'213.34.69.164','Error in login','2017-02-27 18:46:22','failed','new'),(325,'196.210.165.51','Error in login','2017-02-27 22:16:22','failed','new'),(326,'111.61.66.108','Error in login','2017-02-28 04:26:47','failed','new'),(327,'88.117.122.7','Error in login','2017-02-28 05:32:52','failed','new'),(328,'134.19.230.221','Error in login','2017-03-03 10:20:10','failed','new'),(329,'93.187.39.142','Error in login','2017-03-03 11:59:34','failed','new'),(330,'134.19.230.83','Error in login','2017-03-04 18:17:39','failed','new'),(331,'50.164.59.70','Login success','2017-03-04 23:52:14','success','new'),(332,'178.35.147.210','Error in login','2017-03-05 07:16:51','failed','new'),(333,'173.46.77.144','Error in login','2017-03-06 03:17:13','failed','new'),(334,'93.86.184.210','Error in login','2017-03-07 12:03:58','failed','new'),(335,'178.137.83.79','Error in login','2017-03-07 21:17:15','failed','new'),(336,'75.119.200.142','Error in login','2017-03-08 22:45:20','failed','new'),(337,'69.163.160.129','Error in login','2017-03-08 22:53:32','failed','new'),(338,'182.53.73.77','Error in login','2017-03-09 04:47:28','failed','new'),(339,'37.147.209.52','Error in login','2017-03-11 06:50:26','failed','new'),(340,'41.87.179.173','Error in login','2017-03-11 09:38:23','failed','new'),(341,'204.126.132.241','Login success','2017-03-11 14:00:53','success','new'),(342,'174.200.4.170','Login success','2017-03-11 16:12:33','success','new'),(343,'78.58.232.74','Error in login','2017-03-11 16:56:17','failed','new'),(344,'50.164.59.70','Login success','2017-03-14 16:11:09','success','new'),(345,'36.74.253.59','Error in login','2017-03-16 11:45:48','failed','new'),(346,'213.202.233.127','Error in login','2017-03-17 08:55:17','failed','new'),(347,'41.99.20.46','Error in login','2017-03-19 09:26:35','failed','new'),(348,'203.142.42.12','Error in login','2017-03-19 20:52:58','failed','new'),(349,'204.126.132.241','Login success','2017-03-20 18:06:02','success','new'),(350,'156.204.57.57','Error in login','2017-03-21 08:14:18','failed','new'),(351,'92.126.17.134','Error in login','2017-03-21 11:59:57','failed','new'),(352,'176.42.208.111','Error in login','2017-03-21 12:10:28','failed','new'),(353,'62.209.22.222','Error in login','2017-03-21 12:42:42','failed','new'),(354,'185.15.74.218','Error in login','2017-03-21 13:02:50','failed','new'),(355,'202.79.17.169','Error in login','2017-03-21 13:42:42','failed','new'),(356,'94.96.122.139','Error in login','2017-03-21 16:30:38','failed','new'),(357,'179.125.64.164','Error in login','2017-03-21 20:58:53','failed','new'),(358,'109.98.163.58','Error in login','2017-03-22 12:51:35','failed','new'),(359,'59.91.87.44','Error in login','2017-03-23 12:07:39','failed','new'),(360,'77.106.220.239','Error in login','2017-03-24 14:51:38','failed','new'),(361,'178.137.83.79','Error in login','2017-03-25 02:04:37','failed','new'),(362,'101.109.174.211','Error in login','2017-03-25 02:07:37','failed','new'),(363,'77.106.241.85','Error in login','2017-03-25 10:30:10','failed','new'),(364,'169.239.180.100','Error in login','2017-03-25 20:24:36','failed','new'),(365,'183.83.173.196','Error in login','2017-03-27 09:03:36','failed','new'),(366,'178.137.83.79','Error in login','2017-03-28 07:41:29','failed','new'),(367,'39.55.62.176','Error in login','2017-03-28 07:52:04','failed','new'),(368,'78.22.99.69','Error in login','2017-03-28 11:25:05','failed','new'),(369,'169.1.143.123','Error in login','2017-03-28 18:43:50','failed','new'),(370,'175.158.201.43','Error in login','2017-03-29 17:43:16','failed','new'),(371,'154.243.34.80','Error in login','2017-03-30 02:34:30','failed','new'),(372,'77.106.239.137','Error in login','2017-03-30 02:43:38','failed','new'),(373,'47.29.7.211','Error in login','2017-03-30 17:16:04','failed','new'),(374,'120.89.109.241','Error in login','2017-03-31 12:17:16','failed','new'),(375,'152.238.33.102','Error in login','2017-04-01 01:47:47','failed','new'),(376,'187.223.85.63','Error in login','2017-04-01 12:46:01','failed','new'),(377,'178.137.83.166','Error in login','2017-04-02 02:41:01','failed','new'),(378,'200.86.116.110','Error in login','2017-04-02 21:58:44','failed','new'),(379,'92.137.156.12','Error in login','2017-04-03 16:12:46','failed','new'),(380,'178.137.83.79','Error in login','2017-04-04 00:17:43','failed','new'),(381,'197.113.62.69','Error in login','2017-04-04 19:10:37','failed','new'),(382,'105.110.79.241','Error in login','2017-04-05 12:49:56','failed','new'),(383,'178.137.83.79','Error in login','2017-04-06 15:35:46','failed','new'),(384,'117.209.208.77','Error in login','2017-04-06 17:14:01','failed','new'),(385,'105.103.49.196','Error in login','2017-04-07 09:43:32','failed','new'),(386,'110.138.66.206','Error in login','2017-04-08 10:06:20','failed','new'),(387,'31.31.21.41','Error in login','2017-04-08 16:37:42','failed','new'),(388,'175.158.201.8','Error in login','2017-04-08 17:08:21','failed','new'),(389,'41.96.104.71','Error in login','2017-04-09 02:05:25','failed','new'),(390,'39.33.224.68','Error in login','2017-04-09 16:29:01','failed','new'),(391,'49.156.155.34','Error in login','2017-04-11 13:40:42','failed','new'),(392,'176.123.5.72','Error in login','2017-04-12 16:35:18','failed','new'),(393,'178.137.83.166','Error in login','2017-04-13 00:27:39','failed','new'),(394,'50.164.59.70','Login success','2017-04-13 01:46:29','success','new'),(395,'182.179.156.99','Error in login','2017-04-13 21:58:25','failed','new'),(396,'89.111.241.5','Error in login','2017-04-15 14:05:56','failed','new'),(397,'174.200.4.2','Login success','2017-04-15 16:11:28','success','new'),(398,'185.7.214.173','Error in login','2017-04-15 23:35:44','failed','new'),(399,'94.73.144.150','Error in login','2017-04-16 00:08:55','failed','new'),(400,'178.137.83.166','Error in login','2017-04-17 16:23:23','failed','new'),(401,'93.94.234.110','Error in login','2017-04-18 04:55:04','failed','new'),(402,'188.123.230.206','Error in login','2017-04-18 05:20:02','failed','new'),(403,'178.207.249.50','Error in login','2017-04-18 12:11:12','failed','new'),(404,'202.51.76.42','Error in login','2017-04-18 13:11:44','failed','new'),(405,'87.117.12.59','Error in login','2017-04-18 13:13:24','failed','new'),(406,'217.150.50.69','Error in login','2017-04-18 13:16:44','failed','new'),(407,'46.180.119.120','Error in login','2017-04-18 13:56:46','failed','new'),(408,'46.236.129.182','Error in login','2017-04-18 16:18:17','failed','new'),(409,'46.73.21.52','Error in login','2017-04-18 17:24:43','failed','new'),(410,'213.87.123.187','Error in login','2017-04-18 17:53:08','failed','new'),(411,'159.224.11.242','Error in login','2017-04-18 18:04:19','failed','new'),(412,'95.73.112.47','Error in login','2017-04-18 20:10:25','failed','new'),(413,'204.126.132.241','Login success','2017-04-18 20:51:44','success','new'),(414,'77.82.40.35','Error in login','2017-04-18 22:57:07','failed','new'),(415,'37.151.130.74','Error in login','2017-04-19 03:47:35','failed','new'),(416,'91.189.85.173','Error in login','2017-04-19 07:39:53','failed','new'),(417,'94.25.176.37','Error in login','2017-04-19 10:34:41','failed','new'),(418,'188.187.180.3','Error in login','2017-04-19 12:14:17','failed','new'),(419,'104.254.244.80','Error in login','2017-04-19 14:48:19','failed','new'),(420,'62.183.85.155','Error in login','2017-04-19 20:01:54','failed','new'),(421,'178.70.50.208','Error in login','2017-04-19 20:22:58','failed','new'),(422,'180.49.14.127','Error in login','2017-04-19 22:21:38','failed','new'),(423,'178.49.152.158','Error in login','2017-04-20 05:50:32','failed','new'),(424,'37.78.184.222','Error in login','2017-04-20 06:05:11','failed','new'),(425,'178.129.250.40','Error in login','2017-04-20 06:08:45','failed','new'),(426,'178.49.152.158','Error in login','2017-04-20 07:51:32','failed','new'),(427,'176.100.216.254','Error in login','2017-04-20 11:24:01','failed','new'),(428,'193.161.14.175','Error in login','2017-04-20 12:59:00','failed','new'),(429,'31.163.82.161','Error in login','2017-04-21 00:05:56','failed','new'),(430,'5.166.88.28','Error in login','2017-04-21 02:26:44','failed','new'),(431,'176.126.30.143','Error in login','2017-04-21 06:11:17','failed','new'),(432,'46.172.18.15','Error in login','2017-04-21 08:21:31','failed','new'),(433,'194.15.117.19','Error in login','2017-04-21 10:47:21','failed','new'),(434,'178.49.152.2','Error in login','2017-04-21 13:06:27','failed','new'),(435,'46.250.74.79','Error in login','2017-04-21 18:21:20','failed','new'),(436,'85.115.224.203','Error in login','2017-04-21 18:36:34','failed','new'),(437,'85.140.231.159','Error in login','2017-04-21 23:09:37','failed','new'),(438,'213.24.134.184','Error in login','2017-04-22 04:26:47','failed','new'),(439,'178.49.152.158','Error in login','2017-04-22 06:32:10','failed','new'),(440,'88.200.137.207','Error in login','2017-04-22 07:24:54','failed','new'),(441,'90.188.6.161','Error in login','2017-04-22 10:31:23','failed','new'),(442,'5.140.23.227','Error in login','2017-04-22 10:48:06','failed','new'),(443,'178.49.152.158','Error in login','2017-04-22 11:05:40','failed','new'),(444,'217.118.95.113','Error in login','2017-04-22 14:56:15','failed','new'),(445,'223.186.25.132','Error in login','2017-04-22 17:37:39','failed','new'),(446,'189.82.161.121','Error in login','2017-04-22 17:53:05','failed','new'),(447,'5.164.141.10','Error in login','2017-04-23 05:11:41','failed','new'),(448,'78.25.120.1','Error in login','2017-04-23 10:00:39','failed','new'),(449,'94.50.198.64','Error in login','2017-04-23 11:21:34','failed','new'),(450,'178.169.87.23','Error in login','2017-04-23 11:48:07','failed','new'),(451,'213.24.135.78','Error in login','2017-04-23 12:54:23','failed','new'),(452,'212.116.102.42','Error in login','2017-04-23 14:28:00','failed','new'),(453,'176.14.158.151','Error in login','2017-04-23 17:41:46','failed','new'),(454,'103.58.6.102','Error in login','2017-04-23 17:50:07','failed','new'),(455,'59.89.240.230','Error in login','2017-04-23 19:38:46','failed','new'),(456,'5.167.84.213','Error in login','2017-04-23 23:01:26','failed','new'),(457,'80.251.112.205','Error in login','2017-04-23 23:01:44','failed','new'),(458,'178.137.83.166','Error in login','2017-04-24 02:34:30','failed','new'),(459,'31.8.198.57','Error in login','2017-04-24 06:39:06','failed','new'),(460,'77.39.102.170','Error in login','2017-04-24 07:06:29','failed','new'),(461,'78.36.253.53','Error in login','2017-04-24 08:34:42','failed','new'),(462,'213.24.126.169','Error in login','2017-04-24 12:23:11','failed','new'),(463,'92.126.57.95','Error in login','2017-04-24 13:31:57','failed','new'),(464,'213.87.129.162','Error in login','2017-04-24 16:12:38','failed','new'),(465,'176.59.214.187','Error in login','2017-04-24 17:17:42','failed','new'),(466,'95.78.225.61','Error in login','2017-04-24 17:51:04','failed','new'),(467,'5.138.86.136','Error in login','2017-04-24 18:31:11','failed','new'),(468,'85.26.233.214','Error in login','2017-04-24 18:35:56','failed','new'),(469,'103.210.134.241','Error in login','2017-04-25 08:38:07','failed','new'),(470,'77.106.244.246','Error in login','2017-04-26 00:00:48','failed','new'),(471,'37.1.11.180','Error in login','2017-04-26 04:01:38','failed','new'),(472,'178.161.221.197','Error in login','2017-04-26 04:46:47','failed','new'),(473,'141.101.136.30','Error in login','2017-04-26 06:03:14','failed','new'),(474,'2.62.209.28','Error in login','2017-04-26 06:52:02','failed','new'),(475,'94.228.207.139','Error in login','2017-04-26 07:21:50','failed','new'),(476,'92.46.252.197','Error in login','2017-04-26 10:55:11','failed','new'),(477,'185.3.34.138','Error in login','2017-04-26 11:12:02','failed','new'),(478,'95.183.113.32','Error in login','2017-04-26 13:41:32','failed','new'),(479,'82.114.225.148','Error in login','2017-04-26 13:51:17','failed','new'),(480,'79.152.11.10','Error in login','2017-04-26 14:06:15','failed','new'),(481,'84.22.36.41','Error in login','2017-04-26 21:29:33','failed','new'),(482,'109.198.172.241','Error in login','2017-04-27 04:45:03','failed','new'),(483,'117.246.145.199','Error in login','2017-04-27 05:54:18','failed','new'),(484,'178.34.0.230','Error in login','2017-04-27 09:15:39','failed','new'),(485,'109.187.73.237','Error in login','2017-04-27 10:54:56','failed','new'),(486,'193.106.170.57','Error in login','2017-04-27 13:10:46','failed','new'),(487,'93.78.108.179','Error in login','2017-04-27 17:53:37','failed','new'),(488,'219.91.159.226','Error in login','2017-04-27 18:58:40','failed','new'),(489,'83.239.96.75','Error in login','2017-04-28 05:06:42','failed','new'),(490,'81.30.48.66','Error in login','2017-04-28 06:03:52','failed','new'),(491,'217.118.78.123','Error in login','2017-04-28 06:32:25','failed','new'),(492,'31.181.96.232','Error in login','2017-04-28 08:14:20','failed','new'),(493,'84.22.36.58','Error in login','2017-04-28 11:34:49','failed','new'),(494,'178.209.8.249','Error in login','2017-04-28 15:43:28','failed','new'),(495,'217.118.93.84','Error in login','2017-04-28 17:27:46','failed','new'),(496,'94.25.176.42','Error in login','2017-04-28 17:37:11','failed','new'),(497,'92.37.142.160','Error in login','2017-04-29 00:17:14','failed','new'),(498,'79.173.127.19','Error in login','2017-04-29 05:22:45','failed','new'),(499,'109.226.102.128','Error in login','2017-04-29 09:36:36','failed','new'),(500,'5.166.76.31','Error in login','2017-04-29 12:20:35','failed','new'),(501,'178.120.174.131','Error in login','2017-04-29 16:42:24','failed','new'),(502,'83.149.21.24','Error in login','2017-04-30 01:24:17','failed','new'),(503,'171.4.41.176','Error in login','2017-04-30 04:48:21','failed','new'),(504,'109.168.186.75','Error in login','2017-04-30 07:09:24','failed','new'),(505,'93.157.253.63','Error in login','2017-04-30 15:30:14','failed','new'),(506,'213.87.151.226','Error in login','2017-04-30 16:19:38','failed','new'),(507,'78.106.171.138','Error in login','2017-04-30 18:01:53','failed','new'),(508,'85.115.224.221','Error in login','2017-04-30 18:20:03','failed','new'),(509,'31.181.117.3','Error in login','2017-05-01 04:27:49','failed','new'),(510,'94.29.64.220','Error in login','2017-05-01 06:27:39','failed','new'),(511,'5.139.164.67','Error in login','2017-05-01 10:14:16','failed','new'),(512,'5.18.206.169','Error in login','2017-05-01 10:16:57','failed','new'),(513,'84.22.36.41','Error in login','2017-05-01 16:59:19','failed','new'),(514,'95.31.58.46','Error in login','2017-05-02 00:16:48','failed','new'),(515,'217.118.91.60','Error in login','2017-05-02 04:29:12','failed','new'),(516,'177.70.67.222','Error in login','2017-05-02 11:27:05','failed','new'),(517,'204.126.132.241','Login success','2017-05-02 14:51:41','success','new'),(518,'149.202.216.235','Login success','2017-05-02 14:56:35','success','new'),(519,'93.174.93.80','Login success','2017-05-02 20:36:17','success','new'),(520,'178.137.83.79','Error in login','2017-05-04 08:23:36','failed','new'),(521,'176.123.5.85','Error in login','2017-05-06 07:41:08','failed','new'),(522,'178.137.83.79','Error in login','2017-05-06 21:23:42','failed','new'),(523,'93.174.93.80','Login success','2017-05-10 21:07:11','success','new'),(524,'163.172.165.58','Error in login','2017-05-13 07:13:00','failed','new'),(525,'93.174.93.80','Login success','2017-05-13 13:36:46','success','new'),(526,'45.64.1.64','Error in login','2017-05-13 19:17:52','failed','new'),(527,'62.138.142.11','Error in login','2017-05-14 20:44:18','failed','new'),(528,'185.52.24.245','Error in login','2017-05-14 20:55:37','failed','new'),(529,'178.137.83.79','Error in login','2017-05-16 08:58:42','failed','new'),(530,'93.174.93.80','Login success','2017-05-16 18:03:26','success','new'),(531,'178.137.83.166','Error in login','2017-05-17 21:25:00','failed','new'),(532,'93.174.93.80','Login success','2017-05-18 07:27:46','success','new'),(533,'93.174.93.80','Login success','2017-05-18 12:48:43','success','new'),(534,'142.4.16.117','Error in login','2017-05-18 18:09:34','failed','new'),(535,'114.200.199.40','Error in login','2017-05-18 18:11:31','failed','new'),(536,'93.174.93.80','Login success','2017-05-20 00:44:48','success','new'),(537,'69.143.34.19','Login success','2017-05-20 11:40:18','success','new'),(538,'173.69.148.18','Login success','2017-05-23 19:53:27','success','new'),(539,'14.185.241.17','Error in login','2017-05-26 08:06:14','failed','new'),(540,'178.137.83.166','Error in login','2017-05-26 13:54:43','failed','new'),(541,'93.174.93.80','Login success','2017-05-27 09:43:01','success','new'),(542,'93.174.93.80','Login success','2017-05-27 09:43:22','success','new'),(543,'50.62.8.224','Login success','2017-05-28 14:33:11','success','new'),(544,'200.55.240.84','Error in login','2017-05-28 14:33:47','failed','new'),(545,'5.61.44.59','Login success','2017-05-28 17:11:31','success','new'),(546,'5.61.44.59','Login success','2017-05-28 17:15:44','success','new'),(547,'145.131.10.179','Error in login','2017-05-28 17:44:52','failed','new'),(548,'178.32.209.26','Error in login','2017-05-30 00:56:04','failed','new'),(549,'105.228.160.42','Error in login','2017-05-30 16:37:25','failed','new'),(550,'89.106.102.128','Error in login','2017-06-04 01:38:30','failed','new'),(551,'95.211.38.161','Login success','2017-06-07 17:38:10','success','new'),(552,'69.143.34.19','Login success','2017-06-08 22:19:59','success','new'),(553,'84.54.153.242','Error in login','2017-06-09 19:39:01','failed','new'),(554,'202.47.1.217','Login success','2017-06-12 07:15:19','success','new'),(555,'5.61.44.59','Login success','2017-06-12 09:26:25','success','new'),(556,'74.208.150.202','Error in login','2017-06-13 11:39:44','failed','new'),(557,'120.28.191.11','Error in login','2017-06-14 21:03:00','failed','new'),(558,'177.52.120.129','Error in login','2017-06-15 10:12:16','failed','new'),(559,'85.94.138.156','Error in login','2017-06-16 13:37:07','failed','new'),(560,'213.230.79.225','Error in login','2017-06-16 14:52:03','failed','new'),(561,'14.199.153.220','Error in login','2017-06-16 19:43:22','failed','new'),(562,'120.59.22.174','Error in login','2017-06-17 03:57:16','failed','new'),(563,'31.0.124.118','Error in login','2017-06-17 05:37:35','failed','new'),(564,'14.201.10.211','Error in login','2017-06-17 05:53:58','failed','new'),(565,'178.137.83.166','Error in login','2017-06-17 06:16:55','failed','new'),(566,'115.178.238.17','Error in login','2017-06-17 06:26:44','failed','new'),(567,'180.190.46.119','Error in login','2017-06-17 06:51:23','failed','new'),(568,'60.92.116.213','Error in login','2017-06-17 06:53:29','failed','new'),(569,'94.59.206.130','Error in login','2017-06-17 07:30:27','failed','new'),(570,'188.255.146.218','Error in login','2017-06-17 07:47:39','failed','new'),(571,'83.178.235.247','Error in login','2017-06-17 08:03:29','failed','new'),(572,'5.29.121.95','Error in login','2017-06-17 08:07:42','failed','new'),(573,'170.84.8.196','Error in login','2017-06-17 08:17:27','failed','new'),(574,'77.46.181.140','Error in login','2017-06-17 08:56:23','failed','new'),(575,'86.236.9.228','Error in login','2017-06-17 09:26:32','failed','new'),(576,'151.229.174.204','Error in login','2017-06-17 09:34:22','failed','new'),(577,'81.7.111.24','Error in login','2017-06-17 10:35:51','failed','new'),(578,'103.199.155.234','Error in login','2017-06-17 10:39:32','failed','new'),(579,'180.191.114.137','Error in login','2017-06-17 12:26:18','failed','new'),(580,'141.126.62.250','Error in login','2017-06-17 13:11:13','failed','new'),(581,'49.150.120.241','Error in login','2017-06-17 14:20:07','failed','new'),(582,'109.127.107.234','Error in login','2017-06-17 14:49:04','failed','new'),(583,'179.211.105.186','Error in login','2017-06-17 15:42:33','failed','new'),(584,'176.63.75.177','Error in login','2017-06-17 15:43:51','failed','new'),(585,'41.45.140.176','Error in login','2017-06-17 15:55:39','failed','new'),(586,'84.125.146.6','Error in login','2017-06-17 16:04:47','failed','new'),(587,'93.87.158.252','Error in login','2017-06-17 17:08:16','failed','new'),(588,'41.97.73.64','Error in login','2017-06-17 19:28:12','failed','new'),(589,'189.48.240.75','Error in login','2017-06-17 19:32:49','failed','new'),(590,'175.138.139.41','Error in login','2017-06-17 19:45:05','failed','new'),(591,'138.185.63.2','Error in login','2017-06-17 19:50:26','failed','new'),(592,'213.8.204.34','Error in login','2017-06-17 20:10:47','failed','new'),(593,'179.217.163.58','Error in login','2017-06-17 20:35:07','failed','new'),(594,'78.1.36.83','Error in login','2017-06-17 22:16:54','failed','new'),(595,'190.45.249.200','Error in login','2017-06-17 22:30:05','failed','new'),(596,'179.187.40.9','Error in login','2017-06-17 23:00:50','failed','new'),(597,'111.93.78.133','Error in login','2017-06-18 00:49:00','failed','new'),(598,'89.216.23.52','Error in login','2017-06-18 00:57:09','failed','new'),(599,'5.88.82.147','Error in login','2017-06-18 01:44:39','failed','new'),(600,'77.141.12.172','Error in login','2017-06-18 01:58:00','failed','new'),(601,'117.233.50.182','Error in login','2017-06-18 02:32:36','failed','new'),(602,'188.129.130.201','Error in login','2017-06-18 03:38:05','failed','new'),(603,'14.201.10.211','Error in login','2017-06-18 03:57:16','failed','new'),(604,'197.248.171.178','Error in login','2017-06-18 03:58:07','failed','new'),(605,'124.106.141.223','Error in login','2017-06-18 04:42:00','failed','new'),(606,'200.171.160.113','Error in login','2017-06-18 05:41:43','failed','new'),(607,'83.34.179.104','Error in login','2017-06-18 05:52:40','failed','new'),(608,'81.24.241.225','Error in login','2017-06-18 06:03:26','failed','new'),(609,'80.95.8.14','Error in login','2017-06-18 06:07:23','failed','new'),(610,'192.99.35.167','Error in login','2017-06-18 06:34:08','failed','new'),(611,'182.187.0.94','Error in login','2017-06-18 07:14:45','failed','new'),(612,'103.240.193.161','Error in login','2017-06-18 07:45:15','failed','new'),(613,'139.216.10.180','Error in login','2017-06-18 07:58:34','failed','new'),(614,'180.190.39.125','Error in login','2017-06-18 08:45:51','failed','new'),(615,'175.140.91.80','Error in login','2017-06-18 08:48:26','failed','new'),(616,'217.30.207.89','Error in login','2017-06-18 10:52:23','failed','new'),(617,'77.141.12.172','Error in login','2017-06-18 11:15:17','failed','new'),(618,'210.195.255.18','Error in login','2017-06-18 11:48:20','failed','new'),(619,'110.22.13.20','Error in login','2017-06-18 11:54:34','failed','new'),(620,'191.5.236.114','Error in login','2017-06-18 11:56:50','failed','new'),(621,'41.63.166.15','Error in login','2017-06-18 12:01:55','failed','new'),(622,'59.85.31.29','Error in login','2017-06-18 12:12:26','failed','new'),(623,'109.98.241.27','Error in login','2017-06-18 13:39:08','failed','new'),(624,'188.26.18.47','Error in login','2017-06-18 15:47:23','failed','new'),(625,'115.99.171.52','Error in login','2017-06-18 16:17:58','failed','new'),(626,'77.138.87.31','Error in login','2017-06-18 16:29:26','failed','new'),(627,'41.36.43.205','Error in login','2017-06-18 19:22:28','failed','new'),(628,'105.172.14.94','Error in login','2017-06-18 19:46:28','failed','new'),(629,'185.3.147.231','Error in login','2017-06-18 19:49:37','failed','new'),(630,'185.4.255.234','Error in login','2017-06-18 19:50:53','failed','new'),(631,'181.188.24.46','Error in login','2017-06-18 19:59:57','failed','new'),(632,'2.92.31.13','Error in login','2017-06-18 20:07:03','failed','new'),(633,'61.3.193.91','Error in login','2017-06-18 20:29:17','failed','new'),(634,'79.246.229.10','Error in login','2017-06-18 21:23:52','failed','new'),(635,'120.188.33.101','Error in login','2017-06-18 22:05:42','failed','new'),(636,'77.228.126.168','Error in login','2017-06-18 22:11:15','failed','new'),(637,'188.247.77.99','Error in login','2017-06-19 00:32:16','failed','new'),(638,'177.72.83.58','Error in login','2017-06-19 01:08:00','failed','new'),(639,'112.198.71.67','Error in login','2017-06-19 01:26:53','failed','new'),(640,'5.186.127.146','Error in login','2017-06-19 02:35:58','failed','new'),(641,'85.154.61.239','Error in login','2017-06-19 05:44:10','failed','new'),(642,'196.1.224.19','Error in login','2017-06-19 06:52:32','failed','new'),(643,'103.70.130.186','Error in login','2017-06-19 07:02:37','failed','new'),(644,'182.71.91.217','Error in login','2017-06-19 07:48:52','failed','new'),(645,'183.83.94.170','Error in login','2017-06-19 07:49:42','failed','new'),(646,'188.249.172.8','Error in login','2017-06-19 07:52:28','failed','new'),(647,'89.44.193.210','Error in login','2017-06-19 07:54:18','failed','new'),(648,'173.234.140.43','Error in login','2017-06-19 08:12:52','failed','new'),(649,'121.152.120.138','Error in login','2017-06-19 09:54:21','failed','new'),(650,'103.242.14.2','Error in login','2017-06-19 10:04:18','failed','new'),(651,'212.80.2.212','Error in login','2017-06-19 10:49:19','failed','new'),(652,'197.237.182.85','Error in login','2017-06-19 11:36:51','failed','new'),(653,'210.186.54.114','Error in login','2017-06-19 11:56:07','failed','new'),(654,'93.43.192.220','Error in login','2017-06-19 12:46:57','failed','new'),(655,'103.196.137.212','Error in login','2017-06-19 13:40:26','failed','new'),(656,'49.148.0.40','Error in login','2017-06-19 14:27:58','failed','new'),(657,'82.76.41.211','Error in login','2017-06-19 14:46:34','failed','new'),(658,'186.109.191.21','Error in login','2017-06-19 14:46:40','failed','new'),(659,'82.237.241.87','Error in login','2017-06-19 14:56:35','failed','new'),(660,'179.105.231.100','Error in login','2017-06-19 15:07:22','failed','new'),(661,'95.180.95.71','Error in login','2017-06-19 15:56:16','failed','new'),(662,'68.207.118.178','Error in login','2017-06-19 16:17:07','failed','new'),(663,'117.199.1.11','Error in login','2017-06-19 17:00:15','failed','new'),(664,'181.64.241.169','Error in login','2017-06-19 17:25:34','failed','new'),(665,'70.66.220.62','Error in login','2017-06-19 18:11:07','failed','new'),(666,'60.243.81.82','Error in login','2017-06-19 18:34:26','failed','new'),(667,'69.143.34.19','Login success','2017-06-19 19:28:38','success','new'),(668,'95.244.163.138','Error in login','2017-06-19 19:53:00','failed','new'),(669,'37.157.219.211','Error in login','2017-06-19 20:21:45','failed','new'),(670,'177.40.182.47','Error in login','2017-06-19 21:10:48','failed','new'),(671,'186.19.87.61','Error in login','2017-06-19 21:48:51','failed','new'),(672,'41.97.116.177','Error in login','2017-06-19 23:13:48','failed','new'),(673,'183.87.239.48','Error in login','2017-06-19 23:16:08','failed','new'),(674,'103.238.229.71','Error in login','2017-06-19 23:16:49','failed','new'),(675,'41.140.18.196','Error in login','2017-06-19 23:32:04','failed','new'),(676,'179.221.107.156','Error in login','2017-06-19 23:43:14','failed','new'),(677,'143.0.18.145','Error in login','2017-06-19 23:55:50','failed','new'),(678,'217.75.82.15','Error in login','2017-06-20 04:02:10','failed','new'),(679,'121.52.146.74','Error in login','2017-06-20 04:23:15','failed','new'),(680,'178.149.115.147','Error in login','2017-06-20 07:03:32','failed','new'),(681,'124.107.245.25','Error in login','2017-06-20 07:22:20','failed','new'),(682,'203.88.138.46','Error in login','2017-06-20 07:41:53','failed','new'),(683,'212.189.140.212','Error in login','2017-06-20 07:59:36','failed','new'),(684,'37.205.98.54','Error in login','2017-06-20 08:11:13','failed','new'),(685,'80.188.143.131','Error in login','2017-06-20 10:08:19','failed','new'),(686,'178.220.104.149','Error in login','2017-06-20 10:29:58','failed','new'),(687,'175.139.162.27','Error in login','2017-06-20 10:35:28','failed','new'),(688,'180.191.71.217','Error in login','2017-06-20 10:39:21','failed','new'),(689,'41.35.26.45','Error in login','2017-06-20 11:22:43','failed','new'),(690,'70.70.125.253','Error in login','2017-06-20 11:24:16','failed','new'),(691,'95.15.74.225','Error in login','2017-06-20 11:46:11','failed','new'),(692,'121.166.159.156','Error in login','2017-06-20 12:08:24','failed','new'),(693,'122.174.124.29','Error in login','2017-06-20 12:28:09','failed','new'),(694,'105.102.75.213','Error in login','2017-06-20 13:03:08','failed','new'),(695,'83.66.167.228','Error in login','2017-06-20 15:01:05','failed','new'),(696,'93.35.214.139','Error in login','2017-06-20 15:06:35','failed','new'),(697,'39.51.192.18','Error in login','2017-06-20 15:13:58','failed','new'),(698,'197.2.10.92','Error in login','2017-06-20 16:13:42','failed','new'),(699,'95.180.119.206','Error in login','2017-06-20 16:14:09','failed','new'),(700,'79.169.92.238','Error in login','2017-06-20 16:57:02','failed','new'),(701,'219.204.159.157','Error in login','2017-06-20 16:59:28','failed','new'),(702,'202.80.216.57','Error in login','2017-06-20 17:08:51','failed','new'),(703,'46.214.243.231','Error in login','2017-06-20 17:11:25','failed','new'),(704,'188.54.135.152','Error in login','2017-06-20 17:24:51','failed','new'),(705,'41.158.210.108','Error in login','2017-06-22 11:16:03','failed','new'),(706,'95.180.110.198','Error in login','2017-06-23 21:50:30','failed','new'),(707,'187.7.195.220','Error in login','2017-06-24 01:24:45','failed','new'),(708,'92.250.33.121','Error in login','2017-06-25 10:49:53','failed','new'),(709,'178.221.200.171','Error in login','2017-06-25 21:46:04','failed','new'),(710,'118.69.130.53','Error in login','2017-06-26 03:15:09','failed','new'),(711,'203.194.42.96','Error in login','2017-06-26 12:47:49','failed','new'),(712,'109.98.198.6','Error in login','2017-06-26 16:28:50','failed','new'),(713,'103.50.150.4','Error in login','2017-06-27 08:02:30','failed','new'),(714,'188.251.89.230','Error in login','2017-06-27 16:00:24','failed','new'),(715,'189.10.72.7','Error in login','2017-06-27 22:47:04','failed','new'),(716,'198.58.157.73','Error in login','2017-06-29 01:19:52','failed','new'),(717,'39.43.5.236','Error in login','2017-06-29 13:45:44','failed','new'),(718,'41.108.154.109','Error in login','2017-06-29 17:02:10','failed','new'),(719,'117.222.75.178','Error in login','2017-06-30 16:17:47','failed','new'),(720,'75.162.200.47','Error in login','2017-07-01 14:30:21','failed','new'),(721,'179.181.190.176','Error in login','2017-07-01 22:52:30','failed','new'),(722,'156.204.255.112','Error in login','2017-07-02 06:29:58','failed','new'),(723,'27.34.20.138','Error in login','2017-07-02 11:31:11','failed','new'),(724,'178.237.210.47','Error in login','2017-07-04 12:28:36','failed','new'),(725,'150.129.196.63','Error in login','2017-07-05 12:30:08','failed','new'),(726,'41.249.222.16','Error in login','2017-07-07 00:26:11','failed','new'),(727,'149.255.210.101','Error in login','2017-07-07 07:47:54','failed','new'),(728,'83.58.52.73','Error in login','2017-07-07 12:57:30','failed','new'),(729,'5.157.105.110','Error in login','2017-07-09 07:36:27','failed','new'),(730,'178.16.33.101','Error in login','2017-07-09 07:36:30','failed','new'),(731,'86.123.104.92','Error in login','2017-07-09 07:36:33','failed','new'),(732,'153.194.155.169','Error in login','2017-07-09 07:36:36','failed','new'),(733,'200.106.22.55','Error in login','2017-07-09 07:36:39','failed','new'),(734,'124.104.228.110','Error in login','2017-07-09 07:36:42','failed','new'),(735,'191.82.14.229','Error in login','2017-07-09 07:36:46','failed','new'),(736,'112.118.182.117','Error in login','2017-07-09 07:36:49','failed','new'),(737,'191.82.14.229','Error in login','2017-07-09 07:36:56','failed','new'),(738,'175.158.216.15','Error in login','2017-07-09 07:37:00','failed','new'),(739,'182.53.22.249','Error in login','2017-07-09 07:37:06','failed','new'),(740,'27.34.17.254','Error in login','2017-07-09 07:37:09','failed','new'),(741,'124.104.228.110','Error in login','2017-07-09 07:37:15','failed','new'),(742,'178.16.33.101','Error in login','2017-07-09 07:37:18','failed','new'),(743,'191.82.14.229','Error in login','2017-07-09 07:37:22','failed','new'),(744,'175.158.216.15','Error in login','2017-07-09 07:37:26','failed','new'),(745,'175.158.216.46','Error in login','2017-07-09 07:37:31','failed','new'),(746,'27.34.17.254','Error in login','2017-07-09 07:37:36','failed','new'),(747,'165.100.176.123','Error in login','2017-07-09 07:37:42','failed','new'),(748,'41.138.117.152','Error in login','2017-07-09 07:37:49','failed','new'),(749,'27.34.17.254','Error in login','2017-07-09 07:37:53','failed','new'),(750,'123.28.29.245','Error in login','2017-07-09 07:38:01','failed','new'),(751,'178.16.33.101','Error in login','2017-07-09 07:38:04','failed','new'),(752,'188.162.65.2','Error in login','2017-07-09 07:38:08','failed','new'),(753,'200.106.22.55','Error in login','2017-07-09 07:38:10','failed','new'),(754,'165.100.176.123','Error in login','2017-07-09 07:38:16','failed','new'),(755,'165.100.176.123','Error in login','2017-07-09 07:38:19','failed','new'),(756,'151.61.77.190','Error in login','2017-07-09 07:38:25','failed','new'),(757,'86.98.11.10','Error in login','2017-07-09 07:38:27','failed','new'),(758,'165.100.176.123','Error in login','2017-07-09 07:38:30','failed','new'),(759,'86.98.11.10','Error in login','2017-07-09 07:38:33','failed','new'),(760,'109.69.46.231','Error in login','2017-07-09 07:40:05','failed','new'),(761,'86.98.11.10','Error in login','2017-07-09 07:40:08','failed','new'),(762,'176.124.87.123','Error in login','2017-07-09 07:40:10','failed','new'),(763,'176.124.87.123','Error in login','2017-07-09 07:40:13','failed','new'),(764,'178.16.33.101','Error in login','2017-07-09 07:41:50','failed','new'),(765,'130.43.59.183','Error in login','2017-07-09 07:41:52','failed','new'),(766,'160.177.40.113','Error in login','2017-07-09 07:42:00','failed','new'),(767,'178.16.33.101','Error in login','2017-07-09 07:42:02','failed','new'),(768,'41.150.249.72','Login success','2017-07-09 07:43:44','success','new'),(769,'191.116.45.27','Error in login','2017-07-09 07:43:47','failed','new'),(770,'36.77.187.6','Error in login','2017-07-09 07:43:53','failed','new'),(771,'41.242.137.52','Error in login','2017-07-09 07:43:58','failed','new'),(772,'109.185.189.63','Error in login','2017-07-09 07:44:07','failed','new'),(773,'158.140.182.119','Error in login','2017-07-09 14:41:16','failed','new'),(774,'103.36.18.20','Error in login','2017-07-10 00:28:48','failed','new'),(775,'182.65.48.26','Error in login','2017-07-10 03:08:18','failed','new'),(776,'202.9.42.213','Error in login','2017-07-10 04:19:31','failed','new'),(777,'154.69.94.128','Error in login','2017-07-10 20:05:30','failed','new'),(778,'112.134.96.36','Error in login','2017-07-11 09:16:12','failed','new'),(779,'151.45.129.132','Error in login','2017-07-11 10:59:15','failed','new'),(780,'1.1.255.5','Error in login','2017-07-12 18:11:57','failed','new'),(781,'83.181.194.171','Error in login','2017-07-12 23:06:14','failed','new'),(782,'93.87.247.127','Error in login','2017-07-13 00:18:59','failed','new'),(783,'182.253.163.7','Error in login','2017-07-13 00:52:08','failed','new'),(784,'177.134.222.64','Error in login','2017-07-13 01:05:35','failed','new'),(785,'216.218.131.173','Error in login','2017-07-13 09:23:36','failed','new'),(786,'41.78.50.61','Login success','2017-07-13 09:25:07','success','new'),(787,'182.182.33.183','Error in login','2017-07-13 11:14:48','failed','new'),(788,'60.52.124.130','Error in login','2017-07-13 15:05:49','failed','new'),(789,'79.114.249.228','Error in login','2017-07-13 21:21:10','failed','new'),(790,'119.152.132.190','Error in login','2017-07-14 04:05:37','failed','new'),(791,'117.222.139.66','Error in login','2017-07-14 15:02:52','failed','new'),(792,'39.40.194.189','Error in login','2017-07-14 17:41:38','failed','new'),(793,'39.35.63.242','Error in login','2017-07-15 08:29:54','failed','new'),(794,'197.207.152.189','Error in login','2017-07-15 12:55:27','failed','new'),(795,'160.202.39.254','Error in login','2017-07-15 17:31:58','failed','new'),(796,'95.211.38.161','Login success','2017-07-15 23:52:32','success','new'),(797,'86.201.8.81','Error in login','2017-07-17 12:45:15','failed','new'),(798,'41.227.199.45','Error in login','2017-07-17 13:37:13','failed','new'),(799,'110.227.76.172','Error in login','2017-07-18 12:03:43','failed','new'),(800,'101.50.118.56','Error in login','2017-07-19 12:12:30','failed','new'),(801,'103.203.173.118','Error in login','2017-07-20 12:36:41','failed','new'),(802,'41.33.229.210','Error in login','2017-07-21 03:27:22','failed','new'),(803,'77.69.251.210','Error in login','2017-07-21 03:27:22','failed','new'),(804,'218.25.31.150','Error in login','2017-07-21 03:27:22','failed','new'),(805,'206.214.3.168','Error in login','2017-07-21 03:27:24','failed','new'),(806,'59.183.144.20','Error in login','2017-07-21 15:27:23','failed','new'),(807,'46.99.32.247','Error in login','2017-07-22 00:40:40','failed','new'),(808,'195.74.38.173','Error in login','2017-07-22 07:11:59','failed','new'),(809,'203.188.244.244','Error in login','2017-07-22 08:29:40','failed','new'),(810,'218.60.28.126','Error in login','2017-07-22 22:23:00','failed','new'),(811,'171.34.41.93','Error in login','2017-07-22 22:23:08','failed','new'),(812,'117.228.22.103','Error in login','2017-07-23 08:23:54','failed','new'),(813,'82.165.77.104','Error in login','2017-07-23 23:17:54','failed','new'),(814,'177.13.250.75','Error in login','2017-07-23 23:29:50','failed','new'),(815,'5.14.108.37','Error in login','2017-07-24 14:09:53','failed','new'),(816,'39.36.85.193','Error in login','2017-07-25 10:35:51','failed','new'),(817,'167.0.226.187','Error in login','2017-07-25 15:24:00','failed','new'),(818,'5.0.80.213','Error in login','2017-07-26 00:00:34','failed','new'),(819,'41.211.164.182','Error in login','2017-07-26 13:58:53','failed','new'),(820,'45.116.190.153','Error in login','2017-07-26 19:28:17','failed','new'),(821,'177.11.121.120','Error in login','2017-07-27 09:51:42','failed','new'),(822,'37.248.153.196','Error in login','2017-07-27 14:13:36','failed','new'),(823,'87.116.188.150','Error in login','2017-07-27 20:07:51','failed','new'),(824,'157.49.14.138','Error in login','2017-07-28 07:43:13','failed','new'),(825,'177.42.97.182','Error in login','2017-07-28 18:25:10','failed','new'),(826,'105.155.53.202','Error in login','2017-07-29 07:40:34','failed','new'),(827,'79.49.79.15','Error in login','2017-07-30 09:16:36','failed','new'),(828,'196.53.59.225','Error in login','2017-07-30 15:15:43','failed','new'),(829,'59.89.233.47','Error in login','2017-07-30 17:03:31','failed','new'),(830,'115.133.88.103','Error in login','2017-07-31 02:52:54','failed','new'),(831,'138.59.0.26','Error in login','2017-07-31 07:09:42','failed','new'),(832,'88.9.3.170','Error in login','2017-07-31 16:07:49','failed','new'),(833,'134.19.230.49','Error in login','2017-07-31 16:31:15','failed','new'),(834,'45.123.222.55','Error in login','2017-07-31 17:20:05','failed','new'),(835,'42.0.5.115','Error in login','2017-08-01 11:15:13','failed','new'),(836,'62.114.200.117','Error in login','2017-08-01 14:23:56','failed','new'),(837,'45.119.97.129','Error in login','2017-08-01 14:28:48','failed','new'),(838,'120.62.10.195','Error in login','2017-08-01 15:06:02','failed','new'),(839,'39.55.26.146','Error in login','2017-08-01 15:41:42','failed','new'),(840,'45.220.22.56','Error in login','2017-08-02 03:21:37','failed','new'),(841,'105.229.17.155','Error in login','2017-08-02 05:50:57','failed','new'),(842,'39.59.204.240','Error in login','2017-08-02 17:14:42','failed','new'),(843,'83.223.240.32','Error in login','2017-08-02 17:55:18','failed','new'),(844,'182.189.119.62','Error in login','2017-08-02 21:11:35','failed','new'),(845,'213.37.214.135','Error in login','2017-08-02 21:45:08','failed','new'),(846,'41.104.235.37','Error in login','2017-08-03 14:16:07','failed','new'),(847,'187.207.88.122','Error in login','2017-08-04 04:48:30','failed','new'),(848,'158.140.180.104','Error in login','2017-08-04 12:40:09','failed','new'),(849,'114.134.184.79','Error in login','2017-08-06 14:36:46','failed','new'),(850,'85.203.106.6','Error in login','2017-08-06 16:48:31','failed','new'),(851,'180.234.28.83','Error in login','2017-08-06 20:16:26','failed','new'),(852,'124.106.136.116','Error in login','2017-08-07 06:14:12','failed','new'),(853,'187.122.125.174','Error in login','2017-08-07 07:56:48','failed','new'),(854,'58.187.175.169','Login success','2017-08-07 09:38:54','success','new'),(855,'139.162.16.13','Error in login','2017-08-07 19:36:51','failed','new'),(856,'139.162.16.13','Error in login','2017-08-07 19:36:53','failed','new'),(857,'139.162.16.13','Error in login','2017-08-07 19:36:56','failed','new'),(858,'139.162.16.13','Error in login','2017-08-07 19:36:59','failed','new'),(859,'139.162.16.13','Error in login','2017-08-07 19:37:01','failed','new'),(860,'139.162.16.13','Error in login','2017-08-07 19:37:04','failed','new'),(861,'139.162.16.13','Error in login','2017-08-07 19:37:06','failed','new'),(862,'139.162.16.13','Error in login','2017-08-07 19:37:10','failed','new'),(863,'139.162.16.13','Error in login','2017-08-07 19:37:13','failed','new'),(864,'139.162.16.13','Error in login','2017-08-07 19:37:16','failed','new'),(865,'139.162.16.13','Error in login','2017-08-07 19:37:19','failed','new'),(866,'139.162.16.13','Error in login','2017-08-07 19:37:23','failed','new'),(867,'87.236.215.233','Error in login','2017-08-09 07:13:31','failed','new'),(868,'178.135.82.140','Error in login','2017-08-09 13:46:36','failed','new'),(869,'105.94.181.17','Error in login','2017-08-09 21:26:00','failed','new'),(870,'94.229.206.72','Error in login','2017-08-10 09:10:41','failed','new'),(871,'41.202.81.21','Error in login','2017-08-10 11:39:34','failed','new'),(872,'101.50.122.121','Error in login','2017-08-11 11:12:38','failed','new'),(873,'39.43.193.184','Error in login','2017-08-11 12:02:54','failed','new'),(874,'188.70.19.128','Error in login','2017-08-11 21:36:48','failed','new'),(875,'182.190.44.179','Error in login','2017-08-12 07:46:52','failed','new'),(876,'103.233.93.1','Error in login','2017-08-13 04:48:44','failed','new'),(877,'190.92.43.86','Error in login','2017-08-13 06:05:04','failed','new'),(878,'202.9.42.113','Error in login','2017-08-13 14:43:31','failed','new'),(879,'41.158.225.137','Error in login','2017-08-13 19:48:35','failed','new'),(880,'193.92.113.30','Error in login','2017-08-13 23:18:22','failed','new'),(881,'105.235.132.136','Error in login','2017-08-14 10:48:46','failed','new'),(882,'175.158.216.53','Error in login','2017-08-15 07:07:13','failed','new'),(883,'117.246.161.211','Error in login','2017-08-16 03:45:46','failed','new'),(884,'88.119.150.163','Error in login','2017-08-16 07:47:52','failed','new'),(885,'182.180.167.161','Error in login','2017-08-16 10:33:25','failed','new'),(886,'51.255.0.25','Error in login','2017-08-16 18:55:38','failed','new'),(887,'79.185.38.204','Error in login','2017-08-17 07:12:24','failed','new'),(888,'49.38.113.109','Error in login','2017-08-17 14:10:08','failed','new'),(889,'177.85.91.140','Error in login','2017-08-17 21:15:36','failed','new'),(890,'43.231.210.191','Error in login','2017-08-18 01:14:28','failed','new'),(891,'106.184.21.110','Error in login','2017-08-18 02:10:25','failed','new'),(892,'197.250.227.43','Error in login','2017-08-18 03:27:03','failed','new'),(893,'167.249.225.200','Error in login','2017-08-18 04:44:30','failed','new'),(894,'167.249.225.200','Error in login','2017-08-18 04:44:34','failed','new'),(895,'167.249.225.200','Login success','2017-08-18 04:44:37','success','new'),(896,'167.249.225.200','Error in login','2017-08-18 04:44:49','failed','new'),(897,'167.249.225.200','Error in login','2017-08-18 04:44:52','failed','new'),(898,'167.249.225.200','Login success','2017-08-18 04:44:56','success','new'),(899,'167.249.225.200','Error in login','2017-08-18 04:45:04','failed','new'),(900,'167.249.225.200','Error in login','2017-08-18 04:45:07','failed','new'),(901,'170.247.42.153','Error in login','2017-08-18 05:42:22','failed','new'),(902,'170.247.42.153','Error in login','2017-08-18 05:42:26','failed','new'),(903,'170.247.42.153','Login success','2017-08-18 05:42:29','success','new'),(904,'170.247.42.153','Error in login','2017-08-18 05:42:37','failed','new'),(905,'170.247.42.153','Error in login','2017-08-18 05:42:41','failed','new'),(906,'170.247.42.153','Login success','2017-08-18 05:42:45','success','new'),(907,'170.247.42.153','Error in login','2017-08-18 05:42:55','failed','new'),(908,'170.247.42.153','Error in login','2017-08-18 05:42:58','failed','new'),(909,'108.20.178.120','Error in login','2017-08-18 08:54:15','failed','new'),(910,'168.194.80.244','Error in login','2017-08-18 14:57:41','failed','new'),(911,'168.194.80.244','Error in login','2017-08-18 14:57:46','failed','new'),(912,'168.194.80.244','Error in login','2017-08-18 14:57:50','failed','new'),(913,'168.194.80.244','Error in login','2017-08-18 14:57:53','failed','new'),(914,'168.194.80.244','Error in login','2017-08-18 14:57:56','failed','new'),(915,'168.194.80.244','Error in login','2017-08-18 14:57:59','failed','new'),(916,'168.194.80.244','Error in login','2017-08-18 14:59:02','failed','new'),(917,'168.194.80.244','Error in login','2017-08-18 14:59:05','failed','new'),(918,'168.194.80.244','Error in login','2017-08-18 14:59:09','failed','new'),(919,'168.194.80.244','Error in login','2017-08-18 14:59:12','failed','new'),(920,'168.194.80.244','Error in login','2017-08-18 14:59:15','failed','new'),(921,'168.194.80.244','Error in login','2017-08-18 14:59:18','failed','new'),(922,'168.194.80.244','Error in login','2017-08-18 15:00:40','failed','new'),(923,'168.194.80.244','Error in login','2017-08-18 15:00:45','failed','new'),(924,'168.194.80.244','Error in login','2017-08-18 15:00:56','failed','new'),(925,'168.194.80.244','Error in login','2017-08-18 15:00:59','failed','new'),(926,'187.209.105.42','Error in login','2017-08-18 17:43:13','failed','new'),(927,'148.101.43.106','Error in login','2017-08-19 01:24:33','failed','new'),(928,'148.101.43.106','Error in login','2017-08-19 01:24:36','failed','new'),(929,'148.101.43.106','Error in login','2017-08-19 01:24:38','failed','new'),(930,'148.101.43.106','Error in login','2017-08-19 01:25:33','failed','new'),(931,'148.101.43.106','Error in login','2017-08-19 01:25:36','failed','new'),(932,'157.50.8.27','Error in login','2017-08-19 06:02:52','failed','new'),(933,'114.125.202.13','Error in login','2017-08-19 08:06:50','failed','new'),(934,'112.135.98.1','Error in login','2017-08-19 13:17:00','failed','new'),(935,'178.253.236.197','Error in login','2017-08-19 13:26:40','failed','new'),(936,'178.253.236.197','Error in login','2017-08-19 13:26:43','failed','new'),(937,'178.253.236.197','Error in login','2017-08-19 13:26:46','failed','new'),(938,'188.25.7.202','Error in login','2017-08-19 13:32:21','failed','new'),(939,'213.80.121.150','Error in login','2017-08-19 13:32:24','failed','new'),(940,'85.202.145.88','Error in login','2017-08-19 13:32:26','failed','new'),(941,'201.24.205.18','Error in login','2017-08-19 18:37:43','failed','new'),(942,'185.207.147.150','Error in login','2017-08-20 09:54:52','failed','new'),(943,'79.172.72.215','Error in login','2017-08-20 23:00:40','failed','new'),(944,'217.22.43.154','Error in login','2017-08-21 06:47:42','failed','new'),(945,'217.22.43.154','Error in login','2017-08-21 06:47:46','failed','new'),(946,'217.22.43.154','Error in login','2017-08-21 06:47:49','failed','new'),(947,'217.22.43.154','Error in login','2017-08-21 06:47:51','failed','new'),(948,'217.22.43.154','Error in login','2017-08-21 06:47:53','failed','new'),(949,'217.22.43.154','Error in login','2017-08-21 06:47:56','failed','new'),(950,'217.22.43.154','Error in login','2017-08-21 06:47:58','failed','new'),(951,'217.22.43.154','Error in login','2017-08-21 06:48:26','failed','new'),(952,'217.22.43.154','Error in login','2017-08-21 06:48:30','failed','new'),(953,'217.22.43.154','Error in login','2017-08-21 06:48:33','failed','new'),(954,'217.22.43.154','Error in login','2017-08-21 06:48:36','failed','new'),(955,'217.22.43.154','Error in login','2017-08-21 06:48:38','failed','new'),(956,'217.22.43.154','Error in login','2017-08-21 06:48:41','failed','new'),(957,'217.22.43.154','Error in login','2017-08-21 06:49:07','failed','new'),(958,'217.22.43.154','Error in login','2017-08-21 06:49:09','failed','new'),(959,'217.22.43.154','Error in login','2017-08-21 06:49:12','failed','new'),(960,'217.22.43.154','Error in login','2017-08-21 06:49:14','failed','new'),(961,'197.210.24.121','Error in login','2017-08-22 01:10:17','failed','new'),(962,'103.255.7.39','Error in login','2017-08-22 10:12:49','failed','new'),(963,'39.36.104.148','Error in login','2017-08-22 18:58:02','failed','new'),(964,'117.196.144.107','Error in login','2017-08-23 11:49:57','failed','new'),(965,'182.183.215.64','Error in login','2017-08-23 17:24:16','failed','new'),(966,'2.90.98.127','Error in login','2017-08-24 08:07:50','failed','new'),(967,'31.157.83.39','Error in login','2017-08-25 06:06:11','failed','new'),(968,'144.217.240.34','Error in login','2017-08-26 11:09:29','failed','new'),(969,'144.217.240.34','Error in login','2017-08-26 11:09:30','failed','new'),(970,'144.217.240.34','Error in login','2017-08-26 11:09:32','failed','new'),(971,'144.217.240.34','Error in login','2017-08-26 11:09:34','failed','new'),(972,'144.217.240.34','Error in login','2017-08-26 11:09:36','failed','new'),(973,'144.217.240.34','Error in login','2017-08-26 11:09:37','failed','new'),(974,'144.217.240.34','Error in login','2017-08-26 11:09:39','failed','new'),(975,'144.217.240.34','Error in login','2017-08-26 11:09:40','failed','new'),(976,'144.217.240.34','Error in login','2017-08-26 11:09:42','failed','new'),(977,'144.217.240.34','Error in login','2017-08-26 11:09:44','failed','new'),(978,'144.217.240.34','Error in login','2017-08-26 11:09:46','failed','new'),(979,'144.217.240.34','Error in login','2017-08-26 11:09:48','failed','new'),(980,'144.217.240.34','Error in login','2017-08-26 11:09:49','failed','new'),(981,'144.217.240.34','Error in login','2017-08-26 11:09:51','failed','new'),(982,'144.217.240.34','Error in login','2017-08-26 11:09:52','failed','new'),(983,'144.217.240.34','Error in login','2017-08-26 11:09:53','failed','new'),(984,'144.217.240.34','Error in login','2017-08-26 11:09:55','failed','new'),(985,'69.143.34.19','Login success','2017-08-26 12:27:59','success','new'),(986,'104.197.2.55','Error in login','2017-08-29 14:24:28','failed','new'),(987,'104.197.2.55','Error in login','2017-08-29 14:24:29','failed','new'),(988,'104.197.2.55','Error in login','2017-08-29 14:24:31','failed','new'),(989,'104.197.2.55','Error in login','2017-08-29 14:24:33','failed','new'),(990,'104.197.2.55','Error in login','2017-08-29 14:24:35','failed','new'),(991,'104.197.2.55','Error in login','2017-08-29 14:24:38','failed','new'),(992,'104.197.2.55','Error in login','2017-08-29 14:24:39','failed','new'),(993,'104.197.2.55','Error in login','2017-08-29 14:24:41','failed','new'),(994,'104.197.2.55','Error in login','2017-08-29 14:24:42','failed','new'),(995,'104.197.2.55','Error in login','2017-08-29 14:24:44','failed','new'),(996,'104.197.2.55','Error in login','2017-08-29 14:24:46','failed','new'),(997,'104.197.2.55','Error in login','2017-08-29 14:24:48','failed','new'),(998,'104.197.2.55','Error in login','2017-08-29 14:24:50','failed','new'),(999,'104.197.2.55','Error in login','2017-08-29 14:24:51','failed','new'),(1000,'104.197.2.55','Error in login','2017-08-29 14:24:53','failed','new'),(1001,'104.197.2.55','Error in login','2017-08-29 14:24:55','failed','new'),(1002,'104.197.2.55','Error in login','2017-08-29 14:24:56','failed','new'),(1003,'104.197.2.55','Error in login','2017-08-29 14:24:58','failed','new'),(1004,'104.197.2.55','Error in login','2017-08-29 14:25:00','failed','new'),(1005,'104.197.2.55','Error in login','2017-08-29 14:25:02','failed','new'),(1006,'104.197.2.55','Error in login','2017-08-29 14:25:03','failed','new'),(1007,'104.197.2.55','Error in login','2017-08-29 14:25:05','failed','new'),(1008,'104.197.2.55','Error in login','2017-08-29 14:25:06','failed','new'),(1009,'104.197.2.55','Error in login','2017-08-29 14:25:07','failed','new'),(1010,'104.197.2.55','Error in login','2017-08-29 14:25:09','failed','new'),(1011,'104.197.2.55','Error in login','2017-08-29 14:25:10','failed','new'),(1012,'104.197.2.55','Error in login','2017-08-29 14:25:12','failed','new'),(1013,'104.197.2.55','Error in login','2017-08-29 14:25:13','failed','new'),(1014,'104.197.2.55','Error in login','2017-08-29 14:25:14','failed','new'),(1015,'104.197.2.55','Error in login','2017-08-29 14:25:16','failed','new'),(1016,'104.197.2.55','Error in login','2017-08-29 14:25:17','failed','new'),(1017,'104.197.2.55','Error in login','2017-08-29 14:25:18','failed','new'),(1018,'104.197.2.55','Error in login','2017-08-29 14:25:19','failed','new'),(1019,'104.197.2.55','Error in login','2017-08-29 14:25:21','failed','new'),(1020,'104.197.2.55','Error in login','2017-08-29 14:25:22','failed','new'),(1021,'104.197.2.55','Error in login','2017-08-29 14:25:23','failed','new'),(1022,'104.197.2.55','Error in login','2017-08-29 14:25:24','failed','new'),(1023,'104.197.2.55','Error in login','2017-08-29 14:25:26','failed','new'),(1024,'104.197.2.55','Error in login','2017-08-29 14:25:27','failed','new'),(1025,'104.197.2.55','Error in login','2017-08-29 14:25:28','failed','new'),(1026,'104.197.2.55','Error in login','2017-08-29 14:25:29','failed','new'),(1027,'104.197.2.55','Error in login','2017-08-29 14:25:31','failed','new'),(1028,'104.197.2.55','Error in login','2017-08-29 14:25:32','failed','new'),(1029,'104.197.2.55','Error in login','2017-08-29 14:25:33','failed','new'),(1030,'104.197.2.55','Error in login','2017-08-29 14:25:34','failed','new'),(1031,'104.197.2.55','Error in login','2017-08-29 14:25:35','failed','new'),(1032,'104.197.2.55','Error in login','2017-08-29 14:25:36','failed','new'),(1033,'104.197.2.55','Error in login','2017-08-29 14:25:38','failed','new'),(1034,'104.197.2.55','Error in login','2017-08-29 14:25:40','failed','new'),(1035,'104.197.2.55','Error in login','2017-08-29 14:25:43','failed','new'),(1036,'104.197.2.55','Error in login','2017-08-29 14:25:45','failed','new'),(1037,'104.197.2.55','Error in login','2017-08-29 14:25:46','failed','new'),(1038,'104.197.2.55','Error in login','2017-08-29 14:25:48','failed','new'),(1039,'104.197.2.55','Error in login','2017-08-29 14:25:50','failed','new'),(1040,'104.197.2.55','Error in login','2017-08-29 14:25:52','failed','new'),(1041,'104.197.2.55','Error in login','2017-08-29 14:25:53','failed','new'),(1042,'104.197.2.55','Error in login','2017-08-29 14:25:55','failed','new'),(1043,'104.197.2.55','Error in login','2017-08-29 14:25:56','failed','new'),(1044,'104.197.2.55','Error in login','2017-08-29 14:25:58','failed','new'),(1045,'104.197.2.55','Error in login','2017-08-29 14:25:59','failed','new'),(1046,'104.197.2.55','Error in login','2017-08-29 14:26:01','failed','new'),(1047,'104.197.2.55','Error in login','2017-08-29 14:26:02','failed','new'),(1048,'104.197.2.55','Error in login','2017-08-29 14:26:04','failed','new'),(1049,'104.197.2.55','Error in login','2017-08-29 14:26:05','failed','new'),(1050,'104.197.2.55','Error in login','2017-08-29 14:26:06','failed','new'),(1051,'104.197.2.55','Error in login','2017-08-29 14:26:08','failed','new'),(1052,'104.197.2.55','Error in login','2017-08-29 14:26:09','failed','new'),(1053,'104.197.2.55','Error in login','2017-08-29 14:26:11','failed','new'),(1054,'104.197.2.55','Error in login','2017-08-29 14:26:12','failed','new'),(1055,'104.197.2.55','Error in login','2017-08-29 14:26:13','failed','new'),(1056,'104.197.2.55','Error in login','2017-08-29 14:26:14','failed','new'),(1057,'104.197.2.55','Error in login','2017-08-29 14:26:16','failed','new'),(1058,'104.197.2.55','Error in login','2017-08-29 14:26:17','failed','new'),(1059,'104.197.2.55','Error in login','2017-08-29 14:26:18','failed','new'),(1060,'104.197.2.55','Error in login','2017-08-29 14:26:19','failed','new'),(1061,'104.197.2.55','Error in login','2017-08-29 14:26:20','failed','new'),(1062,'104.197.2.55','Error in login','2017-08-29 14:26:21','failed','new'),(1063,'104.197.2.55','Error in login','2017-08-29 14:26:23','failed','new'),(1064,'104.197.2.55','Error in login','2017-08-29 14:26:24','failed','new'),(1065,'104.197.2.55','Error in login','2017-08-29 14:26:25','failed','new'),(1066,'104.197.2.55','Error in login','2017-08-29 14:26:26','failed','new'),(1067,'104.197.2.55','Error in login','2017-08-29 14:26:27','failed','new'),(1068,'104.197.2.55','Error in login','2017-08-29 14:26:28','failed','new'),(1069,'104.197.2.55','Error in login','2017-08-29 14:26:29','failed','new'),(1070,'104.197.2.55','Error in login','2017-08-29 14:26:31','failed','new'),(1071,'104.197.2.55','Error in login','2017-08-29 14:26:32','failed','new'),(1072,'104.197.2.55','Error in login','2017-08-29 14:26:33','failed','new'),(1073,'104.197.2.55','Error in login','2017-08-29 14:26:34','failed','new'),(1074,'104.197.2.55','Error in login','2017-08-29 14:26:35','failed','new'),(1075,'104.197.2.55','Error in login','2017-08-29 14:26:37','failed','new'),(1076,'104.197.2.55','Error in login','2017-08-29 14:26:38','failed','new'),(1077,'104.197.2.55','Error in login','2017-08-29 14:26:39','failed','new'),(1078,'104.197.2.55','Error in login','2017-08-29 14:26:40','failed','new'),(1079,'104.197.2.55','Error in login','2017-08-29 14:26:42','failed','new'),(1080,'104.197.2.55','Error in login','2017-08-29 14:26:43','failed','new'),(1081,'104.197.2.55','Error in login','2017-08-29 14:26:44','failed','new'),(1082,'104.197.2.55','Error in login','2017-08-29 14:26:45','failed','new'),(1083,'104.197.2.55','Error in login','2017-08-29 14:26:46','failed','new'),(1084,'104.197.2.55','Error in login','2017-08-29 14:26:48','failed','new'),(1085,'104.197.2.55','Error in login','2017-08-29 14:26:49','failed','new'),(1086,'104.197.2.55','Error in login','2017-08-29 14:26:51','failed','new'),(1087,'62.210.152.119','Error in login','2017-08-30 10:20:35','failed','new'),(1088,'62.210.152.119','Error in login','2017-08-30 10:20:36','failed','new'),(1089,'62.210.152.119','Error in login','2017-08-30 10:20:37','failed','new'),(1090,'62.210.152.119','Error in login','2017-08-30 10:20:38','failed','new'),(1091,'62.210.152.119','Error in login','2017-08-30 10:20:40','failed','new'),(1092,'62.210.152.119','Error in login','2017-08-30 10:20:41','failed','new'),(1093,'62.210.152.119','Error in login','2017-08-30 10:20:42','failed','new'),(1094,'62.210.152.119','Error in login','2017-08-30 10:20:43','failed','new'),(1095,'62.210.152.119','Error in login','2017-08-30 10:20:44','failed','new'),(1096,'62.210.152.119','Error in login','2017-08-30 10:20:45','failed','new'),(1097,'62.210.152.119','Error in login','2017-08-30 10:20:47','failed','new'),(1098,'62.210.152.119','Error in login','2017-08-30 10:20:48','failed','new'),(1099,'62.210.152.119','Error in login','2017-08-30 10:20:50','failed','new'),(1100,'62.210.152.119','Error in login','2017-08-30 10:20:51','failed','new'),(1101,'62.210.152.119','Error in login','2017-08-30 10:20:52','failed','new'),(1102,'62.210.152.119','Error in login','2017-08-30 10:20:54','failed','new'),(1103,'62.210.152.119','Error in login','2017-08-30 10:20:56','failed','new'),(1104,'62.210.152.119','Error in login','2017-08-30 10:20:57','failed','new'),(1105,'62.210.152.119','Error in login','2017-08-30 10:20:58','failed','new'),(1106,'62.210.152.119','Error in login','2017-08-30 10:21:00','failed','new'),(1107,'62.210.152.119','Error in login','2017-08-30 10:21:02','failed','new'),(1108,'62.210.152.119','Error in login','2017-08-30 10:21:03','failed','new'),(1109,'62.210.152.119','Error in login','2017-08-30 10:21:04','failed','new'),(1110,'62.210.152.119','Error in login','2017-08-30 10:21:05','failed','new'),(1111,'62.210.152.119','Error in login','2017-08-30 10:21:07','failed','new'),(1112,'62.210.152.119','Error in login','2017-08-30 10:21:08','failed','new'),(1113,'62.210.152.119','Error in login','2017-08-30 10:21:10','failed','new'),(1114,'62.210.152.119','Error in login','2017-08-30 10:21:11','failed','new'),(1115,'62.210.152.119','Error in login','2017-08-30 10:21:12','failed','new'),(1116,'62.210.152.119','Error in login','2017-08-30 10:21:13','failed','new'),(1117,'62.210.152.119','Error in login','2017-08-30 10:21:14','failed','new'),(1118,'62.210.152.119','Error in login','2017-08-30 10:21:16','failed','new'),(1119,'62.210.152.119','Error in login','2017-08-30 10:21:17','failed','new'),(1120,'62.210.152.119','Error in login','2017-08-30 10:21:18','failed','new'),(1121,'62.210.152.119','Error in login','2017-08-30 10:21:19','failed','new'),(1122,'62.210.152.119','Error in login','2017-08-30 10:21:20','failed','new'),(1123,'62.210.152.119','Error in login','2017-08-30 10:21:22','failed','new'),(1124,'62.210.152.119','Error in login','2017-08-30 10:21:23','failed','new'),(1125,'62.210.152.119','Error in login','2017-08-30 10:21:24','failed','new'),(1126,'62.210.152.119','Error in login','2017-08-30 10:21:26','failed','new'),(1127,'62.210.152.119','Error in login','2017-08-30 10:21:27','failed','new'),(1128,'62.210.152.119','Error in login','2017-08-30 10:21:28','failed','new'),(1129,'62.210.152.119','Error in login','2017-08-30 10:21:29','failed','new'),(1130,'62.210.152.119','Error in login','2017-08-30 10:21:30','failed','new'),(1131,'62.210.152.119','Error in login','2017-08-30 10:21:31','failed','new'),(1132,'62.210.152.119','Error in login','2017-08-30 10:21:33','failed','new'),(1133,'62.210.152.119','Error in login','2017-08-30 10:21:34','failed','new'),(1134,'62.210.152.119','Error in login','2017-08-30 10:21:35','failed','new'),(1135,'62.210.152.119','Error in login','2017-08-30 10:21:36','failed','new'),(1136,'62.210.152.119','Error in login','2017-08-30 10:21:38','failed','new'),(1137,'62.210.152.119','Error in login','2017-08-30 10:21:39','failed','new'),(1138,'62.210.152.119','Error in login','2017-08-30 10:21:41','failed','new'),(1139,'62.210.152.119','Error in login','2017-08-30 10:21:42','failed','new'),(1140,'62.210.152.119','Error in login','2017-08-30 10:21:43','failed','new'),(1141,'62.210.152.119','Error in login','2017-08-30 10:21:45','failed','new'),(1142,'62.210.152.119','Error in login','2017-08-30 10:21:46','failed','new'),(1143,'62.210.152.119','Error in login','2017-08-30 10:21:47','failed','new'),(1144,'62.210.152.119','Error in login','2017-08-30 10:21:48','failed','new'),(1145,'62.210.152.119','Error in login','2017-08-30 10:21:50','failed','new'),(1146,'62.210.152.119','Error in login','2017-08-30 10:21:51','failed','new'),(1147,'62.210.152.119','Error in login','2017-08-30 10:21:52','failed','new'),(1148,'62.210.152.119','Error in login','2017-08-30 10:21:54','failed','new'),(1149,'62.210.152.119','Error in login','2017-08-30 10:21:55','failed','new'),(1150,'62.210.152.119','Error in login','2017-08-30 10:21:56','failed','new'),(1151,'62.210.152.119','Error in login','2017-08-30 10:21:57','failed','new'),(1152,'62.210.152.119','Error in login','2017-08-30 10:21:58','failed','new'),(1153,'62.210.152.119','Error in login','2017-08-30 10:22:00','failed','new'),(1154,'62.210.152.119','Error in login','2017-08-30 10:22:02','failed','new'),(1155,'62.210.152.119','Error in login','2017-08-30 10:22:03','failed','new'),(1156,'62.210.152.119','Error in login','2017-08-30 10:22:05','failed','new'),(1157,'62.210.152.119','Error in login','2017-08-30 10:22:06','failed','new'),(1158,'62.210.152.119','Error in login','2017-08-30 10:22:07','failed','new'),(1159,'62.210.152.119','Error in login','2017-08-30 10:22:09','failed','new'),(1160,'62.210.152.119','Error in login','2017-08-30 10:22:10','failed','new'),(1161,'62.210.152.119','Error in login','2017-08-30 10:22:12','failed','new'),(1162,'62.210.152.119','Error in login','2017-08-30 10:22:13','failed','new'),(1163,'62.210.152.119','Error in login','2017-08-30 10:22:14','failed','new'),(1164,'62.210.152.119','Error in login','2017-08-30 10:22:16','failed','new'),(1165,'62.210.152.119','Error in login','2017-08-30 10:22:17','failed','new'),(1166,'62.210.152.119','Error in login','2017-08-30 10:22:18','failed','new'),(1167,'62.210.152.119','Error in login','2017-08-30 10:22:20','failed','new'),(1168,'62.210.152.119','Error in login','2017-08-30 10:22:22','failed','new'),(1169,'62.210.152.119','Error in login','2017-08-30 10:22:23','failed','new'),(1170,'62.210.152.119','Error in login','2017-08-30 10:22:25','failed','new'),(1171,'62.210.152.119','Error in login','2017-08-30 10:22:26','failed','new'),(1172,'62.210.152.119','Error in login','2017-08-30 10:22:27','failed','new'),(1173,'62.210.152.119','Error in login','2017-08-30 10:22:29','failed','new'),(1174,'62.210.152.119','Error in login','2017-08-30 10:22:30','failed','new'),(1175,'62.210.152.119','Error in login','2017-08-30 10:22:31','failed','new'),(1176,'62.210.152.119','Error in login','2017-08-30 10:22:32','failed','new'),(1177,'62.210.152.119','Error in login','2017-08-30 10:22:33','failed','new'),(1178,'62.210.152.119','Error in login','2017-08-30 10:22:35','failed','new'),(1179,'62.210.152.119','Error in login','2017-08-30 10:22:36','failed','new'),(1180,'62.210.152.119','Error in login','2017-08-30 10:22:38','failed','new'),(1181,'62.210.152.119','Error in login','2017-08-30 10:22:39','failed','new'),(1182,'62.210.152.119','Error in login','2017-08-30 10:22:41','failed','new'),(1183,'62.210.152.119','Error in login','2017-08-30 10:22:42','failed','new'),(1184,'62.210.152.119','Error in login','2017-08-30 10:22:43','failed','new'),(1185,'62.210.152.119','Error in login','2017-08-30 10:22:45','failed','new'),(1186,'62.210.152.119','Error in login','2017-08-30 10:22:46','failed','new'),(1187,'62.210.152.119','Error in login','2017-08-30 10:22:47','failed','new'),(1188,'62.210.152.119','Error in login','2017-08-30 10:22:49','failed','new'),(1189,'185.85.191.201','Error in login','2017-08-30 15:26:17','failed','new'),(1190,'36.66.171.47','Error in login','2017-08-30 22:47:25','failed','new'),(1191,'185.85.190.132','Error in login','2017-08-31 15:47:28','failed','new'),(1192,'185.86.167.4','Error in login','2017-08-31 16:05:20','failed','new'),(1193,'5.61.44.59','Login success','2017-08-31 23:23:50','success','new'),(1194,'5.61.44.59','Login success','2017-08-31 23:26:16','success','new'),(1195,'104.168.144.151','Error in login','2017-09-01 07:24:43','failed','new'),(1196,'104.168.144.151','Error in login','2017-09-01 07:24:45','failed','new'),(1197,'104.168.144.151','Error in login','2017-09-01 07:24:46','failed','new'),(1198,'104.168.144.151','Error in login','2017-09-01 07:24:48','failed','new'),(1199,'104.168.144.151','Error in login','2017-09-01 07:24:49','failed','new'),(1200,'104.168.144.151','Error in login','2017-09-01 07:24:51','failed','new'),(1201,'104.168.144.151','Error in login','2017-09-01 07:24:52','failed','new'),(1202,'104.168.144.151','Error in login','2017-09-01 07:24:54','failed','new'),(1203,'104.168.144.151','Error in login','2017-09-01 07:24:55','failed','new'),(1204,'104.168.144.151','Error in login','2017-09-01 07:24:57','failed','new'),(1205,'104.168.144.151','Error in login','2017-09-01 07:24:58','failed','new'),(1206,'104.168.144.151','Error in login','2017-09-01 07:25:00','failed','new'),(1207,'104.168.144.151','Error in login','2017-09-01 07:25:02','failed','new'),(1208,'104.168.144.151','Error in login','2017-09-01 07:25:04','failed','new'),(1209,'104.168.144.151','Error in login','2017-09-01 07:25:05','failed','new'),(1210,'104.168.144.151','Error in login','2017-09-01 07:25:08','failed','new'),(1211,'104.168.144.151','Error in login','2017-09-01 07:25:10','failed','new'),(1212,'104.168.144.151','Error in login','2017-09-01 07:25:12','failed','new'),(1213,'104.168.144.151','Error in login','2017-09-01 07:25:14','failed','new'),(1214,'104.168.144.151','Error in login','2017-09-01 07:25:16','failed','new'),(1215,'104.168.144.151','Error in login','2017-09-01 07:25:17','failed','new'),(1216,'104.168.144.151','Error in login','2017-09-01 07:25:18','failed','new'),(1217,'104.168.144.151','Error in login','2017-09-01 07:25:21','failed','new'),(1218,'104.168.144.151','Error in login','2017-09-01 07:25:23','failed','new'),(1219,'104.168.144.151','Error in login','2017-09-01 07:25:24','failed','new'),(1220,'104.168.144.151','Error in login','2017-09-01 07:25:26','failed','new'),(1221,'104.168.144.151','Error in login','2017-09-01 07:25:27','failed','new'),(1222,'104.168.144.151','Error in login','2017-09-01 07:25:29','failed','new'),(1223,'104.168.144.151','Error in login','2017-09-01 07:25:30','failed','new'),(1224,'104.168.144.151','Error in login','2017-09-01 07:25:31','failed','new'),(1225,'104.168.144.151','Error in login','2017-09-01 07:25:33','failed','new'),(1226,'104.168.144.151','Error in login','2017-09-01 07:25:34','failed','new'),(1227,'104.168.144.151','Error in login','2017-09-01 07:25:36','failed','new'),(1228,'104.168.144.151','Error in login','2017-09-01 07:25:37','failed','new'),(1229,'104.168.144.151','Error in login','2017-09-01 07:25:39','failed','new'),(1230,'104.168.144.151','Error in login','2017-09-01 07:25:40','failed','new'),(1231,'104.168.144.151','Error in login','2017-09-01 07:25:42','failed','new'),(1232,'104.168.144.151','Error in login','2017-09-01 07:25:43','failed','new'),(1233,'104.168.144.151','Error in login','2017-09-01 07:25:45','failed','new'),(1234,'104.168.144.151','Error in login','2017-09-01 07:25:46','failed','new'),(1235,'104.168.144.151','Error in login','2017-09-01 07:25:47','failed','new'),(1236,'104.168.144.151','Error in login','2017-09-01 07:25:49','failed','new'),(1237,'104.168.144.151','Error in login','2017-09-01 07:25:50','failed','new'),(1238,'104.168.144.151','Error in login','2017-09-01 07:25:51','failed','new'),(1239,'104.168.144.151','Error in login','2017-09-01 07:25:52','failed','new'),(1240,'104.168.144.151','Error in login','2017-09-01 07:25:54','failed','new'),(1241,'104.168.144.151','Error in login','2017-09-01 07:25:55','failed','new'),(1242,'104.168.144.151','Error in login','2017-09-01 07:25:56','failed','new'),(1243,'104.168.144.151','Error in login','2017-09-01 07:25:58','failed','new'),(1244,'104.168.144.151','Error in login','2017-09-01 07:26:00','failed','new'),(1245,'104.168.144.151','Error in login','2017-09-01 07:26:03','failed','new'),(1246,'104.168.144.151','Error in login','2017-09-01 07:26:04','failed','new'),(1247,'104.168.144.151','Error in login','2017-09-01 07:26:05','failed','new'),(1248,'104.168.144.151','Error in login','2017-09-01 07:26:07','failed','new'),(1249,'104.168.144.151','Error in login','2017-09-01 07:26:09','failed','new'),(1250,'104.168.144.151','Error in login','2017-09-01 07:26:10','failed','new'),(1251,'104.168.144.151','Error in login','2017-09-01 07:26:11','failed','new'),(1252,'104.168.144.151','Error in login','2017-09-01 07:26:12','failed','new'),(1253,'104.168.144.151','Error in login','2017-09-01 07:26:14','failed','new'),(1254,'104.168.144.151','Error in login','2017-09-01 07:26:15','failed','new'),(1255,'104.168.144.151','Error in login','2017-09-01 07:26:16','failed','new'),(1256,'104.168.144.151','Error in login','2017-09-01 07:26:17','failed','new'),(1257,'104.168.144.151','Error in login','2017-09-01 07:26:19','failed','new'),(1258,'104.168.144.151','Error in login','2017-09-01 07:26:20','failed','new'),(1259,'104.168.144.151','Error in login','2017-09-01 07:26:22','failed','new'),(1260,'104.168.144.151','Error in login','2017-09-01 07:26:23','failed','new'),(1261,'104.168.144.151','Error in login','2017-09-01 07:26:24','failed','new'),(1262,'104.168.144.151','Error in login','2017-09-01 07:26:26','failed','new'),(1263,'104.168.144.151','Error in login','2017-09-01 07:26:27','failed','new'),(1264,'104.168.144.151','Error in login','2017-09-01 07:26:28','failed','new'),(1265,'104.168.144.151','Error in login','2017-09-01 07:26:29','failed','new'),(1266,'104.168.144.151','Error in login','2017-09-01 07:26:31','failed','new'),(1267,'104.168.144.151','Error in login','2017-09-01 07:26:32','failed','new'),(1268,'104.168.144.151','Error in login','2017-09-01 07:26:33','failed','new'),(1269,'104.168.144.151','Error in login','2017-09-01 07:26:35','failed','new'),(1270,'104.168.144.151','Error in login','2017-09-01 07:26:36','failed','new'),(1271,'104.168.144.151','Error in login','2017-09-01 07:26:37','failed','new'),(1272,'104.168.144.151','Error in login','2017-09-01 07:26:38','failed','new'),(1273,'104.168.144.151','Error in login','2017-09-01 07:26:39','failed','new'),(1274,'104.168.144.151','Error in login','2017-09-01 07:26:40','failed','new'),(1275,'104.168.144.151','Error in login','2017-09-01 07:26:42','failed','new'),(1276,'104.168.144.151','Error in login','2017-09-01 07:26:43','failed','new'),(1277,'104.168.144.151','Error in login','2017-09-01 07:26:44','failed','new'),(1278,'104.168.144.151','Error in login','2017-09-01 07:26:45','failed','new'),(1279,'104.168.144.151','Error in login','2017-09-01 07:26:46','failed','new'),(1280,'104.168.144.151','Error in login','2017-09-01 07:26:47','failed','new'),(1281,'104.168.144.151','Error in login','2017-09-01 07:26:48','failed','new'),(1282,'104.168.144.151','Error in login','2017-09-01 07:26:49','failed','new'),(1283,'104.168.144.151','Error in login','2017-09-01 07:26:51','failed','new'),(1284,'104.168.144.151','Error in login','2017-09-01 07:26:52','failed','new'),(1285,'104.168.144.151','Error in login','2017-09-01 07:26:53','failed','new'),(1286,'104.168.144.151','Error in login','2017-09-01 07:26:54','failed','new'),(1287,'104.168.144.151','Error in login','2017-09-01 07:26:55','failed','new'),(1288,'104.168.144.151','Error in login','2017-09-01 07:26:56','failed','new'),(1289,'104.168.144.151','Error in login','2017-09-01 07:26:58','failed','new'),(1290,'104.168.144.151','Error in login','2017-09-01 07:26:59','failed','new'),(1291,'104.168.144.151','Error in login','2017-09-01 07:27:00','failed','new'),(1292,'104.168.144.151','Error in login','2017-09-01 07:27:01','failed','new'),(1293,'104.168.144.151','Error in login','2017-09-01 07:27:03','failed','new'),(1294,'104.168.144.151','Error in login','2017-09-03 04:08:55','failed','new'),(1295,'104.168.144.151','Error in login','2017-09-03 04:08:57','failed','new'),(1296,'104.168.144.151','Error in login','2017-09-03 04:08:58','failed','new'),(1297,'104.168.144.151','Error in login','2017-09-03 04:09:00','failed','new'),(1298,'104.168.144.151','Error in login','2017-09-03 04:09:01','failed','new'),(1299,'104.168.144.151','Error in login','2017-09-03 04:09:02','failed','new'),(1300,'104.168.144.151','Error in login','2017-09-03 04:09:04','failed','new'),(1301,'104.168.144.151','Error in login','2017-09-03 04:09:05','failed','new'),(1302,'104.168.144.151','Error in login','2017-09-03 04:09:07','failed','new'),(1303,'104.168.144.151','Error in login','2017-09-03 04:09:08','failed','new'),(1304,'104.168.144.151','Error in login','2017-09-03 04:09:09','failed','new'),(1305,'104.168.144.151','Error in login','2017-09-03 04:09:10','failed','new'),(1306,'104.168.144.151','Error in login','2017-09-03 04:09:12','failed','new'),(1307,'104.168.144.151','Error in login','2017-09-03 04:09:13','failed','new'),(1308,'104.168.144.151','Error in login','2017-09-03 04:09:15','failed','new'),(1309,'104.168.144.151','Error in login','2017-09-03 04:09:17','failed','new'),(1310,'104.168.144.151','Error in login','2017-09-03 04:09:19','failed','new'),(1311,'104.168.144.151','Error in login','2017-09-03 04:09:21','failed','new'),(1312,'104.168.144.151','Error in login','2017-09-03 04:09:23','failed','new'),(1313,'104.168.144.151','Error in login','2017-09-03 04:09:25','failed','new'),(1314,'104.168.144.151','Error in login','2017-09-03 04:09:27','failed','new'),(1315,'104.168.144.151','Error in login','2017-09-03 04:09:29','failed','new'),(1316,'104.168.144.151','Error in login','2017-09-03 04:09:30','failed','new'),(1317,'104.168.144.151','Error in login','2017-09-03 04:09:32','failed','new'),(1318,'104.168.144.151','Error in login','2017-09-03 04:09:33','failed','new'),(1319,'104.168.144.151','Error in login','2017-09-03 04:09:35','failed','new'),(1320,'104.168.144.151','Error in login','2017-09-03 04:09:36','failed','new'),(1321,'104.168.144.151','Error in login','2017-09-03 04:09:37','failed','new'),(1322,'104.168.144.151','Error in login','2017-09-03 04:09:39','failed','new'),(1323,'104.168.144.151','Error in login','2017-09-03 04:09:40','failed','new'),(1324,'104.168.144.151','Error in login','2017-09-03 04:09:41','failed','new'),(1325,'104.168.144.151','Error in login','2017-09-03 04:09:42','failed','new'),(1326,'104.168.144.151','Error in login','2017-09-03 04:09:44','failed','new'),(1327,'104.168.144.151','Error in login','2017-09-03 04:09:45','failed','new'),(1328,'104.168.144.151','Error in login','2017-09-03 04:09:46','failed','new'),(1329,'104.168.144.151','Error in login','2017-09-03 04:09:49','failed','new'),(1330,'104.168.144.151','Error in login','2017-09-03 04:09:50','failed','new'),(1331,'104.168.144.151','Error in login','2017-09-03 04:09:51','failed','new'),(1332,'104.168.144.151','Error in login','2017-09-03 04:09:52','failed','new'),(1333,'104.168.144.151','Error in login','2017-09-03 04:09:54','failed','new'),(1334,'104.168.144.151','Error in login','2017-09-03 04:09:55','failed','new'),(1335,'104.168.144.151','Error in login','2017-09-03 04:09:56','failed','new'),(1336,'104.168.144.151','Error in login','2017-09-03 04:09:58','failed','new'),(1337,'104.168.144.151','Error in login','2017-09-03 04:09:59','failed','new'),(1338,'104.168.144.151','Error in login','2017-09-03 04:10:00','failed','new'),(1339,'104.168.144.151','Error in login','2017-09-03 04:10:02','failed','new'),(1340,'104.168.144.151','Error in login','2017-09-03 04:10:04','failed','new'),(1341,'104.168.144.151','Error in login','2017-09-03 04:10:05','failed','new'),(1342,'104.168.144.151','Error in login','2017-09-03 04:10:06','failed','new'),(1343,'104.168.144.151','Error in login','2017-09-03 04:10:08','failed','new'),(1344,'104.168.144.151','Error in login','2017-09-03 04:10:09','failed','new'),(1345,'104.168.144.151','Error in login','2017-09-03 04:10:10','failed','new'),(1346,'104.168.144.151','Error in login','2017-09-03 04:10:11','failed','new'),(1347,'104.168.144.151','Error in login','2017-09-03 04:10:13','failed','new'),(1348,'104.168.144.151','Error in login','2017-09-03 04:10:14','failed','new'),(1349,'104.168.144.151','Error in login','2017-09-03 04:10:15','failed','new'),(1350,'104.168.144.151','Error in login','2017-09-03 04:10:16','failed','new'),(1351,'104.168.144.151','Error in login','2017-09-03 04:10:18','failed','new'),(1352,'104.168.144.151','Error in login','2017-09-03 04:10:19','failed','new'),(1353,'104.168.144.151','Error in login','2017-09-03 04:10:20','failed','new'),(1354,'104.168.144.151','Error in login','2017-09-03 04:10:21','failed','new'),(1355,'104.168.144.151','Error in login','2017-09-03 04:10:23','failed','new'),(1356,'104.168.144.151','Error in login','2017-09-03 04:10:24','failed','new'),(1357,'104.168.144.151','Error in login','2017-09-03 04:10:25','failed','new'),(1358,'104.168.144.151','Error in login','2017-09-03 04:10:27','failed','new'),(1359,'104.168.144.151','Error in login','2017-09-03 04:10:28','failed','new'),(1360,'104.168.144.151','Error in login','2017-09-03 04:10:30','failed','new'),(1361,'104.168.144.151','Error in login','2017-09-03 04:10:32','failed','new'),(1362,'104.168.144.151','Error in login','2017-09-03 04:10:33','failed','new'),(1363,'104.168.144.151','Error in login','2017-09-03 04:10:34','failed','new'),(1364,'104.168.144.151','Error in login','2017-09-03 04:10:35','failed','new'),(1365,'104.168.144.151','Error in login','2017-09-03 04:10:36','failed','new'),(1366,'104.168.144.151','Error in login','2017-09-03 04:10:38','failed','new'),(1367,'104.168.144.151','Error in login','2017-09-03 04:10:39','failed','new'),(1368,'104.168.144.151','Error in login','2017-09-03 04:10:40','failed','new'),(1369,'104.168.144.151','Error in login','2017-09-03 04:10:41','failed','new'),(1370,'104.168.144.151','Error in login','2017-09-03 04:10:42','failed','new'),(1371,'104.168.144.151','Error in login','2017-09-03 04:10:44','failed','new'),(1372,'104.168.144.151','Error in login','2017-09-03 04:10:45','failed','new'),(1373,'104.168.144.151','Error in login','2017-09-03 04:10:46','failed','new'),(1374,'104.168.144.151','Error in login','2017-09-03 04:10:47','failed','new'),(1375,'104.168.144.151','Error in login','2017-09-03 04:10:48','failed','new'),(1376,'104.168.144.151','Error in login','2017-09-03 04:10:50','failed','new'),(1377,'104.168.144.151','Error in login','2017-09-03 04:10:51','failed','new'),(1378,'104.168.144.151','Error in login','2017-09-03 04:10:52','failed','new'),(1379,'104.168.144.151','Error in login','2017-09-03 04:10:54','failed','new'),(1380,'104.168.144.151','Error in login','2017-09-03 04:10:55','failed','new'),(1381,'104.168.144.151','Error in login','2017-09-03 04:10:56','failed','new'),(1382,'104.168.144.151','Error in login','2017-09-03 04:10:58','failed','new'),(1383,'104.168.144.151','Error in login','2017-09-03 04:10:59','failed','new'),(1384,'104.168.144.151','Error in login','2017-09-03 04:11:00','failed','new'),(1385,'104.168.144.151','Error in login','2017-09-03 04:11:01','failed','new'),(1386,'104.168.144.151','Error in login','2017-09-03 04:11:03','failed','new'),(1387,'104.168.144.151','Error in login','2017-09-03 04:11:04','failed','new'),(1388,'104.168.144.151','Error in login','2017-09-03 04:11:05','failed','new'),(1389,'104.168.144.151','Error in login','2017-09-03 04:11:06','failed','new'),(1390,'104.168.144.151','Error in login','2017-09-03 04:11:07','failed','new'),(1391,'104.168.144.151','Error in login','2017-09-03 04:11:09','failed','new'),(1392,'104.168.144.151','Error in login','2017-09-03 04:11:10','failed','new'),(1393,'185.165.29.138','Error in login','2017-09-04 08:26:14','failed','new'),(1394,'185.165.29.138','Error in login','2017-09-04 08:26:26','failed','new'),(1395,'185.165.29.138','Error in login','2017-09-04 08:26:40','failed','new'),(1396,'185.165.29.138','Error in login','2017-09-04 08:26:53','failed','new'),(1397,'185.165.29.138','Error in login','2017-09-04 08:27:06','failed','new'),(1398,'185.165.29.138','Error in login','2017-09-04 08:27:24','failed','new'),(1399,'185.165.29.138','Error in login','2017-09-04 08:27:39','failed','new'),(1400,'185.165.29.138','Error in login','2017-09-04 08:27:52','failed','new'),(1401,'185.165.29.138','Error in login','2017-09-04 08:28:05','failed','new'),(1402,'185.165.29.138','Error in login','2017-09-04 08:28:35','failed','new'),(1403,'185.165.29.138','Error in login','2017-09-04 08:28:49','failed','new'),(1404,'185.165.29.138','Error in login','2017-09-04 08:29:03','failed','new'),(1405,'185.165.29.138','Error in login','2017-09-04 08:29:18','failed','new'),(1406,'185.165.29.138','Error in login','2017-09-04 08:29:33','failed','new'),(1407,'185.165.29.138','Error in login','2017-09-04 08:30:04','failed','new'),(1408,'185.165.29.138','Error in login','2017-09-04 08:30:18','failed','new'),(1409,'185.165.29.138','Error in login','2017-09-04 08:30:33','failed','new'),(1410,'185.165.29.138','Error in login','2017-09-04 08:30:46','failed','new'),(1411,'185.165.29.138','Error in login','2017-09-04 08:30:59','failed','new'),(1412,'185.165.29.138','Error in login','2017-09-04 08:31:12','failed','new'),(1413,'185.165.29.138','Error in login','2017-09-04 08:31:26','failed','new'),(1414,'185.165.29.138','Error in login','2017-09-04 08:31:39','failed','new'),(1415,'185.165.29.138','Error in login','2017-09-04 08:31:51','failed','new'),(1416,'185.165.29.138','Error in login','2017-09-04 08:32:04','failed','new'),(1417,'185.165.29.138','Error in login','2017-09-04 08:32:18','failed','new'),(1418,'185.165.29.138','Error in login','2017-09-04 08:32:31','failed','new'),(1419,'185.165.29.138','Error in login','2017-09-04 08:32:45','failed','new'),(1420,'185.165.29.138','Error in login','2017-09-04 08:32:58','failed','new'),(1421,'185.165.29.138','Error in login','2017-09-04 08:33:11','failed','new'),(1422,'185.165.29.138','Error in login','2017-09-04 08:33:24','failed','new'),(1423,'185.165.29.138','Error in login','2017-09-04 08:33:37','failed','new'),(1424,'185.165.29.138','Error in login','2017-09-04 08:33:49','failed','new'),(1425,'185.165.29.138','Error in login','2017-09-04 08:34:01','failed','new'),(1426,'185.165.29.138','Error in login','2017-09-04 08:34:14','failed','new'),(1427,'185.165.29.138','Error in login','2017-09-04 08:34:27','failed','new'),(1428,'185.165.29.138','Error in login','2017-09-04 08:34:45','failed','new'),(1429,'185.165.29.138','Error in login','2017-09-04 08:34:49','failed','new'),(1430,'185.165.29.138','Error in login','2017-09-04 08:35:02','failed','new'),(1431,'185.165.29.138','Error in login','2017-09-04 08:35:15','failed','new'),(1432,'185.165.29.138','Error in login','2017-09-04 08:35:28','failed','new'),(1433,'185.165.29.138','Error in login','2017-09-04 08:35:41','failed','new'),(1434,'185.165.29.138','Error in login','2017-09-04 08:35:53','failed','new'),(1435,'185.165.29.138','Error in login','2017-09-04 08:36:06','failed','new'),(1436,'185.165.29.138','Error in login','2017-09-04 08:36:19','failed','new'),(1437,'185.165.29.138','Error in login','2017-09-04 08:36:31','failed','new'),(1438,'185.165.29.138','Error in login','2017-09-04 08:36:44','failed','new'),(1439,'185.165.29.138','Error in login','2017-09-04 08:36:57','failed','new'),(1440,'185.165.29.138','Error in login','2017-09-04 08:37:10','failed','new'),(1441,'185.165.29.138','Error in login','2017-09-04 08:37:23','failed','new'),(1442,'185.165.29.138','Error in login','2017-09-04 08:37:36','failed','new'),(1443,'185.165.29.138','Error in login','2017-09-04 08:37:48','failed','new'),(1444,'185.165.29.138','Error in login','2017-09-04 08:38:06','failed','new'),(1445,'185.165.29.138','Error in login','2017-09-04 08:38:22','failed','new'),(1446,'185.165.29.138','Error in login','2017-09-04 08:38:34','failed','new'),(1447,'185.165.29.138','Error in login','2017-09-04 08:38:47','failed','new'),(1448,'185.165.29.138','Error in login','2017-09-04 08:38:59','failed','new'),(1449,'185.165.29.138','Error in login','2017-09-04 08:39:11','failed','new'),(1450,'185.165.29.138','Error in login','2017-09-04 08:39:24','failed','new'),(1451,'185.165.29.138','Error in login','2017-09-04 08:39:39','failed','new'),(1452,'185.165.29.138','Error in login','2017-09-04 08:39:51','failed','new'),(1453,'185.165.29.138','Error in login','2017-09-04 08:40:04','failed','new'),(1454,'185.165.29.138','Error in login','2017-09-04 08:40:16','failed','new'),(1455,'185.165.29.138','Error in login','2017-09-04 08:40:28','failed','new'),(1456,'185.165.29.138','Error in login','2017-09-04 08:40:40','failed','new'),(1457,'185.165.29.138','Error in login','2017-09-04 08:40:53','failed','new'),(1458,'185.165.29.138','Error in login','2017-09-04 08:41:05','failed','new'),(1459,'185.165.29.138','Error in login','2017-09-04 08:41:18','failed','new'),(1460,'185.165.29.138','Error in login','2017-09-04 08:41:30','failed','new'),(1461,'185.165.29.138','Error in login','2017-09-04 08:41:43','failed','new'),(1462,'185.165.29.138','Error in login','2017-09-04 08:41:55','failed','new'),(1463,'185.165.29.138','Error in login','2017-09-04 08:42:08','failed','new'),(1464,'185.165.29.138','Error in login','2017-09-04 08:42:20','failed','new'),(1465,'185.165.29.138','Error in login','2017-09-04 08:42:32','failed','new'),(1466,'185.165.29.138','Error in login','2017-09-04 08:42:45','failed','new'),(1467,'185.165.29.138','Error in login','2017-09-04 08:42:57','failed','new'),(1468,'185.165.29.138','Error in login','2017-09-04 08:43:09','failed','new'),(1469,'185.165.29.138','Error in login','2017-09-04 08:43:22','failed','new'),(1470,'185.165.29.138','Error in login','2017-09-04 08:43:34','failed','new'),(1471,'185.165.29.138','Error in login','2017-09-04 08:43:46','failed','new'),(1472,'185.165.29.138','Error in login','2017-09-04 08:43:58','failed','new'),(1473,'185.165.29.138','Error in login','2017-09-04 08:44:10','failed','new'),(1474,'185.165.29.138','Error in login','2017-09-04 08:44:22','failed','new'),(1475,'185.165.29.138','Error in login','2017-09-04 08:44:34','failed','new'),(1476,'185.165.29.138','Error in login','2017-09-04 08:44:46','failed','new'),(1477,'185.165.29.138','Error in login','2017-09-04 08:44:57','failed','new'),(1478,'185.165.29.138','Error in login','2017-09-04 08:45:09','failed','new'),(1479,'185.165.29.138','Error in login','2017-09-04 08:45:26','failed','new'),(1480,'185.165.29.138','Error in login','2017-09-04 08:45:37','failed','new'),(1481,'185.165.29.138','Error in login','2017-09-04 08:45:59','failed','new'),(1482,'185.165.29.138','Error in login','2017-09-04 08:46:12','failed','new'),(1483,'185.165.29.138','Error in login','2017-09-04 08:46:29','failed','new'),(1484,'185.165.29.138','Error in login','2017-09-04 08:46:40','failed','new'),(1485,'185.165.29.138','Error in login','2017-09-04 08:46:52','failed','new'),(1486,'185.165.29.138','Error in login','2017-09-04 08:47:04','failed','new'),(1487,'185.165.29.138','Error in login','2017-09-04 08:47:16','failed','new'),(1488,'185.165.29.138','Error in login','2017-09-04 08:47:29','failed','new'),(1489,'185.165.29.138','Error in login','2017-09-04 08:47:42','failed','new'),(1490,'185.165.29.138','Error in login','2017-09-04 08:48:06','failed','new'),(1491,'174.205.1.85','Login success','2017-09-04 17:41:00','success','new'),(1492,'104.168.144.151','Error in login','2017-09-05 09:03:04','failed','new'),(1493,'104.168.144.151','Error in login','2017-09-05 09:03:06','failed','new'),(1494,'104.168.144.151','Error in login','2017-09-05 09:03:07','failed','new'),(1495,'104.168.144.151','Error in login','2017-09-05 09:03:09','failed','new'),(1496,'104.168.144.151','Error in login','2017-09-05 09:03:10','failed','new'),(1497,'104.168.144.151','Error in login','2017-09-05 09:03:12','failed','new'),(1498,'104.168.144.151','Error in login','2017-09-05 09:03:14','failed','new'),(1499,'104.168.144.151','Error in login','2017-09-05 09:03:15','failed','new'),(1500,'104.168.144.151','Error in login','2017-09-05 09:03:17','failed','new'),(1501,'104.168.144.151','Error in login','2017-09-05 09:03:19','failed','new'),(1502,'104.168.144.151','Error in login','2017-09-05 09:03:20','failed','new'),(1503,'104.168.144.151','Error in login','2017-09-05 09:03:21','failed','new'),(1504,'104.168.144.151','Error in login','2017-09-05 09:03:23','failed','new'),(1505,'104.168.144.151','Error in login','2017-09-05 09:03:25','failed','new'),(1506,'104.168.144.151','Error in login','2017-09-05 09:03:26','failed','new'),(1507,'104.168.144.151','Error in login','2017-09-05 09:03:28','failed','new'),(1508,'104.168.144.151','Error in login','2017-09-05 09:03:30','failed','new'),(1509,'104.168.144.151','Error in login','2017-09-05 09:03:31','failed','new'),(1510,'104.168.144.151','Error in login','2017-09-05 09:03:32','failed','new'),(1511,'104.168.144.151','Error in login','2017-09-05 09:03:34','failed','new'),(1512,'104.168.144.151','Error in login','2017-09-05 09:03:36','failed','new'),(1513,'104.168.144.151','Error in login','2017-09-05 09:03:37','failed','new'),(1514,'104.168.144.151','Error in login','2017-09-05 09:03:40','failed','new'),(1515,'104.168.144.151','Error in login','2017-09-05 09:03:42','failed','new'),(1516,'104.168.144.151','Error in login','2017-09-05 09:03:44','failed','new'),(1517,'104.168.144.151','Error in login','2017-09-05 09:03:46','failed','new'),(1518,'104.168.144.151','Error in login','2017-09-05 09:03:48','failed','new'),(1519,'104.168.144.151','Error in login','2017-09-05 09:03:49','failed','new'),(1520,'104.168.144.151','Error in login','2017-09-05 09:03:51','failed','new'),(1521,'104.168.144.151','Error in login','2017-09-05 09:03:52','failed','new'),(1522,'104.168.144.151','Error in login','2017-09-05 09:03:53','failed','new'),(1523,'104.168.144.151','Error in login','2017-09-05 09:03:55','failed','new'),(1524,'104.168.144.151','Error in login','2017-09-05 09:03:56','failed','new'),(1525,'104.168.144.151','Error in login','2017-09-05 09:03:57','failed','new'),(1526,'104.168.144.151','Error in login','2017-09-05 09:03:59','failed','new'),(1527,'104.168.144.151','Error in login','2017-09-05 09:04:00','failed','new'),(1528,'104.168.144.151','Error in login','2017-09-05 09:04:01','failed','new'),(1529,'104.168.144.151','Error in login','2017-09-05 09:04:04','failed','new'),(1530,'104.168.144.151','Error in login','2017-09-05 09:04:05','failed','new'),(1531,'104.168.144.151','Error in login','2017-09-05 09:04:07','failed','new'),(1532,'104.168.144.151','Error in login','2017-09-05 09:04:08','failed','new'),(1533,'104.168.144.151','Error in login','2017-09-05 09:04:09','failed','new'),(1534,'104.168.144.151','Error in login','2017-09-05 09:04:10','failed','new'),(1535,'104.168.144.151','Error in login','2017-09-05 09:04:11','failed','new'),(1536,'104.168.144.151','Error in login','2017-09-05 09:04:13','failed','new'),(1537,'104.168.144.151','Error in login','2017-09-05 09:04:14','failed','new'),(1538,'104.168.144.151','Error in login','2017-09-05 09:04:15','failed','new'),(1539,'104.168.144.151','Error in login','2017-09-05 09:04:16','failed','new'),(1540,'104.168.144.151','Error in login','2017-09-05 09:04:17','failed','new'),(1541,'104.168.144.151','Error in login','2017-09-05 09:04:19','failed','new'),(1542,'104.168.144.151','Error in login','2017-09-05 09:04:20','failed','new'),(1543,'104.168.144.151','Error in login','2017-09-05 09:04:21','failed','new'),(1544,'104.168.144.151','Error in login','2017-09-05 09:04:23','failed','new'),(1545,'104.168.144.151','Error in login','2017-09-05 09:04:24','failed','new'),(1546,'104.168.144.151','Error in login','2017-09-05 09:04:25','failed','new'),(1547,'104.168.144.151','Error in login','2017-09-05 09:04:27','failed','new'),(1548,'104.168.144.151','Error in login','2017-09-05 09:04:29','failed','new'),(1549,'104.168.144.151','Error in login','2017-09-05 09:04:30','failed','new'),(1550,'104.168.144.151','Error in login','2017-09-05 09:04:32','failed','new'),(1551,'104.168.144.151','Error in login','2017-09-05 09:04:33','failed','new'),(1552,'104.168.144.151','Error in login','2017-09-05 09:04:34','failed','new'),(1553,'104.168.144.151','Error in login','2017-09-05 09:04:36','failed','new'),(1554,'104.168.144.151','Error in login','2017-09-05 09:04:37','failed','new'),(1555,'104.168.144.151','Error in login','2017-09-05 09:04:39','failed','new'),(1556,'104.168.144.151','Error in login','2017-09-05 09:04:40','failed','new'),(1557,'104.168.144.151','Error in login','2017-09-05 09:04:41','failed','new'),(1558,'104.168.144.151','Error in login','2017-09-05 09:04:43','failed','new'),(1559,'104.168.144.151','Error in login','2017-09-05 09:04:44','failed','new'),(1560,'104.168.144.151','Error in login','2017-09-05 09:04:46','failed','new'),(1561,'104.168.144.151','Error in login','2017-09-05 09:04:47','failed','new'),(1562,'104.168.144.151','Error in login','2017-09-05 09:04:49','failed','new'),(1563,'104.168.144.151','Error in login','2017-09-05 09:04:50','failed','new'),(1564,'104.168.144.151','Error in login','2017-09-05 09:04:52','failed','new'),(1565,'104.168.144.151','Error in login','2017-09-05 09:04:53','failed','new'),(1566,'104.168.144.151','Error in login','2017-09-05 09:04:55','failed','new'),(1567,'181.114.9.26','Error in login','2017-09-05 16:56:31','failed','new'),(1568,'195.22.126.98','Login success','2017-09-05 22:31:39','success','new'),(1569,'185.154.12.243','Error in login','2017-09-06 08:10:30','failed','new'),(1570,'107.178.113.231','Error in login','2017-09-08 03:45:38','failed','new'),(1571,'107.178.113.231','Error in login','2017-09-08 03:45:41','failed','new'),(1572,'107.178.113.231','Error in login','2017-09-08 03:45:45','failed','new'),(1573,'107.178.113.231','Error in login','2017-09-08 03:45:50','failed','new'),(1574,'107.178.113.231','Error in login','2017-09-08 03:45:54','failed','new'),(1575,'107.178.113.231','Error in login','2017-09-08 03:45:57','failed','new'),(1576,'107.178.113.231','Error in login','2017-09-08 03:46:01','failed','new'),(1577,'107.178.113.231','Error in login','2017-09-08 03:46:06','failed','new'),(1578,'107.178.113.231','Error in login','2017-09-08 03:46:20','failed','new'),(1579,'107.178.113.231','Error in login','2017-09-08 03:46:22','failed','new'),(1580,'107.178.113.231','Error in login','2017-09-08 03:46:25','failed','new'),(1581,'107.178.113.231','Error in login','2017-09-08 03:46:27','failed','new'),(1582,'107.178.113.231','Error in login','2017-09-08 03:46:30','failed','new'),(1583,'107.178.113.231','Error in login','2017-09-08 03:46:31','failed','new'),(1584,'107.178.113.231','Error in login','2017-09-08 03:46:33','failed','new'),(1585,'107.178.113.231','Error in login','2017-09-08 03:46:35','failed','new'),(1586,'107.178.113.231','Error in login','2017-09-08 03:46:37','failed','new'),(1587,'107.178.113.231','Error in login','2017-09-08 03:46:41','failed','new'),(1588,'107.178.113.231','Error in login','2017-09-08 03:46:43','failed','new'),(1589,'107.178.113.231','Error in login','2017-09-08 03:46:46','failed','new'),(1590,'107.178.113.231','Error in login','2017-09-08 03:46:50','failed','new'),(1591,'107.178.113.231','Error in login','2017-09-08 03:46:53','failed','new'),(1592,'107.178.113.231','Error in login','2017-09-08 03:46:55','failed','new'),(1593,'107.178.113.231','Error in login','2017-09-08 03:46:58','failed','new'),(1594,'107.178.113.231','Error in login','2017-09-08 03:47:02','failed','new'),(1595,'107.178.113.231','Error in login','2017-09-08 03:47:05','failed','new'),(1596,'107.178.113.231','Error in login','2017-09-08 03:47:07','failed','new'),(1597,'107.178.113.231','Error in login','2017-09-08 03:47:12','failed','new'),(1598,'107.178.113.231','Error in login','2017-09-08 03:47:15','failed','new'),(1599,'107.178.113.231','Error in login','2017-09-08 03:47:19','failed','new'),(1600,'107.178.113.231','Error in login','2017-09-08 03:47:23','failed','new'),(1601,'107.178.113.231','Error in login','2017-09-08 03:47:29','failed','new'),(1602,'107.178.113.231','Error in login','2017-09-08 03:47:32','failed','new'),(1603,'107.178.113.231','Error in login','2017-09-08 03:47:35','failed','new'),(1604,'107.178.113.231','Error in login','2017-09-08 03:47:37','failed','new'),(1605,'107.178.113.231','Error in login','2017-09-08 03:47:39','failed','new'),(1606,'107.178.113.231','Error in login','2017-09-08 03:47:42','failed','new'),(1607,'107.178.113.231','Error in login','2017-09-08 03:47:43','failed','new'),(1608,'107.178.113.231','Error in login','2017-09-08 03:47:45','failed','new'),(1609,'107.178.113.231','Error in login','2017-09-08 03:47:47','failed','new'),(1610,'107.178.113.231','Error in login','2017-09-08 03:47:59','failed','new'),(1611,'107.178.113.231','Error in login','2017-09-08 03:48:02','failed','new'),(1612,'107.178.113.231','Error in login','2017-09-08 03:48:05','failed','new'),(1613,'107.178.113.231','Error in login','2017-09-08 03:48:07','failed','new'),(1614,'107.178.113.231','Error in login','2017-09-08 03:48:10','failed','new'),(1615,'107.178.113.231','Error in login','2017-09-08 03:48:12','failed','new'),(1616,'107.178.113.231','Error in login','2017-09-08 03:48:14','failed','new'),(1617,'107.178.113.231','Error in login','2017-09-08 03:48:16','failed','new'),(1618,'107.178.113.231','Error in login','2017-09-08 03:48:17','failed','new'),(1619,'107.178.113.231','Error in login','2017-09-08 03:48:20','failed','new'),(1620,'107.178.113.231','Error in login','2017-09-08 03:48:23','failed','new'),(1621,'107.178.113.231','Error in login','2017-09-08 03:48:25','failed','new'),(1622,'107.178.113.231','Error in login','2017-09-08 03:48:27','failed','new'),(1623,'107.178.113.231','Error in login','2017-09-08 03:48:30','failed','new'),(1624,'107.178.113.231','Error in login','2017-09-08 03:48:33','failed','new'),(1625,'107.178.113.231','Error in login','2017-09-08 03:48:37','failed','new'),(1626,'107.178.113.231','Error in login','2017-09-08 03:48:40','failed','new'),(1627,'107.178.113.231','Error in login','2017-09-08 03:48:42','failed','new'),(1628,'107.178.113.231','Error in login','2017-09-08 03:48:44','failed','new'),(1629,'107.178.113.231','Error in login','2017-09-08 03:48:46','failed','new'),(1630,'107.178.113.231','Error in login','2017-09-08 03:48:49','failed','new'),(1631,'107.178.113.231','Error in login','2017-09-08 03:48:51','failed','new'),(1632,'107.178.113.231','Error in login','2017-09-08 03:48:54','failed','new'),(1633,'107.178.113.231','Error in login','2017-09-08 03:48:57','failed','new'),(1634,'107.178.113.231','Error in login','2017-09-08 03:48:59','failed','new'),(1635,'107.178.113.231','Error in login','2017-09-08 03:49:01','failed','new'),(1636,'107.178.113.231','Error in login','2017-09-08 03:49:07','failed','new'),(1637,'107.178.113.231','Error in login','2017-09-08 03:49:11','failed','new'),(1638,'107.178.113.231','Error in login','2017-09-08 03:49:20','failed','new'),(1639,'107.178.113.231','Error in login','2017-09-08 03:49:23','failed','new'),(1640,'107.178.113.231','Error in login','2017-09-08 03:49:28','failed','new'),(1641,'107.178.113.231','Error in login','2017-09-08 03:50:30','failed','new'),(1642,'107.178.113.231','Error in login','2017-09-08 03:50:32','failed','new'),(1643,'107.178.113.231','Error in login','2017-09-08 03:50:34','failed','new'),(1644,'107.178.113.231','Error in login','2017-09-08 03:50:35','failed','new'),(1645,'107.178.113.231','Error in login','2017-09-08 03:50:37','failed','new'),(1646,'107.178.113.231','Error in login','2017-09-08 03:50:38','failed','new'),(1647,'107.178.113.231','Error in login','2017-09-08 03:50:39','failed','new'),(1648,'107.178.113.231','Error in login','2017-09-08 03:50:41','failed','new'),(1649,'107.178.113.231','Error in login','2017-09-08 03:50:43','failed','new'),(1650,'107.178.113.231','Error in login','2017-09-08 03:50:44','failed','new'),(1651,'107.178.113.231','Error in login','2017-09-08 03:50:46','failed','new'),(1652,'107.178.113.231','Error in login','2017-09-08 03:50:48','failed','new'),(1653,'107.178.113.231','Error in login','2017-09-08 03:50:50','failed','new'),(1654,'107.178.113.231','Error in login','2017-09-08 03:50:52','failed','new'),(1655,'107.178.113.231','Error in login','2017-09-08 03:50:53','failed','new'),(1656,'107.178.113.231','Error in login','2017-09-08 03:50:55','failed','new'),(1657,'107.178.113.231','Error in login','2017-09-08 03:50:56','failed','new'),(1658,'107.178.113.231','Error in login','2017-09-08 03:50:58','failed','new'),(1659,'107.178.113.231','Error in login','2017-09-08 03:51:01','failed','new'),(1660,'107.178.113.231','Error in login','2017-09-08 03:51:04','failed','new'),(1661,'107.178.113.231','Error in login','2017-09-08 03:51:05','failed','new'),(1662,'107.178.113.231','Error in login','2017-09-08 03:51:07','failed','new'),(1663,'107.178.113.231','Error in login','2017-09-08 03:51:09','failed','new'),(1664,'107.178.113.231','Error in login','2017-09-08 03:51:10','failed','new'),(1665,'107.178.113.231','Error in login','2017-09-08 03:51:12','failed','new'),(1666,'107.178.113.231','Error in login','2017-09-08 03:51:13','failed','new'),(1667,'107.178.113.231','Error in login','2017-09-08 03:51:15','failed','new'),(1668,'107.178.113.231','Error in login','2017-09-08 03:51:17','failed','new'),(1669,'107.178.113.231','Error in login','2017-09-08 03:51:19','failed','new'),(1670,'107.178.113.231','Error in login','2017-09-08 03:51:21','failed','new'),(1671,'107.178.113.231','Error in login','2017-09-08 03:51:23','failed','new'),(1672,'107.178.113.231','Error in login','2017-09-08 03:51:26','failed','new'),(1673,'107.178.113.231','Error in login','2017-09-08 03:51:29','failed','new'),(1674,'5.61.44.59','Login success','2017-09-08 06:26:17','success','new'),(1675,'185.189.113.185','Error in login','2017-09-08 08:26:40','failed','new'),(1676,'185.189.113.185','Error in login','2017-09-08 08:26:42','failed','new'),(1677,'185.189.113.185','Error in login','2017-09-08 08:26:42','failed','new'),(1678,'62.210.152.119','Error in login','2017-09-09 02:51:18','failed','new'),(1679,'62.210.152.119','Error in login','2017-09-09 02:51:19','failed','new'),(1680,'62.210.152.119','Error in login','2017-09-09 02:51:21','failed','new'),(1681,'62.210.152.119','Error in login','2017-09-09 02:51:23','failed','new'),(1682,'62.210.152.119','Error in login','2017-09-09 02:51:25','failed','new'),(1683,'62.210.152.119','Error in login','2017-09-09 02:51:27','failed','new'),(1684,'62.210.152.119','Error in login','2017-09-09 02:51:29','failed','new'),(1685,'62.210.152.119','Error in login','2017-09-09 02:51:30','failed','new'),(1686,'62.210.152.119','Error in login','2017-09-09 02:51:32','failed','new'),(1687,'62.210.152.119','Error in login','2017-09-09 02:51:33','failed','new'),(1688,'62.210.152.119','Error in login','2017-09-09 02:51:34','failed','new'),(1689,'62.210.152.119','Error in login','2017-09-09 02:51:36','failed','new'),(1690,'62.210.152.119','Error in login','2017-09-09 02:51:38','failed','new'),(1691,'62.210.152.119','Error in login','2017-09-09 02:51:39','failed','new'),(1692,'62.210.152.119','Error in login','2017-09-09 02:51:40','failed','new'),(1693,'62.210.152.119','Error in login','2017-09-09 02:51:42','failed','new'),(1694,'62.210.152.119','Error in login','2017-09-09 02:51:44','failed','new'),(1695,'62.210.152.119','Error in login','2017-09-09 02:51:45','failed','new'),(1696,'62.210.152.119','Error in login','2017-09-09 02:51:46','failed','new'),(1697,'62.210.152.119','Error in login','2017-09-09 02:51:48','failed','new'),(1698,'62.210.152.119','Error in login','2017-09-09 02:51:49','failed','new'),(1699,'62.210.152.119','Error in login','2017-09-09 02:51:51','failed','new'),(1700,'62.210.152.119','Error in login','2017-09-09 02:51:53','failed','new'),(1701,'62.210.152.119','Error in login','2017-09-09 02:51:55','failed','new'),(1702,'62.210.152.119','Error in login','2017-09-09 02:51:57','failed','new'),(1703,'62.210.152.119','Error in login','2017-09-09 02:51:59','failed','new'),(1704,'62.210.152.119','Error in login','2017-09-09 02:52:02','failed','new'),(1705,'62.210.152.119','Error in login','2017-09-09 02:52:05','failed','new'),(1706,'62.210.152.119','Error in login','2017-09-09 02:52:06','failed','new'),(1707,'62.210.152.119','Error in login','2017-09-09 02:52:08','failed','new'),(1708,'62.210.152.119','Error in login','2017-09-09 02:52:10','failed','new'),(1709,'62.210.152.119','Error in login','2017-09-09 02:52:11','failed','new'),(1710,'62.210.152.119','Error in login','2017-09-09 02:52:12','failed','new'),(1711,'62.210.152.119','Error in login','2017-09-09 02:52:14','failed','new'),(1712,'62.210.152.119','Error in login','2017-09-09 02:52:15','failed','new'),(1713,'62.210.152.119','Error in login','2017-09-09 02:52:17','failed','new'),(1714,'62.210.152.119','Error in login','2017-09-09 02:52:18','failed','new'),(1715,'62.210.152.119','Error in login','2017-09-09 02:52:50','failed','new'),(1716,'62.210.152.119','Error in login','2017-09-09 02:52:51','failed','new'),(1717,'62.210.152.119','Error in login','2017-09-09 02:52:53','failed','new'),(1718,'62.210.152.119','Error in login','2017-09-09 02:52:54','failed','new'),(1719,'62.210.152.119','Error in login','2017-09-09 02:52:56','failed','new'),(1720,'62.210.152.119','Error in login','2017-09-09 02:52:58','failed','new'),(1721,'62.210.152.119','Error in login','2017-09-09 02:53:00','failed','new'),(1722,'62.210.152.119','Error in login','2017-09-09 02:53:01','failed','new'),(1723,'62.210.152.119','Error in login','2017-09-09 02:53:04','failed','new'),(1724,'62.210.152.119','Error in login','2017-09-09 02:53:06','failed','new'),(1725,'62.210.152.119','Error in login','2017-09-09 02:53:07','failed','new'),(1726,'62.210.152.119','Error in login','2017-09-09 02:53:09','failed','new'),(1727,'62.210.152.119','Error in login','2017-09-09 02:53:10','failed','new'),(1728,'62.210.152.119','Error in login','2017-09-09 02:53:12','failed','new'),(1729,'62.210.152.119','Error in login','2017-09-09 02:53:14','failed','new'),(1730,'62.210.152.119','Error in login','2017-09-09 02:53:15','failed','new'),(1731,'62.210.152.119','Error in login','2017-09-09 02:53:17','failed','new'),(1732,'62.210.152.119','Error in login','2017-09-09 02:53:19','failed','new'),(1733,'62.210.152.119','Error in login','2017-09-09 02:53:20','failed','new'),(1734,'62.210.152.119','Error in login','2017-09-09 02:53:21','failed','new'),(1735,'62.210.152.119','Error in login','2017-09-09 02:53:23','failed','new'),(1736,'62.210.152.119','Error in login','2017-09-09 02:53:24','failed','new'),(1737,'62.210.152.119','Error in login','2017-09-09 02:53:26','failed','new'),(1738,'62.210.152.119','Error in login','2017-09-09 02:53:27','failed','new'),(1739,'62.210.152.119','Error in login','2017-09-09 02:53:28','failed','new'),(1740,'62.210.152.119','Error in login','2017-09-09 02:53:29','failed','new'),(1741,'62.210.152.119','Error in login','2017-09-09 02:53:31','failed','new'),(1742,'62.210.152.119','Error in login','2017-09-09 02:53:32','failed','new'),(1743,'62.210.152.119','Error in login','2017-09-09 02:53:34','failed','new'),(1744,'62.210.152.119','Error in login','2017-09-09 02:53:35','failed','new'),(1745,'62.210.152.119','Error in login','2017-09-09 02:53:36','failed','new'),(1746,'62.210.152.119','Error in login','2017-09-09 02:53:38','failed','new'),(1747,'62.210.152.119','Error in login','2017-09-09 02:53:39','failed','new'),(1748,'62.210.152.119','Error in login','2017-09-09 02:53:40','failed','new'),(1749,'62.210.152.119','Error in login','2017-09-09 02:53:42','failed','new'),(1750,'62.210.152.119','Error in login','2017-09-09 02:53:43','failed','new'),(1751,'62.210.152.119','Error in login','2017-09-09 02:53:44','failed','new'),(1752,'62.210.152.119','Error in login','2017-09-09 02:53:45','failed','new'),(1753,'62.210.152.119','Error in login','2017-09-09 02:53:47','failed','new'),(1754,'62.210.152.119','Error in login','2017-09-09 02:53:48','failed','new'),(1755,'62.210.152.119','Error in login','2017-09-09 02:53:49','failed','new'),(1756,'62.210.152.119','Error in login','2017-09-09 02:53:50','failed','new'),(1757,'62.210.152.119','Error in login','2017-09-09 02:53:52','failed','new'),(1758,'62.210.152.119','Error in login','2017-09-09 02:53:53','failed','new'),(1759,'62.210.152.119','Error in login','2017-09-09 02:53:54','failed','new'),(1760,'62.210.152.119','Error in login','2017-09-09 02:53:55','failed','new'),(1761,'62.210.152.119','Error in login','2017-09-09 02:53:56','failed','new'),(1762,'62.210.152.119','Error in login','2017-09-09 02:53:58','failed','new'),(1763,'62.210.152.119','Error in login','2017-09-09 02:53:59','failed','new'),(1764,'62.210.152.119','Error in login','2017-09-09 02:54:01','failed','new'),(1765,'62.210.152.119','Error in login','2017-09-09 02:54:02','failed','new'),(1766,'62.210.152.119','Error in login','2017-09-09 02:54:04','failed','new'),(1767,'62.210.152.119','Error in login','2017-09-09 02:54:05','failed','new'),(1768,'62.210.152.119','Error in login','2017-09-09 02:54:07','failed','new'),(1769,'62.210.152.119','Error in login','2017-09-09 02:54:09','failed','new'),(1770,'62.210.152.119','Error in login','2017-09-09 02:54:10','failed','new'),(1771,'62.210.152.119','Error in login','2017-09-09 02:54:12','failed','new'),(1772,'62.210.152.119','Error in login','2017-09-09 02:54:13','failed','new'),(1773,'62.210.152.119','Error in login','2017-09-09 02:54:14','failed','new'),(1774,'62.210.152.119','Error in login','2017-09-09 02:54:15','failed','new'),(1775,'62.210.152.119','Error in login','2017-09-09 02:54:17','failed','new'),(1776,'62.210.152.119','Error in login','2017-09-09 02:54:18','failed','new'),(1777,'62.210.152.119','Error in login','2017-09-09 02:54:20','failed','new'),(1778,'62.210.152.119','Error in login','2017-09-09 02:54:22','failed','new'),(1779,'62.210.152.119','Error in login','2017-09-09 02:54:24','failed','new'),(1780,'62.210.152.119','Error in login','2017-09-09 02:54:28','failed','new'),(1781,'62.210.152.119','Error in login','2017-09-09 02:54:29','failed','new'),(1782,'69.143.34.19','Login success','2017-09-09 13:04:25','success','new'),(1783,'185.85.238.244','Error in login','2017-09-10 03:11:45','failed','new'),(1784,'212.91.205.142','Error in login','2017-09-10 06:30:41','failed','new'),(1785,'212.91.205.142','Error in login','2017-09-10 06:34:42','failed','new'),(1786,'212.91.205.142','Error in login','2017-09-10 06:37:33','failed','new'),(1787,'212.91.205.142','Error in login','2017-09-10 06:53:07','failed','new'),(1788,'212.91.205.142','Error in login','2017-09-10 22:23:31','failed','new'),(1789,'69.143.34.19','Login success','2017-09-13 11:06:01','success','new'),(1790,'198.51.197.174','Login success','2017-09-13 21:17:58','success','new'),(1791,'69.143.34.19','Login success','2017-09-16 03:27:34','success','new'),(1792,'178.204.87.233','Error in login','2017-09-21 06:10:11','failed','new'),(1793,'176.51.28.108','Error in login','2017-09-22 11:47:04','failed','new'),(1794,'198.51.197.174','Login success','2017-09-22 13:16:31','success','new'),(1795,'198.51.197.174','Login success','2017-09-22 13:16:37','success','new'),(1796,'69.143.35.179','Login success','2017-09-23 01:39:58','success','new'),(1797,'92.127.172.122','Error in login','2017-09-23 05:11:16','failed','new'),(1798,'83.149.47.133','Error in login','2017-09-23 11:03:29','failed','new'),(1799,'69.143.35.179','Login success','2017-09-25 04:20:27','success','new'),(1800,'84.200.17.87','Login success','2017-09-25 07:30:45','success','new'),(1801,'83.220.237.85','Error in login','2017-09-25 12:28:08','failed','new'),(1802,'77.34.10.29','Error in login','2017-09-25 22:59:04','failed','new'),(1803,'31.132.181.124','Error in login','2017-09-27 07:57:58','failed','new'),(1804,'69.143.35.179','Login success','2017-09-27 12:07:05','success','new'),(1805,'198.51.197.174','Login success','2017-09-27 22:23:23','success','new'),(1806,'185.85.239.110','Error in login','2017-09-29 20:25:52','failed','new'),(1807,'69.143.35.179','Login success','2017-09-30 00:54:51','success','new'),(1808,'109.238.239.238','Error in login','2017-09-30 08:06:51','failed','new'),(1809,'119.39.124.173','Error in login','2017-10-02 21:28:00','failed','new'),(1810,'69.143.35.179','Login success','2017-10-03 12:20:40','success','new'),(1811,'198.51.197.174','Login success','2017-10-06 18:27:58','success','new'),(1812,'195.22.126.98','Login success','2017-10-07 13:00:55','success','new'),(1813,'195.22.126.98','Login success','2017-10-12 19:35:46','success','new'),(1814,'195.22.126.98','Login success','2017-10-13 11:22:22','success','new'),(1815,'95.211.38.163','Login success','2017-10-14 19:50:21','success','new'),(1816,'113.95.184.107','Error in login','2017-10-14 22:51:56','failed','new'),(1817,'95.211.38.163','Login success','2017-10-15 00:50:32','success','new'),(1818,'95.211.38.163','Login success','2017-10-15 09:56:11','success','new'),(1819,'69.143.35.179','Login success','2017-10-15 12:28:13','success','new'),(1820,'95.211.38.163','Login success','2017-10-17 06:29:28','success','new'),(1821,'95.211.38.163','Login success','2017-10-17 12:41:28','success','new'),(1822,'89.28.167.23','Error in login','2017-10-17 12:58:02','failed','new'),(1823,'119.146.140.5','Error in login','2017-10-17 19:25:37','failed','new'),(1824,'69.143.35.179','Login success','2017-10-18 12:32:32','success','new'),(1825,'5.141.8.66','Error in login','2017-10-18 18:57:48','failed','new'),(1826,'95.211.38.163','Login success','2017-10-18 19:27:24','success','new'),(1827,'198.51.197.174','Login success','2017-10-19 00:26:41','success','new'),(1828,'78.106.39.21','Error in login','2017-10-19 05:05:25','failed','new'),(1829,'195.22.126.98','Login success','2017-10-19 06:56:32','success','new'),(1830,'188.232.63.105','Error in login','2017-10-19 11:15:13','failed','new'),(1831,'195.22.126.98','Login success','2017-10-19 18:30:16','success','new'),(1832,'174.205.19.49','Login success','2017-10-21 16:01:13','success','new'),(1833,'89.28.167.23','Error in login','2017-10-22 04:17:55','failed','new'),(1834,'94.228.207.147','Error in login','2017-10-22 12:20:17','failed','new'),(1835,'85.26.234.86','Error in login','2017-10-22 13:45:00','failed','new'),(1836,'195.22.126.98','Login success','2017-10-22 20:47:43','success','new'),(1837,'77.34.10.29','Error in login','2017-10-22 22:05:47','failed','new'),(1838,'69.143.35.179','Login success','2017-10-23 05:45:03','success','new'),(1839,'2.50.92.249','Login success','2018-11-03 17:49:16','success','new'),(1840,'14.186.168.148','Error in login','2019-04-10 17:57:22','failed','new'),(1841,'217.182.193.240','Error in login','2019-06-02 17:30:14','failed','new'),(1842,'78.142.211.111','Error in login','2019-06-15 15:15:02','failed','new'),(1843,'51.77.150.55','Error in login','2019-06-15 20:12:10','failed','new'),(1844,'188.226.133.180','Error in login','2019-06-16 02:53:36','failed','new'),(1845,'136.243.56.200','Error in login','2020-12-28 10:01:17','failed','new'),(1846,'134.213.27.96','Error in login','2020-12-28 10:01:20','failed','new'),(1847,'138.201.38.133','Error in login','2020-12-28 10:01:22','failed','new'),(1848,'64.91.240.53','Error in login','2021-05-03 11:30:34','failed','new'),(1849,'104.236.53.235','Error in login','2021-05-03 11:30:37','failed','new'),(1850,'206.189.142.236','Error in login','2021-05-03 11:30:41','failed','new');
/*!40000 ALTER TABLE `lwz_login_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_maxbuttons_collections`
--
DROP TABLE IF EXISTS `lwz_maxbuttons_collections`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_maxbuttons_collections` (
`meta_id` int(11) NOT NULL AUTO_INCREMENT,
`collection_id` int(11) NOT NULL,
`collection_key` varchar(255) DEFAULT NULL,
`collection_value` text,
PRIMARY KEY (`meta_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_maxbuttons_collections`
--
LOCK TABLES `lwz_maxbuttons_collections` WRITE;
/*!40000 ALTER TABLE `lwz_maxbuttons_collections` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_maxbuttons_collections` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_maxbuttons_collections_trans`
--
DROP TABLE IF EXISTS `lwz_maxbuttons_collections_trans`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_maxbuttons_collections_trans` (
`name` varchar(1000) DEFAULT NULL,
`value` varchar(255) DEFAULT NULL,
`expire` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_maxbuttons_collections_trans`
--
LOCK TABLES `lwz_maxbuttons_collections_trans` WRITE;
/*!40000 ALTER TABLE `lwz_maxbuttons_collections_trans` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_maxbuttons_collections_trans` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_maxbuttonsv3`
--
DROP TABLE IF EXISTS `lwz_maxbuttonsv3`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_maxbuttonsv3` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(100) DEFAULT NULL,
`status` varchar(10) NOT NULL DEFAULT 'publish',
`cache` text,
`basic` text,
`color` text,
`dimension` text,
`border` text,
`gradient` text,
`text` text,
`icon` text,
`container` text,
`advanced` text,
`responsive` text,
`meta` text,
`updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`created` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_maxbuttonsv3`
--
LOCK TABLES `lwz_maxbuttonsv3` WRITE;
/*!40000 ALTER TABLE `lwz_maxbuttonsv3` DISABLE KEYS */;
INSERT INTO `lwz_maxbuttonsv3` VALUES (1,'Youth Coordinator','publish','.maxbutton-1.maxbutton.maxbutton-youth-coordinator{position:relative;text-decoration:none;display:inline-block;border-color:#505ac7;width:160px;height:50px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-style:solid;border-width:2px;background-color:rgba(39, 65, 166, 1);-webkit-box-shadow:0px 0px 2px 0px #333;-moz-box-shadow:0px 0px 2px 0px #333;box-shadow:0px 0px 2px 0px #333}.maxbutton-1.maxbutton:hover.maxbutton-youth-coordinator{border-color:#505ac7;background-color:rgba(39, 65, 166, 1);-webkit-box-shadow:0px 0px 2px 0px #333;-moz-box-shadow:0px 0px 2px 0px #333;box-shadow:0px 0px 2px 0px #333}.maxbutton-1.maxbutton.maxbutton-youth-coordinator .mb-text{color:#fff;font-family:Arial;font-size:15px;text-align:center;font-style:normal;font-weight:normal;padding-top:18px;padding-right:0px;padding-bottom:18px;padding-left:0px;line-height:1em;box-sizing:border-box;display:block;background-color:unset}.maxbutton-1.maxbutton:hover.maxbutton-youth-coordinator .mb-text{color:#fff}','{\"name\":\"Youth Coordinator\",\"status\":\"publish\",\"description\":\"\",\"url\":\"\",\"new_window\":\"1\",\"nofollow\":0}','{\"text_color\":\"#ffffff\",\"text_shadow_color\":\"#505ac7\",\"gradient_start_color\":\"#2741a6\",\"gradient_end_color\":\"#505ac7\",\"border_color\":\"#505ac7\",\"box_shadow_color\":\"#333333\",\"text_color_hover\":\"#ffffff\",\"text_shadow_color_hover\":\"#333333\",\"gradient_start_color_hover\":\"#2741a6\",\"gradient_end_color_hover\":\"#ffffff\",\"border_color_hover\":\"#505ac7\",\"box_shadow_color_hover\":\"#333333\",\"icon_color\":\"#ffffff\",\"icon_color_hover\":\"#2b469e\"}','{\"button_width\":160,\"button_height\":50}','{\"radius_top_left\":4,\"radius_top_right\":4,\"radius_bottom_left\":4,\"radius_bottom_right\":4,\"border_style\":\"solid\",\"border_width\":2,\"box_shadow_offset_left\":0,\"box_shadow_offset_top\":0,\"box_shadow_width\":2,\"box_shadow_spread\":0}','{\"gradient_stop\":\"45\",\"gradient_start_opacity\":\"100\",\"gradient_end_opacity\":\"100\",\"gradient_start_opacity_hover\":\"100\",\"gradient_end_opacity_hover\":\"100\",\"use_gradient\":\"0\"}','{\"text\":\"Email Program Coordinator\",\"font\":\"Arial\",\"font_size\":15,\"text_align\":\"center\",\"font_style\":\"normal\",\"font_weight\":\"normal\",\"text_shadow_offset_left\":0,\"text_shadow_offset_top\":0,\"text_shadow_width\":0,\"padding_top\":18,\"padding_right\":0,\"padding_bottom\":18,\"padding_left\":0}',NULL,'{\"container_enabled\":\"0\",\"container_center_div_wrap\":\"0\",\"container_width\":0,\"container_margin_top\":0,\"container_margin_right\":0,\"container_margin_bottom\":0,\"container_margin_left\":0,\"container_alignment\":\"\"}','{\"important_css\":\"0\",\"custom_rel\":\"\",\"extra_classes\":\"\",\"external_css\":\"0\"}','{\"media_query\":[],\"auto_responsive\":0}','{\"created\":1484519121,\"modified\":1484519121,\"user_created\":\"pr@zphiblgz.org\",\"user_modified\":\"pr@zphiblgz.org\",\"created_source\":\"editor\",\"user_edited\":\"true\",\"in_collections\":[],\"is_virtual\":\"\"}','2017-01-15 22:25:21','2017-01-16 05:25:21');
/*!40000 ALTER TABLE `lwz_maxbuttonsv3` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_nf3_action_meta`
--
DROP TABLE IF EXISTS `lwz_nf3_action_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_nf3_action_meta` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL,
`key` longtext NOT NULL,
`value` longtext,
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=165 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_nf3_action_meta`
--
LOCK TABLES `lwz_nf3_action_meta` WRITE;
/*!40000 ALTER TABLE `lwz_nf3_action_meta` DISABLE KEYS */;
INSERT INTO `lwz_nf3_action_meta` VALUES (1,1,'label','Store Submission'),(2,1,'objectType','Action'),(3,1,'objectDomain','actions'),(4,1,'editActive',''),(5,1,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(6,1,'payment_gateways',''),(7,1,'payment_total',''),(8,1,'tag',''),(9,1,'to',''),(10,1,'email_subject',''),(11,1,'email_message',''),(12,1,'from_name',''),(13,1,'from_address',''),(14,1,'reply_to',''),(15,1,'email_format','html'),(16,1,'cc',''),(17,1,'bcc',''),(18,1,'attach_csv',''),(19,1,'redirect_url',''),(20,1,'email_message_plain',''),(21,2,'label','Email Confirmation'),(22,2,'to','{field:email}'),(23,2,'subject','This is an email action.'),(24,2,'message','Hello, Ninja Forms!'),(25,2,'objectType','Action'),(26,2,'objectDomain','actions'),(27,2,'editActive',''),(28,2,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(29,2,'payment_gateways',''),(30,2,'payment_total',''),(31,2,'tag',''),(32,2,'email_subject','Submission Confirmation '),(33,2,'email_message','<p>{all_fields_table}<br></p>'),(34,2,'from_name',''),(35,2,'from_address',''),(36,2,'reply_to',''),(37,2,'email_format','html'),(38,2,'cc',''),(39,2,'bcc',''),(40,2,'attach_csv',''),(41,2,'email_message_plain',''),(42,3,'objectType','Action'),(43,3,'objectDomain','actions'),(44,3,'editActive',''),(45,3,'label','Email Notification'),(46,3,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(47,3,'payment_gateways',''),(48,3,'payment_total',''),(49,3,'tag',''),(50,3,'to','{system:admin_email}'),(51,3,'email_subject','New message from {field:name}'),(52,3,'email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>'),(53,3,'from_name',''),(54,3,'from_address',''),(55,3,'reply_to','{field:email}'),(56,3,'email_format','html'),(57,3,'cc',''),(58,3,'bcc',''),(59,3,'attach_csv','0'),(60,3,'email_message_plain',''),(61,4,'label','Success Message'),(62,4,'message','Thank you {field:name} for filling out my form!'),(63,4,'objectType','Action'),(64,4,'objectDomain','actions'),(65,4,'editActive',''),(66,4,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(67,4,'payment_gateways',''),(68,4,'payment_total',''),(69,4,'tag',''),(70,4,'to',''),(71,4,'email_subject',''),(72,4,'email_message',''),(73,4,'from_name',''),(74,4,'from_address',''),(75,4,'reply_to',''),(76,4,'email_format','html'),(77,4,'cc',''),(78,4,'bcc',''),(79,4,'attach_csv',''),(80,4,'redirect_url',''),(81,4,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),(82,4,'email_message_plain',''),(83,5,'label','Store Submission'),(84,5,'objectType','Action'),(85,5,'objectDomain','actions'),(86,5,'editActive',''),(87,5,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(88,5,'payment_gateways',''),(89,5,'payment_total',''),(90,5,'tag',''),(91,5,'to',''),(92,5,'email_subject',''),(93,5,'email_message',''),(94,5,'from_name',''),(95,5,'from_address',''),(96,5,'reply_to',''),(97,5,'email_format','html'),(98,5,'cc',''),(99,5,'bcc',''),(100,5,'attach_csv',''),(101,5,'redirect_url',''),(102,5,'email_message_plain',''),(103,6,'label','Email Confirmation'),(104,6,'to','{field:email}'),(105,6,'subject','This is an email action.'),(106,6,'message','Hello, Ninja Forms!'),(107,6,'objectType','Action'),(108,6,'objectDomain','actions'),(109,6,'editActive',''),(110,6,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(111,6,'payment_gateways',''),(112,6,'payment_total',''),(113,6,'tag',''),(114,6,'email_subject','Submission Confirmation '),(115,6,'email_message','<p>{all_fields_table}<br></p>'),(116,6,'from_name',''),(117,6,'from_address',''),(118,6,'reply_to',''),(119,6,'email_format','html'),(120,6,'cc',''),(121,6,'bcc',''),(122,6,'attach_csv',''),(123,6,'email_message_plain',''),(124,7,'objectType','Action'),(125,7,'objectDomain','actions'),(126,7,'editActive',''),(127,7,'label','Email Notification'),(128,7,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(129,7,'payment_gateways',''),(130,7,'payment_total',''),(131,7,'tag',''),(132,7,'to','{system:admin_email}'),(133,7,'email_subject','New message from {field:name}'),(134,7,'email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>'),(135,7,'from_name',''),(136,7,'from_address',''),(137,7,'reply_to','{field:email}'),(138,7,'email_format','html'),(139,7,'cc',''),(140,7,'bcc',''),(141,7,'attach_csv','0'),(142,7,'email_message_plain',''),(143,8,'label','Success Message'),(144,8,'message','Thank you {field:name} for filling out my form!'),(145,8,'objectType','Action'),(146,8,'objectDomain','actions'),(147,8,'editActive',''),(148,8,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(149,8,'payment_gateways',''),(150,8,'payment_total',''),(151,8,'tag',''),(152,8,'to',''),(153,8,'email_subject',''),(154,8,'email_message',''),(155,8,'from_name',''),(156,8,'from_address',''),(157,8,'reply_to',''),(158,8,'email_format','html'),(159,8,'cc',''),(160,8,'bcc',''),(161,8,'attach_csv',''),(162,8,'redirect_url',''),(163,8,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),(164,8,'email_message_plain','');
/*!40000 ALTER TABLE `lwz_nf3_action_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_nf3_actions`
--
DROP TABLE IF EXISTS `lwz_nf3_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_nf3_actions` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` longtext,
`key` longtext,
`type` longtext,
`active` tinyint(1) DEFAULT '1',
`parent_id` int(11) NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_nf3_actions`
--
LOCK TABLES `lwz_nf3_actions` WRITE;
/*!40000 ALTER TABLE `lwz_nf3_actions` DISABLE KEYS */;
INSERT INTO `lwz_nf3_actions` VALUES (1,'','','save',1,1,'2017-09-13 13:05:28','2017-09-13 07:05:28'),(2,'','','email',1,1,'2017-09-13 13:05:28','2017-09-13 07:05:28'),(3,'','','email',1,1,'2017-09-13 13:05:28','2017-09-13 07:05:28'),(4,'','','successmessage',1,1,'2017-09-13 13:05:28','2017-09-13 07:05:28'),(5,'','','save',1,2,'2017-09-13 13:17:58','2017-09-13 07:17:58'),(6,'','','email',1,2,'2017-09-13 13:17:58','2017-09-13 07:17:58'),(7,'','','email',1,2,'2017-09-13 13:17:58','2017-09-13 07:17:58'),(8,'','','successmessage',1,2,'2017-09-13 13:17:58','2017-09-13 07:17:58');
/*!40000 ALTER TABLE `lwz_nf3_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_nf3_chunks`
--
DROP TABLE IF EXISTS `lwz_nf3_chunks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_nf3_chunks` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(200) DEFAULT NULL,
`value` longtext,
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_nf3_chunks`
--
LOCK TABLES `lwz_nf3_chunks` WRITE;
/*!40000 ALTER TABLE `lwz_nf3_chunks` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_nf3_chunks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_nf3_field_meta`
--
DROP TABLE IF EXISTS `lwz_nf3_field_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_nf3_field_meta` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL,
`key` longtext NOT NULL,
`value` longtext,
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=253 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_nf3_field_meta`
--
LOCK TABLES `lwz_nf3_field_meta` WRITE;
/*!40000 ALTER TABLE `lwz_nf3_field_meta` DISABLE KEYS */;
INSERT INTO `lwz_nf3_field_meta` VALUES (1,1,'label_pos','above'),(2,1,'required','1'),(3,1,'order','1'),(4,1,'placeholder',''),(5,1,'default',''),(6,1,'wrapper_class',''),(7,1,'element_class',''),(8,1,'objectType','Field'),(9,1,'objectDomain','fields'),(10,1,'editActive',''),(11,1,'container_class',''),(12,1,'input_limit',''),(13,1,'input_limit_type','characters'),(14,1,'input_limit_msg','Character(s) left'),(15,1,'manual_key',''),(16,1,'disable_input',''),(17,1,'admin_label',''),(18,1,'help_text',''),(19,1,'desc_text',''),(20,1,'disable_browser_autocomplete',''),(21,1,'mask',''),(22,1,'custom_mask',''),(23,1,'wrap_styles_background-color',''),(24,1,'wrap_styles_border',''),(25,1,'wrap_styles_border-style',''),(26,1,'wrap_styles_border-color',''),(27,1,'wrap_styles_color',''),(28,1,'wrap_styles_height',''),(29,1,'wrap_styles_width',''),(30,1,'wrap_styles_font-size',''),(31,1,'wrap_styles_margin',''),(32,1,'wrap_styles_padding',''),(33,1,'wrap_styles_display',''),(34,1,'wrap_styles_float',''),(35,1,'wrap_styles_show_advanced_css','0'),(36,1,'wrap_styles_advanced',''),(37,1,'label_styles_background-color',''),(38,1,'label_styles_border',''),(39,1,'label_styles_border-style',''),(40,1,'label_styles_border-color',''),(41,1,'label_styles_color',''),(42,1,'label_styles_height',''),(43,1,'label_styles_width',''),(44,1,'label_styles_font-size',''),(45,1,'label_styles_margin',''),(46,1,'label_styles_padding',''),(47,1,'label_styles_display',''),(48,1,'label_styles_float',''),(49,1,'label_styles_show_advanced_css','0'),(50,1,'label_styles_advanced',''),(51,1,'element_styles_background-color',''),(52,1,'element_styles_border',''),(53,1,'element_styles_border-style',''),(54,1,'element_styles_border-color',''),(55,1,'element_styles_color',''),(56,1,'element_styles_height',''),(57,1,'element_styles_width',''),(58,1,'element_styles_font-size',''),(59,1,'element_styles_margin',''),(60,1,'element_styles_padding',''),(61,1,'element_styles_display',''),(62,1,'element_styles_float',''),(63,1,'element_styles_show_advanced_css','0'),(64,1,'element_styles_advanced',''),(65,1,'cellcid','c3277'),(66,2,'label_pos','above'),(67,2,'required','1'),(68,2,'order','2'),(69,2,'placeholder',''),(70,2,'default',''),(71,2,'wrapper_class',''),(72,2,'element_class',''),(73,2,'objectType','Field'),(74,2,'objectDomain','fields'),(75,2,'editActive',''),(76,2,'container_class',''),(77,2,'admin_label',''),(78,2,'help_text',''),(79,2,'desc_text',''),(80,2,'wrap_styles_background-color',''),(81,2,'wrap_styles_border',''),(82,2,'wrap_styles_border-style',''),(83,2,'wrap_styles_border-color',''),(84,2,'wrap_styles_color',''),(85,2,'wrap_styles_height',''),(86,2,'wrap_styles_width',''),(87,2,'wrap_styles_font-size',''),(88,2,'wrap_styles_margin',''),(89,2,'wrap_styles_padding',''),(90,2,'wrap_styles_display',''),(91,2,'wrap_styles_float',''),(92,2,'wrap_styles_show_advanced_css','0'),(93,2,'wrap_styles_advanced',''),(94,2,'label_styles_background-color',''),(95,2,'label_styles_border',''),(96,2,'label_styles_border-style',''),(97,2,'label_styles_border-color',''),(98,2,'label_styles_color',''),(99,2,'label_styles_height',''),(100,2,'label_styles_width',''),(101,2,'label_styles_font-size',''),(102,2,'label_styles_margin',''),(103,2,'label_styles_padding',''),(104,2,'label_styles_display',''),(105,2,'label_styles_float',''),(106,2,'label_styles_show_advanced_css','0'),(107,2,'label_styles_advanced',''),(108,2,'element_styles_background-color',''),(109,2,'element_styles_border',''),(110,2,'element_styles_border-style',''),(111,2,'element_styles_border-color',''),(112,2,'element_styles_color',''),(113,2,'element_styles_height',''),(114,2,'element_styles_width',''),(115,2,'element_styles_font-size',''),(116,2,'element_styles_margin',''),(117,2,'element_styles_padding',''),(118,2,'element_styles_display',''),(119,2,'element_styles_float',''),(120,2,'element_styles_show_advanced_css','0'),(121,2,'element_styles_advanced',''),(122,2,'cellcid','c3281'),(123,3,'label_pos','above'),(124,3,'required','1'),(125,3,'order','3'),(126,3,'placeholder',''),(127,3,'default',''),(128,3,'wrapper_class',''),(129,3,'element_class',''),(130,3,'objectType','Field'),(131,3,'objectDomain','fields'),(132,3,'editActive',''),(133,3,'container_class',''),(134,3,'input_limit',''),(135,3,'input_limit_type','characters'),(136,3,'input_limit_msg','Character(s) left'),(137,3,'manual_key',''),(138,3,'disable_input',''),(139,3,'admin_label',''),(140,3,'help_text',''),(141,3,'desc_text',''),(142,3,'disable_browser_autocomplete',''),(143,3,'textarea_rte',''),(144,3,'disable_rte_mobile',''),(145,3,'textarea_media',''),(146,3,'wrap_styles_background-color',''),(147,3,'wrap_styles_border',''),(148,3,'wrap_styles_border-style',''),(149,3,'wrap_styles_border-color',''),(150,3,'wrap_styles_color',''),(151,3,'wrap_styles_height',''),(152,3,'wrap_styles_width',''),(153,3,'wrap_styles_font-size',''),(154,3,'wrap_styles_margin',''),(155,3,'wrap_styles_padding',''),(156,3,'wrap_styles_display',''),(157,3,'wrap_styles_float',''),(158,3,'wrap_styles_show_advanced_css','0'),(159,3,'wrap_styles_advanced',''),(160,3,'label_styles_background-color',''),(161,3,'label_styles_border',''),(162,3,'label_styles_border-style',''),(163,3,'label_styles_border-color',''),(164,3,'label_styles_color',''),(165,3,'label_styles_height',''),(166,3,'label_styles_width',''),(167,3,'label_styles_font-size',''),(168,3,'label_styles_margin',''),(169,3,'label_styles_padding',''),(170,3,'label_styles_display',''),(171,3,'label_styles_float',''),(172,3,'label_styles_show_advanced_css','0'),(173,3,'label_styles_advanced',''),(174,3,'element_styles_background-color',''),(175,3,'element_styles_border',''),(176,3,'element_styles_border-style',''),(177,3,'element_styles_border-color',''),(178,3,'element_styles_color',''),(179,3,'element_styles_height',''),(180,3,'element_styles_width',''),(181,3,'element_styles_font-size',''),(182,3,'element_styles_margin',''),(183,3,'element_styles_padding',''),(184,3,'element_styles_display',''),(185,3,'element_styles_float',''),(186,3,'element_styles_show_advanced_css','0'),(187,3,'element_styles_advanced',''),(188,3,'cellcid','c3284'),(189,4,'processing_label','Processing'),(190,4,'order','5'),(191,4,'objectType','Field'),(192,4,'objectDomain','fields'),(193,4,'editActive',''),(194,4,'container_class',''),(195,4,'element_class',''),(196,4,'wrap_styles_background-color',''),(197,4,'wrap_styles_border',''),(198,4,'wrap_styles_border-style',''),(199,4,'wrap_styles_border-color',''),(200,4,'wrap_styles_color',''),(201,4,'wrap_styles_height',''),(202,4,'wrap_styles_width',''),(203,4,'wrap_styles_font-size',''),(204,4,'wrap_styles_margin',''),(205,4,'wrap_styles_padding',''),(206,4,'wrap_styles_display',''),(207,4,'wrap_styles_float',''),(208,4,'wrap_styles_show_advanced_css','0'),(209,4,'wrap_styles_advanced',''),(210,4,'label_styles_background-color',''),(211,4,'label_styles_border',''),(212,4,'label_styles_border-style',''),(213,4,'label_styles_border-color',''),(214,4,'label_styles_color',''),(215,4,'label_styles_height',''),(216,4,'label_styles_width',''),(217,4,'label_styles_font-size',''),(218,4,'label_styles_margin',''),(219,4,'label_styles_padding',''),(220,4,'label_styles_display',''),(221,4,'label_styles_float',''),(222,4,'label_styles_show_advanced_css','0'),(223,4,'label_styles_advanced',''),(224,4,'element_styles_background-color',''),(225,4,'element_styles_border',''),(226,4,'element_styles_border-style',''),(227,4,'element_styles_border-color',''),(228,4,'element_styles_color',''),(229,4,'element_styles_height',''),(230,4,'element_styles_width',''),(231,4,'element_styles_font-size',''),(232,4,'element_styles_margin',''),(233,4,'element_styles_padding',''),(234,4,'element_styles_display',''),(235,4,'element_styles_float',''),(236,4,'element_styles_show_advanced_css','0'),(237,4,'element_styles_advanced',''),(238,4,'submit_element_hover_styles_background-color',''),(239,4,'submit_element_hover_styles_border',''),(240,4,'submit_element_hover_styles_border-style',''),(241,4,'submit_element_hover_styles_border-color',''),(242,4,'submit_element_hover_styles_color',''),(243,4,'submit_element_hover_styles_height',''),(244,4,'submit_element_hover_styles_width',''),(245,4,'submit_element_hover_styles_font-size',''),(246,4,'submit_element_hover_styles_margin',''),(247,4,'submit_element_hover_styles_padding',''),(248,4,'submit_element_hover_styles_display',''),(249,4,'submit_element_hover_styles_float',''),(250,4,'submit_element_hover_styles_show_advanced_css','0'),(251,4,'submit_element_hover_styles_advanced',''),(252,4,'cellcid','c3287');
/*!40000 ALTER TABLE `lwz_nf3_field_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_nf3_fields`
--
DROP TABLE IF EXISTS `lwz_nf3_fields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_nf3_fields` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`label` longtext,
`key` longtext,
`type` longtext,
`parent_id` int(11) NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_nf3_fields`
--
LOCK TABLES `lwz_nf3_fields` WRITE;
/*!40000 ALTER TABLE `lwz_nf3_fields` DISABLE KEYS */;
INSERT INTO `lwz_nf3_fields` VALUES (1,'Name','name','textbox',1,'2017-09-13 13:05:27','2017-09-13 07:05:27'),(2,'Email','email','email',1,'2017-09-13 13:05:27','2017-09-13 07:05:27'),(3,'Message','message','textarea',1,'2017-09-13 13:05:27','2017-09-13 07:05:27'),(4,'Submit','submit','submit',1,'2017-09-13 13:05:27','2017-09-13 07:05:27');
/*!40000 ALTER TABLE `lwz_nf3_fields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_nf3_form_meta`
--
DROP TABLE IF EXISTS `lwz_nf3_form_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_nf3_form_meta` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL,
`key` longtext NOT NULL,
`value` longtext,
`meta_key` longtext CHARACTER SET utf8mb4,
`meta_value` longtext CHARACTER SET utf8mb4,
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=193 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_nf3_form_meta`
--
LOCK TABLES `lwz_nf3_form_meta` WRITE;
/*!40000 ALTER TABLE `lwz_nf3_form_meta` DISABLE KEYS */;
INSERT INTO `lwz_nf3_form_meta` VALUES (1,1,'default_label_pos','above',NULL,NULL),(2,1,'conditions','a:0:{}',NULL,NULL),(3,1,'objectType','Form Setting',NULL,NULL),(4,1,'editActive','',NULL,NULL),(5,1,'show_title','1',NULL,NULL),(6,1,'clear_complete','1',NULL,NULL),(7,1,'hide_complete','1',NULL,NULL),(8,1,'wrapper_class','',NULL,NULL),(9,1,'element_class','',NULL,NULL),(10,1,'add_submit','1',NULL,NULL),(11,1,'logged_in','',NULL,NULL),(12,1,'not_logged_in_msg','',NULL,NULL),(13,1,'sub_limit_number','',NULL,NULL),(14,1,'sub_limit_msg','',NULL,NULL),(15,1,'calculations','a:0:{}',NULL,NULL),(16,1,'formContentData','a:4:{i:0;a:2:{s:5:\"order\";s:1:\"0\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";s:1:\"1\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";s:1:\"2\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";s:1:\"3\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";s:3:\"100\";}}}}',NULL,NULL),(17,1,'container_styles_background-color','',NULL,NULL),(18,1,'container_styles_border','',NULL,NULL),(19,1,'container_styles_border-style','',NULL,NULL),(20,1,'container_styles_border-color','',NULL,NULL),(21,1,'container_styles_color','',NULL,NULL),(22,1,'container_styles_height','',NULL,NULL),(23,1,'container_styles_width','',NULL,NULL),(24,1,'container_styles_font-size','',NULL,NULL),(25,1,'container_styles_margin','',NULL,NULL),(26,1,'container_styles_padding','',NULL,NULL),(27,1,'container_styles_display','',NULL,NULL),(28,1,'container_styles_float','',NULL,NULL),(29,1,'container_styles_show_advanced_css','0',NULL,NULL),(30,1,'container_styles_advanced','',NULL,NULL),(31,1,'title_styles_background-color','',NULL,NULL),(32,1,'title_styles_border','',NULL,NULL),(33,1,'title_styles_border-style','',NULL,NULL),(34,1,'title_styles_border-color','',NULL,NULL),(35,1,'title_styles_color','',NULL,NULL),(36,1,'title_styles_height','',NULL,NULL),(37,1,'title_styles_width','',NULL,NULL),(38,1,'title_styles_font-size','',NULL,NULL),(39,1,'title_styles_margin','',NULL,NULL),(40,1,'title_styles_padding','',NULL,NULL),(41,1,'title_styles_display','',NULL,NULL),(42,1,'title_styles_float','',NULL,NULL),(43,1,'title_styles_show_advanced_css','0',NULL,NULL),(44,1,'title_styles_advanced','',NULL,NULL),(45,1,'row_styles_background-color','',NULL,NULL),(46,1,'row_styles_border','',NULL,NULL),(47,1,'row_styles_border-style','',NULL,NULL),(48,1,'row_styles_border-color','',NULL,NULL),(49,1,'row_styles_color','',NULL,NULL),(50,1,'row_styles_height','',NULL,NULL),(51,1,'row_styles_width','',NULL,NULL),(52,1,'row_styles_font-size','',NULL,NULL),(53,1,'row_styles_margin','',NULL,NULL),(54,1,'row_styles_padding','',NULL,NULL),(55,1,'row_styles_display','',NULL,NULL),(56,1,'row_styles_show_advanced_css','0',NULL,NULL),(57,1,'row_styles_advanced','',NULL,NULL),(58,1,'row-odd_styles_background-color','',NULL,NULL),(59,1,'row-odd_styles_border','',NULL,NULL),(60,1,'row-odd_styles_border-style','',NULL,NULL),(61,1,'row-odd_styles_border-color','',NULL,NULL),(62,1,'row-odd_styles_color','',NULL,NULL),(63,1,'row-odd_styles_height','',NULL,NULL),(64,1,'row-odd_styles_width','',NULL,NULL),(65,1,'row-odd_styles_font-size','',NULL,NULL),(66,1,'row-odd_styles_margin','',NULL,NULL),(67,1,'row-odd_styles_padding','',NULL,NULL),(68,1,'row-odd_styles_display','',NULL,NULL),(69,1,'row-odd_styles_show_advanced_css','0',NULL,NULL),(70,1,'row-odd_styles_advanced','',NULL,NULL),(71,1,'success-msg_styles_background-color','',NULL,NULL),(72,1,'success-msg_styles_border','',NULL,NULL),(73,1,'success-msg_styles_border-style','',NULL,NULL),(74,1,'success-msg_styles_border-color','',NULL,NULL),(75,1,'success-msg_styles_color','',NULL,NULL),(76,1,'success-msg_styles_height','',NULL,NULL),(77,1,'success-msg_styles_width','',NULL,NULL),(78,1,'success-msg_styles_font-size','',NULL,NULL),(79,1,'success-msg_styles_margin','',NULL,NULL),(80,1,'success-msg_styles_padding','',NULL,NULL),(81,1,'success-msg_styles_display','',NULL,NULL),(82,1,'success-msg_styles_show_advanced_css','0',NULL,NULL),(83,1,'success-msg_styles_advanced','',NULL,NULL),(84,1,'error_msg_styles_background-color','',NULL,NULL),(85,1,'error_msg_styles_border','',NULL,NULL),(86,1,'error_msg_styles_border-style','',NULL,NULL),(87,1,'error_msg_styles_border-color','',NULL,NULL),(88,1,'error_msg_styles_color','',NULL,NULL),(89,1,'error_msg_styles_height','',NULL,NULL),(90,1,'error_msg_styles_width','',NULL,NULL),(91,1,'error_msg_styles_font-size','',NULL,NULL),(92,1,'error_msg_styles_margin','',NULL,NULL),(93,1,'error_msg_styles_padding','',NULL,NULL),(94,1,'error_msg_styles_display','',NULL,NULL),(95,1,'error_msg_styles_show_advanced_css','0',NULL,NULL),(96,1,'error_msg_styles_advanced','',NULL,NULL),(97,2,'default_label_pos','above',NULL,NULL),(98,2,'conditions','a:0:{}',NULL,NULL),(99,2,'objectType','Form Setting',NULL,NULL),(100,2,'editActive','',NULL,NULL),(101,2,'show_title','1',NULL,NULL),(102,2,'clear_complete','1',NULL,NULL),(103,2,'hide_complete','1',NULL,NULL),(104,2,'wrapper_class','',NULL,NULL),(105,2,'element_class','',NULL,NULL),(106,2,'add_submit','1',NULL,NULL),(107,2,'logged_in','',NULL,NULL),(108,2,'not_logged_in_msg','',NULL,NULL),(109,2,'sub_limit_number','',NULL,NULL),(110,2,'sub_limit_msg','',NULL,NULL),(111,2,'calculations','a:0:{}',NULL,NULL),(112,2,'formContentData','a:4:{i:0;a:2:{s:5:\"order\";s:1:\"0\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";s:1:\"1\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";s:1:\"2\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";s:1:\"3\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";s:3:\"100\";}}}}',NULL,NULL),(113,2,'container_styles_background-color','',NULL,NULL),(114,2,'container_styles_border','',NULL,NULL),(115,2,'container_styles_border-style','',NULL,NULL),(116,2,'container_styles_border-color','',NULL,NULL),(117,2,'container_styles_color','',NULL,NULL),(118,2,'container_styles_height','',NULL,NULL),(119,2,'container_styles_width','',NULL,NULL),(120,2,'container_styles_font-size','',NULL,NULL),(121,2,'container_styles_margin','',NULL,NULL),(122,2,'container_styles_padding','',NULL,NULL),(123,2,'container_styles_display','',NULL,NULL),(124,2,'container_styles_float','',NULL,NULL),(125,2,'container_styles_show_advanced_css','0',NULL,NULL),(126,2,'container_styles_advanced','',NULL,NULL),(127,2,'title_styles_background-color','',NULL,NULL),(128,2,'title_styles_border','',NULL,NULL),(129,2,'title_styles_border-style','',NULL,NULL),(130,2,'title_styles_border-color','',NULL,NULL),(131,2,'title_styles_color','',NULL,NULL),(132,2,'title_styles_height','',NULL,NULL),(133,2,'title_styles_width','',NULL,NULL),(134,2,'title_styles_font-size','',NULL,NULL),(135,2,'title_styles_margin','',NULL,NULL),(136,2,'title_styles_padding','',NULL,NULL),(137,2,'title_styles_display','',NULL,NULL),(138,2,'title_styles_float','',NULL,NULL),(139,2,'title_styles_show_advanced_css','0',NULL,NULL),(140,2,'title_styles_advanced','',NULL,NULL),(141,2,'row_styles_background-color','',NULL,NULL),(142,2,'row_styles_border','',NULL,NULL),(143,2,'row_styles_border-style','',NULL,NULL),(144,2,'row_styles_border-color','',NULL,NULL),(145,2,'row_styles_color','',NULL,NULL),(146,2,'row_styles_height','',NULL,NULL),(147,2,'row_styles_width','',NULL,NULL),(148,2,'row_styles_font-size','',NULL,NULL),(149,2,'row_styles_margin','',NULL,NULL),(150,2,'row_styles_padding','',NULL,NULL),(151,2,'row_styles_display','',NULL,NULL),(152,2,'row_styles_show_advanced_css','0',NULL,NULL),(153,2,'row_styles_advanced','',NULL,NULL),(154,2,'row-odd_styles_background-color','',NULL,NULL),(155,2,'row-odd_styles_border','',NULL,NULL),(156,2,'row-odd_styles_border-style','',NULL,NULL),(157,2,'row-odd_styles_border-color','',NULL,NULL),(158,2,'row-odd_styles_color','',NULL,NULL),(159,2,'row-odd_styles_height','',NULL,NULL),(160,2,'row-odd_styles_width','',NULL,NULL),(161,2,'row-odd_styles_font-size','',NULL,NULL),(162,2,'row-odd_styles_margin','',NULL,NULL),(163,2,'row-odd_styles_padding','',NULL,NULL),(164,2,'row-odd_styles_display','',NULL,NULL),(165,2,'row-odd_styles_show_advanced_css','0',NULL,NULL),(166,2,'row-odd_styles_advanced','',NULL,NULL),(167,2,'success-msg_styles_background-color','',NULL,NULL),(168,2,'success-msg_styles_border','',NULL,NULL),(169,2,'success-msg_styles_border-style','',NULL,NULL),(170,2,'success-msg_styles_border-color','',NULL,NULL),(171,2,'success-msg_styles_color','',NULL,NULL),(172,2,'success-msg_styles_height','',NULL,NULL),(173,2,'success-msg_styles_width','',NULL,NULL),(174,2,'success-msg_styles_font-size','',NULL,NULL),(175,2,'success-msg_styles_margin','',NULL,NULL),(176,2,'success-msg_styles_padding','',NULL,NULL),(177,2,'success-msg_styles_display','',NULL,NULL),(178,2,'success-msg_styles_show_advanced_css','0',NULL,NULL),(179,2,'success-msg_styles_advanced','',NULL,NULL),(180,2,'error_msg_styles_background-color','',NULL,NULL),(181,2,'error_msg_styles_border','',NULL,NULL),(182,2,'error_msg_styles_border-style','',NULL,NULL),(183,2,'error_msg_styles_border-color','',NULL,NULL),(184,2,'error_msg_styles_color','',NULL,NULL),(185,2,'error_msg_styles_height','',NULL,NULL),(186,2,'error_msg_styles_width','',NULL,NULL),(187,2,'error_msg_styles_font-size','',NULL,NULL),(188,2,'error_msg_styles_margin','',NULL,NULL),(189,2,'error_msg_styles_padding','',NULL,NULL),(190,2,'error_msg_styles_display','',NULL,NULL),(191,2,'error_msg_styles_show_advanced_css','0',NULL,NULL),(192,2,'error_msg_styles_advanced','',NULL,NULL);
/*!40000 ALTER TABLE `lwz_nf3_form_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_nf3_forms`
--
DROP TABLE IF EXISTS `lwz_nf3_forms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_nf3_forms` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` longtext,
`key` longtext,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
`views` int(11) DEFAULT NULL,
`subs` int(11) DEFAULT NULL,
`form_title` longtext CHARACTER SET utf8mb4,
`default_label_pos` varchar(15) CHARACTER SET utf8mb4 DEFAULT NULL,
`show_title` bit(1) DEFAULT NULL,
`clear_complete` bit(1) DEFAULT NULL,
`hide_complete` bit(1) DEFAULT NULL,
`logged_in` bit(1) DEFAULT NULL,
`seq_num` int(11) DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_nf3_forms`
--
LOCK TABLES `lwz_nf3_forms` WRITE;
/*!40000 ALTER TABLE `lwz_nf3_forms` DISABLE KEYS */;
INSERT INTO `lwz_nf3_forms` VALUES (1,'Contact Me','','2017-09-13 13:05:26','2017-09-13 07:05:26',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,'Contact Me','','2017-09-13 13:17:57','2017-09-13 07:17:57',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `lwz_nf3_forms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_nf3_object_meta`
--
DROP TABLE IF EXISTS `lwz_nf3_object_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_nf3_object_meta` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL,
`key` longtext NOT NULL,
`value` longtext,
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_nf3_object_meta`
--
LOCK TABLES `lwz_nf3_object_meta` WRITE;
/*!40000 ALTER TABLE `lwz_nf3_object_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_nf3_object_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_nf3_objects`
--
DROP TABLE IF EXISTS `lwz_nf3_objects`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_nf3_objects` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`type` longtext,
`title` longtext,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_nf3_objects`
--
LOCK TABLES `lwz_nf3_objects` WRITE;
/*!40000 ALTER TABLE `lwz_nf3_objects` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_nf3_objects` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_nf3_relationships`
--
DROP TABLE IF EXISTS `lwz_nf3_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_nf3_relationships` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`child_id` int(11) NOT NULL,
`child_type` longtext NOT NULL,
`parent_id` int(11) NOT NULL,
`parent_type` longtext NOT NULL,
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`updated_at` datetime DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_nf3_relationships`
--
LOCK TABLES `lwz_nf3_relationships` WRITE;
/*!40000 ALTER TABLE `lwz_nf3_relationships` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_nf3_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_nf3_upgrades`
--
DROP TABLE IF EXISTS `lwz_nf3_upgrades`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_nf3_upgrades` (
`id` int(11) NOT NULL,
`cache` longtext,
`stage` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_nf3_upgrades`
--
LOCK TABLES `lwz_nf3_upgrades` WRITE;
/*!40000 ALTER TABLE `lwz_nf3_upgrades` DISABLE KEYS */;
/*!40000 ALTER TABLE `lwz_nf3_upgrades` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_ngg_album`
--
DROP TABLE IF EXISTS `lwz_ngg_album`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_ngg_album` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`slug` varchar(255) NOT NULL,
`previewpic` bigint(20) NOT NULL DEFAULT '0',
`albumdesc` mediumtext,
`sortorder` longtext NOT NULL,
`pageid` bigint(20) NOT NULL DEFAULT '0',
`extras_post_id` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_ngg_album`
--
LOCK TABLES `lwz_ngg_album` WRITE;
/*!40000 ALTER TABLE `lwz_ngg_album` DISABLE KEYS */;
INSERT INTO `lwz_ngg_album` VALUES (1,'2009 Adopt A Road','2009-adopt-a-road',1,'','WyIxIl0=',0,294),(3,'2009 Luggage Drive','2009-luggage-drive',4,'','WyIyIl0=',0,296),(4,'2009 March of Dimes','2009-march-of-dimes',10,'','WyIzIl0=',0,298),(5,'2009 Pan Hel','2009-pan-hel',14,'','WyI0Il0=',0,300),(6,'LGZ 25th Anniversary','lgz-25th-anniversary',16,'','WyI1Il0=',0,302),(8,'2014 Education Forum','test',0,'','WyIxMCJd',0,340),(9,'LGZ Spring 2015 Intake','lgz-spring-2015-intake',79,'','W10=',0,506);
/*!40000 ALTER TABLE `lwz_ngg_album` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_ngg_gallery`
--
DROP TABLE IF EXISTS `lwz_ngg_gallery`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_ngg_gallery` (
`gid` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`slug` varchar(255) NOT NULL,
`path` mediumtext,
`title` mediumtext,
`galdesc` mediumtext,
`pageid` bigint(20) NOT NULL DEFAULT '0',
`previewpic` bigint(20) NOT NULL DEFAULT '0',
`author` bigint(20) NOT NULL DEFAULT '0',
`extras_post_id` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`gid`),
KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_ngg_gallery`
--
LOCK TABLES `lwz_ngg_gallery` WRITE;
/*!40000 ALTER TABLE `lwz_ngg_gallery` DISABLE KEYS */;
INSERT INTO `lwz_ngg_gallery` VALUES (1,'2009-adopt-a-road','2009-adopt-a-road','wp-content/gallery/2009-adopt-a-road','2009 Adopt A Road','',0,1,1,0),(2,'2009-luggage-drive','2009-luggage-drive','wp-content/gallery/2009-luggage-drive','2009 Luggage Drive','',0,4,1,0),(3,'2009-march-of-dimes','2009-march-of-dimes','wp-content/gallery/2009-march-of-dimes','2009 March of Dimes','',0,10,1,0),(4,'2009-pan-hel','2009-pan-hel','wp-content/gallery/2009-pan-hel','2009 Pan Hel','',0,14,1,0),(5,'lgz-25th-anniversary','lgz-25th-anniversary','wp-content/gallery/lgz-25th-anniversary','LGZ 25th Anniversary','',0,16,1,0),(10,'test','test','/wp-content/gallery/test','2014 Education Forum','',0,59,3,394),(11,'lgz-spring-2015-intake','lgz-spring-2015-intake','wp-content/gallery/lgz-spring-2015-intake','LGZ Spring 2015 Intake ','',0,75,17,509);
/*!40000 ALTER TABLE `lwz_ngg_gallery` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_ngg_pictures`
--
DROP TABLE IF EXISTS `lwz_ngg_pictures`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_ngg_pictures` (
`pid` bigint(20) NOT NULL AUTO_INCREMENT,
`image_slug` varchar(255) NOT NULL,
`post_id` bigint(20) NOT NULL DEFAULT '0',
`galleryid` bigint(20) NOT NULL DEFAULT '0',
`filename` varchar(255) NOT NULL,
`description` mediumtext,
`alttext` mediumtext,
`imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`exclude` tinyint(4) DEFAULT '0',
`sortorder` bigint(20) NOT NULL DEFAULT '0',
`meta_data` longtext,
`extras_post_id` bigint(20) NOT NULL DEFAULT '0',
`updated_at` bigint(20) DEFAULT NULL,
PRIMARY KEY (`pid`),
KEY `post_id` (`post_id`),
KEY `extras_post_id_key` (`extras_post_id`)
) ENGINE=MyISAM AUTO_INCREMENT=80 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_ngg_pictures`
--
LOCK TABLES `lwz_ngg_pictures` WRITE;
/*!40000 ALTER TABLE `lwz_ngg_pictures` DISABLE KEYS */;
INSERT INTO `lwz_ngg_pictures` VALUES (1,'adopt-a-road',0,1,'adopt-a-road.jpg','','adopt-a-road','2008-12-31 15:03:00',0,0,'eyJ3aWR0aCI6MTYzMiwiaGVpZ2h0IjoxMjI0LCJmdWxsIjp7IndpZHRoIjoxNjMyLCJoZWlnaHQiOjEyMjR9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjEyMCwiaGVpZ2h0Ijo5MCwiZmlsZW5hbWUiOiJ0aHVtYnNfYWRvcHQtYS1yb2FkLmpwZyIsImdlbmVyYXRlZCI6IjAuOTQxODU0MDAgMTM4MDgzMjYwMSJ9LCJhcGVydHVyZSI6IkYgNCIsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6IkRTQy1XNTAiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOiJEZWNlbWJlciAzMSwgMjAwOCAzOjAzIHBtIiwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjoiMTAuOSBtbSIsImlzbyI6ODAsInNodXR0ZXJfc3BlZWQiOiIxXC8yMDAgc2VjIiwiZmxhc2giOiJOb3QgZmlyZWQiLCJ0aXRsZSI6IiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAiLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlLCJuZ2cwZHluLTIwMHgyMDB4OTAtMDBmMHcwMTBjMDEwcjExMGYxMTByMDEwdDAzanBnIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6ImFkb3B0LWEtcm9hZC5qcGctbmdnaWQwMTEtbmdnMGR5bi0yMDB4MjAweDkwLTAwZjB3MDEwYzAxMHIxMTBmMTEwcjAxMHQwM2pwZy5qcGciLCJnZW5lcmF0ZWQiOiIwLjM2NjY2ODAwIDE0NTY0NjM1NDMifSwibmdnMGR5bi0weDI1MC0wMGYwdzAxMWMwMTByMTEwZjExMHIwMTB0MDEwIjp7IndpZHRoIjozMzMsImhlaWdodCI6MjUwLCJmaWxlbmFtZSI6ImFkb3B0LWEtcm9hZC5qcGctbmdnaWQwMTEtbmdnMGR5bi0weDI1MC0wMGYwdzAxMWMwMTByMTEwZjExMHIwMTB0MDEwLmpwZyIsImdlbmVyYXRlZCI6IjAuNDg2ODE1MDAgMTQzMTYwNzczMiJ9LCJuZ2cwZHluLTkxeDY4LTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwMTAiOnsid2lkdGgiOjkxLCJoZWlnaHQiOjY4LCJmaWxlbmFtZSI6ImFkb3B0LWEtcm9hZC5qcGctbmdnaWQwMTEtbmdnMGR5bi05MXg2OC0wMGYwdzAxMGMwMTFyMTEwZjExMHIwMTB0MDEwLmpwZyIsImdlbmVyYXRlZCI6IjAuMzg4ODQ2MDAgMTQyNDY4MTE4NSJ9LCJuZ2cwZHluLTMwMHgyMDB4OTAtMDBmMHcwMTBjMDExcjExMGYxMTByMDEwdDAzanBnIjp7IndpZHRoIjozMDAsImhlaWdodCI6MjAwLCJmaWxlbmFtZSI6ImFkb3B0LWEtcm9hZC5qcGctbmdnaWQwMTEtbmdnMGR5bi0zMDB4MjAweDkwLTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwM2pwZy5qcGciLCJnZW5lcmF0ZWQiOiIwLjYzMTc1MTAwIDE0ODI3MTE5MDAifX0=',238,1482711900),(2,'dsc01338',0,1,'dsc01338.jpg',' ','dsc01338','2009-05-23 07:49:00',0,0,'a:17:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;s:4:\"full\";a:2:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_dsc01338.jpg\";s:9:\"generated\";s:21:\"0.79146600 1380832613\";}s:8:\"aperture\";s:5:\"F 3.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:7:\"DSC-W50\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:20:\"May 23, 2009 7:49 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.2 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:9:\"1/160 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(3,'dsc01342',0,1,'dsc01342.jpg',' ','dsc01342','2009-05-23 08:04:00',0,0,'a:17:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;s:4:\"full\";a:2:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_dsc01342.jpg\";s:9:\"generated\";s:21:\"0.15571300 1380832623\";}s:8:\"aperture\";s:3:\"F 9\";s:6:\"credit\";b:0;s:6:\"camera\";s:7:\"DSC-W50\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:20:\"May 23, 2009 8:04 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"10.9 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:9:\"1/130 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(4,'dsc07372',0,2,'dsc07372.jpg','','dsc07372','2009-12-11 18:02:00',0,0,'eyJ3aWR0aCI6MTYzMiwiaGVpZ2h0IjoxMjI0LCJmdWxsIjp7IndpZHRoIjoxNjMyLCJoZWlnaHQiOjEyMjR9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjEyMCwiaGVpZ2h0Ijo5MCwiZmlsZW5hbWUiOiJ0aHVtYnNfZHNjMDczNzIuanBnIiwiZ2VuZXJhdGVkIjoiMC4yMzQzMzEwMCAxMzgwODMyNzQ1In0sImFwZXJ0dXJlIjoiRiA0IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiRFNDLVc1MCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6IkRlY2VtYmVyIDExLCAyMDA5IDY6MDIgcG0iLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiIxMC45IG1tIiwiaXNvIjozMjAsInNodXR0ZXJfc3BlZWQiOiIxXC80MCBzZWMiLCJmbGFzaCI6Ik5vdCBmaXJlZCIsInRpdGxlIjoiICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICIsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWUsIm5nZzBkeW4tMjAweDIwMHg5MC0wMGYwdzAxMGMwMTByMTEwZjExMHIwMTB0MDNqcGciOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoiZHNjMDczNzIuanBnLW5nZ2lkMDE0LW5nZzBkeW4tMjAweDIwMHg5MC0wMGYwdzAxMGMwMTByMTEwZjExMHIwMTB0MDNqcGcuanBnIiwiZ2VuZXJhdGVkIjoiMC40NDc2MjMwMCAxNDU2NDYzNTgwIn0sIm5nZzBkeW4tOTF4NjgtMDBmMHcwMTBjMDExcjExMGYxMTByMDEwdDAxMCI6eyJ3aWR0aCI6OTEsImhlaWdodCI6NjgsImZpbGVuYW1lIjoiZHNjMDczNzIuanBnLW5nZ2lkMDE0LW5nZzBkeW4tOTF4NjgtMDBmMHcwMTBjMDExcjExMGYxMTByMDEwdDAxMC5qcGciLCJnZW5lcmF0ZWQiOiIwLjU4ODQ1OTAwIDE0MjQ2ODM3NDAifSwibmdnMGR5bi0zMDB4MjAweDkwLTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwM2pwZyI6eyJ3aWR0aCI6MzAwLCJoZWlnaHQiOjIwMCwiZmlsZW5hbWUiOiJkc2MwNzM3Mi5qcGctbmdnaWQwMTQtbmdnMGR5bi0zMDB4MjAweDkwLTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwM2pwZy5qcGciLCJnZW5lcmF0ZWQiOiIwLjU5ODg0ODAwIDE0ODI2MzcxMzgifX0=',306,1482637138),(5,'dsc07373',0,2,'dsc07373.jpg',' ','dsc07373','2009-12-11 18:03:00',0,0,'a:17:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;s:4:\"full\";a:2:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_dsc07373.jpg\";s:9:\"generated\";s:21:\"0.84045600 1380832752\";}s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:7:\"DSC-W50\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"December 11, 2009 6:03 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:8:\"1/40 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(6,'dsc07378',0,2,'dsc07378.jpg',' ','dsc07378','2009-12-11 18:05:00',0,0,'a:17:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;s:4:\"full\";a:2:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_dsc07378.jpg\";s:9:\"generated\";s:21:\"0.99556000 1380832763\";}s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:7:\"DSC-W50\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"December 11, 2009 6:05 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:8:\"1/40 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(7,'dsc07379',0,2,'dsc07379.jpg',' ','dsc07379','2009-12-11 18:10:00',0,0,'a:17:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;s:4:\"full\";a:2:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_dsc07379.jpg\";s:9:\"generated\";s:21:\"0.95163500 1380832772\";}s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:7:\"DSC-W50\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"December 11, 2009 6:10 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"12.4 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(8,'dsc07382',0,2,'dsc07382.jpg',' ','dsc07382','2009-12-11 18:18:00',0,0,'a:17:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;s:4:\"full\";a:2:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_dsc07382.jpg\";s:9:\"generated\";s:21:\"0.54785800 1380832779\";}s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:7:\"DSC-W50\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"December 11, 2009 6:18 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:8:\"1/40 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(9,'dsc07389',0,2,'dsc07389.jpg',' ','dsc07389','2009-12-11 18:30:00',0,0,'a:17:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;s:4:\"full\";a:2:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_dsc07389.jpg\";s:9:\"generated\";s:21:\"0.89299300 1380832785\";}s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:7:\"DSC-W50\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"December 11, 2009 6:30 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:8:\"1/40 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(10,'dsc00993',0,3,'dsc00993.jpg','','dsc00993','2008-05-03 08:45:00',0,0,'eyJ3aWR0aCI6MTYzMiwiaGVpZ2h0IjoxMjI0LCJmdWxsIjp7IndpZHRoIjoxNjMyLCJoZWlnaHQiOjEyMjR9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjEyMCwiaGVpZ2h0Ijo5MCwiZmlsZW5hbWUiOiJ0aHVtYnNfZHNjMDA5OTMuanBnIiwiZ2VuZXJhdGVkIjoiMC42MzkzNTMwMCAxMzgwODMyODE1In0sImFwZXJ0dXJlIjoiRiAyLjgiLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJEU0MtVzUwIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoiTWF5IDMsIDIwMDggODo0NSBhbSIsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6IjYuMyBtbSIsImlzbyI6ODAsInNodXR0ZXJfc3BlZWQiOiIxXC8xNjAgc2VjIiwiZmxhc2giOiJGaXJlZCIsInRpdGxlIjoiICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICIsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWUsIm5nZzBkeW4tMjAweDIwMHg5MC0wMGYwdzAxMGMwMTByMTEwZjExMHIwMTB0MDNqcGciOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoiZHNjMDA5OTMuanBnLW5nZ2lkMDIxMC1uZ2cwZHluLTIwMHgyMDB4OTAtMDBmMHcwMTBjMDEwcjExMGYxMTByMDEwdDAzanBnLmpwZyIsImdlbmVyYXRlZCI6IjAuMjY1MTM3MDAgMTQ1NjQ2MzU0OSJ9LCJuZ2cwZHluLTkxeDY4LTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwMTAiOnsid2lkdGgiOjkxLCJoZWlnaHQiOjY4LCJmaWxlbmFtZSI6ImRzYzAwOTkzLmpwZy1uZ2dpZDAyMTAtbmdnMGR5bi05MXg2OC0wMGYwdzAxMGMwMTFyMTEwZjExMHIwMTB0MDEwLmpwZyIsImdlbmVyYXRlZCI6IjAuOTAwMjE4MDAgMTQyNDY4MTQzNyJ9LCJuZ2cwZHluLTMwMHgyMDB4OTAtMDBmMHcwMTBjMDExcjExMGYxMTByMDEwdDAzanBnIjp7IndpZHRoIjozMDAsImhlaWdodCI6MjAwLCJmaWxlbmFtZSI6ImRzYzAwOTkzLmpwZy1uZ2dpZDAyMTAtbmdnMGR5bi0zMDB4MjAweDkwLTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwM2pwZy5qcGciLCJnZW5lcmF0ZWQiOiIwLjg3NzQ4ODAwIDE0ODI2NjU2MzcifX0=',308,1482665637),(11,'dsc00996',0,3,'dsc00996.jpg',' ','dsc00996','2008-05-03 09:22:00',0,0,'a:17:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;s:4:\"full\";a:2:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_dsc00996.jpg\";s:9:\"generated\";s:21:\"0.97606600 1380832830\";}s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:7:\"DSC-W50\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:19:\"May 3, 2008 9:22 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:9:\"1/320 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(12,'dsc00997',0,3,'dsc00997.jpg',' ','dsc00997','2008-05-03 09:45:00',0,0,'a:17:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;s:4:\"full\";a:2:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_dsc00997.jpg\";s:9:\"generated\";s:21:\"0.30550500 1380832840\";}s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:7:\"DSC-W50\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:19:\"May 3, 2008 9:45 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:9:\"1/400 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(13,'dsc013171',0,3,'dsc013171.jpg',' ','dsc013171','2009-05-03 10:18:00',0,0,'a:17:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;s:4:\"full\";a:2:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:20:\"thumbs_dsc013171.jpg\";s:9:\"generated\";s:21:\"0.00233300 1380832849\";}s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:7:\"DSC-W50\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:20:\"May 3, 2009 10:18 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:8:\"1/40 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(14,'dsc013081',0,4,'dsc013081.jpg','','dsc013081','2009-04-18 21:23:00',0,0,'eyJ3aWR0aCI6MTYzMiwiaGVpZ2h0IjoxMjI0LCJmdWxsIjp7IndpZHRoIjoxNjMyLCJoZWlnaHQiOjEyMjR9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjEyMCwiaGVpZ2h0Ijo5MCwiZmlsZW5hbWUiOiJ0aHVtYnNfZHNjMDEzMDgxLmpwZyIsImdlbmVyYXRlZCI6IjAuMDg3NTAwMDAgMTM4MDgzMjg3MyJ9LCJhcGVydHVyZSI6IkYgMi44IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiRFNDLVc1MCIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6IkFwcmlsIDE4LCAyMDA5IDk6MjMgcG0iLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiI2LjMgbW0iLCJpc28iOjgwLCJzaHV0dGVyX3NwZWVkIjoiMVwvNDAgc2VjIiwiZmxhc2giOiJGaXJlZCIsInRpdGxlIjoiICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICIsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWUsIm5nZzBkeW4tMjAweDIwMHg5MC0wMGYwdzAxMGMwMTByMTEwZjExMHIwMTB0MDNqcGciOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNTAsImZpbGVuYW1lIjoiZHNjMDEzMDgxLmpwZy1uZ2dpZDAyMTQtbmdnMGR5bi0yMDB4MjAweDkwLTAwZjB3MDEwYzAxMHIxMTBmMTEwcjAxMHQwM2pwZy5qcGciLCJnZW5lcmF0ZWQiOiIwLjM0MTE4MDAwIDE0NTY0NjM1NjAifSwibmdnMGR5bi05MXg2OC0wMGYwdzAxMGMwMTFyMTEwZjExMHIwMTB0MDEwIjp7IndpZHRoIjo5MSwiaGVpZ2h0Ijo2OCwiZmlsZW5hbWUiOiJkc2MwMTMwODEuanBnLW5nZ2lkMDIxNC1uZ2cwZHluLTkxeDY4LTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwMTAuanBnIiwiZ2VuZXJhdGVkIjoiMC4xNDA1MzkwMCAxNDI0NjgyOTc0In0sIm5nZzBkeW4tMzAweDIwMHg5MC0wMGYwdzAxMGMwMTFyMTEwZjExMHIwMTB0MDNqcGciOnsid2lkdGgiOjMwMCwiaGVpZ2h0IjoyMDAsImZpbGVuYW1lIjoiZHNjMDEzMDgxLmpwZy1uZ2dpZDAyMTQtbmdnMGR5bi0zMDB4MjAweDkwLTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwM2pwZy5qcGciLCJnZW5lcmF0ZWQiOiIwLjk4MDkzMjAwIDE0ODI3ODYyMDAifX0=',311,1482786200),(15,'dsc013091',0,4,'dsc013091.jpg',' ','dsc013091','2009-04-18 21:26:00',0,0,'a:17:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;s:4:\"full\";a:2:{s:5:\"width\";i:1632;s:6:\"height\";i:1224;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:20:\"thumbs_dsc013091.jpg\";s:9:\"generated\";s:21:\"0.22060300 1380832884\";}s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:7:\"DSC-W50\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"April 18, 2009 9:26 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.3 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:8:\"1/40 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(16,'dsc00198',0,5,'dsc00198.jpg','','dsc00198','2007-04-28 18:58:00',0,0,'eyJ3aWR0aCI6MzA3MiwiaGVpZ2h0IjoyMzA0LCJmdWxsIjp7IndpZHRoIjozMDcyLCJoZWlnaHQiOjIzMDR9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjEyMCwiaGVpZ2h0Ijo5MCwiZmlsZW5hbWUiOiJ0aHVtYnNfZHNjMDAxOTguanBnIiwiZ2VuZXJhdGVkIjoiMC4xOTcxNTQwMCAxMzgwODMzMDAzIn0sImFwZXJ0dXJlIjoiRiAzLjUiLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOiJEU0MtSDUiLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOiJBcHJpbCAyOCwgMjAwNyA2OjU4IHBtIiwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjoiMTYgbW0iLCJpc28iOjIwMCwic2h1dHRlcl9zcGVlZCI6IjFcLzEwIHNlYyIsImZsYXNoIjoiRmlyZWQiLCJ0aXRsZSI6IiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAiLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlLCJuZ2cwZHluLTIwMHgyMDB4OTAtMDBmMHcwMTBjMDEwcjExMGYxMTByMDEwdDAzanBnIjp7IndpZHRoIjoyMDAsImhlaWdodCI6MTUwLCJmaWxlbmFtZSI6ImRzYzAwMTk4LmpwZy1uZ2dpZDAyMTYtbmdnMGR5bi0yMDB4MjAweDkwLTAwZjB3MDEwYzAxMHIxMTBmMTEwcjAxMHQwM2pwZy5qcGciLCJnZW5lcmF0ZWQiOiIwLjI1ODExNjAwIDE0NTY0NjM1NzEifSwibmdnMGR5bi05MXg2OC0wMGYwdzAxMGMwMTFyMTEwZjExMHIwMTB0MDEwIjp7IndpZHRoIjo5MSwiaGVpZ2h0Ijo2OCwiZmlsZW5hbWUiOiJkc2MwMDE5OC5qcGctbmdnaWQwMjE2LW5nZzBkeW4tOTF4NjgtMDBmMHcwMTBjMDExcjExMGYxMTByMDEwdDAxMC5qcGciLCJnZW5lcmF0ZWQiOiIwLjY5NDEyOTAwIDE0MjQ2ODE1MjQifSwibmdnMGR5bi0zMDB4MjAweDkwLTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwM2pwZyI6eyJ3aWR0aCI6MzAwLCJoZWlnaHQiOjIwMCwiZmlsZW5hbWUiOiJkc2MwMDE5OC5qcGctbmdnaWQwMjE2LW5nZzBkeW4tMzAweDIwMHg5MC0wMGYwdzAxMGMwMTFyMTEwZjExMHIwMTB0MDNqcGcuanBnIiwiZ2VuZXJhdGVkIjoiMC4zMTYxNTYwMCAxNDgyNzQ2MDg4In19',304,1482746088),(17,'dsc00199',0,5,'dsc00199.jpg',' ','dsc00199','2007-04-28 18:59:00',0,0,'a:17:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"full\";a:2:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_dsc00199.jpg\";s:9:\"generated\";s:21:\"0.30896400 1380833013\";}s:8:\"aperture\";s:5:\"F 3.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:6:\"DSC-H5\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"April 28, 2007 6:59 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"11.1 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(18,'dsc00200',0,5,'dsc00200.jpg',' ','dsc00200','2007-04-28 19:19:00',0,0,'a:17:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"full\";a:2:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_dsc00200.jpg\";s:9:\"generated\";s:21:\"0.93862700 1380833033\";}s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:6:\"DSC-H5\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"April 28, 2007 7:19 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"13.1 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(19,'dsc00207',0,5,'dsc00207.jpg',' ','dsc00207','2007-04-28 19:25:00',0,0,'a:17:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"full\";a:2:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_dsc00207.jpg\";s:9:\"generated\";s:21:\"0.99436100 1380833046\";}s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:6:\"DSC-H5\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"April 28, 2007 7:25 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:4:\"6 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:7:\"1/0 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(20,'dsc00208',0,5,'dsc00208.jpg',' ','dsc00208','2007-04-28 19:26:00',0,0,'a:17:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"full\";a:2:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_dsc00208.jpg\";s:9:\"generated\";s:21:\"0.66893200 1380833068\";}s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:6:\"DSC-H5\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"April 28, 2007 7:26 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"15.1 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(21,'dsc00214',0,5,'dsc00214.jpg',' ','dsc00214','2007-04-28 19:32:00',0,0,'a:17:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"full\";a:2:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_dsc00214.jpg\";s:9:\"generated\";s:21:\"0.27702500 1380833084\";}s:8:\"aperture\";s:5:\"F 3.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:6:\"DSC-H5\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"April 28, 2007 7:32 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"9.8 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(22,'dsc00215',0,5,'dsc00215.jpg',' ','dsc00215','2007-04-28 19:40:00',0,0,'a:17:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"full\";a:2:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_dsc00215.jpg\";s:9:\"generated\";s:21:\"0.41680700 1380833106\";}s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:6:\"DSC-H5\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"April 28, 2007 7:40 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.9 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(23,'dsc00221',0,5,'dsc00221.jpg',' ','dsc00221','2007-04-28 20:11:00',0,0,'a:17:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"full\";a:2:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_dsc00221.jpg\";s:9:\"generated\";s:21:\"0.07802300 1380833121\";}s:8:\"aperture\";s:5:\"F 3.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:6:\"DSC-H5\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"April 28, 2007 8:11 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"11.1 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(24,'dsc00223',0,5,'dsc00223.jpg',' ','dsc00223','2007-04-28 21:22:00',0,0,'a:17:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:4:\"full\";a:2:{s:5:\"width\";i:3072;s:6:\"height\";i:2304;}s:9:\"thumbnail\";a:4:{s:5:\"width\";i:120;s:6:\"height\";i:90;s:8:\"filename\";s:19:\"thumbs_dsc00223.jpg\";s:9:\"generated\";s:21:\"0.25942400 1380833147\";}s:8:\"aperture\";s:5:\"F 3.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:6:\"DSC-H5\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"April 28, 2007 9:22 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"8.4 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\" \";s:8:\"keywords\";b:0;s:5:\"saved\";b:1;}',0,NULL),(63,'img_0655-1',0,10,'IMG_0655-1.JPG','','IMG_0655 (1)','2014-09-29 18:48:00',0,0,'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19JTUdfMDY1NS0xLkpQRyIsImdlbmVyYXRlZCI6IjAuOTk1OTc1MDAgMTQxMzM0MDkzMSJ9LCJhcGVydHVyZSI6IkYgMyIsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6IkNhbm9uIFBvd2VyU2hvdCBBNDAwMCBJUyIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6IlNlcHRlbWJlciAyOSwgMjAxNCA2OjQ4IHBtIiwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjoiNSBtbSIsImlzbyI6NjQwLCJzaHV0dGVyX3NwZWVkIjoiMVwvNjAgc2VjIiwiZmxhc2giOiJGaXJlZCIsInRpdGxlIjoiICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICIsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',404,1413341289),(62,'img_0654-1',0,10,'IMG_0654-1.JPG','','IMG_0654 (1)','2014-09-29 18:48:00',0,0,'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19JTUdfMDY1NC0xLkpQRyIsImdlbmVyYXRlZCI6IjAuNDgyODk2MDAgMTQxMzM0MDkzMCJ9LCJhcGVydHVyZSI6IkYgMyIsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6IkNhbm9uIFBvd2VyU2hvdCBBNDAwMCBJUyIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6IlNlcHRlbWJlciAyOSwgMjAxNCA2OjQ4IHBtIiwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjoiNSBtbSIsImlzbyI6NDAwLCJzaHV0dGVyX3NwZWVkIjoiMVwvNjAgc2VjIiwiZmxhc2giOiJGaXJlZCIsInRpdGxlIjoiICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICIsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',402,1413341289),(61,'img_0653-1',0,10,'IMG_0653-1.JPG','','IMG_0653 (1)','2014-09-29 18:45:00',0,0,'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19JTUdfMDY1My0xLkpQRyIsImdlbmVyYXRlZCI6IjAuNTA5ODA3MDAgMTQxMzM0MDkyOCJ9LCJhcGVydHVyZSI6IkYgMyIsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6IkNhbm9uIFBvd2VyU2hvdCBBNDAwMCBJUyIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6IlNlcHRlbWJlciAyOSwgMjAxNCA2OjQ1IHBtIiwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjoiNSBtbSIsImlzbyI6NTAwLCJzaHV0dGVyX3NwZWVkIjoiMVwvNjAgc2VjIiwiZmxhc2giOiJGaXJlZCIsInRpdGxlIjoiICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICIsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',400,1413341289),(60,'img_0652-1',0,10,'IMG_0652-1.JPG','','IMG_0652 (1)','2014-09-29 18:39:00',0,0,'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19JTUdfMDY1Mi0xLkpQRyIsImdlbmVyYXRlZCI6IjAuNTY0NTM3MDAgMTQxMzM0MDkyNSJ9LCJhcGVydHVyZSI6IkYgMyIsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6IkNhbm9uIFBvd2VyU2hvdCBBNDAwMCBJUyIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6IlNlcHRlbWJlciAyOSwgMjAxNCA2OjM5IHBtIiwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjoiNSBtbSIsImlzbyI6NDAwLCJzaHV0dGVyX3NwZWVkIjoiMVwvNTAgc2VjIiwiZmxhc2giOiJOb3QgZmlyZWQiLCJ0aXRsZSI6IiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAiLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',398,1413341289),(59,'program-inside-1',0,10,'Program-inside-1.jpg','','Program-inside (1)','2014-10-15 02:35:57',0,0,'eyJ3aWR0aCI6MzUwNywiaGVpZ2h0IjoyNTUwLCJmdWxsIjp7IndpZHRoIjozNTA3LCJoZWlnaHQiOjI1NTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjEyMCwiaGVpZ2h0Ijo5MCwiZmlsZW5hbWUiOiJ0aHVtYnNfUHJvZ3JhbS1pbnNpZGUtMS5qcGciLCJnZW5lcmF0ZWQiOiIwLjY4OTMwNzAwIDE0MTMzNDA1NTkifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWUsIm5nZzBkeW4tMjAweDIwMHg5MC0wMGYwdzAxMGMwMTByMTEwZjExMHIwMTB0MDNqcGciOnsid2lkdGgiOjIwMCwiaGVpZ2h0IjoxNDUsImZpbGVuYW1lIjoiUHJvZ3JhbS1pbnNpZGUtMS5qcGctbmdnaWQwMjU5LW5nZzBkeW4tMjAweDIwMHg5MC0wMGYwdzAxMGMwMTByMTEwZjExMHIwMTB0MDNqcGcuanBnIiwiZ2VuZXJhdGVkIjoiMC44MjI0NTgwMCAxNDY0NTc2MTI1In0sIm5nZzBkeW4tOTF4NjgtMDBmMHcwMTBjMDExcjExMGYxMTByMDEwdDAxMCI6eyJ3aWR0aCI6OTEsImhlaWdodCI6NjgsImZpbGVuYW1lIjoiUHJvZ3JhbS1pbnNpZGUtMS5qcGctbmdnaWQwMjU5LW5nZzBkeW4tOTF4NjgtMDBmMHcwMTBjMDExcjExMGYxMTByMDEwdDAxMC5qcGciLCJnZW5lcmF0ZWQiOiIwLjEwMTA5MjAwIDE0MjQ2Njg3MjQifSwibmdnMGR5bi0zMDB4MjAweDkwLTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwM2pwZyI6eyJ3aWR0aCI6MzAwLCJoZWlnaHQiOjIwMCwiZmlsZW5hbWUiOiJQcm9ncmFtLWluc2lkZS0xLmpwZy1uZ2dpZDAyNTktbmdnMGR5bi0zMDB4MjAweDkwLTAwZjB3MDEwYzAxMXIxMTBmMTEwcjAxMHQwM2pwZy5qcGciLCJnZW5lcmF0ZWQiOiIwLjY3MTUzOTAwIDE0ODI5MjEyMTYifX0=',393,1482921216),(64,'img_0656-1',0,10,'IMG_0656-1.JPG','','IMG_0656 (1)','2014-09-29 18:51:00',0,0,'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19JTUdfMDY1Ni0xLkpQRyIsImdlbmVyYXRlZCI6IjAuNTAzNzYxMDAgMTQxMzM0MDkzMyJ9LCJhcGVydHVyZSI6IkYgMy4yIiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gUG93ZXJTaG90IEE0MDAwIElTIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoiU2VwdGVtYmVyIDI5LCAyMDE0IDY6NTEgcG0iLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiI3LjgzMyBtbSIsImlzbyI6NjQwLCJzaHV0dGVyX3NwZWVkIjoiMVwvNjAgc2VjIiwiZmxhc2giOiJGaXJlZCIsInRpdGxlIjoiICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICIsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',406,1413341289),(65,'img_0657-1',0,10,'IMG_0657-1.JPG','','IMG_0657 (1)','2014-09-29 18:52:00',0,0,'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19JTUdfMDY1Ny0xLkpQRyIsImdlbmVyYXRlZCI6IjAuMzM1MTg5MDAgMTQxMzM0MDkzNSJ9LCJhcGVydHVyZSI6IkYgMy4yIiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gUG93ZXJTaG90IEE0MDAwIElTIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoiU2VwdGVtYmVyIDI5LCAyMDE0IDY6NTIgcG0iLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiI2LjI0NSBtbSIsImlzbyI6NjQwLCJzaHV0dGVyX3NwZWVkIjoiMVwvNjAgc2VjIiwiZmxhc2giOiJGaXJlZCIsInRpdGxlIjoiICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICIsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',408,1413341289),(66,'img_0658-1',0,10,'IMG_0658-1.JPG','','IMG_0658 (1)','2014-09-29 18:52:00',0,0,'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19JTUdfMDY1OC0xLkpQRyIsImdlbmVyYXRlZCI6IjAuNzEyMDYzMDAgMTQxMzM0MDkzNiJ9LCJhcGVydHVyZSI6IkYgMy4yIiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gUG93ZXJTaG90IEE0MDAwIElTIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoiU2VwdGVtYmVyIDI5LCAyMDE0IDY6NTIgcG0iLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiI2LjI0NSBtbSIsImlzbyI6MzIwLCJzaHV0dGVyX3NwZWVkIjoiMVwvNjAgc2VjIiwiZmxhc2giOiJGaXJlZCIsInRpdGxlIjoiICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICIsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',410,1413341289),(67,'img_0659-1',0,10,'IMG_0659-1.JPG','','IMG_0659 (1)','2014-09-29 20:09:00',0,0,'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19JTUdfMDY1OS0xLkpQRyIsImdlbmVyYXRlZCI6IjAuMTc5Nzc1MDAgMTQxMzM0MDkzOCJ9LCJhcGVydHVyZSI6IkYgNCIsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6IkNhbm9uIFBvd2VyU2hvdCBBNDAwMCBJUyIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6IlNlcHRlbWJlciAyOSwgMjAxNCA4OjA5IHBtIiwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjoiMTguNTY2IG1tIiwiaXNvIjo2NDAsInNodXR0ZXJfc3BlZWQiOiIxXC8yMCBzZWMiLCJmbGFzaCI6Ik5vdCBmaXJlZCIsInRpdGxlIjoiICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICIsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',412,1413341289),(68,'img_0660-1',0,10,'IMG_0660-1.JPG','','IMG_0660 (1)','2014-09-29 20:09:00',0,0,'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19JTUdfMDY2MC0xLkpQRyIsImdlbmVyYXRlZCI6IjAuNTg1Mjk1MDAgMTQxMzM0MDkzOSJ9LCJhcGVydHVyZSI6IkYgNS45IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gUG93ZXJTaG90IEE0MDAwIElTIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoiU2VwdGVtYmVyIDI5LCAyMDE0IDg6MDkgcG0iLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiI0MCBtbSIsImlzbyI6ODAwLCJzaHV0dGVyX3NwZWVkIjoiMVwvMjAgc2VjIiwiZmxhc2giOiJOb3QgZmlyZWQiLCJ0aXRsZSI6IiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAiLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',414,1413341289),(69,'img_0661-1',0,10,'IMG_0661-1.JPG','','IMG_0661 (1)','2014-09-29 20:23:00',0,0,'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19JTUdfMDY2MS0xLkpQRyIsImdlbmVyYXRlZCI6IjAuMDg4MTIzMDAgMTQxMzM0MDk0MSJ9LCJhcGVydHVyZSI6IkYgNCIsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6IkNhbm9uIFBvd2VyU2hvdCBBNDAwMCBJUyIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6IlNlcHRlbWJlciAyOSwgMjAxNCA4OjIzIHBtIiwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjoiMTcuMjUzIG1tIiwiaXNvIjo1MDAsInNodXR0ZXJfc3BlZWQiOiIxXC8yMCBzZWMiLCJmbGFzaCI6Ik5vdCBmaXJlZCIsInRpdGxlIjoiICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICIsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',416,1413341289),(70,'img_0662-1',0,10,'IMG_0662-1.JPG','','IMG_0662 (1)','2014-09-29 20:23:00',0,0,'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19JTUdfMDY2Mi0xLkpQRyIsImdlbmVyYXRlZCI6IjAuNjQ1MDQzMDAgMTQxMzM0MDk0MiJ9LCJhcGVydHVyZSI6IkYgNC41IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gUG93ZXJTaG90IEE0MDAwIElTIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoiU2VwdGVtYmVyIDI5LCAyMDE0IDg6MjMgcG0iLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiIyNS45NDEgbW0iLCJpc28iOjgwMCwic2h1dHRlcl9zcGVlZCI6IjFcLzEwIHNlYyIsImZsYXNoIjoiTm90IGZpcmVkIiwidGl0bGUiOiIgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIiwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',418,1413341289),(71,'img_0663-1',0,10,'IMG_0663-1.JPG','','IMG_0663 (1)','2014-09-29 20:24:00',0,0,'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19JTUdfMDY2My0xLkpQRyIsImdlbmVyYXRlZCI6IjAuMTIyMDE0MDAgMTQxMzM0MDk0NSJ9LCJhcGVydHVyZSI6IkYgNS45IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiQ2Fub24gUG93ZXJTaG90IEE0MDAwIElTIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoiU2VwdGVtYmVyIDI5LCAyMDE0IDg6MjQgcG0iLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiI0MCBtbSIsImlzbyI6ODAwLCJzaHV0dGVyX3NwZWVkIjoiMVwvMTAgc2VjIiwiZmxhc2giOiJOb3QgZmlyZWQiLCJ0aXRsZSI6IiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAiLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',420,1413341289),(72,'img_0664-1',0,10,'IMG_0664-1.JPG','','IMG_0664 (1)','2014-09-29 20:52:00',0,0,'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjQ4MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19JTUdfMDY2NC0xLkpQRyIsImdlbmVyYXRlZCI6IjAuMjQxNTkyMDAgMTQxMzM0MDk0NyJ9LCJhcGVydHVyZSI6IkYgNCIsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6IkNhbm9uIFBvd2VyU2hvdCBBNDAwMCBJUyIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6IlNlcHRlbWJlciAyOSwgMjAxNCA4OjUyIHBtIiwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjoiMTguMjMzIG1tIiwiaXNvIjo1MDAsInNodXR0ZXJfc3BlZWQiOiIxXC8yMCBzZWMiLCJmbGFzaCI6Ik5vdCBmaXJlZCIsInRpdGxlIjoiICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICIsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',422,1413341290),(73,'program-inside-1-1',0,10,'Program-inside-1-1.jpg','','Program-inside (1)','2014-10-15 02:42:30',0,0,'eyJ3aWR0aCI6MzUwNywiaGVpZ2h0IjoyNTUwLCJmdWxsIjp7IndpZHRoIjozNTA3LCJoZWlnaHQiOjI1NTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjEyMCwiaGVpZ2h0Ijo5MCwiZmlsZW5hbWUiOiJ0aHVtYnNfUHJvZ3JhbS1pbnNpZGUtMS0xLmpwZyIsImdlbmVyYXRlZCI6IjAuMTYzNDc5MDAgMTQxMzM0MDk1MiJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',424,1413341290),(74,'program-outside-1',0,10,'Program-outside-1.jpg','','Program-outside (1)','2014-10-15 02:42:35',0,0,'eyJ3aWR0aCI6MzUwNywiaGVpZ2h0IjoyNTUwLCJmdWxsIjp7IndpZHRoIjozNTA3LCJoZWlnaHQiOjI1NTB9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjEyMCwiaGVpZ2h0Ijo5MCwiZmlsZW5hbWUiOiJ0aHVtYnNfUHJvZ3JhbS1vdXRzaWRlLTEuanBnIiwiZ2VuZXJhdGVkIjoiMC40MTM1NjMwMCAxNDEzMzQwOTU3In0sImFwZXJ0dXJlIjpmYWxzZSwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjpmYWxzZSwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjpmYWxzZSwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjpmYWxzZSwiaXNvIjpmYWxzZSwic2h1dHRlcl9zcGVlZCI6ZmFsc2UsImZsYXNoIjpmYWxzZSwidGl0bGUiOmZhbHNlLCJrZXl3b3JkcyI6ZmFsc2UsInNhdmVkIjp0cnVlfQ==',426,1413341290),(75,'lgz-spring-2015-intake-class-jpg',0,11,'LGZ-Spring-2015-Intake-Class.jpg','','LGZ Spring 2015 Intake Class.jpg','2015-05-14 12:27:03',0,0,'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjY0MCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjY0MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19MR1otU3ByaW5nLTIwMTUtSW50YWtlLUNsYXNzLmpwZyIsImdlbmVyYXRlZCI6IjAuNjkzMzA0MDAgMTQzMTYwNjQyMyJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',508,1431607201),(76,'lgz-spring-2015-jpg',0,11,'LGZ-spring-2015.jpg','','LGZ spring 2015.jpg','2015-05-13 20:14:00',0,0,'eyJ3aWR0aCI6MzI2NCwiaGVpZ2h0IjoyNDQ4LCJmdWxsIjp7IndpZHRoIjozMjY0LCJoZWlnaHQiOjI0NDh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjEyMCwiaGVpZ2h0Ijo5MCwiZmlsZW5hbWUiOiJ0aHVtYnNfTEdaLXNwcmluZy0yMDE1LmpwZyIsImdlbmVyYXRlZCI6IjAuNzk0ODA4MDAgMTQzMTYwNzA4MyJ9LCJhcGVydHVyZSI6IkYgMi40IiwiY3JlZGl0IjpmYWxzZSwiY2FtZXJhIjoiaVBob25lIDVjIiwiY2FwdGlvbiI6ZmFsc2UsImNyZWF0ZWRfdGltZXN0YW1wIjoiTWF5IDEzLCAyMDE1IDg6MTQgcG0iLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOiI0LjEyIG1tIiwiaXNvIjo0MDAsInNodXR0ZXJfc3BlZWQiOiIxXC8yMCBzZWMiLCJmbGFzaCI6Ik5vdCBmaXJlZCIsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',511,1431607201),(77,'silly-chapter-jpg',0,11,'silly-chapter.jpg','','silly chapter.jpg','2015-05-14 12:38:05',0,0,'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjY0MCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjY0MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19zaWxseS1jaGFwdGVyLmpwZyIsImdlbmVyYXRlZCI6IjAuMDI4MzUxMDAgMTQzMTYwNzA4NiJ9LCJhcGVydHVyZSI6ZmFsc2UsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ZmFsc2UsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6ZmFsc2UsImNvcHlyaWdodCI6ZmFsc2UsImZvY2FsX2xlbmd0aCI6ZmFsc2UsImlzbyI6ZmFsc2UsInNodXR0ZXJfc3BlZWQiOmZhbHNlLCJmbGFzaCI6ZmFsc2UsInRpdGxlIjpmYWxzZSwia2V5d29yZHMiOmZhbHNlLCJzYXZlZCI6dHJ1ZX0=',513,1431607202),(78,'state-director-jpg',0,11,'state-director.jpg','','state director.jpg','2015-05-14 12:38:07',0,0,'eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjY0MCwiZnVsbCI6eyJ3aWR0aCI6NjQwLCJoZWlnaHQiOjY0MH0sInRodW1ibmFpbCI6eyJ3aWR0aCI6MTIwLCJoZWlnaHQiOjkwLCJmaWxlbmFtZSI6InRodW1ic19zdGF0ZS1kaXJlY3Rvci5qcGciLCJnZW5lcmF0ZWQiOiIwLjUyNjY3MTAwIDE0MzE2MDcwODcifSwiYXBlcnR1cmUiOmZhbHNlLCJjcmVkaXQiOmZhbHNlLCJjYW1lcmEiOmZhbHNlLCJjYXB0aW9uIjpmYWxzZSwiY3JlYXRlZF90aW1lc3RhbXAiOmZhbHNlLCJjb3B5cmlnaHQiOmZhbHNlLCJmb2NhbF9sZW5ndGgiOmZhbHNlLCJpc28iOmZhbHNlLCJzaHV0dGVyX3NwZWVkIjpmYWxzZSwiZmxhc2giOmZhbHNlLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',515,1431607202),(79,'up-close-cake-jpg',0,11,'up-close-cake.jpg','','up close cake.jpg','2015-05-13 20:01:00',0,0,'eyJ3aWR0aCI6MzI2NCwiaGVpZ2h0IjoyNDQ4LCJmdWxsIjp7IndpZHRoIjozMjY0LCJoZWlnaHQiOjI0NDh9LCJ0aHVtYm5haWwiOnsid2lkdGgiOjEyMCwiaGVpZ2h0Ijo5MCwiZmlsZW5hbWUiOiJ0aHVtYnNfdXAtY2xvc2UtY2FrZS5qcGciLCJnZW5lcmF0ZWQiOiIwLjc5OTk2NzAwIDE0MzE2MDcwOTQifSwiYXBlcnR1cmUiOiJGIDIuNCIsImNyZWRpdCI6ZmFsc2UsImNhbWVyYSI6ImlQaG9uZSA1YyIsImNhcHRpb24iOmZhbHNlLCJjcmVhdGVkX3RpbWVzdGFtcCI6Ik1heSAxMywgMjAxNSA4OjAxIHBtIiwiY29weXJpZ2h0IjpmYWxzZSwiZm9jYWxfbGVuZ3RoIjoiNC4xMiBtbSIsImlzbyI6MTI1LCJzaHV0dGVyX3NwZWVkIjoiMVwvMjAgc2VjIiwiZmxhc2giOiJOb3QgZmlyZWQiLCJ0aXRsZSI6ZmFsc2UsImtleXdvcmRzIjpmYWxzZSwic2F2ZWQiOnRydWV9',517,1431607202);
/*!40000 ALTER TABLE `lwz_ngg_pictures` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `lwz_options`
--
DROP TABLE IF EXISTS `lwz_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_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`),
KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=511271 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `lwz_options`
--
LOCK TABLES `lwz_options` WRITE;
/*!40000 ALTER TABLE `lwz_options` DISABLE KEYS */;
INSERT INTO `lwz_options` VALUES (1,'siteurl','https://zphiblgz.org','yes'),(2,'home','https://zphiblgz.org','yes'),(3,'blogname','Zeta Phi Beta Sorority Inc., Lambda Gamma Zeta Chapter','yes'),(4,'blogdescription','Lambda Gamma Zeta of Howard County','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','pr@zphiblgz.org','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','closed','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','Y-m-d','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','1','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(17725,'widget_gform_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(17726,'gravityformsaddon_gravityformswebapi_version','1.0','yes'),(17727,'gform_pending_installation','','yes'),(17728,'gform_enable_background_updates','','yes'),(17729,'rg_form_version','2.1.2','yes'),(17718,'fresh_site','0','yes'),(2552,'fmc_admin_notice','a:2:{s:15:\"two_week_review\";a:2:{s:5:\"start\";s:10:\"12/20/2016\";s:3:\"int\";i:14;}s:16:\"one_week_support\";a:3:{s:5:\"start\";s:10:\"12/13/2016\";s:3:\"int\";i:7;s:9:\"dismissed\";i:1;}}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','-5','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:64:\"/home4/zphiblgz/public_html/wp-content/themes/hopeful/footer.php\";i:2;s:62:\"/home4/zphiblgz/public_html/wp-content/themes/hopeful/page.php\";i:3;s:64:\"/home4/zphiblgz/public_html/wp-content/themes/hopeful/header.php\";i:4;s:67:\"/home4/zphiblgz/public_html/wp-content/themes/hopeful/functions.php\";i:5;s:61:\"/home4/zphiblgz/public_html/wp-content/themes/hopeful/404.php\";}','no'),(40,'template','hopeful','yes'),(41,'stylesheet','hopeful','yes'),(439240,'finished_updating_comment_type','1','yes'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','49752','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','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','1','yes'),(70,'close_comments_days_old','28','yes'),(71,'thread_comments','','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','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:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:10:{i:1;a:0:{}i:4;a:3:{s:5:\"title\";s:5:\"Email\";s:4:\"text\";s:18:\"youth@zphiblgz.org\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:5:\"Email\";s:4:\"text\";s:25:\"scholarships@zphiblgz.org\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:5:\"Email\";s:4:\"text\";s:15:\"pr@zphiblgz.org\";s:6:\"filter\";b:0;}i:7;a:3:{s:5:\"title\";s:5:\"Email\";s:4:\"text\";s:23:\"grammateus@zphiblgz.org\";s:6:\"filter\";b:0;}i:9;a:3:{s:5:\"title\";s:7:\"Connect\";s:4:\"text\";s:98:\"Zeta Phi Beta Sorority, Incorporated\r\nLambda Gamma Zeta Chapter\r\nP.O. Box 7002\r\nColumbia, MD 21045\";s:6:\"filter\";b:0;}i:12;a:3:{s:5:\"title\";s:6:\"Follow\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;}i:13;a:3:{s:5:\"title\";s:7:\"Contact\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;}i:14;a:3:{s:5:\"title\";s:12:\"Get In Touch\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:10:{s:37:\"document-gallery/document-gallery.php\";a:2:{i:0;s:8:\"DG_Setup\";i:1;s:9:\"uninstall\";}s:53:\"simple-custom-post-order/simple-custom-post-order.php\";s:18:\"scporder_uninstall\";s:35:\"obfuscate-email/obfuscate-email.php\";a:2:{i:0;s:18:\"c2c_ObfuscateEmail\";i:1;s:9:\"uninstall\";}s:47:\"google-sitemap-plugin/google-sitemap-plugin.php\";s:23:\"gglstmp_delete_settings\";s:21:\"wp-hooks/wp-hooks.php\";s:19:\"amw_hooks_uninstall\";s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";s:41:\"better-wp-security/better-wp-security.php\";a:2:{i:0;s:10:\"ITSEC_Core\";i:1;s:16:\"handle_uninstall\";}s:39:\"contact-form-7-paypal-add-on/paypal.php\";s:15:\"cf7pp_uninstall\";s:57:\"easy-paypal-events-tickets/easy-paypal-events-tickets.php\";a:2:{i:0;s:21:\"wpeevent_wpeasyevents\";i:1;s:18:\"wpeevent_uninstall\";}s:43:\"gf-form-multicolumn/gf-form-multicolumn.php\";s:9:\"uninstall\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','6','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','37965','yes'),(92,'lwz_user_roles','a:11:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:273:{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:17:\"cuar_view_account\";b:1;s:17:\"cuar_edit_account\";b:1;s:16:\"cuar_pp_list_all\";b:1;s:12:\"cuar_pp_edit\";b:1;s:14:\"cuar_pp_delete\";b:1;s:12:\"cuar_pp_read\";b:1;s:25:\"cuar_pp_manage_categories\";b:1;s:23:\"cuar_pp_edit_categories\";b:1;s:25:\"cuar_pp_delete_categories\";b:1;s:25:\"cuar_pp_assign_categories\";b:1;s:15:\"cuar_view_pages\";b:1;s:31:\"cuar_view_any_cuar_private_page\";b:1;s:26:\"cuar_pf_manage_attachments\";b:1;s:16:\"cuar_pf_list_all\";b:1;s:12:\"cuar_pf_edit\";b:1;s:14:\"cuar_pf_delete\";b:1;s:12:\"cuar_pf_read\";b:1;s:25:\"cuar_pf_manage_categories\";b:1;s:23:\"cuar_pf_edit_categories\";b:1;s:25:\"cuar_pf_delete_categories\";b:1;s:25:\"cuar_pf_assign_categories\";b:1;s:15:\"cuar_view_files\";b:1;s:31:\"cuar_view_any_cuar_private_file\";b:1;s:23:\"cuar_access_admin_panel\";b:1;s:23:\"view-customer-area-menu\";b:1;s:17:\"cuar_view_top_bar\";b:1;s:17:\"manage_events_cap\";b:1;s:23:\"manage_ticket_types_cap\";b:1;s:25:\"manage_discount_codes_cap\";b:1;s:17:\"manage_orders_cap\";b:1;s:20:\"manage_attendees_cap\";b:1;s:27:\"manage_ticket_templates_cap\";b:1;s:19:\"delete_checkins_cap\";b:1;s:20:\"delete_attendees_cap\";b:1;s:19:\"manage_settings_cap\";b:1;s:15:\"save_ticket_cap\";b:1;s:16:\"add_discount_cap\";b:1;s:17:\"publish_tc_events\";b:1;s:14:\"edit_tc_events\";b:1;s:21:\"edit_others_tc_events\";b:1;s:16:\"delete_tc_events\";b:1;s:23:\"delete_others_tc_events\";b:1;s:22:\"read_private_tc_events\";b:1;s:13:\"edit_tc_event\";b:1;s:15:\"delete_tc_event\";b:1;s:13:\"read_tc_event\";b:1;s:24:\"edit_published_tc_events\";b:1;s:22:\"edit_private_tc_events\";b:1;s:24:\"delete_private_tc_events\";b:1;s:26:\"delete_published_tc_events\";b:1;s:16:\"create_tc_events\";b:1;s:18:\"publish_tc_tickets\";b:1;s:15:\"edit_tc_tickets\";b:1;s:14:\"edit_tc_ticket\";b:1;s:22:\"edit_others_tc_tickets\";b:1;s:17:\"delete_tc_tickets\";b:1;s:24:\"delete_others_tc_tickets\";b:1;s:23:\"read_private_tc_tickets\";b:1;s:16:\"delete_tc_ticket\";b:1;s:14:\"read_tc_ticket\";b:1;s:25:\"edit_published_tc_tickets\";b:1;s:23:\"edit_private_tc_tickets\";b:1;s:25:\"delete_private_tc_tickets\";b:1;s:27:\"delete_published_tc_tickets\";b:1;s:17:\"create_tc_tickets\";b:1;s:24:\"edit_tc_tickets_instance\";b:1;s:24:\"read_tc_tickets_instance\";b:1;s:26:\"delete_tc_tickets_instance\";b:1;s:27:\"create_tc_tickets_instances\";b:1;s:25:\"edit_tc_tickets_instances\";b:1;s:38:\"edit_others_posts_tc_tickets_instances\";b:1;s:28:\"publish_tc_tickets_instances\";b:1;s:33:\"read_private_tc_tickets_instances\";b:1;s:27:\"delete_tc_tickets_instances\";b:1;s:35:\"delete_private_tc_tickets_instances\";b:1;s:37:\"delete_published_tc_tickets_instances\";b:1;s:34:\"delete_others_tc_tickets_instances\";b:1;s:33:\"edit_private_tc_tickets_instances\";b:1;s:35:\"edit_published_tc_tickets_instances\";b:1;s:13:\"edit_tc_order\";b:1;s:13:\"read_tc_order\";b:1;s:15:\"delete_tc_order\";b:1;s:16:\"create_tc_orders\";b:1;s:14:\"edit_tc_orders\";b:1;s:27:\"edit_others_posts_tc_orders\";b:1;s:17:\"publish_tc_orders\";b:1;s:22:\"read_private_tc_orders\";b:1;s:16:\"delete_tc_orders\";b:1;s:24:\"delete_private_tc_orders\";b:1;s:26:\"delete_published_tc_orders\";b:1;s:23:\"delete_others_tc_orders\";b:1;s:22:\"edit_private_tc_orders\";b:1;s:24:\"edit_published_tc_orders\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;s:6:\"sp_cdm\";b:1;s:14:\"sp_cdm_vendors\";b:1;s:15:\"sp_cdm_settings\";b:1;s:15:\"sp_cdm_projects\";b:1;s:15:\"sp_cdm_uploader\";b:1;s:16:\"sp_cdm_user_logs\";b:1;s:11:\"sp_cdm_help\";b:1;s:12:\"sp_cdm_forms\";b:1;s:13:\"sp_cdm_groups\";b:1;s:17:\"sp_cdm_categories\";b:1;s:15:\"sp_cdm_top_menu\";b:1;s:26:\"sp_cdm_show_folders_as_nav\";b:1;s:14:\"ure_edit_roles\";b:1;s:16:\"ure_create_roles\";b:1;s:16:\"ure_delete_roles\";b:1;s:23:\"ure_create_capabilities\";b:1;s:23:\"ure_delete_capabilities\";b:1;s:18:\"ure_manage_options\";b:1;s:15:\"ure_reset_roles\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:16:\"manage_downloads\";b:1;s:21:\"access_server_browser\";b:1;s:10:\"delete_ads\";b:1;s:17:\"delete_others_ads\";b:1;s:20:\"delete_published_ads\";b:1;s:8:\"edit_ads\";b:1;s:15:\"edit_others_ads\";b:1;s:16:\"edit_private_ads\";b:1;s:18:\"edit_published_ads\";b:1;s:11:\"publish_ads\";b:1;s:16:\"read_private_ads\";b:1;s:19:\"delete_applications\";b:1;s:26:\"delete_others_applications\";b:1;s:29:\"delete_published_applications\";b:1;s:17:\"edit_applications\";b:1;s:24:\"edit_others_applications\";b:1;s:25:\"edit_private_applications\";b:1;s:27:\"edit_published_applications\";b:1;s:20:\"publish_applications\";b:1;s:19:\"create_applications\";b:1;s:25:\"read_private_applications\";b:1;s:20:\"wpseo_manage_options\";b:1;s:11:\"hustle_menu\";b:1;s:18:\"hustle_edit_module\";b:1;s:13:\"hustle_create\";b:1;s:24:\"hustle_edit_integrations\";b:1;s:20:\"hustle_access_emails\";b:1;s:20:\"hustle_edit_settings\";b:1;s:16:\"hustle_analytics\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:12:{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:12:\"cuar_pf_edit\";b:1;s:12:\"cuar_pf_read\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:6:{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:12:\"cuar_pf_read\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:21:{s:7:\"level_0\";b:1;s:7:\"level_1\";b:1;s:7:\"level_2\";b:1;s:7:\"level_3\";b:1;s:7:\"level_4\";b:1;s:7:\"level_5\";b:1;s:7:\"level_6\";b:1;s:7:\"level_7\";b:1;s:6:\"sp_cdm\";b:1;s:17:\"sp_cdm_categories\";b:1;s:12:\"sp_cdm_forms\";b:1;s:13:\"sp_cdm_groups\";b:1;s:11:\"sp_cdm_help\";b:1;s:15:\"sp_cdm_projects\";b:1;s:15:\"sp_cdm_settings\";b:1;s:26:\"sp_cdm_show_folders_as_nav\";b:1;s:15:\"sp_cdm_top_menu\";b:1;s:15:\"sp_cdm_uploader\";b:1;s:16:\"sp_cdm_user_logs\";b:1;s:14:\"sp_cdm_vendors\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop Manager\";s:12:\"capabilities\";a:110:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;}}s:5:\"staff\";a:2:{s:4:\"name\";s:5:\"Staff\";s:12:\"capabilities\";a:13:{s:14:\"edit_tc_events\";b:1;s:24:\"edit_tc_tickets_instance\";b:1;s:24:\"read_tc_tickets_instance\";b:1;s:27:\"create_tc_tickets_instances\";b:1;s:25:\"edit_tc_tickets_instances\";b:1;s:38:\"edit_others_posts_tc_tickets_instances\";b:1;s:28:\"publish_tc_tickets_instances\";b:1;s:33:\"read_private_tc_tickets_instances\";b:1;s:33:\"edit_private_tc_tickets_instances\";b:1;s:35:\"edit_published_tc_tickets_instances\";b:1;s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:21:\"access_server_browser\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:13:{s:12:\"cuar_pf_read\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:6:\"sp_cdm\";b:1;s:17:\"sp_cdm_categories\";b:1;s:12:\"sp_cdm_forms\";b:1;s:13:\"sp_cdm_groups\";b:1;s:11:\"sp_cdm_help\";b:1;s:15:\"sp_cdm_projects\";b:1;s:15:\"sp_cdm_settings\";b:1;s:26:\"sp_cdm_show_folders_as_nav\";b:1;s:15:\"sp_cdm_top_menu\";b:1;s:15:\"sp_cdm_uploader\";b:1;}}s:11:\"aol_manager\";a:2:{s:4:\"name\";s:11:\"AOL Manager\";s:12:\"capabilities\";a:20:{s:10:\"delete_ads\";b:1;s:17:\"delete_others_ads\";b:1;s:20:\"delete_published_ads\";b:1;s:8:\"edit_ads\";b:1;s:15:\"edit_others_ads\";b:1;s:16:\"edit_private_ads\";b:1;s:18:\"edit_published_ads\";b:1;s:11:\"publish_ads\";b:1;s:16:\"read_private_ads\";b:1;s:19:\"delete_applications\";b:1;s:26:\"delete_others_applications\";b:1;s:29:\"delete_published_applications\";b:1;s:17:\"edit_applications\";b:1;s:24:\"edit_others_applications\";b:1;s:25:\"edit_private_applications\";b:1;s:27:\"edit_published_applications\";b:1;s:20:\"publish_applications\";b:0;s:19:\"create_applications\";b:0;s:25:\"read_private_applications\";b:1;s:4:\"read\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:24:{s:7:\"level_0\";b:1;s:7:\"level_1\";b:1;s:7:\"level_2\";b:1;s:7:\"level_3\";b:1;s:7:\"level_4\";b:1;s:7:\"level_5\";b:1;s:7:\"level_6\";b:1;s:7:\"level_7\";b:1;s:6:\"sp_cdm\";b:1;s:17:\"sp_cdm_categories\";b:1;s:12:\"sp_cdm_forms\";b:1;s:13:\"sp_cdm_groups\";b:1;s:11:\"sp_cdm_help\";b:1;s:15:\"sp_cdm_projects\";b:1;s:15:\"sp_cdm_settings\";b:1;s:26:\"sp_cdm_show_folders_as_nav\";b:1;s:15:\"sp_cdm_top_menu\";b:1;s:15:\"sp_cdm_uploader\";b:1;s:16:\"sp_cdm_user_logs\";b:1;s:14:\"sp_cdm_vendors\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:22:{s:7:\"level_0\";b:1;s:7:\"level_1\";b:1;s:7:\"level_2\";b:1;s:7:\"level_3\";b:1;s:7:\"level_4\";b:1;s:7:\"level_5\";b:1;s:7:\"level_6\";b:1;s:7:\"level_7\";b:1;s:6:\"sp_cdm\";b:1;s:17:\"sp_cdm_categories\";b:1;s:12:\"sp_cdm_forms\";b:1;s:13:\"sp_cdm_groups\";b:1;s:11:\"sp_cdm_help\";b:1;s:15:\"sp_cdm_projects\";b:1;s:15:\"sp_cdm_settings\";b:1;s:26:\"sp_cdm_show_folders_as_nav\";b:1;s:15:\"sp_cdm_top_menu\";b:1;s:15:\"sp_cdm_uploader\";b:1;s:16:\"sp_cdm_user_logs\";b:1;s:14:\"sp_cdm_vendors\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(93,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:4:\"main\";a:1:{i:0;s:7:\"text-12\";}s:24:\"ts-sidebar-5843807ec3a57\";a:1:{i:0;s:7:\"text-13\";}s:24:\"ts-sidebar-586bd3c733846\";a:1:{i:0;s:6:\"text-4\";}s:24:\"ts-sidebar-586bd3db69604\";a:1:{i:0;s:6:\"text-5\";}s:24:\"ts-sidebar-586bd3e7acac1\";a:1:{i:0;s:6:\"text-7\";}s:24:\"ts-sidebar-586bd3ee2d53c\";a:1:{i:0;s:6:\"text-6\";}s:24:\"ts-sidebar-586bd3f58a514\";a:1:{i:0;s:7:\"text-14\";}s:24:\"ts-sidebar-5875a66db9e4b\";a:1:{i:0;s:6:\"text-9\";}s:13:\"array_version\";i:3;}','yes'),(157,'hopeful_general','a:33:{s:16:\"enable_preloader\";s:1:\"N\";s:15:\"onepage_website\";s:1:\"N\";s:22:\"featured_image_in_post\";s:1:\"Y\";s:15:\"enable_lightbox\";s:1:\"Y\";s:19:\"enable_imagesloaded\";s:1:\"Y\";s:22:\"human_type_date_format\";s:1:\"Y\";s:14:\"comment_system\";s:7:\"default\";s:11:\"facebook_id\";s:0:\"\";s:19:\"enable_facebook_box\";s:1:\"N\";s:13:\"facebook_name\";s:0:\"\";s:17:\"show_wp_admin_bar\";s:1:\"Y\";s:18:\"enable_sticky_menu\";s:1:\"N\";s:20:\"sticky_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"sticky_menu_text_color\";s:7:\"#444444\";s:16:\"enable_mega_menu\";s:1:\"N\";s:4:\"like\";s:1:\"n\";s:10:\"like_icons\";s:5:\"heart\";s:16:\"decorative_icons\";s:18:\"icon-rhomb-outline\";s:13:\"tracking_code\";s:0:\"\";s:12:\"grid_excerpt\";s:3:\"260\";s:12:\"list_excerpt\";s:3:\"600\";s:15:\"bigpost_excerpt\";s:3:\"260\";s:16:\"timeline_excerpt\";s:3:\"260\";s:10:\"slug_video\";s:5:\"video\";s:19:\"slug_video_taxonomy\";s:17:\"videos_categories\";s:14:\"slug_portfolio\";s:9:\"portfolio\";s:23:\"slug_portfolio_taxonomy\";s:20:\"portfolio-categories\";s:10:\"slug_cause\";s:5:\"cause\";s:19:\"slug_cause_taxonomy\";s:16:\"cause-categories\";s:10:\"slug_event\";s:5:\"event\";s:19:\"slug_event_taxonomy\";s:16:\"event-categories\";s:11:\"slug_sermon\";s:6:\"sermon\";s:20:\"slug_sermon_taxonomy\";s:17:\"sermon-categories\";}','yes'),(158,'hopeful_image_sizes','a:9:{s:4:\"grid\";a:3:{s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"350\";s:4:\"mode\";s:4:\"crop\";}s:10:\"thumbnails\";a:3:{s:5:\"width\";s:3:\"450\";s:6:\"height\";s:3:\"370\";s:4:\"mode\";s:4:\"crop\";}s:7:\"bigpost\";a:3:{s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"400\";s:4:\"mode\";s:4:\"crop\";}s:9:\"superpost\";a:3:{s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"350\";s:4:\"mode\";s:4:\"crop\";}s:6:\"single\";a:3:{s:5:\"width\";s:4:\"1140\";s:6:\"height\";s:4:\"9999\";s:4:\"mode\";s:6:\"resize\";}s:8:\"featarea\";a:3:{s:5:\"width\";s:3:\"920\";s:6:\"height\";s:3:\"440\";s:4:\"mode\";s:6:\"resize\";}s:6:\"slider\";a:3:{s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"650\";s:4:\"mode\";s:4:\"crop\";}s:8:\"carousel\";a:3:{s:5:\"width\";s:4:\"9999\";s:6:\"height\";s:3:\"400\";s:4:\"mode\";s:6:\"resize\";}s:8:\"timeline\";a:3:{s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"280\";s:4:\"mode\";s:6:\"resize\";}}','yes'),(159,'hopeful_layout','a:10:{s:13:\"single_layout\";a:7:{s:7:\"sidebar\";a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";s:1:\"0\";}s:12:\"display-mode\";s:8:\"big-post\";s:4:\"grid\";a:5:{s:15:\"enable-carousel\";s:1:\"n\";s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}s:4:\"list\";a:4:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"thumbnails\";a:4:{s:15:\"enable-carousel\";s:1:\"n\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";s:6:\"gutter\";s:1:\"n\";}s:8:\"big-post\";a:5:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:13:\"related-posts\";s:1:\"n\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"super-post\";a:2:{s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}}s:11:\"page_layout\";a:7:{s:7:\"sidebar\";a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";s:1:\"0\";}s:12:\"display-mode\";s:8:\"big-post\";s:4:\"grid\";a:5:{s:15:\"enable-carousel\";s:1:\"n\";s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}s:4:\"list\";a:4:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"thumbnails\";a:4:{s:15:\"enable-carousel\";s:1:\"n\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";s:6:\"gutter\";s:1:\"n\";}s:8:\"big-post\";a:5:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:13:\"related-posts\";s:1:\"n\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"super-post\";a:2:{s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}}s:11:\"blog_layout\";a:7:{s:7:\"sidebar\";a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";s:1:\"0\";}s:12:\"display-mode\";s:8:\"big-post\";s:4:\"grid\";a:5:{s:15:\"enable-carousel\";s:1:\"n\";s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}s:4:\"list\";a:4:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"thumbnails\";a:4:{s:15:\"enable-carousel\";s:1:\"n\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";s:6:\"gutter\";s:1:\"n\";}s:8:\"big-post\";a:5:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:13:\"related-posts\";s:1:\"n\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"super-post\";a:2:{s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}}s:15:\"category_layout\";a:7:{s:7:\"sidebar\";a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";s:1:\"0\";}s:12:\"display-mode\";s:8:\"big-post\";s:4:\"grid\";a:5:{s:15:\"enable-carousel\";s:1:\"n\";s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}s:4:\"list\";a:4:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"thumbnails\";a:4:{s:15:\"enable-carousel\";s:1:\"n\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";s:6:\"gutter\";s:1:\"n\";}s:8:\"big-post\";a:5:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:13:\"related-posts\";s:1:\"n\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"super-post\";a:2:{s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}}s:13:\"author_layout\";a:7:{s:7:\"sidebar\";a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";s:1:\"0\";}s:12:\"display-mode\";s:8:\"big-post\";s:4:\"grid\";a:5:{s:15:\"enable-carousel\";s:1:\"n\";s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}s:4:\"list\";a:4:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"thumbnails\";a:4:{s:15:\"enable-carousel\";s:1:\"n\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";s:6:\"gutter\";s:1:\"n\";}s:8:\"big-post\";a:5:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:13:\"related-posts\";s:1:\"n\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"super-post\";a:2:{s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}}s:13:\"search_layout\";a:7:{s:7:\"sidebar\";a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";s:1:\"0\";}s:12:\"display-mode\";s:8:\"big-post\";s:4:\"grid\";a:5:{s:15:\"enable-carousel\";s:1:\"n\";s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}s:4:\"list\";a:4:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"thumbnails\";a:4:{s:15:\"enable-carousel\";s:1:\"n\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";s:6:\"gutter\";s:1:\"n\";}s:8:\"big-post\";a:5:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:13:\"related-posts\";s:1:\"n\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"super-post\";a:2:{s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}}s:14:\"archive_layout\";a:7:{s:7:\"sidebar\";a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";s:1:\"0\";}s:12:\"display-mode\";s:8:\"big-post\";s:4:\"grid\";a:5:{s:15:\"enable-carousel\";s:1:\"n\";s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}s:4:\"list\";a:4:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"thumbnails\";a:4:{s:15:\"enable-carousel\";s:1:\"n\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";s:6:\"gutter\";s:1:\"n\";}s:8:\"big-post\";a:5:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:13:\"related-posts\";s:1:\"n\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"super-post\";a:2:{s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}}s:11:\"tags_layout\";a:7:{s:7:\"sidebar\";a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";s:1:\"0\";}s:12:\"display-mode\";s:8:\"big-post\";s:4:\"grid\";a:5:{s:15:\"enable-carousel\";s:1:\"n\";s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}s:4:\"list\";a:4:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"thumbnails\";a:4:{s:15:\"enable-carousel\";s:1:\"n\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";s:6:\"gutter\";s:1:\"n\";}s:8:\"big-post\";a:5:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:13:\"related-posts\";s:1:\"n\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"super-post\";a:2:{s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}}s:14:\"product_layout\";a:7:{s:7:\"sidebar\";a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";s:1:\"0\";}s:12:\"display-mode\";s:8:\"big-post\";s:4:\"grid\";a:5:{s:15:\"enable-carousel\";s:1:\"n\";s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}s:4:\"list\";a:4:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"thumbnails\";a:4:{s:15:\"enable-carousel\";s:1:\"n\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";s:6:\"gutter\";s:1:\"n\";}s:8:\"big-post\";a:5:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:13:\"related-posts\";s:1:\"n\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"super-post\";a:2:{s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}}s:11:\"show_layout\";a:7:{s:7:\"sidebar\";a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";s:1:\"0\";}s:12:\"display-mode\";s:8:\"big-post\";s:4:\"grid\";a:5:{s:15:\"enable-carousel\";s:1:\"n\";s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}s:4:\"list\";a:4:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"thumbnails\";a:4:{s:15:\"enable-carousel\";s:1:\"n\";s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";s:6:\"gutter\";s:1:\"n\";}s:8:\"big-post\";a:5:{s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:11:\"image-split\";s:3:\"1-2\";s:13:\"related-posts\";s:1:\"n\";s:15:\"special-effects\";s:4:\"none\";}s:10:\"super-post\";a:2:{s:16:\"elements-per-row\";s:1:\"3\";s:15:\"special-effects\";s:4:\"none\";}}}','yes'),(160,'hopeful_styles','a:20:{s:12:\"boxed_layout\";s:1:\"N\";s:15:\"theme_custom_bg\";s:1:\"N\";s:16:\"theme_bg_pattern\";s:0:\"\";s:14:\"theme_bg_color\";s:7:\"#FFFFFF\";s:8:\"bg_image\";s:0:\"\";s:7:\"favicon\";s:75:\"https://zphiblgz.org/wp-content/uploads/2016/12/zetaphibeta_dove_blue-1.png\";s:14:\"facebook_image\";s:0:\"\";s:25:\"overlay_effect_for_images\";s:1:\"N\";s:19:\"overlay_effect_type\";s:4:\"dots\";s:15:\"sharing_overlay\";s:1:\"Y\";s:9:\"logo_type\";s:5:\"image\";s:8:\"logo_url\";s:60:\"https://zphiblgz.org/wp-content/uploads/2014/12/zetaword.jpg\";s:11:\"retina_logo\";s:1:\"Y\";s:12:\"retina_width\";s:3:\"500\";s:13:\"retina_height\";s:3:\"165\";s:14:\"logo_font_name\";s:1:\"0\";s:16:\"logo_font_weight\";s:6:\"normal\";s:15:\"logo_font_style\";s:6:\"normal\";s:14:\"logo_font_size\";s:2:\"32\";s:9:\"logo_text\";s:7:\"Hopeful\";}','yes'),(161,'hopeful_colors','a:18:{s:18:\"general_text_color\";s:7:\"#3f4549\";s:10:\"link_color\";s:7:\"#2741a5\";s:16:\"link_color_hover\";s:7:\"#2741a5\";s:15:\"view_link_color\";s:7:\"#2741a5\";s:21:\"view_link_color_hover\";s:7:\"#656D78\";s:10:\"meta_color\";s:7:\"#2741a5\";s:13:\"primary_color\";s:7:\"#2741a6\";s:19:\"primary_color_hover\";s:7:\"#2741a6\";s:15:\"secondary_color\";s:7:\"#2558b3\";s:21:\"secondary_color_hover\";s:7:\"#2558b3\";s:18:\"primary_text_color\";s:7:\"#FFFFFF\";s:24:\"primary_text_color_hover\";s:7:\"#2558b3\";s:20:\"secondary_text_color\";s:7:\"#FFFFFF\";s:26:\"secondary_text_color_hover\";s:7:\"#2558b3\";s:16:\"submenu_bg_color\";s:7:\"#FFFFFF\";s:22:\"submenu_bg_color_hover\";s:7:\"#FFFFFF\";s:18:\"submenu_text_color\";s:7:\"#2741a6\";s:24:\"submenu_text_color_hover\";s:7:\"#2741a6\";}','yes'),(162,'hopeful_typography','a:5:{s:16:\"google_fonts_key\";s:39:\"AIzaSyBHh7VPOKMPw1oy6wsEs8FNtR5E8zjb-7A\";s:8:\"headings\";a:16:{s:4:\"type\";s:3:\"std\";s:9:\"font_name\";s:1:\"0\";s:12:\"font_subsets\";a:1:{i:0;s:5:\"latin\";}s:11:\"font_weight\";s:7:\"regular\";s:10:\"font_style\";s:7:\"regular\";s:2:\"h1\";a:6:{s:9:\"font_name\";s:1:\"0\";s:9:\"font_size\";s:2:\"52\";s:11:\"font_weight\";s:3:\"400\";s:10:\"font_style\";s:7:\"regular\";s:4:\"text\";s:7:\"Hopeful\";s:12:\"font_subsets\";a:1:{i:0;s:5:\"latin\";}}s:2:\"h2\";a:6:{s:9:\"font_name\";s:1:\"0\";s:9:\"font_size\";s:2:\"44\";s:11:\"font_weight\";s:3:\"400\";s:10:\"font_style\";s:7:\"regular\";s:4:\"text\";s:7:\"Hopeful\";s:12:\"font_subsets\";a:1:{i:0;s:5:\"latin\";}}s:2:\"h3\";a:6:{s:9:\"font_name\";s:1:\"0\";s:9:\"font_size\";s:2:\"38\";s:11:\"font_weight\";s:3:\"400\";s:10:\"font_style\";s:7:\"regular\";s:4:\"text\";s:7:\"Hopeful\";s:12:\"font_subsets\";a:1:{i:0;s:5:\"latin\";}}s:2:\"h4\";a:6:{s:9:\"font_name\";s:1:\"0\";s:9:\"font_size\";s:2:\"32\";s:11:\"font_weight\";s:3:\"400\";s:10:\"font_style\";s:7:\"regular\";s:4:\"text\";s:7:\"Hopeful\";s:12:\"font_subsets\";a:1:{i:0;s:5:\"latin\";}}s:2:\"h5\";a:6:{s:9:\"font_name\";s:1:\"0\";s:9:\"font_size\";s:2:\"26\";s:11:\"font_weight\";s:3:\"400\";s:10:\"font_style\";s:7:\"regular\";s:4:\"text\";s:7:\"Hopeful\";s:12:\"font_subsets\";a:1:{i:0;s:5:\"latin\";}}s:4:\"text\";s:7:\"Hopeful\";s:8:\"font_eot\";s:0:\"\";s:8:\"font_svg\";s:0:\"\";s:8:\"font_ttf\";s:0:\"\";s:9:\"font_woff\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}s:12:\"primary_text\";a:11:{s:4:\"type\";s:3:\"std\";s:9:\"font_name\";s:1:\"0\";s:12:\"font_subsets\";a:1:{i:0;s:5:\"latin\";}s:11:\"font_weight\";s:7:\"regular\";s:10:\"font_style\";s:7:\"regular\";s:4:\"text\";s:54:\"Hopeful is a really nice WordPress Theme by TouchSize.\";s:8:\"font_eot\";s:0:\"\";s:8:\"font_svg\";s:0:\"\";s:8:\"font_ttf\";s:0:\"\";s:9:\"font_woff\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}s:14:\"secondary_text\";a:11:{s:4:\"type\";s:3:\"std\";s:9:\"font_name\";s:1:\"0\";s:12:\"font_subsets\";a:1:{i:0;s:5:\"latin\";}s:11:\"font_weight\";s:7:\"regular\";s:10:\"font_style\";s:7:\"regular\";s:4:\"text\";s:7:\"Hopeful\";s:8:\"font_eot\";s:0:\"\";s:8:\"font_svg\";s:0:\"\";s:8:\"font_ttf\";s:0:\"\";s:9:\"font_woff\";s:0:\"\";s:11:\"font_family\";s:0:\"\";}s:5:\"icons\";s:1999:\"icon-noicon,icon-image,icon-comments,icon-delete,icon-rss,icon-drag,icon-down,icon-up,icon-layout,icon-import,icon-play,icon-desktop,icon-social,icon-empty,icon-filter,icon-money,icon-flickr,icon-pinterest,icon-user,icon-video,icon-close,icon-link,icon-views,icon-quote,icon-pencil,icon-page,icon-post,icon-category,icon-time,icon-left,icon-right,icon-palette,icon-code,icon-sidebar,icon-vimeo,icon-lastfm,icon-logo,icon-heart,icon-list,icon-attention,icon-menu,icon-delimiter,icon-image-size,icon-settings,icon-share,icon-resize-vertical,icon-text,icon-movie,icon-dribbble,icon-yahoo,icon-facebook,icon-twitter,icon-tumblr,icon-gplus,icon-skype,icon-linkedin,icon-tick,icon-edit,icon-font,icon-home,icon-button,icon-wordpress,icon-music,icon-mail,icon-lock,icon-search,icon-github,icon-basket,icon-star,icon-link-ext,icon-award,icon-signal,icon-target,icon-attach,icon-download,icon-upload,icon-mic,icon-calendar,icon-phone,icon-headphones,icon-flag,icon-credit-card,icon-save,icon-megaphone,icon-key,icon-euro,icon-pound,icon-dollar,icon-rupee,icon-yen,icon-rouble,icon-try,icon-won,icon-bitcoin,icon-anchor,icon-support,icon-blocks,icon-block,icon-graduate,icon-shield,icon-window,icon-coverflow,icon-flight,icon-brush,icon-resize-full,icon-news,icon-pin,icon-params,icon-beaker,icon-delivery,icon-bell,icon-help,icon-laptop,icon-tablet,icon-mobile,icon-thumb,icon-briefcase,icon-direction,icon-ticket,icon-chart,icon-book,icon-print,icon-on,icon-off,icon-featured-area,icon-team,icon-login,icon-clients,icon-tabs,icon-tags,icon-gauge,icon-bag,icon-key,icon-glasses,icon-ok-full,icon-restart,icon-recursive,icon-shuffle,icon-ribbon,icon-lamp,icon-flash,icon-leaf,icon-chart-pie-outline,icon-puzzle,icon-fullscreen,icon-downscreen,icon-zoom-in,icon-zoom-out,icon-pencil-alt,icon-down-dir,icon-left-dir,icon-right-dir,icon-up-dir,icon-circle-outline,icon-circle-full,icon-dot-circled,icon-threedots,icon-colon,icon-down-micro,icon-cancel,icon-medal,icon-square-outline,icon-rhomb,icon-rhomb-outline\";}','yes'),(163,'hopeful_single_post','a:12:{s:13:\"related_posts\";s:1:\"Y\";s:23:\"number_of_related_posts\";i:6;s:27:\"related_posts_nr_of_columns\";i:3;s:18:\"related_posts_type\";s:10:\"thumbnails\";s:32:\"related_posts_selection_criteria\";s:7:\"by_tags\";s:14:\"social_sharing\";s:1:\"Y\";s:9:\"post_tags\";s:1:\"Y\";s:9:\"post_meta\";s:1:\"Y\";s:15:\"post_pagination\";s:1:\"Y\";s:9:\"show_more\";s:1:\"y\";s:18:\"display_author_box\";s:1:\"n\";s:11:\"breadcrumbs\";s:1:\"y\";}','yes'),(164,'hopeful_page','a:3:{s:14:\"social_sharing\";s:1:\"N\";s:9:\"post_meta\";s:1:\"Y\";s:11:\"breadcrumbs\";s:1:\"y\";}','yes'),(165,'hopeful_social','a:17:{s:5:\"email\";s:23:\"membership@zphiblgz.org\";s:5:\"skype\";s:0:\"\";s:6:\"github\";s:0:\"\";s:5:\"gplus\";s:0:\"\";s:7:\"dribble\";s:0:\"\";s:6:\"lastfm\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:7:\"twitter\";s:32:\"http://www.twitter.com/zphib_lgz\";s:5:\"vimeo\";s:0:\"\";s:9:\"wordpress\";s:0:\"\";s:5:\"yahoo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:8:\"facebook\";s:32:\"http://www.facebook.com/zphiblgz\";s:6:\"flickr\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:9:\"instagram\";s:0:\"\";}','yes'),(166,'hopeful_theme_update','a:1:{s:14:\"update_options\";a:2:{s:9:\"user_name\";s:9:\"zphib_lgz\";s:7:\"key_api\";s:32:\"ilapll39o835y8yk8z2ctl7gq3tfa8ux\";}}','yes'),(167,'hopeful_theme_advertising','a:2:{s:9:\"ad_area_1\";s:0:\"\";s:9:\"ad_area_2\";s:0:\"\";}','yes'),(168,'hopeful_css','a:1:{s:3:\"css\";s:92:\".teams article .image-holder,\r\n.teams article .article-title {\r\n pointer-events: none;\r\n}\";}','yes'),(169,'hopeful_sidebars','a:2:{s:24:\"ts-sidebar-586bd3ee2d53c\";s:3:\"BOG\";s:24:\"ts-sidebar-5875a66db9e4b\";s:9:\"MailChimp\";}','yes'),(170,'hopeful_impots_options','a:0:{}','yes'),(171,'hopeful_red_area','a:4:{s:4:\"news\";s:2213:\"<ul><li><a href=\"http://demo.touchsize.com/themes/?theme=shootback\" target=\"_blank\">Shootback has been launched</a><em>March 17th, 2015 at 12:43</em>\n <img src=\"http://demo.touchsize.com/shootback/wp-content/themes/shootback/images/logo.png\" /><p>We launched our new photography WordPress theme! Clean, simple and with the drag and drop features it is just amazing!</p>\n </li>\n<li><a href=\"http://demo.touchsize.com/themes/?theme=esquise\" target=\"_blank\">You must try Esquise</a><em>March 3rd, 2015 at 15:43</em>\n <img src=\"http://demo.touchsize.com/esquise/wp-content/themes/esquise/images/logo.png\" /><p>We launched our new magazine WordPress theme, and it\\\'s very pretty. Go check it out!</p>\n </li>\n<li><a href=\"http://demo.touchsize.com/themes/?theme=videotouch\" target=\"_blank\">Go get VideoTouch right now!</a><em>November 4th, 2014 at 15:43</em>\n <img src=\"http://demo.touchsize.com/videotouch/wp-content/themes/videotouch/images/logo.png\" /><p>Codmark is now up for grabs! Go get your copy now on our website! http://touchsize.com</p>\n </li>\n<li><a href=\"http://demo.touchsize.com/themes/?theme=codmark\" target=\"_blank\">Codmark is available for download</a><em>October 13th, 2014 at 11:43</em>\n <img src=\"http://redcodn.com/wp-content/uploads/2014/10/codmark-banner.jpg\" /><p>Codmark is now live! Get a copy of the most powerful theme that we have ever done here http://bit.ly/ZnbocK</p>\n </li>\n<li><a href=\"http://demo.touchsize.com/fontana\" target=\"_blank\">Getting Fontana ready</a><em>June 17th, 2014 at 15:43</em>\n <img src=\"http://demo.touchsize.com/fontana/wp-content/uploads/sites/7/2014/06/fontana_logo.jpg\" /><p>We are getting close to launching our new drag and drop enabled WordPress theme. It should be ready for action soon! Check the demo on the link!</p>\n </li>\n<li><a href=\"http://touchsize.com\" target=\"_blank\">Welcome to TouchSize</a><em>June 1st, 2014 at 15:43</em>\n <img src=\"http://touchsize.com/wp-content/themes/touchsize/images/logo.png\" /><p>Welcome to TouchSize Admin Panel. This is our first news item. We are really glad you are using our product. Please make sure to write us any suggestions and bug reports at touchsize@gmail.com</p>\n </li></ul>\";s:5:\"alert\";N;s:13:\"hidden_alerts\";a:3:{i:0;s:2:\"20\";i:1;s:2:\"25\";i:2;s:2:\"26\";}s:4:\"time\";i:1632334354;}','yes'),(363,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(364,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(365,'woocommerce_myaccount_page_id','105','yes'),(366,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(367,'woocommerce_enable_myaccount_registration','no','no'),(368,'woocommerce_enable_checkout_login_reminder','no','no'),(369,'woocommerce_registration_generate_username','no','no'),(370,'woocommerce_registration_generate_password','no','no'),(371,'woocommerce_myaccount_orders_endpoint','orders','yes'),(372,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(174,'recently_activated','a:0:{}','yes'),(142487,'tml_login_type','email','no'),(27899,'cause_categories_children','a:0:{}','yes'),(177,'sermon_categories_children','a:0:{}','yes'),(46271,'event_categories_children','a:1:{i:44;a:1:{i:0;i:70;}}','yes'),(179,'videos_categories_children','a:0:{}','yes'),(58550,'teams_children','a:0:{}','yes'),(181,'portfolio_register_post_type_children','a:0:{}','yes'),(182,'ts_pricing_table_categories_children','a:0:{}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:34:{i:1601256962;a:1:{s:10:\"itsec_cron\";a:0:{}}i:1632343140;a:1:{s:16:\"icwp-wpsf-hourly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1632343583;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1632344474;a:1:{s:26:\"um_hourly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1632344823;a:1:{s:38:\"hustle_general_data_protection_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1632344882;a:1:{s:10:\"itsec_cron\";a:1:{s:32:\"12ca8767a64eac20d01836398698c811\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:1:{i:0;s:11:\"flush-files\";}s:8:\"interval\";i:3600;}}}i:1632353164;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1632358885;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1632358900;a:1:{s:15:\"itsec_cron_test\";a:1:{s:32:\"107d9a7f15c739dd35fd9eff619e9532\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1632358900;}}}}i:1632359149;a:1:{s:28:\"wp_statistics_add_visit_hook\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1632359402;a:1:{s:10:\"itsec_cron\";a:1:{s:32:\"7a0fd5d064c59cf40c3df9ad0bb6e63d\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:11:\"clear-locks\";}s:8:\"interval\";i:86400;}}}i:1632359462;a:1:{s:10:\"itsec_cron\";a:1:{s:32:\"d3ad27d223d301b6ae68ed2a88d04d71\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:12:\"health-check\";}s:8:\"interval\";i:86400;}}}i:1632359642;a:1:{s:10:\"itsec_cron\";a:1:{s:32:\"3ec3d6914daf50bcdb5e5b065213e29b\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:17:\"purge-log-entries\";}s:8:\"interval\";i:86400;}}}i:1632360182;a:1:{s:10:\"itsec_cron\";a:1:{s:32:\"c0ae31dfe60fdb9da055aa838519db0f\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{i:0;s:12:\"clear-tokens\";}s:8:\"interval\";i:86400;}}}i:1632368700;a:1:{s:19:\"icwp-wpsf-all-scans\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:19:\"icwp-wpsf-per-day-1\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1632371301;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:1632376874;a:1:{s:30:\"um_twicedaily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1632377714;a:1:{s:17:\"gravityforms_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1632383340;a:1:{s:15:\"icwp-wpsf-daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1632384009;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1632384010;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1632395727;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1632413294;a:1:{s:16:\"itsec_purge_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1632414503;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1632418334;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1632419415;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1632420074;a:1:{s:25:\"um_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1632425093;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1632678616;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1632686896;a:1:{s:26:\"nf_weekly_promotion_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1632687119;a:1:{s:22:\"nf_marketing_feed_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1633849578;a:1:{s:13:\"nf_optin_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"nf-monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}i:1634449826;a:2:{s:14:\"updraft_backup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}s:23:\"updraft_backup_database\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','yes'),(429244,'ai1wm_auth_user','admin','yes'),(429245,'ai1wm_auth_password','admin','yes'),(397384,'icwp_wpsf_install_id','81272299716d913e2efafd547b5e992b4061eece','yes'),(131303,'nf_form_tel_sent','true','no'),(297,'woocommerce_default_country','US:MD','yes'),(298,'woocommerce_allowed_countries','specific','yes'),(299,'woocommerce_all_except_countries','a:0:{}','yes'),(300,'woocommerce_specific_allowed_countries','a:0:{}','yes'),(301,'woocommerce_ship_to_countries','disabled','yes'),(302,'woocommerce_specific_ship_to_countries','a:0:{}','yes'),(303,'woocommerce_default_customer_address','geolocation','yes'),(304,'woocommerce_calc_taxes','no','yes'),(305,'woocommerce_demo_store','no','yes'),(306,'woocommerce_demo_store_notice','This is a demo store for testing purposes — no orders shall be fulfilled.','no'),(307,'woocommerce_currency','USD','yes'),(308,'woocommerce_currency_pos','left','yes'),(309,'woocommerce_price_thousand_sep',',','yes'),(310,'woocommerce_price_decimal_sep','.','yes'),(311,'woocommerce_price_num_decimals','2','yes'),(312,'woocommerce_weight_unit','lbs','yes'),(313,'woocommerce_dimension_unit','in','yes'),(314,'woocommerce_enable_review_rating','yes','yes'),(315,'woocommerce_review_rating_required','yes','no'),(316,'woocommerce_review_rating_verification_label','yes','no'),(317,'woocommerce_review_rating_verification_required','no','no'),(318,'woocommerce_shop_page_id','535','yes'),(319,'woocommerce_shop_page_display','','yes'),(320,'woocommerce_category_archive_display','','yes'),(321,'woocommerce_default_catalog_orderby','menu_order','yes'),(322,'woocommerce_cart_redirect_after_add','no','yes'),(323,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(324,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";i:1;}','yes'),(325,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:4:\"crop\";i:1;}','yes'),(326,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:3:\"180\";s:4:\"crop\";i:1;}','yes'),(327,'woocommerce_enable_lightbox','yes','yes'),(328,'woocommerce_manage_stock','yes','yes'),(329,'woocommerce_hold_stock_minutes','60','no'),(330,'woocommerce_notify_low_stock','yes','no'),(331,'woocommerce_notify_no_stock','yes','no'),(332,'woocommerce_stock_email_recipient','pr@zphiblgz.org','no'),(333,'woocommerce_notify_low_stock_amount','2','no'),(334,'woocommerce_notify_no_stock_amount','0','yes'),(335,'woocommerce_hide_out_of_stock_items','no','yes'),(336,'woocommerce_stock_format','','yes'),(337,'woocommerce_file_download_method','force','no'),(338,'woocommerce_downloads_require_login','no','no'),(339,'woocommerce_downloads_grant_access_after_payment','yes','no'),(340,'woocommerce_prices_include_tax','no','yes'),(341,'woocommerce_tax_based_on','shipping','yes'),(342,'woocommerce_shipping_tax_class','','yes'),(343,'woocommerce_tax_round_at_subtotal','no','yes'),(344,'woocommerce_tax_classes','Reduced Rate\nZero Rate','yes'),(345,'woocommerce_tax_display_shop','excl','yes'),(346,'woocommerce_tax_display_cart','excl','no'),(347,'woocommerce_price_display_suffix','','yes'),(348,'woocommerce_tax_total_display','itemized','no'),(349,'woocommerce_enable_shipping_calc','yes','no'),(350,'woocommerce_shipping_cost_requires_address','no','no'),(351,'woocommerce_ship_to_destination','billing','no'),(352,'woocommerce_enable_coupons','no','yes'),(353,'woocommerce_calc_discounts_sequentially','no','no'),(354,'woocommerce_enable_guest_checkout','yes','no'),(355,'woocommerce_force_ssl_checkout','no','yes'),(356,'woocommerce_unforce_ssl_checkout','no','yes'),(357,'woocommerce_cart_page_id','103','yes'),(358,'woocommerce_checkout_page_id','104','yes'),(359,'woocommerce_terms_page_id','','no'),(360,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(361,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(362,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(2550,'widget_form_maker_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2551,'cfm_emailverification','1','yes'),(514,'woocommerce_new_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:19:\"paypal@zphiblgz.org\";s:7:\"subject\";s:65:\"[{site_title}] New customer order ({order_number}) - {order_date}\";s:7:\"heading\";s:18:\"New customer order\";s:10:\"email_type\";s:4:\"html\";}','yes'),(233,'jetpack_file_data','a:1:{s:5:\"4.4.1\";a:50:{s:32:\"31e5b9ae08b62c2b0cd8a7792242298b\";a:14:{s:4:\"name\";s:20:\"Spelling and Grammar\";s:11:\"description\";s:40:\"Check your spelling, style, and grammar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"6\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:115:\"after the deadline, afterthedeadline, spell, spellchecker, spelling, grammar, proofreading, style, language, cliche\";}s:32:\"3f41b2d629265b5de8108b463abbe8e2\";a:14:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:64:\"Transform image galleries into gorgeous, full-screen slideshows.\";s:14:\"jumpstart_desc\";s:79:\"Brings your photos and images to life as full-size, easily navigable galleries.\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";}s:32:\"c6ebb418dde302de09600a6025370583\";a:14:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:65:\"Allow comments with WordPress.com, Twitter, Facebook, or Google+.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";}s:32:\"836f9485669e1bbb02920cb474730df0\";a:14:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:57:\"Insert a customizable contact form anywhere on your site.\";s:14:\"jumpstart_desc\";s:111:\"Adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:18:\"Writing, Jumpstart\";s:25:\"additional_search_queries\";s:44:\"contact, form, grunion, feedback, submission\";}s:32:\"ea3970eebf8aac55fc3eca5dca0e0157\";a:14:{s:4:\"name\";s:20:\"Custom Content Types\";s:11:\"description\";s:61:\"Organize and display different types of content on your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";}s:32:\"d2bb05ccad3d8789df40ca3abb97336c\";a:14:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:53:\"Tweak your site’s CSS without modifying your theme.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";}s:32:\"a2064eec5b9c7e0d816af71dee7a715f\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"53a4ec755022ef3953699734c343da02\";a:14:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";}s:32:\"72fecb67ee6704ba0a33e0225316ad06\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"d56e2886185a9eace719cc57d46770df\";a:14:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:14:\"jumpstart_desc\";s:131:\"Let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:21:\"Appearance, Jumpstart\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";}s:32:\"e391e760617bd0e0736550e34a73d7fe\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:8:\"2.0.3 ??\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"2e345370766346c616b3c5046e817720\";a:14:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:54:\"Automatically load new content when a visitor scrolls.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";}s:32:\"bd69edbf134de5fae8fdcf2e70a45b56\";a:14:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";}s:32:\"8110b7a4423aaa619dfa46b8843e10d1\";a:14:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:57:\"Use LaTeX markup for complex equations and other geekery.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";}s:32:\"fd7e85d3b4887fa6b6f997d6592c1f33\";a:14:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";}s:32:\"c5dfef41fad5bcdcaae8e315e5cfc420\";a:14:{s:4:\"name\";s:6:\"Manage\";s:11:\"description\";s:54:\"Manage all of your sites from a centralized dashboard.\";s:14:\"jumpstart_desc\";s:151:\"Helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"3\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:35:\"Centralized Management, Recommended\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:26:\"manage, management, remote\";}s:32:\"fd6dc399b92bce76013427e3107c314f\";a:14:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:51:\"Write posts or pages in plain-text Markdown syntax.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";}s:32:\"c49a35b6482b0426cb07ad28ecf5d7df\";a:14:{s:4:\"name\";s:12:\"Mobile Theme\";s:11:\"description\";s:47:\"Optimize your site for smartphones and tablets.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"21\";s:20:\"recommendation_order\";s:2:\"11\";s:10:\"introduced\";s:3:\"1.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:31:\"Appearance, Mobile, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:24:\"mobile, theme, minileven\";}s:32:\"b42e38f6fafd2e4104ebe5bf39b4be47\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"771cfeeba0d3d23ec344d5e781fb0ae2\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"54f0661d27c814fc8bde39580181d939\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"46c4c413b5c72bbd3c3dbd14ff8f8adc\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"9ea52fa25783e5ceeb6bfaed3268e64e\";a:14:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:61:\"Receive immediate notifications if your site goes down, 24/7.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:37:\"monitor, uptime, downtime, monitoring\";}s:32:\"cfcaafd0fcad087899d715e0b877474d\";a:14:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";}s:32:\"0d18bfa69bec61550c1d813ce64149b0\";a:14:{s:4:\"name\";s:10:\"Omnisearch\";s:11:\"description\";s:66:\"Search your entire database from a single field in your dashboard.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"16\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:6:\"search\";}s:32:\"3f0a11e23118f0788d424b646a6d465f\";a:14:{s:4:\"name\";s:6:\"Photon\";s:11:\"description\";s:27:\"Speed up images and photos.\";s:14:\"jumpstart_desc\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:34:\"Recommended, Jumpstart, Appearance\";s:25:\"additional_search_queries\";s:38:\"photon, image, cdn, performance, speed\";}s:32:\"e37cfbcb72323fb1fe8255a2edb4d738\";a:14:{s:4:\"name\";s:13:\"Post by Email\";s:11:\"description\";s:34:\"Publish posts by sending an email.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";}s:32:\"728290d131a480bfe7b9e405d7cd925f\";a:14:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:43:\"Prevent and block malicious login attempts.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:65:\"security, secure, protection, botnet, brute force, protect, login\";}s:32:\"f9ce784babbbf4dcca99b8cd2ceb420c\";a:14:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:27:\"Automated social marketing.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:107:\"facebook, twitter, google+, googleplus, google, path, tumblr, linkedin, social, tweet, connections, sharing\";}s:32:\"052c03877dd3d296a71531cb07ad939a\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"52edecb2a75222e75b2dce4356a4efce\";a:14:{s:4:\"name\";s:13:\"Related Posts\";s:11:\"description\";s:64:\"Increase page views by showing related content to your visitors.\";s:14:\"jumpstart_desc\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:22:\"related, related posts\";}s:32:\"68b0d01689803c0ea7e4e60a86de2519\";a:14:{s:4:\"name\";s:9:\"SEO tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:14:\"jumpstart_desc\";s:50:\"Better results on search engines and social media.\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:18:\"Traffic, Jumpstart\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";}s:32:\"8b059cb50a66b717f1ec842e736b858c\";a:14:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:37:\"Allow visitors to share your content.\";s:14:\"jumpstart_desc\";s:116:\"Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:141:\"share, sharing, sharedaddy, buttons, icons, email, facebook, twitter, google+, linkedin, pinterest, pocket, press this, print, reddit, tumblr\";}s:32:\"a6d2394329871857401255533a9873f7\";a:14:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:50:\"Embed media from popular sites without any coding.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:245:\"shortcodes, shortcode, embeds, media, bandcamp, blip.tv, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";}s:32:\"21496e2897ea5f81605e2f2ac3beb921\";a:14:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:54:\"Create short and simple links for all posts and pages.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";}s:32:\"e2a54a5d7879a4162709e6ffb540dd08\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"f5c537bc304f55b29c1a87e30be0cd24\";a:14:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";}s:32:\"59a23643437358a9b557f1d1e20ab040\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"6a90f97c3194cfca5671728eaaeaf15e\";a:14:{s:4:\"name\";s:14:\"Single Sign On\";s:11:\"description\";s:46:\"Secure user authentication with WordPress.com.\";s:14:\"jumpstart_desc\";s:98:\"Lets you log in to all your Jetpack-enabled sites with one click using your WordPress.com account.\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:19:\"Security, Jumpstart\";s:25:\"additional_search_queries\";s:34:\"sso, single sign on, login, log in\";}s:32:\"b65604e920392e2f7134b646760b75e8\";a:14:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";}s:32:\"23a586dd7ead00e69ec53eb32ef740e4\";a:14:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:55:\"Notify your readers of new posts and comments by email.\";s:14:\"jumpstart_desc\";s:126:\"Give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display.\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:21:\"Engagement, Jumpstart\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";}s:32:\"1d978b8d84d2f378fe1a702a67633b6d\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"b3b983461d7f3d27322a3551ed8a9405\";a:14:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";}s:32:\"d924e5b05722b0e104448543598f54c0\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}s:32:\"36741583b10c521997e563ad8e1e8b77\";a:14:{s:4:\"name\";s:12:\"Data Backups\";s:11:\"description\";s:54:\"Off-site backups, security scans, and automatic fixes.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:28:\"vaultpress, backup, security\";}s:32:\"2b9b44f09b5459617d68dd82ee17002a\";a:14:{s:4:\"name\";s:17:\"Site Verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";}s:32:\"5ab4c0db7c42e10e646342da0274c491\";a:14:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:44:\"Powerful, simple video hosting for WordPress\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:25:\"video, videos, videopress\";}s:32:\"60a1d3aa38bc0fe1039e59dd60888543\";a:14:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";}s:32:\"174ed3416476c2cb9ff5b0f671280b15\";a:14:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:54:\"Add images, Twitter streams, and more to your sidebar.\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";}s:32:\"28b931a1db19bd24869bd54b14e733d5\";a:14:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:14:\"jumpstart_desc\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";}}}','yes'),(131744,'Admin_custome_login_text','s:627:\"a:17:{s:18:\"heading_font_color\";s:7:\"#ffffff\";s:16:\"input_font_color\";s:7:\"#000000\";s:10:\"link_color\";s:7:\"#ffffff\";s:12:\"button_color\";s:7:\"#dd3333\";s:17:\"heading_font_size\";s:2:\"14\";s:15:\"input_font_size\";s:2:\"18\";s:9:\"link_size\";s:2:\"14\";s:16:\"button_font_size\";s:2:\"14\";s:18:\"enable_link_shadow\";s:3:\"yes\";s:17:\"link_shadow_color\";s:7:\"#ffffff\";s:18:\"heading_font_style\";s:9:\"Open Sans\";s:16:\"input_font_style\";s:9:\"Open Sans\";s:15:\"link_font_style\";s:9:\"Open Sans\";s:17:\"button_font_style\";s:9:\"Open Sans\";s:20:\"enable_inputbox_icon\";s:3:\"yes\";s:15:\"user_input_icon\";s:7:\"fa-user\";s:19:\"password_input_icon\";s:6:\"fa-key\";}\";','yes'),(131745,'Admin_custome_login_logo','s:267:\"a:5:{s:10:\"logo_image\";s:83:\"https://zphiblgz.org/wp-content/plugins/admin-custom-login//images/default-logo.png\";s:10:\"logo_width\";s:3:\"274\";s:11:\"logo_height\";s:2:\"63\";s:8:\"logo_url\";s:20:\"https://zphiblgz.org\";s:14:\"logo_url_title\";s:23:\"Your Site Name and Info\";}\";','yes'),(131746,'Admin_custome_login_Social','s:911:\"a:21:{s:18:\"enable_social_icon\";s:5:\"outer\";s:16:\"social_icon_size\";s:6:\"mediam\";s:18:\"social_icon_layout\";s:9:\"rectangle\";s:17:\"social_icon_color\";s:7:\"#ffffff\";s:25:\"social_icon_color_onhover\";s:7:\"#1e73be\";s:14:\"social_icon_bg\";s:7:\"#1e73be\";s:22:\"social_icon_bg_onhover\";s:7:\"#ffffff\";s:20:\"social_facebook_link\";s:19:\"http://facebook.com\";s:19:\"social_twitter_link\";s:33:\"https://twitter.com/minimalmonkey\";s:20:\"social_linkedin_link\";s:0:\"\";s:23:\"social_google_plus_link\";s:22:\"http://plus.google.com\";s:21:\"social_pinterest_link\";s:0:\"\";s:16:\"social_digg_link\";s:0:\"\";s:19:\"social_youtube_link\";s:19:\"https://youtube.com\";s:18:\"social_flickr_link\";s:18:\"https://flickr.com\";s:18:\"social_tumblr_link\";s:0:\"\";s:21:\"social_vkontakte_link\";s:0:\"\";s:17:\"social_skype_link\";s:0:\"\";s:21:\"social_instagram_link\";s:21:\"https://instagram.com\";s:20:\"social_telegram_link\";s:0:\"\";s:20:\"social_whatsapp_link\";s:0:\"\";}\";','yes'),(131747,'Admin_custome_login_Slidshow','s:967:\"a:12:{s:16:\"Slidshow_image_1\";s:82:\"https://zphiblgz.org/wp-content/plugins/admin-custom-login//images/rpg-default.jpg\";s:16:\"Slidshow_image_2\";s:82:\"https://zphiblgz.org/wp-content/plugins/admin-custom-login//images/rpg-default.jpg\";s:16:\"Slidshow_image_3\";s:82:\"https://zphiblgz.org/wp-content/plugins/admin-custom-login//images/rpg-default.jpg\";s:16:\"Slidshow_image_4\";s:82:\"https://zphiblgz.org/wp-content/plugins/admin-custom-login//images/rpg-default.jpg\";s:16:\"Slidshow_image_5\";s:82:\"https://zphiblgz.org/wp-content/plugins/admin-custom-login//images/rpg-default.jpg\";s:16:\"Slidshow_image_6\";s:82:\"https://zphiblgz.org/wp-content/plugins/admin-custom-login//images/rpg-default.jpg\";s:22:\"Slidshow_image_label_1\";s:9:\"undefined\";s:22:\"Slidshow_image_label_2\";s:9:\"undefined\";s:22:\"Slidshow_image_label_3\";s:9:\"undefined\";s:22:\"Slidshow_image_label_4\";s:9:\"undefined\";s:22:\"Slidshow_image_label_5\";s:9:\"undefined\";s:22:\"Slidshow_image_label_6\";s:9:\"undefined\";}\";','yes'),(131748,'Admin_custome_login_gcaptcha','s:91:\"a:3:{s:8:\"site_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";s:21:\"login_enable_gcaptcha\";s:2:\"no\";}\";','yes'),(2307,'theme_my_login_themed_profiles','a:8:{s:13:\"administrator\";a:2:{s:13:\"theme_profile\";b:1;s:14:\"restrict_admin\";b:0;}s:6:\"author\";a:2:{s:13:\"theme_profile\";b:1;s:14:\"restrict_admin\";b:0;}s:11:\"contributor\";a:2:{s:13:\"theme_profile\";b:1;s:14:\"restrict_admin\";b:0;}s:8:\"customer\";a:2:{s:13:\"theme_profile\";b:1;s:14:\"restrict_admin\";b:0;}s:6:\"editor\";a:2:{s:13:\"theme_profile\";b:1;s:14:\"restrict_admin\";b:0;}s:12:\"shop_manager\";a:2:{s:13:\"theme_profile\";b:1;s:14:\"restrict_admin\";b:0;}s:5:\"staff\";a:2:{s:13:\"theme_profile\";b:1;s:14:\"restrict_admin\";b:0;}s:10:\"subscriber\";a:2:{s:13:\"theme_profile\";b:1;s:14:\"restrict_admin\";b:0;}}','yes'),(2276,'akismet_show_user_comments_approved','0','yes'),(2277,'wordpress_api_key','0551b927c83f','yes'),(1716,'category_children','a:0:{}','yes'),(132,'_transient_twentysixteen_categories','1','yes'),(133,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1480436952;s:4:\"data\";a:2:{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\";}}}}','yes'),(134,'current_theme','Hopeful','yes'),(135,'theme_mods_hopeful','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:49;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(136,'theme_switched','','yes'),(137,'post_settings_defaults','a:10:{s:10:\"hide_title\";s:2:\"no\";s:9:\"hide_meta\";s:2:\"no\";s:12:\"hide_related\";s:2:\"no\";s:19:\"hide_social_sharing\";s:2:\"no\";s:12:\"hide_featimg\";s:2:\"no\";s:15:\"hide_author_box\";s:3:\"yes\";s:14:\"background_img\";s:0:\"\";s:19:\"background_position\";s:4:\"left\";s:14:\"title_position\";s:5:\"below\";s:8:\"subtitle\";s:0:\"\";}','yes'),(138,'page_settings_defaults','a:7:{s:10:\"hide_title\";s:2:\"no\";s:9:\"hide_meta\";s:3:\"yes\";s:19:\"hide_social_sharing\";s:2:\"no\";s:12:\"hide_featimg\";s:2:\"no\";s:15:\"hide_author_box\";s:3:\"yes\";s:14:\"background_img\";s:0:\"\";s:19:\"background_position\";s:4:\"left\";}','yes'),(139,'widget_widget_touchsize_most_liked','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(140,'widget_widget_touchsize_list_events','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(141,'widget_widget_touchsize_most_viewed','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(142,'widget_widget_touchsize_tweets','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(143,'widget_widget_touchsize_flickrwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(144,'widget_widget_touchsize_instagram','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(145,'widget_widget_touchsize_tags','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(146,'widget_widget_touchsize_custom_post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(147,'widget_widget_touchsize_comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(148,'widget_widget_touchsize_latestposts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(149,'widget_widget_touchsize_facebook','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(150,'hopeful_header','a:1:{i:0;a:2:{s:8:\"settings\";a:26:{s:7:\"rowName\";s:0:\"\";s:7:\"bgColor\";s:11:\"transparent\";s:9:\"textColor\";s:7:\"inherit\";s:12:\"rowMaskColor\";s:7:\"inherit\";s:7:\"rowMask\";s:2:\"no\";s:9:\"rowShadow\";s:2:\"no\";s:11:\"textOpacity\";s:0:\"\";s:7:\"bgImage\";s:0:\"\";s:9:\"bgVideoMp\";s:0:\"\";s:11:\"bgVideoWebm\";s:0:\"\";s:10:\"bgPosition\";s:4:\"left\";s:13:\"bgAttachement\";s:5:\"fixed\";s:8:\"bgRepeat\";s:6:\"repeat\";s:6:\"bgSize\";s:4:\"auto\";s:12:\"rowMarginTop\";s:1:\"0\";s:15:\"rowMarginBottom\";s:2:\"40\";s:13:\"rowPaddingTop\";s:2:\"40\";s:16:\"rowPaddingBottom\";s:2:\"40\";s:9:\"expandRow\";s:2:\"no\";s:14:\"specialEffects\";s:4:\"none\";s:12:\"rowTextAlign\";s:4:\"auto\";s:13:\"fullscreenRow\";s:2:\"no\";s:16:\"rowVerticalAlign\";s:3:\"top\";s:16:\"scrollDownButton\";s:2:\"no\";s:9:\"customCss\";s:0:\"\";s:10:\"rowOpacity\";i:0;}s:7:\"columns\";a:3:{i:0;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:0:{}}i:1;a:2:{s:4:\"size\";i:9;s:8:\"elements\";a:1:{i:0;a:15:{s:4:\"type\";s:4:\"menu\";s:13:\"element-style\";s:6:\"style1\";s:11:\"menu-custom\";s:2:\"no\";s:13:\"menu-bg-color\";s:7:\"#DDDDDD\";s:15:\"menu-text-color\";s:7:\"#FFFFFF\";s:19:\"menu-bg-color-hover\";s:7:\"#DDDDDD\";s:21:\"menu-text-color-hover\";s:7:\"#FFFFFF\";s:16:\"submenu-bg-color\";s:7:\"#DDDDDD\";s:18:\"submenu-text-color\";s:7:\"#FFFFFF\";s:22:\"submenu-bg-color-hover\";s:7:\"#DDDDDD\";s:24:\"submenu-text-color-hover\";s:7:\"#FFFFFF\";s:15:\"menu-text-align\";s:20:\"menu-text-align-left\";s:11:\"admin-label\";s:0:\"\";s:9:\"uppercase\";s:17:\"menu-no-uppercase\";s:4:\"name\";s:2:\"49\";}}}i:2;a:2:{s:4:\"size\";i:2;s:8:\"elements\";a:0:{}}}}}','yes'),(151,'hopeful_header_template_id','default','yes'),(152,'hopeful_header_templates','a:1:{s:7:\"default\";a:2:{s:4:\"name\";s:16:\"Default template\";s:8:\"elements\";a:1:{i:0;a:2:{s:8:\"settings\";a:25:{s:7:\"rowName\";s:0:\"\";s:7:\"bgColor\";s:11:\"transparent\";s:9:\"textColor\";s:7:\"inherit\";s:12:\"rowMaskColor\";s:7:\"inherit\";s:7:\"rowMask\";s:2:\"no\";s:9:\"rowShadow\";s:2:\"no\";s:11:\"textOpacity\";s:0:\"\";s:7:\"bgImage\";s:0:\"\";s:9:\"bgVideoMp\";s:0:\"\";s:11:\"bgVideoWebm\";s:0:\"\";s:10:\"bgPosition\";s:4:\"left\";s:13:\"bgAttachement\";s:5:\"fixed\";s:8:\"bgRepeat\";s:6:\"repeat\";s:6:\"bgSize\";s:4:\"auto\";s:12:\"rowMarginTop\";s:1:\"0\";s:15:\"rowMarginBottom\";s:2:\"40\";s:13:\"rowPaddingTop\";s:2:\"40\";s:16:\"rowPaddingBottom\";s:2:\"40\";s:9:\"expandRow\";s:2:\"no\";s:14:\"specialEffects\";s:4:\"none\";s:12:\"rowTextAlign\";s:4:\"auto\";s:13:\"fullscreenRow\";s:2:\"no\";s:16:\"rowVerticalAlign\";s:3:\"top\";s:16:\"scrollDownButton\";s:2:\"no\";s:10:\"rowOpacity\";i:0;}s:7:\"columns\";a:2:{i:0;a:2:{s:4:\"size\";i:4;s:8:\"elements\";a:1:{i:0;a:2:{s:4:\"type\";s:4:\"logo\";s:10:\"logo-align\";s:9:\"text-left\";}}}i:1;a:2:{s:4:\"size\";i:8;s:8:\"elements\";a:1:{i:0;a:14:{s:4:\"type\";s:4:\"menu\";s:13:\"element-style\";s:6:\"style1\";s:11:\"menu-custom\";s:2:\"no\";s:13:\"menu-bg-color\";s:7:\"#DDDDDD\";s:15:\"menu-text-color\";s:7:\"#FFFFFF\";s:19:\"menu-bg-color-hover\";s:7:\"#DDDDDD\";s:21:\"menu-text-color-hover\";s:7:\"#FFFFFF\";s:16:\"submenu-bg-color\";s:7:\"#DDDDDD\";s:18:\"submenu-text-color\";s:7:\"#FFFFFF\";s:22:\"submenu-bg-color-hover\";s:7:\"#DDDDDD\";s:24:\"submenu-text-color-hover\";s:7:\"#FFFFFF\";s:15:\"menu-text-align\";s:20:\"menu-text-align-left\";s:11:\"admin-label\";s:0:\"\";s:9:\"uppercase\";s:17:\"menu-no-uppercase\";}}}}}}}}','yes'),(153,'hopeful_footer','a:1:{i:0;a:2:{s:8:\"settings\";a:26:{s:7:\"rowName\";s:0:\"\";s:7:\"bgColor\";s:7:\"#D3D3D3\";s:9:\"textColor\";s:7:\"inherit\";s:12:\"rowMaskColor\";s:7:\"inherit\";s:7:\"rowMask\";s:2:\"no\";s:9:\"rowShadow\";s:2:\"no\";s:11:\"textOpacity\";s:0:\"\";s:7:\"bgImage\";s:0:\"\";s:9:\"bgVideoMp\";s:0:\"\";s:11:\"bgVideoWebm\";s:0:\"\";s:10:\"bgPosition\";s:4:\"left\";s:13:\"bgAttachement\";s:5:\"fixed\";s:8:\"bgRepeat\";s:6:\"repeat\";s:6:\"bgSize\";s:4:\"auto\";s:12:\"rowMarginTop\";s:1:\"0\";s:15:\"rowMarginBottom\";s:2:\"30\";s:13:\"rowPaddingTop\";s:1:\"0\";s:16:\"rowPaddingBottom\";s:1:\"0\";s:9:\"expandRow\";s:2:\"no\";s:14:\"specialEffects\";s:4:\"none\";s:12:\"rowTextAlign\";s:4:\"auto\";s:13:\"fullscreenRow\";s:2:\"no\";s:16:\"rowVerticalAlign\";s:3:\"top\";s:16:\"scrollDownButton\";s:2:\"no\";s:9:\"customCss\";s:0:\"\";s:10:\"rowOpacity\";i:0;}s:7:\"columns\";a:6:{i:0;a:2:{s:4:\"size\";i:12;s:8:\"elements\";a:3:{i:0;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:1;a:4:{s:4:\"type\";s:9:\"delimiter\";s:14:\"delimiter-type\";s:10:\"doubleline\";s:15:\"delimiter-color\";s:7:\"#FFFFFF\";s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}}}i:1;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:3:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:61:\"https://zphiblgz.org/wp-content/uploads/2016/12/zphibtext.gif\";s:11:\"forward-url\";s:0:\"\";s:12:\"image-target\";s:6:\"_blank\";s:11:\"admin-label\";s:0:\"\";s:6:\"retina\";s:1:\"y\";s:5:\"align\";s:4:\"left\";}i:1;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:365:\"<p><a href=--quote--https://zphiblgz.org/--quote-->Home</a><br /><a href=--quote--https://zphiblgz.org/history/--quote-->History</a><br /><a href=--quote--https://zphiblgz.org/programs/--quote-->Programs</a><br /><a href=--quote--https://zphiblgz.org/scholarship/--quote-->Scholarship<br /></a><a href=--quote--https://zphiblgz.org/service/--quote-->Service</a></p>\";s:11:\"admin-label\";s:0:\"\";}}}i:2;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:4:{i:0;a:3:{s:4:\"type\";s:7:\"sidebar\";s:10:\"sidebar-id\";s:4:\"main\";s:11:\"admin-label\";s:0:\"\";}i:1;a:3:{s:4:\"type\";s:14:\"social-buttons\";s:12:\"social-align\";s:9:\"text-left\";s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:3;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:68:\"https://zphiblgz.org/wp-content/uploads/2017/01/Contribute-Now-1.png\";s:11:\"forward-url\";s:192:\"https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=yinS5i75KRVWtwF4ReGLRro06tkzLRgMxBQLsm7Ao552uu_PwlQkVrSN2EK&dispatch=5885d80a13c0db1f8e263663d3faee8d333dc9aadeed3fe0b5b299d55fd35542\";s:12:\"image-target\";s:6:\"_blank\";s:11:\"admin-label\";s:0:\"\";s:6:\"retina\";s:1:\"y\";s:5:\"align\";s:4:\"left\";}}}i:3;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:3:{i:0;a:3:{s:4:\"type\";s:7:\"sidebar\";s:10:\"sidebar-id\";s:24:\"ts-sidebar-5875a66db9e4b\";s:11:\"admin-label\";s:0:\"\";}i:1;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:2;a:1:{s:4:\"type\";s:5:\"empty\";}}}i:4;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:2:{i:0;a:3:{s:4:\"type\";s:7:\"sidebar\";s:10:\"sidebar-id\";i:0;s:11:\"admin-label\";s:0:\"\";}i:1;a:4:{s:4:\"type\";s:10:\"shortcodes\";s:11:\"admin-label\";s:0:\"\";s:8:\"paddings\";s:1:\"n\";s:10:\"shortcodes\";s:26:\"[si-contact-form form=\'1\']\";}}}i:5;a:2:{s:4:\"size\";i:12;s:8:\"elements\";a:4:{i:0;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:1;a:4:{s:4:\"type\";s:9:\"delimiter\";s:14:\"delimiter-type\";s:10:\"doubleline\";s:15:\"delimiter-color\";s:7:\"#FFFFFF\";s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:3;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:113:\"<p style=--quote--text-align: center;--quote-->Copyright 2017 Lambda Gamma Zeta Chapter. All rights reserved.</p>\";s:11:\"admin-label\";s:0:\"\";}}}}}}','yes'),(154,'hopeful_footer_template_id','default','yes'),(155,'hopeful_footer_templates','a:3:{s:7:\"default\";a:2:{s:4:\"name\";s:16:\"Default template\";s:8:\"elements\";a:1:{i:0;a:2:{s:8:\"settings\";a:24:{s:7:\"rowName\";s:0:\"\";s:7:\"bgColor\";s:7:\"#f6f6f6\";s:9:\"textColor\";s:7:\"inherit\";s:12:\"rowMaskColor\";s:7:\"inherit\";s:7:\"rowMask\";s:2:\"no\";s:9:\"rowShadow\";s:2:\"no\";s:11:\"textOpacity\";s:0:\"\";s:7:\"bgImage\";s:0:\"\";s:9:\"bgVideoMp\";s:0:\"\";s:11:\"bgVideoWebm\";s:0:\"\";s:10:\"bgPosition\";s:4:\"left\";s:13:\"bgAttachement\";s:5:\"fixed\";s:8:\"bgRepeat\";s:6:\"repeat\";s:6:\"bgSize\";s:4:\"auto\";s:12:\"rowMarginTop\";s:2:\"40\";s:15:\"rowMarginBottom\";s:1:\"0\";s:13:\"rowPaddingTop\";s:2:\"40\";s:16:\"rowPaddingBottom\";s:2:\"40\";s:9:\"expandRow\";s:2:\"no\";s:14:\"specialEffects\";s:4:\"none\";s:12:\"rowTextAlign\";s:4:\"auto\";s:13:\"fullscreenRow\";s:2:\"no\";s:16:\"rowVerticalAlign\";s:3:\"top\";s:10:\"rowOpacity\";i:0;}s:7:\"columns\";a:1:{i:0;a:2:{s:4:\"size\";i:12;s:8:\"elements\";a:1:{i:0;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:63:\"Copyright TouchSize. All rights reserved. www.touchsize.com</p>\";s:11:\"admin-label\";s:0:\"\";}}}}}}}s:22:\"ts-template-1521691317\";a:2:{s:4:\"name\";s:13:\"Custom Footer\";s:8:\"elements\";a:1:{i:0;a:2:{s:8:\"settings\";a:26:{s:7:\"rowName\";s:0:\"\";s:7:\"bgColor\";s:7:\"#D3D3D3\";s:9:\"textColor\";s:7:\"inherit\";s:12:\"rowMaskColor\";s:7:\"inherit\";s:7:\"rowMask\";s:2:\"no\";s:9:\"rowShadow\";s:2:\"no\";s:11:\"textOpacity\";s:0:\"\";s:7:\"bgImage\";s:0:\"\";s:9:\"bgVideoMp\";s:0:\"\";s:11:\"bgVideoWebm\";s:0:\"\";s:10:\"bgPosition\";s:4:\"left\";s:13:\"bgAttachement\";s:5:\"fixed\";s:8:\"bgRepeat\";s:6:\"repeat\";s:6:\"bgSize\";s:4:\"auto\";s:12:\"rowMarginTop\";s:1:\"0\";s:15:\"rowMarginBottom\";s:2:\"30\";s:13:\"rowPaddingTop\";s:1:\"0\";s:16:\"rowPaddingBottom\";s:1:\"0\";s:9:\"expandRow\";s:2:\"no\";s:14:\"specialEffects\";s:4:\"none\";s:12:\"rowTextAlign\";s:4:\"auto\";s:13:\"fullscreenRow\";s:2:\"no\";s:16:\"rowVerticalAlign\";s:3:\"top\";s:16:\"scrollDownButton\";s:2:\"no\";s:9:\"customCss\";s:0:\"\";s:10:\"rowOpacity\";i:0;}s:7:\"columns\";a:6:{i:0;a:2:{s:4:\"size\";i:12;s:8:\"elements\";a:3:{i:0;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:1;a:4:{s:4:\"type\";s:9:\"delimiter\";s:14:\"delimiter-type\";s:10:\"doubleline\";s:15:\"delimiter-color\";s:7:\"#FFFFFF\";s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}}}i:1;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:3:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:61:\"https://zphiblgz.org/wp-content/uploads/2016/12/zphibtext.gif\";s:11:\"forward-url\";s:0:\"\";s:12:\"image-target\";s:6:\"_blank\";s:11:\"admin-label\";s:0:\"\";s:6:\"retina\";s:1:\"y\";s:5:\"align\";s:4:\"left\";}i:1;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:365:\"<p><a href=--quote--https://zphiblgz.org/--quote-->Home</a><br /><a href=--quote--https://zphiblgz.org/history/--quote-->History</a><br /><a href=--quote--https://zphiblgz.org/programs/--quote-->Programs</a><br /><a href=--quote--https://zphiblgz.org/scholarship/--quote-->Scholarship<br /></a><a href=--quote--https://zphiblgz.org/service/--quote-->Service</a></p>\";s:11:\"admin-label\";s:0:\"\";}}}i:2;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:4:{i:0;a:3:{s:4:\"type\";s:7:\"sidebar\";s:10:\"sidebar-id\";s:4:\"main\";s:11:\"admin-label\";s:0:\"\";}i:1;a:3:{s:4:\"type\";s:14:\"social-buttons\";s:12:\"social-align\";s:9:\"text-left\";s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:3;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:68:\"https://zphiblgz.org/wp-content/uploads/2017/01/Contribute-Now-1.png\";s:11:\"forward-url\";s:192:\"https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=yinS5i75KRVWtwF4ReGLRro06tkzLRgMxBQLsm7Ao552uu_PwlQkVrSN2EK&dispatch=5885d80a13c0db1f8e263663d3faee8d333dc9aadeed3fe0b5b299d55fd35542\";s:12:\"image-target\";s:6:\"_blank\";s:11:\"admin-label\";s:0:\"\";s:6:\"retina\";s:1:\"y\";s:5:\"align\";s:4:\"left\";}}}i:3;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:3:{i:0;a:3:{s:4:\"type\";s:7:\"sidebar\";s:10:\"sidebar-id\";s:24:\"ts-sidebar-5875a66db9e4b\";s:11:\"admin-label\";s:0:\"\";}i:1;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:2;a:1:{s:4:\"type\";s:5:\"empty\";}}}i:4;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:2:{i:0;a:3:{s:4:\"type\";s:7:\"sidebar\";s:10:\"sidebar-id\";i:0;s:11:\"admin-label\";s:0:\"\";}i:1;a:4:{s:4:\"type\";s:10:\"shortcodes\";s:11:\"admin-label\";s:0:\"\";s:8:\"paddings\";s:1:\"n\";s:10:\"shortcodes\";s:26:\"[si-contact-form form=\'1\']\";}}}i:5;a:2:{s:4:\"size\";i:12;s:8:\"elements\";a:4:{i:0;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:1;a:4:{s:4:\"type\";s:9:\"delimiter\";s:14:\"delimiter-type\";s:10:\"doubleline\";s:15:\"delimiter-color\";s:7:\"#FFFFFF\";s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:3;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:113:\"<p style=--quote--text-align: center;--quote-->Copyright 2017 Lambda Gamma Zeta Chapter. All rights reserved.</p>\";s:11:\"admin-label\";s:0:\"\";}}}}}}}s:22:\"ts-template-1536991712\";a:2:{s:4:\"name\";s:15:\"Footer Template\";s:8:\"elements\";a:1:{i:0;a:2:{s:8:\"settings\";a:26:{s:7:\"rowName\";s:0:\"\";s:7:\"bgColor\";s:7:\"#D3D3D3\";s:9:\"textColor\";s:7:\"inherit\";s:12:\"rowMaskColor\";s:7:\"inherit\";s:7:\"rowMask\";s:2:\"no\";s:9:\"rowShadow\";s:2:\"no\";s:11:\"textOpacity\";s:0:\"\";s:7:\"bgImage\";s:0:\"\";s:9:\"bgVideoMp\";s:0:\"\";s:11:\"bgVideoWebm\";s:0:\"\";s:10:\"bgPosition\";s:4:\"left\";s:13:\"bgAttachement\";s:5:\"fixed\";s:8:\"bgRepeat\";s:6:\"repeat\";s:6:\"bgSize\";s:4:\"auto\";s:12:\"rowMarginTop\";s:1:\"0\";s:15:\"rowMarginBottom\";s:2:\"30\";s:13:\"rowPaddingTop\";s:1:\"0\";s:16:\"rowPaddingBottom\";s:1:\"0\";s:9:\"expandRow\";s:2:\"no\";s:14:\"specialEffects\";s:4:\"none\";s:12:\"rowTextAlign\";s:4:\"auto\";s:13:\"fullscreenRow\";s:2:\"no\";s:16:\"rowVerticalAlign\";s:3:\"top\";s:16:\"scrollDownButton\";s:2:\"no\";s:9:\"customCss\";s:0:\"\";s:10:\"rowOpacity\";i:0;}s:7:\"columns\";a:6:{i:0;a:2:{s:4:\"size\";i:12;s:8:\"elements\";a:3:{i:0;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:1;a:4:{s:4:\"type\";s:9:\"delimiter\";s:14:\"delimiter-type\";s:10:\"doubleline\";s:15:\"delimiter-color\";s:7:\"#FFFFFF\";s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}}}i:1;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:3:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:61:\"https://zphiblgz.org/wp-content/uploads/2016/12/zphibtext.gif\";s:11:\"forward-url\";s:0:\"\";s:12:\"image-target\";s:6:\"_blank\";s:11:\"admin-label\";s:0:\"\";s:6:\"retina\";s:1:\"y\";s:5:\"align\";s:4:\"left\";}i:1;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:365:\"<p><a href=--quote--https://zphiblgz.org/--quote-->Home</a><br /><a href=--quote--https://zphiblgz.org/history/--quote-->History</a><br /><a href=--quote--https://zphiblgz.org/programs/--quote-->Programs</a><br /><a href=--quote--https://zphiblgz.org/scholarship/--quote-->Scholarship<br /></a><a href=--quote--https://zphiblgz.org/service/--quote-->Service</a></p>\";s:11:\"admin-label\";s:0:\"\";}}}i:2;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:4:{i:0;a:3:{s:4:\"type\";s:7:\"sidebar\";s:10:\"sidebar-id\";s:4:\"main\";s:11:\"admin-label\";s:0:\"\";}i:1;a:3:{s:4:\"type\";s:14:\"social-buttons\";s:12:\"social-align\";s:9:\"text-left\";s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:3;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:68:\"https://zphiblgz.org/wp-content/uploads/2017/01/Contribute-Now-1.png\";s:11:\"forward-url\";s:192:\"https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=yinS5i75KRVWtwF4ReGLRro06tkzLRgMxBQLsm7Ao552uu_PwlQkVrSN2EK&dispatch=5885d80a13c0db1f8e263663d3faee8d333dc9aadeed3fe0b5b299d55fd35542\";s:12:\"image-target\";s:6:\"_blank\";s:11:\"admin-label\";s:0:\"\";s:6:\"retina\";s:1:\"y\";s:5:\"align\";s:4:\"left\";}}}i:3;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:3:{i:0;a:3:{s:4:\"type\";s:7:\"sidebar\";s:10:\"sidebar-id\";s:24:\"ts-sidebar-5875a66db9e4b\";s:11:\"admin-label\";s:0:\"\";}i:1;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:2;a:1:{s:4:\"type\";s:5:\"empty\";}}}i:4;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:2:{i:0;a:3:{s:4:\"type\";s:7:\"sidebar\";s:10:\"sidebar-id\";i:0;s:11:\"admin-label\";s:0:\"\";}i:1;a:4:{s:4:\"type\";s:10:\"shortcodes\";s:11:\"admin-label\";s:0:\"\";s:8:\"paddings\";s:1:\"n\";s:10:\"shortcodes\";s:26:\"[si-contact-form form=\'1\']\";}}}i:5;a:2:{s:4:\"size\";i:12;s:8:\"elements\";a:4:{i:0;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:1;a:4:{s:4:\"type\";s:9:\"delimiter\";s:14:\"delimiter-type\";s:10:\"doubleline\";s:15:\"delimiter-color\";s:7:\"#FFFFFF\";s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:3;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:113:\"<p style=--quote--text-align: center;--quote-->Copyright 2017 Lambda Gamma Zeta Chapter. All rights reserved.</p>\";s:11:\"admin-label\";s:0:\"\";}}}}}}}}','yes'),(156,'hopeful_first_activation','no','yes'),(234,'jetpack_available_modules','a:1:{s:5:\"4.4.1\";a:37:{s:18:\"after-the-deadline\";s:3:\"1.1\";s:8:\"carousel\";s:3:\"1.5\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:6:\"manage\";s:3:\"3.4\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"minileven\";s:3:\"1.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"omnisearch\";s:3:\"2.3\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";}}','yes'),(236,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(244,'jetpack_log','a:1:{i:0;a:4:{s:4:\"time\";i:1480637756;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"register\";}}','no'),(238,'do_activate','0','yes'),(243,'jetpack_connection_banner_ab','2','yes'),(245,'jetpack_private_options','a:1:{s:9:\"authorize\";s:78:\"XgbWcO4DWP4k7zQR083drhZpd3Ghm0mt:0KgDz7wZutxIzsB2JBLbSRO2PX5jmOa7:1480638520:1\";}','yes'),(395,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(396,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(393,'woocommerce_admin_notices','a:2:{i:0;s:6:\"update\";i:1;s:14:\"template_files\";}','yes'),(373,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(17922,'rg_gforms_message','<!--GFM--><!-- unregistered copy notice -->\r\n<div style=\\\"margin:10px 0 10px 0; border-bottom:1px solid #D7D7D7; text-align:center; display:block!important; visibility: visible!important; min-width:880px;\\\"><a href=\\\"http://www.gravityforms.com/purchase-gravity-forms/\\\" target=\\\"_blank\\\" style=\\\"width:880px; height:90px;\\\"><img src=\\\"https://gravityforms.s3.amazonaws.com/banners/gravity-forms-unregistered-2.png\\\" width=\\\"880\\\" height=\\\"90\\\" alt=\\\"Unlicensed Copy. Please purchase a Gravity Forms license\\\" title=\\\"Unlicensed Copy\\\" /></a></div>\r\n<!-- end notice -->','yes'),(17830,'rg_gforms_enable_akismet','1','yes'),(17831,'rg_gforms_currency','USD','yes'),(17832,'gform_enable_toolbar_menu','1','yes'),(2299,'um_cached_users_queue','0','no'),(473,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(374,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(375,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(376,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(377,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(378,'woocommerce_logout_endpoint','customer-logout','yes'),(379,'woocommerce_email_from_name','Development','no'),(380,'woocommerce_email_from_address','pr@zphiblgz.org','no'),(381,'woocommerce_email_header_image','','no'),(382,'woocommerce_email_footer_text','Development - Powered by WooCommerce','no'),(383,'woocommerce_email_base_color','#557da1','no'),(384,'woocommerce_email_background_color','#f5f5f5','no'),(385,'woocommerce_email_body_background_color','#fdfdfd','no'),(386,'woocommerce_email_text_color','#505050','no'),(387,'woocommerce_api_enabled','yes','yes'),(411,'woocommerce_meta_box_errors','a:0:{}','yes'),(471,'woocommerce_db_version','2.6.8','yes'),(102841,'woocommerce_version','3.4.2','yes'),(397,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(398,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(399,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(400,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(401,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(402,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(403,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(404,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(405,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(406,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(407,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(427,'_transient_product-transient-version','1509147497','yes'),(450,'wp_shopping_cart_collect_address','','yes'),(451,'wp_shopping_cart_use_profile_shipping','','yes'),(452,'cart_paypal_email','paypal@zphiblgz.org','yes'),(453,'addToCartButtonName','Add to Cart','yes'),(454,'cart_cancel_from_paypal_url','https://zphiblgz.org','yes'),(455,'cart_products_page_url','','yes'),(456,'wp_shopping_cart_auto_redirect_to_checkout_page','','yes'),(457,'cart_checkout_page_url','','yes'),(458,'wspsc_open_pp_checkout_in_new_tab','checked=\"checked\"','yes'),(459,'wp_shopping_cart_reset_after_redirection_to_return_page','checked=\"checked\"','yes'),(460,'wp_shopping_cart_image_hide','','yes'),(461,'wp_cart_note_to_seller_text','','yes'),(462,'wp_cart_paypal_co_page_style','','yes'),(463,'wp_shopping_cart_strict_email_check','','yes'),(464,'wspsc_disable_nonce_add_cart','','yes'),(465,'wp_use_aff_platform','','yes'),(425,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(426,'_transient_product_query-transient-version','1509219763','yes'),(431,'wp_cart_title','Your Shopping Cart','yes'),(432,'wp_cart_empty_text','Your cart is empty','yes'),(433,'cart_return_from_paypal_url','https://zphiblgz.org','yes'),(434,'wpspc_send_buyer_email','checked=\"checked\"','yes'),(435,'wpspc_buyer_from_email','paypal@zphiblgz.org','yes'),(436,'wpspc_buyer_email_subj','Thank you for the purchase','yes'),(437,'wpspc_buyer_email_body','Dear {first_name} {last_name}\r\n\r\nThank you for your purchase! You ordered the following item(s):\r\n\r\n{product_details}','yes'),(438,'wpspc_notify_email_address','paypal@zphiblgz.org','yes'),(439,'wpspc_seller_email_subj','Notification of product sale','yes'),(440,'wpspc_seller_email_body','Dear Seller\r\n\r\nThis mail is to notify you of a product sale.\r\n\r\n{product_details}\r\n\r\nThe sale was made to {first_name} {last_name} ({payer_email})\r\n\r\nThanks','yes'),(441,'wspsc_private_key_one','5841a0a9be6b35.43187322','yes'),(442,'widget_wp_paypal_shopping_cart_widgets','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(446,'cart_payment_currency','USD','yes'),(447,'cart_currency_symbol','$','yes'),(448,'cart_base_shipping_cost','0','yes'),(449,'cart_free_shipping_threshold','','yes'),(466,'wp_shopping_cart_enable_sandbox','','yes'),(467,'wp_shopping_cart_enable_debug','','yes'),(468,'wpspc_send_seller_email','','yes'),(98757,'product_cat_children','a:0:{}','yes'),(488,'woocommerce_paypal-braintree_settings','a:1:{s:7:\"enabled\";s:3:\"yes\";}','yes'),(489,'woocommerce_stripe_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(490,'woocommerce_paypal_settings','a:2:{s:7:\"enabled\";s:2:\"no\";s:5:\"email\";s:15:\"pr@zphiblgz.org\";}','yes'),(491,'woocommerce_cheque_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(492,'woocommerce_bacs_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(493,'woocommerce_cod_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(495,'woocommerce_allow_tracking','no','yes'),(508,'woocommerce_express_checkout_settings','a:34:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:14:\"PayPal Express\";s:11:\"description\";s:84:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account\";s:15:\"api_credentials\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:15:\"display_options\";s:0:\"\";s:21:\"checkout_button_style\";s:5:\"image\";s:29:\"hide_standard_checkout_button\";s:3:\"yes\";s:17:\"show_on_cart_page\";s:3:\"yes\";s:16:\"show_on_checkout\";s:2:\"no\";s:20:\"show_on_product_page\";s:2:\"no\";s:17:\"invoice_id_prefix\";s:0:\"\";s:23:\"paypal_account_optional\";s:3:\"yes\";s:12:\"landing_page\";s:5:\"login\";s:18:\"error_email_notify\";s:3:\"yes\";s:18:\"error_display_type\";s:8:\"detailed\";s:18:\"show_paypal_credit\";s:2:\"no\";s:18:\"use_wp_locale_code\";s:3:\"yes\";s:10:\"brand_name\";s:54:\"Zeta Phi Beta Sorority Inc., Lambda Gamma Zeta Chapter\";s:13:\"checkout_logo\";s:0:\"\";s:20:\"checkout_logo_hdrimg\";s:0:\"\";s:23:\"customer_service_number\";s:0:\"\";s:9:\"skip_text\";s:42:\"Skip the forms and pay faster with PayPal!\";s:14:\"payment_action\";s:4:\"Sale\";s:17:\"skip_review_order\";s:2:\"no\";s:16:\"enable_notifyurl\";s:2:\"no\";s:9:\"notifyurl\";s:0:\"\";s:5:\"debug\";s:2:\"no\";}','yes'),(512,'woocommerce_gateway_order','a:5:{s:4:\"bacs\";i:0;s:6:\"cheque\";i:1;s:3:\"cod\";i:2;s:6:\"paypal\";i:3;s:16:\"express_checkout\";i:4;}','yes'),(516,'woocommerce_cancelled_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:19:\"paypal@zphiblgz.org\";s:7:\"subject\";s:47:\"[{site_title}] Cancelled order ({order_number})\";s:7:\"heading\";s:15:\"Cancelled order\";s:10:\"email_type\";s:4:\"html\";}','yes'),(518,'woocommerce_failed_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:19:\"paypal@zphiblgz.org\";s:7:\"subject\";s:44:\"[{site_title}] Failed order ({order_number})\";s:7:\"heading\";s:12:\"Failed order\";s:10:\"email_type\";s:4:\"html\";}','yes'),(525,'redux-framework-tracking','a:3:{s:8:\"dev_mode\";b:0;s:4:\"hash\";s:32:\"589b4ac1ff65242f0f2c35fbdf46d0ba\";s:14:\"allow_tracking\";s:2:\"no\";}','yes'),(526,'um_version','1.3.77','yes'),(527,'um_cache_fonticons','a:1218:{i:0;s:13:\"um-icon-alert\";i:1;s:21:\"um-icon-alert-circled\";i:2;s:19:\"um-icon-android-add\";i:3;s:26:\"um-icon-android-add-circle\";i:4;s:27:\"um-icon-android-alarm-clock\";i:5;s:21:\"um-icon-android-alert\";i:6;s:20:\"um-icon-android-apps\";i:7;s:23:\"um-icon-android-archive\";i:8;s:26:\"um-icon-android-arrow-back\";i:9;s:26:\"um-icon-android-arrow-down\";i:10;s:30:\"um-icon-android-arrow-dropdown\";i:11;s:37:\"um-icon-android-arrow-dropdown-circle\";i:12;s:30:\"um-icon-android-arrow-dropleft\";i:13;s:37:\"um-icon-android-arrow-dropleft-circle\";i:14;s:31:\"um-icon-android-arrow-dropright\";i:15;s:38:\"um-icon-android-arrow-dropright-circle\";i:16;s:28:\"um-icon-android-arrow-dropup\";i:17;s:35:\"um-icon-android-arrow-dropup-circle\";i:18;s:29:\"um-icon-android-arrow-forward\";i:19;s:24:\"um-icon-android-arrow-up\";i:20;s:22:\"um-icon-android-attach\";i:21;s:19:\"um-icon-android-bar\";i:22;s:23:\"um-icon-android-bicycle\";i:23;s:20:\"um-icon-android-boat\";i:24;s:24:\"um-icon-android-bookmark\";i:25;s:20:\"um-icon-android-bulb\";i:26;s:19:\"um-icon-android-bus\";i:27;s:24:\"um-icon-android-calendar\";i:28;s:20:\"um-icon-android-call\";i:29;s:22:\"um-icon-android-camera\";i:30;s:22:\"um-icon-android-cancel\";i:31;s:19:\"um-icon-android-car\";i:32;s:20:\"um-icon-android-cart\";i:33;s:20:\"um-icon-android-chat\";i:34;s:24:\"um-icon-android-checkbox\";i:35;s:30:\"um-icon-android-checkbox-blank\";i:36;s:32:\"um-icon-android-checkbox-outline\";i:37;s:38:\"um-icon-android-checkbox-outline-blank\";i:38;s:32:\"um-icon-android-checkmark-circle\";i:39;s:25:\"um-icon-android-clipboard\";i:40;s:21:\"um-icon-android-close\";i:41;s:21:\"um-icon-android-cloud\";i:42;s:28:\"um-icon-android-cloud-circle\";i:43;s:26:\"um-icon-android-cloud-done\";i:44;s:29:\"um-icon-android-cloud-outline\";i:45;s:29:\"um-icon-android-color-palette\";i:46;s:23:\"um-icon-android-compass\";i:47;s:23:\"um-icon-android-contact\";i:48;s:24:\"um-icon-android-contacts\";i:49;s:24:\"um-icon-android-contract\";i:50;s:22:\"um-icon-android-create\";i:51;s:22:\"um-icon-android-delete\";i:52;s:23:\"um-icon-android-desktop\";i:53;s:24:\"um-icon-android-document\";i:54;s:20:\"um-icon-android-done\";i:55;s:24:\"um-icon-android-done-all\";i:56;s:24:\"um-icon-android-download\";i:57;s:22:\"um-icon-android-drafts\";i:58;s:20:\"um-icon-android-exit\";i:59;s:22:\"um-icon-android-expand\";i:60;s:24:\"um-icon-android-favorite\";i:61;s:32:\"um-icon-android-favorite-outline\";i:62;s:20:\"um-icon-android-film\";i:63;s:22:\"um-icon-android-folder\";i:64;s:27:\"um-icon-android-folder-open\";i:65;s:22:\"um-icon-android-funnel\";i:66;s:21:\"um-icon-android-globe\";i:67;s:20:\"um-icon-android-hand\";i:68;s:23:\"um-icon-android-hangout\";i:69;s:21:\"um-icon-android-happy\";i:70;s:20:\"um-icon-android-home\";i:71;s:21:\"um-icon-android-image\";i:72;s:22:\"um-icon-android-laptop\";i:73;s:20:\"um-icon-android-list\";i:74;s:22:\"um-icon-android-locate\";i:75;s:20:\"um-icon-android-lock\";i:76;s:20:\"um-icon-android-mail\";i:77;s:19:\"um-icon-android-map\";i:78;s:20:\"um-icon-android-menu\";i:79;s:26:\"um-icon-android-microphone\";i:80;s:30:\"um-icon-android-microphone-off\";i:81;s:31:\"um-icon-android-more-horizontal\";i:82;s:29:\"um-icon-android-more-vertical\";i:83;s:24:\"um-icon-android-navigate\";i:84;s:29:\"um-icon-android-notifications\";i:85;s:34:\"um-icon-android-notifications-none\";i:86;s:33:\"um-icon-android-notifications-off\";i:87;s:20:\"um-icon-android-open\";i:88;s:23:\"um-icon-android-options\";i:89;s:22:\"um-icon-android-people\";i:90;s:22:\"um-icon-android-person\";i:91;s:26:\"um-icon-android-person-add\";i:92;s:31:\"um-icon-android-phone-landscape\";i:93;s:30:\"um-icon-android-phone-portrait\";i:94;s:19:\"um-icon-android-pin\";i:95;s:21:\"um-icon-android-plane\";i:96;s:25:\"um-icon-android-playstore\";i:97;s:21:\"um-icon-android-print\";i:98;s:32:\"um-icon-android-radio-button-off\";i:99;s:31:\"um-icon-android-radio-button-on\";i:100;s:23:\"um-icon-android-refresh\";i:101;s:22:\"um-icon-android-remove\";i:102;s:29:\"um-icon-android-remove-circle\";i:103;s:26:\"um-icon-android-restaurant\";i:104;s:19:\"um-icon-android-sad\";i:105;s:22:\"um-icon-android-search\";i:106;s:20:\"um-icon-android-send\";i:107;s:24:\"um-icon-android-settings\";i:108;s:21:\"um-icon-android-share\";i:109;s:25:\"um-icon-android-share-alt\";i:110;s:20:\"um-icon-android-star\";i:111;s:25:\"um-icon-android-star-half\";i:112;s:28:\"um-icon-android-star-outline\";i:113;s:25:\"um-icon-android-stopwatch\";i:114;s:22:\"um-icon-android-subway\";i:115;s:21:\"um-icon-android-sunny\";i:116;s:20:\"um-icon-android-sync\";i:117;s:23:\"um-icon-android-textsms\";i:118;s:20:\"um-icon-android-time\";i:119;s:21:\"um-icon-android-train\";i:120;s:22:\"um-icon-android-unlock\";i:121;s:22:\"um-icon-android-upload\";i:122;s:27:\"um-icon-android-volume-down\";i:123;s:27:\"um-icon-android-volume-mute\";i:124;s:26:\"um-icon-android-volume-off\";i:125;s:25:\"um-icon-android-volume-up\";i:126;s:20:\"um-icon-android-walk\";i:127;s:23:\"um-icon-android-warning\";i:128;s:21:\"um-icon-android-watch\";i:129;s:20:\"um-icon-android-wifi\";i:130;s:16:\"um-icon-aperture\";i:131;s:15:\"um-icon-archive\";i:132;s:20:\"um-icon-arrow-down-a\";i:133;s:20:\"um-icon-arrow-down-b\";i:134;s:20:\"um-icon-arrow-down-c\";i:135;s:20:\"um-icon-arrow-expand\";i:136;s:29:\"um-icon-arrow-graph-down-left\";i:137;s:30:\"um-icon-arrow-graph-down-right\";i:138;s:27:\"um-icon-arrow-graph-up-left\";i:139;s:28:\"um-icon-arrow-graph-up-right\";i:140;s:20:\"um-icon-arrow-left-a\";i:141;s:20:\"um-icon-arrow-left-b\";i:142;s:20:\"um-icon-arrow-left-c\";i:143;s:18:\"um-icon-arrow-move\";i:144;s:20:\"um-icon-arrow-resize\";i:145;s:25:\"um-icon-arrow-return-left\";i:146;s:26:\"um-icon-arrow-return-right\";i:147;s:21:\"um-icon-arrow-right-a\";i:148;s:21:\"um-icon-arrow-right-b\";i:149;s:21:\"um-icon-arrow-right-c\";i:150;s:20:\"um-icon-arrow-shrink\";i:151;s:18:\"um-icon-arrow-swap\";i:152;s:18:\"um-icon-arrow-up-a\";i:153;s:18:\"um-icon-arrow-up-b\";i:154;s:18:\"um-icon-arrow-up-c\";i:155;s:16:\"um-icon-asterisk\";i:156;s:10:\"um-icon-at\";i:157;s:17:\"um-icon-backspace\";i:158;s:25:\"um-icon-backspace-outline\";i:159;s:11:\"um-icon-bag\";i:160;s:24:\"um-icon-battery-charging\";i:161;s:21:\"um-icon-battery-empty\";i:162;s:20:\"um-icon-battery-full\";i:163;s:20:\"um-icon-battery-half\";i:164;s:19:\"um-icon-battery-low\";i:165;s:14:\"um-icon-beaker\";i:166;s:12:\"um-icon-beer\";i:167;s:17:\"um-icon-bluetooth\";i:168;s:15:\"um-icon-bonfire\";i:169;s:16:\"um-icon-bookmark\";i:170;s:14:\"um-icon-bowtie\";i:171;s:17:\"um-icon-briefcase\";i:172;s:11:\"um-icon-bug\";i:173;s:18:\"um-icon-calculator\";i:174;s:16:\"um-icon-calendar\";i:175;s:14:\"um-icon-camera\";i:176;s:12:\"um-icon-card\";i:177;s:12:\"um-icon-cash\";i:178;s:15:\"um-icon-chatbox\";i:179;s:23:\"um-icon-chatbox-working\";i:180;s:17:\"um-icon-chatboxes\";i:181;s:18:\"um-icon-chatbubble\";i:182;s:26:\"um-icon-chatbubble-working\";i:183;s:19:\"um-icon-chatbubbles\";i:184;s:17:\"um-icon-checkmark\";i:185;s:25:\"um-icon-checkmark-circled\";i:186;s:23:\"um-icon-checkmark-round\";i:187;s:20:\"um-icon-chevron-down\";i:188;s:20:\"um-icon-chevron-left\";i:189;s:21:\"um-icon-chevron-right\";i:190;s:18:\"um-icon-chevron-up\";i:191;s:17:\"um-icon-clipboard\";i:192;s:13:\"um-icon-clock\";i:193;s:13:\"um-icon-close\";i:194;s:21:\"um-icon-close-circled\";i:195;s:19:\"um-icon-close-round\";i:196;s:25:\"um-icon-closed-captioning\";i:197;s:13:\"um-icon-cloud\";i:198;s:12:\"um-icon-code\";i:199;s:21:\"um-icon-code-download\";i:200;s:20:\"um-icon-code-working\";i:201;s:14:\"um-icon-coffee\";i:202;s:15:\"um-icon-compass\";i:203;s:15:\"um-icon-compose\";i:204;s:23:\"um-icon-connection-bars\";i:205;s:16:\"um-icon-contrast\";i:206;s:12:\"um-icon-crop\";i:207;s:12:\"um-icon-cube\";i:208;s:12:\"um-icon-disc\";i:209;s:16:\"um-icon-document\";i:210;s:21:\"um-icon-document-text\";i:211;s:12:\"um-icon-drag\";i:212;s:13:\"um-icon-earth\";i:213;s:13:\"um-icon-easel\";i:214;s:12:\"um-icon-edit\";i:215;s:11:\"um-icon-egg\";i:216;s:13:\"um-icon-eject\";i:217;s:13:\"um-icon-email\";i:218;s:20:\"um-icon-email-unread\";i:219;s:24:\"um-icon-erlenmeyer-flask\";i:220;s:32:\"um-icon-erlenmeyer-flask-bubbles\";i:221;s:11:\"um-icon-eye\";i:222;s:20:\"um-icon-eye-disabled\";i:223;s:14:\"um-icon-female\";i:224;s:14:\"um-icon-filing\";i:225;s:19:\"um-icon-film-marker\";i:226;s:16:\"um-icon-fireball\";i:227;s:12:\"um-icon-flag\";i:228;s:13:\"um-icon-flame\";i:229;s:13:\"um-icon-flash\";i:230;s:17:\"um-icon-flash-off\";i:231;s:14:\"um-icon-folder\";i:232;s:12:\"um-icon-fork\";i:233;s:17:\"um-icon-fork-repo\";i:234;s:15:\"um-icon-forward\";i:235;s:14:\"um-icon-funnel\";i:236;s:14:\"um-icon-gear-a\";i:237;s:14:\"um-icon-gear-b\";i:238;s:12:\"um-icon-grid\";i:239;s:14:\"um-icon-hammer\";i:240;s:13:\"um-icon-happy\";i:241;s:21:\"um-icon-happy-outline\";i:242;s:17:\"um-icon-headphone\";i:243;s:13:\"um-icon-heart\";i:244;s:20:\"um-icon-heart-broken\";i:245;s:12:\"um-icon-help\";i:246;s:17:\"um-icon-help-buoy\";i:247;s:20:\"um-icon-help-circled\";i:248;s:12:\"um-icon-home\";i:249;s:16:\"um-icon-icecream\";i:250;s:13:\"um-icon-image\";i:251;s:14:\"um-icon-images\";i:252;s:19:\"um-icon-information\";i:253;s:27:\"um-icon-information-circled\";i:254;s:13:\"um-icon-ionic\";i:255;s:17:\"um-icon-ios-alarm\";i:256;s:25:\"um-icon-ios-alarm-outline\";i:257;s:18:\"um-icon-ios-albums\";i:258;s:26:\"um-icon-ios-albums-outline\";i:259;s:28:\"um-icon-ios-americanfootball\";i:260;s:36:\"um-icon-ios-americanfootball-outline\";i:261;s:21:\"um-icon-ios-analytics\";i:262;s:29:\"um-icon-ios-analytics-outline\";i:263;s:22:\"um-icon-ios-arrow-back\";i:264;s:22:\"um-icon-ios-arrow-down\";i:265;s:25:\"um-icon-ios-arrow-forward\";i:266;s:22:\"um-icon-ios-arrow-left\";i:267;s:23:\"um-icon-ios-arrow-right\";i:268;s:27:\"um-icon-ios-arrow-thin-down\";i:269;s:27:\"um-icon-ios-arrow-thin-left\";i:270;s:28:\"um-icon-ios-arrow-thin-right\";i:271;s:25:\"um-icon-ios-arrow-thin-up\";i:272;s:20:\"um-icon-ios-arrow-up\";i:273;s:14:\"um-icon-ios-at\";i:274;s:22:\"um-icon-ios-at-outline\";i:275;s:19:\"um-icon-ios-barcode\";i:276;s:27:\"um-icon-ios-barcode-outline\";i:277;s:20:\"um-icon-ios-baseball\";i:278;s:28:\"um-icon-ios-baseball-outline\";i:279;s:22:\"um-icon-ios-basketball\";i:280;s:30:\"um-icon-ios-basketball-outline\";i:281;s:16:\"um-icon-ios-bell\";i:282;s:24:\"um-icon-ios-bell-outline\";i:283;s:16:\"um-icon-ios-body\";i:284;s:24:\"um-icon-ios-body-outline\";i:285;s:16:\"um-icon-ios-bolt\";i:286;s:24:\"um-icon-ios-bolt-outline\";i:287;s:16:\"um-icon-ios-book\";i:288;s:24:\"um-icon-ios-book-outline\";i:289;s:21:\"um-icon-ios-bookmarks\";i:290;s:29:\"um-icon-ios-bookmarks-outline\";i:291;s:15:\"um-icon-ios-box\";i:292;s:23:\"um-icon-ios-box-outline\";i:293;s:21:\"um-icon-ios-briefcase\";i:294;s:29:\"um-icon-ios-briefcase-outline\";i:295;s:20:\"um-icon-ios-browsers\";i:296;s:28:\"um-icon-ios-browsers-outline\";i:297;s:22:\"um-icon-ios-calculator\";i:298;s:30:\"um-icon-ios-calculator-outline\";i:299;s:20:\"um-icon-ios-calendar\";i:300;s:28:\"um-icon-ios-calendar-outline\";i:301;s:18:\"um-icon-ios-camera\";i:302;s:26:\"um-icon-ios-camera-outline\";i:303;s:16:\"um-icon-ios-cart\";i:304;s:24:\"um-icon-ios-cart-outline\";i:305;s:21:\"um-icon-ios-chatboxes\";i:306;s:29:\"um-icon-ios-chatboxes-outline\";i:307;s:22:\"um-icon-ios-chatbubble\";i:308;s:30:\"um-icon-ios-chatbubble-outline\";i:309;s:21:\"um-icon-ios-checkmark\";i:310;s:27:\"um-icon-ios-checkmark-empty\";i:311;s:29:\"um-icon-ios-checkmark-outline\";i:312;s:25:\"um-icon-ios-circle-filled\";i:313;s:26:\"um-icon-ios-circle-outline\";i:314;s:17:\"um-icon-ios-clock\";i:315;s:25:\"um-icon-ios-clock-outline\";i:316;s:17:\"um-icon-ios-close\";i:317;s:23:\"um-icon-ios-close-empty\";i:318;s:25:\"um-icon-ios-close-outline\";i:319;s:17:\"um-icon-ios-cloud\";i:320;s:26:\"um-icon-ios-cloud-download\";i:321;s:34:\"um-icon-ios-cloud-download-outline\";i:322;s:25:\"um-icon-ios-cloud-outline\";i:323;s:24:\"um-icon-ios-cloud-upload\";i:324;s:32:\"um-icon-ios-cloud-upload-outline\";i:325;s:18:\"um-icon-ios-cloudy\";i:326;s:24:\"um-icon-ios-cloudy-night\";i:327;s:32:\"um-icon-ios-cloudy-night-outline\";i:328;s:26:\"um-icon-ios-cloudy-outline\";i:329;s:15:\"um-icon-ios-cog\";i:330;s:23:\"um-icon-ios-cog-outline\";i:331;s:24:\"um-icon-ios-color-filter\";i:332;s:32:\"um-icon-ios-color-filter-outline\";i:333;s:22:\"um-icon-ios-color-wand\";i:334;s:30:\"um-icon-ios-color-wand-outline\";i:335;s:19:\"um-icon-ios-compose\";i:336;s:27:\"um-icon-ios-compose-outline\";i:337;s:19:\"um-icon-ios-contact\";i:338;s:27:\"um-icon-ios-contact-outline\";i:339;s:16:\"um-icon-ios-copy\";i:340;s:24:\"um-icon-ios-copy-outline\";i:341;s:16:\"um-icon-ios-crop\";i:342;s:23:\"um-icon-ios-crop-strong\";i:343;s:20:\"um-icon-ios-download\";i:344;s:28:\"um-icon-ios-download-outline\";i:345;s:16:\"um-icon-ios-drag\";i:346;s:17:\"um-icon-ios-email\";i:347;s:25:\"um-icon-ios-email-outline\";i:348;s:15:\"um-icon-ios-eye\";i:349;s:23:\"um-icon-ios-eye-outline\";i:350;s:23:\"um-icon-ios-fastforward\";i:351;s:31:\"um-icon-ios-fastforward-outline\";i:352;s:18:\"um-icon-ios-filing\";i:353;s:26:\"um-icon-ios-filing-outline\";i:354;s:16:\"um-icon-ios-film\";i:355;s:24:\"um-icon-ios-film-outline\";i:356;s:16:\"um-icon-ios-flag\";i:357;s:24:\"um-icon-ios-flag-outline\";i:358;s:17:\"um-icon-ios-flame\";i:359;s:25:\"um-icon-ios-flame-outline\";i:360;s:17:\"um-icon-ios-flask\";i:361;s:25:\"um-icon-ios-flask-outline\";i:362;s:18:\"um-icon-ios-flower\";i:363;s:26:\"um-icon-ios-flower-outline\";i:364;s:18:\"um-icon-ios-folder\";i:365;s:26:\"um-icon-ios-folder-outline\";i:366;s:20:\"um-icon-ios-football\";i:367;s:28:\"um-icon-ios-football-outline\";i:368;s:29:\"um-icon-ios-game-controller-a\";i:369;s:37:\"um-icon-ios-game-controller-a-outline\";i:370;s:29:\"um-icon-ios-game-controller-b\";i:371;s:37:\"um-icon-ios-game-controller-b-outline\";i:372;s:16:\"um-icon-ios-gear\";i:373;s:24:\"um-icon-ios-gear-outline\";i:374;s:19:\"um-icon-ios-glasses\";i:375;s:27:\"um-icon-ios-glasses-outline\";i:376;s:21:\"um-icon-ios-grid-view\";i:377;s:29:\"um-icon-ios-grid-view-outline\";i:378;s:17:\"um-icon-ios-heart\";i:379;s:25:\"um-icon-ios-heart-outline\";i:380;s:16:\"um-icon-ios-help\";i:381;s:22:\"um-icon-ios-help-empty\";i:382;s:24:\"um-icon-ios-help-outline\";i:383;s:16:\"um-icon-ios-home\";i:384;s:24:\"um-icon-ios-home-outline\";i:385;s:20:\"um-icon-ios-infinite\";i:386;s:28:\"um-icon-ios-infinite-outline\";i:387;s:23:\"um-icon-ios-information\";i:388;s:29:\"um-icon-ios-information-empty\";i:389;s:31:\"um-icon-ios-information-outline\";i:390;s:25:\"um-icon-ios-ionic-outline\";i:391;s:18:\"um-icon-ios-keypad\";i:392;s:26:\"um-icon-ios-keypad-outline\";i:393;s:21:\"um-icon-ios-lightbulb\";i:394;s:29:\"um-icon-ios-lightbulb-outline\";i:395;s:16:\"um-icon-ios-list\";i:396;s:24:\"um-icon-ios-list-outline\";i:397;s:20:\"um-icon-ios-location\";i:398;s:28:\"um-icon-ios-location-outline\";i:399;s:18:\"um-icon-ios-locked\";i:400;s:26:\"um-icon-ios-locked-outline\";i:401;s:16:\"um-icon-ios-loop\";i:402;s:23:\"um-icon-ios-loop-strong\";i:403;s:19:\"um-icon-ios-medical\";i:404;s:27:\"um-icon-ios-medical-outline\";i:405;s:18:\"um-icon-ios-medkit\";i:406;s:26:\"um-icon-ios-medkit-outline\";i:407;s:15:\"um-icon-ios-mic\";i:408;s:19:\"um-icon-ios-mic-off\";i:409;s:23:\"um-icon-ios-mic-outline\";i:410;s:17:\"um-icon-ios-minus\";i:411;s:23:\"um-icon-ios-minus-empty\";i:412;s:25:\"um-icon-ios-minus-outline\";i:413;s:19:\"um-icon-ios-monitor\";i:414;s:27:\"um-icon-ios-monitor-outline\";i:415;s:16:\"um-icon-ios-moon\";i:416;s:24:\"um-icon-ios-moon-outline\";i:417;s:16:\"um-icon-ios-more\";i:418;s:24:\"um-icon-ios-more-outline\";i:419;s:24:\"um-icon-ios-musical-note\";i:420;s:25:\"um-icon-ios-musical-notes\";i:421;s:20:\"um-icon-ios-navigate\";i:422;s:28:\"um-icon-ios-navigate-outline\";i:423;s:21:\"um-icon-ios-nutrition\";i:424;s:29:\"um-icon-ios-nutrition-outline\";i:425;s:17:\"um-icon-ios-paper\";i:426;s:25:\"um-icon-ios-paper-outline\";i:427;s:22:\"um-icon-ios-paperplane\";i:428;s:30:\"um-icon-ios-paperplane-outline\";i:429;s:23:\"um-icon-ios-partlysunny\";i:430;s:31:\"um-icon-ios-partlysunny-outline\";i:431;s:17:\"um-icon-ios-pause\";i:432;s:25:\"um-icon-ios-pause-outline\";i:433;s:15:\"um-icon-ios-paw\";i:434;s:23:\"um-icon-ios-paw-outline\";i:435;s:18:\"um-icon-ios-people\";i:436;s:26:\"um-icon-ios-people-outline\";i:437;s:18:\"um-icon-ios-person\";i:438;s:26:\"um-icon-ios-person-outline\";i:439;s:21:\"um-icon-ios-personadd\";i:440;s:29:\"um-icon-ios-personadd-outline\";i:441;s:18:\"um-icon-ios-photos\";i:442;s:26:\"um-icon-ios-photos-outline\";i:443;s:15:\"um-icon-ios-pie\";i:444;s:23:\"um-icon-ios-pie-outline\";i:445;s:16:\"um-icon-ios-pint\";i:446;s:24:\"um-icon-ios-pint-outline\";i:447;s:16:\"um-icon-ios-play\";i:448;s:24:\"um-icon-ios-play-outline\";i:449;s:16:\"um-icon-ios-plus\";i:450;s:22:\"um-icon-ios-plus-empty\";i:451;s:24:\"um-icon-ios-plus-outline\";i:452;s:20:\"um-icon-ios-pricetag\";i:453;s:28:\"um-icon-ios-pricetag-outline\";i:454;s:21:\"um-icon-ios-pricetags\";i:455;s:29:\"um-icon-ios-pricetags-outline\";i:456;s:19:\"um-icon-ios-printer\";i:457;s:27:\"um-icon-ios-printer-outline\";i:458;s:17:\"um-icon-ios-pulse\";i:459;s:24:\"um-icon-ios-pulse-strong\";i:460;s:17:\"um-icon-ios-rainy\";i:461;s:25:\"um-icon-ios-rainy-outline\";i:462;s:21:\"um-icon-ios-recording\";i:463;s:29:\"um-icon-ios-recording-outline\";i:464;s:16:\"um-icon-ios-redo\";i:465;s:24:\"um-icon-ios-redo-outline\";i:466;s:19:\"um-icon-ios-refresh\";i:467;s:25:\"um-icon-ios-refresh-empty\";i:468;s:27:\"um-icon-ios-refresh-outline\";i:469;s:18:\"um-icon-ios-reload\";i:470;s:26:\"um-icon-ios-reverse-camera\";i:471;s:34:\"um-icon-ios-reverse-camera-outline\";i:472;s:18:\"um-icon-ios-rewind\";i:473;s:26:\"um-icon-ios-rewind-outline\";i:474;s:16:\"um-icon-ios-rose\";i:475;s:24:\"um-icon-ios-rose-outline\";i:476;s:18:\"um-icon-ios-search\";i:477;s:25:\"um-icon-ios-search-strong\";i:478;s:20:\"um-icon-ios-settings\";i:479;s:27:\"um-icon-ios-settings-strong\";i:480;s:19:\"um-icon-ios-shuffle\";i:481;s:26:\"um-icon-ios-shuffle-strong\";i:482;s:24:\"um-icon-ios-skipbackward\";i:483;s:32:\"um-icon-ios-skipbackward-outline\";i:484;s:23:\"um-icon-ios-skipforward\";i:485;s:31:\"um-icon-ios-skipforward-outline\";i:486;s:17:\"um-icon-ios-snowy\";i:487;s:23:\"um-icon-ios-speedometer\";i:488;s:31:\"um-icon-ios-speedometer-outline\";i:489;s:16:\"um-icon-ios-star\";i:490;s:21:\"um-icon-ios-star-half\";i:491;s:24:\"um-icon-ios-star-outline\";i:492;s:21:\"um-icon-ios-stopwatch\";i:493;s:29:\"um-icon-ios-stopwatch-outline\";i:494;s:17:\"um-icon-ios-sunny\";i:495;s:25:\"um-icon-ios-sunny-outline\";i:496;s:21:\"um-icon-ios-telephone\";i:497;s:29:\"um-icon-ios-telephone-outline\";i:498;s:22:\"um-icon-ios-tennisball\";i:499;s:30:\"um-icon-ios-tennisball-outline\";i:500;s:24:\"um-icon-ios-thunderstorm\";i:501;s:32:\"um-icon-ios-thunderstorm-outline\";i:502;s:16:\"um-icon-ios-time\";i:503;s:24:\"um-icon-ios-time-outline\";i:504;s:17:\"um-icon-ios-timer\";i:505;s:25:\"um-icon-ios-timer-outline\";i:506;s:18:\"um-icon-ios-toggle\";i:507;s:26:\"um-icon-ios-toggle-outline\";i:508;s:17:\"um-icon-ios-trash\";i:509;s:25:\"um-icon-ios-trash-outline\";i:510;s:16:\"um-icon-ios-undo\";i:511;s:24:\"um-icon-ios-undo-outline\";i:512;s:20:\"um-icon-ios-unlocked\";i:513;s:28:\"um-icon-ios-unlocked-outline\";i:514;s:18:\"um-icon-ios-upload\";i:515;s:26:\"um-icon-ios-upload-outline\";i:516;s:20:\"um-icon-ios-videocam\";i:517;s:28:\"um-icon-ios-videocam-outline\";i:518;s:23:\"um-icon-ios-volume-high\";i:519;s:22:\"um-icon-ios-volume-low\";i:520;s:21:\"um-icon-ios-wineglass\";i:521;s:29:\"um-icon-ios-wineglass-outline\";i:522;s:17:\"um-icon-ios-world\";i:523;s:25:\"um-icon-ios-world-outline\";i:524;s:12:\"um-icon-ipad\";i:525;s:14:\"um-icon-iphone\";i:526;s:12:\"um-icon-ipod\";i:527;s:11:\"um-icon-jet\";i:528;s:11:\"um-icon-key\";i:529;s:13:\"um-icon-knife\";i:530;s:14:\"um-icon-laptop\";i:531;s:12:\"um-icon-leaf\";i:532;s:14:\"um-icon-levels\";i:533;s:17:\"um-icon-lightbulb\";i:534;s:12:\"um-icon-link\";i:535;s:14:\"um-icon-load-a\";i:536;s:14:\"um-icon-load-b\";i:537;s:14:\"um-icon-load-c\";i:538;s:14:\"um-icon-load-d\";i:539;s:16:\"um-icon-location\";i:540;s:24:\"um-icon-lock-combination\";i:541;s:14:\"um-icon-locked\";i:542;s:14:\"um-icon-log-in\";i:543;s:15:\"um-icon-log-out\";i:544;s:12:\"um-icon-loop\";i:545;s:14:\"um-icon-magnet\";i:546;s:12:\"um-icon-male\";i:547;s:11:\"um-icon-man\";i:548;s:11:\"um-icon-map\";i:549;s:14:\"um-icon-medkit\";i:550;s:13:\"um-icon-merge\";i:551;s:13:\"um-icon-mic-a\";i:552;s:13:\"um-icon-mic-b\";i:553;s:13:\"um-icon-mic-c\";i:554;s:13:\"um-icon-minus\";i:555;s:21:\"um-icon-minus-circled\";i:556;s:19:\"um-icon-minus-round\";i:557;s:15:\"um-icon-model-s\";i:558;s:15:\"um-icon-monitor\";i:559;s:12:\"um-icon-more\";i:560;s:13:\"um-icon-mouse\";i:561;s:18:\"um-icon-music-note\";i:562;s:15:\"um-icon-navicon\";i:563;s:21:\"um-icon-navicon-round\";i:564;s:16:\"um-icon-navigate\";i:565;s:15:\"um-icon-network\";i:566;s:18:\"um-icon-no-smoking\";i:567;s:15:\"um-icon-nuclear\";i:568;s:14:\"um-icon-outlet\";i:569;s:18:\"um-icon-paintbrush\";i:570;s:19:\"um-icon-paintbucket\";i:571;s:22:\"um-icon-paper-airplane\";i:572;s:17:\"um-icon-paperclip\";i:573;s:13:\"um-icon-pause\";i:574;s:14:\"um-icon-person\";i:575;s:18:\"um-icon-person-add\";i:576;s:22:\"um-icon-person-stalker\";i:577;s:17:\"um-icon-pie-graph\";i:578;s:11:\"um-icon-pin\";i:579;s:16:\"um-icon-pinpoint\";i:580;s:13:\"um-icon-pizza\";i:581;s:13:\"um-icon-plane\";i:582;s:14:\"um-icon-planet\";i:583;s:12:\"um-icon-play\";i:584;s:19:\"um-icon-playstation\";i:585;s:12:\"um-icon-plus\";i:586;s:20:\"um-icon-plus-circled\";i:587;s:18:\"um-icon-plus-round\";i:588;s:14:\"um-icon-podium\";i:589;s:13:\"um-icon-pound\";i:590;s:13:\"um-icon-power\";i:591;s:16:\"um-icon-pricetag\";i:592;s:17:\"um-icon-pricetags\";i:593;s:15:\"um-icon-printer\";i:594;s:20:\"um-icon-pull-request\";i:595;s:18:\"um-icon-qr-scanner\";i:596;s:13:\"um-icon-quote\";i:597;s:19:\"um-icon-radio-waves\";i:598;s:14:\"um-icon-record\";i:599;s:15:\"um-icon-refresh\";i:600;s:13:\"um-icon-reply\";i:601;s:17:\"um-icon-reply-all\";i:602;s:16:\"um-icon-ribbon-a\";i:603;s:16:\"um-icon-ribbon-b\";i:604;s:11:\"um-icon-sad\";i:605;s:19:\"um-icon-sad-outline\";i:606;s:16:\"um-icon-scissors\";i:607;s:14:\"um-icon-search\";i:608;s:16:\"um-icon-settings\";i:609;s:13:\"um-icon-share\";i:610;s:15:\"um-icon-shuffle\";i:611;s:21:\"um-icon-skip-backward\";i:612;s:20:\"um-icon-skip-forward\";i:613;s:22:\"um-icon-social-android\";i:614;s:30:\"um-icon-social-android-outline\";i:615;s:22:\"um-icon-social-angular\";i:616;s:30:\"um-icon-social-angular-outline\";i:617;s:20:\"um-icon-social-apple\";i:618;s:28:\"um-icon-social-apple-outline\";i:619;s:22:\"um-icon-social-bitcoin\";i:620;s:30:\"um-icon-social-bitcoin-outline\";i:621;s:21:\"um-icon-social-buffer\";i:622;s:29:\"um-icon-social-buffer-outline\";i:623;s:21:\"um-icon-social-chrome\";i:624;s:29:\"um-icon-social-chrome-outline\";i:625;s:22:\"um-icon-social-codepen\";i:626;s:30:\"um-icon-social-codepen-outline\";i:627;s:19:\"um-icon-social-css3\";i:628;s:27:\"um-icon-social-css3-outline\";i:629;s:27:\"um-icon-social-designernews\";i:630;s:35:\"um-icon-social-designernews-outline\";i:631;s:23:\"um-icon-social-dribbble\";i:632;s:31:\"um-icon-social-dribbble-outline\";i:633;s:22:\"um-icon-social-dropbox\";i:634;s:30:\"um-icon-social-dropbox-outline\";i:635;s:19:\"um-icon-social-euro\";i:636;s:27:\"um-icon-social-euro-outline\";i:637;s:23:\"um-icon-social-facebook\";i:638;s:31:\"um-icon-social-facebook-outline\";i:639;s:25:\"um-icon-social-foursquare\";i:640;s:33:\"um-icon-social-foursquare-outline\";i:641;s:28:\"um-icon-social-freebsd-devil\";i:642;s:21:\"um-icon-social-github\";i:643;s:29:\"um-icon-social-github-outline\";i:644;s:21:\"um-icon-social-google\";i:645;s:29:\"um-icon-social-google-outline\";i:646;s:25:\"um-icon-social-googleplus\";i:647;s:33:\"um-icon-social-googleplus-outline\";i:648;s:25:\"um-icon-social-hackernews\";i:649;s:33:\"um-icon-social-hackernews-outline\";i:650;s:20:\"um-icon-social-html5\";i:651;s:28:\"um-icon-social-html5-outline\";i:652;s:24:\"um-icon-social-instagram\";i:653;s:32:\"um-icon-social-instagram-outline\";i:654;s:25:\"um-icon-social-javascript\";i:655;s:33:\"um-icon-social-javascript-outline\";i:656;s:23:\"um-icon-social-linkedin\";i:657;s:31:\"um-icon-social-linkedin-outline\";i:658;s:23:\"um-icon-social-markdown\";i:659;s:21:\"um-icon-social-nodejs\";i:660;s:22:\"um-icon-social-octocat\";i:661;s:24:\"um-icon-social-pinterest\";i:662;s:32:\"um-icon-social-pinterest-outline\";i:663;s:21:\"um-icon-social-python\";i:664;s:21:\"um-icon-social-reddit\";i:665;s:29:\"um-icon-social-reddit-outline\";i:666;s:18:\"um-icon-social-rss\";i:667;s:26:\"um-icon-social-rss-outline\";i:668;s:19:\"um-icon-social-sass\";i:669;s:20:\"um-icon-social-skype\";i:670;s:28:\"um-icon-social-skype-outline\";i:671;s:23:\"um-icon-social-snapchat\";i:672;s:31:\"um-icon-social-snapchat-outline\";i:673;s:21:\"um-icon-social-tumblr\";i:674;s:29:\"um-icon-social-tumblr-outline\";i:675;s:18:\"um-icon-social-tux\";i:676;s:21:\"um-icon-social-twitch\";i:677;s:29:\"um-icon-social-twitch-outline\";i:678;s:22:\"um-icon-social-twitter\";i:679;s:30:\"um-icon-social-twitter-outline\";i:680;s:18:\"um-icon-social-usd\";i:681;s:26:\"um-icon-social-usd-outline\";i:682;s:20:\"um-icon-social-vimeo\";i:683;s:28:\"um-icon-social-vimeo-outline\";i:684;s:23:\"um-icon-social-whatsapp\";i:685;s:31:\"um-icon-social-whatsapp-outline\";i:686;s:22:\"um-icon-social-windows\";i:687;s:30:\"um-icon-social-windows-outline\";i:688;s:24:\"um-icon-social-wordpress\";i:689;s:32:\"um-icon-social-wordpress-outline\";i:690;s:20:\"um-icon-social-yahoo\";i:691;s:28:\"um-icon-social-yahoo-outline\";i:692;s:18:\"um-icon-social-yen\";i:693;s:26:\"um-icon-social-yen-outline\";i:694;s:22:\"um-icon-social-youtube\";i:695;s:30:\"um-icon-social-youtube-outline\";i:696;s:16:\"um-icon-soup-can\";i:697;s:24:\"um-icon-soup-can-outline\";i:698;s:20:\"um-icon-speakerphone\";i:699;s:19:\"um-icon-speedometer\";i:700;s:13:\"um-icon-spoon\";i:701;s:12:\"um-icon-star\";i:702;s:18:\"um-icon-stats-bars\";i:703;s:13:\"um-icon-steam\";i:704;s:12:\"um-icon-stop\";i:705;s:19:\"um-icon-thermometer\";i:706;s:18:\"um-icon-thumbsdown\";i:707;s:16:\"um-icon-thumbsup\";i:708;s:14:\"um-icon-toggle\";i:709;s:21:\"um-icon-toggle-filled\";i:710;s:19:\"um-icon-transgender\";i:711;s:15:\"um-icon-trash-a\";i:712;s:15:\"um-icon-trash-b\";i:713;s:14:\"um-icon-trophy\";i:714;s:14:\"um-icon-tshirt\";i:715;s:22:\"um-icon-tshirt-outline\";i:716;s:16:\"um-icon-umbrella\";i:717;s:18:\"um-icon-university\";i:718;s:16:\"um-icon-unlocked\";i:719;s:14:\"um-icon-upload\";i:720;s:11:\"um-icon-usb\";i:721;s:19:\"um-icon-videocamera\";i:722;s:19:\"um-icon-volume-high\";i:723;s:18:\"um-icon-volume-low\";i:724;s:21:\"um-icon-volume-medium\";i:725;s:19:\"um-icon-volume-mute\";i:726;s:12:\"um-icon-wand\";i:727;s:17:\"um-icon-waterdrop\";i:728;s:12:\"um-icon-wifi\";i:729;s:17:\"um-icon-wineglass\";i:730;s:13:\"um-icon-woman\";i:731;s:14:\"um-icon-wrench\";i:732;s:12:\"um-icon-xbox\";i:733;s:15:\"um-faicon-glass\";i:734;s:15:\"um-faicon-music\";i:735;s:16:\"um-faicon-search\";i:736;s:20:\"um-faicon-envelope-o\";i:737;s:15:\"um-faicon-heart\";i:738;s:14:\"um-faicon-star\";i:739;s:16:\"um-faicon-star-o\";i:740;s:14:\"um-faicon-user\";i:741;s:14:\"um-faicon-film\";i:742;s:18:\"um-faicon-th-large\";i:743;s:12:\"um-faicon-th\";i:744;s:17:\"um-faicon-th-list\";i:745;s:15:\"um-faicon-check\";i:746;s:15:\"um-faicon-times\";i:747;s:21:\"um-faicon-search-plus\";i:748;s:22:\"um-faicon-search-minus\";i:749;s:19:\"um-faicon-power-off\";i:750;s:16:\"um-faicon-signal\";i:751;s:13:\"um-faicon-cog\";i:752;s:17:\"um-faicon-trash-o\";i:753;s:14:\"um-faicon-home\";i:754;s:16:\"um-faicon-file-o\";i:755;s:17:\"um-faicon-clock-o\";i:756;s:14:\"um-faicon-road\";i:757;s:18:\"um-faicon-download\";i:758;s:29:\"um-faicon-arrow-circle-o-down\";i:759;s:27:\"um-faicon-arrow-circle-o-up\";i:760;s:15:\"um-faicon-inbox\";i:761;s:23:\"um-faicon-play-circle-o\";i:762;s:16:\"um-faicon-repeat\";i:763;s:17:\"um-faicon-refresh\";i:764;s:18:\"um-faicon-list-alt\";i:765;s:14:\"um-faicon-lock\";i:766;s:14:\"um-faicon-flag\";i:767;s:20:\"um-faicon-headphones\";i:768;s:20:\"um-faicon-volume-off\";i:769;s:21:\"um-faicon-volume-down\";i:770;s:19:\"um-faicon-volume-up\";i:771;s:16:\"um-faicon-qrcode\";i:772;s:17:\"um-faicon-barcode\";i:773;s:13:\"um-faicon-tag\";i:774;s:14:\"um-faicon-tags\";i:775;s:14:\"um-faicon-book\";i:776;s:18:\"um-faicon-bookmark\";i:777;s:15:\"um-faicon-print\";i:778;s:16:\"um-faicon-camera\";i:779;s:14:\"um-faicon-font\";i:780;s:14:\"um-faicon-bold\";i:781;s:16:\"um-faicon-italic\";i:782;s:21:\"um-faicon-text-height\";i:783;s:20:\"um-faicon-text-width\";i:784;s:20:\"um-faicon-align-left\";i:785;s:22:\"um-faicon-align-center\";i:786;s:21:\"um-faicon-align-right\";i:787;s:23:\"um-faicon-align-justify\";i:788;s:14:\"um-faicon-list\";i:789;s:17:\"um-faicon-outdent\";i:790;s:16:\"um-faicon-indent\";i:791;s:22:\"um-faicon-video-camera\";i:792;s:19:\"um-faicon-picture-o\";i:793;s:16:\"um-faicon-pencil\";i:794;s:20:\"um-faicon-map-marker\";i:795;s:16:\"um-faicon-adjust\";i:796;s:14:\"um-faicon-tint\";i:797;s:25:\"um-faicon-pencil-square-o\";i:798;s:24:\"um-faicon-share-square-o\";i:799;s:24:\"um-faicon-check-square-o\";i:800;s:16:\"um-faicon-arrows\";i:801;s:23:\"um-faicon-step-backward\";i:802;s:23:\"um-faicon-fast-backward\";i:803;s:18:\"um-faicon-backward\";i:804;s:14:\"um-faicon-play\";i:805;s:15:\"um-faicon-pause\";i:806;s:14:\"um-faicon-stop\";i:807;s:17:\"um-faicon-forward\";i:808;s:22:\"um-faicon-fast-forward\";i:809;s:22:\"um-faicon-step-forward\";i:810;s:15:\"um-faicon-eject\";i:811;s:22:\"um-faicon-chevron-left\";i:812;s:23:\"um-faicon-chevron-right\";i:813;s:21:\"um-faicon-plus-circle\";i:814;s:22:\"um-faicon-minus-circle\";i:815;s:22:\"um-faicon-times-circle\";i:816;s:22:\"um-faicon-check-circle\";i:817;s:25:\"um-faicon-question-circle\";i:818;s:21:\"um-faicon-info-circle\";i:819;s:20:\"um-faicon-crosshairs\";i:820;s:24:\"um-faicon-times-circle-o\";i:821;s:24:\"um-faicon-check-circle-o\";i:822;s:13:\"um-faicon-ban\";i:823;s:20:\"um-faicon-arrow-left\";i:824;s:21:\"um-faicon-arrow-right\";i:825;s:18:\"um-faicon-arrow-up\";i:826;s:20:\"um-faicon-arrow-down\";i:827;s:15:\"um-faicon-share\";i:828;s:16:\"um-faicon-expand\";i:829;s:18:\"um-faicon-compress\";i:830;s:14:\"um-faicon-plus\";i:831;s:15:\"um-faicon-minus\";i:832;s:18:\"um-faicon-asterisk\";i:833;s:28:\"um-faicon-exclamation-circle\";i:834;s:14:\"um-faicon-gift\";i:835;s:14:\"um-faicon-leaf\";i:836;s:14:\"um-faicon-fire\";i:837;s:13:\"um-faicon-eye\";i:838;s:19:\"um-faicon-eye-slash\";i:839;s:30:\"um-faicon-exclamation-triangle\";i:840;s:15:\"um-faicon-plane\";i:841;s:18:\"um-faicon-calendar\";i:842;s:16:\"um-faicon-random\";i:843;s:17:\"um-faicon-comment\";i:844;s:16:\"um-faicon-magnet\";i:845;s:20:\"um-faicon-chevron-up\";i:846;s:22:\"um-faicon-chevron-down\";i:847;s:17:\"um-faicon-retweet\";i:848;s:23:\"um-faicon-shopping-cart\";i:849;s:16:\"um-faicon-folder\";i:850;s:21:\"um-faicon-folder-open\";i:851;s:18:\"um-faicon-arrows-v\";i:852;s:18:\"um-faicon-arrows-h\";i:853;s:19:\"um-faicon-bar-chart\";i:854;s:24:\"um-faicon-twitter-square\";i:855;s:25:\"um-faicon-facebook-square\";i:856;s:22:\"um-faicon-camera-retro\";i:857;s:13:\"um-faicon-key\";i:858;s:14:\"um-faicon-cogs\";i:859;s:18:\"um-faicon-comments\";i:860;s:21:\"um-faicon-thumbs-o-up\";i:861;s:23:\"um-faicon-thumbs-o-down\";i:862;s:19:\"um-faicon-star-half\";i:863;s:17:\"um-faicon-heart-o\";i:864;s:18:\"um-faicon-sign-out\";i:865;s:25:\"um-faicon-linkedin-square\";i:866;s:20:\"um-faicon-thumb-tack\";i:867;s:23:\"um-faicon-external-link\";i:868;s:17:\"um-faicon-sign-in\";i:869;s:16:\"um-faicon-trophy\";i:870;s:23:\"um-faicon-github-square\";i:871;s:16:\"um-faicon-upload\";i:872;s:17:\"um-faicon-lemon-o\";i:873;s:15:\"um-faicon-phone\";i:874;s:18:\"um-faicon-square-o\";i:875;s:20:\"um-faicon-bookmark-o\";i:876;s:22:\"um-faicon-phone-square\";i:877;s:17:\"um-faicon-twitter\";i:878;s:18:\"um-faicon-facebook\";i:879;s:16:\"um-faicon-github\";i:880;s:16:\"um-faicon-unlock\";i:881;s:21:\"um-faicon-credit-card\";i:882;s:13:\"um-faicon-rss\";i:883;s:15:\"um-faicon-hdd-o\";i:884;s:18:\"um-faicon-bullhorn\";i:885;s:14:\"um-faicon-bell\";i:886;s:21:\"um-faicon-certificate\";i:887;s:22:\"um-faicon-hand-o-right\";i:888;s:21:\"um-faicon-hand-o-left\";i:889;s:19:\"um-faicon-hand-o-up\";i:890;s:21:\"um-faicon-hand-o-down\";i:891;s:27:\"um-faicon-arrow-circle-left\";i:892;s:28:\"um-faicon-arrow-circle-right\";i:893;s:25:\"um-faicon-arrow-circle-up\";i:894;s:27:\"um-faicon-arrow-circle-down\";i:895;s:15:\"um-faicon-globe\";i:896;s:16:\"um-faicon-wrench\";i:897;s:15:\"um-faicon-tasks\";i:898;s:16:\"um-faicon-filter\";i:899;s:19:\"um-faicon-briefcase\";i:900;s:20:\"um-faicon-arrows-alt\";i:901;s:15:\"um-faicon-users\";i:902;s:14:\"um-faicon-link\";i:903;s:15:\"um-faicon-cloud\";i:904;s:15:\"um-faicon-flask\";i:905;s:18:\"um-faicon-scissors\";i:906;s:17:\"um-faicon-files-o\";i:907;s:19:\"um-faicon-paperclip\";i:908;s:18:\"um-faicon-floppy-o\";i:909;s:16:\"um-faicon-square\";i:910;s:14:\"um-faicon-bars\";i:911;s:17:\"um-faicon-list-ul\";i:912;s:17:\"um-faicon-list-ol\";i:913;s:23:\"um-faicon-strikethrough\";i:914;s:19:\"um-faicon-underline\";i:915;s:15:\"um-faicon-table\";i:916;s:15:\"um-faicon-magic\";i:917;s:15:\"um-faicon-truck\";i:918;s:19:\"um-faicon-pinterest\";i:919;s:26:\"um-faicon-pinterest-square\";i:920;s:28:\"um-faicon-google-plus-square\";i:921;s:21:\"um-faicon-google-plus\";i:922;s:15:\"um-faicon-money\";i:923;s:20:\"um-faicon-caret-down\";i:924;s:18:\"um-faicon-caret-up\";i:925;s:20:\"um-faicon-caret-left\";i:926;s:21:\"um-faicon-caret-right\";i:927;s:17:\"um-faicon-columns\";i:928;s:14:\"um-faicon-sort\";i:929;s:19:\"um-faicon-sort-desc\";i:930;s:18:\"um-faicon-sort-asc\";i:931;s:18:\"um-faicon-envelope\";i:932;s:18:\"um-faicon-linkedin\";i:933;s:14:\"um-faicon-undo\";i:934;s:15:\"um-faicon-gavel\";i:935;s:20:\"um-faicon-tachometer\";i:936;s:19:\"um-faicon-comment-o\";i:937;s:20:\"um-faicon-comments-o\";i:938;s:14:\"um-faicon-bolt\";i:939;s:17:\"um-faicon-sitemap\";i:940;s:18:\"um-faicon-umbrella\";i:941;s:19:\"um-faicon-clipboard\";i:942;s:21:\"um-faicon-lightbulb-o\";i:943;s:18:\"um-faicon-exchange\";i:944;s:24:\"um-faicon-cloud-download\";i:945;s:22:\"um-faicon-cloud-upload\";i:946;s:17:\"um-faicon-user-md\";i:947;s:21:\"um-faicon-stethoscope\";i:948;s:18:\"um-faicon-suitcase\";i:949;s:16:\"um-faicon-bell-o\";i:950;s:16:\"um-faicon-coffee\";i:951;s:17:\"um-faicon-cutlery\";i:952;s:21:\"um-faicon-file-text-o\";i:953;s:20:\"um-faicon-building-o\";i:954;s:20:\"um-faicon-hospital-o\";i:955;s:19:\"um-faicon-ambulance\";i:956;s:16:\"um-faicon-medkit\";i:957;s:21:\"um-faicon-fighter-jet\";i:958;s:14:\"um-faicon-beer\";i:959;s:18:\"um-faicon-h-square\";i:960;s:21:\"um-faicon-plus-square\";i:961;s:27:\"um-faicon-angle-double-left\";i:962;s:28:\"um-faicon-angle-double-right\";i:963;s:25:\"um-faicon-angle-double-up\";i:964;s:27:\"um-faicon-angle-double-down\";i:965;s:20:\"um-faicon-angle-left\";i:966;s:21:\"um-faicon-angle-right\";i:967;s:18:\"um-faicon-angle-up\";i:968;s:20:\"um-faicon-angle-down\";i:969;s:17:\"um-faicon-desktop\";i:970;s:16:\"um-faicon-laptop\";i:971;s:16:\"um-faicon-tablet\";i:972;s:16:\"um-faicon-mobile\";i:973;s:18:\"um-faicon-circle-o\";i:974;s:20:\"um-faicon-quote-left\";i:975;s:21:\"um-faicon-quote-right\";i:976;s:17:\"um-faicon-spinner\";i:977;s:14:\"um-faicon-spin\";i:978;s:16:\"um-faicon-circle\";i:979;s:15:\"um-faicon-reply\";i:980;s:20:\"um-faicon-github-alt\";i:981;s:18:\"um-faicon-folder-o\";i:982;s:23:\"um-faicon-folder-open-o\";i:983;s:17:\"um-faicon-smile-o\";i:984;s:17:\"um-faicon-frown-o\";i:985;s:15:\"um-faicon-meh-o\";i:986;s:17:\"um-faicon-gamepad\";i:987;s:20:\"um-faicon-keyboard-o\";i:988;s:16:\"um-faicon-flag-o\";i:989;s:24:\"um-faicon-flag-checkered\";i:990;s:18:\"um-faicon-terminal\";i:991;s:14:\"um-faicon-code\";i:992;s:19:\"um-faicon-reply-all\";i:993;s:21:\"um-faicon-star-half-o\";i:994;s:24:\"um-faicon-location-arrow\";i:995;s:14:\"um-faicon-crop\";i:996;s:19:\"um-faicon-code-fork\";i:997;s:22:\"um-faicon-chain-broken\";i:998;s:18:\"um-faicon-question\";i:999;s:14:\"um-faicon-info\";i:1000;s:21:\"um-faicon-exclamation\";i:1001;s:21:\"um-faicon-superscript\";i:1002;s:19:\"um-faicon-subscript\";i:1003;s:16:\"um-faicon-eraser\";i:1004;s:22:\"um-faicon-puzzle-piece\";i:1005;s:20:\"um-faicon-microphone\";i:1006;s:26:\"um-faicon-microphone-slash\";i:1007;s:16:\"um-faicon-shield\";i:1008;s:20:\"um-faicon-calendar-o\";i:1009;s:27:\"um-faicon-fire-extinguisher\";i:1010;s:16:\"um-faicon-rocket\";i:1011;s:16:\"um-faicon-maxcdn\";i:1012;s:29:\"um-faicon-chevron-circle-left\";i:1013;s:30:\"um-faicon-chevron-circle-right\";i:1014;s:27:\"um-faicon-chevron-circle-up\";i:1015;s:29:\"um-faicon-chevron-circle-down\";i:1016;s:15:\"um-faicon-html5\";i:1017;s:14:\"um-faicon-css3\";i:1018;s:16:\"um-faicon-anchor\";i:1019;s:20:\"um-faicon-unlock-alt\";i:1020;s:18:\"um-faicon-bullseye\";i:1021;s:20:\"um-faicon-ellipsis-h\";i:1022;s:20:\"um-faicon-ellipsis-v\";i:1023;s:20:\"um-faicon-rss-square\";i:1024;s:21:\"um-faicon-play-circle\";i:1025;s:16:\"um-faicon-ticket\";i:1026;s:22:\"um-faicon-minus-square\";i:1027;s:24:\"um-faicon-minus-square-o\";i:1028;s:18:\"um-faicon-level-up\";i:1029;s:20:\"um-faicon-level-down\";i:1030;s:22:\"um-faicon-check-square\";i:1031;s:23:\"um-faicon-pencil-square\";i:1032;s:30:\"um-faicon-external-link-square\";i:1033;s:22:\"um-faicon-share-square\";i:1034;s:17:\"um-faicon-compass\";i:1035;s:29:\"um-faicon-caret-square-o-down\";i:1036;s:27:\"um-faicon-caret-square-o-up\";i:1037;s:30:\"um-faicon-caret-square-o-right\";i:1038;s:13:\"um-faicon-eur\";i:1039;s:13:\"um-faicon-gbp\";i:1040;s:13:\"um-faicon-usd\";i:1041;s:13:\"um-faicon-inr\";i:1042;s:13:\"um-faicon-jpy\";i:1043;s:13:\"um-faicon-rub\";i:1044;s:13:\"um-faicon-krw\";i:1045;s:13:\"um-faicon-btc\";i:1046;s:14:\"um-faicon-file\";i:1047;s:19:\"um-faicon-file-text\";i:1048;s:24:\"um-faicon-sort-alpha-asc\";i:1049;s:25:\"um-faicon-sort-alpha-desc\";i:1050;s:25:\"um-faicon-sort-amount-asc\";i:1051;s:26:\"um-faicon-sort-amount-desc\";i:1052;s:26:\"um-faicon-sort-numeric-asc\";i:1053;s:27:\"um-faicon-sort-numeric-desc\";i:1054;s:19:\"um-faicon-thumbs-up\";i:1055;s:21:\"um-faicon-thumbs-down\";i:1056;s:24:\"um-faicon-youtube-square\";i:1057;s:17:\"um-faicon-youtube\";i:1058;s:14:\"um-faicon-xing\";i:1059;s:21:\"um-faicon-xing-square\";i:1060;s:22:\"um-faicon-youtube-play\";i:1061;s:17:\"um-faicon-dropbox\";i:1062;s:24:\"um-faicon-stack-overflow\";i:1063;s:19:\"um-faicon-instagram\";i:1064;s:16:\"um-faicon-flickr\";i:1065;s:13:\"um-faicon-adn\";i:1066;s:19:\"um-faicon-bitbucket\";i:1067;s:26:\"um-faicon-bitbucket-square\";i:1068;s:16:\"um-faicon-tumblr\";i:1069;s:23:\"um-faicon-tumblr-square\";i:1070;s:25:\"um-faicon-long-arrow-down\";i:1071;s:23:\"um-faicon-long-arrow-up\";i:1072;s:25:\"um-faicon-long-arrow-left\";i:1073;s:26:\"um-faicon-long-arrow-right\";i:1074;s:15:\"um-faicon-apple\";i:1075;s:17:\"um-faicon-windows\";i:1076;s:17:\"um-faicon-android\";i:1077;s:15:\"um-faicon-linux\";i:1078;s:18:\"um-faicon-dribbble\";i:1079;s:15:\"um-faicon-skype\";i:1080;s:20:\"um-faicon-foursquare\";i:1081;s:16:\"um-faicon-trello\";i:1082;s:16:\"um-faicon-female\";i:1083;s:14:\"um-faicon-male\";i:1084;s:16:\"um-faicon-gittip\";i:1085;s:15:\"um-faicon-sun-o\";i:1086;s:16:\"um-faicon-moon-o\";i:1087;s:17:\"um-faicon-archive\";i:1088;s:13:\"um-faicon-bug\";i:1089;s:12:\"um-faicon-vk\";i:1090;s:15:\"um-faicon-weibo\";i:1091;s:16:\"um-faicon-renren\";i:1092;s:19:\"um-faicon-pagelines\";i:1093;s:24:\"um-faicon-stack-exchange\";i:1094;s:30:\"um-faicon-arrow-circle-o-right\";i:1095;s:29:\"um-faicon-arrow-circle-o-left\";i:1096;s:29:\"um-faicon-caret-square-o-left\";i:1097;s:22:\"um-faicon-dot-circle-o\";i:1098;s:20:\"um-faicon-wheelchair\";i:1099;s:22:\"um-faicon-vimeo-square\";i:1100;s:13:\"um-faicon-try\";i:1101;s:23:\"um-faicon-plus-square-o\";i:1102;s:23:\"um-faicon-space-shuttle\";i:1103;s:15:\"um-faicon-slack\";i:1104;s:25:\"um-faicon-envelope-square\";i:1105;s:19:\"um-faicon-wordpress\";i:1106;s:16:\"um-faicon-openid\";i:1107;s:20:\"um-faicon-university\";i:1108;s:24:\"um-faicon-graduation-cap\";i:1109;s:15:\"um-faicon-yahoo\";i:1110;s:16:\"um-faicon-google\";i:1111;s:16:\"um-faicon-reddit\";i:1112;s:23:\"um-faicon-reddit-square\";i:1113;s:28:\"um-faicon-stumbleupon-circle\";i:1114;s:21:\"um-faicon-stumbleupon\";i:1115;s:19:\"um-faicon-delicious\";i:1116;s:14:\"um-faicon-digg\";i:1117;s:20:\"um-faicon-pied-piper\";i:1118;s:24:\"um-faicon-pied-piper-alt\";i:1119;s:16:\"um-faicon-drupal\";i:1120;s:16:\"um-faicon-joomla\";i:1121;s:18:\"um-faicon-language\";i:1122;s:13:\"um-faicon-fax\";i:1123;s:18:\"um-faicon-building\";i:1124;s:15:\"um-faicon-child\";i:1125;s:13:\"um-faicon-paw\";i:1126;s:15:\"um-faicon-spoon\";i:1127;s:14:\"um-faicon-cube\";i:1128;s:15:\"um-faicon-cubes\";i:1129;s:17:\"um-faicon-behance\";i:1130;s:24:\"um-faicon-behance-square\";i:1131;s:15:\"um-faicon-steam\";i:1132;s:22:\"um-faicon-steam-square\";i:1133;s:17:\"um-faicon-recycle\";i:1134;s:13:\"um-faicon-car\";i:1135;s:14:\"um-faicon-taxi\";i:1136;s:14:\"um-faicon-tree\";i:1137;s:17:\"um-faicon-spotify\";i:1138;s:20:\"um-faicon-deviantart\";i:1139;s:20:\"um-faicon-soundcloud\";i:1140;s:18:\"um-faicon-database\";i:1141;s:20:\"um-faicon-file-pdf-o\";i:1142;s:21:\"um-faicon-file-word-o\";i:1143;s:22:\"um-faicon-file-excel-o\";i:1144;s:27:\"um-faicon-file-powerpoint-o\";i:1145;s:22:\"um-faicon-file-image-o\";i:1146;s:24:\"um-faicon-file-archive-o\";i:1147;s:22:\"um-faicon-file-audio-o\";i:1148;s:22:\"um-faicon-file-video-o\";i:1149;s:21:\"um-faicon-file-code-o\";i:1150;s:14:\"um-faicon-vine\";i:1151;s:17:\"um-faicon-codepen\";i:1152;s:18:\"um-faicon-jsfiddle\";i:1153;s:19:\"um-faicon-life-ring\";i:1154;s:24:\"um-faicon-circle-o-notch\";i:1155;s:15:\"um-faicon-rebel\";i:1156;s:16:\"um-faicon-empire\";i:1157;s:20:\"um-faicon-git-square\";i:1158;s:13:\"um-faicon-git\";i:1159;s:21:\"um-faicon-hacker-news\";i:1160;s:23:\"um-faicon-tencent-weibo\";i:1161;s:12:\"um-faicon-qq\";i:1162;s:16:\"um-faicon-weixin\";i:1163;s:21:\"um-faicon-paper-plane\";i:1164;s:23:\"um-faicon-paper-plane-o\";i:1165;s:17:\"um-faicon-history\";i:1166;s:21:\"um-faicon-circle-thin\";i:1167;s:16:\"um-faicon-header\";i:1168;s:19:\"um-faicon-paragraph\";i:1169;s:17:\"um-faicon-sliders\";i:1170;s:19:\"um-faicon-share-alt\";i:1171;s:26:\"um-faicon-share-alt-square\";i:1172;s:14:\"um-faicon-bomb\";i:1173;s:18:\"um-faicon-futbol-o\";i:1174;s:13:\"um-faicon-tty\";i:1175;s:20:\"um-faicon-binoculars\";i:1176;s:14:\"um-faicon-plug\";i:1177;s:20:\"um-faicon-slideshare\";i:1178;s:16:\"um-faicon-twitch\";i:1179;s:14:\"um-faicon-yelp\";i:1180;s:21:\"um-faicon-newspaper-o\";i:1181;s:14:\"um-faicon-wifi\";i:1182;s:20:\"um-faicon-calculator\";i:1183;s:16:\"um-faicon-paypal\";i:1184;s:23:\"um-faicon-google-wallet\";i:1185;s:17:\"um-faicon-cc-visa\";i:1186;s:23:\"um-faicon-cc-mastercard\";i:1187;s:21:\"um-faicon-cc-discover\";i:1188;s:17:\"um-faicon-cc-amex\";i:1189;s:19:\"um-faicon-cc-paypal\";i:1190;s:19:\"um-faicon-cc-stripe\";i:1191;s:20:\"um-faicon-bell-slash\";i:1192;s:22:\"um-faicon-bell-slash-o\";i:1193;s:15:\"um-faicon-trash\";i:1194;s:19:\"um-faicon-copyright\";i:1195;s:12:\"um-faicon-at\";i:1196;s:20:\"um-faicon-eyedropper\";i:1197;s:21:\"um-faicon-paint-brush\";i:1198;s:23:\"um-faicon-birthday-cake\";i:1199;s:20:\"um-faicon-area-chart\";i:1200;s:19:\"um-faicon-pie-chart\";i:1201;s:20:\"um-faicon-line-chart\";i:1202;s:16:\"um-faicon-lastfm\";i:1203;s:23:\"um-faicon-lastfm-square\";i:1204;s:20:\"um-faicon-toggle-off\";i:1205;s:19:\"um-faicon-toggle-on\";i:1206;s:17:\"um-faicon-bicycle\";i:1207;s:13:\"um-faicon-bus\";i:1208;s:17:\"um-faicon-ioxhost\";i:1209;s:19:\"um-faicon-angellist\";i:1210;s:12:\"um-faicon-cc\";i:1211;s:13:\"um-faicon-ils\";i:1212;s:18:\"um-faicon-meanpath\";i:1213;s:14:\"um-faicon-spin\";i:1214;s:14:\"um-faicon-spin\";i:1215;s:14:\"um-faicon-spin\";i:1216;s:14:\"um-faicon-spin\";i:1217;s:14:\"um-faicon-spin\";}','yes'),(528,'widget_um_search_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(552,'um_cached_role_admin','a:31:{s:4:\"role\";s:5:\"admin\";s:4:\"core\";s:5:\"admin\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"0\";s:17:\"can_edit_everyone\";s:1:\"1\";s:19:\"can_delete_everyone\";s:1:\"1\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"1\";s:24:\"can_make_private_profile\";s:1:\"1\";s:26:\"can_access_private_profile\";s:1:\"1\";s:16:\"default_homepage\";s:1:\"1\";s:6:\"status\";s:7:\"pending\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:11:\"after_login\";s:16:\"redirect_profile\";s:12:\"after_logout\";s:13:\"redirect_home\";s:11:\"synced_role\";s:13:\"administrator\";s:17:\"redirect_homepage\";s:0:\"\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:107:\"Membership to our site is restricted to members of Zeta Phi Beta Sorority Inc., Lambda Gamma Zeta chapter. \";s:11:\"pending_url\";s:0:\"\";s:18:\"login_redirect_url\";s:0:\"\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";}','yes'),(531,'__ultimatemember_sitekey','development.zphiblgz.org-WgRwEVNGWFd73YrXoein','yes'),(532,'um_is_installed','1','yes'),(533,'um_core_forms','a:3:{i:543;i:543;i:544;i:544;i:545;i:545;}','yes'),(534,'um_core_directories','a:1:{i:546;i:546;}','yes'),(535,'um_core_pages','a:7:{s:4:\"user\";s:3:\"553\";s:5:\"login\";s:3:\"553\";s:8:\"register\";s:3:\"551\";s:7:\"members\";s:3:\"606\";s:6:\"logout\";s:3:\"555\";s:7:\"account\";s:3:\"557\";s:14:\"password-reset\";s:3:\"559\";}','yes'),(536,'um_options','a:200:{s:8:\"last_tab\";s:0:\"\";s:9:\"core_user\";s:3:\"553\";s:12:\"core_account\";s:3:\"557\";s:12:\"core_members\";s:3:\"606\";s:13:\"core_register\";s:3:\"551\";s:10:\"core_login\";s:3:\"553\";s:11:\"core_logout\";s:3:\"555\";s:19:\"core_password-reset\";s:3:\"559\";s:12:\"default_role\";s:6:\"member\";s:14:\"permalink_base\";s:10:\"user_login\";s:12:\"display_name\";s:9:\"full_name\";s:18:\"display_name_field\";s:0:\"\";s:29:\"force_display_name_capitlized\";s:1:\"1\";s:15:\"author_redirect\";s:1:\"1\";s:12:\"members_page\";s:1:\"1\";s:13:\"use_gravatars\";s:1:\"0\";s:37:\"use_um_gravatar_default_builtin_image\";s:7:\"default\";s:29:\"use_um_gravatar_default_image\";s:1:\"0\";s:24:\"reset_require_strongpass\";s:1:\"0\";s:33:\"editable_primary_email_in_profile\";s:1:\"0\";s:20:\"account_tab_password\";s:1:\"1\";s:19:\"account_tab_privacy\";s:1:\"1\";s:25:\"account_tab_notifications\";s:1:\"1\";s:18:\"account_tab_delete\";s:1:\"1\";s:19:\"delete_account_text\";s:150:\"Are you sure you want to delete your account? This will erase all of your account data from the site. To delete your account enter your password below\";s:12:\"account_name\";s:1:\"1\";s:20:\"account_name_require\";s:1:\"1\";s:13:\"account_email\";s:1:\"1\";s:25:\"account_hide_in_directory\";s:1:\"1\";s:26:\"account_require_strongpass\";s:1:\"0\";s:9:\"panic_key\";s:10:\"vmTn4uCmF5\";s:10:\"accessible\";s:1:\"0\";s:15:\"access_redirect\";s:0:\"\";s:20:\"home_page_accessible\";s:1:\"1\";s:24:\"category_page_accessible\";s:1:\"1\";s:13:\"wpadmin_login\";s:1:\"0\";s:25:\"deny_admin_frontend_login\";s:1:\"0\";s:22:\"wpadmin_login_redirect\";s:13:\"um_login_page\";s:26:\"wpadmin_login_redirect_url\";s:0:\"\";s:16:\"wpadmin_register\";s:1:\"0\";s:25:\"wpadmin_register_redirect\";s:16:\"um_register_page\";s:29:\"wpadmin_register_redirect_url\";s:0:\"\";s:24:\"access_widget_admin_only\";s:1:\"1\";s:27:\"enable_reset_password_limit\";s:1:\"1\";s:27:\"reset_password_limit_number\";s:1:\"5\";s:34:\"disable_admin_reset_password_limit\";s:1:\"0\";s:17:\"wpadmin_allow_ips\";s:0:\"\";s:11:\"blocked_ips\";s:0:\"\";s:14:\"blocked_emails\";s:0:\"\";s:13:\"blocked_words\";s:47:\"admin\r\nadministrator\r\nwebmaster\r\nsupport\r\nstaff\";s:9:\"mail_from\";s:11:\"Development\";s:14:\"mail_from_addr\";s:15:\"pr@zphiblgz.org\";s:10:\"email_html\";s:1:\"0\";s:16:\"welcome_email_on\";s:1:\"0\";s:17:\"welcome_email_sub\";s:23:\"Welcome to {site_name}!\";s:13:\"welcome_email\";s:306:\"Hi {display_name},\r\n\r\nThank you for signing up with {site_name}! Your account is now active.\r\n\r\nTo login please visit the following url:\r\n\r\n{login_url}\r\n\r\nYour account e-mail: {email}\r\nYour account username: {username}\r\n\r\nIf you have any problems, please contact us at {admin_email}\r\n\r\nThanks,\r\n{site_name}\";s:18:\"checkmail_email_on\";s:1:\"1\";s:19:\"checkmail_email_sub\";s:28:\"Please activate your account\";s:15:\"checkmail_email\";s:266:\"Hi {display_name},\r\n\r\nThank you for signing up with {site_name}! To activate your account, please click the link below to confirm your email address:\r\n\r\n{account_activation_link}\r\n\r\nIf you have any problems, please contact us at {admin_email}\r\n\r\nThanks,\r\n{site_name}\";s:16:\"pending_email_on\";s:1:\"1\";s:17:\"pending_email_sub\";s:30:\"Your account is pending review\";s:13:\"pending_email\";s:272:\"Hi {display_name},\r\n\r\nThank you for signing up with {site_name}! Your account is currently being reviewed by a member of our team.\r\n\r\nPlease allow us some time to process your request.\r\n\r\nIf you have any problems, please contact us at {admin_email}\r\n\r\nThanks,\r\n{site_name}\";s:17:\"approved_email_on\";s:1:\"1\";s:18:\"approved_email_sub\";s:41:\"Your account at {site_name} is now active\";s:14:\"approved_email\";s:378:\"Hi {display_name},\r\n\r\nThank you for signing up with {site_name}! Your account has been approved and is now active.\r\n\r\nTo login please visit the following url:\r\n\r\n{login_url}\r\n\r\nYour account e-mail: {email}\r\nYour account username: {username}\r\nSet your account password: {password_reset_link}\r\n\r\nIf you have any problems, please contact us at {admin_email}\r\n\r\nThanks,\r\n{site_name}\";s:17:\"rejected_email_on\";s:1:\"1\";s:18:\"rejected_email_sub\";s:30:\"Your account has been rejected\";s:14:\"rejected_email\";s:260:\"Hi {display_name},\r\n\r\nThank you for applying for membership to {site_name}! We have reviewed your information and unfortunately we are unable to accept you as a member at this moment.\r\n\r\nPlease feel free to apply again at a future date.\r\n\r\nThanks,\r\n{site_name}\";s:17:\"inactive_email_on\";s:1:\"1\";s:18:\"inactive_email_sub\";s:33:\"Your account has been deactivated\";s:14:\"inactive_email\";s:222:\"Hi {display_name},\r\n\r\nThis is an automated email to let you know your {site_name} account has been deactivated.\r\n\r\nIf you would like your account to be reactivated please contact us at {admin_email}\r\n\r\nThanks,\r\n{site_name}\";s:17:\"deletion_email_on\";s:1:\"1\";s:18:\"deletion_email_sub\";s:29:\"Your account has been deleted\";s:14:\"deletion_email\";s:332:\"Hi {display_name},\r\n\r\nThis is an automated email to let you know your {site_name} account has been deleted. All of your personal information has been permanently deleted and you will no longer be able to login to {site_name}.\r\n\r\nIf your account has been deleted by accident please contact us at {admin_email}\r\n\r\nThanks,\r\n{site_name}\";s:16:\"resetpw_email_on\";s:1:\"1\";s:17:\"resetpw_email_sub\";s:19:\"Reset your password\";s:13:\"resetpw_email\";s:266:\"Hi {display_name},\r\n\r\nWe received a request to reset the password for your account. If you made this request, click the link below to change your password:\r\n\r\n{password_reset_link}\r\n\r\nIf you didn\'t make this request, you can ignore this email\r\n\r\nThanks,\r\n{site_name}\";s:18:\"changedpw_email_on\";s:1:\"1\";s:19:\"changedpw_email_sub\";s:42:\"Your {site_name} password has been changed\";s:15:\"changedpw_email\";s:279:\"Hi {display_name},\r\n\r\nYou recently changed the password associated with your {site_name} account.\r\n\r\nIf you did not make this change and believe your {site_name} account has been compromised, please contact us at the following email address: {admin_email}\r\n\r\nThanks,\r\n{site_name}\";s:11:\"admin_email\";s:15:\"pr@zphiblgz.org\";s:24:\"notification_new_user_on\";s:1:\"1\";s:25:\"notification_new_user_sub\";s:30:\"[{site_name}] New user account\";s:21:\"notification_new_user\";s:187:\"{display_name} has just created an account on {site_name}. To view their profile click here:\r\n\r\n{user_profile_link}\r\n\r\nHere is the submitted registration form:\r\n\r\n{submitted_registration}\";s:22:\"notification_review_on\";s:1:\"0\";s:23:\"notification_review_sub\";s:38:\"[{site_name}] New user awaiting review\";s:19:\"notification_review\";s:245:\"{display_name} has just applied for membership to {site_name} and is waiting to be reviewed.\r\n\r\nTo review this member please click the following link:\r\n\r\n{user_profile_link}\r\n\r\nHere is the submitted registration form:\r\n\r\n{submitted_registration}\";s:24:\"notification_deletion_on\";s:1:\"0\";s:25:\"notification_deletion_sub\";s:29:\"[{site_name}] Account deleted\";s:21:\"notification_deletion\";s:58:\"{display_name} has just deleted their {site_name} account.\";s:22:\"profile_photo_max_size\";s:0:\"\";s:20:\"cover_photo_max_size\";s:0:\"\";s:17:\"photo_thumb_sizes\";a:3:{i:0;s:2:\"40\";i:1;s:2:\"80\";i:2;s:3:\"190\";}s:17:\"cover_thumb_sizes\";a:2:{i:0;s:3:\"300\";i:1;s:3:\"600\";}s:17:\"image_compression\";s:2:\"60\";s:15:\"image_max_width\";s:4:\"1000\";s:15:\"cover_min_width\";s:4:\"1000\";s:13:\"profile_title\";s:28:\"{display_name} | Development\";s:12:\"profile_desc\";s:83:\"{display_name} is on {site_name}. Join {site_name} to view {display_name}\'s profile\";s:18:\"directory_template\";s:7:\"members\";s:12:\"active_color\";s:7:\"#3ba1da\";s:15:\"secondary_color\";s:7:\"#44b0ec\";s:17:\"primary_btn_color\";s:7:\"#3ba1da\";s:17:\"primary_btn_hover\";s:7:\"#44b0ec\";s:16:\"primary_btn_text\";s:7:\"#ffffff\";s:19:\"secondary_btn_color\";s:7:\"#eeeeee\";s:19:\"secondary_btn_hover\";s:7:\"#e5e5e5\";s:18:\"secondary_btn_text\";s:7:\"#666666\";s:14:\"help_tip_color\";s:7:\"#cccccc\";s:16:\"form_field_label\";s:7:\"#555555\";s:11:\"form_border\";s:14:\"2px solid #ddd\";s:17:\"form_border_hover\";s:14:\"2px solid #bbb\";s:13:\"form_bg_color\";s:7:\"#ffffff\";s:19:\"form_bg_color_focus\";s:7:\"#ffffff\";s:15:\"form_text_color\";s:7:\"#666666\";s:16:\"form_placeholder\";s:7:\"#aaaaaa\";s:15:\"form_icon_color\";s:7:\"#aaaaaa\";s:13:\"form_asterisk\";s:1:\"0\";s:19:\"form_asterisk_color\";s:7:\"#aaaaaa\";s:16:\"profile_template\";s:7:\"profile\";s:17:\"profile_max_width\";s:6:\"1000px\";s:22:\"profile_area_max_width\";s:5:\"600px\";s:13:\"profile_align\";s:6:\"center\";s:13:\"profile_icons\";s:5:\"label\";s:24:\"profile_primary_btn_word\";s:14:\"Update Profile\";s:21:\"profile_secondary_btn\";s:1:\"1\";s:26:\"profile_secondary_btn_word\";s:6:\"Cancel\";s:12:\"profile_role\";s:1:\"0\";s:15:\"profile_main_bg\";s:0:\"\";s:17:\"profile_header_bg\";s:0:\"\";s:14:\"default_avatar\";a:5:{s:3:\"url\";s:85:\"https://zphiblgz.org/wp-content/plugins/ultimate-member/assets/img/default_avatar.jpg\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:13:\"default_cover\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:17:\"profile_photosize\";s:5:\"190px\";s:19:\"profile_photocorner\";s:1:\"1\";s:21:\"profile_cover_enabled\";s:1:\"1\";s:19:\"profile_cover_ratio\";s:5:\"2.7:1\";s:21:\"profile_show_metaicon\";s:1:\"0\";s:19:\"profile_header_text\";s:7:\"#999999\";s:25:\"profile_header_link_color\";s:7:\"#555555\";s:26:\"profile_header_link_hcolor\";s:7:\"#444444\";s:25:\"profile_header_icon_color\";s:7:\"#aaaaaa\";s:26:\"profile_header_icon_hcolor\";s:7:\"#3ba1da\";s:17:\"profile_show_name\";s:1:\"1\";s:25:\"profile_show_social_links\";s:1:\"0\";s:16:\"profile_show_bio\";s:1:\"1\";s:21:\"profile_show_html_bio\";s:0:\"\";s:20:\"profile_bio_maxchars\";s:3:\"180\";s:19:\"profile_header_menu\";s:2:\"bc\";s:18:\"profile_empty_text\";s:1:\"1\";s:22:\"profile_empty_text_emo\";s:1:\"1\";s:12:\"profile_menu\";s:1:\"1\";s:16:\"profile_tab_main\";s:1:\"1\";s:24:\"profile_tab_main_privacy\";s:1:\"0\";s:17:\"profile_tab_posts\";s:1:\"1\";s:25:\"profile_tab_posts_privacy\";s:1:\"0\";s:20:\"profile_tab_comments\";s:1:\"1\";s:28:\"profile_tab_comments_privacy\";s:1:\"0\";s:24:\"profile_menu_default_tab\";s:4:\"main\";s:18:\"profile_menu_icons\";s:1:\"1\";s:17:\"register_template\";s:8:\"register\";s:18:\"register_max_width\";s:5:\"450px\";s:14:\"register_align\";s:6:\"center\";s:14:\"register_icons\";s:5:\"label\";s:25:\"register_primary_btn_word\";s:8:\"Register\";s:22:\"register_secondary_btn\";s:1:\"1\";s:27:\"register_secondary_btn_word\";s:5:\"Login\";s:26:\"register_secondary_btn_url\";s:0:\"\";s:13:\"register_role\";s:1:\"0\";s:14:\"login_template\";s:5:\"login\";s:15:\"login_max_width\";s:5:\"450px\";s:11:\"login_align\";s:6:\"center\";s:11:\"login_icons\";s:5:\"label\";s:22:\"login_primary_btn_word\";s:5:\"Login\";s:19:\"login_secondary_btn\";s:1:\"1\";s:24:\"login_secondary_btn_word\";s:8:\"Register\";s:23:\"login_secondary_btn_url\";s:0:\"\";s:22:\"login_forgot_pass_link\";s:1:\"1\";s:21:\"login_show_rememberme\";s:1:\"1\";s:28:\"um_profile_object_cache_stop\";s:1:\"0\";s:13:\"um_flush_stop\";s:1:\"0\";s:29:\"um_generate_slug_in_directory\";s:1:\"0\";s:18:\"current_url_method\";s:11:\"SERVER_NAME\";s:22:\"um_port_forwarding_url\";s:1:\"0\";s:21:\"um_force_utf8_strings\";s:1:\"0\";s:14:\"enable_timebot\";s:1:\"1\";s:14:\"disable_minify\";s:1:\"0\";s:12:\"disable_menu\";s:1:\"0\";s:19:\"js_css_exlcude_home\";s:1:\"0\";s:17:\"enable_custom_css\";s:1:\"0\";s:14:\"allow_tracking\";s:1:\"0\";s:24:\"addon_bp_avatar_transfer\";s:0:\"\";s:23:\"addon_gravatar_transfer\";s:0:\"\";s:27:\"addon_generate_random_users\";s:0:\"\";s:17:\"addon_system_info\";s:0:\"\";s:19:\"access_exclude_uris\";a:0:{}s:22:\"profile_tab_main_roles\";s:0:\"\";s:23:\"profile_tab_posts_roles\";s:0:\"\";s:26:\"profile_tab_comments_roles\";s:0:\"\";s:14:\"js_css_exclude\";a:0:{}s:14:\"js_css_include\";a:0:{}}','yes'),(537,'um_first_setup_roles','1','yes'),(538,'um_hashed_passwords_fix','1','yes'),(540,'redux_version_upgraded_from','3.6.0.1','yes'),(543,'um_options-transients','a:3:{s:14:\"changed_values\";a:3:{s:9:\"core_user\";s:3:\"547\";s:12:\"core_members\";s:3:\"553\";s:10:\"core_login\";s:3:\"549\";}s:9:\"last_save\";i:1480894643;s:13:\"last_compiler\";i:1480893879;}','yes'),(548,'um_cached_role_member','a:16:{s:4:\"role\";s:6:\"member\";s:4:\"core\";s:6:\"member\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"1\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:11:\"after_login\";s:16:\"redirect_profile\";s:12:\"after_logout\";s:13:\"redirect_home\";}','yes'),(563,'um_existing_rows_543','a:1:{i:0;s:9:\"_um_row_1\";}','yes'),(564,'um_form_rowdata_543','a:1:{s:9:\"_um_row_1\";a:5:{s:4:\"type\";s:3:\"row\";s:2:\"id\";s:9:\"_um_row_1\";s:8:\"sub_rows\";s:1:\"1\";s:4:\"cols\";s:1:\"1\";s:6:\"origin\";s:9:\"_um_row_1\";}}','yes'),(571,'widget_um_login_widget','a:2:{i:2;a:1:{s:5:\"title\";s:13:\"Member Login \";}s:12:\"_multiwidget\";i:1;}','yes'),(579,'um_can_register_notice','1','yes'),(677,'WPLANG','','yes'),(863,'category_45','a:3:{s:14:\"_um_accessible\";s:1:\"0\";s:12:\"_um_redirect\";s:0:\"\";s:9:\"_um_roles\";s:0:\"\";}','yes'),(865,'category_46','a:3:{s:14:\"_um_accessible\";s:1:\"0\";s:12:\"_um_redirect\";s:0:\"\";s:9:\"_um_roles\";s:0:\"\";}','yes'),(2275,'akismet_strictness','0','yes'),(1564,'pr_options','a:7:{s:5:\"pages\";a:1:{i:0;s:3:\"606\";}s:5:\"posts\";N;s:6:\"method\";s:8:\"selected\";s:7:\"version\";s:4:\"2.02\";s:7:\"message\";s:44:\"You are required to login to view this page.\";s:9:\"loginform\";b:0;s:16:\"pr_restrict_home\";i:0;}','yes'),(914,'sp_zip_cleanup_cron','1','yes'),(915,'sp_client_upload','2.6.5.3','yes'),(916,'sp_client_upload_page','Please enter the page','yes'),(917,'sp_cu_event_logger_installer','installed','yes'),(918,'cdm_projects_upgrade','1','yes'),(953,'sp_cu_thankyou','Thank you. Your upload is complete. ','yes'),(949,'cdm_nonce','09439e70de','yes'),(951,'sp_cu_company_name','Zeta Phi Beta Sorority, Inc. Lambda Gamma Zeta Chapter of Howard County ','yes'),(952,'sp_cu_filename_format','%y-%m-%d-','yes'),(954,'sp_cu_delete','','yes'),(955,'sp_cu_user_uploads_disable','1','yes'),(956,'sp_cu_user_delete_disable','1','yes'),(957,'sp_cu_folder_name_single','','yes'),(958,'sp_cu_folder_name_plural','','yes'),(959,'sp_cu_form_instructions','','yes'),(960,'save_options','Save Options','yes'),(961,'sp_cu_additional_admin_emails','','yes'),(962,'sp_cu_admin_email_subject','','yes'),(963,'sp_cu_admin_email','','yes'),(964,'sp_cu_additional_user_emails','','yes'),(965,'sp_cu_user_email_subject','','yes'),(966,'sp_cu_user_email','','yes'),(967,'sp_cu_admin_user_email_subject','','yes'),(968,'sp_cu_admin_user_email','','yes'),(969,'sp_cu_vendor_email_subject','','yes'),(970,'sp_cu_vendor_email_cc','','yes'),(971,'sp_cu_vendor_email','','yes'),(972,'sp_cu_overide_upload_path','','yes'),(973,'sp_cu_overide_upload_url','','yes'),(974,'sp_cu_wp_folder','','yes'),(975,'sp_cu_disabled_users','','yes'),(976,'sp_cu_disabled_users_error','','yes'),(977,'sp_cdm_disable_features','','yes'),(978,'sp_cu_user_projects','0','yes'),(979,'sp_cu_user_projects_required','0','yes'),(980,'sp_cu_js_redirect','0','yes'),(981,'sp_cu_hide_project','0','yes'),(982,'sp_cu_user_require_login_download','0','yes'),(983,'sp_cu_user_projects_modify','0','yes'),(984,'sp_cu_user_disable_search','0','yes'),(1292,'um_cached_role_member-only-admin','a:30:{s:4:\"role\";s:17:\"member-only-admin\";s:11:\"synced_role\";s:10:\"subscriber\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_edit_profile\";s:1:\"0\";s:18:\"can_delete_profile\";s:1:\"0\";s:12:\"can_view_all\";s:1:\"0\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:7:\"pending\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:11:\"Thank you. \";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:12:\"redirect_url\";s:18:\"login_redirect_url\";s:41:\"www.development.zphiblgz.org/members-only\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";}','yes'),(17691,'wpclone_directory_scan','a:4:{s:6:\"dbsize\";s:7:\"2.35 MB\";s:4:\"size\";s:7:\"6.27 GB\";s:5:\"files\";i:3550;s:4:\"time\";i:1484540241;}','yes'),(17692,'wpclone_backups','a:1:{i:1484540528;a:4:{s:4:\"name\";s:55:\"wpclone_backup_15th_Jan_2017_11-21PM_Zet_PFow1Vuh0p.zip\";s:3:\"log\";s:55:\"wpclone_backup_15th_Jan_2017_11-21PM_Zet_PFow1Vuh0p.log\";s:7:\"creator\";s:15:\"pr@zphiblgz.org\";s:4:\"size\";i:482017361;}}','yes'),(1029,'ure_tasks_queue','a:0:{}','yes'),(2173,'um_cache_userdata_2','a:71:{s:2:\"ID\";i:2;s:10:\"user_login\";s:9:\"cwhitaker\";s:9:\"user_pass\";s:34:\"$P$BMOhd24Gq4lPQeYjAf1qkAX3xxb9zN1\";s:13:\"user_nicename\";s:9:\"cwhitaker\";s:10:\"user_email\";s:28:\"crystal.whitaker22@gmail.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2016-12-04 14:43:16\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Crystal Whitaker\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:12:\"cuar_pf_read\";b:1;s:4:\"read\";b:1;s:6:\"sp_cdm\";b:1;s:26:\"sp_cdm_show_folders_as_nav\";b:1;s:15:\"sp_cdm_uploader\";b:1;s:6:\"filter\";N;s:8:\"nickname\";s:9:\"cwhitaker\";s:10:\"first_name\";s:7:\"Crystal\";s:9:\"last_name\";s:8:\"Whitaker\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:20:\"wp_tegx_capabilities\";s:28:\"a:1:{s:10:\"subscriber\";b:1;}\";s:18:\"wp_tegx_user_level\";s:1:\"0\";s:35:\"um_user_profile_url_slug_user_login\";s:9:\"cwhitaker\";s:34:\"manageedit-shop_ordercolumnshidden\";s:33:\"a:1:{i:0;s:15:\"billing_address\";}\";s:14:\"account_status\";s:8:\"approved\";s:14:\"_um_last_login\";s:10:\"1480865297\";s:4:\"role\";s:6:\"member\";s:18:\"billing_first_name\";s:0:\"\";s:17:\"billing_last_name\";s:0:\"\";s:15:\"billing_company\";s:0:\"\";s:17:\"billing_address_1\";s:0:\"\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:0:\"\";s:16:\"billing_postcode\";s:0:\"\";s:15:\"billing_country\";s:0:\"\";s:13:\"billing_state\";s:0:\"\";s:13:\"billing_phone\";s:0:\"\";s:13:\"billing_email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:11:\"last_update\";s:10:\"1480865416\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"core\";s:6:\"member\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"1\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:11:\"after_login\";s:16:\"redirect_profile\";s:12:\"after_logout\";s:13:\"redirect_home\";s:11:\"super_admin\";i:0;}','yes'),(1139,'dms_db_version','1.04','yes'),(2214,'um_cache_userdata_3','a:90:{s:2:\"ID\";i:3;s:10:\"user_login\";s:8:\"Testing1\";s:9:\"user_pass\";s:34:\"$P$B5RAl9MjaVzseG28IQJC2t1VBmqsYf0\";s:13:\"user_nicename\";s:8:\"testing1\";s:10:\"user_email\";s:26:\"crystal.clear84@icloud.com\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2016-12-04 19:30:29\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:8:\"Testing1\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:12:\"cuar_pf_read\";b:1;s:4:\"read\";b:1;s:6:\"sp_cdm\";b:1;s:26:\"sp_cdm_show_folders_as_nav\";b:1;s:15:\"sp_cdm_uploader\";b:1;s:6:\"filter\";N;s:8:\"nickname\";s:8:\"Testing1\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:20:\"wp_tegx_capabilities\";s:28:\"a:1:{s:10:\"subscriber\";b:1;}\";s:18:\"wp_tegx_user_level\";s:1:\"0\";s:4:\"role\";s:17:\"member-only-admin\";s:9:\"submitted\";N;s:35:\"um_user_profile_url_slug_user_login\";s:8:\"testing1\";s:11:\"last_update\";s:10:\"1480882997\";s:9:\"full_name\";s:8:\"testing1\";s:15:\"reset_pass_hash\";s:40:\"DdID8hXE6LVuL1tlaqiMVUKDKOitzWV78PPaaqQw\";s:14:\"account_status\";s:8:\"approved\";s:34:\"manageedit-shop_ordercolumnshidden\";s:33:\"a:1:{i:0;s:15:\"billing_address\";}\";s:18:\"billing_first_name\";s:0:\"\";s:17:\"billing_last_name\";s:0:\"\";s:15:\"billing_company\";s:0:\"\";s:17:\"billing_address_1\";s:0:\"\";s:17:\"billing_address_2\";s:0:\"\";s:12:\"billing_city\";s:0:\"\";s:16:\"billing_postcode\";s:0:\"\";s:15:\"billing_country\";s:0:\"\";s:13:\"billing_state\";s:0:\"\";s:13:\"billing_phone\";s:0:\"\";s:13:\"billing_email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:12:\"last_project\";N;s:24:\"um_account_secure_fields\";s:2408:\"a:4:{s:7:\"general\";a:4:{s:10:\"user_login\";a:10:{s:5:\"title\";s:8:\"Username\";s:7:\"metakey\";s:10:\"user_login\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Username\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:0;s:8:\"validate\";s:15:\"unique_username\";s:9:\"min_chars\";i:3;s:9:\"max_chars\";i:24;}s:10:\"first_name\";a:7:{s:5:\"title\";s:10:\"First Name\";s:7:\"metakey\";s:10:\"first_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:9:\"last_name\";a:7:{s:5:\"title\";s:9:\"Last Name\";s:7:\"metakey\";s:9:\"last_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:10:\"user_email\";a:7:{s:5:\"title\";s:14:\"E-mail Address\";s:7:\"metakey\";s:10:\"user_email\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"validate\";s:12:\"unique_email\";}}s:8:\"password\";a:1:{s:13:\"user_password\";a:11:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:13:\"user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:9:\"min_chars\";i:8;s:9:\"max_chars\";i:30;s:15:\"force_good_pass\";i:1;s:18:\"force_confirm_pass\";i:1;}}s:7:\"privacy\";a:2:{s:15:\"profile_privacy\";a:13:{s:5:\"title\";s:15:\"Profile Privacy\";s:7:\"metakey\";s:15:\"profile_privacy\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:15:\"Profile Privacy\";s:4:\"help\";s:32:\"Who can see your public profile?\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"default\";s:8:\"Everyone\";s:7:\"options\";a:2:{i:0;s:8:\"Everyone\";i:1;s:7:\"Only me\";}s:10:\"allowclear\";i:0;s:12:\"account_only\";b:1;s:13:\"required_perm\";s:24:\"can_make_private_profile\";}s:15:\"hide_in_members\";a:12:{s:5:\"title\";s:30:\"Hide my profile from directory\";s:7:\"metakey\";s:15:\"hide_in_members\";s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:30:\"Hide my profile from directory\";s:4:\"help\";s:61:\"Here you can hide yourself from appearing in public directory\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"default\";s:2:\"No\";s:7:\"options\";a:2:{i:0;s:2:\"No\";i:1;s:3:\"Yes\";}s:12:\"account_only\";b:1;s:12:\"required_opt\";a:2:{i:0;s:12:\"members_page\";i:1;i:1;}}}s:6:\"delete\";a:1:{s:20:\"single_user_password\";a:8:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:20:\"single_user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:12:\"account_only\";b:1;}}}\";s:14:\"_um_last_login\";s:10:\"1480946422\";s:19:\"account_status_name\";s:8:\"Approved\";s:11:\"synced_role\";s:10:\"subscriber\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_edit_profile\";s:1:\"0\";s:18:\"can_delete_profile\";s:1:\"0\";s:12:\"can_view_all\";s:1:\"0\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:17:\"redirect_homepage\";s:0:\"\";s:6:\"status\";s:7:\"pending\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:11:\"Thank you. \";s:11:\"pending_url\";s:0:\"\";s:11:\"after_login\";s:12:\"redirect_url\";s:18:\"login_redirect_url\";s:41:\"www.development.zphiblgz.org/members-only\";s:12:\"after_logout\";s:13:\"redirect_home\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:0;}','yes'),(2215,'um_cache_userdata_1','a:301:{s:2:\"ID\";i:1;s:10:\"user_login\";s:15:\"pr@zphiblgz.org\";s:9:\"user_pass\";s:34:\"$P$B2jxOyemgCdrH1rGUDmHulhjCZZsjP/\";s:13:\"user_nicename\";s:14:\"przphiblgz-org\";s:10:\"user_email\";s:15:\"pr@zphiblgz.org\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2016-11-29 16:28:18\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"pr@zphiblgz.org\";s:13:\"administrator\";b:1;s:8:\"wp_roles\";s:13:\"administrator\";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: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:17:\"cuar_view_account\";b:1;s:17:\"cuar_edit_account\";b:1;s:16:\"cuar_pp_list_all\";b:1;s:12:\"cuar_pp_edit\";b:1;s:14:\"cuar_pp_delete\";b:1;s:12:\"cuar_pp_read\";b:1;s:25:\"cuar_pp_manage_categories\";b:1;s:23:\"cuar_pp_edit_categories\";b:1;s:25:\"cuar_pp_delete_categories\";b:1;s:25:\"cuar_pp_assign_categories\";b:1;s:15:\"cuar_view_pages\";b:1;s:31:\"cuar_view_any_cuar_private_page\";b:1;s:26:\"cuar_pf_manage_attachments\";b:1;s:16:\"cuar_pf_list_all\";b:1;s:12:\"cuar_pf_edit\";b:1;s:14:\"cuar_pf_delete\";b:1;s:12:\"cuar_pf_read\";b:1;s:25:\"cuar_pf_manage_categories\";b:1;s:23:\"cuar_pf_edit_categories\";b:1;s:25:\"cuar_pf_delete_categories\";b:1;s:25:\"cuar_pf_assign_categories\";b:1;s:15:\"cuar_view_files\";b:1;s:31:\"cuar_view_any_cuar_private_file\";b:1;s:23:\"cuar_access_admin_panel\";b:1;s:23:\"view-customer-area-menu\";b:1;s:17:\"cuar_view_top_bar\";b:1;s:17:\"manage_events_cap\";b:1;s:23:\"manage_ticket_types_cap\";b:1;s:25:\"manage_discount_codes_cap\";b:1;s:17:\"manage_orders_cap\";b:1;s:20:\"manage_attendees_cap\";b:1;s:27:\"manage_ticket_templates_cap\";b:1;s:19:\"delete_checkins_cap\";b:1;s:20:\"delete_attendees_cap\";b:1;s:19:\"manage_settings_cap\";b:1;s:15:\"save_ticket_cap\";b:1;s:16:\"add_discount_cap\";b:1;s:17:\"publish_tc_events\";b:1;s:14:\"edit_tc_events\";b:1;s:21:\"edit_others_tc_events\";b:1;s:16:\"delete_tc_events\";b:1;s:23:\"delete_others_tc_events\";b:1;s:22:\"read_private_tc_events\";b:1;s:13:\"edit_tc_event\";b:1;s:15:\"delete_tc_event\";b:1;s:13:\"read_tc_event\";b:1;s:24:\"edit_published_tc_events\";b:1;s:22:\"edit_private_tc_events\";b:1;s:24:\"delete_private_tc_events\";b:1;s:26:\"delete_published_tc_events\";b:1;s:16:\"create_tc_events\";b:1;s:18:\"publish_tc_tickets\";b:1;s:15:\"edit_tc_tickets\";b:1;s:14:\"edit_tc_ticket\";b:1;s:22:\"edit_others_tc_tickets\";b:1;s:17:\"delete_tc_tickets\";b:1;s:24:\"delete_others_tc_tickets\";b:1;s:23:\"read_private_tc_tickets\";b:1;s:16:\"delete_tc_ticket\";b:1;s:14:\"read_tc_ticket\";b:1;s:25:\"edit_published_tc_tickets\";b:1;s:23:\"edit_private_tc_tickets\";b:1;s:25:\"delete_private_tc_tickets\";b:1;s:27:\"delete_published_tc_tickets\";b:1;s:17:\"create_tc_tickets\";b:1;s:24:\"edit_tc_tickets_instance\";b:1;s:24:\"read_tc_tickets_instance\";b:1;s:26:\"delete_tc_tickets_instance\";b:1;s:27:\"create_tc_tickets_instances\";b:1;s:25:\"edit_tc_tickets_instances\";b:1;s:38:\"edit_others_posts_tc_tickets_instances\";b:1;s:28:\"publish_tc_tickets_instances\";b:1;s:33:\"read_private_tc_tickets_instances\";b:1;s:27:\"delete_tc_tickets_instances\";b:1;s:35:\"delete_private_tc_tickets_instances\";b:1;s:37:\"delete_published_tc_tickets_instances\";b:1;s:34:\"delete_others_tc_tickets_instances\";b:1;s:33:\"edit_private_tc_tickets_instances\";b:1;s:35:\"edit_published_tc_tickets_instances\";b:1;s:13:\"edit_tc_order\";b:1;s:13:\"read_tc_order\";b:1;s:15:\"delete_tc_order\";b:1;s:16:\"create_tc_orders\";b:1;s:14:\"edit_tc_orders\";b:1;s:27:\"edit_others_posts_tc_orders\";b:1;s:17:\"publish_tc_orders\";b:1;s:22:\"read_private_tc_orders\";b:1;s:16:\"delete_tc_orders\";b:1;s:24:\"delete_private_tc_orders\";b:1;s:26:\"delete_published_tc_orders\";b:1;s:23:\"delete_others_tc_orders\";b:1;s:22:\"edit_private_tc_orders\";b:1;s:24:\"edit_published_tc_orders\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;s:6:\"sp_cdm\";b:1;s:14:\"sp_cdm_vendors\";b:1;s:15:\"sp_cdm_settings\";b:1;s:15:\"sp_cdm_projects\";b:1;s:15:\"sp_cdm_uploader\";b:1;s:16:\"sp_cdm_user_logs\";b:1;s:11:\"sp_cdm_help\";b:1;s:12:\"sp_cdm_forms\";b:1;s:13:\"sp_cdm_groups\";b:1;s:17:\"sp_cdm_categories\";b:1;s:15:\"sp_cdm_top_menu\";b:1;s:26:\"sp_cdm_show_folders_as_nav\";b:1;s:14:\"ure_edit_roles\";b:1;s:16:\"ure_create_roles\";b:1;s:16:\"ure_delete_roles\";b:1;s:23:\"ure_create_capabilities\";b:1;s:23:\"ure_delete_capabilities\";b:1;s:18:\"ure_manage_options\";b:1;s:15:\"ure_reset_roles\";b:1;s:6:\"filter\";N;s:8:\"nickname\";s:15:\"pr@zphiblgz.org\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:20:\"wp_tegx_capabilities\";s:31:\"a:1:{s:13:\"administrator\";b:1;}\";s:18:\"wp_tegx_user_level\";s:2:\"10\";s:18:\"show_welcome_panel\";s:1:\"1\";s:21:\"wp_tegx_user-settings\";s:68:\"editor=tinymce&libraryContent=browse&urlbutton=file&hidetb=1&mfold=o\";s:26:\"wp_tegx_user-settings-time\";s:10:\"1480898738\";s:42:\"wp_tegx_dashboard_quick_press_last_post_id\";s:1:\"3\";s:34:\"manageedit-shop_ordercolumnshidden\";s:33:\"a:1:{i:0;s:15:\"billing_address\";}\";s:28:\"_woocommerce_persistent_cart\";s:321:\"a:1:{s:4:\"cart\";a:1:{s:32:\"0fcbc61acd0479dc77e3cccc0f5ffca7\";a:9:{s:10:\"product_id\";i:531;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:40;s:8:\"line_tax\";i:0;s:13:\"line_subtotal\";d:40;s:17:\"line_subtotal_tax\";i:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}}\";s:14:\"account_status\";s:8:\"approved\";s:4:\"role\";s:5:\"admin\";s:17:\"wp_tegx_r_tru_u_x\";s:46:\"a:2:{s:2:\"id\";i:0;s:7:\"expires\";i:1480705021;}\";s:35:\"um_email_as_username_przphiblgz-org\";s:15:\"pr@zphiblgz.org\";s:35:\"um_user_profile_url_slug_user_login\";s:14:\"przphiblgz-org\";s:12:\"last_project\";N;s:24:\"um_account_secure_fields\";s:2408:\"a:4:{s:7:\"general\";a:4:{s:10:\"user_login\";a:10:{s:5:\"title\";s:8:\"Username\";s:7:\"metakey\";s:10:\"user_login\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:8:\"Username\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:0;s:8:\"validate\";s:15:\"unique_username\";s:9:\"min_chars\";i:3;s:9:\"max_chars\";i:24;}s:10:\"first_name\";a:7:{s:5:\"title\";s:10:\"First Name\";s:7:\"metakey\";s:10:\"first_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:10:\"First Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:9:\"last_name\";a:7:{s:5:\"title\";s:9:\"Last Name\";s:7:\"metakey\";s:9:\"last_name\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:9:\"Last Name\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;}s:10:\"user_email\";a:7:{s:5:\"title\";s:14:\"E-mail Address\";s:7:\"metakey\";s:10:\"user_email\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:14:\"E-mail Address\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"validate\";s:12:\"unique_email\";}}s:8:\"password\";a:1:{s:13:\"user_password\";a:11:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:13:\"user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:9:\"min_chars\";i:8;s:9:\"max_chars\";i:30;s:15:\"force_good_pass\";i:1;s:18:\"force_confirm_pass\";i:1;}}s:7:\"privacy\";a:2:{s:15:\"profile_privacy\";a:13:{s:5:\"title\";s:15:\"Profile Privacy\";s:7:\"metakey\";s:15:\"profile_privacy\";s:4:\"type\";s:6:\"select\";s:5:\"label\";s:15:\"Profile Privacy\";s:4:\"help\";s:32:\"Who can see your public profile?\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"default\";s:8:\"Everyone\";s:7:\"options\";a:2:{i:0;s:8:\"Everyone\";i:1;s:7:\"Only me\";}s:10:\"allowclear\";i:0;s:12:\"account_only\";b:1;s:13:\"required_perm\";s:24:\"can_make_private_profile\";}s:15:\"hide_in_members\";a:12:{s:5:\"title\";s:30:\"Hide my profile from directory\";s:7:\"metakey\";s:15:\"hide_in_members\";s:4:\"type\";s:5:\"radio\";s:5:\"label\";s:30:\"Hide my profile from directory\";s:4:\"help\";s:61:\"Here you can hide yourself from appearing in public directory\";s:8:\"required\";i:0;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:7:\"default\";s:2:\"No\";s:7:\"options\";a:2:{i:0;s:2:\"No\";i:1;s:3:\"Yes\";}s:12:\"account_only\";b:1;s:12:\"required_opt\";a:2:{i:0;s:12:\"members_page\";i:1;i:1;}}}s:6:\"delete\";a:1:{s:20:\"single_user_password\";a:8:{s:5:\"title\";s:8:\"Password\";s:7:\"metakey\";s:20:\"single_user_password\";s:4:\"type\";s:8:\"password\";s:5:\"label\";s:8:\"Password\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:1;s:12:\"account_only\";b:1;}}}\";s:14:\"_um_last_login\";s:10:\"1480946500\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"core\";s:5:\"admin\";s:18:\"can_access_wpadmin\";s:1:\"1\";s:20:\"can_not_see_adminbar\";s:1:\"0\";s:17:\"can_edit_everyone\";s:1:\"1\";s:19:\"can_delete_everyone\";s:1:\"1\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"1\";s:24:\"can_make_private_profile\";s:1:\"1\";s:26:\"can_access_private_profile\";s:1:\"1\";s:16:\"default_homepage\";s:1:\"1\";s:6:\"status\";s:7:\"pending\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:11:\"after_login\";s:16:\"redirect_profile\";s:12:\"after_logout\";s:13:\"redirect_home\";s:11:\"synced_role\";s:13:\"administrator\";s:17:\"redirect_homepage\";s:0:\"\";s:16:\"auto_approve_url\";s:0:\"\";s:20:\"login_email_activate\";s:1:\"0\";s:16:\"checkmail_action\";s:12:\"show_message\";s:17:\"checkmail_message\";s:147:\"Thank you for registering. Before you can login we need you to activate your account by clicking the activation link in the email we just sent you.\";s:13:\"checkmail_url\";s:0:\"\";s:18:\"url_email_activate\";s:0:\"\";s:14:\"pending_action\";s:12:\"show_message\";s:15:\"pending_message\";s:107:\"Membership to our site is restricted to members of Zeta Phi Beta Sorority Inc., Lambda Gamma Zeta chapter. \";s:11:\"pending_url\";s:0:\"\";s:18:\"login_redirect_url\";s:0:\"\";s:19:\"logout_redirect_url\";s:0:\"\";s:12:\"after_delete\";s:13:\"redirect_home\";s:19:\"delete_redirect_url\";s:0:\"\";s:11:\"super_admin\";i:1;}','yes'),(2546,'wd_form_maker_version','1.8.38','no'),(9465,'contact_form_forms','10,11,12,13,14,15,16,17,18','yes'),(2548,'wd_cfield_limit','9','no'),(2118,'um_existing_rows_544','a:1:{i:0;s:9:\"_um_row_1\";}','yes'),(2119,'um_form_rowdata_544','a:1:{s:9:\"_um_row_1\";a:4:{s:4:\"type\";s:3:\"row\";s:2:\"id\";s:9:\"_um_row_1\";s:8:\"sub_rows\";s:1:\"1\";s:4:\"cols\";s:1:\"1\";}}','yes'),(2213,'um_cache_userdata_4','a:53:{s:2:\"ID\";i:4;s:10:\"user_login\";s:8:\"Testing2\";s:9:\"user_pass\";s:34:\"$P$Bg.lSaiwm/Trfpq7TMwRP02D79ymBS/\";s:13:\"user_nicename\";s:8:\"testing2\";s:10:\"user_email\";s:22:\"cwhitaker@howardcc.edu\";s:8:\"user_url\";s:0:\"\";s:15:\"user_registered\";s:19:\"2016-12-05 18:08:25\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:0:\"\";s:10:\"subscriber\";b:1;s:8:\"wp_roles\";s:10:\"subscriber\";s:12:\"cuar_pf_read\";b:1;s:4:\"read\";b:1;s:6:\"sp_cdm\";b:1;s:26:\"sp_cdm_show_folders_as_nav\";b:1;s:15:\"sp_cdm_uploader\";b:1;s:6:\"filter\";N;s:8:\"nickname\";s:8:\"Testing2\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:12:\"rich_editing\";s:4:\"true\";s:17:\"comment_shortcuts\";s:5:\"false\";s:11:\"admin_color\";s:5:\"fresh\";s:7:\"use_ssl\";s:1:\"0\";s:20:\"show_admin_bar_front\";s:4:\"true\";s:20:\"wp_tegx_capabilities\";s:28:\"a:1:{s:10:\"subscriber\";b:1;}\";s:18:\"wp_tegx_user_level\";s:1:\"0\";s:4:\"role\";s:6:\"member\";s:9:\"submitted\";N;s:14:\"_um_last_login\";s:10:\"1480961305\";s:35:\"um_user_profile_url_slug_user_login\";s:8:\"testing2\";s:11:\"last_update\";s:10:\"1480961305\";s:15:\"reset_pass_hash\";s:40:\"IUDUcDT1JttN56AuRNmoPFegaIYT8AeaZYJdD01p\";s:14:\"account_status\";s:8:\"approved\";s:9:\"full_name\";s:8:\"testing2\";s:19:\"account_status_name\";s:8:\"Approved\";s:4:\"core\";s:6:\"member\";s:18:\"can_access_wpadmin\";s:1:\"0\";s:20:\"can_not_see_adminbar\";s:1:\"1\";s:17:\"can_edit_everyone\";s:1:\"0\";s:19:\"can_delete_everyone\";s:1:\"0\";s:16:\"can_edit_profile\";s:1:\"1\";s:18:\"can_delete_profile\";s:1:\"1\";s:12:\"can_view_all\";s:1:\"1\";s:24:\"can_make_private_profile\";s:1:\"0\";s:26:\"can_access_private_profile\";s:1:\"0\";s:16:\"default_homepage\";s:1:\"1\";s:6:\"status\";s:8:\"approved\";s:16:\"auto_approve_act\";s:16:\"redirect_profile\";s:11:\"after_login\";s:16:\"redirect_profile\";s:12:\"after_logout\";s:13:\"redirect_home\";s:11:\"super_admin\";i:0;}','yes'),(2303,'widget_theme-my-login','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(142488,'_tml_installed_at','1537220351','no'),(142489,'_tml_updated_at','1632297683','no'),(142490,'_tml_previous_version','7.1.2','no'),(142491,'_tml_version','7.1.3','no'),(17634,'ai1wm_updater','a:0:{}','yes'),(17343,'ppr_version','5.1.8','yes'),(17348,'quickppr_redirects_meta','a:2:{s:59:\"http://development.zphiblgz.org/cause/bring-water-children/\";a:2:{s:9:\"newwindow\";i:0;s:8:\"nofollow\";i:0;}s:47:\"http://zphiblgz.org/cause/bring-water-children/\";a:2:{s:9:\"newwindow\";i:0;s:8:\"nofollow\";i:0;}}','yes'),(17699,'duplicator_settings','a:17:{s:7:\"version\";s:5:\"1.4.3\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:0;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:19:\"installer_name_mode\";s:6:\"simple\";s:16:\"storage_position\";s:6:\"legacy\";s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"skip_archive_scan\";b:0;s:21:\"unhook_third_party_js\";b:0;s:22:\"unhook_third_party_css\";b:0;s:17:\"active_package_id\";i:-1;}','yes'),(17700,'duplicator_version_plugin','1.4.3','yes'),(17701,'duplicator_ui_view_state','a:3:{s:22:\"dup-pack-storage-panel\";s:1:\"1\";s:22:\"dup-pack-archive-panel\";s:1:\"1\";s:24:\"dup-pack-installer-panel\";s:1:\"0\";}','yes'),(17702,'duplicator_package_active','O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2017-01-16 05:33:16\";s:7:\"Version\";s:6:\"1.1.26\";s:9:\"VersionWP\";s:5:\"4.6.2\";s:9:\"VersionDB\";s:6:\"5.6.32\";s:10:\"VersionPHP\";s:6:\"5.6.29\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:35:\"20170116_zetaphibetasororityinclamb\";s:4:\"Hash\";s:29:\"587c5b1cd0f576844170116053316\";s:8:\"NameHash\";s:65:\"20170116_zetaphibetasororityinclamb_587c5b1cd0f576844170116053316\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:56:\"/home4/zphiblgz/public_html/development/wp-snapshots/tmp\";s:8:\"StoreURL\";s:45:\"https://zphiblgz.org/wp-snapshots/\";s:8:\"ScanFile\";s:75:\"20170116_zetaphibetasororityinclamb_587c5b1cd0f576844170116053316_scan.json\";s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";N;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":13:{s:10:\"FilterDirs\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:39:\"/home4/zphiblgz/public_html/development\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":6:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":4:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":5:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":2:{s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;}s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2017-01-16 05:33:16\";s:7:\"Version\";s:6:\"1.1.26\";s:9:\"VersionWP\";s:5:\"4.6.2\";s:9:\"VersionDB\";s:6:\"5.6.32\";s:10:\"VersionPHP\";s:6:\"5.6.29\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:35:\"20170116_zetaphibetasororityinclamb\";s:4:\"Hash\";s:29:\"587c5b1cd0f576844170116053316\";s:8:\"NameHash\";s:65:\"20170116_zetaphibetasororityinclamb_587c5b1cd0f576844170116053316\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:56:\"/home4/zphiblgz/public_html/development/wp-snapshots/tmp\";s:8:\"StoreURL\";s:45:\"https://zphiblgz.org/wp-snapshots/\";s:8:\"ScanFile\";N;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";N;s:6:\"WPUser\";N;s:7:\"Archive\";r:22;s:9:\"Installer\";O:13:\"DUP_Installer\":12:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSSLAdmin\";i:0;s:12:\"OptsSSLLogin\";i:0;s:11:\"OptsCacheWP\";i:0;s:13:\"OptsCachePath\";i:0;s:10:\"OptsURLNew\";s:0:\"\";s:10:\"\0*\0Package\";r:52;}s:8:\"Database\";O:12:\"DUP_Database\":12:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:10:\"\0*\0Package\";r:52;s:25:\"\0DUP_Database\0dbStorePath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}}}s:9:\"Installer\";r:74;s:8:\"Database\";r:87;}','yes'),(17347,'quickppr_redirects','a:2:{s:59:\"http://development.zphiblgz.org/cause/bring-water-children/\";s:33:\"https://zphiblgz.org/scholarship/\";s:47:\"http://zphiblgz.org/cause/bring-water-children/\";s:33:\"https://zphiblgz.org/scholarship/\";}','yes'),(17417,'MBFREE_CREATED','1484518716','yes'),(17418,'MBFREE_HOMEURL','https://zphiblgz.org','yes'),(17419,'maxbuttons_user_level','manage_options','yes'),(17583,'ai1wm_secret_key','mHaALEHF8BhD','yes'),(16119,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:15:\"pr@zphiblgz.org\";s:7:\"version\";s:5:\"5.6.5\";s:9:\"timestamp\";i:1631162731;}','no'),(15250,'acx_widget_si_next_date','1486694591','yes'),(15251,'acx_widget_si_td','show','yes'),(15253,'acx_widget_si_installed_date','1484102634','yes'),(15254,'social_widget_icon_array_order','s:102:\"a:8:{i:0;s:1:\"1\";i:1;s:1:\"0\";i:2;s:1:\"7\";i:3;s:1:\"2\";i:4;s:1:\"3\";i:5;s:1:\"4\";i:6;s:1:\"5\";i:7;s:1:\"6\";}\";','yes'),(3007,'widget_wcp_caption','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(8381,'forgot_password_link_mail_subject','Password Reset Request','yes'),(8382,'forgot_password_link_mail_body','Someone requested that the password be reset for the following account:\r\n<br>\r\n#site_url#\r\n<br>\r\nUsername: #user_name#\r\n<br>\r\nIf this was a mistake, just ignore this email and nothing will happen.\r\n<br>\r\nTo reset your password, visit the following address:\r\n<br>\r\n#resetlink#','yes'),(8383,'new_password_mail_subject','Password Reset Request','yes'),(8384,'new_password_mail_body','Your new password for the account at:\r\n<br>\r\n#site_url#\r\n<br>\r\nUsername: #user_name#\r\n<br>\r\nPassword: #user_password#\r\n<br>\r\nYou can now login with your new password at:\r\n#site_url#','yes'),(8385,'custom_style_afo','.log_forms{ width:98%; padding:5px; border:1px solid #CCC; margin:2px; } .log_forms input[type=text], input[type=password] { margin: 10px 0 20px; width: 99%; padding: 7px 0 7px 4px; border: 1px solid #E3E3E3; } .log_forms input[type=submit] { margin: 10px 0 20px; width: 100%; padding: 7px; border: 1px solid #7ac9b7; } .log_forms input[type=text]:focus, input[type=password]:focus { border-color: #4697e4; }','yes'),(8386,'widget_login_wid','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102880,'login_afo_forgot_pass_link','661','yes'),(8394,'logout_redirect_page','6','yes'),(8395,'login_afo_rem','Yes','yes'),(9746,'mc_api_key','f50270e0b5703f32d39122017940d980-us11','yes'),(17679,'jpsq_sync-1484539607.864648-963112-1','a:5:{i:0;s:14:\"deleted_plugin\";i:1;a:2:{i:0;s:19:\"jetpack/jetpack.php\";i:1;b:1;}i:2;i:1;i:3;d:1484539607.8646281;i:4;b:0;}','no'),(17676,'jetpack_sync_settings_disable','0','yes'),(17713,'db_upgraded','','yes'),(17806,'TagPopup_title','','yes'),(17807,'TagPopup_FormTitle','Contact Us','yes'),(17808,'TagPopup_fromemail','no-reply-beauty-popup@tagwebs.in','yes'),(17809,'TagPopup_On_SendEmail','YES','yes'),(17810,'TagPopup_On_MyEmail','zen@zphiblgz.org','yes'),(17811,'TagPopup_On_Subject','ZEN Program Inquirty','yes'),(17812,'TagPopup_On_Captcha','YES','yes'),(17813,'TagPopup_ButtonLink','<img src=\'https://zphiblgz.org/wp-content/plugins/beauty-contact-popup-form/inc/img/contact-tag.png\' />','yes'),(17814,'TagPopup_homeurl','https://zphiblgz.org','yes'),(17815,'wpseo','a:45:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";s:1:\"2\";s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:26:\"permalink_settings_changed\";s:29:\"indexables_indexing_completed\";b:0;s:7:\"version\";s:4:\"17.2\";s:16:\"previous_version\";s:4:\"15.7\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:0;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1525531627;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:20:\"https://zphiblgz.org\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:9:{s:16:\"cause_categories\";s:16:\"cause-categories\";s:17:\"sermon_categories\";s:17:\"sermon-categories\";s:16:\"event_categories\";s:16:\"event-categories\";s:17:\"videos_categories\";s:17:\"videos_categories\";s:19:\"eventbrite_category\";s:19:\"eventbrite_category\";s:14:\"eventbrite_tag\";s:14:\"eventbrite_tag\";s:5:\"teams\";s:5:\"teams\";s:28:\"portfolio_register_post_type\";s:20:\"portfolio-categories\";s:27:\"ts_pricing_table_categories\";s:27:\"ts_pricing_table-categories\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;}','yes'),(17817,'wpseo_titles','a:306:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:67:\"https://zphiblgz.org/wp-content/uploads/2018/01/2017ChapterLOGO.png\";s:12:\"company_name\";s:54:\"Zeta Phi Beta Sorority, Inc. Lambda Gamma Zeta Chapter\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:23:\"title-eventbrite_events\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-eventbrite_events\";s:0:\"\";s:25:\"noindex-eventbrite_events\";b:0;s:36:\"display-metabox-pt-eventbrite_events\";b:1;s:36:\"post_types-eventbrite_events-maintax\";i:0;s:34:\"schema-page-type-eventbrite_events\";s:7:\"WebPage\";s:37:\"schema-article-type-eventbrite_events\";s:4:\"None\";s:30:\"social-title-eventbrite_events\";s:9:\"%%title%%\";s:36:\"social-description-eventbrite_events\";s:0:\"\";s:34:\"social-image-url-eventbrite_events\";s:0:\"\";s:33:\"social-image-id-eventbrite_events\";i:0;s:33:\"title-ptarchive-eventbrite_events\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:36:\"metadesc-ptarchive-eventbrite_events\";s:0:\"\";s:35:\"bctitle-ptarchive-eventbrite_events\";s:0:\"\";s:35:\"noindex-ptarchive-eventbrite_events\";b:0;s:40:\"social-title-ptarchive-eventbrite_events\";s:21:\"%%pt_plural%% Archive\";s:46:\"social-description-ptarchive-eventbrite_events\";s:0:\"\";s:44:\"social-image-url-ptarchive-eventbrite_events\";s:0:\"\";s:43:\"social-image-id-ptarchive-eventbrite_events\";i:0;s:20:\"title-mailmunch_page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-mailmunch_page\";s:0:\"\";s:22:\"noindex-mailmunch_page\";b:0;s:33:\"display-metabox-pt-mailmunch_page\";b:1;s:33:\"post_types-mailmunch_page-maintax\";i:0;s:31:\"schema-page-type-mailmunch_page\";s:7:\"WebPage\";s:34:\"schema-article-type-mailmunch_page\";s:4:\"None\";s:27:\"social-title-mailmunch_page\";s:9:\"%%title%%\";s:33:\"social-description-mailmunch_page\";s:0:\"\";s:31:\"social-image-url-mailmunch_page\";s:0:\"\";s:30:\"social-image-id-mailmunch_page\";i:0;s:11:\"title-cause\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"metadesc-cause\";s:0:\"\";s:13:\"noindex-cause\";b:0;s:24:\"display-metabox-pt-cause\";b:1;s:24:\"post_types-cause-maintax\";i:0;s:22:\"schema-page-type-cause\";s:7:\"WebPage\";s:25:\"schema-article-type-cause\";s:4:\"None\";s:18:\"social-title-cause\";s:9:\"%%title%%\";s:24:\"social-description-cause\";s:0:\"\";s:22:\"social-image-url-cause\";s:0:\"\";s:21:\"social-image-id-cause\";i:0;s:12:\"title-sermon\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:15:\"metadesc-sermon\";s:0:\"\";s:14:\"noindex-sermon\";b:0;s:25:\"display-metabox-pt-sermon\";b:1;s:25:\"post_types-sermon-maintax\";i:0;s:23:\"schema-page-type-sermon\";s:7:\"WebPage\";s:26:\"schema-article-type-sermon\";s:4:\"None\";s:19:\"social-title-sermon\";s:9:\"%%title%%\";s:25:\"social-description-sermon\";s:0:\"\";s:23:\"social-image-url-sermon\";s:0:\"\";s:22:\"social-image-id-sermon\";i:0;s:11:\"title-event\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"metadesc-event\";s:0:\"\";s:13:\"noindex-event\";b:0;s:24:\"display-metabox-pt-event\";b:1;s:24:\"post_types-event-maintax\";i:0;s:22:\"schema-page-type-event\";s:7:\"WebPage\";s:25:\"schema-article-type-event\";s:4:\"None\";s:18:\"social-title-event\";s:9:\"%%title%%\";s:24:\"social-description-event\";s:0:\"\";s:22:\"social-image-url-event\";s:0:\"\";s:21:\"social-image-id-event\";i:0;s:15:\"title-ts_slider\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-ts_slider\";s:0:\"\";s:17:\"noindex-ts_slider\";b:0;s:28:\"display-metabox-pt-ts_slider\";b:1;s:28:\"post_types-ts_slider-maintax\";i:0;s:26:\"schema-page-type-ts_slider\";s:7:\"WebPage\";s:29:\"schema-article-type-ts_slider\";s:4:\"None\";s:22:\"social-title-ts_slider\";s:9:\"%%title%%\";s:28:\"social-description-ts_slider\";s:0:\"\";s:26:\"social-image-url-ts_slider\";s:0:\"\";s:25:\"social-image-id-ts_slider\";i:0;s:11:\"title-video\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"metadesc-video\";s:0:\"\";s:13:\"noindex-video\";b:0;s:24:\"display-metabox-pt-video\";b:1;s:24:\"post_types-video-maintax\";i:0;s:22:\"schema-page-type-video\";s:7:\"WebPage\";s:25:\"schema-article-type-video\";s:4:\"None\";s:18:\"social-title-video\";s:9:\"%%title%%\";s:24:\"social-description-video\";s:0:\"\";s:22:\"social-image-url-video\";s:0:\"\";s:21:\"social-image-id-video\";i:0;s:14:\"title-ts_teams\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:17:\"metadesc-ts_teams\";s:0:\"\";s:16:\"noindex-ts_teams\";b:0;s:27:\"display-metabox-pt-ts_teams\";b:1;s:27:\"post_types-ts_teams-maintax\";i:0;s:25:\"schema-page-type-ts_teams\";s:7:\"WebPage\";s:28:\"schema-article-type-ts_teams\";s:4:\"None\";s:21:\"social-title-ts_teams\";s:9:\"%%title%%\";s:27:\"social-description-ts_teams\";s:0:\"\";s:25:\"social-image-url-ts_teams\";s:0:\"\";s:24:\"social-image-id-ts_teams\";i:0;s:15:\"title-portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-portfolio\";s:0:\"\";s:17:\"noindex-portfolio\";b:0;s:28:\"display-metabox-pt-portfolio\";b:1;s:28:\"post_types-portfolio-maintax\";i:0;s:26:\"schema-page-type-portfolio\";s:7:\"WebPage\";s:29:\"schema-article-type-portfolio\";s:4:\"None\";s:22:\"social-title-portfolio\";s:9:\"%%title%%\";s:28:\"social-description-portfolio\";s:0:\"\";s:26:\"social-image-url-portfolio\";s:0:\"\";s:25:\"social-image-id-portfolio\";i:0;s:22:\"title-ts_pricing_table\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-ts_pricing_table\";s:0:\"\";s:24:\"noindex-ts_pricing_table\";b:0;s:35:\"display-metabox-pt-ts_pricing_table\";b:1;s:35:\"post_types-ts_pricing_table-maintax\";i:0;s:33:\"schema-page-type-ts_pricing_table\";s:7:\"WebPage\";s:36:\"schema-article-type-ts_pricing_table\";s:4:\"None\";s:29:\"social-title-ts_pricing_table\";s:9:\"%%title%%\";s:35:\"social-description-ts_pricing_table\";s:0:\"\";s:33:\"social-image-url-ts_pricing_table\";s:0:\"\";s:32:\"social-image-id-ts_pricing_table\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:26:\"title-tax-cause_categories\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-cause_categories\";s:0:\"\";s:36:\"display-metabox-tax-cause_categories\";b:1;s:28:\"noindex-tax-cause_categories\";b:0;s:33:\"social-title-tax-cause_categories\";s:23:\"%%term_title%% Archives\";s:39:\"social-description-tax-cause_categories\";s:0:\"\";s:37:\"social-image-url-tax-cause_categories\";s:0:\"\";s:36:\"social-image-id-tax-cause_categories\";i:0;s:34:\"taxonomy-cause_categories-ptparent\";i:0;s:27:\"title-tax-sermon_categories\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-tax-sermon_categories\";s:0:\"\";s:37:\"display-metabox-tax-sermon_categories\";b:1;s:29:\"noindex-tax-sermon_categories\";b:0;s:34:\"social-title-tax-sermon_categories\";s:23:\"%%term_title%% Archives\";s:40:\"social-description-tax-sermon_categories\";s:0:\"\";s:38:\"social-image-url-tax-sermon_categories\";s:0:\"\";s:37:\"social-image-id-tax-sermon_categories\";i:0;s:35:\"taxonomy-sermon_categories-ptparent\";i:0;s:26:\"title-tax-event_categories\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-event_categories\";s:0:\"\";s:36:\"display-metabox-tax-event_categories\";b:1;s:28:\"noindex-tax-event_categories\";b:0;s:33:\"social-title-tax-event_categories\";s:23:\"%%term_title%% Archives\";s:39:\"social-description-tax-event_categories\";s:0:\"\";s:37:\"social-image-url-tax-event_categories\";s:0:\"\";s:36:\"social-image-id-tax-event_categories\";i:0;s:34:\"taxonomy-event_categories-ptparent\";i:0;s:27:\"title-tax-videos_categories\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-tax-videos_categories\";s:0:\"\";s:37:\"display-metabox-tax-videos_categories\";b:1;s:29:\"noindex-tax-videos_categories\";b:0;s:34:\"social-title-tax-videos_categories\";s:23:\"%%term_title%% Archives\";s:40:\"social-description-tax-videos_categories\";s:0:\"\";s:38:\"social-image-url-tax-videos_categories\";s:0:\"\";s:37:\"social-image-id-tax-videos_categories\";i:0;s:35:\"taxonomy-videos_categories-ptparent\";i:0;s:29:\"title-tax-eventbrite_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:32:\"metadesc-tax-eventbrite_category\";s:0:\"\";s:39:\"display-metabox-tax-eventbrite_category\";b:1;s:31:\"noindex-tax-eventbrite_category\";b:0;s:36:\"social-title-tax-eventbrite_category\";s:23:\"%%term_title%% Archives\";s:42:\"social-description-tax-eventbrite_category\";s:0:\"\";s:40:\"social-image-url-tax-eventbrite_category\";s:0:\"\";s:39:\"social-image-id-tax-eventbrite_category\";i:0;s:37:\"taxonomy-eventbrite_category-ptparent\";i:0;s:24:\"title-tax-eventbrite_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-tax-eventbrite_tag\";s:0:\"\";s:34:\"display-metabox-tax-eventbrite_tag\";b:1;s:26:\"noindex-tax-eventbrite_tag\";b:0;s:31:\"social-title-tax-eventbrite_tag\";s:23:\"%%term_title%% Archives\";s:37:\"social-description-tax-eventbrite_tag\";s:0:\"\";s:35:\"social-image-url-tax-eventbrite_tag\";s:0:\"\";s:34:\"social-image-id-tax-eventbrite_tag\";i:0;s:32:\"taxonomy-eventbrite_tag-ptparent\";i:0;s:15:\"title-tax-teams\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-tax-teams\";s:0:\"\";s:25:\"display-metabox-tax-teams\";b:1;s:17:\"noindex-tax-teams\";b:0;s:22:\"social-title-tax-teams\";s:23:\"%%term_title%% Archives\";s:28:\"social-description-tax-teams\";s:0:\"\";s:26:\"social-image-url-tax-teams\";s:0:\"\";s:25:\"social-image-id-tax-teams\";i:0;s:23:\"taxonomy-teams-ptparent\";i:0;s:38:\"title-tax-portfolio_register_post_type\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:41:\"metadesc-tax-portfolio_register_post_type\";s:0:\"\";s:48:\"display-metabox-tax-portfolio_register_post_type\";b:1;s:40:\"noindex-tax-portfolio_register_post_type\";b:0;s:45:\"social-title-tax-portfolio_register_post_type\";s:23:\"%%term_title%% Archives\";s:51:\"social-description-tax-portfolio_register_post_type\";s:0:\"\";s:49:\"social-image-url-tax-portfolio_register_post_type\";s:0:\"\";s:48:\"social-image-id-tax-portfolio_register_post_type\";i:0;s:46:\"taxonomy-portfolio_register_post_type-ptparent\";i:0;s:37:\"title-tax-ts_pricing_table_categories\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:40:\"metadesc-tax-ts_pricing_table_categories\";s:0:\"\";s:47:\"display-metabox-tax-ts_pricing_table_categories\";b:1;s:39:\"noindex-tax-ts_pricing_table_categories\";b:0;s:44:\"social-title-tax-ts_pricing_table_categories\";s:23:\"%%term_title%% Archives\";s:50:\"social-description-tax-ts_pricing_table_categories\";s:0:\"\";s:48:\"social-image-url-tax-ts_pricing_table_categories\";s:0:\"\";s:47:\"social-image-id-tax-ts_pricing_table_categories\";i:0;s:45:\"taxonomy-ts_pricing_table_categories-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:1264;s:17:\"company_logo_meta\";a:9:{s:5:\"width\";i:1614;s:6:\"height\";i:1614;s:3:\"url\";s:67:\"https://zphiblgz.org/wp-content/uploads/2018/01/2017ChapterLOGO.png\";s:4:\"path\";s:74:\"/home2/zphiblgz/public_html/wp-content/uploads/2018/01/2017ChapterLOGO.png\";s:4:\"size\";s:4:\"full\";s:2:\"id\";i:1264;s:3:\"alt\";s:0:\"\";s:6:\"pixels\";i:2604996;s:4:\"type\";s:9:\"image/png\";}s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;s:22:\"noindex-subpages-wpseo\";b:0;}','yes'),(17818,'wpseo_social','a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}','yes'),(17822,'wpseo_flush_rewrite','1','yes'),(18508,'c2c_obfuscate_email','a:6:{s:17:\"encode_everything\";s:1:\"1\";s:10:\"at_replace\";s:0:\"\";s:11:\"dot_replace\";s:0:\"\";s:18:\"use_text_direction\";s:0:\"\";s:16:\"use_display_none\";s:1:\"1\";s:8:\"_version\";s:5:\"3.8.1\";}','yes'),(17940,'stla_licenses','','yes'),(17963,'gf_stla_select_form_id','10','yes'),(17964,'gf_stla_general_settings','a:1:{s:12:\"reset-styles\";i:-1;}','yes'),(17973,'gf_stla_form_id_4','a:1:{s:13:\"submit-button\";a:3:{s:12:\"button-align\";s:4:\"left\";s:12:\"button-color\";s:7:\"#2741a6\";s:10:\"font-color\";s:7:\"#ffffff\";}}','yes'),(18076,'gform_email_count','555','yes'),(43729,'__wpdm_53d2f6cdcdd8ac34d48e9ea987c274a0','1','yes'),(23537,'galogin','a:9:{s:11:\"ga_clientid\";s:72:\"143330843218-vfg3s8e4jqjj4biml9mjq7apd3vje93p.apps.googleusercontent.com\";s:15:\"ga_clientsecret\";s:24:\"aacaUHU28_lb8OkL33gw48oK\";s:24:\"ga_ms_usesubsitecallback\";b:0;s:20:\"ga_force_permissions\";b:0;s:13:\"ga_auto_login\";b:0;s:12:\"ga_poweredby\";b:1;s:13:\"ga_rememberme\";b:0;s:14:\"ga_domainadmin\";s:0:\"\";s:10:\"ga_version\";s:3:\"3.0\";}','no'),(25025,'gform_upload_page_slug','05be7163539e45c','yes'),(23931,'thermometer_options','a:12:{s:14:\"colour_picker1\";s:7:\"#2741a6\";s:14:\"colour_picker2\";s:7:\"#000000\";s:7:\"chkbox2\";i:1;s:14:\"colour_picker3\";s:7:\"#000000\";s:7:\"chkbox3\";i:1;s:14:\"colour_picker4\";s:7:\"#000000\";s:8:\"currency\";s:1:\"$\";s:9:\"thousands\";s:9:\", (comma)\";s:13:\"target_string\";s:3:\"500\";s:13:\"raised_string\";s:1:\"5\";s:7:\"chkbox1\";i:0;s:8:\"trailing\";i:0;}','yes'),(19617,'w3tc_nr_application_id','{\"d41d8cd98f00b204e9800998ecf8427e\":0}','yes'),(18736,'wpseo_taxonomy_meta','a:2:{s:12:\"wpdmcategory\";a:1:{i:61;a:2:{s:13:\"wpseo_linkdex\";s:2:\"15\";s:19:\"wpseo_content_score\";s:2:\"30\";}}s:5:\"teams\";a:1:{i:45;a:2:{s:13:\"wpseo_linkdex\";s:2:\"-2\";s:19:\"wpseo_content_score\";s:2:\"30\";}}}','yes'),(18546,'widget_wpdm_packageinfo_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(18547,'widget_wpdm_categories_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(18548,'widget_wpdm_topdls_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(18549,'widget_wpdm_newpacks_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(18550,'widget_wpdm_catpacks_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(18551,'widget_wpdm_affiliate_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98752,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(18561,'wpdm_latest_check','1534137664','yes'),(18737,'wpdmcategory_children','a:1:{i:62;a:1:{i:0;i:61;}}','yes'),(18568,'task','wdm_save_settings','yes'),(18570,'section','basic','yes'),(18571,'wpdm_permission_msg','Access Denied','yes'),(18572,'wpdm_login_msg','<a href=\\\'https://zphiblgz.org/login/\\\'>Please login to download</a>','yes'),(18573,'_wpdm_file_browser_root','/home4/zphiblgz/public_html/','yes'),(18574,'_wpdm_file_browser_access','a:2:{i:0;s:5:\"staff\";i:1;s:13:\"administrator\";}','yes'),(18575,'__wpdm_sanitize_filename','0','yes'),(18576,'__wpdm_download_speed','4096','yes'),(18577,'__wpdm_download_resume','1','yes'),(18578,'__wpdm_support_output_buffer','1','yes'),(18579,'__wpdm_open_in_browser','1','yes'),(18580,'_wpdm_recaptcha_site_key','','yes'),(18581,'_wpdm_recaptcha_secret_key','','yes'),(18582,'__wpdm_disable_scripts','a:1:{i:0;s:0:\"\";}','yes'),(18583,'__wpdm_login_url','549','yes'),(18584,'__wpdm_register_url','','yes'),(18585,'__wpdm_user_dashboard','657','yes'),(18614,'__wpdmcategory','a:4:{i:59;a:1:{s:6:\"access\";a:3:{i:0;s:10:\"subscriber\";i:1;s:5:\"staff\";i:2;s:13:\"administrator\";}}i:60;a:1:{s:6:\"access\";a:1:{i:0;s:10:\"subscriber\";}}i:61;a:1:{s:6:\"access\";a:2:{i:0;s:8:\"__wpdm__\";i:1;s:10:\"subscriber\";}}i:62;a:1:{s:6:\"access\";a:1:{i:0;s:10:\"subscriber\";}}}','yes'),(18713,'wpdm_latest','s:2701:\"a:77:{s:16:\"download-manager\";s:5:\"4.7.7\";s:21:\"download-after-submit\";s:3:\"1.2\";s:15:\"email-templates\";s:1:\"1\";s:20:\"multilevel-marketing\";s:1:\"1\";s:14:\"wpdm-accordion\";s:5:\"1.8.8\";s:27:\"wpdm-advanced-custom-fields\";s:5:\"1.7.4\";s:14:\"wpdm-amazon-s3\";s:5:\"2.7.0\";s:8:\"wpdm-api\";s:5:\"2.1.0\";s:17:\"wpdm-archive-page\";s:5:\"2.9.3\";s:12:\"wpdm-audiojs\";s:1:\"1\";s:14:\"wpdm-autoshare\";s:1:\"1\";s:18:\"wpdm-block-hotlink\";s:1:\"1\";s:12:\"wpdm-box-com\";s:5:\"1.2.0\";s:21:\"wpdm-buddypress-share\";s:1:\"1\";s:21:\"wpdm-button-templates\";s:5:\"1.2.1\";s:21:\"wpdm-campaign-monitor\";s:5:\"1.2.0\";s:11:\"wpdm-catman\";s:5:\"1.2.1\";s:21:\"wpdm-constant-contact\";s:5:\"1.2.0\";s:15:\"wpdm-convertkit\";s:5:\"1.1.0\";s:17:\"wpdm-csv-importer\";s:5:\"2.6.0\";s:24:\"wpdm-custom-access-level\";s:5:\"2.7.0\";s:18:\"wpdm-custom-fields\";s:1:\"1\";s:19:\"wpdm-daily-download\";s:1:\"1\";s:19:\"wpdm-default-values\";s:5:\"1.6.0\";s:20:\"wpdm-download-button\";s:5:\"2.6.0\";s:20:\"wpdm-download-period\";s:5:\"1.2.1\";s:12:\"wpdm-dropbox\";s:5:\"1.2.0\";s:17:\"wpdm-email-editor\";s:1:\"1\";s:23:\"wpdm-email-notification\";s:5:\"1.3.1\";s:24:\"wpdm-extended-shortcodes\";s:5:\"2.8.1\";s:19:\"wpdm-facebook-login\";s:1:\"1\";s:19:\"wpdm-facebook-share\";s:5:\"1.5.0\";s:14:\"wpdm-file-cart\";s:5:\"1.2.4\";s:17:\"wpdm-file-hosting\";s:5:\"1.3.2\";s:16:\"wpdm-filemanager\";s:5:\"1.3.0\";s:14:\"wpdm-form-lock\";s:5:\"1.6.1\";s:21:\"wpdm-ftp-file-browser\";s:5:\"2.2.7\";s:17:\"wpdm-google-drive\";s:5:\"1.4.0\";s:14:\"wpdm-i-contact\";s:1:\"1\";s:18:\"wpdm-lazy-download\";s:5:\"2.3.0\";s:14:\"wpdm-mailchimp\";s:5:\"1.2.0\";s:15:\"wpdm-newsletter\";s:5:\"3.2.0\";s:13:\"wpdm-onedrive\";s:5:\"1.0.0\";s:15:\"wpdm-optinmagic\";s:5:\"1.0.0\";s:18:\"wpdm-page-template\";s:3:\"1.1\";s:16:\"wpdm-pdf-stamper\";s:5:\"1.9.2\";s:15:\"wpdm-pdf-viewer\";s:5:\"1.2.1\";s:18:\"wpdm-pinterest-pin\";s:5:\"1.2.0\";s:21:\"wpdm-premium-packages\";s:5:\"3.9.1\";s:19:\"wpdm-prepaid_credit\";s:5:\"1.6.0\";s:19:\"wpdm-social-connect\";s:1:\"1\";s:18:\"wpdm-speed-control\";s:1:\"1\";s:19:\"wpdm-tinymce-button\";s:5:\"2.7.2\";s:19:\"wpdm-twitter-follow\";s:1:\"1\";s:19:\"wpdm-update-checker\";s:1:\"1\";s:17:\"wpdm-user-reviews\";s:5:\"1.5.0\";s:15:\"wpdm-users-pack\";s:1:\"1\";s:13:\"wpdm-webhooks\";s:1:\"1\";s:9:\"wpdm-zoho\";s:1:\"1\";s:10:\"wpdmpp-2co\";s:5:\"1.5.2\";s:14:\"wpdmpp-advcash\";s:5:\"1.0.1\";s:20:\"wpdmpp-authorize_net\";s:5:\"1.3.0\";s:14:\"wpdmpp-bluepay\";s:1:\"1\";s:15:\"wpdmpp-coinbase\";s:5:\"1.2.0\";s:15:\"wpdmpp-data-api\";s:1:\"1\";s:13:\"wpdmpp-orange\";s:5:\"1.3.0\";s:14:\"wpdmpp-payfast\";s:1:\"1\";s:16:\"wpdmpp-PaypalPro\";s:5:\"1.3.1\";s:12:\"wpdmpp-payza\";s:1:\"1\";s:11:\"wpdmpp-payu\";s:5:\"1.1.0\";s:19:\"wpdmpp-sales-report\";s:1:\"1\";s:13:\"wpdmpp-skrill\";s:1:\"1\";s:13:\"wpdmpp-stripe\";s:5:\"1.3.2\";s:12:\"wpdmpp-wepay\";s:1:\"1\";s:15:\"wpdmpp-worldpay\";s:1:\"1\";s:15:\"wppromembership\";s:5:\"2.3.7\";s:11:\"theme|verse\";s:5:\"1.4.0\";}\";','yes'),(19626,'wp_statistics_plugin_version','12.3.6.1','yes'),(19627,'wp_statistics_db_version','12.3.6.1','yes'),(19628,'wp_statistics','a:27:{s:18:\"pending_db_updates\";a:2:{s:13:\"date_ip_agent\";b:0;s:11:\"unique_date\";b:0;}s:16:\"search_converted\";i:1;s:5:\"geoip\";b:0;s:8:\"browscap\";b:0;s:10:\"useronline\";b:1;s:6:\"visits\";b:1;s:8:\"visitors\";b:1;s:5:\"pages\";b:1;s:12:\"check_online\";s:2:\"30\";s:8:\"menu_bar\";b:0;s:11:\"coefficient\";s:1:\"1\";s:12:\"stats_report\";b:0;s:11:\"time_report\";s:5:\"daily\";s:11:\"send_report\";s:4:\"mail\";s:14:\"content_report\";s:0:\"\";s:12:\"update_geoip\";b:1;s:8:\"store_ua\";b:0;s:9:\"robotlist\";s:1715:\"007ac9\n5bot\nA6-Indexer\nAbachoBOT\naccoona\nAcoiRobot\nAddThis.com\nADmantX\nAdsBot-Google\nadvbot\nAhrefsBot\naiHitBot\nalexa\nalphabot\nAltaVista\nAntivirusPro\nanyevent\nappie\nApplebot\narchive.org_bot\nAsk Jeeves\nASPSeek\nBaiduspider\nBenjojo\nBeetleBot\nbingbot\nBlekkobot\nblexbot\nBOT for JCE\nbubing\nButterfly\ncbot\nclamantivirus\ncliqzbot\nclumboot\ncoccoc\ncrawler\nCrocCrawler\ncrowsnest.tv\ndbot\ndl2bot\ndotbot\ndownloadbot\nduckduckgo\nDumbot\nEasouSpider\neStyle\nEveryoneSocialBot\nExabot\nezooms\nfacebook.com\nfacebookexternalhit\nFAST\nFeedfetcher-Google\nfeedzirra\nfindxbot\nFirfly\nFriendFeedBot\nfroogle\nGeonaBot\nGigabot\ngirafabot\ngimme60bot\nglbot\nGooglebot\nGroupHigh\nia_archiver\nIDBot\nInfoSeek\ninktomi\nIstellaBot\njetmon\nKraken\nLeikibot\nlinkapediabot\nlinkdexbot\nLinkpadBot\nLoadTimeBot\nlooksmart\nltx71\nLycos\nMail.RU_Bot\nMe.dium\nmeanpathbot\nmediabot\nmedialbot\nMediapartners-Google\nMJ12bot\nmsnbot\nMojeekBot\nmonobot\nmoreover\nMRBOT\nNationalDirectory\nNerdyBot\nNetcraftSurveyAgent\nniki-bot\nnutch\nOpenbot\nOrangeBot\nowler\np4Bot\nPaperLiBot\npageanalyzer\nPagesInventory\nPimonster\nporkbun\npr-cy\nproximic\npwbot\nr4bot\nrabaz\nRambler\nRankivabot\nrevip\nriddler\nrogerbot\nScooter\nScrubby\nscrapy.org\nSearchmetricsBot\nsees.co\nSemanticBot\nSemrushBot\nSeznamBot\nsfFeedReader\nshareaholic-bot\nsistrix\nSiteExplorer\nSlurp\nSocialradarbot\nSocialSearch\nSogou web spider\nSpade\nspbot\nSpiderLing\nSputnikBot\nSuperfeedr\nSurveyBot\nTechnoratiSnoop\nTECNOSEEK\nTeoma\ntrendictionbot\nTweetmemeBot\nTwiceler\nTwitterbot\nTwitturls\nu2bot\nuMBot-LN\nuni5download\nunrulymedia\nUptimeRobot\nURL_Spider_SQL\nVagabondo\nvBSEO\nWASALive-Bot\nWebAlta Crawler\nWebBug\nWebFindBot\nWebMasterAid\nWeSEE\nWotbox\nwsowner\nwsr-agent\nwww.galaxy.com\nx100bot\nXoviBot\nxzybot\nyandex\nYahoo\nYammybot\nYoudaoBot\nZyBorg\nZemlyaCrawl\";s:21:\"exclude_administrator\";s:1:\"1\";s:18:\"disable_se_clearch\";b:1;s:14:\"disable_se_ask\";b:1;s:8:\"map_type\";s:6:\"jqvmap\";s:18:\"force_robot_update\";b:1;s:15:\"update_browscap\";b:1;s:17:\"show_welcome_page\";b:1;s:23:\"first_show_welcome_page\";b:1;s:15:\"opt_out_message\";s:415:\"This website stores some user agent data. These data are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to opt-out of any future tracking, a cookie will be set up in your browser to remember this choice for one year. <a href=\"%accept_url%\">I Agree</a>, <a href=\"%cancel_url%\">Deny</a>\";}','yes'),(18685,'cdm_ignore_shortcode','1','yes'),(6866,'sp_cdm_user_log','<strong>December 17, 2016 7:27 pm:</strong> pr@zphiblgz.org Deleted file: Constitution & By-Laws<br>','yes'),(8710,'wpadm_backup_dropbox-setting','YTo3OntzOjg6ImlzX2FkbWluIjtpOjE7czo3OiJhcHBfa2V5IjtzOjE1OiJudjc1MW44NHcybmlmNmoiO3M6MTA6ImFwcF9zZWNyZXQiO3M6MTU6InFsbGFzZDR0Ym5xaDRvaSI7czoxNzoiYXV0aF90b2tlbl9zZWNyZXQiO2E6Mzp7czoxODoib2F1dGhfdG9rZW5fc2VjcmV0IjtzOjE1OiI4b3Z1ZWZnODBxY2NlMmgiO3M6MTE6Im9hdXRoX3Rva2VuIjtzOjE2OiJwNjZnNWNrdGlpYjdyM2NmIjtzOjM6InVpZCI7czo5OiI2MzQ5NTUzMzkiO31zOjExOiJvYXV0aF90b2tlbiI7czoxNjoickREdlRRWUo1UHNmaDE0TCI7czozOiJ1aWQiO3M6OToiNjM0OTU1MzM5IjtzOjEzOiJiYWNrdXBfZm9sZGVyIjtzOjY1OiIvaG9tZTQvenBoaWJsZ3ovcHVibGljX2h0bWwvZGV2ZWxvcG1lbnQvd3AtY29udGVudC9Ecm9wYm94X0JhY2t1cCI7fQ==','yes'),(8715,'wpadm_backup__commands','a:1:{i:0;a:3:{s:6:\"method\";s:15:\"send-to-dropbox\";s:6:\"params\";a:6:{s:5:\"files\";s:0:\"\";s:5:\"local\";b:1;s:15:\"is_local_backup\";i:0;s:14:\"access_details\";a:5:{s:3:\"key\";s:15:\"nv751n84w2nif6j\";s:6:\"secret\";s:15:\"qllasd4tbnqh4oi\";s:5:\"token\";a:3:{s:18:\"oauth_token_secret\";s:15:\"8ovuefg80qcce2h\";s:11:\"oauth_token\";s:16:\"p66g5cktiib7r3cf\";s:3:\"uid\";s:9:\"634955339\";}s:3:\"dir\";s:0:\"\";s:6:\"folder\";s:24:\"development_zphiblgz_org\";}s:4:\"time\";i:1483067290;s:13:\"is_folder_set\";b:1;}s:4:\"work\";i:0;}}','yes'),(8716,'wpadm_backup_proccess-command','a:2:{i:0;a:2:{s:7:\"command\";s:2:\"db\";s:4:\"work\";i:1;}i:1;a:2:{s:7:\"command\";s:7:\"archive\";s:4:\"work\";i:1;}}','yes'),(9747,'mc_user','a:11:{s:10:\"account_id\";s:25:\"e3e857a830f2d15e874240977\";s:12:\"account_name\";s:53:\"Zeta Phi Beta Sorority Inc, Lambda Gamma Zeta Chapter\";s:5:\"email\";s:15:\"pr@zphiblgz.org\";s:8:\"username\";s:8:\"zphiblgz\";s:4:\"role\";s:5:\"owner\";s:7:\"contact\";a:7:{s:7:\"company\";s:53:\"Zeta Phi Beta Sorority Inc, Lambda Gamma Zeta Chapter\";s:5:\"addr1\";s:11:\"PO Box 7002\";s:5:\"addr2\";s:0:\"\";s:4:\"city\";s:8:\"Columbia\";s:5:\"state\";s:2:\"MD\";s:3:\"zip\";s:5:\"21045\";s:7:\"country\";s:2:\"US\";}s:11:\"pro_enabled\";b:0;s:10:\"last_login\";s:25:\"2016-12-30T17:03:48+00:00\";s:17:\"total_subscribers\";i:113;s:14:\"industry_stats\";a:3:{s:9:\"open_rate\";d:0.21764468919324001;s:11:\"bounce_rate\";d:0.012312175641492999;s:10:\"click_rate\";d:0.023032463111629001;}s:6:\"_links\";a:13:{i:0;a:4:{s:3:\"rel\";s:4:\"self\";s:4:\"href\";s:35:\"https://us11.api.mailchimp.com/3.0/\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:51:\"https://us11.api.mailchimp.com/schema/3.0/Root.json\";}i:1;a:5:{s:3:\"rel\";s:5:\"lists\";s:4:\"href\";s:40:\"https://us11.api.mailchimp.com/3.0/lists\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:63:\"https://us11.api.mailchimp.com/schema/3.0/Lists/Collection.json\";s:6:\"schema\";s:68:\"https://us11.api.mailchimp.com/schema/3.0/CollectionLinks/Lists.json\";}i:2;a:5:{s:3:\"rel\";s:7:\"reports\";s:4:\"href\";s:42:\"https://us11.api.mailchimp.com/3.0/reports\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:65:\"https://us11.api.mailchimp.com/schema/3.0/Reports/Collection.json\";s:6:\"schema\";s:70:\"https://us11.api.mailchimp.com/schema/3.0/CollectionLinks/Reports.json\";}i:3;a:5:{s:3:\"rel\";s:13:\"conversations\";s:4:\"href\";s:48:\"https://us11.api.mailchimp.com/3.0/conversations\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:71:\"https://us11.api.mailchimp.com/schema/3.0/Conversations/Collection.json\";s:6:\"schema\";s:76:\"https://us11.api.mailchimp.com/schema/3.0/CollectionLinks/Conversations.json\";}i:4;a:5:{s:3:\"rel\";s:9:\"campaigns\";s:4:\"href\";s:44:\"https://us11.api.mailchimp.com/3.0/campaigns\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:67:\"https://us11.api.mailchimp.com/schema/3.0/Campaigns/Collection.json\";s:6:\"schema\";s:72:\"https://us11.api.mailchimp.com/schema/3.0/CollectionLinks/Campaigns.json\";}i:5;a:5:{s:3:\"rel\";s:11:\"automations\";s:4:\"href\";s:46:\"https://us11.api.mailchimp.com/3.0/automations\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:69:\"https://us11.api.mailchimp.com/schema/3.0/Automations/Collection.json\";s:6:\"schema\";s:74:\"https://us11.api.mailchimp.com/schema/3.0/CollectionLinks/Automations.json\";}i:6;a:5:{s:3:\"rel\";s:9:\"templates\";s:4:\"href\";s:44:\"https://us11.api.mailchimp.com/3.0/templates\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:67:\"https://us11.api.mailchimp.com/schema/3.0/Templates/Collection.json\";s:6:\"schema\";s:72:\"https://us11.api.mailchimp.com/schema/3.0/CollectionLinks/Templates.json\";}i:7;a:4:{s:3:\"rel\";s:12:\"file-manager\";s:4:\"href\";s:47:\"https://us11.api.mailchimp.com/3.0/file-manager\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:68:\"https://us11.api.mailchimp.com/schema/3.0/FileManager/Namespace.json\";}i:8;a:4:{s:3:\"rel\";s:15:\"authorized-apps\";s:4:\"href\";s:50:\"https://us11.api.mailchimp.com/3.0/authorized-apps\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:72:\"https://us11.api.mailchimp.com/schema/3.0/AuthorizedApps/Collection.json\";}i:9;a:4:{s:3:\"rel\";s:7:\"batches\";s:4:\"href\";s:42:\"https://us11.api.mailchimp.com/3.0/batches\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:65:\"https://us11.api.mailchimp.com/schema/3.0/Batches/Collection.json\";}i:10;a:4:{s:3:\"rel\";s:16:\"template-folders\";s:4:\"href\";s:51:\"https://us11.api.mailchimp.com/3.0/template-folders\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:73:\"https://us11.api.mailchimp.com/schema/3.0/TemplateFolders/Collection.json\";}i:11;a:4:{s:3:\"rel\";s:16:\"campaign-folders\";s:4:\"href\";s:51:\"https://us11.api.mailchimp.com/3.0/campaign-folders\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:73:\"https://us11.api.mailchimp.com/schema/3.0/CampaignFolders/Collection.json\";}i:12;a:4:{s:3:\"rel\";s:9:\"ecommerce\";s:4:\"href\";s:44:\"https://us11.api.mailchimp.com/3.0/ecommerce\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:66:\"https://us11.api.mailchimp.com/schema/3.0/Ecommerce/Namespace.json\";}}}','yes'),(9748,'mc_datacenter','us11','yes'),(9751,'widget_mailchimpsf_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(9752,'mc_list_id','6feb90d20b','yes'),(9753,'mc_list_name','Z-Connect Subscription','yes'),(9754,'mc_header_content','Sign up for our newsletter! ','yes'),(9755,'mc_submit_text','Subscribe','yes'),(9756,'mc_use_datepicker','on','yes'),(9757,'mc_custom_style','off','yes'),(9758,'mc_use_javascript','on','yes'),(9759,'mc_double_optin','1','yes'),(9760,'mc_use_unsub_link','off','yes'),(9761,'mc_header_border_width','1','yes'),(9762,'mc_header_border_color','E3E3E3','yes'),(9763,'mc_header_background','FFFFFF','yes'),(9764,'mc_header_text_color','CC6600','yes'),(9765,'mc_form_border_width','1','yes'),(9766,'mc_form_border_color','E0E0E0','yes'),(9767,'mc_form_background','FFFFFF','yes'),(9768,'mc_form_text_color','3F3F3f','yes'),(9769,'mc_merge_vars','a:3:{i:0;a:7:{s:3:\"tag\";s:5:\"EMAIL\";s:4:\"name\";s:13:\"Email Address\";s:4:\"type\";s:5:\"email\";s:8:\"required\";b:1;s:6:\"public\";b:1;s:13:\"display_order\";i:1;s:13:\"default_value\";N;}i:1;a:12:{s:8:\"merge_id\";i:1;s:3:\"tag\";s:5:\"FNAME\";s:4:\"name\";s:10:\"First Name\";s:4:\"type\";s:4:\"text\";s:8:\"required\";b:0;s:13:\"default_value\";s:0:\"\";s:6:\"public\";b:1;s:13:\"display_order\";i:2;s:7:\"options\";a:1:{s:4:\"size\";i:25;}s:9:\"help_text\";s:0:\"\";s:7:\"list_id\";s:10:\"6feb90d20b\";s:6:\"_links\";a:4:{i:0;a:4:{s:3:\"rel\";s:4:\"self\";s:4:\"href\";s:66:\"https://us11.api.mailchimp.com/3.0/lists/6feb90d20b/merge-fields/1\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:86:\"https://us11.api.mailchimp.com/schema/3.0/Definitions/Lists/Merge-Fields/Response.json\";}i:1;a:5:{s:3:\"rel\";s:6:\"parent\";s:4:\"href\";s:64:\"https://us11.api.mailchimp.com/3.0/lists/6feb90d20b/merge-fields\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:96:\"https://us11.api.mailchimp.com/schema/3.0/Definitions/Lists/Merge-Fields/CollectionResponse.json\";s:6:\"schema\";s:80:\"https://us11.api.mailchimp.com/schema/3.0/CollectionLinks/Lists/MergeFields.json\";}i:2;a:5:{s:3:\"rel\";s:6:\"update\";s:4:\"href\";s:66:\"https://us11.api.mailchimp.com/3.0/lists/6feb90d20b/merge-fields/1\";s:6:\"method\";s:5:\"PATCH\";s:12:\"targetSchema\";s:86:\"https://us11.api.mailchimp.com/schema/3.0/Definitions/Lists/Merge-Fields/Response.json\";s:6:\"schema\";s:83:\"https://us11.api.mailchimp.com/schema/3.0/Definitions/Lists/Merge-Fields/PATCH.json\";}i:3;a:3:{s:3:\"rel\";s:6:\"delete\";s:4:\"href\";s:66:\"https://us11.api.mailchimp.com/3.0/lists/6feb90d20b/merge-fields/1\";s:6:\"method\";s:6:\"DELETE\";}}}i:2;a:12:{s:8:\"merge_id\";i:2;s:3:\"tag\";s:5:\"LNAME\";s:4:\"name\";s:9:\"Last Name\";s:4:\"type\";s:4:\"text\";s:8:\"required\";b:0;s:13:\"default_value\";s:0:\"\";s:6:\"public\";b:1;s:13:\"display_order\";i:3;s:7:\"options\";a:1:{s:4:\"size\";i:25;}s:9:\"help_text\";s:0:\"\";s:7:\"list_id\";s:10:\"6feb90d20b\";s:6:\"_links\";a:4:{i:0;a:4:{s:3:\"rel\";s:4:\"self\";s:4:\"href\";s:66:\"https://us11.api.mailchimp.com/3.0/lists/6feb90d20b/merge-fields/2\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:86:\"https://us11.api.mailchimp.com/schema/3.0/Definitions/Lists/Merge-Fields/Response.json\";}i:1;a:5:{s:3:\"rel\";s:6:\"parent\";s:4:\"href\";s:64:\"https://us11.api.mailchimp.com/3.0/lists/6feb90d20b/merge-fields\";s:6:\"method\";s:3:\"GET\";s:12:\"targetSchema\";s:96:\"https://us11.api.mailchimp.com/schema/3.0/Definitions/Lists/Merge-Fields/CollectionResponse.json\";s:6:\"schema\";s:80:\"https://us11.api.mailchimp.com/schema/3.0/CollectionLinks/Lists/MergeFields.json\";}i:2;a:5:{s:3:\"rel\";s:6:\"update\";s:4:\"href\";s:66:\"https://us11.api.mailchimp.com/3.0/lists/6feb90d20b/merge-fields/2\";s:6:\"method\";s:5:\"PATCH\";s:12:\"targetSchema\";s:86:\"https://us11.api.mailchimp.com/schema/3.0/Definitions/Lists/Merge-Fields/Response.json\";s:6:\"schema\";s:83:\"https://us11.api.mailchimp.com/schema/3.0/Definitions/Lists/Merge-Fields/PATCH.json\";}i:3;a:3:{s:3:\"rel\";s:6:\"delete\";s:4:\"href\";s:66:\"https://us11.api.mailchimp.com/3.0/lists/6feb90d20b/merge-fields/2\";s:6:\"method\";s:6:\"DELETE\";}}}}','yes'),(9770,'mc_mv_EMAIL','on','yes'),(9771,'mc_mv_FNAME','on','yes'),(9772,'mc_mv_LNAME','on','yes'),(9773,'mc_interest_groups','a:0:{}','yes'),(9783,'mc_rewards','off','yes'),(9777,'mc_merge_field_migrate','1','yes'),(9784,'mc_subheader_content','','yes'),(9822,'widget_mc4wp_form_widget','a:2:{i:2;a:1:{s:5:\"title\";s:9:\"Subscribe\";}s:12:\"_multiwidget\";i:1;}','yes'),(9823,'mc4wp_version','4.0.11','yes'),(9824,'mc4wp_flash_messages','a:0:{}','no'),(9825,'mc4wp','a:4:{s:7:\"api_key\";s:37:\"f50270e0b5703f32d39122017940d980-us11\";s:20:\"allow_usage_tracking\";i:0;s:15:\"debug_log_level\";s:7:\"warning\";s:18:\"first_activated_on\";i:1483118357;}','yes'),(9841,'mc4wp_mailchimp_lists_v3_fallback','a:5:{s:10:\"99364da58b\";O:20:\"MC4WP_MailChimp_List\":6:{s:2:\"id\";s:10:\"99364da58b\";s:6:\"web_id\";s:6:\"264065\";s:4:\"name\";s:14:\"Maryland Zetas\";s:16:\"subscriber_count\";i:51;s:12:\"merge_fields\";a:4:{i:0;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:13:\"Email Address\";s:10:\"field_type\";s:5:\"email\";s:3:\"tag\";s:5:\"EMAIL\";s:8:\"required\";b:1;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:1;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:10:\"First Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"FNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:2;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:9:\"Last Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"LNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:3;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:12:\"Chapter Type\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:7:\"MMERGE3\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}}s:19:\"interest_categories\";a:0:{}}s:10:\"f04f60209c\";O:20:\"MC4WP_MailChimp_List\":6:{s:2:\"id\";s:10:\"f04f60209c\";s:6:\"web_id\";s:6:\"268013\";s:4:\"name\";s:25:\"Howard County High School\";s:16:\"subscriber_count\";i:42;s:12:\"merge_fields\";a:5:{i:0;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:13:\"Email Address\";s:10:\"field_type\";s:5:\"email\";s:3:\"tag\";s:5:\"EMAIL\";s:8:\"required\";b:1;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:1;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:10:\"First Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"FNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:2;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:9:\"Last Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"LNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:3;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:6:\"School\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:7:\"MMERGE3\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:4;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:8:\"Position\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:7:\"MMERGE4\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}}s:19:\"interest_categories\";a:0:{}}s:10:\"85a10b40bf\";O:20:\"MC4WP_MailChimp_List\":6:{s:2:\"id\";s:10:\"85a10b40bf\";s:6:\"web_id\";s:6:\"268017\";s:4:\"name\";s:18:\"Community Churches\";s:16:\"subscriber_count\";i:6;s:12:\"merge_fields\";a:3:{i:0;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:13:\"Email Address\";s:10:\"field_type\";s:5:\"email\";s:3:\"tag\";s:5:\"EMAIL\";s:8:\"required\";b:1;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:1;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:10:\"First Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"FNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:2;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:9:\"Last Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"LNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}}s:19:\"interest_categories\";a:0:{}}s:10:\"1a16e1e1c9\";O:20:\"MC4WP_MailChimp_List\":6:{s:2:\"id\";s:10:\"1a16e1e1c9\";s:6:\"web_id\";s:6:\"268021\";s:4:\"name\";s:23:\"Maryland Phi Beta Sigma\";s:16:\"subscriber_count\";i:5;s:12:\"merge_fields\";a:4:{i:0;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:13:\"Email Address\";s:10:\"field_type\";s:5:\"email\";s:3:\"tag\";s:5:\"EMAIL\";s:8:\"required\";b:1;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:1;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:10:\"First Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"FNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:2;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:9:\"Last Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"LNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:3;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:4:\"Type\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:7:\"MMERGE3\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}}s:19:\"interest_categories\";a:0:{}}s:10:\"6feb90d20b\";O:20:\"MC4WP_MailChimp_List\":6:{s:2:\"id\";s:10:\"6feb90d20b\";s:6:\"web_id\";s:6:\"274877\";s:4:\"name\";s:22:\"Z-Connect Subscription\";s:16:\"subscriber_count\";i:9;s:12:\"merge_fields\";a:3:{i:0;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:13:\"Email Address\";s:10:\"field_type\";s:5:\"email\";s:3:\"tag\";s:5:\"EMAIL\";s:8:\"required\";b:1;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:1;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:10:\"First Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"FNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}i:2;O:27:\"MC4WP_MailChimp_Merge_Field\":7:{s:4:\"name\";s:9:\"Last Name\";s:10:\"field_type\";s:4:\"text\";s:3:\"tag\";s:5:\"LNAME\";s:8:\"required\";b:0;s:7:\"choices\";a:0:{}s:6:\"public\";b:1;s:13:\"default_value\";s:0:\"\";}}s:19:\"interest_categories\";a:0:{}}}','no'),(9855,'mc4wp_form_stylesheets','a:0:{}','yes'),(9854,'mc4wp_default_form_id','763','yes'),(9856,'mc4wp_form_preview_id','764','no'),(9922,'mc_mm_activation_redirect','false','yes'),(9923,'widget_mc_mm_widget','a:2:{i:3;a:2:{s:5:\"title\";s:0:\"\";s:7:\"form_id\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(9924,'mc_mm_activation_date','1483119857','yes'),(9925,'mc_mm_user_token','dd0362178c49bacfbf405365','yes'),(9926,'mc_mm_site_id','282963','yes'),(9935,'mc_mm_mailchimp_list_id','6feb90d20b','yes'),(9932,'mc_mm_mailchimp_access_token','a2611288b3c2cfc5421969359d887fde-us11','yes'),(15252,'widget_acx-social-icons-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(11288,'widget_synved_social_share','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(11289,'widget_synved_social_follow','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(11290,'synved_connect_install_date','1483195571','yes'),(11291,'synved_version','1.8.3','yes'),(11292,'synved_social_settings','a:1:{s:24:\"accepted_sharethis_terms\";b:1;}','yes'),(11561,'cf7skins','a:2:{s:12:\"color_scheme\";s:7:\"default\";s:11:\"delete_data\";b:0;}','yes'),(11560,'cf7skins_version_installed','1.2','yes'),(12547,'hopeful_page_templates','a:3:{s:22:\"ts-template-1483463628\";a:2:{s:4:\"name\";s:14:\"Program Format\";s:8:\"elements\";a:1:{i:0;a:2:{s:8:\"settings\";a:26:{s:7:\"rowName\";s:0:\"\";s:7:\"bgColor\";s:11:\"transparent\";s:9:\"textColor\";s:7:\"inherit\";s:12:\"rowMaskColor\";s:7:\"inherit\";s:7:\"rowMask\";s:2:\"no\";s:9:\"rowShadow\";s:2:\"no\";s:11:\"textOpacity\";s:0:\"\";s:7:\"bgImage\";s:0:\"\";s:9:\"bgVideoMp\";s:0:\"\";s:11:\"bgVideoWebm\";s:0:\"\";s:10:\"bgPosition\";s:4:\"auto\";s:13:\"bgAttachement\";s:0:\"\";s:8:\"bgRepeat\";s:9:\"no-repeat\";s:6:\"bgSize\";s:4:\"auto\";s:12:\"rowMarginTop\";s:1:\"0\";s:15:\"rowMarginBottom\";s:1:\"0\";s:13:\"rowPaddingTop\";s:1:\"0\";s:16:\"rowPaddingBottom\";s:1:\"0\";s:9:\"expandRow\";s:2:\"no\";s:14:\"specialEffects\";s:4:\"none\";s:12:\"rowTextAlign\";s:4:\"auto\";s:13:\"fullscreenRow\";s:2:\"no\";s:16:\"rowVerticalAlign\";s:3:\"top\";s:16:\"scrollDownButton\";s:2:\"no\";s:9:\"customCss\";s:0:\"\";s:10:\"rowOpacity\";i:0;}s:7:\"columns\";a:2:{i:0;a:2:{s:4:\"size\";i:9;s:8:\"elements\";a:5:{i:0;a:9:{s:4:\"type\";s:5:\"title\";s:10:\"title-icon\";s:11:\"icon-noicon\";s:5:\"title\";s:14:\"Amicette Club \";s:11:\"title-color\";s:7:\"#2741a6\";s:8:\"subtitle\";s:0:\"\";s:14:\"subtitle-color\";s:7:\"#3f4549\";s:5:\"style\";s:16:\"lineariconcenter\";s:4:\"size\";s:2:\"h1\";s:11:\"admin-label\";s:0:\"\";}i:1;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:1269:\"<p>Lambda Gamma Zeta is dedicated to serving the youth of Howard County, Maryland. We currently support youth in the community by providing scholarships for deserving high school seniors and women attending Howard Community College, offering free prom wear to young ladies at our <em>A Pretty and Polished Affair</em>, and giving breakfast to students on the morning of their SAT exam through our <em>Breakfast on the Go</em> program.</p><p>As a partner with the Howard County Public School System, our chapter has expanded our service to the youth in the community by offering the <span style=--quote--color: #2741a6;--quote--><strong>Amicette Club</strong>,</span> a youth auxiliary program for young ladies aged 9-13. The focus of the program is to mentor young ladies and assist in their cultural, social, and educational growth. We will accomplish these goals through fun and engaging workshops like <em>A Girls Guide to Slaying High School</em>, community service activities, and excursions to local high schools and universities.</p><p>Any young lady with a desire and commitment to leadership and serving the community should contact LGZ for more information about the <strong><span style=--quote--color: #2741a6;--quote-->Amicette Club. </span></strong></p>\";s:11:\"admin-label\";s:0:\"\";}i:2;a:6:{s:4:\"type\";s:4:\"icon\";s:4:\"icon\";s:14:\"icon-threedots\";s:9:\"icon-size\";s:0:\"\";s:10:\"icon-color\";s:7:\"#2741a6\";s:10:\"icon-align\";s:6:\"center\";s:11:\"admin-label\";s:0:\"\";}i:3;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:4;a:3:{s:4:\"type\";s:7:\"sidebar\";s:10:\"sidebar-id\";s:24:\"ts-sidebar-586bd3c733846\";s:11:\"admin-label\";s:0:\"\";}}}i:1;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:3:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:60:\"https://zphiblgz.org/wp-content/uploads/2016/12/amicette.png\";s:11:\"forward-url\";s:0:\"\";s:12:\"image-target\";s:6:\"_blank\";s:11:\"admin-label\";s:0:\"\";s:6:\"retina\";s:1:\"y\";s:5:\"align\";s:6:\"center\";}i:1;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:2;a:10:{s:4:\"type\";s:6:\"events\";s:11:\"admin-label\";s:0:\"\";s:8:\"category\";s:2:\"43\";s:10:\"id-exclude\";s:0:\"\";s:13:\"exclude-first\";s:0:\"\";s:11:\"posts-limit\";s:0:\"\";s:8:\"order-by\";s:4:\"date\";s:15:\"order-direction\";s:4:\"desc\";s:15:\"special-effects\";s:4:\"none\";s:10:\"pagination\";s:1:\"n\";}}}}}}}s:22:\"ts-template-1536975682\";a:2:{s:4:\"name\";s:9:\"Home Page\";s:8:\"elements\";a:5:{i:0;a:2:{s:8:\"settings\";a:26:{s:7:\"rowName\";s:0:\"\";s:7:\"bgColor\";s:11:\"transparent\";s:9:\"textColor\";s:7:\"inherit\";s:12:\"rowMaskColor\";s:7:\"inherit\";s:7:\"rowMask\";s:2:\"no\";s:9:\"rowShadow\";s:2:\"no\";s:11:\"textOpacity\";s:0:\"\";s:7:\"bgImage\";s:0:\"\";s:9:\"bgVideoMp\";s:0:\"\";s:11:\"bgVideoWebm\";s:0:\"\";s:10:\"bgPosition\";s:4:\"left\";s:13:\"bgAttachement\";s:5:\"fixed\";s:8:\"bgRepeat\";s:6:\"repeat\";s:6:\"bgSize\";s:4:\"auto\";s:12:\"rowMarginTop\";s:3:\"-60\";s:15:\"rowMarginBottom\";s:2:\"70\";s:13:\"rowPaddingTop\";s:1:\"0\";s:16:\"rowPaddingBottom\";s:1:\"0\";s:9:\"expandRow\";s:3:\"yes\";s:14:\"specialEffects\";s:4:\"none\";s:12:\"rowTextAlign\";s:4:\"auto\";s:13:\"fullscreenRow\";s:2:\"no\";s:16:\"rowVerticalAlign\";s:3:\"top\";s:16:\"scrollDownButton\";s:2:\"no\";s:9:\"customCss\";s:0:\"\";s:10:\"rowOpacity\";i:0;}s:7:\"columns\";a:1:{i:0;a:2:{s:4:\"size\";i:12;s:8:\"elements\";a:2:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:81:\"https://zphiblgz.org/wp-content/uploads/2017/09/ZPB_Unified_Visual_Identi-266.jpg\";s:11:\"forward-url\";s:0:\"\";s:12:\"image-target\";s:6:\"_blank\";s:11:\"admin-label\";s:0:\"\";s:6:\"retina\";s:1:\"y\";s:5:\"align\";s:6:\"center\";}i:1;a:9:{s:4:\"type\";s:5:\"title\";s:10:\"title-icon\";s:11:\"icon-noicon\";s:5:\"title\";s:25:\"Lambda Gamma Zeta Chapter\";s:11:\"title-color\";s:7:\"#2041a5\";s:8:\"subtitle\";s:17:\"Howard County, MD\";s:14:\"subtitle-color\";s:7:\"#2041a5\";s:5:\"style\";s:6:\"2lines\";s:4:\"size\";s:2:\"h4\";s:11:\"admin-label\";s:0:\"\";}}}}}i:1;a:2:{s:8:\"settings\";a:26:{s:7:\"rowName\";s:0:\"\";s:7:\"bgColor\";s:11:\"transparent\";s:9:\"textColor\";s:7:\"inherit\";s:12:\"rowMaskColor\";s:7:\"inherit\";s:7:\"rowMask\";s:2:\"no\";s:9:\"rowShadow\";s:2:\"no\";s:11:\"textOpacity\";s:0:\"\";s:7:\"bgImage\";s:0:\"\";s:9:\"bgVideoMp\";s:0:\"\";s:11:\"bgVideoWebm\";s:0:\"\";s:10:\"bgPosition\";s:4:\"auto\";s:13:\"bgAttachement\";s:0:\"\";s:8:\"bgRepeat\";s:9:\"no-repeat\";s:6:\"bgSize\";s:4:\"auto\";s:12:\"rowMarginTop\";s:1:\"0\";s:15:\"rowMarginBottom\";s:1:\"0\";s:13:\"rowPaddingTop\";s:1:\"0\";s:16:\"rowPaddingBottom\";s:1:\"0\";s:9:\"expandRow\";s:2:\"no\";s:14:\"specialEffects\";s:4:\"none\";s:12:\"rowTextAlign\";s:4:\"auto\";s:13:\"fullscreenRow\";s:2:\"no\";s:16:\"rowVerticalAlign\";s:3:\"top\";s:16:\"scrollDownButton\";s:2:\"no\";s:9:\"customCss\";s:0:\"\";s:10:\"rowOpacity\";i:0;}s:7:\"columns\";a:1:{i:0;a:2:{s:4:\"size\";i:12;s:8:\"elements\";a:4:{i:0;a:3:{s:4:\"type\";s:6:\"slider\";s:9:\"slider-id\";i:567;s:11:\"admin-label\";s:0:\"\";}i:1;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:2;a:6:{s:4:\"type\";s:14:\"features-block\";s:14:\"features-block\";s:1088:\"[{\"id\":\"1418893151521\",\"icon\":\"icon-graduate\",\"title\":\"Scholarship \",\"text\":\"We encourage the highest standards of scholastic achievement to foster a greater sense of unity within our Sorority and the community. \",\"url\":\"\",\"background\":\"#2741a6\",\"font\":\"#ffffff\"},{\"id\":\"1418893243854\",\"icon\":\"icon-social\",\"title\":\"Service \",\"text\":\"Our founding principle of service is at the heart of what all Zeta’s strive for – being a friend to man. Our national initiative Z-HOPE helps ensure that we support those in need.\",\"url\":\"\",\"background\":\"#2741a6\",\"font\":\"#ffffff\"},{\"id\":\"1418893259179\",\"icon\":\"icon-heart\",\"title\":\"Sisterhood \",\"text\":\"Zeta fosters a bond, like no other. Our support for one another is the foundation of our organization. \",\"url\":\"\",\"background\":\"#2741a6\",\"font\":\"#ffffff\"},{\"id\":\"1418910538758\",\"icon\":\"icon-team\",\"title\":\"Finer Womanhood \",\"text\":\"Our most unique principle of finer womanhood defines the image we choose to project and the manner in which we conduct ourselves – we are the definition of FINER.\",\"url\":\"\",\"background\":\"#2741a6\",\"font\":\"#ffffff\"}]\";s:16:\"elements-per-row\";s:1:\"4\";s:5:\"style\";s:6:\"style2\";s:11:\"admin-label\";s:0:\"\";s:6:\"gutter\";s:6:\"gutter\";}i:3;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}}}}}i:2;a:2:{s:8:\"settings\";a:26:{s:7:\"rowName\";s:0:\"\";s:7:\"bgColor\";s:11:\"transparent\";s:9:\"textColor\";s:7:\"inherit\";s:12:\"rowMaskColor\";s:7:\"inherit\";s:7:\"rowMask\";s:2:\"no\";s:9:\"rowShadow\";s:2:\"no\";s:11:\"textOpacity\";s:0:\"\";s:7:\"bgImage\";s:0:\"\";s:9:\"bgVideoMp\";s:0:\"\";s:11:\"bgVideoWebm\";s:0:\"\";s:10:\"bgPosition\";s:4:\"left\";s:13:\"bgAttachement\";s:5:\"fixed\";s:8:\"bgRepeat\";s:9:\"no-repeat\";s:6:\"bgSize\";s:4:\"auto\";s:12:\"rowMarginTop\";s:1:\"0\";s:15:\"rowMarginBottom\";s:2:\"40\";s:13:\"rowPaddingTop\";s:1:\"0\";s:16:\"rowPaddingBottom\";s:1:\"0\";s:9:\"expandRow\";s:2:\"no\";s:14:\"specialEffects\";s:4:\"none\";s:12:\"rowTextAlign\";s:4:\"auto\";s:13:\"fullscreenRow\";s:2:\"no\";s:16:\"rowVerticalAlign\";s:3:\"top\";s:16:\"scrollDownButton\";s:2:\"no\";s:9:\"customCss\";s:0:\"\";s:10:\"rowOpacity\";i:0;}s:7:\"columns\";a:5:{i:0;a:2:{s:4:\"size\";i:8;s:8:\"elements\";a:6:{i:0;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:40;s:11:\"admin-label\";s:0:\"\";}i:1;a:9:{s:4:\"type\";s:5:\"title\";s:10:\"title-icon\";s:11:\"icon-noicon\";s:5:\"title\";s:20:\"President\'s Welcome \";s:11:\"title-color\";s:7:\"#3f4549\";s:8:\"subtitle\";s:25:\"Cherice Daniel, 2017-2018\";s:14:\"subtitle-color\";s:7:\"#2741a6\";s:5:\"style\";s:10:\"simpleleft\";s:4:\"size\";s:2:\"h4\";s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:15;s:11:\"admin-label\";s:0:\"\";}i:3;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:1766:\"<p><span style=--quote--font-weight: 400;--quote-->Greetings!</span></p><p><span style=--quote--font-weight: 400;--quote-->It gives me great pleasure to welcome you to the official website of Lambda Gamma Zeta Chapter of Zeta Phi Beta Sorority, Incorporated. For over 35 years, the distinguished women of the Lambda Gamma Zeta Chapter </span><span style=--quote--font-weight: 400;--quote-->have proudly served Howard County, Maryland with the sorority’s founding principles of scholarship, service, sisterhood, and finer womanhood in mind.</span><span style=--quote--font-weight: 400;--quote--> As you explore our site, we hope that you will become excited about our </span><span style=--quote--font-weight: 400;--quote-->National Service Program </span><b>ZHOPE®</b><span style=--quote--font-weight: 400;--quote--> (Zetas Helping Other People Excel) and </span><span style=--quote--font-weight: 400;--quote-->want to join us in our efforts to serve locally in Howard County, nationally, and internationally.</span></p><p><span style=--quote--font-weight: 400;--quote-->We invite all members of the community, especially Sorors looking to reconnect with a chapter, exceptional women interested in membership and organizations interested in forming partnerships, to browse our site, attend our events and contact us for additional information. We appreciate your interest and look forward to engaging with you. </span></p><p><a href=--quote--https://zphiblgz.org/wp-content/uploads/2014/12/905736873100616160117.png--quote--><img class=--quote--alignnone wp-image-971--quote-- src=--quote--https://zphiblgz.org/wp-content/uploads/2014/12/905736873100616160117.png--quote-- alt=--quote----quote-- width=--quote--130--quote-- height=--quote--27--quote-- /></a></p>\";s:11:\"admin-label\";s:0:\"\";}i:4;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:15;s:11:\"admin-label\";s:0:\"\";}i:5;a:6:{s:4:\"type\";s:4:\"icon\";s:4:\"icon\";s:14:\"icon-threedots\";s:9:\"icon-size\";s:2:\"24\";s:10:\"icon-color\";s:7:\"#2741a6\";s:10:\"icon-align\";s:6:\"center\";s:11:\"admin-label\";s:0:\"\";}}}i:1;a:2:{s:4:\"size\";i:4;s:8:\"elements\";a:1:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:54:\"https://zphiblgz.org/wp-content/uploads/2014/12/c1.png\";s:11:\"forward-url\";s:0:\"\";s:12:\"image-target\";s:6:\"_blank\";s:11:\"admin-label\";s:0:\"\";s:6:\"retina\";s:5:\"_self\";s:5:\"align\";s:4:\"left\";}}}i:2;a:2:{s:4:\"size\";i:12;s:8:\"elements\";a:1:{i:0;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:40;s:11:\"admin-label\";s:0:\"\";}}}i:3;a:2:{s:4:\"size\";i:8;s:8:\"elements\";a:5:{i:0;a:9:{s:4:\"type\";s:5:\"title\";s:10:\"title-icon\";s:11:\"icon-noicon\";s:5:\"title\";s:15:\"Upcoming Events\";s:11:\"title-color\";s:7:\"#3f4549\";s:8:\"subtitle\";s:0:\"\";s:14:\"subtitle-color\";s:7:\"#F8CABA\";s:5:\"style\";s:9:\"lineafter\";s:4:\"size\";s:2:\"h3\";s:11:\"admin-label\";s:0:\"\";}i:1;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:30;s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:103:\"<p><em>LGZ is always busy serving the community. Check back soon to see our upcoming events. </em></p>\";s:11:\"admin-label\";s:0:\"\";}i:3;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:30;s:11:\"admin-label\";s:0:\"\";}i:4;a:10:{s:4:\"type\";s:6:\"events\";s:11:\"admin-label\";s:0:\"\";s:8:\"category\";s:26:\"52,51,23,44,53,69,55,43,54\";s:10:\"id-exclude\";s:0:\"\";s:13:\"exclude-first\";s:0:\"\";s:11:\"posts-limit\";s:1:\"6\";s:8:\"order-by\";s:10:\"start-date\";s:15:\"order-direction\";s:3:\"asc\";s:15:\"special-effects\";s:4:\"none\";s:10:\"pagination\";s:1:\"n\";}}}i:4;a:2:{s:4:\"size\";i:4;s:8:\"elements\";a:6:{i:0;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:50;s:11:\"admin-label\";s:0:\"\";}i:1;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:59:\"https://zphiblgz.org/wp-content/uploads/2014/12/LGZ-Pic.png\";s:11:\"forward-url\";s:0:\"\";s:12:\"image-target\";s:6:\"_blank\";s:11:\"admin-label\";s:0:\"\";s:6:\"retina\";s:5:\"_self\";s:5:\"align\";s:6:\"center\";}i:2;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:40;s:11:\"admin-label\";s:0:\"\";}i:3;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:40;s:11:\"admin-label\";s:0:\"\";}i:4;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:40;s:11:\"admin-label\";s:0:\"\";}i:5;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:61:\"https://zphiblgz.org/wp-content/uploads/2014/12/ServingHC.png\";s:11:\"forward-url\";s:0:\"\";s:12:\"image-target\";s:6:\"_blank\";s:11:\"admin-label\";s:0:\"\";s:6:\"retina\";s:1:\"y\";s:5:\"align\";s:6:\"center\";}}}}}i:3;a:2:{s:8:\"settings\";a:26:{s:7:\"rowName\";s:0:\"\";s:7:\"bgColor\";s:7:\"#2741a6\";s:9:\"textColor\";s:7:\"#ffffff\";s:12:\"rowMaskColor\";s:7:\"#2741a6\";s:7:\"rowMask\";s:3:\"yes\";s:9:\"rowShadow\";s:2:\"no\";s:11:\"textOpacity\";s:0:\"\";s:7:\"bgImage\";s:62:\"https://zphiblgz.org/wp-content/uploads/2014/12/Membership.png\";s:9:\"bgVideoMp\";s:0:\"\";s:11:\"bgVideoWebm\";s:0:\"\";s:10:\"bgPosition\";s:4:\"left\";s:13:\"bgAttachement\";s:6:\"scroll\";s:8:\"bgRepeat\";s:6:\"repeat\";s:6:\"bgSize\";s:5:\"cover\";s:12:\"rowMarginTop\";s:1:\"0\";s:15:\"rowMarginBottom\";s:2:\"70\";s:13:\"rowPaddingTop\";s:2:\"70\";s:16:\"rowPaddingBottom\";s:2:\"70\";s:9:\"expandRow\";s:2:\"no\";s:14:\"specialEffects\";s:4:\"none\";s:12:\"rowTextAlign\";s:4:\"auto\";s:13:\"fullscreenRow\";s:2:\"no\";s:16:\"rowVerticalAlign\";s:3:\"top\";s:16:\"scrollDownButton\";s:2:\"no\";s:9:\"customCss\";s:0:\"\";s:10:\"rowOpacity\";i:90;}s:7:\"columns\";a:4:{i:0;a:2:{s:4:\"size\";i:12;s:8:\"elements\";a:2:{i:0;a:9:{s:4:\"type\";s:5:\"title\";s:10:\"title-icon\";s:11:\"icon-noicon\";s:5:\"title\";s:10:\"Membership\";s:11:\"title-color\";s:7:\"#ffffff\";s:8:\"subtitle\";s:0:\"\";s:14:\"subtitle-color\";s:7:\"#eaeced\";s:5:\"style\";s:8:\"linerect\";s:4:\"size\";s:2:\"h1\";s:11:\"admin-label\";s:0:\"\";}i:1;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:60;s:11:\"admin-label\";s:0:\"\";}}}i:1;a:2:{s:4:\"size\";i:8;s:8:\"elements\";a:8:{i:0;a:9:{s:4:\"type\";s:5:\"title\";s:10:\"title-icon\";s:11:\"icon-noicon\";s:5:\"title\";s:28:\"Looking for a new Zeta home?\";s:11:\"title-color\";s:7:\"#ffffff\";s:8:\"subtitle\";s:0:\"\";s:14:\"subtitle-color\";s:7:\"#3f4549\";s:5:\"style\";s:10:\"simpleleft\";s:4:\"size\";s:2:\"h5\";s:11:\"admin-label\";s:0:\"\";}i:1;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:462:\"<p>If you are a <em>Zeta</em> looking for a home, new to the area, or interested in becoming active with <em>Zeta</em> again, <em><strong>Lambda Gamma Zeta</strong></em> Chapter of Howard County may be the place for you. We are a group of multi-talented, phenomenal women committed to the ideals and principles of Zeta. We invite and encourage Sorors to visit our chapter meetings and upcoming events. Complete the contact form below to find out more.</p>\";s:11:\"admin-label\";s:0:\"\";}i:3;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:35;s:11:\"admin-label\";s:0:\"\";}i:4;a:9:{s:4:\"type\";s:5:\"title\";s:10:\"title-icon\";s:11:\"icon-noicon\";s:5:\"title\";s:25:\"Interested in membership?\";s:11:\"title-color\";s:7:\"#ffffff\";s:8:\"subtitle\";s:0:\"\";s:14:\"subtitle-color\";s:7:\"#3f4549\";s:5:\"style\";s:10:\"simpleleft\";s:4:\"size\";s:2:\"h5\";s:11:\"admin-label\";s:0:\"\";}i:5;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:6;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:547:\"<p>Although membership in Zeta Phi Beta Sorority, Inc. is by invitation only, Lambda Gamma Zeta Chapter of Howard County is interested in women who have demonstrated a commitment to community service, scholarship, sisterhood, and finer womanhood. Women who exhibit these principles and meet the educational requirements are encouraged to express formal interest in membership through contacting us and attending one of our Informational Interest Meetings. To find out more, complete the contact form below.</p><p>Education Requirements: </p>\";s:11:\"admin-label\";s:0:\"\";}i:7;a:3:{s:4:\"type\";s:10:\"shortcodes\";s:11:\"admin-label\";s:0:\"\";s:10:\"shortcodes\";s:165:\"[ts_row]<span style=\"color: #FFFFFF;\">[icon size=\"24\" icon=\"icon-tick\" display=\"true\" ][/icon]</span>Bachelor\'s Degree (2.5 GPA within 3 years) OR Advanced Degree\n\n\n\";}}}i:2;a:2:{s:4:\"size\";i:4;s:8:\"elements\";a:2:{i:0;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:80;s:11:\"admin-label\";s:0:\"\";}i:1;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:68:\"https://zphiblgz.org/wp-content/uploads/2014/12/We-Want-You-Back.png\";s:11:\"forward-url\";s:0:\"\";s:12:\"image-target\";s:6:\"_blank\";s:11:\"admin-label\";s:0:\"\";s:6:\"retina\";s:1:\"y\";s:5:\"align\";s:6:\"center\";}}}i:3;a:2:{s:4:\"size\";i:7;s:8:\"elements\";a:1:{i:0;a:4:{s:4:\"type\";s:10:\"shortcodes\";s:11:\"admin-label\";s:0:\"\";s:8:\"paddings\";s:1:\"n\";s:10:\"shortcodes\";s:53:\"[gravityform id=\"10\" title=\"true\" description=\"true\"]\";}}}}}i:4;a:2:{s:8:\"settings\";a:26:{s:7:\"rowName\";s:0:\"\";s:7:\"bgColor\";s:11:\"transparent\";s:9:\"textColor\";s:7:\"inherit\";s:12:\"rowMaskColor\";s:7:\"inherit\";s:7:\"rowMask\";s:2:\"no\";s:9:\"rowShadow\";s:2:\"no\";s:11:\"textOpacity\";s:0:\"\";s:7:\"bgImage\";s:0:\"\";s:9:\"bgVideoMp\";s:0:\"\";s:11:\"bgVideoWebm\";s:0:\"\";s:10:\"bgPosition\";s:4:\"auto\";s:13:\"bgAttachement\";s:0:\"\";s:8:\"bgRepeat\";s:9:\"no-repeat\";s:6:\"bgSize\";s:4:\"auto\";s:12:\"rowMarginTop\";s:1:\"0\";s:15:\"rowMarginBottom\";s:1:\"0\";s:13:\"rowPaddingTop\";s:1:\"0\";s:16:\"rowPaddingBottom\";s:1:\"0\";s:9:\"expandRow\";s:2:\"no\";s:14:\"specialEffects\";s:4:\"none\";s:12:\"rowTextAlign\";s:4:\"auto\";s:13:\"fullscreenRow\";s:2:\"no\";s:16:\"rowVerticalAlign\";s:3:\"top\";s:16:\"scrollDownButton\";s:2:\"no\";s:9:\"customCss\";s:0:\"\";s:10:\"rowOpacity\";i:0;}s:7:\"columns\";a:1:{i:0;a:2:{s:4:\"size\";i:12;s:8:\"elements\";a:3:{i:0;a:9:{s:4:\"type\";s:5:\"title\";s:10:\"title-icon\";s:11:\"icon-noicon\";s:5:\"title\";s:11:\"Recent News\";s:11:\"title-color\";s:7:\"#3f4549\";s:8:\"subtitle\";s:0:\"\";s:14:\"subtitle-color\";s:7:\"#bdc0c2\";s:5:\"style\";s:10:\"simpleleft\";s:4:\"size\";s:2:\"h3\";s:11:\"admin-label\";s:0:\"\";}i:1;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:2;a:17:{s:4:\"type\";s:10:\"last-posts\";s:8:\"category\";s:1:\"2\";s:12:\"display-mode\";s:4:\"grid\";s:10:\"id-exclude\";s:0:\"\";s:13:\"exclude-first\";s:0:\"\";s:11:\"admin-label\";s:0:\"\";s:8:\"featured\";s:1:\"n\";s:8:\"behavior\";s:4:\"none\";s:13:\"display-title\";s:19:\"title-above-excerpt\";s:9:\"show-meta\";s:1:\"y\";s:16:\"elements-per-row\";s:1:\"3\";s:11:\"posts-limit\";s:0:\"\";s:8:\"order-by\";s:4:\"date\";s:15:\"order-direction\";s:4:\"desc\";s:15:\"special-effects\";s:4:\"none\";s:10:\"pagination\";s:1:\"n\";s:13:\"related-posts\";s:1:\"n\";}}}}}}}s:22:\"ts-template-1536988026\";a:2:{s:4:\"name\";s:13:\"Page Template\";s:8:\"elements\";a:1:{i:0;a:2:{s:8:\"settings\";a:26:{s:7:\"rowName\";s:0:\"\";s:7:\"bgColor\";s:11:\"transparent\";s:9:\"textColor\";s:7:\"inherit\";s:12:\"rowMaskColor\";s:7:\"inherit\";s:7:\"rowMask\";s:2:\"no\";s:9:\"rowShadow\";s:2:\"no\";s:11:\"textOpacity\";s:0:\"\";s:7:\"bgImage\";s:0:\"\";s:9:\"bgVideoMp\";s:0:\"\";s:11:\"bgVideoWebm\";s:0:\"\";s:10:\"bgPosition\";s:4:\"auto\";s:13:\"bgAttachement\";s:0:\"\";s:8:\"bgRepeat\";s:9:\"no-repeat\";s:6:\"bgSize\";s:4:\"auto\";s:12:\"rowMarginTop\";s:1:\"0\";s:15:\"rowMarginBottom\";s:1:\"0\";s:13:\"rowPaddingTop\";s:1:\"0\";s:16:\"rowPaddingBottom\";s:1:\"0\";s:9:\"expandRow\";s:2:\"no\";s:14:\"specialEffects\";s:4:\"none\";s:12:\"rowTextAlign\";s:4:\"auto\";s:13:\"fullscreenRow\";s:2:\"no\";s:16:\"rowVerticalAlign\";s:3:\"top\";s:16:\"scrollDownButton\";s:2:\"no\";s:9:\"customCss\";s:0:\"\";s:10:\"rowOpacity\";i:0;}s:7:\"columns\";a:4:{i:0;a:2:{s:4:\"size\";i:2;s:8:\"elements\";a:1:{i:0;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:40;s:11:\"admin-label\";s:0:\"\";}}}i:1;a:2:{s:4:\"size\";i:8;s:8:\"elements\";a:6:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:60:\"https://zphiblgz.org/wp-content/uploads/2017/01/APPALogo.png\";s:11:\"forward-url\";s:0:\"\";s:12:\"image-target\";s:6:\"_blank\";s:11:\"admin-label\";s:0:\"\";s:6:\"retina\";s:1:\"y\";s:5:\"align\";s:6:\"center\";}i:1;a:9:{s:4:\"type\";s:5:\"title\";s:10:\"title-icon\";s:11:\"icon-noicon\";s:5:\"title\";s:27:\"A Pretty & Polished Affair \";s:11:\"title-color\";s:7:\"#2741a6\";s:8:\"subtitle\";s:0:\"\";s:14:\"subtitle-color\";s:7:\"#3f4549\";s:5:\"style\";s:16:\"lineariconcenter\";s:4:\"size\";s:2:\"h1\";s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:2059:\"<p>Prom is a celebration of years of friendships and hard work in high school and every young woman deserves to attend it looking her best. We want to make a few high school students’ dream come true, regardless of their financial situation. </p><p>In 2014 LGZ launched <strong><span style=--quote--color: #2341a5;--quote-->A Pretty and Polished Affair</span> </strong>to ensure that each girl in Howard County, MD had the opportunity to feel beautiful on their special day. The event provides a full boutique experience for each young lady including a personal shopper to help them with their dress and accessories, basic alterations, hair and makeup tips and the opportunity to win raffled prizes. The event is free of cost and is held each year prior to prom season. Although the event is held in Howard County, young ladies are welcomed from neighboring counties. <a href=--quote--https://zphiblgz.org/wp-content/uploads/2017/01/becca.png--quote--><img class=--quote--size-full wp-image-782 alignright--quote-- src=--quote--https://zphiblgz.org/wp-content/uploads/2017/01/becca.png--quote-- alt=--quote--becca--quote-- width=--quote--200--quote-- height=--quote--100--quote-- /></a></p><p>In 2017, LGZ made a very important partnership with Altholton High School\'s chapter of <strong><span style=--quote--color: #ff99cc;--quote-->Becca\'s Closet.</span></strong> Becca\'s Closet is an organization who has worked tirelessly to provide young women around the country the prom attire they deserve. </p><h4>Donors & Community Partners</h4><p>Each year we accept donations of gently worn formal attire, shoes, and accessories and donations of gift cards and services. If you would like to contribute or become an event donor or community partner contact us at <span style=--quote--color: #2341a5;--quote-->appa@zphiblgz.org</span>, for more information. </p><p><em><span style=--quote--color: #2341a5;--quote--><strong>A special thank you for all of our donors and community partners for last years\' successful event. </strong></span></em></p><p> </p>\";s:11:\"admin-label\";s:0:\"\";}i:3;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:40;s:11:\"admin-label\";s:0:\"\";}i:4;a:4:{s:4:\"type\";s:14:\"image-carousel\";s:15:\"carousel-height\";s:3:\"400\";s:6:\"images\";s:1048:\"1077:https://zphiblgz.org/wp-content/uploads/2017/01/Icing.png,1076:https://zphiblgz.org/wp-content/uploads/2017/01/Sweets.png,1075:https://zphiblgz.org/wp-content/uploads/2017/01/chcares.png,1074:https://zphiblgz.org/wp-content/uploads/2017/01/CCSC.png,1073:https://zphiblgz.org/wp-content/uploads/2017/01/Nordstrom.png,1072:https://zphiblgz.org/wp-content/uploads/2017/01/ALDO.png,1071:https://zphiblgz.org/wp-content/uploads/2017/01/CharlotteRuss-1.png,1070:https://zphiblgz.org/wp-content/uploads/2017/01/Sephora.png,1069:https://zphiblgz.org/wp-content/uploads/2017/01/Claires-1.png,1068:https://zphiblgz.org/wp-content/uploads/2017/01/MAC-1.png,1067:https://zphiblgz.org/wp-content/uploads/2017/01/Starbucks.png,1066:https://zphiblgz.org/wp-content/uploads/2017/01/JazzyJazmine.png,1065:https://zphiblgz.org/wp-content/uploads/2017/01/SYNCHBOUTIQUE.png,1061:https://zphiblgz.org/wp-content/uploads/2017/01/SylviaD.png,1060:https://zphiblgz.org/wp-content/uploads/2017/01/Fenise.png,1059:https://zphiblgz.org/wp-content/uploads/2017/01/BB.png,\";s:11:\"admin-label\";s:0:\"\";}i:5;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:40;s:11:\"admin-label\";s:0:\"\";}}}i:2;a:2:{s:4:\"size\";i:2;s:8:\"elements\";a:1:{i:0;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:40;s:11:\"admin-label\";s:0:\"\";}}}i:3;a:2:{s:4:\"size\";i:2;s:8:\"elements\";a:1:{i:0;a:1:{s:4:\"type\";s:5:\"empty\";}}}}}}}}','yes'),(16015,'widget_powr_paypal_button','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(16031,'powr_token','LlGzLTrTRp1484118081','yes'),(17680,'jpsq_sync-1484539607.869966-963112-2','a:5:{i:0;s:33:\"set_site_transient_update_plugins\";i:1;a:1:{i:0;O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1484536780;s:7:\"checked\";a:23:{s:19:\"akismet/akismet.php\";s:3:\"3.2\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"6.39\";s:35:\"backupwordpress/backupwordpress.php\";s:7:\"3.6.3.1\";s:33:\"dropbox-backup/dropbox-backup.php\";s:7:\"1.4.8.3\";s:19:\"jetpack/jetpack.php\";s:5:\"4.4.1\";s:30:\"login-sidebar-widget/login.php\";s:5:\"5.5.5\";s:23:\"mailchimp/mailchimp.php\";s:5:\"1.5.6\";s:52:\"mailchimp-forms-by-mailmunch/mailchimp-mailmunch.php\";s:5:\"2.1.7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:6:\"4.0.11\";s:25:\"maxbuttons/maxbuttons.php\";s:6:\"6.13.1\";s:47:\"mojo-marketplace-wp-plugin/mojo-marketplace.php\";s:5:\"1.0.5\";s:35:\"obfuscate-email/obfuscate-email.php\";s:5:\"3.5.1\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:7:\"1.1.5.9\";s:37:\"express-checkout/express-checkout.php\";s:5:\"1.1.8\";s:33:\"pdf-thumbnails/pdf-thumbnails.php\";s:5:\"2.2.0\";s:41:\"powr-paypal-button/powr-paypal-button.php\";s:5:\"1.6.2\";s:60:\"quick-pagepost-redirect-plugin/page_post_redirect_plugin.php\";s:5:\"5.1.8\";s:53:\"simple-custom-post-order/simple-custom-post-order.php\";s:3:\"2.3\";s:45:\"simple-page-ordering/simple-page-ordering.php\";s:5:\"2.2.4\";s:33:\"sp-client-document-manager/cu.php\";s:7:\"2.6.4.4\";s:33:\"theme-my-login/theme-my-login.php\";s:5:\"6.4.6\";s:37:\"user-role-editor/user-role-editor.php\";s:4:\"4.30\";s:27:\"woocommerce/woocommerce.php\";s:5:\"2.6.8\";}s:8:\"response\";a:6:{s:37:\"optinmonster/optin-monster-wp-api.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"59890\";s:4:\"slug\";s:12:\"optinmonster\";s:6:\"plugin\";s:37:\"optinmonster/optin-monster-wp-api.php\";s:11:\"new_version\";s:7:\"1.1.6.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/optinmonster/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/optinmonster.zip\";s:6:\"tested\";s:5:\"4.7.1\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:37:\"express-checkout/express-checkout.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"70573\";s:4:\"slug\";s:16:\"express-checkout\";s:6:\"plugin\";s:37:\"express-checkout/express-checkout.php\";s:11:\"new_version\";s:5:\"1.1.9\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/express-checkout/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/express-checkout.1.1.9.zip\";s:6:\"tested\";s:5:\"4.7.0\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:33:\"sp-client-document-manager/cu.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"30712\";s:4:\"slug\";s:26:\"sp-client-document-manager\";s:6:\"plugin\";s:33:\"sp-client-document-manager/cu.php\";s:11:\"new_version\";s:7:\"2.6.5.2\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/sp-client-document-manager/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/sp-client-document-manager.2.6.5.2.zip\";s:6:\"tested\";s:5:\"4.7.1\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:33:\"theme-my-login/theme-my-login.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:4:\"7109\";s:4:\"slug\";s:14:\"theme-my-login\";s:6:\"plugin\";s:33:\"theme-my-login/theme-my-login.php\";s:11:\"new_version\";s:5:\"6.4.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/theme-my-login/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/theme-my-login.6.4.7.zip\";s:6:\"tested\";s:5:\"4.7.1\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:37:\"user-role-editor/user-role-editor.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"13697\";s:4:\"slug\";s:16:\"user-role-editor\";s:6:\"plugin\";s:37:\"user-role-editor/user-role-editor.php\";s:11:\"new_version\";s:6:\"4.31.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/user-role-editor/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/user-role-editor.4.31.1.zip\";s:6:\"tested\";s:5:\"4.7.1\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"25331\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:6:\"2.6.12\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.6.12.zip\";s:6:\"tested\";s:5:\"4.7.1\";s:13:\"compatibility\";O:8:\"stdClass\":1:{s:6:\"scalar\";O:8:\"stdClass\":1:{s:6:\"scalar\";b:0;}}}}s:12:\"translations\";a:0:{}}}i:2;i:1;i:3;d:1484539607.8699541;i:4;b:0;}','no'),(17706,'w3tc_state','{\"common.install\":1484545565,\"common.next_edge_invitation\":1486688583,\"common.edge_invitations\":1,\"common.next_support_us_invitation\":1614241019,\"common.support_us_invitations\":2,\"license.status\":\"no_key\",\"license.next_check\":1632370115,\"license.terms\":\"\",\"license.community_terms\":\"accept\"}','no'),(17711,'ai1wm_status','a:3:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:196:\"<a href=\"https://zphiblgz.org/wp-content/ai1wm-backups/zphiblgz.org-20180108-230520-641.wpress\" class=\"ai1wm-button-green ai1wm-emphasize\"><span>Download zphiblgz.org</span><em>Size: 3 GB</em></a>\";s:5:\"title\";N;}','yes'),(56012,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(56013,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(56014,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(56015,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(17712,'active_plugins','a:24:{i:0;s:29:\"gravityforms/gravityforms.php\";i:1;s:41:\"admin-custom-login/admin-custom-login.php\";i:2;s:19:\"akismet/akismet.php\";i:3;s:41:\"better-wp-security/better-wp-security.php\";i:4;s:33:\"classic-editor/classic-editor.php\";i:5;s:36:\"contact-form-7/wp-contact-form-7.php\";i:6;s:25:\"duplicator/duplicator.php\";i:7;s:33:\"eventbrite-api/eventbrite-api.php\";i:8;s:43:\"gf-form-multicolumn/gf-form-multicolumn.php\";i:9;s:16:\"gotmls/index.php\";i:10;s:53:\"import-eventbrite-events/import-eventbrite-events.php\";i:11;s:19:\"keyring/keyring.php\";i:12;s:30:\"login-sidebar-widget/login.php\";i:13;s:52:\"mailchimp-forms-by-mailmunch/mailchimp-mailmunch.php\";i:14;s:27:\"ninja-forms/ninja-forms.php\";i:15;s:35:\"obfuscate-email/obfuscate-email.php\";i:16;s:21:\"raw-html/raw_html.php\";i:17;s:69:\"styles-and-layouts-for-gravity-forms/styles-layouts-gravity-forms.php\";i:18;s:33:\"theme-my-login/theme-my-login.php\";i:19;s:27:\"updraftplus/updraftplus.php\";i:20;s:33:\"w3-total-cache/w3-total-cache.php\";i:21;s:27:\"wordpress-popup/popover.php\";i:22;s:24:\"wordpress-seo/wp-seo.php\";i:23;s:32:\"wp-simple-firewall/icwp-wpsf.php\";}','yes'),(18907,'akismet_spam_count','292','yes'),(19629,'widget_wpstatistics_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98753,'current_theme_supports_woocommerce','yes','yes'),(98754,'woocommerce_queue_flush_rewrite_rules','no','yes'),(439293,'hustle_activated_flag','1','yes'),(142500,'tml_registration_type','email','yes'),(142501,'tml_user_passwords','1','yes'),(142502,'tml_auto_login','1','yes'),(142503,'tml_login_slug','1920webmaster','yes'),(142504,'tml_logout_slug','logout','yes'),(142505,'tml_register_slug','register','yes'),(142506,'tml_lostpassword_slug','lostpassword','yes'),(142507,'tml_resetpass_slug','resetpass','yes'),(131568,'itsec_file_change_latest','a:5:{s:5:\"added\";a:0:{}s:7:\"removed\";a:0:{}s:7:\"changed\";a:1:{s:9:\"error_log\";a:5:{s:1:\"d\";i:1568882410;s:1:\"h\";s:32:\"802ba39b214443bb8be44e150c0d01e0\";s:1:\"t\";s:1:\"c\";s:1:\"s\";i:1;s:1:\"p\";s:7:\"Unknown\";}}s:6:\"memory\";d:18.269999999999999573674358543939888477325439453125;s:11:\"memory_peak\";d:78.9500000000000028421709430404007434844970703125;}','no'),(102828,'woocommerce_erasure_request_removes_order_data','no','no'),(102829,'woocommerce_erasure_request_removes_download_data','no','no'),(102830,'wp_page_for_privacy_policy','','yes'),(102831,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(102832,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(102833,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(102834,'woocommerce_trash_pending_orders','','no'),(102835,'woocommerce_trash_failed_orders','','no'),(102836,'woocommerce_trash_cancelled_orders','','no'),(102837,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(102838,'woocommerce_single_image_width','600','yes'),(102839,'woocommerce_thumbnail_image_width','300','yes'),(102840,'woocommerce_checkout_highlight_required_fields','yes','yes'),(98758,'default_product_cat','82','yes'),(33730,'fs_active_plugins','O:8:\"stdClass\":2:{s:7:\"plugins\";a:1:{s:19:\"buddydrive/freemius\";O:8:\"stdClass\":3:{s:7:\"version\";s:9:\"1.2.1.6.1\";s:9:\"timestamp\";i:1503573004;s:11:\"plugin_path\";s:25:\"buddydrive/buddydrive.php\";}}s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:25:\"buddydrive/buddydrive.php\";s:8:\"sdk_path\";s:19:\"buddydrive/freemius\";s:7:\"version\";s:9:\"1.2.1.6.1\";s:13:\"in_activation\";b:1;s:9:\"timestamp\";i:1503573005;}}','yes'),(33731,'fs_debug_mode','','yes'),(33732,'fs_accounts','a:5:{s:11:\"plugin_data\";a:1:{s:10:\"buddydrive\";a:15:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:72:\"/home4/zphiblgz/public_html/wp-content/plugins/buddydrive/buddydrive.php\";}s:17:\"install_timestamp\";i:1496960946;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:9:\"1.2.1.6.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"2.1.1\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:12:\"zphiblgz.org\";s:9:\"server_ip\";s:12:\"69.143.34.19\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1496960950;s:7:\"version\";s:5:\"2.1.1\";}s:15:\"prev_is_premium\";b:0;s:16:\"uninstall_reason\";O:8:\"stdClass\":3:{s:2:\"id\";s:1:\"2\";s:4:\"info\";s:21:\"Google Drive Embedder\";s:12:\"is_anonymous\";b:0;}}}s:13:\"file_slug_map\";a:1:{s:25:\"buddydrive/buddydrive.php\";s:10:\"buddydrive\";}s:7:\"plugins\";a:1:{s:10:\"buddydrive\";O:9:\"FS_Plugin\":16:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:10:\"BuddyDrive\";s:4:\"slug\";s:10:\"buddydrive\";s:4:\"type\";N;s:4:\"file\";s:25:\"buddydrive/buddydrive.php\";s:7:\"version\";s:5:\"2.1.1\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:7:\"is_live\";b:1;s:10:\"public_key\";s:32:\"pk_c302f2a54e3a828af10c04778ebc5\";s:10:\"secret_key\";N;s:2:\"id\";s:3:\"619\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"7ff85b98c5471215593969a8868e33e4\";s:13:\"admin_notices\";a:1:{s:10:\"buddydrive\";a:0:{}}}','yes'),(35434,'gdwpm_category_children','a:0:{}','yes'),(35267,'gdwpm_new_folder_kecing','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}','yes'),(35268,'gdwpm_version','2.4.4','yes'),(35269,'gdwpm_dummy_folder','a:5:{s:6:\"status\";s:7:\"checked\";s:7:\"dirname\";s:12:\"gdwpm_images\";s:7:\"dirlist\";a:1:{i:0;s:12:\"gdwpm_images\";}s:7:\"pattern\";s:1:\"2\";s:4:\"pref\";s:7:\"checked\";}','yes'),(35270,'gdwpm_ukuran_preview','a:6:{i:0;s:3:\"600\";i:1;s:3:\"700\";i:2;s:7:\"checked\";i:3;s:6:\"manual\";i:4;s:3:\"600\";i:5;s:3:\"370\";}','yes'),(35271,'gdwpm_opsi_kategori_dr_folder','checked','yes'),(35272,'gdwpm_opsi_chunk','a:2:{s:5:\"local\";a:3:{s:6:\"cekbok\";s:7:\"checked\";s:5:\"chunk\";s:3:\"700\";s:7:\"retries\";s:1:\"3\";}s:5:\"drive\";a:3:{s:6:\"cekbok\";s:7:\"checked\";s:5:\"chunk\";s:1:\"2\";s:7:\"retries\";s:1:\"3\";}}','yes'),(35273,'gdwpm_img_thumbs','a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:3:\"150\";i:3;s:3:\"150\";i:4;s:5:\"false\";}','yes'),(43697,'fs_api_cache','a:0:{}','yes'),(41527,'aol_version','1.7','yes'),(41524,'aol_default_fields','a:2:{s:13:\"_aol_app_Name\";a:2:{s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";}s:14:\"_aol_app_eMail\";a:2:{s:4:\"type\";s:4:\"text\";s:7:\"options\";s:0:\"\";}}','yes'),(41525,'aol_application_message','Your application has been submitted successfully. We will get back to you very soon.','yes'),(41526,'aol_required_fields_notice','aol_required_fields_notice','yes'),(41538,'aol_ad_category_children','a:0:{}','yes'),(41569,'c41dad8b28','eyJfX2xhc3RfY2hlY2tlZF9fIjoiMTUwODcyMDIwMyJ9','no'),(43715,'eddsl_gdm_premium_ls','a:10:{s:10:\"license_id\";s:32:\"29d76d55881160dba5b399a2e76420ec\";s:6:\"status\";s:5:\"valid\";s:7:\"expires\";s:19:\"2018-08-24 23:59:59\";s:12:\"expires_time\";i:1535155199;s:11:\"expires_day\";s:11:\"24 Aug 2018\";s:12:\"renewal_link\";s:96:\"https://wp-glogin.com/checkout/?edd_license_key=29d76d55881160dba5b399a2e76420ec&download_id=720\";s:13:\"download_link\";s:182:\"https://wp-glogin.com/edd-sl/package_download/MTUwNjE2OTIwNToyOWQ3NmQ1NTg4MTE2MGRiYTViMzk5YTJlNzY0MjBlYzo3MjA6NzQ4YWFmMTBkYTQ5OWYxNzY1NWUxM2M3ZGU2ODE5MDY6aHR0cEAvL3pwaGlibGd6Lm9yZzow\";s:16:\"first_check_time\";i:1503573164;s:15:\"last_check_time\";i:1503750005;s:14:\"result_cleared\";b:0;}','no'),(43716,'gdm_premium','a:4:{s:11:\"gdm_version\";s:3:\"4.1\";s:15:\"gdm_license_key\";s:32:\"29d76d55881160dba5b399a2e76420ec\";s:24:\"gdm_allow_account_switch\";b:0;s:13:\"gdm_allowbeta\";b:0;}','yes'),(47251,'ninja_forms_version','3.5.8.2','yes'),(47252,'ninja_forms_settings','a:10:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:14:\"recaptcha_lang\";s:0:\"\";s:19:\"delete_on_uninstall\";i:0;s:21:\"disable_admin_notices\";i:0;s:16:\"builder_dev_mode\";i:1;s:20:\"recaptcha_site_key_3\";s:0:\"\";s:22:\"recaptcha_secret_key_3\";s:0:\"\";}','yes'),(47316,'nf_form_2','a:4:{s:2:\"id\";i:2;s:6:\"fields\";a:4:{i:0;a:2:{s:2:\"id\";i:5;s:8:\"settings\";a:70:{s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:9:\"parent_id\";i:2;s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2017-09-13 07:17:57\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";}}i:1;a:2:{s:2:\"id\";i:6;s:8:\"settings\";a:62:{s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:9:\"parent_id\";i:2;s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2017-09-13 07:17:57\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"2\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";}}i:2;a:2:{s:2:\"id\";i:7;s:8:\"settings\";a:71:{s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:9:\"parent_id\";i:2;s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2017-09-13 07:17:57\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"3\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";}}i:3;a:2:{s:2:\"id\";i:8;s:8:\"settings\";a:69:{s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:9:\"parent_id\";i:2;s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2017-09-13 07:17:57\";s:16:\"processing_label\";s:10:\"Processing\";s:5:\"order\";s:1:\"5\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}}}s:7:\"actions\";a:4:{i:0;a:2:{s:2:\"id\";i:5;s:8:\"settings\";a:25:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-09-13 07:17:58\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}}i:1;a:2:{s:2:\"id\";i:6;s:8:\"settings\";a:26:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-09-13 07:17:58\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}}i:2;a:2:{s:2:\"id\";i:7;s:8:\"settings\";a:24:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-09-13 07:17:58\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:60:\"<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";}}i:3;a:2:{s:2:\"id\";i:8;s:8:\"settings\";a:27:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-09-13 07:17:58\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";}}}s:8:\"settings\";a:99:{s:5:\"title\";s:10:\"Contact Me\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2017-09-13 07:17:57\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";s:0:\"\";s:10:\"show_title\";s:1:\"1\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;a:2:{s:5:\"order\";s:1:\"0\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";s:1:\"1\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";s:1:\"2\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";s:1:\"3\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";s:3:\"100\";}}}}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";}}','yes'),(47254,'nf_form_1','a:4:{s:2:\"id\";i:1;s:6:\"fields\";a:4:{i:0;a:2:{s:2:\"id\";i:1;s:8:\"settings\";a:70:{s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:9:\"parent_id\";i:1;s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2017-09-13 07:05:27\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";}}i:1;a:2:{s:2:\"id\";i:2;s:8:\"settings\";a:62:{s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:9:\"parent_id\";i:1;s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2017-09-13 07:05:27\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"2\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";}}i:2;a:2:{s:2:\"id\";i:3;s:8:\"settings\";a:71:{s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:9:\"parent_id\";i:1;s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2017-09-13 07:05:27\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:5:\"order\";s:1:\"3\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";}}i:3;a:2:{s:2:\"id\";i:4;s:8:\"settings\";a:69:{s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:9:\"parent_id\";i:1;s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2017-09-13 07:05:27\";s:16:\"processing_label\";s:10:\"Processing\";s:5:\"order\";s:1:\"5\";s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}}}s:7:\"actions\";a:4:{i:0;a:2:{s:2:\"id\";i:1;s:8:\"settings\";a:25:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-09-13 07:05:28\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}}i:1;a:2:{s:2:\"id\";i:2;s:8:\"settings\";a:26:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-09-13 07:05:28\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}}i:2;a:2:{s:2:\"id\";i:3;s:8:\"settings\";a:24:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-09-13 07:05:28\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:60:\"<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";}}i:3;a:2:{s:2:\"id\";i:4;s:8:\"settings\";a:27:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-09-13 07:05:28\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";s:0:\"\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:0:\"\";s:13:\"email_subject\";s:0:\"\";s:13:\"email_message\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";}}}s:8:\"settings\";a:99:{s:5:\"title\";s:10:\"Contact Me\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2017-09-13 07:05:26\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";s:0:\"\";s:10:\"show_title\";s:1:\"1\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;a:2:{s:5:\"order\";s:1:\"0\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:4:\"name\";}s:5:\"width\";s:3:\"100\";}}}i:1;a:2:{s:5:\"order\";s:1:\"1\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:5:\"email\";}s:5:\"width\";s:3:\"100\";}}}i:2;a:2:{s:5:\"order\";s:1:\"2\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:7:\"message\";}s:5:\"width\";s:3:\"100\";}}}i:3;a:2:{s:5:\"order\";s:1:\"3\";s:5:\"cells\";a:1:{i:0;a:3:{s:5:\"order\";s:1:\"0\";s:6:\"fields\";a:1:{i:0;s:6:\"submit\";}s:5:\"width\";s:3:\"100\";}}}}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";}}','yes'),(47256,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(55647,'itsec-storage','a:14:{s:6:\"global\";a:43:{s:15:\"lockout_message\";s:5:\"error\";s:20:\"user_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:25:\"community_lockout_message\";s:77:\"Your IP address has been flagged as a threat by the iThemes Security network.\";s:9:\"blacklist\";b:1;s:15:\"blacklist_count\";i:3;s:16:\"blacklist_period\";i:7;s:14:\"lockout_period\";i:15;s:18:\"lockout_white_list\";a:0:{}s:12:\"log_rotation\";i:14;s:17:\"file_log_rotation\";i:180;s:8:\"log_type\";s:8:\"database\";s:12:\"log_location\";s:68:\"/home4/zphiblgz/public_html/wp-content/uploads/ithemes-security/logs\";s:8:\"log_info\";s:51:\"zeta-phi-beta-sorori-loz5oZZlHsatk5zHqa1gBs2f2G6FX6\";s:14:\"allow_tracking\";b:0;s:11:\"write_files\";b:1;s:10:\"nginx_file\";s:38:\"/home4/zphiblgz/public_html/nginx.conf\";s:24:\"infinitewp_compatibility\";b:0;s:11:\"did_upgrade\";b:0;s:9:\"lock_file\";b:0;s:5:\"proxy\";s:9:\"automatic\";s:12:\"proxy_header\";s:20:\"HTTP_X_FORWARDED_FOR\";s:14:\"hide_admin_bar\";b:0;s:16:\"show_error_codes\";b:0;s:19:\"show_security_check\";b:0;s:5:\"build\";i:4121;s:13:\"initial_build\";i:4118;s:20:\"activation_timestamp\";i:1515457054;s:11:\"cron_status\";i:1;s:8:\"use_cron\";b:1;s:14:\"cron_test_time\";i:1632358900;s:19:\"enable_grade_report\";b:0;s:10:\"server_ips\";a:0:{}s:13:\"feature_flags\";a:0:{}s:12:\"manage_group\";a:0:{}s:24:\"licensed_hostname_prompt\";b:0;s:14:\"proxy_override\";b:0;s:25:\"show_new_dashboard_notice\";b:0;s:18:\"notification_email\";a:1:{i:0;s:15:\"pr@zphiblgz.org\";}s:12:\"backup_email\";a:1:{i:0;s:15:\"pr@zphiblgz.org\";}s:19:\"email_notifications\";b:1;s:12:\"digest_email\";b:0;s:16:\"digest_last_sent\";i:1508602094;s:15:\"digest_messages\";a:0:{}}s:19:\"network-brute-force\";a:5:{s:7:\"api_key\";s:32:\"b1616hBil5Oa24j3qCn8P3T8fGTAVikd\";s:10:\"api_secret\";s:128:\"iV95sUWyPMvIWC73JkhVPRp7u9J4adt1T5917vFxAy29G6oK0GGsom7sJet6bOp78s3kq3Zq3IgAM1dnlngTGw2qMSuE95KFxBok0V6XYx2B5KZ66Bs2be50W11081QV\";s:10:\"enable_ban\";b:1;s:13:\"updates_optin\";b:1;s:7:\"api_nag\";b:0;}s:3:\"ssl\";a:3:{s:11:\"require_ssl\";s:8:\"disabled\";s:8:\"frontend\";i:0;s:5:\"admin\";b:0;}s:16:\"wordpress-tweaks\";a:13:{s:18:\"wlwmanifest_header\";b:0;s:14:\"edituri_header\";b:0;s:12:\"comment_spam\";b:0;s:11:\"file_editor\";b:1;s:14:\"disable_xmlrpc\";i:0;s:22:\"allow_xmlrpc_multiauth\";b:0;s:8:\"rest_api\";s:15:\"restrict-access\";s:12:\"login_errors\";b:0;s:21:\"force_unique_nicename\";b:0;s:27:\"disable_unused_author_pages\";b:0;s:16:\"block_tabnapping\";b:0;s:21:\"valid_user_login_type\";s:4:\"both\";s:26:\"patch_thumb_file_traversal\";b:1;}s:9:\"ban-users\";a:4:{s:7:\"default\";b:0;s:16:\"enable_ban_lists\";b:1;s:10:\"agent_list\";a:0:{}s:19:\"server_config_limit\";i:100;}s:11:\"file-change\";a:11:{s:9:\"file_list\";a:0:{}s:5:\"types\";a:39:{i:0;s:4:\".log\";i:1;s:3:\".mo\";i:2;s:3:\".po\";i:3;s:4:\".bmp\";i:4;s:4:\".gif\";i:5;s:4:\".ico\";i:6;s:4:\".jpe\";i:7;s:5:\".jpeg\";i:8;s:4:\".jpg\";i:9;s:4:\".png\";i:10;s:4:\".psd\";i:11;s:4:\".raw\";i:12;s:4:\".svg\";i:13;s:4:\".tif\";i:14;s:5:\".tiff\";i:15;s:4:\".aif\";i:16;s:5:\".flac\";i:17;s:4:\".m4a\";i:18;s:4:\".mp3\";i:19;s:4:\".oga\";i:20;s:4:\".ogg\";i:22;s:3:\".ra\";i:23;s:4:\".wav\";i:24;s:4:\".wma\";i:25;s:4:\".asf\";i:26;s:4:\".avi\";i:27;s:4:\".mkv\";i:28;s:4:\".mov\";i:29;s:4:\".mp4\";i:30;s:4:\".mpe\";i:31;s:5:\".mpeg\";i:32;s:4:\".mpg\";i:33;s:4:\".ogv\";i:34;s:3:\".qt\";i:35;s:3:\".rm\";i:36;s:4:\".vob\";i:37;s:5:\".webm\";i:38;s:3:\".wm\";i:39;s:4:\".wmv\";}s:15:\"expected_hashes\";a:4:{s:41:\"/home4/zphiblgz/public_html/wp-config.php\";s:32:\"4ae4a91d0458e814383517606a36a302\";s:37:\"/home4/zphiblgz/public_html/.htaccess\";s:32:\"88241333256f2aecb7b0b6b0bfc74ffe\";s:37:\"/home2/zphiblgz/public_html/.htaccess\";s:32:\"e5acf44b8e740d610a6fc33f42dff6fe\";s:41:\"/home2/zphiblgz/public_html/wp-config.php\";s:32:\"1ff7e833ec7b6cadc719886b7fc1d7a9\";}s:9:\"last_scan\";i:73643;s:12:\"notify_admin\";b:1;s:12:\"show_warning\";b:0;s:5:\"split\";b:0;s:6:\"method\";s:7:\"exclude\";s:8:\"last_run\";i:1528700960;s:10:\"last_chunk\";b:0;s:5:\"email\";b:1;}s:9:\"away-mode\";a:7:{s:4:\"type\";s:5:\"daily\";s:13:\"override_type\";s:0:\"\";s:12:\"override_end\";i:0;s:5:\"start\";i:1515477600;s:10:\"start_time\";i:3600;s:3:\"end\";i:1515535200;s:8:\"end_time\";i:61200;}s:13:\"404-detection\";a:4:{s:12:\"check_period\";i:5;s:15:\"error_threshold\";i:20;s:10:\"white_list\";a:9:{i:0;s:12:\"/favicon.ico\";i:1;s:11:\"/robots.txt\";i:2;s:21:\"/apple-touch-icon.png\";i:3;s:33:\"/apple-touch-icon-precomposed.png\";i:4;s:17:\"/wp-content/cache\";i:5;s:18:\"/browserconfig.xml\";i:6;s:16:\"/crossdomain.xml\";i:7;s:11:\"/labels.rdf\";i:8;s:27:\"/trafficbasedsspsitemap.xml\";}s:5:\"types\";a:5:{i:0;s:4:\".jpg\";i:1;s:5:\".jpeg\";i:2;s:4:\".png\";i:3;s:4:\".gif\";i:4;s:4:\".css\";}}s:16:\"strong-passwords\";a:1:{s:4:\"role\";s:13:\"administrator\";}s:13:\"system-tweaks\";a:10:{s:13:\"protect_files\";b:1;s:18:\"directory_browsing\";b:1;s:15:\"request_methods\";b:1;s:24:\"suspicious_query_strings\";b:1;s:22:\"non_english_characters\";b:1;s:16:\"long_url_strings\";b:1;s:17:\"write_permissions\";b:1;s:11:\"uploads_php\";b:1;s:11:\"plugins_php\";b:1;s:10:\"themes_php\";b:1;}s:11:\"brute-force\";a:4:{s:17:\"max_attempts_host\";i:5;s:17:\"max_attempts_user\";i:10;s:12:\"check_period\";i:5;s:14:\"auto_ban_admin\";b:0;}s:19:\"notification-center\";a:8:{s:9:\"last_sent\";a:1:{s:6:\"digest\";i:1508602094;}s:9:\"resend_at\";a:0:{}s:4:\"data\";a:0:{}s:15:\"last_mail_error\";s:36:\"Could not instantiate mail function.\";s:13:\"notifications\";a:4:{s:6:\"digest\";a:6:{s:8:\"schedule\";s:5:\"daily\";s:7:\"enabled\";b:0;s:9:\"user_list\";a:1:{i:0;i:1;}s:14:\"recipient_type\";s:7:\"default\";s:7:\"subject\";N;s:15:\"previous_emails\";a:0:{}}s:7:\"lockout\";a:5:{s:7:\"enabled\";b:1;s:9:\"user_list\";a:1:{i:0;i:1;}s:14:\"recipient_type\";s:7:\"default\";s:7:\"subject\";N;s:15:\"previous_emails\";a:0:{}}s:6:\"backup\";a:2:{s:10:\"email_list\";a:1:{i:0;s:15:\"pr@zphiblgz.org\";}s:7:\"subject\";N;}s:11:\"file-change\";a:5:{s:7:\"enabled\";b:1;s:9:\"user_list\";a:1:{i:0;i:1;}s:14:\"recipient_type\";s:6:\"custom\";s:7:\"subject\";N;s:15:\"previous_emails\";a:0:{}}}s:12:\"admin_emails\";a:1:{i:0;s:15:\"pr@zphiblgz.org\";}s:10:\"from_email\";s:0:\"\";s:18:\"default_recipients\";a:1:{s:9:\"user_list\";a:1:{i:0;i:1;}}}s:21:\"password-requirements\";a:2:{s:20:\"enabled_requirements\";a:1:{s:8:\"strength\";b:1;}s:20:\"requirement_settings\";a:1:{s:8:\"strength\";a:1:{s:5:\"group\";a:1:{i:0;s:36:\"b2af7919-5b5b-499d-8d66-8515115417b9\";}}}}s:11:\"user-groups\";a:1:{s:14:\"default_groups\";a:5:{s:13:\"administrator\";s:36:\"b2af7919-5b5b-499d-8d66-8515115417b9\";s:6:\"editor\";s:36:\"cb5b5fae-147e-43ed-9d8d-28f269ceaece\";s:6:\"author\";s:36:\"c8227cef-e1af-4960-b7d1-979af7fc1735\";s:11:\"contributor\";s:36:\"4f0849b1-1853-4643-bb52-4c4ab5a75ebd\";s:10:\"subscriber\";s:36:\"c224ea8f-e7c4-40ef-a7d6-ba729e7639fd\";}}}','yes'),(47260,'nf_admin_notice','a:3:{s:16:\"one_week_support\";a:3:{s:5:\"start\";s:9:\"9/20/2017\";s:3:\"int\";i:7;s:9:\"dismissed\";i:1;}s:14:\"allow_tracking\";a:2:{s:5:\"start\";s:9:\"9/13/2017\";s:3:\"int\";i:0;}s:12:\"data_cleanup\";a:2:{s:5:\"start\";s:9:\"6/11/2018\";s:3:\"int\";i:0;}}','yes'),(47314,'ninja_forms_allow_tracking','1','yes'),(46377,'__wpdm_freeaddons','{\"post\":[{\"ID\":58950,\"post_author\":\"1\",\"post_date\":\"2017-06-11 13:18:12\",\"post_date_gmt\":\"2017-06-11 13:18:12\",\"post_content\":\"WP-Filebase Data Importer for WordPress Download Manager. You asked for this and here it is now :)\\r\\n\\r\\nPlease follow the steps to import data:\\r\\n<ol>\\r\\n \\t<li>Install & activate Wordpress Download Manager<\\/li>\\r\\n \\t<li>Install & activate this addon<\\/li>\\r\\n \\t<li>please go to Admin Menu >> Download >> Settings >> Filebase Import:\\r\\n<img class=\\\"alignnone size-large wp-image-58951\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2017\\/06\\/filebase-import-settings-1024x795.png\\\" alt=\\\"filebase import settings\\\" width=\\\"960\\\" height=\\\"745\\\" \\/><\\/li>\\r\\n \\t<li>Check the files you want to import<\\/li>\\r\\n \\t<li>Click \\\"Save Setting\\\"<\\/li>\\r\\n \\t<li>Done<\\/li>\\r\\n<\\/ol>\",\"post_title\":\"WP-Filebase Data Importer\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"comment_status\":\"open\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"wp-filebase-data-importer\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2017-06-11 13:18:12\",\"post_modified_gmt\":\"2017-06-11 13:18:12\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https:\\/\\/www.wpdownloadmanager.com\\/?post_type=wpdmpro&p=58950\",\"menu_order\":0,\"post_type\":\"wpdmpro\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\"},{\"ID\":27148,\"post_author\":\"1\",\"post_date\":\"2015-03-15 10:15:39\",\"post_date_gmt\":\"2015-03-15 10:15:39\",\"post_content\":\"Box offers\\u00a0up to 10 GB free cloud storage and file sharing services that enables you to securely share and access files online. Now you can use the space to store your download manager file. Using this add-on you can explore files in Box storage and attach them with Download Manager.\",\"post_title\":\"Box.com Explorer\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"comment_status\":\"open\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"box-com-explorer\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2017-02-03 15:01:37\",\"post_modified_gmt\":\"2017-02-03 15:01:37\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"http:\\/\\/www.wpdownloadmanager.com\\/?post_type=wpdmpro&p=27148\",\"menu_order\":0,\"post_type\":\"wpdmpro\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\"},{\"ID\":26131,\"post_author\":\"1\",\"post_date\":\"2015-02-16 17:25:33\",\"post_date_gmt\":\"2015-02-16 17:25:33\",\"post_content\":\"DropBox Explorer add-on will add a new button with your Download Manager to explore files in dropbox and attach with your download manager package.\\r\\n\\r\\n<strong>Usage:<\\/strong>\\r\\n\\r\\n<a href=\\\"http:\\/\\/www.wpdownloadmanager.com\\/how-to-use-dropbox-to-store-files-and-allow-users-to-download-then-from-your-website\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\">How to use Dropbox to store your files and allow users to download them from your website<\\/a>\",\"post_title\":\"DropBox Explorer\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"comment_status\":\"open\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"dropbox-explorer\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2017-04-27 12:17:04\",\"post_modified_gmt\":\"2017-04-27 12:17:04\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"http:\\/\\/www.wpdownloadmanager.com\\/?post_type=wpdmpro&p=26131\",\"menu_order\":0,\"post_type\":\"wpdmpro\",\"post_mime_type\":\"\",\"comment_count\":\"8\",\"filter\":\"raw\"},{\"ID\":25300,\"post_author\":\"1\",\"post_date\":\"2015-01-26 19:26:14\",\"post_date_gmt\":\"2015-01-26 19:26:14\",\"post_content\":\"Google Drive Explorer Add-on helps you to connect with Google Drive, you can explore your Google drive files, upload files to Google drive and attach with your package. You can control your Google drive directly from you site admin panel, use free 15 GB space and save your bandwidth.\\r\\n\\r\\nSetting Up Google Drive Explorer Add-on:\\r\\n<ol>\\r\\n \\t<li>Visit <strong><a href=\\\"https:\\/\\/console.developers.google.com\\/projectcreate\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Google API Console<\\/a><\\/strong>, Create New Project:\\r\\n<img class=\\\"thumbnail alignnone wp-image-61671 size-large\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2015\\/01\\/New-Google-API-Project-1024x328.png\\\" alt=\\\"New Google API Project\\\" width=\\\"960\\\" height=\\\"308\\\" \\/><\\/li>\\r\\n \\t<li>After hit create button, the next page you will see:\\r\\n<img class=\\\"thumbnail alignnone wp-image-61672 size-large\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2015\\/01\\/Select-Google-API-Project-1024x404.png\\\" alt=\\\"Select Google API Project\\\" width=\\\"960\\\" height=\\\"379\\\" \\/><\\/li>\\r\\n \\t<li>Now, click on \\\"Select a project\\\" or blue \\\"Select\\\" button to select your project from that page:\\r\\n<img class=\\\"alignnone wp-image-61673 size-large\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2015\\/01\\/Select-Project-Popup-1024x951.png\\\" alt=\\\"Select Project Popup\\\" width=\\\"960\\\" height=\\\"892\\\" \\/><\\/li>\\r\\n \\t<li>After selecting project you will see the following page, then click on \\\"Go to API overview\\\":\\r\\n<img class=\\\"alignnone size-large wp-image-61674\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2015\\/01\\/Google-API-overview-1024x776.png\\\" alt=\\\"Google API overview\\\" width=\\\"960\\\" height=\\\"728\\\" \\/><\\/li>\\r\\n \\t<li>At this step, you will see the following page, click on \\\"ENABLE APIS AND SERVICES\\\":\\r\\n<img class=\\\"alignnone size-large wp-image-61675\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2015\\/01\\/ENABLE-APIS-AND-SERVICES-1024x323.png\\\" alt=\\\"ENABLE APIS AND SERVICES\\\" width=\\\"960\\\" height=\\\"303\\\" \\/><\\/li>\\r\\n \\t<li>From the following page, search for <strong>Google Drive API<\\/strong> and <strong>Google Picker API<\\/strong>, enable both:\\r\\n<img class=\\\"alignnone size-large wp-image-61676\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2015\\/01\\/Enable-Google-API-1024x596.png\\\" alt=\\\"Enable Google API\\\" width=\\\"960\\\" height=\\\"559\\\" \\/>\\r\\n<ol>\\r\\n \\t<li>Search \\\"Google Picker API\\\"\\r\\n<img class=\\\"alignnone size-large wp-image-61677\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2015\\/01\\/Search-Google-Picker-API-1024x404.png\\\" alt=\\\"Search Google Picker API\\\" width=\\\"960\\\" height=\\\"379\\\" \\/><\\/li>\\r\\n \\t<li>Enable API:\\r\\n<img class=\\\"alignnone size-large wp-image-61678\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2015\\/01\\/API-Details-1024x311.png\\\" alt=\\\"API Details\\\" width=\\\"960\\\" height=\\\"292\\\" \\/><\\/li>\\r\\n \\t<li>Select and enable \\\"Google Drive API\\\" in that same way.<\\/li>\\r\\n<\\/ol>\\r\\n<\\/li>\\r\\n \\t<li>After enabling both API your dashboard will look like:\\r\\n<img class=\\\"thumbnail alignnone wp-image-61679 size-large\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2015\\/01\\/API-Dashboard-1024x474.png\\\" alt=\\\"API Dashboard\\\" width=\\\"960\\\" height=\\\"444\\\" \\/><\\/li>\\r\\n \\t<li>Setup consent screen:\\r\\n<img class=\\\"thumbnail alignnone wp-image-61682 size-large\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2015\\/01\\/Setup-Consent-Screen-1024x845.png\\\" alt=\\\"Setup Consent Screen\\\" width=\\\"960\\\" height=\\\"792\\\" \\/><\\/li>\\r\\n \\t<li>To set up API access credentials go to \\\"Credentials\\\" menu:\\r\\n<img class=\\\"thumbnail alignnone wp-image-61683 size-large\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2015\\/01\\/set-up-API-access-credentials-1024x759.png\\\" alt=\\\"setup API access credentials\\\" width=\\\"960\\\" height=\\\"712\\\" \\/><\\/li>\\r\\n \\t<li>Click on \\\"OAuth client ID\\\" button to create new client id:\\r\\n<img class=\\\"thumbnail alignnone wp-image-61684 size-large\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2015\\/01\\/Create-OAuth-client-ID-1024x750.png\\\" alt=\\\"Create OAuth client ID\\\" width=\\\"960\\\" height=\\\"703\\\" \\/>\\r\\nRedirect URI should be like <strong>http:\\/\\/your-site.com\\/wp-admin\\/?page=wpdm-google-drive<\\/strong> and set your site URL for \\\"Authorized JavaScript origins\\\", however, you can copy the URL from download manager Settings Page >> Cloud Storage >> Google Drive API Credential Settings Panel:\\r\\n<img class=\\\"thumbnail alignnone wp-image-61685 size-large\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2015\\/01\\/Copy-Redirect-URL-From-Google-Drive-API-Credential-Settings-Panel-1024x663.png\\\" alt=\\\"Copy Redirect URL From Google Drive API Credential Settings Panel\\\" width=\\\"960\\\" height=\\\"622\\\" \\/><\\/li>\\r\\n \\t<li>Create API access key:\\r\\n<img class=\\\"thumbnail alignnone wp-image-61686 size-large\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2015\\/01\\/Create-API-access-key-1024x498.png\\\" alt=\\\"Create API access key\\\" width=\\\"960\\\" height=\\\"467\\\" \\/><\\/li>\\r\\n \\t<li>Now get Client ID, Client Secret & API Key from credential menu:\\r\\n<img class=\\\"thumbnail alignnone wp-image-61687 size-large\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2015\\/01\\/Copy-Client-ID-Client-Secret-and-API-Key-1024x320.png\\\" alt=\\\"Copy Client ID Client Secret and API Key\\\" width=\\\"960\\\" height=\\\"300\\\" \\/><\\/li>\\r\\n \\t<li>Use that info in Downloads Manager Settings Page >> Cloud Storage >> Google Drive API Credential Settings Panel:\\r\\n<img class=\\\"thumbnail alignnone wp-image-61688 size-large\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2015\\/01\\/Setup-Google-Drive-API-Credential-Settings-Panel-1024x816.png\\\" alt=\\\"Setup Google Drive API Credential Settings Panel\\\" width=\\\"960\\\" height=\\\"765\\\" \\/><\\/li>\\r\\n \\t<li>And Save Settings!<\\/li>\\r\\n \\t<li>Now to Admin Menu >> Downloads >> Add New Package window and there you will see a new button \\\"Google Drive\\\" with \\\"Attach File\\\" metabox:\\r\\n<img class=\\\"thumbnail alignnone wp-image-25315 size-full\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2015\\/01\\/google-drive-button.png\\\" alt=\\\"google-drive-button\\\" width=\\\"603\\\" height=\\\"802\\\" \\/><\\/li>\\r\\n \\t<li>Click on the button, you will see the following popup and click on \\\"Login to Google Drive\\\":\\r\\n<img class=\\\"thumbnail alignnone\\\" src=\\\"https:\\/\\/www.evernote.com\\/l\\/AV3Rn70hZhJGAoyEYFzHmcx2lK1P7szAJhsB\\/image.png\\\" alt=\\\"Google Drive Picker\\\" width=\\\"2256\\\" height=\\\"1424\\\" \\/><\\/li>\\r\\n \\t<li>After login and allow access, you will see the list of files from your Google drive.<\\/li>\\r\\n \\t<li>Finally attached files should be public to be downloadable:\\r\\n<img class=\\\"thumbnail alignnone\\\" src=\\\"https:\\/\\/www.evernote.com\\/l\\/AV2plSStoVhHzbt4XHmQBgm2QZfZhpnBD_4B\\/image.png\\\" alt=\\\"Public\\\" width=\\\"1570\\\" height=\\\"964\\\" \\/><\\/li>\\r\\n<\\/ol>\\r\\n \",\"post_title\":\"Google Drive Explorer\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"comment_status\":\"open\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"google-drive-explorer\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2017-08-13 09:22:45\",\"post_modified_gmt\":\"2017-08-13 09:22:45\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"http:\\/\\/www.wpdownloadmanager.com\\/?post_type=wpdmpro&p=25300\",\"menu_order\":0,\"post_type\":\"wpdmpro\",\"post_mime_type\":\"\",\"comment_count\":\"32\",\"filter\":\"raw\"},{\"ID\":24090,\"post_author\":\"1\",\"post_date\":\"2014-12-29 20:06:40\",\"post_date_gmt\":\"2014-12-29 20:06:40\",\"post_content\":\"Using WP Download Manager App you can check download stats, sales stats and some other wpdm admin option easily from your iPhone or iPad. Please install WPDM API add-on where you have installed WP Download Manager. The API add-on will enable remote access to your WP Download Manager data from this app securely.\\r\\n\\r\\n<strong>Features:<\\/strong>\\r\\n<ul>\\r\\n \\t<li>Check Packages & Categories<\\/li>\\r\\n \\t<li>Check Sales Report ( If you are using premium package add-on)<\\/li>\\r\\n \\t<li>Check Download Stats<\\/li>\\r\\n \\t<li>Receive push notification on each sale<\\/li>\\r\\n \\t<li>Receive push notification when someone downloads<\\/li>\\r\\n<\\/ul>\",\"post_title\":\"WPDM for iOS\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"comment_status\":\"open\",\"ping_status\":\"open\",\"post_password\":\"\",\"post_name\":\"wpdm-ios\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2016-12-24 07:23:20\",\"post_modified_gmt\":\"2016-12-24 07:23:20\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"http:\\/\\/www.wpdownloadmanager.com\\/?post_type=wpdmpro&p=24090\",\"menu_order\":0,\"post_type\":\"wpdmpro\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\"},{\"ID\":22597,\"post_author\":\"1\",\"post_date\":\"2014-11-16 19:13:21\",\"post_date_gmt\":\"2014-11-16 19:13:21\",\"post_content\":\"Advanced Sales Report helps you to keep track on sales in your digital store, you can generate various report on sales, compare sales on different months, weeks or days. If you are using <a href=\\\"http:\\/\\/www.wpdownloadmanager.com\\/download\\/premium-package\\/\\\">Premium Package Add-on <\\/a> , Advanced sale report is the much have add-on for you, simply download and install, It is FREE!\\r\\n<img class=\\\"alignnone size-full wp-image-22598\\\" src=\\\"http:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2014\\/11\\/wpdmpp-sales-report.png\\\" alt=\\\"wpdmpp-sales-report\\\" width=\\\"995\\\" height=\\\"2193\\\" \\/>\",\"post_title\":\"Advanced Sales Report\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"comment_status\":\"open\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"advanced-sales-report\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2017-02-02 09:15:50\",\"post_modified_gmt\":\"2017-02-02 09:15:50\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"http:\\/\\/www.wpdownloadmanager.com\\/?post_type=wpdmpro&p=22597\",\"menu_order\":0,\"post_type\":\"wpdmpro\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\"},{\"ID\":21693,\"post_author\":\"1\",\"post_date\":\"2014-10-17 17:23:10\",\"post_date_gmt\":\"2014-10-17 17:23:10\",\"post_content\":\"Using WordPress Download Manager App you can check download stats, sales stats and some other wpdm admin option easily from your android device. Please install <strong><a href=\\\"http:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-api\\/\\\">WPDM API<\\/a><\\/strong> add-on where you have installed WordPress Download Manager Pro. The API add-on will enable remote access to your wpdm data from android app securely.\\r\\n<strong>Usage:<\\/strong>\\r\\n<ol>\\r\\n \\t<li>Install & activate <strong><a href=\\\"http:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-api\\/\\\">WPDM API<\\/a><\\/strong> add-on<\\/li>\\r\\n \\t<li>Go to Admin Menu >> Downloads >> Settings >> Generate Api Key >> Save Settings\\r\\n<img class=\\\"alignnone size-full wp-image-52025\\\" src=\\\"http:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2014\\/10\\/wordpress-download-manager-api-settings.png\\\" alt=\\\"\\\" width=\\\"1416\\\" height=\\\"1034\\\" \\/><\\/li>\\r\\n \\t<li>Install the Android App from play store\\r\\n<img class=\\\"thumbnail\\\" src=\\\"http:\\/\\/chart.apis.google.com\\/chart?chs=200x200&cht=qr&chld=|1&chl=http%3A%2F%2Fgoo.gl%2FQcD1gI\\\" alt=\\\"Scan\\\" \\/><\\/li>\\r\\n \\t<li>Go to App Menu >> Connect New Site<\\/li>\\r\\n \\t<li>Enter your site url and api key or scan the QR code from step #2<\\/li>\\r\\n \\t<li>Done & Enjoy!<\\/li>\\r\\n<\\/ol>\\r\\n<strong>\\u00a0<\\/strong>\",\"post_title\":\"WPDM for Android\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"comment_status\":\"open\",\"ping_status\":\"open\",\"post_password\":\"\",\"post_name\":\"wpdm-android\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2016-12-20 09:33:43\",\"post_modified_gmt\":\"2016-12-20 09:33:43\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"http:\\/\\/www.wpdownloadmanager.com\\/?post_type=wpdmpro&p=21693\",\"menu_order\":0,\"post_type\":\"wpdmpro\",\"post_mime_type\":\"\",\"comment_count\":\"4\",\"filter\":\"raw\"},{\"ID\":21691,\"post_author\":\"1\",\"post_date\":\"2014-10-17 17:05:59\",\"post_date_gmt\":\"2014-10-17 17:05:59\",\"post_content\":\"You can use this add-on to handle remote data access request in your Download Manager Installation. <a href=\\\"http:\\/\\/www.wpdownloadmanager.com\\/download\\/premium-package-wordpress-digital-store-solution\\/\\\" target=\\\"_blank\\\">Premium Package \\u2013 WordPress Digital Store Solution<\\/a> is required with WPDM for this add-on.\\r\\n\\r\\n<strong>API URL:<\\/strong>\\r\\n<pre>http:\\/\\/wp-site-url\\/?wpdm_api=API_KEY&task=API_Call_Fn&parameters....<\\/pre>\\r\\n<strong>Valid API Calls:<\\/strong>\\r\\n<ul>\\r\\n \\t<li><strong>apiversion<\\/strong>\\u00a0 \\u2014 returns api version<\\/li>\\r\\n \\t<li><strong>siteInfo<\\/strong> \\u2014 returns\\u00a0 title ( sitename ), total number of packages, total sales, total downloads<\\/li>\\r\\n \\t<li><strong>getCategoryList<\\/strong> \\u2014 returns category list<\\/li>\\r\\n \\t<li><strong>getPackageList<\\/strong> \\u2014 returns package list\\r\\nParams:\\r\\n<ul>\\r\\n \\t<li><em><em>cat_id: specify the category id if\\u00a0 you want to get packages of\\u00a0 a category<\\/em><\\/em><\\/li>\\r\\n \\t<li><em>s: any strong, if you want to search package\\r\\n<\\/em><\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n \\t<li><strong>getPackage<\\/strong> \\u2014 returns package details\\r\\nParams:\\r\\n<ul>\\r\\n \\t<li><em>pid: specify the package id ( required )\\r\\n<\\/em><\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n \\t<li><strong>getTodaySales<\\/strong> \\u2014 returns today\'s sales when premium package add-on is active<\\/li>\\r\\n \\t<li><strong>getSales<\\/strong> \\u2014 returns sales of a package when premium package add-on is active\\r\\nParams:\\r\\n<ul>\\r\\n \\t<li><em>from_date: start date , format: yyyy-mm-dd\\u00a0 ( optional )\\r\\n<\\/em><\\/li>\\r\\n \\t<li><em>to_date: end date, format: yyyy-mm-dd ( optional )\\r\\n<\\/em><\\/li>\\r\\n \\t<li><em>pid: package id ( optional ), use if you want to get sales history of any specific package\\r\\n<\\/em><\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n \\t<li><strong>getOrderDetails<\\/strong> \\u2014 return details of given order id when premium package add-on is active\\r\\nParams:\\r\\n<ul>\\r\\n \\t<li><em><em>oid: order id ( required )\\r\\n<\\/em><\\/em><\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n \\t<li><strong>getOrders<\\/strong> \\u2014 returns list of orders\\r\\nParams:\\r\\n<ul>\\r\\n \\t<li><em>from_date: start date , format: yyyy-mm-dd\\u00a0 ( optional )<\\/em><\\/li>\\r\\n \\t<li><em>to_date: end date, format: yyyy-mm-dd ( optional )<\\/em><\\/li>\\r\\n \\t<li><em>count: numbers of records per page\\r\\n<\\/em><\\/li>\\r\\n \\t<li><em>cp: current page<\\/em><\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n \\t<li><strong>downloadHistory<\\/strong> \\u2014 returns download history\\r\\nParams:\\r\\n<ul>\\r\\n \\t<li><em>uid: takes user ID ( optional ), use if you want to get the download history of any specific user\\r\\n<\\/em><\\/li>\\r\\n \\t<li><em>pid: takes package ID ( optional ), use if you want to get the download history of any specific package<\\/em><\\/li>\\r\\n \\t<li><em>day: takes date ( 1 - 31 ) ( optional )\\r\\n<\\/em><\\/li>\\r\\n \\t<li><em>month: takes month ( 1 - 12 ) ( optional )<\\/em><\\/li>\\r\\n \\t<li><em>year: takes year ( ex: 2016 ) ( optional )<\\/em><\\/li>\\r\\n \\t<li><em>cp: current page<\\/em><\\/li>\\r\\n<\\/ul>\\r\\n<\\/li>\\r\\n<\\/ul>\",\"post_title\":\"WPDM Api\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"comment_status\":\"open\",\"ping_status\":\"open\",\"post_password\":\"\",\"post_name\":\"wpdm-api\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2016-12-21 10:16:22\",\"post_modified_gmt\":\"2016-12-21 10:16:22\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"http:\\/\\/www.wpdownloadmanager.com\\/?post_type=wpdmpro&p=21691\",\"menu_order\":0,\"post_type\":\"wpdmpro\",\"post_mime_type\":\"\",\"comment_count\":\"16\",\"filter\":\"raw\"},{\"ID\":15749,\"post_author\":\"1\",\"post_date\":\"2014-04-01 00:00:00\",\"post_date_gmt\":\"2014-04-01 00:00:00\",\"post_content\":\"WPDM Button Templates will add an additional short-code code with WordPress Download Manager Pro, which will help your to create\\u00a0 css3 buttons styles link template with different style.\\r\\n<h3>Short-code:<\\/h3>\\r\\n<pre>[wpdm_button_template id=package-id style=\\\"style-name\\\" align=\\\"alignment\\\"]<\\/pre>\\r\\n<ul>\\r\\n\\t<li>style\\u00a0= light | green | blue | lightblue | xmas | instagram | coffee<\\/li>\\r\\n\\t<li>align = left | center | right<\\/li>\\r\\n<\\/ul>\\r\\n<h3>Use <a href=\\\"http:\\/\\/www.wpdownloadmanager.com\\/download\\/advanced-tinymce-button\\/\\\">TinyMce Button Add-on<\\/a> to generate short-codes for this add-on:<\\/h3>\\r\\n<img class=\\\"thumbnail\\\" src=\\\"https:\\/\\/www.evernote.com\\/l\\/AV3tHl2UlZ9FNYFUqlMODaYCgeglIPtRtxkB\\/image.png\\\" alt=\\\"Button Templates Short-code Generator\\\" width=\\\"1108\\\" height=\\\"1404\\\" \\/>\\r\\n<h3>Live Demo:<\\/h3>\\r\\n<a href=\\\"http:\\/\\/demo.wpdownloadmanager.com\\/wpdmpro\\/button-templates-add-on-free\\/\\\">http:\\/\\/demo.wpdownloadmanager.com\\/wpdmpro\\/button-templates-add-on-free\\/<\\/a>\",\"post_title\":\"WPDM Button Templates\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"comment_status\":\"open\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"wpdm-button-templates\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2015-10-28 09:59:44\",\"post_modified_gmt\":\"2015-10-28 09:59:44\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"http:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-button-templates\\/\",\"menu_order\":0,\"post_type\":\"wpdmpro\",\"post_mime_type\":\"\",\"comment_count\":\"13\",\"filter\":\"raw\"},{\"ID\":15739,\"post_author\":\"1\",\"post_date\":\"2014-02-04 00:00:00\",\"post_date_gmt\":\"2014-02-04 00:00:00\",\"post_content\":\"WPDM Page Templates add-on will help you to apply page type templates ( like full width page, page with left sidebar, ... depending on your theme ) for wpdm pro package details page.\\r\\n<h3>Usage:<\\/h3>\\r\\nInstall and activate the add-on just like any other regular plugin ( add-ons are actually just another plugin ). After activating page template add-on you will see template template meta box in add\\/edit package window:\\r\\n<img src=\\\"https:\\/\\/www.evernote.com\\/shard\\/s349\\/sh\\/767f71d2-a9ad-43b1-89bd-38301a83bcb9\\/0b711f9f5e9fc750962ade9dff338c10\\/deep\\/0\\/Add-New-Package---WordPress-Download-Manager-Pro-4.x---WordPress.png\\\" alt=\\\"Loading...\\\" \\/>\\r\\n\\r\\nThere is drop down you will see all custom page template available with your theme.\",\"post_title\":\"WPDM Page Templates\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"comment_status\":\"open\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"wpdm-page-templates\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2015-02-12 21:27:12\",\"post_modified_gmt\":\"2015-02-12 21:27:12\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"http:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-page-templates\\/\",\"menu_order\":0,\"post_type\":\"wpdmpro\",\"post_mime_type\":\"\",\"comment_count\":\"10\",\"filter\":\"raw\"},{\"ID\":15733,\"post_author\":\"1\",\"post_date\":\"2013-12-17 00:00:00\",\"post_date_gmt\":\"2013-12-17 00:00:00\",\"post_content\":\"WPDM - Image Button add-on will help you to replace the text (link label) in download link with a image button. Though, add-on packed with many excellent image buttons already, still there is a option to upload your own button images.\\r\\n\\r\\n<strong>Usages:<\\/strong>\\r\\n<ol>\\r\\n\\t<li>Install and activate image button add-on.<\\/li>\\r\\n\\t<li>Go to admin menu >> Downloads >> Settings >> Buttons Tab<\\/li>\\r\\n\\t<li>Select (just click) a button image<\\/li>\\r\\n\\t<li>Or upload your own image and select<\\/li>\\r\\n\\t<li>Save Changes<\\/li>\\r\\n<\\/ol>\\r\\nThat\\u2019s all. All of your download link should show with that image.\\r\\n\\r\\n<strong>Admin Option Screenshot:<\\/strong>\\r\\n<img class=\\\"alignnone size-full wp-image-35932\\\" src=\\\"http:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2013\\/12\\/wpdm-image-button1.png\\\" alt=\\\"WordPress Download Manager Image Buttons\\\" width=\\\"1009\\\" height=\\\"4093\\\" \\/>\",\"post_title\":\"WPDM Image Button\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"comment_status\":\"open\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"wpdm-image-button\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2016-01-07 21:32:57\",\"post_modified_gmt\":\"2016-01-07 21:32:57\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"http:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-image-button\\/\",\"menu_order\":0,\"post_type\":\"wpdmpro\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\"},{\"ID\":15747,\"post_author\":\"1\",\"post_date\":\"2013-07-15 00:00:00\",\"post_date_gmt\":\"2013-07-15 00:00:00\",\"post_content\":\"WPDM Colorbox add-on will show the additional previews using jquery color box plugin. If you are already using <a href=\\\"https:\\/\\/www.wpdownloadmanager.com\\/downloads\\/themes\\/\\\">WPDM Themes<\\/a> , you don\'t have to use this add-on.\",\"post_title\":\"WPDM ColorBox\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"comment_status\":\"open\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"wpdm-colorbox\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2017-02-16 20:44:48\",\"post_modified_gmt\":\"2017-02-16 20:44:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"http:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-colorbox\\/\",\"menu_order\":0,\"post_type\":\"wpdmpro\",\"post_mime_type\":\"\",\"comment_count\":\"1\",\"filter\":\"raw\"},{\"ID\":15691,\"post_author\":\"1\",\"post_date\":\"2013-01-12 00:00:00\",\"post_date_gmt\":\"2013-01-12 00:00:00\",\"post_content\":\"WPDM Extended Short-codes add-on will give you better experience in using WordPress Download Manager Pro.\\u00a0 We will be adding new short-codes in every update.\\r\\n<h3>Short-code List:<\\/h3>\\r\\n<ul>\\r\\n \\t<li>[wpdm_tree] - generates a tree view of all categories and packages, if you want to use it for specific category, then: [wpdm_tree category=\\\"category-slug\\\"] , for direct download link use additional parameter download_link=1. You can also set orderby ( title, date, modified ) and order ( asc, desc) parameter for packages inside a category folder.<\\/li>\\r\\n \\t<li>[wpdm_slider id=\\\"1,2,3...\\\"] - generates image slider.<\\/li>\\r\\n \\t<li>[wpdm_carousel category=\\\"category-id\\\"] - generates carousel using the packages from select category, if you don\'t use any category id, then will show new packages.<\\/li>\\r\\n \\t<li>[popup_link] - this is not a short-code, but template tag, you can use it with link or page template if you want to open the package link in a bootstrap modal popup.<\\/li>\\r\\n<\\/ul>\\r\\n<div class=\\\"alert alert-info\\\">Please use <strong><a href=\\\"http:\\/\\/www.wpdownloadmanager.com\\/download\\/advanced-tinymce-button\\/\\\">Advanced TinyMce Button add-on<\\/a><\\/strong>\\u00a0 for generating short-codes<\\/div>\\r\\n<h3>Demo:<\\/h3>\\r\\n<a href=\\\"http:\\/\\/demo.wpdownloadmanager.com\\/wpdmpro\\/slider\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">http:\\/\\/demo.wpdownloadmanager.com\\/wpdmpro\\/slider\\/<\\/a>\\r\\n\\r\\n<a href=\\\"http:\\/\\/demo.wpdownloadmanager.com\\/wpdmpro\\/tree-view\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">http:\\/\\/demo.wpdownloadmanager.com\\/wpdmpro\\/tree-view\\/<\\/a>\\r\\n<h3>Changelog:<\\/h3>\\r\\n[panel title=\\\"Version 2.7.0 | Released on Aug 02, 2017\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed the issue with `array_shift` function<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 2.7.0 | Released on Nov 07, 2016\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Added orderby ( title, modified, date ) and order ( asc, desc ) parameter in tree shortcode<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel]\",\"post_title\":\"WPDM Extended Short-codes\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"comment_status\":\"open\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"wpdm-extended-short-codes\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2017-08-05 09:07:18\",\"post_modified_gmt\":\"2017-08-05 09:07:18\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"http:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-extended-short-codes\\/\",\"menu_order\":0,\"post_type\":\"wpdmpro\",\"post_mime_type\":\"\",\"comment_count\":\"27\",\"filter\":\"raw\"},{\"ID\":15665,\"post_author\":\"1\",\"post_date\":\"2012-01-18 00:00:00\",\"post_date_gmt\":\"2012-01-18 00:00:00\",\"post_content\":\"Advanced TinyMCE button add-on will add a button with tinymce editor from where you can place package link shortcode or category shortcode directly.\\r\\n\\r\\n<img class=\\\"alignnone\\\" src=\\\"https:\\/\\/www.evernote.com\\/l\\/AV1LN_Ekl2pI26fuUAbJz6qk6gPU-rUKP9oB\\/image.png\\\" alt=\\\"Quick Add Download\\\" width=\\\"1200\\\" height=\\\"1356\\\" \\/>\\r\\n\\r\\n<img class=\\\"alignnone\\\" src=\\\"https:\\/\\/www.evernote.com\\/l\\/AV0pMQXl271FX56meJ8asoNIFylrGHVGQ8IB\\/image.png\\\" alt=\\\"Insert Short-code\\\" width=\\\"1200\\\" height=\\\"1358\\\" \\/>\",\"post_title\":\"Advanced TinyMCE button\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"comment_status\":\"open\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"advanced-tinymce-button\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2017-06-14 09:13:24\",\"post_modified_gmt\":\"2017-06-14 09:13:24\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"http:\\/\\/www.wpdownloadmanager.com\\/download\\/advanced-tinymce-button\\/\",\"menu_order\":0,\"post_type\":\"wpdmpro\",\"post_mime_type\":\"\",\"comment_count\":\"8\",\"filter\":\"raw\"},{\"ID\":15671,\"post_author\":\"1\",\"post_date\":\"2011-11-18 00:00:00\",\"post_date_gmt\":\"2011-11-18 00:00:00\",\"post_content\":\"<strong>WordPress Digital Store Solution - Premium Package add-on<\\/strong> adds pricing and licensing option with WordPress Download Manager Plugin.\\u00a0<strong>WordPress Digital Store Solution - Premium Package add-on<\\/strong> helps you to setup prices for your digital products and sell it easily from your WordPress site. Moreover <strong>WordPress Digital Store Solution - Premium Package add-on<\\/strong> provides simplest \\\"Single Step\\\" checkout process, which certainly will increase the ratio of sales than any other solution with a complex checkout process. So if you are selling digital products, but still not using Premium Package - WordPress Digital Store Solution, try this, you will be amazed,<strong> 100,000+ active users can\'t be wrong<\\/strong>.\\r\\n<div class=\\\"row wpdmpp-fet\\\">\\r\\n<div class=\\\"col-md-12 text-center\\\">\\r\\n\\r\\n<hr class=\\\"divider\\\" \\/>\\r\\n\\r\\n<h2>WordPress Digital Store Solution<\\/h2>\\r\\nWordPress Download Manager & Premium Package Add-on gives you the perfect WordPress Digital Store Solution to convert your site into a digital store just in few clicks:\\r\\n\\r\\n<hr class=\\\"divider\\\" \\/>\\r\\n\\r\\n<\\/div>\\r\\n<div class=\\\"col-md-12\\\">\\r\\n<div class=\\\"media\\\">\\r\\n<div class=\\\"pull-left feature-icon\\\"><img title=\\\"WordPress Download Manager Shopping Cart\\\" src=\\\"http:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2011\\/11\\/digital-shopping-cart.png\\\" alt=\\\"Full featured shopping cart with integrated paypal payment system to sell your packages. (premium package add-on)\\\" \\/><\\/div>\\r\\n<div class=\\\"media-body\\\">\\r\\n<h3>Shopping Cart<\\/h3>\\r\\nFull featured shopping cart with integrated PayPal payment system to sell your packages\\/products.\\r\\n\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"col-md-12\\\">\\r\\n<div class=\\\"media\\\">\\r\\n<div class=\\\"pull-left feature-icon\\\"><img title=\\\"WordPress Download Manager Order Management\\\" src=\\\"http:\\/\\/cdn.wpdownloadmanager.com\\/wp-content\\/themes\\/wpdm4\\/images\\/orders.png\\\" alt=\\\"Full featured order management system to manage orders for premium packages. (premium package add-on)\\\" \\/><\\/div>\\r\\n<div class=\\\"media-body\\\">\\r\\n<h3>Order & Invoice Management<\\/h3>\\r\\nExtended order and invoice management options, multiple invoice templates with customization options.\\r\\n\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"col-md-12\\\">\\r\\n<div class=\\\"media\\\">\\r\\n<div class=\\\"pull-left feature-icon\\\"><img title=\\\"WordPress Download Manager Sales Report\\\" src=\\\"https:\\/\\/cdn3.iconfinder.com\\/data\\/icons\\/ballicons-free\\/128\\/graph.png\\\" alt=\\\"WordPress Download Manager Sales Report\\\" \\/><\\/div>\\r\\n<div class=\\\"media-body\\\">\\r\\n<h3>Sales Report<\\/h3>\\r\\nFull detailed report on sale and orders. Generate custom chart or graph report for site wide sales or shop specific or product specific sale easily.\\r\\n\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"col-md-12\\\">\\r\\n<div class=\\\"media\\\">\\r\\n<div class=\\\"pull-left feature-icon\\\"><img title=\\\"WordPress Download Manager Mobile App\\\" src=\\\"https:\\/\\/cdn4.iconfinder.com\\/data\\/icons\\/32px_Mantra\\/PNG\\/iPhone%20On.png\\\" alt=\\\"WordPress Download Manager Mobile App\\\" \\/><\\/div>\\r\\n<div class=\\\"media-body\\\">\\r\\n<h3>Mobile Apps<\\/h3>\\r\\nYes, get everything in your pocket, check sales report from your mobile, get notifications on each sale directly on your mobile.\\r\\n\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"col-md-12\\\">\\r\\n<div class=\\\"media\\\">\\r\\n<div class=\\\"pull-left feature-icon\\\"><img title=\\\"Coupon Management\\\" src=\\\"https:\\/\\/cdn1.iconfinder.com\\/data\\/icons\\/all_google_icons_symbols_by_carlosjj-du\\/64\\/coupon_tag-lb.png\\\" alt=\\\"Coupon Management\\\" \\/><\\/div>\\r\\n<div class=\\\"media-body\\\">\\r\\n<h3>Coupon Management<\\/h3>\\r\\nThe Plugin includes a very wide range of coupon management. You can create product specific coupons or global coupons for different levels of discount.\\r\\n\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"col-md-12\\\">\\r\\n<div class=\\\"media\\\">\\r\\n<div class=\\\"pull-left feature-icon\\\"><img src=\\\"https:\\/\\/cdn0.iconfinder.com\\/data\\/icons\\/shop_icons\\/64\\/bag.png\\\" alt=\\\"Role Based Discount\\\" \\/><\\/div>\\r\\n<div class=\\\"media-body\\\">\\r\\n<h3>Role Based Discount<\\/h3>\\r\\nSometimes you may need to apply different discounts based on user roles, like editors and authors may have different percents of discounts.\\r\\n\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"col-md-12\\\">\\r\\n<div class=\\\"media\\\">\\r\\n<div class=\\\"pull-left feature-icon\\\"><img src=\\\"https:\\/\\/cdn1.iconfinder.com\\/data\\/icons\\/Momentum_MatteEntireSet\\/32\\/tags-add.png\\\" alt=\\\"Product & Price Variation\\\" \\/><\\/div>\\r\\n<div class=\\\"media-body\\\">\\r\\n<h3>Product & Price Variation<\\/h3>\\r\\nUnlimited Product Variations. Create single or multiple variations ( i.e. licenses types ) with increments or decrements of the base price.\\r\\n\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"col-md-12\\\">\\r\\n<div class=\\\"media\\\">\\r\\n<div class=\\\"pull-left feature-icon\\\"><img src=\\\"http:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2011\\/11\\/simple-checkout.png\\\" alt=\\\"Simplest Checkout Option\\\" \\/><\\/div>\\r\\n<div class=\\\"media-body\\\">\\r\\n<h3>Simplest Checkout Option<\\/h3>\\r\\nPremium Package Add-on introduced simplest checkout system ever, no complex steps, both guests\' and members\' checkout just exactly in 2 clicks.\\r\\n\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"col-md-12\\\">\\r\\n<div class=\\\"media\\\">\\r\\n<div class=\\\"pull-left feature-icon\\\"><img src=\\\"http:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2011\\/11\\/email-cart.png\\\" alt=\\\"Save & Email Cart\\\" \\/><\\/div>\\r\\n<div class=\\\"media-body\\\">\\r\\n<h3>Save & Email Cart<\\/h3>\\r\\nAdd items to your cart, you can save it to checkout later or email the saved cart to someone you want to pay for the items.\\r\\n\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"col-md-12\\\">\\r\\n<div class=\\\"media\\\">\\r\\n<div class=\\\"pull-left feature-icon\\\"><img src=\\\"https:\\/\\/cdn0.iconfinder.com\\/data\\/icons\\/kameleon-free-pack-rounded\\/110\\/Key-64.png\\\" alt=\\\"Software Licensing\\\" \\/><\\/div>\\r\\n<div class=\\\"media-body\\\">\\r\\n<h3>Software Licensing<\\/h3>\\r\\nIntegrated Software Licensing option with this Digital Store add-on gives you a complete license key generation, key activation, and verification system.\\r\\n\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"col-md-12\\\">\\r\\n<div class=\\\"media\\\">\\r\\n<div class=\\\"pull-left feature-icon\\\"><img src=\\\"https:\\/\\/cdn2.iconfinder.com\\/data\\/icons\\/dellipack\\/48\\/interact.png\\\" alt=\\\"Automatic Order Expiration\\\" \\/><\\/div>\\r\\n<div class=\\\"media-body\\\">\\r\\n<h3>Automatic Order Expiration<\\/h3>\\r\\nPremium Package Add-on has an option to setup custom update access period. Like if you provide 1-year free update of your software after someone purchases your digital item, you can set update period 365 days and after 1 year ( 365 days ) customer will not be able to access his purchase, the order status will be expired and he will have order renew option in order details page.\\r\\n\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"col-md-12\\\">\\r\\n<div class=\\\"media\\\">\\r\\n<div class=\\\"pull-left feature-icon\\\"><img src=\\\"\\/\\/cdn.wpdownloadmanager.com\\/wp-content\\/uploads\\/2011\\/11\\/tax1.png\\\" alt=\\\"Easy Tax Option\\\" \\/><\\/div>\\r\\n<div class=\\\"media-body\\\">\\r\\n<h3>Easy Tax Option<\\/h3>\\r\\nWe have made the tax calculation is easier for you. From premium package settings, you can easily setup tax for different countries\\/states\\/cities just in few clicks.\\r\\n\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"col-md-12 text-center\\\">\\r\\n\\r\\n<hr class=\\\"divider\\\" \\/>\\r\\n\\r\\n<h2>WordPress Digital Marketplace!<\\/h2>\\r\\nUsing Download Manager Pro & Premium Package Add-on you can convert your site into a digital marketplace like themeforest or codecanyon or audioden!\\r\\n\\r\\n<hr class=\\\"divider\\\" \\/>\\r\\n\\r\\n<\\/div>\\r\\n<div class=\\\"col-md-12\\\">\\r\\n<div class=\\\"media\\\">\\r\\n<div class=\\\"pull-left feature-icon\\\"><img title=\\\"WordPress Download Manager Front-end File Manager\\\" src=\\\"http:\\/\\/cdn.wpdownloadmanager.com\\/wp-content\\/themes\\/wpdm4\\/images\\/front-end.png\\\" alt=\\\"Users will able to manage their own packages from front-end when multi-user options is enabled\\\" \\/><\\/div>\\r\\n<div class=\\\"media-body\\\">\\r\\n<h3>Front-end Store Manager<\\/h3>\\r\\nYou site members will be able to manage their products, see sales stats and earning from front-end. No need to go through WordPress admin section.\\r\\n\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"col-md-12\\\">\\r\\n<div class=\\\"media\\\">\\r\\n<div class=\\\"pull-left feature-icon\\\"><img src=\\\"https:\\/\\/cdn0.iconfinder.com\\/data\\/icons\\/ie_Financial_set\\/64\\/23.png\\\" alt=\\\"Payout Options\\\" \\/><\\/div>\\r\\n<div class=\\\"media-body\\\">\\r\\n<h3>Payout Options<\\/h3>\\r\\nThe Payout feature allows you to check user earnings, pending payments, withdrawal request and send payments.\\r\\n\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"col-md-12\\\">\\r\\n<div class=\\\"media\\\">\\r\\n<div class=\\\"pull-left feature-icon\\\"><img src=\\\"https:\\/\\/cdn2.iconfinder.com\\/data\\/icons\\/blue-bits-basic-and-bonus\\/48\\/031.png\\\" alt=\\\"Custom Shop Profile\\\" \\/><\\/div>\\r\\n<div class=\\\"media-body\\\">\\r\\n<h3>Custom Shop Profile<\\/h3>\\r\\nSpecial option to highlight specific shop with a dedicated shop profile page, Sellers can customize the page with their logo, shop information and products.\\r\\n\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<\\/div>\\r\\n<strong>Useful Dashboard Widgets:<\\/strong>\\r\\n\\r\\n<img class=\\\"thumbnail alignnone wp-image-57855 size-large\\\" src=\\\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2011\\/11\\/Premium-Package-Dashboard-1024x560.png\\\" alt=\\\"Premium Package Dashboard\\\" \\/>\\r\\n\\r\\nVery detailed sales report:\\r\\n<a href=\\\"http:\\/\\/www.wpdownloadmanager.com\\/download\\/advanced-sales-report\\/\\\"><img class=\\\"thumbnail alignnone wp-image-22598 size-full\\\" src=\\\"http:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/uploads\\/2014\\/11\\/wpdmpp-sales-report.png\\\" alt=\\\"WordPress Digital Store Solution Sales Report\\\" width=\\\"995\\\" height=\\\"2193\\\" \\/><\\/a>\\r\\n<div class=\\\"panel panel-default\\\">\\r\\n<div class=\\\"panel-heading\\\"><strong>Demo:<\\/strong><\\/div>\\r\\n<div class=\\\"panel-body\\\">Front-End:\\r\\n<a href=\\\"http:\\/\\/demo.wpdownloadmanager.com\\/marketplace\\/\\\">http:\\/\\/demo.wpdownloadmanager.com\\/marketplace\\/<\\/a>\\r\\nAdmin:\\r\\n<a href=\\\"http:\\/\\/demo.wpdownloadmanager.com\\/marketplace\\/wp-admin\\/\\\">http:\\/\\/demo.wpdownloadmanager.com\\/marketplace\\/wp-admin\\/<\\/a>\\r\\nLogin: demo \\/ demo<\\/div>\\r\\n<\\/div>\\r\\n<div class=\\\"alert alert-success\\\"><a href=\\\"http:\\/\\/www.wpdownloadmanager.com\\/download\\/wordpress-ecommerce-pack-digital-store-solution\\/\\\">The WordPress eCommerce Pack - Complete Digital Store Solution<\\/a> is available now! And that is all your will ever need to build your digital store or marketplace. <strong>100% satisfaction guaranteed<\\/strong>.<\\/div>\\r\\n<h3>WordPress Digital Store Solution Changelog:<\\/h3>\\r\\n[panel title=\\\"Version 3.8.5 | Released on Aug 21, 2017\\\" class=\\\"panel-default panel-logs\\\" open=\\\"1\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Added new option for cart coupon<\\/li>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Added full detailed coupon management page<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.8.4 | Released on Aug 05, 2017\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Added new option for coupon code expire date<\\/li>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"Upgrade!\\\"] Improved free download option for premium packages<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.8.3 | Released on Jun 15, 2017\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"danger\\\" caption=\\\"Fix!\\\"] Fixed a database table creation issue with plugin installation<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.8.2 | Released on Jun 13, 2017\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"Upgrade!\\\"] Improved checkout process<\\/li>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fix issue with user signup in checkout page<\\/li>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fix issue with user login in checkout page<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.8.1 | Released on Jun 05, 2017\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fix issue with role discount calculation<\\/li>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fix issue with individual file download in order details page<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.8.0 | Released on May 17, 2017\\\" class=\\\"panel-default panel-logs\\\" ]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Added 6 new dashboard widgets to review your sales<\\/li>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Added sales overview metabox with product edit window<\\/li>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Integrated email templates with wpdm pro email template editor<\\/li>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed an issue with role diiscount message<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.7.2 | Released on Apr 10, 2017\\\" class=\\\"panel-default panel-logs\\\" ]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"danger\\\" caption=\\\"Fix!\\\"] Fixed issue with license selection<\\/li>\\r\\n \\t<li>[label class=\\\"danger\\\" caption=\\\"Fix!\\\"] Fixed issue with single file purchase<\\/li>\\r\\n \\t<li>[label class=\\\"info\\\" caption=\\\"Upgrade!\\\"] Improved checkout process<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.7.1 | Released on Mar 06, 2017\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"danger\\\" caption=\\\"Fix!\\\"] Fixed a compatibility issue with the wpdm pro v4.6.3<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.7 | Released on Feb 03, 2017\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Single file pricing<\\/li>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Selective file purchase<\\/li>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"Upgrade!\\\"] Improved licensing option<\\/li>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"Upgrade!\\\"] License based file pricing<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.6.1 | Released on Dec 09, 2016\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"Upgrade!\\\"] Improved invoice system<\\/li>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"Upgrade!\\\"] Improved payment method section<\\/li>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed issue tax calculation<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.6.0 | Released on Nov 20, 2016\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Improved license manager<\\/li>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed translation issues<\\/li>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed issue with save cart button<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.5.8 | Released on Nov 14, 2016\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed a bug that shows wrong Net Subtotal of License variation in Invoice<\\/li>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed a bug that shows wrong Customer Billing Address in Invoice<\\/li>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Added Premium Package template tags in Dashboard >> Downloads >> Template Editor screen<\\/li>\\r\\n \\t<li>[label class=\\\"info\\\" caption=\\\"Update!\\\"] Added missing strings to translation file<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.5.7 | Released on Aug 04, 2016\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed Save Cart issue in cart page<\\/li>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed Front-end uploader metabox issue ( Not loading Premium Package Data like price, variations etc )<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.5.6 | Released on Jul 10, 2016\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"danger\\\" caption=\\\"Fix!\\\"] Fixed issue decimal point in order total<\\/li>\\r\\n \\t<li>[label class=\\\"danger\\\" caption=\\\"Fix!\\\"] Fixed issue with country drop-down in billing address<\\/li>\\r\\n \\t<li>[label class=\\\"danger\\\" caption=\\\"Fix!\\\"] Fixed issue with default payment method integration<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.5.5 | Released on May 16, 2016\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"danger\\\" caption=\\\"Fix!\\\"] Fixed issue tax calculation<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.5.3 | Released on Mar 06, 2016\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed issue with price variation<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.5.2 | Released on Jan 31, 2016\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed issue with guest order invoice<\\/li>\\r\\n \\t<li>[label class=\\\"info\\\" caption=\\\"Update!\\\"] Added guest order user info in admin orders list<\\/li>\\r\\n \\t<li>[label class=\\\"info\\\" caption=\\\"Update!\\\"] Added guest order user info in admin order details page<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.5.1 | Released on Jan 26, 2016\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Added new option to enable\\/disable billing address in checkout page<\\/li>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed issue with admin orders list and view orders page<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.5.0 | Released on Jan 26, 2016\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Improved checkout page<\\/li>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Improved guest order page<\\/li>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed issue with combined role and coupon discount calculation<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.4.1 | Released on Jan 20, 2016\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Added WPDM Core plugin requirement check to avoid activation error<\\/li>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed issue \\\"add to cart\\\" url<\\/li>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Added new template tag [effective_price]<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.4.0 | Released on Jan 18, 2016\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"Upgrade!\\\"] Reorganized code base<\\/li>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Added offline\\/cash\\/cheque payment option<\\/li>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed issue with \\\"100%\\\" role discount<\\/li>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed issues with coupon discount<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.3.5 | Released on Jan 08, 2016\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"info\\\" caption=\\\"Fix!\\\"] Compatibility update for WPDM Pro v4.5 and WPDM v2.8.4<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.3.4 | Released on Oct 05, 2015\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed issue with payment gateway activation\\/deactivation<\\/li>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed CSS issue with payment gateway settings<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.3.3 | Released on Oct 02, 2015\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed effective price issue<\\/li>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed issue with order renew<\\/li>\\r\\n \\t<li>[label class=\\\"info\\\" caption=\\\"Upgrade!\\\"] Updated license verification function<\\/li>\\r\\n \\t<li>[label class=\\\"info\\\" caption=\\\"Upgrade!\\\"] Improved invoice generation<\\/li>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Integrated purchased item page with user dashboard<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.3.2 | Released on Aug 25, 2015\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"danger\\\" caption=\\\"Fix!\\\"] Fixed issue with invalid file path<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.3.1 | Released on Aug 18, 2015\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] Fixed deprecated code with widget class<\\/li>\\r\\n \\t<li>[label class=\\\"warning\\\" caption=\\\"Fix!\\\"] WordPress v4.3 compatibility release<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel][panel title=\\\"Version 3.3.0 | Released on Aug 16, 2015\\\" class=\\\"panel-default panel-logs\\\"]\\r\\n<ul>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Option to recalculate product sales<\\/li>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Short-code to access guest orders<\\/li>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Enable\\/Disable guest downloads<\\/li>\\r\\n \\t<li>[label class=\\\"success\\\" caption=\\\"New!\\\"] Attach file with order note<\\/li>\\r\\n<\\/ul>\\r\\n[\\/panel]\",\"post_title\":\"Premium Package - WordPress Digital Store Solution\",\"post_excerpt\":\"\",\"post_status\":\"publish\",\"comment_status\":\"open\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"premium-package-wordpress-digital-store-solution\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2017-08-21 12:31:08\",\"post_modified_gmt\":\"2017-08-21 12:31:08\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"http:\\/\\/www.wpdownloadmanager.com\\/download\\/premium-package\\/\",\"menu_order\":0,\"post_type\":\"wpdmpro\",\"post_mime_type\":\"\",\"comment_count\":\"9\",\"filter\":\"raw\"}],\"post_extra\":{\"58950\":{\"ID\":58950,\"link\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/wp-filebase-data-importer\\/\",\"pinfo\":{\"version\":\"1.0.0\"},\"price\":\"0.00\",\"files\":{\"1497185787522\":\"wpdm-import-filebase.zip\"},\"permalink\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/wp-filebase-data-importer\\/\",\"currency\":\"$\",\"title\":\"WP-Filebase Data Importer\",\"thumbnail\":\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/plugins\\/download-manager\\/cache\\/wpdm-filebase-importer-200x200.png\",\"excerpt\":\"WP-Filebase Data Importer for WordPress Download Manager. You asked for this and...\",\"cats\":[\"add-ons\",\"free-add-ons\",\"tools\"],\"cart\":\"<a href=\'https:\\/\\/www.wpdownloadmanager.com\\/download\\/wp-filebase-data-importer\\/\' class=\'btn btn-info\' target=\'_blank\'><i class=\'icon icon-white icon-shopping-cart\'><\\/i> Buy Now<\\/a>\"},\"27148\":{\"ID\":27148,\"link\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/box-com-explorer\\/\",\"pinfo\":{\"version\":\"1.1.0\"},\"price\":\"0.00\",\"files\":[\"wpdm-box-com.zip\"],\"permalink\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/box-com-explorer\\/\",\"currency\":\"$\",\"title\":\"Box.com Explorer\",\"thumbnail\":\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/plugins\\/download-manager\\/cache\\/wpdm-box.com-explorer-200x200.png\",\"excerpt\":\"Box offers\\u00a0up to 10 GB free cloud storage and file sharing services that enable...\",\"cats\":[\"add-ons\",\"cloud-storage\",\"free-add-ons\"],\"cart\":\"<a href=\'https:\\/\\/www.wpdownloadmanager.com\\/download\\/box-com-explorer\\/\' class=\'btn btn-info\' target=\'_blank\'><i class=\'icon icon-white icon-shopping-cart\'><\\/i> Buy Now<\\/a>\"},\"26131\":{\"ID\":26131,\"link\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/dropbox-explorer\\/\",\"pinfo\":{\"version\":\"1.2.0\"},\"price\":\"0.00\",\"files\":[\"wpdm-dropbox.zip\"],\"permalink\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/dropbox-explorer\\/\",\"currency\":\"$\",\"title\":\"DropBox Explorer\",\"thumbnail\":\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/plugins\\/download-manager\\/cache\\/wpdm-dropbox-explorer-200x200.png\",\"excerpt\":\"DropBox Explorer add-on will add a new button with your Download Manager to expl...\",\"cats\":[\"add-ons\",\"cloud-storage\",\"free-add-ons\"],\"cart\":\"<a href=\'https:\\/\\/www.wpdownloadmanager.com\\/download\\/dropbox-explorer\\/\' class=\'btn btn-info\' target=\'_blank\'><i class=\'icon icon-white icon-shopping-cart\'><\\/i> Buy Now<\\/a>\"},\"25300\":{\"ID\":25300,\"link\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/google-drive-explorer\\/\",\"pinfo\":{\"version\":\"1.3.1\"},\"price\":\"0.00\",\"files\":[\"\\/home\\/wpdownlo\\/public_html\\/wp-content\\/uploads\\/download-manager-files\\/\\/wpdm-google-drive.zip\"],\"permalink\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/google-drive-explorer\\/\",\"currency\":\"$\",\"title\":\"Google Drive Explorer\",\"thumbnail\":\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/plugins\\/download-manager\\/cache\\/google-drive-200x200.png\",\"excerpt\":\"Google Drive Explorer Add-on helps you to connect with Google Drive, you can exp...\",\"cats\":[\"add-ons\",\"cloud-storage\",\"free-add-ons\"],\"cart\":\"<a href=\'https:\\/\\/www.wpdownloadmanager.com\\/download\\/google-drive-explorer\\/\' class=\'btn btn-info\' target=\'_blank\'><i class=\'icon icon-white icon-shopping-cart\'><\\/i> Buy Now<\\/a>\"},\"24090\":{\"ID\":24090,\"link\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-ios\\/\",\"pinfo\":{\"version\":\"3.0.0\"},\"price\":\"0.00\",\"files\":[\"https:\\/\\/itunes.apple.com\\/us\\/app\\/wp-download-manager\\/id949343686\"],\"permalink\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-ios\\/\",\"currency\":\"$\",\"title\":\"WPDM for iOS\",\"thumbnail\":\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/plugins\\/download-manager\\/cache\\/wpdm-for-ios-200x200.png\",\"excerpt\":\"Using WP Download Manager App you can check download stats, sales stats and some...\",\"cats\":[\"add-ons\",\"free-add-ons\",\"tools\"],\"cart\":\"<a href=\'https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-ios\\/\' class=\'btn btn-info\' target=\'_blank\'><i class=\'icon icon-white icon-shopping-cart\'><\\/i> Buy Now<\\/a>\"},\"22597\":{\"ID\":22597,\"link\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/advanced-sales-report\\/\",\"pinfo\":{\"version\":\"1.0.0\"},\"price\":\"0.00\",\"files\":[\"wpdmpp-sales-report.zip\"],\"permalink\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/advanced-sales-report\\/\",\"currency\":\"$\",\"title\":\"Advanced Sales Report\",\"thumbnail\":\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/plugins\\/download-manager\\/cache\\/wpdm-sales-report-200x200.png\",\"excerpt\":\"Advanced Sales Report helps you to keep track on sales in your digital store, yo...\",\"cats\":[\"add-ons\",\"ecommerce-add-ons\",\"free-add-ons\",\"tools\"],\"cart\":\"<a href=\'https:\\/\\/www.wpdownloadmanager.com\\/download\\/advanced-sales-report\\/\' class=\'btn btn-info\' target=\'_blank\'><i class=\'icon icon-white icon-shopping-cart\'><\\/i> Buy Now<\\/a>\"},\"21693\":{\"ID\":21693,\"link\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-android\\/\",\"pinfo\":{\"version\":\"3.0.0\"},\"price\":\"0.00\",\"files\":[\"https:\\/\\/play.google.com\\/store\\/apps\\/details?id=com.w3eden.wpdownloadmanager\"],\"permalink\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-android\\/\",\"currency\":\"$\",\"title\":\"WPDM for Android\",\"thumbnail\":\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/plugins\\/download-manager\\/cache\\/wpdm-android-200x200.png\",\"excerpt\":\"Using WordPress Download Manager App you can check download stats, sales stats a...\",\"cats\":[\"add-ons\",\"free-add-ons\",\"tools\"],\"cart\":\"<a href=\'https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-android\\/\' class=\'btn btn-info\' target=\'_blank\'><i class=\'icon icon-white icon-shopping-cart\'><\\/i> Buy Now<\\/a>\"},\"21691\":{\"ID\":21691,\"link\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-api\\/\",\"pinfo\":{\"version\":\"3.0.0\"},\"price\":\"0.00\",\"files\":{\"1475398329472\":\"\\/home\\/wpdownlo\\/public_html\\/wp-content\\/uploads\\/download-manager-files\\/\\/wpdm-api.zip\"},\"permalink\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-api\\/\",\"currency\":\"$\",\"title\":\"WPDM Api\",\"thumbnail\":\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/plugins\\/download-manager\\/cache\\/wpdm-api-200x200.png\",\"excerpt\":\"You can use this add-on to handle remote data access request in your Download Ma...\",\"cats\":[\"add-ons\",\"free-add-ons\",\"tools\"],\"cart\":\"<a href=\'https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-api\\/\' class=\'btn btn-info\' target=\'_blank\'><i class=\'icon icon-white icon-shopping-cart\'><\\/i> Buy Now<\\/a>\"},\"15749\":{\"ID\":15749,\"link\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-button-templates\\/\",\"pinfo\":{\"version\":\"1.2.0\"},\"price\":\"0.00\",\"files\":[\"wpdm-button-templates.zip\"],\"permalink\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-button-templates\\/\",\"currency\":\"$\",\"title\":\"WPDM Button Templates\",\"thumbnail\":\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/plugins\\/download-manager\\/cache\\/wpdm-button-templates1-200x200.png\",\"excerpt\":\"WPDM Button Templates will add an additional short-code code with WordPress Down...\",\"cats\":[\"add-ons\",\"free-add-ons\",\"ui-add-ons\"],\"cart\":\"<a href=\'https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-button-templates\\/\' class=\'btn btn-info\' target=\'_blank\'><i class=\'icon icon-white icon-shopping-cart\'><\\/i> Buy Now<\\/a>\"},\"15739\":{\"ID\":15739,\"link\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-page-templates\\/\",\"pinfo\":{\"version\":\"\"},\"price\":\"0.00\",\"files\":[\"wpdm-page-template.zip\"],\"permalink\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-page-templates\\/\",\"currency\":\"$\",\"title\":\"WPDM Page Templates\",\"thumbnail\":\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/plugins\\/download-manager\\/cache\\/wpdm-page-templates1-200x200.png\",\"excerpt\":\"WPDM Page Templates add-on will help you to apply page type templates ( like ful...\",\"cats\":[\"add-ons\",\"free-add-ons\",\"ui-add-ons\"],\"cart\":\"<a href=\'https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-page-templates\\/\' class=\'btn btn-info\' target=\'_blank\'><i class=\'icon icon-white icon-shopping-cart\'><\\/i> Buy Now<\\/a>\"},\"15733\":{\"ID\":15733,\"link\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-image-button\\/\",\"pinfo\":{\"version\":\"2.3.3\"},\"price\":\"0.00\",\"files\":[\"wpdm-download-button.zip\"],\"permalink\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-image-button\\/\",\"currency\":\"$\",\"title\":\"WPDM Image Button\",\"thumbnail\":\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/plugins\\/download-manager\\/cache\\/wpdm-image-button-200x200.png\",\"excerpt\":\"WPDM - Image Button add-on will help you to replace the text (link label) in dow...\",\"cats\":[\"add-ons\",\"free-add-ons\",\"ui-add-ons\"],\"cart\":\"<a href=\'https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-image-button\\/\' class=\'btn btn-info\' target=\'_blank\'><i class=\'icon icon-white icon-shopping-cart\'><\\/i> Buy Now<\\/a>\"},\"15747\":{\"ID\":15747,\"link\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-colorbox\\/\",\"pinfo\":{\"version\":\"1.0.0\"},\"price\":\"0.00\",\"files\":[\"wpdm-colorbox.zip\"],\"permalink\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-colorbox\\/\",\"currency\":\"$\",\"title\":\"WPDM ColorBox\",\"thumbnail\":\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/plugins\\/download-manager\\/cache\\/wpdm-colorbox1-200x200.png\",\"excerpt\":\"WPDM Colorbox add-on will show the additional previews using jquery color box pl...\",\"cats\":[\"add-ons\",\"free-add-ons\"],\"cart\":\"<a href=\'https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-colorbox\\/\' class=\'btn btn-info\' target=\'_blank\'><i class=\'icon icon-white icon-shopping-cart\'><\\/i> Buy Now<\\/a>\"},\"15691\":{\"ID\":15691,\"link\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-extended-short-codes\\/\",\"pinfo\":{\"version\":\"2.8.1\"},\"price\":\"0.00\",\"files\":[\"\\/home\\/wpdownlo\\/public_html\\/wp-content\\/uploads\\/download-manager-files\\/\\/wpdm-extended-shortcodes.zip\"],\"permalink\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-extended-short-codes\\/\",\"currency\":\"$\",\"title\":\"WPDM Extended Short-codes\",\"thumbnail\":\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/plugins\\/download-manager\\/cache\\/wpdm-extended-shortcode-200x200.png\",\"excerpt\":\"WPDM Extended Short-codes add-on will give you better experience in using WordPr...\",\"cats\":[\"add-ons\",\"free-add-ons\",\"tools\"],\"cart\":\"<a href=\'https:\\/\\/www.wpdownloadmanager.com\\/download\\/wpdm-extended-short-codes\\/\' class=\'btn btn-info\' target=\'_blank\'><i class=\'icon icon-white icon-shopping-cart\'><\\/i> Buy Now<\\/a>\"},\"15665\":{\"ID\":15665,\"link\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/advanced-tinymce-button\\/\",\"pinfo\":{\"version\":\"2.7.0\"},\"price\":\"0.00\",\"files\":[\"\\/home\\/wpdownlo\\/public_html\\/wp-content\\/uploads\\/download-manager-files\\/\\/wpdm-tinymce-button.zip\"],\"permalink\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/advanced-tinymce-button\\/\",\"currency\":\"$\",\"title\":\"Advanced TinyMCE button\",\"thumbnail\":\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/plugins\\/download-manager\\/cache\\/tinymce-button-200x200.png\",\"excerpt\":\"Advanced TinyMCE button add-on will add a button with tinymce editor from where ...\",\"cats\":[\"add-ons\",\"free-add-ons\",\"tools\"],\"cart\":\"<a href=\'https:\\/\\/www.wpdownloadmanager.com\\/download\\/advanced-tinymce-button\\/\' class=\'btn btn-info\' target=\'_blank\'><i class=\'icon icon-white icon-shopping-cart\'><\\/i> Buy Now<\\/a>\"},\"15671\":{\"ID\":15671,\"link\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/premium-package-wordpress-digital-store-solution\\/\",\"pinfo\":{\"version\":\"3.8.5\"},\"price\":\"0.00\",\"files\":[\"wpdm-premium-packages.zip\"],\"permalink\":\"https:\\/\\/www.wpdownloadmanager.com\\/download\\/premium-package-wordpress-digital-store-solution\\/\",\"currency\":\"$\",\"title\":\"Premium Package – WordPress Digital Store Solution\",\"thumbnail\":\"https:\\/\\/www.wpdownloadmanager.com\\/wp-content\\/plugins\\/download-manager\\/cache\\/wpdm-premium-package-200x200.png\",\"excerpt\":\"WordPress Digital Store Solution - Premium Package add-on adds pricing and licen...\",\"cats\":[\"add-ons\",\"ecommerce-add-ons\",\"featured-add-ons\",\"free-add-ons\",\"tools\"],\"cart\":\"<a href=\'https:\\/\\/www.wpdownloadmanager.com\\/download\\/premium-package-wordpress-digital-store-solution\\/\' class=\'btn btn-info\' target=\'_blank\'><i class=\'icon icon-white icon-shopping-cart\'><\\/i> Buy Now<\\/a>\"}}}','yes'),(55080,'GOTMLS_settings_array','a:11:{s:12:\"msg_position\";a:4:{i:0;s:4:\"80px\";i:1;s:4:\"40px\";i:2;s:5:\"400px\";i:3;s:5:\"600px\";}s:9:\"scan_what\";i:2;s:10:\"scan_depth\";i:-1;s:11:\"exclude_ext\";a:28:{i:0;s:3:\"png\";i:1;s:3:\"jpg\";i:2;s:4:\"jpeg\";i:3;s:3:\"gif\";i:4;s:3:\"bmp\";i:5;s:3:\"tif\";i:6;s:4:\"tiff\";i:7;s:3:\"psd\";i:8;s:3:\"svg\";i:9;s:3:\"ico\";i:10;s:3:\"doc\";i:11;s:4:\"docx\";i:12;s:3:\"ttf\";i:13;s:3:\"fla\";i:14;s:3:\"flv\";i:15;s:3:\"mov\";i:16;s:3:\"mp3\";i:17;s:3:\"pdf\";i:18;s:3:\"css\";i:19;s:3:\"pot\";i:20;s:2:\"po\";i:21;s:2:\"mo\";i:22;s:2:\"so\";i:23;s:3:\"exe\";i:24;s:3:\"zip\";i:25;s:2:\"7z\";i:26;s:2:\"gz\";i:27;s:3:\"rar\";}s:12:\"check_custom\";s:0:\"\";s:11:\"exclude_dir\";a:0:{}s:8:\"user_can\";s:16:\"activate_plugins\";s:10:\"scan_level\";i:3;s:5:\"check\";a:4:{i:0;s:8:\"htaccess\";i:1;s:8:\"timthumb\";i:2;s:8:\"backdoor\";i:3;s:5:\"known\";}s:10:\"dont_check\";a:0:{}s:15:\"skip_quarantine\";i:0;}','yes'),(55084,'GOTMLS_scan_log/198.51.197.174/1508372879.4424','a:2:{s:8:\"settings\";a:11:{s:12:\"msg_position\";a:4:{i:0;s:4:\"80px\";i:1;s:4:\"40px\";i:2;s:5:\"400px\";i:3;s:5:\"600px\";}s:9:\"scan_what\";i:2;s:10:\"scan_depth\";i:-1;s:11:\"exclude_ext\";a:28:{i:0;s:3:\"png\";i:1;s:3:\"jpg\";i:2;s:4:\"jpeg\";i:3;s:3:\"gif\";i:4;s:3:\"bmp\";i:5;s:3:\"tif\";i:6;s:4:\"tiff\";i:7;s:3:\"psd\";i:8;s:3:\"svg\";i:9;s:3:\"ico\";i:10;s:3:\"doc\";i:11;s:4:\"docx\";i:12;s:3:\"ttf\";i:13;s:3:\"fla\";i:14;s:3:\"flv\";i:15;s:3:\"mov\";i:16;s:3:\"mp3\";i:17;s:3:\"pdf\";i:18;s:3:\"css\";i:19;s:3:\"pot\";i:20;s:2:\"po\";i:21;s:2:\"mo\";i:22;s:2:\"so\";i:23;s:3:\"exe\";i:24;s:3:\"zip\";i:25;s:2:\"7z\";i:26;s:2:\"gz\";i:27;s:3:\"rar\";}s:12:\"check_custom\";s:0:\"\";s:11:\"exclude_dir\";a:0:{}s:8:\"user_can\";s:16:\"activate_plugins\";s:10:\"scan_level\";i:3;s:5:\"check\";a:4:{i:0;s:8:\"htaccess\";i:1;s:8:\"timthumb\";i:2;s:8:\"backdoor\";i:3;s:5:\"known\";}s:10:\"dont_check\";a:0:{}s:15:\"skip_quarantine\";i:0;}s:4:\"scan\";a:5:{s:3:\"dir\";s:27:\"/home4/zphiblgz/public_html\";s:5:\"start\";i:1508372958;s:4:\"type\";s:13:\"Complete Scan\";s:9:\"microtime\";d:1119;s:7:\"percent\";i:0;}}','yes'),(55082,'GOTMLS_Installation_Keys','s:74:\"a:1:{s:32:\"7ff85b98c5471215593969a8868e33e4\";s:20:\"https://zphiblgz.org\";}\";','yes'),(55083,'GOTMLS_definitions_blob','YTo4OntzOjk6InBvdGVudGlhbCI7YToxNTp7czo=OiJldmFsIjthOjI6e2k6MDtzOjU6IkVBUExxIjtpOjE7czozNToiL1teYS16XC8nIl1ldmFsXChbXlwpXStbJyJcc1wpO1=rL2kiO31zOjk6ImF1dGhfcGFzcyI7YToyOntpOjA7czo1OiJIMU45WSI7aToxO3M6MjE6Ii9cJGF1dGhfcGFzc1xzKj=uKzsvaSI7fXM6MjE6ImRvY3VtZW5=LndyaXRlIGlmcmFtZSI7YToyOntpOjA7czo1OiJIMVBBTyI7aToxO3M6NTI6Ii9kb2N1bWVudFwud3JpdGVcKChbJyJdKTxpZnJhbWUgLis8XC9pZnJhbWU-XDFcKTsqL2kiO31zOjE1OiJwcmVnX3JlcGxhY2UgL2UiO2E6Mjp7aTowO3M6NToiRzg1RjIiO2k6MTtzOjQ3OiIvcHJlZ19yZXBsYWNlXHMqXCguK1tcL1wjXHxdW2ldKmVbaV=qWyciXS4rXCkvaSI7fXM6MjA6ImV4ZWMgc3lzdGVtIHBhc3N=aHJ1IjthOjI6e2k6MDtzOjU6IkVBUExnIjtpOjE7czo1MToiLzxcPy4rP2V4ZWNcKC4rP3N5c3RlbVwoLis_cGFzc3RocnVcKC4rZndyaXRlXCguKy9zIjt9czoyOToiRXh=ZXJuYWwgUmVkaXJlY3QgUmV3cml=ZVJ1bGUiO2E6Mjp7aTowO3M6NToiRjFVSVoiO2k6MTtzOjQyOiIvUmV3cml=ZVJ1bGUgW14gXSsgaHR=cFw6XC9cLyg_ITEyN1wuKS4qL2kiO31zOjM1OiJubyBlcnJvcl9yZXBvcnRpbmcgbG9uZyBsaW5lcyBhbG9uZSI7YToyOntpOjA7czo1OiJIMlM4aiI7aToxO3M6NzQ6Ii88XD9bXHNocF=qXEA_ZXJyb3JfcmVwb3J=aW5nXCgwXCk7Lis_W2EtejAtOVwvXC1cPSciXC5dezIwMDB9Lio_KCR8XD8-KS9pIjt9czoyMjoicHJvdGVjdGVkIGJ5IGNvcHlyaWdodCI7YToyOntpOjA7czo1OiJEOE1DdyI7aToxO3M6MTM2OiIvXC9cKiBUaGlzIGZpbGUgaXMgcHJvdGVjdGVkIGJ5IGNvcHlyaWdodCBsYXcgYW5kIHByb3ZpZGVkIHVuZGVyIGxpY2Vuc2UuIFJldmVyc2UgZW5naW5lZXJpbmcgb2YgdGhpcyBmaWxlIGlzIHN=cmljdGx5IHByb2hpYml=ZWQuIFwqXC8vIjt9czoxOToiYSBzcGFuIGNvbG9yIEYxRUZFNCI7YToyOntpOjA7czo1OiJEOFJBUCI7aToxO3M6MTE4OiIvXDxhIFteXD5dK1w-XDxzcGFuIHN=eWxlPSJjb2xvclw6XCNGMUVGRTQ7Ilw-KC4rPylcPFwvc3Bhblw-XDxcL2FcPlw8c3BhbiBzdHlsZT=iY29sb3JcOlwjRjFFRkU=OyJcPiguKz8pXDxcL3NwYW5cPi9pIjt9czoxNzoiVmFyaWFibGUgRnVuY3Rpb24iO2E6Mjp7aTowO3M6NToiRTg1NkwiO2k6MTtzOjY3OiIvKDwhXGQpXCRbXCRce1=qW2EtelwtXF8wLTldK1tcfSBcdF=qKFxbW15cXV=rXF1bIFx=XSopKlwoLio_XClcOy9pIjt9czoxMToiVGFnZ2VkIENvZGUiO2E6Mjp7aTowO3M6NToiRTRMTUciO2k6MTtzOjI=OiIvXCMoXHcrKVwjLis_XCNcL1wxXCMvaXMiO31zOjE1OiJjcmVhdGVfZnVuY3Rpb24iO2E6Mjp7aTowO3M6NToiRzFNRmUiO2k6MTtzOjc4OiIvKFwkW2Etel8wLTldK1s9XHNcQF=rKT9jcmVhdGVfZnVuY3Rpb25cKFteLF=rLFtcc1wkXC5cW1xdYS16XzAtOV=rW1xzXCldKzsqL2kiO31zOjQzOiJmdW5jdGlvbiBhZGRfYWN=aW9uIHdwX2VucXVldWVfc2NyaXB=IGpzb24yIjthOjI6e2k6MDtzOjU6IkYxMTR2IjtpOjE7czoxNzoiL2pzb24yXC5taW5cLmpzL2kiO31zOjQ3OiJSZXdyaXRlQ29uZCBIVFRQX1VTRVJfQUdFTlQgUmV3cml=ZVJ1bGUgaHR=cCBJUCI7YToyOntpOjA7czo1OiJGMjc3aCI7aToxO3M6ODQ6Ii8oUmV3cml=ZUNvbmQgXCVce=hUVFBfVVNFUl9BR=VOVFx9IC4rXHMrKStSZXdyaXRlUnVsZSBcXi4qXCQgaHR=cDpcL1wvKD8hMTI3XC4pLiovaSI7fXM6MTI6InRpdGxlIGhhY2tlZCI7YToyOntpOjA7czo1OiJIMlM4bSI7aToxO3M6Mjc6Ii88dGl=bGU-W148XSpoYWNrWzNlXVtyZF=vaSI7fX1zOjg6ImZpcmV3YWxsIjthOjM6e3M6OToiUmV2U2xpZGVyIjthOjc6e2k6MDtzOjU6IkdCS=ZyIjtpOjE7czozNjoiUmV2b2x1dGlvbiBTbGlkZXIgRXhwbG9pdCBQcm9=ZWN=aW9uIjtpOjI7czo=MTM6IlRoaXMgcHJvdGVjdGlvbiBpcyBhdXRvbWF=aWNhbGx5IGFjdGl2YXRlZCBiZWNhdXNlIG9mIHRoZSB3aWRlc3ByZWFkIGF=dGFja3Mgb24gV29yZFByZXNzIHRoYXQgaGF2ZSBhZmZlY3RlZCBzbyBtYW55IHNpdGVzLiBJdCBpcyBzdGlsbCByZWNvbW1lbmRlZCB=aGF=IHlvdSBtYWtlIHN1cmUgdG8gdXBncmFkZSBhbnkgb2xkZXIgdmVyc2lvbnMgb2YgdGhlIFJldm9sdXRpb24gU2xpZGVyIHBsdWdpbiwgZXNwZWNpYWxseSB=aG9zZSBpbmNsdWRlZCBpbiB=aGVtZXMgdGhhdCB3aWxsIG5vdCB1cGRhdGUgYXV=b21hdGljYWxseS4gRXZlbiBpZiB5b3UgZG9uJ3QgdGhpbmsgeW91IGhhdmUgUmV2b2x1dGlvbiBTbGlkZXIgb24geW91ciBzaXRlIGl=IGRvZW4ndCBodXJ=IHRvIGhhdmUgdGhpcyBwcm9=ZWN=aW9uIGVuYWJsZWQuIjtpOjM7czo2OiJTRVJWRVIiO2k6NDtzOjIwOiIvXC9hZG1pbi1hamF4XC5waHAvaSI7aTo1O3M6NzoiUkVRVUVTVCI7aTo2O3M6MTE5OiIvXCZpbWc9W15cJl=qKD88IVwucG5nKSg_PCFcLmpwZykoPzwhXC5qcGVnKSg_PCFcLmdpZikoPzwhXC5ibXApKD88IVwudGlmKSg_PCFcLnRpZmYpKD88IVwucHNkKSg_PCFcLnN2ZykoPzwhXC5pY28pXCYvaSI7fXM6OToiVHJhdmVyc2FsIjthOjU6e2k6MDtzOjU6IkdCS=M4IjtpOjE7czozMDoiRGlyZWN=b3J5IFRyYXZlcnNhbCBQcm9=ZWN=aW9uIjtpOjI7czoyMTY6IlRoaXMgcHJvdGVjdGlvbiBpcyBhdXRvbWF=aWNhbGx5IGFjdGl2YXRlZCBiZWNhdXNlIHRoaXMgdHlwZSBvZiBhdHRhY2sgaXMgcXVpdGUgY29tbW9uLiBUaGlzIHByb3RlY3Rpb24gY2FuIHByZXZlbnQgaGFja2VycyBmcm9tIGFjY2Vzc2luZyBzZWN1cmUgZmlsZXMgaW4gcGFyZW5=IGRpcmVjdG9yaWVzIChvciB1c2VyJ3MgZm9sZGVycyBvdXRzaWRlIHRoZSBzaXRlX3Jvb3QpLiI7aTozO3M6NzoiUkVRVUVTVCI7aTo=O3M6MjI6Ii89W1xzXC9dKihcLlwufGV=YylcLy8iO31zOjk6IlVwbG9hZFBIUCI7YTo1OntpOjA7czo1OiJHQ=9BVCI7aToxO3M6MjY6IlVwbG9hZCBQSFAgRmlsZSBQcm9=ZWN=aW9uIjtpOjI7czoxNzc6IlRoaXMgcHJvdGVjdGlvbiBpcyBhdXRvbWF=aWNhbGx5IGFjdGl2YXRlZCBiZWNhdXNlIHRoaXMgdHlwZSBvZiBhdHRhY2sgaXMgZXh=cmVtZWx5IGRhbmdlcm91cy4gVGhpcyBwcm9=ZWN=aW9uIGNhbiBwcmV2ZW5=IGhhY2tlcnMgZnJvbSB1cGxvYWRpbmcgbWFsaWNpb3VzIGNvZGUgdmlhIHdlYiBzY3JpcHRzLiI7aTozO3M6NToiRklMRVMiO2k6NDtzOjIwOiIvbmFtZT1bXlwmXSpcLnBocFwmLyI7fX1zOjg6ImJhY2tkb29yIjthOjU4OntzOjIxOiJzaGVsbCBzeXN=ZW=gcGFzc3RocnUiO2E6Mjp7aTowO3M6NToiRDhESjkiO2k6MTtzOjk5OiIvXDxcPyguKz8pKHNoZWxsfGF1dGhwKSguKz8pZXJyb3JfcmVwb3J=aW5nXCgwXCkoLis_KXNldF9=aW1lX2xpbWl=XCgwXCkoLis_KWluaV9zZXRcKC4rZm9wZW5cKC4rL3MiO31zOjI2OiJHRVRkb19yZW1vdmUgc2FmZV9tb2RlIGVuZCI7YToyOntpOjA7czo1OiJDQ1VMMyI7aToxO3M6MTE=OiIvaWZcKFwkX=dFVFxbJ2RvJ1xdPT=icmVtb3ZlIlwpXHtcbnVubGlua1woZ2V=Y3dkXChcKVwuXCRfU=VSVkVSXFsiU=NSSVBUX=5BTUUiXF1cKTsuK3NhZmVfbW9kZS4rZWxzZS4rJ1wuXCRlbmQ7L3MiO31zOjQwOiJzZXRfZXJyb3JfaGFuZGxlciBldmFsIGZpbGVfZ2V=X2NvbnRlbnRzIjthOjI6e2k6MDtzOjU6IkY5UzlXIjtpOjE7czoxMjQ6Ii8oZXJyb3JfcmVwb3J=aW5nXCguKz98c2V=X2Vycm9yX2hhbmRsZXJcKC4rPykqZXZhbFwoW15cKV=qPyhcJHJlcXVlc3R8c3RycmV2XCgpW15cKV=qP2ZpbGVfZ2V=X2NvbnRlbnRzXCgnW14nXSsnW1wpXHNdKzsvaXMiO31zOjE4OiJldmFsIFJFUVVFU1QgYWxvbmUiO2E6Mjp7aTowO3M6NToiRjRQTFAiO2k6MTtzOjE2MjoiLzxcP1twaFxzXSsoKFwkW2EtelxfMC=5XSspXHMqPVxzKlwkXyhSRVFVRVN8R=V8UE9TKVRbXjtdKztccyopP1xAP2V2YWwoW1woXHMqXEBdK3N=cmlwc2xhc2hlcyk_W1woXHMqXEBdKyhcMnxcJF8oUkVRVUVTfEdFfFBPUylUXHMqKFxbW15cXV=rXF1ccyopKylbXCk7XHNdK1w_Pi9pIjt9czoxODoiZnVuY3Rpb24gQlNTViBldmFsIjthOjI6e2k6MDtzOjU6IkQ=TkNDIjtpOjE7czo2OToiLyhcL1wqLio_XCpcL1tcclxuIFx=XSopKmZ1bmN=aW9uIEJTU1ZcKC4rZXZhbFwoQlNTVlwoLis_W1wpXStbO1=qL2lzIjt9czoyMzoiRmlsZXNNYW4gcHJlZ19yZXBsYWNlIC4iO2E6Mjp7aTowO3M6NToiRUNGSHMiO2k6MTtzOjI=NjoiLzxcP1twaFxzXSooXC9cKi4rP1wqXC9ccyopKihcJFthLXpcXzAtOV=rXHMqPVteO1=rO1xzKikqXCRbYS16XF8wLTldK1xzKj1bXHMiJ1=qRlsiJ1wuXHNdKmlbIidcLlxzXSpsWyInXC5cc1=qZVsiJ1wuXHNdKnNbIidcLlxzXSpNWyInXC5cc1=qYVsiJ1wuXHNdKm5bIidcc1=qOyhccypcJFthLXpcXzAtOV=rXHMqPVteO1=rOykqXHMqKFwkW2EtelxfMC=5XSt8cHJlZ19yZXBsYWNlKVwoW15cKV=qW1wpO1xzXSsoJHxcPz4pL2lzIjt9czoyOToiaWYgaXNzZXQgUkVRVUVTVCBldmFsIFJFUVVFU1QiO2E6Mjp7aTowO3M6NToiRjdVRFAiO2k6MTtzOjIyOToiL2lmW1xzXChdK2lzc2V=W1xzXChdK1wkXyhSRVFVRVN8R=V8UE9TKVQoXChbXlwpXSpcKSt8XFtbXlxdXSpcXSt8XHtbXlx9XSpcfSspKlteXHtdK1tce1xzXStldmFsW1xzXChdKyhbYS16XzAtOV=rXChccyopKlwkXyhSRVFVRVN8R=V8UE9TKVQoXChbXlwpXSpcKSt8XFtbXlxdXSpcXSt8XHtbXlx9XSpcfSspKltcc1wpO1=rKChkaWV8ZXhpdHxlY2hvfHByaW5=KVteO1=qO1xzKikqXH1bO1xzXSsvaSI7fXM6MzI6ImVycm9yX3JlcG9ydGluZyBwYXNzd29yZCBleGl=IG1lIjthOjI6e2k6MDtzOjU6IkQ1QkJrIjtpOjE7czoxNzI6Ii88XD8ocGhwKT9bXHJcbiBcdF=qZXJyb3JfcmVwb3J=aW5nXCgwXCk7W1xyXG4gXHRdKlwvXC9JZiB=aGVyZSBpcyBhbiBlcnJvciwgd2UnbGwgc2hvdyBpdCwga1w_W1xyXG4gXHRdKlwkcGFzc3dvcmRbPSBcdF=rLisgOi1cKVtcclxuIFx=XSpleGl=XChcKTtbXHJcbiBcdF=qXD8-XC5cJG1lXC4vaXMiO31zOjI4OiJwaHAgU3RhcnRpbmcgY2FsbHMgYzk5c2hleGl=IjthOjI6e2k6MDtzOjU6IkQ1REg3IjtpOjE7czoxMDY6Ii88XD8ocGhwKSpbXHJcbiBcdF=rXC9cL1N=YXJ=aW5nIGNhbGxzLitjaGRpclwoXCRsYXN=ZGlyXClbO1xyXG4gXHRdK1thLXowLTldK2V4aXRcKFwpWztcclxuIFx=XSooXD8-KSovaXMiO31zOjM1OiJpZiBpc3NldCBSRVFVRVNUIGZvcmVhY2ggYXJyYXkgZXZhbCI7YToyOntpOjA7czo1OiJHM=4wMSI7aToxO3M6MTU5OiIvaWZbXHNcKF=rKFthLXpfMC=5XStccypcKFxzKikqXCRfKFJFUVVFU3xHRXxQT1MpVFxbW15ce1=rXHtccyooXCRbYS16XzAtOV=rXHMqPVteO1=rO1xzKnwuKj9mb3JlYWNoXChhcnJheS4qPykqW1xzXEBdKihzeXN=ZW18ZXZhbClcKC4rXHMqKGV4aXRbXjtdKjtccyopKlx9L2kiO31zOjIwOiJwaHAgcGFzc3dvcmQgaGdfZXhpdCI7YToyOntpOjA7czo1OiJEOEo3ZSI7aToxO3M6NDg6Ii88XD8ocGhwKT8oXHMpK1wkcGFzc3dvcmQoLis_KWhnX2V4aXRcKFwpOyguKykvcyI7fXM6NzI6ImlmIGVtcHR5IFNFUlZFUiBIVFRQX1VTRVJfQUdFTlQgc2V=X3RpbWVfbGltaXQgbW92ZV91cGxvYWRlZF9maWxlIHJldHVybiI7YToyOntpOjA7czo1OiJHOEdCVCI7aToxO3M6MzAzOiIvKDxodG1sLio_PGJvZHk-XHMqKT88XD9bcGhdKlxzKigocHJpbnR8ZWNobylbXjtdKjtccyp8XC9cKlteXCpdKihcKlteXCpcL1=qKStcL1xzKikqaWZbXHNcKFwhXSsoXEA_aXNfdXBsb2FkZWRfZmlsZXxlbXB=eVwoXCRfU=VSVkVSXFtbIiddSFRUUF9VU=VSX=FHRU5UWyInXVxdW1wpXHNdKyguKz8pc2V=X3RpbWVfbGltaXQpLis_bW92ZV91cGxvYWRlZF9maWxlLisocmV=dXJuIFwkW2Etel8wLTldK3x=b3VjaFxzKihcL1wqLio_XCpcL1xzKikqXChbXjtdKyk7W1xzXH1dKygkfFw_Pihccyo8XC8oYm9keXxodG1sKT4pKikvaXMiO31zOjMzOiIvYXV=aF9wYXNzIGxvdmUgc2V=X2Vycm9yX2hhbmRsZXIiO2E6Mjp7aTowO3M6NToiREFNOXIiO2k6MTtzOjkzOiIvXDxcPyg_PS4qXCRhdXRoX3Bhc3MpKD89Lipsb3ZlTG9naW4pKD89Lipsb3Zlc2V=Y29va2llKSg_PS4qc2V=X2Vycm9yX2hhbmRsZXJcKCkuKyhcP1w-KSovaXMiO31zOjQ5OiJmdW5jdGlvbiBnemluZmxhdGUgYmFzZTY=X2RlY29kZSBmb3IgY2hyIG9yZCBldmFsIjthOjI6e2k6MDtzOjU6IkY4Vkd4IjtpOjE7czoyMjE6Ii8oZnVuY3Rpb25ccysoW2Etel8wLTldKylccypcKFxzKihcJFthLXpfMC=5XSspW1wpXHNce1=rXDNbPVxzXStnemluZmxhdGVcKGJhc2U2NF9kZWNvZGVcKC4rW1wpO1xzXSspP2Zvcltcc1woXSsuKz9ce1xzKihcJFthLXpfMC=5XSspW1wuXHNdKj1bXEBcc1=qY2hyXChbXjtdK1s7XHNcfV=rKHJldHVyblteO1=qWztcfVxzXSspP2V2YWxcKChcMlwofFw=KVteXCldKltcKVxzXSs7Ki9pIjt9czoyMjoiZXZhbCBhcnJheV9wb3AgUkVRVUVTVCI7YToyOntpOjA7czo1OiJEQk=5NSI7aToxO3M6NjM6Ii9ldmFsXChbXHRhLXpfMC=5IFwoXSphcnJheV9wb3BcKFwkXyhHRXxQT1N8UkVRVUVTKVRbXCldK1s7XSovaSI7fXM6MjM6ImlmIGZvciB1bnNldCB3cF93cCBmb3JtIjthOjI6e2k6MDtzOjU6IkU4R=JQIjtpOjE7czoxMjQ6Ii8oXCR3cFtfXSt3cFsgXHRdKj1bXjtdKztbXHJcbiBcdF=qKSooaWZ8Zm9yfHVuc2V=KVsgXHRdKlwoXCR3cFtfXSt3cFteO1=rOy4rP1w_Pjxmb3JtLis_bmFtZT1bJyJdd3BbX1=rd3BbJyJdLis_PFwvZm9ybT4vaXMiO31zOjI4OiJhc3NlcnQgSGV4IDY=ZW5jb2RlZFRleHQgSGV4IjthOjI6e2k6MDtzOjU6IkY1MkRFIjtpOjE7czoyOTQ6Ii8oYXNzZXJ=X29wdGlvbnNcKC4rP1wpO1xzKnxmdW5jdGlvbiBbYS16XzAtOV=rXChbXlwpXSpbXClcc1x7XSsuKz9yZXR1cm5bXjtdKls7XH1cc1=rfFwkKGNvbG9yfGF1dGh8cGFzc3xkZWZhdWx=fF9fKVtfXC1cPlwuYS16MC=5XSpccyo9Lis_O1xzKikqKCgoXCRbYS16XzAtOV=rKVxzKj=uKj9cJFwyfChcJFthLXpfMC=5XSspXHMqPS4qP1w1KS4qXHMqKSphc3NlcnRcKFxzKigiKFxceFswLTlBLUZdWzAtOUEtRl=pKydbXC9hLXpcXzAtOVw9XSsnKFxceFswLTlBLUZdWzAtOUEtRl=pKyJ8XDYpW1wpXHNdKzsvaSI7fXM6MjQ6IndlYiBzaGVsbCBmb3BlbiBwYXNzdGhydSI7YToyOntpOjA7czo1OiJFMjY=cSI7aToxO3M6Njk6Ii9eLis_ZXJyb3JfcmVwb3J=aW5nXCguKz93ZWJbIFx=XSpzaGVsbC4rP2ZvcGVuXCguKz9wYXNzdGhydVwoLis_JC9pcyI7fXM6NTc6InBocCBpZiBpc19kaXIgZmlsZV9nZXRfY29udGVudHMgaWYgZmlsZV9wdXRfY29udGVudHMgZWNobyI7YToyOntpOjA7czo1OiJHN=QwVyI7aToxO3M6MzQ1OiIvPFw_W3BoXHNdKyhcL1wvW15cbl=qW1xyXG5dK3xcJFthLXpfMC=5XStccyo9W147XSo7XHMqfGVycm9yX3JlcG9ydGluZ1woW147XSs7XHMqKSsuKz8oaW5jbHVkZVteO1=qd3AtY2xhc3MtaGVhZGVycy5waHAuKz98aWZbXChcc1=raXNfZGlyW15ce1=rXHsoXHMqXCRbYS16XzAtOV=rXHMqPWZpbGVffFteXH1dK1x9XHMqKWdldF8oYWxsX2RpcnNcKC4rP3xjb25=ZW5=c1woW147XSo7XHMqXCRbYS16XzAtOV=rXHMqPVteO1=qO1xzKihpZltcKFxzXSspPykpZmlsZV9wdXRfY29udGVudHNcKC4rPygodG91Y2hcKC4rfGVjaG9bXjtdKjtccyp8XH=oXHMqZWxzZVtcc1x7XSspPylccyopKygkfFw_PikvaXMiO31zOjUzOiJ2YXIgZnVuY3Rpb25zIHJldHVybiBuZXcgUmVjdXJzaXZlQXJyYXlJdGVyYXRvciBhcnJheSI7YToyOntpOjA7czo1OiJFMjY2YyI7aToxO3M6MTkxOiIvKFwkW2EtelxfMC=5XStbXHQgPV=rIlthLXpcX1wtXFwwLTldKiI7W1xyXG4gXHRdKikrKChcJFthLXpcXzAtOV=rW1x=ID1dKyk_XCRbYS16XF8wLTldK1woKy4rP1tcKV=rO1tcclxuIFx=XSopKy4rcmV=dXJuWyBcdF=rbmV3WyBcdF=rUmVjdXJzaXZlQXJyYXlJdGVyYXRvcltcKCBcdF=rYXJyYXkuKz9bXCkgXHRdKztbXH1dKy9pcyI7fXM6NzY6ImRpc3BsYXlfZXJyb3JzIGZpbGVfZ2V=X2NvbnRlbnRzIF9SRVFVRVNUIGZpbGVuYW1lIHVwZGF=ZV9jb2RlIGZ3cml=ZSB1bmxpbmsiO2E6Mjp7aTowO3M6NToiRzhNSjQiO2k6MTtzOjE1MzoiL14uKz8oZXJyb3JfcmVwb3J=aW5nXCgwXCl8ZGlzcGxheV9lcnJvcnMpLis_KGZpbGVfZ2V=X2NvbnRlbnRzXChbXjtdKnx1cmxkZWNvZGVcKClcJF8oUE98UkVRVUUpU1RcW1siJ11mW2lsZV=qbmFtZVtzXT9bIiddXF=uKz9md3JpdGVcKC4rP3VubGlua1woLiskL2lzIjt9czo1MToiZGlzcGxheV9lcnJvcnMgY3JlYXRlX3dwX3VzZXIgUkVRVUVTVCBmd3JpdGUgdW5saW5rIjthOjI6e2k6MDtzOjU6IkUyRjliIjtpOjE7czo3OToiL14uKz9kaXNwbGF5X2Vycm9ycy4rP2NyZWF=ZV93cF91c2VyXChcJF9SRVFVRVNUXFsuKz9md3JpdGVcKC4rP3VubGlua1woLis_JC9pcyI7fXM6MTc6InBocCBjbGFzcyB2aWFXb3JtIjthOjI6e2k6MDtzOjU6IkY3NEVlIjtpOjE7czoyNTI6Ii88XD9bcGhcc1=rKFwvXCouKj9cKlwvXHMqKSooY2xhc3MgdmlhV29ybVxzKlx7Lis_ZndyaXRlXCguKz9maWxlX2dldF9jb25=ZW5=c1woLis_dW5saW5rXCguKz9iYXNlNjRfZW5jb2RlXCguKz8pP2ZpbGVfcHV=X2NvbnRlbnRzXChbXixdKyxccypiYXNlNjRfZGVjb2RlXCgoXEA_ZmlsZV9nZXRfY29udGVudHNcKC4rfFteXCldK1tcKTtcc1=rZWNob1tcc1woXStmaWxlX2dldF9jb25=ZW5=c1woW15cKV=rW1wpO1xzXSsoJHxcPz4pKS9pcyI7fXM6NDI6ImlmIGlzc2V=IFJFUVVFU1QgRklMRSBzdHJpcHNsYXNoZXMgUkVRVUVTVCI7YToyOntpOjA7czo1OiJHNjhDMyI7aToxO3M6MjgyOiIvaWZbXHNcKF=raXNzZXRbXHNcKF=rXCRfKEdFfFBPU3xSRVFVRVMpVChccypcW1teXF1dKlxdK3xccypce1teXH1dKlx9KykrW1xzXClce1=rKChcJFthLXpfMC=5XSspXHMqPVxzKlwkXyhHRXxQT1N8UkVRVUVTKVQoXHMqXFtbXlxdXSpcXSt8XHMqXHtbXlx9XSpcfSspK1teO1=qWztcc1=qKSooYXNzZXJ=fGV2YWx8XCRbYS16XzAtOV=rKVxzKlwoK3N=cmlwc2xhc2hlc1woXCRfKEdFfFBPU3xSRVFVRVMpVChccypcW1teXF1dKlxdK3xccypce1teXH1dKlx9KykrW1xzXCldKztbXH1cc1=qL2kiO31zOjgxOiJlcnJvcl9yZXBvcnRpbmcgZXZhbCBjdXJsX2luaXQgZmlsZV9nZXRfY29udGVudHMgZmlsZV9wdXRfY29udGVudHMgaW5jbHVkZSB1bmxpbmsiO2E6Mjp7aTowO3M6NToiRTVFRFoiO2k6MTtzOjIwMToiL1wkW2EtelxfMC=5XStbPVxzXStfX=ZJTEVfXztccypcJFthLXpcXzAtOV=rW1xzPV1bXjtdezIwMDB9Lio_ZXJyb3JfcmVwb3J=aW5nXCguKz9ldmFsXCguKz8oY3VybF9pbml=fGZpbGVfZ2V=X2NvbnRlbnRzKS4rP2ZpbGVfcHV=X2NvbnRlbnRzXCguKz9pbmNsdWRlLio_dW5saW5rXCguKj9cKTtccypcfVxzKmVsc2Vccypce1teXH1dK1tcfV=rL2lzIjt9czo2MDoicGF=aCBpZiBmaWxlX2V4aXN=cyBpc193cml=YWJsZSBpZiBmdW5jdGlvbl9leGlzdHMgV3JpdGVEYXRhIjthOjI6e2k6MDtzOjU6IkU1RkN2IjtpOjE7czoxMzk6Ii9cJHBhdGhbPVxzXSsuK1tcc1=qaWZbXHNdKlwoXCFmaWxlX2V4aXN=c1woLis_aXNfd3JpdGFibGVcKFteXCldKltcKVxzXHtdK2lmW1xzXSpcKGZ1bmN=aW9uX2V4aXN=c1woLis_V3JpdGVEYXRhLis_V3JpdGVEYXRhXChcKTtbXHNcfV=rL2kiO31zOjUyOiJhdXRoX3Bhc3MgY29weSBGSUxFUyBleGVjIHBhc3N=aHJ1IHN5c3RlbSBzaGVsbF9leGVjIjthOjI6e2k6MDtzOjU6IkY=REgxIjtpOjE7czoxMjE6Ii88XD8oPz=uKlwkKG1kNXxhdXRoKV9wYXNzXHMqPSkoPz=uKmNvcHlcKFwkXyhQT1NUfEZJTEVTKVxbKSg_PS4qZXhlY1woKSg_PS4qcGFzc3RocnUpKD89LipzeXN=ZW=pKD89LipzaGVsbF9leGVjXCgpLisvaXMiO31zOjE=MDoiZXJyb3JfcmVwb3J=aW5nIGZ1bmN=aW9uIGVycm9yXzQwNCB=dHBfcmVxdWVzdF9jdXN=b2=gZ2V=SXAgZ2V=VXNlcmFnZW5=IGNvbnZlcnRJcFRvU3RyaW5nIGh=dHBfYnVpbGRfcXVlcnkgZmlsZV9nZXRfY29udGVudHMgZndyaXRlIGxvbmcyaXAiO2E6Mjp7aTowO3M6NToiRjdWOWgiO2k6MTtzOjIxMjoiLzxcPy4rP2Vycm9yX3JlcG9ydGluZ1woKD89Lis_Z2V=W19dKklwXCgpKD89Lis_ZnVuY3Rpb24gZXJyb3JfNDA=XCgpKCg_PS4rP3N=cmVhbV9jb25=ZXh=X2NyZWF=ZVwoKXwoPz=uKz9yZXF1ZXN=X2N1c3RvbVwoKSkoPz=uKz9odHRwX2J1aWxkX3F1ZXJ5XCgpKD89Lis_ZmlsZV9nZXRfY29udGVudHNcKCkoPz=uKz9oZWFkZXJcKCkoPz=uKz9sb25nMmlwXCgpLisvaXMiO31zOjQ1OiJpZiBmdW5jdGlvbl9leGlzdHMgZnVuY3Rpb24gdmFyaWFibGUgZnVuY3Rpb24iO2E6Mjp7aTowO3M6NToiSDlTN=kiO2k6MTtzOjQzODoiLyhcL1wqW15cKl=qKFwqW15cKlwvXSopK1wvXHMqKSooXCRbYS16XzAtOV=rKFxzKlxbW15cXV=rXF=rKSpbXC5cc1=qPVteO1=rO1xzKikoKGlmW1woXHNcIV=rZnVuY3Rpb25fZXhpc3RzW1woXHNdK1snIl1bXlx7XStce1xzKik_ZnVuY3Rpb25ccyooXCRbYS16XzAtOV=rKVxzKlwoLis_cmV=dXJuLio_O1tcc1x9XSspPygoXCRbYS16XzAtOV=rKVxzKj1ccyooY3JlYXRlX2Z1bmN=aW9uXHMqXChbXixdKyxccyp8XDdcKFxzKikoW1wkYS16XzAtOV=rKVteO1=rWzsnIlwpXH1cc1=rKSsoXHMqKFwkW2Etel8wLTldK1xzKj1ccyopP1wkW2Etel8wLTldK1woW147XStbIidcKTtcfVxzXSspKygoaWZbXChcc1whXStmdW5jdGlvbl9leGlzdHNbXChcc1=rWyciXVteXHtdK1x7XHMqKT9mdW5jdGlvblxzKihcMTF8XDkpXHMqXCguKj9yZXR1cm4uKj87W1xzXH1dKyk_L2lzIjt9czo=NjoicGVybCB1c2UgSU86OlNvY2tldCBzY2FuX2RpciB1bmFtZSBzeXN=ZW=gZXhlYyI7YToyOntpOjA7czo1OiJFOFM3ZSI7aToxO3M6NzQ6Ii9cI1whXC91c3JcL2JpblwvcGVybC4rP3NjYW5fZGlyXCguKz91bmFtZVwoLis_c3lzdGVtXCguKz9maWxlbWFuYWdlci4rL2lzIjt9czo2MToiZnVuY3Rpb24gWF9pcCBYX21hY3JvcyBlcnJvcl8=MDQgaHR=cF9yZXF1ZXN=IGZ3cml=ZSBGVU5DVElPTiI7YToyOntpOjA7czo1OiJFOUg5NSI7aToxO3M6MTE2OiIvXDxcPy4rP19pcFwoKC4rP2Z1bmN=aW9uIFthLXowLTldK19tYWNyb3NcKCl7NH=uKz9mdW5jdGlvbiBlcnJvcl8=MDRcKC4rP2h=dHBfcmVxdWVzdC4rP2Z3cml=ZVwoLis_X19GVU5DVElPTl9fLisvcyI7fXM6ODc6ImluaV9zZXQgb2Jfc3RhcnQgcmVnaXN=ZXJfc2h1dGRvd25fZnVuY3Rpb24gaWYgSFRUUF9VU=VSX=FHRU5UIGZpbGVfZ2V=X2NvbnRlbnRzIHJldHVybiI7YToyOntpOjA7czo1OiJGNUs3aiI7aToxO3M6Mjc2OiIvXEA_aW5pX3NldFwoLitccysoXEA_b2Jfc3RhcnRcKFsiJ1=oLis_KVsnIl1cKTtccytcQD9yZWdpc3Rlcl9zaHV=ZG93bl9mdW5jdGlvblwoLitccysoZnVuY3Rpb24gXDJcKFwkW2EtelxfMC=5XStbXClcc1x7XStpZi4rP=hUVFBfVVNFUl9BR=VOVC4rW1wpXHNce1=rLis_ZmlsZV9nZXRfY29udGVudHMuK1xzKnJldHVyblteO1=qO1tcc1x9XSspP3woXCRbYS16XF8wLTldKylccyo9XHMqYmFzZTY=X2RlY29kZVwoLitccyplY2hvLis_ZmlsZV9nZXRfY29udGVudHNcKFw=LispL2kiO31zOjM4OiJpZiBDT=9LSUUgZ3ppbmZsYXRlIGJhc2U2NF9kZWNvZGUgZXZhbCI7YToyOntpOjA7czo1OiJGNExEOCI7aToxO3M6MjQ3OiIvaWZccypcKC4rP1woXCRfQ=9PS=lFLis_W1x7XHNdKihcJFthLXpfMC=5XSspXHMqPS4qP2Jhc2U2NF9kZWNvZGVcKCguKz9ldmFsXChcMVwpLit8W147XStbO1xzXSsoXCRbYS16XzAtOV=rKVxzKj1bXjtdK1s7XHNdKyhmaWxlX3B1dF9jb25=ZW5=c1woXDMuKz9cMVteO1=rWztcc1=rfGVjaG9bXChcc1=rWyciXVxceC4rP1snIl1bXCk7XHNdKyhpbmNsdWRlfHVubGluaylbXChcc1=rXDNbXCk7XHNdKyl7Myx9LispW1xzXH1dKi9pIjt9czoyMToiaWYgaXNzZXQgUkVRVUVTVCBldmFsIjthOjI6e2k6MDtzOjU6IkcxSDhSIjtpOjE7czoyNzI6Ii8oKFwkW19hLXowLTldK1xzKj1bXjtdKztccyopKmlmW1xzXChdK2lzc2V=W1woXHNdK1wkXyhSRVFVRVN8R=V8UE9TKVRcW1teXF1dK1xdW1wpXHNdK1x7XHMqKFwkW19cLmEtejAtOV=rWz1cc1=rXCRfKFJFUVVFU3xHRXxQT1MpVFxbW15cXV=rXF1bO1xzXSspKygoXCRbX2EtejAtOV=rWz1cc1=rKT8oZXZhbHxmaWxlX3B1dF9jb25=ZW5=c3xmb3Blbnxmd3JpdGV8ZmNsb3NlKVwoW15cKV=rXCk7XHMqKSsoKGVjaG98ZXhpdClbXlw7XSo7XHMqKSpcfVxzKihlbHNlKT8pKy9pIjt9czozNToiaWYgaXNzZXQgYmFzZTY=X2RlY29kZSBSRVFVRVNUIGV2YWwiO2E6Mjp7aTowO3M6NToiRjRTRFYiO2k6MTtzOjMwODoiLzxcP1twaFxzXSsoKFxAPyhpZ25vcmVfdXNlcl9hYm9ydHxzZXRfdGltZV9saW1pdClcKHxcJFtfXC5hLXowLTldK1xzKj=pW147XStbO1xzXSspKmlmW1woXHNcIV=rKGlzc2V=fGVtcHR5KVtcKFxzXStcJF8oUkVRVUVTfEdFfFBPUylUXFsuK1tcc1x7XSsoXCRbX1wuYS16MC=5XSspXHMqPVxzKihiYXNlNjRfZGVjb2RlfFwkW2Etel8wLTldKylccypcKCtccypcJF8oUkVRVUVTfEdFfFBPUylUXFtbXlxdXStcXVtcKTtcc1=rXEA_ZXZhbFwoXDZcKTtccypcfShccyplbHNlW1xzXHtdK2VjaG8gIlteIl=qWyI7XHNcfV=rKT8oJHxcPz4pL2kiO31zOjU2OiJzZXRfdGltZV9saW1pdCB1bmxpbmsgYmFzZTY=X2RlY29kZSBmd3JpdGUgZXhlYyBwYXNzdGhydSI7YToyOntpOjA7czo1OiJFOVA3MyI7aToxO3M6OTk6Ii88XD8ocGhwKT8uKz9zZXRfdGltZV9saW1pdFwoMFwpLis_dW5saW5rXCguKz9iYXNlNjRfZGVjb2RlXCguKz9md3JpdGVcKC4rP2V4ZWNcKC4rP3Bhc3N=aHJ1XCguKy9pcyI7fXM6MzQ6Im1vdmVfdXBsb2FkZWRfZmlsZSBfRklMRVMgX19GSUxFX18iO2E6Mjp7aTowO3M6NToiSDE4R2YiO2k6MTtzOjI2MDoiLzxcP1twaFxzXSsoKFwkW2Etel8wLTldKylccyo9XHMqXCRfRklMRVNcW1teO1=rO1xzKihcJFthLXpfMC=5XSspXHMqPVteO1=rO1xzKmlmW1xzXChdK2ZpbGVfZXhpc3RzW1xzXCgnIlwuXC9dK1wzW1xzXCgnIlwpXHNdK3VubGlua1tcc1woJyJcLlwvKV=rXDMpPy4qPyhtb3ZlX3VwbG9hZGVkX2ZpbGVbXHNcKF=rKFwkX=ZJTEVTXFtbXixdK1ssXHNdK19fRklMRV9ffFwyKXxzeXN=ZW1cKFsnIl1tdiBbJyJdXC5cJF9GSUxFU1xbKS4qPygkfFw_PikvaXMiO31zOjQ4OiJwaHAgYXJyYXkgZm9yZWFjaCBhcnJheSBldmFsIEFycmF5IEZ1bmN=aW9uIFBPU1QiO2E6Mjp7aTowO3M6NToiRUFVTnAiO2k6MTtzOjEyMToiLzxcP1twaF=qXHMrKFwkW2EtelwtXF8wLTldKylbPVxzXSthcnJheVwoW147XSs7XHMqZm9yZWFjaFtcc1woXStcMS4rP2V2YWxbXHNcKF=rXDFcW1teXF1dK1xdK1tcKFxzXStcJF9QT1NUXFtcMS4rP1w_Pi9pcyI7fXM6Nzc6ImZ3cml=ZSB1bmxpbmsgZXZhbCBjaG1vZCBQT1NUIHBocGluZm8gbW92ZV91cGxvYWRlZF9maWxlIGV4ZWMgc3lzdGVtIHBhc3N=aHJ1IjthOjI6e2k6MDtzOjU6IkVCN=V=IjtpOjE7czoxNTM6Ii88XD8uKz9lcnJvcl9yZXBvcnRpbmdcKDBcKS4rP2Z3cml=ZVwoLis_dW5saW5rXCguKz9ldmFsXCguKz9jaG1vZFwoXCRfUE9TVFxbLis_cGhwaW5mb1woLis_bW92ZV91cGxvYWRlZF9maWxlXCgoLis_KGV4ZWNcKHxzeXN=ZW1cKHxwYXNzdGhydVwoKSl7M3=uKy9pcyI7fXM6Mjk6InBvc3Qgc3RydG91cHBlciBpZiBpc3NldCBldmFsIjthOjI6e2k6MDtzOjU6IkZCM=JlIjtpOjE7czoxODc6Ii8oKFwkW2Etel8wLTldKylccyo9W147XSs7XHMqKSsoXCRbX2EtejAtOV=rXHMqPVxzKihcJFthLXpfMC=5XSt8c3RydG8uLi5lcilccypcKChbXHNcLl=qXCRbYS16XzAtOV=rXHMqXFtcZCtcXSkrW1wpO1xzXSspK2lmW1woXHNdK2lzc2V=XHMqXChbXlwpXStbXClcc1=rXHtccypldmFsXHMqXChbXlwpXStbXCk7XHNdK1x9L2kiO31zOjY1OiJpZiBhcnJheV9rZXlzIEdFVCBmaWxlX2dldF9jb25=ZW5=cyBpZiB1bmxpbmsgZm9wZW4gZndyaXRlIGZjbG9zZSI7YToyOntpOjA7czo1OiJHNkJDMCI7aToxO3M6MjkzOiIvKFxAPyhpZ25vcmVfdXNlcl9hYm9ydHxpbmlfc2V=fHNldF9=aW1lX2xpbWl=fGVycm9yX3JlcG9ydGluZylcKC4qP1wpO1xzKnxcJFthLXpfMC=5XStccyo9W147XSs7XHMqKSooKChpZlxzKlwofGVsc2UpW15ce1=qXHtccyopP2Z1bmN=aW9uXHMrLis_cmV=dXJuW147XSo7W1xzXH1dKykrKChcJFthLXpfMC=5XStccyo9XHMqKT9cJFthLXpfMC=5XStcKFteO1=rWyInXCk7XH1cc1=qKSsuKz8oZihvcGVufHdyaXRlfGNsb3NlKVwoLis_KXszLH1pbmNsdWRlXCguKj9cKTtccyp1bmxpbmtcKC4qP1wpO1xzKi9pcyI7fXM6NDE6ImlmIGFycmF5X2tleXMgR=VUIGV2YWwgYmFzZTY=X2RlY29kZSBleGl=IjthOjI6e2k6MDtzOjU6IkVDRkZGIjtpOjE7czoyMTk6Ii88XD9bcGhcc1=qKFxAP2Vycm9yX3JlcG9ydGluZ1woMFwpO1xzKik_aWZbXChcc1=rYXJyYXlfa2V5c1woXCRfR=VULitccysoKDxcP1twaFxzXSopP1wkW2EtelxfMC=5XStbXHNce1wkXStcQD9ldmFsXChiYXNlNjRfZGVjb2RlXChbJyJdW2EtelxfXC9cK1w9MC=5XStbJyJdW1wpXH1ce1wkXHNdK2V4aXRcKFtcKVx9XHNdK1wmXHMqXCRbYS16XF8wLTldK1s7XHNcfV=rXD8-KSsvaSI7fXM6Mzk6ImJhc2U2NF9kZWNvZGUgZnVuY3Rpb24gY3VybCByZXR1cm4gZXhpdCI7YToyOntpOjA7czo1OiJFQ=ZKViI7aToxO3M6MTk4OiIvPFw_W3BoXHNdKihcL1wqLis_XCpcL1xzKikqKFwkW2EtelxfMC=5XStccyo9XHMqYmFzZTY=X2RlY29kZVwoW147XStbXCk7XHNdKikrZnVuY3Rpb25ccysoW2EtelxfMC=5XSspXHMqXChbXlx7XStbXHtcc1=rKChcJFthLXpcXzAtOV=rW1xzKj1dKyk_Y3VybF9bXjtdKztccyopK3JldHVybiAuK1wzXCguK2V4aXQ7W1x9XHNdKygkfFw_PikvaXMiO31zOjUxOiJpZiBpc3NldCBGSUxFU3xSRVFVRVNUIG1vdmVfdXBsb2FkZWRfZmlsZSBlbHNlIGVjaG8iO2E6Mjp7aTowO3M6NToiRjJSQmwiO2k6MTtzOjUwOToiLzxcP1twaFxzXSsoKFwkW2EtelxfMC=5XStccyo9fHNldF9=aW1lX2xpbWl=XCh8aW5pX3NldFwoKVteO1=rWztcc1=rKSooKFthLXpcXzAtOV=rKVwoW147XStbO1xzXH1dKyk_KGlmW1woXHNdK3N1YnN=cltcKFxzXStbXlx7XStbXHNce1=rKFwkW2EtelxfMC=5XStccyo9W147XStbO1xzXH1dKykrKT8oaWZbXChcc1=rKGlzc2V=W1woXHNdKyk_XCRfKEZJTEVTfFJFUVVFU1R8UE9TVHxHRVQpW15cKV=qW1wpXHNce1=rKFwkW2Etel8wLTldK1xzKj1bXjtdKztccyopKikrKFxAfGlmW1woXHNdKykqbW92ZV91cGxvYWRlZF9maWxlXChbXjtdKyhbO1xzXH1dKyhlbHNlW1x7XHNdK3woZWNob3xleGl=KVteO1=qWztcc1x9XSspKikrKGZ1bmN=aW9uXHMrXDRcKFteO1=rWztcc1x9XSsoXCRbYS16XF8wLTldK1xzKj1bXjtdK1s7XHNcfV=rKSppZltcKFxzXStbXlx7XStbXHNce1=rKFxAfGlmW1woXHNdKykqbWtkaXJcKFteO1=rWztcc1x9XStyZXR1cm5bXjtdK1s7XHNcfV=rKT8oXD8-fCQpL2kiO31zOjUzOiJleGVjIHN5c3RlbSBwYXNzdGhydSBmd3JpdGUgVmFyaWFibGUgRnVuY3Rpb24gUkVRVUVTVCI7YToyOntpOjA7czo1OiJGN1BNUiI7aToxO3M6MjE2OiIvPFw_W3BoXHNdKygoXCRbYS16XzAtOV=rKVxzKj1ccyooW2Etel8wLTldK1woXHMqKVwkXyhSRVFVRVN8R=V8UE9TKVRcWy4qKHBhc3N=aHJ1fGV4ZWN8c3lzdGVtfFwkW2Etel8wLTldKylcKFtccyJdKlwyfC4rP2V4ZWNcKC4rP3N5c3RlbVwoLis_cGFzc3RocnVcKC4rP2Z3cml=ZVwoLis_XEA_XCRbYS16XzAtOV=rXChcJF8oUkVRVUVTfEdFfFBPUylUKS4rPygkfFw_PikvaXMiO31zOjU1OiJwaHAgVmFycyBBcnJheSBiYXNlNjRfZGVjb2RlIGZ1bmN=aW9uIFZhcmlhYmxlIEZ1bmN=aW9uIjthOjI6e2k6MDtzOjU6Ikc1RDZTIjtpOjE7czoyNzU6Ii8oXCRbYS16XzAtOV=rXHMqPVteO1=rWztcc1=rKSooXCRbXCRce1=qW2Etel8wLTldK1x9KihccypcW1teXF1dK1xdfFxzKlx7W15cfV=rXH=pKilccyo9XHMqYXJyYXlbXChcc1=rYmFzZTY=X2RlY29kZVwoLis_ZnVuY3Rpb24gKFthLXpfMC=5XSspXHMqXCguKz9cMlxzKihcW1teXF1dK1xdXHMqKSpcKC4rKFwkW1wkXHtdKlthLXpfMC=5XStcfSooXHMqXFtbXlxdXStcXXxccypce1teXH1dK1x9KSopXHMqPVw=XCguKz8oZWNob3xkaWV8cHJpbnQpW1xzXChdKlw2W147XSo7L2lzIjt9czozNjoiaWYgcmVuYW1lIG9yIGZpbGVfcHV=X2NvbnRlbnRzIHRvdWNoIjthOjI6e2k6MDtzOjU6IkYyTkU2IjtpOjE7czo5MToiLzxcPy4rP2NvcHlcKF9fRklMRV9fLC4rP2ZpbGVfcHV=X2NvbnRlbnRzXCguKz91bmxpbmtcKC4rP2hlYWRlclwoIkxvY2F=aW9uOiBodHRwOlwvXC8uKy9pcyI7fXM6MzM6Imh=bWwgaGVhZCB1bnppcCBGSUxFUyB1bmxpbmsgZm9ybSI7YToyOntpOjA7czo1OiJHMlFDQiI7aToxO3M6MjMwOiIvXjxodG1sPlxzKjxoZWFkPi4rPyhmaWxlcGVybXNccypcKC4rPyhwb3NpeF9nZXRbcHd1Z3JdK2lkXHMqXCguKz8pezIsfW1vdmVfdXBsb2FkZWRfZmlsZVxzKlwoLis_ZnB1dHNccypcKC4rP3VubGlua1xzKlwoLis_ZXhlY1xzKlwoLis_XHMqcmVhZGRpclwoLis_XD98dW56aXBcKFwkX=ZJTEVTXFsuKz91bmxpbmtcKFwkLitcPz5ccyo8XC9mb3JtKT5ccyo8XC9ib2R5PlxzKjxcL2h=bWw-XHMqJC9pcyI7fXM6ODk6ImN1cmxfaW5pdCBoZWFkZXIgTG9jYXRpb24gcmV=dXJuIHByZWdfcmVwbGFjZV9jYWxsYmFjayBjcmVhdGVfZnVuY3Rpb24gcmV=dXJuIFJFTU9URV9BRERSIjthOjI6e2k6MDtzOjU6IkVDVDJlIjtpOjE7czoxNDY6Ii88XD8uKz9jdXJsX2luaXRcKC4rP2hlYWRlcltcKCInXHNdK=xvY2F=aW9uOi4rP3JldHVybiBwcmVnX3JlcGxhY2VfY2FsbGJhY2tcKC4rP2NyZWF=ZV9mdW5jdGlvblwoLis_cmV=dXJuIFwkX1NFUlZFUlxbWyInXVJFTU9URV9BRERSLisoXD8-fCQpL2lzIjt9czo4MToicGhwIGJhc2U2NF9kZWNvZGUgZmlsZV9wdXRfY29udGVudHMgdW5saW5rIGZ1bmN=aW9uX2V4aXN=cyBIZXggY2FsbF91c2VyX2Z1bmMgSGV4IjthOjI6e2k6MDtzOjU6IkYxNjBxIjtpOjE7czozNTY6Ii88XD9bcGhcc1=rKFwkXHtbXlx9XStbXH1cc1=rKFxbW15cXV=rW1xdXHNcfV=rKSo9W147XStbO1xzXSsoXEA_KFwkW2Etel8wLTldK1xzKj18ZGVmaW5lXCh8c2Vzc2lvbl9zdGFydFwofGVycm9yX3JlcG9ydGluZ1wofGluaV9zZXRcKHxzZXRfdGltZV9saW1pdFwofHNldF9tYWdpY19xdW9=ZXNfcnVudGltZVwoKVteO1=rWztcc1=rfGlmXChbXlx7XStbXHtcc1=rW15cfV=rW1x9XHNdKykqKSsoW147XStbO1xzXSspPy4rZmlsZV9wdXRfY29udGVudHNcKC4rP2Jhc2U2NF9kZWNvZGVcKC4rP3VubGlua1woLis_ZnVuY3Rpb25fZXhpc3RzXChbJyJdXFx4Lis_Y2FsbF91c2VyX2Z1bmNcKFsnIl1cXHguKz8oJHxcPz4pL2lzIjt9czo1NToiaHRtbCBib2R5IHBocCBvcGVuZGlyIHJlYWRkaXIgIWZpbGVfZXhpc3RzIGZvcGVuIGZ3cml=ZSI7YToyOntpOjA7czo1OiJGMkRKViI7aToxO3M6MjIxOiIvKDwoXCF8XC8pPyhkb2N=eXBlfGh=bWx8aGVhZHxtZXRhfHRpdGxlfGJvZHkpW14-XSo-W2Etel8wLTlcc1=qKXsyLH=8XD9bcGhcc1=rXCRbYS16XF8wLTldK1xzKj1ccyonPFw_W3BoXHNdKy4rP29wZW5kaXJcKC4rP3JlYWRkaXJcKC4rPyhcIWZpbGVfZXhpc3RzXCguKz9mb3BlblwoLis_ZndyaXRlXCguKz8pezMsfVw_PlxzKig8XC8oaHRtbHxib2R5KVtePl=qPlxzKil7Mix9JC9pcyI7fXM6Njg6InBocCBmdW5jdGlvbiBkaWUgc2V=Y29va2llIGlmIGVtcHR5IGlmIGlzc2V=IGZvcm=gbW92ZV91cGxvYWRlZF9maWxlIjthOjI6e2k6MDtzOjU6Ikc5Mkp3IjtpOjE7czo2MDE6Ii88XD9bcGhcc1=rKChcJFthLXpfMC=5XSspXHMqPVteO1=rO1xzKikqKGlmW1woXHNdKyhcMnxcIWVtcHR5W1woXHNdKylbXlx7XStce1xzKigoKChcJFthLXpfMC=5XSspXHMqPVxzKik_KFwyXCguKj9cKSt8XCRfKFJFUVVFU3xHRXxQT1MpVFteO1=rKTtccyp8aWZbXChcc1whXSsoaXNzZXRbXChcc1=rLis_XCkrXHMrW2Etel8wLTldK3xcOFteXH1dKikpKStbXH1cc1=qfGZ1bmN=aW9uIFthLXpfMC=5XStcKFteXHtdK1x7XHMqKGRpZVwoLis_XCk7XHMqfChcJF9DT=9LSUUuKz87XHMqfHNldGNvb2tpZVwoLis_XCk7XHMqKXsyfSlcfVxzKikrKFtcc1x7XSooXCRbYS16XzAtOV=rKVxzKj1ccypcJF8oUkVRVUVTVHxHRVR8UE9TVHxGSUxFKVteO1=rO1tcc1x9XSopKihcPz5ccyp8ZWNob1tcc1woXSooWyciXSkpKDwoZm9ybXxpbnB1dClbXj5dKj5bYS16XDowLTlcc1=qKSs8XC9mb3JtPihccyo8XD9bcGhcc1=rfFsnIl=7XHMqKShcJFthLXpfMC=5XStccyo9W147XSs7XHMqfGlmW1xzXChdKykqKG1vdmVfdXBsb2FkZWRfZmlsZVwoW15cO1=rfChcJFthLXpfMC=5XSspXHMqPVxzKlwkW2Etel8wLTldK1xzKlwoLio_XCkpO1tcc1x9XSooJHxcPz4pL2kiO31zOjEyOToicGhwIHNldF9=aW1lX2xpbWl=IGluaV9zZXQgZXJyb3JfcmVwb3J=aW5nIGlmIGFycmF5X2tleV9leGlzdHMgSFRUUF9VU=VSX=FHRU5UIHNlYXJjaC1=cmFja2VyLmNvbSBwcmVnX21hdGNoIGdvb2dsZSBiaW5nIG9iX3N=YXJ=IjthOjI6e2k6MDtzOjU6IkYzSktoIjtpOjE7czoyMzA6Ii88XD9bcGhcc1=rLio_c2V=X3RpbWVfbGltaXRcKC4rP2luaV9zZXRcKC4rP2Vycm9yX3JlcG9ydGluZ1woLis_aWZbXChcIVxzXSthcnJheV9rZXlfZXhpc3RzXChbIiddSFRUUF9VU=VSX=FHRU5ULis_aHR=cDpcL1wvc2VhcmNoLXRyYWNrZXJcLmNvbVwvaW5cLmNnaVw_Lis_KHByZWdfbWF=Y2hcKFsiJ11cLyhbXlwvXSpnb29nbGV8W15cL1=qYmluZyl7Mn=uKz8pezJ9Lis_b2Jfc3RhcnRcKC4rL2lzIjt9czo3MjoiYmFzZTY=X2RlY29kZSBmaWxlX3B1dF9jb25=ZW5=cyBjaG1vZCB=b3VjaCBmc29ja29wZW4gY3VybF9leGVjIG9iX3N=YXJ=IjthOjI6e2k6MDtzOjU6IkZCR=JZIjtpOjE7czoxOTU6Ii9cL1wvXHMqaXN=YXJ=Lis_KFwkW2Etel8wLTldKylbXHMqXC49XStiYXNlNjRfZGVjb2RlXCguKz9maWxlX3B1dF9jb25=ZW5=c1woW14sXSssXHMqXDEuKz9jaG1vZFwoLis_dG91Y2hcKC4rPyhmc29ja29wZW5cKC4rP2ZnZXRzXCh8Y3VybF9pbml=XCguKz9jdXJsX2V4ZWNcKCkuKz9vYl9zdGFydFwoLis_XC9cL2llbmRbXlxuXD9dKi9pcyI7fXM6NjY6InBocCBpZiBmdW5jdGlvbl9leGlzdHMgZmlsZV9wdXRfY29udGVudHMgZm9wZW4gY2htb2Qgc3lzdGVtIHVubGluayI7YToyOntpOjA7czo1OiJGQk5LTyI7aToxO3M6MTY5OiIvPFw_KC4rPyh=b3VjaHxoZWFkZXIpXCgpKy4rP2lmW1xzXChcIV=rZnVuY3Rpb25fZXhpc3RzXChbXHMnIl=rKGZpbGVfcHV=X2NvbnRlbnRzKVsiJ1xzXClce1=rZnVuY3Rpb25ccytcM1woLis_Zm9wZW5cKC4rP1wzXCguKz9jaG1vZFwoLis_c3lzdGVtXCguKyh1bmxpbmt8ZXhpdClcKC4rL2lzIjt9czoyNjoicGhwIGVjaG8gcGFzc3RocnUgX1JFUVVFU1QiO2E6Mjp7aTowO3M6NToiRkJOS=IiO2k6MTtzOjE1NjoiLzxcP1twaFxzXSsoKGVjaG98cHJpbnQpW1xzXChdKyhbJyJdKS4qP1wzW1wpXHNdKjtccyopKigoXCRbYS16XzAtOV=rKVxzKj1ccyopP1xAPyhwYXNzdGhydXxleGVjfHN5c3RlbXxcJFthLXpfMC=5XSspXHMqXChcJF8oUkVRVUVTfEdFfFBPUylULis7XHMqKCR8XD8-KS9pIjt9czo2OToicmVxdWlyZV9vbmNlIHdwLWNvbmZpZyBpbmlfc2V=IG15c3FsX3F1ZXJ5IFVQREFURSB1c2VycyBTRVQgdXNlcl9wYXNzIjthOjI6e2k6MDtzOjU6IkZDVktwIjtpOjE7czoxOTE6Ii9eLio8XD9bcGhcc1=qKGluY2x1ZGV8cmVxdWlyZSkoX29uY2UpP1woLit3cC1jb25maWdcLnBocFsiJ1xzXCk7XSsoXEA_aW5pX3NldFwoW15cKV=rW1wpO1xzXSspKy4rPyhteXNxbF9xdWVyeVwoWyciXVVQREFURVtcc1x7JyIuXStcJHRhYmxlX3ByZWZpeFtcc1x9JyIuXSt1c2Vyc1xzK1NFVFxzK3VzZXJfcGFzcy4rKXsyLH=kL2lzIjt9czoxMTA6InBocCBpZiBSRVFVRVNUIGFkZF9hY3Rpb24gZnVuY3Rpb24gZ2xvYmFsIGlmIGdldF9vcHRpb24gcmV=dXJuIG9iX3N=YXJ=IHdwX3Jld3JpdGUtPmZsdXNoX3J1bGVzIHdwX2NhY2hlX2ZsdXNoIjthOjI6e2k6MDtzOjU6IkgxOURCIjtpOjE7czo1NDk6Ii88XD9bcGhcc1=rKD86aWZccypcKFteXCldKlwkXyhQT1N8UkVRVUVTfEdFKVRbXlx7XStbXHtcc1=rKCl8YWRkX2FjdGlvblxzKlwoW14sXSssXHMqKFsnIl=pKFthLXpfMC=5XSspWyciXCk7XHNcfV=rKCl8ZnVuY3Rpb25ccytcNFteXHtdK1tce1xzXSsoKSl7M31cMlw1XDYoKChpbmNsdWRlfHJlcXVpcmUpKF9vbmNlKT9cKFteO1=rO1xzKnxpZltcc1woXCFdK3VzZXJuYW1lX2V4aXN=c1woW15ce1=rW1x7XHNdKykqKFwkW2Etel8wLTldKylccyo9XHMqd3BfY3JlYXRlX3VzZXJcKFteO1=rO1xzKihcJFthLXpfMC=5XSspXHMqPVxzKm5ld1xzK1dQX1VzZXJbXChcc1=rXDExW1wpO1xzXStcMTJbXHNcLT5dK3NldF9yb2xlW1woXHMnIl=rYWRtaW5pc3RyYXRvcnwoZ2xvYmFsW147XSo7XHMqKT9pZltcc1woXCFdK2dldF9vcHRpb25cKFteXCldK1tcKVxzXHtdK3JldHVyblteO1=qO1tcc1x9XStvYl9zdGFydFwoXCk7XHMqXD8-LitcJHdwX3Jld3JpdGUtPmZsdXNoX3J1bGVzXChcKTtccyp3cF9jYWNoZV9mbHVzaFwoKVsiJ1xzXCk7XHNcfV=rKCR8XD8-KS9pcyI7fX1zOjg6Imh=YWNjZXNzIjthOjE=OntzOjI4OiJleGNlc2l2ZSBzcGFjZXMgaW4gLmh=YWNjZXNzIjthOjI6e2k6MDtzOjU6IkVBODdwIjtpOjE7czozMToiL1tcclxuXSsoW1x=IF17MzB9fFtcdF17MTB9KS4qLyI7fXM6MjY6ImV4Y2VzaXZlIHRhYnMgaW4gLmh=YWNjZXNzIjthOjI6e2k6MDtzOjU6IkVBODhTIjtpOjE7czozMjoiL14oW1x=IF17MzB9fFtcdF17MTB9KS4qW1xyXG5dKy8iO31zOjIyOiJSZXdyaXRlUnVsZSBtb2JpbGUgMzAyIjthOjI6e2k6MDtzOjU6IkQ=NUU5IjtpOjE7czoxMzg6Ii9SZXdyaXRlRW5naW5lIG9uLis_UmV3cml=ZVJ1bGUgXF5bXChdP1wuXCpbXCldP1wkIGh=dHA6XC9cLyhtb2JpbGUtLis_fC4rP2NvdW5=KGVyKT9cLnBocHwuKz9cP2g9WzAtOV=rKSBcWyhMXCwpP1IoPVswLTldezN9KT8oXCxMKT9cXS9zaSI7fXM6MjY6InBocF92YWx1ZSBhdXRvX2FwcGVuZF9maWxlIjthOjI6e2k6MDtzOjU6IkQzQzZGIjtpOjE7czozMToiL3BocF92YWx1ZSBhdXRvX2FwcGVuZF9maWxlIC4rLyI7fXM6NDc6IlRhZ2VkIFJld3JpdGVDb25kIEhUVFBfUkVGRVJFUiBSZXdyaXRlUnVsZSBIVFRQIjthOjI6e2k6MDtzOjU6IkQzSjZ3IjtpOjE7czoxNjc6Ii9cI1thLXpBLVowLTldK1wjLis_UmV3cml=ZUVuZ2luZSBvbltcclxuIFx=XStSZXdyaXRlQ29uZCBcJVx7SFRUUF9SRUZFUkVSXH=uKz9SZXdyaXRlUnVsZSBcXlwoXC5cKlwpXCQgaHR=cDpcL1wvLis_IFxbKExcLCk_Uj1bMC=5XXszfShcLEwpP1xdLis_XCNcL1thLXpBLVowLTldK1wjL3NpIjt9czoyNzoiRXJyb3JEb2N1bWVudCA=MDQgd3BwcG=ucGhwIjthOjI6e2k6MDtzOjU6IkRCSTYwIjtpOjE7czozMjoiL=Vycm9yRG9jdW1lbnQgNDA=IC4rd3BwcG1cLnBocC8iO31zOjU1OiJSZXdyaXRlQ29uZCBVU=VSX=FHRU5UIFJFRkVSRVIgUmV3cml=ZVJ1bGUgc3RhcnRpbmcucGhwIjthOjI6e2k6MDtzOjU6IkU4SDl2IjtpOjE7czo5MToiLyhSZXdyaXRlQ29uZCBcJVx7SFRUUF8oVVNFUl9BR=VOVHxSRUZFUkVSKVx9LitbXHJcbl=rKStSZXdyaXRlUnVsZS4rP1wvc3RhcnRpbmdcLnBocFw_LisvaSI7fXM6NDg6IlJld3JpdGVDb25kIEhUVFBfVVNFUl9BR=VOVCBSZXdyaXRlUnVsZSBodHRwIC5ydSI7YToyOntpOjA7czo1OiJGM1JCVyI7aToxO3M6MTA3OiIvKFJld3JpdGVFbmdpbmUgb25ccyspPyhSZXdyaXRlQ29uZCAuKj9IVFRQKFw6fF9BQ=NFUFR8X1VTRVJfQUdFTlQpLipccyspK1Jld3JpdGVSdWxlLio_IGh=dHAuKz9cLnJ1LipccyovaSI7fXM6NDk6IlJld3JpdGVDb25kIEhUVFBfVVNFUl9BR=VOVCBSZXdyaXRlUnVsZSBodHRwIC5waHAiO2E6Mjp7aTowO3M6NToiSDY4TW4iO2k6MTtzOjk4OiIvKFJld3JpdGVFbmdpbmUgb25ccyspPyhSZXdyaXRlQ29uZCAuKj9IVFRQKFw6fF9BQ=NFUFR8X1VTRVJfQUdFTlQpLis_Ym9=LitccyspK1Jld3JpdGVSdWxlLitccyovaSI7fXM6Nzk6IlJld3JpdGVFbmdpbmUgT24gUmV3cml=ZUJhc2UgUmV3cml=ZUNvbmQgUmV3cml=ZVJ1bGUgaW5kZXgucGhwIHBhc3NpbmcgdmFyaWFibGUiO2E6Mjp7aTowO3M6NToiRUNFOFMiO2k6MTtzOjE3NzoiL1Jld3JpdGVFbmdpbmUgT25ccytSZXdyaXRlQmFzZSBcLyhbYS16MC=5XF9cLV=rKVwvXHMrUmV3cml=ZVJ1bGUgXF5pbmRleFteXF1dK1xdXHMrKFJld3JpdGVDb25kIC4rXHMrKStSZXdyaXRlUnVsZSBcXlwoXC5cKlwpXCQgXC9cMVwvaW5kZXhcLnBocFw_W2EtejAtOVxfXC1dKz1cJDEgXFtbXlxdXStcXS9pIjt9czo2NDoiUmV3cml=ZUVuZ2luZSBvbiBSZXdyaXRlQ29uZCBIVFRQX1VTRVJfQUdFTlQgUmV3cml=ZVJ1bGUgaHR=cCBJUCI7YToyOntpOjA7czo1OiJHOUpBWSI7aToxO3M6MTkzOiIvKFJld3JpdGVFbmdpbmUgb25ccyspPyhSZXdyaXRlQ29uZCBcJVx7KFJFUVVFU1RfVVJJfEhUVFBfUkVGRVJFUnxIVFRQX1VTRVJfQUdFTlQpXH=oPyEgZmF2aWNvblwuaWNvIFxbKS4rXHMrKStSZXdyaXRlUnVsZSAuKiBodHRwOlwvXC8oPyExMjdcLnxcJVx7KEhUVFBfSE9TVHxSRU1PVEVfQUREUilcfXx3aWtpcGVkaWFcLm9yZykuKi9pIjt9czo=MjoiUmV3cml=ZUVuZ2luZSBvbiBVTkNPTkRJVElPTkFMIFJld3JpdGVSdWxlIjthOjI6e2k6MDtzOjU6IkgzSDg5IjtpOjE7czoxNDU6Ii8oUmV3cml=ZUNvbmRcc1wlXHtIVFRQXyhSRUZFUkVSfFVTRVJfQUdFTlQpXH1ccytcKGdvb2dsZS4rYmluZy4rXHMqKSpSZXdyaXRlUnVsZSBcXlteXHNdK1xzKy4rPyg_PCEoaW5kZXhcXHxtaW5pZnkpKVwucGhwXD9bXj1dKz1bXCRcJVx7XFxdKy4rL2kiO31zOjEwOToiUmV3cml=ZUNvbmQgRU5WOlJFRElSRUNUX1NUQVRVUyBSZXdyaXRlUnVsZSBSZXdyaXRlQ29uZCBSRUZFUkVSL1VTRVJfQUdFTlQgZ29vZ2xlL3lhaG9vL2JpbmcgUmV3cml=ZVJ1bGUgLnBocCI7YToyOntpOjA7czo1OiJHMTRCTSI7aToxO3M6MjYzOiIvUmV3cml=ZUNvbmRccytcJVx7RU5WXDpSRURJUkVDVF9TVEFUVVNcfVxzKzIwMFxzK1Jld3JpdGVSdWxlW1xeXC1cc1=rXFtbXlxdXStcXVxzKyhSZXdyaXRlQ29uZFxzK1wlXHtIVFRQXyhSRUZFUkVSfFVTRVJfQUdFTlQpXH1ccytcKCgoZ29vZ2xlfHlhaG9vfG1zbnxhb2x8YmluZykoXHx8XCkpKSsoXHMrXFtbXlxdXStcXSkqXHMrKStSZXdyaXRlUnVsZVxzK1xeXChbXlwpXStcKVwkXHMrW2Etel9cLTAtOV=rXC5waHBcP1wkMVxzK1teXF1dK1tcXVxzXSsvaSI7fXM6MjE6IkRpcmVjdG9yeUluZGV4ICFpbmRleCI7YToyOntpOjA7czo1OiJHNTRENyI7aToxO3M6NzM6Ii8oPzw9RGlyZWN=b3J5SW5kZXggKSg_IWluZGV4Lmh=bWwgfGluZGV4Lmh=bSApKC4rPykoPz1bXlwvXWluZGV4XC5waHApL2kiO319czo1OiJrbm93biI7YToxNzQ6e3M6MzM6IkNPT=tJRSBwcmVnX21hdGNoIGZ1bmN=aW9uX2V4aXN=cyI7YToyOntpOjA7czo1OiJIOUJBbyI7aToxO3M6NDUxOiIvPFw_W3BoXHNdKyhmdW5jdGlvblxzKyhbYS16XzAtOV=rKVtcc1woXSsoXCRbYS16XzAtOV=rKSpbXHNcKVx7XSsoKFwkW2Etel8wLTldKylccyo9XHMqaW1wbG9kZVwoW147XSt8KGFycmF5X1teO1=rO1xzKikqc3JhbmRcKChbYS16XzAtOV=rKVwoXClcKSk7Lis_KGlmW1xzXChdK2lzc2V=W1xzXChdK1wkX=NPT=tJRVxbLis_fHJldHVybiAoaW1wbG9kZVwoW147XSt8XDUpO1tcfVxzXSspKSooaWZbXHNcKFxAXStwcmVnX21hdGNoXCguKz9pZlxbXHNcKFxAXStwcmVnX21hdGNoXCguKz9pZltcc1woXEBdK2Z1bmN=aW9uX2V4aXN=c1woLis_KFxzK1x9KXszfXwoZWNob3xwcmludHxkaWUpW1xzXChdK1wyW1xzXChdK2FycmF5W1xzXCgwLTksXCldKztccyp8ZnVuY3Rpb25ccytcN1woLis_cmV=dXJuW147XSo7W1xzXH1dKygoaGVhZGVyfGVjaG8pXChbXjtdKjtccyopKykoJHxcPz4pL2lzIjt9czozMToic2NyaXB=IGdvb2dsZWJsb2djb25=YWluZXIgZXZhbCI7YToyOntpOjA7czo1OiJHQlI4TSI7aToxO3M6MTI2OiIvPHNjcmlwdFtePl=rKHNyYz1bJyJodHBzOl=rXC9cL2dvXC5bXlw_XStcPyh6b25lfGlkfHApKz1cZCtbJyJcJl1bXj5dKj58aWQ9Imdvb2dsZWJsb2djb25=YWluZXIiLitldmFsXCguKylccyo8XC9zY3JpcHQ-XHMqL2kiO31zOjIyOiJpbmNsdWRlIHBocDUucGhwIGFsb25lIjthOjI6e2k6MDtzOjU6IkY1TEJWIjtpOjE7czoxMDI6Ii88XD9bcGhcc1=raWZccypcKGlzW15cKV=rW1wpXHNce1=rXEA_aW5jbHVkZVwoKC4rP1wuaWNvfCdwaHA1XC5waHApWyInXVwpOyhccypkaWVbXjtdKjspP1tcc1x9XSpcPz4vaSI7fXM6Mjc6ImRvY3VtZW5=LndyaXRlIGlmcmFtZSBzbWFsbCI7YToyOntpOjA7czo1OiJFMkdDSCI7aToxO3M6MTYzOiIvKGRvY3VtZW5=XC53cml=ZVwoWyciXSk_PGlmcmFtZSBzcmM9WyciXWh=dHA6XC9cLyguKz8pKCAoaGVpZ2h=fHdpZHRoKT1bJyJdP1swLTVdWyciXT8pKyggc3R5bGU9WyciXXZpc2liaWxpdHk6W1x=IF=qaGlkZGVuW14-XSo-PFwvaWZyYW1lPnw-PFwvaWZyYW1lPlsnIl1cKSk7Ki9pIjt9czoyNzoiZG9jdW1lbnQud3JpdGUgaWZyYW1lIC5waHA1IjthOjI6e2k6MDtzOjU6IkQxRUp2IjtpOjE7czo2NToiL2RvY3VtZW5=XC53cml=ZVwoWyciXTxpZnJhbWUgLitsZWZ=XDpbIF=_LS4rPFwvaWZyYW1lPlsnIl1cKTsqL2kiO31zOjEwOiJhcnJheSBldmFsIjthOjI6e2k6MDtzOjU6Ikg4OE5rIjtpOjE7czoyNDk6Ii8oZnVuY3Rpb25ccysoW2Etel8wLTldKylcKChbXjtdKls7XHNcfV=rKSs_cmV=dXJuW147XSpbO1xzXH1dKyk_KChcJFtcLVw-XC5hLXpfMC=5XSspXHMqPVxzKigoKFsnIl=pLipcOFtcLlxzXSopK3woYXJyYXkoX21hcCl8c3RyX1tpXT9yZXBsYWNlKSpccypcKFteXCldKltcKVxzXSsoLFteXCldKltcKVxzXSspKik7XHMqKStldmFsXHMqKFwvXCpbXlwqXSooXCpbXlwqXC9dKikrXC9ccyopKlwoLio_KFwyfFw1KS4qW1wpXHNdKzsvaSI7fXM6MjU6ImRvY3VtZW5=LndyaXRlIGlmcmFtZSAucnUiO2E6Mjp7aTowO3M6NToiRTlKSWMiO2k6MTtzOjcxOiIvKGRvY3VtZW5=XC53cml=ZVwofGVjaG8gKVsnIl=8aWZyYW1lIC4rXC5ydVwvLis8XC9pZnJhbWU-WyciXVsgXCk7XSsvaSI7fXM6ODoiZXZhbCBoZXgiO2E6Mjp7aTowO3M6NToiSDdMOEYiO2k6MTtzOjgyOiIvXEA_ZXZhbFxzKlwoW2Etel8wLTlcc1woXSooWyInXSlbXjtdKihcXCh4WzAtOWEtZl17Mn18XGR7MiwzfSkpK1teO1=qXDFbXClcc1=qOy9pIjt9czoxOToiZnVuY3Rpb25fZXhpc3RzIGVtbyI7YToyOntpOjA7czo1OiJHMlM5MSI7aToxO3M6NzU6Ii88XD9bcGhcc1=qKGlmIFwoXCFmdW5jdGlvbl9leGlzdHNcKCdlbW8nXCkuK2V4aXQ7XH18d3BfZm9vdHNcKFwpOylccypcPz4vaSI7fXM6MzQ6ImZ1bmN=aW9uX2V4aXN=cyBiYXNlNjRfZGVjb2RlIGV2YWwiO2E6Mjp7aTowO3M6NToiRjQ3S1ciO2k6MTtzOjE1MDoiL2lmXHMqXChccypcIWZ1bmN=aW9uX2V4aXN=c1xzKlwoLitbXClcc1=rW1x7XHNdKmZ1bmN=aW9uXHMqW2EtelxfMC=5XStcKC4rW1wpXHNdK1tce1xzXCRhLXpcXzAtOVx9XHNcPVxAXSpiYXNlNjRfZGVjb2RlXHMqXCguK2V2YWxccypcKC4rW1wpO1xzXH1dKy9pIjt9czoyODoiZWNobyBnemluZmxhdGUgYmFzZTY=X2RlY29kZSI7YToyOntpOjA7czo1OiJIMU85OSI7aToxO3M6MTEwOiIvXCNbYS16X1wtPTAtOV=rXCNbXHNcQF=rZWNob1tcKFxzXEBdK2d6aW5mbGF=ZVtcKFxzXEBdK2Jhc2U2NF9kZWNvZGVbXChcc1=rLitbXClcc1=rO1xzKlwjXC9bYS16X1wtPTAtOV=rXCMvaSI7fXM6MjE6InByZWdfcmVwbGFjZSAvZSBhbG9uZSI7YToyOntpOjA7czo1OiJGNk85TSI7aToxO3M6MjA1OiIvPFw_W3BoXHNdKigoXEA_ZXJyb3JfcmVwb3J=aW5nXCh8XChcJFthLXpcXzAtOV=rXHMqPVxzKlwkXyhSRVFVRVN8R=V8UE9TKVRcWylbXlwpXSpbXClcJjtcc1=rKT9cQD9wcmVnX3JlcGxhY2VbXCggXHRdKyhbJyJdKShbXCFcL1wjXHxcQFwlXF5cKlx-XSkuKz9cNVtpbXN4XSplW2ltc3hdKlw=WyBcdF=qLFteLF=rLFteXCldK1tcKTtcc1=qKFw_PnwkKS9pIjt9czoxOToicHJlZ19yZXBsYWNlIC9lIGhleCI7YToyOntpOjA7czo1OiJIODdMaiI7aToxO3M6NDE=OiIvKChcL1wqKFteKl=qXCooPyFcLykpKlteKl=qXCpcL1xzKnxcL1wvLipccyp8KFwkW2Etel8wLTldKylccyo9Lis7XHMqKSooXCRbYS16XzAtOV=rKVxzKj1ccyphcnJheVwoKFteXCldKlwpKD8hOykpKlteXCldKlwpO1xzKmZvci4rP1w1LitbXHNce1=qXDQuK1tcc1x9XSopPygoXC97Mn=uKnxcJFthLXpfMC=5XStccyo9LispXHMqKSpcQD8oXCRbYS16XzAtOV=rfHByZWdfcmVwbGFjZSlccypcKFxzKihbJyJdKShbXCFcL1wjXHxcQFwlXF5cKlx-XXxcXFt4MC=5XXsxLDN9KS4rPyhcMTFbaW1zeF=qZVtpbXN4XSp8XFx4NjV8XFwxNDUpXDEwXHMqLFxzKihbJyJdXFx4WzAtOUEtRl17Mn18WyciXT9cJCg_IWNiLCBcJGVuY29kZWRfdmFsdWVcW1wka2V5XF1cKTspKD8hcmVwbFwuJzspKVteLF=rLFteXCldK1tcKTtcc1=qL2kiO31zOjMxOiJwcmVnX3JlcGxhY2UgL2Ugc3RyX3JlcGxhY2UgaGV4IjthOjI6e2k6MDtzOjU6IkY2RkluIjtpOjE7czoxNDY6Ii9cQD9wcmVnX3JlcGxhY2VccypcKFxzKlsnIl=uK1tcL1wjXHxdW2lzXSplW2lzXSpbJyJdXHMqLFxzKlxAPyhcJF8oUkVRVUVTfEdFfFBPUylUXFt8c3RyX3JlcGxhY2VcKChbJyJccyxcLlwkXSpcXHhbMC=5QS1GXVswLTlBLUZdKSspLipcKVtccztdKi9pIjt9czoxNzoiZXZhbCBmcm9tQ2hhckNvZGUiO2E6Mjp7aTowO3M6NToiRjhHREYiO2k6MTtzOjI5NzoiLyg8c2NyaXB=W14-XSo-XHMqKCgodmFyXHMqKT9bYS16XzAtOV=rXHMqKDtccypbYS16XzAtOV=rXHMqPVxzKlthLXpfMC=5XVtcc1wuXSpsZW5ndGh8W1wuPV=rXHMqKFsiJ1=pLio_XDZccyp8Wyw9XStccypcW1teXF1dKlxdK1xzKikrO1xzKikrZm9yW15ce1=rXHtccypbXlx9XStmcm9tQ2hhckNvZGVcKFteXH1dK1tcfVxzXSsoW2Etel8wLTldK1xzKj1bXjtdKztccyopKmRvY3VtZW5=XC53cml=ZVwofGV2YWxcKC4qZnJvbUNoYXJDb2RlXCgoXHMqWzAtOV=rXHMqLCkrKVteO1=rO1xzKjxcL3NjcmlwdD5ccyopKy9pIjt9czoyNToiaW5pX3Jlc3RvcmUgYmFzZTY=X2RlY29kZSI7YToyOntpOjA7czo1OiJIMU9OZyI7aToxO3M6OTc6Ii88XD9bcGhcc1=raW5pX3Jlc3RvcmVccypcKC4rXHMrLitiYXNlNjRfZGVjb2RlXHMqXCguK1xzKy4rcGhwXC5pbmkuK1xzKy4rZndyaXRlXHMqXChbXFNcc1=rXD8-L2kiO31zOjMzOiJlcnJvcl9yZXBvcnRpbmcgdmFyaWFibGUtZnVuY3Rpb24iO2E6Mjp7aTowO3M6NToiSDY3QlIiO2k6MTtzOjM=NjoiLzxcP1twaFxzXSsoXC9cKihbXipdKlwqKD8hXC8pKSpbXipdKlwqXC9ccyp8KGluaV9zZXR8ZXJyb3JfcmVwb3J=aW5nfHNldF9=aW1lX2xpbWl=KVwoW15cKV=qXCk7XHMqKStpZltcKFxzXStcIWRlZmluZWRcKFteXCldK1tcKVxzXStce1xzKmRlZmluZVwoW15cKV=rW1wpXHNdKztccyppZltcc1woXStcIWZ1bmN=aW9uX2V4aXN=c1woKFsiJ1=pLis_XDRcKVtcKVxzXHtdKmZ1bmN=aW9uXHMqKC4rPylcKFteXCldK1wpW1wpXHNce1=rLis_XDVcKFteXCldK1wpO1xzKihcJFtePVwoO1=rKVwoW15cKV=qXCkrO1xzKi4rXDZcKFteXCldKlwpKztccypyZXR1cm5bXjtdKzsoLiokfFxzKlw_PiguKiQpPykvaSI7fXM6MTk6ImVjaG8gc2NyaXB=IGlmcmFtZSAiO2E6Mjp7aTowO3M6NToiSDFOOWQiO2k6MTtzOjEzOToiL1wjW2Etel9cLT=wLTldK1wjW1xzXEBdK2VjaG8uKzxzY3JpcHQuK1wuY3JlYXRlRWxlbWVudFtcKFxzIiddK2lmcmFtZS4rXC5zdHlsZVwuKGxlZnR8dG9wKT1bJyJcXF=rLS4rPFwvc2NyaXB=Pi4rO1xzK1wjXC9bYS16X1wtPTAtOV=rXCMvaSI7fXM6MTM6ImV2YWwgX1JFUVVFU1QiO2E6Mjp7aTowO3M6NToiRzFWOHEiO2k6MTtzOjE2NjoiL1tcQF=qKGVycm9yX3JlcG9ydGluZ1woLitiYXNlNjRfZGVjb2RlXCguKykqKD88IWwpZXZhbFsgXHRdKihcL1wqLipcKlwvKSpbIFx=XSpcKFsgXHRdKihcL1wqLipcKlwvKSpbIFx=XSpcJF8oUkVRVUVTfEdFfFBPUylUXFsuKz9cXS4qP1wpWyBcdF=qKFwvXCouKlwqXC8pKlsgXHRdKjsvaSI7fXM6MTg6ImZvcmVhY2ggZXZhbCBhcnJheSI7YToyOntpOjA7czo1OiJIMTRMNyI7aToxO3M6MjI5OiIvKFwvXCpccysoW2Etel9cLTAtOV=rKVxzKlwqXC9ccyp8PFw_W3BoXHNdKykoXCRbYS16XzAtOV=rKVxzKj1ccyphcnJheVteO1=rO1xzKi4rP2Z1bmN=aW9uIChbYS16XzAtOV=rKVwoLis_cmV=dXJuW147XSo7WztcfVxzXSsoXCRbYS16XzAtOV=rKVxzKj1ccypcNFxzKlwoXHMqXDNbXjtdKztccypldmFsXChcNVteO1=rWyciXClcfTtcc1=rKFwvXCpccytcL1wyXHMqXCpcL3wuKz8oJHxcPz4pKS9pIjt9czozMToiZXhjZXNpdmUgc3BhY2VzIGluIGhhc2hlZCBibG9jayI7YToyOntpOjA7czo1OiJDQ1Y4RiI7aToxO3M6NTc6Ii9cI1thLXpBLVowLTldK1wjW1xuIFx=XXs1MH=uK1tcbiBcdF=rXCNcL1thLXpBLVowLTldK1wjLyI7fXM6Mjk6IkphdmFzY3JpcHQgb2JzY3VyZSBldmFsIGFycmF5IjthOjI6e2k6MDtzOjU6IkgzQTlkIjtpOjE7czoyNDY6Ii8oXC9cKlxzKihbMC=5YS1mXXszMn=pXHMqXCpcL1xzKnw8KHNjcmlwdClbXj5dKj5ccyopKnZhclxzK1thLXpfMC=5XStccyo9KFxzKltcWyxdXHMqKFsnIl=pKFxcP3hbMC=5YS1mXXsyfSkqXDUpK1tcc1xdXSs7XHMqZG9jdW1lbnRccyooKFxbW15cXV=rW1xdXHNdKykrKFwoKFthLXpfMC=5XSsoXFtbXlxdXStbXF1cc1=rKSopKikrXCkrWztcc1=qKSsoXC9cKltcc1wvXSpcMlxzKlwqXC9ccyp8PFwvXDNbXj5dKj5ccyopKi9pcyI7fXM6MzA6IkphdmFTY3JpcHQgZnVuY3Rpb24geFZpZXdTdGF=ZSI7YToyOntpOjA7czo1OiJENzhMaiI7aToxO3M6MTA3OiIvPHNjcmlwdCBsYW5ndWFnZT1bJyJdSmF2YVNjcmlwdFsnIl=-W1xyXG4gXHRdKmZ1bmN=aW9uIFthLXowLTldK1ZpZXdTdGF=ZVwoXCkoLis_W1xyXG4gXHRdKikrPzxcL3NjcmlwdD4vaSI7fXM6Mjk6ImFkZC1kaXYtY29udGVudCBWaWFncmEgQ2lhbGlzIjthOjI6e2k6MDtzOjU6IkQ=NkhiIjtpOjE7czo4OToiLzxcIS=tc3RhcnQtYWRkLWRpdi1jb25=ZW5=WzAtOV=qLS=-LitWaWFncmEuK=NpYWxpcy4rPFwhLS1lbmQtYWRkLWRpdi1jb25=ZW5=WzAtOV=qLS=-L2kiO31zOjIxOiJqYXZhc2NyaXB=IGFycmF5IGV2YWwiO2E6Mjp7aTowO3M6NToiRUNMTlYiO2k6MTtzOjkwOiIvdmFyXHMqW19cLVw-XC5hLXowLTldK1xzKj1ccypcW1xzKlsnIl=oXFx4WzAtOUEtRl17Mn=pK1siJ11bXlxdXSpcXS4rP2V2YWxccypcKC4rP1wpKzsqL2kiO31zOjI=OiJpc3NldCBSRVFVRVNUIGV2YWwgYWxvbmUiO2E6Mjp7aTowO3M6NToiRjhHQk8iO2k6MTtzOjE1NDoiLzxcP1twaFxzXSsoXCRbX1wtXD5cLmEtejAtOV=rXHMqPVxzKihbJyJdKS4rP1wyO1xzKikqaWZbXHNcKF=rKFthLXpfMC=5XStccypcKFxzKikqXCRfKFJFUVVFU3xHRXxQT1MpVFxbLisoc3lzdGVtfGV2YWwpXCguK1xzKmV4aXRbXjtdKls7XHMqXH1dKygkfFw_PikvaSI7fXM6MzQ6Imlzc2V=IEhUVFBfVVNFUl9BR=VOVCBoZWFkZXIgYWxvbmUiO2E6Mjp7aTowO3M6NToiRDFPTkYiO2k6MTtzOjk4OiIvPFw_cGhwIGlmXChpc3NldFwoXCRfU=VSVkVSXFtbJyJdSFRUUF9VU=VSX=FHRU5UWyciXVxdLitoZWFkZXJcKFsnIl1Mb2NhdGlvbjogaHR=cDpcL1wvLis7XH1cPz4vaSI7fXM6MjU6InN=cnJldiBBc3NlcnQgZXZhbCBiYXNlNjQiO2E6Mjp7aTowO3M6NToiRDI=SUgiO2k6MTtzOjIyMDoiL1tcclxuIFx=XSsuKz9cKFsiJ1=oXFwxNDV8ZSkoXFwxNjZ8dikoXFwxNDF8YSkoXFwxNTR8bCkoXFwwNTB8XCgpKFxcMTQyfGIpKFxcMTQxfGEpKFxcMTYzfHMpKFxcMTQ1fGUpKFxcMDY2fDYpKFxcMDY=fDQpKFxcMTM3fF8pKFxcMTQ=fGQpKFxcMTQ1fGUpKFxcMTQzfGMpKFxcMTU3fG8pKFxcMTQ=fGQpKFxcMTQ1fGUpKFxcMDUwfFwoKS4rP1xcMDUxXFwwNTFcXDA3M1siJ11cKTsvaSI7fXM6MjQ6IlJldHJ5IGJhc2U2NF9kZWNvZGUgQ3VybCI7YToyOntpOjA7czo1OiJIMlJKTSI7aToxO3M6Mjc1OiIvPFw_W1xzaHBdKlxAP2Vycm9yX3JlcG9ydGluZ1woW1xzMF=rXCk7XHMqKChcJFthLXpfMC=5XStccyo9XHMqKT8odXJsZGVjb2RlW1xzXChdKyk_XCRfQ=9PS=lFXFtbXlxdXStcXStbXCk7XHNdKykrLittYWlsXChbXlwpXStcKStbXHNce1=rcG9zdF9zdGF=c1woKC4rP2Z1bmN=aW9uXHMrKHBvc3Rfc3RhdHN8X2hvc3QyaW5=fG1jaHxzbXRwX2xvb2t1cHxwb3N=X21jaCkpezV9Litzb2NrZXRfY2xvc2VcKFteXCldK1wpK1s7XHNcfV=rZGllXChcKTtbXHNcfV=qKCR8XD8-KS9pcyI7fXM6MjA6InByZWdfcmVwbGFjZSBhbGwgaGV4IjthOjI6e2k6MDtzOjU6IkY3MTRPIjtpOjE7czo1NjoiL1xAKnByZWdfcmVwbGFjZVxzKlwoKFteXCldKj9ceFswLTlBLUZdezJ9KXsxNSx9Lis_XCk7L2kiO31zOjE=OiJpZnJhbWUgaW4gaGVhZCI7YToyOntpOjA7czo1OiJENTNIUCI7aToxO3M6NTY6Ii9cPGlmcmFtZSAuK1w8XC9pZnJhbWVcPltcclxuIFx=XSooPz1cPFwvaCh=bWx8ZWFkKVw-KS9pIjt9czozNjoiVGFnZ2VkIHNjcmlwdCB=cnkgZG9jdW1lbnQuYm9keSBldmFsIjthOjI6e2k6MDtzOjU6IkcyR=RHIjtpOjE7czoxODc6Ii88XCEtLVthLXpfMC=5XHNdKy=tPlxzKjxzY3JpcHQgLis_KGJkdl9yZWZfcGlkPShbMC=5XSspOy4rPzxcL3NjcmlwdD5ccyo8c2NyaXB=IC4rP3BpZD1cMnx=cnlce2RvY3VtZW5=XC5ib2R5Lis_ZXZhbCkuKz88XC9zY3JpcHQ-XHMqKDxub3NjcmlwdC4rPFwvbm9zY3JpcHQ-XHMqKT88XCEtLVtcL2Etel8wLTlcc1=rLS=-L2kiO31zOjI5OiJUYWdnZWQgdHJ5IGRvY3VtZW5=LmJvZHkgZXZhbCI7YToyOntpOjA7czo1OiJEM=o3TiI7aToxO3M6OTE6Ii9cL1wqWzAtOWEtZl=rXCpcL1tcclxuIFx=XSsuKz9=cnlce2RvY3VtZW5=XC5ib2R5Lis_ZXZhbC4rP1tcclxuIFx=XStcL1wqXC9bMC=5YS1mXStcKlwvL2kiO31zOjM3OiJldmFsIHZhcmlhYmxlLWZ1bmN=aW9uIGxvbmctbmItc3RyaW5nIjthOjI6e2k6MDtzOjU6IkY2TURoIjtpOjE7czoxNDE6Ii8oKFwvXC8uK3xcJFthLXpcXzAtOVxbXF1ce1x9JyJdK1xzKj1bXlw7XSs7KVxzKikqXEA_KGV2YWx8YXNzZXJ=KVwoKFwkW2EtelxfMC=5XFtcXVx7XH=nIl=rXCgpK1snIl1bYS16QS1aMC=5XC9cX1wtXCtcPVxyXG5dezIwMCx9WyciXVwpKzsvaSI7fXM6NDE6ImZ1bmN=aW9uIG9iX2dldF9sZXZlbCBvYl9zdGFydCBhZGRfYWN=aW9uIjthOjI6e2k6MDtzOjU6IkQzTEE=IjtpOjE7czoxODg6Ii9pZiBcKFwhZnVuY3Rpb25cX2V4aXN=c1woLis_XCkgXHtbXHJcbiBcdF=rZnVuY3Rpb24gLis_XCkgXHtbXHJcbiBcdF=raWYgXChcIW9iXF9nZXRcX2xldmVsXChcKVwpIG9iXF9zdGFydFwoLis_XCk7W1xyXG4gXHRdK1x9W1xyXG4gXHRdKyguK1tcclxuIFx=XSspKyhhZGRfYWN=aW9uXCguKz9cKTtbXHJcbiBcdF=rKStcfS9pIjt9czoyNjoiaGVhZCBzY3JpcHQgZG9jdW1lbnQud3JpdGUiO2E6Mjp7aTowO3M6NToiRDNQRDUiO2k6MTtzOjYyOiIvKD88PVw8XC9oZWFkXD4pXDxzY3JpcHQuKz9kb2N1bWVudFwud3JpdGVcKC4rP1w8XC9zY3JpcHRcPi9zaSI7fXM6MTQ6InNjcmlwdCBodHRwIElQIjthOjI6e2k6MDtzOjU6Ikg1TElVIjtpOjE7czoyNzg6Ii8oPzwhWyciXSk8c2NyaXB=W14-XSooc3JjPVsnIl=_aHR=cFtzXT9cOlwvKChbXC98XC5dWzAtOV=rKXs=fXxcL3d3d1wuYWRzcHRwXC5jb218XC93d3dcLmZyZWVodG1sNXRlbXBsYXRlc1wuY29tKVwvfGNvbGxlY3RcLmpzfFwvd3AtaW5jbHVkZXNcL2pzXC9qY3JvcFwvanF1ZXJ5XC5qc3w-LipodHRwOlwvXC9tYnMtc3VwcG9ydFwuY29tXC9qc1wvanF1ZXJ5XC5taW5cLnBocC4qZG9jdW1lbnRcLndyaXRlXChbIiddPHNjcmlwdC4qXC9zY3JpcHQpW14-XSo-Lio_PFwvc2NyaXB=Pi9pIjt9czoxODoic2NyaXB=IGVuY29kZSBldmFsIjthOjI6e2k6MDtzOjU6IkU5N=dvIjtpOjE7czoxMDU6Ii88c2NyaXB=Lis_KChbMC=5QS1GeF17MjAwfXwoWyciXT8sWyInXT9bMC=5QS1GeF=rKXsyMDB9Lis_ZXZhbCl8KGV2YWwuKz9bMC=5IFx=XCxdezMwMH=pKS4rPzxcL3NjcmlwdD4vaSI7fXM6NTQ6IlRhZ2dlZCBiYXNlNjRfZGVjb2RlIGZpbGVfZ2V=X2NvbnRlbnRzIHBvc2l=aW9uIGlmcmFtZSI7YToyOntpOjA7czo1OiJHNEZJViI7aToxO3M6MzkzOiIvKChcL1wqfFwjKVxzKihbYS16XzAtOV=rXHMqKFwyfFwqXC8pKVxzKi4rP2Jhc2U2NF9kZWNvZGUuKz9ccyouKz9maWxlX2dldF9jb25=ZW5=cy4rP1xzKi4rP3Bvc2l=aW9uLis_XHMqLis_PFwvaWZyYW1lPi4rXHMqKFwvXCp8XCMpW1wvXHNdKlwzfGlmXHMqXChbXlx7XSooKGdvb2dsZXxib3R8eWFob298YmluZ3xIVFRQX1VTRVJfQUdFTlQpW15ce1=rKXs1LH1ceygoXCRbYS16XzAtOV=rW1xzXC5cK1=qPVxzKik_KHNodWZmbGV8YXJyYXkpXChbXjtdKztccyopKmZvcmVhY2hcKFteXHtdK1x7XHMqaWZccypcKHByZWdfbWF=Y2hccypcKFteXHtdK1x7XHMqLis_KFtcQFx-XHNdKihiYXNlNjRfZGVjb2RlfGZpbGVfZ2V=X2NvbnRlbnRzKVxzKlwoKXszfS4rP1xzKihcfVxzKil7M3=pL2kiO31zOjE1OiJzY3JpcHQgYWpheCBQT=MiO2E6Mjp7aTowO3M6NToiRzdHOE8iO2k6MTtzOjE5MDoiLzxzY3JpcHRbXj5dKyhWQlNjcmlwdC4rP=NyZWF=ZU9iamVjdFwoWyciXVNjcmlwdGluZ1wuRmlsZVN5c3RlbU9iamVjdFsnIl1cKS4rP1wuQ3JlYXRlVGV4dEZpbGVcKC4rP1wuV3JpdGUuKz9DcmVhdGVPYmplY3RcKFsnIl1XU2NyaXB=XC5TaGVsbFsnIl1cKS4rP3xhamF4LnBocFsnIl=-WyciXVBPQ1snIl=pPFwvc2NyaXB=Pi9pcyI7fXM6MjY6InRhcmdldHMgYXJyYXkgSkFQbHVnaW5Eb25lIjthOjI6e2k6MDtzOjU6IkQ=OUFKIjtpOjE7czo4MToiLyhcL1wvZmlsZXNbXHQgXHJcbl=rKSpcJHRhcmdldHNbID1cdF=rYXJyYXlcKC4rP2VjaG9bICInXStKQVBsdWdpbkRvbmVbICInO1=rL3NpIjt9czoxNToiaW5jbHVkZSBmYXZpY29uIjthOjI6e2k6MDtzOjU6IkQ=QTdRIjtpOjE7czo=NjoiL1tcclxuXStbXHQgO1=qaW5jbHVkZS4rZmF2aWNvblwuaWNvWyciXCk7XSsvaSI7fXM6MTU6ImFkZF9maWx=ZXIgY3JlZCI7YToyOntpOjA7czo1OiJENEo3VyI7aToxO3M6OTM6Ii9hZGRfZmlsdGVyXCgndGVtcGxhdGVfaW5jbHVkZScsJ2dldF9jcmVkJywxXCk7W1x=IFxyXG5dK2FkZF9maWx=ZXJcKCdzaHV=ZG93bicsJ2NyZWQnLDBcKTsvaSI7fXM6MjE6InByZWdfcmVwbGFjZSBzdHJyZXYgZSI7YToyOntpOjA7czo1OiJENE9GZCI7aToxO3M6ODc6Ii9cJFthLXpBLVowLTlcX1=rW1w9IFx=XStbJyJdZVwvXCpcLlwvWyciXTtbXHJcbiBcdF=rcHJlZ19yZXBsYWNlXChbIFx=XSpzdHJyZXZcKC4qXCk7LyI7fXM6Nzc6ImZ1bmN=aW9uX2V4aXN=cyBnZXQgZmlsZSBmdW5jdGlvbiBjdXJsX2luaXQgZmlsZV9nZXRfY29udGVudHMgZm9wZW4gY3VybF9leGVjIjthOjI6e2k6MDtzOjU6IkcyUEFJIjtpOjE7czozNzQ6Ii88XD9bcGhcc1=rKChpbmlfc2V=fFwkW2Etel8wLTldK1xzKj=pW147XSs7XHMqKSpmdW5jdGlvblxzKyhbYS16XzAtOV=rKVteXHtdK1tcc1x7XSsoXCRbYS16XzAtOV=rXHMqPVteO1=rO1xzKikqKGZvcmVhY2hbXlx7XStbXHNce1=rKFwkW2Etel8wLTldK1xzKihcW1teXF1dK1xdK1xzKikqPVxzKik_Y3VybF9pbml=Lis_cmV=dXJuW147XSo7fChyZXR1cm5ccyspP2N1cmxfW147XSs7XHMqKStbXH1cc1=rKChcJFthLXpfMC=5XStccyo9XHMqKT8oXCRfU=VSVkVSXFt8XDNcKHxmb3BlblwofGZ3cml=ZVwofGZjbG9zZVwoKVteO1=rO1xzKikqKGlmW1xzXChdKyhmaWxlX2V4aXN=c1wofFwkXyhSRVFVRVN8R=V8UE9TKVRcWykuKz9cM1woLispezJ9L2lzIjt9czozMToiZXJyb3JfcmVwb3J=aW5nIGluY2x1ZGUgd3AtYXBwcyI7YToyOntpOjA7czo1OiJHNlBFSyI7aToxO3M6MTY4OiIvKChcJFthLXpfMC=5XStbXHM9XSspPyhlcnJvcl9yZXBvcnRpbmd8aW5pX3NldHxnZXRlbnZ8c3Vic3RyKVwoW15cKV=qXCkrO1xzKikqXEAqKHJlcXVpcmV8aW5jbHVkZSkoX29uY2UpP1tcKCInXHNdK1teO1=rd3AtKGluY2x1ZGVzfGhlYWR8YXBwc3x=ZXh=KVwucGhwWyInXVtcKTtcc1=rL2kiO31zOjM1OiJyZXF1aXJlIGNnaS1sb2NhbCBwaHAgY29tbWVudCBhbG9uZSI7YToyOntpOjA7czo1OiJGN=1CNSI7aToxO3M6MTg3OiIvPFw_W3BoXHNdKyhcL1wqLis_XCpcL1xzKnxcQCkqKHJlcXVpcmV8aW5jbHVkZSkoX29uY2UpKltcKFxzXSsoXCRfU=VSVkVSW1xbXHtdWyInXURPQ1VNRU5UX1JPT1RbJyJdW1xdXH1dW1xzXC5dK1siJ11bXC5cL1=qd3AtW147XSt8WyciXWNnaS1sb2NhbFwvLis_XC5waHBbJyJdW1xzXCldKik7XHMrKFwjLipccyopKlw_Pi9pIjt9czo1Mjoib2Jfc3RhcnQgZ3ppbmZsYXRlIG9iX2dldF9jb25=ZW5=cyBvYl9lbmRfY2xlYW4gZXZhbCI7YToyOntpOjA7czo1OiJHMzZEOCI7aToxO3M6MzIxOiIvPFw_W3BoXHNdKihbaWZcKFxzXCFdKmRlZmluZShkXHMqXChbXlwpXSt8XHMqXChbXixdKyxccyooW2Etel8wLTlcKF=rKSlbXlwpXSpbXCk7XHNce1x9XSspKihcQHxcJFthLXpfMC=5XStbXHNcLl=qPVxzKikqb2Jfc3RhcnRccypcKChbJyJcc1=rKC4qPylbJyJcc1=rXCk7XHMqZnVuY3Rpb25ccytcNlwoLis_ZnVuY3Rpb25ccytcMy4rcmV=dXJuXHMqKFsnIl=pW15cN1=qXDd8Z3ppbmZsYXRlW1woXHNdK29iX2dldF9jb25=ZW5=c1tcKFwpO1xzXStvYl9lbmRfY2xlYW5bXChcKTtcc1=rZXZhbFwoW15cKV=rW1wpXHNdKik7W1xzXH1dKigkfFw_PlxzKikvaXMiO31zOjE3OiJ=YWdnZWQgaWZyYW1lIDFweCI7YToyOntpOjA7czo1OiJENjM2ciI7aToxO3M6MTIyOiIvPFwhLS=gLis_IC=tPltcclxuIFx=XSo8aWZyYW1lIHdpZHRoPSIxcHgiIGhlaWdodD=iMXB4IiBzcmM9Imh=dHA6XC9cL1tePl=rPltcclxuIFx=XSo8XC9pZnJhbWU-W1xyXG4gXHRdKjxcIS=tIC4rPyAtLT4vaSI7fXM6Mjk6InNjcmlwdCBhZnRlciBjbG9zaW5nIGJvZHkgdGFnIjthOjI6e2k6MDtzOjU6Ikc1TTlHIjtpOjE7czo3NjoiLyg_PD1cPFwvKGJvZHl8aGVhZClcPikoXHMqPCgoc2NyaXB=fGEpW1xzPl=uKj88XC8oXDR8Ym9keSl8bWV=YVtePl=qKT4pKy9pcyI7fXM6Mjc6InZhciBSIGZ1bmN=aW9uIHBZTXVTIHdpbmRvdyI7YToyOntpOjA7czo1OiJINkpMTSI7aToxO3M6MjIxOiIvPHNjcmlwdFtePl=qPlxzKih2YXJccyspPyhbYS16XzAtOV=rKVxzKj1ccypcWy4rPygoW2Etel8wLTldKylccyooXFtbXlxdXStbXF1cc1=qKSs9XHMqXDJcW1teXF1dK1tcXVxzXStcKy4rd2luZG93W1xbXHNdK1wyW1xbXHNdK1teXF1dK1tcXVxzXSooPVw=fCxcMlteXF1dK1tcXVxzXCldKylbXH=7XHNdK3xmdW5jdGlvbiBwWU11U1woLis_XClcKHdpbmRvd1wpKTxcL3NjcmlwdD4vaSI7fXM6MzE6IlRhZ2dlZCBlY2hvIHNjcmlwdCBldmFsIEhleEhleF8iO2E6Mjp7aTowO3M6NToiRDZVSXIiO2k6MTtzOjEyMjoiL1wjKFthLXowLTldKylcI1tcclxuIFx=XStlY2hvW1xyXG4nIiBcdF=rPHNjcmlwdCouKz9ldmFsLis_KFthLXowLTldW2EtejAtOV1cXyl7MTAwfS4rPzxcL3NjcmlwdD5bXHJcbiciOyBcdF=rXCNcL1wxXCMvaXMiO31zOjMxOiJ2YXJpYWJsZSBjcmVhdGVfZnVuY3Rpb24gc3RycmV2IjthOjI6e2k6MDtzOjU6IkcySUkxIjtpOjE7czoyNDY6Ii88XD9bcGhcc1=qKFwvXCpbXlwqXSooXCpbXlwqXC9dKikrXC9ccyp8XC9cL1teXG5dKlxzKykqKChcJFthLXpfMC=5XSspXHMqPSk_LitmdW5jdGlvblxzKihbYS16XzAtOV=qKVwoLis_KGV2YWxcKFw1XCh8YmFzZTY=X2RlY29kZVwofFxzKlw=XHMqXChccypzdHJyZXZcKCkuKz8oXClccyopezIsfTtccyooZXZhbFwoLis_KFwpXHMqKXsyLH=7XHMqfFwkW2Etel8wLTldK1xzKj1bXjtdKztccyp8XDFccyopKigkfFw_PlxzKikvaSI7fXM6MjI6Imh=bWwgZW1iZWQgb2JqZWN=IGh=bWwiO2E6Mjp7aTowO3M6NToiRDg3OXYiO2k6MTtzOjU3OiIvPGh=bWw-W1xyXG4gXHRdKjxlbWJlZC4rPzxcL29iamVjdD5bXHJcbiBcdF=qPFwvaHRtbD4vaXMiO31zOjM2OiJyZXF1aXJlIG5ldyBTQVBFX2NsaWVudCByZXR1cm5fbGlua3MiO2E6Mjp7aTowO3M6NToiRzFDTmoiO2k6MTtzOjY3OiIvKFwkW2Etel8wLTldKylccyo9XHMqbmV3XHMqU=FQRV9jbGllbnRcKC4rP1wxLT5yZXR1cm5fbGlua3NcKFwpOy9zIjt9czo5MzoiaWYgZnVuY3Rpb25fZXhpc3RzIF9waHBfY2FjaGVfc3BlZWR1cF9mdW5jX29wdGltaXplcl8gcmVnaXN=ZXJfc2h1dGRvd25fZnVuY3Rpb24gb2JfZW5kX2ZsdXNoIjthOjI6e2k6MDtzOjU6IkY2RzdqIjtpOjE7czoxNTA6Ii9bO1xzXSppZlxzKlwoXCFmdW5jdGlvbl9leGlzdHNcKFsnICJdK19waHBfY2FjaGVfc3BlZWR1cF9mdW5jX29wdGltaXplcl9bJyAiXStcKVwpLis_cmVnaXN=ZXJfc2h1dGRvd25fZnVuY3Rpb25cKFsnICJdK29iX2VuZF9mbHVzaFsnICJdK1wpWztcc1=qXH=vcyI7fXM6NDQ6ImVycm9yX3JlcG9ydGluZyBpbmlfc2V=IGlmIGNvdW5=IFBPU1QgcmV=dXJuIjthOjI6e2k6MDtzOjU6IkQ4TUJuIjtpOjE7czoxMTM6Ii9bXEBdKmVycm9yX3JlcG9ydGluZ1woMFwpOyhbXEAgXHJcbl=qaW5pX3NldFwoKC4rPylcKVs7IFxyXG5dKikraWYgXChjb3VudFwoXCRfUE9TVC4rcmV=dXJuIFwkW2EtejAtOV=rWzsgXH1dKy9pIjt9czozODoiZGl2IFZpYWdyYSBDaWFsaXMgc2NyaXB=IHN=eWxlLmRpc3BsYXkiO2E6Mjp7aTowO3M6NToiRDlIQ2YiO2k6MTtzOjE=MzoiLzxkaXYgaWQ9WyciXShbXj5dKilbJyJdPi4qVmlhZ3JhLitDaWFsaXMuKjxcL2Rpdj5bXHJcbiBcdF=qPHNjcmlwdFtePl=qPi4qZG9jdW1lbnRcLmdldEVsZW1lbnRCeUlkXChbIiddXDFbIiddXClcLnN=eWxlXC5kaXNwbGF5Lio8XC9zY3JpcHQ-L2kiO31zOjcxOiJwaHAgdmFyaWFibGUgYXJyYXkgYmFzZTY=X2RlY29kZSBmdW5jdGlvbl9leGlzdHMgbnVtZXJpYy1uYW1lZCBmdW5jdGlvbiI7YToyOntpOjA7czo1OiJHNktLbyI7aToxO3M6Mzc1OiIvPFw_W3BoXHNdKyhcL1wqKFteXCpdKlwqW15cL1=pKlteXCpdKlwqXC9ccyp8XC9cL1teXG5dKlxzKykqXCRbYS16XzAtOSciXFtcXVxzXSs9XHMqYXJyYXlcKC4qP2Jhc2U2NF9kZWNvZGVcKC4rP1wpKztccyooaWZccypcKFwhZnVuY3Rpb25fZXhpc3RzXChbIiddX1swLTldK1siJ11bXClcc1=rXHtccyp8XD8-XHMqPFw_W3BoXHNdKykqZnVuY3Rpb24gX1swLTldK1woKC4rPylbXH1cc1=rKFw_PlxzKjxcP1twaFxzXStcQD9cJEdMT=JBTFNccyooXFtbXlxdXSpcXStccyp8XHtbXlx9XSpcfStccyopK1woLisoZXZhbHxcJEdMT=JBTFMoXHMqXFtbXlxdXSpcXStccyp8XHtbXlx9XSpcfSspKylccypcKFteXCldK1tcKTtcfVxzXSspKihcMXwkfFw_PikrL2kiO31zOjMyOiJUYWdnZWQgaWYgZW1wdHkgc2NyaXB=IGV2YWwgZWNobyI7YToyOntpOjA7czo1OiJFMUc4OCI7aToxO3M6MTc3OiIvXCMoW2EtejAtOV=rKVwjW1xyXG4gXHRdK2lmWyBcdF=qXChlbXB=eVwoKFwkW2Etel8wLTldKylcKVwpW1xyXG5ceyBcdF=rXDJbXHJcbiciID1cdF=rPHNjcmlwdC4rPyhldmFsfHNyYz1bXFwnIl=raHR=cCkuKz88XC9zY3JpcHQ-W1xyXG4nIjsgXHRdK2VjaG8gXDJbXHJcbjsgXH1cdF=rXCNcL1wxXCMvaXMiO31zOjQ=OiJ2YXIgSFRUUF9VU=VSX=FHRU5UIGlmIG1hdGNoIHN=cmluZyB2YXIgZWxzZSI7YToyOntpOjA7czo1OiJEQUpIMiI7aToxO3M6MTI2OiIvKFwkW2EtelxfMC=5XSspW1x=ID1dK1wkX1NFUlZFUlxbWyInXUhUVFBfVVNFUl9BR=VOVFsnIl1cXTsuKz9pZiBcKFwkW2EtelxfMC=5XStcKFteLF=rLCBcMVwpXCkgXHtbXlx9XStcfSBlbHNlIFx7W15cfV=rXH=vaXMiO31zOjM=OiJkaXYgcGhwIGVycm9yX3JlcG9ydGluZyBmb3BlbiBodHRwIjthOjI6e2k6MDtzOjU6Ikc4UTdYIjtpOjE7czo4NDoiLzxkaXYgW14-XSo-XHMqPFw_W3BoXHNdK2Vycm9yX3JlcG9ydGluZ1woLis_Zm9wZW5cKFsiJ11odHRwOlwvXC8uKz9cPz5ccyo8XC9kaXY-L2lzIjt9czo2OToiRE9DVU1FTlRfUk9PVCBpZiBmaWxlX2V4aXN=cyBmaWxlX2dldF9jb25=ZW5=cyBnemluZmxhdGUgcHJlZ19yZXBsYWNlIjthOjI6e2k6MDtzOjU6IkdDVkc2IjtpOjE7czozNjI6Ii9cJChbYS16XzAtOV=rKVxzKj1bXjtdKlwkX1NFUlZFUltcc1xbXHtdKyhbIiddKShET=NVTUVOVF9ST=9UfFNDUklQVF9OQU1FKVwyW1xzXF1cfV=rLis_aWZccypcKFxzKmZpbGVfZXhpc3RzXHMqXCguKz9cJChbYS16XzAtOV=rKVxzKj1bXHNcQF=qKGZpbGVfZ2V=X2NvbnRlbnRzXHMqXChccypcJFwxLis_XCQoW2Etel8wLTldKylccyo9W1xzXEBdKmd6aW5mbGF=ZVxzKlwoXHMqXCRcNC4rP3ByZWdfcmVwbGFjZS4rP1wpO1tcfVxzXSt8c2NhbmRpclxzKlwoW147XSs7XHMqZm9yZWFjaFxzKlwoXCRcNC4rZndyaXRlXHMqXChbXjtdKztccypmY2xvc2VccypcKFteO1=rO1tcfVxzXSt1bmxpbmtccypcKFxzKlwkXDFcKTtccyopL2lzIjt9czo1NDoiZnVuY3Rpb24gZm91cm9mb3VyIGFkZF9maWx=ZXIgYWxsX3BsdWdpbnMgZm91cm9mb3VyX3BwIjthOjI6e2k6MDtzOjU6IkRCSE1tIjtpOjE7czo4MToiL2Z1bmN=aW9uIGZvdXJvZm91clwoXCkuK2FkZF9maWx=ZXJcKFsiJ11hbGxfcGx1Z2luc1ssICInXStmb3Vyb2ZvdXJfcHBbIiddXCk7L2lzIjt9czoxNDoicCBwYXlkYXkgbG9hbnMiO2E6Mjp7aTowO3M6NToiRzVCQ=siO2k6MTtzOjQ2OiIvPHBbXj5dKj5ccyouKz9wYXlkYXkgbG9hbi4rP1tcclxuXStccyo8XC9wPi9pIjt9czoyNjoic2NyaXB=IHNyYyBlYXJubW9uZXlkby5jb2=iO2E6Mjp7aTowO3M6NToiRzZIRnMiO2k6MTtzOjE2NToiLyg8KHNjcmlwdHxhKVtePl=rKGhyZWY9WyciXVtmaHRwc2w6XSpcL1wvKHNlY3VyZVwucGF5emEpW14-XSs-XHMqPGltZ1tePl=rKT9zcmM9WyciXVtmaHRwc2w6XSpcL1wvKFw=fG9ubGluZS1zYWxlMjR8ZWFybm1vbmV5ZG98Z2NjYW5hZGF8ZzAwKVwuY28uKz9ccyo8XC9cMj5ccyopKy9pIjt9czo5MjoicGhwIHZhciBhcnJheSB2YXIgdGV4dCBpZiBmdW5jdGlvbl9leGlzdHMgZnVuY3Rpb24gZm9yZWFjaCBjaHIgcmV=dXJuIHZhcmlhYmxlIGZ1bmN=aW9uIHRleHQiO2E6Mjp7aTowO3M6NToiRzRSS3MiO2k6MTtzOjMwMzoiLzxcP1twaFxzXSsoXCRbYS16XzAtOV=rKFxzKlxbW15cXV=rXF=rKSpbXHNcLlwrXC1dKj1ccyooKGFycmF5XCh8XCRceyk_KChbJyJdKS4qP1w2fFwkW2Etel8wLTldKyhccypcW1teXF1dK1xdKykqKVtcLlwsXHNcKVx9XSopKztccyopKygoaWZccypcKFteXHtdK1x7XHMqKT9mdW5jdGlvblteXHtdK1x7LipyZXR1cm5bXjtdKjtbXHNcfV=rKSsoaWZccypcKFteXHtdK1x7XHMqKT8oZWNob3xwcmludHxkaWUpW1xzXChce1=rXCRbYS16XzAtOV=rKFxzKlxbW15cXV=rXF=rKSpccypcKFteO1=qO1tcc1x9XSsoJHxcPz5ccyopL2lzIjt9czozNjoiVGFnZ2VkIGVycm9yX3JlcG9ydGluZyBiYXNlNjRfZGVjb2RlIjthOjI6e2k6MDtzOjU6IkZBOUNiIjtpOjE7czoxODM6Ii8oXC9cKi4rP1wqXC98PFwhLS=uKz8tLT4pXHMqKGlmW1woIFwhXStkZWZpbmVkXChbXlwpXStbXCkgXHtdKy4qP2RlZmluZVwoLis_XCkrO1tcc1x9XSopKigoXEB8XCRbYS16XF8wLTldK1xzKltcLj1dKykqKGVycm9yX3JlcG9ydGluZ3xpbmlfc2V=fG9iX3N=YXJ=KVwoLis_KStiYXNlNjRfZGVjb2RlXCguKz9cMS9pcyI7fXM6NDM6IlRhZ2dlZCBjcmVhdGVFbGVtZW5=IHNjcmlwdCBzcmMgYXBwZW5kQ2hpbGQiO2E6Mjp7aTowO3M6NToiRTJHQnUiO2k6MTtzOjE1MjoiL1wvXCogWzAtOWEtel=rIFwqXC9bXHJcbiBcdF=qLisoW2EtejAtOV=rKVtcdCA9XWRvY3VtZW5=XC5jcmVhdGVFbGVtZW5=XChbJyJdUy4rP1wxXC5zcmNbXHQ9IF=rLis_XC5hcHBlbmRDaGlsZFwoXDFcKS4rP1tcclxuIFx=XSpcL1wqIFswLTlhLXpdKyBcKlwvL2kiO31zOjM3OiJQSFAgVmFycyBDb25jYXQgVmFyaWFibGUgRnVuY3Rpb24gRU5EIjthOjI6e2k6MDtzOjU6IkgzTkpTIjtpOjE7czozNzM6Ii88XD9bcGhcc1=rKChcL1wqKFteKl=qXCooPyFcLykpKlteKl=qXCpcL1xzKikqfFxAP2Vycm9yX3JlcG9ydGluZ1tcKDBcKVxzXSs7XHMqKSooXCRbYS16XzAtOV=rKFxzKlxbW15cXV=rXF=rKSpbXHNcLl=qPVteO1=rO1xzKikrKFwkW2Etel8wLTldKyhccypcW1teXF1dK1xdKykqXHMqPVxzKik_XEA_KFwkW2Etel8wLTldKyhccypcW1teXF1dK1xdKykqfHN=cl9yZXBsYWNlfGNyZWF=ZV9mdW5jdGlvbilccypcKC4qPygoXCRbYS16XzAtOV=rKFxzKlxbW15cXV=rXF=rKSpccyo9KT9bXEBcc1=qXCRbYS16XzAtOV=rKFxzKlxbW15cXV=rXF=rKSpccypcKFteO1=qO1xzKikrKFwvXCooW14qXSpcKig_IVwvKSkqW14qXSpcKlwvXHMqKSooXD8-fCQpL2kiO31zOjY1OiJkaXYgc2NyaXB=IGRvY3VtZW5=IGdldEVsZW1lbnRCeUlkIHZpc2liaWxpdHkgaGlkZGVuIGRpc3BsYXkgbm9uZSI7YToyOntpOjA7czo1OiJGNUo3YyI7aToxO3M6MjQ4OiIvPGRpdiBpZD1bJyJdKFthLXpcXzAtOV=rKVsnIl=uKz88XC9kaXY-XHMqPHNjcmlwdFtePl=qPlxzKigoZnVuY3Rpb25ccyg_IWhpZGVtZXNzYWdlKShbYS16XF8wLTldKyl8aWYpW1xzXChdK1teXCldKltcKVxzXHtdKik_KGRvY3VtZW5=XC5nZXRFbGVtZW5=QnlJZFwoWyInXVwxWyInXVwpXC5zdHlsZVwuKHZpc2liaWxpdHl8ZGlzcGxheSlccyo9XHMqWyInXShoaWRkZW58bm9uZSlbIiddO1xzKikrW1xzXH1dKjxcL3NjcmlwdD4vaSI7fXM6NDc6ImFkZF9hY3Rpb24gd3BfZm9vdGVyIHNlcnZlIGV4YW1wbGVfYWRtaW5fbm9=aWNlIjthOjI6e2k6MDtzOjU6IkdCM=NMIjtpOjE7czoxNjM6Ii8oYWRkX2FjdGlvblwoXHMqWyciXSh3cF9mb29=ZXJ8aW5pdHxhZG1pbl9ub3RpY2VzKVsnIl1bLFxzXSsoXEA_Y3JlYXRlX2Z1bmN=aW9uW1xzXChdKyk_WyciXSguKz9iYXNlNjRfZGVjb2RlLis_fGV4YW1wbGVfYWRtaW5fbm9=aWNlfHNlcnZlKVsnIl1bXHNcKV=rO1xzKil7Mix9L2kiO31zOjUxOiJQSFAgZXJyb3JfcmVwb3J=aW5nIGlmICFpc3NldCB2YXJpYWJsZSBmdW5jdGlvbiBFTkQiO2E6Mjp7aTowO3M6NToiSDdDRGsiO2k6MTtzOjIyNjoiLygoZXJyb3JfcmVwb3J=aW5nXHMqXCh8XCRbYS16XzAtOV=rXHMqPSlbXjtdKztccyopKmlmXHMqXCguKz9cKStccypce1xzKigoXCRbYS16XzAtOV=rKVxzKj1bXjtdKztccyopKigoXCRbYS16XzAtOV=rKVxzKj1bXjtdKztccyopKigoXCRbYS16XzAtOV=rKVxzKj=rXHMqKT8oXDR8XDYpXHMqXCguKz8oXCRbYS16XzAtOV=rXHMqPVxzKik_XDhccypcKFteXCldKlwpK1tccyciXCk7XSpcfS9pcyI7fXM6NjY6InNjcmlwdCBpZiBuYXZpZ2F=b3IgdXNlckFnZW5=IG1hdGNoIGRvY3VtZW5=IHdyaXRlIHNjcmlwdCBzcmMgaHR=cCI7YToyOntpOjA7czo1OiJFM1FDZCI7aToxO3M6MTQ=OiIvPHNjcmlwdD5bXHRcclxuIF=qaWZbXHQgXChdK25hdmlnYXRvclwudXNlckFnZW5=XC5tYXRjaFwoLis_XHtbXHRcclxuIF=qZG9jdW1lbnRcLndyaXRlXChbIiddPHNjci4rPyBzcmM9WyciXWh=dHAuKz9cKVs7XH=gXHRcclxyXSs8XC9zY3JpcHQ-L2kiO31zOjYxOiJwaHAgZnVuY3Rpb24gQXJyYXkgcmV=dXJuIGJhc2U2NF9kZWNvZGUgcGhwIFZhcmlhYmxlIGZ1bmN=aW9uIjthOjI6e2k6MDtzOjU6IkczSUFhIjtpOjE7czoyMzk6Ii8oZnVuY3Rpb25ccysoW2Etel8wLTldKylccypcKFxzKihcJFthLXpfMC=5XSspW1wpXHNce1=rXDNbPVxzXStnemluZmxhdGVcKGJhc2U2NF9kZWNvZGVcKC4rW1wpO1xzXSspP2ZvclxzKlwoW15ce1=rXHtccyooXCRbYS16XzAtOV=rKShccypcW1teXF1dK1xdKykqW1wuXHNdKj1bXEBcc1=qY2hyXChbXjtdK1s7XHNcfV=rKHJldHVyblteO1=qWztcfVxzXSspP2V2YWxcKChcMlwofFw=KVteXCldKltcKVxzXSs7Ki9pIjt9czoyNToiaW5jbHVkZV9vbmNlIHJzcy1pbmZvLnBocCI7YToyOntpOjA7czo1OiJIOU1LayI7aToxO3M6MjM3OiIvKChcJFthLXpfMC=5XSspXHMqPS4rP1wuKGpzfHBuZ3xnaWYpWyciXTtccyopKigoaWZbXHNcKF=rfGlzX3xmaWxlfF9leGlzdHMpezMsfVtcKFxzXSsoXDJ8ZGlybmFtZVwoX19GSUxFW19cKVwuJyJcL1xzXSt3cC12Y2RcLnBocFsnIl=pW1wpXHNdKyk_XEA_aW5jbHVkZV9vbmNlXChccyooXDIuKj98KGRpcm5hbWVcKF9fRklMRVtfXClcLiciXC9cc1=rd3AtdmNkfFsnIl1yc3MtaW5mbylcLnBocFsnIl=pXCk7L2kiO31zOjIxOiJpc19ib3QgX192aWFfY29udGVudCkiO2E6Mjp7aTowO3M6NToiRzlNQlYiO2k6MTtzOjI4NzoiLyh2YXJccysoW2Etel8wLTldKylccyo9W147XSs7XHMqKSooZnVuY3Rpb25ccysoW15cKF=qY29va2llW15cKF=qfFthLXowLTldezQxfSlcKFteXHtdKlx7Lio_KChkb2N1bWVudC5jb29raWVbXjtdKyg7XHMqWyciXSk_fHJldHVybnxpZlxzKlwoZG9jdW1lbnRcLnJlZmVycmVyW15ce1=rXHtccypcMlxzKj=pW147XSo7XHMqKFx9XHMqKSspKyl7NSx9KFwoKmZ1bmN=aW9uXHMqKFtcKFwpXSt8W2EtejAtOV17NDF9XChbXlx7XSopXHMqXHsuKj9cKTtccypcfVtcKVxzXSpcMTBccyo7XHMqKXsyLH=vaXMiO31zOjQxOiJzZXQgdmFyIHN=cl9yZXBsYWNlIHZhciB2YXJpYWJsZSBmdW5jdGlvbiI7YToyOntpOjA7czo1OiJGN=1DNyI7aToxO3M6MzE3OiIvKChcJFthLXpcXzAtOV=rKFxzKlxbW15cXV=rXF=pKilccyo9XHMqXEA_XCRbYS16XF8wLTldKyhccypcW1teXF1dK1xdKykqXHMqXChcQD9cJF8oUkVRVUVTVHxHRVR8UE9TVHxDT=9LSUUpKFxzKlxbW15cXV=rXF=rKSpcKTtccyopKyhcJFthLXpcXzAtOV=rfHByZWdfcmVwbGFjZSlccypcKFxzKihbJyJdKShbXCFcL1wjXHxcQFwlXF5cKlx-XSkuKz9cOVtpbXN4XSplW2ltc3hdKlw4XHMqLFxzKlwyXHMqLCgoW1wkYS16XF8wLTldKyhccypcW1teXF1dK1xdKSp8J1teJ1=qJ3wiW14iXSoiKVtcLlxzXSopK1wpKztccyooZGllXChbXlwpXSpcKSs7KT8vaSI7fXM6NjQ6IlRhZ2dlZCBlcnJvcl9yZXBvcnRpbmcgY3VybF9pbml=IGZpbGVfZ2V=X2NvbnRlbnRzIGZ3cml=ZSBzY3JpcHQiO2E6Mjp7aTowO3M6NToiRzVIRTUiO2k6MTtzOjQ4MToiLzxcP1twaFxzXSsoW1xAXC9cI1xzXSooZXJyb3JfcmVwb3J=aW5nfGluaV9zZXR8c2V=X3RpbWVfbGltaXR8aGVhZGVyKVxzKlwoW15cKV=qW1wpO1xzXSspKigoWztcc1=qKFwkW2Etel8wLTldK1xzKj1bXjtdKztccyp8ZWxzZVtcc1x7XSopKmlmXHMqXChbXjtdKykrKChmaWxlX2dldF9jb25=ZW5=c1xzKlwofG1rZGlyXHMqXCh8Y3VybF9bYS16XStccypcKHxkaWVccypcKHwoZWNob3xwcmludClbXjtdKztccyoocmV=dXJufGV4aXQpKVteXH1dK1x9XHMqKSspKyhlbHNlW1xzXHtdKik_KFwkW2Etel8wLTldK1xzKj1ccypmaWxlX2dldF9jb25=ZW5=c1woW147XSs7W1x9XHNdKikqKFwvKihcJFthLXpfMC=5XStccyo9KT9bXEBcc1=qKGZvcGVufGZ3cml=ZXxmY2xvc2UpXHMqXChbXjtdKztccyopezMsfSgoaGVhZGVyfGVjaG98cHJpbnR8aWZccypcKFteXHtdK1tce1xzXSpjaG1vZFxzKlwoKVteO1=qO1tcfVxzXSspKygkfFw_PlxzKikvaSI7fXM6NzA6ImZpbGVfZXhpc3RzIGN1cmxfaW5pdCBmaWxlX2dldF9jb25=ZW5=cyBmaWxlX3B1dF9jb25=ZW5=cyBpbmNsdWRlX29uY2UiO2E6Mjp7aTowO3M6NToiSEE=SjYiO2k6MTtzOjI=OToiLzxcP1twaFxzXSsoXCRbYS16XzAtOV=rKVxzKj1ccyouKz8oY3VybF9pbml=fGZpbGVfZ2V=X2NvbnRlbnRzXChbXHMnIl=raHR=cFtzXDpcL1=rKS4rP2ZpbGVfcHV=X2NvbnRlbnRzXChcMS4rPyhpbmNsdWRlX29uY2V8KFwkW2Etel8wLTldKylccyo9XHMqbmV3XHMrW2Etel8wLTldKylcKFwxLio_XCk7XHMqKC4qXDRbXjtdKjtccyp8XH1ccyp8ZWxzZVxzKnxce1xzKnxkaWVbXHNcKCciXStbXlwpXSpcKSs7XHMqKSooJHxcPz4pL2lzIjt9czozODoibG9uZyBzdHJpbmcgdmFyIGV2YWwgdmFyaWFibGUgZnVuY3Rpb24iO2E6Mjp7aTowO3M6NToiSDVNSDAiO2k6MTtzOjU4NDoiLzwoXD98c2NyaXB=IGxhbmd1YWdlPSlbcGhccyciPl=rKFwkW2Etel8wLTldKyhccypcW1teXF1dK1xdKykqW1xzXC5dKj1ccyooIihbXiJdKig_PD1cXCkiKSpbXiJdKiJ8JyhbXiddKig_PD1cXCknKSpbXiddKid8XGQrfChcJFthLXpfMC=5XStbXFtcXVxkXC5dKikrKTtccyp8XC9cLy4qXHMqfFwvXCooW14qXSpcKig_IVwvKSkqW14qXSpcKlwvXHMqXHMqfFxAP2Vycm9yX3JlcG9ydGluZ1tcKDBcKVxzXSs7XHMqfGZvcihlYWNoKT9ccypcKChbXlx7XStce1teXH1dK1x9K1tcfVxzXSt8KFteO1=qO1xzKil7M3=pfFw_PlxzKjxcP1twaFxzXSspKygoZXZhbHxpZihbXHNcKFwhXEBdK1thLXpfMC=5XSspPylccypcKCkqKChcJFtcJFx7XSpbYS16XzAtOV=rKVtcfVxzXCldKihcW1teXF1dK1xdK1tcLlxzXH1dKnw9K1xzKihcJFthLXpfMC=5XSt8Y3JlYXRlX2Z1bmN=aW9uKSkqW1wpXHNceztcfV=qKSsoXCguKj9cKVtcKVxzXH=7XSspKygoW1wkXHtdKihcMTZ8XDQpW1xzXH1dKlwofGVjaG8pW147XSs7W1x9XHNdKnxcL1wqKFteKl=qXCooPyFcLykpKlteKl=qXCpcL1xzKikqKFw_PiguKyQpP3wkfDxcL3NjcmlwdD4pL2kiO31zOjQxOiJwaHAgdmFyIGV4cGxvZGUgbnVtYmVycyBWYXJpYWJsZSBmdW5jdGlvbiI7YToyOntpOjA7czo1OiJIMjRGbCI7aToxO3M6MjE4OiIvPFw_W3BoXHNdKyhpZlxzKlwoKFteXHtdK1tce1xzXSpcJEdMT=JBTFNbXHtcW11bJyJdXFx4W147XSs7W1x9XHNdKikrKFw_PlxzKjxcP1twaFxzXSspKT9cJFthLXpfMC=5XStccyo9XHMqKCcuKz8nfCIuKz8iKTtccyouKj9ccypcJFthLXpfMC=5XStccyo9XHMqZXhwbG9kZVwoW14sXStbLCInXC4wLTlcc1=rXCk7XHMqLio_XCRbYS16XzAtOV=rXHMqXCguKj9cPz4oLiskKT8vaSI7fXM6OTM6ImZ1bmN=aW9uIFggaWYgZnVuY3Rpb25fZXhpc3RzIGN1cmxfaW5pdCBzcGFtY2hlY2tyLmNvbSBjdXJsX2V4ZWMgY3VybF9jbG9zZSBlY2hvIGFkZF9hY3Rpb24gWCI7YToyOntpOjA7czo1OiJIM=xEMiI7aToxO3M6NTcwOiIvKFwvXCouKj9cKlwvXHMqKSooXD8-XHMqPFw_W3BoXHNdKik_KGlmXHMqXChbXlx7XStce1xzKmZ1bmN=aW9uXHMrKFthLXpfMC=5XSspXChbXlx7XStce1xzKik_aWZbXHNcKFwhXStmdW5jdGlvbl9leGlzdHNcKFxzKlsnIl=oW2Etel8wLTldKylbJyJdW1xzXCldK1x7XHMqKChmdW5jdGlvblxzK1w1XCgpPy4rPyhzcGFtY2hlY2tyXC5jb218amF2YXRlcm=xXC5wd3xbJyJdanF1ZXJ5XC4pLis_Y3VybF9pbml=Lis_Y3VybF9leGVjLis_Y3VybF9jbG9zZVteO1=rWztcc1=rZWNob3xmdW5jdGlvblxzK1w1XHMqXChbXlwpXSpbXClcc1=rXHtccyooXCRbYS16XzAtOV=rXHMqPVteO1=rWztcc1=rKSooaWZbXHNcKF=rXEA_KFwkfGZvcGVuW1xzXChdKylbXlx7XStbXHtcc1=qKT9lY2hvXCh3cF9yZW1vdGVfcmV=cmlldmVfYm9keVwod3BfcmVtb3RlX2dldFwoKVteO1=rO1tcc1x9XSsoKChpZltcc1woXSt8ZWxzZSlbXlx7XStbXHNce1=rKT9hZGRfYWN=aW9uW15cLF=rXCxccypbJyJdKFw1fFw=KVsnIl1bXHNcKTtdK1tcfVxzXSopKihcPz5ccyo8XD9bcGhdKik_KFxzKlwvXCouKj9cKlwvKSovaXMiO31zOjk2OiJpZiBmdW5jdGlvbl9leGlzdHMgZnVuY3Rpb24gZXJyb3JfcmVwb3J=aW5nIFZhcmlhYmxlIHhGRiBIKiBpZiBmaWxlX2V4aXN=cyBlcnJvcl9yZXBvcnRpbmcgZW5kaWYiO2E6Mjp7aTowO3M6NToiRTkyR3AiO2k6MTtzOjI3MDoiL2lmWyBcKFwhXStmdW5jdGlvbl9leGlzdHNcKFsgJyJdKyguKz8pWyAnIl=rW1wpIFx=XStcOi4rP2Z1bmN=aW9uIFwxXChcKSBcey4rP2Vycm9yX3JlcG9ydGluZ1woMC4rPyhcJChbYS16MC=5XF9dKylbID1cdF=rIihcXHhbMC1mXXsyfSkrIjtbXHQgXHJcbl=rKFwkKFthLXowLTlcX1=rKVsgPVx=XStcJChbYS16MC=5XF9dKylcKCJIXCoiXCwuKz87W1x=IFxyXG5dKykrKStpZlsgXChcIV=rZmlsZV9leGlzdHMuKz9lcnJvcl9yZXBvcnRpbmdcKFwkLis_ZW5kaWY7L2lzIjt9czoxNzoiaW5jbHVkZSBJbWFnZUZpbGUiO2E6Mjp7aTowO3M6NToiSDEySjEiO2k6MTtzOjI1NjoiLyg_PCFcL1wvXHN7OH=pXEA_KGluY2x1ZGV8cmVxdWlyZSkoX29uY2UpP1tcKFxzXStbYS16XzAtOSxcLidccyJcL1wtXSs_KD88IUdEX1NZU1RFTV9QTFVHSU5fRElSIFwuICdcL2ltYWdlc1wvNDA=KShcLihnaWZ8anBnfHBuZ3xjYnV8Y3NzfFtccyInXStcL3dwLWluY2x1ZGVzXC9pbml=XC5waHB8W1xzIiddK1wvd3AtYWRtaW5cL2luY2x1ZGVzXC9jbGFzcy13cC1pdGVybmFsLXVwZ3JhZGVcLnBocCl8d3AtamF2YVwucGhwKVsiJ1xzXCldKzsvaSI7fXM6NDE6Ii9mdW5jdGlvbiBhcnJheSBWYXJpYWJsZSBGdW5jdGlvbiBpZiBldmFsIjthOjI6e2k6MDtzOjU6IkgzT=k=IjtpOjE7czozMjg6Ii8oXC9cKlteXCpdKihcKlteXCpcL1=qKStcL1xzKikqKChcJFtfXC=-XC5hLXowLTldKylccyo9W147XSs7XHMqKFthLXpfMC=5XSspXChbXlwpXSpcNFteXCldKltcKVxzO1=rXHMqZnVuY3Rpb25ccypcNSlccypcKFteXHtdK1x7XHMqKFwkW19cLT5cLmEtejAtOV=rKVxzKihcW1teXF1dK1xdK1xzKikqPVxzKmFycmF5KF9tYXApP1xzKlwoLis_XCk7XHMqKFwkW2Etel8wLTldKyhccypcW1teXF1dKlxdKykqW1wuXHNdKlwoLis_aWZbXHNcKF=qXCRbX1wuYS16MC=5XFsnIlxdXHNdK1wpXHMqXHspK1xzKihyZXR1cm5ccyopP2V2YWxccypcKFteXCldK1tcKVxzO1x9XSsvaXMiO31zOjQzOiJUYWdnZWQgZXJyb3JfcmVwb3J=aW5nIEhUVFBfVVNFUl9BR=VOVCBjdXJsIjthOjI6e2k6MDtzOjU6IkczTjdnIjtpOjE7czoyMjA6Ii8oZXJyb3JfcmVwb3J=aW5nXHMqXChbXjtdKztccyp8XCRbYS16XzAtOV=rXHMqPVxzKmFycmF5XHMqXChbXlwpXStcKStbO1wpXHNdKikqaWZccypcKFteXCldK=hUVFBfVVNFUl9BR=VOVCguKz9odHRwOlwvXC98Lis_Y3VybF9pbml=KXsyLH=uKz8oXCRbYS16XzAtOV=rKT9bXHM9XSpjdXJsX2V4ZWMuKz8ocHJpbnR8ZGllfGVjaG8pWyciXHNcKF=rXDNbJyJcc1wpO1x9XStccyovaXMiO31zOjMwOiJoZWFkZXIgTG9jYXRpb24gaHR=cCBzcGFjZS5waHAiO2E6Mjp7aTowO3M6NToiRTk5RHAiO2k6MTtzOjYzOiIvaGVhZGVyXChbJyJdTG9jYXRpb246IGh=dHA6XC9cL1teXC9dK1wvc3BhY2VcLnBocFw_W15cKV=rXCk7L2kiO31zOjUwOiJDb3B5cmlnaHQgZnVuY3Rpb24gZ2V=Q29va2llIGRvY3VtZW5=LndyaXRlIGlmcmFtZSI7YToyOntpOjA7czo1OiJGOVVBeCI7aToxO3M6OTE6Ii8oXC9cKi4rP1wqXC8pXHMqZnVuY3Rpb25ccysoW2Etel8wLTldKylcKC4rP25hdmlnYXRvclwudXNlckFnZW5=Lis_PGlmcmFtZSAuKz9cMlwoLis_XDEvaXMiO31zOjM3OiJDb3B5cmlnaHQgZnVuY3Rpb24gc2V=Q29va2llIGZ1bmN=aW9uIjthOjI6e2k6MDtzOjU6IkYxQ=ZvIjtpOjE7czoxOTc6Ii9cL1wqXHMqQ29weXJpZ2h=LitccypcKlwvXHMqKGZ1bmN=aW9uIFtzZ11ldENvb2tpZVwoLis_cmV=dXJuW147XSpbO1x9XHNdKykqZnVuY3Rpb24gKFthLXowLTlcX1=rKVwoXClbXHtcc1=rKFthLXowLTlcc1w9XStuYXZpZ2F=b3JcLnVzZXJBZ2VudC4rP3xmdW5jdGlvblxzKylbc2ddZXRDb29raWVcKC4rP1wyXChbXjtdK1s7XH1cc1=rL2lzIjt9czoyMToicGhwIGhleC1lbmNvZGVkLWxpbmVzIjthOjI6e2k6MDtzOjU6Ikg1MUFlIjtpOjE7czo2MToiLzxcP1twaFxzXSsoW147XSpcXHhbMC=5YS1mXXsyfVteO1=qWztcc1=rKXs5LH=uKlxzKihcPz58JCkvaSI7fXM6MzU6InBocCBhcnJheSBodHRwIG1=X3JhbmQgbWV=YSByZWZyZXNoIjthOjI6e2k6MDtzOjU6Ikg3NUhlIjtpOjE7czoxNTE6Ii88XD9bcGhcc1=rXCRbYS16XzAtOV=rW1xzPV=rYXJyYXlbXChcc1=rKFsnIl1odHRwLitbLFwpO1xzXSspK1wkW2Etel8wLTldK1tccz1dK21=X3JhbmRcKC4rW1wpO1xzXSsoXCRbYS16XzAtOV=rW1xzPV=rLitccyopK1w_PlxzKjxtZXRhLipccyooJHxcPz4pL2kiO31zOjQ=OiJwaHAgYXJyYXkgZnVuY3Rpb24gcmV=dXJuIGJhc2U2NF9kZWNvZGUgZXZhbCI7YToyOntpOjA7czo1OiJGN1EwRCI7aToxO3M6MjI1OiIvPFw_W3BoXHNdK1wkW19cLVw-XC5hLXowLTlce1xbJyJcXVx9XStccyo9XHMqYXJyYXlcKC4rP2Z1bmN=aW9uXHMrKFthLXpfMC=5XSspXCgoLis_O1xzKikrKChcJFthLXpfMC=5XStccyo9XHMqKT8oZXZhbHxcJFthLXpfMC=5XSsoXHMqXFtbXlxdXStcXSkqKVxzKlwoXHMqKFwkXyhSRVFVRVN8R=V8UE9TKVRcWyk_W15cKV=rW1wpO1xzXSsoZXhpdHxkaWUpW147XSo7XHMqKSsoJHxcPz4pL2kiO31zOjU2OiJwaHAgaWYgaXNzZXQgR=xPQkFMUyBzdHJ=b2xvd2VyIFNFUlZFUiBpZiBzdHJzdHIgR=xPQkFMUyI7YToyOntpOjA7czo1OiJFQUFFZCI7aToxO3M6MjQxOiIvPFw_W3BoXSpccytpZltcKFxzXStcIWlzc2V=W1woXHNdK1wkR=xPQkFMU1xbIlxceFteXF1dK1tcXVwpXHNce1=rKFwkW2Etel8wLTldKylbXHM9XStzdHJ=b2xvd2VyW1woXHNdK1wkX1NFUlZFUlxbIlxceFteXF1dK1tcXVwpO1xzXSsoKGlmfGFuZClbXChcc1whXStzdHJzdHJbXChcc1=rXDFbXHMsIiddK1xceFteXCldK1tcKVxzXHtdKykrXCRHTE9CQUxTXFsiXFx4W15cXV=rXF1bXjtdKjtbXH1cc1=rKFw_PnwkKS9pIjt9czo=MjoiZnVuY3Rpb24gcmV=dXJuIGZ1bmN=aW9uIFZhcmlhYmxlIGZ1bmN=aW9uIjthOjI6e2k6MDtzOjU6IkVBS=FCIjtpOjE7czoyMDI6Ii8oZnVuY3Rpb25bYS16XzAtOVxzXStcKFteXCldKltcKVxzXStce1xzKnJldHVyblthLXpfMC=5XHNdK1woW15cKV=qW1wpXHNdKzsqXH=rXHMqKSsoXCRbYS16XzAtOV=rWz1cc1=rKFthLXpfMC=5XHNdK1woW15cKV=qW1wpXHNdK3xbJyJdW147XSopOytccyopKyhcJFthLXpfMC=5XSspWz1cc1=rW147XStbJyJcKTtdK1xzKlw=XHMqXCgrLio_XCk7L2kiO31zOjE3OiJldmFsIGNociBSRVBFQVRFRCI7YToyOntpOjA7czo1OiJHNUJOYSI7aToxO3M6MjEyOiIvKDxcP1twaF=qfFwvXCpbXlwqXSpcKlwvKVxzKigoXCRbYS16XzAtOV=rKVxzKj1ccyonKT8oLis_XC5ccypjaHJcKFswLTldK1wpXHMqXC4pezIwfS4rXHMqKFwzXHMqPVxzKnN=cl9yZXBsYWNlXCgnXCNbJyxcc1=rXDNcKTtccyopPygoXCRbYS16XzAtOV=rKVxzKj1ccypjcmVhdGVfZnVuY3Rpb25cKFsnXHMsXSpcM1wpO1xzKlw3XChcKTspPyhcPz5ccyp8JHxcMSkvaSI7fXM6MzY6ImdhcmJhZ2UgYXJvdW5kIGV2YWwgVmVyaWFibGVGdW5jdGlvbiI7YToyOntpOjA7czo1OiJHNU42YiI7aToxO3M6MjQ4OiIvPFw_W3BoXHNdKyhcJFthLXpfMC=5XStbXHNcLl=qPShbXHNcLl=qKChbIiddKS4rPyg_PCFfZSlcNHxcL1wqW15cKl=qKFwqW15cKlwvXSopK1wvfFwkW1wkXHtdKlthLXpfMC=5XSpbXH1cc1=qKFxbW15cXV=rXF=rXHMqKSopKSs7XHMqKSsoKGV2YWx8aWYpXHMqXCgpP1wkW1wkXHtdKlthLXpfMC=5XStbXH1cc1=qKFxbW15cXV=rXF1bXHNdKikqXCguKj8oLisnW1wuO1wpXSspPyhccyonLisnW1wuO1wpXSspKlxzKihcPz58JCkvaSI7fXM6NTY6ImlmIGRlZmluZWQgZGVmaW5lIGZ1bmN=aW9uIGdsb2JhbCBldmFsIFZhcmlhYmxlIEZ1bmN=aW9uIjthOjI6e2k6MDtzOjU6IkhBOEIyIjtpOjE7czozMTE6Ii9pZltcKFxzXStcIWRlZmluZWRcKFteXCldK1tcKVxzXStce1xzKmRlZmluZVwoW15cKV=rW1wpXHNdKztccyooXCRbYS16XzAtOV=rW1xzXC5dKj1bXjtdKjtccyopKmZ1bmN=aW9uXHMrKFteXChdKilcKFteXCldKltcKVxzXStce1xzKihnbG9iYWwgKFwkW147XSspO1xzKnwoXCRbYS16XzAtOV=rW1xzXC5dKj1bXjtdKjtccyopKmZvcihlYWNoKT9ccypcKCkoLitbXHJcbl=rKStldmFsKFwvXCooW14qXSpcKig_IVwvKSkqW14qXSpcKlwvXHMqKSpcKChcMnxcNClcKFteXCldKltcKVxzXSs7KFxzKnJldHVyblteO1=qO1xzKlx9KT9ccypcfS9pIjt9czoyNToiaWZyYW1lIHNtYWxsIGhlaWdodHx3aWR=aCI7YToyOntpOjA7czo1OiJIM=ZFOCI7aToxO3M6MTU2OiIvKDxzY3JpcHRbXj5dK3NyYz1bJyJdP2h=dHBcOlwvXC8oW2EtelwuXC=wLTldKylbXj5dKj48XC9zY3JpcHQ-KT88aWZyYW1lLio_KFxzKihoZWlnaHR8d2lkdGh8c3JjKT1bJyJdPyhbMC=1XVsnIlxzXXxodHRwXDpcL1wvW14-XSs_KSl7M31bXj5dKj48XC9pZnJhbWU-L2kiO31zOjQ5OiJwaHAgZ2xvYmFsIGFycmF5IGZ1bmN=aW9uX2V4aXN=cyByZXR1cm4gZm9yIHVuc2V=IjthOjI6e2k6MDtzOjU6IkVDODFPIjtpOjE7czoyNjE6Ii9nbG9iYWwgKFwkW2EtejAtOVxfXSspO1xzKlwxW1xzPV=rYXJyYXlcKC4rP2Z1bmN=aW9uX2V4aXN=c1woW15cKV=rW1wpXHNcJl=rXCFmdW5jdGlvbl9leGlzdHNcKFsnIl=oW2EtejAtOVxfXSspWyciXVtcKVxzXHtdK2Z1bmN=aW9uXHMrXDJcKFteXCldK1tcKVxzXHtdK2dsb2JhbCBcMTsuKz9yZXR1cm5bXjtdKls7XHNcfV=rZm9yXHMqXChbXlwpXSpbXCk7XH1dKyhce1xzKltcJGEtejAtOVxfXStcKFteXCldK1tcKTtcfV=rKT91bnNldFwoXDFcKTsvaSI7fXM6MTM6ImV2YWwgcGFjayBIZXgiO2E6Mjp7aTowO3M6NToiRjhURG8iO2k6MTtzOjMyNToiLyhcL1wqLio_XCpcL1xzKnxcJFthLXpfMC=5XFsnIlxdXHNdKz1ccyooWyciXSkuKj9cMjtccyopKihpZltcc1woXCFdK2Z1bmN=aW9uX2V4aXN=c1tcKFxzXSsoWyciXSkoW2Etel8wLTldKylcNFtcKVxzXStce1xzKik_KGZ1bmN=aW9uXHMrKFthLXpfMC=5XSspXChbXlwpXSpbXClcc1=rXHtbXlx9XStwYWNrXChbJyJdSFwqWyciLFxzXC4wLTlBLUZdK1tcKTtcc1=rcmV=dXJuW147XSpbO1xzXStcfVs7XHNdKyk_ZXZhbFwoKFw1XChbXlwpXSpbXCk7XHNcfV=rfFw3XChbXlwpXSpbXCk7XHNdK3xwYWNrXChbJyJdSFwqWyciLFxzXC4wLTlBLUZdK1tcKTtcc1=rKS9pcyI7fXM6NDc6InBocCBIVFRQX1VTRVJfQUdFTlQgaWYgaGVhZGVyIExvY2F=aW9uIGh=dHAgLnJ1IjthOjI6e2k6MDtzOjU6IkczMUxSIjtpOjE7czozMTA6Ii88XD9bcGhcc1=qKFwkW2Etel8wLTldKylccyo9XHMqKGFycmF5XChbXlwpXStcLnJ1WyciXVwpKztccyooXCRbYS16XzAtOV=rKVxzKj1ccypcMVxbLis7XHMqKFwkW2Etel8wLTldKylccyo9W1xzXChdKnByZWdfbWF=Y2hccyp8XCRfU=VSVkVSXFtbIiddSFRUUF9VU=VSX=FHRU5UWyciXVxdO1xzKmlmW1xzXChdK1tcJGEtel8wLTldKylcKC4qKFwzfFwxKS4qW1wpXHNce1=raGVhZGVyXChbJyJdTG9jYXRpb246XHMqKGh=dHA6XC9cLy4rXC5ydVwvLip8WyciXC5cc1=rfFwxfFwzfFw=KStcKTtbXHNkaWVcKFwpO1x9XSooXD8-XHMqfCQpL2kiO31zOjg=OiJyZXF1aXJlX29uY2Ugd3AtdXBkYXRlLnBocCBSRU1PVEVfQUREUiBIVFRQX1VTRVJfQUdFTlQgcmVxdWlyZV9vbmNlIHdwLWNsYXNzLnBocCBkaWUiO2E6Mjp7aTowO3M6NToiRjNLR3IiO2k6MTtzOjE5NjoiLzxcPy4rP3JlcXVpcmVfb25jZVtcc1woIiddK3dwLXVwZGF=ZVwucGhwWyInXCk7XHNdK1wkaXAgPSBcJF9TRVJWRVJcW1siJ11SRU1PVEVfQUREUlsiJ11cXTsuKz9cJF9TRVJWRVJcW1siJ11IVFRQX1VTRVJfQUdFTlRbIiddXF=uKz9yZXF1aXJlX29uY2VbXHNcKCInXSt3cC1jbGFzc1wucGhwWyInXCk7XHNdK2RpZVwoLis_KCR8XD8-KS9pcyI7fXM6MzY6ImV2YWwgZGVjb2RlVVJJQ29tcG9uZW5=IEVuY29kZWQtdGV4dCI7YToyOntpOjA7czo1OiJINThJZCI7aToxO3M6MTkzOiIvKFwvXCooW14qXSpcKig_IVwvKSkqW14qXSpcKlwvXHMqfFwvXC8uK1xzKnxlcnJvcl9yZXBvcnRpbmdcKFswXCk7XHNdKykqZXZhbFtcc1woXSsoZ3p1bmNvbXByZXNzfGRlY29kZVVSSUNvbXBvbmVudClbXHNcKF=rKFsnIl=pLis_XDRbXClcc1=rO1xzKihcL1wqKFteKl=qXCooPyFcLykpKlteKl=qXCpcL1xzKnxcL1wvLitccyopKi9pIjt9czo4NjoiZnVuY3Rpb25zIEJETiBTVkIgU=NrIEdDayBpZiBjb29raWVFbmFibGVkIEdDayBlbHNlIFNDayBpZiBsb2FkZWQgU1ZCIGFkZEV2ZW5=TGlzdGVuZXIiO2E6Mjp7aTowO3M6NToiRUNGR1oiO2k6MTtzOjQzMDoiL2Z1bmN=aW9uIEJETlwoLis_ZnVuY3Rpb24gU1ZCXCguKz9mdW5jdGlvbiBTQ2tcKC4rP2Z1bmN=aW9uIEdDa1woLis_cmV=dXJuIHVuZXNjYXBlXChkb2N1bWVudFwuY29va2llXC5zdWJzdHJpbmdcKFteXCldK1tcKTtcc1x9XStpZltcc1woXStuYXZpZ2F=b3JcLmNvb2tpZUVuYWJsZWRbXClcc1x7XStpZltcc1woXCFdK=dDa1woW15ce1=rXHtbXH1lbHNlXHtcc1=qU=NrXChbXlwpXStbXCk7XHNdK2lmW1xzXChdK2RvY3VtZW5=XC5sb2FkZWRbXClce1xzXStTVkJcKFteXCldKltcKTtcc1x9XStlbHNlW1x7XHNdK2lmW1xzXChdK3dpbmRvd1wuYWRkRXZlbnRMaXN=ZW5lcltcKVx7XHNdK3dpbmRvd1wuYWRkRXZlbnRMaXN=ZW5lclwoW15cKV=rW1wpO1xzXH1dK2Vsc2VbXHtcc1=rd2luZG93XC5hdHRhY2hFdmVudFwoW15cKV=rW1wpO1xzXH1dKy9pcyI7fXM6MTg6ImRpdiBzdHlsZSBvcGFjaXR5MCI7YToyOntpOjA7czo1OiJGMzhJTSI7aToxO3M6OTM6Ii9ccyo8ZGl2IHN=eWxlPVsnIl1bXj5dKm9wYWNpdHlccyouXHMqMChbXlwuXXxcLlswLTFdKVtePl=qPlxzKig8YSAuKz88XC9hPlxzKikrLis_PFwvZGl2Pi9pcyI7fXM6NDQ6InBocCBlcnJvcl9yZXBvcnRpbmcgTG9uZyBtYWlsIHByaW5=X3IgU=VSVkVSIjthOjI6e2k6MDtzOjU6IkgyMk1GIjtpOjE7czozMTU6Ii88XD9bcGhcc1=qKGVycm9yX3JlcG9ydGluZ1woLns5OTk5LH18KFwkW2Etel8wLTldK1xzKj1ccyooMXxcJF8oUkVRVUVTfEdFfFBPUylUKFxzKlxbW15cXV=rXF=rKSspO1xzKikrKGlmXHMqXChbXlwpXStbXClcc1x7XStkaWVbXHNcKF=rW147XSs7W1xzXH1dKikraWZccypcKFteXCldK1tcKVxzXHtdK3doaWxlXHMqXChbXlwpXStbXClcc1x7XSspbWFpbFxzKlwoLisocHJpbnRfclwoXCRfU=VSVkVSLit8XHMqZWNoby4rXHMqXCRbYS16XzAtOVwrO1=rW1x9XHNdKikoXD8-KChccypbXFs8XWh=bWxbXF=-XSl7Mn1bXiRdKzxcL2h=bWw-KT98JCkvaSI7fXM6Njc6ImlmICFmdW5jdGlvbl9leGlzdHMgZnVuY3Rpb24gY3VybCByZXR1cm4gZnVuY3Rpb24gaW5jbHVkZSBmdW5jdGlvbnMiO2E6Mjp7aTowO3M6NToiRUNNMjQiO2k6MTtzOjI4NzoiL2lmXHMqXChccypcIWZ1bmN=aW9uX2V4aXN=c1woWyInXShbYS16XzAtOV=rKVsnIl1cKVtcKVxzXHtdKmZ1bmN=aW9uXHMqXDFcKFteXCldK1wpW1wpXHNce1=rKFteXG5dKmN1cmxfW15cbl=rXHMrKStyZXR1cm5bXlxuXStbXHMrXH1dK2Z1bmN=aW9uXHMqW2Etel8wLTldK1woW15cKV=qXClbXClcc1x7XSsoKFwkW2Etel8wLTldKylccyo9XHMqKFthLXpfMC=5XSspXChbXlxuXStccyspK2luY2x1ZGVbXChcc1=rXDQuKz9mdW5jdGlvblxzK1w1Lis_KCR8KD89ZnVuY3Rpb24gKXwoPz1cP1w-KSkvaXMiO31zOjU5OiJpZiAhY3VycmVudF91c2VyX2NhbiBhZGRfZmlsdGVyIGZ1bmN=aW9uIGEgaHJlZiBodHRwIHJldHVybiI7YToyOntpOjA7czo1OiJFQ==zUiI7aToxO3M6MjY1OiIvaWZccypcKFxzKlwhY3VycmVudF91c2VyX2NhblwoW15cKV=rW1wpXHNce1=qYWRkX2ZpbHRlcltccypcKF=rW14sXSssXHMqWyInXShbYS16XzAtOV=rKVsnIl1cKVtcKTtcc1x9XStmdW5jdGlvblxzKlwxXCguKz9hZGRfZmlsdGVyW1xzKlwoXStbXixdKyxccypbIiddKFthLXpfMC=5XSspWyciXVwpW1wpO1xzXH1dKy4rcmV=dXJuW147XSpbO1xzXH1dK2Z1bmN=aW9uXHMqXDJcKC4rPzxhIGhyZWY9WyciXWh=dHA6XC9cLy4rcmV=dXJuW147XSpbO1xzXH1dKy9pIjt9czo1OToicGhwIEFycmF5IGZ1bmN=aW9uIHJldHVybiBiYXNlNjRfZGVjb2RlIGV2YWwgRnVuY3Rpb24gQXJyYXkiO2E6Mjp7aTowO3M6NToiRUNONXQiO2k6MTtzOjE4MzoiLzxcP1twaFxzXSsoXCRbYS16XF8wLTldK1xzKj1bXjtdK1s7XHNdKykqKFwkW1wkXHtdKlthLXpcXzAtOV=rXH=qKFxzKlxbW15cXV=rXF=pKilccyo9XHMqYXJyYXkuKz9mdW5jdGlvbiAoW2EtelxfMC=5XSspLis_cmV=dXJuIGJhc2U2NF9kZWNvZGUuKz9ldmFsXChccypcNFteO1=rXDJbXjtdK1s7XHNcfVw_Pl=rL2lzIjt9czozODoicGhwIFZhciBBcnJheSBDb25jYXQgVmFyaWFibGUgRnVuY3Rpb24iO2E6Mjp7aTowO3M6NToiRzVON=8iO2k6MTtzOjIzNToiLzxcP1twaFxzXSsoXC9cLy4qW1xzXSspKigoXCRbYS16XzAtOV=rKVxzKj1ccyooKCdbXiddKig_PCFfZSknfCJbXiJdKiJ8XCRbYS16XzAtOV=rKVtcc1wuXSopK1teO1=qO1xzKikrPyhcQD9cJChbXCRce1=qW2Etel8wLTldK1x9KihccypcW1teXF1dK1xdKSpccyo9W1xzXEA_XCRce1=qXCQpP1tcJFx7XSpbYS16XzAtOV=rXH=qKFxzKlxbW15cXV=rXF=pKlxzKlwoW147XSs7XHMqKSsuKlxzKigkfFw_PikvaSI7fXM6NjM6InBocCBhcnJheSBpbXBsb2RlIGZ1bmN=aW9uIFZhciBIZXggcmV=dXJuIFZhcmlhYmxlRnVuY3Rpb24gZXZhbCI7YToyOntpOjA7czo1OiJFQ1BEMiI7aToxO3M6Mjg=OiIvPFw_W3BoXHNdKyhcJFthLXpcXzAtOV=rKVxzKj1ccyphcnJheVteO1=rWztcc1=rLis_KFwkW2EtelxfMC=5XSspXHMqPVxzKmltcGxvZGVbXjtdK1wxW147XStbO1xzXStmdW5jdGlvbiAoW2EtelxfMC=5XSspXChbXlwpXStbXClce1xzXSsoXCRbYS16XF8wLTldK1xzKj1bXHMnIl=rKFxceFswLTlhLWZdezJ9KStbJyJdO1xzKikrcmV=dXJuW147XSs_XCRbYS16XF8wLTldKyhccypcW1teXF1dK1xdKSpcKFteO1=rWztcfVxzXStldmFsXChcM1woXHMqXDJbXjtdK1s7XHNdKy4rPygkfFw_PikvaSI7fXM6NTg6InBocCBhcnJheSBpZiBTRVJWRVIgaWYgaXNib3QgZmlsZV9nZXRfY29udGVudHMgaGVhZGVyIGh=dHAiO2E6Mjp7aTowO3M6NToiRkFWRjkiO2k6MTtzOjI5ODoiLzxcP1twaFxzXSsoKGVycm9yX3JlcG9ydGluZ3xpbmlfc2V=KVxzKlwoW147XSo7XHMqKSooXCRbYS16XF8wLTldK1xzKj1bXjtdK1s7XHNdKykrKGlmW147XStcJGlzYm9=W147XStbO1x9XHNdKykrKC4rPyhcJFthLXpfMC=5XSspXHMqPVxzKihmaWxlX2dldF9jb25=ZW5=c3xjdXJsX2V4ZWMpXHMqXChbXlx9XStbXH1cc1=rKSsoKFwkW2EtelxfMC=5XSspXHMqPVteO1=qXDZbXjtdKls7XHNdKykqLisoKFw2fFw5KVteO1=rWztcfVxzXSsoKGhlYWRlcnxlY2hvfHByaW5=KVteO1=rWztcfVxzXSspKykrKCR8XD8-KS9pcyI7fXM6NDM6InBocCBSRVFVRVNUIGFycmF5IFJFUVVFU1QgYXJyYXlfZmlsdGVyIGV4aXQiO2E6Mjp7aTowO3M6NToiRUNRQ3AiO2k6MTtzOjE5NjoiLzxcP1twaFxzXSsoXCRbYS16XF8wLTldKylccyo9XHMqXCRfKFJFUVVFU3xHRXxQT1MpVFxbW147XStbO1xzXSsoXCRbYS16XF8wLTldKylccyo9XHMqYXJyYXlcKFwkXyhSRVFVRVN8R=V8UE9TKVRcW1teO1=rWztcc1=rXCRbYS16XF8wLTldK1xzKj1ccyphcnJheV9maWx=ZXJcKFwzWyxcc1=qXDFcKVtkZXhpdFwoXCk7XHNdKigkfFw_PikvaSI7fXM6NTA6InBocCBiYXNlNjRfZGVjb2RlIGNyZWF=ZV9mdW5jdGlvbiBWYXJpYWJsZUZpbmN=aW9uIjthOjI6e2k6MDtzOjU6IkY4Qko4IjtpOjE7czoyNTQ6Ii88XD8uKz8oXCRbYS16XzAtOV=rKVxzKj1ccypiYXNlNjRfZGVjb2RlXCguKz8oKFwkW2Etel8wLTldKylccyo9XHMqKFxAPyhnemluZmxhdGV8c3RycmV2KVwoKStcMS4rPyk_KFwkW2Etel8wLTldKylccyo9XHMqY3JlYXRlX2Z1bmN=aW9uXChbXixdK1ssXHNdKyhcMXxcMylbXjtdK1s7XHNdK1w2XChbXjtdK1s7XHNcfV=rKGVsc2VbXHtcc1=rW15cfV=rWztcc1x9XSt8ZWNob1tcc1woXSooWyciXSkuKz9cOVs7XHNcfV=rKSooJHxcPz4pL2lzIjt9czo=NzoicGhwIGZ1bmN=aW9uIHdwX2VucXVldWVfc2NyaXB=IGpzb24yIGFkZF9hY3Rpb24iO2E6Mjp7aTowO3M6NToiRkJBN1EiO2k6MTtzOjM5NToiLyhcL1wqW15cKl=qKFwqW15cKlwvXSopK1wvXHMqKSooaWZbXHNcKFwhXStmdW5jdGlvbl9leGlzdHNcKFxzKlsnIl=oW2Etel8wLTldKylbJyJdW1xzXCldK1x7XHMqKT9mdW5jdGlvblxzKyhbYS16XzAtOV=rKVxzKlwoW15ce1=rXHtccyooKGlmW1xzXChcIV=raXNzZXRbXChcc1=rW15cKV=rW1xzXCldK1tce1xzXSopPyhcJFthLXpfMC=5XStccyo9W147XSs7XHMqKSooXCRbYS16XzAtOV=rXHMqPVxzKik_XCRbYS16XzAtOV=rXHMqXCguKj9iYXNlNjRfZGVjb2RlXCh8KGVjaG98cHJpbnQpW1xzXCgnIl=rPHNjcmlwdC4rP2Zyb21DaGFyQ29kZVwoLis_ZG9jdW1lbnRcLndyaXRlXCgpLis_YWRkX2FjdGlvblxzKlwoW1xzIiddKlteLF=rWyciXCxcc1=rKFw=fFw1KVsnIlwpO1xzXSsvaXMiO31zOjYxOiJwaHAgaWYgZnVuY3Rpb25fZXhpc3RzIGZ1bmN=aW9uIHJldHVybiBWYXJpYWJsZSBGdW5jdGlvbiBldmFsIjthOjI6e2k6MDtzOjU6IkY4RjZ3IjtpOjE7czoxOTY6Ii88XD9bcGhcc1=qKChcL1wqLis_XCpcL1xzKikqKFwkW2EtelxfMC=5XSsoXFtbXlxdXStbXF1cc1x9XSspKj1bXjtdK1s7XHNdKykrKGlmW1xzXChdK1whZnVuY3Rpb25fZXhpc3RzXChbXlx7XStbXHtcc1=rZnVuY3Rpb24gW15ce1=rW1x7XHNdKyhyZXR1cm4gXCRbYS16XF8wLTldK3xldmFsKVwoW147XStbO1x9XHNdKykrKSsoJHxcPz4pL2kiO31zOjQzOiJMZWZ=b3ZlciBIZWFkZXIgaWYgR=xPQkFMUyBIZXggU=VSVkVSIEhleC9pIjthOjI6e2k6MDtzOjU6IkYxNkRnIjtpOjE7czoxODg6Ii88XD9bcGhcc1=raWZccypcKFteXHtdK1wkR=xPQkFMU1tce1xbXVsnIl1cXHhbXlx7XStbXHtcc1=rXCRbYS16XF8wLTldKyhcW1teXF1dK1tcXVxzXH1dKykqPVteO1=rXCRfU=VSVkVSW1x7XFtdWyciXVxceFteO1=rWztcc1=raWZccypcKFteXHtdK1wkR=xPQkFMU1tce1xbXVsnIl1cXHhbXjtdK1tcc1x9O1=qKCR8XD8-KS9pIjt9czo1MzoiaWYgSFRUUF9VU=VSX=FHRU5UIGFkZF9hY3Rpb24gd3BfZm9vdGVyIGZ1bmN=aW9uIGVjaG8iO2E6Mjp7aTowO3M6NToiRjE4RkIiO2k6MTtzOjIxNToiLyhcJFthLXpcXzAtOV=rKFxbW15cXV=rW1xdXSspKlxzKj1ccypnZXRfb3B=aW9uXChbXjtdK1s7XHNdK2lmXHMqXChbXlx7XStIVFRQX1VTRVJfQUdFTlRbXlx7XStbXHtcc1=rYWRkX2FjdGlvblwoWyciXHNdK3dwX2Zvb3RlclsnIlxzLF=rKFthLXpcXzAtOV=rKVsnIlxzXStbXjtdK1s7XHNcfV=rKStmdW5jdGlvblxzK1wzW15ce1=rW1x7XHNdKyhbXlx9XStccyopK1x9L2kiO31zOjMwOiJkaXYgZGlzcGxheSBub25lIGhyZWYgaHR=cCBidXkiO2E6Mjp7aTowO3M6NToiRjNIMFYiO2k6MTtzOjEyNjoiLzwoKGRpdil8KGEpKVxzK1tePl=rKGRpc3BsYXlbXHNcOl=rbm9uZVtePl=rfCg-XHMqPChhKVxzK1tePl=qKT9ocmVmWz=nIl=raHR=cFtePl=rKXsyfT4uKj9idXkuKj9ccyo8XC8oXDN8XDY-XHMqPFwvXDIpPlxzKi9pIjt9czo4NToiQ29weXJpZ2h=IGZ1bmN=aW9uIHNldENvb2tpZSByZXR1cm4gZnVuY3Rpb24gdXNlckFnZW5=IHNldENvb2tpZSB3cml=ZSBpZnJhbWUgdG9wIE5lZyI7YToyOntpOjA7czo1OiJIN=5FWSI7aToxO3M6NDE3OiIvKDwoc2NyaXB=KVtePl=qPlxzKikoXC9cKlxzKkNvcHlyaWdodC4rXHMqXCpcL1xzKnwoXCR8dmFyXHMrKT9bYS16XzAtOVxzXSs9W147XSs7XHMqfHNldFRpbWVvdXRcKFteO1=rO1xzKikqKGZ1bmN=aW9uIFtzZ11ldENvb2tpZVwoLis_KChkb2N1bWVudFwuY29va2llPXxyZXR1cm4pW15cfV=rWztcfVxzXSspKykrLis_W3NnXWV=Q29va2llXCguKz9kb2N1bWVudFwud3JpdGVcKChbIiddKTwoc2NyaXB=fGlmcmFtZSlbXj5dKyhzcmM9WyciXCtcc2h=cHNcOl=rXC9cL3x=b3A6XHMqXC=pKCguKz9kb2N1bWVudFwuY29va2llfC4rP1wudG9VVENTdHJpbmcpezJ9W1woXClcfV=rfC4rP2VuY29kZVVSSUNvbXBvbmVudFwoZG9jdW1lbnRcLnJlZmVycmVyXCkpPy4rP1w4XC9cOT5cOFteO1=rW1wpO1x9XHNdKyg8XC9cMj58JCkvaXMiO31zOjE1OiJwaHAgTG9=cyBvZiBIZXgiO2E6Mjp7aTowO3M6NToiSDMxQVQiO2k6MTtzOjI5NzoiL14oPFw_W3BoXHNdKyhmdW5jdGlvbiBiYXNlNjRbXlx7XStce1xzKnJldHVybiBiYXNlNjRbXlx9XStcfVxzKmlmW1xzXChdK2lzc2V=W1xzXChdK1wkXyhSRVFVRVN8R=V8UE9TKVQuKzxib2R5IG9ubG9hZD1bXHMnIlxcXStsb2NhdGlvbltePl=rW148XSs8XC9ib2R5PlxzKjxcL2h=bWw-XHMqPFw_W3BoXHNcfV=rfCguKz9cXHhbMC=5QS1GXXsyfSl7NTIsfSg_PS4qXCkpW15cbl=rKVxzKigkfFw_Pil8XFx4RUZcXHhCQlxceEJGXHMqPFwhRE9DVFlQRS4rP2V2YWxcKC4rPFwvYm9keT5ccyo8XC9odG1sPlxzKiQpL2lzIjt9czo2MToic2NyaXB=IGRvY3VtZW5=IHdyaXRlIGRpdiBhbmNob3Igc2NyaXB=IGRvY3VtZW5=IHdyaXRlIEVORGRpdiI7YToyOntpOjA7czo1OiJHQlI4SyI7aToxO3M6MTg2OiIvPHNjcmlwdFtePl=qPlxzKmRvY3VtZW5=XC53cml=ZVwoWyInXShbXDxkaXZdWyInIFwrXSopezR9W14-XSo-WyInXVwpO1xzKjxcL3NjcmlwdD5ccyooPGEgLis_PFwvYT5ccyopKzxzY3JpcHRbXj5dKj5ccypkb2N1bWVudFwud3JpdGVcKFsiJ1=oW1w8XC9kaXZdWyInIFwrXSopezV9PlsiJ11cKTtccyo8XC9zY3JpcHQ-L2kiO31zOjQzOiJlY2hvIGRpdiBwb3NpdGlvbiBhYnNvbHV=ZSBuZWdhdGl2ZSBhbmNob3JzIjthOjI6e2k6MDtzOjU6IkgxNTlZIjtpOjE7czozNzE6Ii8oPzwhWyciXSk8KGh=bWw-KT9bXHM8XSooKChzY3JpcHQpW14-XSo-XHMqZG9jdW1lbnRcLndyaXRlW1woXHMnIl=rPCk_ZGl2fChzdHlsZSlbXj5dKj5ccypbXC5cI1=oW2Etel9cLTAtOV=rKVtcc1x7XSspKFteXH1cPl=qKGxlZnR8cG9zaXRpb258dG9wfG9wYWNpdHl8ZmlsdGVyfGRpc3BsYXl8dGV4dC1pbmRlbnQpXDpccyooYWxwaGFcKG9wYWNpdHk9MHwwP1wufFwtWzAtOVwuXXszLH18bm9uZXxhYnNvbHV=ZSkpezMsfVtePl=qPlsnIlwpO1xzXSooPFwvXDU-KT8uKj88KCgoW2Itc11bYS16MC=5XSopW14-XSo-Wy5cc1=qPCkqYSAuKz88XC9hKD5bXjxdKjwoXC8oW15kXVthLXowLTldKnxcMTQpKT8pKikrPihccyo8XC8oXDJ8ZGl2PikpKi9pIjt9czo=MToiUEhQIEdhcmJhZ2UgQXJvdW5kIGV2YWwgVmFyaWFibGUgRnVuY3Rpb24iO2E6Mjp7aTowO3M6NToiRjJDSmQiO2k6MTtzOjE1MToiLzxcP1twaFxzXStcJFthLXpcXzAtOV=rXHMqPShccyonLisnW1wpXC5dKykrKFxzKicuK2V2YWxccypcKFwkW1wkXHtdKlthLXpcXzAtOV=rW1x9IFx=XSooXFtbXlxdXStcXVsgXHRdKikqXCguKydbXClcLl=rKShccyonLisnW1wuO1wpXSspK1xzKihcPz58JCkvaSI7fXM6NzY6InN=cmlwc2xhc2hlcyBSRVFVRVNUIGlmIGVjaG8gcmV=dXJuIGZvcGVuIGZ3cml=ZSBmY2xvc2UgZWNobyBmdW5jdGlvbiByZXR1cm4iO2E6Mjp7aTowO3M6NToiRjJFNmQiO2k6MTtzOjMxMjoiLyhceEVGXHhCQlx4QkYpPzxcP1twaFxzXSsoXCRbYS16XF8wLTldK1xzKj1ccyooc3RyaXBzbGFzaGVzW1woXHNdKyk_XCRfKFJFUVVFU3xHRXxQT1MpVFxbWyInXVteO1=qWztcc1=rKSsoaWZbXChcc1=rXCRbXlx7XSpbXHtcc1=rZWNob1xzKlsiJ11bXjtdK1s7XHNdK3JldHVyblteO1=qO1tcc1x9XSspKy4rP2ZvcGVuXCguKz9md3JpdGVcKC4rP2ZjbG9zZVwoW147XSpbO1xzXStlY2hvXHMqWyInXVteO1=rWztcc1=rKGZ1bmN=aW9uLis_W3Jta117Mn1kaXJcKFteO1=rO1tcc1x9XSsocmV=dXJuW147XSo7W1xzXH1dKykqKSsoJHxcPz4pL2lzIjt9czoyNToiVmFyIEhleCBWYXJpYWJsZSBGdW5jdGlvbiI7YToyOntpOjA7czo1OiJINjRCYiI7aToxO3M6MjA3OiIvKCgoXCRbYS16XzAtOVxzXC5dKz1bXjtdKztccyopKlwkW2Etel8wLTlcc1wuXSs9KFteO1=qXFxbeDAtOWEtZl17MiwzfSkrW147XSo7XHMqKSspKyhpZlxzKlwoW15ce1=rXHtccyopPygoXCRbYS16XzAtOV=rXHMqPVxzKik_XEA_XCRbYS16XzAtOV=rKFxzKlxbW15cXV=rXF=pKlwoKFteO1=rOyg_PVwpKSkqW147XSs7XHMqKStbXH1cc1=qKFwvXC8uKyk_L2kiO31zOjg5OiJpbmlfc2V=IGlmIGlzc2V=IGFycmF5IGJhc2U2NF9kZWNvZGUgZnVuY3Rpb24gcmV=dXJuIGJhc2U2NF9kZWNvZGUgZXZhbCBWYXJpYWJsZSBGdW5jdGlvbiI7YToyOntpOjA7czo1OiJHNFJMUSI7aToxO3M6MzUwOiIvPFw_W3BoXHNdKyhbaWZcc1woXCFcQF=qKGluaV9zZXRccypcKHxlcnJvcl9yZXBvcnRpbmdccypcKHxzZXRfdGltZV9saW1pdFxzKlwofGlzc2V=XHMqXCh8ZGVmaW5lfGdsb2JhbHxcJFtce1wkYS16XzAtOVx9XFtcXCciXF1cc1=rPSlbXjtdKztbXH1cc1=qKSsoZnVuY3Rpb25ccyooW2Etel8wLTldKylccypcKC4rPyhyZXR1cm5ccyooXDR8YmFzZTY=X2RlY29kZSl8XCRbYS16XzAtOV=rXHMqKFxbW15cXV=qXF1ccyopKilcKC4rPykrKD88IVwvXC8sZnVuY3Rpb25cKHJlc3BvbnNlXCkgXHsgKWV2YWxcKC4rP1wpKztbXHNcfTtdKyhcPz5ccyooXCNcIVtcL2Etel9cLTAtOVwrPVxzXXsyMDAsfSQpP3wkKS9pcyI7fXM6NDY6ImNsYXNzIGNvbnN=IHBhY2sgSCogZnVuY3Rpb24gaW5jbHVkZSBuZXcgQ2xhc3MiO2E6Mjp7aTowO3M6NToiRjVROUciO2k6MTtzOjE5MjoiL2NsYXNzXHMrKFthLXpfMC=5XSspXHMqXHsuKz9jb25zdFxzKyhbYS16XzAtOV=rKVxzKj=uKz9zZWxmXDpcOihbYS16XzAtOV=rKVwocGFja1woJ=hcKidbLFxzXStzZWxmXDpcOlwyXCkrLis_ZnVuY3Rpb25ccytcM1woKFwkW2Etel8wLTldKykuKz9cQD8oaW5jbHVkZXxyZXF1aXJlKShfb25jZSk_W147XStcNC4rbmV3XHMrXDE7L2lzIjt9czoxNDoiZXZhbCBzdHJfcm9=MTMiO2E6Mjp7aTowO3M6NToiRjlQQ2wiO2k6MTtzOjE1OToiLyhcL1wvLispP1xzKigoaW5pX3NldFwofGVycm9yX3JlcG9ydGluZ1wofFwkW2Etel8wLTldK1tcc1wuXSo9KVteO1=qO1xzKikqXEA_KGV2YWx8YXNzZXJ=fFwkW2EtelxfMC=5XSsoXHMqXFtbXlxdXStcXSkqKVxzKlwoXHMqc3RyX3JvdDEzXCgnLionXClcKTsoXHMqXDEpPy9pIjt9czozMjoicGhwIEdMT=JBTFMgSGV4IGZ1bmN=aW9uIGlmIGV2YWwiO2E6Mjp7aTowO3M6NToiRzZHQWoiO2k6MTtzOjYwMjoiLzxcP1twaFxzXSooXHMqXCQoR=xPQkFMU3xbXHtcJCciXStbMC=5X1wtYS16XFwnIlwuXStbXH1cc1=rKVtcc1xbXHsnIl=rKFthLXpfMC=5XSspWyInXH1cXVxzXSsoW147XSo7XHMqZ2xvYmFsXHMqXCRcM1teO1=qO1xzKlwkXDNccyo9XHMqXCRHTE9CQUxTW147XSo7XHMqXCQoXDN8XHtbXlx9XSpcfSspXHMqKFxbW15cXV=rW1xdXHNdK3xce1teXH1dK1tcfVxzXSspKyk_PVxzKlsnIl=oXFx4WzAtOWEtZl17MSwyfSkrWyInXTtccyooKGVjaG98cHJpbnQpP1tcc1xAXSpcJChHTE9CQUx8XDMpW147XSs7XHMqfFwkW2Etel8wLTldK1xzKihbXC49XStccypcQD8oTlVMTHwoYXJyYXlbXChcc1=rKT9cJChHTE9CQUx8XDMpW147XSp8XCRbYS16XzAtOV=rKFxbW15cXV=rW1xdXHNdK3xce1teXH1dK1tcfVxzXSspKnxbIiddKykpKztccyp8Z2xvYmFsXHMqXCRbXjtdKztccyp8ZnVuY3Rpb25ccytbMC=5X2Etel=rXHMqXChbXlx7XSt8XHtccyp8XH1ccyp8KGZvcihlYWNoKT98KGVsc2VccyopP2lmKVxzKlwoLis_XCkrXHMqfHJldHVyblteO1=qO1tcc1x9XSspezMwLH=pK2V2YWxcKC4rP1wpKztbXHNcfV=rKGV4aXRbXjtdKjtbXHNcfV=rKT8oJHxcPz4pL2kiO31zOjM2OiJwaHAgaWYgaXNzZXQgUE9TVCBiYXNlNjRfZGVjb2RlIG1haWwiO2E6Mjp7aTowO3M6NToiSDRMQUMiO2k6MTtzOjQ2NDoiLzxcP1twaFxzXSooKFwkKFswLTlfYS16XSspXHMqPVxzKmV4cGxvZGVbXixdKyxccypiYXNlNjRfZGVjb2RlXChbXjtdKztccyp8KChpZnxpc3NldHxmb3JlYWNoKVxzKlwoKStcJF8oUkVRVUVTfEdFfFBPUylUW15cKV=rW1wpXHNce1=rKT8oXCRbMC=5X2Etel=rW1xzXC5dKj1ccypbYS16XzAtOVxzXChdKlwkKFwzfF9SRVFVRVNUfF9HRVR8X1BPU1QpKFteO1=qW1wpO1x9XHNdK2Vsc2VbXHtcc1=qfGVjaG98cHJpbnQpKlteO1=qWztcc1=rKFxzKmV4aXQ7KT98XC9cLy4rXG4rKVtcfVxzXSopKyhcJFswLTlfYS16XStbXHNcLl=qPVxzKiIuKz9cXHJcXG4iO1xzKikqKChcJFthLXpfMC=5XStccyo9XHMqfGlmW1xzXChdK3xlbHNlW15ce1=qW1x7XHNdKykqbWFpbFxzKlwoW147XStbXCk7XHNcfV=qKChpZltcKFxzXSt8ZWxzZSlbXlx7XSpbXHtcc1=rZWNob1teO1=qfGV4aXQpKls7XHNcfV=rKSsoJHxcPz4pL2kiO31zOjMwOiJ3cF9lbnF1ZXVlX3NjcmlwdCBTV=VFVENBUFRDSEEiO2E6Mjp7aTowO3M6NToiRjZVR2wiO2k6MTtzOjYwOiIvd3BfZW5xdWV1ZV9zY3JpcHRcKFteLF=rLFxzKlsnIl1odHRwLis_U1dFRVRDQVBUQ=hBW147XSs7L2kiO31zOjM4OiJwaHAgY2xhc3MgVmFyaWFibGUgRnVuY3Rpb25zIG5ldyBDTEFTUyI7YToyOntpOjA7czo1OiJIQURITSI7aToxO3M6NDY3OiIvPFw_W3BoXHNdKyhcL1wqKFteKl=qXCooPyFcLykpKlteKl=qXCpcL1xzKnwoaW5pX3NldHxlcnJvcl9yZXBvcnRpbmd8c2V=X3RpbWVfbGltaXQpXChbXlwpXSpcKTtccyopKihjbGFzcyBCXHMqXHsuKj9yZXR1cm4gJ1VOJ1teO1=qWztcfVxzXSt8ZnVuY3Rpb25bXlwoXStkb2xseVteXHtdK1x7Lio_KHJldHVybnxkYkRlbHRhKVteO1=qWztcfVxzXSopKmNsYXNzXHMrKFthLXpfMC=5XSspXHMqXHsuKz8oKFwkW2Etel8wLTlceyciXH1dKyhccypcW1teXF1dK1xdKSpccyo9XHMqKT8oKD88IW5ld1xzKVwkW2Etel8wLTlce1x9XSsoXHMqXFtbXlxdXStcXSkqfGZmaWxlX3B1dF9jb25=ZW5=cylccypcKFteXCldKlwpKztbXiJdKSsuKygoXCRbYS16XzAtOVx7XH1dKylccyo9XHMqKT9uZXdccytcNlwoW15cKV=qXCkrWztcc1=rKFwxMy=-W2Etel8wLTlce1x9XStccypcKFteXCldKlwpK1s7XHNdKykqKCR8XD8-KS9pcyI7fXM6MTQ6InZpc2l=b3JUcmFja2VyIjthOjI6e2k6MDtzOjU6IkY5TUhtIjtpOjE7czoxNzc6Ii8oKDxcIS=tfFwvXCopdmlzaXRvclRyYWNrZXIoXCpcL3wtLT4pKVxzKig8XD9bcGhcc1=rLis_YmFzZTY=X2RlY29kZVxzKlwoLis_XD8-fC4rP2RvY3VtZW5=XC5jcmVhdGVFbGVtZW5=XChbJyJdc2NyaXB=WyInXVwpO1xzKlthLXpfMC=5XStcLnNyY1xzKj1bXHMnIl=raHR=cFw6XC9cLy4rPylccypcMS9pcyI7fXM6NTg6ImZzb2Nrb3BlbiBmd3JpdGUgd2hpbGUgZmVvZiBmY2xvc2UgcHJlZ19tYXRjaCBnenVuY29tcHJlc3MiO2E6Mjp7aTowO3M6NToiRkE1TE8iO2k6MTtzOjIzMjoiLyhcJFthLXpfMC=5XSspXHMqPVxzKlxAP2Zzb2Nrb3BlblwoW147XSs7XHMqaWZbXChcc1=rXDFbXClcc1=qXHsuKz9md3JpdGVcKFwxW147XSs7XHMqd2hpbGVbXHNcKFwhXStmZW9mXChcMS4rP2ZjbG9zZVwoXDFcKTtccypwcmVnX21hdGNoXChbXixdKyxbXixdKyxccyooXCRbYS16XzAtOV=rKVwpO1xzKmlmW1woXHNdK1wyXFsxXF1bXHNcIV=qPS4rP2d6dW5jb21wcmVzc1woW147XSs7W1x9XHNdKy9pcyI7fXM6MjA6IlRhZ2dlZCBldmFsIGZ1bmN=aW9uIjthOjI6e2k6MDtzOjU6IkczVDlBIjtpOjE7czoxMjU6Ii8oXC9cKlteXCpdK1wqXC8pXHMqKFtcc2Etel8wLTlcPV=rKSpbO1xzXChdKih3aW5kb3dbXC5cWyInXStcXHhbXjtdK3xmdW5jdGlvblwoXCkuKyk7XHMqZXZhbFtcKFxzXStbXlwpXStbJyJcc1woXCk7XH1dK1wxL2lzIjt9czo=NDoic2NyaXB=IHZhciBodHRwIGlmIGRvY3VtZW5=IHdyaXRlIHNjcmlwdCBzcmMiO2E6Mjp7aTowO3M6NToiRzJDSXciO2k6MTtzOjM1MjoiLyg8c2NyaXB=W14-XSo-XHMqKCh2YXJccyopP1thLXpfMC=5XStccyo9WyciO1xzXSooc2V=VGltZW91dHxlbmNvZGVVUklDb21wb25lbnQpXChbXlwpXSpbJyJcKTtcc117Mix9KSsoW3ZhclxzXSooW2Etel8wLTldKylccyo9XHMqWyciXVtoZnRdK3RwW3NdKjpcL1wvW147XSs7XHMqKCh2YXJccyopPyhbYS16XzAtOV=rKVxzKj1ccypcNlteO1=rO1xzKikrKT9pZlteXHtdK1x7XHMqZG9jdW1lbnRcLndyaXRlXChbIiddPFtzY3JpcHRccyciXCtdezcsfVteXH1dKnNyYz1bJyJcc1wrXSsoXDl8W2ZodF=rdHBbc1=qOlwvXC8uK2pxdWVyeVwuKG1pblwuKSpwaHApKFteO1=rW1x9O1xzXSspKz88XC9zY3JpcHQ-KSsvaSI7fXM6NDU6ImZ1bmN=aW9uIHVuc2V=IHdwX2xpc3RfdGFibGUgaXRlbXMgYWRkX2FjdGlvbiI7YToyOntpOjA7czo1OiJHQUdFRyI7aToxO3M6NDQzOiIvKFwvXCpbXlwqXSooXCpbXlwqXC9dKikrXC9ccyopKihcJFteO1=rPVteO1=rO1xzKikqKGlmW1woXHNcIV=rZnVuY3Rpb25fZXhpc3RzW1woXHMnIl=raW5pX3NldFsnIlwpXHtcc1=rKFxAP2luaV9zZXRcKFteO1=rWztcc1=rKStbXHNcfTtdKykqZnVuY3Rpb25ccysoW2Etel8wLTldKylccypcKFteXH1dKyhwYWNrXChbJyJdSFwqWyciLFxzXC4wLTlBLUZcKV=rO1xzKmlmW1xzXChcQGlzX1=rZmlsZVtfYS16XSpbXChcc1=rKFwkW2Etel8wLTldKykuKz9maWxlX2dldF9jb25=ZW5=c1tcc1woXStcOC4rP2ZpbGVfcHV=X2NvbnRlbnRzW1xzXChdK1w4fHVuc2V=XChcJHdwX2xpc3RfdGFibGUtPml=ZW1zXFt8ZmlsZV9nZXRfY29udGVudHNcKF9fRklMRV9fLis_ZnB1dHNcKC4rP3NjYW5kaXJcKCkuKz9hZGRfYWN=aW9uXChbXixdK1ssXHMwLTlcKSciXStcNlteO1=rOy9pcyI7fXM6Mzk6InBocCBlcnJvcl9yZXBvcnRpbmcgZnVuY3Rpb24gZGV=ZWN=X2NtcyI7YToyOntpOjA7czo1OiJGQkJHMCI7aToxO3M6MTYwOiIvPFw_W3BoXHNdKyhcQD8oZXJyb3JfcmVwb3J=aW5nfHNldF9=aW1lX2xpbWl=fGluaV9zZXQpXCguKj8wXCk7XHMqKSsuKj9mdW5jdGlvbiAoZGV=ZWN=X2Ntc1woKS4rXDNbXjtdKztccyooKGlmXHMqXChbXlwpXSt8ZWxzZSlbXlx7XSpbXlx9XStbXH1cc1=rKSsoJHxcPz4pL2lzIjt9czo1MToiZnVuY3Rpb24gZ2x1ZXNfaXQgc2FuaXRpemVfa2V5IGNhbGxfdXNlcl9mdW5jX2FycmF5IjthOjI6e2k6MDtzOjU6IkZCSTlLIjtpOjE7czoyOTI6Ii8oaWZbXHNcKFwhXStmdW5jdGlvbl9leGlzdHNcKFxzKlsnIl1bYS16XzAtOV=rWyciXVtcc1wpXStce1xzKik_ZnVuY3Rpb25ccysoW2Etel8wLTldKylccypcKFteXCldK1tcKVxzXStce1xzKihcJFthLXpfMC=5XSspXHMqPVxzKnNhbml=aXplX2tleVwoW147XSs7XHMqKFwkW2Etel8wLTldKylccyo9XHMqY2FsbF91c2VyX2Z1bmNfYXJyYXlcKFxzKlwzW147XSs7XHMqcmV=dXJuXHMqXDQuK1wyXHMqXChbXjtdKztccyouK2NhbGxfdXNlcl9mdW5jX2FycmF5XChbXjtdKztbXH1cc1=rKCR8KD89XD8-KSkvaXMiO31zOjE2OiJwaHAgZXZhbCBWYXIgSGV4IjthOjI6e2k6MDtzOjU6IkZCS=tSIjtpOjE7czoxMTU6Ii88XD9bcGhcc1=rKEA_ZXZhbFxzKlwoXHMqKSsoWyciXSlbXHNcXF=qXCRbYS16XF8wLTlcW1xdXHtcfVxzJyJdKz1bXHNcXCciXSooXFx4WzAtOV17Mn=pKy4rXDIoXHMqXCkpKztccyooJHxcPz4pL2kiO31zOjI5OiJpZiBzdHJwb3MgUkVRVUVTVF9VUkkgaW5jbHVkZSI7YToyOntpOjA7czo1OiJGQ1FGUyI7aToxO3M6MTQ5OiIvaWYoW1xzXChdK3N=clthLXpfMC=5XSspezIsfVtcc1woXStcJF9TRVJWRVJcW1siJ11SRVFVRVNUX1VSSVsnIl1cXVxzKlwpK1teXCldK1tcKVxzXStce1tcc1xAXSooaW5jbHVkZXxyZXF1aXJlKShfb25jZSk_W147XStbO1xzXSsoZXhpdFtccztdKyk_XH=vaSI7fXM6NzY6ImVycm9yX3JlcG9ydGluZyBpbmlfc2V=IHNldF9=aW1lX2xpbWl=IGlnbm9yZV91c2VyX2Fib3J=IGVsc2VpZiByZXF1aXJlX29uY2UiO2E6Mjp7aTowO3M6NToiRkNVTGQiO2k6MTtzOjIxOToiLzxcP1twaFxzXSsoXC9cKlteXCpdKihcKlteXCpcL1=qKStcL1xzKnxcL1wvW15cbl=qXHMrKSooKGVycm9yX3JlcG9ydGluZ3xpbmlfc2V=fHNldF9=aW1lX2xpbWl=fGlnbm9yZV91c2VyX2Fib3J=KVxzKlwoW147XStbO1xzXSspezUsfSgoZWxzZVxzKnxpZlxzKlwoK1teXCldK1tcc1wpXSspK1xAPyhyZXF1aXJlfGluY2x1ZGUpKF9vbmNlKT9bXjtdK1s7XHNdKykrKCR8XD8-KS9pIjt9czo4MzoicGhwIGlmIGZ1bmN=aW9uX2V4aXN=cyBmdW5jdGlvbiBjdXJsX2luaXQgcmV=dXJuIGZ1bmN=aW9uIHRyaW=gcmV=dXJuIGJhc2U2NF9kZWNvZGUiO2E6Mjp7aTowO3M6NToiRzE4Rm4iO2k6MTtzOjQwNToiLzxcP1twaFxzXSsoXCRbYS16XzAtOV=rKVxzKj1bXjtdKztccyppZlxzKlwoXHMqXCFmdW5jdGlvbl9leGlzdHNcKFsiJ1=oW2Etel8wLTldKylbJyJdXClbXClcc1x7XSpmdW5jdGlvblxzKlwyXChbXlwpXStcKVtcKVxzXHtdK1teXG5dKmN1cmxfaW5pdFwoXCk7Lis_cmV=dXJuW147XSs7W1xzK1x9XStpZlxzKlwoXHMqXCFmdW5jdGlvbl9leGlzdHNcKFsiJ1=oW2Etel8wLTldKylbJyJdXClbXClcc1x7XSpmdW5jdGlvblxzKlwzXChbXlwpXStcKVtcKVxzXHtdK1teXG5dKnRyaW1bXjtdKzsuKj9yZXR1cm5bXjtdKztbXHMrXH1dKyguKj8oYmFzZTY=X2RlY29kZVtcKFxzXStcMXxcMlwofFwzXCgpW15cKV=qW1wpXHNdK1teO1=qWztcc1=rKXszLH=oKGVjaG98cHJpbnQpW147XSs7XHMqKSsoJHxcPz4pL2lzIjt9czoxMjoiUEhQIHJldmVyc2VkIjthOjI6e2k6MDtzOjU6IkcyOEFyIjtpOjE7czo=MToiL14oXHMqXD5cP1xzKik_Oy4rXCQoW3BoXHNdKlw_XDxccyopPyQvaXMiO31zOjM=OiJpZiBpc3NldCBSRVFVRVNUIFZhcmlhYmxlIEZ1bmN=aW9uIjthOjI6e2k6MDtzOjU6Ikg4N=5qIjtpOjE7czozMTc6Ii8oPFw_W3BoXHNdKlxAXHMqKFsnIl=pW15cMl=qXDI7Lis_KT9pZltcc1woXCFdKyhpc3NldHxlbXB=eSlbXHNcKF=rXCRfKFJFUVVFU1R8R=VUfFBPU1R8Q=9PS=lFKS4rW1x7XHNdKihcJFthLXpfMC=5XHtcfV=rXHMqPVxzKignW14nXSonfCJbXiJdKiJ8XCQpW147XSpbJyI7XClcc1=qfGV4dHJhY3RbXHNcKF=rXCRfXDRbXHNcKV=rO1xzKikqKFwkW2Etel8wLTldK1xzKj1ccyopP1xAPyhcJCg_IWRlbGV=ZV9zZXJ2aWNlKVthLXpfMC=5XSspKFxzKlxbW15cXV=qXF=pKnMqXCguKj9cKStccyo7LipbXH1cc1=qKGVsc2Vccypce1tefV=rXH1ccyopKi9pIjt9czoxODoiZXZhbCBiYXNlNjRfZGVjb2RlIjthOjI6e2k6MDtzOjU6Ikg4OE5VIjtpOjE7czozNTM6Ii8oXC9cKihbXipdKlwqKD8hXC8pKSpbXipdKlwqXC9ccyp8XEA_KChlcnJvcl9yZXBvcnRpbmd8aW5pXyhzZXR8cmVzdG9yZSkpXChbXlwpXSpcKXwoXCRbYS16XzAtOV=pK1xzKj1ccypbXjtdKyk7XHMqfFw_PlxzKjxcP1twaFxzXSopKihpZltcKFxzXStpc3NldFwoXCRfKFBPU3xHRXxSRVFVRVMpVFxbW15cKV=rW1wpXHNdK3xlY2hvXHMqKSooKFwkW2Etel8wLTldKylccyo9XHMqXEA_YmFzZTY=X2RlY29kZVwoW147XSs7XHMqXEA_KGV2YWxcKC4qXDEwfFwxMFxzKlwoXHMqXCRfKFBPU3xHRXxSRVFVRVMpVCl8XEA_ZXZhbFwoW147XSpiYXNlNjRfZGVjb2RlXCgpW15cKV=qXCkrO1xzKihyZXR1cm5bXjtdKjspKi9pIjt9czozMToicGhwIGlmIG1kNSBSRVFVRVNUIGV2YWwgUkVRVUVTVCI7YToyOntpOjA7czo1OiJIODhOWCI7aToxO3M6Njc5OiIvPFw_W3BoXHNdKygoXC9cKihbXipdKlwqKD8hXC8pKSpbXipdKlwqXC98W1x7XHNdKykqKFwkW2Etel8wLTldKykoXHMqXC9cKihbXipdKlwqKD8hXC8pKSpbXipdKlwqXC8pKlxzKj1bXjtdKztccyp8aWYoXHMqXC9cKihbXipdKlwqKD8hXC8pKSpbXipdKlwqXC8pKltcc1woXSsoaXNzZXR8bWQ1KVwoXCQoX1JFUVVFU1R8X1BPU1R8X=dFVHxfQ=9PS=lFfFx7WyInXVteXH1dK1x9KylccypcW1teXCldK1wpKyhcL1wqKFteKl=qXCooPyFcLykpKlteKl=qXCpcL3xbXHtcc1=rKSp8XC9cKihbXipdKlwqKD8hXC8pKSpbXipdKlwqXC9ccyopKj8oXCRbYS16MC=5XSsoXHMqXC9cKihbXipdKlwqKD8hXC8pKSpbXipdKlwqXC8pKlxzKj1ccyopPyhhc3NlcnR8ZXZhbHxcNHxcJFwxMChccypcW1teXF1dK1xdKykrKShccypcL1wqKFteKl=qXCooPyFcLykpKlteKl=qXCpcLykqXHMqXCgoXHMqXC9cKihbXipdKlwqKD8hXC8pKSpbXipdKlwqXC8pKlwkKF9SRVFVRVNUfF9QT1NUfF9HRVR8X=NPT=tJRXxce1siJ11bXlx9XStcfSspKFxzKlxbW15cXV=rXF=rKStccypbXjtdKzsoKGRpZXxleGl=fGVjaG98cHJpbnQpW147XSo7XHMqfChcL1wqKFteKl=qXCooPyFcLykpKlteKl=qXCpcL1xzKikqfFx9XHMqKSooJHxcPz4oPGZvcm1bXj5dKig-XHMqPGlucHV=W14-XSopKz5ccyo8XC9mb3JtPik_KS9pIjt9czozMToiaWYgaXNzZXQgZXZhbCBWYXJpYWJsZSBmdW5jdGlvbiI7YToyOntpOjA7czo1OiJIODhOWiI7aToxO3M6MjU3OiIvKFxAP3RvdWNoXCguKlwpKztccyopKihcJFthLXpfMC=5XHtcJFx9XSsoXHMqXFtbXlxdXStcXSkqXHMqPVteO1=rO1xzKikqaWZbXHNcKFwhXStpc3NldFtcc1woXStcJFthLXpfMC=5XHtcJFx9XSsoXHMqXFtbXlxdXStcXSkqW1wpXHNce1=rLio_XHMqKFwkW2Etel8wLTlce1wkXH1dKyhccypcW1teXF1dK1xdKSpccyo9XHMqKT9cQD9ldmFsXCguKj9cJFthLXpfMC=5XHtcJFx9XSsoXHMqXFtbXlxdXStcXSkqXHMqXCguKj9cKSs7WztcfVxzXSovaSI7fXM6NTc6ImVycm9yX3JlcG9ydGluZyBleGVjIHN5c3RlbSBwYXNzdGhydSBmb3BlbiBSRVFVRVNUIGZ3cml=ZSI7YToyOntpOjA7czo1OiJIODhOYSI7aToxO3M6MjM2OiIvPFw_Lis_KHNldF9=aW1lX2xpbWl=XCgwfGVycm9yX3JlcG9ydGluZ1woMHxleHBsb2RlXChbJyJdd3AtY29udGVudCkoPz=uKz91bmxpbmtccypcKCkoPz=uKz9wYXNzdGhydVxzKlwoKSg_PS4rP3N5c3RlbVxzKlwoKSg_PS4rP2V4ZWNccypcKCkoKD89Lis_Y3VybF9pbml=XHMqXCgpKD89Lis_ZmlsZV9nZXRfY29udGVudHNccypcKCl8KD89Lis_cmVhZGRpclxzKlwoKSkoPz=uKz9md3JpdGVccypcKCkuKy9pcyI7fXM6MTg6Ii9mdW5jdGlvbiB4IGV2YWwgeCI7YToyOntpOjA7czo1OiJIOEFJVCI7aToxO3M6MTUxOiIvKGlmXHMqXChbXlx7XStce1xzKik_ZnVuY3Rpb25ccysoW2Etel8wLTldKylccypcKFteXHtdK1x7XHMqKFwkW2Etel8wLTldK1xzKj1bXjtdKztccyopKlxAPyhhc3NlcnR8ZXZhbClcKC4rP1wyXChcJF8oUkVRVUVTfEdFfFBPUylUXFsuKz9cKTtbXHNcfV=qL2lzIjt9czoyMDoiR=VUX2RsIHNhZmVfbW9kZSBlbmQiO2E6Mjp7aTowO3M6NToiSDhGRmUiO2k6MTtzOjE4NToiLzxcP1twaFxzXStpZltcc1woXSsoaXNzZXRcKFwkX=dFVFxbWyciXWRsWyInXVxdXCl8XEBzdHJpcG9zW1woXHNdK1wkX1NFUlZFUlxbWyInXUhUVFBfVVNFUl9BR=VOVCkuKz9zYWZlX21vZGUuKz8oXD8-KFxzKjxcL2Rpdj5ccyo8XC9ib2R5PlxzKjxcL2h=bWw-KT98PFwvYm9keT5ccyo8XC9odG1sPlsnIjtcc1=qJCkvaXMiO31zOjE=OiJHTE9CQUxTIDAgZXZhbCI7YToyOntpOjA7czo1OiJIOEZGZiI7aToxO3M6ODc6Ii8oXCQoR=xPQkFMU1xbWyciXSkqWzBvT1=rWyciXF1cPVwuXHNdK1teO1=rO1xzKikrZXZhbFwoLitbXCldK1s7XSpccyoocmV=dXJuW147XSo7KSovaSI7fXM6MjE6ImtleXNwYXQgdmlhZ3JhIGNpYWxpcyI7YToyOntpOjA7czo1OiJIOEZGZyI7aToxO3M6MTAzOiIvZXJyb3JfcmVwb3J=aW5nXCgwXCk7XHMqXCRrZXlzcGF=Wz1cc1=rYXJyYXlbXChcc1=rKChbJyJdKSh2aWFncmF8YW1veGljaWxsaW58Y2lhbGlzKVwyW1xzLF=rKXsyfS4rL2lzIjt9czo1MToic2Vzc2lvbl9zdGFydCBlcnJvcl9yZXBvcnRpbmcgc2V=X3RpbWVfbGltaXQgZm9vdGVyIjthOjI6e2k6MDtzOjU6Ikg4SkY1IjtpOjE7czoxMTQ6Ii88XD9bcGhcc1=rc2Vzc2lvbl9zdGFydFwoXCk7XHMqZXJyb3JfcmVwb3J=aW5nXCgwXCk7XHMqc2V=X3RpbWVfbGltaXRcKC4rPzxcP1xzKmVjaG9bXChcc1=qXCRmb29=ZXJbXCk7XHNdK1w_Pi9pcyI7fXM6MzM6Im1kNXRhZ2dlZCBldmFsIHZhcmlhYmxlIGZ1bmN=aW9ucyI7YToyOntpOjA7czo1OiJIOE9BdyI7aToxO3M6NDg1OiIvKCg_PCF2YXIgKShcL1wqKFteKl=qXCooPyFcLykpKlteKl=qXCpcL1xzKikqXEA_KFwkW2Etel8wLTldKylbXHNcLl=qPVxzKigoJ1teJ1=qKD88IV9lKSd8IlteIl=qInxcJFthLXpfMC=5XSspW1xzXC5dKikrW147XSo7XHMqKSs_KChcL1wqKFteKl=qXCooPyFcLykpKlteKl=qXCpcL1xzKikqXEA_KFwkW2Etel8wLTldKylbXHNcLl=qPVxzKigoJ1teJ1=qKD88IV9lKSd8IlteIl=qInxcJFthLXpfMC=5XSt8YXJyYXlcKHxzdHJyZXZcKClbXHNcLl=qKStbXjtdKjtccyp8Zm9yZWFjaFtccyhdK1teXHtdK1x7W15cfV=rXH1ccyopKz8oXC9cKihbXipdKlwqKD8hXC8pKSpbXipdKlwqXC9ccyp8KFwkW2Etel8wLTldKylbXHNcLl=qPVxzKikqXEA_KGV2YWx8XCRbYS16XzAtOV=rKVwoW15cKV=qP1tcKTtcc1=qKChcNHxcMTB8XDE1KVxzKihcW3xcKClbXlwpXSpbXClcc1=rO1xzKikrKFwvXCooW14qXSpcKig_IVwvKSkqW14qXSpcKlwvXHMqKSovaSI7fXM6NTY6ImlmIGlzc2V=IFBPU1QgZmlsZV9nZXRfY29udGVudHMgZm9wZW4gZndyaXRlIGZjbG9zZSBleGl=IjthOjI6e2k6MDtzOjU6Ikg5OEFHIjtpOjE7czo=NTU6Ii8oXCRhdXRoX3Bhc3Nccyo9Lis_KT8oaWZbXChcc1whXSsoZnVuY3Rpb25fZXhpc3RzW1woXHNdKyhbIiddKShbYS16XzAtOV=rKVw=W15ce1=rW1x7XHNdKyhcJFthLXpfMC=5XSspXHMqPVxzKnxpc3NldFtcKFxzXSspXCRfKFJFUVVFU1R8R=VUfFBPU1R8U=VSVkVSKVxbLis_ZmlsZV9nZXRfY29udGVudHNcKFxzKigoWyciXSlbaHRwczpdK1wvXC9bXlw5XStcOVtcc1wuXStcNnxfX=ZJTEVfXykuKz8oZmlsZV9wdXRfY29udGVudHNcKF9fRklMRV9ffGZvcGVuXCguKz9md3JpdGVcKC4qP2ZjbG9zZVwoKS4qPyhyZXR1cm5bXjtdKnxleGl=KTtbXHNcfV=qKSsoKGV4dHJhY3RbXHNcKF=rfGlmW1xzXChdK2lzc2V=W1woXHNdK1wkXyhSRVFVRVN8R=V8UE9TKVRcW1teXHtdK1tcc1x7XStpZltcc1=qXChbXHNdKmZpbGVfZXhpc3RzW1xzXSpcKFteXHtdK1tcc1x7XSspW15cfV=rW1x9XHNdKyk_L2lzIjt9czoyNToiZnVuY3Rpb24gQXJyYXkgcHJpbnQgZXhpdCI7YToyOntpOjA7czo1OiJIOEpGOCI7aToxO3M6NTkxOiIvPFw_W3BoXHNdKyhcJFtfXC1cPlwuYS16MC=5XHtcWyciXF1cfV=rXHMqPVteO1=rO1xzKikqKChmdW5jdGlvblxzK1thLXpfMC=5XStcKC4qP1wpXHMqXHsoPyEgXH=7KShcJFtePV=rPVxzKlsnIl17Mn=pP3xmb3JbXHMoXStbXlx7XStce1teXH1dK1x9Lio_fChyZXR1cm58Z2xvYmFsKVxzKyhcJFx7W15cfV=rXH=rKT9bXjtdKjt8XCRcey4rP1x9XHMqXCguKj9cKSs7fFwkXHsuKz9cfVxzKj1ccyphcnJheVwoKChbYS16XzAtOV=rXCguKj9cKSssXHMqKStbYS16XzAtOV=rXCguKj8pP1wpKzt8aWZccypcKC4qP1wpK1xzKlx7fGVsc2VbXHNce1=qfFwkW19cLVw-XC5hLXowLTlce1xbJyJcXVx9XStbXHNcLl=qPShccypjaHJcKC4qP1wpK3woLis_XF4pezUsfXxbXjtdK1xeXHMqXGQrKVteO1=qO3xleGl=XCguKj9cKSs7fChcJChce1thLXpfMC=5XStcKC4rP1wpXH=oXHMqXFtbXlxdXSpcXSspKnxjb25=ZW5=fHVybClbXHNcK1wuO1x9PD5cLl=qKSs9XHMqKFtcQFwkXHtdKlthLXpfMC=5XH1dKyhcKC4rP1wpfFxbLis_XF=pKVx9Kjt8Zm9yZWFjaC4rP1xzK2FzXHMrW15cKV=rW15ce1=rXHspWztcc1x9XSopezUwLH=oJHxcPz4pL2kiO31zOjQwOiJwaHAgaWYgaXNzZXQgR=VUIGVjaG8gaWYgUE9TVCBjb3B5IEZJTEVTIjthOjI6e2k6MDtzOjU6Ikg4SkY5IjtpOjE7czo2MzM6Ii88XD9bcGhcc1=qKGVjaG9bXjtdKjtccyp8ZXJyb3JfcmVwb3J=aW5nXCgwXCk7XHMqfFwvXCouKj9cKlwvXHMqKFwkW2Etel8wLTldK1xzKj1bXjtdKztccyp8W1wvXC98XCNdW15cbl=qXHMqKSsoaWZbXHNcKF=raXNzZXRcKFwkXyhSRVFVRVN8R=V8UE9TKVRcW1teXF1dK1xdKVteXCldKltcKVxzXHtdKyhcJFthLXpfMC=5XStccyo9XHMqXCRfW2Etel8wLTldK1xbW15cXV=rXF=7XHMqKSsoXCRbYS16XzAtOV=rXHMqPVxzKlwkW2Etel8wLTldK1woW15cKV=rXCkrO1xzKikrLio_XDNbXlx7XStbXlx9XStcfVxzKihcPz5ccyo8XD9bcGhcc1=qKT8pKmlmW1xzXChdK2lzc2V=XChcJF8oUkVRVUVTfEdFfFBPUylUW15cKV=rW1wpXHNce1=rKChlY2hvfHByaW5=fFwkW2EtelxfMC=5XStccyo9KVteO1=rO1xzKikraWZbXHNcKF=rXCRfKFJFUVVFU3xHRXxQT1MpVFteXCldK1tcKVxzXHtdK2lmW1xzXChdK1xAP2NvcHlcKChbXHNcLF=qXCRfRklMRVMoXFtbXlxdXStcXSkrKStbXClcc1=rXHtbXlx9XSsoW1x9XHNdKyhlbHNlW1xzXHtdK1teXH1dKyk_KSsoW1wvXC98XCNdW15cbl=qXHMqfFwvXCouKj9cKlwvXHMqKSooXD8-XHMqKDwodGl=bGU-aGFja2VkLmJ5W15cbl=qfFwvW2Etel=rPilccyopKnwkKS9pcyI7fXM6MTg6ImF1dGhfcGFzcyBGaWxlc=1hbiI7YToyOntpOjA7czo1OiJIOEtMTCI7aToxO3M6MjA=OiIvPFw_W3BoXHNdK2lmW1xzXChdK2lzc2V=XHMqXChccypcJF8oUkVRVUVTfEdFfFBPUylUXFsoWyciXSkoW2Etel8wLTldKylcMlteXHtdK1x7XHMqc3dpdGNoIFwoXCRfXDFUXFtcMlwzXDJcXS4rP2RlZmF1bHQ6W15cfV=rW1x9XHNdK2RpZVwoW15cfV=rW1x9XHNdK2lmW1xzXChdK1wkd3BkYlwtPmdldF92YXJcKC4rP2V4aXQ7W1x9XHNdKygkfFw_PikvaXMiO31zOjg4OiJwaHAgc2V=X3RpbWVfbGltaXQgZmlsZV9nZXRfY29udGVudHMgUkVRVUVTVCBmaWxlX2dldF9jb25=ZW5=cyBGSUxFUyBmb3BlbiBSRVFVRVNUZndyaXRlIjthOjI6e2k6MDtzOjU6Ikg4S=xPIjtpOjE7czoxNTQ6Ii88XD9bcGhcc1=rLis_c2V=X3RpbWVfbGltaXRcKC4rP2ZpbGVfZ2V=X2NvbnRlbnRzXChcJF8oUkVRVUVTfEdFfFBPUylULis_ZmlsZV9nZXRfY29udGVudHNcKFwkX=ZJTEVTXFsuKz9mb3BlblwoXCRfKFJFUVVFU3xHRXxQT1MpVC4rP2Z3cml=ZVwoLis_KFw_PikvaXMiO31zOjIzOiJjbGVhcnN=YXRjYWNoZSBoZXJlIGRpZSI7YToyOntpOjA7czo1OiJIQTdBSiI7aToxO3M6NDY4OiIvPFw_W3BoXHNdKihlcnJvcl9yZXBvcnRpbmdcKDBcKTtccyopKihpZltcc1woXCFdK2lzc2V=W1xzXChdK1wkXyhSRVFVRVN8UE9TfEdFKVRcW1snIl1bMC=5X2Etel=rWyciXVxdW1wpXHNce1=rKChlY2hvfHJlcXVpcmV8XCRbMC=5X2Etel=rXHMqPVxzKihcJHwoWyciXSkuKj9cNykpW147XSs7W1xzXH1dKykqKSsoXCRbMC=5X2Etel=rXHMqPVxzKik_KFwkd3BkYlwtPnF1ZXJ5XChccyp8bXlzcWxfY29ubmVjdFtcc1woXStcJF8oUkVRVUVTfFBPU3xHRSlUXFtbJyJdWzAtOV9hLXpdK1snIl1cXS4rPykiSU5TRVJUXHMrSU5UT1tcc1xgIlwuXCQwLTlfYS16XC1cPl=rdXNlcnNbXHNcYF=rXCguKygobXlzcWxfY2xvc2VcKFteXCldKlwpfGNsZWFyc3RhdGNhY2hlLitoZXJlO1xzK2RpZXwoXCRbMC=5X2Etel=rKVxzKj1ccypcQGZpbGVfZ2V=X2NvbnRlbnRzXCguK1wxM1tcKVxzXSopO1tcfVxzXSspKygkfFw_PikvaXMiO31zOjEwOiJ1bnNldCBzZWxmIjthOjI6e2k6MDtzOjU6Ikg4TUUxIjtpOjE7czozNDI6Ii8oXCRbYS16XzAtOV=rKVxzKj1ccypfX=ZJTEVfXy4rdW5zZXRcKFxzKlwxW1wpXHNdKjtccyp8PFw_W1xzaHBdKihcQD9jaG1vZFwoW15cKV=rXCk7XHMqKSppZltcc1woXCFdKyhpc3NldHxlbXB=eSlbXHNcKF=rXCRfKFJFUVVFU1R8R=VUfFBPU1R8Q=9PS=lFKVteXHtdK1tce1xzXSooXCRbYS16XzAtOVx7XH1dKylccyo9Lis_bWtkaXJbXHNcKCInXC5cL1=rXDVbXCk7XHNdK2ZvcmVhY2guKz9ce1teXH1dK1x9XHMqKGlmW1xzXChcIV=raXNfZGlyW15cKV=rXCkrW1x7XHNcQF=qbWtkaXJbXHNcKF=rW15cKV=rXCkrO1tcc1x9XSopKy4qPyh1bmxpbmtcKFteXCldK1wpO1xzKikrKCR8XD8-KS9pcyI7fXM6NDE6ImlmIGlzc2V=IFJFUVVFU1QgdG91Y2ggbW92ZV91cGxvYWRlZF9maWxlIjthOjI6e2k6MDtzOjU6Ikg4TUUyIjtpOjE7czozNDY6Ii8oKGlmW1woXHNcIV=rKChwcmVnX21hdGNoW1xzXChdK1teLF=rLFxzKik_XDh8KGlzc2V=fGVtcHR5KVtcc1woXStcJF8oUkVRVUVTVHxHRVR8UE9TVHxGSUxFUykpXHMqXFtbXlx7XStce1xzKigoXCRbYS16XzAtOV=rKVxzKj1bXjtdKztccyopKikrKGZvcmVhY2hccypcKFteXCldK1wpK1tcc1x7XSppZltcc1woXStbXlwpXStcKStccypjb25=aW51ZTtccyopPygoXCRbYS16XzAtOV=rKVxzKj18aWZccypcKCkqW1xzXEBdKihtb3ZlX3VwbG9hZGVkX2ZpbGV8dG91Y2h8XCRbYS16XzAtOV=rKVxzKlwoW15cO1=rOyhbXH1cc1=qKChcJFthLXpfMC=5XStccyo9fGVjaG8pW147XSs7XHMqKSopKyl7Mix9L2kiO31zOjU4OiJwaHAgaWYgaXNzZXQgUkVRVUVTVCBldmFsIGZpbGVfcHV=X2NvbnRlbnRzIGluY2x1ZGUgdW5saW5rIjthOjI6e2k6MDtzOjU6Ikg5UEtDIjtpOjE7czo2Mzg6Ii88XD9bcGhcc1=rKFxAPyhpZ25vcmVfdXNlcl9hYm9ydHxzZXRfdGltZV9saW1pdHxpbmlfc2V=fGVycm9yX3JlcG9ydGluZylcKC4qP1wpO1xzKikqKFwkW2Etel8wLTldK1xzKj=uKz87XHMqKSoodHJ5XHMqfGlmW1xzXChcIV=rKChlbXB=eXxzdHJsZW58aXNzZXQpXChcJF8oUkVRVUVTfEdFfFBPUylUfFtcJGEtel8wLTldKltcc1w9XSpzY2FuZGlyW1woXHNdKyhcJFthLXpfMC=5XSspKVteXHtdKylcey4qPyhcJFthLXpfMC=5XSspXHMqPS4qPyhjdXJsX1teXCldK3xldmFsfGZpbGVfZ2V=X2NvbnRlbnRzKVwoKFw4fFw5KS4rP2ZpbGVfLi5=X2NvbnRlbnRzW1woIF=rKFtcJGEtel8wLTlcWyciXF1cLl=rKS4rPyhlY2hvW1xzXChdK1wxMnxpbmNsdWRlKF9vbmNlKT9bXChcc1=rXDEyLis_dW5saW5rW1woXHNdK1wxMnxjdXJsX2luaXRcKC4rP2N1cmxfc2V=b3B=XChbXixdKyxccypDVVJMT1BUX1VSTFssXHNdK1wxMnxcfVxzKmNhdGNoXHMqXChccypFeGNlcHRpb25ccypcJFthLXpfMC=5XStbXClcc1=qXHtbXlx9XSpcfVxzKnxmaWxlX2dldF9jb25=ZW5=c1tcc1woIiddK2h=dHBbXjtdKztccypcQGZpbGVfcHV=X2NvbnRlbnRzXCguKz9lcnJvcl9yZXBvcnRpbmdbXChcczBcKV=rO1xzKikuKj8oXD8-fCQpL2lzIjt9czo=MzoicGhwIGNoZGlyIFJFUVVFU1QgZ2V=Y3dkIG1vdmVfdXBsb2FkZWRfZmlsZSI7YToyOntpOjA7czo1OiJIOTVFdiI7aToxO3M6Mjc2OiIvPFw_Lis_KGNoZGlyW1woXHNdK1wkXyhSRVFVRVN8UE9TfEdFKVRcW3xlcnJvcl9yZXBvcnRpbmdbXChcc1=rMC4rP1tnc11ldF8odGltZV9saW1pdFtcKFxzXSswfG1hZ2ljX3F1b3Rlcy4rP2hhY2tlW3JkXSkpLis_KFwkW2Etel8wLTldKylbPVxzXEBdK2dldGN3ZFtcc1woXSsuKz8oY29weXxtb3ZlX3VwbG9hZGVkX2ZpbGUpW1xzXChdKyguKz91bmxpbmtbXHNcKF=rLis_c2NhbmRpcltcc1woXStcNHxcJF9GSUxFU1xbW14sXStbLFxzXSsoXCRfXDJ8XDQpKS4rPyhcPz58JCkvaXMiO31zOjM1OiJlcnJvcl9yZXBvcnRpbmcgaW5pX3NldCB1bmxpbmsgRklMRSI7YToyOntpOjA7czo1OiJIOTVGNSI7aToxO3M6MzAwOiIvXEA_ZXJyb3JfcmVwb3J=aW5nXCgwXCk7XHMqKGluaV9zZXRcKC4rXEA_dW5saW5rXChfX=ZJTEVfX1wpO3woaWZbXHNcKFwhXSsoaXNzZXRcKHxmaWxlX2V4aXN=c1woKT9ccypcJF8oU=VSVkVSfFJFUVVFU1R8R=VUfFBPU1R8RklMRVMpXFtbXlxdXStcXStbXlwpXSpcKVtcKVxzXHtdKihlY2hvW147XSs7XHMqKSopK1xAP2NvcHlcKChbXHNcLF=qXCRfRklMRVMoXFtbXlxdXStcXSspKykrW1wpXHNdKztbXHNcfV=rXD8-XHMqKDwoZm9ybXxpbnB1dClbXj5dKz5ccyopKzxcL2Zvcm=-XHMqKDxcP1twaFxzXStcfSspPykvaXMiO31zOjExOiJpbmNsdWRlIEdFVCI7YToyOntpOjA7czo1OiJIOTVGOCI7aToxO3M6MjkzOiIvKChcJFswLTlfYS16XSspXHMqPVxzKihbIiddKShbYS16XC9fXC=wLTlcLl=qXFx4W2EtZjAtOV17Mn=pK1teXDNdKj9cMzspP1tcQFxzXSooaW5jbHVkZXxyZXF1aXJlKShfb25jZSk_W1xzXChdKihcL1wqW15cKl=qKFwqW15cKlwvXSopK1wvXHMqKSpbXChcc1=qKChbIiddKShbYS16XC9fXC=wLTlcLl=qXFx4W2EtZjAtOV17Mn=pK1teXDEwXSo_XDEwfFwyfFwkXyg_IVJFUVVFU1RcWyd=YXJnZXQnXF=7KShQT1N8UkVRVUVTfEdFKVRccyooXFtbXlxdXStcXVxzKnxce1teXH1dK1x9XHMqKSspW1xzXCldKjsvaSI7fXM6NTM6InBocCBmdW5jdGlvbiBmaWxlX2dldF9jb25=ZW5=cyBmd3JpdGUgdW5saW5rIF9fRklMRV9fIjthOjI6e2k6MDtzOjU6Ikg5UzZaIjtpOjE7czoyMjc6Ii88XD9bcGhcc1=rKHNyYW5kXChbXjtdKztccyp8XCRbYS16XzAtOV=rXHMqPVteO1=rO1xzKnxcL1wvW15cbl=qXG5ccyopKmZ1bmN=aW9uXHMrKFthLXpfMC=5XSspXCguK2ZpbGVfLi5=X2NvbnRlbnRzXCguK2ZvcGVuXCguK2Z3cml=ZVwoLitmY2xvc2VcKC4rKFwyXCguK3x1bmxpbmtcKF9fRklMRV9fXCk7XHMqfGVjaG9bXjtdKjtccypleGl=XChbXCk7XHNcfV=qKXsyLH=oJHxcPz5ccyopL2lzIjt9czozMzoiYXV=aF9wYXNzIEZpbGVzTWFuIHNhZmVfbW9kZSBldmFsIjthOjI6e2k6MDtzOjU6Ikg5UzZrIjtpOjE7czo3NjoiLzxcPyg_PS4qXCRhdXRoX3Bhc3MpKD89LipGaWxlc=1hbikoPz=uKnNhZmVfbW9kZSkoPz=uKihldmFsfG5ldHN=YXQpXCgpLisvcyI7fXM6MTA1OiJwaHAgZXJyb3JfcmVwb3J=aW5nIGluaV9zZXQgc2V=X3RpbWVfbGltaXQgaWYgaXNzZXQgUkVRVUVTVCBmaWxlX2dldF9jb25=ZW5=cyBmaWxlX3B1dF9jb25=ZW5=cyB1bmxpbmsgaWUiO2E6Mjp7aTowO3M6NToiSDlTNzYiO2k6MTtzOjQ5ODoiLzxcP1twaFxzXSsoXC9cKlteXCpdKihcKlteXCpcL1=qKStcL1xzKnxcL1wvW15cbl=qXHMrKSooaWdub3JlX3VzZXJfYWJvcnRccypcKFteO1=qO1xzKnxcJFthLXpfMC=5XStccyo9W147XSpbO1xzXSspKygoZWxzZVtcc1x7XSp8aWZbXHNcKF=rW147XSt8XCRbYS16XzAtOV=rXHMqPVxzKikqKGVycm9yX3JlcG9ydGluZ3xpbmlfc2V=fHxzZXRfdGltZV9saW1pdHx3aGlsZSg_PVwoMVwpKSlccypcKFteO1=rO1tcfVxzXSspKygoaWZbXHNcKF=rKGlzX3dyaXRhYmxlfGlzc2V=fGZpbGVfZXhpc3RzKVtcc1woXStcJChfUkVRVUVTVHxfR=VUfF9QT1NUfHBhdGgpW147XSspPyhcQD8oZmlsZV9nZXRfY29udGVudHN8ZmlsZV9wdXRfY29udGVudHN8dW5saW5rfGNobW9kKVxzKlwoW147XSs7KFtcfVxzXSooaWZbXHNcKF=rW15cKV=rXCkrfGVsc2UpP1tce1xzXSooZGllfHByaW5=fHNsZWVwfGVjaG8pW147XSo7KSpbXH1cc1=qKStbXH1cc1=rKXszLH=uKj8oJHxcPz4pL2lzIjt9czozNzoicGhwIGNyZWF=ZV9mdW5jdGlvbiBWYXJpYWJsZSBmdW5jdGlvbiI7YToyOntpOjA7czo1OiJIOVM3RyI7aToxO3M6MjM2OiIvPFw_W3BoXHNdKihcL1wqKFteXCpdKlwqW15cL1=pKlteXCpdKlwqXC9ccyp8XC9cLy4qXHMqKSooKFwkW2Etel9cLTAtOV=rKVxzKj=uKztccyp8aWZccypcKFteXHtdK1x7XHMqKSsoKFwkW2Etel9cLTAtOV=rKVxzKj1ccyopP2NyZWF=ZV9mdW5jdGlvblwoW14sXSssXHMqKFw=W147XSs7W1xzXEBdKlw2XCh8IihcXChbMC=5XXsyLDN9fHhbMC=5YS1mXXsyfSkpKyIpW15cKV=qW1wpO1xzXH1dKygkfFw_PikvaSI7fXM6NDI6ImlmIGlzc2V=IFJFUVVFU1QgZXZhbCBvciBmaWxlX3B1dF9jb25=ZW5=cyI7YToyOntpOjA7czo1OiJIOVM3SCI7aToxO3M6MzcxOiIvPFw_W3BoXHNdKyhmdW5jdGlvbiAoW2Etel8wLTldKylcKFteXHtdK1tce1xzXSsuK3JldHVyblteO1=qO1t9XHNdKyk_aWZbXHNcKF=raXNzZXRbXHNcKF=rXCRfKFJFUVVFU3xHRXxQT1MpVChccypcW1teXF1dK1xdKStbXClcc1x7XSsoXCRbYS16X1wtMC=5XStccyo9XHMqLis_O1xzKikqKCgoaGVhZGVyfHVubGluaylcKFteO1=rWztcc1=rKXsyLH1bXH1cc1=qZWxzZVtce1xzXSsoXCRbYS16X1wtMC=5XStccyo9XHMqLis_O1xzKikqKChcJFthLXpfXC=wLTldK1xzKj1ccyopP1xAPyhldmFsfFwyKVwoLis_XCk7XHMqKXsyLH18ZmlsZV9wdXRfY29udGVudHNcKFteLF=rLFxzKmJhc2U2NF9kZWNvZGVcKC4rP1wpOylbXH1cc1=qKFw_PnwkKS9pcyI7fX1zOjg6InRpbXRodW1iIjthOjE6e3M6Mjk6Im91dGRhdGVkIHZlcnNpb25zIG9mIFRpbVRodW1iIjthOjI6e2k6MDtzOjU6IkgxUUpFIjtpOjE7czo2MDoiLy4rVGltVGh1bWIuK2RlZmluZVxzKlwoW1xzJyJdK1ZFUlNJT=5bXHMnIl=rLFtccyciXSsxXC4uKy9zIjt9fXM6OToid2hpdGVsaXN=IjthOjI6e3M6MzoicGhwIjthOjI4OntpOjA7czo1OiJGQThIZCI7czozODoiNTg3M2NkMWNlYTYxMDgyMDJkMjEzNDdmMDFmMDRkY2ZPODE3MjgiO3M6NToiRDc1OXAiO3M6Mzk6IjAxMzYzNzI4Yzg=M2ZmOTNlOTZiNjk4M2NlMzhlYmE2TzE5NTYxOCI7czo1OiJENUE4MyI7czozODoiZDVmM2M5Y2FmZjE=ZDU3Yzg2MDhkNzhkYjAwOTRiZTBPNzM2NDMiO3M6NToiRDc1RDkiO3M6Mzg6IjU3YWY=OTgxOGJiYjk=OWRjMGFjNjM4NjczODY1NWJiTzI1ODUyIjtzOjU6IkQ3SkQ5IjtzOjM4OiJkNDk=MDQyNjBkNzlhNGNjMzc1NWMwMGY1NWRlMjA4OU8yNTY2MiI7czo1OiJEOFY4QSI7czozNzoiODY2MWZlMmJmYTU5OTVmNTQ2YTMzMDQ3ZTkwMzg1NmNPMTEzNiI7czo1OiJESUNGQyI7czozODoiODEyNWQ=MmM=YmU1NDNmODc=ZWE1ZjZhMWI1YmRlNTVPMjU4OTQiO3M6NToiRElDRkQiO3M6Mzk6ImVkZGI1ZmRhNzRkNDFkYmRhYzAxODE2NzUzNmQ4ZDUzTzIzMTMzOCI7czo1OiJESUNGRSI7czozODoiYzE1YTRkNWMzODM=NDRiOTVkMjg1NTlmODM=ODExMWRPMjI1ODgiO3M6NToiRTFSMnYiO3M6Mzg6ImUyMDgzOWM1NTlhNjZjN2NmNjI4NjUzYmEyNDg=ZWFlTzI2Mzk1IjtzOjU6IkUxUjJ4IjtzOjM4OiJmMzM4MmVjMTVjMDMwYmQzMmUyOTNmYWYzNDk3ZTI1M=8xMTIyNiI7czo1OiJFMjMwQyI7czozNzoiMjhhOTJmNDY=OThkMzJiOWE3NGM1ODQ3Zjc1YzkxMmVPNzM5OSI7czo1OiJFMjMwQyI7czozNzoiZjAwYWFmMDFmZjAyZDU3NTZjMjY3YmNmOTIwZTRjMjhPMTU=MCI7czo1OiJFMkFNZiI7czozODoiNTdjNjQ3ZDkzZmJkNDc4NjhiODdiOTIxYmVlNjNhZjhPMjYzNzYiO3M6NToiRTVFRG8iO3M6Mzk6IjhlMmFmNDg4NmRjODFhNWQ5Mjg5ODY1YmJiODEzZWQxTzE5NTYxNyI7czo1OiJFNUlOUCI7czozNzoiZjgwZDllZjRiN2JmZDllZjU=MmQ5MDg3YTFkYjJhZTlPMjAxMCI7czo1OiJFN=VNdiI7czozODoiNWY5MjdmM2E5NzMyMThkMDdlNDNlYTFjNjlmYzAzMzFPMjY3NzYiO3M6NToiRUE2NmwiO3M6Mzg6ImE1YjFhNzNlMGM=Mjk4OTUwNzUwYThiY2Q5NjI3ZWFmTzI2ODExIjtzOjU6IkVDQ=UwIjtzOjM3OiI2NDk=NGUyMjUxMTNiZTE4Mzk=ZDViYzAxZmIzYjUzN=83NTMwIjtzOjU6IkVDQ=UzIjtzOjM4OiI5N2U=MzhkNmM5YzY=YTIwMmI5MzA3ODZkMjc2MjA1Yk82MjQ1OCI7czo1OiJFQ=NFMyI7czozODoiNjdlYzFiMTUzY2MzZjNlMzZmYmVlNTkwMjlhOTNkNGFPMjU5MTQiO3M6NToiRUNKS=YiO3M6Mzc6IjgzNjY1N2RiYTVjYjIyOTAwMDAyNDQ3NzY2MGU5ZGRmTzgzNjkiO3M6NToiRjQzNzMiO3M6Mzg6ImY2MDA3OWZlYzBlNWQ=ZDY3ZTQ5YWRhMzM2ZGFhZjkyTzI2ODEwIjtzOjU6IkY=Mzc=IjtzOjM5OiIwM2IyMWZmYzljNzljZmI2MjQ3OTBiMGJhNDg=NjkxY=8zMjAzMzIiO3M6NToiRjVMTWIiO3M6Mzg6IjVlNjg1NWNmMDJjNGFhMGFjYzg3MDBmN2Y2MTNkZjAwTzYwMTYzIjtzOjU6IkY2RkplIjtzOjM3OiI3MWNkMTY=ODBhZGQyMGY1MTZmNDFjZjA=NTc1ZmIxOE8xODg=IjtzOjU6IkY5QTl=IjtzOjM5OiI4MzRkMjJmOGI2OGEyYzVjMDE4NjZhNDNlYjI=ZWZjNE8xOTU3MDIiO3M6NToiRkE4SGQiO31zOjI6ImpzIjthOjM=OntpOjA7czo1OiJGOUFBQiI7czozNzoiNTU=YmM3NmM3MDM1MTE4N2Y=Y2UwNWRkYzAxMmFhZWRPNDc3NiI7czo1OiJENjY3WCI7czozNzoiOWE5YzEyNTgxNGI5NzE1OTgyZDI=NmExZWU3ODA4NGZPNTM=NSI7czo1OiJENjY3WCI7czozODoiZTM2YTA4NjEyMzc1NjQxMjI5MzIzMWFlYWQxN2YyNGZPMzc2MjkiO3M6NToiRDc1QUgiO3M6Mzc6ImEzOGFjNTI2NjkyNDkzOGE=ZmY1NTE=MzY5YzZiNDBkTzQ2NzQiO3M6NToiRDc1QUoiO3M6Mzc6IjEwNDNhMWQ3ZDg=ZWU1NmY4ODMxYTYwY2RmYzVkYzI4TzcwNzciO3M6NToiRDc1RFMiO3M6Mzg6IjZlYzE1MGI3OTg3Y2FhZWY5OGI1OWM4N2I5ZjQ3MWJlTzExODQyIjtzOjU6IkUxUjJuIjtzOjM4OiI2MTQ3Y2NlZTdhZWY5ZGMwYzZlYjEwZDhkN2IzMTFmOU83MDg4MyI7czo1OiJFMVIydyI7czozNzoiYmEzMjkzOTcwZTEzYjAzYTJlYTkyZjViNmI1YmY1NDRPMzM3NyI7czo1OiJFMjJOcSI7czozNzoiNjNiMGFlZDliMDJmODc5YTZlMDI5NWZiZWE3ZGI4NTRPNDcwMiI7czo1OiJFMjMwRCI7czozNzoiZWY=MTg4Y2IwYjYwYTcyMDE3ZjRjOGExZTg=MGFiMWVPMjk1MCI7czo1OiJFMjQ5TCI7czozNzoiZmI4YmY2Nzg1ZTU1ZTllMzliZWE1NTI2MzVjNDJhNjRPMzI3MCI7czo1OiJFMjYwQyI7czozOToiYWNiMzMzMjliOWVmOGFhYmQ4YmQ3MzE=MjY4MDNlNGVPMjMyNDgyIjtzOjU6IkUyNjBFIjtzOjM4OiI2Y2ViNjQ3NTkyNTg4YmNmNDYzYmVmZDk=MDhlMjdhZE8xMjAyNSI7czo1OiJFMjYwSCI7czozNzoiNWEzMTgyNzdmZWRmNDkxYTAzMDFlMTc3YTllZjEwYjNPNDkwOCI7czo1OiJFMjYwSiI7czozODoiZGJjMzgwODQ3M2RlZjAwZmNlNDVmZTU2NGRjNzJkY2JPMTQ3MjAiO3M6NToiRTI2MEsiO3M6Mzc6ImI5ODlhNWJkODRmNmViY2JjMTM5M2VjMDAzZTZlOTkxTzQ5NjkiO3M6NToiRTI3RUciO3M6Mzg6IjAzMGI4Mzg5Mzc2YTQyZmYzZGExODZiZjY1ODA2MjE3TzE2NTMxIjtzOjU6IkUyOUQyIjtzOjM3OiJkZWYyNTdkYmIwYWI4MDVjNDk5NmZkOGFiYjFhNmI=OU82NzE3IjtzOjU6IkUySDVuIjtzOjM4OiI3NGQ5MDMwNDk2ODNlNWJiZWE5Y2NiNzU=NGE=MmJjYU8xNzQxMyI7czo1OiJFNUVEcSI7czozODoiNjAzYmQxNDI5OWY2MWE3MzI5YjJkMzUzYjJiNTZjMmZPMzc2ODkiO3M6NToiRTVFRHAiO3M6Mzc6IjA=MjZiMzk3NTRhYTZiYzc2NmQ4OWVhNGM=MWJiZDA2TzM=NTciO3M6NToiRTVFRHgiO3M6Mzg6ImVhZGM1ODMyNTEzZDU2NzA4ODRhOTc1YzZkZTEwZjAxTzE5NjE1IjtzOjU6IkU3VU1BIjtzOjM4OiIzOGRiY2M5MjU1MjkzNjg4MTJmNWMyZmJjYjM4OTYxNk8xNDk2NSI7czo1OiJFN1VNQiI7czozNzoiYTFjMTgyMjdlNmU5Mzc5OGM=OTNhZWQ5NmVlNmNjODRPMzI2NyI7czo1OiJFN1VNQiI7czozNzoiMDc4Mzg4YTY=MzFhYTViMDgzOGE4NzMyZDE4N2ZlMjlPODkxMyI7czo1OiJFOEFBcCI7czozNzoiZjNiMWIyODQyNDM2ZjdhMzExYjM5ZTRlZjRiNDdmNTlPNDM1MiI7czo1OiJFOEJCVSI7czozNzoiZDcwOTQwNjE5YTk5ZDU1NTExNjE2N2Q=ZmIzOWNhMTVPNDM5NyI7czo1OiJFOUNMeCI7czozODoiY2JkYmZjOTE4NGQyOGFjNTVmODNjMGIwZGY=MGZkNDNPNzk=MTQiO3M6NToiRTlHOGoiO3M6Mzg6ImVmM2FlOTAxNDUyNWNmODExODdhZmFhNjFiY2E3MzdlTzM3NjkxIjtzOjU6IkVDQ=UxIjtzOjM4OiJmNDQ4YzU5M2MyNDJkMTM=ZTk3MzNhODRjN2E=ZDI2Y=8xNTI=OCI7czo1OiJFQ=g5WCI7czozOToiNTFiYmEwZDUzMzNkZTRmZGEwOTU=ZjUxZWEzNTVhNTBPMTA2Nzk3IjtzOjU6IkYyQThVIjtzOjM4OiI2OTJmOGU4NjFiYWZhMzFmYmYxYjM4MDViNGIwZDdkM=8xNTAxNiI7czo1OiJGNDZJaCI7czozODoiZDg=MjMzZGQyOTM3MTdmMGEwN2I1NThiMmZlMzhmNTZPMTUwNTMiO3M6NToiRjlBQUIiO319czo4OiJ3cF9sb2dpbiI7YToxOntzOjM2OiJicnV=ZSBmb3JjZSBwb3NzaWJsZSBvbiB3cC1sb2dpbi5waHAiO2E6Mjp7aTowO3M6NToiRDRPQUIiO2k6MTtzOjE3NToiLy4qP3JlcXVpcmVcKFsgXHRdKmRpcm5hbWVcKF9fRklMRV9fXClbIFx=XSpcLlsgXHRdKlsiJ11cL3dwXC1sb2FkXC5waHBbIiddWyBcdF=qXCk7KD8hXC9cLzIwMTMtMDQtMjQgRE8gTk9UIFJFTU9WRSBUSElTIFJFUVVJUkVEIExJTkUpW15cbl=qKFtcclxuIFx=XSpcJF9TRVNTSU9OXFtbXjtdKzspKi9pcyI7fX191','yes'),(71624,'widget_wp_statistics_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(53991,'ninja_forms_optin_admin_email','1','yes'),(511256,'_site_transient_itsec_wp_upload_dir','a:6:{s:4:\"path\";s:54:\"/home2/zphiblgz/public_html/wp-content/uploads/2021/09\";s:3:\"url\";s:47:\"https://zphiblgz.org/wp-content/uploads/2021/09\";s:6:\"subdir\";s:8:\"/2021/09\";s:7:\"basedir\";s:46:\"/home2/zphiblgz/public_html/wp-content/uploads\";s:7:\"baseurl\";s:39:\"https://zphiblgz.org/wp-content/uploads\";s:5:\"error\";b:0;}','no'),(511255,'_site_transient_timeout_itsec_wp_upload_dir','1632425019','no'),(55648,'itsec_temp_whitelist_ip','a:1:{s:12:\"71.120.26.35\";i:1632424532;}','no'),(55653,'itsec_active_modules','a:10:{s:9:\"ban-users\";b:1;s:6:\"backup\";b:1;s:11:\"brute-force\";b:1;s:19:\"network-brute-force\";b:1;s:16:\"wordpress-tweaks\";b:1;s:13:\"404-detection\";b:1;s:3:\"ssl\";b:1;s:11:\"file-change\";b:1;s:9:\"away-mode\";b:0;s:13:\"system-tweaks\";b:1;}','yes'),(56926,'wpeevent_settingsoptions','a:23:{s:8:\"currency\";s:2:\"25\";s:8:\"language\";s:1:\"3\";s:11:\"liveaccount\";s:0:\"\";s:14:\"sandboxaccount\";s:0:\"\";s:4:\"mode\";s:1:\"2\";s:13:\"show_currency\";s:1:\"0\";s:4:\"size\";s:1:\"2\";s:5:\"opens\";s:1:\"2\";s:7:\"no_note\";s:1:\"1\";s:11:\"no_shipping\";s:1:\"1\";s:20:\"admin_email_template\";s:150:\"You have received an order from {payer_email} <br /><br /> You Sold: <br /> {sold_table} <br /> Payment Total - {txn_total} <br /> PayPal ID: {txn_id}\";s:23:\"customer_email_template\";s:224:\"Thank you for your purchase. Your order is now complete. <br /><br /> <strong>Your ticket details:</strong><br /> {sold_table} <br /> <strong>Payment Total</strong> - {txn_total} <br /> <strong> QR Code:</strong> - {qr_code}\";s:13:\"admin_subject\";s:33:\"New Customer Order - #{order_num}\";s:16:\"customer_subject\";s:29:\"Order Complete - #{order_num}\";s:6:\"cancel\";s:0:\"\";s:6:\"return\";s:0:\"\";s:4:\"note\";s:1:\"1\";s:12:\"upload_image\";s:0:\"\";s:16:\"send_admin_email\";s:1:\"1\";s:10:\"admin_from\";s:9:\"WordPress\";s:11:\"admin_email\";s:15:\"pr@zphiblgz.org\";s:14:\"admin_cc_email\";s:0:\"\";s:19:\"send_customer_email\";s:1:\"1\";}','yes'),(56950,'cf7pp_options','a:8:{s:8:\"currency\";s:2:\"25\";s:8:\"language\";s:1:\"3\";s:11:\"liveaccount\";s:19:\"paypal@zphiblgz.org\";s:14:\"sandboxaccount\";s:0:\"\";s:4:\"mode\";s:1:\"2\";s:6:\"cancel\";s:16:\"www.zphiblgz.org\";s:6:\"return\";s:16:\"www.zphiblgz.org\";s:8:\"redirect\";s:1:\"2\";}','yes'),(56949,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.4.2\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1601255385;s:7:\"version\";s:5:\"5.2.2\";s:11:\"count_valid\";i:0;s:13:\"count_invalid\";i:0;}}','yes'),(73968,'widget_swiftype_search_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(56992,'woocommerce_store_address','','yes'),(56993,'woocommerce_store_address_2','','yes'),(56994,'woocommerce_store_city','','yes'),(56995,'woocommerce_store_postcode','','yes'),(56996,'woocommerce_enable_reviews','yes','yes'),(56997,'woocommerce_shipping_debug_mode','no','no'),(56176,'icwp_wpsf_admin_access_restriction_options','a:13:{s:31:\"enable_admin_access_restriction\";s:1:\"N\";s:20:\"admin_access_timeout\";i:30;s:16:\"admin_access_key\";s:0:\"\";s:29:\"admin_access_restrict_plugins\";a:0:{}s:28:\"admin_access_restrict_themes\";a:0:{}s:27:\"admin_access_restrict_posts\";a:0:{}s:18:\"help_video_options\";a:0:{}s:29:\"admin_access_restrict_options\";s:1:\"Y\";s:33:\"admin_access_restrict_admin_users\";s:1:\"N\";s:17:\"whitelabel_enable\";s:1:\"N\";s:14:\"wl_menuiconurl\";s:0:\"\";s:19:\"wl_dashboardlogourl\";s:0:\"\";s:15:\"sec_admin_users\";a:0:{}}','yes'),(56177,'icwp_wpsf_license_options','a:4:{s:11:\"license_key\";s:0:\"\";s:12:\"license_data\";a:0:{}s:20:\"license_activated_at\";i:0;s:18:\"wphashes_api_token\";a:0:{}}','yes'),(56178,'icwp_wpsf_firewall_options','a:16:{s:15:\"enable_firewall\";s:1:\"Y\";s:21:\"include_cookie_checks\";s:1:\"N\";s:21:\"page_params_whitelist\";s:0:\"\";s:16:\"whitelist_admins\";s:1:\"N\";s:19:\"block_dir_traversal\";s:1:\"Y\";s:17:\"block_sql_queries\";s:1:\"Y\";s:21:\"block_wordpress_terms\";s:1:\"N\";s:22:\"block_field_truncation\";s:1:\"Y\";s:14:\"block_php_code\";s:1:\"N\";s:20:\"block_leading_schema\";s:1:\"N\";s:16:\"block_aggressive\";s:1:\"N\";s:22:\"block_exe_file_uploads\";s:1:\"N\";s:16:\"text_firewalldie\";s:7:\"default\";s:18:\"help_video_options\";a:0:{}s:14:\"block_response\";s:20:\"redirect_die_message\";s:16:\"block_send_email\";s:1:\"N\";}','yes'),(55995,'ninja_forms_optin_reported','1','yes'),(56034,'updraftplus-addons_siteid','38a963a5a7a81d7c424c9758977b13f8','no'),(56101,'updraft_interval','monthly','yes'),(56102,'updraft_retain','2','yes'),(56105,'updraft_interval_database','monthly','yes'),(56106,'updraft_retain_db','2','yes'),(56107,'updraft_service','email','yes'),(56108,'updraft_include_plugins','1','yes'),(56109,'updraft_include_themes','1','yes'),(56110,'updraft_include_uploads','1','yes'),(56111,'updraft_include_uploads_exclude','backup*,*backups,backwpup*,wp-clone,snapshots','yes'),(56112,'updraft_include_others','1','yes'),(56113,'updraft_include_others_exclude','upgrade,cache,updraft,backup*,*backups,mysql.sql,debug.log','yes'),(56114,'updraft_split_every','400','yes'),(56115,'updraft_delete_local','1','yes'),(56116,'updraft_dir','updraft','yes'),(56117,'updraft_debug_mode','0','yes'),(56118,'updraft_ssl_useservercerts','0','yes'),(56119,'updraft_ssl_disableverify','0','yes'),(56120,'updraft_ssl_nossl','0','yes'),(56121,'updraft_lastmessage','The backup attempt has finished, apparently unsuccessfully (Sep 17 07:44:24)','yes'),(509159,'updraft_jobdata_4e22b698538c','a:41:{s:15:\"resume_interval\";i:300;s:8:\"job_type\";s:6:\"backup\";s:9:\"jobstatus\";s:14:\"clouduploading\";s:11:\"backup_time\";i:1631858307;s:11:\"job_time_ms\";d:1631858307.6944229602813720703125;s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:11:\"split_every\";i:400;s:11:\"maxzipbatch\";i:209715200;s:17:\"job_file_entities\";a:4:{s:7:\"plugins\";a:1:{s:5:\"index\";i:0;}s:6:\"themes\";a:1:{s:5:\"index\";i:0;}s:7:\"uploads\";a:1:{s:5:\"index\";i:1;}s:6:\"others\";a:1:{s:5:\"index\";i:0;}}s:12:\"option_cache\";a:4:{s:25:\"updraft_ssl_disableverify\";s:1:\"0\";s:17:\"updraft_ssl_nossl\";s:1:\"0\";s:26:\"updraft_ssl_useservercerts\";s:1:\"0\";s:13:\"updraft_email\";s:15:\"pr@zphiblgz.org\";}s:18:\"uploaded_lastreset\";i:9;s:8:\"one_shot\";b:0;s:18:\"followsups_allowed\";b:1;s:15:\"backup_database\";a:1:{s:2:\"wp\";a:2:{s:6:\"status\";s:8:\"finished\";s:6:\"dbinfo\";a:0:{}}}s:12:\"backup_files\";s:8:\"finished\";s:12:\"runs_started\";a:11:{i:0;d:1631858307.8289849758148193359375;i:1;d:1631859152.568624019622802734375;i:2;d:1631860146.2512700557708740234375;i:3;d:1631862879.29907894134521484375;i:4;d:1631865122.2161159515380859375;i:5;d:1631870768.082107067108154296875;i:6;d:1631873883.0145161151885986328125;i:7;d:1631874687.7695560455322265625;i:8;d:1631875668.2280991077423095703125;i:9;d:1631877894.5688569545745849609375;i:10;d:1631882663.99246501922607421875;}s:18:\"current_resumption\";i:10;s:6:\"binzip\";s:12:\"/usr/bin/zip\";s:22:\"filecreating_substatus\";a:3:{s:1:\"e\";s:6:\"others\";s:1:\"i\";i:4;s:1:\"t\";i:4;}s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1631858307;s:6:\"themes\";i:1631858329;s:7:\"uploads\";i:1631858330;s:6:\"others\";i:1631858368;}s:8:\"warnings\";a:2:{s:47:\"toobigforemail_2676ecf6b37111e81e68e7427209be98\";s:301:\"Email: backup_2021-09-17-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_4e22b698538c-plugins.zip: This backup archive is 58.9 MB in size - the attempt to send this via email is likely to fail (few email servers allow attachments of this size). If so, you should switch to using a different remote storage method.\";s:16:\"infrequentvisits\";s:215:\"Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page: https://updraftplus.com/faqs/why-am-i-getting-warnings-about-my-site-not-having-enough-visitors/\";}s:9:\"run_times\";a:1:{i:0;d:71.282012939453125;}s:15:\"useful_checkins\";a:1:{i:0;i:0;}s:13:\"sha1-plugins0\";s:40:\"630b9b3ee9b3991a27f5f5c404bd003775f0ac51\";s:15:\"sha256-plugins0\";s:64:\"c2ff5045d3e17b7c907908627224b9cdf822929aa58a1137d6bcf6c734fb1ae3\";s:12:\"sha1-themes0\";s:40:\"3af338c492bdcf76a2d7bb2f57fd7c77e224eee2\";s:14:\"sha256-themes0\";s:64:\"76e84af77f248bd59fff9c30840efe80af774641c90fe2bc20f1aa2e91f06013\";s:13:\"sha1-uploads0\";s:40:\"363dec917ab35f124442325d123f295800ff4139\";s:15:\"sha256-uploads0\";s:64:\"4bb54afe8302744925a6573fdb6bb95b0a6cc0de4f2bbf92613a9a969f2ab078\";s:13:\"sha1-uploads1\";s:40:\"fdca3c1bee4bce4f97576f19176878823478f8ec\";s:15:\"sha256-uploads1\";s:64:\"b9a37435a9564cb6640c620830dae1fb372a3176f719af3bcb6cf756b5081e90\";s:12:\"sha1-others0\";s:40:\"7d015dca6c4a105c87af25f8bd134bec7002cfc7\";s:14:\"sha256-others0\";s:64:\"2614e9dd1df35b7d0c0d802dba3f639ed44f1e4fd1494094007fd359c819d2f3\";s:18:\"backup_files_array\";a:9:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2021-09-17-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_4e22b698538c-plugins.zip\";}s:12:\"plugins-size\";i:61800494;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2021-09-17-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_4e22b698538c-themes.zip\";}s:11:\"themes-size\";i:9383767;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2021-09-17-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_4e22b698538c-uploads.zip\";i:1;s:79:\"backup_2021-09-17-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_4e22b698538c-uploads2.zip\";}s:12:\"uploads-size\";i:385137532;s:13:\"uploads1-size\";i:234599946;s:6:\"others\";a:1:{i:0;s:77:\"backup_2021-09-17-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_4e22b698538c-others.zip\";}s:11:\"others-size\";i:131099794;}s:10:\"binsqldump\";s:18:\"/usr/bin/mysqldump\";s:20:\"dbcreating_substatus\";a:3:{s:1:\"t\";s:18:\"lwz_yoast_seo_meta\";s:1:\"i\";i:131;s:1:\"a\";i:131;}s:10:\"fetch_rows\";i:1000;s:8:\"sha1-db0\";s:40:\"a7654f6e7cb4f65a3b699bf3d6ba9b8f2450dbf5\";s:10:\"sha256-db0\";s:64:\"2255cad9f21311848e18545d9a94fc88cdf94ecfe61c714b1c599c4b8708a6dc\";s:19:\"uploading_substatus\";a:3:{s:1:\"i\";i:0;s:1:\"p\";i:0;s:1:\"t\";i:6;}s:14:\"fail_on_resume\";i:10;}','no'),(56122,'updraftplus_locked_fd','1','no'),(56123,'updraftplus_last_lock_time_fd','2021-09-17 05:58:27','no'),(56124,'updraftplus_semaphore_fd','1','no'),(56125,'updraft_last_scheduled_fd','1631858307','yes'),(56086,'updraft_updraftvault','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-f5c9296612cc76284262715f97b76eb8\";a:0:{}}}','yes'),(56088,'updraft_s3','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-a21b42f8873c72e404792093ea95b6fb\";a:4:{s:8:\"endpoint\";s:0:\"\";s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(56089,'updraft_cloudfiles','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-7bc0fe178b0bd1ee8e262966a249bd7d\";a:5:{s:7:\"authurl\";s:12:\"US (default)\";s:6:\"region\";s:3:\"DFW\";s:4:\"user\";s:0:\"\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(56090,'updraft_googledrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-e89d1412f270b1e3203c46027caf8cf0\";a:1:{s:6:\"folder\";s:11:\"UpdraftPlus\";}}}','yes'),(56091,'updraft_ftp','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-0b56491360de6ae722948b0147ef5ae2\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";s:1:\"1\";}}}','yes'),(56092,'updraft_s3generic','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-7a3c4c76441c22bdf4d23bab32871664\";a:4:{s:8:\"endpoint\";s:0:\"\";s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(56093,'updraft_openstack','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-31be43f74462353a2611c31aa6a2b539\";a:6:{s:7:\"authurl\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:6:\"region\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(56094,'updraft_dreamobjects','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-4293b8e09d5969335fb5a33b13299d01\";a:4:{s:8:\"endpoint\";s:26:\"objects-us-west-1.dream.io\";s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(56095,'updraft_retain_extrarules','a:0:{}','yes'),(56096,'updraft_email','pr@zphiblgz.org','yes'),(56097,'updraft_report_warningsonly','a:0:{}','yes'),(56098,'updraft_report_wholebackup','a:0:{}','yes'),(56099,'updraft_extradbs','a:0:{}','yes'),(56100,'updraft_include_more_path','a:0:{}','yes'),(56067,'updraft_backup_history','a:49:{i:1631858307;a:20:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2021-09-17-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_4e22b698538c-plugins.zip\";}s:12:\"plugins-size\";i:61800494;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2021-09-17-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_4e22b698538c-themes.zip\";}s:11:\"themes-size\";i:9383767;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2021-09-17-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_4e22b698538c-uploads.zip\";i:1;s:79:\"backup_2021-09-17-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_4e22b698538c-uploads2.zip\";}s:12:\"uploads-size\";i:385137532;s:13:\"uploads1-size\";i:234599946;s:6:\"others\";a:1:{i:0;s:77:\"backup_2021-09-17-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_4e22b698538c-others.zip\";}s:11:\"others-size\";i:131099794;s:2:\"db\";s:72:\"backup_2021-09-17-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_4e22b698538c-db.gz\";s:7:\"db-size\";i:2451642;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"630b9b3ee9b3991a27f5f5c404bd003775f0ac51\";s:7:\"themes0\";s:40:\"3af338c492bdcf76a2d7bb2f57fd7c77e224eee2\";s:8:\"uploads0\";s:40:\"363dec917ab35f124442325d123f295800ff4139\";s:8:\"uploads1\";s:40:\"fdca3c1bee4bce4f97576f19176878823478f8ec\";s:7:\"others0\";s:40:\"7d015dca6c4a105c87af25f8bd134bec7002cfc7\";s:3:\"db0\";s:40:\"a7654f6e7cb4f65a3b699bf3d6ba9b8f2450dbf5\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"c2ff5045d3e17b7c907908627224b9cdf822929aa58a1137d6bcf6c734fb1ae3\";s:7:\"themes0\";s:64:\"76e84af77f248bd59fff9c30840efe80af774641c90fe2bc20f1aa2e91f06013\";s:8:\"uploads0\";s:64:\"4bb54afe8302744925a6573fdb6bb95b0a6cc0de4f2bbf92613a9a969f2ab078\";s:8:\"uploads1\";s:64:\"b9a37435a9564cb6640c620830dae1fb372a3176f719af3bcb6cf756b5081e90\";s:7:\"others0\";s:64:\"2614e9dd1df35b7d0c0d802dba3f639ed44f1e4fd1494094007fd359c819d2f3\";s:3:\"db0\";s:64:\"2255cad9f21311848e18545d9a94fc88cdf94ecfe61c714b1c599c4b8708a6dc\";}}s:5:\"nonce\";s:12:\"4e22b698538c\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1631858307;s:6:\"themes\";i:1631858329;s:7:\"uploads\";i:1631858330;s:6:\"others\";i:1631858368;}s:18:\"created_by_version\";s:7:\"1.16.46\";s:21:\"last_saved_by_version\";s:7:\"1.16.46\";s:12:\"is_multisite\";b:0;}i:1629266476;a:20:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2021-08-18-0101_Zeta_Phi_Beta_Sorority_Inc_Lam_b9119ed69d3d-plugins.zip\";}s:12:\"plugins-size\";i:61800494;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2021-08-18-0101_Zeta_Phi_Beta_Sorority_Inc_Lam_b9119ed69d3d-themes.zip\";}s:11:\"themes-size\";i:9383767;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2021-08-18-0101_Zeta_Phi_Beta_Sorority_Inc_Lam_b9119ed69d3d-uploads.zip\";i:1;s:79:\"backup_2021-08-18-0101_Zeta_Phi_Beta_Sorority_Inc_Lam_b9119ed69d3d-uploads2.zip\";}s:12:\"uploads-size\";i:388664934;s:13:\"uploads1-size\";i:231072384;s:6:\"others\";a:1:{i:0;s:77:\"backup_2021-08-18-0101_Zeta_Phi_Beta_Sorority_Inc_Lam_b9119ed69d3d-others.zip\";}s:11:\"others-size\";i:131099794;s:2:\"db\";s:72:\"backup_2021-08-18-0101_Zeta_Phi_Beta_Sorority_Inc_Lam_b9119ed69d3d-db.gz\";s:7:\"db-size\";i:2423470;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"a021733d1bf773574023bfa7feb8f123a3fd452f\";s:7:\"themes0\";s:40:\"8d177c191b0f27532cdf77b260a6bd68e82e2e2f\";s:8:\"uploads0\";s:40:\"264074455dcd70a742280add9b5a3c8524a0d199\";s:8:\"uploads1\";s:40:\"23a2b0c980c54bb10080199548999f794bb49de2\";s:7:\"others0\";s:40:\"e9b32843e3f289e0275de87fc6bfd20780e63a5c\";s:3:\"db0\";s:40:\"0d3811b66b92e1508e1b70d265f05f569f2aaf43\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"c187065ead63493759576956b1aea07d7b0a872af2b2eb2bbbca1d51bff2aac1\";s:7:\"themes0\";s:64:\"b8d0499f5eb9632fabe5b441113960d5550b3473fb62150405f620946745f766\";s:8:\"uploads0\";s:64:\"d48298a5fc07f173d34b4fc9746649e685b07573019ebacfc94eb2026dfa4d13\";s:8:\"uploads1\";s:64:\"2805cdbf0fcb9943b7a35466aabbe0c92fed4d1b74180b6a5ce5f5de8e8844c5\";s:7:\"others0\";s:64:\"92ee50db9a1b2c387c1c3f1a96087f79bd6047985e26d8eeaad9e4a44d28486c\";s:3:\"db0\";s:64:\"54c18665ac6018a52a2a281222a2558c842c2df741bcfdc17ff32646bb87ec59\";}}s:5:\"nonce\";s:12:\"b9119ed69d3d\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1629266477;s:6:\"themes\";i:1629266496;s:7:\"uploads\";i:1629266497;s:6:\"others\";i:1629266539;}s:18:\"created_by_version\";s:7:\"1.16.46\";s:21:\"last_saved_by_version\";s:7:\"1.16.46\";s:12:\"is_multisite\";b:0;}i:1626676567;a:20:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2021-07-19-0136_Zeta_Phi_Beta_Sorority_Inc_Lam_6d54ee4bec26-plugins.zip\";}s:12:\"plugins-size\";i:61756441;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2021-07-19-0136_Zeta_Phi_Beta_Sorority_Inc_Lam_6d54ee4bec26-themes.zip\";}s:11:\"themes-size\";i:9383767;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2021-07-19-0136_Zeta_Phi_Beta_Sorority_Inc_Lam_6d54ee4bec26-uploads.zip\";i:1;s:79:\"backup_2021-07-19-0136_Zeta_Phi_Beta_Sorority_Inc_Lam_6d54ee4bec26-uploads2.zip\";}s:12:\"uploads-size\";i:388664774;s:13:\"uploads1-size\";i:231072384;s:6:\"others\";a:1:{i:0;s:77:\"backup_2021-07-19-0136_Zeta_Phi_Beta_Sorority_Inc_Lam_6d54ee4bec26-others.zip\";}s:11:\"others-size\";i:131099792;s:2:\"db\";s:72:\"backup_2021-07-19-0136_Zeta_Phi_Beta_Sorority_Inc_Lam_6d54ee4bec26-db.gz\";s:7:\"db-size\";i:2407600;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"02451f66613395e25edb0ac8e55dc7923421bf84\";s:7:\"themes0\";s:40:\"affe61a84ae42b89cb9b0d4f4feb5cc0439b0c7a\";s:8:\"uploads0\";s:40:\"96cf21872394416b4c88cc85798076038088b2d8\";s:8:\"uploads1\";s:40:\"5232d6bd57b3eba7538799dc572de4e94c22edde\";s:7:\"others0\";s:40:\"17932f324ac2f2df42bf85464450b4488eea71b6\";s:3:\"db0\";s:40:\"77abe23dc9acfd85d5f7ed87f64d41650558ee48\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"898db5f7bb70dcc21a2d55fa528f3e7057203fd75c73740abc0ad6c658c92669\";s:7:\"themes0\";s:64:\"4a644e1d1e5532b2c65d418aedd2d7df2b9232b9b7cfe6d5061e7fb190471abb\";s:8:\"uploads0\";s:64:\"e0f0795f58e18cf5f56d5eb57171e299f25d51758c9782b43dc81f3af4e62068\";s:8:\"uploads1\";s:64:\"acdcee3c59f61c6131a9c3b4a1ef1b55ff3f01760ef34564e84034a67bf56ad0\";s:7:\"others0\";s:64:\"5b8ed96cdf29ddfca151a52252d7452806beb97291850c731fcd0a074bcd8810\";s:3:\"db0\";s:64:\"7f1a4de92fc743ee35005f14a65fd85f21baddf489352773ea290908529e5482\";}}s:5:\"nonce\";s:12:\"6d54ee4bec26\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1626676567;s:6:\"themes\";i:1626676584;s:7:\"uploads\";i:1626676585;s:6:\"others\";i:1626676614;}s:18:\"created_by_version\";s:7:\"1.16.46\";s:21:\"last_saved_by_version\";s:7:\"1.16.46\";s:12:\"is_multisite\";b:0;}i:1624082944;a:20:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2021-06-19-0109_Zeta_Phi_Beta_Sorority_Inc_Lam_d5bb36d00b0a-plugins.zip\";}s:12:\"plugins-size\";i:61974987;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2021-06-19-0109_Zeta_Phi_Beta_Sorority_Inc_Lam_d5bb36d00b0a-themes.zip\";}s:11:\"themes-size\";i:9383767;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2021-06-19-0109_Zeta_Phi_Beta_Sorority_Inc_Lam_d5bb36d00b0a-uploads.zip\";i:1;s:79:\"backup_2021-06-19-0109_Zeta_Phi_Beta_Sorority_Inc_Lam_d5bb36d00b0a-uploads2.zip\";}s:12:\"uploads-size\";i:389620505;s:13:\"uploads1-size\";i:230116493;s:6:\"others\";a:1:{i:0;s:77:\"backup_2021-06-19-0109_Zeta_Phi_Beta_Sorority_Inc_Lam_d5bb36d00b0a-others.zip\";}s:11:\"others-size\";i:131103444;s:2:\"db\";s:72:\"backup_2021-06-19-0109_Zeta_Phi_Beta_Sorority_Inc_Lam_d5bb36d00b0a-db.gz\";s:7:\"db-size\";i:2384182;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"481bead31c41c939b3961ba87262b9a0ba79a309\";s:7:\"themes0\";s:40:\"87bfda4968f2dff1427e4486e57234e51f22d9a0\";s:8:\"uploads0\";s:40:\"95cc2393c546f1fc687f9c0431e373998cee6502\";s:8:\"uploads1\";s:40:\"7b6b2a8c84a72b42648b96b2ed3410856091bf2a\";s:7:\"others0\";s:40:\"841d2283bcb25f5eaef2f7567d788a0d6776b08c\";s:3:\"db0\";s:40:\"219f1d6256e0d1915e2376df62b9e15b395da4b4\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"f3ff22eabec64b681af4243e6996c3db2c7dc4fa03ea9378ca339b13d47c4185\";s:7:\"themes0\";s:64:\"16b65d4c708a81be17039ef10b311c2daeb5a398daa578f6e7703ff5fdfcb7cd\";s:8:\"uploads0\";s:64:\"0624bc554c7ae69772a88d97a48829871fe4a7d08b94fc89a3a1dc628601b89a\";s:8:\"uploads1\";s:64:\"0c98da8e310b59109cbbcbc3b6f9b8ff5c1dcf972c04fa9be5f02be7b880a7b3\";s:7:\"others0\";s:64:\"c7ec8a2f95f411e7c54018beedd9e85c727413ee84cf7bbcbad87cfce5aefc5e\";s:3:\"db0\";s:64:\"87fcdd72c7e00b876f780ecbb0989b3bd086761059b4b6f8803a94269ebebbf5\";}}s:5:\"nonce\";s:12:\"d5bb36d00b0a\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1624082945;s:6:\"themes\";i:1624082960;s:7:\"uploads\";i:1624082961;s:6:\"others\";i:1624082995;}s:18:\"created_by_version\";s:7:\"1.16.46\";s:21:\"last_saved_by_version\";s:7:\"1.16.46\";s:12:\"is_multisite\";b:0;}i:1621489896;a:20:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2021-05-20-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_a864cf2b3455-plugins.zip\";}s:12:\"plugins-size\";i:61626695;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2021-05-20-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_a864cf2b3455-themes.zip\";}s:11:\"themes-size\";i:9383767;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2021-05-20-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_a864cf2b3455-uploads.zip\";i:1;s:79:\"backup_2021-05-20-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_a864cf2b3455-uploads2.zip\";}s:12:\"uploads-size\";i:385136892;s:13:\"uploads1-size\";i:234599946;s:6:\"others\";a:1:{i:0;s:77:\"backup_2021-05-20-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_a864cf2b3455-others.zip\";}s:11:\"others-size\";i:131095578;s:2:\"db\";s:72:\"backup_2021-05-20-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_a864cf2b3455-db.gz\";s:7:\"db-size\";i:2372681;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"81d1ac22de81ef79fa56d019822182e4537e4bba\";s:7:\"themes0\";s:40:\"1a81b371fc16396f2e63f3bee369f73c504ef766\";s:8:\"uploads0\";s:40:\"ad4a96446e6e832a01367d17ec54c554ee698072\";s:8:\"uploads1\";s:40:\"40dbc5ca6a365f3451113ce31fb62de792bb37b1\";s:7:\"others0\";s:40:\"eb1078a8f1033c58b8a042d2009d9d7b441fea20\";s:3:\"db0\";s:40:\"4e478b5143b9eda8a8aa020690bafe75b525c5da\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"6e3587eac8c31b436a033afc0c927e669d47d8e828be92d1b21b71876c85c157\";s:7:\"themes0\";s:64:\"7d47e37fcda594990909da0fabb7abaf0e6114ef58d37bdb2300279800df0937\";s:8:\"uploads0\";s:64:\"879b8b5cc0cc1d2514d1348b057548d9fc4f4b83724e7348ff726fc8900fe2d3\";s:8:\"uploads1\";s:64:\"b6694c6ee1c65a01fdefefbcb236655ed94c9b3ef331ebf791544c19fa53ac43\";s:7:\"others0\";s:64:\"cddf2fb394f26f1b1c836f87e5ff85373e5f9696b6983ceeac900b92f8746019\";s:3:\"db0\";s:64:\"878ae8502ddec99395092a4408d2ea0ae94e7fa515119cc78bb0eedc65335e68\";}}s:5:\"nonce\";s:12:\"a864cf2b3455\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1621489896;s:6:\"themes\";i:1621489914;s:7:\"uploads\";i:1621489915;s:6:\"others\";i:1621489947;}s:18:\"created_by_version\";s:7:\"1.16.46\";s:21:\"last_saved_by_version\";s:7:\"1.16.46\";s:12:\"is_multisite\";b:0;}i:1618900827;a:20:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2021-04-20-0140_Zeta_Phi_Beta_Sorority_Inc_Lam_6adad9869f58-plugins.zip\";}s:12:\"plugins-size\";i:61626695;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2021-04-20-0140_Zeta_Phi_Beta_Sorority_Inc_Lam_6adad9869f58-themes.zip\";}s:11:\"themes-size\";i:9383767;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2021-04-20-0140_Zeta_Phi_Beta_Sorority_Inc_Lam_6adad9869f58-uploads.zip\";i:1;s:79:\"backup_2021-04-20-0140_Zeta_Phi_Beta_Sorority_Inc_Lam_6adad9869f58-uploads2.zip\";}s:12:\"uploads-size\";i:388664294;s:13:\"uploads1-size\";i:231072384;s:6:\"others\";a:1:{i:0;s:77:\"backup_2021-04-20-0140_Zeta_Phi_Beta_Sorority_Inc_Lam_6adad9869f58-others.zip\";}s:11:\"others-size\";i:131095578;s:2:\"db\";s:72:\"backup_2021-04-20-0140_Zeta_Phi_Beta_Sorority_Inc_Lam_6adad9869f58-db.gz\";s:7:\"db-size\";i:2349219;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"0812a068f6da611b3f0ddb12af42c6d1ddc73bd4\";s:7:\"themes0\";s:40:\"f266f91c8b52d2ef89843ff940aa90a85e82d22f\";s:8:\"uploads0\";s:40:\"4950dc9f9bf9ee5b1fecae411222d44f1edf230f\";s:8:\"uploads1\";s:40:\"6c2e9fb8beacee32ee677d97adbd73d0bd6fc79c\";s:7:\"others0\";s:40:\"8aadca2b9643ebab42979bb63935a418207ff158\";s:3:\"db0\";s:40:\"08830020b3d72644b012ddbb53b89f25c975e79e\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"ccf671b163dc578c216d94988962a0170af05fd642695df6ea640ab6836ece36\";s:7:\"themes0\";s:64:\"709c529a4dfe0205f3ab41831b55d9b3d97af04435b37b7fb8a6fd11b4852101\";s:8:\"uploads0\";s:64:\"f15a7c810f0791f01c61745f1de1f747f89f20f3c5c9cd2f0c8023a65d37df8e\";s:8:\"uploads1\";s:64:\"f45e6b645670ab88e20e8cdfa49ee57c965eb5496451e3cf2887c3654ed19174\";s:7:\"others0\";s:64:\"37996e6bde3e893ce799bda822a0e08eb8d9816d78cd601d890085c9c78c2a42\";s:3:\"db0\";s:64:\"6960a52d8a853b5d6a1f5659d51847c302b848953f3af2a88035c1c36e95de34\";}}s:5:\"nonce\";s:12:\"6adad9869f58\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1618900827;s:6:\"themes\";i:1618900843;s:7:\"uploads\";i:1618900845;s:6:\"others\";i:1618900880;}s:18:\"created_by_version\";s:7:\"1.16.46\";s:21:\"last_saved_by_version\";s:7:\"1.16.46\";s:12:\"is_multisite\";b:0;}i:1616305929;a:20:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2021-03-21-0052_Zeta_Phi_Beta_Sorority_Inc_Lam_5f14a34d3d6a-plugins.zip\";}s:12:\"plugins-size\";i:61579863;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2021-03-21-0052_Zeta_Phi_Beta_Sorority_Inc_Lam_5f14a34d3d6a-themes.zip\";}s:11:\"themes-size\";i:9383767;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2021-03-21-0052_Zeta_Phi_Beta_Sorority_Inc_Lam_5f14a34d3d6a-uploads.zip\";i:1;s:79:\"backup_2021-03-21-0052_Zeta_Phi_Beta_Sorority_Inc_Lam_5f14a34d3d6a-uploads2.zip\";}s:12:\"uploads-size\";i:388664134;s:13:\"uploads1-size\";i:231072384;s:6:\"others\";a:1:{i:0;s:77:\"backup_2021-03-21-0052_Zeta_Phi_Beta_Sorority_Inc_Lam_5f14a34d3d6a-others.zip\";}s:11:\"others-size\";i:131093201;s:2:\"db\";s:72:\"backup_2021-03-21-0052_Zeta_Phi_Beta_Sorority_Inc_Lam_5f14a34d3d6a-db.gz\";s:7:\"db-size\";i:2328177;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"5206d7ac11d8169e91c9f2503c96a381a489996f\";s:7:\"themes0\";s:40:\"b5801bca6dc411fdfc59863399bb64812bd8d119\";s:8:\"uploads0\";s:40:\"1c666c8bae557cf9a1ff1ac4c09b2c7aa72e3f2f\";s:8:\"uploads1\";s:40:\"1b69155ad65215a78ea3536b083a58d9dcdb9730\";s:7:\"others0\";s:40:\"e5ccede706cced4c5e3ffc85900cb103b265fed7\";s:3:\"db0\";s:40:\"6772600ce6f710d81785ee192488d55ae7d32133\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"6cecb51165401b41ae60aae6b016851cd2ce10e8b2abdcbb737a513071fb4a83\";s:7:\"themes0\";s:64:\"f334132219dbb56b0fba18c27e0e4ad1335643de5906b9e1993d6915debb9b9d\";s:8:\"uploads0\";s:64:\"63cf19d91f050879014baea2f277968296fa3ed89eddc4560196edb723628629\";s:8:\"uploads1\";s:64:\"e5ffa7064d9f8246df0bfa6e4a93cc75000f11f5157e8f09816d60cb34f8cb71\";s:7:\"others0\";s:64:\"1bfb5c6e5eba590364245b7ca0d46e312c3dbea4df778e4b38a54eee9e52ca21\";s:3:\"db0\";s:64:\"72dbb92886c89d91fc40c3329f17cb83aba447095428e846f928769e1dcff1a6\";}}s:5:\"nonce\";s:12:\"5f14a34d3d6a\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1616305929;s:6:\"themes\";i:1616305944;s:7:\"uploads\";i:1616305945;s:6:\"others\";i:1616305978;}s:18:\"created_by_version\";s:7:\"1.16.46\";s:21:\"last_saved_by_version\";s:7:\"1.16.46\";s:12:\"is_multisite\";b:0;}i:1613714303;a:20:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2021-02-19-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_0134cf175616-plugins.zip\";}s:12:\"plugins-size\";i:61577429;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2021-02-19-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_0134cf175616-themes.zip\";}s:11:\"themes-size\";i:9383767;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2021-02-19-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_0134cf175616-uploads.zip\";i:1;s:79:\"backup_2021-02-19-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_0134cf175616-uploads2.zip\";}s:12:\"uploads-size\";i:382373677;s:13:\"uploads1-size\";i:237362681;s:6:\"others\";a:1:{i:0;s:77:\"backup_2021-02-19-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_0134cf175616-others.zip\";}s:11:\"others-size\";i:131093156;s:2:\"db\";s:72:\"backup_2021-02-19-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_0134cf175616-db.gz\";s:7:\"db-size\";i:2311473;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"20025faf48bc5bb1c28a8af66221dfb05ae92724\";s:7:\"themes0\";s:40:\"e0218b557b01ae9fdd03e65c7546e09c2f6302a4\";s:8:\"uploads0\";s:40:\"e8102fbfa42c79098007657f02b8450ade87bea5\";s:8:\"uploads1\";s:40:\"c8f1c4d6cd0f5d301a200591c074932645b762f2\";s:7:\"others0\";s:40:\"39c1ac6ac8d9e6a359c8b9a2c977ad39c4344986\";s:3:\"db0\";s:40:\"d0e3f4c3ce38e70073f2366103e53be30a14c703\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"44670f4c3c997cd82feb8a03679c384ffc79094cf4bcd9a7470ab74bf553a461\";s:7:\"themes0\";s:64:\"ce5d5cca5a7f8f80f856cfc4f2c394cb24e1f2d7fe5185b4586be827c17ffc6b\";s:8:\"uploads0\";s:64:\"675203d215269bb7e83df45863552085c229b2efc1c56a70084e419ba2ea1fce\";s:8:\"uploads1\";s:64:\"807f2e38f145fa751187f401fce4e009bfb98f2ab61011a1a4074dd65d00a776\";s:7:\"others0\";s:64:\"dc3865d00d735df7eb2ddcd82759dacee3e2b202aaec34b85dc4f83ca41e6d49\";s:3:\"db0\";s:64:\"425c7eca43933d1a9dca0d49c1300b245a79b803e18d7d0c077a4563ddec82e6\";}}s:5:\"nonce\";s:12:\"0134cf175616\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1613714303;s:6:\"themes\";i:1613714328;s:7:\"uploads\";i:1613714329;s:6:\"others\";i:1613714376;}s:18:\"created_by_version\";s:7:\"1.16.46\";s:21:\"last_saved_by_version\";s:7:\"1.16.46\";s:12:\"is_multisite\";b:0;}i:1611122832;a:20:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2021-01-20-0107_Zeta_Phi_Beta_Sorority_Inc_Lam_ffde96735fa9-plugins.zip\";}s:12:\"plugins-size\";i:59055280;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2021-01-20-0107_Zeta_Phi_Beta_Sorority_Inc_Lam_ffde96735fa9-themes.zip\";}s:11:\"themes-size\";i:6650581;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2021-01-20-0107_Zeta_Phi_Beta_Sorority_Inc_Lam_ffde96735fa9-uploads.zip\";i:1;s:79:\"backup_2021-01-20-0107_Zeta_Phi_Beta_Sorority_Inc_Lam_ffde96735fa9-uploads2.zip\";}s:12:\"uploads-size\";i:381670078;s:13:\"uploads1-size\";i:233724347;s:6:\"others\";a:1:{i:0;s:77:\"backup_2021-01-20-0107_Zeta_Phi_Beta_Sorority_Inc_Lam_ffde96735fa9-others.zip\";}s:11:\"others-size\";i:131083368;s:2:\"db\";s:72:\"backup_2021-01-20-0107_Zeta_Phi_Beta_Sorority_Inc_Lam_ffde96735fa9-db.gz\";s:7:\"db-size\";i:2239004;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"b2050d1239246ac81b843b70006b0eb6e2908761\";s:7:\"themes0\";s:40:\"91a9b9eaa03283242746e55b1fa8fd3ff4229e0e\";s:8:\"uploads0\";s:40:\"ad68ae0fef24fddb9226b72ba02b5b11c590aa6f\";s:8:\"uploads1\";s:40:\"c097398b3edf2e1373e9151eb697b3db460e73eb\";s:7:\"others0\";s:40:\"d2eb50be206168563afd4130e06055efbe4908b2\";s:3:\"db0\";s:40:\"e02803921aaf0ec541f1e5ef406b96472dee0945\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"e2e28aec45d0e99485f40c261a2a15c28b26dfad6e03fb174c204333644f8b51\";s:7:\"themes0\";s:64:\"865457fa45486e15add40782ee9468f05f9d1f0f08e86052d0a0b8e69207425d\";s:8:\"uploads0\";s:64:\"f62f572b4fe3140a6dba8d2ed5244bc183e2216c944708b0615df1bff78c5900\";s:8:\"uploads1\";s:64:\"b1f7e5f1148857ce82d47747ae1a06dcf5d30dd1195984ac0f676aaa68540225\";s:7:\"others0\";s:64:\"c3a82773af0aacbd58d2c2d23f55d474a7cc6dac752e1f5da62b7ccbd5b1fd8e\";s:3:\"db0\";s:64:\"79cb3d1acfc34f633b8032cc4e28d77fd1749e53471737a04613ff28973e072c\";}}s:5:\"nonce\";s:12:\"ffde96735fa9\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1611122832;s:6:\"themes\";i:1611122850;s:7:\"uploads\";i:1611122851;s:6:\"others\";i:1611122886;}s:18:\"created_by_version\";s:7:\"1.16.29\";s:21:\"last_saved_by_version\";s:7:\"1.16.29\";s:12:\"is_multisite\";b:0;}i:1608530682;a:20:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2020-12-21-0104_Zeta_Phi_Beta_Sorority_Inc_Lam_46d7c62a0d8b-plugins.zip\";}s:12:\"plugins-size\";i:59055280;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2020-12-21-0104_Zeta_Phi_Beta_Sorority_Inc_Lam_46d7c62a0d8b-themes.zip\";}s:11:\"themes-size\";i:6650581;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2020-12-21-0104_Zeta_Phi_Beta_Sorority_Inc_Lam_46d7c62a0d8b-uploads.zip\";i:1;s:79:\"backup_2020-12-21-0104_Zeta_Phi_Beta_Sorority_Inc_Lam_46d7c62a0d8b-uploads2.zip\";}s:12:\"uploads-size\";i:381669764;s:13:\"uploads1-size\";i:233724347;s:6:\"others\";a:1:{i:0;s:77:\"backup_2020-12-21-0104_Zeta_Phi_Beta_Sorority_Inc_Lam_46d7c62a0d8b-others.zip\";}s:11:\"others-size\";i:131083368;s:2:\"db\";s:72:\"backup_2020-12-21-0104_Zeta_Phi_Beta_Sorority_Inc_Lam_46d7c62a0d8b-db.gz\";s:7:\"db-size\";i:2256597;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"4cee8bcaea73275b1561e947306a092d3e33bef3\";s:7:\"themes0\";s:40:\"16777b953ab5480c199c925549603b1ab7ec780a\";s:8:\"uploads0\";s:40:\"2a20bb2981c4d0de5cfba8ad18e60af04dbe7442\";s:8:\"uploads1\";s:40:\"1ba339e235fd2f3a4f32e75c05ad608b438a15bc\";s:7:\"others0\";s:40:\"704738f221309759d2f499a4c122c703e70b8838\";s:3:\"db0\";s:40:\"a4cfda4dca437ccecaa5d5225c3141b996472065\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"8e66226d9e8a0644cddc673ea3ca5de46eef37e1b7158237dd8fac873ec7a3f4\";s:7:\"themes0\";s:64:\"2510a2961f9fc820bf200a8d679df94ccb35a1c1f085d8d8bbb15f547a158857\";s:8:\"uploads0\";s:64:\"0af15ce9b39f22412b73fa03f1c08ba403345b0a26a5ec66ad2b76d07a487d1f\";s:8:\"uploads1\";s:64:\"6116665d977d530a11059c4da837cf6461d3d88c9eb8a70f09e91d8de53dd792\";s:7:\"others0\";s:64:\"32408778b5323156c3f91965e524330c00ac540050d6e876bb6e18ff06bc962d\";s:3:\"db0\";s:64:\"a671af6bf439c27f0afe4b9569c574795618e2e3bca1410c39557528c6c8070a\";}}s:5:\"nonce\";s:12:\"46d7c62a0d8b\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1608530683;s:6:\"themes\";i:1608530701;s:7:\"uploads\";i:1608530701;s:6:\"others\";i:1608530735;}s:18:\"created_by_version\";s:7:\"1.16.29\";s:21:\"last_saved_by_version\";s:7:\"1.16.29\";s:12:\"is_multisite\";b:0;}i:1605939471;a:20:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2020-11-21-0117_Zeta_Phi_Beta_Sorority_Inc_Lam_ad53effa681a-plugins.zip\";}s:12:\"plugins-size\";i:59016052;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2020-11-21-0117_Zeta_Phi_Beta_Sorority_Inc_Lam_ad53effa681a-themes.zip\";}s:11:\"themes-size\";i:6650581;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2020-11-21-0117_Zeta_Phi_Beta_Sorority_Inc_Lam_ad53effa681a-uploads.zip\";i:1;s:79:\"backup_2020-11-21-0117_Zeta_Phi_Beta_Sorority_Inc_Lam_ad53effa681a-uploads2.zip\";}s:12:\"uploads-size\";i:381669604;s:13:\"uploads1-size\";i:233724347;s:6:\"others\";a:1:{i:0;s:77:\"backup_2020-11-21-0117_Zeta_Phi_Beta_Sorority_Inc_Lam_ad53effa681a-others.zip\";}s:11:\"others-size\";i:131083057;s:2:\"db\";s:72:\"backup_2020-11-21-0117_Zeta_Phi_Beta_Sorority_Inc_Lam_ad53effa681a-db.gz\";s:7:\"db-size\";i:2205093;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"a26a7cffac4f7693f16844212a5344c9478f9272\";s:7:\"themes0\";s:40:\"71b807a8b3139b6f18a2ad93419895230ebd84b3\";s:8:\"uploads0\";s:40:\"6cddcff11f1b617379390a8dd36fbe3afd5da02e\";s:8:\"uploads1\";s:40:\"fbca6adc70a0e9ed30667d65772e8e2b7a5991f4\";s:7:\"others0\";s:40:\"8dc025a1800f74552bfa398d4946dfd15e9483bf\";s:3:\"db0\";s:40:\"109c459c1176b8d654b5e8875cab81cc6861772c\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"10f7f8c613efaa6fb3611c3e71963e6c3582f3d6d116392988ce033463514a45\";s:7:\"themes0\";s:64:\"d44425d6fd56f3d056b3811298c364f6b09cc0982a18acbbe256a229f929d57d\";s:8:\"uploads0\";s:64:\"79232a77541b50a9896f5d9f75bf59e30c1e692daa029920b19aab4f170d59d1\";s:8:\"uploads1\";s:64:\"be1e20c6ea8041226481ebafcd6ec37de0fe665cc72c8fc13c5a9d0e9015d563\";s:7:\"others0\";s:64:\"a34df1a0abf67d282d736a4c3860a45edb7653ffe9f512348eadfe78ad62f209\";s:3:\"db0\";s:64:\"64df6867df5a5d9e110bf67975b0e3923b938f7998f59d2091a37cf65b636ca6\";}}s:5:\"nonce\";s:12:\"ad53effa681a\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1605939471;s:6:\"themes\";i:1605939489;s:7:\"uploads\";i:1605939490;s:6:\"others\";i:1605939521;}s:18:\"created_by_version\";s:7:\"1.16.29\";s:21:\"last_saved_by_version\";s:7:\"1.16.29\";s:12:\"is_multisite\";b:0;}i:1603346122;a:20:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2020-10-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_2bddf39a6b34-plugins.zip\";}s:12:\"plugins-size\";i:59779415;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2020-10-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_2bddf39a6b34-themes.zip\";}s:11:\"themes-size\";i:6650581;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2020-10-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_2bddf39a6b34-uploads.zip\";i:1;s:79:\"backup_2020-10-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_2bddf39a6b34-uploads2.zip\";}s:12:\"uploads-size\";i:381669444;s:13:\"uploads1-size\";i:233724347;s:6:\"others\";a:1:{i:0;s:77:\"backup_2020-10-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_2bddf39a6b34-others.zip\";}s:11:\"others-size\";i:131078446;s:2:\"db\";s:72:\"backup_2020-10-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_2bddf39a6b34-db.gz\";s:7:\"db-size\";i:2208132;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"52cacb844c7be2fb468cb0d0b7e6c7c72e35516f\";s:7:\"themes0\";s:40:\"f55f026cd97b38e3b25d88cb04c4681b4fbaae6f\";s:8:\"uploads0\";s:40:\"15f8e8c209e9cea3aa17986a5de3a350b03114d9\";s:8:\"uploads1\";s:40:\"e249d52c2235fcdcd73f446e81f51cbadb3244a6\";s:7:\"others0\";s:40:\"530181a4f9f94060dcd6724a0a226aeb82072e90\";s:3:\"db0\";s:40:\"919bb590572eb95d30def1330b688d9fb3ea1aa9\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"2bb5baf5dea6032abc1bdc6d64a13fd739c51f39e57051ac44044d171fc4f33d\";s:7:\"themes0\";s:64:\"0756d0aff6f779fac2f76846b0bc6663b57ccd35e3abc91263eb380ed67acd83\";s:8:\"uploads0\";s:64:\"efe589d088dc30884fba85acd726b8196a35097e3fa26a2c6770ab29f802a673\";s:8:\"uploads1\";s:64:\"2ac0bf43312b06d28b11616adae5e8d34d5813aea2cf246160cd155b6844e1fc\";s:7:\"others0\";s:64:\"bd0a40ac3b9dc9f6d5ec2cf66ff2010965477c72e4526f414d82f3edb6bf8225\";s:3:\"db0\";s:64:\"ec45cd2d56667c4c95af574df4cd2e9f0e6cfc3e2e45d3ffd21120bc101aeae3\";}}s:5:\"nonce\";s:12:\"2bddf39a6b34\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1603346123;s:6:\"themes\";i:1603346194;s:7:\"uploads\";i:1603346195;s:6:\"others\";i:1603346231;}s:18:\"created_by_version\";s:7:\"1.16.29\";s:21:\"last_saved_by_version\";s:7:\"1.16.29\";s:12:\"is_multisite\";b:0;}i:1600754108;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2020-09-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_5a15787dc28c-plugins.zip\";}s:12:\"plugins-size\";i:51845040;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2020-09-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_5a15787dc28c-themes.zip\";}s:11:\"themes-size\";i:6650581;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2020-09-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_5a15787dc28c-uploads.zip\";i:1;s:79:\"backup_2020-09-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_5a15787dc28c-uploads2.zip\";}s:12:\"uploads-size\";i:402097648;s:13:\"uploads1-size\";i:213295983;s:6:\"others\";a:1:{i:0;s:77:\"backup_2020-09-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_5a15787dc28c-others.zip\";}s:11:\"others-size\";i:131048914;s:2:\"db\";s:72:\"backup_2020-09-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_5a15787dc28c-db.gz\";s:7:\"db-size\";i:3726551;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"94badda7205fd2bb4343dc8802d49fabd7919d71\";s:7:\"themes0\";s:40:\"236143459887791c03ea05b53a2a82a86507c239\";s:8:\"uploads0\";s:40:\"8682f94b80b11207d6978f27ac1cadf1827eb925\";s:8:\"uploads1\";s:40:\"a48cfd005fc66cadfca3bd2e2f0242dd11255c99\";s:7:\"others0\";s:40:\"08bf8691b50272470c6efd4eb5a490f2c26c3a73\";s:3:\"db0\";s:40:\"751062eaed9332deab9bc36d63c2dd42fb641e55\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"3d8d57c739931f1a8bb848f7cc201c2c25f6216c991e7b92f90f6c91c55c2e9b\";s:7:\"themes0\";s:64:\"5b26385ccc8d892f725b01a8a76bd6f551e755a227075bce96b9f653cb15b47f\";s:8:\"uploads0\";s:64:\"43a3b9720b5ef352f9fb5b7fb6d876b7ee159ad857ae7fce432022a5551f06bb\";s:8:\"uploads1\";s:64:\"45a8936aed97dcedf5af431aa245c47615f8f28e7db4c6cdde002f8a6494cb39\";s:7:\"others0\";s:64:\"735f21c65ba5a60ecd84cbf0859f9e370879633645c2eeeba94f8fa7f027362d\";s:3:\"db0\";s:64:\"6248326040d4688119454b54bf9e177bdc7c3537abcf071735e4d733ec231629\";}}s:5:\"nonce\";s:12:\"5a15787dc28c\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1600754108;s:6:\"themes\";i:1600754124;s:7:\"uploads\";i:1600754124;s:6:\"others\";i:1600754159;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1598076203;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2020-08-22-0103_Zeta_Phi_Beta_Sorority_Inc_Lam_89e6bd44196d-plugins.zip\";}s:12:\"plugins-size\";i:51824926;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2020-08-22-0103_Zeta_Phi_Beta_Sorority_Inc_Lam_89e6bd44196d-themes.zip\";}s:11:\"themes-size\";i:6650581;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2020-08-22-0103_Zeta_Phi_Beta_Sorority_Inc_Lam_89e6bd44196d-uploads.zip\";i:1;s:79:\"backup_2020-08-22-0103_Zeta_Phi_Beta_Sorority_Inc_Lam_89e6bd44196d-uploads2.zip\";}s:12:\"uploads-size\";i:381669124;s:13:\"uploads1-size\";i:233724347;s:6:\"others\";a:1:{i:0;s:77:\"backup_2020-08-22-0103_Zeta_Phi_Beta_Sorority_Inc_Lam_89e6bd44196d-others.zip\";}s:11:\"others-size\";i:131048201;s:2:\"db\";s:72:\"backup_2020-08-22-0103_Zeta_Phi_Beta_Sorority_Inc_Lam_89e6bd44196d-db.gz\";s:7:\"db-size\";i:3470552;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"61ef24d6661e4f3668bb8507ccda1aab0f9b4362\";s:7:\"themes0\";s:40:\"64dc4350e0d28767a9ce34b7fcceeb7ff5d6951b\";s:8:\"uploads0\";s:40:\"750a4ce2e4b782b06bf70b57404871a58ad85552\";s:8:\"uploads1\";s:40:\"15ac82562c73cd4d7c615195c4a16ac650f591eb\";s:7:\"others0\";s:40:\"22f347019e40c3f27495bd9fa56dabc5b1db0b2a\";s:3:\"db0\";s:40:\"2f7848fdf46a3a876a4da5111bde8fa9d51ad966\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"9338b4dabd70bb3e6d35e208b5571f54d48ef4af399f7a344ac35184ac1f1798\";s:7:\"themes0\";s:64:\"0af90b6111fedc4fa31bbb50c642d84c4e229c144e51a721371128fe0e285fc3\";s:8:\"uploads0\";s:64:\"83b6f3b85f3ecc215ac74268b7778e8a83c9dbc8ec5349d581fd2548035e80e2\";s:8:\"uploads1\";s:64:\"7cf3fd8955816b2f443d9a1414b5f5530d94c023a4122fb6be121a77dd1b4a9f\";s:7:\"others0\";s:64:\"c528e4df3bfe32d7d48a234265ff83c0a2e858de8e11c33c57bae955fe37f01a\";s:3:\"db0\";s:64:\"fcc4c7abd3b3e0de56bf62a47c2cd577f573baa3e9985286820c3a78366325a7\";}}s:5:\"nonce\";s:12:\"89e6bd44196d\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1598076203;s:6:\"themes\";i:1598076218;s:7:\"uploads\";i:1598076219;s:6:\"others\";i:1598076255;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1595398123;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2020-07-22-0108_Zeta_Phi_Beta_Sorority_Inc_Lam_2dc3d3e0fa3b-plugins.zip\";}s:12:\"plugins-size\";i:51824926;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2020-07-22-0108_Zeta_Phi_Beta_Sorority_Inc_Lam_2dc3d3e0fa3b-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2020-07-22-0108_Zeta_Phi_Beta_Sorority_Inc_Lam_2dc3d3e0fa3b-uploads.zip\";i:1;s:79:\"backup_2020-07-22-0108_Zeta_Phi_Beta_Sorority_Inc_Lam_2dc3d3e0fa3b-uploads2.zip\";}s:12:\"uploads-size\";i:381668964;s:13:\"uploads1-size\";i:229692851;s:6:\"others\";a:1:{i:0;s:77:\"backup_2020-07-22-0108_Zeta_Phi_Beta_Sorority_Inc_Lam_2dc3d3e0fa3b-others.zip\";}s:11:\"others-size\";i:131048201;s:2:\"db\";s:72:\"backup_2020-07-22-0108_Zeta_Phi_Beta_Sorority_Inc_Lam_2dc3d3e0fa3b-db.gz\";s:7:\"db-size\";i:3239677;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"81348e4c0e19b4e9ed9b0317cc547d940932fffa\";s:7:\"themes0\";s:40:\"5a8cc4b8041a537316e105506bd42d1253596b73\";s:8:\"uploads0\";s:40:\"dbc32b0a8b5429d81dbfdcf767347d0c8cdebf27\";s:8:\"uploads1\";s:40:\"b2d5c4755f6b13114d5397ccdf0c5535c6cae717\";s:7:\"others0\";s:40:\"3e798937c0345ac796ea07b98bd2c19646d284e2\";s:3:\"db0\";s:40:\"b22f076c1bc6c15637cb1fe4eb3b7e24edcb79d1\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"fc5ce9d8862efc59c16e5c62697c4daa3ad5fa6f178535c86b34335f2421daa0\";s:7:\"themes0\";s:64:\"c18c4af46700516acc2ef62e925c81100b0ffb355cec41eb7ecfc616480a5ef8\";s:8:\"uploads0\";s:64:\"e4d6178db69a638635d25d2d7d7d030e2f7eac760b6bcd7842125c5aabb6865f\";s:8:\"uploads1\";s:64:\"0f523262898beaca579e49ef3e598dc388ca0caf3dbd2cb3c01edc5af85c9bf8\";s:7:\"others0\";s:64:\"5b002f13e2f8183ea2dd27bb97e737169c0526ab88b6ca98ec54930e4457892f\";s:3:\"db0\";s:64:\"98bb0537cc6ea9a92b43d6f8919964cab5d68e0f4f79fd3ee96e0d93405fe576\";}}s:5:\"nonce\";s:12:\"2dc3d3e0fa3b\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1595398123;s:6:\"themes\";i:1595398139;s:7:\"uploads\";i:1595398140;s:6:\"others\";i:1595398177;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1592805751;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2020-06-22-0102_Zeta_Phi_Beta_Sorority_Inc_Lam_2eb4960e888b-plugins.zip\";}s:12:\"plugins-size\";i:51294983;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2020-06-22-0102_Zeta_Phi_Beta_Sorority_Inc_Lam_2eb4960e888b-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2020-06-22-0102_Zeta_Phi_Beta_Sorority_Inc_Lam_2eb4960e888b-uploads.zip\";i:1;s:79:\"backup_2020-06-22-0102_Zeta_Phi_Beta_Sorority_Inc_Lam_2eb4960e888b-uploads2.zip\";}s:12:\"uploads-size\";i:381668804;s:13:\"uploads1-size\";i:225112164;s:6:\"others\";a:1:{i:0;s:77:\"backup_2020-06-22-0102_Zeta_Phi_Beta_Sorority_Inc_Lam_2eb4960e888b-others.zip\";}s:11:\"others-size\";i:131045470;s:2:\"db\";s:72:\"backup_2020-06-22-0102_Zeta_Phi_Beta_Sorority_Inc_Lam_2eb4960e888b-db.gz\";s:7:\"db-size\";i:3094607;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"62ef94a7a675c3d718d83ebe7019d0be65f68ecf\";s:7:\"themes0\";s:40:\"5a8cc4b8041a537316e105506bd42d1253596b73\";s:8:\"uploads0\";s:40:\"fd7a4d3d99244ac5f4d651320f478759995ab21e\";s:8:\"uploads1\";s:40:\"e45450f706569d3d0fa19ccccd4ca71ea131f871\";s:7:\"others0\";s:40:\"1c0c28abcf79c332133a186c66f000b003ceddc9\";s:3:\"db0\";s:40:\"b166b8a4a337e9de6bcf08a2cc9e52a7f164ea66\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"d364f03a2bdceeabc018a6b1790a5103953db71640eb31c87fbfcdf763df149f\";s:7:\"themes0\";s:64:\"c18c4af46700516acc2ef62e925c81100b0ffb355cec41eb7ecfc616480a5ef8\";s:8:\"uploads0\";s:64:\"74e32275ef1047fb183d5f359e5bc122c78d2a57047d12a899d04e5e9f57baed\";s:8:\"uploads1\";s:64:\"345105742e10a39e399e34b51c2fe6add480977c38695790b35323df0d0c99b4\";s:7:\"others0\";s:64:\"1832dfc0e9dd53fe292890809cf2b9d9b911fcc03edb6f2e4a045afb24b8bd5b\";s:3:\"db0\";s:64:\"10a06286d90debd1d6236529d3e5a18b404f8868cc9d0fe25140618492f52f32\";}}s:5:\"nonce\";s:12:\"2eb4960e888b\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1592805751;s:6:\"themes\";i:1592805764;s:7:\"uploads\";i:1592805765;s:6:\"others\";i:1592805798;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1590126669;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2020-05-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_ef644b90ce33-plugins.zip\";}s:12:\"plugins-size\";i:51290616;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2020-05-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_ef644b90ce33-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2020-05-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_ef644b90ce33-uploads.zip\";i:1;s:79:\"backup_2020-05-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_ef644b90ce33-uploads2.zip\";}s:12:\"uploads-size\";i:381668644;s:13:\"uploads1-size\";i:225112164;s:6:\"others\";a:1:{i:0;s:77:\"backup_2020-05-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_ef644b90ce33-others.zip\";}s:11:\"others-size\";i:131045302;s:2:\"db\";s:72:\"backup_2020-05-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_ef644b90ce33-db.gz\";s:7:\"db-size\";i:2954371;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"b364beb56e19ab4a5d343633c14c87f7a4d19d9c\";s:7:\"themes0\";s:40:\"5a8cc4b8041a537316e105506bd42d1253596b73\";s:8:\"uploads0\";s:40:\"1f349bb29427d5e52856a3893e81e2fe1dc5e745\";s:8:\"uploads1\";s:40:\"6ea7f329352295461f5d9203a4b0ba004c4cf64b\";s:7:\"others0\";s:40:\"f6285ad5f2587224e482730ebde7b00931bc279e\";s:3:\"db0\";s:40:\"a804a717b492365c38a34c406fd16afa9f81837a\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"e2eeca3ed8fc7c1788d6873ce8e85b25b13311b237c48dce624cf0c861cc0c39\";s:7:\"themes0\";s:64:\"c18c4af46700516acc2ef62e925c81100b0ffb355cec41eb7ecfc616480a5ef8\";s:8:\"uploads0\";s:64:\"88354cf790759524ee30a7a3fbeec897ebf15d6f6cc1abee10a949669295616a\";s:8:\"uploads1\";s:64:\"282a3baaf01895091b226730a31c1d625f94fdbe23b7c01bf1fb60e142054e21\";s:7:\"others0\";s:64:\"8c439a56f1f870aeca42984f28dc24a020665ec044b4fa0405d04fca710a2102\";s:3:\"db0\";s:64:\"50d1016c32b0270f5aa9783c1e3fb217b9ba213a6cea3258f6c86d830eb6b128\";}}s:5:\"nonce\";s:12:\"ef644b90ce33\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1590126669;s:6:\"themes\";i:1590126683;s:7:\"uploads\";i:1590126683;s:6:\"others\";i:1590126715;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1587538105;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2020-04-22-0148_Zeta_Phi_Beta_Sorority_Inc_Lam_fbc266d9c4ea-plugins.zip\";}s:12:\"plugins-size\";i:51180017;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2020-04-22-0148_Zeta_Phi_Beta_Sorority_Inc_Lam_fbc266d9c4ea-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2020-04-22-0148_Zeta_Phi_Beta_Sorority_Inc_Lam_fbc266d9c4ea-uploads.zip\";i:1;s:79:\"backup_2020-04-22-0148_Zeta_Phi_Beta_Sorority_Inc_Lam_fbc266d9c4ea-uploads2.zip\";}s:12:\"uploads-size\";i:381668484;s:13:\"uploads1-size\";i:225112164;s:6:\"others\";a:1:{i:0;s:77:\"backup_2020-04-22-0148_Zeta_Phi_Beta_Sorority_Inc_Lam_fbc266d9c4ea-others.zip\";}s:11:\"others-size\";i:131041066;s:2:\"db\";s:72:\"backup_2020-04-22-0148_Zeta_Phi_Beta_Sorority_Inc_Lam_fbc266d9c4ea-db.gz\";s:7:\"db-size\";i:2845953;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"78d49b3db78fdc3e03c54b2c5065ceb3a7563bdc\";s:7:\"themes0\";s:40:\"5a8cc4b8041a537316e105506bd42d1253596b73\";s:8:\"uploads0\";s:40:\"d082bdc0d4b7483286c997b86677079a401df250\";s:8:\"uploads1\";s:40:\"9372e20456dd6bc8d6b26075be9eacf7833b61e4\";s:7:\"others0\";s:40:\"34b19284b9b13ee7f3c5cdcf5962c0ef5ddf9433\";s:3:\"db0\";s:40:\"04e2b3e3e5eda0cfb1a46a54bb7ae2c9d82ec0b9\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"be4369242cb9afb9faf4bf3d795c92d2573585f2afc6a504c77021856de262cf\";s:7:\"themes0\";s:64:\"c18c4af46700516acc2ef62e925c81100b0ffb355cec41eb7ecfc616480a5ef8\";s:8:\"uploads0\";s:64:\"7e53bc28f1fc16395dfcf014a5965b74fa1cb9685d38a4a3135b718b2bc4d7a4\";s:8:\"uploads1\";s:64:\"9f17a970fb7f20ee1837ec588ddcbbce1f04fcd17abf50ad2cc0110d942496a6\";s:7:\"others0\";s:64:\"947cb7941bc4fe2128b52ada7bfced5079407fbaa9ee47c06ebcb04e5db7a927\";s:3:\"db0\";s:64:\"c55a5c956f770caf21db33c0aa4919b9b83be266bbfc0b8290184803fffb195f\";}}s:5:\"nonce\";s:12:\"fbc266d9c4ea\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1587538105;s:6:\"themes\";i:1587538116;s:7:\"uploads\";i:1587538117;s:6:\"others\";i:1587538141;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1584857597;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2020-03-22-0113_Zeta_Phi_Beta_Sorority_Inc_Lam_1e0b5ad304ca-plugins.zip\";}s:12:\"plugins-size\";i:51180017;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2020-03-22-0113_Zeta_Phi_Beta_Sorority_Inc_Lam_1e0b5ad304ca-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2020-03-22-0113_Zeta_Phi_Beta_Sorority_Inc_Lam_1e0b5ad304ca-uploads.zip\";i:1;s:79:\"backup_2020-03-22-0113_Zeta_Phi_Beta_Sorority_Inc_Lam_1e0b5ad304ca-uploads2.zip\";}s:12:\"uploads-size\";i:381470066;s:13:\"uploads1-size\";i:201731170;s:6:\"others\";a:1:{i:0;s:77:\"backup_2020-03-22-0113_Zeta_Phi_Beta_Sorority_Inc_Lam_1e0b5ad304ca-others.zip\";}s:11:\"others-size\";i:131041066;s:2:\"db\";s:72:\"backup_2020-03-22-0113_Zeta_Phi_Beta_Sorority_Inc_Lam_1e0b5ad304ca-db.gz\";s:7:\"db-size\";i:2751634;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"d8c5cf426d06013bd0b3416e68bc9778a35b6091\";s:7:\"themes0\";s:40:\"5a8cc4b8041a537316e105506bd42d1253596b73\";s:8:\"uploads0\";s:40:\"3707e34a1b2eff6f4e108127100a8a7631ca1a77\";s:8:\"uploads1\";s:40:\"1e84b557deb97b933ef8a08c4e51147f1653a054\";s:7:\"others0\";s:40:\"1223aae80412544c86141c0cecab8050696c101a\";s:3:\"db0\";s:40:\"b8a4131bbe82830810ea99f47e827b0f708a38a7\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"fc497de3fa1ed73592602fe52a1bd006df182988ec20f9f76f3f1bcada4493d0\";s:7:\"themes0\";s:64:\"c18c4af46700516acc2ef62e925c81100b0ffb355cec41eb7ecfc616480a5ef8\";s:8:\"uploads0\";s:64:\"e184ab4a00355788ff4ee998529f0d0f7e7c7fb494a5bc007569a011779cddd2\";s:8:\"uploads1\";s:64:\"59fee846bc18728c98f00cce5ce8cc75c8e94c855cff0a311beda93dda3d650b\";s:7:\"others0\";s:64:\"49eb8e236ec6178494aec3963067d9c8acc54b1e392becdc10a4b5eecf180ba4\";s:3:\"db0\";s:64:\"0bdfe69555c217fa9888ac6c9e1a158e784544a590b101b1e904cd47f5f0cc10\";}}s:5:\"nonce\";s:12:\"1e0b5ad304ca\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1584857597;s:6:\"themes\";i:1584857609;s:7:\"uploads\";i:1584857610;s:6:\"others\";i:1584857636;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1582351244;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2020-02-22-0100_Zeta_Phi_Beta_Sorority_Inc_Lam_66c9cd468ac2-plugins.zip\";}s:12:\"plugins-size\";i:51192406;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2020-02-22-0100_Zeta_Phi_Beta_Sorority_Inc_Lam_66c9cd468ac2-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2020-02-22-0100_Zeta_Phi_Beta_Sorority_Inc_Lam_66c9cd468ac2-uploads.zip\";i:1;s:79:\"backup_2020-02-22-0100_Zeta_Phi_Beta_Sorority_Inc_Lam_66c9cd468ac2-uploads2.zip\";}s:12:\"uploads-size\";i:423659806;s:13:\"uploads1-size\";i:132098678;s:6:\"others\";a:1:{i:0;s:77:\"backup_2020-02-22-0100_Zeta_Phi_Beta_Sorority_Inc_Lam_66c9cd468ac2-others.zip\";}s:11:\"others-size\";i:131041238;s:2:\"db\";s:72:\"backup_2020-02-22-0100_Zeta_Phi_Beta_Sorority_Inc_Lam_66c9cd468ac2-db.gz\";s:7:\"db-size\";i:2700462;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"a9d11bd5e040a3d7b1455d70026c4e95f56b2c0d\";s:7:\"themes0\";s:40:\"5a8cc4b8041a537316e105506bd42d1253596b73\";s:8:\"uploads0\";s:40:\"3b2d9477317cc205acf74d7a41e8488f22022f9a\";s:8:\"uploads1\";s:40:\"b71e66d015ccaf4f17a8671766f8a3308101681e\";s:7:\"others0\";s:40:\"b6c2c8f3598f5d3291f3688da1cb97df75bbf5e9\";s:3:\"db0\";s:40:\"3bccc430c2193af5dd5108457b4f290244e14931\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"94144a5d6b0a6b0566e4850534c61d20975c1584e9a45fd3b7c9279ede35a6ce\";s:7:\"themes0\";s:64:\"c18c4af46700516acc2ef62e925c81100b0ffb355cec41eb7ecfc616480a5ef8\";s:8:\"uploads0\";s:64:\"90a311f0db4afda254a9763cc449c3909dda151e0fb7e821363f31c6e5314537\";s:8:\"uploads1\";s:64:\"16e9a961ede212c8e53c1918910d6b1a78e6c420935f4b6673d19a9eb2b15657\";s:7:\"others0\";s:64:\"6406efe4a26a36bf4aa88771b91b1e64380aa4a1b8c5d8d47549fa24d26c2d99\";s:3:\"db0\";s:64:\"88af92c08bf045191322d29a098e5e9de8e55edc8a51492776f796b25b9ebb28\";}}s:5:\"nonce\";s:12:\"66c9cd468ac2\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1582351244;s:6:\"themes\";i:1582351255;s:7:\"uploads\";i:1582351255;s:6:\"others\";i:1582351287;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1579672392;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2020-01-22-0053_Zeta_Phi_Beta_Sorority_Inc_Lam_8d45f2a59435-plugins.zip\";}s:12:\"plugins-size\";i:49547101;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2020-01-22-0053_Zeta_Phi_Beta_Sorority_Inc_Lam_8d45f2a59435-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2020-01-22-0053_Zeta_Phi_Beta_Sorority_Inc_Lam_8d45f2a59435-uploads.zip\";i:1;s:79:\"backup_2020-01-22-0053_Zeta_Phi_Beta_Sorority_Inc_Lam_8d45f2a59435-uploads2.zip\";}s:12:\"uploads-size\";i:380220445;s:13:\"uploads1-size\";i:165197838;s:6:\"others\";a:1:{i:0;s:77:\"backup_2020-01-22-0053_Zeta_Phi_Beta_Sorority_Inc_Lam_8d45f2a59435-others.zip\";}s:11:\"others-size\";i:131036443;s:2:\"db\";s:72:\"backup_2020-01-22-0053_Zeta_Phi_Beta_Sorority_Inc_Lam_8d45f2a59435-db.gz\";s:7:\"db-size\";i:2663426;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"1ef19a4410b13b01b7ffa35c0c4194e8a9ed9061\";s:7:\"themes0\";s:40:\"5a8cc4b8041a537316e105506bd42d1253596b73\";s:8:\"uploads0\";s:40:\"294bb78cb377a71f59740f3960aa20654b07e9d2\";s:8:\"uploads1\";s:40:\"7babe54122eef392c909ed6dcf7a999113c35e30\";s:7:\"others0\";s:40:\"76d56b5f58265c602fd47fa3ac136a31ba046b0c\";s:3:\"db0\";s:40:\"f75ae49177d4bddf8f2c5e70d493fd646d421b8d\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"774b69d78408910a1c554d976aca7a4eff0e3bc050632f07f88c65f9f05a53d4\";s:7:\"themes0\";s:64:\"c18c4af46700516acc2ef62e925c81100b0ffb355cec41eb7ecfc616480a5ef8\";s:8:\"uploads0\";s:64:\"d4fe51f7621cfff982ae1189cbd6f891cbc3aa50d367042f5cfdbe68670cb9cc\";s:8:\"uploads1\";s:64:\"96fb2148b412f7540b81e35cb086d76cb79135950cee809aea96c55278444acf\";s:7:\"others0\";s:64:\"7e94ba6bac38afc2c7c34af4ac2f9717df60f47cd817236cb9c0acbfceff9a0a\";s:3:\"db0\";s:64:\"9238303f2280df823237037920ccdb59224319f14378e9f367a954f3c0c99e62\";}}s:5:\"nonce\";s:12:\"8d45f2a59435\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1579672392;s:6:\"themes\";i:1579672403;s:7:\"uploads\";i:1579672403;s:6:\"others\";i:1579672426;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1576995644;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2019-12-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_d2e64bd110fc-plugins.zip\";}s:12:\"plugins-size\";i:49497204;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2019-12-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_d2e64bd110fc-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2019-12-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_d2e64bd110fc-uploads.zip\";i:1;s:79:\"backup_2019-12-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_d2e64bd110fc-uploads2.zip\";}s:12:\"uploads-size\";i:382096849;s:13:\"uploads1-size\";i:152339790;s:6:\"others\";a:1:{i:0;s:77:\"backup_2019-12-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_d2e64bd110fc-others.zip\";}s:11:\"others-size\";i:130777352;s:2:\"db\";s:72:\"backup_2019-12-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_d2e64bd110fc-db.gz\";s:7:\"db-size\";i:2660570;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"28d8ade305e4b91fa69f0c0b3a68c2ff41a37aab\";s:7:\"themes0\";s:40:\"5a8cc4b8041a537316e105506bd42d1253596b73\";s:8:\"uploads0\";s:40:\"d332be539165526a9d234246078a24c18626bc6e\";s:8:\"uploads1\";s:40:\"5e21f8e7b6af32b11aeb12eb649b35a2b30e81bc\";s:7:\"others0\";s:40:\"49e84312b38c5158b3ceb71951056f7b8f5c724c\";s:3:\"db0\";s:40:\"d59c3e138174d344fd6f264af9115d70692eaaf4\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"46b92a4b78991b0d15ab994668d73d3a021a8e60f68a5bc93c7ea239ead010b1\";s:7:\"themes0\";s:64:\"c18c4af46700516acc2ef62e925c81100b0ffb355cec41eb7ecfc616480a5ef8\";s:8:\"uploads0\";s:64:\"a8d163e3d093625aef86a5103cda3f39c852abd9e177400f1075d7b72f11bbdd\";s:8:\"uploads1\";s:64:\"013c31c5d7f81f5bc2dd6ca08e0cde7139865f8c584f5c010344bbc4f188335a\";s:7:\"others0\";s:64:\"03c382aeae7d21992474e0d5d611535f761673c3694be2f1bc2ba67579aafec1\";s:3:\"db0\";s:64:\"2d6b1c843ac96ad37e32b2a1862e228d39f4aae1a9b335e4d44939a69dd705ef\";}}s:5:\"nonce\";s:12:\"d2e64bd110fc\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1576995644;s:6:\"themes\";i:1576995654;s:7:\"uploads\";i:1576995655;s:6:\"others\";i:1576995674;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1574401827;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2019-11-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_fa5b5ff63f88-plugins.zip\";}s:12:\"plugins-size\";i:49540391;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2019-11-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_fa5b5ff63f88-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2019-11-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_fa5b5ff63f88-uploads.zip\";i:1;s:79:\"backup_2019-11-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_fa5b5ff63f88-uploads2.zip\";}s:12:\"uploads-size\";i:382096689;s:13:\"uploads1-size\";i:152339790;s:6:\"others\";a:1:{i:0;s:77:\"backup_2019-11-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_fa5b5ff63f88-others.zip\";}s:11:\"others-size\";i:130777352;s:2:\"db\";s:72:\"backup_2019-11-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_fa5b5ff63f88-db.gz\";s:7:\"db-size\";i:2658551;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"da616e46e21c10a99138eeaa5cd1ab7c752a80bc\";s:7:\"themes0\";s:40:\"5a8cc4b8041a537316e105506bd42d1253596b73\";s:8:\"uploads0\";s:40:\"1edd1acc8d5dd79915fcc3913835087017b3c46b\";s:8:\"uploads1\";s:40:\"5d532bdcba3e8eaeda3b1e8a82c03190ef673a05\";s:7:\"others0\";s:40:\"49e84312b38c5158b3ceb71951056f7b8f5c724c\";s:3:\"db0\";s:40:\"e8808440ad5b47a1b2a4a8d0d06e49d7ab3c6b64\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"6c93116495cf4f982992e7e07c1481c1e20077bca04efa5ebf9dce67a57d40b2\";s:7:\"themes0\";s:64:\"c18c4af46700516acc2ef62e925c81100b0ffb355cec41eb7ecfc616480a5ef8\";s:8:\"uploads0\";s:64:\"4e472478a11532bbea2b3464d5fef730b5ff45fc8cce2dec9d703a26825cceb7\";s:8:\"uploads1\";s:64:\"9564acb93bf3108eb176db06e96b7534643cb045a92438434d8f044c8b56dd4b\";s:7:\"others0\";s:64:\"03c382aeae7d21992474e0d5d611535f761673c3694be2f1bc2ba67579aafec1\";s:3:\"db0\";s:64:\"cfa88529c6df1a1ed0c7f3e93e9e2b15f6eeb53dd5940dba10de67279f51765f\";}}s:5:\"nonce\";s:12:\"fa5b5ff63f88\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1574401828;s:6:\"themes\";i:1574401839;s:7:\"uploads\";i:1574401839;s:6:\"others\";i:1574401861;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1571723426;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2019-10-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_4585384e159d-plugins.zip\";}s:12:\"plugins-size\";i:49530392;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2019-10-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_4585384e159d-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2019-10-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_4585384e159d-uploads.zip\";i:1;s:79:\"backup_2019-10-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_4585384e159d-uploads2.zip\";}s:12:\"uploads-size\";i:382096529;s:13:\"uploads1-size\";i:152339790;s:6:\"others\";a:1:{i:0;s:77:\"backup_2019-10-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_4585384e159d-others.zip\";}s:11:\"others-size\";i:130777352;s:2:\"db\";s:72:\"backup_2019-10-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_4585384e159d-db.gz\";s:7:\"db-size\";i:2650723;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"4349ca9cf7d78021f7c2cbd6709db804bbb4b9c7\";s:7:\"themes0\";s:40:\"5a8cc4b8041a537316e105506bd42d1253596b73\";s:8:\"uploads0\";s:40:\"cc22a79a96c70da2a1adea204734f89add30c00f\";s:8:\"uploads1\";s:40:\"560c2a792d7a97c053641c1abf004311e7b9591d\";s:7:\"others0\";s:40:\"49e84312b38c5158b3ceb71951056f7b8f5c724c\";s:3:\"db0\";s:40:\"da702a1dd22548ec6d005faf729ec481a76309f5\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"f096bd87213d76b2eba48cb57838e61f31689f92f534115f1410454430626e4a\";s:7:\"themes0\";s:64:\"c18c4af46700516acc2ef62e925c81100b0ffb355cec41eb7ecfc616480a5ef8\";s:8:\"uploads0\";s:64:\"027b8cc3c39cd836315dd89edb9a6ab467051531e0737d4f0a11217bb44ef1a5\";s:8:\"uploads1\";s:64:\"3353842c1265816b0a0751fdba4735a6b87d40148717a809d2856b916d49071d\";s:7:\"others0\";s:64:\"03c382aeae7d21992474e0d5d611535f761673c3694be2f1bc2ba67579aafec1\";s:3:\"db0\";s:64:\"9e85d7f4e501f9fdff3661237b9a4ce3ef7df9ecf093e22f82e1f328bf2c4923\";}}s:5:\"nonce\";s:12:\"4585384e159d\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1571723426;s:6:\"themes\";i:1571723436;s:7:\"uploads\";i:1571723437;s:6:\"others\";i:1571723457;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1569134936;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2019-09-22-0148_Zeta_Phi_Beta_Sorority_Inc_Lam_520ee00b1ab2-plugins.zip\";}s:12:\"plugins-size\";i:49420804;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2019-09-22-0148_Zeta_Phi_Beta_Sorority_Inc_Lam_520ee00b1ab2-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2019-09-22-0148_Zeta_Phi_Beta_Sorority_Inc_Lam_520ee00b1ab2-uploads.zip\";i:1;s:79:\"backup_2019-09-22-0148_Zeta_Phi_Beta_Sorority_Inc_Lam_520ee00b1ab2-uploads2.zip\";}s:12:\"uploads-size\";i:382096369;s:13:\"uploads1-size\";i:152339790;s:6:\"others\";a:1:{i:0;s:77:\"backup_2019-09-22-0148_Zeta_Phi_Beta_Sorority_Inc_Lam_520ee00b1ab2-others.zip\";}s:11:\"others-size\";i:130777352;s:2:\"db\";s:72:\"backup_2019-09-22-0148_Zeta_Phi_Beta_Sorority_Inc_Lam_520ee00b1ab2-db.gz\";s:7:\"db-size\";i:2740518;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"f63ab9ad5104d2e62695b054195afba6c4f59318\";s:7:\"themes0\";s:40:\"5a8cc4b8041a537316e105506bd42d1253596b73\";s:8:\"uploads0\";s:40:\"5d2ed04b25fc0cc551ddf4e05512cc3e0f7ec4f2\";s:8:\"uploads1\";s:40:\"dc0243006c16da1ad1b130b2f0f5b4607c857eba\";s:7:\"others0\";s:40:\"49e84312b38c5158b3ceb71951056f7b8f5c724c\";s:3:\"db0\";s:40:\"4fb969e491c44b79d0e00efa0847d1dbac217e0c\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"c9194e28b98b798c2c68e13ac93a43d8ac2ff19bfa0f8b20f112f3bab14bd7ae\";s:7:\"themes0\";s:64:\"c18c4af46700516acc2ef62e925c81100b0ffb355cec41eb7ecfc616480a5ef8\";s:8:\"uploads0\";s:64:\"27c057f1ab5a3e9b6698517297eb69c19de9976ecaac8f83e84e8f097f2fafd5\";s:8:\"uploads1\";s:64:\"7cd92710014c950218ced662d2bf3ac0e677ad5cb0183440a0576a99a5129828\";s:7:\"others0\";s:64:\"03c382aeae7d21992474e0d5d611535f761673c3694be2f1bc2ba67579aafec1\";s:3:\"db0\";s:64:\"48ea10f462ab3570f5b5dbc3040367796aaa28008a7e21090c85ea03f2a50126\";}}s:5:\"nonce\";s:12:\"520ee00b1ab2\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1569134937;s:6:\"themes\";i:1569134946;s:7:\"uploads\";i:1569134947;s:6:\"others\";i:1569134966;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1566454130;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2019-08-22-0108_Zeta_Phi_Beta_Sorority_Inc_Lam_218806f67cc0-plugins.zip\";}s:12:\"plugins-size\";i:48631694;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2019-08-22-0108_Zeta_Phi_Beta_Sorority_Inc_Lam_218806f67cc0-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2019-08-22-0108_Zeta_Phi_Beta_Sorority_Inc_Lam_218806f67cc0-uploads.zip\";i:1;s:79:\"backup_2019-08-22-0108_Zeta_Phi_Beta_Sorority_Inc_Lam_218806f67cc0-uploads2.zip\";}s:12:\"uploads-size\";i:417664575;s:13:\"uploads1-size\";i:116771424;s:6:\"others\";a:1:{i:0;s:77:\"backup_2019-08-22-0108_Zeta_Phi_Beta_Sorority_Inc_Lam_218806f67cc0-others.zip\";}s:11:\"others-size\";i:130776972;s:2:\"db\";s:72:\"backup_2019-08-22-0108_Zeta_Phi_Beta_Sorority_Inc_Lam_218806f67cc0-db.gz\";s:7:\"db-size\";i:2721118;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"45ee241e9c47936e22893cf713b58f5a8985315d\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"37f0a0e0965cdff1be497f48c2a08753bfa51779\";s:8:\"uploads1\";s:40:\"52495adf6a7a8544f786029a53659b22510465eb\";s:7:\"others0\";s:40:\"2f850a3e3418aab328c5a6b94d3d307a7d6af94b\";s:3:\"db0\";s:40:\"9b7badcdc09522f29369f9904f6cff56248e1a46\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"543274d2c3619a5b4720a339c258e9c75f8a5611004a362516a459b09dccb5f0\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"100ad89210eca27bb0eec5d61d643947c997da57b4aaa9e28c9e06088e5b9ad5\";s:8:\"uploads1\";s:64:\"b0e05832e3558d1e26a5b8bab87e740d506edd1afd3bfff1717a8926faf316a6\";s:7:\"others0\";s:64:\"d2ba1aa43079ff8d1392f67d53eb41119d71b67666407411912f970f8b9fe55b\";s:3:\"db0\";s:64:\"61ef51324f425c1435e2f922f06b1467ed145898111a1b1b767bc8bf9c795136\";}}s:5:\"nonce\";s:12:\"218806f67cc0\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1566454131;s:6:\"themes\";i:1566454162;s:7:\"uploads\";i:1566454163;s:6:\"others\";i:1566454238;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1563774672;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2019-07-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_4bab9ed25282-plugins.zip\";}s:12:\"plugins-size\";i:48631694;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2019-07-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_4bab9ed25282-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2019-07-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_4bab9ed25282-uploads.zip\";i:1;s:79:\"backup_2019-07-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_4bab9ed25282-uploads2.zip\";}s:12:\"uploads-size\";i:415579779;s:13:\"uploads1-size\";i:118856060;s:6:\"others\";a:1:{i:0;s:77:\"backup_2019-07-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_4bab9ed25282-others.zip\";}s:11:\"others-size\";i:130776972;s:2:\"db\";s:72:\"backup_2019-07-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_4bab9ed25282-db.gz\";s:7:\"db-size\";i:2791886;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"8c4802705a790c6f3b100108e3664321d202a29b\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"d8cca1f8262747fbc0c4b4b1baec934cedf2852d\";s:8:\"uploads1\";s:40:\"c64ae8f2911c96cd927abde9a5716664d8bb651a\";s:7:\"others0\";s:40:\"3fc2be10d6caedfcbaacfa74035e12820cc168e3\";s:3:\"db0\";s:40:\"795fb5a07982e5f11f2a32e0456bca856c163032\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"e625ba10eb338eccfa94dbc87eb4913bc1eb8d1e73541be69b523e3432317672\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"55100d025a5d42bad9b51f84d715f1e26f68651b926b31a5f8fb64a8c490d229\";s:8:\"uploads1\";s:64:\"ca195eccd4e1df1ea7ca258535494f8619ad31d397193060f74f15d2d9036aaf\";s:7:\"others0\";s:64:\"cdc5bc5de79232fd4e5bd6b62c08a1c69f6da190a355b8352a2b792ed58a6161\";s:3:\"db0\";s:64:\"66b55a8b2899a1904e9796a43f84d47984fce9470aee7f7b8e2e3324d2a5acfb\";}}s:5:\"nonce\";s:12:\"4bab9ed25282\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1563774673;s:6:\"themes\";i:1563774706;s:7:\"uploads\";i:1563774709;s:6:\"others\";i:1563774792;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1561182672;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2019-06-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_69fa7a1edb65-plugins.zip\";}s:12:\"plugins-size\";i:48631694;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2019-06-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_69fa7a1edb65-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2019-06-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_69fa7a1edb65-uploads.zip\";i:1;s:79:\"backup_2019-06-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_69fa7a1edb65-uploads2.zip\";}s:12:\"uploads-size\";i:418797228;s:13:\"uploads1-size\";i:115638451;s:6:\"others\";a:1:{i:0;s:77:\"backup_2019-06-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_69fa7a1edb65-others.zip\";}s:11:\"others-size\";i:130776972;s:2:\"db\";s:72:\"backup_2019-06-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_69fa7a1edb65-db.gz\";s:7:\"db-size\";i:2765134;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"2f1e0aad559d3685dbd23f353051ef7b59f34618\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"546d472f7216bc8e96a6f66381e73701517b66be\";s:8:\"uploads1\";s:40:\"eecd2a2e492be2f64a9c26c2834de221afcb960f\";s:7:\"others0\";s:40:\"2f850a3e3418aab328c5a6b94d3d307a7d6af94b\";s:3:\"db0\";s:40:\"6aae9c001bccccb201b85d8a532db3a05f85b568\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"7d4b1f411202586837033da1a5d160b4f6f749ac619e040e42aade72f1d120e9\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"20e2536dd2db1ab8b832378a152ae10a7df8d076148e848142ede973258fa68f\";s:8:\"uploads1\";s:64:\"fe5406bec4657700e8c0310a408d77735e14e3842d9aa138368da699124ff73c\";s:7:\"others0\";s:64:\"d2ba1aa43079ff8d1392f67d53eb41119d71b67666407411912f970f8b9fe55b\";s:3:\"db0\";s:64:\"957a662eab33f04a314ea30d2be34f322ea37304a526df5661171573d9b1798d\";}}s:5:\"nonce\";s:12:\"69fa7a1edb65\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1561182672;s:6:\"themes\";i:1561182700;s:7:\"uploads\";i:1561182701;s:6:\"others\";i:1561182773;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1558506025;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2019-05-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_9845bd174fde-plugins.zip\";}s:12:\"plugins-size\";i:48443507;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2019-05-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_9845bd174fde-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2019-05-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_9845bd174fde-uploads.zip\";i:1;s:79:\"backup_2019-05-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_9845bd174fde-uploads2.zip\";}s:12:\"uploads-size\";i:418859961;s:13:\"uploads1-size\";i:115575558;s:6:\"others\";a:1:{i:0;s:77:\"backup_2019-05-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_9845bd174fde-others.zip\";}s:11:\"others-size\";i:130776972;s:2:\"db\";s:72:\"backup_2019-05-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_9845bd174fde-db.gz\";s:7:\"db-size\";i:2828058;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"8e998a1ef1126d0b9db1a4296f342e1483975d15\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"3d545dc3def86c178e83657426f765ba186f3220\";s:8:\"uploads1\";s:40:\"9e1eaed8202c104e3f68f299b8f8262c1699f515\";s:7:\"others0\";s:40:\"862196ebb348808fa82f1d5726988c685fe6242c\";s:3:\"db0\";s:40:\"24d7994bead6f29e15a0fabcda6c83ff114d6ee0\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"506152f76be977d42b95222fde360386139dfb302b2678a6f0ff0e24ae1e3d55\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"4f02aeaac9bbc6f4c31b6f17f4f02251aa546d0ec9271abdfd1b52fc03146300\";s:8:\"uploads1\";s:64:\"2da59f64c8a8a24c5b72679de9eae5137b1a59a876098cd3a5800ecb91491ef7\";s:7:\"others0\";s:64:\"049a3396243acdca212b4008045cc3ded6bb2011cd93fc856d67ab29e5a5889d\";s:3:\"db0\";s:64:\"94e7855cc2ecdc3cfa0c8e8f7c15b6d2a9189025c9c9d52017f8f809ca8c6d5d\";}}s:5:\"nonce\";s:12:\"9845bd174fde\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1558506026;s:6:\"themes\";i:1558506054;s:7:\"uploads\";i:1558506055;s:6:\"others\";i:1558506123;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1555912308;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2019-04-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_3e57bd884dff-plugins.zip\";}s:12:\"plugins-size\";i:50186728;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2019-04-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_3e57bd884dff-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2019-04-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_3e57bd884dff-uploads.zip\";i:1;s:79:\"backup_2019-04-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_3e57bd884dff-uploads2.zip\";}s:12:\"uploads-size\";i:417618668;s:13:\"uploads1-size\";i:116816174;s:6:\"others\";a:1:{i:0;s:77:\"backup_2019-04-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_3e57bd884dff-others.zip\";}s:11:\"others-size\";i:130776972;s:2:\"db\";s:72:\"backup_2019-04-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_3e57bd884dff-db.gz\";s:7:\"db-size\";i:2767582;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"3edd16224a1576c34b0e19f262532843fcd29745\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"456431de0d2cf3fbcfe74d830b627a3e75b30e08\";s:8:\"uploads1\";s:40:\"1ce6a830c9db99382796ff029d456811f4e0bae1\";s:7:\"others0\";s:40:\"585942ba4a8a85e19a80b848e4fa4b691cb08c52\";s:3:\"db0\";s:40:\"a91bc10cca9527c44f82e4cc50b7b9172ac333cd\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"79593680a8ab607147e7870f3ad8bb9e6493dbaf67ab4852a71f9a16fee3ba48\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"81205fc85aca6f9a0e988808db37e430425ab1d91ffec8dd0da0cd4bec05548e\";s:8:\"uploads1\";s:64:\"96e5cef3b18ab3111febeaab2e84534033dd844d84d5b046ea2eb3aaf2f05414\";s:7:\"others0\";s:64:\"895840f6491337295d07d19f3217e146accb07db702d56fef2685951f9ef4d55\";s:3:\"db0\";s:64:\"59303d205347059cc9bc6a7c3059b60294418cd9a4d71ebd19660684fa50fb33\";}}s:5:\"nonce\";s:12:\"3e57bd884dff\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1555912309;s:6:\"themes\";i:1555912345;s:7:\"uploads\";i:1555912346;s:6:\"others\";i:1555912410;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1553233881;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2019-03-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_f7725003f32b-plugins.zip\";}s:12:\"plugins-size\";i:50115360;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2019-03-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_f7725003f32b-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2019-03-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_f7725003f32b-uploads.zip\";i:1;s:79:\"backup_2019-03-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_f7725003f32b-uploads2.zip\";}s:12:\"uploads-size\";i:412271286;s:13:\"uploads1-size\";i:63838942;s:6:\"others\";a:1:{i:0;s:77:\"backup_2019-03-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_f7725003f32b-others.zip\";}s:11:\"others-size\";i:130776972;s:2:\"db\";s:72:\"backup_2019-03-22-0051_Zeta_Phi_Beta_Sorority_Inc_Lam_f7725003f32b-db.gz\";s:7:\"db-size\";i:2712328;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"4451fe529faefe23f2dc8ddea227d04d8cd20b38\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"fcfd51319eff683d28e9eb726e48f27d7e3c3723\";s:8:\"uploads1\";s:40:\"e81c6e1b287b8b7abb5c9f8d623f36cf24268ba5\";s:7:\"others0\";s:40:\"585942ba4a8a85e19a80b848e4fa4b691cb08c52\";s:3:\"db0\";s:40:\"51a0feae64542fbac7b67da868bc0abd97f8d783\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"3a0580b8360975cc9d47fe9b320af3f0313cb1f000e59a7bebeec11295a6dd25\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"0e954cf51320272c6a061324e2be4b29631bdb59c07a911694b656d4c49404f9\";s:8:\"uploads1\";s:64:\"0fbeb3853b852d81965217b3c3e41b588e89c9ee574f052bc9692a06b688d43d\";s:7:\"others0\";s:64:\"895840f6491337295d07d19f3217e146accb07db702d56fef2685951f9ef4d55\";s:3:\"db0\";s:64:\"0ed17d05dfc2791f9972a32c9b85fe098fef64706a8af2d3f3dbe95ac0890c65\";}}s:5:\"nonce\";s:12:\"f7725003f32b\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1553233881;s:6:\"themes\";i:1553233911;s:7:\"uploads\";i:1553233913;s:6:\"others\";i:1553233978;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1550814643;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2019-02-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_634f750cc6d1-plugins.zip\";}s:12:\"plugins-size\";i:50051278;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2019-02-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_634f750cc6d1-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2019-02-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_634f750cc6d1-uploads.zip\";i:1;s:79:\"backup_2019-02-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_634f750cc6d1-uploads2.zip\";}s:12:\"uploads-size\";i:418609966;s:13:\"uploads1-size\";i:51360764;s:6:\"others\";a:1:{i:0;s:77:\"backup_2019-02-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_634f750cc6d1-others.zip\";}s:11:\"others-size\";i:130776972;s:2:\"db\";s:72:\"backup_2019-02-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_634f750cc6d1-db.gz\";s:7:\"db-size\";i:2942750;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"2d327c636759580f6f3d9e8f105050460261eeb7\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"d78b279a7bb2bb9e8a9936b304848d5077403973\";s:8:\"uploads1\";s:40:\"c105f056a578119bb214e4c2692192706a47e128\";s:7:\"others0\";s:40:\"c52252ff0fb068f005e52f0f45d365d12fbfcfe9\";s:3:\"db0\";s:40:\"41b8c9b05335bbe8adbfbf165b52dec26ef6c4d7\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"2b8971f6ea36d5dcc2d056c3575fe674708fcef4d0616f3b19f959c570d42b2e\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"2e74b4c525300e6c588ec3441faa371dad92a69f0496b5bc47109d8b93c99aa7\";s:8:\"uploads1\";s:64:\"8dabe10af4ac0db5660f1d88361d012219bdec835476f4238c686b73f2dc04aa\";s:7:\"others0\";s:64:\"75f79dfe22f295d769cdfa085a79991e63100cb0caaea1359d9ccdd32fc7e0cc\";s:3:\"db0\";s:64:\"4f31498d71199fefe32e2a71a01c7a1b941136432377f1df97b2223f56f63dd6\";}}s:5:\"nonce\";s:12:\"634f750cc6d1\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1550814644;s:6:\"themes\";i:1550814679;s:7:\"uploads\";i:1550814681;s:6:\"others\";i:1550814753;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1548136694;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2019-01-22-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_c37c898058f5-plugins.zip\";}s:12:\"plugins-size\";i:49788767;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2019-01-22-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_c37c898058f5-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2019-01-22-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_c37c898058f5-uploads.zip\";i:1;s:79:\"backup_2019-01-22-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_c37c898058f5-uploads2.zip\";}s:12:\"uploads-size\";i:416333656;s:13:\"uploads1-size\";i:51041342;s:6:\"others\";a:1:{i:0;s:77:\"backup_2019-01-22-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_c37c898058f5-others.zip\";}s:11:\"others-size\";i:130776972;s:2:\"db\";s:72:\"backup_2019-01-22-0058_Zeta_Phi_Beta_Sorority_Inc_Lam_c37c898058f5-db.gz\";s:7:\"db-size\";i:2672572;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"09646da0af221dc6f402d686ad03ac958c811ab6\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"ac1ddfb3a9d2503b2e046a78e8dfcc18f52d598c\";s:8:\"uploads1\";s:40:\"1782864f384799760bb15ce9572f3307a2f8d125\";s:7:\"others0\";s:40:\"47c17702278477fe31b70ea6551e1f10402025dd\";s:3:\"db0\";s:40:\"b55d23d5d4a36ad8327afd6e99092d4eb59b7a4c\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"b1a5ff9f17eaf3e0b13a1a068c5d29120a9c8d520dde447b648bb6907ea598e0\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"1cbce9e8d83bbc0850f00f09275b4e618dbd82ede8411454d1a78b367eb74fb7\";s:8:\"uploads1\";s:64:\"80465541908b78539ec7493bcd239307d99c06a628fd8dffc8db0915cb9b5066\";s:7:\"others0\";s:64:\"f28bdf2aa70d3d385187275bbef6f58bd2c90f8d35c1bb16eea216515156be9c\";s:3:\"db0\";s:64:\"faa8d9949882e932a607b51a1f8af6f6816aa0894482e260530c8fd6628b2e3f\";}}s:5:\"nonce\";s:12:\"c37c898058f5\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1548136695;s:6:\"themes\";i:1548136726;s:7:\"uploads\";i:1548136728;s:6:\"others\";i:1548136830;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1545458643;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2018-12-22-0104_Zeta_Phi_Beta_Sorority_Inc_Lam_ccc9f7097728-plugins.zip\";}s:12:\"plugins-size\";i:49788767;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2018-12-22-0104_Zeta_Phi_Beta_Sorority_Inc_Lam_ccc9f7097728-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2018-12-22-0104_Zeta_Phi_Beta_Sorority_Inc_Lam_ccc9f7097728-uploads.zip\";i:1;s:79:\"backup_2018-12-22-0104_Zeta_Phi_Beta_Sorority_Inc_Lam_ccc9f7097728-uploads2.zip\";}s:12:\"uploads-size\";i:417918262;s:13:\"uploads1-size\";i:48271331;s:6:\"others\";a:1:{i:0;s:77:\"backup_2018-12-22-0104_Zeta_Phi_Beta_Sorority_Inc_Lam_ccc9f7097728-others.zip\";}s:11:\"others-size\";i:130776972;s:2:\"db\";s:72:\"backup_2018-12-22-0104_Zeta_Phi_Beta_Sorority_Inc_Lam_ccc9f7097728-db.gz\";s:7:\"db-size\";i:2673484;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"b333f90e4fc01f421f04c50b43363d0c473a3837\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"48f41b2f5f343ad4cc94dc6944f27041fabf1e4d\";s:8:\"uploads1\";s:40:\"60fe08665058cf66a8b155eaadda956897b8bc85\";s:7:\"others0\";s:40:\"47c17702278477fe31b70ea6551e1f10402025dd\";s:3:\"db0\";s:40:\"a99a757ecc1a637529bcfec83faf3a67de743b0d\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"8bb0a04e8c6afbd56071ce9cc2b8b14c195373b95ca9882be5be7af4f8288db7\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"bfabb6e64f1b9ade623429b1e35e12e38fbef463274360ef654a2df46e507f08\";s:8:\"uploads1\";s:64:\"08e0ee852771ebffd93caba71df617630ace7ad300a31eb94adebb856780f0d0\";s:7:\"others0\";s:64:\"f28bdf2aa70d3d385187275bbef6f58bd2c90f8d35c1bb16eea216515156be9c\";s:3:\"db0\";s:64:\"ea9290d6141b7bc80e57c55b58534be1be0ccaad98d700ed216616042db87d6e\";}}s:5:\"nonce\";s:12:\"ccc9f7097728\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1545458643;s:6:\"themes\";i:1545458672;s:7:\"uploads\";i:1545458674;s:6:\"others\";i:1545458732;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1542866622;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2018-11-22-0103_Zeta_Phi_Beta_Sorority_Inc_Lam_2e78d4c59616-plugins.zip\";}s:12:\"plugins-size\";i:49903244;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2018-11-22-0103_Zeta_Phi_Beta_Sorority_Inc_Lam_2e78d4c59616-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2018-11-22-0103_Zeta_Phi_Beta_Sorority_Inc_Lam_2e78d4c59616-uploads.zip\";i:1;s:79:\"backup_2018-11-22-0103_Zeta_Phi_Beta_Sorority_Inc_Lam_2e78d4c59616-uploads2.zip\";}s:12:\"uploads-size\";i:418361348;s:13:\"uploads1-size\";i:47131251;s:6:\"others\";a:1:{i:0;s:77:\"backup_2018-11-22-0103_Zeta_Phi_Beta_Sorority_Inc_Lam_2e78d4c59616-others.zip\";}s:11:\"others-size\";i:130776972;s:2:\"db\";s:72:\"backup_2018-11-22-0103_Zeta_Phi_Beta_Sorority_Inc_Lam_2e78d4c59616-db.gz\";s:7:\"db-size\";i:2596729;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"bfc2c162cf3c3601dc9bafee83079e8bd43e05f8\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"29ed8a1866da94dac20b6ee389be1665bc0f0020\";s:8:\"uploads1\";s:40:\"e971711c4eb324c7169d0d5e8c909d45d9405f18\";s:7:\"others0\";s:40:\"e3ff50f77e3e1ab7d2869a7270853824c4db74ce\";s:3:\"db0\";s:40:\"d1861eabc2814883c477c76d38721edc4d910630\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"f65753ed8bd692c22d95bb1fe96ad8f278673c65d1de6a7b73a4075e0deac72f\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"945f548ac8fed9db0b371f2a6b1239c91162e1429007d299e6807d704339de21\";s:8:\"uploads1\";s:64:\"d2f40a0a5f50901813ac9c1b044af3ac637d47be709a83f4041fd13e0a23bc24\";s:7:\"others0\";s:64:\"d1a00d5174b984d53a56118d2ca533e77d4b7a7eabbe04d98caae2b349e79b1d\";s:3:\"db0\";s:64:\"1a6704a2c98066fa504e685ef9d884bf4a59a1b4bd7587f7cfe783f2ad82e376\";}}s:5:\"nonce\";s:12:\"2e78d4c59616\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1542866622;s:6:\"themes\";i:1542866659;s:7:\"uploads\";i:1542866660;s:6:\"others\";i:1542866728;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1540187430;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2018-10-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_5e2c9677cd19-plugins.zip\";}s:12:\"plugins-size\";i:49884362;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2018-10-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_5e2c9677cd19-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2018-10-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_5e2c9677cd19-uploads.zip\";i:1;s:79:\"backup_2018-10-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_5e2c9677cd19-uploads2.zip\";}s:12:\"uploads-size\";i:418798214;s:13:\"uploads1-size\";i:43051848;s:6:\"others\";a:1:{i:0;s:77:\"backup_2018-10-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_5e2c9677cd19-others.zip\";}s:11:\"others-size\";i:130776972;s:2:\"db\";s:72:\"backup_2018-10-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_5e2c9677cd19-db.gz\";s:7:\"db-size\";i:2616189;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"7ef782cb8f6e328b2fa816131fe0407e47edb454\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"c3f763487c13404b7c102b273d762f6d6d4ee445\";s:8:\"uploads1\";s:40:\"1a422f5cc2add018155eaa46d75ba78bb47dacec\";s:7:\"others0\";s:40:\"cbda2653821d059cd658998b4f584c2164fd3670\";s:3:\"db0\";s:40:\"83ed376090e6fcf714ff4006d10e6fd531b1030f\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"296ca1f85a5ece7bcff4d5f974fcc70c896dfffd618a21590b8ac09caee0e7b2\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"bdd0c66ac09c825370ee842aa19bec77596ff879cb79058507d0414ed29a1051\";s:8:\"uploads1\";s:64:\"eea16b1713413b1c82c5f280234bbf4dc4d8138705e47f3c9cc0896e4a2dd9f1\";s:7:\"others0\";s:64:\"3a830be59a26fbd3da0c15f059be39e9cbd80dc697f4f9bd7c11fbb576a8c71a\";s:3:\"db0\";s:64:\"16d23264e52735355820a5c8b254b224cfbfb3e5e22c29e3f76a32c4f0eaacd0\";}}s:5:\"nonce\";s:12:\"5e2c9677cd19\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1540187430;s:6:\"themes\";i:1540187459;s:7:\"uploads\";i:1540187461;s:6:\"others\";i:1540187521;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1537595568;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2018-09-22-0052_Zeta_Phi_Beta_Sorority_Inc_Lam_bf7d16eddf3f-plugins.zip\";}s:12:\"plugins-size\";i:49866165;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2018-09-22-0052_Zeta_Phi_Beta_Sorority_Inc_Lam_bf7d16eddf3f-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2018-09-22-0052_Zeta_Phi_Beta_Sorority_Inc_Lam_bf7d16eddf3f-uploads.zip\";i:1;s:79:\"backup_2018-09-22-0052_Zeta_Phi_Beta_Sorority_Inc_Lam_bf7d16eddf3f-uploads2.zip\";}s:12:\"uploads-size\";i:420675226;s:13:\"uploads1-size\";i:36175668;s:6:\"others\";a:1:{i:0;s:77:\"backup_2018-09-22-0052_Zeta_Phi_Beta_Sorority_Inc_Lam_bf7d16eddf3f-others.zip\";}s:11:\"others-size\";i:130776972;s:2:\"db\";s:72:\"backup_2018-09-22-0052_Zeta_Phi_Beta_Sorority_Inc_Lam_bf7d16eddf3f-db.gz\";s:7:\"db-size\";i:2749175;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"a67c8ecec8e8ba271f925b98ddb53511b427ba03\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"84f5246a271613768fd95b21da754a0c04fb7751\";s:8:\"uploads1\";s:40:\"7145204b6fdc94a2990bdfdb36fa5e9b81ec0f9f\";s:7:\"others0\";s:40:\"862196ebb348808fa82f1d5726988c685fe6242c\";s:3:\"db0\";s:40:\"75113c9783fc5e143ff42353c1a323690f64a82b\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"e3087880718ee0ccef9ec484d368449328d2c5e34d841bdc6352ca3b1d883ab7\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"572e389b3c9b73abd76b76c2a4578ad75228ee490ecf52a0e6cb901f6f257a5c\";s:8:\"uploads1\";s:64:\"778cce18c4e957435d424f7c25b4002f597be3678210e0b5512c0936557710c9\";s:7:\"others0\";s:64:\"049a3396243acdca212b4008045cc3ded6bb2011cd93fc856d67ab29e5a5889d\";s:3:\"db0\";s:64:\"cc7754ba1dbbab1f08db2d3c4f6db7a61fee781ada037f2e66785232bf9e5346\";}}s:5:\"nonce\";s:12:\"bf7d16eddf3f\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1537595569;s:6:\"themes\";i:1537595602;s:7:\"uploads\";i:1537595603;s:6:\"others\";i:1537595660;}s:18:\"created_by_version\";s:7:\"1.14.13\";s:12:\"is_multisite\";b:0;}i:1534918266;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2018-08-22-0111_Zeta_Phi_Beta_Sorority_Inc_Lam_762d83b6d4e9-plugins.zip\";}s:12:\"plugins-size\";i:48377684;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2018-08-22-0111_Zeta_Phi_Beta_Sorority_Inc_Lam_762d83b6d4e9-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2018-08-22-0111_Zeta_Phi_Beta_Sorority_Inc_Lam_762d83b6d4e9-uploads.zip\";i:1;s:79:\"backup_2018-08-22-0111_Zeta_Phi_Beta_Sorority_Inc_Lam_762d83b6d4e9-uploads2.zip\";}s:12:\"uploads-size\";i:420849373;s:13:\"uploads1-size\";i:113037;s:6:\"others\";a:1:{i:0;s:77:\"backup_2018-08-22-0111_Zeta_Phi_Beta_Sorority_Inc_Lam_762d83b6d4e9-others.zip\";}s:11:\"others-size\";i:130776972;s:2:\"db\";s:72:\"backup_2018-08-22-0111_Zeta_Phi_Beta_Sorority_Inc_Lam_762d83b6d4e9-db.gz\";s:7:\"db-size\";i:2813839;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"3ee380c667d71ff9ceb3d26edc15a15d1ccd3937\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"31db5b4a7793b32b12b7297f95b885ceb2b874f7\";s:8:\"uploads1\";s:40:\"fa80b9bca21c5781c21248acbcd312d89a2c2873\";s:7:\"others0\";s:40:\"45c49d4afbb2f01d7be203cc1b9dae6ea7545e31\";s:3:\"db0\";s:40:\"1c20eca599c4b605a6b6041ebe89129f7541943d\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"2f31c896a03d8f85cc2dbd4a70ce8d822d398220a3fcf7f3fa20655d90ecbac5\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"96bb5a189472ac81db380f7baec3b29cfff6dec385f0940a6bbdfff5f4335bfa\";s:8:\"uploads1\";s:64:\"29a1f09f7ad342640c3921b65893972924589db2108ad8f68cdf57f044464405\";s:7:\"others0\";s:64:\"2de23fd0ac2d729fd2c279f4adf13ad3b6e294ed53ca8b7f4239d3a04693642d\";s:3:\"db0\";s:64:\"3372bf299c6986dcea5440054a9f5fb880de019e842b311fb9e62e4172a6e671\";}}s:5:\"nonce\";s:12:\"762d83b6d4e9\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1534918266;s:6:\"themes\";i:1534918307;s:7:\"uploads\";i:1534918311;s:6:\"others\";i:1534918378;}s:18:\"created_by_version\";s:7:\"1.14.12\";s:12:\"is_multisite\";b:0;}i:1532240674;a:17:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2018-07-22-0124_Zeta_Phi_Beta_Sorority_Inc_Lam_36f2abdd31bf-plugins.zip\";}s:12:\"plugins-size\";i:55486286;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2018-07-22-0124_Zeta_Phi_Beta_Sorority_Inc_Lam_36f2abdd31bf-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2018-07-22-0124_Zeta_Phi_Beta_Sorority_Inc_Lam_36f2abdd31bf-uploads.zip\";i:1;s:79:\"backup_2018-07-22-0124_Zeta_Phi_Beta_Sorority_Inc_Lam_36f2abdd31bf-uploads2.zip\";}s:12:\"uploads-size\";i:416324228;s:13:\"uploads1-size\";i:21995950;s:6:\"others\";a:1:{i:0;s:77:\"backup_2018-07-22-0124_Zeta_Phi_Beta_Sorority_Inc_Lam_36f2abdd31bf-others.zip\";}s:11:\"others-size\";i:130776972;s:2:\"db\";s:72:\"backup_2018-07-22-0124_Zeta_Phi_Beta_Sorority_Inc_Lam_36f2abdd31bf-db.gz\";s:7:\"db-size\";i:2731707;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"c4c73421a348d46044d324aaec9e71b401f8fcb9\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"57cea05467ea179ff5296d0e49bfb80470af615b\";s:8:\"uploads1\";s:40:\"2291b9ede45c89eebda013b93fc9f9ae2265d7fd\";s:7:\"others0\";s:40:\"c52252ff0fb068f005e52f0f45d365d12fbfcfe9\";s:3:\"db0\";s:40:\"3e1c00afadf53dcedd12031ce82a46395e749bce\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"88eff75e9fda90f07e318ca8f9e5d671c7d77891892bf22416881969054eca7a\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"b3dbb967d42f6e33f85508d3e7d1802ef43c7fb25a28499f0327701b47578bd1\";s:8:\"uploads1\";s:64:\"4f085bab5e2ff3de4ef29a43c0708e792d145249606695d9dd857b23b3503bdc\";s:7:\"others0\";s:64:\"75f79dfe22f295d769cdfa085a79991e63100cb0caaea1359d9ccdd32fc7e0cc\";s:3:\"db0\";s:64:\"94949cc2a86bd2b1cdbe682aa5144340dfb3cdb67d341f5f9e4f549ad7d334f2\";}}s:5:\"nonce\";s:12:\"36f2abdd31bf\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:18:\"created_by_version\";s:7:\"1.14.11\";s:12:\"is_multisite\";b:0;}i:1529648410;a:17:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2018-06-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_ba4609141dcc-plugins.zip\";}s:12:\"plugins-size\";i:55485638;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2018-06-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_ba4609141dcc-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2018-06-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_ba4609141dcc-uploads.zip\";i:1;s:79:\"backup_2018-06-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_ba4609141dcc-uploads2.zip\";}s:12:\"uploads-size\";i:416925648;s:13:\"uploads1-size\";i:21394850;s:6:\"others\";a:1:{i:0;s:77:\"backup_2018-06-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_ba4609141dcc-others.zip\";}s:11:\"others-size\";i:130776972;s:2:\"db\";s:72:\"backup_2018-06-22-0120_Zeta_Phi_Beta_Sorority_Inc_Lam_ba4609141dcc-db.gz\";s:7:\"db-size\";i:2728926;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"05efb695e9f1254811934ce7a1d738737141117a\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"3f06f0d29eaea439e45fd9db1322224233ad5687\";s:8:\"uploads1\";s:40:\"20dc8f9835490350f838a840e42edc459b2372cf\";s:7:\"others0\";s:40:\"45c49d4afbb2f01d7be203cc1b9dae6ea7545e31\";s:3:\"db0\";s:40:\"3cccefc8d58315a6c4ec8599b49f45c0146b0c67\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"8494ae4cd142774f8604dee7e6e68b314beba13f08a1a0882fe887a8b380087a\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"768a8bc715ac9b95c5cce39183e4202fe6ef1fb9e17fb173654d079eab788708\";s:8:\"uploads1\";s:64:\"86e20762d5b2c2e354e70c95b15544026769db27c1f535a91a4483911d078d03\";s:7:\"others0\";s:64:\"2de23fd0ac2d729fd2c279f4adf13ad3b6e294ed53ca8b7f4239d3a04693642d\";s:3:\"db0\";s:64:\"704cb56cece5bc5487f8161ff4f24a42d04dc350b9fb1bace692723b1aa966aa\";}}s:5:\"nonce\";s:12:\"ba4609141dcc\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:18:\"created_by_version\";s:7:\"1.14.11\";s:12:\"is_multisite\";b:0;}i:1526969181;a:17:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2018-05-22-0106_Zeta_Phi_Beta_Sorority_Inc_Lam_ec3cca157310-plugins.zip\";}s:12:\"plugins-size\";i:54775268;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2018-05-22-0106_Zeta_Phi_Beta_Sorority_Inc_Lam_ec3cca157310-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2018-05-22-0106_Zeta_Phi_Beta_Sorority_Inc_Lam_ec3cca157310-uploads.zip\";i:1;s:79:\"backup_2018-05-22-0106_Zeta_Phi_Beta_Sorority_Inc_Lam_ec3cca157310-uploads2.zip\";}s:12:\"uploads-size\";i:414999405;s:13:\"uploads1-size\";i:21394850;s:6:\"others\";a:1:{i:0;s:77:\"backup_2018-05-22-0106_Zeta_Phi_Beta_Sorority_Inc_Lam_ec3cca157310-others.zip\";}s:11:\"others-size\";i:130776972;s:2:\"db\";s:72:\"backup_2018-05-22-0106_Zeta_Phi_Beta_Sorority_Inc_Lam_ec3cca157310-db.gz\";s:7:\"db-size\";i:2248887;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"cc495dadaded4712ee1bbe3f30e07756e991f553\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"1fa01f3c89dac341d25116e48ce749e4200eab53\";s:8:\"uploads1\";s:40:\"22342edb8ff6c725d8a32aa373594bfc16d15125\";s:7:\"others0\";s:40:\"c52252ff0fb068f005e52f0f45d365d12fbfcfe9\";s:3:\"db0\";s:40:\"ea300408565a9e42d027dd74303abac5ffcca307\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"cd73a9dd184e156523d45f4bdf4addba35f48a4f05ee4e8f7a79856e00e7edad\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"4b137ae6457f002d1f2bc48db2faac5ca763aa3728a5748b691ceb3ae5945939\";s:8:\"uploads1\";s:64:\"fdd2dce9d9e7d14905cfa17f12d80c26091c0593098cb02d340851adfd0b5028\";s:7:\"others0\";s:64:\"75f79dfe22f295d769cdfa085a79991e63100cb0caaea1359d9ccdd32fc7e0cc\";s:3:\"db0\";s:64:\"48348a15e3244582fd014425c47caf724a1601708b25eb23ecc20da6b1899a21\";}}s:5:\"nonce\";s:12:\"ec3cca157310\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:18:\"created_by_version\";s:6:\"1.14.7\";s:12:\"is_multisite\";b:0;}i:1524376240;a:17:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2018-04-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_fc842d2e31ba-plugins.zip\";}s:12:\"plugins-size\";i:52174207;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2018-04-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_fc842d2e31ba-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:2:{i:0;s:78:\"backup_2018-04-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_fc842d2e31ba-uploads.zip\";i:1;s:79:\"backup_2018-04-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_fc842d2e31ba-uploads2.zip\";}s:12:\"uploads-size\";i:413836860;s:13:\"uploads1-size\";i:4582720;s:6:\"others\";a:1:{i:0;s:77:\"backup_2018-04-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_fc842d2e31ba-others.zip\";}s:11:\"others-size\";i:130776618;s:2:\"db\";s:72:\"backup_2018-04-22-0050_Zeta_Phi_Beta_Sorority_Inc_Lam_fc842d2e31ba-db.gz\";s:7:\"db-size\";i:2209443;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:6:{s:8:\"plugins0\";s:40:\"1117b9e4f5abf96ad16e5988311fec0e0e577fb8\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"ab71f6d1cdd72c111a10880295a5554490a5cbd2\";s:8:\"uploads1\";s:40:\"8dbc4f6b92ac9ff632e4c188be8dfbd5da788940\";s:7:\"others0\";s:40:\"a8cdbabe7a4958883fddd988532b189a97100fea\";s:3:\"db0\";s:40:\"f6299e71335e24dc2df386db59a5eac98ac466e2\";}s:6:\"sha256\";a:6:{s:8:\"plugins0\";s:64:\"67e1ac044b77867f1cc18543a4666feea7178bc0157f2db927bd27ae5107afc3\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"f7670d573401dbb0f9c2fc7287bd6736cce1d136ac3c82c63d18ac8bfd0263d6\";s:8:\"uploads1\";s:64:\"eaabb680d215b354c3e82e31a0dcdaaf0710ecd31452eb175d09028a150e63e7\";s:7:\"others0\";s:64:\"9cc53992d9781e685cb098587d0a114a6eb001e00f2c7a869c65844b6c3abe48\";s:3:\"db0\";s:64:\"d022ffc74700a06cc51be21dc2f1932e3d96ec4c79e999c2923105728210e5fa\";}}s:5:\"nonce\";s:12:\"fc842d2e31ba\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:18:\"created_by_version\";s:6:\"1.14.4\";s:12:\"is_multisite\";b:0;}i:1521699509;a:16:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2018-03-22-0118_Zeta_Phi_Beta_Sorority_Inc_Lam_4299d32b2219-plugins.zip\";}s:12:\"plugins-size\";i:52153445;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2018-03-22-0118_Zeta_Phi_Beta_Sorority_Inc_Lam_4299d32b2219-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:1:{i:0;s:78:\"backup_2018-03-22-0118_Zeta_Phi_Beta_Sorority_Inc_Lam_4299d32b2219-uploads.zip\";}s:12:\"uploads-size\";i:406962123;s:6:\"others\";a:1:{i:0;s:77:\"backup_2018-03-22-0118_Zeta_Phi_Beta_Sorority_Inc_Lam_4299d32b2219-others.zip\";}s:11:\"others-size\";i:130776618;s:2:\"db\";s:72:\"backup_2018-03-22-0118_Zeta_Phi_Beta_Sorority_Inc_Lam_4299d32b2219-db.gz\";s:7:\"db-size\";i:2223804;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"dbc1458dd85d0fe589325c298f9570d76ffe1a4a\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"8b7a4451fe899ccc5df1dd08169ee5378632d701\";s:7:\"others0\";s:40:\"e9b3913e41eb3aff330972b5ddbe66b43f21b2eb\";s:3:\"db0\";s:40:\"5ffe197716e7d1e6635696161c725e6257d5f33d\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"8dcc8d25c9dabacfa7b74f6abcf9f01d6a3c12181ecd8ce93a0c7d761d55b576\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"49de195f63cba25ab3d04fd94b0825877192a8a3a45f635c68a1a42fb5580eb9\";s:7:\"others0\";s:64:\"80c1b60f3907f0832867aa04f26fed5d06ed78398b6c735fe701e3e4aebb5135\";s:3:\"db0\";s:64:\"3cf48cacbf7eeaad9980d26303d03bdb3d901950929ce07ffee6a5d05093ac0b\";}}s:5:\"nonce\";s:12:\"4299d32b2219\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:18:\"created_by_version\";s:6:\"1.14.4\";s:12:\"is_multisite\";b:0;}i:1519106503;a:16:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2018-02-20-0101_Zeta_Phi_Beta_Sorority_Inc_Lam_c2d68a8aec10-plugins.zip\";}s:12:\"plugins-size\";i:46584070;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2018-02-20-0101_Zeta_Phi_Beta_Sorority_Inc_Lam_c2d68a8aec10-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:1:{i:0;s:78:\"backup_2018-02-20-0101_Zeta_Phi_Beta_Sorority_Inc_Lam_c2d68a8aec10-uploads.zip\";}s:12:\"uploads-size\";i:358228147;s:6:\"others\";a:1:{i:0;s:77:\"backup_2018-02-20-0101_Zeta_Phi_Beta_Sorority_Inc_Lam_c2d68a8aec10-others.zip\";}s:11:\"others-size\";i:130776318;s:2:\"db\";s:72:\"backup_2018-02-20-0101_Zeta_Phi_Beta_Sorority_Inc_Lam_c2d68a8aec10-db.gz\";s:7:\"db-size\";i:1479493;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"5a5d1393a7660f1b078de9fcd82a41f472898fd2\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"520f3049f9e7f6873304fc05caeea0e183c1063f\";s:7:\"others0\";s:40:\"aad0d1d8071362837700d086cef100b8b416579a\";s:3:\"db0\";s:40:\"65fa68a723252f6f7f5348d8bd86ebe8441682e8\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"68f5a2a103232618e4d62c6d88ffd53b78467259aba6a711e6229756f7de75d2\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"6a5ef5aa2d0ec28468ec00a9a101f76e854bcf28124cc198b929cb1448d5f8e6\";s:7:\"others0\";s:64:\"ae23029ee30aff45a2e492b70368d29c6d3fb6c4915c8c1619c207569d0337e2\";s:3:\"db0\";s:64:\"a9ebfae8f88a1326948dea3189251a255adfcc9807bddd43f788d56ed7db6aa8\";}}s:5:\"nonce\";s:12:\"c2d68a8aec10\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:18:\"created_by_version\";s:6:\"1.14.2\";s:12:\"is_multisite\";b:0;}i:1516515814;a:16:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2018-01-21-0123_Zeta_Phi_Beta_Sorority_Inc_Lam_2f7535df1001-plugins.zip\";}s:12:\"plugins-size\";i:46357185;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2018-01-21-0123_Zeta_Phi_Beta_Sorority_Inc_Lam_2f7535df1001-themes.zip\";}s:11:\"themes-size\";i:5392662;s:7:\"uploads\";a:1:{i:0;s:78:\"backup_2018-01-21-0123_Zeta_Phi_Beta_Sorority_Inc_Lam_2f7535df1001-uploads.zip\";}s:12:\"uploads-size\";i:358080820;s:6:\"others\";a:1:{i:0;s:77:\"backup_2018-01-21-0123_Zeta_Phi_Beta_Sorority_Inc_Lam_2f7535df1001-others.zip\";}s:11:\"others-size\";i:130776318;s:2:\"db\";s:72:\"backup_2018-01-21-0123_Zeta_Phi_Beta_Sorority_Inc_Lam_2f7535df1001-db.gz\";s:7:\"db-size\";i:1838855;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"028eaa9e7e2e7a36de616436215b67c811585d2e\";s:7:\"themes0\";s:40:\"1a18617a7f3b4b8f69e537ae1d070a0b3e7bfc09\";s:8:\"uploads0\";s:40:\"e6a81e47915c661a254b9f852ee8271c33515a62\";s:7:\"others0\";s:40:\"aad0d1d8071362837700d086cef100b8b416579a\";s:3:\"db0\";s:40:\"afe6167b52b5c1784882a814c6c41c9072dd43c1\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"08ca33b4fdee4d1f8be1493328a3c4ee6514bd200df2298fdb25ef281efd0ae1\";s:7:\"themes0\";s:64:\"2f204c7a990c1a3bcf20b452c269f35a74b488cfff6949ebd669028a0ed212ef\";s:8:\"uploads0\";s:64:\"1fd7c5bbb861db11bf187ab9b8dbb2f8a92d74453c0b241c37636a970dd79d35\";s:7:\"others0\";s:64:\"ae23029ee30aff45a2e492b70368d29c6d3fb6c4915c8c1619c207569d0337e2\";s:3:\"db0\";s:64:\"0f9cc28e1db62a1ca4bdc8281a92c5264e2445d70299a18490e7b98cf3dba80b\";}}s:5:\"nonce\";s:12:\"2f7535df1001\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:18:\"created_by_version\";s:6:\"1.14.2\";s:12:\"is_multisite\";b:0;}i:1513922135;a:16:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2017-12-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_7e35b1e7831a-plugins.zip\";}s:12:\"plugins-size\";i:44804526;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2017-12-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_7e35b1e7831a-themes.zip\";}s:11:\"themes-size\";i:5395531;s:7:\"uploads\";a:1:{i:0;s:78:\"backup_2017-12-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_7e35b1e7831a-uploads.zip\";}s:12:\"uploads-size\";i:353930438;s:6:\"others\";a:1:{i:0;s:77:\"backup_2017-12-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_7e35b1e7831a-others.zip\";}s:11:\"others-size\";i:129112267;s:2:\"db\";s:72:\"backup_2017-12-22-0055_Zeta_Phi_Beta_Sorority_Inc_Lam_7e35b1e7831a-db.gz\";s:7:\"db-size\";i:934422;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"ce5b0ad14a2eb2a10b86b7bdb15c9adeb2a60919\";s:7:\"themes0\";s:40:\"e7228c6a7c4c84870eb08480256907722a419aaf\";s:8:\"uploads0\";s:40:\"b626f4b65cd2ef09c1187314bc57373afdf94c6c\";s:7:\"others0\";s:40:\"4bfa8ad2ba89801a9d96fdde00fe19fcc29d08af\";s:3:\"db0\";s:40:\"850cc8f80b5675e79d0a57884db39bd69f19984f\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"fdb9ba267bc2e048c060202754fa5fe74feb40701767e68fefa3050d50665657\";s:7:\"themes0\";s:64:\"0d2a1138c2bb1bd00db7a8d78438e75e9b88afbde4d1e986b4334d3ef8b49912\";s:8:\"uploads0\";s:64:\"32f33f578b5f218fac7ab4e6bc00700a0ad5ed2e1a4b048c04ca294165450c39\";s:7:\"others0\";s:64:\"626660f70eb9f76938d8f24bdbe0e1de61ee248915e41e055bed7ef1c68e48f4\";s:3:\"db0\";s:64:\"02aa30ae60645ade9d0a738511a056fbeac92a044ec48b7927c3d11dc18fc93e\";}}s:5:\"nonce\";s:12:\"7e35b1e7831a\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:18:\"created_by_version\";s:7:\"1.13.11\";s:12:\"is_multisite\";b:0;}i:1511331122;a:16:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2017-11-22-0112_Zeta_Phi_Beta_Sorority_Inc_Lam_9fe3f4facca8-plugins.zip\";}s:12:\"plugins-size\";i:43888426;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2017-11-22-0112_Zeta_Phi_Beta_Sorority_Inc_Lam_9fe3f4facca8-themes.zip\";}s:11:\"themes-size\";i:5395531;s:7:\"uploads\";a:1:{i:0;s:78:\"backup_2017-11-22-0112_Zeta_Phi_Beta_Sorority_Inc_Lam_9fe3f4facca8-uploads.zip\";}s:12:\"uploads-size\";i:353256125;s:6:\"others\";a:1:{i:0;s:77:\"backup_2017-11-22-0112_Zeta_Phi_Beta_Sorority_Inc_Lam_9fe3f4facca8-others.zip\";}s:11:\"others-size\";i:129039213;s:2:\"db\";s:72:\"backup_2017-11-22-0112_Zeta_Phi_Beta_Sorority_Inc_Lam_9fe3f4facca8-db.gz\";s:7:\"db-size\";i:857980;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"0dbecdf7ae83e039522e9045b8985639bfde2028\";s:7:\"themes0\";s:40:\"e7228c6a7c4c84870eb08480256907722a419aaf\";s:8:\"uploads0\";s:40:\"886196c52217f763788632216d4f88339b338948\";s:7:\"others0\";s:40:\"c082e1859f1149d0a094b4d2825ffbc52aa155e4\";s:3:\"db0\";s:40:\"c6a145bfac4049e36772dba3a841f467313aac08\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"64520bf9eb504bd76468bf3323b7586354246db10907d7c262eafd574034f58b\";s:7:\"themes0\";s:64:\"0d2a1138c2bb1bd00db7a8d78438e75e9b88afbde4d1e986b4334d3ef8b49912\";s:8:\"uploads0\";s:64:\"cacdc230b318a557aabc52bcc1d5b24b6270e0e47bb4168f6dc55961fab97a21\";s:7:\"others0\";s:64:\"142840f2bbe9444c3dea57af5d6838c543b9cf71d08b5ae0c91afd4c4642bf54\";s:3:\"db0\";s:64:\"1d3dda8850701b5672df0081df6b01d834bd73cc544b16ef45253ab4d5f46da3\";}}s:5:\"nonce\";s:12:\"9fe3f4facca8\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:18:\"created_by_version\";s:7:\"1.13.11\";s:12:\"is_multisite\";b:0;}i:1508737719;a:16:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2017-10-23-0048_Zeta_Phi_Beta_Sorority_Inc_Lam_781d0d2ea340-plugins.zip\";}s:12:\"plugins-size\";i:39268143;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2017-10-23-0048_Zeta_Phi_Beta_Sorority_Inc_Lam_781d0d2ea340-themes.zip\";}s:11:\"themes-size\";i:5395519;s:7:\"uploads\";a:1:{i:0;s:78:\"backup_2017-10-23-0048_Zeta_Phi_Beta_Sorority_Inc_Lam_781d0d2ea340-uploads.zip\";}s:12:\"uploads-size\";i:332550002;s:6:\"others\";a:1:{i:0;s:77:\"backup_2017-10-23-0048_Zeta_Phi_Beta_Sorority_Inc_Lam_781d0d2ea340-others.zip\";}s:11:\"others-size\";i:129039213;s:2:\"db\";s:72:\"backup_2017-10-23-0048_Zeta_Phi_Beta_Sorority_Inc_Lam_781d0d2ea340-db.gz\";s:7:\"db-size\";i:848255;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"cc980543b92cf0df22900e10fdd307cc67359052\";s:7:\"themes0\";s:40:\"13d39b6a95117e90c4f86166a0591998da511199\";s:8:\"uploads0\";s:40:\"0a7247fc480f4a474ed228c29a49e461840e2d3f\";s:7:\"others0\";s:40:\"5c6c7633431993168e9926ef57568a1531895742\";s:3:\"db0\";s:40:\"a3283af2f8e739ea2a17476862c2e9aae81405cd\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"01d87be42aafee0c4d18d355bfd22c68d0f399871f7387adab7f561022dd8110\";s:7:\"themes0\";s:64:\"2c11cb162b2d99aecb3035ea7a7432d13497034e462275674e78dc569637edad\";s:8:\"uploads0\";s:64:\"d08d40c08a4aeab874c9a05c066bbc0acc8147ba8f707a629d80713339f02813\";s:7:\"others0\";s:64:\"0671baf076d3b0cc05dbf4f244978ba61ff3a479c0f0d80de7f21a6f410dc44e\";s:3:\"db0\";s:64:\"b371d2876821241240c5717c5eb038ce6e46c2f0a6a134b64829d85179a6a2b4\";}}s:5:\"nonce\";s:12:\"781d0d2ea340\";s:7:\"service\";a:1:{i:0;s:5:\"email\";}s:20:\"service_instance_ids\";a:0:{}s:18:\"created_by_version\";s:7:\"1.13.11\";s:12:\"is_multisite\";b:0;}i:1508736448;a:16:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2017-10-23-0027_Zeta_Phi_Beta_Sorority_Inc_Lam_6e8217318838-plugins.zip\";}s:12:\"plugins-size\";i:39268143;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2017-10-23-0027_Zeta_Phi_Beta_Sorority_Inc_Lam_6e8217318838-themes.zip\";}s:11:\"themes-size\";i:5395519;s:7:\"uploads\";a:1:{i:0;s:78:\"backup_2017-10-23-0027_Zeta_Phi_Beta_Sorority_Inc_Lam_6e8217318838-uploads.zip\";}s:12:\"uploads-size\";i:332550002;s:6:\"others\";a:1:{i:0;s:77:\"backup_2017-10-23-0027_Zeta_Phi_Beta_Sorority_Inc_Lam_6e8217318838-others.zip\";}s:11:\"others-size\";i:129039213;s:2:\"db\";s:72:\"backup_2017-10-23-0027_Zeta_Phi_Beta_Sorority_Inc_Lam_6e8217318838-db.gz\";s:7:\"db-size\";i:846354;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"cc980543b92cf0df22900e10fdd307cc67359052\";s:7:\"themes0\";s:40:\"13d39b6a95117e90c4f86166a0591998da511199\";s:8:\"uploads0\";s:40:\"dc2a7da43ba80e4ba3ca45c2a836b7219a64866f\";s:7:\"others0\";s:40:\"60995de2104307ea54c685f34d3c307d1fa89d4e\";s:3:\"db0\";s:40:\"0e2dc924780d79fc3fff8ad789816084864be866\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"01d87be42aafee0c4d18d355bfd22c68d0f399871f7387adab7f561022dd8110\";s:7:\"themes0\";s:64:\"2c11cb162b2d99aecb3035ea7a7432d13497034e462275674e78dc569637edad\";s:8:\"uploads0\";s:64:\"561e38b81596b1155004077142cba00e1152e894614a4233bb84e440c57aaea4\";s:7:\"others0\";s:64:\"d9826728da3048e3418cdbc6499e880a1824e8560e168844b0e3a8cb808337a5\";s:3:\"db0\";s:64:\"73675729433f5972aca0c259f10412130278633be81f860aa320ebaae0d39dc1\";}}s:5:\"nonce\";s:12:\"6e8217318838\";s:7:\"service\";a:1:{i:0;s:11:\"googledrive\";}s:20:\"service_instance_ids\";a:1:{s:11:\"googledrive\";a:1:{i:0;s:34:\"s-80ce4c8c8dee7f62a9b2b9e22994c990\";}}s:18:\"created_by_version\";s:7:\"1.13.11\";s:12:\"is_multisite\";b:0;}}','no'),(56175,'icwp_wpsf_plugin_options','a:32:{s:26:\"tracking_permission_set_at\";i:0;s:22:\"visitor_address_source\";s:11:\"REMOTE_ADDR\";s:20:\"display_plugin_badge\";s:1:\"N\";s:15:\"enable_tracking\";s:1:\"N\";s:29:\"global_enable_plugin_features\";s:1:\"Y\";s:27:\"enable_upgrade_admin_notice\";s:1:\"Y\";s:17:\"installation_time\";i:1508738118;s:25:\"google_recaptcha_site_key\";s:0:\"\";s:27:\"google_recaptcha_secret_key\";s:0:\"\";s:22:\"unique_installation_id\";s:40:\"0afe7eeac55c8017d0b814fe6d3290742f95addb\";s:18:\"help_video_options\";a:0:{}s:24:\"block_send_email_address\";s:0:\"\";s:20:\"delete_on_deactivate\";s:1:\"N\";s:21:\"tracking_last_sent_at\";i:0;s:22:\"google_recaptcha_style\";s:5:\"light\";s:22:\"importexport_secretkey\";s:40:\"ff20250f9378ffae7d188296cd489e82fe435832\";s:33:\"importexport_secretkey_expires_at\";i:1632345706;s:22:\"importexport_whitelist\";a:0:{}s:22:\"importexport_masterurl\";s:0:\"\";s:19:\"importexport_enable\";s:1:\"Y\";s:27:\"enable_xmlrpc_compatibility\";s:1:\"N\";s:21:\"last_ip_detect_source\";s:11:\"REMOTE_ADDR\";s:12:\"activated_at\";i:0;s:20:\"cache_dir_write_test\";a:2:{s:12:\"last_test_at\";i:1632342106;s:15:\"last_success_at\";i:1632342106;}s:11:\"cfg_version\";s:5:\"9.0.4\";s:16:\"captcha_provider\";s:10:\"grecaptcha\";s:18:\"captcha_checked_at\";i:-1;s:12:\"enable_wpcli\";s:1:\"Y\";s:17:\"dismissed_notices\";b:0;s:15:\"locale_override\";s:0:\"\";s:13:\"show_advanced\";s:1:\"Y\";s:16:\"enable_shieldnet\";s:1:\"Y\";}','yes'),(56087,'updraft_dropbox','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-8c8f28c20007a331adbf107e9828fd50\";a:1:{s:15:\"tk_access_token\";s:1:\"0\";}}}','yes'),(56129,'updraftplus_unlocked_','1','no'),(56130,'updraftplus_last_lock_time_','2017-10-23 05:50:32','no'),(56131,'updraftplus_semaphore_','0','no'),(56179,'icwp_wpsf_loginprotect_options','a:26:{s:20:\"enable_login_protect\";s:1:\"Y\";s:13:\"text_imahuman\";s:7:\"default\";s:19:\"text_pleasecheckbox\";s:7:\"default\";s:18:\"help_video_options\";a:0:{}s:29:\"enable_google_recaptcha_login\";s:8:\"disabled\";s:23:\"enable_login_gasp_check\";s:1:\"Y\";s:20:\"login_limit_interval\";i:10;s:29:\"enable_chained_authentication\";s:1:\"Y\";s:27:\"enable_google_authenticator\";s:1:\"N\";s:27:\"enable_email_authentication\";s:1:\"N\";s:26:\"two_factor_auth_user_roles\";a:1:{i:0;s:10:\"subscriber\";}s:19:\"rename_wplogin_path\";s:13:\"webmaster1920\";s:14:\"enable_yubikey\";s:1:\"N\";s:14:\"yubikey_app_id\";s:0:\"\";s:15:\"yubikey_api_key\";s:0:\"\";s:26:\"email_can_send_verified_at\";i:-1;s:8:\"gasp_key\";s:13:\"59ed858ee3fd7\";s:21:\"use_login_intent_page\";b:1;s:8:\"mfa_skip\";i:0;s:24:\"bot_protection_locations\";a:3:{i:0;s:5:\"login\";i:1;s:8:\"register\";i:2;s:8:\"password\";}s:17:\"allow_backupcodes\";s:1:\"N\";s:16:\"antibot_form_ids\";a:0:{}s:18:\"email_any_user_set\";s:1:\"N\";s:11:\"cfg_version\";s:5:\"9.0.4\";s:20:\"enable_antibot_check\";s:1:\"N\";s:10:\"enable_u2f\";s:1:\"N\";}','yes'),(429647,'icwp_wpsf_reporting_options','a:3:{s:16:\"enable_reporting\";s:1:\"Y\";s:14:\"frequency_info\";s:6:\"weekly\";s:15:\"frequency_alert\";s:5:\"daily\";}','yes'),(138021,'icwp_wpsf_traffic_options','a:6:{s:14:\"enable_traffic\";s:1:\"N\";s:10:\"auto_clean\";i:3;s:17:\"custom_exclusions\";a:0:{}s:14:\"enable_limiter\";s:1:\"N\";s:20:\"legacy_db_deleted_at\";s:10:\"1632315672\";s:15:\"type_exclusions\";a:6:{i:0;s:9:\"logged_in\";i:1;s:6:\"server\";i:2;s:4:\"cron\";i:3;s:6:\"search\";i:4;s:6:\"uptime\";i:5;s:6:\"server\";}}','yes'),(56180,'icwp_wpsf_user_management_options','a:17:{s:22:\"enable_user_management\";s:1:\"N\";s:37:\"enable_admin_login_email_notification\";s:0:\"\";s:33:\"session_username_concurrent_limit\";i:0;s:24:\"session_timeout_interval\";i:2;s:15:\"pass_min_length\";i:12;s:17:\"pass_min_strength\";s:1:\"4\";s:19:\"pass_force_existing\";s:1:\"N\";s:11:\"pass_expire\";i:60;s:36:\"enable_user_login_email_notification\";s:1:\"N\";s:29:\"session_idle_timeout_interval\";i:48;s:14:\"manual_suspend\";s:1:\"N\";s:13:\"auto_password\";s:1:\"Y\";s:14:\"auto_idle_days\";i:0;s:15:\"auto_idle_roles\";a:3:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";}s:11:\"cfg_version\";s:5:\"9.0.4\";s:12:\"email_checks\";a:2:{i:0;s:6:\"syntax\";i:2;s:17:\"domain_registered\";}s:18:\"reg_email_validate\";s:3:\"log\";}','yes'),(56181,'icwp_wpsf_commentsfilter_options','a:9:{s:22:\"enable_comments_filter\";s:1:\"N\";s:31:\"google_recaptcha_style_comments\";s:7:\"default\";s:17:\"comments_cooldown\";i:30;s:16:\"human_spam_items\";a:6:{i:0;s:11:\"author_name\";i:1;s:12:\"author_email\";i:2;s:15:\"comment_content\";i:3;s:3:\"url\";i:4;s:10:\"ip_address\";i:5;s:10:\"user_agent\";}s:18:\"trusted_user_roles\";a:5:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";}s:11:\"cfg_version\";s:5:\"9.0.4\";s:34:\"comments_default_action_human_spam\";s:1:\"0\";s:32:\"comments_default_action_spam_bot\";s:4:\"spam\";s:20:\"enable_antibot_check\";s:1:\"N\";}','yes'),(56182,'icwp_wpsf_autoupdates_options','a:10:{s:18:\"enable_autoupdates\";s:1:\"Y\";s:29:\"enable_autoupdate_disable_all\";s:1:\"N\";s:33:\"enable_upgrade_notification_email\";s:0:\"\";s:25:\"enable_autoupdate_plugins\";s:1:\"N\";s:15:\"autoupdate_core\";s:10:\"core_minor\";s:12:\"update_delay\";i:0;s:14:\"delay_tracking\";a:3:{s:4:\"core\";a:1:{s:2:\"wp\";a:5:{s:5:\"5.6.4\";i:1620870366;s:3:\"5.8\";i:1626847009;s:5:\"5.8.1\";i:1631162727;s:5:\"5.7.3\";i:1631162727;s:5:\"5.6.5\";i:1631162727;}}s:7:\"plugins\";a:29:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";a:3:{s:4:\"7.46\";i:1628700067;s:4:\"7.47\";i:1630428308;s:4:\"7.48\";i:1632315586;}s:16:\"gotmls/index.php\";a:3:{s:7:\"4.19.69\";i:1589777458;s:7:\"4.20.59\";i:1621183925;s:7:\"4.20.72\";i:1623818081;}s:36:\"contact-form-7/wp-contact-form-7.php\";a:3:{s:3:\"5.4\";i:1614184521;s:5:\"5.4.1\";i:1619714293;s:5:\"5.4.2\";i:1626280393;}s:39:\"contact-form-7-paypal-add-on/paypal.php\";a:3:{s:5:\"1.5.6\";i:1526963443;s:5:\"1.5.7\";i:1527569001;s:3:\"1.6\";i:1530505730;}s:37:\"download-manager/download-manager.php\";a:3:{s:6:\"2.9.75\";i:1530636260;s:6:\"2.9.76\";i:1530643679;s:6:\"2.9.77\";i:1533660106;}s:25:\"duplicator/duplicator.php\";a:3:{s:5:\"1.4.1\";i:1622092443;s:5:\"1.4.2\";i:1625720636;s:5:\"1.4.3\";i:1631162727;}s:41:\"better-wp-security/better-wp-security.php\";a:3:{s:5:\"7.8.0\";i:1597379474;s:5:\"7.9.0\";i:1602650589;s:5:\"7.9.1\";i:1618461338;}s:27:\"ninja-forms/ninja-forms.php\";a:3:{s:5:\"3.5.8\";i:1631075643;s:7:\"3.5.8.1\";i:1631766502;s:7:\"3.5.8.2\";i:1632284998;}s:28:\"swiftype-search/swiftype.php\";a:2:{s:6:\"1.1.49\";i:1518496173;s:6:\"1.1.50\";i:1533359350;}s:27:\"updraftplus/updraftplus.php\";a:3:{s:7:\"1.16.59\";i:1626453635;s:7:\"1.16.60\";i:1629392258;s:7:\"1.16.61\";i:1630216034;}s:27:\"woocommerce/woocommerce.php\";a:3:{s:5:\"3.4.2\";i:1528216938;s:5:\"3.4.3\";i:1529555763;s:5:\"3.4.4\";i:1532580394;}s:31:\"wp-statistics/wp-statistics.php\";a:3:{s:8:\"12.3.6.2\";i:1529642860;s:8:\"12.3.6.3\";i:1529684910;s:8:\"12.3.6.4\";i:1531844914;}s:24:\"wordpress-seo/wp-seo.php\";a:3:{s:4:\"17.0\";i:1629823077;s:4:\"17.1\";i:1631036178;s:4:\"17.2\";i:1632242451;}s:41:\"powr-paypal-button/powr-paypal-button.php\";a:1:{s:5:\"1.6.4\";i:1518755369;}s:19:\"akismet/akismet.php\";a:3:{s:6:\"4.1.10\";i:1625632638;s:6:\"4.1.11\";i:1629781507;s:6:\"4.1.12\";i:1630732603;}s:32:\"wp-simple-firewall/icwp-wpsf.php\";a:3:{s:6:\"11.5.4\";i:1628094645;s:6:\"12.0.3\";i:1632315586;s:6:\"12.0.4\";i:1632328151;}s:30:\"login-sidebar-widget/login.php\";a:3:{s:5:\"6.0.7\";i:1599497324;s:5:\"6.0.8\";i:1608741210;s:5:\"6.0.9\";i:1610642705;}s:27:\"wordpress-popup/popover.php\";a:3:{s:5:\"7.4.3\";i:1613752143;s:5:\"7.4.4\";i:1618634218;s:7:\"7.4.5.2\";i:1629736157;}s:33:\"w3-total-cache/w3-total-cache.php\";a:3:{s:5:\"2.1.6\";i:1628225057;s:5:\"2.1.7\";i:1630600317;s:5:\"2.1.8\";i:1631075643;}s:33:\"theme-my-login/theme-my-login.php\";a:3:{s:5:\"7.1.1\";i:1596909009;s:5:\"7.1.2\";i:1605848388;s:5:\"7.1.3\";i:1615568163;}s:69:\"styles-and-layouts-for-gravity-forms/styles-layouts-gravity-forms.php\";a:3:{s:5:\"4.3.1\";i:1617468195;s:5:\"4.3.2\";i:1626453635;s:5:\"4.3.3\";i:1630687057;}s:57:\"easy-paypal-events-tickets/easy-paypal-events-tickets.php\";a:1:{s:5:\"1.1.1\";i:1529124913;}s:52:\"mailchimp-forms-by-mailmunch/mailchimp-mailmunch.php\";a:3:{s:5:\"3.1.2\";i:1544200385;s:5:\"3.1.3\";i:1556599264;s:5:\"3.1.4\";i:1576126055;}s:41:\"admin-custom-login/admin-custom-login.php\";a:3:{s:5:\"3.2.7\";i:1627058094;s:5:\"3.2.8\";i:1627191544;s:5:\"3.2.9\";i:1630772984;}s:43:\"gf-form-multicolumn/gf-form-multicolumn.php\";a:3:{s:6:\"3.2.0a\";i:1625848430;s:5:\"3.2.0\";i:1626367886;s:5:\"3.2.1\";i:1627361412;}s:35:\"obfuscate-email/obfuscate-email.php\";a:3:{s:5:\"3.6.1\";i:1578158079;s:3:\"3.7\";i:1593620911;s:5:\"3.8.1\";i:1618418670;}s:21:\"raw-html/raw_html.php\";a:3:{s:5:\"1.6.1\";i:1561393751;s:5:\"1.6.2\";i:1581612443;s:5:\"1.6.3\";i:1593016219;}s:19:\"keyring/keyring.php\";a:1:{s:3:\"3.0\";i:1614572953;}s:53:\"import-eventbrite-events/import-eventbrite-events.php\";a:1:{s:5:\"1.6.2\";i:1622868165;}}s:6:\"themes\";a:3:{s:14:\"twentynineteen\";a:3:{s:3:\"1.9\";i:1608697854;s:3:\"2.0\";i:1615352290;s:3:\"2.1\";i:1627014994;}s:12:\"twentytwenty\";a:3:{s:3:\"1.6\";i:1607489149;s:3:\"1.7\";i:1615352290;s:3:\"1.8\";i:1627014994;}s:15:\"twentytwentyone\";a:3:{s:3:\"1.2\";i:1615352290;s:3:\"1.3\";i:1619497735;s:3:\"1.4\";i:1627014994;}}}s:22:\"autoupdate_plugin_self\";s:4:\"auto\";s:24:\"enable_autoupdate_themes\";s:1:\"N\";s:22:\"override_email_address\";s:0:\"\";}','yes'),(56183,'icwp_wpsf_hack_protect_options','a:21:{s:19:\"enable_hack_protect\";s:1:\"Y\";s:31:\"enable_core_file_integrity_scan\";s:1:\"Y\";s:37:\"enable_unrecognised_file_cleaner_scan\";s:19:\"enabled_delete_only\";s:14:\"ufc_exclusions\";a:8:{i:0;s:9:\"error_log\";i:1;s:9:\".htaccess\";i:2;s:9:\".htpasswd\";i:3;s:9:\".user.ini\";i:4;s:7:\"php.ini\";i:5;s:10:\"web.config\";i:6;s:12:\"php_mail.log\";i:7;s:8:\"mail.log\";}s:16:\"ufc_scan_uploads\";s:1:\"N\";s:18:\"help_video_options\";a:0:{}s:18:\"enable_wpvuln_scan\";s:1:\"Y\";s:22:\"wpvuln_scan_autoupdate\";s:1:\"N\";s:14:\"scan_frequency\";s:1:\"1\";s:10:\"ptg_enable\";s:1:\"Y\";s:16:\"enabled_scan_apc\";s:1:\"Y\";s:15:\"mal_scan_enable\";s:1:\"Y\";s:19:\"ptg_reinstall_links\";s:1:\"Y\";s:23:\"mal_autorepair_surgical\";s:1:\"N\";s:12:\"is_scan_cron\";b:0;s:14:\"scans_to_build\";a:0:{}s:17:\"file_repair_areas\";a:0:{}s:11:\"file_locker\";a:0:{}s:11:\"cfg_version\";s:5:\"9.0.4\";s:20:\"scan_path_exclusions\";a:10:{i:0;s:17:\"wp-content/cache/\";i:1;s:18:\"wp-content/nfwlog/\";i:2;s:18:\"wp-content/wflogs/\";i:3;s:11:\"*/error_log\";i:4;s:15:\"*/php_error_log\";i:5;s:10:\"*/mail.log\";i:6;s:14:\"*/php_mail.log\";i:7;s:23:\"*/.stylelintrc-css.json\";i:8;s:19:\"*/.stylelintrc.json\";i:9;s:14:\"*/sucuri-*.php\";}s:19:\"auto_filter_results\";s:1:\"Y\";}','yes'),(56184,'icwp_wpsf_headers_options','a:7:{s:14:\"enable_headers\";s:1:\"Y\";s:17:\"x_referrer_policy\";s:10:\"unsafe-url\";s:7:\"x_frame\";s:13:\"on_sameorigin\";s:13:\"x_xss_protect\";s:1:\"Y\";s:14:\"x_content_type\";s:1:\"Y\";s:32:\"enable_x_content_security_policy\";s:1:\"N\";s:11:\"xcsp_custom\";a:0:{}}','yes'),(56185,'icwp_wpsf_lockdown_options','a:9:{s:15:\"enable_lockdown\";s:1:\"Y\";s:20:\"disable_file_editing\";s:1:\"N\";s:15:\"force_ssl_admin\";s:1:\"N\";s:28:\"hide_wordpress_generator_tag\";s:1:\"N\";s:22:\"block_author_discovery\";s:1:\"Y\";s:14:\"disable_xmlrpc\";s:1:\"N\";s:25:\"disable_anonymous_restapi\";s:1:\"N\";s:16:\"clean_wp_rubbish\";s:1:\"N\";s:24:\"api_namespace_exclusions\";a:5:{i:0;s:14:\"contact-form-7\";i:1;s:7:\"jetpack\";i:2;s:3:\"tho\";i:3;s:12:\"wpstatistics\";i:4;s:11:\"woocommerce\";}}','yes'),(56186,'icwp_wpsf_ips_options','a:16:{s:10:\"enable_ips\";s:1:\"N\";s:11:\"auto_expire\";s:6:\"minute\";s:16:\"text_loginfailed\";s:7:\"default\";s:9:\"track_404\";s:3:\"log\";s:19:\"text_remainingtrans\";s:7:\"default\";s:19:\"transgression_limit\";i:10;s:17:\"track_loginfailed\";s:20:\"transgression-single\";s:17:\"user_auto_recover\";a:0:{}s:16:\"track_linkcheese\";s:8:\"disabled\";s:12:\"track_xmlrpc\";s:3:\"log\";s:18:\"track_logininvalid\";s:3:\"log\";s:20:\"track_fakewebcrawler\";s:3:\"log\";s:15:\"track_useragent\";s:3:\"log\";s:17:\"request_whitelist\";a:0:{}s:20:\"legacy_db_deleted_at\";i:1632315672;s:19:\"track_invalidscript\";s:3:\"log\";}','yes'),(56187,'icwp_wpsf_statistics_options','a:2:{s:17:\"enable_statistics\";s:1:\"Y\";s:22:\"current_plugin_version\";s:5:\"6.8.2\";}','yes'),(56188,'icwp_wpsf_audit_trail_options','a:4:{s:18:\"enable_audit_trail\";s:1:\"N\";s:22:\"audit_trail_auto_clean\";i:7;s:20:\"legacy_db_deleted_at\";i:1632315672;s:14:\"log_level_file\";a:1:{i:0;s:8:\"disabled\";}}','yes'),(56189,'icwp_wpsf_support_options','a:2:{s:14:\"enable_support\";s:1:\"Y\";s:22:\"current_plugin_version\";s:6:\"5.16.4\";}','yes'),(56190,'icwp_wpsf_email_options','a:2:{s:25:\"send_email_throttle_limit\";i:10;s:22:\"current_plugin_version\";s:5:\"6.8.2\";}','yes'),(56191,'icwp_wpsf_plugin_controller','O:8:\"stdClass\":4:{s:4:\"hash\";s:32:\"882d5d275fd62a221d85a8475034c799\";s:8:\"mod_time\";i:1559406792;s:11:\"plugin_spec\";a:9:{s:10:\"properties\";a:15:{s:7:\"version\";s:5:\"7.4.2\";s:17:\"release_timestamp\";i:1559221200;s:11:\"slug_parent\";s:4:\"icwp\";s:11:\"slug_plugin\";s:4:\"wpsf\";s:10:\"human_name\";s:6:\"Shield\";s:10:\"menu_title\";s:6:\"Shield\";s:11:\"text_domain\";s:18:\"wp-simple-firewall\";s:16:\"base_permissions\";s:14:\"manage_options\";s:23:\"wpms_network_admin_only\";b:1;s:15:\"logging_enabled\";b:1;s:21:\"show_dashboard_widget\";b:1;s:10:\"autoupdate\";s:10:\"confidence\";s:15:\"autoupdate_days\";i:2;s:16:\"options_encoding\";s:4:\"json\";s:14:\"enable_premium\";b:1;}s:12:\"requirements\";a:2:{s:3:\"php\";s:5:\"5.4.0\";s:9:\"wordpress\";s:5:\"3.5.0\";}s:5:\"paths\";a:7:{s:6:\"source\";s:3:\"src\";s:8:\"autoload\";s:23:\"lib/vendor/autoload.php\";s:6:\"assets\";s:9:\"resources\";s:9:\"languages\";s:9:\"languages\";s:9:\"templates\";s:9:\"templates\";s:5:\"flags\";s:5:\"flags\";s:5:\"cache\";s:6:\"shield\";}s:8:\"includes\";a:3:{s:5:\"admin\";a:2:{s:3:\"css\";a:1:{i:0;s:13:\"global-plugin\";}s:2:\"js\";a:2:{i:0;s:6:\"jquery\";i:1;s:13:\"global-plugin\";}}s:12:\"plugin_admin\";a:2:{s:3:\"css\";a:4:{i:0;s:10:\"bootstrap4\";i:1;s:20:\"bootstrap-select.min\";i:2;s:6:\"plugin\";i:3;s:12:\"featherlight\";}s:2:\"js\";a:8:{i:0;s:21:\"bootstrap4.bundle.min\";i:1;s:20:\"bootstrap-select.min\";i:2;s:6:\"jquery\";i:3;s:6:\"plugin\";i:4;s:10:\"base64.min\";i:5;s:13:\"lz-string.min\";i:6;s:12:\"featherlight\";i:7;s:19:\"jquery.fileDownload\";}}s:8:\"frontend\";a:1:{s:3:\"css\";N;}}s:4:\"menu\";a:7:{s:4:\"show\";b:1;s:5:\"title\";s:15:\"Shield Security\";s:9:\"top_level\";b:1;s:14:\"do_submenu_fix\";b:1;s:8:\"callback\";s:16:\"onDisplayTopMenu\";s:10:\"icon_image\";s:20:\"pluginlogo_16x16.png\";s:11:\"has_submenu\";b:1;}s:6:\"labels\";a:10:{s:4:\"Name\";s:6:\"Shield\";s:11:\"Description\";s:108:\"Ultimate WP Security Protection - Scans, 2FA, Firewall, SPAM, Audit Trail, Security Admin, and so much more.\";s:5:\"Title\";s:15:\"Shield Security\";s:6:\"Author\";s:17:\"One Dollar Plugin\";s:10:\"AuthorName\";s:17:\"One Dollar Plugin\";s:9:\"PluginURI\";s:18:\"https://icwp.io/2f\";s:9:\"AuthorURI\";s:18:\"https://icwp.io/bv\";s:14:\"icon_url_16x16\";s:20:\"pluginlogo_16x16.png\";s:14:\"icon_url_32x32\";s:20:\"pluginlogo_32x32.png\";s:16:\"icon_url_128x128\";s:22:\"pluginlogo_128x128.png\";}s:4:\"meta\";a:2:{s:13:\"url_repo_home\";s:18:\"https://icwp.io/eh\";s:20:\"headway_changelog_id\";s:6:\"xaoEZJ\";}s:11:\"plugin_meta\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"5✩ Rate This Plugin\";s:4:\"href\";s:22:\"https://icwp.io/wpsf29\";}}s:12:\"action_links\";a:2:{s:6:\"remove\";N;s:3:\"add\";a:2:{i:0;a:5:{s:4:\"name\";s:9:\"Dashboard\";s:5:\"title\";s:22:\"Go To Shield Dashboard\";s:4:\"href\";s:26:\"getPluginUrl_AdminMainPage\";s:6:\"target\";s:4:\"_top\";s:4:\"show\";s:6:\"always\";}i:1;a:6:{s:4:\"name\";s:20:\"↑ Go Pro ↑\";s:5:\"title\";s:29:\"For just $1/month. Seriously.\";s:4:\"href\";s:18:\"https://icwp.io/d8\";s:6:\"target\";s:6:\"_blank\";s:9:\"highlight\";b:1;s:4:\"show\";s:4:\"free\";}}}}s:21:\"update_first_detected\";a:1:{s:5:\"8.0.1\";i:1567096139;}}','yes'),(56171,'widget_icwp_wpsf_plugin_badge','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(71225,'_mm_refresh_token','57e957ba-89c0-4b05-976e-35944219cb1b','yes'),(439272,'itsec_cron','a:2:{s:6:\"single\";a:1:{s:11:\"file-change\";a:1:{s:32:\"aa7f1103787f3f10ae6f1aa41f905f30\";a:1:{s:4:\"data\";a:4:{s:4:\"step\";s:9:\"get-files\";s:5:\"chunk\";s:5:\"admin\";s:10:\"loop_start\";i:1601256962;s:9:\"loop_item\";i:1;}}}}s:9:\"recurring\";a:5:{s:17:\"purge-log-entries\";a:1:{s:4:\"data\";a:0:{}}s:11:\"clear-locks\";a:1:{s:4:\"data\";a:0:{}}s:12:\"health-check\";a:1:{s:4:\"data\";a:0:{}}s:12:\"clear-tokens\";a:1:{s:4:\"data\";a:0:{}}s:11:\"flush-files\";a:1:{s:4:\"data\";a:0:{}}}}','no'),(439279,'hustle_migrations','a:5:{i:0;s:18:\"hustle_20_migrated\";i:1;s:18:\"hustle_30_migrated\";i:2;s:18:\"hustle_40_migrated\";i:3;s:19:\"hustle_430_migrated\";i:4;s:3:\"441\";}','yes'),(439280,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"17.2\";}','yes'),(510237,'_site_transient_timeout_community-events-924b347ebb721a34ccf0c02aec9b489d','1632355326','no'),(510238,'_site_transient_community-events-924b347ebb721a34ccf0c02aec9b489d','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"71.120.26.0\";}s:6:\"events\";a:4:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:60:\"Watch Party + Discussion Group: Organizing WordPress Meetups\";s:3:\"url\";s:68:\"https://www.meetup.com/learn-wordpress-discussions/events/280780344/\";s:6:\"meetup\";s:27:\"Learn WordPress Discussions\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/learn-wordpress-discussions/\";s:4:\"date\";s:19:\"2021-09-23 13:00:00\";s:8:\"end_date\";s:19:\"2021-09-23 14:00:00\";s:20:\"start_unix_timestamp\";i:1632427200;s:18:\"end_unix_timestamp\";i:1632430800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:37.7799987792970028976924368180334568023681640625;s:9:\"longitude\";d:-122.419998168950002082056016661226749420166015625;}}i:1;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:23:\"WordCamp Galicia, Spain\";s:3:\"url\";s:34:\"https://galicia.wordcamp.org/2021/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2021-09-30 17:00:00\";s:8:\"end_date\";s:19:\"2021-10-02 00:00:00\";s:20:\"start_unix_timestamp\";i:1633014000;s:18:\"end_unix_timestamp\";i:1633125600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"ES\";s:8:\"latitude\";d:42.5750553999999965526512823998928070068359375;s:9:\"longitude\";d:-8.13385579999999919209585641510784626007080078125;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"All Levels: Online Ask Us Anything WordPress!\";s:3:\"url\";s:70:\"https://www.meetup.com/The-Baltimore-WordPress-Group/events/280626840/\";s:6:\"meetup\";s:29:\"The Baltimore WordPress Group\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/The-Baltimore-WordPress-Group/\";s:4:\"date\";s:19:\"2021-10-06 19:00:00\";s:8:\"end_date\";s:19:\"2021-10-06 20:00:00\";s:20:\"start_unix_timestamp\";i:1633561200;s:18:\"end_unix_timestamp\";i:1633564800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.3100013732910014141452847979962825775146484375;s:9:\"longitude\";d:-76.580001831055000138803734444081783294677734375;}}i:3;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"All Levels: Let\'s talk hosting & PHP settings\";s:3:\"url\";s:70:\"https://www.meetup.com/The-Baltimore-WordPress-Group/events/280783611/\";s:6:\"meetup\";s:29:\"The Baltimore WordPress Group\";s:10:\"meetup_url\";s:53:\"https://www.meetup.com/The-Baltimore-WordPress-Group/\";s:4:\"date\";s:19:\"2021-10-21 19:00:00\";s:8:\"end_date\";s:19:\"2021-10-21 20:00:00\";s:20:\"start_unix_timestamp\";i:1634857200;s:18:\"end_unix_timestamp\";i:1634860800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.3100013732910014141452847979962825775146484375;s:9:\"longitude\";d:-76.580001831055000138803734444081783294677734375;}}}}','no'),(510239,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1632355326','no'),(510240,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:79:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News – – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Sep 2021 07:36:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.9-alpha-51842\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:20:{i:0;a:6:{s:4:\"data\";s:58:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WP Briefing: Episode 16: A Sneak Peek at WordPress 5.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2021/09/episode-16-a-sneak-peek-at-wordpress-5-9/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Sep 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11248\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:423:\"In addition to this episode’s small list of big things, Josepha Haden Chomphosy reviews the upcoming 5.9 WordPress release and its Full Site Editing features. Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor: Dustin Hartzler Logo: Beatriz Fialho Production: Chloé Bringmann Song: Fearless First by […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/09/WP-Briefing-016.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11753:\"\n<p>In addition to this episode’s small list of big things, Josepha Haden Chomphosy reviews the upcoming 5.9 WordPress release and its Full Site Editing features.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References </h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">WordPress 5.9 Planning </a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/08/13/preliminary-road-to-5-9/\">5.9 Target Features</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/\">Gallery Block Refactor Dev Notes</a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/The_Cathedral_and_the_Bazaar\">The Cathedral and the Bazaar, 19 Lessons of Open Source</a></p>\n\n\n\n<p><a href=\"https://wptranslationday.org/\">WordPress Translation Day</a></p>\n\n\n\n<p><a href=\"https://us.wordcamp.org/2021/\">WordCamp US 2021</a></p>\n\n\n\n<p><a href=\"https://andreamiddleton.blog/2021/09/07/letters-to-an-open-source-contributor/\">Letters to an open source contributor, by Andrea Middleton</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11248\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Joseph Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:40</p>\n\n\n\n<p>Today I’m going to take you through a quick look at the final WordPress release of 2021. It will be WordPress 5.9. And there will be a ton of things in it, including a fresh new default theme. And there are a few things that you need to know about it right now. The target release date is December 14, 2021, which means some of our milestones happen around Thanksgiving in the US. And a few significant commercial dates globally, days, like Giving Tuesday and Black Friday, etc. I’ll include a link to the post with all the target dates in the show notes so that you can plan with those in mind. And also in the show notes. I’ll include a link to Matías Ventura’s post that includes the target features for the release. When you look at that post, you’ll notice that you can sort of group things into two big buckets. The two buckets that I grouped them into are themes plus tools, and also better tools. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:31</p>\n\n\n\n<p>So bucket number one themes and all their tools. Three things were important for me as I was reading through them. Number one is that there is a default theme. As of the time of this recording, I’ve seen the early concepts for the theme, and I love them. Hopefully, by the time this podcast is published, the post that showcases the look and feel will also be up on make.wordpress.org/design. If it is, I’ll include a link in the show notes to make it easy for everyone to reference. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:04</p>\n\n\n\n<p>The second thing is block themes in general. So WordPress 5.8 brought to core WordPress a lot of the infrastructure needed to create block themes. And in this release in WordPress 5.9, much of that infrastructure will be made available for folks who don’t always feel comfortable working in the code. That’s mostly UX and UI changes. So user experience and user interface changes are based on user feedback that we’ve gathered over the last six to eight months. But it also will include the long-awaited navigation block. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:37</p>\n\n\n\n<p>The third thing that shows up for me in this first bucket, in the themes and all their tools bucket, is the UX and interface for theme.json. The user interface that we’re making available for theme.json is a major step forward in this project has been referred to as global styles for a few years. And it kind of is what it sounds like on the box, a way for users to tap into that powerful management tool that we have built through theme.JSON. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:09</p>\n\n\n\n<p>Bucket number two, which I am calling publicly “tools for days.” But also, I refer to it as design tools, block tools, and pattern tools. I had this whole vision of a Wizard of Oz, “lions and tigers and bears. Oh my!” moment, but I couldn’t make it work. So “design tools and block tools and pattern tools Hoorah!” That’s as close as we’re getting. So that’s my first big number two bucket for you. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:37</p>\n\n\n\n<p>For most of these tools, the best way to describe it is quality of life improvements, lots of streamlining of what’s there, lots of building what’s not. But there’s one that’s substantial and worth digging into a bit more. And that’s the gallery block refactor. The dev note for this already exists. Like before we had the planning round-up post, the dev note was created. And so I will put a link to that in the show notes. But the headline is that this refactor will make the creation and maintenance of image blocks and the gallery block work the same way. If you are a theme or plugin developer, head on over to the dev notes that I have linked below and take some time to get familiar with it. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:20</p>\n\n\n\n<p>And then the final thing, which has a bunch of small things in it, but will make a huge impact for all of our users overall, is that we’re working on more intuitive and responsive tools on blocks. That has come up frequently in our user testing again over the last six to eight months. And we are going to chip away at that long list of needs that we have in those particular toolsets. And that’s it. So that’s a really big broad look at what we’re trying to get into the final release of the year.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:58</p>\n\n\n\n<p>I know that when I say like this is our hoped for stuff. This is our best guess at the moment. Sometimes it can feel like we should know that already — I should know already what’s going into the release. And on the one hand, yes, I believe in this list of things that we’re going to put into the release, I think they’re going to be good. But I always refer to it as like the hoped-for things, the things that are on the roadmap, our best targets, because I know that I don’t ever want to ship something that is going to be a worse experience for users. And so I always like to save the space to be able to remove a feature or remove an enhancement, a little bit closer to the time of the release, just to make sure that what we are offering is the best that we can offer. However, as it says right there in the 19 learnings of open source, “if there’s a bug, there’s a job,” right? There’s a lot of tolerance in open source software for shipping, slightly imperfect work. And that’s good. When we ship software that’s a little bit imperfect, it makes it clear how everyone can participate, how everyone could participate, if they could find this WordPress community that supports the CMS. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>06:20</p>\n\n\n\n<p>If you’ve never participated in a release and are interested in learning how it goes, you can always follow along on make.wordpress.org/core. And of course, we do a lot of our meetings in the making WordPress, community Slack, which you can find at chat.wordpress.org if you are not already in that particular instance.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>06:49</p>\n\n\n\n<p>That brings us now to our small list of big things. I have three things on my list for you. The first one is WP Translation day slash month. For folks who’ve been following along for a bit, you probably noticed that Translation Day has been going on all month long all of September so that we can have small individual local events and bring people into the process of translating WordPress and making WordPress more usable for more people, especially when they don’t necessarily speak English as their first language. It’s a wonderful event. There’s been Translation Day at the end of September for years. And this Translation Month is working its way up to that Translation Day; I will leave a link to the event page in the notes below. And I really encourage you to drop by.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>07:38</p>\n\n\n\n<p>The second thing is that WordCamp US is coming up on October 1. It is going to be a virtual event, as so many of our events are right now. Tickets are open. The schedule just got published last week. And so we have a good concept of who is talking about what while we’re there. I suggest you wander over to the schedule. Take a look at anything that might be inspirational to you or anyone who looks like they’re answering questions that you’ve had as you have been trying to build your WordPress business. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>08:08</p>\n\n\n\n<p>And then the third thing on my smallest of big things. Some of you may already be aware that <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a> has left the WordPress project. She has been an absolute fixture in the WordPress open source project for the last ten years. And while we will all miss her terribly, her work has been so influential and so foundational that we actually won’t really feel much like she’s gone. We will see the evidence of her work in everything she does and everything she has done while we build a better and more inclusive WordPress after her. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>08:47</p>\n\n\n\n<p>As a final love letter to the community, she published a series of things that she learned about contributing to open source and especially how to contribute to WordPress as an open source project. I’m going to link those in the show notes as well. For anyone who has worked with Andrea for a long time, when you read it, it will just remind you of her voice and will be like a nice warm, comforting hug as she heads on to her next endeavors. And for folks who have never worked with her before. It’s still really excellent information that I think translates into all areas of our work, especially right now as people are moving to distributed work and remote work a bit more. Now I encourage everyone to at least give one or two of them a read. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>09:38</p>\n\n\n\n<p>That, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11248\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:69:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Join us for WordPress Translation Day Global Events in September 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wordpress.org/news/2021/09/join-us-for-wordpress-translation-day-global-events-in-september-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Sep 2021 21:51:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"polyglots\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"translation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:16:\"wptranslationday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11215\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"WordPress contributors around the world are celebrating the sixth Global WordPress Translation Day throughout September 2021! \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8444:\"\n<p>WordPress contributors around the world are <a href=\"https://wptranslationday.org/\">celebrating the sixth Global WordPress Translation Day</a> throughout the entire month of September! That’s 30 days dedicated to help and encourage the volunteers that translate the software and its related resources. One of the highlights will be a <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">series of exciting global events</a>, starting on September 17 2021 and finishing on the United Nations’ International Translation Day itself on September 30, 2021.</p>\n\n\n\n<p>Everyone is welcome to watch these events live on <a href=\"https://www.youtube.com/c/WordPressMarketingTeam\">YouTube</a> and to share their translation stories which will be featured during the celebrations and beyond. The global events will be in English and include presentations on how and why to you should join the thousands of translators in the project, tips and tools, interviews, and much more. </p>\n\n\n\n<p>There are now 205 locales translating in what is a remarkable open source effort, bringing the opportunities of the software and its community to people in their own native languages. </p>\n\n\n\n<h2>Inaugural session: Introduction and latest news on WordPress Translation</h2>\n\n\n\n<h3><strong>Friday, September 17, 2021 at </strong><a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210917T1000\"><strong>10:00 UTC</strong></a></h3>\n\n\n\n<p>We will start the <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">global events</a> with a panel featuring the latest update on what is happening in the world of WordPress polyglots. Panellists will include translators and polyglot supporters <a href=\"https://profiles.wordpress.org/petya/\">Petya Raykovska</a> and <a href=\"https://profiles.wordpress.org/evarlese/\">Erica Varlese</a>. There will be a video demonstration on how to translate WordPress, a short presentation on translation statistics, a run down of upcoming events, and more. <br><br>Watch the <a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=3HSBB5F_ag0\" target=\"_blank\">event live on YouTube</a> (or click on the play button below) – sign-up for notifications in the video stream right now so you don’t miss it when it goes live! </p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"632\" height=\"356\" src=\"https://www.youtube.com/embed/3HSBB5F_ag0?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<h3><strong>Friday, September 17, 2021 at 11:00 UTC</strong> </h3>\n\n\n\n<p>Right after the livestream, there will be a ‘drop-in’ translation sprint on Zoom video-conferencing, open to all. You can join and hang out virtually with your Polyglots friends from all around the world and translate WordPress in your own language! <a href=\"https://www.meetup.com/Portsmouth-WordPress-Meetup/events/280823032/\">RSVP for the session now and get joining links!</a> </p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh4.googleusercontent.com/r2rVEDkb39h02LiBg2GdayDk1LpZi6kxZnv1MRzT9h6pgSQE9FMBmyx_kJUA-Pjyy1KD__YlzLYvd1P53o1UIxTEfb0fmQnHm40UU23Wb1slXm-ajdGNP5qOyzHyTI07NBCM-mwY=s0\" alt=\"\" /></figure>\n\n\n\n<h2>Check out the other exciting global events</h2>\n\n\n\n<h3><strong>Sunday, September 19, 2021 <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210919T1200\">12:00 UTC</a></strong></h3>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=M7UtEKIp2FY\" target=\"_blank\"><strong>Panel on Polyglots Tools</strong></a><a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210919T1200\"> <br></a>Join <a href=\"https://profiles.wordpress.org/amieiro/\">Jesús Amieiro</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad Timotei</a>, and <a href=\"https://profiles.wordpress.org/vibgyj/\">Vibgy Joseph</a> to talk about the tools they’ve contributed to or developed to help translators and translation editors.</p>\n\n\n\n<h3><strong>Tuesday, September 21, 2021 <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210921T1100\">11:00 UTC</a></strong></h3>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=0Ps8byYIwLs\"><strong>Panel on Open Source Translation Communities</strong></a> (YouTube link – opens in a new tab)<a rel=\"noreferrer noopener\" href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210921T1100\" target=\"_blank\"><br></a>Join <a href=\"https://profiles.wordpress.org/vanillalounge/\">Zé Fontainhas</a> (WordPress), <a href=\"https://profiles.wordpress.org/tokyobiyori/\">Ali Darwich</a> (WordPress), <a href=\"https://www.linkedin.com/in/mstanke?originalSubdomain=cz\">Michal Stanke</a> (Mozilla), and <a href=\"https://www.linkedin.com/in/satomi-tsujita/?originalSubdomain=jp\">Satomi Tsujita</a> (Hyperledger Fabric) to learn about nurturing translation communities.</p>\n\n\n\n<h3><strong>Thursday, September 30, 2021 <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210930T1600\">16:00 UTC</a></strong></h3>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=qyQUaiK19js\"><strong>Closing Party – Why do you translate?</strong></a> <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210930T1600\"><br></a>Our finale event for 2021 with emcee <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> and a panel from the WordPress Translation Day Team. It will feature highlights from some of the local and global events during the month and a selection of results. Some of the nominees for this year’s polyglots appreciation will join the livestream to share their stories.</p>\n\n\n\n<p>The livestream will be followed by an after party celebration for anyone who has taken part in the event or is a WordPress polyglot. <a href=\"https://www.meetup.com/Portsmouth-WordPress-Meetup/events/280823393/\">Book now</a> for the session on Zoom.</p>\n\n\n\n<h2>Ideas on how to get involved this September</h2>\n\n\n\n<p>There’s lots of ways to take part – discover this <a href=\"https://wptranslationday.org/blog/ways-to-participate/\">list of ideas</a>.</p>\n\n\n\n<p>You can also nominate <a href=\"https://wptranslationday.org/blog/call-for-nominations-polyglots-appreciation/\">translation contributors</a> to be featured in this year’s celebrations.</p>\n\n\n\n<h2>Help us spread the word about #WPTranslationDay</h2>\n\n\n\n<ul><li>Share what you are translating using the #WPTranslationDay hashtag on: <a href=\"https://www.facebook.com/WPTranslationDay/\">Facebook</a>,<a href=\"https://twitter.com/TranslateWP\"> Twitter</a>, <a href=\"https://www.instagram.com/wptranslationday/\">Instagram</a>, and <a href=\"https://www.linkedin.com/company/wptranslationday/\">LinkedIn</a>! </li><li>You can also find images and translator badges in our <a href=\"https://wptranslationday.org/wptd-2021/media-kit/\">Media Kit</a> to share during September.</li></ul>\n\n\n\n<p>For more information on the 2021 WordPress Translation Day celebrations, visit <a href=\"https://wptranslationday.org/\">the WordPress Translation Day website</a>.</p>\n\n\n\n<p></p>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a>, <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>, <a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>, <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>, <a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a></em> for contributing to this story.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11215\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 5.8.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2021/09/wordpress-5-8-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Sep 2021 03:11:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11190\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:363:\"WordPress 5.8.1 is now available! This security and maintenance release features 60 bug fixes in addition to 3 security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 5.4 have also been updated. WordPress 5.8.1 is a short-cycle security and maintenance release. The next […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8900:\"\n<p>WordPress 5.8.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=5.8.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">60 bug</a> <a href=\"https://github.com/WordPress/gutenberg/pull/34393\">fixes</a> in addition to 3 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 5.4 have also been updated.</p>\n\n\n\n<p>WordPress 5.8.1 is a short-cycle security and maintenance release. The next major release will be version <a href=\"https://make.wordpress.org/core/5-9/\">5.9</a>.</p>\n\n\n\n<p>You can download WordPress 5.8.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3><strong>Security Updates</strong></h3>\n\n\n\n<p>3 security issues affect WordPress versions between 5.4 and 5.8. If you haven’t yet updated to 5.8, all WordPress versions since 5.4 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Props <a href=\'https://profiles.wordpress.org/mdawaffe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mdawaffe</a>, member of the WordPress Security Team for their work fixing a data exposure vulnerability within the REST API.</li><li>Props to Michał Bentkowski of Securitum for reporting a XSS vulnerability in the block editor.</li><li>The Lodash library has been updated to version 4.17.21 in each branch to incorporate upstream security fixes.</li></ul>\n\n\n\n<p>In addition to these issues, the security team would like to thank the following people for reporting vulnerabilities during the WordPress 5.8 beta testing period, allowing them to be fixed prior to release:</p>\n\n\n\n<ul><li>Props <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://evanricafort.com/\">Evan Ricafort</a> for reporting a XSS vulnerability in the block editor discovered during the 5.8 release’s beta period.</li><li>Props <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/stevehenty/\">Steve Henty</a> for reporting a privilege escalation issue in the block editor.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the WordPress security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.8.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-8-1/\">version 5.8.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.8.1 release was led by <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> and <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>.</p>\n\n\n\n<p>In addition to the security researchers and release squad members mentioned above, thank you to everyone who helped make WordPress 5.8.1 happen:</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/2linctools/\">2linctools</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/algala/\">AlGala</a>, <a href=\"https://profiles.wordpress.org/oandregal/\">André</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/dariak/\">Daria</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/enchiridion/\">Enchiridion</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/kevinfodness/\">Kevin Fodness</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/mark-k/\">Mark-k</a>, <a href=\"https://profiles.wordpress.org/mhuntdesign/\">Matt</a>, <a href=\"https://profiles.wordpress.org/mdawaffe/\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/moch11/\">moch11</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/radixweb/\">Radixweb</a>, <a href=\"https://profiles.wordpress.org/rtm909/\">Rahul Mehta</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/sanketchodavadiya/\">Sanket Chodavadiya</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevehenty/\">Steve Henty</a>, <a href=\"https://profiles.wordpress.org/terraling/\">terraling</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/wb1234/\">wb1234</a>, and <a href=\"https://profiles.wordpress.org/wfmattr/\">WFMattR</a>.\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11190\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"The Month in WordPress: August 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2021/09/the-month-in-wordpress-august-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Sep 2021 14:00:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11176\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:338:\"I really believe in WordPress’ mission to democratize publishing. And I, for one, will never stop learning about what gives people more access to the software, and what makes the software more usable, and especially how we can combine usability with accessibility in a way that puts form and function on a level playing field. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16142:\"\n<blockquote class=\"wp-block-quote\"><p>I really believe in WordPress’ mission to democratize publishing. And I, for one, will never stop learning about what gives people more access to the software, and what makes the software more usable, and especially how we can combine usability with accessibility in a way that puts form and function on a level playing field.<br></p></blockquote>\n\n\n\n<p>That was <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> on the “<a href=\"https://wordpress.org/news/2021/08/episode-14-the-art-and-science-of-accessibility/\">The Art and Science of Accessibility</a>” episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a>, talking about accessibility and exploring how it applies to the WordPress open source software. You will find that many of our updates from August 2021 tie in closely with the core principles of access, accessibility, and usability. Read on to find out more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Join the 2021 WordPress Translation Day Celebrations in September</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://wptranslationday.org/\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" width=\"632\" height=\"395\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?resize=632%2C395&ssl=1\" alt=\"WordPress Translation Day 2021 September 1 - 30, 2021\" class=\"wp-image-11177\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?resize=1024%2C640&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?resize=300%2C188&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?resize=768%2C480&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?w=1440&ssl=1 1440w, https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Join WordPress contributors around the world on <a href=\"https://wptranslationday.org/\">WordPress Translation Day celebrations</a> for the entire month of September! The sixth edition of #WPTranslationDay – which is a cross-team effort led by the Polyglots and Marketing Teams, has a host of fun programs aimed at helping WordPress speak all languages of the world. Want to join the fun? Here’s how.</p>\n\n\n\n<ul><li><a href=\"https://wptranslationday.org/wptd-2021/local-events/\">Join your local translation event</a> and collaborate on efforts to translate WordPress! Can’t find a <a href=\"https://wptranslationday.org/wptd-2021/local-events/\">local event in your area</a>? Why don’t you <a href=\"https://make.wordpress.org/polyglots/2021/08/11/call-for-local-event-organizers-wordpress-translation-day-2021/\">organize one on your own</a>?</li><li>Join <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">one of our global events</a> from September 17-30!<em> </em>We have exciting sessions on <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">polyglots tools and open source translation communities</a>, to name a few.</li><li>You can help<a href=\"https://translate.wordpress.org/\"> translate WordPress to your own language</a>, in your own time, this month! <a href=\"https://make.wordpress.org/polyglots/handbook/translating/first-steps/\">Here’s how!</a></li><li>Share what you are translating using the #WPTranslationDay hashtag on social media, to build excitement around the event! Don’t forget to amplify posts about the event on <a href=\"https://www.facebook.com/WPTranslationDay/\">Facebook</a>, <a href=\"https://twitter.com/TranslateWP\">Twitter</a>, <a href=\"https://www.instagram.com/wptranslationday/\">Instagram</a>, and <a href=\"https://www.linkedin.com/company/wptranslationday/\">LinkedIn</a>!</li></ul>\n\n\n\n<p> For more information, check out <a href=\"https://wptranslationday.org/\">the translation day website</a> and the <a href=\"https://make.wordpress.org/polylgots/tag/wptranslationday/\">Polyglots blog</a>.</p>\n\n\n\n<h2>WordPress Release Updates</h2>\n\n\n\n<p>The Core Team <a href=\"https://make.wordpress.org/core/2021/08/13/preliminary-road-to-5-9/\">commenced work</a> on the next major release – WordPress 5.9. The team aims to ship some cool features such as intrinsic web design to blocks, improved block patterns, navigation menus, better design tools, edit flows for block themes, and a new interface for theme.json. Check out the <a href=\"https://make.wordpress.org/core/5-9/\">WordPress 5.9 development cycle</a> to know more. This release is set to go out in December 2021. The team is also <a href=\"https://make.wordpress.org/core/2021/08/24/wordpress-5-8-x-release-team-and-5-8-1-schedule/\">working on shipping a minor release WordPress 5.8.1</a> –– its <a href=\"https://make.wordpress.org/core/2021/09/01/wordpress-5-8-1-rc-1/\">release candidate</a> is already out and the final release will launch on September 8.</p>\n\n\n\n<p>Want to contribute to WordPress core? Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\">team handbook</a>. Don’t miss the Core Team chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&min=00&sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 PM</a> UTC. You can also help <a href=\"https://translate.wordpress.org/\">translate WordPress</a> to your local language – and what better time to do it, than in September, <a href=\"https://wptranslationday.org/\">during the translation month celebrations</a>? Another fun way to contribute would be to <a href=\"https://make.wordpress.org/marketing/2021/08/11/share-about-wordpress-5-8-on-social-media/\">share about WordPress 5.8 on social media</a>!</p>\n\n\n\n<h2>Say Hello to Gutenberg Versions 11.2 and 11.3</h2>\n\n\n\n<p>We launched Gutenberg <a href=\"https://make.wordpress.org/core/2021/08/05/whats-new-in-gutenberg-11-2-0-4-august/\">version 11.2</a> and <a href=\"https://make.wordpress.org/core/2021/08/18/whats-new-in-gutenberg-11-3-18-august/\">version 11.3</a> this month. <a href=\"https://make.wordpress.org/core/2021/08/05/whats-new-in-gutenberg-11-2-0-4-august/\">Version 11.2</a> adds customizing/color options to the search block, a flex layout for the group block, and a new button for creating posts as part of the publishing flow. <a href=\"https://make.wordpress.org/core/2021/08/18/whats-new-in-gutenberg-11-3-18-august/\">Version 11.3</a> offers a new dimensions panel (replacing the spacing panel) with more styling options, dimensions control for the feature image block, and significant performance improvements for block inserters.<br></p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The “<a href=\"https://make.wordpress.org/core/2021/07/21/whats-next-in-gutenberg-site-editing-status-check-late-july-august-2021/\">What’s next in Gutenberg</a>” post offers more details on the latest updates. </p>\n\n\n\n<h2>Get Excited about WordCamp US 2021</h2>\n\n\n\n<p>The biggest WordCamp in North America – <a href=\"https://us.wordcamp.org/2021/\">WordCamp US 2021-</a> is barely a month away. <a href=\"https://us.wordcamp.org/2021/tickets/\">Get your (free) tickets</a>, if you haven’t already! The organizing team has opened up calls for <a href=\"https://us.wordcamp.org/2021/calling-all-musicians/\">musicians</a>, <a href=\"https://us.wordcamp.org/2021/call-for-contributor-stories/\">contributor stories</a>, and <a href=\"https://us.wordcamp.org/2021/call-for-media-partners/\">media partners</a>. Check out <a href=\"https://us.wordcamp.org/2021/\">the event website</a> and follow the event on <a href=\"https://twitter.com/wordcampus\">Twitter</a>, <a href=\"https://www.instagram.com/wordcampus/\">Instagram</a>, and <a href=\"https://www.facebook.com/WordCampUSA\">Facebook</a> to stay updated on all that #WCUS news.</p>\n\n\n\n<h2>Important Announcements/Updates</h2>\n\n\n\n<ul><li>Support for the Classic Editor plugin <a href=\"https://wordpress.org/news/2021/08/an-update-on-the-classic-editor-plugin/\">will be extended for a full year until 2022</a>!</li><li>The Themes Team published a <a href=\"https://make.wordpress.org/themes/2021/08/06/summary-of-the-request-for-feedback-on-requirement-changes/\">feedback summary</a> on the <a href=\"https://make.wordpress.org/themes/2021/07/20/discussion-request-for-feedback-on-requirement-changes/\">proposed requirement changes for WordPress theme review</a>, and will soon be updating the handbook and review tools. You will find more context in their <a href=\"https://make.wordpress.org/themes/2021/08/10/meeting-notes-themes-team-and-theme-authors-regarding-requirements-change/\">meeting notes</a>.</li><li>The Plugins Team <a href=\"https://make.wordpress.org/plugins/2021/08/27/inaccurate-stats-have-been-corrected/\">corrected inaccurate plugin statistics</a> in the plugin directory.</li><li>Check out the <a href=\"https://make.wordpress.org/test/2021/08/17/fse-program-theme-design-survey-results/\">results of the FSE Theme Design (theme.json) survey</a>!</li></ul>\n\n\n\n<h2>Feedback/Testing Requests from Contributor Teams</h2>\n\n\n\n<ul><li>The Testing Team is requesting testing help for a <a href=\"https://make.wordpress.org/test/2021/08/30/week-in-test-30-aug-2021/\">few tickets and patches in WordPress</a>. The team is also looking for volunteers to <a href=\"https://make.wordpress.org/test/2021/08/20/call-for-volunteeers-audit-and-update-testing-instructions-across-the-make-sites/\">audit and update Core testing instructions </a>across different Make sites.</li><li>The Community Team shared a <a href=\"https://make.wordpress.org/community/2021/09/01/proposal-centralized-global-do_action-charity-hackathons/\">proposal on planning online-only recurring global do_action charity hackathons</a>. Share your feedback by September 24.</li><li>The Training Team is also exploring the possibility of adding <a href=\"https://make.wordpress.org/training/2021/08/10/proposal-learner-achievements-on-profiles/\">learner achievements (on learn.wordpress.org) on WP Profiles</a> and is requesting feedback from the community.</li><li>Help the Marketing Team’s outreach research by filling out <a href=\"https://forms.gle/4QFhX8fcNxKAfK8y5\">this 2 question survey</a> on how you search for WordPress release information. If you have any favorite features from the latest release (WordPress 5.8) let the team know by completing this <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSd_2llymf79-h5sgTiprz7Kw4Gr4cbDHh-AAdAQfiArXlHksg/viewform\">short form</a>.</li><li>Version 18.1 of WordPress for <a href=\"https://make.wordpress.org/mobile/2021/08/23/call-for-testing-wordpress-for-ios-18-1/\">iOS</a> and <a href=\"https://make.wordpress.org/mobile/2021/08/23/call-for-testing-wordpress-for-android-18-1/\">Android</a> are now available for testing!</li></ul>\n\n\n\n<h2>WordPress Event Updates</h2>\n\n\n\n<ul><li><a href=\"https://floripa.wordcamp.org/2021/\">WordCamp Florianopolis 2021</a> was held on August 11-12, 2021. The event, which sold 390 tickets, had 11 speakers and 4 sponsors. Catch the <a href=\"https://www.youtube.com/channel/UCh1CeGfuDRH-o13xh7kpgUQ\">event recap on YouTube</a>!</li><li><a href=\"https://galicia.wordcamp.org/2021/\">WordCamp Galicia 2021</a> is being held from September 30 – October 2, 2021! </li><li><a href=\"https://doaction.org/event/karnataka-2021/\">do_action Karnataka 2021</a> was held from August 7-15, 2021. Check out <a href=\"https://wordpressfoundation.org/2021/do_action-karnataka-2021-a-report/\">the recap</a>!</li><li>The Core Team organized a <a href=\"https://make.wordpress.org/core/2021/08/25/hallway-hangout-summary-compare-and-contrast-the-navigation-screens/\">hallway hangout</a> to compare the ‘experimental’ Gutenberg navigation feature with the built-in core feature. The team decided to wait until feature parity with core nav menus, to move the feature from experiments to the main plugin.</li><li>The Diverse Speakers Training group (<a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">#WPDiversity</a>) of the Community Team held their first “<a href=\"https://make.wordpress.org/community/2021/09/02/report-diverse-speaker-workshops-august-2021/\">Allyship for WordPress Event Organizers</a>” workshop on August 19, 2021. The event had 13 attendees from six countries who reported a 52% increase in preparedness to help create inclusive WordPress events. <a href=\"https://make.wordpress.org/community/tag/wpdiversityworkshops/\">Stay tuned</a> for their next workshop in November!</li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>Don’t miss this blog post on <a href=\"https://wordpress.org/news/2021/08/widgets-in-wordpress-5-8-and-beyond/\">Widgets in WordPress 5.8 and beyond</a>!</li><li>The Full Site Editing (FSE) Outreach program wrapped up its ninth challenge –– <a href=\"https://make.wordpress.org/test/2021/08/11/fse-program-testing-call-9-handling-highered-headers/\">Handling HigherEd Headers</a>, on September 1. Keep an eye out for <a href=\"https://make.wordpress.org/test/tag/fse-outreach-program/\">test results and future testing call announcements</a>!</li><li>The Test Team is <a href=\"https://make.wordpress.org/test/2021/08/19/test-team-chat-summary-17-august-2021/\">attempting to modernize PHPUnit tests</a> for WordPress.</li><li>The Accessibility Team is testing the <a href=\"https://make.wordpress.org/accessibility/2021/08/20/accessibility-team-meeting-notes-august-20-2021/\">navigation block</a> for accessibility feedback.</li><li>The Docs Team <a href=\"https://make.wordpress.org/docs/2021/08/31/summary-of-docs-team-meeting-aug-24-2021/\">launched a new repository</a> for tracking issues with WordPress documentation: <a href=\"https://github.com/WordPress/Documentation-Issue-Tracker\">https://github.com/WordPress/Documentation-Issue-Tracker</a></li><li>The Training Team <a href=\"https://make.wordpress.org/training/2021/08/17/proposal-brand-guidelines-for-learn-wordpress-content/#comment-3130\">finalized</a> brand <a href=\"https://make.wordpress.org/training/2021/08/17/proposal-brand-guidelines-for-learn-wordpress-content/\">guidelines</a> for <a href=\"https://learn.wordpress.org\">learn.wordpress.org</a>. The team is also working on setting up <a href=\"https://make.wordpress.org/training/2021/08/12/wordpress-101-microcourses-proposal/\">Micro courses for Learn</a>.</li><li>The Openverse Team is <a href=\"https://make.wordpress.org/openverse/2021/08/16/multi-stage-docker-builds-in-the-openverse-api/\">exploring Multistage docker builds</a> as a solution to better set up waveforms for audio search results in the Openverse tool. </li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>. </em></p>\n\n\n\n<p><em>The following folks contributed to August’s Month in WordPress: <a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a> <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a> <em><a href=\'https://profiles.wordpress.org/nao/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nao</a></em> <a href=\'https://profiles.wordpress.org/jillbinder/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jillbinder</a></em> <em><a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11176\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"An Update on the Classic Editor Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2021/08/an-update-on-the-classic-editor-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Aug 2021 16:51:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11149\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:333:\"Before the release of WordPress 5.0 in 2018, the Classic Editor plugin was published to help ease the transition to the new block editor. At the time, we promised to support the plugin through 2021 and adjust if needed as the deadline got closer. After discussing this with Matt, it’s clear that continuing to support […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1583:\"\n<p>Before the release of WordPress 5.0 in 2018, the <a href=\"https://wordpress.org/plugins/classic-editor/\">Classic Editor plugin</a> was published to help ease the transition to the new block editor. At the time, we promised to support the plugin through 2021 and adjust if needed as the deadline got closer. After discussing this with Matt, it’s clear that continuing to support the plugin through 2022 is the right call for the project as well as the community.</p>\n\n\n\n<p>Still, if you’ve been putting off using the block editor, this is an excellent time to give it another shot. Since it first appeared in 2018, hundreds of WordPress contributors have made a lot of updates based on user feedback. You will be pleasantly surprised at how far it’s come!</p>\n\n\n\n<p>Big thanks to everyone who has been working on WordPress, Gutenberg, and the Classic Editor plugin. And thank you to every WordPress user and tester who has provided the feedback we need to make the software even better.</p>\n\n\n\n<p>~ Josepha</p>\n\n\n\n<p><em>Returning to the block editor for the first time in a long time? You can give feedback early in the process by <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">joining the outreach program</a>! Looking at it for the first time ever? <a href=\"https://learn.wordpress.org/workshops/?series=24&topic=&language=&captions=\">Get your bearings with some workshops</a> or <a href=\"https://wordpress.org/support/article/wordpress-editor/#how-does-the-block-editor-work\">check out this demo</a>!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11149\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:58:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WP Briefing: Episode 15: A Very WordPress Blooper\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/08/episode-15-a-very-wordpress-blooper/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Aug 2021 22:14:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11146\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"Ever wonder what it\'s like behind the scenes of WP Briefing? Listen in on this episode for a little levity and Josepha\'s bloopers.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:65:\"https://wordpress.org/news/files/2021/08/WP-Briefing-Bloopers.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8885:\"\n<p>Ever wonder what it’s like behind the scenes of WP Briefing? Listen in on this episode for a little levity and Josepha’s bloopers.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11146\"></span>\n\n\n\n<p>[contemporary intro music]</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to a bonus briefing. Normally I talk to you about WordPress and stuff, but I figured that we all need a little levity in our lives right now. So today’s episode is actually just a series of bloopers and mistakes that I’ve made while recording. When I was preparing for this podcast, no one mentioned the deep weirdness of standing alone in your closet talking to yourself, nor did they realize just how lost I can get in the surpassingly, lovely lyricism of a lilting line, and then just have no idea what I’m supposed to be reading in the script that I wrote for myself. So, my dear friends, I hope these bring you a little laugh. And if we’ve got any luck at all, you may also hear me singing to myself, my computer, or about how terrible my talking just was. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:12</p>\n\n\n\n<p>Hello, everyone, and welcome to a bonus briefing. I know I wasn’t going to sit boop, boop. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:21</p>\n\n\n\n<p>I messed up the thing where I’m talking about how I mess up, of course. I’m going to do it one more time, and you can choose whatever is a reasonable thing there. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:33</p>\n\n\n\n<p>Because we had such a lengthy WP Briefing, WordPress, I’m going to just start that over again. Sorry, everyone.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:42</p>\n\n\n\n<p>My friends. Oh, no. I don’t know how I end my own show. How do I end my own show? There we go. Sorry. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:52</p>\n\n\n\n<p>That was a weird way to say that. I’m going to start over again from the transition. And then we’re just going to go straight through to the end. Maybe.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:03</p>\n\n\n\n<p>The names that… I sound weird. I sound like I don’t know what my words are. And I said I wrote the words. I said I was all going to go in one go, and I’m a liar today. Okay, here we go. For realsies!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:16</p>\n\n\n\n<p>Final first last take. Here we go. Sorry, I made myself laugh. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:22</p>\n\n\n\n<p>Matt Mullenweg. And, and I, I’m also in that group. I don’t know why I said that like it was a surprise. I have me too. I’m also in there. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:33</p>\n\n\n\n<p>Ugh, I ran out of air. For reasons, it was a short sentence. I don’t know why I ran out of air. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:43</p>\n\n\n\n<p>Coming out on April 14. That’s not true. It’s April 13. Right?</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:50</p>\n\n\n\n<p>On the form below to share the. Pfft – what are the things! </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:58</p>\n\n\n\n<p>This is WP Briefing episode seven, no title because I don’t know what to call it because I gave it a title already. I gave it two titles, and then couldn’t remember why I gave it those titles. So I’ll come up with a title before we publish it. But I also have no idea what it is. I’m going to ask for help. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:17</p>\n\n\n\n<p>Testing project since I have too many commas, and I really believed in my comma when I said it. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:24</p>\n\n\n\n<p>Prior to Gutenberg… pfft. Open source software like WordPress. I was going to smash that sentence into half a sentence. I was going to say when you know what you’re workussing on you have a solution which is not my friends of thing. So, I am just going to say the sentence again. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:47</p>\n\n\n\n<p>I was sitting over here wringing my hands for some reason during that entire list. And so if you can hear me wringing my hands, which would be a whole new height of anxiety for anyone, you let me know, and I will rerecord that also.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:00</p>\n\n\n\n<p>Get a concept of. Nope, this is a lie. Get a concept of where to get your tickets is the silliest thing. I’m starting over from the small list of big things. Also, because I got too excited about how big my list is. I am going to get that excited again. But I will try not to shout about it. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:17</p>\n\n\n\n<p>“Humming intro song” Dun dun dun dun dun. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:23</p>\n\n\n\n<p>Sorry, I had to scroll up, and I try not to scroll up when I’m talking in case maybe my whole computer turns into a microphone. Sorry, I’m just going to keep going because this has been a fine take so far. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:34</p>\n\n\n\n<p>Mercy! I have words that I can say with my mouth. They aren’t these words today. It seems.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:45</p>\n\n\n\n<p>Build up to… Oh my goodness. My stomach grumbled, and this microphone, I know, picked it up. And so I’m going to redo bullet two so that we don’t just have a small monster under the bed in the middle of the podcast. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:03</p>\n\n\n\n<p>Also, like DEI, I feel s—Eh – maybe I should say, DEI, somewhere in there, so it’s clear for people cause I’m talking to people and not actually a screen. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:17</p>\n\n\n\n<p>Before I joined the WordPress project, the majority of my work with accessibility was in the context of the digital divide. Now, when talking about the digital divide, there are three concepts around quote-unquote, getting things to people. And those concepts are… I guess I could say the thing, hold on one second, I can do it. I feel like I’m chopping up my words like I’m not really breathing very well. So I apologize. But here we go again.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:58</p>\n\n\n\n<p>Don’t include that one. Sorry, I’m so nervous about this episode that, like, my mouth is getting dry, and I worry that you can hear it, and it drives me nuts every time I hear podcasters with a dry mouth, and you can just like hear it clicking and always stresses me out. I’m like, someone should give that poor thing a drink of water. And I just know I’m going to feel that way about myself later. And so I’m trying to stay hydrated, but it also means that I have to stop every two paragraphs and take a drink of water. I apologize for that interlude. I am about to start again, at my next section, which is like, halfway through.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>06:39</p>\n\n\n\n<p>Also, I learned that you can hear me swallowing my water with this microphone because it is a spectacular microphone. And so, I apologize for that as well. All right. Here I go. I’m going to do it all in one take. Watch me. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>06:56</p>\n\n\n\n<p>But I also have questions, especially about how to move everything forward. Mm-hmm. Whoops. I put especially in the wrong spot. But I also thought…</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>07:10</p>\n\n\n\n<p> Ta da, we did it. Gosh, that’s a short one. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>07:16</p>\n\n\n\n<p>I did it. Where’s my where’s my turning offing button. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>07:22</p>\n\n\n\n<p>Tada! And scene and done.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11146\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n\n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Widgets in WordPress 5.8 and Beyond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/08/widgets-in-wordpress-5-8-and-beyond/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Aug 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11115\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:367:\"Copy and Design by @critterverse WordPress 5.8 brings the power of Gutenberg blocks to widget areas — which means the highly customizable layout and styling options bring you closer to a WYSIWYG editing experience. I made a test site based on the oldie-but-goodie Twenty Sixteen theme, with three separate widget areas. In this post, I’ll highlight […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:3:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/08/classic-widgets.mov\";s:6:\"length\";s:7:\"6475399\";s:4:\"type\";s:15:\"video/quicktime\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/08/block-widgets-1.mov\";s:6:\"length\";s:8:\"23931847\";s:4:\"type\";s:15:\"video/quicktime\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:58:\"https://wordpress.org/news/files/2021/08/custom-html-1.mov\";s:6:\"length\";s:8:\"13767042\";s:4:\"type\";s:15:\"video/quicktime\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7682:\"\n<p><strong><em>Copy and Design by <a href=\'https://profiles.wordpress.org/critterverse/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>critterverse</a> </em></strong></p>\n\n\n\n<p>WordPress 5.8 brings the power of Gutenberg blocks to widget areas — which means the highly customizable layout and styling options bring you closer to a WYSIWYG editing experience. I made a test site based on the oldie-but-goodie <a href=\"https://wordpress.org/themes/twentysixteen/\">Twenty Sixteen theme</a>, with three separate widget areas. In this post, I’ll highlight a few cool things that are now possible to do with your widgets and where things may be heading next.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"1130\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=632%2C1130&ssl=1\" alt=\"A zoomed-out view of a single post with one sidebar widget area and two footer widget areas. The site content is about Marine Park Salt Marsh. A List View of blocks floating next to each widget area shows how the design is constructed.\" class=\"wp-image-11116\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?w=2183&ssl=1 2183w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=168%2C300&ssl=1 168w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=573%2C1024&ssl=1 573w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=768%2C1373&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=859%2C1536&ssl=1 859w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=1145%2C2048&ssl=1 1145w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a><figcaption><br><br><br><br></figcaption></figure></div>\n\n\n\n<h2>Create Interesting Visual Effects With Overlapping Layouts and Duotone Images</h2>\n\n\n\n<p>Appearance-wise, users have a lot more control over widget areas than ever before — especially through the use of blocks with customization options like the Cover and Image block. Here’s what I can create in the classic widgets editor (above) versus what I can create in the new block-based widget editor (below).</p>\n\n\n\n<figure class=\"wp-block-video aligncenter\"><video controls src=\"https://wordpress.org/news/files/2021/08/classic-widgets.mov\"></video></figure>\n\n\n\n<figure class=\"wp-block-video aligncenter\"><video controls src=\"https://wordpress.org/news/files/2021/08/block-widgets-1.mov\"></video></figure>\n\n\n\n<h2>Intersperse Widgets and Custom Code Throughout Your Visual Designs</h2>\n\n\n\n<p>Container blocks like Cover and Columns make it easy to weave dynamic or interactive elements into your designs. While this is a given for many widgets, the block versions of widgets can be easily wrapped and layered within container blocks to integrate them into your layout more fully.</p>\n\n\n\n<p>In the example below, I tried placing a Search block in front of a Cover block, which creates a nice layered effect. I also inserted Custom HTML blocks within a Columns block to display different messaging depending on the time of day. (<a href=\"https://stackoverflow.com/questions/31242051/show-content-based-on-time-of-day-timing-changes-on-different-days-of-the-week\">jQuery script</a>)</p>\n\n\n\n<figure class=\"wp-block-video aligncenter\"><video controls src=\"https://wordpress.org/news/files/2021/08/custom-html-1.mov\"></video></figure>\n\n\n\n<h2>Use Traditional Widget Layouts (Or Not) With Lots of Flexibility Over Title and Structure</h2>\n\n\n\n<p>Classic widgets have always had a lockup that includes a widget title. One cool thing about having blocks in widget areas is that you have complete flexibility over how titles appear. For example, you might choose to have a title over every widget, you might only want one title at the top of each widget area, or your design might not need titles at all.</p>\n\n\n\n<p>Note: Some themes, like <a href=\"https://wordpress.org/themes/twentytwentyone/\">Twenty Twenty-One</a>, are designed to flow content horizontally within widget areas. If you’re having trouble with a theme splitting your layout into columns, you could try keeping the lockup together by containing it within a Group block.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"381\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=632%2C381&ssl=1\" alt=\"Side-by-side comparison of List View of a Sidebar widget area with and without grouped/nested lockups.\" class=\"wp-image-11122\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?w=1760&ssl=1 1760w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=300%2C181&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=1024%2C618&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=768%2C463&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=1536%2C927&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></div>\n\n\n\n<h2>Copy & Paste Existing Layouts From the WordPress Pattern Directory</h2>\n\n\n\n<p>While patterns haven’t been fully integrated into the widget editors yet, one thing you <em>can</em> do is copy and paste patterns from the game-changing new <a href=\"https://wordpress.org/patterns/\">WordPress Pattern Directory</a> into your site’s widget areas. I used this <a href=\"https://wordpress.org/patterns/pattern/horizontal-call-to-action/\">horizontal call to action</a> pattern from the directory almost exactly as is, with minor color and copy adjustments:</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"389\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=632%2C389&ssl=1\" alt=\"Footer widget area with a black box that reads, “Become a monthly patron” with paragraph text and a “Join now” button in a separate column. A painted image of waves hitting rocks is directly below with no space between them.\n\" class=\"wp-image-11123\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?w=1656&ssl=1 1656w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=300%2C185&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=1024%2C630&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=768%2C473&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=1536%2C945&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a><figcaption><br></figcaption></figure></div>\n\n\n\n<p>FYI: Patterns have not been curated for or integrated into widget areas yet, so you may run into some unexpected behavior — consider this feature to be a preview of what’s coming next for widget editing!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11115\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: July 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2021/08/the-month-in-wordpress-july-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Aug 2021 13:53:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11107\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:334:\"WordPress is global in reach and open source in nature. And you would assume that what allows the software to be used by anyone would also enable it to be built by anyone. After all, your location doesn’t matter, and who employs you also doesn’t matter. And your relative social standing certainly shouldn’t matter. As […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15215:\"\n<blockquote class=\"wp-block-quote\"><p>WordPress is global in reach and open source in nature. And you would assume that what allows the software to be used by anyone would also enable it to be built by anyone. After all, your location doesn’t matter, and who employs you also doesn’t matter. And your relative social standing certainly shouldn’t matter. As long as you can communicate with the others contributing to the project, there should be no obstacle to your participation.</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">That was <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> on the “<a href=\"https://wordpress.org/news/2021/07/episode-13-cherishing-wordpress-diversity/\">Cherishing WordPress Diversity</a>” episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a>, speaking about the importance of diversity, equity, and inclusion within the fabric of the WordPress project. Her statement captures the spirit of the WordPress open source project, and we hope it resonates with you. Now, let’s dive in!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Say hello to WordPress 5.8</h2>\n\n\n\n<p>WordPress <a href=\"https://wordpress.org/news/2020/12/simone/\">version 5.8</a>, “Tatum,” came out on July 20. Version 5.8 is a major release that offers features like block-based widgets, a host of new blocks and patterns, a template editor, a duotone feature to stylize images, theme.json, and support for webP images, to name a few. Read more in the <a href=\"https://wordpress.org/news/2021/07/tatum/\">release post</a>, the <a href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\">field guide</a>, and the <a href=\"https://make.wordpress.org/community/2021/06/18/meetup-group-resources-talking-points-for-wordpress-5-8/\">talking points post for meetup groups</a>. </p>\n\n\n\n<p>Want to contribute to WordPress core? </p>\n\n\n\n<ul><li>Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\">team handbook</a>. Don’t miss the Core Team chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&min=00&sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 PM</a> UTC.</li><li><a href=\"https://translate.wordpress.org/\">Translate WordPress</a> to your local language – here’s the <a href=\"https://make.wordpress.org/polyglots/2021/07/09/wordpress-5-8-translation-status-july-9-2020/\">latest translation status</a>.</li><li>Contact the Marketing Team in the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> slack channel, if you wish to support <a href=\"https://make.wordpress.org/marketing/2021/07/21/social-media-pack-for-5-8-ongoing-collaborations/\">social media engagement around WordPress 5.8</a>.</li></ul>\n\n\n\n<h2>Gutenberg Version 11.0 is released</h2>\n\n\n\n<p>Contributor teams released the <a href=\"https://make.wordpress.org/core/2021/07/09/whats-new-in-gutenberg-11-0-0-9-july/\">11th version</a> of Gutenberg on July 9. <a href=\"https://make.wordpress.org/core/2021/07/09/whats-new-in-gutenberg-11-0-0-9-july/\">Version 11.0</a>, which focuses heavily on backports and bug fixes, showcases some cool features such as an editing overlay for template parts and reusable blocks, and support for CSS shorthand properties in theme.json and block attributes. <a href=\"https://make.wordpress.org/core/2021/07/21/whats-new-in-gutenberg-11-1-0-21-july/\">Version 11.1</a> was also shipped this month, on July 21. The release adds custom block borders as block supports and adds “drag and drop” to the list view. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The “<a href=\"https://make.wordpress.org/core/2021/07/21/whats-next-in-gutenberg-site-editing-status-check-late-july-august-2021/\">What’s next in Gutenberg</a>” post offers more details on the latest updates. </p>\n\n\n\n<h2>Returning to in-person WordPress events</h2>\n\n\n\n<p>The Community Team kicked off work to bring back in-person WordPress events. The team <a href=\"https://make.wordpress.org/community/2021/07/01/in-person-meetup-events-for-vaccinated-community-members/#comment-29654\">recently announced</a> that in-person WordPress meetups can be organized in a region if the local public health authority allows in-person events and if the region passes the in-person<a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/in-person-meetup-decision-checklist/\"> safety checklist</a>. If the region does not meet guidelines on page one of the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/in-person-meetup-decision-checklist/\">safety checklist</a>, organizers can plan events for fully vaccinated, recently tested (negative), or recently recovered community members. Subsequently, the team also <a href=\"https://make.wordpress.org/community/2021/07/27/proposal-how-to-return-to-safe-in-person-wordcamps/\">shared a proposal for the return to in-person WordCamps</a> in places that meet the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/in-person-meetup-decision-checklist/\">safety guidelines and the vaccination/testing requirements</a>. Please share your feedback on the post if you have any thoughts. For more context, check out the “<a href=\"https://wordpress.org/news/2021/07/episode-12-wordpress-in-person/\">In Person!</a>” episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a>. </p>\n\n\n\n<p>Want to contribute to the Community Team? Follow the <a href=\"https://make.wordpress.org/community/\">Community Team</a> blog, or join them in the <a href=\"https://wordpress.slack.com/archives/C037W5S7X\">#community</a> channel in the Make WordPress Slack. </p>\n\n\n\n<h2>BuddyPress 9.0 is out</h2>\n\n\n\n<p>The BuddyPress team is busy! Within barely a month of their last major release (<a href=\"https://buddypress.org/2021/06/buddypress-8-0-0-alfano/\">version 8.0)</a>, the team shipped <a href=\"https://buddypress.org/2021/07/buddypress-9-0-0-mico/\">version 9.0</a> on July 19. Key features of the release include widget blocks and updates to the BP REST API. Download it from the <a href=\"https://wordpress.org/plugins/buddypress/\">WordPress.org plugin directory</a> or check it out from its <a href=\"https://buddypress.trac.wordpress.org/browser/branches/9.0\">subversion repository.</a> Want to help build BuddyPress? Follow their <a href=\"https://bpdevel.wordpress.com/\">developer relations blog</a>, check out their <a href=\"https://codex.buddypress.org/participate-and-contribute/contribute-with-code/\">handbook page</a>, or join them in the <a href=\"https://wordpress.slack.com/archives/C02RQBYUG\">#buddypress</a> channel in the Make WordPress Slack.</p>\n\n\n\n<h2>WordPress Event updates</h2>\n\n\n\n<ul><li>WordCamp US is coming back on October 1, 2021, <a href=\"https://us.wordcamp.org/2021/wordcamp-us-is-back/\">as a daylong online event</a>!</li><li>Free tickets for <a href=\"https://floripa.wordcamp.org/2021/inscricoes/\">WordCamp Florianopolis</a> (August 11-12) are now available.</li><li>The <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Diverse Speaker Training group</a> of the Community Team announced <a href=\"https://make.wordpress.org/community/2021/07/26/announcement-and-call-for-volunteers-expanding-wpdiversity-to-three-programs/\">three new programs</a> for Meetup and WordCamp organizers. Sign up for the <a href=\"https://make.wordpress.org/community/2021/07/30/workshop-august-19-2021-allyship-for-wordpress-event-organizers-amer-emea/\">inaugural allyship program for event organizers</a> on August 19, 2021, at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210819T1700\">5:00</a> – <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210819T1900\">7:00 pm</a> UTC!</li><li>The Polyglots Team is planning a <a href=\"https://make.wordpress.org/polyglots/tag/wptranslationday/\">month-long translation day celebration in September 2021</a>, with two weeks of “core events” from September 17 to 30. The team will announce more details on the event shortly, and you <a href=\"https://make.wordpress.org/polyglots/tag/wptranslationday/\">can follow all the latest updates on their P2</a>. </li><li>Stay updated on <a href=\"https://make.wordpress.org/community/events/online/\">online WordPress meetups</a> around the world by following the Marketing Team’s <a href=\"https://www.linkedin.com/company/make-wordpress-marketing-team/\">WordPress Meetup roundup</a> every Monday. </li><li><a href=\"https://santaclarita.wordcamp.org/2021/\">WordCamp Santa Clarita 2021</a> was held online on July 17-18, 2021. The highlight of the event, which had 41 speakers, 19 sponsors, and 672 attendees, was a <a href=\"https://santaclarita.wordcamp.org/2021/schedule/\">dedicated track for WordPress accessibility</a>. Videos of the event will soon be posted on WordPress.tv.</li><li>The Hosting Team organized <a href=\"https://www.meetup.com/wphosting/events/278295555\">their first meetup</a> in June. Check out the <a href=\"https://www.youtube.com/watch?v=V4UCc1Bze5E&t=702s\">event recording</a>.</li></ul>\n\n\n\n<h2>Feedback requests from WordPress contributor teams</h2>\n\n\n\n<p>Please help these WordPress contributor teams by answering their research requests:</p>\n\n\n\n<ul><li>The Core Team has published a <a href=\"https://make.wordpress.org/core/2021/07/28/wordpress-5-8-tatum-retrospective/\">WordPress 5.8 release retrospective</a>. Share your release feedback as <a href=\"https://make.wordpress.org/core/2021/07/28/wordpress-5-8-tatum-retrospective/#respond\">comments on the post</a> or by <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSei8fSLjV0um4hk_1JKwgu-8E6mpNwwxF3j43mInW7lnVOTDw/viewform?usp=sf_link\">filling out this form</a> before August 15. The team is also <a href=\"https://make.wordpress.org/core/2021/07/21/request-for-feedback-updater-proof-of-concept/\">requesting feedback</a> on a “proof of concept” for the new WordPress updater. </li><li>The Training Team wishes to <a href=\"https://make.wordpress.org/training/2021/07/30/learn-wordpress-user-survey-focus-groups/\">find what learners and potential learners would like to see</a> in the <a href=\"https://learn.wordpress.org\">learn.wordpress.org</a> platform. To contribute, please <a href=\"https://www.surveymonkey.com/r/LearnWordPress\">fill out an anonymous survey</a> (by August 13) OR <a href=\"https://forms.gle/jdk2qkkvGyszx1SG6\">join a short video call</a> to share feedback (on the week of August 2-6).</li><li>The Polyglots Team <a href=\"https://make.wordpress.org/polyglots/2021/07/19/polyglots-training-ready-for-testing/\">announced</a> that “Polyglots Training” (a course to help WordPress translators and communities) is now available for testing. <a href=\"https://make.wordpress.org/polyglots/2021/07/19/polyglots-training-ready-for-testing/\">Sign up now</a>!</li><li>The Test Team wants to<a href=\"https://make.wordpress.org/test/2021/07/30/help-shape-the-future-of-theme-design/\"> hear from theme authors</a> on how they use theme.json in order to shape its future. Help them by <a href=\"https://wordpressdotorg.survey.fm/block-theme-author-feedback\">filling out this survey</a> on or before August 13.</li><li>The Marketing Team is doing research on building engagement around WordPress releases. Please help the team by filling out <a href=\"https://forms.gle/4QFhX8fcNxKAfK8y5\">this quick, two-question survey</a> on how you search for release information. If you have any favorite features from the latest release (WordPress 5.8) let the team know by completing this <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSd_2llymf79-h5sgTiprz7Kw4Gr4cbDHh-AAdAQfiArXlHksg/viewform\">short form</a>.</li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further reading</h2>\n\n\n\n<ul><li>The Meta Team launched the new <a href=\"https://make.wordpress.org/meta/2021/07/20/the-wordpress-pattern-directory-is-live/\">WordPress Pattern Directory</a> alongside the 5.8 release. The Design Team also contributed to this project, working with contributors on <a href=\"https://make.wordpress.org/design/2021/07/29/initial-patterns-for-the-patterns-directory-launched/\">launching around 85 block patterns in the directory</a>.</li><li>Check out the following blog posts from the Design Team: <a href=\"https://make.wordpress.org/design/2021/07/13/a-walk-around-the-search-block/\">A Walk Around: The Search Block</a> and <a href=\"https://make.wordpress.org/design/2021/07/27/widgets-in-wordpress-5-8-and-beyond/\">Widgets on 5.8 and beyond</a>. Join their <a href=\"https://make.wordpress.org/design/?s=show+and+tell\">Show and Tell meetings</a> on the last Wednesday of each month to learn about updates on their latest projects and new ideas.</li><li>Check out <a href=\"https://wordpress.org/news/2021/07/configuring-theme-design-with-theme-json/\">this blog post</a> to learn how to configure theme design with theme.json. </li><li>The Test Team has put out a <a href=\"https://make.wordpress.org/test/2021/07/20/test-team-reps-call-for-nominations/\">call for team-rep nominations</a>.</li><li>The Themes Team is in the process of discussing <a href=\"https://make.wordpress.org/themes/2021/07/20/discussion-request-for-feedback-on-requirement-changes/\">updated theme directory guidelines</a>.</li><li>Version 17.9 of WordPress for <a href=\"https://make.wordpress.org/mobile/2021/07/27/call-for-testing-wordpress-for-android-17-9/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2021/07/28/call-for-testing-wordpress-for-ios-17-9/\">iOS</a> are now available for testing.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>. </em></p>\n\n\n\n<p><em>The following folks contributed to July’s Month in WordPress: <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a> <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a> <a href=\'https://profiles.wordpress.org/jillbinder/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jillbinder</a> <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a> <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11107\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:58:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WP Briefing: Episode 14: The Art and Science of Accessibility\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wordpress.org/news/2021/08/episode-14-the-art-and-science-of-accessibility/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Aug 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11096\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:463:\"In this episode, Josepha Haden Chomphosy discusses the nuances of building accessible software, the differences between access, usability, and accessibility, and how this all applies to the WordPress project. Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor: Dustin Hartzler Logo: Beatriz Fialho Production: Chloé Bringmann Transcription: […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/07/WP-Briefing-014.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9393:\"\n<p>In this episode, Josepha Haden Chomphosy discusses the nuances of building accessible software, the differences between access, usability, and accessibility, and how this all applies to the WordPress project.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Transcription: <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/about/accessibility/\">About WordPress Accessibility</a></li><li><a href=\"https://make.wordpress.org/accessibility/\">Make WordPress Accessibility Team</a></li><li><a href=\"https://twitter.com/wpaccessibility\">WordPress Accessibility Team Twitter</a></li><li><a href=\"https://make.wordpress.org/accessibility/handbook/best-practices/\">WordPress Accessibility Handbook</a></li><li><a href=\"https://developer.wordpress.org/coding-standards/wordpress-coding-standards/accessibility/\">Accessibility Coding Standards</a></li><li><a href=\"https://www.w3.org/WAI/intro/wcag\">Web Content Accessibility Guidelines (WCAG)</a></li><li><a href=\"https://www.a11yproject.com/checklist/\">A11y Checklist</a></li><li><a href=\"https://en.wikipedia.org/wiki/Digital_divide\">The Digital Divide</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11096\"></span>\n\n\n\n<p>[contemporary intro music]</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 0:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[musical interlude]</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 0:28</p>\n\n\n\n<p>This is the second of my big scary topics for this month. I’ll be talking about accessibility, which much like Diversity, Equity and Inclusion, or DEI in the last episode, is one of those areas where the work is never finished. Also, like DEI in last episode, I feel strongly about accessibility and the need for accessible experiences in the world, but I’m aware that this is an area where I’m still learning.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 1:04</p>\n\n\n\n<p>WordPress has both an accessibility statement and team, which makes a lot of sense given that the software supports so many different people, and industries, and cultures. But if you’re not quite bought into the idea that software should be accessible, or that accessible software can’t also be usable, then this is the episode for you.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 1:25</p>\n\n\n\n<p>Before I joined the WordPress project, the majority of my work with accessibility was in the context of the digital divide. Now, when talking about the digital divide, there are three concepts around quote-unquote, “getting things to people,” and those are access, usability, and accessibility. Sometimes these words seem interchangeable, but ultimately they have nuanced differences that address different problems. And I like to think of them this way.</p>\n\n\n\n<p>Access is making sure that someone can obtain something.</p>\n\n\n\n<p>Usability is making sure that the user experience is understandable or coherent.</p>\n\n\n\n<p>And accessibility is making sure that it’s usable by the largest number of people.</p>\n\n\n\n<p>I have always considered each as a subset of the one that came before it. So having something everyone can access is good, but easy to access and easy to use is better. Easy to use is good, but easy to use and easily accessible is better.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 2:27</p>\n\n\n\n<p>After joining WordPress, I discovered that accessibility in the context of software building is well, substantially more complicated. There’s no such thing as perfect accessibility, or a site that is 100% accessible, and many aspects are pretty open to interpretation. It turns out that accessibility, like so many things in WordPress, is a complicated intersection of art and science.</p>\n\n\n\n<p>As an example, there’s a rule that says, “Ensure that links are recognizable as links.” A fast shorthand to accomplish that, that we see all over the internet, is to underline all links or put that icon next to it that says, “This opens in a new tab.” You know that icon that’s a box with an arrow? That definitely has a name, that I definitely don’t know? That icon. [laughing] But those solutions don’t necessarily fit every context that you’ll find a link in, and that’s where we see that intersection between the art of communication and the science of necessity.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 3:32</p>\n\n\n\n<p>If you came with me earlier on the idea that accessibility is a subset of usability, and it’s not a far leap to say that the choices around accessibility implementations should always include design and the overall user experience.</p>\n\n\n\n<p>I know that some of you are thinking, “But we have guidelines! Like, that’s why we have the guidelines, so that not everything has to be a gray area.” And on the one hand, yeah, that’s true. There are a lot of guidelines. There are guidelines for the code, and what the code produces, and the design elements. But I worry that when a solution is driven solely by rules, rather than reasons, we run the risk of throwing out the good along with the bad.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 4:15</p>\n\n\n\n<p>Accessibility has been a consistent topic of debate in the project for as long as I can remember, and based on all of this, it’s really clear why. There are a few big picture questions that still deserve some sort of canonical answer for WordPress, and where possible I dig in and research the positions that everyone has taken in the past. But I also have questions about how to move everything forward, especially as the editing experience gets more and more standardized across the software, which reduces cognitive load, shortens the learning curve, etc.</p>\n\n\n\n<p>What is the future possibility for having a series of more niche admin interface options?</p>\n\n\n\n<p>What would it be like to be able to account for functional limitations in a way that lets site builders select what is needed for their clients or organization, or just individual situations they know their sites would be maintained under?</p>\n\n\n\n<p>What more could we do if part of the setup flow of WordPress was to select some bundle of potential add ons for neuro diversity, or colorblindness, or dyslexia, and more?</p>\n\n\n\n<p>It’s a really big question I have.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 5:26</p>\n\n\n\n<p>And I have to be really transparent here and share that my foundational understanding of accessibility and usability is 10 plus years old, and I learned it in the context of people in education, not software. So a lot of my questions about the future of accessibility and WordPress is the result of old knowledge exploring new spaces, which means they are a little untested. And I’m so grateful for the contributors who point out what the current research and thinking is, in this incredibly complex field.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 6:00</p>\n\n\n\n<p>I normally like to wrap up the briefing with a tidy takeaway, but this particular topic doesn’t really lend itself to that. So I’ll leave you with this. I really believe in WordPress’ mission to democratize publishing. And I, for one, will never stop learning about what gives people more access to the software, and what makes the software more usable, and especially how we can combine usability with accessibility in a way that puts form and function on a level playing field.</p>\n\n\n\n<p>[musical interlude]</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 6:40</p>\n\n\n\n<p>And now, that brings us to our small list of big things.</p>\n\n\n\n<p>Thing one, it’s that time of year where many of our community members take a short break to relax and refresh. I’ll be taking a bit of a break during the month of August, and so the WP Briefing will return again starting in September.</p>\n\n\n\n<p>And thing two, huge thanks to the production crew that helps me make this podcast every couple of weeks, but a special shout out to our editor Dustin Hartzler, who makes quick work of all of my rambling thoughts.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> 7:09</p>\n\n\n\n<p>And that is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in September.</p>\n\n\n\n<p>[contemporary outro music]</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11096\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:66:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Configuring Theme Design with theme.json\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2021/07/configuring-theme-design-with-theme-json/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Jul 2021 22:26:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:6:\"Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11060\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:368:\"Starting in WordPress 5.8, a new tool — “theme.json” — is available to use in your theme. Maybe you’re hearing about it for the first time, or maybe you’re testing and developing themes with it already. Either way, I’m glad you’re here because it’s an exciting time for WordPress themes. This post provides a quick introduction […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Jeff Ong\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:21957:\"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"356\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=632%2C356&ssl=1\" alt=\"\" class=\"wp-image-11082\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=1024%2C576&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=300%2C169&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=768%2C432&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=1536%2C864&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=2048%2C1152&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Starting in <a href=\"https://wordpress.org/news/2021/07/tatum/\">WordPress 5.8</a>, a new tool — “theme.json” — is available to use in your theme. Maybe you’re hearing about it for the first time, or maybe you’re testing and developing themes with it already. Either way, I’m glad you’re here because it’s an exciting time for WordPress themes.</p>\n\n\n\n<p>This post provides a quick introduction to this new framework, and describes what’s possible by sharing a few practical tips and examples.</p>\n\n\n\n<h2>What’s theme.json?</h2>\n\n\n\n<p>Technically, theme.json is just a file that lives at the top-level of a theme’s directory. </p>\n\n\n\n<p>Conceptually, it’s a major shift in how themes can be developed. Theme authors now have a centralized mechanism to tailor the WordPress experience for site authors and visitors. Theme.json provides theme authors fine-grained control over global styles, block styles, and the block editor settings.</p>\n\n\n\n<p>By providing these settings and controls in a single file, theme.json provides a powerful framework that brings together many aspects of theme design and development. And as the block editor matures and adds more features, theme.json will shine as the backbone for themes and the editor to work <em>together</em> <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f4aa.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" />. </p>\n\n\n\n<h2>Why Use it?</h2>\n\n\n\n<p>It’s the future! But if you’re like me, you might need something more tangible to be convinced. Here are a few reasons why you might use theme.json today:</p>\n\n\n\n<ul><li>Control editor settings like color, typography, spacing, and layout, and consolidate where these settings are managed.</li><li>Guarantee that styles apply correctly to blocks and elements across your site.</li><li>Reduce the amount of boilerplate CSS a theme used to provide. Theme.json won’t replace your stylesheet completely — there will be instances where CSS is needed to give your theme that extra flare (transitions, animations, etc.). But it can greatly reduce the base CSS needed from the theme.</li></ul>\n\n\n\n<h2>How do I use it?</h2>\n\n\n\n<p>The rest of this post demonstrates a few theme.json configurations you can try out. The examples use the tt1-blocks<a href=\"https://github.com/WordPress/theme-experiments/blob/master/tt1-blocks/theme.json\"> theme.json</a> — <a href=\"https://wordpress.org/themes/tt1-blocks/\">the block-based version of this year’s default theme</a>. </p>\n\n\n\n<p>If you’re starting with an existing theme, you might try copying a theme.json from the <a href=\"https://github.com/WordPress/theme-experiments/\">WordPress/theme-experiments repository</a> (for example, <a href=\"https://github.com/WordPress/theme-experiments/blob/master/fse-tutorial/theme.json\">the fse-tutorial theme</a> by <a href=\"https://profiles.wordpress.org/poena/\">@poena</a>) and adding it to the root of your theme’s directory.</p>\n\n\n\n<h3><strong>Change the typography settings of your site globally</strong></h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\">\n"settings": {\n "typography": {\n "fontSize": "30px",\n ...\n</pre></div>\n\n\n<p>Making the change above in theme.json would result in the following updates to your theme’s body typography styles (before and after): </p>\n\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"398\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?resize=632%2C398&ssl=1\" alt=\"\" data-id=\"11062\" data-full-url=\"https://wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png\" data-link=\"https://wordpress.org/news/?attachment_id=11062\" class=\"wp-image-11062\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?resize=1024%2C645&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?resize=300%2C189&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?resize=768%2C484&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?resize=1536%2C968&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?resize=2048%2C1291&ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.06.07-AM.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"398\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?resize=632%2C398&ssl=1\" alt=\"\" data-id=\"11061\" data-full-url=\"https://wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png\" data-link=\"https://wordpress.org/news/?attachment_id=11061\" class=\"wp-image-11061\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?resize=1024%2C645&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?resize=300%2C189&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?resize=768%2C484&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?resize=1536%2C968&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?resize=2048%2C1291&ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.05.40-AM.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li></ul></figure>\n\n\n\n<h3><strong>Changing the base color settings of your site globally</strong></h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\">\n"styles": {\n "color": {\n "background": "#ffc0cb",\n "text": "#6A1515"\n },\n ...\n}\n</pre></div>\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><a href=\"https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"398\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?resize=632%2C398&ssl=1\" alt=\"\" data-id=\"11063\" data-full-url=\"https://wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png\" data-link=\"https://wordpress.org/news/?attachment_id=11063\" class=\"wp-image-11063\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?resize=1024%2C645&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?resize=300%2C189&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?resize=768%2C484&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?resize=1536%2C968&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?resize=2048%2C1291&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.10.03-AM.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"398\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?resize=632%2C398&ssl=1\" alt=\"\" data-id=\"11064\" data-full-url=\"https://wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png\" data-link=\"https://wordpress.org/news/?attachment_id=11064\" class=\"wp-image-11064\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?resize=1024%2C645&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?resize=300%2C189&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?resize=768%2C484&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?resize=1536%2C968&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?resize=2048%2C1291&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/07/Screen-Shot-2021-07-23-at-11.08.54-AM.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li></ul></figure>\n\n\n\n<h3><strong><strong>Changing spacing / padding settings on specific blocks</strong></strong></h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\">\n"styles": {\n "blocks": {\n "core/code": {\n "spacing": {\n "padding": {\n "top": "3em",\n "bottom": "3em",\n "left": "3em",\n "right": "3em"\n }\n }\n }\n }\n}\n\n</pre></div>\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><a href=\"https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"356\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?resize=632%2C356&ssl=1\" alt=\"\" data-id=\"11065\" data-full-url=\"https://wordpress.org/news/files/2021/07/code-padding-original.png\" data-link=\"https://wordpress.org/news/?attachment_id=11065\" class=\"wp-image-11065\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?resize=1024%2C576&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?resize=300%2C169&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?resize=768%2C432&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?resize=1536%2C864&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?w=1600&ssl=1 1600w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"356\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/07/code-padding-edited-1024x576.png?resize=632%2C356&ssl=1\" alt=\"\" data-id=\"11066\" data-full-url=\"https://wordpress.org/news/files/2021/07/code-padding-edited.png\" data-link=\"https://wordpress.org/news/?attachment_id=11066\" class=\"wp-image-11066\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?resize=1024%2C576&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?resize=300%2C169&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?resize=768%2C432&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?resize=1536%2C864&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?w=1600&ssl=1 1600w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li></ul></figure>\n\n\n\n<h3><strong><strong>Set a custom color palette in the editor for specific blocks like a button </strong></strong></h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\">\n"settings": {\n "blocks": {\n "core/button": {\n "color": {\n "palette": [ \n {\n "name": "Maroon",\n "color": "#6A1515",\n "slug": "maroon"\n },\n {\n "name": "Strawberry Ice Cream",\n "color": "#FFC0CB",\n "slug": "strawberry-ice-cream"\n }\n ]\n }\n }\n }\n}\n</pre></div>\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><a href=\"https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"444\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=632%2C444&ssl=1\" alt=\"\" data-id=\"11069\" data-full-url=\"https://wordpress.org/news/files/2021/07/button-all-colors.png\" data-link=\"https://wordpress.org/news/?attachment_id=11069\" class=\"wp-image-11069\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=1024%2C719&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=300%2C211&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=768%2C539&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=1536%2C1079&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=2048%2C1438&ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"444\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=632%2C444&ssl=1\" alt=\"\" data-id=\"11070\" data-full-url=\"https://wordpress.org/news/files/2021/07/buttons-custom-palette.png\" data-link=\"https://wordpress.org/news/?attachment_id=11070\" class=\"wp-image-11070\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=1024%2C719&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=300%2C211&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=768%2C539&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=1536%2C1079&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=2048%2C1438&ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li></ul></figure>\n\n\n\n<h3><strong><strong>Enable and disable typography controls</strong></strong></h3>\n\n\n\n<p>In the following example, the ability to supply a custom font size and line height for all heading blocks is disabled:</p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\">\n "settings": {\n "blocks": {\n "core/heading": {\n "typography": {\n "customFontSize": false,\n "customLineHeight": false\n }\n }\n }\n }\n</pre></div>\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><a href=\"https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"444\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=632%2C444&ssl=1\" alt=\"\" data-id=\"11071\" data-full-url=\"https://wordpress.org/news/files/2021/07/heading-all-options.png\" data-link=\"https://wordpress.org/news/?attachment_id=11071\" class=\"wp-image-11071\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=1024%2C719&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=300%2C211&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=768%2C539&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=1536%2C1079&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=2048%2C1438&ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li><li class=\"blocks-gallery-item\"><figure><a href=\"https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?ssl=1\"><img loading=\"lazy\" width=\"632\" height=\"444\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=632%2C444&ssl=1\" alt=\"\" data-id=\"11072\" data-full-url=\"https://wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png\" data-link=\"https://wordpress.org/news/?attachment_id=11072\" class=\"wp-image-11072\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=1024%2C719&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=300%2C211&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=768%2C539&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=1536%2C1079&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=2048%2C1438&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li></ul></figure>\n\n\n\n<h2>What’s Next?</h2>\n\n\n\n<p>I hope this gives you a sense of what’s possible and where themes are going. The above examples just scratch the surface of what kinds of theme design configurations are possible, and I’m very excited to see what theme authors create.</p>\n\n\n\n<p>If you’re interested in learning more, <a href=\"https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/\">here’s the developer note on theme.json</a>, and <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/\">here’s the documentation for theme.json</a> in the handbook.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><em><strong>Thanks to <a href=\"https://profiles.wordpress.org/kjellr/\">@kjellr</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">@</a></strong></em><strong><em><a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>, <a href=\"https://profiles.wordpress.org/priethor/\">@priethor</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">@annezazu</a> for helping with and peer-reviewing this post.</em></strong></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11060\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress 5.8 Tatum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2021/07/tatum/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Jul 2021 17:43:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10976\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:277:\"Introducing 5.8 “Tatum”, our latest and greatest release, named in honor of the legendary jazz pianist Art Tatum. This release includes an all new widget editor powered by blocks, major technical tools for building block themes, as well as newly streamlined workflow tools.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:55719:\"\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"422\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/07/5x8-Album-1.jpg?resize=632%2C422&ssl=1\" alt=\"\" class=\"wp-image-11042\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Introducing 5.8 “Tatum”, our latest and greatest release now available for <a href=\"https://wordpress.org/download/\">download</a> or update in your dashboard. Named in honor of Art Tatum, the legendary Jazz pianist. His formidable technique and willingness to push boundaries inspired musicians and changed what people thought could be done. </p>\n\n\n\n<p>So fire up your music service of choice and enjoy Tatum’s famous recordings of ‘Tea for Two’, ‘Tiger Rag’, ‘Begin the Beguine’, and ‘Night and Day’ as you read about what the latest WordPress version brings to you.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2 class=\"has-text-align-center\">Three Essential Powerhouses</h2>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"474\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png?resize=632%2C474&ssl=1\" alt=\"\" data-id=\"10985\" data-full-url=\"https://wordpress.org/news/files/2021/07/about-widgets-blocks.png\" data-link=\"https://wordpress.org/news/?attachment_id=10985\" class=\"wp-image-10985\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png?resize=1024%2C768&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png?resize=300%2C225&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png?resize=768%2C576&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png?w=1280&ssl=1 1280w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"501\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png?resize=632%2C501&ssl=1\" alt=\"\" data-id=\"10986\" data-full-url=\"https://wordpress.org/news/files/2021/07/about-query-loop.png\" data-link=\"https://wordpress.org/news/?attachment_id=10986\" class=\"wp-image-10986\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png?resize=1024%2C811&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png?resize=300%2C238&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png?resize=768%2C608&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png?w=1280&ssl=1 1280w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"411\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png?resize=632%2C411&ssl=1\" alt=\"\" data-id=\"10987\" data-full-url=\"https://wordpress.org/news/files/2021/07/about-template.png\" data-link=\"https://wordpress.org/news/?attachment_id=10987\" class=\"wp-image-10987\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png?resize=1024%2C666&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png?resize=300%2C195&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png?resize=768%2C499&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png?w=1280&ssl=1 1280w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li></ul></figure>\n\n\n\n<h3>Manage Widgets with Blocks</h3>\n\n\n\n<p>After months of hard work, the power of blocks has come to both the Block Widgets Editor and the Customizer. Now you can add blocks both in widget areas across your site and with live preview through the Customizer. This opens up new possibilities to create content: from no-code mini layouts to the vast library of core and third-party blocks. For our developers, you can find more details in the <a href=\"https://make.wordpress.org/core/2021/06/29/block-based-widgets-editor-in-wordpress-5-8/\">Widgets dev note</a>.</p>\n\n\n\n<h3>Display Posts with New Blocks and Patterns</h3>\n\n\n\n<p>The Query Loop Block makes it possible to display posts based on specified parameters; like a PHP loop without the code. Easily display posts from a specific category, to do things like create a portfolio or a page full of your favorite recipes. Think of it as a more complex and powerful Latest Posts Block! Plus, pattern suggestions make it easier than ever to create a list of posts with the design you want.</p>\n\n\n\n<h3>Edit the Templates Around Posts</h3>\n\n\n\n<p>You can use the familiar block editor to edit templates that hold your content—simply activate a block theme or a theme that has opted in for this feature. Switch from editing your posts to editing your pages and back again, all while using a familiar block editor. There are more than 20 new blocks available within compatible themes. Read more about this feature and how to experiment with it in the release notes.</p>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">Three Workflow Helpers</h2>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-gallery columns-2 is-cropped\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"496\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png?resize=632%2C496&ssl=1\" alt=\"\" data-id=\"10988\" data-full-url=\"https://wordpress.org/news/files/2021/07/about-list-view.png\" data-link=\"https://wordpress.org/news/?attachment_id=10988\" class=\"wp-image-10988\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png?resize=1024%2C803&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png?resize=300%2C235&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png?resize=768%2C602&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png?w=1280&ssl=1 1280w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"343\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png?resize=632%2C343&ssl=1\" alt=\"\" data-id=\"10989\" data-full-url=\"https://wordpress.org/news/files/2021/07/about-pattern-suggestions.png\" data-link=\"https://wordpress.org/news/?attachment_id=10989\" class=\"wp-image-10989\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png?resize=1024%2C555&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png?resize=300%2C163&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png?resize=768%2C416&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png?w=1280&ssl=1 1280w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"517\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png?resize=632%2C517&ssl=1\" alt=\"\" data-id=\"10990\" data-full-url=\"https://wordpress.org/news/files/2021/07/about-duotone.png\" data-link=\"https://wordpress.org/news/?attachment_id=10990\" class=\"wp-image-10990\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png?resize=1024%2C837&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png?resize=300%2C245&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png?resize=768%2C628&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png?w=1280&ssl=1 1280w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li></ul></figure>\n\n\n\n<h3>Overview of the Page Structure</h3>\n\n\n\n<p>Sometimes you need a simple landing page, but sometimes you need something a little more robust. As blocks increase, patterns emerge, and content creation gets easier, new solutions are needed to make complex content easy to navigate. List View is the best way to jump between layers of content and nested blocks. Since the List View gives you an overview of all the blocks in your content, you can now navigate quickly to the precise block you need. Ready to focus completely on your content? Toggle it on or off to suit your workflow.</p>\n\n\n\n<h3>Suggested Patterns for Blocks</h3>\n\n\n\n<p>Starting in this release the Pattern Transformations tool will suggest block patterns based on the block you are using. Right now, you can give it a try in the Query Block and Social Icon Block. As more patterns are added, you will be able to get inspiration for how to style your site without ever leaving the editor!</p>\n\n\n\n<h3>Style and Colorize Images</h3>\n\n\n\n<p>Colorize your image and cover blocks with duotone filters! Duotone can add a pop of color to your designs and style your images (or videos in the cover block) to integrate well with your themes. You can think of the duotone effect as a black and white filter, but instead of the shadows being black and the highlights being white, you pick your own colors for the shadows and highlights. There’s more to learn about how it works in the documentation.</p>\n\n\n\n<div style=\"height:32px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"has-text-align-center\">For Developers to Explore</h2>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"378\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=632%2C378&ssl=1\" alt=\"\" class=\"wp-image-10992\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=1024%2C613&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=300%2C179&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=768%2C459&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=1536%2C919&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=2048%2C1225&ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Theme.json</h3>\n\n\n\n<p>Introducing the Global Styles and Global Settings APIs: control the editor settings, available customization tools, and style blocks using a theme.json file in the active theme. This configuration file enables or disables features and sets default styles for both a website and blocks. If you build themes, you can experiment with this early iteration of a useful new feature. For more about what is currently available and how it works, <a href=\"https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/\">check out this dev note</a>.</p>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h3>Dropping support for IE11</h3>\n\n\n\n<p>Support for Internet Explorer 11 has been dropped as of this release. This means you may have issues managing your site that will not be fixed in the future. If you are currently using IE11, it is strongly recommended that you <a href=\"https://browsehappy.com/\">switch to a more modern browser</a>.</p>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h3>Adding support for WebP</h3>\n\n\n\n<p>WebP is a modern image format that provides improved lossless and lossy compression for images on the web. WebP images are around 30% smaller on average than their JPEG or PNG equivalents, resulting in sites that are faster and use less bandwidth.</p>\n</div>\n</div>\n\n\n\n<h3>Adding Additional Block Supports</h3>\n\n\n\n<p>Expanding on previously implemented block supports in WordPress <a href=\"https://make.wordpress.org/core/2020/11/18/block-supports-in-wordpress-5-6/\">5.6</a> and <a href=\"https://make.wordpress.org/core/2021/02/24/changes-to-block-editor-components-and-blocks/\">5.7</a>, WordPress 5.8 introduces several new block support flags and new options to customize your registered blocks. More information is available in the <a href=\"https://make.wordpress.org/core/2021/06/25/block-supports-api-updates-for-wordpress-5-8/\">block supports dev note</a>.</p>\n\n\n\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3>Check the Field Guide for more!</h3>\n\n\n\n<p>Check out the latest version of the WordPress Field Guide. It highlights developer notes for each change you may want to be aware of: <a href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\">WordPress 5.8 Field Guide.</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>The WordPress 5.8 release was led by <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, and supported by this highly enthusiastic release squad:</p>\n\n\n\n<ul><li><strong>Release Co-Coordinator:</strong> Jeffrey Paul (<a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>)</li><li><strong>Release Co-Coordinator:</strong> Jonathan Desrosiers (<a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>)</li><li><strong>Editor Tech Lead:</strong> Riad Benguella (<a href=\'https://profiles.wordpress.org/youknowriad/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>youknowriad</a>)</li><li><strong>Marketing and Communications Lead:</strong> Josepha Haden Chomphosy (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>)</li><li><strong>Documentation Lead:</strong> Milana Cap (<a href=\'https://profiles.wordpress.org/milana_cap/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>milana_cap</a>)</li><li><strong>Test Lead:</strong> Piotrek Boniu (<a href=\'https://profiles.wordpress.org/boniu91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>boniu91</a>)</li><li><strong>Support Lead: </strong>Mary Job (<a href=\'https://profiles.wordpress.org/mariaojob/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mariaojob</a>)</li></ul>\n\n\n\n<p>This release is the reflection of the hard work of 530 generous volunteer contributors. Collaboration occurred on over <a href=\"https://core.trac.wordpress.org/query?milestone=5.8&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">320 tickets on Trac</a> and over <a href=\"https://github.com/wordpress/gutenberg/compare/v10.0.0...v10.7.0\">1,500 pull requests on GitHub</a>.</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/2linctools/\">2linctools</a>, <a href=\"https://profiles.wordpress.org/5ubliminal/\">5ubliminal</a>, <a href=\"https://profiles.wordpress.org/ninetyninew/\">99w</a>, <a href=\"https://profiles.wordpress.org/9primus/\">9primus</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a>, <a href=\"https://profiles.wordpress.org/abderrahman/\">abderrahman</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/abhijitrakas/\">Abhijit Rakas</a>, <a href=\"https://profiles.wordpress.org/achbed/\">achbed</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a>, <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/aleperez92/\">Alejandro Perez</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/akirk/\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/algala/\">AlGala</a>, <a href=\"https://profiles.wordpress.org/firewatch/\">allilevine</a>, <a href=\"https://profiles.wordpress.org/amandariu/\">Amanda Riu</a>, <a href=\"https://profiles.wordpress.org/amarinediary/\">amarinediary</a>, <a href=\"https://profiles.wordpress.org/gadgetroid/\">Amogh Harish</a>, <a href=\"https://profiles.wordpress.org/oandregal/\">André</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">André Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/andy/\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annalamprou/\">annalamprou</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/anotherdave/\">anotherdave</a>, <a href=\"https://profiles.wordpress.org/anotia/\">anotia</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a>, <a href=\"https://profiles.wordpress.org/vanyukov/\">Anton Vanyukov</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/antonisme/\">Antonis Lilis</a>, <a href=\"https://profiles.wordpress.org/apedog/\">apedog</a>, <a href=\"https://profiles.wordpress.org/apokalyptik/\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/arena/\">arena</a>, <a href=\"https://profiles.wordpress.org/lephleg/\">Argyris Margaritis</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ariskataoka/\">ariskataoka</a>, <a href=\"https://profiles.wordpress.org/arkrs/\">arkrs</a>, <a href=\"https://profiles.wordpress.org/aruphi/\">Armand</a>, <a href=\"https://profiles.wordpress.org/arnaudban/\">ArnaudBan</a>, <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a>, <a href=\"https://profiles.wordpress.org/arunsathiya/\">Arun</a>, <a href=\"https://profiles.wordpress.org/aspexi/\">Aspexi</a>, <a href=\"https://profiles.wordpress.org/atjn/\">atjn</a>, <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a>, <a href=\"https://profiles.wordpress.org/filosofo/\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/barry/\">Barry</a>, <a href=\"https://profiles.wordpress.org/bartkalisz/\">bartkalisz</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/pixolin/\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a>, <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bernhard reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bmcculley/\">bmcculley</a>, <a href=\"https://profiles.wordpress.org/boblinthorst/\">Bob Linthorst</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/bogdanpreda/\">Bogdan Preda</a>, <a href=\"https://profiles.wordpress.org/gitlost/\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt/\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brechtvds/\">Brecht</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brettshumaker/\">Brett Shumaker</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a>, <a href=\"https://profiles.wordpress.org/burhandodhy/\">Burhan Nasir</a>, <a href=\"https://profiles.wordpress.org/cameronjonesweb/\">Cameron Jones</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/carlalexander/\">Carl Alexander</a>, <a href=\"https://profiles.wordpress.org/carlomanf/\">carlomanf</a>, <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia Prim</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/caseymilne/\">Casey Milne</a>, <a href=\"https://profiles.wordpress.org/cenay/\">Cenay Nailor</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">Ceyhun Ozugur</a>, <a href=\"https://profiles.wordpress.org/nhuja/\">Chandra M</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/vimes1984/\">Christopher Churchill</a>, <a href=\"https://profiles.wordpress.org/ryno267/\">Chuck Reynolds</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/codeamp/\">Code Amp</a>, <a href=\"https://profiles.wordpress.org/design_dolphin/\">CodePoet</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/coreymckrill/\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a>, <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Engle Robertson</a>, <a href=\"https://profiles.wordpress.org/crazycoders/\">crazycoders</a>, <a href=\"https://profiles.wordpress.org/critterverse/\">critterverse</a>, <a href=\"https://profiles.wordpress.org/czapla/\">czapla</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">Dávid Szabó</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/damonganto/\">damonganto</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/diddledan/\">Dani Llewellyn</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/danieldudzic/\">danieldudzic</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/vetyst/\">Danny</a>, <a href=\"https://profiles.wordpress.org/dariak/\">Daria</a>, <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/dartiss/\">David Artiss</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a>, <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/davidkryzaniak/\">David Kryzaniak</a>, <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/devle/\">devfle</a>, <a href=\"https://profiles.wordpress.org/devrekli/\">devrekli</a>, <a href=\"https://profiles.wordpress.org/dhruvkb/\">dhruvkb</a>, <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a>, <a href=\"https://profiles.wordpress.org/dingdang/\">dingdang</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/djbu/\">djbu</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/donnapep/\">Donna Peplinskie</a>, <a href=\"https://profiles.wordpress.org/dougwollison/\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/dpik/\">dpik</a>, <a href=\"https://profiles.wordpress.org/dragongate/\">dragongate</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb/\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/eatsleepcode/\">eatsleepcode</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/itsjusteileen/\">Eileen Violini</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/aliveic/\">Emil E</a>, <a href=\"https://profiles.wordpress.org/emarticor/\">Emilio Martinez</a>, <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a>, <a href=\"https://profiles.wordpress.org/empatogen/\">empatogen</a>, <a href=\"https://profiles.wordpress.org/enchiridion/\">Enchiridion</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a>, <a href=\"https://profiles.wordpress.org/nrqsnchz/\">Enrique Sánchez</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">etoledom</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/fabianpimminger/\">Fabian Pimminger</a>, <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/felixbaumgaertner/\">felixbaumgaertner</a>, <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a>, <a href=\"https://profiles.wordpress.org/fijisunshine/\">fijisunshine</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann/\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/bueltge/\">Frank Bueltge</a>, <a href=\"https://profiles.wordpress.org/frosso1/\">frosso1 (a11n)</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/gab81/\">gab81</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/kafleg/\">Ganga Kafle</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekpress/\">GeekPress</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/geoffrey1963/\">Geoffrey</a>, <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/gregorlove/\">gRegor Morrill</a>, <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a>, <a href=\"https://profiles.wordpress.org/hannahmalcolm/\">Hannah Malcolm</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">happiryu</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">hedgefield</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/hermpheus/\">Herm Martini</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/herrvigg/\">herrvigg</a>, <a href=\"https://profiles.wordpress.org/htmgarcia/\">htmgarcia</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/icopydoc/\">icopydoc</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/dragunoff/\">Ivaylo Draganov</a>, <a href=\"https://profiles.wordpress.org/wphound/\">Ivete Tecedor</a>, <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox/\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jamesbonham/\">James Bonham</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/pondermatic/\">James Richards</a>, <a href=\"https://profiles.wordpress.org/jamesros161/\">James Rosado</a>, <a href=\"https://profiles.wordpress.org/jamil95/\">jamil95</a>, <a href=\"https://profiles.wordpress.org/janak007/\">janak Kaneriya</a>, <a href=\"https://profiles.wordpress.org/janwoostendorp/\">janw.oostendorp</a>, <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a>, <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya/\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jeffikus/\">Jeffrey Pearce</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/jeremy80/\">jeremy80</a>, <a href=\"https://profiles.wordpress.org/jeroenreumkens/\">JeroenReumkens</a>, <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a>, <a href=\"https://profiles.wordpress.org/jillebehm/\">jillebehm</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/sephsekla/\">Joe Bailey-Roberts</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/jonkastonka/\">Johan Jonk Stenström</a>, <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnny5/\">John Godley</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/bhwebworks/\">John Sundberg</a>, <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke/\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/joseeyoast/\">Josee Wouters</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/dkampdesign/\">JoshuaDoshua</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/k3nsai/\">k3nsai</a>, <a href=\"https://profiles.wordpress.org/kaavyaiyer/\">kaavyaiyer</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a>, <a href=\"https://profiles.wordpress.org/vyskoczilova/\">Karolina Vyskocilova</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/kevinfodness/\">Kevin Fodness</a>, <a href=\"https://profiles.wordpress.org/kishanjasani/\">Kishan Jasani</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">KittMedia</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/klevyke/\">klevyke</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/vdwijngaert/\">Koen Van den Wijngaert</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/devnel/\">Kyle Nel</a>, <a href=\"https://profiles.wordpress.org/lakrisgubben/\">lakrisgubben</a>, <a href=\"https://profiles.wordpress.org/notlaura/\">Lara Schenck</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\">Larissa Murillo</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/lewiscowles/\">LewisCowles</a>, <a href=\"https://profiles.wordpress.org/lifeforceinst/\">lifeforceinst</a>, <a href=\"https://profiles.wordpress.org/linux4me2/\">linux4me2</a>, <a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a>, <a href=\"https://profiles.wordpress.org/displaynone/\">Luis Sacristán</a>, <a href=\"https://profiles.wordpress.org/infolu/\">Luiz Araújo</a>, <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/m0ze/\">m0ze</a>, <a href=\"https://profiles.wordpress.org/maedahbatool/\">Maedah Batool</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/travel_girl/\">Maja Benke</a>, <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/marekhrabe/\">Marek Hrabe</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markparnell/\">Mark Parnell</a>, <a href=\"https://profiles.wordpress.org/mark-k/\">Mark-k</a>, <a href=\"https://profiles.wordpress.org/markoheijnen/\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/m-e-h/\">Marty Helmick</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/mariaojob/\">Mary Job</a>, <a href=\"https://profiles.wordpress.org/marylauc/\">marylauc</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mhuntdesign/\">Matt</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/mblach/\">mblach</a>, <a href=\"https://profiles.wordpress.org/immeet94/\">Meet Makadia</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/meloniq/\">meloniq</a>, <a href=\"https://profiles.wordpress.org/mensmaximus/\">mensmaximus</a>, <a href=\"https://profiles.wordpress.org/mdawaffe/\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/tw2113/\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a>, <a href=\"https://profiles.wordpress.org/mikehansenme/\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley/\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mike_cowobo/\">Mike Martel</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">Mikhail Kobzarev</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/mkdgs/\">mkdgs</a>, <a href=\"https://profiles.wordpress.org/mmuyskens/\">mmuyskens</a>, <a href=\"https://profiles.wordpress.org/mmxxi/\">mmxxi</a>, <a href=\"https://profiles.wordpress.org/moch11/\">moch11</a>, <a href=\"https://profiles.wordpress.org/daddou/\">Mohamed El Amine DADDOU</a>, <a href=\"https://profiles.wordpress.org/mohamedfaragallah/\">Mohammed Faragallah</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/m_uysl/\">Mustafa Uysal</a>, <a href=\"https://profiles.wordpress.org/mweichert/\">mweichert</a>, <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a>, <a href=\"https://profiles.wordpress.org/naoki0h/\">Naoki Ohashi</a>, <a href=\"https://profiles.wordpress.org/nao/\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nayanchamp7/\">Nazrul Islam Nayan</a>, <a href=\"https://profiles.wordpress.org/dway/\">nderambure</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/nicegamer7/\">nicegamer7</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a>, <a href=\"https://profiles.wordpress.org/celloexpressions/\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/ninanmnm/\">ninanmnm</a>, <a href=\"https://profiles.wordpress.org/pianist787/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/nvartolomei/\">nvartolomei</a>, <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a>, <a href=\"https://profiles.wordpress.org/olafklejnstrupjensen/\">olafklejnstrupjensen</a>, <a href=\"https://profiles.wordpress.org/olgabulat/\">Olga Bulat</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a>, <a href=\"https://profiles.wordpress.org/oxyrealm/\">oxyrealm</a>, <a href=\"https://profiles.wordpress.org/ozh/\">Ozh</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/paaggeli/\">Panagiotis Angelidis</a>, <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/fantasy1125/\">Pascal Knecht</a>, <a href=\"https://profiles.wordpress.org/patkemper/\">Pat</a>, <a href=\"https://profiles.wordpress.org/patricklindsay/\">patricklindsay</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pabline/\">Paul Bunkham</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulstonier/\">Paul Stonier</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/psrpinto/\">Paulo Pinto</a>, <a href=\"https://profiles.wordpress.org/pavelvisualcomposer/\">Pavel I</a>, <a href=\"https://profiles.wordpress.org/mrpauloen/\">Paweł</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/phena109/\">phena109</a>, <a href=\"https://profiles.wordpress.org/philipmjackson/\">Philip Jackson</a>, <a href=\"https://profiles.wordpress.org/strategio/\">Pierre SYLVESTRE</a>, <a href=\"https://profiles.wordpress.org/wppinar/\">Pinar</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/mordauk/\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/ptahdunbar/\">Pirate Dunbar</a>, <a href=\"https://profiles.wordpress.org/promz/\">Pramod Jodhani</a>, <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/psealock/\">psealock</a>, <a href=\"https://profiles.wordpress.org/pwallner/\">pwallner</a>, <a href=\"https://profiles.wordpress.org/pyronaur/\">pyronaur</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/radixweb/\">Radixweb</a>, <a href=\"https://profiles.wordpress.org/rafaelgalani/\">Rafael Galani</a>, <a href=\"https://profiles.wordpress.org/rafhun/\">rafhun</a>, <a href=\"https://profiles.wordpress.org/rtm909/\">Rahul Mehta</a>, <a href=\"https://profiles.wordpress.org/rkradadiya/\">Rajesh Radadiya</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/rellect/\">Refael Iliaguyev</a>, <a href=\"https://profiles.wordpress.org/renehermi/\">Rene Hermenau</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/reynhartono/\">reynhartono</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/rima1889/\">Rima Prajapati</a>, <a href=\"https://profiles.wordpress.org/rinatkhaziev/\">Rinat</a>, <a href=\"https://profiles.wordpress.org/rnaby/\">Rnaby</a>, <a href=\"https://profiles.wordpress.org/robdxw/\">robdxw</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/rogertheriault/\">Roger Theriault</a>, <a href=\"https://profiles.wordpress.org/rogerlos/\">rogerlos</a>, <a href=\"https://profiles.wordpress.org/roo2/\">roo2</a>, <a href=\"https://profiles.wordpress.org/lev0/\">Roy</a>, <a href=\"https://profiles.wordpress.org/geekstreetwp/\">Russell Aaron</a>, <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">Sérgio Gomes</a>, <a href=\"https://profiles.wordpress.org/soean/\">Sören Wrede</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Saša</a>, <a href=\"https://profiles.wordpress.org/sabrinazeidan/\">Sabrina Zeidan</a>, <a href=\"https://profiles.wordpress.org/sahilmepani/\">Sahil Mepani</a>, <a href=\"https://profiles.wordpress.org/solarissmoke/\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sandipmondal/\">Sandip Mondal</a>, <a href=\"https://profiles.wordpress.org/sanketchodavadiya/\">Sanket Chodavadiya</a>, <a href=\"https://profiles.wordpress.org/sannevndrmeulen/\">Sanne van der Meulen</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">sarahricker</a>, <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>, <a href=\"https://profiles.wordpress.org/sasagar/\">SASAPIYO</a>, <a href=\"https://profiles.wordpress.org/satrancali/\">satrancali</a>, <a href=\"https://profiles.wordpress.org/savicmarko1985/\">savicmarko1985</a>, <a href=\"https://profiles.wordpress.org/gmagicscott/\">Scott Lesovic</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scottconnerly/\">scottconnerly</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">scruffian</a>, <a href=\"https://profiles.wordpress.org/sean212/\">Sean Fisher</a>, <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebbb/\">sebbb</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sergioestevao/\">SergioEstevao</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/silb3r/\">silb3r</a>, <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/sirstuey/\">SirStuey</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/spikeuk1/\">spikeuk1</a>, <a href=\"https://profiles.wordpress.org/spytzo/\">spytzo</a>, <a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</a>, <a href=\"https://profiles.wordpress.org/khromov/\">Stanislav Khromov</a>, <a href=\"https://profiles.wordpress.org/deustron/\">Stefan Hüsges</a>, <a href=\"https://profiles.wordpress.org/stefanjoebstl/\">stefanjoebstl</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevehenty/\">Steve Henty</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sumaiyasiddika/\">Sumaiya Siddika</a>, <a href=\"https://profiles.wordpress.org/sumanm/\">Suman</a>, <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/5um17/\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/quadthemes/\">Sunny</a>, <a href=\"https://profiles.wordpress.org/sushmak/\">sushmak</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a>, <a href=\"https://profiles.wordpress.org/szaqal21/\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/tamlyn/\">tamlyn</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tellyworth/\">Tellyworth</a>, <a href=\"https://profiles.wordpress.org/terraling/\">terraling</a>, <a href=\"https://profiles.wordpress.org/terriann/\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/wildworks/\">Tetsuaki Hamano</a>, <a href=\"https://profiles.wordpress.org/themes-1/\">them.es</a>, <a href=\"https://profiles.wordpress.org/kraftner/\">Thomas Kräftner</a>, <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale/\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timotijhof/\">TimoTijhof</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmdk/\">tmdk</a>, <a href=\"https://profiles.wordpress.org/tz-media/\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/tjnowell/\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/torres126/\">torres126</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/travisnorthcutt/\">Travis Northcutt</a>, <a href=\"https://profiles.wordpress.org/trejder/\">trejder</a>, <a href=\"https://profiles.wordpress.org/desaiuditd/\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utsav72640/\">Utsav tilava</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a>, <a href=\"https://profiles.wordpress.org/vipulc2/\">Vipul Chandel</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/wangql/\">wangql</a>, <a href=\"https://profiles.wordpress.org/wb1234/\">wb1234</a>, <a href=\"https://profiles.wordpress.org/webdragon/\">WebDragon</a>, <a href=\"https://profiles.wordpress.org/wendyjchen/\">Wendy Chen</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wfmattr/\">WFMattR</a>, <a href=\"https://profiles.wordpress.org/earnjam/\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a>, <a href=\"https://profiles.wordpress.org/xavivars/\">Xavi Ivars</a>, <a href=\"https://profiles.wordpress.org/tikifez/\">Xristopher Anderton</a>, <a href=\"https://profiles.wordpress.org/y_kolev/\">Y_Kolev</a>, <a href=\"https://profiles.wordpress.org/yansern/\">Yan Sern</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yuliyan/\">Yuliyan Slavchev</a>, <a href=\"https://profiles.wordpress.org/yvettesonneveld/\">Yvette Sonneveld</a>, <a href=\"https://profiles.wordpress.org/zackkrida/\">Zack Krida</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, <a href=\"https://profiles.wordpress.org/zkancs/\">zkancs</a>, and <a href=\"https://profiles.wordpress.org/sunxiyuan/\">孙锡源</a>.\n\n\n\n<p></p>\n\n\n\n<p>In addition to these contributors, many thanks to all of the community volunteers who contribute in the <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://wordpress.org/support/\">support forums</a>. They answer questions from people across the world, whether they are using WordPress for the first time, or they’ve been around since the first release all the way back in 2003. These releases are as successful as they are because of their efforts!</p>\n\n\n\n<p>Finally, thanks to all the community translators who help make WordPress available in over 200 languages for every release. 80 languages have translated 80% or more WordPress 5.8 and our community translators are hard at work ensuring more languages are on their way. If contributing to WordPress appeals to you, it’s easy to learn more. Check out <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://make.wordpress.org/\">Make WordPress</a> or the <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10976\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:58:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WP Briefing: Episode 13: Cherishing WordPress Diversity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2021/07/episode-13-cherishing-wordpress-diversity/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Jul 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10949\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:357:\"In this episode, Josepha Haden Chomphosy discusses the importance of Diversity, Equity, and Inclusion to the fabric of the WordPress project and how we can move from a place of welcoming it to cherishing it. Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/07/WP-Briefing-013.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14890:\"\n<p>In this episode, Josepha Haden Chomphosy discusses the importance of Diversity, Equity, and Inclusion to the fabric of the WordPress project and how we can move from a place of welcoming it to cherishing it.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></p>\n\n\n\n<p>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></p>\n\n\n\n<p>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></p>\n\n\n\n<p>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/diversity-speaker-training-workshop/\">Diverse Speaker Training Workshop</a></p>\n\n\n\n<p><a href=\"https://josepha.blog/2020/12/23/a-wordpress-dinner-party/\">A WordPress Dinner Party</a></p>\n\n\n\n<p><a href=\"https://josepha.blog/2018/11/06/the-burden-of-proof/\">The Burden of Proof</a></p>\n\n\n\n<p><a href=\"https://josepha.blog/2021/03/05/leading-at-any-level/\">Leadership At Any Level</a></p>\n\n\n\n<p><a href=\"https://josepha.blog/2019/03/02/building-a-culture-of-safety/\">Building a Culture of Safety</a></p>\n\n\n\n<p><a href=\"https://josepha.blog/2020/03/27/leadership-basics-ethics-in-communication/\">Leadership Basics: Ethics in Communication</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/support/wordpress-version/version-5-6/\">WordPress 5.6</a></p>\n\n\n\n<p>Bonus resource: <a href=\"https://allienimmons.com/how-to-be-a-wordpress-ally/\">How to Be a WordPress Ally</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10949\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. And before we get started, I have to be honest with you all, this episode and the next one have made me feel really anxious. This one is about Diversity, Equity, and Inclusion in open source, and especially in WordPress. And the next one is about accessibility in WordPress. And I feel like there’s just so much to do, and we don’t do enough, but we do what we can. And still, we will never be done with that work. And if you don’t know what I mean by Diversity, Equity, and Inclusion, you can kind of think of it this way. Diversity is bringing in people with different viewpoints and lived experiences. Equity is making sure everyone has what they need to get a fair chance of success, which is different from equality. And Inclusion is making sure that the environment is built to not only tolerate diverse groups but to celebrate them as well. So remember this as you listen to what I have to say here. We are never where we want to be in either of those spaces. But that shouldn’t stop us from looking at the things we have done to get us in the right direction. All right. Here we go.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:54</p>\n\n\n\n<p>I say a lot that we are a project that serves a majority collection of minority voices. WordPress is global in reach and open source in nature. And you would assume that what allows the software to be used by anyone would also enable it to be built by anyone. After all, your location doesn’t matter, and who employs you also doesn’t matter. And your relative social standing certainly shouldn’t matter. As long as you can communicate with the others contributing to the project, there should be no obstacle to your participation. The mission of the WordPress project is to democratize publishing, right? It’s to get the ability to have a website tap into passive income on your web presence. I mean, the job is to level the playing field for everyone. However, it’s my experience that bringing in new voices takes a lot of proactive work on behalf of leaders and contributors. It’s not enough to say, “Hey, I’m having a party,” you also have to say, “I’m having a party, and I’d like you to be there.” It’s not enough to think people will make their own space at this table. You have to make sure that you have table settings for everyone. And even beyond the basics of directing people to you. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:12</p>\n\n\n\n<p>And on toward the next steps, you have to be honest about the fact that open source contribution requires a fair amount of privilege. By privilege, I mean the luxury of extra time or extra funding or just an understanding employer. WordPress supports 41% of the web. I think it’s 42% of the web right now. But less than 1% of people who use WordPress show up to help maintain it. And that 1% that does show up skews toward people who already have a pretty high level of representation and technology. And so, when you look at who is building it versus who is using it, it doesn’t always match. And since what we build so frequently reflects who we are, sometimes what we build doesn’t match the needs of the people who are using what we have.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:10</p>\n\n\n\n<p>So what has WordPress done to be proactive on the question of Diversity, Equity, and Inclusion? There are quite a few unseen things that have gone into this over the years and a few pretty visible things. This is a very long list. And it has a whole lot of just reference material. And so the show notes today will come in handy for people, and there will be just a laundry list of linked resources for everyone. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:39</p>\n\n\n\n<p>But the first thing that WordPress has done is that we have accepted the burden of proof. I’m going to share a post about this in the show notes. That means we accept that it’s not the job of underrepresented folks to figure out if they are welcome. It’s up to us to make it clear that they are. So, there are three big little things that the community has done over the years. One is that many teams open their text-based meetings with an explanation of what is done in the meeting, who comes to the meetings, where to find help if you’re lost in the meeting, and for teams that have a specific type of requests that comes into those channels that aren’t handled in those channels. They also will share where people can go to get those requests taken care of. Many teams have also updated their team handbooks to have good beginner docs, limited use of inside jokes or jargon, and good first bugs. And also, there is a code of conduct in the community declaring that everyone is welcome and clarifies what to do if you see folks being unwelcoming. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:51</p>\n\n\n\n<p>A second big thing that folks in the WordPress community have done is written down what was unwritten. Having things clearly documented unlocks institutional knowledge that you’d otherwise have to know someone to get. Clarity and process and the structure help anyone engage with your organization, not just the people who have extra time to figure things out. What that looks like in the WordPress project is that many teams have documented their workflows and their working spaces and just their general team norms. Many teams have also started defining what it means to be a team rep and holding open processes to choose those team reps. Many other community leaders and I have written down countless unspoken rules, guidelines, and philosophical underpinnings so that people don’t have to guess what we’re doing or why we’re doing things, or where we want to do them.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>06:46</p>\n\n\n\n<p>And the more visible thing that the WordPress project has been doing is that we found ways to invite people in, and they’re not failsafe; they’re not foolproof, but it is certainly a step in the right direction. The first one is an ongoing, diverse speaker training initiative. And I’ll include a link to that in the show notes as well. It is run by Jill Binder and a fantastic group of contributors that collaborate with her. And I really have loved watching that particular program grow and flourish and help WordPress make a difference where we absolutely can. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>07:27</p>\n\n\n\n<p>The second thing that was pretty visible about how we invited people in was at the end of 2020, and we had an all-women and nonbinary release squad for our biggest release of the year; WordPress 5.6. I had a group of probably 70 women and nonbinary identifying folx who joined in the process and joined in learning more about the process. Some of them have continued in the project. Others have stepped away for various reasons. But all of them are welcome to return. And I encourage everyone to return to contribution when time and resources make that possible for you. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>08:09</p>\n\n\n\n<p>And then the third thing that we’ve done, which I have talked about a lot, is the revival of the testing and triage practices. That has been work that’s been ongoing for a number of years. And it happens across multiple teams. It is not always immediately clear to people why the testing work. And the triage work is identifiable for me as a way to invite people into this process. And so I’ll be briefly clear about it right now. So testing as a practice brings in the users that otherwise don’t have a lot of spare time and that extra privilege to like, figure out what’s going on with WordPress, and contribute their own fixes to problems. They can give back to this project by being co-developers with us, co-creators with our entire process of making WordPress real and usable for the largest number of people that we can because we now support 42% of the web. And then, the triage practice invites in a diverse voice of people. Because you don’t necessarily always need to know everything about a project to help with triage. And when you’re helping with triage, you get active learning through participating in the process. But you also get passive learning from the people who already know huge amounts about the project and the process and everything that goes into it. And so it’s a low key low stress way to get your feet wet and start building that knowledge that sometimes is hard to come by unless you are actively working in it. So the testing practices, the triage practices, I really to the core of my being believe that those are active and ongoing ways for us to invite people who otherwise wouldn’t have a chance to get their voices heard in an open source project. And y’all, as I said at the start, y’all, there’s nothing about this list that I just shared, which makes me feel like our work on this is done. Just like any muscle, you don’t fight to peak fitness, and then hit the big stop button on time and say, “Now, I never have to work out again.” If we did, the world would be a very different place probably. But it does then lead us to the next steps for fostering a community culture that’s as broad as the people who use this software. If you believe in leadership at any level, as I do, there are a ton of things that you can do right now. But I’ll boil them down into three big chunks of things.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>10:54</p>\n\n\n\n<p>First, check your community area, or whatever community you want to apply this to, for things that need a little more proactive work. I will share a post called<em> Building A Culture of Safety</em> that will take you through a list of good first steps. And it is not as hard as it looks. When you say build a culture of safety, there are many really clear-cut minor changes that you can ask people to make and, in like, four or five different areas that can help your community be more welcoming and more open. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>11:30</p>\n\n\n\n<p>The second thing that you can do is know that small changes add up over time and commit to making those changes where you can. If you are elite at any level, you know that supporting people and processes is the responsibility of everyone in the group. And if you can make your own autonomous decisions and commit to making small changes that make a big difference over time, you will be part of that solution. And that is not specific to any one group that we have in our communities. You can be an ally for anyone, whether they look like you, whether they have your same experiences, or not. And sometimes, it’s as easy as just holding space for the people who haven’t had a chance to talk yet. And on the subject of holding space and the way that we communicate. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>12:22</p>\n\n\n\n<p>The third thing that I think is incredibly important is that you can take on as a foundational personal practice the concept of ethical communication. I’ll share a post about that as well in the show notes, but the core of it is that you have to know that what you say and don’t say what you do and don’t do has an impact on others and embrace that responsibility. All right, so you made it all the way through, and I am so proud of you. I’m sure you have questions about this. And I encourage you to share those. You can email them to me at wp briefing@wordpress.org.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>13:10</p>\n\n\n\n<p>This brings us to our small list of big things. I’ve got two things for you today. First and foremost, WordPress 5.8 gets released tomorrow. It’s a big release, and lots of people have been working on it. So get your update processes ready and keep an eye on wordpress.org/news for the announcement post. Second, and still pretty important, team reps have been working on their quarterly check-ins so that all other teams can get an idea of what’s happening around the WordPress office. Keep an eye out for that post on make.wordpress.org/updates. And that is your smallest of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host Joseph Hayden Chomphosy, and I’ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10949\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 5.8 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/07/wordpress-5-8-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jul 2021 01:09:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10933\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:303:\"The third release candidate for WordPress 5.8 is now available! WordPress 5.8 is slated for release on July 20, 2021, and we need your help to get there—if you have not tried 5.8 yet, now is the time! You can test the WordPress 5.8 release candidate 3 in any of these three ways: Install and […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3233:\"\n<p>The third release candidate for <a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8</a> is now available! </p>\n\n\n\n<p>WordPress 5.8 is slated for release on <strong>July 20, 2021</strong>, and we need <em>your</em> help to get there—if you have not tried 5.8 yet, now is the time!</p>\n\n\n\n<p>You can test the WordPress 5.8 release candidate 3 in any of these three ways:</p>\n\n\n\n<ul><li>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (select the <code>Bleeding edge</code> channel and then <code>Beta/RC Only</code> stream)</li><li>Directly download the release candidate version <a href=\"https://wordpress.org/wordpress-5.8-RC3.zip\">(zip)</a></li><li>Use WP-CLI to test: <code>wp core update --version=5.8-RC3</code></li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the Beta/RC releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.8 and update the <em>Tested up to</em> version in the <code>readme</code> file to 5.8. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so we can work to solve them in time for the final release.</p>\n\n\n\n<p>For a more detailed breakdown of the changes included in WordPress 5.8, check out the <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\">WordPress 5.8 beta 1 post</a>. The <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\">WordPress 5.8 Field Guide</a>, which is particularly useful for developers, has all the info and further links to help you get comfortable with the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Can you speak and write in a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you have found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you are comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<p class=\"has-text-align-right\"><strong><em>Props to <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>, and <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> for peer-reviewing!</em></strong></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Code is poetry<br>Jazz is improvisation<br>Both are forms of art<br><br></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10933\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 5.8 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/07/wordpress-5-8-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jul 2021 01:12:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10912\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:305:\"The second release candidate for WordPress 5.8 is now available! ? WordPress 5.8 is slated for release on July 20, 2021, and we need your help to get there—if you have not tried 5.8 yet, now is the time! You can test the WordPress 5.8 release candidate 2 in any of these three ways: Install […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3376:\"\n<p>The second release candidate for <a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8</a> is now available! <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f389.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>WordPress 5.8 is slated for release on <strong>July 20, 2021</strong>, and we need <em>your</em> help to get there—if you have not tried 5.8 yet, now is the time!</p>\n\n\n\n<p>You can test the WordPress 5.8 release candidate 2 in any of these three ways:</p>\n\n\n\n<ul><li>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (select the <code>Bleeding edge</code> channel and then <code>Beta/RC Only</code> stream)</li><li>Directly download the release candidate version <a href=\"https://wordpress.org/wordpress-5.8-RC2.zip\">(zip)</a></li><li>Use WP-CLI to test: <code>wp core update --version=5.8-RC2</code></li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the Beta/RC releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.8 and update the <em>Tested up to</em> version in the <code>readme</code> file to 5.8. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so they can get ready for the final release.</p>\n\n\n\n<p>For a more detailed breakdown of the changes included in WordPress 5.8, check out the <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\">WordPress 5.8 beta 1 post</a>. The <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://make.wordpress.org/core/2021/07/03/wordpress-5-8-field-guide/\">WordPress 5.8 Field Guide</a>, which is particularly useful for developers, has all the info and further links to help you get comfortable with the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Can you speak and write in a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>\n\n\n\n<p><em><strong>If you think you have found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you are comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<p class=\"has-text-align-right\"><strong><em>Props to <a href=\'https://profiles.wordpress.org/lukecarbis/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lukecarbis</a> for the haiku, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a> and <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a> for peer reviewing!</em></strong></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Five-eight in two weeks<br>So test your plugins and themes<br>Update your readme</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10912\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:58:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WP Briefing: Episode 12: WordPress – In Person!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/news/2021/07/episode-12-wordpress-in-person/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Jul 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10889\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:384:\"In this episode, Josepha Haden Chomphosy talks about WordPress – In Person! The WordPress events that provide the dark matter of connection that helps sustain the open source project. Have a question you’d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor: Dustin Hartzler Logo: Beatriz Fialho […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/07/WP-Briefing-012.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13118:\"\n<p>In this episode, Josepha Haden Chomphosy talks about WordPress – In Person! The WordPress events that provide the dark matter of connection that helps sustain the open source project.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></p>\n\n\n\n<p>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></p>\n\n\n\n<p>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></p>\n\n\n\n<p>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Tragedy_of_the_commons\">The tragedy of the commons</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-release-candidate/\">WordPress 5.8 Release Candidate announcement </a></p>\n\n\n\n<h2>Transcript </h2>\n\n\n\n<span id=\"more-10889\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:11</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:39</p>\n\n\n\n<p>Today we’re talking about one of my favorite parts of the project – WordPress events. The in-person component of the project is the dark matter that helps us build resilience and thrive as a group. A lot of what I’m going to share applies to every WordPress event, whether it’s a meetup or workshop, a contributor day, any other sort of format. But I’ll be focused on WordCamps. It’s been a while since we had any in-person WordCamps. Our last two were WordCamp Malaga in Spain and WordCamp Greenville in the US. But that hasn’t stopped anyone from gathering people together online. Which honestly makes a lot of sense for WordPress. Because there are many reasons we gather, the main three reasons are connecting, inspiring, and contributing. It’s true. It says so right in our documentation, “paper rustling.” All WordPress events should connect WordPress users, inspire people to do more with WordPress, and contribute to the WordPress project. As an aside, I’ll tell you that some groups also get to collaborate and educate in there, but connect, inspire, contribute. Those are the big three. And that’s what I’m talking about today. And if you subscribe to this podcast for the back office deep cuts, I’ll also have a few of those for you. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:57</p>\n\n\n\n<p>Alright, so first up, connect. WordCamps are generally annual-ish gatherings organized by local WordPress meetup groups. They’re not meant to be big or fancy. The definition of the minimum viable product for WordCamp is 50 people gathered all day to talk about WordPress. They are intentionally affordable to allow people from all walks of life to attend, meet, share and learn. This is made possible by donations and sponsorships from local businesses and larger businesses in the WordPress ecosystem. And this helps us get people connected to those in their community that works with or are sustained by WordPress. That connection feeds into the overall health of the global WordPress project. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:45</p>\n\n\n\n<p>Next up is inspire. WordCamps do not discriminate. They are open to any WordPress users, developers, designers, or other enthusiasts, regardless of their level of experience. And because of this, sessions generally span a variety of formats. So presentations or live demos to workshops or panels, any other format you can think of. But that also means that there are a variety of skill levels represented. There’s always content about how to use WordPress. That’s a given. But you can also count on content that inspires people to do more with their own dreams and aspirations. When I was still organizing WordCamps, my favorite thing was seeing people who came back year after year, putting into practice something that they learned the year before. It is that <em>Choose Your Own Adventure</em> aspect to WordCamps that lets people see the edge of their ideas and then expand that just a little bit further. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:42</p>\n\n\n\n<p>And finally, contribute. WordCamps often have a contribution component to them. Sometimes it’s just a talk telling you how you can get more involved in the WordPress project. But sometimes, it’s a whole contributor day. And those range in size from single focus, like everyone, will show up and learn how to review a theme or a focus from every team that we have, like at the big flagship events where we gather hundreds of people into a room just to contribute to WordPress and all of the teams that go with it. Getting started with contributing can be daunting, but it is also essential to avoid something called the Tragedy of the Commons, an economic concept. So I’ll share a link to that in the show notes below. But the most important thing, the most important thing to remember, is that WordPress is open source. And we asked people to help us keep this great tool running by giving back a little bit of their time if they have gotten any benefit from the WordPress project or CMS over the course of their careers. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:40</p>\n\n\n\n<p>So that’s it. The three big things you can get from a WordCamp. I know that I can’t wait to get back to them myself because while a lot of these things can still happen online and do, it’s really hard to replace the dark matter of in-person connections for open source projects. And since we’re talking dark matter anyway, let’s dig into it a little.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:01</p>\n\n\n\n<p>At the start of the section, I mentioned that WordCamps are local, locally organized, and people are encouraged to attend locally. But I am part of a group that ends up traveling to a lot of WordCamps. If you don’t know about the unseen work of WordPress, this raises eyebrows. So here is some clarification around the back office work that some of these traveling WordCampers often do. When I listed these out, there were about 20 different tasks, 20 different jobs, which was, frankly, a bit overwhelming when I listed them that way. So I’ve grouped them into kind of two genres, each with a group of current versus future types of work. So my two big buckets, big picture stuff, and then community stewardship. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>05:50</p>\n\n\n\n<p>The big picture stuff, our first big genre here, when you’re looking at current topics, current issues kind of information, when we’re working on big picture stuff, you get the clarification of the mission or vision of WordPress, the sharing of open source methods or processes that we use in the WordPress project, and also sometimes those goal-setting conversations that you have to have both because we have a bunch of teams and team reps, that have a lot of really great ideas about what can be done in their teams to help WordPress succeed. But then also, because when you are working, when you’re contributing to a single team in the project, it can sometimes be hard to know how your work relates to the overall goals and visions of WordPress. And so that’s part of the work that gets done that I do there. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>06:43</p>\n\n\n\n<p>And when you’re looking at future topics, future issues, the second part of this genre, that stuff like starting conversations or discussions around what the future holds for WordPress, and that’s the project as well as the technology or hearing from people about big things coming up for them. And any content that can support it, anything that I can provide to support those big things. It’s also a good time for me and others to identify trends based on what I see in presentations or what I hear from people at social functions. Really, it’s just a huge opportunity for information gathering to make sure that I know what everyone else in the project is trying to do and if they understand what the project is trying to do. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>07:32</p>\n\n\n\n<p>And then the second big genre of things that happen in that dark matter kind of work at WordCamps is what I call community stewardship—so taking care of the community itself for the project itself. And a lot of that work is actually incident response kind of work. So conflict resolution, mediation often happens at in-person events, but also uncovering the shared foundations, the shared understanding for upcoming changes. So a lot of really, in the weeds kind of change management work. And for me, it’s certainly doing my best as a cultural liaison when I do see that there has been some miscommunication or gathering context for the latest disagreement that people are having with me so that I can clarify anything that was misunderstood from what I said. And also a little bit of policy clarification, just explaining why we do things and the way we do them. So for community stewardship, that’s kind of the current stuff that we look at. And that I do when I’m traveling for WordCamps. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>08:36</p>\n\n\n\n<p>And then for the future tasks that we do with community stewardship in the project, that stuff like training, and that’s training team reps, community deputies, or new contributors like it’s, it’s not really one type of training, necessarily. But then also, all of the checking in with our organizers, team reps, volunteers, sponsors, everyone like that, to make sure that what we have in the project and what’s happening in the project, the tools that we have, the experience that contributors have while they are working here, and WordPress is good, and is what they need. We’ve got a lot of tools to get things done in WordPress, and we can always make them better. And so checking in with people to kind of see how those processes are, how the tools are making sure that I have an idea of where our holes are and what needs to be patched, and how we can patch them in the long run. So that’s all of the future planning kind of work and topic stuff, just you know, making sure that WordPress has what it needs to survive long into the future and long after I’m doing anything with it, and long after you’re doing anything with it either. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>09:56</p>\n\n\n\n<p>So, lots and lots of unseen work being done at our in-person events. But folks who keep a keen eye on the online global work of WordPress will probably recognize that a lot of that work is also done routinely on make.wordpress.org and within the making WordPress Slack. There’s just, I don’t know, there’s just something different about receiving information from a human being with a face rather than an avatar with a photo. So I guess at the end of the day, that means the dark matter that keeps open source together is really an issue of communication. And you’ll get no arguments for me there.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>10:44</p>\n\n\n\n<p>That brings us now to our small list of big things. And there’s really just one big thing. And that’s WordPress 5.8. We are about two weeks away from this big release; the community has been working tirelessly on it. And it’s shaping up to be one of the most tested releases that we’ve had in a long time. Myself, I’m grateful to see so much activity before the release. Since 5.8 and 5.9 releases represent such monumental shifts in our software, I’m incredibly grateful to see so much activity prior to the release, especially in the beta period. We’ve been testing everything for it feels like six or eight months, and we’re really starting to see the positive benefits of that. And I think that we, the WordPress community, should be really proud of everything that we’re going to ship in 2021. Okay, so that was less of a small list of big things and really like one big thing with a generous garnish of encouragement, but you deserve it. So thank you for tuning in today for the WordPress briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10889\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"The Month in WordPress: June 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2021/07/the-month-in-wordpress-june-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Jul 2021 15:11:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10896\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:334:\"Once you step into contribution time, your main concern is the users of WordPress, or new contributors, or the health of the WordPress ecosystem as a whole or the WordPress project. So you get all this subject matter expertise from competitive forces, collaborating in a very “us versus the problem” way. And when you do […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11608:\"\n<blockquote class=\"wp-block-quote\"><p>Once you step into contribution time, your main concern is the users of WordPress, or new contributors, or the health of the WordPress ecosystem as a whole or the WordPress project. So you get all this subject matter expertise from competitive forces, collaborating in a very “us versus the problem” way. And when you do that, you’re always going to find a great solution.</p></blockquote>\n\n\n\n<p>In the “<a href=\"https://wordpress.org/news/2021/06/episode-11-wordcamp-europe-2021-in-review/#more-10837\">WordCamp Europe 2021 in Review</a>” episode of the WP Briefing podcast, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> talks about the importance of collaboration, which is vital in building WordPress. This edition of The Month in WordPress covers exciting updates that exemplify this philosophy. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Updates on WordPress 5.8</h2>\n\n\n\n<p>Get excited, folks! The beta versions and the first release candidate of WordPress 5.8 are out. <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-1/\">Beta 1</a> came out on June 9, followed by <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-2/\">Beta 2</a> on June 15, <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-3/\">Beta 3</a> on June 23, and <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-4/\">Beta 4</a> on June 25. The <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-release-candidate/\">first release candidate</a> of WordPress 5.8 was published on June 30. You can test the beta versions and the release candidates by <a href=\"https://wordpress.org/download/releases/#betas\">downloading them from WordPress.org</a> or by using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin. WordPress 5.8 <a href=\"https://make.wordpress.org/core/5-8/\">will be out by July 20, 2021</a>, and is also <a href=\"https://make.wordpress.org/polyglots/2021/06/28/wordpress-5-8-ready-to-be-translated/\">ready to be translated</a>.</p>\n\n\n\n<p>Want to contribute to WordPress core? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>. Don’t forget to join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>. The Core Team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&min=00&sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 PM</a> UTC. Help us promote WordPress 5.8 by <a href=\"https://make.wordpress.org/community/2021/06/18/meetup-group-resources-talking-points-for-wordpress-5-8/\">organizing meetups about the release</a>, <a href=\"https://make.wordpress.org/marketing/2021/06/30/help-produce-social-media-materials-for-5-8-release/\">producing social media marketing materials for 5.8</a>, or <a href=\"https://make.wordpress.org/test/2021/06/30/help-test-wordpress-5-8s-fse-features/\">testing the release</a>.</p>\n\n\n\n<h2>Gutenberg versions 10.8 and 10.9 are out</h2>\n\n\n\n<p>We said hello to Gutenberg <a href=\"https://make.wordpress.org/core/2021/06/10/whats-new-in-gutenberg-10-8-9-june/\">version 10.8</a> and <a href=\"https://make.wordpress.org/core/2021/06/24/whats-new-in-gutenberg-10-9-23-june/\">version 10.9</a> this month. <a href=\"https://make.wordpress.org/core/2021/06/10/whats-new-in-gutenberg-10-8-9-june/\">Version 10.8</a> adds rich URL previews, enhancements to the list view, and an updated block manager. <a href=\"https://make.wordpress.org/core/2021/06/24/whats-new-in-gutenberg-10-9-23-june/\">Version 10.9</a> offers several performance enhancements, along with more block design tools and template editor enhancements.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The “<a href=\"https://make.wordpress.org/core/2021/06/04/whats-next-in-gutenberg-june-2021/\">What’s next in Gutenberg</a>” post offers more details on the latest updates. </p>\n\n\n\n<h2>WordCamp Europe 2021 concludes</h2>\n\n\n\n<p>One of the biggest and most exciting WordPress events, <a href=\"https://europe.wordcamp.org/2021/\">WordCamp Europe 2021</a>, was held from June 7-9, 2021. A team of 40 members organized the event, which had 3200+ registrations, 42 speakers, and 43 sponsors. What a success! You will find more details <a href=\"https://europe.wordcamp.org/2021/a-recap-on-wceu-2021/\">in the event recap</a>. One highlight was a <a href=\"https://wordpress.org/news/2021/06/gutenberg-highlights/\">Gutenberg demo</a> hosted by <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a> and <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>. You can <a href=\"https://www.youtube.com/channel/UCaYQGYDpXpU4A17kxN-AgJQ/featured\">watch the event recording on the WordCamp Europe YouTube channel</a>, and videos <a href=\"https://wordpress.tv/event/wordcamp-europe-2021/\">are now available on WordPress.tv</a> as well. The team has announced <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a>, which is being planned as an in-person event in Porto, Portugal. Want to be a part of the 2022 WCEU organizing team? Their <a href=\"https://europe.wordcamp.org/2022/call-for-organisers/\">call for organizers is now open</a>. Apply now!</p>\n\n\n\n<h2>Full Site Editing updates</h2>\n\n\n\n<p>Don’t miss the <a href=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\">latest Full Site Editing (FSE) Outreach program testing call: “Thrive with theme.json”</a>, which is aimed at a developer-centric audience. The deadline is July 14. Also don’t miss a <a href=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/test/2021/06/24/call-for-testing-thrive-with-theme-json/\">hallway hangout on testing theme.json on July 7 at 5 PM UTC</a>. The team has published a <a href=\"https://make.wordpress.org/test/2021/06/24/fse-program-polished-portfolios-summary/\">recap of the Published Portfolios testing call</a>, which shares some interesting results. </p>\n\n\n\n<h2>BuddyPress 8.0 is out!</h2>\n\n\n\n<p>The first major BuddyPress release of 2021, <a href=\"https://buddypress.org/2021/06/buddypress-8-0-0-alfano/\">version 8.0</a> “Alfano,” came out on June 6. The short-cycle release offers features such as the ability to recruit new members, an improved registration experience, and profile field types. Download it from the <a href=\"https://wordpress.org/plugins/buddypress/\">WordPress.org plugin directory</a> or check it out from its <a href=\"https://buddypress.trac.wordpress.org/browser/branches/8.0\">Subversion repository.</a></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further reading</h2>\n\n\n\n<ul><li><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan 2021</a> was held from June 20- 26. The weeklong event, which had two session days followed by five contributor days, sold 1300+ tickets, with 45 speakers and 23 sponsors. Catch the <a href=\"https://www.youtube.com/c/wordcampjapan\">event recording on YouTube</a>!</li><li>Josepha Haden <a href=\"https://make.wordpress.org/updates/2021/06/03/announcing-make-wordpress-org-project/\">announced</a> a new Make site — <a href=\"https://make.wordpress.org/project\">make.wordpress.org/project</a> — for project-wide announcements, which will no longer be posted to Make/Updates. Check out the latest post on that site on <a href=\"https://make.wordpress.org/project/2021/06/17/the-metrics-of-contributions/\">the metrics of contributions</a>.</li><li>The Community Team announced that <a href=\"https://make.wordpress.org/community/2021/07/01/in-person-meetup-events-for-vaccinated-community-members/\">in-person meetups can be organized for fully vaccinated people</a>, in places where vaccines are freely available.</li><li>The Core Team added<a href=\"https://make.wordpress.org/core/2021/06/21/bundled-themes-changes-in-wordpress-5-8/\"> block patterns and improvements</a> to all legacy default themes. The team also shared a <a href=\"https://make.wordpress.org/core/2021/06/22/extending-the-site-health-interface-in-wordpress-5-8/\">feature request</a> that will allow developers to modify and extend the Site Health feature in Core.</li><li>The Design Team shared an update on the <a href=\"https://make.wordpress.org/design/2021/06/23/update-initial-patterns-for-the-patterns-directory/\">block pattern directory</a>; the team is continuing to review suggestions and has offered some guidelines in this post.</li><li>The Design Team is also <a href=\"https://wordpress.org/news/2021/06/a-new-design-is-coming-to-wordpress-news/\">working on redesigning this blog</a> (wordpress.org/news). Catch a sneak peek of the blog’s new look <a href=\"https://make.wordpress.org/design/2021/06/03/redesign-of-wordpress-org-news/\">in this Make/Design blog post</a>.</li><li>The Accessibility Team shared the <a href=\"https://developer.wordpress.org/coding-standards/wordpress-coding-standards/accessibility/\">updated WordPress Accessibility coding standards</a>.</li><li>The Polyglots Team proposed a <a href=\"https://make.wordpress.org/polyglots/2021/06/03/proposal-month-long-translation-day-2021-celebration/\">monthlong translation day celebration in September</a>.</li><li><span style=\"color: initial;, sans-serif\">The Support Team </span><a style=\", sans-serif\" href=\"https://make.wordpress.org/support/2021/06/new-irc-server-for-support/\">moved their IRC chat server from Freenode to Libera</a><span style=\"color: initial;, sans-serif\">.</span></li><li>The Documentation Team is<a href=\"https://make.wordpress.org/docs/2021/06/06/writing-documentation-for-wordpress-release/\"> working hard on updating our docs</a> for WordPress 5.8. </li><li>The Themes Team has decided to <a href=\"https://make.wordpress.org/docs/2021/06/06/writing-documentation-for-wordpress-release/\">automatically set theme updates live for old themes</a> instead of routing them through the review queue.</li><li>The <a href=\"https://github.com/WordPress/Requests\">WordPress Requests library</a> has a new release: <a href=\"https://github.com/WordPress/Requests/releases/tag/v1.8.1\">version 1.8.1</a>. </li><li><a href=\"https://en.wikipedia.org/wiki/Ujwal_Thapa\">Ujwal Thapa</a> – co-founder of the Nepal WordPress community <a href=\"https://wptavern.com/ujwal-thapa-co-founder-of-the-wordpress-nepal-community-passes-away\">passed away due to COVID-19</a>. Our community deeply mourns his loss and is thankful for his contributions.</li><li>The latest edition of “<a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a>” features <a href=\"https://wordpress.org/news/2021/06/people-of-wordpress-tijana-andrejic/\">Tijana Andrejic from Serbia.</a></li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>. </em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10896\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 5.8 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2021/06/wordpress-5-8-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Jun 2021 03:47:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10873\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"The first release candidate for WordPress 5.8 is now available! ? Please join us in celebrating this very important milestone in the community’s progress towards the final release of WordPress 5.8! “Release Candidate” means the new version is ready for release, but with thousands of plugins and themes and differences in how the millions of […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4776:\"\n<p>The first release candidate for <a href=\"https://make.wordpress.org/core/5-8/\">WordPress 5.8</a> is now available! <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f389.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>Please join us in celebrating this very important milestone in the community’s progress towards the final release of WordPress 5.8!</p>\n\n\n\n<p>“Release Candidate” means the new version is ready for release, but with thousands of plugins and themes and differences in how the millions of people use WordPress, it is possible something was missed. WordPress 5.8 is slated for release on <strong>July 20, 2021</strong>, but <em>your</em> help is needed to get there—if you have not tried 5.8 yet, <strong>now is the time</strong>!</p>\n\n\n\n<p>You can test the WordPress 5.8 release candidate in three ways:</p>\n\n\n\n<ul><li>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (select the <code>Bleeding edge</code> channel and then <code>Beta/RC Only</code> stream)</li><li>Directly download the release candidate version <a href=\"https://wordpress.org/wordpress-5.8-RC1.zip\">(zip)</a></li><li>Using WP-CLI to test: <code>wp core update --version=5.8-RC1</code></li></ul>\n\n\n\n<p>Thank you to all of the contributors who tested the Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.</p>\n\n\n\n<h2>What is in WordPress 5.8?</h2>\n\n\n\n<p>The second release of 2021 continues to progress on the block editor towards the promised future of full site editing with these updates:</p>\n\n\n\n<ul><li>Manage Widgets with Blocks</li><li>Display Posts with New Blocks and Patterns</li><li>Edit Post Templates</li><li>Overview of the Page Structure</li><li>Suggested Patterns for Blocks</li><li>Style and Colorize Images</li><li><code>theme.json</code></li><li>Dropping support for IE11</li><li>Adding support for WebP</li><li>Adding Additional Block Supports</li><li><a href=\"https://make.wordpress.org/core/2021/05/27/whats-new-in-gutenberg-10-7-26-may/\">Version 10.7</a> of the Gutenberg plugin</li></ul>\n\n\n\n<p>WordPress 5.8 also has lots of refinements to enhance the developer experience. To learn more, subscribe to the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> and pay special attention to the <a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">developer notes tag</a> for updates on those and other changes that could affect your products.</p>\n\n\n\n<h2>Plugin and Theme Developers</h2>\n\n\n\n<p>Please test your plugins and themes against WordPress 5.8 and update the <em>Tested up to</em> version in the <code>readme</code> file to 5.8. If you find compatibility problems, please be sure to post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so those can be figured out before the final release.</p>\n\n\n\n<p>The WordPress 5.8 Field Guide, due to be published very shortly, will give you a deeper dive into the major changes.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 5.8 release schedule.</p>\n\n\n\n<p><em><strong>If you think you have found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We would love to hear from you! If you are comfortable writing a reproducible bug report, <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</em></p>\n\n\n\n<p class=\"has-text-align-right\"><strong><em>Props to <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, and <a href=\'https://profiles.wordpress.org/pbiron/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pbiron</a> for copy suggestions and final review.</em></strong></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>We are almost there,<br>WordPress 5.8 comes next month.<br>We need your help: test!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10873\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.8 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Jun 2021 17:14:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10855\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:331:\"WordPress 5.8 Beta 4 is now available for testing! This software is still in development, so it is not recommended to run this version on a production site. Consider setting up a test site to play with it. You can test the WordPress 5.8 Beta 4 in three ways: Install/activate the WordPress Beta Tester plugin (select […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4104:\"\n<p>WordPress 5.8 Beta 4 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so it is not recommended to run this version on a production site. Consider setting up a test site to play with it.</p>\n\n\n\n<p>You can test the WordPress 5.8 Beta 4 in three ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the <code>Bleeding edge</code> channel and the <code>Beta/RC Only</code> stream).</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.8-beta4.zip\">zip</a>).</li><li>Using WP-CLI to test: <code>wp core update --version=5.8-beta4</code></li></ul>\n\n\n\n<p>The current target for the final release is July 20, 2021. That’s less than <strong>four weeks away</strong>, so we need your help to make sure the final release is as good as it can be.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-3/\" data-type=\"post\">Beta 3</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=06%2F24%2F2021..06%2F26%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">18</a> bugs have been fixed. Most tickets focused on polishing existing default themes, fixing bugs in the new block Widget screen, and squashing Editor bugs collected during beta.</p>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">5.8-related developer notes</a> in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..06%2F25%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">254 tickets in WordPress 5.8</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..06%2F25%2F2021&type=enhancement&type=feature+request&milestone=5.8&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">91 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible <a href=\"https://make.wordpress.org/core/reports/\">bug report</a>, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a> <a href=\'https://profiles.wordpress.org/clorith/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>clorith</a> for reviews and <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> for final edits!</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Releasing software<br>Is complex when open source<br>Yet WordPressers do</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.8 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Jun 2021 02:36:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10843\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:331:\"WordPress 5.8 Beta 3 is now available for testing! This software is still in development, so it is not recommended to run this version on a production site. Consider setting up a test site to play with it. You can test the WordPress 5.8 Beta 3 in three ways: Install/activate the WordPress Beta Tester plugin (select […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5777:\"\n<p>WordPress 5.8 Beta 3 is now available for testing!</p>\n\n\n\n<p><strong>This software is still in development,</strong> so it is not recommended to run this version on a production site. Consider setting up a test site to play with it.</p>\n\n\n\n<p>You can test the WordPress 5.8 Beta 3 in three ways:</p>\n\n\n\n<ul><li>Install/activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the <code>Bleeding edge</code> channel and the <code>Beta/RC Only</code> stream).</li><li>Direct download the beta version here (<a href=\"https://wordpress.org/wordpress-5.8-beta3.zip\">zip</a>).</li><li>Using WP-CLI to test: <code>wp core update --version=5.8-beta3</code></li></ul>\n\n\n\n<p>The current target for the final release is July 20, 2021. That’s just <strong>four weeks away</strong>, so we need your help to make the final release is as good as it can be.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p>Since <a href=\"https://wordpress.org/news/2021/06/wordpress-5-8-beta-2/\" data-type=\"post\">Beta 2</a>, <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=06%2F16%2F2021..06%2F23%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">38</a> bugs have been fixed. Here is a summary of some of the included changes:</p>\n\n\n\n<ul><li>Block Editor: Move caching to endpoint for unique responses. (<a href=\"https://core.trac.wordpress.org/ticket/53435\">#53435</a>)</li><li>Bundled Themes: Improve display of blocks in widget areas. (<a href=\"https://core.trac.wordpress.org/ticket/53422\">#53422</a>)</li><li>Coding Standards: Bring some consistency to HTML formatting in <code>wp-admin/comment.php</code>. (<a href=\"https://core.trac.wordpress.org/ticket/52627\">#52627</a>)</li><li>Editor: Include Cover block in the list of block types registered using metadata files. (<a href=\"https://core.trac.wordpress.org/ticket/53440\">#53440</a>)</li><li>Editor: Include Cover block in the list of block types registered using metadata files. (<a href=\"https://core.trac.wordpress.org/ticket/53440\">#53440</a>)</li><li>Media: Add new functions to return the previous/next attachment links. (<a href=\"https://core.trac.wordpress.org/ticket/45708\">#45708</a>)</li><li>Media: Improve upload page media item layout on smaller screens. (<a href=\"https://core.trac.wordpress.org/ticket/51754\">#51754</a>)</li><li>Media: Update total attachment count when media added or removed. (<a href=\"https://core.trac.wordpress.org/ticket/53171\">#53171</a>)</li><li>REST API: Decode single and double quote entities in widget names and descriptions. (<a href=\"https://core.trac.wordpress.org/ticket/53407\">#53407</a>)</li><li>Twenty Nineteen: Update margins on full- and wide-aligned blocks in the editor. (<a href=\"https://core.trac.wordpress.org/ticket/53428\">#53428</a>)</li><li>Widgets: Add editor styles to the widgets block editor. (<a href=\"https://core.trac.wordpress.org/ticket/53344\">#53344</a>)</li></ul>\n\n\n\n<h2><strong>How You Can Help</strong></h2>\n\n\n\n<p>Watch the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/5-8+dev-notes/\">5.8-related developer notes</a> in the coming weeks, which will break down these and other changes in greater detail.</p>\n\n\n\n<p>So far, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=..06%2F23%2F2021&milestone=5.8&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">254 tickets in WordPress 5.8</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&status=reopened&changetime=..06%2F23%2F2021&type=enhancement&type=feature+request&milestone=5.8&group=component&col=id&col=summary&col=type&col=status&col=milestone&col=changetime&col=owner&col=priority&col=keywords&order=changetime\">91 new features and enhancements</a>, and more bug fixes are on the way.</p>\n\n\n\n<p><strong>Do some testing!</strong></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">Testing for bugs</a> is a vital part of polishing the release during the beta stage and a great way to contribute. <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<p>If you think you’ve found a bug, please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta</a> area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible <a href=\"https://make.wordpress.org/core/reports/\">bug report</a>, file one on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. That’s also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a> <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a> <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a> <a href=\'https://profiles.wordpress.org/pbiron/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pbiron</a> for reviews and final edits!</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><em>Esperanza first.<br>Want to know the next jazzer?<br>Then please test beta.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10843\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:58:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WP Briefing: Episode 11: WordCamp Europe 2021 in Review\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wordpress.org/news/2021/06/episode-11-wordcamp-europe-2021-in-review/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Jun 2021 12:33:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10837\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"In this episode, Josepha Haden Chomphosy does a mini deep dive into WordCamp Europe 2021, specifically the conversation between the project’s co-founder, Matt Mullenweg, and Brian Krogsgard formerly of PostStatus. Tune in to hear her take and for this episode’s small list of big things. Have a question you’d like answered? You can submit them […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/06/WP-Briefing-011.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10500:\"\n<p>In this episode, Josepha Haden Chomphosy does a mini deep dive into WordCamp Europe 2021, specifically the conversation between the project’s co-founder, Matt Mullenweg, and Brian Krogsgard formerly of PostStatus. Tune in to hear her take and for this episode’s small list of big things.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></p>\n\n\n\n<p>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></p>\n\n\n\n<p>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></p>\n\n\n\n<p>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References </h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2021/06/gutenberg-highlights/\">Gutenberg Highlights </a></p>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=o-IvKy3322k&t=12428s\">Matt Mullenweg in conversation with Brian Krogsgard </a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/5-8/\">5.8 Development Cycle</a></p>\n\n\n\n<p><a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a></p>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2021/a-recap-on-wceu-2021/\">A recap on WCEU 2021</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10837\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy 00:10</strong></p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insights into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 00:40</strong></p>\n\n\n\n<p>A couple of weeks ago, we hosted WordCamp Europe and had the double pleasure of a demo that showed us a bit about the future of WordPress and an interview that looked back while also looking a bit forward. If you haven’t seen the demo, it was beautiful. And I’ve included a link to it in the show notes. And if you haven’t heard the interview, there were a few specific moments that I’d like to take the time to delve into a little more. Brian Krogsgard, in his conversation with Matt Mullenweg, brought up three really interesting points. I mean, he brought up a lot of interesting points, but there were three that I would particularly like to look into today. The first was about balance. The second was about cohesion. And the third was about those we leave behind. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 01:24</strong></p>\n\n\n\n<p>So first is this question of balance. Brian brought this up in the context of the overall economic health of the WordPress ecosystem. And in that particular moment, he talked about companies that are coming together, companies that are merging. And in Matt’s answer, the part that I found the most interesting was when he said, “the point at which there is the most commercial opportunity is also the point at which there is the most opportunity for short-termism. He went on to talk about the importance of long-term thinking and collective thinking about what makes us, and us here means probably the WordPress project, more vibrant and vital in 10 or 20 or 30 years. One of the things that he specifically called out in that answer was the responsibility of larger companies in the ecosystem. For instance, like Automattic, to commit fully to giving back, there are many ways now that companies can give back to WordPress so that we all replenish the Commons. They can pay for volunteer contributors’ time; they can create and sponsor entire teams through the Five for the Future program. They can contribute time through our outreach program. And they can even contribute to WordPress’s ability to own our own voice by engaging their audience’s awareness of what’s next in WordPress, or whatever. And I know this balance, this particular balance of paid contributors or sponsored contributors, compared to our volunteer contributors or self-sponsored contributors; I know that this balance is one that people keep an eagle eye on. I am consistently on a tight rope to appropriately balanced those voices. But as with so many things where balance is key, keeping an eye on the middle or the long-distance can really help us get it right. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 03:23</strong></p>\n\n\n\n<p>The second question was one of cohesion and specifically cohesion over the competition. Brian asked how, if people feel disadvantaged, you can foster a feeling of cohesion rather than competition? And Matt’s first answer was that competition is great. Specifically, he said that competition is great as long as you consider where your collaboration fits into the mission. And he also spent some time exploring how competitors in the ecosystem can still work from a community-first mindset. I personally cannot agree enough about some of the benefits of collaboration alongside your competitors. I remind sponsored contributors from time to time, and I think it’s true for any contributor that you are an employee of your company first and a contributor to WordPress second. However, once you step into contribution time, your main concern is the users of WordPress, or new contributors, or the health of the WordPress ecosystem as a whole or the WordPress project. So you get all this subject matter expertise from competitive forces, collaborating in a very us versus the problem way. And when you do that, you’re always going to find a great solution. It may not be as fast as you want it to build things out in the open in public. And so sometimes we get it wrong and have to come back and fix it but still, given time, we’re going to come out with the best solution because we have so many skilled people working on this. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 05:01</strong></p>\n\n\n\n<p>And then the third question that I wanted to really touch on is the question of those we leave behind. Brian asked Matt if he thought mid-sized agencies and mid-sized consultants were being squeezed out with the block editor. Matt’s high-level answer was no, and I tend to agree with him. It’s not all mid-sized anything any more than it’s all small-sized anything. His answer continued to look at what stands to change for users with the block editor and who really can stand to benefit. It made me think back to my WordPress 5.0 listening tour. We launched WordPress 5.0, which was, in case anyone forgets, the first release with the block editor in it. I took a six-month-long tour to anywhere that WordPressers were so I could hear their main worries, what Brian is saying in there, and what Matt is saying to really came up all the time in those conversations. And basically, it was that this update takes all the power away from people who are building websites. And in these conversations, and Matt and Brian’s conversation, it was really focused on our freelancers and consultants. But at the same time, all of them heard that this update gives power back to all of the people who could build websites. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 06:28</strong></p>\n\n\n\n<p>I could not shake the feeling at the time. And honestly, I can’t shake it now that no high-end consultants, or freelancers, or any other developer or site creator sit around just longing for maintenance work. After six months of talking to people, I didn’t hear anyone say, “you know, I just love making the same author card over and over and over.” Or, “updated the footer every week, this month. And that’s why I got into this business.” And more than the feeling that there just wasn’t anyone who just loved maintenance, I got a feeling that there were real problems that needed to be solved for these clients and that they wanted to solve them. And that they also would gladly trade updating footers for the much more interesting work of creating modern and stylish business hubs based on WordPress for the clients who trust them so much. All of that, I guess, is to say that, yes, the block editor does give power back to our clients again, but not at the expense of those who have to build the sites in the first place. I think it stands to restore everyone’s sense of agency more than we truly realize. So that’s my deep dive on WordCamp Europe; I included links to the demo and the talk below, just in case you haven’t seen them yet. And you want to get a little bit of insight into the full context of the conversations that I just did a bit of a deep dive into. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 08:15</strong></p>\n\n\n\n<p>And now it’s time for our smallest of big things. All right, I have three things for you today. Number one, tomorrow, we package WordPress 5.8 beta three. If you’ve never had a chance to stop by the core channel in slack for the past packaging process, I really encourage you to stop by; we call them release parties. It’s a bunch of people who stand around and help get it done. So you can also see how it gets done. And if you’re feeling brave, you can even try your hand at testing out one of the packages as soon as it’s ready. The second thing is that a week from tomorrow, we reach our first release candidate milestone. So if you have meant to submit any bugs or patches or if you’ve been procrastinating on documentation, or dev notes, right now is the time so that we can have a chance to get everything into the release by the time we reach the release candidate milestone on the 29th. And the third thing is that we are currently right in the middle of WordCamp Japan. That is a great opportunity to meet some contributors and maybe even get started with contributions yourself. So stop by if you haven’t had a chance to check it out already. I will leave a link in the show notes. And that, my friends, is your small list of big things. </p>\n\n\n\n<p>Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10837\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 22 Sep 2021 12:02:06 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 20 Sep 2021 12:00:00 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20210126075719\";}','no'),(510243,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1632355327','no'),(510971,'_site_transient_timeout_theme_roots','1632329952','no'),(510972,'_site_transient_theme_roots','a:5:{s:15:\"LambdaGammaZeta\";s:7:\"/themes\";s:7:\"hopeful\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}','no'),(509160,'updraft_combine_jobs_around','1634449826','yes'),(510377,'_site_transient_apto-db-ready-d941baefc6','1','no');
INSERT INTO `lwz_options` VALUES (510292,'GOTMLS_get_URL_array','a:1:{s:32:\"8ad86b47666117af2cfa728b5115c0fc\";a:3:{s:4:\"time\";d:27205260;s:13:\"wp_remote_get\";a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 22 Sep 2021 12:59:49 GMT\";s:12:\"content-type\";s:10:\"text/plain\";s:14:\"content-length\";s:5:\"28779\";s:13:\"last-modified\";s:29:\"Tue, 15 Jun 2021 18:40:25 GMT\";s:4:\"etag\";s:34:\"\"2548470//gotmls/trunk/readme.txt\"\";s:13:\"cache-control\";s:14:\"max-age=604800\";s:13:\"accept-ranges\";s:5:\"bytes\";}}s:4:\"body\";s:28779:\"=== Anti-Malware Security and Brute-Force Firewall ===\nPlugin URI: http://gotmls.net/\nAuthor: Eli Scheetz\nAuthor URI: http://wordpress.ieonly.com/category/my-plugins/anti-malware/\nContributors: scheeeli, gotmls\nDonate link: https://gotmls.net/donate/\nTags: security, firewall, anti-malware, scanner, automatic, repair, remove, malware, virus, threat, hacked, malicious, infection, timthumb, exploit, block, brute-force, wp-login, patch, antimalware, revslider, Revolution Slider\nVersion: 4.20.72\nStable tag: 4.20.72\nRequires at least: 3.3\nTested up to: 5.7.2\n\nThis Anti-Malware scanner searches for Malware, Viruses, and other security threats and vulnerabilities on your server and it helps you fix them.\n\n== Description ==\n\n**Features:**\n\n* Download Definition Updates to protect against new threats.\n* Run a Complete Scan to automatically remove known security threats, backdoor scripts, and database injections.\n* Firewall block SoakSoak and other malware from exploiting Revolution Slider and other plugins with known vulnerabilites.\n* Upgrade vulnerable versions of timthumb scripts.\n\n**Premium Features:**\n\n* Patch your wp-login and XMLRPC to block Brute-Force and DDoS attacks.\n* Check the integrity of your WordPress Core files.\n* Automatically download new Definition Updates when running a Complete Scan.\n\nRegister this plugin at [GOTMLS.NET](http://gotmls.net/) and get access to new definitions of \"Known Threats\" and added features like Automatic Removal, plus patches for specific security vulnerabilities like old versions of timthumb. Updated definition files can be downloaded automatically within the admin once your Key is registered. Otherwise, this plugin just scans for \"Potential Threats\" and leaves it up to you to identify and remove the malicious ones.\n\nNOTICE: This plugin make call to GOTMLS.NET to check for updates not unlike what WordPress does when checking your plugins and themes for new versions. Staying up-to-date is an essential part of any security plugin and this plugin can let you know when there are new plugin and definition update available. If you\'re allergic to \"phone home\" scripts then don\'t use this plugin (or WordPress at all for that matter).\n\n**Special thanks to:**\n\n* Clarus Dignus for design suggestions and graphic design work on the banner image.\n* Jelena Kovacevic and Andrew Kurtis of webhostinghub.com for providing the Spanish translation.\n* Marcelo Guernieri for the Brazilian Portuguese translation.\n* Umut Can Alparslan for the Turkish translation.\n\n== Installation ==\n\n1. Download and unzip the plugin into your WordPress plugins directory (usually `/wp-content/plugins/`).\n1. Activate the plugin through the \'Plugins\' menu in your WordPress Admin.\n1. Register on gotmls.net and download the newest definition updates to scan for Known Threats.\n\n== Frequently Asked Questions ==\n\n= Why should I register? =\n\nIf you register on [GOTMLS.NET](http://gotmls.net/) you will have access to download definitions of New Threats and added features like automatic removal of \"Known Threats\" and patches for specific security issues like old versions of timthumb and brute-force attacks on wp-login.php. Otherwise, this plugin only scans for \"Potential Threats\" on your site, it would then be up to you to identify the good from the bad and remove them accordingly. \n\n= How do I patch the Revolution Slider vulnerability? =\n\nEasy, if you have installed and activated my this Anti-Malware plugin on your site then it will automatically block attempts to exploit the Revolution Slider vulnerability.\n\n= How do I patch the wp-login vulnerability? =\n\nThe WordPress Login page is susceptible to a brute-force attack (just like any other login page). These types of attacks are becoming more prevalent these days and can sometimes cause your server to become slow or unresponsive, even if the attacks do not succeed in gaining access to your site. This plugin can apply a patch that will block access to the WordPress Login page whenever this type of attack is detected. Just click the Install Patch button under Brute-force Protection on the Anti-Malware Setting page. For more information on this subject [read my blog](http://gotmls.net/tag/wp-login-php/).\n\n= Why can\'t I automatically remove the \"Potential Threats\" in yellow? =\n\nMany of these files may use eval and other powerful PHP function for perfectly legitimate reasons and removing that code from the files would likely cripple or even break your site so I have only enabled the Auto remove feature for \"Know Threats\".\n\n= How do I know if any of the \"Potential Threats\" are dangerous? =\n\nClick on the linked filename to examine it, then click each numbered link above the file content box to highlight the suspicious code. If you cannot tell whether or not the code is malicious just leave it alone or ask someone else to look at it for you. If you find that it is malicious please send me a copy of the file so that I can add it to my definition update as a \"Know Threat\", then it can be automatically removed.\n\n= What if the scan gets stuck part way through? =\n\nFirst just leave it for a while. If there are a lot of files on your server it could take quite a while and could sometimes appear to not be moving along at all even if it really is working. If it still seems stuck after a while then try running the scan again, be sure you try both the Complete Scan and the Quick scan.\n\n= How did I get hacked in the first place? =\n\nFirst, don\'t take the attack personally. Lots of hackers routinely run automated script that crawl the internet looking for easy targets. Your site probably got hacked because you are unknowingly an easy target. This might be because you are running an older version of WordPress or have installed a Plugin or Theme with a backdoor or known security vulnerability. However, the most common type of infection I see is cross-contamination. This can happen when your site is on a shared server with other exploitable sites that got infected. In most shared hosting environments it\'s possible for hackers to use an one infected site to infect other sites on the same server, sometimes even if the sites are on different accounts.\n\n= What can I do to prevent it from happening again? =\n\nThere is no sure way to protect your site from every kind of hack attempt. That said, don\'t be an easy target. Some basic steps should include: hardening your password, keeping all your sites up-to-date, and run regular scans with Anti-Malware software like [GOTMLS.NET](http://gotmls.net/)\n\n= Why does sucuri.net or the Google Safe Browsing Diagnostic page still say my site is infected after I have removed the malicious code? =\n\nsucuri.net caches their scan results and will not refresh the scan until you click the small link near the bottom of the page that says \"Force a Re-scan\" to clear the cache. Google also caches your infected pages and usually takes some time before crawling your site again, but you can speed up that process by Requesting a Review in the Malware or Security section of [Google Webmaster Tools](https://www.google.com/webmasters/tools/). It is a good idea to have a Webmaster Tools account for your site anyway as it can provide lots of other helpful information about your site.\n\n== Screenshots ==\n\n1. The menu showing Anti-Malware options.\n2. The Scan Setting page in the admin.\n3. An example scan that found some threats.\n4. The results window when \"Automatic Repair\" fixes threats.\n5. The Quarantine showing threats that have been fix already.\n\n== Changelog ==\n\n= 4.20.72 =\n* Updated registration form to be more compatible with newer iframe restrictions.\n* Fixed session check on the Brute-Force patch to no longer need mod_rewrite.\n* Removed older code from WordPress Repository.\n\n= 4.20.59 =\n* Various minor bug fixes.\n* Added Core Files Definitions for ClassicPress.\n* Tweaked code for better compatibility with WordPress 5.7.2 and ClassicPress 1.2.0.\n\n= 4.19.69 =\n* Fixed a JavaScript error caused by a new French translation.\n* Checked code for compatibility with WordPress 5.4.1.\n\n= 4.19.68 =\n* Updated some external links.\n* Tweaked code for better compatibility with PHP 7.4 and WordPress 5.4.\n\n= 4.19.50 =\n* Added even more error handling to the DB Scan for servers with the PHP memory_limit set too low.\n* Modified the Directory Scan Depth to accept 0 as a value to indicate skipping the Directory Scan (use this to focus on the DB Scan).\n* Added some Help tips to some of the options on the Settings page.\n\n= 4.19.44 =\n* Updated links to use HTTPS by default and fixed some old URLs.\n* Various performance improvements.\n* Added more error handling to the DB Scan.\n* Fixed a few minor bugs causing PHP Notices.\n* Fixed a path search to work on Windows servers.\n* Tweaked code for compatibility with WP 5.3 (latest release).\n\n= 4.18.76 =\n* Cleaned up the Nonce Token creation and storage functions.\n* Cleaned up View Quarantine page and fixed recovery link.\n* Added debugging for login errors WP head and footer Hooks.\n\n= 4.18.74 =\n* Fixed a bug in the Nonce Token Errors that was created by changes in the last release.\n\n= 4.18.71 =\n* Added wp_options table to the db_scan.\n* Fixed a few minor bugs in the db scan quarantine view.\n* Changed some wording and other minor fomatting issues.\n* Checked code for compatibility with WP 5.2.1 (latest release).\n\n= 4.18.69 =\n* Added a Warning message about the vulnerability in the yuzo-related-post plugin.\n* Updated the Quarantine interface and added a re-scan / re-clean feature.\n* Fixed a bug in the scan depth array that would produce PHP Notices in the error_log files under certain conditions.\n* Changed some wording and other minor fomatting issues.\n* Removed some outdated JavaScript that is no longer needed.\n* Checked code for compatibility with WP 5.2 (latest release).\n\n= 4.18.63 =\n* Fixed a major bug in the Firewall updates that could cause a False Positive lockout.\n\n= 4.18.62 =\n* Fixed a bug in the Firewall that prevented some iPad devices from logging in.\n* Fixed an encoding bug that prevented the Examine File window from dispaying some file formats.\n* Restored the File Details window in the Examine File window.\n* Updated code for compatibility with WP 5.1.1 (latest release).\n\n= 4.18.52 =\n* Added a whole new DB Scan category that looks for links and scripts injected directly into the database content and removes them.\n* Updated Firewall landing page for HTTPS compatibility.\n* Removed some old code that was no longer needed.\n* Added a feature to clear cache files before running the Complete Scan, this will speed up the scan and prevent malware from being saved on your cached paged.\n* Updated code for compatibility with WP 5.0.2 (latest release).\n\n= 4.17.69 =\n* Updated code for compatibility with WP 4.9.8 (latest release).\n* Fixed PHP Notice for the unknown offset of SERVER_parts.\n* Escaped single-quotes in translated strings for use within JavaScript.\n\n= 4.17.68 =\n* Updated code for compatibility with WP 4.9.7 (latest release).\n* Removed wrong size dashicon from Settings link in plugin list.\n* Removed the broken link to vote WORKS on wordpress.org.\n* Reordered priorety on fixing Known Threats to be more efficient.\n\n= 4.17.58 =\n* Updated code for compatibility with WP 4.9.4 (latest release).\n* Fixed dashicons sizing in css.\n* Add ability to update registration email from within the plugin settings.\n* Cleaned up expired nonce tokens left behind from an older version.\n\n= 4.17.57 =\n* Updated code for compatibility with WP 4.9.3 (latest release).\n* Fixed registration form and alternate domain for definition updates to work on HTTPS.\n* Fixed the wording on the Title check error message.\n\n= 4.17.44 =\n* Added Title check to make sure it does say you were hacked.\n* Updated code for compatibility with WP 4.8.3 (latest release).\n* Fixed Undefined variable error in Quarantine.\n* Fixed XSS vulnerability in nonce error output.\n\n= 4.17.29 =\n* Changed the definition update URL to only use SSL when required.\n* Updated PayPal form for better domestic IPN compatibility.\n\n= 4.17.28 =\n* Added the Turkish translation thanks to Umut Can Alparslan.\n* Improved the auto update so that old definitions could be phased out and new threat types would be selected by default.\n* Fixed the admin username change feature on multisite installs.\n* Fixed the details window so that it scrolls to the highlighted code.\n* Set defaults to disable the Potential Threat scan if other threats definitions are enabled.\n* Encoded definitions array for DB storage.\n* Fixed syntax error in the XMLRPC patch for newer versions of Apache.\n* Added fall-back to manual updates if the Automatic update feature fails.\n* Fixed PHP Notices about undefined variable added in last Version release.\n* Improved Apache version detection.\n* Changed Automatic update feature to automatically download all definitions and firewall updates.\n* Added PHP and Apache version detections and changed the XMLRPC patch to work with Apache 2.4 directives.\n* Removed the onbeforeunload function because Norton detected it as a False Positive.\n* Removed code that was deprecated in PHP Version 7.\n* Fixed PHP Notice about an array to string conversion with some rare global variable conditions.\n* Added more firewall options.\n* Moved Scan Log from the Quarantine page to the main Setings page.\n* Fixed PHP Warning about an invalid argument in foreach and some other bugs too.\n* Fixed \"What to look for\" Options so that changes are saved.\n* Changed get_currentuserinfo to wp_get_current_user because the get_currentuserinfo function was deprecated in WP 4.5\n\n= 4.16.17 =\n* Removed Menu Item Placement Options because the add_object_page function was deprecated in WP 4.5.\n* Added firewall options for better compatibility with WP Firewall 2.\n* Fixed an XSS vulnerability in the debug output of the nonce token.\n* Moved the Firewall Options to it\'s own page linked to from the admin menu.\n* Moved the Quick Scan from the admin menu to the top of the Scan Settings page.\n* Fixed PHP Warning about in_array function expecting parameter 2 to be an array, found by Georgey B.\n* Made a few minor cosmetic changes and fixed a few other small bugs in the interface.\n* Fixed the Nonce Token error caused by W3 Total Cache breaking the set_transient function in WordPress.\n* Added the Brazilian Portuguese language files, thanks to Marcelo Guernieri for the translation.\n* Fixed the admin menu and also some links that did not work on Windows server.\n* Added Core Files to the Quick Scan list on the admin menu.\n* Added a nonce token to prevent Cross-Site Request Forgery by admins who are logged-in from another site.\n* Hardened against XSS vulnerability triggered by the file names being scanned (thanks to Mahadev Subedi).\n* Improved brute-force patch compatibility with alternate wp-config.php location.\n* Had to remove the encoding of the Default Definitions to meet the WordPress Plugin Guidelines.\n* Improved the JavaScript in the new Brute-Force login patch so that it works with caching enabled on the login page.\n* Improved the Brute-Force login patch with custom fields and JavaScript. \n* Added a Save button to that Scan Settings page.\n* Fixed a bug in the XMLRPC Patch \"Unblock\" feature.\n* Added a link to purge the deleted Quarantine items from the database.\n* Added firewall option to Block all XMLRPC calls.\n* Fixed a few cosmetic bugs in the quarantine and firewall options.\n* Fixed a bugs in the Quarantine that was memory_limit errors if there number of files in the was too high.\n* Added the highlight malicious code feature back to the Quarantine file viewer.\n* Added the ability to change the admin username if the current username is \"admin\".\n* Improved the code in the Brute-Force Protection patch.\n* Fixed a few bugs in the Core Files Check that was preventing it from fixing some unusual file modifications.\n* Fixed a major bug that made multisite scan extremely slow and sometimes error out.\n* Moved all ajax call out of the init function and into their own functions for better handling time.\n* Moved the quarantine files into the database and deleted the old directory in uploads.\n* Fixed some minor formatting issues in the HTML output on the settings page.\n* Added a warning message if base64_decode has been disabled.\n* Hardened against injected HTML content by encoding the tags with variables.\n* Fixed debug option to exclude individual definitions.\n* Hardened admin_init with current_user_can and realpath on the quarantine file deletion (thanks to J.D. Grimes).\n* Fixed another XSS vulnerabilities in the admin (thanks to James H.)\n* Hardened against XSS vulnerabilities in the admin (thanks to Tim Coen).\n* Added feature to restore default settings for Exclude Extensions.\n* Changed the encoding on the index.php file in the Quarantine to make it more human-readable.\n* Fixed a few small bugs that were throwing PHP Notices in some configurations and added more info to some error messages.\n* Extended execution_time during the Fix process to increase the number of files that could be fixed at a time.\n* Added a Quarantine log to the database.\n* Fixed a couple of minor bugs that would throw PHP notices.\n\n= 4.15.16 =\n* Created an automatic update feature that downloads any new definition updates before starting the scan.\n* Added WordPress Core files to the new definitions update process and included a scan option to check the integrity of the Core files.\n* Automatically whitelisted the unmodified WordPress Core files.\n* Made more improvements to the Brute-Force protection patch and other minor cosmetic changes to the interface.\n* Protected the HTML in my plugin from filter injections and fixed a few other minor bugs.\n* Fixed a problem with deleting files from the Quarantine folder.\n* Added a descriptive reason to the error displayed if the fix was unsuccessful.\n* Added link to restore the default location of the Examine Results window.\n* Improved the encoding of definition updates so that they would not be blocked by poorly written firewall rules.\n* Suppressed the \"Please make a donation\" nag if the fix was unsuccessful, to avoid confusion over premium services.\n* Removed debug alert from initial session check.\n* Improved rewrite compatibility of session check for the Brute-Force Protection Installation.\n* Improved session check for the option to Install Brute-Force Protection and added an error message on failure.\n* Improved support for Multisite by only allowing Network Admins access to the Anti-Malware menu.\n* Added link to view a simple scan history on the Quarantine page.\n* Updated firewall to better protect agains new variations of the RevSlider Exploit.\n* Improved check for session support before giving the option to Install Brute-Force patch.\n* Added option to skip scanning the Quarantined files.\n* Updated Brute-Force patch to fix the problem of being included more that once.\n* Fixed a few minor bugs (better window positioning and css, cleaner results page, updated new help tab, etc.).\n* Made sure that the plugin does not check my servers for updates unless you have registered (this opt-in requirement is part of the WordPress Repository Guidelines).\n* Added exception for the social.png files to the skip files by extension list.\n* Fixed removal of Known Threats from files in the Quarantine directory.\n* Block SoakSoak and other malware from exploiting the Slider Revolution Vulnerability (THIS IS A WIDESPREAD THREAT RIGHT NOW).\n* Enabled the Brute-Force protection option directly from the Settings page.\n* Fixed window position to auto-adjust on small screens.\n\n= 4.14.47 =\n* Major upgrade to the protection for wp-login.php Brute-Force attempts.\n* Fixes a bug in setting the permissions for read-only files so that they could still be cleaned.\n* Fixes a minor bug with pass-by-reference which raises a fatal error in PHP v5.4.\n* Enhanced the Examine File window with better styles and more info.\n* Changed form submission of encrypted file lists to array values instead of keys.\n* Fixes other minor bugs.\n* Made the Examine File window sizable.\n* Fixed a few small bugs and removed some old code.\n* Added a link to my new twitter account.\n* Re-purposed Quick Scan to just scan the most affected areas.\n* Set the registration form to display by defaulted in the definition update section.\n* Fixed a few small bugs in advanced features and directory depth determination.\n* Fixed a session bug to display the last directory scanned.\n* Fixed a few small cosmetic bugs for WP 3.8.\n* Added Spanish translation, thanks to Jelena Kovacevic and Andrew Kurtis at webhostinghub.com.\n* Updated string in the code and added a .pot file to be ready for translation into other languages.\n* Added \"Select All\" checkbox to Quarantine and a new button to delete items from the Quarantine.\n* Added a trace.php file for advanced session tracking.\n* Fixed undefined index bug with menu_group item in settings array.\n* Added support for multisite network admin menu and the ability to restrict admin access.\n* Fixed a session bug in the progress bar related to the last release.\n* Fixed a session bug that conflicted with jigoshop. (Thanks dragonflyfla)\n* Fixed a few bug in the Whitelist definition feature.\n\n= 3.07.06 =\n* Added SSL support for definition updates and registration form.\n* Upgraded the Whitelist feature so the it could not contain duplicates.\n* Downgraded the WP-Login threat and changed it to an opt-in fix.\n* Fixed a bug in the Add to Whitelist feature so the you do not need to update the definitions after whitelisting a file.\n* Added ability to whitelist files.\n* Fixed a major bug in yesterdays release broke the login page on some sites.\n* Added a patch for the wp-login.php brute force attack that has been going around.\n* Created a process to restore files from the Quarantine.\n* Fixed a few other small bugs including path issues on Winblows server.\n\n= 1.3.02.15 =\n* Improved security on the Quarantine directory to fix the 500 error on some servers.\n* Fixed count of Quarantined items.\n* Added htaccess security to the Uploads directory.\n* Linked the Quarantined items to the File Examiner.\n* Added a scan category for Backdoor Scripts.\n* Consolidated the Definition Types and added a Whitelist category.\n* Completely redesigned the Definition Updates to handle incremental updates.\n* Added \"View Quarantine\" to the menu.\n* Enhanced Output Buffer to work with compression enabled (like ob_gzhandler).\n* Moved the quarantine to the uploads directory to protect against blanket inclusion.\n* Fixed Output Buffer issue for when ob_start has already been called.\n* Enhanced the Automatic Fix process to handle bad directory permissions.\n* Added more detailed error messages for different types of file errors.\n* Improved overall error handling.\n* Minor UI enhancements and a few bug fixes.\n* Completely revamped the scan engine to handle large file systems with better error handling.\n* Enhanced the results for the Automatic Fix process.\n* Fixed a few other small bugs.\n* Enhanced the iFrame for the File Viewer and Automatic Fix process.\n* Improved error handling during the scan.\n* Moved the File Viewer and Automatic Fix process into an iFrame to decrease scan time and memory usage.\n* Enhanced the Automatic Fix process for better success with read-only files.\n* Improved code cleanup process and general efficiency of the scan.\n* Encoded definition update for better compatibility with some servers that have post limitation.\n* Fixed XSS vulnerability.\n* Changed registration to allow for multiple sites/keys to be registered under one user/email.\n* Changed auto-update path to update threat level array for all new definition updates.\n* Updated timthumb replacement patch to version 2.8.10 per WordPress.org plugins requirement.\n* Fixed option to exclude directories so that the scan would not get stuck if omitted.\n* Added support for winblows servers using BACKSLASH directory structures.\n* Changed definition updates to write to the DB instead of a file.\n\n= 1.2.03.23 =\n* First versions available for WordPress (code removed, no longer compatible).\n\n== Upgrade Notice ==\n\n= 4.20.72 =\nUpdated registration form, fixed session check, and removed older code from WordPress Repository.\n\n= 4.20.59 =\nVarious minor bug fixes, added Core Files Definitions for ClassicPress, and tweaked code for better compatibility with WordPress 5.7.2 and ClassicPress 1.2.0.\n\n= 4.19.69 =\nFixed a JavaScript error caused by a new French translation and checked code for compatibility with WordPress 5.4.1.\n\n= 4.19.68 =\nUpdated some external links and tweaked code for better compatibility with PHP 7.4 and WordPress 5.4.\n\n= 4.19.50 =\nAdded even more error handling to the DB Scan for low memory_limit, modified the Directory Scan Depth to accept 0 as way to skip the Directory Scan, and added some Help tips to some of the options on the Settings page.\n\n= 4.19.44 =\nUpdated links, added more error handling to the DB Scan, various performance improvements, fixed path to work on Windows servers and a few minor bugs causing PHP Notices, and weaked code for compatibility with WP 5.3 (latest release).\n\n= 4.18.76 =\nCleaned up the Nonce Token code and Quarantine page, fixed recovery link, and added debugging for login errors plus WP head and footer Hooks.\n\n= 4.18.74 =\nFixed a bug in the Nonce Token Errors that was created by changes in the last release.\n\n= 4.18.71 =\nAdded wp_options table to the db_scan and fixed a few minor bugs in the quarantine view, and changed some wording and checked code for compatibility with WP 5.2.1 (latest release).\n\n= 4.18.69 =\nAdded a Warning message about the vulnerability in the yuzo-related-post plugin, updated the Quarantine interface with a re-scan / re-clean feature, fixed a bug in the scan depth array that would produce PHP Notices, changed some wording and other minor fomatting issues, and checked code for compatibility with WP 5.2 (latest release).\n\n= 4.18.63 =\nFixed a major bug in the Firewall updates that could cause a False Positive lockout.\n\n= 4.18.62 =\nFixed a few minor bugs and updated code for compatibility with WP 5.1.1 (latest release).\n\n= 4.18.52 =\nAdded a whole new DB Scan category, updated Firewall landing page, removed some old code that was no longer needed, clear cache files before running the Complete Scan,, and updated code for compatibility with WP 5.0.2 (latest release).\n\n= 4.17.69 =\nUpdated code for compatibility with WP 4.9.8, fixed PHP Notice and escaped single-quotes in translated strings.\n\n= 4.17.68 =\nUpdated code for compatibility with WP 4.9.7, removed dashicon from Settings link and the broken vote WORKS link, and reordered priorety on fixing Known Threats.\n\n= 4.17.58 =\nUpdated code for compatibility with WP 4.9.4, fixed dashicons sizing in css, add ability to update registration email from within the plugin settings, and cleaned up expired nonce tokens left behind from an older version.\n\n= 4.17.57 =\nUpdated code for compatibility with WP 4.9.3, fixed registration form and alternate domain for definition updates to work on HTTPS, and fixed the wording on the Title Check error message.\n\n= 4.17.44 =\nAdded Title check to make sure it does say you were hacked, updated code for compatibility with WP 4.8.3 and fixed Undefined variable error in Quarantine and an XSS vulnerability in nonce error output.\n\n= 4.17.29 =\nChanged the definition update URL to only use SSL when required, and updated PayPal form for better domestic IPN compatibility.\n\n= 4.17.28 =\nAdded the Turkish translation thanks to Umut Can Alparslan, improved the auto update feature, and fixed the admin username change feature on multisite installs (Plus many other improvement from v4.16.X: see Changelog for details).\n\n= 4.16.17 =\nRemoved Menu Item Placement Options that were deprecated in WP 4.5, Added firewall options for better compatibility with WP Firewall 2, and fixed an XSS vulnerability in the debug output of the nonce token (Plus many other improvement from v4.15.X: see Changelog for details).\n\n= 4.15.16 =\nCreated automatic definition updates that include WordPress Core files, more improvements to the Brute-Force protection patch (Plus many other improvement from v4.14.X: see Changelog for details).\n\n= 4.14.47 =\nMajor upgrade to the protection for Brute-Force attempts, and a bug fix for resetting the permissions of read-only files (Plus many other improvement from v3.X: see Changelog for details).\n\n= 3.07.06 =\nAdded SSL support for definition updates and upgraded the Whitelist feature (Plus many other improvement from v1.3.X: see Changelog for details).\n\n= 1.3.02.15 =\nImproved security on the Quarantine directory to fix the 500 error on some servers (Plus many other improvement from v1.2.X: see Changelog for details).\n\n= 1.2.03.23 =\nFirst versions available for WordPress (code removed, no longer compatible).\n\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:28779:\"=== Anti-Malware Security and Brute-Force Firewall ===\nPlugin URI: http://gotmls.net/\nAuthor: Eli Scheetz\nAuthor URI: http://wordpress.ieonly.com/category/my-plugins/anti-malware/\nContributors: scheeeli, gotmls\nDonate link: https://gotmls.net/donate/\nTags: security, firewall, anti-malware, scanner, automatic, repair, remove, malware, virus, threat, hacked, malicious, infection, timthumb, exploit, block, brute-force, wp-login, patch, antimalware, revslider, Revolution Slider\nVersion: 4.20.72\nStable tag: 4.20.72\nRequires at least: 3.3\nTested up to: 5.7.2\n\nThis Anti-Malware scanner searches for Malware, Viruses, and other security threats and vulnerabilities on your server and it helps you fix them.\n\n== Description ==\n\n**Features:**\n\n* Download Definition Updates to protect against new threats.\n* Run a Complete Scan to automatically remove known security threats, backdoor scripts, and database injections.\n* Firewall block SoakSoak and other malware from exploiting Revolution Slider and other plugins with known vulnerabilites.\n* Upgrade vulnerable versions of timthumb scripts.\n\n**Premium Features:**\n\n* Patch your wp-login and XMLRPC to block Brute-Force and DDoS attacks.\n* Check the integrity of your WordPress Core files.\n* Automatically download new Definition Updates when running a Complete Scan.\n\nRegister this plugin at [GOTMLS.NET](http://gotmls.net/) and get access to new definitions of \"Known Threats\" and added features like Automatic Removal, plus patches for specific security vulnerabilities like old versions of timthumb. Updated definition files can be downloaded automatically within the admin once your Key is registered. Otherwise, this plugin just scans for \"Potential Threats\" and leaves it up to you to identify and remove the malicious ones.\n\nNOTICE: This plugin make call to GOTMLS.NET to check for updates not unlike what WordPress does when checking your plugins and themes for new versions. Staying up-to-date is an essential part of any security plugin and this plugin can let you know when there are new plugin and definition update available. If you\'re allergic to \"phone home\" scripts then don\'t use this plugin (or WordPress at all for that matter).\n\n**Special thanks to:**\n\n* Clarus Dignus for design suggestions and graphic design work on the banner image.\n* Jelena Kovacevic and Andrew Kurtis of webhostinghub.com for providing the Spanish translation.\n* Marcelo Guernieri for the Brazilian Portuguese translation.\n* Umut Can Alparslan for the Turkish translation.\n\n== Installation ==\n\n1. Download and unzip the plugin into your WordPress plugins directory (usually `/wp-content/plugins/`).\n1. Activate the plugin through the \'Plugins\' menu in your WordPress Admin.\n1. Register on gotmls.net and download the newest definition updates to scan for Known Threats.\n\n== Frequently Asked Questions ==\n\n= Why should I register? =\n\nIf you register on [GOTMLS.NET](http://gotmls.net/) you will have access to download definitions of New Threats and added features like automatic removal of \"Known Threats\" and patches for specific security issues like old versions of timthumb and brute-force attacks on wp-login.php. Otherwise, this plugin only scans for \"Potential Threats\" on your site, it would then be up to you to identify the good from the bad and remove them accordingly. \n\n= How do I patch the Revolution Slider vulnerability? =\n\nEasy, if you have installed and activated my this Anti-Malware plugin on your site then it will automatically block attempts to exploit the Revolution Slider vulnerability.\n\n= How do I patch the wp-login vulnerability? =\n\nThe WordPress Login page is susceptible to a brute-force attack (just like any other login page). These types of attacks are becoming more prevalent these days and can sometimes cause your server to become slow or unresponsive, even if the attacks do not succeed in gaining access to your site. This plugin can apply a patch that will block access to the WordPress Login page whenever this type of attack is detected. Just click the Install Patch button under Brute-force Protection on the Anti-Malware Setting page. For more information on this subject [read my blog](http://gotmls.net/tag/wp-login-php/).\n\n= Why can\'t I automatically remove the \"Potential Threats\" in yellow? =\n\nMany of these files may use eval and other powerful PHP function for perfectly legitimate reasons and removing that code from the files would likely cripple or even break your site so I have only enabled the Auto remove feature for \"Know Threats\".\n\n= How do I know if any of the \"Potential Threats\" are dangerous? =\n\nClick on the linked filename to examine it, then click each numbered link above the file content box to highlight the suspicious code. If you cannot tell whether or not the code is malicious just leave it alone or ask someone else to look at it for you. If you find that it is malicious please send me a copy of the file so that I can add it to my definition update as a \"Know Threat\", then it can be automatically removed.\n\n= What if the scan gets stuck part way through? =\n\nFirst just leave it for a while. If there are a lot of files on your server it could take quite a while and could sometimes appear to not be moving along at all even if it really is working. If it still seems stuck after a while then try running the scan again, be sure you try both the Complete Scan and the Quick scan.\n\n= How did I get hacked in the first place? =\n\nFirst, don\'t take the attack personally. Lots of hackers routinely run automated script that crawl the internet looking for easy targets. Your site probably got hacked because you are unknowingly an easy target. This might be because you are running an older version of WordPress or have installed a Plugin or Theme with a backdoor or known security vulnerability. However, the most common type of infection I see is cross-contamination. This can happen when your site is on a shared server with other exploitable sites that got infected. In most shared hosting environments it\'s possible for hackers to use an one infected site to infect other sites on the same server, sometimes even if the sites are on different accounts.\n\n= What can I do to prevent it from happening again? =\n\nThere is no sure way to protect your site from every kind of hack attempt. That said, don\'t be an easy target. Some basic steps should include: hardening your password, keeping all your sites up-to-date, and run regular scans with Anti-Malware software like [GOTMLS.NET](http://gotmls.net/)\n\n= Why does sucuri.net or the Google Safe Browsing Diagnostic page still say my site is infected after I have removed the malicious code? =\n\nsucuri.net caches their scan results and will not refresh the scan until you click the small link near the bottom of the page that says \"Force a Re-scan\" to clear the cache. Google also caches your infected pages and usually takes some time before crawling your site again, but you can speed up that process by Requesting a Review in the Malware or Security section of [Google Webmaster Tools](https://www.google.com/webmasters/tools/). It is a good idea to have a Webmaster Tools account for your site anyway as it can provide lots of other helpful information about your site.\n\n== Screenshots ==\n\n1. The menu showing Anti-Malware options.\n2. The Scan Setting page in the admin.\n3. An example scan that found some threats.\n4. The results window when \"Automatic Repair\" fixes threats.\n5. The Quarantine showing threats that have been fix already.\n\n== Changelog ==\n\n= 4.20.72 =\n* Updated registration form to be more compatible with newer iframe restrictions.\n* Fixed session check on the Brute-Force patch to no longer need mod_rewrite.\n* Removed older code from WordPress Repository.\n\n= 4.20.59 =\n* Various minor bug fixes.\n* Added Core Files Definitions for ClassicPress.\n* Tweaked code for better compatibility with WordPress 5.7.2 and ClassicPress 1.2.0.\n\n= 4.19.69 =\n* Fixed a JavaScript error caused by a new French translation.\n* Checked code for compatibility with WordPress 5.4.1.\n\n= 4.19.68 =\n* Updated some external links.\n* Tweaked code for better compatibility with PHP 7.4 and WordPress 5.4.\n\n= 4.19.50 =\n* Added even more error handling to the DB Scan for servers with the PHP memory_limit set too low.\n* Modified the Directory Scan Depth to accept 0 as a value to indicate skipping the Directory Scan (use this to focus on the DB Scan).\n* Added some Help tips to some of the options on the Settings page.\n\n= 4.19.44 =\n* Updated links to use HTTPS by default and fixed some old URLs.\n* Various performance improvements.\n* Added more error handling to the DB Scan.\n* Fixed a few minor bugs causing PHP Notices.\n* Fixed a path search to work on Windows servers.\n* Tweaked code for compatibility with WP 5.3 (latest release).\n\n= 4.18.76 =\n* Cleaned up the Nonce Token creation and storage functions.\n* Cleaned up View Quarantine page and fixed recovery link.\n* Added debugging for login errors WP head and footer Hooks.\n\n= 4.18.74 =\n* Fixed a bug in the Nonce Token Errors that was created by changes in the last release.\n\n= 4.18.71 =\n* Added wp_options table to the db_scan.\n* Fixed a few minor bugs in the db scan quarantine view.\n* Changed some wording and other minor fomatting issues.\n* Checked code for compatibility with WP 5.2.1 (latest release).\n\n= 4.18.69 =\n* Added a Warning message about the vulnerability in the yuzo-related-post plugin.\n* Updated the Quarantine interface and added a re-scan / re-clean feature.\n* Fixed a bug in the scan depth array that would produce PHP Notices in the error_log files under certain conditions.\n* Changed some wording and other minor fomatting issues.\n* Removed some outdated JavaScript that is no longer needed.\n* Checked code for compatibility with WP 5.2 (latest release).\n\n= 4.18.63 =\n* Fixed a major bug in the Firewall updates that could cause a False Positive lockout.\n\n= 4.18.62 =\n* Fixed a bug in the Firewall that prevented some iPad devices from logging in.\n* Fixed an encoding bug that prevented the Examine File window from dispaying some file formats.\n* Restored the File Details window in the Examine File window.\n* Updated code for compatibility with WP 5.1.1 (latest release).\n\n= 4.18.52 =\n* Added a whole new DB Scan category that looks for links and scripts injected directly into the database content and removes them.\n* Updated Firewall landing page for HTTPS compatibility.\n* Removed some old code that was no longer needed.\n* Added a feature to clear cache files before running the Complete Scan, this will speed up the scan and prevent malware from being saved on your cached paged.\n* Updated code for compatibility with WP 5.0.2 (latest release).\n\n= 4.17.69 =\n* Updated code for compatibility with WP 4.9.8 (latest release).\n* Fixed PHP Notice for the unknown offset of SERVER_parts.\n* Escaped single-quotes in translated strings for use within JavaScript.\n\n= 4.17.68 =\n* Updated code for compatibility with WP 4.9.7 (latest release).\n* Removed wrong size dashicon from Settings link in plugin list.\n* Removed the broken link to vote WORKS on wordpress.org.\n* Reordered priorety on fixing Known Threats to be more efficient.\n\n= 4.17.58 =\n* Updated code for compatibility with WP 4.9.4 (latest release).\n* Fixed dashicons sizing in css.\n* Add ability to update registration email from within the plugin settings.\n* Cleaned up expired nonce tokens left behind from an older version.\n\n= 4.17.57 =\n* Updated code for compatibility with WP 4.9.3 (latest release).\n* Fixed registration form and alternate domain for definition updates to work on HTTPS.\n* Fixed the wording on the Title check error message.\n\n= 4.17.44 =\n* Added Title check to make sure it does say you were hacked.\n* Updated code for compatibility with WP 4.8.3 (latest release).\n* Fixed Undefined variable error in Quarantine.\n* Fixed XSS vulnerability in nonce error output.\n\n= 4.17.29 =\n* Changed the definition update URL to only use SSL when required.\n* Updated PayPal form for better domestic IPN compatibility.\n\n= 4.17.28 =\n* Added the Turkish translation thanks to Umut Can Alparslan.\n* Improved the auto update so that old definitions could be phased out and new threat types would be selected by default.\n* Fixed the admin username change feature on multisite installs.\n* Fixed the details window so that it scrolls to the highlighted code.\n* Set defaults to disable the Potential Threat scan if other threats definitions are enabled.\n* Encoded definitions array for DB storage.\n* Fixed syntax error in the XMLRPC patch for newer versions of Apache.\n* Added fall-back to manual updates if the Automatic update feature fails.\n* Fixed PHP Notices about undefined variable added in last Version release.\n* Improved Apache version detection.\n* Changed Automatic update feature to automatically download all definitions and firewall updates.\n* Added PHP and Apache version detections and changed the XMLRPC patch to work with Apache 2.4 directives.\n* Removed the onbeforeunload function because Norton detected it as a False Positive.\n* Removed code that was deprecated in PHP Version 7.\n* Fixed PHP Notice about an array to string conversion with some rare global variable conditions.\n* Added more firewall options.\n* Moved Scan Log from the Quarantine page to the main Setings page.\n* Fixed PHP Warning about an invalid argument in foreach and some other bugs too.\n* Fixed \"What to look for\" Options so that changes are saved.\n* Changed get_currentuserinfo to wp_get_current_user because the get_currentuserinfo function was deprecated in WP 4.5\n\n= 4.16.17 =\n* Removed Menu Item Placement Options because the add_object_page function was deprecated in WP 4.5.\n* Added firewall options for better compatibility with WP Firewall 2.\n* Fixed an XSS vulnerability in the debug output of the nonce token.\n* Moved the Firewall Options to it\'s own page linked to from the admin menu.\n* Moved the Quick Scan from the admin menu to the top of the Scan Settings page.\n* Fixed PHP Warning about in_array function expecting parameter 2 to be an array, found by Georgey B.\n* Made a few minor cosmetic changes and fixed a few other small bugs in the interface.\n* Fixed the Nonce Token error caused by W3 Total Cache breaking the set_transient function in WordPress.\n* Added the Brazilian Portuguese language files, thanks to Marcelo Guernieri for the translation.\n* Fixed the admin menu and also some links that did not work on Windows server.\n* Added Core Files to the Quick Scan list on the admin menu.\n* Added a nonce token to prevent Cross-Site Request Forgery by admins who are logged-in from another site.\n* Hardened against XSS vulnerability triggered by the file names being scanned (thanks to Mahadev Subedi).\n* Improved brute-force patch compatibility with alternate wp-config.php location.\n* Had to remove the encoding of the Default Definitions to meet the WordPress Plugin Guidelines.\n* Improved the JavaScript in the new Brute-Force login patch so that it works with caching enabled on the login page.\n* Improved the Brute-Force login patch with custom fields and JavaScript. \n* Added a Save button to that Scan Settings page.\n* Fixed a bug in the XMLRPC Patch \"Unblock\" feature.\n* Added a link to purge the deleted Quarantine items from the database.\n* Added firewall option to Block all XMLRPC calls.\n* Fixed a few cosmetic bugs in the quarantine and firewall options.\n* Fixed a bugs in the Quarantine that was memory_limit errors if there number of files in the was too high.\n* Added the highlight malicious code feature back to the Quarantine file viewer.\n* Added the ability to change the admin username if the current username is \"admin\".\n* Improved the code in the Brute-Force Protection patch.\n* Fixed a few bugs in the Core Files Check that was preventing it from fixing some unusual file modifications.\n* Fixed a major bug that made multisite scan extremely slow and sometimes error out.\n* Moved all ajax call out of the init function and into their own functions for better handling time.\n* Moved the quarantine files into the database and deleted the old directory in uploads.\n* Fixed some minor formatting issues in the HTML output on the settings page.\n* Added a warning message if base64_decode has been disabled.\n* Hardened against injected HTML content by encoding the tags with variables.\n* Fixed debug option to exclude individual definitions.\n* Hardened admin_init with current_user_can and realpath on the quarantine file deletion (thanks to J.D. Grimes).\n* Fixed another XSS vulnerabilities in the admin (thanks to James H.)\n* Hardened against XSS vulnerabilities in the admin (thanks to Tim Coen).\n* Added feature to restore default settings for Exclude Extensions.\n* Changed the encoding on the index.php file in the Quarantine to make it more human-readable.\n* Fixed a few small bugs that were throwing PHP Notices in some configurations and added more info to some error messages.\n* Extended execution_time during the Fix process to increase the number of files that could be fixed at a time.\n* Added a Quarantine log to the database.\n* Fixed a couple of minor bugs that would throw PHP notices.\n\n= 4.15.16 =\n* Created an automatic update feature that downloads any new definition updates before starting the scan.\n* Added WordPress Core files to the new definitions update process and included a scan option to check the integrity of the Core files.\n* Automatically whitelisted the unmodified WordPress Core files.\n* Made more improvements to the Brute-Force protection patch and other minor cosmetic changes to the interface.\n* Protected the HTML in my plugin from filter injections and fixed a few other minor bugs.\n* Fixed a problem with deleting files from the Quarantine folder.\n* Added a descriptive reason to the error displayed if the fix was unsuccessful.\n* Added link to restore the default location of the Examine Results window.\n* Improved the encoding of definition updates so that they would not be blocked by poorly written firewall rules.\n* Suppressed the \"Please make a donation\" nag if the fix was unsuccessful, to avoid confusion over premium services.\n* Removed debug alert from initial session check.\n* Improved rewrite compatibility of session check for the Brute-Force Protection Installation.\n* Improved session check for the option to Install Brute-Force Protection and added an error message on failure.\n* Improved support for Multisite by only allowing Network Admins access to the Anti-Malware menu.\n* Added link to view a simple scan history on the Quarantine page.\n* Updated firewall to better protect agains new variations of the RevSlider Exploit.\n* Improved check for session support before giving the option to Install Brute-Force patch.\n* Added option to skip scanning the Quarantined files.\n* Updated Brute-Force patch to fix the problem of being included more that once.\n* Fixed a few minor bugs (better window positioning and css, cleaner results page, updated new help tab, etc.).\n* Made sure that the plugin does not check my servers for updates unless you have registered (this opt-in requirement is part of the WordPress Repository Guidelines).\n* Added exception for the social.png files to the skip files by extension list.\n* Fixed removal of Known Threats from files in the Quarantine directory.\n* Block SoakSoak and other malware from exploiting the Slider Revolution Vulnerability (THIS IS A WIDESPREAD THREAT RIGHT NOW).\n* Enabled the Brute-Force protection option directly from the Settings page.\n* Fixed window position to auto-adjust on small screens.\n\n= 4.14.47 =\n* Major upgrade to the protection for wp-login.php Brute-Force attempts.\n* Fixes a bug in setting the permissions for read-only files so that they could still be cleaned.\n* Fixes a minor bug with pass-by-reference which raises a fatal error in PHP v5.4.\n* Enhanced the Examine File window with better styles and more info.\n* Changed form submission of encrypted file lists to array values instead of keys.\n* Fixes other minor bugs.\n* Made the Examine File window sizable.\n* Fixed a few small bugs and removed some old code.\n* Added a link to my new twitter account.\n* Re-purposed Quick Scan to just scan the most affected areas.\n* Set the registration form to display by defaulted in the definition update section.\n* Fixed a few small bugs in advanced features and directory depth determination.\n* Fixed a session bug to display the last directory scanned.\n* Fixed a few small cosmetic bugs for WP 3.8.\n* Added Spanish translation, thanks to Jelena Kovacevic and Andrew Kurtis at webhostinghub.com.\n* Updated string in the code and added a .pot file to be ready for translation into other languages.\n* Added \"Select All\" checkbox to Quarantine and a new button to delete items from the Quarantine.\n* Added a trace.php file for advanced session tracking.\n* Fixed undefined index bug with menu_group item in settings array.\n* Added support for multisite network admin menu and the ability to restrict admin access.\n* Fixed a session bug in the progress bar related to the last release.\n* Fixed a session bug that conflicted with jigoshop. (Thanks dragonflyfla)\n* Fixed a few bug in the Whitelist definition feature.\n\n= 3.07.06 =\n* Added SSL support for definition updates and registration form.\n* Upgraded the Whitelist feature so the it could not contain duplicates.\n* Downgraded the WP-Login threat and changed it to an opt-in fix.\n* Fixed a bug in the Add to Whitelist feature so the you do not need to update the definitions after whitelisting a file.\n* Added ability to whitelist files.\n* Fixed a major bug in yesterdays release broke the login page on some sites.\n* Added a patch for the wp-login.php brute force attack that has been going around.\n* Created a process to restore files from the Quarantine.\n* Fixed a few other small bugs including path issues on Winblows server.\n\n= 1.3.02.15 =\n* Improved security on the Quarantine directory to fix the 500 error on some servers.\n* Fixed count of Quarantined items.\n* Added htaccess security to the Uploads directory.\n* Linked the Quarantined items to the File Examiner.\n* Added a scan category for Backdoor Scripts.\n* Consolidated the Definition Types and added a Whitelist category.\n* Completely redesigned the Definition Updates to handle incremental updates.\n* Added \"View Quarantine\" to the menu.\n* Enhanced Output Buffer to work with compression enabled (like ob_gzhandler).\n* Moved the quarantine to the uploads directory to protect against blanket inclusion.\n* Fixed Output Buffer issue for when ob_start has already been called.\n* Enhanced the Automatic Fix process to handle bad directory permissions.\n* Added more detailed error messages for different types of file errors.\n* Improved overall error handling.\n* Minor UI enhancements and a few bug fixes.\n* Completely revamped the scan engine to handle large file systems with better error handling.\n* Enhanced the results for the Automatic Fix process.\n* Fixed a few other small bugs.\n* Enhanced the iFrame for the File Viewer and Automatic Fix process.\n* Improved error handling during the scan.\n* Moved the File Viewer and Automatic Fix process into an iFrame to decrease scan time and memory usage.\n* Enhanced the Automatic Fix process for better success with read-only files.\n* Improved code cleanup process and general efficiency of the scan.\n* Encoded definition update for better compatibility with some servers that have post limitation.\n* Fixed XSS vulnerability.\n* Changed registration to allow for multiple sites/keys to be registered under one user/email.\n* Changed auto-update path to update threat level array for all new definition updates.\n* Updated timthumb replacement patch to version 2.8.10 per WordPress.org plugins requirement.\n* Fixed option to exclude directories so that the scan would not get stuck if omitted.\n* Added support for winblows servers using BACKSLASH directory structures.\n* Changed definition updates to write to the DB instead of a file.\n\n= 1.2.03.23 =\n* First versions available for WordPress (code removed, no longer compatible).\n\n== Upgrade Notice ==\n\n= 4.20.72 =\nUpdated registration form, fixed session check, and removed older code from WordPress Repository.\n\n= 4.20.59 =\nVarious minor bug fixes, added Core Files Definitions for ClassicPress, and tweaked code for better compatibility with WordPress 5.7.2 and ClassicPress 1.2.0.\n\n= 4.19.69 =\nFixed a JavaScript error caused by a new French translation and checked code for compatibility with WordPress 5.4.1.\n\n= 4.19.68 =\nUpdated some external links and tweaked code for better compatibility with PHP 7.4 and WordPress 5.4.\n\n= 4.19.50 =\nAdded even more error handling to the DB Scan for low memory_limit, modified the Directory Scan Depth to accept 0 as way to skip the Directory Scan, and added some Help tips to some of the options on the Settings page.\n\n= 4.19.44 =\nUpdated links, added more error handling to the DB Scan, various performance improvements, fixed path to work on Windows servers and a few minor bugs causing PHP Notices, and weaked code for compatibility with WP 5.3 (latest release).\n\n= 4.18.76 =\nCleaned up the Nonce Token code and Quarantine page, fixed recovery link, and added debugging for login errors plus WP head and footer Hooks.\n\n= 4.18.74 =\nFixed a bug in the Nonce Token Errors that was created by changes in the last release.\n\n= 4.18.71 =\nAdded wp_options table to the db_scan and fixed a few minor bugs in the quarantine view, and changed some wording and checked code for compatibility with WP 5.2.1 (latest release).\n\n= 4.18.69 =\nAdded a Warning message about the vulnerability in the yuzo-related-post plugin, updated the Quarantine interface with a re-scan / re-clean feature, fixed a bug in the scan depth array that would produce PHP Notices, changed some wording and other minor fomatting issues, and checked code for compatibility with WP 5.2 (latest release).\n\n= 4.18.63 =\nFixed a major bug in the Firewall updates that could cause a False Positive lockout.\n\n= 4.18.62 =\nFixed a few minor bugs and updated code for compatibility with WP 5.1.1 (latest release).\n\n= 4.18.52 =\nAdded a whole new DB Scan category, updated Firewall landing page, removed some old code that was no longer needed, clear cache files before running the Complete Scan,, and updated code for compatibility with WP 5.0.2 (latest release).\n\n= 4.17.69 =\nUpdated code for compatibility with WP 4.9.8, fixed PHP Notice and escaped single-quotes in translated strings.\n\n= 4.17.68 =\nUpdated code for compatibility with WP 4.9.7, removed dashicon from Settings link and the broken vote WORKS link, and reordered priorety on fixing Known Threats.\n\n= 4.17.58 =\nUpdated code for compatibility with WP 4.9.4, fixed dashicons sizing in css, add ability to update registration email from within the plugin settings, and cleaned up expired nonce tokens left behind from an older version.\n\n= 4.17.57 =\nUpdated code for compatibility with WP 4.9.3, fixed registration form and alternate domain for definition updates to work on HTTPS, and fixed the wording on the Title Check error message.\n\n= 4.17.44 =\nAdded Title check to make sure it does say you were hacked, updated code for compatibility with WP 4.8.3 and fixed Undefined variable error in Quarantine and an XSS vulnerability in nonce error output.\n\n= 4.17.29 =\nChanged the definition update URL to only use SSL when required, and updated PayPal form for better domestic IPN compatibility.\n\n= 4.17.28 =\nAdded the Turkish translation thanks to Umut Can Alparslan, improved the auto update feature, and fixed the admin username change feature on multisite installs (Plus many other improvement from v4.16.X: see Changelog for details).\n\n= 4.16.17 =\nRemoved Menu Item Placement Options that were deprecated in WP 4.5, Added firewall options for better compatibility with WP Firewall 2, and fixed an XSS vulnerability in the debug output of the nonce token (Plus many other improvement from v4.15.X: see Changelog for details).\n\n= 4.15.16 =\nCreated automatic definition updates that include WordPress Core files, more improvements to the Brute-Force protection patch (Plus many other improvement from v4.14.X: see Changelog for details).\n\n= 4.14.47 =\nMajor upgrade to the protection for Brute-Force attempts, and a bug fix for resetting the permissions of read-only files (Plus many other improvement from v3.X: see Changelog for details).\n\n= 3.07.06 =\nAdded SSL support for definition updates and upgraded the Whitelist feature (Plus many other improvement from v1.3.X: see Changelog for details).\n\n= 1.3.02.15 =\nImproved security on the Quarantine directory to fix the 500 error on some servers (Plus many other improvement from v1.2.X: see Changelog for details).\n\n= 1.2.03.23 =\nFirst versions available for WordPress (code removed, no longer compatible).\n\";s:3:\"raw\";s:29059:\"HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Wed, 22 Sep 2021 12:59:49 GMT\r\nContent-Type: text/plain\r\nContent-Length: 28779\r\nConnection: close\r\nLast-Modified: Tue, 15 Jun 2021 18:40:25 GMT\r\nETag: \"2548470//gotmls/trunk/readme.txt\"\r\nCache-Control: max-age=604800\r\nAccept-Ranges: bytes\r\n\r\n=== Anti-Malware Security and Brute-Force Firewall ===\nPlugin URI: http://gotmls.net/\nAuthor: Eli Scheetz\nAuthor URI: http://wordpress.ieonly.com/category/my-plugins/anti-malware/\nContributors: scheeeli, gotmls\nDonate link: https://gotmls.net/donate/\nTags: security, firewall, anti-malware, scanner, automatic, repair, remove, malware, virus, threat, hacked, malicious, infection, timthumb, exploit, block, brute-force, wp-login, patch, antimalware, revslider, Revolution Slider\nVersion: 4.20.72\nStable tag: 4.20.72\nRequires at least: 3.3\nTested up to: 5.7.2\n\nThis Anti-Malware scanner searches for Malware, Viruses, and other security threats and vulnerabilities on your server and it helps you fix them.\n\n== Description ==\n\n**Features:**\n\n* Download Definition Updates to protect against new threats.\n* Run a Complete Scan to automatically remove known security threats, backdoor scripts, and database injections.\n* Firewall block SoakSoak and other malware from exploiting Revolution Slider and other plugins with known vulnerabilites.\n* Upgrade vulnerable versions of timthumb scripts.\n\n**Premium Features:**\n\n* Patch your wp-login and XMLRPC to block Brute-Force and DDoS attacks.\n* Check the integrity of your WordPress Core files.\n* Automatically download new Definition Updates when running a Complete Scan.\n\nRegister this plugin at [GOTMLS.NET](http://gotmls.net/) and get access to new definitions of \"Known Threats\" and added features like Automatic Removal, plus patches for specific security vulnerabilities like old versions of timthumb. Updated definition files can be downloaded automatically within the admin once your Key is registered. Otherwise, this plugin just scans for \"Potential Threats\" and leaves it up to you to identify and remove the malicious ones.\n\nNOTICE: This plugin make call to GOTMLS.NET to check for updates not unlike what WordPress does when checking your plugins and themes for new versions. Staying up-to-date is an essential part of any security plugin and this plugin can let you know when there are new plugin and definition update available. If you\'re allergic to \"phone home\" scripts then don\'t use this plugin (or WordPress at all for that matter).\n\n**Special thanks to:**\n\n* Clarus Dignus for design suggestions and graphic design work on the banner image.\n* Jelena Kovacevic and Andrew Kurtis of webhostinghub.com for providing the Spanish translation.\n* Marcelo Guernieri for the Brazilian Portuguese translation.\n* Umut Can Alparslan for the Turkish translation.\n\n== Installation ==\n\n1. Download and unzip the plugin into your WordPress plugins directory (usually `/wp-content/plugins/`).\n1. Activate the plugin through the \'Plugins\' menu in your WordPress Admin.\n1. Register on gotmls.net and download the newest definition updates to scan for Known Threats.\n\n== Frequently Asked Questions ==\n\n= Why should I register? =\n\nIf you register on [GOTMLS.NET](http://gotmls.net/) you will have access to download definitions of New Threats and added features like automatic removal of \"Known Threats\" and patches for specific security issues like old versions of timthumb and brute-force attacks on wp-login.php. Otherwise, this plugin only scans for \"Potential Threats\" on your site, it would then be up to you to identify the good from the bad and remove them accordingly. \n\n= How do I patch the Revolution Slider vulnerability? =\n\nEasy, if you have installed and activated my this Anti-Malware plugin on your site then it will automatically block attempts to exploit the Revolution Slider vulnerability.\n\n= How do I patch the wp-login vulnerability? =\n\nThe WordPress Login page is susceptible to a brute-force attack (just like any other login page). These types of attacks are becoming more prevalent these days and can sometimes cause your server to become slow or unresponsive, even if the attacks do not succeed in gaining access to your site. This plugin can apply a patch that will block access to the WordPress Login page whenever this type of attack is detected. Just click the Install Patch button under Brute-force Protection on the Anti-Malware Setting page. For more information on this subject [read my blog](http://gotmls.net/tag/wp-login-php/).\n\n= Why can\'t I automatically remove the \"Potential Threats\" in yellow? =\n\nMany of these files may use eval and other powerful PHP function for perfectly legitimate reasons and removing that code from the files would likely cripple or even break your site so I have only enabled the Auto remove feature for \"Know Threats\".\n\n= How do I know if any of the \"Potential Threats\" are dangerous? =\n\nClick on the linked filename to examine it, then click each numbered link above the file content box to highlight the suspicious code. If you cannot tell whether or not the code is malicious just leave it alone or ask someone else to look at it for you. If you find that it is malicious please send me a copy of the file so that I can add it to my definition update as a \"Know Threat\", then it can be automatically removed.\n\n= What if the scan gets stuck part way through? =\n\nFirst just leave it for a while. If there are a lot of files on your server it could take quite a while and could sometimes appear to not be moving along at all even if it really is working. If it still seems stuck after a while then try running the scan again, be sure you try both the Complete Scan and the Quick scan.\n\n= How did I get hacked in the first place? =\n\nFirst, don\'t take the attack personally. Lots of hackers routinely run automated script that crawl the internet looking for easy targets. Your site probably got hacked because you are unknowingly an easy target. This might be because you are running an older version of WordPress or have installed a Plugin or Theme with a backdoor or known security vulnerability. However, the most common type of infection I see is cross-contamination. This can happen when your site is on a shared server with other exploitable sites that got infected. In most shared hosting environments it\'s possible for hackers to use an one infected site to infect other sites on the same server, sometimes even if the sites are on different accounts.\n\n= What can I do to prevent it from happening again? =\n\nThere is no sure way to protect your site from every kind of hack attempt. That said, don\'t be an easy target. Some basic steps should include: hardening your password, keeping all your sites up-to-date, and run regular scans with Anti-Malware software like [GOTMLS.NET](http://gotmls.net/)\n\n= Why does sucuri.net or the Google Safe Browsing Diagnostic page still say my site is infected after I have removed the malicious code? =\n\nsucuri.net caches their scan results and will not refresh the scan until you click the small link near the bottom of the page that says \"Force a Re-scan\" to clear the cache. Google also caches your infected pages and usually takes some time before crawling your site again, but you can speed up that process by Requesting a Review in the Malware or Security section of [Google Webmaster Tools](https://www.google.com/webmasters/tools/). It is a good idea to have a Webmaster Tools account for your site anyway as it can provide lots of other helpful information about your site.\n\n== Screenshots ==\n\n1. The menu showing Anti-Malware options.\n2. The Scan Setting page in the admin.\n3. An example scan that found some threats.\n4. The results window when \"Automatic Repair\" fixes threats.\n5. The Quarantine showing threats that have been fix already.\n\n== Changelog ==\n\n= 4.20.72 =\n* Updated registration form to be more compatible with newer iframe restrictions.\n* Fixed session check on the Brute-Force patch to no longer need mod_rewrite.\n* Removed older code from WordPress Repository.\n\n= 4.20.59 =\n* Various minor bug fixes.\n* Added Core Files Definitions for ClassicPress.\n* Tweaked code for better compatibility with WordPress 5.7.2 and ClassicPress 1.2.0.\n\n= 4.19.69 =\n* Fixed a JavaScript error caused by a new French translation.\n* Checked code for compatibility with WordPress 5.4.1.\n\n= 4.19.68 =\n* Updated some external links.\n* Tweaked code for better compatibility with PHP 7.4 and WordPress 5.4.\n\n= 4.19.50 =\n* Added even more error handling to the DB Scan for servers with the PHP memory_limit set too low.\n* Modified the Directory Scan Depth to accept 0 as a value to indicate skipping the Directory Scan (use this to focus on the DB Scan).\n* Added some Help tips to some of the options on the Settings page.\n\n= 4.19.44 =\n* Updated links to use HTTPS by default and fixed some old URLs.\n* Various performance improvements.\n* Added more error handling to the DB Scan.\n* Fixed a few minor bugs causing PHP Notices.\n* Fixed a path search to work on Windows servers.\n* Tweaked code for compatibility with WP 5.3 (latest release).\n\n= 4.18.76 =\n* Cleaned up the Nonce Token creation and storage functions.\n* Cleaned up View Quarantine page and fixed recovery link.\n* Added debugging for login errors WP head and footer Hooks.\n\n= 4.18.74 =\n* Fixed a bug in the Nonce Token Errors that was created by changes in the last release.\n\n= 4.18.71 =\n* Added wp_options table to the db_scan.\n* Fixed a few minor bugs in the db scan quarantine view.\n* Changed some wording and other minor fomatting issues.\n* Checked code for compatibility with WP 5.2.1 (latest release).\n\n= 4.18.69 =\n* Added a Warning message about the vulnerability in the yuzo-related-post plugin.\n* Updated the Quarantine interface and added a re-scan / re-clean feature.\n* Fixed a bug in the scan depth array that would produce PHP Notices in the error_log files under certain conditions.\n* Changed some wording and other minor fomatting issues.\n* Removed some outdated JavaScript that is no longer needed.\n* Checked code for compatibility with WP 5.2 (latest release).\n\n= 4.18.63 =\n* Fixed a major bug in the Firewall updates that could cause a False Positive lockout.\n\n= 4.18.62 =\n* Fixed a bug in the Firewall that prevented some iPad devices from logging in.\n* Fixed an encoding bug that prevented the Examine File window from dispaying some file formats.\n* Restored the File Details window in the Examine File window.\n* Updated code for compatibility with WP 5.1.1 (latest release).\n\n= 4.18.52 =\n* Added a whole new DB Scan category that looks for links and scripts injected directly into the database content and removes them.\n* Updated Firewall landing page for HTTPS compatibility.\n* Removed some old code that was no longer needed.\n* Added a feature to clear cache files before running the Complete Scan, this will speed up the scan and prevent malware from being saved on your cached paged.\n* Updated code for compatibility with WP 5.0.2 (latest release).\n\n= 4.17.69 =\n* Updated code for compatibility with WP 4.9.8 (latest release).\n* Fixed PHP Notice for the unknown offset of SERVER_parts.\n* Escaped single-quotes in translated strings for use within JavaScript.\n\n= 4.17.68 =\n* Updated code for compatibility with WP 4.9.7 (latest release).\n* Removed wrong size dashicon from Settings link in plugin list.\n* Removed the broken link to vote WORKS on wordpress.org.\n* Reordered priorety on fixing Known Threats to be more efficient.\n\n= 4.17.58 =\n* Updated code for compatibility with WP 4.9.4 (latest release).\n* Fixed dashicons sizing in css.\n* Add ability to update registration email from within the plugin settings.\n* Cleaned up expired nonce tokens left behind from an older version.\n\n= 4.17.57 =\n* Updated code for compatibility with WP 4.9.3 (latest release).\n* Fixed registration form and alternate domain for definition updates to work on HTTPS.\n* Fixed the wording on the Title check error message.\n\n= 4.17.44 =\n* Added Title check to make sure it does say you were hacked.\n* Updated code for compatibility with WP 4.8.3 (latest release).\n* Fixed Undefined variable error in Quarantine.\n* Fixed XSS vulnerability in nonce error output.\n\n= 4.17.29 =\n* Changed the definition update URL to only use SSL when required.\n* Updated PayPal form for better domestic IPN compatibility.\n\n= 4.17.28 =\n* Added the Turkish translation thanks to Umut Can Alparslan.\n* Improved the auto update so that old definitions could be phased out and new threat types would be selected by default.\n* Fixed the admin username change feature on multisite installs.\n* Fixed the details window so that it scrolls to the highlighted code.\n* Set defaults to disable the Potential Threat scan if other threats definitions are enabled.\n* Encoded definitions array for DB storage.\n* Fixed syntax error in the XMLRPC patch for newer versions of Apache.\n* Added fall-back to manual updates if the Automatic update feature fails.\n* Fixed PHP Notices about undefined variable added in last Version release.\n* Improved Apache version detection.\n* Changed Automatic update feature to automatically download all definitions and firewall updates.\n* Added PHP and Apache version detections and changed the XMLRPC patch to work with Apache 2.4 directives.\n* Removed the onbeforeunload function because Norton detected it as a False Positive.\n* Removed code that was deprecated in PHP Version 7.\n* Fixed PHP Notice about an array to string conversion with some rare global variable conditions.\n* Added more firewall options.\n* Moved Scan Log from the Quarantine page to the main Setings page.\n* Fixed PHP Warning about an invalid argument in foreach and some other bugs too.\n* Fixed \"What to look for\" Options so that changes are saved.\n* Changed get_currentuserinfo to wp_get_current_user because the get_currentuserinfo function was deprecated in WP 4.5\n\n= 4.16.17 =\n* Removed Menu Item Placement Options because the add_object_page function was deprecated in WP 4.5.\n* Added firewall options for better compatibility with WP Firewall 2.\n* Fixed an XSS vulnerability in the debug output of the nonce token.\n* Moved the Firewall Options to it\'s own page linked to from the admin menu.\n* Moved the Quick Scan from the admin menu to the top of the Scan Settings page.\n* Fixed PHP Warning about in_array function expecting parameter 2 to be an array, found by Georgey B.\n* Made a few minor cosmetic changes and fixed a few other small bugs in the interface.\n* Fixed the Nonce Token error caused by W3 Total Cache breaking the set_transient function in WordPress.\n* Added the Brazilian Portuguese language files, thanks to Marcelo Guernieri for the translation.\n* Fixed the admin menu and also some links that did not work on Windows server.\n* Added Core Files to the Quick Scan list on the admin menu.\n* Added a nonce token to prevent Cross-Site Request Forgery by admins who are logged-in from another site.\n* Hardened against XSS vulnerability triggered by the file names being scanned (thanks to Mahadev Subedi).\n* Improved brute-force patch compatibility with alternate wp-config.php location.\n* Had to remove the encoding of the Default Definitions to meet the WordPress Plugin Guidelines.\n* Improved the JavaScript in the new Brute-Force login patch so that it works with caching enabled on the login page.\n* Improved the Brute-Force login patch with custom fields and JavaScript. \n* Added a Save button to that Scan Settings page.\n* Fixed a bug in the XMLRPC Patch \"Unblock\" feature.\n* Added a link to purge the deleted Quarantine items from the database.\n* Added firewall option to Block all XMLRPC calls.\n* Fixed a few cosmetic bugs in the quarantine and firewall options.\n* Fixed a bugs in the Quarantine that was memory_limit errors if there number of files in the was too high.\n* Added the highlight malicious code feature back to the Quarantine file viewer.\n* Added the ability to change the admin username if the current username is \"admin\".\n* Improved the code in the Brute-Force Protection patch.\n* Fixed a few bugs in the Core Files Check that was preventing it from fixing some unusual file modifications.\n* Fixed a major bug that made multisite scan extremely slow and sometimes error out.\n* Moved all ajax call out of the init function and into their own functions for better handling time.\n* Moved the quarantine files into the database and deleted the old directory in uploads.\n* Fixed some minor formatting issues in the HTML output on the settings page.\n* Added a warning message if base64_decode has been disabled.\n* Hardened against injected HTML content by encoding the tags with variables.\n* Fixed debug option to exclude individual definitions.\n* Hardened admin_init with current_user_can and realpath on the quarantine file deletion (thanks to J.D. Grimes).\n* Fixed another XSS vulnerabilities in the admin (thanks to James H.)\n* Hardened against XSS vulnerabilities in the admin (thanks to Tim Coen).\n* Added feature to restore default settings for Exclude Extensions.\n* Changed the encoding on the index.php file in the Quarantine to make it more human-readable.\n* Fixed a few small bugs that were throwing PHP Notices in some configurations and added more info to some error messages.\n* Extended execution_time during the Fix process to increase the number of files that could be fixed at a time.\n* Added a Quarantine log to the database.\n* Fixed a couple of minor bugs that would throw PHP notices.\n\n= 4.15.16 =\n* Created an automatic update feature that downloads any new definition updates before starting the scan.\n* Added WordPress Core files to the new definitions update process and included a scan option to check the integrity of the Core files.\n* Automatically whitelisted the unmodified WordPress Core files.\n* Made more improvements to the Brute-Force protection patch and other minor cosmetic changes to the interface.\n* Protected the HTML in my plugin from filter injections and fixed a few other minor bugs.\n* Fixed a problem with deleting files from the Quarantine folder.\n* Added a descriptive reason to the error displayed if the fix was unsuccessful.\n* Added link to restore the default location of the Examine Results window.\n* Improved the encoding of definition updates so that they would not be blocked by poorly written firewall rules.\n* Suppressed the \"Please make a donation\" nag if the fix was unsuccessful, to avoid confusion over premium services.\n* Removed debug alert from initial session check.\n* Improved rewrite compatibility of session check for the Brute-Force Protection Installation.\n* Improved session check for the option to Install Brute-Force Protection and added an error message on failure.\n* Improved support for Multisite by only allowing Network Admins access to the Anti-Malware menu.\n* Added link to view a simple scan history on the Quarantine page.\n* Updated firewall to better protect agains new variations of the RevSlider Exploit.\n* Improved check for session support before giving the option to Install Brute-Force patch.\n* Added option to skip scanning the Quarantined files.\n* Updated Brute-Force patch to fix the problem of being included more that once.\n* Fixed a few minor bugs (better window positioning and css, cleaner results page, updated new help tab, etc.).\n* Made sure that the plugin does not check my servers for updates unless you have registered (this opt-in requirement is part of the WordPress Repository Guidelines).\n* Added exception for the social.png files to the skip files by extension list.\n* Fixed removal of Known Threats from files in the Quarantine directory.\n* Block SoakSoak and other malware from exploiting the Slider Revolution Vulnerability (THIS IS A WIDESPREAD THREAT RIGHT NOW).\n* Enabled the Brute-Force protection option directly from the Settings page.\n* Fixed window position to auto-adjust on small screens.\n\n= 4.14.47 =\n* Major upgrade to the protection for wp-login.php Brute-Force attempts.\n* Fixes a bug in setting the permissions for read-only files so that they could still be cleaned.\n* Fixes a minor bug with pass-by-reference which raises a fatal error in PHP v5.4.\n* Enhanced the Examine File window with better styles and more info.\n* Changed form submission of encrypted file lists to array values instead of keys.\n* Fixes other minor bugs.\n* Made the Examine File window sizable.\n* Fixed a few small bugs and removed some old code.\n* Added a link to my new twitter account.\n* Re-purposed Quick Scan to just scan the most affected areas.\n* Set the registration form to display by defaulted in the definition update section.\n* Fixed a few small bugs in advanced features and directory depth determination.\n* Fixed a session bug to display the last directory scanned.\n* Fixed a few small cosmetic bugs for WP 3.8.\n* Added Spanish translation, thanks to Jelena Kovacevic and Andrew Kurtis at webhostinghub.com.\n* Updated string in the code and added a .pot file to be ready for translation into other languages.\n* Added \"Select All\" checkbox to Quarantine and a new button to delete items from the Quarantine.\n* Added a trace.php file for advanced session tracking.\n* Fixed undefined index bug with menu_group item in settings array.\n* Added support for multisite network admin menu and the ability to restrict admin access.\n* Fixed a session bug in the progress bar related to the last release.\n* Fixed a session bug that conflicted with jigoshop. (Thanks dragonflyfla)\n* Fixed a few bug in the Whitelist definition feature.\n\n= 3.07.06 =\n* Added SSL support for definition updates and registration form.\n* Upgraded the Whitelist feature so the it could not contain duplicates.\n* Downgraded the WP-Login threat and changed it to an opt-in fix.\n* Fixed a bug in the Add to Whitelist feature so the you do not need to update the definitions after whitelisting a file.\n* Added ability to whitelist files.\n* Fixed a major bug in yesterdays release broke the login page on some sites.\n* Added a patch for the wp-login.php brute force attack that has been going around.\n* Created a process to restore files from the Quarantine.\n* Fixed a few other small bugs including path issues on Winblows server.\n\n= 1.3.02.15 =\n* Improved security on the Quarantine directory to fix the 500 error on some servers.\n* Fixed count of Quarantined items.\n* Added htaccess security to the Uploads directory.\n* Linked the Quarantined items to the File Examiner.\n* Added a scan category for Backdoor Scripts.\n* Consolidated the Definition Types and added a Whitelist category.\n* Completely redesigned the Definition Updates to handle incremental updates.\n* Added \"View Quarantine\" to the menu.\n* Enhanced Output Buffer to work with compression enabled (like ob_gzhandler).\n* Moved the quarantine to the uploads directory to protect against blanket inclusion.\n* Fixed Output Buffer issue for when ob_start has already been called.\n* Enhanced the Automatic Fix process to handle bad directory permissions.\n* Added more detailed error messages for different types of file errors.\n* Improved overall error handling.\n* Minor UI enhancements and a few bug fixes.\n* Completely revamped the scan engine to handle large file systems with better error handling.\n* Enhanced the results for the Automatic Fix process.\n* Fixed a few other small bugs.\n* Enhanced the iFrame for the File Viewer and Automatic Fix process.\n* Improved error handling during the scan.\n* Moved the File Viewer and Automatic Fix process into an iFrame to decrease scan time and memory usage.\n* Enhanced the Automatic Fix process for better success with read-only files.\n* Improved code cleanup process and general efficiency of the scan.\n* Encoded definition update for better compatibility with some servers that have post limitation.\n* Fixed XSS vulnerability.\n* Changed registration to allow for multiple sites/keys to be registered under one user/email.\n* Changed auto-update path to update threat level array for all new definition updates.\n* Updated timthumb replacement patch to version 2.8.10 per WordPress.org plugins requirement.\n* Fixed option to exclude directories so that the scan would not get stuck if omitted.\n* Added support for winblows servers using BACKSLASH directory structures.\n* Changed definition updates to write to the DB instead of a file.\n\n= 1.2.03.23 =\n* First versions available for WordPress (code removed, no longer compatible).\n\n== Upgrade Notice ==\n\n= 4.20.72 =\nUpdated registration form, fixed session check, and removed older code from WordPress Repository.\n\n= 4.20.59 =\nVarious minor bug fixes, added Core Files Definitions for ClassicPress, and tweaked code for better compatibility with WordPress 5.7.2 and ClassicPress 1.2.0.\n\n= 4.19.69 =\nFixed a JavaScript error caused by a new French translation and checked code for compatibility with WordPress 5.4.1.\n\n= 4.19.68 =\nUpdated some external links and tweaked code for better compatibility with PHP 7.4 and WordPress 5.4.\n\n= 4.19.50 =\nAdded even more error handling to the DB Scan for low memory_limit, modified the Directory Scan Depth to accept 0 as way to skip the Directory Scan, and added some Help tips to some of the options on the Settings page.\n\n= 4.19.44 =\nUpdated links, added more error handling to the DB Scan, various performance improvements, fixed path to work on Windows servers and a few minor bugs causing PHP Notices, and weaked code for compatibility with WP 5.3 (latest release).\n\n= 4.18.76 =\nCleaned up the Nonce Token code and Quarantine page, fixed recovery link, and added debugging for login errors plus WP head and footer Hooks.\n\n= 4.18.74 =\nFixed a bug in the Nonce Token Errors that was created by changes in the last release.\n\n= 4.18.71 =\nAdded wp_options table to the db_scan and fixed a few minor bugs in the quarantine view, and changed some wording and checked code for compatibility with WP 5.2.1 (latest release).\n\n= 4.18.69 =\nAdded a Warning message about the vulnerability in the yuzo-related-post plugin, updated the Quarantine interface with a re-scan / re-clean feature, fixed a bug in the scan depth array that would produce PHP Notices, changed some wording and other minor fomatting issues, and checked code for compatibility with WP 5.2 (latest release).\n\n= 4.18.63 =\nFixed a major bug in the Firewall updates that could cause a False Positive lockout.\n\n= 4.18.62 =\nFixed a few minor bugs and updated code for compatibility with WP 5.1.1 (latest release).\n\n= 4.18.52 =\nAdded a whole new DB Scan category, updated Firewall landing page, removed some old code that was no longer needed, clear cache files before running the Complete Scan,, and updated code for compatibility with WP 5.0.2 (latest release).\n\n= 4.17.69 =\nUpdated code for compatibility with WP 4.9.8, fixed PHP Notice and escaped single-quotes in translated strings.\n\n= 4.17.68 =\nUpdated code for compatibility with WP 4.9.7, removed dashicon from Settings link and the broken vote WORKS link, and reordered priorety on fixing Known Threats.\n\n= 4.17.58 =\nUpdated code for compatibility with WP 4.9.4, fixed dashicons sizing in css, add ability to update registration email from within the plugin settings, and cleaned up expired nonce tokens left behind from an older version.\n\n= 4.17.57 =\nUpdated code for compatibility with WP 4.9.3, fixed registration form and alternate domain for definition updates to work on HTTPS, and fixed the wording on the Title Check error message.\n\n= 4.17.44 =\nAdded Title check to make sure it does say you were hacked, updated code for compatibility with WP 4.8.3 and fixed Undefined variable error in Quarantine and an XSS vulnerability in nonce error output.\n\n= 4.17.29 =\nChanged the definition update URL to only use SSL when required, and updated PayPal form for better domestic IPN compatibility.\n\n= 4.17.28 =\nAdded the Turkish translation thanks to Umut Can Alparslan, improved the auto update feature, and fixed the admin username change feature on multisite installs (Plus many other improvement from v4.16.X: see Changelog for details).\n\n= 4.16.17 =\nRemoved Menu Item Placement Options that were deprecated in WP 4.5, Added firewall options for better compatibility with WP Firewall 2, and fixed an XSS vulnerability in the debug output of the nonce token (Plus many other improvement from v4.15.X: see Changelog for details).\n\n= 4.15.16 =\nCreated automatic definition updates that include WordPress Core files, more improvements to the Brute-Force protection patch (Plus many other improvement from v4.14.X: see Changelog for details).\n\n= 4.14.47 =\nMajor upgrade to the protection for Brute-Force attempts, and a bug fix for resetting the permissions of read-only files (Plus many other improvement from v3.X: see Changelog for details).\n\n= 3.07.06 =\nAdded SSL support for definition updates and upgraded the Whitelist feature (Plus many other improvement from v1.3.X: see Changelog for details).\n\n= 1.3.02.15 =\nImproved security on the Quarantine directory to fix the 500 error on some servers (Plus many other improvement from v1.2.X: see Changelog for details).\n\n= 1.2.03.23 =\nFirst versions available for WordPress (code removed, no longer compatible).\n\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";a:1:{i:0;s:5:\"nginx\";}s:4:\"date\";a:1:{i:0;s:29:\"Wed, 22 Sep 2021 12:59:49 GMT\";}s:12:\"content-type\";a:1:{i:0;s:10:\"text/plain\";}s:14:\"content-length\";a:1:{i:0;s:5:\"28779\";}s:13:\"last-modified\";a:1:{i:0;s:29:\"Tue, 15 Jun 2021 18:40:25 GMT\";}s:4:\"etag\";a:1:{i:0;s:34:\"\"2548470//gotmls/trunk/readme.txt\"\";}s:13:\"cache-control\";a:1:{i:0;s:14:\"max-age=604800\";}s:13:\"accept-ranges\";a:1:{i:0;s:5:\"bytes\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:57:\"https://plugins.svn.wordpress.org/gotmls/trunk/readme.txt\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:0:{}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}s:8:\"response\";s:28779:\"=== Anti-Malware Security and Brute-Force Firewall ===\nPlugin URI: http://gotmls.net/\nAuthor: Eli Scheetz\nAuthor URI: http://wordpress.ieonly.com/category/my-plugins/anti-malware/\nContributors: scheeeli, gotmls\nDonate link: https://gotmls.net/donate/\nTags: security, firewall, anti-malware, scanner, automatic, repair, remove, malware, virus, threat, hacked, malicious, infection, timthumb, exploit, block, brute-force, wp-login, patch, antimalware, revslider, Revolution Slider\nVersion: 4.20.72\nStable tag: 4.20.72\nRequires at least: 3.3\nTested up to: 5.7.2\n\nThis Anti-Malware scanner searches for Malware, Viruses, and other security threats and vulnerabilities on your server and it helps you fix them.\n\n== Description ==\n\n**Features:**\n\n* Download Definition Updates to protect against new threats.\n* Run a Complete Scan to automatically remove known security threats, backdoor scripts, and database injections.\n* Firewall block SoakSoak and other malware from exploiting Revolution Slider and other plugins with known vulnerabilites.\n* Upgrade vulnerable versions of timthumb scripts.\n\n**Premium Features:**\n\n* Patch your wp-login and XMLRPC to block Brute-Force and DDoS attacks.\n* Check the integrity of your WordPress Core files.\n* Automatically download new Definition Updates when running a Complete Scan.\n\nRegister this plugin at [GOTMLS.NET](http://gotmls.net/) and get access to new definitions of \"Known Threats\" and added features like Automatic Removal, plus patches for specific security vulnerabilities like old versions of timthumb. Updated definition files can be downloaded automatically within the admin once your Key is registered. Otherwise, this plugin just scans for \"Potential Threats\" and leaves it up to you to identify and remove the malicious ones.\n\nNOTICE: This plugin make call to GOTMLS.NET to check for updates not unlike what WordPress does when checking your plugins and themes for new versions. Staying up-to-date is an essential part of any security plugin and this plugin can let you know when there are new plugin and definition update available. If you\'re allergic to \"phone home\" scripts then don\'t use this plugin (or WordPress at all for that matter).\n\n**Special thanks to:**\n\n* Clarus Dignus for design suggestions and graphic design work on the banner image.\n* Jelena Kovacevic and Andrew Kurtis of webhostinghub.com for providing the Spanish translation.\n* Marcelo Guernieri for the Brazilian Portuguese translation.\n* Umut Can Alparslan for the Turkish translation.\n\n== Installation ==\n\n1. Download and unzip the plugin into your WordPress plugins directory (usually `/wp-content/plugins/`).\n1. Activate the plugin through the \'Plugins\' menu in your WordPress Admin.\n1. Register on gotmls.net and download the newest definition updates to scan for Known Threats.\n\n== Frequently Asked Questions ==\n\n= Why should I register? =\n\nIf you register on [GOTMLS.NET](http://gotmls.net/) you will have access to download definitions of New Threats and added features like automatic removal of \"Known Threats\" and patches for specific security issues like old versions of timthumb and brute-force attacks on wp-login.php. Otherwise, this plugin only scans for \"Potential Threats\" on your site, it would then be up to you to identify the good from the bad and remove them accordingly. \n\n= How do I patch the Revolution Slider vulnerability? =\n\nEasy, if you have installed and activated my this Anti-Malware plugin on your site then it will automatically block attempts to exploit the Revolution Slider vulnerability.\n\n= How do I patch the wp-login vulnerability? =\n\nThe WordPress Login page is susceptible to a brute-force attack (just like any other login page). These types of attacks are becoming more prevalent these days and can sometimes cause your server to become slow or unresponsive, even if the attacks do not succeed in gaining access to your site. This plugin can apply a patch that will block access to the WordPress Login page whenever this type of attack is detected. Just click the Install Patch button under Brute-force Protection on the Anti-Malware Setting page. For more information on this subject [read my blog](http://gotmls.net/tag/wp-login-php/).\n\n= Why can\'t I automatically remove the \"Potential Threats\" in yellow? =\n\nMany of these files may use eval and other powerful PHP function for perfectly legitimate reasons and removing that code from the files would likely cripple or even break your site so I have only enabled the Auto remove feature for \"Know Threats\".\n\n= How do I know if any of the \"Potential Threats\" are dangerous? =\n\nClick on the linked filename to examine it, then click each numbered link above the file content box to highlight the suspicious code. If you cannot tell whether or not the code is malicious just leave it alone or ask someone else to look at it for you. If you find that it is malicious please send me a copy of the file so that I can add it to my definition update as a \"Know Threat\", then it can be automatically removed.\n\n= What if the scan gets stuck part way through? =\n\nFirst just leave it for a while. If there are a lot of files on your server it could take quite a while and could sometimes appear to not be moving along at all even if it really is working. If it still seems stuck after a while then try running the scan again, be sure you try both the Complete Scan and the Quick scan.\n\n= How did I get hacked in the first place? =\n\nFirst, don\'t take the attack personally. Lots of hackers routinely run automated script that crawl the internet looking for easy targets. Your site probably got hacked because you are unknowingly an easy target. This might be because you are running an older version of WordPress or have installed a Plugin or Theme with a backdoor or known security vulnerability. However, the most common type of infection I see is cross-contamination. This can happen when your site is on a shared server with other exploitable sites that got infected. In most shared hosting environments it\'s possible for hackers to use an one infected site to infect other sites on the same server, sometimes even if the sites are on different accounts.\n\n= What can I do to prevent it from happening again? =\n\nThere is no sure way to protect your site from every kind of hack attempt. That said, don\'t be an easy target. Some basic steps should include: hardening your password, keeping all your sites up-to-date, and run regular scans with Anti-Malware software like [GOTMLS.NET](http://gotmls.net/)\n\n= Why does sucuri.net or the Google Safe Browsing Diagnostic page still say my site is infected after I have removed the malicious code? =\n\nsucuri.net caches their scan results and will not refresh the scan until you click the small link near the bottom of the page that says \"Force a Re-scan\" to clear the cache. Google also caches your infected pages and usually takes some time before crawling your site again, but you can speed up that process by Requesting a Review in the Malware or Security section of [Google Webmaster Tools](https://www.google.com/webmasters/tools/). It is a good idea to have a Webmaster Tools account for your site anyway as it can provide lots of other helpful information about your site.\n\n== Screenshots ==\n\n1. The menu showing Anti-Malware options.\n2. The Scan Setting page in the admin.\n3. An example scan that found some threats.\n4. The results window when \"Automatic Repair\" fixes threats.\n5. The Quarantine showing threats that have been fix already.\n\n== Changelog ==\n\n= 4.20.72 =\n* Updated registration form to be more compatible with newer iframe restrictions.\n* Fixed session check on the Brute-Force patch to no longer need mod_rewrite.\n* Removed older code from WordPress Repository.\n\n= 4.20.59 =\n* Various minor bug fixes.\n* Added Core Files Definitions for ClassicPress.\n* Tweaked code for better compatibility with WordPress 5.7.2 and ClassicPress 1.2.0.\n\n= 4.19.69 =\n* Fixed a JavaScript error caused by a new French translation.\n* Checked code for compatibility with WordPress 5.4.1.\n\n= 4.19.68 =\n* Updated some external links.\n* Tweaked code for better compatibility with PHP 7.4 and WordPress 5.4.\n\n= 4.19.50 =\n* Added even more error handling to the DB Scan for servers with the PHP memory_limit set too low.\n* Modified the Directory Scan Depth to accept 0 as a value to indicate skipping the Directory Scan (use this to focus on the DB Scan).\n* Added some Help tips to some of the options on the Settings page.\n\n= 4.19.44 =\n* Updated links to use HTTPS by default and fixed some old URLs.\n* Various performance improvements.\n* Added more error handling to the DB Scan.\n* Fixed a few minor bugs causing PHP Notices.\n* Fixed a path search to work on Windows servers.\n* Tweaked code for compatibility with WP 5.3 (latest release).\n\n= 4.18.76 =\n* Cleaned up the Nonce Token creation and storage functions.\n* Cleaned up View Quarantine page and fixed recovery link.\n* Added debugging for login errors WP head and footer Hooks.\n\n= 4.18.74 =\n* Fixed a bug in the Nonce Token Errors that was created by changes in the last release.\n\n= 4.18.71 =\n* Added wp_options table to the db_scan.\n* Fixed a few minor bugs in the db scan quarantine view.\n* Changed some wording and other minor fomatting issues.\n* Checked code for compatibility with WP 5.2.1 (latest release).\n\n= 4.18.69 =\n* Added a Warning message about the vulnerability in the yuzo-related-post plugin.\n* Updated the Quarantine interface and added a re-scan / re-clean feature.\n* Fixed a bug in the scan depth array that would produce PHP Notices in the error_log files under certain conditions.\n* Changed some wording and other minor fomatting issues.\n* Removed some outdated JavaScript that is no longer needed.\n* Checked code for compatibility with WP 5.2 (latest release).\n\n= 4.18.63 =\n* Fixed a major bug in the Firewall updates that could cause a False Positive lockout.\n\n= 4.18.62 =\n* Fixed a bug in the Firewall that prevented some iPad devices from logging in.\n* Fixed an encoding bug that prevented the Examine File window from dispaying some file formats.\n* Restored the File Details window in the Examine File window.\n* Updated code for compatibility with WP 5.1.1 (latest release).\n\n= 4.18.52 =\n* Added a whole new DB Scan category that looks for links and scripts injected directly into the database content and removes them.\n* Updated Firewall landing page for HTTPS compatibility.\n* Removed some old code that was no longer needed.\n* Added a feature to clear cache files before running the Complete Scan, this will speed up the scan and prevent malware from being saved on your cached paged.\n* Updated code for compatibility with WP 5.0.2 (latest release).\n\n= 4.17.69 =\n* Updated code for compatibility with WP 4.9.8 (latest release).\n* Fixed PHP Notice for the unknown offset of SERVER_parts.\n* Escaped single-quotes in translated strings for use within JavaScript.\n\n= 4.17.68 =\n* Updated code for compatibility with WP 4.9.7 (latest release).\n* Removed wrong size dashicon from Settings link in plugin list.\n* Removed the broken link to vote WORKS on wordpress.org.\n* Reordered priorety on fixing Known Threats to be more efficient.\n\n= 4.17.58 =\n* Updated code for compatibility with WP 4.9.4 (latest release).\n* Fixed dashicons sizing in css.\n* Add ability to update registration email from within the plugin settings.\n* Cleaned up expired nonce tokens left behind from an older version.\n\n= 4.17.57 =\n* Updated code for compatibility with WP 4.9.3 (latest release).\n* Fixed registration form and alternate domain for definition updates to work on HTTPS.\n* Fixed the wording on the Title check error message.\n\n= 4.17.44 =\n* Added Title check to make sure it does say you were hacked.\n* Updated code for compatibility with WP 4.8.3 (latest release).\n* Fixed Undefined variable error in Quarantine.\n* Fixed XSS vulnerability in nonce error output.\n\n= 4.17.29 =\n* Changed the definition update URL to only use SSL when required.\n* Updated PayPal form for better domestic IPN compatibility.\n\n= 4.17.28 =\n* Added the Turkish translation thanks to Umut Can Alparslan.\n* Improved the auto update so that old definitions could be phased out and new threat types would be selected by default.\n* Fixed the admin username change feature on multisite installs.\n* Fixed the details window so that it scrolls to the highlighted code.\n* Set defaults to disable the Potential Threat scan if other threats definitions are enabled.\n* Encoded definitions array for DB storage.\n* Fixed syntax error in the XMLRPC patch for newer versions of Apache.\n* Added fall-back to manual updates if the Automatic update feature fails.\n* Fixed PHP Notices about undefined variable added in last Version release.\n* Improved Apache version detection.\n* Changed Automatic update feature to automatically download all definitions and firewall updates.\n* Added PHP and Apache version detections and changed the XMLRPC patch to work with Apache 2.4 directives.\n* Removed the onbeforeunload function because Norton detected it as a False Positive.\n* Removed code that was deprecated in PHP Version 7.\n* Fixed PHP Notice about an array to string conversion with some rare global variable conditions.\n* Added more firewall options.\n* Moved Scan Log from the Quarantine page to the main Setings page.\n* Fixed PHP Warning about an invalid argument in foreach and some other bugs too.\n* Fixed \"What to look for\" Options so that changes are saved.\n* Changed get_currentuserinfo to wp_get_current_user because the get_currentuserinfo function was deprecated in WP 4.5\n\n= 4.16.17 =\n* Removed Menu Item Placement Options because the add_object_page function was deprecated in WP 4.5.\n* Added firewall options for better compatibility with WP Firewall 2.\n* Fixed an XSS vulnerability in the debug output of the nonce token.\n* Moved the Firewall Options to it\'s own page linked to from the admin menu.\n* Moved the Quick Scan from the admin menu to the top of the Scan Settings page.\n* Fixed PHP Warning about in_array function expecting parameter 2 to be an array, found by Georgey B.\n* Made a few minor cosmetic changes and fixed a few other small bugs in the interface.\n* Fixed the Nonce Token error caused by W3 Total Cache breaking the set_transient function in WordPress.\n* Added the Brazilian Portuguese language files, thanks to Marcelo Guernieri for the translation.\n* Fixed the admin menu and also some links that did not work on Windows server.\n* Added Core Files to the Quick Scan list on the admin menu.\n* Added a nonce token to prevent Cross-Site Request Forgery by admins who are logged-in from another site.\n* Hardened against XSS vulnerability triggered by the file names being scanned (thanks to Mahadev Subedi).\n* Improved brute-force patch compatibility with alternate wp-config.php location.\n* Had to remove the encoding of the Default Definitions to meet the WordPress Plugin Guidelines.\n* Improved the JavaScript in the new Brute-Force login patch so that it works with caching enabled on the login page.\n* Improved the Brute-Force login patch with custom fields and JavaScript. \n* Added a Save button to that Scan Settings page.\n* Fixed a bug in the XMLRPC Patch \"Unblock\" feature.\n* Added a link to purge the deleted Quarantine items from the database.\n* Added firewall option to Block all XMLRPC calls.\n* Fixed a few cosmetic bugs in the quarantine and firewall options.\n* Fixed a bugs in the Quarantine that was memory_limit errors if there number of files in the was too high.\n* Added the highlight malicious code feature back to the Quarantine file viewer.\n* Added the ability to change the admin username if the current username is \"admin\".\n* Improved the code in the Brute-Force Protection patch.\n* Fixed a few bugs in the Core Files Check that was preventing it from fixing some unusual file modifications.\n* Fixed a major bug that made multisite scan extremely slow and sometimes error out.\n* Moved all ajax call out of the init function and into their own functions for better handling time.\n* Moved the quarantine files into the database and deleted the old directory in uploads.\n* Fixed some minor formatting issues in the HTML output on the settings page.\n* Added a warning message if base64_decode has been disabled.\n* Hardened against injected HTML content by encoding the tags with variables.\n* Fixed debug option to exclude individual definitions.\n* Hardened admin_init with current_user_can and realpath on the quarantine file deletion (thanks to J.D. Grimes).\n* Fixed another XSS vulnerabilities in the admin (thanks to James H.)\n* Hardened against XSS vulnerabilities in the admin (thanks to Tim Coen).\n* Added feature to restore default settings for Exclude Extensions.\n* Changed the encoding on the index.php file in the Quarantine to make it more human-readable.\n* Fixed a few small bugs that were throwing PHP Notices in some configurations and added more info to some error messages.\n* Extended execution_time during the Fix process to increase the number of files that could be fixed at a time.\n* Added a Quarantine log to the database.\n* Fixed a couple of minor bugs that would throw PHP notices.\n\n= 4.15.16 =\n* Created an automatic update feature that downloads any new definition updates before starting the scan.\n* Added WordPress Core files to the new definitions update process and included a scan option to check the integrity of the Core files.\n* Automatically whitelisted the unmodified WordPress Core files.\n* Made more improvements to the Brute-Force protection patch and other minor cosmetic changes to the interface.\n* Protected the HTML in my plugin from filter injections and fixed a few other minor bugs.\n* Fixed a problem with deleting files from the Quarantine folder.\n* Added a descriptive reason to the error displayed if the fix was unsuccessful.\n* Added link to restore the default location of the Examine Results window.\n* Improved the encoding of definition updates so that they would not be blocked by poorly written firewall rules.\n* Suppressed the \"Please make a donation\" nag if the fix was unsuccessful, to avoid confusion over premium services.\n* Removed debug alert from initial session check.\n* Improved rewrite compatibility of session check for the Brute-Force Protection Installation.\n* Improved session check for the option to Install Brute-Force Protection and added an error message on failure.\n* Improved support for Multisite by only allowing Network Admins access to the Anti-Malware menu.\n* Added link to view a simple scan history on the Quarantine page.\n* Updated firewall to better protect agains new variations of the RevSlider Exploit.\n* Improved check for session support before giving the option to Install Brute-Force patch.\n* Added option to skip scanning the Quarantined files.\n* Updated Brute-Force patch to fix the problem of being included more that once.\n* Fixed a few minor bugs (better window positioning and css, cleaner results page, updated new help tab, etc.).\n* Made sure that the plugin does not check my servers for updates unless you have registered (this opt-in requirement is part of the WordPress Repository Guidelines).\n* Added exception for the social.png files to the skip files by extension list.\n* Fixed removal of Known Threats from files in the Quarantine directory.\n* Block SoakSoak and other malware from exploiting the Slider Revolution Vulnerability (THIS IS A WIDESPREAD THREAT RIGHT NOW).\n* Enabled the Brute-Force protection option directly from the Settings page.\n* Fixed window position to auto-adjust on small screens.\n\n= 4.14.47 =\n* Major upgrade to the protection for wp-login.php Brute-Force attempts.\n* Fixes a bug in setting the permissions for read-only files so that they could still be cleaned.\n* Fixes a minor bug with pass-by-reference which raises a fatal error in PHP v5.4.\n* Enhanced the Examine File window with better styles and more info.\n* Changed form submission of encrypted file lists to array values instead of keys.\n* Fixes other minor bugs.\n* Made the Examine File window sizable.\n* Fixed a few small bugs and removed some old code.\n* Added a link to my new twitter account.\n* Re-purposed Quick Scan to just scan the most affected areas.\n* Set the registration form to display by defaulted in the definition update section.\n* Fixed a few small bugs in advanced features and directory depth determination.\n* Fixed a session bug to display the last directory scanned.\n* Fixed a few small cosmetic bugs for WP 3.8.\n* Added Spanish translation, thanks to Jelena Kovacevic and Andrew Kurtis at webhostinghub.com.\n* Updated string in the code and added a .pot file to be ready for translation into other languages.\n* Added \"Select All\" checkbox to Quarantine and a new button to delete items from the Quarantine.\n* Added a trace.php file for advanced session tracking.\n* Fixed undefined index bug with menu_group item in settings array.\n* Added support for multisite network admin menu and the ability to restrict admin access.\n* Fixed a session bug in the progress bar related to the last release.\n* Fixed a session bug that conflicted with jigoshop. (Thanks dragonflyfla)\n* Fixed a few bug in the Whitelist definition feature.\n\n= 3.07.06 =\n* Added SSL support for definition updates and registration form.\n* Upgraded the Whitelist feature so the it could not contain duplicates.\n* Downgraded the WP-Login threat and changed it to an opt-in fix.\n* Fixed a bug in the Add to Whitelist feature so the you do not need to update the definitions after whitelisting a file.\n* Added ability to whitelist files.\n* Fixed a major bug in yesterdays release broke the login page on some sites.\n* Added a patch for the wp-login.php brute force attack that has been going around.\n* Created a process to restore files from the Quarantine.\n* Fixed a few other small bugs including path issues on Winblows server.\n\n= 1.3.02.15 =\n* Improved security on the Quarantine directory to fix the 500 error on some servers.\n* Fixed count of Quarantined items.\n* Added htaccess security to the Uploads directory.\n* Linked the Quarantined items to the File Examiner.\n* Added a scan category for Backdoor Scripts.\n* Consolidated the Definition Types and added a Whitelist category.\n* Completely redesigned the Definition Updates to handle incremental updates.\n* Added \"View Quarantine\" to the menu.\n* Enhanced Output Buffer to work with compression enabled (like ob_gzhandler).\n* Moved the quarantine to the uploads directory to protect against blanket inclusion.\n* Fixed Output Buffer issue for when ob_start has already been called.\n* Enhanced the Automatic Fix process to handle bad directory permissions.\n* Added more detailed error messages for different types of file errors.\n* Improved overall error handling.\n* Minor UI enhancements and a few bug fixes.\n* Completely revamped the scan engine to handle large file systems with better error handling.\n* Enhanced the results for the Automatic Fix process.\n* Fixed a few other small bugs.\n* Enhanced the iFrame for the File Viewer and Automatic Fix process.\n* Improved error handling during the scan.\n* Moved the File Viewer and Automatic Fix process into an iFrame to decrease scan time and memory usage.\n* Enhanced the Automatic Fix process for better success with read-only files.\n* Improved code cleanup process and general efficiency of the scan.\n* Encoded definition update for better compatibility with some servers that have post limitation.\n* Fixed XSS vulnerability.\n* Changed registration to allow for multiple sites/keys to be registered under one user/email.\n* Changed auto-update path to update threat level array for all new definition updates.\n* Updated timthumb replacement patch to version 2.8.10 per WordPress.org plugins requirement.\n* Fixed option to exclude directories so that the scan would not get stuck if omitted.\n* Added support for winblows servers using BACKSLASH directory structures.\n* Changed definition updates to write to the DB instead of a file.\n\n= 1.2.03.23 =\n* First versions available for WordPress (code removed, no longer compatible).\n\n== Upgrade Notice ==\n\n= 4.20.72 =\nUpdated registration form, fixed session check, and removed older code from WordPress Repository.\n\n= 4.20.59 =\nVarious minor bug fixes, added Core Files Definitions for ClassicPress, and tweaked code for better compatibility with WordPress 5.7.2 and ClassicPress 1.2.0.\n\n= 4.19.69 =\nFixed a JavaScript error caused by a new French translation and checked code for compatibility with WordPress 5.4.1.\n\n= 4.19.68 =\nUpdated some external links and tweaked code for better compatibility with PHP 7.4 and WordPress 5.4.\n\n= 4.19.50 =\nAdded even more error handling to the DB Scan for low memory_limit, modified the Directory Scan Depth to accept 0 as way to skip the Directory Scan, and added some Help tips to some of the options on the Settings page.\n\n= 4.19.44 =\nUpdated links, added more error handling to the DB Scan, various performance improvements, fixed path to work on Windows servers and a few minor bugs causing PHP Notices, and weaked code for compatibility with WP 5.3 (latest release).\n\n= 4.18.76 =\nCleaned up the Nonce Token code and Quarantine page, fixed recovery link, and added debugging for login errors plus WP head and footer Hooks.\n\n= 4.18.74 =\nFixed a bug in the Nonce Token Errors that was created by changes in the last release.\n\n= 4.18.71 =\nAdded wp_options table to the db_scan and fixed a few minor bugs in the quarantine view, and changed some wording and checked code for compatibility with WP 5.2.1 (latest release).\n\n= 4.18.69 =\nAdded a Warning message about the vulnerability in the yuzo-related-post plugin, updated the Quarantine interface with a re-scan / re-clean feature, fixed a bug in the scan depth array that would produce PHP Notices, changed some wording and other minor fomatting issues, and checked code for compatibility with WP 5.2 (latest release).\n\n= 4.18.63 =\nFixed a major bug in the Firewall updates that could cause a False Positive lockout.\n\n= 4.18.62 =\nFixed a few minor bugs and updated code for compatibility with WP 5.1.1 (latest release).\n\n= 4.18.52 =\nAdded a whole new DB Scan category, updated Firewall landing page, removed some old code that was no longer needed, clear cache files before running the Complete Scan,, and updated code for compatibility with WP 5.0.2 (latest release).\n\n= 4.17.69 =\nUpdated code for compatibility with WP 4.9.8, fixed PHP Notice and escaped single-quotes in translated strings.\n\n= 4.17.68 =\nUpdated code for compatibility with WP 4.9.7, removed dashicon from Settings link and the broken vote WORKS link, and reordered priorety on fixing Known Threats.\n\n= 4.17.58 =\nUpdated code for compatibility with WP 4.9.4, fixed dashicons sizing in css, add ability to update registration email from within the plugin settings, and cleaned up expired nonce tokens left behind from an older version.\n\n= 4.17.57 =\nUpdated code for compatibility with WP 4.9.3, fixed registration form and alternate domain for definition updates to work on HTTPS, and fixed the wording on the Title Check error message.\n\n= 4.17.44 =\nAdded Title check to make sure it does say you were hacked, updated code for compatibility with WP 4.8.3 and fixed Undefined variable error in Quarantine and an XSS vulnerability in nonce error output.\n\n= 4.17.29 =\nChanged the definition update URL to only use SSL when required, and updated PayPal form for better domestic IPN compatibility.\n\n= 4.17.28 =\nAdded the Turkish translation thanks to Umut Can Alparslan, improved the auto update feature, and fixed the admin username change feature on multisite installs (Plus many other improvement from v4.16.X: see Changelog for details).\n\n= 4.16.17 =\nRemoved Menu Item Placement Options that were deprecated in WP 4.5, Added firewall options for better compatibility with WP Firewall 2, and fixed an XSS vulnerability in the debug output of the nonce token (Plus many other improvement from v4.15.X: see Changelog for details).\n\n= 4.15.16 =\nCreated automatic definition updates that include WordPress Core files, more improvements to the Brute-Force protection patch (Plus many other improvement from v4.14.X: see Changelog for details).\n\n= 4.14.47 =\nMajor upgrade to the protection for Brute-Force attempts, and a bug fix for resetting the permissions of read-only files (Plus many other improvement from v3.X: see Changelog for details).\n\n= 3.07.06 =\nAdded SSL support for definition updates and upgraded the Whitelist feature (Plus many other improvement from v1.3.X: see Changelog for details).\n\n= 1.3.02.15 =\nImproved security on the Quarantine directory to fix the 500 error on some servers (Plus many other improvement from v1.2.X: see Changelog for details).\n\n= 1.2.03.23 =\nFirst versions available for WordPress (code removed, no longer compatible).\n\";}}','no'),(510134,'_transient_timeout_wpseo_total_unindexed_post_type_archives','1632369627','no'),(510135,'_transient_wpseo_total_unindexed_post_type_archives','1','no'),(510136,'_transient_timeout_wpseo_unindexed_post_link_count','1632369627','no'),(510137,'_transient_wpseo_unindexed_post_link_count','0','no'),(510138,'_transient_timeout_wpseo_unindexed_term_link_count','1632369627','no'),(510139,'_transient_wpseo_unindexed_term_link_count','55','no'),(510224,'_site_transient_timeout_itsec_ipcheck_71.120.26.35','1632315709','no'),(510225,'_site_transient_itsec_ipcheck_71.120.26.35','a:3:{s:5:\"block\";b:0;s:9:\"cache_ttl\";i:1632315704;s:10:\"report_ttl\";i:0;}','no'),(510227,'_site_transient_timeout_browser_c13b7200c84cded4537ab2a9bd2a7ad6','1632916913','no'),(510228,'_site_transient_browser_c13b7200c84cded4537ab2a9bd2a7ad6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"93.0.4577.82\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(510229,'_site_transient_timeout_tml_extensions_feed-cae96a2d942fdf2699534023b6a11d31','1632355313','no'),(510230,'_site_transient_tml_extensions_feed-cae96a2d942fdf2699534023b6a11d31','a:12:{i:0;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:743960;s:4:\"slug\";s:9:\"mailchimp\";s:5:\"title\";s:9:\"Mailchimp\";s:11:\"create_date\";s:19:\"2019-09-13 17:14:17\";s:13:\"modified_date\";s:19:\"2021-02-08 19:57:28\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:46:\"https://thememylogin.com/extensions/mailchimp/\";s:7:\"content\";s:288:\"Allows your users to subscribe to your Mailchimp mailing lists upon registration.\r\n<ul>\r\n <li>Subscribe your users to one or more lists upon registration</li>\r\n <li>Automatic list subscription, or utilize an opt-in checkbox</li>\r\n <li>Optionally require first and last name</li>\r\n</ul>\";s:7:\"excerpt\";s:81:\"Allows your users to subscribe to your Mailchimp mailing lists upon registration.\";s:9:\"thumbnail\";s:62:\"https://cdn.thememylogin.com/uploads/edd/2019/09/mailchimp.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:1;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:728516;s:4:\"slug\";s:9:\"favorites\";s:5:\"title\";s:9:\"Favorites\";s:11:\"create_date\";s:19:\"2019-03-16 19:19:27\";s:13:\"modified_date\";s:19:\"2020-11-12 00:52:30\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:46:\"https://thememylogin.com/extensions/favorites/\";s:7:\"content\";s:482:\"Allow your users to curate their favorite posts by adding a \"favorite\" button to your posts.\r\n<ul>\r\n <li>Choose between the default heart icon, or change it to a star or thumbs-up to create a \"like\" system</li>\r\n <li>Use the [tml-favorites-link] shortcode to manually add the link to a post</li>\r\n <li>Use the [tml-favorites-list] shortcode to add the users favorite list to any page</li>\r\n <li>Utilize the widget to add the users favorite list anywhere on your site</li>\r\n</ul>\";s:7:\"excerpt\";s:79:\"Allow your users to favorite posts by adding a \"favorite\" button to your posts.\";s:9:\"thumbnail\";s:62:\"https://cdn.thememylogin.com/uploads/edd/2019/03/favorites.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:2;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:726906;s:4:\"slug\";s:7:\"avatars\";s:5:\"title\";s:7:\"Avatars\";s:11:\"create_date\";s:19:\"2019-02-24 22:04:02\";s:13:\"modified_date\";s:19:\"2020-11-12 00:52:02\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:44:\"https://thememylogin.com/extensions/avatars/\";s:7:\"content\";s:260:\"Allow your users to upload their own avatars to your site.\r\n<h5>Features</h5>\r\n<ul>\r\n <li>Users can upload their own avatars</li>\r\n <li>Administrators and upload and remove user avatars</li>\r\n <li>Disable WP\'s default use of the Gravatar service</li>\r\n</ul>\";s:7:\"excerpt\";s:58:\"Allow your users to upload their own avatars to your site.\";s:9:\"thumbnail\";s:60:\"https://cdn.thememylogin.com/uploads/edd/2019/02/avatars.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.3\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:3;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:1027;s:4:\"slug\";s:6:\"social\";s:5:\"title\";s:6:\"Social\";s:11:\"create_date\";s:19:\"2018-09-27 01:27:24\";s:13:\"modified_date\";s:19:\"2020-11-12 00:51:34\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:43:\"https://thememylogin.com/extensions/social/\";s:7:\"content\";s:300:\"Allow your users to log in to your site with their favorite social providers.\r\n<h5>Features</h5>\r\n<ul>\r\n <li>Allow users to log in with Facebook</li>\r\n <li>Allow users to log in with Twitter</li>\r\n <li>Allow users to log in with Google</li>\r\n <li>Names are also populated, if provided</li>\r\n</ul>\";s:7:\"excerpt\";s:77:\"Allow your users to log in to your site with their favorite social providers.\";s:9:\"thumbnail\";s:59:\"https://cdn.thememylogin.com/uploads/edd/2018/06/social.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"15.00\";s:8:\"2-5sites\";s:5:\"30.00\";s:14:\"unlimitedsites\";s:5:\"45.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:3:\"1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:4;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:82070;s:4:\"slug\";s:3:\"2fa\";s:5:\"title\";s:3:\"2FA\";s:11:\"create_date\";s:19:\"2018-07-20 11:00:05\";s:13:\"modified_date\";s:19:\"2020-12-10 17:24:11\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:40:\"https://thememylogin.com/extensions/2fa/\";s:7:\"content\";s:394:\"Give your users peace of mind by allowing them to enable 2-factor authentication (2FA) on their account.\r\n<h5>Features</h5>\r\n<ul>\r\n <li>Users can opt-in to two-factor authentication</li>\r\n <li>Once enabled, users will need to enter a code from an app on their mobile device to log in</li>\r\n <li>Supports multiple authenticator apps, including Google Authenticator, Authy and more</li>\r\n</ul>\";s:7:\"excerpt\";s:65:\"Allow users to enable two-factor authentication on their account.\";s:9:\"thumbnail\";s:56:\"https://cdn.thememylogin.com/uploads/edd/2018/07/2fa.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.4\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:5;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:103;s:4:\"slug\";s:12:\"restrictions\";s:5:\"title\";s:12:\"Restrictions\";s:11:\"create_date\";s:19:\"2018-06-01 15:07:21\";s:13:\"modified_date\";s:19:\"2020-11-12 00:50:24\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:49:\"https://thememylogin.com/extensions/restrictions/\";s:7:\"content\";s:915:\"With the Restrictions extension, you can restrict your entire site, or pieces of it in a highly configurable way.\r\n<h5>Features</h5>\r\n<ul>\r\n <li>Restrict entire site from unauthenticated users</li>\r\n <li>Require users to be logged in to view specific posts or pages</li>\r\n <li>Require specific roles to view specific posts or pages</li>\r\n <li>Configure nav menu items to display only if a user is logged or not logged in</li>\r\n <li>Configure nav menu items to display only for specified user roles</li>\r\n <li>Configure widgets to display only if a user is logged or not logged in</li>\r\n <li>Configure widgets to display only for specified user roles</li>\r\n <li>Use the `[tml-require-role]` shortcode to restrict content within a post or page to a specific role</li>\r\n <li>Use the `[tml-require-user]` shortcode to restrict content within a post or page to a specific user or all logged in users</li>\r\n</ul>\";s:7:\"excerpt\";s:78:\"Restrict posts, pages, pieces of content and menu items by user role and more.\";s:9:\"thumbnail\";s:65:\"https://cdn.thememylogin.com/uploads/edd/2018/06/restrictions.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:3:\"1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:6;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:83;s:4:\"slug\";s:13:\"legacy-bundle\";s:5:\"title\";s:13:\"Legacy Bundle\";s:11:\"create_date\";s:19:\"2018-06-01 10:10:23\";s:13:\"modified_date\";s:19:\"2019-06-11 20:03:24\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:50:\"https://thememylogin.com/extensions/legacy-bundle/\";s:7:\"content\";s:634:\"Get all 6 \"legacy\" extensions for a <strong>30% discount</strong>. This bundle includes the following extensions:\r\n<ul>\r\n <li><a href=\"https://thememylogin.com/extensions/moderation/\">Moderation</a></li>\r\n <li><a href=\"https://thememylogin.com/extensions/notifications/\">Notifications</a></li>\r\n <li><a href=\"https://thememylogin.com/extensions/profiles/\">Profiles</a></li>\r\n <li><a href=\"https://thememylogin.com/extensions/recaptcha/\">reCAPTCHA</a></li>\r\n <li><a href=\"https://thememylogin.com/extensions/redirection/\">Redirection</a></li>\r\n <li><a href=\"https://thememylogin.com/extensions/security/\">Security</a></li>\r\n</ul>\";s:7:\"excerpt\";s:51:\"Get all six \"legacy\" extensions for a 30% discount.\";s:9:\"thumbnail\";s:66:\"https://cdn.thememylogin.com/uploads/edd/2018/06/legacy-bundle.png\";s:8:\"category\";b:0;s:4:\"tags\";b:0;}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"49.00\";s:8:\"2-5sites\";s:5:\"70.00\";s:14:\"unlimitedsites\";s:6:\"175.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:0:\"\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:7;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:38;s:4:\"slug\";s:10:\"moderation\";s:5:\"title\";s:10:\"Moderation\";s:11:\"create_date\";s:19:\"2018-05-28 04:15:16\";s:13:\"modified_date\";s:19:\"2021-04-12 17:07:14\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:47:\"https://thememylogin.com/extensions/moderation/\";s:7:\"content\";s:769:\"Cut down unwanted spam registrations by requiring your users to activate their account by clicking a link sent to their email address. Take it a step further and require admin approval before allowing users access to your site. Double the protection by requiring both.\r\n<h5>Features</h5>\r\n<ul>\r\n <li>Require new users to confirm their email address in order to activate their account</li>\r\n <li>Administrators can resend activation emails to remind users to activate their account</li>\r\n <li>Users can request to resend their activation email if they attempt to login while pending activation</li>\r\n <li>Require new users to be approved by an administrator</li>\r\n <li>Require new users to confirm their email address and be approved by an administrator</li>\r\n</ul>\";s:7:\"excerpt\";s:69:\"Require users to confirm their email address or be manually approved.\";s:9:\"thumbnail\";s:63:\"https://cdn.thememylogin.com/uploads/edd/2018/05/moderation.png\";s:8:\"category\";b:0;s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:6:\"legacy\";s:4:\"slug\";s:6:\"legacy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:12:\"download_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";}}}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:8;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:55;s:4:\"slug\";s:8:\"security\";s:5:\"title\";s:8:\"Security\";s:11:\"create_date\";s:19:\"2018-05-28 01:31:46\";s:13:\"modified_date\";s:19:\"2021-04-12 12:43:12\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:45:\"https://thememylogin.com/extensions/security/\";s:7:\"content\";s:518:\"Help secure your website by throttling and blocking IP addresses after a predetermined amount of failed login attempts.\r\n<h5>Features</h5>\r\n<ul>\r\n <li>Set the number of failed attempts required for lockout</li>\r\n <li>Set the period of time the failed attempts must span to be locked out</li>\r\n <li>Set the duration of the lockout</li>\r\n <li>Automatically lockout invalid usernames</li>\r\n <li>Manually lock and unlock specific users</li>\r\n <li>Disable wp-login.php</li>\r\n <li>Enforce strong passwords</li>\r\n</ul>\";s:7:\"excerpt\";s:53:\"Help secure your website with brute force protection.\";s:9:\"thumbnail\";s:61:\"https://cdn.thememylogin.com/uploads/edd/2018/05/security.png\";s:8:\"category\";b:0;s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:6:\"legacy\";s:4:\"slug\";s:6:\"legacy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:12:\"download_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";}}}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.1.4\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:9;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:52;s:4:\"slug\";s:11:\"redirection\";s:5:\"title\";s:11:\"Redirection\";s:11:\"create_date\";s:19:\"2018-05-28 01:29:28\";s:13:\"modified_date\";s:19:\"2020-11-12 00:48:33\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:48:\"https://thememylogin.com/extensions/redirection/\";s:7:\"content\";s:487:\"Don\'t want your users being redirected to the Dashboard upon login? Want to redirect them back where they came from instead? Want to send Subscribers to one place and Authors to another? You need the Redirection extension.\r\n<h5>Features</h5>\r\n<ul>\r\n <li>Specify where users are redirected upon login</li>\r\n <li>Specify where users are redirected upon logout</li>\r\n <li>Specify where users are redirected upon registration</li>\r\n <li>Manage redirection rules per user role</li>\r\n</ul>\";s:7:\"excerpt\";s:57:\"Redirect users upon login and logout based on their role.\";s:9:\"thumbnail\";s:64:\"https://cdn.thememylogin.com/uploads/edd/2018/05/redirection.png\";s:8:\"category\";b:0;s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:6:\"legacy\";s:4:\"slug\";s:6:\"legacy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:12:\"download_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";}}}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:3:\"1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:10;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:49;s:4:\"slug\";s:9:\"recaptcha\";s:5:\"title\";s:9:\"reCAPTCHA\";s:11:\"create_date\";s:19:\"2018-05-28 01:27:10\";s:13:\"modified_date\";s:19:\"2020-11-12 00:47:48\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:46:\"https://thememylogin.com/extensions/recaptcha/\";s:7:\"content\";s:464:\"Keep spam bots at bay by utilizing Google reCAPTCHA on your registration and login forms.\r\n<h5>Features</h5>\r\n<ul>\r\n <li>Require reCAPTCHA on your registration form</li>\r\n <li>Require reCAPTCHA on your login form</li>\r\n <li>Require reCAPTCHA on your lost password form</li>\r\n <li>Require reCAPTCHA on your comment form</li>\r\n <li>Choose your reCAPTCHA theme</li>\r\n <li>reCAPTCHA will be localized if the translation exists for the selected locale</li>\r\n</ul>\";s:7:\"excerpt\";s:69:\"Enable Google reCAPTCHA support on your registration and login forms.\";s:9:\"thumbnail\";s:62:\"https://cdn.thememylogin.com/uploads/edd/2018/05/recaptcha.png\";s:8:\"category\";b:0;s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:6:\"legacy\";s:4:\"slug\";s:6:\"legacy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:12:\"download_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";}}}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"10.00\";s:8:\"2-5sites\";s:5:\"25.00\";s:14:\"unlimitedsites\";s:5:\"40.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:3:\"1.1\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}i:11;O:8:\"stdClass\":3:{s:4:\"info\";O:8:\"stdClass\":12:{s:2:\"id\";i:46;s:4:\"slug\";s:8:\"profiles\";s:5:\"title\";s:8:\"Profiles\";s:11:\"create_date\";s:19:\"2018-05-28 01:24:30\";s:13:\"modified_date\";s:19:\"2020-11-12 00:47:18\";s:6:\"status\";s:7:\"publish\";s:4:\"link\";s:45:\"https://thememylogin.com/extensions/profiles/\";s:7:\"content\";s:495:\"If you\'re already utilizing Theme My Login to keep your login experience within your theme, you should be using the Profiles extension to keep your user\'s profile within it as well. If Theme My Login is the peanut butter, the Profiles extension is the jelly - they just go together.\r\n<h5>Features</h5>\r\n<ul>\r\n <li>Set which roles get front-end profiles</li>\r\n <li>Restrict specific roles from the admin area</li>\r\n <li>Designed to work with any theme</li>\r\n <li>Easily extensible</li>\r\n</ul>\";s:7:\"excerpt\";s:69:\"Allow your users to edit their profile on the front-end of your site.\";s:9:\"thumbnail\";s:61:\"https://cdn.thememylogin.com/uploads/edd/2018/05/profiles.png\";s:8:\"category\";b:0;s:4:\"tags\";a:1:{i:0;O:8:\"stdClass\":10:{s:7:\"term_id\";i:7;s:4:\"name\";s:6:\"legacy\";s:4:\"slug\";s:6:\"legacy\";s:10:\"term_group\";i:0;s:16:\"term_taxonomy_id\";i:7;s:8:\"taxonomy\";s:12:\"download_tag\";s:11:\"description\";s:0:\"\";s:6:\"parent\";i:0;s:5:\"count\";i:6;s:6:\"filter\";s:3:\"raw\";}}}s:7:\"pricing\";O:8:\"stdClass\":3:{s:10:\"singlesite\";s:5:\"15.00\";s:8:\"2-5sites\";s:5:\"30.00\";s:14:\"unlimitedsites\";s:5:\"45.00\";}s:9:\"licensing\";O:8:\"stdClass\":4:{s:7:\"enabled\";b:1;s:7:\"version\";s:5:\"1.0.7\";s:8:\"exp_unit\";s:5:\"years\";s:10:\"exp_length\";s:1:\"1\";}}}','no'),(510147,'_transient_timeout_gform_update_info','1632371400','no'),(510148,'_transient_gform_update_info','a:5:{s:12:\"is_valid_key\";s:1:\"0\";s:15:\"expiration_time\";i:0;s:7:\"version\";s:5:\"1.7.9\";s:3:\"url\";s:0:\"\";s:9:\"offerings\";a:0:{}}','no'),(507667,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.1\";s:7:\"version\";s:5:\"5.8.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.1\";s:7:\"version\";s:5:\"5.8.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.7.3\";s:7:\"version\";s:5:\"5.7.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1632328152;s:15:\"version_checked\";s:5:\"5.6.5\";s:12:\"translations\";a:0:{}}','no'),(468214,'_site_transient_shield_mod_config_7e66eb2af2ac924a130c43f2966d5e86','a:10:{s:4:\"slug\";s:3:\"ips\";s:10:\"properties\";a:14:{s:4:\"slug\";s:3:\"ips\";s:4:\"name\";s:22:\"Block Bad IPs/Visitors\";s:12:\"sidebar_name\";s:11:\"IP Blocking\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:3:\"ips\";s:7:\"tagline\";s:68:\"Automatically detect bots and malicious visitors and stop them dead.\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:100;}s:10:\"menu_items\";a:1:{i:0;a:2:{s:5:\"title\";s:10:\"IP Manager\";s:4:\"slug\";s:12:\"ips-redirect\";}}s:16:\"custom_redirects\";a:1:{i:0;a:3:{s:15:\"source_mod_page\";s:12:\"ips-redirect\";s:15:\"target_mod_page\";s:8:\"insights\";s:10:\"query_args\";a:1:{s:4:\"inav\";s:3:\"ips\";}}}s:13:\"admin_notices\";a:1:{s:19:\"visitor-whitelisted\";a:5:{s:2:\"id\";s:19:\"visitor-whitelisted\";s:8:\"schedule\";s:10:\"conditions\";s:16:\"plugin_page_only\";b:1;s:8:\"per_user\";b:1;s:4:\"type\";s:4:\"info\";}}s:12:\"requirements\";a:1:{s:3:\"php\";a:2:{s:9:\"functions\";a:1:{i:0;s:10:\"filter_var\";}s:9:\"constants\";a:5:{i:0;s:18:\"FILTER_VALIDATE_IP\";i:1;s:16:\"FILTER_FLAG_IPV4\";i:2;s:16:\"FILTER_FLAG_IPV6\";i:3;s:25:\"FILTER_FLAG_NO_PRIV_RANGE\";i:4;s:24:\"FILTER_FLAG_NO_RES_RANGE\";}}}s:8:\"sections\";a:8:{i:0;a:6:{s:4:\"slug\";s:23:\"section_auto_black_list\";s:7:\"primary\";b:1;s:5:\"title\";s:23:\"Automatic IP Black List\";s:11:\"title_short\";s:22:\"Auto IP Blocking Rules\";s:9:\"beacon_id\";i:208;s:7:\"summary\";a:2:{i:0;s:136:\"Purpose - The Automatic IP Black List system will block the IP addresses of naughty visitors after a specified number of transgressions.\";i:1;s:68:\"Recommendation - Keep the Automatic IP Black List feature turned on.\";}}i:1;a:3:{s:4:\"slug\";s:15:\"section_antibot\";s:5:\"title\";s:14:\"AntiBot System\";s:11:\"title_short\";s:14:\"AntiBot System\";}i:2;a:5:{s:4:\"slug\";s:14:\"section_logins\";s:5:\"title\";s:18:\"Capture Login Bots\";s:11:\"title_short\";s:10:\"Login Bots\";s:9:\"beacon_id\";i:122;s:7:\"summary\";a:1:{i:0;s:88:\"Recommendation - Enable to capture bots/spiders that don\'t honour \'nofollow\' directives.\";}}i:3;a:5:{s:4:\"slug\";s:14:\"section_probes\";s:5:\"title\";s:20:\"Capture Probing Bots\";s:11:\"title_short\";s:12:\"Probing Bots\";s:9:\"beacon_id\";i:123;s:7:\"summary\";a:1:{i:0;s:88:\"Recommendation - Enable to capture bots/spiders that don\'t honour \'nofollow\' directives.\";}}i:4;a:5:{s:4:\"slug\";s:18:\"section_behaviours\";s:5:\"title\";s:30:\"Identify Common Bot Behaviours\";s:11:\"title_short\";s:14:\"Bot Behaviours\";s:9:\"beacon_id\";i:124;s:7:\"summary\";a:1:{i:0;s:88:\"Recommendation - Enable to capture bots/spiders that don\'t honour \'nofollow\' directives.\";}}i:5;a:5:{s:4:\"slug\";s:21:\"section_user_messages\";s:5:\"title\";s:32:\"Customize Messages Shown To User\";s:11:\"title_short\";s:16:\"Visitor Messages\";s:9:\"beacon_id\";i:139;s:7:\"summary\";a:3:{i:0;s:51:\"Purpose - Customize the messages shown to visitors.\";i:1;s:70:\"Recommendation - Be sure to change the messages to suit your audience.\";i:2;s:75:\"Hint - To reset any message to its default, enter the text exactly: default\";}}i:6;a:4:{s:4:\"slug\";s:33:\"section_enable_plugin_feature_ips\";s:5:\"title\";s:25:\"Enable Module: IP Manager\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:95:\"Purpose - The IP Manager allows you to whitelist, blacklist and configure auto-blacklist rules.\";i:1;s:123:\"Recommendation - Keep the IP Manager feature turned on. You should also carefully review the automatic black list settings.\";}}i:7;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:19:{i:0;a:11:{s:3:\"key\";s:10:\"enable_ips\";s:7:\"section\";s:33:\"section_enable_plugin_feature_ips\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/ea\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf26\";s:9:\"beacon_id\";i:208;s:4:\"name\";s:17:\"Enable IP Manager\";s:7:\"summary\";s:41:\"Enable (or Disable) The IP Manager module\";s:11:\"description\";s:69:\"Un-Checking this option will completely disable the IP Manager module\";}i:1;a:12:{s:3:\"key\";s:15:\"antibot_minimum\";s:7:\"section\";s:15:\"section_antibot\";s:7:\"default\";i:45;s:4:\"type\";s:7:\"integer\";s:3:\"min\";i:0;s:3:\"max\";i:99;s:9:\"link_info\";s:19:\"https://shsec.io/jy\";s:9:\"link_blog\";s:19:\"https://shsec.io/jz\";s:9:\"beacon_id\";i:424;s:4:\"name\";s:17:\"AntiBot Threshold\";s:7:\"summary\";s:38:\"AntiBot Testing Threshold (Percentage)\";s:11:\"description\";s:94:\"When using Shield\'s AntiBot system, this is the threshold used for testing (between 1 and 99).\";}i:2;a:11:{s:3:\"key\";s:31:\"antibot_high_reputation_minimum\";s:7:\"section\";s:15:\"section_antibot\";s:7:\"default\";i:200;s:4:\"type\";s:7:\"integer\";s:3:\"min\";i:0;s:9:\"link_info\";s:19:\"https://shsec.io/jy\";s:9:\"link_blog\";s:19:\"https://shsec.io/jz\";s:9:\"beacon_id\";i:431;s:4:\"name\";s:22:\"High Reputation Bypass\";s:7:\"summary\";s:67:\"Prevent IPs/Visitors With High Reputation Scores From Being Blocked\";s:11:\"description\";s:73:\"Ensures that visitors with a high reputation are never blocked by Shield.\";}i:3;a:10:{s:3:\"key\";s:19:\"transgression_limit\";s:7:\"section\";s:23:\"section_auto_black_list\";s:7:\"default\";i:10;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:23:\"https://shsec.io/wpsf24\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf26\";s:9:\"beacon_id\";i:207;s:4:\"name\";s:13:\"Offense Limit\";s:7:\"summary\";s:72:\"Visitor IP address will be Black Listed after X bad actions on your site\";s:11:\"description\";s:280:\"A black mark is set against an IP address each time a visitor trips the defenses of the Shield plugin. When the number of these offenses exceeds specified limit, they are automatically blocked from accessing the site. Set this to 0 to turn off the Automatic IP Black List feature.\";}i:4;a:12:{s:3:\"key\";s:11:\"auto_expire\";s:7:\"section\";s:23:\"section_auto_black_list\";s:8:\"advanced\";b:1;s:7:\"default\";s:3:\"day\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:6:\"minute\";s:4:\"text\";s:6:\"Minute\";}i:1;a:2:{s:9:\"value_key\";s:4:\"hour\";s:4:\"text\";s:4:\"Hour\";}i:2;a:2:{s:9:\"value_key\";s:3:\"day\";s:4:\"text\";s:3:\"Day\";}i:3;a:2:{s:9:\"value_key\";s:4:\"week\";s:4:\"text\";s:4:\"Week\";}i:4;a:2:{s:9:\"value_key\";s:5:\"month\";s:4:\"text\";s:5:\"Month\";}}s:9:\"link_info\";s:23:\"https://shsec.io/wpsf25\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf26\";s:9:\"beacon_id\";i:210;s:4:\"name\";s:21:\"Auto Block Expiration\";s:7:\"summary\";s:65:\"After 1 \'X\' a black listed IP will be removed from the black list\";s:11:\"description\";s:249:\"Permanent and lengthy IP Black Lists are harmful to performance. You should allow IP addresses on the black list to be eventually removed over time. Shorter IP black lists are more efficient and a more intelligent use of an IP-based blocking system.\";}i:5;a:13:{s:3:\"key\";s:17:\"user_auto_recover\";s:7:\"section\";s:23:\"section_auto_black_list\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:15:\"multiple_select\";s:13:\"value_options\";a:2:{i:0;a:2:{s:9:\"value_key\";s:4:\"gasp\";s:4:\"text\";s:26:\"With Shield Bot Protection\";}i:1;a:2:{s:9:\"value_key\";s:5:\"email\";s:4:\"text\";s:44:\"Magic Email Links To Unblock Logged-In Users\";}}s:9:\"link_info\";s:19:\"https://shsec.io/f8\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:125;s:4:\"name\";s:17:\"User Auto Unblock\";s:7:\"summary\";s:34:\"Allow Visitors To Unblock Their IP\";s:11:\"description\";s:73:\"Allow visitors blocked by the plugin to automatically unblock themselves.\";}i:6;a:12:{s:3:\"key\";s:17:\"request_whitelist\";s:7:\"section\";s:23:\"section_auto_black_list\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/gd\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:126;s:4:\"name\";s:22:\"Request Path Whitelist\";s:7:\"summary\";s:22:\"Request Path Whitelist\";s:11:\"description\";s:23:\"Request Path Whitelist.\";}i:7;a:12:{s:3:\"key\";s:16:\"text_loginfailed\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/e8\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:139;s:4:\"name\";s:12:\"Login Failed\";s:7:\"summary\";s:62:\"Visitor Triggers The IP Offenses System Through A Failed Login\";s:11:\"description\";s:63:\"This message is displayed if the visitor fails a login attempt.\";}i:8;a:12:{s:3:\"key\";s:9:\"track_404\";s:7:\"section\";s:14:\"section_probes\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fo\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:9:\"beacon_id\";i:123;s:4:\"name\";s:10:\"404 Detect\";s:7:\"summary\";s:33:\"Identify A Bot When It Hits A 404\";s:11:\"description\";s:53:\"Detect When A Visitor Browses To A Non-Existent Page.\";}i:9;a:12:{s:3:\"key\";s:16:\"track_linkcheese\";s:7:\"section\";s:14:\"section_probes\";s:7:\"premium\";b:1;s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fo\";s:9:\"link_blog\";s:19:\"https://shsec.io/f6\";s:9:\"beacon_id\";i:123;s:4:\"name\";s:11:\"Link Cheese\";s:7:\"summary\";s:38:\"Tempt A Bot With A Fake Link To Follow\";s:11:\"description\";s:45:\"Detect A Bot That Follows A \'no-follow\' Link.\";}i:10;a:12:{s:3:\"key\";s:12:\"track_xmlrpc\";s:7:\"section\";s:14:\"section_probes\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fo\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:9:\"beacon_id\";i:123;s:4:\"name\";s:14:\"XML-RPC Access\";s:7:\"summary\";s:39:\"Identify A Bot When It Accesses XML-RPC\";s:11:\"description\";s:53:\"If you don\'t use XML-RPC, why would anyone access it?\";}i:11;a:12:{s:3:\"key\";s:19:\"track_invalidscript\";s:7:\"section\";s:14:\"section_probes\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fo\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:9:\"beacon_id\";i:123;s:4:\"name\";s:19:\"Invalid Script Load\";s:7:\"summary\";s:63:\"Identify A Bot Attempts To Load WordPress In A Non-Standard Way\";s:11:\"description\";s:60:\"WordPress should only be loaded in a limited number of ways.\";}i:12;a:11:{s:3:\"key\";s:17:\"track_loginfailed\";s:7:\"section\";s:14:\"section_logins\";s:7:\"default\";s:20:\"transgression-single\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fn\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:9:\"beacon_id\";i:122;s:4:\"name\";s:12:\"Failed Login\";s:7:\"summary\";s:47:\"Detect Failed Login Attempts By Valid Usernames\";s:11:\"description\";s:61:\"Penalise a visitor who fails to login using a valid username.\";}i:13;a:12:{s:3:\"key\";s:18:\"track_logininvalid\";s:7:\"section\";s:14:\"section_logins\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fn\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:9:\"beacon_id\";i:122;s:4:\"name\";s:17:\"Invalid Usernames\";s:7:\"summary\";s:30:\"Detect Invalid Username Logins\";s:11:\"description\";s:67:\"Identify A Bot When It Tries To Login With A Non-Existent Username.\";}i:14;a:12:{s:3:\"key\";s:20:\"track_fakewebcrawler\";s:7:\"section\";s:18:\"section_behaviours\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/f5\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:9:\"beacon_id\";i:206;s:4:\"name\";s:16:\"Fake Web Crawler\";s:7:\"summary\";s:34:\"Detect Fake Search Engine Crawlers\";s:11:\"description\";s:89:\"Identify a Bot when it presents as an official web crawler, but analysis shows it\'s fake.\";}i:15;a:12:{s:3:\"key\";s:15:\"track_useragent\";s:7:\"section\";s:18:\"section_behaviours\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fi\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:9:\"beacon_id\";i:124;s:4:\"name\";s:17:\"Empty User Agents\";s:7:\"summary\";s:38:\"Detect Requests With Empty User Agents\";s:11:\"description\";s:62:\"Identify a request as a bot if the user agent is not provided.\";}i:16;a:12:{s:3:\"key\";s:19:\"text_remainingtrans\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/e9\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:139;s:4:\"name\";s:18:\"Remaining Offenses\";s:7:\"summary\";s:64:\"Visitor Triggers The IP Offenses System Through A Firewall Block\";s:11:\"description\";s:132:\"This message is displayed if the visitor triggered the IP Offenses system and reports how many offenses remain before being blocked.\";}i:17;a:5:{s:3:\"key\";s:15:\"autounblock_ips\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}i:18;a:5:{s:3:\"key\";s:20:\"autounblock_emailids\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:6:{s:18:\"allowable_ext_404s\";a:10:{i:0;s:2:\"js\";i:1;s:3:\"css\";i:2;s:3:\"gif\";i:3;s:3:\"jpg\";i:4;s:4:\"jpeg\";i:5;s:3:\"png\";i:6;s:3:\"map\";i:7;s:3:\"ttf\";i:8;s:4:\"woff\";i:9;s:5:\"woff2\";}s:10:\"db_classes\";a:2:{s:10:\"botsignals\";s:69:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\BotSignals\\Handler\";s:8:\"ip_lists\";s:62:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\IPs\\Handler\";}s:19:\"ip_lists_table_name\";s:8:\"ip_lists\";s:17:\"db_table_ip_lists\";a:3:{s:4:\"slug\";s:8:\"ip_lists\";s:11:\"cols_custom\";a:6:{s:2:\"ip\";s:76:\"varchar(60) NOT NULL DEFAULT \'\' COMMENT \'Human readable IP address or range\'\";s:5:\"label\";s:54:\"varchar(255) NOT NULL DEFAULT \'\' COMMENT \'Description\'\";s:4:\"list\";s:56:\"varchar(4) NOT NULL DEFAULT \'\' COMMENT \'Block or Bypass\'\";s:3:\"ip6\";s:56:\"tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Is IPv6\'\";s:8:\"is_range\";s:57:\"tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Is Range\'\";s:14:\"transgressions\";s:60:\"int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Total Offenses\'\";}s:15:\"cols_timestamps\";a:2:{s:14:\"last_access_at\";s:17:\"Last Access By IP\";s:10:\"blocked_at\";s:10:\"IP Blocked\";}}s:19:\"db_table_botsignals\";a:6:{s:10:\"autoexpire\";i:3;s:4:\"slug\";s:10:\"botsignals\";s:14:\"col_older_than\";s:10:\"updated_at\";s:14:\"has_updated_at\";b:1;s:11:\"cols_custom\";a:1:{s:2:\"ip\";s:47:\"varbinary(16) DEFAULT NULL COMMENT \'IP Address\'\";}s:15:\"cols_timestamps\";a:25:{s:9:\"notbot_at\";s:6:\"NotBot\";s:12:\"frontpage_at\";s:24:\"Any Frontend Page Loaded\";s:12:\"loginpage_at\";s:17:\"Login Page Loaded\";s:8:\"bt404_at\";s:12:\"BotTrack 404\";s:9:\"btfake_at\";s:23:\"BotTrack FakeWebCrawler\";s:11:\"btcheese_at\";s:19:\"BotTrack LinkCheese\";s:14:\"btloginfail_at\";s:20:\"BotTrack LoginFailed\";s:7:\"btua_at\";s:23:\"BotTrack Useragent Fail\";s:8:\"btxml_at\";s:22:\"BotTrack XMLRPC Access\";s:17:\"btlogininvalid_at\";s:21:\"BotTrack LoginInvalid\";s:18:\"btinvalidscript_at\";s:22:\"BotTrack InvalidScript\";s:11:\"cooldown_at\";s:18:\"Triggered Cooldown\";s:12:\"humanspam_at\";s:28:\"Comment Marked As Human SPAM\";s:11:\"markspam_at\";s:20:\"Mark Comment As SPAM\";s:13:\"unmarkspam_at\";s:22:\"Unmark Comment As SPAM\";s:14:\"captchapass_at\";s:14:\"Captcha Passed\";s:14:\"captchafail_at\";s:14:\"Captcha Failed\";s:7:\"auth_at\";s:16:\"Successful Login\";s:11:\"firewall_at\";s:18:\"Triggered Firewall\";s:12:\"ratelimit_at\";s:19:\"Rate Limit Exceeded\";s:10:\"offense_at\";s:12:\"Last Offense\";s:10:\"blocked_at\";s:10:\"Last Block\";s:12:\"unblocked_at\";s:9:\"Unblocked\";s:9:\"bypass_at\";s:6:\"Bypass\";s:9:\"snsent_at\";s:17:\"Sent To ShieldNET\";}}s:6:\"events\";a:21:{s:14:\"custom_offense\";a:2:{s:3:\"cat\";i:3;s:7:\"offense\";b:1;}s:9:\"conn_kill\";a:1:{s:3:\"cat\";i:3;}s:10:\"ip_offense\";a:1:{s:3:\"cat\";i:2;}s:10:\"ip_blocked\";a:1:{s:3:\"cat\";i:2;}s:10:\"ip_unblock\";a:3:{s:7:\"offense\";b:0;s:5:\"audit\";b:0;s:4:\"stat\";b:0;}s:13:\"ip_block_auto\";a:3:{s:7:\"offense\";b:0;s:4:\"stat\";b:0;s:3:\"cat\";i:1;}s:15:\"ip_block_manual\";a:3:{s:7:\"offense\";b:0;s:4:\"stat\";b:0;s:3:\"cat\";i:1;}s:13:\"ip_bypass_add\";a:3:{s:7:\"offense\";b:0;s:4:\"stat\";b:0;s:3:\"cat\";i:1;}s:16:\"ip_bypass_remove\";a:3:{s:7:\"offense\";b:0;s:4:\"stat\";b:0;s:3:\"cat\";i:1;}s:15:\"ip_unblock_flag\";a:1:{s:3:\"cat\";i:1;}s:15:\"bottrack_notbot\";a:4:{s:3:\"cat\";i:0;s:7:\"offense\";b:0;s:5:\"audit\";b:0;s:4:\"stat\";b:0;}s:12:\"bottrack_404\";a:2:{s:3:\"cat\";i:1;s:7:\"offense\";b:1;}s:23:\"bottrack_fakewebcrawler\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:19:\"bottrack_linkcheese\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:20:\"bottrack_loginfailed\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:21:\"bottrack_logininvalid\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:18:\"bottrack_useragent\";a:2:{s:3:\"cat\";i:1;s:7:\"offense\";b:1;}s:15:\"bottrack_xmlrpc\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:22:\"bottrack_invalidscript\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:16:\"comment_markspam\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:18:\"comment_unmarkspam\";a:3:{s:5:\"audit\";b:0;s:7:\"offense\";b:0;s:4:\"stat\";b:0;}}}s:10:\"meta_modts\";i:1628268100;}','no'),(468212,'_site_transient_shield_mod_config_6b3304b9891738d259290b0c3150bc82','a:6:{s:4:\"slug\";s:8:\"insights\";s:10:\"properties\";a:16:{s:4:\"slug\";s:8:\"insights\";s:4:\"name\";s:9:\"Dashboard\";s:10:\"menu_title\";s:18:\"Security Dashboard\";s:13:\"menu_priority\";s:1:\"5\";s:21:\"show_module_menu_item\";b:1;s:19:\"show_module_options\";b:0;s:12:\"auto_enabled\";b:1;s:11:\"storage_key\";s:8:\"insights\";s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:14:\"skip_processor\";b:1;s:16:\"tracking_exclude\";b:1;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:0;}s:8:\"sections\";a:1:{i:0;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:0:{}s:10:\"meta_modts\";i:1628268100;}','no'),(468213,'_site_transient_shield_mod_config_e0495676067f0167956087cced45d94f','a:8:{s:4:\"slug\";s:24:\"admin_access_restriction\";s:10:\"properties\";a:14:{s:4:\"slug\";s:24:\"admin_access_restriction\";s:4:\"name\";s:14:\"Security Admin\";s:12:\"sidebar_name\";s:14:\"Security Admin\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:24:\"admin_access_restriction\";s:7:\"tagline\";s:58:\"Protect your Security Plugin, not just your WordPress site\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:20;}s:5:\"wpcli\";a:1:{s:4:\"root\";s:8:\"secadmin\";}s:13:\"admin_notices\";a:2:{s:26:\"certain-options-restricted\";a:5:{s:2:\"id\";s:26:\"certain-options-restricted\";s:8:\"schedule\";s:10:\"conditions\";s:12:\"plugin_admin\";s:2:\"no\";s:8:\"per_user\";b:1;s:4:\"type\";s:7:\"warning\";}s:22:\"admin-users-restricted\";a:5:{s:2:\"id\";s:22:\"admin-users-restricted\";s:8:\"schedule\";s:10:\"conditions\";s:12:\"plugin_admin\";s:2:\"no\";s:4:\"type\";s:7:\"warning\";s:8:\"per_user\";b:1;}}s:8:\"sections\";a:5:{i:0;a:6:{s:4:\"slug\";s:31:\"section_security_admin_settings\";s:7:\"primary\";b:1;s:5:\"title\";s:35:\"Security Admin Restriction Settings\";s:11:\"title_short\";s:23:\"Security Admin Settings\";s:9:\"beacon_id\";i:215;s:7:\"summary\";a:2:{i:0;s:52:\"Purpose - Restrict access using a simple Access PIN.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:1;a:5:{s:4:\"slug\";s:38:\"section_admin_access_restriction_areas\";s:5:\"title\";s:32:\"Security Admin Restriction Zones\";s:11:\"title_short\";s:24:\"Access Restriction Zones\";s:9:\"beacon_id\";i:214;s:7:\"summary\";a:2:{i:0;s:120:\"Purpose - Restricts access to key WordPress areas for all users not authenticated with the Security Admin Access system.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:2;a:5:{s:4:\"slug\";s:18:\"section_whitelabel\";s:5:\"title\";s:18:\"Shield White Label\";s:11:\"title_short\";s:11:\"White Label\";s:9:\"beacon_id\";i:131;s:7:\"summary\";a:1:{i:0;s:92:\"Purpose - Rename and re-brand the Shield Security plugin for your client site installations.\";}}i:3;a:5:{s:4:\"slug\";s:54:\"section_enable_plugin_feature_admin_access_restriction\";s:5:\"title\";s:39:\"Enable Module: WordPress Security Admin\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:213;s:7:\"summary\";a:3:{i:0;s:100:\"Purpose - Restricts access to this plugin preventing unauthorized changes to your security settings.\";i:1;s:59:\"Recommendation - Keep the Security Admin feature turned on.\";i:2;s:63:\"You need to also enter a new Access PIN to enable this feature.\";}}i:4;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:21:{i:0;a:10:{s:3:\"key\";s:31:\"enable_admin_access_restriction\";s:7:\"section\";s:54:\"section_enable_plugin_feature_admin_access_restriction\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/40\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf02\";s:4:\"name\";s:21:\"Enable Security Admin\";s:7:\"summary\";s:41:\"Enforce Security Admin Access Restriction\";s:11:\"description\";s:157:\"Enable this with great care and consideration. When this Access PIN option is enabled, you must specify a key below and use it to gain access to this plugin.\";}i:1;a:11:{s:3:\"key\";s:16:\"admin_access_key\";s:7:\"section\";s:31:\"section_security_admin_settings\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:9:\"link_info\";s:19:\"https://shsec.io/42\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:215;s:4:\"name\";s:25:\"Security Admin Access PIN\";s:7:\"summary\";s:40:\"Provide/Update Security Admin Access PIN\";s:11:\"description\";s:92:\"Careful: If you forget this, you could potentially lock yourself out from using this plugin.\";}i:2;a:13:{s:3:\"key\";s:15:\"sec_admin_users\";s:7:\"section\";s:31:\"section_security_admin_settings\";s:8:\"advanced\";b:1;s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/dk\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:132;s:4:\"name\";s:15:\"Security Admins\";s:7:\"summary\";s:26:\"Persistent Security Admins\";s:11:\"description\";s:79:\"All emails, usernames, or user IDs entered here will always be Security Admins.\";}i:3;a:12:{s:3:\"key\";s:20:\"admin_access_timeout\";s:7:\"section\";s:31:\"section_security_admin_settings\";s:8:\"advanced\";b:1;s:7:\"default\";i:30;s:4:\"type\";s:7:\"integer\";s:3:\"min\";i:1;s:9:\"link_info\";s:19:\"https://shsec.io/41\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:387;s:4:\"name\";s:22:\"Security Admin Timeout\";s:7:\"summary\";s:63:\"Specify An Automatic Timeout Interval For Security Admin Access\";s:11:\"description\";s:133:\"This will automatically expire your Security Admin Session. Does not apply until you enter the access PIN again. Default: 60 minutes.\";}i:4;a:11:{s:3:\"key\";s:20:\"allow_email_override\";s:7:\"section\";s:31:\"section_security_admin_settings\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/gf\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:385;s:4:\"name\";s:20:\"Allow Email Override\";s:7:\"summary\";s:49:\"Allow Email Override Of Admin Access Restrictions\";s:11:\"description\";s:96:\"Allow the use of verification emails to override and switch off the Security Admin restrictions.\";}i:5;a:10:{s:3:\"key\";s:29:\"admin_access_restrict_options\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf32\";s:9:\"beacon_id\";i:214;s:4:\"name\";s:7:\"Options\";s:7:\"summary\";s:56:\"Restrict Access To Key WordPress Posts And Pages Actions\";s:11:\"description\";s:140:\"Careful: This will restrict access to page/post creation, editing and deletion. Note: Selecting \'Edit\' will also restrict all other options.\";}i:6;a:11:{s:3:\"key\";s:33:\"admin_access_restrict_admin_users\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:214;s:4:\"name\";s:11:\"Admin Users\";s:7:\"summary\";s:57:\"Restrict Access To Create/Delete/Modify Other Admin Users\";s:11:\"description\";s:127:\"Careful: This will restrict the ability of WordPress administrators from creating, modifying or promoting other administrators.\";}i:7;a:11:{s:3:\"key\";s:29:\"admin_access_restrict_plugins\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:8:\"advanced\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:0:{}s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:16:\"activate_plugins\";s:4:\"text\";s:8:\"Activate\";}i:1;a:2:{s:9:\"value_key\";s:15:\"install_plugins\";s:4:\"text\";s:7:\"Install\";}i:2;a:2:{s:9:\"value_key\";s:14:\"update_plugins\";s:4:\"text\";s:6:\"Update\";}i:3;a:2:{s:9:\"value_key\";s:14:\"delete_plugins\";s:4:\"text\";s:6:\"Delete\";}}s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf21\";s:9:\"beacon_id\";i:214;s:7:\"summary\";s:47:\"Restrict Access To Key WordPress Plugin Actions\";s:11:\"description\";s:156:\"Careful: This will restrict access to plugin installation, update, activation and deletion. Note: Selecting \'Activate\' will also restrict all other options.\";}i:8;a:11:{s:3:\"key\";s:28:\"admin_access_restrict_themes\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:8:\"advanced\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:0:{}s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:13:\"switch_themes\";s:4:\"text\";s:8:\"Activate\";}i:1;a:2:{s:9:\"value_key\";s:18:\"edit_theme_options\";s:4:\"text\";s:18:\"Edit Theme Options\";}i:2;a:2:{s:9:\"value_key\";s:14:\"install_themes\";s:4:\"text\";s:7:\"Install\";}i:3;a:2:{s:9:\"value_key\";s:13:\"update_themes\";s:4:\"text\";s:6:\"Update\";}i:4;a:2:{s:9:\"value_key\";s:13:\"delete_themes\";s:4:\"text\";s:6:\"Delete\";}}s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf21\";s:9:\"beacon_id\";i:214;s:7:\"summary\";s:42:\"Restrict Access To WordPress Theme Actions\";s:11:\"description\";s:90:\"Careful: This will restrict access to theme installation, update, activation and deletion.\";}i:9;a:11:{s:3:\"key\";s:27:\"admin_access_restrict_posts\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:8:\"advanced\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:0:{}s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:4:\"edit\";s:4:\"text\";s:11:\"Create/Edit\";}i:1;a:2:{s:9:\"value_key\";s:7:\"publish\";s:4:\"text\";s:7:\"Publish\";}i:2;a:2:{s:9:\"value_key\";s:6:\"delete\";s:4:\"text\";s:6:\"Delete\";}}s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf21\";s:9:\"beacon_id\";i:214;s:7:\"summary\";s:56:\"Restrict Access To Key WordPress Posts And Pages Actions\";s:11:\"description\";s:79:\"Careful: This will restrict access to page/post creation, editing and deletion.\";}i:10;a:11:{s:3:\"key\";s:17:\"whitelabel_enable\";s:7:\"section\";s:18:\"section_whitelabel\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/dr\";s:9:\"link_blog\";s:19:\"https://shsec.io/ds\";s:9:\"beacon_id\";i:131;s:4:\"name\";s:18:\"Enable White Label\";s:7:\"summary\";s:34:\"Activate Your White Label Settings\";s:11:\"description\";s:61:\"Use this option to turn on/off the whole White Label feature.\";}i:11;a:9:{s:3:\"key\";s:15:\"wl_hide_updates\";s:7:\"section\";s:18:\"section_whitelabel\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Hide Updates\";s:7:\"summary\";s:47:\"Hide Available Updates From Non Security Admins\";s:11:\"description\";s:66:\"Hides the availability of Shield updates from non-security admins.\";}i:12;a:9:{s:3:\"key\";s:20:\"wl_replace_badge_url\";s:7:\"section\";s:18:\"section_whitelabel\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Replace Plugin Badge\";s:7:\"summary\";s:35:\"Replace Plugin Badge URL and Images\";s:11:\"description\";s:84:\"When using the plugin badge, replace the URL and link with your Whitelabel settings.\";}i:13;a:11:{s:3:\"key\";s:17:\"wl_pluginnamemain\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:6:\"Shield\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dt\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:216;s:4:\"name\";s:11:\"Plugin Name\";s:7:\"summary\";s:22:\"The Name Of The Plugin\";s:11:\"description\";s:23:\"The Name Of The Plugin.\";}i:14;a:10:{s:3:\"key\";s:11:\"wl_namemenu\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:15:\"Shield Security\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:10:\"Menu Title\";s:7:\"summary\";s:33:\"The Main Menu Title Of The Plugin\";s:11:\"description\";s:79:\"The Main Menu Title Of The Plugin. If left empty, the Plugin Name will be used.\";}i:15;a:11:{s:3:\"key\";s:14:\"wl_companyname\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:20:\"Example Company Name\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dt\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:216;s:4:\"name\";s:12:\"Company Name\";s:7:\"summary\";s:24:\"The Name Of Your Company\";s:11:\"description\";s:33:\"Provide the name of your company.\";}i:16;a:10:{s:3:\"key\";s:14:\"wl_description\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:74:\"Secure Your Sites With The World\'s Most Powerful WordPress Security Plugin\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Plugin Tag Line\";s:7:\"summary\";s:26:\"The Tag Line Of The Plugin\";s:11:\"description\";s:27:\"The Tag Line Of The Plugin.\";}i:17;a:10:{s:3:\"key\";s:10:\"wl_homeurl\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:19:\"https://shsec.io/7f\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:8:\"Home URL\";s:7:\"summary\";s:20:\"Plugin Home Page URL\";s:11:\"description\";s:84:\"When a user clicks the home link for this plugin, this is where they\'ll be directed.\";}i:18;a:11:{s:3:\"key\";s:14:\"wl_menuiconurl\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:20:\"pluginlogo_16x16.png\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dt\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:216;s:4:\"name\";s:9:\"Menu Icon\";s:7:\"summary\";s:13:\"Menu Icon URL\";s:11:\"description\";s:42:\"The URL of the icon displayed in the menu.\";}i:19;a:11:{s:3:\"key\";s:19:\"wl_dashboardlogourl\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:22:\"pluginlogo_128x128.png\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:216;s:4:\"name\";s:17:\"Plugin Badge Logo\";s:7:\"summary\";s:21:\"Plugin Badge Logo URL\";s:11:\"description\";s:72:\"The URL of the logo displayed in the main dashboard. Should be 128x128px\";}i:20;a:10:{s:3:\"key\";s:19:\"wl_login2fa_logourl\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:29:\"pluginlogo_banner-772x250.png\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dt\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Dashboard and 2FA Logo\";s:7:\"summary\";s:26:\"Dashboard and 2FA Logo URL\";s:11:\"description\";s:72:\"The URL of the logo displayed in the main dashboard. Should be 128x128px\";}}s:11:\"definitions\";a:3:{s:22:\"restricted_pages_users\";a:2:{i:0;s:13:\"user-edit.php\";i:1;s:9:\"users.php\";}s:6:\"events\";a:2:{s:11:\"key_success\";a:1:{s:6:\"recent\";b:1;}s:8:\"key_fail\";a:3:{s:3:\"cat\";i:3;s:6:\"recent\";b:1;s:7:\"offense\";b:1;}}s:19:\"options_to_restrict\";a:4:{s:12:\"wpms_options\";a:3:{i:0;s:11:\"admin_email\";i:1;s:9:\"site_name\";i:2;s:12:\"registration\";}s:10:\"wpms_pages\";a:1:{i:0;s:12:\"settings.php\";}s:10:\"wp_options\";a:10:{i:0;s:8:\"blogname\";i:1;s:15:\"blogdescription\";i:2;s:7:\"siteurl\";i:3;s:4:\"home\";i:4;s:11:\"admin_email\";i:5;s:15:\"new_admin_email\";i:6;s:18:\"users_can_register\";i:7;s:15:\"comments_notify\";i:8;s:18:\"comment_moderation\";i:9;s:11:\"blog_public\";}s:8:\"wp_pages\";a:4:{i:0;s:19:\"options-general.php\";i:1;s:22:\"options-discussion.php\";i:2;s:19:\"options-reading.php\";i:3;s:11:\"options.php\";}}}s:10:\"meta_modts\";i:1628268100;}','no'),(510495,'w3tc_extensions_hooks','{\"actions\":[],\"filters\":[],\"next_check_date\":1632404483}','yes'),(468219,'_site_transient_shield_mod_config_37aa160154af07c34ea6c8958d347db8','a:7:{s:4:\"slug\";s:13:\"login_protect\";s:10:\"properties\";a:14:{s:4:\"slug\";s:13:\"login_protect\";s:4:\"name\";s:11:\"Login Guard\";s:12:\"sidebar_name\";s:16:\"Login Protection\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:12:\"loginprotect\";s:7:\"tagline\";s:83:\"Block brute force attacks and secure user identities with Two-Factor Authentication\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:40;}s:13:\"admin_notices\";a:1:{s:23:\"email-verification-sent\";a:7:{s:2:\"id\";s:23:\"email-verification-sent\";s:8:\"schedule\";s:10:\"conditions\";s:16:\"plugin_page_only\";b:1;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:7:\"warning\";s:12:\"plugin_admin\";s:3:\"yes\";s:11:\"valid_admin\";b:1;}}s:8:\"sections\";a:9:{i:0;a:6:{s:4:\"slug\";s:36:\"section_brute_force_login_protection\";s:7:\"primary\";b:1;s:5:\"title\";s:23:\"Brute Force Login Guard\";s:11:\"title_short\";s:11:\"Brute Force\";s:9:\"beacon_id\";i:325;s:7:\"summary\";a:2:{i:0;s:87:\"Purpose - Blocks brute force hacking attacks against your login and registration pages.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:1;a:5:{s:4:\"slug\";s:17:\"section_2fa_email\";s:5:\"title\";s:31:\"Email Two-Factor Authentication\";s:11:\"title_short\";s:11:\"2FA - Email\";s:9:\"beacon_id\";i:246;s:7:\"summary\";a:3:{i:0;s:102:\"Purpose - Verifies the identity of users who log in to your site using email-based one-time-passwords.\";i:1;s:127:\"Recommendation - Use of this feature is highly recommend. However, if your host blocks email sending you may lock yourself out.\";i:2;s:77:\"Note: You may combine multiple authentication factors for increased security.\";}}i:2;a:5:{s:4:\"slug\";s:14:\"section_2fa_ga\";s:5:\"title\";s:46:\"Google Authenticator Two-Factor Authentication\";s:11:\"title_short\";s:26:\"2FA - Google Authenticator\";s:9:\"beacon_id\";i:244;s:7:\"summary\";a:3:{i:0;s:111:\"Purpose - Verifies the identity of users who log in to your site using Google Authenticator one-time-passwords.\";i:1;s:127:\"Recommendation - Use of this feature is highly recommend. However, if your host blocks email sending you may lock yourself out.\";i:2;s:77:\"Note: You may combine multiple authentication factors for increased security.\";}}i:3;a:5:{s:4:\"slug\";s:31:\"section_hardware_authentication\";s:5:\"title\";s:32:\"Hardware 2-Factor Authentication\";s:11:\"title_short\";s:14:\"2FA - Hardware\";s:9:\"beacon_id\";i:249;s:7:\"summary\";a:2:{i:0;s:98:\"Purpose - Verifies the identity of users who log in to your site using Yubikey one-time-passwords.\";i:1;s:77:\"Note: You may combine multiple authentication factors for increased security.\";}}i:4;a:5:{s:4:\"slug\";s:34:\"section_multifactor_authentication\";s:5:\"title\";s:27:\"Multi-Factor Authentication\";s:11:\"title_short\";s:13:\"2-Factor Auth\";s:9:\"beacon_id\";i:326;s:7:\"summary\";a:3:{i:0;s:103:\"Purpose - Verifies the identity of users who log in to your site - i.e. they are who they say they are.\";i:1;s:127:\"Recommendation - Use of this feature is highly recommend. However, if your host blocks email sending you may lock yourself out.\";i:2;s:77:\"Note: You may combine multiple authentication factors for increased security.\";}}i:5;a:5:{s:4:\"slug\";s:22:\"section_rename_wplogin\";s:5:\"title\";s:18:\"Hide WP Login Page\";s:11:\"title_short\";s:15:\"Hide Login Page\";s:9:\"beacon_id\";i:316;s:7:\"summary\";a:2:{i:0;s:142:\"Purpose - To hide your wp-login.php page from brute force attacks and hacking attempts - if your login page cannot be found, no-one can login.\";i:1;s:145:\"Recommendation - This is not required for complete security and if your site has irregular or inconsistent configuration it may not work for you.\";}}i:6;a:5:{s:4:\"slug\";s:21:\"section_user_messages\";s:5:\"title\";s:13:\"User Messages\";s:11:\"title_short\";s:13:\"User Messages\";s:9:\"beacon_id\";i:139;s:7:\"summary\";a:3:{i:0;s:51:\"Purpose - Customize the messages shown to visitors.\";i:1;s:70:\"Recommendation - Be sure to change the messages to suit your audience.\";i:2;s:75:\"Hint - To reset any message to its default, enter the text exactly: default\";}}i:7;a:5:{s:4:\"slug\";s:46:\"section_enable_plugin_feature_login_protection\";s:5:\"title\";s:26:\"Disable Login Guard Module\";s:11:\"title_short\";s:7:\"Disable\";s:9:\"beacon_id\";i:249;s:7:\"summary\";a:2:{i:0;s:91:\"Purpose - Login Guard blocks all automated and brute force attempts to log in to your site.\";i:1;s:55:\"Recommendation - Keep the Login Guard module turned on.\";}}i:8;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:24:{i:0;a:11:{s:3:\"key\";s:20:\"enable_login_protect\";s:7:\"section\";s:46:\"section_enable_plugin_feature_login_protection\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/51\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf03\";s:9:\"beacon_id\";i:249;s:4:\"name\";s:18:\"Enable Login Guard\";s:7:\"summary\";s:42:\"Enable (or Disable) The Login Guard Module\";s:11:\"description\";s:70:\"Un-Checking this option will completely disable the Login Guard module\";}i:1;a:12:{s:3:\"key\";s:19:\"rename_wplogin_path\";s:7:\"section\";s:22:\"section_rename_wplogin\";s:8:\"advanced\";b:1;s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/5q\";s:9:\"link_blog\";s:19:\"https://shsec.io/5r\";s:9:\"beacon_id\";i:316;s:4:\"name\";s:15:\"Hide Login Page\";s:7:\"summary\";s:31:\"Rename The WordPress Login Page\";s:11:\"description\";s:101:\"Creating a path here will disable your \'wp-login.php\'. Only letters and numbers are permitted: abc123\";}i:2;a:10:{s:3:\"key\";s:29:\"enable_chained_authentication\";s:7:\"section\";s:34:\"section_multifactor_authentication\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/9r\";s:9:\"link_blog\";s:19:\"https://shsec.io/84\";s:9:\"beacon_id\";i:326;s:4:\"name\";s:27:\"Multi-Factor Authentication\";s:7:\"summary\";s:41:\"Require All Active Authentication Factors\";s:11:\"description\";s:123:\"When enabled, all multi-factor authentication methods will be applied to a user login. Disable to only require one to pass.\";}i:3;a:12:{s:3:\"key\";s:8:\"mfa_skip\";s:7:\"section\";s:34:\"section_multifactor_authentication\";s:7:\"premium\";b:1;s:7:\"default\";i:0;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/b1\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:141;s:4:\"name\";s:19:\"Multi-Factor Bypass\";s:7:\"summary\";s:78:\"A User Can Bypass Multi-Factor Authentication (MFA) For The Set Number Of Days\";s:11:\"description\";s:97:\"Enter the number of days a user can bypass future MFA after a successful MFA-login. 0 to disable.\";}i:4;a:11:{s:3:\"key\";s:17:\"allow_backupcodes\";s:7:\"section\";s:34:\"section_multifactor_authentication\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/dx\";s:9:\"link_blog\";s:19:\"https://shsec.io/dy\";s:9:\"beacon_id\";i:143;s:4:\"name\";s:18:\"Allow Backup Codes\";s:7:\"summary\";s:37:\"Allow Users To Generate A Backup Code\";s:11:\"description\";s:95:\"Allow users to generate a backup code that can be used to login if MFA factors are unavailable.\";}i:5;a:10:{s:3:\"key\";s:27:\"enable_google_authenticator\";s:7:\"section\";s:14:\"section_2fa_ga\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:22:\"https://shsec.io/shld7\";s:9:\"link_blog\";s:22:\"https://shsec.io/shld6\";s:9:\"beacon_id\";i:245;s:4:\"name\";s:27:\"Enable Google Authenticator\";s:7:\"summary\";s:39:\"Allow Users To Use Google Authenticator\";s:11:\"description\";s:101:\"When enabled, users will have the option to add Google Authenticator to their WordPress user profile.\";}i:6;a:10:{s:3:\"key\";s:27:\"enable_email_authentication\";s:7:\"section\";s:17:\"section_2fa_email\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3t\";s:9:\"link_blog\";s:19:\"https://shsec.io/9q\";s:9:\"beacon_id\";i:247;s:4:\"name\";s:27:\"Enable Email Authentication\";s:7:\"summary\";s:40:\"Two-Factor Login Authentication By Email\";s:11:\"description\";s:90:\"All users will be required to verify their login by email-based two-factor authentication.\";}i:7;a:12:{s:3:\"key\";s:26:\"two_factor_auth_user_roles\";s:7:\"section\";s:17:\"section_2fa_email\";s:8:\"advanced\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:4:{i:0;s:11:\"contributor\";i:1;s:6:\"author\";i:2;s:6:\"editor\";i:3;s:13:\"administrator\";}s:13:\"value_options\";a:10:{i:0;a:2:{s:9:\"value_key\";s:10:\"subscriber\";s:4:\"text\";s:11:\"Subscribers\";}i:1;a:2:{s:9:\"value_key\";s:11:\"contributor\";s:4:\"text\";s:12:\"Contributors\";}i:2;a:2:{s:9:\"value_key\";s:6:\"author\";s:4:\"text\";s:7:\"Authors\";}i:3;a:2:{s:9:\"value_key\";s:6:\"editor\";s:4:\"text\";s:7:\"Editors\";}i:4;a:2:{s:9:\"value_key\";s:13:\"administrator\";s:4:\"text\";s:14:\"Administrators\";}i:5;a:2:{s:9:\"value_key\";s:8:\"customer\";s:4:\"text\";s:14:\"[Woo] Customer\";}i:6;a:2:{s:9:\"value_key\";s:12:\"shop_manager\";s:4:\"text\";s:22:\"[Woo/EDD] Shop Manager\";}i:7;a:2:{s:9:\"value_key\";s:15:\"shop_accountant\";s:4:\"text\";s:21:\"[EDD] Shop Accountant\";}i:8;a:2:{s:9:\"value_key\";s:11:\"shop_worker\";s:4:\"text\";s:17:\"[EDD] Shop Worker\";}i:9;a:2:{s:9:\"value_key\";s:14:\"edd_subscriber\";s:4:\"text\";s:14:\"[EDD] Customer\";}}s:9:\"link_info\";s:19:\"https://shsec.io/4v\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:243;s:4:\"name\";s:30:\"Enforce - Email Authentication\";s:7:\"summary\";s:46:\"All User Roles Subject To Email Authentication\";s:11:\"description\";s:130:\"Enforces email-based authentication on all users with the selected roles. Note: This setting only applies to email authentication.\";}i:8;a:11:{s:3:\"key\";s:18:\"email_any_user_set\";s:7:\"section\";s:17:\"section_2fa_email\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/gj\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:142;s:4:\"name\";s:14:\"Allow Any User\";s:7:\"summary\";s:60:\"Allow Any User To Turn-On Two-Factor Authentication By Email\";s:11:\"description\";s:61:\"Allow Any User To Turn-On Two-Factor Authentication By Email.\";}i:9;a:10:{s:3:\"key\";s:20:\"enable_antibot_check\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/k0\";s:9:\"link_blog\";s:19:\"https://shsec.io/jo\";s:9:\"beacon_id\";i:426;s:4:\"name\";s:7:\"AntiBot\";s:7:\"summary\";s:41:\"Use Experimental AntiBot Detection Engine\";s:11:\"description\";s:76:\"Use Shield\'s AntiBot Detection Engine In-Place of GASP/CAPTCHA Bot checking.\";}i:10;a:11:{s:3:\"key\";s:24:\"bot_protection_locations\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:1:{i:0;s:5:\"login\";}s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:5:\"login\";s:4:\"text\";s:5:\"Login\";}i:1;a:2:{s:9:\"value_key\";s:8:\"register\";s:4:\"text\";s:8:\"Register\";}i:2;a:2:{s:9:\"value_key\";s:8:\"password\";s:4:\"text\";s:13:\"Lost Password\";}i:3;a:2:{s:9:\"value_key\";s:12:\"checkout_woo\";s:4:\"text\";s:22:\"Checkout (WooCommerce)\";}}s:9:\"link_info\";s:19:\"https://shsec.io/dv\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:314;s:4:\"name\";s:20:\"Protection Locations\";s:7:\"summary\";s:38:\"How Google reCAPTCHA Will Be Displayed\";s:11:\"description\";s:64:\"Choose for which forms bot protection measures will be deployed.\";}i:11;a:11:{s:3:\"key\";s:20:\"login_limit_interval\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:7:\"default\";s:1:\"5\";s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/3q\";s:9:\"link_blog\";s:19:\"https://shsec.io/9o\";s:9:\"beacon_id\";i:242;s:4:\"name\";s:23:\"Login Cooldown Interval\";s:7:\"summary\";s:39:\"Limit login attempts to every X seconds\";s:11:\"description\";s:109:\"WordPress will process only ONE login attempt for every number of seconds specified. Zero (0) turns this off.\";}i:12;a:10:{s:3:\"key\";s:23:\"enable_login_gasp_check\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3r\";s:9:\"link_blog\";s:19:\"https://shsec.io/9n\";s:9:\"beacon_id\";i:313;s:4:\"name\";s:14:\"Bot Protection\";s:7:\"summary\";s:54:\"Protect WP Login From Automated Login Attempts By Bots\";s:11:\"description\";s:138:\"Adds a dynamically (Javascript) generated checkbox to the login form that prevents bots using automated login techniques. Recommended: ON.\";}i:13;a:11:{s:3:\"key\";s:29:\"enable_google_recaptcha_login\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:7:\"default\";s:4:\"text\";s:13:\"Default Style\";}i:2;a:2:{s:9:\"value_key\";s:5:\"light\";s:4:\"text\";s:11:\"Light Theme\";}i:3;a:2:{s:9:\"value_key\";s:4:\"dark\";s:4:\"text\";s:10:\"Dark Theme\";}i:4;a:2:{s:9:\"value_key\";s:9:\"invisible\";s:4:\"text\";s:9:\"Invisible\";}}s:9:\"link_info\";s:19:\"https://shsec.io/9m\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:269;s:4:\"name\";s:7:\"CAPTCHA\";s:7:\"summary\";s:14:\"Enable CAPTCHA\";s:11:\"description\";s:32:\"Use CAPTCHA on the login screen.\";}i:14;a:12:{s:3:\"key\";s:16:\"antibot_form_ids\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:9:\"link_info\";s:19:\"https://shsec.io/hg\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:144;s:4:\"name\";s:13:\"AntiBot Forms\";s:7:\"summary\";s:66:\"Enter The IDs Of The 3rd Party Login Forms For Use With AntiBot JS\";s:11:\"description\";s:32:\"For Use With AnitBot JS (above).\";}i:15;a:10:{s:3:\"key\";s:10:\"enable_u2f\";s:7:\"section\";s:31:\"section_hardware_authentication\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/i9\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:9:\"Allow U2F\";s:7:\"summary\";s:33:\"Allow Registration Of U2F Devices\";s:11:\"description\";s:34:\"Allow Registration Of U2F Devices.\";}i:16;a:10:{s:3:\"key\";s:14:\"enable_yubikey\";s:7:\"section\";s:31:\"section_hardware_authentication\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/4f\";s:9:\"link_blog\";s:19:\"https://shsec.io/9t\";s:9:\"beacon_id\";i:358;s:4:\"name\";s:17:\"Allow Yubikey OTP\";s:7:\"summary\";s:49:\"Allow Yubikey Registration For One Time Passwords\";s:11:\"description\";s:99:\"Combined with your Yubikey API Key (below) this will form the basis of your Yubikey Authentication.\";}i:17;a:11:{s:3:\"key\";s:14:\"yubikey_app_id\";s:7:\"section\";s:31:\"section_hardware_authentication\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/4g\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:360;s:4:\"name\";s:14:\"Yubikey App ID\";s:7:\"summary\";s:26:\"Your Unique Yubikey App ID\";s:11:\"description\";s:91:\"Combined with your Yubikey API Key this will form the basis of your Yubikey Authentication.\";}i:18;a:11:{s:3:\"key\";s:15:\"yubikey_api_key\";s:7:\"section\";s:31:\"section_hardware_authentication\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/4g\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:360;s:4:\"name\";s:15:\"Yubikey API Key\";s:7:\"summary\";s:31:\"Your Unique Yubikey App API Key\";s:11:\"description\";s:90:\"Combined with your Yubikey App ID this will form the basis of your Yubikey Authentication.\";}i:19;a:11:{s:3:\"key\";s:13:\"text_imahuman\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dz\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:18:\"GASP Checkbox Text\";s:7:\"summary\";s:47:\"The Message Displayed Next To The GASP Checkbox\";s:11:\"description\";s:99:\"You can change the text displayed to the user beside the checkbox if you need a customized message.\";}i:20;a:11:{s:3:\"key\";s:19:\"text_pleasecheckbox\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dz\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"GASP Alert Text\";s:7:\"summary\";s:55:\"The Message Displayed If The User Doesn\'t Check The Box\";s:11:\"description\";s:95:\"You can change the text displayed to the user in the alert message if they don\'t check the box.\";}i:21;a:6:{s:3:\"key\";s:26:\"email_can_send_verified_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;s:3:\"min\";i:0;}i:22;a:6:{s:3:\"key\";s:8:\"gasp_key\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}i:23;a:5:{s:3:\"key\";s:21:\"use_login_intent_page\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"boolean\";s:5:\"value\";b:1;}}s:11:\"definitions\";a:2:{s:20:\"login_intent_timeout\";i:5;s:6:\"events\";a:16:{s:23:\"2fa_backupcode_verified\";a:0:{}s:19:\"2fa_backupcode_fail\";a:1:{s:7:\"offense\";b:1;}s:18:\"2fa_email_verified\";a:0:{}s:21:\"2fa_email_verify_fail\";a:1:{s:7:\"offense\";b:1;}s:23:\"2fa_googleauth_verified\";a:0:{}s:15:\"2fa_google_fail\";a:1:{s:7:\"offense\";b:1;}s:20:\"2fa_yubikey_verified\";a:0:{}s:16:\"2fa_yubikey_fail\";a:1:{s:7:\"offense\";b:1;}s:22:\"2fa_email_send_success\";a:0:{}s:19:\"2fa_email_send_fail\";a:0:{}s:13:\"cooldown_fail\";a:0:{}s:13:\"honeypot_fail\";a:0:{}s:11:\"botbox_fail\";a:0:{}s:11:\"login_block\";a:3:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;s:7:\"offense\";b:1;}s:14:\"hide_login_url\";a:1:{s:5:\"audit\";b:0;}s:11:\"2fa_success\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}}}s:10:\"meta_modts\";i:1628268100;}','no'),(468220,'_site_transient_shield_mod_config_e98d7077bafda99d19fce306d6112e8e','a:6:{s:4:\"slug\";s:15:\"user_management\";s:10:\"properties\";a:14:{s:4:\"slug\";s:15:\"user_management\";s:4:\"name\";s:15:\"User Management\";s:12:\"sidebar_name\";s:5:\"Users\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:15:\"user_management\";s:7:\"tagline\";s:61:\"Control user sessions, duration, timeouts and account sharing\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:40;}s:8:\"sections\";a:7:{i:0;a:6:{s:4:\"slug\";s:31:\"section_user_session_management\";s:7:\"primary\";b:1;s:5:\"title\";s:23:\"User Session Management\";s:11:\"title_short\";s:15:\"Session Options\";s:9:\"beacon_id\";i:397;s:7:\"summary\";a:2:{i:0;s:119:\"Purpose - Allows you to better control user sessions on your site and expire idle sessions and prevent account sharing.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:1;a:5:{s:4:\"slug\";s:16:\"section_user_reg\";s:5:\"title\";s:17:\"User Registration\";s:11:\"title_short\";s:17:\"User Registration\";s:9:\"beacon_id\";i:145;s:7:\"summary\";a:2:{i:0;s:53:\"Purpose - Control user registration and prevent SPAM.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:2;a:6:{s:4:\"slug\";s:17:\"section_passwords\";s:4:\"reqs\";a:1:{s:6:\"wp_min\";s:3:\"4.4\";}s:5:\"title\";s:17:\"Password Policies\";s:11:\"title_short\";s:17:\"Password Policies\";s:9:\"beacon_id\";i:256;s:7:\"summary\";a:2:{i:0;s:69:\"Purpose - Have full control over passwords used by users on the site.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:3;a:5:{s:4:\"slug\";s:15:\"section_suspend\";s:5:\"title\";s:36:\"Automatic And Manual User Suspension\";s:11:\"title_short\";s:15:\"User Suspension\";s:9:\"beacon_id\";i:273;s:7:\"summary\";a:2:{i:0;s:75:\"Purpose - Automatically suspend accounts to prevent login by certain users.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:4;a:5:{s:4:\"slug\";s:32:\"section_admin_login_notification\";s:5:\"title\";s:24:\"Admin Login Notification\";s:11:\"title_short\";s:13:\"Notifications\";s:9:\"beacon_id\";i:147;s:7:\"summary\";a:2:{i:0;s:125:\"Purpose - So you can be made aware of when a WordPress administrator has logged into your site when you are not expecting it.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:5;a:5:{s:4:\"slug\";s:54:\"section_enable_plugin_feature_user_accounts_management\";s:5:\"title\";s:30:\"Enable Module: User Management\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:273;s:7:\"summary\";a:2:{i:0;s:148:\"Purpose - User Management offers real user sessions, finer control over user session time-out, and ensures users have logged-in in a correct manner.\";i:1;s:60:\"Recommendation - Keep the User Management feature turned on.\";}}i:6;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:21:{i:0;a:11:{s:3:\"key\";s:22:\"enable_user_management\";s:7:\"section\";s:54:\"section_enable_plugin_feature_user_accounts_management\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/e3\";s:9:\"link_blog\";s:19:\"https://shsec.io/hi\";s:9:\"beacon_id\";i:273;s:4:\"name\";s:22:\"Enable User Management\";s:7:\"summary\";s:46:\"Enable (or Disable) The User Management module\";s:11:\"description\";s:74:\"Un-Checking this option will completely disable the User Management module\";}i:1;a:12:{s:3:\"key\";s:36:\"enable_user_login_email_notification\";s:7:\"section\";s:32:\"section_admin_login_notification\";s:7:\"premium\";b:1;s:9:\"sensitive\";b:0;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/e2\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:147;s:4:\"name\";s:29:\"User Login Notification Email\";s:7:\"summary\";s:58:\"Send Email Notification To Each User Upon Successful Login\";s:11:\"description\";s:85:\"A notification is sent to each user when a successful login occurs for their account.\";}i:2;a:10:{s:3:\"key\";s:37:\"enable_admin_login_email_notification\";s:7:\"section\";s:32:\"section_admin_login_notification\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:30:\"Admin Login Notification Email\";s:7:\"summary\";s:53:\"Send An Notification Email When Administrator Logs In\";s:11:\"description\";s:168:\"If you would like to be notified every time an administrator user logs into this WordPress site, enter a notification email address. No email address - No Notification.\";}i:3;a:10:{s:3:\"key\";s:24:\"session_timeout_interval\";s:7:\"section\";s:31:\"section_user_session_management\";s:7:\"default\";i:2;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Session Timeout\";s:7:\"summary\";s:65:\"Specify How Many Days After Login To Automatically Force Re-Login\";s:11:\"description\";s:75:\"WordPress default is 2 days, or 14 days if you check the \'Remember Me\' box.\";}i:4;a:11:{s:3:\"key\";s:29:\"session_idle_timeout_interval\";s:7:\"section\";s:31:\"section_user_session_management\";s:7:\"default\";i:48;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:75:\"https://support.getshieldsecurity.com/support/solutions/articles/3000070590\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:397;s:4:\"name\";s:12:\"Idle Timeout\";s:7:\"summary\";s:68:\"Specify How Many Hours After Inactivity To Automatically Logout User\";s:11:\"description\";s:157:\"If the user is inactive for the number of hours specified, they will be forcefully logged out next time they return. Set this to \'0\' to turn off this option.\";}i:5;a:10:{s:3:\"key\";s:21:\"session_lock_location\";s:7:\"section\";s:31:\"section_user_session_management\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Lock To Location\";s:7:\"summary\";s:34:\"Locks A User Session To IP address\";s:11:\"description\";s:211:\"When selected, a session is restricted to the same IP address as when the user logged in. If a logged-in user\'s IP address changes, the session will be invalidated and they\'ll be forced to re-login to WordPress.\";}i:6;a:10:{s:3:\"key\";s:33:\"session_username_concurrent_limit\";s:7:\"section\";s:31:\"section_user_session_management\";s:7:\"default\";i:0;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:25:\"Max Simultaneous Sessions\";s:7:\"summary\";s:49:\"Limit Simultaneous Sessions For The Same Username\";s:11:\"description\";s:137:\"The number provided here is the maximum number of simultaneous, distinct, sessions allowed for any given username. Use \'0\' for no limits.\";}i:7;a:11:{s:3:\"key\";s:18:\"reg_email_validate\";s:7:\"section\";s:16:\"section_user_reg\";s:7:\"premium\";b:1;s:4:\"type\";s:6:\"select\";s:7:\"default\";s:3:\"log\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:8:\"Log Only\";}i:2;a:2:{s:9:\"value_key\";s:7:\"offense\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:24:\"Immediate Block and Kill\";}}s:9:\"link_info\";s:19:\"https://shsec.io/gk\";s:9:\"link_blog\";s:19:\"https://shsec.io/hh\";s:4:\"name\";s:24:\"Validate Email Addresses\";s:7:\"summary\";s:55:\"Validate Email Addresses When User Attempts To Register\";s:11:\"description\";s:56:\"Validate Email Addresses When User Attempts To Register.\";}i:8;a:10:{s:3:\"key\";s:12:\"email_checks\";s:7:\"section\";s:16:\"section_user_reg\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:2:{i:0;s:6:\"syntax\";i:1;s:6:\"domain\";}s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:6:\"syntax\";s:4:\"text\";s:20:\"Email Address Syntax\";}i:1;a:2:{s:9:\"value_key\";s:17:\"domain_registered\";s:4:\"text\";s:20:\"Domain Is Registered\";}i:2;a:2:{s:9:\"value_key\";s:15:\"domain_resolves\";s:4:\"text\";s:20:\"Domain Resolve To IP\";}i:3;a:2:{s:9:\"value_key\";s:2:\"mx\";s:4:\"text\";s:9:\"Domain MX\";}i:4;a:2:{s:9:\"value_key\";s:13:\"nondisposable\";s:4:\"text\";s:24:\"Disposable Email Service\";}}s:9:\"link_info\";s:19:\"https://shsec.io/gk\";s:9:\"link_blog\";s:19:\"https://shsec.io/hh\";s:4:\"name\";s:12:\"Email Checks\";s:7:\"summary\";s:48:\"The Email Address Properties That Will Be Tested\";s:11:\"description\";s:14:\"Select which .\";}i:9;a:10:{s:3:\"key\";s:24:\"enable_password_policies\";s:7:\"section\";s:17:\"section_passwords\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"N\";s:9:\"link_info\";s:19:\"https://shsec.io/e1\";s:9:\"link_blog\";s:19:\"https://shsec.io/c4\";s:9:\"beacon_id\";i:146;s:4:\"name\";s:24:\"Enable Password Policies\";s:7:\"summary\";s:34:\"Enable The Password Policies Below\";s:11:\"description\";s:34:\"Turn on/off all password policies.\";}i:10;a:9:{s:3:\"key\";s:18:\"pass_prevent_pwned\";s:7:\"section\";s:17:\"section_passwords\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:19:\"https://shsec.io/by\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:23:\"Prevent Pwned Passwords\";s:7:\"summary\";s:30:\"Prevent Use Of Pwned Passwords\";s:11:\"description\";s:94:\"Prevents users from using any passwords found on the public available list of pwned passwords.\";}i:11;a:10:{s:3:\"key\";s:15:\"pass_min_length\";s:7:\"section\";s:17:\"section_passwords\";s:7:\"premium\";b:1;s:4:\"type\";s:7:\"integer\";s:7:\"default\";s:2:\"12\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Minimum Length\";s:7:\"summary\";s:23:\"Minimum Password Length\";s:11:\"description\";s:79:\"All passwords that a user sets must be at least this many characters in length.\";}i:12;a:11:{s:3:\"key\";s:17:\"pass_min_strength\";s:7:\"section\";s:17:\"section_passwords\";s:7:\"premium\";b:1;s:4:\"type\";s:6:\"select\";s:7:\"default\";s:1:\"4\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:1:\"0\";s:4:\"text\";s:9:\"Very Weak\";}i:1;a:2:{s:9:\"value_key\";s:1:\"1\";s:4:\"text\";s:4:\"Weak\";}i:2;a:2:{s:9:\"value_key\";s:1:\"2\";s:4:\"text\";s:6:\"Medium\";}i:3;a:2:{s:9:\"value_key\";s:1:\"3\";s:4:\"text\";s:6:\"Strong\";}i:4;a:2:{s:9:\"value_key\";s:1:\"4\";s:4:\"text\";s:11:\"Very Strong\";}}s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Minimum Strength\";s:7:\"summary\";s:25:\"Minimum Password Strength\";s:11:\"description\";s:63:\"All passwords that a user sets must meet this minimum strength.\";}i:13;a:10:{s:3:\"key\";s:19:\"pass_force_existing\";s:7:\"section\";s:17:\"section_passwords\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"N\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:23:\"Apply To Existing Users\";s:7:\"summary\";s:61:\"Apply Password Policies To Existing Users and Their Passwords\";s:11:\"description\";s:104:\"Forces existing users to update their passwords if they don\'t meet requirements, after they next login .\";}i:14;a:11:{s:3:\"key\";s:11:\"pass_expire\";s:7:\"section\";s:17:\"section_passwords\";s:7:\"premium\";b:1;s:4:\"type\";s:7:\"integer\";s:7:\"default\";s:2:\"60\";s:3:\"min\";i:0;s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:19:\"Password Expiration\";s:7:\"summary\";s:37:\"Passwords Expire After This Many Days\";s:11:\"description\";s:81:\"Users will be forced to reset their passwords after the number of days specified.\";}i:15;a:11:{s:3:\"key\";s:14:\"manual_suspend\";s:7:\"section\";s:15:\"section_suspend\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"N\";s:9:\"link_info\";s:19:\"https://shsec.io/fq\";s:9:\"link_blog\";s:19:\"https://shsec.io/fr\";s:9:\"beacon_id\";i:399;s:4:\"name\";s:28:\"Allow Manual User Suspension\";s:7:\"summary\";s:47:\"Manually Suspend User Accounts To Prevent Login\";s:11:\"description\";s:58:\"Users may be suspended by administrators to prevent login.\";}i:16;a:11:{s:3:\"key\";s:13:\"auto_password\";s:7:\"section\";s:15:\"section_suspend\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:19:\"https://shsec.io/fs\";s:9:\"link_blog\";s:19:\"https://shsec.io/fr\";s:9:\"beacon_id\";i:400;s:4:\"name\";s:30:\"Auto-Suspend Expired Passwords\";s:7:\"summary\";s:50:\"Automatically Suspend Users With Expired Passwords\";s:11:\"description\";s:63:\"Suspend login by users and require password reset to unsuspend.\";}i:17;a:12:{s:3:\"key\";s:14:\"auto_idle_days\";s:7:\"section\";s:15:\"section_suspend\";s:7:\"premium\";b:1;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;s:3:\"min\";i:0;s:9:\"link_info\";s:19:\"https://shsec.io/ft\";s:9:\"link_blog\";s:19:\"https://shsec.io/fr\";s:9:\"beacon_id\";i:400;s:4:\"name\";s:23:\"Auto-Suspend Idle Users\";s:7:\"summary\";s:40:\"Automatically Suspend Idle User Accounts\";s:11:\"description\";s:68:\"Prevent login by idle users and require password reset to unsuspend.\";}i:18;a:11:{s:3:\"key\";s:15:\"auto_idle_roles\";s:7:\"section\";s:15:\"section_suspend\";s:7:\"premium\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:3:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";}s:9:\"link_info\";s:19:\"https://shsec.io/ft\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:400;s:4:\"name\";s:23:\"Auto-Suspend Idle Users\";s:7:\"summary\";s:40:\"Automatically Suspend Idle User Accounts\";s:11:\"description\";s:68:\"Prevent login by idle users and require password reset to unsuspend.\";}i:19;a:5:{s:3:\"key\";s:27:\"autoadd_sessions_started_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:20;a:5:{s:3:\"key\";s:22:\"hard_suspended_userids\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:3:{s:29:\"pwned_api_url_password_single\";s:45:\"https://api.pwnedpasswords.com/pwnedpassword/\";s:28:\"pwned_api_url_password_range\";s:37:\"https://api.pwnedpasswords.com/range/\";s:6:\"events\";a:12:{s:16:\"session_notfound\";a:0:{}s:15:\"session_expired\";a:0:{}s:12:\"session_idle\";a:0:{}s:14:\"session_iplock\";a:0:{}s:19:\"session_browserlock\";a:0:{}s:18:\"session_unverified\";a:0:{}s:16:\"password_expired\";a:0:{}s:28:\"password_policy_force_change\";a:1:{s:6:\"recent\";b:1;}s:21:\"password_policy_block\";a:1:{s:6:\"recent\";b:1;}s:19:\"user_hard_suspended\";a:1:{s:6:\"recent\";b:1;}s:21:\"user_hard_unsuspended\";a:0:{}s:17:\"reg_email_invalid\";a:1:{s:7:\"offense\";b:1;}}}s:10:\"meta_modts\";i:1628268100;}','no'),(468221,'_site_transient_shield_mod_config_61c66b862e8c5cd5445f87065a9efffb','a:7:{s:4:\"slug\";s:15:\"comments_filter\";s:10:\"properties\";a:14:{s:4:\"slug\";s:15:\"comments_filter\";s:4:\"name\";s:13:\"Comments SPAM\";s:12:\"sidebar_name\";s:4:\"SPAM\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:14:\"commentsfilter\";s:7:\"tagline\";s:42:\"Block comment SPAM and retain your privacy\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:50;}s:13:\"admin_notices\";a:1:{s:15:\"akismet-running\";a:4:{s:2:\"id\";s:15:\"akismet-running\";s:12:\"plugin_admin\";s:3:\"yes\";s:16:\"plugin_page_only\";b:1;s:4:\"type\";s:7:\"warning\";}}s:8:\"sections\";a:6:{i:0;a:6:{s:7:\"primary\";b:1;s:4:\"slug\";s:42:\"section_bot_comment_spam_protection_filter\";s:5:\"title\";s:44:\"Automatic Bot Comment SPAM Protection Filter\";s:11:\"title_short\";s:8:\"Bot SPAM\";s:9:\"beacon_id\";i:260;s:7:\"summary\";a:2:{i:0;s:66:\"Purpose - Blocks 100% of all automated bot-generated comment SPAM.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:1;a:5:{s:4:\"slug\";s:25:\"section_human_spam_filter\";s:5:\"title\";s:36:\"Human Comment SPAM Protection Filter\";s:11:\"title_short\";s:10:\"Human SPAM\";s:9:\"beacon_id\";i:262;s:7:\"summary\";a:2:{i:0;s:78:\"Purpose - Uses a 3rd party SPAM dictionary to detect human-based comment SPAM.\";i:1;s:176:\"Recommendation - Use of this feature is highly recommend.This tool, unlike other SPAM tools such as Akismet, will not send your comment data to 3rd party services for analysis.\";}}i:2;a:5:{s:4:\"slug\";s:31:\"section_bot_comment_spam_common\";s:5:\"title\";s:37:\"Common Settings For All SPAM Scanning\";s:11:\"title_short\";s:15:\"Common Settings\";s:9:\"beacon_id\";i:152;s:7:\"summary\";a:1:{i:0;s:59:\"Purpose - Settings that apply to all comment SPAM scanning.\";}}i:3;a:5:{s:4:\"slug\";s:21:\"section_user_messages\";s:5:\"title\";s:32:\"Customize Messages Shown To User\";s:11:\"title_short\";s:16:\"Visitor Messages\";s:9:\"beacon_id\";i:403;s:7:\"summary\";a:3:{i:0;s:51:\"Purpose - Customize the messages shown to visitors.\";i:1;s:70:\"Recommendation - Be sure to change the messages to suit your audience.\";i:2;s:75:\"Hint - To reset any message to its default, enter the text exactly: default\";}}i:4;a:5:{s:4:\"slug\";s:61:\"section_enable_plugin_feature_spam_comments_protection_filter\";s:5:\"title\";s:39:\"Enable Module: Comments SPAM Protection\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:257;s:7:\"summary\";a:2:{i:0;s:126:\"Purpose - The Comments Filter can block 100% of automated spam bots and also offer the option to analyse human-generated spam.\";i:1;s:60:\"Recommendation - Keep the Comments Filter feature turned on.\";}}i:5;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:15:{i:0;a:11:{s:3:\"key\";s:22:\"enable_comments_filter\";s:7:\"section\";s:61:\"section_enable_plugin_feature_spam_comments_protection_filter\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3z\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf04\";s:9:\"beacon_id\";i:257;s:4:\"name\";s:22:\"Enable SPAM Protection\";s:7:\"summary\";s:55:\"Enable (or Disable) The Comments SPAM Protection module\";s:11:\"description\";s:83:\"Un-Checking this option will completely disable the Comments SPAM Protection module\";}i:1;a:11:{s:3:\"key\";s:25:\"trusted_commenter_minimum\";s:7:\"section\";s:31:\"section_bot_comment_spam_common\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/fu\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:152;s:4:\"name\";s:25:\"Trusted Commenter Minimum\";s:7:\"summary\";s:63:\"Minimum Number Of Approved Comments Before Commenter Is Trusted\";s:11:\"description\";s:117:\"Specify how many approved comments must exist before a commenter is trusted and their comments are no longer scanned.\";}i:2;a:11:{s:3:\"key\";s:18:\"trusted_user_roles\";s:7:\"section\";s:31:\"section_bot_comment_spam_common\";s:7:\"premium\";b:1;s:7:\"default\";a:5:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/fu\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:152;s:4:\"name\";s:13:\"Trusted Users\";s:7:\"summary\";s:54:\"Don\'t Scan Comments For Users With The Following Roles\";s:11:\"description\";s:124:\"Shield doesn\'t normally scan comments from logged-in or registered users. Specify user roles here that shouldn\'t be scanned.\";}i:3;a:10:{s:3:\"key\";s:20:\"enable_antibot_check\";s:7:\"section\";s:42:\"section_bot_comment_spam_protection_filter\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/k1\";s:9:\"link_blog\";s:19:\"https://shsec.io/jo\";s:9:\"beacon_id\";i:427;s:4:\"name\";s:24:\"AntiBot Detection Engine\";s:7:\"summary\";s:41:\"Use Experimental AntiBot Detection Engine\";s:11:\"description\";s:68:\"Use Shield\'s AntiBot Detection Engine In-Place of GASP Bot checking.\";}i:4;a:11:{s:3:\"key\";s:32:\"comments_default_action_spam_bot\";s:7:\"section\";s:42:\"section_bot_comment_spam_protection_filter\";s:7:\"default\";s:4:\"spam\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:1:\"0\";s:4:\"text\";s:26:\"Move To Pending Moderation\";}i:1;a:2:{s:9:\"value_key\";s:4:\"spam\";s:4:\"text\";s:12:\"Move To SPAM\";}i:2;a:2:{s:9:\"value_key\";s:5:\"trash\";s:4:\"text\";s:13:\"Move To Trash\";}i:3;a:2:{s:9:\"value_key\";s:6:\"reject\";s:4:\"text\";s:18:\"Block And Redirect\";}}s:9:\"link_info\";s:19:\"https://shsec.io/6j\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:260;s:4:\"name\";s:11:\"SPAM Action\";s:7:\"summary\";s:53:\"How To Categorise Comments When Identified To Be SPAM\";s:11:\"description\";s:118:\"When a comment is detected as being SPAM from an automatic bot, the comment will be categorised based on this setting.\";}i:5;a:11:{s:3:\"key\";s:31:\"google_recaptcha_style_comments\";s:7:\"section\";s:42:\"section_bot_comment_spam_protection_filter\";s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:7:\"default\";s:4:\"text\";s:13:\"Default Style\";}i:2;a:2:{s:9:\"value_key\";s:5:\"light\";s:4:\"text\";s:11:\"Light Theme\";}i:3;a:2:{s:9:\"value_key\";s:4:\"dark\";s:4:\"text\";s:10:\"Dark Theme\";}i:4;a:2:{s:9:\"value_key\";s:9:\"invisible\";s:4:\"text\";s:9:\"Invisible\";}}s:9:\"link_info\";s:19:\"https://shsec.io/e4\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:269;s:4:\"name\";s:7:\"CAPTCHA\";s:7:\"summary\";s:47:\"Enable CAPTCHA To Protect Against SPAM Comments\";s:11:\"description\";s:107:\"You can choose the CAPTCHA display format that best suits your site, including the newer Invisible CAPTCHA.\";}i:6;a:10:{s:3:\"key\";s:31:\"enable_comments_gasp_protection\";s:7:\"section\";s:42:\"section_bot_comment_spam_protection_filter\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3n\";s:9:\"link_blog\";s:19:\"https://shsec.io/2n\";s:9:\"beacon_id\";i:401;s:4:\"name\";s:15:\"GASP Protection\";s:7:\"summary\";s:22:\"Block Bot Comment SPAM\";s:11:\"description\";s:121:\"Taking the lead from the original GASP plugin for WordPress, we have extended it to include advanced spam-bot protection.\";}i:7;a:10:{s:3:\"key\";s:33:\"enable_comments_human_spam_filter\";s:7:\"section\";s:25:\"section_human_spam_filter\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/57\";s:9:\"link_blog\";s:19:\"https://shsec.io/9w\";s:9:\"beacon_id\";i:262;s:4:\"name\";s:17:\"Human SPAM Filter\";s:7:\"summary\";s:48:\"Enable (or Disable) The Human SPAM Filter module\";s:11:\"description\";s:145:\"Scans the content of WordPress comments for keywords that are indicative of SPAM and marks the comment according to your preferred setting below.\";}i:8;a:8:{s:3:\"key\";s:34:\"comments_default_action_human_spam\";s:7:\"section\";s:25:\"section_human_spam_filter\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:1:\"0\";s:4:\"text\";s:26:\"Move To Pending Moderation\";}i:1;a:2:{s:9:\"value_key\";s:4:\"spam\";s:4:\"text\";s:12:\"Move To SPAM\";}i:2;a:2:{s:9:\"value_key\";s:5:\"trash\";s:4:\"text\";s:13:\"Move To Trash\";}i:3;a:2:{s:9:\"value_key\";s:6:\"reject\";s:4:\"text\";s:18:\"Block And Redirect\";}}s:4:\"name\";s:11:\"SPAM Action\";s:7:\"summary\";s:54:\"How To Categorise Comments When Identified To Be SPAM\'\";s:11:\"description\";s:119:\"When a comment is detected as being SPAM from a human commenter, the comment will be categorised based on this setting.\";}i:9;a:11:{s:3:\"key\";s:23:\"custom_message_checkbox\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/3p\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:403;s:4:\"name\";s:23:\"Custom Checkbox Message\";s:7:\"summary\";s:63:\"If you want a custom checkbox message, please provide this here\";s:11:\"description\";s:50:\"You can customise the message beside the checkbox.\";}i:10;a:11:{s:3:\"key\";s:20:\"custom_message_alert\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/3p\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:403;s:4:\"name\";s:20:\"Custom Alert Message\";s:7:\"summary\";s:60:\"If you want a custom alert message, please provide this here\";s:11:\"description\";s:101:\"This alert message is displayed when a visitor attempts to submit a comment without checking the box.\";}i:11;a:11:{s:3:\"key\";s:27:\"custom_message_comment_wait\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/3p\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:403;s:4:\"name\";s:19:\"Custom Wait Message\";s:7:\"summary\";s:74:\"If you want a custom submit-button wait message, please provide this here.\";s:11:\"description\";s:111:\"Where you see the \'%s\' this will be the number of seconds. You must ensure you include 1, and only 1, of these.\";}i:12;a:11:{s:3:\"key\";s:29:\"custom_message_comment_reload\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/3p\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:403;s:4:\"name\";s:21:\"Custom Reload Message\";s:7:\"summary\";s:90:\"If you want a custom message when the comment token has expired, please provide this here.\";s:11:\"description\";s:81:\"This message is displayed on the submit-button when the comment token is expired.\";}i:13;a:5:{s:3:\"key\";s:17:\"comments_cooldown\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"default\";i:10;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";}i:14;a:4:{s:3:\"key\";s:16:\"human_spam_items\";s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:5:\"array\";s:7:\"default\";a:6:{i:0;s:11:\"author_name\";i:1;s:12:\"author_email\";i:2;s:15:\"comment_content\";i:3;s:3:\"url\";i:4;s:10:\"ip_address\";i:5;s:10:\"user_agent\";}}}s:11:\"definitions\";a:3:{s:15:\"comments_expire\";i:1800;s:24:\"url_spam_blacklist_terms\";s:89:\"https://raw.githubusercontent.com/splorp/wordpress-comment-blacklist/master/blacklist.txt\";s:6:\"events\";a:5:{s:18:\"comment_spam_block\";a:3:{s:5:\"audit\";b:0;s:4:\"stat\";b:0;s:7:\"offense\";b:1;}s:18:\"spam_block_antibot\";a:0:{}s:14:\"spam_block_bot\";a:0:{}s:20:\"spam_block_recaptcha\";a:0:{}s:16:\"spam_block_human\";a:0:{}}}s:10:\"meta_modts\";i:1628268100;}','no'),(468222,'_site_transient_shield_mod_config_a11ed43e6f8c0c73b544f95d54fec314','a:6:{s:10:\"properties\";a:12:{s:4:\"slug\";s:6:\"events\";s:4:\"name\";s:6:\"Events\";s:21:\"show_module_menu_item\";b:0;s:11:\"storage_key\";s:6:\"events\";s:7:\"tagline\";s:37:\"Collection of plugin events and stats\";s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:1;s:16:\"tracking_exclude\";b:1;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:0;}s:8:\"sections\";a:2:{i:0;a:5:{s:4:\"slug\";s:36:\"section_enable_plugin_feature_events\";s:7:\"primary\";b:1;s:5:\"title\";s:21:\"Enable Module: Events\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:70:\"Purpose - Helps you see at a glance how effective the plugin has been.\";i:1;s:51:\"Recommendation - Keep the Events feature turned on.\";}}i:1;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:1:{i:0;a:9:{s:3:\"key\";s:13:\"enable_events\";s:7:\"section\";s:36:\"section_enable_plugin_feature_events\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:13:\"Enable Events\";s:7:\"summary\";s:37:\"Enable (or Disable) The Events module\";s:11:\"description\";s:65:\"Un-Checking this option will completely disable the Events module\";}}s:11:\"definitions\";a:3:{s:10:\"db_classes\";a:1:{s:6:\"events\";s:65:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Events\\Handler\";}s:15:\"db_table_events\";a:2:{s:4:\"slug\";s:6:\"events\";s:11:\"cols_custom\";a:2:{s:5:\"event\";s:54:\"varchar(50) NOT NULL DEFAULT \'none\' COMMENT \'Event ID\'\";s:5:\"count\";s:51:\"int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Total\'\";}}s:17:\"events_table_name\";s:6:\"events\";}s:10:\"meta_modts\";i:1628268100;}','no'),(468223,'_site_transient_shield_mod_config_2bc2605d76db96d0ed3a050dea0907d9','a:7:{s:10:\"properties\";a:13:{s:4:\"slug\";s:9:\"reporting\";s:4:\"name\";s:9:\"Reporting\";s:11:\"storage_key\";s:9:\"reporting\";s:7:\"tagline\";s:16:\"Shield Reporting\";s:12:\"show_central\";b:1;s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:1;s:16:\"tracking_exclude\";b:1;}s:10:\"menu_items\";a:1:{i:0;a:2:{s:5:\"title\";s:12:\"Stats (beta)\";s:4:\"slug\";s:14:\"stats-redirect\";}}s:16:\"custom_redirects\";a:1:{i:0;a:3:{s:15:\"source_mod_page\";s:14:\"stats-redirect\";s:15:\"target_mod_page\";s:8:\"insights\";s:10:\"query_args\";a:1:{s:4:\"inav\";s:7:\"reports\";}}}s:8:\"sections\";a:3:{i:0;a:6:{s:4:\"slug\";s:15:\"section_timings\";s:7:\"primary\";b:1;s:5:\"title\";s:18:\"Report Frequencies\";s:11:\"title_short\";s:18:\"Report Frequencies\";s:9:\"beacon_id\";i:136;s:7:\"summary\";a:1:{i:0;s:105:\"Purpose - Choose the most appropriate frequency to receive alerts from Shield according to your schedule.\";}}i:1;a:5:{s:4:\"slug\";s:28:\"section_enable_mod_reporting\";s:5:\"title\";s:22:\"Enable Module: Reports\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:136;s:7:\"summary\";a:2:{i:0;s:70:\"Purpose - Helps you see at a glance how effective the plugin has been.\";i:1;s:54:\"Recommendation - Keep the Reporting feature turned on.\";}}i:2;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:3:{i:0;a:11:{s:3:\"key\";s:16:\"enable_reporting\";s:7:\"section\";s:28:\"section_enable_mod_reporting\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/hb\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:136;s:4:\"name\";s:16:\"Enable Reporting\";s:7:\"summary\";s:40:\"Enable (or Disable) The Reporting module\";s:11:\"description\";s:68:\"Un-Checking this option will completely disable the Reporting module\";}i:1;a:11:{s:3:\"key\";s:15:\"frequency_alert\";s:7:\"section\";s:15:\"section_timings\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:5:\"daily\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:6:\"hourly\";s:4:\"text\";s:6:\"Hourly\";}i:2;a:2:{s:9:\"value_key\";s:5:\"daily\";s:4:\"text\";s:5:\"Daily\";}i:3;a:2:{s:9:\"value_key\";s:6:\"weekly\";s:4:\"text\";s:6:\"Weekly\";}}s:9:\"link_info\";s:19:\"https://shsec.io/h9\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:233;s:4:\"name\";s:15:\"Alert Frequency\";s:7:\"summary\";s:45:\"How Often Should You Be Sent Important Alerts\";s:11:\"description\";s:86:\"Decide when you should be sent important and critical alerts about your site security.\";}i:2;a:11:{s:3:\"key\";s:14:\"frequency_info\";s:7:\"section\";s:15:\"section_timings\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:6:\"weekly\";s:13:\"value_options\";a:6:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:6:\"hourly\";s:4:\"text\";s:6:\"Hourly\";}i:2;a:2:{s:9:\"value_key\";s:5:\"daily\";s:4:\"text\";s:5:\"Daily\";}i:3;a:2:{s:9:\"value_key\";s:6:\"weekly\";s:4:\"text\";s:6:\"Weekly\";}i:4;a:2:{s:9:\"value_key\";s:8:\"biweekly\";s:4:\"text\";s:9:\"Bi-Weekly\";}i:5;a:2:{s:9:\"value_key\";s:7:\"monthly\";s:4:\"text\";s:7:\"Monthly\";}}s:9:\"link_info\";s:19:\"https://shsec.io/ha\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:232;s:4:\"name\";s:14:\"Info Frequency\";s:7:\"summary\";s:48:\"How Often Should You Be Sent Information Reports\";s:11:\"description\";s:93:\"Decide when you should be sent non-critical information and reports about your site security.\";}}s:11:\"definitions\";a:2:{s:10:\"db_classes\";a:1:{s:7:\"reports\";s:66:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Reports\\Handler\";}s:16:\"db_table_reports\";a:4:{s:4:\"slug\";s:7:\"reports\";s:10:\"autoexpire\";i:30;s:11:\"cols_custom\";a:3:{s:3:\"rid\";s:55:\"int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Report ID\'\";s:4:\"type\";s:52:\"varchar(3) NOT NULL DEFAULT \'\' COMMENT \'Report Type\'\";s:9:\"frequency\";s:67:\"varchar(10) NOT NULL DEFAULT \'\' COMMENT \'Report Interval/Frequency\'\";}s:15:\"cols_timestamps\";a:2:{s:15:\"interval_end_at\";s:22:\"Reporting Interval End\";s:7:\"sent_at\";s:11:\"Report Sent\";}}}s:10:\"meta_modts\";i:1628268100;}','no'),(468224,'_site_transient_shield_mod_config_70e5d30ddb850aafaee6dc5037afaf3f','a:6:{s:10:\"properties\";a:14:{s:4:\"slug\";s:8:\"sessions\";s:4:\"name\";s:8:\"Sessions\";s:21:\"show_module_menu_item\";b:0;s:11:\"storage_key\";s:8:\"sessions\";s:7:\"tagline\";s:13:\"User Sessions\";s:12:\"auto_enabled\";b:1;s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:19:\"auto_load_processor\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:16:\"tracking_exclude\";b:1;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:0;}s:8:\"sections\";a:2:{i:0;a:5:{s:4:\"slug\";s:38:\"section_enable_plugin_feature_sessions\";s:7:\"primary\";b:1;s:5:\"title\";s:23:\"Enable Module: Sessions\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:44:\"Purpose - Creates and Manages User Sessions.\";i:1;s:53:\"Recommendation - Keep the Sessions feature turned on.\";}}i:1;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:2:{i:0;a:9:{s:3:\"key\";s:15:\"enable_sessions\";s:7:\"section\";s:38:\"section_enable_plugin_feature_sessions\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Enable Sessions\";s:7:\"summary\";s:39:\"Enable (or Disable) The Sessions module\";s:11:\"description\";s:67:\"Un-Checking this option will completely disable the Sessions module\";}i:1;a:5:{s:3:\"key\";s:27:\"autoadd_sessions_started_at\";s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:7:\"integer\";s:12:\"transferable\";b:0;s:7:\"default\";i:0;}}s:11:\"definitions\";a:4:{s:10:\"db_classes\";a:1:{s:8:\"sessions\";s:66:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Session\\Handler\";}s:19:\"sessions_table_name\";s:8:\"sessions\";s:17:\"db_table_sessions\";a:3:{s:4:\"slug\";s:8:\"sessions\";s:11:\"cols_custom\";a:5:{s:10:\"session_id\";s:31:\"varchar(32) NOT NULL DEFAULT \'\'\";s:11:\"wp_username\";s:32:\"varchar(255) NOT NULL DEFAULT \'\'\";s:2:\"ip\";s:31:\"varchar(60) NOT NULL DEFAULT \'\'\";s:7:\"browser\";s:31:\"varchar(32) NOT NULL DEFAULT \'\'\";s:17:\"last_activity_uri\";s:24:\"text NOT NULL DEFAULT \'\'\";}s:15:\"cols_timestamps\";a:3:{s:12:\"logged_in_at\";s:15:\"Session Started\";s:16:\"last_activity_at\";s:12:\"Last Seen At\";s:11:\"secadmin_at\";s:28:\"Security Admin Authenticated\";}}s:6:\"events\";a:3:{s:13:\"session_start\";a:1:{s:5:\"audit\";b:0;}s:17:\"session_terminate\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:13:\"login_success\";a:3:{s:7:\"offense\";b:0;s:5:\"audit\";b:0;s:4:\"stat\";b:0;}}}s:10:\"meta_modts\";i:1628268100;}','no'),(468225,'_site_transient_shield_mod_config_bab7bd198f063e113dcaca381562402b','a:7:{s:4:\"slug\";s:12:\"integrations\";s:10:\"properties\";a:16:{s:4:\"slug\";s:12:\"integrations\";s:11:\"storage_key\";s:12:\"integrations\";s:4:\"name\";s:12:\"Integrations\";s:10:\"menu_title\";s:12:\"Integrations\";s:12:\"sidebar_name\";s:12:\"Integrations\";s:19:\"show_module_options\";b:1;s:21:\"show_module_menu_item\";b:0;s:12:\"auto_enabled\";b:0;s:12:\"show_central\";b:1;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:12:\"run_if_wpcli\";b:1;s:19:\"run_if_verified_bot\";b:1;s:14:\"skip_processor\";b:0;s:16:\"tracking_exclude\";b:0;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:1;}s:8:\"sections\";a:4:{i:0;a:5:{s:4:\"slug\";s:20:\"section_integrations\";s:7:\"primary\";b:1;s:5:\"title\";s:12:\"Integrations\";s:11:\"title_short\";s:12:\"Integrations\";s:9:\"beacon_id\";i:404;}i:1;a:4:{s:4:\"slug\";s:12:\"section_spam\";s:5:\"title\";s:14:\"SPAM Detection\";s:11:\"title_short\";s:14:\"SPAM Detection\";s:9:\"beacon_id\";i:138;}i:2;a:4:{s:4:\"slug\";s:18:\"section_user_forms\";s:5:\"title\";s:24:\"User Forms Bot Detection\";s:11:\"title_short\";s:24:\"User Forms Bot Detection\";s:9:\"beacon_id\";i:239;}i:3;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:3:{i:0;a:10:{s:3:\"key\";s:13:\"enable_mainwp\";s:7:\"section\";s:20:\"section_integrations\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/ir\";s:9:\"link_blog\";s:19:\"https://shsec.io/ke\";s:9:\"beacon_id\";i:404;s:4:\"name\";s:13:\"Enable MainWP\";s:7:\"summary\";s:36:\"Enable The Built-In MainWP Extension\";s:11:\"description\";s:86:\"This option will enable Shield\'s built-in MainWP extension for both server and client.\";}i:1;a:13:{s:3:\"key\";s:19:\"form_spam_providers\";s:7:\"section\";s:12:\"section_spam\";s:7:\"premium\";b:1;s:8:\"advanced\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:0:{}s:13:\"value_options\";a:13:{i:0;a:2:{s:9:\"value_key\";s:12:\"contactform7\";s:4:\"text\";s:14:\"Contact Form 7\";}i:1;a:2:{s:9:\"value_key\";s:12:\"elementorpro\";s:4:\"text\";s:13:\"Elementor Pro\";}i:2;a:2:{s:9:\"value_key\";s:11:\"fluentforms\";s:4:\"text\";s:12:\"Fluent Forms\";}i:3;a:2:{s:9:\"value_key\";s:15:\"formidableforms\";s:4:\"text\";s:16:\"Formidable Forms\";}i:4;a:2:{s:9:\"value_key\";s:10:\"forminator\";s:4:\"text\";s:10:\"Forminator\";}i:5;a:2:{s:9:\"value_key\";s:12:\"gravityforms\";s:4:\"text\";s:13:\"Gravity Forms\";}i:6;a:2:{s:9:\"value_key\";s:10:\"groundhogg\";s:4:\"text\";s:10:\"Groundhogg\";}i:7;a:2:{s:9:\"value_key\";s:9:\"kaliforms\";s:4:\"text\";s:10:\"Kali Forms\";}i:8;a:2:{s:9:\"value_key\";s:10:\"ninjaforms\";s:4:\"text\";s:11:\"Ninja Forms\";}i:9;a:2:{s:9:\"value_key\";s:10:\"superforms\";s:4:\"text\";s:11:\"Super Forms\";}i:10;a:2:{s:9:\"value_key\";s:12:\"supportcandy\";s:4:\"text\";s:13:\"Support Candy\";}i:11;a:2:{s:9:\"value_key\";s:6:\"wpforo\";s:4:\"text\";s:6:\"wpForo\";}i:12;a:2:{s:9:\"value_key\";s:7:\"wpforms\";s:4:\"text\";s:7:\"WPForms\";}}s:9:\"link_info\";s:19:\"https://shsec.io/k2\";s:9:\"link_blog\";s:19:\"https://shsec.io/k3\";s:9:\"beacon_id\";i:138;s:4:\"name\";s:18:\"SPAM Form Checking\";s:7:\"summary\";s:57:\"Select The Form Providers That Should Be Checked For SPAM\";s:11:\"description\";s:58:\"Select The Form Providers That Should Be Checked For SPAM.\";}i:2;a:13:{s:3:\"key\";s:19:\"user_form_providers\";s:7:\"section\";s:18:\"section_user_forms\";s:7:\"premium\";b:1;s:8:\"advanced\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:1:{i:0;s:9:\"wordpress\";}s:13:\"value_options\";a:11:{i:0;a:2:{s:9:\"value_key\";s:10:\"buddypress\";s:4:\"text\";s:10:\"BuddyPress\";}i:1;a:2:{s:9:\"value_key\";s:20:\"easydigitaldownloads\";s:4:\"text\";s:22:\"Easy Digital Downloads\";}i:2;a:2:{s:9:\"value_key\";s:10:\"learnpress\";s:4:\"text\";s:10:\"LearnPress\";}i:3;a:2:{s:9:\"value_key\";s:9:\"lifterlms\";s:4:\"text\";s:9:\"LifterLMS\";}i:4;a:2:{s:9:\"value_key\";s:11:\"memberpress\";s:4:\"text\";s:11:\"MemberPress\";}i:5;a:2:{s:9:\"value_key\";s:23:\"paidmembersubscriptions\";s:4:\"text\";s:25:\"Paid Member Subscriptions\";}i:6;a:2:{s:9:\"value_key\";s:14:\"profilebuilder\";s:4:\"text\";s:15:\"Profile Builder\";}i:7;a:2:{s:9:\"value_key\";s:14:\"ultimatemember\";s:4:\"text\";s:15:\"Ultimate Member\";}i:8;a:2:{s:9:\"value_key\";s:11:\"woocommerce\";s:4:\"text\";s:11:\"WooCommerce\";}i:9;a:2:{s:9:\"value_key\";s:9:\"wordpress\";s:4:\"text\";s:9:\"WordPress\";}i:10;a:2:{s:9:\"value_key\";s:9:\"wpmembers\";s:4:\"text\";s:10:\"WP Members\";}}s:9:\"link_info\";s:19:\"https://shsec.io/k4\";s:9:\"link_blog\";s:19:\"https://shsec.io/k3\";s:9:\"beacon_id\";i:239;s:4:\"name\";s:18:\"User Form Checking\";s:7:\"summary\";s:87:\"Select The User Form Providers That Should Be Checked For SPAM Registrations and Logins\";s:11:\"description\";s:87:\"Select The User Form Providers That Should Be Checked For SPAM Registrations and Logins\";}}s:11:\"definitions\";a:1:{s:6:\"events\";a:4:{s:14:\"spam_form_pass\";a:3:{s:4:\"stat\";b:1;s:5:\"audit\";b:1;s:7:\"offense\";b:0;}s:14:\"spam_form_fail\";a:3:{s:4:\"stat\";b:1;s:5:\"audit\";b:1;s:7:\"offense\";b:0;}s:18:\"user_form_bot_pass\";a:3:{s:4:\"stat\";b:1;s:5:\"audit\";b:1;s:7:\"offense\";b:0;}s:18:\"user_form_bot_fail\";a:3:{s:4:\"stat\";b:1;s:5:\"audit\";b:1;s:7:\"offense\";b:1;}}}s:10:\"meta_modts\";i:1628268100;}','no'),(468226,'_site_transient_shield_mod_config_e76004361d96930adefd86d99ce6c323','a:9:{s:4:\"slug\";s:7:\"license\";s:10:\"properties\";a:14:{s:4:\"slug\";s:7:\"license\";s:4:\"name\";s:12:\"Pro Security\";s:10:\"menu_title\";s:0:\"\";s:21:\"show_module_menu_item\";b:0;s:19:\"highlight_menu_item\";b:1;s:7:\"tagline\";s:44:\"The Best In WordPress Security, Only Better.\";s:12:\"auto_enabled\";b:1;s:11:\"storage_key\";s:7:\"license\";s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:1;}s:13:\"admin_notices\";a:1:{s:19:\"wphashes-token-fail\";a:6:{s:2:\"id\";s:19:\"wphashes-token-fail\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:1;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:5:\"error\";}}s:10:\"menu_items\";a:1:{i:0;a:3:{s:5:\"title\";s:7:\"Go PRO!\";s:4:\"slug\";s:12:\"pro-redirect\";s:9:\"highlight\";b:1;}}s:16:\"custom_redirects\";a:1:{i:0;a:3:{s:15:\"source_mod_page\";s:12:\"pro-redirect\";s:15:\"target_mod_page\";s:8:\"insights\";s:10:\"query_args\";a:1:{s:4:\"inav\";s:7:\"license\";}}}s:8:\"sections\";a:1:{i:0;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:12:{i:0;a:6:{s:3:\"key\";s:11:\"license_key\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}i:1;a:5:{s:3:\"key\";s:20:\"license_activated_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:2;a:5:{s:3:\"key\";s:22:\"license_deactivated_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:3;a:5:{s:3:\"key\";s:23:\"license_last_checked_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:4;a:5:{s:3:\"key\";s:26:\"last_warning_email_sent_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:5;a:5:{s:3:\"key\";s:30:\"last_deactivated_email_sent_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:6;a:5:{s:3:\"key\";s:11:\"last_errors\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";s:0:\"\";}i:7;a:6:{s:3:\"key\";s:13:\"last_error_at\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:8;a:6:{s:3:\"key\";s:22:\"keyless_handshake_hash\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}i:9;a:6:{s:3:\"key\";s:23:\"keyless_handshake_until\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:10;a:6:{s:3:\"key\";s:12:\"license_data\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}i:11;a:5:{s:3:\"key\";s:18:\"wphashes_api_token\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:10:{s:21:\"license_store_url_api\";s:59:\"https://api.getshieldsecurity.com/wp-json/odp-eddkeyless/v1\";s:10:\"keyless_cp\";s:19:\"https://shsec.io/c5\";s:17:\"license_item_name\";s:19:\"Shield Security Pro\";s:15:\"license_item_id\";s:4:\"6047\";s:20:\"license_item_name_sc\";s:40:\"Shield Security Pro (via Shield Central)\";s:22:\"lic_verify_expire_days\";i:7;s:28:\"lic_verify_expire_grace_days\";i:3;s:7:\"keyless\";b:1;s:24:\"keyless_handshake_expire\";i:90;s:6:\"events\";a:3:{s:17:\"lic_check_success\";a:1:{s:4:\"stat\";b:0;}s:14:\"lic_fail_email\";a:1:{s:4:\"stat\";b:0;}s:19:\"lic_fail_deactivate\";a:2:{s:3:\"cat\";i:2;s:4:\"stat\";b:0;}}}s:10:\"meta_modts\";i:1628268100;}','no'),(468227,'_site_transient_shield_mod_config_e6c4c7e9973d941405df178603e30c94','a:6:{s:4:\"slug\";s:11:\"autoupdates\";s:10:\"properties\";a:14:{s:4:\"slug\";s:11:\"autoupdates\";s:4:\"name\";s:17:\"Automatic Updates\";s:12:\"sidebar_name\";s:12:\"Auto Updates\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:11:\"autoupdates\";s:7:\"tagline\";s:53:\"Take back full control of WordPress automatic updates\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:1;s:5:\"order\";i:60;}s:8:\"sections\";a:4:{i:0;a:6:{s:4:\"slug\";s:50:\"section_automatic_updates_for_wordpress_components\";s:7:\"primary\";b:1;s:5:\"title\";s:42:\"Automatic Updates For WordPress Components\";s:11:\"title_short\";s:20:\"WordPress Components\";s:9:\"beacon_id\";i:236;s:7:\"summary\";a:2:{i:0;s:80:\"Purpose - Control how automatic updates for each WordPress component is handled.\";i:1;s:80:\"Recommendation - You should at least allow minor updates for the WordPress core.\";}}i:1;a:5:{s:4:\"slug\";s:15:\"section_options\";s:5:\"title\";s:19:\"Auto-Update Options\";s:11:\"title_short\";s:19:\"Auto-Update Options\";s:9:\"beacon_id\";i:234;s:7:\"summary\";s:77:\"Purpose - Make adjustments to how automatic updates are handled on your site.\";}i:2;a:5:{s:4:\"slug\";s:55:\"section_enable_plugin_feature_automatic_updates_control\";s:5:\"title\";s:32:\"Enable Module: Automatic Updates\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:234;s:7:\"summary\";a:2:{i:0;s:137:\"Purpose - Automatic Updates lets you manage the WordPress automatic updates engine so you choose what exactly gets updated automatically.\";i:1;s:62:\"Recommendation - Keep the Automatic Updates feature turned on.\";}}i:3;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:11:{i:0;a:11:{s:3:\"key\";s:18:\"enable_autoupdates\";s:7:\"section\";s:55:\"section_enable_plugin_feature_automatic_updates_control\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3w\";s:9:\"link_blog\";s:19:\"https://shsec.io/hj\";s:9:\"beacon_id\";i:234;s:4:\"name\";s:24:\"Enable Automatic Updates\";s:7:\"summary\";s:48:\"Enable (or Disable) The Automatic Updates module\";s:11:\"description\";s:76:\"Un-Checking this option will completely disable the Automatic Updates module\";}i:1;a:11:{s:3:\"key\";s:29:\"enable_autoupdate_disable_all\";s:7:\"section\";s:50:\"section_automatic_updates_for_wordpress_components\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3v\";s:9:\"link_blog\";s:19:\"https://shsec.io/k6\";s:9:\"beacon_id\";i:405;s:4:\"name\";s:11:\"Disable All\";s:7:\"summary\";s:46:\"Completely Disable WordPress Automatic Updates\";s:11:\"description\";s:122:\"When selected, regardless of any other settings, all WordPress automatic updates on this site will be completely disabled!\";}i:2;a:11:{s:3:\"key\";s:15:\"autoupdate_core\";s:7:\"section\";s:50:\"section_automatic_updates_for_wordpress_components\";s:7:\"default\";s:10:\"core_minor\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:10:\"core_never\";s:4:\"text\";s:5:\"Never\";}i:1;a:2:{s:9:\"value_key\";s:10:\"core_minor\";s:4:\"text\";s:19:\"Minor Versions Only\";}i:2;a:2:{s:9:\"value_key\";s:10:\"core_major\";s:4:\"text\";s:24:\"Major and Minor Versions\";}}s:9:\"link_info\";s:19:\"https://shsec.io/k5\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:237;s:4:\"name\";s:22:\"WordPress Core Updates\";s:7:\"summary\";s:66:\"Decide how the WordPress Core will automatically update, if at all\";s:11:\"description\";s:94:\"At least automatically upgrading minor versions is recommended (and is the WordPress default).\";}i:3;a:9:{s:3:\"key\";s:25:\"enable_autoupdate_plugins\";s:7:\"section\";s:50:\"section_automatic_updates_for_wordpress_components\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:7:\"Plugins\";s:7:\"summary\";s:28:\"Automatically Update Plugins\";s:11:\"description\";s:73:\"Note: Automatic updates for plugins are disabled on WordPress by default.\";}i:4;a:10:{s:3:\"key\";s:24:\"enable_autoupdate_themes\";s:7:\"section\";s:50:\"section_automatic_updates_for_wordpress_components\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:6:\"Themes\";s:7:\"summary\";s:27:\"Automatically Update Themes\";s:11:\"description\";s:72:\"Note: Automatic updates for themes are disabled on WordPress by default.\";}i:5;a:11:{s:3:\"key\";s:12:\"update_delay\";s:7:\"section\";s:15:\"section_options\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"0\";s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/e5\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:137;s:4:\"name\";s:12:\"Update Delay\";s:7:\"summary\";s:47:\"Delay Automatic Updates For Period Of Stability\";s:11:\"description\";s:94:\"Shield will delay upgrades until the new update has been available for the set number of days.\";}i:6;a:12:{s:3:\"key\";s:22:\"autoupdate_plugin_self\";s:7:\"section\";s:15:\"section_options\";s:8:\"advanced\";b:1;s:7:\"default\";s:4:\"auto\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:4:\"auto\";s:4:\"text\";s:21:\"Let The Plugin Decide\";}i:1;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:2;a:2:{s:9:\"value_key\";s:9:\"immediate\";s:4:\"text\";s:19:\"As Soon As Possible\";}}s:9:\"link_info\";s:19:\"https://shsec.io/3x\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:409;s:4:\"name\";s:18:\"Auto Update Plugin\";s:7:\"summary\";s:39:\"Always Automatically Update This Plugin\";s:11:\"description\";s:73:\"Regardless of any other settings, automatically update the Shield plugin.\";}i:7;a:9:{s:3:\"key\";s:33:\"enable_upgrade_notification_email\";s:7:\"section\";s:15:\"section_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Send Report Email\";s:7:\"summary\";s:42:\"Send email notices after automatic updates\";s:11:\"description\";s:81:\"You can turn on/off email notices from automatic updates by un/checking this box.\";}i:8;a:10:{s:3:\"key\";s:22:\"override_email_address\";s:7:\"section\";s:15:\"section_options\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Report Email Address\";s:7:\"summary\";s:42:\"Where to send upgrade notification reports\";s:11:\"description\";s:65:\"If this is empty, it will default to the Site Admin email address\";}i:9;a:6:{s:3:\"key\";s:14:\"delay_tracking\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}i:10;a:5:{s:3:\"key\";s:16:\"selected_plugins\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:1:{s:20:\"action_hook_priority\";i:1000;}s:10:\"meta_modts\";i:1628268100;}','no'),(468228,'_site_transient_shield_mod_config_e0d6ff88278df057ce5240bb8e81a8e9','a:5:{s:4:\"slug\";s:7:\"headers\";s:10:\"properties\";a:14:{s:4:\"slug\";s:7:\"headers\";s:4:\"name\";s:12:\"HTTP Headers\";s:12:\"sidebar_name\";s:12:\"HTTP Headers\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:7:\"headers\";s:7:\"tagline\";s:29:\"Control HTTP Security Headers\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:80;}s:8:\"sections\";a:4:{i:0;a:6:{s:7:\"primary\";b:1;s:4:\"slug\";s:24:\"section_security_headers\";s:5:\"title\";s:25:\"Advanced Security Headers\";s:11:\"title_short\";s:16:\"Security Headers\";s:9:\"beacon_id\";i:267;s:7:\"summary\";a:2:{i:0;s:92:\"Purpose - Protect visitors to your site by implementing increased security response headers.\";i:1;s:101:\"Recommendation - Enabling these features are advised, but you must test them on your site thoroughly.\";}}i:1;a:5:{s:4:\"slug\";s:31:\"section_content_security_policy\";s:5:\"title\";s:23:\"Content Security Policy\";s:11:\"title_short\";s:23:\"Content Security Policy\";s:9:\"beacon_id\";i:155;s:7:\"summary\";a:2:{i:0;s:105:\"Purpose - Restrict the sources and types of content that may be loaded and processed by visitor browsers.\";i:1;s:101:\"Recommendation - Enabling these features are advised, but you must test them on your site thoroughly.\";}}i:2;a:5:{s:4:\"slug\";s:37:\"section_enable_plugin_feature_headers\";s:5:\"title\";s:27:\"Enable Module: HTTP Headers\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:265;s:7:\"summary\";a:2:{i:0;s:92:\"Purpose - Protect visitors to your site by implementing increased security response headers.\";i:1;s:101:\"Recommendation - Enabling these features are advised, but you must test them on your site thoroughly.\";}}i:3;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:7:{i:0;a:11:{s:3:\"key\";s:14:\"enable_headers\";s:7:\"section\";s:37:\"section_enable_plugin_feature_headers\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/aj\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:9:\"beacon_id\";i:265;s:4:\"name\";s:19:\"Enable HTTP Headers\";s:7:\"summary\";s:43:\"Enable (or Disable) The HTTP Headers module\";s:11:\"description\";s:71:\"Un-Checking this option will completely disable the HTTP Headers module\";}i:1;a:10:{s:3:\"key\";s:7:\"x_frame\";s:7:\"section\";s:24:\"section_security_headers\";s:7:\"default\";s:13:\"on_sameorigin\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:3:\"off\";s:4:\"text\";s:24:\"Off: iFrames Not Blocked\";}i:1;a:2:{s:9:\"value_key\";s:13:\"on_sameorigin\";s:4:\"text\";s:36:\"On: Allow iFrames On The Same Domain\";}i:2;a:2:{s:9:\"value_key\";s:7:\"on_deny\";s:4:\"text\";s:21:\"On: Block All iFrames\";}}s:9:\"link_info\";s:19:\"https://shsec.io/78\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:4:\"name\";s:13:\"Block iFrames\";s:7:\"summary\";s:33:\"Block Remote iFrames Of This Site\";s:11:\"description\";s:139:\"The setting prevents any external website from embedding your site in an iFrame. This is useful for preventing so-called ClickJack attacks.\";}i:2;a:9:{s:3:\"key\";s:13:\"x_xss_protect\";s:7:\"section\";s:24:\"section_security_headers\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/79\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:4:\"name\";s:14:\"XSS Protection\";s:7:\"summary\";s:38:\"Employ Built-In Browser XSS Protection\";s:11:\"description\";s:80:\"Directs compatible browsers to block what they detect as Reflective XSS attacks.\";}i:3;a:9:{s:3:\"key\";s:14:\"x_content_type\";s:7:\"section\";s:24:\"section_security_headers\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/7a\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:4:\"name\";s:18:\"Prevent Mime-Sniff\";s:7:\"summary\";s:27:\"Turn-Off Browser Mime-Sniff\";s:11:\"description\";s:60:\"Reduces visitor exposure to malicious user-uploaded content.\";}i:4;a:11:{s:3:\"key\";s:17:\"x_referrer_policy\";s:7:\"section\";s:24:\"section_security_headers\";s:9:\"sensitive\";b:0;s:4:\"type\";s:6:\"select\";s:7:\"default\";s:10:\"unsafe-url\";s:13:\"value_options\";a:10:{i:0;a:2:{s:9:\"value_key\";s:10:\"unsafe-url\";s:4:\"text\";s:45:\"Default: Full Referrer URL (aka \'Unsafe URL\')\";}i:1;a:2:{s:9:\"value_key\";s:11:\"no-referrer\";s:4:\"text\";s:11:\"No Referrer\";}i:2;a:2:{s:9:\"value_key\";s:26:\"no-referrer-when-downgrade\";s:4:\"text\";s:26:\"No Referrer When Downgrade\";}i:3;a:2:{s:9:\"value_key\";s:11:\"same-origin\";s:4:\"text\";s:11:\"Same Origin\";}i:4;a:2:{s:9:\"value_key\";s:6:\"origin\";s:4:\"text\";s:6:\"Origin\";}i:5;a:2:{s:9:\"value_key\";s:13:\"strict-origin\";s:4:\"text\";s:13:\"Strict Origin\";}i:6;a:2:{s:9:\"value_key\";s:24:\"origin-when-cross-origin\";s:4:\"text\";s:24:\"Origin When Cross-Origin\";}i:7;a:2:{s:9:\"value_key\";s:31:\"strict-origin-when-cross-origin\";s:4:\"text\";s:31:\"Strict Origin When Cross-Origin\";}i:8;a:2:{s:9:\"value_key\";s:5:\"empty\";s:4:\"text\";s:12:\"Empty Header\";}i:9;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:33:\"Disabled - Don\'t Send This Header\";}}s:9:\"link_info\";s:19:\"https://shsec.io/a5\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Referrer Policy\";s:7:\"summary\";s:22:\"Referrer Policy Header\";s:11:\"description\";s:141:\"The Referrer Policy Header allows you to control when and what referral information a browser may pass along with links clicked on your site.\";}i:5;a:11:{s:3:\"key\";s:32:\"enable_x_content_security_policy\";s:7:\"section\";s:31:\"section_content_security_policy\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/7d\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:9:\"beacon_id\";i:155;s:4:\"name\";s:30:\"Enable Content Security Policy\";s:7:\"summary\";s:54:\"Enable (or Disable) The Content Security Policy module\";s:11:\"description\";s:75:\"Allows for permission and restriction of all resources loaded on your site.\";}i:6;a:11:{s:3:\"key\";s:11:\"xcsp_custom\";s:7:\"section\";s:31:\"section_content_security_policy\";s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/g9\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:155;s:4:\"name\";s:12:\"Manual Rules\";s:7:\"summary\";s:16:\"Manual CSP Rules\";s:11:\"description\";s:17:\"Manual CSP rules.\";}}s:10:\"meta_modts\";i:1628268100;}','no'),(468229,'_site_transient_shield_mod_config_06adfe4b6eee2940cee149d020360f7a','a:6:{s:4:\"slug\";s:8:\"lockdown\";s:10:\"properties\";a:14:{s:4:\"slug\";s:8:\"lockdown\";s:4:\"name\";s:11:\"WP Lockdown\";s:12:\"sidebar_name\";s:8:\"Lockdown\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:8:\"lockdown\";s:7:\"tagline\";s:56:\"Harden the more loosely controlled settings of your site\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:90;}s:8:\"sections\";a:5:{i:0;a:6:{s:7:\"primary\";b:1;s:4:\"slug\";s:14:\"section_apixml\";s:5:\"title\";s:25:\"WordPress System Lockdown\";s:11:\"title_short\";s:6:\"System\";s:9:\"beacon_id\";i:413;s:7:\"summary\";a:2:{i:0;s:58:\"Purpose - Lockdown certain core WordPress system features.\";i:1;s:99:\"Recommendation - This depends on your usage and needs for certain WordPress functions and features.\";}}i:1;a:5:{s:4:\"slug\";s:33:\"section_permission_access_options\";s:5:\"title\";s:30:\"Permissions and Access Options\";s:11:\"title_short\";s:11:\"Permissions\";s:9:\"beacon_id\";i:415;s:7:\"summary\";a:2:{i:0;s:66:\"Purpose - Provides finer control of certain WordPress permissions.\";i:1;s:75:\"Recommendation - Only enable SSL if you have a valid certificate installed.\";}}i:2;a:5:{s:4:\"slug\";s:35:\"section_wordpress_obscurity_options\";s:5:\"title\";s:27:\"WordPress Obscurity Options\";s:11:\"title_short\";s:9:\"Obscurity\";s:9:\"beacon_id\";i:418;s:7:\"summary\";a:2:{i:0;s:63:\"Purpose - Obscures certain WordPress settings from public view.\";i:1;s:103:\"Recommendation - Obscurity is not true security and so these settings are down to your personal tastes.\";}}i:3;a:5:{s:4:\"slug\";s:48:\"section_enable_plugin_feature_wordpress_lockdown\";s:5:\"title\";s:23:\"Enable Module: Lockdown\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:272;s:7:\"summary\";a:2:{i:0;s:94:\"Purpose - Lockdown helps secure-up certain loosely-controlled WordPress settings on your site.\";i:1;s:53:\"Recommendation - Keep the Lockdown feature turned on.\";}}i:4;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:9:{i:0;a:11:{s:3:\"key\";s:15:\"enable_lockdown\";s:7:\"section\";s:48:\"section_enable_plugin_feature_wordpress_lockdown\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/4r\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:272;s:4:\"name\";s:15:\"Enable Lockdown\";s:7:\"summary\";s:39:\"Enable (or Disable) The Lockdown module\";s:11:\"description\";s:67:\"Un-Checking this option will completely disable the Lockdown module\";}i:1;a:10:{s:3:\"key\";s:14:\"disable_xmlrpc\";s:7:\"section\";s:14:\"section_apixml\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/e6\";s:9:\"link_blog\";s:19:\"https://shsec.io/fb\";s:9:\"beacon_id\";i:414;s:4:\"name\";s:15:\"Disable XML-RPC\";s:7:\"summary\";s:26:\"Disable The XML-RPC System\";s:11:\"description\";s:71:\"Checking this option will completely turn off the whole XML-RPC system.\";}i:2;a:10:{s:3:\"key\";s:25:\"disable_anonymous_restapi\";s:7:\"section\";s:14:\"section_apixml\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:18:\"Anonymous Rest API\";s:7:\"summary\";s:30:\"Disable The Anonymous Rest API\";s:11:\"description\";s:82:\"Checking this option will completely turn off the whole Anonymous Rest API system.\";}i:3;a:9:{s:3:\"key\";s:24:\"api_namespace_exclusions\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"default\";a:3:{i:0;s:14:\"contact-form-7\";i:1;s:7:\"jetpack\";i:2;s:11:\"woocommerce\";}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:19:\"Rest API Exclusions\";s:7:\"summary\";s:29:\"Anonymous REST API Exclusions\";s:11:\"description\";s:81:\"Any namespaces provided here will be excluded from the Anonymous API restriction.\";}i:4;a:10:{s:3:\"key\";s:20:\"disable_file_editing\";s:7:\"section\";s:33:\"section_permission_access_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/4q\";s:9:\"link_blog\";s:19:\"https://shsec.io/hk\";s:9:\"beacon_id\";i:416;s:4:\"name\";s:20:\"Disable File Editing\";s:7:\"summary\";s:51:\"Disable Ability To Edit Files From Within WordPress\";s:11:\"description\";s:135:\"Removes the option to directly edit any files from within the WordPress admin area. Equivalent to setting \'DISALLOW_FILE_EDIT\' to TRUE.\";}i:5;a:10:{s:3:\"key\";s:15:\"force_ssl_admin\";s:7:\"section\";s:33:\"section_permission_access_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/4t\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:417;s:4:\"name\";s:15:\"Force SSL Admin\";s:7:\"summary\";s:57:\"Forces WordPress Admin Dashboard To Be Delivered Over SSL\";s:11:\"description\";s:126:\"Please only enable this option if you have a valid SSL certificate installed. Equivalent to setting \'FORCE_SSL_ADMIN\' to TRUE.\";}i:6;a:9:{s:3:\"key\";s:22:\"block_author_discovery\";s:7:\"section\";s:35:\"section_wordpress_obscurity_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:23:\"https://shsec.io/wpsf23\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Block Username Fishing\";s:7:\"summary\";s:69:\"Block the ability to discover WordPress usernames based on author IDs\";s:11:\"description\";s:150:\"When enabled, any URL requests containing \'author=\' will be killed. Warning: Enabling this option may interfere with expected operations of your site.\";}i:7;a:9:{s:3:\"key\";s:16:\"clean_wp_rubbish\";s:7:\"section\";s:35:\"section_wordpress_obscurity_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Clean WP Files\";s:7:\"summary\";s:41:\"Automatically Delete Unnecessary WP Files\";s:11:\"description\";s:63:\"Automatically delete WordPress files like wp-config-sample.php.\";}i:8;a:9:{s:3:\"key\";s:28:\"hide_wordpress_generator_tag\";s:7:\"section\";s:35:\"section_wordpress_obscurity_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"WP Generator Tag\";s:7:\"summary\";s:28:\"Remove WP Generator Meta Tag\";s:11:\"description\";s:119:\"Remove a meta tag from your WordPress pages that publicly displays that your site is WordPress and its current version.\";}}s:11:\"definitions\";a:2:{s:26:\"default_restapi_exclusions\";a:5:{i:0;s:14:\"contact-form-7\";i:1;s:7:\"jetpack\";i:2;s:3:\"tho\";i:3;s:12:\"wpstatistics\";i:4;s:11:\"woocommerce\";}s:6:\"events\";a:2:{s:23:\"block_anonymous_restapi\";a:1:{s:6:\"recent\";b:1;}s:9:\"block_xml\";a:3:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;s:7:\"offense\";b:1;}}}s:10:\"meta_modts\";i:1628268100;}','no'),(468230,'_site_transient_shield_mod_config_e83942c5345a48e3fa64d19f6d59def1','a:7:{s:4:\"slug\";s:5:\"comms\";s:10:\"properties\";a:15:{s:4:\"slug\";s:5:\"comms\";s:11:\"storage_key\";s:5:\"comms\";s:4:\"name\";s:5:\"Comms\";s:10:\"menu_title\";s:5:\"Comms\";s:19:\"show_module_options\";b:1;s:21:\"show_module_menu_item\";b:0;s:12:\"auto_enabled\";b:1;s:12:\"show_central\";b:1;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:12:\"run_if_wpcli\";b:1;s:19:\"run_if_verified_bot\";b:1;s:14:\"skip_processor\";b:0;s:16:\"tracking_exclude\";b:1;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:1;}s:8:\"sections\";a:2:{i:0;a:5:{s:7:\"primary\";b:1;s:4:\"slug\";s:16:\"section_suresend\";s:5:\"title\";s:14:\"SureSend Email\";s:11:\"title_short\";s:14:\"SureSend Email\";s:9:\"beacon_id\";i:156;}i:1;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:1:{i:0;a:11:{s:3:\"key\";s:15:\"suresend_emails\";s:7:\"section\";s:16:\"section_suresend\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:13:\"value_options\";a:1:{i:0;a:2:{s:9:\"value_key\";s:3:\"2fa\";s:4:\"text\";s:29:\"2FA Login Codes (admins only)\";}}s:9:\"link_info\";s:18:\"https://icwp.io/ij\";s:9:\"link_blog\";s:18:\"https://icwp.io/ik\";s:4:\"name\";s:15:\"SureSend Emails\";s:7:\"summary\";s:15:\"SureSend Emails\";s:11:\"description\";s:16:\"SureSend Emails.\";}}s:11:\"definitions\";a:1:{s:6:\"events\";a:2:{s:16:\"suresend_success\";a:0:{}s:13:\"suresend_fail\";a:0:{}}}s:10:\"meta_modts\";i:1628268100;}','no'),(468231,'_site_transient_shield_mod_config_c375e78b36bce01d6675f81b6f4dd0b1','a:6:{s:4:\"slug\";s:5:\"email\";s:10:\"properties\";a:12:{s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:21:\"show_module_menu_item\";b:0;s:12:\"auto_enabled\";b:1;s:11:\"storage_key\";s:5:\"email\";s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:12:\"run_if_wpcli\";b:1;s:14:\"skip_processor\";b:1;s:16:\"tracking_exclude\";b:1;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:0;}s:8:\"sections\";a:0:{}s:7:\"options\";a:0:{}s:10:\"meta_modts\";i:1628268100;}','no'),(476789,'_site_transient_timeout_apto_serviceips_apple','1634678919','no'),(476790,'_site_transient_apto_serviceips_apple','a:129:{i:0;s:12:\"17.58.102.65\";i:1;s:12:\"17.58.98.251\";i:2;s:12:\"17.58.102.76\";i:3;s:14:\"17.121.115.222\";i:4;s:14:\"17.121.114.135\";i:5;s:14:\"17.121.112.148\";i:6;s:14:\"17.121.112.244\";i:7;s:14:\"17.121.112.231\";i:8;s:13:\"17.121.112.62\";i:9;s:14:\"17.121.114.151\";i:10;s:14:\"17.121.114.190\";i:11;s:13:\"17.121.112.73\";i:12;s:14:\"17.121.113.138\";i:13;s:14:\"17.121.112.141\";i:14;s:13:\"17.121.113.47\";i:15;s:13:\"17.121.115.97\";i:16;s:14:\"17.121.115.174\";i:17;s:14:\"17.121.113.139\";i:18;s:14:\"17.121.113.152\";i:19;s:14:\"17.121.114.160\";i:20;s:14:\"17.121.113.146\";i:21;s:14:\"17.121.115.111\";i:22;s:13:\"17.121.115.47\";i:23;s:13:\"17.121.113.58\";i:24;s:14:\"17.121.113.172\";i:25;s:13:\"17.121.113.30\";i:26;s:13:\"17.121.115.75\";i:27;s:14:\"17.121.115.124\";i:28;s:13:\"17.121.114.37\";i:29;s:14:\"17.121.114.237\";i:30;s:14:\"17.121.113.176\";i:31;s:13:\"17.121.114.72\";i:32;s:14:\"17.121.115.220\";i:33;s:13:\"17.121.112.67\";i:34;s:14:\"17.121.114.198\";i:35;s:14:\"17.121.114.220\";i:36;s:14:\"17.121.112.133\";i:37;s:13:\"17.121.114.39\";i:38;s:14:\"17.121.113.120\";i:39;s:14:\"17.121.113.104\";i:40;s:14:\"17.121.112.207\";i:41;s:13:\"17.121.113.27\";i:42;s:13:\"17.121.113.52\";i:43;s:14:\"17.121.114.139\";i:44;s:14:\"17.121.114.158\";i:45;s:14:\"17.121.115.110\";i:46;s:13:\"17.121.115.87\";i:47;s:14:\"17.121.114.202\";i:48;s:14:\"17.121.115.179\";i:49;s:13:\"17.121.112.13\";i:50;s:14:\"17.121.114.199\";i:51;s:14:\"17.121.113.206\";i:52;s:13:\"17.121.114.73\";i:53;s:14:\"17.121.112.222\";i:54;s:14:\"17.121.112.149\";i:55;s:13:\"17.121.113.33\";i:56;s:13:\"17.121.115.19\";i:57;s:14:\"17.121.112.116\";i:58;s:14:\"17.121.112.238\";i:59;s:13:\"17.121.112.76\";i:60;s:13:\"17.121.112.12\";i:61;s:13:\"17.121.114.45\";i:62;s:14:\"17.121.114.125\";i:63;s:14:\"17.121.114.120\";i:64;s:13:\"17.121.114.34\";i:65;s:14:\"17.121.115.158\";i:66;s:14:\"17.121.114.106\";i:67;s:13:\"17.121.113.64\";i:68;s:13:\"17.121.113.81\";i:69;s:14:\"17.121.112.200\";i:70;s:14:\"17.121.113.202\";i:71;s:14:\"17.121.115.235\";i:72;s:14:\"17.121.112.180\";i:73;s:13:\"17.121.115.57\";i:74;s:14:\"17.121.114.217\";i:75;s:13:\"17.121.114.94\";i:76;s:12:\"17.121.114.5\";i:77;s:14:\"17.121.112.183\";i:78;s:14:\"17.121.113.189\";i:79;s:13:\"17.121.113.28\";i:80;s:13:\"17.121.112.58\";i:81;s:14:\"17.121.112.158\";i:82;s:14:\"17.121.112.153\";i:83;s:13:\"17.121.114.85\";i:84;s:13:\"17.121.112.60\";i:85;s:13:\"17.121.113.65\";i:86;s:14:\"17.121.115.105\";i:87;s:14:\"17.121.113.153\";i:88;s:14:\"17.121.115.250\";i:89;s:14:\"17.121.115.156\";i:90;s:13:\"17.121.114.96\";i:91;s:14:\"17.121.115.175\";i:92;s:13:\"17.121.113.26\";i:93;s:14:\"17.121.115.145\";i:94;s:12:\"17.121.114.9\";i:95;s:14:\"17.121.115.107\";i:96;s:13:\"17.121.113.44\";i:97;s:14:\"17.121.113.200\";i:98;s:13:\"17.121.112.47\";i:99;s:14:\"17.121.115.172\";i:100;s:14:\"17.121.112.125\";i:101;s:13:\"17.121.115.36\";i:102;s:14:\"17.121.112.254\";i:103;s:14:\"17.121.113.184\";i:104;s:14:\"17.121.112.253\";i:105;s:13:\"17.121.115.88\";i:106;s:14:\"17.121.114.224\";i:107;s:14:\"17.121.112.146\";i:108;s:14:\"17.121.115.153\";i:109;s:14:\"17.121.113.190\";i:110;s:14:\"17.121.114.240\";i:111;s:14:\"17.121.115.238\";i:112;s:14:\"17.121.112.115\";i:113;s:14:\"17.121.114.197\";i:114;s:14:\"17.121.115.140\";i:115;s:13:\"17.121.112.50\";i:116;s:14:\"17.121.113.171\";i:117;s:14:\"17.121.112.110\";i:118;s:14:\"17.121.114.187\";i:119;s:14:\"17.121.114.162\";i:120;s:14:\"17.121.115.160\";i:121;s:13:\"17.121.114.61\";i:122;s:13:\"17.121.112.27\";i:123;s:14:\"17.121.113.102\";i:124;s:14:\"17.121.112.185\";i:125;s:14:\"17.121.113.100\";i:126;s:14:\"17.121.112.245\";i:127;s:13:\"17.121.113.55\";i:128;s:14:\"17.121.112.147\";}','no'),(510130,'_transient_timeout_wpseo_total_unindexed_posts','1632369627','no'),(510131,'_transient_wpseo_total_unindexed_posts','268','no'),(510132,'_transient_timeout_wpseo_total_unindexed_terms','1632369627','no'),(510133,'_transient_wpseo_total_unindexed_terms','56','no'),(509909,'_site_transient_timeout_apto_serviceips_baidu','1634609658','no'),(509910,'_site_transient_apto_serviceips_baidu','a:2:{i:0;s:15:\"220.181.108.117\";i:1;s:14:\"220.181.108.92\";}','no'),(477121,'_site_transient_timeout_apto_serviceips_yandex','1634665810','no'),(477122,'_site_transient_apto_serviceips_yandex','a:94:{i:0;s:13:\"93.158.161.75\";i:1;s:10:\"77.88.5.59\";i:2;s:11:\"77.88.5.226\";i:3;s:13:\"93.158.161.22\";i:4;s:11:\"77.88.5.112\";i:5;s:13:\"93.158.161.60\";i:6;s:11:\"77.88.5.217\";i:7;s:10:\"77.88.5.58\";i:8;s:11:\"77.88.5.144\";i:9;s:11:\"77.88.5.221\";i:10;s:10:\"77.88.5.34\";i:11;s:9:\"77.88.5.3\";i:12;s:10:\"77.88.5.54\";i:13;s:13:\"93.158.161.35\";i:14;s:10:\"77.88.5.40\";i:15;s:11:\"77.88.5.243\";i:16;s:11:\"77.88.5.101\";i:17;s:13:\"93.158.161.48\";i:18;s:13:\"93.158.161.20\";i:19;s:11:\"77.88.5.218\";i:20;s:10:\"77.88.5.77\";i:21;s:10:\"77.88.5.25\";i:22;s:11:\"77.88.5.232\";i:23;s:10:\"77.88.5.53\";i:24;s:11:\"77.88.5.228\";i:25;s:13:\"93.158.161.41\";i:26;s:10:\"77.88.5.93\";i:27;s:13:\"93.158.161.69\";i:28;s:11:\"77.88.5.156\";i:29;s:13:\"5.255.231.113\";i:30;s:13:\"93.158.161.43\";i:31;s:11:\"77.88.5.135\";i:32;s:11:\"77.88.5.102\";i:33;s:10:\"77.88.5.83\";i:34;s:11:\"77.88.5.122\";i:35;s:11:\"77.88.5.145\";i:36;s:13:\"93.158.161.24\";i:37;s:11:\"77.88.5.238\";i:38;s:10:\"77.88.5.14\";i:39;s:11:\"77.88.5.222\";i:40;s:10:\"77.88.5.50\";i:41;s:11:\"77.88.5.167\";i:42;s:10:\"77.88.5.73\";i:43;s:10:\"77.88.5.29\";i:44;s:10:\"77.88.5.85\";i:45;s:11:\"77.88.5.157\";i:46;s:10:\"77.88.5.90\";i:47;s:11:\"77.88.5.100\";i:48;s:11:\"77.88.5.236\";i:49;s:10:\"77.88.5.43\";i:50;s:13:\"93.158.161.61\";i:51;s:13:\"93.158.161.53\";i:52;s:13:\"93.158.161.46\";i:53;s:13:\"93.158.161.38\";i:54;s:13:\"5.255.231.249\";i:55;s:12:\"5.255.231.80\";i:56;s:12:\"5.255.231.69\";i:57;s:13:\"5.255.231.135\";i:58;s:14:\"213.180.203.21\";i:59;s:13:\"5.255.231.161\";i:60;s:12:\"5.255.253.89\";i:61;s:13:\"5.255.253.116\";i:62;s:12:\"5.255.231.36\";i:63;s:15:\"213.180.203.137\";i:64;s:11:\"77.88.5.169\";i:65;s:12:\"93.158.161.9\";i:66;s:10:\"77.88.5.10\";i:67;s:11:\"77.88.5.234\";i:68;s:11:\"77.88.5.136\";i:69;s:11:\"77.88.5.120\";i:70;s:14:\"213.180.203.29\";i:71;s:13:\"5.255.253.101\";i:72;s:12:\"5.255.231.74\";i:73;s:10:\"77.88.5.47\";i:74;s:10:\"77.88.5.62\";i:75;s:10:\"77.88.5.49\";i:76;s:10:\"77.88.5.26\";i:77;s:10:\"77.88.5.96\";i:78;s:10:\"77.88.5.97\";i:79;s:11:\"77.88.5.162\";i:80;s:13:\"93.158.161.12\";i:81;s:10:\"77.88.5.60\";i:82;s:11:\"77.88.5.154\";i:83;s:11:\"77.88.5.253\";i:84;s:11:\"77.88.5.173\";i:85;s:10:\"77.88.5.46\";i:86;s:13:\"93.158.161.21\";i:87;s:10:\"77.88.5.27\";i:88;s:13:\"93.158.161.37\";i:89;s:12:\"93.158.161.6\";i:90;s:14:\"87.250.224.144\";i:91;s:13:\"95.108.213.45\";i:92;s:12:\"5.45.207.103\";i:93;s:13:\"5.255.231.206\";}','no'),(476716,'icwp_wpsf_integrations_options','a:2:{s:19:\"form_spam_providers\";a:0:{}s:19:\"user_form_providers\";a:1:{i:0;s:9:\"wordpress\";}}','yes'),(476720,'_site_transient_timeout_apto_serviceips_bing','1634689947','no'),(476721,'_site_transient_apto_serviceips_bing','a:133:{i:0;s:12:\"13.66.139.56\";i:1;s:13:\"157.55.39.232\";i:2;s:13:\"157.55.39.236\";i:3;s:12:\"13.66.139.75\";i:4;s:13:\"157.55.39.247\";i:5;s:12:\"13.66.139.58\";i:6;s:13:\"157.55.39.227\";i:7;s:13:\"207.46.13.104\";i:8;s:13:\"13.66.139.107\";i:9;s:13:\"157.55.39.139\";i:10;s:13:\"157.55.39.226\";i:11;s:11:\"13.66.139.0\";i:12;s:13:\"157.55.39.242\";i:13;s:13:\"157.55.39.230\";i:14;s:13:\"157.55.39.234\";i:15;s:13:\"157.55.39.123\";i:16;s:12:\"40.77.167.70\";i:17;s:12:\"40.77.167.73\";i:18;s:12:\"40.77.167.65\";i:19;s:12:\"40.77.167.72\";i:20;s:12:\"13.66.139.53\";i:21;s:12:\"13.66.139.77\";i:22;s:13:\"13.66.139.115\";i:23;s:13:\"13.66.139.105\";i:24;s:12:\"40.77.167.71\";i:25;s:12:\"40.77.167.67\";i:26;s:12:\"40.77.167.69\";i:27;s:11:\"40.77.167.0\";i:28;s:13:\"207.46.13.110\";i:29;s:12:\"40.77.167.68\";i:30;s:13:\"13.66.139.106\";i:31;s:13:\"13.66.139.144\";i:32;s:12:\"13.66.139.33\";i:33;s:12:\"207.46.13.41\";i:34;s:13:\"13.66.139.147\";i:35;s:12:\"13.66.139.41\";i:36;s:12:\"207.46.13.55\";i:37;s:12:\"207.46.13.37\";i:38;s:12:\"13.66.139.65\";i:39;s:12:\"13.66.139.42\";i:40;s:12:\"13.66.139.14\";i:41;s:12:\"207.46.13.51\";i:42;s:12:\"13.66.139.39\";i:43;s:12:\"207.46.13.16\";i:44;s:12:\"13.66.139.49\";i:45;s:12:\"40.77.167.26\";i:46;s:12:\"207.46.13.21\";i:47;s:12:\"207.46.13.78\";i:48;s:13:\"207.46.13.167\";i:49;s:13:\"207.46.13.166\";i:50;s:13:\"207.46.13.138\";i:51;s:12:\"40.77.167.11\";i:52;s:12:\"207.46.13.17\";i:53;s:12:\"40.77.167.78\";i:54;s:13:\"207.46.13.135\";i:55;s:12:\"207.46.13.71\";i:56;s:11:\"157.55.39.3\";i:57;s:11:\"157.55.39.1\";i:58;s:12:\"207.46.13.47\";i:59;s:12:\"157.55.39.62\";i:60;s:12:\"207.46.13.61\";i:61;s:12:\"40.77.167.10\";i:62;s:11:\"40.77.167.5\";i:63;s:12:\"207.46.13.74\";i:64;s:13:\"40.77.167.101\";i:65;s:12:\"40.77.167.24\";i:66;s:13:\"207.46.13.130\";i:67;s:12:\"157.55.39.98\";i:68;s:12:\"207.46.13.73\";i:69;s:13:\"157.55.39.154\";i:70;s:12:\"157.55.39.97\";i:71;s:13:\"207.46.13.129\";i:72;s:12:\"157.55.39.29\";i:73;s:12:\"40.77.167.25\";i:74;s:12:\"157.55.39.25\";i:75;s:13:\"207.46.13.160\";i:76;s:11:\"157.55.39.2\";i:77;s:12:\"157.55.39.74\";i:78;s:12:\"157.55.39.20\";i:79;s:13:\"207.46.13.186\";i:80;s:13:\"207.46.13.187\";i:81;s:13:\"207.46.13.148\";i:82;s:12:\"40.77.167.19\";i:83;s:12:\"40.77.167.40\";i:84;s:13:\"207.46.13.108\";i:85;s:12:\"157.55.39.90\";i:86;s:12:\"157.55.39.96\";i:87;s:13:\"157.55.39.111\";i:88;s:12:\"207.46.13.79\";i:89;s:13:\"157.55.39.164\";i:90;s:12:\"157.55.39.28\";i:91;s:13:\"157.55.39.102\";i:92;s:13:\"207.46.13.156\";i:93;s:12:\"157.55.39.95\";i:94;s:13:\"157.55.39.158\";i:95;s:13:\"207.46.13.178\";i:96;s:13:\"207.46.13.185\";i:97;s:13:\"157.55.39.107\";i:98;s:12:\"40.77.167.97\";i:99;s:13:\"207.46.13.151\";i:100;s:13:\"157.55.39.113\";i:101;s:13:\"157.55.39.188\";i:102;s:13:\"207.46.13.134\";i:103;s:13:\"207.46.13.161\";i:104;s:12:\"157.55.39.87\";i:105;s:12:\"40.77.167.64\";i:106;s:13:\"207.46.13.165\";i:107;s:12:\"157.55.39.75\";i:108;s:12:\"207.46.13.27\";i:109;s:12:\"40.77.167.81\";i:110;s:12:\"207.46.13.65\";i:111;s:13:\"157.55.39.184\";i:112;s:12:\"207.46.13.50\";i:113;s:12:\"157.55.39.70\";i:114;s:13:\"207.46.13.183\";i:115;s:13:\"207.46.13.174\";i:116;s:13:\"157.55.39.177\";i:117;s:12:\"207.46.13.18\";i:118;s:12:\"207.46.13.59\";i:119;s:13:\"207.46.13.142\";i:120;s:12:\"40.77.167.88\";i:121;s:12:\"207.46.13.24\";i:122;s:12:\"40.77.167.66\";i:123;s:12:\"40.77.167.17\";i:124;s:13:\"207.46.13.175\";i:125;s:13:\"207.46.13.170\";i:126;s:12:\"207.46.13.80\";i:127;s:13:\"207.46.13.113\";i:128;s:13:\"157.55.39.109\";i:129;s:12:\"207.46.13.75\";i:130;s:12:\"157.55.39.31\";i:131;s:11:\"157.55.39.8\";i:132;s:12:\"157.55.39.64\";}','no'),(476745,'_site_transient_timeout_apto_serviceips_google','1633742893','no'),(476746,'_site_transient_apto_serviceips_google','a:155:{i:0;s:13:\"66.249.73.146\";i:1;s:13:\"66.249.73.148\";i:2;s:13:\"66.249.73.150\";i:3;s:12:\"66.249.65.84\";i:4;s:12:\"66.249.65.85\";i:5;s:13:\"66.249.65.111\";i:6;s:12:\"66.249.65.86\";i:7;s:12:\"66.249.65.83\";i:8;s:12:\"66.249.65.82\";i:9;s:12:\"66.249.75.15\";i:10;s:12:\"66.249.75.13\";i:11;s:12:\"66.249.75.70\";i:12;s:12:\"66.249.75.68\";i:13;s:12:\"66.249.75.72\";i:14;s:13:\"66.249.72.238\";i:15;s:12:\"66.249.65.87\";i:16;s:13:\"66.249.65.110\";i:17;s:13:\"66.249.65.113\";i:18;s:12:\"66.249.75.69\";i:19;s:12:\"66.249.75.71\";i:20;s:12:\"66.249.75.83\";i:21;s:12:\"66.249.75.85\";i:22;s:12:\"66.249.75.73\";i:23;s:13:\"66.249.72.236\";i:24;s:12:\"66.249.75.95\";i:25;s:12:\"66.249.75.64\";i:26;s:12:\"66.249.75.91\";i:27;s:12:\"66.249.75.90\";i:28;s:12:\"66.249.75.92\";i:29;s:13:\"66.249.65.217\";i:30;s:13:\"66.249.73.132\";i:31;s:13:\"66.249.73.158\";i:32;s:12:\"66.249.75.66\";i:33;s:13:\"66.249.72.242\";i:34;s:12:\"66.249.75.93\";i:35;s:13:\"66.249.72.244\";i:36;s:13:\"66.249.73.155\";i:37;s:13:\"66.249.73.129\";i:38;s:13:\"66.249.73.151\";i:39;s:13:\"66.249.73.153\";i:40;s:13:\"66.249.65.222\";i:41;s:13:\"66.249.65.215\";i:42;s:13:\"66.249.65.213\";i:43;s:13:\"66.249.72.246\";i:44;s:13:\"66.249.73.149\";i:45;s:13:\"66.249.65.192\";i:46;s:13:\"66.249.65.223\";i:47;s:13:\"66.249.73.156\";i:48;s:13:\"66.249.73.130\";i:49;s:13:\"66.249.69.193\";i:50;s:13:\"66.249.73.128\";i:51;s:13:\"66.249.69.222\";i:52;s:13:\"66.249.69.217\";i:53;s:13:\"66.249.75.183\";i:54;s:13:\"66.249.69.219\";i:55;s:13:\"66.249.75.181\";i:56;s:13:\"66.249.75.170\";i:57;s:13:\"66.249.69.196\";i:58;s:13:\"66.249.75.179\";i:59;s:13:\"66.249.69.215\";i:60;s:12:\"66.249.65.91\";i:61;s:12:\"66.249.65.77\";i:62;s:12:\"66.249.65.92\";i:63;s:13:\"66.249.65.106\";i:64;s:13:\"66.249.75.187\";i:65;s:12:\"66.249.79.41\";i:66;s:13:\"66.249.75.189\";i:67;s:13:\"66.249.69.214\";i:68;s:13:\"66.249.69.212\";i:69;s:13:\"66.249.69.216\";i:70;s:13:\"66.249.69.223\";i:71;s:13:\"66.249.69.221\";i:72;s:13:\"66.249.75.166\";i:73;s:13:\"66.249.69.220\";i:74;s:13:\"66.249.75.191\";i:75;s:13:\"66.249.75.175\";i:76;s:13:\"66.249.65.102\";i:77;s:12:\"66.249.70.31\";i:78;s:12:\"66.249.70.63\";i:79;s:12:\"66.249.70.32\";i:80;s:12:\"66.249.70.54\";i:81;s:12:\"66.249.70.58\";i:82;s:11:\"66.249.70.8\";i:83;s:12:\"66.249.70.27\";i:84;s:12:\"66.249.70.61\";i:85;s:13:\"66.249.64.251\";i:86;s:13:\"66.249.64.248\";i:87;s:12:\"66.249.65.89\";i:88;s:12:\"66.249.65.88\";i:89;s:13:\"66.249.65.125\";i:90;s:12:\"66.249.65.90\";i:91;s:13:\"66.249.65.123\";i:92;s:13:\"66.249.65.104\";i:93;s:13:\"66.249.65.127\";i:94;s:13:\"66.249.64.245\";i:95;s:13:\"66.249.64.254\";i:96;s:13:\"66.249.64.247\";i:97;s:13:\"66.249.64.249\";i:98;s:13:\"66.249.64.224\";i:99;s:13:\"66.249.64.252\";i:100;s:12:\"66.249.70.42\";i:101;s:13:\"66.249.65.182\";i:102;s:12:\"66.249.65.75\";i:103;s:12:\"66.249.65.79\";i:104;s:13:\"66.249.65.189\";i:105;s:13:\"66.249.65.191\";i:106;s:13:\"66.249.65.184\";i:107;s:13:\"66.249.65.186\";i:108;s:13:\"66.249.69.218\";i:109;s:13:\"66.249.69.192\";i:110;s:13:\"66.249.75.168\";i:111;s:11:\"66.249.75.3\";i:112;s:11:\"66.249.75.5\";i:113;s:11:\"66.249.75.9\";i:114;s:12:\"66.249.69.27\";i:115;s:12:\"66.249.75.28\";i:116;s:12:\"66.249.75.29\";i:117;s:12:\"66.249.69.29\";i:118;s:12:\"66.249.75.19\";i:119;s:13:\"66.249.64.231\";i:120;s:13:\"66.249.65.160\";i:121;s:13:\"66.249.65.168\";i:122;s:13:\"66.249.64.233\";i:123;s:12:\"66.249.70.59\";i:124;s:13:\"66.249.64.234\";i:125;s:13:\"66.249.64.229\";i:126;s:13:\"66.249.64.225\";i:127;s:12:\"66.249.70.45\";i:128;s:13:\"66.249.64.230\";i:129;s:12:\"66.249.70.47\";i:130;s:13:\"66.249.64.227\";i:131;s:13:\"66.249.64.228\";i:132;s:13:\"66.249.64.253\";i:133;s:13:\"66.249.65.180\";i:134;s:13:\"66.249.65.176\";i:135;s:13:\"66.249.65.165\";i:136;s:13:\"66.249.65.167\";i:137;s:13:\"66.249.65.178\";i:138;s:13:\"66.249.65.169\";i:139;s:12:\"66.249.65.76\";i:140;s:13:\"66.249.65.103\";i:141;s:13:\"66.249.65.116\";i:142;s:13:\"66.249.65.114\";i:143;s:13:\"66.249.65.244\";i:144;s:13:\"66.249.65.105\";i:145;s:13:\"66.249.65.101\";i:146;s:13:\"66.249.65.112\";i:147;s:12:\"66.249.65.98\";i:148;s:13:\"66.249.65.248\";i:149;s:13:\"66.249.65.253\";i:150;s:13:\"66.249.65.246\";i:151;s:12:\"66.249.65.99\";i:152;s:13:\"66.249.65.108\";i:153;s:12:\"66.249.65.97\";i:154;s:13:\"66.249.65.225\";}','no'),(511103,'_site_transient_timeout_apto-db-ready-0d35025fc8','1632334412','no'),(510395,'_transient_timeout_wpseo_total_unindexed_general_items','1632402173','no'),(510396,'_transient_wpseo_total_unindexed_general_items','1','no'),(510241,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1632355326','no'),(510242,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1632312126','no'),(510244,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: GoDaddy Pro To Host Second EXPAND 2021 Event on September 24 in India\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122816\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:203:\"https://wptavern.com/godaddy-pro-to-host-second-expand-2021-event-on-september-24-in-india?utm_source=rss&utm_medium=rss&utm_campaign=godaddy-pro-to-host-second-expand-2021-event-on-september-24-in-india\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4901:\"<p class=\"has-drop-cap\">GoDaddy Pro will kick off <a href=\"https://events.godaddy.com/events/details/godaddy-events-godaddy-pro-india-presents-expand-2021-india/?code=tavern\">EXPAND 2021 – India</a> on September 24, the second event of its kind this year. It is a one-day virtual conference that will feature sessions from industry leaders and experts in the field.</p>\n\n\n\n<p>Nikhil Arora, the Vice President and Managing Director for GoDaddy India, will present the keynote address. In total, there will be nine sessions that will run between 15 and 45 minutes throughout the day. The goal is to provide guidance and resources for those starting and growing digital businesses.</p>\n\n\n\n<p>GoDaddy Pro <a href=\"https://wptavern.com/godaddy-pro-will-kick-off-2-day-expand-event-on-april-27\">launched its first event</a>, EXPAND 2021 – U.S., in late April. Over 5,000 people registered for the two-day virtual conference. However, tens of thousands more have viewed individual sessions since then. Each session is <a href=\"https://www.youtube.com/watch?v=K_Ws_e49i_4&list=PLUFaBQ_KBkWCG80Lmx6xxeeDYYsNLZV94\">available for free viewing</a> via the GoDaddy Pro YouTube channel, and new videos will be added for future events.</p>\n\n\n\n<p>When Adam Warner, the Global Field Marketing Sr. Manager at GoDaddy, spoke of the event earlier this year, he described it as a project he had wanted to do since 2018. For him, it was a way of giving back to the community and helping the next generation along.</p>\n\n\n\n<p>“I’m pleased with how our EXPAND conference series is growing and the feedback we’ve received from attendees so far,” he said. “The overarching goal of EXPAND is to showcase the solutions that our Pros are providing for their clients, and to do so in a way that both inspires and educates others to follow their passion for building the web and their own businesses.”</p>\n\n\n\n<p>The first event did not go off without any bumps in the road. The team learned from it and will tweak things to improve the conference.</p>\n\n\n\n<p>“One important lesson we learned from our first EXPAND event was to clearly define chat moderation roles and increase the amount of pre-written platform navigation directions and tips for our Guides to share with attendees in the general and session chats areas,” said Warner. “When our event started, we were walking over ourselves a bit. The chat conversations move so fast, we ended up duplicating a few replies, coming from multiple people.”</p>\n\n\n\n<p>The EXPAND 2021 – India conference will be different than the inaugural event held earlier this year. Instead of focusing on a more general or U.S. audience, GoDaddy Pro is leaning into its regional teams and members.</p>\n\n\n\n<p>“All the speakers are from India, as well as the Pros whose stories will be featured,” said Warner. “We have dedicated GoDaddy and GoDaddy Pro teams in India, and they’ve played a lead role in defining the best approach for the Indian audience. The biggest challenge with putting this event together so far has been the differences in time zones for our multiple teams. We’ve tried to accommodate everyone’s schedules as much as possible.”</p>\n\n\n\n<p>The GoDaddy Pro team is already planning EXPAND 2022 events. Warner said those interested to be on the lookout over the next couple of months for more news.</p>\n\n\n\n<p>“To date, our EXPAND conferences run parallel with our location-specific launches of the GoDaddy Pro brand,” he said. “As GoDaddy Pro continues to grow, and when the world gets back to in-person events globally, we would love to accommodate attendees in multiple physical locations.”</p>\n\n\n\n<p>One glaring issue for the India event is the lack of gender diversity within its speaker group. Only one woman is leading a session. I asked Warner why there was such an imbalance.</p>\n\n\n\n<p>“The number of women in the technology sector in India has been a matter of concern for small and large businesses alike,” said Warner. “GoDaddy is an <a href=\"https://careers.godaddy.com/diversity\">inviting place to work</a> and an industry leader for women in technology. We are actively working to create platforms and ecosystems to encourage more women to join the fray. We are delighted to have Kriti Aggarwal, Founder of Anaha Services, join us at this year’s EXPAND Event in India and are focused on all future EXPAND Conferences recognizing diverse groups of leaders in their sectors.”</p>\n\n\n\n<p>The team is holding two Meetups each week. Yesterday was an <a href=\"https://twitter.com/GoDaddyPro/status/1439994009192108039\">all-female panel</a> of GoDaddy and GoDaddy Pro team members in prep for their sponsorship of <a href=\"https://femtechconf.com/\">FemTechConf</a>, held between September 24 and 25.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Sep 2021 21:36:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: Open Collective Launches New Way to Support Open Source through Public Stock Shares\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=123065\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:231:\"https://wptavern.com/open-collective-launches-new-way-to-support-open-source-through-public-stock-shares?utm_source=rss&utm_medium=rss&utm_campaign=open-collective-launches-new-way-to-support-open-source-through-public-stock-shares\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3620:\"<p>It’s no secret that companies are making loads of cash using open source technology. A 2021 <a href=\"https://www.redhat.com/en/enterprise-open-source-report/2021\">survey of 1,250 IT leaders commissioned by Red Hat</a> found that 90% are using enterprise open source software. Following the trail of major acquisitions (Red Hat at $34B, GitHub at $7.5B, and MuleSoft $6.5B), it’s becoming more common to see companies built on open source valued at billions of dollars. </p>\n\n\n\n<p>With so much invested in open source infrastructure, many companies will assign employees to work on specific important issues for the projects they depend on, or hire them to support these projects full-time. This is an effective way to support maintainers when it works out but sometimes projects need to be able to funnel support to those who can further the software but who don’t happen to work for one of these corporations. </p>\n\n\n\n<p>Open Collective is exploring a new way for individuals and companies to give back to the projects they use by donating public stock. The new initiative is called <a href=\"https://openstocks.co/\">Open Stocks</a>. It allows donors to support open source without having to pay capital gains tax on the appreciated amount of their stocks, which is up to 37% for those based in the US. They receive a tax write-off at the current market value of the stock. Donating some of those profits is one way to lessen the tax burden for capital gains while keeping the open source software alive that made the public stock possible in the first place.</p>\n\n\n\n<p>Open Stocks is using <a href=\"https://www.overflow.co/\">Overflow</a>, a VC-backed philanthropy platform, to streamline the stock donation process, which may have the potential to increase the average donation amount for open source projects. The startup claims “the average stock donation through Overflow is 47X the average online ACH/debit/credit donation.”</p>\n\n\n\n<p>Here is how it works: Donors select the open source collective they want to support and then proceed to the checkout process, which happens on the Overflow website app. Donors are asked to connect directly to their brokerage account by authenticating through the app. The Open Source Collective team will receive the donated stock converted to cash and the cash is then transferred automatically to the specified project’s balance with a public contribution notice on their page.</p>\n\n\n\n<p>It is not very clear up front for donors what fees they will have deducted from their total donation. Open Collective did not publish this information, and it wasn’t available on the Overflow website. Open Collective co-founders were not immediately available for comment on this.</p>\n\n\n\n<p>All currently-registered collectives are automatically able to receive stock donations. The announcement hints at future support for non-traditional forms of payment:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Stocks and shares are a huge part of the economic power of traditional geopolitical structures, and while we believe that equivalent access to those structures is a positive move for the communities we support we can’t ignore that the world is changing… how we embrace and organize around that change may have an even bigger impact on our work. </p></blockquote>\n\n\n\n<p>Open Collective co-founder Pia Mancini <a href=\"https://twitter.com/piamancini/status/1439979274509897730\">confirmed on Twitter</a> that donation via cryptocurrencies is next on deck for the organization in its efforts to support open source creators.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Sep 2021 03:59:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: StellarWP Acquires Learning Management System LearnDash\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=123059\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:175:\"https://wptavern.com/stellarwp-acquires-learning-management-system-learndash?utm_source=rss&utm_medium=rss&utm_campaign=stellarwp-acquires-learning-management-system-learndash\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5488:\"<p class=\"has-drop-cap\">StellarWP announced today that it <a href=\"https://stellarwp.com/stellarwp-welcomes-learndash-to-the-family/\">acquired LearnDash</a>, a learning management system (LMS) for WordPress. The product allows educators to create online courses, quizzes, and dynamic content. <a href=\"https://www.learndash.com/\">LearnDash</a> will continue to operate autonomously, keeping its team intact.</p>\n\n\n\n<p>In May, Liquid Web launched its new <a href=\"https://www.prnewswire.com/news-releases/liquid-web-family-of-brands-acquires-impressorg-and-flagship-product-givewp-301288736.html\">umbrella brand</a>, StellarWP, alongside its <a href=\"https://wptavern.com/liquid-web-acquires-givewp\">acquisition of Impress.org</a> and its flagship product, GiveWP. iThemes, The Events Calendar, Restrict Content Pro, and Kadence WP are included in this family. Each of the brands operates independently. Essentially, StellarWP functions as a “branded house” but is very much a “house of brands,” according to Chris Lema, who will be switching roles and taking the General Manager position for LearnDash.</p>\n\n\n\n<p>The LearnDash acquisition is StellarWP’s largest to date, but the company did not provide a specific dollar amount.</p>\n\n\n\n<p>The LMS market size grew to $10.84 billion in 2020. It is projected to increase to over $13 billion in 2021, <a href=\"https://www.fortunebusinessinsights.com/industry-reports/learning-management-system-market-101376\">according to Fortune Business Insights</a>. However, when asked why the company was jumping into the space, Lema talked about the vision.</p>\n\n\n\n<p>“The way I think about things is less about the bottom line and more about the larger vision,” he said. “At Liquid Web, we believe that things will continue to get more abstracted for customers. They will want, less and less, to deal with the complexities of hosting. They don’t really want ‘managed’ hosting or even ‘managed WordPress’ hosting. They want a hosted solution. In other words, they want a solution that works. If they need it hosted, great. If they already have a host, great. So we’ve been focused on building a solutions-orientation toward folks who are doing digital commerce or are building digital commerce solutions for their customers.”</p>\n\n\n\n<p>He said that LearnDash fits perfectly into that vision for the company.</p>\n\n\n\n<p>In some ways, the global COVID-19 pandemic that began in 2020 may have hit the fast-forward button in many online sectors. The <a href=\"https://wptavern.com/tectonic-shifts-in-retail-industry-are-creating-unprecedented-opportunities-for-independent-stores\">landscape shifted</a> for small and large businesses. More people have had opportunities to take online courses or even create their own.</p>\n\n\n\n<p>“Yes, we saw a dramatic increase in the take rate on online learning platforms across the entire space,” said Lema. “Last year saw a COVID dip for many, but for online learning, it was a bump. That said, I think we’re seeing the numbers drop back down a bit into a more normal but elevated range based on what happened last year. And most importantly, more people than ever have tried their hands at online learning, and I don’t think that’s going to stop.”</p>\n\n\n\n<p>Now that Liquid Web and StellarWP have built a library of multiple products, one question is how the company might begin to tie them together. There are some easy wins with cross-product integration that would fit into the vision of selling solutions.</p>\n\n\n\n<p>“Yes, we think so too,” said Lema. “RCP and LearnDash, GiveWP and LearnDash, LearnDash and Nexcess, and more. I think we’ll see a lot of collaborations across the StellarWP brands. But to be clear, each brand runs independently, so for LearnDash, we’re still focused on all sorts of other integrations, from chat to testimonials to CRM to better Zoom integration.”</p>\n\n\n\n<p>While he did not offer any specifics, it is likely in the cards in some form. Each of these is robust a product that, when used together, can provide a powerful toolset for building commerce-based websites.</p>\n\n\n\n<p>Lema wrote a more in-depth post on his personal blog about integrations being a <a href=\"https://chrislema.com/plugin-developers-dont-ignore-this-growth-strategy/\">vital strategy for business growth</a>. He shared a riddle that he likened to the WordPress ecosystem.</p>\n\n\n\n<p>“I thought about it because it’s a bit of a parable for how I see so many product owners in the WordPress ecosystem build their plugins – as if there’s no one else in the world, building anything else that a customer might use with their product,” he wrote.</p>\n\n\n\n<p>We will have to wait to see what sort of integrations LearnDash might have in the future. For now, the team is working on the roadmap for its updated course grid and version 4.0 feature release. The update should include dynamic learning paths.</p>\n\n\n\n<p>“The reality in online learning is that students don’t move in a linear fashion through material like the instructor always hopes,” said Lema. “Or maybe an instructor wants to support an almost choose-your-own-adventure approach. I know in my coaching, I don’t move everyone through the same lessons in the same order. So we’re excited to innovate in this space.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Sep 2021 01:16:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WordPress.org blog: WP Briefing: Episode 16: A Sneak Peek at WordPress 5.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11248\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2021/09/episode-16-a-sneak-peek-at-wordpress-5-9/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11751:\"<p>In addition to this episode’s small list of big things, Josepha Haden Chomphosy reviews the upcoming 5.9 WordPress release and its Full Site Editing features.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References </h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">WordPress 5.9 Planning </a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/08/13/preliminary-road-to-5-9/\">5.9 Target Features</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/\">Gallery Block Refactor Dev Notes</a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/The_Cathedral_and_the_Bazaar\">The Cathedral and the Bazaar, 19 Lessons of Open Source</a></p>\n\n\n\n<p><a href=\"https://wptranslationday.org/\">WordPress Translation Day</a></p>\n\n\n\n<p><a href=\"https://us.wordcamp.org/2021/\">WordCamp US 2021</a></p>\n\n\n\n<p><a href=\"https://andreamiddleton.blog/2021/09/07/letters-to-an-open-source-contributor/\">Letters to an open source contributor, by Andrea Middleton</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11248\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Joseph Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>00:40</p>\n\n\n\n<p>Today I’m going to take you through a quick look at the final WordPress release of 2021. It will be WordPress 5.9. And there will be a ton of things in it, including a fresh new default theme. And there are a few things that you need to know about it right now. The target release date is December 14, 2021, which means some of our milestones happen around Thanksgiving in the US. And a few significant commercial dates globally, days, like Giving Tuesday and Black Friday, etc. I’ll include a link to the post with all the target dates in the show notes so that you can plan with those in mind. And also in the show notes. I’ll include a link to Matías Ventura’s post that includes the target features for the release. When you look at that post, you’ll notice that you can sort of group things into two big buckets. The two buckets that I grouped them into are themes plus tools, and also better tools. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>01:31</p>\n\n\n\n<p>So bucket number one themes and all their tools. Three things were important for me as I was reading through them. Number one is that there is a default theme. As of the time of this recording, I’ve seen the early concepts for the theme, and I love them. Hopefully, by the time this podcast is published, the post that showcases the look and feel will also be up on make.wordpress.org/design. If it is, I’ll include a link in the show notes to make it easy for everyone to reference. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:04</p>\n\n\n\n<p>The second thing is block themes in general. So WordPress 5.8 brought to core WordPress a lot of the infrastructure needed to create block themes. And in this release in WordPress 5.9, much of that infrastructure will be made available for folks who don’t always feel comfortable working in the code. That’s mostly UX and UI changes. So user experience and user interface changes are based on user feedback that we’ve gathered over the last six to eight months. But it also will include the long-awaited navigation block. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>02:37</p>\n\n\n\n<p>The third thing that shows up for me in this first bucket, in the themes and all their tools bucket, is the UX and interface for theme.json. The user interface that we’re making available for theme.json is a major step forward in this project has been referred to as global styles for a few years. And it kind of is what it sounds like on the box, a way for users to tap into that powerful management tool that we have built through theme.JSON. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:09</p>\n\n\n\n<p>Bucket number two, which I am calling publicly “tools for days.” But also, I refer to it as design tools, block tools, and pattern tools. I had this whole vision of a Wizard of Oz, “lions and tigers and bears. Oh my!” moment, but I couldn’t make it work. So “design tools and block tools and pattern tools Hoorah!” That’s as close as we’re getting. So that’s my first big number two bucket for you. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>03:37</p>\n\n\n\n<p>For most of these tools, the best way to describe it is quality of life improvements, lots of streamlining of what’s there, lots of building what’s not. But there’s one that’s substantial and worth digging into a bit more. And that’s the gallery block refactor. The dev note for this already exists. Like before we had the planning round-up post, the dev note was created. And so I will put a link to that in the show notes. But the headline is that this refactor will make the creation and maintenance of image blocks and the gallery block work the same way. If you are a theme or plugin developer, head on over to the dev notes that I have linked below and take some time to get familiar with it. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:20</p>\n\n\n\n<p>And then the final thing, which has a bunch of small things in it, but will make a huge impact for all of our users overall, is that we’re working on more intuitive and responsive tools on blocks. That has come up frequently in our user testing again over the last six to eight months. And we are going to chip away at that long list of needs that we have in those particular toolsets. And that’s it. So that’s a really big broad look at what we’re trying to get into the final release of the year.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>04:58</p>\n\n\n\n<p>I know that when I say like this is our hoped for stuff. This is our best guess at the moment. Sometimes it can feel like we should know that already — I should know already what’s going into the release. And on the one hand, yes, I believe in this list of things that we’re going to put into the release, I think they’re going to be good. But I always refer to it as like the hoped-for things, the things that are on the roadmap, our best targets, because I know that I don’t ever want to ship something that is going to be a worse experience for users. And so I always like to save the space to be able to remove a feature or remove an enhancement, a little bit closer to the time of the release, just to make sure that what we are offering is the best that we can offer. However, as it says right there in the 19 learnings of open source, “if there’s a bug, there’s a job,” right? There’s a lot of tolerance in open source software for shipping, slightly imperfect work. And that’s good. When we ship software that’s a little bit imperfect, it makes it clear how everyone can participate, how everyone could participate, if they could find this WordPress community that supports the CMS. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>06:20</p>\n\n\n\n<p>If you’ve never participated in a release and are interested in learning how it goes, you can always follow along on make.wordpress.org/core. And of course, we do a lot of our meetings in the making WordPress, community Slack, which you can find at chat.wordpress.org if you are not already in that particular instance.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>06:49</p>\n\n\n\n<p>That brings us now to our small list of big things. I have three things on my list for you. The first one is WP Translation day slash month. For folks who’ve been following along for a bit, you probably noticed that Translation Day has been going on all month long all of September so that we can have small individual local events and bring people into the process of translating WordPress and making WordPress more usable for more people, especially when they don’t necessarily speak English as their first language. It’s a wonderful event. There’s been Translation Day at the end of September for years. And this Translation Month is working its way up to that Translation Day; I will leave a link to the event page in the notes below. And I really encourage you to drop by.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>07:38</p>\n\n\n\n<p>The second thing is that WordCamp US is coming up on October 1. It is going to be a virtual event, as so many of our events are right now. Tickets are open. The schedule just got published last week. And so we have a good concept of who is talking about what while we’re there. I suggest you wander over to the schedule. Take a look at anything that might be inspirational to you or anyone who looks like they’re answering questions that you’ve had as you have been trying to build your WordPress business. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>08:08</p>\n\n\n\n<p>And then the third thing on my smallest of big things. Some of you may already be aware that <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a> has left the WordPress project. She has been an absolute fixture in the WordPress open source project for the last ten years. And while we will all miss her terribly, her work has been so influential and so foundational that we actually won’t really feel much like she’s gone. We will see the evidence of her work in everything she does and everything she has done while we build a better and more inclusive WordPress after her. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>08:47</p>\n\n\n\n<p>As a final love letter to the community, she published a series of things that she learned about contributing to open source and especially how to contribute to WordPress as an open source project. I’m going to link those in the show notes as well. For anyone who has worked with Andrea for a long time, when you read it, it will just remind you of her voice and will be like a nice warm, comforting hug as she heads on to her next endeavors. And for folks who have never worked with her before. It’s still really excellent information that I think translates into all areas of our work, especially right now as people are moving to distributed work and remote work a bit more. Now I encourage everyone to at least give one or two of them a read. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>09:38</p>\n\n\n\n<p>That, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I’m your host, Josepha Haden Chomphosy, and I’ll see you again in a couple of weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Sep 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"Gutenberg Times: Insights into theme building for FSE, Headless and Gutenberg — Weekend Edition #185\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=19023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://gutenbergtimes.com/theme-building-for-fse-weekend-edition-185/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15900:\"<p>Howdy,</p>\n\n\n\n\n\n<p>Now, you might have heard or read, <a href=\"https://twitter.com/andmiddleton\"><strong>Andrea Middleton</strong></a> has left Automattic after 10 years shaping and growing the WordPress Community, and new leaders for open-source. Whenever I spent time with Andrea, I came out a better person. </p>\n\n\n\n<p>I have a hard time, accepting this big change. I can’t imagine the WordPress community without Andrea Middleton. As you see, I am still in denial. ?</p>\n\n\n\n<p>Even from the distance, she makes sure we are ok. She published a blog series: <a href=\"https://andreamiddleton.blog/2021/09/07/letters-to-an-open-source-contributor/\">“Letters to an open-source contributor”</a> – That might be you, too! She shared her wisdom on <a href=\"https://andreamiddleton.blog/2021/09/07/letters-to-an-open-source-contributor-communication/\">Communication</a>, <a href=\"https://andreamiddleton.blog/2021/09/08/letters-to-an-open-source-contributor-collaboration/\">Collaboration</a>, <a href=\"https://andreamiddleton.blog/2021/09/09/criticizing-for-change/\">Criticizing for Change</a> and on <a href=\"https://andreamiddleton.blog/2021/09/10/letters-to-an-open-source-contributor-leadership/\">Leadership</a> . Andrea has a way to make us listen and hear the truth about ourselves and our community. <a href=\"https://andreamiddleton.blog/letters-to-an-open-source-contributor/\">And she promised more.</a> ?</p>\n\n\n\n<p>Well, I still keep forgetting her advice on communication:</p>\n\n\n\n<blockquote><p>„Be kind; be brief.”</p><cite>Andrea Middleton</cite></blockquote>\n\n\n\n<p><em>To clarify, I have trouble with the brief part, not the kind part.</em></p>\n\n\n\n<p>Now it’s Gutenberg time. Many people are exploring block-based Themes. How about you? We have quite a few awesome resources for you, about that and so much more. Enjoy!</p>\n\n\n\n<p>Yours, ?<br />Birgit</p>\n\n\n\n\n<a href=\"https://us02web.zoom.us/webinar/register/8816229019893/WN_TShtABQnRYKrHN6ffMFpaA\"><img /></a>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n\n<p>We scheduled a <a href=\"https://us02web.zoom.us/webinar/register/4216223029678/WN_TShtABQnRYKrHN6ffMFpaA\">Live Q & A on building Themes going from classic to block-based themes</a>. I am thrilled to discuss with Ellen Bauer, Anders Noren, and Carolina Nymark, three brilliant WordPress Themes, the challenges, and opportunities of building block-based themes, using theme.json, Block Patterns and getting ready for Full-site editing. <br /><a href=\"https://us02web.zoom.us/webinar/register/4216223029678/WN_TShtABQnRYKrHN6ffMFpaA\"><strong>Join us on October 7th, at 16:00 UTC / 11:00 EDT and register now.</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Gutenberg Development</h2>\n\n\n\n<p>Gutenberg 11.5 was released and had quite a few enhancements, as you can read in <a href=\"https://make.wordpress.org/core/2021/09/17/whats-new-in-gutenberg-11-5-16-september/\"><strong>What’s new in Gutenberg 11.5?</strong></a> by <strong><a href=\"https://twitter.com/GetSource\">Mike Schroder</a></strong>. </p>\n\n\n\n<p><strong>Justin Tadlock</strong> has more details: <strong><a href=\"https://wptavern.com/gutenberg-11-5-adds-widget-grouping-iterates-on-the-block-gap-feature-and-updates-nav-menus#comments\">Gutenberg 11.5 Adds Widget Grouping, Iterates on the Block Gap Feature, and Updates Nav Menus</a>. </strong></p>\n\n\n\n<p><strong>Grzegorz Ziolkowski</strong> and I recorded Episode 52 of the Gutenberg Changelog podcast, and it will arrive at your favorite podcast app over the weekend.</p>\n\n\n\n<p><strong>Hector Prieto</strong> describes the next focus areas for the Gutenberg development and WordPress 5.9 in his post: <a href=\"https://make.wordpress.org/core/2021/09/17/whats-next-in-gutenberg-mid-september-2021/\"><strong>What’s next in Gutenberg? (Mid-September 2021)</strong></a></p>\n\n\n\n<p><strong>Jason Crist</strong> from the WordPress Theme team curated again <a href=\"https://make.wordpress.org/themes/2021/09/17/gutenberg-themes-week-of-september-13-2021/\"><strong>an extensive list of issues and PRs, related to full-site editing</strong></a>. <strong>Join the discussion</strong> on adding Child Themes support for FSE, duo-tone in theme.json or how to the experiments on controlling Navigation block and screen via theme.json. </p>\n\n\n\n<h2><strong>Building Themes: Full-site Editing, Theme.json and Global Styles</strong></h2>\n\n\n\n<p><a href=\"https://twitter.com/3LPU4S\"><strong>Alfredo Navas</strong></a> dove deep into the documentation and wrote a tutorial on <a href=\"https://webdevstudios.com/2021/09/14/wordpress-fse-and-block-based-themes/\"><strong>How to use the Full-Site Editor to create a block-based theme</strong></a>. Start with blank files and the right folder structure. After activating the theme, Navas walks you through the process of creating a fully functional theme using the Site Editor and the new theme blocks available. No code required. You can then export it as a zip file and upload to other sites, too. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>During this week’s <a href=\"https://www.youtube.com/watch?v=iRWHDo-RTGo\"><strong>Hallway Hangout,</strong></a> facilitated by <strong>Anne McCarthy</strong>, <strong>Marcus Kazmierczak </strong>and <strong>Dave Smith</strong>, attendees discuss various pathways for adopting full-site editing. There is also a <a href=\"https://make.wordpress.org/test/2021/09/17/hallway-hangout-discussion-on-adoption-pathways-for-full-site-editing-16-september/\">Recap post</a> with the recording, a summary of topics and links to all the resources mentioned. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Take a deep dive into handling color choices via theme.json with <strong>Carolina Nymark</strong>‘s Lesson on <strong><a href=\"https://fullsiteediting.com/lessons/theme-json-color-options/\">Theme.json color options</a></strong>. Nymark no only covers the usage of all color options, she also shows you how to disable the color picker, gradients, duotone etc. The disabling methods are inconsistent for all the choices. It’s important to consider context. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/fabiankaegy\">Fabian Kägy</a></strong> shared his i<a href=\"https://fabian-kaegy.com/i-rebuild-my-site-as-a-block-based-theme-here-is-what-i-learned/\"><strong>nsights when he rebuilt his site as a block-based theme</strong></a>. He walked us through the various aspects of theme development and the challenges he faced. “I outline a few of the things that really impressed me and also a few areas that I have been struggling with a bit / have open questions about.” Kägy wrote. He added quite a few code examples to illustrate his thinking. Well worth following this rabbit hole! </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>You still have time to send in your feedback for the <a href=\"https://make.wordpress.org/test/2021/09/08/fse-program-exploration-help-with-the-future-of-block-theme-switching/\"><strong>Theme Switching Exploration</strong></a> taking place in the <strong>FSE Outreach Program</strong>. The focus of this exploration is looking at Theme switching from a longer-term perspective. It guides you through a very basic theme switching process and then asks you to creatively think about what you’d like to see happen. Doesn’t this sound like great fun? You can influence the next phase of full-site editing and the future of WordPress themes standards. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Speaking of Exploration: <strong><a href=\"https://twitter.com/javier\">Javier Arce</a></strong> presents in his post <strong><a href=\"https://javierarce.blog/2021/09/14/interaction-of-color/\">Interaction with Colors</a></strong> an exploration of the Color panel and Color picker and a proposal for their improvement. In their current implementation they for instance don’t seem to scale well, take a lot of screen real estate. Arce is part of WordPress design team and works on the Inspector Controls for the Global Styles sponsored by Automattic. </p>\n\n\n\n<h2>Gutenberg for content creators and site implementers</h2>\n\n\n\n<p><a href=\"https://twitter.com/HughRoberts05\"><strong>Hugh W. Roberts</strong> </a>used a great example for his post on how reusable block can help you with your content creation and save some time in the process. In his post <a href=\"https://hughsviewsandnews.com/2021/09/13/how-to-create-and-use-a-reusable-block-for-your-book-on-wordpress/comment-page-1/#comment-123800\"><strong>“How to Create And Use A Reusable Block For Your Book On WordPress” </strong></a>– step by step – you learn how to create, Reusable blocks, place them into your post and amended them over all instances, when things change. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Andres Noren</strong> has been working on a new theme for full-site editing. <strong>Justin Tadlock </strong>spotted it in the Theme Review queue and tested it for the WPTavern: <a href=\"https://wptavern.com/tove-a-block-based-wordpress-theme-by-anders-noren\"><strong>Tove: A Block-Based WordPress Theme</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Block editor for developers</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/polevaultweb\">Iain Paulson</a></strong> wrote the Ultimate Overview of the <a href=\"https://deliciousbrains.com/wordpress-gutenberg/\"><strong>WordPress Block Editor for Developers</strong></a> in 2021 for Delicious Brains. </p>\n\n\n\n<p><em>Delicious Brains</em> recently acquired plugin <a href=\"https://www.advancedcustomfields.com/\">Advanced Custom Fields</a> has passed the 2-Million active installations’ threshold! Congratulations! Through the grapevine, I learned that Delicious Brains is also taking over also <a href=\"https://wordpress.org/plugins/acf-blocks/\">ACF Blocks plugin</a> from Extendify. <strong>Munir Kamal</strong> is the original author of the plugin and then <a href=\"https://wptavern.com/extendify-acquires-editor-plus-introduces-commercial-templates-in-its-plan-to-improve-block-editing\">joined Extendify back in March.</a></p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total\" /></p>\n\n\n\n\n<p>The team at <a href=\"https://webdevstudios.com/\">WebDevStudios</a> also build some <a href=\"https://github.com/WebDevStudios/wds-acf-blocks\"><strong>Blocks for ACF. </strong></a> Among other blocks, that could also be Block Patterns, the plugin provides an Accordion block and a Carousel Block for which the data is managed through Advanced Custom Fields. Have a look at <a href=\"https://github.com/WebDevStudios/wds-acf-blocks/wiki/WDS-ACF-Blocks\">the Wiki for documentation</a>.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>If you are interested in Headless WordPress and Gutenberg, <strong><a href=\"https://wptavern.com/wp-engine-launches-faust-js-a-new-headless-wordpress-framework\">WP Engine Launches Faust.js, a New Headless WordPress Framework</a></strong> for a NodeJS hosting environment. While Frontity builds on top of the mainly client-side ReactJS framework, Faust is built in top of NextJS, server-side ReactJS. <strong>Sarah Gooding </strong>provides us with the details. </p>\n\n\n\n<p>You don’t have to host with WPEngine to use this framework. It’s open-source and <a href=\"https://github.com/wpengine/faustjs\">available via GitHub</a>. The repository has gathered at the time of this post over 400 stars and 43 forks. Faust.js is in the early stages of development. </p>\n\n\n\n<p>From the <a href=\"https://github.com/wpengine/faustjs/projects/1\">project board for the roadmap</a>, we learn that the Data Fetching process is considered done, and Authentication handling is being worked on. The team still discusses a Gutenberg Bridge and Gatsby support, yet another front-end framework build on top of ReactJS </p>\n\n\n\n<p><strong><a href=\"https://twitter.com/KellenMace\">Kellen Mace</a></strong>, developer advocate at WPEngine, published some additional details on how Gutenberg and WPGraphQL can fit together: </p>\n\n\n\n<ul><li><a href=\"https://developers.wpengine.com/blog/gutenberg-in-headless-wordpress-render-blocks-as-html\"><strong>Gutenberg in Headless WordPress: Render Blocks as HTML</strong></a></li><li><a href=\"https://developers.wpengine.com/blog/gutenberg-in-headless-wordpress-wpgraphql-gutenberg\"><strong>Gutenberg in Headless WordPress: WPGraphQL Gutenberg</strong></a></li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>WordPress Events</h2>\n\n\n\n<p><a href=\"https://2021.wpcampus.org/schedule\"><strong>WPCampus</strong></a>, a two-day virtual conference in the Higher Ed space, starts Tuesday, September 21. <a href=\"https://2021.wpcampus.org/schedule\">Here is the schedule.</a> There are quite a few Gutenberg related presentation, so it’s worth getting your free ticket. </p>\n\n\n\n<ul><li><a href=\"https://2021.wpcampus.org/schedule/making-gutenberg-viable-with-real-world-strategies\">Making Gutenberg viable with real world strategies</a> with <a href=\"https://twitter.com/JanoWebdev\">Jesse Janowiak</a></li><li><a href=\"https://2021.wpcampus.org/schedule/dynamic-blocks-ftw-customize-gutenberg-without-living-in-fear-of-validation-errors\">Dynamic blocks FTW!: Customize Gutenberg without living in fear of validation errors</a> with <a href=\"https://twitter.com/jonihalabi\">Joni Halabi</a></li><li>Panel Discussion: <a href=\"https://2021.wpcampus.org/schedule/what-ive-learned-from-using-gutenberg\">What I’ve learned from using Gutenberg</a> </li><li><a href=\"https://2021.wpcampus.org/schedule/overview-of-full-site-editing\">Overview of Full Site Editing</a> with Anne McCarthy</li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://woosesh.com/\"><strong>WooSesh 2021</strong> </a>is scheduled for <strong>October 12-15, 2021</strong>. It’s a live, virtual conference for WooCommerce store builders organized by Brian Richards. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://pagebuildersummit.com/\">Page Builder Summit</a></strong> is coming back and will be happening <strong>October 18 – 22, 2021. </strong>Nathan Wrigley and Anchen Le Roux are at it again! Sign-up for the VIP list and learn first about the details of the event. </p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Sep 2021 09:45:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: WordPress Contributor Teams Seek to Curb Spam Pledges in Five for the Future Program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122800\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:233:\"https://wptavern.com/wordpress-contributor-teams-seek-to-curb-spam-pledges-in-five-for-the-future-program?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-contributor-teams-seek-to-curb-spam-pledges-in-five-for-the-future-program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3919:\"<p>The <a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a> program, an initiative Matt Mullenweg proposed in 2014, may soon be addressing the problem of spam and outdated pledges that appear on the program’s dedicated website. The idea behind the program is that organizations and individuals will contribute five percent of their resources back to WordPress development, ensuring the future of the project.</p>\n\n\n\n<p>Five for the Future launched a website in 2019 to display pledges and has always relied on the honor system of self-reporting tools for individual and organizational pledges. In a discussion <a href=\"https://make.wordpress.org/project/2021/09/10/suggested-iterations-for-the-five-for-the-future-program-and-tool/#comment-24\">post</a> suggesting iterations on the project, Andrea Middleton identified two major issues with the program’s current implementation that she said “have kept it from reaching its full potential:”</p>\n\n\n\n<ul><li>Spam or dormant pledges</li><li>Disconnect between contributor teams and pledged contributors</li></ul>\n\n\n\n<p>“Two years later, there have certainly been more ‘spam’ pledges than anyone would want, and surprisingly (to me) few reports of fake or spam pledges,” Middleton said. “What that tells me = either people don’t go surfing around in the pledge lists, checking for accuracy, the Report feature is too hard to find (unlikely), or people don’t really care whether pledges are accurate or not.”</p>\n\n\n\n<p>Middleton said the existence of spam pledges diminishes the value of active pledges, which necessitates disclaimers on the site if it is to continue without a regular spam cleanup. She suggests starting bi-annual or annual spam checks mediated by contributor team leaders, who would report if they have ever worked with or seen participation from a specific list of pledged individuals. WordPress.org could send absent contributors an email prompting them to re-confirm their pledges are not spam.</p>\n\n\n\n<p>Ian Dunn, a full-time contributor to WordPress, suggested automating the effort to combat spam and dormant pledges.</p>\n\n\n\n<p>“I think it’d be best to tackle this first, because it won’t matter how good our recruiting docs are if team reps have to dig through hundreds of inaccurate pledges in order to find the 5% of them that will contribute,” Dunn said.</p>\n\n\n\n<p>“I worry that a manual approach would add too much work for team reps, and wouldn’t be done consistently, especially after the first 6-12 months.”</p>\n\n\n\n<p>He suggests sending all people who are pledged regular emails for re-confirming their commitment, automating props wherever possible, and removing pledges after 6 months of no activity. Contribution tracking isn’t as straightforward for things like Community team efforts but there may be some innovative solutions for these types of contributions.</p>\n\n\n\n<p>“As a team rep, I’d love a way to call in contributors that have pledged to the team,” Courtney Engle Robertson said. Robertson contributes 20 hours per week to the Documentation, Marketing, Test, and Training teams. “I’d like them filtered a bit based upon team roles matched with what folks say they are interested in helping with. They could opt out if they need to change their commitments.” This suggestion would help address Middleton’s concern about the disconnect between contributor teams and pledged contributors.</p>\n\n\n\n<p>The discussion has been active for a week and is still in the the idea sharing stage. If you have any feedback on the ideas proposed or new ones to contribute, jump in on the comments of the <a href=\"https://make.wordpress.org/project/2021/09/10/suggested-iterations-for-the-five-for-the-future-program-and-tool/#comment-24\">post</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Sep 2021 02:11:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Tove: A Block-Based WordPress Theme by Anders Norén\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122962\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:165:\"https://wptavern.com/tove-a-block-based-wordpress-theme-by-anders-noren?utm_source=rss&utm_medium=rss&utm_campaign=tove-a-block-based-wordpress-theme-by-anders-noren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4527:\"<p class=\"has-drop-cap\">I have been secretly keeping tabs on Anders Norén over the past couple of weeks, awaiting the moment he pushed his first block theme to the WordPress directory. I first noticed it when he <a href=\"https://twitter.com/andersnoren/status/1433779833176268806\">tweeted a screenshot</a> two weeks ago. And, today was the day it happened. <a href=\"https://andersnoren.se/teman/tove-wordpress-theme/\">Tove</a> landed in the review portal several hours ago, and I have been tinkering with it ever since.</p>\n\n\n\n<p>While it is not downloadable from the directory yet, the review system moves much faster than in times past. It should be available soon. In the meantime, anyone who wants to give it a spin can grab the ZIP file <a href=\"https://themes.trac.wordpress.org/ticket/105802\">from its ticket</a>.</p>\n\n\n\n<p>I called his last WordPress theme, <a href=\"https://wptavern.com/compatibility-is-not-enough-the-eksell-wordpress-theme-creates-art-with-blocks\">Eksell</a>, “the standard by which we should be judging all other” themes, and Norén has a history of releasing solid designs. Could he do for blocks what he has done for classic in years past?</p>\n\n\n\n<p>The truth is that going 100% blocks has limitations. Designers can experiment and test out some new things, but the underlying system is not up to par with what is possible with traditional theming. However, some feats are much easier to accomplish. Much of it depends on the creator’s goals and how well they work with the system instead of fighting it.</p>\n\n\n\n<p>At first glance, Tove was not any more impressive than most block themes I have installed and activated. It seemed pretty bare-bones, but I imagine this is what theming will look like far into the future. Many will be a wide-open canvas that allows users to build whatever type of site they want. Themes will primarily add personality.</p>\n\n\n\n<p>One area where they can and will shine is with custom block patterns. And Tove has over 40 of them.</p>\n\n\n\n<p>The theme is flexible enough for use with various sites, but its focus is on cafes and restaurants. Many of the patterns lean into this, such as custom menus, call-to-action-buttons, and more.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>Patterns are these pre-built pieces of a design that users can mix and match to lay pages out how they want. This also opens up things for theme authors by not having to make any hardline choices on how something like the front page, for example, should look. The theme is offering some suggestions and the tools to put it together. But, ultimately, the end-user gets to decide how it all comes out.</p>\n\n\n\n<p>With Tove, I had my homepage built in just minutes, as shown in the following screenshot. All I would need to do is fill it in with custom content.</p>\n\n\n\n<img />\n\n\n\n<p>It felt empowering to simply mash up just a handful of the theme’s 40+ patterns and create a layout that I was comfortable with. This is what theming should really be all about: handing the keys over to users and letting them take the wheel. The theme’s job is just letting them drive in style.</p>\n\n\n\n<p>There are other things to love about Tove too. It has several custom user-selectable styles, such as horizontal separators for the Columns block. However, my favorite is the shaded style for adding a blue drop-shadow to several blocks.</p>\n\n\n\n<img />Shaded block style.\n\n\n\n<p>The theme is not for everybody. The color palette is a bit on the flashier side and will not fit all sites. Few designers could pull off Tove’s scheme, which is why I think I love it so much. As Norén <a href=\"https://twitter.com/andersnoren/status/1438479224952836100\">said in another tweet</a>, it’s “like a plateful of macarons.” Some can work with pretty much anything. The rest of us are just fans.</p>\n\n\n\n<p>I would not call Tove revolutionary, but it has no need to be. It is built on top of an experimental system that still has many kinks to work out. However, it is nice to see what one of the WordPress community’s best designers can do with a limited toolset. Norén has definitely pushed the boundaries, which should elevate the block theme development space.</p>\n\n\n\n<p>I cannot wait until all the pieces of full site editing are in place, and we can open this thing up.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Sep 2021 01:19:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: Gutenberg 11.5 Adds Widget Grouping, Iterates on the Block Gap Feature, and Updates Nav Menus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122881\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:247:\"https://wptavern.com/gutenberg-11-5-adds-widget-grouping-iterates-on-the-block-gap-feature-and-updates-nav-menus?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-11-5-adds-widget-grouping-iterates-on-the-block-gap-feature-and-updates-nav-menus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9498:\"<p class=\"has-drop-cap\">Gutenberg 11.5 <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v11.5.0\">landed earlier today</a>. It is a hefty release that includes extensive changes to the Navigation block, a new way for grouping widgets, and more block gap feature integration.</p>\n\n\n\n<p>I have had mixed reactions to the features that made it into the latest release. At some points, I thought to myself, <em>finally, this made it in</em>. At other moments, I rendered my best version of Jean-Luc Picard’s famous facepalm. But, the wheel keeps turning, and the developers who put their time and effort into the project continue to improve it.</p>\n\n\n\n<p>One quick note is that everyone not running a theme that supports the block editor should check that their backend styles are not out of place. Gutenberg automatically <a href=\"https://github.com/WordPress/gutenberg/pull/34439\">outputs some default editor styles</a> if the user’s active theme does not register its own or have a <code>theme.json</code> file present. This should be bundled in point release such as WordPress 5.8.2 so that users are not waiting for it until 5.9.</p>\n\n\n\n<h2>Navigation Block Changes</h2>\n\n\n\n<p class=\"has-drop-cap\">With nav menus still being a pain point in site editing, Gutenberg has added new levels of complexity. The Site Title and Site Logo blocks are <a href=\"https://github.com/WordPress/gutenberg/pull/33316\">allowed inside of the Navigation container</a>.</p>\n\n\n\n<p>As Joen Asmussen <a href=\"https://github.com/WordPress/gutenberg/issues/33278\">shared in the original ticket</a>, some complex layouts would benefit from allowing more inner elements within the Navigation block:</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>Navigation block patterns.\n\n\n\n<p>This could open a world of layout possibilities for theme authors through custom patterns.</p>\n\n\n\n<p>I have no issue with Gutenberg tackling the foundation for these more advanced layouts. However, we have yet to smooth out the basics of navigation. The experience of searching for and inserting in-site links is lackluster at best, requiring multiple mouse clicks. There is an open ticket for a <a href=\"https://github.com/WordPress/gutenberg/issues/34041\">lighter navigation experience</a>, and that should be the focus.</p>\n\n\n\n<p>Theme authors should also note that the Navigation block now <a href=\"https://github.com/WordPress/gutenberg/pull/32367\">relies on the CSS <code>gap</code> property</a> for spacing instead of <code>margin</code>. I almost missed this since I customized this for my own projects months ago — <em>welcome to 2021, where we no longer need to rely on hacky margin solutions for simple spacing</em>. This change could impact existing theme designs.</p>\n\n\n\n<h2>FSE Admin Notice Limited to Themes Screen</h2>\n\n\n\n<img />The lone FSE theme admin notice.\n\n\n\n<p class=\"has-drop-cap\">There are plenty of gripes to be had with the Gutenberg plugin as its features are constantly in flux. However, the most annoying thing about running the plugin has been its persistent, non-dismissible admin notice when a user is running a block theme.</p>\n\n\n\n<p>In previous versions of the plugin, this notice has appeared on every screen in the backend. Now, it <a href=\"https://github.com/WordPress/gutenberg/pull/34353\">only appears on the Themes/Appearance page</a>.</p>\n\n\n\n<p>Over the past few months, I have kept the <a href=\"https://wptavern.com/toolbelt-tidies-wordpress-plugin-and-theme-admin-notifications\">Toolbelt plugin</a> by Ben Gillbanks active for the sole purpose of hiding this notice.</p>\n\n\n\n<p><em>Good riddance. Farewell.</em></p>\n\n\n\n<h2>Widget Group Block</h2>\n\n\n\n<img />Editing a Widget Group block title.\n\n\n\n<p class=\"has-drop-cap\">While I generally believe the Gutenberg plugin developers and core WordPress make good use of feedback, the block-based widgets system has been one area where the project has dropped the ball. As I have been repeating <a href=\"https://wptavern.com/addressing-the-theme-design-problem-with-gutenbergs-new-block-based-widgets-system\">since September 2020</a>, the feature was fundamentally broken. The goal was to allow end-users to add blocks in more places, but it was never compatible with classic theme markup and styles.</p>\n\n\n\n<p>I proposed using patterns, but the team went with a <a href=\"https://github.com/WordPress/gutenberg/pull/34484\">Widget Group block</a>. The end result is similar but not exactly the same. The good news is that it fixes what should have been a blocker for the feature landing in core.</p>\n\n\n\n<p>The better news is that this is <a href=\"https://github.com/WordPress/gutenberg/pull/34484#issuecomment-912228911\">likely to land in WordPress 5.8.2</a> instead of the 5.9 release later this year.</p>\n\n\n\n<p>I would not go as far as calling it a perfect solution. The experience does not make it immediately clear how to add a widget title. Users must first add a block. Once a block is added, they can then click on the heading/title placeholder that appears. Then, the UI switches to a field for typing the title.</p>\n\n\n\n<p>The following video shows how the Widget Group block works:</p>\n\n\n\n<div>\n<div class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<a href=\"https://user-images.githubusercontent.com/612155/131783930-4d97b085-e91e-4d6a-b426-5537568dd7c0.mp4\">https://user-images.githubusercontent.com/612155/131783930-4d97b085-e91e-4d6a-b426-5537568dd7c0.mp4</a></div>\n</div>\n\n\n\n<p>I would rather have a bit of a janky experience than no solution at all. At least users now do not have to manually create widget wrappers. Some could even deactivate the <a href=\"https://wptavern.com/classic-widgets-plugin-disables-wordpress-5-8s-upcoming-block-based-widgets-system\">Classic Widgets</a> plugin if this issue was a holdup.</p>\n\n\n\n<h2>“Row” Group Variation and Flex Layouts</h2>\n\n\n\n<img />Adding a post meta (byline) section with the Row block variation.\n\n\n\n<p class=\"has-drop-cap\">To begin testing the new flex layout system introduced in <a href=\"https://wptavern.com/gutenberg-11-2-expands-color-support-for-search-and-pullquote-blocks-introduces-experimental-flex-layout-for-group-block\">Gutenberg 11.2</a>, the development team has added a <a href=\"https://github.com/WordPress/gutenberg/pull/34535\">variation on the Group block named Row</a>. This allows users to align inner blocks side by side instead of on top of each other in the default “flow” layout.</p>\n\n\n\n<p>There are tons of use cases for the feature. One of the primary scenarios for theme authors will be aligning post and comment metadata bocks next to each other. Previously, this required use of the Columns block or custom styles, neither of which are ideal.</p>\n\n\n\n<p>The experience is rough around the edges. I often found it hard to click in the right spot to edit a block, and the appender button did not always appear for adding new ones.</p>\n\n\n\n<p>The Social Icons block also <a href=\"https://github.com/WordPress/gutenberg/pull/34493\">uses the new flex layout</a>. However, there is currently no way to switch it to flow mode for vertical social links.</p>\n\n\n\n<h2>More Block Gap Integration</h2>\n\n\n\n<img />Gap between each Column block.\n\n\n\n<p class=\"has-drop-cap\">The Columns block now <a href=\"https://github.com/WordPress/gutenberg/pull/34456\">uses the gap feature</a> introduced in <a href=\"https://wptavern.com/gutenberg-11-4-overhauls-galleries-adds-axial-padding-for-buttons-and-lays-groundwork-for-global-spacing\">Gutenberg 11.4</a> for handling the spacing between individual Column blocks. There is no UI for end-users to control this yet, but it is likely to land in a future release as the feature evolves.</p>\n\n\n\n<p>Gutenberg 11.5 has now added a <a href=\"https://github.com/WordPress/gutenberg/pull/34570\">bottom margin to the post title</a> in the editor. For whatever reason, the development team has made a leap and assumed its current handling of the block gap feature needed this. It is a complex problem to solve. In the meantime, some users might see more whitespace than they are accustomed to between their title and content in the editor.</p>\n\n\n\n<img />Lots of extra spacing there.\n\n\n\n<p>Of course, this depends on the active theme, its support of the block gap feature, and its current styles.</p>\n\n\n\n<h2>Post Author Duotone Support</h2>\n\n\n\n<p class=\"has-drop-cap\">For something that was supposed to be destined for the scrap heap, the Post Author block now has some new life in the form of <a href=\"https://github.com/WordPress/gutenberg/pull/34408\">duotone filter support</a> for its avatar. It works the same as it does for other blocks, such as Image and Cover.</p>\n\n\n\n<p>The problem is that Post Author was punted from the last WordPress release because it was not ready yet. The block is a Frankenstein-<em>esque</em> mashup of the author’s name, avatar, and description. These <a href=\"https://github.com/WordPress/gutenberg/issues/24952\">should be multiple blocks</a> that theme authors and users can arrange in unique layouts.</p>\n\n\n\n<p>While duotone support simply adds one extra line of code, it does not make sense to continue working on the block in its current form. I would love to see it as part of a separate Post Author Avatar block.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Sep 2021 01:10:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Post Status: Post Status Excerpt (No. 25) — Doing “The Right Thing” and MailChimp Acquisition Thoughts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=86526\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://poststatus.com/excerpt/25/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4259:\"<h2>“When it comes to the entrepreneurial journey – the highest highs and the lowest lows are always people.”</h2>\n\n\n\n<p class=\"has-drop-cap\">In this episode of Post Status Excerpt, David and Cory first discuss how hard it is to do “the right thing” and potentially dealing with tough and negative feedback as a result. How does an entrepreneur prepare for “roller coaster” times — especially if the ride is heading down? What should you keep in mind? Cory shares an <strong>iThemes</strong> experience in response.</p>\n\n\n\n<p><strong>Also covered in this episode: </strong>Cory and David talk about the $12 billion acquisition of <strong>MailChimp</strong> by <strong>Intuit</strong>, and how that could potentially reshape the business landscape for WordPress users and entrepreneurs.</p>\n\n\n\n<p><strong>Note:</strong> David misspoke and said “Stripe” instead of “Square.” Forgive him.</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Excerpt</a></strong> will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>The Excerpt</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f3a7.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f517.png\" alt=\"?\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://www.amazon.com/Learned-Optimism-Change-Your-Mind-ebook/dp/B005DB6S7K?dchild=1&keywords=learned+optimism&qid=1631819326&sr=8-1&linkCode=sl1&tag=corymiller00-20&linkId=5a52bad780e8b090e3e6e7e2d78c77fd&language=en_US&ref_=as_li_ss_tl\">Learned Optimism: How to Change Your Mind and Your Life</a></li><li><a href=\"https://techcrunch.com/2021/09/13/intuit-confirms-12b-deal-to-buy-mailchimp/\">Intuit confirms $12B deal to buy Mailchimp</a></li><li><a href=\"https://twitter.com/syedbalkhi/status/1438173024361005058\">Syed Balkhi on Twitter</a>: Accept payments in WordPress using <strong>Square</strong> and <strong>WPForms</strong>.</li><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset (Twitter)</a></li><li><a href=\"https://twitter.com/corymiller303\" target=\"_blank\" rel=\"noreferrer noopener\">Cory Miller (Twitter)</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li></ul>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/sandhills\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">GoDaddy Pro</a></h3>\n\n\n\n<p>Manage your clients, websites, and tasks from a single dashboard with GoDaddy Pro. Perform security scans, backups, and remote updates to many sites on any host. Check up on site performance, monitor uptime and analytics, and then send reports to your clients. GoDaddy Pro is free — and designed to make your life better.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Sep 2021 22:30:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WordPress.org blog: Join us for WordPress Translation Day Global Events in September 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11215\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wordpress.org/news/2021/09/join-us-for-wordpress-translation-day-global-events-in-september-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7891:\"<p>WordPress contributors around the world are <a href=\"https://wptranslationday.org/\">celebrating the sixth Global WordPress Translation Day</a> throughout the entire month of September! That’s 30 days dedicated to help and encourage the volunteers that translate the software and its related resources. One of the highlights will be a <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">series of exciting global events</a>, starting on September 17 2021 and finishing on the United Nations’ International Translation Day itself on September 30, 2021.</p>\n\n\n\n<p>Everyone is welcome to watch these events live on <a href=\"https://www.youtube.com/c/WordPressMarketingTeam\">YouTube</a> and to share their translation stories which will be featured during the celebrations and beyond. The global events will be in English and include presentations on how and why to you should join the thousands of translators in the project, tips and tools, interviews, and much more. </p>\n\n\n\n<p>There are now 205 locales translating in what is a remarkable open source effort, bringing the opportunities of the software and its community to people in their own native languages. </p>\n\n\n\n<h2>Inaugural session: Introduction and latest news on WordPress Translation</h2>\n\n\n\n<h3><strong>Friday, September 17, 2021 at </strong><a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210917T1000\"><strong>10:00 UTC</strong></a></h3>\n\n\n\n<p>We will start the <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">global events</a> with a panel featuring the latest update on what is happening in the world of WordPress polyglots. Panellists will include translators and polyglot supporters <a href=\"https://profiles.wordpress.org/petya/\">Petya Raykovska</a> and <a href=\"https://profiles.wordpress.org/evarlese/\">Erica Varlese</a>. There will be a video demonstration on how to translate WordPress, a short presentation on translation statistics, a run down of upcoming events, and more. <br /><br />Watch the <a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=3HSBB5F_ag0\" target=\"_blank\">event live on YouTube</a> (or click on the play button below) – sign-up for notifications in the video stream right now so you don’t miss it when it goes live! </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h3><strong>Friday, September 17, 2021 at 11:00 UTC</strong> </h3>\n\n\n\n<p>Right after the livestream, there will be a ‘drop-in’ translation sprint on Zoom video-conferencing, open to all. You can join and hang out virtually with your Polyglots friends from all around the world and translate WordPress in your own language! <a href=\"https://www.meetup.com/Portsmouth-WordPress-Meetup/events/280823032/\">RSVP for the session now and get joining links!</a> </p>\n\n\n\n<img src=\"https://lh4.googleusercontent.com/r2rVEDkb39h02LiBg2GdayDk1LpZi6kxZnv1MRzT9h6pgSQE9FMBmyx_kJUA-Pjyy1KD__YlzLYvd1P53o1UIxTEfb0fmQnHm40UU23Wb1slXm-ajdGNP5qOyzHyTI07NBCM-mwY=s0\" alt=\"\" />\n\n\n\n<h2>Check out the other exciting global events</h2>\n\n\n\n<h3><strong>Sunday, September 19, 2021 <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210919T1200\">12:00 UTC</a></strong></h3>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=M7UtEKIp2FY\" target=\"_blank\"><strong>Panel on Polyglots Tools</strong></a><a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210919T1200\"> <br /></a>Join <a href=\"https://profiles.wordpress.org/amieiro/\">Jesús Amieiro</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad Timotei</a>, and <a href=\"https://profiles.wordpress.org/vibgyj/\">Vibgy Joseph</a> to talk about the tools they’ve contributed to or developed to help translators and translation editors.</p>\n\n\n\n<h3><strong>Tuesday, September 21, 2021 <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210921T1100\">11:00 UTC</a></strong></h3>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=0Ps8byYIwLs\"><strong>Panel on Open Source Translation Communities</strong></a> (YouTube link – opens in a new tab)<a rel=\"noreferrer noopener\" href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210921T1100\" target=\"_blank\"><br /></a>Join <a href=\"https://profiles.wordpress.org/vanillalounge/\">Zé Fontainhas</a> (WordPress), <a href=\"https://profiles.wordpress.org/tokyobiyori/\">Ali Darwich</a> (WordPress), <a href=\"https://www.linkedin.com/in/mstanke?originalSubdomain=cz\">Michal Stanke</a> (Mozilla), and <a href=\"https://www.linkedin.com/in/satomi-tsujita/?originalSubdomain=jp\">Satomi Tsujita</a> (Hyperledger Fabric) to learn about nurturing translation communities.</p>\n\n\n\n<h3><strong>Thursday, September 30, 2021 <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210930T1600\">16:00 UTC</a></strong></h3>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=qyQUaiK19js\"><strong>Closing Party – Why do you translate?</strong></a> <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210930T1600\"><br /></a>Our finale event for 2021 with emcee <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> and a panel from the WordPress Translation Day Team. It will feature highlights from some of the local and global events during the month and a selection of results. Some of the nominees for this year’s polyglots appreciation will join the livestream to share their stories.</p>\n\n\n\n<p>The livestream will be followed by an after party celebration for anyone who has taken part in the event or is a WordPress polyglot. <a href=\"https://www.meetup.com/Portsmouth-WordPress-Meetup/events/280823393/\">Book now</a> for the session on Zoom.</p>\n\n\n\n<h2>Ideas on how to get involved this September</h2>\n\n\n\n<p>There’s lots of ways to take part – discover this <a href=\"https://wptranslationday.org/blog/ways-to-participate/\">list of ideas</a>.</p>\n\n\n\n<p>You can also nominate <a href=\"https://wptranslationday.org/blog/call-for-nominations-polyglots-appreciation/\">translation contributors</a> to be featured in this year’s celebrations.</p>\n\n\n\n<h2>Help us spread the word about #WPTranslationDay</h2>\n\n\n\n<ul><li>Share what you are translating using the #WPTranslationDay hashtag on: <a href=\"https://www.facebook.com/WPTranslationDay/\">Facebook</a>,<a href=\"https://twitter.com/TranslateWP\"> Twitter</a>, <a href=\"https://www.instagram.com/wptranslationday/\">Instagram</a>, and <a href=\"https://www.linkedin.com/company/wptranslationday/\">LinkedIn</a>! </li><li>You can also find images and translator badges in our <a href=\"https://wptranslationday.org/wptd-2021/media-kit/\">Media Kit</a> to share during September.</li></ul>\n\n\n\n<p>For more information on the 2021 WordPress Translation Day celebrations, visit <a href=\"https://wptranslationday.org/\">the WordPress Translation Day website</a>.</p>\n\n\n\n<p></p>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>, <a href=\"https://profiles.wordpress.org/harishanker/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>harishanker</a>, <a href=\"https://profiles.wordpress.org/lmurillom/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>lmurillom</a>, <a href=\"https://profiles.wordpress.org/oglekler/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>oglekler</a>, <a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>, <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nalininonstopnewsuk</a>, <a href=\"https://profiles.wordpress.org/evarlese/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>evarlese</a></em> for contributing to this story.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Sep 2021 21:51:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Gravity Forms Launches INPUT YouTube Channel and Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122576\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/gravity-forms-launches-input-youtube-channel-and-podcast?utm_source=rss&utm_medium=rss&utm_campaign=gravity-forms-launches-input-youtube-channel-and-podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3086:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p><a href=\"https://www.gravityforms.com/\">Gravity Forms</a> has launched a new YouTube channel and podcast called <a href=\"https://www.youtube.com/channel/UCwuBpuj2CXg5qIOfHgyzlXw\">INPUT</a>, which will focus on sharing the stories and experiences of people inside and outside the WordPress ecosystem. James Giroux, a Rocketgenius employee who joined the company in 2020, is the host of the show and will be interviewing guests from various industries and disciplines.</p>\n\n\n\n<p>The first episode is a deep dive into the history of Gravity Forms, one of the most successful WordPress plugin companies that has been operating for 14 years. Its founders share a nostalgic look back at the early days of Rocketgenius, including the story of their first sale and first hire. </p>\n\n\n\n<p>They also discussed how the Gutenberg era marks a major shift in WordPress that has impacted the future of the Gravity Forms. The average WordPress user is decidedly no longer a developer who knows how to tinker with PHP, but is now more often a content creator or power user. As the barrier to WordPress development is getting higher, the Gravity Forms team is focusing on making the product easier to use for non-developers but still powerful for those capable of extending it.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>The episode is part of what Giroux calls a 3T sub-series (team, tools, and techniques) that will feature discussions about the company’s product, marketing, operations, culture, and ecosystem. The next sub-series is called Agency101 and will feature topics related to agency life for both small and large companies. Brad Miller from 10up will be the first guest of that series.</p>\n\n\n\n<p>“The third is a bit of a departure, but we’re interviewing people outside of the WordPress ecosystem in a sub-series called ‘The Story Of…,\'” Giroux said. “The episode after Brad’s is with the lead singer of Anberlin, who have sold over 1M albums and have charted multiple times on the Billboard Rock charts. The idea behind this series is to introduce WordPress problem-solvers (developers, agencies, freelancers, etc.) to new industries and perhaps create some opportunities for new ideas and products to spring up in support of them.”</p>\n\n\n\n<p>Giroux also plans to chat with TV show creators/hosts, radio broadcasters, inventors, and others to create a well-rounded mix of shows that appeal to everyday WordPress users as well as those who are deeply involved in contributing.</p>\n\n\n\n<p>“To me, the WordPress lifestyle is that feeling you get when you show up to a WordCamp or meetup and see other WordPressers,” Giroux said. “It’s about rocking the t-shirt, celebrating unique and diverse voices, promoting a WWW that is accessible to all, inspiring and being inspired by creativity and how WordPress powers us to do great things. There’s a little Wapuu in all of us and Input, I hope, will be a space where we can celebrate that.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Sep 2021 21:00:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: WP Engine Launches Faust.js, a New Headless WordPress Framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122797\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:189:\"https://wptavern.com/wp-engine-launches-faust-js-a-new-headless-wordpress-framework?utm_source=rss&utm_medium=rss&utm_campaign=wp-engine-launches-faust-js-a-new-headless-wordpress-framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4407:\"<p>WP Engine has <a href=\"https://wpengine.com/blog/faust-js-the-framework-for-headless-wordpress/\">launched</a> Faust.js, a new headless framework that is open source and designed to work in any Node hosting environment. The framework is built on <a rel=\"noreferrer noopener\" href=\"https://nextjs.org/\" target=\"_blank\">Next.js</a>, which can handle both static site generation and server side rendering. It uses GraphQL for data fetching and is the only framework that allows developers to query the WPGraphQL API without having to know GraphQL queries ahead of time.</p>\n\n\n\n<p>Faust.js was in its earlier stages when WP Engine <a href=\"https://wptavern.com/wp-engine-invests-in-headless-wordpress-hires-wpgraphql-maintainer\">hired WPGraphQL creator and maintainer Jason Bahl</a>. The company has been heavily investing in headless infrastructure development, hiring more engineers for projects aimed at reducing the friction of using WordPress as a headless CMS. This is the main thrust of the new framework – to allow developers to build scalable, better performing sites with modern frontend tools while preserving WordPress’ rich publishing experience. Faust.js includes content previews, support for custom post types, and built-in authentication to support paywalls, e-commerce, membership sites, and other functionality that has traditionally been difficult for headless sites.</p>\n\n\n\n<p>How does Faust.js differ from existing headless solutions like the React-based Frontity framework? Developers building headless sites are curious after <a href=\"https://wptavern.com/automattic-acquires-frontity-founders-to-work-full-time-on-gutenberg\">Automattic acquired Frontity</a> and the framework’s maintainers exited to work full-time on Gutenberg. Using a community-supported headless framework can be a risky bet for enterprise clients when its creators and maintainers are no longer able to contribute.</p>\n\n\n\n<p>“Frontity and Faust are similar, the main difference is that Frontity focuses on providing a framework on-top of React where Faust is primarily built with Next.js support in-mind,” Faust.js creator William Johnston said. “This small distinction is meaningful and means when you are using Faust you can take advantage of all the amazing benefits of Next. It also lets Faust focus specifically on how to make Headless WordPress a better experience, without having to come up with a comprehensive solution for front-end, node-base, static/server-side applications.<a href=\"https://twitter.com/wjohnsto\"></a>“</p>\n\n\n\n<p>When asked how Faust stacks up to Frontity in a <a href=\"https://www.reddit.com/r/ProWordPress/comments/pnorkm/wp_engines_new_headless_wordpress_framework/hcz2nul/?utm_source=reddit&utm_medium=web2x&context=3\">comment</a> on Reddit, WP Engine developer relations engineer Kellen Mace highlighted a few other major differences between the frameworks. Frontity only works with the WP REST API and Faust uses WPGraphQL “for more efficient queries.” </p>\n\n\n\n<p>“Technically, Faust is built in ‘layers,’ so even if you choose to build your frontend app using SvelteKit, Nuxt, etc. you can still leverage several of the tools Faust provides,” Mace said. “We’ll have more documentation coming out on using it with other JS frameworks in the near future. Using it with Next.js gives you the most ‘bang for your buck,’ however.”</p>\n\n\n\n<p>Johnston confirmed that certain elements of Faust (the core/React pieces), are already working with the React-based GatsbyJS framework. Faust is less opinionated about the frontend and is more centered around making the WordPress publishing experience better.</p>\n\n\n\n<p>A demo of Faust in action is available at <a href=\"https://developers.wpengine.com/\">developers.wpengine.com</a>. The framework, which includes NPM packages and a WordPress plugin, can be found <a href=\"https://github.com/wpengine/faustjs\">on GitHub</a>, but its maintainers caution that there will be breaking changes in the future. Developers who are interested in learning more about Faust.js can check out the <a href=\"https://faustjs.org/\">documentation</a> or listen to the most recent <a href=\"https://developers.wpengine.com/podcast/9072674\">episode of the DE{CODE} podcast</a> where Johnston discusses headless WordPress and introduces the framework.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Sep 2021 04:36:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Newsletter Glue Pro, My First Foray Into Journalism, and New Ideas\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122547\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"https://wptavern.com/newsletter-glue-pro-my-first-foray-into-journalism-and-new-ideas?utm_source=rss&utm_medium=rss&utm_campaign=newsletter-glue-pro-my-first-foray-into-journalism-and-new-ideas\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5200:\"<p class=\"has-drop-cap\">As a teen, I would visit my Uncle David’s house every other week or so. He was the only family member with a computer. It was an old, bulky monstrosity that ran whatever the latest version of Windows that existed at the time. It was one of my first introductions to dial-up, but my primary interest was not the internet. It was newsletters and home-printed magazines.</p>\n\n\n\n<p>Like all members of my family, we are artists in one way or another. What little extra money many have is spent on creative pursuits. Uncle David’s latest passions at the time were in designing T-shirt logos and printing a family newsletter. <em>Does anyone remember when those were still a thing?</em> I was a kid in a whole new world. Of course, I followed suit and issued a few pamphlets covering the latest goings-on with my family to a circulation of maybe a dozen people.</p>\n\n\n\n<p>This kick-started my foray into journalism and design during my adolescence. A family newsletter sounds far more interesting to me now, as an adult, than it did in those days. Somehow, I know I have reached the point where I can officially call myself old by saying that. But, I was coming of age at the turn of the millennium. My interests mostly revolved around video games. I wanted to create something that rivaled <em>Nintendo Power</em> from the comfort of my own home. I had access to a computer and printer; the dream was mine for the taking.</p>\n\n\n\n<img />\n\n\n\n<p>Unfortunately, I could not find any of my printed family newsletters to share. My gaming mag was a short-lived, two-issue venture. I am sure the staff, consisting of my younger sister and best friend, unionized and staged a revolt.</p>\n\n\n\n<p>Throughout my life, I have always had it in the back of my mind that I would attempt another periodical at some point, but I have never gotten around to it. However, when <a href=\"https://wordpress.org/plugins/newsletter-glue/\">Newsletter Glue</a> co-founder Lesley Sim asked me to look at the pro version of her team’s plugin, all those old ideas started swirling around in my head again.</p>\n\n\n\n<p>After spending the last few days tinkering with <a href=\"https://newsletterglue.com/\">Newsletter Glue Pro</a>, I kind of want to restart the family newsletter again. Maybe digital is the way to go. Perhaps I can even get my uncle to join me.</p>\n\n\n\n<p>Admittedly, I have had a lot more fun with this plugin than with others recently. It is the sort of extension that can take a potential newsletter from idea to execution.</p>\n\n\n\n<p>All you need is to be familiar with the WordPress editor to kick-start a new project. The plugin has a few settings you might want to tinker with, but the onboarding process walks you through the steps of getting everything off the ground and connecting to your preferred email software. I was worried that there would be a massive learning curve, but I was in the editor in short order.</p>\n\n\n\n<img />Writing a newsletter from the WordPress editor.\n\n\n\n<p>Users can publish blog posts as newsletters. However, the team <a href=\"https://newsletterglue.com/blog/product-updates/newsletter-editor/\">introduced a dedicated newsletter post type</a> earlier this year, providing more flexibility in creating content.</p>\n\n\n\n<p>What I enjoyed the most about Newsletter Glue was its integration with the block patterns API. The plugin bundles several header and footer patterns, but end-users can build and store their own for reuse.</p>\n\n\n\n<img />Duplicating and customizing a footer pattern.\n\n\n\n<p>The plugin did have its share of issues. The most prominent was its automatic switching to the fullscreen editor, which is a feature that I turn off on every WordPress site I use. For some reason, this either did not save or was being overwritten each time I loaded the page.</p>\n\n\n\n<p>I am also not a fan of the meta box at the bottom of the screen. It is giving me flashbacks of the pre-5.0 WordPress editor that I would like to forget. The team should create a dedicated sidebar panel for the newsletter screen.</p>\n\n\n\n<img />Newsletter meta box.\n\n\n\n<p>With its reliance on the modern editor, this holdover from an older time just feels out of place. Plus, from a UI perspective, there seems to be nothing requiring the old meta box system.</p>\n\n\n\n<p>I would also like to see the built-in Newsletter theme designer integrate with the active theme’s JSON presets. This is a relatively new WordPress feature, so maybe it will land on the features list.</p>\n\n\n\n<img />Newsletter theme designer.\n\n\n\n<p>Because this is a standardized format, there is no reason that plugins should not start pulling data from it. As a user, I should at least be able to pick and choose text, background, and link colors from those made available through the theme instead of hunting down hex codes or eyeballing it from a color picker.</p>\n\n\n\n<p>Overall, I like what the Newsletter Glue team has built thus far. It is no small feat to put together such a well-rounded project of this size in just over a year. I look forward to seeing it evolve over time. For now, I am laying out ideas for the return of my family newsletter thanks to the Newsletter Glue team.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Sep 2021 00:54:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:141:\"HeroPress: WordPress and Me: Am I Going Against All Odds? – WordPress dan Saya: Apakah saya dapat melewati semua rintangan yang menghadang?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=4108\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:162:\"https://heropress.com/essays/wordpress-and-me-am-i-going-against-all-odds/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-and-me-am-i-going-against-all-odds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:24537:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2021/09/091421-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull quote: In my late 30’s, I threw myself into a new world.\" /><p><a href=\"https://heropress.com/feed/#indonesian\">Esai ini juga tersedia dalam bahasa Indonesia.</a></p>\n<p>It is not that hard to fall for WordPress if you have a chance to experience WordPress. For me, it took a WordCamp.</p>\n<p>To make it fancy, in 2016, I was volunteering impromptu at WordCamp Denpasar in Bali, the island of Gods. To note, Bali is a tiny island in a country called Indonesia. Yes, it’s where I’m from. So, if you read this, you know how powerful WordCamp is. It may bring people who will give back to the community, even if they don’t get anything from WordCamp. (Well, perhaps a t-shirt, a lanyard and free hotel meals)</p>\n<p>My journey with WordPress started from one WordCamp to the next. It gets fancier. The next one was WordCamp Ubud, still in Bali. This time, I was organizing. Ubud is one of the hottest hotspots for digital nomads in Asia. A beautiful place, especially if you are also into nature, yoga and some enlightenment. I’m not kidding. If WordPress does not enlighten you enough, go to Ubud. You will feel some kind of strong energy to connect to everything. Bali is magical, so is everything in it. It is a perfect environment to meet with new people who share the same interests, especially at a WordPress event such as WordCamp or Meetup.</p>\n<a href=\"https://heropress.com/wp-content/uploads/2021/09/wc_denpasar_-_rocio_v-min.jpeg\"><img /></a>Volunteering at WordCamp Denpasar 2016 with Kharis Sulistiyono (volunteer) and Niels Lange (organizer). Photo Credit: Rocio Valdivia\n<p>Then, I started attending WordPress Meetups in Ubud and Jakarta. I also organized more WordCamps. WordCamp Jakarta in 2017 and 2019. But only later, I made a new commitment as a Meetup organizer in Jakarta and Ubud. Before Covid happened, I was travelling back and forth between Jakarta and Ubud. Whenever I went to Ubud, organizing Meetup was the first thing on my list. I was also taking part in organizing WordCamp Asia 2020. Hopefully, it will eventually take place after everything in the world with Covid gets safer for us to travel and meet in person.</p>\n<p>At WordCamps and Meetups, you heard stories about how WordPress powers the web. How it changes the lives of so many people. How it helps dreams come true. I was thinking. If WordPress was that powerful, why are there not many people in Indonesia using websites, and why don’t they use WordPress. Why are there not many people who use WordPress in Indonesia contributing to WordPress? Why are there not many talented Indonesian WordPress users, developers, designers, business owners taking part in WordPress.org projects. Why? My guess is one of the many reasons, a language issue.</p>\n<p>I believe, the more content translated into Indonesian, the more Indonesian WordPress users see WordPress as more than just a blogging platform or a CMS. Instead, it’s a huge open source community that work together to make the web a better place. The more plugins and themes translated the easier the work of the developer and designer will be with WordPress. The more people see how WordPress can benefit their life, the better the business ecosystem for business owners becomes.</p>\n<a href=\"https://heropress.com/wp-content/uploads/2021/09/wc_ubud_-_hubud-min.jpeg\"><img /></a>Organizing at WordCamp Ubud 2017 with Pramana Adi Putra dan Wahyu Taufiq. Photo Credit: Hubud\n<p>After several asking around and discussions about translating WordPress, suddenly I made a commitment to revive the polyglot project in Indonesia. I was lucky, there was a community member who came forward to help. Then, with a lot of promotion, the team got bigger. It’s good to know I am not alone. There are WordPress users interested in translating.</p>\n<p>I didn’t stop there. I noticed that there are not many women involved in the WordPress community in Indonesia. I did meet a few women at WordCamps or Meetups, but the number is too small. And most of the time, I was the only woman. Perhaps I overlooked the fact that Indonesia is still highly patriarchal despite the economic boom. The WordPress community in Indonesia feels almost like a male-dominated community.</p>\n<a href=\"https://heropress.com/wp-content/uploads/2021/09/wordcamp_jakarta_2019-min.jpg\"><img /></a>Organizing at WordCamp Jakarta 2019\n<p>Then after some discussions with a couple of community members, I initiated Perempuan WordPress. There are two words for women in Indonesian, ‘wanita’ and ‘perempuan’. I chose ‘perempuan’ as I like to think that it is not merely referring to women sexually but more importantly about the role that the female human can have. It feels more empowering to me. Don’t ask me about the formal translation of ‘perempuan’ in Indonesian though. It’s pretty sad.</p>\n<p>A community member also came forward to help. She wanted to organize an online meetup on Telegram. It is open for everyone to join but we prioritize women to speak, although our first speaker was a man. It was quite challenging to look for female speakers, even using Perempuan WordPress as a platform. I could not even convince my co-organizer to speak!</p>\n<a href=\"https://heropress.com/wp-content/uploads/2021/09/wcasia_2020_organizers_in_wceu_2019_-_wceu-min.jpeg\"><img /></a>WCAsia 2020 Organizers in WCEU 2019. Photo Credit: WCEU 2019\n<p>I once had a chat with someone who spoke at WordCamp Jakarta and was a successful business owner. I asked why she was not active in a WordPress forum on Facebook, perhaps answering a question, as she is listed as a member. Facebook and Telegram are the two platforms where most Indonesian WordPress users go to ask for support. She said that it was too scary to receive condescending replies from the male members. She was afraid the comments would bring her down. To date, I am still looking for Indonesian WordPress users who share the same interest in building Perempuan WordPress.</p>\n<p>But, what did I actually do with WordPress before I started contributing? If you mean whether I code? No, I don’t. I suck in math. I’m super slow in getting my head around code.</p>\n<p>Well, in 2014, I signed up for a free account on WordPress.com. I was commuting for work and when I was on public transport my mind wandered. I thought of keeping a note about whatever I see and let the public read it. I was not aware it was called blogging. I did subscribe but the blog never materialized.</p>\n<a href=\"https://heropress.com/wp-content/uploads/2021/09/meetup_ubud-min.jpeg\"><img /></a>WordPress Meetup Ubud before Covid-19\n<p>My background is environmental activism. I worked for international development organizations on environmental issues, from policymaking to campaigning. I worked with policymakers behind the desk and organized conferences and meetings. There was a lot of writing and translating involved. I also worked with people on the ground. The people who are impacted by the policies. My work on the ground usually involved researching, movement building and community empowerment.</p>\n<p>Perhaps, now you understand why I was easily involved in WordCamps or Meetups. The talent in organizing and working with people is almost like in my genes. They run in my blood veins. I enjoy working to make things happen and get things done. I am also very much comfortable working with people, especially speaking about something that I am passionate about and would make a positive impact on someone’s life.</p>\n<a href=\"https://heropress.com/wp-content/uploads/2021/09/meetup_jakarta-min.jpg\"><img /></a>WordPress Meetup Jakarta before Covid-19\n<p>Then, at some point, I was in between jobs. The person who convinced me into volunteering at WordCamp Denpasar created an online CV for me. I was pushed to learn to manage a WordPress site, navigate around wp-admin, and work on the content to appeal to potential employers. I don’t remember which one came first, but I eventually got a job as a campaigner to build a movement online and offline.</p>\n<p>The movement was initiated by a bunch of university friends in America who used digital campaigns to go global. The campaign used WordPress as the platform. I was working with a digital campaigner. Not only I had to take part in decision making about the content, the Call to Action, the user experience, I also had to log in to wp-admin and make some amendments. As it was a global movement, the resources were developed in English. So I also worked a lot with translators and reviewed their work.</p>\n<a href=\"https://heropress.com/wp-content/uploads/2021/09/wptd_2020-min.jpg\"><img /></a>First WordPress Translation Day for Indonesia Polyglot Team in 2020\n<p>And now, you probably understand even more why I am getting my hands dirty with polyglots and Perempuan WordPress. Everything comes from the heart. I do things that I feel so strongly about. Things that call me. And things that I am good at but still giving me room to learn and become better at.</p>\n<p>Some people might think, I can do what I do because I have time. That is true. I quit my job as a campaigner at the end of 2018. Since then, I’ve been freelancing. Not much, hence the free time I spend contributing. But I have another initiative that I started once I quit my job and have kept me going. Of course, it also involves WordPress. The initiative aims at helping street cats in Jakarta. So, I am busy trapping cats but also learning how to fundraise using a website. I’m learning to use online forms, set up a payment service provider, work on SEO, and do other new things I need to learn to grow my initiative. I do have the privilege to learn directly from a personal guru. Yes, the same person who convinced me to volunteer at WordCamp Denpasar, and my personal web developer. My husband.</p>\n<a href=\"https://heropress.com/wp-content/uploads/2021/09/perempuanwp-min.jpg\"><img /></a>Call for Speakers Poster for Perempuan WordPress. Photo Credit: Hani Khaerunnisa\n<p>Although, it’s not always rosy in my part of the world. When I just started learning to become a Deputy, and I was ready to support meetups in new cities across Indonesia and perhaps a WordCamp. Something related to WordPress had brought me down for more than half a year (thanks to Covid as well). I locked myself away from contributing to WordPress. It didn’t feel right though. It felt as if something was missing. But now, I have decided to not let it get in my way anymore. This not-so-rosy situation is perhaps what motivates me the most to keep contributing to WordPress. What does not kill me makes me stronger!</p>\n<p>And that’s what I like about WordPress, it is very welcoming and open to people like me, who don’t code at all. At the same time, it shows me a different way of looking at the world, if not the IT world. In my late 30’s, I threw myself into a new world. I pushed myself to learn new things. With WordPress, the chance to learn new things is always there for everyone. WordPress also allows me to contribute, to share what I have. By contributing, I hope to make a difference in someone’s life. Especially the talented Indonesian WordPress users. I hope they feel the benefit of using WordPress and want to give back to create a healthier WordPress community in Indonesia.</p>\n<h1 id=\"indonesian\">WordPress dan Saya: Apakah saya dapat melewati semua rintangan yang menghadang?</h1>\n<p>Tidak sulit untuk jatuh cinta pada WordPress jika Anda memiliki kesempatan untuk mengenalnya. Saya hanya membutuhkan sebuah WordCamp.</p>\n<p>Tidak hanya WordCamp di tempat biasa, pada tahun 2016, saya menjadi sukarelawan dadakan di WordCamp Denpasar di Bali, pulau Dewata. Bali adalah pulau kecil di dalam sebuah negara bernama Indonesia. Ya, saya dari Indonesia. Jadi, jika Anda membaca esai saya, Anda mungkin dapat memahami betapa hebatnya WordCamp. Sebuah kegiatan yang dapat memikat seseorang untuk berkontribusi untuk komunitas, bahkan jika mereka tidak mendapatkan apa pun dari WordCamp. (saya sebenarnya dapat kaos, lanyard, dan makanan hotel gratis)</p>\n<p>Perjalanan saya dengan WordPress dimulai dari satu WordCamp ke WordCamp berikutnya. Semakin luar biasa karena WordCamp berikutnya adalah WordCamp Ubud, masih di Bali. Kali ini saya menjadi salah satu penyelenggara (organizer). Ubud adalah salah satu lokasi yang paling diminati oleh digital nomad di Asia. Tempat yang indah, terutama jika Anda juga menyukai alam, yoga, dan ingin mendapatkan pencerahan. Saya tidak bercanda. Jika WordPress tidak cukup mencerahkan Anda, pergilah ke Ubud. Anda akan merasakan semacam energi yang kuat untuk terhubung ke semua hal. Pulau Bali sangat penuh keajaiban, begitu juga semua di dalamnya. Ubud adalah lingkungan yang sempurna untuk bertemu dengan orang baru yang memiliki minat yang sama, terutama di acara WordPress seperti WordCamp atau Meetup.</p>\n<a href=\"https://heropress.com/wp-content/uploads/2021/09/wc_denpasar-min.jpeg\"><img /></a>WordCamp Denpasar 2017\n<p>Kemudian, saya mulai menghadiri WordPress Meetup di Ubud dan Jakarta. Saya juga menyelengarakan lebih banyak WordCamp. WordCamp Jakarta di tahun 2017 dan 2019. Akan tetapi, baru setelah beberapa waktu saya berkomitmen sebagai organizer Meetup di Jakarta dan Ubud. Sebelum Covid terjadi, saya sering bepergian hilir mudik antara Jakarta dan Ubud. Setiap kali saya pergi ke Ubud, Meetup adalah hal pertama dalam daftar kegiatan saya selama di Ubud. Saya juga ikut ambil bagian dalam penyelenggaraan WordCamp Asia 2020. Mudah-mudahan WordCamp Asia akhirnya dapat diadakan setelah dunia semakin aman bagi kita untuk bepergian dan mengadakan pertemuan, walaupun Covid masih diperangi.</p>\n<p>Di WordCamp dan Meetup, Anda mendengar cerita tentang kekuatan WordPress yang menghidupi web. Tentang WordPress mengubah hidup banyak orang. Tentang WordPress membantu mewujudkan mimpi menjadi kenyataan. Saya berpikir. Jika WordPress sehebat itu, mengapa tidak banyak orang di Indonesia yang menggunakan situs web, dan mengapa mereka tidak menggunakan WordPress. Mengapa tidak banyak orang yang menggunakan WordPress di Indonesia berkontribusi pada WordPress. Mengapa tidak banyak pengguna, developer, desainer, pemilik bisnis WordPress Indonesia yang berbakat mengambil bagian dalam proyek WordPress.org. Mengapa? Dugaan saya, salah satu dari banyak alasan adalah masalah bahasa.</p>\n<p>Saya percaya, semakin banyak konten yang diterjemahkan ke dalam bahasa Indonesia, semakin banyak pengguna WordPress Indonesia yang melihat WordPress lebih dari sekadar platform blogging atau CMS. Sebaliknya, WordPress adalah komunitas open source yang sangat besar, tempat banyak kontributor bekerja sama untuk membuat web menjadi tempat yang lebih baik bagi semua. Semakin banyak plugin dan tema yang diterjemahkan, semakin mudah pekerjaan developer dan desainer dengan WordPress. Semakin banyak orang merasakan manfaat WordPress bagi kehidupan mereka, semakin baik ekosistem bisnis bagi pemilik bisnis.</p>\n<a href=\"https://heropress.com/wp-content/uploads/2021/09/wc_ubud_-_ivan_k_-min.jpeg\"><img /></a>WordCamp Ubud 201<b>7</b>\n<p>Setelah banyak bertanya dan berdiskusi dengan banyak orang tentang menerjemahkan WordPress, saya segera berkomitmen untuk menghidupkan kembali proyek poliglot di Indonesia. Saya beruntung, seseorang anggota komunitas datang membantu. Kemudian, dengan melakukan beberapa kali promosi, tim poliglot bertambah. Saya bersyukur, saya tidak sendirian. Banyak pengguna WordPess yang tertarik untuk berkontribusi dalam penerjemahan.</p>\n<p>Saya tidak berhenti di situ. Saya perhatikan, tidak banyak perempuan yang terlibat dalam komunitas WordPress di Indonesia. Saya bertemu dengan beberapa perempuan di WordCamp atau Meetup, tetapi jumlahnya tidak banyak. Dan biasanya, saya adalah satu-satunya perempuan. Mungkin saya mengabaikan fakta bahwa Indonesia masih sangat kuat perilaku patriarkinya meskipun ekonominya semakin kuat. Komunitas WordPress di Indonesia hampir seperti komunitas yang didominasi laki-laki.</p>\n<p>Setelah berdiskusi dengan beberapa anggota komunitas, saya memulai sebuah inisiatif yang disebut Perempuan WordPress. Ada dua kata dalam bahasa Indonesia, ‘wanita’ dan ‘perempuan’. Saya memilih ‘perempuan’ karena saya merasa bahwa perempuan tidak hanya mengacu pada perbedaan jenis kelamin tetapi lebih tentang peran yang dapat dimiliki oleh seorang perempuan. Saya merasa ‘perempuan” dapat lebih menguatkan saya. Tetapi jangan tanya saya tentang terjemahan formal ‘perempuan’ dalam bahasa Indonesia. Karena menurut saya terjemahannya sangat menyedihkan.</p>\n<p>Seorang kontributor perempuan bersedia membantu dan mengusulkan untuk mengadakan pertemuan rutin online di Telegram (Kulgram). Kulgram terbuka bagi siapa saja untuk bergabung tetapi wanita diutamakan untuk menjadi pemateri, meskipun pembicara pertama Kulgram adalah seorang laki-laki. Mencari pembicara perempuan bukan hal yang mudah, meskipun menggunakan platform Perempuan WordPress. Saya bahkan tidak dapat meyakinkan rekan kontributor penyelenggara Kulgram untuk berbicara!</p>\n<a href=\"https://heropress.com/wp-content/uploads/2021/09/wc_jakarta_2019-min-scaled.jpg\"><img /></a>WordCamp Jakarta 2019\n<p>Saya pernah berbicara dengan seorang perempuan pemateri di WordCamp Jakarta yang juga merupakan pemilik bisnis yang sukses. Saya bertanya alasannya tidak aktif di forum WordPress di Facebook, misalnya dengan menjawab pertanyaan sebagai anggota. Facebook dan Telegram adalah dua platform tempat sebagian besar pengguna WordPress Indonesia bertanya jawab teknis tentang WordPress. Dia mengatakan bahwa berkomentar di forum semacam Facebook terlalu menakutkan jika muncul balasan yang merendahkan dari anggota forum laki-laki. Dia tidak ingin komentar yang merendahkan akan membuatnya terpuruk. Sampai saat ini, saya masih mencari pengguna WordPress dari Indonesia yang memiliki minat yang sama untuk membangun Perempuan WordPress.</p>\n<p>Tapi, apa yang sebenarnya saya lakukan dengan WordPress sebelum saya mulai berkontribusi? Jika Anda bertanya apakah saya dapat menulis kode? Tidak. Saya payah dalam matematika. Saya sangat lambat dalam memahami kode. Pada tahun 2014, saya mendaftar untuk mendapatkan akun gratis di WordPress.com. Saya naik transportasi umum ke kantor setiap hari dan di tengah-tengah kemacetan kadang pikiran saya mengembara. Saya berpikir untuk menulis tentang semua yang saya lihat dan pikirkan lalu memublikasikannya. Saya tidak sadar hal ini disebut blogging. Saya masih berlangganan di WordPress.com tetapi blog yang aktif tidak pernah terwujud.</p>\n<p>Latar belakang saya adalah aktivis lingkungan. Saya bekerja untuk organisasi bantuan internasional tentang isu-isu lingkungan, mulai dari pembuatan kebijakan hingga kampanye. Saya bekerja dengan pembuat kebijakan di belakang meja dan mengadakan konferensi dan pertemuan. Saya banyak menulis laporan dan menerjemahkan. Saya juga bekerja dengan banyak orang di lapangan. Mereka yang terkena dampak kebijakan. Pekerjaan saya di lapangan biasanya melibatkan penelitian, membangun gerakan dan memberdayakan masyarakat.</p>\n<a href=\"https://heropress.com/wp-content/uploads/2021/09/online_meetup_jakarta-min.jpg\"><img /></a>WordPress Jakarta Meetup Online di StreamYard\n<p>Mungkin sekarang Anda mengerti mengapa saya mudah terlibat dalam WordCamp atau Meetup. Bakat dalam menyiapkan sebuah kegiatan dan bekerja dengan banyak orang mungkin seperti bakat alami saya yang mengalir di pembuluh darah saya. Saya senang bekerja untuk mewujudkan dan menyelesaikan sesuatu. Saya juga sangat nyaman bekerja dengan banyak orang, terutama berbicara tentang sesuatu yang saya minati dan dapat memberi dampak positif pada kehidupan seseorang.</p>\n<p>Kemudian, pada titik tertentu, saya harus mencari pekerjaan. Seseorang yang meyakinkan saya untuk menjadi sukarelawan di WordCamp Denpasar membuat CV online untuk saya. Saya didorong untuk belajar mengelola situs WordPress, menjelajahi wp-admin, dan mengerjakan konten untuk menarik calon pemberi kerja. Saya tidak ingat mana yang lebih dulu terwujudkan, tetapi akhirnya saya mendapat pekerjaan sebagai juru kampanye untuk membangun gerakan secara online dan offline.</p>\n<p>Gerakan tersebut diprakarsai oleh sekelompok anak muda di universitas di Amerika yang menggunakan kampanye digital agar tersebar ke seluruh dunia. Kampanye tersebut menggunakan WordPress sebagai platformnya. Saya bekerja dengan seorang juru kampanye digital. Tidak hanya saya harus mengambil bagian dalam pengambilan keputusan tentang konten, Call to Action, dan pengalaman pengguna, saya juga harus login ke wp-admin dan membuat beberapa perubahan. Karena gerakan tersebut adalah gerakan global, sumber daya yang disusun biasanya dalam bahasa Inggris. Jadi saya juga banyak bekerja dengan penerjemah dan meninjau pekerjaan mereka.</p>\n<p>Sekarang, Anda mungkin lebih mengerti mengapa saya bersusah payah mengembangkan proyek poliglot dan Perempuan WordPress. Semuanya datang dari hati. Saya melakukan hal-hal yang saya yakini. Hal-hal yang menarik minat saya. Dan hal-hal yang saya kuasai tetapi masih memberikan ruang untuk saya belajar dan menjadi lebih baik.</p>\n<a href=\"https://heropress.com/wp-content/uploads/2021/09/id_-_wptd_2020-min.jpg\"><img /></a>Organizers (Polyglots GTE) WPTD 2020 Indonesia. Photo Credit: Agus Muhammad\n<p>Beberapa orang mungkin berpikir, saya bisa melakukan apa yang saya lakukan sekarang karena saya punya waktu. Mungkin benar. Saya berhenti dari pekerjaan saya sebagai juru kampanye pada akhir tahun 2018. Sejak saat itu, saya menjadi pekerja lepas. Tidak banyak yang saya lakukan, maka saya punya waktu luang untuk berkontribusi. Tetapi saya memiliki inisiatif lain yang saya mulai setelah saya berhenti dari pekerjaan saya dan membuat saya terus berkegiatan. Tentu saja, inisiatif tersebut juga melibatkan WordPress. Inisiatif tersebut bertujuan untuk membantu kucing jalanan di Jakarta. Jadi, saya sibuk menangkap kucing-kucing jalanan tetapi juga belajar cara menggalang dana menggunakan situs web. Saya belajar menggunakan formulir online, menyiapkan penyedia layanan pembayaran, mengerjakan SEO, dan melakukan hal-hal baru lainnya yang perlu saya pelajari untuk mengembangkan inisiatif saya. Saya mungkin beruntung karena dapat belajar langsung dari seorang guru pribadi. Orang yang sama yang meyakinkan saya untuk menjadi sukarelawan di WordCamp Denpasar, dan developer web pribadi saya. Suami saya.</p>\n<p>Akan tetapi, semuanya tentu bukan tanpa tantangan. Ketika saya baru mulai belajar menjadi Deputi, dan saya siap untuk mendorong dimulainya Meetup di kota-kota baru di seluruh Indonesia dan mungkin WordCamp. Sesuatu yang berhubungan dengan WordPress telah membuat saya berhenti berkontribusi selama lebih dari setengah tahun (juga karena Covid). Saya sadar hal ini tidak benar. Saya merasa seperti ada sesuatu yang hilang. Tetapi sekarang, saya telah memutuskan untuk tidak membiarkannya menghalangi saya lagi. Situasi yang tidak terlalu menyenangkan tersebut mungkin yang paling memotivasi saya untuk terus berkontribusi di WordPress. Apa yang tidak membunuh kita hanya akan membuat diri kita lebih kuat!</p>\n<p>Semua hal di atas adalah yang saya sukai dari WordPress, sangat ramah dan terbuka untuk orang seperti saya, yang tidak bisa menulis kode sama sekali. Pada saat yang sama, WordPress menunjukkan kepada saya cara yang berbeda dalam memandang dunia, mungkin juga dunia TI. Di usia 30-an akhir, saya terjun ke dunia baru. Saya dorong diri saya untuk mempelajari hal-hal baru. Dengan WordPress, kesempatan untuk mempelajari hal baru selalu terbuka bagi siapa pun. Dan WordPress juga memungkinkan saya untuk berkontribusi dengan membagikan apa yang saya miliki. Dengan berkontribusi, saya berharap dapat membuat perbedaan dalam hidup seseorang. Terutama para pengguna WordPress berbakat dari Indonesia. Saya berharap mereka merasakan manfaat menggunakan WordPress dan ingin berkontribusi untuk menciptakan komunitas WordPress yang lebih sehat di Indonesia.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-and-me-am-i-going-against-all-odds/\">WordPress and Me: Am I Going Against All Odds? – WordPress dan Saya: Apakah saya dapat melewati semua rintangan yang menghadang?</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Sep 2021 01:00:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Devin Maeztri\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Konstantin Kovshenin Launches Sail, a CLI Tool for Deploying to Digital Ocean\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122774\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:217:\"https://wptavern.com/konstantin-kovshenin-launches-sail-a-cli-tool-for-deploying-to-digital-ocean?utm_source=rss&utm_medium=rss&utm_campaign=konstantin-kovshenin-launches-sail-a-cli-tool-for-deploying-to-digital-ocean\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4729:\"<p class=\"has-drop-cap\">Last week, Konstantin Kovshenin launched <a href=\"https://sailed.io/\">Sail</a>, a CLI tool for deploying WordPress applications to the DigitalOcean cloud. The project is free to use and open source. However, he has plans for an upgraded premium experience down the road.</p>\n\n\n\n<p>Kovshenin cited speed and efficiency as the two primary reasons developers should give his new tool a try. “You don’t need to wander around web UIs to launch a new server and install WordPress. You just <code>sail init</code>. You don’t need to open your SFTP GUI client to upload changes to your application. You just <code>sail deploy</code>.”</p>\n\n\n\n<p>He also said that because it is a simple CLI, it will integrate well with existing developer tools and services like Gulp, webpack, GitHub Actions, and more.</p>\n\n\n\n<p>“I’m a DIY guy when it comes to WordPress hosting, so I like to get my hands dirty with servers, code, configuration, and everything else,” wrote Kovshenin in the <a href=\"https://konstantin.blog/2021/sail-deploy-wordpress-to-digitalocean/\">announcement post</a>. “I’ve been using virtual servers at DigitalOcean for small WordPress projects for a very long time, and it’s great, and also very affordable.”</p>\n\n\n\n<p>He had grown annoyed doing routine maintenance and configuring servers for new projects. This led him to write many scripts for handling each piece of this over the years. Over the past couple of months, he cleaned them up and packaged them as a single CLI tool called Sail. It works across Linux, macOS, and Windows.</p>\n\n\n\n<p>While he lists some advantages of using Sail over the competition in the announcement post, he thinks the benefits come from using Sail with other developer tools.</p>\n\n\n\n<p>“For example, if you already use Git and GitHub, Sail can automatically deploy your application whenever you push to your main branch,” he said. “If your project is built with Gulp and webpack, you can ask npm to deploy your application after a successful build.”</p>\n\n\n\n<p>The CLI tool does not make assumptions about the development environment. Developers are free to use whatever setup they are accustomed to, such as Vagrant/VirtualBox, XAMP/MAMP, Local, Docker, or a custom setup.</p>\n\n\n\n<p>“You can use it without a local development environment at all and just cowboy-code your way through, and Sail will help you deploy with confidence and roll back when you’re overly confident,” he said.</p>\n\n\n\n<p>The following is a short video demo:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h2>The Future of Sail</h2>\n\n\n\n<p class=\"has-drop-cap\">For the short term, Sail only works with DigitalOcean. However, Kovshenin plans to support more providers down the road as he looks into “more complex architectures.” However, he said it is not a high priority at the moment.</p>\n\n\n\n<p>“DigitalOcean has the best documentation, hands down,” he said. “The simplicity of their APIs just blows you away. And that simplicity extends to their pricing as well, which made it quite an obvious choice.”</p>\n\n\n\n<p>While the tool is free, he will offer a Sail Premium service. There is currently no launch date for it. Kovshenin said he was gauging overall interest before diving in. However, he does have an Early Access signup form. Those who use it will gain free passes during the beta period and possibly a discount at launch.</p>\n\n\n\n<p>Right now, his focus is on building the core Sail features, which he says will always be free.</p>\n\n\n\n<p>“The biggest new feature I’m excited about right now is Blueprints,” said Kovshenin. “This is going to be a YAML manifest file, which will describe the desired application environment and state, including which WordPress plugins to install and activate, which themes and settings, as well as any additional server software and configuration, such as mail, firewall, etc. And to get all of this you’ll just need to specify the blueprint file to <code>sail init</code>.”</p>\n\n\n\n<p>The goal is to allow users to build, reuse, and even share their blueprints. Sail itself will even make common configurations available. A single blueprint could include WooCommerce, Stripe, Storefront, Jetpack, Redis object caching, mail relay via MailGun, and more.</p>\n\n\n\n<p>“Other features on the list include sub-projects, staging/cloning, automatic and remote backups, profiling, monitoring, and malware/vulnerability scanning,” said Kovshenin.</p>\n\n\n\n<p>He is hoping for more feedback on missing features that could make the project more useful for others.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Sep 2021 22:21:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: WordPress Opens Applications for In-Person WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122537\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/wordpress-opens-applications-for-in-person-wordcamps?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-opens-applications-for-in-person-wordcamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7096:\"<img /><p>photo credit: <a href=\"http://www.flickr.com/photos/huasonic/3008912290/\">Huasonic</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a></p>\n\" data-medium-file=\"https://wptavern.com/wp-content/uploads/2021/09/3008912290_e223135aaf_k-1-300x199.jpg\" data-large-file=\"https://wptavern.com/wp-content/uploads/2021/09/3008912290_e223135aaf_k-1-500x332.jpg\" loading=\"lazy\" width=\"2047\" height=\"1361\" src=\"https://wptavern.com/wp-content/uploads/2021/09/3008912290_e223135aaf_k-1.jpg\" alt=\"WordCamp Swag\" class=\"wp-image-122755\" srcset=\"https://wptavern.com/wp-content/uploads/2021/09/3008912290_e223135aaf_k-1.jpg 2047w, https://wptavern.com/wp-content/uploads/2021/09/3008912290_e223135aaf_k-1-300x199.jpg 300w, https://wptavern.com/wp-content/uploads/2021/09/3008912290_e223135aaf_k-1-500x332.jpg 500w, https://wptavern.com/wp-content/uploads/2021/09/3008912290_e223135aaf_k-1-768x511.jpg 768w, https://wptavern.com/wp-content/uploads/2021/09/3008912290_e223135aaf_k-1-1536x1021.jpg 1536w\" sizes=\"(max-width: 2047px) 100vw, 2047px\" />photo credit: <a href=\"http://www.flickr.com/photos/huasonic/3008912290/\">Huasonic</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a>\n\n\n\n<p>WordPress is <a href=\"https://make.wordpress.org/community/2021/09/13/announcement-updated-guidelines-for-in-person-wordcamps/\">restarting its in-person WordCamp program</a> after more than six weeks of discussion on a <a href=\"https://make.wordpress.org/community/2021/07/27/proposal-how-to-return-to-safe-in-person-wordcamps/\">proposal</a> for how the WordPress community can return to hosting events. Applications are now open for in-person WordCamps, provided they meet the Community Team’s updated guidelines for organizing WordCamps during the pandemic.</p>\n\n\n\n<p>Local communities that have hosted meetups prior to the pandemic are eligible to apply to host a WordCamp if public health authorities permit in-person gatherings in their region and the area passes the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/in-person-meetup-decision-checklist/\">in-person safety checklist</a>. If the checklist requirements cannot be met, organizers may still host a WordCamp, provided that vaccines or COVID tests are readily available in the community. In the event the location doesn’t pass the in-person checklist and also has limited access to vaccines and testing, organizers would need to opt for an online WordCamp.</p>\n\n\n\n<p>The new guidelines have been simplified into a flowchart:</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>The Community Team expects that attendees will be fully vaccinated, recently tested negative, or recovered from COVID within the last three months. Attendance will be based on the honor system, as organizers will not be asking for proof as a condition of participation. </p>\n\n\n\n<p>WordCamps are sorely missed by WordPress enthusiasts and professionals, and many are eager to return. This restart of the WordCamp program will need to attract more than just attendees – WordCamp organizers will need to get on board to be the first to test the waters. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Yep, the camps are where the community spirit is both sparked and inspired, and often times repaired. We need in real life Wordcamps</p>— Paul Lacey (@wp_paullacey) <a href=\"https://twitter.com/wp_paullacey/status/1437518452927905800?ref_src=twsrc%5Etfw\">September 13, 2021</a></blockquote>\n</div>\n\n\n\n<p>The fact that vaccinated individuals can still transmit the virus throws a wrench into things in areas where vaccine hesitancy runs high, making the entire population more susceptible to breakthrough infections. This combined with the prevalence of the more highly contagious Delta variant makes for a scenario where attendees at approved in-person WordCamps could unwittingly participate in spreading the virus to others. </p>\n\n\n\n<p>When asked about requiring masks or other precautions, Community Team representative Angela Jin said organizers have a better opportunity to require more precautions beyond local guidelines if they work with a venue that has its own requirements.</p>\n\n\n\n<p>“The Community team is asking organizers and attendees to follow local guidelines,” Jin said. “If organizers would like to have more precautions, the deputies would advocate for booking at a venue that takes those precautions, for example, a venue that requires masks while indoors. In this way, the ask of ensuring additional safety measures is not just on organizers (event organizers already have enough to keep an eye on!), but on venue staff as well.”</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Anybody else ready for IRL WordCamps? <a href=\"https://twitter.com/hashtag/WordPress?src=hash&ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://twitter.com/hashtag/genesiswp?src=hash&ref_src=twsrc%5Etfw\">#genesiswp</a> <a href=\"https://t.co/xg2JmSUa3X\">pic.twitter.com/xg2JmSUa3X</a></p>— David Vogelpohl (@wpdavidv) <a href=\"https://twitter.com/wpdavidv/status/1403110409247281152?ref_src=twsrc%5Etfw\">June 10, 2021</a></blockquote>\n</div>\n\n\n\n<p>“I’ve been asked if I think there will be an in-person WordCamp Miami in 2022 once it’s allowed,” longtime WordCamp organizer David Bisset <a href=\"https://twitter.com/dimensionmedia/status/1437465815842967555\">said</a>. “No idea. But I doubt I’ll be involved unless the state of Florida changes dramatically. Plus, other reasons. As of now I’m not planning on attending any in-person WCs for quite some time. I have a ‘wait and see’ attitude.\'”</p>\n\n\n\n<p>One important consideration is that the Global Sponsorship Program does not currently include funding for WordCamps, so organizers will need to raise 100% of the expenses for their events. A group of Community Team deputies are working on a proposal for the <a href=\"https://make.wordpress.org/community/2021/09/10/2022-global-sponsorship-working-group/\">2022 Global Sponsorship Program</a>, aiming to finalize it by the end of October. In the meantime, organizers will need to find a way to foot the bill.</p>\n\n\n\n<p>As scientists consider the increasingly more likely possibility that SARS-CoV-2 becomes an endemic virus, WordCamps and other gatherings will need to find the right combination of precautions that will enable them to continue in this new era. The Community team has become skilled at hosting virtual events, but 18 months into this pandemic it is clear that the connections fostered at WordCamps are irreplaceable.</p>\n\n\n\n<p>“The deputies and I know that many places around the world are not in a position to organize in-person WordCamps at this time,” Jin said. “The team will continue to support online events, and do not expect organizers to host in-person events if they are not ready to.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Sep 2021 03:35:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: Theme Author Survey Results: Uploading via ZIP Files Preferred, SVN Access Forthcoming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122704\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:233:\"https://wptavern.com/theme-author-survey-results-uploading-via-zip-files-preferred-svn-access-forthcoming?utm_source=rss&utm_medium=rss&utm_campaign=theme-author-survey-results-uploading-via-zip-files-preferred-svn-access-forthcoming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3904:\"<p class=\"has-drop-cap\">Earlier today, Dion Hulse announced the <a href=\"https://make.wordpress.org/themes/2021/09/13/theme-upload-survey-results-next-steps/\">results of a six-week survey</a> on the WordPress.org theme upload process. The goal was to figure out if uploading a ZIP file was a “pain point” and see what other methods theme authors prefer. Then, move forward based on the feedback. In total, 256 people responded to the survey.</p>\n\n\n\n<p>Of the weighted results, uploading themes via a ZIP remained the most popular option. Committing via Git or integrating with GitHub came in second and third, respectively. Using SVN or a CLI tool also had support.</p>\n\n\n\n<p>The next steps should include allowing theme updates to be submitted via SVN. Trac tickets will also be removed for updates, which the Themes Team no longer reviews. For theme authors who prefer Git, the plan is to encourage the use of a GitHub Action for automatic deployment over SVN.</p>\n\n\n\n<p>There are no tickets for implementing the changes yet, but they are forthcoming. Hulse said he is awaiting any feedback on the announcement post or in the Themes Team September 14 meeting.</p>\n\n\n\n<p>Nothing was said about the initial theme submission. This will likely remain the same.</p>\n\n\n\n<p>The upcoming SVN access will have some limits in comparison to plugins. Updates will be stored via a strict <code>/theme-slug/version</code> scheme with a standardized version format. Theme authors will not be allowed to change any commits once an update is submitted. Like the ZIP upload system, they will need to bump the version number to send a new update. The goal is for the theme repository to merely be a deployment destination and not a place for development.</p>\n\n\n\n<p>This should be a welcome change for those who have longed for alternative theme upload methods. As far back as I can remember, theme authors have asked for SVN access to the WordPress.org theme directory. It is a capability that plugin developers have long had. This was before the proliferation of Git and the rising popularity of GitHub. Every so often, themers would begin the discussion anew, but it would always end the same. Uploading a ZIP file was the only way to submit a new theme or an update to an existing one.</p>\n\n\n\n<p>Eventually, those discussions included talk of Git. However, it seemed most of the passion for integrating with any version control system (VCS) had waned. Most just lived with the status quo.</p>\n\n\n\n<p>This has not necessarily been a bad thing. Uploading a ZIP has kept the process simple. Theme authors could use their preferred VCS (or none) and ship the final product to WordPress.org.</p>\n\n\n\n<p>As I viewed the survey and thought it over, I changed positions. Throughout my history as a theme author, I was clearly in the camp calling for VCS integration. I wanted SVN (eventually, GIT) access to my projects in the directory. However, I had long ago customized my development build process to incorporate a ZIP creation step. The extra 30 seconds or so that it took to upload that file via the theme upload form did not seem to matter so much anymore.</p>\n\n\n\n<p>Like the plurality of others who responded to the survey, I now prefer uploading a ZIP file. Maybe it is what I am accustomed to, but it would not have been my answer a few years ago. I have come to appreciate the simplicity of the existing system.</p>\n\n\n\n<p>However, opening the theme upload process up to other methods should improve things for more people. In particular, I could imagine theme shops incorporating something similar to <a href=\"https://wptavern.com/10up-releases-github-actions-for-simplifying-wordpress-plugin-deployment\">10up’s GitHub Action</a> for plugin deployment in their release process. Essentially, the Action automatically sends an update to WordPress.org’s SVN repository when tagging a release.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Sep 2021 22:56:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Gutenberg Times: Theme Switching, Global Styles, Blocks in REST API and more – Weekend Edition #184\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=18948\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://gutenbergtimes.com/theme-switching-weekend-edition-184/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13344:\"<p>Howdy, howdy! </p>\n\n\n\n<p>Today we have a great mixture of links to tutorials, news, general information, call to action and events. Now that the summer is over, it feels there is another wave of WordPressers are starting to adopt the block editor, block-based themes and to pay more attention to what’s happening in the Gutenberg world. Or is it just me diving into the topics full-time? </p>\n\n\n\n\n\n<p>Before you get distracted by the headlines below, let me ask you: Do you have your WordCamp US Tickets, already? <a href=\"https://us.wordcamp.org/2021/tickets/\"><strong>Now is the time! </strong></a></p>\n\n\n\n<p><strong><a href=\"https://us.wordcamp.org/2021\">WordCamp US</a></strong> will take place as a one-day virtual event on October 1st, 2021. It’s free and takes place on a Friday, so it won’t cut into your screen-free weekend activities.</p>\n\n\n\n<ul><li>The <a href=\"https://us.wordcamp.org/2021/wcus-speakers-first-group/\">first</a> and <a href=\"https://us.wordcamp.org/2021/wcus-speakers-second-group/\">second</a> set of brilliant speakers were announced this week.</li><li>There is still a <a href=\"https://us.wordcamp.org/2021/call-for-chat-directors/#more-2716\">Call for Directors</a> out and if you want to help with Live Chat moderation and capture audience questions you can apply until Sept. 16 for three shifts. <a href=\"https://us.wordcamp.org/2021/call-for-chat-directors/#more-2716\">More here.</a></li><li>Take the opportunity and meetup with a small group of local friends for a watch party. <strong>Don Soschin </strong>has some ideas and tips for you. <a href=\"https://us.wordcamp.org/2021/create-your-wcus21-attendee-pod/\">Create your WCUS 2021 Attendee Pod.</a></li></ul>\n\n\n\n<p>See y’all at WCUS! </p>\n\n\n\n<p>Yours, <br />Birgit ?</p>\n\n\n\n<h2>Full-Site Editing and Theme design</h2>\n\n\n\n<p>Speaking of events, next week <strong>Anne McCarthy, Marcus Kazmierczak and Dave Smith </strong>will gather for a <a href=\"https://make.wordpress.org/test/2021/09/09/hallway-hangout-on-adoption-pathways-for-full-site-editing/\"><strong>Hallway Hangout on September 16th at 11 am EDT / 16:00 UTC.</strong></a> They will discuss adoption pathways to full site editing, what’s working, what successes folks have had, what blockers people are running into, and what might help more folks participate. Beyond just the benefits of learning from each other, this information will ideally be used to help influence future resources and to give insights to the teams working on these items. Join the <a href=\"https://wordpress.slack.com/archives/C015GUFFC00\">#fse-outreach-program</a> WP Slack channel for updates.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The next feedback round for participants in the FSE outreach program is a <strong><a href=\"https://make.wordpress.org/test/2021/09/08/fse-program-exploration-help-with-the-future-of-block-theme-switching/\">Theme Switching Exploration</a>.</strong> Imagine a world where one could seamlessly take product review patterns from one theme, styling from another, and product display templates from an eCommerce focused theme to create a store. Or imagine being able to switch themes while retaining your favorite palette of colors and typography. </p>\n\n\n\n<p>The focus of this exploration is more on “wishful thinking”. In the instructions, <strong>Anne McCarthy</strong> guides you through a very basic theme switching process, and then asks you to creatively think about what you’d like to see happen. In other words, the focus is not so much on finding bugs, and more on gathering useful insights that will help design this experience. </p>\n\n\n\n<p>If you need some additional inspiration on how your want to approach your switching journey, read <strong>Justin Tadlock</strong>‘s Exploration Report on the WP Tavern: <a href=\"https://wptavern.com/fse-program-insights-into-switching-between-block-themes\"><strong>Insights Into Switching Between Block Themes</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p><strong><a href=\"https://twitter.com/oandregal\">André Maneiro</a></strong> compares in his post <a href=\"https://oandre.gal/the-developer-experience-of-presets/\"><strong>The developer experience of WordPress presets</strong></a> how to handle presets for WordPress themes before and after the release of WordPress 5.8, when theme.json was merged into core. It’s a practical recap on the advantages for developers to migrate to theme.json even for classic themes. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In <a href=\"https://github.com/WordPress/gutenberg/issues/34574\"><strong>The Global Styles Interface</strong></a> issue on GitHub, <strong>Matias Ventura</strong> covers the broad design aspects of global styles, the upcoming user interface for <code>theme.json</code>. Ventura discusses the iconography, small previews, the handling of color palettes, elements and filters, and color tools. Take a look and chime in on working on TNBT (The next Big Thing) </p>\n\n\n\n<p><strong><a href=\"https://twitter.com/shaunandrews\">Shaun Andrews,</a></strong> on the design team, shared in <a href=\"https://shaunandrews.com/2021/09/the-wordpress-editor-document-status-and-visibility/\"><strong>The WordPress Editor: Document Status and Visibility</strong></a> the next-generation designs for the Gutenberg Publish section in the side bar. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>A group of theme developers met at this week’s <a href=\"https://make.wordpress.org/test/2021/09/10/hallway-hangout-discussion-on-full-site-editing-issues-prs-designs-10-september/\"><strong>Hallway Hangout to discuss current Full-site editing issues, pull requests and designs</strong>. </a> Anne McCarthy posted the recording and a summary on the Make Blog. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/podcast/changelog-51-new-gallery-block-theme-json/\">Gutenberg Changelog #51</a></strong> is now available with transcript. </p>\n\n\n\n<p><strong>Subscribe to the <a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a> podcast </strong><br />?️ <a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a> | <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a> | <a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a> | <a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a> | <a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a> |<br />?️ <a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a> | <a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a> | <a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a> | <a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a> </p>\n\n\n\n<img />\n\n\n\n\n<h2>Gutenberg for Site implementers and Content creators</h2>\n\n\n\n<p>In her post <a href=\"https://make.wordpress.org/core/2021/09/09/core-editor-improvement-cascading-impact-of-improvements-to-featured-images/\"><strong>Cascading impact of improvements to featured images</strong></a> <strong>Anne McCarty </strong>shows you how improvements to the Featured Image block lead to more possibilities for content creation with short videos. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Not in and of itself block-editorial, but still a great story: <a href=\"https://wptavern.com/automattic-acquires-social-image-generator-plugin-plans-to-integrate-with-jetpack\"><strong>Automattic Acquires Social Image Generator Plugin, Plans to Integrate with Jetpack</strong></a>. <strong><a href=\"https://twitter.com/danielpost\">Daniel Post</a></strong>‘s plugin was a dream come true for social marketing people and save so much time. Post and the plugin have a sustainable home with Automattic now.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The team working on the <a href=\"https://pods.io/2021/02/11/pods-2-8-beta-1-released-and-the-field-guide-to-pods-2-8/\"><strong>Pods Framework have published their Field Guide</strong></a> for the next version (2.8). Among many other new features and fixes, you’ll find the<strong> </strong>new Pods Blocks which allow you to </p>\n\n\n\n<ul><li>List Items, </li><li>show a Single Item, </li><li>display a Single Item Field, </li><li>show a Public Form, or </li><li>embed a View (any file) from your theme / child theme. </li></ul>\n\n\n\n<p>They also included compatibility with the new WordPress 5.8 Query Loop blocks!</p>\n\n\n\n<p>For those creators out there looking to get ahead with some common custom block needs, our new Pods Blocks API allows you to register your blocks. Congrats to <strong><a href=\"https://twitter.com/scottkclark\">Scott Kingsley Clark</a></strong> and his team for the major effort to add Gutenberg capabilities to the framework!</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The MetaBox team published an <a href=\"https://metabox.io/gutenberg-vs-page-builders-comparison/\"><strong>in-depth comparison between Gutenberg vs. Page Builders – What is Better & Faster?</strong></a>. Of course, this is still premature, as Gutenberg isn’t a full-featured page builder yet, and is missing quite a few customization and layout feature most page builder provide. This post also runs websites built with Gutenberg and Oxygen in a speed test comparison. </p>\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index 2021”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. </p>\n\n\n\n\n<h2>Block Building for developers</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/thespacedmonkey\">Jonny Harris</a></strong>, WordPress contributor, sponsored by XWP, created a plugin, <strong><a href=\"https://github.com/spacedmonkey/wp-rest-blocks\">REST API blocks </a></strong>that adds block data in json format into the REST API. Once installed, there will be two new fields added to the rest api, <code>has_blocks</code> and <code>blocks</code>. Sounds pretty nifty. Thanks to David Bisset for tweeting about it. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/richard_tabor\">Rich Tabor</a> </strong>created a tutorial on how to create a <a href=\"https://richtabor.com/gutenberg-publishing-checklist/\"><strong>Publish Checklist for the block editor</strong>.</a> If you work in a team of writers, ensuring that various content tasks are completed before an article is published. Tabor how to use a template to display the check list for the editor. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Matias Ventura shared this fabulous post by <strong><a href=\"https://twitter.com/dmsnell23\">Dennis Snell,</a></strong> code wrangler at Automattic. In <strong><a href=\"https://fluffyandflakey.blog/2017/09/04/gutenberg-posts-arent-html/\">Gutenberg posts aren’t HTML…</a> </strong>Snell explains the idea to store block information in HTML comments in <code>post_content</code>. It was an eye-opener for me. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Create and Display Math Formulas</strong> is an interesting requirement and mostly used by scientists and Math teachers. The developers Dennis Snell and Adam Silverstein have a block for this group of writers. </p>\n\n\n\n<ul><li><a href=\"https://wordpress.org/plugins/mathml-block/\"><strong>MathML</strong></a> by <strong>Adam Silverstein</strong> is available in the plugin repository and the Block Directory</li><li>In <a href=\"https://fluffyandflakey.blog/2019/09/09/typesetting-math-in-gutenberg/\"><strong>Typesetting Math in Gutenberg</strong></a> by <strong>Dennis Snell</strong> walks you through the genesis of his block. With this example block, Snell explains, “I try to design my blocks so that all of the processing and loading costs stay in the editor while editing the post”. </li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>For the seventh episode of the Jukebox podcast, <strong>Nathan Wrigley</strong> interviewed Gutenberg contributor <a href=\"https://wptavern.com/podcast/7-ajit-bohra-on-gutenberg-full-site-editing-and-react\"><strong>Ajit Bohra on Gutenberg, Full Site Editing and React</strong></a>. The two covered quite a bit of ground. Grab your favorite beverage and listen. </p>\n\n\n\n<p> </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Sep 2021 08:29:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Theme Authors Should Be Able To Opt Out of Any Design Feature\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:187:\"https://wptavern.com/theme-authors-should-be-able-to-opt-out-of-any-design-feature?utm_source=rss&utm_medium=rss&utm_campaign=theme-authors-should-be-able-to-opt-out-of-any-design-feature\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5451:\"<p class=\"has-drop-cap\">As I debugged issues with the new block gap feature added in <a href=\"https://wptavern.com/gutenberg-11-4-overhauls-galleries-adds-axial-padding-for-buttons-and-lays-groundwork-for-global-spacing\">Gutenberg 11.4</a> last week, I found the <a href=\"https://github.com/WordPress/gutenberg/pull/33812\">ticket introducing it</a>. And, there was already a <a href=\"https://github.com/WordPress/gutenberg/issues/34441\">new ticket</a> for one problem I had hit. However, there was some discussion over whether themes should be allowed to opt-out, rolling their own solution. There was no way to do it at the time.</p>\n\n\n\n<p>It felt like a no-brainer, something I would not think twice about. I quickly <a href=\"https://github.com/WordPress/gutenberg/pull/33812#issuecomment-910377833\">chimed in</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Should theme authors be able to opt out? <em>If this is ever a question that comes up, the answer is always: Absolutely, 100%, yes!</em></p></blockquote>\n\n\n\n<p>The front end of a site is the theme author’s domain. Ultimately, they define how things work there. At least, this is how it has always been. Before the advent of the block system, there were cases where WordPress added its own spin to front-end features, such as styles for the gallery shortcode and emoji JavaScript-image replacement. Themes have always had methods for disabling those.</p>\n\n\n\n<p>With the introduction of the Gutenberg project and its evolving feature set, WordPress continues stepping into front-end design. This carries the benefit of standardizing the relationship between the platform, themes, and users. It makes things like block patterns universal, and it will continue doing so as we get into more advanced layout tools. This is a future that I am eager to witness because it will make theming much easier.</p>\n\n\n\n<p>However, within the in-ticket discussion, I came across one of the fundamental rifts between some people working on Gutenberg and third-party developers:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I disagree with this take. This means that everything should be optional in WordPress and goes against the decisions not options. some things need to be options but not everything…I don’t think it should be a rule to have an opt-out for everything personally. For instance for structural styles, I’d rather have the themes rely on Core always instead of reinventing their own. Themes are here to bring personality and design but not to define what “horizontal alignment” means for instance.</p><cite><a href=\"https://github.com/WordPress/gutenberg/pull/33812#issuecomment-910385740\">Riad Benguella</a></cite></blockquote>\n\n\n\n<p>If such a stance becomes one of the cornerstones of block theme development, it will turn many traditional themers away.</p>\n\n\n\n<p>I agree with the principle that this should be the foundation, the default way that theming works in WordPress going forward. The more pieces that we can standardize, the better. But, as a rule of thumb, theme authors should be able to opt out of any design-related feature. Then, we make rare exceptions to that rule when the need arises.</p>\n\n\n\n<p>Regardless of what Gutenberg and, ultimately, WordPress does, theme authors will find a way around it. Let us pretend that “horizontal alignment” is defined by CSS flexbox in core. I guarantee that someone will come along and use CSS grid.</p>\n\n\n\n<p>In the case of the “block gap” feature introduced in Gutenberg 11.4, it is essentially a fancy name for a global top margin that gets applied to blocks (not to be confused with the actual CSS <code>gap</code> property). In essence, it is a system for defining part of the default vertical rhythm.</p>\n\n\n\n<p>This feature has long been on my wish list, but the idea of mandating it never crossed my mind. If you want to see a heated discussion, throw a handful of web designers in a room and have them discuss the myriad ways of handling vertical spacing between elements. <em>I am in the top margin camp.</em></p>\n\n\n\n<p>Fortunately, theme authors will be able to <a href=\"https://github.com/WordPress/gutenberg/pull/34491\">enable or disable the block gap feature</a>. But, that is merely one battle.</p>\n\n\n\n<p>I had planned to reply in-ticket, but I did not want to get too far off-topic. I also wanted to give some consideration to <em>the other side</em>. However, I could think of few instances where WordPress should always be the deciding factor on front-end design.</p>\n\n\n\n<p>From that position, I envision little more than theme authors creating workarounds for what they will see as a broken system. There is nothing wrong with WordPress defining the defaults. However, it should always be from the mindset that developers will want to venture out. The best way to keep them happy is to not get in the way. Build a system that they <em>want</em> to use, not that they <em>must</em> use. And, for those who decide to go a different route, make it easy. Even if we think those rebel designers are creating a broken user experience, that is OK. It is their project to make or break.</p>\n\n\n\n<p>What makes WordPress so uniquely WordPress is that the platform has always catered to those who want to extend it in just about any imaginable way. If it starts creating stumbling blocks that need not be there, we have done a poor job as stewards of the software.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Sep 2021 01:13:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Pipe Wrench Publication Releases New Native Land Search Plugin for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122573\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:217:\"https://wptavern.com/pipe-wrench-publication-releases-new-native-land-search-plugin-for-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=pipe-wrench-publication-releases-new-native-land-search-plugin-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2976:\"<p><a href=\"https://pipewrenchmag.com/\">Pipe Wrench</a>, an online publication that dissects different topics through longform stories, reactions, interpretations, and asides, has <a href=\"https://pipewrenchmag.com/2021/09/07/native-land-search-free-wordpress-plugin/\">released</a> a free WordPress plugin called <a href=\"https://wordpress.org/plugins/native-lands-search/\">Native Land Search</a>. The publication commissioned the plugin from <a href=\"https://alexjgustafson.blog/2021/08/18/native-land-search-for-pipe-wrench/\">Alex Gustafson</a>, a subscriber and contributor to the magazine.</p>\n\n\n\n<p>Native Land Search offers a search block or “Native Lands Aside” block pattern that users can add to the post content. Site visitors can search an address to discover if it is on indigenous lands.</p>\n\n\n\n<img />Pipe Wrench implementation of the Native Land Search block\n\n\n\n<p>On the Pipe Wrench publication, the content authors have added a Cover block with a background image and put the search block inside the Group block.</p>\n\n\n\n<p>Here is an example of the output for a Florida location: </p>\n\n\n\n<img />\n\n\n\n<p>The search results are powered by the <a href=\"https://native-land.ca/resources/api-docs/\">native-land.ca API</a> and <a href=\"https://developers.google.com/maps/documentation/geocoding/overview\">Google Geocoding API</a>. Native Land Digital, a non-profit organization, created the maps with the following mission: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>We strive to map Indigenous lands in a way that changes, challenges, and improves the way people see the history of their countries and peoples. We hope to strengthen the spiritual bonds that people have with the land, its people, and its meaning.</p><p>We strive to map Indigenous territories, treaties, and languages across the world in a way that goes beyond colonial ways of thinking in order to better represent how Indigenous people want to see themselves.</p></blockquote>\n\n\n\n<p>Native Land Digital notes that the maps do not represent or intend to represent official or legal boundaries of any indigenous nations.</p>\n\n\n\n<p>“All kinds of sites — magazine, newspaper, personal blog, academic hub, nonprofit — can use the block to add depth to all kinds of content involving Indigenous groups,” Pipe Wrench Editor Michelle Weber said. “LandBack, residential schools, climate change, general history — offering this search tool helps non-indigenous folks uncover and understand vital histories with ongoing ramifications.”</p>\n\n\n\n<p>The Native Land Search Plugin is available for <a href=\"https://wordpress.org/plugins/native-lands-search/\">download from WordPress.org</a> and contributions can be submitted on <a href=\"https://github.com/alexjgustafson/native-lands\">GitHub</a>. It may never have a million active installs but the plugin could be an important tool for sites involved in education or advocacy efforts.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Sep 2021 00:58:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"Post Status: Post Status Excerpt (No. 24) — Entrepreneurial Resilience: Relying On Others\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=86195\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://poststatus.com/excerpt/24/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3524:\"<h2 id=\"h-a-crisis-can-either-build-you-or-break-you\">“A crisis can either build you or break you.”</h2>\n\n\n\n<p class=\"has-drop-cap\">In this episode of Post Status Excerpt, David and Cory reflect on a tough question: What can help WordPress professionals weather the storm of being an entrepreneur in challenging times? Cory shares four types of people who can offer support in their own unique ways: spouses, counselors, coaches, and colleagues. It\'s important that you find the right combination of people and connections that works best for you.</p>\n\n\n\n<p><strong>Also covered in this episode: </strong>Cory and David thank their spouses and will later share the timestamps of this podcast with them as evidence.</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week Post Status Excerpt will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\">Browse our archives</a>, and don’t forget to subscribe to our podcasts on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f3a7.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f517.png\" alt=\"?\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://wordpress.tv/2018/12/22/cory-miller-entrepreneurial-resilience-handling-the-toughest-times-in-business-and-surviving/\"></a><a href=\"https://wordpress.tv/event/wordcamp-sacramento-2017/\">WordCamp Sacramento 2017</a> – Cory Miller On “Entrepreneurial Resilience”</li><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset (Twitter)</a></li><li><a href=\"https://twitter.com/corymiller303\" target=\"_blank\" rel=\"noreferrer noopener\">Cory Miller (Twitter)</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li></ul>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/sandhills\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">SpinupWP</a></h3>\n\n\n\n<p>Spin up your own extremely fast WordPress server in minutes with <strong>SpinupWP</strong>. Use any cloud hosting provider you want, and manage your servers remotely with a simple but powerful control panel. Get the security and performance of managed hosting without losing the independence of hosting your projects and your clients yourself.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Sep 2021 03:27:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Add a Little Pumpkin Spice to Your WordPress Admin This Autumn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:189:\"https://wptavern.com/add-a-little-pumpkin-spice-to-your-wordpress-admin-this-autumn?utm_source=rss&utm_medium=rss&utm_campaign=add-a-little-pumpkin-spice-to-your-wordpress-admin-this-autumn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3473:\"<p class=\"has-drop-cap\">Autumn is my favorite time of the year. On some weekends, I like to drive through my old hometown with the windows rolled down. I crawl through the school zone at 25 mph and breathe in the football field’s freshly cut grass. All those memories of blood, guts, and glory under the Friday night lights flood back. Nervous homecoming dances. Hayrides next to the girl who actually agreed to accompany me for the evening. It is a time of festivals, candied apples, and the lingering heat of an Alabama summer that refuses to fade away.</p>\n\n\n\n<p>It was always a time of magic and memories, and now it is also the season for pumpkin spice lattes. With a couple of short weeks left before autumn hits, stores and shops are already gearing up for it.</p>\n\n\n\n<p>Love it or hate it, nearly everything has a pumpkin spice flavor now — even the WordPress admin interface.</p>\n\n\n\n<p>Ben Byrne, the co-founder of <a href=\"https://cornershopcreative.com/\">Cornershop Creative</a>, released <a href=\"https://wordpress.org/plugins/pumpkin-spice-admin/\">Pumpkin Spice Admin</a> in the past week. It is a WordPress plugin that brings the sights of the autumn season front and center.</p>\n\n\n\n<img />Dashboard screen when using Pumpkin Spice Admin.\n\n\n\n<p>Never let it be said that I am not a fan of the more whimsical WordPress plugins. One of the joys in my life is seeing these creative attempts at throwing a bit of fun into this thing we call the world wide web. Far too often, we focus so much on business deals and technical features that we sometimes forget to stop and enjoy something as beautiful as autumn leaves changing colors.</p>\n\n\n\n<p>Even if we are not simply running a personal blog, it never hurts to install a fun admin-side theme for our own amusement, unbeknownst to our visitors. Just a little something to brighten our day when we cannot be out and enjoying nature.</p>\n\n\n\n<p>The biggest downside to the plugin is that it does not rely on the standard WordPress <a href=\"https://developer.wordpress.org/reference/functions/wp_admin_css_color/\">admin color scheme system</a>, which allows each user to select their preferred style. For solo site owners, this is a non-issue. For multi-author websites, it could be problematic if everyone is not on board with the change. I would even consider using it here at WP Tavern, but it might come as a bit of a shock to the rest of the team when they log in.</p>\n\n\n\n<p>Technically, it is more than a color scheme. It adds a custom font and a falling leaves animation on each admin screen. However, it would be easy to tie those to user preferences.</p>\n\n\n\n<p>At first, I was somewhat off-put by the leaves falling down on the post-editing screen. It could be an annoyance for some users, but the few that appear, quickly pile at the bottom of the browser window. It is not a continuous animation.</p>\n\n\n\n<img />Falling leaves on the post-editing screen.\n\n\n\n<p>The plugin’s font also overrules the post title, but I can live with that. In some ways, I actually prefer it. It does not affect other fonts in the editor.</p>\n\n\n\n<p>Pumpkin Spice Admin will automatically stop working after the season is over. It sets itself to run only from September through November, so there are no worries if you forget to deactivate it.</p>\n\n\n\n<p>I only have the plugin running in my test environment, but I am enjoying it for now. All that is missing is a pumpkin-style cursor to complete the look.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Sep 2021 01:05:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: Automattic Acquires Social Image Generator Plugin, Plans to Integrate with Jetpack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122474\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"https://wptavern.com/automattic-acquires-social-image-generator-plugin-plans-to-integrate-with-jetpack?utm_source=rss&utm_medium=rss&utm_campaign=automattic-acquires-social-image-generator-plugin-plans-to-integrate-with-jetpack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3861:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Automattic has <a href=\"https://jetpack.com/2021/09/08/jetpack-acquires-wordpress-plugin-social-image-generator/\">acquired the Social Image Generator plugin</a>, a commercial product that automatically creates social share images for WordPress content from a set of fully customizable templates. The plugin launched in February 2021, with a starting price of <a href=\"https://socialimagegenerator.com/#pricing\">$39/year</a> but is now closed to new sales. Daniel Post, the plugin’s creator, is joining Automattic to continue developing it as a new addition to Jetpack’s <a href=\"https://jetpack.com/features/growth/automatic-publishing/\">social media tools</a>. </p>\n\n\n\n<p>Automattic is always on the prowl for companies that are doing something interesting in the WordPress ecosystem. The <a href=\"https://socialimagegenerator.com/\">Social Image Generator plugin</a> expertly captured a new niche with an interface that feels like a natural part of WordPress and impressed our chief plugin critic, Justin Tadlock, in a recent <a href=\"https://wptavern.com/create-per-post-social-media-images-with-the-social-image-generator-wordpress-plugin\">review</a>.</p>\n\n\n\n<p>“Automattic approached me and let me know they were fans of my plugin,” Post said. “And then we started talking to see what it would be like to work together. We were actually introduced by Chris Coyier from CSS-Tricks, who uses both our products.”</p>\n\n\n\n<p>The Social Image Generator plugin has always been a commercial-only product, which tends to limit a plugin’s reach within a market that has been so heavily trained on the freemium model. Its acquisition will undoubtedly get it into the hands of more WordPress users.</p>\n\n\n\n<p>“I briefly considered building a freemium plugin but I decided to focus on paid licenses to make sure I could provide great support to all users and, frankly, to see how well it would be received compared to a freemium plugin,” Post said.</p>\n\n\n\n<p>Current customers will be able to continue using the plugin “without any changes in the near term,” according to the announcement on the Jetpack blog. Those who have strong opinions about the long-term future of the plugin are encouraged to schedule a session with <a href=\"https://jetpackresearch.blog/\">Jetpack Customer Research</a> to open a dialogue.</p>\n\n\n\n<p>“I look forward to the future functionality and user experience improvements that will come out of this acquisition,” Jetpack General Manager James Grierson said. “The goal of our social product is to help content creators expand their audience through increased distribution and engagement. Social Image Generator will be a key component of helping us deliver this to our customers.“</p>\n\n\n\n<p>I would not be surprised to see this plugin available on one of Jetpack’s paid tiers in the near future, alongside the Publicize module’s other paid features (scheduling social media posts, tracking and viewing sharing history, and re-sharing existing content). Social Image Generator makes WordPress content more engaging on social media, has built-in support for WooCommerce, and can be extended for use with other plugins. It’s a strategic acquisition where Automattic gains an engineer as well as a new way to make Jetpack subscriptions more compelling. </p>\n\n\n\n<p>“We are still figuring out our exact approach, but the initial plans are to integrate the Social Image Generator features with the existing Jetpack social tools like Publicize,” Post said. “The ability to see exactly what your social media post will look like before publishing it right from your WordPress site is incredible, and a big reason why I’m so excited about this acquisition.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Sep 2021 04:00:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WordPress.org blog: WordPress 5.8.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11190\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2021/09/wordpress-5-8-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8826:\"<p>WordPress 5.8.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=5.8.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">60 bug</a> <a href=\"https://github.com/WordPress/gutenberg/pull/34393\">fixes</a> in addition to 3 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 5.4 have also been updated.</p>\n\n\n\n<p>WordPress 5.8.1 is a short-cycle security and maintenance release. The next major release will be version <a href=\"https://make.wordpress.org/core/5-9/\">5.9</a>.</p>\n\n\n\n<p>You can download WordPress 5.8.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3><strong>Security Updates</strong></h3>\n\n\n\n<p>3 security issues affect WordPress versions between 5.4 and 5.8. If you haven’t yet updated to 5.8, all WordPress versions since 5.4 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Props <a href=\"https://profiles.wordpress.org/mdawaffe/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>mdawaffe</a>, member of the WordPress Security Team for their work fixing a data exposure vulnerability within the REST API.</li><li>Props to Michał Bentkowski of Securitum for reporting a XSS vulnerability in the block editor.</li><li>The Lodash library has been updated to version 4.17.21 in each branch to incorporate upstream security fixes.</li></ul>\n\n\n\n<p>In addition to these issues, the security team would like to thank the following people for reporting vulnerabilities during the WordPress 5.8 beta testing period, allowing them to be fixed prior to release:</p>\n\n\n\n<ul><li>Props <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://evanricafort.com/\">Evan Ricafort</a> for reporting a XSS vulnerability in the block editor discovered during the 5.8 release’s beta period.</li><li>Props <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/stevehenty/\">Steve Henty</a> for reporting a privilege escalation issue in the block editor.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the WordPress security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.8.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-8-1/\">version 5.8.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.8.1 release was led by <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> and <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>.</p>\n\n\n\n<p>In addition to the security researchers and release squad members mentioned above, thank you to everyone who helped make WordPress 5.8.1 happen:</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/2linctools/\">2linctools</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/algala/\">AlGala</a>, <a href=\"https://profiles.wordpress.org/oandregal/\">André</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/dariak/\">Daria</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/enchiridion/\">Enchiridion</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/kevinfodness/\">Kevin Fodness</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/mark-k/\">Mark-k</a>, <a href=\"https://profiles.wordpress.org/mhuntdesign/\">Matt</a>, <a href=\"https://profiles.wordpress.org/mdawaffe/\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/moch11/\">moch11</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/radixweb/\">Radixweb</a>, <a href=\"https://profiles.wordpress.org/rtm909/\">Rahul Mehta</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/sanketchodavadiya/\">Sanket Chodavadiya</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevehenty/\">Steve Henty</a>, <a href=\"https://profiles.wordpress.org/terraling/\">terraling</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/wb1234/\">wb1234</a>, and <a href=\"https://profiles.wordpress.org/wfmattr/\">WFMattR</a>.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Sep 2021 03:11:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: FSE Program: Insights Into Switching Between Block Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122476\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/fse-program-insights-into-switching-between-block-themes?utm_source=rss&utm_medium=rss&utm_campaign=fse-program-insights-into-switching-between-block-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7296:\"<p class=\"has-drop-cap\">Unlike routine testing rounds for the FSE Outreach Program, Anne McCarthy threw a bit of a twist on the Make WordPress Test blog earlier today. The announcement asks users to think about what they would like to see when switching between block themes. The <a href=\"https://make.wordpress.org/test/2021/09/08/fse-program-exploration-help-with-the-future-of-block-theme-switching/\">test is open to anyone</a> who wants to participate through September 29.</p>\n\n\n\n<p>The steps are loose and not required. The goal is to get people thinking and discussing what the theme-switching flow will look like over time. McCarthy asked several questions, but they are merely a starting point for a more open-ended discussion.</p>\n\n\n\n<p>While I sometimes need structure, I tend to break the rules anyway. The format of this test suited me well today.</p>\n\n\n\n<p>I am not one for switching themes. Since I learned how to design for WordPress well over a decade ago, I have never moved from one theme to the next. At least not in the same way that the average user would. Instead, every time I have added a new coat of paint on my websites, I have simply switched over the foundation to whatever I had been working on at the given moment. WordPress themes, for me, were always just an iteration upon the last project.</p>\n\n\n\n<p>One of the cornerstones of programming is to reuse your code, and it is a principle that I have taken to heart. Even now, as I continue to explore block theme design, I am doing so from a gutted version of the last WordPress theme I built.</p>\n\n\n\n<p>When I think about switching themes, it is not an experience that I am accustomed to. Even when I started working for WP Tavern, the site already used one of my themes with some customizations. It feels like I have missed out. Throughout my entire journey with WordPress since version 1.5, in which the platform first introduced themes, I have never truly experienced the theme-switching process in the most fundamental way. <em>I will soon, but we will talk about that on another day.</em></p>\n\n\n\n<p>When I have “switched” themes, I have done so in test environments for writing about them or running tech support for end-users.</p>\n\n\n\n<p>The call for exploration mainly focused on global design-related features. However, in my experience, these tend to matter far less than what a user’s content will look like. The first thing I do when testing any theme is to load a demo post. Lately, this has been the “Welcome to the Gutenberg Editor” test post. The primary question: <em>Can I read the content comfortably?</em> If I do not get past this stage, I simply deactivate the theme.</p>\n\n\n\n<p>For this experiment, I chose three themes:</p>\n\n\n\n<ul><li>My custom, unreleased project</li><li><a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks</a></li><li><a href=\"https://wordpress.org/themes/quadrat/\">Quadrat</a></li></ul>\n\n\n\n<p>I started with that foundation of testing how easy it was to read a simple blog post.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>Overall, each theme performed admirably. However, Quadrat’s use of the featured image on a single post view felt out of place.</p>\n\n\n\n<p>One question that keeps me up at night is how cross-theme compatibility will work on the content level. Default block output should translate from one theme to the next with little or no issues. However, custom block styles, font sizes, colors, and the full range of presets are already a problem area.</p>\n\n\n\n<p>This is not a new conversation. There is an <a href=\"https://github.com/WordPress/gutenberg/issues/29568\">ongoing discussion</a> on standardizing some features. But the <em>cat is already out of the bag</em> and running loose through the house.</p>\n\n\n\n<p>Global styles and templates are features that themers have been dealing with for years in some form or another. The new systems are just different ways of doing the same thing.</p>\n\n\n\n<p>However, when design elements merge with content, switching themes becomes more complex without an underlying, standardized system. To illustrate this point, I checked all three of my test themes against a post that used custom block styles, gradient colors, and font sizes. I wanted to push the boundaries beyond a simple blog post.</p>\n\n\n\n<p>The content was built with my custom theme and an “open canvas” template. Quadrat had a similar template for hiding the post title, but TT1 Blocks did not.</p>\n\n\n\n<p>The result was, <em>ahem</em>, rough:</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>Of course, my custom theme looks as it should. This is not to say that TT1 Blocks and Quadrat are poorly designed. They are actually two of the best block themes available at the moment. The problem is that they do not share the same block styles and presets. WordPress and Gutenberg are also missing some fundamental layout tools that could make it easier to carry this design from one theme to the next.</p>\n\n\n\n<p>The most complex piece of the design is with the opening Cover block pattern:</p>\n\n\n\n<img />\n\n\n\n<p>Technically, this is a Cover block within another. The bottom layer has a background image with a duotone filter and sets the inner content to 90% width of its parent. The second layer has a theme-defined gradient background and sets its inside container to the left at 50% width. Plus, it has a sprinkling of custom font sizes.</p>\n\n\n\n<p>These layout controls are only possible through custom block styles or some hacky uses of the Columns block. I chose the former because it was easier, but it also means they are broken when used with any other theme.</p>\n\n\n\n<p>While I called this the most complex piece of the design, it is actually a simple thing to do with most page builders or with a few lines of CSS. Until WordPress has some type of grid container block, theme authors will rely on custom techniques to make such layouts possible. It can and will get even uglier than this the longer we wait.</p>\n\n\n\n<p>The open discussions on standardizing presets like <a href=\"https://richtabor.com/standardizing-theme-json-font-sizes/\">font sizes</a> and <a href=\"https://richtabor.com/standardizing-theme-json-colors/\">color names</a> may bear fruit that could help with the more trivial parts. However, I have not seen gradient names pop up in this discussion.</p>\n\n\n\n<p>I do have at least one ulterior motive for this test. I have long wanted to try more experimental post designs and layouts here at WP Tavern. However, I know that we will eventually switch themes. That voice in the back of my mind always reminds me that those custom-designed post layouts will likely break when that day comes. The tools are not advanced enough for me to take the plunge. Not yet anyway.</p>\n\n\n\n<p>At this point, I am sure that I am no longer following the intended direction of the call for exploration. However, I am just letting the journey take me where I am meant to go. My destination is an addition to my wish list: more robust layout tools that work from theme to theme.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Sep 2021 02:35:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: #7 – Ajit Bohra on Gutenberg, Full Site Editing and React\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=122369\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"https://wptavern.com/podcast/7-ajit-bohra-on-gutenberg-full-site-editing-and-react?utm_source=rss&utm_medium=rss&utm_campaign=7-ajit-bohra-on-gutenberg-full-site-editing-and-react\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:65378:\"<h2>About this episode.</h2>\n\n\n\n<p>On the podcast today we have <a href=\"https://twitter.com/ajitbohra\">Ajit Bohra</a>.</p>\n\n\n\n<p>Ajit is a keen advocate of WordPress, having used it and committed to it, for many years. He’s a full stack developer working at <a href=\"https://lubus.in/\">Lubus</a> which is based in Mumbai, India. His team works with WordPress as well as offering solutions built with Laravel and React.</p>\n\n\n\n<p>He’s on the podcast today to offer up his opinions about the near future in WordPress and why he’s confident that the project is moving in the right direction.</p>\n\n\n\n<p>To make matters easier to digest we break up the podcast into three distinct sections.</p>\n\n\n\n<p>Starting off with Gutenberg we discuss where the Block Editor is at right now and what Ajit sees as the benefits of a Block based approach to content building. We go into some concrete examples of why Ajit thinks that the Block Editor is preferable to the Classic editor as well as discussing some of the projects that he’s been working on to enhance the editing experience for his team and the community. We also talk about the pace of development and whether or not it’s keeping up with the expectations of WordPress users.</p>\n\n\n\n<p>We then move onto a detailed conversation about Full Site Editing which is going to play a pivotal role in WordPress’ utility going forwards. The power that it will offer non-technical users to build out their entire site is an exciting prospect, but right now it’s still a work in progress. Ajit talks about why Full Site Editing is needed to compete in the CMS market as well as how Block Patterns will make site building much easier in the future.</p>\n\n\n\n<p>Finally we get into the subject of WordPress’ need to move towards a future in which React is playing a vital part in the software’s Core. Why does Ajit think that the project needed to move away from a PHP based platform; after all, it was easy to work with and people had become very familiar with how to build sites using their PHP skills. It’s a case of having to keep up, and as Ajit says, he thinks that you have to unlearn to learn. We briefly discuss the resources which Ajit used to up-skill, websites that he frequents and courses which he recommends should you wish to take the plunge.</p>\n\n\n\n<p>In parts the audio is a little choppy, in fact this is a second pass at recording this episode, but I felt that the message contained within was well worth publishing despite that, and I hope that you do too.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://twitter.com/ajitbohra\">Ajit’s Twitter account</a></p>\n\n\n\n<p><a href=\"https://lubus.in/\">Lubus</a></p>\n\n\n\n<p><a href=\"https://blablablocks.com/\">BlaBlaBlocks</a></p>\n\n\n\n<p><a href=\"https://beginnerjavascript.com/\">Beginner Javascript</a></p>\n\n\n\n<p><a href=\"https://es6.io/\">ES6</a></p>\n\n\n\n<p><a href=\"https://javascript30.com/\">Javascript 30</a></p>\n\n\n\n<p><a href=\"https://reactforbeginners.com/\">React for Beginners</a></p>\n\n\n\n<p><a href=\"https://www.youtube.com/c/TheNetNinja\">The Net Ninja YouTube channel</a></p>\n\n\n\n<p><a href=\"https://egghead.io/courses/the-beginner-s-guide-to-react\">The Beginner’s Guide to React</a></p>\n\n\n\n<p><a href=\"https://epicreact.dev/\">Epic React</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/is-wordpress-development-really-all-that-hard-to-get-into-today\">Is WordPress Development Really All That Hard To Get Into Today?</a></p>\n\n\nTranscript<div><div class=\"chat-transcript\"><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:00:00]</div> <div class=\"chat-text\"><p>Welcome to the seventh edition of the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast all about WordPress, the software, the events, and the community. Every month, we’re bringing you someone from that community to discuss a topic of current interest. If you like the podcast, please share it with your friends. You might also like to think about subscribing so that you can get all the episodes in your podcast player automatically. And you can do that by searching for WP Tavern in your podcast player, or by going to WP Tavern dot com forward slash feed forward slash podcast. You can also play the podcast episodes on the WP Tavern website, if you prefer doing it that way. If you have any thoughts about the podcast, perhaps the suggestion of a guest or an interesting subject, then head over to WP Tavern dot com forward slash contact forward slash jukebox. Use the contact form there and we’d certainly welcome your input.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Okay, so on the podcast today, we have Ajit Bohra. Adit is a keen advocate of WordPress having used it, and committed to it, for many years. He’s a full stack developer working at Lubus, which is based in Mumbai, India. His team works with WordPress as well as offering solutions built with Laravel and React. He’s on the podcast today to offer up his opinions about the near future in WordPress and why he’s confident that the project is moving in the right direction.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>To make matters easier we break the podcast up into three distinct sections starting off with Gutenberg, we discuss where the block editor is at right now and what Ajit sees as the benefits of a block based approach to content building. We go into some concrete examples of why Ajit thinks that the block editor is preferable to the classic editor, as well as discussing some of the projects that he’s been working on to enhance the editing experience for his team and the community.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>We also talk about the pace of development and whether or not it’s keeping up with the expectations of WordPress users. We then move on to a detailed conversation about full site editing, which is going to play a pivotal role in WordPress’ utility, going forwards. The power that it will often non-technical users to build out their entire site is an exciting prospect, but right now it’s still a work in progress. Ajit talks about why full site editing is needed to compete in the CMS market, as well as how block patterns will make site building much easier in the future.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Finally, we get into the subject of WordPress’ need to move towards a future in which React is playing a vital part in the software’s core. Why does Ajit think that the project needed to move away from a PHP based platform? After all, it was easy to work with and people have become very familiar with how to build sites using their PHP skills. It’s a case of having to keep up, and as Ajit says, he thinks that you have to unlearn to learn.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>We briefly discuss the resources, which Ajit used to up-skill. Websites that he frequents and courses, which he recommends should you wish to take the plunge?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>In parts, the audio is a little choppy. In fact, this is a second pass at recording this episode, but I felt that the message contained within it, it was well worth publishing despite that, and I hope that you do too. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>If any of those, the points raised in this podcast resonate with you, be sure to head over and find the post at WP Tavern dot com forward slash podcast, and leave us a comment there.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>And so without further delay, I bring you Ajit Bohra.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>I am joined today by Ajit Bohra. Hello, Ajit, welcome to the podcast. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-ajitbohra vcard\"><cite class=\"fn\">Ajit Bohra</cite> [00:04:37]</div> <div class=\"chat-text\"><p>Yeah, hi Nathan. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:04:38]</div> <div class=\"chat-text\"><p>It’s very nice to have you on, as we typically do at the beginning of the podcast, we’d like to allow our guests to introduce themselves and tell us a little bit about their journey and how they came to be involved in WordPress. So, it doesn’t matter how far you want to rewind your life, but if you could paint a little picture of how it is that you’re on the podcast today. When did you start using WordPress? What is it that you’re doing currently? </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-ajitbohra vcard\"><cite class=\"fn\">Ajit Bohra</cite> [00:05:00]</div> <div class=\"chat-text\"><p>Yeah, so I am from Mumbai, India and on a professional front, I own an agency where we provide WordPress based solution to the clients. It has been quite an interesting journey for me because I have been someone who always hated computers and programming.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And it’s exciting that today it’s my passion for everything. I started working with WordPress when it was around version one x. We had that blue, white screen where we didn’t have the sidebars at an early stage of WordPress. It’s been around 10 to 12 years of experience working with WordPress. I’ve worked with a lot of technologies being Drupal, being Joomla, being DotNet.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And then eventually I fall in love with PHP. Probably I got into PHP because of WordPress. So I can say WordPress was the entry point for me to get into the PHP world. There was a time when I was just working with WordPress, I was not a community guy or something. Then I was hearing a lot about the meetups, WordCamps and everything, and then happened to be part of the local WordPress community.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And then started visiting the WordCamps and I think, and I was like, damn, I have been missing out on a lot of interesting stuff. Like this is something I have missed out. And then for three, four years, there was a lot of travelling around the country, visiting international WordCamps trying to speak at a couple of WordCamps and local meetups. It was quite an interesting journey. And then at one point, after visiting this WordCamp, I was like, damn, I’m not even contributing to the WordPress, and it’d been 10, 12 years. I’ve been in the industry and I’m being like a leech where I’m just taking things from WordPress. That was the point I was looking to contribute to WordPress. I was like, okay, now I want to learn something new, because there was a shift in WordPress. So Gutenberg become an entry point for me to learn new things and also contribute to the, contribute back to the WordPress community. So I started with one refactoring PR and from that things accelerated and start contributing more PR’s to looking at different aspects of development, helping people get into the Gutenberg bandwagon. And then I started writing the notes for the weekly editor meeting. So quite interesting thing happens. And then finally I’m into the WordPress community. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:07:00]</div> <div class=\"chat-text\"><p>Thank you. That’s really interesting. So you go back really a long way. Community is obviously a part of this discussion, but we’re really going to focus on everything post Gutenberg.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>When we started communicating about this podcast episode, we decided on three different sections and that’s how the episode is going to be chunked today. We’re going to talk initially, just about Gutenberg and have a conversation around what we think of it and where it is and how the community has been involved with that and so on. And we’re going to move on to a discussion of full site editing, and what we think about the state of play there. And then finally talking about the future of the way that WordPress will be built from the coding side. We’ll talk about React and how that’s impacting things. So we’ll kick off the conversation with Gutenberg.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Now, obviously you just mentioned that you got yourself involved in the community side of things around Gutenberg, and I’m curious because it does seem to be quite a divisive issue. On the one hand, we’ve got people who really enjoy using it and love it and find great pleasure in experiencing it. And then you’ve got other people who are finding it to be a difficult transition. They wish that perhaps that it hadn’t come along and things had continued with the old TinyMCE implementation. What is it about Gutenberg that you enjoy so much? Why do you feel that it’s a good thing that the community has done pushing Gutenberg into core in WordPress five. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-ajitbohra vcard\"><cite class=\"fn\">Ajit Bohra</cite> [00:08:22]</div> <div class=\"chat-text\"><p>Before I say I enjoyed Gutenberg, I have to admit that I was the guy who hated Gutenberg. When it was introduced, I put it that, right now I have to learn everything new and this is going to be difficult. So I have a love, hate relationship with Gutenberg. Eventually came to a point where I was like, oh damn, I’m enjoying it.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>I can connect with a lot of people because I have never been a Javascript guy. I knew React, I knew other stuff around it, but I was more comfortable with PHP and I can see a lot of people are comfortable with PHP for them. So there is a resistance saying that, okay, now we have to learn new stuff. And also problem is it changes a lot of things. How we have been approaching things. You have to change the mindset. You have to have that bloggers mentality. So that’s the reason why people have a resistance because you have to unlearn, to learn new things and people are not ready to unlearn. That’s the biggest problem. When they look at Gutenberg, they are still with that process of PHP base with a system where you have this hierarchy of files and everything. Which has changed.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So Core is trying to provide a backward compatibility and also making things smoother for people. At the one end where developers are trying to move, push the envelope. There are people, they are still holding their old envelope and saying we want things this way. So that resistance is creating the problem, but when you take a step back and look at things, things look a lot more, good. If you look at it from a positive side, you end up learning something new. Like if it was not Gutenberg, WordPress community will have not ventured into JavaScript and React. That’s opening door for you. If you think from a developer perspective, it is adding a lot more feathers in your cap.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>Okay. Previously, we are working with the PHP. Now you’re working with JavaScript. Now you’re working with React. Now you can create desktop apps because React and JavaScript helps you create desktop app, mobile app also. So Gutenberg just becomes a reason for you to enter into different dimension and a different nuance.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And that’s the reason why I love it because Gutenberg gave me that push to go an extra mile, which is a technically helping me on my personal professional front also. And if I look from a WordPress perspective, like previously, we were doing certain things and we were quite convenient and comfortable with all this stuff, but at a certain time, and I used to wish, if we can do this thing a different way, because let’s accept it now, even if whatever we were doing with PHP was comfortable, easy for us because we have been doing that for 10 years.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And after 10 years to tell someone, you have to do it that way, you are going to have resistance. But there are a lot of problems that we had since last 10 years, there was a lot of fragmentation of implementations. You have this custom meta boxes, a lot of other stuff, you just want your content and it look good, and user-friendly, you want to give your end users a UI UX in a way where they can control their content. And we ended up creating… it’s a lot mess, because somewhere someone using XYZ page builder, some are creating their own page builders. Technically everybody wants ‘what you see is what you get’ real editor because everybody’s struggling.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So down the line, we are admitting that whatever editor right now we have is problematic because we are trying to stuff in ten different plugins to make it work in a different way. Not do any extra work on your content editor to have that kind of experience. That means there is a problem with the implementation that we have in Core, and I guess Gutenberg just takes care of those problems. If you look at one problem is shortcodes. Like we have shortcode we have widgets, there are ten to twenty different implementation that you can have on your content editor, but when the block editor steps in, that is one implementation that rules out everything, you no longer have those clumsy shortcodes.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>Even if you look at the shortcodes, people have these shortcode builders, and that is where block editors coming in with features, where you no longer have to do all those teams because you have a UI, you can configure that your end user can use. So from an user perspective, it is a very good product. Like I’ve been working with a lot of publications and brands. They love Gutenberg. They have been transitioning their old system, to the new system because their marketing team, their content team enjoys it. Even the small to mid-level clients, when they see Gutenberg, they are like, why we didn’t have this previously.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>You look at the WordPress user base. We have different kinds of people we can categorize. One are the people who are very hardcore developers. And then there is a second category. I call them the people who do tinkering. They are not hardcore developer, but they happen to get into development accidentally by tinkering with WordPress. And then we have the third category of implementation. So if you ask me the people who do implementation jobs, their job is to take team, take a couple of plugins and make everything. They are the happiest person on the earth when it comes to Gutenberg. But if you talk about people who do a lot of tinkering, they find it very difficult because they have not been a hardcore developer. They have learned PHP the hard way. They have invested a lot of time figuring out tinkering and they are kind of a semi developer. So they find it very difficult for them venturing into JavaScript. It’s like, oh, damn, this is a different game. But if you look at hardcore developers, they know PHP and everything. And if you look at the ratio, we have a lot more people who are doing implementation jobs on WordPress based website. We have way more people who are a semi developer, they are not hardcore developer, but they tend to make things work for WordPress. And if you look at hardcore developer, that ratio is very low. And the resistance that you see from the people is from these other two categories. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:13:30]</div> <div class=\"chat-text\"><p>I’m just wondering, just maybe to illustrate your excitement about it. If you can bring to our attention, some example, perhaps of a block, something in use inside Gutenberg that you feel encapsulates why it’s so good. It could even be something that you’ve built yourself or a third party thing. Just something that you think… this represents a really great to use of what Gutenberg is capable of. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-ajitbohra vcard\"><cite class=\"fn\">Ajit Bohra</cite> [00:13:54]</div> <div class=\"chat-text\"><p>So I will do that in two. Part one is if you look at previously how the Classic Editor works, we had all the content on one page, and I always hated when I have to move content. If I have four paragraphs, if I want to move the last paragraph to the top, the only thing that I have was copy and paste. But with the blocks, I can just move around the content. And that’s the beauty that I love about blocks. And second is, there are a lot of shortcodes and everything. That’s gone. That’s the Core thing. And if you look at building things, the only option that you have is, custom post types. If you want to segregate content and create different types of content, the separation is only at the level of content, but what if you want to give your content and pull together different templating and everything? That is not possible with the classic one, because you have to do a lot of meta boxes in them.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So I remember working on a couple of projects lately, where we have this campaign building tool where a theme needs a lot of banners on their website. So . Just by creating a custom post type and utilizing the power of Gutenberg, you are giving a marketing team, a tool where they can create their own banners. Like it can be a mashup of a cover block with headings, with image and buttons and boom, they have their own banner tool. Like you don’t have to do lot of extra stuff. All the building blocks are there. You have to just assemble them, give it to your users. They can just generate all the banners on the fly. So that’s the beauty. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:15:14]</div> <div class=\"chat-text\"><p>Yeah. The ability to have everything inside the one UI, all of the settings for all of the different bits and pieces that you may be building your page with as opposed to having to go and tinker with settings in a different part of WordPress is quite compelling. It makes things significantly quicker.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>When we began our conversation, talking about what we were going to discuss in this podcast. You mentioned that you’re involved personally, I don’t know whether this is something to do with the business, or if it’s just personal playing, you mentioned that you were involved in building some experiment, mental things in the block editor. Just curious if you could tell us what it is that you’ve been up to? </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-ajitbohra vcard\"><cite class=\"fn\">Ajit Bohra</cite> [00:15:50]</div> <div class=\"chat-text\"><p>Yeah. So I have been planning on that lately, but I haven’t been getting time, but there are a lot of experiments that I have worked on. There’s a lot of blog blog blog, we have been talking around. So I have named the project, blah, blah, blocks. It’s a sarcastic name, yeah blah-blah-blah blocks. It is not something of a blog pack or anything. It is not intended to create a library. It is just experimental to let people know that this is something that you can do and build. So whatever random ideas that I get, or the random ideas I get from a team while working on different projects. So just write it down that this is something that we can build someday, or maybe we can, kind of experiment. So there are a couple of things that I have been experimenting with blocks. So blocks are not the only thing because a lot of people have been looking at Gutenberg from a block perspective and blockss have been the poster child of Gutenberg. But block is not the only capability that Gutenberg provide. Apart from blocks, if you look at it, we have patterns, we have variations. We have a rich text format, which have a lot more potential, even block extensions is another category where people can explore. Like we always look at block extensions. There are only a handful of developers that I have been following who are actually, kind of creating block extensions, where they are extending the capability of the core blocks and everything. So that’s an interesting area. So I’ve been working on a few of them. I remember creating a couple of blocks where, for example, if you add color code to your editor, so it just displays a hashcode. So that is a format that I have worked on, which create a color token out of it. Like how you look into your color editors. If you paste a color code into a vs code, it will actually display a small icon with the color of it, it will actually show the preview. So that kind of format that I have created, and I’ve created this format for a sound seed format, where you can attach an audio on top of text and display a play button. And lately I’ve been working on another experiment where you create a list or using a list block, and what if you want to convert that list into a to do list? Where it stores now, like you can literally click on it and it will strike off the item. For example, if I’m creating a conference checklist you know, this is a speaker application checklist, and these are the five items that you need to do. And I want to give user capability that they can just click on it and it was strike off and it was store into that local store saying that, okay, this item is completed. I’m working on that block extension also with kinds of convert the list block into a to-do list block. It’s like without creating a new block, we are just utilizing the list block and extending it. So these are the different experimentations that I’m working on. So just to give an idea, and food for thoughts to people out there that there’s a lot more that you can do with editor, you can just be creative.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:18:22]</div> <div class=\"chat-text\"><p>I do love the idea of building on top of the core blocks and changing and adapting them in the way that you’ve just mentioned with your to-do list. Really interesting. You mentioned block patterns and I have to say that this is something I’ve made really good use of. I’m extremely confident that the block patterns are going to become something that many people will make use of. In my case, I repeat a similar format in content that I produce. It has a title, it’s often got an introductory paragraph and I find myself retyping the same thing over and over again. Or at least I did. And so I’ve been creating and saving away block patterns, which essentially create templates for my work. And I can see this being useful all over the place, having complicated layouts and saving things that you wish to use over and over again, and possibly even a marketplace that could spring up around block patterns were pre-configured things that many people would like to have, hero images and so on. And I can just see a few of those starting to come into the marketplace. There seem to be a few players trying to get their block pattern packs, If you like… noticed. I feel this is a really good area for growth in the future.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-ajitbohra vcard\"><cite class=\"fn\">Ajit Bohra</cite> [00:19:32]</div> <div class=\"chat-text\"><p>So I have seen Justin Tadlock has been doing great work, that block pattern he has been doing and putting it up, putting up on Twitter. So there’s a great lot of pattern he’s worked. I loved it. I remember working on a project recently where the team needs a lot of landing pages for black Friday sale. There is always a struggle between, the content team, the design team and everything. But patterns are the lifesaver. You just talk to the design team, create certain patterns, give to the content team and they are happy editing the content. There is a separation of concern also design team works on the patterns, content team gives them like, this is the content and this is going to be, and then finally give it to the content editing team. So I guess with patterns, we are enabling people to have certain kind of process and protocol, which was not possible with the classic editor, because everything was mashed up.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:20:17]</div> <div class=\"chat-text\"><p>Moving on staying with Gutenberg and the whole block editor, but now talking, instead of talking about the functionality of it, just talking about the implementation of it and how it’s come about over time. There seems to be right at this point, we seem to be at some kind of inflection point where people are discussing whether or not it’s going in the right direction, whether there’s enough involvement. Whether people’s voices are being heard. Perhaps people are saying it’s going too slow, it’s not moving at the speed of commercial page builders. And I’m just curious what your thoughts are on that. Now it may be that you don’t have any thoughts on this, but I’m just interested to know whether you think the project is going in the way that the community wants it to go. Perhaps you’ve got some personal experience of that. But also whether you think it’s going only in the direction of a tiny subset of people who have the time, energy or capacity to actually tell what it is that they want to be built in the future. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-ajitbohra vcard\"><cite class=\"fn\">Ajit Bohra</cite> [00:21:14]</div> <div class=\"chat-text\"><p>So I’ve seen a lot of comparisons have been drawn Gutenberg with the commercial page builder, but there is a fundamental difference because I find this comparison a little floored. Because when we talk about commercial product and community projects, they work in a different way in a different fashion, and how decisions are being taken. In a commercial project, if we talk about any page builder they have you know, a limited set of decision makers. They will just put out the product at the pace they have decided they will have a clear guidelines. So everything is isolated in terms of development. So they’re now going to work on core features and being able to put across and all of these commercial products have taken like four to five years to stabilize themselves, roughly around four to five years for Gutenberg also. And Elementor has taken a lot more time where they are right now. Like it’s more elegant way before. And if we do the plus and minus, we can see, they have invested lot more years into the development. So obviously they are going to be way ahead of what Gutenberg is right now. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>If you look at it, initially, all this page builder started working with the PHP and everything. And eventually later on, now they are going into the JavaScript, where Gutenberg itself started with the JavaScript itself because they knew they want to give an experience on the client side, and that JavaScript has to come into it. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:22:28]</div> <div class=\"chat-text\"><p>It’s also curious as well, the way that these different commercial page builders are set up, I think allows them to iterate more quickly. Not only do they not have to worry about the backwards compatibility of core, they only need to worry about the backwards compatibility of their plugin and the ecosystem that they’ve developed. But also they have a smaller audience and so they can probably poll them and ask for their opinions and be a little bit more decisive about what it is that they need to build. Whereas I feel the core project, it does have to be backwards compatible, and also it has a giant audience of, let’s say 42% plus of the web. So they need to be very mindful. And it’s something that I keep saying over and over again, when the audience is that large, it must be very difficult not to have paralysis about what it is that you’re going to introduce and so on. So yes, I can. Understand that. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Let’s move on. Let’s change tack a little bit. And let’s talk about full site editing. Now full site editing, we’re in a really difficult moments because we know that it’s coming. We can sense that it’s coming. There are bits of it, which are now available to us, but it’s very limited. We can modify only certain bits and we’ve got a roadmap, and so we know what’s coming. I’m just curious as to what your thoughts are on full site editing. Do you think this is an important milestone for WordPress? </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-ajitbohra vcard\"><cite class=\"fn\">Ajit Bohra</cite> [00:23:51]</div> <div class=\"chat-text\"><p>Yeah, this is definitely an important milestone because that is always a comparison between the page builders that we have in market. And most of them cater with the full site editing where if you can control the header, footer, global styles and everything. And that’s the reason where people feel Gutenberg is lagging. And once the FSE comes in, I guess it is going to, kind of also reduce the fragmentation that we have right now between the PHP. If you want to create a theme, okay, you can create blocks, but you don’t have complete control of your website in terms of block-ifying everything. But when FSE comes into picture, you are in complete control of the website. So right now it is mainstream where a lot of people are actually using it on the live site. There are also certain people, which are, they are experimenting with the FSE. But again, if you look at the FSE, the mindset of the people is still in the old implementation of themes. You know, they still think that hierarchy and everything, but FSE changes a lot of stuff. I have seen a lot of videos, a lot of people talking about how it is changing or creating a confusion on FSE, and confusion only happens when you see something new and you expect that new thing to be functional and similar to what you have seen past. It is new for a reason that there is going to be a different implementation. And if you honestly ask me, FSE is doing what actual themes were supposed to initially do, like the job of theme is to give you a foundational thing where you have a base layout, you have your design system place where you say that this are my fonts, these are my colors, and this is my master layout. And this is the building. Now you just craft your content and create all this stuff. So FSE actually enables you with that. If you look at classic themes, there is a lot of stuff that developers have to do. Like they have to look after not creating and handling the global styles. Looking after the topography, looking after all the designs and layout, like they have to do a lot of work on the code. But with FSE it is like, you don’t focus on this stuff. You just focus on the design elements. As a theme developer your job is to actually work on the look and feel, not on the small nitty gritty. They are giving you the building. So for me, Gutenberg is more of, laying down a lot of processes for the community, how they work, in terms of how you craft your content, how you write your content, how you design your themes. It is redefining the processes. So rather than looking at Gutenberg as just a way to edit your content, we should look at it in a way where we have a certain process and protocol in place, how we use our WordPress website or content editing experience. And we should look at Gutenberg as a way to redefine those processes. We can say, now we are getting a different set of processes, which are more refined and which are more optimized. We have to just unlearn the old process and get into the into the new process. And that is going to open up a lot. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:26:33]</div> <div class=\"chat-text\"><p>Yeah, that’s a really interesting point. And I was trying to think about wordPress from the perspective, this was the other day. I was trying to think about what it would be like if I was fresh to WordPress and I’d never used it before. And also I had no experience with any kind of software. I’d never had a website. I have no expertise in anything to do with putting content on the web. And so I was trying to think to myself what, what is it that I would want. The full site editing what’s promised is exactly what I would want. I would want to be able to set things up, set some basic global styles, pick some fonts, pick some colors and so on, and then to be able to create my menu. And I would be wanting to do that in one place. In one part of the overall software, I wouldn’t want to be having to go over to this different section, modify things, save things, go back and check things. I would wish to do it all in one space. And I think you’re right. The idea of modifying the workflow, if you like modifying the workflow so that everything is easy for non-technical people out of the gate is the goal so that we can continue to democratize publishing, but we are in a transient period where the old things have to be adapted, perhaps replaced and the new things have to be accepted and it’s going to be a bumpy ride, which of course leads to the problems that we’ve got at the moment where there seems to be confusion, and in some cases, people are a little bit, perhaps even upset because of the way things are happening. But I guess change is going to be needed in order to make the content management system usable by people in the future. By having one interface for everything. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-ajitbohra vcard\"><cite class=\"fn\">Ajit Bohra</cite> [00:28:16]</div> <div class=\"chat-text\"><p>And a lot of people think that FSE is going to kill themes. Let me tell you it is not killing themes are not going anywhere. Technically FSE is helping team developers. If you look at any marketers, you can see if you pick five different themes, those five different themes are done in a different way. They have a different set of page builder. They are either tied up with a third party page builder, or they have their own custom page builders. They are using customizer. There’s a lot of work they are doing just to get the basics of theme setup done. But after FSE and it will make theme developers and theme shop jobs easy, because now they don’t have to maintain their own version of, maintaining design systems and everything because Gutenberg is I like, I know you need all this stuff. So let me give you all this in core and standardize this for you. So Gutenberg is going to extend the rise the overall process of themes, and rather than working on those core sectors, you just focus on theme. If you want to create a university theme, so you create the color palette, you create the theme, you create, you just define the font size into the theme json files and you ship the required patterns that are required for a university website. So you are now working on the content. So rather than building your car from the ground, you are saying, okay, I have my engines and bonnets and everything ready, I just need to work on the body color and the interior. That’s it. So you are getting semi build cars for your themes. So themes are there. They are not going to die.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And my phrase throughout the day when I started working on the Gutenberg is you need to unlearn to learn. And that is the important when there is something new out in the industry where you are working, you have to often unlearn, because you cannot sit there and say that we have been, using this for 10 years. It’s okay. 10 years things have to redefine. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:29:55]</div> <div class=\"chat-text\"><p>Yeah, good point. One of the things which causes the disagreements in the community or the upset that we’ve got from time to time is simply that this can’t happen overnight. It can’t be just okay, finished in the background. Let’s just throw it into the next version of WordPress. It does need to iterate. And I liken it to imagine I’ve got a house and I wish to have an extension built onto the side of my house to increase its size and make my house more desirable. There isn’t some sort of Jack and the Beanstalk magic beam that you can throw in the ground and sprinkle water on it, and suddenly I’ve got an extension. I have to go through a process of watching the house being built and everything gets messy. There’s dust everywhere. Bits of my walls need to be knocked down to make it happen. And eventually after a period of time, when everything is finished and tidied up, the house is better, but there was a process that I had to go through, which was a little bit difficult in the meantime. I don’t know what you think about that analogy, but that’s the way I’m thinking about where we are right now. We’re in the process of building something, adding something new. It’s difficult, but it has to be difficult. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-ajitbohra vcard\"><cite class=\"fn\">Ajit Bohra</cite> [00:31:03]</div> <div class=\"chat-text\"><p>Yes, because if a lot of people have argument that it should have been plugin. It was a plugin for quite a good amount of time and which kind of, enabled the team to gather feedback. But eventually you someday you have to put it in the core and you cannot wait for five years and say that now we are going to put it into core and test. Because the moment you add things to the core, one is it increases the adoption and you get like a lot more clear feedback. It is very crucial for it to land in the core. And even if you look at it, it landed in the core with a small set of features where they only focused on the editing experience. Like they only replace the editor. I can say that, no, it is not perfect, but yeah, you have to do it someday. People say you should stabilize it because if you talk about stability and perfection, they are very subjective. If you take 10 people and ask a view about Gutenberg, I’m sure a lot of people will say, this that is perfect. A lot of people with that, this has just started. Perfection, stability are very subjective, a lot of, a lot more people, a lot more voices, and we can never say what is perfect. People complain about these things. I guess period is going to be slow. There are two reasons. One, there are a lot of people involved. There is some central decision making, but still it is a community project where a lot of people talk about it, they write issues and have people speak about it. It is shared on the Slack. So it kinds of creative friction and resistance. We have a set plan, but to move slow, it is a community project. We have to take care of good compatibility. So for example when working on the FSE, FSE is going slow. While working on a team realizes that there are a lot more changes that needs to be done into the core API’s. If you look at the blocks API, they are lot more flexible. Like we previously didn’t had option for design tools you know, defining padding and everything. So they realize, okay these options are required on the block to enable FSE. There is an argument that team will have thought about implementing this, but you cannot startup, adding ten different options in first place. Like a lot of commercial page builder, they work in a template fashion where they add all the option in one go. But in Gutenberg approach, if you see we are starting with a minimal set of features and flexibility, we are not giving all the options to user. They are slowly added and iterated in a way where things are flexible. Things are backward compatible and then they don’t even create a bloat also. So that is the reason why processes is a bit slow because we are looking for creating something, which is long-term sustainable. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:33:23]</div> <div class=\"chat-text\"><p>Yes. Good point. I guess if you are after this being quick, then it’s likely to be poorly implemented if we rush it, but I can well understand the arguments of people who feel that the pace of change is not necessarily as, as quick as they would like, but I guess we just have to just hold on and see what the future holds.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>There’s an interesting quote that I’ve written down from Justin Tatlock, who obviously is with WP Tavern. He wrote the following in a blog post, which I’ll link to, he wrote, &quot;If WordPress must become more complex for developers to provide end users with this much power&quot;, he was talking about full site editing, he says, &quot;I can live with that&quot;. And I think that’s my position as well. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Okay. Let’s move on to our third and final section. Now, obviously in the future, WordPress has decided to become more JavaScript focussed. In the past, very much since the beginning, it’s been all to do with PHP and template files and all of that stuff. Now we’re moving into an era where new languages, new capabilities, new ways of doing things are possible. And so we’ve entered this new era where React is taking over the heavy lifting for many of the things in WordPress. It does by definition, a little bit like we talked about just previously, it does mean that if in the future you wish to really get involved with WordPress and it’s core, you will need to have those skills, sounds to me like you have embraced that and you’ve decided to learn those things, but I’m just curious how you think the WordPress community is handling this and what you have done to upscale yourself and learn these new things.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-ajitbohra vcard\"><cite class=\"fn\">Ajit Bohra</cite> [00:34:59]</div> <div class=\"chat-text\"><p>So I still see a lot of people complain about it and they have resistance because they are thinking from the perspective of (?). And I have been a fan of Laravel also, I’ve been active into that Laravel community, which is more a PHP focused, but I have seen how they embrace different technologies and where, when you are into different communities, you learn a lot.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So it’s good for WordPress developer also to hang out in different communities, in different technologies, also different perspective, and also help you grow. So a lot of people who say that they don’t want to move to the JavaScript. Even if you have to admit we are not doing PHP also fairly good. We are using PHP in a limited scope because I see a lot of PHP developer, they are using PHP at a basic level. They are not moving up. And if you look at the core. The core has been slowly modernized in terms of PHP also. There was a time when there was a lot of functional programming, but we can see a lot of OOPs has been implemented. We have a lot of classes and even the way things are handled is way far better than what we had in the previous version of the WordPress.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>If you look at the developers right now, even on the PHP front also, they need to redefine. You need to step up your game. You need to get into the modern PHP. You need to start embracing the OOPs. You need to start embracing the dependency management. So I’ve seen a lot of PHP developer also who have resistance, who don’t even want to go and use Composer also to maintain the dependency.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So these are the category of developers who eventually have resistance. Like they work on certain set of things and they are comfortable in there. The only problem is that comfort backfires you because that just stops your growth. And that’s exactly the reason I have been extensively working in the past year, improving myself on the PHP front also, but when JavaScript jumped in. So I remember Matt saying that learn JavaScript deeply. So at that time I was like, at some point I will learn JavaScript, and I’ve always been comfortable in the PHP area, but there are a lot of interesting stuff happening in the JavaScript arena. And I was like some days, some day, but eventually Gutenberg happened.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>I started getting involved in it and I was like, let’s address the elephant in the room. So I started now, I took three months, a break from everything, isolated myself, and I started reading stuff about it. I was like, damn, this is interesting. Not bad. Once you start loving things and stop hating it. Now, you open a lot of doors and don’t look JavaScript from the perspective of WordPress. The biggest mistake that we can do is as a developer is if you are working with WordPress and saying, now WprdPress needs JavaScript, I need to learn. No, rather look at it from a distant, different perspective and say that, now there’s a lot of JavaScript that is in general being used outside. Which you can explore and embrace. So there might be case when you start working on React or JavaScript and WordPress being the reason, and you ended learning a new skill. And then you realize, oh, now you can work on a lot of stuff outside of WordPress also. So WordPress become the teacher who’s pushing you to learn something new, and that completely changed things for you. So right now I’m working extensively with React, NodeJS, working with clients and on the complex projects where I remember working on a completely different mobile app built on React, native Electron app, a PHP generation tool, complete written on NodeJS. All this was impossible previously. Gutenberg being an entry point for me to enter into this, it helped me.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>I have seen a lot of developers who embrace the JavaScript and React because of WordPress. And now they are into a full-time React and JavaScript development. They are enjoying working with different kinds of projects. They are working on their pet projects. They are ended up getting paid better because of their increased skillset in React and JavaScript, because React and JavaScript have a good market share. There are a lot of jobs out there paying well for you. So there are a lot of reason for people to learn React and JavaScript, not just because WordPress is introducing it, but it is going to help you. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:38:43]</div> <div class=\"chat-text\"><p>Staying on the WordPress side of JavaScript, I’m just wondering if you can perhaps explain some solid examples of where you feel WordPress will improve because it is using JavaScript instead of the way it’s been doing things with PHP in the past. It always strikes me that we’re always told, learn JavaScript deeply, it’s the future and so on. But very often that doesn’t come along with an argument as well, this is the reason, here’s a concrete example of why it’s going to be. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-ajitbohra vcard\"><cite class=\"fn\">Ajit Bohra</cite> [00:39:16]</div> <div class=\"chat-text\"><p>So the reason if you look at WordPress core itself, and if you look at the entire history slowly, slowly, there are a lot of components that are slowly been transitioned to the JavaScript. There’s a lot of JavaScript that is written into the core, core base. And so far people have never realized we are interacting with a lot of JavaScript code in core. But that’s all behind the door. It has never been the front facing into the developer arena. So we never realized that we are working with JavaScript. So even if you look at customizer, I don’t think a lot of people use customizer, but there is a lot of JavaScript involved when you’ve worked with customizer.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>If you work with the media uploader, there is a lot of JavaScript involved. There is a backbone JS that is behind the scene, which you can use. So already there is a fragmented, JavaScript implemention in the core. So we have been slowly, already adopting JavaScript. Even if you use jQuery, I just put it in the category of JavaScript because you are just doing a library. So we are using JavaScript already, but rather than using a different mashup of them, like using backbone or different things, now we are standardizing and seeing that this is how our JavaScript is going to work. So for me, again, even if I look at, from a development perspective, in terms of JavaScript, you’re also putting a protocol and you’re getting a standardization, like rather than using this and 10 different things. We are giving you a set of components, a set of helper functions and everything which you can use and build your own stuff. So Gutenberg is a foundation for the front end experience and also for the backend development and processes also, like here they are giving you blocks and everything to craft your content. In terms of front-end usage. In terms of development usage, they are giving you as a theme builder, they are giving a themes for the right person. And if you go further, down a lower level, they are giving you this handcrafted components and everything with React to build things. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>Eventually this is going to spread across the code base. I feel we are just started with the small section. We can see that it is going to span across the different area of admin area. WP admin is going to be invaded by the React and JavaScript. Because it is going to be re-used. So it’s better that, start embracing the JavaScript and React right now, rather than waiting for another two, three years down the line and then realizing, oh, now we have to like, you actually get into it. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:41:25]</div> <div class=\"chat-text\"><p>With that in mind, what do you make of projects, ACF blocks is one that comes immediately to mind, where, people are trying to create a nice bridge, the opportunity for people to do things in the way that they’re accustomed to. So just to illustrate ACF blocks enables you to create your own blocks, but instead of getting involved in the whole, that the whole in inverted commas, normal way of making blocks, you can do it with reference to PHP and ways that you’re perhaps familiar with. Do you feel that these are a good stop gap? They bridged the gap in the period of time where people are learning these skills or do you think actually it would be better if everybody just learned the stuff and moved on. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-ajitbohra vcard\"><cite class=\"fn\">Ajit Bohra</cite> [00:42:02]</div> <div class=\"chat-text\"><p>So I guess they are good for people who are transitioning. You know, like they are good for now. It’s not a clear yes or no, if you talk about ACF blocks and because I have seen projects, and even there are projects where I recommend people like, go ahead and use the ACF blocks. You don’t have, that tailored requirement for creating something from scratch. It’s a fairly small requirement where you just want certain input fields and that works. So in those cases, ACF is good. Even if you’re transitioning, it’s good. But if you look from a long-term perspective or if you have very complex requirement, I have seen that ACF blocks don’t because there was one project where we have been working on where ACF blocks, but if you wanted to create a more controlled user experience, not using lots of other components. And eventually we have to deprecate the ACF implementation and that create everything from scratch and creating a handcrafted blocks using the core functionality.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So if you have to just evaluate when ACF blocks fitting and when you have to use core blocks, but eventually core blocks are going to fair well because they always have access to the newer API. You have more control over it. And if you look at how APIs are transitioning, like if you look at the initial version of block APIs, that was a lot of code that you had to write. But now you write less code to create those blocks. You have CLI tools. You have a boilerplate APIs, very light have to just couple of lines of code to get things done compared to writing almost 5,200 lines in past. So I guess the development path on which APIs are working is also. If you look at the sort API, if I want a background support or gradient support on that, I just do define the support. But previously have to implemented that entirely. I guess start learning how to build blocks from scratch. All the third party solutions are a patchwork on top of what we have. So like it, it might be controversial, but yes. For me, it feels like a patch. You’re like patching something. You’re just trying to run away from something saying I’m going to use. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:43:57]</div> <div class=\"chat-text\"><p>My final question then it leads perfectly on from what you were saying, it feel that the need to learn React, for example, is essential going forward. I don’t know if you have any resources that you’d like to mention or places, perhaps websites, anything in fact, which you found to be useful, which we could add into the show notes, which might enable people to get to the good stuff quickly.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-ajitbohra vcard\"><cite class=\"fn\">Ajit Bohra</cite> [00:44:17]</div> <div class=\"chat-text\"><p>Even before people start working on the React, they need to get their basics clear in term of JavaScript. And there is a lot of arresting tutorial available out there, but I will, I like to recommend the one by the Wes Bos. Wes Bos have two JavaScript courses. One is JS for everyone, and JS for beginners. They are quite good material on the ES6 and everything on the build tools. Like it’s a one-stop shop for you. You know, just get those two courses and you will learn everything in depth. Apart from that, if you are looking for resources on YouYube, there’s is a good channel by Net Ninjas. This guy goes a lot of interesting stuff. Like you, you don’t have to pay those, those are free of course. So these are the two good resources where you can learn ES. For the React also that you can refer the official documentation. They are best. Just go through it. If you are a person who likes to refer videos again, Wes Bos have a lot of videos on it and other resources that can decode. It is on Egghead. This is a free course. It is available there. You can just visit the website and learn the React for Beginners. He has epic React course, which is a more elaborated and detailed course, which you can go through. These other resources that you can refer, which are very good in terms of investing your time.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:45:26]</div> <div class=\"chat-text\"><p>Thank you. We’ll make sure to add some of those links into the show notes so that people can access them. But I’ve run out of questions that I would like to ask today. I’m just mindful that we would people, if they wish, if they’ve listened to this podcast and they would like to get in touch, I’d like to provide them with a way to do that if you’re willing. So if there’s any best way of getting in touch with you, it could be Twitter or an email address or whatever you feel comfortable sharing. Go for it. Let us know. </p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-ajitbohra vcard\"><cite class=\"fn\">Ajit Bohra</cite> [00:45:53]</div> <div class=\"chat-text\"><p>People can DM on Twitter, like a lot of people already ping me on DM for our doubts, queries and everything they have around Gutenberg. So it’s been a couple of years I have been already helping people on the Twitter with the right resources if they need, or they have any doubts on queries around Gutenberg. It’s @ajitbohra.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:46:09]</div> <div class=\"chat-text\"><p>Ajit, thank you so much for coming on the podcast today. I really appreciate it.</p>\n</div></div></div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Sep 2021 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: WordPress 5.9 Proposed Scope: Major Push Towards Full-Site Editing, Plus a New Default Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122326\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:245:\"https://wptavern.com/wordpress-5-9-proposed-scope-major-push-towards-full-site-editing-plus-a-new-default-theme?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-9-proposed-scope-major-push-towards-full-site-editing-plus-a-new-default-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3727:\"<p>WordPress 5.9 is starting to take shape as Josepha Haden Chomphosy published a <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">planning roundup</a> at the end of last week with a tentative schedule and scope. This will be the last major release of the year, which Haden Chomphosy said will require “a slightly larger release squad,” considering the proposed scope. </p>\n\n\n\n<p>The squad leads have not yet been named with the exception of Matt Mullenweg as release lead, Haden Chomphosy as marketing lead, and Jonathan Bossenger who was invited to be a technical writer as part of a small experiment in the 5.9 release cycle. Bossenger said this new role was created “to get the technical details of new releases translated into accessible and actionable information for other contributor teams.” The rest of the team will be named as features are confirmed to land in the release.</p>\n\n\n\n<p>“The main goal for 2021 is getting full site editing to all WordPress users,” Haden Chomphosy said as a preface to the scope of work outlined for 5.9. These include the following <a href=\"https://make.wordpress.org/core/2021/08/13/preliminary-road-to-5-9/\">block and site editing features</a> that Matias Ventura previously identified as already underway in Gutenberg: </p>\n\n\n\n<ul><li>Blocks + intrinsic web design</li><li>Navigation menus</li><li>Interface for theme.json</li><li>Refining editing flows for block themes</li><li>New default theme</li><li>Additional design tools</li></ul>\n\n\n\n<p>A few other items are being considered for the roadmap but may not be ready in time. These include: </p>\n\n\n\n<ul><li>Pattern insertion + creation</li><li>Unzip/Rollback Failsafes</li><li>PHPUnit Tests</li><li>Improved compatibility with PHP 8.0 and 8.1</li></ul>\n\n\n\n<p>The proposed timeline puts the go/no go date for features at October 12, with Beta 1 arriving November 16, and the general release on December 14. </p>\n\n\n\n<p>While this timeline seems ambitious for the proposed features, work on many of these efforts has already been happening for months via the Gutenberg plugin. The continual work happening alongside core in the plugin has many advantages but also introduces some complexity into the release process. </p>\n\n\n\n<p>One common complaint logged on the <a href=\"https://make.wordpress.org/core/2021/07/28/wordpress-5-8-tatum-retrospective/\">5.8 retrospective</a> was that backporting PHP changes from the Gutenberg plugin to WordPress core was a significant pain point for contributors.</p>\n\n\n\n<p>“The current structure of the Gutenberg plugin makes it really hard to locate the changes necessary to bring to WordPress core together with related JavaScript logic,” Greg Ziółkowski said. “Before anything else, we should make it more transparent in the plugin what’s already in WordPress core, what’s ready to be backported, and what’s still an experiment.” Ziółkowski has opened a <a href=\"https://github.com/WordPress/gutenberg/issues/33810\">ticket</a> to discuss how contributors can make backporting a more semi-automated process.</p>\n\n\n\n<p>Meanwhile <a href=\"https://make.wordpress.org/core/2021/09/01/wordpress-5-8-1-rc-1/\">5.8.1 RC 1</a> is on deck with <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=5.8.1&group=status&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">41 bug fixes</a> for core and <a href=\"https://github.com/WordPress/gutenberg/pull/34393\">20 bug fixes</a> for the block editor. The minor release is expected to land this week.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Sep 2021 05:11:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Termly Responds to Feedback, Updates Its Cookie Consent Banner Limits\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122063\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/termly-responds-to-feedback-updates-its-cookie-consent-banner-limits?utm_source=rss&utm_medium=rss&utm_campaign=termly-responds-to-feedback-updates-its-cookie-consent-banner-limits\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7424:\"<p class=\"has-drop-cap\">In July, Termly <a href=\"https://termly.io/wordpress-plugin/\">announced its acquisition</a> of the GDPR/CCPA Cookie Consent Banner plugin. The new direction was an <a href=\"https://wptavern.com/termly-acquires-gdpr-ccpa-cookie-consent-banner-turns-free-plugin-into-a-commercial-saas-product\">overhaul of the WordPress extension</a>, turning what was once a free offering into, essentially, a commercial SaaS product. Users could run the service for up to 100 visitors. After that, the cheapest tier would cost $180 per year.</p>\n\n\n\n<p>Despite multiple notices that changes were coming and making sure auto-updates were disable so that users would find no surprises, the move has not sat well with many people. Since the plugin update, users have taken to the WordPress.org review system. Across the board, they have left nothing but <a href=\"https://wordpress.org/support/plugin/uk-cookie-consent/reviews/\">one-star ratings</a> in the past month and a half.</p>\n\n\n\n<p>The free tier limit of 100 monthly visitors did not feel <em>free</em> at all to many. By the middle of August, the Termly team had <a href=\"https://termly.io/wordpress-plugin-update/\">responded after listening to this feedback</a> and making some changes.</p>\n\n\n\n<p>The company bumped the limit to 10,000 unique visitors, making it a free solution for far more users. Termly is also dedicating more team members to responding to questions on the WordPress forums.</p>\n\n\n\n<p>“Termly has offered a consent management solution for years, and our pricing structure has been this way for 1,000s of existing customers,” said Raffaele Riconosciuto, Director of Marketing at Termly, when asked whether the 100-visitor limit came up in discussions before launch. “In all honesty, we simply did not consider it since our new customers view our pricing structure favorably. In hindsight, the structure is less favorable for people who are currently getting something for free, and thus why we made the changes as quickly as we could.”</p>\n\n\n\n<p>A 10,000 visitor limit on the free tier is likely to be a much more reasonable limit for the average website. Beyond that, site owners will need to account for a monthly or yearly fee.</p>\n\n\n\n<p>Some users may still have issues with the plugin being rolled into a SaaS offering, needing to sign up for a third-party service. However, Riconosciuto said Termly needed to go in this direction.</p>\n\n\n\n<p>“The SaaS structure we’ve adopted is ubiquitous for most consent management platforms (CMPs) today,” he said. “Given that data privacy laws are constantly evolving, as are mechanisms for tracking users on the web, CMPs require a high degree of maintenance and upkeep just to keep their users meeting base legal requirements. We are also continuing to develop new functionality to make the process more painless and robust. Hence why we charge a recurring subscription cost to our more advanced users, who subsidize the always-free tier.”</p>\n\n\n\n<p>Termly already had a robust platform in place that serves customers inside and outside of the WordPress ecosystem. It did not make sense to rebuild the entire platform within the plugin and maintain them separately. It would have created duplicate development work without a need to do so.</p>\n\n\n\n<p>Users can still install the cookie consent banner without leaving the WordPress admin panel, but further customizations happen via the Termly dashboard. Riconosciuto said the team may extend the UI integration between the plugin and service in the future if that is where user feedback leads them, pulling more functionality into WordPress.</p>\n\n\n\n<p>The other side of this is that previous plugin versions were not compliant with several data privacy laws, including the GDPR and ePrivacy Directive.</p>\n\n\n\n<p>“The GDPR and ePrivacy Directive are the main EU legislation governing the use of cookies and similar tracking technologies,” said Riconosciuto. “In the context of cookie consent management and cookie banners, the most important takeaway is that a business must obtain consent from an end-user before they serve them non-essential cookies. Consent must be free, specific, informed, and unambiguous. The old banner does not block cookies or contain the information required to ensure when an individual interacts with the banner, they have provided consent to the satisfaction of these legal requirements.”</p>\n\n\n\n<p>Of the legal mazes businesses must navigate, Riconosciuto said that each EU member state had “transposed the ePrivacy Directive into local cookie laws.” Termly looks at the guidance issued from each of these member state regulators when determining how to implement the cookie banner.</p>\n\n\n\n<p>“Why does following the law and related guidance matter?” asked Riconosciuto. “Recently, we have seen regulators in these regions taking enforcement action against entities that fail to comply with the guidance they have provided for how to comply with the cookie laws. Unlike the GDPR, ePrivacy directive, and France’s cookie law, guidance, and recommendations from an EU regulator is considered ‘soft law’ and not binding. However, the guidance typically explains how a regulator will determine if a business is violating a local cookie law (i.e., how they will enforce the cookie law). That means if your business’s cookie practices fail to satisfy the requirements laid out in regulator guidance, you are likely violating cookie law and may be subject to enforcement action. Even more, organizations in the EU like <a href=\"https://noyb.eu/en\">NYOB</a> are relying on these laws and soft guidance to determine whether they will file draft complaints with regulators against businesses in violation of these laws.”</p>\n\n\n\n<p>Riconosciuto mentioned several areas where the older versions of the plugin did not comply with the laws. However, the updated plugin and service take care of these issues. The following is a non-exhaustive list:</p>\n\n\n\n<ol><li>The solution must actually block cookies and tracking. Cookie consent banners must honor user choices.</li><li>The language must adequately notify users of what they are agreeing to before consenting.</li><li>Consent banners must allow the granular selection of cookies by category (e.g., performance and functionality, advertising, analytics, social networking, etc.).</li><li>Provide clean and easily accessible information and options for accepting or rejecting at the first level without being deceptive (e.g., all buttons should be the same size and format).</li><li>The banner must generate and save an audit log of consent interactions. These may need to be presented to regulators.</li></ol>\n\n\n\n<p>While users may continue using an older version of the plugin, Termly does not recommend it because it is non-compliant. The company has no plans to restore any parts from the previous version.</p>\n\n\n\n<p>“We are committed to making sure businesses are educated and compliant the right way,” said Riconosciuto. “Termly is built on quality, trust, and collaboration, and we can promise that we will continue to listen to feedback and adjust our platform to accommodate all of our customers — including the WordPress community — without sacrificing compliance to all laws and regulations.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Sep 2021 21:34:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"Gutenberg Times: Standardization for theme.json, Blocks without Build process, Patterns – Weekend Edition #183\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=18886\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"https://gutenbergtimes.com/standardization-for-theme-json-blocks-without-build-process-patterns-weekend-edition-183/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15064:\"<p class=\"has-text-align-right has-small-font-size\"><em>Featured Image: Photo by <a href=\"https://unsplash.com/@nicknice?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Nick Nice</a> on <a href=\"https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Unsplash</a></em></p>\n\n\n\n\n\n\n<p>Howdy, </p>\n\n\n\n<p>And suddenly, the summer is mostly over. Among other things, one notices the increased activity in the WordPress space and the growing length of all the newsletters. </p>\n\n\n\n<p>This week, the core team managed two releases: <a href=\"https://make.wordpress.org/core/2021/09/01/wordpress-5-8-1-rc-1/\">WordPress 5.8.1 RC</a> with a few bug fixes, and <a href=\"https://make.wordpress.org/core/2021/09/01/whats-new-in-gutenberg-11-4-1-september/\">Gutenberg plugin 11.4</a>. Grzegorz and I discussed details and more in our <a href=\"https://gutenbergtimes.com/podcast/changelog-51-new-gallery-block-theme-json/\">51st episode of the Gutenberg Changelog podcast.</a></p>\n\n\n\n<p>The Gutenberg developer team received reinforcements with the <a href=\"https://frontity.org/blog/frontity-is-joining-automattic/\">Frontity team, who joined Automattic’s Dotorg Division.</a> WordPress Tavern’s Sarah Gooding has more details on this story: <a href=\"https://wptavern.com/automattic-acquires-frontity-founders-to-work-full-time-on-gutenberg\">Automattic Acquires Frontity, Founders to Work Full-Time on Gutenberg</a>. </p>\n\n\n\n<p>With all the excitement around new beginnings, we also need to say <a href=\"https://andreamiddleton.blog/2021/08/30/thanks-for-a-great-10-years-wordpress/\">Farewell to Andrea Middleton</a>. Soon, she will leave the WordPress space to enrich the communities on Reddit with her leadership brilliance. I wouldn’t be where I am without Andrea’s encouragement, support, and guidance. I will be eternally grateful for all her work in the WordPress community, her big heart and for her friendship. It’s hard to imagine WordPress without her. </p>\n\n\n\n<p>I have been blown away by all the kind words from so many of you on Twitter, Slack, and email. Thank you all so much! You really made me feel the love. There will be group hugs at in-person events! </p>\n\n\n\n<p>With that, I leave you to the brilliant minds writing and experimenting with Gutenberg and sharing their lessons learned. </p>\n\n\n\n<p>Yours, ?<br />Birgit</p>\n\n\n\n\n<p> <strong>Subscribe to the <a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a> podcast </strong><br />?️ <a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a> | <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a> | <a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a> | <a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a> | <a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a> |<br />?️ <a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a> | <a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a> | <a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a> | <a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a> </p>\n\n\n\n<img />\n\n\n\n\n<h2>WordPress 5.9 </h2>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> publish the <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">WordPress 5.9 Planning Roundup</a> outlining the schedule and scope of the last WordPress release for 2021. </p>\n\n\n\n<p>Go/NoGo Decision will be made on or around October 12, 2012, followed by the Feature Freeze / Bug Fixes deadline of November 9th. A week later, on November 16, Beta 1 would be released. Between Beta 1 and the final release date are roughly four weeks. The final release is set for December 14th, 2021</p>\n\n\n\n<p>The scope matches pretty much what <a href=\"https://make.wordpress.org/core/2021/08/13/preliminary-road-to-5-9/\">Matias Ventura onlined in his “Road to 5.9</a>” plus a new default theme.</p>\n\n\n\n<p>Chomphosy also mentioned some roadmap hopefuls, mostly PHP related; among them the Pattern insertion and creation for submission to the directory. </p>\n\n\n\n<p>She ended the post with a call for volunteer for Triage Lead and Release Coordinators, positions that need to be covered to get a release started. If you are interest, comment on the post on the Make Core blog. </p>\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index 2021”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. </p>\n\n\n\n\n<h2>Block Patterns</h2>\n\n\n\n<p><strong>Anne McCarthy</strong> published a <a href=\"https://youtu.be/mnymixFx1iw\"><strong>Video On Block Patterns</strong></a> and took “a look at the power of patterns, where you can currently find them, how you can start creating your own, and what’s to come in future releases”. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The meta team is working on a new component called the <strong>“Pattern Creator”</strong> to empower designers and site builders to submit Block Patterns to the directory, too. <a href=\"https://github.com/WordPress/pattern-directory/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22Pattern+Creation%22+label%3A%22%5BComponent%5D+Pattern+Creator%22\">You can follow along and contribute via the GitHub repository</a> </p>\n\n\n\n<h2>Navigation Screen</h2>\n\n\n\n<p><strong>Sarah Gooding</strong> wrote about the Hallway Hangout where Gutenberg developers discussed what issues needed to be solved for the Navigation screen to make it out of the experimental state within Gutenberg plugin. <a href=\"https://wptavern.com/gutenberg-contributors-get-organized-to-move-block-based-navigation-forward\"><strong>Gutenberg Contributors Get Organized to Move Block-Based Navigation Forward</strong></a></p>\n\n\n\n<h2>Full-Site Editing and Theme.json for Theme Builders</h2>\n\n\n\n<p><strong>Ellen Bauer</strong> of Elmastudio, wrote about her <a href=\"https://www.elmastudio.de/en/lessons-learned-building-our-first-block-theme-for-full-site-editing/\"><strong>Lessons learned building our first block theme for Full Site Editing</strong></a>. As early adopter, she wrote: “Converting <a href=\"https://wpaino.com/\">Aino </a>to a block theme was our first big step towards this new WordPress theme era. We feel this was important so we and our theme users can now explore block themes more deeply. From here we can learn and add new features step by step.” Justin Tadlock recently posted <a href=\"https://wptavern.com/a-second-look-at-elmastudios-aino-theme-and-companion-block-plugin\">a review of the Aino theme and plugin</a>. </p>\n\n\n\n<p>Bauer also published a tutorial on <a href=\"https://wpaino.com/blog/customize-full-site-editing-block-theme-footers/\"><strong>How to Customize the Footer in Full Site Editing Block Themes</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Marcus Kazmierczak</strong> created a tutorial on <a href=\"https://mkaz.blog/wordpress/using-theme-json-in-a-classic-theme/\">how to use the theme.json feature with a Classic Theme.</a> After describing the various settings for colors, typography, layout and more, Marcus also explains in detail what happens in the background. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Rich Tabor</strong> published a series on <a href=\"https://richtabor.com/standardizing-theme-json-colors/\"><strong>Standardizing Theme.json</strong></a> and covered</p>\n\n\n\n<ul><li><a href=\"https://richtabor.com/standardizing-theme-json-spacing/\">Site Spacing</a></li><li><a href=\"https://richtabor.com/standardizing-theme-json-font-sizes/\">Font Sizes</a>, and </li><li><a href=\"https://richtabor.com/standardizing-theme-json-colors/\">Color Slugs</a></li></ul>\n\n\n\n<p>Tabor wrote: <em>“By standardizing just a few key high-level entries within a WordPress theme’s theme.json file, we can finally create a class of themes that truly are interchangeable. Interchangeable in function, while remaining distinct in style.” </em></p>\n\n\n\n<p><strong>Brian Gardner</strong> followed along and shared how he implemented <a href=\"https://frostwp.com/theme-json-font-sizes/\"><strong>Theme.json and Standardizing Font Sizes</strong></a> for the Frost Theme</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Tammie Lister</strong> also makes the case for <a href=\"https://ephemeralthemes.com/2021/08/31/the-need-for-standardisation/\"><strong>The need for standardization</strong></a>, by writing about the human aspect, mostly cognitive load and the spark of creativity that comes from limits. Another aspect Lister touches upon is translation, and the many languages, WordPress is translated into. She has a great way explaining the unlimited possibilities, starting with three main colors. </p>\n\n\n\n<p>The biggest argument for basic standardization Lister makes almost as a side note, is the interchangeability of Themes. What happens to all the user choices for color, typography etc., when the site owner switches the Theme? </p>\n\n\n\n<p>This is quite timely as a question. Anne McCarthy is working on a guided exploration of Theme switching as the next round of testing for the FSE outreach program. If you’d like to participate, join the channel <a href=\"https://wordpress.slack.com/archives/C015GUFFC00\"><strong>#FSE-outreach-experiment</strong></a> of WordPress Slack, that recently celebrated the 400th member. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Speaking of which, Anne McCarth posted the summary of the 9th call for testing on the Make Test blog: <a href=\"https://make.wordpress.org/test/2021/09/03/fse-program-handling-highered-headers-summary/\"><strong>FSE Program Handling HigherEd Headers Summary</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Jason Crist</strong> compiled the 63rd <a href=\"https://make.wordpress.org/themes/2021/09/03/gutenberg-themes-week-of-august-30-2021/\"><strong>Gutenberg + Themes Roundup</strong></a>. While many issues discussed are about the theme.json file and feature handling, I also found the exploration around a <a href=\"https://github.com/WordPress/gutenberg/pull/33770\"><em>Mosaic View for the Template views of the Site Editor. </em></a></p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2>Building Custom Blocks </h2>\n\n\n\n<p><strong>Iain Poulson</strong> announce the <a href=\"https://www.advancedcustomfields.com/blog/acf-5-10-release-html-escaping-blocks-api-v2-block-preloading-and-more/\"><strong>5.10 Release of Advanced Custom Fields</strong></a></p>\n\n\n\n<ul><li>Block API v2 support</li><li>Block preloading</li><li>Full height button</li></ul>\n\n\n\n<p>It’s the first big release of ACF for the <a href=\"https://twitter.com/dliciousbrains\">Delicious Brains team</a> </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Marcus Kazmierczak</strong> wrote on how to <strong><a href=\"https://mkaz.blog/wordpress/make-your-own-create-block-templates/\">Make your own create-block templates</a>.</strong> First, he explains how the official block building scaffolding tool <code>create-block</code> works. Then, Marcus provides instructions and background on how to customize the template to your block-building needs. You might also enjoy Fabian Kägy and Grzegorz, recorded live session on <a href=\"https://gutenbergtimes.com/tooling-using-create-block-scaffolding-and-3rd-party-templates/\">“Tooling: Using Create-Block Scaffolding and 3rd Party Templates”</a> via YouTube. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Helen Hou-Sandi </strong>explained an agency’s approach to streamline Custom Block development in here post: <a href=\"https://helen.blog/2021/08/exploring-custom-blocks-from-a-php-centric-developer-ux-point-of-view/\"><strong>Exploring custom blocks from a PHP-centric developer UX point of view</strong></a>. </p>\n\n\n\n<p><strong>Riad Benguella</strong> had a similar idea and approached it from a runtime-agnostic point of view. He shared <a href=\"https://github.com/youknowriad/blocky\"><strong>Blocky via GitHub</strong></a>, and wrote: ‘The fast way to create WordPress blocks. No more hard JavaScript files, or weird PHP registration.’</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> recalled a discussion that started on Twitter with <a href=\"https://twitter.com/markjaquith/status/1432461667187765251\">Mark Jaquith tweet:</a> “What if building custom blocks for the Block Editor was as easy as supplying attributes and a block of HTML? What if this produced React editing code and PHP rendering code without a build step?”. <a href=\"https://wptavern.com/a-world-where-some-block-development-is-merely-a-templating-system-with-no-build-process\"><strong>A World Where (Some) Block Development Is Merely a Templating System With No Build Process?</strong></a></p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 04 Sep 2021 18:00:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Worldwide WordPress Virtual 5K Set for October 1-30, 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122127\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/worldwide-wordpress-virtual-5k-set-for-october-1-30-2021?utm_source=rss&utm_medium=rss&utm_campaign=worldwide-wordpress-virtual-5k-set-for-october-1-30-2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2192:\"<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Automattic is organizing its 2nd annual <a href=\"https://wwwp5k.run/\">Worldwide WordPress 5K</a> during the month of October this year. Registration for the race is free and participants will have the opportunity to donate to a charity of their choice, with Automattic matching donations up to $50,000.</p>\n\n\n\n<p>Just like <a href=\"https://wordpress.com/blog/2015/10/23/wwwp5k-2015/\">the first Worldwide WP 5K</a> that was held in 2015, the race will be virtual. Anyone is welcome to run, walk, bike, or swim the 5K any time between October 1-31. The requirements are fairly loose in that you can use any exercise app to track your run if you want. Participants are also encouraged to share a selfie, a screenshot of your route, and write a blog post that includes the #wwwp5k tag. Automattic will use the hashtag to include pictures on the official race site.</p>\n\n\n\n<p>Throughout the pandemic, much of the social running industry has gone online and virtual races have become more common. Although they don’t carry the same energy as in-person races, virtual races help friends keep setting fitness goals and encourage each other through online challenges. Joining in the <a href=\"https://wwwp5k.run/\">Worldwide WordPress 5K</a> is a great way to connect with friends around the world for an offline challenge that benefits your health.</p>\n\n\n\n<p>There is plenty of time to start training to reach a goal ahead of October and lots of resources available for <a href=\"https://www.womenshealthmag.com/fitness/a19995645/5k-training-plan/\">running your first 5K</a>. If all other motivations fail, maybe Wapuu can get you off the couch. The lack of in-person WordCamps has left some people hankering for new WordPress swag, and the 5K wapuu is ready to deliver. Participants can choose from a wide array of official gear, including hoodies, t-shirts, water bottles, tank tops, pins, socks, and more. Those who prefer not to run but still want to take part in the charitable event can give directly through the <a rel=\"noreferrer noopener\" href=\"https://www.globalgiving.org/automattic/\" target=\"_blank\">donation page</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 04 Sep 2021 02:04:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Post Status: Post Status Excerpt (No. 23) — Farewell To Andrea — but not the Classic Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=85894\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://poststatus.com/excerpt/23/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3896:\"<h2 id=\"h-new-hires-to-post-status-and-an-acquihire-for-automattic\">New hires to Post Status and an acquihire for Automattic.</h2>\n\n\n\n<p class=\"has-drop-cap\">In this episode, David and Cory talk about recent news from all corners of the WordPress community. First, they share how they will miss <strong>Andrea Middleton</strong> — who is taking a great new opportunity at <strong>Reddit</strong> after 10 years of full-time work on the WordPress open source project. Next, they talk about why keeping the <strong>Classic Editor</strong> plugin officially supported makes sense, and how the <strong>Frontity</strong> acquisition by <strong>Automattic</strong> can be viewed as an acquihire to advance <strong>Gutenberg</strong>‘s development.</p>\n\n\n\n<p><strong>Also covered in this episode: </strong>Cory and David welcome <strong>Jonathan Wold</strong> to the Post Status team.</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week Post Status Excerpt will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f3a7.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f517.png\" alt=\"?\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"http://kolbe.com\"></a><a href=\"https://andreamiddleton.blog/2021/08/30/thanks-for-a-great-10-years-wordpress/\">Thanks for a great 10 years, WordPress!</a></li><li><a href=\"https://twitter.com/sirjonathan\">Jonathan Wold (Twitter)</a></li><li><a href=\"https://wordpress.org/news/2021/08/an-update-on-the-classic-editor-plugin/\">An Update on the Classic Editor Plugin</a></li><li><a href=\"https://ma.tt/2021/08/frontity-to-join-automattic/\">Frontity to Join Automattic</a></li><li><a href=\"https://frontity.org/blog/frontity-is-joining-automattic/\">Frontity is joining Automattic</a></li><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset (Twitter)</a></li><li><a href=\"https://twitter.com/corymiller303\" target=\"_blank\" rel=\"noreferrer noopener\">Cory Miller (Twitter)</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li></ul>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/sandhills\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">Gravity Forms</a></h3>\n\n\n\n<p><strong>Gravity Forms</strong> is the easiest and most trusted advanced forms solution for your WordPress website. Packed with time-saving tools and features, <strong>Gravity Forms</strong> is the only WordPress form management plugin you will ever need. Stop losing valuable leads and grow your business with Gravity.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Sep 2021 17:45:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Akismet: Version 4.1.12 of the Akismet WordPress Plugin is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=2123\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://blog.akismet.com/2021/09/03/version-4-1-12-of-the-akismet-wordpress-plugin-is-now-available/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:637:\"<p>Version 4.1.12 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. It contains the following changes:</p>\n<ul>\n<li>Fixed a bug that was causing “Use of undefined constant” PHP notices.</li>\n<li>Improved styling of alert notices to better match the current WordPress look and feel.</li>\n</ul>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Sep 2021 16:57:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.org blog: The Month in WordPress: August 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11176\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2021/09/the-month-in-wordpress-august-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15529:\"<blockquote class=\"wp-block-quote\"><p>I really believe in WordPress’ mission to democratize publishing. And I, for one, will never stop learning about what gives people more access to the software, and what makes the software more usable, and especially how we can combine usability with accessibility in a way that puts form and function on a level playing field.<br /></p></blockquote>\n\n\n\n<p>That was <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> on the “<a href=\"https://wordpress.org/news/2021/08/episode-14-the-art-and-science-of-accessibility/\">The Art and Science of Accessibility</a>” episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a>, talking about accessibility and exploring how it applies to the WordPress open source software. You will find that many of our updates from August 2021 tie in closely with the core principles of access, accessibility, and usability. Read on to find out more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Join the 2021 WordPress Translation Day Celebrations in September</h2>\n\n\n\n<a href=\"https://wptranslationday.org/\" target=\"_blank\" rel=\"noopener\"><img width=\"632\" height=\"395\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?resize=632%2C395&ssl=1\" alt=\"WordPress Translation Day 2021 September 1 - 30, 2021\" class=\"wp-image-11177\" /></a>\n\n\n\n<p>Join WordPress contributors around the world on <a href=\"https://wptranslationday.org/\">WordPress Translation Day celebrations</a> for the entire month of September! The sixth edition of #WPTranslationDay – which is a cross-team effort led by the Polyglots and Marketing Teams, has a host of fun programs aimed at helping WordPress speak all languages of the world. Want to join the fun? Here’s how.</p>\n\n\n\n<ul><li><a href=\"https://wptranslationday.org/wptd-2021/local-events/\">Join your local translation event</a> and collaborate on efforts to translate WordPress! Can’t find a <a href=\"https://wptranslationday.org/wptd-2021/local-events/\">local event in your area</a>? Why don’t you <a href=\"https://make.wordpress.org/polyglots/2021/08/11/call-for-local-event-organizers-wordpress-translation-day-2021/\">organize one on your own</a>?</li><li>Join <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">one of our global events</a> from September 17-30!<em> </em>We have exciting sessions on <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">polyglots tools and open source translation communities</a>, to name a few.</li><li>You can help<a href=\"https://translate.wordpress.org/\"> translate WordPress to your own language</a>, in your own time, this month! <a href=\"https://make.wordpress.org/polyglots/handbook/translating/first-steps/\">Here’s how!</a></li><li>Share what you are translating using the #WPTranslationDay hashtag on social media, to build excitement around the event! Don’t forget to amplify posts about the event on <a href=\"https://www.facebook.com/WPTranslationDay/\">Facebook</a>, <a href=\"https://twitter.com/TranslateWP\">Twitter</a>, <a href=\"https://www.instagram.com/wptranslationday/\">Instagram</a>, and <a href=\"https://www.linkedin.com/company/wptranslationday/\">LinkedIn</a>!</li></ul>\n\n\n\n<p> For more information, check out <a href=\"https://wptranslationday.org/\">the translation day website</a> and the <a href=\"https://make.wordpress.org/polylgots/tag/wptranslationday/\">Polyglots blog</a>.</p>\n\n\n\n<h2>WordPress Release Updates</h2>\n\n\n\n<p>The Core Team <a href=\"https://make.wordpress.org/core/2021/08/13/preliminary-road-to-5-9/\">commenced work</a> on the next major release – WordPress 5.9. The team aims to ship some cool features such as intrinsic web design to blocks, improved block patterns, navigation menus, better design tools, edit flows for block themes, and a new interface for theme.json. Check out the <a href=\"https://make.wordpress.org/core/5-9/\">WordPress 5.9 development cycle</a> to know more. This release is set to go out in December 2021. The team is also <a href=\"https://make.wordpress.org/core/2021/08/24/wordpress-5-8-x-release-team-and-5-8-1-schedule/\">working on shipping a minor release WordPress 5.8.1</a> –– its <a href=\"https://make.wordpress.org/core/2021/09/01/wordpress-5-8-1-rc-1/\">release candidate</a> is already out and the final release will launch on September 8.</p>\n\n\n\n<p>Want to contribute to WordPress core? Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\">team handbook</a>. Don’t miss the Core Team chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&min=00&sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 PM</a> UTC. You can also help <a href=\"https://translate.wordpress.org/\">translate WordPress</a> to your local language – and what better time to do it, than in September, <a href=\"https://wptranslationday.org/\">during the translation month celebrations</a>? Another fun way to contribute would be to <a href=\"https://make.wordpress.org/marketing/2021/08/11/share-about-wordpress-5-8-on-social-media/\">share about WordPress 5.8 on social media</a>!</p>\n\n\n\n<h2>Say Hello to Gutenberg Versions 11.2 and 11.3</h2>\n\n\n\n<p>We launched Gutenberg <a href=\"https://make.wordpress.org/core/2021/08/05/whats-new-in-gutenberg-11-2-0-4-august/\">version 11.2</a> and <a href=\"https://make.wordpress.org/core/2021/08/18/whats-new-in-gutenberg-11-3-18-august/\">version 11.3</a> this month. <a href=\"https://make.wordpress.org/core/2021/08/05/whats-new-in-gutenberg-11-2-0-4-august/\">Version 11.2</a> adds customizing/color options to the search block, a flex layout for the group block, and a new button for creating posts as part of the publishing flow. <a href=\"https://make.wordpress.org/core/2021/08/18/whats-new-in-gutenberg-11-3-18-august/\">Version 11.3</a> offers a new dimensions panel (replacing the spacing panel) with more styling options, dimensions control for the feature image block, and significant performance improvements for block inserters.<br /></p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The “<a href=\"https://make.wordpress.org/core/2021/07/21/whats-next-in-gutenberg-site-editing-status-check-late-july-august-2021/\">What’s next in Gutenberg</a>” post offers more details on the latest updates. </p>\n\n\n\n<h2>Get Excited about WordCamp US 2021</h2>\n\n\n\n<p>The biggest WordCamp in North America – <a href=\"https://us.wordcamp.org/2021/\">WordCamp US 2021-</a> is barely a month away. <a href=\"https://us.wordcamp.org/2021/tickets/\">Get your (free) tickets</a>, if you haven’t already! The organizing team has opened up calls for <a href=\"https://us.wordcamp.org/2021/calling-all-musicians/\">musicians</a>, <a href=\"https://us.wordcamp.org/2021/call-for-contributor-stories/\">contributor stories</a>, and <a href=\"https://us.wordcamp.org/2021/call-for-media-partners/\">media partners</a>. Check out <a href=\"https://us.wordcamp.org/2021/\">the event website</a> and follow the event on <a href=\"https://twitter.com/wordcampus\">Twitter</a>, <a href=\"https://www.instagram.com/wordcampus/\">Instagram</a>, and <a href=\"https://www.facebook.com/WordCampUSA\">Facebook</a> to stay updated on all that #WCUS news.</p>\n\n\n\n<h2>Important Announcements/Updates</h2>\n\n\n\n<ul><li>Support for the Classic Editor plugin <a href=\"https://wordpress.org/news/2021/08/an-update-on-the-classic-editor-plugin/\">will be extended for a full year until 2022</a>!</li><li>The Themes Team published a <a href=\"https://make.wordpress.org/themes/2021/08/06/summary-of-the-request-for-feedback-on-requirement-changes/\">feedback summary</a> on the <a href=\"https://make.wordpress.org/themes/2021/07/20/discussion-request-for-feedback-on-requirement-changes/\">proposed requirement changes for WordPress theme review</a>, and will soon be updating the handbook and review tools. You will find more context in their <a href=\"https://make.wordpress.org/themes/2021/08/10/meeting-notes-themes-team-and-theme-authors-regarding-requirements-change/\">meeting notes</a>.</li><li>The Plugins Team <a href=\"https://make.wordpress.org/plugins/2021/08/27/inaccurate-stats-have-been-corrected/\">corrected inaccurate plugin statistics</a> in the plugin directory.</li><li>Check out the <a href=\"https://make.wordpress.org/test/2021/08/17/fse-program-theme-design-survey-results/\">results of the FSE Theme Design (theme.json) survey</a>!</li></ul>\n\n\n\n<h2>Feedback/Testing Requests from Contributor Teams</h2>\n\n\n\n<ul><li>The Testing Team is requesting testing help for a <a href=\"https://make.wordpress.org/test/2021/08/30/week-in-test-30-aug-2021/\">few tickets and patches in WordPress</a>. The team is also looking for volunteers to <a href=\"https://make.wordpress.org/test/2021/08/20/call-for-volunteeers-audit-and-update-testing-instructions-across-the-make-sites/\">audit and update Core testing instructions </a>across different Make sites.</li><li>The Community Team shared a <a href=\"https://make.wordpress.org/community/2021/09/01/proposal-centralized-global-do_action-charity-hackathons/\">proposal on planning online-only recurring global do_action charity hackathons</a>. Share your feedback by September 24.</li><li>The Training Team is also exploring the possibility of adding <a href=\"https://make.wordpress.org/training/2021/08/10/proposal-learner-achievements-on-profiles/\">learner achievements (on learn.wordpress.org) on WP Profiles</a> and is requesting feedback from the community.</li><li>Help the Marketing Team’s outreach research by filling out <a href=\"https://forms.gle/4QFhX8fcNxKAfK8y5\">this 2 question survey</a> on how you search for WordPress release information. If you have any favorite features from the latest release (WordPress 5.8) let the team know by completing this <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSd_2llymf79-h5sgTiprz7Kw4Gr4cbDHh-AAdAQfiArXlHksg/viewform\">short form</a>.</li><li>Version 18.1 of WordPress for <a href=\"https://make.wordpress.org/mobile/2021/08/23/call-for-testing-wordpress-for-ios-18-1/\">iOS</a> and <a href=\"https://make.wordpress.org/mobile/2021/08/23/call-for-testing-wordpress-for-android-18-1/\">Android</a> are now available for testing!</li></ul>\n\n\n\n<h2>WordPress Event Updates</h2>\n\n\n\n<ul><li><a href=\"https://floripa.wordcamp.org/2021/\">WordCamp Florianopolis 2021</a> was held on August 11-12, 2021. The event, which sold 390 tickets, had 11 speakers and 4 sponsors. Catch the <a href=\"https://www.youtube.com/channel/UCh1CeGfuDRH-o13xh7kpgUQ\">event recap on YouTube</a>!</li><li><a href=\"https://galicia.wordcamp.org/2021/\">WordCamp Galicia 2021</a> is being held from September 30 – October 2, 2021! </li><li><a href=\"https://doaction.org/event/karnataka-2021/\">do_action Karnataka 2021</a> was held from August 7-15, 2021. Check out <a href=\"https://wordpressfoundation.org/2021/do_action-karnataka-2021-a-report/\">the recap</a>!</li><li>The Core Team organized a <a href=\"https://make.wordpress.org/core/2021/08/25/hallway-hangout-summary-compare-and-contrast-the-navigation-screens/\">hallway hangout</a> to compare the ‘experimental’ Gutenberg navigation feature with the built-in core feature. The team decided to wait until feature parity with core nav menus, to move the feature from experiments to the main plugin.</li><li>The Diverse Speakers Training group (<a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">#WPDiversity</a>) of the Community Team held their first “<a href=\"https://make.wordpress.org/community/2021/09/02/report-diverse-speaker-workshops-august-2021/\">Allyship for WordPress Event Organizers</a>” workshop on August 19, 2021. The event had 13 attendees from six countries who reported a 52% increase in preparedness to help create inclusive WordPress events. <a href=\"https://make.wordpress.org/community/tag/wpdiversityworkshops/\">Stay tuned</a> for their next workshop in November!</li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>Don’t miss this blog post on <a href=\"https://wordpress.org/news/2021/08/widgets-in-wordpress-5-8-and-beyond/\">Widgets in WordPress 5.8 and beyond</a>!</li><li>The Full Site Editing (FSE) Outreach program wrapped up its ninth challenge –– <a href=\"https://make.wordpress.org/test/2021/08/11/fse-program-testing-call-9-handling-highered-headers/\">Handling HigherEd Headers</a>, on September 1. Keep an eye out for <a href=\"https://make.wordpress.org/test/tag/fse-outreach-program/\">test results and future testing call announcements</a>!</li><li>The Test Team is <a href=\"https://make.wordpress.org/test/2021/08/19/test-team-chat-summary-17-august-2021/\">attempting to modernize PHPUnit tests</a> for WordPress.</li><li>The Accessibility Team is testing the <a href=\"https://make.wordpress.org/accessibility/2021/08/20/accessibility-team-meeting-notes-august-20-2021/\">navigation block</a> for accessibility feedback.</li><li>The Docs Team <a href=\"https://make.wordpress.org/docs/2021/08/31/summary-of-docs-team-meeting-aug-24-2021/\">launched a new repository</a> for tracking issues with WordPress documentation: <a href=\"https://github.com/WordPress/Documentation-Issue-Tracker\">https://github.com/WordPress/Documentation-Issue-Tracker</a></li><li>The Training Team <a href=\"https://make.wordpress.org/training/2021/08/17/proposal-brand-guidelines-for-learn-wordpress-content/#comment-3130\">finalized</a> brand <a href=\"https://make.wordpress.org/training/2021/08/17/proposal-brand-guidelines-for-learn-wordpress-content/\">guidelines</a> for <a href=\"https://learn.wordpress.org\">learn.wordpress.org</a>. The team is also working on setting up <a href=\"https://make.wordpress.org/training/2021/08/12/wordpress-101-microcourses-proposal/\">Micro courses for Learn</a>.</li><li>The Openverse Team is <a href=\"https://make.wordpress.org/openverse/2021/08/16/multi-stage-docker-builds-in-the-openverse-api/\">exploring Multistage docker builds</a> as a solution to better set up waveforms for audio search results in the Openverse tool. </li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>. </em></p>\n\n\n\n<p><em>The following folks contributed to August’s Month in WordPress: <a href=\"https://profiles.wordpress.org/evarlese/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>evarlese</a> <a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a> <em><a href=\"https://profiles.wordpress.org/nao/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>nao</a></em> <a href=\"https://profiles.wordpress.org/jillbinder/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>jillbinder</a></em> <em><a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a></em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Sep 2021 14:00:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Extendify Patches Vulnerabilities in the Redux Framework Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122200\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:191:\"https://wptavern.com/extendify-patches-vulnerabilities-in-the-redux-framework-plugin?utm_source=rss&utm_medium=rss&utm_campaign=extendify-patches-vulnerabilities-in-the-redux-framework-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2456:\"<p>Wordfence has <a href=\"https://www.wordfence.com/blog/2021/09/over-1-million-sites-affected-by-redux-framework-vulnerabilities/\">published</a> two vulnerabilities that affect users of the Redux Framework plugin, which has more recently come to be know as the “<a href=\"https://wordpress.org/plugins/redux-framework/\">Gutenberg Template Library & Redux Framework</a>” on WordPress.org. Extendify purchased the plugin from its creator, Dōvy Paukstys, in November 2020, in a deal that was not highly publicized. It is currently active on more than 1 million WordPress sites.</p>\n\n\n\n<p>Throughout most of its history, Redux has been known as a popular options framework for themes and plugins. In 2020, Paukstys <a href=\"https://wptavern.com/redux-framework-relaunches-focuses-efforts-on-gutenberg-templates\">relaunched the framework</a> with a focus on Gutenberg templates. Users can now browse more than 1,000 templates from inside the block editor.</p>\n\n\n\n<p>It is this new template-browsing feature that was found to be vulnerable in Wordfence’s recent security report, due to a lax permissions check on the WP REST API endpoints the plugin uses to process requests in its template library. On August 3, 2021, Wordfence disclosed one high-severity vulnerability described as an <em>“Incorrect Authorization Leading to Arbitrary Plugin Installation and Post Deletion”</em> and a lower-severity <em>“Unauthenticated Sensitive Information Disclosure</em>” vulnerability to the plugin’s owners. The report published this week describes the nature of the threat:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>One vulnerability allowed users with lower permissions, such as contributors, to install and activate arbitrary plugins and delete any post or page via the REST API. A second vulnerability allowed unauthenticated attackers to access potentially sensitive information about a site’s configuration.</p></blockquote>\n\n\n\n<p>Extendify responded immediately and shipped a patched version (4.2.13) of the Redux Framework on August 11, 2021. At the time of publishing, more than 71% of sites using the Redux Framework plugin are running on older versions that remain vulnerable. Users are advised to update to the latest version in order to get the security patch, especially now that Wordfence has published an article showing how attackers could potentially exploit these vulnerabilities. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Sep 2021 03:50:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"WPTavern: A World Where (Some) Block Development Is Merely a Templating System With No Build Process?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122154\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:241:\"https://wptavern.com/a-world-where-some-block-development-is-merely-a-templating-system-with-no-build-process?utm_source=rss&utm_medium=rss&utm_campaign=a-world-where-some-block-development-is-merely-a-templating-system-with-no-build-process\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6447:\"<p class=\"has-drop-cap\">What if WordPress developers lived in a world where we could create PHP-based templates that would output data on the front end and handle editable fields via the block editor? Or, we had a system where we could create blocks without a build step?</p>\n\n\n\n<p>While there are many reasons the modern WordPress editor is not the best fit for everyone just yet, one stumbling block has been building custom interface components. The ecosystem has a deep history of creating bespoke solutions for clients using PHP. These have been custom meta boxes and form fields in the classic editor screen for the most part. When WordPress 5.0 launched with its block editor, it turned the world upside down, often leaving agencies and freelancers with no way to move forward without dedicating massive resources to learning React to build blocks or interact with the new editing screen.</p>\n\n\n\n<p><em>The solution?</em> Stick with what you know. It was cheaper and already seemed to do the job well.</p>\n\n\n\n<p>As we talk about the <a href=\"https://wptavern.com/wordpress-classic-editor-support-extended-for-at-least-another-year\">support window for the Classic Editor</a> plugin, the WordPress project needs people to provide tools for this segment of the ecosystem if it ever plans on bringing them along for the ride. Solutions such as ACF Pro and Genesis Custom Blocks have bridged some of the technical gaps. However, the user experience can be sub-par when using server-side rendering in the block editor. That method works well for some types of blocks but not all. We need to take this one step more.</p>\n\n\n\n<p>Mark Jaquith, a lead WordPress developer, shared a few questions from Helen Hou-Sandí, another lead developer, around this idea and a basic concept about <a href=\"https://twitter.com/markjaquith/status/1432461667187765251\">what this might look like</a>:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Weekend exploration, egged on and sparked by <a href=\"https://twitter.com/helenhousandi?ref_src=twsrc%5Etfw\">@helenhousandi</a>:<br /><br />“What if building custom blocks for the Block Editor was as easy as supplying attributes and a block of HTML? What if this produced React editing code and PHP rendering code without a build step?” <a href=\"https://t.co/r86Phu88SX\">pic.twitter.com/r86Phu88SX</a></p>— Mark Jaquith (@markjaquith) <a href=\"https://twitter.com/markjaquith/status/1432461667187765251?ref_src=twsrc%5Etfw\">August 30, 2021</a></blockquote>\n</div>\n\n\n\n<p>Hou-Sandí followed this with a <a href=\"https://helen.blog/2021/08/exploring-custom-blocks-from-a-php-centric-developer-ux-point-of-view/\">detailed post on the concept</a>, but she pointed out that this is merely an exploratory phase. </p>\n\n\n\n<p>“The React-based WordPress block editor (sometimes referred to as Gutenberg) is a powerful tool for WYSIWYG editing that continues to prove to be somewhere between a speed bump and a roadblock for long-time WordPress developers who historically have been more PHP-centric,” she wrote in the post.</p>\n\n\n\n<p>If you are a WordPress developer, there is a not-so-small chance that you are thinking, <em>Yep, I have hit a few of those speed bumps and crashed into that roadblock a few times.</em> This is unlikely news to you. What might start winning hearts and minds is acknowledging and understanding where much of the problem lies for custom development.</p>\n\n\n\n<p>“By leveraging the familiar parts of PHP-based templating and creating a bridge that demonstrates the power of React when combined with the markup and styling already being done for the front-end, we can de-duplicate code, help demystify the critical role of JavaScript in modernizing WordPress, and serve as an on-ramp for PHP-centric developers to create compelling and delightful 1:1 live preview editing experiences,” wrote Hou-Sandí.</p>\n\n\n\n<p>This all boils down to the process of, essentially, writing some template code that works on both the front-end and editor without all the complexities of currently setting up and building blocks. That is an exciting prospect, evidenced by the numerous likes, retweets, and replies to Jaquith’s tweet.</p>\n\n\n\n<p>Hou-Sandí pointed out that the current thought process is primarily about easing the transition for custom client block solutions and not necessarily for WordPress itself. However, that does not mean that this or a similar solution might not be a part of the core platform’s future.</p>\n\n\n\n<p>Gutenberg project lead Matías Ventura <a href=\"https://twitter.com/matias_ventura/status/1432648540501729281\">replied to Ben Gillbanks</a> in the same Twitter thread that it was definitely something they were considering. “From a core perspective we had to ensure the primitives and interactivity is not compromised, but there’s no reason why that should imply a full JS toolchain for simpler blocks. Lowering barrier of entry is important.”</p>\n\n\n\n<p>Like several others, Gillbanks thought that such a system would have made an easier transition for PHP-centric developers <a href=\"https://twitter.com/BinaryMoon/status/1432623688503922690\">from the start</a>. However, the project was not ready for that at the time, <a href=\"https://twitter.com/matias_ventura/status/1432638250422833153\">according to Ventura</a>.</p>\n\n\n\n<p>“It’s tricky to do something like this from the start until the compile target APIs are robust enough,” he tweeted. “We are getting to a point where many of the interactive properties are clustered into primitives and components, which makes a templating approach more appealing.”</p>\n\n\n\n<p>Automattic developer Riad Benguella shared a similar solution in the past week, launching the <a href=\"https://github.com/youknowriad/blocky\">Blocky project</a> on GitHub. With his approach, developers utilize the <code>block.json</code> file to create the template or view component and run it through a simple build step to generate the block’s code.</p>\n\n\n\n<p>While it is not too early to hope and dream, it may just be a bit premature to begin seriously considering whether such tools will land in core WordPress. However, seeing some of the lead WordPress and Gutenberg developers at least openly talking about solutions is something worth paying attention to.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Sep 2021 01:37:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"WPTavern: Gutenberg 11.4 Overhauls Galleries, Adds Axial Padding for Buttons, and Lays Groundwork for Global Spacing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122156\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:273:\"https://wptavern.com/gutenberg-11-4-overhauls-galleries-adds-axial-padding-for-buttons-and-lays-groundwork-for-global-spacing?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-11-4-overhauls-galleries-adds-axial-padding-for-buttons-and-lays-groundwork-for-global-spacing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6285:\"<p class=\"has-drop-cap\">Another two weeks have flown by, and another <a href=\"https://make.wordpress.org/core/2021/09/01/whats-new-in-gutenberg-11-4-1-september/\">Gutenberg plugin update</a> is in the books. I always look forward to the latest release, awaiting what goodies our contributor community has produced. Sometimes I jump the gun and install a development version of the plugin to understand an upcoming feature, such as the new “block gap” style setting. Other times, I like to be surprised with enhancements like the new vertical/horizontal padding controls for the Button block.</p>\n\n\n\n<p>Of course, there is always a good chance that a plugin update will throw off our theme’s editor styles in a new and exciting way. It feels like it has been a while since Gutenberg caught me off guard. At least it is <em>only</em> the post title this go-round. The WP Tavern theme is aging a bit anyway. It is due for an update (<em>hint, hint</em>).</p>\n\n\n\n<p>Aside from block gap and axial padding, Gutenberg 11.4 turns the Gallery block into a container for nested Image blocks and adds duotone filter support to featured images. Other notable enhancements include an option for adding alt text to the Cover block and font-weight support to the Post Date, Post Terms, and Site Tagline blocks.</p>\n\n\n\n<h2>Axial Padding for Button Block</h2>\n\n\n\n<img />Adjusting vertical and horizontal Button padding.\n\n\n\n<p class=\"has-drop-cap\">The Button block now supports changing the <a href=\"https://github.com/WordPress/gutenberg/pull/33859\">spacing along the X or Y axis</a> when unlinking the padding. Previously, users could define the padding for all sides, but this could be tedious work. In most designs, top and bottom (vertical) padding should match, and left and right (horizontal) should get the same treatment.</p>\n\n\n\n<p>This change should speed up padding customization in nearly all cases. However, it does introduce a regression. The consensus in the ticket was that the tradeoff for a less cumbersome experience was worth less flexibility for edge cases.</p>\n\n\n\n<p>Overall, this should be a win for most. I am already a happier user.</p>\n\n\n\n<h2>Gallery Block Uses Nested Images</h2>\n\n\n\n<img />Adding a link to an Image block within a Gallery.\n\n\n\n<p class=\"has-drop-cap\">The Gallery block in Gutenberg 11.4 supports <a href=\"https://github.com/WordPress/gutenberg/pull/25940\">nesting individual Image blocks</a>. It is currently hidden behind an experimental support flag and must be enabled via the Gutenberg > Experiments settings screen.</p>\n\n\n\n<p>Effectively, the Gallery block is now a container. Inserting media still works the same way. The difference is that end-users have access to customize each Image block within a Gallery separately.</p>\n\n\n\n<p>One use case for this feature is to allow users to add custom links around images. However, they now have access to more of the Image block’s options, such as custom theme styles.</p>\n\n\n\n<p>Last week, I <a href=\"https://wptavern.com/gallery-block-refactor-expected-to-land-in-wordpress-5-9\">covered this feature in-depth</a> because it is expected to land in WordPress 5.9, and theme authors should be ready for the transition. This is a breaking change in terms of HTML. Any themer with custom Gallery block styles should test the front-end and editor output before WordPress merges the changes.</p>\n\n\n\n<h2>Featured Image Duotone Support</h2>\n\n\n\n<img />Applying a duotone filter to the Post Featured Image block.\n\n\n\n<p class=\"has-drop-cap\">While we are still missing an <a href=\"https://github.com/WordPress/gutenberg/issues/33789\">image size control</a>, I will take any Post Featured Image block improvements I can get at this point. The block felt like a second-class citizen for so long that I am giddy about any enhancements.</p>\n\n\n\n<p>Duotone filters, which landed in WordPress 5.8, allow end-users to add a CSS filter over images to control shadow and highlight colors. Themes can register custom ones, or users can modify them. The latest Gutenberg plugin update <a href=\"https://github.com/WordPress/gutenberg/pull/34113\">brings this feature</a> to the Post Featured Image block.</p>\n\n\n\n<p>This change allows theme authors to explore adding some visual flair since the Post Featured Image block is meant for templating or site editing. It still has a long way to go before it is ready for more advanced theme design, but the tools are getting us closer.</p>\n\n\n\n<h2>Global Block “Gap” for Themes</h2>\n\n\n\n<img />Highlighting a Paragraph block and its preceding “gap” (top margin).\n\n\n\n<p class=\"has-drop-cap\">One custom feature that has become commonplace with themes that support the block editor is a “global spacing” style rule, which controls the whitespace between elements. Gutenberg contributors have noticed this trend and are now <a href=\"https://github.com/WordPress/gutenberg/pull/33812\">shipping a standard solution</a> for it. Themes that use a <code>theme.json</code> file will automatically opt into support.</p>\n\n\n\n<p>The gap feature adds a top margin to all adjacent sibling elements within block containers. This creates the space between each block using a standard method. Theme authors can control this via the <code>styles.spacing.blockGap</code> key in their <code>theme.json</code> files.</p>\n\n\n\n<p>If you are a theme developer, this is one of the most crucial components of block theming from a pure design viewpoint. It is not something to avoid until it lands in WordPress. The time to test and provide feedback is now.</p>\n\n\n\n<p>It is also merely a first step. There are pieces left to implement and problems to solve. There is currently an <a href=\"https://github.com/WordPress/gutenberg/pull/33991\">open pull request</a> to bring this to editor block controls. There is also <a href=\"https://github.com/WordPress/gutenberg/issues/34441\">another ticket</a> for zeroing out the margins for the first and last blocks, which would typically not need any. There are still some open questions on how to best deal with exceptions to the default block gap in the original ticket.</p>\n\n\n\n<p>Regardless of its unfinished nature, it is an exciting development if you care anything at all about vertical rhythm in design systems.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Sep 2021 00:29:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: WordPress Translation Day 2021 Kicks Off September 1, Expanded to Month-Long Event\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122052\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"https://wptavern.com/wordpress-translation-day-2021-kicks-off-september-1-expanded-to-month-long-event?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-translation-day-2021-kicks-off-september-1-expanded-to-month-long-event\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3580:\"<img />WordPress Translation Day 2021\n\n\n\n<p><a href=\"https://wptranslationday.org/\">WordPress Translation Day</a> kicked off today, and the event has been expanded to run from September 1-30 this year. WordPress Polyglots contributors from all over the world will be hosting mini-events throughout the month where they will be translating <a href=\"https://make.wordpress.org/polyglots/handbook/translating/projects-to-translate/\">themes, plugins, apps, meta, docs, and other important projects.</a> Events will also focus on recruitment, virtual training for new PTEs/GTEs, and general process improvements.</p>\n\n\n\n<p>In the past, the event has been a boon for the Polyglots contributor base. In 2020, the teams hosted more than 20 local events, resulting in more than 175,000 strings translated. French, Spanish, and Japanese-language locales logged the most translated strings during the first week last year. </p>\n\n\n\n<p>There are currently seven mini-events <a href=\"https://wptranslationday.org/wptd-2021/local-events/\">scheduled</a> for 2021 in different locales throughout the month of September. From Portugal to Tehran to Jakarta, contributors are planning sprints to translate popular plugins and WordPress core. In Bengaluru, one of the largest IT hubs in India, organizers will be onboarding new translators, including high school students who are interested in contributing to WordPress.</p>\n\n\n\n<p>WordPress Translation Day will also include some <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">global events</a> during the second half of the month. These events will be hosted in English and contributors of all experience levels are welcome to attend: </p>\n\n\n\n<ul><li><strong>Friday, September 17th (time to be announced): </strong>Introduction to WordPress Translation Day</li><li><strong>Sunday, September 19th at 12:00 UTC:</strong> Panel on Polyglots Tools</li><li><strong>Tuesday, September 21st at 11:00 UTC: </strong>Panel on Open Source Translation Communities</li><li><strong>Thursday, September 30th (time to be announced):</strong> Closing Party – Why do you translate?</li></ul>\n\n\n\n<p>Attendees will be able to participate live as the events are broadcasted on YouTube. The final session will recap the month’s events, highlight success stories, and will also include some activities and games. </p>\n\n\n\n<p>This year translators are extending their volunteer efforts to some newer projects, including working with the Training Team to translate video workshops hosted on learn.wordpress.org, <a href=\"https://make.wordpress.org/community/2021/07/07/tuesday-trainings-how-to-translate-community-team-resources/\">translating Community team resources</a>, translating the <a href=\"https://translate.wordpress.org/projects/patterns/core/\">Block Patterns project</a>, and <a href=\"https://translate.wordpress.org/projects/meta/pattern-directory/\">translating</a> the <a href=\"https://wordpress.org/patterns/\">Pattern Directory</a> itself. </p>\n\n\n\n<p>The global events combined with the local mini-events are essentially like a virtual Polyglots WordCamp held over the span of a month. Attendees will have opportunities to connect with other translators and team leaders and share their experiences contributing to WordPress. If you are new and thinking of joining the Polyglots team, check out the new <a href=\"https://learn.wordpress.org/course/polyglots-contributor-training/\">Polyglots Training course</a> on Learn WordPress.org to find out more about contributing.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Sep 2021 17:21:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"HeroPress: Being a freelancer can be the most stable thing in Taco land\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=4088\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:194:\"https://heropress.com/essays/being-a-freelancer-can-be-the-most-stable-thing-in-taco-land/#utm_source=rss&utm_medium=rss&utm_campaign=being-a-freelancer-can-be-the-most-stable-thing-in-taco-land\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8822:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2021/09/083121-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: With WordPress magical things can happen.\" /><p><a href=\"https://heropress.com/feed/#espanol\">Este ensayo también está disponible en español.</a></p>\n<p>I am a very lucky person. I studied software engineering at a private university, I’m white, straight, handsome, and I live in Taco land.</p>\n<p>I could have easily joined a multinational but there was always something that stopped me. It was probably that I felt I didn’t fit into the office world.</p>\n<p>My friends became engineers looking to create video games. Someone succeeded there, but then the company where he worked was closed. All I knew was that I wanted to do something with computers and graphics. You study the closest thing to what you have in your head but the reality is always different.</p>\n<p>I like programming but I am not passionate about it. I’m in love with visuals, so creating web pages with a platform as friendly as WordPress fit perfectly with my profile. Since I like to write and join puzzles, plugins and now Gutenberg blocks have made literally everything fit in my work.</p>\n<p>Working for projects instead of for a single company has given me the opportunity to see many worlds.</p>\n<h3>The word WordPress has given me a lot in life</h3>\n<p>Like when a client found me on Google searching for a specialist WordPress developer to ensure that a film festival website was always online.</p>\n<blockquote><p>With WordPress magical things can happen, such as getting to know Brazil thanks to this project and since I had continuity, they looked for me again for the next edition to go back in person.</p></blockquote>\n<p>But then you learn some business.</p>\n<p>I put the condition that they also pay the plane ticket to my then girlfriend. I threw in such a condition thinking that they would not do it, but it was accepted.</p>\n<p>And you think: budgets must be exercised and the peace of mind of having someone in person is worth more than you think.</p>\n<h3>With WordPress, every time you give it comes back to you</h3>\n<p>Like when in 2013 I opened the help group on Facebook: WordPress Guadalajara and by sharing bits of my daily knowledge, people began to position me as the person they should turn to.</p>\n<p>It is not that you share knowledge for the benefit, but somehow it always multiplies. In the community you meet people who inspire you and who make you reflect on where you stand and thanks to whom.</p>\n<p>I want to talk now about my wife, she is also white and privileged. She did not finish university because she has always been rather self-taught, she dropped out when she realized that the level was not what she was looking for, so she found great teachers outside. She sells her drawings and for a long time she made more money than me.</p>\n<p>Besides life, money is something we share. I sold her website to her ten years ago and she is the most talented artist I know, <a href=\"https://instagram.com/dianamartinart\">you should meet her.</a></p>\n<p>One day an acquaintance dared to ask me what it felt like for her to pay the bills. When you are young it makes you want to argue with everyone. What makes me laugh is that at some point my wife is going to make a lot more money than me again. In the meantime it’s nice to move forward together in Taco Land.</p>\n<blockquote><p>As time goes by, you realize that it is a good idea to choose your battles. And that there are things that you can achieve little by little if you have enough continuity.</p></blockquote>\n<p>For many years they asked me if I continued making web pages, or if that making pages was still profitable…</p>\n<p>Making web pages is a fundamental part of my life. Along with the tacos, my dogs and my wife.</p>\n<p>It seems that if you offer a good service, making web pages turns out to be more stable than working for any multinational. So it has been for me.</p>\n<p>Even in the pandemic I have had more clients than ever, of course, helped by a great team such as my partner and star web designer, Nina, who taught me how specialists who work independently for the common good can join together.</p>\n<h1 id=\"espanol\">Ser freelancer puede ser lo más estable en el país de los tacos</h1>\n<p>Soy una persona con mucha suerte. Estudié una ingeniería de software en una universidad privada, soy blanco, heterosexual, guapo y vivo en el país de los tacos.</p>\n<p>Fácilmente pude unirme a una multinacional pero siempre hubo algo que me lo impidió. Probablemente fue que sentía que no encajaba en el mundo de las oficinas.</p>\n<p>Mis amigos se hicieron ingenieros buscando crear videojuegos. Por ahí uno lo logró pero luego cerraron la empresa donde trabajaba. Yo lo único que sabía era que quería hacer algo gráfico con computadoras. Uno estudia lo más parecido a lo que tiene en su cabeza pero la realidad siempre es otra.</p>\n<p>Me gusta la programación pero no me apasiona. A mí me enamoras con lo visual y la creación de páginas web con una plataforma tan amigable como WordPress encajó perfecto con mi perfil. Como me gusta redactar y unir rompecabezas, los plugins y ahora los bloques de Gutenberg han hecho que literalmente todo encaje en mi trabajo.</p>\n<p>Trabajar por proyectos en vez de para una sola empresa me ha brindado la oportunidad de conocer muchos mundos.</p>\n<h3>La palabra WordPress me ha dado mucho en la vida</h3>\n<p>Como cuando una clienta me encontró en Google buscando a un desarrollador especialista en WordPress para garantizar que el sitio web de un festival de cine estuviera siempre en línea.</p>\n<blockquote><p>Con WordPress pueden pasar cosas mágicas, como conocer Brasil gracias a este proyecto y si tienes continuidad, que te vuelvan a buscar para la siguiente edición y volver a ir presencialmente.</p></blockquote>\n<p>Pero entonces aprendes de negocios.</p>\n<p>Puse la condición de que también le pagaran el boleto de avión a mi en ese entonces novia. Yo solté esa condición pensando que no lo harían, pero sí se logró.</p>\n<p>Y piensas: los presupuestos se deben de ejercer y la tranquilidad de tener a alguien presencial vale más de lo que uno cree.</p>\n<h3>Con WordPress cada vez que das se te regresa</h3>\n<p>Como cuando en 2013 abrí el grupo de ayuda en Facebook WordPress Guadalajara y al compartir pedacitos de mis conocimientos diarios la gente me fue ubicando como la persona a la que debían de acudir.</p>\n<p>No es que compartas por el beneficio, pero de alguna manera este se va multiplicando. En la comunidad conoces gente que te inspira y que te hace reflexionar sobre dónde estás parado y gracias a quien.</p>\n<p>Quiero hablar ahora de mi esposa, ella también es blanca y privilegiada. No terminó la universidad porque siempre ha sido más bien autodidacta, se salió cuando se dio cuenta de que el nivel no era lo que buscaba, pero tuvo grandes maestros por fuera. Vende sus dibujos y por mucho tiempo hacía más dinero que yo.</p>\n<p>Además de la vida, el dinero es algo que compartimos. A ella le vendí su sitio web hace diez años y es la artista más talentosa que conozco, <a href=\"https://instagram.com/dianamartinart\">deberías de conocerla.</a></p>\n<p>Una vez un conocido se atrevió a decirme que qué se sentía que ella me mantuviera. Cuando eres joven te dan ganas de discutir con todo mundo. Lo que me da risa es que es muy probable que en algún momento mi esposa vaya a hacer mucho más dinero que yo de nuevo. Pero es bonito avanzar juntos en el país de los tacos.</p>\n<blockquote><p>Conforme pasa el tiempo te das cuenta de que es buena idea elegir tus batallas. Y que hay cosas que puedes lograr poco a poco si tienes la continuidad suficiente.</p></blockquote>\n<p>Por muchos años me preguntaban si seguía haciendo páginas web, o que si eso de hacer páginas era todavía algo que dejara dinero…</p>\n<p>Hacer páginas web es una parte fundamental de mi vida. Junto con los tacos, mis perritas y mi mujer.</p>\n<p>Pareciera que si ofreces un buen servicio, hacer páginas web resulta ser más estable que trabajar para cualquier multinacional. Así lo ha sido para mí.</p>\n<p>Incluso en la pandemia he tenido más clientes que nunca, claro, ayudado de un gran equipo de trabajo como lo es mi socia y diseñadora web estrella, Nina, quien me enseñó sobre cómo pueden unirse especialistas que trabajen de forma independiente por un bien común.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/being-a-freelancer-can-be-the-most-stable-thing-in-taco-land/\">Being a freelancer can be the most stable thing in Taco land</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Sep 2021 13:01:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jos Velasco\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Gutenberg Contributors Get Organized to Move Block-Based Navigation Forward\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122056\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:215:\"https://wptavern.com/gutenberg-contributors-get-organized-to-move-block-based-navigation-forward?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-contributors-get-organized-to-move-block-based-navigation-forward\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4489:\"<p>The block-based Navigation editor screen got a status check last week as part of a Hallway Hangout <a href=\"https://make.wordpress.org/core/2021/08/25/hallway-hangout-summary-compare-and-contrast-the-navigation-screens/?mc_cid=c38e4d6475&mc_eid=68ffa9a210\">meeting</a> aimed at identifying what needs to happen to bring the screen out from behind the “experimental” flag. Once the Navigation screen is available by default in the Gutenberg plugin, the team working on the feature will be able to gather more feedback. </p>\n\n\n\n<p>“The navigation block and navigation screen projects have been underway for quite some time and are a main target for 5.9,” Gutenberg lead developer Matias Ventura said in a <a href=\"https://make.wordpress.org/core/2021/08/13/preliminary-road-to-5-9/\">post</a> outlining the main focus items planned for the block editor in WordPress 5.9.</p>\n\n\n\n<p>“A large part of the remaining work is to improve the user experience, reduce complexity, and test as much as possible on themes.”</p>\n\n\n\n<p>Contributors participating in the meeting agreed that in order to move the Navigation screen out of the experimental stage, it will need to have UI/UX feature parity with what will soon be the classic Navigation screen (<strong><code>nav-menus.php</code></strong>). Participants came prepared with notes comparing features from the existing Navigation screen to the new block-based one. These are <a href=\"https://docs.google.com/spreadsheets/d/1UB6fMaPmQPGr-xf_R0-P3Mjef_Fhe7UJOBc0dir1GjA/edit#gid=0\">listed in a Google doc</a> with a rough priority assignment.</p>\n\n\n\n<p>Trudging through the many discrepancies between the two Navigation editing experiences allowed the team to update the project’s <a href=\"https://github.com/WordPress/gutenberg/issues/29102\">tracking issue</a> on GitHub. It is being reorganized to focus on the tasks required to move the block-based Navigation screen out of “experimental” status. Nearly two dozen issues have been designated as high priority and 32 are marked as normal.</p>\n\n\n\n<p>Work on the Navigation screen has stalled considerably since it was <a href=\"https://wptavern.com/new-block-based-navigation-and-widgets-screens-sidelined-for-wordpress-5-5\">sidelined from consideration for WordPress 5.5</a> in July 2020. The <a href=\"https://github.com/WordPress/gutenberg/issues/22931\">previous tracking issue</a> for the project became obsolete in February, forcing the creation of <a href=\"https://github.com/WordPress/gutenberg/issues/29102\">a new one</a> that now aggregates all of the priority items for moving block-based Navigation forward. The recorded Hallway Hangout was a transparent discussion about what the UI is lacking and where it needs to go. It was a necessary, albeit tedious, accounting of issues that will get the project back on track.</p>\n\n\n\n<p>The UI is still in a very rough state. Nesting is rudimentary. It’s not possible to assign menu locations. Adding menu items between existing items is very difficult, among a number of other critical issues. At this point, it would require an extraordinary effort to extract the block-based Navigation screen from its quagmiry state in order to have it ready for prime time in WordPress 5.9. The release is expected in December 2021 – just three months away.</p>\n\n\n\n<p>David Smith, who facilitated the meeting, tempered expectations for the block-based Navigation screen with a few clarifications for what it will mean to take the feature out from under the “experimental” flag:</p>\n\n\n\n<ul><li>We wouldn’t commit to feature parity of <em>developer</em> focused APIs at this stage.</li><li>Removing “experimental” in the Gutenberg <em>plugin</em>, would not automatically make the feature ready for merging into Core (that won’t happen until WordPress 5.9 <em>at the earliest</em>).</li></ul>\n\n\n\n<p>While the block-based Navigation screen landing in 5.9 doesn’t seem likely, contributors’ recent organizational efforts put them well on their way towards getting the project out from under the “experimental” flag. Check out the <a href=\"https://make.wordpress.org/core/2021/08/25/hallway-hangout-summary-compare-and-contrast-the-navigation-screens/?mc_cid=c38e4d6475&mc_eid=68ffa9a210\">recorded meeting</a> for a deep dive into the Navigation screen UI and a glimpse of where it’s headed.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 01 Sep 2021 04:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: Ask the Bartender: How To Find Project Partners?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=122065\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:157:\"https://wptavern.com/ask-the-bartender-how-to-find-project-partners?utm_source=rss&utm_medium=rss&utm_campaign=ask-the-bartender-how-to-find-project-partners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5490:\"<blockquote class=\"wp-block-quote\"><p>I was wondering, where should I go if I want to find a developer to work with on an idea? I have an idea for a product. I know the market well, I’m part of the target audience, and I just need someone else that would be passionate and interested in the idea just as much as myself to have to agree to work on an open-source project. Tinder for project partners?</p><cite>Derin</cite></blockquote>\n\n\n\n<p class=\"has-drop-cap\">If I am being honest, your question reminds me of my cousin. He is what I call an “ideas” guy. Every few weeks or so, he calls me up with several new rough concepts of things that could make some money. Most of these conversations end with him asking if I could build him a website or an app. “We can split the profits 50/50,” he would say. I then tell him that I would rather be paid upfront and show him my rates. He can reap 100% of the profits down the line. He moves on to the next thing.</p>\n\n\n\n<p>As I said, he has loads of ideas. His problem is with the follow-through. Anyone can dream up the perfect product or service. The stumbling blocks tend to be all the steps between concept and production.</p>\n\n\n\n<p>It will be hard to sell any legitimate developer on a dream alone. Feeding, sheltering, and clothing one’s family comes first. You must have a way to pay for those things in almost all scenarios.</p>\n\n\n\n<p>I have built projects on nothing but faith with others. Some have worked out. Most have not. Having cash on hand to pay for those months in development will provide a smidgeon of security for the programmer putting in the time to turn a dream into reality.</p>\n\n\n\n<p>One of those projects I completed for my cousin in my younger and less-financially-intelligent days was a hunting and fishing “magazine” website. It actually saw some early success. The accompanying Facebook group grew to about 1,500 members in the first year or so. The audience was there, but there was no business plan. There were no products or services. No advertising deals. No payday coming for Justin.</p>\n\n\n\n<p>I know 100s of developers who have been in the same boat at one point or another. Most of them wise up after the first project or two that goes nowhere.</p>\n\n\n\n<p>Most dream projects that folks build will be personal itches that they are scratching. If there is no guarantee of a paycheck, it is something they are already passionate about. It sounds like that is the sort of person you want to work with, so you will need to find someone likely already motivated about the same market as you. Without knowing your particular market, it is hard to say where your starting point might be.</p>\n\n\n\n<p>Let us assume your idea is the Next Big Thing. If you need someone on the development end, you should be prepared to take on the other roles to make the project successful. Do you have a business plan? What is your marketing approach? Do you have research that shows there is a market for the idea? Mockups of a potential UI? If you want to pitch someone on coming along for your journey, make sure you have done everything possible to show that it is something worthwhile.</p>\n\n\n\n<p>Where to find that elusive partner, though? It tends to be easier to find open doors when you are involved in the WordPress development community. It is about making connections. That can be through blogging or joining a business-friendly community like <a href=\"https://poststatus.com/\">Post Status</a>. The more involved you are, the more people you can meet who may share your passions or be able to point you to others who do.</p>\n\n\n\n<p>My usual advice would be to visit your local WordCamp to meet others in person. Of course, during this Covid-era, such conferences are virtual. There are tons of online-only <a href=\"https://wptavern.com/category/wordcamps-meetups\">events</a> that can help you connect with people in the community.</p>\n\n\n\n<p>Those human-to-human connections are your foundation, even if they are just over the web.</p>\n\n\n\n<p>I do like the notion of a “Tinder” for WordPress project partners, or at least some type of networking place for folks. That could be a unique site and service you could build without a developer — just a domain, hosting plan, and a business model. It could even be the launchpad for finding the partner for your dream project.</p>\n\n\n\n<p>If all else fails, there is always the DIY route — I am guessing you are not a developer. Many plugin authors have been born from a dream and not a lick of coding knowledge. I started in this industry primarily because I needed my website to have specific functionality. With no money to pay for it, I just started learning. I even enjoyed the art of programming and built a semi-successful business that I ran for over a decade. It is not some magical skill that only a certain few possess. Anyone can pick up the trade with time and effort.</p>\n\n\n\n<p>If you do not have a developer in your corner, that may just need to be one of the hats you must wear as you kick-start your project. Once you start turning a profit, you can hire out that position.</p>\n\n\n\n<p>I have probably not adequately answered your question. The truth is that anything I have ever done with success has started by connecting with others in the WordPress community. So, I am going to kick this can down to our readers. How would you approach finding the right development partner for a great idea?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Aug 2021 23:10:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Automattic Acquires Frontity, Founders to Work Full-Time on Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121918\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/automattic-acquires-frontity-founders-to-work-full-time-on-gutenberg?utm_source=rss&utm_medium=rss&utm_campaign=automattic-acquires-frontity-founders-to-work-full-time-on-gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4928:\"<img />Frontity co-founders Pablo Postigo and Luis<br />Herranz\n\n\n\n<p><a href=\"https://automattic.com/\">Automattic</a> has <a href=\"https://frontity.org/blog/frontity-is-joining-automattic/\">acquired Frontity</a>, the company behind an open source framework for building WordPress themes with React. The acquisition comes more than a year after the company <a href=\"https://wptavern.com/frontity-raises-e1m-with-automattic-and-k-fund\">raised €1M in funding</a> in a round led by <a href=\"https://kfund.co/\">K Fund</a>, with Automattic covering 22%. Frontity co-founders Pablo Postigo and Luis Herranz and their team will no longer be developing and maintaining the framework. Their new focus will be on contributing to the WordPress open source project and improving the full site editing developer experience.</p>\n\n\n\n<p>“After a series of conversations, Automattic offered to sponsor our team to work directly on the WordPress open source project,” Frontity’s founders said in the announcement. “In particular, to contribute our expertise in developer experience, frontend tooling, performance, and UX to the WordPress core itself, instead of doing so only for an external tool.”</p>\n\n\n\n<p>In a separate <a href=\"https://frontity.org/frontity-automattic-qa/\">FAQ document</a>, Frontity clarified that this acquisition does not mean the framework will be merged into WordPress, nor does it mean the team plans to bring React into the WordPress PHP or full site editing themes. The founders intend to apply their expertise to the Gutenberg project full time: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Even though Frontity is a React framework, it doesn’t mean that we are going to push React to the WordPress frontend. We will look at the Gutenberg and full site editing space to identify those areas in which our work could have the most significant impact, and work closely with the WordPress community to help improve its developer experience.</p><p>WordPress is already the best content platform on the web. We want to help it become the best development platform on the web.</p></blockquote>\n\n\n\n<p>In addition to putting the Frontity team on improving developer experience, Automattic is also investing in other ways that expand its support of the Gutenberg project. The company has recently <a href=\"https://twitter.com/sparklingrobots/status/1422299507388125203\">hired a new head of developer relations</a> who is building out a team tasked with improving the developer experience with Gutenberg and full-site editing. Birgit Pauli-Haack is a new member of that team and Automattic is also <a href=\"https://twitter.com/bph/status/1432272585404915713\">sponsoring</a> her curation of the <a href=\"https://twitter.com/gutenbergtimes\">Gutenberg Times</a> publication and the <a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">Changelog Podcast</a>. </p>\n\n\n\n<h2>Frontity Framework Will Transition to a Community-Led Project</h2>\n\n\n\n<p>As the result of the acquisition and the team’s reassignment to working on Gutenberg, Frontity’s founders are transitioning the framework to be a community-led project. The team has prepared to leave the project in “a stable, bug-free position,” with documentation regarding what features they were working on. The framework is used by many companies and agencies, including high profile sites like the <a href=\"https://www.tiktok.com/creators/creator-portal/\">TikTok Creator Portal</a>, popular Catholic news site <a href=\"https://aleteia.org/\">Aleteia</a>, and <a href=\"https://www.diariomotor.com/\">Diariomotor</a>, a popular Spanish automotive publication. </p>\n\n\n\n<p>“As far as we know, Automattic is not using Frontity Framework in any of its products,” Frontity CEO and co-founder Pablo Postigo said. “But we know there are a lot of Automatticians who have been following our progress closely. </p>\n\n\n\n<p>“We are aware that WordPress VIP does recommend Frontity for decoupled solutions, too. We are sure our experience and knowledge might be of help for this team as well.”</p>\n\n\n\n<p class=\"has-text-align-center text-center\">The departure of Frontity’s founders and team introduces some uncertainty into the future of the framework. When asked if it can survive as a community-led project, Postigo was optimistic but not certain.</p>\n\n\n\n<p>“We still think that Frontity Framework is the best way to run a decoupled WordPress site with React and that this will be the case for a long time,” Postigo said. </p>\n\n\n\n<p>“It is still too early to know what will happen. Frontity has a great community behind it, there are a lot of great projects which are using the framework in production, and there’s also a nice group of really active contributors. We feel really positive about the future of the framework.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Aug 2021 00:47:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Announce Your Plugin to the World, Shout It From the Rooftop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114661\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"https://wptavern.com/announce-your-plugin-to-the-world-shout-it-from-the-rooftop?utm_source=rss&utm_medium=rss&utm_campaign=announce-your-plugin-to-the-world-shout-it-from-the-rooftop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6075:\"<p class=\"has-drop-cap\">The easiest way to kill your WordPress plugin is to fail to let the world know about it. If you cannot manage a tweet, blog post, or quick note on Facebook, you may as well sign the death certificate then and there.</p>\n\n\n\n<p>I get it. I have been there. Not everyone is a marketing guru, so putting out the right messaging might seem like speaking in a foreign language. But no messaging at all? That will not bode well for your young project.</p>\n\n\n\n<p>Part of my job is finding plugins and sharing them with the community. Every week, I am on the lookout for that next great idea. Or, at least, a sort-of-good idea. I scour Twitter, regular blogs that I read, and official WordPress directories for plugins and themes. What I like most about writing about our beloved platform is not big business deals or the latest drama. While those pieces can be fun, I am most interested in what people create on top of the software. Whether a large company or an individual builds a new plugin, I am always excited when Monday rolls around. I can begin my search anew.</p>\n\n\n\n<p>Often, I will find a new plugin that looks promising, so I dive into it. I install and activate it. At times, I find something so interesting that I have no choice but to share it. However, most of the time, I need a little push. To understand “the why” behind it. I do a quick check to see if they have written a blog post, tweeted about it, or shared it in some way. More often than not, nothing exists about it other than its listing in the plugin directory. And, reaching out to devs via email is often a hit-or-miss affair.</p>\n\n\n\n<p>When you do not announce your new project to the world, it feels like you are not passionate about it.</p>\n\n\n\n<p>I understand that some people simply hash out an idea and decide to drop it in the plugin directory. They are not in it for glory or even recognition. For them, it is just a piece of code they thought might come in hand for others. But, usage is the lifeblood of software. If no one else downloads, installs, and activates your plugin, can we really call it software?</p>\n\n\n\n<p>Like the proverbial tree falling in the forest, whether it makes a sound is irrelevant if no one is around to hear it.</p>\n\n\n\n<p>I have been mulling over whether to finishing writing this post for months, unsure if I was ever going to hit the publish button. I initially scratched down some notes in early April, attempting to understand why so few go through the <em>trouble</em> of doing any marketing of their plugins. I reached out to Bridget Willard to get insight from someone with a rich history in the marketing world. She had just published <em><a href=\"https://bridgetwillard.com/how-to-market-your-plugin/\">How To Market Your Plugin</a></em> the month before, so the timing made sense.</p>\n\n\n\n<p>However, I still felt too frustrated with the status quo in the WordPress community. A message from a reader wishing that we would mention alternative choices for plugin-related posts prompted me to revisit this. The truth is simple. So many projects fly under the radar because their authors begin and end their marketing by submitting to WordPress.org.</p>\n\n\n\n<p>“Marketing is communication,” said Willard. “At the basic level, you must ‘tell people’ you have a product. The basic minimum is a blog post with social posts on Twitter, Facebook, and LinkedIn. It’s scary to market while you build, but that’s what the automobile industry does (along with others). You have to create the desire for the product — more than fixing a problem.”</p>\n\n\n\n<p>While she tends to focus on products and services, I asked her what developers should be doing regardless of whether their plugins are commercial or free.</p>\n\n\n\n<p>“I advocate with all of my being having a landing page on your main site (not a new site) promoting your plugin — while you’re building it,” paraphrasing from a chapter in her book. “Take signups for beta testers, start email marketing. The blog post is anti-climatic in many ways, and one or two tweets aren’t enough. Even better is to customize the sign-up ‘thank you page’ with something special — a video talking about your goals, for example. It’s not the time to have a tutorial or demo. This is about communicating your vision.</p>\n\n\n\n<p>“The sad thing is that many plugin developers don’t see the need to spend money on a ‘free’ plugin. The axiom is true, ‘it takes money to make money.’ If you want sales, you need marketing. The sale for a free plugin is a download, and those are just as important.”</p>\n\n\n\n<p>Part of me missed the old <a href=\"https://weblogtoolscollection.com/\">Weblog Tools Collection</a> era. Every few days, the site would share a post with the latest plugins (themes too) with short descriptions of each. It was an easy win if you had no marketing skills. Developers could submit their new projects, and the team would share them with the community. When I was a young and upcoming developer, it was one of the only ways I knew how to reach folks in the WordPress community aside from pushing stuff from my own blog.</p>\n\n\n\n<p>Today, we have far more avenues for sharing our work via social networking. Of course, the downside is that you have to cut through the noise.</p>\n\n\n\n<p>In the long run, I would like to see an overhaul of the WordPress.org directory, focusing on the discoverability of plugins by feature instead of <em>only</em> popularity. Not all developers are known for their marketing skills. Having a little help from the directory they feed into could make it easier for budding developers to jump from hobby to business.</p>\n\n\n\n<p>Until then, let the world know about your plugin. Even if it seems like you are shouting into the abyss, you may just hear an answer from someone who noticed your passion. If nothing else, <a href=\"https://wptavern.com/contact\">let us know about it</a> here at WP Tavern.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Aug 2021 23:10:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Matt: Frontity to Join Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=54707\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://ma.tt/2021/08/frontity-to-join-automattic/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1135:\"<p>Since Frontity <a href=\"https://docs.frontity.org/getting-started/quick-start-guide\">launched their open source framework</a>, they have been making the integration between React and WordPress easier. Their proven drive and experience with clean technological solutions will benefit our efforts as we continue to make the block and theme APIs a joy to use and WordPress the best development platform on the web.</p>\n\n\n\n<p>The next step in the growth of this relationship is for <a href=\"https://frontity.org/learn/\">Frontity</a> and its team to join <a href=\"https://automattic.com/\">Automattic</a> and contribute to core WordPress.org as part of our commitment to <a href=\"https://wordpress.org/five-for-the-future/pledge/automattic/\">Five for the Future</a>.</p>\n\n\n\n<p>I believe there’s still a lot that we can learn from decoupled systems and we can incorporate those learnings into WordPress itself as we emphasize performance, flexibility, and ease of development. I look forward to Frontity joining WordPress and channeling their efforts into the WordPress APIs, documentation, and Gutenberg’s full-site editing tools.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Aug 2021 22:09:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"Gutenberg Times: Theme.json Horizon, Classic Editor plugin extended, Gallery Block Refactor and more – Weekend Edition #182\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=18792\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://gutenbergtimes.com/classic-editor-plugin-weekend-edition-182/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12859:\"<p>Howdy! </p>\n\n\n\n<p>Greetings from Germany, where the weather is moody and federal election campaigns heat up. As the American rule to avoid politics and religion at dinner table discussions doesn’t apply, we have lots to talk about with family and friends we haven’t seen for over two years. You can view my photos, mostly landscapes, on<a href=\"https://www.instagram.com/idx/\"> Instagram.</a></p>\n\n\n\n<p>As mentioned in the last edition, I have fabulous news. </p>\n\n\n\n<p>I am thrilled to announce that on Monday, August 30th, I will start as developer advocate at Automattic. Automattic will also sponsor the Gutenberg Times and the Changelog Podcast. </p>\n\n\n\n<p>To be part of the WordPress developer relations team feels to me like coming home, and I am deeply grateful to Automattic for offering me the position. The best is yet to come for Gutenberg and publishing with blocks. I am elated, to be part of an astonishing team to take the world-wide WordPress community on the next journey.</p>\n\n\n\n<p>Via previous surveys, you shared a considerable amount of great ideas on how to improve the Gutenberg Times, Live Q & As or Changelog Podcast. Now I will have the resources (= time) to implement some of them. We can hold more Live Q & As covering the topics suggested in the surveys, or invite guests to the podcast. </p>\n\n\n\n\n\n\n<p>Share your ideas or comments via email <a href=\"mailto:pauli@gutenbergtimes.com\">pauli@gutenbergtimes.com</a> or leave a comment below. I want to read them all! </p>\n\n\n\n\n<p>Now without further ado: There is a heap of links to share with you, after I skipped a week. </p>\n\n\n\n<p>Yours, ?<br />Birgit </p>\n\n\n\n<h2>Classic Editor plugin extended for one Year</h2>\n\n\n\n<p>The WordPress core committers <a href=\"https://wordpress.org/news/2021/08/an-update-on-the-classic-editor-plugin/\"><strong>officially extended the support for the Classic Editor plugin all through 2022.</strong></a> This gives everyone another year to migrate to blocks. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> also wrote: “Still, if you’ve been putting off using the block editor, this is an excellent time to give it another shot. Since it first appeared in 2018, hundreds of WordPress contributors have made a lot of updates based on user feedback. You will be pleasantly surprised at how far it’s come!”</p>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-classic-editor-support-extended-for-at-least-another-year\">On the WordPress Tavern</a>, <strong>Justin Tadlock</strong> interviewed, core committer, Jonathan Derosiers and has more details on the core team’s approach toward maintaining the plugin beyond 2022.</p>\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index 2021”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2>Gallery Block Refactor landed and needs testing</h2>\n\n\n\n<p>The Gallery block hasn’t had any significant update since the release in WordPress 5.0. It was clear that a different approach would be needed for the next iteration. <strong>Glen Davies</strong> spearheaded the Refactor of the Gallery block. The main change was to use the <code>InnerBlock</code> feature to create Galleries as collection of single image blocks. </p>\n\n\n\n\n\n<p>This empowers content creators to assign different styles and links to individual images of the Gallery. Although the refactor progressed well, it didn’t make it into WordPress 5.8 as backwards compatibility with the earlier version and migration for existing gallery blocks needed more attention. </p>\n\n\n\n<p>The code changes made it into the Gutenberg plugin and are available via the Experiments section. You can use the <a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Gutenberg Nightly version</a>, or the <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v11.4.0-rc.1\">11.4 Release Candidate</a>, or wait until Wednesday (Sept 1) for the stable 11.4 release. </p>\n\n\n\n<ul><li><strong>Glen Davies</strong> posted the <a href=\"https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/\">Gallery Block Refactor Dev Note</a>. </li><li><strong>Justin Tadlock</strong> shares his experience: <a href=\"https://wptavern.com/gallery-block-refactor-expected-to-land-in-wordpress-5-9\">Gallery Block Refactor Expected To Land in WordPress 5.9</a></li></ul>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2>Gutenberg 11.3 released</h2>\n\n\n\n<p><strong>Vicente Canales</strong> from Chile, wrangled the release of Gutenberg 11.3 and you can read <a href=\"https://make.wordpress.org/core/2021/08/18/whats-new-in-gutenberg-11-3-18-august/\">What’s new in Gutenberg 11.3? (18 August)</a> in his release post. </p>\n\n\n\n<p><strong>Justin Tadlock</strong> tested the new Gutenberg plugin version and has the details: <a href=\"https://wptavern.com/gutenberg-11-3-introduces-dimensions-panel-adds-button-padding-support-and-speeds-up-the-inserter\">Gutenberg 11.3 Introduces Dimensions Panel, Adds Button Padding Support, and Speeds Up the Inserter</a></p>\n\n\n\n<p>In the new Episode of the <strong><a href=\"https://gutenbergtimes.com/podcast/changelog-50-preliminary-roadmap-to-wordpress-5-9/\">Gutenberg Changelog #50</a>, Grzegorz (Greg) Ziolkowski </strong>and I discuss the preliminary roadmap to WordPress 5.9, Gutenberg 11.3 release and Navigation Screen and Block. </p>\n\n\n\n<p>As mentioned, <strong>Gutenberg 11.4</strong> is already in the works. For testing purposes, the <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v11.4.0-rc.1\">release candidate 11.4 RC</a> is available for download. Final release is schedule for Wednesday, September 1st. </p>\n\n\n\n\n<p> <strong>Subscribe to the <a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a> podcast </strong><br />?️ <a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a> | <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a> | <a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a> | <a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a> | <a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a> |<br />?️ <a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a> | <a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a> | <a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a> | <a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a> </p>\n\n\n\n<img />\n\n\n\n\n<h2>Navigation Blocks and Screen updates</h2>\n\n\n\n<p>The Gutenberg developers working on the <a href=\"https://make.wordpress.org/core/2021/08/25/hallway-hangout-summary-compare-and-contrast-the-navigation-screens/\"><strong>Navigation Blocks and Screen met for a Hallway Hangout</strong> </a>to discuss the current issues. (Github Tracking Issue). The goal of the discussion was to identify those that need to be resolved to take the block-based Navigation feature out of the experimental state and get it ready for the merge into WordPress Core, possibly for 5.9 in December. <strong>Dave Smith</strong> posted links to the recording and relevant issue on the <a href=\"https://make.wordpress.org/core/2021/08/25/hallway-hangout-summary-compare-and-contrast-the-navigation-screens/\">Make/Core blog.</a> </p>\n\n\n\n<h2>Building Blocks</h2>\n\n\n\n<p><strong>Rich Tabor</strong> updated his tutorial <strong><a href=\"https://richtabor.com/block-styles/\">How to add and remove Gutenberg block styles with Javascript</a>.</strong> “And while it is relatively simple to add block styles using PHP, removing them is <strong>not</strong> quite as easy — especially block styles added by WordPress core (or any added client-side). Enter JavaScript… and I promise, it’s not as daunting as you might think.”</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher </strong>explains <a href=\"https://ryanwelcher.com/2021/08/requesting-data-in-gutenberg-with-getentityrecords/\"><strong>how to request data with the <code>getEntityRecord</code> selector</strong></a> and expands on some details and use cases. Welcher provides a series of query examples and then walks you through the method on how to create a loading state and update the queries. </p>\n\n\n\n<h2>Block Editor for site implementors and content creators</h2>\n\n\n\n<p><strong>Justin Tadlock</strong> explored the new plugin <a href=\"https://wordpress.org/plugins/attributes-for-blocks/\">Block Attributes</a>, that empowers users to add attributes to blocks via the advanced section in the sidebar. This is handy when you need to add a click event or aria-labels to blocks. Tadlocks tutorial explain the how:<a href=\"https://wptavern.com/adding-custom-html-attributes-with-the-block-attributes-plugin\"> <strong>Adding Custom HTML Attributes With the Block Attributes Plugin</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Jamie Marsland</strong> of PootlePress (WooCommerce Blocks) wrote a tutorial on <strong><a href=\"https://www.pootlepress.com/2021/08/how-to-create-an-industry-news-page-with-the-gutenberg-block-editor/\">How to create an Industry News Page with the Gutenberg Block Editor</a>.</strong> Marsland walks you through the usage and display options of the RSS block. </p>\n\n\n\n<h2>Theme development for Gutenberg</h2>\n\n\n\n<p><strong>Matias Ventura</strong>, the ‘spark of Gutenberg’ gave in his post <a href=\"https://matiasventura.com/post/the-theme-json-horizon/\"><strong>The Theme.json horizon </strong></a>a bird’s-eye view on the broader impact and opportunities the Theme.json file provides for the WordPress ecosystem. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Tammie Lister</strong> shared her <strong><a href=\"https://ephemeralthemes.com/2021/08/09/fun-with-group-block-borders/\">fun with group block borders</a></strong>, with instructions on how to control borders via theme.json. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/fwazeter\">Frank Wazeter</a> </strong>explored a <a href=\"https://medium.com/@wazeter/wordpress-theme-development-how-to-make-5-8-mimic-gutenberg-plugin-block-theme-architecture-f2ad5a454231\"><strong>way to use the new theme features of WordPress 5.8 without depending on the Gutenberg plugin</strong></a> to be present. Wazeter wrote: “This code shows how a WordPress theme can support and mimic Gutenberg Plugin’s templating system for the block editor/template editor, while not having a dependency on the Gutenberg Plugin itself. “.</p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 Aug 2021 11:59:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: Proposal for Adding Badges and Other ‘Learner Achievements’ to WordPress Profiles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121902\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:223:\"https://wptavern.com/proposal-for-adding-badges-and-other-learner-achievements-to-wordpress-profiles?utm_source=rss&utm_medium=rss&utm_campaign=proposal-for-adding-badges-and-other-learner-achievements-to-wordpress-profiles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5711:\"<p class=\"has-drop-cap\">In December 2020, WordPress <a href=\"https://wptavern.com/learn-wordpress-platform-launches-with-free-courses-workshops-and-lesson-plans\">launched its new “Learn” platform</a> with free courses, workshops, and lesson plans. Since then, the Training Team has continued adding more material. The <a href=\"https://make.wordpress.org/training/2021/08/10/proposal-learner-achievements-on-profiles/\">latest proposal </a>is an open discussion for the community on adding participatory badges for completing coursework.</p>\n\n\n\n<p>“I’d like to nail down what kind of thing we would like to see regarding recognising learner achievements on profiles,” wrote WordPress community manager Hugh Lashbrooke in the announcement earlier this month.</p>\n\n\n\n<p>The proposal, which now has a <a href=\"https://github.com/WordPress/learn/issues/228\">GitHub ticket</a>, includes showing the following on a user’s WordPress.org profile page:</p>\n\n\n\n<ul><li>A course’s completion in the activity stream.</li><li>The user’s average grade from Learn WordPress.</li><li>A new “Learning” tab for displaying completed courses with dates and the possibility of individual completed lessons, relevant grades, and other learning data.</li><li>A new “Learner” badge for anyone who has completed one course.</li></ul>\n\n\n\n<p>Currently, there are only two <a href=\"https://learn.wordpress.org/courses/\">courses available</a>. “That is changing as we develop new content,” wrote Lashbrooke in the post. “So my hope is that we will have these rewards in place now, and as content is created, the rewards will flow naturally.”</p>\n\n\n\n<p>One downside to the proposal may be publicly showing a user’s grades. “I’d be against showing the learner’s average grade publicly because it could lead to anxiety, stress, etc., and maybe even stop some people from participating in the courses,” wrote Stephen Cronin in the comments. “Eg: ‘What if I only get a C, will anyone take me seriously? Will it harm my chances of getting a job in the WP space?’ etc. Some people will thrive on that sort of competition, some people … not so much. And I feel like we should be as inclusive as possible.”</p>\n\n\n\n<p>Lashbrooke responded that showing grades could be an opt-in feature. However, I would question why it would be necessary to show grades at all. <em>Bragging rights?</em> Maybe. If we could somehow make it shareable via social media, it might be a fun way to get more people to participate.</p>\n\n\n\n<p>Several people in the comments were encouraged by the idea of social sharing. Adam Warner even proposed adding the Learn badges to the oEmbed WordPress block, making it easy for users to share their accomplishments on their sites.</p>\n\n\n\n<p>However, the first step should be to provide badges for completing a course. It is an easy win and could be automated.</p>\n\n\n\n<p>Most user profile badges are for direct contributions to the project, such as writing code or working on a team. However, at least some user-based participatory badges are available already. For example, there is a “Test Contributor” badge for providing feedback on calls for testing.</p>\n\n\n\n<p>One side advantage of a Learn achievement system could be for employers who are looking through an applicant’s history. It may help potential employees show off their competency in specific areas of the WordPress platform.</p>\n\n\n\n<p>Courtney Engle Robertson, Web Design and Developer Advocate at GoDaddy, questioned Matt Mullenweg during 2020’s State of the Word Q&A session on the role of the Learn platform as it pertains to the job market.</p>\n\n\n\n<p>Mullenweg said the first step is organizing the platform and making high-quality educational material available. However, he seemed open to the idea of having a self or administered certification down the line. It would allow people to show that they have completed or tested out of a course.</p>\n\n\n\n<p>“It wouldn’t be a perfect system, but it could be a nice way for people to learn more about WordPress,” he said. “And, hopefully, as they go through, since WordPress is open-source, improve the materials as we go through it, both from the point of view of making it more intuitive or easier to understand and also translating, as well. Because there is a huge demand for WordPress really all over the world now.”</p>\n\n\n\n<p>View the clip below from the <a href=\"https://wordpress.tv/2020/12/17/matt-mullenweg-2020-state-of-the-word-qa/\">State of the Word Q&A</a>:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>“As someone who hires WordPress professionals, I would love to have a request in the job application to link up their WP profile so we can see competency through that learning platform,” commented Chris Badgett, the founder and CEO of LifterLMS, on the proposal.</p>\n\n\n\n<p>He also agreed with Mullenweg that people should be able to test out of a course. It would not make sense for those who have already acquired specific skills or knowledge to go through the motions of completing coursework they are already proficient in.</p>\n\n\n\n<p>“Creating quizzes or ‘post tests’ in the LMS with a standard minimum passing requirement to earn the achievement badge would help fulfill this,” he said.</p>\n\n\n\n<p>For now, some simple gamification via profile badges could boost participation and, perhaps, get more people involved in contributing to the Learn platform. This could also be the first step toward a WordPress certification system.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 Aug 2021 00:39:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"Post Status: Post Status Excerpt (No. 22) — Dealing With Developer Overload: Organization\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=85744\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://poststatus.com/excerpt/22/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3678:\"<h2 id=\"h-we-can-be-organized-in-how-we-multitask\">We Can Be Organized In How We Multitask.</h2>\n\n\n\n<p class=\"has-drop-cap\">In this episode, David and Cory have a conversation about another way to prevent Developer Overload: organization. Cory shares how he benefited from a mentor, while David feels that documentation, commenting code, and following some best practices can help reduce anxiety overall — if you can convince yourself to adopt new habits. This show is worth a listen just for Cory\'s “going on a hike” metaphor.</p>\n\n\n\n<p><strong>Also covered in this episode: </strong>Cory encourages David to take <a href=\"https://secure.kolbe.com/k2/show_takeIndex/indexType_A\" target=\"_blank\" rel=\"noreferrer noopener\">the Kolbe A Index</a> test.</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week Post Status Excerpt will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /><br /><br /><a href=\"https://poststatus.com/category/post-status-podcasts/\" target=\"_blank\" rel=\"noreferrer noopener\">Browse our archives</a>, and don’t forget to subscribe via <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\" target=\"_blank\" rel=\"noreferrer noopener\">iTunes</a>, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\" target=\"_blank\" rel=\"noreferrer noopener\">Google Podcasts</a>, <a href=\"https://www.youtube.com/c/PostStatus\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\" target=\"_blank\" rel=\"noreferrer noopener\">Stitcher</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Simplecast</a>, or <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f3a7.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f517.png\" alt=\"?\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset (Twitter)</a></li><li><a href=\"https://twitter.com/corymiller303\" target=\"_blank\" rel=\"noreferrer noopener\">Cory Miller (Twitter)</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li><li><a href=\"http://kolbe.com\"></a><a target=\"_blank\" href=\"http://kolbe.com/\" rel=\"noreferrer noopener\">kolbe.com</a></li><li><a target=\"_blank\" href=\"http://strengthsfinder.com/\" rel=\"noreferrer noopener\">strengthsfinder.com</a></li><li><a target=\"_blank\" href=\"https://poststatus.com/get-hired/\" rel=\"noreferrer noopener\">Get Hired</a></li></ul>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64f.png\" alt=\"?\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/sandhills\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">Sandhills Development</a></h3>\n\n\n\n<p>No matter what you\'re working on with your WordPress website, <strong>Sandhills Development</strong> has a tool that can help you. Sell digital products with <strong>Easy Digital Downloads</strong>. Use <strong>AffiliateWP</strong> as your affiliate marketing solution. <strong>Sugar Calendar</strong> is event management made easy. And <strong>WP Simple Pay</strong> is a lightweight Stripe payments plugin. Craft superior experiences with the ingenuity of Sandhills’ plugins.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Aug 2021 22:13:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: ACF 5.10 Introduces Block API v2 Support, Block Preloading, and Security Improvements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121854\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:231:\"https://wptavern.com/acf-5-10-introduces-block-api-v2-support-block-preloading-and-security-improvements?utm_source=rss&utm_medium=rss&utm_campaign=acf-5-10-introduces-block-api-v2-support-block-preloading-and-security-improvements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4176:\"<p>Advanced Custom Fields (ACF) has released <a href=\"https://www.advancedcustomfields.com/blog/acf-5-10-release-html-escaping-blocks-api-v2-block-preloading-and-more/\">version 5.10</a>, the first major release since the plugin was <a href=\"https://wptavern.com/delicious-brains-acquires-advanced-custom-fields-plugin\">acquired by Delicious Brains</a>. It introduces several new features that were previously experimental, closing out tickets that were started by previous owner Elliot Condon.</p>\n\n\n\n<p>The release enables HTML escaping by default, which helps prevent Cross-Site Scripting (XSS) attacks. It runs content rendered by ACF through the WordPress <code>wp_kses()</code> function. There was a little confusion about how this works and the release post has been <a href=\"https://twitter.com/wp_acf/status/1430906074593304589\">updated</a> to clarify:</p>\n\n\n\n<p>“It’s important to note that this only affects content rendered by ACF in your WordPress dashboard or any front-end forms rendered through <code>acf_form()</code>,” Iain Poulson said. “This will not affect field values loaded through API functions such as <code>get_field()</code> and <code>the_field()</code>. We don’t make any assumptions about where you are using your field values within your theme and do not escape to them as a result.”</p>\n\n\n\n<p>Version 5.10 also introduces support for the WordPress Blocks API v2 for ACF blocks. <a href=\"https://make.wordpress.org/core/2020/11/18/block-api-version-2/\">WordPress 5.6</a> came with a new Block API that makes it easier for theme and plugin developers to style the block content with more consistent results matching the front end. The ACF team has created a <a href=\"https://www.advancedcustomfields.com/resources/block-api-v2/\">Block API v2 help doc</a> with examples that help developers update their blocks and make use of the new block filters included in the update.</p>\n\n\n\n<p>Other features introduced in this release include block preloading turned on by default, a new full-height setting for blocks, opacity support for the color-picker, and many bug fixes. Next up on the roadmap for the plugin is adding WordPress REST API support to ACF field groups.</p>\n\n\n\n<p>“As API-powered JavaScript front-ends become more and more popular in the WordPress space, it’s clear that many of our customers want this functionality included in ACF core,” Poulson said.</p>\n\n\n\n<p>“We also plan to improve the performance of the plugin and work on other quality of life features. Now that our development team has a solid handle on the codebase and the release process, we can start working on these more complicated but long-requested features.”</p>\n\n\n\n<p>Shortly after the acquisition, Delicious Brains representatives published a pinned <a href=\"https://wordpress.org/support/topic/free-support-expectations-and-response-times-7/\">thread</a> in the forum, clarifying expectations for free support and response times. The official support forum for both free and PRO users can be found at <a href=\"https://support.advancedcustomfields.com/\">support.advancedcustomfields.com</a>, which is more active than the WordPress.org forums. Since the plugin is more developer-focused, the team is taking a looser approach to support by giving the community a place to help each other:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>We rarely provide support in either forum. The exception is after a major release, when we keep an eye on both forums to spot any problems caused by the release.</p><p>The primary purpose of both forums is for people in the WordPress community who are having trouble with Advanced Custom Fields to help each other. Response times can range from a few days to a few weeks and will likely be from a non-developer. We jump in now and then when the description sounds suspiciously like a bug. </p></blockquote>\n\n\n\n<p>The release of version 5.10 is a good sign that ACF will continue to make progress under its new ownership and a reassuring milestone for the small minority of users who were unsure about the plugin’s future. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Aug 2021 16:54:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WordPress Foundation: do_action Karnataka 2021: A report\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpressfoundation.org/?p=194408\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpressfoundation.org/2021/do_action-karnataka-2021-a-report/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7725:\"<p class=\"has-drop-cap\">WordPress Community members in the state of Karnataka, India organized a do_action charity hackathon from 07 to 15 August 2021. The event, which was supported by 12 volunteers, helped create websites for 3 non-profits. do_action Karnataka was held completely online due to the COVID-19 pandemic, and it concluded symbolically on August 15th 2021 — the 75th Independence Day of India. This is the second do_action Hackathon in Karnataka — the first one being <a href=\"https://doaction.org/event/bengaluru-2019/\">do_action Bengaluru</a>, which was held in 2019.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://doaction.org/event/karnataka-2021/\">Karnataka 2021</a></blockquote>\n</div>\n\n\n\n<p>Efforts behind <a href=\"https://doaction.org/event/karnataka-2021/\">do_action Karnataka</a> kicked off three months prior, in April 2021. <a href=\"https://profiles.wordpress.org/nsuresha/\">N Suresha</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://www.linkedin.com/in/ucriyaz/?originalSubdomain=in\">UC Riyaz</a>, <a href=\"https://twitter.com/sagarvora786?lang=en\">Sagar Vora</a>, <a href=\"https://www.linkedin.com/in/venkatesh-kumar-s-r-945b8821/\">SR Venkatesh</a>, and <a href=\"https://profiles.wordpress.org/yoga1103/\">Yogesh Londhe</a> (myself) from the WordPress Community of Karnataka, joined hands to support local non-profits by helping them build websites. The following non-profits signed up for our hackathon: </p>\n\n\n\n<ul><li><strong>Luv Kush Foster Home:</strong> A foster home that aims to care for animals in need</li><li><strong>Vridhi Foundation:</strong> which aims to support the education of underprivileged children</li><li><strong>Peacespark Foundation:</strong> Welfare of women and children</li></ul>\n\n\n\n<p>12 volunteers immediately signed up to build websites for these non-profits. Not everyone could participate due to personal challenges related to COVID-19, but the teams worked hard to complete the work within the stipulated time. As a result of all that hard work, two non-profit sites were launched, and one is in the pipeline!</p>\n\n\n\n<p><strong>Peacespark Foundation:</strong> <a href=\"https://www.peacespark.org/\">https://www.peacespark.org/</a></p>\n\n\n\n<a href=\"https://i2.wp.com/wordpressfoundation.org/content/uploads/2021/08/image.png?ssl=1\"><img /></a>A screenshot of the Peacespark Foundation website created by the do_action Karnataka 2021 team.\n\n\n\n<p>The website of Peacespark Foundation was built by <a href=\"https://www.linkedin.com/in/venkatesh-kumar-s-r-945b8821/\">SR Venkatesh</a> (project manager) and <a href=\"https://profiles.wordpress.org/harishanker\">Hari Shanker</a> (content writer). Venkatesh collected all the content and the photos from the non-profit, and he was also in constant communication with the team. He also single-handedly designed and developed the website for the team! Since the content manager volunteer could not join on time, Hari stepped in to prepare the content for the site. As a result, the site was ready well within the deadline, and the non-profit was happy and grateful!</p>\n\n\n\n<p><strong>Vridhi Foundation: </strong><a href=\"https://vridhifoundation.org/\">https://vridhifoundation.org/</a>: </p>\n\n\n\n<a href=\"https://i0.wp.com/wordpressfoundation.org/content/uploads/2021/08/image-1.png?ssl=1\"><img /></a>A screenshot of the Vridhi Foundation website created by the do_action Karnataka 2021 team.\n\n\n\n<p><a href=\"https://profiles.wordpress.org/nsuresha/\">N Suresha</a> (project manager), along with Hussna Hussain (content writer) and <a href=\"https://www.linkedin.com/in/ucriyaz/?originalSubdomain=in\">UC Riyaz</a> (designer) built the website for Vridhi Foundation. <a href=\"https://profiles.wordpress.org/mkrndmane/\">Makarand Mane</a> helped with the multilingual translation plugin, the theme, and the required templates. <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a> set up the site and provided technical support during the development, as well. Together, the team worked in synergy to burn the midnight oil and deliver the site for the non-profit, which formally launched the same in a function at their premises, on August 15th! </p>\n\n\n\n<a href=\"https://i1.wp.com/wordpressfoundation.org/content/uploads/2021/08/image.jpeg?ssl=1\"><img /></a>Representatives of the Vridhi Foundation at their website launch event on August 15, 2021\n\n\n\n<p>Since representatives of Luv Kush foster home were out of the country during the hackathon, they couldn’t collaborate to give the content and the photos for the website. Most of the technical groundwork for their website is done, and it will formally be launched once the non-profit provides content for the teams. </p>\n\n\n\n<p>The hackathon would not be possible without the support of our kind sponsors who provided hosting, domain names, WordPress plugins/themes, and post hackathon support guarantees for all the non-profits. A big thanks to all of them! Our sponsors include:</p>\n\n\n\n<ul><li><a href=\"https://givewp.com/\">Give WP</a> – Who kindly sponsored a premium license for their flagship donation plugin</li><li><a href=\"https://yoast.com/\">Yoast</a> – Who kindly sponsored a premium license for their SEO plugin</li><li><a href=\"https://themeisle.com/\">Themeisle</a> – Who provided premium licenses for their theme</li><li><a href=\"https://wpjobopenings.com/\">WP Job Openings</a> – Who provided a license for their job board plugin</li><li><a href=\"https://wpgenius.in/\">WPGenius</a> – Who provided a translation plugin, templates, and themes</li><li><a href=\"https://www.premtiwari.in/\">Prem Tiwari</a> – Who has offered post-hackathon tech support for non-profits</li><li><a href=\"https://bluehost.in/\">Bluehost India</a> – Who provided hosting and domain names for all three non-profits</li></ul>\n\n\n\n<p>In addition to our sponsors, I wish to thank all stakeholders who helped make our event a grand success — especially our team of passionate volunteers and organizers who battled several personal challenges and a global pandemic to build an ever-lasting online presence for non-profits. Special thanks to the WordPress Foundation for supporting these do_action charity hackathons which empower non-profits across the globe, especially in these tough times.</p>\n\n\n\n<p>As we were wrapping up the event on the final day of the hackathon, I asked our team of organizers and volunteers one question: “Despite all the challenges, would you do this again?” They all answered in one resounding voice: “YES!” <img src=\"https://s.w.org/images/core/emoji/13.1.0/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /> </p>\n\n\n\n<p><em>On behalf of the do_action Karnataka 2021 Organizing team,<br /><a href=\"https://profiles.wordpress.org/yoga1103\">Yogesh Londhe</a></em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Feeling inspired, already? You can use WordPress for social good, by organing a <a href=\"https://doaction.org/\">do_action charity hackathon</a> in your own city! Check out <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/\">our handbook</a> for more information. It just takes five minutes to <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/do_action-event-application/\">fill out the application form</a>. So why wait? <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/do_action-event-application/\">Apply now</a>!</p></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Aug 2021 05:45:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Yogesh Londhe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Adding Custom HTML Attributes With the Block Attributes Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121857\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:189:\"https://wptavern.com/adding-custom-html-attributes-with-the-block-attributes-plugin?utm_source=rss&utm_medium=rss&utm_campaign=adding-custom-html-attributes-with-the-block-attributes-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3791:\"<p class=\"has-drop-cap\">Earlier this week, websevendev released its fourth WordPress plugin to the official directory named <a href=\"https://wordpress.org/plugins/attributes-for-blocks/\">Block Attributes</a>. The extension allows end-users to add any HTML attribute to nearly any block.</p>\n\n\n\n<p>One of the problems with the WordPress editor is that it can be a bit fussy about customizing HTML. Blocks are built on a set of standards, and the markup is supposed to meet those expectations. If something does not fit, users see an invalid markup warning.</p>\n\n\n\n<p>However, there are times when users need to drop in a custom HTML attribute for various reasons. For example, I sometimes need to add a custom <code>data-</code> attribute for working with a bit of JavaScript. Since I know my way around code well enough, I typically write out the HTML in those situations via the Custom HTML block. But, that does not make sense when minor attribute additions are called for.</p>\n\n\n\n<p>WordPress currently allows users to add classes and IDs (called an “HTML anchor” in the admin) to almost every block. It does not allow for direct input of the dozens of other possible attributes that HTML supports. The use cases for the average user are few and far between.</p>\n\n\n\n<p>For those scenarios where some users could use the extra feature, the Block Attributes plugin is handy.</p>\n\n\n\n<p>The plugin is straightforward to use. It adds a new field named “Additional attributes” under the Advanced tab of every block. Users can add the attribute name and click the “Add” button. From there, it creates a new field for adding the attribute value.</p>\n\n\n\n<img />Adding an <code>onclick</code> attribute to a Button block.\n\n\n\n<p>The plugin also supports multiple attributes. Once you add one, you simply use the same input field to create more.</p>\n\n\n\n<p>For my first test drive, I added a simple <code>onclick</code> attribute with a value of <code>myFunction()</code>. Then, I hopped over to my theme and created that function via JavaScript to output a simple message in the console. Everything looked good under the hood, and it worked.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>HTML view and console with custom JS for a Button block.\n\n\n\n<p>Most of the use cases I have in mind are for integrating with JavaScript, and this was a simple example of what is possible. There are far more complex things a developer could do with such a feature. That is reason enough to keep this plugin in the toolbox — sometimes you need a wrench instead of a hammer.</p>\n\n\n\n<p>I could also see Block Attributes being used for adding ARIA attributes in other situations where it might aid accessibility.</p>\n\n\n\n<p>Users could add custom styles to a specific block via a <code>style</code> attribute with the plugin. However, unless this is a simple one-off, I would recommend against it. For more advanced use cases, <a href=\"https://wordpress.org/plugins/blocks-css/\">Blocks CSS</a> is a far more suitable plugin. It has a built-in syntax highlighter. Plus, a textarea is friendlier than a one-line text input box.</p>\n\n\n\n<p>The only downside to Block Attributes I have seen is upon deactivation. You will see the dreaded “this block contains unexpected or invalid content” message in the editor if you have added any custom attributes. The editor has managed to resolve any issues I have run into with the core blocks.</p>\n\n\n\n<img />Resolving block warning after deactivating plugin.\n\n\n\n<p>Deactivating the plugin should not affect the front-end output. Because the custom attributes are a part of the HTML markup, they will still be there. The error message should only show in the editor.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Aug 2021 23:27:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: WordPress Classic Editor Support Extended for at Least Another Year\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=121553\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:199:\"https://wptavern.com/wordpress-classic-editor-support-extended-for-at-least-another-year?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-classic-editor-support-extended-for-at-least-another-year\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7276:\"<p class=\"has-drop-cap\">Last week, I reached out to several members of the core WordPress committers to see if we could get an official word on whether <a href=\"https://wordpress.org/plugins/classic-editor/\">Classic Editor</a> support would continue beyond the mere months it seemingly had left to live. I received a semi-official answer but was asked to hold off on publishing for a more detailed and nuanced response.</p>\n\n\n\n<p>Earlier today, WordPress executive director Josepha Haden Chomposy <a href=\"https://wordpress.org/news/2021/08/an-update-on-the-classic-editor-plugin/\">announced the official decision</a>. It was just as expected. The WordPress project would continue supporting the Classic Editor plugin for a while longer.</p>\n\n\n\n<p>“At the time, we promised to support the plugin through 2021 and adjust if needed as the deadline got closer,” she wrote. “After discussing this with Matt [Mullenweg], it’s clear that continuing to support the plugin through 2022 is the right call for the project as well as the community.”</p>\n\n\n\n<p>As of now, classic users have a one-year extension.</p>\n\n\n\n<p>However, the plugin will not suddenly stop working on December 31, 2022. That is merely the current deadline for the “full support” phase. It should continue working well beyond whatever date is set for that support window to close.</p>\n\n\n\n<p>Designer Mark Root-Wiley reached out to WP Tavern <a href=\"https://twitter.com/MRWweb/status/1427422379047743495\">via Twitter</a> last week, but others had been asking the same question for a while. For some, they needed to know if they could continue supporting specific client needs. For others, it was a bludgeon to use in conversations for all editor-related things. Whatever the reason, before today, the last word had been from a <a href=\"https://make.wordpress.org/core/2018/11/07/classic-editor-plugin-support-window/\">Make Core post in November 2018</a>.</p>\n\n\n\n<p>“The Classic Editor plugin will be officially supported until December 31, 2021,” wrote core contributor Gary Pendergast in that three-year-old announcement. It was a shock for many at the time, uncertain whether the new block system would meet their needs.</p>\n\n\n\n<p>While three years may have seemed like plenty of time to ditch the classic in favor of the modern WordPress editor, the current stats show that the project still has a few miles yet to go.</p>\n\n\n\n<p>Currently, there are over 5 million active installations of the Classic Editor plugin. I am still waiting for a more specific tally, but no one has provided an answer yet. At best, we think the counter turns over at 10+ million, so we can speculate on the floor and ceiling for possible usage.</p>\n\n\n\n<p>Active installs are not the entire picture either. For example, we have the plugin installed here at the Tavern for legacy reasons but do not use it in our day-to-day work. We can likely disable it altogether. <a href=\"https://wptavern.com/wordpress-telemetry-proposal-addresses-long-standing-privacy-concerns-as-gdpr-compliance-deadline-looms\">WordPress has no telemetry system</a> for tracking the usage of such features. While the install total will not always make the picture clear, the current number supports the push for continued maintenance.</p>\n\n\n\n<p>“I think it’s important to note that the plugin is not going anywhere,” said core committer Jonathan Desrosiers. “It will continue to be listed on the .ORG repository for the foreseeable future.”</p>\n\n\n\n<p>He pointed out that understanding the next phase of the Classic Editor plugin meant looking into the level of effort required to support it since 2018. The overwhelming majority of the changes in that nearly three-year timeframe have come down to keeping up with:</p>\n\n\n\n<ul><li>Text changes.</li><li>Adjustments to prevent warnings/errors and promote consistency across supported PHP versions.</li><li>Changes to deprecated action/filter hook calls.</li></ul>\n\n\n\n<p>“It’s been almost three whole years, and the plugin has largely required very little maintenance to continue functioning, and the bulk of maintenance has been to limit warnings and notices in debug logs,” he said.</p>\n\n\n\n<p>The goal of the Classic Editor plugin was to help ease the transition to the block editor. Thus far, there have been eight major WordPress releases since the switch in version 5.0.</p>\n\n\n\n<p>“There’s a theory called the diffusion of innovations that looks to explain how, why, and at what rate new technology spreads,” said Desrosiers. “It separates adopters into several groups based on when they are willing to take the jump: innovators, early adopters, early majority, late majority, and laggards. I truly think that we have seen a good portion of the late majority beginning to move towards using the block editor. This can also be confirmed by the plugin’s install growth, which has been slowing and plateauing this year.”</p>\n\n\n\n<p>He had expected the previous deadline to mark the next stage of the Classic Editor plugin, called the “sunset” phase. It would be a time when the WordPress project moved from full support to encouraging late adopters to transition to the current editor to get the plugin’s numbers down.</p>\n\n\n\n<p>“The context I gave previously shows that, until now, that the level of effort needed to keep the plugin working on newer versions of WP has been pretty minimal,” said Desrosiers of the potential sunset phase. “I expect that pattern to continue thanks to backward compatibility. If any security issues or major problems are encountered, they’ll, of course, be fixed. Any incompatibilities with the plugin and newer versions of WP will be considered on a case by case basis, but little to no time will be put towards bug fixes.”</p>\n\n\n\n<p>However, this sunset phase will have to wait. We will not see it until at least the current support window closes on December 31, 2022. WordPress project leaders will need to reevaluate the plugin’s lifespan at that point.</p>\n\n\n\n<p>The other looming question would be whether core WordPress would move specific pieces of its system to the Classic Editor plugin, such as allowing custom post types to support the old editor or the meta box API.</p>\n\n\n\n<p>“There are no plans at this time to move any of the underlying ‘classic’ parts from core to the plugin,” said Desrosiers. “I’m sure that removing these parts will be evaluated at some point in the future, but when that will be is not clear.”</p>\n\n\n\n<p>Even when official Classic Editor support reaches a hard deadline, it does not mean such a traditional editing experience will cease to exist. Plugins like <a href=\"https://wordpress.org/plugins/disable-gutenberg/\">Disable Gutenberg</a> have promised longer lifespans than the initial support window, and other editor projects will undoubtedly arise if there is wide enough demand.</p>\n\n\n\n<p>“The block editor has come a long way, and I encourage everyone that has not yet given it a second chance (late adopters) to do so,” said Desrosiers. “You may be pleasantly surprised.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Aug 2021 19:56:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 22 Sep 2021 12:02:06 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 22 Sep 2021 11:45:10 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20210126075719\";}','no'),(510245,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1632355327','no'),(510246,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1632312127','no'),(510247,'_transient_timeout_feed_e0061ca2fa5b884e483872aa34d3e7eb','1632355327','no'),(510248,'_transient_feed_e0061ca2fa5b884e483872aa34d3e7eb','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://updraftplus.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WordPress\'s leading backup plugin - backup, restore and clone WordPress sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Sep 2021 15:47:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=5.7.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:103:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"How to protect customer data and prevent GDPR breaches on your WordPress site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/IYqI44wz3a8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://updraftplus.com/how-to-protect-customer-data-and-prevent-gdpr-breaches-on-your-wordpress-site/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Sep 2021 13:29:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:11:{i:0;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:19:\"all in one security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"breach\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:20:\"Easy Updates Manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:4:\"gdpr\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:5:\"guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"prevent\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:8:\"security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:4:\"stop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:4:\"tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1223203\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:834:\"<p>For UpdraftPlus’ own privacy policy and how we deal with GDPR, please go to the privacy centre. Up until the advent of the internet, the most a company would know about their customers was their names, address, maybe their purchase … <a href=\"https://updraftplus.com/how-to-protect-customer-data-and-prevent-gdpr-breaches-on-your-wordpress-site/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-protect-customer-data-and-prevent-gdpr-breaches-on-your-wordpress-site/\">How to protect customer data and prevent GDPR breaches on your WordPress site</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Melvin Braide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:19010:\"<p><iframe loading=\"lazy\" title=\"How to protect customer data and prevent GDPR breaches on your WordPress site\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/bEFyE9mDO6g?feature=oembed\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n<p><span style=\"font-weight: 400;\">For UpdraftPlus’ own privacy policy and how we deal with GDPR, please go to the </span><a href=\"https://updraftplus.com/data-protection-and-privacy-centre/\"><span style=\"font-weight: 400;\">privacy centre</span></a><span style=\"font-weight: 400;\">.</span></p>\n<p><span style=\"font-weight: 400;\">Up until the advent of the internet, the most a company would know about their customers was their names, address, maybe their purchase history and little more. Fast forward to 2021, and businesses have access to all aspects of a customer’s (or potential customer) interests, bank details, email addresses, hobbies, desires, passions and goals – as well as some very personal information that the potential customer might not even be aware they are sharing. While this information has allowed companies to better serve and market towards customers, if this treasure trove of personal data gets into the wrong hands, it can cause a major problem for all involved. </span></p>\n<p><span style=\"font-weight: 400;\">In this blog, we will discuss how to protect customer data and prevent GDPR breaches. But first it is important to define what a data breach is and what GDPR means. </span></p>\n<h4><b>What is a data breach? </b></h4>\n<p><span style=\"font-weight: 400;\">A data breach is an incident that allows outsiders or unauthorized personnel to access or obtain confidential information from a system, without the permission of the owner. </span><span style=\"font-weight: 400;\">While cybercriminals represent the most common threat to data protection, they aren’t the only culprits. Employees and coworkers can either </span><a href=\"https://www.kaspersky.com/resource-center/definitions/data-breach\"><span style=\"font-weight: 400;\">accidentally or maliciously share data with unauthorized persons</span></a><span style=\"font-weight: 400;\">, which can also result in a data breach. </span></p>\n<h4><b>What is GDPR? </b></h4>\n<p><span style=\"font-weight: 400;\">GDPR stands for general data protection regulation, and as the name implies, it is a regulation that addresses data protection and privacy. While GDPR applies to countries and companies operating with the EU, </span><a href=\"https://insights.comforte.com/13-countries-with-gdpr-like-data-privacy-laws\"><span style=\"font-weight: 400;\">countries all over the world</span></a><span style=\"font-weight: 400;\"> have similar GDPR-like policies in place.</span></p>\n<p><span style=\"font-weight: 400;\">In May 2018, </span><a href=\"https://www.superoffice.com/blog/gdpr/\"><span style=\"font-weight: 400;\">the EU implemented the GDPR</span></a><span style=\"font-weight: 400;\"> to ensure that citizens of the EU and EEA region have greater control over what personal information they allow access to, how that information is used and what assurances they have regarding the protection of that information by the companies involved. </span><span style=\"font-weight: 400;\">The GDPR directive stipulates that personal data includes name, IP address, banking details, email address, photo, location, or medical information. This regulation applies to every company with customers that are EU and EEA citizens. </span></p>\n<h2><b>10 ways to keep your customer subscription data safe and prevent GDPR breaches</b></h2>\n<p><span style=\"font-weight: 400;\">If a company finds itself victim of a data breach, it can find itself facing an expensive bill. Under GDPR guidelines, a company can face fines of up to </span><a href=\"https://www.gdpr.associates/data-breach-prevention/\"><span style=\"font-weight: 400;\">€</span><span style=\"font-weight: 400;\">20 million or 4% of their annual turnover</span></a><span style=\"font-weight: 400;\"> due to a breach. However, the following practices can drastically reduce your chances of experiencing a security breach. </span></p>\n<h4><b>1. Only collect essential data </b></h4>\n<p><span style=\"font-weight: 400;\">Your company’s database should consist of only information that is crucial to your marketing efforts. The more personal the information that is obtained from customers, the more valuable they will be to hackers and cybercriminals. </span></p>\n<p><span style=\"font-weight: 400;\">A crucial part of </span><a href=\"https://www.zendesk.com/blog/8-ways-effectively-manage-customer-data/\"><span style=\"font-weight: 400;\">customer data management</span></a><span style=\"font-weight: 400;\"> is deciding which data you should collect and what you don’t need. Between </span><a href=\"https://go.forrester.com/blogs/hadoop-is-datas-darling-for-a-reason/\"><span style=\"font-weight: 400;\">60% and 73%</span></a><span style=\"font-weight: 400;\"> of data collected by companies is unused for analytics, which shows that organisations probably don’t need as much information as they think they do to conduct business. </span></p>\n<p><span style=\"font-weight: 400;\">What comprises essential data for your company depends on your marketing goals and your ability to analyze the data to gain insights. Since marketing goals evolve, regularly evaluating the type of data you collect can save you trouble and aid your compliance with data protection regulations. </span></p>\n<h4><b>2. Perform routine vulnerability and risk assessments</b></h4>\n<p><span style=\"font-weight: 400;\">According to the </span><a href=\"https://www.cisecurity.org/controls/\"><span style=\"font-weight: 400;\">Center for Internet Security (CIS)</span></a><span style=\"font-weight: 400;\">, vulnerability management is the third most important action you can take to protect your organization from data breaches. </span></p>\n<p><span style=\"font-weight: 400;\">The processes involved in vulnerability management include identifying possible security breaches and classifying them according to their threat level. Regular risk and vulnerability assessments help you identify holes in your defences and take measures to plug them. </span></p>\n<p><span style=\"font-weight: 400;\">When carrying out these assessments, you should leave no stone unturned. Inspect and evaluate your data storage, software and data security policies – like the use of personal devices and remote ‘work from home’ access for employees. </span></p>\n<p><span style=\"font-weight: 400;\">WordPress itself is a very secure platform. However, it helps to add some extra security and firewall to your site by using a security plugin that enforces a lot of good security practices.</span></p>\n<p><span style=\"font-weight: 400;\">You can also install the </span><a href=\"https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/\"><span style=\"font-weight: 400;\">All In One WordPress Security plugin</span></a><span style=\"font-weight: 400;\"> on your WordPress site. This plugin can help improve your website security. It works by analyzing your site and reduces security risk by checking for vulnerabilities. By implementing and enforcing the latest recommended WordPress security practices and techniques, you can help patch any potential weaknesses, before they become an issue. </span></p>\n<h4><b>3. Involve every member of your team </b></h4>\n<p><span style=\"font-weight: 400;\">It is imperative that every employee play their role to prevent a breach. Your defences are only as strong as your weakest link and without proper security awareness and education, employees can unknowingly become that weak link to hackers and cyber criminals. </span></p>\n<p><span style=\"font-weight: 400;\">Employees should also be trained on how to identify security threats – what comprises “sensitive information” and how to immediately report data leakages and breaches. Employees should also be aware of the latest phishing and hacking techniques employed by cybercriminals (such as legitimate looking fake emails), and how to prevent them. </span></p>\n<h4><b>4. Adhere to data protection regulations </b></h4>\n<p><span style=\"font-weight: 400;\">Data protection laws and guidelines are more stringent today than they were just a few years ago. This is in part because the amount of personal data collected by organizations has increased dramatically with the advent of smart phones. Additionally, the rise in the sophistication and potency of cybercriminals and their operations has seen ‘hacking’ and the theft of personal data become an almost acceptable career in some countries. </span></p>\n<p><span style=\"font-weight: 400;\">In this day and age, abiding by data protection regulations such as GDPR helps you to prevent leakages and avoid potential fines. It can also save your company’s reputation and increase customer trust. </span></p>\n<h4><b>5. Restrict data access </b></h4>\n<p><span style=\"font-weight: 400;\">Just like secrets, the fewer people that have access to data, the lower the chance that it will be leaked. It is worth remembering that not all employees need the same level of access to sensitive customer information. </span></p>\n<p><span style=\"font-weight: 400;\">A good code of practice to follow is to segment customer data, and then grant levels of access to staff for each segment depending on the staff member’s need to access that information. </span></p>\n<p><span style=\"font-weight: 400;\">While this may be a time consuming and painstaking process, compared to potential lawsuits, hefty fines, reputation damage and potentially millions of dollars in lost revenue; it is more than worth it. </span></p>\n<h4><b>6. Data encryption </b></h4>\n<p><span style=\"font-weight: 400;\">Data encryption is the practice of encoding data (such as messages and files) to make them unreadable to unauthorized persons. By following the process of converting sensitive information from the plain, readable format to ciphertext; you can achieve data that is in an encoded format. </span></p>\n<p><span style=\"font-weight: 400;\">A crucial aspect of your data security plan should include provisions for encryption of sensitive data. Personal data across all devices used for company functions should be encrypted including messages, calls, and emails. </span></p>\n<p><span style=\"font-weight: 400;\">With </span><a href=\"https://www.druva.com/glossary/what-is-data-encryption-definition-and-related-faqs/\"><span style=\"font-weight: 400;\">data encryption</span></a><span style=\"font-weight: 400;\">, you can securely save sensitive data on the cloud or on connected servers. </span></p>\n<h4><b>7. Two-Factor authentication (2FA)</b></h4>\n<p><span style=\"font-weight: 400;\">Two-factor authentication is a data security measure that requires two different forms of identification to gain access to an online account. 2FA combines a password with another credential – such as a one time password, security badges or biometric data (such as a fingerprint). This adds an additional layer of security and by requiring 2FA across all company devices and systems – this would improve your data security hugely. </span></p>\n<h4><b>8. Regular security updates </b></h4>\n<p><span style=\"font-weight: 400;\">You may have suspected it, but the main reason giant companies like Apple provide regular updates for their software (iOS & Mac OS) is to patch up weak spots and loopholes that hackers could potentially exploit. </span></p>\n<p><span style=\"font-weight: 400;\">By regularly updating your security software, you can reduce its weaknesses and increase its efficiency. </span></p>\n<h4><b>9. Online and offline data backup </b></h4>\n<p><span style=\"font-weight: 400;\">While this is not particularly intended to prevent a breach, it can save you a lot of time, money, and trouble in the event of data theft or loss. Having a secure backup means that your customer subscription data, as well as other sensitive information, is safe. </span></p>\n<p><span style=\"font-weight: 400;\">The longer your site is suffering from downtime as you try to recover the missing data, the more money you lose. A recent </span><a href=\"https://twitter.com/growwithco\"><span style=\"font-weight: 400;\">report</span></a><span style=\"font-weight: 400;\"> suggests companies can lose as much as $300,000 per hour due to the downtime in the event of a hack, bug or server issue. </span></p>\n<p><span style=\"font-weight: 400;\">By backing up your site using </span><a href=\"https://updraftplus.com/\"><span style=\"font-weight: 400;\">UpdraftPlus</span></a><span style=\"font-weight: 400;\">, you can be sure that you will always have a secure backup of your original website, should you ever need to restore it. </span></p>\n<h4><b>10. Have a data breach response plan </b></h4>\n<p><span style=\"font-weight: 400;\">If all else fails and your preventative measures are still breached, then what? Having a Plan B, such as an </span><a href=\"https://securityscorecard.com/blog/the-ultimate-data-breach-response-plan\"><span style=\"font-weight: 400;\">organizational data breach response plan</span></a><span style=\"font-weight: 400;\">, can mitigate the potential damage of a data breach. </span><span style=\"font-weight: 400;\">Under GDPR guidelines, your customers have the right to know that their data and personal information could be compromised within the first 72 hours of a breach. As such, your plan should always include how to inform your customers. </span><span style=\"font-weight: 400;\">According to the </span><a href=\"https://www.uschamber.com/co/run/technology/data-backup-facts\"><span style=\"font-weight: 400;\">US Chamber of commerce</span></a><span style=\"font-weight: 400;\">, 68% of small businesses lack a disaster recovery plan. Putting together a plan for your organization puts you a step ahead of the curve. </span></p>\n<h2><b>Data breaches that companies can experience</b></h2>\n<p><span style=\"font-weight: 400;\">Data breaches can occur through various means, but here are the most common. </span></p>\n<p><b>Phishing<br />\n</b><span style=\"font-weight: 400;\">Phishing is when cyber criminals try to gain access to sensitive data, such as your banking details and passwords. They achieve this by posing as a reputable company or individual you may already have dealings with and often informing you of a problem that requires you to click on a link that downloads malicious software on your computer. Training employees on how to spot phishing attempts in emails, messages and adverts can help prevent these types of attacks. </span></p>\n<p><b>Brute force cyber attack<br />\n</b><span style=\"font-weight: 400;\">This is a more direct type of attack GDPRwhere hackers use software tools to try to guess your password. With the rapid speed of modern computers, it takes far less time to guess passwords correctly than it used to. </span><span style=\"font-weight: 400;\">Your best chance against this type of cyber attack is to have longer and more secure passwords. A good practice would be the use of password phrases; as they are easier to remember, and harder to guess. </span></p>\n<p><b>Malware<br />\n</b><span style=\"font-weight: 400;\">Intruders can install malware or spyware on your devices to allow them access confidential files without your notice. Malware is typically a piece of malicious software, and it’s activities and presence can go unnoticed for a long enough period of time to cause significant damage. </span><span style=\"font-weight: 400;\">Malware can be installed on your computer physically or virtually through sources such as an email link. Learning how to spot these attacks and restricting access to your computer can help avoid this type of attack. </span></p>\n<p><b>Human error, accidents and theft<br />\n</b><span style=\"font-weight: 400;\">In a way, human error will play a role in almost all the types of cyber attacks. Granted, malicious software will take advantage of already existing weaknesses in your system’s defences, but you still have to be careless with your computer or click on a malicious link for it to work. </span><span style=\"font-weight: 400;\">On the other hand, a stolen computer or a laptop left at a bus stop can potentially give the thief access to sensitive data. </span></p>\n<h2><b>What to do in the event of a data breach? </b></h2>\n<p><span style=\"font-weight: 400;\">Bad press, lawsuits, financial losses and distrust are some of the effects of a data breach. In the event of a breach, the focus shifts to how you can manage your organisations reputation and build back trust in employees and customers alike. Here is how you can do that: </span></p>\n<p><b>Good PR<br />\n</b><span style=\"font-weight: 400;\">An excellent PR team will work to ensure your customers understand you are on their side. It helps if you have a PR team on standby with a pre-planned sequence of actions that can be implemented within hours in the event of a data breach. </span></p>\n<p><b>Transparency<br />\n</b><span style=\"font-weight: 400;\">What’s worse than a breach and leak of sensitive customer data is a cloud of dishonesty and deceit in its aftermath. The pushback and consequent cost of the breach can be mitigated with a level of transparency and cooperation with the affected customers. </span></p>\n<p><b>Kick-start your data breach response plan<br />\n</b><span style=\"font-weight: 400;\">Regardless of how much you try to prevent it, with advancing technology and cybercrime sophistication, there’s still a chance of a data breach, no matter how small. Actions in your response plan should include a public address and some sort of compensation plan for the affected customers. </span></p>\n<h2><b>Conclusion </b></h2>\n<p><span style=\"font-weight: 400;\">$4.24 million is the average cost of a data breach in 2021 according to </span><a href=\"https://www.ibm.com/security/data-breach\"><span style=\"font-weight: 400;\">IBM</span></a><span style=\"font-weight: 400;\">. That’s a significant enough amount of damage for it to be taken seriously. </span><span style=\"font-weight: 400;\">Whether or not your business operations are digital, if your customer data is stored on any technological device, you should pay attention to the steps above. </span><span style=\"font-weight: 400;\">Learning how to protect customer data and prevent GDPR breaches imply that you are prioritizing your customers’ privacy. That practice boosts your reputation and encourages brand loyalty. </span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-protect-customer-data-and-prevent-gdpr-breaches-on-your-wordpress-site/\">How to protect customer data and prevent GDPR breaches on your WordPress site</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://updraftplus.com/how-to-protect-customer-data-and-prevent-gdpr-breaches-on-your-wordpress-site/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://updraftplus.com/how-to-protect-customer-data-and-prevent-gdpr-breaches-on-your-wordpress-site/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:94:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Speed up your WordPress site using image optimization\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/WXNMF6A23Lg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://updraftplus.com/speed-up-your-wordpress-site-using-image-optimization/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Sep 2021 14:55:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"Google ranking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"image compression\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"image optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:13:\"image optimse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:11:\"WP-Optimise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:11:\"WP-Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1217583\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:762:\"<p>When evaluating the speed and performance of your website, there are over 200 factors that search engines like Google use to rank content and web pages. Some of these factors are known, such as site update frequency, while the weight … <a href=\"https://updraftplus.com/speed-up-your-wordpress-site-using-image-optimization/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/speed-up-your-wordpress-site-using-image-optimization/\">Speed up your WordPress site using image optimization</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14137:\"<p><iframe loading=\"lazy\" title=\"Speed up your WordPress site using image optimization\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/SOaqwJIrhfk?feature=oembed\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n<p><span style=\"font-weight: 400;\">When evaluating the speed and performance of your website, there are over </span><a href=\"https://www.webfx.com/blog/internet/seo-ranking-factors/\"><span style=\"font-weight: 400;\">200 factors</span></a><span style=\"font-weight: 400;\"> that search engines like Google use to rank content and web pages. Some of these factors are known, such as site update frequency, while the weight of other factors – such as meta-tag spamming, are not known to the extent they impact the ranking score and how they affect a site.</span></p>\n<p><span style=\"font-weight: 400;\">Possibly the most important factor when deciding your site’s Google ranking is it’s loading speed and how long the site takes to completely load on both mobile and desktop.</span></p>\n<p><span style=\"font-weight: 400;\">An important part of the loading speed process, your site’s overall SEO score and speed ranking is image size and image optimization. In this blog we will be looking at why this is important and why you should always have optimized images on your site.</span></p>\n<h4><span style=\"font-weight: 400;\">Why is image optimization important?</span></h4>\n<p><span style=\"font-weight: 400;\">Since Google considers site loading speed to be one of the </span><a href=\"https://cognitiveseo.com/blog/22865/page-speed-seo/\"><span style=\"font-weight: 400;\">main ranking factors</span></a><span style=\"font-weight: 400;\"> when evaluating a site’s SEO score, Google focuses on the overall user experience as a metric for website quality. The speed of a site not only has an impact on SEO score, but has also shown to have a large role in the bounce rate of users, as they typically tend to leave a site if it takes more than 3 seconds to load.</span></p>\n<p><span style=\"font-weight: 400;\">Slow site speed can be responsible for abandoned carts, drops-in conversion rates and other problems that might cause the user experience to be negatively rated. If an e-commerce site is making $100,000 per day, a 1 second page delay could potentially cost you $2.5 million in </span><a href=\"https://neilpatel.com/blog/loading-time/\"><span style=\"font-weight: 400;\">lost sales every year</span></a><span style=\"font-weight: 400;\">. A large portion of a website’s weight and loading speed factors can be attributed to the size of your image. Compressing your images will reduce the time it takes to load them in a user’s browser, improving the overall loading speed of the website.</span></p>\n<p><span style=\"font-weight: 400;\">It should also be noted that a high speed internet connection is not going to solve the problem of a slow loading website, as the loading speed is largely dictated by the host that is hosting your files, and can only upload them at a certain bandwidth.</span></p>\n<h4><span style=\"font-weight: 400;\">How can you check your site speed?</span></h4>\n<p><span style=\"font-weight: 400;\">It is possible to check your site speed using simple online tools. Some of the most commonly used web tools are listed below;</span></p>\n<h4>Google Insights</h4>\n<p><span style=\"font-weight: 400;\">This is a developer’s tool that was introduced by Google for the single purpose of identifying site speed on a user’s desktop or mobile. This site should typically be your first port of call when evaluating site speed, as it belongs to the same organization that is responsible for ranking your website. As such, this adds a further level of legitimacy and behind the scenes knowledge when evaluating your site speed.</span></p>\n<p><span style=\"font-weight: 400;\">Insights not only measures the speed for both desktop and mobile, but also provides a breakdown of all the reasons why and where any issue to the site speed lies. </span><a href=\"https://developers.google.com/speed/pagespeed/insights/\"><span style=\"font-weight: 400;\">Google Insights</span></a><span style=\"font-weight: 400;\"> also delves deep into the images and checks for the potential reduction in file size. This platform also allocates a score to your website, allowing you to gauge any short term improvements and errors that you may have made, which you might not have realized otherwise. </span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143518.758.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1217612\" src=\"https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143518.758.jpg\" alt=\"\" width=\"623\" height=\"530\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143518.758.jpg 623w, https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143518.758-480x408.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 623px, 100vw\" /></a></p>\n<h4>GT Metrix</h4>\n<p><a href=\"https://gtmetrix.com/\"><span style=\"font-weight: 400;\">GT Metrix</span></a><span style=\"font-weight: 400;\"> is broadly similar to Google Insights, in that It more or less provides the same information and allocates a ranking score for your website. </span><span style=\"font-weight: 400;\">GT Metrix not only identifies any problems with your site, but also provides potential solutions to any detected speed issues that may be slowing you down. If you are looking for something outside the Google ecosystem, this is a site that you should consider getting familiar with. </span></p>\n<p><span style=\"font-weight: 400;\">If you have checked your site speed and image size has been flagged up as an issue, where do you go from there?</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143538.301.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1217611\" src=\"https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143538.301.jpg\" alt=\"\" width=\"624\" height=\"361\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143538.301.jpg 624w, https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143538.301-480x278.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 624px, 100vw\" /></a></p>\n<h4><span style=\"font-weight: 400;\">WP-Optimize – the WordPress plugin that makes image optimization simple</span></h4>\n<p><a href=\"https://getwpo.com/buy/\"><span style=\"font-weight: 400;\">WP-Optimize</span></a><span style=\"font-weight: 400;\"> is one of the leading WordPress optimization plugins that is trusted by over a million users all over the world, with a 4.8 out of 5 ranking on WP.org. Wp-Optimize focuses on the 3 main components when optimizing your site:</span></p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cleaning your database.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Compressing your Images.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Website caching.</span></li>\n</ol>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143551.247.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1217610\" src=\"https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143551.247.jpg\" alt=\"\" width=\"624\" height=\"422\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143551.247.jpg 624w, https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143551.247-480x325.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 624px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">While there are several overall different methods WP-Optimize can help with your site SEO, we will be focusing on the image compression aspect of the plugin for this blog. As mentioned above, image compression has long been an issue when it comes to site speed and just making these changes can have a big impact on loading times..</span></p>\n<p><span style=\"font-weight: 400;\">WP-Optimize uses a cutting edge ‘lossy technique’ to compress large image files ( high load times) to smaller compressed versions ( low load times). All of the compressed images are then directly saved to the site’s image library, where they are accessible and reversible to their original size (should you wish to change them back). </span></p>\n<p><span style=\"font-weight: 400;\">With WP-Optimize, you can compress different image file formats including; JPG, PNG, GIF, BMP and TIFF. When deciding which images you should compress, it is recommended that Images up to the size of 5 MB should be optimized for faster loading speeds. You should also always remember to take a back-up of your site using </span><a href=\"https://updraftplus.com/\"><span style=\"font-weight: 400;\">UpdraftPlus </span></a><span style=\"font-weight: 400;\">before compressing any images or making any kind of change to your site, as potential issues may arise.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143606.751.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1217609\" src=\"https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143606.751.jpg\" alt=\"\" width=\"624\" height=\"430\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143606.751.jpg 624w, https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143606.751-480x331.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 624px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">Additional features of WP-Optimize image optimization include:</span></p>\n<h4><span style=\"font-weight: 400;\">Bulk compression</span></h4>\n<p><span style=\"font-weight: 400;\">Allows you to select and compress all your images together. This can potentially save you a lot of time, as some sites can have hundreds, if not thousands of images that need compressing.</span></p>\n<h4><span style=\"font-weight: 400;\">Intelligent, multi-pass lossy compression algorithm</span></h4>\n<p><span style=\"font-weight: 400;\">The algorithm is created in such a way that it gives users twice the compression with a lot less loss of image quality.</span></p>\n<h4><span style=\"font-weight: 400;\">Restore to the original image</span></h4>\n<p><span style=\"font-weight: 400;\">While ‘Ctrl+Z’ can come in very handy in lots of online applications, it isn’t something that is usually found with an image optimization plugin. With WP-Optimize, you can revert back to the original images at any time. </span></p>\n<h4><span style=\"font-weight: 400;\">Auto compress </span></h4>\n<p><span style=\"font-weight: 400;\">Auto compress allows for all of your future images that will be uploaded to your website to be compressed automatically. This means you will not have to manually compress your images every time you upload a new one. Just select your compression settings and WP-Optimize will compress all of your images in real time as they are being uploaded onto the website.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143624.454.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1217608\" src=\"https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143624.454.jpg\" alt=\"\" width=\"624\" height=\"431\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143624.454.jpg 624w, https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143624.454-480x332.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 624px, 100vw\" /></a></p>\n<h4><span style=\"font-weight: 400;\">Keep your EXIF data</span></h4>\n<p><span style=\"font-weight: 400;\">If your website is related to high end photography (for example, a wedding photography site), the photographic data of your images can be incredibly important. With most image compression plugins, this data would be lost post compression. But with WP-Optimize, you can select to keep the original photographic EXIF data, even if you decide to compress a 2GB image to 500k. </span></p>\n<h4><span style=\"font-weight: 400;\">Conclusion</span></h4>\n<p><span style=\"font-weight: 400;\">WP-Optimize is a great option that includes many different optimization factors in one convenient plugin. As an overall WordPress optimization plugin, WP-Optimize is as good as, if not better, than some of the ‘top’ paid plugins. The following chart shows how WP-Optimize compares to leading SEO plugins like WP-Rocket, W3 and WP Fastest Cache.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143637.521.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1217607\" src=\"https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143637.521.jpg\" alt=\"\" width=\"624\" height=\"250\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143637.521.jpg 624w, https://updraftplus.com/wp-content/uploads/2021/09/New-Project-2021-09-03T143637.521-480x192.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 624px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">If you are looking to improve the loading speed of your site, compressing your images is a great way to start. Download WP-Optimize today and see the difference a good optimization plugin can make to your WordPress site.</span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/speed-up-your-wordpress-site-using-image-optimization/\">Speed up your WordPress site using image optimization</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://updraftplus.com/speed-up-your-wordpress-site-using-image-optimization/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://updraftplus.com/speed-up-your-wordpress-site-using-image-optimization/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:88:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Why should you add two-factor authentications (2FA) to your WordPress site in 2021?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/SGjl_ZI9MXE/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://updraftplus.com/why-should-you-add-two-factor-authentication-2fa-to-your-wordpress-site-in-2021/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Aug 2021 14:19:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:15:\"Tips and tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"2fa\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:14:\"authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"password\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1211861\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:843:\"<p>Once you have created your WordPress site, there are several factors you need to consider to keep your new site safe, whether it’s making sure your site is secure, you have regular backups scheduled or that your plugins are up … <a href=\"https://updraftplus.com/why-should-you-add-two-factor-authentication-2fa-to-your-wordpress-site-in-2021/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/why-should-you-add-two-factor-authentication-2fa-to-your-wordpress-site-in-2021/\">Why should you add two-factor authentications (2FA) to your WordPress site in 2021?</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13346:\"<p><iframe loading=\"lazy\" title=\"Why should you add two-factor authentications (2FA) to your WordPress site in 2021?\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/-Mej0VbpHBs?feature=oembed\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n<p><span style=\"font-weight: 400;\">Once you have created your WordPress site, there are several factors you need to consider to keep your new site safe, whether it’s making sure your site is secure, you have regular backups scheduled or that your plugins are up to date. </span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/08/unnamed-6.png\"><img loading=\"lazy\" class=\"wp-image-1211909 aligncenter\" src=\"https://updraftplus.com/wp-content/uploads/2021/08/unnamed-6.png\" alt=\"two factor authentication\" width=\"676\" height=\"380\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/08/unnamed-6.png 676w, https://updraftplus.com/wp-content/uploads/2021/08/unnamed-6-480x270.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 676px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">If you are establishing your business and brand in the online world, it is important to ensure that your site is not vulnerable to hackers and cyber attacks. </span></p>\n<p><span style=\"font-weight: 400;\">According to </span><a href=\"https://cobalt.io/blog/cybersecurity-statistics-2021\"><span style=\"font-weight: 400;\">Security Magazine</span></a><span style=\"font-weight: 400;\">: “Every day, there are over 2,200 cyberattacks – which is nearly one every 39 seconds.”</span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">43% of small businesses have no cybersecurity defense plan in place. </span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">60% of small business owners do not think their business is a target for cybercriminals.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">74% of small business attacks were executed by external actors, as opposed to internal employees</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">84% of small business attacks focused on the monetary gain with 8% focused on espionage and the remainder focused on hacking for fun or grudges</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">22% of small businesses transitioned to remote work without a cybersecurity plan in place.</span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">To minimize and limit your site’s vulnerability and risk of cyber-attacks, WordPress provides you with the ability to install and use two-factor authentication</span> <span style=\"font-weight: 400;\">on your website.</span></p>\n<p><span style=\"font-weight: 400;\">In 2021</span><b>, </b><span style=\"font-weight: 400;\">it was reported that only </span><a href=\"https://www.bleepingcomputer.com/news/security/57-percent-of-businesses-use-multi-factor-auth-mfa-says-lastpass/\"><span style=\"font-weight: 400;\">57% of businesses</span></a><span style=\"font-weight: 400;\"> around the world will use some form of online Multi-Factor Auth (MFA) as a method of authentication, designed to add an extra layer of protection on top of users’ login credentials. Of those employees</span><span style=\"font-weight: 400;\"> using MFA, 95% reported using a software-based 2 factor authentication tool (such a mobile phone app), while 4% have a hardware-based 2 factor authentication solution, with roughly 1% using biometrics.</span></p>\n<p><b>What is Two-Factor Authentication and how does it work? </b></p>\n<p><span style=\"font-weight: 400;\">2FA refers to the process by which the person has to complete an extra level of login security verification to show that they have the necessary permissions required to access the site, documents, applications, sales information etc.</span></p>\n<h3><b>What are authentication factors?</b></h3>\n<p><span style=\"font-weight: 400;\">While all sites will have at least one login process to access your account, there are several ways in which a user can be authenticated using an additional authentication method. Most authentication methods typically rely on the user’s knowledge factors, which includes login information such as traditional passwords. By adding an additional 2 factor authentication method, this forces the user to give extra information, which is either a possession factor or an inherence factor.</span></p>\n<p><b>Knowledge Factor – </b><span style=\"font-weight: 400;\">This refers to the typical username/passwords and pin codes through which you can access a website account. No matter what type of password you select; including numbers, words, symbols, uppercase, and lowercase, it will still be considered ‘basic security’. </span></p>\n<p><b>Personal/Possession Factor – </b><span style=\"font-weight: 400;\">This level of security</span> <span style=\"font-weight: 400;\">factor refers to something that the user has in their possession. Examples of this can include your ID card, a previously answered security question, a one time password sent to your smart device, smartphone app verification etc. </span></p>\n<p><b>Biometric Factor – </b><span style=\"font-weight: 400;\">This can also be known as an inherence factor and is a security factor inherent in the user’s physical self. Typically, these are identified as unique personal physical characteristics such as fingerprint, facial, voice recognition or behavioral biometrics, including keystroke dynamics, gait or speech patterns.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/08/unnamed-7.png\"><img loading=\"lazy\" class=\"alignnone wp-image-1211910\" src=\"https://updraftplus.com/wp-content/uploads/2021/08/unnamed-7.png\" alt=\"\" width=\"627\" height=\"353\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/08/unnamed-7.png 467w, https://updraftplus.com/wp-content/uploads/2021/08/unnamed-7-300x169.png 300w\" sizes=\"(max-width: 627px) 100vw, 627px\" /></a></p>\n<p><span style=\"font-weight: 400;\">While most two-factor authentication methods will only rely on the first three methods of authentication, there are systems that require further and more detailed security and will require further multifactor authentication (MFA), which requires two or more independent credentials for more secure login/authentication.</span></p>\n<p><b>Location and Timing Factor – </b><span style=\"font-weight: 400;\">Some sites containing sensitive and personal information that you may try to log into, such as Facebook and Google, are designed to notify the owner if they register a user attempting to log into your account from a suspicious location or at an unusual time. If this occurs, the sites send an email to the owners to notify them of the login discrepancies.This method can be enforced by limiting authentication attempts to known user specific devices (such a model of their mobile phone), or by tracking the geographic source of an authentication attempt based on the source Internet Protocol address or some other geolocation information, such as Global Positioning System (GPS) data, derived from the user’s mobile phone or other device.</span></p>\n<p><span style=\"font-weight: 400;\">By using these 2FA methods, multiple layers of protection can protect your website from phishing attacks by hackers and other cyber-security problems.</span></p>\n<p><b>Is 2FA foolproof and can it be hacked? </b></p>\n<p><span style=\"font-weight: 400;\">2FA can go a very long way in making your site secure. But no matter how thorough and safe your security login process is, nothing can make it 100% safe. Even recently, the popular crypto currency trading exchange Coinbase </span><a href=\"https://www.techradar.com/uk/news/coinbase-customers-up-in-arms-after-hackers-drain-crypto-wallets\"><span style=\"font-weight: 400;\">was hacked</span></a><span style=\"font-weight: 400;\"> by actors who were able to bypass the user’s two factor authentication by cloning their mobile phones and gaining access to generated 2FA text message passcodes. </span></p>\n<p><span style=\"font-weight: 400;\">2FA security is only as secure as its weakest component. </span><span style=\"font-weight: 400;\">The National Institute of Standards and Technology (</span><a href=\"https://searchsoftwarequality.techtarget.com/definition/NIST\"><span style=\"font-weight: 400;\">NIST</span></a><span style=\"font-weight: 400;\">) has now discouraged the use of text messages in 2FA services, recommending instead that randomly generated time-limited tokens, owing to the risk of mobile phone cloning or malware that can intercept or redirect text messages.</span></p>\n<p><span style=\"font-weight: 400;\">Many large organizations, such as Google, Facebook, Uber, etc. have fallen victim to data hacks and have found their user information for sale on the dark web. Hackers’ tools and methods of attacks are becoming more sophisticated and harder to detect – incorporating phishing, password spraying, ransomware and malware attacks. While security teams are constantly working to improve online security, they have yet to put an end to the possibility. </span></p>\n<p><span style=\"font-weight: 400;\">According to</span><a href=\"https://www.privacyaffairs.com/dark-web-price-index-2020/\"><span style=\"font-weight: 400;\"> Dark Web Price Index 2020</span></a><span style=\"font-weight: 400;\">: </span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">“Data samples of millions of people sold on the Dark Web range from $25USD to $6000USD for premium accounts.”</span><b><i> </i></b></p>\n<p><span style=\"font-weight: 400;\">Typically, If the user has up-to-date security protocols, hackers will usually move on to a user that is more vulnerable and has failed to properly set up their additional security. </span></p>\n<p><b>Tips for minimizing the risk of cyberattacks:</b></p>\n<p><b>Always have a backup of your site</b><span style=\"font-weight: 400;\">: By using </span><a href=\"https://updraftplus.com/\"><span style=\"font-weight: 400;\">UpdraftPlus</span></a><span style=\"font-weight: 400;\">, you can ensure that you will have a secure and safe backup of your WordPress website. Should the worst happen and your site is the victim of a hack, you can revert to the older version of your site and make changes to your login process to make your site more secure.</span></p>\n<p><b>Ensure your site has a robust security system</b><span style=\"font-weight: 400;\">: While you can’t remove all of the risk of being hacked, you can minimize it. Ensure that you have a reputable two factor authentication login system for all users with back-end website access. Do not give unnecessary privileges to users if they do not require them, as they can be used to take control of the website. </span></p>\n<p><b>Update your plugins/themes/WordPress version</b><span style=\"font-weight: 400;\">: When hacking a WordPress site, this is the most common route of attack. Outdated plugins can be particularly vulnerable to hackers in giving them a route into your site.</span></p>\n<p><b>Make sure users are aware of the risks</b><span style=\"font-weight: 400;\">: It is vital that everyone with a higher level of access to your site be smart and aware of potential security issues. This means being aware of potential hacking attempts via email phishing scams, that may appear genuine, but are attempts to retrieve user names/passwords and install malware onto your computer.</span></p>\n<p><b>Strong passwords: </b><span style=\"font-weight: 400;\">While this may seem like the most obvious, it is also often the most overlooked. Having a strong and unpredictable password is often the first and best level of protection against most hacks. Passwords that are changed often and have a string of letters and special characters are very difficult to hack via forced password attacks. </span></p>\n<p><b>Ending Notes: </b></p>\n<p><span style=\"font-weight: 400;\">The more you know, the better your chances are of preventing any kind of cyber attack before it has even begun. A mixture of 2FA, updated software and secure passwords and help prevent the vast majority of attempted hacks. But should the worst happen, always remember that you should have a recent backup copy of your site with </span><a href=\"https://updraftplus.com/\"><span style=\"font-weight: 400;\">UpdraftPlus</span></a><span style=\"font-weight: 400;\">, which should be stored in a secure remote storage location. </span></p>\n<p><span style=\"font-weight: 400;\">If you have any suggestions or queries, feel free to comment below. We are interested in hearing from you.</span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/why-should-you-add-two-factor-authentication-2fa-to-your-wordpress-site-in-2021/\">Why should you add two-factor authentications (2FA) to your WordPress site in 2021?</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://updraftplus.com/why-should-you-add-two-factor-authentication-2fa-to-your-wordpress-site-in-2021/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://updraftplus.com/why-should-you-add-two-factor-authentication-2fa-to-your-wordpress-site-in-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:85:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WordPress Caching guide: How does it improve your site speed? \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/Fu-sEvzeHb0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://updraftplus.com/wordpress-caching-guide-how-does-it-improve-your-site-speed/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Aug 2021 18:05:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:20:\"Other WordPress news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Caching\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"how\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:5:\"speed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1206432\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:806:\"<p>In this blog, we will discuss WordPress caching; what it does – and how it improves the performance and speed of your website. What is Caching? To understand WordPress caching, you first have to understand the concept of caching. Caching refers … <a href=\"https://updraftplus.com/wordpress-caching-guide-how-does-it-improve-your-site-speed/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/wordpress-caching-guide-how-does-it-improve-your-site-speed/\">WordPress Caching guide: How does it improve your site speed? </a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Melvin Braide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12890:\"<p><iframe loading=\"lazy\" title=\"WordPress Caching guide: How does it improve your site speed?\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/a-7wED0YwXY?feature=oembed\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n<p><span style=\"font-weight: 400;\">In this blog, we will discuss WordPress caching; what it does – and how it improves the performance and speed of your website. </span></p>\n<h2><b>What is Caching? </b></h2>\n<p><span style=\"font-weight: 400;\">To understand WordPress caching, you first have to understand the concept of caching. </span><span style=\"font-weight: 400;\">Caching refers to the process of storing data in temporary folders where they are easily accessible. It’s primary aim is to reduce processing time and make information available as quickly as possible. </span></p>\n<p><span style=\"font-weight: 400;\">This is especially important in WordPress websites. WordPress websites are dynamic by default, which means that each time a user visits your site, WordPress goes through a series of steps to generate information from your database to show to the visitor. </span></p>\n<p><span style=\"font-weight: 400;\">The benefit of this process is that the user gets a somewhat customized experience, since the pages are generated specifically for them. This benefit has the drawbacks that occur as a result of the long processing time, which can make the website slower.</span></p>\n<p>When it comes to caching specifically in WordPress, it works by following the process of temporarily storing the dynamically generated files of frequently visited pages on your website as static files for easy recollection and use. Caching reduces the demand on your web server to continuously generate dynamic content. <span style=\"font-weight: 400;\">This means that when a user visits a page, the page shown to the user is stored exactly how it appeared the last time they visited, so the next time that page is requested, there’s no need for WordPress to generate a new page. It just presents the previously generated page, at a rate that is 3-5 times faster. </span></p>\n<p><span style=\"font-weight: 400;\">There are two types of content available on web pages:</span></p>\n<ul>\n<li>Static files: As the name implies, static files refer to the types of content that do not change. These types of files include images, javascript files, css stylesheets, and HTML pages. Static content remains the same regardless of the user and is created long before they are needed.</li>\n<li>Dynamic files: Dynamic content is created at the point of request, specifically for the user. This type of content is created based on the user’s location, device and time of request.</li>\n</ul>\n<p><span style=\"font-weight: 400;\">WordPress caching is the process of storing these dynamic files as static files, thereby increasing the speed and performance of your website. </span></p>\n<p><span style=\"font-weight: 400;\">There are two basic types of caching – Client-side and server-side. </span></p>\n<h4><b>Client-side Caching </b></h4>\n<p><span style=\"font-weight: 400;\">Client-side caching occurs when the temporary caching files are stored on the end user’s device. Modern browsers have the benefit of having smart coding that aims to reduce redundancies by saving static files for future use. </span></p>\n<p><span style=\"font-weight: 400;\">As a result, when users open a web-page, the browser starts downloading static files such as images, HTML pages and other multimedia content. Their browser saves all these files so it doesn’t have to re-download them every time you visit the site in the future. </span></p>\n<p><span style=\"font-weight: 400;\">While this helps with the speed of your browsing, it is recommended that you clean up your cache data once in a while so the files don’t become too bulky and reduce the performance of your browser.</span></p>\n<h4><b>Server-side Caching </b></h4>\n<p><span style=\"font-weight: 400;\">Server side caching refers to the caching protocol employed by your WordPress server to save temporary files. There are four possible protocols for WordPress Caching; </span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Page caching </span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">OPcode caching </span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Object caching </span></li>\n<li aria-level=\"1\">CDN Caching<span style=\"font-weight: 400;\"> </span></li>\n</ul>\n<h4><b>Page Caching </b></h4>\n<p><span style=\"font-weight: 400;\">Page caching occurs when your caching plugin – like WP-Optimise – saves the dynamically generated HTML files on your server’s hard disk (RAM) after the first time it is loaded. Whenever there is another request for that page, your server produces the previously generated data.</span></p>\n<h4><b>OPcode Caching </b></h4>\n<p><span style=\"font-weight: 400;\">When a PHP file is loaded on the website, OPcode caching saves the compiled PHP code. For a PHP code to execute, it must be generated and compiled by the PHP compiler. OPcode caching saves the initially generated code on the server’s RAM, to save time upon subsequent requests. </span></p>\n<h4><b>Object Caching </b></h4>\n<p><span style=\"font-weight: 400;\">Object based caching saves database queries after the first time they are requested. This way, it reduces PHP execution time and load time when the query is requested again. </span><span style=\"font-weight: 400;\">Since WordPress is a content management system that is reliant on databases, object caching seeks to reduce the load on the database and reproduce previously loaded content faster. </span><span style=\"font-weight: 400;\">This is crucial for high traffic websites. So crucial that WordPress has its own internal caching system that can be enhanced with a third party tool.</span></p>\n<h4><b>CDN Caching </b></h4>\n<p><span style=\"font-weight: 400;\">CDN (content delivery network) caching refers to the process of storing web content in proxy servers that are much closer to the end user. By using proxy servers, CDN caching helps your website to deliver content much faster. </span></p>\n<h4><b>How does WordPress Caching improve your WordPress site speed and performance?</b></h4>\n<p><span style=\"font-weight: 400;\">WordPress caching increases the speed of your website in three primary ways</span></p>\n<h4><b>Moves files to “recent memory”</b></h4>\n<p><span style=\"font-weight: 400;\">You may be aware that computers and computer systems are built to mimic the brain. Caching is a prime example of that. </span></p>\n<p><span style=\"font-weight: 400;\">When you try to remember an event from your childhood, it takes a while before you fully recollect the details. However, if you try to remember that same event days later, you remember the details almost at once. This is because your brain moved the event to a recent memory. It may surprise you to learn that you are not remembering the event, but you are in fact remembering the last time you remembered the event. </span></p>\n<p><span style=\"font-weight: 400;\">Caching adopts this same principle by storing previously loaded web elements in a “recent folder.” As a result, your web pages load faster when they are requested. </span></p>\n<h4><b>Saves files closer to the end user</b></h4>\n<p><span style=\"font-weight: 400;\">Another way caching increases the speed of your website is by delivering content that is closer to the user; either from a server close by or from the user’s hard disk. This is a combination of client-side and server-side caching. </span></p>\n<h4><b>Compress images </b></h4>\n<p><span style=\"font-weight: 400;\">Caching plugins like </span><a href=\"https://getwpo.com/buy/\"><span style=\"font-weight: 400;\">WP-Optimize</span></a><span style=\"font-weight: 400;\"> give you the option of compressing your images. Bulky images take more time to load which can slow down the overall speed of your website. With cache plugins, you can manually or automatically compress images to reduce load time. </span></p>\n<h4><b>How Caching boosts performance of your WordPress website </b></h4>\n<p><span style=\"font-weight: 400;\">Caching plugins don’t only increase your load speed, but they reduce the workload on your server. The following are the ways by which caching improves your website’s performance</span></p>\n<h4><b>Improves user experience </b></h4>\n<p><span style=\"font-weight: 400;\">Consumer attention span reduced from </span><a href=\"https://www.thehindu.com/education/does-the-decrease-of-average-human-attention-span-have-an-impact-on-education/article34116513.ece\"><span style=\"font-weight: 400;\">12 seconds to 8 seconds</span></a><span style=\"font-weight: 400;\"> in just 16 years from 2000 to 2016. There’s an explanation for this; technological advancements, intense competition and over stimulation of the mind from smart devices are the most significant culprits. </span></p>\n<p><span style=\"font-weight: 400;\">This now means that you have only a few seconds to make an impression or lose the user to a potential competitor. Research suggests that slow websites are a huge turnoff to modern day internet users. </span></p>\n<p><span style=\"font-weight: 400;\">There is also a </span><a href=\"https://www.section.io/blog/page-load-time-bounce-rate/\"><span style=\"font-weight: 400;\">correlation between higher bounce rates and slower pages</span></a><span style=\"font-weight: 400;\">, which means the longer it takes your page to load, the higher your bounce rate. </span><a href=\"https://www.bluecorona.com/blog/how-fast-should-website-be/\"><span style=\"font-weight: 400;\">The ideal page load time is under 2 seconds</span></a><span style=\"font-weight: 400;\">. A load time beyond 3 seconds can increase page abandonment rate by up to 87%. </span></p>\n<h4><b>Improves ranking </b></h4>\n<p><span style=\"font-weight: 400;\">Website speed is a performance and ranking factor for search engines. In recent times, search engines like Google have begun to penalize slow websites. Websites with longer page load times are eventually pushed farther down the pecking order and replaced by faster websites. </span></p>\n<p><span style=\"font-weight: 400;\">Google prioritizes user experience as a ranking factor and site speed is a crucial aspect of the UX. When users get disappointing experiences from the websites search engines direct them to, it reflects poorly on the search engine. Users are then less likely to trust the search engine results if that trend continues. </span></p>\n<h4><b>Boosts content availability </b></h4>\n<p><span style=\"font-weight: 400;\">Several factors affect whether or not your website will load for a user. Frequent network interruptions or network congestion for example, are two of those factors. Since WordPress dynamically generates content for the user, this could greatly affect the performance of your website for that user. </span></p>\n<p><span style=\"font-weight: 400;\">Caching solves this problem by providing an already generated page for the end user. This way, you won’t lose a potential or active customer to a poor network connection.</span></p>\n<h4><b>Cleans your database </b></h4>\n<p><span style=\"font-weight: 400;\">Caching plugins like </span><a href=\"https://getwpo.com/buy/\"><span style=\"font-weight: 400;\">WP-Optimize</span></a><span style=\"font-weight: 400;\"> work to clean your database by de-fragmenting MySQL tables and clearing data like trashed comments, expired transient options, pingbacks, etc. This process is important because without it, your website’s performance and speed reduces overtime. </span></p>\n<h4><b>Conclusion</b></h4>\n<p><span style=\"font-weight: 400;\">Chances are that you may never get to notice how your website interacts with every end user. You can’t tell what happens when people try to access your website from halfway across the world. But what you can do is ensure that your WordPress site’s performance and speed are optimal at all times. With WordPress caching, you don’t have to lose sleep worrying about all that. Install a reputable plugin like </span><a href=\"https://getwpo.com/buy/\"><span style=\"font-weight: 400;\">WP-Optimize</span></a><span style=\"font-weight: 400;\">, and buy yourself some time to focus on other aspects of your business. </span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/wordpress-caching-guide-how-does-it-improve-your-site-speed/\">WordPress Caching guide: How does it improve your site speed? </a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://updraftplus.com/wordpress-caching-guide-how-does-it-improve-your-site-speed/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://updraftplus.com/wordpress-caching-guide-how-does-it-improve-your-site-speed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:88:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"How to update your site to the latest version of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/bBuHhkoiWnM/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://updraftplus.com/how-to-update-your-site-to-the-latest-version-of-wordpress/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Aug 2021 13:59:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:15:\"Tips and tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"latest version\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1200580\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:769:\"<p>If you have a WordPress website, you will know that it should always be run on the latest version of WordPress as the updated version of the software provides better performance and security. In this blog, we will discuss all … <a href=\"https://updraftplus.com/how-to-update-your-site-to-the-latest-version-of-wordpress/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-update-your-site-to-the-latest-version-of-wordpress/\">How to update your site to the latest version of WordPress</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Sajid Sayyad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16644:\"<p><iframe loading=\"lazy\" title=\"How to update your site to the latest version of WordPress\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/dbyzxgLzUbo?feature=oembed\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n<p><span style=\"font-weight: 400;\">If you have a WordPress website, you will know that it should always be run on the latest version of WordPress as the updated version of the software provides better performance and security.</span></p>\n<p><span style=\"font-weight: 400;\">In this blog, we will discuss all the ways you can update your website to the latest version of WordPress. We will go through the process on how to download the latest WordPress version and update it manually and also show you how to automate your WordPress updates – which can be highly beneficial, as it can save you a lot of time and effort.</span></p>\n<p><b>Why you should always use the latest version of WordPress</b></p>\n<p><span style=\"font-weight: 400;\">WordPress is an extremely popular and open source software platform. This means everyone can study the code, as it is available publicly as open source. This allows developers to analyze, improve and contribute to the WordPress codebase. Whenever a developer finds any bugs or security issues, it is reported to the WordPress software team, who then fix the issue and release a new WordPress update, with all the issues hopefully fixed. This approach to problem analysis/solving has largely been the reason why WordPress has managed to grow so rapidly.</span></p>\n<p><span style=\"font-weight: 400;\">However, the web is not populated only by people with good intentions. There are entire cottage industries in operation that exist to employ hackers to actively look for vulnerabilities and loopholes in the source code. As it powers over a third of all the websites in the world, WordPress is a hugely popular target and often top of the list for hackers. If a vulnerability is found in an older version of WordPress, hackers will attack these sites and steal all valuable data (such as emails, billing information etc).</span></p>\n<p><span style=\"font-weight: 400;\">Apart from security fixes, users of WordPress will also get access to new features and better performances when they download the latest version of WordPress. For example, the latest WordPress 5.8 version has introduced a few new features that you can read in the </span><a href=\"https://wordpress.org/news/2021/07/tatum\"><span style=\"font-weight: 400;\">release documentation</span></a><span style=\"font-weight: 400;\">.</span></p>\n<p><span style=\"font-weight: 400;\">Now you are aware and understand the need to upgrade WordPress, let’s take a detailed look at how to perform the upgrade. </span></p>\n<p><b>Things to do before upgrading WordPress</b></p>\n<p><span style=\"font-weight: 400;\">Whenever you plan to update the software, remember to always take a backup of the current site with </span><a href=\"https://updraftplus.com/\"><span style=\"font-weight: 400;\">UpdraftPlus</span></a><span style=\"font-weight: 400;\">. By doing this, you will be able to restore the site immediately if the new updates result in unexpected issues and break your website. It is recommended that you store your backup in a remote storage location (such as Google Drive), so you will always have access to it; even if an upgrade causes an issue with your server.</span></p>\n<p><span style=\"font-weight: 400;\">For extra safety and security, you can also use <a href=\"https://updraftplus.com/updraftclone/\">UpdraftClone</a> to create an identical copy of your site and test out any update on, further removing any potential risks as UpdraftClone allows you to create a cloned test site of your live site instantly and directly from UpdraftPlus. Once you have created a clone of your site, you can carry out updates and tests, safe in the knowledge that your live site is completely safe from any potential issues. </span></p>\n<p><span style=\"font-weight: 400;\">When it comes to WordPress backup, UpdraftPlus is the number one choice of users. At the time of writing this article, it is being used on over 3 million websites. Follow our guide: </span><a href=\"https://updraftplus.com/how-to-backup-a-wordpress-site-step-by-step-guide\"><span style=\"font-weight: 400;\">How to Backup a WordPress Site: Step by Step Guide</span></a><span style=\"font-weight: 400;\"> for instruction on how to backup your site before updating WordPress.</span></p>\n<p><span style=\"font-weight: 400;\">Once you have your website backed-up, remember to choose the right time to schedule your upgrade. Updating WordPress usually only takes a minute or two, but in certain situations it may take longer than expected. During this process, it is important to remember that customers/visitors to your site should not face any unexpected behavior or access issues. To avoid this, it is best to pick a time when you typically have less users active on the site.</span></p>\n<p><b>Manually upgrading WordPress to the latest version</b></p>\n<p><span style=\"font-weight: 400;\">WordPress regularly releases updates with both major and minor releases. Minor releases are typically reserved for security and bug fixes. Since WordPress 3.7 or above, automatic updates are turned on for minor releases. This means you do not need to upgrade it manually as WordPress handles these minor updates on it’s own.</span></p>\n<p><span style=\"font-weight: 400;\">When it comes to major releases, there are 2 options available to upgrade to the latest version – automatic (via a press of button) or manual. </span></p>\n<p><b>Upgrading WordPress from the Dashboard</b></p>\n<p><span style=\"font-weight: 400;\">This is a straightforward and easy to follow process. All you need to do is press on the “Update now” button and the upgrade will start automatically. It can be done in a few moments.</span></p>\n<p><span style=\"font-weight: 400;\">To access this option, go to </span><b>Dashboard->Updates</b><span style=\"font-weight: 400;\"> page in your WordPress site. You will see the ‘Update now’ button as shown below.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/08/unnamed-4.png\"><img loading=\"lazy\" class=\"alignnone wp-image-1200607\" src=\"https://updraftplus.com/wp-content/uploads/2021/08/unnamed-4.png\" alt=\"\" width=\"581\" height=\"135\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/08/unnamed-4.png 581w, https://updraftplus.com/wp-content/uploads/2021/08/unnamed-4-480x112.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 581px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">In the screenshot, you will see that it states that your site will be in maintenance mode until the updates are complete. As previously mentioned, this is the reason for picking the “low visitor” hours when carrying out your upgrade.</span></p>\n<p><span style=\"font-weight: 400;\">Press the ‘Update now’ button and WordPress initiates the upgrading process for you. It may take a couple of minutes.</span></p>\n<p><span style=\"font-weight: 400;\">Once WordPress has installed the updates, you should be redirected to a page where you can see a list of new features available in the latest update.</span></p>\n<p><span style=\"font-weight: 400;\">There may be some cases where this process is not possible. If this is the case, you can follow the below update process instead.</span></p>\n<p><b>Upgrade WordPress using FTP Client</b></p>\n<p><span style=\"font-weight: 400;\">In order to update WordPress manually to the latest version, you will need to perform the following steps.</span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Download the </span><a href=\"https://wordpress.org/download\"><span style=\"font-weight: 400;\">latest WordPress</span></a><span style=\"font-weight: 400;\"> zip.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Extract the zip.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Connect your site with an FTP client (</span><a href=\"https://filezilla-project.org\"><span style=\"font-weight: 400;\">FileZilla</span></a><span style=\"font-weight: 400;\"> is a popular FTP Client).</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Upload </span><i><span style=\"font-weight: 400;\">wp-admin</span></i><span style=\"font-weight: 400;\">, </span><i><span style=\"font-weight: 400;\">wp-includes</span></i><span style=\"font-weight: 400;\"> directories (from the extracted zip) on your site, replacing older versions.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Upload all core files from the root directory of extracted zip. Remember not to change the </span><i><span style=\"font-weight: 400;\">wp-config.php</span></i><span style=\"font-weight: 400;\"> file.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Upload </span><i><span style=\"font-weight: 400;\">wp-content/index.php. </span></i></li>\n</ul>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/08/unnamed-1.png\"><img loading=\"lazy\" class=\"alignnone wp-image-1200610\" src=\"https://updraftplus.com/wp-content/uploads/2021/08/unnamed-1.png\" alt=\"\" width=\"674\" height=\"225\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/08/unnamed-1.png 674w, https://updraftplus.com/wp-content/uploads/2021/08/unnamed-1-480x160.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 674px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">WordPress writes the code for core functionalities and new features in the </span><i><span style=\"font-weight: 400;\">wp-admin</span></i><span style=\"font-weight: 400;\"> and </span><i><span style=\"font-weight: 400;\">wp-includes</span></i><span style=\"font-weight: 400;\"> folders. The files in the root directory also contain the code for new updates. While updating WordPress, we need to only replace these files and folders. When developing your WordPress websites, remember not to touch these files – at any cost, as it can break the system. These files are part of the core development and must remain untouched.</span></p>\n<p><span style=\"font-weight: 400;\">Once you are done with the manual process, go to the admin area of your site. Sometimes you need to update your database for the new version. You may see the below notice asking to update your WordPress database.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/08/New-Project-2021-08-13T143207.396.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1200616\" src=\"https://updraftplus.com/wp-content/uploads/2021/08/New-Project-2021-08-13T143207.396.jpg\" alt=\"\" width=\"607\" height=\"306\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/08/New-Project-2021-08-13T143207.396.jpg 607w, https://updraftplus.com/wp-content/uploads/2021/08/New-Project-2021-08-13T143207.396-480x242.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 607px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">If you come across this notice, just press the ‘Update WordPress Database’ button.</span></p>\n<p><span style=\"font-weight: 400;\">After this, login to your admin area – you should now see you have successfully updated to the latest version of WordPress.</span></p>\n<p><span style=\"font-weight: 400;\">It is important to carry out due diligence on your site after an update. Browse your site and make sure everything is in the right place and is working correctly. Most of the time, WordPress updates will not cause any issues if you are using the system correctly and carried out the update in the proper manner. However, if you are experiencing unpredictable behaviour, you can quickly restore your site to the older working version using your UpdraftPlus backup.</span></p>\n<p><span style=\"font-weight: 400;\">You can also save further time by automating the WordPress updates process using the </span><a href=\"https://easyupdatesmanager.com\"><span style=\"font-weight: 400;\">Easy Update Manager</span></a><span style=\"font-weight: 400;\"> plugin.</span></p>\n<p><b>Manage automatic WordPress updates</b></p>\n<p><span style=\"font-weight: 400;\">The </span><a href=\"https://easyupdatesmanager.com/\"><span style=\"font-weight: 400;\">Easy Update Manager</span></a><span style=\"font-weight: 400;\"> plugin is built by the same team that brings you UpdraftPlus. At the time of writing, Easy Updates Manager has 300K+ active installations. By using this plugin, you can automate WordPress, plugin and theme updates. </span></p>\n<p><span style=\"font-weight: 400;\">Users can also use a </span><a href=\"https://wordpress.org/plugins/stops-core-theme-and-plugin-updates\"><span style=\"font-weight: 400;\">free version</span></a><span style=\"font-weight: 400;\"> of the plugin with a limited set of features. However, it is suggested that you install the Premium version, as it contains many handy features that can make updating easier and quicker. These include:</span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Safe Update – Block automatic updates if the update states a minimum PHP or WP version requirement that is not met by the site/server.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Schedule Updates. Customize your update schedule to minimize any downtime.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Auto-update protection. If something goes wrong during an auto-update, the plugin will alert you via email and then try to fix it automatically.</span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Upon installation, you can find the settings under the </span><b>Dashboard->Updates options</b><span style=\"font-weight: 400;\">. On this page, you will see the different options to manage WordPress, plugin and theme updates. Under the ‘WordPress core updates’, press the ‘Auto update all releases’ button. </span></p>\n<p><span style=\"font-weight: 400;\">Add your email address under ‘Core notification emails’. You will now receive an email at this address when your site updates.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/08/unnamed-2-1.png\"><img loading=\"lazy\" class=\"alignnone wp-image-1200617\" src=\"https://updraftplus.com/wp-content/uploads/2021/08/unnamed-2-1.png\" alt=\"\" width=\"651\" height=\"150\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/08/unnamed-2-1.png 651w, https://updraftplus.com/wp-content/uploads/2021/08/unnamed-2-1-480x111.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 651px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">When using the premium version of the plugin, you can set your updates to suit your schedule. As previously discussed, if you wanted to update WordPress and pick a time when your site had less visitors, go to the ‘Advanced’ tab and set your preferred schedule time under ‘Automatic update scheduling’.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/08/unnamed-3.png\"><img loading=\"lazy\" class=\"alignnone wp-image-1200608\" src=\"https://updraftplus.com/wp-content/uploads/2021/08/unnamed-3.png\" alt=\"\" width=\"670\" height=\"229\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/08/unnamed-3.png 670w, https://updraftplus.com/wp-content/uploads/2021/08/unnamed-3-480x164.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 670px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">These are the basic settings required to automate your WordPress updates. Now you can just sit back and relax and let the plugin handle all the upgrading stuff for you.</span></p>\n<p><b>Conclusion</b></p>\n<p><span style=\"font-weight: 400;\">We have run through both the automatic and manual processes for upgrading to the latest version of WordPress. The user can use either process in order to help keep your site safe from hackers. Remember to always take a backup before updating using UpdraftPlus!</span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-update-your-site-to-the-latest-version-of-wordpress/\">How to update your site to the latest version of WordPress</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://updraftplus.com/how-to-update-your-site-to-the-latest-version-of-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://updraftplus.com/how-to-update-your-site-to-the-latest-version-of-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:88:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"How to create a WordPress custom theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/VoA1IAJMujo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://updraftplus.com/how-to-create-a-wordpress-custom-theme/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Aug 2021 12:57:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:20:\"Other WordPress news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Tips and tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"Create\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:12:\"custom theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1194438\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:722:\"<p>WordPress occupies a huge percentage of the world’s websites, making up 37% of all sites currently online. While there are many reasons and factors for this success, one of the main reasons is the popularity of features available to all … <a href=\"https://updraftplus.com/how-to-create-a-wordpress-custom-theme/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-create-a-wordpress-custom-theme/\">How to create a WordPress custom theme</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Sajid Sayyad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:23273:\"<p><iframe loading=\"lazy\" title=\"How to Create a WordPress Custom Theme\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/U_ZJHFwvKtY?feature=oembed\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n<p><span style=\"font-weight: 400;\">WordPress occupies a huge percentage of the world’s websites, making up </span><a href=\"https://www.envisagedigital.co.uk/wordpress-market-share/#:~:text=WordPress%20powers%2037%25%20of%20all%20websites%20and%2062%25%20of%20CMS,top%20100%E2%80%94websites%20in%202021.\"><span style=\"font-weight: 400;\">37% of all sites</span></a><span style=\"font-weight: 400;\"> currently online. While there are many reasons and factors for this success, one of the main reasons is the popularity of features available to all users. Plugins, themes, posts, pages, categories, taxonomies, user roles and media handling just to name a few. To get the most out of WordPress, it is recommended users study and learn how to use all of these features. In this blog, we will focus on and discuss WordPress Themes and will walk you through the basics required on how to create a WordPress custom theme.</span></p>\n<h4><b>What is a custom theme?</b></h4>\n<p><span style=\"font-weight: 400;\">Everything on the frontend of your site is being run from and controlled using something called a ‘theme’. A website’s theme is responsible for the specific design and functionality of the website. You can check out the </span><a href=\"https://wordpress.org/themes\"><span style=\"font-weight: 400;\">WordPress theme repository</span></a><span style=\"font-weight: 400;\"> or </span><a href=\"https://themeforest.net/category/wordpress\"><span style=\"font-weight: 400;\">Themeforest</span></a><span style=\"font-weight: 400;\"> for theme examples; here you will find thousands of themes listed for you to explore and download.</span></p>\n<p><span style=\"font-weight: 400;\">While established WordPress themes are great, if you have the ability and need, you may also want to build your own custom theme for a client, for yourself, or to submit to the marketplaces with the intention of selling it. When creating a commercial theme, you will need to follow the marketplaces guidelines for coding standards, structure of files and folders, etc. You can find more details regarding these guidelines on the </span><a href=\"https://www.templatemonster.com/blog/sell-wordpress-themes/\"><span style=\"font-weight: 400;\">marketplaces websites</span></a><span style=\"font-weight: 400;\">. </span></p>\n<p><span style=\"font-weight: 400;\">In this blog, we will run through a tutorial to show you a basic overview on how to create your very own WordPress theme by covering all the basics and steps associated with the process. </span></p>\n<p><b>Create a WordPress custom theme</b></p>\n<p><span style=\"font-weight: 400;\">WordPress themes are built with template files, scripts, styles, images, etc. To proceed, you should have working knowledge of PHP, HTML and CSS, which are required to build a custom theme. Understanding JavaScript can also be an additional advantage.</span></p>\n<p><span style=\"font-weight: 400;\">To get started, we will first name the theme ‘Updraft’. Create a folder called ‘Updraft’ inside </span><i><span style=\"font-weight: 400;\">wp-content/themes</span></i><span style=\"font-weight: 400;\">. Within this ‘Updraft’ folder, you will write your theme related code, store files, images, fonts, etc. </span></p>\n<p><span style=\"font-weight: 400;\">The main files of the custom WordPress theme are:</span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">style.css</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">index.php</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">functions.php</span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">The </span><i><span style=\"font-weight: 400;\">style.css </span></i><span style=\"font-weight: 400;\">will be the main stylesheet file and you can add all of your CSS in this file. Remember that you must include an information header about the theme. The header should look similar to the below format and be on the top of </span><i><span style=\"font-weight: 400;\">style.css.</span></i></p>\n<pre style=\"background: #efefef;\"><code>/* \nTheme Name: Updraft \nTheme URI: https://updraftplus.com \nAuthor: UpdraftPlus \nAuthor URI: https://updraftplus.com \nDescription: The custom theme built for the website. \nVersion: 1.0 \nLicense: GNU General Public License v2 or later \nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html \nText Domain: updraft \n*/ \n</code></pre>\n<pre></pre>\n<p><span style=\"font-weight: 400;\">Next, go to the </span><b>Appearance >>Themes, </b><span style=\"font-weight: 400;\">where you will see your theme listed. Activate it. When you check the frontend of your site, it will show a blank screen – as we have not added anything to the theme yet..</span></p>\n<p><span style=\"font-weight: 400;\">Remember to store your images, scripts and styles into your theme directory. The theme directory refers to the ‘wp-content/themes/Updraft’ folder. Be sure to keep them organized by using a good folder structure, creating specific folders for images, scripts and styles; Copy the files into the respective directory.</span></p>\n<h4><b>Functions File</b></h4>\n<p><span style=\"font-weight: 400;\">The </span><i><span style=\"font-weight: 400;\">functions.php </span></i><span style=\"font-weight: 400;\">is the file where you can add code for different purposes. This file is automatically loaded during WordPress initialization, with the code written in it executed automatically.</span></p>\n<p><span style=\"font-weight: 400;\">The following operations in the </span><i><span style=\"font-weight: 400;\">functions.php</span></i><span style=\"font-weight: 400;\"> file are usually carried out in this order:</span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Enqueue theme stylesheets and scripts (add the JS and CSS files to the website).</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Enable Sidebars, Navigation Menus, Post Thumbnails, etc.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Define functions used throughout the application.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Etc.</span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">The user can add their styles and scripts from </span><i><span style=\"font-weight: 400;\">functions.php</span></i><span style=\"font-weight: 400;\"> file as follows. Please see the following link for more </span><a href=\"https://developer.wordpress.org/themes/basics/including-css-javascript\"><span style=\"font-weight: 400;\">documentation</span></a><span style=\"font-weight: 400;\">.</span></p>\n<pre style=\"background: #efefef;\"><code>function include_js_css() {\nwp_register_style( “bootstrap”, get_stylesheet_directory_uri() .\n“/styles/bootstrap.min.css”, array(), false, “all” );\nwp_enqueue_style( “bootstrap” );\nwp_register_script(‘bootstrap’, get_stylesheet_directory_uri() .\n‘/scripts/bootstrap.min.js’, array(), false, true);\nwp_enqueue_script(‘bootstrap’);\n}\nadd_action(‘wp_enqueue_scripts’, ‘include_js_css’);\n</code></pre>\n<p><span style=\"font-weight: 400;\">The </span><i><span style=\"font-weight: 400;\">get_stylesheet_directory_uri() </span></i><span style=\"font-weight: 400;\">function gives a relative path of the active theme directory. The rest of the code can be seen to be the path of the assets.</span></p>\n<p><span style=\"font-weight: 400;\">Similarly, for adding Navigation Menus, Post Thumbnails:</span></p>\n<pre style=\"background: #efefef;\"><code>function updraft_theme_setup() \n{ add_theme_support( \'post-thumbnails\' ); \nregister_nav_menus( \narray( \'primary\' => __( \'Primary Menu\' ), \n\'footer1=\' => __( \'Footer Menu\' ), \n\'shop\' => __( \'Shop Page Menu\' ), \n) \n); \n} add_action( \'after_setup_theme\', \'updraft_theme_setup\' ); \n</code></pre>\n<p><span style=\"font-weight: 400;\">Next, go to the WordPress dashboard and add a post or page. You should see the ‘Featured Image’ section. Additionally, under the </span><b>Appearance >> Menus, </b><span style=\"font-weight: 400;\">you will find the Primary Menu and Footer Menu under </span><b>Manage Locations</b><span style=\"font-weight: 400;\">.</span></p>\n<p><span style=\"font-weight: 400;\">These are just a few of the basic features you can cover while using the ‘Function’ file. There are a lot more you can add in this file if you so wished.</span></p>\n<h4><b>Template files</b></h4>\n<p><span style=\"font-weight: 400;\">When building your theme, template files can be used to affect the layout and design of different parts of your website. For example, you would use the header.php template to create a header, or the comments.php template to include comments on your site. Template files have a </span><i><span style=\"font-weight: 400;\">.php</span></i><span style=\"font-weight: 400;\"> extension. As they are PHP files, all pages output as HTML.</span></p>\n<p><span style=\"font-weight: 400;\">Using templates, developers can distribute code among multiple files. Listed below are some of the files in question.</span></p>\n<ul>\n<li><i><span style=\"font-weight: 400;\">index.php </span></i><span style=\"font-weight: 400;\">: The main template. This file should be responsible for post listing. When you set the Posts page from </span><b>Settings >> Readings</b><span style=\"font-weight: 400;\">, this template gets executed.</span></li>\n<li><i><span style=\"font-weight: 400;\">page.php </span></i><span style=\"font-weight: 400;\">: This template is responsible for rendering your pages. This setting can be overridden by assigning a custom page template to individual pages.</span></li>\n<li><i><span style=\"font-weight: 400;\">single.php</span></i><span style=\"font-weight: 400;\"> : Used when a single post is queried.</span></li>\n<li><i><span style=\"font-weight: 400;\">header.php</span></i><span style=\"font-weight: 400;\"> : Add your header part in this template.</span></li>\n<li><i><span style=\"font-weight: 400;\">footer.php</span></i><span style=\"font-weight: 400;\"> : Add your footer part in this template.</span></li>\n<li><i><span style=\"font-weight: 400;\">sidebar.php</span></i><span style=\"font-weight: 400;\"> : Add widgets in this template.</span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Get a list of all template files available </span><a href=\"https://codex.wordpress.org/Theme_Development#Template_Files\"><span style=\"font-weight: 400;\">here</span></a><span style=\"font-weight: 400;\">.</span></p>\n<h4><b>Custom page templates</b></h4>\n<p><span style=\"font-weight: 400;\">By default, all your pages are rendered through the </span><i><span style=\"font-weight: 400;\">page.php </span></i><span style=\"font-weight: 400;\">template. But in practice, you sometimes have to display separate flows on different pages. In this scenario, it is recommended that you use the power of custom page templates.</span></p>\n<p><span style=\"font-weight: 400;\">For example, if you have a ‘Career’ page and you want to add your code to this page; to achieve this you would need to create a </span><i><span style=\"font-weight: 400;\">career.php </span></i><span style=\"font-weight: 400;\">file into the theme directory and place the comment below at the top of the file.</span></p>\n<pre style=\"background: #efefef;\"><code><?php \n/* \nTemplate Name: Career \n*/ \n</code></pre>\n<p><span style=\"font-weight: 400;\">Next, go to the page edit section and assign this ‘Career’ template from under the </span><b>Page Attributes</b><span style=\"font-weight: 400;\"> box.</span></p>\n<p><span style=\"font-weight: 400;\">Now when you visit the Career page – code from the </span><i><span style=\"font-weight: 400;\">career.php </span></i><span style=\"font-weight: 400;\">will be executed.</span><code><br />\n</code></p>\n<h4><b>Header file</b></h4>\n<p><span style=\"font-weight: 400;\">Your website will have a common header on all pages. You can place this common header into the </span><i><span style=\"font-weight: 400;\">header.php</span></i><span style=\"font-weight: 400;\">. The header code will be something like this:</span></p>\n<pre style=\"background: #efefef;\"><code><!DOCTYPE html>\n<html <?php language_attributes(); ?>>\n<head>\n<meta charset=\"<?php bloginfo(\'charset\'); ?>\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<?php wp_head(); ?>\n</head>\n<body <?php body_class(); ?>>\n<?php wp_body_open(); ?>\n<!-- your menu --></code></pre>\n<p><span style=\"font-weight: 400;\">In the above code, you will notice that we used some functions available in WordPress.</span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a href=\"https://developer.wordpress.org/reference/functions/wp_head\"><span style=\"font-weight: 400;\">wp_head()</span></a><span style=\"font-weight: 400;\"> : This method inserts crucial elements into your document – e.g., scripts, styles and meta tags.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a href=\"https://developer.wordpress.org/reference/functions/body_class\"><span style=\"font-weight: 400;\">body_class()</span></a><span style=\"font-weight: 400;\"> : This will add different classes to the body element.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a href=\"https://developer.wordpress.org/reference/functions/wp_body_open\"><span style=\"font-weight: 400;\">wp_body_open()</span></a><span style=\"font-weight: 400;\"> : Used to insert code immediately after opening the body tag. An example of this would be the- Google Analytics script.</span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Menus can be added dynamically through the </span><a href=\"https://developer.wordpress.org/reference/functions/wp_nav_menu\"><span style=\"font-weight: 400;\">wp_nav_menu()</span></a><span style=\"font-weight: 400;\"> function. Assuming you have first already created a menu under </span><b>Appearance >> Menus</b><span style=\"font-weight: 400;\"> and assigned ‘primary’ location to it. The code below generates the menu elements dynamically.</span></p>\n<pre style=\"background: #efefef;\"><code><?php\nwp_nav_menu(\narray(\n\'theme_location\' => \'primary\',\n\'container_class\' => \'menus\',\n)\n);\n?>\n</code></pre>\n<p><span style=\"font-weight: 400;\">Once your header file is set, use the </span><i><span style=\"font-weight: 400;\">get_header()</span></i><span style=\"font-weight: 400;\"> function to include this file into your other templates.</span></p>\n<h4><b>Footer file</b></h4>\n<p><span style=\"font-weight: 400;\">Similar to the header file, your common code for the footer will go inside the </span><i><span style=\"font-weight: 400;\">footer.php</span></i><span style=\"font-weight: 400;\"> template.</span></p>\n<pre style=\"background: #efefef;\"><code><!-- footer elements -->\n<?php wp_footer(); ?>\n</body>\n</html>\n</code></pre>\n<p><span style=\"font-weight: 400;\">Here, use the </span><a href=\"https://developer.wordpress.org/reference/functions/wp_footer\"><span style=\"font-weight: 400;\">wp_footer()</span></a><span style=\"font-weight: 400;\"> that inserts elements, specifically scripts, at this location. Using </span><i><span style=\"font-weight: 400;\">get_footer() </span></i><span style=\"font-weight: 400;\">will include the contents of this file in other places.</span></p>\n<h4><b>Sidebar file</b></h4>\n<p><span style=\"font-weight: 400;\">The sidebar is a vertical column used to display information on your site that is not shown within the main content. It may include popular articles, advertisement banners, a newsletter submission form, etc. Sidebars contain widgets that an administrator can customize. The </span><i><span style=\"font-weight: 400;\">sidebar.php </span></i><span style=\"font-weight: 400;\">template will include your site widgets.</span></p>\n<p><span style=\"font-weight: 400;\">In this example, we will create a basic sidebar by adding the below code to the </span><i><span style=\"font-weight: 400;\">functions.php</span></i><span style=\"font-weight: 400;\"> file.</span></p>\n<pre style=\"background: #efefef;\"><code>function updraft_widgets_init() {\nregister_sidebar(\narray(\n\'name\' => esc_html__( Home Sidebar\' ),\n\'id\' => \'sidebar-1\',\n\'description\' => esc_html__( \'Add widgets here to appear in your sidebar.\' ),\n\'before_widget\' => \'<section id=\"widget\" class=\"widget\">\',\n\'after_widget\' => \'</section>\',\n\'before_title\' => \'<h2 class=\"widget-title\">\',\n\'after_title\' => \'</h2>\',\n)\n);\n}\nadd_action( \'widgets_init\', \'updraft_widgets_init\' );\n</code></pre>\n<p><span style=\"font-weight: 400;\">Next, go to the </span><b>Appearance >> Widgets</b><span style=\"font-weight: 400;\">. Here you will find the above sidebar. In this example, we are going to add some widgets to this sidebar. To add this sidebar to the frontend, add the following code in </span><i><span style=\"font-weight: 400;\">sidebar.php.</span></i></p>\n<pre style=\"background: #efefef;\"><code><div class=\"sidebar\">\n<?php\nif ( is_active_sidebar( \'sidebar-1\' ) ) {\ndynamic_sidebar( \'sidebar-1\' );\n}\n?>\n</div>\n</code></pre>\n<p><span style=\"font-weight: 400;\">Finally, remember to name the method ‘</span><i><span style=\"font-weight: 400;\">get_sidebar()’ </span></i><span style=\"font-weight: 400;\">so you can easily include the sidebar wherever on any other pages as and when needed.</span></p>\n<p><b>Rendering pages and posts</b></p>\n<p><span style=\"font-weight: 400;\">As already mentioned, all WordPress pages are rendered and executed using the code you have written in the </span><i><span style=\"font-weight: 400;\">page.php </span></i><span style=\"font-weight: 400;\">file, except pages with custom page template. The below code is an example that will show a <em><strong>page featuring the page title, description and featured image.</strong></em></span></p>\n<pre style=\"background: #efefef;\"><code><?php\nget_header();\n?>\n<div id=\"primary\" class=\"content-area\">\n<main id=\"main\" class=\"site-main\">\n<?php\nwhile ( have_posts() ) :\nthe_post();\n?>\n<?php\nif ( has_post_thumbnail() ) :\nthe_post_thumbnail();\nendif;\n?>\n<header class=\"entry-header\">\n<?php the_title(); ?>\n</header>\n<div class=\"entry-content\">\n<?php the_content(); ?>\n</div>\n<?php\nendwhile;\n?>\n</main>\n</div>\n<?php\nget_footer();\n</code></pre>\n<p><span style=\"font-weight: 400;\">Similar code will go inside the </span><i><span style=\"font-weight: 400;\">single.php </span></i><span style=\"font-weight: 400;\">file to display the post information. To render the post listing properly (your </span><i><span style=\"font-weight: 400;\">index.php</span></i><span style=\"font-weight: 400;\">), in addition to the above methods – you may also want to use the following:</span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">the_catgeory() : Displays category list for a post.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">the_permalink() : Displays the permalink for the current post.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">the_excerpt() : Display the post excerpt.</span></li>\n</ul>\n<h4><b>I18n for WordPress custom themes</b></h4>\n<p><span style=\"font-weight: 400;\">While building a custom theme, try to remember that it should be developed in a way to support internationalization. By doing this, it makes it possible for your theme to easily be translated into other languages.</span></p>\n<p><span style=\"font-weight: 400;\">To add I18n support, remember to use a text domain which you can parse source files and extract the translatable strings from. In this example, we are using the text domain ‘Updraft’, but you can choose any unique identifier. We can define the text domain as follows. </span></p>\n<pre style=\"background: #efefef;\"><code>function i18n_setup() {\nload_theme_textdomain( \'updraft\', get_stylesheet_directory() . \'/languages\' );\n}\nadd_action( \'after_setup_theme\', \'i18n_setup\' );\n</code></pre>\n<p><span style=\"font-weight: 400;\">Now whenever you use static strings in your theme files, wrap them inside </span><i><span style=\"font-weight: 400;\">__()</span></i><span style=\"font-weight: 400;\"> or </span><i><span style=\"font-weight: 400;\">_e()</span></i><span style=\"font-weight: 400;\"> functions.</span></p>\n<pre style=\"background: #efefef;\"><code><h2><?php _e(\'First Name\', \'updraft); ?></h2>\n<?php echo __(\'User Email\', \'updraft\'); ?>\n</code></pre>\n<p><span style=\"font-weight: 400;\">There are special tools available like POEDIT that help to generate translated language files. Please refer to </span><a href=\"https://updraftplus.com/how-to-localize-and-translate-a-wordpress-plugin-an-in-depth-guide-for-plugin-developers\"><span style=\"font-weight: 400;\">this blog</span></a><span style=\"font-weight: 400;\"> for more information.</span></p>\n<p><span style=\"font-weight: 400;\">This blog has covered the basics on creating WordPress custom themes. However, it is a vast topic that requires a lot of time and patience. Below are some helpful resources you should get acquainted with that will help you start to create your WordPress themes..</span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a href=\"https://codex.wordpress.org/The_Loop_in_Action\"><span style=\"font-weight: 400;\">The WordPress Loop</span></a></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a href=\"https://codex.wordpress.org/Template_Tags\"><span style=\"font-weight: 400;\">Template Tags</span></a></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a href=\"https://codex.wordpress.org/Category_Templates\"><span style=\"font-weight: 400;\">Category Pages</span></a></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a href=\"https://codex.wordpress.org/Function_Reference\"><span style=\"font-weight: 400;\">Function_Reference</span></a></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a href=\"https://codex.wordpress.org/Conditional_Tags\"><span style=\"font-weight: 400;\">Conditional Tag</span></a></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a href=\"https://make.wordpress.org/core/handbook/best-practices/coding-standards\"><span style=\"font-weight: 400;\">WordPress Coding Standards</span></a></li>\n</ul>\n<p>When create a new theme for your WordPress site, remember that you will need to back it up after every change or risk losing all your work. Use <a href=\"http://updraftplus.com\">UpdraftPlus</a> – The world’s leading and most trusted WordPress backup, restore and clone plugin.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/how-to-create-a-wordpress-custom-theme/\">How to create a WordPress custom theme</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://updraftplus.com/how-to-create-a-wordpress-custom-theme/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://updraftplus.com/how-to-create-a-wordpress-custom-theme/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:81:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"UpdraftPlus Vs BackupBuddy: WordPress backup plugins compared\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/3043WdYoZ4A/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Jul 2021 14:48:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:20:\"Other WordPress news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Backup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"backupbuddy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"better\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:10:\"comparison\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:6:\"plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"updraft\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1184117\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:356:\"<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/udpvsbup-wordpress-backup-comparison/\">UpdraftPlus Vs BackupBuddy: WordPress backup plugins compared</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14399:\"<div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n \n \n \n \n <div class=\"et_pb_row et_pb_row_0\">\n <div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et-last-child\">\n \n \n <div class=\"et_pb_module et_pb_text et_pb_text_0 et_pb_text_align_left et_pb_bg_layout_light\">\n \n \n <div class=\"et_pb_text_inner\"><p><iframe loading=\"lazy\" title=\"UpdraftPlus vs BackupBuddy. Which is the best WordPress backup plugin?\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/AgSgtTsZPd8?feature=oembed\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n<p><b>BackupBuddy Vs UpdraftPlus – Which Is Better?</b></p>\n<p><span style=\"font-weight: 400;\">One of the biggest risks you face when setting up your own WordPress website is when your site inevitably encounters a problem such as hacks, plugin issues, a bad update, malware or compatibility problems. After all the time and money you spent building and launching your site, it’s possible that you could lose everything in a blink of an eye. </span><span style=\"font-weight: 400;\">It’s all too easy not to even think of these problems, until it actually happens. This is why having a WordPress backup plugin is so important. With the right backup plugin, you can restore your website to it’s working state with a click of a button. </span><span style=\"font-weight: 400;\">In a crowded marketplace with so many options, it can sometimes be difficult to evaluate which plugin is the best for you. In this blog and video we will look at and review two of the most popular backup plugins – <a href=\"http://updraftplus.com\">UpdraftPlus</a> and <a href=\"https://ithemes.com/backupbuddy/?irgwc=1&irpid=56411&gclid=Cj0KCQjw0emHBhC1ARIsAL1QGNfQ09dHqkgVfJuD8Sd11rwV6Vb2o31WOwYB0uErI8lDgvW6v3b8HSoaAkKLEALw_wcB\">BackupBuddy</a> – evaluate the strengths and weaknesses of both, and assess the benefits of Premium versions.</span></p>\n<p><b>Free plugin versions</b></p>\n<p><span style=\"font-weight: 400;\">The <a href=\"https://wordpress.org/plugins/updraftplus/\">free version</a> of the UpdraftPlus plugin is used on over 3 million WordPress sites all over the world and is the highest rated backup plugin on WP.org. The free version can quickly backup and restore your site and comes with enough features and tools to satisfy most users. This plugin can also easily be downloaded directly in your WordPress site plugin settings, allowing you to start backing up straight away.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-23T151948.350.jpg\"><img loading=\"lazy\" class=\"alignnone wp-image-1184165\" src=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-23T151948.350.jpg\" alt=\"\" width=\"910\" height=\"512\" /></a></p>\n<p><span style=\"font-weight: 400;\">BackUpBuddy does not currently offer a free version of it’s backup plugin. As such, it is not possible to compare the free versions of both plugins at this time.</span></p>\n<p><b>What to look for in a backup plugin</b></p>\n<p><span style=\"font-weight: 400;\">When deciding which backup plugin is best to backup your WordPress site, there are several criteria you should look at, including options that will allow you to backup all your files, database, plugins, themes, uploads and any other directories found, as well as most importantly allowing you to easily restore your site should the worst happen. </span></p>\n<p><span style=\"font-weight: 400;\">When backing up your site, it is important to choose the right remote storage location. With UpdraftPlus Premium, you have 10 well known remote storage options such as Amazon S3, Google Cloud and Dropbox, as well as 6 additional </span><span style=\"font-weight: 400;\">backup location options including email and FTP.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-23T152118.395.jpg\"><img loading=\"lazy\" class=\"alignnone wp-image-1184166\" src=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-23T152118.395.jpg\" alt=\"\" width=\"898\" height=\"358\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-23T152118.395.jpg 898w, https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-23T152118.395-480x191.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 898px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">BackupBuddy’s options are limited to 5 of the well known remote storage options, with 3 additional backup locations. </span></p>\n<p><b>Tutorial guides</b></p>\n<p><span style=\"font-weight: 400;\">The plugin itself isn’t the only factor you should consider when making your decision. Setting up and using all the different features in these plugins can sometimes be tricky and confusing, especially for those who may not be IT experts. UpdraftPlus has dozens of up to date video guides on <a href=\"https://www.youtube.com/c/Updraftplus/videos\">YouTube</a> that can show you everything from how to update from the free version, to the Premium version, to how to connect your UpdraftPlus account to the remote storage provider of your choice.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-23T152540.468.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1184174\" src=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-23T152540.468.jpg\" alt=\"\" width=\"872\" height=\"646\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-23T152540.468.jpg 872w, https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-23T152540.468-480x356.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 872px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">BackupBuddy’s list of video guides is somewhat limited in comparison, with minimal instructions and only a few (if any) guides on how to connect BackupBuddy to a remote storage location.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-23T152332.937.jpg\"><img loading=\"lazy\" class=\"alignnone wp-image-1184169\" src=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-23T152332.937.jpg\" alt=\"\" width=\"866\" height=\"548\" /></a></p>\n<p><b>Scheduling</b></p>\n<p><span style=\"font-weight: 400;\">Making regular scheduled backups of your WordPress site is essential, as you always want to have the latest version on your site on hand should the worst happen. Both plugins offer scheduling backup options ranging from automatically backing up every hour or so, to every year. With UpdraftPlus however, you can select how many copies of your backup you want to keep within the same page on your site. </span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-23T152803.789.jpg\"><img loading=\"lazy\" class=\"alignnone wp-image-1184176\" src=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-23T152803.789.jpg\" alt=\"\" width=\"868\" height=\"233\" /></a></p>\n<p><span style=\"font-weight: 400;\">While this option is also available in BackupBuddy, it is hidden away in a sub-menu – making it difficult to find.</span></p>\n<p><b>UpdraftPlus or BackupBuddy?</b></p>\n<p><span style=\"font-weight: 400;\">So which backup plugin should you choose? <a href=\"http://updraftplus.com\">UpdraftPlus</a> is the world’s most trusted and popular plugin that is trusted by over 3 million users worldwide. With this level of trust, support and development, as well as the ability to backup and restore your site quickly and easily, UpdraftPlus gives you everything you need to backup and restore your site with just a press of a button. </span></p>\n<p> </p></div>\n </div> <!-- .et_pb_text --><div id=\"tablecomparison\" class=\"et_pb_module et_pb_code et_pb_code_0 tablecomparison\">\n \n \n <div class=\"et_pb_code_inner\"><table id=\"comparison-table\">\n<thead><tr><th bgcolor:\"#f4f4f4\";></th><th><h3>UpdraftPlus Premium</h3></th><th><h3>BackWPup</h3></th><th><h3>BackupWordPress</h3></th><th><h3>VaultPress</h3></th><th><h3>WP-DB-Backup</h3></th><th><h3>BackUp Buddy</h3></th></tr>\n</thead>\n<tbody>\n <tr><td style=\"text-align:left;\"><h4>Rating</h3></td><td style=\"color:green;\">98%</td><td>78%</td><td>94%</td><td>94%</td><td>92%</td><td>N/A</td></tr><tr><td style=\"text-align:left;\"><h4>Downloads</h4></td> <td style=\"color:green;\">58.57M</td><td >11.50M</td><td >4.42M</td><td >1.46M</td><td >1.48M</td> <td>N/A</td></tr><tr><td style=\"text-align:left;\"><h4>Update Rating</h4></td><td style=\"color:green;\">100%</td><td style=\"color:green;\">100%</td><td style=\"color:green;\">100%</td><td>97%</td><td>83.26%</td><td>N/A</td></tr><tr><td style=\"text-align:left;\"><h4>Active Installs</h4></td> <td style=\"color:green;\">3.00M</td><td >700K</td><td >200K</td><td >50,000</td><td >60,000</td> <td>N/A</td></tr><tr><td style=\"text-align:left;\"><h4>Automatic restore</h4></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:red;\"><b>✘</b></td></tr><tr><td style=\"text-align:left;\"><h4>Migration clone ability</h4></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:green;\"><b>✓</b></td></tr><tr><td style=\"text-align:left;\"><h4>Direct site-to-site migration or cloning</h4></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✓</td></tr><tr><td style=\"text-align:left;\"><h4>Automatic backups before updating site</h4></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td></tr><tr><td style=\"text-align:left;\"><h4>Ability to backup encrypted databases</h4></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td></tr><tr><td style=\"text-align:left;\"><h4>Network/Multisite supported</h4></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td></tr><tr><td style=\"text-align:left;\"><h4>SFTP and FTP backups</h4></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:green;\"><b>✓</b></td></tr><tr><td style=\"text-align:left;\"><h4>Backup directly to proprietory cloud service</h4></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:green;\"><b>✓</b></td></tr><tr><td style=\"text-align:left;\"><h4>Backup to Dropbox</h4></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:green;\"><b>✓</b></td></tr><tr><td style=\"text-align:left;\"><h4>Backup to Googledrive</h4></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:green;\"><b>✓</b></td></tr><tr><td style=\"text-align:left;\"><h4>Backup to OneDrive</h4></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td></tr><tr><td style=\"text-align:left;\"><h4>Backup to S3</h4></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:green;\"><b>✓</b></td></tr><tr><td style=\"text-align:left;\"><h4>Backup to Microsoft Azure</h4></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td></tr><tr><td style=\"text-align:left;\"><h4>Backup to Google Cloud</h4></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td></tr><tr><td style=\"text-align:left;\"><h4>Backup to BackBlaze</h4></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td></tr><tr><td style=\"text-align:left;\"><h4>Run From WP-CL</h4></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td></tr><tr><td style=\"text-align:left;\"><h4>Restore a backup from other plugins</h4></td><td style=\"color:green;\"><b>✓</b></td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td><td style=\"color:red;\">✘</td></tr>\n</tbody>\n</table></div>\n </div> <!-- .et_pb_code -->\n </div> <!-- .et_pb_column -->\n \n \n </div> <!-- .et_pb_row -->\n \n \n </div> <!-- .et_pb_section -->\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/udpvsbup-wordpress-backup-comparison/\">UpdraftPlus Vs BackupBuddy: WordPress backup plugins compared</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://updraftplus.com/udpvsbup-wordpress-backup-comparison/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"How to set up additional retention rules for your UpdraftPlus backup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/3NFhjGJbaYA/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jul 2021 15:24:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:15:\"Tips and tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"additional rule\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"Backup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"retention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:14:\"retention rule\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1172077\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:753:\"<p>In this blog, we will show you how to add additional retention rules when backing up your WordPress sites with UpdraftPlus. By adding additional retention rules, all backups that are older than a certain date will be grouped together and … <a href=\"https://updraftplus.com/additional-updraftplus-retention-rules/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/additional-updraftplus-retention-rules/\">How to set up additional retention rules for your UpdraftPlus backup</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4824:\"<p><span style=\"font-weight: 400;\">In this blog, we will show you how to add additional retention rules when backing up your WordPress sites with UpdraftPlus. </span></p>\n<p><iframe loading=\"lazy\" title=\"How to set up additional retention rules for your UpdraftPlus backup\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/Z5vaHBCfCvw?feature=oembed\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe></p>\n<p><span style=\"font-weight: 400;\">By adding additional retention rules, all backups that are older than a certain date will be grouped together and pruned until there is only one backup for each time period. The additional retention rules run after the normal backup pruning, and are run in the order they were created. Additional retention rules also include automatic </span><span style=\"font-weight: 400;\">backups when evaluating which backups to prune.</span></p>\n<p><span style=\"font-weight: 400;\">First, you will need to<a href=\"https://updraftplus.com/upgrade-from-free-to-updraftplus-premium/\"> install and activate</a> UpdraftPlus Premium or the ‘<a href=\"https://updraftplus.com/shop/fix-time/\">Backup time and scheduling</a>‘ add-on, via the Premium/Extensions tab. Full instructions on how to do so can be found in our<a href=\"https://updraftplus.com/support/installing-updraftplus-premium-your-add-on/\"> installation guide</a>.</span></p>\n<p><span style=\"font-weight: 400;\">To set it up, first go to: WP Admin->Settings->UpdraftPlus Backups->Settings tab</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141921.901.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1172080\" src=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141921.901.jpg\" alt=\"\" width=\"992\" height=\"677\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141921.901.jpg 992w, https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141921.901-980x669.jpg 980w, https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141921.901-480x328.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 992px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">Under the Files/Database backup schedule settings, find the ‘Add an additional retention rule’ link</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141813.780.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1172081\" src=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141813.780.jpg\" alt=\"\" width=\"992\" height=\"677\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141813.780.jpg 992w, https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141813.780-980x669.jpg 980w, https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T141813.780-480x328.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 992px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">Set your additional retention rule/s and press the ‘Save Changes’ button at the bottom of the page.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T142042.766.jpg\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1172079\" src=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T142042.766.jpg\" alt=\"\" width=\"992\" height=\"677\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T142042.766.jpg 992w, https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T142042.766-980x669.jpg 980w, https://updraftplus.com/wp-content/uploads/2021/07/New-Project-2021-07-09T142042.766-480x328.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 992px, 100vw\" /></a></p>\n<p><span style=\"font-weight: 400;\">Set how old the backups to be considered should be and how many backups to keep. Once this is setup, all backups older than your selected time period will be grouped together and pruned, until there is only one backup for each time period.</span></p>\n<p> </p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/additional-updraftplus-retention-rules/\">How to set up additional retention rules for your UpdraftPlus backup</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://updraftplus.com/additional-updraftplus-retention-rules/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:75:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"The risks and pitfalls of WordPress auto-updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/mzuE7ur8Svk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Jun 2021 14:17:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:20:\"Easy Updates Manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"Other WordPress news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:28:\"easy updates manager premium\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:18:\"updraftplus update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1161126\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:774:\"<p>When a new version of WordPress launched in August of 2020, something else came with it: a brand-spanking-new updates feature, along with the risks and pitfalls of WordPress auto-updates. This marked a step-up from previous WordPress releases, in which plugins … <a href=\"https://updraftplus.com/the-risks-and-pitfalls-of-wordpress-auto-updates/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/the-risks-and-pitfalls-of-wordpress-auto-updates/\">The risks and pitfalls of WordPress auto-updates</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Marjorie Hajim\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11339:\"<p><span style=\"font-weight: 400;\">When a new version of WordPress launched in August of 2020, something else came with it: a brand-spanking-new updates feature, along with the risks and pitfalls of WordPress auto-updates. </span><span style=\"font-weight: 400;\">This marked a step-up from previous WordPress releases, in which plugins and themes could only be manually updated. When version 5.5 was released, WordPress users were able to enable auto-updates for any plugin or theme on their site. </span></p>\n<p><span style=\"font-weight: 400;\">Sounds great, right? In many ways it was. But here’s the catch. Auto-updates aren’t always the best thing since sliced bread and are in fact known to cause a whole load of problems ranging from mildly inconvenient formatting issues, to the downright catastrophic total site failures. </span><span style=\"font-weight: 400;\">If you’ve been thinking about enabling auto-updates for your website, you’ve come to the right place. In this blog, we’ll be running you through some common risks and pitfalls and how to avoid them.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/06/Untitled.png\"><img loading=\"lazy\" class=\"alignnone wp-image-1161134\" src=\"https://updraftplus.com/wp-content/uploads/2021/06/Untitled.png\" alt=\"\" width=\"1006\" height=\"629\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/06/Untitled-980x613.png 980w, https://updraftplus.com/wp-content/uploads/2021/06/Untitled-480x300.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1006px, 100vw\" /></a></p>\n<h2><span style=\"font-weight: 400;\">What is an auto-update?</span></h2>\n<p><span style=\"font-weight: 400;\">Auto-updates are updates to plugins and themes that take place automatically without the site owner having to do anything manually via WordPress. Unlike manual updates, there’s no need to initiate the process or download new versions of your existing plugins and themes. In WordPress 5.5, site owners can choose whether or not to use the auto-update feature. For example, if your WordPress site is integrated with one of the many <a href=\"https://www.ringcentral.co.uk/gb/en/blog/definitions/cloud-management-platform/\">cloud management platforms</a> available, it will be automatically updated without you having to lift a finger. Each plugin and theme has its own ON/OFF option specifically for auto-updates.</span></p>\n<p> </p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/06/Untitled-1.png\"><img loading=\"lazy\" class=\"alignnone wp-image-1161135\" src=\"https://updraftplus.com/wp-content/uploads/2021/06/Untitled-1.png\" alt=\"\" width=\"990\" height=\"661\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/06/Untitled-1.png 990w, https://updraftplus.com/wp-content/uploads/2021/06/Untitled-1-980x654.png 980w, https://updraftplus.com/wp-content/uploads/2021/06/Untitled-1-480x320.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 990px, 100vw\" /></a></p>\n<h2><span style=\"font-weight: 400;\">What are the risks?</span></h2>\n<p><span style=\"font-weight: 400;\">Whatever kind of business you’re running – be it a small eCommerce store or a </span><a href=\"https://accelerateagency.ai/saas-marketing-agency\"><span style=\"font-weight: 400;\">SaaS digital marketing</span></a><span style=\"font-weight: 400;\"> agency, before enabling auto-updates on your WordPress site, it’s important to be aware of all the ‘side-effects’ – both good and bad. Auto-updates are convenient, but there can be some big drawbacks. </span></p>\n<h2><span style=\"font-weight: 400;\">Updates can cause technical issues</span></h2>\n<p><span style=\"font-weight: 400;\">Updates have been known to sometimes cause problems on your website. This is more likely if you opt for comprehensive auto-updates across all plugins and themes. Updates will run in the background and you won’t even be aware of it most of the time. But sometimes updates cause technical issues or even ‘breaks’. Auto-updates can fail, especially when concurrent updates are happening simultaneously – with site functionality (e.g. </span><a href=\"https://vwo.com/blog/mobile-optimization-importance/\"><span style=\"font-weight: 400;\">mobile optimization</span></a><span style=\"font-weight: 400;\">) more likely to go askew. </span></p>\n<h2><span style=\"font-weight: 400;\">Updates can be hard to keep track of</span></h2>\n<p><span style=\"font-weight: 400;\">If an update does mess up your site, you will need to know what caused it. Determining exactly what happened and when can be tricky. Especially if multiple updates all took place simultaneously. With selected automatic and manual updates, it can be easier to isolate the root issue and fix it. </span></p>\n<h2><span style=\"font-weight: 400;\">Some major releases may be incompatible</span></h2>\n<p><span style=\"font-weight: 400;\">Sometimes auto-updates might include a major release. If a particular plugin (e.g. a plugin used to </span><a href=\"https://www.codemotion.com/magazine/dev-hub/cloud-manager/how-to-monitor-cloud-metrics-for-scaling/\"><span style=\"font-weight: 400;\">monitor cloud metrics</span></a><span style=\"font-weight: 400;\">) releases an update with a larger than normal installation base, it could cause problems. If you have auto-update enabled, you won’t have any control over whether or not you wish to deploy those changes. </span></p>\n<p><span style=\"font-weight: 400;\">WordPress does not use a ‘Canary update’ testing process. Canary updates roll out code to test sites before official release. Without this, there’s no telling what a new update will do. Likewise with smaller plugins, top-notch quality assurance is not guaranteed. By enabling auto-updates you’re essentially handing over control to unknown quality assurance teams. </span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/06/Untitled-2.png\"><img loading=\"lazy\" class=\"alignnone size-full wp-image-1161136\" src=\"https://updraftplus.com/wp-content/uploads/2021/06/Untitled-2.png\" alt=\"\" width=\"800\" height=\"360\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/06/Untitled-2.png 800w, https://updraftplus.com/wp-content/uploads/2021/06/Untitled-2-480x216.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 800px, 100vw\" /></a></p>\n<h2><span style=\"font-weight: 400;\">The best way to run WordPress updates</span></h2>\n<p><span style=\"font-weight: 400;\">There are safer ways to enjoy the benefits that automatic updates bring. Just proceed with caution. Now that you’re aware of some of those common issues, you can enjoy auto-updates without worrying too much about the consequences. </span></p>\n<p><span style=\"font-weight: 400;\">With all the potential issues your site can be faced when updating your plugins and theme, it is vitally important to have a secure and recent backup of your site. There are tons of <a href=\"https://www.ringcentral.co.uk/gb/en/blog/definitions/anything-as-a-service-xaas/\">XaaS</a> tools available today and having a backup with </span><a href=\"http://updraftplus.com\"><span style=\"font-weight: 400;\">UpdraftPlus</span></a><span style=\"font-weight: 400;\"> can help save you. Even if you take all the necessary precautions, it is still possible to fall victim to a bad update and have your site die on you. </span><span style=\"font-weight: 400;\">Backing up your site with UpdraftPlus can be done in just a few minutes. Just download UpdraftPlus, follow these </span><a href=\"https://updraftplus.com/how-to-backup-a-wordpress-site-step-by-step-guide/\"><span style=\"font-weight: 400;\">simple instructions</span></a><span style=\"font-weight: 400;\"> and you won’t have to worry about an update permanently taking down your site again. There are still risks however – e</span>ven if you take all the precautions necessary, a bad update can sometimes stop you from even logging into your site. In this scenario, restoring it to it’s former working version will be a complicated and difficult process. UpdraftPlus allows you to test your updates on a clone of your site using <a href=\"https://updraftplus.com/updraftclone/\">UpdraftClone</a>. UpdraftClone allows you to clone your site instantly and directly from UpdraftPlus, which can further reduce any danger to your main site by allowing you to test updates in a secure and risk-free environment.</p>\n<p><span style=\"font-weight: 400;\">UpdraftPlus Premium also has an auto-backup feature that creates a backup for you, before any updates to plugins and themes are performed. While the latest update of WordPress can update your plugins automatically, we recommend that you turn off auto-updates for all/selected plugins and use </span><a href=\"https://easyupdatesmanager.com/\"><span style=\"font-weight: 400;\">Easy Updates Manager</span></a><span style=\"font-weight: 400;\"> instead. Easy Updates Manager currently helps more than 300,000 WordPress users automatically keep their sites up to date and bug-free. It’s also highly customizable to give you real control over what updates to run.</span></p>\n<div id=\"attachment_1161137\" style=\"width: 977px\" class=\"wp-caption alignnone\"><a href=\"https://updraftplus.com/wp-content/uploads/2021/06/New-Project-2021-06-25T135451.001.jpg\"><img aria-describedby=\"caption-attachment-1161137\" loading=\"lazy\" class=\"wp-image-1161137\" src=\"https://updraftplus.com/wp-content/uploads/2021/06/New-Project-2021-06-25T135451.001.jpg\" alt=\"\" width=\"967\" height=\"624\" /></a><p id=\"caption-attachment-1161137\" class=\"wp-caption-text\">Easy Updates Manager in action</p></div>\n<p><span style=\"font-weight: 400;\">Choose from manually update, disable update, enable auto updates, disable auto updates and choose per plugin/theme, so you always have full control over your site and what aspects are updated. </span><span style=\"font-weight: 400;\">This offers a greater degree of control and limits unnecessary risk or disruption – disruption that could potentially derail a business in its infancy. </span></p>\n<p><span style=\"font-weight: 400;\">The potential business impact of an auto-update-related disruption could be catastrophic. If an automatic update interferes with your customer payment portal for example, the losses could be substantial for a well-established brand with high volume sales. </span></p>\n<p><span style=\"font-weight: 400;\">Use </span><a href=\"http://updaftplus.com\"><span style=\"font-weight: 400;\">UpdraftPlus </span></a><span style=\"font-weight: 400;\">and </span><a href=\"https://easyupdatesmanager.com/\"><span style=\"font-weight: 400;\">Easy Updates Manager</span></a><span style=\"font-weight: 400;\"> today for the best backup and auto update options. </span></p>\n<p><a href=\"https://www.ringcentral.co.uk/office/features/multi-level-auto-attendant/overview.html\"><b>Marjorie Hajim</b></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/the-risks-and-pitfalls-of-wordpress-auto-updates/\">The risks and pitfalls of WordPress auto-updates</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://updraftplus.com/the-risks-and-pitfalls-of-wordpress-auto-updates/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:90:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"7 critical measures for protecting your WordPress admin area\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/QYNvBAmmBSw/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Jun 2021 14:10:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:12:{i:0;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"attack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"Backup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"hack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"protect\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:10:\"protecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:8:\"security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:6:\"update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:7:\"website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:11;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1144209\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:777:\"<p>Content management system platforms like WordPress have successfully democratized website building in the current digital era, with what used to be a potentially expensive and tedious and difficult process, now becoming easier and more accessible for both inexperienced and experienced … <a href=\"https://updraftplus.com/protecting-wordpress-admin-area/\">Continue reading <span class=\"meta-nav\">→</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/protecting-wordpress-admin-area/\">7 critical measures for protecting your WordPress admin area</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"John Allen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16390:\"<p><span style=\"font-weight: 400;\">Content management system platforms like WordPress have successfully democratized website building in the current digital era, with what used to be a potentially expensive and tedious and difficult process, now becoming easier and more accessible for both inexperienced and experienced site owners. But how do you go about protecting your WordPress admin area?</span></p>\n<p><span style=\"font-weight: 400;\">However, the issues of security have remained challenging for many WordPress site owners. According to a report by WordPress security plugin</span><a href=\"https://wpmanageninja.com/wordpress-security-statistics/#:~:text=According%20to%20WordFence%2C%20there%20are,11%25%20are%20from%20WordPress%20Themes\"> <span style=\"font-weight: 400;\">WordFence</span></a><span style=\"font-weight: 400;\">, almost 90,000 security issues were reported every 60 seconds on WordPress websites in 2020.</span></p>\n<p><span style=\"font-weight: 400;\">This data is even more troubling when we take into account login-based WordPress sites like eCommerce platforms, where sensitive information such as banking and debit card details are shared daily.</span></p>\n<p><span style=\"font-weight: 400;\">If you’re trying to</span><a href=\"https://www.bigcommerce.com/blog/build-an-ecommerce-website/\"> <span style=\"font-weight: 400;\">build a website</span></a><span style=\"font-weight: 400;\">, using WordPress is a great idea, but you may be worried about the security of your WordPress admin area, especially given the sheer volume of cyber threats in the previous year. </span></p>\n<p><span style=\"font-weight: 400;\">If you wish to reinforce your log-in mechanics, consider these seven simple measures to secure your admin area.</span></p>\n<h2><span style=\"font-weight: 400;\">1. Change your passwords often</span></h2>\n<p><span style=\"font-weight: 400;\">Let’s start with the basics of WordPress admin and login security. It may seem like the simplest solution when it comes to your site’s security, but changing passwords is often overlooked as an effective security measure.</span></p>\n<p><span style=\"font-weight: 400;\">This cybersecurity approach is essential to any login-based online service and should be implemented across all types of sites, from streaming platforms like Netflix, to social media sites like Instagram, to </span><a href=\"https://www.ringcentral.com/group-meeting-apps.html\"><span style=\"font-weight: 400;\">online group meeting</span></a><span style=\"font-weight: 400;\"> apps like RingCentral. When it comes to preventing admin-related issues, changing a password regularly is a popular cybersecurity tactic. </span></p>\n<h2><span style=\"font-weight: 400;\">2. Keep your plugins updated</span></h2>\n<p><span style=\"font-weight: 400;\">Let’s go back to that WordFence data we mentioned earlier. In one</span><a href=\"https://wpmanageninja.com/wordpress-security-statistics/#:~:text=According%20to%20WordFence%2C%20there%20are,11%25%20are%20from%20WordPress%20Themes\"> <span style=\"font-weight: 400;\">study</span></a><span style=\"font-weight: 400;\"> conducted by WordFence researchers, it was found that over half of WordPress cybersecurity issues (52%) were caused by plugins. </span></p>\n<p><span style=\"font-weight: 400;\">As such, he first step toward securing your WordPress site is investing in WordPress security plugins. Many of these track and record login attempts to analyze any possible admin area threats.</span></p>\n<p><span style=\"font-weight: 400;\">Additionally, it’s important to</span><a href=\"https://updraftplus.com/why-defunct-wordpress-plugins-pose-a-threat-how-to-secure-your-site/\"> <span style=\"font-weight: 400;\">get rid of outdated WordPress plugins</span></a><span style=\"font-weight: 400;\">. These pose a threat to your site’s security since they stop updating, meaning their security measures end up being lacking. The safest course of action is to uninstall them, as disabling doesn’t get rid of the additional (and weak) code. Use </span><a href=\"https://updraftplus.com/updraftcentral/\"><span style=\"font-weight: 400;\">UpdraftCentral</span></a><span style=\"font-weight: 400;\"> to efficiently manage, update and backup multiple website plugins, themes and backups from one place for sites on which UpdraftPlus is installed.</span></p>\n<h2><span style=\"font-weight: 400;\">3. Implement SSL login pages</span></h2>\n<p><span style=\"font-weight: 400;\">SSL stands for “</span><a href=\"https://updraftplus.com/how-to-increase-security-while-developing-a-wordpress-site/\"><span style=\"font-weight: 400;\">secure sockets layer</span></a><span style=\"font-weight: 400;\">”. This security protocol is generally used on websites that store sensitive data, especially those that require authentication to log in. In essence, SSL measures activate a digital lock – technically, an HTTPS protocol – that guarantees a secure connection from the server to the browser.</span></p>\n<p><span style=\"font-weight: 400;\">Usually your run-of-the-mill hosting provider will include these measures in your subscription. If they do not, consider purchasing an SSL certificate and installing it on your WordPress server. </span></p>\n<p><span style=\"font-weight: 400;\">This is especially useful for eCommerce WordPress sites, which ask their clients to log in with a profile to automate the checkout process when paying via credit or debit card.</span></p>\n<h2><span style=\"font-weight: 400;\">4. Limit login attempts</span></h2>\n<p><span style=\"font-weight: 400;\">Restricting the number of possible login attempts is one reliable</span><a href=\"https://www.cleverfiles.com/howto/cybersecurity-tips-to-protect-data.html\"> <span style=\"font-weight: 400;\">cybersecurity tip to protect data</span></a><span style=\"font-weight: 400;\">, especially if you’re looking to prevent potential brute force attacks. </span></p>\n<p><span style=\"font-weight: 400;\">These cybersecurity breaches are achieved by bombarding an admin platform with every conceivable combination of characters to form passwords, using a simple but effective cracking method of trial and error. </span></p>\n<p><span style=\"font-weight: 400;\">By limiting login attempts, you can protect your users and your page from attacks of this nature.</span></p>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/06/pasted-image-0.png\"><img loading=\"lazy\" class=\"alignnone wp-image-1144217 size-full\" src=\"https://updraftplus.com/wp-content/uploads/2021/06/pasted-image-0.png\" alt=\"Limit login attempts WordPress security image\" width=\"1051\" height=\"701\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/06/pasted-image-0.png 1051w, https://updraftplus.com/wp-content/uploads/2021/06/pasted-image-0-980x654.png 980w, https://updraftplus.com/wp-content/uploads/2021/06/pasted-image-0-480x320.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1051px, 100vw\" /></a></p>\n<p><a href=\"https://unsplash.com/photos/6pflEeSzGUo\"><span style=\"font-weight: 400;\">Image Source</span></a></p>\n<p><span style=\"font-weight: 400;\">However, when it comes to WordPress admin security issues, it’s important to note that not every hazardous log-in attempt comes from criminals looking to steal data. Sometimes, admin platforms are subjected to non-malicious intrusions performed by users. </span></p>\n<p><span style=\"font-weight: 400;\">If you’re running a WordPress site that provides user registration, there’s a chance that your users – or yourself – will get locked out of their account by accident. Forgetting your password has happened to everyone at some point after all.</span></p>\n<p><span style=\"font-weight: 400;\">The best way to separate malware attacks and non-malicious intrusions is to implement a network intrusion detection system that can track, record, and analyze potential login or admin issues, without interfering with the traffic it monitors. This way, you can ensure you’re not punishing forgetful users, but are keeping them protected nonetheless.</span></p>\n<h2><span style=\"font-weight: 400;\">5. Use two-factor authentication</span></h2>\n<p><span style=\"font-weight: 400;\">Two-factor authentication is a security protocol that enforces an additional check on users looking to gain access to WordPress sites. This protection method adds an extra layer of security to passwords by asking for a unique one-use-only code that’s sent to your smartphone.</span></p>\n<p><span style=\"font-weight: 400;\">These apps and plugins are installed on your smart device and will send the codes so you can access your WordPress login screen. This approach is seen as a more secure way of changing your passwords regularly and is particularly recommended for eCommerce sites.</span></p>\n<h2><span style=\"font-weight: 400;\">6. Implement IAM solutions</span></h2>\n<p><span style=\"font-weight: 400;\">Identity and access management (IAM) software solutions are used to limit the number of remote users accessing online platforms via admin areas and login accounts. In the digital era, the IAM market has grown rapidly and the current list of</span><a href=\"https://www.esecurityplanet.com/products/best-iam-software/\"> <span style=\"font-weight: 400;\">IAM solutions</span></a><span style=\"font-weight: 400;\"> available can overwhelm newcomers and inexperienced WordPress site owners alike.</span></p>\n<p><span style=\"font-weight: 400;\">There’s a basic list of points to follow to make the most of your IAM service, regardless of which IAM option you choose. Here’s a shortlist of what to do before you commit to a particular provider:</span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Access the IT architecture.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Look for any possible incompatibilities between the OS, third-party application or plugins, and the IAM tool.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Verify that your IAM system is compliant with guidelines and laws in your industry, market, and country.</span></li>\n</ul>\n<p><a href=\"https://updraftplus.com/wp-content/uploads/2021/06/pasted-image-0-1.png\"><img loading=\"lazy\" class=\"alignnone wp-image-1144218 size-full\" src=\"https://updraftplus.com/wp-content/uploads/2021/06/pasted-image-0-1.png\" alt=\"Security WordPress image\" width=\"960\" height=\"640\" srcset=\"https://updraftplus.com/wp-content/uploads/2021/06/pasted-image-0-1.png 960w, https://updraftplus.com/wp-content/uploads/2021/06/pasted-image-0-1-480x320.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 960px, 100vw\" /></a></p>\n<p><a href=\"https://pixabay.com/es/photos/seguridad-protecci%C3%B3n-antivirus-265130/\"><span style=\"font-weight: 400;\">Image Source</span></a></p>\n<h2><span style=\"font-weight: 400;\">7. Have a backup</span></h2>\n<p><span style=\"font-weight: 400;\">The sad truth is, some things are unavoidable. It may be difficult to read, but there’s a chance that even if you do everything right, hackers will still be able to gain access to and attack your admin area. If that happens, it’s important to have a plan of action ready.</span></p>\n<p><span style=\"font-weight: 400;\">Imagine the worst-case scenario: your site has been attacked and hacked. There are no more prevention measures to implement. </span></p>\n<p><span style=\"font-weight: 400;\">First things first, remember not to panic. Work to identify the problem and react accordingly. The best way to know if you’ve fallen victim to a cybersecurity breach is to look for possible signs of a hacking attack: </span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">You’re unable to log in.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Your site is redirecting elsewhere.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Your content has disappeared or there is new strange content and links.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Your site is running slower than usual.</span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">Once you’ve identified the problem, the fastest way to fix any possible issues is to</span><a href=\"https://updraftplus.com/how-restoring-a-wordpress-website-can-be-more-difficult-than-you-think/\"> <span style=\"font-weight: 400;\">restore your WordPress website</span></a><span style=\"font-weight: 400;\"> using UpdraftPlus. This will allow you to undo any hazardous changes and get back to normal as quickly as possible. To do so, you must have an older version of your site as a backup somewhere secure – such as a cloud storage platform.</span></p>\n<p><span style=\"font-weight: 400;\">As you may be aware, having your data backed up is one of the most essential things to do in terms of cybersecurity. If you want to keep a record of past versions of your site separate from your site,</span><a href=\"https://updraftplus.com/shop/\"><span style=\"font-weight: 400;\"> cloud-storage solutions</span></a><span style=\"font-weight: 400;\"> offer safe and secure backups that can help you relaunch your site in just minutes after an attack.</span></p>\n<h2><span style=\"font-weight: 400;\">Summary</span></h2>\n<p><span style=\"font-weight: 400;\">Now you have read seven effective security tips for your WordPress admin area, let’s reiterate what we’ve learned so far:</span></p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Change your passwords often.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Install login security plugins (and uninstall old or obsolete plugins).</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Implement SSL encryption-based protocols.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Combat brute force attacks by limiting login attempts.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Use additional one-use-only passwords and codes by adding 2FA.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Limit your log-in possibilities with IAM software solutions.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Have a contingency plan to fight security breaches, malware, and ransomware viruses.</span></li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Keep a backup version of your site and use it during cybersecurity emergencies.</span></li>\n</ul>\n<p><span style=\"font-weight: 400;\">If you follow these measures, your WordPress site should be protected from any attacks and ready to combat and react to any issues, should the worst happen. </span></p>\n<p><span style=\"font-weight: 400;\">What are you waiting for? Go out there and turn your WordPress page into an online fortress using </span><a href=\"https://updraftplus.com/\"><span style=\"font-weight: 400;\">UpdraftPlus</span></a><span style=\"font-weight: 400;\"> and </span><a href=\"https://updraftplus.com/updraftcentral/\"><span style=\"font-weight: 400;\">UpdraftCentral</span></a><span style=\"font-weight: 400;\"> today!</span></p>\n<p><a href=\"https://www.linkedin.com/in/johnlallen/\">John Allen</a><span style=\"font-weight: 400;\"> has written for websites such as </span><a href=\"https://slack-redir.net/link?url=https%3A%2F%2Fblog.hubspot.com%2Fservice%2Fsms-customer-support\"><span style=\"font-weight: 400;\">Hubspot</span></a><span style=\"font-weight: 400;\"> and </span><a href=\"https://slack-redir.net/link?url=https%3A%2F%2Fcollaboration.toolbox.com%2Fguest-article%2Fwhy-sdn-unified-communications-is-a-perfect-match-for-workplace-digitalization\"><span style=\"font-weight: 400;\">Toolbox</span></a><span style=\"font-weight: 400;\">.</span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://updraftplus.com/protecting-wordpress-admin-area/\">7 critical measures for protecting your WordPress admin area</a> appeared first on <a rel=\"nofollow\" href=\"https://updraftplus.com\">UpdraftPlus</a>. <a href=\"http://updraftplus.com\">UpdraftPlus - Backup, restore and migration plugin for WordPress.</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://updraftplus.com/protecting-wordpress-admin-area/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:39:\"http://feeds.feedburner.com/UpdraftPlus\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:11:\"updraftplus\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"Ppz1tuhrbpZWRjLot7PuDX30fxU\";s:13:\"last-modified\";s:29:\"Wed, 22 Sep 2021 10:15:12 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Wed, 22 Sep 2021 12:02:07 GMT\";s:7:\"expires\";s:29:\"Wed, 22 Sep 2021 12:02:07 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";s:7:\"alt-svc\";s:189:\"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-T051=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"\";}}s:5:\"build\";s:14:\"20210126075719\";}','no'),(510249,'_transient_timeout_feed_mod_e0061ca2fa5b884e483872aa34d3e7eb','1632355327','no'),(510250,'_transient_feed_mod_e0061ca2fa5b884e483872aa34d3e7eb','1632312127','no'),(510251,'_transient_timeout_updraftplus_dashboard_news','1632355327','no'),(510252,'_transient_updraftplus_dashboard_news','<div class=\"rss-widget\"><ul><li class=\"updraftplus_dashboard_news_item\"><a href=\"https://zphiblgz.org/wp-admin/\" class=\"dashicons dashicons-no-alt\" title=\"Dismiss all UpdraftPlus news\" onClick=\"updraftplus_dismiss_dashboard_news(); return false;\" style=\"float: right; box-shadow: none; margin-left: 5px;\"></a><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/UpdraftPlus/~3/IYqI44wz3a8/\'>UpdraftPlus: How to protect customer data and prevent GDPR breaches on your WordPress site</a></li><li class=\"updraftplus_dashboard_news_item\"><a href=\"https://zphiblgz.org/wp-admin/\" class=\"dashicons dashicons-no-alt\" title=\"Dismiss all UpdraftPlus news\" onClick=\"updraftplus_dismiss_dashboard_news(); return false;\" style=\"float: right; box-shadow: none; margin-left: 5px;\"></a><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/UpdraftPlus/~3/WXNMF6A23Lg/\'>UpdraftPlus: Speed up your WordPress site using image optimization</a></li></ul></div>','no'),(510253,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1632355327','no'),(510254,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/09/episode-16-a-sneak-peek-at-wordpress-5-9/\'>WP Briefing: Episode 16: A Sneak Peek at WordPress 5.9</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/09/join-us-for-wordpress-translation-day-global-events-in-september-2021/\'>Join us for WordPress Translation Day Global Events in September 2021</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/godaddy-pro-to-host-second-expand-2021-event-on-september-24-in-india?utm_source=rss&utm_medium=rss&utm_campaign=godaddy-pro-to-host-second-expand-2021-event-on-september-24-in-india\'>WPTavern: GoDaddy Pro To Host Second EXPAND 2021 Event on September 24 in India</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/open-collective-launches-new-way-to-support-open-source-through-public-stock-shares?utm_source=rss&utm_medium=rss&utm_campaign=open-collective-launches-new-way-to-support-open-source-through-public-stock-shares\'>WPTavern: Open Collective Launches New Way to Support Open Source through Public Stock Shares</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/stellarwp-acquires-learning-management-system-learndash?utm_source=rss&utm_medium=rss&utm_campaign=stellarwp-acquires-learning-management-system-learndash\'>WPTavern: StellarWP Acquires Learning Management System LearnDash</a></li></ul></div>','no'),(511216,'_transient_timeout_GFCache_85e62ef8c6120bae64e9182a9a98cc7c','1632335555','no'),(511217,'_transient_GFCache_85e62ef8c6120bae64e9182a9a98cc7c','a:7:{i:0;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"1\";s:10:\"lead_count\";s:2:\"67\";}i:1;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"2\";s:10:\"lead_count\";s:2:\"69\";}i:2;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"4\";s:10:\"lead_count\";s:1:\"1\";}i:3;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"6\";s:10:\"lead_count\";s:2:\"93\";}i:4;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"7\";s:10:\"lead_count\";s:2:\"11\";}i:5;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"8\";s:10:\"lead_count\";s:3:\"125\";}i:6;O:8:\"stdClass\":2:{s:7:\"form_id\";s:2:\"10\";s:10:\"lead_count\";s:3:\"108\";}}','no'),(511218,'_transient_timeout_GFCache_b4f86e11e35834c437bcd47154f3f638','1632335555','no'),(511219,'_transient_GFCache_b4f86e11e35834c437bcd47154f3f638','a:6:{i:0;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"1\";s:10:\"view_count\";s:5:\"13946\";}i:1;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"2\";s:10:\"view_count\";s:3:\"506\";}i:2;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"6\";s:10:\"view_count\";s:4:\"5706\";}i:3;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"7\";s:10:\"view_count\";s:4:\"4332\";}i:4;O:8:\"stdClass\":2:{s:7:\"form_id\";s:1:\"8\";s:10:\"view_count\";s:4:\"1844\";}i:5;O:8:\"stdClass\":2:{s:7:\"form_id\";s:2:\"10\";s:10:\"view_count\";s:4:\"5336\";}}','no'),(510293,'_transient_timeout_GOTMLS_upgrade_notice_4.19.69_4.20.72','1632401989','no'),(510294,'_transient_GOTMLS_upgrade_notice_4.19.69_4.20.72','<div class=\"GOTMLS_upgrade_notice\"><li><b>4.20.72:</b> Updated registration form, fixed session check, and removed older code from WordPress Repository.\n\n</li><li><b>4.20.59:</b> Various minor bug fixes, added Core Files Definitions for ClassicPress, and tweaked code for better compatibility with WordPress 5.7.2 and ClassicPress 1.2.0.</li></div>','no'),(510315,'hustle_version','4.4.5','yes'),(510328,'_site_transient_timeout_shield_mod_config_plugin','1632920474','no'),(510329,'_site_transient_shield_mod_config_plugin','a:6:{s:10:\"properties\";a:16:{s:4:\"slug\";s:6:\"plugin\";s:4:\"name\";s:16:\"General Settings\";s:12:\"sidebar_name\";s:7:\"General\";s:10:\"menu_title\";s:13:\"Configuration\";s:21:\"show_module_menu_item\";b:1;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:6:\"plugin\";s:7:\"tagline\";s:23:\"General Plugin Settings\";s:12:\"auto_enabled\";b:1;s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:1;s:5:\"order\";i:10;}s:13:\"admin_notices\";a:9:{s:14:\"plugin-too-old\";a:6:{s:2:\"id\";s:14:\"plugin-too-old\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:0;s:11:\"can_dismiss\";b:1;s:4:\"type\";s:5:\"error\";}s:17:\"override-forceoff\";a:6:{s:2:\"id\";s:17:\"override-forceoff\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:0;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:5:\"error\";}s:15:\"plugin-disabled\";a:6:{s:2:\"id\";s:15:\"plugin-disabled\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:1;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:5:\"error\";}s:16:\"update-available\";a:6:{s:2:\"id\";s:16:\"update-available\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:1;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:5:\"error\";}s:17:\"compat-sgoptimize\";a:7:{s:2:\"id\";s:17:\"compat-sgoptimize\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:12:\"plugin_admin\";s:6:\"ignore\";s:16:\"plugin_page_only\";b:0;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:7:\"warning\";}s:14:\"wizard_welcome\";a:3:{s:2:\"id\";s:14:\"wizard_welcome\";s:8:\"per_user\";b:0;s:4:\"type\";s:4:\"info\";}s:26:\"plugin-mailing-list-signup\";a:4:{s:2:\"id\";s:26:\"plugin-mailing-list-signup\";s:16:\"min_install_days\";i:5;s:4:\"type\";s:5:\"promo\";s:12:\"drip_form_id\";s:9:\"250437573\";}s:14:\"allow-tracking\";a:4:{s:2:\"id\";s:14:\"allow-tracking\";s:12:\"plugin_admin\";b:1;s:16:\"min_install_days\";i:3;s:4:\"type\";s:5:\"promo\";}s:11:\"rate-plugin\";a:3:{s:2:\"id\";s:11:\"rate-plugin\";s:16:\"min_install_days\";i:30;s:4:\"type\";s:5:\"promo\";}}s:8:\"sections\";a:7:{i:0;a:5:{s:4:\"slug\";s:16:\"section_defaults\";s:7:\"primary\";b:1;s:5:\"title\";s:15:\"Plugin Defaults\";s:11:\"title_short\";s:15:\"Plugin Defaults\";s:9:\"beacon_id\";i:389;}i:1;a:3:{s:4:\"slug\";s:30:\"section_general_plugin_options\";s:5:\"title\";s:22:\"General Plugin Options\";s:11:\"title_short\";s:15:\"General Options\";}i:2;a:4:{s:4:\"slug\";s:27:\"section_third_party_captcha\";s:5:\"title\";s:7:\"CAPTCHA\";s:11:\"title_short\";s:7:\"CAPTCHA\";s:9:\"beacon_id\";i:390;}i:3;a:4:{s:4:\"slug\";s:20:\"section_importexport\";s:5:\"title\";s:15:\"Import / Export\";s:11:\"title_short\";s:15:\"Import / Export\";s:9:\"beacon_id\";i:129;}i:4;a:3:{s:4:\"slug\";s:20:\"section_integrations\";s:5:\"title\";s:12:\"Integrations\";s:11:\"title_short\";s:12:\"Integrations\";}i:5;a:3:{s:4:\"slug\";s:31:\"section_global_security_options\";s:5:\"title\";s:30:\"Global Plugin Security Options\";s:11:\"title_short\";s:14:\"Disable Shield\";}i:6;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:33:{s:29:\"global_enable_plugin_features\";a:10:{s:3:\"key\";s:29:\"global_enable_plugin_features\";s:7:\"section\";s:31:\"section_global_security_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:389;s:4:\"name\";s:33:\"Enable/Disable All Plugin Modules\";s:7:\"summary\";s:27:\"Global Plugin On/Off Switch\";s:11:\"description\";s:50:\"Uncheck this option to disable all Shield features\";}s:15:\"enable_tracking\";a:9:{s:3:\"key\";s:15:\"enable_tracking\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/7i\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:28:\"Enable Information Gathering\";s:7:\"summary\";s:44:\"Permit Anonymous Usage Information Gathering\";s:11:\"description\";s:198:\"Allows us to gather information on statistics and features in-use across our client installations. This information is strictly anonymous and contains no personally, or otherwise, identifiable data.\";}s:16:\"enable_shieldnet\";a:11:{s:3:\"key\";s:16:\"enable_shieldnet\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"beacon_id\";i:437;s:9:\"link_info\";s:19:\"https://shsec.io/kb\";s:9:\"link_blog\";s:19:\"https://shsec.io/kc\";s:4:\"name\";s:16:\"Enable ShieldNET\";s:7:\"summary\";s:54:\"Enhanced Website Security Through Network Intelligence\";s:11:\"description\";s:55:\"Enhanced Website Security Through Network Intelligence.\";}s:13:\"show_advanced\";a:9:{s:3:\"key\";s:13:\"show_advanced\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Show All Options\";s:7:\"summary\";s:51:\"Show All Options Including Those Marked As Advanced\";s:11:\"description\";s:122:\"Shield hides advanced options from view to simplify display. Turn this option on to display advanced options at all times.\";}s:22:\"visitor_address_source\";a:13:{s:3:\"key\";s:22:\"visitor_address_source\";s:7:\"section\";s:16:\"section_defaults\";s:8:\"advanced\";b:1;s:9:\"sensitive\";b:0;s:4:\"type\";s:6:\"select\";s:7:\"default\";s:14:\"AUTO_DETECT_IP\";s:13:\"value_options\";a:11:{i:0;a:2:{s:9:\"value_key\";s:14:\"AUTO_DETECT_IP\";s:4:\"text\";s:31:\"Automatically Detect Visitor IP\";}i:1;a:2:{s:9:\"value_key\";s:11:\"REMOTE_ADDR\";s:4:\"text\";s:11:\"REMOTE_ADDR\";}i:2;a:2:{s:9:\"value_key\";s:21:\"HTTP_CF_CONNECTING_IP\";s:4:\"text\";s:21:\"HTTP_CF_CONNECTING_IP\";}i:3;a:2:{s:9:\"value_key\";s:20:\"HTTP_X_FORWARDED_FOR\";s:4:\"text\";s:20:\"HTTP_X_FORWARDED_FOR\";}i:4;a:2:{s:9:\"value_key\";s:16:\"HTTP_X_FORWARDED\";s:4:\"text\";s:16:\"HTTP_X_FORWARDED\";}i:5;a:2:{s:9:\"value_key\";s:14:\"HTTP_X_REAL_IP\";s:4:\"text\";s:14:\"HTTP_X_REAL_IP\";}i:6;a:2:{s:9:\"value_key\";s:22:\"HTTP_X_SUCURI_CLIENTIP\";s:4:\"text\";s:22:\"HTTP_X_SUCURI_CLIENTIP\";}i:7;a:2:{s:9:\"value_key\";s:20:\"HTTP_INCAP_CLIENT_IP\";s:4:\"text\";s:20:\"HTTP_INCAP_CLIENT_IP\";}i:8;a:2:{s:9:\"value_key\";s:22:\"HTTP_X_SP_FORWARDED_IP\";s:4:\"text\";s:22:\"HTTP_X_SP_FORWARDED_IP\";}i:9;a:2:{s:9:\"value_key\";s:14:\"HTTP_FORWARDED\";s:4:\"text\";s:14:\"HTTP_FORWARDED\";}i:10;a:2:{s:9:\"value_key\";s:14:\"HTTP_CLIENT_IP\";s:4:\"text\";s:14:\"HTTP_CLIENT_IP\";}}s:9:\"link_info\";s:19:\"https://shsec.io/dn\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:391;s:4:\"name\";s:18:\"Visitor IP Address\";s:7:\"summary\";s:22:\"Which Address Is Yours\";s:11:\"description\";s:85:\"There are many way to detect visitor IP addresses. Please select yours from the list.\";}s:24:\"block_send_email_address\";a:10:{s:3:\"key\";s:24:\"block_send_email_address\";s:7:\"section\";s:16:\"section_defaults\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Report Email\";s:7:\"summary\";s:27:\"Where to send email reports\";s:11:\"description\";s:66:\"If this is empty, it will default to the blog admin email address.\";}s:27:\"enable_upgrade_admin_notice\";a:9:{s:3:\"key\";s:27:\"enable_upgrade_admin_notice\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"In-Plugin Notices\";s:7:\"summary\";s:31:\"Display Plugin Specific Notices\";s:11:\"description\";s:105:\"Disable this option to hide certain plugin admin notices about available updates and post-update notices.\";}s:12:\"enable_wpcli\";a:12:{s:3:\"key\";s:12:\"enable_wpcli\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/i1\";s:9:\"link_blog\";s:19:\"https://shsec.io/i2\";s:9:\"beacon_id\";i:308;s:4:\"name\";s:12:\"Allow WP-CLI\";s:7:\"summary\";s:50:\"Allow Access And Control Of This Plugin Via WP-CLI\";s:11:\"description\";s:65:\"Turn off this option to disable this plugin\'s WP-CLI integration.\";}s:20:\"display_plugin_badge\";a:10:{s:3:\"key\";s:20:\"display_plugin_badge\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/5v\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf20\";s:9:\"beacon_id\";i:130;s:4:\"name\";s:17:\"Show Plugin Badge\";s:7:\"summary\";s:42:\"Display Plugin Security Badge On Your Site\";s:11:\"description\";s:187:\"Enabling this option helps support the plugin by spreading the word about it on your website. The plugin badge also demonstrates to visitors that you take your website security seriously.\";}s:27:\"enable_xmlrpc_compatibility\";a:9:{s:3:\"key\";s:27:\"enable_xmlrpc_compatibility\";s:7:\"section\";s:16:\"section_defaults\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:21:\"XML-RPC Compatibility\";s:7:\"summary\";s:56:\"Allow Login Through XML-RPC To By-Pass Login Guard Rules\";s:11:\"description\";s:95:\"Enable this if you need XML-RPC functionality e.g. if you use the WordPress iPhone/Android App.\";}s:19:\"importexport_enable\";a:12:{s:3:\"key\";s:19:\"importexport_enable\";s:7:\"section\";s:20:\"section_importexport\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/do\";s:9:\"link_blog\";s:19:\"https://shsec.io/dp\";s:9:\"beacon_id\";i:129;s:4:\"name\";s:19:\"Allow Import/Export\";s:7:\"summary\";s:65:\"Allow Import Of Options To, And Export Of Options From, This Site\";s:11:\"description\";s:68:\"Uncheck this box to completely disable import and export of options.\";}s:22:\"importexport_masterurl\";a:10:{s:3:\"key\";s:22:\"importexport_masterurl\";s:7:\"section\";s:20:\"section_importexport\";s:8:\"advanced\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Auto-Import URL\";s:7:\"summary\";s:43:\"Automatically Import Options From This Site\";s:11:\"description\";s:115:\"Supplying a valid site URL here will make this site an \'Options Slave\' and will automatically import options daily.\";}s:22:\"importexport_whitelist\";a:12:{s:3:\"key\";s:22:\"importexport_whitelist\";s:7:\"section\";s:20:\"section_importexport\";s:8:\"advanced\";b:1;s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Export Whitelist\";s:7:\"summary\";s:68:\"Whitelisted Sites Which Do Not Need The Secret Key To Export Options\";s:11:\"description\";s:132:\"Each site on this list will be able to export options from this site without providing the secret key. Take a new line for each URL.\";}s:29:\"importexport_whitelist_notify\";a:11:{s:3:\"key\";s:29:\"importexport_whitelist_notify\";s:7:\"section\";s:20:\"section_importexport\";s:8:\"advanced\";b:1;s:9:\"sensitive\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Notify Whitelist\";s:7:\"summary\";s:59:\"Notify Sites On The Whitelist To Update Options From Master\";s:11:\"description\";s:110:\"When enabled, manual options saving will notify sites on the whitelist to export options from the Master site.\";}s:22:\"importexport_secretkey\";a:12:{s:3:\"key\";s:22:\"importexport_secretkey\";s:7:\"section\";s:20:\"section_importexport\";s:8:\"advanced\";b:1;s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:16:\"noneditable_text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:10:\"Secret Key\";s:7:\"summary\";s:24:\"Import/Export Secret Key\";s:11:\"description\";s:79:\"Keep this Secret Key private as it will allow the import and export of options.\";}s:20:\"delete_on_deactivate\";a:9:{s:3:\"key\";s:20:\"delete_on_deactivate\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Delete Plugin Settings\";s:7:\"summary\";s:51:\"Delete All Plugin Settings Upon Plugin Deactivation\";s:11:\"description\";s:67:\"Careful: Removes all plugin options when you deactivate the plugin.\";}s:15:\"locale_override\";a:10:{s:3:\"key\";s:15:\"locale_override\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:8:\"advanced\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:18:\"https://icwp.io/il\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Locale Override\";s:7:\"summary\";s:51:\"Delete All Plugin Settings Upon Plugin Deactivation\";s:11:\"description\";s:67:\"Careful: Removes all plugin options when you deactivate the plugin.\";}s:16:\"captcha_provider\";a:11:{s:3:\"key\";s:16:\"captcha_provider\";s:7:\"section\";s:27:\"section_third_party_captcha\";s:7:\"default\";s:10:\"grecaptcha\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:2:{i:0;a:2:{s:9:\"value_key\";s:10:\"grecaptcha\";s:4:\"text\";s:19:\"Google reCAPTCHA v2\";}i:1;a:2:{s:9:\"value_key\";s:8:\"hcaptcha\";s:4:\"text\";s:8:\"hCaptcha\";}}s:9:\"link_info\";s:19:\"https://shsec.io/dq\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:269;s:4:\"name\";s:16:\"CAPTCHA Provider\";s:7:\"summary\";s:40:\"Which CAPTCHA Provider To Use Throughout\";s:11:\"description\";s:66:\"You can choose the CAPTCHA provider depending on your preferences.\";}s:22:\"google_recaptcha_style\";a:12:{s:3:\"key\";s:22:\"google_recaptcha_style\";s:7:\"section\";s:27:\"section_third_party_captcha\";s:7:\"premium\";b:1;s:7:\"default\";s:5:\"light\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:5:\"light\";s:4:\"text\";s:11:\"Light Theme\";}i:1;a:2:{s:9:\"value_key\";s:4:\"dark\";s:4:\"text\";s:10:\"Dark Theme\";}i:2;a:2:{s:9:\"value_key\";s:9:\"invisible\";s:4:\"text\";s:9:\"Invisible\";}}s:9:\"link_info\";s:19:\"https://shsec.io/dq\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:269;s:4:\"name\";s:12:\"CAPTCHA Type\";s:7:\"summary\";s:49:\"How Google reCAPTCHA Will Be Displayed By Default\";s:11:\"description\";s:109:\"You can choose the reCAPTCHA display format that best suits your site, including the new Invisible Recaptcha.\";}s:25:\"google_recaptcha_site_key\";a:11:{s:3:\"key\";s:25:\"google_recaptcha_site_key\";s:7:\"section\";s:27:\"section_third_party_captcha\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:22:\"https://shsec.io/shld5\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:390;s:4:\"name\";s:18:\"reCAPTCHA Site Key\";s:7:\"summary\";s:67:\"Google reCAPTCHA Site Key - Only v2 or Invisible. v3 NOT supported.\";s:11:\"description\";s:67:\"Enter your Google reCAPTCHA site key for use throughout the plugin.\";}s:27:\"google_recaptcha_secret_key\";a:11:{s:3:\"key\";s:27:\"google_recaptcha_secret_key\";s:7:\"section\";s:27:\"section_third_party_captcha\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:22:\"https://shsec.io/shld5\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:390;s:4:\"name\";s:16:\"reCAPTCHA Secret\";s:7:\"summary\";s:69:\"Google reCAPTCHA Secret Key - Only v2 or Invisible. v3 NOT supported.\";s:11:\"description\";s:69:\"Enter your Google reCAPTCHA secret key for use throughout the plugin.\";}s:21:\"tracking_last_sent_at\";a:6:{s:3:\"key\";s:21:\"tracking_last_sent_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;s:3:\"min\";i:0;}s:22:\"unique_installation_id\";a:5:{s:3:\"key\";s:22:\"unique_installation_id\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:4:\"text\";s:7:\"default\";i:0;}s:26:\"tracking_permission_set_at\";a:4:{s:3:\"key\";s:26:\"tracking_permission_set_at\";s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}s:17:\"installation_time\";a:5:{s:3:\"key\";s:17:\"installation_time\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}s:12:\"activated_at\";a:5:{s:3:\"key\";s:12:\"activated_at\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}s:33:\"importexport_secretkey_expires_at\";a:5:{s:3:\"key\";s:33:\"importexport_secretkey_expires_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}s:33:\"importexport_handshake_expires_at\";a:5:{s:3:\"key\";s:33:\"importexport_handshake_expires_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}s:21:\"last_ip_detect_source\";a:5:{s:3:\"key\";s:21:\"last_ip_detect_source\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}s:19:\"openssl_private_key\";a:6:{s:3:\"key\";s:19:\"openssl_private_key\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}s:10:\"snapi_data\";a:6:{s:3:\"key\";s:10:\"snapi_data\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:18:\"captcha_checked_at\";a:5:{s:3:\"key\";s:18:\"captcha_checked_at\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:3:\"int\";s:7:\"default\";i:-1;}s:20:\"cache_dir_write_test\";a:5:{s:3:\"key\";s:20:\"cache_dir_write_test\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:6:{s:19:\"href_privacy_policy\";s:38:\"https://shsec.io/wpshieldprivacypolicy\";s:10:\"db_classes\";a:1:{s:5:\"notes\";s:69:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\AdminNotes\\Handler\";}s:14:\"db_table_notes\";a:3:{s:4:\"slug\";s:5:\"notes\";s:14:\"has_updated_at\";b:1;s:11:\"cols_custom\";a:2:{s:11:\"wp_username\";s:39:\"varchar(255) NOT NULL DEFAULT \'unknown\'\";s:4:\"note\";s:4:\"TEXT\";}}s:22:\"active_plugin_features\";a:21:{i:0;a:2:{s:4:\"slug\";s:4:\"data\";s:13:\"load_priority\";i:1;}i:1;a:3:{s:4:\"slug\";s:8:\"insights\";s:13:\"load_priority\";i:2;s:13:\"menu_priority\";i:5;}i:2;a:3:{s:4:\"slug\";s:24:\"admin_access_restriction\";s:9:\"namespace\";s:13:\"SecurityAdmin\";s:13:\"load_priority\";i:11;}i:3;a:3:{s:4:\"slug\";s:3:\"ips\";s:13:\"load_priority\";i:15;s:9:\"namespace\";s:3:\"IPs\";}i:4;a:3:{s:4:\"slug\";s:11:\"audit_trail\";s:13:\"load_priority\";i:11;s:6:\"hidden\";b:0;}i:5;a:2:{s:4:\"slug\";s:12:\"hack_protect\";s:9:\"namespace\";s:9:\"HackGuard\";}i:6;a:2:{s:4:\"slug\";s:7:\"traffic\";s:13:\"load_priority\";i:12;}i:7;a:2:{s:4:\"slug\";s:8:\"firewall\";s:13:\"load_priority\";i:1000;}i:8;a:3:{s:4:\"slug\";s:13:\"login_protect\";s:11:\"storage_key\";s:12:\"loginprotect\";s:9:\"namespace\";s:10:\"LoginGuard\";}i:9;a:1:{s:4:\"slug\";s:15:\"user_management\";}i:10;a:2:{s:4:\"slug\";s:15:\"comments_filter\";s:11:\"storage_key\";s:14:\"commentsfilter\";}i:11;a:2:{s:4:\"slug\";s:6:\"events\";s:13:\"load_priority\";i:11;}i:12;a:2:{s:4:\"slug\";s:9:\"reporting\";s:13:\"load_priority\";i:12;}i:13;a:2:{s:4:\"slug\";s:8:\"sessions\";s:13:\"load_priority\";i:5;}i:14;a:2:{s:4:\"slug\";s:12:\"integrations\";s:13:\"load_priority\";i:20;}i:15;a:2:{s:4:\"slug\";s:7:\"license\";s:13:\"load_priority\";i:10;}i:16;a:1:{s:4:\"slug\";s:11:\"autoupdates\";}i:17;a:1:{s:4:\"slug\";s:7:\"headers\";}i:18;a:1:{s:4:\"slug\";s:8:\"lockdown\";}i:19;a:1:{s:4:\"slug\";s:5:\"comms\";}i:20;a:1:{s:4:\"slug\";s:5:\"email\";}}s:6:\"events\";a:15:{s:9:\"debug_log\";a:3:{s:12:\"audit_params\";a:1:{i:0;s:7:\"message\";}s:5:\"level\";s:5:\"debug\";s:4:\"stat\";b:0;}s:13:\"test_cron_run\";a:2:{s:5:\"level\";s:5:\"debug\";s:6:\"recent\";b:1;}s:18:\"import_notify_sent\";a:2:{s:5:\"level\";s:5:\"debug\";s:4:\"stat\";b:0;}s:22:\"import_notify_received\";a:3:{s:12:\"audit_params\";a:1:{i:0;s:11:\"master_site\";}s:5:\"level\";s:6:\"notice\";s:4:\"stat\";b:0;}s:16:\"options_exported\";a:4:{s:12:\"audit_params\";a:1:{i:0;s:4:\"site\";}s:5:\"level\";s:6:\"notice\";s:4:\"stat\";b:1;s:6:\"recent\";b:1;}s:16:\"options_imported\";a:4:{s:12:\"audit_params\";a:1:{i:0;s:4:\"site\";}s:5:\"level\";s:6:\"notice\";s:4:\"stat\";b:1;s:6:\"recent\";b:1;}s:20:\"whitelist_site_added\";a:3:{s:12:\"audit_params\";a:1:{i:0;s:4:\"site\";}s:5:\"level\";s:7:\"warning\";s:4:\"stat\";b:0;}s:22:\"whitelist_site_removed\";a:3:{s:12:\"audit_params\";a:1:{i:0;s:4:\"site\";}s:5:\"level\";s:6:\"notice\";s:4:\"stat\";b:0;}s:14:\"master_url_set\";a:3:{s:12:\"audit_params\";a:1:{i:0;s:4:\"site\";}s:5:\"level\";s:7:\"warning\";s:4:\"stat\";b:0;}s:17:\"recaptcha_success\";a:1:{s:5:\"level\";s:5:\"debug\";}s:14:\"recaptcha_fail\";a:2:{s:5:\"level\";s:7:\"warning\";s:5:\"audit\";b:1;}s:12:\"antibot_pass\";a:3:{s:12:\"audit_params\";a:2:{i:0;s:5:\"score\";i:1;s:7:\"minimum\";}s:5:\"level\";s:4:\"info\";s:4:\"stat\";b:1;}s:12:\"antibot_fail\";a:3:{s:12:\"audit_params\";a:2:{i:0;s:5:\"score\";i:1;s:7:\"minimum\";}s:5:\"level\";s:7:\"warning\";s:4:\"stat\";b:1;}s:14:\"frontpage_load\";a:3:{s:5:\"level\";s:5:\"debug\";s:7:\"offense\";b:0;s:4:\"stat\";b:0;}s:14:\"loginpage_load\";a:3:{s:5:\"level\";s:5:\"debug\";s:7:\"offense\";b:0;s:4:\"stat\";b:0;}}s:7:\"wizards\";a:1:{s:7:\"welcome\";a:4:{s:5:\"title\";s:28:\"Getting Started Setup Wizard\";s:4:\"desc\";s:106:\"An introduction to this security plugin, helping you get setup and started quickly with the core features.\";s:20:\"min_user_permissions\";s:14:\"manage_options\";s:5:\"steps\";a:12:{s:7:\"welcome\";a:2:{s:14:\"security_admin\";b:0;s:5:\"title\";s:7:\"Welcome\";}s:9:\"ip_detect\";a:1:{s:5:\"title\";s:12:\"IP Detection\";}s:24:\"admin_access_restriction\";a:1:{s:5:\"title\";s:14:\"Security Admin\";}s:11:\"audit_trail\";a:1:{s:5:\"title\";s:11:\"Audit Trail\";}s:3:\"ips\";a:1:{s:5:\"title\";s:12:\"IP Blacklist\";}s:13:\"login_protect\";a:1:{s:5:\"title\";s:16:\"Login Protection\";}s:15:\"comments_filter\";a:1:{s:5:\"title\";s:12:\"Comment SPAM\";}s:12:\"plugin_badge\";a:1:{s:5:\"title\";s:14:\"Security Badge\";}s:16:\"plugin_telemetry\";a:1:{s:5:\"title\";s:16:\"Plugin Telemetry\";}s:10:\"free_trial\";a:1:{s:5:\"title\";s:10:\"Free Trial\";}s:5:\"optin\";a:1:{s:5:\"title\";s:8:\"Join Us!\";}s:8:\"thankyou\";a:2:{s:14:\"security_admin\";b:0;s:5:\"title\";s:10:\"Thank You!\";}}}}}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510330,'_site_transient_timeout_shield_mod_config_data','1632920474','no'),(510331,'_site_transient_shield_mod_config_data','a:7:{s:4:\"slug\";s:4:\"data\";s:10:\"properties\";a:12:{s:4:\"slug\";s:4:\"data\";s:4:\"name\";s:4:\"Data\";s:21:\"show_module_menu_item\";b:0;s:12:\"auto_enabled\";b:1;s:11:\"storage_key\";s:4:\"data\";s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:12:\"run_if_wpcli\";b:1;s:14:\"skip_processor\";b:1;s:16:\"tracking_exclude\";b:1;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:0;}s:8:\"sections\";a:0:{}s:7:\"options\";a:0:{}s:11:\"definitions\";a:3:{s:18:\"db_handler_classes\";a:2:{s:3:\"ips\";s:72:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Modules\\Data\\DB\\IPs\\Ops\\Handler\";s:8:\"req_logs\";s:76:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Modules\\Data\\DB\\ReqLogs\\Ops\\Handler\";}s:12:\"db_table_ips\";a:6:{s:10:\"autoexpire\";i:0;s:4:\"slug\";s:3:\"ips\";s:14:\"has_updated_at\";b:0;s:14:\"has_deleted_at\";b:0;s:14:\"col_older_than\";s:10:\"created_at\";s:11:\"cols_custom\";a:2:{s:2:\"ip\";a:2:{s:10:\"macro_type\";s:2:\"ip\";s:4:\"attr\";a:1:{i:0;s:6:\"UNIQUE\";}}s:3:\"geo\";a:2:{s:10:\"macro_type\";s:4:\"meta\";s:7:\"comment\";s:10:\"GeoIP Data\";}}}s:17:\"db_table_req_logs\";a:5:{s:4:\"slug\";s:8:\"req_logs\";s:10:\"autoexpire\";i:0;s:14:\"has_updated_at\";b:0;s:14:\"has_deleted_at\";b:0;s:11:\"cols_custom\";a:3:{s:6:\"req_id\";a:3:{s:10:\"macro_type\";s:7:\"varchar\";s:6:\"length\";i:10;s:4:\"attr\";a:1:{i:0;s:6:\"UNIQUE\";}}s:6:\"ip_ref\";a:2:{s:10:\"macro_type\";s:14:\"foreign_key_id\";s:11:\"foreign_key\";a:1:{s:9:\"ref_table\";s:13:\"icwp_wpsf_ips\";}}s:4:\"meta\";a:1:{s:10:\"macro_type\";s:4:\"meta\";}}}}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510332,'_site_transient_timeout_shield_mod_config_insights','1632920474','no'),(510333,'_site_transient_shield_mod_config_insights','a:6:{s:4:\"slug\";s:8:\"insights\";s:10:\"properties\";a:16:{s:4:\"slug\";s:8:\"insights\";s:4:\"name\";s:9:\"Dashboard\";s:10:\"menu_title\";s:18:\"Security Dashboard\";s:13:\"menu_priority\";s:1:\"5\";s:21:\"show_module_menu_item\";b:1;s:19:\"show_module_options\";b:0;s:12:\"auto_enabled\";b:1;s:11:\"storage_key\";s:8:\"insights\";s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:14:\"skip_processor\";b:1;s:16:\"tracking_exclude\";b:1;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:0;}s:8:\"sections\";a:1:{i:0;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:0:{}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510334,'_site_transient_timeout_shield_mod_config_admin_access_restriction','1632920474','no'),(510335,'_site_transient_shield_mod_config_admin_access_restriction','a:8:{s:4:\"slug\";s:24:\"admin_access_restriction\";s:10:\"properties\";a:14:{s:4:\"slug\";s:24:\"admin_access_restriction\";s:4:\"name\";s:14:\"Security Admin\";s:12:\"sidebar_name\";s:14:\"Security Admin\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:24:\"admin_access_restriction\";s:7:\"tagline\";s:58:\"Protect your Security Plugin, not just your WordPress site\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:20;}s:5:\"wpcli\";a:1:{s:4:\"root\";s:8:\"secadmin\";}s:13:\"admin_notices\";a:2:{s:26:\"certain-options-restricted\";a:5:{s:2:\"id\";s:26:\"certain-options-restricted\";s:8:\"schedule\";s:10:\"conditions\";s:12:\"plugin_admin\";s:2:\"no\";s:8:\"per_user\";b:1;s:4:\"type\";s:7:\"warning\";}s:22:\"admin-users-restricted\";a:5:{s:2:\"id\";s:22:\"admin-users-restricted\";s:8:\"schedule\";s:10:\"conditions\";s:12:\"plugin_admin\";s:2:\"no\";s:4:\"type\";s:7:\"warning\";s:8:\"per_user\";b:1;}}s:8:\"sections\";a:5:{i:0;a:6:{s:4:\"slug\";s:31:\"section_security_admin_settings\";s:7:\"primary\";b:1;s:5:\"title\";s:35:\"Security Admin Restriction Settings\";s:11:\"title_short\";s:23:\"Security Admin Settings\";s:9:\"beacon_id\";i:215;s:7:\"summary\";a:2:{i:0;s:52:\"Purpose - Restrict access using a simple Access PIN.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:1;a:5:{s:4:\"slug\";s:38:\"section_admin_access_restriction_areas\";s:5:\"title\";s:32:\"Security Admin Restriction Zones\";s:11:\"title_short\";s:24:\"Access Restriction Zones\";s:9:\"beacon_id\";i:214;s:7:\"summary\";a:2:{i:0;s:120:\"Purpose - Restricts access to key WordPress areas for all users not authenticated with the Security Admin Access system.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:2;a:5:{s:4:\"slug\";s:18:\"section_whitelabel\";s:5:\"title\";s:18:\"Shield White Label\";s:11:\"title_short\";s:11:\"White Label\";s:9:\"beacon_id\";i:131;s:7:\"summary\";a:1:{i:0;s:92:\"Purpose - Rename and re-brand the Shield Security plugin for your client site installations.\";}}i:3;a:5:{s:4:\"slug\";s:54:\"section_enable_plugin_feature_admin_access_restriction\";s:5:\"title\";s:39:\"Enable Module: WordPress Security Admin\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:213;s:7:\"summary\";a:3:{i:0;s:100:\"Purpose - Restricts access to this plugin preventing unauthorized changes to your security settings.\";i:1;s:59:\"Recommendation - Keep the Security Admin feature turned on.\";i:2;s:63:\"You need to also enter a new Access PIN to enable this feature.\";}}i:4;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:21:{s:31:\"enable_admin_access_restriction\";a:10:{s:3:\"key\";s:31:\"enable_admin_access_restriction\";s:7:\"section\";s:54:\"section_enable_plugin_feature_admin_access_restriction\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/40\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf02\";s:4:\"name\";s:21:\"Enable Security Admin\";s:7:\"summary\";s:41:\"Enforce Security Admin Access Restriction\";s:11:\"description\";s:157:\"Enable this with great care and consideration. When this Access PIN option is enabled, you must specify a key below and use it to gain access to this plugin.\";}s:16:\"admin_access_key\";a:11:{s:3:\"key\";s:16:\"admin_access_key\";s:7:\"section\";s:31:\"section_security_admin_settings\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:9:\"link_info\";s:19:\"https://shsec.io/42\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:215;s:4:\"name\";s:25:\"Security Admin Access PIN\";s:7:\"summary\";s:40:\"Provide/Update Security Admin Access PIN\";s:11:\"description\";s:92:\"Careful: If you forget this, you could potentially lock yourself out from using this plugin.\";}s:15:\"sec_admin_users\";a:13:{s:3:\"key\";s:15:\"sec_admin_users\";s:7:\"section\";s:31:\"section_security_admin_settings\";s:8:\"advanced\";b:1;s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/dk\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:132;s:4:\"name\";s:15:\"Security Admins\";s:7:\"summary\";s:26:\"Persistent Security Admins\";s:11:\"description\";s:79:\"All emails, usernames, or user IDs entered here will always be Security Admins.\";}s:20:\"admin_access_timeout\";a:12:{s:3:\"key\";s:20:\"admin_access_timeout\";s:7:\"section\";s:31:\"section_security_admin_settings\";s:8:\"advanced\";b:1;s:7:\"default\";i:30;s:4:\"type\";s:7:\"integer\";s:3:\"min\";i:1;s:9:\"link_info\";s:19:\"https://shsec.io/41\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:387;s:4:\"name\";s:22:\"Security Admin Timeout\";s:7:\"summary\";s:63:\"Specify An Automatic Timeout Interval For Security Admin Access\";s:11:\"description\";s:133:\"This will automatically expire your Security Admin Session. Does not apply until you enter the access PIN again. Default: 60 minutes.\";}s:20:\"allow_email_override\";a:11:{s:3:\"key\";s:20:\"allow_email_override\";s:7:\"section\";s:31:\"section_security_admin_settings\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/gf\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:385;s:4:\"name\";s:20:\"Allow Email Override\";s:7:\"summary\";s:49:\"Allow Email Override Of Admin Access Restrictions\";s:11:\"description\";s:96:\"Allow the use of verification emails to override and switch off the Security Admin restrictions.\";}s:29:\"admin_access_restrict_options\";a:10:{s:3:\"key\";s:29:\"admin_access_restrict_options\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf32\";s:9:\"beacon_id\";i:214;s:4:\"name\";s:7:\"Options\";s:7:\"summary\";s:56:\"Restrict Access To Key WordPress Posts And Pages Actions\";s:11:\"description\";s:140:\"Careful: This will restrict access to page/post creation, editing and deletion. Note: Selecting \'Edit\' will also restrict all other options.\";}s:33:\"admin_access_restrict_admin_users\";a:11:{s:3:\"key\";s:33:\"admin_access_restrict_admin_users\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:214;s:4:\"name\";s:11:\"Admin Users\";s:7:\"summary\";s:57:\"Restrict Access To Create/Delete/Modify Other Admin Users\";s:11:\"description\";s:127:\"Careful: This will restrict the ability of WordPress administrators from creating, modifying or promoting other administrators.\";}s:29:\"admin_access_restrict_plugins\";a:11:{s:3:\"key\";s:29:\"admin_access_restrict_plugins\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:8:\"advanced\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:0:{}s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:16:\"activate_plugins\";s:4:\"text\";s:8:\"Activate\";}i:1;a:2:{s:9:\"value_key\";s:15:\"install_plugins\";s:4:\"text\";s:7:\"Install\";}i:2;a:2:{s:9:\"value_key\";s:14:\"update_plugins\";s:4:\"text\";s:6:\"Update\";}i:3;a:2:{s:9:\"value_key\";s:14:\"delete_plugins\";s:4:\"text\";s:6:\"Delete\";}}s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf21\";s:9:\"beacon_id\";i:214;s:7:\"summary\";s:47:\"Restrict Access To Key WordPress Plugin Actions\";s:11:\"description\";s:156:\"Careful: This will restrict access to plugin installation, update, activation and deletion. Note: Selecting \'Activate\' will also restrict all other options.\";}s:28:\"admin_access_restrict_themes\";a:11:{s:3:\"key\";s:28:\"admin_access_restrict_themes\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:8:\"advanced\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:0:{}s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:13:\"switch_themes\";s:4:\"text\";s:8:\"Activate\";}i:1;a:2:{s:9:\"value_key\";s:18:\"edit_theme_options\";s:4:\"text\";s:18:\"Edit Theme Options\";}i:2;a:2:{s:9:\"value_key\";s:14:\"install_themes\";s:4:\"text\";s:7:\"Install\";}i:3;a:2:{s:9:\"value_key\";s:13:\"update_themes\";s:4:\"text\";s:6:\"Update\";}i:4;a:2:{s:9:\"value_key\";s:13:\"delete_themes\";s:4:\"text\";s:6:\"Delete\";}}s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf21\";s:9:\"beacon_id\";i:214;s:7:\"summary\";s:42:\"Restrict Access To WordPress Theme Actions\";s:11:\"description\";s:90:\"Careful: This will restrict access to theme installation, update, activation and deletion.\";}s:27:\"admin_access_restrict_posts\";a:11:{s:3:\"key\";s:27:\"admin_access_restrict_posts\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:8:\"advanced\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:0:{}s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:4:\"edit\";s:4:\"text\";s:11:\"Create/Edit\";}i:1;a:2:{s:9:\"value_key\";s:7:\"publish\";s:4:\"text\";s:7:\"Publish\";}i:2;a:2:{s:9:\"value_key\";s:6:\"delete\";s:4:\"text\";s:6:\"Delete\";}}s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf21\";s:9:\"beacon_id\";i:214;s:7:\"summary\";s:56:\"Restrict Access To Key WordPress Posts And Pages Actions\";s:11:\"description\";s:79:\"Careful: This will restrict access to page/post creation, editing and deletion.\";}s:17:\"whitelabel_enable\";a:11:{s:3:\"key\";s:17:\"whitelabel_enable\";s:7:\"section\";s:18:\"section_whitelabel\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/dr\";s:9:\"link_blog\";s:19:\"https://shsec.io/ds\";s:9:\"beacon_id\";i:131;s:4:\"name\";s:18:\"Enable White Label\";s:7:\"summary\";s:34:\"Activate Your White Label Settings\";s:11:\"description\";s:61:\"Use this option to turn on/off the whole White Label feature.\";}s:15:\"wl_hide_updates\";a:9:{s:3:\"key\";s:15:\"wl_hide_updates\";s:7:\"section\";s:18:\"section_whitelabel\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Hide Updates\";s:7:\"summary\";s:47:\"Hide Available Updates From Non Security Admins\";s:11:\"description\";s:66:\"Hides the availability of Shield updates from non-security admins.\";}s:20:\"wl_replace_badge_url\";a:9:{s:3:\"key\";s:20:\"wl_replace_badge_url\";s:7:\"section\";s:18:\"section_whitelabel\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Replace Plugin Badge\";s:7:\"summary\";s:35:\"Replace Plugin Badge URL and Images\";s:11:\"description\";s:84:\"When using the plugin badge, replace the URL and link with your Whitelabel settings.\";}s:17:\"wl_pluginnamemain\";a:11:{s:3:\"key\";s:17:\"wl_pluginnamemain\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:6:\"Shield\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dt\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:216;s:4:\"name\";s:11:\"Plugin Name\";s:7:\"summary\";s:22:\"The Name Of The Plugin\";s:11:\"description\";s:23:\"The Name Of The Plugin.\";}s:11:\"wl_namemenu\";a:10:{s:3:\"key\";s:11:\"wl_namemenu\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:15:\"Shield Security\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:10:\"Menu Title\";s:7:\"summary\";s:33:\"The Main Menu Title Of The Plugin\";s:11:\"description\";s:79:\"The Main Menu Title Of The Plugin. If left empty, the Plugin Name will be used.\";}s:14:\"wl_companyname\";a:11:{s:3:\"key\";s:14:\"wl_companyname\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:20:\"Example Company Name\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dt\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:216;s:4:\"name\";s:12:\"Company Name\";s:7:\"summary\";s:24:\"The Name Of Your Company\";s:11:\"description\";s:33:\"Provide the name of your company.\";}s:14:\"wl_description\";a:10:{s:3:\"key\";s:14:\"wl_description\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:74:\"Secure Your Sites With The World\'s Most Powerful WordPress Security Plugin\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Plugin Tag Line\";s:7:\"summary\";s:26:\"The Tag Line Of The Plugin\";s:11:\"description\";s:27:\"The Tag Line Of The Plugin.\";}s:10:\"wl_homeurl\";a:10:{s:3:\"key\";s:10:\"wl_homeurl\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:19:\"https://shsec.io/7f\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:8:\"Home URL\";s:7:\"summary\";s:20:\"Plugin Home Page URL\";s:11:\"description\";s:84:\"When a user clicks the home link for this plugin, this is where they\'ll be directed.\";}s:14:\"wl_menuiconurl\";a:11:{s:3:\"key\";s:14:\"wl_menuiconurl\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:20:\"pluginlogo_16x16.png\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dt\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:216;s:4:\"name\";s:9:\"Menu Icon\";s:7:\"summary\";s:13:\"Menu Icon URL\";s:11:\"description\";s:42:\"The URL of the icon displayed in the menu.\";}s:19:\"wl_dashboardlogourl\";a:11:{s:3:\"key\";s:19:\"wl_dashboardlogourl\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:22:\"pluginlogo_128x128.png\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:216;s:4:\"name\";s:17:\"Plugin Badge Logo\";s:7:\"summary\";s:21:\"Plugin Badge Logo URL\";s:11:\"description\";s:72:\"The URL of the logo displayed in the main dashboard. Should be 128x128px\";}s:19:\"wl_login2fa_logourl\";a:10:{s:3:\"key\";s:19:\"wl_login2fa_logourl\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:29:\"pluginlogo_banner-772x250.png\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dt\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Dashboard and 2FA Logo\";s:7:\"summary\";s:26:\"Dashboard and 2FA Logo URL\";s:11:\"description\";s:72:\"The URL of the logo displayed in the main dashboard. Should be 128x128px\";}}s:11:\"definitions\";a:3:{s:22:\"restricted_pages_users\";a:2:{i:0;s:13:\"user-edit.php\";i:1;s:9:\"users.php\";}s:6:\"events\";a:2:{s:11:\"key_success\";a:2:{s:5:\"level\";s:5:\"debug\";s:6:\"recent\";b:1;}s:8:\"key_fail\";a:3:{s:5:\"level\";s:7:\"warning\";s:6:\"recent\";b:1;s:7:\"offense\";b:1;}}s:19:\"options_to_restrict\";a:4:{s:12:\"wpms_options\";a:3:{i:0;s:11:\"admin_email\";i:1;s:9:\"site_name\";i:2;s:12:\"registration\";}s:10:\"wpms_pages\";a:1:{i:0;s:12:\"settings.php\";}s:10:\"wp_options\";a:10:{i:0;s:8:\"blogname\";i:1;s:15:\"blogdescription\";i:2;s:7:\"siteurl\";i:3;s:4:\"home\";i:4;s:11:\"admin_email\";i:5;s:15:\"new_admin_email\";i:6;s:18:\"users_can_register\";i:7;s:15:\"comments_notify\";i:8;s:18:\"comment_moderation\";i:9;s:11:\"blog_public\";}s:8:\"wp_pages\";a:4:{i:0;s:19:\"options-general.php\";i:1;s:22:\"options-discussion.php\";i:2;s:19:\"options-reading.php\";i:3;s:11:\"options.php\";}}}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510336,'_site_transient_timeout_shield_mod_config_ips','1632920474','no'),(510337,'_site_transient_shield_mod_config_ips','a:10:{s:4:\"slug\";s:3:\"ips\";s:10:\"properties\";a:14:{s:4:\"slug\";s:3:\"ips\";s:4:\"name\";s:22:\"Block Bad IPs/Visitors\";s:12:\"sidebar_name\";s:11:\"IP Blocking\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:3:\"ips\";s:7:\"tagline\";s:68:\"Automatically detect bots and malicious visitors and stop them dead.\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:100;}s:10:\"menu_items\";a:1:{i:0;a:2:{s:5:\"title\";s:10:\"IP Manager\";s:4:\"slug\";s:12:\"ips-redirect\";}}s:16:\"custom_redirects\";a:1:{i:0;a:3:{s:15:\"source_mod_page\";s:12:\"ips-redirect\";s:15:\"target_mod_page\";s:8:\"insights\";s:10:\"query_args\";a:1:{s:4:\"inav\";s:3:\"ips\";}}}s:13:\"admin_notices\";a:1:{s:19:\"visitor-whitelisted\";a:5:{s:2:\"id\";s:19:\"visitor-whitelisted\";s:8:\"schedule\";s:10:\"conditions\";s:16:\"plugin_page_only\";b:1;s:8:\"per_user\";b:1;s:4:\"type\";s:4:\"info\";}}s:12:\"requirements\";a:1:{s:3:\"php\";a:2:{s:9:\"functions\";a:1:{i:0;s:10:\"filter_var\";}s:9:\"constants\";a:5:{i:0;s:18:\"FILTER_VALIDATE_IP\";i:1;s:16:\"FILTER_FLAG_IPV4\";i:2;s:16:\"FILTER_FLAG_IPV6\";i:3;s:25:\"FILTER_FLAG_NO_PRIV_RANGE\";i:4;s:24:\"FILTER_FLAG_NO_RES_RANGE\";}}}s:8:\"sections\";a:8:{i:0;a:6:{s:4:\"slug\";s:23:\"section_auto_black_list\";s:7:\"primary\";b:1;s:5:\"title\";s:23:\"Automatic IP Black List\";s:11:\"title_short\";s:22:\"Auto IP Blocking Rules\";s:9:\"beacon_id\";i:208;s:7:\"summary\";a:2:{i:0;s:136:\"Purpose - The Automatic IP Black List system will block the IP addresses of naughty visitors after a specified number of transgressions.\";i:1;s:68:\"Recommendation - Keep the Automatic IP Black List feature turned on.\";}}i:1;a:3:{s:4:\"slug\";s:15:\"section_antibot\";s:5:\"title\";s:14:\"AntiBot System\";s:11:\"title_short\";s:14:\"AntiBot System\";}i:2;a:5:{s:4:\"slug\";s:14:\"section_logins\";s:5:\"title\";s:18:\"Capture Login Bots\";s:11:\"title_short\";s:10:\"Login Bots\";s:9:\"beacon_id\";i:122;s:7:\"summary\";a:1:{i:0;s:88:\"Recommendation - Enable to capture bots/spiders that don\'t honour \'nofollow\' directives.\";}}i:3;a:5:{s:4:\"slug\";s:14:\"section_probes\";s:5:\"title\";s:20:\"Capture Probing Bots\";s:11:\"title_short\";s:12:\"Probing Bots\";s:9:\"beacon_id\";i:123;s:7:\"summary\";a:1:{i:0;s:88:\"Recommendation - Enable to capture bots/spiders that don\'t honour \'nofollow\' directives.\";}}i:4;a:5:{s:4:\"slug\";s:18:\"section_behaviours\";s:5:\"title\";s:30:\"Identify Common Bot Behaviours\";s:11:\"title_short\";s:14:\"Bot Behaviours\";s:9:\"beacon_id\";i:124;s:7:\"summary\";a:1:{i:0;s:88:\"Recommendation - Enable to capture bots/spiders that don\'t honour \'nofollow\' directives.\";}}i:5;a:5:{s:4:\"slug\";s:21:\"section_user_messages\";s:5:\"title\";s:32:\"Customize Messages Shown To User\";s:11:\"title_short\";s:16:\"Visitor Messages\";s:9:\"beacon_id\";i:139;s:7:\"summary\";a:3:{i:0;s:51:\"Purpose - Customize the messages shown to visitors.\";i:1;s:70:\"Recommendation - Be sure to change the messages to suit your audience.\";i:2;s:75:\"Hint - To reset any message to its default, enter the text exactly: default\";}}i:6;a:4:{s:4:\"slug\";s:33:\"section_enable_plugin_feature_ips\";s:5:\"title\";s:25:\"Enable Module: IP Manager\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:95:\"Purpose - The IP Manager allows you to whitelist, blacklist and configure auto-blacklist rules.\";i:1;s:123:\"Recommendation - Keep the IP Manager feature turned on. You should also carefully review the automatic black list settings.\";}}i:7;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:21:{s:10:\"enable_ips\";a:11:{s:3:\"key\";s:10:\"enable_ips\";s:7:\"section\";s:33:\"section_enable_plugin_feature_ips\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/ea\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf26\";s:9:\"beacon_id\";i:208;s:4:\"name\";s:17:\"Enable IP Manager\";s:7:\"summary\";s:41:\"Enable (or Disable) The IP Manager module\";s:11:\"description\";s:69:\"Un-Checking this option will completely disable the IP Manager module\";}s:15:\"antibot_minimum\";a:12:{s:3:\"key\";s:15:\"antibot_minimum\";s:7:\"section\";s:15:\"section_antibot\";s:7:\"default\";i:45;s:4:\"type\";s:7:\"integer\";s:3:\"min\";i:0;s:3:\"max\";i:99;s:9:\"link_info\";s:19:\"https://shsec.io/jy\";s:9:\"link_blog\";s:19:\"https://shsec.io/jz\";s:9:\"beacon_id\";i:424;s:4:\"name\";s:17:\"AntiBot Threshold\";s:7:\"summary\";s:38:\"AntiBot Testing Threshold (Percentage)\";s:11:\"description\";s:94:\"When using Shield\'s AntiBot system, this is the threshold used for testing (between 1 and 99).\";}s:31:\"antibot_high_reputation_minimum\";a:11:{s:3:\"key\";s:31:\"antibot_high_reputation_minimum\";s:7:\"section\";s:15:\"section_antibot\";s:7:\"default\";i:200;s:4:\"type\";s:7:\"integer\";s:3:\"min\";i:0;s:9:\"link_info\";s:19:\"https://shsec.io/jy\";s:9:\"link_blog\";s:19:\"https://shsec.io/jz\";s:9:\"beacon_id\";i:431;s:4:\"name\";s:22:\"High Reputation Bypass\";s:7:\"summary\";s:67:\"Prevent IPs/Visitors With High Reputation Scores From Being Blocked\";s:11:\"description\";s:73:\"Ensures that visitors with a high reputation are never blocked by Shield.\";}s:12:\"force_notbot\";a:11:{s:3:\"key\";s:12:\"force_notbot\";s:7:\"section\";s:15:\"section_antibot\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/jy\";s:9:\"link_blog\";s:19:\"https://shsec.io/jz\";s:9:\"beacon_id\";i:448;s:4:\"name\";s:15:\"Force NotBot JS\";s:7:\"summary\";s:26:\"Force Loading Of NotBot JS\";s:11:\"description\";s:114:\"Use this option if you\'re using an aggressive caching plugin or system to ensure NotBot JS is loaded for visitors.\";}s:19:\"transgression_limit\";a:10:{s:3:\"key\";s:19:\"transgression_limit\";s:7:\"section\";s:23:\"section_auto_black_list\";s:7:\"default\";i:10;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:23:\"https://shsec.io/wpsf24\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf26\";s:9:\"beacon_id\";i:207;s:4:\"name\";s:13:\"Offense Limit\";s:7:\"summary\";s:72:\"Visitor IP address will be Black Listed after X bad actions on your site\";s:11:\"description\";s:280:\"A black mark is set against an IP address each time a visitor trips the defenses of the Shield plugin. When the number of these offenses exceeds specified limit, they are automatically blocked from accessing the site. Set this to 0 to turn off the Automatic IP Black List feature.\";}s:11:\"auto_expire\";a:12:{s:3:\"key\";s:11:\"auto_expire\";s:7:\"section\";s:23:\"section_auto_black_list\";s:8:\"advanced\";b:1;s:7:\"default\";s:3:\"day\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:6:\"minute\";s:4:\"text\";s:6:\"Minute\";}i:1;a:2:{s:9:\"value_key\";s:4:\"hour\";s:4:\"text\";s:4:\"Hour\";}i:2;a:2:{s:9:\"value_key\";s:3:\"day\";s:4:\"text\";s:3:\"Day\";}i:3;a:2:{s:9:\"value_key\";s:4:\"week\";s:4:\"text\";s:4:\"Week\";}i:4;a:2:{s:9:\"value_key\";s:5:\"month\";s:4:\"text\";s:5:\"Month\";}}s:9:\"link_info\";s:23:\"https://shsec.io/wpsf25\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf26\";s:9:\"beacon_id\";i:210;s:4:\"name\";s:21:\"Auto Block Expiration\";s:7:\"summary\";s:65:\"After 1 \'X\' a black listed IP will be removed from the black list\";s:11:\"description\";s:249:\"Permanent and lengthy IP Black Lists are harmful to performance. You should allow IP addresses on the black list to be eventually removed over time. Shorter IP black lists are more efficient and a more intelligent use of an IP-based blocking system.\";}s:17:\"user_auto_recover\";a:13:{s:3:\"key\";s:17:\"user_auto_recover\";s:7:\"section\";s:23:\"section_auto_black_list\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:15:\"multiple_select\";s:13:\"value_options\";a:2:{i:0;a:2:{s:9:\"value_key\";s:4:\"gasp\";s:4:\"text\";s:26:\"With Shield Bot Protection\";}i:1;a:2:{s:9:\"value_key\";s:5:\"email\";s:4:\"text\";s:44:\"Magic Email Links To Unblock Logged-In Users\";}}s:9:\"link_info\";s:19:\"https://shsec.io/f8\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:125;s:4:\"name\";s:17:\"User Auto Unblock\";s:7:\"summary\";s:34:\"Allow Visitors To Unblock Their IP\";s:11:\"description\";s:73:\"Allow visitors blocked by the plugin to automatically unblock themselves.\";}s:17:\"request_whitelist\";a:12:{s:3:\"key\";s:17:\"request_whitelist\";s:7:\"section\";s:23:\"section_auto_black_list\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/gd\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:126;s:4:\"name\";s:22:\"Request Path Whitelist\";s:7:\"summary\";s:22:\"Request Path Whitelist\";s:11:\"description\";s:23:\"Request Path Whitelist.\";}s:16:\"text_loginfailed\";a:12:{s:3:\"key\";s:16:\"text_loginfailed\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/e8\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:139;s:4:\"name\";s:12:\"Login Failed\";s:7:\"summary\";s:62:\"Visitor Triggers The IP Offenses System Through A Failed Login\";s:11:\"description\";s:63:\"This message is displayed if the visitor fails a login attempt.\";}s:9:\"track_404\";a:12:{s:3:\"key\";s:9:\"track_404\";s:7:\"section\";s:14:\"section_probes\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fo\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:9:\"beacon_id\";i:123;s:4:\"name\";s:10:\"404 Detect\";s:7:\"summary\";s:33:\"Identify A Bot When It Hits A 404\";s:11:\"description\";s:53:\"Detect When A Visitor Browses To A Non-Existent Page.\";}s:16:\"track_linkcheese\";a:12:{s:3:\"key\";s:16:\"track_linkcheese\";s:7:\"section\";s:14:\"section_probes\";s:7:\"premium\";b:1;s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fo\";s:9:\"link_blog\";s:19:\"https://shsec.io/f6\";s:9:\"beacon_id\";i:123;s:4:\"name\";s:11:\"Link Cheese\";s:7:\"summary\";s:38:\"Tempt A Bot With A Fake Link To Follow\";s:11:\"description\";s:45:\"Detect A Bot That Follows A \'no-follow\' Link.\";}s:12:\"track_xmlrpc\";a:12:{s:3:\"key\";s:12:\"track_xmlrpc\";s:7:\"section\";s:14:\"section_probes\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fo\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:9:\"beacon_id\";i:123;s:4:\"name\";s:14:\"XML-RPC Access\";s:7:\"summary\";s:39:\"Identify A Bot When It Accesses XML-RPC\";s:11:\"description\";s:53:\"If you don\'t use XML-RPC, why would anyone access it?\";}s:19:\"track_invalidscript\";a:12:{s:3:\"key\";s:19:\"track_invalidscript\";s:7:\"section\";s:14:\"section_probes\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fo\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:9:\"beacon_id\";i:123;s:4:\"name\";s:19:\"Invalid Script Load\";s:7:\"summary\";s:63:\"Identify A Bot Attempts To Load WordPress In A Non-Standard Way\";s:11:\"description\";s:60:\"WordPress should only be loaded in a limited number of ways.\";}s:17:\"track_loginfailed\";a:11:{s:3:\"key\";s:17:\"track_loginfailed\";s:7:\"section\";s:14:\"section_logins\";s:7:\"default\";s:20:\"transgression-single\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fn\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:9:\"beacon_id\";i:122;s:4:\"name\";s:12:\"Failed Login\";s:7:\"summary\";s:47:\"Detect Failed Login Attempts By Valid Usernames\";s:11:\"description\";s:61:\"Penalise a visitor who fails to login using a valid username.\";}s:18:\"track_logininvalid\";a:12:{s:3:\"key\";s:18:\"track_logininvalid\";s:7:\"section\";s:14:\"section_logins\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fn\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:9:\"beacon_id\";i:122;s:4:\"name\";s:17:\"Invalid Usernames\";s:7:\"summary\";s:30:\"Detect Invalid Username Logins\";s:11:\"description\";s:67:\"Identify A Bot When It Tries To Login With A Non-Existent Username.\";}s:20:\"track_fakewebcrawler\";a:12:{s:3:\"key\";s:20:\"track_fakewebcrawler\";s:7:\"section\";s:18:\"section_behaviours\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/f5\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:9:\"beacon_id\";i:206;s:4:\"name\";s:16:\"Fake Web Crawler\";s:7:\"summary\";s:34:\"Detect Fake Search Engine Crawlers\";s:11:\"description\";s:89:\"Identify a Bot when it presents as an official web crawler, but analysis shows it\'s fake.\";}s:15:\"track_useragent\";a:12:{s:3:\"key\";s:15:\"track_useragent\";s:7:\"section\";s:18:\"section_behaviours\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fi\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:9:\"beacon_id\";i:124;s:4:\"name\";s:17:\"Empty User Agents\";s:7:\"summary\";s:38:\"Detect Requests With Empty User Agents\";s:11:\"description\";s:62:\"Identify a request as a bot if the user agent is not provided.\";}s:19:\"text_remainingtrans\";a:12:{s:3:\"key\";s:19:\"text_remainingtrans\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/e9\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:139;s:4:\"name\";s:18:\"Remaining Offenses\";s:7:\"summary\";s:64:\"Visitor Triggers The IP Offenses System Through A Firewall Block\";s:11:\"description\";s:132:\"This message is displayed if the visitor triggered the IP Offenses system and reports how many offenses remain before being blocked.\";}s:15:\"autounblock_ips\";a:5:{s:3:\"key\";s:15:\"autounblock_ips\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:20:\"autounblock_emailids\";a:5:{s:3:\"key\";s:20:\"autounblock_emailids\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:20:\"legacy_db_deleted_at\";a:5:{s:3:\"key\";s:20:\"legacy_db_deleted_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";s:0:\"\";}}s:11:\"definitions\";a:8:{s:18:\"allowable_ext_404s\";a:10:{i:0;s:2:\"js\";i:1;s:3:\"css\";i:2;s:3:\"gif\";i:3;s:3:\"jpg\";i:4;s:4:\"jpeg\";i:5;s:3:\"png\";i:6;s:3:\"map\";i:7;s:3:\"ttf\";i:8;s:4:\"woff\";i:9;s:5:\"woff2\";}s:18:\"db_handler_classes\";a:1:{s:9:\"botsignal\";s:77:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Modules\\IPs\\DB\\BotSignal\\Ops\\Handler\";}s:18:\"db_table_botsignal\";a:5:{s:10:\"autoexpire\";i:0;s:4:\"slug\";s:9:\"botsignal\";s:14:\"has_updated_at\";b:1;s:14:\"col_older_than\";s:10:\"updated_at\";s:11:\"cols_custom\";a:26:{s:6:\"ip_ref\";a:2:{s:10:\"macro_type\";s:14:\"foreign_key_id\";s:11:\"foreign_key\";a:1:{s:9:\"ref_table\";s:13:\"icwp_wpsf_ips\";}}s:9:\"notbot_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:6:\"NotBot\";}s:12:\"frontpage_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:24:\"Any Frontend Page Loaded\";}s:12:\"loginpage_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:17:\"Login Page Loaded\";}s:8:\"bt404_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:12:\"BotTrack 404\";}s:9:\"btfake_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:23:\"BotTrack FakeWebCrawler\";}s:11:\"btcheese_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:19:\"BotTrack LinkCheese\";}s:14:\"btloginfail_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:20:\"BotTrack LoginFailed\";}s:7:\"btua_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:23:\"BotTrack Useragent Fail\";}s:8:\"btxml_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:22:\"BotTrack XMLRPC Access\";}s:17:\"btlogininvalid_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:21:\"BotTrack LoginInvalid\";}s:18:\"btinvalidscript_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:22:\"BotTrack InvalidScript\";}s:11:\"cooldown_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:18:\"Cooldown Triggered\";}s:12:\"humanspam_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:28:\"Comment Marked As Human SPAM\";}s:11:\"markspam_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:20:\"Mark Comment As SPAM\";}s:13:\"unmarkspam_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:22:\"Unmark Comment As SPAM\";}s:14:\"captchapass_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:14:\"Captcha Passed\";}s:14:\"captchafail_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:14:\"Captcha Failed\";}s:7:\"auth_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:16:\"Successful Login\";}s:11:\"firewall_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:18:\"Triggered Firewall\";}s:12:\"ratelimit_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:19:\"Rate Limit Exceeded\";}s:10:\"offense_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:12:\"Last Offense\";}s:10:\"blocked_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:10:\"Last Block\";}s:12:\"unblocked_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:9:\"Unblocked\";}s:9:\"bypass_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:6:\"Bypass\";}s:9:\"snsent_at\";a:2:{s:10:\"macro_type\";s:9:\"timestamp\";s:7:\"comment\";s:17:\"Sent To ShieldNET\";}}}s:10:\"db_classes\";a:2:{s:10:\"botsignals\";s:69:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\BotSignals\\Handler\";s:8:\"ip_lists\";s:62:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\IPs\\Handler\";}s:19:\"ip_lists_table_name\";s:8:\"ip_lists\";s:17:\"db_table_ip_lists\";a:3:{s:4:\"slug\";s:8:\"ip_lists\";s:11:\"cols_custom\";a:6:{s:2:\"ip\";s:76:\"varchar(60) NOT NULL DEFAULT \'\' COMMENT \'Human readable IP address or range\'\";s:5:\"label\";s:54:\"varchar(255) NOT NULL DEFAULT \'\' COMMENT \'Description\'\";s:4:\"list\";s:56:\"varchar(4) NOT NULL DEFAULT \'\' COMMENT \'Block or Bypass\'\";s:3:\"ip6\";s:56:\"tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Is IPv6\'\";s:8:\"is_range\";s:57:\"tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Is Range\'\";s:14:\"transgressions\";s:60:\"int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Total Offenses\'\";}s:15:\"cols_timestamps\";a:2:{s:14:\"last_access_at\";s:17:\"Last Access By IP\";s:10:\"blocked_at\";s:10:\"IP Blocked\";}}s:19:\"db_table_botsignals\";a:6:{s:10:\"autoexpire\";i:3;s:4:\"slug\";s:10:\"botsignals\";s:14:\"col_older_than\";s:10:\"updated_at\";s:14:\"has_updated_at\";b:1;s:11:\"cols_custom\";a:1:{s:2:\"ip\";s:47:\"varbinary(16) DEFAULT NULL COMMENT \'IP Address\'\";}s:15:\"cols_timestamps\";a:25:{s:9:\"notbot_at\";s:6:\"NotBot\";s:12:\"frontpage_at\";s:24:\"Any Frontend Page Loaded\";s:12:\"loginpage_at\";s:17:\"Login Page Loaded\";s:8:\"bt404_at\";s:12:\"BotTrack 404\";s:9:\"btfake_at\";s:23:\"BotTrack FakeWebCrawler\";s:11:\"btcheese_at\";s:19:\"BotTrack LinkCheese\";s:14:\"btloginfail_at\";s:20:\"BotTrack LoginFailed\";s:7:\"btua_at\";s:23:\"BotTrack Useragent Fail\";s:8:\"btxml_at\";s:22:\"BotTrack XMLRPC Access\";s:17:\"btlogininvalid_at\";s:21:\"BotTrack LoginInvalid\";s:18:\"btinvalidscript_at\";s:22:\"BotTrack InvalidScript\";s:11:\"cooldown_at\";s:18:\"Triggered Cooldown\";s:12:\"humanspam_at\";s:28:\"Comment Marked As Human SPAM\";s:11:\"markspam_at\";s:20:\"Mark Comment As SPAM\";s:13:\"unmarkspam_at\";s:22:\"Unmark Comment As SPAM\";s:14:\"captchapass_at\";s:14:\"Captcha Passed\";s:14:\"captchafail_at\";s:14:\"Captcha Failed\";s:7:\"auth_at\";s:16:\"Successful Login\";s:11:\"firewall_at\";s:18:\"Triggered Firewall\";s:12:\"ratelimit_at\";s:19:\"Rate Limit Exceeded\";s:10:\"offense_at\";s:12:\"Last Offense\";s:10:\"blocked_at\";s:10:\"Last Block\";s:12:\"unblocked_at\";s:9:\"Unblocked\";s:9:\"bypass_at\";s:6:\"Bypass\";s:9:\"snsent_at\";s:17:\"Sent To ShieldNET\";}}s:6:\"events\";a:21:{s:14:\"custom_offense\";a:2:{s:12:\"audit_params\";a:1:{i:0;s:7:\"message\";}s:7:\"offense\";b:1;}s:9:\"conn_kill\";a:2:{s:5:\"level\";s:7:\"warning\";s:15:\"audit_countable\";b:1;}s:22:\"conn_not_kill_high_rep\";a:1:{s:5:\"level\";s:5:\"debug\";}s:10:\"ip_offense\";a:2:{s:5:\"level\";s:7:\"warning\";s:12:\"audit_params\";a:2:{i:0;s:4:\"from\";i:1;s:2:\"to\";}}s:10:\"ip_blocked\";a:2:{s:12:\"audit_params\";a:2:{i:0;s:4:\"from\";i:1;s:2:\"to\";}s:5:\"level\";s:5:\"alert\";}s:10:\"ip_unblock\";a:3:{s:5:\"level\";s:6:\"notice\";s:7:\"offense\";b:0;s:4:\"stat\";b:0;}s:13:\"ip_block_auto\";a:4:{s:12:\"audit_params\";a:1:{i:0;s:2:\"ip\";}s:5:\"level\";s:5:\"alert\";s:7:\"offense\";b:0;s:4:\"stat\";b:0;}s:15:\"ip_block_manual\";a:4:{s:12:\"audit_params\";a:1:{i:0;s:2:\"ip\";}s:5:\"level\";s:5:\"alert\";s:7:\"offense\";b:0;s:4:\"stat\";b:0;}s:13:\"ip_bypass_add\";a:4:{s:12:\"audit_params\";a:1:{i:0;s:2:\"ip\";}s:5:\"level\";s:5:\"alert\";s:7:\"offense\";b:0;s:4:\"stat\";b:0;}s:16:\"ip_bypass_remove\";a:4:{s:12:\"audit_params\";a:1:{i:0;s:2:\"ip\";}s:5:\"level\";s:5:\"alert\";s:7:\"offense\";b:0;s:4:\"stat\";b:0;}s:15:\"ip_unblock_flag\";a:2:{s:12:\"audit_params\";a:1:{i:0;s:2:\"ip\";}s:5:\"level\";s:5:\"alert\";}s:15:\"bottrack_notbot\";a:3:{s:7:\"offense\";b:0;s:4:\"stat\";b:0;s:5:\"level\";s:5:\"debug\";}s:12:\"bottrack_404\";a:2:{s:12:\"audit_params\";a:1:{i:0;s:4:\"path\";}s:7:\"offense\";b:1;}s:23:\"bottrack_fakewebcrawler\";a:2:{s:12:\"audit_params\";a:2:{i:0;s:4:\"path\";i:1;s:7:\"crawler\";}s:7:\"offense\";b:1;}s:19:\"bottrack_linkcheese\";a:2:{s:12:\"audit_params\";a:1:{i:0;s:4:\"path\";}s:7:\"offense\";b:1;}s:20:\"bottrack_loginfailed\";a:3:{s:12:\"audit_params\";a:1:{i:0;s:10:\"user_login\";}s:5:\"level\";s:5:\"alert\";s:7:\"offense\";b:1;}s:21:\"bottrack_logininvalid\";a:3:{s:12:\"audit_params\";a:1:{i:0;s:10:\"user_login\";}s:5:\"level\";s:5:\"alert\";s:7:\"offense\";b:1;}s:15:\"bottrack_xmlrpc\";a:2:{s:12:\"audit_params\";a:1:{i:0;s:4:\"path\";}s:7:\"offense\";b:1;}s:22:\"bottrack_invalidscript\";a:2:{s:12:\"audit_params\";a:1:{i:0;s:6:\"script\";}s:7:\"offense\";b:1;}s:16:\"comment_markspam\";a:2:{s:5:\"level\";s:6:\"notice\";s:7:\"offense\";b:1;}s:18:\"comment_unmarkspam\";a:3:{s:5:\"level\";s:4:\"info\";s:7:\"offense\";b:0;s:4:\"stat\";b:0;}}}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510338,'_site_transient_timeout_shield_mod_config_audit_trail','1632920474','no'),(510339,'_site_transient_shield_mod_config_audit_trail','a:9:{s:4:\"slug\";s:11:\"audit_trail\";s:10:\"properties\";a:14:{s:4:\"slug\";s:11:\"audit_trail\";s:4:\"name\";s:11:\"Audit Trail\";s:12:\"sidebar_name\";s:11:\"Audit Trail\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:11:\"audit_trail\";s:7:\"tagline\";s:50:\"Track All Site Activity: Who, What, When and Where\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:1;s:5:\"order\";i:110;}s:10:\"menu_items\";a:1:{i:0;a:2:{s:5:\"title\";s:11:\"Audit Trail\";s:4:\"slug\";s:14:\"audit-redirect\";}}s:16:\"custom_redirects\";a:1:{i:0;a:3:{s:15:\"source_mod_page\";s:14:\"audit-redirect\";s:15:\"target_mod_page\";s:8:\"insights\";s:10:\"query_args\";a:1:{s:4:\"inav\";s:11:\"audit_trail\";}}}s:13:\"admin_notices\";a:1:{s:15:\"new-audit-trail\";a:6:{s:2:\"id\";s:15:\"new-audit-trail\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:1;s:11:\"can_dismiss\";b:1;s:4:\"type\";s:4:\"info\";}}s:8:\"sections\";a:4:{i:0;a:6:{s:4:\"slug\";s:15:\"section_localdb\";s:7:\"primary\";b:1;s:5:\"title\";s:9:\"Log To DB\";s:11:\"title_short\";s:9:\"Log To DB\";s:9:\"beacon_id\";i:241;s:7:\"summary\";a:2:{i:0;s:61:\"Purpose - Provides finer control over the audit trail itself.\";i:1;s:67:\"Recommendation - These settings are dependent on your requirements.\";}}i:1;a:5:{s:4:\"slug\";s:15:\"section_at_file\";s:5:\"title\";s:11:\"Log To File\";s:11:\"title_short\";s:11:\"Log To File\";s:9:\"beacon_id\";i:241;s:7:\"summary\";a:2:{i:0;s:61:\"Purpose - Provides finer control over the audit trail itself.\";i:1;s:67:\"Recommendation - These settings are dependent on your requirements.\";}}i:2;a:5:{s:4:\"slug\";s:41:\"section_enable_plugin_feature_audit_trail\";s:5:\"title\";s:26:\"Enable Module: Audit Trail\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:241;s:7:\"summary\";a:2:{i:0;s:124:\"Purpose - The Audit Trail is designed so you can look back on events and analyse what happened and what may have gone wrong.\";i:1;s:56:\"Recommendation - Keep the Audit Trail feature turned on.\";}}i:3;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:5:{s:18:\"enable_audit_trail\";a:11:{s:3:\"key\";s:18:\"enable_audit_trail\";s:7:\"section\";s:41:\"section_enable_plugin_feature_audit_trail\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/5p\";s:9:\"link_blog\";s:19:\"https://shsec.io/a1\";s:9:\"beacon_id\";i:241;s:4:\"name\";s:18:\"Enable Audit Trail\";s:7:\"summary\";s:42:\"Enable (or Disable) The Audit Trail module\";s:11:\"description\";s:70:\"Un-Checking this option will completely disable the Audit Trail module\";}s:12:\"log_level_db\";a:11:{s:3:\"key\";s:12:\"log_level_db\";s:7:\"section\";s:15:\"section_localdb\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:3:{i:0;s:5:\"alert\";i:1;s:7:\"warning\";i:2;s:6:\"notice\";}s:13:\"value_options\";a:6:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:16:\"Logging Disabled\";}i:1;a:2:{s:9:\"value_key\";s:5:\"alert\";s:4:\"text\";s:5:\"Alert\";}i:2;a:2:{s:9:\"value_key\";s:7:\"warning\";s:4:\"text\";s:7:\"Warning\";}i:3;a:2:{s:9:\"value_key\";s:6:\"notice\";s:4:\"text\";s:6:\"Notice\";}i:4;a:2:{s:9:\"value_key\";s:4:\"info\";s:4:\"text\";s:4:\"Info\";}i:5;a:2:{s:9:\"value_key\";s:5:\"debug\";s:4:\"text\";s:5:\"Debug\";}}s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:375;s:4:\"name\";s:13:\"Logging Level\";s:7:\"summary\";s:31:\"Logging Level For DB-Based Logs\";s:11:\"description\";s:31:\"Logging Level For DB-Based Logs\";}s:22:\"audit_trail_auto_clean\";a:11:{s:3:\"key\";s:22:\"audit_trail_auto_clean\";s:7:\"section\";s:15:\"section_localdb\";s:7:\"default\";i:7;s:3:\"min\";i:1;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/a2\";s:9:\"link_blog\";s:19:\"https://shsec.io/a1\";s:9:\"beacon_id\";i:375;s:4:\"name\";s:10:\"Auto Clean\";s:7:\"summary\";s:26:\"Enable Audit Auto Cleaning\";s:11:\"description\";s:94:\"Events older than the number of days specified will be automatically cleaned from the database\";}s:14:\"log_level_file\";a:12:{s:3:\"key\";s:14:\"log_level_file\";s:7:\"section\";s:15:\"section_at_file\";s:7:\"premium\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:1:{i:0;s:8:\"disabled\";}s:13:\"value_options\";a:7:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:16:\"Logging Disabled\";}i:1;a:2:{s:9:\"value_key\";s:10:\"same_as_db\";s:4:\"text\";s:10:\"Same As DB\";}i:2;a:2:{s:9:\"value_key\";s:5:\"alert\";s:4:\"text\";s:5:\"Alert\";}i:3;a:2:{s:9:\"value_key\";s:7:\"warning\";s:4:\"text\";s:7:\"Warning\";}i:4;a:2:{s:9:\"value_key\";s:6:\"notice\";s:4:\"text\";s:6:\"Notice\";}i:5;a:2:{s:9:\"value_key\";s:4:\"info\";s:4:\"text\";s:4:\"Info\";}i:6;a:2:{s:9:\"value_key\";s:5:\"debug\";s:4:\"text\";s:5:\"Debug\";}}s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:375;s:4:\"name\";s:18:\"File Logging Level\";s:7:\"summary\";s:33:\"Logging Level For File-Based Logs\";s:11:\"description\";s:33:\"Logging Level For File-Based Logs\";}s:20:\"legacy_db_deleted_at\";a:5:{s:3:\"key\";s:20:\"legacy_db_deleted_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";s:0:\"\";}}s:11:\"definitions\";a:8:{s:18:\"db_handler_classes\";a:2:{s:7:\"at_logs\";s:79:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Modules\\AuditTrail\\DB\\Logs\\Ops\\Handler\";s:7:\"at_meta\";s:79:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Modules\\AuditTrail\\DB\\Meta\\Ops\\Handler\";}s:16:\"db_table_at_logs\";a:5:{s:4:\"slug\";s:7:\"at_logs\";s:14:\"has_updated_at\";b:1;s:14:\"has_created_at\";b:1;s:14:\"has_deleted_at\";b:0;s:11:\"cols_custom\";a:3:{s:7:\"req_ref\";a:2:{s:10:\"macro_type\";s:14:\"foreign_key_id\";s:11:\"foreign_key\";a:1:{s:9:\"ref_table\";s:18:\"icwp_wpsf_req_logs\";}}s:7:\"site_id\";a:3:{s:10:\"macro_type\";s:12:\"unsigned_int\";s:7:\"default\";i:1;s:7:\"comment\";s:7:\"Site ID\";}s:10:\"event_slug\";a:2:{s:10:\"macro_type\";s:7:\"varchar\";s:7:\"comment\";s:10:\"Event Slug\";}}}s:16:\"db_table_at_meta\";a:5:{s:4:\"slug\";s:7:\"at_meta\";s:14:\"has_updated_at\";b:0;s:14:\"has_created_at\";b:0;s:14:\"has_deleted_at\";b:0;s:11:\"cols_custom\";a:3:{s:7:\"log_ref\";a:3:{s:10:\"macro_type\";s:14:\"foreign_key_id\";s:11:\"foreign_key\";a:1:{s:9:\"ref_table\";s:17:\"icwp_wpsf_at_logs\";}s:7:\"comment\";s:30:\"Reference to primary log entry\";}s:8:\"meta_key\";a:3:{s:10:\"macro_type\";s:7:\"varchar\";s:6:\"length\";i:32;s:7:\"comment\";s:8:\"Meta Key\";}s:10:\"meta_value\";a:2:{s:10:\"macro_type\";s:4:\"text\";s:7:\"comment\";s:9:\"Meta Data\";}}}s:10:\"db_classes\";a:1:{s:11:\"audit_trail\";s:69:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\AuditTrail\\Handler\";}s:20:\"db_table_audit_trail\";a:3:{s:4:\"slug\";s:11:\"audit_trail\";s:14:\"has_updated_at\";b:1;s:11:\"cols_custom\";a:8:{s:3:\"rid\";s:52:\"varchar(10) NOT NULL DEFAULT \'\' COMMENT \'Request ID\'\";s:2:\"ip\";s:59:\"varchar(40) NOT NULL DEFAULT 0 COMMENT \'Visitor IP Address\'\";s:11:\"wp_username\";s:51:\"varchar(255) NOT NULL DEFAULT \'-\' COMMENT \'WP User\'\";s:7:\"context\";s:59:\"varchar(32) NOT NULL DEFAULT \'none\' COMMENT \'Audit Context\'\";s:5:\"event\";s:66:\"varchar(50) NOT NULL DEFAULT \'none\' COMMENT \'Specific Audit Event\'\";s:8:\"category\";s:53:\"int(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Severity\'\";s:4:\"meta\";s:31:\"text COMMENT \'Audit Event Data\'\";s:5:\"count\";s:62:\"SMALLINT(5) UNSIGNED NOT NULL DEFAULT 1 COMMENT \'Repeat Count\'\";}}s:13:\"max_free_days\";i:7;s:22:\"audit_trail_table_name\";s:11:\"audit_trail\";s:6:\"events\";a:21:{s:16:\"plugin_activated\";a:3:{s:12:\"audit_params\";a:1:{i:0;s:6:\"plugin\";}s:5:\"level\";s:6:\"notice\";s:14:\"audit_multiple\";b:1;}s:18:\"plugin_deactivated\";a:3:{s:12:\"audit_params\";a:1:{i:0;s:6:\"plugin\";}s:5:\"level\";s:6:\"notice\";s:14:\"audit_multiple\";b:1;}s:18:\"plugin_file_edited\";a:2:{s:12:\"audit_params\";a:1:{i:0;s:4:\"file\";}s:5:\"level\";s:7:\"warning\";}s:15:\"plugin_upgraded\";a:3:{s:12:\"audit_params\";a:3:{i:0;s:6:\"plugin\";i:1;s:4:\"from\";i:2;s:2:\"to\";}s:5:\"level\";s:6:\"notice\";s:14:\"audit_multiple\";b:1;}s:15:\"theme_activated\";a:2:{s:12:\"audit_params\";a:1:{i:0;s:5:\"theme\";}s:5:\"level\";s:6:\"notice\";}s:17:\"theme_file_edited\";a:2:{s:12:\"audit_params\";a:1:{i:0;s:4:\"file\";}s:5:\"level\";s:7:\"warning\";}s:14:\"theme_upgraded\";a:3:{s:12:\"audit_params\";a:3:{i:0;s:5:\"theme\";i:1;s:4:\"from\";i:2;s:2:\"to\";}s:5:\"level\";s:6:\"notice\";s:14:\"audit_multiple\";b:1;}s:12:\"core_updated\";a:2:{s:12:\"audit_params\";a:2:{i:0;s:4:\"from\";i:1;s:2:\"to\";}s:5:\"level\";s:6:\"notice\";}s:20:\"permalinks_structure\";a:2:{s:12:\"audit_params\";a:2:{i:0;s:4:\"from\";i:1;s:2:\"to\";}s:5:\"level\";s:7:\"warning\";}s:12:\"post_deleted\";a:3:{s:12:\"audit_params\";a:1:{i:0;s:5:\"title\";}s:5:\"level\";s:7:\"warning\";s:14:\"audit_multiple\";b:1;}s:12:\"post_trashed\";a:3:{s:12:\"audit_params\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"type\";}s:5:\"level\";s:7:\"warning\";s:14:\"audit_multiple\";b:1;}s:14:\"post_recovered\";a:3:{s:12:\"audit_params\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"type\";}s:5:\"level\";s:4:\"info\";s:14:\"audit_multiple\";b:1;}s:12:\"post_updated\";a:3:{s:12:\"audit_params\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"type\";}s:5:\"level\";s:6:\"notice\";s:14:\"audit_multiple\";b:1;}s:14:\"post_published\";a:3:{s:12:\"audit_params\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"type\";}s:5:\"level\";s:6:\"notice\";s:14:\"audit_multiple\";b:1;}s:16:\"post_unpublished\";a:3:{s:12:\"audit_params\";a:2:{i:0;s:5:\"title\";i:1;s:4:\"type\";}s:5:\"level\";s:7:\"warning\";s:14:\"audit_multiple\";b:1;}s:10:\"user_login\";a:2:{s:12:\"audit_params\";a:1:{i:0;s:10:\"user_login\";}s:5:\"level\";s:7:\"warning\";}s:14:\"user_login_app\";a:2:{s:12:\"audit_params\";a:1:{i:0;s:10:\"user_login\";}s:5:\"level\";s:7:\"warning\";}s:15:\"user_registered\";a:2:{s:12:\"audit_params\";a:2:{i:0;s:10:\"user_login\";i:1;s:5:\"email\";}s:5:\"level\";s:5:\"alert\";}s:12:\"user_deleted\";a:3:{s:12:\"audit_params\";a:2:{i:0;s:10:\"user_login\";i:1;s:5:\"email\";}s:5:\"level\";s:7:\"warning\";s:14:\"audit_multiple\";b:1;}s:23:\"user_deleted_reassigned\";a:2:{s:12:\"audit_params\";a:1:{i:0;s:10:\"user_login\";}s:5:\"level\";s:6:\"notice\";}s:18:\"email_attempt_send\";a:3:{s:12:\"audit_params\";a:6:{i:0;s:2:\"to\";i:1;s:7:\"subject\";i:2;s:2:\"cc\";i:3;s:3:\"bcc\";i:4;s:7:\"bt_file\";i:5;s:7:\"bt_line\";}s:5:\"level\";s:4:\"info\";s:14:\"audit_multiple\";b:1;}}}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510340,'_site_transient_timeout_shield_mod_config_hack_protect','1632920474','no');
INSERT INTO `lwz_options` VALUES (510341,'_site_transient_shield_mod_config_hack_protect','a:9:{s:4:\"slug\";s:12:\"hack_protect\";s:10:\"properties\";a:14:{s:4:\"slug\";s:12:\"hack_protect\";s:4:\"name\";s:10:\"Hack Guard\";s:12:\"sidebar_name\";s:8:\"Scanners\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:12:\"hack_protect\";s:7:\"tagline\";s:63:\"Automatically detect and repair vulnerable and suspicious items\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:5:\"order\";i:70;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:1;}s:5:\"wpcli\";a:1:{s:4:\"root\";s:10:\"hack_guard\";}s:10:\"menu_items\";a:1:{i:0;a:2:{s:5:\"title\";s:5:\"Scans\";s:4:\"slug\";s:14:\"scans-redirect\";}}s:16:\"custom_redirects\";a:1:{i:0;a:3:{s:15:\"source_mod_page\";s:14:\"scans-redirect\";s:15:\"target_mod_page\";s:8:\"insights\";s:10:\"query_args\";a:1:{s:4:\"inav\";s:13:\"scans_results\";}}}s:8:\"sections\";a:7:{i:0;a:6:{s:4:\"slug\";s:18:\"section_file_guard\";s:7:\"primary\";b:1;s:5:\"title\";s:10:\"File Guard\";s:11:\"title_short\";s:10:\"File Guard\";s:9:\"beacon_id\";i:217;s:7:\"summary\";a:2:{i:0;s:86:\"Purpose - Monitor WordPress files and protect against malicious intrusion and hacking.\";i:1;s:56:\"Recommendation - Keep the File Guard features turned on.\";}}i:1;a:5:{s:4:\"slug\";s:16:\"section_scan_wpv\";s:5:\"title\";s:21:\"Vulnerability Scanner\";s:11:\"title_short\";s:21:\"Vulnerability Scanner\";s:9:\"beacon_id\";i:217;s:7:\"summary\";a:2:{i:0;s:94:\"Purpose - Regularly scan your WordPress plugins and themes for known security vulnerabilities.\";i:1;s:125:\"Recommendation - Ensure this is turned on and you will always know if any of your assets have known security vulnerabilities.\";}}i:2;a:5:{s:4:\"slug\";s:16:\"section_realtime\";s:5:\"title\";s:25:\"Realtime Change Detection\";s:11:\"title_short\";s:25:\"Realtime Change Detection\";s:9:\"beacon_id\";i:226;s:7:\"summary\";a:2:{i:0;s:85:\"Purpose - Monitor Your WordPress Site For Changes To Critical Components In Realtime.\";i:1;s:59:\"Recommendation - Keep The Realtime Change Detection Active.\";}}i:3;a:5:{s:4:\"slug\";s:16:\"section_scan_ufc\";s:5:\"title\";s:26:\"Unrecognised Files Scanner\";s:11:\"title_short\";s:26:\"Unrecognised Files Scanner\";s:9:\"beacon_id\";i:395;s:7:\"summary\";a:2:{i:0;s:84:\"Purpose - Scan your WordPress core folders for unrecognised files that don\'t belong.\";i:1;s:71:\"Recommendation - Keep the Unrecognised Files Scanner feature turned on.\";}}i:4;a:5:{s:4:\"slug\";s:20:\"section_scan_options\";s:5:\"title\";s:12:\"Scan Options\";s:11:\"title_short\";s:12:\"Scan Options\";s:9:\"beacon_id\";i:217;s:7:\"summary\";a:1:{i:0;s:54:\"Purpose - Set how often the Hack Guard scans will run.\";}}i:5;a:5:{s:4:\"slug\";s:51:\"section_enable_plugin_feature_hack_protection_tools\";s:5:\"title\";s:25:\"Enable Module: Hack Guard\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:217;s:7:\"summary\";a:2:{i:0;s:94:\"Purpose - Hack Guard is a set of tools to warn you and protect you against hacks on your site.\";i:1;s:54:\"Recommendation - Keep the Hack Guard module turned on.\";}}i:6;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:21:{s:19:\"enable_hack_protect\";a:11:{s:3:\"key\";s:19:\"enable_hack_protect\";s:7:\"section\";s:51:\"section_enable_plugin_feature_hack_protection_tools\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:23:\"https://shsec.io/wpsf38\";s:9:\"link_blog\";s:19:\"https://shsec.io/9x\";s:9:\"beacon_id\";i:217;s:4:\"name\";s:17:\"Enable Hack Guard\";s:7:\"summary\";s:41:\"Enable (or Disable) The Hack Guard Module\";s:11:\"description\";s:69:\"Un-Checking this option will completely disable the Hack Guard module\";}s:16:\"enabled_scan_apc\";a:10:{s:3:\"key\";s:16:\"enabled_scan_apc\";s:7:\"section\";s:16:\"section_scan_wpv\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:19:\"https://shsec.io/ew\";s:9:\"link_blog\";s:19:\"https://shsec.io/eo\";s:9:\"beacon_id\";i:225;s:4:\"name\";s:24:\"Abandoned Plugin Scanner\";s:7:\"summary\";s:35:\"Enable The Abandoned Plugin Scanner\";s:11:\"description\";s:66:\"Scan your WordPress.org assets for whether they\'ve been abandoned.\";}s:18:\"enable_wpvuln_scan\";a:11:{s:3:\"key\";s:18:\"enable_wpvuln_scan\";s:7:\"section\";s:16:\"section_scan_wpv\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:19:\"https://shsec.io/du\";s:9:\"link_blog\";s:19:\"https://shsec.io/ah\";s:9:\"beacon_id\";i:137;s:4:\"name\";s:21:\"Vulnerability Scanner\";s:7:\"summary\";s:32:\"Enable The Vulnerability Scanner\";s:11:\"description\";s:66:\"Scan all your WordPress assets for known security vulnerabilities.\";}s:22:\"wpvuln_scan_autoupdate\";a:10:{s:3:\"key\";s:22:\"wpvuln_scan_autoupdate\";s:7:\"section\";s:16:\"section_scan_wpv\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Automatic Updates\";s:7:\"summary\";s:49:\"Apply Updates Automatically To Vulnerable Plugins\";s:11:\"description\";s:98:\"When an update becomes available, automatically apply updates to items with known vulnerabilities.\";}s:31:\"enable_core_file_integrity_scan\";a:10:{s:3:\"key\";s:31:\"enable_core_file_integrity_scan\";s:7:\"section\";s:18:\"section_file_guard\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/hd\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf37\";s:9:\"beacon_id\";i:224;s:4:\"name\";s:20:\"WP Core File Scanner\";s:7:\"summary\";s:56:\"Automatically Scans WordPress Core Files For Alterations\";s:11:\"description\";s:145:\"Compares all WordPress core files on your site against the official WordPress files. WordPress Core files should never be altered for any reason.\";}s:15:\"mal_scan_enable\";a:11:{s:3:\"key\";s:15:\"mal_scan_enable\";s:7:\"section\";s:18:\"section_file_guard\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/fp\";s:9:\"link_blog\";s:19:\"https://shsec.io/fx\";s:9:\"beacon_id\";i:222;s:4:\"name\";s:22:\"Automatic Malware Scan\";s:7:\"summary\";s:27:\"Enable Malware File Scanner\";s:11:\"description\";s:56:\"When enabled the Malware scanner will run automatically.\";}s:10:\"ptg_enable\";a:11:{s:3:\"key\";s:10:\"ptg_enable\";s:7:\"section\";s:18:\"section_file_guard\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/bl\";s:9:\"link_blog\";s:19:\"https://shsec.io/bm\";s:9:\"beacon_id\";i:133;s:4:\"name\";s:20:\"Enable/Disable Guard\";s:7:\"summary\";s:43:\"Enable The Guard For Plugin And Theme Files\";s:11:\"description\";s:90:\"When enabled the Guard will automatically scan for changes to your Plugin and Theme files.\";}s:11:\"file_locker\";a:12:{s:3:\"key\";s:11:\"file_locker\";s:7:\"section\";s:16:\"section_realtime\";s:7:\"premium\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:0:{}s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:8:\"wpconfig\";s:4:\"text\";s:9:\"WP Config\";}i:1;a:2:{s:9:\"value_key\";s:13:\"root_htaccess\";s:4:\"text\";s:14:\"Root .htaccess\";}i:2;a:2:{s:9:\"value_key\";s:10:\"root_index\";s:4:\"text\";s:14:\"Root index.php\";}i:3;a:2:{s:9:\"value_key\";s:14:\"root_webconfig\";s:4:\"text\";s:15:\"Root Web.Config\";}}s:9:\"link_info\";s:19:\"https://shsec.io/h7\";s:9:\"link_blog\";s:19:\"https://shsec.io/h8\";s:9:\"beacon_id\";i:226;s:4:\"name\";s:11:\"File Locker\";s:7:\"summary\";s:40:\"Lock Files Against Tampering and Changes\";s:11:\"description\";s:97:\"As soon as changes are detected to any selected files, the contents may be examined and reverted.\";}s:17:\"file_repair_areas\";a:11:{s:3:\"key\";s:17:\"file_repair_areas\";s:7:\"section\";s:18:\"section_file_guard\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:2:{i:0;s:2:\"wp\";i:1;s:6:\"plugin\";}s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:2:\"wp\";s:4:\"text\";s:7:\"WP Core\";}i:1;a:2:{s:9:\"value_key\";s:6:\"plugin\";s:4:\"text\";s:12:\"Plugin Files\";}i:2;a:2:{s:9:\"value_key\";s:5:\"theme\";s:4:\"text\";s:11:\"Theme Files\";}}s:9:\"link_info\";s:23:\"https://shsec.io/wpsf36\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf37\";s:9:\"beacon_id\";i:228;s:4:\"name\";s:16:\"Auto File Repair\";s:7:\"summary\";s:45:\"Which Files Should Be Automatically Repaired?\";s:11:\"description\";s:80:\"When a file is modified, or malware is detected, Shield can try to repair files.\";}s:14:\"scan_frequency\";a:12:{s:3:\"key\";s:14:\"scan_frequency\";s:7:\"section\";s:20:\"section_scan_options\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:8:{i:0;a:2:{s:9:\"value_key\";s:1:\"1\";s:4:\"text\";s:4:\"Once\";}i:1;a:2:{s:9:\"value_key\";s:1:\"2\";s:4:\"text\";s:24:\"Twice (scan every 12hrs)\";}i:2;a:2:{s:9:\"value_key\";s:1:\"3\";s:4:\"text\";s:25:\"3 Times (scan every 8hrs)\";}i:3;a:2:{s:9:\"value_key\";s:1:\"4\";s:4:\"text\";s:25:\"4 Times (scan every 6hrs)\";}i:4;a:2:{s:9:\"value_key\";s:1:\"6\";s:4:\"text\";s:25:\"6 Times (scan every 4hrs)\";}i:5;a:2:{s:9:\"value_key\";s:1:\"8\";s:4:\"text\";s:25:\"8 Times (scan every 3hrs)\";}i:6;a:2:{s:9:\"value_key\";s:2:\"12\";s:4:\"text\";s:26:\"12 Times (scan every 2hrs)\";}i:7;a:2:{s:9:\"value_key\";s:2:\"24\";s:4:\"text\";s:26:\"24 Times (scan every hour)\";}}s:9:\"link_info\";s:19:\"https://shsec.io/b2\";s:9:\"link_blog\";s:19:\"https://shsec.io/kd\";s:9:\"beacon_id\";i:223;s:4:\"name\";s:14:\"Scan Frequency\";s:7:\"summary\";s:60:\"Number Of Times To Automatically Scan Core Files In 24 Hours\";s:11:\"description\";s:85:\"Default: Once every 24hrs. To improve security, increase the number of scans per day.\";}s:37:\"enable_unrecognised_file_cleaner_scan\";a:11:{s:3:\"key\";s:37:\"enable_unrecognised_file_cleaner_scan\";s:7:\"section\";s:16:\"section_scan_ufc\";s:7:\"default\";s:19:\"enabled_report_only\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:23:\"Automatic Scan Disabled\";}i:1;a:2:{s:9:\"value_key\";s:19:\"enabled_report_only\";s:4:\"text\";s:26:\"Scan Enabled - Report Only\";}i:2;a:2:{s:9:\"value_key\";s:19:\"enabled_delete_only\";s:4:\"text\";s:41:\"Scan Enabled - Automatically Delete Files\";}}s:9:\"link_info\";s:19:\"https://shsec.io/9y\";s:9:\"link_blog\";s:19:\"https://shsec.io/95\";s:9:\"beacon_id\";i:227;s:4:\"name\";s:26:\"Unrecognised Files Scanner\";s:7:\"summary\";s:45:\"Scans Core Directories For Unrecognised Files\";s:11:\"description\";s:128:\"Scans for, and automatically deletes, any files in your core WordPress folders that are not part of your WordPress installation.\";}s:16:\"ufc_scan_uploads\";a:11:{s:3:\"key\";s:16:\"ufc_scan_uploads\";s:7:\"section\";s:16:\"section_scan_ufc\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/he\";s:9:\"link_blog\";s:19:\"https://shsec.io/95\";s:9:\"beacon_id\";i:347;s:4:\"name\";s:12:\"Scan Uploads\";s:7:\"summary\";s:42:\"Scan Uploads Folder For PHP and Javascript\";s:11:\"description\";s:86:\"The Uploads folder is primarily for media, but could be used to store nefarious files.\";}s:14:\"ufc_exclusions\";a:11:{s:3:\"key\";s:14:\"ufc_exclusions\";s:7:\"section\";s:16:\"section_scan_ufc\";s:8:\"advanced\";b:1;s:7:\"default\";a:11:{i:0;s:9:\"error_log\";i:1;s:13:\"php_error_log\";i:2;s:9:\".htaccess\";i:3;s:9:\".htpasswd\";i:4;s:9:\".user.ini\";i:5;s:7:\"php.ini\";i:6;s:10:\"web.config\";i:7;s:12:\"php_mail.log\";i:8;s:8:\"mail.log\";i:9;s:35:\"wp-content/uploads/bb-plugin/cache/\";i:10;s:35:\"wp-content/uploads/cache/wpml/twig/\";}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/9z\";s:9:\"link_blog\";s:19:\"https://shsec.io/95\";s:9:\"beacon_id\";i:231;s:4:\"name\";s:15:\"File Exclusions\";s:7:\"summary\";s:52:\"Provide A List Of Files To Be Excluded From The Scan\";s:11:\"description\";s:89:\"Take a new line for each file you wish to exclude from the scan. No commas are necessary.\";}s:23:\"mal_autorepair_surgical\";a:10:{s:3:\"key\";s:23:\"mal_autorepair_surgical\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"N\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Surgical Auto-Repair\";s:7:\"summary\";s:55:\"Automatically Attempt To Surgically Remove Malware Code\";s:11:\"description\";s:58:\"Attempts to automatically remove code from infected files.\";}s:19:\"ptg_reinstall_links\";a:11:{s:3:\"key\";s:19:\"ptg_reinstall_links\";s:7:\"section\";s:20:\"section_scan_options\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:19:\"https://shsec.io/bp\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:135;s:4:\"name\";s:21:\"Show Re-Install Links\";s:7:\"summary\";s:33:\"Show Re-Install Links For Plugins\";s:11:\"description\";s:78:\"Show links to re-install plugins and offer re-install when activating plugins.\";}s:19:\"auto_filter_results\";a:11:{s:3:\"key\";s:19:\"auto_filter_results\";s:7:\"section\";s:20:\"section_scan_options\";s:7:\"premium\";b:0;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:439;s:4:\"name\";s:19:\"Auto-Filter Results\";s:7:\"summary\";s:48:\"Automatically Filter Results Of Irrelevant Items\";s:11:\"description\";s:60:\"Automatically remove items from results that are irrelevant.\";}s:20:\"scan_path_exclusions\";a:12:{s:3:\"key\";s:20:\"scan_path_exclusions\";s:7:\"section\";s:20:\"section_scan_options\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";a:10:{i:0;s:17:\"wp-content/cache/\";i:1;s:18:\"wp-content/nfwlog/\";i:2;s:18:\"wp-content/wflogs/\";i:3;s:11:\"*/error_log\";i:4;s:15:\"*/php_error_log\";i:5;s:10:\"*/mail.log\";i:6;s:14:\"*/php_mail.log\";i:7;s:23:\"*/.stylelintrc-css.json\";i:8;s:19:\"*/.stylelintrc.json\";i:9;s:14:\"*/sucuri-*.php\";}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:441;s:4:\"name\";s:15:\"Scan Exclusions\";s:7:\"summary\";s:31:\"Scan File and Folder Exclusions\";s:11:\"description\";s:32:\"Scan File and Folder Exclusions.\";}s:14:\"scans_to_build\";a:6:{s:3:\"key\";s:14:\"scans_to_build\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:16:\"tracking_exclude\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:12:\"is_scan_cron\";a:6:{s:3:\"key\";s:12:\"is_scan_cron\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:16:\"tracking_exclude\";b:1;s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:14:\"mal_fp_reports\";a:6:{s:3:\"key\";s:14:\"mal_fp_reports\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:16:\"tracking_exclude\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:16:\"filelocker_state\";a:6:{s:3:\"key\";s:16:\"filelocker_state\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:16:\"tracking_exclude\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:14:{s:14:\"all_scan_slugs\";a:6:{i:0;s:3:\"apc\";i:1;s:3:\"mal\";i:2;s:3:\"ptg\";i:3;s:3:\"wpv\";i:4;s:3:\"wcf\";i:5;s:3:\"ufc\";}s:20:\"file_scan_extensions\";a:11:{i:0;s:3:\"php\";i:1;s:4:\"php5\";i:2;s:4:\"php7\";i:3;s:2:\"js\";i:4;s:4:\"json\";i:5;s:3:\"css\";i:6;s:3:\"htm\";i:7;s:4:\"html\";i:8;s:3:\"svg\";i:9;s:4:\"twig\";i:10;s:3:\"hbs\";}s:10:\"db_classes\";a:3:{s:10:\"filelocker\";s:69:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\FileLocker\\Handler\";s:7:\"scanner\";s:66:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Scanner\\Handler\";s:5:\"scanq\";s:68:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\ScanQueue\\Handler\";}s:19:\"db_table_filelocker\";a:4:{s:4:\"slug\";s:10:\"filelocker\";s:14:\"has_updated_at\";b:1;s:11:\"cols_custom\";a:5:{s:4:\"file\";s:61:\"varchar(256) NOT NULL COMMENT \'File Path relative to ABSPATH\'\";s:13:\"hash_original\";s:54:\"varchar(40) NOT NULL COMMENT \'SHA1 File Hash Original\'\";s:12:\"hash_current\";s:53:\"varchar(40) NOT NULL COMMENT \'SHA1 File Hash Current\'\";s:7:\"content\";s:28:\"MEDIUMBLOB COMMENT \'Content\'\";s:13:\"public_key_id\";s:52:\"TINYINT(2) UNSIGNED NOT NULL COMMENT \'Public Key ID\'\";}s:15:\"cols_timestamps\";a:3:{s:11:\"detected_at\";s:20:\"Change Last Detected\";s:11:\"reverted_at\";s:18:\"Reverted To Backup\";s:11:\"notified_at\";s:17:\"Notification Sent\";}}s:16:\"db_table_scanner\";a:3:{s:4:\"slug\";s:7:\"scanner\";s:11:\"cols_custom\";a:4:{s:4:\"hash\";s:58:\"varchar(32) NOT NULL DEFAULT \'\' COMMENT \'Unique Item Hash\'\";s:4:\"meta\";s:33:\"text COMMENT \'Relevant Item Data\'\";s:4:\"scan\";s:50:\"varchar(10) NOT NULL DEFAULT 0 COMMENT \'Scan Type\'\";s:8:\"severity\";s:44:\"int(3) NOT NULL DEFAULT 1 COMMENT \'Severity\'\";}s:15:\"cols_timestamps\";a:3:{s:10:\"ignored_at\";s:19:\"Scan Result Ignored\";s:11:\"notified_at\";s:21:\"Scan Notifiation Sent\";s:17:\"attempt_repair_at\";s:19:\"Attempted Repair At\";}}s:14:\"db_table_scanq\";a:3:{s:4:\"slug\";s:5:\"scanq\";s:11:\"cols_custom\";a:4:{s:4:\"scan\";s:50:\"varchar(3) NOT NULL DEFAULT \'\' COMMENT \'Scan Slug\'\";s:5:\"items\";s:34:\"text COMMENT \'Array of scan items\'\";s:7:\"results\";s:31:\"text COMMENT \'Array of results\'\";s:4:\"meta\";s:24:\"text COMMENT \'Meta Data\'\";}s:15:\"cols_timestamps\";a:2:{s:10:\"started_at\";s:12:\"Scan Started\";s:11:\"finished_at\";s:14:\"Scan Completed\";}}s:21:\"table_name_filelocker\";s:10:\"filelocker\";s:19:\"url_mal_sigs_simple\";s:96:\"https://raw.githubusercontent.com/scr34m/php-malware-scanner/master/definitions/patterns_raw.txt\";s:18:\"url_mal_sigs_regex\";s:95:\"https://raw.githubusercontent.com/scr34m/php-malware-scanner/master/definitions/patterns_re.txt\";s:23:\"default_whitelist_paths\";a:12:{i:0;s:18:\"wp-content/cache/*\";i:1;s:19:\"wp-content/shield/*\";i:2;s:26:\"wp-content/icwp/rollback/*\";i:3;s:35:\"wp-content/plugins-before-restore/*\";i:4;s:34:\"wp-content/themes-before-restore/*\";i:5;s:36:\"wp-content/uploads/bb-plugin/cache/*\";i:6;s:36:\"wp-content/uploads/cache/wpml/twig/*\";i:7;s:18:\"wp-content/cache/*\";i:8;s:11:\"*/error_log\";i:9;s:15:\"*/php_error_log\";i:10;s:10:\"*/mail.log\";i:11;s:14:\"*/php_mail.log\";}s:14:\"cron_all_scans\";s:9:\"all-scans\";s:14:\"wcf_exclusions\";a:5:{i:0;s:11:\"readme.html\";i:1;s:11:\"license.txt\";i:2;s:16:\"licens-sv_SE.txt\";i:3;s:20:\"wp-config-sample.php\";i:4;s:11:\"wp-content/\";}s:27:\"wcf_exclusions_missing_only\";a:2:{i:0;s:20:\"wp-admin/install.php\";i:1;s:10:\"xmlrpc.php\";}s:6:\"events\";a:5:{s:8:\"scan_run\";a:3:{s:12:\"audit_params\";a:1:{i:0;s:4:\"scan\";}s:5:\"level\";s:5:\"debug\";s:14:\"audit_multiple\";b:1;}s:16:\"scan_items_found\";a:4:{s:12:\"audit_params\";a:2:{i:0;s:4:\"scan\";i:1;s:5:\"items\";}s:5:\"level\";s:5:\"alert\";s:14:\"audit_multiple\";b:1;s:6:\"recent\";b:1;}s:24:\"scan_item_repair_success\";a:3:{s:12:\"audit_params\";a:1:{i:0;s:9:\"path_full\";}s:14:\"audit_multiple\";b:1;s:6:\"recent\";b:1;}s:21:\"scan_item_repair_fail\";a:2:{s:12:\"audit_params\";a:1:{i:0;s:9:\"path_full\";}s:14:\"audit_multiple\";b:1;}s:24:\"scan_item_delete_success\";a:2:{s:12:\"audit_params\";a:1:{i:0;s:9:\"path_full\";}s:14:\"audit_multiple\";b:1;}}}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510342,'_site_transient_timeout_shield_mod_config_traffic','1632920474','no'),(510343,'_site_transient_shield_mod_config_traffic','a:8:{s:4:\"slug\";s:7:\"traffic\";s:10:\"properties\";a:14:{s:4:\"slug\";s:7:\"traffic\";s:4:\"name\";s:13:\"Traffic Watch\";s:12:\"sidebar_name\";s:7:\"Traffic\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:7:\"traffic\";s:7:\"tagline\";s:31:\"Watch All Requests To Your Site\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:110;}s:10:\"menu_items\";a:1:{i:0;a:2:{s:5:\"title\";s:11:\"Traffic Log\";s:4:\"slug\";s:16:\"traffic-redirect\";}}s:16:\"custom_redirects\";a:1:{i:0;a:3:{s:15:\"source_mod_page\";s:16:\"traffic-redirect\";s:15:\"target_mod_page\";s:8:\"insights\";s:10:\"query_args\";a:1:{s:4:\"inav\";s:7:\"traffic\";}}}s:8:\"sections\";a:4:{i:0;a:6:{s:4:\"slug\";s:23:\"section_traffic_options\";s:7:\"primary\";b:1;s:5:\"title\";s:21:\"Traffic Watch Options\";s:11:\"title_short\";s:7:\"Options\";s:9:\"beacon_id\";i:153;s:7:\"summary\";a:2:{i:0;s:62:\"Purpose - Provides finer control over the live traffic system.\";i:1;s:67:\"Recommendation - These settings are dependent on your requirements.\";}}i:1;a:5:{s:4:\"slug\";s:23:\"section_traffic_limiter\";s:5:\"title\";s:21:\"Traffic Rate Limiting\";s:11:\"title_short\";s:13:\"Rate Limiting\";s:9:\"beacon_id\";i:420;s:7:\"summary\";a:2:{i:0;s:80:\"Purpose - Provides ability to restrict excessive requests from a single visitor.\";i:1;s:67:\"Recommendation - These settings are dependent on your requirements.\";}}i:2;a:5:{s:4:\"slug\";s:37:\"section_enable_plugin_feature_traffic\";s:5:\"title\";s:28:\"Enable Module: Traffic Watch\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:153;s:7:\"summary\";a:2:{i:0;s:89:\"Purpose - The Traffic Watch module lets you monitor and review all requests to your site.\";i:1;s:103:\"Recommendation - Required only if you need to review and investigate and monitor requests to your site.\";}}i:3;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:9:{s:14:\"enable_traffic\";a:11:{s:3:\"key\";s:14:\"enable_traffic\";s:7:\"section\";s:37:\"section_enable_plugin_feature_traffic\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/ed\";s:9:\"link_blog\";s:19:\"https://shsec.io/ee\";s:9:\"beacon_id\";i:153;s:4:\"name\";s:20:\"Enable Traffic Watch\";s:7:\"summary\";s:44:\"Enable (or Disable) The Traffic Watch Module\";s:11:\"description\";s:73:\"Un-Checking this option will completely disable the Traffic Watch module.\";}s:13:\"enable_logger\";a:10:{s:3:\"key\";s:13:\"enable_logger\";s:7:\"section\";s:23:\"section_traffic_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/hf\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:153;s:4:\"name\";s:21:\"Enable Traffic Logger\";s:7:\"summary\";s:35:\"Turn On The Traffic Logging Feature\";s:11:\"description\";s:71:\"Enable or disable the ability to log and monitor requests to your site.\";}s:15:\"type_exclusions\";a:12:{s:3:\"key\";s:15:\"type_exclusions\";s:7:\"section\";s:23:\"section_traffic_options\";s:4:\"type\";s:15:\"multiple_select\";s:8:\"advanced\";b:1;s:7:\"default\";a:5:{i:0;s:9:\"logged_in\";i:1;s:6:\"server\";i:2;s:4:\"cron\";i:3;s:6:\"search\";i:4;s:6:\"uptime\";}s:13:\"value_options\";a:8:{i:0;a:2:{s:9:\"value_key\";s:6:\"simple\";s:4:\"text\";s:15:\"Simple Requests\";}i:1;a:2:{s:9:\"value_key\";s:3:\"api\";s:4:\"text\";s:8:\"REST API\";}i:2;a:2:{s:9:\"value_key\";s:4:\"ajax\";s:4:\"text\";s:4:\"AJAX\";}i:3;a:2:{s:9:\"value_key\";s:9:\"logged_in\";s:4:\"text\";s:15:\"Logged-In Users\";}i:4;a:2:{s:9:\"value_key\";s:4:\"cron\";s:4:\"text\";s:7:\"WP CRON\";}i:5;a:2:{s:9:\"value_key\";s:6:\"server\";s:4:\"text\";s:11:\"This Server\";}i:6;a:2:{s:9:\"value_key\";s:6:\"search\";s:4:\"text\";s:14:\"Search Engines\";}i:7;a:2:{s:9:\"value_key\";s:6:\"uptime\";s:4:\"text\";s:26:\"Uptime Monitoring Services\";}}s:9:\"link_info\";s:19:\"https://shsec.io/eb\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:154;s:4:\"name\";s:22:\"Traffic Log Exclusions\";s:7:\"summary\";s:41:\"Select Which Types Of Requests To Exclude\";s:11:\"description\";s:74:\"Deselect any requests that you don\'t want to appear in the traffic viewer.\";}s:17:\"custom_exclusions\";a:12:{s:3:\"key\";s:17:\"custom_exclusions\";s:7:\"section\";s:23:\"section_traffic_options\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/ec\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:154;s:4:\"name\";s:17:\"Custom Exclusions\";s:7:\"summary\";s:33:\"Provide Custom Traffic Exclusions\";s:11:\"description\";s:98:\"For each entry, if the text is present in either the User Agent or Page/Path, it will be excluded.\";}s:10:\"auto_clean\";a:11:{s:3:\"key\";s:10:\"auto_clean\";s:7:\"section\";s:23:\"section_traffic_options\";s:8:\"advanced\";b:1;s:7:\"default\";i:7;s:3:\"min\";i:1;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Auto Expiry Cleaning\";s:7:\"summary\";s:30:\"Enable Traffic Log Auto Expiry\";s:11:\"description\";s:78:\"Automated DB cleanup will delete logs older than this maximum value (in days).\";}s:14:\"enable_limiter\";a:11:{s:3:\"key\";s:14:\"enable_limiter\";s:7:\"section\";s:23:\"section_traffic_limiter\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/gw\";s:9:\"link_blog\";s:19:\"https://shsec.io/gx\";s:9:\"beacon_id\";i:420;s:4:\"name\";s:20:\"Enable Rate Limiting\";s:7:\"summary\";s:33:\"Turn On The Rate Limiting Feature\";s:11:\"description\";s:87:\"Enable or disable the rate limiting feature according to your rate limiting parameters.\";}s:14:\"limit_requests\";a:10:{s:3:\"key\";s:14:\"limit_requests\";s:7:\"section\";s:23:\"section_traffic_limiter\";s:7:\"default\";s:2:\"60\";s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Max Request Limit\";s:7:\"summary\";s:48:\"Maximum Number Of Requests Allowed In Time Limit\";s:11:\"description\";s:72:\"The maximum number of requests that are allowed in the given time limit.\";}s:15:\"limit_time_span\";a:10:{s:3:\"key\";s:15:\"limit_time_span\";s:7:\"section\";s:23:\"section_traffic_limiter\";s:7:\"default\";s:2:\"60\";s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:27:\"Request Limit Time Interval\";s:7:\"summary\";s:48:\"The Time Interval To Test For Excessive Requests\";s:11:\"description\";s:84:\"The time limit within which to monitor for excessive requests that exceed the limit.\";}s:20:\"legacy_db_deleted_at\";a:5:{s:3:\"key\";s:20:\"legacy_db_deleted_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:4:\"text\";s:7:\"default\";i:0;}}s:11:\"definitions\";a:4:{s:10:\"db_classes\";a:1:{s:7:\"traffic\";s:66:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Traffic\\Handler\";}s:16:\"db_table_traffic\";a:2:{s:4:\"slug\";s:7:\"traffic\";s:11:\"cols_custom\";a:8:{s:3:\"rid\";s:52:\"varchar(10) NOT NULL DEFAULT \'\' COMMENT \'Request ID\'\";s:3:\"uid\";s:53:\"int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'User ID\'\";s:2:\"ip\";s:55:\"varbinary(16) DEFAULT NULL COMMENT \'Visitor IP Address\'\";s:4:\"path\";s:54:\"text NOT NULL DEFAULT \'\' COMMENT \'Request Path or URI\'\";s:4:\"code\";s:58:\"int(5) NOT NULL DEFAULT \'200\' COMMENT \'HTTP Response Code\'\";s:4:\"verb\";s:56:\"varchar(10) NOT NULL DEFAULT \'get\' COMMENT \'HTTP Method\'\";s:2:\"ua\";s:40:\"text COMMENT \'Browser User Agent String\'\";s:5:\"trans\";s:61:\"tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Trangression\'\";}}s:18:\"traffic_table_name\";s:7:\"traffic\";s:6:\"events\";a:1:{s:22:\"request_limit_exceeded\";a:3:{s:12:\"audit_params\";a:3:{i:0;s:8:\"requests\";i:1;s:5:\"count\";i:2;s:4:\"span\";}s:5:\"level\";s:5:\"alert\";s:7:\"offense\";b:1;}}}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510344,'_site_transient_timeout_shield_mod_config_firewall','1632920474','no'),(510345,'_site_transient_shield_mod_config_firewall','a:6:{s:4:\"slug\";s:8:\"firewall\";s:10:\"properties\";a:14:{s:4:\"slug\";s:8:\"firewall\";s:4:\"name\";s:8:\"Firewall\";s:12:\"sidebar_name\";s:8:\"Firewall\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:8:\"firewall\";s:7:\"tagline\";s:61:\"Automatically block malicious URLs and data sent to your site\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:30;}s:8:\"sections\";a:6:{i:0;a:6:{s:4:\"slug\";s:33:\"section_firewall_blocking_options\";s:7:\"primary\";b:1;s:5:\"title\";s:25:\"Firewall Blocking Options\";s:11:\"title_short\";s:17:\"Firewall Blocking\";s:9:\"beacon_id\";i:333;s:7:\"summary\";a:2:{i:0;s:56:\"Here you choose what kind of malicious data to scan for.\";i:1;s:198:\"Recommendation - Turn on as many options here as you can. If you find an incompatibility or something stops working, un-check 1 option at a time until you find the problem or review the Audit Trail.\";}}i:1;a:5:{s:4:\"slug\";s:38:\"section_choose_firewall_block_response\";s:5:\"title\";s:30:\"Choose Firewall Block Response\";s:11:\"title_short\";s:17:\"Firewall Response\";s:9:\"beacon_id\";i:334;s:7:\"summary\";a:2:{i:0;s:75:\"Here you choose how the plugin will respond when it detects malicious data.\";i:1;s:54:\"Recommendation - Choose the option \'Die With Message\'.\";}}i:2;a:5:{s:4:\"slug\";s:17:\"section_whitelist\";s:5:\"title\";s:71:\"Whitelists - IPs, Pages, Parameters, and Users that bypass the Firewall\";s:11:\"title_short\";s:9:\"Whitelist\";s:9:\"beacon_id\";i:335;s:7:\"summary\";a:2:{i:0;s:124:\"In principle you should not need to whitelist anything or anyone unless you have discovered a collision with another plugin.\";i:1;s:90:\"Recommendation - Do not whitelist anything unless you are confident in what you are doing.\";}}i:3;a:5:{s:4:\"slug\";s:21:\"section_user_messages\";s:5:\"title\";s:32:\"Customize Messages Shown To User\";s:11:\"title_short\";s:16:\"Visitor Messages\";s:9:\"beacon_id\";i:139;s:7:\"summary\";a:3:{i:0;s:51:\"Purpose - Customize the messages shown to visitors.\";i:1;s:70:\"Recommendation - Be sure to change the messages to suit your audience.\";i:2;s:75:\"Hint - To reset any message to its default, enter the text exactly: default\";}}i:4;a:5:{s:4:\"slug\";s:48:\"section_enable_plugin_feature_wordpress_firewall\";s:5:\"title\";s:23:\"Enable Module: Firewall\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:253;s:7:\"summary\";a:2:{i:0;s:123:\"Purpose - The Firewall is designed to analyse data sent to your website and block any requests that appear to be malicious.\";i:1;s:53:\"Recommendation - Keep the Firewall feature turned on.\";}}i:5;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:14:{s:15:\"enable_firewall\";a:11:{s:3:\"key\";s:15:\"enable_firewall\";s:7:\"section\";s:48:\"section_enable_plugin_feature_wordpress_firewall\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/43\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf01\";s:9:\"beacon_id\";i:253;s:4:\"name\";s:15:\"Enable Firewall\";s:7:\"summary\";s:39:\"Enable (or Disable) The Firewall module\";s:11:\"description\";s:67:\"Un-Checking this option will completely disable the Firewall module\";}s:19:\"block_dir_traversal\";a:9:{s:3:\"key\";s:19:\"block_dir_traversal\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Directory Traversals\";s:7:\"summary\";s:26:\"Block Directory Traversals\";s:11:\"description\";s:71:\"This will block directory traversal paths in in application parameters.\";}s:17:\"block_sql_queries\";a:9:{s:3:\"key\";s:17:\"block_sql_queries\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:11:\"SQL Queries\";s:7:\"summary\";s:17:\"Block SQL Queries\";s:11:\"description\";s:46:\"This will block SQL in application parameters.\";}s:21:\"block_wordpress_terms\";a:9:{s:3:\"key\";s:21:\"block_wordpress_terms\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"WordPress Terms\";s:7:\"summary\";s:30:\"Block WordPress Specific Terms\";s:11:\"description\";s:91:\"This will block WordPress specific terms in application parameters (wp_, user_login, etc.).\";}s:22:\"block_field_truncation\";a:9:{s:3:\"key\";s:22:\"block_field_truncation\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Field Truncation\";s:7:\"summary\";s:30:\"Block Field Truncation Attacks\";s:11:\"description\";s:66:\"This will block field truncation attacks in application parameters\";}s:14:\"block_php_code\";a:9:{s:3:\"key\";s:14:\"block_php_code\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:8:\"PHP Code\";s:7:\"summary\";s:23:\"Block PHP Code Includes\";s:11:\"description\";s:132:\"This will block any data that appears to try and include PHP files. Will probably block saving within the Plugin/Theme file editors.\";}s:22:\"block_exe_file_uploads\";a:9:{s:3:\"key\";s:22:\"block_exe_file_uploads\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Exe File Uploads\";s:7:\"summary\";s:29:\"Block Executable File Uploads\";s:11:\"description\";s:59:\"This will block executable file uploads (.php, .exe, etc.).\";}s:20:\"block_leading_schema\";a:10:{s:3:\"key\";s:20:\"block_leading_schema\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Leading Schemas\";s:7:\"summary\";s:36:\"Block Leading Schemas (HTTPS / HTTP)\";s:11:\"description\";s:135:\"This will block leading schemas http:// and https:// in application parameters (off by default; may cause problems with other plugins).\";}s:16:\"block_aggressive\";a:10:{s:3:\"key\";s:16:\"block_aggressive\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Aggressive Scan\";s:7:\"summary\";s:23:\"Aggressively Block Data\";s:11:\"description\";s:159:\"Employs a set of aggressive rules to detect and block malicious data submitted to your site. Warning - May cause an increase in false-positive firewall blocks.\";}s:14:\"block_response\";a:12:{s:3:\"key\";s:14:\"block_response\";s:7:\"section\";s:38:\"section_choose_firewall_block_response\";s:8:\"advanced\";b:1;s:7:\"default\";s:20:\"redirect_die_message\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:20:\"redirect_die_message\";s:4:\"text\";s:16:\"Die With Message\";}i:1;a:2:{s:9:\"value_key\";s:12:\"redirect_die\";s:4:\"text\";s:3:\"Die\";}i:2;a:2:{s:9:\"value_key\";s:13:\"redirect_home\";s:4:\"text\";s:21:\"Redirect To Home Page\";}i:3;a:2:{s:9:\"value_key\";s:12:\"redirect_404\";s:4:\"text\";s:10:\"Return 404\";}}s:9:\"beacon_id\";i:334;s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Block Response\";s:7:\"summary\";s:50:\"How the firewall responds when it blocks a request\";s:11:\"description\";s:100:\"We recommend dying with a message so you know what might have occurred when the firewall blocks you.\";}s:16:\"block_send_email\";a:9:{s:3:\"key\";s:16:\"block_send_email\";s:7:\"section\";s:38:\"section_choose_firewall_block_response\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Send Email Report\";s:7:\"summary\";s:89:\"When a visitor is blocked the firewall will send an email to the configured email address\";s:11:\"description\";s:124:\"Use with caution - if you get hit by automated bots you may send out too many emails and you could get blocked by your host.\";}s:21:\"page_params_whitelist\";a:11:{s:3:\"key\";s:21:\"page_params_whitelist\";s:7:\"section\";s:17:\"section_whitelist\";s:8:\"advanced\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:21:\"comma_separated_lists\";s:9:\"link_info\";s:19:\"https://shsec.io/2a\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:335;s:4:\"name\";s:20:\"Whitelist Parameters\";s:7:\"summary\";s:74:\"Detail pages and parameters that are whitelisted (ignored by the firewall)\";s:11:\"description\";s:104:\"This should be used with caution and you should only provide parameter names that you must have excluded\";}s:16:\"whitelist_admins\";a:10:{s:3:\"key\";s:16:\"whitelist_admins\";s:7:\"section\";s:17:\"section_whitelist\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:21:\"Ignore Administrators\";s:7:\"summary\";s:21:\"Ignore Administrators\";s:11:\"description\";s:78:\"Authenticated administrator users will not be processed by the firewall rules.\";}s:16:\"text_firewalldie\";a:12:{s:3:\"key\";s:16:\"text_firewalldie\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"beacon_id\";i:139;s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Firewall Block Message\";s:7:\"summary\";s:63:\"Message Displayed To Visitor When A Firewall Block Is Triggered\";s:11:\"description\";s:102:\"When you select the option to display a message to the visitor, this is the message that is displayed.\";}}s:11:\"definitions\";a:3:{s:17:\"default_whitelist\";a:14:{s:29:\"/wp-admin/options-general.php\";a:0:{}s:21:\"/wp-admin/options.php\";a:2:{i:0;s:4:\"home\";i:1;s:7:\"siteurl\";}s:21:\"/wp-admin/plugins.php\";a:1:{i:0;s:6:\"plugin\";}s:22:\"/wp-admin/post-new.php\";a:0:{}s:22:\"/wp-admin/page-new.php\";a:0:{}s:22:\"/wp-admin/link-add.php\";a:0:{}s:26:\"/wp-admin/media-upload.php\";a:0:{}s:19:\"/wp-admin/admin.php\";a:1:{i:0;s:4:\"page\";}s:18:\"/wp-admin/post.php\";a:1:{i:0;s:7:\"content\";}s:27:\"/wp-admin/plugin-editor.php\";a:1:{i:0;s:10:\"newcontent\";}s:18:\"/wp-admin/page.php\";a:0:{}s:24:\"/wp-admin/admin-ajax.php\";a:0:{}s:21:\"/wp-comments-post.php\";a:2:{i:0;s:3:\"url\";i:1;s:7:\"comment\";}s:1:\"*\";a:31:{i:0;s:12:\"affwp_action\";i:1;s:7:\"ajaxurl\";i:2;s:20:\"g-recaptcha-response\";i:3;s:11:\"verify_sign\";i:4;s:6:\"txn_id\";i:5;s:15:\"wp_http_referer\";i:6;s:16:\"_wp_http_referer\";i:7;s:25:\"_wp_original_http_referer\";i:8;s:11:\"JCS_INENREF\";i:9;s:5:\"pass1\";i:10;s:10:\"pass1-text\";i:11;s:3:\"pwd\";i:12;s:3:\"url\";i:13;s:10:\"referredby\";i:14;s:11:\"redirect_to\";i:15;s:28:\"jetpack_sso_original_request\";i:16;s:23:\"jetpack_sso_redirect_to\";i:17;s:33:\"/^wordpress_logged_in_[0-9a-f]+$/\";i:18;s:10:\"edd_action\";i:19;s:12:\"edd_redirect\";i:20;s:10:\"wpcf7-form\";i:21;s:20:\"yoast_wpseo_metadesc\";i:22;s:26:\"icwp_wpsf_new_u2f_response\";i:23;s:17:\"icwp_wpsf_u2f_otp\";i:24;s:5:\"appId\";i:25;s:8:\"/^et_.*/\";i:26;s:10:\"ping_sites\";i:27;s:20:\"aioseo-post-settings\";i:28;s:14:\"joe-chnlcustid\";i:29;s:12:\"spd-custhash\";i:30;s:12:\"joe-custinfo\";}}s:17:\"firewall_patterns\";a:8:{s:12:\"dirtraversal\";a:1:{s:6:\"simple\";a:8:{i:0;s:10:\"etc/passwd\";i:1;s:17:\"proc/self/environ\";i:2;s:10:\"etc/passwd\";i:3;s:8:\"makefile\";i:4;s:7:\"wwwroot\";i:5;s:10:\"pingserver\";i:6;s:3:\"../\";i:7;s:8:\"loopback\";}}s:7:\"wpterms\";a:2:{s:6:\"simple\";a:2:{i:0;s:4:\"/**/\";i:1;s:13:\"wp-config.php\";}s:5:\"regex\";a:3:{i:0;s:4:\"^wp_\";i:1;s:11:\"^user_login\";i:2;s:10:\"^user_pass\";}}s:15:\"fieldtruncation\";a:1:{s:5:\"regex\";a:2:{i:0;s:7:\"\\s{49,}\";i:1;s:4:\"\\x00\";}}s:10:\"sqlqueries\";a:1:{s:5:\"regex\";a:3:{i:0;s:11:\"concat\\s*\\(\";i:1;s:12:\"group_concat\";i:2;s:13:\"union.*select\";}}s:7:\"exefile\";a:1:{s:5:\"regex\";a:1:{i:0;s:86:\"\\.(dll|rb|py|exe|php[3-6]?|pl|perl|ph[34]|phl|phtml|phtm|sql|ini|jsp|asp|git|svn|tar)$\";}}s:6:\"schema\";a:2:{s:6:\"simple\";a:1:{i:0;s:6:\".shtml\";}s:5:\"regex\";a:1:{i:0;s:23:\"^(http|https|ftp|file):\";}}s:7:\"phpcode\";a:2:{s:6:\"simple\";N;s:5:\"regex\";a:1:{i:0;s:52:\"(include|include_once|require|require_once)\\s*\\(.*\\)\";}}s:10:\"aggressive\";a:2:{s:6:\"simple\";a:11:{i:0;s:5:\"eval(\";i:1;s:6:\"(null)\";i:2;s:7:\"base64_\";i:3;s:9:\"localhost\";i:4;s:10:\"(function(\";i:5;s:8:\"{x.html(\";i:6;s:7:\").html(\";i:7;s:3:\"...\";i:8;s:10:\"/httpdocs/\";i:9;s:5:\"/tmp/\";i:10;s:8:\"boot.ini\";}s:5:\"regex\";a:5:{i:0;s:16:\"GLOBALS(=|\\[|%%)\";i:1;s:16:\"REQUEST(=|\\[|%%)\";i:2;s:24:\"(`|\\<|\\>|\\[|\\]|\\{|\\}|\\?)\";i:3;s:32:\"drop\\s+table\\s+(`|\'?)[a-z0-9]+\\1\";i:4;s:53:\"\'\\s+OR\\s+\'([a-z0-9]+)\'\\s*=\\s*\'\\1\'\\s+(--|\\(\\{|\\/\\*)\\s+\";}}}s:6:\"events\";a:4:{s:10:\"check_skip\";a:3:{s:12:\"audit_params\";a:1:{i:0;s:4:\"path\";}s:5:\"level\";s:5:\"debug\";s:4:\"stat\";b:0;}s:14:\"firewall_block\";a:4:{s:12:\"audit_params\";a:6:{i:0;s:4:\"name\";i:1;s:4:\"term\";i:2;s:5:\"param\";i:3;s:5:\"value\";i:4;s:4:\"scan\";i:5;s:4:\"type\";}s:5:\"level\";s:7:\"warning\";s:6:\"recent\";b:1;s:7:\"offense\";b:1;}s:13:\"fw_email_fail\";a:3:{s:12:\"audit_params\";a:1:{i:0;s:2:\"to\";}s:5:\"level\";s:7:\"warning\";s:4:\"stat\";b:0;}s:16:\"fw_email_success\";a:3:{s:12:\"audit_params\";a:1:{i:0;s:2:\"to\";}s:5:\"level\";s:5:\"debug\";s:4:\"stat\";b:0;}}}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510346,'_site_transient_timeout_shield_mod_config_login_protect','1632920474','no'),(510347,'_site_transient_shield_mod_config_login_protect','a:7:{s:4:\"slug\";s:13:\"login_protect\";s:10:\"properties\";a:14:{s:4:\"slug\";s:13:\"login_protect\";s:4:\"name\";s:11:\"Login Guard\";s:12:\"sidebar_name\";s:16:\"Login Protection\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:12:\"loginprotect\";s:7:\"tagline\";s:83:\"Block brute force attacks and secure user identities with Two-Factor Authentication\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:40;}s:13:\"admin_notices\";a:1:{s:23:\"email-verification-sent\";a:7:{s:2:\"id\";s:23:\"email-verification-sent\";s:8:\"schedule\";s:10:\"conditions\";s:16:\"plugin_page_only\";b:1;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:7:\"warning\";s:12:\"plugin_admin\";s:3:\"yes\";s:11:\"valid_admin\";b:1;}}s:8:\"sections\";a:9:{i:0;a:6:{s:4:\"slug\";s:36:\"section_brute_force_login_protection\";s:7:\"primary\";b:1;s:5:\"title\";s:23:\"Brute Force Login Guard\";s:11:\"title_short\";s:11:\"Brute Force\";s:9:\"beacon_id\";i:325;s:7:\"summary\";a:2:{i:0;s:87:\"Purpose - Blocks brute force hacking attacks against your login and registration pages.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:1;a:5:{s:4:\"slug\";s:17:\"section_2fa_email\";s:5:\"title\";s:31:\"Email Two-Factor Authentication\";s:11:\"title_short\";s:11:\"2FA - Email\";s:9:\"beacon_id\";i:246;s:7:\"summary\";a:3:{i:0;s:102:\"Purpose - Verifies the identity of users who log in to your site using email-based one-time-passwords.\";i:1;s:127:\"Recommendation - Use of this feature is highly recommend. However, if your host blocks email sending you may lock yourself out.\";i:2;s:77:\"Note: You may combine multiple authentication factors for increased security.\";}}i:2;a:5:{s:4:\"slug\";s:14:\"section_2fa_ga\";s:5:\"title\";s:46:\"Google Authenticator Two-Factor Authentication\";s:11:\"title_short\";s:26:\"2FA - Google Authenticator\";s:9:\"beacon_id\";i:244;s:7:\"summary\";a:3:{i:0;s:111:\"Purpose - Verifies the identity of users who log in to your site using Google Authenticator one-time-passwords.\";i:1;s:127:\"Recommendation - Use of this feature is highly recommend. However, if your host blocks email sending you may lock yourself out.\";i:2;s:77:\"Note: You may combine multiple authentication factors for increased security.\";}}i:3;a:5:{s:4:\"slug\";s:31:\"section_hardware_authentication\";s:5:\"title\";s:32:\"Hardware 2-Factor Authentication\";s:11:\"title_short\";s:14:\"2FA - Hardware\";s:9:\"beacon_id\";i:249;s:7:\"summary\";a:2:{i:0;s:98:\"Purpose - Verifies the identity of users who log in to your site using Yubikey one-time-passwords.\";i:1;s:77:\"Note: You may combine multiple authentication factors for increased security.\";}}i:4;a:5:{s:4:\"slug\";s:34:\"section_multifactor_authentication\";s:5:\"title\";s:27:\"Multi-Factor Authentication\";s:11:\"title_short\";s:13:\"2-Factor Auth\";s:9:\"beacon_id\";i:326;s:7:\"summary\";a:3:{i:0;s:103:\"Purpose - Verifies the identity of users who log in to your site - i.e. they are who they say they are.\";i:1;s:127:\"Recommendation - Use of this feature is highly recommend. However, if your host blocks email sending you may lock yourself out.\";i:2;s:77:\"Note: You may combine multiple authentication factors for increased security.\";}}i:5;a:5:{s:4:\"slug\";s:22:\"section_rename_wplogin\";s:5:\"title\";s:18:\"Hide WP Login Page\";s:11:\"title_short\";s:15:\"Hide Login Page\";s:9:\"beacon_id\";i:316;s:7:\"summary\";a:2:{i:0;s:142:\"Purpose - To hide your wp-login.php page from brute force attacks and hacking attempts - if your login page cannot be found, no-one can login.\";i:1;s:145:\"Recommendation - This is not required for complete security and if your site has irregular or inconsistent configuration it may not work for you.\";}}i:6;a:5:{s:4:\"slug\";s:21:\"section_user_messages\";s:5:\"title\";s:13:\"User Messages\";s:11:\"title_short\";s:13:\"User Messages\";s:9:\"beacon_id\";i:139;s:7:\"summary\";a:3:{i:0;s:51:\"Purpose - Customize the messages shown to visitors.\";i:1;s:70:\"Recommendation - Be sure to change the messages to suit your audience.\";i:2;s:75:\"Hint - To reset any message to its default, enter the text exactly: default\";}}i:7;a:5:{s:4:\"slug\";s:46:\"section_enable_plugin_feature_login_protection\";s:5:\"title\";s:26:\"Disable Login Guard Module\";s:11:\"title_short\";s:7:\"Disable\";s:9:\"beacon_id\";i:249;s:7:\"summary\";a:2:{i:0;s:91:\"Purpose - Login Guard blocks all automated and brute force attempts to log in to your site.\";i:1;s:55:\"Recommendation - Keep the Login Guard module turned on.\";}}i:8;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:24:{s:20:\"enable_login_protect\";a:11:{s:3:\"key\";s:20:\"enable_login_protect\";s:7:\"section\";s:46:\"section_enable_plugin_feature_login_protection\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/51\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf03\";s:9:\"beacon_id\";i:249;s:4:\"name\";s:18:\"Enable Login Guard\";s:7:\"summary\";s:42:\"Enable (or Disable) The Login Guard Module\";s:11:\"description\";s:70:\"Un-Checking this option will completely disable the Login Guard module\";}s:19:\"rename_wplogin_path\";a:12:{s:3:\"key\";s:19:\"rename_wplogin_path\";s:7:\"section\";s:22:\"section_rename_wplogin\";s:8:\"advanced\";b:1;s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/5q\";s:9:\"link_blog\";s:19:\"https://shsec.io/5r\";s:9:\"beacon_id\";i:316;s:4:\"name\";s:15:\"Hide Login Page\";s:7:\"summary\";s:31:\"Rename The WordPress Login Page\";s:11:\"description\";s:101:\"Creating a path here will disable your \'wp-login.php\'. Only letters and numbers are permitted: abc123\";}s:29:\"enable_chained_authentication\";a:10:{s:3:\"key\";s:29:\"enable_chained_authentication\";s:7:\"section\";s:34:\"section_multifactor_authentication\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/9r\";s:9:\"link_blog\";s:19:\"https://shsec.io/84\";s:9:\"beacon_id\";i:326;s:4:\"name\";s:27:\"Multi-Factor Authentication\";s:7:\"summary\";s:41:\"Require All Active Authentication Factors\";s:11:\"description\";s:123:\"When enabled, all multi-factor authentication methods will be applied to a user login. Disable to only require one to pass.\";}s:8:\"mfa_skip\";a:12:{s:3:\"key\";s:8:\"mfa_skip\";s:7:\"section\";s:34:\"section_multifactor_authentication\";s:7:\"premium\";b:1;s:7:\"default\";i:0;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/b1\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:141;s:4:\"name\";s:19:\"Multi-Factor Bypass\";s:7:\"summary\";s:78:\"A User Can Bypass Multi-Factor Authentication (MFA) For The Set Number Of Days\";s:11:\"description\";s:97:\"Enter the number of days a user can bypass future MFA after a successful MFA-login. 0 to disable.\";}s:17:\"allow_backupcodes\";a:11:{s:3:\"key\";s:17:\"allow_backupcodes\";s:7:\"section\";s:34:\"section_multifactor_authentication\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/dx\";s:9:\"link_blog\";s:19:\"https://shsec.io/dy\";s:9:\"beacon_id\";i:143;s:4:\"name\";s:18:\"Allow Backup Codes\";s:7:\"summary\";s:37:\"Allow Users To Generate A Backup Code\";s:11:\"description\";s:95:\"Allow users to generate a backup code that can be used to login if MFA factors are unavailable.\";}s:27:\"enable_google_authenticator\";a:10:{s:3:\"key\";s:27:\"enable_google_authenticator\";s:7:\"section\";s:14:\"section_2fa_ga\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:22:\"https://shsec.io/shld7\";s:9:\"link_blog\";s:22:\"https://shsec.io/shld6\";s:9:\"beacon_id\";i:245;s:4:\"name\";s:27:\"Enable Google Authenticator\";s:7:\"summary\";s:39:\"Allow Users To Use Google Authenticator\";s:11:\"description\";s:101:\"When enabled, users will have the option to add Google Authenticator to their WordPress user profile.\";}s:27:\"enable_email_authentication\";a:10:{s:3:\"key\";s:27:\"enable_email_authentication\";s:7:\"section\";s:17:\"section_2fa_email\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3t\";s:9:\"link_blog\";s:19:\"https://shsec.io/9q\";s:9:\"beacon_id\";i:247;s:4:\"name\";s:27:\"Enable Email Authentication\";s:7:\"summary\";s:40:\"Two-Factor Login Authentication By Email\";s:11:\"description\";s:90:\"All users will be required to verify their login by email-based two-factor authentication.\";}s:26:\"two_factor_auth_user_roles\";a:12:{s:3:\"key\";s:26:\"two_factor_auth_user_roles\";s:7:\"section\";s:17:\"section_2fa_email\";s:8:\"advanced\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:4:{i:0;s:11:\"contributor\";i:1;s:6:\"author\";i:2;s:6:\"editor\";i:3;s:13:\"administrator\";}s:13:\"value_options\";a:10:{i:0;a:2:{s:9:\"value_key\";s:10:\"subscriber\";s:4:\"text\";s:11:\"Subscribers\";}i:1;a:2:{s:9:\"value_key\";s:11:\"contributor\";s:4:\"text\";s:12:\"Contributors\";}i:2;a:2:{s:9:\"value_key\";s:6:\"author\";s:4:\"text\";s:7:\"Authors\";}i:3;a:2:{s:9:\"value_key\";s:6:\"editor\";s:4:\"text\";s:7:\"Editors\";}i:4;a:2:{s:9:\"value_key\";s:13:\"administrator\";s:4:\"text\";s:14:\"Administrators\";}i:5;a:2:{s:9:\"value_key\";s:8:\"customer\";s:4:\"text\";s:14:\"[Woo] Customer\";}i:6;a:2:{s:9:\"value_key\";s:12:\"shop_manager\";s:4:\"text\";s:22:\"[Woo/EDD] Shop Manager\";}i:7;a:2:{s:9:\"value_key\";s:15:\"shop_accountant\";s:4:\"text\";s:21:\"[EDD] Shop Accountant\";}i:8;a:2:{s:9:\"value_key\";s:11:\"shop_worker\";s:4:\"text\";s:17:\"[EDD] Shop Worker\";}i:9;a:2:{s:9:\"value_key\";s:14:\"edd_subscriber\";s:4:\"text\";s:14:\"[EDD] Customer\";}}s:9:\"link_info\";s:19:\"https://shsec.io/4v\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:243;s:4:\"name\";s:30:\"Enforce - Email Authentication\";s:7:\"summary\";s:46:\"All User Roles Subject To Email Authentication\";s:11:\"description\";s:130:\"Enforces email-based authentication on all users with the selected roles. Note: This setting only applies to email authentication.\";}s:18:\"email_any_user_set\";a:11:{s:3:\"key\";s:18:\"email_any_user_set\";s:7:\"section\";s:17:\"section_2fa_email\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/gj\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:142;s:4:\"name\";s:14:\"Allow Any User\";s:7:\"summary\";s:60:\"Allow Any User To Turn-On Two-Factor Authentication By Email\";s:11:\"description\";s:61:\"Allow Any User To Turn-On Two-Factor Authentication By Email.\";}s:20:\"enable_antibot_check\";a:10:{s:3:\"key\";s:20:\"enable_antibot_check\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/k0\";s:9:\"link_blog\";s:19:\"https://shsec.io/jo\";s:9:\"beacon_id\";i:426;s:4:\"name\";s:7:\"AntiBot\";s:7:\"summary\";s:41:\"Use Experimental AntiBot Detection Engine\";s:11:\"description\";s:76:\"Use Shield\'s AntiBot Detection Engine In-Place of GASP/CAPTCHA Bot checking.\";}s:24:\"bot_protection_locations\";a:11:{s:3:\"key\";s:24:\"bot_protection_locations\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:1:{i:0;s:5:\"login\";}s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:5:\"login\";s:4:\"text\";s:5:\"Login\";}i:1;a:2:{s:9:\"value_key\";s:8:\"register\";s:4:\"text\";s:8:\"Register\";}i:2;a:2:{s:9:\"value_key\";s:8:\"password\";s:4:\"text\";s:13:\"Lost Password\";}i:3;a:2:{s:9:\"value_key\";s:12:\"checkout_woo\";s:4:\"text\";s:22:\"Checkout (WooCommerce)\";}}s:9:\"link_info\";s:19:\"https://shsec.io/dv\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:314;s:4:\"name\";s:20:\"Protection Locations\";s:7:\"summary\";s:38:\"How Google reCAPTCHA Will Be Displayed\";s:11:\"description\";s:64:\"Choose for which forms bot protection measures will be deployed.\";}s:20:\"login_limit_interval\";a:11:{s:3:\"key\";s:20:\"login_limit_interval\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:7:\"default\";s:1:\"5\";s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/3q\";s:9:\"link_blog\";s:19:\"https://shsec.io/9o\";s:9:\"beacon_id\";i:242;s:4:\"name\";s:23:\"Login Cooldown Interval\";s:7:\"summary\";s:39:\"Limit login attempts to every X seconds\";s:11:\"description\";s:109:\"WordPress will process only ONE login attempt for every number of seconds specified. Zero (0) turns this off.\";}s:23:\"enable_login_gasp_check\";a:10:{s:3:\"key\";s:23:\"enable_login_gasp_check\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3r\";s:9:\"link_blog\";s:19:\"https://shsec.io/9n\";s:9:\"beacon_id\";i:313;s:4:\"name\";s:14:\"Bot Protection\";s:7:\"summary\";s:54:\"Protect WP Login From Automated Login Attempts By Bots\";s:11:\"description\";s:138:\"Adds a dynamically (Javascript) generated checkbox to the login form that prevents bots using automated login techniques. Recommended: ON.\";}s:29:\"enable_google_recaptcha_login\";a:11:{s:3:\"key\";s:29:\"enable_google_recaptcha_login\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:7:\"default\";s:4:\"text\";s:13:\"Default Style\";}i:2;a:2:{s:9:\"value_key\";s:5:\"light\";s:4:\"text\";s:11:\"Light Theme\";}i:3;a:2:{s:9:\"value_key\";s:4:\"dark\";s:4:\"text\";s:10:\"Dark Theme\";}i:4;a:2:{s:9:\"value_key\";s:9:\"invisible\";s:4:\"text\";s:9:\"Invisible\";}}s:9:\"link_info\";s:19:\"https://shsec.io/9m\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:269;s:4:\"name\";s:7:\"CAPTCHA\";s:7:\"summary\";s:14:\"Enable CAPTCHA\";s:11:\"description\";s:32:\"Use CAPTCHA on the login screen.\";}s:16:\"antibot_form_ids\";a:12:{s:3:\"key\";s:16:\"antibot_form_ids\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}s:9:\"link_info\";s:19:\"https://shsec.io/hg\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:144;s:4:\"name\";s:13:\"AntiBot Forms\";s:7:\"summary\";s:66:\"Enter The IDs Of The 3rd Party Login Forms For Use With AntiBot JS\";s:11:\"description\";s:32:\"For Use With AnitBot JS (above).\";}s:10:\"enable_u2f\";a:10:{s:3:\"key\";s:10:\"enable_u2f\";s:7:\"section\";s:31:\"section_hardware_authentication\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/i9\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:9:\"Allow U2F\";s:7:\"summary\";s:33:\"Allow Registration Of U2F Devices\";s:11:\"description\";s:34:\"Allow Registration Of U2F Devices.\";}s:14:\"enable_yubikey\";a:10:{s:3:\"key\";s:14:\"enable_yubikey\";s:7:\"section\";s:31:\"section_hardware_authentication\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/4f\";s:9:\"link_blog\";s:19:\"https://shsec.io/9t\";s:9:\"beacon_id\";i:358;s:4:\"name\";s:17:\"Allow Yubikey OTP\";s:7:\"summary\";s:49:\"Allow Yubikey Registration For One Time Passwords\";s:11:\"description\";s:99:\"Combined with your Yubikey API Key (below) this will form the basis of your Yubikey Authentication.\";}s:14:\"yubikey_app_id\";a:11:{s:3:\"key\";s:14:\"yubikey_app_id\";s:7:\"section\";s:31:\"section_hardware_authentication\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/4g\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:360;s:4:\"name\";s:14:\"Yubikey App ID\";s:7:\"summary\";s:26:\"Your Unique Yubikey App ID\";s:11:\"description\";s:91:\"Combined with your Yubikey API Key this will form the basis of your Yubikey Authentication.\";}s:15:\"yubikey_api_key\";a:11:{s:3:\"key\";s:15:\"yubikey_api_key\";s:7:\"section\";s:31:\"section_hardware_authentication\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/4g\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:360;s:4:\"name\";s:15:\"Yubikey API Key\";s:7:\"summary\";s:31:\"Your Unique Yubikey App API Key\";s:11:\"description\";s:90:\"Combined with your Yubikey App ID this will form the basis of your Yubikey Authentication.\";}s:13:\"text_imahuman\";a:11:{s:3:\"key\";s:13:\"text_imahuman\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dz\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:18:\"GASP Checkbox Text\";s:7:\"summary\";s:47:\"The Message Displayed Next To The GASP Checkbox\";s:11:\"description\";s:99:\"You can change the text displayed to the user beside the checkbox if you need a customized message.\";}s:19:\"text_pleasecheckbox\";a:11:{s:3:\"key\";s:19:\"text_pleasecheckbox\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dz\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"GASP Alert Text\";s:7:\"summary\";s:55:\"The Message Displayed If The User Doesn\'t Check The Box\";s:11:\"description\";s:95:\"You can change the text displayed to the user in the alert message if they don\'t check the box.\";}s:26:\"email_can_send_verified_at\";a:6:{s:3:\"key\";s:26:\"email_can_send_verified_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;s:3:\"min\";i:0;}s:8:\"gasp_key\";a:6:{s:3:\"key\";s:8:\"gasp_key\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}s:21:\"use_login_intent_page\";a:5:{s:3:\"key\";s:21:\"use_login_intent_page\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"boolean\";s:5:\"value\";b:1;}}s:11:\"definitions\";a:2:{s:20:\"login_intent_timeout\";i:5;s:6:\"events\";a:8:{s:18:\"2fa_verify_success\";a:2:{s:12:\"audit_params\";a:2:{i:0;s:10:\"user_login\";i:1;s:6:\"method\";}s:5:\"level\";s:6:\"notice\";}s:15:\"2fa_verify_fail\";a:3:{s:12:\"audit_params\";a:2:{i:0;s:10:\"user_login\";i:1;s:6:\"method\";}s:5:\"level\";s:7:\"warning\";s:7:\"offense\";b:1;}s:13:\"cooldown_fail\";a:1:{s:5:\"level\";s:7:\"warning\";}s:13:\"honeypot_fail\";a:2:{s:12:\"audit_params\";a:2:{i:0;s:10:\"user_login\";i:1;s:6:\"action\";}s:5:\"level\";s:7:\"warning\";}s:11:\"botbox_fail\";a:2:{s:12:\"audit_params\";a:2:{i:0;s:10:\"user_login\";i:1;s:6:\"action\";}s:5:\"level\";s:7:\"warning\";}s:11:\"login_block\";a:3:{s:5:\"level\";s:7:\"warning\";s:6:\"recent\";b:1;s:7:\"offense\";b:1;}s:14:\"hide_login_url\";a:1:{s:5:\"level\";s:6:\"notice\";}s:11:\"2fa_success\";a:2:{s:5:\"level\";s:4:\"info\";s:6:\"recent\";b:1;}}}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510348,'_site_transient_timeout_shield_mod_config_user_management','1632920474','no'),(510349,'_site_transient_shield_mod_config_user_management','a:6:{s:4:\"slug\";s:15:\"user_management\";s:10:\"properties\";a:14:{s:4:\"slug\";s:15:\"user_management\";s:4:\"name\";s:15:\"User Management\";s:12:\"sidebar_name\";s:5:\"Users\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:15:\"user_management\";s:7:\"tagline\";s:61:\"Control user sessions, duration, timeouts and account sharing\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:40;}s:8:\"sections\";a:7:{i:0;a:6:{s:4:\"slug\";s:31:\"section_user_session_management\";s:7:\"primary\";b:1;s:5:\"title\";s:23:\"User Session Management\";s:11:\"title_short\";s:15:\"Session Options\";s:9:\"beacon_id\";i:397;s:7:\"summary\";a:2:{i:0;s:119:\"Purpose - Allows you to better control user sessions on your site and expire idle sessions and prevent account sharing.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:1;a:5:{s:4:\"slug\";s:16:\"section_user_reg\";s:5:\"title\";s:17:\"User Registration\";s:11:\"title_short\";s:17:\"User Registration\";s:9:\"beacon_id\";i:145;s:7:\"summary\";a:2:{i:0;s:53:\"Purpose - Control user registration and prevent SPAM.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:2;a:6:{s:4:\"slug\";s:17:\"section_passwords\";s:4:\"reqs\";a:1:{s:6:\"wp_min\";s:3:\"4.4\";}s:5:\"title\";s:17:\"Password Policies\";s:11:\"title_short\";s:17:\"Password Policies\";s:9:\"beacon_id\";i:256;s:7:\"summary\";a:2:{i:0;s:69:\"Purpose - Have full control over passwords used by users on the site.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:3;a:5:{s:4:\"slug\";s:15:\"section_suspend\";s:5:\"title\";s:36:\"Automatic And Manual User Suspension\";s:11:\"title_short\";s:15:\"User Suspension\";s:9:\"beacon_id\";i:273;s:7:\"summary\";a:2:{i:0;s:75:\"Purpose - Automatically suspend accounts to prevent login by certain users.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:4;a:5:{s:4:\"slug\";s:32:\"section_admin_login_notification\";s:5:\"title\";s:24:\"Admin Login Notification\";s:11:\"title_short\";s:13:\"Notifications\";s:9:\"beacon_id\";i:147;s:7:\"summary\";a:2:{i:0;s:125:\"Purpose - So you can be made aware of when a WordPress administrator has logged into your site when you are not expecting it.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:5;a:5:{s:4:\"slug\";s:54:\"section_enable_plugin_feature_user_accounts_management\";s:5:\"title\";s:30:\"Enable Module: User Management\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:273;s:7:\"summary\";a:2:{i:0;s:148:\"Purpose - User Management offers real user sessions, finer control over user session time-out, and ensures users have logged-in in a correct manner.\";i:1;s:60:\"Recommendation - Keep the User Management feature turned on.\";}}i:6;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:21:{s:22:\"enable_user_management\";a:11:{s:3:\"key\";s:22:\"enable_user_management\";s:7:\"section\";s:54:\"section_enable_plugin_feature_user_accounts_management\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/e3\";s:9:\"link_blog\";s:19:\"https://shsec.io/hi\";s:9:\"beacon_id\";i:273;s:4:\"name\";s:22:\"Enable User Management\";s:7:\"summary\";s:46:\"Enable (or Disable) The User Management module\";s:11:\"description\";s:74:\"Un-Checking this option will completely disable the User Management module\";}s:36:\"enable_user_login_email_notification\";a:12:{s:3:\"key\";s:36:\"enable_user_login_email_notification\";s:7:\"section\";s:32:\"section_admin_login_notification\";s:7:\"premium\";b:1;s:9:\"sensitive\";b:0;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/e2\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:147;s:4:\"name\";s:29:\"User Login Notification Email\";s:7:\"summary\";s:58:\"Send Email Notification To Each User Upon Successful Login\";s:11:\"description\";s:85:\"A notification is sent to each user when a successful login occurs for their account.\";}s:37:\"enable_admin_login_email_notification\";a:10:{s:3:\"key\";s:37:\"enable_admin_login_email_notification\";s:7:\"section\";s:32:\"section_admin_login_notification\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:30:\"Admin Login Notification Email\";s:7:\"summary\";s:53:\"Send An Notification Email When Administrator Logs In\";s:11:\"description\";s:168:\"If you would like to be notified every time an administrator user logs into this WordPress site, enter a notification email address. No email address - No Notification.\";}s:24:\"session_timeout_interval\";a:10:{s:3:\"key\";s:24:\"session_timeout_interval\";s:7:\"section\";s:31:\"section_user_session_management\";s:7:\"default\";i:2;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Session Timeout\";s:7:\"summary\";s:65:\"Specify How Many Days After Login To Automatically Force Re-Login\";s:11:\"description\";s:75:\"WordPress default is 2 days, or 14 days if you check the \'Remember Me\' box.\";}s:29:\"session_idle_timeout_interval\";a:11:{s:3:\"key\";s:29:\"session_idle_timeout_interval\";s:7:\"section\";s:31:\"section_user_session_management\";s:7:\"default\";i:48;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:75:\"https://support.getshieldsecurity.com/support/solutions/articles/3000070590\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:397;s:4:\"name\";s:12:\"Idle Timeout\";s:7:\"summary\";s:68:\"Specify How Many Hours After Inactivity To Automatically Logout User\";s:11:\"description\";s:157:\"If the user is inactive for the number of hours specified, they will be forcefully logged out next time they return. Set this to \'0\' to turn off this option.\";}s:21:\"session_lock_location\";a:10:{s:3:\"key\";s:21:\"session_lock_location\";s:7:\"section\";s:31:\"section_user_session_management\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Lock To Location\";s:7:\"summary\";s:34:\"Locks A User Session To IP address\";s:11:\"description\";s:211:\"When selected, a session is restricted to the same IP address as when the user logged in. If a logged-in user\'s IP address changes, the session will be invalidated and they\'ll be forced to re-login to WordPress.\";}s:33:\"session_username_concurrent_limit\";a:10:{s:3:\"key\";s:33:\"session_username_concurrent_limit\";s:7:\"section\";s:31:\"section_user_session_management\";s:7:\"default\";i:0;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:25:\"Max Simultaneous Sessions\";s:7:\"summary\";s:49:\"Limit Simultaneous Sessions For The Same Username\";s:11:\"description\";s:137:\"The number provided here is the maximum number of simultaneous, distinct, sessions allowed for any given username. Use \'0\' for no limits.\";}s:18:\"reg_email_validate\";a:11:{s:3:\"key\";s:18:\"reg_email_validate\";s:7:\"section\";s:16:\"section_user_reg\";s:7:\"premium\";b:1;s:4:\"type\";s:6:\"select\";s:7:\"default\";s:3:\"log\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:8:\"Log Only\";}i:2;a:2:{s:9:\"value_key\";s:7:\"offense\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:24:\"Immediate Block and Kill\";}}s:9:\"link_info\";s:19:\"https://shsec.io/gk\";s:9:\"link_blog\";s:19:\"https://shsec.io/hh\";s:4:\"name\";s:24:\"Validate Email Addresses\";s:7:\"summary\";s:55:\"Validate Email Addresses When User Attempts To Register\";s:11:\"description\";s:56:\"Validate Email Addresses When User Attempts To Register.\";}s:12:\"email_checks\";a:10:{s:3:\"key\";s:12:\"email_checks\";s:7:\"section\";s:16:\"section_user_reg\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:2:{i:0;s:6:\"syntax\";i:1;s:6:\"domain\";}s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:6:\"syntax\";s:4:\"text\";s:20:\"Email Address Syntax\";}i:1;a:2:{s:9:\"value_key\";s:17:\"domain_registered\";s:4:\"text\";s:20:\"Domain Is Registered\";}i:2;a:2:{s:9:\"value_key\";s:15:\"domain_resolves\";s:4:\"text\";s:20:\"Domain Resolve To IP\";}i:3;a:2:{s:9:\"value_key\";s:2:\"mx\";s:4:\"text\";s:9:\"Domain MX\";}i:4;a:2:{s:9:\"value_key\";s:13:\"nondisposable\";s:4:\"text\";s:24:\"Disposable Email Service\";}}s:9:\"link_info\";s:19:\"https://shsec.io/gk\";s:9:\"link_blog\";s:19:\"https://shsec.io/hh\";s:4:\"name\";s:12:\"Email Checks\";s:7:\"summary\";s:48:\"The Email Address Properties That Will Be Tested\";s:11:\"description\";s:14:\"Select which .\";}s:24:\"enable_password_policies\";a:10:{s:3:\"key\";s:24:\"enable_password_policies\";s:7:\"section\";s:17:\"section_passwords\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"N\";s:9:\"link_info\";s:19:\"https://shsec.io/e1\";s:9:\"link_blog\";s:19:\"https://shsec.io/c4\";s:9:\"beacon_id\";i:146;s:4:\"name\";s:24:\"Enable Password Policies\";s:7:\"summary\";s:34:\"Enable The Password Policies Below\";s:11:\"description\";s:34:\"Turn on/off all password policies.\";}s:18:\"pass_prevent_pwned\";a:9:{s:3:\"key\";s:18:\"pass_prevent_pwned\";s:7:\"section\";s:17:\"section_passwords\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:19:\"https://shsec.io/by\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:23:\"Prevent Pwned Passwords\";s:7:\"summary\";s:30:\"Prevent Use Of Pwned Passwords\";s:11:\"description\";s:94:\"Prevents users from using any passwords found on the public available list of pwned passwords.\";}s:15:\"pass_min_length\";a:10:{s:3:\"key\";s:15:\"pass_min_length\";s:7:\"section\";s:17:\"section_passwords\";s:7:\"premium\";b:1;s:4:\"type\";s:7:\"integer\";s:7:\"default\";s:2:\"12\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Minimum Length\";s:7:\"summary\";s:23:\"Minimum Password Length\";s:11:\"description\";s:79:\"All passwords that a user sets must be at least this many characters in length.\";}s:17:\"pass_min_strength\";a:11:{s:3:\"key\";s:17:\"pass_min_strength\";s:7:\"section\";s:17:\"section_passwords\";s:7:\"premium\";b:1;s:4:\"type\";s:6:\"select\";s:7:\"default\";s:1:\"4\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:1:\"0\";s:4:\"text\";s:9:\"Very Weak\";}i:1;a:2:{s:9:\"value_key\";s:1:\"1\";s:4:\"text\";s:4:\"Weak\";}i:2;a:2:{s:9:\"value_key\";s:1:\"2\";s:4:\"text\";s:6:\"Medium\";}i:3;a:2:{s:9:\"value_key\";s:1:\"3\";s:4:\"text\";s:6:\"Strong\";}i:4;a:2:{s:9:\"value_key\";s:1:\"4\";s:4:\"text\";s:11:\"Very Strong\";}}s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Minimum Strength\";s:7:\"summary\";s:25:\"Minimum Password Strength\";s:11:\"description\";s:63:\"All passwords that a user sets must meet this minimum strength.\";}s:19:\"pass_force_existing\";a:10:{s:3:\"key\";s:19:\"pass_force_existing\";s:7:\"section\";s:17:\"section_passwords\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"N\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:23:\"Apply To Existing Users\";s:7:\"summary\";s:61:\"Apply Password Policies To Existing Users and Their Passwords\";s:11:\"description\";s:104:\"Forces existing users to update their passwords if they don\'t meet requirements, after they next login .\";}s:11:\"pass_expire\";a:11:{s:3:\"key\";s:11:\"pass_expire\";s:7:\"section\";s:17:\"section_passwords\";s:7:\"premium\";b:1;s:4:\"type\";s:7:\"integer\";s:7:\"default\";s:2:\"60\";s:3:\"min\";i:0;s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:19:\"Password Expiration\";s:7:\"summary\";s:37:\"Passwords Expire After This Many Days\";s:11:\"description\";s:81:\"Users will be forced to reset their passwords after the number of days specified.\";}s:14:\"manual_suspend\";a:11:{s:3:\"key\";s:14:\"manual_suspend\";s:7:\"section\";s:15:\"section_suspend\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"N\";s:9:\"link_info\";s:19:\"https://shsec.io/fq\";s:9:\"link_blog\";s:19:\"https://shsec.io/fr\";s:9:\"beacon_id\";i:399;s:4:\"name\";s:28:\"Allow Manual User Suspension\";s:7:\"summary\";s:47:\"Manually Suspend User Accounts To Prevent Login\";s:11:\"description\";s:58:\"Users may be suspended by administrators to prevent login.\";}s:13:\"auto_password\";a:11:{s:3:\"key\";s:13:\"auto_password\";s:7:\"section\";s:15:\"section_suspend\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:19:\"https://shsec.io/fs\";s:9:\"link_blog\";s:19:\"https://shsec.io/fr\";s:9:\"beacon_id\";i:400;s:4:\"name\";s:30:\"Auto-Suspend Expired Passwords\";s:7:\"summary\";s:50:\"Automatically Suspend Users With Expired Passwords\";s:11:\"description\";s:63:\"Suspend login by users and require password reset to unsuspend.\";}s:14:\"auto_idle_days\";a:12:{s:3:\"key\";s:14:\"auto_idle_days\";s:7:\"section\";s:15:\"section_suspend\";s:7:\"premium\";b:1;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;s:3:\"min\";i:0;s:9:\"link_info\";s:19:\"https://shsec.io/ft\";s:9:\"link_blog\";s:19:\"https://shsec.io/fr\";s:9:\"beacon_id\";i:400;s:4:\"name\";s:23:\"Auto-Suspend Idle Users\";s:7:\"summary\";s:40:\"Automatically Suspend Idle User Accounts\";s:11:\"description\";s:68:\"Prevent login by idle users and require password reset to unsuspend.\";}s:15:\"auto_idle_roles\";a:11:{s:3:\"key\";s:15:\"auto_idle_roles\";s:7:\"section\";s:15:\"section_suspend\";s:7:\"premium\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:3:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";}s:9:\"link_info\";s:19:\"https://shsec.io/ft\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:400;s:4:\"name\";s:23:\"Auto-Suspend Idle Users\";s:7:\"summary\";s:40:\"Automatically Suspend Idle User Accounts\";s:11:\"description\";s:68:\"Prevent login by idle users and require password reset to unsuspend.\";}s:27:\"autoadd_sessions_started_at\";a:5:{s:3:\"key\";s:27:\"autoadd_sessions_started_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}s:22:\"hard_suspended_userids\";a:5:{s:3:\"key\";s:22:\"hard_suspended_userids\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:3:{s:29:\"pwned_api_url_password_single\";s:45:\"https://api.pwnedpasswords.com/pwnedpassword/\";s:28:\"pwned_api_url_password_range\";s:37:\"https://api.pwnedpasswords.com/range/\";s:6:\"events\";a:10:{s:16:\"session_notfound\";a:1:{s:12:\"audit_params\";a:1:{i:0;s:10:\"user_login\";}}s:15:\"session_expired\";a:1:{s:12:\"audit_params\";a:1:{i:0;s:10:\"user_login\";}}s:12:\"session_idle\";a:1:{s:12:\"audit_params\";a:1:{i:0;s:10:\"user_login\";}}s:14:\"session_iplock\";a:1:{s:12:\"audit_params\";a:1:{i:0;s:10:\"user_login\";}}s:16:\"password_expired\";a:2:{s:12:\"audit_params\";a:1:{i:0;s:10:\"user_login\";}s:5:\"level\";s:6:\"notice\";}s:28:\"password_policy_force_change\";a:2:{s:12:\"audit_params\";a:1:{i:0;s:10:\"user_login\";}s:5:\"level\";s:6:\"notice\";}s:21:\"password_policy_block\";a:1:{s:5:\"level\";s:6:\"notice\";}s:19:\"user_hard_suspended\";a:2:{s:12:\"audit_params\";a:2:{i:0;s:10:\"user_login\";i:1;s:5:\"admin\";}s:5:\"level\";s:7:\"warning\";}s:21:\"user_hard_unsuspended\";a:2:{s:12:\"audit_params\";a:2:{i:0;s:10:\"user_login\";i:1;s:5:\"admin\";}s:5:\"level\";s:7:\"warning\";}s:17:\"reg_email_invalid\";a:3:{s:12:\"audit_params\";a:2:{i:0;s:5:\"email\";i:1;s:6:\"reason\";}s:5:\"level\";s:7:\"warning\";s:7:\"offense\";b:1;}}}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510350,'_site_transient_timeout_shield_mod_config_comments_filter','1632920474','no'),(510351,'_site_transient_shield_mod_config_comments_filter','a:7:{s:4:\"slug\";s:15:\"comments_filter\";s:10:\"properties\";a:14:{s:4:\"slug\";s:15:\"comments_filter\";s:4:\"name\";s:13:\"Comments SPAM\";s:12:\"sidebar_name\";s:4:\"SPAM\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:14:\"commentsfilter\";s:7:\"tagline\";s:42:\"Block comment SPAM and retain your privacy\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:50;}s:13:\"admin_notices\";a:1:{s:15:\"akismet-running\";a:4:{s:2:\"id\";s:15:\"akismet-running\";s:12:\"plugin_admin\";s:3:\"yes\";s:16:\"plugin_page_only\";b:1;s:4:\"type\";s:7:\"warning\";}}s:8:\"sections\";a:6:{i:0;a:6:{s:7:\"primary\";b:1;s:4:\"slug\";s:42:\"section_bot_comment_spam_protection_filter\";s:5:\"title\";s:44:\"Automatic Bot Comment SPAM Protection Filter\";s:11:\"title_short\";s:8:\"Bot SPAM\";s:9:\"beacon_id\";i:260;s:7:\"summary\";a:2:{i:0;s:66:\"Purpose - Blocks 100% of all automated bot-generated comment SPAM.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:1;a:5:{s:4:\"slug\";s:25:\"section_human_spam_filter\";s:5:\"title\";s:36:\"Human Comment SPAM Protection Filter\";s:11:\"title_short\";s:10:\"Human SPAM\";s:9:\"beacon_id\";i:262;s:7:\"summary\";a:2:{i:0;s:78:\"Purpose - Uses a 3rd party SPAM dictionary to detect human-based comment SPAM.\";i:1;s:176:\"Recommendation - Use of this feature is highly recommend.This tool, unlike other SPAM tools such as Akismet, will not send your comment data to 3rd party services for analysis.\";}}i:2;a:5:{s:4:\"slug\";s:31:\"section_bot_comment_spam_common\";s:5:\"title\";s:37:\"Common Settings For All SPAM Scanning\";s:11:\"title_short\";s:15:\"Common Settings\";s:9:\"beacon_id\";i:152;s:7:\"summary\";a:1:{i:0;s:59:\"Purpose - Settings that apply to all comment SPAM scanning.\";}}i:3;a:5:{s:4:\"slug\";s:21:\"section_user_messages\";s:5:\"title\";s:32:\"Customize Messages Shown To User\";s:11:\"title_short\";s:16:\"Visitor Messages\";s:9:\"beacon_id\";i:403;s:7:\"summary\";a:3:{i:0;s:51:\"Purpose - Customize the messages shown to visitors.\";i:1;s:70:\"Recommendation - Be sure to change the messages to suit your audience.\";i:2;s:75:\"Hint - To reset any message to its default, enter the text exactly: default\";}}i:4;a:5:{s:4:\"slug\";s:61:\"section_enable_plugin_feature_spam_comments_protection_filter\";s:5:\"title\";s:39:\"Enable Module: Comments SPAM Protection\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:257;s:7:\"summary\";a:2:{i:0;s:126:\"Purpose - The Comments Filter can block 100% of automated spam bots and also offer the option to analyse human-generated spam.\";i:1;s:60:\"Recommendation - Keep the Comments Filter feature turned on.\";}}i:5;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:15:{s:22:\"enable_comments_filter\";a:11:{s:3:\"key\";s:22:\"enable_comments_filter\";s:7:\"section\";s:61:\"section_enable_plugin_feature_spam_comments_protection_filter\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3z\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf04\";s:9:\"beacon_id\";i:257;s:4:\"name\";s:22:\"Enable SPAM Protection\";s:7:\"summary\";s:55:\"Enable (or Disable) The Comments SPAM Protection module\";s:11:\"description\";s:83:\"Un-Checking this option will completely disable the Comments SPAM Protection module\";}s:25:\"trusted_commenter_minimum\";a:11:{s:3:\"key\";s:25:\"trusted_commenter_minimum\";s:7:\"section\";s:31:\"section_bot_comment_spam_common\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/fu\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:152;s:4:\"name\";s:25:\"Trusted Commenter Minimum\";s:7:\"summary\";s:63:\"Minimum Number Of Approved Comments Before Commenter Is Trusted\";s:11:\"description\";s:117:\"Specify how many approved comments must exist before a commenter is trusted and their comments are no longer scanned.\";}s:18:\"trusted_user_roles\";a:11:{s:3:\"key\";s:18:\"trusted_user_roles\";s:7:\"section\";s:31:\"section_bot_comment_spam_common\";s:7:\"premium\";b:1;s:7:\"default\";a:5:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/fu\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:152;s:4:\"name\";s:13:\"Trusted Users\";s:7:\"summary\";s:54:\"Don\'t Scan Comments For Users With The Following Roles\";s:11:\"description\";s:124:\"Shield doesn\'t normally scan comments from logged-in or registered users. Specify user roles here that shouldn\'t be scanned.\";}s:20:\"enable_antibot_check\";a:10:{s:3:\"key\";s:20:\"enable_antibot_check\";s:7:\"section\";s:42:\"section_bot_comment_spam_protection_filter\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/k1\";s:9:\"link_blog\";s:19:\"https://shsec.io/jo\";s:9:\"beacon_id\";i:427;s:4:\"name\";s:24:\"AntiBot Detection Engine\";s:7:\"summary\";s:41:\"Use Experimental AntiBot Detection Engine\";s:11:\"description\";s:68:\"Use Shield\'s AntiBot Detection Engine In-Place of GASP Bot checking.\";}s:32:\"comments_default_action_spam_bot\";a:11:{s:3:\"key\";s:32:\"comments_default_action_spam_bot\";s:7:\"section\";s:42:\"section_bot_comment_spam_protection_filter\";s:7:\"default\";s:4:\"spam\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:1:\"0\";s:4:\"text\";s:26:\"Move To Pending Moderation\";}i:1;a:2:{s:9:\"value_key\";s:4:\"spam\";s:4:\"text\";s:12:\"Move To SPAM\";}i:2;a:2:{s:9:\"value_key\";s:5:\"trash\";s:4:\"text\";s:13:\"Move To Trash\";}i:3;a:2:{s:9:\"value_key\";s:6:\"reject\";s:4:\"text\";s:18:\"Block And Redirect\";}}s:9:\"link_info\";s:19:\"https://shsec.io/6j\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:260;s:4:\"name\";s:11:\"SPAM Action\";s:7:\"summary\";s:53:\"How To Categorise Comments When Identified To Be SPAM\";s:11:\"description\";s:118:\"When a comment is detected as being SPAM from an automatic bot, the comment will be categorised based on this setting.\";}s:31:\"google_recaptcha_style_comments\";a:11:{s:3:\"key\";s:31:\"google_recaptcha_style_comments\";s:7:\"section\";s:42:\"section_bot_comment_spam_protection_filter\";s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:7:\"default\";s:4:\"text\";s:13:\"Default Style\";}i:2;a:2:{s:9:\"value_key\";s:5:\"light\";s:4:\"text\";s:11:\"Light Theme\";}i:3;a:2:{s:9:\"value_key\";s:4:\"dark\";s:4:\"text\";s:10:\"Dark Theme\";}i:4;a:2:{s:9:\"value_key\";s:9:\"invisible\";s:4:\"text\";s:9:\"Invisible\";}}s:9:\"link_info\";s:19:\"https://shsec.io/e4\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:269;s:4:\"name\";s:7:\"CAPTCHA\";s:7:\"summary\";s:47:\"Enable CAPTCHA To Protect Against SPAM Comments\";s:11:\"description\";s:107:\"You can choose the CAPTCHA display format that best suits your site, including the newer Invisible CAPTCHA.\";}s:31:\"enable_comments_gasp_protection\";a:10:{s:3:\"key\";s:31:\"enable_comments_gasp_protection\";s:7:\"section\";s:42:\"section_bot_comment_spam_protection_filter\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3n\";s:9:\"link_blog\";s:19:\"https://shsec.io/2n\";s:9:\"beacon_id\";i:401;s:4:\"name\";s:15:\"GASP Protection\";s:7:\"summary\";s:22:\"Block Bot Comment SPAM\";s:11:\"description\";s:121:\"Taking the lead from the original GASP plugin for WordPress, we have extended it to include advanced spam-bot protection.\";}s:33:\"enable_comments_human_spam_filter\";a:10:{s:3:\"key\";s:33:\"enable_comments_human_spam_filter\";s:7:\"section\";s:25:\"section_human_spam_filter\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/57\";s:9:\"link_blog\";s:19:\"https://shsec.io/9w\";s:9:\"beacon_id\";i:262;s:4:\"name\";s:17:\"Human SPAM Filter\";s:7:\"summary\";s:48:\"Enable (or Disable) The Human SPAM Filter module\";s:11:\"description\";s:145:\"Scans the content of WordPress comments for keywords that are indicative of SPAM and marks the comment according to your preferred setting below.\";}s:34:\"comments_default_action_human_spam\";a:8:{s:3:\"key\";s:34:\"comments_default_action_human_spam\";s:7:\"section\";s:25:\"section_human_spam_filter\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:1:\"0\";s:4:\"text\";s:26:\"Move To Pending Moderation\";}i:1;a:2:{s:9:\"value_key\";s:4:\"spam\";s:4:\"text\";s:12:\"Move To SPAM\";}i:2;a:2:{s:9:\"value_key\";s:5:\"trash\";s:4:\"text\";s:13:\"Move To Trash\";}i:3;a:2:{s:9:\"value_key\";s:6:\"reject\";s:4:\"text\";s:18:\"Block And Redirect\";}}s:4:\"name\";s:11:\"SPAM Action\";s:7:\"summary\";s:54:\"How To Categorise Comments When Identified To Be SPAM\'\";s:11:\"description\";s:119:\"When a comment is detected as being SPAM from a human commenter, the comment will be categorised based on this setting.\";}s:23:\"custom_message_checkbox\";a:11:{s:3:\"key\";s:23:\"custom_message_checkbox\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/3p\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:403;s:4:\"name\";s:23:\"Custom Checkbox Message\";s:7:\"summary\";s:63:\"If you want a custom checkbox message, please provide this here\";s:11:\"description\";s:50:\"You can customise the message beside the checkbox.\";}s:20:\"custom_message_alert\";a:11:{s:3:\"key\";s:20:\"custom_message_alert\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/3p\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:403;s:4:\"name\";s:20:\"Custom Alert Message\";s:7:\"summary\";s:60:\"If you want a custom alert message, please provide this here\";s:11:\"description\";s:101:\"This alert message is displayed when a visitor attempts to submit a comment without checking the box.\";}s:27:\"custom_message_comment_wait\";a:11:{s:3:\"key\";s:27:\"custom_message_comment_wait\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/3p\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:403;s:4:\"name\";s:19:\"Custom Wait Message\";s:7:\"summary\";s:74:\"If you want a custom submit-button wait message, please provide this here.\";s:11:\"description\";s:111:\"Where you see the \'%s\' this will be the number of seconds. You must ensure you include 1, and only 1, of these.\";}s:29:\"custom_message_comment_reload\";a:11:{s:3:\"key\";s:29:\"custom_message_comment_reload\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/3p\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:403;s:4:\"name\";s:21:\"Custom Reload Message\";s:7:\"summary\";s:90:\"If you want a custom message when the comment token has expired, please provide this here.\";s:11:\"description\";s:81:\"This message is displayed on the submit-button when the comment token is expired.\";}s:17:\"comments_cooldown\";a:5:{s:3:\"key\";s:17:\"comments_cooldown\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"default\";i:10;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";}s:16:\"human_spam_items\";a:4:{s:3:\"key\";s:16:\"human_spam_items\";s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:5:\"array\";s:7:\"default\";a:6:{i:0;s:11:\"author_name\";i:1;s:12:\"author_email\";i:2;s:15:\"comment_content\";i:3;s:3:\"url\";i:4;s:10:\"ip_address\";i:5;s:10:\"user_agent\";}}}s:11:\"definitions\";a:3:{s:15:\"comments_expire\";i:1800;s:24:\"url_spam_blacklist_terms\";s:89:\"https://raw.githubusercontent.com/splorp/wordpress-comment-blacklist/master/blacklist.txt\";s:6:\"events\";a:5:{s:18:\"comment_spam_block\";a:3:{s:5:\"level\";s:6:\"notice\";s:4:\"stat\";b:0;s:7:\"offense\";b:1;}s:18:\"spam_block_antibot\";a:0:{}s:14:\"spam_block_bot\";a:0:{}s:20:\"spam_block_recaptcha\";a:0:{}s:16:\"spam_block_human\";a:1:{s:12:\"audit_params\";a:2:{i:0;s:4:\"word\";i:1;s:3:\"key\";}}}}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510352,'_site_transient_timeout_shield_mod_config_events','1632920474','no'),(510353,'_site_transient_shield_mod_config_events','a:6:{s:10:\"properties\";a:12:{s:4:\"slug\";s:6:\"events\";s:4:\"name\";s:6:\"Events\";s:21:\"show_module_menu_item\";b:0;s:11:\"storage_key\";s:6:\"events\";s:7:\"tagline\";s:37:\"Collection of plugin events and stats\";s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:1;s:16:\"tracking_exclude\";b:1;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:0;}s:8:\"sections\";a:2:{i:0;a:5:{s:4:\"slug\";s:36:\"section_enable_plugin_feature_events\";s:7:\"primary\";b:1;s:5:\"title\";s:21:\"Enable Module: Events\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:70:\"Purpose - Helps you see at a glance how effective the plugin has been.\";i:1;s:51:\"Recommendation - Keep the Events feature turned on.\";}}i:1;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:1:{s:13:\"enable_events\";a:9:{s:3:\"key\";s:13:\"enable_events\";s:7:\"section\";s:36:\"section_enable_plugin_feature_events\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:13:\"Enable Events\";s:7:\"summary\";s:37:\"Enable (or Disable) The Events module\";s:11:\"description\";s:65:\"Un-Checking this option will completely disable the Events module\";}}s:11:\"definitions\";a:3:{s:10:\"db_classes\";a:1:{s:6:\"events\";s:65:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Events\\Handler\";}s:15:\"db_table_events\";a:2:{s:4:\"slug\";s:6:\"events\";s:11:\"cols_custom\";a:2:{s:5:\"event\";s:54:\"varchar(50) NOT NULL DEFAULT \'none\' COMMENT \'Event ID\'\";s:5:\"count\";s:51:\"int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Total\'\";}}s:17:\"events_table_name\";s:6:\"events\";}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510354,'_site_transient_timeout_shield_mod_config_reporting','1632920474','no'),(510355,'_site_transient_shield_mod_config_reporting','a:7:{s:10:\"properties\";a:13:{s:4:\"slug\";s:9:\"reporting\";s:4:\"name\";s:9:\"Reporting\";s:11:\"storage_key\";s:9:\"reporting\";s:7:\"tagline\";s:16:\"Shield Reporting\";s:12:\"show_central\";b:1;s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:1;s:16:\"tracking_exclude\";b:1;}s:10:\"menu_items\";a:1:{i:0;a:2:{s:5:\"title\";s:12:\"Stats (beta)\";s:4:\"slug\";s:14:\"stats-redirect\";}}s:16:\"custom_redirects\";a:1:{i:0;a:3:{s:15:\"source_mod_page\";s:14:\"stats-redirect\";s:15:\"target_mod_page\";s:8:\"insights\";s:10:\"query_args\";a:1:{s:4:\"inav\";s:7:\"reports\";}}}s:8:\"sections\";a:3:{i:0;a:6:{s:4:\"slug\";s:15:\"section_timings\";s:7:\"primary\";b:1;s:5:\"title\";s:18:\"Report Frequencies\";s:11:\"title_short\";s:18:\"Report Frequencies\";s:9:\"beacon_id\";i:136;s:7:\"summary\";a:1:{i:0;s:105:\"Purpose - Choose the most appropriate frequency to receive alerts from Shield according to your schedule.\";}}i:1;a:5:{s:4:\"slug\";s:28:\"section_enable_mod_reporting\";s:5:\"title\";s:22:\"Enable Module: Reports\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:136;s:7:\"summary\";a:2:{i:0;s:70:\"Purpose - Helps you see at a glance how effective the plugin has been.\";i:1;s:54:\"Recommendation - Keep the Reporting feature turned on.\";}}i:2;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:3:{s:16:\"enable_reporting\";a:11:{s:3:\"key\";s:16:\"enable_reporting\";s:7:\"section\";s:28:\"section_enable_mod_reporting\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/hb\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:136;s:4:\"name\";s:16:\"Enable Reporting\";s:7:\"summary\";s:40:\"Enable (or Disable) The Reporting module\";s:11:\"description\";s:68:\"Un-Checking this option will completely disable the Reporting module\";}s:15:\"frequency_alert\";a:11:{s:3:\"key\";s:15:\"frequency_alert\";s:7:\"section\";s:15:\"section_timings\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:5:\"daily\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:6:\"hourly\";s:4:\"text\";s:6:\"Hourly\";}i:2;a:2:{s:9:\"value_key\";s:5:\"daily\";s:4:\"text\";s:5:\"Daily\";}i:3;a:2:{s:9:\"value_key\";s:6:\"weekly\";s:4:\"text\";s:6:\"Weekly\";}}s:9:\"link_info\";s:19:\"https://shsec.io/h9\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:233;s:4:\"name\";s:15:\"Alert Frequency\";s:7:\"summary\";s:45:\"How Often Should You Be Sent Important Alerts\";s:11:\"description\";s:86:\"Decide when you should be sent important and critical alerts about your site security.\";}s:14:\"frequency_info\";a:11:{s:3:\"key\";s:14:\"frequency_info\";s:7:\"section\";s:15:\"section_timings\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:6:\"weekly\";s:13:\"value_options\";a:6:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:6:\"hourly\";s:4:\"text\";s:6:\"Hourly\";}i:2;a:2:{s:9:\"value_key\";s:5:\"daily\";s:4:\"text\";s:5:\"Daily\";}i:3;a:2:{s:9:\"value_key\";s:6:\"weekly\";s:4:\"text\";s:6:\"Weekly\";}i:4;a:2:{s:9:\"value_key\";s:8:\"biweekly\";s:4:\"text\";s:9:\"Bi-Weekly\";}i:5;a:2:{s:9:\"value_key\";s:7:\"monthly\";s:4:\"text\";s:7:\"Monthly\";}}s:9:\"link_info\";s:19:\"https://shsec.io/ha\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:232;s:4:\"name\";s:14:\"Info Frequency\";s:7:\"summary\";s:48:\"How Often Should You Be Sent Information Reports\";s:11:\"description\";s:93:\"Decide when you should be sent non-critical information and reports about your site security.\";}}s:11:\"definitions\";a:3:{s:10:\"db_classes\";a:1:{s:7:\"reports\";s:66:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Reports\\Handler\";}s:16:\"db_table_reports\";a:4:{s:4:\"slug\";s:7:\"reports\";s:10:\"autoexpire\";i:30;s:11:\"cols_custom\";a:3:{s:3:\"rid\";s:55:\"int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Report ID\'\";s:4:\"type\";s:52:\"varchar(3) NOT NULL DEFAULT \'\' COMMENT \'Report Type\'\";s:9:\"frequency\";s:67:\"varchar(10) NOT NULL DEFAULT \'\' COMMENT \'Report Interval/Frequency\'\";}s:15:\"cols_timestamps\";a:2:{s:15:\"interval_end_at\";s:22:\"Reporting Interval End\";s:7:\"sent_at\";s:11:\"Report Sent\";}}s:6:\"events\";a:2:{s:16:\"report_generated\";a:2:{s:12:\"audit_params\";a:2:{i:0;s:4:\"type\";i:1;s:8:\"interval\";}s:5:\"level\";s:5:\"debug\";}s:11:\"report_sent\";a:2:{s:12:\"audit_params\";a:1:{i:0;s:6:\"medium\";}s:5:\"level\";s:5:\"debug\";}}}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510356,'_site_transient_timeout_shield_mod_config_sessions','1632920474','no'),(510357,'_site_transient_shield_mod_config_sessions','a:6:{s:10:\"properties\";a:14:{s:4:\"slug\";s:8:\"sessions\";s:4:\"name\";s:8:\"Sessions\";s:21:\"show_module_menu_item\";b:0;s:11:\"storage_key\";s:8:\"sessions\";s:7:\"tagline\";s:13:\"User Sessions\";s:12:\"auto_enabled\";b:1;s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:19:\"auto_load_processor\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:16:\"tracking_exclude\";b:1;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:0;}s:8:\"sections\";a:2:{i:0;a:5:{s:4:\"slug\";s:38:\"section_enable_plugin_feature_sessions\";s:7:\"primary\";b:1;s:5:\"title\";s:23:\"Enable Module: Sessions\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:44:\"Purpose - Creates and Manages User Sessions.\";i:1;s:53:\"Recommendation - Keep the Sessions feature turned on.\";}}i:1;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:2:{s:15:\"enable_sessions\";a:9:{s:3:\"key\";s:15:\"enable_sessions\";s:7:\"section\";s:38:\"section_enable_plugin_feature_sessions\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Enable Sessions\";s:7:\"summary\";s:39:\"Enable (or Disable) The Sessions module\";s:11:\"description\";s:67:\"Un-Checking this option will completely disable the Sessions module\";}s:27:\"autoadd_sessions_started_at\";a:5:{s:3:\"key\";s:27:\"autoadd_sessions_started_at\";s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:7:\"integer\";s:12:\"transferable\";b:0;s:7:\"default\";i:0;}}s:11:\"definitions\";a:4:{s:10:\"db_classes\";a:1:{s:8:\"sessions\";s:66:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Session\\Handler\";}s:19:\"sessions_table_name\";s:8:\"sessions\";s:17:\"db_table_sessions\";a:3:{s:4:\"slug\";s:8:\"sessions\";s:11:\"cols_custom\";a:5:{s:10:\"session_id\";s:31:\"varchar(32) NOT NULL DEFAULT \'\'\";s:11:\"wp_username\";s:32:\"varchar(255) NOT NULL DEFAULT \'\'\";s:2:\"ip\";s:31:\"varchar(60) NOT NULL DEFAULT \'\'\";s:7:\"browser\";s:31:\"varchar(32) NOT NULL DEFAULT \'\'\";s:17:\"last_activity_uri\";s:24:\"text NOT NULL DEFAULT \'\'\";}s:15:\"cols_timestamps\";a:3:{s:12:\"logged_in_at\";s:15:\"Session Started\";s:16:\"last_activity_at\";s:12:\"Last Seen At\";s:11:\"secadmin_at\";s:28:\"Security Admin Authenticated\";}}s:6:\"events\";a:4:{s:13:\"session_start\";a:2:{s:12:\"audit_params\";a:2:{i:0;s:10:\"user_login\";i:1;s:10:\"session_id\";}s:5:\"level\";s:4:\"info\";}s:17:\"session_terminate\";a:1:{s:5:\"level\";s:4:\"info\";}s:25:\"session_terminate_current\";a:3:{s:12:\"audit_params\";a:2:{i:0;s:10:\"user_login\";i:1;s:10:\"session_id\";}s:5:\"level\";s:4:\"info\";s:6:\"recent\";b:1;}s:13:\"login_success\";a:3:{s:5:\"level\";s:4:\"info\";s:7:\"offense\";b:0;s:4:\"stat\";b:0;}}}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510358,'_site_transient_timeout_shield_mod_config_integrations','1632920474','no'),(510359,'_site_transient_shield_mod_config_integrations','a:7:{s:4:\"slug\";s:12:\"integrations\";s:10:\"properties\";a:16:{s:4:\"slug\";s:12:\"integrations\";s:11:\"storage_key\";s:12:\"integrations\";s:4:\"name\";s:12:\"Integrations\";s:10:\"menu_title\";s:12:\"Integrations\";s:12:\"sidebar_name\";s:12:\"Integrations\";s:19:\"show_module_options\";b:1;s:21:\"show_module_menu_item\";b:0;s:12:\"auto_enabled\";b:0;s:12:\"show_central\";b:1;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:12:\"run_if_wpcli\";b:1;s:19:\"run_if_verified_bot\";b:1;s:14:\"skip_processor\";b:0;s:16:\"tracking_exclude\";b:0;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:1;}s:8:\"sections\";a:4:{i:0;a:5:{s:4:\"slug\";s:20:\"section_integrations\";s:7:\"primary\";b:1;s:5:\"title\";s:12:\"Integrations\";s:11:\"title_short\";s:12:\"Integrations\";s:9:\"beacon_id\";i:404;}i:1;a:4:{s:4:\"slug\";s:12:\"section_spam\";s:5:\"title\";s:14:\"SPAM Detection\";s:11:\"title_short\";s:14:\"SPAM Detection\";s:9:\"beacon_id\";i:138;}i:2;a:4:{s:4:\"slug\";s:18:\"section_user_forms\";s:5:\"title\";s:24:\"User Forms Bot Detection\";s:11:\"title_short\";s:24:\"User Forms Bot Detection\";s:9:\"beacon_id\";i:239;}i:3;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:3:{s:13:\"enable_mainwp\";a:10:{s:3:\"key\";s:13:\"enable_mainwp\";s:7:\"section\";s:20:\"section_integrations\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/ir\";s:9:\"link_blog\";s:19:\"https://shsec.io/ke\";s:9:\"beacon_id\";i:404;s:4:\"name\";s:13:\"Enable MainWP\";s:7:\"summary\";s:36:\"Enable The Built-In MainWP Extension\";s:11:\"description\";s:86:\"This option will enable Shield\'s built-in MainWP extension for both server and client.\";}s:19:\"form_spam_providers\";a:13:{s:3:\"key\";s:19:\"form_spam_providers\";s:7:\"section\";s:12:\"section_spam\";s:7:\"premium\";b:1;s:8:\"advanced\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:0:{}s:13:\"value_options\";a:13:{i:0;a:2:{s:9:\"value_key\";s:12:\"contactform7\";s:4:\"text\";s:14:\"Contact Form 7\";}i:1;a:2:{s:9:\"value_key\";s:12:\"elementorpro\";s:4:\"text\";s:13:\"Elementor Pro\";}i:2;a:2:{s:9:\"value_key\";s:11:\"fluentforms\";s:4:\"text\";s:12:\"Fluent Forms\";}i:3;a:2:{s:9:\"value_key\";s:15:\"formidableforms\";s:4:\"text\";s:16:\"Formidable Forms\";}i:4;a:2:{s:9:\"value_key\";s:10:\"forminator\";s:4:\"text\";s:10:\"Forminator\";}i:5;a:2:{s:9:\"value_key\";s:12:\"gravityforms\";s:4:\"text\";s:13:\"Gravity Forms\";}i:6;a:2:{s:9:\"value_key\";s:10:\"groundhogg\";s:4:\"text\";s:10:\"Groundhogg\";}i:7;a:2:{s:9:\"value_key\";s:9:\"kaliforms\";s:4:\"text\";s:10:\"Kali Forms\";}i:8;a:2:{s:9:\"value_key\";s:10:\"ninjaforms\";s:4:\"text\";s:11:\"Ninja Forms\";}i:9;a:2:{s:9:\"value_key\";s:10:\"superforms\";s:4:\"text\";s:11:\"Super Forms\";}i:10;a:2:{s:9:\"value_key\";s:12:\"supportcandy\";s:4:\"text\";s:13:\"Support Candy\";}i:11;a:2:{s:9:\"value_key\";s:6:\"wpforo\";s:4:\"text\";s:6:\"wpForo\";}i:12;a:2:{s:9:\"value_key\";s:7:\"wpforms\";s:4:\"text\";s:7:\"WPForms\";}}s:9:\"link_info\";s:19:\"https://shsec.io/k2\";s:9:\"link_blog\";s:19:\"https://shsec.io/k3\";s:9:\"beacon_id\";i:138;s:4:\"name\";s:18:\"SPAM Form Checking\";s:7:\"summary\";s:57:\"Select The Form Providers That Should Be Checked For SPAM\";s:11:\"description\";s:58:\"Select The Form Providers That Should Be Checked For SPAM.\";}s:19:\"user_form_providers\";a:13:{s:3:\"key\";s:19:\"user_form_providers\";s:7:\"section\";s:18:\"section_user_forms\";s:7:\"premium\";b:1;s:8:\"advanced\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:1:{i:0;s:9:\"wordpress\";}s:13:\"value_options\";a:12:{i:0;a:2:{s:9:\"value_key\";s:9:\"buddyboss\";s:4:\"text\";s:9:\"BuddyBoss\";}i:1;a:2:{s:9:\"value_key\";s:10:\"buddypress\";s:4:\"text\";s:10:\"BuddyPress\";}i:2;a:2:{s:9:\"value_key\";s:20:\"easydigitaldownloads\";s:4:\"text\";s:22:\"Easy Digital Downloads\";}i:3;a:2:{s:9:\"value_key\";s:10:\"learnpress\";s:4:\"text\";s:10:\"LearnPress\";}i:4;a:2:{s:9:\"value_key\";s:9:\"lifterlms\";s:4:\"text\";s:9:\"LifterLMS\";}i:5;a:2:{s:9:\"value_key\";s:11:\"memberpress\";s:4:\"text\";s:11:\"MemberPress\";}i:6;a:2:{s:9:\"value_key\";s:23:\"paidmembersubscriptions\";s:4:\"text\";s:25:\"Paid Member Subscriptions\";}i:7;a:2:{s:9:\"value_key\";s:14:\"profilebuilder\";s:4:\"text\";s:15:\"Profile Builder\";}i:8;a:2:{s:9:\"value_key\";s:14:\"ultimatemember\";s:4:\"text\";s:15:\"Ultimate Member\";}i:9;a:2:{s:9:\"value_key\";s:11:\"woocommerce\";s:4:\"text\";s:11:\"WooCommerce\";}i:10;a:2:{s:9:\"value_key\";s:9:\"wordpress\";s:4:\"text\";s:9:\"WordPress\";}i:11;a:2:{s:9:\"value_key\";s:9:\"wpmembers\";s:4:\"text\";s:10:\"WP Members\";}}s:9:\"link_info\";s:19:\"https://shsec.io/k4\";s:9:\"link_blog\";s:19:\"https://shsec.io/k3\";s:9:\"beacon_id\";i:239;s:4:\"name\";s:18:\"User Form Checking\";s:7:\"summary\";s:87:\"Select The User Form Providers That Should Be Checked For SPAM Registrations and Logins\";s:11:\"description\";s:87:\"Select The User Form Providers That Should Be Checked For SPAM Registrations and Logins\";}}s:11:\"definitions\";a:1:{s:6:\"events\";a:4:{s:14:\"spam_form_pass\";a:5:{s:12:\"audit_params\";a:1:{i:0;s:13:\"form_provider\";}s:5:\"level\";s:4:\"info\";s:4:\"stat\";b:1;s:5:\"audit\";b:1;s:7:\"offense\";b:0;}s:14:\"spam_form_fail\";a:5:{s:12:\"audit_params\";a:1:{i:0;s:13:\"form_provider\";}s:5:\"level\";s:7:\"warning\";s:4:\"stat\";b:1;s:5:\"audit\";b:1;s:7:\"offense\";b:0;}s:18:\"user_form_bot_pass\";a:5:{s:12:\"audit_params\";a:3:{i:0;s:13:\"form_provider\";i:1;s:6:\"action\";i:2;s:8:\"username\";}s:5:\"level\";s:4:\"info\";s:4:\"stat\";b:1;s:5:\"audit\";b:1;s:7:\"offense\";b:0;}s:18:\"user_form_bot_fail\";a:5:{s:12:\"audit_params\";a:3:{i:0;s:13:\"form_provider\";i:1;s:6:\"action\";i:2;s:8:\"username\";}s:5:\"level\";s:7:\"warning\";s:4:\"stat\";b:1;s:5:\"audit\";b:1;s:7:\"offense\";b:1;}}}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510360,'_site_transient_timeout_shield_mod_config_license','1632920474','no'),(510361,'_site_transient_shield_mod_config_license','a:9:{s:4:\"slug\";s:7:\"license\";s:10:\"properties\";a:14:{s:4:\"slug\";s:7:\"license\";s:4:\"name\";s:12:\"Pro Security\";s:10:\"menu_title\";s:0:\"\";s:21:\"show_module_menu_item\";b:0;s:19:\"highlight_menu_item\";b:1;s:7:\"tagline\";s:44:\"The Best In WordPress Security, Only Better.\";s:12:\"auto_enabled\";b:1;s:11:\"storage_key\";s:7:\"license\";s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:1;}s:13:\"admin_notices\";a:1:{s:19:\"wphashes-token-fail\";a:6:{s:2:\"id\";s:19:\"wphashes-token-fail\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:1;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:5:\"error\";}}s:10:\"menu_items\";a:1:{i:0;a:3:{s:5:\"title\";s:7:\"Go PRO!\";s:4:\"slug\";s:12:\"pro-redirect\";s:9:\"highlight\";b:1;}}s:16:\"custom_redirects\";a:1:{i:0;a:3:{s:15:\"source_mod_page\";s:12:\"pro-redirect\";s:15:\"target_mod_page\";s:8:\"insights\";s:10:\"query_args\";a:1:{s:4:\"inav\";s:7:\"license\";}}}s:8:\"sections\";a:1:{i:0;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:12:{s:11:\"license_key\";a:6:{s:3:\"key\";s:11:\"license_key\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}s:20:\"license_activated_at\";a:5:{s:3:\"key\";s:20:\"license_activated_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}s:22:\"license_deactivated_at\";a:5:{s:3:\"key\";s:22:\"license_deactivated_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}s:23:\"license_last_checked_at\";a:5:{s:3:\"key\";s:23:\"license_last_checked_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}s:26:\"last_warning_email_sent_at\";a:5:{s:3:\"key\";s:26:\"last_warning_email_sent_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}s:30:\"last_deactivated_email_sent_at\";a:5:{s:3:\"key\";s:30:\"last_deactivated_email_sent_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}s:11:\"last_errors\";a:5:{s:3:\"key\";s:11:\"last_errors\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";s:0:\"\";}s:13:\"last_error_at\";a:6:{s:3:\"key\";s:13:\"last_error_at\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}s:22:\"keyless_handshake_hash\";a:6:{s:3:\"key\";s:22:\"keyless_handshake_hash\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}s:23:\"keyless_handshake_until\";a:6:{s:3:\"key\";s:23:\"keyless_handshake_until\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}s:12:\"license_data\";a:6:{s:3:\"key\";s:12:\"license_data\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:18:\"wphashes_api_token\";a:5:{s:3:\"key\";s:18:\"wphashes_api_token\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:10:{s:21:\"license_store_url_api\";s:59:\"https://api.getshieldsecurity.com/wp-json/odp-eddkeyless/v1\";s:10:\"keyless_cp\";s:19:\"https://shsec.io/c5\";s:17:\"license_item_name\";s:19:\"Shield Security Pro\";s:15:\"license_item_id\";s:4:\"6047\";s:20:\"license_item_name_sc\";s:40:\"Shield Security Pro (via Shield Central)\";s:22:\"lic_verify_expire_days\";i:7;s:28:\"lic_verify_expire_grace_days\";i:3;s:7:\"keyless\";b:1;s:24:\"keyless_handshake_expire\";i:90;s:6:\"events\";a:3:{s:17:\"lic_check_success\";a:2:{s:5:\"level\";s:5:\"debug\";s:4:\"stat\";b:0;}s:14:\"lic_fail_email\";a:2:{s:5:\"level\";s:7:\"warning\";s:4:\"stat\";b:0;}s:19:\"lic_fail_deactivate\";a:2:{s:5:\"level\";s:7:\"warning\";s:4:\"stat\";b:0;}}}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510362,'_site_transient_timeout_shield_mod_config_autoupdates','1632920474','no'),(510363,'_site_transient_shield_mod_config_autoupdates','a:6:{s:4:\"slug\";s:11:\"autoupdates\";s:10:\"properties\";a:14:{s:4:\"slug\";s:11:\"autoupdates\";s:4:\"name\";s:17:\"Automatic Updates\";s:12:\"sidebar_name\";s:12:\"Auto Updates\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:11:\"autoupdates\";s:7:\"tagline\";s:53:\"Take back full control of WordPress automatic updates\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:1;s:5:\"order\";i:60;}s:8:\"sections\";a:4:{i:0;a:6:{s:4:\"slug\";s:50:\"section_automatic_updates_for_wordpress_components\";s:7:\"primary\";b:1;s:5:\"title\";s:42:\"Automatic Updates For WordPress Components\";s:11:\"title_short\";s:20:\"WordPress Components\";s:9:\"beacon_id\";i:236;s:7:\"summary\";a:2:{i:0;s:80:\"Purpose - Control how automatic updates for each WordPress component is handled.\";i:1;s:80:\"Recommendation - You should at least allow minor updates for the WordPress core.\";}}i:1;a:5:{s:4:\"slug\";s:15:\"section_options\";s:5:\"title\";s:19:\"Auto-Update Options\";s:11:\"title_short\";s:19:\"Auto-Update Options\";s:9:\"beacon_id\";i:234;s:7:\"summary\";s:77:\"Purpose - Make adjustments to how automatic updates are handled on your site.\";}i:2;a:5:{s:4:\"slug\";s:55:\"section_enable_plugin_feature_automatic_updates_control\";s:5:\"title\";s:32:\"Enable Module: Automatic Updates\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:234;s:7:\"summary\";a:2:{i:0;s:137:\"Purpose - Automatic Updates lets you manage the WordPress automatic updates engine so you choose what exactly gets updated automatically.\";i:1;s:62:\"Recommendation - Keep the Automatic Updates feature turned on.\";}}i:3;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:11:{s:18:\"enable_autoupdates\";a:11:{s:3:\"key\";s:18:\"enable_autoupdates\";s:7:\"section\";s:55:\"section_enable_plugin_feature_automatic_updates_control\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3w\";s:9:\"link_blog\";s:19:\"https://shsec.io/hj\";s:9:\"beacon_id\";i:234;s:4:\"name\";s:24:\"Enable Automatic Updates\";s:7:\"summary\";s:48:\"Enable (or Disable) The Automatic Updates module\";s:11:\"description\";s:76:\"Un-Checking this option will completely disable the Automatic Updates module\";}s:29:\"enable_autoupdate_disable_all\";a:11:{s:3:\"key\";s:29:\"enable_autoupdate_disable_all\";s:7:\"section\";s:50:\"section_automatic_updates_for_wordpress_components\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3v\";s:9:\"link_blog\";s:19:\"https://shsec.io/k6\";s:9:\"beacon_id\";i:405;s:4:\"name\";s:11:\"Disable All\";s:7:\"summary\";s:46:\"Completely Disable WordPress Automatic Updates\";s:11:\"description\";s:122:\"When selected, regardless of any other settings, all WordPress automatic updates on this site will be completely disabled!\";}s:15:\"autoupdate_core\";a:11:{s:3:\"key\";s:15:\"autoupdate_core\";s:7:\"section\";s:50:\"section_automatic_updates_for_wordpress_components\";s:7:\"default\";s:10:\"core_minor\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:10:\"core_never\";s:4:\"text\";s:5:\"Never\";}i:1;a:2:{s:9:\"value_key\";s:10:\"core_minor\";s:4:\"text\";s:19:\"Minor Versions Only\";}i:2;a:2:{s:9:\"value_key\";s:10:\"core_major\";s:4:\"text\";s:24:\"Major and Minor Versions\";}}s:9:\"link_info\";s:19:\"https://shsec.io/k5\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:237;s:4:\"name\";s:22:\"WordPress Core Updates\";s:7:\"summary\";s:66:\"Decide how the WordPress Core will automatically update, if at all\";s:11:\"description\";s:94:\"At least automatically upgrading minor versions is recommended (and is the WordPress default).\";}s:25:\"enable_autoupdate_plugins\";a:9:{s:3:\"key\";s:25:\"enable_autoupdate_plugins\";s:7:\"section\";s:50:\"section_automatic_updates_for_wordpress_components\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:7:\"Plugins\";s:7:\"summary\";s:28:\"Automatically Update Plugins\";s:11:\"description\";s:73:\"Note: Automatic updates for plugins are disabled on WordPress by default.\";}s:24:\"enable_autoupdate_themes\";a:10:{s:3:\"key\";s:24:\"enable_autoupdate_themes\";s:7:\"section\";s:50:\"section_automatic_updates_for_wordpress_components\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:6:\"Themes\";s:7:\"summary\";s:27:\"Automatically Update Themes\";s:11:\"description\";s:72:\"Note: Automatic updates for themes are disabled on WordPress by default.\";}s:12:\"update_delay\";a:11:{s:3:\"key\";s:12:\"update_delay\";s:7:\"section\";s:15:\"section_options\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"0\";s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/e5\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:137;s:4:\"name\";s:12:\"Update Delay\";s:7:\"summary\";s:47:\"Delay Automatic Updates For Period Of Stability\";s:11:\"description\";s:94:\"Shield will delay upgrades until the new update has been available for the set number of days.\";}s:22:\"autoupdate_plugin_self\";a:12:{s:3:\"key\";s:22:\"autoupdate_plugin_self\";s:7:\"section\";s:15:\"section_options\";s:8:\"advanced\";b:1;s:7:\"default\";s:4:\"auto\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:4:\"auto\";s:4:\"text\";s:21:\"Let The Plugin Decide\";}i:1;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:2;a:2:{s:9:\"value_key\";s:9:\"immediate\";s:4:\"text\";s:19:\"As Soon As Possible\";}}s:9:\"link_info\";s:19:\"https://shsec.io/3x\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:409;s:4:\"name\";s:18:\"Auto Update Plugin\";s:7:\"summary\";s:39:\"Always Automatically Update This Plugin\";s:11:\"description\";s:73:\"Regardless of any other settings, automatically update the Shield plugin.\";}s:33:\"enable_upgrade_notification_email\";a:9:{s:3:\"key\";s:33:\"enable_upgrade_notification_email\";s:7:\"section\";s:15:\"section_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Send Report Email\";s:7:\"summary\";s:42:\"Send email notices after automatic updates\";s:11:\"description\";s:81:\"You can turn on/off email notices from automatic updates by un/checking this box.\";}s:22:\"override_email_address\";a:10:{s:3:\"key\";s:22:\"override_email_address\";s:7:\"section\";s:15:\"section_options\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Report Email Address\";s:7:\"summary\";s:42:\"Where to send upgrade notification reports\";s:11:\"description\";s:65:\"If this is empty, it will default to the Site Admin email address\";}s:14:\"delay_tracking\";a:6:{s:3:\"key\";s:14:\"delay_tracking\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}s:16:\"selected_plugins\";a:5:{s:3:\"key\";s:16:\"selected_plugins\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:1:{s:20:\"action_hook_priority\";i:1000;}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510364,'_site_transient_timeout_shield_mod_config_headers','1632920474','no'),(510365,'_site_transient_shield_mod_config_headers','a:5:{s:4:\"slug\";s:7:\"headers\";s:10:\"properties\";a:14:{s:4:\"slug\";s:7:\"headers\";s:4:\"name\";s:12:\"HTTP Headers\";s:12:\"sidebar_name\";s:12:\"HTTP Headers\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:7:\"headers\";s:7:\"tagline\";s:29:\"Control HTTP Security Headers\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:80;}s:8:\"sections\";a:4:{i:0;a:6:{s:7:\"primary\";b:1;s:4:\"slug\";s:24:\"section_security_headers\";s:5:\"title\";s:25:\"Advanced Security Headers\";s:11:\"title_short\";s:16:\"Security Headers\";s:9:\"beacon_id\";i:267;s:7:\"summary\";a:2:{i:0;s:92:\"Purpose - Protect visitors to your site by implementing increased security response headers.\";i:1;s:101:\"Recommendation - Enabling these features are advised, but you must test them on your site thoroughly.\";}}i:1;a:5:{s:4:\"slug\";s:31:\"section_content_security_policy\";s:5:\"title\";s:23:\"Content Security Policy\";s:11:\"title_short\";s:23:\"Content Security Policy\";s:9:\"beacon_id\";i:155;s:7:\"summary\";a:2:{i:0;s:105:\"Purpose - Restrict the sources and types of content that may be loaded and processed by visitor browsers.\";i:1;s:101:\"Recommendation - Enabling these features are advised, but you must test them on your site thoroughly.\";}}i:2;a:5:{s:4:\"slug\";s:37:\"section_enable_plugin_feature_headers\";s:5:\"title\";s:27:\"Enable Module: HTTP Headers\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:265;s:7:\"summary\";a:2:{i:0;s:92:\"Purpose - Protect visitors to your site by implementing increased security response headers.\";i:1;s:101:\"Recommendation - Enabling these features are advised, but you must test them on your site thoroughly.\";}}i:3;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:7:{s:14:\"enable_headers\";a:11:{s:3:\"key\";s:14:\"enable_headers\";s:7:\"section\";s:37:\"section_enable_plugin_feature_headers\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/aj\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:9:\"beacon_id\";i:265;s:4:\"name\";s:19:\"Enable HTTP Headers\";s:7:\"summary\";s:43:\"Enable (or Disable) The HTTP Headers module\";s:11:\"description\";s:71:\"Un-Checking this option will completely disable the HTTP Headers module\";}s:7:\"x_frame\";a:10:{s:3:\"key\";s:7:\"x_frame\";s:7:\"section\";s:24:\"section_security_headers\";s:7:\"default\";s:13:\"on_sameorigin\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:3:\"off\";s:4:\"text\";s:24:\"Off: iFrames Not Blocked\";}i:1;a:2:{s:9:\"value_key\";s:13:\"on_sameorigin\";s:4:\"text\";s:36:\"On: Allow iFrames On The Same Domain\";}i:2;a:2:{s:9:\"value_key\";s:7:\"on_deny\";s:4:\"text\";s:21:\"On: Block All iFrames\";}}s:9:\"link_info\";s:19:\"https://shsec.io/78\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:4:\"name\";s:13:\"Block iFrames\";s:7:\"summary\";s:33:\"Block Remote iFrames Of This Site\";s:11:\"description\";s:139:\"The setting prevents any external website from embedding your site in an iFrame. This is useful for preventing so-called ClickJack attacks.\";}s:13:\"x_xss_protect\";a:9:{s:3:\"key\";s:13:\"x_xss_protect\";s:7:\"section\";s:24:\"section_security_headers\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/79\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:4:\"name\";s:14:\"XSS Protection\";s:7:\"summary\";s:38:\"Employ Built-In Browser XSS Protection\";s:11:\"description\";s:80:\"Directs compatible browsers to block what they detect as Reflective XSS attacks.\";}s:14:\"x_content_type\";a:9:{s:3:\"key\";s:14:\"x_content_type\";s:7:\"section\";s:24:\"section_security_headers\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/7a\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:4:\"name\";s:18:\"Prevent Mime-Sniff\";s:7:\"summary\";s:27:\"Turn-Off Browser Mime-Sniff\";s:11:\"description\";s:60:\"Reduces visitor exposure to malicious user-uploaded content.\";}s:17:\"x_referrer_policy\";a:11:{s:3:\"key\";s:17:\"x_referrer_policy\";s:7:\"section\";s:24:\"section_security_headers\";s:9:\"sensitive\";b:0;s:4:\"type\";s:6:\"select\";s:7:\"default\";s:10:\"unsafe-url\";s:13:\"value_options\";a:10:{i:0;a:2:{s:9:\"value_key\";s:10:\"unsafe-url\";s:4:\"text\";s:45:\"Default: Full Referrer URL (aka \'Unsafe URL\')\";}i:1;a:2:{s:9:\"value_key\";s:11:\"no-referrer\";s:4:\"text\";s:11:\"No Referrer\";}i:2;a:2:{s:9:\"value_key\";s:26:\"no-referrer-when-downgrade\";s:4:\"text\";s:26:\"No Referrer When Downgrade\";}i:3;a:2:{s:9:\"value_key\";s:11:\"same-origin\";s:4:\"text\";s:11:\"Same Origin\";}i:4;a:2:{s:9:\"value_key\";s:6:\"origin\";s:4:\"text\";s:6:\"Origin\";}i:5;a:2:{s:9:\"value_key\";s:13:\"strict-origin\";s:4:\"text\";s:13:\"Strict Origin\";}i:6;a:2:{s:9:\"value_key\";s:24:\"origin-when-cross-origin\";s:4:\"text\";s:24:\"Origin When Cross-Origin\";}i:7;a:2:{s:9:\"value_key\";s:31:\"strict-origin-when-cross-origin\";s:4:\"text\";s:31:\"Strict Origin When Cross-Origin\";}i:8;a:2:{s:9:\"value_key\";s:5:\"empty\";s:4:\"text\";s:12:\"Empty Header\";}i:9;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:33:\"Disabled - Don\'t Send This Header\";}}s:9:\"link_info\";s:19:\"https://shsec.io/a5\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Referrer Policy\";s:7:\"summary\";s:22:\"Referrer Policy Header\";s:11:\"description\";s:141:\"The Referrer Policy Header allows you to control when and what referral information a browser may pass along with links clicked on your site.\";}s:32:\"enable_x_content_security_policy\";a:11:{s:3:\"key\";s:32:\"enable_x_content_security_policy\";s:7:\"section\";s:31:\"section_content_security_policy\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/7d\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:9:\"beacon_id\";i:155;s:4:\"name\";s:30:\"Enable Content Security Policy\";s:7:\"summary\";s:54:\"Enable (or Disable) The Content Security Policy module\";s:11:\"description\";s:75:\"Allows for permission and restriction of all resources loaded on your site.\";}s:11:\"xcsp_custom\";a:11:{s:3:\"key\";s:11:\"xcsp_custom\";s:7:\"section\";s:31:\"section_content_security_policy\";s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/g9\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:155;s:4:\"name\";s:12:\"Manual Rules\";s:7:\"summary\";s:16:\"Manual CSP Rules\";s:11:\"description\";s:17:\"Manual CSP rules.\";}}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510366,'_site_transient_timeout_shield_mod_config_lockdown','1632920474','no'),(510367,'_site_transient_shield_mod_config_lockdown','a:6:{s:4:\"slug\";s:8:\"lockdown\";s:10:\"properties\";a:14:{s:4:\"slug\";s:8:\"lockdown\";s:4:\"name\";s:11:\"WP Lockdown\";s:12:\"sidebar_name\";s:8:\"Lockdown\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:8:\"lockdown\";s:7:\"tagline\";s:56:\"Harden the more loosely controlled settings of your site\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:90;}s:8:\"sections\";a:5:{i:0;a:6:{s:7:\"primary\";b:1;s:4:\"slug\";s:14:\"section_apixml\";s:5:\"title\";s:25:\"WordPress System Lockdown\";s:11:\"title_short\";s:6:\"System\";s:9:\"beacon_id\";i:413;s:7:\"summary\";a:2:{i:0;s:58:\"Purpose - Lockdown certain core WordPress system features.\";i:1;s:99:\"Recommendation - This depends on your usage and needs for certain WordPress functions and features.\";}}i:1;a:5:{s:4:\"slug\";s:33:\"section_permission_access_options\";s:5:\"title\";s:30:\"Permissions and Access Options\";s:11:\"title_short\";s:11:\"Permissions\";s:9:\"beacon_id\";i:415;s:7:\"summary\";a:2:{i:0;s:66:\"Purpose - Provides finer control of certain WordPress permissions.\";i:1;s:75:\"Recommendation - Only enable SSL if you have a valid certificate installed.\";}}i:2;a:5:{s:4:\"slug\";s:35:\"section_wordpress_obscurity_options\";s:5:\"title\";s:27:\"WordPress Obscurity Options\";s:11:\"title_short\";s:9:\"Obscurity\";s:9:\"beacon_id\";i:418;s:7:\"summary\";a:2:{i:0;s:63:\"Purpose - Obscures certain WordPress settings from public view.\";i:1;s:103:\"Recommendation - Obscurity is not true security and so these settings are down to your personal tastes.\";}}i:3;a:5:{s:4:\"slug\";s:48:\"section_enable_plugin_feature_wordpress_lockdown\";s:5:\"title\";s:23:\"Enable Module: Lockdown\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:272;s:7:\"summary\";a:2:{i:0;s:94:\"Purpose - Lockdown helps secure-up certain loosely-controlled WordPress settings on your site.\";i:1;s:53:\"Recommendation - Keep the Lockdown feature turned on.\";}}i:4;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:9:{s:15:\"enable_lockdown\";a:11:{s:3:\"key\";s:15:\"enable_lockdown\";s:7:\"section\";s:48:\"section_enable_plugin_feature_wordpress_lockdown\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/4r\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:272;s:4:\"name\";s:15:\"Enable Lockdown\";s:7:\"summary\";s:39:\"Enable (or Disable) The Lockdown module\";s:11:\"description\";s:67:\"Un-Checking this option will completely disable the Lockdown module\";}s:14:\"disable_xmlrpc\";a:10:{s:3:\"key\";s:14:\"disable_xmlrpc\";s:7:\"section\";s:14:\"section_apixml\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/e6\";s:9:\"link_blog\";s:19:\"https://shsec.io/fb\";s:9:\"beacon_id\";i:414;s:4:\"name\";s:15:\"Disable XML-RPC\";s:7:\"summary\";s:26:\"Disable The XML-RPC System\";s:11:\"description\";s:71:\"Checking this option will completely turn off the whole XML-RPC system.\";}s:25:\"disable_anonymous_restapi\";a:10:{s:3:\"key\";s:25:\"disable_anonymous_restapi\";s:7:\"section\";s:14:\"section_apixml\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:18:\"Anonymous Rest API\";s:7:\"summary\";s:30:\"Disable The Anonymous Rest API\";s:11:\"description\";s:82:\"Checking this option will completely turn off the whole Anonymous Rest API system.\";}s:24:\"api_namespace_exclusions\";a:9:{s:3:\"key\";s:24:\"api_namespace_exclusions\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"default\";a:3:{i:0;s:14:\"contact-form-7\";i:1;s:7:\"jetpack\";i:2;s:11:\"woocommerce\";}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:19:\"Rest API Exclusions\";s:7:\"summary\";s:29:\"Anonymous REST API Exclusions\";s:11:\"description\";s:81:\"Any namespaces provided here will be excluded from the Anonymous API restriction.\";}s:20:\"disable_file_editing\";a:10:{s:3:\"key\";s:20:\"disable_file_editing\";s:7:\"section\";s:33:\"section_permission_access_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/4q\";s:9:\"link_blog\";s:19:\"https://shsec.io/hk\";s:9:\"beacon_id\";i:416;s:4:\"name\";s:20:\"Disable File Editing\";s:7:\"summary\";s:51:\"Disable Ability To Edit Files From Within WordPress\";s:11:\"description\";s:135:\"Removes the option to directly edit any files from within the WordPress admin area. Equivalent to setting \'DISALLOW_FILE_EDIT\' to TRUE.\";}s:15:\"force_ssl_admin\";a:10:{s:3:\"key\";s:15:\"force_ssl_admin\";s:7:\"section\";s:33:\"section_permission_access_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/4t\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:417;s:4:\"name\";s:15:\"Force SSL Admin\";s:7:\"summary\";s:57:\"Forces WordPress Admin Dashboard To Be Delivered Over SSL\";s:11:\"description\";s:126:\"Please only enable this option if you have a valid SSL certificate installed. Equivalent to setting \'FORCE_SSL_ADMIN\' to TRUE.\";}s:22:\"block_author_discovery\";a:9:{s:3:\"key\";s:22:\"block_author_discovery\";s:7:\"section\";s:35:\"section_wordpress_obscurity_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:23:\"https://shsec.io/wpsf23\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Block Username Fishing\";s:7:\"summary\";s:69:\"Block the ability to discover WordPress usernames based on author IDs\";s:11:\"description\";s:150:\"When enabled, any URL requests containing \'author=\' will be killed. Warning: Enabling this option may interfere with expected operations of your site.\";}s:16:\"clean_wp_rubbish\";a:9:{s:3:\"key\";s:16:\"clean_wp_rubbish\";s:7:\"section\";s:35:\"section_wordpress_obscurity_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Clean WP Files\";s:7:\"summary\";s:41:\"Automatically Delete Unnecessary WP Files\";s:11:\"description\";s:63:\"Automatically delete WordPress files like wp-config-sample.php.\";}s:28:\"hide_wordpress_generator_tag\";a:9:{s:3:\"key\";s:28:\"hide_wordpress_generator_tag\";s:7:\"section\";s:35:\"section_wordpress_obscurity_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"WP Generator Tag\";s:7:\"summary\";s:28:\"Remove WP Generator Meta Tag\";s:11:\"description\";s:119:\"Remove a meta tag from your WordPress pages that publicly displays that your site is WordPress and its current version.\";}}s:11:\"definitions\";a:2:{s:26:\"default_restapi_exclusions\";a:5:{i:0;s:14:\"contact-form-7\";i:1;s:7:\"jetpack\";i:2;s:3:\"tho\";i:3;s:12:\"wpstatistics\";i:4;s:11:\"woocommerce\";}s:6:\"events\";a:2:{s:23:\"block_anonymous_restapi\";a:3:{s:12:\"audit_params\";a:1:{i:0;s:9:\"namespace\";}s:5:\"level\";s:7:\"warning\";s:6:\"recent\";b:1;}s:9:\"block_xml\";a:3:{s:5:\"level\";s:6:\"notice\";s:6:\"recent\";b:1;s:7:\"offense\";b:1;}}}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510368,'_site_transient_timeout_shield_mod_config_comms','1632920474','no'),(510369,'_site_transient_shield_mod_config_comms','a:7:{s:4:\"slug\";s:5:\"comms\";s:10:\"properties\";a:15:{s:4:\"slug\";s:5:\"comms\";s:11:\"storage_key\";s:5:\"comms\";s:4:\"name\";s:5:\"Comms\";s:10:\"menu_title\";s:5:\"Comms\";s:19:\"show_module_options\";b:1;s:21:\"show_module_menu_item\";b:0;s:12:\"auto_enabled\";b:1;s:12:\"show_central\";b:1;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:12:\"run_if_wpcli\";b:1;s:19:\"run_if_verified_bot\";b:1;s:14:\"skip_processor\";b:0;s:16:\"tracking_exclude\";b:1;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:1;}s:8:\"sections\";a:2:{i:0;a:5:{s:7:\"primary\";b:1;s:4:\"slug\";s:16:\"section_suresend\";s:5:\"title\";s:14:\"SureSend Email\";s:11:\"title_short\";s:14:\"SureSend Email\";s:9:\"beacon_id\";i:156;}i:1;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:1:{s:15:\"suresend_emails\";a:11:{s:3:\"key\";s:15:\"suresend_emails\";s:7:\"section\";s:16:\"section_suresend\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:13:\"value_options\";a:1:{i:0;a:2:{s:9:\"value_key\";s:3:\"2fa\";s:4:\"text\";s:29:\"2FA Login Codes (admins only)\";}}s:9:\"link_info\";s:18:\"https://icwp.io/ij\";s:9:\"link_blog\";s:18:\"https://icwp.io/ik\";s:4:\"name\";s:15:\"SureSend Emails\";s:7:\"summary\";s:15:\"SureSend Emails\";s:11:\"description\";s:16:\"SureSend Emails.\";}}s:11:\"definitions\";a:1:{s:6:\"events\";a:2:{s:16:\"suresend_success\";a:2:{s:12:\"audit_params\";a:2:{i:0;s:5:\"email\";i:1;s:4:\"slug\";}s:5:\"level\";s:4:\"info\";}s:13:\"suresend_fail\";a:2:{s:12:\"audit_params\";a:2:{i:0;s:5:\"email\";i:1;s:4:\"slug\";}s:5:\"level\";s:7:\"warning\";}}}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510370,'_site_transient_timeout_shield_mod_config_email','1632920474','no'),(510371,'_site_transient_shield_mod_config_email','a:6:{s:4:\"slug\";s:5:\"email\";s:10:\"properties\";a:12:{s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:21:\"show_module_menu_item\";b:0;s:12:\"auto_enabled\";b:1;s:11:\"storage_key\";s:5:\"email\";s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:12:\"run_if_wpcli\";b:1;s:14:\"skip_processor\";b:1;s:16:\"tracking_exclude\";b:1;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:0;}s:8:\"sections\";a:0:{}s:7:\"options\";a:0:{}s:4:\"meta\";a:1:{s:6:\"ts_mod\";i:1632315670;}}','no'),(510378,'_site_transient_timeout_apto-db-ready-c87773ece3','1632315702','no'),(510379,'_site_transient_apto-db-ready-c87773ece3','1','no'),(510411,'rewrite_rules','a:376:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:29:\"^ninja-forms/([a-zA-Z0-9]+)/?\";s:36:\"index.php?nf_public_link=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:19:\"eventbrite-event/?$\";s:37:\"index.php?post_type=eventbrite_events\";s:49:\"eventbrite-event/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=eventbrite_events&feed=$matches[1]\";s:44:\"eventbrite-event/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=eventbrite_events&feed=$matches[1]\";s:36:\"eventbrite-event/page/([0-9]{1,})/?$\";s:55:\"index.php?post_type=eventbrite_events&paged=$matches[1]\";s:12:\"dashboard/?$\";s:26:\"index.php?action=dashboard\";s:16:\"1920webmaster/?$\";s:22:\"index.php?action=login\";s:9:\"logout/?$\";s:23:\"index.php?action=logout\";s:11:\"register/?$\";s:25:\"index.php?action=register\";s:15:\"lostpassword/?$\";s:29:\"index.php?action=lostpassword\";s:12:\"resetpass/?$\";s:26:\"index.php?action=resetpass\";s:16:\"confirmaction/?$\";s:30:\"index.php?action=confirmaction\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:57:\"cause-categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?cause_categories=$matches[1]&feed=$matches[2]\";s:52:\"cause-categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?cause_categories=$matches[1]&feed=$matches[2]\";s:33:\"cause-categories/([^/]+)/embed/?$\";s:49:\"index.php?cause_categories=$matches[1]&embed=true\";s:45:\"cause-categories/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?cause_categories=$matches[1]&paged=$matches[2]\";s:27:\"cause-categories/([^/]+)/?$\";s:38:\"index.php?cause_categories=$matches[1]\";s:58:\"sermon-categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?sermon_categories=$matches[1]&feed=$matches[2]\";s:53:\"sermon-categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?sermon_categories=$matches[1]&feed=$matches[2]\";s:34:\"sermon-categories/([^/]+)/embed/?$\";s:50:\"index.php?sermon_categories=$matches[1]&embed=true\";s:46:\"sermon-categories/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?sermon_categories=$matches[1]&paged=$matches[2]\";s:28:\"sermon-categories/([^/]+)/?$\";s:39:\"index.php?sermon_categories=$matches[1]\";s:57:\"event-categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?event_categories=$matches[1]&feed=$matches[2]\";s:52:\"event-categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?event_categories=$matches[1]&feed=$matches[2]\";s:33:\"event-categories/([^/]+)/embed/?$\";s:49:\"index.php?event_categories=$matches[1]&embed=true\";s:45:\"event-categories/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?event_categories=$matches[1]&paged=$matches[2]\";s:27:\"event-categories/([^/]+)/?$\";s:38:\"index.php?event_categories=$matches[1]\";s:58:\"videos_categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?videos_categories=$matches[1]&feed=$matches[2]\";s:53:\"videos_categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?videos_categories=$matches[1]&feed=$matches[2]\";s:34:\"videos_categories/([^/]+)/embed/?$\";s:50:\"index.php?videos_categories=$matches[1]&embed=true\";s:46:\"videos_categories/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?videos_categories=$matches[1]&paged=$matches[2]\";s:28:\"videos_categories/([^/]+)/?$\";s:39:\"index.php?videos_categories=$matches[1]\";s:44:\"kr_request_token/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"kr_request_token/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"kr_request_token/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"kr_request_token/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"kr_request_token/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"kr_request_token/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"kr_request_token/([^/]+)/embed/?$\";s:49:\"index.php?kr_request_token=$matches[1]&embed=true\";s:37:\"kr_request_token/([^/]+)/trackback/?$\";s:43:\"index.php?kr_request_token=$matches[1]&tb=1\";s:45:\"kr_request_token/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?kr_request_token=$matches[1]&paged=$matches[2]\";s:52:\"kr_request_token/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?kr_request_token=$matches[1]&cpage=$matches[2]\";s:41:\"kr_request_token/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?kr_request_token=$matches[1]&page=$matches[2]\";s:33:\"kr_request_token/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"kr_request_token/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"kr_request_token/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"kr_request_token/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"kr_request_token/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"kr_request_token/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"kr_access_token/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"kr_access_token/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"kr_access_token/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"kr_access_token/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"kr_access_token/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"kr_access_token/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"kr_access_token/([^/]+)/embed/?$\";s:48:\"index.php?kr_access_token=$matches[1]&embed=true\";s:36:\"kr_access_token/([^/]+)/trackback/?$\";s:42:\"index.php?kr_access_token=$matches[1]&tb=1\";s:44:\"kr_access_token/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?kr_access_token=$matches[1]&paged=$matches[2]\";s:51:\"kr_access_token/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?kr_access_token=$matches[1]&cpage=$matches[2]\";s:40:\"kr_access_token/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?kr_access_token=$matches[1]&page=$matches[2]\";s:32:\"kr_access_token/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"kr_access_token/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"kr_access_token/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"kr_access_token/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"kr_access_token/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"kr_access_token/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"nf_sub/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"nf_sub/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"nf_sub/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"nf_sub/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"nf_sub/([^/]+)/embed/?$\";s:39:\"index.php?nf_sub=$matches[1]&embed=true\";s:27:\"nf_sub/([^/]+)/trackback/?$\";s:33:\"index.php?nf_sub=$matches[1]&tb=1\";s:35:\"nf_sub/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&paged=$matches[2]\";s:42:\"nf_sub/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&cpage=$matches[2]\";s:31:\"nf_sub/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?nf_sub=$matches[1]&page=$matches[2]\";s:23:\"nf_sub/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"nf_sub/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"nf_sub/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"nf_sub/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"eventbrite-event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"eventbrite-event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"eventbrite-event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"eventbrite-event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"eventbrite-event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"eventbrite-event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"eventbrite-event/([^/]+)/embed/?$\";s:50:\"index.php?eventbrite_events=$matches[1]&embed=true\";s:37:\"eventbrite-event/([^/]+)/trackback/?$\";s:44:\"index.php?eventbrite_events=$matches[1]&tb=1\";s:57:\"eventbrite-event/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?eventbrite_events=$matches[1]&feed=$matches[2]\";s:52:\"eventbrite-event/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?eventbrite_events=$matches[1]&feed=$matches[2]\";s:45:\"eventbrite-event/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?eventbrite_events=$matches[1]&paged=$matches[2]\";s:41:\"eventbrite-event/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?eventbrite_events=$matches[1]&page=$matches[2]\";s:33:\"eventbrite-event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"eventbrite-event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"eventbrite-event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"eventbrite-event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"eventbrite-event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"eventbrite-event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:60:\"eventbrite_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?eventbrite_category=$matches[1]&feed=$matches[2]\";s:55:\"eventbrite_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:58:\"index.php?eventbrite_category=$matches[1]&feed=$matches[2]\";s:36:\"eventbrite_category/([^/]+)/embed/?$\";s:52:\"index.php?eventbrite_category=$matches[1]&embed=true\";s:48:\"eventbrite_category/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?eventbrite_category=$matches[1]&paged=$matches[2]\";s:30:\"eventbrite_category/([^/]+)/?$\";s:41:\"index.php?eventbrite_category=$matches[1]\";s:55:\"eventbrite_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?eventbrite_tag=$matches[1]&feed=$matches[2]\";s:50:\"eventbrite_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?eventbrite_tag=$matches[1]&feed=$matches[2]\";s:31:\"eventbrite_tag/([^/]+)/embed/?$\";s:47:\"index.php?eventbrite_tag=$matches[1]&embed=true\";s:43:\"eventbrite_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?eventbrite_tag=$matches[1]&paged=$matches[2]\";s:25:\"eventbrite_tag/([^/]+)/?$\";s:36:\"index.php?eventbrite_tag=$matches[1]\";s:42:\"mailmunch_page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"mailmunch_page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"mailmunch_page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"mailmunch_page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"mailmunch_page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"mailmunch_page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"mailmunch_page/([^/]+)/embed/?$\";s:47:\"index.php?mailmunch_page=$matches[1]&embed=true\";s:35:\"mailmunch_page/([^/]+)/trackback/?$\";s:41:\"index.php?mailmunch_page=$matches[1]&tb=1\";s:43:\"mailmunch_page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?mailmunch_page=$matches[1]&paged=$matches[2]\";s:50:\"mailmunch_page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?mailmunch_page=$matches[1]&cpage=$matches[2]\";s:39:\"mailmunch_page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?mailmunch_page=$matches[1]&page=$matches[2]\";s:31:\"mailmunch_page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"mailmunch_page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"mailmunch_page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"mailmunch_page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"mailmunch_page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"mailmunch_page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"cause/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"cause/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"cause/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"cause/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"cause/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"cause/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"cause/([^/]+)/embed/?$\";s:38:\"index.php?cause=$matches[1]&embed=true\";s:26:\"cause/([^/]+)/trackback/?$\";s:32:\"index.php?cause=$matches[1]&tb=1\";s:34:\"cause/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?cause=$matches[1]&paged=$matches[2]\";s:41:\"cause/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?cause=$matches[1]&cpage=$matches[2]\";s:30:\"cause/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?cause=$matches[1]&page=$matches[2]\";s:22:\"cause/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"cause/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"cause/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"cause/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"cause/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"cause/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"sermon/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"sermon/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"sermon/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"sermon/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"sermon/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"sermon/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"sermon/([^/]+)/embed/?$\";s:39:\"index.php?sermon=$matches[1]&embed=true\";s:27:\"sermon/([^/]+)/trackback/?$\";s:33:\"index.php?sermon=$matches[1]&tb=1\";s:35:\"sermon/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?sermon=$matches[1]&paged=$matches[2]\";s:42:\"sermon/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?sermon=$matches[1]&cpage=$matches[2]\";s:31:\"sermon/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?sermon=$matches[1]&page=$matches[2]\";s:23:\"sermon/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"sermon/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"sermon/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"sermon/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"sermon/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"sermon/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"event/([^/]+)/embed/?$\";s:38:\"index.php?event=$matches[1]&embed=true\";s:26:\"event/([^/]+)/trackback/?$\";s:32:\"index.php?event=$matches[1]&tb=1\";s:34:\"event/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?event=$matches[1]&paged=$matches[2]\";s:41:\"event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?event=$matches[1]&cpage=$matches[2]\";s:30:\"event/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?event=$matches[1]&page=$matches[2]\";s:22:\"event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"ts_slider/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"ts_slider/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"ts_slider/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"ts_slider/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"ts_slider/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"ts_slider/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"ts_slider/([^/]+)/embed/?$\";s:42:\"index.php?ts_slider=$matches[1]&embed=true\";s:30:\"ts_slider/([^/]+)/trackback/?$\";s:36:\"index.php?ts_slider=$matches[1]&tb=1\";s:38:\"ts_slider/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?ts_slider=$matches[1]&paged=$matches[2]\";s:45:\"ts_slider/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?ts_slider=$matches[1]&cpage=$matches[2]\";s:34:\"ts_slider/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?ts_slider=$matches[1]&page=$matches[2]\";s:26:\"ts_slider/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"ts_slider/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"ts_slider/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"ts_slider/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"ts_slider/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"ts_slider/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"video/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"video/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"video/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"video/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"video/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"video/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"video/([^/]+)/embed/?$\";s:38:\"index.php?video=$matches[1]&embed=true\";s:26:\"video/([^/]+)/trackback/?$\";s:32:\"index.php?video=$matches[1]&tb=1\";s:34:\"video/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?video=$matches[1]&paged=$matches[2]\";s:41:\"video/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?video=$matches[1]&cpage=$matches[2]\";s:30:\"video/([^/]+)(?:/([0-9]+))?/?$\";s:44:\"index.php?video=$matches[1]&page=$matches[2]\";s:22:\"video/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"video/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"video/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"video/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"video/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"video/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"ts_teams/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"ts_teams/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"ts_teams/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"ts_teams/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"ts_teams/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"ts_teams/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"ts_teams/([^/]+)/embed/?$\";s:41:\"index.php?ts_teams=$matches[1]&embed=true\";s:29:\"ts_teams/([^/]+)/trackback/?$\";s:35:\"index.php?ts_teams=$matches[1]&tb=1\";s:37:\"ts_teams/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?ts_teams=$matches[1]&paged=$matches[2]\";s:44:\"ts_teams/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?ts_teams=$matches[1]&cpage=$matches[2]\";s:33:\"ts_teams/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?ts_teams=$matches[1]&page=$matches[2]\";s:25:\"ts_teams/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"ts_teams/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"ts_teams/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"ts_teams/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"ts_teams/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"ts_teams/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"teams/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?teams=$matches[1]&feed=$matches[2]\";s:41:\"teams/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?teams=$matches[1]&feed=$matches[2]\";s:22:\"teams/([^/]+)/embed/?$\";s:38:\"index.php?teams=$matches[1]&embed=true\";s:34:\"teams/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?teams=$matches[1]&paged=$matches[2]\";s:16:\"teams/([^/]+)/?$\";s:27:\"index.php?teams=$matches[1]\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"portfolio-categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?portfolio_register_post_type=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?portfolio_register_post_type=$matches[1]&feed=$matches[2]\";s:37:\"portfolio-categories/([^/]+)/embed/?$\";s:61:\"index.php?portfolio_register_post_type=$matches[1]&embed=true\";s:49:\"portfolio-categories/([^/]+)/page/?([0-9]{1,})/?$\";s:68:\"index.php?portfolio_register_post_type=$matches[1]&paged=$matches[2]\";s:31:\"portfolio-categories/([^/]+)/?$\";s:50:\"index.php?portfolio_register_post_type=$matches[1]\";s:44:\"ts_pricing_table/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"ts_pricing_table/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"ts_pricing_table/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"ts_pricing_table/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"ts_pricing_table/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"ts_pricing_table/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"ts_pricing_table/([^/]+)/embed/?$\";s:49:\"index.php?ts_pricing_table=$matches[1]&embed=true\";s:37:\"ts_pricing_table/([^/]+)/trackback/?$\";s:43:\"index.php?ts_pricing_table=$matches[1]&tb=1\";s:45:\"ts_pricing_table/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?ts_pricing_table=$matches[1]&paged=$matches[2]\";s:52:\"ts_pricing_table/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?ts_pricing_table=$matches[1]&cpage=$matches[2]\";s:41:\"ts_pricing_table/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?ts_pricing_table=$matches[1]&page=$matches[2]\";s:33:\"ts_pricing_table/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"ts_pricing_table/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"ts_pricing_table/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"ts_pricing_table/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"ts_pricing_table/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"ts_pricing_table/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:68:\"ts_pricing_table-categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?ts_pricing_table_categories=$matches[1]&feed=$matches[2]\";s:63:\"ts_pricing_table-categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?ts_pricing_table_categories=$matches[1]&feed=$matches[2]\";s:44:\"ts_pricing_table-categories/([^/]+)/embed/?$\";s:60:\"index.php?ts_pricing_table_categories=$matches[1]&embed=true\";s:56:\"ts_pricing_table-categories/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?ts_pricing_table_categories=$matches[1]&paged=$matches[2]\";s:38:\"ts_pricing_table-categories/([^/]+)/?$\";s:49:\"index.php?ts_pricing_table_categories=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=6&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(511104,'_site_transient_apto-db-ready-0d35025fc8','1','no'),(510450,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1632327873','no'),(510451,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:5145;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4768;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2730;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2603;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2014;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1867;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1854;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1526;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1515;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1507;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1502;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1501;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1474;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1312;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1283;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1280;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1239;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1161;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1130;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1067;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:973;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:939;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:916;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:901;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:887;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:840;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:824;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:819;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:815;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:799;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:762;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:753;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:734;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:731;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:730;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:719;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:717;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:688;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:671;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:670;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:668;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:666;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:665;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:663;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:653;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:647;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:602;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:600;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:593;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:592;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:578;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:575;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:568;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:567;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:564;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:559;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:556;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:553;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:551;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:546;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:542;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:538;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:534;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:523;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:514;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:511;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:501;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:500;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:499;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:486;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:486;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:474;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:470;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:469;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:469;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:465;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:454;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:449;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:446;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:444;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:434;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:427;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:423;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:419;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:412;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:411;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:406;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:402;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:399;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:391;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:390;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:384;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:384;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:380;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:380;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:373;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:372;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:370;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:361;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:358;}}','no'),(511056,'_transient_timeout_wpseo_total_unindexed_posts_limited','1632333419','no'),(511057,'_transient_wpseo_total_unindexed_posts_limited','26','no'),(71569,'GOTMLS_scan_log/69.143.35.179/1515452591.7697','a:2:{s:8:\"settings\";a:11:{s:12:\"msg_position\";a:4:{i:0;s:4:\"80px\";i:1;s:4:\"40px\";i:2;s:5:\"400px\";i:3;s:5:\"600px\";}s:9:\"scan_what\";i:2;s:10:\"scan_depth\";i:-1;s:11:\"exclude_ext\";a:28:{i:0;s:3:\"png\";i:1;s:3:\"jpg\";i:2;s:4:\"jpeg\";i:3;s:3:\"gif\";i:4;s:3:\"bmp\";i:5;s:3:\"tif\";i:6;s:4:\"tiff\";i:7;s:3:\"psd\";i:8;s:3:\"svg\";i:9;s:3:\"ico\";i:10;s:3:\"doc\";i:11;s:4:\"docx\";i:12;s:3:\"ttf\";i:13;s:3:\"fla\";i:14;s:3:\"flv\";i:15;s:3:\"mov\";i:16;s:3:\"mp3\";i:17;s:3:\"pdf\";i:18;s:3:\"css\";i:19;s:3:\"pot\";i:20;s:2:\"po\";i:21;s:2:\"mo\";i:22;s:2:\"so\";i:23;s:3:\"exe\";i:24;s:3:\"zip\";i:25;s:2:\"7z\";i:26;s:2:\"gz\";i:27;s:3:\"rar\";}s:12:\"check_custom\";s:0:\"\";s:11:\"exclude_dir\";a:0:{}s:8:\"user_can\";s:16:\"activate_plugins\";s:10:\"scan_level\";i:3;s:5:\"check\";a:4:{i:0;s:8:\"htaccess\";i:1;s:8:\"timthumb\";i:2;s:8:\"backdoor\";i:3;s:5:\"known\";}s:10:\"dont_check\";a:0:{}s:15:\"skip_quarantine\";i:0;}s:4:\"scan\";a:6:{s:3:\"dir\";s:27:\"/home4/zphiblgz/public_html\";s:5:\"start\";i:1515452593;s:4:\"type\";s:13:\"Complete Scan\";s:9:\"microtime\";d:83;s:7:\"percent\";i:-1;s:6:\"finish\";i:1515452676;}}','yes'),(71577,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(73976,'swiftype_api_key','Ep-TzwiTMQbiLCz76T4h','yes'),(73977,'swiftype_api_authorized','1','yes'),(73979,'swiftype_engine_name','Wordpress','yes'),(73980,'swiftype_engine_slug','wordpress','yes'),(73981,'swiftype_engine_key','X2XSz1KcyxoSWssYzAKj','yes'),(73982,'swiftype_num_indexed_documents','73','yes'),(73983,'swiftype_engine_initialized','1','yes'),(85755,'widget_hustle_module_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(76086,'icwp_wpsf_sessions_options','a:1:{s:15:\"enable_sessions\";s:1:\"Y\";}','yes'),(85756,'widget_inc_opt_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(85777,'GOTMLS_scan_log/69.143.35.179/1520945603.0204','a:2:{s:8:\"settings\";a:11:{s:12:\"msg_position\";a:4:{i:0;s:4:\"80px\";i:1;s:4:\"40px\";i:2;s:5:\"400px\";i:3;s:5:\"600px\";}s:9:\"scan_what\";i:2;s:10:\"scan_depth\";i:-1;s:11:\"exclude_ext\";a:28:{i:0;s:3:\"png\";i:1;s:3:\"jpg\";i:2;s:4:\"jpeg\";i:3;s:3:\"gif\";i:4;s:3:\"bmp\";i:5;s:3:\"tif\";i:6;s:4:\"tiff\";i:7;s:3:\"psd\";i:8;s:3:\"svg\";i:9;s:3:\"ico\";i:10;s:3:\"doc\";i:11;s:4:\"docx\";i:12;s:3:\"ttf\";i:13;s:3:\"fla\";i:14;s:3:\"flv\";i:15;s:3:\"mov\";i:16;s:3:\"mp3\";i:17;s:3:\"pdf\";i:18;s:3:\"css\";i:19;s:3:\"pot\";i:20;s:2:\"po\";i:21;s:2:\"mo\";i:22;s:2:\"so\";i:23;s:3:\"exe\";i:24;s:3:\"zip\";i:25;s:2:\"7z\";i:26;s:2:\"gz\";i:27;s:3:\"rar\";}s:12:\"check_custom\";s:0:\"\";s:11:\"exclude_dir\";a:0:{}s:8:\"user_can\";s:16:\"activate_plugins\";s:10:\"scan_level\";i:3;s:5:\"check\";a:4:{i:0;s:8:\"htaccess\";i:1;s:8:\"timthumb\";i:2;s:8:\"backdoor\";i:3;s:5:\"known\";}s:10:\"dont_check\";a:0:{}s:15:\"skip_quarantine\";i:0;}s:4:\"scan\";a:7:{s:3:\"dir\";s:27:\"/home4/zphiblgz/public_html\";s:5:\"start\";i:1520945607;s:4:\"type\";s:13:\"Complete Scan\";s:9:\"microtime\";d:253;s:7:\"percent\";i:-1;s:6:\"finish\";i:1520945860;s:11:\"last_threat\";d:1520945860.9473679;}}','yes'),(85751,'hustle_database_version','4.0','no'),(85752,'wdev-frash','a:3:{s:7:\"plugins\";a:2:{s:45:\"wordpress-popup/lib/free-dashboard/module.php\";i:1520944165;s:50:\"wordpress-popup/inc/class-hustle-notifications.php\";i:1601255296;}s:5:\"queue\";a:2:{s:32:\"e8a05f067e20f5e764165feed3d9e765\";a:3:{s:6:\"plugin\";s:50:\"wordpress-popup/inc/class-hustle-notifications.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1601255296;}s:32:\"cadb80b8069fa163eac11e39f46e65d1\";a:3:{s:6:\"plugin\";s:50:\"wordpress-popup/inc/class-hustle-notifications.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1601860096;}}s:4:\"done\";a:2:{i:0;a:6:{s:6:\"plugin\";s:45:\"wordpress-popup/lib/free-dashboard/module.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1520944165;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"27ae6ed2eda0f5c6e6d0139644558649\";s:10:\"handled_at\";i:1521691362;}i:1;a:6:{s:6:\"plugin\";s:45:\"wordpress-popup/lib/free-dashboard/module.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1521777751;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"27ae6ed2eda0f5c6e6d0139644558649\";s:10:\"handled_at\";i:1526755789;}}}','no'),(85754,'hustle_color_index','0','yes'),(85757,'hustle_popup_migrated','1','yes'),(87759,'updraftplus_dismissedautobackup','1618905640','yes'),(334253,'shield_mod_config_7267cb0b0387e324b58552b5f3045375','a:5:{s:4:\"slug\";s:5:\"email\";s:10:\"properties\";a:10:{s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:21:\"show_module_menu_item\";b:0;s:12:\"auto_enabled\";b:1;s:11:\"storage_key\";s:5:\"email\";s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:12:\"run_if_wpcli\";b:1;}s:8:\"sections\";a:2:{i:0;a:3:{s:4:\"slug\";s:21:\"section_email_options\";s:5:\"title\";s:13:\"Email Options\";s:7:\"primary\";b:1;}i:1;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:1:{i:0;a:9:{s:3:\"key\";s:25:\"send_email_throttle_limit\";s:7:\"section\";s:21:\"section_email_options\";s:7:\"default\";i:10;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Email Throttle Limit\";s:7:\"summary\";s:23:\"Limit Emails Per Second\";s:11:\"description\";s:183:\"You throttle emails sent by this plugin by limiting the number of emails sent every second. This is useful in case you get hit by a bot attack. Zero (0) turns this off. Suggested: 10.\";}}s:10:\"meta_modts\";i:1582303038;}','yes'),(98784,'nf_tel_collate','1','no'),(99207,'icwp_wpsf_insights_options','a:2:{s:18:\"help_video_options\";a:0:{}s:13:\"xfer_excluded\";b:0;}','yes'),(102817,'ninja_forms_oauth_client_secret','m1il8nvOq5tXsdVgRrzqZZu3ajOrnGwJHO4PbADB','yes'),(102818,'ninja_forms_db_version','1.1','no'),(334252,'shield_mod_config_be038291d7f4a846bd2417f067ee3cef','a:6:{s:4:\"slug\";s:7:\"license\";s:10:\"properties\";a:14:{s:4:\"slug\";s:7:\"license\";s:4:\"name\";s:12:\"Pro Security\";s:10:\"menu_title\";s:7:\"Go Pro!\";s:21:\"show_module_menu_item\";b:1;s:19:\"highlight_menu_item\";b:1;s:7:\"tagline\";s:44:\"The Best In WordPress Security, Only Better.\";s:12:\"auto_enabled\";b:1;s:11:\"storage_key\";s:7:\"license\";s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:1;}s:8:\"sections\";a:1:{i:0;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:12:{i:0;a:6:{s:3:\"key\";s:11:\"license_key\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}i:1;a:5:{s:3:\"key\";s:20:\"license_activated_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:2;a:5:{s:3:\"key\";s:22:\"license_deactivated_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:3;a:5:{s:3:\"key\";s:23:\"license_last_checked_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:4;a:5:{s:3:\"key\";s:26:\"license_deactivated_reason\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}i:5;a:5:{s:3:\"key\";s:26:\"last_warning_email_sent_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:6;a:5:{s:3:\"key\";s:30:\"last_deactivated_email_sent_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:7;a:5:{s:3:\"key\";s:11:\"last_errors\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";s:0:\"\";}i:8;a:6:{s:3:\"key\";s:13:\"last_error_at\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:9;a:6:{s:3:\"key\";s:20:\"keyless_request_hash\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}i:10;a:6:{s:3:\"key\";s:18:\"keyless_request_at\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:11;a:6:{s:3:\"key\";s:12:\"license_data\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:13:{s:17:\"license_store_url\";s:35:\"https://onedollarplugin.com/edd-sl/\";s:10:\"keyless_cp\";s:19:\"https://shsec.io/c5\";s:17:\"license_item_name\";s:19:\"Shield Security Pro\";s:15:\"license_item_id\";s:4:\"6047\";s:20:\"license_item_name_sc\";s:40:\"Shield Security Pro (via Shield Central)\";s:18:\"license_item_id_sc\";s:3:\"968\";s:22:\"lic_verify_expire_days\";i:7;s:28:\"lic_verify_expire_grace_days\";i:3;s:18:\"license_key_length\";i:32;s:16:\"license_key_type\";s:12:\"alphanumeric\";s:7:\"keyless\";b:1;s:24:\"keyless_handshake_expire\";i:90;s:6:\"events\";a:3:{s:17:\"lic_check_success\";a:1:{s:4:\"stat\";b:0;}s:14:\"lic_fail_email\";a:1:{s:4:\"stat\";b:0;}s:19:\"lic_fail_deactivate\";a:2:{s:3:\"cat\";i:2;s:4:\"stat\";b:0;}}}s:10:\"meta_modts\";i:1582303038;}','yes'),(162998,'icwp_wpsf_install_date','1508738118','yes'),(102879,'redirect_page','657','yes'),(130546,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:0;s:3:\"all\";i:0;s:9:\"moderated\";i:0;s:8:\"approved\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(130726,'nf_form_tel_data','2,1','no'),(130732,'ninja_forms_data_is_clean','true','yes'),(130589,'updraft_onedrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-6c4781fa217083f78e29e0935c9decf8\";a:0:{}}}','yes'),(130590,'updraft_azure','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-d453a257f1aedde01bb0e5562c425a35\";a:0:{}}}','yes'),(130591,'updraft_sftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-53878e3eda4f9f295511572d2cc68b89\";a:0:{}}}','yes'),(130592,'updraft_googlecloud','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-befeacd1267610d7cb32292b67ad5070\";a:0:{}}}','yes'),(130593,'updraft_backblaze','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-2cda83d12db14638754bdfec7d713c6e\";a:0:{}}}','yes'),(130594,'updraft_webdav','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-109e086a183515ac412701c124f8a203\";a:0:{}}}','yes'),(131740,'Admin_custome_login_Version','s:30:\"a:1:{s:7:\"Version\";s:3:\"1.0\";}\";','yes'),(131741,'Admin_custome_login_dashboard','s:44:\"a:1:{s:16:\"dashboard_status\";s:7:\"disable\";}\";','yes'),(131742,'Admin_custome_login_top','s:404:\"a:9:{s:11:\"top_bg_type\";s:23:\"static-background-color\";s:9:\"top_color\";s:7:\"#2041a5\";s:9:\"top_image\";s:84:\"https://zphiblgz.org/wp-content/plugins/admin-custom-login//images/3d-background.jpg\";s:9:\"top_cover\";s:3:\"yes\";s:10:\"top_repeat\";s:6:\"repeat\";s:12:\"top_position\";s:8:\"left top\";s:14:\"top_attachment\";s:5:\"fixed\";s:16:\"top_slideshow_no\";s:1:\"6\";s:23:\"top_bg_slider_animation\";s:13:\"slider-style1\";}\";','yes'),(131743,'Admin_custome_login_login','s:1366:\"a:29:{s:19:\"login_form_position\";s:7:\"default\";s:16:\"login_form_float\";s:6:\"center\";s:15:\"login_form_left\";s:3:\"700\";s:14:\"login_form_top\";s:3:\"300\";s:16:\"login_custom_css\";s:0:\"\";s:19:\"login_redirect_user\";s:0:\"\";s:13:\"login_bg_type\";s:23:\"static-background-image\";s:14:\"login_bg_color\";s:7:\"#1e73be\";s:15:\"login_bg_effect\";s:9:\"pattern-1\";s:14:\"login_bg_image\";s:84:\"https://zphiblgz.org/wp-content/plugins/admin-custom-login//images/3d-background.jpg\";s:18:\"login_form_opacity\";s:2:\"10\";s:16:\"login_form_width\";s:3:\"358\";s:17:\"login_form_radius\";s:2:\"10\";s:18:\"login_border_style\";s:5:\"solid\";s:21:\"login_border_thikness\";s:1:\"4\";s:18:\"login_border_color\";s:7:\"#0069A0\";s:15:\"login_bg_repeat\";s:6:\"repeat\";s:17:\"login_bg_position\";s:8:\"left top\";s:19:\"login_enable_shadow\";s:3:\"yes\";s:18:\"login_shadow_color\";s:7:\"#C8C8C8\";s:18:\"log_form_above_msg\";s:0:\"\";s:18:\"login_msg_fontsize\";s:2:\"16\";s:20:\"login_msg_font_color\";s:7:\"#000000\";s:11:\"tagline_msg\";s:187:\"Login form is designed using <a href=\"https://wordpress.org/plugins/admin-custom-login/\" target=\"_blank\">ACL</a> plugin by <a href=\"https://www.weblizar.com\" target=\"_blank\">Weblizar</a>.\";s:13:\"user_cust_lbl\";s:22:\"Type Username or Email\";s:13:\"pass_cust_lbl\";s:13:\"Type Password\";s:14:\"label_username\";s:16:\"Username / Email\";s:14:\"label_password\";s:8:\"Password\";s:17:\"label_loginButton\";s:6:\"Log In\";}\";','yes'),(131715,'akismet_comment_form_privacy_notice','hide','yes'),(334251,'shield_mod_config_4cc72f7c28d6d08a37b91ebfa429fa8e','a:7:{s:4:\"slug\";s:7:\"traffic\";s:10:\"properties\";a:13:{s:4:\"slug\";s:7:\"traffic\";s:4:\"name\";s:13:\"Traffic Watch\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:7:\"traffic\";s:7:\"tagline\";s:31:\"Watch All Requests To Your Site\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:110;}s:12:\"requirements\";a:1:{s:3:\"php\";a:1:{s:7:\"version\";s:3:\"5.4\";}}s:8:\"sections\";a:4:{i:0;a:5:{s:4:\"slug\";s:23:\"section_traffic_options\";s:7:\"primary\";b:1;s:5:\"title\";s:21:\"Traffic Watch Options\";s:11:\"title_short\";s:7:\"Options\";s:7:\"summary\";a:2:{i:0;s:62:\"Purpose - Provides finer control over the live traffic system.\";i:1;s:67:\"Recommendation - These settings are dependent on your requirements.\";}}i:1;a:4:{s:4:\"slug\";s:23:\"section_traffic_limiter\";s:5:\"title\";s:15:\"Traffic Limiter\";s:11:\"title_short\";s:7:\"Options\";s:7:\"summary\";a:2:{i:0;s:80:\"Purpose - Provides ability to restrict excessive requests from a single visitor.\";i:1;s:67:\"Recommendation - These settings are dependent on your requirements.\";}}i:2;a:4:{s:4:\"slug\";s:37:\"section_enable_plugin_feature_traffic\";s:5:\"title\";s:28:\"Enable Module: Traffic Watch\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:89:\"Purpose - The Traffic Watch module lets you monitor and review all requests to your site.\";i:1;s:103:\"Recommendation - Required only if you need to review and investigate and monitor requests to your site.\";}}i:3;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:9:{i:0;a:9:{s:3:\"key\";s:14:\"enable_traffic\";s:7:\"section\";s:37:\"section_enable_plugin_feature_traffic\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/ed\";s:9:\"link_blog\";s:19:\"https://shsec.io/ee\";s:4:\"name\";s:20:\"Enable Traffic Watch\";s:7:\"summary\";s:44:\"Enable (or Disable) The Traffic Watch Module\";s:11:\"description\";s:73:\"Un-Checking this option will completely disable the Traffic Watch module.\";}i:1;a:10:{s:3:\"key\";s:15:\"type_exclusions\";s:7:\"section\";s:23:\"section_traffic_options\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:4:{i:0;s:9:\"logged_in\";i:1;s:4:\"cron\";i:2;s:6:\"search\";i:3;s:6:\"uptime\";}s:13:\"value_options\";a:7:{i:0;a:2:{s:9:\"value_key\";s:6:\"simple\";s:4:\"text\";s:15:\"Simple Requests\";}i:1;a:2:{s:9:\"value_key\";s:3:\"api\";s:4:\"text\";s:8:\"REST API\";}i:2;a:2:{s:9:\"value_key\";s:4:\"ajax\";s:4:\"text\";s:4:\"AJAX\";}i:3;a:2:{s:9:\"value_key\";s:9:\"logged_in\";s:4:\"text\";s:15:\"Logged-In Users\";}i:4;a:2:{s:9:\"value_key\";s:4:\"cron\";s:4:\"text\";s:7:\"WP CRON\";}i:5;a:2:{s:9:\"value_key\";s:6:\"search\";s:4:\"text\";s:14:\"Search Engines\";}i:6;a:2:{s:9:\"value_key\";s:6:\"uptime\";s:4:\"text\";s:26:\"Uptime Monitoring Services\";}}s:9:\"link_info\";s:19:\"https://shsec.io/eb\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Traffic Log Exclusions\";s:7:\"summary\";s:41:\"Select Which Types Of Requests To Exclude\";s:11:\"description\";s:74:\"Deselect any requests that you don\'t want to appear in the traffic viewer.\";}i:2;a:9:{s:3:\"key\";s:17:\"custom_exclusions\";s:7:\"section\";s:23:\"section_traffic_options\";s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/ec\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Custom Exclusions\";s:7:\"summary\";s:33:\"Provide Custom Traffic Exclusions\";s:11:\"description\";s:98:\"For each entry, if the text is present in either the User Agent or Page/Path, it will be excluded.\";}i:3;a:10:{s:3:\"key\";s:10:\"auto_clean\";s:7:\"section\";s:23:\"section_traffic_options\";s:7:\"default\";i:3;s:3:\"min\";i:1;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Auto Expiry Cleaning\";s:7:\"summary\";s:30:\"Enable Traffic Log Auto Expiry\";s:11:\"description\";s:78:\"Automated DB cleanup will delete logs older than this maximum value (in days).\";}i:4;a:10:{s:3:\"key\";s:11:\"max_entries\";s:7:\"section\";s:23:\"section_traffic_options\";s:7:\"default\";i:1000;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Max Log Length\";s:7:\"summary\";s:34:\"Maximum Traffic Log Length To Keep\";s:11:\"description\";s:81:\"Automated DB cleanup will delete logs to maintain this maximum number of records.\";}i:5;a:9:{s:3:\"key\";s:12:\"auto_disable\";s:7:\"section\";s:23:\"section_traffic_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Auto Disable\";s:7:\"summary\";s:41:\"Auto Disable Traffic Logging After 1 Week\";s:11:\"description\";s:90:\"Turn on to prevent unnecessary long-term traffic logging. Timer resets each time you save.\";}i:6;a:10:{s:3:\"key\";s:14:\"limit_requests\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"default\";s:2:\"20\";s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Max Request Limit\";s:7:\"summary\";s:48:\"Maximum Number Of Requests Allowed In Time Limit\";s:11:\"description\";s:72:\"The maximum number of requests that are allowed in the given time limit.\";}i:7;a:10:{s:3:\"key\";s:15:\"limit_time_span\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"default\";s:2:\"20\";s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:27:\"Request Limit Time Interval\";s:7:\"summary\";s:48:\"The Time Interval To Test For Excessive Requests\";s:11:\"description\";s:84:\"The time limit within which to monitor for excessive requests that exceed the limit.\";}i:8;a:5:{s:3:\"key\";s:14:\"autodisable_at\";s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:7:\"integer\";s:12:\"transferable\";b:0;s:7:\"default\";i:0;}}s:11:\"definitions\";a:4:{s:10:\"db_classes\";a:1:{s:7:\"traffic\";s:66:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Traffic\\Handler\";}s:18:\"traffic_table_name\";s:7:\"traffic\";s:21:\"traffic_table_columns\";a:11:{i:0;s:2:\"id\";i:1;s:3:\"rid\";i:2;s:3:\"uid\";i:3;s:2:\"ip\";i:4;s:4:\"path\";i:5;s:4:\"code\";i:6;s:2:\"ua\";i:7;s:4:\"verb\";i:8;s:5:\"trans\";i:9;s:10:\"created_at\";i:10;s:10:\"deleted_at\";}s:6:\"events\";a:1:{s:22:\"request_limit_exceeded\";a:2:{s:3:\"cat\";i:3;s:7:\"offense\";b:1;}}}s:10:\"meta_modts\";i:1582303038;}','yes'),(463279,'auto_update_plugins','a:0:{}','no'),(439308,'ninja_forms_needs_updates','0','yes'),(143321,'_tml_dismissed_notices','a:3:{i:0;s:17:\"new_extension-2fa\";i:1;s:20:\"new_extension-social\";i:2;s:23:\"new_extension-mailchimp\";}','no'),(143322,'updraftplus_dismisseddashnotice','1632877328','yes'),(140121,'mc_mm_dismiss_review_notice','true','yes'),(420385,'shield_mod_config_e0d6ff88278df057ce5240bb8e81a8e9','a:5:{s:4:\"slug\";s:7:\"headers\";s:10:\"properties\";a:14:{s:4:\"slug\";s:7:\"headers\";s:4:\"name\";s:12:\"HTTP Headers\";s:12:\"sidebar_name\";s:12:\"HTTP Headers\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:7:\"headers\";s:7:\"tagline\";s:29:\"Control HTTP Security Headers\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:80;}s:8:\"sections\";a:4:{i:0;a:5:{s:4:\"slug\";s:24:\"section_security_headers\";s:7:\"primary\";b:1;s:5:\"title\";s:25:\"Advanced Security Headers\";s:11:\"title_short\";s:16:\"Security Headers\";s:7:\"summary\";a:2:{i:0;s:92:\"Purpose - Protect visitors to your site by implementing increased security response headers.\";i:1;s:101:\"Recommendation - Enabling these features are advised, but you must test them on your site thoroughly.\";}}i:1;a:4:{s:4:\"slug\";s:31:\"section_content_security_policy\";s:5:\"title\";s:23:\"Content Security Policy\";s:11:\"title_short\";s:23:\"Content Security Policy\";s:7:\"summary\";a:2:{i:0;s:105:\"Purpose - Restrict the sources and types of content that may be loaded and processed by visitor browsers.\";i:1;s:101:\"Recommendation - Enabling these features are advised, but you must test them on your site thoroughly.\";}}i:2;a:4:{s:4:\"slug\";s:37:\"section_enable_plugin_feature_headers\";s:5:\"title\";s:27:\"Enable Module: HTTP Headers\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:92:\"Purpose - Protect visitors to your site by implementing increased security response headers.\";i:1;s:101:\"Recommendation - Enabling these features are advised, but you must test them on your site thoroughly.\";}}i:3;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:13:{i:0;a:10:{s:3:\"key\";s:14:\"enable_headers\";s:7:\"section\";s:37:\"section_enable_plugin_feature_headers\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/aj\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:4:\"name\";s:19:\"Enable HTTP Headers\";s:7:\"summary\";s:43:\"Enable (or Disable) The HTTP Headers module\";s:11:\"description\";s:71:\"Un-Checking this option will completely disable the HTTP Headers module\";}i:1;a:10:{s:3:\"key\";s:7:\"x_frame\";s:7:\"section\";s:24:\"section_security_headers\";s:7:\"default\";s:13:\"on_sameorigin\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:3:\"off\";s:4:\"text\";s:24:\"Off: iFrames Not Blocked\";}i:1;a:2:{s:9:\"value_key\";s:13:\"on_sameorigin\";s:4:\"text\";s:36:\"On: Allow iFrames On The Same Domain\";}i:2;a:2:{s:9:\"value_key\";s:7:\"on_deny\";s:4:\"text\";s:21:\"On: Block All iFrames\";}}s:9:\"link_info\";s:19:\"https://shsec.io/78\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:4:\"name\";s:13:\"Block iFrames\";s:7:\"summary\";s:33:\"Block Remote iFrames Of This Site\";s:11:\"description\";s:139:\"The setting prevents any external website from embedding your site in an iFrame. This is useful for preventing so-called ClickJack attacks.\";}i:2;a:9:{s:3:\"key\";s:13:\"x_xss_protect\";s:7:\"section\";s:24:\"section_security_headers\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/79\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:4:\"name\";s:14:\"XSS Protection\";s:7:\"summary\";s:38:\"Employ Built-In Browser XSS Protection\";s:11:\"description\";s:80:\"Directs compatible browsers to block what they detect as Reflective XSS attacks.\";}i:3;a:9:{s:3:\"key\";s:14:\"x_content_type\";s:7:\"section\";s:24:\"section_security_headers\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/7a\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:4:\"name\";s:18:\"Prevent Mime-Sniff\";s:7:\"summary\";s:27:\"Turn-Off Browser Mime-Sniff\";s:11:\"description\";s:60:\"Reduces visitor exposure to malicious user-uploaded content.\";}i:4;a:11:{s:3:\"key\";s:17:\"x_referrer_policy\";s:7:\"section\";s:24:\"section_security_headers\";s:9:\"sensitive\";b:0;s:4:\"type\";s:6:\"select\";s:7:\"default\";s:10:\"unsafe-url\";s:13:\"value_options\";a:10:{i:0;a:2:{s:9:\"value_key\";s:10:\"unsafe-url\";s:4:\"text\";s:45:\"Default: Full Referrer URL (aka \'Unsafe URL\')\";}i:1;a:2:{s:9:\"value_key\";s:11:\"no-referrer\";s:4:\"text\";s:11:\"No Referrer\";}i:2;a:2:{s:9:\"value_key\";s:26:\"no-referrer-when-downgrade\";s:4:\"text\";s:26:\"No Referrer When Downgrade\";}i:3;a:2:{s:9:\"value_key\";s:11:\"same-origin\";s:4:\"text\";s:11:\"Same Origin\";}i:4;a:2:{s:9:\"value_key\";s:6:\"origin\";s:4:\"text\";s:6:\"Origin\";}i:5;a:2:{s:9:\"value_key\";s:13:\"strict-origin\";s:4:\"text\";s:13:\"Strict Origin\";}i:6;a:2:{s:9:\"value_key\";s:24:\"origin-when-cross-origin\";s:4:\"text\";s:24:\"Origin When Cross-Origin\";}i:7;a:2:{s:9:\"value_key\";s:31:\"strict-origin-when-cross-origin\";s:4:\"text\";s:31:\"Strict Origin When Cross-Origin\";}i:8;a:2:{s:9:\"value_key\";s:5:\"empty\";s:4:\"text\";s:12:\"Empty Header\";}i:9;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:33:\"Disabled - Don\'t Send This Header\";}}s:9:\"link_info\";s:19:\"https://shsec.io/a5\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Referrer Policy\";s:7:\"summary\";s:22:\"Referrer Policy Header\";s:11:\"description\";s:141:\"The Referrer Policy Header allows you to control when and what referral information a browser may pass along with links clicked on your site.\";}i:5;a:9:{s:3:\"key\";s:32:\"enable_x_content_security_policy\";s:7:\"section\";s:31:\"section_content_security_policy\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/7d\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:4:\"name\";s:30:\"Enable Content Security Policy\";s:7:\"summary\";s:54:\"Enable (or Disable) The Content Security Policy module\";s:11:\"description\";s:75:\"Allows for permission and restriction of all resources loaded on your site.\";}i:6;a:9:{s:3:\"key\";s:9:\"xcsp_self\";s:7:\"section\";s:31:\"section_content_security_policy\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:4:\"Self\";s:7:\"summary\";s:22:\"Allow \'self\' Directive\";s:11:\"description\";s:117:\"Using \'self\' is generally recommended. It essentially means that resources from your own host:protocol are permitted.\";}i:7;a:9:{s:3:\"key\";s:11:\"xcsp_inline\";s:7:\"section\";s:31:\"section_content_security_policy\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Inline Entities\";s:7:\"summary\";s:28:\"Allow Inline Scripts and CSS\";s:11:\"description\";s:76:\"Allows parsing of Javascript and CSS declared in-line in your html document.\";}i:8;a:9:{s:3:\"key\";s:9:\"xcsp_data\";s:7:\"section\";s:31:\"section_content_security_policy\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:13:\"Embedded Data\";s:7:\"summary\";s:24:\"Allow \'data:\' Directives\";s:11:\"description\";s:80:\"Allows use of embedded data directives, most commonly used for images and fonts.\";}i:9;a:9:{s:3:\"key\";s:9:\"xcsp_eval\";s:7:\"section\";s:31:\"section_content_security_policy\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Allow eval()\";s:7:\"summary\";s:23:\"Allow Javascript eval()\";s:11:\"description\";s:50:\"Permits the use of Javascript the eval() function.\";}i:10;a:9:{s:3:\"key\";s:10:\"xcsp_https\";s:7:\"section\";s:31:\"section_content_security_policy\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:5:\"HTTPS\";s:7:\"summary\";s:22:\"HTTPS Resource Loading\";s:11:\"description\";s:50:\"Allows loading of any content provided over HTTPS.\";}i:11;a:10:{s:3:\"key\";s:10:\"xcsp_hosts\";s:7:\"section\";s:31:\"section_content_security_policy\";s:9:\"sensitive\";b:1;s:7:\"default\";a:1:{i:0;s:1:\"*\";}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/ga\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Permitted Hosts\";s:7:\"summary\";s:27:\"Permitted Hosts and Domains\";s:11:\"description\";s:276:\"You can explicitly state which hosts/domain from which content may be loaded. Take great care and test your site as you may block legitimate resources. If in-doubt, leave blank or use \'*\' only. Note: You can force only HTTPS for a given domain by prefixing it with \'https://\'.\";}i:12;a:10:{s:3:\"key\";s:11:\"xcsp_custom\";s:7:\"section\";s:31:\"section_content_security_policy\";s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/g9\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Manual Rules\";s:7:\"summary\";s:16:\"Manual CSP Rules\";s:11:\"description\";s:58:\"Manual CSP rules which are not covered by the rules above.\";}}s:10:\"meta_modts\";i:1611420210;}','yes'),(334248,'shield_mod_config_8adf2aac7649ea27a12e61a2bf79d84a','a:5:{s:10:\"properties\";a:11:{s:4:\"slug\";s:6:\"events\";s:4:\"name\";s:6:\"Events\";s:21:\"show_module_menu_item\";b:0;s:11:\"storage_key\";s:6:\"events\";s:7:\"tagline\";s:37:\"Collection of plugin events and stats\";s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:1;}s:8:\"sections\";a:2:{i:0;a:5:{s:4:\"slug\";s:36:\"section_enable_plugin_feature_events\";s:7:\"primary\";b:1;s:5:\"title\";s:21:\"Enable Module: Events\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:70:\"Purpose - Helps you see at a glance how effective the plugin has been.\";i:1;s:55:\"Recommendation - Keep the Statistics feature turned on.\";}}i:1;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:1:{i:0;a:9:{s:3:\"key\";s:13:\"enable_events\";s:7:\"section\";s:36:\"section_enable_plugin_feature_events\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:13:\"Enable Events\";s:7:\"summary\";s:41:\"Enable (or Disable) The Statistics module\";s:11:\"description\";s:69:\"Un-Checking this option will completely disable the Statistics module\";}}s:11:\"definitions\";a:3:{s:10:\"db_classes\";a:1:{s:6:\"events\";s:65:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Events\\Handler\";}s:17:\"events_table_name\";s:6:\"events\";s:20:\"events_table_columns\";a:5:{i:0;s:2:\"id\";i:1;s:5:\"event\";i:2;s:5:\"count\";i:3;s:10:\"created_at\";i:4;s:10:\"deleted_at\";}}s:10:\"meta_modts\";i:1582303038;}','yes'),(334249,'shield_mod_config_c8cdbed5373178ba0c8b27798683ce7d','a:5:{s:10:\"properties\";a:13:{s:4:\"slug\";s:8:\"sessions\";s:4:\"name\";s:8:\"Sessions\";s:21:\"show_module_menu_item\";b:0;s:11:\"storage_key\";s:8:\"sessions\";s:7:\"tagline\";s:13:\"User Sessions\";s:12:\"auto_enabled\";b:1;s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:19:\"auto_load_processor\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;}s:8:\"sections\";a:2:{i:0;a:5:{s:4:\"slug\";s:38:\"section_enable_plugin_feature_sessions\";s:7:\"primary\";b:1;s:5:\"title\";s:23:\"Enable Module: Sessions\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:44:\"Purpose - Creates and Manages User Sessions.\";i:1;s:53:\"Recommendation - Keep the Sessions feature turned on.\";}}i:1;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:2:{i:0;a:9:{s:3:\"key\";s:15:\"enable_sessions\";s:7:\"section\";s:38:\"section_enable_plugin_feature_sessions\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Enable Sessions\";s:7:\"summary\";s:39:\"Enable (or Disable) The Sessions module\";s:11:\"description\";s:67:\"Un-Checking this option will completely disable the Sessions module\";}i:1;a:5:{s:3:\"key\";s:27:\"autoadd_sessions_started_at\";s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:7:\"integer\";s:12:\"transferable\";b:0;s:7:\"default\";i:0;}}s:11:\"definitions\";a:4:{s:10:\"db_classes\";a:1:{s:7:\"session\";s:66:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Session\\Handler\";}s:19:\"sessions_table_name\";s:8:\"sessions\";s:22:\"sessions_table_columns\";a:13:{i:0;s:2:\"id\";i:1;s:10:\"session_id\";i:2;s:11:\"wp_username\";i:3;s:2:\"ip\";i:4;s:7:\"browser\";i:5;s:12:\"logged_in_at\";i:6;s:16:\"last_activity_at\";i:7;s:17:\"last_activity_uri\";i:8;s:13:\"li_code_email\";i:9;s:23:\"login_intent_expires_at\";i:10;s:11:\"secadmin_at\";i:11;s:10:\"created_at\";i:12;s:10:\"deleted_at\";}s:6:\"events\";a:2:{s:13:\"session_start\";a:1:{s:5:\"audit\";b:0;}s:17:\"session_terminate\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}}}s:10:\"meta_modts\";i:1582303038;}','yes'),(334250,'shield_mod_config_7c02f16ba211df1c4b0a02f04971f2c8','a:6:{s:4:\"slug\";s:11:\"audit_trail\";s:10:\"properties\";a:13:{s:4:\"slug\";s:11:\"audit_trail\";s:4:\"name\";s:11:\"Audit Trail\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:11:\"audit_trail\";s:7:\"tagline\";s:56:\"Get a view on what happens on your site, when it happens\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:1;s:5:\"order\";i:110;}s:8:\"sections\";a:5:{i:0;a:5:{s:4:\"slug\";s:29:\"section_enable_audit_contexts\";s:7:\"primary\";b:1;s:5:\"title\";s:21:\"Enable Audit Contexts\";s:11:\"title_short\";s:14:\"Audit Contexts\";s:7:\"summary\";a:2:{i:0;s:65:\"Purpose - Specify which types of actions on your site are logged.\";i:1;s:67:\"Recommendation - These settings are dependent on your requirements.\";}}i:1;a:4:{s:4:\"slug\";s:27:\"section_audit_trail_options\";s:5:\"title\";s:19:\"Audit Trail Options\";s:11:\"title_short\";s:7:\"Options\";s:7:\"summary\";a:2:{i:0;s:61:\"Purpose - Provides finer control over the audit trail itself.\";i:1;s:67:\"Recommendation - These settings are dependent on your requirements.\";}}i:2;a:5:{s:4:\"slug\";s:23:\"section_change_tracking\";s:6:\"hidden\";b:1;s:5:\"title\";s:15:\"Change Tracking\";s:11:\"title_short\";s:15:\"Change Tracking\";s:7:\"summary\";a:2:{i:0;s:49:\"Purpose - Track significant changes to your site.\";i:1;s:55:\"Recommendation - Keep this Reporting feature turned on.\";}}i:3;a:4:{s:4:\"slug\";s:41:\"section_enable_plugin_feature_audit_trail\";s:5:\"title\";s:26:\"Enable Module: Audit Trail\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:124:\"Purpose - The Audit Trail is designed so you can look back on events and analyse what happened and what may have gone wrong.\";i:1;s:56:\"Recommendation - Keep the Audit Trail feature turned on.\";}}i:4;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:14:{i:0;a:9:{s:3:\"key\";s:18:\"enable_audit_trail\";s:7:\"section\";s:41:\"section_enable_plugin_feature_audit_trail\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/5p\";s:9:\"link_blog\";s:19:\"https://shsec.io/a1\";s:4:\"name\";s:18:\"Enable Audit Trail\";s:7:\"summary\";s:42:\"Enable (or Disable) The Audit Trail module\";s:11:\"description\";s:70:\"Un-Checking this option will completely disable the Audit Trail module\";}i:1;a:10:{s:3:\"key\";s:22:\"audit_trail_auto_clean\";s:7:\"section\";s:27:\"section_audit_trail_options\";s:7:\"default\";i:14;s:3:\"min\";i:1;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/a2\";s:9:\"link_blog\";s:19:\"https://shsec.io/a1\";s:4:\"name\";s:10:\"Auto Clean\";s:7:\"summary\";s:26:\"Enable Audit Auto Cleaning\";s:11:\"description\";s:94:\"Events older than the number of days specified will be automatically cleaned from the database\";}i:2;a:11:{s:3:\"key\";s:23:\"audit_trail_max_entries\";s:7:\"section\";s:27:\"section_audit_trail_options\";s:7:\"premium\";b:1;s:7:\"default\";i:1000;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Max Trail Length\";s:7:\"summary\";s:34:\"Maximum Audit Trail Length To Keep\";s:11:\"description\";s:73:\"Automatically remove any audit trail entries when this limit is exceeded.\";}i:3;a:9:{s:3:\"key\";s:26:\"enable_audit_context_users\";s:7:\"section\";s:29:\"section_enable_audit_contexts\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/a3\";s:9:\"link_blog\";s:19:\"https://shsec.io/a1\";s:4:\"name\";s:16:\"Users And Logins\";s:7:\"summary\";s:39:\"Enable Audit Context - Users And Logins\";s:11:\"description\";s:95:\"When this context is enabled, the audit trail will track activity relating to: Users And Logins\";}i:4;a:9:{s:3:\"key\";s:28:\"enable_audit_context_plugins\";s:7:\"section\";s:29:\"section_enable_audit_contexts\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/a3\";s:9:\"link_blog\";s:19:\"https://shsec.io/a1\";s:4:\"name\";s:7:\"Plugins\";s:7:\"summary\";s:30:\"Enable Audit Context - Plugins\";s:11:\"description\";s:96:\"When this context is enabled, the audit trail will track activity relating to: WordPress Plugins\";}i:5;a:9:{s:3:\"key\";s:27:\"enable_audit_context_themes\";s:7:\"section\";s:29:\"section_enable_audit_contexts\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/a3\";s:9:\"link_blog\";s:19:\"https://shsec.io/a1\";s:4:\"name\";s:6:\"Themes\";s:7:\"summary\";s:29:\"Enable Audit Context - Themes\";s:11:\"description\";s:95:\"When this context is enabled, the audit trail will track activity relating to: WordPress Themes\";}i:6;a:9:{s:3:\"key\";s:26:\"enable_audit_context_posts\";s:7:\"section\";s:29:\"section_enable_audit_contexts\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/a3\";s:9:\"link_blog\";s:19:\"https://shsec.io/a1\";s:4:\"name\";s:15:\"Posts And Pages\";s:7:\"summary\";s:38:\"Enable Audit Context - Posts And Pages\";s:11:\"description\";s:120:\"When this context is enabled, the audit trail will track activity relating to: Editing and publishing of posts and pages\";}i:7;a:9:{s:3:\"key\";s:30:\"enable_audit_context_wordpress\";s:7:\"section\";s:29:\"section_enable_audit_contexts\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/a3\";s:9:\"link_blog\";s:19:\"https://shsec.io/a1\";s:4:\"name\";s:22:\"WordPress And Settings\";s:7:\"summary\";s:45:\"Enable Audit Context - WordPress And Settings\";s:11:\"description\";s:142:\"When this context is enabled, the audit trail will track activity relating to: WordPress upgrades and changes to particular WordPress settings\";}i:8;a:9:{s:3:\"key\";s:27:\"enable_audit_context_emails\";s:7:\"section\";s:29:\"section_enable_audit_contexts\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/a3\";s:9:\"link_blog\";s:19:\"https://shsec.io/a1\";s:4:\"name\";s:6:\"Emails\";s:7:\"summary\";s:29:\"Enable Audit Context - Emails\";s:11:\"description\";s:92:\"When this context is enabled, the audit trail will track activity relating to: Email Sending\";}i:9;a:9:{s:3:\"key\";s:25:\"enable_audit_context_wpsf\";s:7:\"section\";s:29:\"section_enable_audit_contexts\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/a4\";s:9:\"link_blog\";s:19:\"https://shsec.io/a1\";s:4:\"name\";s:6:\"Shield\";s:7:\"summary\";s:29:\"Enable Audit Context - Shield\";s:11:\"description\";s:85:\"When this context is enabled, the audit trail will track activity relating to: Shield\";}i:10;a:10:{s:3:\"key\";s:22:\"enable_change_tracking\";s:7:\"section\";s:23:\"section_change_tracking\";s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:7:\"enabled\";s:4:\"text\";s:7:\"Enabled\";}i:2;a:2:{s:9:\"value_key\";s:18:\"enabled_with_email\";s:4:\"text\";s:26:\"Enabled With Email Reports\";}}s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Enable Change Tracking\";s:7:\"summary\";s:32:\"Track Major Changes To Your Site\";s:11:\"description\";s:85:\"Tracking major changes to your site will help you monitor and catch malicious damage.\";}i:11;a:10:{s:3:\"key\";s:21:\"ct_snapshots_per_week\";s:7:\"section\";s:23:\"section_change_tracking\";s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:7;s:3:\"min\";i:1;s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Snapshot Per Week\";s:7:\"summary\";s:36:\"Number Of Snapshots To Take Per Week\";s:11:\"description\";s:72:\"The number of snapshots to take per week. For daily snapshots, select 7.\";}i:12;a:10:{s:3:\"key\";s:16:\"ct_max_snapshots\";s:7:\"section\";s:23:\"section_change_tracking\";s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:28;s:3:\"min\";i:1;s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Snapshot Per Week\";s:7:\"summary\";s:36:\"Number Of Snapshots To Take Per Week\";s:11:\"description\";s:72:\"The number of snapshots to take per week. For daily snapshots, select 7.\";}i:13;a:5:{s:3:\"key\";s:19:\"ct_last_snapshot_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}}s:11:\"definitions\";a:7:{s:10:\"db_classes\";a:1:{s:5:\"audit\";s:69:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\AuditTrail\\Handler\";}s:31:\"audit_trail_default_max_entries\";i:100;s:22:\"audit_trail_table_name\";s:11:\"audit_trail\";s:25:\"audit_trail_table_columns\";a:14:{i:0;s:2:\"id\";i:1;s:3:\"rid\";i:2;s:11:\"wp_username\";i:3;s:2:\"ip\";i:4;s:7:\"context\";i:5;s:5:\"event\";i:6;s:8:\"category\";i:7;s:7:\"message\";i:8;s:5:\"count\";i:9;s:9:\"immutable\";i:10;s:4:\"meta\";i:11;s:10:\"updated_at\";i:12;s:10:\"created_at\";i:13;s:10:\"deleted_at\";}s:25:\"table_name_changetracking\";s:14:\"changetracking\";s:28:\"table_columns_changetracking\";a:5:{i:0;s:2:\"id\";i:1;s:4:\"data\";i:2;s:4:\"meta\";i:3;s:10:\"created_at\";i:4;s:10:\"deleted_at\";}s:6:\"events\";a:19:{s:16:\"plugin_activated\";a:2:{s:7:\"context\";s:7:\"plugins\";s:14:\"audit_multiple\";b:1;}s:18:\"plugin_deactivated\";a:2:{s:7:\"context\";s:7:\"plugins\";s:14:\"audit_multiple\";b:1;}s:18:\"plugin_file_edited\";a:1:{s:7:\"context\";s:7:\"plugins\";}s:15:\"theme_activated\";a:1:{s:7:\"context\";s:6:\"themes\";}s:17:\"theme_file_edited\";a:1:{s:7:\"context\";s:6:\"themes\";}s:12:\"core_updated\";a:1:{s:7:\"context\";s:9:\"wordpress\";}s:20:\"permalinks_structure\";a:1:{s:7:\"context\";s:9:\"wordpress\";}s:12:\"post_deleted\";a:2:{s:7:\"context\";s:5:\"posts\";s:14:\"audit_multiple\";b:1;}s:12:\"post_trashed\";a:2:{s:7:\"context\";s:5:\"posts\";s:14:\"audit_multiple\";b:1;}s:14:\"post_recovered\";a:2:{s:7:\"context\";s:5:\"posts\";s:14:\"audit_multiple\";b:1;}s:12:\"post_updated\";a:2:{s:7:\"context\";s:5:\"posts\";s:14:\"audit_multiple\";b:1;}s:14:\"post_published\";a:2:{s:7:\"context\";s:5:\"posts\";s:14:\"audit_multiple\";b:1;}s:16:\"post_unpublished\";a:2:{s:7:\"context\";s:5:\"posts\";s:14:\"audit_multiple\";b:1;}s:10:\"user_login\";a:1:{s:7:\"context\";s:5:\"users\";}s:15:\"user_registered\";a:1:{s:7:\"context\";s:5:\"users\";}s:12:\"user_deleted\";a:2:{s:7:\"context\";s:5:\"users\";s:14:\"audit_multiple\";b:1;}s:23:\"user_deleted_reassigned\";a:1:{s:7:\"context\";s:5:\"users\";}s:18:\"email_attempt_send\";a:2:{s:7:\"context\";s:6:\"emails\";s:14:\"audit_multiple\";b:1;}s:18:\"email_send_invalid\";a:2:{s:7:\"context\";s:6:\"emails\";s:14:\"audit_multiple\";b:1;}}}s:10:\"meta_modts\";i:1582303038;}','yes'),(334247,'shield_mod_config_4bab4b3f62ab450ea7a710e73e8dfc1a','a:6:{s:4:\"slug\";s:8:\"lockdown\";s:10:\"properties\";a:13:{s:4:\"slug\";s:8:\"lockdown\";s:4:\"name\";s:11:\"WP Lockdown\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:8:\"lockdown\";s:7:\"tagline\";s:56:\"Harden the more loosely controlled settings of your site\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:90;}s:8:\"sections\";a:5:{i:0;a:5:{s:4:\"slug\";s:14:\"section_apixml\";s:7:\"primary\";b:1;s:5:\"title\";s:25:\"WordPress System Lockdown\";s:11:\"title_short\";s:6:\"System\";s:7:\"summary\";a:2:{i:0;s:58:\"Purpose - Lockdown certain core WordPress system features.\";i:1;s:99:\"Recommendation - This depends on your usage and needs for certain WordPress functions and features.\";}}i:1;a:4:{s:4:\"slug\";s:33:\"section_permission_access_options\";s:5:\"title\";s:30:\"Permissions and Access Options\";s:11:\"title_short\";s:11:\"Permissions\";s:7:\"summary\";a:2:{i:0;s:66:\"Purpose - Provides finer control of certain WordPress permissions.\";i:1;s:75:\"Recommendation - Only enable SSL if you have a valid certificate installed.\";}}i:2;a:4:{s:4:\"slug\";s:35:\"section_wordpress_obscurity_options\";s:5:\"title\";s:27:\"WordPress Obscurity Options\";s:11:\"title_short\";s:9:\"Obscurity\";s:7:\"summary\";a:2:{i:0;s:63:\"Purpose - Obscures certain WordPress settings from public view.\";i:1;s:103:\"Recommendation - Obscurity is not true security and so these settings are down to your personal tastes.\";}}i:3;a:4:{s:4:\"slug\";s:48:\"section_enable_plugin_feature_wordpress_lockdown\";s:5:\"title\";s:23:\"Enable Module: Lockdown\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:94:\"Purpose - Lockdown helps secure-up certain loosely-controlled WordPress settings on your site.\";i:1;s:53:\"Recommendation - Keep the Lockdown feature turned on.\";}}i:4;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:9:{i:0;a:9:{s:3:\"key\";s:15:\"enable_lockdown\";s:7:\"section\";s:48:\"section_enable_plugin_feature_wordpress_lockdown\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/4r\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Enable Lockdown\";s:7:\"summary\";s:39:\"Enable (or Disable) The Lockdown module\";s:11:\"description\";s:67:\"Un-Checking this option will completely disable the Lockdown module\";}i:1;a:9:{s:3:\"key\";s:14:\"disable_xmlrpc\";s:7:\"section\";s:14:\"section_apixml\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/e6\";s:9:\"link_blog\";s:19:\"https://shsec.io/fb\";s:4:\"name\";s:15:\"Disable XML-RPC\";s:7:\"summary\";s:26:\"Disable The XML-RPC System\";s:11:\"description\";s:71:\"Checking this option will completely turn off the whole XML-RPC system.\";}i:2;a:9:{s:3:\"key\";s:25:\"disable_anonymous_restapi\";s:7:\"section\";s:14:\"section_apixml\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:18:\"Anonymous Rest API\";s:7:\"summary\";s:30:\"Disable The Anonymous Rest API\";s:11:\"description\";s:82:\"Checking this option will completely turn off the whole Anonymous Rest API system.\";}i:3;a:9:{s:3:\"key\";s:24:\"api_namespace_exclusions\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"default\";a:3:{i:0;s:14:\"contact-form-7\";i:1;s:7:\"jetpack\";i:2;s:11:\"woocommerce\";}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:19:\"Rest API Exclusions\";s:7:\"summary\";s:29:\"Anonymous REST API Exclusions\";s:11:\"description\";s:81:\"Any namespaces provided here will be excluded from the Anonymous API restriction.\";}i:4;a:9:{s:3:\"key\";s:20:\"disable_file_editing\";s:7:\"section\";s:33:\"section_permission_access_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/4q\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Disable File Editing\";s:7:\"summary\";s:51:\"Disable Ability To Edit Files From Within WordPress\";s:11:\"description\";s:135:\"Removes the option to directly edit any files from within the WordPress admin area. Equivalent to setting \'DISALLOW_FILE_EDIT\' to TRUE.\";}i:5;a:9:{s:3:\"key\";s:15:\"force_ssl_admin\";s:7:\"section\";s:33:\"section_permission_access_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/4t\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Force SSL Admin\";s:7:\"summary\";s:57:\"Forces WordPress Admin Dashboard To Be Delivered Over SSL\";s:11:\"description\";s:126:\"Please only enable this option if you have a valid SSL certificate installed. Equivalent to setting \'FORCE_SSL_ADMIN\' to TRUE.\";}i:6;a:9:{s:3:\"key\";s:22:\"mask_wordpress_version\";s:7:\"section\";s:35:\"section_wordpress_obscurity_options\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/43\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Mask WordPress Version\";s:7:\"summary\";s:49:\"Prevents Public Display Of Your WordPress Version\";s:11:\"description\";s:194:\"Enter how you would like your WordPress version displayed publicly. Leave blank to disable this feature. Warning: This may interfere with WordPress plugins that rely on the $wp_version variable.\";}i:7;a:9:{s:3:\"key\";s:28:\"hide_wordpress_generator_tag\";s:7:\"section\";s:35:\"section_wordpress_obscurity_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"WP Generator Tag\";s:7:\"summary\";s:28:\"Remove WP Generator Meta Tag\";s:11:\"description\";s:119:\"Remove a meta tag from your WordPress pages that publicly displays that your site is WordPress and its current version.\";}i:8;a:9:{s:3:\"key\";s:22:\"block_author_discovery\";s:7:\"section\";s:35:\"section_wordpress_obscurity_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:23:\"https://shsec.io/wpsf23\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Block Username Fishing\";s:7:\"summary\";s:69:\"Block the ability to discover WordPress usernames based on author IDs\";s:11:\"description\";s:150:\"When enabled, any URL requests containing \'author=\' will be killed. Warning: Enabling this option may interfere with expected operations of your site.\";}}s:11:\"definitions\";a:2:{s:26:\"default_restapi_exclusions\";a:5:{i:0;s:14:\"contact-form-7\";i:1;s:7:\"jetpack\";i:2;s:3:\"tho\";i:3;s:12:\"wpstatistics\";i:4;s:11:\"woocommerce\";}s:6:\"events\";a:2:{s:23:\"block_anonymous_restapi\";a:1:{s:6:\"recent\";b:1;}s:9:\"block_xml\";a:3:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;s:7:\"offense\";b:1;}}}s:10:\"meta_modts\";i:1582303038;}','yes'),(314660,'fernleafsystems\\wordpress\\plugin\\shield\\controller\\controller','O:8:\"stdClass\":5:{s:4:\"hash\";s:40:\"bdbea7d2af523480f32cf31129befda70d97b2f8\";s:8:\"mod_time\";i:1605889905;s:11:\"plugin_spec\";a:11:{s:10:\"properties\";a:17:{s:7:\"version\";s:6:\"10.1.3\";s:17:\"release_timestamp\";i:1605692545;s:5:\"build\";s:11:\"202011.1801\";s:11:\"slug_parent\";s:4:\"icwp\";s:11:\"slug_plugin\";s:4:\"wpsf\";s:10:\"human_name\";s:6:\"Shield\";s:10:\"menu_title\";s:6:\"Shield\";s:11:\"text_domain\";s:18:\"wp-simple-firewall\";s:16:\"base_permissions\";s:14:\"manage_options\";s:23:\"wpms_network_admin_only\";b:1;s:15:\"logging_enabled\";b:1;s:21:\"show_dashboard_widget\";b:1;s:19:\"show_admin_bar_menu\";b:1;s:10:\"autoupdate\";s:10:\"confidence\";s:15:\"autoupdate_days\";i:2;s:16:\"options_encoding\";s:4:\"json\";s:14:\"enable_premium\";b:1;}s:12:\"requirements\";a:2:{s:3:\"php\";s:5:\"5.4.0\";s:9:\"wordpress\";s:5:\"3.5.2\";}s:12:\"upgrade_reqs\";a:2:{s:3:\"7.0\";a:2:{s:3:\"php\";s:3:\"5.4\";s:2:\"wp\";s:5:\"3.5.2\";}s:4:\"10.0\";a:2:{s:3:\"php\";s:3:\"7.0\";s:2:\"wp\";s:5:\"3.5.2\";}}s:5:\"paths\";a:8:{s:6:\"source\";s:3:\"src\";s:8:\"autoload\";s:23:\"lib/vendor/autoload.php\";s:6:\"assets\";s:9:\"resources\";s:9:\"languages\";s:9:\"languages\";s:9:\"templates\";s:9:\"templates\";s:16:\"custom_templates\";s:16:\"shield_templates\";s:5:\"flags\";s:5:\"flags\";s:5:\"cache\";s:6:\"shield\";}s:8:\"includes\";a:3:{s:5:\"admin\";a:2:{s:3:\"css\";a:1:{i:0;s:13:\"global-plugin\";}s:2:\"js\";a:2:{i:0;s:6:\"jquery\";i:1;s:13:\"global-plugin\";}}s:12:\"plugin_admin\";a:2:{s:3:\"css\";a:5:{i:0;s:14:\"bootstrap4.min\";i:1;s:20:\"bootstrap-select.min\";i:2;s:13:\"global-plugin\";i:3;s:6:\"plugin\";i:4;s:12:\"featherlight\";}s:2:\"js\";a:9:{i:0;s:21:\"bootstrap4.bundle.min\";i:1;s:20:\"bootstrap-select.min\";i:2;s:6:\"jquery\";i:3;s:13:\"global-plugin\";i:4;s:6:\"plugin\";i:5;s:10:\"base64.min\";i:6;s:13:\"lz-string.min\";i:7;s:12:\"featherlight\";i:8;s:19:\"jquery.fileDownload\";}}s:8:\"frontend\";a:1:{s:3:\"css\";N;}}s:4:\"menu\";a:7:{s:4:\"show\";b:1;s:5:\"title\";s:15:\"Shield Security\";s:9:\"top_level\";b:1;s:14:\"do_submenu_fix\";b:1;s:8:\"callback\";s:16:\"onDisplayTopMenu\";s:10:\"icon_image\";s:20:\"pluginlogo_16x16.png\";s:11:\"has_submenu\";b:1;}s:6:\"labels\";a:10:{s:4:\"Name\";s:6:\"Shield\";s:11:\"Description\";s:108:\"Ultimate WP Security Protection - Scans, 2FA, Firewall, SPAM, Audit Trail, Security Admin, and so much more.\";s:5:\"Title\";s:15:\"Shield Security\";s:6:\"Author\";s:15:\"Shield Security\";s:10:\"AuthorName\";s:15:\"Shield Security\";s:9:\"PluginURI\";s:19:\"https://shsec.io/2f\";s:9:\"AuthorURI\";s:19:\"https://shsec.io/bv\";s:14:\"icon_url_16x16\";s:20:\"pluginlogo_16x16.png\";s:14:\"icon_url_32x32\";s:20:\"pluginlogo_32x32.png\";s:16:\"icon_url_128x128\";s:22:\"pluginlogo_128x128.png\";}s:4:\"meta\";a:3:{s:13:\"url_repo_home\";s:19:\"https://shsec.io/eh\";s:24:\"announcekit_changelog_id\";s:6:\"3ObUvS\";s:19:\"privacy_policy_href\";s:36:\"https://shsec.io/shieldprivacypolicy\";}s:11:\"plugin_meta\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"5✩ Rate This Plugin\";s:4:\"href\";s:23:\"https://shsec.io/wpsf29\";}}s:16:\"version_upgrades\";a:7:{i:0;s:5:\"9.0.0\";i:1;s:5:\"9.0.3\";i:2;s:5:\"9.0.5\";i:3;s:5:\"9.1.1\";i:4;s:5:\"9.2.0\";i:5;s:5:\"9.2.2\";i:6;s:6:\"10.1.0\";}s:12:\"action_links\";a:2:{s:6:\"remove\";N;s:3:\"add\";a:2:{i:0;a:5:{s:4:\"name\";s:18:\"Security Dashboard\";s:5:\"title\";s:24:\"Go To Security Dashboard\";s:4:\"href\";s:26:\"getPluginUrl_AdminMainPage\";s:6:\"target\";s:4:\"_top\";s:4:\"show\";s:6:\"always\";}i:1;a:6:{s:4:\"name\";s:20:\"↑ Go Pro ↑\";s:5:\"title\";s:29:\"For just $1/month. Seriously.\";s:4:\"href\";s:19:\"https://shsec.io/d8\";s:6:\"target\";s:6:\"_blank\";s:9:\"highlight\";b:1;s:4:\"show\";s:4:\"free\";}}}}s:21:\"update_first_detected\";a:2:{s:6:\"10.1.3\";i:1605717016;s:6:\"10.1.5\";i:1607358521;}s:16:\"previous_version\";s:6:\"10.1.3\";}','yes'),(314662,'icwp_wpsf_events_options','a:1:{s:13:\"enable_events\";s:1:\"Y\";}','yes'),(334239,'shield_mod_config_0b133bf60183d10bd9cdd622995211b8','a:8:{s:4:\"slug\";s:3:\"ips\";s:10:\"properties\";a:13:{s:4:\"slug\";s:3:\"ips\";s:4:\"name\";s:22:\"Block Bad IPs/Visitors\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:3:\"ips\";s:7:\"tagline\";s:68:\"Automatically detect bots and malicious visitors and stop them dead.\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:100;}s:13:\"admin_notices\";a:1:{s:19:\"visitor-whitelisted\";a:5:{s:2:\"id\";s:19:\"visitor-whitelisted\";s:8:\"schedule\";s:10:\"conditions\";s:16:\"plugin_page_only\";b:1;s:8:\"per_user\";b:1;s:4:\"type\";s:4:\"info\";}}s:12:\"requirements\";a:1:{s:3:\"php\";a:2:{s:9:\"functions\";a:1:{i:0;s:10:\"filter_var\";}s:9:\"constants\";a:5:{i:0;s:18:\"FILTER_VALIDATE_IP\";i:1;s:16:\"FILTER_FLAG_IPV4\";i:2;s:16:\"FILTER_FLAG_IPV6\";i:3;s:25:\"FILTER_FLAG_NO_PRIV_RANGE\";i:4;s:24:\"FILTER_FLAG_NO_RES_RANGE\";}}}s:8:\"sections\";a:8:{i:0;a:5:{s:4:\"slug\";s:23:\"section_auto_black_list\";s:7:\"primary\";b:1;s:5:\"title\";s:23:\"Automatic IP Black List\";s:11:\"title_short\";s:22:\"Auto IP Blocking Rules\";s:7:\"summary\";a:2:{i:0;s:136:\"Purpose - The Automatic IP Black List system will block the IP addresses of naughty visitors after a specified number of transgressions.\";i:1;s:68:\"Recommendation - Keep the Automatic IP Black List feature turned on.\";}}i:1;a:4:{s:4:\"slug\";s:14:\"section_logins\";s:5:\"title\";s:18:\"Capture Login Bots\";s:11:\"title_short\";s:10:\"Login Bots\";s:7:\"summary\";a:1:{i:0;s:88:\"Recommendation - Enable to capture bots/spiders that don\'t honour \'nofollow\' directives.\";}}i:2;a:4:{s:4:\"slug\";s:14:\"section_probes\";s:5:\"title\";s:20:\"Capture Probing Bots\";s:11:\"title_short\";s:12:\"Probing Bots\";s:7:\"summary\";a:1:{i:0;s:88:\"Recommendation - Enable to capture bots/spiders that don\'t honour \'nofollow\' directives.\";}}i:3;a:4:{s:4:\"slug\";s:18:\"section_behaviours\";s:5:\"title\";s:30:\"Identify Common Bot Behaviours\";s:11:\"title_short\";s:14:\"Bot Behaviours\";s:7:\"summary\";a:1:{i:0;s:88:\"Recommendation - Enable to capture bots/spiders that don\'t honour \'nofollow\' directives.\";}}i:4;a:4:{s:4:\"slug\";s:37:\"section_enable_plugin_feature_bottrap\";s:5:\"title\";s:22:\"Enable Module: BotTrap\";s:11:\"title_short\";s:13:\"Enable Module\";s:7:\"summary\";a:2:{i:0;s:89:\"Purpose - BotTrap monitors a typical set of bot behaviours to help identify probing bots.\";i:1;s:54:\"Recommendation - Enable as many bot traps as possible.\";}}i:5;a:4:{s:4:\"slug\";s:21:\"section_user_messages\";s:5:\"title\";s:32:\"Customize Messages Shown To User\";s:11:\"title_short\";s:16:\"Visitor Messages\";s:7:\"summary\";a:3:{i:0;s:51:\"Purpose - Customize the messages shown to visitors.\";i:1;s:70:\"Recommendation - Be sure to change the messages to suit your audience.\";i:2;s:75:\"Hint - To reset any message to its default, enter the text exactly: default\";}}i:6;a:4:{s:4:\"slug\";s:33:\"section_enable_plugin_feature_ips\";s:5:\"title\";s:25:\"Enable Module: IP Manager\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:95:\"Purpose - The IP Manager allows you to whitelist, blacklist and configure auto-blacklist rules.\";i:1;s:123:\"Recommendation - Keep the IP Manager feature turned on. You should also carefully review the automatic black list settings.\";}}i:7;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:15:{i:0;a:9:{s:3:\"key\";s:10:\"enable_ips\";s:7:\"section\";s:33:\"section_enable_plugin_feature_ips\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/ea\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf26\";s:4:\"name\";s:17:\"Enable IP Manager\";s:7:\"summary\";s:41:\"Enable (or Disable) The IP Manager module\";s:11:\"description\";s:69:\"Un-Checking this option will completely disable the IP Manager module\";}i:1;a:9:{s:3:\"key\";s:19:\"transgression_limit\";s:7:\"section\";s:23:\"section_auto_black_list\";s:7:\"default\";i:10;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:23:\"https://shsec.io/wpsf24\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf26\";s:4:\"name\";s:13:\"Offense Limit\";s:7:\"summary\";s:72:\"Visitor IP address will be Black Listed after X bad actions on your site\";s:11:\"description\";s:280:\"A black mark is set against an IP address each time a visitor trips the defenses of the Shield plugin. When the number of these offenses exceeds specified limit, they are automatically blocked from accessing the site. Set this to 0 to turn off the Automatic IP Black List feature.\";}i:2;a:10:{s:3:\"key\";s:11:\"auto_expire\";s:7:\"section\";s:23:\"section_auto_black_list\";s:7:\"default\";s:3:\"day\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:6:\"minute\";s:4:\"text\";s:6:\"Minute\";}i:1;a:2:{s:9:\"value_key\";s:4:\"hour\";s:4:\"text\";s:4:\"Hour\";}i:2;a:2:{s:9:\"value_key\";s:3:\"day\";s:4:\"text\";s:3:\"Day\";}i:3;a:2:{s:9:\"value_key\";s:4:\"week\";s:4:\"text\";s:4:\"Week\";}i:4;a:2:{s:9:\"value_key\";s:5:\"month\";s:4:\"text\";s:5:\"Month\";}}s:9:\"link_info\";s:23:\"https://shsec.io/wpsf25\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf26\";s:4:\"name\";s:21:\"Auto Block Expiration\";s:7:\"summary\";s:65:\"After 1 \'X\' a black listed IP will be removed from the black list\";s:11:\"description\";s:249:\"Permanent and lengthy IP Black Lists are harmful to performance. You should allow IP addresses on the black list to be eventually removed over time. Shorter IP black lists are more efficient and a more intelligent use of an IP-based blocking system.\";}i:3;a:11:{s:3:\"key\";s:17:\"user_auto_recover\";s:7:\"section\";s:23:\"section_auto_black_list\";s:7:\"premium\";b:1;s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:2:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:4:\"gasp\";s:4:\"text\";s:26:\"With Shield Bot Protection\";}}s:9:\"link_info\";s:19:\"https://shsec.io/f8\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"User Auto Unblock\";s:7:\"summary\";s:34:\"Allow Visitors To Unblock Their IP\";s:11:\"description\";s:73:\"Allow visitors blocked by the plugin to automatically unblock themselves.\";}i:4;a:10:{s:3:\"key\";s:17:\"request_whitelist\";s:7:\"section\";s:23:\"section_auto_black_list\";s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/gd\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Request Path Whitelist\";s:7:\"summary\";s:22:\"Request Path Whitelist\";s:11:\"description\";s:23:\"Request Path Whitelist.\";}i:5;a:11:{s:3:\"key\";s:16:\"text_loginfailed\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/e8\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Login Failed\";s:7:\"summary\";s:62:\"Visitor Triggers The IP Offenses System Through A Failed Login\";s:11:\"description\";s:63:\"This message is displayed if the visitor fails a login attempt.\";}i:6;a:11:{s:3:\"key\";s:9:\"track_404\";s:7:\"section\";s:14:\"section_probes\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fo\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:4:\"name\";s:10:\"404 Detect\";s:7:\"summary\";s:33:\"Identify A Bot When It Hits A 404\";s:11:\"description\";s:53:\"Detect When A Visitor Browses To A Non-Existent Page.\";}i:7;a:11:{s:3:\"key\";s:16:\"track_linkcheese\";s:7:\"section\";s:14:\"section_probes\";s:7:\"premium\";b:1;s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fo\";s:9:\"link_blog\";s:19:\"https://shsec.io/f6\";s:4:\"name\";s:11:\"Link Cheese\";s:7:\"summary\";s:38:\"Tempt A Bot With A Fake Link To Follow\";s:11:\"description\";s:45:\"Detect A Bot That Follows A \'no-follow\' Link.\";}i:8;a:11:{s:3:\"key\";s:12:\"track_xmlrpc\";s:7:\"section\";s:14:\"section_probes\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fo\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:4:\"name\";s:14:\"XML-RPC Access\";s:7:\"summary\";s:39:\"Identify A Bot When It Accesses XML-RPC\";s:11:\"description\";s:53:\"If you don\'t use XML-RPC, why would anyone access it?\";}i:9;a:10:{s:3:\"key\";s:17:\"track_loginfailed\";s:7:\"section\";s:14:\"section_logins\";s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fn\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:4:\"name\";s:12:\"Failed Login\";s:7:\"summary\";s:47:\"Detect Failed Login Attempts By Valid Usernames\";s:11:\"description\";s:61:\"Penalise a visitor who fails to login using a valid username.\";}i:10;a:11:{s:3:\"key\";s:18:\"track_logininvalid\";s:7:\"section\";s:14:\"section_logins\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fn\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:4:\"name\";s:17:\"Invalid Usernames\";s:7:\"summary\";s:30:\"Detect Invalid Username Logins\";s:11:\"description\";s:67:\"Identify A Bot When It Tries To Login With A Non-Existent Username.\";}i:11;a:11:{s:3:\"key\";s:20:\"track_fakewebcrawler\";s:7:\"section\";s:18:\"section_behaviours\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/f5\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:4:\"name\";s:16:\"Fake Web Crawler\";s:7:\"summary\";s:34:\"Detect Fake Search Engine Crawlers\";s:11:\"description\";s:89:\"Identify a Bot when it presents as an official web crawler, but analysis shows it\'s fake.\";}i:12;a:11:{s:3:\"key\";s:15:\"track_useragent\";s:7:\"section\";s:18:\"section_behaviours\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fi\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:4:\"name\";s:17:\"Empty User Agents\";s:7:\"summary\";s:38:\"Detect Requests With Empty User Agents\";s:11:\"description\";s:62:\"Identify a request as a bot if the user agent is not provided.\";}i:13;a:11:{s:3:\"key\";s:19:\"text_remainingtrans\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/e9\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:18:\"Remaining Offenses\";s:7:\"summary\";s:64:\"Visitor Triggers The IP Offenses System Through A Firewall Block\";s:11:\"description\";s:132:\"This message is displayed if the visitor triggered the IP Offenses system and reports how many offenses remain before being blocked.\";}i:14;a:5:{s:3:\"key\";s:15:\"autounblock_ips\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:4:{s:10:\"db_classes\";a:1:{s:3:\"ips\";s:62:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\IPs\\Handler\";}s:19:\"ip_lists_table_name\";s:8:\"ip_lists\";s:21:\"ip_list_table_columns\";a:11:{i:0;s:2:\"id\";i:1;s:2:\"ip\";i:2;s:5:\"label\";i:3;s:4:\"list\";i:4;s:3:\"ip6\";i:5;s:8:\"is_range\";i:6;s:14:\"transgressions\";i:7;s:14:\"last_access_at\";i:8;s:10:\"blocked_at\";i:9;s:10:\"created_at\";i:10;s:10:\"deleted_at\";}s:6:\"events\";a:12:{s:14:\"custom_offense\";a:2:{s:3:\"cat\";i:3;s:7:\"offense\";b:1;}s:9:\"conn_kill\";a:1:{s:3:\"cat\";i:3;}s:10:\"ip_offense\";a:1:{s:3:\"cat\";i:2;}s:10:\"ip_blocked\";a:1:{s:3:\"cat\";i:2;}s:15:\"ip_unblock_flag\";a:1:{s:3:\"cat\";i:1;}s:12:\"bottrack_404\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:23:\"bottrack_fakewebcrawler\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:19:\"bottrack_linkcheese\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:20:\"bottrack_loginfailed\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:21:\"bottrack_logininvalid\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:18:\"bottrack_useragent\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:15:\"bottrack_xmlrpc\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}}}s:10:\"meta_modts\";i:1582303038;}','yes'),(334237,'shield_mod_config_4ed800687cb14bb83c1b8154d0077f82','a:6:{s:4:\"slug\";s:8:\"insights\";s:10:\"properties\";a:14:{s:4:\"slug\";s:8:\"insights\";s:4:\"name\";s:9:\"Dashboard\";s:10:\"menu_title\";s:18:\"Security Dashboard\";s:13:\"menu_priority\";s:1:\"5\";s:21:\"show_module_menu_item\";b:1;s:19:\"show_module_options\";b:0;s:12:\"auto_enabled\";b:1;s:11:\"storage_key\";s:8:\"insights\";s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;}s:12:\"requirements\";a:1:{s:3:\"php\";a:1:{s:7:\"version\";s:3:\"5.4\";}}s:8:\"sections\";a:1:{i:0;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:0:{}s:10:\"meta_modts\";i:1582303038;}','yes'),(334238,'shield_mod_config_66824951eb3e135afb3ecb504219eef6','a:7:{s:4:\"slug\";s:24:\"admin_access_restriction\";s:10:\"properties\";a:13:{s:4:\"slug\";s:24:\"admin_access_restriction\";s:4:\"name\";s:14:\"Security Admin\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:24:\"admin_access_restriction\";s:7:\"tagline\";s:58:\"Protect your Security Plugin, not just your WordPress site\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:20;}s:13:\"admin_notices\";a:2:{s:26:\"certain-options-restricted\";a:5:{s:2:\"id\";s:26:\"certain-options-restricted\";s:8:\"schedule\";s:10:\"conditions\";s:12:\"plugin_admin\";s:2:\"no\";s:8:\"per_user\";b:1;s:4:\"type\";s:7:\"warning\";}s:22:\"admin-users-restricted\";a:5:{s:2:\"id\";s:22:\"admin-users-restricted\";s:8:\"schedule\";s:10:\"conditions\";s:12:\"plugin_admin\";s:2:\"no\";s:4:\"type\";s:7:\"warning\";s:8:\"per_user\";b:1;}}s:8:\"sections\";a:5:{i:0;a:6:{s:4:\"slug\";s:41:\"section_admin_access_restriction_settings\";s:7:\"primary\";b:1;s:5:\"title\";s:35:\"Security Admin Restriction Settings\";s:11:\"title_short\";s:23:\"Security Admin Settings\";s:7:\"summary\";a:2:{i:0;s:52:\"Purpose - Restrict access using a simple Access Key.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}s:13:\"help_video_id\";s:9:\"338551188\";}i:1;a:5:{s:4:\"slug\";s:38:\"section_admin_access_restriction_areas\";s:5:\"title\";s:32:\"Security Admin Restriction Zones\";s:11:\"title_short\";s:24:\"Access Restriction Zones\";s:7:\"summary\";a:2:{i:0;s:120:\"Purpose - Restricts access to key WordPress areas for all users not authenticated with the Security Admin Access system.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}s:13:\"help_video_id\";s:9:\"339824074\";}i:2;a:4:{s:4:\"slug\";s:18:\"section_whitelabel\";s:5:\"title\";s:18:\"Shield White Label\";s:11:\"title_short\";s:11:\"White Label\";s:7:\"summary\";a:1:{i:0;s:92:\"Purpose - Rename and re-brand the Shield Security plugin for your client site installations.\";}}i:3;a:4:{s:4:\"slug\";s:54:\"section_enable_plugin_feature_admin_access_restriction\";s:5:\"title\";s:39:\"Enable Module: WordPress Security Admin\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:3:{i:0;s:100:\"Purpose - Restricts access to this plugin preventing unauthorized changes to your security settings.\";i:1;s:59:\"Recommendation - Keep the Security Admin feature turned on.\";i:2;s:63:\"You need to also enter a new Access Key to enable this feature.\";}}i:4;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:20:{i:0;a:9:{s:3:\"key\";s:31:\"enable_admin_access_restriction\";s:7:\"section\";s:54:\"section_enable_plugin_feature_admin_access_restriction\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/40\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf02\";s:4:\"name\";s:21:\"Enable Security Admin\";s:7:\"summary\";s:41:\"Enforce Security Admin Access Restriction\";s:11:\"description\";s:157:\"Enable this with great care and consideration. When this Access Key option is enabled, you must specify a key below and use it to gain access to this plugin.\";}i:1;a:10:{s:3:\"key\";s:16:\"admin_access_key\";s:7:\"section\";s:41:\"section_admin_access_restriction_settings\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:9:\"link_info\";s:19:\"https://shsec.io/42\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:25:\"Security Admin Access Key\";s:7:\"summary\";s:40:\"Provide/Update Security Admin Access Key\";s:11:\"description\";s:92:\"Careful: If you forget this, you could potentially lock yourself out from using this plugin.\";}i:2;a:11:{s:3:\"key\";s:15:\"sec_admin_users\";s:7:\"section\";s:41:\"section_admin_access_restriction_settings\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/dk\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Security Admins\";s:7:\"summary\";s:26:\"Persistent Security Admins\";s:11:\"description\";s:79:\"All emails, usernames, or user IDs entered here will always be Security Admins.\";}i:3;a:10:{s:3:\"key\";s:20:\"admin_access_timeout\";s:7:\"section\";s:41:\"section_admin_access_restriction_settings\";s:7:\"default\";i:30;s:4:\"type\";s:7:\"integer\";s:3:\"min\";i:1;s:9:\"link_info\";s:19:\"https://shsec.io/41\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Security Admin Timeout\";s:7:\"summary\";s:63:\"Specify An Automatic Timeout Interval For Security Admin Access\";s:11:\"description\";s:133:\"This will automatically expire your Security Admin Session. Does not apply until you enter the access key again. Default: 60 minutes.\";}i:4;a:9:{s:3:\"key\";s:20:\"allow_email_override\";s:7:\"section\";s:41:\"section_admin_access_restriction_settings\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/gf\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Allow Email Override\";s:7:\"summary\";s:49:\"Allow Email Override Of Admin Access Restrictions\";s:11:\"description\";s:96:\"Allow the use of verification emails to override and switch off the Security Admin restrictions.\";}i:5;a:9:{s:3:\"key\";s:29:\"admin_access_restrict_options\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf32\";s:4:\"name\";s:5:\"Pages\";s:7:\"summary\";s:56:\"Restrict Access To Key WordPress Posts And Pages Actions\";s:11:\"description\";s:140:\"Careful: This will restrict access to page/post creation, editing and deletion. Note: Selecting \'Edit\' will also restrict all other options.\";}i:6;a:9:{s:3:\"key\";s:33:\"admin_access_restrict_admin_users\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:11:\"Admin Users\";s:7:\"summary\";s:57:\"Restrict Access To Create/Delete/Modify Other Admin Users\";s:11:\"description\";s:127:\"Careful: This will restrict the ability of WordPress administrators from creating, modifying or promoting other administrators.\";}i:7;a:9:{s:3:\"key\";s:29:\"admin_access_restrict_plugins\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:0:{}s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:16:\"activate_plugins\";s:4:\"text\";s:8:\"Activate\";}i:1;a:2:{s:9:\"value_key\";s:15:\"install_plugins\";s:4:\"text\";s:7:\"Install\";}i:2;a:2:{s:9:\"value_key\";s:14:\"update_plugins\";s:4:\"text\";s:6:\"Update\";}i:3;a:2:{s:9:\"value_key\";s:14:\"delete_plugins\";s:4:\"text\";s:6:\"Delete\";}}s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf21\";s:7:\"summary\";s:47:\"Restrict Access To Key WordPress Plugin Actions\";s:11:\"description\";s:156:\"Careful: This will restrict access to plugin installation, update, activation and deletion. Note: Selecting \'Activate\' will also restrict all other options.\";}i:8;a:9:{s:3:\"key\";s:28:\"admin_access_restrict_themes\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:0:{}s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:13:\"switch_themes\";s:4:\"text\";s:8:\"Activate\";}i:1;a:2:{s:9:\"value_key\";s:18:\"edit_theme_options\";s:4:\"text\";s:18:\"Edit Theme Options\";}i:2;a:2:{s:9:\"value_key\";s:14:\"install_themes\";s:4:\"text\";s:7:\"Install\";}i:3;a:2:{s:9:\"value_key\";s:13:\"update_themes\";s:4:\"text\";s:6:\"Update\";}i:4;a:2:{s:9:\"value_key\";s:13:\"delete_themes\";s:4:\"text\";s:6:\"Delete\";}}s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf21\";s:7:\"summary\";s:42:\"Restrict Access To WordPress Theme Actions\";s:11:\"description\";s:90:\"Careful: This will restrict access to theme installation, update, activation and deletion.\";}i:9;a:9:{s:3:\"key\";s:27:\"admin_access_restrict_posts\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:0:{}s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:4:\"edit\";s:4:\"text\";s:11:\"Create/Edit\";}i:1;a:2:{s:9:\"value_key\";s:7:\"publish\";s:4:\"text\";s:7:\"Publish\";}i:2;a:2:{s:9:\"value_key\";s:6:\"delete\";s:4:\"text\";s:6:\"Delete\";}}s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf21\";s:7:\"summary\";s:56:\"Restrict Access To Key WordPress Posts And Pages Actions\";s:11:\"description\";s:79:\"Careful: This will restrict access to page/post creation, editing and deletion.\";}i:10;a:10:{s:3:\"key\";s:17:\"whitelabel_enable\";s:7:\"section\";s:18:\"section_whitelabel\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/dr\";s:9:\"link_blog\";s:19:\"https://shsec.io/ds\";s:4:\"name\";s:18:\"Enable White Label\";s:7:\"summary\";s:34:\"Activate Your White Label Settings\";s:11:\"description\";s:61:\"Use this option to turn on/off the whole White Label feature.\";}i:11;a:9:{s:3:\"key\";s:15:\"wl_hide_updates\";s:7:\"section\";s:18:\"section_whitelabel\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Hide Updates\";s:7:\"summary\";s:47:\"Hide Available Updates From Non Security Admins\";s:11:\"description\";s:66:\"Hides the availability of Shield updates from non-security admins.\";}i:12;a:10:{s:3:\"key\";s:17:\"wl_pluginnamemain\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:6:\"Shield\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dt\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:11:\"Plugin Name\";s:7:\"summary\";s:22:\"The Name Of The Plugin\";s:11:\"description\";s:23:\"The Name Of The Plugin.\";}i:13;a:10:{s:3:\"key\";s:11:\"wl_namemenu\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:15:\"Shield Security\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:10:\"Menu Title\";s:7:\"summary\";s:33:\"The Main Menu Title Of The Plugin\";s:11:\"description\";s:79:\"The Main Menu Title Of The Plugin. If left empty, the Plugin Name will be used.\";}i:14;a:10:{s:3:\"key\";s:14:\"wl_companyname\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:20:\"Example Company Name\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dt\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Company Name\";s:7:\"summary\";s:24:\"The Name Of Your Company\";s:11:\"description\";s:33:\"Provide the name of your company.\";}i:15;a:10:{s:3:\"key\";s:14:\"wl_description\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:74:\"Secure Your Sites With The World\'s Most Powerful WordPress Security Plugin\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Plugin Tag Line\";s:7:\"summary\";s:26:\"The Tag Line Of The Plugin\";s:11:\"description\";s:27:\"The Tag Line Of The Plugin.\";}i:16;a:10:{s:3:\"key\";s:10:\"wl_homeurl\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:19:\"https://shsec.io/7f\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:8:\"Home URL\";s:7:\"summary\";s:20:\"Plugin Home Page URL\";s:11:\"description\";s:84:\"When a user clicks the home link for this plugin, this is where they\'ll be directed.\";}i:17;a:10:{s:3:\"key\";s:14:\"wl_menuiconurl\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:20:\"pluginlogo_16x16.png\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dt\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:9:\"Menu Icon\";s:7:\"summary\";s:13:\"Menu Icon URL\";s:11:\"description\";s:42:\"The URL of the icon displayed in the menu.\";}i:18;a:10:{s:3:\"key\";s:19:\"wl_dashboardlogourl\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:22:\"pluginlogo_128x128.png\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Dashboard Logo\";s:7:\"summary\";s:18:\"Dashboard Logo URL\";s:11:\"description\";s:72:\"The URL of the logo displayed in the main dashboard. Should be 128x128px\";}i:19;a:10:{s:3:\"key\";s:19:\"wl_login2fa_logourl\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:29:\"pluginlogo_banner-772x250.png\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dt\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Dashboard Logo\";s:7:\"summary\";s:18:\"Dashboard Logo URL\";s:11:\"description\";s:72:\"The URL of the logo displayed in the main dashboard. Should be 128x128px\";}}s:11:\"definitions\";a:3:{s:22:\"restricted_pages_users\";a:2:{i:0;s:13:\"user-edit.php\";i:1;s:9:\"users.php\";}s:6:\"events\";a:2:{s:11:\"key_success\";a:1:{s:6:\"recent\";b:1;}s:8:\"key_fail\";a:3:{s:3:\"cat\";i:3;s:6:\"recent\";b:1;s:7:\"offense\";b:1;}}s:19:\"options_to_restrict\";a:4:{s:12:\"wpms_options\";a:3:{i:0;s:11:\"admin_email\";i:1;s:9:\"site_name\";i:2;s:12:\"registration\";}s:10:\"wpms_pages\";a:1:{i:0;s:12:\"settings.php\";}s:10:\"wp_options\";a:10:{i:0;s:8:\"blogname\";i:1;s:15:\"blogdescription\";i:2;s:7:\"siteurl\";i:3;s:4:\"home\";i:4;s:11:\"admin_email\";i:5;s:15:\"new_admin_email\";i:6;s:18:\"users_can_register\";i:7;s:15:\"comments_notify\";i:8;s:18:\"comment_moderation\";i:9;s:11:\"blog_public\";}s:8:\"wp_pages\";a:4:{i:0;s:19:\"options-general.php\";i:1;s:22:\"options-discussion.php\";i:2;s:19:\"options-reading.php\";i:3;s:11:\"options.php\";}}}s:10:\"meta_modts\";i:1582303038;}','yes'),(442029,'endurance_cloudflare_enabled','0','yes'),(463237,'auto_update_core_dev','enabled','yes'),(463238,'auto_update_core_minor','enabled','yes'),(463239,'auto_update_core_major','unset','yes'),(445536,'shield_mod_config_e83942c5345a48e3fa64d19f6d59def1','a:7:{s:4:\"slug\";s:5:\"comms\";s:10:\"properties\";a:15:{s:4:\"slug\";s:5:\"comms\";s:11:\"storage_key\";s:5:\"comms\";s:4:\"name\";s:5:\"Comms\";s:10:\"menu_title\";s:5:\"Comms\";s:19:\"show_module_options\";b:1;s:21:\"show_module_menu_item\";b:0;s:12:\"auto_enabled\";b:1;s:12:\"show_central\";b:1;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:12:\"run_if_wpcli\";b:1;s:19:\"run_if_verified_bot\";b:1;s:14:\"skip_processor\";b:0;s:16:\"tracking_exclude\";b:1;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:1;}s:8:\"sections\";a:2:{i:0;a:4:{s:4:\"slug\";s:16:\"section_suresend\";s:7:\"primary\";b:1;s:5:\"title\";s:14:\"SureSend Email\";s:11:\"title_short\";s:14:\"SureSend Email\";}i:1;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:1:{i:0;a:11:{s:3:\"key\";s:15:\"suresend_emails\";s:7:\"section\";s:16:\"section_suresend\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:13:\"value_options\";a:1:{i:0;a:2:{s:9:\"value_key\";s:3:\"2fa\";s:4:\"text\";s:29:\"2FA Login Codes (admins only)\";}}s:9:\"link_info\";s:18:\"https://icwp.io/ij\";s:9:\"link_blog\";s:18:\"https://icwp.io/ik\";s:4:\"name\";s:15:\"SureSend Emails\";s:7:\"summary\";s:15:\"SureSend Emails\";s:11:\"description\";s:16:\"SureSend Emails.\";}}s:11:\"definitions\";a:1:{s:6:\"events\";a:2:{s:16:\"suresend_success\";a:0:{}s:13:\"suresend_fail\";a:0:{}}}s:10:\"meta_modts\";i:1611420210;}','yes'),(439282,'gf_stla_reviews_installed_on','2020-09-27 20:07:08','yes'),(439283,'hustle_settings','a:0:{}','yes'),(439286,'hustle_430_modules_to_migrate','a:0:{}','no'),(439270,'GOTMLS_nonce_blob','YToxOntzOjMyOiIyNDYwMjA=ZmI2YTJjODgwOTlkNThlMWZlODk3ZDU5ZCI7ZDo=MjYxMzQ7fQ3','yes'),(439304,'ninja-forms-views-secret','nYl0owfWSRtWjh6aq6EprNyK29u3qZ5ZeNWzWVmy','yes'),(439305,'gravityformsaddon_gfmc_version','3.2.1','yes'),(439310,'nf_active_promotions','{\"dashboard\":[{\"id\":\"personal-20\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-20\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"http:\\/\\/zphiblgz.org\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-20.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"personal-50\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-50\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"http:\\/\\/zphiblgz.org\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-50.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"sendwp-banner\",\"location\":\"dashboard\",\"content\":\"<span aria-label=\\\"SendWP. Getting WordPress email into an inbox shouldn\'t be that hard! Never miss another receipt, form submission, or any WordPress email ever again.\\\" style=\\\"cursor:pointer;width:800px;height:83px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-image:url(\'http:\\/\\/zphiblgz.org\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-sendwp.png\');display:block;\\\"><\\/span>\",\"type\":\"sendwp\",\"script\":\"\\n setTimeout(function(){ \\/* Wait for services to init. *\\/\\n var data = {\\n width: 450,\\n closeOnClick: \'body\',\\n closeOnEsc: true,\\n content: \'<p><h2>Frustrated that WordPress email isn\\u2019t being received?<\\/h2><p>Form submission notifications not hitting your inbox? Some of your visitors getting form feedback via email, others not? By default, your WordPress site sends emails through your web host, which can be unreliable. Your host has spent lots of time and money optimizing to serve your pages, not send your emails.<\\/p><h3>Sign up for SendWP today, and never deal with WordPress email issues again!<\\/h3><p>SendWP is an email service that removes your web host from the email equation.<\\/p><ul style="list-style-type:initial;margin-left: 20px;"><li>Sends email through dedicated email service, increasing email deliverability.<\\/li><li>Keeps form submission emails out of spam by using a trusted email provider.<\\/li><li>On a shared web host? Don\\u2019t worry about emails being rejected because of blocked IP addresses.<\\/li><li><strong>$1 for the first month. $9\\/month after. Cancel anytime!<\\/strong><\\/li><\\/ul><\\/p><br \\/>\',\\n btnPrimary: {\\n text: \'Sign me up!\',\\n callback: function() {\\n var spinner = document.createElement(\'span\');\\n spinner.classList.add(\'dashicons\', \'dashicons-update\', \'dashicons-update-spin\');\\n var w = this.offsetWidth;\\n this.innerHTML = spinner.outerHTML;\\n this.style.width = w+\'px\';\\n ninja_forms_sendwp_remote_install();\\n }\\n },\\n btnSecondary: {\\n text: \'Cancel\',\\n callback: function() {\\n sendwpModal.toggleModal(false);\\n }\\n }\\n }\\n var sendwpModal = new NinjaModal(data);\\n }, 500);\\n \"}]}','no'),(439251,'duplicator_lite_inst_hash_notice','1','yes'),(439252,'duplicator_new_storage_position','1','yes'),(510496,'_transient_timeout_w3tc.verify_plugins','1632922884','no'),(439261,'w3tc_generic_widgetservices','{\"content\":{\"items\":[{\"name\":\"Premium Support Response (Usually <1h First Response)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Premium Support Response (Usually <1h First Response)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Plugin Configuration\",\"parameter_name\":\"field4\",\"parameter_value\":\"Plugin Configuration\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"SSL Performance Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"SSL Performance Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Full Site Delivery Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"Full Site Delivery Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Hosting Environment Troubleshooting\",\"parameter_name\":\"field4\",\"parameter_value\":\"Hosting Environment Troubleshooting\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Monitoring\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Monitoring\",\"form_hash\":\"m5pom8z0qy59rm\"}],\"ui_strings\":{\"cdn.maxcdn.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.maxcdn.signUpAndSave.description\":\"MaxCDN is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!\",\"cdn.stackpath.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.stackpath.signUpAndSave.description\":\"StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now and save!\",\"cdn.stackpath2.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.stackpath2.signUpAndSave.description\":\"StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!\",\"minify.general.header\":\"Reduce load time by decreasing the size and number of <acronym title=\'Cascading Style Sheet\'>CSS<\\/acronym> and <acronym title=\'JavaScript\'>JS<\\/acronym> files. Automatically remove unncessary data from <acronym title=\'Cascading Style Sheet\'>CSS<\\/acronym>, <acronym title=\'JavaScript\'>JS<\\/acronym>, feed, page and post <acronym title=\'Hypertext Markup Language\'>HTML<\\/acronym>.\",\"newrelic.general.header\":\"New Relic may not be installed or not active on this server. <a href=\'%s\' target=\'_blank\'>Sign up for a (free) account<\\/a>. Visit <a href=\'%s\' target=\'_blank\'>New Relic<\\/a> for installation instructions.\",\"reverseproxy.general.header\":\"A reverse proxy adds scale to an server by handling requests before WordPress does. Purge settings are set on the <a href=\'%s\'>Page Cache settings<\\/a> page and <a href=\'%s\'>Browser Cache settings<\\/a> are set on the browser cache settings page.\",\"cdnfsd.general.header\":\"Host the entire website with your compatible <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> provider to reduce page load time.\",\"cdn.general.header\":\"Host static files with your <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> to reduce page load time.\",\"cdn.stackpath.widget.existing\":\"If you\'re an existing StackPath customer, enable <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> and:\",\"cdn.stackpath2.widget.existing\":\"If you\'re an existing StackPath customer, enable <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> and:\",\"cdn.stackpath2.widget.works_magically\":\"StackPath works magically with W3 Total Cache.\",\"cdn.stackpath.widget.header\":\"Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (<acronym title=\'Content Delivery Network\'>CDN<\\/acronym>) service to your site.\",\"cdn.stackpath2.widget.header\":\"Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (<acronym title=\'Content Delivery Network\'>CDN<\\/acronym>) service to your site.\"}},\"expires\":1612308108}','no'),(420383,'shield_mod_config_61c66b862e8c5cd5445f87065a9efffb','a:7:{s:4:\"slug\";s:15:\"comments_filter\";s:10:\"properties\";a:14:{s:4:\"slug\";s:15:\"comments_filter\";s:4:\"name\";s:13:\"Comments SPAM\";s:12:\"sidebar_name\";s:4:\"SPAM\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:14:\"commentsfilter\";s:7:\"tagline\";s:42:\"Block comment SPAM and retain your privacy\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:50;}s:13:\"admin_notices\";a:1:{s:15:\"akismet-running\";a:4:{s:2:\"id\";s:15:\"akismet-running\";s:12:\"plugin_admin\";s:3:\"yes\";s:16:\"plugin_page_only\";b:1;s:4:\"type\";s:7:\"warning\";}}s:8:\"sections\";a:6:{i:0;a:5:{s:4:\"slug\";s:42:\"section_bot_comment_spam_protection_filter\";s:5:\"title\";s:44:\"Automatic Bot Comment SPAM Protection Filter\";s:11:\"title_short\";s:8:\"Bot SPAM\";s:7:\"primary\";b:1;s:7:\"summary\";a:2:{i:0;s:66:\"Purpose - Blocks 100% of all automated bot-generated comment SPAM.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:1;a:4:{s:4:\"slug\";s:25:\"section_human_spam_filter\";s:5:\"title\";s:36:\"Human Comment SPAM Protection Filter\";s:11:\"title_short\";s:10:\"Human SPAM\";s:7:\"summary\";a:2:{i:0;s:78:\"Purpose - Uses a 3rd party SPAM dictionary to detect human-based comment SPAM.\";i:1;s:176:\"Recommendation - Use of this feature is highly recommend.This tool, unlike other SPAM tools such as Akismet, will not send your comment data to 3rd party services for analysis.\";}}i:2;a:4:{s:4:\"slug\";s:31:\"section_bot_comment_spam_common\";s:5:\"title\";s:37:\"Common Settings For All SPAM Scanning\";s:11:\"title_short\";s:15:\"Common Settings\";s:7:\"summary\";a:1:{i:0;s:59:\"Purpose - Settings that apply to all comment SPAM scanning.\";}}i:3;a:4:{s:4:\"slug\";s:21:\"section_user_messages\";s:5:\"title\";s:32:\"Customize Messages Shown To User\";s:11:\"title_short\";s:16:\"Visitor Messages\";s:7:\"summary\";a:3:{i:0;s:51:\"Purpose - Customize the messages shown to visitors.\";i:1;s:70:\"Recommendation - Be sure to change the messages to suit your audience.\";i:2;s:75:\"Hint - To reset any message to its default, enter the text exactly: default\";}}i:4;a:4:{s:4:\"slug\";s:61:\"section_enable_plugin_feature_spam_comments_protection_filter\";s:5:\"title\";s:39:\"Enable Module: Comments SPAM Protection\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:126:\"Purpose - The Comments Filter can block 100% of automated spam bots and also offer the option to analyse human-generated spam.\";i:1;s:60:\"Recommendation - Keep the Comments Filter feature turned on.\";}}i:5;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:14:{i:0;a:10:{s:3:\"key\";s:22:\"enable_comments_filter\";s:7:\"section\";s:61:\"section_enable_plugin_feature_spam_comments_protection_filter\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3z\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf04\";s:4:\"name\";s:22:\"Enable SPAM Protection\";s:7:\"summary\";s:55:\"Enable (or Disable) The Comments SPAM Protection module\";s:11:\"description\";s:83:\"Un-Checking this option will completely disable the Comments SPAM Protection module\";}i:1;a:10:{s:3:\"key\";s:25:\"trusted_commenter_minimum\";s:7:\"section\";s:31:\"section_bot_comment_spam_common\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/fu\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:25:\"Trusted Commenter Minimum\";s:7:\"summary\";s:63:\"Minimum Number Of Approved Comments Before Commenter Is Trusted\";s:11:\"description\";s:117:\"Specify how many approved comments must exist before a commenter is trusted and their comments are no longer scanned.\";}i:2;a:10:{s:3:\"key\";s:18:\"trusted_user_roles\";s:7:\"section\";s:31:\"section_bot_comment_spam_common\";s:7:\"premium\";b:1;s:7:\"default\";a:5:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/fu\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:13:\"Trusted Users\";s:7:\"summary\";s:54:\"Don\'t Scan Comments For Users With The Following Roles\";s:11:\"description\";s:124:\"Shield doesn\'t normally scan comments from logged-in or registered users. Specify user roles here that shouldn\'t be scanned.\";}i:3;a:10:{s:3:\"key\";s:31:\"google_recaptcha_style_comments\";s:7:\"section\";s:42:\"section_bot_comment_spam_protection_filter\";s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:7:\"default\";s:4:\"text\";s:13:\"Default Style\";}i:2;a:2:{s:9:\"value_key\";s:5:\"light\";s:4:\"text\";s:11:\"Light Theme\";}i:3;a:2:{s:9:\"value_key\";s:4:\"dark\";s:4:\"text\";s:10:\"Dark Theme\";}i:4;a:2:{s:9:\"value_key\";s:9:\"invisible\";s:4:\"text\";s:9:\"Invisible\";}}s:9:\"link_info\";s:19:\"https://shsec.io/e4\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:7:\"CAPTCHA\";s:7:\"summary\";s:47:\"Enable CAPTCHA To Protect Against SPAM Comments\";s:11:\"description\";s:107:\"You can choose the CAPTCHA display format that best suits your site, including the newer Invisible CAPTCHA.\";}i:4;a:9:{s:3:\"key\";s:31:\"enable_comments_gasp_protection\";s:7:\"section\";s:42:\"section_bot_comment_spam_protection_filter\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3n\";s:9:\"link_blog\";s:19:\"https://shsec.io/2n\";s:4:\"name\";s:15:\"GASP Protection\";s:7:\"summary\";s:22:\"Block Bot Comment SPAM\";s:11:\"description\";s:121:\"Taking the lead from the original GASP plugin for WordPress, we have extended it to include advanced spam-bot protection.\";}i:5;a:10:{s:3:\"key\";s:32:\"comments_default_action_spam_bot\";s:7:\"section\";s:42:\"section_bot_comment_spam_protection_filter\";s:7:\"default\";s:4:\"spam\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:1:\"0\";s:4:\"text\";s:26:\"Move To Pending Moderation\";}i:1;a:2:{s:9:\"value_key\";s:4:\"spam\";s:4:\"text\";s:12:\"Move To SPAM\";}i:2;a:2:{s:9:\"value_key\";s:5:\"trash\";s:4:\"text\";s:13:\"Move To Trash\";}i:3;a:2:{s:9:\"value_key\";s:6:\"reject\";s:4:\"text\";s:18:\"Block And Redirect\";}}s:9:\"link_info\";s:19:\"https://shsec.io/6j\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:11:\"SPAM Action\";s:7:\"summary\";s:53:\"How To Categorise Comments When Identified To Be SPAM\";s:11:\"description\";s:118:\"When a comment is detected as being SPAM from an automatic bot, the comment will be categorised based on this setting.\";}i:6;a:9:{s:3:\"key\";s:33:\"enable_comments_human_spam_filter\";s:7:\"section\";s:25:\"section_human_spam_filter\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/57\";s:9:\"link_blog\";s:19:\"https://shsec.io/9w\";s:4:\"name\";s:17:\"Human SPAM Filter\";s:7:\"summary\";s:48:\"Enable (or Disable) The Human SPAM Filter module\";s:11:\"description\";s:145:\"Scans the content of WordPress comments for keywords that are indicative of SPAM and marks the comment according to your preferred setting below.\";}i:7;a:8:{s:3:\"key\";s:34:\"comments_default_action_human_spam\";s:7:\"section\";s:25:\"section_human_spam_filter\";s:7:\"default\";s:1:\"0\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:1:\"0\";s:4:\"text\";s:26:\"Move To Pending Moderation\";}i:1;a:2:{s:9:\"value_key\";s:4:\"spam\";s:4:\"text\";s:12:\"Move To SPAM\";}i:2;a:2:{s:9:\"value_key\";s:5:\"trash\";s:4:\"text\";s:13:\"Move To Trash\";}i:3;a:2:{s:9:\"value_key\";s:6:\"reject\";s:4:\"text\";s:18:\"Block And Redirect\";}}s:4:\"name\";s:11:\"SPAM Action\";s:7:\"summary\";s:54:\"How To Categorise Comments When Identified To Be SPAM\'\";s:11:\"description\";s:119:\"When a comment is detected as being SPAM from a human commenter, the comment will be categorised based on this setting.\";}i:8;a:10:{s:3:\"key\";s:23:\"custom_message_checkbox\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/3p\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:23:\"Custom Checkbox Message\";s:7:\"summary\";s:63:\"If you want a custom checkbox message, please provide this here\";s:11:\"description\";s:50:\"You can customise the message beside the checkbox.\";}i:9;a:10:{s:3:\"key\";s:20:\"custom_message_alert\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/3p\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Custom Alert Message\";s:7:\"summary\";s:60:\"If you want a custom alert message, please provide this here\";s:11:\"description\";s:101:\"This alert message is displayed when a visitor attempts to submit a comment without checking the box.\";}i:10;a:10:{s:3:\"key\";s:27:\"custom_message_comment_wait\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/3p\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:19:\"Custom Wait Message\";s:7:\"summary\";s:74:\"If you want a custom submit-button wait message, please provide this here.\";s:11:\"description\";s:111:\"Where you see the \'%s\' this will be the number of seconds. You must ensure you include 1, and only 1, of these.\";}i:11;a:10:{s:3:\"key\";s:29:\"custom_message_comment_reload\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/3p\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:21:\"Custom Reload Message\";s:7:\"summary\";s:90:\"If you want a custom message when the comment token has expired, please provide this here.\";s:11:\"description\";s:81:\"This message is displayed on the submit-button when the comment token is expired.\";}i:12;a:5:{s:3:\"key\";s:17:\"comments_cooldown\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"default\";i:10;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";}i:13;a:4:{s:3:\"key\";s:16:\"human_spam_items\";s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:5:\"array\";s:7:\"default\";a:6:{i:0;s:11:\"author_name\";i:1;s:12:\"author_email\";i:2;s:15:\"comment_content\";i:3;s:3:\"url\";i:4;s:10:\"ip_address\";i:5;s:10:\"user_agent\";}}}s:11:\"definitions\";a:3:{s:15:\"comments_expire\";i:1800;s:24:\"url_spam_blacklist_terms\";s:89:\"https://raw.githubusercontent.com/splorp/wordpress-comment-blacklist/master/blacklist.txt\";s:6:\"events\";a:3:{s:14:\"spam_block_bot\";a:2:{s:6:\"recent\";b:1;s:7:\"offense\";b:1;}s:20:\"spam_block_recaptcha\";a:2:{s:6:\"recent\";b:1;s:7:\"offense\";b:1;}s:16:\"spam_block_human\";a:2:{s:6:\"recent\";b:1;s:7:\"offense\";b:1;}}}s:10:\"meta_modts\";i:1611420210;}','yes'),(429645,'_site_transient_timeout_my_server_ips','1634934310','no'),(429646,'_site_transient_my_server_ips','a:3:{s:8:\"check_at\";i:1632342309;s:4:\"hash\";s:32:\"069bce8a49ca06b7c58d932e69f5f787\";s:3:\"ips\";a:1:{i:0;s:15:\"162.241.225.249\";}}','no'),(334240,'shield_mod_config_e369e9cb40794d44d1f25e99be9e9666','a:8:{s:4:\"slug\";s:12:\"hack_protect\";s:10:\"properties\";a:13:{s:4:\"slug\";s:12:\"hack_protect\";s:4:\"name\";s:10:\"Hack Guard\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:12:\"hack_protect\";s:7:\"tagline\";s:63:\"Automatically detect and repair vulnerable and suspicious items\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:5:\"order\";i:70;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;}s:10:\"menu_items\";a:1:{i:0;a:3:{s:5:\"title\";s:5:\"Scans\";s:4:\"slug\";s:14:\"scans-redirect\";s:8:\"callback\";s:0:\"\";}}s:16:\"custom_redirects\";a:1:{i:0;a:3:{s:15:\"source_mod_page\";s:14:\"scans-redirect\";s:15:\"target_mod_page\";s:8:\"insights\";s:10:\"query_args\";a:1:{s:4:\"inav\";s:5:\"scans\";}}}s:8:\"sections\";a:11:{i:0;a:4:{s:4:\"slug\";s:20:\"section_scan_options\";s:5:\"title\";s:12:\"Scan Options\";s:11:\"title_short\";s:8:\"Schedule\";s:7:\"summary\";a:1:{i:0;s:54:\"Purpose - Set how often the Hack Guard scans will run.\";}}i:1;a:5:{s:4:\"slug\";s:16:\"section_scan_wcf\";s:7:\"primary\";b:1;s:5:\"title\";s:27:\"WordPress Core File Scanner\";s:11:\"title_short\";s:20:\"WP Core File Scanner\";s:7:\"summary\";a:2:{i:0;s:100:\"Purpose - Regularly scan your WordPress core files for changes compared to official WordPress files.\";i:1;s:72:\"Recommendation - Keep the Core File Integrity Scanner feature turned on.\";}}i:2;a:4:{s:4:\"slug\";s:16:\"section_scan_ufc\";s:5:\"title\";s:26:\"Unrecognised Files Scanner\";s:11:\"title_short\";s:26:\"Unrecognised Files Scanner\";s:7:\"summary\";a:2:{i:0;s:84:\"Purpose - Scan your WordPress core folders for unrecognised files that don\'t belong.\";i:1;s:71:\"Recommendation - Keep the Unrecognised Files Scanner feature turned on.\";}}i:3;a:4:{s:4:\"slug\";s:16:\"section_scan_apc\";s:5:\"title\";s:22:\"Abandoned Plugin Check\";s:11:\"title_short\";s:22:\"Abandoned Plugin Check\";s:7:\"summary\";a:2:{i:0;s:96:\"Purpose - Regularly scan your WordPress plugins and themes for plugins that have been abandoned.\";i:1;s:125:\"Recommendation - Ensure this is turned on and you will always know if any of your assets have known security vulnerabilities.\";}}i:4;a:4:{s:4:\"slug\";s:16:\"section_realtime\";s:5:\"title\";s:19:\"Realtime Protection\";s:11:\"title_short\";s:19:\"Realtime Protection\";s:7:\"summary\";a:2:{i:0;s:61:\"Purpose - Provides realtime protection for certain key files.\";i:1;s:73:\"Recommendation - Keep realtime protection turned on to protect key files.\";}}i:5;a:4:{s:4:\"slug\";s:16:\"section_scan_mal\";s:5:\"title\";s:12:\"Malware Scan\";s:11:\"title_short\";s:12:\"Malware Scan\";s:7:\"summary\";a:2:{i:0;s:62:\"Purpose - Detect malicious changes to your themes and plugins.\";i:1;s:64:\"Recommendation - Keep the Plugins/Theme Guard feature turned on.\";}}i:6;a:5:{s:4:\"slug\";s:16:\"section_scan_ptg\";s:10:\"help_video\";a:3:{s:8:\"provider\";s:5:\"vimeo\";s:9:\"embed_url\";s:62:\"https://player.vimeo.com/video/256755089?color=3fde23&byline=0\";s:2:\"id\";s:9:\"256755089\";}s:5:\"title\";s:20:\"Plugins/Themes Guard\";s:11:\"title_short\";s:20:\"Plugins/Themes Guard\";s:7:\"summary\";a:2:{i:0;s:62:\"Purpose - Detect malicious changes to your themes and plugins.\";i:1;s:64:\"Recommendation - Keep the Plugins/Theme Guard feature turned on.\";}}i:7;a:4:{s:4:\"slug\";s:16:\"section_scan_wpv\";s:5:\"title\";s:21:\"Vulnerability Scanner\";s:11:\"title_short\";s:21:\"Vulnerability Scanner\";s:7:\"summary\";a:2:{i:0;s:94:\"Purpose - Regularly scan your WordPress plugins and themes for known security vulnerabilities.\";i:1;s:125:\"Recommendation - Ensure this is turned on and you will always know if any of your assets have known security vulnerabilities.\";}}i:8;a:4:{s:4:\"slug\";s:26:\"section_integrity_checking\";s:5:\"title\";s:16:\"Integrity Checks\";s:11:\"title_short\";s:16:\"Integrity Checks\";s:7:\"summary\";a:2:{i:0;s:58:\"Purpose - Monitor for unrecognised changes to your system.\";i:1;s:104:\"Recommendation - Enable these to automatically recover from unauthorized changes to your WordPress site.\";}}i:9;a:4:{s:4:\"slug\";s:51:\"section_enable_plugin_feature_hack_protection_tools\";s:5:\"title\";s:25:\"Enable Module: Hack Guard\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:94:\"Purpose - Hack Guard is a set of tools to warn you and protect you against hacks on your site.\";i:1;s:54:\"Recommendation - Keep the Hack Guard module turned on.\";}}i:10;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:33:{i:0;a:9:{s:3:\"key\";s:19:\"enable_hack_protect\";s:7:\"section\";s:51:\"section_enable_plugin_feature_hack_protection_tools\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:23:\"https://shsec.io/wpsf38\";s:9:\"link_blog\";s:19:\"https://shsec.io/9x\";s:4:\"name\";s:17:\"Enable Hack Guard\";s:7:\"summary\";s:41:\"Enable (or Disable) The Hack Guard Module\";s:11:\"description\";s:69:\"Un-Checking this option will completely disable the Hack Guard module\";}i:1;a:10:{s:3:\"key\";s:16:\"rt_file_wpconfig\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:9:\"WP Config\";s:7:\"summary\";s:34:\"Lock WP Config Against Any Changes\";s:11:\"description\";s:80:\"As soon as changes are detected to the WP config file the file will be reverted.\";}i:2;a:11:{s:3:\"key\";s:18:\"enable_wpvuln_scan\";s:7:\"section\";s:16:\"section_scan_wpv\";s:7:\"premium\";b:1;s:7:\"default\";s:13:\"enabled_email\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:23:\"Automatic Scan Disabled\";}i:1;a:2:{s:9:\"value_key\";s:13:\"enabled_email\";s:4:\"text\";s:38:\"Scan Enabled - Send Email Notification\";}i:2;a:2:{s:9:\"value_key\";s:16:\"enabled_no_email\";s:4:\"text\";s:36:\"Scan Enabled - No Email Notification\";}}s:9:\"link_info\";s:19:\"https://shsec.io/du\";s:9:\"link_blog\";s:19:\"https://shsec.io/ah\";s:4:\"name\";s:21:\"Vulnerability Scanner\";s:7:\"summary\";s:32:\"Enable The Vulnerability Scanner\";s:11:\"description\";s:66:\"Scan all your WordPress assets for known security vulnerabilities.\";}i:3;a:10:{s:3:\"key\";s:22:\"wpvuln_scan_autoupdate\";s:7:\"section\";s:16:\"section_scan_wpv\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Automatic Updates\";s:7:\"summary\";s:49:\"Apply Updates Automatically To Vulnerable Plugins\";s:11:\"description\";s:98:\"When an update becomes available, automatically apply updates to items with known vulnerabilities.\";}i:4;a:11:{s:3:\"key\";s:19:\"wpvuln_scan_display\";s:7:\"section\";s:16:\"section_scan_wpv\";s:7:\"default\";s:13:\"enabled_admin\";s:7:\"premium\";b:1;s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:16:\"Display Disabled\";}i:1;a:2:{s:9:\"value_key\";s:13:\"enabled_admin\";s:4:\"text\";s:15:\"Display Enabled\";}i:2;a:2:{s:9:\"value_key\";s:21:\"enabled_securityadmin\";s:4:\"text\";s:32:\"Display Only For Security Admins\";}}s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Highlight Plugins\";s:7:\"summary\";s:28:\"Highlight Vulnerable Plugins\";s:11:\"description\";s:64:\"Vulnerable plugins will be highlighted on the main plugins page.\";}i:5;a:10:{s:3:\"key\";s:16:\"enabled_scan_apc\";s:7:\"section\";s:16:\"section_scan_apc\";s:7:\"default\";s:13:\"enabled_email\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:23:\"Automatic Scan Disabled\";}i:1;a:2:{s:9:\"value_key\";s:13:\"enabled_email\";s:4:\"text\";s:38:\"Scan Enabled - Send Email Notification\";}i:2;a:2:{s:9:\"value_key\";s:16:\"enabled_no_email\";s:4:\"text\";s:36:\"Scan Enabled - No Email Notification\";}}s:9:\"link_info\";s:19:\"https://shsec.io/ew\";s:9:\"link_blog\";s:19:\"https://shsec.io/eo\";s:4:\"name\";s:24:\"Abandoned Plugin Scanner\";s:7:\"summary\";s:35:\"Enable The Abandoned Plugin Scanner\";s:11:\"description\";s:66:\"Scan your WordPress.org assets for whether they\'ve been abandoned.\";}i:6;a:9:{s:3:\"key\";s:31:\"enable_core_file_integrity_scan\";s:7:\"section\";s:16:\"section_scan_wcf\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:23:\"https://shsec.io/wpsf36\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf37\";s:4:\"name\";s:20:\"WP Core File Scanner\";s:7:\"summary\";s:56:\"Automatically Scans WordPress Core Files For Alterations\";s:11:\"description\";s:145:\"Compares all WordPress core files on your site against the official WordPress files. WordPress Core files should never be altered for any reason.\";}i:7;a:9:{s:3:\"key\";s:24:\"attempt_auto_file_repair\";s:7:\"section\";s:16:\"section_scan_wcf\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:23:\"https://shsec.io/wpsf36\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf37\";s:4:\"name\";s:11:\"Auto Repair\";s:7:\"summary\";s:64:\"Automatically Repair WordPress Core Files That Have Been Altered\";s:11:\"description\";s:141:\"Attempts to automatically repair WordPress Core files with the official WordPress file data, for files that have been altered or are missing.\";}i:8;a:11:{s:3:\"key\";s:14:\"scan_frequency\";s:7:\"section\";s:20:\"section_scan_options\";s:7:\"premium\";b:1;s:7:\"default\";i:1;s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:8:{i:0;a:2:{s:9:\"value_key\";s:1:\"1\";s:4:\"text\";s:4:\"Once\";}i:1;a:2:{s:9:\"value_key\";s:1:\"2\";s:4:\"text\";s:24:\"Twice (scan every 12hrs)\";}i:2;a:2:{s:9:\"value_key\";s:1:\"3\";s:4:\"text\";s:25:\"3 Times (scan every 8hrs)\";}i:3;a:2:{s:9:\"value_key\";s:1:\"4\";s:4:\"text\";s:25:\"4 Times (scan every 6hrs)\";}i:4;a:2:{s:9:\"value_key\";s:1:\"6\";s:4:\"text\";s:25:\"6 Times (scan every 4hrs)\";}i:5;a:2:{s:9:\"value_key\";s:1:\"8\";s:4:\"text\";s:25:\"8 Times (scan every 3hrs)\";}i:6;a:2:{s:9:\"value_key\";s:2:\"12\";s:4:\"text\";s:26:\"12 Times (scan every 2hrs)\";}i:7;a:2:{s:9:\"value_key\";s:2:\"24\";s:4:\"text\";s:26:\"24 Times (scan every hour)\";}}s:9:\"link_info\";s:19:\"https://shsec.io/b2\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Scan Frequency\";s:7:\"summary\";s:60:\"Number Of Times To Automatically Scan Core Files In 24 Hours\";s:11:\"description\";s:85:\"Default: Once every 24hrs. To improve security, increase the number of scans per day.\";}i:9;a:11:{s:3:\"key\";s:21:\"notification_interval\";s:7:\"section\";s:20:\"section_scan_options\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"7\";s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Repeat Notifications\";s:7:\"summary\";s:46:\"Item Repeat Notifications Suppression Interval\";s:11:\"description\";s:87:\"How long the automated scans should wait before repeating a notification about an item.\";}i:10;a:10:{s:3:\"key\";s:16:\"email_files_list\";s:7:\"section\";s:20:\"section_scan_options\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Email Files List\";s:7:\"summary\";s:61:\"Scan Notification Emails Should Include Full Listing Of Files\";s:11:\"description\";s:78:\"Scanner notification emails will include a summary list of all affected files.\";}i:11;a:10:{s:3:\"key\";s:37:\"enable_unrecognised_file_cleaner_scan\";s:7:\"section\";s:16:\"section_scan_ufc\";s:7:\"default\";s:19:\"enabled_report_only\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:23:\"Automatic Scan Disabled\";}i:1;a:2:{s:9:\"value_key\";s:19:\"enabled_report_only\";s:4:\"text\";s:38:\"Scan Enabled - Send Email Notification\";}i:2;a:2:{s:9:\"value_key\";s:19:\"enabled_delete_only\";s:4:\"text\";s:41:\"Scan Enabled - Automatically Delete Files\";}i:3;a:2:{s:9:\"value_key\";s:21:\"enabled_delete_report\";s:4:\"text\";s:55:\"Scan Enabled - Delete Files and Send Email Notification\";}}s:9:\"link_info\";s:19:\"https://shsec.io/9y\";s:9:\"link_blog\";s:19:\"https://shsec.io/95\";s:4:\"name\";s:26:\"Unrecognised Files Scanner\";s:7:\"summary\";s:45:\"Scans Core Directories For Unrecognised Files\";s:11:\"description\";s:128:\"Scans for, and automatically deletes, any files in your core WordPress folders that are not part of your WordPress installation.\";}i:12;a:9:{s:3:\"key\";s:16:\"ufc_scan_uploads\";s:7:\"section\";s:16:\"section_scan_ufc\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/95\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Scan Uploads\";s:7:\"summary\";s:42:\"Scan Uploads Folder For PHP and Javascript\";s:11:\"description\";s:86:\"The Uploads folder is primarily for media, but could be used to store nefarious files.\";}i:13;a:9:{s:3:\"key\";s:14:\"ufc_exclusions\";s:7:\"section\";s:16:\"section_scan_ufc\";s:7:\"default\";a:8:{i:0;s:9:\"error_log\";i:1;s:9:\".htaccess\";i:2;s:9:\".htpasswd\";i:3;s:9:\".user.ini\";i:4;s:7:\"php.ini\";i:5;s:10:\"web.config\";i:6;s:12:\"php_mail.log\";i:7;s:8:\"mail.log\";}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/9z\";s:9:\"link_blog\";s:19:\"https://shsec.io/95\";s:4:\"name\";s:15:\"File Exclusions\";s:7:\"summary\";s:52:\"Provide A List Of Files To Be Excluded From The Scan\";s:11:\"description\";s:89:\"Take a new line for each file you wish to exclude from the scan. No commas are necessary.\";}i:14;a:9:{s:3:\"key\";s:10:\"ic_enabled\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:30:\"Enable Integrity Checking Scan\";s:7:\"summary\";s:54:\"Scans For Critical Changes Made To Your WordPress Site\";s:11:\"description\";s:65:\"Detects changes made to your WordPress site outside of WordPress.\";}i:15;a:9:{s:3:\"key\";s:8:\"ic_users\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:21:\"Monitor User Accounts\";s:7:\"summary\";s:48:\"Scans For Critical Changes Made To User Accounts\";s:11:\"description\";s:134:\"Detects changes made to critical user account information that were made directly on the database and outside of the WordPress system.\";}i:16;a:11:{s:3:\"key\";s:15:\"mal_scan_enable\";s:7:\"section\";s:16:\"section_scan_mal\";s:7:\"premium\";b:1;s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:2:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:23:\"Automatic Scan Disabled\";}i:1;a:2:{s:9:\"value_key\";s:7:\"enabled\";s:4:\"text\";s:22:\"Automatic Scan Enabled\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fp\";s:9:\"link_blog\";s:19:\"https://shsec.io/fx\";s:4:\"name\";s:22:\"Automatic Malware Scan\";s:7:\"summary\";s:27:\"Enable Malware File Scanner\";s:11:\"description\";s:56:\"When enabled the Malware scanner will run automatically.\";}i:17;a:11:{s:3:\"key\";s:17:\"mal_fp_confidence\";s:7:\"section\";s:16:\"section_scan_mal\";s:7:\"premium\";b:1;s:7:\"default\";s:2:\"75\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:1:\"0\";s:4:\"text\";s:44:\"None - Turn Off Malware Intelligence Network\";}i:1;a:2:{s:9:\"value_key\";s:2:\"25\";s:4:\"text\";s:3:\"Low\";}i:2;a:2:{s:9:\"value_key\";s:2:\"50\";s:4:\"text\";s:6:\"Medium\";}i:3;a:2:{s:9:\"value_key\";s:2:\"75\";s:4:\"text\";s:4:\"High\";}i:4;a:2:{s:9:\"value_key\";s:3:\"100\";s:4:\"text\";s:4:\"Full\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fp\";s:9:\"link_blog\";s:19:\"https://shsec.io/fz\";s:4:\"name\";s:22:\"Automatic Malware Scan\";s:7:\"summary\";s:27:\"Enable Malware File Scanner\";s:11:\"description\";s:56:\"When enabled the Malware scanner will run automatically.\";}i:18;a:10:{s:3:\"key\";s:19:\"mal_autorepair_core\";s:7:\"section\";s:16:\"section_scan_mal\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"N\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:19:\"Auto-Repair WP Core\";s:7:\"summary\";s:41:\"Automatically Repair WordPress Core Files\";s:11:\"description\";s:71:\"Automatically reinstall any core files found to have potential malware.\";}i:19;a:10:{s:3:\"key\";s:22:\"mal_autorepair_plugins\";s:7:\"section\";s:16:\"section_scan_mal\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"N\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Auto-Repair WP Plugins\";s:7:\"summary\";s:42:\"Automatically Repair WordPress.org Plugins\";s:11:\"description\";s:70:\"Automatically repair any plugin files found to have potential malware.\";}i:20;a:10:{s:3:\"key\";s:23:\"mal_autorepair_surgical\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"N\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Surgical Auto-Repair\";s:7:\"summary\";s:55:\"Automatically Attempt To Surgically Remove Malware Code\";s:11:\"description\";s:58:\"Attempts to automatically remove code from infected files.\";}i:21;a:11:{s:3:\"key\";s:10:\"ptg_enable\";s:7:\"section\";s:16:\"section_scan_ptg\";s:7:\"premium\";b:1;s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:2:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:13:\"Scan Disabled\";}i:1;a:2:{s:9:\"value_key\";s:7:\"enabled\";s:4:\"text\";s:12:\"Scan Enabled\";}}s:9:\"link_info\";s:19:\"https://shsec.io/bl\";s:9:\"link_blog\";s:19:\"https://shsec.io/bm\";s:4:\"name\";s:20:\"Enable/Disable Guard\";s:7:\"summary\";s:43:\"Enable The Guard For Plugin And Theme Files\";s:11:\"description\";s:90:\"When enabled the Guard will automatically scan for changes to your Plugin and Theme files.\";}i:22;a:10:{s:3:\"key\";s:14:\"ptg_extensions\";s:7:\"section\";s:16:\"section_scan_ptg\";s:7:\"premium\";b:1;s:7:\"default\";a:5:{i:0;s:3:\"php\";i:1;s:4:\"php5\";i:2;s:2:\"js\";i:3;s:3:\"svg\";i:4;s:8:\"htaccess\";}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/bo\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:10:\"File Types\";s:7:\"summary\";s:35:\"The File Types Included In The Scan\";s:11:\"description\";s:78:\"Take a new line for each file extension. No commas(,) or periods(.) necessary.\";}i:23;a:10:{s:3:\"key\";s:19:\"ptg_reinstall_links\";s:7:\"section\";s:16:\"section_scan_ptg\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:19:\"https://shsec.io/bp\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:21:\"Show Re-Install Links\";s:7:\"summary\";s:33:\"Show Re-Install Links For Plugins\";s:11:\"description\";s:78:\"Show links to re-install plugins and offer re-install when activating plugins.\";}i:24;a:5:{s:3:\"key\";s:16:\"ptg_candiskwrite\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}i:25;a:5:{s:3:\"key\";s:19:\"ptg_candiskwrite_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";b:0;}i:26;a:6:{s:3:\"key\";s:14:\"snapshot_users\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}i:27;a:5:{s:3:\"key\";s:14:\"rt_file_hashes\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}i:28;a:5:{s:3:\"key\";s:20:\"rt_file_backup_names\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}i:29;a:5:{s:3:\"key\";s:18:\"rt_can_write_files\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}i:30;a:5:{s:3:\"key\";s:14:\"scans_to_build\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}i:31;a:5:{s:3:\"key\";s:12:\"is_scan_cron\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}i:32;a:5:{s:3:\"key\";s:14:\"mal_fp_reports\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:14:{s:10:\"db_classes\";a:2:{s:11:\"scanresults\";s:66:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Scanner\\Handler\";s:5:\"scanq\";s:68:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\ScanQueue\\Handler\";}s:14:\"all_scan_slugs\";a:6:{i:0;s:3:\"apc\";i:1;s:3:\"mal\";i:2;s:3:\"ptg\";i:3;s:3:\"wpv\";i:4;s:3:\"wcf\";i:5;s:3:\"ufc\";}s:18:\"table_name_scanner\";s:7:\"scanner\";s:21:\"table_columns_scanner\";a:9:{i:0;s:2:\"id\";i:1;s:4:\"hash\";i:2;s:4:\"meta\";i:3;s:4:\"scan\";i:4;s:8:\"severity\";i:5;s:10:\"ignored_at\";i:6;s:11:\"notified_at\";i:7;s:10:\"created_at\";i:8;s:10:\"deleted_at\";}s:20:\"table_name_scanqueue\";s:5:\"scanq\";s:23:\"table_columns_scanqueue\";a:9:{i:0;s:2:\"id\";i:1;s:4:\"scan\";i:2;s:5:\"items\";i:3;s:7:\"results\";i:4;s:4:\"meta\";i:5;s:10:\"started_at\";i:6;s:11:\"finished_at\";i:7;s:10:\"created_at\";i:8;s:10:\"deleted_at\";}s:19:\"url_mal_sigs_simple\";s:96:\"https://raw.githubusercontent.com/scr34m/php-malware-scanner/master/definitions/patterns_raw.txt\";s:18:\"url_mal_sigs_regex\";s:95:\"https://raw.githubusercontent.com/scr34m/php-malware-scanner/master/definitions/patterns_re.txt\";s:23:\"malware_whitelist_paths\";a:3:{i:0;s:18:\"wp-content/wflogs/\";i:1;s:17:\"wp-content/cache/\";i:2;s:25:\"wp-content/icwp/rollback/\";}s:14:\"cron_all_scans\";s:9:\"all-scans\";s:14:\"wcf_exclusions\";a:5:{i:0;s:11:\"readme.html\";i:1;s:11:\"license.txt\";i:2;s:16:\"licens-sv_SE.txt\";i:3;s:20:\"wp-config-sample.php\";i:4;s:11:\"wp-content/\";}s:27:\"wcf_exclusions_missing_only\";a:2:{i:0;s:20:\"wp-admin/install.php\";i:1;s:10:\"xmlrpc.php\";}s:20:\"corechecksum_autofix\";a:3:{i:0;s:20:\"wp-content/index.php\";i:1;s:28:\"wp-content/plugins/index.php\";i:2;s:27:\"wp-content/themes/index.php\";}s:6:\"events\";a:30:{s:14:\"apc_alert_sent\";a:0:{}s:14:\"mal_alert_sent\";a:0:{}s:14:\"ptg_alert_sent\";a:0:{}s:14:\"ufc_alert_sent\";a:0:{}s:14:\"wcf_alert_sent\";a:0:{}s:14:\"wpv_alert_sent\";a:0:{}s:12:\"apc_scan_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:12:\"mal_scan_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:12:\"ptg_scan_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:12:\"ufc_scan_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:12:\"wcf_scan_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:12:\"wpv_scan_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:14:\"apc_scan_found\";a:2:{s:3:\"cat\";i:2;s:6:\"recent\";b:1;}s:14:\"mal_scan_found\";a:2:{s:3:\"cat\";i:3;s:6:\"recent\";b:1;}s:14:\"ptg_scan_found\";a:2:{s:3:\"cat\";i:3;s:6:\"recent\";b:1;}s:14:\"ufc_scan_found\";a:2:{s:3:\"cat\";i:3;s:6:\"recent\";b:1;}s:14:\"wcf_scan_found\";a:2:{s:3:\"cat\";i:3;s:6:\"recent\";b:1;}s:14:\"wpv_scan_found\";a:2:{s:3:\"cat\";i:3;s:6:\"recent\";b:1;}s:23:\"apc_item_repair_success\";a:0:{}s:20:\"apc_item_repair_fail\";a:0:{}s:23:\"mal_item_repair_success\";a:1:{s:6:\"recent\";b:1;}s:20:\"mal_item_repair_fail\";a:0:{}s:23:\"ptg_item_repair_success\";a:0:{}s:20:\"ptg_item_repair_fail\";a:0:{}s:23:\"ufc_item_repair_success\";a:1:{s:6:\"recent\";b:1;}s:20:\"ufc_item_repair_fail\";a:0:{}s:23:\"wcf_item_repair_success\";a:1:{s:6:\"recent\";b:1;}s:20:\"wcf_item_repair_fail\";a:0:{}s:23:\"wpv_item_repair_success\";a:0:{}s:20:\"wpv_item_repair_fail\";a:0:{}}}s:10:\"meta_modts\";i:1582303038;}','yes'),(334241,'shield_mod_config_7bef8897f9602f0837dc8c3e87596e29','a:7:{s:4:\"slug\";s:13:\"login_protect\";s:10:\"properties\";a:13:{s:4:\"slug\";s:13:\"login_protect\";s:4:\"name\";s:11:\"Login Guard\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:12:\"loginprotect\";s:7:\"tagline\";s:83:\"Block brute force attacks and secure user identities with Two-Factor Authentication\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:40;}s:13:\"admin_notices\";a:1:{s:23:\"email-verification-sent\";a:7:{s:2:\"id\";s:23:\"email-verification-sent\";s:8:\"schedule\";s:10:\"conditions\";s:16:\"plugin_page_only\";b:1;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:7:\"warning\";s:12:\"plugin_admin\";s:3:\"yes\";s:11:\"valid_admin\";b:1;}}s:8:\"sections\";a:10:{i:0;a:5:{s:4:\"slug\";s:36:\"section_brute_force_login_protection\";s:7:\"primary\";b:1;s:5:\"title\";s:23:\"Brute Force Login Guard\";s:11:\"title_short\";s:11:\"Brute Force\";s:7:\"summary\";a:2:{i:0;s:87:\"Purpose - Blocks brute force hacking attacks against your login and registration pages.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:1;a:4:{s:4:\"slug\";s:17:\"section_recaptcha\";s:5:\"title\";s:16:\"Google reCAPTCHA\";s:11:\"title_short\";s:9:\"reCAPTCHA\";s:7:\"summary\";a:3:{i:0;s:51:\"Purpose - Adds Google reCAPTCHA to the Login Forms.\";i:1;s:37:\"Recommendation - Keep this turned on.\";i:2;s:109:\"Note - You will need to register for Google reCAPTCHA keys and store them in the Shield \'Dashboard\' settings.\";}}i:2;a:4:{s:4:\"slug\";s:17:\"section_2fa_email\";s:5:\"title\";s:31:\"Email Two-Factor Authentication\";s:11:\"title_short\";s:11:\"2FA - Email\";s:7:\"summary\";a:3:{i:0;s:102:\"Purpose - Verifies the identity of users who log in to your site using email-based one-time-passwords.\";i:1;s:127:\"Recommendation - Use of this feature is highly recommend. However, if your host blocks email sending you may lock yourself out.\";i:2;s:77:\"Note: You may combine multiple authentication factors for increased security.\";}}i:3;a:4:{s:4:\"slug\";s:14:\"section_2fa_ga\";s:5:\"title\";s:46:\"Google Authenticator Two-Factor Authentication\";s:11:\"title_short\";s:26:\"2FA - Google Authenticator\";s:7:\"summary\";a:3:{i:0;s:111:\"Purpose - Verifies the identity of users who log in to your site using Google Authenticator one-time-passwords.\";i:1;s:127:\"Recommendation - Use of this feature is highly recommend. However, if your host blocks email sending you may lock yourself out.\";i:2;s:77:\"Note: You may combine multiple authentication factors for increased security.\";}}i:4;a:4:{s:4:\"slug\";s:30:\"section_yubikey_authentication\";s:5:\"title\";s:33:\"Yubikey Two-Factor Authentication\";s:11:\"title_short\";s:12:\"2FA -Yubikey\";s:7:\"summary\";a:2:{i:0;s:98:\"Purpose - Verifies the identity of users who log in to your site using Yubikey one-time-passwords.\";i:1;s:77:\"Note: You may combine multiple authentication factors for increased security.\";}}i:5;a:4:{s:4:\"slug\";s:34:\"section_multifactor_authentication\";s:5:\"title\";s:27:\"Multi-Factor Authentication\";s:11:\"title_short\";s:13:\"2-Factor Auth\";s:7:\"summary\";a:3:{i:0;s:103:\"Purpose - Verifies the identity of users who log in to your site - i.e. they are who they say they are.\";i:1;s:127:\"Recommendation - Use of this feature is highly recommend. However, if your host blocks email sending you may lock yourself out.\";i:2;s:77:\"Note: You may combine multiple authentication factors for increased security.\";}}i:6;a:4:{s:4:\"slug\";s:22:\"section_rename_wplogin\";s:5:\"title\";s:18:\"Hide WP Login Page\";s:11:\"title_short\";s:15:\"Hide Login Page\";s:7:\"summary\";a:2:{i:0;s:142:\"Purpose - To hide your wp-login.php page from brute force attacks and hacking attempts - if your login page cannot be found, no-one can login.\";i:1;s:145:\"Recommendation - This is not required for complete security and if your site has irregular or inconsistent configuration it may not work for you.\";}}i:7;a:4:{s:4:\"slug\";s:21:\"section_user_messages\";s:5:\"title\";s:13:\"User Messages\";s:11:\"title_short\";s:13:\"User Messages\";s:7:\"summary\";a:3:{i:0;s:51:\"Purpose - Customize the messages shown to visitors.\";i:1;s:70:\"Recommendation - Be sure to change the messages to suit your audience.\";i:2;s:75:\"Hint - To reset any message to its default, enter the text exactly: default\";}}i:8;a:4:{s:4:\"slug\";s:46:\"section_enable_plugin_feature_login_protection\";s:5:\"title\";s:26:\"Disable Login Guard Module\";s:11:\"title_short\";s:7:\"Disable\";s:7:\"summary\";a:2:{i:0;s:91:\"Purpose - Login Guard blocks all automated and brute force attempts to log in to your site.\";i:1;s:55:\"Recommendation - Keep the Login Guard module turned on.\";}}i:9;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:24:{i:0;a:9:{s:3:\"key\";s:20:\"enable_login_protect\";s:7:\"section\";s:46:\"section_enable_plugin_feature_login_protection\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/51\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf03\";s:4:\"name\";s:18:\"Enable Login Guard\";s:7:\"summary\";s:42:\"Enable (or Disable) The Login Guard Module\";s:11:\"description\";s:70:\"Un-Checking this option will completely disable the Login Guard module\";}i:1;a:10:{s:3:\"key\";s:19:\"rename_wplogin_path\";s:7:\"section\";s:22:\"section_rename_wplogin\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/5q\";s:9:\"link_blog\";s:19:\"https://shsec.io/5r\";s:4:\"name\";s:15:\"Hide Login Page\";s:7:\"summary\";s:31:\"Rename The WordPress Login Page\";s:11:\"description\";s:101:\"Creating a path here will disable your \'wp-login.php\'. Only letters and numbers are permitted: abc123\";}i:2;a:9:{s:3:\"key\";s:29:\"enable_chained_authentication\";s:7:\"section\";s:34:\"section_multifactor_authentication\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/9r\";s:9:\"link_blog\";s:19:\"https://shsec.io/84\";s:4:\"name\";s:27:\"Multi-Factor Authentication\";s:7:\"summary\";s:41:\"Require All Active Authentication Factors\";s:11:\"description\";s:123:\"When enabled, all multi-factor authentication methods will be applied to a user login. Disable to only require one to pass.\";}i:3;a:11:{s:3:\"key\";s:8:\"mfa_skip\";s:7:\"section\";s:34:\"section_multifactor_authentication\";s:7:\"premium\";b:1;s:7:\"default\";i:0;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/b1\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Multi-Factor By-Pass\";s:7:\"summary\";s:79:\"A User Can By-Pass Multi-Factor Authentication (MFA) For The Set Number Of Days\";s:11:\"description\";s:98:\"Enter the number of days a user can by-pass future MFA after a successful MFA-login. 0 to disable.\";}i:4;a:10:{s:3:\"key\";s:17:\"allow_backupcodes\";s:7:\"section\";s:34:\"section_multifactor_authentication\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/dx\";s:9:\"link_blog\";s:19:\"https://shsec.io/dy\";s:4:\"name\";s:18:\"Allow Backup Codes\";s:7:\"summary\";s:37:\"Allow Users To Generate A Backup Code\";s:11:\"description\";s:95:\"Allow users to generate a backup code that can be used to login if MFA factors are unavailable.\";}i:5;a:9:{s:3:\"key\";s:27:\"enable_google_authenticator\";s:7:\"section\";s:14:\"section_2fa_ga\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:22:\"https://shsec.io/shld7\";s:9:\"link_blog\";s:22:\"https://shsec.io/shld6\";s:4:\"name\";s:27:\"Enable Google Authenticator\";s:7:\"summary\";s:39:\"Allow Users To Use Google Authenticator\";s:11:\"description\";s:101:\"When enabled, users will have the option to add Google Authenticator to their WordPress user profile.\";}i:6;a:9:{s:3:\"key\";s:27:\"enable_email_authentication\";s:7:\"section\";s:17:\"section_2fa_email\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3t\";s:9:\"link_blog\";s:19:\"https://shsec.io/9q\";s:4:\"name\";s:27:\"Enable Email Authentication\";s:7:\"summary\";s:40:\"Two-Factor Login Authentication By Email\";s:11:\"description\";s:90:\"All users will be required to verify their login by email-based two-factor authentication.\";}i:7;a:10:{s:3:\"key\";s:26:\"two_factor_auth_user_roles\";s:7:\"section\";s:17:\"section_2fa_email\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:4:{i:0;s:11:\"contributor\";i:1;s:6:\"author\";i:2;s:6:\"editor\";i:3;s:13:\"administrator\";}s:13:\"value_options\";a:10:{i:0;a:2:{s:9:\"value_key\";s:10:\"subscriber\";s:4:\"text\";s:11:\"Subscribers\";}i:1;a:2:{s:9:\"value_key\";s:11:\"contributor\";s:4:\"text\";s:12:\"Contributors\";}i:2;a:2:{s:9:\"value_key\";s:6:\"author\";s:4:\"text\";s:7:\"Authors\";}i:3;a:2:{s:9:\"value_key\";s:6:\"editor\";s:4:\"text\";s:7:\"Editors\";}i:4;a:2:{s:9:\"value_key\";s:13:\"administrator\";s:4:\"text\";s:14:\"Administrators\";}i:5;a:2:{s:9:\"value_key\";s:8:\"customer\";s:4:\"text\";s:14:\"[Woo] Customer\";}i:6;a:2:{s:9:\"value_key\";s:12:\"shop_manager\";s:4:\"text\";s:22:\"[Woo/EDD] Shop Manager\";}i:7;a:2:{s:9:\"value_key\";s:15:\"shop_accountant\";s:4:\"text\";s:21:\"[EDD] Shop Accountant\";}i:8;a:2:{s:9:\"value_key\";s:11:\"shop_worker\";s:4:\"text\";s:17:\"[EDD] Shop Worker\";}i:9;a:2:{s:9:\"value_key\";s:14:\"edd_subscriber\";s:4:\"text\";s:14:\"[EDD] Customer\";}}s:9:\"link_info\";s:19:\"https://shsec.io/4v\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:30:\"Enforce - Email Authentication\";s:7:\"summary\";s:46:\"All User Roles Subject To Email Authentication\";s:11:\"description\";s:130:\"Enforces email-based authentication on all users with the selected roles. Note: This setting only applies to email authentication.\";}i:8;a:10:{s:3:\"key\";s:18:\"email_any_user_set\";s:7:\"section\";s:17:\"section_2fa_email\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/gj\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Allow Any User\";s:7:\"summary\";s:60:\"Allow Any User To Turn-On Two-Factor Authentication By Email\";s:11:\"description\";s:61:\"Allow Any User To Turn-On Two-Factor Authentication By Email.\";}i:9;a:10:{s:3:\"key\";s:24:\"bot_protection_locations\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:1:{i:0;s:5:\"login\";}s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:5:\"login\";s:4:\"text\";s:5:\"Login\";}i:1;a:2:{s:9:\"value_key\";s:8:\"register\";s:4:\"text\";s:8:\"Register\";}i:2;a:2:{s:9:\"value_key\";s:8:\"password\";s:4:\"text\";s:13:\"Lost Password\";}i:3;a:2:{s:9:\"value_key\";s:12:\"checkout_woo\";s:4:\"text\";s:22:\"Checkout (WooCommerce)\";}}s:9:\"link_info\";s:19:\"https://shsec.io/dv\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Protection Locations\";s:7:\"summary\";s:38:\"How Google reCAPTCHA Will Be Displayed\";s:11:\"description\";s:64:\"Choose for which forms bot protection measures will be deployed.\";}i:10;a:10:{s:3:\"key\";s:20:\"login_limit_interval\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:7:\"default\";s:2:\"10\";s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/3q\";s:9:\"link_blog\";s:19:\"https://shsec.io/9o\";s:4:\"name\";s:23:\"Login Cooldown Interval\";s:7:\"summary\";s:39:\"Limit login attempts to every X seconds\";s:11:\"description\";s:109:\"WordPress will process only ONE login attempt for every number of seconds specified. Zero (0) turns this off.\";}i:11;a:9:{s:3:\"key\";s:23:\"enable_login_gasp_check\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3r\";s:9:\"link_blog\";s:19:\"https://shsec.io/9n\";s:4:\"name\";s:14:\"Bot Protection\";s:7:\"summary\";s:54:\"Protect WP Login From Automated Login Attempts By Bots\";s:11:\"description\";s:138:\"Adds a dynamically (Javascript) generated checkbox to the login form that prevents bots using automated login techniques. Recommended: ON.\";}i:12;a:10:{s:3:\"key\";s:29:\"enable_google_recaptcha_login\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:7:\"default\";s:4:\"text\";s:13:\"Default Style\";}i:2;a:2:{s:9:\"value_key\";s:5:\"light\";s:4:\"text\";s:11:\"Light Theme\";}i:3;a:2:{s:9:\"value_key\";s:4:\"dark\";s:4:\"text\";s:10:\"Dark Theme\";}i:4;a:2:{s:9:\"value_key\";s:9:\"invisible\";s:4:\"text\";s:9:\"Invisible\";}}s:9:\"link_info\";s:19:\"https://shsec.io/9m\";s:9:\"link_blog\";s:22:\"https://shsec.io/shld5\";s:4:\"name\";s:16:\"Google reCAPTCHA\";s:7:\"summary\";s:23:\"Enable Google reCAPTCHA\";s:11:\"description\";s:41:\"Use Google reCAPTCHA on the login screen.\";}i:13;a:10:{s:3:\"key\";s:17:\"enable_antibot_js\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/dw\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:10:\"AntiBot JS\";s:7:\"summary\";s:42:\"Load Anti-Bot JS For 3rd Party Login Forms\";s:11:\"description\";s:79:\"Important: This is experimental. Please contact support for further assistance.\";}i:14;a:9:{s:3:\"key\";s:16:\"antibot_form_ids\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:4:\"type\";s:5:\"array\";s:7:\"default\";a:2:{i:0;s:19:\"form#ihc_login_form\";i:1;s:15:\"form#createuser\";}s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:13:\"AntiBot Forms\";s:7:\"summary\";s:66:\"Enter The IDs Of The 3rd Party Login Forms For Use With AntiBot JS\";s:11:\"description\";s:32:\"For Use With AnitBot JS (above).\";}i:15;a:9:{s:3:\"key\";s:14:\"enable_yubikey\";s:7:\"section\";s:30:\"section_yubikey_authentication\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/4f\";s:9:\"link_blog\";s:19:\"https://shsec.io/9t\";s:4:\"name\";s:29:\"Enable Yubikey Authentication\";s:7:\"summary\";s:49:\"Turn On / Off Yubikey Authentication On This Site\";s:11:\"description\";s:99:\"Combined with your Yubikey API Key (below) this will form the basis of your Yubikey Authentication.\";}i:16;a:10:{s:3:\"key\";s:14:\"yubikey_app_id\";s:7:\"section\";s:30:\"section_yubikey_authentication\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/4g\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Yubikey App ID\";s:7:\"summary\";s:26:\"Your Unique Yubikey App ID\";s:11:\"description\";s:91:\"Combined with your Yubikey API Key this will form the basis of your Yubikey Authentication.\";}i:17;a:10:{s:3:\"key\";s:15:\"yubikey_api_key\";s:7:\"section\";s:30:\"section_yubikey_authentication\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/4g\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Yubikey API Key\";s:7:\"summary\";s:31:\"Your Unique Yubikey App API Key\";s:11:\"description\";s:90:\"Combined with your Yubikey App ID this will form the basis of your Yubikey Authentication.\";}i:18;a:11:{s:3:\"key\";s:13:\"text_imahuman\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dz\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:18:\"GASP Checkbox Text\";s:7:\"summary\";s:47:\"The Message Displayed Next To The GASP Checkbox\";s:11:\"description\";s:99:\"You can change the text displayed to the user beside the checkbox if you need a customized message.\";}i:19;a:11:{s:3:\"key\";s:19:\"text_pleasecheckbox\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dz\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"GASP Alert Text\";s:7:\"summary\";s:55:\"The Message Displayed If The User Doesn\'t Check The Box\";s:11:\"description\";s:95:\"You can change the text displayed to the user in the alert message if they don\'t check the box.\";}i:20;a:6:{s:3:\"key\";s:26:\"email_can_send_verified_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;s:3:\"min\";i:0;}i:21;a:6:{s:3:\"key\";s:8:\"gasp_key\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}i:22;a:6:{s:3:\"key\";s:21:\"two_factor_secret_key\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}i:23;a:5:{s:3:\"key\";s:21:\"use_login_intent_page\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"boolean\";s:5:\"value\";b:1;}}s:11:\"definitions\";a:2:{s:20:\"login_intent_timeout\";i:5;s:6:\"events\";a:16:{s:23:\"2fa_backupcode_verified\";a:0:{}s:19:\"2fa_backupcode_fail\";a:1:{s:7:\"offense\";b:1;}s:18:\"2fa_email_verified\";a:0:{}s:21:\"2fa_email_verify_fail\";a:1:{s:7:\"offense\";b:1;}s:23:\"2fa_googleauth_verified\";a:0:{}s:15:\"2fa_google_fail\";a:1:{s:7:\"offense\";b:1;}s:20:\"2fa_yubikey_verified\";a:0:{}s:16:\"2fa_yubikey_fail\";a:1:{s:7:\"offense\";b:1;}s:22:\"2fa_email_send_success\";a:0:{}s:19:\"2fa_email_send_fail\";a:0:{}s:13:\"cooldown_fail\";a:0:{}s:13:\"honeypot_fail\";a:0:{}s:11:\"botbox_fail\";a:0:{}s:11:\"login_block\";a:3:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;s:7:\"offense\";b:1;}s:14:\"hide_login_url\";a:1:{s:5:\"audit\";b:0;}s:11:\"2fa_success\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}}}s:10:\"meta_modts\";i:1582303038;}','yes'),(334242,'shield_mod_config_4f3897fc7716980bb47f6d5f7775f666','a:6:{s:4:\"slug\";s:8:\"firewall\";s:10:\"properties\";a:13:{s:4:\"slug\";s:8:\"firewall\";s:4:\"name\";s:8:\"Firewall\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:8:\"firewall\";s:7:\"tagline\";s:61:\"Automatically block malicious URLs and data sent to your site\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:30;}s:8:\"sections\";a:6:{i:0;a:5:{s:4:\"slug\";s:33:\"section_firewall_blocking_options\";s:7:\"primary\";b:1;s:5:\"title\";s:25:\"Firewall Blocking Options\";s:11:\"title_short\";s:17:\"Firewall Blocking\";s:7:\"summary\";a:2:{i:0;s:56:\"Here you choose what kind of malicious data to scan for.\";i:1;s:198:\"Recommendation - Turn on as many options here as you can. If you find an incompatibility or something stops working, un-check 1 option at a time until you find the problem or review the Audit Trail.\";}}i:1;a:4:{s:4:\"slug\";s:38:\"section_choose_firewall_block_response\";s:5:\"title\";s:30:\"Choose Firewall Block Response\";s:11:\"title_short\";s:17:\"Firewall Response\";s:7:\"summary\";a:2:{i:0;s:75:\"Here you choose how the plugin will respond when it detects malicious data.\";i:1;s:54:\"Recommendation - Choose the option \'Die With Message\'.\";}}i:2;a:4:{s:4:\"slug\";s:17:\"section_whitelist\";s:5:\"title\";s:72:\"Whitelists - IPs, Pages, Parameters, and Users that by-pass the Firewall\";s:11:\"title_short\";s:9:\"Whitelist\";s:7:\"summary\";a:2:{i:0;s:124:\"In principle you should not need to whitelist anything or anyone unless you have discovered a collision with another plugin.\";i:1;s:90:\"Recommendation - Do not whitelist anything unless you are confident in what you are doing.\";}}i:3;a:4:{s:4:\"slug\";s:21:\"section_user_messages\";s:5:\"title\";s:32:\"Customize Messages Shown To User\";s:11:\"title_short\";s:16:\"Visitor Messages\";s:7:\"summary\";a:3:{i:0;s:51:\"Purpose - Customize the messages shown to visitors.\";i:1;s:70:\"Recommendation - Be sure to change the messages to suit your audience.\";i:2;s:75:\"Hint - To reset any message to its default, enter the text exactly: default\";}}i:4;a:4:{s:4:\"slug\";s:48:\"section_enable_plugin_feature_wordpress_firewall\";s:5:\"title\";s:23:\"Enable Module: Firewall\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:123:\"Purpose - The Firewall is designed to analyse data sent to your website and block any requests that appear to be malicious.\";i:1;s:53:\"Recommendation - Keep the Firewall feature turned on.\";}}i:5;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:15:{i:0;a:9:{s:3:\"key\";s:15:\"enable_firewall\";s:7:\"section\";s:48:\"section_enable_plugin_feature_wordpress_firewall\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/43\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf01\";s:4:\"name\";s:15:\"Enable Firewall\";s:7:\"summary\";s:39:\"Enable (or Disable) The Firewall module\";s:11:\"description\";s:67:\"Un-Checking this option will completely disable the Firewall module\";}i:1;a:9:{s:3:\"key\";s:21:\"include_cookie_checks\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Include Cookies\";s:7:\"summary\";s:41:\"Also Test Cookie Values In Firewall Tests\";s:11:\"description\";s:95:\"The firewall tests GET and POST, but with this option checked it will also check COOKIE values.\";}i:2;a:9:{s:3:\"key\";s:19:\"block_dir_traversal\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Directory Traversals\";s:7:\"summary\";s:26:\"Block Directory Traversals\";s:11:\"description\";s:71:\"This will block directory traversal paths in in application parameters.\";}i:3;a:9:{s:3:\"key\";s:17:\"block_sql_queries\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:11:\"SQL Queries\";s:7:\"summary\";s:17:\"Block SQL Queries\";s:11:\"description\";s:46:\"This will block SQL in application parameters.\";}i:4;a:9:{s:3:\"key\";s:21:\"block_wordpress_terms\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"WordPress Terms\";s:7:\"summary\";s:30:\"Block WordPress Specific Terms\";s:11:\"description\";s:91:\"This will block WordPress specific terms in application parameters (wp_, user_login, etc.).\";}i:5;a:9:{s:3:\"key\";s:22:\"block_field_truncation\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Field Truncation\";s:7:\"summary\";s:30:\"Block Field Truncation Attacks\";s:11:\"description\";s:66:\"This will block field truncation attacks in application parameters\";}i:6;a:9:{s:3:\"key\";s:14:\"block_php_code\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:8:\"PHP Code\";s:7:\"summary\";s:23:\"Block PHP Code Includes\";s:11:\"description\";s:132:\"This will block any data that appears to try and include PHP files. Will probably block saving within the Plugin/Theme file editors.\";}i:7;a:9:{s:3:\"key\";s:22:\"block_exe_file_uploads\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Exe File Uploads\";s:7:\"summary\";s:29:\"Block Executable File Uploads\";s:11:\"description\";s:59:\"This will block executable file uploads (.php, .exe, etc.).\";}i:8;a:9:{s:3:\"key\";s:20:\"block_leading_schema\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Leading Schemas\";s:7:\"summary\";s:36:\"Block Leading Schemas (HTTPS / HTTP)\";s:11:\"description\";s:135:\"This will block leading schemas http:// and https:// in application parameters (off by default; may cause problems with other plugins).\";}i:9;a:9:{s:3:\"key\";s:16:\"block_aggressive\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Aggressive Scan\";s:7:\"summary\";s:23:\"Aggressively Block Data\";s:11:\"description\";s:159:\"Employs a set of aggressive rules to detect and block malicious data submitted to your site. Warning - May cause an increase in false-positive firewall blocks.\";}i:10;a:10:{s:3:\"key\";s:14:\"block_response\";s:7:\"section\";s:38:\"section_choose_firewall_block_response\";s:7:\"default\";s:20:\"redirect_die_message\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:20:\"redirect_die_message\";s:4:\"text\";s:16:\"Die With Message\";}i:1;a:2:{s:9:\"value_key\";s:12:\"redirect_die\";s:4:\"text\";s:3:\"Die\";}i:2;a:2:{s:9:\"value_key\";s:13:\"redirect_home\";s:4:\"text\";s:21:\"Redirect To Home Page\";}i:3;a:2:{s:9:\"value_key\";s:12:\"redirect_404\";s:4:\"text\";s:10:\"Return 404\";}}s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Block Response\";s:7:\"summary\";s:50:\"How the firewall responds when it blocks a request\";s:11:\"description\";s:100:\"We recommend dying with a message so you know what might have occurred when the firewall blocks you.\";}i:11;a:9:{s:3:\"key\";s:16:\"block_send_email\";s:7:\"section\";s:38:\"section_choose_firewall_block_response\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Send Email Report\";s:7:\"summary\";s:89:\"When a visitor is blocked the firewall will send an email to the configured email address\";s:11:\"description\";s:124:\"Use with caution - if you get hit by automated bots you may send out too many emails and you could get blocked by your host.\";}i:12;a:9:{s:3:\"key\";s:21:\"page_params_whitelist\";s:7:\"section\";s:17:\"section_whitelist\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:21:\"comma_separated_lists\";s:9:\"link_info\";s:19:\"https://shsec.io/2a\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Whitelist Parameters\";s:7:\"summary\";s:74:\"Detail pages and parameters that are whitelisted (ignored by the firewall)\";s:11:\"description\";s:104:\"This should be used with caution and you should only provide parameter names that you must have excluded\";}i:13;a:9:{s:3:\"key\";s:16:\"whitelist_admins\";s:7:\"section\";s:17:\"section_whitelist\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:21:\"Ignore Administrators\";s:7:\"summary\";s:21:\"Ignore Administrators\";s:11:\"description\";s:78:\"Authenticated administrator users will not be processed by the firewall rules.\";}i:14;a:11:{s:3:\"key\";s:16:\"text_firewalldie\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Firewall Block Message\";s:7:\"summary\";s:63:\"Message Displayed To Visitor When A Firewall Block Is Triggered\";s:11:\"description\";s:102:\"When you select the option to display a message to the visitor, this is the message that is displayed.\";}}s:11:\"definitions\";a:3:{s:17:\"default_whitelist\";a:14:{s:29:\"/wp-admin/options-general.php\";a:0:{}s:21:\"/wp-admin/options.php\";a:2:{i:0;s:4:\"home\";i:1;s:7:\"siteurl\";}s:21:\"/wp-admin/plugins.php\";a:1:{i:0;s:6:\"plugin\";}s:22:\"/wp-admin/post-new.php\";a:0:{}s:22:\"/wp-admin/page-new.php\";a:0:{}s:22:\"/wp-admin/link-add.php\";a:0:{}s:26:\"/wp-admin/media-upload.php\";a:0:{}s:19:\"/wp-admin/admin.php\";a:1:{i:0;s:4:\"page\";}s:18:\"/wp-admin/post.php\";a:1:{i:0;s:7:\"content\";}s:27:\"/wp-admin/plugin-editor.php\";a:1:{i:0;s:10:\"newcontent\";}s:18:\"/wp-admin/page.php\";a:0:{}s:24:\"/wp-admin/admin-ajax.php\";a:0:{}s:21:\"/wp-comments-post.php\";a:2:{i:0;s:3:\"url\";i:1;s:7:\"comment\";}s:1:\"*\";a:21:{i:0;s:12:\"affwp_action\";i:1;s:7:\"ajaxurl\";i:2;s:20:\"g-recaptcha-response\";i:3;s:11:\"verify_sign\";i:4;s:6:\"txn_id\";i:5;s:15:\"wp_http_referer\";i:6;s:16:\"_wp_http_referer\";i:7;s:25:\"_wp_original_http_referer\";i:8;s:11:\"JCS_INENREF\";i:9;s:5:\"pass1\";i:10;s:10:\"pass1-text\";i:11;s:3:\"pwd\";i:12;s:3:\"url\";i:13;s:10:\"referredby\";i:14;s:11:\"redirect_to\";i:15;s:28:\"jetpack_sso_original_request\";i:16;s:23:\"jetpack_sso_redirect_to\";i:17;s:33:\"/^wordpress_logged_in_[0-9a-f]+$/\";i:18;s:10:\"edd_action\";i:19;s:12:\"edd_redirect\";i:20;s:10:\"wpcf7-form\";}}s:17:\"firewall_patterns\";a:8:{s:12:\"dirtraversal\";a:1:{s:6:\"simple\";a:8:{i:0;s:10:\"etc/passwd\";i:1;s:17:\"proc/self/environ\";i:2;s:10:\"etc/passwd\";i:3;s:8:\"makefile\";i:4;s:7:\"wwwroot\";i:5;s:10:\"pingserver\";i:6;s:3:\"../\";i:7;s:8:\"loopback\";}}s:7:\"wpterms\";a:2:{s:6:\"simple\";a:2:{i:0;s:4:\"/**/\";i:1;s:13:\"wp-config.php\";}s:5:\"regex\";a:3:{i:0;s:4:\"^wp_\";i:1;s:11:\"^user_login\";i:2;s:10:\"^user_pass\";}}s:15:\"fieldtruncation\";a:1:{s:5:\"regex\";a:2:{i:0;s:7:\"\\s{49,}\";i:1;s:4:\"\\x00\";}}s:10:\"sqlqueries\";a:1:{s:5:\"regex\";a:3:{i:0;s:11:\"concat\\s*\\(\";i:1;s:12:\"group_concat\";i:2;s:13:\"union.*select\";}}s:7:\"exefile\";a:1:{s:5:\"regex\";a:1:{i:0;s:86:\"\\.(dll|rb|py|exe|php[3-6]?|pl|perl|ph[34]|phl|phtml|phtm|sql|ini|jsp|asp|git|svn|tar)$\";}}s:6:\"schema\";a:2:{s:6:\"simple\";a:1:{i:0;s:6:\".shtml\";}s:5:\"regex\";a:1:{i:0;s:23:\"^(http|https|ftp|file):\";}}s:7:\"phpcode\";a:2:{s:6:\"simple\";N;s:5:\"regex\";a:1:{i:0;s:52:\"(include|include_once|require|require_once)\\s*\\(.*\\)\";}}s:10:\"aggressive\";a:2:{s:6:\"simple\";a:11:{i:0;s:5:\"eval(\";i:1;s:6:\"(null)\";i:2;s:7:\"base64_\";i:3;s:9:\"localhost\";i:4;s:10:\"(function(\";i:5;s:8:\"{x.html(\";i:6;s:7:\").html(\";i:7;s:3:\"...\";i:8;s:10:\"/httpdocs/\";i:9;s:5:\"/tmp/\";i:10;s:8:\"boot.ini\";}s:5:\"regex\";a:5:{i:0;s:16:\"GLOBALS(=|\\[|%%)\";i:1;s:16:\"REQUEST(=|\\[|%%)\";i:2;s:24:\"(`|\\<|\\>|\\[|\\]|\\{|\\}|\\?)\";i:3;s:32:\"drop\\s+table\\s+(`|\'?)[a-z0-9]+\\1\";i:4;s:53:\"\'\\s+OR\\s+\'([a-z0-9]+)\'\\s*=\\s*\'\\1\'\\s+(--|\\(\\{|\\/\\*)\\s+\";}}}s:6:\"events\";a:12:{s:10:\"check_skip\";a:2:{s:3:\"cat\";i:2;s:4:\"stat\";b:0;}s:14:\"firewall_block\";a:3:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;s:7:\"offense\";b:1;}s:23:\"blockparam_dirtraversal\";a:1:{s:3:\"cat\";i:3;}s:18:\"blockparam_wpterms\";a:1:{s:3:\"cat\";i:3;}s:26:\"blockparam_fieldtruncation\";a:1:{s:3:\"cat\";i:3;}s:21:\"blockparam_sqlqueries\";a:1:{s:3:\"cat\";i:3;}s:17:\"blockparam_schema\";a:1:{s:3:\"cat\";i:3;}s:21:\"blockparam_aggressive\";a:1:{s:3:\"cat\";i:3;}s:18:\"blockparam_phpcode\";a:1:{s:3:\"cat\";i:3;}s:13:\"block_exefile\";a:1:{s:3:\"cat\";i:3;}s:13:\"fw_email_fail\";a:2:{s:3:\"cat\";i:2;s:4:\"stat\";b:0;}s:16:\"fw_email_success\";a:1:{s:4:\"stat\";b:0;}}}s:10:\"meta_modts\";i:1582303038;}','yes'),(334243,'shield_mod_config_885d1a70f7f09058cecb2ace25fc7e24','a:6:{s:4:\"slug\";s:15:\"user_management\";s:10:\"properties\";a:12:{s:4:\"name\";s:15:\"User Management\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:15:\"user_management\";s:7:\"tagline\";s:61:\"Control user sessions, duration, timeouts and account sharing\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:40;}s:8:\"sections\";a:7:{i:0;a:5:{s:4:\"slug\";s:31:\"section_user_session_management\";s:7:\"primary\";b:1;s:5:\"title\";s:23:\"User Session Management\";s:11:\"title_short\";s:15:\"Session Options\";s:7:\"summary\";a:2:{i:0;s:119:\"Purpose - Allows you to better control user sessions on your site and expire idle sessions and prevent account sharing.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:1;a:4:{s:4:\"slug\";s:16:\"section_user_reg\";s:5:\"title\";s:17:\"User Registration\";s:11:\"title_short\";s:17:\"User Registration\";s:7:\"summary\";a:2:{i:0;s:53:\"Purpose - Control user registration and prevent SPAM.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:2;a:5:{s:4:\"slug\";s:17:\"section_passwords\";s:4:\"reqs\";a:1:{s:6:\"wp_min\";s:3:\"4.4\";}s:5:\"title\";s:17:\"Password Policies\";s:11:\"title_short\";s:17:\"Password Policies\";s:7:\"summary\";a:2:{i:0;s:69:\"Purpose - Have full control over passwords used by users on the site.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:3;a:4:{s:4:\"slug\";s:15:\"section_suspend\";s:5:\"title\";s:36:\"Automatic And Manual User Suspension\";s:11:\"title_short\";s:15:\"User Suspension\";s:7:\"summary\";a:2:{i:0;s:75:\"Purpose - Automatically suspend accounts to prevent login by certain users.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:4;a:4:{s:4:\"slug\";s:32:\"section_admin_login_notification\";s:5:\"title\";s:24:\"Admin Login Notification\";s:11:\"title_short\";s:13:\"Notifications\";s:7:\"summary\";a:2:{i:0;s:125:\"Purpose - So you can be made aware of when a WordPress administrator has logged into your site when you are not expecting it.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:5;a:4:{s:4:\"slug\";s:54:\"section_enable_plugin_feature_user_accounts_management\";s:5:\"title\";s:30:\"Enable Module: User Management\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:148:\"Purpose - User Management offers real user sessions, finer control over user session time-out, and ensures users have logged-in in a correct manner.\";i:1;s:60:\"Recommendation - Keep the User Management feature turned on.\";}}i:6;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:21:{i:0;a:9:{s:3:\"key\";s:22:\"enable_user_management\";s:7:\"section\";s:54:\"section_enable_plugin_feature_user_accounts_management\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/e3\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Enable User Management\";s:7:\"summary\";s:46:\"Enable (or Disable) The User Management module\";s:11:\"description\";s:74:\"Un-Checking this option will completely disable the User Management module\";}i:1;a:11:{s:3:\"key\";s:36:\"enable_user_login_email_notification\";s:7:\"section\";s:32:\"section_admin_login_notification\";s:7:\"premium\";b:1;s:9:\"sensitive\";b:0;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/e2\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:29:\"User Login Notification Email\";s:7:\"summary\";s:58:\"Send Email Notification To Each User Upon Successful Login\";s:11:\"description\";s:85:\"A notification is sent to each user when a successful login occurs for their account.\";}i:2;a:10:{s:3:\"key\";s:37:\"enable_admin_login_email_notification\";s:7:\"section\";s:32:\"section_admin_login_notification\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:30:\"Admin Login Notification Email\";s:7:\"summary\";s:53:\"Send An Notification Email When Administrator Logs In\";s:11:\"description\";s:168:\"If you would like to be notified every time an administrator user logs into this WordPress site, enter a notification email address. No email address - No Notification.\";}i:3;a:10:{s:3:\"key\";s:24:\"session_timeout_interval\";s:7:\"section\";s:31:\"section_user_session_management\";s:7:\"default\";i:2;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Session Timeout\";s:7:\"summary\";s:65:\"Specify How Many Days After Login To Automatically Force Re-Login\";s:11:\"description\";s:75:\"WordPress default is 2 days, or 14 days if you check the \'Remember Me\' box.\";}i:4;a:10:{s:3:\"key\";s:29:\"session_idle_timeout_interval\";s:7:\"section\";s:31:\"section_user_session_management\";s:7:\"default\";i:48;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:70:\"https://icontrolwp.freshdesk.com/support/solutions/articles/3000070590\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Idle Timeout\";s:7:\"summary\";s:68:\"Specify How Many Hours After Inactivity To Automatically Logout User\";s:11:\"description\";s:157:\"If the user is inactive for the number of hours specified, they will be forcefully logged out next time they return. Set this to \'0\' to turn off this option.\";}i:5;a:9:{s:3:\"key\";s:21:\"session_lock_location\";s:7:\"section\";s:31:\"section_user_session_management\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Lock To Location\";s:7:\"summary\";s:34:\"Locks A User Session To IP address\";s:11:\"description\";s:211:\"When selected, a session is restricted to the same IP address as when the user logged in. If a logged-in user\'s IP address changes, the session will be invalidated and they\'ll be forced to re-login to WordPress.\";}i:6;a:10:{s:3:\"key\";s:33:\"session_username_concurrent_limit\";s:7:\"section\";s:31:\"section_user_session_management\";s:7:\"default\";i:0;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:25:\"Max Simultaneous Sessions\";s:7:\"summary\";s:49:\"Limit Simultaneous Sessions For The Same Username\";s:11:\"description\";s:137:\"The number provided here is the maximum number of simultaneous, distinct, sessions allowed for any given username. Use \'0\' for no limits.\";}i:7;a:11:{s:3:\"key\";s:18:\"reg_email_validate\";s:7:\"section\";s:16:\"section_user_reg\";s:7:\"premium\";b:1;s:4:\"type\";s:6:\"select\";s:7:\"default\";s:3:\"log\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:8:\"Log Only\";}i:2;a:2:{s:9:\"value_key\";s:7:\"offense\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:24:\"Immediate Block and Kill\";}}s:9:\"link_info\";s:19:\"https://shsec.io/gk\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:24:\"Validate Email Addresses\";s:7:\"summary\";s:55:\"Validate Email Addresses When User Attempts To Register\";s:11:\"description\";s:56:\"Validate Email Addresses When User Attempts To Register.\";}i:8;a:10:{s:3:\"key\";s:12:\"email_checks\";s:7:\"section\";s:16:\"section_user_reg\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:2:{i:0;s:6:\"syntax\";i:1;s:6:\"domain\";}s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:6:\"syntax\";s:4:\"text\";s:20:\"Email Address Syntax\";}i:1;a:2:{s:9:\"value_key\";s:6:\"domain\";s:4:\"text\";s:20:\"Domain Name Resolves\";}i:2;a:2:{s:9:\"value_key\";s:2:\"mx\";s:4:\"text\";s:9:\"Domain MX\";}i:3;a:2:{s:9:\"value_key\";s:13:\"nondisposable\";s:4:\"text\";s:24:\"Disposable Email Service\";}}s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Email Checks\";s:7:\"summary\";s:48:\"The Email Address Properties That Will Be Tested\";s:11:\"description\";s:14:\"Select which .\";}i:9;a:9:{s:3:\"key\";s:24:\"enable_password_policies\";s:7:\"section\";s:17:\"section_passwords\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"N\";s:9:\"link_info\";s:19:\"https://shsec.io/e1\";s:9:\"link_blog\";s:19:\"https://shsec.io/c4\";s:4:\"name\";s:24:\"Enable Password Policies\";s:7:\"summary\";s:34:\"Enable The Password Policies Below\";s:11:\"description\";s:34:\"Turn on/off all password policies.\";}i:10;a:9:{s:3:\"key\";s:18:\"pass_prevent_pwned\";s:7:\"section\";s:17:\"section_passwords\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:19:\"https://shsec.io/by\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:23:\"Prevent Pwned Passwords\";s:7:\"summary\";s:30:\"Prevent Use Of Pwned Passwords\";s:11:\"description\";s:94:\"Prevents users from using any passwords found on the public available list of pwned passwords.\";}i:11;a:10:{s:3:\"key\";s:15:\"pass_min_length\";s:7:\"section\";s:17:\"section_passwords\";s:7:\"premium\";b:1;s:4:\"type\";s:7:\"integer\";s:7:\"default\";s:2:\"12\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Minimum Length\";s:7:\"summary\";s:23:\"Minimum Password Length\";s:11:\"description\";s:79:\"All passwords that a user sets must be at least this many characters in length.\";}i:12;a:11:{s:3:\"key\";s:17:\"pass_min_strength\";s:7:\"section\";s:17:\"section_passwords\";s:7:\"premium\";b:1;s:4:\"type\";s:6:\"select\";s:7:\"default\";s:1:\"4\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:1:\"0\";s:4:\"text\";s:9:\"Very Weak\";}i:1;a:2:{s:9:\"value_key\";s:1:\"1\";s:4:\"text\";s:4:\"Weak\";}i:2;a:2:{s:9:\"value_key\";s:1:\"2\";s:4:\"text\";s:6:\"Medium\";}i:3;a:2:{s:9:\"value_key\";s:1:\"3\";s:4:\"text\";s:6:\"Strong\";}i:4;a:2:{s:9:\"value_key\";s:1:\"4\";s:4:\"text\";s:11:\"Very Strong\";}}s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Minimum Strength\";s:7:\"summary\";s:25:\"Minimum Password Strength\";s:11:\"description\";s:63:\"All passwords that a user sets must meet this minimum strength.\";}i:13;a:10:{s:3:\"key\";s:19:\"pass_force_existing\";s:7:\"section\";s:17:\"section_passwords\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"N\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:23:\"Apply To Existing Users\";s:7:\"summary\";s:61:\"Apply Password Policies To Existing Users and Their Passwords\";s:11:\"description\";s:104:\"Forces existing users to update their passwords if they don\'t meet requirements, after they next login .\";}i:14;a:11:{s:3:\"key\";s:11:\"pass_expire\";s:7:\"section\";s:17:\"section_passwords\";s:7:\"premium\";b:1;s:4:\"type\";s:7:\"integer\";s:7:\"default\";s:2:\"60\";s:3:\"min\";i:0;s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:19:\"Password Expiration\";s:7:\"summary\";s:37:\"Passwords Expire After This Many Days\";s:11:\"description\";s:81:\"Users will be forced to reset their passwords after the number of days specified.\";}i:15;a:10:{s:3:\"key\";s:14:\"manual_suspend\";s:7:\"section\";s:15:\"section_suspend\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"N\";s:9:\"link_info\";s:19:\"https://shsec.io/fq\";s:9:\"link_blog\";s:19:\"https://shsec.io/fr\";s:4:\"name\";s:28:\"Allow Manual User Suspension\";s:7:\"summary\";s:47:\"Manually Suspend User Accounts To Prevent Login\";s:11:\"description\";s:58:\"Users may be suspended by administrators to prevent login.\";}i:16;a:10:{s:3:\"key\";s:13:\"auto_password\";s:7:\"section\";s:15:\"section_suspend\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:19:\"https://shsec.io/fs\";s:9:\"link_blog\";s:19:\"https://shsec.io/fr\";s:4:\"name\";s:30:\"Auto-Suspend Expired Passwords\";s:7:\"summary\";s:50:\"Automatically Suspend Users With Expired Passwords\";s:11:\"description\";s:63:\"Suspend login by users and require password reset to unsuspend.\";}i:17;a:11:{s:3:\"key\";s:14:\"auto_idle_days\";s:7:\"section\";s:15:\"section_suspend\";s:7:\"premium\";b:1;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;s:3:\"min\";i:0;s:9:\"link_info\";s:19:\"https://shsec.io/ft\";s:9:\"link_blog\";s:19:\"https://shsec.io/fr\";s:4:\"name\";s:23:\"Auto-Suspend Idle Users\";s:7:\"summary\";s:40:\"Automatically Suspend Idle User Accounts\";s:11:\"description\";s:68:\"Prevent login by idle users and require password reset to unsuspend.\";}i:18;a:10:{s:3:\"key\";s:15:\"auto_idle_roles\";s:7:\"section\";s:15:\"section_suspend\";s:7:\"premium\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:3:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";}s:9:\"link_info\";s:19:\"https://shsec.io/ft\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:23:\"Auto-Suspend Idle Users\";s:7:\"summary\";s:40:\"Automatically Suspend Idle User Accounts\";s:11:\"description\";s:68:\"Prevent login by idle users and require password reset to unsuspend.\";}i:19;a:5:{s:3:\"key\";s:27:\"autoadd_sessions_started_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:20;a:5:{s:3:\"key\";s:22:\"hard_suspended_userids\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:3:{s:29:\"pwned_api_url_password_single\";s:45:\"https://api.pwnedpasswords.com/pwnedpassword/\";s:28:\"pwned_api_url_password_range\";s:37:\"https://api.pwnedpasswords.com/range/\";s:6:\"events\";a:12:{s:16:\"session_notfound\";a:0:{}s:15:\"session_expired\";a:0:{}s:12:\"session_idle\";a:0:{}s:14:\"session_iplock\";a:0:{}s:19:\"session_browserlock\";a:0:{}s:18:\"session_unverified\";a:0:{}s:16:\"password_expired\";a:0:{}s:28:\"password_policy_force_change\";a:1:{s:6:\"recent\";b:1;}s:21:\"password_policy_block\";a:1:{s:6:\"recent\";b:1;}s:19:\"user_hard_suspended\";a:1:{s:6:\"recent\";b:1;}s:21:\"user_hard_unsuspended\";a:0:{}s:17:\"reg_email_invalid\";a:1:{s:7:\"offense\";b:1;}}}s:10:\"meta_modts\";i:1582303038;}','yes'),(334244,'shield_mod_config_e6e7cde48b156ab45df41364e17eac0e','a:7:{s:4:\"slug\";s:15:\"comments_filter\";s:10:\"properties\";a:14:{s:4:\"slug\";s:15:\"comments_filter\";s:4:\"name\";s:13:\"Comments SPAM\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:14:\"commentsfilter\";s:7:\"tagline\";s:42:\"Block comment SPAM and retain your privacy\";s:12:\"use_sessions\";b:1;s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:50;}s:13:\"admin_notices\";a:1:{s:15:\"akismet-running\";a:4:{s:2:\"id\";s:15:\"akismet-running\";s:12:\"plugin_admin\";s:3:\"yes\";s:16:\"plugin_page_only\";b:1;s:4:\"type\";s:7:\"warning\";}}s:8:\"sections\";a:7:{i:0;a:5:{s:4:\"slug\";s:42:\"section_bot_comment_spam_protection_filter\";s:5:\"title\";s:44:\"Automatic Bot Comment SPAM Protection Filter\";s:11:\"title_short\";s:8:\"Bot SPAM\";s:7:\"primary\";b:1;s:7:\"summary\";a:2:{i:0;s:66:\"Purpose - Blocks 100% of all automated bot-generated comment SPAM.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:1;a:4:{s:4:\"slug\";s:17:\"section_recaptcha\";s:5:\"title\";s:16:\"Google reCAPTCHA\";s:11:\"title_short\";s:9:\"reCAPTCHA\";s:7:\"summary\";a:3:{i:0;s:53:\"Purpose - Adds Google reCAPTCHA to the Comment Forms.\";i:1;s:37:\"Recommendation - Keep this turned on.\";i:2;s:109:\"Note - You will need to register for Google reCAPTCHA keys and store them in the Shield \'Dashboard\' settings.\";}}i:2;a:4:{s:4:\"slug\";s:25:\"section_human_spam_filter\";s:5:\"title\";s:36:\"Human Comment SPAM Protection Filter\";s:11:\"title_short\";s:10:\"Human SPAM\";s:7:\"summary\";a:2:{i:0;s:78:\"Purpose - Uses a 3rd party SPAM dictionary to detect human-based comment SPAM.\";i:1;s:176:\"Recommendation - Use of this feature is highly recommend.This tool, unlike other SPAM tools such as Akismet, will not send your comment data to 3rd party services for analysis.\";}}i:3;a:4:{s:4:\"slug\";s:31:\"section_bot_comment_spam_common\";s:5:\"title\";s:37:\"Common Settings For All SPAM Scanning\";s:11:\"title_short\";s:15:\"Common Settings\";s:7:\"summary\";a:1:{i:0;s:59:\"Purpose - Settings that apply to all comment SPAM scanning.\";}}i:4;a:4:{s:4:\"slug\";s:21:\"section_user_messages\";s:5:\"title\";s:32:\"Customize Messages Shown To User\";s:11:\"title_short\";s:16:\"Visitor Messages\";s:7:\"summary\";a:3:{i:0;s:51:\"Purpose - Customize the messages shown to visitors.\";i:1;s:70:\"Recommendation - Be sure to change the messages to suit your audience.\";i:2;s:75:\"Hint - To reset any message to its default, enter the text exactly: default\";}}i:5;a:4:{s:4:\"slug\";s:61:\"section_enable_plugin_feature_spam_comments_protection_filter\";s:5:\"title\";s:39:\"Enable Module: Comments SPAM Protection\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:126:\"Purpose - The Comments Filter can block 100% of automated spam bots and also offer the option to analyse human-generated spam.\";i:1;s:60:\"Recommendation - Keep the Comments Filter feature turned on.\";}}i:6;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:16:{i:0;a:9:{s:3:\"key\";s:22:\"enable_comments_filter\";s:7:\"section\";s:61:\"section_enable_plugin_feature_spam_comments_protection_filter\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3z\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf04\";s:4:\"name\";s:22:\"Enable SPAM Protection\";s:7:\"summary\";s:55:\"Enable (or Disable) The Comments SPAM Protection module\";s:11:\"description\";s:83:\"Un-Checking this option will completely disable the Comments SPAM Protection module\";}i:1;a:10:{s:3:\"key\";s:25:\"trusted_commenter_minimum\";s:7:\"section\";s:31:\"section_bot_comment_spam_common\";s:7:\"default\";i:1;s:3:\"min\";i:1;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/fu\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:25:\"Trusted Commenter Minimum\";s:7:\"summary\";s:63:\"Minimum Number Of Approved Comments Before Commenter Is Trusted\";s:11:\"description\";s:117:\"Specify how many approved comments must exist before a commenter is trusted and their comments are no longer scanned.\";}i:2;a:10:{s:3:\"key\";s:18:\"trusted_user_roles\";s:7:\"section\";s:31:\"section_bot_comment_spam_common\";s:7:\"premium\";b:1;s:7:\"default\";a:5:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/fu\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:13:\"Trusted Users\";s:7:\"summary\";s:54:\"Don\'t Scan Comments For Users With The Following Roles\";s:11:\"description\";s:124:\"Shield doesn\'t normally scan comments from logged-in or registered users. Specify user roles here that shouldn\'t be scanned.\";}i:3;a:9:{s:3:\"key\";s:31:\"enable_comments_gasp_protection\";s:7:\"section\";s:42:\"section_bot_comment_spam_protection_filter\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3n\";s:9:\"link_blog\";s:19:\"https://shsec.io/2n\";s:4:\"name\";s:15:\"GASP Protection\";s:7:\"summary\";s:22:\"Block Bot Comment SPAM\";s:11:\"description\";s:121:\"Taking the lead from the original GASP plugin for WordPress, we have extended it to include advanced spam-bot protection.\";}i:4;a:10:{s:3:\"key\";s:26:\"comments_cooldown_interval\";s:7:\"section\";s:42:\"section_bot_comment_spam_protection_filter\";s:7:\"default\";i:10;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/3o\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Comments Cooldown\";s:7:\"summary\";s:61:\"Limit posting comments to X seconds after the page has loaded\";s:11:\"description\";s:109:\"By forcing a comments cooldown period, you restrict a Spambot\'s ability to post multiple times to your posts.\";}i:5;a:10:{s:3:\"key\";s:32:\"comments_default_action_spam_bot\";s:7:\"section\";s:42:\"section_bot_comment_spam_protection_filter\";s:7:\"default\";s:4:\"spam\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";i:0;s:4:\"text\";s:26:\"Move To Pending Moderation\";}i:1;a:2:{s:9:\"value_key\";s:4:\"spam\";s:4:\"text\";s:12:\"Move To SPAM\";}i:2;a:2:{s:9:\"value_key\";s:5:\"trash\";s:4:\"text\";s:13:\"Move To Trash\";}i:3;a:2:{s:9:\"value_key\";s:6:\"reject\";s:4:\"text\";s:18:\"Block And Redirect\";}}s:9:\"link_info\";s:19:\"https://shsec.io/6j\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:19:\"Default SPAM Action\";s:7:\"summary\";s:53:\"How To Categorise Comments When Identified To Be SPAM\";s:11:\"description\";s:118:\"When a comment is detected as being SPAM from an automatic bot, the comment will be categorised based on this setting.\";}i:6;a:9:{s:3:\"key\";s:33:\"enable_comments_human_spam_filter\";s:7:\"section\";s:25:\"section_human_spam_filter\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/57\";s:9:\"link_blog\";s:19:\"https://shsec.io/9w\";s:4:\"name\";s:17:\"Human SPAM Filter\";s:7:\"summary\";s:48:\"Enable (or Disable) The Human SPAM Filter module\";s:11:\"description\";s:145:\"Scans the content of WordPress comments for keywords that are indicative of SPAM and marks the comment according to your preferred setting below.\";}i:7;a:10:{s:3:\"key\";s:39:\"enable_comments_human_spam_filter_items\";s:7:\"section\";s:25:\"section_human_spam_filter\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:6:{i:0;s:11:\"author_name\";i:1;s:12:\"author_email\";i:2;s:15:\"comment_content\";i:3;s:3:\"url\";i:4;s:10:\"ip_address\";i:5;s:10:\"user_agent\";}s:13:\"value_options\";a:6:{i:0;a:2:{s:9:\"value_key\";s:11:\"author_name\";s:4:\"text\";s:11:\"Author Name\";}i:1;a:2:{s:9:\"value_key\";s:12:\"author_email\";s:4:\"text\";s:12:\"Author Email\";}i:2;a:2:{s:9:\"value_key\";s:15:\"comment_content\";s:4:\"text\";s:15:\"Comment Content\";}i:3;a:2:{s:9:\"value_key\";s:3:\"url\";s:4:\"text\";s:3:\"URL\";}i:4;a:2:{s:9:\"value_key\";s:10:\"ip_address\";s:4:\"text\";s:10:\"IP Address\";}i:5;a:2:{s:9:\"value_key\";s:10:\"user_agent\";s:4:\"text\";s:18:\"Browser User Agent\";}}s:9:\"link_info\";s:19:\"https://shsec.io/58\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Comment Filter Items\";s:7:\"summary\";s:33:\"Select The Items To Scan For SPAM\";s:11:\"description\";s:108:\"When a user submits a comment, only the selected parts of the comment data will be scanned for SPAM content.\";}i:8;a:8:{s:3:\"key\";s:34:\"comments_default_action_human_spam\";s:7:\"section\";s:25:\"section_human_spam_filter\";s:7:\"default\";i:0;s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";i:0;s:4:\"text\";s:26:\"Move To Pending Moderation\";}i:1;a:2:{s:9:\"value_key\";s:4:\"spam\";s:4:\"text\";s:12:\"Move To SPAM\";}i:2;a:2:{s:9:\"value_key\";s:5:\"trash\";s:4:\"text\";s:13:\"Move To Trash\";}i:3;a:2:{s:9:\"value_key\";s:6:\"reject\";s:4:\"text\";s:18:\"Block And Redirect\";}}s:4:\"name\";s:19:\"Default SPAM Action\";s:7:\"summary\";s:54:\"How To Categorise Comments When Identified To Be SPAM\'\";s:11:\"description\";s:119:\"When a comment is detected as being SPAM from a human commenter, the comment will be categorised based on this setting.\";}i:9;a:9:{s:3:\"key\";s:32:\"enable_google_recaptcha_comments\";s:7:\"section\";s:17:\"section_recaptcha\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:22:\"https://shsec.io/shld5\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Google reCAPTCHA\";s:7:\"summary\";s:36:\"Enable Google reCAPTCHA For Comments\";s:11:\"description\";s:71:\"Use Google reCAPTCHA on the comments form to prevent bot-spam comments.\";}i:10;a:11:{s:3:\"key\";s:31:\"google_recaptcha_style_comments\";s:7:\"section\";s:17:\"section_recaptcha\";s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:7:\"default\";s:4:\"text\";s:13:\"Default Style\";}i:1;a:2:{s:9:\"value_key\";s:5:\"light\";s:4:\"text\";s:11:\"Light Theme\";}i:2;a:2:{s:9:\"value_key\";s:4:\"dark\";s:4:\"text\";s:10:\"Dark Theme\";}i:3;a:2:{s:9:\"value_key\";s:9:\"invisible\";s:4:\"text\";s:9:\"Invisible\";}}s:9:\"link_info\";s:19:\"https://shsec.io/e4\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"reCAPTCHA Style\";s:7:\"summary\";s:38:\"How Google reCAPTCHA Will Be Displayed\";s:11:\"description\";s:109:\"You can choose the reCAPTCHA display format that best suits your site, including the new Invisible Recaptcha.\";}i:11;a:10:{s:3:\"key\";s:30:\"comments_token_expire_interval\";s:7:\"section\";s:42:\"section_bot_comment_spam_protection_filter\";s:7:\"default\";i:600;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/3o\";s:9:\"link_blog\";s:19:\"https://shsec.io/9v\";s:4:\"name\";s:20:\"Comment Token Expire\";s:7:\"summary\";s:54:\"A visitor has X seconds within which to post a comment\";s:11:\"description\";s:209:\"Default: 600 seconds (10 minutes). Each visitor is given a unique \'Token\' so they can comment. This restricts spambots, but we need to force these tokens to expire and at the same time not bother the visitors.\";}i:12;a:10:{s:3:\"key\";s:23:\"custom_message_checkbox\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/3p\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:23:\"Custom Checkbox Message\";s:7:\"summary\";s:63:\"If you want a custom checkbox message, please provide this here\";s:11:\"description\";s:50:\"You can customise the message beside the checkbox.\";}i:13;a:10:{s:3:\"key\";s:20:\"custom_message_alert\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/3p\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Custom Alert Message\";s:7:\"summary\";s:60:\"If you want a custom alert message, please provide this here\";s:11:\"description\";s:101:\"This alert message is displayed when a visitor attempts to submit a comment without checking the box.\";}i:14;a:10:{s:3:\"key\";s:27:\"custom_message_comment_wait\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/3p\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:19:\"Custom Wait Message\";s:7:\"summary\";s:74:\"If you want a custom submit-button wait message, please provide this here.\";s:11:\"description\";s:111:\"Where you see the \'%s\' this will be the number of seconds. You must ensure you include 1, and only 1, of these.\";}i:15;a:10:{s:3:\"key\";s:29:\"custom_message_comment_reload\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/3p\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:21:\"Custom Reload Message\";s:7:\"summary\";s:90:\"If you want a custom message when the comment token has expired, please provide this here.\";s:11:\"description\";s:81:\"This message is displayed on the submit-button when the comment token is expired.\";}}s:11:\"definitions\";a:4:{s:24:\"url_spam_blacklist_terms\";s:89:\"https://raw.githubusercontent.com/splorp/wordpress-comment-blacklist/master/blacklist.txt\";s:34:\"spambot_comments_filter_table_name\";s:23:\"spambot_comments_filter\";s:37:\"spambot_comments_filter_table_columns\";a:6:{i:0;s:2:\"id\";i:1;s:7:\"post_id\";i:2;s:12:\"unique_token\";i:3;s:2:\"ip\";i:4;s:10:\"created_at\";i:5;s:10:\"deleted_at\";}s:6:\"events\";a:3:{s:14:\"spam_block_bot\";a:2:{s:6:\"recent\";b:1;s:7:\"offense\";b:1;}s:20:\"spam_block_recaptcha\";a:2:{s:6:\"recent\";b:1;s:7:\"offense\";b:1;}s:16:\"spam_block_human\";a:2:{s:6:\"recent\";b:1;s:7:\"offense\";b:1;}}}s:10:\"meta_modts\";i:1582303038;}','yes'),(334245,'shield_mod_config_6f1bc074772c461a6a0eeb557829a16a','a:6:{s:4:\"slug\";s:11:\"autoupdates\";s:10:\"properties\";a:13:{s:4:\"slug\";s:11:\"autoupdates\";s:4:\"name\";s:17:\"Automatic Updates\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:11:\"autoupdates\";s:7:\"tagline\";s:53:\"Take back full control of WordPress automatic updates\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:1;s:5:\"order\";i:60;}s:8:\"sections\";a:4:{i:0;a:5:{s:4:\"slug\";s:50:\"section_automatic_updates_for_wordpress_components\";s:7:\"primary\";b:1;s:5:\"title\";s:42:\"Automatic Updates For WordPress Components\";s:11:\"title_short\";s:20:\"WordPress Components\";s:7:\"summary\";a:2:{i:0;s:80:\"Purpose - Control how automatic updates for each WordPress component is handled.\";i:1;s:80:\"Recommendation - You should at least allow minor updates for the WordPress core.\";}}i:1;a:4:{s:4:\"slug\";s:15:\"section_options\";s:5:\"title\";s:19:\"Auto-Update Options\";s:11:\"title_short\";s:19:\"Auto-Update Options\";s:7:\"summary\";s:77:\"Purpose - Make adjustments to how automatic updates are handled on your site.\";}i:2;a:4:{s:4:\"slug\";s:55:\"section_enable_plugin_feature_automatic_updates_control\";s:5:\"title\";s:32:\"Enable Module: Automatic Updates\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:137:\"Purpose - Automatic Updates lets you manage the WordPress automatic updates engine so you choose what exactly gets updated automatically.\";i:1;s:62:\"Recommendation - Keep the Automatic Updates feature turned on.\";}}i:3;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:14:{i:0;a:9:{s:3:\"key\";s:18:\"enable_autoupdates\";s:7:\"section\";s:55:\"section_enable_plugin_feature_automatic_updates_control\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3w\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:24:\"Enable Automatic Updates\";s:7:\"summary\";s:48:\"Enable (or Disable) The Automatic Updates module\";s:11:\"description\";s:76:\"Un-Checking this option will completely disable the Automatic Updates module\";}i:1;a:9:{s:3:\"key\";s:29:\"enable_autoupdate_disable_all\";s:7:\"section\";s:50:\"section_automatic_updates_for_wordpress_components\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3v\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:11:\"Disable All\";s:7:\"summary\";s:46:\"Completely Disable WordPress Automatic Updates\";s:11:\"description\";s:122:\"When selected, regardless of any other settings, all WordPress automatic updates on this site will be completely disabled!\";}i:2;a:10:{s:3:\"key\";s:15:\"autoupdate_core\";s:7:\"section\";s:50:\"section_automatic_updates_for_wordpress_components\";s:7:\"default\";s:10:\"core_minor\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:10:\"core_never\";s:4:\"text\";s:5:\"Never\";}i:1;a:2:{s:9:\"value_key\";s:10:\"core_minor\";s:4:\"text\";s:19:\"Minor Versions Only\";}i:2;a:2:{s:9:\"value_key\";s:10:\"core_major\";s:4:\"text\";s:24:\"Major and Minor Versions\";}}s:9:\"link_info\";s:19:\"https://shsec.io/3x\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"WordPress Core Updates\";s:7:\"summary\";s:66:\"Decide how the WordPress Core will automatically update, if at all\";s:11:\"description\";s:94:\"At least automatically upgrading minor versions is recommended (and is the WordPress default).\";}i:3;a:9:{s:3:\"key\";s:25:\"enable_autoupdate_plugins\";s:7:\"section\";s:50:\"section_automatic_updates_for_wordpress_components\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:7:\"Plugins\";s:7:\"summary\";s:28:\"Automatically Update Plugins\";s:11:\"description\";s:73:\"Note: Automatic updates for plugins are disabled on WordPress by default.\";}i:4;a:10:{s:3:\"key\";s:36:\"enable_individual_autoupdate_plugins\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:7:\"premium\";b:1;s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:27:\"Individually Select Plugins\";s:7:\"summary\";s:49:\"Select Individual Plugins To Automatically Update\";s:11:\"description\";s:111:\"Turning this on will provide an option on the plugins page to select whether a plugin is automatically updated.\";}i:5;a:9:{s:3:\"key\";s:24:\"enable_autoupdate_themes\";s:7:\"section\";s:50:\"section_automatic_updates_for_wordpress_components\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:6:\"Themes\";s:7:\"summary\";s:27:\"Automatically Update Themes\";s:11:\"description\";s:72:\"Note: Automatic updates for themes are disabled on WordPress by default.\";}i:6;a:9:{s:3:\"key\";s:30:\"enable_autoupdate_translations\";s:7:\"section\";s:50:\"section_automatic_updates_for_wordpress_components\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Translations\";s:7:\"summary\";s:33:\"Automatically Update Translations\";s:11:\"description\";s:77:\"Note: Automatic updates for translations are enabled on WordPress by default.\";}i:7;a:9:{s:3:\"key\";s:28:\"enable_autoupdate_ignore_vcs\";s:7:\"section\";s:50:\"section_automatic_updates_for_wordpress_components\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Ignore Version Control\";s:7:\"summary\";s:50:\"Ignore Version Control Systems Such As GIT and SVN\";s:11:\"description\";s:168:\"If you use SVN or GIT and WordPress detects it, automatic updates are disabled by default. Check this box to ignore version control systems and allow automatic updates.\";}i:8;a:10:{s:3:\"key\";s:12:\"update_delay\";s:7:\"section\";s:15:\"section_options\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"0\";s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/e5\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Update Delay\";s:7:\"summary\";s:47:\"Delay Automatic Updates For Period Of Stability\";s:11:\"description\";s:94:\"Shield will delay upgrades until the new update has been available for the set number of days.\";}i:9;a:10:{s:3:\"key\";s:22:\"autoupdate_plugin_self\";s:7:\"section\";s:15:\"section_options\";s:7:\"default\";s:4:\"auto\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:4:\"auto\";s:4:\"text\";s:21:\"Let The Plugin Decide\";}i:1;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:2;a:2:{s:9:\"value_key\";s:9:\"immediate\";s:4:\"text\";s:19:\"As Soon As Possible\";}}s:9:\"link_info\";s:19:\"https://shsec.io/3x\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"WordPress Core Updates\";s:7:\"summary\";s:66:\"Decide how the WordPress Core will automatically update, if at all\";s:11:\"description\";s:94:\"At least automatically upgrading minor versions is recommended (and is the WordPress default).\";}i:10;a:9:{s:3:\"key\";s:33:\"enable_upgrade_notification_email\";s:7:\"section\";s:15:\"section_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Send Report Email\";s:7:\"summary\";s:42:\"Send email notices after automatic updates\";s:11:\"description\";s:81:\"You can turn on/off email notices from automatic updates by un/checking this box.\";}i:11;a:10:{s:3:\"key\";s:22:\"override_email_address\";s:7:\"section\";s:15:\"section_options\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Report Email Address\";s:7:\"summary\";s:42:\"Where to send upgrade notification reports\";s:11:\"description\";s:65:\"If this is empty, it will default to the Site Admin email address\";}i:12;a:6:{s:3:\"key\";s:14:\"delay_tracking\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}i:13;a:5:{s:3:\"key\";s:16:\"selected_plugins\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:1:{s:20:\"action_hook_priority\";i:1000;}s:10:\"meta_modts\";i:1582303038;}','yes'),(334246,'shield_mod_config_cc05fa5b71ee35431ed1a0f1e71815df','a:5:{s:4:\"slug\";s:7:\"headers\";s:10:\"properties\";a:13:{s:4:\"slug\";s:7:\"headers\";s:4:\"name\";s:12:\"HTTP Headers\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:7:\"headers\";s:7:\"tagline\";s:29:\"Control HTTP Security Headers\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:80;}s:8:\"sections\";a:4:{i:0;a:5:{s:4:\"slug\";s:24:\"section_security_headers\";s:7:\"primary\";b:1;s:5:\"title\";s:25:\"Advanced Security Headers\";s:11:\"title_short\";s:16:\"Security Headers\";s:7:\"summary\";a:2:{i:0;s:92:\"Purpose - Protect visitors to your site by implementing increased security response headers.\";i:1;s:101:\"Recommendation - Enabling these features are advised, but you must test them on your site thoroughly.\";}}i:1;a:4:{s:4:\"slug\";s:31:\"section_content_security_policy\";s:5:\"title\";s:23:\"Content Security Policy\";s:11:\"title_short\";s:23:\"Content Security Policy\";s:7:\"summary\";a:2:{i:0;s:105:\"Purpose - Restrict the sources and types of content that may be loaded and processed by visitor browsers.\";i:1;s:101:\"Recommendation - Enabling these features are advised, but you must test them on your site thoroughly.\";}}i:2;a:4:{s:4:\"slug\";s:37:\"section_enable_plugin_feature_headers\";s:5:\"title\";s:27:\"Enable Module: HTTP Headers\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:92:\"Purpose - Protect visitors to your site by implementing increased security response headers.\";i:1;s:101:\"Recommendation - Enabling these features are advised, but you must test them on your site thoroughly.\";}}i:3;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:13:{i:0;a:9:{s:3:\"key\";s:14:\"enable_headers\";s:7:\"section\";s:37:\"section_enable_plugin_feature_headers\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/aj\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:4:\"name\";s:19:\"Enable HTTP Headers\";s:7:\"summary\";s:43:\"Enable (or Disable) The HTTP Headers module\";s:11:\"description\";s:71:\"Un-Checking this option will completely disable the HTTP Headers module\";}i:1;a:10:{s:3:\"key\";s:7:\"x_frame\";s:7:\"section\";s:24:\"section_security_headers\";s:7:\"default\";s:13:\"on_sameorigin\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:3:\"off\";s:4:\"text\";s:24:\"Off: iFrames Not Blocked\";}i:1;a:2:{s:9:\"value_key\";s:13:\"on_sameorigin\";s:4:\"text\";s:36:\"On: Allow iFrames On The Same Domain\";}i:2;a:2:{s:9:\"value_key\";s:7:\"on_deny\";s:4:\"text\";s:21:\"On: Block All iFrames\";}}s:9:\"link_info\";s:19:\"https://shsec.io/78\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:4:\"name\";s:13:\"Block iFrames\";s:7:\"summary\";s:33:\"Block Remote iFrames Of This Site\";s:11:\"description\";s:139:\"The setting prevents any external website from embedding your site in an iFrame. This is useful for preventing so-called ClickJack attacks.\";}i:2;a:9:{s:3:\"key\";s:13:\"x_xss_protect\";s:7:\"section\";s:24:\"section_security_headers\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/79\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:4:\"name\";s:14:\"XSS Protection\";s:7:\"summary\";s:38:\"Employ Built-In Browser XSS Protection\";s:11:\"description\";s:80:\"Directs compatible browsers to block what they detect as Reflective XSS attacks.\";}i:3;a:9:{s:3:\"key\";s:14:\"x_content_type\";s:7:\"section\";s:24:\"section_security_headers\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/7a\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:4:\"name\";s:18:\"Prevent Mime-Sniff\";s:7:\"summary\";s:27:\"Turn-Off Browser Mime-Sniff\";s:11:\"description\";s:60:\"Reduces visitor exposure to malicious user-uploaded content.\";}i:4;a:11:{s:3:\"key\";s:17:\"x_referrer_policy\";s:7:\"section\";s:24:\"section_security_headers\";s:9:\"sensitive\";b:0;s:4:\"type\";s:6:\"select\";s:7:\"default\";s:10:\"unsafe-url\";s:13:\"value_options\";a:10:{i:0;a:2:{s:9:\"value_key\";s:10:\"unsafe-url\";s:4:\"text\";s:45:\"Default: Full Referrer URL (aka \'Unsafe URL\')\";}i:1;a:2:{s:9:\"value_key\";s:11:\"no-referrer\";s:4:\"text\";s:11:\"No Referrer\";}i:2;a:2:{s:9:\"value_key\";s:26:\"no-referrer-when-downgrade\";s:4:\"text\";s:26:\"No Referrer When Downgrade\";}i:3;a:2:{s:9:\"value_key\";s:11:\"same-origin\";s:4:\"text\";s:11:\"Same Origin\";}i:4;a:2:{s:9:\"value_key\";s:6:\"origin\";s:4:\"text\";s:6:\"Origin\";}i:5;a:2:{s:9:\"value_key\";s:13:\"strict-origin\";s:4:\"text\";s:13:\"Strict Origin\";}i:6;a:2:{s:9:\"value_key\";s:24:\"origin-when-cross-origin\";s:4:\"text\";s:24:\"Origin When Cross-Origin\";}i:7;a:2:{s:9:\"value_key\";s:31:\"strict-origin-when-cross-origin\";s:4:\"text\";s:31:\"Strict Origin When Cross-Origin\";}i:8;a:2:{s:9:\"value_key\";s:5:\"empty\";s:4:\"text\";s:12:\"Empty Header\";}i:9;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:33:\"Disabled - Don\'t Send This Header\";}}s:9:\"link_info\";s:19:\"https://shsec.io/a5\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Referrer Policy\";s:7:\"summary\";s:22:\"Referrer Policy Header\";s:11:\"description\";s:141:\"The Referrer Policy Header allows you to control when and what referral information a browser may pass along with links clicked on your site.\";}i:5;a:9:{s:3:\"key\";s:32:\"enable_x_content_security_policy\";s:7:\"section\";s:31:\"section_content_security_policy\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/7d\";s:9:\"link_blog\";s:19:\"https://shsec.io/7c\";s:4:\"name\";s:30:\"Enable Content Security Policy\";s:7:\"summary\";s:54:\"Enable (or Disable) The Content Security Policy module\";s:11:\"description\";s:75:\"Allows for permission and restriction of all resources loaded on your site.\";}i:6;a:9:{s:3:\"key\";s:9:\"xcsp_self\";s:7:\"section\";s:31:\"section_content_security_policy\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:4:\"Self\";s:7:\"summary\";s:22:\"Allow \'self\' Directive\";s:11:\"description\";s:117:\"Using \'self\' is generally recommended. It essentially means that resources from your own host:protocol are permitted.\";}i:7;a:9:{s:3:\"key\";s:11:\"xcsp_inline\";s:7:\"section\";s:31:\"section_content_security_policy\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Inline Entities\";s:7:\"summary\";s:28:\"Allow Inline Scripts and CSS\";s:11:\"description\";s:76:\"Allows parsing of Javascript and CSS declared in-line in your html document.\";}i:8;a:9:{s:3:\"key\";s:9:\"xcsp_data\";s:7:\"section\";s:31:\"section_content_security_policy\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:13:\"Embedded Data\";s:7:\"summary\";s:24:\"Allow \'data:\' Directives\";s:11:\"description\";s:80:\"Allows use of embedded data directives, most commonly used for images and fonts.\";}i:9;a:9:{s:3:\"key\";s:9:\"xcsp_eval\";s:7:\"section\";s:31:\"section_content_security_policy\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Allow eval()\";s:7:\"summary\";s:23:\"Allow Javascript eval()\";s:11:\"description\";s:50:\"Permits the use of Javascript the eval() function.\";}i:10;a:9:{s:3:\"key\";s:10:\"xcsp_https\";s:7:\"section\";s:31:\"section_content_security_policy\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:5:\"HTTPS\";s:7:\"summary\";s:22:\"HTTPS Resource Loading\";s:11:\"description\";s:50:\"Allows loading of any content provided over HTTPS.\";}i:11;a:10:{s:3:\"key\";s:10:\"xcsp_hosts\";s:7:\"section\";s:31:\"section_content_security_policy\";s:9:\"sensitive\";b:1;s:7:\"default\";a:1:{i:0;s:1:\"*\";}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/ga\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Permitted Hosts\";s:7:\"summary\";s:27:\"Permitted Hosts and Domains\";s:11:\"description\";s:276:\"You can explicitly state which hosts/domain from which content may be loaded. Take great care and test your site as you may block legitimate resources. If in-doubt, leave blank or use \'*\' only. Note: You can force only HTTPS for a given domain by prefixing it with \'https://\'.\";}i:12;a:10:{s:3:\"key\";s:11:\"xcsp_custom\";s:7:\"section\";s:31:\"section_content_security_policy\";s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/g9\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Manual Rules\";s:7:\"summary\";s:16:\"Manual CSP Rules\";s:11:\"description\";s:58:\"Manual CSP rules which are not covered by the rules above.\";}}s:10:\"meta_modts\";i:1582303038;}','yes'),(334236,'shield_mod_config_bc1ec010e329c3dc878e0d9f1a1a3e66','a:6:{s:10:\"properties\";a:15:{s:4:\"slug\";s:6:\"plugin\";s:4:\"name\";s:16:\"General Settings\";s:10:\"menu_title\";s:8:\"Settings\";s:21:\"show_module_menu_item\";b:1;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:6:\"plugin\";s:7:\"tagline\";s:23:\"General Plugin Settings\";s:12:\"auto_enabled\";b:1;s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:1;s:5:\"order\";i:10;}s:13:\"admin_notices\";a:8:{s:17:\"override-forceoff\";a:6:{s:2:\"id\";s:17:\"override-forceoff\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:0;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:5:\"error\";}s:15:\"plugin-disabled\";a:6:{s:2:\"id\";s:15:\"plugin-disabled\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:1;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:5:\"error\";}s:17:\"compat-sgoptimize\";a:7:{s:2:\"id\";s:17:\"compat-sgoptimize\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:12:\"plugin_admin\";s:6:\"ignore\";s:16:\"plugin_page_only\";b:0;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:7:\"warning\";}s:14:\"wizard_welcome\";a:3:{s:2:\"id\";s:14:\"wizard_welcome\";s:8:\"per_user\";b:0;s:4:\"type\";s:4:\"info\";}s:26:\"plugin-mailing-list-signup\";a:4:{s:2:\"id\";s:26:\"plugin-mailing-list-signup\";s:16:\"min_install_days\";i:5;s:4:\"type\";s:5:\"promo\";s:12:\"drip_form_id\";s:9:\"250437573\";}s:23:\"plugin-update-available\";a:2:{s:2:\"id\";s:23:\"plugin-update-available\";s:4:\"type\";s:7:\"warning\";}s:14:\"allow-tracking\";a:4:{s:2:\"id\";s:14:\"allow-tracking\";s:12:\"plugin_admin\";b:1;s:16:\"min_install_days\";i:3;s:4:\"type\";s:5:\"promo\";}s:11:\"rate-plugin\";a:3:{s:2:\"id\";s:11:\"rate-plugin\";s:16:\"min_install_days\";i:30;s:4:\"type\";s:5:\"promo\";}}s:8:\"sections\";a:6:{i:0;a:5:{s:4:\"slug\";s:16:\"section_defaults\";s:7:\"primary\";b:1;s:5:\"title\";s:15:\"Plugin Defaults\";s:11:\"title_short\";s:15:\"Plugin Defaults\";s:13:\"help_video_id\";s:9:\"338533495\";}i:1;a:4:{s:4:\"slug\";s:30:\"section_general_plugin_options\";s:5:\"title\";s:22:\"General Plugin Options\";s:11:\"title_short\";s:15:\"General Options\";s:13:\"help_video_id\";s:9:\"338540386\";}i:2;a:4:{s:4:\"slug\";s:26:\"section_third_party_google\";s:5:\"title\";s:16:\"Google reCAPTCHA\";s:11:\"title_short\";s:16:\"Google reCAPTCHA\";s:13:\"help_video_id\";s:9:\"338546796\";}i:3;a:3:{s:4:\"slug\";s:20:\"section_importexport\";s:5:\"title\";s:15:\"Import / Export\";s:11:\"title_short\";s:15:\"Import / Export\";}i:4;a:3:{s:4:\"slug\";s:31:\"section_global_security_options\";s:5:\"title\";s:30:\"Global Plugin Security Options\";s:11:\"title_short\";s:14:\"Disable Shield\";}i:5;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:27:{i:0;a:9:{s:3:\"key\";s:29:\"global_enable_plugin_features\";s:7:\"section\";s:31:\"section_global_security_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:33:\"Enable/Disable All Plugin Modules\";s:7:\"summary\";s:27:\"Global Plugin On/Off Switch\";s:11:\"description\";s:50:\"Uncheck this option to disable all Shield features\";}i:1;a:9:{s:3:\"key\";s:15:\"enable_tracking\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/7i\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:28:\"Enable Information Gathering\";s:7:\"summary\";s:44:\"Permit Anonymous Usage Information Gathering\";s:11:\"description\";s:198:\"Allows us to gather information on statistics and features in-use across our client installations. This information is strictly anonymous and contains no personally, or otherwise, identifiable data.\";}i:2;a:11:{s:3:\"key\";s:22:\"visitor_address_source\";s:7:\"section\";s:16:\"section_defaults\";s:9:\"sensitive\";b:0;s:4:\"type\";s:6:\"select\";s:7:\"default\";s:14:\"AUTO_DETECT_IP\";s:13:\"value_options\";a:11:{i:0;a:2:{s:9:\"value_key\";s:14:\"AUTO_DETECT_IP\";s:4:\"text\";s:31:\"Automatically Detect Visitor IP\";}i:1;a:2:{s:9:\"value_key\";s:11:\"REMOTE_ADDR\";s:4:\"text\";s:11:\"REMOTE_ADDR\";}i:2;a:2:{s:9:\"value_key\";s:21:\"HTTP_CF_CONNECTING_IP\";s:4:\"text\";s:21:\"HTTP_CF_CONNECTING_IP\";}i:3;a:2:{s:9:\"value_key\";s:20:\"HTTP_X_FORWARDED_FOR\";s:4:\"text\";s:20:\"HTTP_X_FORWARDED_FOR\";}i:4;a:2:{s:9:\"value_key\";s:16:\"HTTP_X_FORWARDED\";s:4:\"text\";s:16:\"HTTP_X_FORWARDED\";}i:5;a:2:{s:9:\"value_key\";s:14:\"HTTP_X_REAL_IP\";s:4:\"text\";s:14:\"HTTP_X_REAL_IP\";}i:6;a:2:{s:9:\"value_key\";s:22:\"HTTP_X_SUCURI_CLIENTIP\";s:4:\"text\";s:22:\"HTTP_X_SUCURI_CLIENTIP\";}i:7;a:2:{s:9:\"value_key\";s:20:\"HTTP_INCAP_CLIENT_IP\";s:4:\"text\";s:20:\"HTTP_INCAP_CLIENT_IP\";}i:8;a:2:{s:9:\"value_key\";s:22:\"HTTP_X_SP_FORWARDED_IP\";s:4:\"text\";s:22:\"HTTP_X_SP_FORWARDED_IP\";}i:9;a:2:{s:9:\"value_key\";s:14:\"HTTP_FORWARDED\";s:4:\"text\";s:14:\"HTTP_FORWARDED\";}i:10;a:2:{s:9:\"value_key\";s:14:\"HTTP_CLIENT_IP\";s:4:\"text\";s:14:\"HTTP_CLIENT_IP\";}}s:9:\"link_info\";s:19:\"https://shsec.io/dn\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:18:\"Visitor IP Address\";s:7:\"summary\";s:22:\"Which Address Is Yours\";s:11:\"description\";s:85:\"There are many way to detect visitor IP addresses. Please select yours from the list.\";}i:3;a:10:{s:3:\"key\";s:24:\"block_send_email_address\";s:7:\"section\";s:16:\"section_defaults\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Report Email\";s:7:\"summary\";s:27:\"Where to send email reports\";s:11:\"description\";s:66:\"If this is empty, it will default to the blog admin email address.\";}i:4;a:9:{s:3:\"key\";s:27:\"enable_upgrade_admin_notice\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"In-Plugin Notices\";s:7:\"summary\";s:31:\"Display Plugin Specific Notices\";s:11:\"description\";s:105:\"Disable this option to hide certain plugin admin notices about available updates and post-update notices.\";}i:5;a:9:{s:3:\"key\";s:20:\"display_plugin_badge\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/5v\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf20\";s:4:\"name\";s:17:\"Show Plugin Badge\";s:7:\"summary\";s:33:\"Display Plugin Badge On Your Site\";s:11:\"description\";s:187:\"Enabling this option helps support the plugin by spreading the word about it on your website. The plugin badge also demonstrates to visitors that you take your website security seriously.\";}i:6;a:9:{s:3:\"key\";s:27:\"enable_xmlrpc_compatibility\";s:7:\"section\";s:16:\"section_defaults\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:21:\"XML-RPC Compatibility\";s:7:\"summary\";s:56:\"Allow Login Through XML-RPC To By-Pass Login Guard Rules\";s:11:\"description\";s:95:\"Enable this if you need XML-RPC functionality e.g. if you use the WordPress iPhone/Android App.\";}i:7;a:10:{s:3:\"key\";s:19:\"importexport_enable\";s:7:\"section\";s:20:\"section_importexport\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/do\";s:9:\"link_blog\";s:19:\"https://shsec.io/dp\";s:4:\"name\";s:19:\"Allow Import/Export\";s:7:\"summary\";s:65:\"Allow Import Of Options To, And Export Of Options From, This Site\";s:11:\"description\";s:68:\"Uncheck this box to completely disable import and export of options.\";}i:8;a:9:{s:3:\"key\";s:22:\"importexport_masterurl\";s:7:\"section\";s:20:\"section_importexport\";s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Auto-Import URL\";s:7:\"summary\";s:43:\"Automatically Import Options From This Site\";s:11:\"description\";s:115:\"Supplying a valid site URL here will make this site an \'Options Slave\' and will automatically import options daily.\";}i:9;a:11:{s:3:\"key\";s:22:\"importexport_whitelist\";s:7:\"section\";s:20:\"section_importexport\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Export Whitelist\";s:7:\"summary\";s:68:\"Whitelisted Sites Which Do Not Need The Secret Key To Export Options\";s:11:\"description\";s:132:\"Each site on this list will be able to export options from this site without providing the secret key. Take a new line for each URL.\";}i:10;a:10:{s:3:\"key\";s:29:\"importexport_whitelist_notify\";s:7:\"section\";s:20:\"section_importexport\";s:9:\"sensitive\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Notify Whitelist\";s:7:\"summary\";s:59:\"Notify Sites On The Whitelist To Update Options From Master\";s:11:\"description\";s:110:\"When enabled, manual options saving will notify sites on the whitelist to export options from the Master site.\";}i:11;a:11:{s:3:\"key\";s:22:\"importexport_secretkey\";s:7:\"section\";s:20:\"section_importexport\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:16:\"noneditable_text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:10:\"Secret Key\";s:7:\"summary\";s:24:\"Import/Export Secret Key\";s:11:\"description\";s:79:\"Keep this Secret Key private as it will allow the import and export of options.\";}i:12;a:9:{s:3:\"key\";s:20:\"delete_on_deactivate\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Delete Plugin Settings\";s:7:\"summary\";s:51:\"Delete All Plugin Settings Upon Plugin Deactivation\";s:11:\"description\";s:67:\"Careful: Removes all plugin options when you deactivate the plugin.\";}i:13;a:11:{s:3:\"key\";s:22:\"google_recaptcha_style\";s:7:\"section\";s:26:\"section_third_party_google\";s:7:\"premium\";b:1;s:7:\"default\";s:5:\"light\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:5:\"light\";s:4:\"text\";s:11:\"Light Theme\";}i:1;a:2:{s:9:\"value_key\";s:4:\"dark\";s:4:\"text\";s:10:\"Dark Theme\";}i:2;a:2:{s:9:\"value_key\";s:9:\"invisible\";s:4:\"text\";s:9:\"Invisible\";}}s:9:\"link_info\";s:19:\"https://shsec.io/dq\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"reCAPTCHA Style\";s:7:\"summary\";s:49:\"How Google reCAPTCHA Will Be Displayed By Default\";s:11:\"description\";s:109:\"You can choose the reCAPTCHA display format that best suits your site, including the new Invisible Recaptcha.\";}i:14;a:10:{s:3:\"key\";s:25:\"google_recaptcha_site_key\";s:7:\"section\";s:26:\"section_third_party_google\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:22:\"https://shsec.io/shld5\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:18:\"reCAPTCHA Site Key\";s:7:\"summary\";s:67:\"Google reCAPTCHA Site Key - Only v2 or Invisible. v3 NOT supported.\";s:11:\"description\";s:67:\"Enter your Google reCAPTCHA site key for use throughout the plugin.\";}i:15;a:10:{s:3:\"key\";s:27:\"google_recaptcha_secret_key\";s:7:\"section\";s:26:\"section_third_party_google\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:22:\"https://shsec.io/shld5\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"reCAPTCHA Secret\";s:7:\"summary\";s:69:\"Google reCAPTCHA Secret Key - Only v2 or Invisible. v3 NOT supported.\";s:11:\"description\";s:69:\"Enter your Google reCAPTCHA secret key for use throughout the plugin.\";}i:16;a:6:{s:3:\"key\";s:21:\"tracking_last_sent_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;s:3:\"min\";i:0;}i:17;a:5:{s:3:\"key\";s:22:\"unique_installation_id\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:4:\"text\";s:7:\"default\";i:0;}i:18;a:4:{s:3:\"key\";s:26:\"tracking_permission_set_at\";s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:19;a:5:{s:3:\"key\";s:17:\"installation_time\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:20;a:5:{s:3:\"key\";s:12:\"activated_at\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:21;a:5:{s:3:\"key\";s:33:\"importexport_secretkey_expires_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:22;a:5:{s:3:\"key\";s:33:\"importexport_handshake_expires_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:23;a:5:{s:3:\"key\";s:29:\"importexport_last_import_hash\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}i:24;a:5:{s:3:\"key\";s:21:\"last_ip_detect_source\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}i:25;a:5:{s:3:\"key\";s:19:\"openssl_private_key\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}i:26;a:5:{s:3:\"key\";s:18:\"wphashes_api_token\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:16:{s:12:\"survey_email\";s:36:\"c3VwcG9ydEBvbmVkb2xsYXJwbHVnaW4uY29t\";s:13:\"help_video_id\";s:0:\"\";s:20:\"tracking_cron_handle\";s:20:\"plugin_tracking_cron\";s:17:\"tracking_post_url\";s:51:\"https://tracking.icontrolwp.com/track/plugin/shield\";s:22:\"importexport_cron_name\";s:10:\"autoimport\";s:19:\"href_privacy_policy\";s:38:\"https://shsec.io/wpshieldprivacypolicy\";s:10:\"db_classes\";a:2:{s:5:\"geoip\";s:64:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\GeoIp\\Handler\";s:5:\"notes\";s:69:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\AdminNotes\\Handler\";}s:19:\"db_autoexpire_notes\";i:0;s:19:\"db_autoexpire_geoip\";i:30;s:13:\"db_notes_name\";s:5:\"notes\";s:22:\"db_notes_table_columns\";a:5:{i:0;s:2:\"id\";i:1;s:11:\"wp_username\";i:2;s:4:\"note\";i:3;s:10:\"created_at\";i:4;s:10:\"deleted_at\";}s:16:\"geoip_table_name\";s:5:\"geoip\";s:19:\"geoip_table_columns\";a:5:{i:0;s:2:\"id\";i:1;s:2:\"ip\";i:2;s:4:\"meta\";i:3;s:10:\"created_at\";i:4;s:10:\"deleted_at\";}s:22:\"active_plugin_features\";a:17:{i:0;a:4:{s:4:\"slug\";s:8:\"insights\";s:11:\"storage_key\";s:8:\"insights\";s:13:\"load_priority\";i:1;s:13:\"menu_priority\";i:5;}i:1;a:3:{s:4:\"slug\";s:24:\"admin_access_restriction\";s:11:\"storage_key\";s:24:\"admin_access_restriction\";s:13:\"load_priority\";i:11;}i:2;a:3:{s:4:\"slug\";s:3:\"ips\";s:11:\"storage_key\";s:3:\"ips\";s:13:\"load_priority\";i:15;}i:3;a:2:{s:4:\"slug\";s:12:\"hack_protect\";s:11:\"storage_key\";s:12:\"hack_protect\";}i:4;a:2:{s:4:\"slug\";s:13:\"login_protect\";s:11:\"storage_key\";s:12:\"loginprotect\";}i:5;a:3:{s:4:\"slug\";s:8:\"firewall\";s:11:\"storage_key\";s:8:\"firewall\";s:13:\"load_priority\";i:1000;}i:6;a:2:{s:4:\"slug\";s:15:\"user_management\";s:11:\"storage_key\";s:15:\"user_management\";}i:7;a:2:{s:4:\"slug\";s:15:\"comments_filter\";s:11:\"storage_key\";s:14:\"commentsfilter\";}i:8;a:2:{s:4:\"slug\";s:11:\"autoupdates\";s:11:\"storage_key\";s:11:\"autoupdates\";}i:9;a:2:{s:4:\"slug\";s:7:\"headers\";s:11:\"storage_key\";s:7:\"headers\";}i:10;a:2:{s:4:\"slug\";s:8:\"lockdown\";s:11:\"storage_key\";s:8:\"lockdown\";}i:11;a:3:{s:4:\"slug\";s:6:\"events\";s:11:\"storage_key\";s:6:\"events\";s:13:\"load_priority\";i:11;}i:12;a:3:{s:4:\"slug\";s:8:\"sessions\";s:11:\"storage_key\";s:8:\"sessions\";s:13:\"load_priority\";i:5;}i:13;a:4:{s:4:\"slug\";s:11:\"audit_trail\";s:11:\"storage_key\";s:11:\"audit_trail\";s:13:\"load_priority\";i:11;s:6:\"hidden\";b:0;}i:14;a:4:{s:4:\"slug\";s:7:\"traffic\";s:11:\"storage_key\";s:7:\"traffic\";s:13:\"load_priority\";i:12;s:7:\"min_php\";s:3:\"5.4\";}i:15;a:3:{s:4:\"slug\";s:7:\"license\";s:11:\"storage_key\";s:7:\"license\";s:13:\"load_priority\";i:10;}i:16;a:2:{s:4:\"slug\";s:5:\"email\";s:11:\"storage_key\";s:5:\"email\";}}s:6:\"events\";a:10:{s:13:\"test_cron_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:18:\"import_notify_sent\";a:1:{s:4:\"stat\";b:0;}s:22:\"import_notify_received\";a:1:{s:4:\"stat\";b:0;}s:16:\"options_exported\";a:2:{s:4:\"stat\";b:1;s:6:\"recent\";b:1;}s:16:\"options_imported\";a:2:{s:4:\"stat\";b:1;s:6:\"recent\";b:1;}s:20:\"whitelist_site_added\";a:1:{s:4:\"stat\";b:0;}s:22:\"whitelist_site_removed\";a:1:{s:4:\"stat\";b:0;}s:14:\"master_url_set\";a:1:{s:4:\"stat\";b:0;}s:17:\"recaptcha_success\";a:1:{s:5:\"audit\";b:0;}s:14:\"recaptcha_fail\";a:1:{s:5:\"audit\";b:1;}}s:7:\"wizards\";a:1:{s:7:\"welcome\";a:4:{s:5:\"title\";s:28:\"Getting Started Setup Wizard\";s:4:\"desc\";s:106:\"An introduction to this security plugin, helping you get setup and started quickly with the core features.\";s:20:\"min_user_permissions\";s:14:\"manage_options\";s:5:\"steps\";a:10:{s:7:\"welcome\";a:2:{s:14:\"security_admin\";b:0;s:5:\"title\";s:7:\"Welcome\";}s:9:\"ip_detect\";a:1:{s:5:\"title\";s:12:\"IP Detection\";}s:24:\"admin_access_restriction\";a:1:{s:5:\"title\";s:14:\"Security Admin\";}s:11:\"audit_trail\";a:1:{s:5:\"title\";s:11:\"Audit Trail\";}s:3:\"ips\";a:1:{s:5:\"title\";s:12:\"IP Blacklist\";}s:13:\"login_protect\";a:1:{s:5:\"title\";s:16:\"Login Protection\";}s:15:\"comments_filter\";a:1:{s:5:\"title\";s:12:\"Comment SPAM\";}s:16:\"how_shield_works\";a:1:{s:5:\"title\";s:16:\"How Shield Works\";}s:5:\"optin\";a:1:{s:5:\"title\";s:8:\"Join Us!\";}s:8:\"thankyou\";a:2:{s:14:\"security_admin\";b:0;s:5:\"title\";s:10:\"Thank You!\";}}}}}s:10:\"meta_modts\";i:1582303038;}','yes'),(420384,'shield_mod_config_e6c4c7e9973d941405df178603e30c94','a:6:{s:4:\"slug\";s:11:\"autoupdates\";s:10:\"properties\";a:14:{s:4:\"slug\";s:11:\"autoupdates\";s:4:\"name\";s:17:\"Automatic Updates\";s:12:\"sidebar_name\";s:12:\"Auto Updates\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:11:\"autoupdates\";s:7:\"tagline\";s:53:\"Take back full control of WordPress automatic updates\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:1;s:5:\"order\";i:60;}s:8:\"sections\";a:4:{i:0;a:5:{s:4:\"slug\";s:50:\"section_automatic_updates_for_wordpress_components\";s:7:\"primary\";b:1;s:5:\"title\";s:42:\"Automatic Updates For WordPress Components\";s:11:\"title_short\";s:20:\"WordPress Components\";s:7:\"summary\";a:2:{i:0;s:80:\"Purpose - Control how automatic updates for each WordPress component is handled.\";i:1;s:80:\"Recommendation - You should at least allow minor updates for the WordPress core.\";}}i:1;a:4:{s:4:\"slug\";s:15:\"section_options\";s:5:\"title\";s:19:\"Auto-Update Options\";s:11:\"title_short\";s:19:\"Auto-Update Options\";s:7:\"summary\";s:77:\"Purpose - Make adjustments to how automatic updates are handled on your site.\";}i:2;a:4:{s:4:\"slug\";s:55:\"section_enable_plugin_feature_automatic_updates_control\";s:5:\"title\";s:32:\"Enable Module: Automatic Updates\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:137:\"Purpose - Automatic Updates lets you manage the WordPress automatic updates engine so you choose what exactly gets updated automatically.\";i:1;s:62:\"Recommendation - Keep the Automatic Updates feature turned on.\";}}i:3;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:11:{i:0;a:10:{s:3:\"key\";s:18:\"enable_autoupdates\";s:7:\"section\";s:55:\"section_enable_plugin_feature_automatic_updates_control\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3w\";s:9:\"link_blog\";s:19:\"https://shsec.io/hj\";s:4:\"name\";s:24:\"Enable Automatic Updates\";s:7:\"summary\";s:48:\"Enable (or Disable) The Automatic Updates module\";s:11:\"description\";s:76:\"Un-Checking this option will completely disable the Automatic Updates module\";}i:1;a:10:{s:3:\"key\";s:29:\"enable_autoupdate_disable_all\";s:7:\"section\";s:50:\"section_automatic_updates_for_wordpress_components\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3v\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:11:\"Disable All\";s:7:\"summary\";s:46:\"Completely Disable WordPress Automatic Updates\";s:11:\"description\";s:122:\"When selected, regardless of any other settings, all WordPress automatic updates on this site will be completely disabled!\";}i:2;a:10:{s:3:\"key\";s:15:\"autoupdate_core\";s:7:\"section\";s:50:\"section_automatic_updates_for_wordpress_components\";s:7:\"default\";s:10:\"core_minor\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:10:\"core_never\";s:4:\"text\";s:5:\"Never\";}i:1;a:2:{s:9:\"value_key\";s:10:\"core_minor\";s:4:\"text\";s:19:\"Minor Versions Only\";}i:2;a:2:{s:9:\"value_key\";s:10:\"core_major\";s:4:\"text\";s:24:\"Major and Minor Versions\";}}s:9:\"link_info\";s:19:\"https://shsec.io/3x\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"WordPress Core Updates\";s:7:\"summary\";s:66:\"Decide how the WordPress Core will automatically update, if at all\";s:11:\"description\";s:94:\"At least automatically upgrading minor versions is recommended (and is the WordPress default).\";}i:3;a:9:{s:3:\"key\";s:25:\"enable_autoupdate_plugins\";s:7:\"section\";s:50:\"section_automatic_updates_for_wordpress_components\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:7:\"Plugins\";s:7:\"summary\";s:28:\"Automatically Update Plugins\";s:11:\"description\";s:73:\"Note: Automatic updates for plugins are disabled on WordPress by default.\";}i:4;a:10:{s:3:\"key\";s:24:\"enable_autoupdate_themes\";s:7:\"section\";s:50:\"section_automatic_updates_for_wordpress_components\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:6:\"Themes\";s:7:\"summary\";s:27:\"Automatically Update Themes\";s:11:\"description\";s:72:\"Note: Automatic updates for themes are disabled on WordPress by default.\";}i:5;a:10:{s:3:\"key\";s:12:\"update_delay\";s:7:\"section\";s:15:\"section_options\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"0\";s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/e5\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Update Delay\";s:7:\"summary\";s:47:\"Delay Automatic Updates For Period Of Stability\";s:11:\"description\";s:94:\"Shield will delay upgrades until the new update has been available for the set number of days.\";}i:6;a:11:{s:3:\"key\";s:22:\"autoupdate_plugin_self\";s:7:\"section\";s:15:\"section_options\";s:8:\"advanced\";b:1;s:7:\"default\";s:4:\"auto\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:4:\"auto\";s:4:\"text\";s:21:\"Let The Plugin Decide\";}i:1;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:2;a:2:{s:9:\"value_key\";s:9:\"immediate\";s:4:\"text\";s:19:\"As Soon As Possible\";}}s:9:\"link_info\";s:19:\"https://shsec.io/3x\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:18:\"Auto Update Plugin\";s:7:\"summary\";s:39:\"Always Automatically Update This Plugin\";s:11:\"description\";s:73:\"Regardless of any other settings, automatically update the Shield plugin.\";}i:7;a:9:{s:3:\"key\";s:33:\"enable_upgrade_notification_email\";s:7:\"section\";s:15:\"section_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Send Report Email\";s:7:\"summary\";s:42:\"Send email notices after automatic updates\";s:11:\"description\";s:81:\"You can turn on/off email notices from automatic updates by un/checking this box.\";}i:8;a:10:{s:3:\"key\";s:22:\"override_email_address\";s:7:\"section\";s:15:\"section_options\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Report Email Address\";s:7:\"summary\";s:42:\"Where to send upgrade notification reports\";s:11:\"description\";s:65:\"If this is empty, it will default to the Site Admin email address\";}i:9;a:6:{s:3:\"key\";s:14:\"delay_tracking\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}i:10;a:5:{s:3:\"key\";s:16:\"selected_plugins\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:1:{s:20:\"action_hook_priority\";i:1000;}s:10:\"meta_modts\";i:1611420210;}','yes'),(420378,'shield_mod_config_7e66eb2af2ac924a130c43f2966d5e86','a:10:{s:4:\"slug\";s:3:\"ips\";s:10:\"properties\";a:14:{s:4:\"slug\";s:3:\"ips\";s:4:\"name\";s:22:\"Block Bad IPs/Visitors\";s:12:\"sidebar_name\";s:11:\"IP Blocking\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:3:\"ips\";s:7:\"tagline\";s:68:\"Automatically detect bots and malicious visitors and stop them dead.\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:100;}s:10:\"menu_items\";a:1:{i:0;a:3:{s:5:\"title\";s:8:\"IP Lists\";s:4:\"slug\";s:12:\"ips-redirect\";s:8:\"callback\";s:0:\"\";}}s:16:\"custom_redirects\";a:1:{i:0;a:3:{s:15:\"source_mod_page\";s:12:\"ips-redirect\";s:15:\"target_mod_page\";s:8:\"insights\";s:10:\"query_args\";a:1:{s:4:\"inav\";s:3:\"ips\";}}}s:13:\"admin_notices\";a:1:{s:19:\"visitor-whitelisted\";a:5:{s:2:\"id\";s:19:\"visitor-whitelisted\";s:8:\"schedule\";s:10:\"conditions\";s:16:\"plugin_page_only\";b:1;s:8:\"per_user\";b:1;s:4:\"type\";s:4:\"info\";}}s:12:\"requirements\";a:1:{s:3:\"php\";a:2:{s:9:\"functions\";a:1:{i:0;s:10:\"filter_var\";}s:9:\"constants\";a:5:{i:0;s:18:\"FILTER_VALIDATE_IP\";i:1;s:16:\"FILTER_FLAG_IPV4\";i:2;s:16:\"FILTER_FLAG_IPV6\";i:3;s:25:\"FILTER_FLAG_NO_PRIV_RANGE\";i:4;s:24:\"FILTER_FLAG_NO_RES_RANGE\";}}}s:8:\"sections\";a:8:{i:0;a:5:{s:4:\"slug\";s:23:\"section_auto_black_list\";s:7:\"primary\";b:1;s:5:\"title\";s:23:\"Automatic IP Black List\";s:11:\"title_short\";s:22:\"Auto IP Blocking Rules\";s:7:\"summary\";a:2:{i:0;s:136:\"Purpose - The Automatic IP Black List system will block the IP addresses of naughty visitors after a specified number of transgressions.\";i:1;s:68:\"Recommendation - Keep the Automatic IP Black List feature turned on.\";}}i:1;a:4:{s:4:\"slug\";s:14:\"section_logins\";s:5:\"title\";s:18:\"Capture Login Bots\";s:11:\"title_short\";s:10:\"Login Bots\";s:7:\"summary\";a:1:{i:0;s:88:\"Recommendation - Enable to capture bots/spiders that don\'t honour \'nofollow\' directives.\";}}i:2;a:4:{s:4:\"slug\";s:14:\"section_probes\";s:5:\"title\";s:20:\"Capture Probing Bots\";s:11:\"title_short\";s:12:\"Probing Bots\";s:7:\"summary\";a:1:{i:0;s:88:\"Recommendation - Enable to capture bots/spiders that don\'t honour \'nofollow\' directives.\";}}i:3;a:4:{s:4:\"slug\";s:18:\"section_behaviours\";s:5:\"title\";s:30:\"Identify Common Bot Behaviours\";s:11:\"title_short\";s:14:\"Bot Behaviours\";s:7:\"summary\";a:1:{i:0;s:88:\"Recommendation - Enable to capture bots/spiders that don\'t honour \'nofollow\' directives.\";}}i:4;a:4:{s:4:\"slug\";s:37:\"section_enable_plugin_feature_bottrap\";s:5:\"title\";s:22:\"Enable Module: BotTrap\";s:11:\"title_short\";s:13:\"Enable Module\";s:7:\"summary\";a:2:{i:0;s:89:\"Purpose - BotTrap monitors a typical set of bot behaviours to help identify probing bots.\";i:1;s:54:\"Recommendation - Enable as many bot traps as possible.\";}}i:5;a:4:{s:4:\"slug\";s:21:\"section_user_messages\";s:5:\"title\";s:32:\"Customize Messages Shown To User\";s:11:\"title_short\";s:16:\"Visitor Messages\";s:7:\"summary\";a:3:{i:0;s:51:\"Purpose - Customize the messages shown to visitors.\";i:1;s:70:\"Recommendation - Be sure to change the messages to suit your audience.\";i:2;s:75:\"Hint - To reset any message to its default, enter the text exactly: default\";}}i:6;a:4:{s:4:\"slug\";s:33:\"section_enable_plugin_feature_ips\";s:5:\"title\";s:25:\"Enable Module: IP Manager\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:95:\"Purpose - The IP Manager allows you to whitelist, blacklist and configure auto-blacklist rules.\";i:1;s:123:\"Recommendation - Keep the IP Manager feature turned on. You should also carefully review the automatic black list settings.\";}}i:7;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:16:{i:0;a:10:{s:3:\"key\";s:10:\"enable_ips\";s:7:\"section\";s:33:\"section_enable_plugin_feature_ips\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/ea\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf26\";s:4:\"name\";s:17:\"Enable IP Manager\";s:7:\"summary\";s:41:\"Enable (or Disable) The IP Manager module\";s:11:\"description\";s:69:\"Un-Checking this option will completely disable the IP Manager module\";}i:1;a:9:{s:3:\"key\";s:19:\"transgression_limit\";s:7:\"section\";s:23:\"section_auto_black_list\";s:7:\"default\";i:10;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:23:\"https://shsec.io/wpsf24\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf26\";s:4:\"name\";s:13:\"Offense Limit\";s:7:\"summary\";s:72:\"Visitor IP address will be Black Listed after X bad actions on your site\";s:11:\"description\";s:280:\"A black mark is set against an IP address each time a visitor trips the defenses of the Shield plugin. When the number of these offenses exceeds specified limit, they are automatically blocked from accessing the site. Set this to 0 to turn off the Automatic IP Black List feature.\";}i:2;a:11:{s:3:\"key\";s:11:\"auto_expire\";s:7:\"section\";s:23:\"section_auto_black_list\";s:8:\"advanced\";b:1;s:7:\"default\";s:3:\"day\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:6:\"minute\";s:4:\"text\";s:6:\"Minute\";}i:1;a:2:{s:9:\"value_key\";s:4:\"hour\";s:4:\"text\";s:4:\"Hour\";}i:2;a:2:{s:9:\"value_key\";s:3:\"day\";s:4:\"text\";s:3:\"Day\";}i:3;a:2:{s:9:\"value_key\";s:4:\"week\";s:4:\"text\";s:4:\"Week\";}i:4;a:2:{s:9:\"value_key\";s:5:\"month\";s:4:\"text\";s:5:\"Month\";}}s:9:\"link_info\";s:23:\"https://shsec.io/wpsf25\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf26\";s:4:\"name\";s:21:\"Auto Block Expiration\";s:7:\"summary\";s:65:\"After 1 \'X\' a black listed IP will be removed from the black list\";s:11:\"description\";s:249:\"Permanent and lengthy IP Black Lists are harmful to performance. You should allow IP addresses on the black list to be eventually removed over time. Shorter IP black lists are more efficient and a more intelligent use of an IP-based blocking system.\";}i:3;a:12:{s:3:\"key\";s:17:\"user_auto_recover\";s:7:\"section\";s:23:\"section_auto_black_list\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:15:\"multiple_select\";s:13:\"value_options\";a:2:{i:0;a:2:{s:9:\"value_key\";s:4:\"gasp\";s:4:\"text\";s:26:\"With Shield Bot Protection\";}i:1;a:2:{s:9:\"value_key\";s:5:\"email\";s:4:\"text\";s:44:\"Magic Email Links To Unblock Logged-In Users\";}}s:9:\"link_info\";s:19:\"https://shsec.io/f8\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"User Auto Unblock\";s:7:\"summary\";s:34:\"Allow Visitors To Unblock Their IP\";s:11:\"description\";s:73:\"Allow visitors blocked by the plugin to automatically unblock themselves.\";}i:4;a:11:{s:3:\"key\";s:17:\"request_whitelist\";s:7:\"section\";s:23:\"section_auto_black_list\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/gd\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Request Path Whitelist\";s:7:\"summary\";s:22:\"Request Path Whitelist\";s:11:\"description\";s:23:\"Request Path Whitelist.\";}i:5;a:11:{s:3:\"key\";s:16:\"text_loginfailed\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/e8\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Login Failed\";s:7:\"summary\";s:62:\"Visitor Triggers The IP Offenses System Through A Failed Login\";s:11:\"description\";s:63:\"This message is displayed if the visitor fails a login attempt.\";}i:6;a:11:{s:3:\"key\";s:9:\"track_404\";s:7:\"section\";s:14:\"section_probes\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fo\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:4:\"name\";s:10:\"404 Detect\";s:7:\"summary\";s:33:\"Identify A Bot When It Hits A 404\";s:11:\"description\";s:53:\"Detect When A Visitor Browses To A Non-Existent Page.\";}i:7;a:11:{s:3:\"key\";s:16:\"track_linkcheese\";s:7:\"section\";s:14:\"section_probes\";s:7:\"premium\";b:1;s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fo\";s:9:\"link_blog\";s:19:\"https://shsec.io/f6\";s:4:\"name\";s:11:\"Link Cheese\";s:7:\"summary\";s:38:\"Tempt A Bot With A Fake Link To Follow\";s:11:\"description\";s:45:\"Detect A Bot That Follows A \'no-follow\' Link.\";}i:8;a:11:{s:3:\"key\";s:12:\"track_xmlrpc\";s:7:\"section\";s:14:\"section_probes\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fo\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:4:\"name\";s:14:\"XML-RPC Access\";s:7:\"summary\";s:39:\"Identify A Bot When It Accesses XML-RPC\";s:11:\"description\";s:53:\"If you don\'t use XML-RPC, why would anyone access it?\";}i:9;a:10:{s:3:\"key\";s:17:\"track_loginfailed\";s:7:\"section\";s:14:\"section_logins\";s:7:\"default\";s:20:\"transgression-single\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fn\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:4:\"name\";s:12:\"Failed Login\";s:7:\"summary\";s:47:\"Detect Failed Login Attempts By Valid Usernames\";s:11:\"description\";s:61:\"Penalise a visitor who fails to login using a valid username.\";}i:10;a:11:{s:3:\"key\";s:18:\"track_logininvalid\";s:7:\"section\";s:14:\"section_logins\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fn\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:4:\"name\";s:17:\"Invalid Usernames\";s:7:\"summary\";s:30:\"Detect Invalid Username Logins\";s:11:\"description\";s:67:\"Identify A Bot When It Tries To Login With A Non-Existent Username.\";}i:11;a:11:{s:3:\"key\";s:20:\"track_fakewebcrawler\";s:7:\"section\";s:18:\"section_behaviours\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/f5\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:4:\"name\";s:16:\"Fake Web Crawler\";s:7:\"summary\";s:34:\"Detect Fake Search Engine Crawlers\";s:11:\"description\";s:89:\"Identify a Bot when it presents as an official web crawler, but analysis shows it\'s fake.\";}i:12;a:11:{s:3:\"key\";s:15:\"track_useragent\";s:7:\"section\";s:18:\"section_behaviours\";s:7:\"premium\";b:1;s:7:\"default\";s:3:\"log\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:14:\"Audit Log Only\";}i:2;a:2:{s:9:\"value_key\";s:20:\"transgression-single\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:20:\"transgression-double\";s:4:\"text\";s:32:\"Double-Increment Offense Counter\";}i:4;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:15:\"Immediate Block\";}}s:9:\"link_info\";s:19:\"https://shsec.io/fi\";s:9:\"link_blog\";s:19:\"https://shsec.io/f7\";s:4:\"name\";s:17:\"Empty User Agents\";s:7:\"summary\";s:38:\"Detect Requests With Empty User Agents\";s:11:\"description\";s:62:\"Identify a request as a bot if the user agent is not provided.\";}i:13;a:11:{s:3:\"key\";s:19:\"text_remainingtrans\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/e9\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:18:\"Remaining Offenses\";s:7:\"summary\";s:64:\"Visitor Triggers The IP Offenses System Through A Firewall Block\";s:11:\"description\";s:132:\"This message is displayed if the visitor triggered the IP Offenses system and reports how many offenses remain before being blocked.\";}i:14;a:5:{s:3:\"key\";s:15:\"autounblock_ips\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}i:15;a:5:{s:3:\"key\";s:20:\"autounblock_emailids\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:5:{s:10:\"db_classes\";a:1:{s:3:\"ips\";s:62:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\IPs\\Handler\";}s:19:\"ip_lists_table_name\";s:8:\"ip_lists\";s:21:\"ip_list_table_columns\";a:6:{s:2:\"ip\";s:76:\"varchar(60) NOT NULL DEFAULT \'\' COMMENT \'Human readable IP address or range\'\";s:5:\"label\";s:54:\"varchar(255) NOT NULL DEFAULT \'\' COMMENT \'Description\'\";s:4:\"list\";s:56:\"varchar(4) NOT NULL DEFAULT \'\' COMMENT \'Block or Bypass\'\";s:3:\"ip6\";s:56:\"tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Is IPv6\'\";s:8:\"is_range\";s:57:\"tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Is Range\'\";s:14:\"transgressions\";s:60:\"int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Total Offenses\'\";}s:31:\"ip_list_table_timestamp_columns\";a:2:{s:14:\"last_access_at\";s:17:\"Last Access By IP\";s:10:\"blocked_at\";s:10:\"IP Blocked\";}s:6:\"events\";a:12:{s:14:\"custom_offense\";a:2:{s:3:\"cat\";i:3;s:7:\"offense\";b:1;}s:9:\"conn_kill\";a:1:{s:3:\"cat\";i:3;}s:10:\"ip_offense\";a:1:{s:3:\"cat\";i:2;}s:10:\"ip_blocked\";a:1:{s:3:\"cat\";i:2;}s:15:\"ip_unblock_flag\";a:1:{s:3:\"cat\";i:1;}s:12:\"bottrack_404\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:23:\"bottrack_fakewebcrawler\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:19:\"bottrack_linkcheese\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:20:\"bottrack_loginfailed\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:21:\"bottrack_logininvalid\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:18:\"bottrack_useragent\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}s:15:\"bottrack_xmlrpc\";a:2:{s:3:\"cat\";i:2;s:7:\"offense\";b:1;}}}s:10:\"meta_modts\";i:1611420210;}','yes'),(420379,'shield_mod_config_72163b36127e33befc92c015e6d0a73d','a:9:{s:4:\"slug\";s:12:\"hack_protect\";s:10:\"properties\";a:14:{s:4:\"slug\";s:12:\"hack_protect\";s:4:\"name\";s:10:\"Hack Guard\";s:12:\"sidebar_name\";s:8:\"Scanners\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:12:\"hack_protect\";s:7:\"tagline\";s:63:\"Automatically detect and repair vulnerable and suspicious items\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:5:\"order\";i:70;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;}s:5:\"wpcli\";a:1:{s:4:\"root\";s:10:\"hack_guard\";}s:10:\"menu_items\";a:1:{i:0;a:3:{s:5:\"title\";s:5:\"Scans\";s:4:\"slug\";s:14:\"scans-redirect\";s:8:\"callback\";s:0:\"\";}}s:16:\"custom_redirects\";a:1:{i:0;a:3:{s:15:\"source_mod_page\";s:14:\"scans-redirect\";s:15:\"target_mod_page\";s:8:\"insights\";s:10:\"query_args\";a:1:{s:4:\"inav\";s:5:\"scans\";}}}s:8:\"sections\";a:7:{i:0;a:5:{s:4:\"slug\";s:18:\"section_file_guard\";s:7:\"primary\";b:1;s:5:\"title\";s:10:\"File Guard\";s:11:\"title_short\";s:10:\"File Guard\";s:7:\"summary\";a:2:{i:0;s:86:\"Purpose - Monitor WordPress files and protect against malicious intrusion and hacking.\";i:1;s:56:\"Recommendation - Keep the File Guard features turned on.\";}}i:1;a:4:{s:4:\"slug\";s:16:\"section_scan_wpv\";s:5:\"title\";s:21:\"Vulnerability Scanner\";s:11:\"title_short\";s:21:\"Vulnerability Scanner\";s:7:\"summary\";a:2:{i:0;s:94:\"Purpose - Regularly scan your WordPress plugins and themes for known security vulnerabilities.\";i:1;s:125:\"Recommendation - Ensure this is turned on and you will always know if any of your assets have known security vulnerabilities.\";}}i:2;a:4:{s:4:\"slug\";s:16:\"section_realtime\";s:5:\"title\";s:25:\"Realtime Change Detection\";s:11:\"title_short\";s:25:\"Realtime Change Detection\";s:7:\"summary\";a:2:{i:0;s:85:\"Purpose - Monitor Your WordPress Site For Changes To Critical Components In Realtime.\";i:1;s:59:\"Recommendation - Keep The Realtime Change Detection Active.\";}}i:3;a:4:{s:4:\"slug\";s:16:\"section_scan_ufc\";s:5:\"title\";s:26:\"Unrecognised Files Scanner\";s:11:\"title_short\";s:26:\"Unrecognised Files Scanner\";s:7:\"summary\";a:2:{i:0;s:84:\"Purpose - Scan your WordPress core folders for unrecognised files that don\'t belong.\";i:1;s:71:\"Recommendation - Keep the Unrecognised Files Scanner feature turned on.\";}}i:4;a:4:{s:4:\"slug\";s:20:\"section_scan_options\";s:5:\"title\";s:12:\"Scan Options\";s:11:\"title_short\";s:12:\"Scan Options\";s:7:\"summary\";a:1:{i:0;s:54:\"Purpose - Set how often the Hack Guard scans will run.\";}}i:5;a:4:{s:4:\"slug\";s:51:\"section_enable_plugin_feature_hack_protection_tools\";s:5:\"title\";s:25:\"Enable Module: Hack Guard\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:94:\"Purpose - Hack Guard is a set of tools to warn you and protect you against hacks on your site.\";i:1;s:54:\"Recommendation - Keep the Hack Guard module turned on.\";}}i:6;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:19:{i:0;a:10:{s:3:\"key\";s:19:\"enable_hack_protect\";s:7:\"section\";s:51:\"section_enable_plugin_feature_hack_protection_tools\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:23:\"https://shsec.io/wpsf38\";s:9:\"link_blog\";s:19:\"https://shsec.io/9x\";s:4:\"name\";s:17:\"Enable Hack Guard\";s:7:\"summary\";s:41:\"Enable (or Disable) The Hack Guard Module\";s:11:\"description\";s:69:\"Un-Checking this option will completely disable the Hack Guard module\";}i:1;a:9:{s:3:\"key\";s:16:\"enabled_scan_apc\";s:7:\"section\";s:16:\"section_scan_wpv\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:19:\"https://shsec.io/ew\";s:9:\"link_blog\";s:19:\"https://shsec.io/eo\";s:4:\"name\";s:24:\"Abandoned Plugin Scanner\";s:7:\"summary\";s:35:\"Enable The Abandoned Plugin Scanner\";s:11:\"description\";s:66:\"Scan your WordPress.org assets for whether they\'ve been abandoned.\";}i:2;a:10:{s:3:\"key\";s:18:\"enable_wpvuln_scan\";s:7:\"section\";s:16:\"section_scan_wpv\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:19:\"https://shsec.io/du\";s:9:\"link_blog\";s:19:\"https://shsec.io/ah\";s:4:\"name\";s:21:\"Vulnerability Scanner\";s:7:\"summary\";s:32:\"Enable The Vulnerability Scanner\";s:11:\"description\";s:66:\"Scan all your WordPress assets for known security vulnerabilities.\";}i:3;a:10:{s:3:\"key\";s:22:\"wpvuln_scan_autoupdate\";s:7:\"section\";s:16:\"section_scan_wpv\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Automatic Updates\";s:7:\"summary\";s:49:\"Apply Updates Automatically To Vulnerable Plugins\";s:11:\"description\";s:98:\"When an update becomes available, automatically apply updates to items with known vulnerabilities.\";}i:4;a:9:{s:3:\"key\";s:31:\"enable_core_file_integrity_scan\";s:7:\"section\";s:18:\"section_file_guard\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/hd\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf37\";s:4:\"name\";s:20:\"WP Core File Scanner\";s:7:\"summary\";s:56:\"Automatically Scans WordPress Core Files For Alterations\";s:11:\"description\";s:145:\"Compares all WordPress core files on your site against the official WordPress files. WordPress Core files should never be altered for any reason.\";}i:5;a:10:{s:3:\"key\";s:15:\"mal_scan_enable\";s:7:\"section\";s:18:\"section_file_guard\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/fp\";s:9:\"link_blog\";s:19:\"https://shsec.io/fx\";s:4:\"name\";s:22:\"Automatic Malware Scan\";s:7:\"summary\";s:27:\"Enable Malware File Scanner\";s:11:\"description\";s:56:\"When enabled the Malware scanner will run automatically.\";}i:6;a:10:{s:3:\"key\";s:10:\"ptg_enable\";s:7:\"section\";s:18:\"section_file_guard\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/bl\";s:9:\"link_blog\";s:19:\"https://shsec.io/bm\";s:4:\"name\";s:20:\"Enable/Disable Guard\";s:7:\"summary\";s:43:\"Enable The Guard For Plugin And Theme Files\";s:11:\"description\";s:90:\"When enabled the Guard will automatically scan for changes to your Plugin and Theme files.\";}i:7;a:11:{s:3:\"key\";s:11:\"file_locker\";s:7:\"section\";s:16:\"section_realtime\";s:7:\"premium\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:0:{}s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:8:\"wpconfig\";s:4:\"text\";s:9:\"WP Config\";}i:1;a:2:{s:9:\"value_key\";s:13:\"root_htaccess\";s:4:\"text\";s:14:\"Root .htaccess\";}i:2;a:2:{s:9:\"value_key\";s:10:\"root_index\";s:4:\"text\";s:14:\"Root index.php\";}i:3;a:2:{s:9:\"value_key\";s:14:\"root_webconfig\";s:4:\"text\";s:15:\"Root Web.Config\";}}s:9:\"link_info\";s:19:\"https://shsec.io/h7\";s:9:\"link_blog\";s:19:\"https://shsec.io/h8\";s:4:\"name\";s:11:\"File Locker\";s:7:\"summary\";s:40:\"Lock Files Against Tampering and Changes\";s:11:\"description\";s:97:\"As soon as changes are detected to any selected files, the contents may be examined and reverted.\";}i:8;a:10:{s:3:\"key\";s:17:\"file_repair_areas\";s:7:\"section\";s:18:\"section_file_guard\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:2:{i:0;s:2:\"wp\";i:1;s:6:\"plugin\";}s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:2:\"wp\";s:4:\"text\";s:7:\"WP Core\";}i:1;a:2:{s:9:\"value_key\";s:6:\"plugin\";s:4:\"text\";s:12:\"Plugin Files\";}i:2;a:2:{s:9:\"value_key\";s:5:\"theme\";s:4:\"text\";s:11:\"Theme Files\";}}s:9:\"link_info\";s:23:\"https://shsec.io/wpsf36\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf37\";s:4:\"name\";s:16:\"Auto File Repair\";s:7:\"summary\";s:45:\"Which Files Should Be Automatically Repaired?\";s:11:\"description\";s:80:\"When a file is modified, or malware is detected, Shield can try to repair files.\";}i:9;a:11:{s:3:\"key\";s:14:\"scan_frequency\";s:7:\"section\";s:20:\"section_scan_options\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:8:{i:0;a:2:{s:9:\"value_key\";s:1:\"1\";s:4:\"text\";s:4:\"Once\";}i:1;a:2:{s:9:\"value_key\";s:1:\"2\";s:4:\"text\";s:24:\"Twice (scan every 12hrs)\";}i:2;a:2:{s:9:\"value_key\";s:1:\"3\";s:4:\"text\";s:25:\"3 Times (scan every 8hrs)\";}i:3;a:2:{s:9:\"value_key\";s:1:\"4\";s:4:\"text\";s:25:\"4 Times (scan every 6hrs)\";}i:4;a:2:{s:9:\"value_key\";s:1:\"6\";s:4:\"text\";s:25:\"6 Times (scan every 4hrs)\";}i:5;a:2:{s:9:\"value_key\";s:1:\"8\";s:4:\"text\";s:25:\"8 Times (scan every 3hrs)\";}i:6;a:2:{s:9:\"value_key\";s:2:\"12\";s:4:\"text\";s:26:\"12 Times (scan every 2hrs)\";}i:7;a:2:{s:9:\"value_key\";s:2:\"24\";s:4:\"text\";s:26:\"24 Times (scan every hour)\";}}s:9:\"link_info\";s:19:\"https://shsec.io/b2\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Scan Frequency\";s:7:\"summary\";s:60:\"Number Of Times To Automatically Scan Core Files In 24 Hours\";s:11:\"description\";s:85:\"Default: Once every 24hrs. To improve security, increase the number of scans per day.\";}i:10;a:10:{s:3:\"key\";s:37:\"enable_unrecognised_file_cleaner_scan\";s:7:\"section\";s:16:\"section_scan_ufc\";s:7:\"default\";s:19:\"enabled_report_only\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:23:\"Automatic Scan Disabled\";}i:1;a:2:{s:9:\"value_key\";s:19:\"enabled_report_only\";s:4:\"text\";s:26:\"Scan Enabled - Report Only\";}i:2;a:2:{s:9:\"value_key\";s:19:\"enabled_delete_only\";s:4:\"text\";s:41:\"Scan Enabled - Automatically Delete Files\";}}s:9:\"link_info\";s:19:\"https://shsec.io/9y\";s:9:\"link_blog\";s:19:\"https://shsec.io/95\";s:4:\"name\";s:26:\"Unrecognised Files Scanner\";s:7:\"summary\";s:45:\"Scans Core Directories For Unrecognised Files\";s:11:\"description\";s:128:\"Scans for, and automatically deletes, any files in your core WordPress folders that are not part of your WordPress installation.\";}i:11;a:10:{s:3:\"key\";s:16:\"ufc_scan_uploads\";s:7:\"section\";s:16:\"section_scan_ufc\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/he\";s:9:\"link_blog\";s:19:\"https://shsec.io/95\";s:4:\"name\";s:12:\"Scan Uploads\";s:7:\"summary\";s:42:\"Scan Uploads Folder For PHP and Javascript\";s:11:\"description\";s:86:\"The Uploads folder is primarily for media, but could be used to store nefarious files.\";}i:12;a:10:{s:3:\"key\";s:14:\"ufc_exclusions\";s:7:\"section\";s:16:\"section_scan_ufc\";s:8:\"advanced\";b:1;s:7:\"default\";a:9:{i:0;s:9:\"error_log\";i:1;s:13:\"php_error_log\";i:2;s:9:\".htaccess\";i:3;s:9:\".htpasswd\";i:4;s:9:\".user.ini\";i:5;s:7:\"php.ini\";i:6;s:10:\"web.config\";i:7;s:12:\"php_mail.log\";i:8;s:8:\"mail.log\";}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/9z\";s:9:\"link_blog\";s:19:\"https://shsec.io/95\";s:4:\"name\";s:15:\"File Exclusions\";s:7:\"summary\";s:52:\"Provide A List Of Files To Be Excluded From The Scan\";s:11:\"description\";s:89:\"Take a new line for each file you wish to exclude from the scan. No commas are necessary.\";}i:13;a:10:{s:3:\"key\";s:23:\"mal_autorepair_surgical\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"N\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Surgical Auto-Repair\";s:7:\"summary\";s:55:\"Automatically Attempt To Surgically Remove Malware Code\";s:11:\"description\";s:58:\"Attempts to automatically remove code from infected files.\";}i:14;a:10:{s:3:\"key\";s:19:\"ptg_reinstall_links\";s:7:\"section\";s:20:\"section_scan_options\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:19:\"https://shsec.io/bp\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:21:\"Show Re-Install Links\";s:7:\"summary\";s:33:\"Show Re-Install Links For Plugins\";s:11:\"description\";s:78:\"Show links to re-install plugins and offer re-install when activating plugins.\";}i:15;a:6:{s:3:\"key\";s:14:\"snapshot_users\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}i:16;a:6:{s:3:\"key\";s:14:\"scans_to_build\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:16:\"tracking_exclude\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}i:17;a:6:{s:3:\"key\";s:12:\"is_scan_cron\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:16:\"tracking_exclude\";b:1;s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}i:18;a:6:{s:3:\"key\";s:14:\"mal_fp_reports\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:16:\"tracking_exclude\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:17:{s:10:\"db_classes\";a:3:{s:12:\"file_protect\";s:69:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\FileLocker\\Handler\";s:11:\"scanresults\";s:66:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Scanner\\Handler\";s:5:\"scanq\";s:68:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\ScanQueue\\Handler\";}s:14:\"all_scan_slugs\";a:6:{i:0;s:3:\"apc\";i:1;s:3:\"mal\";i:2;s:3:\"ptg\";i:3;s:3:\"wpv\";i:4;s:3:\"wcf\";i:5;s:3:\"ufc\";}s:21:\"table_name_filelocker\";s:10:\"filelocker\";s:24:\"table_columns_filelocker\";a:9:{s:4:\"file\";s:61:\"varchar(256) NOT NULL COMMENT \'File Path relative to ABSPATH\'\";s:13:\"hash_original\";s:54:\"varchar(40) NOT NULL COMMENT \'SHA1 File Hash Original\'\";s:12:\"hash_current\";s:53:\"varchar(40) NOT NULL COMMENT \'SHA1 File Hash Current\'\";s:7:\"content\";s:22:\"blob COMMENT \'Content\'\";s:13:\"public_key_id\";s:52:\"TINYINT(2) UNSIGNED NOT NULL COMMENT \'Public Key ID\'\";s:11:\"detected_at\";s:69:\"int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'TS Change Last Detected\'\";s:11:\"reverted_at\";s:67:\"int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'TS Reverted To Backup\'\";s:11:\"notified_at\";s:66:\"int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'TS Notification Sent\'\";s:10:\"updated_at\";s:56:\"int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'TS Updated\'\";}s:18:\"table_name_scanner\";s:7:\"scanner\";s:21:\"table_columns_scanner\";a:4:{s:4:\"hash\";s:58:\"varchar(32) NOT NULL DEFAULT \'\' COMMENT \'Unique Item Hash\'\";s:4:\"meta\";s:33:\"text COMMENT \'Relevant Item Data\'\";s:4:\"scan\";s:50:\"varchar(10) NOT NULL DEFAULT 0 COMMENT \'Scan Type\'\";s:8:\"severity\";s:44:\"int(3) NOT NULL DEFAULT 1 COMMENT \'Severity\'\";}s:35:\"scanresults_table_timestamp_columns\";a:2:{s:10:\"ignored_at\";s:19:\"Scan Result Ignored\";s:11:\"notified_at\";s:21:\"Scan Notifiation Sent\";}s:20:\"table_name_scanqueue\";s:5:\"scanq\";s:23:\"table_columns_scanqueue\";a:4:{s:4:\"scan\";s:49:\"varchar(3) NOT NULL DEFAULT 0 COMMENT \'Scan Slug\'\";s:5:\"items\";s:34:\"text COMMENT \'Array of scan items\'\";s:7:\"results\";s:31:\"text COMMENT \'Array of results\'\";s:4:\"meta\";s:24:\"text COMMENT \'Meta Data\'\";}s:33:\"scanqueue_table_timestamp_columns\";a:2:{s:10:\"started_at\";s:12:\"Scan Started\";s:11:\"finished_at\";s:14:\"Scan Completed\";}s:19:\"url_mal_sigs_simple\";s:96:\"https://raw.githubusercontent.com/scr34m/php-malware-scanner/master/definitions/patterns_raw.txt\";s:18:\"url_mal_sigs_regex\";s:95:\"https://raw.githubusercontent.com/scr34m/php-malware-scanner/master/definitions/patterns_re.txt\";s:23:\"malware_whitelist_paths\";a:3:{i:0;s:18:\"wp-content/wflogs/\";i:1;s:17:\"wp-content/cache/\";i:2;s:25:\"wp-content/icwp/rollback/\";}s:14:\"cron_all_scans\";s:9:\"all-scans\";s:14:\"wcf_exclusions\";a:5:{i:0;s:11:\"readme.html\";i:1;s:11:\"license.txt\";i:2;s:16:\"licens-sv_SE.txt\";i:3;s:20:\"wp-config-sample.php\";i:4;s:11:\"wp-content/\";}s:27:\"wcf_exclusions_missing_only\";a:2:{i:0;s:20:\"wp-admin/install.php\";i:1;s:10:\"xmlrpc.php\";}s:6:\"events\";a:30:{s:14:\"apc_alert_sent\";a:0:{}s:14:\"mal_alert_sent\";a:0:{}s:14:\"ptg_alert_sent\";a:0:{}s:14:\"ufc_alert_sent\";a:0:{}s:14:\"wcf_alert_sent\";a:0:{}s:14:\"wpv_alert_sent\";a:0:{}s:12:\"apc_scan_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:12:\"mal_scan_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:12:\"ptg_scan_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:12:\"ufc_scan_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:12:\"wcf_scan_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:12:\"wpv_scan_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:14:\"apc_scan_found\";a:2:{s:3:\"cat\";i:2;s:6:\"recent\";b:1;}s:14:\"mal_scan_found\";a:2:{s:3:\"cat\";i:3;s:6:\"recent\";b:1;}s:14:\"ptg_scan_found\";a:2:{s:3:\"cat\";i:3;s:6:\"recent\";b:1;}s:14:\"ufc_scan_found\";a:2:{s:3:\"cat\";i:3;s:6:\"recent\";b:1;}s:14:\"wcf_scan_found\";a:2:{s:3:\"cat\";i:3;s:6:\"recent\";b:1;}s:14:\"wpv_scan_found\";a:2:{s:3:\"cat\";i:3;s:6:\"recent\";b:1;}s:23:\"apc_item_repair_success\";a:0:{}s:20:\"apc_item_repair_fail\";a:0:{}s:23:\"mal_item_repair_success\";a:1:{s:6:\"recent\";b:1;}s:20:\"mal_item_repair_fail\";a:0:{}s:23:\"ptg_item_repair_success\";a:0:{}s:20:\"ptg_item_repair_fail\";a:0:{}s:23:\"ufc_item_repair_success\";a:1:{s:6:\"recent\";b:1;}s:20:\"ufc_item_repair_fail\";a:0:{}s:23:\"wcf_item_repair_success\";a:1:{s:6:\"recent\";b:1;}s:20:\"wcf_item_repair_fail\";a:0:{}s:23:\"wpv_item_repair_success\";a:0:{}s:20:\"wpv_item_repair_fail\";a:0:{}}}s:10:\"meta_modts\";i:1611420210;}','yes'),(420380,'shield_mod_config_37aa160154af07c34ea6c8958d347db8','a:7:{s:4:\"slug\";s:13:\"login_protect\";s:10:\"properties\";a:14:{s:4:\"slug\";s:13:\"login_protect\";s:4:\"name\";s:11:\"Login Guard\";s:12:\"sidebar_name\";s:16:\"Login Protection\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:12:\"loginprotect\";s:7:\"tagline\";s:83:\"Block brute force attacks and secure user identities with Two-Factor Authentication\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:40;}s:13:\"admin_notices\";a:1:{s:23:\"email-verification-sent\";a:7:{s:2:\"id\";s:23:\"email-verification-sent\";s:8:\"schedule\";s:10:\"conditions\";s:16:\"plugin_page_only\";b:1;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:7:\"warning\";s:12:\"plugin_admin\";s:3:\"yes\";s:11:\"valid_admin\";b:1;}}s:8:\"sections\";a:9:{i:0;a:5:{s:4:\"slug\";s:36:\"section_brute_force_login_protection\";s:7:\"primary\";b:1;s:5:\"title\";s:23:\"Brute Force Login Guard\";s:11:\"title_short\";s:11:\"Brute Force\";s:7:\"summary\";a:2:{i:0;s:87:\"Purpose - Blocks brute force hacking attacks against your login and registration pages.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:1;a:4:{s:4:\"slug\";s:17:\"section_2fa_email\";s:5:\"title\";s:31:\"Email Two-Factor Authentication\";s:11:\"title_short\";s:11:\"2FA - Email\";s:7:\"summary\";a:3:{i:0;s:102:\"Purpose - Verifies the identity of users who log in to your site using email-based one-time-passwords.\";i:1;s:127:\"Recommendation - Use of this feature is highly recommend. However, if your host blocks email sending you may lock yourself out.\";i:2;s:77:\"Note: You may combine multiple authentication factors for increased security.\";}}i:2;a:4:{s:4:\"slug\";s:14:\"section_2fa_ga\";s:5:\"title\";s:46:\"Google Authenticator Two-Factor Authentication\";s:11:\"title_short\";s:26:\"2FA - Google Authenticator\";s:7:\"summary\";a:3:{i:0;s:111:\"Purpose - Verifies the identity of users who log in to your site using Google Authenticator one-time-passwords.\";i:1;s:127:\"Recommendation - Use of this feature is highly recommend. However, if your host blocks email sending you may lock yourself out.\";i:2;s:77:\"Note: You may combine multiple authentication factors for increased security.\";}}i:3;a:4:{s:4:\"slug\";s:31:\"section_hardware_authentication\";s:5:\"title\";s:32:\"Hardware 2-Factor Authentication\";s:11:\"title_short\";s:14:\"2FA - Hardware\";s:7:\"summary\";a:2:{i:0;s:98:\"Purpose - Verifies the identity of users who log in to your site using Yubikey one-time-passwords.\";i:1;s:77:\"Note: You may combine multiple authentication factors for increased security.\";}}i:4;a:4:{s:4:\"slug\";s:34:\"section_multifactor_authentication\";s:5:\"title\";s:27:\"Multi-Factor Authentication\";s:11:\"title_short\";s:13:\"2-Factor Auth\";s:7:\"summary\";a:3:{i:0;s:103:\"Purpose - Verifies the identity of users who log in to your site - i.e. they are who they say they are.\";i:1;s:127:\"Recommendation - Use of this feature is highly recommend. However, if your host blocks email sending you may lock yourself out.\";i:2;s:77:\"Note: You may combine multiple authentication factors for increased security.\";}}i:5;a:4:{s:4:\"slug\";s:22:\"section_rename_wplogin\";s:5:\"title\";s:18:\"Hide WP Login Page\";s:11:\"title_short\";s:15:\"Hide Login Page\";s:7:\"summary\";a:2:{i:0;s:142:\"Purpose - To hide your wp-login.php page from brute force attacks and hacking attempts - if your login page cannot be found, no-one can login.\";i:1;s:145:\"Recommendation - This is not required for complete security and if your site has irregular or inconsistent configuration it may not work for you.\";}}i:6;a:4:{s:4:\"slug\";s:21:\"section_user_messages\";s:5:\"title\";s:13:\"User Messages\";s:11:\"title_short\";s:13:\"User Messages\";s:7:\"summary\";a:3:{i:0;s:51:\"Purpose - Customize the messages shown to visitors.\";i:1;s:70:\"Recommendation - Be sure to change the messages to suit your audience.\";i:2;s:75:\"Hint - To reset any message to its default, enter the text exactly: default\";}}i:7;a:4:{s:4:\"slug\";s:46:\"section_enable_plugin_feature_login_protection\";s:5:\"title\";s:26:\"Disable Login Guard Module\";s:11:\"title_short\";s:7:\"Disable\";s:7:\"summary\";a:2:{i:0;s:91:\"Purpose - Login Guard blocks all automated and brute force attempts to log in to your site.\";i:1;s:55:\"Recommendation - Keep the Login Guard module turned on.\";}}i:8;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:23:{i:0;a:10:{s:3:\"key\";s:20:\"enable_login_protect\";s:7:\"section\";s:46:\"section_enable_plugin_feature_login_protection\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/51\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf03\";s:4:\"name\";s:18:\"Enable Login Guard\";s:7:\"summary\";s:42:\"Enable (or Disable) The Login Guard Module\";s:11:\"description\";s:70:\"Un-Checking this option will completely disable the Login Guard module\";}i:1;a:11:{s:3:\"key\";s:19:\"rename_wplogin_path\";s:7:\"section\";s:22:\"section_rename_wplogin\";s:8:\"advanced\";b:1;s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/5q\";s:9:\"link_blog\";s:19:\"https://shsec.io/5r\";s:4:\"name\";s:15:\"Hide Login Page\";s:7:\"summary\";s:31:\"Rename The WordPress Login Page\";s:11:\"description\";s:101:\"Creating a path here will disable your \'wp-login.php\'. Only letters and numbers are permitted: abc123\";}i:2;a:9:{s:3:\"key\";s:29:\"enable_chained_authentication\";s:7:\"section\";s:34:\"section_multifactor_authentication\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/9r\";s:9:\"link_blog\";s:19:\"https://shsec.io/84\";s:4:\"name\";s:27:\"Multi-Factor Authentication\";s:7:\"summary\";s:41:\"Require All Active Authentication Factors\";s:11:\"description\";s:123:\"When enabled, all multi-factor authentication methods will be applied to a user login. Disable to only require one to pass.\";}i:3;a:11:{s:3:\"key\";s:8:\"mfa_skip\";s:7:\"section\";s:34:\"section_multifactor_authentication\";s:7:\"premium\";b:1;s:7:\"default\";i:0;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/b1\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:19:\"Multi-Factor Bypass\";s:7:\"summary\";s:78:\"A User Can Bypass Multi-Factor Authentication (MFA) For The Set Number Of Days\";s:11:\"description\";s:97:\"Enter the number of days a user can bypass future MFA after a successful MFA-login. 0 to disable.\";}i:4;a:10:{s:3:\"key\";s:17:\"allow_backupcodes\";s:7:\"section\";s:34:\"section_multifactor_authentication\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/dx\";s:9:\"link_blog\";s:19:\"https://shsec.io/dy\";s:4:\"name\";s:18:\"Allow Backup Codes\";s:7:\"summary\";s:37:\"Allow Users To Generate A Backup Code\";s:11:\"description\";s:95:\"Allow users to generate a backup code that can be used to login if MFA factors are unavailable.\";}i:5;a:9:{s:3:\"key\";s:27:\"enable_google_authenticator\";s:7:\"section\";s:14:\"section_2fa_ga\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:22:\"https://shsec.io/shld7\";s:9:\"link_blog\";s:22:\"https://shsec.io/shld6\";s:4:\"name\";s:27:\"Enable Google Authenticator\";s:7:\"summary\";s:39:\"Allow Users To Use Google Authenticator\";s:11:\"description\";s:101:\"When enabled, users will have the option to add Google Authenticator to their WordPress user profile.\";}i:6;a:9:{s:3:\"key\";s:27:\"enable_email_authentication\";s:7:\"section\";s:17:\"section_2fa_email\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3t\";s:9:\"link_blog\";s:19:\"https://shsec.io/9q\";s:4:\"name\";s:27:\"Enable Email Authentication\";s:7:\"summary\";s:40:\"Two-Factor Login Authentication By Email\";s:11:\"description\";s:90:\"All users will be required to verify their login by email-based two-factor authentication.\";}i:7;a:11:{s:3:\"key\";s:26:\"two_factor_auth_user_roles\";s:7:\"section\";s:17:\"section_2fa_email\";s:8:\"advanced\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:4:{i:0;s:11:\"contributor\";i:1;s:6:\"author\";i:2;s:6:\"editor\";i:3;s:13:\"administrator\";}s:13:\"value_options\";a:10:{i:0;a:2:{s:9:\"value_key\";s:10:\"subscriber\";s:4:\"text\";s:11:\"Subscribers\";}i:1;a:2:{s:9:\"value_key\";s:11:\"contributor\";s:4:\"text\";s:12:\"Contributors\";}i:2;a:2:{s:9:\"value_key\";s:6:\"author\";s:4:\"text\";s:7:\"Authors\";}i:3;a:2:{s:9:\"value_key\";s:6:\"editor\";s:4:\"text\";s:7:\"Editors\";}i:4;a:2:{s:9:\"value_key\";s:13:\"administrator\";s:4:\"text\";s:14:\"Administrators\";}i:5;a:2:{s:9:\"value_key\";s:8:\"customer\";s:4:\"text\";s:14:\"[Woo] Customer\";}i:6;a:2:{s:9:\"value_key\";s:12:\"shop_manager\";s:4:\"text\";s:22:\"[Woo/EDD] Shop Manager\";}i:7;a:2:{s:9:\"value_key\";s:15:\"shop_accountant\";s:4:\"text\";s:21:\"[EDD] Shop Accountant\";}i:8;a:2:{s:9:\"value_key\";s:11:\"shop_worker\";s:4:\"text\";s:17:\"[EDD] Shop Worker\";}i:9;a:2:{s:9:\"value_key\";s:14:\"edd_subscriber\";s:4:\"text\";s:14:\"[EDD] Customer\";}}s:9:\"link_info\";s:19:\"https://shsec.io/4v\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:30:\"Enforce - Email Authentication\";s:7:\"summary\";s:46:\"All User Roles Subject To Email Authentication\";s:11:\"description\";s:130:\"Enforces email-based authentication on all users with the selected roles. Note: This setting only applies to email authentication.\";}i:8;a:10:{s:3:\"key\";s:18:\"email_any_user_set\";s:7:\"section\";s:17:\"section_2fa_email\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/gj\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Allow Any User\";s:7:\"summary\";s:60:\"Allow Any User To Turn-On Two-Factor Authentication By Email\";s:11:\"description\";s:61:\"Allow Any User To Turn-On Two-Factor Authentication By Email.\";}i:9;a:10:{s:3:\"key\";s:24:\"bot_protection_locations\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:1:{i:0;s:5:\"login\";}s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:5:\"login\";s:4:\"text\";s:5:\"Login\";}i:1;a:2:{s:9:\"value_key\";s:8:\"register\";s:4:\"text\";s:8:\"Register\";}i:2;a:2:{s:9:\"value_key\";s:8:\"password\";s:4:\"text\";s:13:\"Lost Password\";}i:3;a:2:{s:9:\"value_key\";s:12:\"checkout_woo\";s:4:\"text\";s:22:\"Checkout (WooCommerce)\";}}s:9:\"link_info\";s:19:\"https://shsec.io/dv\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Protection Locations\";s:7:\"summary\";s:38:\"How Google reCAPTCHA Will Be Displayed\";s:11:\"description\";s:64:\"Choose for which forms bot protection measures will be deployed.\";}i:10;a:10:{s:3:\"key\";s:20:\"login_limit_interval\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:7:\"default\";s:2:\"10\";s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/3q\";s:9:\"link_blog\";s:19:\"https://shsec.io/9o\";s:4:\"name\";s:23:\"Login Cooldown Interval\";s:7:\"summary\";s:39:\"Limit login attempts to every X seconds\";s:11:\"description\";s:109:\"WordPress will process only ONE login attempt for every number of seconds specified. Zero (0) turns this off.\";}i:11;a:9:{s:3:\"key\";s:23:\"enable_login_gasp_check\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/3r\";s:9:\"link_blog\";s:19:\"https://shsec.io/9n\";s:4:\"name\";s:14:\"Bot Protection\";s:7:\"summary\";s:54:\"Protect WP Login From Automated Login Attempts By Bots\";s:11:\"description\";s:138:\"Adds a dynamically (Javascript) generated checkbox to the login form that prevents bots using automated login techniques. Recommended: ON.\";}i:12;a:10:{s:3:\"key\";s:29:\"enable_google_recaptcha_login\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:7:\"default\";s:4:\"text\";s:13:\"Default Style\";}i:2;a:2:{s:9:\"value_key\";s:5:\"light\";s:4:\"text\";s:11:\"Light Theme\";}i:3;a:2:{s:9:\"value_key\";s:4:\"dark\";s:4:\"text\";s:10:\"Dark Theme\";}i:4;a:2:{s:9:\"value_key\";s:9:\"invisible\";s:4:\"text\";s:9:\"Invisible\";}}s:9:\"link_info\";s:19:\"https://shsec.io/9m\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:7:\"CAPTCHA\";s:7:\"summary\";s:14:\"Enable CAPTCHA\";s:11:\"description\";s:32:\"Use CAPTCHA on the login screen.\";}i:13;a:11:{s:3:\"key\";s:16:\"antibot_form_ids\";s:7:\"section\";s:36:\"section_brute_force_login_protection\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:2:{i:0;s:19:\"form#ihc_login_form\";i:1;s:15:\"form#createuser\";}s:9:\"link_info\";s:19:\"https://shsec.io/hg\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:13:\"AntiBot Forms\";s:7:\"summary\";s:66:\"Enter The IDs Of The 3rd Party Login Forms For Use With AntiBot JS\";s:11:\"description\";s:32:\"For Use With AnitBot JS (above).\";}i:14;a:10:{s:3:\"key\";s:10:\"enable_u2f\";s:7:\"section\";s:31:\"section_hardware_authentication\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/i9\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:9:\"Allow U2F\";s:7:\"summary\";s:33:\"Allow Registration Of U2F Devices\";s:11:\"description\";s:34:\"Allow Registration Of U2F Devices.\";}i:15;a:9:{s:3:\"key\";s:14:\"enable_yubikey\";s:7:\"section\";s:31:\"section_hardware_authentication\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/4f\";s:9:\"link_blog\";s:19:\"https://shsec.io/9t\";s:4:\"name\";s:17:\"Allow Yubikey OTP\";s:7:\"summary\";s:49:\"Allow Yubikey Registration For One Time Passwords\";s:11:\"description\";s:99:\"Combined with your Yubikey API Key (below) this will form the basis of your Yubikey Authentication.\";}i:16;a:10:{s:3:\"key\";s:14:\"yubikey_app_id\";s:7:\"section\";s:31:\"section_hardware_authentication\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/4g\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Yubikey App ID\";s:7:\"summary\";s:26:\"Your Unique Yubikey App ID\";s:11:\"description\";s:91:\"Combined with your Yubikey API Key this will form the basis of your Yubikey Authentication.\";}i:17;a:10:{s:3:\"key\";s:15:\"yubikey_api_key\";s:7:\"section\";s:31:\"section_hardware_authentication\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/4g\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Yubikey API Key\";s:7:\"summary\";s:31:\"Your Unique Yubikey App API Key\";s:11:\"description\";s:90:\"Combined with your Yubikey App ID this will form the basis of your Yubikey Authentication.\";}i:18;a:11:{s:3:\"key\";s:13:\"text_imahuman\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dz\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:18:\"GASP Checkbox Text\";s:7:\"summary\";s:47:\"The Message Displayed Next To The GASP Checkbox\";s:11:\"description\";s:99:\"You can change the text displayed to the user beside the checkbox if you need a customized message.\";}i:19;a:11:{s:3:\"key\";s:19:\"text_pleasecheckbox\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dz\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"GASP Alert Text\";s:7:\"summary\";s:55:\"The Message Displayed If The User Doesn\'t Check The Box\";s:11:\"description\";s:95:\"You can change the text displayed to the user in the alert message if they don\'t check the box.\";}i:20;a:6:{s:3:\"key\";s:26:\"email_can_send_verified_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;s:3:\"min\";i:0;}i:21;a:6:{s:3:\"key\";s:8:\"gasp_key\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}i:22;a:5:{s:3:\"key\";s:21:\"use_login_intent_page\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"boolean\";s:5:\"value\";b:1;}}s:11:\"definitions\";a:2:{s:20:\"login_intent_timeout\";i:5;s:6:\"events\";a:16:{s:23:\"2fa_backupcode_verified\";a:0:{}s:19:\"2fa_backupcode_fail\";a:1:{s:7:\"offense\";b:1;}s:18:\"2fa_email_verified\";a:0:{}s:21:\"2fa_email_verify_fail\";a:1:{s:7:\"offense\";b:1;}s:23:\"2fa_googleauth_verified\";a:0:{}s:15:\"2fa_google_fail\";a:1:{s:7:\"offense\";b:1;}s:20:\"2fa_yubikey_verified\";a:0:{}s:16:\"2fa_yubikey_fail\";a:1:{s:7:\"offense\";b:1;}s:22:\"2fa_email_send_success\";a:0:{}s:19:\"2fa_email_send_fail\";a:0:{}s:13:\"cooldown_fail\";a:0:{}s:13:\"honeypot_fail\";a:0:{}s:11:\"botbox_fail\";a:0:{}s:11:\"login_block\";a:3:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;s:7:\"offense\";b:1;}s:14:\"hide_login_url\";a:1:{s:5:\"audit\";b:0;}s:11:\"2fa_success\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}}}s:10:\"meta_modts\";i:1611420210;}','yes'),(429643,'shield_mod_config_2bc2605d76db96d0ed3a050dea0907d9','a:5:{s:10:\"properties\";a:13:{s:4:\"slug\";s:9:\"reporting\";s:4:\"name\";s:9:\"Reporting\";s:11:\"storage_key\";s:9:\"reporting\";s:7:\"tagline\";s:16:\"Shield Reporting\";s:12:\"show_central\";b:1;s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:1;s:16:\"tracking_exclude\";b:1;}s:8:\"sections\";a:3:{i:0;a:5:{s:4:\"slug\";s:15:\"section_timings\";s:7:\"primary\";b:1;s:5:\"title\";s:18:\"Report Frequencies\";s:11:\"title_short\";s:18:\"Report Frequencies\";s:7:\"summary\";a:1:{i:0;s:105:\"Purpose - Choose the most appropriate frequency to receive alerts from Shield according to your schedule.\";}}i:1;a:4:{s:4:\"slug\";s:28:\"section_enable_mod_reporting\";s:5:\"title\";s:22:\"Enable Module: Reports\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:70:\"Purpose - Helps you see at a glance how effective the plugin has been.\";i:1;s:54:\"Recommendation - Keep the Reporting feature turned on.\";}}i:2;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:3:{i:0;a:10:{s:3:\"key\";s:16:\"enable_reporting\";s:7:\"section\";s:28:\"section_enable_mod_reporting\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/hb\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Enable Reporting\";s:7:\"summary\";s:40:\"Enable (or Disable) The Reporting module\";s:11:\"description\";s:68:\"Un-Checking this option will completely disable the Reporting module\";}i:1;a:10:{s:3:\"key\";s:15:\"frequency_alert\";s:7:\"section\";s:15:\"section_timings\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:5:\"daily\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:6:\"hourly\";s:4:\"text\";s:6:\"Hourly\";}i:2;a:2:{s:9:\"value_key\";s:5:\"daily\";s:4:\"text\";s:5:\"Daily\";}i:3;a:2:{s:9:\"value_key\";s:6:\"weekly\";s:4:\"text\";s:6:\"Weekly\";}}s:9:\"link_info\";s:19:\"https://shsec.io/h9\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Alert Frequency\";s:7:\"summary\";s:45:\"How Often Should You Be Sent Important Alerts\";s:11:\"description\";s:86:\"Decide when you should be sent important and critical alerts about your site security.\";}i:2;a:10:{s:3:\"key\";s:14:\"frequency_info\";s:7:\"section\";s:15:\"section_timings\";s:4:\"type\";s:6:\"select\";s:7:\"default\";s:6:\"weekly\";s:13:\"value_options\";a:6:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:6:\"hourly\";s:4:\"text\";s:6:\"Hourly\";}i:2;a:2:{s:9:\"value_key\";s:5:\"daily\";s:4:\"text\";s:5:\"Daily\";}i:3;a:2:{s:9:\"value_key\";s:6:\"weekly\";s:4:\"text\";s:6:\"Weekly\";}i:4;a:2:{s:9:\"value_key\";s:8:\"biweekly\";s:4:\"text\";s:9:\"Bi-Weekly\";}i:5;a:2:{s:9:\"value_key\";s:7:\"monthly\";s:4:\"text\";s:7:\"Monthly\";}}s:9:\"link_info\";s:19:\"https://shsec.io/ha\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Info Frequency\";s:7:\"summary\";s:48:\"How Often Should You Be Sent Information Reports\";s:11:\"description\";s:93:\"Decide when you should be sent non-critical information and reports about your site security.\";}}s:11:\"definitions\";a:4:{s:10:\"db_classes\";a:1:{s:7:\"reports\";s:66:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Reports\\Handler\";}s:18:\"reports_table_name\";s:7:\"reports\";s:21:\"reports_table_columns\";a:5:{s:3:\"rid\";s:55:\"int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Report ID\'\";s:4:\"type\";s:52:\"varchar(3) NOT NULL DEFAULT \'\' COMMENT \'Report Type\'\";s:9:\"frequency\";s:67:\"varchar(10) NOT NULL DEFAULT \'\' COMMENT \'Report Interval/Frequency\'\";s:15:\"interval_end_at\";s:67:\"int(15) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'TS of end of interval\'\";s:7:\"sent_at\";s:35:\"int(15) UNSIGNED NOT NULL DEFAULT 0\";}s:31:\"reports_table_timestamp_columns\";a:2:{s:15:\"interval_end_at\";s:22:\"Reporting Interval End\";s:7:\"sent_at\";s:11:\"Report Sent\";}}s:10:\"meta_modts\";i:1611420210;}','yes'),(420375,'shield_mod_config_fefc8687bc08707a1b4dd5fce08bbd83','a:6:{s:10:\"properties\";a:16:{s:4:\"slug\";s:6:\"plugin\";s:4:\"name\";s:16:\"General Settings\";s:12:\"sidebar_name\";s:7:\"General\";s:10:\"menu_title\";s:8:\"Settings\";s:21:\"show_module_menu_item\";b:1;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:6:\"plugin\";s:7:\"tagline\";s:23:\"General Plugin Settings\";s:12:\"auto_enabled\";b:1;s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:1;s:5:\"order\";i:10;}s:13:\"admin_notices\";a:10:{s:14:\"plugin-too-old\";a:6:{s:2:\"id\";s:14:\"plugin-too-old\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:0;s:11:\"can_dismiss\";b:1;s:4:\"type\";s:5:\"error\";}s:17:\"override-forceoff\";a:6:{s:2:\"id\";s:17:\"override-forceoff\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:0;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:5:\"error\";}s:15:\"plugin-disabled\";a:6:{s:2:\"id\";s:15:\"plugin-disabled\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:1;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:5:\"error\";}s:16:\"update-available\";a:6:{s:2:\"id\";s:16:\"update-available\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:1;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:5:\"error\";}s:4:\"php7\";a:6:{s:2:\"id\";s:4:\"php7\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:0;s:11:\"can_dismiss\";b:1;s:4:\"type\";s:7:\"warning\";}s:17:\"compat-sgoptimize\";a:7:{s:2:\"id\";s:17:\"compat-sgoptimize\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:12:\"plugin_admin\";s:6:\"ignore\";s:16:\"plugin_page_only\";b:0;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:7:\"warning\";}s:14:\"wizard_welcome\";a:3:{s:2:\"id\";s:14:\"wizard_welcome\";s:8:\"per_user\";b:0;s:4:\"type\";s:4:\"info\";}s:26:\"plugin-mailing-list-signup\";a:4:{s:2:\"id\";s:26:\"plugin-mailing-list-signup\";s:16:\"min_install_days\";i:5;s:4:\"type\";s:5:\"promo\";s:12:\"drip_form_id\";s:9:\"250437573\";}s:14:\"allow-tracking\";a:4:{s:2:\"id\";s:14:\"allow-tracking\";s:12:\"plugin_admin\";b:1;s:16:\"min_install_days\";i:3;s:4:\"type\";s:5:\"promo\";}s:11:\"rate-plugin\";a:3:{s:2:\"id\";s:11:\"rate-plugin\";s:16:\"min_install_days\";i:30;s:4:\"type\";s:5:\"promo\";}}s:8:\"sections\";a:7:{i:0;a:5:{s:4:\"slug\";s:16:\"section_defaults\";s:7:\"primary\";b:1;s:5:\"title\";s:15:\"Plugin Defaults\";s:11:\"title_short\";s:15:\"Plugin Defaults\";s:13:\"help_video_id\";s:9:\"338533495\";}i:1;a:4:{s:4:\"slug\";s:30:\"section_general_plugin_options\";s:5:\"title\";s:22:\"General Plugin Options\";s:11:\"title_short\";s:15:\"General Options\";s:13:\"help_video_id\";s:9:\"338540386\";}i:2;a:4:{s:4:\"slug\";s:27:\"section_third_party_captcha\";s:5:\"title\";s:7:\"CAPTCHA\";s:11:\"title_short\";s:7:\"CAPTCHA\";s:13:\"help_video_id\";s:9:\"338546796\";}i:3;a:3:{s:4:\"slug\";s:20:\"section_importexport\";s:5:\"title\";s:15:\"Import / Export\";s:11:\"title_short\";s:15:\"Import / Export\";}i:4;a:3:{s:4:\"slug\";s:20:\"section_integrations\";s:5:\"title\";s:12:\"Integrations\";s:11:\"title_short\";s:12:\"Integrations\";}i:5;a:3:{s:4:\"slug\";s:31:\"section_global_security_options\";s:5:\"title\";s:30:\"Global Plugin Security Options\";s:11:\"title_short\";s:14:\"Disable Shield\";}i:6;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:32:{i:0;a:9:{s:3:\"key\";s:29:\"global_enable_plugin_features\";s:7:\"section\";s:31:\"section_global_security_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:33:\"Enable/Disable All Plugin Modules\";s:7:\"summary\";s:27:\"Global Plugin On/Off Switch\";s:11:\"description\";s:50:\"Uncheck this option to disable all Shield features\";}i:1;a:9:{s:3:\"key\";s:15:\"enable_tracking\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/7i\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:28:\"Enable Information Gathering\";s:7:\"summary\";s:44:\"Permit Anonymous Usage Information Gathering\";s:11:\"description\";s:198:\"Allows us to gather information on statistics and features in-use across our client installations. This information is strictly anonymous and contains no personally, or otherwise, identifiable data.\";}i:2;a:9:{s:3:\"key\";s:13:\"show_advanced\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Show All Options\";s:7:\"summary\";s:51:\"Show All Options Including Those Marked As Advanced\";s:11:\"description\";s:122:\"Shield hides advanced options from view to simplify display. Turn this option on to display advanced options at all times.\";}i:3;a:12:{s:3:\"key\";s:22:\"visitor_address_source\";s:7:\"section\";s:16:\"section_defaults\";s:8:\"advanced\";b:1;s:9:\"sensitive\";b:0;s:4:\"type\";s:6:\"select\";s:7:\"default\";s:14:\"AUTO_DETECT_IP\";s:13:\"value_options\";a:11:{i:0;a:2:{s:9:\"value_key\";s:14:\"AUTO_DETECT_IP\";s:4:\"text\";s:31:\"Automatically Detect Visitor IP\";}i:1;a:2:{s:9:\"value_key\";s:11:\"REMOTE_ADDR\";s:4:\"text\";s:11:\"REMOTE_ADDR\";}i:2;a:2:{s:9:\"value_key\";s:21:\"HTTP_CF_CONNECTING_IP\";s:4:\"text\";s:21:\"HTTP_CF_CONNECTING_IP\";}i:3;a:2:{s:9:\"value_key\";s:20:\"HTTP_X_FORWARDED_FOR\";s:4:\"text\";s:20:\"HTTP_X_FORWARDED_FOR\";}i:4;a:2:{s:9:\"value_key\";s:16:\"HTTP_X_FORWARDED\";s:4:\"text\";s:16:\"HTTP_X_FORWARDED\";}i:5;a:2:{s:9:\"value_key\";s:14:\"HTTP_X_REAL_IP\";s:4:\"text\";s:14:\"HTTP_X_REAL_IP\";}i:6;a:2:{s:9:\"value_key\";s:22:\"HTTP_X_SUCURI_CLIENTIP\";s:4:\"text\";s:22:\"HTTP_X_SUCURI_CLIENTIP\";}i:7;a:2:{s:9:\"value_key\";s:20:\"HTTP_INCAP_CLIENT_IP\";s:4:\"text\";s:20:\"HTTP_INCAP_CLIENT_IP\";}i:8;a:2:{s:9:\"value_key\";s:22:\"HTTP_X_SP_FORWARDED_IP\";s:4:\"text\";s:22:\"HTTP_X_SP_FORWARDED_IP\";}i:9;a:2:{s:9:\"value_key\";s:14:\"HTTP_FORWARDED\";s:4:\"text\";s:14:\"HTTP_FORWARDED\";}i:10;a:2:{s:9:\"value_key\";s:14:\"HTTP_CLIENT_IP\";s:4:\"text\";s:14:\"HTTP_CLIENT_IP\";}}s:9:\"link_info\";s:19:\"https://shsec.io/dn\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:18:\"Visitor IP Address\";s:7:\"summary\";s:22:\"Which Address Is Yours\";s:11:\"description\";s:85:\"There are many way to detect visitor IP addresses. Please select yours from the list.\";}i:4;a:10:{s:3:\"key\";s:24:\"block_send_email_address\";s:7:\"section\";s:16:\"section_defaults\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Report Email\";s:7:\"summary\";s:27:\"Where to send email reports\";s:11:\"description\";s:66:\"If this is empty, it will default to the blog admin email address.\";}i:5;a:9:{s:3:\"key\";s:27:\"enable_upgrade_admin_notice\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"In-Plugin Notices\";s:7:\"summary\";s:31:\"Display Plugin Specific Notices\";s:11:\"description\";s:105:\"Disable this option to hide certain plugin admin notices about available updates and post-update notices.\";}i:6;a:9:{s:3:\"key\";s:20:\"display_plugin_badge\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/5v\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf20\";s:4:\"name\";s:17:\"Show Plugin Badge\";s:7:\"summary\";s:33:\"Display Plugin Badge On Your Site\";s:11:\"description\";s:187:\"Enabling this option helps support the plugin by spreading the word about it on your website. The plugin badge also demonstrates to visitors that you take your website security seriously.\";}i:7;a:11:{s:3:\"key\";s:12:\"enable_wpcli\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/i1\";s:9:\"link_blog\";s:19:\"https://shsec.io/i2\";s:4:\"name\";s:12:\"Allow WP-CLI\";s:7:\"summary\";s:50:\"Allow Access And Control Of This Plugin Via WP-CLI\";s:11:\"description\";s:65:\"Turn off this option to disable this plugin\'s WP-CLI integration.\";}i:8;a:9:{s:3:\"key\";s:27:\"enable_xmlrpc_compatibility\";s:7:\"section\";s:16:\"section_defaults\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:21:\"XML-RPC Compatibility\";s:7:\"summary\";s:56:\"Allow Login Through XML-RPC To By-Pass Login Guard Rules\";s:11:\"description\";s:95:\"Enable this if you need XML-RPC functionality e.g. if you use the WordPress iPhone/Android App.\";}i:9;a:11:{s:3:\"key\";s:19:\"importexport_enable\";s:7:\"section\";s:20:\"section_importexport\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/do\";s:9:\"link_blog\";s:19:\"https://shsec.io/dp\";s:4:\"name\";s:19:\"Allow Import/Export\";s:7:\"summary\";s:65:\"Allow Import Of Options To, And Export Of Options From, This Site\";s:11:\"description\";s:68:\"Uncheck this box to completely disable import and export of options.\";}i:10;a:10:{s:3:\"key\";s:22:\"importexport_masterurl\";s:7:\"section\";s:20:\"section_importexport\";s:8:\"advanced\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Auto-Import URL\";s:7:\"summary\";s:43:\"Automatically Import Options From This Site\";s:11:\"description\";s:115:\"Supplying a valid site URL here will make this site an \'Options Slave\' and will automatically import options daily.\";}i:11;a:12:{s:3:\"key\";s:22:\"importexport_whitelist\";s:7:\"section\";s:20:\"section_importexport\";s:8:\"advanced\";b:1;s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Export Whitelist\";s:7:\"summary\";s:68:\"Whitelisted Sites Which Do Not Need The Secret Key To Export Options\";s:11:\"description\";s:132:\"Each site on this list will be able to export options from this site without providing the secret key. Take a new line for each URL.\";}i:12;a:11:{s:3:\"key\";s:29:\"importexport_whitelist_notify\";s:7:\"section\";s:20:\"section_importexport\";s:8:\"advanced\";b:1;s:9:\"sensitive\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Notify Whitelist\";s:7:\"summary\";s:59:\"Notify Sites On The Whitelist To Update Options From Master\";s:11:\"description\";s:110:\"When enabled, manual options saving will notify sites on the whitelist to export options from the Master site.\";}i:13;a:12:{s:3:\"key\";s:22:\"importexport_secretkey\";s:7:\"section\";s:20:\"section_importexport\";s:8:\"advanced\";b:1;s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:16:\"noneditable_text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:10:\"Secret Key\";s:7:\"summary\";s:24:\"Import/Export Secret Key\";s:11:\"description\";s:79:\"Keep this Secret Key private as it will allow the import and export of options.\";}i:14;a:9:{s:3:\"key\";s:20:\"delete_on_deactivate\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Delete Plugin Settings\";s:7:\"summary\";s:51:\"Delete All Plugin Settings Upon Plugin Deactivation\";s:11:\"description\";s:67:\"Careful: Removes all plugin options when you deactivate the plugin.\";}i:15;a:10:{s:3:\"key\";s:15:\"locale_override\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:8:\"advanced\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:18:\"https://icwp.io/il\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Locale Override\";s:7:\"summary\";s:51:\"Delete All Plugin Settings Upon Plugin Deactivation\";s:11:\"description\";s:67:\"Careful: Removes all plugin options when you deactivate the plugin.\";}i:16;a:10:{s:3:\"key\";s:16:\"captcha_provider\";s:7:\"section\";s:27:\"section_third_party_captcha\";s:7:\"default\";s:10:\"grecaptcha\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:2:{i:0;a:2:{s:9:\"value_key\";s:10:\"grecaptcha\";s:4:\"text\";s:19:\"Google reCAPTCHA v2\";}i:1;a:2:{s:9:\"value_key\";s:8:\"hcaptcha\";s:4:\"text\";s:8:\"hCaptcha\";}}s:9:\"link_info\";s:19:\"https://shsec.io/dq\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"CAPTCHA Provider\";s:7:\"summary\";s:40:\"Which CAPTCHA Provider To Use Throughout\";s:11:\"description\";s:66:\"You can choose the CAPTCHA provider depending on your preferences.\";}i:17;a:11:{s:3:\"key\";s:22:\"google_recaptcha_style\";s:7:\"section\";s:27:\"section_third_party_captcha\";s:7:\"premium\";b:1;s:7:\"default\";s:5:\"light\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:5:\"light\";s:4:\"text\";s:11:\"Light Theme\";}i:1;a:2:{s:9:\"value_key\";s:4:\"dark\";s:4:\"text\";s:10:\"Dark Theme\";}i:2;a:2:{s:9:\"value_key\";s:9:\"invisible\";s:4:\"text\";s:9:\"Invisible\";}}s:9:\"link_info\";s:19:\"https://shsec.io/dq\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"CAPTCHA Type\";s:7:\"summary\";s:49:\"How Google reCAPTCHA Will Be Displayed By Default\";s:11:\"description\";s:109:\"You can choose the reCAPTCHA display format that best suits your site, including the new Invisible Recaptcha.\";}i:18;a:10:{s:3:\"key\";s:25:\"google_recaptcha_site_key\";s:7:\"section\";s:27:\"section_third_party_captcha\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:22:\"https://shsec.io/shld5\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:18:\"reCAPTCHA Site Key\";s:7:\"summary\";s:67:\"Google reCAPTCHA Site Key - Only v2 or Invisible. v3 NOT supported.\";s:11:\"description\";s:67:\"Enter your Google reCAPTCHA site key for use throughout the plugin.\";}i:19;a:10:{s:3:\"key\";s:27:\"google_recaptcha_secret_key\";s:7:\"section\";s:27:\"section_third_party_captcha\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:22:\"https://shsec.io/shld5\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"reCAPTCHA Secret\";s:7:\"summary\";s:69:\"Google reCAPTCHA Secret Key - Only v2 or Invisible. v3 NOT supported.\";s:11:\"description\";s:69:\"Enter your Google reCAPTCHA secret key for use throughout the plugin.\";}i:20;a:6:{s:3:\"key\";s:21:\"tracking_last_sent_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;s:3:\"min\";i:0;}i:21;a:5:{s:3:\"key\";s:22:\"unique_installation_id\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:4:\"text\";s:7:\"default\";i:0;}i:22;a:4:{s:3:\"key\";s:26:\"tracking_permission_set_at\";s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:23;a:5:{s:3:\"key\";s:17:\"installation_time\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:24;a:5:{s:3:\"key\";s:12:\"activated_at\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:25;a:5:{s:3:\"key\";s:33:\"importexport_secretkey_expires_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:26;a:5:{s:3:\"key\";s:33:\"importexport_handshake_expires_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:27;a:5:{s:3:\"key\";s:21:\"last_ip_detect_source\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}i:28;a:6:{s:3:\"key\";s:19:\"openssl_private_key\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}i:29;a:6:{s:3:\"key\";s:10:\"snapi_data\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}i:30;a:5:{s:3:\"key\";s:18:\"captcha_checked_at\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:3:\"int\";s:7:\"default\";i:-1;}i:31;a:5:{s:3:\"key\";s:20:\"cache_dir_write_test\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:16:{s:12:\"survey_email\";s:36:\"c3VwcG9ydEBvbmVkb2xsYXJwbHVnaW4uY29t\";s:13:\"help_video_id\";s:0:\"\";s:20:\"tracking_cron_handle\";s:20:\"plugin_tracking_cron\";s:17:\"tracking_post_url\";s:51:\"https://tracking.icontrolwp.com/track/plugin/shield\";s:22:\"importexport_cron_name\";s:10:\"autoimport\";s:19:\"href_privacy_policy\";s:38:\"https://shsec.io/wpshieldprivacypolicy\";s:10:\"db_classes\";a:2:{s:5:\"geoip\";s:64:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\GeoIp\\Handler\";s:5:\"notes\";s:69:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\AdminNotes\\Handler\";}s:19:\"db_autoexpire_notes\";i:0;s:19:\"db_autoexpire_geoip\";i:30;s:13:\"db_notes_name\";s:5:\"notes\";s:22:\"db_notes_table_columns\";a:2:{s:11:\"wp_username\";s:39:\"varchar(255) NOT NULL DEFAULT \'unknown\'\";s:4:\"note\";s:4:\"TEXT\";}s:16:\"geoip_table_name\";s:5:\"geoip\";s:19:\"geoip_table_columns\";a:2:{s:2:\"ip\";s:47:\"varbinary(16) DEFAULT NULL COMMENT \'IP Address\'\";s:4:\"meta\";s:4:\"TEXT\";}s:22:\"active_plugin_features\";a:20:{i:0;a:3:{s:4:\"slug\";s:8:\"insights\";s:13:\"load_priority\";i:1;s:13:\"menu_priority\";i:5;}i:1;a:3:{s:4:\"slug\";s:24:\"admin_access_restriction\";s:9:\"namespace\";s:13:\"SecurityAdmin\";s:13:\"load_priority\";i:11;}i:2;a:3:{s:4:\"slug\";s:3:\"ips\";s:13:\"load_priority\";i:15;s:9:\"namespace\";s:3:\"IPs\";}i:3;a:3:{s:4:\"slug\";s:11:\"audit_trail\";s:13:\"load_priority\";i:11;s:6:\"hidden\";b:0;}i:4;a:2:{s:4:\"slug\";s:12:\"hack_protect\";s:9:\"namespace\";s:9:\"HackGuard\";}i:5;a:2:{s:4:\"slug\";s:7:\"traffic\";s:13:\"load_priority\";i:12;}i:6;a:2:{s:4:\"slug\";s:8:\"firewall\";s:13:\"load_priority\";i:1000;}i:7;a:3:{s:4:\"slug\";s:13:\"login_protect\";s:11:\"storage_key\";s:12:\"loginprotect\";s:9:\"namespace\";s:10:\"LoginGuard\";}i:8;a:1:{s:4:\"slug\";s:15:\"user_management\";}i:9;a:2:{s:4:\"slug\";s:15:\"comments_filter\";s:11:\"storage_key\";s:14:\"commentsfilter\";}i:10;a:2:{s:4:\"slug\";s:6:\"events\";s:13:\"load_priority\";i:11;}i:11;a:2:{s:4:\"slug\";s:9:\"reporting\";s:13:\"load_priority\";i:12;}i:12;a:2:{s:4:\"slug\";s:8:\"sessions\";s:13:\"load_priority\";i:5;}i:13;a:2:{s:4:\"slug\";s:12:\"integrations\";s:13:\"load_priority\";i:20;}i:14;a:2:{s:4:\"slug\";s:7:\"license\";s:13:\"load_priority\";i:10;}i:15;a:1:{s:4:\"slug\";s:11:\"autoupdates\";}i:16;a:1:{s:4:\"slug\";s:7:\"headers\";}i:17;a:1:{s:4:\"slug\";s:8:\"lockdown\";}i:18;a:1:{s:4:\"slug\";s:5:\"comms\";}i:19;a:1:{s:4:\"slug\";s:5:\"email\";}}s:6:\"events\";a:10:{s:13:\"test_cron_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:18:\"import_notify_sent\";a:1:{s:4:\"stat\";b:0;}s:22:\"import_notify_received\";a:1:{s:4:\"stat\";b:0;}s:16:\"options_exported\";a:2:{s:4:\"stat\";b:1;s:6:\"recent\";b:1;}s:16:\"options_imported\";a:2:{s:4:\"stat\";b:1;s:6:\"recent\";b:1;}s:20:\"whitelist_site_added\";a:1:{s:4:\"stat\";b:0;}s:22:\"whitelist_site_removed\";a:1:{s:4:\"stat\";b:0;}s:14:\"master_url_set\";a:1:{s:4:\"stat\";b:0;}s:17:\"recaptcha_success\";a:1:{s:5:\"audit\";b:0;}s:14:\"recaptcha_fail\";a:1:{s:5:\"audit\";b:1;}}s:7:\"wizards\";a:1:{s:7:\"welcome\";a:4:{s:5:\"title\";s:28:\"Getting Started Setup Wizard\";s:4:\"desc\";s:106:\"An introduction to this security plugin, helping you get setup and started quickly with the core features.\";s:20:\"min_user_permissions\";s:14:\"manage_options\";s:5:\"steps\";a:10:{s:7:\"welcome\";a:2:{s:14:\"security_admin\";b:0;s:5:\"title\";s:7:\"Welcome\";}s:9:\"ip_detect\";a:1:{s:5:\"title\";s:12:\"IP Detection\";}s:24:\"admin_access_restriction\";a:1:{s:5:\"title\";s:14:\"Security Admin\";}s:11:\"audit_trail\";a:1:{s:5:\"title\";s:11:\"Audit Trail\";}s:3:\"ips\";a:1:{s:5:\"title\";s:12:\"IP Blacklist\";}s:13:\"login_protect\";a:1:{s:5:\"title\";s:16:\"Login Protection\";}s:15:\"comments_filter\";a:1:{s:5:\"title\";s:12:\"Comment SPAM\";}s:16:\"how_shield_works\";a:1:{s:5:\"title\";s:16:\"How Shield Works\";}s:5:\"optin\";a:1:{s:5:\"title\";s:8:\"Join Us!\";}s:8:\"thankyou\";a:2:{s:14:\"security_admin\";b:0;s:5:\"title\";s:10:\"Thank You!\";}}}}}s:10:\"meta_modts\";i:1611420210;}','yes'),(420376,'shield_mod_config_6b3304b9891738d259290b0c3150bc82','a:6:{s:4:\"slug\";s:8:\"insights\";s:10:\"properties\";a:16:{s:4:\"slug\";s:8:\"insights\";s:4:\"name\";s:9:\"Dashboard\";s:10:\"menu_title\";s:18:\"Security Dashboard\";s:13:\"menu_priority\";s:1:\"5\";s:21:\"show_module_menu_item\";b:1;s:19:\"show_module_options\";b:0;s:12:\"auto_enabled\";b:1;s:11:\"storage_key\";s:8:\"insights\";s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:14:\"skip_processor\";b:1;s:16:\"tracking_exclude\";b:1;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:0;}s:8:\"sections\";a:1:{i:0;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:0:{}s:10:\"meta_modts\";i:1611420210;}','yes'),(420377,'shield_mod_config_e0495676067f0167956087cced45d94f','a:8:{s:4:\"slug\";s:24:\"admin_access_restriction\";s:10:\"properties\";a:14:{s:4:\"slug\";s:24:\"admin_access_restriction\";s:4:\"name\";s:14:\"Security Admin\";s:12:\"sidebar_name\";s:14:\"Security Admin\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:24:\"admin_access_restriction\";s:7:\"tagline\";s:58:\"Protect your Security Plugin, not just your WordPress site\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:20;}s:5:\"wpcli\";a:1:{s:4:\"root\";s:8:\"secadmin\";}s:13:\"admin_notices\";a:2:{s:26:\"certain-options-restricted\";a:5:{s:2:\"id\";s:26:\"certain-options-restricted\";s:8:\"schedule\";s:10:\"conditions\";s:12:\"plugin_admin\";s:2:\"no\";s:8:\"per_user\";b:1;s:4:\"type\";s:7:\"warning\";}s:22:\"admin-users-restricted\";a:5:{s:2:\"id\";s:22:\"admin-users-restricted\";s:8:\"schedule\";s:10:\"conditions\";s:12:\"plugin_admin\";s:2:\"no\";s:4:\"type\";s:7:\"warning\";s:8:\"per_user\";b:1;}}s:8:\"sections\";a:5:{i:0;a:6:{s:4:\"slug\";s:41:\"section_admin_access_restriction_settings\";s:7:\"primary\";b:1;s:5:\"title\";s:35:\"Security Admin Restriction Settings\";s:11:\"title_short\";s:23:\"Security Admin Settings\";s:7:\"summary\";a:2:{i:0;s:52:\"Purpose - Restrict access using a simple Access PIN.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}s:13:\"help_video_id\";s:9:\"338551188\";}i:1;a:5:{s:4:\"slug\";s:38:\"section_admin_access_restriction_areas\";s:5:\"title\";s:32:\"Security Admin Restriction Zones\";s:11:\"title_short\";s:24:\"Access Restriction Zones\";s:7:\"summary\";a:2:{i:0;s:120:\"Purpose - Restricts access to key WordPress areas for all users not authenticated with the Security Admin Access system.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}s:13:\"help_video_id\";s:9:\"339824074\";}i:2;a:4:{s:4:\"slug\";s:18:\"section_whitelabel\";s:5:\"title\";s:18:\"Shield White Label\";s:11:\"title_short\";s:11:\"White Label\";s:7:\"summary\";a:1:{i:0;s:92:\"Purpose - Rename and re-brand the Shield Security plugin for your client site installations.\";}}i:3;a:4:{s:4:\"slug\";s:54:\"section_enable_plugin_feature_admin_access_restriction\";s:5:\"title\";s:39:\"Enable Module: WordPress Security Admin\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:3:{i:0;s:100:\"Purpose - Restricts access to this plugin preventing unauthorized changes to your security settings.\";i:1;s:59:\"Recommendation - Keep the Security Admin feature turned on.\";i:2;s:63:\"You need to also enter a new Access PIN to enable this feature.\";}}i:4;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:21:{i:0;a:10:{s:3:\"key\";s:31:\"enable_admin_access_restriction\";s:7:\"section\";s:54:\"section_enable_plugin_feature_admin_access_restriction\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/40\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf02\";s:4:\"name\";s:21:\"Enable Security Admin\";s:7:\"summary\";s:41:\"Enforce Security Admin Access Restriction\";s:11:\"description\";s:157:\"Enable this with great care and consideration. When this Access PIN option is enabled, you must specify a key below and use it to gain access to this plugin.\";}i:1;a:10:{s:3:\"key\";s:16:\"admin_access_key\";s:7:\"section\";s:41:\"section_admin_access_restriction_settings\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:8:\"password\";s:9:\"link_info\";s:19:\"https://shsec.io/42\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:25:\"Security Admin Access PIN\";s:7:\"summary\";s:40:\"Provide/Update Security Admin Access PIN\";s:11:\"description\";s:92:\"Careful: If you forget this, you could potentially lock yourself out from using this plugin.\";}i:2;a:12:{s:3:\"key\";s:15:\"sec_admin_users\";s:7:\"section\";s:41:\"section_admin_access_restriction_settings\";s:8:\"advanced\";b:1;s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/dk\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Security Admins\";s:7:\"summary\";s:26:\"Persistent Security Admins\";s:11:\"description\";s:79:\"All emails, usernames, or user IDs entered here will always be Security Admins.\";}i:3;a:11:{s:3:\"key\";s:20:\"admin_access_timeout\";s:7:\"section\";s:41:\"section_admin_access_restriction_settings\";s:8:\"advanced\";b:1;s:7:\"default\";i:30;s:4:\"type\";s:7:\"integer\";s:3:\"min\";i:1;s:9:\"link_info\";s:19:\"https://shsec.io/41\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Security Admin Timeout\";s:7:\"summary\";s:63:\"Specify An Automatic Timeout Interval For Security Admin Access\";s:11:\"description\";s:133:\"This will automatically expire your Security Admin Session. Does not apply until you enter the access PIN again. Default: 60 minutes.\";}i:4;a:10:{s:3:\"key\";s:20:\"allow_email_override\";s:7:\"section\";s:41:\"section_admin_access_restriction_settings\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/gf\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Allow Email Override\";s:7:\"summary\";s:49:\"Allow Email Override Of Admin Access Restrictions\";s:11:\"description\";s:96:\"Allow the use of verification emails to override and switch off the Security Admin restrictions.\";}i:5;a:9:{s:3:\"key\";s:29:\"admin_access_restrict_options\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf32\";s:4:\"name\";s:5:\"Pages\";s:7:\"summary\";s:56:\"Restrict Access To Key WordPress Posts And Pages Actions\";s:11:\"description\";s:140:\"Careful: This will restrict access to page/post creation, editing and deletion. Note: Selecting \'Edit\' will also restrict all other options.\";}i:6;a:10:{s:3:\"key\";s:33:\"admin_access_restrict_admin_users\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:11:\"Admin Users\";s:7:\"summary\";s:57:\"Restrict Access To Create/Delete/Modify Other Admin Users\";s:11:\"description\";s:127:\"Careful: This will restrict the ability of WordPress administrators from creating, modifying or promoting other administrators.\";}i:7;a:10:{s:3:\"key\";s:29:\"admin_access_restrict_plugins\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:8:\"advanced\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:0:{}s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:16:\"activate_plugins\";s:4:\"text\";s:8:\"Activate\";}i:1;a:2:{s:9:\"value_key\";s:15:\"install_plugins\";s:4:\"text\";s:7:\"Install\";}i:2;a:2:{s:9:\"value_key\";s:14:\"update_plugins\";s:4:\"text\";s:6:\"Update\";}i:3;a:2:{s:9:\"value_key\";s:14:\"delete_plugins\";s:4:\"text\";s:6:\"Delete\";}}s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf21\";s:7:\"summary\";s:47:\"Restrict Access To Key WordPress Plugin Actions\";s:11:\"description\";s:156:\"Careful: This will restrict access to plugin installation, update, activation and deletion. Note: Selecting \'Activate\' will also restrict all other options.\";}i:8;a:10:{s:3:\"key\";s:28:\"admin_access_restrict_themes\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:8:\"advanced\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:0:{}s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:13:\"switch_themes\";s:4:\"text\";s:8:\"Activate\";}i:1;a:2:{s:9:\"value_key\";s:18:\"edit_theme_options\";s:4:\"text\";s:18:\"Edit Theme Options\";}i:2;a:2:{s:9:\"value_key\";s:14:\"install_themes\";s:4:\"text\";s:7:\"Install\";}i:3;a:2:{s:9:\"value_key\";s:13:\"update_themes\";s:4:\"text\";s:6:\"Update\";}i:4;a:2:{s:9:\"value_key\";s:13:\"delete_themes\";s:4:\"text\";s:6:\"Delete\";}}s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf21\";s:7:\"summary\";s:42:\"Restrict Access To WordPress Theme Actions\";s:11:\"description\";s:90:\"Careful: This will restrict access to theme installation, update, activation and deletion.\";}i:9;a:10:{s:3:\"key\";s:27:\"admin_access_restrict_posts\";s:7:\"section\";s:38:\"section_admin_access_restriction_areas\";s:8:\"advanced\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:0:{}s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:4:\"edit\";s:4:\"text\";s:11:\"Create/Edit\";}i:1;a:2:{s:9:\"value_key\";s:7:\"publish\";s:4:\"text\";s:7:\"Publish\";}i:2;a:2:{s:9:\"value_key\";s:6:\"delete\";s:4:\"text\";s:6:\"Delete\";}}s:9:\"link_info\";s:19:\"https://shsec.io/a0\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf21\";s:7:\"summary\";s:56:\"Restrict Access To Key WordPress Posts And Pages Actions\";s:11:\"description\";s:79:\"Careful: This will restrict access to page/post creation, editing and deletion.\";}i:10;a:10:{s:3:\"key\";s:17:\"whitelabel_enable\";s:7:\"section\";s:18:\"section_whitelabel\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/dr\";s:9:\"link_blog\";s:19:\"https://shsec.io/ds\";s:4:\"name\";s:18:\"Enable White Label\";s:7:\"summary\";s:34:\"Activate Your White Label Settings\";s:11:\"description\";s:61:\"Use this option to turn on/off the whole White Label feature.\";}i:11;a:9:{s:3:\"key\";s:15:\"wl_hide_updates\";s:7:\"section\";s:18:\"section_whitelabel\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Hide Updates\";s:7:\"summary\";s:47:\"Hide Available Updates From Non Security Admins\";s:11:\"description\";s:66:\"Hides the availability of Shield updates from non-security admins.\";}i:12;a:9:{s:3:\"key\";s:20:\"wl_replace_badge_url\";s:7:\"section\";s:18:\"section_whitelabel\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Replace Plugin Badge\";s:7:\"summary\";s:35:\"Replace Plugin Badge URL and Images\";s:11:\"description\";s:84:\"When using the plugin badge, replace the URL and link with your Whitelabel settings.\";}i:13;a:10:{s:3:\"key\";s:17:\"wl_pluginnamemain\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:6:\"Shield\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dt\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:11:\"Plugin Name\";s:7:\"summary\";s:22:\"The Name Of The Plugin\";s:11:\"description\";s:23:\"The Name Of The Plugin.\";}i:14;a:10:{s:3:\"key\";s:11:\"wl_namemenu\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:15:\"Shield Security\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:10:\"Menu Title\";s:7:\"summary\";s:33:\"The Main Menu Title Of The Plugin\";s:11:\"description\";s:79:\"The Main Menu Title Of The Plugin. If left empty, the Plugin Name will be used.\";}i:15;a:10:{s:3:\"key\";s:14:\"wl_companyname\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:20:\"Example Company Name\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dt\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Company Name\";s:7:\"summary\";s:24:\"The Name Of Your Company\";s:11:\"description\";s:33:\"Provide the name of your company.\";}i:16;a:10:{s:3:\"key\";s:14:\"wl_description\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:74:\"Secure Your Sites With The World\'s Most Powerful WordPress Security Plugin\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Plugin Tag Line\";s:7:\"summary\";s:26:\"The Tag Line Of The Plugin\";s:11:\"description\";s:27:\"The Tag Line Of The Plugin.\";}i:17;a:10:{s:3:\"key\";s:10:\"wl_homeurl\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:19:\"https://shsec.io/7f\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:8:\"Home URL\";s:7:\"summary\";s:20:\"Plugin Home Page URL\";s:11:\"description\";s:84:\"When a user clicks the home link for this plugin, this is where they\'ll be directed.\";}i:18;a:10:{s:3:\"key\";s:14:\"wl_menuiconurl\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:20:\"pluginlogo_16x16.png\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dt\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:9:\"Menu Icon\";s:7:\"summary\";s:13:\"Menu Icon URL\";s:11:\"description\";s:42:\"The URL of the icon displayed in the menu.\";}i:19;a:10:{s:3:\"key\";s:19:\"wl_dashboardlogourl\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:22:\"pluginlogo_128x128.png\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Dashboard Logo\";s:7:\"summary\";s:18:\"Dashboard Logo URL\";s:11:\"description\";s:72:\"The URL of the logo displayed in the main dashboard. Should be 128x128px\";}i:20;a:10:{s:3:\"key\";s:19:\"wl_login2fa_logourl\";s:7:\"section\";s:18:\"section_whitelabel\";s:9:\"sensitive\";b:1;s:7:\"default\";s:29:\"pluginlogo_banner-772x250.png\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:19:\"https://shsec.io/dt\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Dashboard Logo\";s:7:\"summary\";s:18:\"Dashboard Logo URL\";s:11:\"description\";s:72:\"The URL of the logo displayed in the main dashboard. Should be 128x128px\";}}s:11:\"definitions\";a:3:{s:22:\"restricted_pages_users\";a:2:{i:0;s:13:\"user-edit.php\";i:1;s:9:\"users.php\";}s:6:\"events\";a:2:{s:11:\"key_success\";a:1:{s:6:\"recent\";b:1;}s:8:\"key_fail\";a:3:{s:3:\"cat\";i:3;s:6:\"recent\";b:1;s:7:\"offense\";b:1;}}s:19:\"options_to_restrict\";a:4:{s:12:\"wpms_options\";a:3:{i:0;s:11:\"admin_email\";i:1;s:9:\"site_name\";i:2;s:12:\"registration\";}s:10:\"wpms_pages\";a:1:{i:0;s:12:\"settings.php\";}s:10:\"wp_options\";a:10:{i:0;s:8:\"blogname\";i:1;s:15:\"blogdescription\";i:2;s:7:\"siteurl\";i:3;s:4:\"home\";i:4;s:11:\"admin_email\";i:5;s:15:\"new_admin_email\";i:6;s:18:\"users_can_register\";i:7;s:15:\"comments_notify\";i:8;s:18:\"comment_moderation\";i:9;s:11:\"blog_public\";}s:8:\"wp_pages\";a:4:{i:0;s:19:\"options-general.php\";i:1;s:22:\"options-discussion.php\";i:2;s:19:\"options-reading.php\";i:3;s:11:\"options.php\";}}}s:10:\"meta_modts\";i:1611420210;}','yes'),(420386,'shield_mod_config_06adfe4b6eee2940cee149d020360f7a','a:6:{s:4:\"slug\";s:8:\"lockdown\";s:10:\"properties\";a:14:{s:4:\"slug\";s:8:\"lockdown\";s:4:\"name\";s:11:\"WP Lockdown\";s:12:\"sidebar_name\";s:8:\"Lockdown\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:8:\"lockdown\";s:7:\"tagline\";s:56:\"Harden the more loosely controlled settings of your site\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:90;}s:8:\"sections\";a:5:{i:0;a:5:{s:4:\"slug\";s:14:\"section_apixml\";s:7:\"primary\";b:1;s:5:\"title\";s:25:\"WordPress System Lockdown\";s:11:\"title_short\";s:6:\"System\";s:7:\"summary\";a:2:{i:0;s:58:\"Purpose - Lockdown certain core WordPress system features.\";i:1;s:99:\"Recommendation - This depends on your usage and needs for certain WordPress functions and features.\";}}i:1;a:4:{s:4:\"slug\";s:33:\"section_permission_access_options\";s:5:\"title\";s:30:\"Permissions and Access Options\";s:11:\"title_short\";s:11:\"Permissions\";s:7:\"summary\";a:2:{i:0;s:66:\"Purpose - Provides finer control of certain WordPress permissions.\";i:1;s:75:\"Recommendation - Only enable SSL if you have a valid certificate installed.\";}}i:2;a:4:{s:4:\"slug\";s:35:\"section_wordpress_obscurity_options\";s:5:\"title\";s:27:\"WordPress Obscurity Options\";s:11:\"title_short\";s:9:\"Obscurity\";s:7:\"summary\";a:2:{i:0;s:63:\"Purpose - Obscures certain WordPress settings from public view.\";i:1;s:103:\"Recommendation - Obscurity is not true security and so these settings are down to your personal tastes.\";}}i:3;a:4:{s:4:\"slug\";s:48:\"section_enable_plugin_feature_wordpress_lockdown\";s:5:\"title\";s:23:\"Enable Module: Lockdown\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:94:\"Purpose - Lockdown helps secure-up certain loosely-controlled WordPress settings on your site.\";i:1;s:53:\"Recommendation - Keep the Lockdown feature turned on.\";}}i:4;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:9:{i:0;a:10:{s:3:\"key\";s:15:\"enable_lockdown\";s:7:\"section\";s:48:\"section_enable_plugin_feature_wordpress_lockdown\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/4r\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Enable Lockdown\";s:7:\"summary\";s:39:\"Enable (or Disable) The Lockdown module\";s:11:\"description\";s:67:\"Un-Checking this option will completely disable the Lockdown module\";}i:1;a:9:{s:3:\"key\";s:14:\"disable_xmlrpc\";s:7:\"section\";s:14:\"section_apixml\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/e6\";s:9:\"link_blog\";s:19:\"https://shsec.io/fb\";s:4:\"name\";s:15:\"Disable XML-RPC\";s:7:\"summary\";s:26:\"Disable The XML-RPC System\";s:11:\"description\";s:71:\"Checking this option will completely turn off the whole XML-RPC system.\";}i:2;a:10:{s:3:\"key\";s:25:\"disable_anonymous_restapi\";s:7:\"section\";s:14:\"section_apixml\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:18:\"Anonymous Rest API\";s:7:\"summary\";s:30:\"Disable The Anonymous Rest API\";s:11:\"description\";s:82:\"Checking this option will completely turn off the whole Anonymous Rest API system.\";}i:3;a:9:{s:3:\"key\";s:24:\"api_namespace_exclusions\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"default\";a:3:{i:0;s:14:\"contact-form-7\";i:1;s:7:\"jetpack\";i:2;s:11:\"woocommerce\";}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:19:\"Rest API Exclusions\";s:7:\"summary\";s:29:\"Anonymous REST API Exclusions\";s:11:\"description\";s:81:\"Any namespaces provided here will be excluded from the Anonymous API restriction.\";}i:4;a:9:{s:3:\"key\";s:20:\"disable_file_editing\";s:7:\"section\";s:33:\"section_permission_access_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/4q\";s:9:\"link_blog\";s:19:\"https://shsec.io/hk\";s:4:\"name\";s:20:\"Disable File Editing\";s:7:\"summary\";s:51:\"Disable Ability To Edit Files From Within WordPress\";s:11:\"description\";s:135:\"Removes the option to directly edit any files from within the WordPress admin area. Equivalent to setting \'DISALLOW_FILE_EDIT\' to TRUE.\";}i:5;a:9:{s:3:\"key\";s:15:\"force_ssl_admin\";s:7:\"section\";s:33:\"section_permission_access_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/4t\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Force SSL Admin\";s:7:\"summary\";s:57:\"Forces WordPress Admin Dashboard To Be Delivered Over SSL\";s:11:\"description\";s:126:\"Please only enable this option if you have a valid SSL certificate installed. Equivalent to setting \'FORCE_SSL_ADMIN\' to TRUE.\";}i:6;a:9:{s:3:\"key\";s:22:\"block_author_discovery\";s:7:\"section\";s:35:\"section_wordpress_obscurity_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:23:\"https://shsec.io/wpsf23\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Block Username Fishing\";s:7:\"summary\";s:69:\"Block the ability to discover WordPress usernames based on author IDs\";s:11:\"description\";s:150:\"When enabled, any URL requests containing \'author=\' will be killed. Warning: Enabling this option may interfere with expected operations of your site.\";}i:7;a:9:{s:3:\"key\";s:16:\"clean_wp_rubbish\";s:7:\"section\";s:35:\"section_wordpress_obscurity_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Clean WP Files\";s:7:\"summary\";s:41:\"Automatically Delete Unnecessary WP Files\";s:11:\"description\";s:63:\"Automatically delete WordPress files like wp-config-sample.php.\";}i:8;a:9:{s:3:\"key\";s:28:\"hide_wordpress_generator_tag\";s:7:\"section\";s:35:\"section_wordpress_obscurity_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"WP Generator Tag\";s:7:\"summary\";s:28:\"Remove WP Generator Meta Tag\";s:11:\"description\";s:119:\"Remove a meta tag from your WordPress pages that publicly displays that your site is WordPress and its current version.\";}}s:11:\"definitions\";a:2:{s:26:\"default_restapi_exclusions\";a:5:{i:0;s:14:\"contact-form-7\";i:1;s:7:\"jetpack\";i:2;s:3:\"tho\";i:3;s:12:\"wpstatistics\";i:4;s:11:\"woocommerce\";}s:6:\"events\";a:2:{s:23:\"block_anonymous_restapi\";a:1:{s:6:\"recent\";b:1;}s:9:\"block_xml\";a:3:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;s:7:\"offense\";b:1;}}}s:10:\"meta_modts\";i:1611420210;}','yes'),(420387,'shield_mod_config_a11ed43e6f8c0c73b544f95d54fec314','a:6:{s:10:\"properties\";a:12:{s:4:\"slug\";s:6:\"events\";s:4:\"name\";s:6:\"Events\";s:21:\"show_module_menu_item\";b:0;s:11:\"storage_key\";s:6:\"events\";s:7:\"tagline\";s:37:\"Collection of plugin events and stats\";s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:1;s:16:\"tracking_exclude\";b:1;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:0;}s:8:\"sections\";a:2:{i:0;a:5:{s:4:\"slug\";s:36:\"section_enable_plugin_feature_events\";s:7:\"primary\";b:1;s:5:\"title\";s:21:\"Enable Module: Events\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:70:\"Purpose - Helps you see at a glance how effective the plugin has been.\";i:1;s:51:\"Recommendation - Keep the Events feature turned on.\";}}i:1;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:1:{i:0;a:9:{s:3:\"key\";s:13:\"enable_events\";s:7:\"section\";s:36:\"section_enable_plugin_feature_events\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:13:\"Enable Events\";s:7:\"summary\";s:37:\"Enable (or Disable) The Events module\";s:11:\"description\";s:65:\"Un-Checking this option will completely disable the Events module\";}}s:11:\"definitions\";a:3:{s:10:\"db_classes\";a:1:{s:6:\"events\";s:65:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Events\\Handler\";}s:17:\"events_table_name\";s:6:\"events\";s:20:\"events_table_columns\";a:2:{s:5:\"event\";s:54:\"varchar(50) NOT NULL DEFAULT \'none\' COMMENT \'Event ID\'\";s:5:\"count\";s:51:\"int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Total\'\";}}s:10:\"meta_modts\";i:1611420210;}','yes'),(420388,'shield_mod_config_70e5d30ddb850aafaee6dc5037afaf3f','a:6:{s:10:\"properties\";a:14:{s:4:\"slug\";s:8:\"sessions\";s:4:\"name\";s:8:\"Sessions\";s:21:\"show_module_menu_item\";b:0;s:11:\"storage_key\";s:8:\"sessions\";s:7:\"tagline\";s:13:\"User Sessions\";s:12:\"auto_enabled\";b:1;s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:19:\"auto_load_processor\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:16:\"tracking_exclude\";b:1;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:0;}s:8:\"sections\";a:2:{i:0;a:5:{s:4:\"slug\";s:38:\"section_enable_plugin_feature_sessions\";s:7:\"primary\";b:1;s:5:\"title\";s:23:\"Enable Module: Sessions\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:44:\"Purpose - Creates and Manages User Sessions.\";i:1;s:53:\"Recommendation - Keep the Sessions feature turned on.\";}}i:1;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:2:{i:0;a:9:{s:3:\"key\";s:15:\"enable_sessions\";s:7:\"section\";s:38:\"section_enable_plugin_feature_sessions\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Enable Sessions\";s:7:\"summary\";s:39:\"Enable (or Disable) The Sessions module\";s:11:\"description\";s:67:\"Un-Checking this option will completely disable the Sessions module\";}i:1;a:5:{s:3:\"key\";s:27:\"autoadd_sessions_started_at\";s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:7:\"integer\";s:12:\"transferable\";b:0;s:7:\"default\";i:0;}}s:11:\"definitions\";a:5:{s:10:\"db_classes\";a:1:{s:7:\"session\";s:66:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Session\\Handler\";}s:19:\"sessions_table_name\";s:8:\"sessions\";s:22:\"sessions_table_columns\";a:5:{s:10:\"session_id\";s:31:\"varchar(32) NOT NULL DEFAULT \'\'\";s:11:\"wp_username\";s:32:\"varchar(255) NOT NULL DEFAULT \'\'\";s:2:\"ip\";s:32:\"varchar(60) NOT NULL DEFAULT \'0\'\";s:7:\"browser\";s:31:\"varchar(32) NOT NULL DEFAULT \'\'\";s:17:\"last_activity_uri\";s:24:\"text NOT NULL DEFAULT \'\'\";}s:32:\"sessions_table_timestamp_columns\";a:4:{s:12:\"logged_in_at\";s:15:\"Session Started\";s:16:\"last_activity_at\";s:12:\"Last Seen At\";s:23:\"login_intent_expires_at\";s:18:\"2FA Window Expires\";s:11:\"secadmin_at\";s:28:\"Security Admin Authenticated\";}s:6:\"events\";a:2:{s:13:\"session_start\";a:1:{s:5:\"audit\";b:0;}s:17:\"session_terminate\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}}}s:10:\"meta_modts\";i:1611420210;}','yes'),(420389,'shield_mod_config_cb9d9aea63f985b43df6919c165acb26','a:8:{s:4:\"slug\";s:11:\"audit_trail\";s:10:\"properties\";a:14:{s:4:\"slug\";s:11:\"audit_trail\";s:4:\"name\";s:11:\"Audit Trail\";s:12:\"sidebar_name\";s:11:\"Audit Trail\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:11:\"audit_trail\";s:7:\"tagline\";s:50:\"Track All Site Activity: Who, What, When and Where\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:1;s:5:\"order\";i:110;}s:10:\"menu_items\";a:1:{i:0;a:3:{s:5:\"title\";s:11:\"Audit Trail\";s:4:\"slug\";s:14:\"audit-redirect\";s:8:\"callback\";s:0:\"\";}}s:16:\"custom_redirects\";a:1:{i:0;a:3:{s:15:\"source_mod_page\";s:14:\"audit-redirect\";s:15:\"target_mod_page\";s:8:\"insights\";s:10:\"query_args\";a:1:{s:4:\"inav\";s:5:\"audit\";}}}s:8:\"sections\";a:4:{i:0;a:5:{s:4:\"slug\";s:27:\"section_audit_trail_options\";s:7:\"primary\";b:1;s:5:\"title\";s:19:\"Audit Trail Options\";s:11:\"title_short\";s:7:\"Options\";s:7:\"summary\";a:2:{i:0;s:61:\"Purpose - Provides finer control over the audit trail itself.\";i:1;s:67:\"Recommendation - These settings are dependent on your requirements.\";}}i:1;a:5:{s:4:\"slug\";s:23:\"section_change_tracking\";s:6:\"hidden\";b:1;s:5:\"title\";s:15:\"Change Tracking\";s:11:\"title_short\";s:15:\"Change Tracking\";s:7:\"summary\";a:2:{i:0;s:49:\"Purpose - Track significant changes to your site.\";i:1;s:55:\"Recommendation - Keep this Reporting feature turned on.\";}}i:2;a:4:{s:4:\"slug\";s:41:\"section_enable_plugin_feature_audit_trail\";s:5:\"title\";s:26:\"Enable Module: Audit Trail\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:124:\"Purpose - The Audit Trail is designed so you can look back on events and analyse what happened and what may have gone wrong.\";i:1;s:56:\"Recommendation - Keep the Audit Trail feature turned on.\";}}i:3;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:7:{i:0;a:10:{s:3:\"key\";s:18:\"enable_audit_trail\";s:7:\"section\";s:41:\"section_enable_plugin_feature_audit_trail\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/5p\";s:9:\"link_blog\";s:19:\"https://shsec.io/a1\";s:4:\"name\";s:18:\"Enable Audit Trail\";s:7:\"summary\";s:42:\"Enable (or Disable) The Audit Trail module\";s:11:\"description\";s:70:\"Un-Checking this option will completely disable the Audit Trail module\";}i:1;a:10:{s:3:\"key\";s:22:\"audit_trail_auto_clean\";s:7:\"section\";s:27:\"section_audit_trail_options\";s:7:\"default\";i:14;s:3:\"min\";i:1;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/a2\";s:9:\"link_blog\";s:19:\"https://shsec.io/a1\";s:4:\"name\";s:10:\"Auto Clean\";s:7:\"summary\";s:26:\"Enable Audit Auto Cleaning\";s:11:\"description\";s:94:\"Events older than the number of days specified will be automatically cleaned from the database\";}i:2;a:11:{s:3:\"key\";s:23:\"audit_trail_max_entries\";s:7:\"section\";s:27:\"section_audit_trail_options\";s:7:\"premium\";b:1;s:7:\"default\";i:1000;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/hc\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Max Trail Length\";s:7:\"summary\";s:34:\"Maximum Audit Trail Length To Keep\";s:11:\"description\";s:73:\"Automatically remove any audit trail entries when this limit is exceeded.\";}i:3;a:10:{s:3:\"key\";s:22:\"enable_change_tracking\";s:7:\"section\";s:23:\"section_change_tracking\";s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:7:\"enabled\";s:4:\"text\";s:7:\"Enabled\";}i:2;a:2:{s:9:\"value_key\";s:18:\"enabled_with_email\";s:4:\"text\";s:26:\"Enabled With Email Reports\";}}s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Enable Change Tracking\";s:7:\"summary\";s:32:\"Track Major Changes To Your Site\";s:11:\"description\";s:85:\"Tracking major changes to your site will help you monitor and catch malicious damage.\";}i:4;a:10:{s:3:\"key\";s:21:\"ct_snapshots_per_week\";s:7:\"section\";s:23:\"section_change_tracking\";s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:7;s:3:\"min\";i:1;s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Snapshot Per Week\";s:7:\"summary\";s:36:\"Number Of Snapshots To Take Per Week\";s:11:\"description\";s:72:\"The number of snapshots to take per week. For daily snapshots, select 7.\";}i:5;a:10:{s:3:\"key\";s:16:\"ct_max_snapshots\";s:7:\"section\";s:23:\"section_change_tracking\";s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:28;s:3:\"min\";i:1;s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Snapshot Per Week\";s:7:\"summary\";s:36:\"Number Of Snapshots To Take Per Week\";s:11:\"description\";s:72:\"The number of snapshots to take per week. For daily snapshots, select 7.\";}i:6;a:5:{s:3:\"key\";s:19:\"ct_last_snapshot_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}}s:11:\"definitions\";a:8:{s:10:\"db_classes\";a:1:{s:5:\"audit\";s:69:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\AuditTrail\\Handler\";}s:28:\"audit_trail_free_max_entries\";i:100;s:22:\"audit_trail_table_name\";s:11:\"audit_trail\";s:25:\"audit_trail_table_columns\";a:10:{s:3:\"rid\";s:52:\"varchar(10) NOT NULL DEFAULT \'\' COMMENT \'Request ID\'\";s:2:\"ip\";s:59:\"varchar(40) NOT NULL DEFAULT 0 COMMENT \'Visitor IP Address\'\";s:11:\"wp_username\";s:51:\"varchar(255) NOT NULL DEFAULT \'-\' COMMENT \'WP User\'\";s:7:\"context\";s:59:\"varchar(32) NOT NULL DEFAULT \'none\' COMMENT \'Audit Context\'\";s:5:\"event\";s:66:\"varchar(50) NOT NULL DEFAULT \'none\' COMMENT \'Specific Audit Event\'\";s:8:\"category\";s:53:\"int(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Severity\'\";s:7:\"message\";s:38:\"text COMMENT \'Audit Event Description\'\";s:4:\"meta\";s:31:\"text COMMENT \'Audit Event Data\'\";s:9:\"immutable\";s:63:\"tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'May Be Deleted\'\";s:5:\"count\";s:62:\"SMALLINT(5) UNSIGNED NOT NULL DEFAULT 1 COMMENT \'Repeat Count\'\";}s:34:\"audittrail_table_timestamp_columns\";a:1:{s:10:\"updated_at\";s:7:\"Updated\";}s:25:\"table_name_changetracking\";s:14:\"changetracking\";s:28:\"table_columns_changetracking\";a:5:{i:0;s:2:\"id\";i:1;s:4:\"data\";i:2;s:4:\"meta\";i:3;s:10:\"created_at\";i:4;s:10:\"deleted_at\";}s:6:\"events\";a:22:{s:16:\"plugin_activated\";a:2:{s:7:\"context\";s:7:\"plugins\";s:14:\"audit_multiple\";b:1;}s:18:\"plugin_deactivated\";a:2:{s:7:\"context\";s:7:\"plugins\";s:14:\"audit_multiple\";b:1;}s:18:\"plugin_file_edited\";a:1:{s:7:\"context\";s:7:\"plugins\";}s:15:\"plugin_upgraded\";a:1:{s:7:\"context\";s:7:\"plugins\";}s:15:\"theme_activated\";a:1:{s:7:\"context\";s:6:\"themes\";}s:17:\"theme_file_edited\";a:1:{s:7:\"context\";s:6:\"themes\";}s:14:\"theme_upgraded\";a:1:{s:7:\"context\";s:6:\"themes\";}s:12:\"core_updated\";a:1:{s:7:\"context\";s:9:\"wordpress\";}s:20:\"permalinks_structure\";a:1:{s:7:\"context\";s:9:\"wordpress\";}s:12:\"post_deleted\";a:2:{s:7:\"context\";s:5:\"posts\";s:14:\"audit_multiple\";b:1;}s:12:\"post_trashed\";a:2:{s:7:\"context\";s:5:\"posts\";s:14:\"audit_multiple\";b:1;}s:14:\"post_recovered\";a:2:{s:7:\"context\";s:5:\"posts\";s:14:\"audit_multiple\";b:1;}s:12:\"post_updated\";a:2:{s:7:\"context\";s:5:\"posts\";s:14:\"audit_multiple\";b:1;}s:14:\"post_published\";a:2:{s:7:\"context\";s:5:\"posts\";s:14:\"audit_multiple\";b:1;}s:16:\"post_unpublished\";a:2:{s:7:\"context\";s:5:\"posts\";s:14:\"audit_multiple\";b:1;}s:10:\"user_login\";a:1:{s:7:\"context\";s:5:\"users\";}s:14:\"user_login_app\";a:1:{s:7:\"context\";s:5:\"users\";}s:15:\"user_registered\";a:1:{s:7:\"context\";s:5:\"users\";}s:12:\"user_deleted\";a:2:{s:7:\"context\";s:5:\"users\";s:14:\"audit_multiple\";b:1;}s:23:\"user_deleted_reassigned\";a:1:{s:7:\"context\";s:5:\"users\";}s:18:\"email_attempt_send\";a:2:{s:7:\"context\";s:6:\"emails\";s:14:\"audit_multiple\";b:1;}s:18:\"email_send_invalid\";a:2:{s:7:\"context\";s:6:\"emails\";s:14:\"audit_multiple\";b:1;}}}s:10:\"meta_modts\";i:1611420210;}','yes'),(450858,'shield_mod_config_bab7bd198f063e113dcaca381562402b','a:7:{s:4:\"slug\";s:12:\"integrations\";s:10:\"properties\";a:15:{s:4:\"slug\";s:12:\"integrations\";s:11:\"storage_key\";s:12:\"integrations\";s:4:\"name\";s:12:\"Integrations\";s:10:\"menu_title\";s:12:\"Integrations\";s:19:\"show_module_options\";b:1;s:21:\"show_module_menu_item\";b:0;s:12:\"auto_enabled\";b:1;s:12:\"show_central\";b:1;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:12:\"run_if_wpcli\";b:1;s:19:\"run_if_verified_bot\";b:1;s:14:\"skip_processor\";b:0;s:16:\"tracking_exclude\";b:0;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:1;}s:8:\"sections\";a:2:{i:0;a:4:{s:4:\"slug\";s:20:\"section_integrations\";s:7:\"primary\";b:1;s:5:\"title\";s:12:\"Integrations\";s:11:\"title_short\";s:12:\"Integrations\";}i:1;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:1:{i:0;a:9:{s:3:\"key\";s:13:\"enable_mainwp\";s:7:\"section\";s:20:\"section_integrations\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/ir\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:13:\"Enable MainWP\";s:7:\"summary\";s:36:\"Enable The Built-In MainWP Extension\";s:11:\"description\";s:86:\"This option will enable Shield\'s built-in MainWP extension for both server and client.\";}}s:11:\"definitions\";a:1:{s:6:\"events\";a:0:{}}s:10:\"meta_modts\";i:1611420210;}','yes'),(420390,'shield_mod_config_c384b199040d4b4be2e980776698e0fd','a:8:{s:4:\"slug\";s:7:\"traffic\";s:10:\"properties\";a:14:{s:4:\"slug\";s:7:\"traffic\";s:4:\"name\";s:13:\"Traffic Watch\";s:12:\"sidebar_name\";s:7:\"Traffic\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:7:\"traffic\";s:7:\"tagline\";s:31:\"Watch All Requests To Your Site\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:110;}s:10:\"menu_items\";a:1:{i:0;a:3:{s:5:\"title\";s:11:\"Traffic Log\";s:4:\"slug\";s:16:\"traffic-redirect\";s:8:\"callback\";s:0:\"\";}}s:16:\"custom_redirects\";a:1:{i:0;a:3:{s:15:\"source_mod_page\";s:16:\"traffic-redirect\";s:15:\"target_mod_page\";s:8:\"insights\";s:10:\"query_args\";a:1:{s:4:\"inav\";s:7:\"traffic\";}}}s:8:\"sections\";a:4:{i:0;a:5:{s:4:\"slug\";s:23:\"section_traffic_options\";s:7:\"primary\";b:1;s:5:\"title\";s:21:\"Traffic Watch Options\";s:11:\"title_short\";s:7:\"Options\";s:7:\"summary\";a:2:{i:0;s:62:\"Purpose - Provides finer control over the live traffic system.\";i:1;s:67:\"Recommendation - These settings are dependent on your requirements.\";}}i:1;a:4:{s:4:\"slug\";s:23:\"section_traffic_limiter\";s:5:\"title\";s:21:\"Traffic Rate Limiting\";s:11:\"title_short\";s:13:\"Rate Limiting\";s:7:\"summary\";a:2:{i:0;s:80:\"Purpose - Provides ability to restrict excessive requests from a single visitor.\";i:1;s:67:\"Recommendation - These settings are dependent on your requirements.\";}}i:2;a:4:{s:4:\"slug\";s:37:\"section_enable_plugin_feature_traffic\";s:5:\"title\";s:28:\"Enable Module: Traffic Watch\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:89:\"Purpose - The Traffic Watch module lets you monitor and review all requests to your site.\";i:1;s:103:\"Recommendation - Required only if you need to review and investigate and monitor requests to your site.\";}}i:3;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:9:{i:0;a:10:{s:3:\"key\";s:14:\"enable_traffic\";s:7:\"section\";s:37:\"section_enable_plugin_feature_traffic\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/ed\";s:9:\"link_blog\";s:19:\"https://shsec.io/ee\";s:4:\"name\";s:20:\"Enable Traffic Watch\";s:7:\"summary\";s:44:\"Enable (or Disable) The Traffic Watch Module\";s:11:\"description\";s:73:\"Un-Checking this option will completely disable the Traffic Watch module.\";}i:1;a:9:{s:3:\"key\";s:13:\"enable_logger\";s:7:\"section\";s:23:\"section_traffic_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/hf\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:21:\"Enable Traffic Logger\";s:7:\"summary\";s:35:\"Turn On The Traffic Logging Feature\";s:11:\"description\";s:71:\"Enable or disable the ability to log and monitor requests to your site.\";}i:2;a:11:{s:3:\"key\";s:15:\"type_exclusions\";s:7:\"section\";s:23:\"section_traffic_options\";s:4:\"type\";s:15:\"multiple_select\";s:8:\"advanced\";b:1;s:7:\"default\";a:4:{i:0;s:9:\"logged_in\";i:1;s:4:\"cron\";i:2;s:6:\"search\";i:3;s:6:\"uptime\";}s:13:\"value_options\";a:7:{i:0;a:2:{s:9:\"value_key\";s:6:\"simple\";s:4:\"text\";s:15:\"Simple Requests\";}i:1;a:2:{s:9:\"value_key\";s:3:\"api\";s:4:\"text\";s:8:\"REST API\";}i:2;a:2:{s:9:\"value_key\";s:4:\"ajax\";s:4:\"text\";s:4:\"AJAX\";}i:3;a:2:{s:9:\"value_key\";s:9:\"logged_in\";s:4:\"text\";s:15:\"Logged-In Users\";}i:4;a:2:{s:9:\"value_key\";s:4:\"cron\";s:4:\"text\";s:7:\"WP CRON\";}i:5;a:2:{s:9:\"value_key\";s:6:\"search\";s:4:\"text\";s:14:\"Search Engines\";}i:6;a:2:{s:9:\"value_key\";s:6:\"uptime\";s:4:\"text\";s:26:\"Uptime Monitoring Services\";}}s:9:\"link_info\";s:19:\"https://shsec.io/eb\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Traffic Log Exclusions\";s:7:\"summary\";s:41:\"Select Which Types Of Requests To Exclude\";s:11:\"description\";s:74:\"Deselect any requests that you don\'t want to appear in the traffic viewer.\";}i:3;a:11:{s:3:\"key\";s:17:\"custom_exclusions\";s:7:\"section\";s:23:\"section_traffic_options\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/ec\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Custom Exclusions\";s:7:\"summary\";s:33:\"Provide Custom Traffic Exclusions\";s:11:\"description\";s:98:\"For each entry, if the text is present in either the User Agent or Page/Path, it will be excluded.\";}i:4;a:11:{s:3:\"key\";s:10:\"auto_clean\";s:7:\"section\";s:23:\"section_traffic_options\";s:8:\"advanced\";b:1;s:7:\"default\";i:3;s:3:\"min\";i:1;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Auto Expiry Cleaning\";s:7:\"summary\";s:30:\"Enable Traffic Log Auto Expiry\";s:11:\"description\";s:78:\"Automated DB cleanup will delete logs older than this maximum value (in days).\";}i:5;a:12:{s:3:\"key\";s:11:\"max_entries\";s:7:\"section\";s:23:\"section_traffic_options\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";i:1000;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Max Log Length\";s:7:\"summary\";s:34:\"Maximum Traffic Log Length To Keep\";s:11:\"description\";s:81:\"Automated DB cleanup will delete logs to maintain this maximum number of records.\";}i:6;a:10:{s:3:\"key\";s:14:\"enable_limiter\";s:7:\"section\";s:23:\"section_traffic_limiter\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/gw\";s:9:\"link_blog\";s:19:\"https://shsec.io/gx\";s:4:\"name\";s:20:\"Enable Rate Limiting\";s:7:\"summary\";s:33:\"Turn On The Rate Limiting Feature\";s:11:\"description\";s:87:\"Enable or disable the rate limiting feature according to your rate limiting parameters.\";}i:7;a:10:{s:3:\"key\";s:14:\"limit_requests\";s:7:\"section\";s:23:\"section_traffic_limiter\";s:7:\"default\";s:2:\"60\";s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Max Request Limit\";s:7:\"summary\";s:48:\"Maximum Number Of Requests Allowed In Time Limit\";s:11:\"description\";s:72:\"The maximum number of requests that are allowed in the given time limit.\";}i:8;a:10:{s:3:\"key\";s:15:\"limit_time_span\";s:7:\"section\";s:23:\"section_traffic_limiter\";s:7:\"default\";s:2:\"60\";s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:27:\"Request Limit Time Interval\";s:7:\"summary\";s:48:\"The Time Interval To Test For Excessive Requests\";s:11:\"description\";s:84:\"The time limit within which to monitor for excessive requests that exceed the limit.\";}}s:11:\"definitions\";a:4:{s:10:\"db_classes\";a:1:{s:7:\"traffic\";s:66:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Traffic\\Handler\";}s:18:\"traffic_table_name\";s:7:\"traffic\";s:21:\"traffic_table_columns\";a:8:{s:3:\"rid\";s:52:\"varchar(10) NOT NULL DEFAULT \'\' COMMENT \'Request ID\'\";s:3:\"uid\";s:53:\"int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'User ID\'\";s:2:\"ip\";s:55:\"varbinary(16) DEFAULT NULL COMMENT \'Visitor IP Address\'\";s:4:\"path\";s:54:\"text NOT NULL DEFAULT \'\' COMMENT \'Request Path or URI\'\";s:4:\"code\";s:58:\"int(5) NOT NULL DEFAULT \'200\' COMMENT \'HTTP Response Code\'\";s:4:\"verb\";s:56:\"varchar(10) NOT NULL DEFAULT \'get\' COMMENT \'HTTP Method\'\";s:2:\"ua\";s:40:\"text COMMENT \'Browser User Agent String\'\";s:5:\"trans\";s:61:\"tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Trangression\'\";}s:6:\"events\";a:1:{s:22:\"request_limit_exceeded\";a:2:{s:3:\"cat\";i:3;s:7:\"offense\";b:1;}}}s:10:\"meta_modts\";i:1611420210;}','yes'),(420391,'shield_mod_config_e76004361d96930adefd86d99ce6c323','a:7:{s:4:\"slug\";s:7:\"license\";s:10:\"properties\";a:14:{s:4:\"slug\";s:7:\"license\";s:4:\"name\";s:12:\"Pro Security\";s:10:\"menu_title\";s:7:\"Go Pro!\";s:21:\"show_module_menu_item\";b:1;s:19:\"highlight_menu_item\";b:1;s:7:\"tagline\";s:44:\"The Best In WordPress Security, Only Better.\";s:12:\"auto_enabled\";b:1;s:11:\"storage_key\";s:7:\"license\";s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:1;}s:13:\"admin_notices\";a:1:{s:19:\"wphashes-token-fail\";a:6:{s:2:\"id\";s:19:\"wphashes-token-fail\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:1;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:5:\"error\";}}s:8:\"sections\";a:1:{i:0;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:12:{i:0;a:6:{s:3:\"key\";s:11:\"license_key\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}i:1;a:5:{s:3:\"key\";s:20:\"license_activated_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:2;a:5:{s:3:\"key\";s:22:\"license_deactivated_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:3;a:5:{s:3:\"key\";s:23:\"license_last_checked_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:4;a:5:{s:3:\"key\";s:26:\"last_warning_email_sent_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:5;a:5:{s:3:\"key\";s:30:\"last_deactivated_email_sent_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:6;a:5:{s:3:\"key\";s:11:\"last_errors\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";s:0:\"\";}i:7;a:6:{s:3:\"key\";s:13:\"last_error_at\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:8;a:6:{s:3:\"key\";s:22:\"keyless_handshake_hash\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}i:9;a:6:{s:3:\"key\";s:23:\"keyless_handshake_until\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:10;a:6:{s:3:\"key\";s:12:\"license_data\";s:7:\"section\";s:14:\"section_non_ui\";s:9:\"sensitive\";b:1;s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}i:11;a:5:{s:3:\"key\";s:18:\"wphashes_api_token\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:10:{s:21:\"license_store_url_api\";s:59:\"https://api.getshieldsecurity.com/wp-json/odp-eddkeyless/v1\";s:10:\"keyless_cp\";s:19:\"https://shsec.io/c5\";s:17:\"license_item_name\";s:19:\"Shield Security Pro\";s:15:\"license_item_id\";s:4:\"6047\";s:20:\"license_item_name_sc\";s:40:\"Shield Security Pro (via Shield Central)\";s:22:\"lic_verify_expire_days\";i:7;s:28:\"lic_verify_expire_grace_days\";i:3;s:7:\"keyless\";b:1;s:24:\"keyless_handshake_expire\";i:90;s:6:\"events\";a:3:{s:17:\"lic_check_success\";a:1:{s:4:\"stat\";b:0;}s:14:\"lic_fail_email\";a:1:{s:4:\"stat\";b:0;}s:19:\"lic_fail_deactivate\";a:2:{s:3:\"cat\";i:2;s:4:\"stat\";b:0;}}}s:10:\"meta_modts\";i:1611420210;}','yes'),(420392,'shield_mod_config_c375e78b36bce01d6675f81b6f4dd0b1','a:6:{s:4:\"slug\";s:5:\"email\";s:10:\"properties\";a:12:{s:4:\"slug\";s:5:\"email\";s:4:\"name\";s:5:\"Email\";s:21:\"show_module_menu_item\";b:0;s:12:\"auto_enabled\";b:1;s:11:\"storage_key\";s:5:\"email\";s:12:\"show_central\";b:0;s:7:\"premium\";b:0;s:17:\"access_restricted\";b:1;s:18:\"run_if_whitelisted\";b:1;s:12:\"run_if_wpcli\";b:1;s:14:\"skip_processor\";b:1;s:16:\"tracking_exclude\";b:1;}s:5:\"wpcli\";a:1:{s:7:\"enabled\";b:0;}s:8:\"sections\";a:0:{}s:7:\"options\";a:0:{}s:10:\"meta_modts\";i:1611420210;}','yes'),(420382,'shield_mod_config_e98d7077bafda99d19fce306d6112e8e','a:6:{s:4:\"slug\";s:15:\"user_management\";s:10:\"properties\";a:14:{s:4:\"slug\";s:15:\"user_management\";s:4:\"name\";s:15:\"User Management\";s:12:\"sidebar_name\";s:5:\"Users\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:15:\"user_management\";s:7:\"tagline\";s:61:\"Control user sessions, duration, timeouts and account sharing\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:40;}s:8:\"sections\";a:7:{i:0;a:5:{s:4:\"slug\";s:31:\"section_user_session_management\";s:7:\"primary\";b:1;s:5:\"title\";s:23:\"User Session Management\";s:11:\"title_short\";s:15:\"Session Options\";s:7:\"summary\";a:2:{i:0;s:119:\"Purpose - Allows you to better control user sessions on your site and expire idle sessions and prevent account sharing.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:1;a:4:{s:4:\"slug\";s:16:\"section_user_reg\";s:5:\"title\";s:17:\"User Registration\";s:11:\"title_short\";s:17:\"User Registration\";s:7:\"summary\";a:2:{i:0;s:53:\"Purpose - Control user registration and prevent SPAM.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:2;a:5:{s:4:\"slug\";s:17:\"section_passwords\";s:4:\"reqs\";a:1:{s:6:\"wp_min\";s:3:\"4.4\";}s:5:\"title\";s:17:\"Password Policies\";s:11:\"title_short\";s:17:\"Password Policies\";s:7:\"summary\";a:2:{i:0;s:69:\"Purpose - Have full control over passwords used by users on the site.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:3;a:4:{s:4:\"slug\";s:15:\"section_suspend\";s:5:\"title\";s:36:\"Automatic And Manual User Suspension\";s:11:\"title_short\";s:15:\"User Suspension\";s:7:\"summary\";a:2:{i:0;s:75:\"Purpose - Automatically suspend accounts to prevent login by certain users.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:4;a:4:{s:4:\"slug\";s:32:\"section_admin_login_notification\";s:5:\"title\";s:24:\"Admin Login Notification\";s:11:\"title_short\";s:13:\"Notifications\";s:7:\"summary\";a:2:{i:0;s:125:\"Purpose - So you can be made aware of when a WordPress administrator has logged into your site when you are not expecting it.\";i:1;s:57:\"Recommendation - Use of this feature is highly recommend.\";}}i:5;a:4:{s:4:\"slug\";s:54:\"section_enable_plugin_feature_user_accounts_management\";s:5:\"title\";s:30:\"Enable Module: User Management\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:148:\"Purpose - User Management offers real user sessions, finer control over user session time-out, and ensures users have logged-in in a correct manner.\";i:1;s:60:\"Recommendation - Keep the User Management feature turned on.\";}}i:6;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:21:{i:0;a:10:{s:3:\"key\";s:22:\"enable_user_management\";s:7:\"section\";s:54:\"section_enable_plugin_feature_user_accounts_management\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/e3\";s:9:\"link_blog\";s:19:\"https://shsec.io/hi\";s:4:\"name\";s:22:\"Enable User Management\";s:7:\"summary\";s:46:\"Enable (or Disable) The User Management module\";s:11:\"description\";s:74:\"Un-Checking this option will completely disable the User Management module\";}i:1;a:11:{s:3:\"key\";s:36:\"enable_user_login_email_notification\";s:7:\"section\";s:32:\"section_admin_login_notification\";s:7:\"premium\";b:1;s:9:\"sensitive\";b:0;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/e2\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:29:\"User Login Notification Email\";s:7:\"summary\";s:58:\"Send Email Notification To Each User Upon Successful Login\";s:11:\"description\";s:85:\"A notification is sent to each user when a successful login occurs for their account.\";}i:2;a:10:{s:3:\"key\";s:37:\"enable_admin_login_email_notification\";s:7:\"section\";s:32:\"section_admin_login_notification\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:30:\"Admin Login Notification Email\";s:7:\"summary\";s:53:\"Send An Notification Email When Administrator Logs In\";s:11:\"description\";s:168:\"If you would like to be notified every time an administrator user logs into this WordPress site, enter a notification email address. No email address - No Notification.\";}i:3;a:10:{s:3:\"key\";s:24:\"session_timeout_interval\";s:7:\"section\";s:31:\"section_user_session_management\";s:7:\"default\";i:2;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Session Timeout\";s:7:\"summary\";s:65:\"Specify How Many Days After Login To Automatically Force Re-Login\";s:11:\"description\";s:75:\"WordPress default is 2 days, or 14 days if you check the \'Remember Me\' box.\";}i:4;a:10:{s:3:\"key\";s:29:\"session_idle_timeout_interval\";s:7:\"section\";s:31:\"section_user_session_management\";s:7:\"default\";i:48;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:70:\"https://icontrolwp.freshdesk.com/support/solutions/articles/3000070590\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Idle Timeout\";s:7:\"summary\";s:68:\"Specify How Many Hours After Inactivity To Automatically Logout User\";s:11:\"description\";s:157:\"If the user is inactive for the number of hours specified, they will be forcefully logged out next time they return. Set this to \'0\' to turn off this option.\";}i:5;a:10:{s:3:\"key\";s:21:\"session_lock_location\";s:7:\"section\";s:31:\"section_user_session_management\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Lock To Location\";s:7:\"summary\";s:34:\"Locks A User Session To IP address\";s:11:\"description\";s:211:\"When selected, a session is restricted to the same IP address as when the user logged in. If a logged-in user\'s IP address changes, the session will be invalidated and they\'ll be forced to re-login to WordPress.\";}i:6;a:10:{s:3:\"key\";s:33:\"session_username_concurrent_limit\";s:7:\"section\";s:31:\"section_user_session_management\";s:7:\"default\";i:0;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:25:\"Max Simultaneous Sessions\";s:7:\"summary\";s:49:\"Limit Simultaneous Sessions For The Same Username\";s:11:\"description\";s:137:\"The number provided here is the maximum number of simultaneous, distinct, sessions allowed for any given username. Use \'0\' for no limits.\";}i:7;a:11:{s:3:\"key\";s:18:\"reg_email_validate\";s:7:\"section\";s:16:\"section_user_reg\";s:7:\"premium\";b:1;s:4:\"type\";s:6:\"select\";s:7:\"default\";s:3:\"log\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:3:\"log\";s:4:\"text\";s:8:\"Log Only\";}i:2;a:2:{s:9:\"value_key\";s:7:\"offense\";s:4:\"text\";s:25:\"Increment Offense Counter\";}i:3;a:2:{s:9:\"value_key\";s:5:\"block\";s:4:\"text\";s:24:\"Immediate Block and Kill\";}}s:9:\"link_info\";s:19:\"https://shsec.io/gk\";s:9:\"link_blog\";s:19:\"https://shsec.io/hh\";s:4:\"name\";s:24:\"Validate Email Addresses\";s:7:\"summary\";s:55:\"Validate Email Addresses When User Attempts To Register\";s:11:\"description\";s:56:\"Validate Email Addresses When User Attempts To Register.\";}i:8;a:10:{s:3:\"key\";s:12:\"email_checks\";s:7:\"section\";s:16:\"section_user_reg\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:2:{i:0;s:6:\"syntax\";i:1;s:6:\"domain\";}s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:6:\"syntax\";s:4:\"text\";s:20:\"Email Address Syntax\";}i:1;a:2:{s:9:\"value_key\";s:17:\"domain_registered\";s:4:\"text\";s:20:\"Domain Is Registered\";}i:2;a:2:{s:9:\"value_key\";s:15:\"domain_resolves\";s:4:\"text\";s:20:\"Domain Resolve To IP\";}i:3;a:2:{s:9:\"value_key\";s:2:\"mx\";s:4:\"text\";s:9:\"Domain MX\";}i:4;a:2:{s:9:\"value_key\";s:13:\"nondisposable\";s:4:\"text\";s:24:\"Disposable Email Service\";}}s:9:\"link_info\";s:19:\"https://shsec.io/gk\";s:9:\"link_blog\";s:19:\"https://shsec.io/hh\";s:4:\"name\";s:12:\"Email Checks\";s:7:\"summary\";s:48:\"The Email Address Properties That Will Be Tested\";s:11:\"description\";s:14:\"Select which .\";}i:9;a:9:{s:3:\"key\";s:24:\"enable_password_policies\";s:7:\"section\";s:17:\"section_passwords\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"N\";s:9:\"link_info\";s:19:\"https://shsec.io/e1\";s:9:\"link_blog\";s:19:\"https://shsec.io/c4\";s:4:\"name\";s:24:\"Enable Password Policies\";s:7:\"summary\";s:34:\"Enable The Password Policies Below\";s:11:\"description\";s:34:\"Turn on/off all password policies.\";}i:10;a:9:{s:3:\"key\";s:18:\"pass_prevent_pwned\";s:7:\"section\";s:17:\"section_passwords\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:19:\"https://shsec.io/by\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:23:\"Prevent Pwned Passwords\";s:7:\"summary\";s:30:\"Prevent Use Of Pwned Passwords\";s:11:\"description\";s:94:\"Prevents users from using any passwords found on the public available list of pwned passwords.\";}i:11;a:10:{s:3:\"key\";s:15:\"pass_min_length\";s:7:\"section\";s:17:\"section_passwords\";s:7:\"premium\";b:1;s:4:\"type\";s:7:\"integer\";s:7:\"default\";s:2:\"12\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Minimum Length\";s:7:\"summary\";s:23:\"Minimum Password Length\";s:11:\"description\";s:79:\"All passwords that a user sets must be at least this many characters in length.\";}i:12;a:11:{s:3:\"key\";s:17:\"pass_min_strength\";s:7:\"section\";s:17:\"section_passwords\";s:7:\"premium\";b:1;s:4:\"type\";s:6:\"select\";s:7:\"default\";s:1:\"4\";s:13:\"value_options\";a:5:{i:0;a:2:{s:9:\"value_key\";s:1:\"0\";s:4:\"text\";s:9:\"Very Weak\";}i:1;a:2:{s:9:\"value_key\";s:1:\"1\";s:4:\"text\";s:4:\"Weak\";}i:2;a:2:{s:9:\"value_key\";s:1:\"2\";s:4:\"text\";s:6:\"Medium\";}i:3;a:2:{s:9:\"value_key\";s:1:\"3\";s:4:\"text\";s:6:\"Strong\";}i:4;a:2:{s:9:\"value_key\";s:1:\"4\";s:4:\"text\";s:11:\"Very Strong\";}}s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Minimum Strength\";s:7:\"summary\";s:25:\"Minimum Password Strength\";s:11:\"description\";s:63:\"All passwords that a user sets must meet this minimum strength.\";}i:13;a:10:{s:3:\"key\";s:19:\"pass_force_existing\";s:7:\"section\";s:17:\"section_passwords\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"N\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:23:\"Apply To Existing Users\";s:7:\"summary\";s:61:\"Apply Password Policies To Existing Users and Their Passwords\";s:11:\"description\";s:104:\"Forces existing users to update their passwords if they don\'t meet requirements, after they next login .\";}i:14;a:11:{s:3:\"key\";s:11:\"pass_expire\";s:7:\"section\";s:17:\"section_passwords\";s:7:\"premium\";b:1;s:4:\"type\";s:7:\"integer\";s:7:\"default\";s:2:\"60\";s:3:\"min\";i:0;s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:19:\"Password Expiration\";s:7:\"summary\";s:37:\"Passwords Expire After This Many Days\";s:11:\"description\";s:81:\"Users will be forced to reset their passwords after the number of days specified.\";}i:15;a:10:{s:3:\"key\";s:14:\"manual_suspend\";s:7:\"section\";s:15:\"section_suspend\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"N\";s:9:\"link_info\";s:19:\"https://shsec.io/fq\";s:9:\"link_blog\";s:19:\"https://shsec.io/fr\";s:4:\"name\";s:28:\"Allow Manual User Suspension\";s:7:\"summary\";s:47:\"Manually Suspend User Accounts To Prevent Login\";s:11:\"description\";s:58:\"Users may be suspended by administrators to prevent login.\";}i:16;a:10:{s:3:\"key\";s:13:\"auto_password\";s:7:\"section\";s:15:\"section_suspend\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:19:\"https://shsec.io/fs\";s:9:\"link_blog\";s:19:\"https://shsec.io/fr\";s:4:\"name\";s:30:\"Auto-Suspend Expired Passwords\";s:7:\"summary\";s:50:\"Automatically Suspend Users With Expired Passwords\";s:11:\"description\";s:63:\"Suspend login by users and require password reset to unsuspend.\";}i:17;a:11:{s:3:\"key\";s:14:\"auto_idle_days\";s:7:\"section\";s:15:\"section_suspend\";s:7:\"premium\";b:1;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;s:3:\"min\";i:0;s:9:\"link_info\";s:19:\"https://shsec.io/ft\";s:9:\"link_blog\";s:19:\"https://shsec.io/fr\";s:4:\"name\";s:23:\"Auto-Suspend Idle Users\";s:7:\"summary\";s:40:\"Automatically Suspend Idle User Accounts\";s:11:\"description\";s:68:\"Prevent login by idle users and require password reset to unsuspend.\";}i:18;a:10:{s:3:\"key\";s:15:\"auto_idle_roles\";s:7:\"section\";s:15:\"section_suspend\";s:7:\"premium\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:3:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";}s:9:\"link_info\";s:19:\"https://shsec.io/ft\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:23:\"Auto-Suspend Idle Users\";s:7:\"summary\";s:40:\"Automatically Suspend Idle User Accounts\";s:11:\"description\";s:68:\"Prevent login by idle users and require password reset to unsuspend.\";}i:19;a:5:{s:3:\"key\";s:27:\"autoadd_sessions_started_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:20;a:5:{s:3:\"key\";s:22:\"hard_suspended_userids\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:3:{s:29:\"pwned_api_url_password_single\";s:45:\"https://api.pwnedpasswords.com/pwnedpassword/\";s:28:\"pwned_api_url_password_range\";s:37:\"https://api.pwnedpasswords.com/range/\";s:6:\"events\";a:12:{s:16:\"session_notfound\";a:0:{}s:15:\"session_expired\";a:0:{}s:12:\"session_idle\";a:0:{}s:14:\"session_iplock\";a:0:{}s:19:\"session_browserlock\";a:0:{}s:18:\"session_unverified\";a:0:{}s:16:\"password_expired\";a:0:{}s:28:\"password_policy_force_change\";a:1:{s:6:\"recent\";b:1;}s:21:\"password_policy_block\";a:1:{s:6:\"recent\";b:1;}s:19:\"user_hard_suspended\";a:1:{s:6:\"recent\";b:1;}s:21:\"user_hard_unsuspended\";a:0:{}s:17:\"reg_email_invalid\";a:1:{s:7:\"offense\";b:1;}}}s:10:\"meta_modts\";i:1611420210;}','yes'),(420381,'shield_mod_config_e0ce0f03379bf671b03928a2cd660f1a','a:6:{s:4:\"slug\";s:8:\"firewall\";s:10:\"properties\";a:14:{s:4:\"slug\";s:8:\"firewall\";s:4:\"name\";s:8:\"Firewall\";s:12:\"sidebar_name\";s:8:\"Firewall\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:8:\"firewall\";s:7:\"tagline\";s:61:\"Automatically block malicious URLs and data sent to your site\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:30;}s:8:\"sections\";a:6:{i:0;a:5:{s:4:\"slug\";s:33:\"section_firewall_blocking_options\";s:7:\"primary\";b:1;s:5:\"title\";s:25:\"Firewall Blocking Options\";s:11:\"title_short\";s:17:\"Firewall Blocking\";s:7:\"summary\";a:2:{i:0;s:56:\"Here you choose what kind of malicious data to scan for.\";i:1;s:198:\"Recommendation - Turn on as many options here as you can. If you find an incompatibility or something stops working, un-check 1 option at a time until you find the problem or review the Audit Trail.\";}}i:1;a:4:{s:4:\"slug\";s:38:\"section_choose_firewall_block_response\";s:5:\"title\";s:30:\"Choose Firewall Block Response\";s:11:\"title_short\";s:17:\"Firewall Response\";s:7:\"summary\";a:2:{i:0;s:75:\"Here you choose how the plugin will respond when it detects malicious data.\";i:1;s:54:\"Recommendation - Choose the option \'Die With Message\'.\";}}i:2;a:4:{s:4:\"slug\";s:17:\"section_whitelist\";s:5:\"title\";s:71:\"Whitelists - IPs, Pages, Parameters, and Users that bypass the Firewall\";s:11:\"title_short\";s:9:\"Whitelist\";s:7:\"summary\";a:2:{i:0;s:124:\"In principle you should not need to whitelist anything or anyone unless you have discovered a collision with another plugin.\";i:1;s:90:\"Recommendation - Do not whitelist anything unless you are confident in what you are doing.\";}}i:3;a:4:{s:4:\"slug\";s:21:\"section_user_messages\";s:5:\"title\";s:32:\"Customize Messages Shown To User\";s:11:\"title_short\";s:16:\"Visitor Messages\";s:7:\"summary\";a:3:{i:0;s:51:\"Purpose - Customize the messages shown to visitors.\";i:1;s:70:\"Recommendation - Be sure to change the messages to suit your audience.\";i:2;s:75:\"Hint - To reset any message to its default, enter the text exactly: default\";}}i:4;a:4:{s:4:\"slug\";s:48:\"section_enable_plugin_feature_wordpress_firewall\";s:5:\"title\";s:23:\"Enable Module: Firewall\";s:11:\"title_short\";s:14:\"Disable Module\";s:7:\"summary\";a:2:{i:0;s:123:\"Purpose - The Firewall is designed to analyse data sent to your website and block any requests that appear to be malicious.\";i:1;s:53:\"Recommendation - Keep the Firewall feature turned on.\";}}i:5;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:15:{i:0;a:10:{s:3:\"key\";s:15:\"enable_firewall\";s:7:\"section\";s:48:\"section_enable_plugin_feature_wordpress_firewall\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/43\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf01\";s:4:\"name\";s:15:\"Enable Firewall\";s:7:\"summary\";s:39:\"Enable (or Disable) The Firewall module\";s:11:\"description\";s:67:\"Un-Checking this option will completely disable the Firewall module\";}i:1;a:10:{s:3:\"key\";s:21:\"include_cookie_checks\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Include Cookies\";s:7:\"summary\";s:41:\"Also Test Cookie Values In Firewall Tests\";s:11:\"description\";s:95:\"The firewall tests GET and POST, but with this option checked it will also check COOKIE values.\";}i:2;a:9:{s:3:\"key\";s:19:\"block_dir_traversal\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Directory Traversals\";s:7:\"summary\";s:26:\"Block Directory Traversals\";s:11:\"description\";s:71:\"This will block directory traversal paths in in application parameters.\";}i:3;a:9:{s:3:\"key\";s:17:\"block_sql_queries\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:11:\"SQL Queries\";s:7:\"summary\";s:17:\"Block SQL Queries\";s:11:\"description\";s:46:\"This will block SQL in application parameters.\";}i:4;a:9:{s:3:\"key\";s:21:\"block_wordpress_terms\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"WordPress Terms\";s:7:\"summary\";s:30:\"Block WordPress Specific Terms\";s:11:\"description\";s:91:\"This will block WordPress specific terms in application parameters (wp_, user_login, etc.).\";}i:5;a:9:{s:3:\"key\";s:22:\"block_field_truncation\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Field Truncation\";s:7:\"summary\";s:30:\"Block Field Truncation Attacks\";s:11:\"description\";s:66:\"This will block field truncation attacks in application parameters\";}i:6;a:9:{s:3:\"key\";s:14:\"block_php_code\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:8:\"PHP Code\";s:7:\"summary\";s:23:\"Block PHP Code Includes\";s:11:\"description\";s:132:\"This will block any data that appears to try and include PHP files. Will probably block saving within the Plugin/Theme file editors.\";}i:7;a:9:{s:3:\"key\";s:22:\"block_exe_file_uploads\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Exe File Uploads\";s:7:\"summary\";s:29:\"Block Executable File Uploads\";s:11:\"description\";s:59:\"This will block executable file uploads (.php, .exe, etc.).\";}i:8;a:10:{s:3:\"key\";s:20:\"block_leading_schema\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Leading Schemas\";s:7:\"summary\";s:36:\"Block Leading Schemas (HTTPS / HTTP)\";s:11:\"description\";s:135:\"This will block leading schemas http:// and https:// in application parameters (off by default; may cause problems with other plugins).\";}i:9;a:10:{s:3:\"key\";s:16:\"block_aggressive\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Aggressive Scan\";s:7:\"summary\";s:23:\"Aggressively Block Data\";s:11:\"description\";s:159:\"Employs a set of aggressive rules to detect and block malicious data submitted to your site. Warning - May cause an increase in false-positive firewall blocks.\";}i:10;a:11:{s:3:\"key\";s:14:\"block_response\";s:7:\"section\";s:38:\"section_choose_firewall_block_response\";s:8:\"advanced\";b:1;s:7:\"default\";s:20:\"redirect_die_message\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:20:\"redirect_die_message\";s:4:\"text\";s:16:\"Die With Message\";}i:1;a:2:{s:9:\"value_key\";s:12:\"redirect_die\";s:4:\"text\";s:3:\"Die\";}i:2;a:2:{s:9:\"value_key\";s:13:\"redirect_home\";s:4:\"text\";s:21:\"Redirect To Home Page\";}i:3;a:2:{s:9:\"value_key\";s:12:\"redirect_404\";s:4:\"text\";s:10:\"Return 404\";}}s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Block Response\";s:7:\"summary\";s:50:\"How the firewall responds when it blocks a request\";s:11:\"description\";s:100:\"We recommend dying with a message so you know what might have occurred when the firewall blocks you.\";}i:11;a:9:{s:3:\"key\";s:16:\"block_send_email\";s:7:\"section\";s:38:\"section_choose_firewall_block_response\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Send Email Report\";s:7:\"summary\";s:89:\"When a visitor is blocked the firewall will send an email to the configured email address\";s:11:\"description\";s:124:\"Use with caution - if you get hit by automated bots you may send out too many emails and you could get blocked by your host.\";}i:12;a:10:{s:3:\"key\";s:21:\"page_params_whitelist\";s:7:\"section\";s:17:\"section_whitelist\";s:8:\"advanced\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:21:\"comma_separated_lists\";s:9:\"link_info\";s:19:\"https://shsec.io/2a\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Whitelist Parameters\";s:7:\"summary\";s:74:\"Detail pages and parameters that are whitelisted (ignored by the firewall)\";s:11:\"description\";s:104:\"This should be used with caution and you should only provide parameter names that you must have excluded\";}i:13;a:10:{s:3:\"key\";s:16:\"whitelist_admins\";s:7:\"section\";s:17:\"section_whitelist\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:21:\"Ignore Administrators\";s:7:\"summary\";s:21:\"Ignore Administrators\";s:11:\"description\";s:78:\"Authenticated administrator users will not be processed by the firewall rules.\";}i:14;a:11:{s:3:\"key\";s:16:\"text_firewalldie\";s:7:\"section\";s:21:\"section_user_messages\";s:9:\"sensitive\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:7:\"default\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Firewall Block Message\";s:7:\"summary\";s:63:\"Message Displayed To Visitor When A Firewall Block Is Triggered\";s:11:\"description\";s:102:\"When you select the option to display a message to the visitor, this is the message that is displayed.\";}}s:11:\"definitions\";a:3:{s:17:\"default_whitelist\";a:14:{s:29:\"/wp-admin/options-general.php\";a:0:{}s:21:\"/wp-admin/options.php\";a:2:{i:0;s:4:\"home\";i:1;s:7:\"siteurl\";}s:21:\"/wp-admin/plugins.php\";a:1:{i:0;s:6:\"plugin\";}s:22:\"/wp-admin/post-new.php\";a:0:{}s:22:\"/wp-admin/page-new.php\";a:0:{}s:22:\"/wp-admin/link-add.php\";a:0:{}s:26:\"/wp-admin/media-upload.php\";a:0:{}s:19:\"/wp-admin/admin.php\";a:1:{i:0;s:4:\"page\";}s:18:\"/wp-admin/post.php\";a:1:{i:0;s:7:\"content\";}s:27:\"/wp-admin/plugin-editor.php\";a:1:{i:0;s:10:\"newcontent\";}s:18:\"/wp-admin/page.php\";a:0:{}s:24:\"/wp-admin/admin-ajax.php\";a:0:{}s:21:\"/wp-comments-post.php\";a:2:{i:0;s:3:\"url\";i:1;s:7:\"comment\";}s:1:\"*\";a:25:{i:0;s:12:\"affwp_action\";i:1;s:7:\"ajaxurl\";i:2;s:20:\"g-recaptcha-response\";i:3;s:11:\"verify_sign\";i:4;s:6:\"txn_id\";i:5;s:15:\"wp_http_referer\";i:6;s:16:\"_wp_http_referer\";i:7;s:25:\"_wp_original_http_referer\";i:8;s:11:\"JCS_INENREF\";i:9;s:5:\"pass1\";i:10;s:10:\"pass1-text\";i:11;s:3:\"pwd\";i:12;s:3:\"url\";i:13;s:10:\"referredby\";i:14;s:11:\"redirect_to\";i:15;s:28:\"jetpack_sso_original_request\";i:16;s:23:\"jetpack_sso_redirect_to\";i:17;s:33:\"/^wordpress_logged_in_[0-9a-f]+$/\";i:18;s:10:\"edd_action\";i:19;s:12:\"edd_redirect\";i:20;s:10:\"wpcf7-form\";i:21;s:20:\"yoast_wpseo_metadesc\";i:22;s:26:\"icwp_wpsf_new_u2f_response\";i:23;s:17:\"icwp_wpsf_u2f_otp\";i:24;s:5:\"appId\";}}s:17:\"firewall_patterns\";a:8:{s:12:\"dirtraversal\";a:1:{s:6:\"simple\";a:8:{i:0;s:10:\"etc/passwd\";i:1;s:17:\"proc/self/environ\";i:2;s:10:\"etc/passwd\";i:3;s:8:\"makefile\";i:4;s:7:\"wwwroot\";i:5;s:10:\"pingserver\";i:6;s:3:\"../\";i:7;s:8:\"loopback\";}}s:7:\"wpterms\";a:2:{s:6:\"simple\";a:2:{i:0;s:4:\"/**/\";i:1;s:13:\"wp-config.php\";}s:5:\"regex\";a:3:{i:0;s:4:\"^wp_\";i:1;s:11:\"^user_login\";i:2;s:10:\"^user_pass\";}}s:15:\"fieldtruncation\";a:1:{s:5:\"regex\";a:2:{i:0;s:7:\"\\s{49,}\";i:1;s:4:\"\\x00\";}}s:10:\"sqlqueries\";a:1:{s:5:\"regex\";a:3:{i:0;s:11:\"concat\\s*\\(\";i:1;s:12:\"group_concat\";i:2;s:13:\"union.*select\";}}s:7:\"exefile\";a:1:{s:5:\"regex\";a:1:{i:0;s:86:\"\\.(dll|rb|py|exe|php[3-6]?|pl|perl|ph[34]|phl|phtml|phtm|sql|ini|jsp|asp|git|svn|tar)$\";}}s:6:\"schema\";a:2:{s:6:\"simple\";a:1:{i:0;s:6:\".shtml\";}s:5:\"regex\";a:1:{i:0;s:23:\"^(http|https|ftp|file):\";}}s:7:\"phpcode\";a:2:{s:6:\"simple\";N;s:5:\"regex\";a:1:{i:0;s:52:\"(include|include_once|require|require_once)\\s*\\(.*\\)\";}}s:10:\"aggressive\";a:2:{s:6:\"simple\";a:11:{i:0;s:5:\"eval(\";i:1;s:6:\"(null)\";i:2;s:7:\"base64_\";i:3;s:9:\"localhost\";i:4;s:10:\"(function(\";i:5;s:8:\"{x.html(\";i:6;s:7:\").html(\";i:7;s:3:\"...\";i:8;s:10:\"/httpdocs/\";i:9;s:5:\"/tmp/\";i:10;s:8:\"boot.ini\";}s:5:\"regex\";a:5:{i:0;s:16:\"GLOBALS(=|\\[|%%)\";i:1;s:16:\"REQUEST(=|\\[|%%)\";i:2;s:24:\"(`|\\<|\\>|\\[|\\]|\\{|\\}|\\?)\";i:3;s:32:\"drop\\s+table\\s+(`|\'?)[a-z0-9]+\\1\";i:4;s:53:\"\'\\s+OR\\s+\'([a-z0-9]+)\'\\s*=\\s*\'\\1\'\\s+(--|\\(\\{|\\/\\*)\\s+\";}}}s:6:\"events\";a:12:{s:10:\"check_skip\";a:2:{s:3:\"cat\";i:2;s:4:\"stat\";b:0;}s:14:\"firewall_block\";a:3:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;s:7:\"offense\";b:1;}s:23:\"blockparam_dirtraversal\";a:1:{s:3:\"cat\";i:3;}s:18:\"blockparam_wpterms\";a:1:{s:3:\"cat\";i:3;}s:26:\"blockparam_fieldtruncation\";a:1:{s:3:\"cat\";i:3;}s:21:\"blockparam_sqlqueries\";a:1:{s:3:\"cat\";i:3;}s:17:\"blockparam_schema\";a:1:{s:3:\"cat\";i:3;}s:21:\"blockparam_aggressive\";a:1:{s:3:\"cat\";i:3;}s:18:\"blockparam_phpcode\";a:1:{s:3:\"cat\";i:3;}s:13:\"block_exefile\";a:1:{s:3:\"cat\";i:3;}s:13:\"fw_email_fail\";a:2:{s:3:\"cat\";i:2;s:4:\"stat\";b:0;}s:16:\"fw_email_success\";a:1:{s:4:\"stat\";b:0;}}}s:10:\"meta_modts\";i:1611420210;}','yes'),(418799,'aptoweb_can_trans_confirmed','Y','yes'),(509858,'_site_transient_timeout_serviceips_all','1632760769','no'),(509859,'_site_transient_serviceips_all','a:12:{s:10:\"cloudflare\";a:2:{i:4;a:15:{i:0;s:15:\"173.245.48.0/20\";i:1;s:15:\"103.21.244.0/22\";i:2;s:15:\"103.22.200.0/22\";i:3;s:13:\"103.31.4.0/22\";i:4;s:15:\"141.101.64.0/18\";i:5;s:16:\"108.162.192.0/18\";i:6;s:15:\"190.93.240.0/20\";i:7;s:15:\"188.114.96.0/20\";i:8;s:16:\"197.234.240.0/22\";i:9;s:15:\"198.41.128.0/17\";i:10;s:14:\"162.158.0.0/15\";i:11;s:13:\"104.16.0.0/13\";i:12;s:13:\"104.24.0.0/14\";i:13;s:13:\"172.64.0.0/13\";i:14;s:13:\"131.0.72.0/22\";}i:6;a:7:{i:0;s:14:\"2400:cb00::/32\";i:1;s:14:\"2606:4700::/32\";i:2;s:14:\"2803:f800::/32\";i:3;s:14:\"2405:b500::/32\";i:4;s:14:\"2405:8100::/32\";i:5;s:14:\"2a06:98c0::/29\";i:6;s:14:\"2c0f:f248::/32\";}}s:10:\"duckduckgo\";a:2:{i:4;a:12:{i:0;s:12:\"23.21.227.69\";i:1;s:12:\"40.88.21.235\";i:2;s:13:\"50.16.241.113\";i:3;s:13:\"50.16.241.114\";i:4;s:13:\"50.16.241.117\";i:5;s:13:\"50.16.247.234\";i:6;s:12:\"52.204.97.54\";i:7;s:11:\"52.5.190.19\";i:8;s:14:\"54.197.234.188\";i:9;s:14:\"54.208.100.253\";i:10;s:13:\"54.208.102.37\";i:11;s:10:\"107.21.1.8\";}i:6;a:0:{}}s:8:\"gtmetrix\";a:2:{i:4;a:66:{i:0;s:14:\"52.162.212.163\";i:1;s:12:\"13.78.216.56\";i:2;s:13:\"65.52.113.236\";i:3;s:14:\"52.229.122.240\";i:4;s:14:\"172.255.48.147\";i:5;s:14:\"172.255.48.146\";i:6;s:14:\"172.255.48.145\";i:7;s:14:\"172.255.48.144\";i:8;s:14:\"172.255.48.143\";i:9;s:14:\"172.255.48.142\";i:10;s:14:\"24.109.190.162\";i:11;s:14:\"172.255.48.141\";i:12;s:14:\"172.255.48.140\";i:13;s:14:\"172.255.48.139\";i:14;s:14:\"172.255.48.138\";i:15;s:14:\"172.255.48.137\";i:16;s:14:\"172.255.48.136\";i:17;s:14:\"172.255.48.135\";i:18;s:14:\"172.255.48.134\";i:19;s:14:\"172.255.48.133\";i:20;s:14:\"172.255.48.132\";i:21;s:14:\"172.255.48.131\";i:22;s:14:\"172.255.48.130\";i:23;s:14:\"104.214.48.247\";i:24;s:13:\"40.74.243.176\";i:25;s:12:\"40.74.243.13\";i:26;s:13:\"40.74.242.253\";i:27;s:11:\"13.85.82.26\";i:28;s:11:\"13.85.24.90\";i:29;s:11:\"13.85.24.83\";i:30;s:10:\"13.66.7.11\";i:31;s:14:\"104.214.72.101\";i:32;s:14:\"191.235.99.221\";i:33;s:14:\"191.235.98.164\";i:34;s:11:\"104.41.2.19\";i:35;s:14:\"104.211.165.53\";i:36;s:13:\"104.211.143.8\";i:37;s:13:\"172.255.61.40\";i:38;s:13:\"172.255.61.39\";i:39;s:13:\"172.255.61.38\";i:40;s:13:\"172.255.61.37\";i:41;s:13:\"172.255.61.36\";i:42;s:13:\"172.255.61.35\";i:43;s:13:\"172.255.61.34\";i:44;s:12:\"20.52.146.77\";i:45;s:12:\"65.52.36.250\";i:46;s:12:\"70.37.83.240\";i:47;s:15:\"104.214.110.135\";i:48;s:14:\"157.55.189.189\";i:49;s:14:\"191.232.194.51\";i:50;s:12:\"52.175.57.81\";i:51;s:14:\"52.237.236.145\";i:52;s:13:\"52.237.250.73\";i:53;s:14:\"52.237.235.185\";i:54;s:12:\"40.83.89.214\";i:55;s:13:\"40.123.218.94\";i:56;s:14:\"102.133.169.66\";i:57;s:12:\"52.172.14.87\";i:58;s:14:\"52.231.199.170\";i:59;s:14:\"52.246.165.153\";i:60;s:12:\"13.76.97.224\";i:61;s:11:\"13.53.162.7\";i:62;s:11:\"20.52.36.49\";i:63;s:13:\"20.188.63.151\";i:64;s:14:\"51.144.102.233\";i:65;s:12:\"23.96.34.105\";}i:6;a:0:{}}s:10:\"icontrolwp\";a:2:{i:4;a:5:{i:0;s:13:\"23.253.32.180\";i:1;s:12:\"23.253.56.59\";i:2;s:13:\"23.253.62.185\";i:3;s:15:\"104.130.217.172\";i:4;s:12:\"198.61.176.9\";}i:6;a:8:{i:0;s:39:\"2001:4801:7817:0072:ca75:cc9b:ff10:4699\";i:1;s:37:\"2001:4801:7817:72:ca75:cc9b:ff10:4699\";i:2;s:39:\"2001:4801:7822:0103:be76:4eff:fe10:89a9\";i:3;s:38:\"2001:4801:7822:103:be76:4eff:fe10:89a9\";i:4;s:39:\"2001:4801:7824:0101:ca75:cc9b:ff10:a7b2\";i:5;s:38:\"2001:4801:7824:101:ca75:cc9b:ff10:a7b2\";i:6;s:39:\"2001:4801:7828:0101:be76:4eff:fe11:9cd6\";i:7;s:38:\"2001:4801:7828:101:be76:4eff:fe11:9cd6\";}}s:8:\"managewp\";a:2:{i:4;a:51:{i:0;s:13:\"34.211.180.66\";i:1;s:12:\"54.70.65.107\";i:2;s:12:\"34.210.224.7\";i:3;s:11:\"52.41.5.108\";i:4;s:12:\"52.35.72.129\";i:5;s:14:\"35.162.254.253\";i:6;s:12:\"52.11.12.231\";i:7;s:11:\"52.11.29.70\";i:8;s:12:\"52.11.54.161\";i:9;s:13:\"52.24.142.159\";i:10;s:13:\"52.25.191.255\";i:11;s:13:\"52.27.181.126\";i:12;s:13:\"52.34.126.117\";i:13;s:12:\"52.34.254.47\";i:14;s:11:\"52.35.82.99\";i:15;s:11:\"52.36.28.80\";i:16;s:12:\"52.38.106.97\";i:17;s:13:\"52.39.177.152\";i:18;s:13:\"52.41.230.148\";i:19;s:12:\"52.41.237.12\";i:20;s:13:\"52.42.126.166\";i:21;s:11:\"52.43.13.71\";i:22;s:12:\"52.43.76.224\";i:23;s:12:\"52.88.96.110\";i:24;s:12:\"52.89.155.51\";i:25;s:13:\"54.148.73.118\";i:26;s:13:\"54.186.37.105\";i:27;s:12:\"54.187.92.57\";i:28;s:12:\"54.191.32.65\";i:29;s:12:\"54.191.67.23\";i:30;s:13:\"54.191.80.119\";i:31;s:14:\"54.191.135.209\";i:32;s:14:\"54.191.136.176\";i:33;s:13:\"54.191.137.17\";i:34;s:13:\"54.191.148.85\";i:35;s:12:\"54.191.149.8\";i:36;s:12:\"52.26.122.21\";i:37;s:12:\"52.24.187.29\";i:38;s:12:\"52.89.85.107\";i:39;s:14:\"54.186.128.167\";i:40;s:13:\"54.191.40.136\";i:41;s:11:\"52.24.62.11\";i:42;s:13:\"52.88.119.122\";i:43;s:14:\"54.191.148.225\";i:44;s:13:\"54.191.151.18\";i:45;s:12:\"52.89.94.121\";i:46;s:13:\"52.25.116.116\";i:47;s:13:\"52.88.215.225\";i:48;s:14:\"54.186.143.184\";i:49;s:13:\"52.88.197.180\";i:50;s:13:\"52.27.171.126\";}i:6;a:0:{}}s:8:\"nodeping\";a:2:{i:4;a:29:{i:1;s:15:\"104.247.192.170\";i:3;s:12:\"136.175.8.15\";i:5;s:14:\"107.161.26.107\";i:7;s:13:\"172.105.6.187\";i:9;s:14:\"173.248.161.42\";i:11;s:13:\"66.11.113.250\";i:13;s:13:\"172.93.197.58\";i:15;s:13:\"172.82.138.70\";i:17;s:15:\"209.205.207.243\";i:19;s:12:\"66.23.202.26\";i:21;s:11:\"64.79.76.50\";i:23;s:14:\"208.82.130.170\";i:25;s:15:\"192.154.102.130\";i:27;s:13:\"5.226.139.158\";i:29;s:14:\"195.154.167.97\";i:31;s:15:\"217.182.201.227\";i:33;s:13:\"37.252.125.64\";i:35;s:12:\"54.36.110.96\";i:37;s:14:\"78.110.173.218\";i:38;s:13:\"95.216.64.250\";i:41;s:13:\"144.48.37.241\";i:43;s:14:\"112.213.38.162\";i:45;s:15:\"172.104.181.238\";i:47;s:11:\"103.6.85.58\";i:49;s:14:\"180.149.230.17\";i:51;s:13:\"203.29.240.44\";i:52;s:15:\"190.104.217.135\";i:53;s:13:\"54.232.120.40\";i:55;s:14:\"162.254.202.35\";}i:6;a:27:{i:0;s:19:\"2607:3f00:11:21::10\";i:2;s:16:\"2605:8340:0:1::2\";i:4;s:19:\"2604:180:1:6e::83b5\";i:6;s:30:\"2600:3c04::f03c:92ff:fe9b:dd03\";i:8;s:19:\"2607:fc88:100:40::2\";i:10;s:20:\"2602:ffc5:105:408::2\";i:12;s:33:\"2602:ffc8:1:14:225:90ff:fee6:8f90\";i:14;s:17:\"2607:3f00:1:a::10\";i:16;s:16:\"2a06:8640:198::2\";i:18;s:21:\"2605:9f80:c000:127::2\";i:20;s:17:\"2001:1828:0:f6::2\";i:22;s:17:\"2604:bf00:214::10\";i:24;s:36:\"2606:c700:4020:17:225:90ff:fe50:390a\";i:26;s:18:\"2a01:4020:1:26::10\";i:28;s:21:\"2001:bc8:2327:110::10\";i:30;s:21:\"2001:41d0:602:4e3::10\";i:32;s:32:\"2a02:2770:5:0:21a:4aff:fe1a:c131\";i:34;s:22:\"2001:41d0:700:1360::10\";i:36;s:21:\"2a01:a500:2604:10::10\";i:39;s:18:\"2a01:4f9:2b:105::2\";i:40;s:34:\"2404:f780:2:950:216:3cff:feb8:ab8e\";i:42;s:32:\"2404:9400:2:0:216:3eff:fee1:bce0\";i:44;s:30:\"2400:8901::f03c:91ff:feb9:fbf4\";i:46;s:21:\"2403:2500:8000:1::ce6\";i:48;s:22:\"2406:d500:9::7a91:9b75\";i:50;s:32:\"2404:9400:4:0:216:3eff:fee1:3c1b\";i:54;s:35:\"2604:bc80:8001:3c:225:90ff:fee5:5c6\";}}s:10:\"paypal_ipn\";a:2:{i:4;a:11:{i:0;s:13:\"66.211.170.66\";i:1;s:10:\"173.0.81.1\";i:2;s:13:\"173.0.81.0/24\";i:3;s:11:\"173.0.81.33\";i:4;s:11:\"173.0.81.65\";i:5;s:12:\"173.0.81.140\";i:6;s:13:\"64.4.240.0/21\";i:7;s:13:\"64.4.248.0/22\";i:8;s:15:\"66.211.168.0/22\";i:9;s:13:\"173.0.80.0/20\";i:10;s:14:\"91.243.72.0/23\";}i:6;a:0:{}}s:7:\"pingdom\";a:2:{i:4;a:116:{i:0;s:13:\"5.172.196.188\";i:1;s:14:\"13.232.220.164\";i:2;s:10:\"23.22.2.46\";i:3;s:13:\"23.83.129.219\";i:4;s:11:\"23.92.127.2\";i:5;s:12:\"23.106.37.99\";i:6;s:13:\"23.111.152.74\";i:7;s:14:\"23.111.159.174\";i:8;s:13:\"37.252.231.50\";i:9;s:14:\"43.225.198.122\";i:10;s:12:\"43.229.84.12\";i:11;s:11:\"46.20.45.18\";i:12;s:13:\"46.246.122.10\";i:13;s:11:\"50.2.185.66\";i:14;s:13:\"50.16.153.186\";i:15;s:11:\"52.0.204.16\";i:16;s:12:\"52.24.42.103\";i:17;s:12:\"52.48.244.35\";i:18;s:12:\"52.52.34.158\";i:19;s:12:\"52.52.95.213\";i:20;s:13:\"52.52.118.192\";i:21;s:12:\"52.57.132.90\";i:22;s:12:\"52.59.46.112\";i:23;s:13:\"52.59.147.246\";i:24;s:11:\"52.62.12.49\";i:25;s:11:\"52.63.142.2\";i:26;s:13:\"52.63.164.147\";i:27;s:12:\"52.63.167.55\";i:28;s:12:\"52.67.148.55\";i:29;s:13:\"52.73.209.122\";i:30;s:11:\"52.89.43.70\";i:31;s:14:\"52.194.115.181\";i:32;s:13:\"52.197.31.124\";i:33;s:14:\"52.197.224.235\";i:34;s:13:\"52.198.25.184\";i:35;s:12:\"52.201.3.199\";i:36;s:13:\"52.209.34.226\";i:37;s:14:\"52.209.186.226\";i:38;s:14:\"52.210.232.124\";i:39;s:12:\"54.68.48.199\";i:40;s:12:\"54.70.202.58\";i:41;s:13:\"54.94.206.111\";i:42;s:13:\"64.237.49.203\";i:43;s:11:\"64.237.55.3\";i:44;s:14:\"66.165.229.130\";i:45;s:14:\"66.165.233.234\";i:46;s:12:\"72.46.130.18\";i:47;s:12:\"72.46.131.10\";i:48;s:13:\"76.72.167.154\";i:49;s:13:\"76.72.172.208\";i:50;s:14:\"76.164.234.106\";i:51;s:14:\"76.164.234.130\";i:52;s:13:\"82.103.136.16\";i:53;s:14:\"82.103.139.165\";i:54;s:14:\"82.103.145.126\";i:55;s:14:\"85.195.116.134\";i:56;s:14:\"89.163.146.247\";i:57;s:14:\"89.163.242.206\";i:58;s:12:\"94.75.211.73\";i:59;s:12:\"94.75.211.74\";i:60;s:13:\"94.247.174.83\";i:61;s:12:\"96.47.225.18\";i:62;s:13:\"103.10.197.10\";i:63;s:14:\"103.47.211.210\";i:64;s:14:\"104.129.24.154\";i:65;s:13:\"104.129.30.18\";i:66;s:14:\"107.182.234.77\";i:67;s:14:\"148.72.170.233\";i:68;s:13:\"148.72.171.17\";i:69;s:14:\"151.106.52.134\";i:70;s:13:\"159.122.168.9\";i:71;s:13:\"162.208.48.94\";i:72;s:13:\"162.218.67.34\";i:73;s:15:\"162.253.128.178\";i:74;s:12:\"168.1.203.46\";i:75;s:11:\"169.51.2.18\";i:76;s:13:\"169.54.70.214\";i:77;s:14:\"169.56.174.151\";i:78;s:14:\"172.241.112.86\";i:79;s:14:\"173.248.147.18\";i:80;s:15:\"173.254.206.242\";i:81;s:14:\"174.34.156.130\";i:82;s:13:\"175.45.132.20\";i:83;s:15:\"178.162.206.244\";i:84;s:13:\"178.255.152.2\";i:85;s:13:\"178.255.153.2\";i:86;s:13:\"179.50.12.212\";i:87;s:14:\"184.75.208.210\";i:88;s:13:\"184.75.209.18\";i:89;s:13:\"184.75.210.90\";i:90;s:14:\"184.75.210.226\";i:91;s:13:\"184.75.214.66\";i:92;s:13:\"184.75.214.98\";i:93;s:14:\"185.39.146.214\";i:94;s:14:\"185.39.146.215\";i:95;s:12:\"185.70.76.23\";i:96;s:11:\"185.93.3.92\";i:97;s:14:\"185.136.156.82\";i:98;s:14:\"185.152.65.167\";i:99;s:13:\"185.180.12.65\";i:100;s:14:\"185.246.208.82\";i:101;s:14:\"188.172.252.34\";i:102;s:13:\"190.120.230.7\";i:103;s:14:\"196.240.207.18\";i:104;s:14:\"196.244.191.18\";i:105;s:14:\"196.245.151.42\";i:106;s:13:\"199.87.228.66\";i:107;s:14:\"200.58.101.248\";i:108;s:11:\"201.33.21.5\";i:109;s:14:\"207.244.80.239\";i:110;s:14:\"209.58.139.193\";i:111;s:14:\"209.58.139.194\";i:112;s:12:\"209.95.50.14\";i:113;s:12:\"212.78.83.12\";i:114;s:12:\"212.78.83.16\";i:115;s:14:\"213.198.67.206\";}i:6;a:67:{i:0;s:20:\"2001:df0:a6:31::4080\";i:1;s:23:\"2001:19f0:200:125d::426\";i:2;s:37:\"2001:19f0:200:40cf:225:90ff:fed5:9aea\";i:3;s:25:\"2001:1af8:4400:a056::4052\";i:4;s:25:\"2001:1af8:4400:a056::4053\";i:5;s:23:\"2001:4ba0:ffa5:ed::4003\";i:6;s:24:\"2001:4ba0:ffa5:1d5::4004\";i:7;s:20:\"2001:4ba0:ffe2:22::1\";i:8;s:23:\"2401:c900:1401:71::4078\";i:9;s:24:\"2401:c900:1601:1b4::4071\";i:10;s:19:\"2401:e780:1:91::495\";i:11;s:30:\"2403:f000:1:100:4096:597:1:100\";i:12;s:24:\"2406:da14:48a:7b03::4049\";i:13;s:24:\"2406:da1a:b0a:bf02::4050\";i:14;s:24:\"2600:1f1e:d7c:fd03::4027\";i:15;s:24:\"2600:1f1e:d7c:fd05::4028\";i:16;s:19:\"2604:4500:5:a::4005\";i:17;s:20:\"2604:4500:5:a0::4033\";i:18;s:21:\"2604:4500:8:120::4032\";i:19;s:20:\"2604:4500:9:5d::4031\";i:20;s:23:\"2604:6600:fdc0:12::4066\";i:21;s:19:\"2604:b480:fff9::444\";i:22;s:20:\"2604:b480:fffa::4015\";i:23;s:18:\"2605:6f80:0:f::462\";i:24;s:27:\"2605:fe80:2100:a00f:4::4045\";i:25;s:27:\"2605:fe80:2100:a00f:5::4046\";i:26;s:19:\"2606:6080:1001::439\";i:27;s:21:\"2606:6080:1001:1::459\";i:28;s:21:\"2606:6080:1001:2::446\";i:29;s:21:\"2606:6080:1001:3::447\";i:30;s:21:\"2606:6080:1001:4::448\";i:31;s:24:\"2606:9880:f000:4:5::4047\";i:32;s:21:\"2607:2200:0:2347::460\";i:33;s:22:\"2607:2200:0:2347::4016\";i:34;s:22:\"2607:2200:0:2347::4061\";i:35;s:23:\"2607:f0d0:3701:f2::4079\";i:36;s:21:\"2607:fc88:100:26::421\";i:37;s:24:\"2607:fcd0:100:8d01::4010\";i:38;s:25:\"2607:fcd0:aa80:2a00::4039\";i:39;s:25:\"2607:fcd0:bb80:1e00::4030\";i:40;s:23:\"2607:ff28:800f:21::4067\";i:41;s:25:\"2607:ff48:aa81:4b00::4029\";i:42;s:22:\"2803:ad80:16:258::4026\";i:43;s:24:\"2804:4c4:dc10:8860::4021\";i:44;s:24:\"2a00:c98:2050:a03a::4086\";i:45;s:16:\"2a00:11c0:9::496\";i:46;s:18:\"2a00:11c0:d:3::425\";i:47;s:20:\"2a00:1a28:2000::4055\";i:48;s:18:\"2a00:9080:1:125::1\";i:49;s:18:\"2a00:9080:1:453::1\";i:50;s:22:\"2a00:9080:2145:e::4048\";i:51;s:21:\"2a01:7a0:2:1754::4056\";i:52;s:21:\"2a01:7a7:2:205c::4058\";i:53;s:21:\"2a01:7a7:2:205d::4057\";i:54;s:20:\"2a02:750:11:284::442\";i:55;s:20:\"2a02:752:100:e::4001\";i:56;s:20:\"2a02:752:100:e::4002\";i:57;s:20:\"2a02:5740:1:11::4076\";i:58;s:20:\"2a02:5740:9:37::4075\";i:59;s:20:\"2a02:5740:21:6::4074\";i:60;s:21:\"2a02:5740:24:14::4073\";i:61;s:20:\"2a02:6ea0:c216::4043\";i:62;s:20:\"2a02:6ea0:c305::4041\";i:63;s:20:\"2a02:6ea0:cb01::4042\";i:64;s:20:\"2a02:6ea0:ce02::4044\";i:65;s:24:\"2a03:8180:1301:146::4070\";i:66;s:27:\"2a0d:3002:2100:a00c:5::4065\";}}s:9:\"quiccloud\";a:2:{i:4;a:101:{i:0;s:13:\"101.53.132.52\";i:1;s:14:\"102.129.254.77\";i:2;s:13:\"102.221.36.98\";i:3;s:13:\"102.221.36.99\";i:4;s:15:\"103.164.203.163\";i:5;s:14:\"103.199.16.151\";i:6;s:15:\"103.236.150.198\";i:7;s:15:\"103.236.150.223\";i:8;s:13:\"103.28.90.190\";i:9;s:15:\"104.225.142.116\";i:10;s:14:\"109.248.43.212\";i:11;s:15:\"124.150.139.239\";i:12;s:14:\"135.148.120.32\";i:13;s:15:\"135.148.148.230\";i:14;s:14:\"137.220.36.137\";i:15;s:14:\"139.162.89.149\";i:16;s:13:\"139.59.21.152\";i:17;s:13:\"141.164.38.65\";i:18;s:13:\"146.59.17.163\";i:19;s:14:\"146.88.239.197\";i:20;s:14:\"147.135.115.64\";i:21;s:12:\"149.28.11.90\";i:22;s:14:\"152.228.171.66\";i:23;s:13:\"154.16.57.184\";i:24;s:14:\"156.67.209.151\";i:25;s:15:\"163.182.174.161\";i:26;s:12:\"163.47.20.24\";i:27;s:13:\"163.47.21.168\";i:28;s:14:\"164.52.202.100\";i:29;s:15:\"165.227.116.222\";i:30;s:13:\"172.104.44.18\";i:31;s:14:\"178.17.171.177\";i:32;s:14:\"18.192.146.200\";i:33;s:15:\"181.215.183.135\";i:34;s:14:\"185.108.129.52\";i:35;s:15:\"185.205.187.233\";i:36;s:13:\"185.228.26.40\";i:37;s:15:\"185.243.215.148\";i:38;s:12:\"185.25.204.8\";i:39;s:12:\"185.53.57.40\";i:40;s:12:\"185.53.57.89\";i:41;s:13:\"192.99.38.117\";i:42;s:15:\"193.203.202.215\";i:43;s:14:\"194.36.144.221\";i:44;s:14:\"199.59.247.242\";i:45;s:10:\"2.58.28.32\";i:46;s:14:\"200.58.127.145\";i:47;s:12:\"202.61.198.2\";i:48;s:14:\"202.61.225.150\";i:49;s:14:\"204.10.163.237\";i:50;s:14:\"207.246.71.239\";i:51;s:14:\"209.208.26.218\";i:52;s:12:\"213.159.1.75\";i:53;s:14:\"213.183.51.224\";i:54;s:13:\"213.184.87.75\";i:55;s:14:\"216.250.96.181\";i:56;s:12:\"27.131.75.40\";i:57;s:12:\"27.131.75.41\";i:58;s:12:\"31.131.4.244\";i:59;s:13:\"31.22.115.186\";i:60;s:14:\"31.220.111.172\";i:61;s:13:\"37.120.131.40\";i:62;s:14:\"37.143.128.237\";i:63;s:13:\"38.129.107.18\";i:64;s:13:\"41.185.29.210\";i:65;s:13:\"41.223.53.163\";i:66;s:11:\"43.231.0.46\";i:67;s:12:\"45.124.65.86\";i:68;s:13:\"45.132.244.92\";i:69;s:12:\"45.248.77.61\";i:70;s:13:\"45.32.210.159\";i:71;s:12:\"45.56.77.123\";i:72;s:12:\"45.76.17.119\";i:73;s:12:\"45.9.249.220\";i:74;s:14:\"46.250.220.133\";i:75;s:12:\"49.12.102.29\";i:76;s:13:\"5.134.119.103\";i:77;s:13:\"5.134.119.194\";i:78;s:12:\"5.188.183.13\";i:79;s:13:\"51.81.186.219\";i:80;s:12:\"51.81.33.156\";i:81;s:14:\"54.162.162.165\";i:82;s:12:\"54.36.103.97\";i:83;s:12:\"62.141.42.38\";i:84;s:13:\"64.225.34.246\";i:85;s:12:\"64.227.16.93\";i:86;s:11:\"65.21.81.50\";i:87;s:11:\"65.21.81.51\";i:88;s:11:\"74.3.163.74\";i:89;s:14:\"79.172.239.249\";i:90;s:13:\"83.229.71.151\";i:91;s:13:\"91.132.139.43\";i:92;s:13:\"91.195.99.133\";i:93;s:12:\"91.201.67.57\";i:94;s:11:\"91.228.7.67\";i:95;s:14:\"92.223.105.192\";i:96;s:13:\"92.38.139.226\";i:97;s:12:\"93.95.227.66\";i:98;s:11:\"94.26.84.39\";i:99;s:12:\"94.75.232.90\";i:100;s:12:\"95.217.200.8\";}i:6;a:0:{}}s:10:\"statuscake\";a:2:{i:4;a:245:{i:0;s:14:\"128.199.222.65\";i:1;s:14:\"139.59.152.248\";i:2;s:13:\"149.248.50.29\";i:3;s:15:\"188.226.135.210\";i:4;s:11:\"45.32.69.14\";i:5;s:13:\"37.235.53.240\";i:6;s:13:\"45.32.195.225\";i:7;s:13:\"149.28.79.140\";i:8;s:14:\"108.61.162.214\";i:9;s:12:\"37.235.48.42\";i:10;s:14:\"158.255.208.76\";i:11;s:13:\"45.76.123.211\";i:12;s:14:\"178.209.51.248\";i:13;s:14:\"103.14.141.200\";i:14;s:13:\"213.183.56.85\";i:15;s:12:\"167.99.85.58\";i:16;s:13:\"178.73.210.92\";i:17;s:12:\"37.235.55.35\";i:18;s:14:\"194.187.248.53\";i:19;s:12:\"45.63.104.11\";i:20;s:12:\"45.32.151.21\";i:21;s:14:\"107.170.227.23\";i:22;s:14:\"107.170.227.24\";i:23;s:15:\"188.226.169.228\";i:24;s:15:\"188.226.185.106\";i:25;s:15:\"188.226.186.199\";i:26;s:12:\"45.32.202.57\";i:27;s:14:\"188.226.171.58\";i:28;s:14:\"108.61.119.153\";i:29;s:15:\"188.226.158.160\";i:30;s:13:\"45.32.141.163\";i:31;s:14:\"108.61.252.147\";i:32;s:14:\"155.138.247.97\";i:33;s:13:\"108.61.224.36\";i:34;s:13:\"178.62.78.199\";i:35;s:14:\"209.222.30.242\";i:36;s:13:\"46.101.74.251\";i:37;s:14:\"108.61.212.141\";i:38;s:13:\"178.62.65.162\";i:39;s:12:\"178.62.109.7\";i:40;s:15:\"188.226.247.184\";i:41;s:15:\"188.226.139.158\";i:42;s:15:\"188.226.184.152\";i:43;s:13:\"178.62.106.84\";i:44;s:14:\"104.131.248.65\";i:45;s:14:\"104.131.248.78\";i:46;s:12:\"46.101.61.83\";i:47;s:15:\"104.131.247.151\";i:48;s:12:\"178.62.86.69\";i:49;s:14:\"107.170.53.191\";i:50;s:14:\"192.241.188.55\";i:51;s:12:\"178.62.41.44\";i:52;s:12:\"178.62.41.49\";i:53;s:12:\"178.62.41.52\";i:54;s:13:\"162.243.71.56\";i:55;s:13:\"178.62.40.233\";i:56;s:15:\"162.243.247.163\";i:57;s:13:\"207.148.13.55\";i:58;s:12:\"178.62.80.93\";i:59;s:13:\"178.62.71.227\";i:60;s:14:\"178.73.210.229\";i:61;s:14:\"154.127.57.203\";i:62;s:13:\"194.71.130.16\";i:63;s:14:\"46.101.240.208\";i:64;s:14:\"46.101.238.182\";i:65;s:14:\"46.101.238.189\";i:66;s:13:\"46.101.27.186\";i:67;s:15:\"193.182.144.211\";i:68;s:13:\"159.203.31.18\";i:69;s:15:\"193.234.225.128\";i:70;s:15:\"138.204.171.165\";i:71;s:13:\"213.183.56.79\";i:72;s:12:\"154.16.63.24\";i:73;s:15:\"188.166.253.148\";i:74;s:14:\"37.157.246.146\";i:75;s:13:\"46.101.110.43\";i:76;s:13:\"46.101.110.45\";i:77;s:14:\"157.230.121.36\";i:78;s:11:\"46.101.0.24\";i:79;s:12:\"46.101.20.96\";i:80;s:13:\"46.101.110.32\";i:81;s:12:\"37.235.52.25\";i:82;s:13:\"192.71.249.35\";i:83;s:12:\"192.71.26.29\";i:84;s:13:\"37.235.53.156\";i:85;s:13:\"37.235.48.146\";i:86;s:13:\"91.239.125.60\";i:87;s:12:\"139.59.15.79\";i:88;s:12:\"185.241.7.23\";i:89;s:13:\"45.63.121.159\";i:90;s:12:\"45.32.145.79\";i:91;s:14:\"151.236.10.238\";i:92;s:14:\"199.247.12.100\";i:93;s:13:\"213.183.54.66\";i:94;s:14:\"185.135.81.201\";i:95;s:12:\"138.68.24.60\";i:96;s:14:\"107.191.47.131\";i:97;s:13:\"138.68.24.115\";i:98;s:13:\"138.68.24.136\";i:99;s:13:\"138.68.24.207\";i:100;s:15:\"138.197.140.243\";i:101;s:15:\"138.197.130.232\";i:102;s:15:\"138.197.130.235\";i:103;s:13:\"139.59.155.26\";i:104;s:13:\"138.68.80.173\";i:105;s:14:\"139.59.190.241\";i:106;s:12:\"138.68.80.10\";i:107;s:13:\"139.59.29.167\";i:108;s:12:\"45.63.88.213\";i:109;s:12:\"45.63.86.120\";i:110;s:12:\"45.32.128.80\";i:111;s:14:\"104.156.229.24\";i:112;s:12:\"45.32.212.56\";i:113;s:15:\"104.156.255.184\";i:114;s:14:\"108.61.215.179\";i:115;s:13:\"45.32.166.195\";i:116;s:13:\"45.32.160.172\";i:117;s:12:\"45.32.171.24\";i:118;s:14:\"107.191.57.237\";i:119;s:11:\"45.63.26.78\";i:120;s:12:\"45.76.192.50\";i:121;s:12:\"45.32.36.158\";i:122;s:12:\"139.59.26.85\";i:123;s:13:\"139.59.22.109\";i:124;s:15:\"104.238.164.105\";i:125;s:11:\"45.63.76.68\";i:126;s:11:\"45.63.78.84\";i:127;s:13:\"45.32.195.186\";i:128;s:11:\"45.76.3.112\";i:129;s:10:\"45.32.7.22\";i:130;s:10:\"45.76.1.44\";i:131;s:15:\"159.203.186.225\";i:132;s:14:\"159.203.182.22\";i:133;s:14:\"159.203.182.60\";i:134;s:11:\"45.63.51.63\";i:135;s:12:\"45.63.61.213\";i:136;s:14:\"108.61.205.201\";i:137;s:13:\"45.32.192.198\";i:138;s:12:\"45.32.195.93\";i:139;s:10:\"45.63.97.4\";i:140;s:15:\"104.238.185.175\";i:141;s:14:\"104.238.185.46\";i:142;s:15:\"104.238.186.209\";i:143;s:13:\"45.76.128.250\";i:144;s:15:\"104.238.171.176\";i:145;s:14:\"206.189.49.237\";i:146;s:14:\"104.238.187.61\";i:147;s:15:\"104.238.174.234\";i:148;s:13:\"108.61.196.37\";i:149;s:14:\"108.61.197.147\";i:150;s:13:\"45.76.134.164\";i:151;s:13:\"45.76.135.253\";i:152;s:12:\"108.61.173.0\";i:153;s:11:\"45.63.96.68\";i:154;s:12:\"45.76.134.85\";i:155;s:13:\"45.32.183.128\";i:156;s:12:\"45.76.130.43\";i:157;s:13:\"45.76.129.212\";i:158;s:13:\"45.76.134.198\";i:159;s:13:\"45.76.134.237\";i:160;s:12:\"45.76.135.14\";i:161;s:14:\"103.14.141.207\";i:162;s:12:\"45.32.193.13\";i:163;s:12:\"45.76.44.221\";i:164;s:13:\"140.82.52.199\";i:165;s:12:\"199.247.9.63\";i:166;s:12:\"140.82.52.51\";i:167;s:12:\"45.77.61.188\";i:168;s:14:\"149.28.124.140\";i:169;s:14:\"108.61.229.252\";i:170;s:12:\"37.235.49.12\";i:171;s:15:\"185.224.196.223\";i:172;s:13:\"185.134.28.17\";i:173;s:13:\"138.68.77.156\";i:174;s:15:\"169.239.183.200\";i:175;s:11:\"217.78.1.71\";i:176;s:13:\"95.183.51.139\";i:177;s:12:\"45.76.122.71\";i:178;s:13:\"45.77.235.246\";i:179;s:14:\"64.225.109.248\";i:180;s:15:\"138.204.171.105\";i:181;s:15:\"207.148.106.182\";i:182;s:11:\"45.77.23.81\";i:183;s:12:\"141.164.58.9\";i:184;s:14:\"141.164.48.161\";i:185;s:14:\"141.164.35.233\";i:186;s:14:\"178.73.210.196\";i:187;s:13:\"178.73.210.23\";i:188;s:14:\"178.209.50.245\";i:189;s:14:\"178.209.50.251\";i:190;s:13:\"35.198.32.111\";i:191;s:13:\"34.95.238.211\";i:192;s:13:\"35.198.14.199\";i:193;s:13:\"95.215.226.33\";i:194;s:12:\"178.62.47.83\";i:195;s:13:\"46.101.86.253\";i:196;s:15:\"188.166.170.233\";i:197;s:14:\"128.199.230.46\";i:198;s:14:\"128.199.252.83\";i:199;s:13:\"46.101.172.39\";i:200;s:14:\"46.101.227.232\";i:201;s:12:\"192.34.63.77\";i:202;s:14:\"198.211.104.10\";i:203;s:14:\"198.199.91.244\";i:204;s:13:\"198.199.91.32\";i:205;s:12:\"139.59.6.165\";i:206;s:14:\"159.203.60.219\";i:207;s:14:\"198.199.126.66\";i:208;s:15:\"192.241.151.177\";i:209;s:13:\"139.59.170.38\";i:210;s:13:\"45.76.119.156\";i:211;s:13:\"178.62.59.196\";i:212;s:14:\"174.138.46.101\";i:213;s:14:\"46.101.217.181\";i:214;s:15:\"188.226.161.230\";i:215;s:12:\"67.207.82.93\";i:216;s:14:\"165.227.47.219\";i:217;s:13:\"95.179.210.32\";i:218;s:15:\"207.154.246.185\";i:219;s:13:\"142.93.31.128\";i:220;s:13:\"142.93.47.138\";i:221;s:13:\"178.128.45.91\";i:222;s:12:\"178.128.46.6\";i:223;s:12:\"46.101.37.24\";i:224;s:14:\"178.128.37.179\";i:225;s:14:\"162.243.29.225\";i:226;s:13:\"162.243.30.74\";i:227;s:14:\"162.243.32.153\";i:228;s:14:\"162.243.33.205\";i:229;s:14:\"162.243.20.174\";i:230;s:14:\"162.243.19.113\";i:231;s:15:\"192.241.242.113\";i:232;s:14:\"178.73.210.243\";i:233;s:15:\"107.170.248.179\";i:234;s:14:\"107.170.203.65\";i:235;s:13:\"46.101.75.135\";i:236;s:11:\"45.63.27.30\";i:237;s:15:\"139.180.164.162\";i:238;s:13:\"165.22.77.197\";i:239;s:13:\"108.61.99.232\";i:240;s:15:\"198.199.111.122\";i:241;s:13:\"167.99.242.41\";i:242;s:15:\"198.199.115.185\";i:243;s:14:\"198.199.95.216\";i:244;s:13:\"45.32.251.210\";}i:6;a:87:{i:0;s:39:\"2001:19f0:7001:18cd:5400:00ff:fe03:86f7\";i:1;s:38:\"2001:19f0:9002:18b:5400:00ff:fe46:338d\";i:2;s:37:\"2001:19f0:6801:b6:5400:00ff:fe2d:9386\";i:3;s:26:\"2a03:b0c0:0:1010::386:7001\";i:4;s:26:\"2a03:b0c0:0:1010::39c:2001\";i:5;s:26:\"2a03:b0c0:0:1010::539:9001\";i:6;s:38:\"2001:19f0:5c01:1a9:5054:00ff:feb5:3dfd\";i:7;s:26:\"2a03:b0c0:0:1010::385:4001\";i:8;s:23:\"2a03:b0c0:1:d0::5e:f001\";i:9;s:38:\"2001:19f0:7402:1ab:5054:00ff:fec5:d750\";i:10;s:23:\"2a03:b0c0:1:d0::df:6001\";i:11;s:38:\"2001:19f0:5801:20d:5054:00ff:fea5:ffcc\";i:12;s:23:\"2a03:b0c0:1:d0::df:4001\";i:13;s:23:\"2a03:b0c0:1:d0::df:b001\";i:14;s:26:\"2a03:b0c0:0:1010::349:e001\";i:15;s:23:\"2a03:b0c0:0:1010::3a5:1\";i:16;s:23:\"2a03:b0c0:1:d0::df:3001\";i:17;s:26:\"2604:a880:0:1010::d3d:a001\";i:18;s:23:\"2a03:b0c0:1:d0::d0:3001\";i:19;s:25:\"2604:a880:0:1010::56:6001\";i:20;s:23:\"2a03:b0c0:1:d0::df:a001\";i:21;s:23:\"2a03:b0c0:1:d0::5b:a001\";i:22;s:23:\"2a03:b0c0:1:d0::5b:c001\";i:23;s:23:\"2a03:b0c0:1:d0::5c:2001\";i:24;s:26:\"2604:a880:0:1010::d32:6001\";i:25;s:26:\"2604:a880:0:1010::d32:5001\";i:26;s:24:\"2a03:b0c0:1:d0::2e5:1001\";i:27;s:24:\"2a03:b0c0:1:d0::2e5:2001\";i:28;s:24:\"2a03:b0c0:3:d0::173:b001\";i:29;s:24:\"2a03:b0c0:3:d0::179:a001\";i:30;s:24:\"2a03:b0c0:3:d0::179:b001\";i:31;s:23:\"2a03:b0c0:1:d0::91:5001\";i:32;s:24:\"2a03:b0c0:3:d0::216:9001\";i:33;s:24:\"2a03:b0c0:3:d0::216:a001\";i:34;s:21:\"2a03:b0c0:1:d0::44f:1\";i:35;s:24:\"2a03:b0c0:1:d0::1de:6001\";i:36;s:24:\"2a03:b0c0:3:d0::b61:9001\";i:37;s:25:\"2400:6180:100:d0::8e:e001\";i:38;s:38:\"2001:19f0:7001:76c:5400:00ff:fe2c:0bea\";i:39;s:37:\"2001:19f0:6801:ba:5400:00ff:fe2e:556f\";i:40;s:39:\"2001:19f0:6800:8784:5400:00ff:fe05:7fa6\";i:41;s:38:\"2001:19f0:ac01:1e2:5400:00ff:fe37:00e9\";i:42;s:38:\"2001:19f0:ac01:195:5400:00ff:fe37:00ea\";i:43;s:38:\"2001:19f0:ac01:1b7:5400:00ff:fe37:00eb\";i:44;s:38:\"2001:19f0:ac01:1dc:5400:00ff:fe37:00ec\";i:45;s:37:\"2001:19f0:5401:b8:5400:00ff:fe37:00fa\";i:46;s:37:\"2001:19f0:5401:b6:5400:00ff:fe37:00fb\";i:47;s:37:\"2001:19f0:5401:b7:5400:00ff:fe37:00fd\";i:48;s:38:\"2001:19f0:9002:138:5400:00ff:fe37:02a1\";i:49;s:38:\"2001:19f0:9002:17d:5400:00ff:fe37:02a2\";i:50;s:38:\"2001:19f0:9002:17e:5400:00ff:fe37:02a3\";i:51;s:38:\"2001:19f0:5801:20f:5400:00ff:fe37:027f\";i:52;s:38:\"2001:19f0:5801:20e:5400:00ff:fe37:027e\";i:53;s:39:\"2001:19f0:7001:18d6:5400:00ff:fe37:0412\";i:54;s:39:\"2001:19f0:7001:18c4:5400:00ff:fe37:0413\";i:55;s:38:\"2001:19f0:5c01:156:5400:00ff:fe37:080b\";i:56;s:38:\"2001:19f0:5c01:163:5400:00ff:fe37:080c\";i:57;s:38:\"2001:19f0:5c01:1a6:5400:00ff:fe37:080d\";i:58;s:38:\"2001:19f0:6401:14a:5400:00ff:fe37:0870\";i:59;s:35:\"2001:19f0:5:33f:5400:00ff:fe37:2d7b\";i:60;s:35:\"2001:19f0:5:340:5400:00ff:fe37:2d7d\";i:61;s:35:\"2001:19f0:5:342:5400:00ff:fe37:2d7f\";i:62;s:26:\"2604:a880:400:d0::a27:6001\";i:63;s:26:\"2604:a880:400:d0::a27:7001\";i:64;s:26:\"2604:a880:400:d0::a27:8001\";i:65;s:38:\"2001:19f0:6001:4ad:5400:00ff:fe37:2e33\";i:66;s:38:\"2001:19f0:6001:27c:5400:00ff:fe37:2e79\";i:67;s:38:\"2001:19f0:6401:12d:5400:00ff:fe37:2eb2\";i:68;s:38:\"2001:19f0:6401:14c:5400:00ff:fe37:2eb7\";i:69;s:37:\"2001:19f0:6401:93:5400:00ff:fe37:2eeb\";i:70;s:23:\"2a03:b0c0:1:d0::a4:6001\";i:71;s:24:\"2a03:b0c0:1:a1::3a5:3001\";i:72;s:21:\"2400:6180:0:d0::257:1\";i:73;s:24:\"2a03:b0c0:3:d0::b6d:4001\";i:74;s:24:\"2a03:b0c0:3:d0::b6d:5001\";i:75;s:22:\"2604:a880:400:d0::2c:1\";i:76;s:26:\"2604:a880:400:d0::699:7001\";i:77;s:26:\"2604:a880:400:d0::699:9001\";i:78;s:25:\"2400:6180:100:d0::94:9001\";i:79;s:26:\"2604:a880:cad:d0::2d4:c001\";i:80;s:23:\"2a03:b0c0:0:1010::3ae:1\";i:81;s:25:\"2a03:b0c0:1:d0::1432:7001\";i:82;s:25:\"2a03:b0c0:3:d0::5764:f001\";i:83;s:27:\"2a03:b0c0:0:1010::1404:3001\";i:84;s:26:\"2604:a880:cad:d0::b45:d001\";i:85;s:23:\"2a03:b0c0:3:d0::e2:a001\";i:86;s:25:\"2604:a880:2:d0::2147:7001\";}}s:6:\"stripe\";a:2:{i:4;a:110:{i:0;s:14:\"13.112.224.240\";i:1;s:13:\"13.115.13.148\";i:2;s:14:\"13.210.129.177\";i:3;s:14:\"13.210.176.167\";i:4;s:14:\"13.228.126.182\";i:5;s:14:\"13.228.224.121\";i:6;s:12:\"13.230.11.13\";i:7;s:13:\"13.230.90.110\";i:8;s:13:\"13.55.153.188\";i:9;s:10:\"13.55.5.15\";i:10;s:13:\"13.56.126.253\";i:11;s:13:\"13.56.173.200\";i:12;s:13:\"13.56.173.232\";i:13;s:13:\"13.57.108.134\";i:14;s:13:\"13.57.155.157\";i:15;s:13:\"13.57.156.206\";i:16;s:13:\"13.57.157.116\";i:17;s:12:\"13.57.90.254\";i:18;s:11:\"13.57.98.27\";i:19;s:13:\"18.194.147.12\";i:20;s:14:\"18.195.120.229\";i:21;s:14:\"18.195.125.165\";i:22;s:13:\"34.200.27.109\";i:23;s:12:\"34.200.47.89\";i:24;s:14:\"34.202.153.183\";i:25;s:13:\"34.204.109.15\";i:26;s:14:\"34.213.149.138\";i:27;s:13:\"34.214.229.69\";i:28;s:14:\"34.223.201.215\";i:29;s:13:\"34.237.201.68\";i:30;s:14:\"34.237.253.141\";i:31;s:14:\"34.238.187.115\";i:32;s:12:\"34.239.14.72\";i:33;s:14:\"34.240.123.193\";i:34;s:14:\"34.241.202.139\";i:35;s:12:\"34.241.54.72\";i:36;s:13:\"34.241.59.225\";i:37;s:12:\"34.250.29.31\";i:38;s:13:\"34.250.89.120\";i:39;s:12:\"35.156.131.6\";i:40;s:14:\"35.156.194.238\";i:41;s:13:\"35.157.227.67\";i:42;s:14:\"35.158.254.198\";i:43;s:12:\"35.163.82.19\";i:44;s:14:\"35.164.105.206\";i:45;s:14:\"35.164.124.216\";i:46;s:11:\"50.16.2.231\";i:47;s:13:\"50.18.212.157\";i:48;s:13:\"50.18.212.223\";i:49;s:13:\"50.18.219.232\";i:50;s:11:\"52.1.23.197\";i:51;s:13:\"52.196.53.105\";i:52;s:13:\"52.196.95.231\";i:53;s:12:\"52.204.6.233\";i:54;s:14:\"52.205.132.193\";i:55;s:13:\"52.211.198.11\";i:56;s:12:\"52.212.99.37\";i:57;s:13:\"52.213.35.125\";i:58;s:12:\"52.22.83.139\";i:59;s:13:\"52.220.44.249\";i:60;s:12:\"52.25.214.31\";i:61;s:12:\"52.26.11.205\";i:62;s:13:\"52.26.132.102\";i:63;s:11:\"52.26.14.11\";i:64;s:13:\"52.36.167.221\";i:65;s:11:\"52.53.133.6\";i:66;s:12:\"52.54.150.82\";i:67;s:12:\"52.57.221.37\";i:68;s:13:\"52.59.173.230\";i:69;s:11:\"52.62.14.35\";i:70;s:12:\"52.62.203.73\";i:71;s:11:\"52.63.106.9\";i:72;s:12:\"52.63.119.77\";i:73;s:13:\"52.65.161.237\";i:74;s:12:\"52.73.161.98\";i:75;s:13:\"52.74.114.251\";i:76;s:11:\"52.74.98.83\";i:77;s:12:\"52.76.14.176\";i:78;s:13:\"52.76.156.251\";i:79;s:13:\"52.76.174.156\";i:80;s:11:\"52.77.80.43\";i:81;s:10:\"52.8.19.58\";i:82;s:10:\"52.8.8.189\";i:83;s:13:\"54.149.153.72\";i:84;s:13:\"54.152.36.104\";i:85;s:13:\"54.183.95.195\";i:86;s:14:\"54.187.182.230\";i:87;s:13:\"54.187.199.38\";i:88;s:14:\"54.187.208.163\";i:89;s:14:\"54.238.140.239\";i:90;s:13:\"54.65.115.204\";i:91;s:11:\"54.65.97.98\";i:92;s:12:\"54.67.48.128\";i:93;s:12:\"54.67.52.245\";i:94;s:13:\"54.68.165.206\";i:95;s:13:\"54.68.183.151\";i:96;s:13:\"107.23.48.182\";i:97;s:13:\"107.23.48.232\";i:98;s:10:\"3.18.12.63\";i:99;s:13:\"3.130.192.231\";i:100;s:13:\"13.235.14.237\";i:101;s:14:\"13.235.122.149\";i:102;s:13:\"18.211.135.69\";i:103;s:14:\"35.154.171.200\";i:104;s:12:\"52.15.183.38\";i:105;s:13:\"54.88.130.119\";i:106;s:13:\"54.88.130.237\";i:107;s:14:\"54.187.174.169\";i:108;s:14:\"54.187.205.235\";i:109;s:13:\"54.187.216.72\";}i:6;a:0:{}}s:11:\"uptimerobot\";a:2:{i:4;a:70:{i:0;s:15:\"216.144.250.150\";i:1;s:14:\"69.162.124.226\";i:2;s:14:\"69.162.124.227\";i:3;s:14:\"69.162.124.228\";i:4;s:14:\"69.162.124.229\";i:5;s:14:\"69.162.124.230\";i:6;s:14:\"69.162.124.231\";i:7;s:14:\"69.162.124.232\";i:8;s:14:\"69.162.124.233\";i:9;s:14:\"69.162.124.234\";i:10;s:14:\"69.162.124.235\";i:11;s:14:\"69.162.124.236\";i:12;s:14:\"69.162.124.237\";i:13;s:13:\"63.143.42.242\";i:14;s:13:\"63.143.42.243\";i:15;s:13:\"63.143.42.244\";i:16;s:13:\"63.143.42.245\";i:17;s:13:\"63.143.42.246\";i:18;s:13:\"63.143.42.247\";i:19;s:13:\"63.143.42.248\";i:20;s:13:\"63.143.42.249\";i:21;s:13:\"63.143.42.250\";i:22;s:13:\"63.143.42.251\";i:23;s:13:\"63.143.42.252\";i:24;s:13:\"63.143.42.253\";i:25;s:14:\"216.245.221.82\";i:26;s:14:\"216.245.221.83\";i:27;s:14:\"216.245.221.84\";i:28;s:14:\"216.245.221.85\";i:29;s:14:\"216.245.221.86\";i:30;s:14:\"216.245.221.87\";i:31;s:14:\"216.245.221.88\";i:32;s:14:\"216.245.221.89\";i:33;s:14:\"216.245.221.90\";i:34;s:14:\"216.245.221.91\";i:35;s:14:\"216.245.221.92\";i:36;s:14:\"216.245.221.93\";i:37;s:14:\"208.115.199.18\";i:38;s:14:\"208.115.199.19\";i:39;s:14:\"208.115.199.20\";i:40;s:14:\"208.115.199.21\";i:41;s:14:\"208.115.199.22\";i:42;s:14:\"208.115.199.23\";i:43;s:14:\"208.115.199.24\";i:44;s:14:\"208.115.199.25\";i:45;s:14:\"208.115.199.26\";i:46;s:14:\"208.115.199.27\";i:47;s:14:\"208.115.199.28\";i:48;s:14:\"208.115.199.29\";i:49;s:14:\"208.115.199.30\";i:50;s:14:\"46.137.190.132\";i:51;s:14:\"122.248.234.23\";i:52;s:14:\"167.99.209.234\";i:53;s:13:\"178.62.52.237\";i:54;s:12:\"54.79.28.129\";i:55;s:13:\"54.94.142.218\";i:56;s:14:\"104.131.107.63\";i:57;s:12:\"54.67.10.127\";i:58;s:12:\"54.64.67.106\";i:59;s:13:\"159.203.30.41\";i:60;s:14:\"46.101.250.135\";i:61;s:12:\"18.221.56.27\";i:62;s:13:\"52.60.129.180\";i:63;s:12:\"159.89.8.111\";i:64;s:14:\"146.185.143.14\";i:65;s:14:\"139.59.173.249\";i:66;s:14:\"165.227.83.148\";i:67;s:15:\"128.199.195.156\";i:68;s:15:\"138.197.150.151\";i:69;s:13:\"34.233.66.117\";}i:6;a:67:{i:70;s:16:\"2607:ff68:107::3\";i:71;s:16:\"2607:ff68:107::4\";i:72;s:16:\"2607:ff68:107::5\";i:73;s:16:\"2607:ff68:107::6\";i:74;s:16:\"2607:ff68:107::7\";i:75;s:16:\"2607:ff68:107::8\";i:76;s:16:\"2607:ff68:107::9\";i:77;s:17:\"2607:ff68:107::10\";i:78;s:17:\"2607:ff68:107::11\";i:79;s:17:\"2607:ff68:107::12\";i:80;s:17:\"2607:ff68:107::13\";i:81;s:17:\"2607:ff68:107::14\";i:82;s:17:\"2607:ff68:107::15\";i:83;s:17:\"2607:ff68:107::16\";i:84;s:17:\"2607:ff68:107::17\";i:85;s:17:\"2607:ff68:107::18\";i:86;s:17:\"2607:ff68:107::19\";i:87;s:17:\"2607:ff68:107::20\";i:88;s:17:\"2607:ff68:107::21\";i:89;s:17:\"2607:ff68:107::22\";i:90;s:17:\"2607:ff68:107::23\";i:91;s:17:\"2607:ff68:107::24\";i:92;s:17:\"2607:ff68:107::25\";i:93;s:17:\"2607:ff68:107::26\";i:94;s:17:\"2607:ff68:107::27\";i:95;s:17:\"2607:ff68:107::28\";i:96;s:17:\"2607:ff68:107::29\";i:97;s:17:\"2607:ff68:107::30\";i:98;s:17:\"2607:ff68:107::31\";i:99;s:17:\"2607:ff68:107::32\";i:100;s:17:\"2607:ff68:107::33\";i:101;s:17:\"2607:ff68:107::34\";i:102;s:17:\"2607:ff68:107::35\";i:103;s:17:\"2607:ff68:107::36\";i:104;s:17:\"2607:ff68:107::37\";i:105;s:17:\"2607:ff68:107::38\";i:106;s:17:\"2607:ff68:107::39\";i:107;s:17:\"2607:ff68:107::40\";i:108;s:17:\"2607:ff68:107::41\";i:109;s:17:\"2607:ff68:107::42\";i:110;s:17:\"2607:ff68:107::43\";i:111;s:17:\"2607:ff68:107::44\";i:112;s:17:\"2607:ff68:107::45\";i:113;s:17:\"2607:ff68:107::46\";i:114;s:17:\"2607:ff68:107::47\";i:115;s:17:\"2607:ff68:107::48\";i:116;s:17:\"2607:ff68:107::49\";i:117;s:17:\"2607:ff68:107::50\";i:118;s:17:\"2607:ff68:107::51\";i:119;s:17:\"2607:ff68:107::52\";i:120;s:17:\"2607:ff68:107::53\";i:121;s:17:\"2607:ff68:107::54\";i:122;s:17:\"2607:ff68:107::55\";i:123;s:24:\"2a03:b0c0:2:d0::fa3:e001\";i:124;s:24:\"2a03:b0c0:1:d0::e54:a001\";i:125;s:26:\"2604:a880:800:10::4e6:f001\";i:126;s:26:\"2604:a880:cad:d0::122:7001\";i:127;s:24:\"2a03:b0c0:3:d0::33e:4001\";i:128;s:38:\"2600:1f16:775:3a01:70d6:601a:1eb5:dbb9\";i:129;s:36:\"2600:1f11:56a:9000:23:651b:dac0:9be4\";i:130;s:23:\"2a03:b0c0:3:d0::44:f001\";i:131;s:25:\"2a03:b0c0:0:1010::2b:b001\";i:132;s:23:\"2a03:b0c0:1:d0::22:5001\";i:133;s:25:\"2604:a880:400:d0::4f:3001\";i:134;s:23:\"2400:6180:0:d0::16:d001\";i:135;s:25:\"2604:a880:cad:d0::18:f001\";i:136;s:37:\"2600:1f18:179:f900:88b2:b3d:e487:e2f4\";}}}','no'),(439285,'hustle_notice_stop_support_m2','a:0:{}','yes'),(435661,'recovery_keys','a:0:{}','yes'),(435832,'_transient_health-check-site-status-result','{\"good\":\"12\",\"recommended\":\"7\",\"critical\":\"1\"}','yes'),(510290,'_site_transient_timeout_icwp-wpsf-releases','1632920389','no'),(510291,'_site_transient_icwp-wpsf-releases','a:30:{i:0;s:6:\"12.0.3\";i:1;s:6:\"12.0.2\";i:2;s:6:\"12.0.1\";i:3;s:6:\"12.0.0\";i:4;s:6:\"11.5.5\";i:5;s:6:\"11.5.4\";i:6;s:6:\"11.5.3\";i:7;s:6:\"11.5.2\";i:8;s:6:\"11.5.1\";i:9;s:6:\"11.5.0\";i:10;s:6:\"11.4.5\";i:11;s:6:\"11.4.4\";i:12;s:6:\"11.4.3\";i:13;s:6:\"11.4.2\";i:14;s:6:\"11.4.1\";i:15;s:6:\"11.4.0\";i:16;s:6:\"11.3.0\";i:17;s:6:\"11.2.4\";i:18;s:6:\"11.2.3\";i:19;s:6:\"11.2.2\";i:20;s:6:\"11.2.1\";i:21;s:6:\"11.2.0\";i:22;s:6:\"11.1.1\";i:23;s:6:\"11.1.0\";i:24;s:6:\"11.0.3\";i:25;s:6:\"11.0.2\";i:26;s:6:\"11.0.1\";i:27;s:6:\"11.0.0\";i:28;s:6:\"10.2.6\";i:29;s:6:\"10.2.4\";}','no'),(468215,'_site_transient_shield_mod_config_cb9d9aea63f985b43df6919c165acb26','a:8:{s:4:\"slug\";s:11:\"audit_trail\";s:10:\"properties\";a:14:{s:4:\"slug\";s:11:\"audit_trail\";s:4:\"name\";s:11:\"Audit Trail\";s:12:\"sidebar_name\";s:11:\"Audit Trail\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:11:\"audit_trail\";s:7:\"tagline\";s:50:\"Track All Site Activity: Who, What, When and Where\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:1;s:5:\"order\";i:110;}s:10:\"menu_items\";a:1:{i:0;a:2:{s:5:\"title\";s:11:\"Audit Trail\";s:4:\"slug\";s:14:\"audit-redirect\";}}s:16:\"custom_redirects\";a:1:{i:0;a:3:{s:15:\"source_mod_page\";s:14:\"audit-redirect\";s:15:\"target_mod_page\";s:8:\"insights\";s:10:\"query_args\";a:1:{s:4:\"inav\";s:5:\"audit\";}}}s:8:\"sections\";a:4:{i:0;a:6:{s:4:\"slug\";s:27:\"section_audit_trail_options\";s:7:\"primary\";b:1;s:5:\"title\";s:19:\"Audit Trail Options\";s:11:\"title_short\";s:7:\"Options\";s:9:\"beacon_id\";i:241;s:7:\"summary\";a:2:{i:0;s:61:\"Purpose - Provides finer control over the audit trail itself.\";i:1;s:67:\"Recommendation - These settings are dependent on your requirements.\";}}i:1;a:5:{s:4:\"slug\";s:23:\"section_change_tracking\";s:6:\"hidden\";b:1;s:5:\"title\";s:15:\"Change Tracking\";s:11:\"title_short\";s:15:\"Change Tracking\";s:7:\"summary\";a:2:{i:0;s:49:\"Purpose - Track significant changes to your site.\";i:1;s:55:\"Recommendation - Keep this Reporting feature turned on.\";}}i:2;a:5:{s:4:\"slug\";s:41:\"section_enable_plugin_feature_audit_trail\";s:5:\"title\";s:26:\"Enable Module: Audit Trail\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:241;s:7:\"summary\";a:2:{i:0;s:124:\"Purpose - The Audit Trail is designed so you can look back on events and analyse what happened and what may have gone wrong.\";i:1;s:56:\"Recommendation - Keep the Audit Trail feature turned on.\";}}i:3;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:7:{i:0;a:11:{s:3:\"key\";s:18:\"enable_audit_trail\";s:7:\"section\";s:41:\"section_enable_plugin_feature_audit_trail\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/5p\";s:9:\"link_blog\";s:19:\"https://shsec.io/a1\";s:9:\"beacon_id\";i:241;s:4:\"name\";s:18:\"Enable Audit Trail\";s:7:\"summary\";s:42:\"Enable (or Disable) The Audit Trail module\";s:11:\"description\";s:70:\"Un-Checking this option will completely disable the Audit Trail module\";}i:1;a:11:{s:3:\"key\";s:22:\"audit_trail_auto_clean\";s:7:\"section\";s:27:\"section_audit_trail_options\";s:7:\"default\";i:14;s:3:\"min\";i:1;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/a2\";s:9:\"link_blog\";s:19:\"https://shsec.io/a1\";s:9:\"beacon_id\";i:375;s:4:\"name\";s:10:\"Auto Clean\";s:7:\"summary\";s:26:\"Enable Audit Auto Cleaning\";s:11:\"description\";s:94:\"Events older than the number of days specified will be automatically cleaned from the database\";}i:2;a:12:{s:3:\"key\";s:23:\"audit_trail_max_entries\";s:7:\"section\";s:27:\"section_audit_trail_options\";s:7:\"premium\";b:1;s:7:\"default\";i:1000;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:19:\"https://shsec.io/hc\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:128;s:4:\"name\";s:16:\"Max Trail Length\";s:7:\"summary\";s:34:\"Maximum Audit Trail Length To Keep\";s:11:\"description\";s:73:\"Automatically remove any audit trail entries when this limit is exceeded.\";}i:3;a:10:{s:3:\"key\";s:22:\"enable_change_tracking\";s:7:\"section\";s:23:\"section_change_tracking\";s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:8:\"Disabled\";}i:1;a:2:{s:9:\"value_key\";s:7:\"enabled\";s:4:\"text\";s:7:\"Enabled\";}i:2;a:2:{s:9:\"value_key\";s:18:\"enabled_with_email\";s:4:\"text\";s:26:\"Enabled With Email Reports\";}}s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Enable Change Tracking\";s:7:\"summary\";s:32:\"Track Major Changes To Your Site\";s:11:\"description\";s:85:\"Tracking major changes to your site will help you monitor and catch malicious damage.\";}i:4;a:10:{s:3:\"key\";s:21:\"ct_snapshots_per_week\";s:7:\"section\";s:23:\"section_change_tracking\";s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:7;s:3:\"min\";i:1;s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Snapshot Per Week\";s:7:\"summary\";s:36:\"Number Of Snapshots To Take Per Week\";s:11:\"description\";s:72:\"The number of snapshots to take per week. For daily snapshots, select 7.\";}i:5;a:10:{s:3:\"key\";s:16:\"ct_max_snapshots\";s:7:\"section\";s:23:\"section_change_tracking\";s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:28;s:3:\"min\";i:1;s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Snapshot Per Week\";s:7:\"summary\";s:36:\"Number Of Snapshots To Take Per Week\";s:11:\"description\";s:72:\"The number of snapshots to take per week. For daily snapshots, select 7.\";}i:6;a:5:{s:3:\"key\";s:19:\"ct_last_snapshot_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}}s:11:\"definitions\";a:5:{s:10:\"db_classes\";a:1:{s:11:\"audit_trail\";s:69:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\AuditTrail\\Handler\";}s:20:\"db_table_audit_trail\";a:3:{s:4:\"slug\";s:11:\"audit_trail\";s:14:\"has_updated_at\";b:1;s:11:\"cols_custom\";a:8:{s:3:\"rid\";s:52:\"varchar(10) NOT NULL DEFAULT \'\' COMMENT \'Request ID\'\";s:2:\"ip\";s:59:\"varchar(40) NOT NULL DEFAULT 0 COMMENT \'Visitor IP Address\'\";s:11:\"wp_username\";s:51:\"varchar(255) NOT NULL DEFAULT \'-\' COMMENT \'WP User\'\";s:7:\"context\";s:59:\"varchar(32) NOT NULL DEFAULT \'none\' COMMENT \'Audit Context\'\";s:5:\"event\";s:66:\"varchar(50) NOT NULL DEFAULT \'none\' COMMENT \'Specific Audit Event\'\";s:8:\"category\";s:53:\"int(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Severity\'\";s:4:\"meta\";s:31:\"text COMMENT \'Audit Event Data\'\";s:5:\"count\";s:62:\"SMALLINT(5) UNSIGNED NOT NULL DEFAULT 1 COMMENT \'Repeat Count\'\";}}s:28:\"audit_trail_free_max_entries\";i:100;s:22:\"audit_trail_table_name\";s:11:\"audit_trail\";s:6:\"events\";a:22:{s:16:\"plugin_activated\";a:2:{s:7:\"context\";s:7:\"plugins\";s:14:\"audit_multiple\";b:1;}s:18:\"plugin_deactivated\";a:2:{s:7:\"context\";s:7:\"plugins\";s:14:\"audit_multiple\";b:1;}s:18:\"plugin_file_edited\";a:1:{s:7:\"context\";s:7:\"plugins\";}s:15:\"plugin_upgraded\";a:2:{s:7:\"context\";s:7:\"plugins\";s:14:\"audit_multiple\";b:1;}s:15:\"theme_activated\";a:1:{s:7:\"context\";s:6:\"themes\";}s:17:\"theme_file_edited\";a:1:{s:7:\"context\";s:6:\"themes\";}s:14:\"theme_upgraded\";a:2:{s:7:\"context\";s:6:\"themes\";s:14:\"audit_multiple\";b:1;}s:12:\"core_updated\";a:1:{s:7:\"context\";s:9:\"wordpress\";}s:20:\"permalinks_structure\";a:1:{s:7:\"context\";s:9:\"wordpress\";}s:12:\"post_deleted\";a:2:{s:7:\"context\";s:5:\"posts\";s:14:\"audit_multiple\";b:1;}s:12:\"post_trashed\";a:2:{s:7:\"context\";s:5:\"posts\";s:14:\"audit_multiple\";b:1;}s:14:\"post_recovered\";a:2:{s:7:\"context\";s:5:\"posts\";s:14:\"audit_multiple\";b:1;}s:12:\"post_updated\";a:2:{s:7:\"context\";s:5:\"posts\";s:14:\"audit_multiple\";b:1;}s:14:\"post_published\";a:2:{s:7:\"context\";s:5:\"posts\";s:14:\"audit_multiple\";b:1;}s:16:\"post_unpublished\";a:2:{s:7:\"context\";s:5:\"posts\";s:14:\"audit_multiple\";b:1;}s:10:\"user_login\";a:1:{s:7:\"context\";s:5:\"users\";}s:14:\"user_login_app\";a:1:{s:7:\"context\";s:5:\"users\";}s:15:\"user_registered\";a:1:{s:7:\"context\";s:5:\"users\";}s:12:\"user_deleted\";a:2:{s:7:\"context\";s:5:\"users\";s:14:\"audit_multiple\";b:1;}s:23:\"user_deleted_reassigned\";a:1:{s:7:\"context\";s:5:\"users\";}s:18:\"email_attempt_send\";a:2:{s:7:\"context\";s:6:\"emails\";s:14:\"audit_multiple\";b:1;}s:18:\"email_send_invalid\";a:2:{s:7:\"context\";s:6:\"emails\";s:14:\"audit_multiple\";b:1;}}}s:10:\"meta_modts\";i:1628268100;}','no'),(454647,'_site_transient_aptoweb_controller_c5bfaa','a:14:{s:10:\"properties\";a:17:{s:7:\"version\";s:6:\"12.0.3\";s:17:\"release_timestamp\";i:1632305800;s:5:\"build\";s:11:\"202109.2202\";s:11:\"slug_parent\";s:4:\"icwp\";s:11:\"slug_plugin\";s:4:\"wpsf\";s:10:\"human_name\";s:15:\"Shield Security\";s:10:\"menu_title\";s:6:\"Shield\";s:11:\"text_domain\";s:18:\"wp-simple-firewall\";s:16:\"base_permissions\";s:14:\"manage_options\";s:23:\"wpms_network_admin_only\";b:1;s:15:\"logging_enabled\";b:1;s:21:\"show_dashboard_widget\";b:1;s:19:\"show_admin_bar_menu\";b:1;s:10:\"autoupdate\";s:10:\"confidence\";s:15:\"autoupdate_days\";i:2;s:16:\"options_encoding\";s:4:\"json\";s:14:\"enable_premium\";b:1;}s:12:\"requirements\";a:2:{s:3:\"php\";s:3:\"7.0\";s:9:\"wordpress\";s:3:\"3.7\";}s:12:\"upgrade_reqs\";a:1:{s:4:\"10.0\";a:2:{s:3:\"php\";s:3:\"7.0\";s:2:\"wp\";s:5:\"3.5.2\";}}s:5:\"paths\";a:9:{s:6:\"config\";s:6:\"config\";s:6:\"source\";s:3:\"src\";s:8:\"autoload\";s:23:\"lib/vendor/autoload.php\";s:6:\"assets\";s:9:\"resources\";s:9:\"languages\";s:9:\"languages\";s:9:\"templates\";s:9:\"templates\";s:16:\"custom_templates\";s:16:\"shield_templates\";s:5:\"flags\";s:5:\"flags\";s:5:\"cache\";s:6:\"shield\";}s:8:\"includes\";a:4:{s:5:\"admin\";a:2:{s:3:\"css\";a:1:{i:0;s:13:\"global-plugin\";}s:2:\"js\";a:1:{i:0;s:13:\"global-plugin\";}}s:12:\"plugin_admin\";a:2:{s:3:\"css\";a:6:{i:0;s:7:\"select2\";i:1;s:6:\"plugin\";i:2;s:19:\"jquery/featherlight\";i:3;s:7:\"introjs\";i:4;s:17:\"shield/datatables\";i:5;s:15:\"shield/scanners\";}s:2:\"js\";a:10:{i:0;s:7:\"select2\";i:1;s:6:\"plugin\";i:2;s:19:\"jquery/featherlight\";i:3;s:19:\"jquery/fileDownload\";i:4;s:12:\"shield/tours\";i:5;s:16:\"bootstrap-select\";i:6;s:17:\"shield/datatables\";i:7;s:14:\"shield/traffic\";i:8;s:18:\"shield/audit_trail\";i:9;s:15:\"shield/scanners\";}}s:8:\"frontend\";a:2:{s:3:\"css\";a:0:{}s:2:\"js\";a:0:{}}s:8:\"register\";a:2:{s:3:\"css\";a:21:{s:9:\"bootstrap\";a:1:{s:3:\"url\";s:84:\"https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css\";}s:20:\"bootstrap-datepicker\";a:2:{s:3:\"url\";s:98:\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.8.0/css/bootstrap-datepicker.min.css\";s:4:\"deps\";a:1:{i:0;s:9:\"bootstrap\";}}s:16:\"bootstrap-select\";a:2:{s:3:\"url\";s:92:\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.18/css/bootstrap-select.min.css\";s:4:\"deps\";a:1:{i:0;s:9:\"bootstrap\";}}s:7:\"select2\";a:2:{s:3:\"url\";s:73:\"https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/css/select2.min.css\";s:4:\"deps\";a:1:{i:0;s:6:\"plugin\";}}s:20:\"datatables-bootstrap\";a:2:{s:3:\"url\";s:67:\"https://cdn.datatables.net/1.11.0/css/dataTables.bootstrap4.min.css\";s:4:\"deps\";a:1:{i:0;s:9:\"bootstrap\";}}s:22:\"datatables-searchpanes\";a:2:{s:3:\"url\";s:79:\"https://cdn.datatables.net/searchpanes/1.4.0/css/searchPanes.dataTables.min.css\";s:4:\"deps\";a:1:{i:0;s:20:\"datatables-bootstrap\";}}s:17:\"datatables-select\";a:2:{s:3:\"url\";s:69:\"https://cdn.datatables.net/select/1.3.3/css/select.dataTables.min.css\";s:4:\"deps\";a:1:{i:0;s:20:\"datatables-bootstrap\";}}s:18:\"datatables-buttons\";a:2:{s:3:\"url\";s:71:\"https://cdn.datatables.net/buttons/1.7.1/css/buttons.dataTables.min.css\";s:4:\"deps\";a:1:{i:0;s:20:\"datatables-bootstrap\";}}s:13:\"global-plugin\";a:0:{}s:6:\"plugin\";a:1:{s:4:\"deps\";a:2:{i:0;s:9:\"bootstrap\";i:1;s:13:\"global-plugin\";}}s:13:\"shield/wizard\";a:1:{s:4:\"deps\";a:2:{i:0;s:9:\"bootstrap\";i:1;s:13:\"global-plugin\";}}s:19:\"jquery/featherlight\";a:1:{s:3:\"url\";s:79:\"https://cdnjs.cloudflare.com/ajax/libs/featherlight/1.7.13/featherlight.min.css\";}s:8:\"chartist\";a:1:{s:3:\"url\";s:71:\"https://cdnjs.cloudflare.com/ajax/libs/chartist/0.11.4/chartist.min.css\";}s:22:\"chartist-plugin-legend\";a:1:{s:4:\"deps\";a:1:{i:0;s:8:\"chartist\";}}s:7:\"introjs\";a:1:{s:3:\"url\";s:69:\"https://cdnjs.cloudflare.com/ajax/libs/intro.js/3.3.1/introjs.min.css\";}s:13:\"shield/charts\";a:1:{s:4:\"deps\";a:1:{i:0;s:6:\"plugin\";}}s:13:\"shield/dialog\";a:2:{s:4:\"deps\";a:1:{i:0;s:22:\"wp-wp-jquery-ui-dialog\";}s:6:\"footer\";b:1;}s:13:\"shield/mainwp\";a:0:{}s:17:\"shield/datatables\";a:1:{s:4:\"deps\";a:5:{i:0;s:17:\"datatables-select\";i:1;s:18:\"datatables-buttons\";i:2;s:20:\"datatables-bootstrap\";i:3;s:22:\"datatables-searchpanes\";i:4;s:14:\"tp/highlightjs\";}}s:15:\"shield/scanners\";a:1:{s:4:\"deps\";a:4:{i:0;s:17:\"datatables-select\";i:1;s:18:\"datatables-buttons\";i:2;s:20:\"datatables-bootstrap\";i:3;s:14:\"tp/highlightjs\";}}s:14:\"tp/highlightjs\";a:1:{s:3:\"url\";s:81:\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/styles/default.min.css\";}}s:2:\"js\";a:45:{s:9:\"bootstrap\";a:2:{s:3:\"url\";s:89:\"https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.bundle.min.js\";s:4:\"deps\";a:1:{i:0;s:9:\"wp-jquery\";}}s:7:\"select2\";a:2:{s:3:\"url\";s:71:\"https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/js/select2.min.js\";s:4:\"deps\";a:1:{i:0;s:6:\"plugin\";}}s:20:\"bootstrap-datepicker\";a:2:{s:3:\"url\";s:96:\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.8.0/js/bootstrap-datepicker.min.js\";s:4:\"deps\";a:1:{i:0;s:9:\"bootstrap\";}}s:16:\"bootstrap-select\";a:2:{s:3:\"url\";s:90:\"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.18/js/bootstrap-select.min.js\";s:4:\"deps\";a:1:{i:0;s:9:\"bootstrap\";}}s:10:\"datatables\";a:2:{s:3:\"url\";s:61:\"https://cdn.datatables.net/1.11.0/js/jquery.dataTables.min.js\";s:4:\"deps\";a:2:{i:0;s:9:\"bootstrap\";i:1;s:9:\"wp-jquery\";}}s:20:\"datatables-bootstrap\";a:2:{s:3:\"url\";s:65:\"https://cdn.datatables.net/1.11.0/js/dataTables.bootstrap4.min.js\";s:4:\"deps\";a:1:{i:0;s:10:\"datatables\";}}s:22:\"datatables-searchpanes\";a:2:{s:3:\"url\";s:77:\"https://cdn.datatables.net/searchpanes/1.4.0/js/dataTables.searchPanes.min.js\";s:4:\"deps\";a:1:{i:0;s:20:\"datatables-bootstrap\";}}s:17:\"datatables-select\";a:2:{s:3:\"url\";s:67:\"https://cdn.datatables.net/select/1.3.3/js/dataTables.select.min.js\";s:4:\"deps\";a:1:{i:0;s:20:\"datatables-bootstrap\";}}s:18:\"datatables-buttons\";a:2:{s:3:\"url\";s:69:\"https://cdn.datatables.net/buttons/1.7.1/js/dataTables.buttons.min.js\";s:4:\"deps\";a:1:{i:0;s:20:\"datatables-bootstrap\";}}s:13:\"global-plugin\";a:1:{s:4:\"deps\";a:1:{i:0;s:9:\"wp-jquery\";}}s:6:\"plugin\";a:1:{s:4:\"deps\";a:6:{i:0;s:9:\"bootstrap\";i:1;s:20:\"datatables-bootstrap\";i:2;s:13:\"global-plugin\";i:3;s:17:\"shield/navigation\";i:4;s:10:\"base64.min\";i:5;s:13:\"lz-string.min\";}}s:10:\"base64.min\";a:1:{s:3:\"url\";s:58:\"https://cdn.jsdelivr.net/npm/js-base64@2.6.4/base64.min.js\";}s:13:\"lz-string.min\";a:0:{}s:19:\"jquery/fileDownload\";a:0:{}s:12:\"jquery/steps\";a:1:{s:3:\"url\";s:77:\"https://cdnjs.cloudflare.com/ajax/libs/jquery-steps/1.1.0/jquery.steps.min.js\";}s:19:\"jquery/featherlight\";a:1:{s:3:\"url\";s:78:\"https://cdnjs.cloudflare.com/ajax/libs/featherlight/1.7.13/featherlight.min.js\";}s:8:\"chartist\";a:1:{s:3:\"url\";s:70:\"https://cdnjs.cloudflare.com/ajax/libs/chartist/0.11.4/chartist.min.js\";}s:22:\"chartist-plugin-legend\";a:1:{s:4:\"deps\";a:1:{i:0;s:8:\"chartist\";}}s:7:\"introjs\";a:1:{s:3:\"url\";s:66:\"https://cdnjs.cloudflare.com/ajax/libs/intro.js/3.3.1/intro.min.js\";}s:13:\"shield/charts\";a:1:{s:4:\"deps\";a:3:{i:0;s:8:\"chartist\";i:1;s:22:\"chartist-plugin-legend\";i:2;s:6:\"plugin\";}}s:7:\"shuffle\";a:1:{s:3:\"url\";s:67:\"https://cdnjs.cloudflare.com/ajax/libs/Shuffle/5.3.0/shuffle.min.js\";}s:14:\"shield/shuffle\";a:1:{s:4:\"deps\";a:1:{i:0;s:7:\"shuffle\";}}s:13:\"shield/dialog\";a:1:{s:4:\"deps\";a:1:{i:0;s:19:\"wp-jquery-ui-dialog\";}}s:15:\"shield/comments\";a:2:{s:4:\"deps\";a:1:{i:0;s:9:\"wp-jquery\";}s:6:\"footer\";b:1;}s:15:\"shield/loginbot\";a:1:{s:4:\"deps\";a:1:{i:0;s:9:\"wp-jquery\";}}s:17:\"shield/navigation\";a:0:{}s:15:\"shield/secadmin\";a:1:{s:4:\"deps\";a:1:{i:0;s:9:\"wp-jquery\";}}s:13:\"shield/tables\";a:1:{s:4:\"deps\";a:1:{i:0;s:6:\"plugin\";}}s:18:\"shield/audit_trail\";a:1:{s:4:\"deps\";a:1:{i:0;s:17:\"shield/datatables\";}}s:14:\"shield/traffic\";a:1:{s:4:\"deps\";a:1:{i:0;s:17:\"shield/datatables\";}}s:17:\"shield/datatables\";a:1:{s:4:\"deps\";a:5:{i:0;s:17:\"datatables-select\";i:1;s:18:\"datatables-buttons\";i:2;s:20:\"datatables-bootstrap\";i:3;s:22:\"datatables-searchpanes\";i:4;s:14:\"tp/highlightjs\";}}s:15:\"shield/scanners\";a:1:{s:4:\"deps\";a:1:{i:0;s:17:\"shield/scantables\";}}s:17:\"shield/scantables\";a:1:{s:4:\"deps\";a:4:{i:0;s:17:\"datatables-select\";i:1;s:18:\"datatables-buttons\";i:2;s:20:\"datatables-bootstrap\";i:3;s:14:\"tp/highlightjs\";}}s:12:\"shield/tours\";a:1:{s:4:\"deps\";a:2:{i:0;s:6:\"plugin\";i:1;s:7:\"introjs\";}}s:13:\"shield/notbot\";a:0:{}s:12:\"shield/scans\";a:1:{s:4:\"deps\";a:1:{i:0;s:13:\"shield/tables\";}}s:13:\"shield/import\";a:1:{s:4:\"deps\";a:1:{i:0;s:6:\"plugin\";}}s:16:\"shield/ipanalyse\";a:1:{s:4:\"deps\";a:1:{i:0;s:6:\"plugin\";}}s:23:\"shield/mainwp-extension\";a:1:{s:4:\"deps\";a:1:{i:0;s:9:\"wp-jquery\";}}s:18:\"shield/userprofile\";a:2:{s:4:\"deps\";a:2:{i:0;s:10:\"u2f-bundle\";i:1;s:13:\"shield/dialog\";}s:6:\"footer\";b:1;}s:13:\"shield/wizard\";a:1:{s:4:\"deps\";a:3:{i:0;s:9:\"bootstrap\";i:1;s:13:\"global-plugin\";i:2;s:12:\"jquery/steps\";}}s:10:\"u2f-bundle\";a:0:{}s:13:\"tp/grecaptcha\";a:2:{s:3:\"url\";s:39:\"https://www.google.com/recaptcha/api.js\";s:10:\"attributes\";a:2:{s:5:\"async\";s:5:\"async\";s:5:\"defer\";s:5:\"defer\";}}s:11:\"tp/hcaptcha\";a:2:{s:3:\"url\";s:29:\"https://hcaptcha.com/1/api.js\";s:10:\"attributes\";a:2:{s:5:\"async\";s:5:\"async\";s:5:\"defer\";s:5:\"defer\";}}s:14:\"tp/highlightjs\";a:1:{s:3:\"url\";s:75:\"https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/highlight.min.js\";}}}}s:4:\"menu\";a:6:{s:4:\"show\";b:1;s:5:\"title\";s:15:\"Shield Security\";s:9:\"top_level\";b:1;s:14:\"do_submenu_fix\";b:1;s:10:\"icon_image\";s:20:\"pluginlogo_16x16.png\";s:11:\"has_submenu\";b:1;}s:6:\"labels\";a:10:{s:4:\"Name\";s:15:\"Shield Security\";s:11:\"Description\";s:108:\"Ultimate WP Security Protection - Scans, 2FA, Firewall, SPAM, Audit Trail, Security Admin, and so much more.\";s:5:\"Title\";s:15:\"Shield Security\";s:6:\"Author\";s:15:\"Shield Security\";s:10:\"AuthorName\";s:15:\"Shield Security\";s:9:\"PluginURI\";s:19:\"https://shsec.io/2f\";s:9:\"AuthorURI\";s:19:\"https://shsec.io/bv\";s:14:\"icon_url_16x16\";s:20:\"pluginlogo_16x16.png\";s:14:\"icon_url_32x32\";s:20:\"pluginlogo_32x32.png\";s:16:\"icon_url_128x128\";s:22:\"pluginlogo_128x128.png\";}s:4:\"meta\";a:3:{s:13:\"url_repo_home\";s:19:\"https://shsec.io/eh\";s:24:\"announcekit_changelog_id\";s:6:\"3ObUvS\";s:19:\"privacy_policy_href\";s:36:\"https://shsec.io/shieldprivacypolicy\";}s:11:\"plugin_meta\";a:1:{i:0;a:2:{s:4:\"name\";s:26:\"5✩ Rate This Plugin\";s:4:\"href\";s:23:\"https://shsec.io/wpsf29\";}}s:16:\"version_upgrades\";a:5:{i:0;s:6:\"10.1.0\";i:1;s:6:\"10.2.1\";i:2;s:6:\"11.2.0\";i:3;s:6:\"12.0.0\";i:4;s:6:\"12.0.1\";}s:12:\"action_links\";a:2:{s:6:\"remove\";N;s:3:\"add\";a:2:{i:0;a:5:{s:4:\"name\";s:18:\"Security Dashboard\";s:5:\"title\";s:24:\"Go To Security Dashboard\";s:4:\"href\";s:26:\"getPluginUrl_DashboardHome\";s:6:\"target\";s:4:\"_top\";s:4:\"show\";s:6:\"always\";}i:1;a:6:{s:4:\"name\";s:20:\"↑ Go Pro ↑\";s:5:\"title\";s:29:\"Get All PRO Security Features\";s:4:\"href\";s:19:\"https://shsec.io/d8\";s:6:\"target\";s:6:\"_blank\";s:9:\"highlight\";b:1;s:4:\"show\";s:4:\"free\";}}}s:16:\"previous_version\";s:6:\"12.0.3\";s:4:\"hash\";s:40:\"2d63b5c31c329c837fdc786f661b6587a2eb261f\";s:21:\"update_first_detected\";a:1:{s:6:\"12.0.4\";i:1632328151;}}','no'),(510497,'_transient_w3tc.verify_plugins','1','no'),(511099,'_site_transient_timeout_apto-db-ready-922cea4581','1632334412','no'),(511100,'_site_transient_apto-db-ready-922cea4581','1','no'),(511101,'_site_transient_timeout_apto-db-ready-b390480cda','1632334412','no'),(511102,'_site_transient_apto-db-ready-b390480cda','1','no'),(509636,'_site_transient_timeout_php_check_b18180942574278ff67528037bdd7ba9','1632679608','no'),(509637,'_site_transient_php_check_b18180942574278ff67528037bdd7ba9','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(510973,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1632328153;s:7:\"checked\";a:5:{s:15:\"LambdaGammaZeta\";s:3:\"1.0\";s:7:\"hopeful\";s:5:\"1.1.2\";s:14:\"twentynineteen\";s:3:\"1.5\";s:12:\"twentytwenty\";s:3:\"1.2\";s:15:\"twentytwentyone\";s:3:\"1.0\";}s:8:\"response\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.1.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.8.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.4.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(510974,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1632332519;s:8:\"response\";a:1:{s:32:\"wp-simple-firewall/icwp-wpsf.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:32:\"w.org/plugins/wp-simple-firewall\";s:4:\"slug\";s:18:\"wp-simple-firewall\";s:6:\"plugin\";s:32:\"wp-simple-firewall/icwp-wpsf.php\";s:11:\"new_version\";s:6:\"12.0.4\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wp-simple-firewall/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/wp-simple-firewall.12.0.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/wp-simple-firewall/assets/icon-256x256.png?rev=2475382\";s:2:\"1x\";s:71:\"https://ps.w.org/wp-simple-firewall/assets/icon-128x128.png?rev=2475382\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/wp-simple-firewall/assets/banner-1544x500.png?rev=2472340\";s:2:\"1x\";s:73:\"https://ps.w.org/wp-simple-firewall/assets/banner-772x250.png?rev=2472340\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.7\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:22:{s:41:\"admin-custom-login/admin-custom-login.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/admin-custom-login\";s:4:\"slug\";s:18:\"admin-custom-login\";s:6:\"plugin\";s:41:\"admin-custom-login/admin-custom-login.php\";s:11:\"new_version\";s:5:\"3.2.9\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/admin-custom-login/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/admin-custom-login.3.2.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/admin-custom-login/assets/icon-256x256.png?rev=1121656\";s:2:\"1x\";s:71:\"https://ps.w.org/admin-custom-login/assets/icon-128x128.png?rev=1121656\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/admin-custom-login/assets/banner-772x250.jpg?rev=1121656\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{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:6:\"4.1.12\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/akismet.4.1.12.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.48\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.48.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2601679\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2601679\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}s:16:\"gotmls/index.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:20:\"w.org/plugins/gotmls\";s:4:\"slug\";s:6:\"gotmls\";s:6:\"plugin\";s:16:\"gotmls/index.php\";s:11:\"new_version\";s:7:\"4.20.72\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/gotmls/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/gotmls.4.20.72.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/gotmls/assets/icon-256x256.png?rev=1001824\";s:2:\"1x\";s:59:\"https://ps.w.org/gotmls/assets/icon-128x128.png?rev=1001824\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/gotmls/assets/banner-772x250.jpg?rev=1043954\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.4.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.4.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:5:\"1.4.3\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/duplicator.1.4.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2083921\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2083921\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2085472\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:27:\"wordpress-popup/popover.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/wordpress-popup\";s:4:\"slug\";s:15:\"wordpress-popup\";s:6:\"plugin\";s:27:\"wordpress-popup/popover.php\";s:11:\"new_version\";s:7:\"7.4.5.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wordpress-popup/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/wordpress-popup.7.4.5.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-popup/assets/icon-128x128.gif?rev=2459217\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/wordpress-popup/assets/banner-1544x500.png?rev=2369052\";s:2:\"1x\";s:70:\"https://ps.w.org/wordpress-popup/assets/banner-772x250.png?rev=2369052\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:53:\"import-eventbrite-events/import-eventbrite-events.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/import-eventbrite-events\";s:4:\"slug\";s:24:\"import-eventbrite-events\";s:6:\"plugin\";s:53:\"import-eventbrite-events/import-eventbrite-events.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/import-eventbrite-events/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/import-eventbrite-events.1.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/import-eventbrite-events/assets/icon-256x256.png?rev=2542744\";s:2:\"1x\";s:77:\"https://ps.w.org/import-eventbrite-events/assets/icon-128x128.png?rev=2542744\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/import-eventbrite-events/assets/banner-1544x500.png?rev=2542744\";s:2:\"1x\";s:79:\"https://ps.w.org/import-eventbrite-events/assets/banner-772x250.png?rev=2542744\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:41:\"better-wp-security/better-wp-security.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:32:\"w.org/plugins/better-wp-security\";s:4:\"slug\";s:18:\"better-wp-security\";s:6:\"plugin\";s:41:\"better-wp-security/better-wp-security.php\";s:11:\"new_version\";s:5:\"8.0.2\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/better-wp-security/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/better-wp-security.8.0.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:70:\"https://ps.w.org/better-wp-security/assets/icon-256x256.jpg?rev=969999\";s:2:\"1x\";s:62:\"https://ps.w.org/better-wp-security/assets/icon.svg?rev=970042\";s:3:\"svg\";s:62:\"https://ps.w.org/better-wp-security/assets/icon.svg?rev=970042\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/better-wp-security/assets/banner-772x250.png?rev=2581716\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";a:0:{}s:14:\"upgrade_notice\";s:130:\"<p>Version 8.0.0 is a major new release for iThemes Security with a brand new user interface and new features like Two-Factor.</p>\";}s:19:\"keyring/keyring.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/keyring\";s:4:\"slug\";s:7:\"keyring\";s:6:\"plugin\";s:19:\"keyring/keyring.php\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/keyring/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/keyring.3.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/keyring/assets/icon-256x256.png?rev=1824013\";s:2:\"1x\";s:60:\"https://ps.w.org/keyring/assets/icon-256x256.png?rev=1824013\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/keyring/assets/banner-772x250.png?rev=520549\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:30:\"login-sidebar-widget/login.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/login-sidebar-widget\";s:4:\"slug\";s:20:\"login-sidebar-widget\";s:6:\"plugin\";s:30:\"login-sidebar-widget/login.php\";s:11:\"new_version\";s:5:\"6.0.9\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/login-sidebar-widget/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/login-sidebar-widget.6.0.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/login-sidebar-widget/assets/icon-256x256.png?rev=2067421\";s:2:\"1x\";s:73:\"https://ps.w.org/login-sidebar-widget/assets/icon-128x128.png?rev=2067421\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/login-sidebar-widget/assets/banner-772x250.png?rev=948931\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"2.0.2\";}s:52:\"mailchimp-forms-by-mailmunch/mailchimp-mailmunch.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:42:\"w.org/plugins/mailchimp-forms-by-mailmunch\";s:4:\"slug\";s:28:\"mailchimp-forms-by-mailmunch\";s:6:\"plugin\";s:52:\"mailchimp-forms-by-mailmunch/mailchimp-mailmunch.php\";s:11:\"new_version\";s:5:\"3.1.4\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/mailchimp-forms-by-mailmunch/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/mailchimp-forms-by-mailmunch.3.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/mailchimp-forms-by-mailmunch/assets/icon-256x256.png?rev=2277879\";s:2:\"1x\";s:81:\"https://ps.w.org/mailchimp-forms-by-mailmunch/assets/icon-128x128.png?rev=2277879\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/mailchimp-forms-by-mailmunch/assets/banner-1544x500.png?rev=1008181\";s:2:\"1x\";s:83:\"https://ps.w.org/mailchimp-forms-by-mailmunch/assets/banner-772x250.png?rev=1008181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:43:\"gf-form-multicolumn/gf-form-multicolumn.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/gf-form-multicolumn\";s:4:\"slug\";s:19:\"gf-form-multicolumn\";s:6:\"plugin\";s:43:\"gf-form-multicolumn/gf-form-multicolumn.php\";s:11:\"new_version\";s:5:\"3.2.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/gf-form-multicolumn/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/gf-form-multicolumn.3.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/gf-form-multicolumn/assets/icon-256x256.png?rev=1497218\";s:2:\"1x\";s:72:\"https://ps.w.org/gf-form-multicolumn/assets/icon-128x128.png?rev=1497218\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/gf-form-multicolumn/assets/banner-772x250.png?rev=1497218\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:27:\"ninja-forms/ninja-forms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/ninja-forms\";s:4:\"slug\";s:11:\"ninja-forms\";s:6:\"plugin\";s:27:\"ninja-forms/ninja-forms.php\";s:11:\"new_version\";s:7:\"3.5.8.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ninja-forms/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/ninja-forms.3.5.8.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747\";s:2:\"1x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-128x128.png?rev=1649747\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=2069024\";s:2:\"1x\";s:66:\"https://ps.w.org/ninja-forms/assets/banner-772x250.png?rev=2069024\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";}s:35:\"obfuscate-email/obfuscate-email.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/obfuscate-email\";s:4:\"slug\";s:15:\"obfuscate-email\";s:6:\"plugin\";s:35:\"obfuscate-email/obfuscate-email.php\";s:11:\"new_version\";s:5:\"3.8.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/obfuscate-email/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/obfuscate-email.3.8.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/obfuscate-email/assets/icon-128x128.png?rev=1103859\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/obfuscate-email/assets/banner-772x250.png?rev=773561\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:21:\"raw-html/raw_html.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/raw-html\";s:4:\"slug\";s:8:\"raw-html\";s:6:\"plugin\";s:21:\"raw-html/raw_html.php\";s:11:\"new_version\";s:5:\"1.6.3\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/raw-html/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/raw-html.1.6.3.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:52:\"https://s.w.org/plugins/geopattern-icon/raw-html.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.8\";}s:69:\"styles-and-layouts-for-gravity-forms/styles-layouts-gravity-forms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:50:\"w.org/plugins/styles-and-layouts-for-gravity-forms\";s:4:\"slug\";s:36:\"styles-and-layouts-for-gravity-forms\";s:6:\"plugin\";s:69:\"styles-and-layouts-for-gravity-forms/styles-layouts-gravity-forms.php\";s:11:\"new_version\";s:5:\"4.3.3\";s:3:\"url\";s:67:\"https://wordpress.org/plugins/styles-and-layouts-for-gravity-forms/\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/plugin/styles-and-layouts-for-gravity-forms.4.3.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:89:\"https://ps.w.org/styles-and-layouts-for-gravity-forms/assets/icon-256x256.png?rev=1352290\";s:2:\"1x\";s:89:\"https://ps.w.org/styles-and-layouts-for-gravity-forms/assets/icon-128x128.png?rev=1352290\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:92:\"https://ps.w.org/styles-and-layouts-for-gravity-forms/assets/banner-1544x500.jpg?rev=1352285\";s:2:\"1x\";s:91:\"https://ps.w.org/styles-and-layouts-for-gravity-forms/assets/banner-772x250.jpg?rev=1352285\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:33:\"theme-my-login/theme-my-login.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/theme-my-login\";s:4:\"slug\";s:14:\"theme-my-login\";s:6:\"plugin\";s:33:\"theme-my-login/theme-my-login.php\";s:11:\"new_version\";s:5:\"7.1.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/theme-my-login/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/theme-my-login.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/theme-my-login/assets/icon-256x256.png?rev=1891232\";s:2:\"1x\";s:67:\"https://ps.w.org/theme-my-login/assets/icon-128x128.png?rev=1891232\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/theme-my-login/assets/banner-1544x500.png?rev=1891232\";s:2:\"1x\";s:69:\"https://ps.w.org/theme-my-login/assets/banner-772x250.png?rev=1891232\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.4\";}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:7:\"1.16.61\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/updraftplus.1.16.61.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.2\";}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/w3-total-cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:5:\"2.1.8\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.2.1.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";s:2:\"1x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.8\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"17.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.17.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2363699\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:8:\"requires\";s:3:\"5.6\";}}}','no'),(439324,'bkup_c2c_obfuscate_email','a:6:{s:17:\"encode_everything\";s:1:\"1\";s:10:\"at_replace\";s:0:\"\";s:11:\"dot_replace\";s:0:\"\";s:18:\"use_text_direction\";s:0:\"\";s:16:\"use_display_none\";s:1:\"1\";s:8:\"_version\";s:3:\"3.7\";}','yes'),(439319,'ninja_forms_addons_feed','[{\"title\":\"Conditional Logic\",\"image\":\"assets\\/img\\/add-ons\\/conditional-logic.png\",\"content\":\"Build dynamic forms that can change as a user fills out the form. Show and hide fields. Send certain email, don\'t send others. Redirect to one of many pages. The possibilities are endless!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic\",\"plugin\":\"ninja-forms-conditionals\\/conditionals.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic+Docs\",\"version\":\"3.1\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Multi Step Forms\",\"image\":\"assets\\/img\\/add-ons\\/multi-step-forms.png\",\"content\":\"Give submissions a boost on any longer form by making it a multi-page form. Drag and drop fields between pages, add breadcrumb navigation, a progress bar, and loads more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/multi-step-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi+Step+Forms\",\"plugin\":\"ninja-forms-multi-part\\/multi-part.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/multi-step-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi+Step+Forms+Docs\",\"version\":\"3.0.26\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Front-End Posting\",\"image\":\"assets\\/img\\/add-ons\\/front-end-posting.png\",\"content\":\"Let users publish content just by submitting a form! Completely configurable including post type, title, even categories and tags. Set post status, author, and much more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting\",\"plugin\":\"ninja-forms-post-creation\\/ninja-forms-post-creation.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting+Docs\",\"version\":\"3.0.10\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"File Uploads\",\"image\":\"assets\\/img\\/add-ons\\/file-uploads.png\",\"content\":\"Upload files to WordPress, Google Drive, Dropbox, or Amazon S3. Upload documents, images, media, and more. Easily control file type and size. Add an upload field to any form!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads\",\"plugin\":\"ninja-forms-uploads\\/file-uploads.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads+Docs\",\"version\":\"3.3.12\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Layout and Styles\",\"image\":\"assets\\/img\\/add-ons\\/layout-styles.png\",\"content\":\"Drag and drop fields into columns and rows. Resize fields. Add backgrounds, adjust borders, and more. Design gorgeous forms without being a designer!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles\",\"plugin\":\"ninja-forms-style\\/ninja-forms-style.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles+Docs\",\"version\":\"3.0.29\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Mailchimp\",\"image\":\"assets\\/img\\/add-ons\\/mailchimp.png\",\"content\":\"Bring new life to your lists with upgraded Mailchimp signup forms for WordPress! Easy to build and customize with no code required. Link to lists and interest groups!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp\",\"plugin\":\"ninja-forms-mail-chimp\\/ninja-forms-mail-chimp.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp+Docs\",\"version\":\"3.2.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Campaign Monitor\",\"image\":\"assets\\/img\\/add-ons\\/campaign-monitor.png\",\"content\":\"Make any form a custom crafted WordPress signup form for Campaign Monitor. Connect to any list, link form fields to list fields, and watch your lists grow!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor\",\"plugin\":\"ninja-forms-campaign-monitor\\/ninja-forms-campaign-monitor.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"User Analytics\",\"image\":\"assets\\/img\\/add-ons\\/user-analytics.png\",\"content\":\"Get better data on where your form traffic is coming from with every submission. Add 12+ analytics fields including UTM values, URL referrer, geo data, and more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics\",\"plugin\":\"ninja-forms-user-analytics\\/ninja-forms-user-analytics.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Constant Contact\",\"image\":\"assets\\/img\\/add-ons\\/constant-contact.png\",\"content\":\"Connect WordPress to Constant Contact with forms that you can build and design just the way you want, no tech skills required! Subscribe users to any list or interest group.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact\",\"plugin\":\"ninja-forms-constant-contact\\/ninja-forms-constant-contact.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"AWeber\",\"image\":\"assets\\/img\\/add-ons\\/aweber.png\",\"content\":\"Build your lists faster with easy to design, professional quality WordPress signup forms. No technical skills required. Connect WordPress to AWeber with style!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber\",\"plugin\":\"ninja-forms-aweber\\/ninja-forms-aweber.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PayPal Express\",\"image\":\"assets\\/img\\/add-ons\\/paypal-express.png\",\"content\":\"Set up any form to accept PayPal payments with PayPal Express for WordPress! Base totals on a fixed amount, user entered amount, or a calculated total.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express\",\"plugin\":\"ninja-forms-paypal-express\\/ninja-forms-paypal-express.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express+Docs\",\"version\":\"3.0.15\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"MailPoet\",\"image\":\"assets\\/img\\/add-ons\\/mailpoet.png\",\"content\":\"Say hello better! Customize your MailPoet signup forms to draw more subscribers than ever before. Connect WordPress to any MailPoet list in minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet\",\"plugin\":\"ninja-forms-mailpoet\\/nf-mailpoet.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Zoho CRM\",\"image\":\"assets\\/img\\/add-ons\\/zoho-crm.png\",\"content\":\"Customize your forms to get the most out of your connection between WordPress and Zoho. Link form fields directly to Zoho fields, custom fields included, from almost any module.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/ninja-forms-zoho-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM+Docs\",\"version\":\"3.4\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Capsule CRM\",\"image\":\"assets\\/img\\/add-ons\\/capsule-crm.png\",\"content\":\"Boost conversions from WordPress to Capsule with forms tailor made to your audience. Link form fields to Capsule fields from a wide range of modules. Custom fields too!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM\",\"plugin\":\"ninja-forms-capsule-crm\\/ninja-forms-capsule-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM+Docs\",\"version\":\"3.4.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Stripe\",\"image\":\"assets\\/img\\/add-ons\\/stripe.png\",\"content\":\"Set up any WordPress form to accept credit card payments or donations through Stripe. Base totals on a fixed amount, user entered amount, or a calculated total!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe\",\"plugin\":\"ninja-forms-stripe\\/ninja-forms-stripe.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Insightly CRM\",\"image\":\"assets\\/img\\/add-ons\\/insightly-crm.png\",\"content\":\"Your customer\'s journey begins with your WordPress forms. Send Contacts, Leads, Opportunities, Custom fields and more seamlessly from WordPress to Insightly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM\",\"plugin\":\"ninja-forms-insightly-crm\\/ninja-forms-insightly-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PDF Form Submission\",\"image\":\"assets\\/img\\/add-ons\\/pdf-form-submission.png\",\"content\":\"Generate a PDF of any WordPress form submission. Export any submission as a PDF, or attach it to an email and send a copy to whoever needs one!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission\",\"plugin\":\"ninja-forms-pdf-submissions\\/nf-pdf-submissions.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission+Docs\",\"version\":\"3.1.4\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Trello\",\"image\":\"assets\\/img\\/add-ons\\/trello.png\",\"content\":\"Create a new Trello card with data from any WordPress form submission. Map fields to card details, assign members and labels, upload images, embed links.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello\",\"plugin\":\"ninja-forms-trello\\/ninja-forms-trello.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Elavon\",\"image\":\"assets\\/img\\/add-ons\\/elavon.png\",\"content\":\"Accept credit card payments from any of your WordPress forms. Pass customer and invoice info from any field securely into Elavon with each payment.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon\",\"plugin\":\"ninja-forms-elavon-payment-gateway\\/ninja-forms-elavon-payment-gateway.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Zapier\",\"image\":\"assets\\/img\\/add-ons\\/zapier.png\",\"content\":\"Don\'t see an add-on integration for a service you love? Don\'t worry! Connect WordPress to more than 1,500 different services through Zapier, no code required!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier\",\"plugin\":\"ninja-forms-zapier\\/ninja-forms-zapier.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier+Docs\",\"version\":\"3.0.8\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"}]},{\"title\":\"Salesforce CRM\",\"image\":\"assets\\/img\\/add-ons\\/salesforce-crm.png\",\"content\":\"Easily map any form field to any Salesforce Object or Field. A better connection to your customers begins with a better WordPress form builder!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM\",\"plugin\":\"ninja-forms-salesforce-crm\\/ninja-forms-salesforce-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM+Docs\",\"version\":\"3.3.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Slack\",\"image\":\"assets\\/img\\/add-ons\\/slack.png\",\"content\":\"Get realtime Slack notifications in the workspace and channel of your choice with any new WordPress form submission. @Mention any team member!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack\",\"plugin\":\"ninja-forms-slack\\/ninja-forms-slack.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"CleverReach\",\"image\":\"assets\\/img\\/add-ons\\/cleverreach.png\",\"content\":\"Grow the reach of your email marketing with better CleverReach signup forms. Tailor your forms to your audience with this easy to set up integration!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach\",\"plugin\":\"ninja-forms-cleverreach\\/ninja-forms-cleverreach.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach+Docs\",\"version\":\"3.1.5\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Webhooks\",\"image\":\"assets\\/img\\/add-ons\\/webhooks.png\",\"content\":\"Can\'t find a WordPress integration for the service you love? Send WordPress forms data to any external URL using a simple GET or POST request!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks\",\"plugin\":\"ninja-forms-webhooks\\/ninja-forms-webhooks.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"}]},{\"title\":\"Excel Export\",\"image\":\"assets\\/img\\/add-ons\\/excel-export.png\",\"content\":\"Export any form\'s submissions as a Microsoft Excel spreadsheet. Choose a date range, the fields you want to include, and export to Excel! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export\",\"plugin\":\"ninja-forms-excel-export\\/ninja-forms-excel-export.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export+Docs\",\"version\":\"3.3.2\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Formstack Documents\",\"image\":\"assets\\/img\\/add-ons\\/webmerge.png\",\"content\":\"Create specifically formatted templates from an uploaded PDF or Word document, then auto-fill them from any WordPress form submission!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents\",\"plugin\":\"ninja-forms-webmerge\\/ninja-forms-webmerge.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Help Scout\",\"image\":\"assets\\/img\\/add-ons\\/help-scout.png\",\"content\":\"Offering great support is hard. Tailor your WordPress forms to match your customers\' needs with this Help Scout integration for WordPress.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Emma\",\"image\":\"assets\\/img\\/add-ons\\/emma.png\",\"content\":\"Take your email marketing further with handcrafted, easy to build signup forms that connect directly into your Emma account! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma\",\"plugin\":\"ninja-forms-emma\\/ninja-forms-emma.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ClickSend SMS\",\"image\":\"assets\\/img\\/add-ons\\/clicksend-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS\",\"plugin\":\"ninja-forms-clicksend\\/ninja-forms-clicksend.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Twilio SMS\",\"image\":\"assets\\/img\\/add-ons\\/twilio-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS\",\"plugin\":\"ninja-forms-twilio\\/ninja-forms-twilio.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Recurly\",\"image\":\"assets\\/img\\/add-ons\\/recurly.png\",\"content\":\"Subscription plans a part of your business model? Let your users subscribe from any WordPress form & make management easier with Recurly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly\",\"plugin\":\"ninja-forms-recurly\\/ninja-forms-recurly.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"User Management\",\"image\":\"assets\\/img\\/add-ons\\/user-management.png\",\"content\":\"Allow your users to register, login, and manage their own profiles on your website. Customizable template forms for each, or design your own!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management\",\"plugin\":\"ninja-forms-user-management\\/ninja-forms-user-management.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management+Docs\",\"version\":\"3.0.12\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Save Progress\",\"image\":\"assets\\/img\\/add-ons\\/save-progress.png\",\"content\":\"Let your users save their work and reload it all when they have time to return. Don\'t lose out on valuable submissions for longer forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress\",\"plugin\":\"ninja-forms-save-progress\\/ninja-forms-save-progress.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress+Docs\",\"version\":\"3.0.25\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"EmailOctopus\",\"image\":\"assets\\/img\\/add-ons\\/emailoctopus.png\",\"content\":\"Pair WordPress\' best drag and drop form builder with your EmailOctopus account for incredibly effective signup forms. Easy, complete integration.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus\",\"plugin\":\"ninja-forms-emailoctopus\\/ninja-forms-emailoctopus.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PipelineDeals CRM\",\"image\":\"assets\\/img\\/add-ons\\/pipelinedeals-crm.png\",\"content\":\"Complete, effortless integration with PipelineDeals CRM. Increase the flow of leads into your sales pipeline with upgraded lead generation forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/zoho-integration.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Highrise CRM\",\"image\":\"assets\\/img\\/add-ons\\/highrise-crm.png\",\"content\":\"Get more out of the functional simplicity of Highrise CRM with forms that can be designed from the ground up to maximize conversion. \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM\",\"plugin\":\"ninja-forms-highrise-crm\\/ninja-forms-highrise-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ConvertKit\",\"image\":\"assets\\/img\\/add-ons\\/convertkit.png\",\"content\":\"Connect WordPress to your ConvertKit account with completely customizable opt-in forms. Watch your audience & sales grow like never before!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit\",\"plugin\":\"ninja-forms-convertkit\\/ninja-forms-convertkit.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"OnePageCRM\",\"image\":\"assets\\/img\\/add-ons\\/onepage-crm.png\",\"content\":\"Integrate WordPress with OnePage CRM seamlessly through highly customizable WordPress forms. Make better conversions <em>your<\\/em> Next Action!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM\",\"plugin\":\"ninja-forms-onepage-crm\\/ninja-forms-onepage-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ActiveCampaign\",\"image\":\"assets\\/img\\/add-ons\\/active-campaign.png\",\"content\":\"Design custom forms that link perfectly to your ActiveCampaign account for the ultimate in marketing automation. Better leads begin here!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign\",\"plugin\":\"ninja-forms-active-campaign\\/ninja-forms-active-campaign.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]}]','no'),(435656,'show_comments_cookies_opt_in','1','yes'),(435657,'admin_email_lifespan','0','yes'),(439237,'disallowed_keys','','no'),(439238,'comment_previously_approved','','yes'),(439239,'auto_plugin_theme_update_emails','a:0:{}','no'),(439306,'ninja_forms_required_updates','a:1:{s:25:\"CacheFieldReconcilliation\";s:19:\"2020-09-28 01:08:16\";}','yes'),(439307,'ninja_forms_zuul','65','no'),(510376,'_site_transient_timeout_apto-db-ready-d941baefc6','1632315702','no'),(511257,'_site_transient_timeout_apto_provider_ips','1632425019','no'),(511258,'_site_transient_apto_provider_ips','a:2:{s:8:\"services\";a:12:{s:10:\"cloudflare\";a:3:{s:4:\"name\";s:10:\"CloudFlare\";s:4:\"type\";a:2:{i:0;s:11:\"performance\";i:1;s:8:\"security\";}s:3:\"ips\";a:2:{i:4;a:15:{i:0;s:15:\"173.245.48.0/20\";i:1;s:15:\"103.21.244.0/22\";i:2;s:15:\"103.22.200.0/22\";i:3;s:13:\"103.31.4.0/22\";i:4;s:15:\"141.101.64.0/18\";i:5;s:16:\"108.162.192.0/18\";i:6;s:15:\"190.93.240.0/20\";i:7;s:15:\"188.114.96.0/20\";i:8;s:16:\"197.234.240.0/22\";i:9;s:15:\"198.41.128.0/17\";i:10;s:14:\"162.158.0.0/15\";i:11;s:13:\"104.16.0.0/13\";i:12;s:13:\"104.24.0.0/14\";i:13;s:13:\"172.64.0.0/13\";i:14;s:13:\"131.0.72.0/22\";}i:6;a:7:{i:0;s:14:\"2400:cb00::/32\";i:1;s:14:\"2606:4700::/32\";i:2;s:14:\"2803:f800::/32\";i:3;s:14:\"2405:b500::/32\";i:4;s:14:\"2405:8100::/32\";i:5;s:14:\"2a06:98c0::/29\";i:6;s:14:\"2c0f:f248::/32\";}}}s:10:\"duckduckgo\";a:4:{s:4:\"name\";s:13:\"DuckDuckGoBot\";s:6:\"agents\";a:1:{i:0;s:11:\"DuckDuckBot\";}s:4:\"type\";a:1:{i:0;s:6:\"search\";}s:3:\"ips\";a:2:{i:4;a:12:{i:0;s:12:\"23.21.227.69\";i:1;s:12:\"40.88.21.235\";i:2;s:13:\"50.16.241.113\";i:3;s:13:\"50.16.241.114\";i:4;s:13:\"50.16.241.117\";i:5;s:13:\"50.16.247.234\";i:6;s:12:\"52.204.97.54\";i:7;s:11:\"52.5.190.19\";i:8;s:14:\"54.197.234.188\";i:9;s:14:\"54.208.100.253\";i:10;s:13:\"54.208.102.37\";i:11;s:10:\"107.21.1.8\";}i:6;a:0:{}}}s:8:\"gtmetrix\";a:3:{s:4:\"name\";s:8:\"GTMetrix\";s:4:\"type\";a:1:{i:0;s:11:\"performance\";}s:3:\"ips\";a:2:{i:4;a:66:{i:0;s:14:\"52.162.212.163\";i:1;s:12:\"13.78.216.56\";i:2;s:13:\"65.52.113.236\";i:3;s:14:\"52.229.122.240\";i:4;s:14:\"172.255.48.147\";i:5;s:14:\"172.255.48.146\";i:6;s:14:\"172.255.48.145\";i:7;s:14:\"172.255.48.144\";i:8;s:14:\"172.255.48.143\";i:9;s:14:\"172.255.48.142\";i:10;s:14:\"24.109.190.162\";i:11;s:14:\"172.255.48.141\";i:12;s:14:\"172.255.48.140\";i:13;s:14:\"172.255.48.139\";i:14;s:14:\"172.255.48.138\";i:15;s:14:\"172.255.48.137\";i:16;s:14:\"172.255.48.136\";i:17;s:14:\"172.255.48.135\";i:18;s:14:\"172.255.48.134\";i:19;s:14:\"172.255.48.133\";i:20;s:14:\"172.255.48.132\";i:21;s:14:\"172.255.48.131\";i:22;s:14:\"172.255.48.130\";i:23;s:14:\"104.214.48.247\";i:24;s:13:\"40.74.243.176\";i:25;s:12:\"40.74.243.13\";i:26;s:13:\"40.74.242.253\";i:27;s:11:\"13.85.82.26\";i:28;s:11:\"13.85.24.90\";i:29;s:11:\"13.85.24.83\";i:30;s:10:\"13.66.7.11\";i:31;s:14:\"104.214.72.101\";i:32;s:14:\"191.235.99.221\";i:33;s:14:\"191.235.98.164\";i:34;s:11:\"104.41.2.19\";i:35;s:14:\"104.211.165.53\";i:36;s:13:\"104.211.143.8\";i:37;s:13:\"172.255.61.40\";i:38;s:13:\"172.255.61.39\";i:39;s:13:\"172.255.61.38\";i:40;s:13:\"172.255.61.37\";i:41;s:13:\"172.255.61.36\";i:42;s:13:\"172.255.61.35\";i:43;s:13:\"172.255.61.34\";i:44;s:12:\"20.52.146.77\";i:45;s:12:\"65.52.36.250\";i:46;s:12:\"70.37.83.240\";i:47;s:15:\"104.214.110.135\";i:48;s:14:\"157.55.189.189\";i:49;s:14:\"191.232.194.51\";i:50;s:12:\"52.175.57.81\";i:51;s:14:\"52.237.236.145\";i:52;s:13:\"52.237.250.73\";i:53;s:14:\"52.237.235.185\";i:54;s:12:\"40.83.89.214\";i:55;s:13:\"40.123.218.94\";i:56;s:14:\"102.133.169.66\";i:57;s:12:\"52.172.14.87\";i:58;s:14:\"52.231.199.170\";i:59;s:14:\"52.246.165.153\";i:60;s:12:\"13.76.97.224\";i:61;s:11:\"13.53.162.7\";i:62;s:11:\"20.52.36.49\";i:63;s:13:\"20.188.63.151\";i:64;s:14:\"51.144.102.233\";i:65;s:12:\"23.96.34.105\";}i:6;a:0:{}}}s:10:\"icontrolwp\";a:4:{s:4:\"name\";s:10:\"iControlWP\";s:6:\"agents\";a:1:{i:0;s:13:\"iControlWPApp\";}s:4:\"type\";a:1:{i:0;s:18:\"wp_site_management\";}s:3:\"ips\";a:2:{i:4;a:5:{i:0;s:13:\"23.253.32.180\";i:1;s:12:\"23.253.56.59\";i:2;s:13:\"23.253.62.185\";i:3;s:15:\"104.130.217.172\";i:4;s:12:\"198.61.176.9\";}i:6;a:8:{i:0;s:39:\"2001:4801:7817:0072:ca75:cc9b:ff10:4699\";i:1;s:37:\"2001:4801:7817:72:ca75:cc9b:ff10:4699\";i:2;s:39:\"2001:4801:7822:0103:be76:4eff:fe10:89a9\";i:3;s:38:\"2001:4801:7822:103:be76:4eff:fe10:89a9\";i:4;s:39:\"2001:4801:7824:0101:ca75:cc9b:ff10:a7b2\";i:5;s:38:\"2001:4801:7824:101:ca75:cc9b:ff10:a7b2\";i:6;s:39:\"2001:4801:7828:0101:be76:4eff:fe11:9cd6\";i:7;s:38:\"2001:4801:7828:101:be76:4eff:fe11:9cd6\";}}}s:8:\"managewp\";a:3:{s:4:\"name\";s:8:\"ManageWP\";s:4:\"type\";a:1:{i:0;s:18:\"wp_site_management\";}s:3:\"ips\";a:2:{i:4;a:51:{i:0;s:13:\"34.211.180.66\";i:1;s:12:\"54.70.65.107\";i:2;s:12:\"34.210.224.7\";i:3;s:11:\"52.41.5.108\";i:4;s:12:\"52.35.72.129\";i:5;s:14:\"35.162.254.253\";i:6;s:12:\"52.11.12.231\";i:7;s:11:\"52.11.29.70\";i:8;s:12:\"52.11.54.161\";i:9;s:13:\"52.24.142.159\";i:10;s:13:\"52.25.191.255\";i:11;s:13:\"52.27.181.126\";i:12;s:13:\"52.34.126.117\";i:13;s:12:\"52.34.254.47\";i:14;s:11:\"52.35.82.99\";i:15;s:11:\"52.36.28.80\";i:16;s:12:\"52.38.106.97\";i:17;s:13:\"52.39.177.152\";i:18;s:13:\"52.41.230.148\";i:19;s:12:\"52.41.237.12\";i:20;s:13:\"52.42.126.166\";i:21;s:11:\"52.43.13.71\";i:22;s:12:\"52.43.76.224\";i:23;s:12:\"52.88.96.110\";i:24;s:12:\"52.89.155.51\";i:25;s:13:\"54.148.73.118\";i:26;s:13:\"54.186.37.105\";i:27;s:12:\"54.187.92.57\";i:28;s:12:\"54.191.32.65\";i:29;s:12:\"54.191.67.23\";i:30;s:13:\"54.191.80.119\";i:31;s:14:\"54.191.135.209\";i:32;s:14:\"54.191.136.176\";i:33;s:13:\"54.191.137.17\";i:34;s:13:\"54.191.148.85\";i:35;s:12:\"54.191.149.8\";i:36;s:12:\"52.26.122.21\";i:37;s:12:\"52.24.187.29\";i:38;s:12:\"52.89.85.107\";i:39;s:14:\"54.186.128.167\";i:40;s:13:\"54.191.40.136\";i:41;s:11:\"52.24.62.11\";i:42;s:13:\"52.88.119.122\";i:43;s:14:\"54.191.148.225\";i:44;s:13:\"54.191.151.18\";i:45;s:12:\"52.89.94.121\";i:46;s:13:\"52.25.116.116\";i:47;s:13:\"52.88.215.225\";i:48;s:14:\"54.186.143.184\";i:49;s:13:\"52.88.197.180\";i:50;s:13:\"52.27.171.126\";}i:6;a:0:{}}}s:8:\"nodeping\";a:3:{s:4:\"name\";s:8:\"NodePing\";s:4:\"type\";a:1:{i:0;s:6:\"uptime\";}s:3:\"ips\";a:2:{i:4;a:29:{i:1;s:15:\"104.247.192.170\";i:3;s:12:\"136.175.8.15\";i:5;s:14:\"107.161.26.107\";i:7;s:13:\"172.105.6.187\";i:9;s:14:\"173.248.161.42\";i:11;s:13:\"66.11.113.250\";i:13;s:13:\"172.93.197.58\";i:15;s:13:\"172.82.138.70\";i:17;s:15:\"209.205.207.243\";i:19;s:12:\"66.23.202.26\";i:21;s:11:\"64.79.76.50\";i:23;s:14:\"208.82.130.170\";i:25;s:15:\"192.154.102.130\";i:27;s:13:\"5.226.139.158\";i:29;s:14:\"195.154.167.97\";i:31;s:15:\"217.182.201.227\";i:33;s:13:\"37.252.125.64\";i:35;s:12:\"54.36.110.96\";i:37;s:14:\"78.110.173.218\";i:38;s:13:\"95.216.64.250\";i:41;s:13:\"144.48.37.241\";i:43;s:14:\"112.213.38.162\";i:45;s:15:\"172.104.181.238\";i:47;s:11:\"103.6.85.58\";i:49;s:14:\"180.149.230.17\";i:51;s:13:\"203.29.240.44\";i:52;s:15:\"190.104.217.135\";i:53;s:13:\"54.232.120.40\";i:55;s:14:\"162.254.202.35\";}i:6;a:27:{i:0;s:19:\"2607:3f00:11:21::10\";i:2;s:16:\"2605:8340:0:1::2\";i:4;s:19:\"2604:180:1:6e::83b5\";i:6;s:30:\"2600:3c04::f03c:92ff:fe9b:dd03\";i:8;s:19:\"2607:fc88:100:40::2\";i:10;s:20:\"2602:ffc5:105:408::2\";i:12;s:33:\"2602:ffc8:1:14:225:90ff:fee6:8f90\";i:14;s:17:\"2607:3f00:1:a::10\";i:16;s:16:\"2a06:8640:198::2\";i:18;s:21:\"2605:9f80:c000:127::2\";i:20;s:17:\"2001:1828:0:f6::2\";i:22;s:17:\"2604:bf00:214::10\";i:24;s:36:\"2606:c700:4020:17:225:90ff:fe50:390a\";i:26;s:18:\"2a01:4020:1:26::10\";i:28;s:21:\"2001:bc8:2327:110::10\";i:30;s:21:\"2001:41d0:602:4e3::10\";i:32;s:32:\"2a02:2770:5:0:21a:4aff:fe1a:c131\";i:34;s:22:\"2001:41d0:700:1360::10\";i:36;s:21:\"2a01:a500:2604:10::10\";i:39;s:18:\"2a01:4f9:2b:105::2\";i:40;s:34:\"2404:f780:2:950:216:3cff:feb8:ab8e\";i:42;s:32:\"2404:9400:2:0:216:3eff:fee1:bce0\";i:44;s:30:\"2400:8901::f03c:91ff:feb9:fbf4\";i:46;s:21:\"2403:2500:8000:1::ce6\";i:48;s:22:\"2406:d500:9::7a91:9b75\";i:50;s:32:\"2404:9400:4:0:216:3eff:fee1:3c1b\";i:54;s:35:\"2604:bc80:8001:3c:225:90ff:fee5:5c6\";}}}s:10:\"paypal_ipn\";a:3:{s:4:\"name\";s:10:\"PayPal IPN\";s:4:\"type\";a:1:{i:0;s:8:\"payments\";}s:3:\"ips\";a:2:{i:4;a:11:{i:0;s:13:\"66.211.170.66\";i:1;s:10:\"173.0.81.1\";i:2;s:13:\"173.0.81.0/24\";i:3;s:11:\"173.0.81.33\";i:4;s:11:\"173.0.81.65\";i:5;s:12:\"173.0.81.140\";i:6;s:13:\"64.4.240.0/21\";i:7;s:13:\"64.4.248.0/22\";i:8;s:15:\"66.211.168.0/22\";i:9;s:13:\"173.0.80.0/20\";i:10;s:14:\"91.243.72.0/23\";}i:6;a:0:{}}}s:7:\"pingdom\";a:3:{s:4:\"name\";s:7:\"Pingdom\";s:4:\"type\";a:1:{i:0;s:6:\"uptime\";}s:3:\"ips\";a:2:{i:4;a:116:{i:0;s:13:\"5.172.196.188\";i:1;s:14:\"13.232.220.164\";i:2;s:10:\"23.22.2.46\";i:3;s:13:\"23.83.129.219\";i:4;s:11:\"23.92.127.2\";i:5;s:12:\"23.106.37.99\";i:6;s:13:\"23.111.152.74\";i:7;s:14:\"23.111.159.174\";i:8;s:13:\"37.252.231.50\";i:9;s:14:\"43.225.198.122\";i:10;s:12:\"43.229.84.12\";i:11;s:11:\"46.20.45.18\";i:12;s:13:\"46.246.122.10\";i:13;s:11:\"50.2.185.66\";i:14;s:13:\"50.16.153.186\";i:15;s:11:\"52.0.204.16\";i:16;s:12:\"52.24.42.103\";i:17;s:12:\"52.48.244.35\";i:18;s:12:\"52.52.34.158\";i:19;s:12:\"52.52.95.213\";i:20;s:13:\"52.52.118.192\";i:21;s:12:\"52.57.132.90\";i:22;s:12:\"52.59.46.112\";i:23;s:13:\"52.59.147.246\";i:24;s:11:\"52.62.12.49\";i:25;s:11:\"52.63.142.2\";i:26;s:13:\"52.63.164.147\";i:27;s:12:\"52.63.167.55\";i:28;s:12:\"52.67.148.55\";i:29;s:13:\"52.73.209.122\";i:30;s:11:\"52.89.43.70\";i:31;s:14:\"52.194.115.181\";i:32;s:13:\"52.197.31.124\";i:33;s:14:\"52.197.224.235\";i:34;s:13:\"52.198.25.184\";i:35;s:12:\"52.201.3.199\";i:36;s:13:\"52.209.34.226\";i:37;s:14:\"52.209.186.226\";i:38;s:14:\"52.210.232.124\";i:39;s:12:\"54.68.48.199\";i:40;s:12:\"54.70.202.58\";i:41;s:13:\"54.94.206.111\";i:42;s:13:\"64.237.49.203\";i:43;s:11:\"64.237.55.3\";i:44;s:14:\"66.165.229.130\";i:45;s:14:\"66.165.233.234\";i:46;s:12:\"72.46.130.18\";i:47;s:12:\"72.46.131.10\";i:48;s:13:\"76.72.167.154\";i:49;s:13:\"76.72.172.208\";i:50;s:14:\"76.164.234.106\";i:51;s:14:\"76.164.234.130\";i:52;s:13:\"82.103.136.16\";i:53;s:14:\"82.103.139.165\";i:54;s:14:\"82.103.145.126\";i:55;s:14:\"85.195.116.134\";i:56;s:14:\"89.163.146.247\";i:57;s:14:\"89.163.242.206\";i:58;s:12:\"94.75.211.73\";i:59;s:12:\"94.75.211.74\";i:60;s:13:\"94.247.174.83\";i:61;s:12:\"96.47.225.18\";i:62;s:13:\"103.10.197.10\";i:63;s:14:\"103.47.211.210\";i:64;s:14:\"104.129.24.154\";i:65;s:13:\"104.129.30.18\";i:66;s:14:\"107.182.234.77\";i:67;s:14:\"148.72.170.233\";i:68;s:13:\"148.72.171.17\";i:69;s:14:\"151.106.52.134\";i:70;s:13:\"159.122.168.9\";i:71;s:13:\"162.208.48.94\";i:72;s:13:\"162.218.67.34\";i:73;s:15:\"162.253.128.178\";i:74;s:12:\"168.1.203.46\";i:75;s:11:\"169.51.2.18\";i:76;s:13:\"169.54.70.214\";i:77;s:14:\"169.56.174.151\";i:78;s:14:\"172.241.112.86\";i:79;s:14:\"173.248.147.18\";i:80;s:15:\"173.254.206.242\";i:81;s:14:\"174.34.156.130\";i:82;s:13:\"175.45.132.20\";i:83;s:15:\"178.162.206.244\";i:84;s:13:\"178.255.152.2\";i:85;s:13:\"178.255.153.2\";i:86;s:13:\"179.50.12.212\";i:87;s:14:\"184.75.208.210\";i:88;s:13:\"184.75.209.18\";i:89;s:13:\"184.75.210.90\";i:90;s:14:\"184.75.210.226\";i:91;s:13:\"184.75.214.66\";i:92;s:13:\"184.75.214.98\";i:93;s:14:\"185.39.146.214\";i:94;s:14:\"185.39.146.215\";i:95;s:12:\"185.70.76.23\";i:96;s:11:\"185.93.3.92\";i:97;s:14:\"185.136.156.82\";i:98;s:14:\"185.152.65.167\";i:99;s:13:\"185.180.12.65\";i:100;s:14:\"185.246.208.82\";i:101;s:14:\"188.172.252.34\";i:102;s:13:\"190.120.230.7\";i:103;s:14:\"196.240.207.18\";i:104;s:14:\"196.244.191.18\";i:105;s:14:\"196.245.151.42\";i:106;s:13:\"199.87.228.66\";i:107;s:14:\"200.58.101.248\";i:108;s:11:\"201.33.21.5\";i:109;s:14:\"207.244.80.239\";i:110;s:14:\"209.58.139.193\";i:111;s:14:\"209.58.139.194\";i:112;s:12:\"209.95.50.14\";i:113;s:12:\"212.78.83.12\";i:114;s:12:\"212.78.83.16\";i:115;s:14:\"213.198.67.206\";}i:6;a:67:{i:0;s:20:\"2001:df0:a6:31::4080\";i:1;s:23:\"2001:19f0:200:125d::426\";i:2;s:37:\"2001:19f0:200:40cf:225:90ff:fed5:9aea\";i:3;s:25:\"2001:1af8:4400:a056::4052\";i:4;s:25:\"2001:1af8:4400:a056::4053\";i:5;s:23:\"2001:4ba0:ffa5:ed::4003\";i:6;s:24:\"2001:4ba0:ffa5:1d5::4004\";i:7;s:20:\"2001:4ba0:ffe2:22::1\";i:8;s:23:\"2401:c900:1401:71::4078\";i:9;s:24:\"2401:c900:1601:1b4::4071\";i:10;s:19:\"2401:e780:1:91::495\";i:11;s:30:\"2403:f000:1:100:4096:597:1:100\";i:12;s:24:\"2406:da14:48a:7b03::4049\";i:13;s:24:\"2406:da1a:b0a:bf02::4050\";i:14;s:24:\"2600:1f1e:d7c:fd03::4027\";i:15;s:24:\"2600:1f1e:d7c:fd05::4028\";i:16;s:19:\"2604:4500:5:a::4005\";i:17;s:20:\"2604:4500:5:a0::4033\";i:18;s:21:\"2604:4500:8:120::4032\";i:19;s:20:\"2604:4500:9:5d::4031\";i:20;s:23:\"2604:6600:fdc0:12::4066\";i:21;s:19:\"2604:b480:fff9::444\";i:22;s:20:\"2604:b480:fffa::4015\";i:23;s:18:\"2605:6f80:0:f::462\";i:24;s:27:\"2605:fe80:2100:a00f:4::4045\";i:25;s:27:\"2605:fe80:2100:a00f:5::4046\";i:26;s:19:\"2606:6080:1001::439\";i:27;s:21:\"2606:6080:1001:1::459\";i:28;s:21:\"2606:6080:1001:2::446\";i:29;s:21:\"2606:6080:1001:3::447\";i:30;s:21:\"2606:6080:1001:4::448\";i:31;s:24:\"2606:9880:f000:4:5::4047\";i:32;s:21:\"2607:2200:0:2347::460\";i:33;s:22:\"2607:2200:0:2347::4016\";i:34;s:22:\"2607:2200:0:2347::4061\";i:35;s:23:\"2607:f0d0:3701:f2::4079\";i:36;s:21:\"2607:fc88:100:26::421\";i:37;s:24:\"2607:fcd0:100:8d01::4010\";i:38;s:25:\"2607:fcd0:aa80:2a00::4039\";i:39;s:25:\"2607:fcd0:bb80:1e00::4030\";i:40;s:23:\"2607:ff28:800f:21::4067\";i:41;s:25:\"2607:ff48:aa81:4b00::4029\";i:42;s:22:\"2803:ad80:16:258::4026\";i:43;s:24:\"2804:4c4:dc10:8860::4021\";i:44;s:24:\"2a00:c98:2050:a03a::4086\";i:45;s:16:\"2a00:11c0:9::496\";i:46;s:18:\"2a00:11c0:d:3::425\";i:47;s:20:\"2a00:1a28:2000::4055\";i:48;s:18:\"2a00:9080:1:125::1\";i:49;s:18:\"2a00:9080:1:453::1\";i:50;s:22:\"2a00:9080:2145:e::4048\";i:51;s:21:\"2a01:7a0:2:1754::4056\";i:52;s:21:\"2a01:7a7:2:205c::4058\";i:53;s:21:\"2a01:7a7:2:205d::4057\";i:54;s:20:\"2a02:750:11:284::442\";i:55;s:20:\"2a02:752:100:e::4001\";i:56;s:20:\"2a02:752:100:e::4002\";i:57;s:20:\"2a02:5740:1:11::4076\";i:58;s:20:\"2a02:5740:9:37::4075\";i:59;s:20:\"2a02:5740:21:6::4074\";i:60;s:21:\"2a02:5740:24:14::4073\";i:61;s:20:\"2a02:6ea0:c216::4043\";i:62;s:20:\"2a02:6ea0:c305::4041\";i:63;s:20:\"2a02:6ea0:cb01::4042\";i:64;s:20:\"2a02:6ea0:ce02::4044\";i:65;s:24:\"2a03:8180:1301:146::4070\";i:66;s:27:\"2a0d:3002:2100:a00c:5::4065\";}}}s:9:\"quiccloud\";a:3:{s:4:\"name\";s:10:\"QUIC.cloud\";s:4:\"type\";a:1:{i:0;s:11:\"performance\";}s:3:\"ips\";a:2:{i:4;a:101:{i:0;s:13:\"101.53.132.52\";i:1;s:14:\"102.129.254.77\";i:2;s:13:\"102.221.36.98\";i:3;s:13:\"102.221.36.99\";i:4;s:15:\"103.164.203.163\";i:5;s:14:\"103.199.16.151\";i:6;s:15:\"103.236.150.198\";i:7;s:15:\"103.236.150.223\";i:8;s:13:\"103.28.90.190\";i:9;s:15:\"104.225.142.116\";i:10;s:14:\"109.248.43.212\";i:11;s:15:\"124.150.139.239\";i:12;s:14:\"135.148.120.32\";i:13;s:15:\"135.148.148.230\";i:14;s:14:\"137.220.36.137\";i:15;s:14:\"139.162.89.149\";i:16;s:13:\"139.59.21.152\";i:17;s:13:\"141.164.38.65\";i:18;s:13:\"146.59.17.163\";i:19;s:14:\"146.88.239.197\";i:20;s:14:\"147.135.115.64\";i:21;s:12:\"149.28.11.90\";i:22;s:14:\"152.228.171.66\";i:23;s:13:\"154.16.57.184\";i:24;s:14:\"156.67.209.151\";i:25;s:15:\"163.182.174.161\";i:26;s:12:\"163.47.20.24\";i:27;s:13:\"163.47.21.168\";i:28;s:14:\"164.52.202.100\";i:29;s:15:\"165.227.116.222\";i:30;s:13:\"172.104.44.18\";i:31;s:14:\"178.17.171.177\";i:32;s:14:\"18.192.146.200\";i:33;s:15:\"181.215.183.135\";i:34;s:14:\"185.108.129.52\";i:35;s:15:\"185.205.187.233\";i:36;s:13:\"185.228.26.40\";i:37;s:15:\"185.243.215.148\";i:38;s:12:\"185.25.204.8\";i:39;s:12:\"185.53.57.40\";i:40;s:12:\"185.53.57.89\";i:41;s:13:\"192.99.38.117\";i:42;s:15:\"193.203.202.215\";i:43;s:14:\"194.36.144.221\";i:44;s:14:\"199.59.247.242\";i:45;s:10:\"2.58.28.32\";i:46;s:14:\"200.58.127.145\";i:47;s:12:\"202.61.198.2\";i:48;s:14:\"202.61.225.150\";i:49;s:14:\"204.10.163.237\";i:50;s:14:\"207.246.71.239\";i:51;s:14:\"209.208.26.218\";i:52;s:12:\"213.159.1.75\";i:53;s:14:\"213.183.51.224\";i:54;s:13:\"213.184.87.75\";i:55;s:14:\"216.250.96.181\";i:56;s:12:\"27.131.75.40\";i:57;s:12:\"27.131.75.41\";i:58;s:12:\"31.131.4.244\";i:59;s:13:\"31.22.115.186\";i:60;s:14:\"31.220.111.172\";i:61;s:13:\"37.120.131.40\";i:62;s:14:\"37.143.128.237\";i:63;s:13:\"38.129.107.18\";i:64;s:13:\"41.185.29.210\";i:65;s:13:\"41.223.53.163\";i:66;s:11:\"43.231.0.46\";i:67;s:12:\"45.124.65.86\";i:68;s:13:\"45.132.244.92\";i:69;s:12:\"45.248.77.61\";i:70;s:13:\"45.32.210.159\";i:71;s:12:\"45.56.77.123\";i:72;s:12:\"45.76.17.119\";i:73;s:12:\"45.9.249.220\";i:74;s:14:\"46.250.220.133\";i:75;s:12:\"49.12.102.29\";i:76;s:13:\"5.134.119.103\";i:77;s:13:\"5.134.119.194\";i:78;s:12:\"5.188.183.13\";i:79;s:13:\"51.81.186.219\";i:80;s:12:\"51.81.33.156\";i:81;s:14:\"54.162.162.165\";i:82;s:12:\"54.36.103.97\";i:83;s:12:\"62.141.42.38\";i:84;s:13:\"64.225.34.246\";i:85;s:12:\"64.227.16.93\";i:86;s:11:\"65.21.81.50\";i:87;s:11:\"65.21.81.51\";i:88;s:11:\"74.3.163.74\";i:89;s:14:\"79.172.239.249\";i:90;s:13:\"83.229.71.151\";i:91;s:13:\"91.132.139.43\";i:92;s:13:\"91.195.99.133\";i:93;s:12:\"91.201.67.57\";i:94;s:11:\"91.228.7.67\";i:95;s:14:\"92.223.105.192\";i:96;s:13:\"92.38.139.226\";i:97;s:12:\"93.95.227.66\";i:98;s:11:\"94.26.84.39\";i:99;s:12:\"94.75.232.90\";i:100;s:12:\"95.217.200.8\";}i:6;a:0:{}}}s:10:\"statuscake\";a:4:{s:4:\"name\";s:10:\"StatusCake\";s:6:\"agents\";a:1:{i:0;s:10:\"statuscake\";}s:4:\"type\";a:1:{i:0;s:6:\"uptime\";}s:3:\"ips\";a:2:{i:4;a:245:{i:0;s:14:\"128.199.222.65\";i:1;s:14:\"139.59.152.248\";i:2;s:13:\"149.248.50.29\";i:3;s:15:\"188.226.135.210\";i:4;s:11:\"45.32.69.14\";i:5;s:13:\"37.235.53.240\";i:6;s:13:\"45.32.195.225\";i:7;s:13:\"149.28.79.140\";i:8;s:14:\"108.61.162.214\";i:9;s:12:\"37.235.48.42\";i:10;s:14:\"158.255.208.76\";i:11;s:13:\"45.76.123.211\";i:12;s:14:\"178.209.51.248\";i:13;s:14:\"103.14.141.200\";i:14;s:13:\"213.183.56.85\";i:15;s:12:\"167.99.85.58\";i:16;s:13:\"178.73.210.92\";i:17;s:12:\"37.235.55.35\";i:18;s:14:\"194.187.248.53\";i:19;s:12:\"45.63.104.11\";i:20;s:12:\"45.32.151.21\";i:21;s:14:\"107.170.227.23\";i:22;s:14:\"107.170.227.24\";i:23;s:15:\"188.226.169.228\";i:24;s:15:\"188.226.185.106\";i:25;s:15:\"188.226.186.199\";i:26;s:12:\"45.32.202.57\";i:27;s:14:\"188.226.171.58\";i:28;s:14:\"108.61.119.153\";i:29;s:15:\"188.226.158.160\";i:30;s:13:\"45.32.141.163\";i:31;s:14:\"108.61.252.147\";i:32;s:14:\"155.138.247.97\";i:33;s:13:\"108.61.224.36\";i:34;s:13:\"178.62.78.199\";i:35;s:14:\"209.222.30.242\";i:36;s:13:\"46.101.74.251\";i:37;s:14:\"108.61.212.141\";i:38;s:13:\"178.62.65.162\";i:39;s:12:\"178.62.109.7\";i:40;s:15:\"188.226.247.184\";i:41;s:15:\"188.226.139.158\";i:42;s:15:\"188.226.184.152\";i:43;s:13:\"178.62.106.84\";i:44;s:14:\"104.131.248.65\";i:45;s:14:\"104.131.248.78\";i:46;s:12:\"46.101.61.83\";i:47;s:15:\"104.131.247.151\";i:48;s:12:\"178.62.86.69\";i:49;s:14:\"107.170.53.191\";i:50;s:14:\"192.241.188.55\";i:51;s:12:\"178.62.41.44\";i:52;s:12:\"178.62.41.49\";i:53;s:12:\"178.62.41.52\";i:54;s:13:\"162.243.71.56\";i:55;s:13:\"178.62.40.233\";i:56;s:15:\"162.243.247.163\";i:57;s:13:\"207.148.13.55\";i:58;s:12:\"178.62.80.93\";i:59;s:13:\"178.62.71.227\";i:60;s:14:\"178.73.210.229\";i:61;s:14:\"154.127.57.203\";i:62;s:13:\"194.71.130.16\";i:63;s:14:\"46.101.240.208\";i:64;s:14:\"46.101.238.182\";i:65;s:14:\"46.101.238.189\";i:66;s:13:\"46.101.27.186\";i:67;s:15:\"193.182.144.211\";i:68;s:13:\"159.203.31.18\";i:69;s:15:\"193.234.225.128\";i:70;s:15:\"138.204.171.165\";i:71;s:13:\"213.183.56.79\";i:72;s:12:\"154.16.63.24\";i:73;s:15:\"188.166.253.148\";i:74;s:14:\"37.157.246.146\";i:75;s:13:\"46.101.110.43\";i:76;s:13:\"46.101.110.45\";i:77;s:14:\"157.230.121.36\";i:78;s:11:\"46.101.0.24\";i:79;s:12:\"46.101.20.96\";i:80;s:13:\"46.101.110.32\";i:81;s:12:\"37.235.52.25\";i:82;s:13:\"192.71.249.35\";i:83;s:12:\"192.71.26.29\";i:84;s:13:\"37.235.53.156\";i:85;s:13:\"37.235.48.146\";i:86;s:13:\"91.239.125.60\";i:87;s:12:\"139.59.15.79\";i:88;s:12:\"185.241.7.23\";i:89;s:13:\"45.63.121.159\";i:90;s:12:\"45.32.145.79\";i:91;s:14:\"151.236.10.238\";i:92;s:14:\"199.247.12.100\";i:93;s:13:\"213.183.54.66\";i:94;s:14:\"185.135.81.201\";i:95;s:12:\"138.68.24.60\";i:96;s:14:\"107.191.47.131\";i:97;s:13:\"138.68.24.115\";i:98;s:13:\"138.68.24.136\";i:99;s:13:\"138.68.24.207\";i:100;s:15:\"138.197.140.243\";i:101;s:15:\"138.197.130.232\";i:102;s:15:\"138.197.130.235\";i:103;s:13:\"139.59.155.26\";i:104;s:13:\"138.68.80.173\";i:105;s:14:\"139.59.190.241\";i:106;s:12:\"138.68.80.10\";i:107;s:13:\"139.59.29.167\";i:108;s:12:\"45.63.88.213\";i:109;s:12:\"45.63.86.120\";i:110;s:12:\"45.32.128.80\";i:111;s:14:\"104.156.229.24\";i:112;s:12:\"45.32.212.56\";i:113;s:15:\"104.156.255.184\";i:114;s:14:\"108.61.215.179\";i:115;s:13:\"45.32.166.195\";i:116;s:13:\"45.32.160.172\";i:117;s:12:\"45.32.171.24\";i:118;s:14:\"107.191.57.237\";i:119;s:11:\"45.63.26.78\";i:120;s:12:\"45.76.192.50\";i:121;s:12:\"45.32.36.158\";i:122;s:12:\"139.59.26.85\";i:123;s:13:\"139.59.22.109\";i:124;s:15:\"104.238.164.105\";i:125;s:11:\"45.63.76.68\";i:126;s:11:\"45.63.78.84\";i:127;s:13:\"45.32.195.186\";i:128;s:11:\"45.76.3.112\";i:129;s:10:\"45.32.7.22\";i:130;s:10:\"45.76.1.44\";i:131;s:15:\"159.203.186.225\";i:132;s:14:\"159.203.182.22\";i:133;s:14:\"159.203.182.60\";i:134;s:11:\"45.63.51.63\";i:135;s:12:\"45.63.61.213\";i:136;s:14:\"108.61.205.201\";i:137;s:13:\"45.32.192.198\";i:138;s:12:\"45.32.195.93\";i:139;s:10:\"45.63.97.4\";i:140;s:15:\"104.238.185.175\";i:141;s:14:\"104.238.185.46\";i:142;s:15:\"104.238.186.209\";i:143;s:13:\"45.76.128.250\";i:144;s:15:\"104.238.171.176\";i:145;s:14:\"206.189.49.237\";i:146;s:14:\"104.238.187.61\";i:147;s:15:\"104.238.174.234\";i:148;s:13:\"108.61.196.37\";i:149;s:14:\"108.61.197.147\";i:150;s:13:\"45.76.134.164\";i:151;s:13:\"45.76.135.253\";i:152;s:12:\"108.61.173.0\";i:153;s:11:\"45.63.96.68\";i:154;s:12:\"45.76.134.85\";i:155;s:13:\"45.32.183.128\";i:156;s:12:\"45.76.130.43\";i:157;s:13:\"45.76.129.212\";i:158;s:13:\"45.76.134.198\";i:159;s:13:\"45.76.134.237\";i:160;s:12:\"45.76.135.14\";i:161;s:14:\"103.14.141.207\";i:162;s:12:\"45.32.193.13\";i:163;s:12:\"45.76.44.221\";i:164;s:13:\"140.82.52.199\";i:165;s:12:\"199.247.9.63\";i:166;s:12:\"140.82.52.51\";i:167;s:12:\"45.77.61.188\";i:168;s:14:\"149.28.124.140\";i:169;s:14:\"108.61.229.252\";i:170;s:12:\"37.235.49.12\";i:171;s:15:\"185.224.196.223\";i:172;s:13:\"185.134.28.17\";i:173;s:13:\"138.68.77.156\";i:174;s:15:\"169.239.183.200\";i:175;s:11:\"217.78.1.71\";i:176;s:13:\"95.183.51.139\";i:177;s:12:\"45.76.122.71\";i:178;s:13:\"45.77.235.246\";i:179;s:14:\"64.225.109.248\";i:180;s:15:\"138.204.171.105\";i:181;s:15:\"207.148.106.182\";i:182;s:11:\"45.77.23.81\";i:183;s:12:\"141.164.58.9\";i:184;s:14:\"141.164.48.161\";i:185;s:14:\"141.164.35.233\";i:186;s:14:\"178.73.210.196\";i:187;s:13:\"178.73.210.23\";i:188;s:14:\"178.209.50.245\";i:189;s:14:\"178.209.50.251\";i:190;s:13:\"35.198.32.111\";i:191;s:13:\"34.95.238.211\";i:192;s:13:\"35.198.14.199\";i:193;s:13:\"95.215.226.33\";i:194;s:12:\"178.62.47.83\";i:195;s:13:\"46.101.86.253\";i:196;s:15:\"188.166.170.233\";i:197;s:14:\"128.199.230.46\";i:198;s:14:\"128.199.252.83\";i:199;s:13:\"46.101.172.39\";i:200;s:14:\"46.101.227.232\";i:201;s:12:\"192.34.63.77\";i:202;s:14:\"198.211.104.10\";i:203;s:14:\"198.199.91.244\";i:204;s:13:\"198.199.91.32\";i:205;s:12:\"139.59.6.165\";i:206;s:14:\"159.203.60.219\";i:207;s:14:\"198.199.126.66\";i:208;s:15:\"192.241.151.177\";i:209;s:13:\"139.59.170.38\";i:210;s:13:\"45.76.119.156\";i:211;s:13:\"178.62.59.196\";i:212;s:14:\"174.138.46.101\";i:213;s:14:\"46.101.217.181\";i:214;s:15:\"188.226.161.230\";i:215;s:12:\"67.207.82.93\";i:216;s:14:\"165.227.47.219\";i:217;s:13:\"95.179.210.32\";i:218;s:15:\"207.154.246.185\";i:219;s:13:\"142.93.31.128\";i:220;s:13:\"142.93.47.138\";i:221;s:13:\"178.128.45.91\";i:222;s:12:\"178.128.46.6\";i:223;s:12:\"46.101.37.24\";i:224;s:14:\"178.128.37.179\";i:225;s:14:\"162.243.29.225\";i:226;s:13:\"162.243.30.74\";i:227;s:14:\"162.243.32.153\";i:228;s:14:\"162.243.33.205\";i:229;s:14:\"162.243.20.174\";i:230;s:14:\"162.243.19.113\";i:231;s:15:\"192.241.242.113\";i:232;s:14:\"178.73.210.243\";i:233;s:15:\"107.170.248.179\";i:234;s:14:\"107.170.203.65\";i:235;s:13:\"46.101.75.135\";i:236;s:11:\"45.63.27.30\";i:237;s:15:\"139.180.164.162\";i:238;s:13:\"165.22.77.197\";i:239;s:13:\"108.61.99.232\";i:240;s:15:\"198.199.111.122\";i:241;s:13:\"167.99.242.41\";i:242;s:15:\"198.199.115.185\";i:243;s:14:\"198.199.95.216\";i:244;s:13:\"45.32.251.210\";}i:6;a:87:{i:0;s:39:\"2001:19f0:7001:18cd:5400:00ff:fe03:86f7\";i:1;s:38:\"2001:19f0:9002:18b:5400:00ff:fe46:338d\";i:2;s:37:\"2001:19f0:6801:b6:5400:00ff:fe2d:9386\";i:3;s:26:\"2a03:b0c0:0:1010::386:7001\";i:4;s:26:\"2a03:b0c0:0:1010::39c:2001\";i:5;s:26:\"2a03:b0c0:0:1010::539:9001\";i:6;s:38:\"2001:19f0:5c01:1a9:5054:00ff:feb5:3dfd\";i:7;s:26:\"2a03:b0c0:0:1010::385:4001\";i:8;s:23:\"2a03:b0c0:1:d0::5e:f001\";i:9;s:38:\"2001:19f0:7402:1ab:5054:00ff:fec5:d750\";i:10;s:23:\"2a03:b0c0:1:d0::df:6001\";i:11;s:38:\"2001:19f0:5801:20d:5054:00ff:fea5:ffcc\";i:12;s:23:\"2a03:b0c0:1:d0::df:4001\";i:13;s:23:\"2a03:b0c0:1:d0::df:b001\";i:14;s:26:\"2a03:b0c0:0:1010::349:e001\";i:15;s:23:\"2a03:b0c0:0:1010::3a5:1\";i:16;s:23:\"2a03:b0c0:1:d0::df:3001\";i:17;s:26:\"2604:a880:0:1010::d3d:a001\";i:18;s:23:\"2a03:b0c0:1:d0::d0:3001\";i:19;s:25:\"2604:a880:0:1010::56:6001\";i:20;s:23:\"2a03:b0c0:1:d0::df:a001\";i:21;s:23:\"2a03:b0c0:1:d0::5b:a001\";i:22;s:23:\"2a03:b0c0:1:d0::5b:c001\";i:23;s:23:\"2a03:b0c0:1:d0::5c:2001\";i:24;s:26:\"2604:a880:0:1010::d32:6001\";i:25;s:26:\"2604:a880:0:1010::d32:5001\";i:26;s:24:\"2a03:b0c0:1:d0::2e5:1001\";i:27;s:24:\"2a03:b0c0:1:d0::2e5:2001\";i:28;s:24:\"2a03:b0c0:3:d0::173:b001\";i:29;s:24:\"2a03:b0c0:3:d0::179:a001\";i:30;s:24:\"2a03:b0c0:3:d0::179:b001\";i:31;s:23:\"2a03:b0c0:1:d0::91:5001\";i:32;s:24:\"2a03:b0c0:3:d0::216:9001\";i:33;s:24:\"2a03:b0c0:3:d0::216:a001\";i:34;s:21:\"2a03:b0c0:1:d0::44f:1\";i:35;s:24:\"2a03:b0c0:1:d0::1de:6001\";i:36;s:24:\"2a03:b0c0:3:d0::b61:9001\";i:37;s:25:\"2400:6180:100:d0::8e:e001\";i:38;s:38:\"2001:19f0:7001:76c:5400:00ff:fe2c:0bea\";i:39;s:37:\"2001:19f0:6801:ba:5400:00ff:fe2e:556f\";i:40;s:39:\"2001:19f0:6800:8784:5400:00ff:fe05:7fa6\";i:41;s:38:\"2001:19f0:ac01:1e2:5400:00ff:fe37:00e9\";i:42;s:38:\"2001:19f0:ac01:195:5400:00ff:fe37:00ea\";i:43;s:38:\"2001:19f0:ac01:1b7:5400:00ff:fe37:00eb\";i:44;s:38:\"2001:19f0:ac01:1dc:5400:00ff:fe37:00ec\";i:45;s:37:\"2001:19f0:5401:b8:5400:00ff:fe37:00fa\";i:46;s:37:\"2001:19f0:5401:b6:5400:00ff:fe37:00fb\";i:47;s:37:\"2001:19f0:5401:b7:5400:00ff:fe37:00fd\";i:48;s:38:\"2001:19f0:9002:138:5400:00ff:fe37:02a1\";i:49;s:38:\"2001:19f0:9002:17d:5400:00ff:fe37:02a2\";i:50;s:38:\"2001:19f0:9002:17e:5400:00ff:fe37:02a3\";i:51;s:38:\"2001:19f0:5801:20f:5400:00ff:fe37:027f\";i:52;s:38:\"2001:19f0:5801:20e:5400:00ff:fe37:027e\";i:53;s:39:\"2001:19f0:7001:18d6:5400:00ff:fe37:0412\";i:54;s:39:\"2001:19f0:7001:18c4:5400:00ff:fe37:0413\";i:55;s:38:\"2001:19f0:5c01:156:5400:00ff:fe37:080b\";i:56;s:38:\"2001:19f0:5c01:163:5400:00ff:fe37:080c\";i:57;s:38:\"2001:19f0:5c01:1a6:5400:00ff:fe37:080d\";i:58;s:38:\"2001:19f0:6401:14a:5400:00ff:fe37:0870\";i:59;s:35:\"2001:19f0:5:33f:5400:00ff:fe37:2d7b\";i:60;s:35:\"2001:19f0:5:340:5400:00ff:fe37:2d7d\";i:61;s:35:\"2001:19f0:5:342:5400:00ff:fe37:2d7f\";i:62;s:26:\"2604:a880:400:d0::a27:6001\";i:63;s:26:\"2604:a880:400:d0::a27:7001\";i:64;s:26:\"2604:a880:400:d0::a27:8001\";i:65;s:38:\"2001:19f0:6001:4ad:5400:00ff:fe37:2e33\";i:66;s:38:\"2001:19f0:6001:27c:5400:00ff:fe37:2e79\";i:67;s:38:\"2001:19f0:6401:12d:5400:00ff:fe37:2eb2\";i:68;s:38:\"2001:19f0:6401:14c:5400:00ff:fe37:2eb7\";i:69;s:37:\"2001:19f0:6401:93:5400:00ff:fe37:2eeb\";i:70;s:23:\"2a03:b0c0:1:d0::a4:6001\";i:71;s:24:\"2a03:b0c0:1:a1::3a5:3001\";i:72;s:21:\"2400:6180:0:d0::257:1\";i:73;s:24:\"2a03:b0c0:3:d0::b6d:4001\";i:74;s:24:\"2a03:b0c0:3:d0::b6d:5001\";i:75;s:22:\"2604:a880:400:d0::2c:1\";i:76;s:26:\"2604:a880:400:d0::699:7001\";i:77;s:26:\"2604:a880:400:d0::699:9001\";i:78;s:25:\"2400:6180:100:d0::94:9001\";i:79;s:26:\"2604:a880:cad:d0::2d4:c001\";i:80;s:23:\"2a03:b0c0:0:1010::3ae:1\";i:81;s:25:\"2a03:b0c0:1:d0::1432:7001\";i:82;s:25:\"2a03:b0c0:3:d0::5764:f001\";i:83;s:27:\"2a03:b0c0:0:1010::1404:3001\";i:84;s:26:\"2604:a880:cad:d0::b45:d001\";i:85;s:23:\"2a03:b0c0:3:d0::e2:a001\";i:86;s:25:\"2604:a880:2:d0::2147:7001\";}}}s:6:\"stripe\";a:3:{s:4:\"name\";s:6:\"Stripe\";s:4:\"type\";a:1:{i:0;s:8:\"payments\";}s:3:\"ips\";a:2:{i:4;a:110:{i:0;s:14:\"13.112.224.240\";i:1;s:13:\"13.115.13.148\";i:2;s:14:\"13.210.129.177\";i:3;s:14:\"13.210.176.167\";i:4;s:14:\"13.228.126.182\";i:5;s:14:\"13.228.224.121\";i:6;s:12:\"13.230.11.13\";i:7;s:13:\"13.230.90.110\";i:8;s:13:\"13.55.153.188\";i:9;s:10:\"13.55.5.15\";i:10;s:13:\"13.56.126.253\";i:11;s:13:\"13.56.173.200\";i:12;s:13:\"13.56.173.232\";i:13;s:13:\"13.57.108.134\";i:14;s:13:\"13.57.155.157\";i:15;s:13:\"13.57.156.206\";i:16;s:13:\"13.57.157.116\";i:17;s:12:\"13.57.90.254\";i:18;s:11:\"13.57.98.27\";i:19;s:13:\"18.194.147.12\";i:20;s:14:\"18.195.120.229\";i:21;s:14:\"18.195.125.165\";i:22;s:13:\"34.200.27.109\";i:23;s:12:\"34.200.47.89\";i:24;s:14:\"34.202.153.183\";i:25;s:13:\"34.204.109.15\";i:26;s:14:\"34.213.149.138\";i:27;s:13:\"34.214.229.69\";i:28;s:14:\"34.223.201.215\";i:29;s:13:\"34.237.201.68\";i:30;s:14:\"34.237.253.141\";i:31;s:14:\"34.238.187.115\";i:32;s:12:\"34.239.14.72\";i:33;s:14:\"34.240.123.193\";i:34;s:14:\"34.241.202.139\";i:35;s:12:\"34.241.54.72\";i:36;s:13:\"34.241.59.225\";i:37;s:12:\"34.250.29.31\";i:38;s:13:\"34.250.89.120\";i:39;s:12:\"35.156.131.6\";i:40;s:14:\"35.156.194.238\";i:41;s:13:\"35.157.227.67\";i:42;s:14:\"35.158.254.198\";i:43;s:12:\"35.163.82.19\";i:44;s:14:\"35.164.105.206\";i:45;s:14:\"35.164.124.216\";i:46;s:11:\"50.16.2.231\";i:47;s:13:\"50.18.212.157\";i:48;s:13:\"50.18.212.223\";i:49;s:13:\"50.18.219.232\";i:50;s:11:\"52.1.23.197\";i:51;s:13:\"52.196.53.105\";i:52;s:13:\"52.196.95.231\";i:53;s:12:\"52.204.6.233\";i:54;s:14:\"52.205.132.193\";i:55;s:13:\"52.211.198.11\";i:56;s:12:\"52.212.99.37\";i:57;s:13:\"52.213.35.125\";i:58;s:12:\"52.22.83.139\";i:59;s:13:\"52.220.44.249\";i:60;s:12:\"52.25.214.31\";i:61;s:12:\"52.26.11.205\";i:62;s:13:\"52.26.132.102\";i:63;s:11:\"52.26.14.11\";i:64;s:13:\"52.36.167.221\";i:65;s:11:\"52.53.133.6\";i:66;s:12:\"52.54.150.82\";i:67;s:12:\"52.57.221.37\";i:68;s:13:\"52.59.173.230\";i:69;s:11:\"52.62.14.35\";i:70;s:12:\"52.62.203.73\";i:71;s:11:\"52.63.106.9\";i:72;s:12:\"52.63.119.77\";i:73;s:13:\"52.65.161.237\";i:74;s:12:\"52.73.161.98\";i:75;s:13:\"52.74.114.251\";i:76;s:11:\"52.74.98.83\";i:77;s:12:\"52.76.14.176\";i:78;s:13:\"52.76.156.251\";i:79;s:13:\"52.76.174.156\";i:80;s:11:\"52.77.80.43\";i:81;s:10:\"52.8.19.58\";i:82;s:10:\"52.8.8.189\";i:83;s:13:\"54.149.153.72\";i:84;s:13:\"54.152.36.104\";i:85;s:13:\"54.183.95.195\";i:86;s:14:\"54.187.182.230\";i:87;s:13:\"54.187.199.38\";i:88;s:14:\"54.187.208.163\";i:89;s:14:\"54.238.140.239\";i:90;s:13:\"54.65.115.204\";i:91;s:11:\"54.65.97.98\";i:92;s:12:\"54.67.48.128\";i:93;s:12:\"54.67.52.245\";i:94;s:13:\"54.68.165.206\";i:95;s:13:\"54.68.183.151\";i:96;s:13:\"107.23.48.182\";i:97;s:13:\"107.23.48.232\";i:98;s:10:\"3.18.12.63\";i:99;s:13:\"3.130.192.231\";i:100;s:13:\"13.235.14.237\";i:101;s:14:\"13.235.122.149\";i:102;s:13:\"18.211.135.69\";i:103;s:14:\"35.154.171.200\";i:104;s:12:\"52.15.183.38\";i:105;s:13:\"54.88.130.119\";i:106;s:13:\"54.88.130.237\";i:107;s:14:\"54.187.174.169\";i:108;s:14:\"54.187.205.235\";i:109;s:13:\"54.187.216.72\";}i:6;a:0:{}}}s:11:\"uptimerobot\";a:4:{s:4:\"name\";s:11:\"UptimeRobot\";s:6:\"agents\";a:1:{i:0;s:11:\"UptimeRobot\";}s:4:\"type\";a:1:{i:0;s:6:\"uptime\";}s:3:\"ips\";a:2:{i:4;a:70:{i:0;s:15:\"216.144.250.150\";i:1;s:14:\"69.162.124.226\";i:2;s:14:\"69.162.124.227\";i:3;s:14:\"69.162.124.228\";i:4;s:14:\"69.162.124.229\";i:5;s:14:\"69.162.124.230\";i:6;s:14:\"69.162.124.231\";i:7;s:14:\"69.162.124.232\";i:8;s:14:\"69.162.124.233\";i:9;s:14:\"69.162.124.234\";i:10;s:14:\"69.162.124.235\";i:11;s:14:\"69.162.124.236\";i:12;s:14:\"69.162.124.237\";i:13;s:13:\"63.143.42.242\";i:14;s:13:\"63.143.42.243\";i:15;s:13:\"63.143.42.244\";i:16;s:13:\"63.143.42.245\";i:17;s:13:\"63.143.42.246\";i:18;s:13:\"63.143.42.247\";i:19;s:13:\"63.143.42.248\";i:20;s:13:\"63.143.42.249\";i:21;s:13:\"63.143.42.250\";i:22;s:13:\"63.143.42.251\";i:23;s:13:\"63.143.42.252\";i:24;s:13:\"63.143.42.253\";i:25;s:14:\"216.245.221.82\";i:26;s:14:\"216.245.221.83\";i:27;s:14:\"216.245.221.84\";i:28;s:14:\"216.245.221.85\";i:29;s:14:\"216.245.221.86\";i:30;s:14:\"216.245.221.87\";i:31;s:14:\"216.245.221.88\";i:32;s:14:\"216.245.221.89\";i:33;s:14:\"216.245.221.90\";i:34;s:14:\"216.245.221.91\";i:35;s:14:\"216.245.221.92\";i:36;s:14:\"216.245.221.93\";i:37;s:14:\"208.115.199.18\";i:38;s:14:\"208.115.199.19\";i:39;s:14:\"208.115.199.20\";i:40;s:14:\"208.115.199.21\";i:41;s:14:\"208.115.199.22\";i:42;s:14:\"208.115.199.23\";i:43;s:14:\"208.115.199.24\";i:44;s:14:\"208.115.199.25\";i:45;s:14:\"208.115.199.26\";i:46;s:14:\"208.115.199.27\";i:47;s:14:\"208.115.199.28\";i:48;s:14:\"208.115.199.29\";i:49;s:14:\"208.115.199.30\";i:50;s:14:\"46.137.190.132\";i:51;s:14:\"122.248.234.23\";i:52;s:14:\"167.99.209.234\";i:53;s:13:\"178.62.52.237\";i:54;s:12:\"54.79.28.129\";i:55;s:13:\"54.94.142.218\";i:56;s:14:\"104.131.107.63\";i:57;s:12:\"54.67.10.127\";i:58;s:12:\"54.64.67.106\";i:59;s:13:\"159.203.30.41\";i:60;s:14:\"46.101.250.135\";i:61;s:12:\"18.221.56.27\";i:62;s:13:\"52.60.129.180\";i:63;s:12:\"159.89.8.111\";i:64;s:14:\"146.185.143.14\";i:65;s:14:\"139.59.173.249\";i:66;s:14:\"165.227.83.148\";i:67;s:15:\"128.199.195.156\";i:68;s:15:\"138.197.150.151\";i:69;s:13:\"34.233.66.117\";}i:6;a:67:{i:70;s:16:\"2607:ff68:107::3\";i:71;s:16:\"2607:ff68:107::4\";i:72;s:16:\"2607:ff68:107::5\";i:73;s:16:\"2607:ff68:107::6\";i:74;s:16:\"2607:ff68:107::7\";i:75;s:16:\"2607:ff68:107::8\";i:76;s:16:\"2607:ff68:107::9\";i:77;s:17:\"2607:ff68:107::10\";i:78;s:17:\"2607:ff68:107::11\";i:79;s:17:\"2607:ff68:107::12\";i:80;s:17:\"2607:ff68:107::13\";i:81;s:17:\"2607:ff68:107::14\";i:82;s:17:\"2607:ff68:107::15\";i:83;s:17:\"2607:ff68:107::16\";i:84;s:17:\"2607:ff68:107::17\";i:85;s:17:\"2607:ff68:107::18\";i:86;s:17:\"2607:ff68:107::19\";i:87;s:17:\"2607:ff68:107::20\";i:88;s:17:\"2607:ff68:107::21\";i:89;s:17:\"2607:ff68:107::22\";i:90;s:17:\"2607:ff68:107::23\";i:91;s:17:\"2607:ff68:107::24\";i:92;s:17:\"2607:ff68:107::25\";i:93;s:17:\"2607:ff68:107::26\";i:94;s:17:\"2607:ff68:107::27\";i:95;s:17:\"2607:ff68:107::28\";i:96;s:17:\"2607:ff68:107::29\";i:97;s:17:\"2607:ff68:107::30\";i:98;s:17:\"2607:ff68:107::31\";i:99;s:17:\"2607:ff68:107::32\";i:100;s:17:\"2607:ff68:107::33\";i:101;s:17:\"2607:ff68:107::34\";i:102;s:17:\"2607:ff68:107::35\";i:103;s:17:\"2607:ff68:107::36\";i:104;s:17:\"2607:ff68:107::37\";i:105;s:17:\"2607:ff68:107::38\";i:106;s:17:\"2607:ff68:107::39\";i:107;s:17:\"2607:ff68:107::40\";i:108;s:17:\"2607:ff68:107::41\";i:109;s:17:\"2607:ff68:107::42\";i:110;s:17:\"2607:ff68:107::43\";i:111;s:17:\"2607:ff68:107::44\";i:112;s:17:\"2607:ff68:107::45\";i:113;s:17:\"2607:ff68:107::46\";i:114;s:17:\"2607:ff68:107::47\";i:115;s:17:\"2607:ff68:107::48\";i:116;s:17:\"2607:ff68:107::49\";i:117;s:17:\"2607:ff68:107::50\";i:118;s:17:\"2607:ff68:107::51\";i:119;s:17:\"2607:ff68:107::52\";i:120;s:17:\"2607:ff68:107::53\";i:121;s:17:\"2607:ff68:107::54\";i:122;s:17:\"2607:ff68:107::55\";i:123;s:24:\"2a03:b0c0:2:d0::fa3:e001\";i:124;s:24:\"2a03:b0c0:1:d0::e54:a001\";i:125;s:26:\"2604:a880:800:10::4e6:f001\";i:126;s:26:\"2604:a880:cad:d0::122:7001\";i:127;s:24:\"2a03:b0c0:3:d0::33e:4001\";i:128;s:38:\"2600:1f16:775:3a01:70d6:601a:1eb5:dbb9\";i:129;s:36:\"2600:1f11:56a:9000:23:651b:dac0:9be4\";i:130;s:23:\"2a03:b0c0:3:d0::44:f001\";i:131;s:25:\"2a03:b0c0:0:1010::2b:b001\";i:132;s:23:\"2a03:b0c0:1:d0::22:5001\";i:133;s:25:\"2604:a880:400:d0::4f:3001\";i:134;s:23:\"2400:6180:0:d0::16:d001\";i:135;s:25:\"2604:a880:cad:d0::18:f001\";i:136;s:37:\"2600:1f18:179:f900:88b2:b3d:e487:e2f4\";}}}}s:8:\"crawlers\";a:12:{s:6:\"ahrefs\";a:4:{s:4:\"name\";s:6:\"Ahrefs\";s:12:\"host_pattern\";s:22:\"#.+\\.ahrefs\\.com\\.?$#i\";s:6:\"agents\";a:1:{i:0;s:9:\"AhrefsBot\";}s:4:\"type\";a:1:{i:0;s:6:\"search\";}}s:5:\"apple\";a:4:{s:4:\"name\";s:8:\"AppleBot\";s:12:\"host_pattern\";s:31:\"#.+\\.applebot\\.apple\\.com\\.?$#i\";s:6:\"agents\";a:1:{i:0;s:9:\"Applebot/\";}s:4:\"type\";a:1:{i:0;s:6:\"search\";}}s:5:\"baidu\";a:4:{s:4:\"name\";s:8:\"BaiduBot\";s:12:\"host_pattern\";s:33:\"#.+\\.crawl\\.baidu\\.(com|jp)\\.?$#i\";s:6:\"agents\";a:1:{i:0;s:5:\"baidu\";}s:4:\"type\";a:1:{i:0;s:6:\"search\";}}s:4:\"bing\";a:4:{s:4:\"name\";s:7:\"BingBot\";s:12:\"host_pattern\";s:27:\"#.+\\.search\\.msn\\.com\\.?$#i\";s:6:\"agents\";a:1:{i:0;s:7:\"bingbot\";}s:4:\"type\";a:1:{i:0;s:6:\"search\";}}s:8:\"facebook\";a:4:{s:4:\"name\";s:8:\"Facebook\";s:12:\"host_pattern\";s:24:\"#.+\\.facebook\\.com\\.?$#i\";s:6:\"agents\";a:1:{i:0;s:19:\"facebookexternalhit\";}s:4:\"type\";a:1:{i:0;s:12:\"social_media\";}}s:6:\"google\";a:4:{s:4:\"name\";s:9:\"GoogleBot\";s:12:\"host_pattern\";s:28:\"#.+\\.google(bot)?\\.com\\.?$#i\";s:6:\"agents\";a:4:{i:0;s:9:\"Googlebot\";i:1;s:11:\"APIs-Google\";i:2;s:13:\"AdsBot-Google\";i:3;s:20:\"Mediapartners-Google\";}s:4:\"type\";a:1:{i:0;s:6:\"search\";}}s:6:\"huawei\";a:4:{s:4:\"name\";s:15:\"Huawei/PetalBot\";s:12:\"host_pattern\";s:38:\"#.+\\.(aspiegel|petalsearch)\\.com\\.?$#i\";s:6:\"agents\";a:1:{i:0;s:8:\"PetalBot\";}s:4:\"type\";a:1:{i:0;s:6:\"search\";}}s:9:\"pinterest\";a:4:{s:4:\"name\";s:12:\"PinterestBot\";s:12:\"host_pattern\";s:25:\"#.+\\.pinterest\\.com\\.?$#i\";s:6:\"agents\";a:1:{i:0;s:12:\"Pinterestbot\";}s:4:\"type\";a:1:{i:0;s:12:\"social_media\";}}s:7:\"semrush\";a:4:{s:4:\"name\";s:7:\"SEMRush\";s:12:\"host_pattern\";s:23:\"#.+\\.semrush\\.com\\.?$#i\";s:6:\"agents\";a:1:{i:0;s:10:\"SemrushBot\";}s:4:\"type\";a:1:{i:0;s:6:\"search\";}}s:6:\"seznam\";a:4:{s:4:\"name\";s:9:\"SeznamBot\";s:12:\"host_pattern\";s:35:\"#fulltextrobot-.*\\.seznam\\.cz\\.?$#i\";s:6:\"agents\";a:1:{i:0;s:10:\"SeznamBot/\";}s:4:\"type\";a:1:{i:0;s:6:\"search\";}}s:5:\"yahoo\";a:4:{s:4:\"name\";s:8:\"YahooBot\";s:12:\"host_pattern\";s:28:\"#.*\\.crawl\\.yahoo\\.net\\.?$#i\";s:6:\"agents\";a:1:{i:0;s:6:\"yahoo!\";}s:4:\"type\";a:1:{i:0;s:6:\"search\";}}s:6:\"yandex\";a:4:{s:4:\"name\";s:9:\"YandexBot\";s:12:\"host_pattern\";s:31:\"#.*\\.yandex\\.(com|ru|net)\\.?$#i\";s:6:\"agents\";a:1:{i:0;s:15:\"yandex.com/bots\";}s:4:\"type\";a:1:{i:0;s:6:\"search\";}}}}','no'),(463248,'can_compress_scripts','0','no'),(463270,'hustle_previous_version','4.4.0','no'),(463366,'itsec_file_change_scan_destroyed','1611653190','no'),(463325,'keyring_credentials','a:1:{s:10:\"eventbrite\";a:3:{s:6:\"app_id\";s:0:\"\";s:3:\"key\";s:0:\"\";s:6:\"secret\";s:0:\"\";}}','yes'),(468216,'_site_transient_shield_mod_config_72163b36127e33befc92c015e6d0a73d','a:9:{s:4:\"slug\";s:12:\"hack_protect\";s:10:\"properties\";a:14:{s:4:\"slug\";s:12:\"hack_protect\";s:4:\"name\";s:10:\"Hack Guard\";s:12:\"sidebar_name\";s:8:\"Scanners\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:12:\"hack_protect\";s:7:\"tagline\";s:63:\"Automatically detect and repair vulnerable and suspicious items\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:5:\"order\";i:70;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:1;}s:5:\"wpcli\";a:1:{s:4:\"root\";s:10:\"hack_guard\";}s:10:\"menu_items\";a:1:{i:0;a:2:{s:5:\"title\";s:5:\"Scans\";s:4:\"slug\";s:14:\"scans-redirect\";}}s:16:\"custom_redirects\";a:1:{i:0;a:3:{s:15:\"source_mod_page\";s:14:\"scans-redirect\";s:15:\"target_mod_page\";s:8:\"insights\";s:10:\"query_args\";a:1:{s:4:\"inav\";s:13:\"scans_results\";}}}s:8:\"sections\";a:7:{i:0;a:6:{s:4:\"slug\";s:18:\"section_file_guard\";s:7:\"primary\";b:1;s:5:\"title\";s:10:\"File Guard\";s:11:\"title_short\";s:10:\"File Guard\";s:9:\"beacon_id\";i:217;s:7:\"summary\";a:2:{i:0;s:86:\"Purpose - Monitor WordPress files and protect against malicious intrusion and hacking.\";i:1;s:56:\"Recommendation - Keep the File Guard features turned on.\";}}i:1;a:5:{s:4:\"slug\";s:16:\"section_scan_wpv\";s:5:\"title\";s:21:\"Vulnerability Scanner\";s:11:\"title_short\";s:21:\"Vulnerability Scanner\";s:9:\"beacon_id\";i:217;s:7:\"summary\";a:2:{i:0;s:94:\"Purpose - Regularly scan your WordPress plugins and themes for known security vulnerabilities.\";i:1;s:125:\"Recommendation - Ensure this is turned on and you will always know if any of your assets have known security vulnerabilities.\";}}i:2;a:5:{s:4:\"slug\";s:16:\"section_realtime\";s:5:\"title\";s:25:\"Realtime Change Detection\";s:11:\"title_short\";s:25:\"Realtime Change Detection\";s:9:\"beacon_id\";i:226;s:7:\"summary\";a:2:{i:0;s:85:\"Purpose - Monitor Your WordPress Site For Changes To Critical Components In Realtime.\";i:1;s:59:\"Recommendation - Keep The Realtime Change Detection Active.\";}}i:3;a:5:{s:4:\"slug\";s:16:\"section_scan_ufc\";s:5:\"title\";s:26:\"Unrecognised Files Scanner\";s:11:\"title_short\";s:26:\"Unrecognised Files Scanner\";s:9:\"beacon_id\";i:395;s:7:\"summary\";a:2:{i:0;s:84:\"Purpose - Scan your WordPress core folders for unrecognised files that don\'t belong.\";i:1;s:71:\"Recommendation - Keep the Unrecognised Files Scanner feature turned on.\";}}i:4;a:5:{s:4:\"slug\";s:20:\"section_scan_options\";s:5:\"title\";s:12:\"Scan Options\";s:11:\"title_short\";s:12:\"Scan Options\";s:9:\"beacon_id\";i:217;s:7:\"summary\";a:1:{i:0;s:54:\"Purpose - Set how often the Hack Guard scans will run.\";}}i:5;a:5:{s:4:\"slug\";s:51:\"section_enable_plugin_feature_hack_protection_tools\";s:5:\"title\";s:25:\"Enable Module: Hack Guard\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:217;s:7:\"summary\";a:2:{i:0;s:94:\"Purpose - Hack Guard is a set of tools to warn you and protect you against hacks on your site.\";i:1;s:54:\"Recommendation - Keep the Hack Guard module turned on.\";}}i:6;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:21:{i:0;a:11:{s:3:\"key\";s:19:\"enable_hack_protect\";s:7:\"section\";s:51:\"section_enable_plugin_feature_hack_protection_tools\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:23:\"https://shsec.io/wpsf38\";s:9:\"link_blog\";s:19:\"https://shsec.io/9x\";s:9:\"beacon_id\";i:217;s:4:\"name\";s:17:\"Enable Hack Guard\";s:7:\"summary\";s:41:\"Enable (or Disable) The Hack Guard Module\";s:11:\"description\";s:69:\"Un-Checking this option will completely disable the Hack Guard module\";}i:1;a:10:{s:3:\"key\";s:16:\"enabled_scan_apc\";s:7:\"section\";s:16:\"section_scan_wpv\";s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:19:\"https://shsec.io/ew\";s:9:\"link_blog\";s:19:\"https://shsec.io/eo\";s:9:\"beacon_id\";i:225;s:4:\"name\";s:24:\"Abandoned Plugin Scanner\";s:7:\"summary\";s:35:\"Enable The Abandoned Plugin Scanner\";s:11:\"description\";s:66:\"Scan your WordPress.org assets for whether they\'ve been abandoned.\";}i:2;a:11:{s:3:\"key\";s:18:\"enable_wpvuln_scan\";s:7:\"section\";s:16:\"section_scan_wpv\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:19:\"https://shsec.io/du\";s:9:\"link_blog\";s:19:\"https://shsec.io/ah\";s:9:\"beacon_id\";i:137;s:4:\"name\";s:21:\"Vulnerability Scanner\";s:7:\"summary\";s:32:\"Enable The Vulnerability Scanner\";s:11:\"description\";s:66:\"Scan all your WordPress assets for known security vulnerabilities.\";}i:3;a:10:{s:3:\"key\";s:22:\"wpvuln_scan_autoupdate\";s:7:\"section\";s:16:\"section_scan_wpv\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Automatic Updates\";s:7:\"summary\";s:49:\"Apply Updates Automatically To Vulnerable Plugins\";s:11:\"description\";s:98:\"When an update becomes available, automatically apply updates to items with known vulnerabilities.\";}i:4;a:10:{s:3:\"key\";s:31:\"enable_core_file_integrity_scan\";s:7:\"section\";s:18:\"section_file_guard\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/hd\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf37\";s:9:\"beacon_id\";i:224;s:4:\"name\";s:20:\"WP Core File Scanner\";s:7:\"summary\";s:56:\"Automatically Scans WordPress Core Files For Alterations\";s:11:\"description\";s:145:\"Compares all WordPress core files on your site against the official WordPress files. WordPress Core files should never be altered for any reason.\";}i:5;a:11:{s:3:\"key\";s:15:\"mal_scan_enable\";s:7:\"section\";s:18:\"section_file_guard\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/fp\";s:9:\"link_blog\";s:19:\"https://shsec.io/fx\";s:9:\"beacon_id\";i:222;s:4:\"name\";s:22:\"Automatic Malware Scan\";s:7:\"summary\";s:27:\"Enable Malware File Scanner\";s:11:\"description\";s:56:\"When enabled the Malware scanner will run automatically.\";}i:6;a:11:{s:3:\"key\";s:10:\"ptg_enable\";s:7:\"section\";s:18:\"section_file_guard\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/bl\";s:9:\"link_blog\";s:19:\"https://shsec.io/bm\";s:9:\"beacon_id\";i:133;s:4:\"name\";s:20:\"Enable/Disable Guard\";s:7:\"summary\";s:43:\"Enable The Guard For Plugin And Theme Files\";s:11:\"description\";s:90:\"When enabled the Guard will automatically scan for changes to your Plugin and Theme files.\";}i:7;a:12:{s:3:\"key\";s:11:\"file_locker\";s:7:\"section\";s:16:\"section_realtime\";s:7:\"premium\";b:1;s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:0:{}s:13:\"value_options\";a:4:{i:0;a:2:{s:9:\"value_key\";s:8:\"wpconfig\";s:4:\"text\";s:9:\"WP Config\";}i:1;a:2:{s:9:\"value_key\";s:13:\"root_htaccess\";s:4:\"text\";s:14:\"Root .htaccess\";}i:2;a:2:{s:9:\"value_key\";s:10:\"root_index\";s:4:\"text\";s:14:\"Root index.php\";}i:3;a:2:{s:9:\"value_key\";s:14:\"root_webconfig\";s:4:\"text\";s:15:\"Root Web.Config\";}}s:9:\"link_info\";s:19:\"https://shsec.io/h7\";s:9:\"link_blog\";s:19:\"https://shsec.io/h8\";s:9:\"beacon_id\";i:226;s:4:\"name\";s:11:\"File Locker\";s:7:\"summary\";s:40:\"Lock Files Against Tampering and Changes\";s:11:\"description\";s:97:\"As soon as changes are detected to any selected files, the contents may be examined and reverted.\";}i:8;a:11:{s:3:\"key\";s:17:\"file_repair_areas\";s:7:\"section\";s:18:\"section_file_guard\";s:4:\"type\";s:15:\"multiple_select\";s:7:\"default\";a:2:{i:0;s:2:\"wp\";i:1;s:6:\"plugin\";}s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:2:\"wp\";s:4:\"text\";s:7:\"WP Core\";}i:1;a:2:{s:9:\"value_key\";s:6:\"plugin\";s:4:\"text\";s:12:\"Plugin Files\";}i:2;a:2:{s:9:\"value_key\";s:5:\"theme\";s:4:\"text\";s:11:\"Theme Files\";}}s:9:\"link_info\";s:23:\"https://shsec.io/wpsf36\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf37\";s:9:\"beacon_id\";i:228;s:4:\"name\";s:16:\"Auto File Repair\";s:7:\"summary\";s:45:\"Which Files Should Be Automatically Repaired?\";s:11:\"description\";s:80:\"When a file is modified, or malware is detected, Shield can try to repair files.\";}i:9;a:12:{s:3:\"key\";s:14:\"scan_frequency\";s:7:\"section\";s:20:\"section_scan_options\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:8:{i:0;a:2:{s:9:\"value_key\";s:1:\"1\";s:4:\"text\";s:4:\"Once\";}i:1;a:2:{s:9:\"value_key\";s:1:\"2\";s:4:\"text\";s:24:\"Twice (scan every 12hrs)\";}i:2;a:2:{s:9:\"value_key\";s:1:\"3\";s:4:\"text\";s:25:\"3 Times (scan every 8hrs)\";}i:3;a:2:{s:9:\"value_key\";s:1:\"4\";s:4:\"text\";s:25:\"4 Times (scan every 6hrs)\";}i:4;a:2:{s:9:\"value_key\";s:1:\"6\";s:4:\"text\";s:25:\"6 Times (scan every 4hrs)\";}i:5;a:2:{s:9:\"value_key\";s:1:\"8\";s:4:\"text\";s:25:\"8 Times (scan every 3hrs)\";}i:6;a:2:{s:9:\"value_key\";s:2:\"12\";s:4:\"text\";s:26:\"12 Times (scan every 2hrs)\";}i:7;a:2:{s:9:\"value_key\";s:2:\"24\";s:4:\"text\";s:26:\"24 Times (scan every hour)\";}}s:9:\"link_info\";s:19:\"https://shsec.io/b2\";s:9:\"link_blog\";s:19:\"https://shsec.io/kd\";s:9:\"beacon_id\";i:223;s:4:\"name\";s:14:\"Scan Frequency\";s:7:\"summary\";s:60:\"Number Of Times To Automatically Scan Core Files In 24 Hours\";s:11:\"description\";s:85:\"Default: Once every 24hrs. To improve security, increase the number of scans per day.\";}i:10;a:11:{s:3:\"key\";s:37:\"enable_unrecognised_file_cleaner_scan\";s:7:\"section\";s:16:\"section_scan_ufc\";s:7:\"default\";s:19:\"enabled_report_only\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:8:\"disabled\";s:4:\"text\";s:23:\"Automatic Scan Disabled\";}i:1;a:2:{s:9:\"value_key\";s:19:\"enabled_report_only\";s:4:\"text\";s:26:\"Scan Enabled - Report Only\";}i:2;a:2:{s:9:\"value_key\";s:19:\"enabled_delete_only\";s:4:\"text\";s:41:\"Scan Enabled - Automatically Delete Files\";}}s:9:\"link_info\";s:19:\"https://shsec.io/9y\";s:9:\"link_blog\";s:19:\"https://shsec.io/95\";s:9:\"beacon_id\";i:227;s:4:\"name\";s:26:\"Unrecognised Files Scanner\";s:7:\"summary\";s:45:\"Scans Core Directories For Unrecognised Files\";s:11:\"description\";s:128:\"Scans for, and automatically deletes, any files in your core WordPress folders that are not part of your WordPress installation.\";}i:11;a:11:{s:3:\"key\";s:16:\"ufc_scan_uploads\";s:7:\"section\";s:16:\"section_scan_ufc\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/he\";s:9:\"link_blog\";s:19:\"https://shsec.io/95\";s:9:\"beacon_id\";i:347;s:4:\"name\";s:12:\"Scan Uploads\";s:7:\"summary\";s:42:\"Scan Uploads Folder For PHP and Javascript\";s:11:\"description\";s:86:\"The Uploads folder is primarily for media, but could be used to store nefarious files.\";}i:12;a:11:{s:3:\"key\";s:14:\"ufc_exclusions\";s:7:\"section\";s:16:\"section_scan_ufc\";s:8:\"advanced\";b:1;s:7:\"default\";a:11:{i:0;s:9:\"error_log\";i:1;s:13:\"php_error_log\";i:2;s:9:\".htaccess\";i:3;s:9:\".htpasswd\";i:4;s:9:\".user.ini\";i:5;s:7:\"php.ini\";i:6;s:10:\"web.config\";i:7;s:12:\"php_mail.log\";i:8;s:8:\"mail.log\";i:9;s:35:\"wp-content/uploads/bb-plugin/cache/\";i:10;s:35:\"wp-content/uploads/cache/wpml/twig/\";}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/9z\";s:9:\"link_blog\";s:19:\"https://shsec.io/95\";s:9:\"beacon_id\";i:231;s:4:\"name\";s:15:\"File Exclusions\";s:7:\"summary\";s:52:\"Provide A List Of Files To Be Excluded From The Scan\";s:11:\"description\";s:89:\"Take a new line for each file you wish to exclude from the scan. No commas are necessary.\";}i:13;a:10:{s:3:\"key\";s:23:\"mal_autorepair_surgical\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"N\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Surgical Auto-Repair\";s:7:\"summary\";s:55:\"Automatically Attempt To Surgically Remove Malware Code\";s:11:\"description\";s:58:\"Attempts to automatically remove code from infected files.\";}i:14;a:11:{s:3:\"key\";s:19:\"ptg_reinstall_links\";s:7:\"section\";s:20:\"section_scan_options\";s:7:\"premium\";b:1;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:19:\"https://shsec.io/bp\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:135;s:4:\"name\";s:21:\"Show Re-Install Links\";s:7:\"summary\";s:33:\"Show Re-Install Links For Plugins\";s:11:\"description\";s:78:\"Show links to re-install plugins and offer re-install when activating plugins.\";}i:15;a:11:{s:3:\"key\";s:19:\"auto_filter_results\";s:7:\"section\";s:20:\"section_scan_options\";s:7:\"premium\";b:0;s:4:\"type\";s:8:\"checkbox\";s:7:\"default\";s:1:\"Y\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:439;s:4:\"name\";s:19:\"Auto-Filter Results\";s:7:\"summary\";s:48:\"Automatically Filter Results Of Irrelevant Items\";s:11:\"description\";s:60:\"Automatically remove items from results that are irrelevant.\";}i:16;a:12:{s:3:\"key\";s:20:\"scan_path_exclusions\";s:7:\"section\";s:20:\"section_scan_options\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";a:10:{i:0;s:17:\"wp-content/cache/\";i:1;s:18:\"wp-content/nfwlog/\";i:2;s:18:\"wp-content/wflogs/\";i:3;s:11:\"*/error_log\";i:4;s:15:\"*/php_error_log\";i:5;s:10:\"*/mail.log\";i:6;s:14:\"*/php_mail.log\";i:7;s:23:\"*/.stylelintrc-css.json\";i:8;s:19:\"*/.stylelintrc.json\";i:9;s:14:\"*/sucuri-*.php\";}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:441;s:4:\"name\";s:15:\"Scan Exclusions\";s:7:\"summary\";s:31:\"Scan File and Folder Exclusions\";s:11:\"description\";s:32:\"Scan File and Folder Exclusions.\";}i:17;a:6:{s:3:\"key\";s:14:\"scans_to_build\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:16:\"tracking_exclude\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}i:18;a:6:{s:3:\"key\";s:12:\"is_scan_cron\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:16:\"tracking_exclude\";b:1;s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}i:19;a:6:{s:3:\"key\";s:14:\"mal_fp_reports\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:16:\"tracking_exclude\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}i:20;a:6:{s:3:\"key\";s:16:\"filelocker_state\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:16:\"tracking_exclude\";b:1;s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:14:{s:14:\"all_scan_slugs\";a:6:{i:0;s:3:\"apc\";i:1;s:3:\"mal\";i:2;s:3:\"ptg\";i:3;s:3:\"wpv\";i:4;s:3:\"wcf\";i:5;s:3:\"ufc\";}s:20:\"file_scan_extensions\";a:11:{i:0;s:3:\"php\";i:1;s:4:\"php5\";i:2;s:4:\"php7\";i:3;s:2:\"js\";i:4;s:4:\"json\";i:5;s:3:\"css\";i:6;s:3:\"htm\";i:7;s:4:\"html\";i:8;s:3:\"svg\";i:9;s:4:\"twig\";i:10;s:3:\"hbs\";}s:10:\"db_classes\";a:3:{s:10:\"filelocker\";s:69:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\FileLocker\\Handler\";s:7:\"scanner\";s:66:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Scanner\\Handler\";s:5:\"scanq\";s:68:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\ScanQueue\\Handler\";}s:19:\"db_table_filelocker\";a:4:{s:4:\"slug\";s:10:\"filelocker\";s:14:\"has_updated_at\";b:1;s:11:\"cols_custom\";a:5:{s:4:\"file\";s:61:\"varchar(256) NOT NULL COMMENT \'File Path relative to ABSPATH\'\";s:13:\"hash_original\";s:54:\"varchar(40) NOT NULL COMMENT \'SHA1 File Hash Original\'\";s:12:\"hash_current\";s:53:\"varchar(40) NOT NULL COMMENT \'SHA1 File Hash Current\'\";s:7:\"content\";s:28:\"MEDIUMBLOB COMMENT \'Content\'\";s:13:\"public_key_id\";s:52:\"TINYINT(2) UNSIGNED NOT NULL COMMENT \'Public Key ID\'\";}s:15:\"cols_timestamps\";a:3:{s:11:\"detected_at\";s:20:\"Change Last Detected\";s:11:\"reverted_at\";s:18:\"Reverted To Backup\";s:11:\"notified_at\";s:17:\"Notification Sent\";}}s:16:\"db_table_scanner\";a:3:{s:4:\"slug\";s:7:\"scanner\";s:11:\"cols_custom\";a:4:{s:4:\"hash\";s:58:\"varchar(32) NOT NULL DEFAULT \'\' COMMENT \'Unique Item Hash\'\";s:4:\"meta\";s:33:\"text COMMENT \'Relevant Item Data\'\";s:4:\"scan\";s:50:\"varchar(10) NOT NULL DEFAULT 0 COMMENT \'Scan Type\'\";s:8:\"severity\";s:44:\"int(3) NOT NULL DEFAULT 1 COMMENT \'Severity\'\";}s:15:\"cols_timestamps\";a:2:{s:10:\"ignored_at\";s:19:\"Scan Result Ignored\";s:11:\"notified_at\";s:21:\"Scan Notifiation Sent\";}}s:14:\"db_table_scanq\";a:3:{s:4:\"slug\";s:5:\"scanq\";s:11:\"cols_custom\";a:4:{s:4:\"scan\";s:50:\"varchar(3) NOT NULL DEFAULT \'\' COMMENT \'Scan Slug\'\";s:5:\"items\";s:34:\"text COMMENT \'Array of scan items\'\";s:7:\"results\";s:31:\"text COMMENT \'Array of results\'\";s:4:\"meta\";s:24:\"text COMMENT \'Meta Data\'\";}s:15:\"cols_timestamps\";a:2:{s:10:\"started_at\";s:12:\"Scan Started\";s:11:\"finished_at\";s:14:\"Scan Completed\";}}s:21:\"table_name_filelocker\";s:10:\"filelocker\";s:19:\"url_mal_sigs_simple\";s:96:\"https://raw.githubusercontent.com/scr34m/php-malware-scanner/master/definitions/patterns_raw.txt\";s:18:\"url_mal_sigs_regex\";s:95:\"https://raw.githubusercontent.com/scr34m/php-malware-scanner/master/definitions/patterns_re.txt\";s:23:\"default_whitelist_paths\";a:12:{i:0;s:18:\"wp-content/cache/*\";i:1;s:19:\"wp-content/shield/*\";i:2;s:26:\"wp-content/icwp/rollback/*\";i:3;s:35:\"wp-content/plugins-before-restore/*\";i:4;s:34:\"wp-content/themes-before-restore/*\";i:5;s:36:\"wp-content/uploads/bb-plugin/cache/*\";i:6;s:36:\"wp-content/uploads/cache/wpml/twig/*\";i:7;s:18:\"wp-content/cache/*\";i:8;s:11:\"*/error_log\";i:9;s:15:\"*/php_error_log\";i:10;s:10:\"*/mail.log\";i:11;s:14:\"*/php_mail.log\";}s:14:\"cron_all_scans\";s:9:\"all-scans\";s:14:\"wcf_exclusions\";a:5:{i:0;s:11:\"readme.html\";i:1;s:11:\"license.txt\";i:2;s:16:\"licens-sv_SE.txt\";i:3;s:20:\"wp-config-sample.php\";i:4;s:11:\"wp-content/\";}s:27:\"wcf_exclusions_missing_only\";a:2:{i:0;s:20:\"wp-admin/install.php\";i:1;s:10:\"xmlrpc.php\";}s:6:\"events\";a:21:{s:14:\"apc_alert_sent\";a:0:{}s:14:\"mal_alert_sent\";a:0:{}s:14:\"ptg_alert_sent\";a:0:{}s:14:\"ufc_alert_sent\";a:0:{}s:14:\"wcf_alert_sent\";a:0:{}s:14:\"wpv_alert_sent\";a:0:{}s:12:\"apc_scan_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:12:\"mal_scan_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:12:\"ptg_scan_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:12:\"ufc_scan_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:12:\"wcf_scan_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:12:\"wpv_scan_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:14:\"apc_scan_found\";a:3:{s:3:\"cat\";i:2;s:14:\"audit_multiple\";b:1;s:6:\"recent\";b:1;}s:14:\"mal_scan_found\";a:3:{s:3:\"cat\";i:3;s:14:\"audit_multiple\";b:1;s:6:\"recent\";b:1;}s:14:\"ptg_scan_found\";a:3:{s:3:\"cat\";i:3;s:14:\"audit_multiple\";b:1;s:6:\"recent\";b:1;}s:14:\"ufc_scan_found\";a:3:{s:3:\"cat\";i:3;s:14:\"audit_multiple\";b:1;s:6:\"recent\";b:1;}s:14:\"wcf_scan_found\";a:3:{s:3:\"cat\";i:3;s:14:\"audit_multiple\";b:1;s:6:\"recent\";b:1;}s:14:\"wpv_scan_found\";a:3:{s:3:\"cat\";i:3;s:14:\"audit_multiple\";b:1;s:6:\"recent\";b:1;}s:24:\"scan_item_repair_success\";a:2:{s:14:\"audit_multiple\";b:1;s:6:\"recent\";b:1;}s:21:\"scan_item_repair_fail\";a:1:{s:14:\"audit_multiple\";b:1;}s:24:\"scan_item_delete_success\";a:1:{s:14:\"audit_multiple\";b:1;}}}s:10:\"meta_modts\";i:1628268100;}','no'),(468211,'_site_transient_shield_mod_config_fefc8687bc08707a1b4dd5fce08bbd83','a:6:{s:10:\"properties\";a:16:{s:4:\"slug\";s:6:\"plugin\";s:4:\"name\";s:16:\"General Settings\";s:12:\"sidebar_name\";s:7:\"General\";s:10:\"menu_title\";s:13:\"Configuration\";s:21:\"show_module_menu_item\";b:1;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:6:\"plugin\";s:7:\"tagline\";s:23:\"General Plugin Settings\";s:12:\"auto_enabled\";b:1;s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:1;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:1;s:5:\"order\";i:10;}s:13:\"admin_notices\";a:10:{s:14:\"plugin-too-old\";a:6:{s:2:\"id\";s:14:\"plugin-too-old\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:0;s:11:\"can_dismiss\";b:1;s:4:\"type\";s:5:\"error\";}s:17:\"override-forceoff\";a:6:{s:2:\"id\";s:17:\"override-forceoff\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:0;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:5:\"error\";}s:15:\"plugin-disabled\";a:6:{s:2:\"id\";s:15:\"plugin-disabled\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:1;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:5:\"error\";}s:16:\"update-available\";a:6:{s:2:\"id\";s:16:\"update-available\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:1;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:5:\"error\";}s:4:\"php7\";a:6:{s:2:\"id\";s:4:\"php7\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:16:\"plugin_page_only\";b:0;s:11:\"can_dismiss\";b:1;s:4:\"type\";s:7:\"warning\";}s:17:\"compat-sgoptimize\";a:7:{s:2:\"id\";s:17:\"compat-sgoptimize\";s:8:\"schedule\";s:10:\"conditions\";s:11:\"valid_admin\";b:1;s:12:\"plugin_admin\";s:6:\"ignore\";s:16:\"plugin_page_only\";b:0;s:11:\"can_dismiss\";b:0;s:4:\"type\";s:7:\"warning\";}s:14:\"wizard_welcome\";a:3:{s:2:\"id\";s:14:\"wizard_welcome\";s:8:\"per_user\";b:0;s:4:\"type\";s:4:\"info\";}s:26:\"plugin-mailing-list-signup\";a:4:{s:2:\"id\";s:26:\"plugin-mailing-list-signup\";s:16:\"min_install_days\";i:5;s:4:\"type\";s:5:\"promo\";s:12:\"drip_form_id\";s:9:\"250437573\";}s:14:\"allow-tracking\";a:4:{s:2:\"id\";s:14:\"allow-tracking\";s:12:\"plugin_admin\";b:1;s:16:\"min_install_days\";i:3;s:4:\"type\";s:5:\"promo\";}s:11:\"rate-plugin\";a:3:{s:2:\"id\";s:11:\"rate-plugin\";s:16:\"min_install_days\";i:30;s:4:\"type\";s:5:\"promo\";}}s:8:\"sections\";a:7:{i:0;a:5:{s:4:\"slug\";s:16:\"section_defaults\";s:7:\"primary\";b:1;s:5:\"title\";s:15:\"Plugin Defaults\";s:11:\"title_short\";s:15:\"Plugin Defaults\";s:9:\"beacon_id\";i:389;}i:1;a:3:{s:4:\"slug\";s:30:\"section_general_plugin_options\";s:5:\"title\";s:22:\"General Plugin Options\";s:11:\"title_short\";s:15:\"General Options\";}i:2;a:4:{s:4:\"slug\";s:27:\"section_third_party_captcha\";s:5:\"title\";s:7:\"CAPTCHA\";s:11:\"title_short\";s:7:\"CAPTCHA\";s:9:\"beacon_id\";i:390;}i:3;a:4:{s:4:\"slug\";s:20:\"section_importexport\";s:5:\"title\";s:15:\"Import / Export\";s:11:\"title_short\";s:15:\"Import / Export\";s:9:\"beacon_id\";i:129;}i:4;a:3:{s:4:\"slug\";s:20:\"section_integrations\";s:5:\"title\";s:12:\"Integrations\";s:11:\"title_short\";s:12:\"Integrations\";}i:5;a:3:{s:4:\"slug\";s:31:\"section_global_security_options\";s:5:\"title\";s:30:\"Global Plugin Security Options\";s:11:\"title_short\";s:14:\"Disable Shield\";}i:6;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:33:{i:0;a:10:{s:3:\"key\";s:29:\"global_enable_plugin_features\";s:7:\"section\";s:31:\"section_global_security_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:389;s:4:\"name\";s:33:\"Enable/Disable All Plugin Modules\";s:7:\"summary\";s:27:\"Global Plugin On/Off Switch\";s:11:\"description\";s:50:\"Uncheck this option to disable all Shield features\";}i:1;a:9:{s:3:\"key\";s:15:\"enable_tracking\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/7i\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:28:\"Enable Information Gathering\";s:7:\"summary\";s:44:\"Permit Anonymous Usage Information Gathering\";s:11:\"description\";s:198:\"Allows us to gather information on statistics and features in-use across our client installations. This information is strictly anonymous and contains no personally, or otherwise, identifiable data.\";}i:2;a:11:{s:3:\"key\";s:16:\"enable_shieldnet\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"beacon_id\";i:437;s:9:\"link_info\";s:19:\"https://shsec.io/kb\";s:9:\"link_blog\";s:19:\"https://shsec.io/kc\";s:4:\"name\";s:16:\"Enable ShieldNET\";s:7:\"summary\";s:54:\"Enhanced Website Security Through Network Intelligence\";s:11:\"description\";s:55:\"Enhanced Website Security Through Network Intelligence.\";}i:3;a:9:{s:3:\"key\";s:13:\"show_advanced\";s:7:\"section\";s:14:\"section_non_ui\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Show All Options\";s:7:\"summary\";s:51:\"Show All Options Including Those Marked As Advanced\";s:11:\"description\";s:122:\"Shield hides advanced options from view to simplify display. Turn this option on to display advanced options at all times.\";}i:4;a:13:{s:3:\"key\";s:22:\"visitor_address_source\";s:7:\"section\";s:16:\"section_defaults\";s:8:\"advanced\";b:1;s:9:\"sensitive\";b:0;s:4:\"type\";s:6:\"select\";s:7:\"default\";s:14:\"AUTO_DETECT_IP\";s:13:\"value_options\";a:11:{i:0;a:2:{s:9:\"value_key\";s:14:\"AUTO_DETECT_IP\";s:4:\"text\";s:31:\"Automatically Detect Visitor IP\";}i:1;a:2:{s:9:\"value_key\";s:11:\"REMOTE_ADDR\";s:4:\"text\";s:11:\"REMOTE_ADDR\";}i:2;a:2:{s:9:\"value_key\";s:21:\"HTTP_CF_CONNECTING_IP\";s:4:\"text\";s:21:\"HTTP_CF_CONNECTING_IP\";}i:3;a:2:{s:9:\"value_key\";s:20:\"HTTP_X_FORWARDED_FOR\";s:4:\"text\";s:20:\"HTTP_X_FORWARDED_FOR\";}i:4;a:2:{s:9:\"value_key\";s:16:\"HTTP_X_FORWARDED\";s:4:\"text\";s:16:\"HTTP_X_FORWARDED\";}i:5;a:2:{s:9:\"value_key\";s:14:\"HTTP_X_REAL_IP\";s:4:\"text\";s:14:\"HTTP_X_REAL_IP\";}i:6;a:2:{s:9:\"value_key\";s:22:\"HTTP_X_SUCURI_CLIENTIP\";s:4:\"text\";s:22:\"HTTP_X_SUCURI_CLIENTIP\";}i:7;a:2:{s:9:\"value_key\";s:20:\"HTTP_INCAP_CLIENT_IP\";s:4:\"text\";s:20:\"HTTP_INCAP_CLIENT_IP\";}i:8;a:2:{s:9:\"value_key\";s:22:\"HTTP_X_SP_FORWARDED_IP\";s:4:\"text\";s:22:\"HTTP_X_SP_FORWARDED_IP\";}i:9;a:2:{s:9:\"value_key\";s:14:\"HTTP_FORWARDED\";s:4:\"text\";s:14:\"HTTP_FORWARDED\";}i:10;a:2:{s:9:\"value_key\";s:14:\"HTTP_CLIENT_IP\";s:4:\"text\";s:14:\"HTTP_CLIENT_IP\";}}s:9:\"link_info\";s:19:\"https://shsec.io/dn\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:391;s:4:\"name\";s:18:\"Visitor IP Address\";s:7:\"summary\";s:22:\"Which Address Is Yours\";s:11:\"description\";s:85:\"There are many way to detect visitor IP addresses. Please select yours from the list.\";}i:5;a:10:{s:3:\"key\";s:24:\"block_send_email_address\";s:7:\"section\";s:16:\"section_defaults\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:12:\"Report Email\";s:7:\"summary\";s:27:\"Where to send email reports\";s:11:\"description\";s:66:\"If this is empty, it will default to the blog admin email address.\";}i:6;a:9:{s:3:\"key\";s:27:\"enable_upgrade_admin_notice\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"In-Plugin Notices\";s:7:\"summary\";s:31:\"Display Plugin Specific Notices\";s:11:\"description\";s:105:\"Disable this option to hide certain plugin admin notices about available updates and post-update notices.\";}i:7;a:12:{s:3:\"key\";s:12:\"enable_wpcli\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/i1\";s:9:\"link_blog\";s:19:\"https://shsec.io/i2\";s:9:\"beacon_id\";i:308;s:4:\"name\";s:12:\"Allow WP-CLI\";s:7:\"summary\";s:50:\"Allow Access And Control Of This Plugin Via WP-CLI\";s:11:\"description\";s:65:\"Turn off this option to disable this plugin\'s WP-CLI integration.\";}i:8;a:10:{s:3:\"key\";s:20:\"display_plugin_badge\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/5v\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf20\";s:9:\"beacon_id\";i:130;s:4:\"name\";s:17:\"Show Plugin Badge\";s:7:\"summary\";s:42:\"Display Plugin Security Badge On Your Site\";s:11:\"description\";s:187:\"Enabling this option helps support the plugin by spreading the word about it on your website. The plugin badge also demonstrates to visitors that you take your website security seriously.\";}i:9;a:9:{s:3:\"key\";s:27:\"enable_xmlrpc_compatibility\";s:7:\"section\";s:16:\"section_defaults\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:21:\"XML-RPC Compatibility\";s:7:\"summary\";s:56:\"Allow Login Through XML-RPC To By-Pass Login Guard Rules\";s:11:\"description\";s:95:\"Enable this if you need XML-RPC functionality e.g. if you use the WordPress iPhone/Android App.\";}i:10;a:12:{s:3:\"key\";s:19:\"importexport_enable\";s:7:\"section\";s:20:\"section_importexport\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/do\";s:9:\"link_blog\";s:19:\"https://shsec.io/dp\";s:9:\"beacon_id\";i:129;s:4:\"name\";s:19:\"Allow Import/Export\";s:7:\"summary\";s:65:\"Allow Import Of Options To, And Export Of Options From, This Site\";s:11:\"description\";s:68:\"Uncheck this box to completely disable import and export of options.\";}i:11;a:10:{s:3:\"key\";s:22:\"importexport_masterurl\";s:7:\"section\";s:20:\"section_importexport\";s:8:\"advanced\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Auto-Import URL\";s:7:\"summary\";s:43:\"Automatically Import Options From This Site\";s:11:\"description\";s:115:\"Supplying a valid site URL here will make this site an \'Options Slave\' and will automatically import options daily.\";}i:12;a:12:{s:3:\"key\";s:22:\"importexport_whitelist\";s:7:\"section\";s:20:\"section_importexport\";s:8:\"advanced\";b:1;s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Export Whitelist\";s:7:\"summary\";s:68:\"Whitelisted Sites Which Do Not Need The Secret Key To Export Options\";s:11:\"description\";s:132:\"Each site on this list will be able to export options from this site without providing the secret key. Take a new line for each URL.\";}i:13;a:11:{s:3:\"key\";s:29:\"importexport_whitelist_notify\";s:7:\"section\";s:20:\"section_importexport\";s:8:\"advanced\";b:1;s:9:\"sensitive\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Notify Whitelist\";s:7:\"summary\";s:59:\"Notify Sites On The Whitelist To Update Options From Master\";s:11:\"description\";s:110:\"When enabled, manual options saving will notify sites on the whitelist to export options from the Master site.\";}i:14;a:12:{s:3:\"key\";s:22:\"importexport_secretkey\";s:7:\"section\";s:20:\"section_importexport\";s:8:\"advanced\";b:1;s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:16:\"noneditable_text\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:10:\"Secret Key\";s:7:\"summary\";s:24:\"Import/Export Secret Key\";s:11:\"description\";s:79:\"Keep this Secret Key private as it will allow the import and export of options.\";}i:15;a:9:{s:3:\"key\";s:20:\"delete_on_deactivate\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:22:\"Delete Plugin Settings\";s:7:\"summary\";s:51:\"Delete All Plugin Settings Upon Plugin Deactivation\";s:11:\"description\";s:67:\"Careful: Removes all plugin options when you deactivate the plugin.\";}i:16;a:10:{s:3:\"key\";s:15:\"locale_override\";s:7:\"section\";s:30:\"section_general_plugin_options\";s:8:\"advanced\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:18:\"https://icwp.io/il\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Locale Override\";s:7:\"summary\";s:51:\"Delete All Plugin Settings Upon Plugin Deactivation\";s:11:\"description\";s:67:\"Careful: Removes all plugin options when you deactivate the plugin.\";}i:17;a:11:{s:3:\"key\";s:16:\"captcha_provider\";s:7:\"section\";s:27:\"section_third_party_captcha\";s:7:\"default\";s:10:\"grecaptcha\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:2:{i:0;a:2:{s:9:\"value_key\";s:10:\"grecaptcha\";s:4:\"text\";s:19:\"Google reCAPTCHA v2\";}i:1;a:2:{s:9:\"value_key\";s:8:\"hcaptcha\";s:4:\"text\";s:8:\"hCaptcha\";}}s:9:\"link_info\";s:19:\"https://shsec.io/dq\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:269;s:4:\"name\";s:16:\"CAPTCHA Provider\";s:7:\"summary\";s:40:\"Which CAPTCHA Provider To Use Throughout\";s:11:\"description\";s:66:\"You can choose the CAPTCHA provider depending on your preferences.\";}i:18;a:12:{s:3:\"key\";s:22:\"google_recaptcha_style\";s:7:\"section\";s:27:\"section_third_party_captcha\";s:7:\"premium\";b:1;s:7:\"default\";s:5:\"light\";s:4:\"type\";s:6:\"select\";s:13:\"value_options\";a:3:{i:0;a:2:{s:9:\"value_key\";s:5:\"light\";s:4:\"text\";s:11:\"Light Theme\";}i:1;a:2:{s:9:\"value_key\";s:4:\"dark\";s:4:\"text\";s:10:\"Dark Theme\";}i:2;a:2:{s:9:\"value_key\";s:9:\"invisible\";s:4:\"text\";s:9:\"Invisible\";}}s:9:\"link_info\";s:19:\"https://shsec.io/dq\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:269;s:4:\"name\";s:12:\"CAPTCHA Type\";s:7:\"summary\";s:49:\"How Google reCAPTCHA Will Be Displayed By Default\";s:11:\"description\";s:109:\"You can choose the reCAPTCHA display format that best suits your site, including the new Invisible Recaptcha.\";}i:19;a:11:{s:3:\"key\";s:25:\"google_recaptcha_site_key\";s:7:\"section\";s:27:\"section_third_party_captcha\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:22:\"https://shsec.io/shld5\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:390;s:4:\"name\";s:18:\"reCAPTCHA Site Key\";s:7:\"summary\";s:67:\"Google reCAPTCHA Site Key - Only v2 or Invisible. v3 NOT supported.\";s:11:\"description\";s:67:\"Enter your Google reCAPTCHA site key for use throughout the plugin.\";}i:20;a:11:{s:3:\"key\";s:27:\"google_recaptcha_secret_key\";s:7:\"section\";s:27:\"section_third_party_captcha\";s:9:\"sensitive\";b:1;s:7:\"default\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:9:\"link_info\";s:22:\"https://shsec.io/shld5\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:390;s:4:\"name\";s:16:\"reCAPTCHA Secret\";s:7:\"summary\";s:69:\"Google reCAPTCHA Secret Key - Only v2 or Invisible. v3 NOT supported.\";s:11:\"description\";s:69:\"Enter your Google reCAPTCHA secret key for use throughout the plugin.\";}i:21;a:6:{s:3:\"key\";s:21:\"tracking_last_sent_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;s:3:\"min\";i:0;}i:22;a:5:{s:3:\"key\";s:22:\"unique_installation_id\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:4:\"text\";s:7:\"default\";i:0;}i:23;a:4:{s:3:\"key\";s:26:\"tracking_permission_set_at\";s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:24;a:5:{s:3:\"key\";s:17:\"installation_time\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:25;a:5:{s:3:\"key\";s:12:\"activated_at\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:26;a:5:{s:3:\"key\";s:33:\"importexport_secretkey_expires_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:27;a:5:{s:3:\"key\";s:33:\"importexport_handshake_expires_at\";s:7:\"section\";s:14:\"section_non_ui\";s:12:\"transferable\";b:0;s:4:\"type\";s:7:\"integer\";s:7:\"default\";i:0;}i:28;a:5:{s:3:\"key\";s:21:\"last_ip_detect_source\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}i:29;a:6:{s:3:\"key\";s:19:\"openssl_private_key\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:4:\"text\";s:7:\"default\";s:0:\"\";}i:30;a:6:{s:3:\"key\";s:10:\"snapi_data\";s:12:\"transferable\";b:0;s:9:\"sensitive\";b:1;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}i:31;a:5:{s:3:\"key\";s:18:\"captcha_checked_at\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:3:\"int\";s:7:\"default\";i:-1;}i:32;a:5:{s:3:\"key\";s:20:\"cache_dir_write_test\";s:12:\"transferable\";b:0;s:7:\"section\";s:14:\"section_non_ui\";s:4:\"type\";s:5:\"array\";s:7:\"default\";a:0:{}}}s:11:\"definitions\";a:7:{s:19:\"href_privacy_policy\";s:38:\"https://shsec.io/wpshieldprivacypolicy\";s:10:\"db_classes\";a:2:{s:5:\"geoip\";s:64:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\GeoIp\\Handler\";s:5:\"notes\";s:69:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\AdminNotes\\Handler\";}s:14:\"db_table_notes\";a:3:{s:4:\"slug\";s:5:\"notes\";s:14:\"has_updated_at\";b:1;s:11:\"cols_custom\";a:2:{s:11:\"wp_username\";s:39:\"varchar(255) NOT NULL DEFAULT \'unknown\'\";s:4:\"note\";s:4:\"TEXT\";}}s:14:\"db_table_geoip\";a:3:{s:10:\"autoexpire\";i:30;s:4:\"slug\";s:5:\"geoip\";s:11:\"cols_custom\";a:2:{s:2:\"ip\";s:47:\"varbinary(16) DEFAULT NULL COMMENT \'IP Address\'\";s:4:\"meta\";s:4:\"TEXT\";}}s:22:\"active_plugin_features\";a:20:{i:0;a:3:{s:4:\"slug\";s:8:\"insights\";s:13:\"load_priority\";i:1;s:13:\"menu_priority\";i:5;}i:1;a:3:{s:4:\"slug\";s:24:\"admin_access_restriction\";s:9:\"namespace\";s:13:\"SecurityAdmin\";s:13:\"load_priority\";i:11;}i:2;a:3:{s:4:\"slug\";s:3:\"ips\";s:13:\"load_priority\";i:15;s:9:\"namespace\";s:3:\"IPs\";}i:3;a:3:{s:4:\"slug\";s:11:\"audit_trail\";s:13:\"load_priority\";i:11;s:6:\"hidden\";b:0;}i:4;a:2:{s:4:\"slug\";s:12:\"hack_protect\";s:9:\"namespace\";s:9:\"HackGuard\";}i:5;a:2:{s:4:\"slug\";s:7:\"traffic\";s:13:\"load_priority\";i:12;}i:6;a:2:{s:4:\"slug\";s:8:\"firewall\";s:13:\"load_priority\";i:1000;}i:7;a:3:{s:4:\"slug\";s:13:\"login_protect\";s:11:\"storage_key\";s:12:\"loginprotect\";s:9:\"namespace\";s:10:\"LoginGuard\";}i:8;a:1:{s:4:\"slug\";s:15:\"user_management\";}i:9;a:2:{s:4:\"slug\";s:15:\"comments_filter\";s:11:\"storage_key\";s:14:\"commentsfilter\";}i:10;a:2:{s:4:\"slug\";s:6:\"events\";s:13:\"load_priority\";i:11;}i:11;a:2:{s:4:\"slug\";s:9:\"reporting\";s:13:\"load_priority\";i:12;}i:12;a:2:{s:4:\"slug\";s:8:\"sessions\";s:13:\"load_priority\";i:5;}i:13;a:2:{s:4:\"slug\";s:12:\"integrations\";s:13:\"load_priority\";i:20;}i:14;a:2:{s:4:\"slug\";s:7:\"license\";s:13:\"load_priority\";i:10;}i:15;a:1:{s:4:\"slug\";s:11:\"autoupdates\";}i:16;a:1:{s:4:\"slug\";s:7:\"headers\";}i:17;a:1:{s:4:\"slug\";s:8:\"lockdown\";}i:18;a:1:{s:4:\"slug\";s:5:\"comms\";}i:19;a:1:{s:4:\"slug\";s:5:\"email\";}}s:6:\"events\";a:14:{s:13:\"test_cron_run\";a:2:{s:5:\"audit\";b:0;s:6:\"recent\";b:1;}s:18:\"import_notify_sent\";a:1:{s:4:\"stat\";b:0;}s:22:\"import_notify_received\";a:1:{s:4:\"stat\";b:0;}s:16:\"options_exported\";a:2:{s:4:\"stat\";b:1;s:6:\"recent\";b:1;}s:16:\"options_imported\";a:2:{s:4:\"stat\";b:1;s:6:\"recent\";b:1;}s:20:\"whitelist_site_added\";a:1:{s:4:\"stat\";b:0;}s:22:\"whitelist_site_removed\";a:1:{s:4:\"stat\";b:0;}s:14:\"master_url_set\";a:1:{s:4:\"stat\";b:0;}s:17:\"recaptcha_success\";a:1:{s:5:\"audit\";b:0;}s:14:\"recaptcha_fail\";a:1:{s:5:\"audit\";b:1;}s:12:\"antibot_pass\";a:2:{s:4:\"stat\";b:1;s:5:\"audit\";b:1;}s:12:\"antibot_fail\";a:2:{s:4:\"stat\";b:1;s:5:\"audit\";b:1;}s:14:\"frontpage_load\";a:3:{s:7:\"offense\";b:0;s:4:\"stat\";b:0;s:5:\"audit\";b:0;}s:14:\"loginpage_load\";a:3:{s:7:\"offense\";b:0;s:4:\"stat\";b:0;s:5:\"audit\";b:0;}}s:7:\"wizards\";a:1:{s:7:\"welcome\";a:4:{s:5:\"title\";s:28:\"Getting Started Setup Wizard\";s:4:\"desc\";s:106:\"An introduction to this security plugin, helping you get setup and started quickly with the core features.\";s:20:\"min_user_permissions\";s:14:\"manage_options\";s:5:\"steps\";a:12:{s:7:\"welcome\";a:2:{s:14:\"security_admin\";b:0;s:5:\"title\";s:7:\"Welcome\";}s:9:\"ip_detect\";a:1:{s:5:\"title\";s:12:\"IP Detection\";}s:24:\"admin_access_restriction\";a:1:{s:5:\"title\";s:14:\"Security Admin\";}s:11:\"audit_trail\";a:1:{s:5:\"title\";s:11:\"Audit Trail\";}s:3:\"ips\";a:1:{s:5:\"title\";s:12:\"IP Blacklist\";}s:13:\"login_protect\";a:1:{s:5:\"title\";s:16:\"Login Protection\";}s:15:\"comments_filter\";a:1:{s:5:\"title\";s:12:\"Comment SPAM\";}s:12:\"plugin_badge\";a:1:{s:5:\"title\";s:14:\"Security Badge\";}s:16:\"plugin_telemetry\";a:1:{s:5:\"title\";s:16:\"Plugin Telemetry\";}s:10:\"free_trial\";a:1:{s:5:\"title\";s:10:\"Free Trial\";}s:5:\"optin\";a:1:{s:5:\"title\";s:8:\"Join Us!\";}s:8:\"thankyou\";a:2:{s:14:\"security_admin\";b:0;s:5:\"title\";s:10:\"Thank You!\";}}}}}s:10:\"meta_modts\";i:1628268100;}','no'),(463353,'itsec_dismissed_notices','a:1:{i:0;s:11:\"release-rcp\";}','no'),(468217,'_site_transient_shield_mod_config_c384b199040d4b4be2e980776698e0fd','a:8:{s:4:\"slug\";s:7:\"traffic\";s:10:\"properties\";a:14:{s:4:\"slug\";s:7:\"traffic\";s:4:\"name\";s:13:\"Traffic Watch\";s:12:\"sidebar_name\";s:7:\"Traffic\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:7:\"traffic\";s:7:\"tagline\";s:31:\"Watch All Requests To Your Site\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:1;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:110;}s:10:\"menu_items\";a:1:{i:0;a:2:{s:5:\"title\";s:11:\"Traffic Log\";s:4:\"slug\";s:16:\"traffic-redirect\";}}s:16:\"custom_redirects\";a:1:{i:0;a:3:{s:15:\"source_mod_page\";s:16:\"traffic-redirect\";s:15:\"target_mod_page\";s:8:\"insights\";s:10:\"query_args\";a:1:{s:4:\"inav\";s:7:\"traffic\";}}}s:8:\"sections\";a:4:{i:0;a:6:{s:4:\"slug\";s:23:\"section_traffic_options\";s:7:\"primary\";b:1;s:5:\"title\";s:21:\"Traffic Watch Options\";s:11:\"title_short\";s:7:\"Options\";s:9:\"beacon_id\";i:153;s:7:\"summary\";a:2:{i:0;s:62:\"Purpose - Provides finer control over the live traffic system.\";i:1;s:67:\"Recommendation - These settings are dependent on your requirements.\";}}i:1;a:5:{s:4:\"slug\";s:23:\"section_traffic_limiter\";s:5:\"title\";s:21:\"Traffic Rate Limiting\";s:11:\"title_short\";s:13:\"Rate Limiting\";s:9:\"beacon_id\";i:420;s:7:\"summary\";a:2:{i:0;s:80:\"Purpose - Provides ability to restrict excessive requests from a single visitor.\";i:1;s:67:\"Recommendation - These settings are dependent on your requirements.\";}}i:2;a:5:{s:4:\"slug\";s:37:\"section_enable_plugin_feature_traffic\";s:5:\"title\";s:28:\"Enable Module: Traffic Watch\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:153;s:7:\"summary\";a:2:{i:0;s:89:\"Purpose - The Traffic Watch module lets you monitor and review all requests to your site.\";i:1;s:103:\"Recommendation - Required only if you need to review and investigate and monitor requests to your site.\";}}i:3;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:9:{i:0;a:11:{s:3:\"key\";s:14:\"enable_traffic\";s:7:\"section\";s:37:\"section_enable_plugin_feature_traffic\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/ed\";s:9:\"link_blog\";s:19:\"https://shsec.io/ee\";s:9:\"beacon_id\";i:153;s:4:\"name\";s:20:\"Enable Traffic Watch\";s:7:\"summary\";s:44:\"Enable (or Disable) The Traffic Watch Module\";s:11:\"description\";s:73:\"Un-Checking this option will completely disable the Traffic Watch module.\";}i:1;a:10:{s:3:\"key\";s:13:\"enable_logger\";s:7:\"section\";s:23:\"section_traffic_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/hf\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:153;s:4:\"name\";s:21:\"Enable Traffic Logger\";s:7:\"summary\";s:35:\"Turn On The Traffic Logging Feature\";s:11:\"description\";s:71:\"Enable or disable the ability to log and monitor requests to your site.\";}i:2;a:12:{s:3:\"key\";s:15:\"type_exclusions\";s:7:\"section\";s:23:\"section_traffic_options\";s:4:\"type\";s:15:\"multiple_select\";s:8:\"advanced\";b:1;s:7:\"default\";a:4:{i:0;s:9:\"logged_in\";i:1;s:4:\"cron\";i:2;s:6:\"search\";i:3;s:6:\"uptime\";}s:13:\"value_options\";a:7:{i:0;a:2:{s:9:\"value_key\";s:6:\"simple\";s:4:\"text\";s:15:\"Simple Requests\";}i:1;a:2:{s:9:\"value_key\";s:3:\"api\";s:4:\"text\";s:8:\"REST API\";}i:2;a:2:{s:9:\"value_key\";s:4:\"ajax\";s:4:\"text\";s:4:\"AJAX\";}i:3;a:2:{s:9:\"value_key\";s:9:\"logged_in\";s:4:\"text\";s:15:\"Logged-In Users\";}i:4;a:2:{s:9:\"value_key\";s:4:\"cron\";s:4:\"text\";s:7:\"WP CRON\";}i:5;a:2:{s:9:\"value_key\";s:6:\"search\";s:4:\"text\";s:14:\"Search Engines\";}i:6;a:2:{s:9:\"value_key\";s:6:\"uptime\";s:4:\"text\";s:26:\"Uptime Monitoring Services\";}}s:9:\"link_info\";s:19:\"https://shsec.io/eb\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:154;s:4:\"name\";s:22:\"Traffic Log Exclusions\";s:7:\"summary\";s:41:\"Select Which Types Of Requests To Exclude\";s:11:\"description\";s:74:\"Deselect any requests that you don\'t want to appear in the traffic viewer.\";}i:3;a:12:{s:3:\"key\";s:17:\"custom_exclusions\";s:7:\"section\";s:23:\"section_traffic_options\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";a:0:{}s:4:\"type\";s:5:\"array\";s:9:\"link_info\";s:19:\"https://shsec.io/ec\";s:9:\"link_blog\";s:0:\"\";s:9:\"beacon_id\";i:154;s:4:\"name\";s:17:\"Custom Exclusions\";s:7:\"summary\";s:33:\"Provide Custom Traffic Exclusions\";s:11:\"description\";s:98:\"For each entry, if the text is present in either the User Agent or Page/Path, it will be excluded.\";}i:4;a:11:{s:3:\"key\";s:10:\"auto_clean\";s:7:\"section\";s:23:\"section_traffic_options\";s:8:\"advanced\";b:1;s:7:\"default\";i:3;s:3:\"min\";i:1;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Auto Expiry Cleaning\";s:7:\"summary\";s:30:\"Enable Traffic Log Auto Expiry\";s:11:\"description\";s:78:\"Automated DB cleanup will delete logs older than this maximum value (in days).\";}i:5;a:12:{s:3:\"key\";s:11:\"max_entries\";s:7:\"section\";s:23:\"section_traffic_options\";s:8:\"advanced\";b:1;s:7:\"premium\";b:1;s:7:\"default\";i:1000;s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:14:\"Max Log Length\";s:7:\"summary\";s:34:\"Maximum Traffic Log Length To Keep\";s:11:\"description\";s:81:\"Automated DB cleanup will delete logs to maintain this maximum number of records.\";}i:6;a:11:{s:3:\"key\";s:14:\"enable_limiter\";s:7:\"section\";s:23:\"section_traffic_limiter\";s:7:\"premium\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/gw\";s:9:\"link_blog\";s:19:\"https://shsec.io/gx\";s:9:\"beacon_id\";i:420;s:4:\"name\";s:20:\"Enable Rate Limiting\";s:7:\"summary\";s:33:\"Turn On The Rate Limiting Feature\";s:11:\"description\";s:87:\"Enable or disable the rate limiting feature according to your rate limiting parameters.\";}i:7;a:10:{s:3:\"key\";s:14:\"limit_requests\";s:7:\"section\";s:23:\"section_traffic_limiter\";s:7:\"default\";s:2:\"60\";s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:17:\"Max Request Limit\";s:7:\"summary\";s:48:\"Maximum Number Of Requests Allowed In Time Limit\";s:11:\"description\";s:72:\"The maximum number of requests that are allowed in the given time limit.\";}i:8;a:10:{s:3:\"key\";s:15:\"limit_time_span\";s:7:\"section\";s:23:\"section_traffic_limiter\";s:7:\"default\";s:2:\"60\";s:3:\"min\";i:0;s:4:\"type\";s:7:\"integer\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:27:\"Request Limit Time Interval\";s:7:\"summary\";s:48:\"The Time Interval To Test For Excessive Requests\";s:11:\"description\";s:84:\"The time limit within which to monitor for excessive requests that exceed the limit.\";}}s:11:\"definitions\";a:4:{s:10:\"db_classes\";a:1:{s:7:\"traffic\";s:66:\"\\FernleafSystems\\Wordpress\\Plugin\\Shield\\Databases\\Traffic\\Handler\";}s:16:\"db_table_traffic\";a:2:{s:4:\"slug\";s:7:\"traffic\";s:11:\"cols_custom\";a:8:{s:3:\"rid\";s:52:\"varchar(10) NOT NULL DEFAULT \'\' COMMENT \'Request ID\'\";s:3:\"uid\";s:53:\"int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'User ID\'\";s:2:\"ip\";s:55:\"varbinary(16) DEFAULT NULL COMMENT \'Visitor IP Address\'\";s:4:\"path\";s:54:\"text NOT NULL DEFAULT \'\' COMMENT \'Request Path or URI\'\";s:4:\"code\";s:58:\"int(5) NOT NULL DEFAULT \'200\' COMMENT \'HTTP Response Code\'\";s:4:\"verb\";s:56:\"varchar(10) NOT NULL DEFAULT \'get\' COMMENT \'HTTP Method\'\";s:2:\"ua\";s:40:\"text COMMENT \'Browser User Agent String\'\";s:5:\"trans\";s:61:\"tinyint(1) UNSIGNED NOT NULL DEFAULT 0 COMMENT \'Trangression\'\";}}s:18:\"traffic_table_name\";s:7:\"traffic\";s:6:\"events\";a:1:{s:22:\"request_limit_exceeded\";a:2:{s:3:\"cat\";i:3;s:7:\"offense\";b:1;}}}s:10:\"meta_modts\";i:1628268100;}','no'),(468218,'_site_transient_shield_mod_config_e0ce0f03379bf671b03928a2cd660f1a','a:6:{s:4:\"slug\";s:8:\"firewall\";s:10:\"properties\";a:14:{s:4:\"slug\";s:8:\"firewall\";s:4:\"name\";s:8:\"Firewall\";s:12:\"sidebar_name\";s:8:\"Firewall\";s:21:\"show_module_menu_item\";b:0;s:19:\"show_module_options\";b:1;s:11:\"storage_key\";s:8:\"firewall\";s:7:\"tagline\";s:61:\"Automatically block malicious URLs and data sent to your site\";s:12:\"show_central\";b:1;s:17:\"access_restricted\";b:1;s:7:\"premium\";b:0;s:18:\"run_if_whitelisted\";b:0;s:19:\"run_if_verified_bot\";b:0;s:12:\"run_if_wpcli\";b:0;s:5:\"order\";i:30;}s:8:\"sections\";a:6:{i:0;a:6:{s:4:\"slug\";s:33:\"section_firewall_blocking_options\";s:7:\"primary\";b:1;s:5:\"title\";s:25:\"Firewall Blocking Options\";s:11:\"title_short\";s:17:\"Firewall Blocking\";s:9:\"beacon_id\";i:333;s:7:\"summary\";a:2:{i:0;s:56:\"Here you choose what kind of malicious data to scan for.\";i:1;s:198:\"Recommendation - Turn on as many options here as you can. If you find an incompatibility or something stops working, un-check 1 option at a time until you find the problem or review the Audit Trail.\";}}i:1;a:5:{s:4:\"slug\";s:38:\"section_choose_firewall_block_response\";s:5:\"title\";s:30:\"Choose Firewall Block Response\";s:11:\"title_short\";s:17:\"Firewall Response\";s:9:\"beacon_id\";i:334;s:7:\"summary\";a:2:{i:0;s:75:\"Here you choose how the plugin will respond when it detects malicious data.\";i:1;s:54:\"Recommendation - Choose the option \'Die With Message\'.\";}}i:2;a:5:{s:4:\"slug\";s:17:\"section_whitelist\";s:5:\"title\";s:71:\"Whitelists - IPs, Pages, Parameters, and Users that bypass the Firewall\";s:11:\"title_short\";s:9:\"Whitelist\";s:9:\"beacon_id\";i:335;s:7:\"summary\";a:2:{i:0;s:124:\"In principle you should not need to whitelist anything or anyone unless you have discovered a collision with another plugin.\";i:1;s:90:\"Recommendation - Do not whitelist anything unless you are confident in what you are doing.\";}}i:3;a:5:{s:4:\"slug\";s:21:\"section_user_messages\";s:5:\"title\";s:32:\"Customize Messages Shown To User\";s:11:\"title_short\";s:16:\"Visitor Messages\";s:9:\"beacon_id\";i:139;s:7:\"summary\";a:3:{i:0;s:51:\"Purpose - Customize the messages shown to visitors.\";i:1;s:70:\"Recommendation - Be sure to change the messages to suit your audience.\";i:2;s:75:\"Hint - To reset any message to its default, enter the text exactly: default\";}}i:4;a:5:{s:4:\"slug\";s:48:\"section_enable_plugin_feature_wordpress_firewall\";s:5:\"title\";s:23:\"Enable Module: Firewall\";s:11:\"title_short\";s:14:\"Disable Module\";s:9:\"beacon_id\";i:253;s:7:\"summary\";a:2:{i:0;s:123:\"Purpose - The Firewall is designed to analyse data sent to your website and block any requests that appear to be malicious.\";i:1;s:53:\"Recommendation - Keep the Firewall feature turned on.\";}}i:5;a:2:{s:4:\"slug\";s:14:\"section_non_ui\";s:6:\"hidden\";b:1;}}s:7:\"options\";a:15:{i:0;a:11:{s:3:\"key\";s:15:\"enable_firewall\";s:7:\"section\";s:48:\"section_enable_plugin_feature_wordpress_firewall\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:19:\"https://shsec.io/43\";s:9:\"link_blog\";s:23:\"https://shsec.io/wpsf01\";s:9:\"beacon_id\";i:253;s:4:\"name\";s:15:\"Enable Firewall\";s:7:\"summary\";s:39:\"Enable (or Disable) The Firewall module\";s:11:\"description\";s:67:\"Un-Checking this option will completely disable the Firewall module\";}i:1;a:11:{s:3:\"key\";s:21:\"include_cookie_checks\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"beacon_id\";i:333;s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Include Cookies\";s:7:\"summary\";s:41:\"Also Test Cookie Values In Firewall Tests\";s:11:\"description\";s:95:\"The firewall tests GET and POST, but with this option checked it will also check COOKIE values.\";}i:2;a:9:{s:3:\"key\";s:19:\"block_dir_traversal\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:20:\"Directory Traversals\";s:7:\"summary\";s:26:\"Block Directory Traversals\";s:11:\"description\";s:71:\"This will block directory traversal paths in in application parameters.\";}i:3;a:9:{s:3:\"key\";s:17:\"block_sql_queries\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:11:\"SQL Queries\";s:7:\"summary\";s:17:\"Block SQL Queries\";s:11:\"description\";s:46:\"This will block SQL in application parameters.\";}i:4;a:9:{s:3:\"key\";s:21:\"block_wordpress_terms\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"WordPress Terms\";s:7:\"summary\";s:30:\"Block WordPress Specific Terms\";s:11:\"description\";s:91:\"This will block WordPress specific terms in application parameters (wp_, user_login, etc.).\";}i:5;a:9:{s:3:\"key\";s:22:\"block_field_truncation\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"Y\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Field Truncation\";s:7:\"summary\";s:30:\"Block Field Truncation Attacks\";s:11:\"description\";s:66:\"This will block field truncation attacks in application parameters\";}i:6;a:9:{s:3:\"key\";s:14:\"block_php_code\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:8:\"PHP Code\";s:7:\"summary\";s:23:\"Block PHP Code Includes\";s:11:\"description\";s:132:\"This will block any data that appears to try and include PHP files. Will probably block saving within the Plugin/Theme file editors.\";}i:7;a:9:{s:3:\"key\";s:22:\"block_exe_file_uploads\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:16:\"Exe File Uploads\";s:7:\"summary\";s:29:\"Block Executable File Uploads\";s:11:\"description\";s:59:\"This will block executable file uploads (.php, .exe, etc.).\";}i:8;a:10:{s:3:\"key\";s:20:\"block_leading_schema\";s:7:\"section\";s:33:\"section_firewall_blocking_options\";s:8:\"advanced\";b:1;s:7:\"default\";s:1:\"N\";s:4:\"type\";s:8:\"checkbox\";s:9:\"link_info\";s:0:\"\";s:9:\"link_blog\";s:0:\"\";s:4:\"name\";s:15:\"Leading Schemas\";s:7:\"summary\";s:36:\"Block Leading Schemas (HTTPS / HTTP)\";s:11:\"description\";s:135:\"